text
stringlengths
9
498k
input_ids
sequencelengths
5
331k
attention_mask
sequencelengths
5
331k
It is done, and submitted. You can play “Survival of the Tastiest” on Android, and on the web. Playing on the web works, but you have to simulate multi-touch for table moving and that can be a bit confusing. There’s a lot I’d like to talk about. I’ll go through every topic, insted of making the typical what went right/wrong list. Concept Working over the theme was probably one of the hardest tasks I had to face. Originally, I had an idea of what kind of game I wanted to develop, gameplay wise – something with lots of enemies/actors, simple graphics, maybe set in space, controlled from a top-down view. I was confident I could fit any theme around it. In the end, the problem with a theme like “Evolution” in a game is that evolution is unassisted. It happens through several seemingly random mutations over time, with the most apt permutation surviving. This genetic car simulator is, in my opinion, a great example of actual evolution of a species facing a challenge. But is it a game? In a game, you need to control something to reach an objective. That control goes against what evolution is supposed to be like. If you allow the user to pick how to evolve something, it’s not evolution anymore – it’s the equivalent of intelligent design, the fable invented by creationists to combat the very idea of evolution. Being agnostic and a Pastafarian, that’s not something that rubbed me the right way. Hence, my biggest dillema when deciding what to create was not with what I wanted to create, but with what I did not. I didn’t want to create an “intelligent design” simulator and wrongly call it evolution. This is a problem, of course, every other contestant also had to face. And judging by the entries submitted, not many managed to work around it. I’d say the only real solution was through the use of artificial selection, somehow. So far, I haven’t seen any entry using this at its core gameplay. Alas, this is just a fun competition and after a while I decided not to be as strict with the game idea, and allowed myself to pick whatever I thought would work out. My initial idea was to create something where humanity tried to evolve to a next level but had some kind of foe trying to stop them from doing so. I kind of had this image of human souls flying in space towards a monolith or a space baby (all based in 2001: A Space Odyssey of course) but I couldn’t think of compelling (read: serious) mechanics for that. Borgs were my next inspiration, as their whole hypothesis fit pretty well into the evolution theme. But how to make it work? Are you the borg, or fighting the Borg? The third and final idea came to me through my girlfriend, who somehow gave me the idea of making something about the evolution of Pasta. The more I thought about it the more it sounded like it would work, so I decided to go with it. Conversations with my inspiring co-worker Roushey (who also created the “Mechanical Underdogs” signature logo for my intros) further matured the concept, as it involved into the idea of having individual pieces of pasta flying around and trying to evolve until they became all-powerful. A secondary idea here was that the game would work to explain how the Flying Spaghetti Monster came to exist – by evolving from a normal dinner table. So the idea evolved more or less into this: you are sitting a table. You have your own plate, with is your “base”. There are 5 other guests at the table, each with their own plate. Your plate can spawn little pieces of pasta. You do so by “ordering” them through a menu. Some pastas are better than others; some are faster, some are stronger. They have varying costs, which are debited from your credits (you start with a number of credits). Once spawned, your pastas start flying around. Their instinct is to fly to other plates, in order to conquer them (the objective of the game is having your pasta conquer all the plates on the table). But they are really autonomous, so after being spawned, you have no control over your pasta (think DotA or LoL creeps). Your pasta doesn’t like other people’s pasta, so if they meet, they shoot sauce at each other until one dies. You get credits for other pastas your own pasta kill. Once a pasta is in the vicinity of a plate, it starts conquering it for its team. It takes around 10 seconds for a plate to be conquered; less if more pasta from the same team are around. If pasta from other team are around, though, they get locked down in their attempt, unable to conquer the plate, until one of them die (think Battlefield’s standard “Conquest” mode). You get points every second for every plate you own. Over time, the concept also evolved to use an Italian bistro as its main scenario. Carlos, Carlos’ Bistro’s founder and owner Setup No major changes were made from my work setup. I used FDT and Starling creating an Adobe AIR (ActionScript) project, all tools or frameworks I already had some knowledge with. One big change for me was that I livestreamed my work through a twitch.tv account. This was a new thing for me. As recommended by Roushey, I used a program called XSplit and I got to say, it is pretty amazing. It made the livestream pretty effortless and the features are awesome, even for the free version. It was great to have some of my friends watch me, and then interact with them and random people through chat. It was also good knowing that I was also recording a local version of the files, so I could make a timelapse video later. Knowing the video was being recorded also made me a lot more self-conscious about my computer use, as if someone was watching over my shoulder. It made me realize that sometimes I spend too much time in seemingly inane tasks (I ended up wasting the longest time just to get some text alignment the way I wanted – it’ll probably drive someone crazy if they watch it) and that I do way too many typos where writing code. I pretty much spend half of the time writing a line and the other half fixing the crazy characters in it. My own stream was probably boring to watch since I was coding for the most time. But livestreaming is one of the cool things to do as a spectator too. It was great seeing other people working – I had a few tabs opened on my second monitor all the time. It’s actually a bit sad, because if I could, I could have spent the whole weekend just watching other people working! But I had to do my own work, so I’d only do it once in a while, when resting for a bit. Design Although I wanted some simple, low-fi, high-contrast kind of design, I ended up going with somewhat realistic (vector) art. I think it worked very well, fitting the mood of the game, but I also went overboard. For example: to know the state of a plate (who owns it, who’s conquering it and how much time they have left before conquering it, which pasta units are in the queue, etc), you have to look at the plate’s bill. The problem I realized when doing some tests is that people never look at the bill! They think it’s some kind of prop, so they never actually read its details. Plus, if you’re zoomed out too much, you can’t actually read it, so it’s hard to know what’s going on with the game until you zoom in to the area of a specific plate. One other solution that didn’t turn out to be as perfect as I thought was how to indicate who a plate base belongs to. In the game, that’s indicated by the plate’s decoration – its color denotes the team owner. But it’s something that fits so well into the design that people never realized it, until they were told about it. In the end, the idea of going with a full physical metaphor is one that should be done with care. Things that are very important risk becoming background noise, unless the player knows its importance. Originally, I wanted to avoid any kind of heads-up display in my game. In the end, I ended up adding it at the bottom to indicate your credits and bases owned, as well as the hideous out-of-place-and-still-not-obvious “Call Waiter” button. But in hindsight, I should have gone with a simple HUD from the start, especially one that indicated each team’s colors and general state of the game without the need for zooming in and out. Development Development went fast. But not fast enough. Even though I worked around 32+ hours for this Ludum Dare, the biggest problem I had to face in the end was overscoping. I had too much planned, and couldn’t get it all done. Content-wise, I had several kinds of pasta planned (Wikipedia is just amazing in that regard), split into several different groups, from small Pastina to huge Pasta al forno. But because of time constraints, I ended up scratching most of them, and ended up with 5 different types of very small pasta – barely something to start when talking about the evolution of Pasta. Pastas used in the game. Unfortunately, the macs where never used Which is one of the saddest things about the project, really. It had the framework and the features to allow an endless number of elements in there, but I just didn’t have time to draw the rest of the assets needed (something I loved to do, by the way). Other non-obvious features had to be dropped, too. For example, when ordering some pasta, you were supposed to select what kind of sauce you’d like with your pasta, each with different attributes. Bolognese, for example, is very strong, but inaccurate; Pesto is very accurate and has great range, but it’s weaker; and my favorite, Vodka, would triggers 10% loss of speed on the pasta hit by it. The code for that is mostly in there. But in the end, I didn’t have time to implement the sauce selection interface; all pasta ended up using bolognese sauce. To-do list: lots of things were not done Actual programming also took a toll in the development time. Having been programming for a while, I like to believe I got to a point where I know how to make things right, but at the expense of forgetting how to do things wrong in a seemingly good way. What I mean is that I had to take a lot of shortcuts in my code to save time (e.g. a lot of singletons references for cross-communication rather than events or observers, all-encompassing check loops, not fast enough) that left a very sour taste in my mouth. While I know I used to do those a few years ago and survive, I almost cannot accept the state my code is in right now. At the same time, I do know it was the right thing to do given the timeframe. One small thing that had some impact was using a somewhat new platform for me. That’s Starling, the accelerated graphics framework I used in Flash. I had tested it before and I knew how to use it well – the API is very similar to Flash itself. However, there were some small details that had some impact during development, making me feel somewhat uneasy the whole time I was writing the game. It was, again, the right thing to do, but I should have used Starling more deeply before (which is the conundrum: I used it for Ludum Dare just so I could learn more about it). Argument and user experience One final aspect of the game that I learned is that making the game obvious for your players goes a long way into making it fun. If you have to spend the longest time explaining things, your game is doing something wrong. And that’s exactly the problem Survival of the Tastiest ultimately faced. It’s very hard for people to understand what’s going on with the game, why, and how. I did have some introductory text at the beginning, but that was a last-minute thing. More importantly, I should have had a better interface or simplified the whole concept so it would be easier for people to understand. That doesn’t mean the game itself should be simple. It just means that the experience and interface should be approachable and understandable. Conclusion I’m extremely happy with what I’ve done and, especially given that this was my first Ludum Dare. However, I feel like I’ve learned a lot of what not to do. The biggest problem is overscoping. Like Eric Decker said, the biggest lesson we can learn with this is probably with scoping – deciding what to do beforehand in a way you can complete it without having to rush and do something half-assed. I’m sure I will do more Ludum Dares in the future. But if there are any lessons I can take of it, they are to make it simple, to use frameworks and platforms you already have some absolute experience with (otherwise you’ll spend too much time trying to solve easy questions), and to scope for a game that you can complete in one day only (that way, you can actually take two days and make it cool). This entry was posted on Monday, August 27th, 2012 at 10:54 am and is filed under LD #24. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed. 3 Responses to ““Survival of the Tastiest” Post-mortem” darn it , knowing that I missed your livestream makes me a sad panda ;( but more to the point, the game is … well for a startup its original to say the least ;D it has some really neat ideas and more importantly its designed arround touch screens whitch by the looks of the submission is something rare ;o or that could be just me and my short memory -_-! awesum game, love et <3
[ 1, 739, 338, 2309, 29892, 322, 18397, 29889, 887, 508, 1708, 1346, 18498, 29894, 2561, 310, 278, 323, 579, 12239, 30024, 373, 5669, 29892, 322, 373, 278, 1856, 29889, 7412, 292, 373, 278, 1856, 1736, 29892, 541, 366, 505, 304, 29611, 2473, 29899, 16747, 363, 1591, 8401, 322, 393, 508, 367, 263, 2586, 16051, 29889, 13, 13, 8439, 30010, 29879, 263, 3287, 306, 30010, 29881, 763, 304, 5193, 1048, 29889, 306, 30010, 645, 748, 1549, 1432, 11261, 29892, 832, 287, 310, 3907, 278, 15662, 825, 3512, 1492, 29914, 15866, 549, 1051, 29889, 13, 13, 1168, 1547, 13, 13, 5531, 292, 975, 278, 10929, 471, 3117, 697, 310, 278, 2898, 342, 9595, 306, 750, 304, 3700, 29889, 13, 13, 23182, 635, 29892, 306, 750, 385, 2969, 310, 825, 2924, 310, 3748, 306, 5131, 304, 2693, 29892, 3748, 1456, 19396, 785, 1554, 411, 14568, 310, 22595, 29914, 627, 943, 29892, 2560, 18533, 29892, 5505, 731, 297, 2913, 29892, 20704, 515, 263, 2246, 29899, 3204, 1776, 29889, 306, 471, 24332, 306, 1033, 6216, 738, 10929, 2820, 372, 29889, 13, 13, 797, 278, 1095, 29892, 278, 1108, 411, 263, 10929, 763, 1346, 29923, 4068, 30024, 297, 263, 3748, 338, 393, 14675, 338, 443, 465, 12652, 29889, 739, 5930, 1549, 3196, 2833, 11687, 4036, 5478, 800, 975, 931, 29892, 411, 278, 1556, 10882, 20005, 362, 10503, 4357, 29889, 910, 2531, 7492, 1559, 1027, 9183, 338, 29892, 297, 590, 9426, 29892, 263, 2107, 1342, 310, 3935, 14675, 310, 263, 6606, 14870, 263, 18766, 29889, 1205, 338, 372, 263, 3748, 29973, 13, 13, 797, 263, 3748, 29892, 366, 817, 304, 2761, 1554, 304, 6159, 385, 12091, 29889, 2193, 2761, 5771, 2750, 825, 14675, 338, 7424, 304, 367, 763, 29889, 960, 366, 2758, 278, 1404, 304, 5839, 920, 304, 15220, 345, 1554, 29892, 372, 30010, 29879, 451, 14675, 15128, 785, 372, 30010, 29879, 278, 7126, 310, 13052, 296, 2874, 29892, 278, 285, 519, 11817, 287, 491, 11265, 2879, 304, 15499, 278, 1407, 2969, 310, 14675, 29889, 28265, 946, 6582, 293, 322, 263, 19793, 2142, 13956, 29892, 393, 30010, 29879, 451, 1554, 393, 14051, 2580, 592, 278, 1492, 982, 29889, 13, 13, 29950, 663, 29892, 590, 24842, 270, 1924, 655, 746, 1602, 4821, 825, 304, 1653, 471, 451, 411, 825, 306, 5131, 304, 1653, 29892, 541, 411, 825, 306, 1258, 451, 29889, 306, 3282, 30010, 29873, 864, 304, 1653, 385, 1346, 524, 9347, 296, 2874, 30024, 1027, 9183, 322, 2743, 368, 1246, 372, 14675, 29889, 13, 13, 4013, 338, 263, 1108, 29892, 310, 3236, 29892, 1432, 916, 17793, 424, 884, 750, 304, 3700, 29889, 1126, 6577, 3460, 491, 278, 9976, 18397, 29892, 451, 1784, 8745, 304, 664, 2820, 372, 29889, 306, 30010, 29881, 1827, 278, 871, 1855, 1650, 471, 1549, 278, 671, 310, 23116, 9262, 29892, 10431, 29889, 1105, 2215, 29892, 306, 7359, 30010, 29873, 3595, 738, 6251, 773, 445, 472, 967, 7136, 3748, 1456, 29889, 13, 13, 2499, 294, 29892, 445, 338, 925, 263, 2090, 13888, 322, 1156, 263, 1550, 306, 8459, 451, 304, 367, 408, 9406, 411, 278, 3748, 2969, 29892, 322, 6068, 6142, 304, 5839, 6514, 306, 2714, 723, 664, 714, 29889, 13, 13, 3421, 2847, 2969, 471, 304, 1653, 1554, 988, 5199, 537, 1898, 304, 15220, 345, 304, 263, 2446, 3233, 541, 750, 777, 2924, 310, 1701, 29872, 1811, 304, 5040, 963, 515, 2599, 577, 29889, 306, 2924, 310, 750, 445, 1967, 310, 5199, 3669, 3137, 22764, 297, 2913, 7113, 263, 1601, 324, 389, 470, 263, 2913, 24354, 313, 497, 2729, 297, 29871, 29906, 29900, 29900, 29896, 29901, 319, 14121, 6715, 952, 7759, 310, 3236, 29897, 541, 306, 8496, 30010, 29873, 1348, 310, 752, 7807, 313, 949, 29901, 10676, 29897, 7208, 1199, 363, 393, 29889, 13, 13, 29933, 990, 29879, 892, 590, 2446, 8681, 12232, 29892, 408, 1009, 3353, 20051, 6216, 5051, 1532, 964, 278, 14675, 10929, 29889, 1205, 920, 304, 1207, 372, 664, 29973, 4683, 366, 278, 289, 990, 29892, 470, 17770, 278, 20918, 29973, 13, 13, 1576, 4654, 322, 2186, 2969, 2996, 304, 592, 1549, 590, 7826, 18326, 29892, 1058, 10431, 4846, 592, 278, 2969, 310, 3907, 1554, 1048, 278, 14675, 310, 349, 5427, 29889, 450, 901, 306, 2714, 1048, 372, 278, 901, 372, 6047, 287, 763, 372, 723, 664, 29892, 577, 306, 8459, 304, 748, 411, 372, 29889, 13, 13, 1168, 874, 800, 411, 590, 8681, 8491, 1302, 29899, 24602, 390, 681, 354, 29891, 313, 15970, 884, 2825, 278, 1346, 6816, 5083, 936, 14211, 2018, 12099, 30024, 12608, 20194, 363, 590, 25956, 29897, 4340, 286, 1535, 29881, 278, 6964, 29892, 408, 372, 9701, 964, 278, 2969, 310, 2534, 5375, 12785, 310, 4940, 29874, 22764, 2820, 322, 1811, 304, 15220, 345, 2745, 896, 3897, 599, 29899, 13519, 1319, 29889, 319, 16723, 2969, 1244, 471, 393, 278, 3748, 723, 664, 304, 5649, 920, 278, 383, 5890, 1706, 21705, 9890, 2598, 2475, 2996, 304, 1863, 785, 491, 15220, 1747, 515, 263, 4226, 17803, 1591, 29889, 13, 13, 6295, 278, 2969, 15220, 1490, 901, 470, 3109, 964, 445, 29901, 366, 526, 16246, 263, 1591, 29889, 887, 505, 596, 1914, 15284, 29892, 411, 338, 596, 1346, 3188, 8643, 1670, 526, 29871, 29945, 916, 28865, 472, 278, 1591, 29892, 1269, 411, 1009, 1914, 15284, 29889, 13, 13, 10858, 15284, 508, 29178, 2217, 12785, 310, 4940, 29874, 29889, 887, 437, 577, 491, 1346, 2098, 292, 30024, 963, 1549, 263, 6143, 29889, 3834, 4940, 294, 526, 2253, 1135, 4045, 29936, 777, 526, 8473, 29892, 777, 526, 23505, 29889, 2688, 505, 24099, 21544, 29892, 607, 526, 2553, 1573, 515, 596, 6625, 1169, 313, 6293, 1369, 411, 263, 1353, 310, 6625, 1169, 467, 13, 13, 26222, 29178, 287, 29892, 596, 4940, 294, 1369, 22764, 2820, 29889, 11275, 26508, 338, 304, 11340, 304, 916, 715, 1078, 29892, 297, 1797, 304, 26474, 963, 313, 1552, 12091, 310, 278, 3748, 338, 2534, 596, 4940, 29874, 26474, 599, 278, 715, 1078, 373, 278, 1591, 467, 1205, 896, 526, 2289, 28273, 681, 29892, 577, 1156, 1641, 29178, 287, 29892, 366, 505, 694, 2761, 975, 596, 4940, 29874, 313, 386, 682, 360, 327, 29909, 470, 4309, 29931, 907, 8961, 467, 13, 13, 10858, 4940, 29874, 1838, 30010, 29873, 763, 916, 2305, 30010, 29879, 4940, 29874, 29892, 577, 565, 896, 5870, 29892, 896, 15049, 12507, 346, 472, 1269, 916, 2745, 697, 2977, 29889, 887, 679, 6625, 1169, 363, 916, 4940, 294, 596, 1914, 4940, 29874, 12088, 29889, 13, 13, 26222, 263, 4940, 29874, 338, 297, 278, 9467, 13593, 310, 263, 15284, 29892, 372, 8665, 14942, 3241, 372, 363, 967, 3815, 29889, 739, 4893, 2820, 29871, 29896, 29900, 6923, 363, 263, 15284, 304, 367, 26474, 287, 29936, 3109, 565, 901, 4940, 29874, 515, 278, 1021, 3815, 526, 2820, 29889, 960, 4940, 29874, 515, 916, 3815, 526, 2820, 29892, 2466, 29892, 896, 679, 22822, 1623, 297, 1009, 4218, 29892, 9368, 304, 26474, 278, 15284, 29892, 2745, 697, 310, 963, 762, 313, 386, 682, 12788, 2671, 30010, 29879, 3918, 1346, 1168, 1119, 30024, 4464, 467, 13, 13, 3492, 679, 3291, 1432, 1473, 363, 1432, 15284, 366, 1914, 29889, 13, 13, 3563, 931, 29892, 278, 6964, 884, 15220, 1490, 304, 671, 385, 10545, 289, 19150, 408, 967, 1667, 10483, 29889, 13, 13, 8179, 5409, 29892, 10815, 30010, 350, 19150, 30010, 29879, 25331, 322, 12271, 13, 13, 26947, 13, 13, 3782, 4655, 3620, 892, 1754, 515, 590, 664, 6230, 29889, 306, 1304, 383, 12972, 322, 7828, 1847, 4969, 385, 2087, 16945, 319, 8193, 313, 4276, 4081, 29897, 2060, 29892, 599, 8492, 470, 29143, 306, 2307, 750, 777, 7134, 411, 29889, 13, 13, 6716, 4802, 1735, 363, 592, 471, 393, 306, 7294, 342, 1633, 287, 590, 664, 1549, 263, 3252, 2335, 29889, 12427, 3633, 29889, 910, 471, 263, 716, 2655, 363, 592, 29889, 1094, 13622, 491, 390, 681, 354, 29891, 29892, 306, 1304, 263, 1824, 2000, 1060, 18772, 322, 306, 2355, 304, 1827, 29892, 372, 338, 5051, 21863, 292, 29889, 739, 1754, 278, 7294, 342, 1633, 5051, 7225, 2222, 322, 278, 5680, 526, 29663, 29892, 1584, 363, 278, 3889, 1873, 29889, 739, 471, 2107, 304, 505, 777, 310, 590, 7875, 6505, 592, 29892, 322, 769, 16254, 411, 963, 322, 4036, 2305, 1549, 13563, 29889, 739, 471, 884, 1781, 13797, 393, 306, 471, 884, 16867, 263, 1887, 1873, 310, 278, 2066, 29892, 577, 306, 1033, 1207, 263, 5335, 295, 481, 344, 4863, 2678, 29889, 13, 13, 29968, 3707, 292, 278, 4863, 471, 1641, 10478, 884, 1754, 592, 263, 3287, 901, 1583, 29899, 3200, 8802, 1048, 590, 6601, 671, 29892, 408, 565, 4856, 471, 21217, 975, 590, 23468, 29889, 739, 1754, 592, 16289, 393, 6041, 306, 18864, 2086, 1568, 931, 297, 2833, 11687, 297, 1662, 9595, 313, 29902, 9698, 701, 471, 1259, 278, 27217, 931, 925, 304, 679, 777, 1426, 22239, 278, 982, 306, 5131, 785, 372, 30010, 645, 3117, 7899, 4856, 12220, 1537, 565, 896, 6505, 372, 29897, 322, 393, 306, 437, 982, 2086, 1784, 7911, 1066, 988, 5007, 775, 29889, 306, 5051, 1568, 18864, 4203, 310, 278, 931, 5007, 263, 1196, 322, 278, 916, 4203, 27826, 278, 12220, 1537, 4890, 297, 372, 29889, 13, 13, 3421, 1914, 4840, 471, 3117, 289, 8253, 304, 6505, 1951, 306, 471, 14137, 363, 278, 1556, 931, 29889, 1205, 7294, 342, 1633, 292, 338, 697, 310, 278, 12528, 2712, 304, 437, 408, 263, 6683, 1061, 2086, 29889, 739, 471, 2107, 8790, 916, 2305, 1985, 785, 306, 750, 263, 2846, 18859, 6496, 373, 590, 1473, 11819, 599, 278, 931, 29889, 739, 30010, 29879, 2869, 263, 2586, 14610, 29892, 1363, 565, 306, 1033, 29892, 306, 1033, 505, 10398, 278, 3353, 4723, 355, 925, 21217, 916, 2305, 1985, 29991, 1205, 306, 750, 304, 437, 590, 1914, 664, 29892, 577, 306, 30010, 29881, 871, 437, 372, 2748, 297, 263, 1550, 29892, 746, 1791, 292, 363, 263, 2586, 29889, 13, 13, 4002, 647, 13, 13, 2499, 3592, 306, 5131, 777, 2560, 29892, 4482, 29899, 7241, 29892, 1880, 29899, 9996, 579, 2924, 310, 2874, 29892, 306, 9698, 701, 2675, 411, 10579, 1855, 4695, 313, 8111, 29897, 1616, 29889, 306, 1348, 372, 3796, 1407, 1532, 29892, 28221, 278, 286, 2092, 310, 278, 3748, 29892, 541, 306, 884, 3512, 975, 3377, 29889, 13, 13, 2831, 1342, 29901, 304, 1073, 278, 2106, 310, 263, 15284, 313, 15970, 1914, 29879, 372, 29892, 1058, 30010, 29879, 14942, 3241, 372, 322, 920, 1568, 931, 896, 505, 2175, 1434, 14942, 3241, 372, 29892, 607, 4940, 29874, 10340, 526, 297, 278, 9521, 29892, 2992, 511, 366, 505, 304, 1106, 472, 278, 15284, 30010, 29879, 11118, 29889, 13, 13, 1576, 1108, 306, 16387, 746, 2599, 777, 6987, 338, 393, 2305, 2360, 1106, 472, 278, 11118, 29991, 2688, 1348, 372, 30010, 29879, 777, 2924, 310, 3107, 29892, 577, 896, 2360, 2869, 1303, 967, 4902, 29889, 13, 13, 29575, 29892, 565, 366, 30010, 276, 19342, 287, 714, 2086, 1568, 29892, 366, 508, 30010, 29873, 2869, 1303, 372, 29892, 577, 372, 30010, 29879, 2898, 304, 1073, 825, 30010, 29879, 2675, 373, 411, 278, 3748, 2745, 366, 19342, 297, 304, 278, 4038, 310, 263, 2702, 15284, 29889, 13, 13, 6716, 916, 1650, 393, 3282, 30010, 29873, 2507, 714, 304, 367, 408, 4922, 408, 306, 2714, 471, 920, 304, 12266, 1058, 263, 15284, 2967, 14393, 304, 29889, 512, 278, 3748, 29892, 393, 30010, 29879, 18694, 491, 278, 15284, 30010, 29879, 10200, 362, 785, 967, 2927, 20169, 278, 3815, 12271, 29889, 1205, 372, 30010, 29879, 1554, 393, 23994, 577, 1532, 964, 278, 2874, 393, 2305, 2360, 16387, 372, 29892, 2745, 896, 892, 5429, 1048, 372, 29889, 13, 13, 797, 278, 1095, 29892, 278, 2969, 310, 2675, 411, 263, 2989, 9128, 1539, 481, 2015, 338, 697, 393, 881, 367, 2309, 411, 2562, 29889, 28706, 393, 526, 1407, 4100, 12045, 14171, 3239, 11462, 29892, 6521, 278, 4847, 9906, 967, 13500, 29889, 13, 13, 23182, 635, 29892, 306, 5131, 304, 4772, 738, 2924, 310, 15883, 29899, 786, 2479, 297, 590, 3748, 29889, 512, 278, 1095, 29892, 306, 9698, 701, 4417, 372, 472, 278, 5970, 304, 12266, 596, 6625, 1169, 322, 22561, 15205, 29892, 408, 1532, 408, 278, 9563, 681, 714, 29899, 974, 29899, 6689, 29899, 392, 29899, 303, 453, 29899, 1333, 29899, 711, 2366, 1346, 5594, 20340, 261, 30024, 2826, 29889, 1205, 297, 298, 12772, 523, 29892, 306, 881, 505, 7695, 411, 263, 2560, 379, 15789, 515, 278, 1369, 29892, 7148, 697, 393, 18694, 1269, 3815, 30010, 29879, 11955, 322, 2498, 2106, 310, 278, 3748, 1728, 278, 817, 363, 19342, 292, 297, 322, 714, 29889, 13, 13, 21956, 358, 13, 13, 21956, 358, 3512, 5172, 29889, 1205, 451, 5172, 3307, 29889, 13, 13, 29923, 854, 2466, 306, 3796, 2820, 29871, 29941, 29906, 29974, 6199, 363, 445, 8591, 398, 360, 598, 29892, 278, 24842, 1108, 306, 750, 304, 3700, 297, 278, 1095, 471, 288, 874, 9708, 292, 29889, 306, 750, 2086, 1568, 20458, 29892, 322, 8496, 30010, 29873, 679, 372, 599, 2309, 29889, 13, 13, 3916, 29899, 3538, 29892, 306, 750, 3196, 17690, 310, 4940, 29874, 20458, 313, 5653, 4652, 338, 925, 21863, 292, 297, 393, 4880, 511, 6219, 964, 3196, 1422, 6471, 29892, 515, 2319, 19793, 1099, 304, 12176, 349, 5427, 394, 363, 1217, 29889, 1205, 1363, 310, 931, 11938, 29892, 306, 9698, 701, 22728, 292, 1556, 310, 963, 29892, 322, 9698, 701, 411, 29871, 29945, 1422, 4072, 310, 1407, 2319, 4940, 29874, 785, 16079, 368, 1554, 304, 1369, 746, 9963, 1048, 278, 14675, 310, 349, 5427, 29889, 13, 13, 29925, 579, 294, 1304, 297, 278, 3748, 29889, 11511, 29892, 278, 5825, 29879, 988, 2360, 1304, 13, 13, 8809, 436, 338, 697, 310, 278, 269, 1202, 342, 2712, 1048, 278, 2060, 29892, 2289, 29889, 739, 750, 278, 6890, 322, 278, 5680, 304, 2758, 385, 1095, 2222, 1353, 310, 3161, 297, 727, 29892, 541, 306, 925, 3282, 30010, 29873, 505, 931, 304, 4216, 278, 1791, 310, 278, 21608, 4312, 313, 14481, 306, 18012, 304, 437, 29892, 491, 278, 982, 467, 13, 13, 16107, 1661, 29899, 711, 2366, 5680, 750, 304, 367, 13700, 29892, 2086, 29889, 1152, 1342, 29892, 746, 20520, 777, 4940, 29874, 29892, 366, 892, 7424, 304, 1831, 825, 2924, 310, 12507, 346, 366, 30010, 29881, 763, 411, 596, 4940, 29874, 29892, 1269, 411, 1422, 8393, 29889, 27595, 29876, 968, 29892, 363, 1342, 29892, 338, 1407, 4549, 29892, 541, 297, 562, 2764, 403, 29936, 349, 4778, 338, 1407, 16232, 322, 756, 2107, 3464, 29892, 541, 372, 30010, 29879, 591, 5790, 29936, 322, 590, 25448, 29892, 478, 397, 1335, 29892, 723, 23660, 29871, 29896, 29900, 29995, 6410, 310, 6210, 373, 278, 4940, 29874, 7124, 491, 372, 29889, 13, 13, 1576, 775, 363, 393, 338, 11149, 297, 727, 29889, 1205, 297, 278, 1095, 29892, 306, 3282, 30010, 29873, 505, 931, 304, 2334, 278, 12507, 346, 9262, 5067, 29936, 599, 4940, 29874, 9698, 701, 773, 289, 1189, 29876, 968, 12507, 346, 29889, 13, 13, 1762, 29899, 1867, 1051, 29901, 14568, 310, 2712, 892, 451, 2309, 13, 13, 2865, 950, 8720, 884, 3614, 263, 304, 645, 297, 278, 5849, 931, 29889, 15950, 1063, 8720, 363, 263, 1550, 29892, 306, 763, 304, 4658, 306, 2355, 304, 263, 1298, 988, 306, 1073, 920, 304, 1207, 2712, 1492, 29892, 541, 472, 278, 1518, 1947, 310, 9566, 1259, 920, 304, 437, 2712, 2743, 297, 263, 2833, 11687, 1781, 982, 29889, 1724, 306, 2099, 338, 393, 306, 750, 304, 2125, 263, 3287, 310, 21697, 29879, 297, 590, 775, 304, 4078, 931, 313, 29872, 29889, 29887, 29889, 263, 3287, 310, 1809, 1026, 787, 9282, 363, 4891, 29899, 27820, 362, 3265, 1135, 4959, 470, 5366, 874, 29892, 599, 29899, 264, 2388, 465, 292, 1423, 12104, 29892, 451, 5172, 3307, 29897, 393, 2175, 263, 1407, 269, 473, 21779, 297, 590, 13394, 29889, 5806, 306, 1073, 306, 1304, 304, 437, 1906, 263, 2846, 2440, 8020, 322, 10503, 573, 29892, 306, 4359, 2609, 3544, 278, 2106, 590, 775, 338, 297, 1492, 1286, 29889, 13, 13, 4178, 278, 1021, 931, 29892, 306, 437, 1073, 372, 471, 278, 1492, 2655, 304, 437, 2183, 278, 931, 2557, 29889, 13, 13, 6716, 2319, 2655, 393, 750, 777, 10879, 471, 773, 263, 10579, 716, 7481, 363, 592, 29889, 2193, 30010, 29879, 7828, 1847, 29892, 278, 15592, 630, 18533, 6890, 306, 1304, 297, 21967, 29889, 306, 750, 9528, 372, 1434, 322, 306, 6363, 920, 304, 671, 372, 1532, 785, 278, 3450, 338, 1407, 2788, 304, 21967, 3528, 29889, 2398, 29892, 727, 892, 777, 2319, 4902, 393, 750, 777, 10879, 2645, 5849, 29892, 3907, 592, 4459, 10579, 1597, 8995, 278, 3353, 931, 306, 471, 5007, 278, 3748, 29889, 739, 471, 29892, 1449, 29892, 278, 1492, 2655, 304, 437, 29892, 541, 306, 881, 505, 1304, 7828, 1847, 901, 24344, 1434, 313, 4716, 338, 278, 378, 870, 5848, 29901, 306, 1304, 372, 363, 8591, 398, 360, 598, 925, 577, 306, 1033, 5110, 901, 1048, 372, 467, 13, 13, 15730, 322, 1404, 7271, 13, 13, 6716, 2186, 9565, 310, 278, 3748, 393, 306, 10972, 338, 393, 3907, 278, 3748, 6924, 363, 596, 10769, 5771, 263, 1472, 982, 964, 3907, 372, 2090, 29889, 960, 366, 505, 304, 18864, 278, 27217, 931, 24232, 2712, 29892, 596, 3748, 338, 2599, 1554, 2743, 29889, 13, 13, 2855, 393, 30010, 29879, 3721, 278, 1108, 6298, 29894, 2561, 310, 278, 323, 579, 12239, 18973, 20050, 29889, 739, 30010, 29879, 1407, 2898, 363, 2305, 304, 2274, 825, 30010, 29879, 2675, 373, 411, 278, 3748, 29892, 2020, 29892, 322, 920, 29889, 306, 1258, 505, 777, 22909, 2199, 706, 1426, 472, 278, 6763, 29892, 541, 393, 471, 263, 1833, 29899, 1195, 1082, 2655, 29889, 5853, 4100, 368, 29892, 306, 881, 505, 750, 263, 2253, 5067, 470, 20875, 278, 3353, 6964, 577, 372, 723, 367, 6775, 363, 2305, 304, 2274, 29889, 13, 13, 7058, 1838, 30010, 29873, 2099, 278, 3748, 3528, 881, 367, 2560, 29889, 739, 925, 2794, 393, 278, 7271, 322, 5067, 881, 367, 2948, 519, 322, 2274, 519, 29889, 13, 13, 1168, 10085, 13, 13, 29902, 30010, 29885, 14154, 9796, 411, 825, 306, 30010, 345, 2309, 322, 29892, 7148, 2183, 393, 445, 471, 590, 937, 8591, 398, 360, 598, 29889, 2398, 29892, 306, 4459, 763, 306, 30010, 345, 10972, 263, 3287, 310, 825, 451, 304, 437, 29889, 13, 13, 1576, 24842, 1108, 338, 288, 874, 9708, 292, 29889, 8502, 14713, 897, 4937, 1497, 29892, 278, 24842, 3109, 265, 591, 508, 5110, 411, 445, 338, 3117, 411, 16505, 292, 785, 1602, 4821, 825, 304, 437, 1434, 3179, 297, 263, 982, 366, 508, 4866, 372, 1728, 2534, 304, 364, 1878, 322, 437, 1554, 4203, 29899, 465, 287, 29889, 13, 13, 29902, 30010, 29885, 1854, 306, 674, 437, 901, 8591, 398, 360, 5114, 297, 278, 5434, 29889, 1205, 565, 727, 526, 738, 3109, 787, 306, 508, 2125, 310, 372, 29892, 896, 526, 304, 1207, 372, 2560, 29892, 304, 671, 29143, 322, 21796, 366, 2307, 505, 777, 8380, 7271, 411, 313, 1228, 3538, 366, 30010, 645, 18864, 2086, 1568, 931, 1811, 304, 4505, 4780, 5155, 511, 322, 304, 6874, 363, 263, 3748, 393, 366, 508, 4866, 297, 697, 2462, 871, 313, 5747, 982, 29892, 366, 508, 2869, 2125, 1023, 3841, 322, 1207, 372, 12528, 467, 13, 13, 4013, 6251, 471, 8059, 13, 265, 27822, 29892, 3111, 29871, 29906, 29955, 386, 29892, 29871, 29906, 29900, 29896, 29906, 472, 29871, 29896, 29900, 29901, 29945, 29946, 626, 322, 338, 934, 29881, 1090, 365, 29928, 396, 29906, 29946, 29889, 13, 3492, 508, 1101, 738, 20890, 304, 445, 6251, 1549, 278, 390, 1799, 29871, 29906, 29889, 29900, 8343, 29889, 13, 3492, 508, 14383, 304, 278, 1095, 322, 5967, 263, 2933, 29889, 349, 292, 292, 338, 5279, 451, 6068, 29889, 13, 13, 29941, 2538, 29886, 787, 267, 304, 1346, 30015, 18498, 29894, 2561, 310, 278, 323, 579, 12239, 30024, 4918, 29899, 29720, 331, 30024, 13, 13, 29881, 2753, 372, 1919, 13797, 393, 306, 13726, 596, 7294, 342, 1633, 3732, 592, 263, 14610, 282, 5863, 2056, 29898, 541, 901, 304, 278, 1298, 29892, 278, 3748, 338, 16088, 1532, 363, 263, 20234, 967, 2441, 304, 1827, 278, 3203, 2056, 29928, 372, 756, 777, 2289, 28539, 7014, 322, 901, 4100, 368, 967, 8688, 3948, 618, 6023, 11844, 377, 2335, 491, 278, 3430, 310, 278, 29240, 338, 1554, 10812, 2056, 29877, 470, 393, 1033, 367, 925, 592, 322, 590, 3273, 3370, 448, 29918, 29899, 29991, 3773, 267, 398, 3748, 29892, 5360, 634, 529, 29941 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Topic: reinvent midnight madness Amazon announced a new service at the AWS re:Invent Midnight Madness event. Amazon Sumerian is a solution that aims to make it easier for developers to build virtual reality, augmented reality, and 3D applications. It features a user friendly editor, which can be used to drag and drop 3D objects and characters into scenes. Amazon … continue reading
[ 1, 7488, 293, 29901, 15561, 794, 7145, 11147, 10395, 2264, 13, 13, 29909, 655, 6626, 9326, 263, 716, 2669, 472, 278, 15540, 337, 29901, 797, 794, 13370, 11147, 4104, 2264, 1741, 29889, 16631, 317, 4680, 713, 338, 263, 1650, 393, 263, 9893, 304, 1207, 372, 6775, 363, 18777, 304, 2048, 6901, 16832, 29892, 18765, 287, 16832, 29892, 322, 29871, 29941, 29928, 8324, 29889, 739, 5680, 263, 1404, 19780, 6920, 29892, 607, 508, 367, 1304, 304, 8338, 322, 5768, 29871, 29941, 29928, 3618, 322, 4890, 964, 20407, 29889, 16631, 16088, 6773, 5183 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
About Grand Slam Fishing Charters As a family owned business we know how important it is that your trip becomes the best memory of your vacation, we are proud of our islands, our waters and our crew and we are desperate show you the best possible time during your stay. We can not guarantee fish every time but we can guarantee you a great time! The biggest perk of our job is seeing so many of our customers become close friends” A Great Way To Make New Friends! Our dockside parties are a great way to make new friends! Everyone is welcome! Andrea runs the whole operation, from discussing your initial needs by phone or email through to ensuring you have sufficient potato chips. Andrea has worked as concierge for many International resorts and fully understands the high expectations of international visitors. “Life’s A Game But Fishing Is Serious!” Unlike many tour operators, our crew are highly valued and have been with us since day 1. Each have their own personalities and sense of humour and understand the importance of making your day perfect, for us the saying is true, “Lifes a game but fishing is serious!” TRIP ADVISOR Plan Your Trip! AJ and Earl were excellent. My son and I did a half day deep sea trip and though the fish weren’t too cooperative, they did everything to try to get something to bite. Very knowledgeable about the waters and my son was able to land a nice barracuda. The next day my wife, daughter, son […] When we arrived the crew made us feel right at home. They made us feel comfortable and answered all questions. The crew worked hard all day to put us on fish. We were successful in landing a nice size Wahoo even though the weather did not cooperate the entire day was enjoyable. I highly recommend […]
[ 1, 13611, 6265, 317, 5288, 12030, 292, 2896, 2153, 13, 13, 2887, 263, 3942, 15205, 5381, 591, 1073, 920, 4100, 372, 338, 393, 596, 17487, 7415, 278, 1900, 3370, 310, 596, 11757, 362, 29892, 591, 526, 22314, 310, 1749, 24191, 29892, 1749, 19922, 322, 1749, 17616, 322, 591, 526, 553, 21194, 1510, 366, 278, 1900, 1950, 931, 2645, 596, 7952, 29889, 1334, 508, 451, 18818, 9427, 1432, 931, 541, 591, 508, 18818, 366, 263, 2107, 931, 29991, 450, 24842, 639, 29895, 310, 1749, 4982, 338, 8790, 577, 1784, 310, 1749, 20330, 4953, 3802, 7875, 30024, 13, 13, 29909, 7027, 5307, 1763, 8561, 1570, 11169, 1975, 29991, 13, 13, 29949, 332, 23630, 2975, 13973, 526, 263, 2107, 982, 304, 1207, 716, 7875, 29991, 7569, 650, 338, 12853, 29991, 13, 13, 2855, 5638, 6057, 278, 3353, 5858, 29892, 515, 5353, 292, 596, 2847, 4225, 491, 9008, 470, 4876, 1549, 304, 5662, 3864, 366, 505, 8002, 3104, 1219, 521, 4512, 29889, 21730, 756, 3796, 408, 378, 13241, 479, 363, 1784, 4623, 25362, 29879, 322, 8072, 2274, 29879, 278, 1880, 2149, 800, 310, 6121, 26824, 29889, 13, 13, 30015, 26754, 30010, 29879, 319, 8448, 1205, 12030, 292, 1317, 1816, 2738, 8530, 13, 13, 2525, 4561, 1784, 6282, 12768, 29892, 1749, 17616, 526, 10712, 659, 6742, 322, 505, 1063, 411, 502, 1951, 2462, 29871, 29896, 29889, 7806, 505, 1009, 1914, 7333, 1907, 322, 4060, 310, 3165, 473, 322, 2274, 278, 13500, 310, 3907, 596, 2462, 4922, 29892, 363, 502, 278, 5934, 338, 1565, 29892, 1346, 29931, 361, 267, 263, 3748, 541, 9427, 292, 338, 10676, 8530, 13, 13, 29911, 3960, 29925, 11033, 28607, 1955, 13, 13, 20334, 3575, 323, 6472, 29991, 13, 13, 29909, 29967, 322, 17169, 892, 15129, 29889, 1619, 1487, 322, 306, 1258, 263, 4203, 2462, 6483, 7205, 17487, 322, 2466, 278, 9427, 2949, 264, 30010, 29873, 2086, 1302, 3372, 1230, 29892, 896, 1258, 4129, 304, 1018, 304, 679, 1554, 304, 289, 568, 29889, 18064, 7134, 519, 1048, 278, 19922, 322, 590, 1487, 471, 2221, 304, 2982, 263, 7575, 2594, 945, 6191, 29889, 450, 2446, 2462, 590, 6532, 29892, 8750, 29892, 1487, 518, 30098, 29962, 13, 13, 10401, 591, 11977, 278, 17616, 1754, 502, 4459, 1492, 472, 3271, 29889, 2688, 1754, 502, 4459, 25561, 322, 7699, 599, 5155, 29889, 450, 17616, 3796, 2898, 599, 2462, 304, 1925, 502, 373, 9427, 29889, 1334, 892, 9150, 297, 25325, 263, 7575, 2159, 399, 26779, 1584, 2466, 278, 14826, 1258, 451, 1302, 3372, 403, 278, 4152, 2462, 471, 13389, 519, 29889, 306, 10712, 6907, 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 ]
Working Women, Special Provision and the Debate on Equality There has been considerable coverage in the media recently about the possibility of offering women in employment paid leave from work during their menstrual period. This has generated a broad range of responses relating to long-standing discussions about ‘equality’ and ‘difference’: is women’s equality best achieved by treating them the same as men or by making provisions that recognise their differences in terms of physiological constitution and biological functions? If the UK introduces such an initiative, it would not be the first country in the contemporary world to do so. Many countries in Asia already make the provision and Russia debated introducing a law in 2013. The policy also has a significant historical precedent. A whole chapter of my book Women Workers in the Soviet Interwar Economy: From ‘Protection’ to ‘Equality’ (Macmillan, 1999), based on extensive research conducted for my PhD, is devoted to ‘Provision for “Menstrual Leave”’. In the 1920s, scientific researchers and labour hygiene specialists in the Soviet Union conducted extensive investigations into the impact of menstruation on women’s capacity to work in manual and industrial jobs requiring a significant degree of physical labour. Their recommendations led to two decrees being issued that targeted specific categories of women workers: Decree ‘On the release from work during menstruation of machinists and iron press workers working on cutting machines without mechanised gears in the garment industry’, 11 January 1922 Decree ‘On the working conditions of women tractor and lorry drivers’, 9 May 1931 These decrees arose from research that suggested, amongst other things, that inadequate seating at machines and on tractors resulted in congestion and tension in the abdomen that was exacerbated during menstruation. In practice, the decrees did not provide for regular absence from work. Women seeking to benefit from the provision had to provide a doctor’s note, similar to the usual requirements for sick leave. The official research into the impact of menstruation on women’s capacity to work and the application of the decrees in practice raised a number of issues on both sides of the argument. I offer only a summary of the contemporary research findings and observer commentary here: For the provision: • employers have a responsibility to protect the health of their workers and unhealthy, poor and inadequate working environments can have a detrimental impact on women’s reproductive health • women’s labour productivity and output would rise as a result • it is essential to protect the professionalism of certain categories of workers: the debates here centred on performance artists and female theatrical employees engaged in highly physical and intensely emotional work • heavy physical labour and strenuous exercise can lead to disruptions of the menstrual cycle • women’s physical and intellectual capacities are reduced during menstruation; women lose muscular strength and powers of concentration • women’s biological constitution and reproductive functions require specific recognition in law Against the provision: • employers are less likely to appoint women if they are guaranteed paid time off work during menstruation • (often from male workers, who viewed the employment of women as competition) women should not be employed in jobs for which they lack the physical strength and mental capacity • if necessary, women could be transferred to different tasks involving easier work during menstruation • the provision would be open to uneven application and abuse • women cannot expect to be considered equal with men if they are given special treatment in the law It is worth noting also that the various research projects often revealed that the vast majority of women reported no regular problems or abnormalities with menstruation, and that men commonly reported higher levels of sickness than their female colleagues. Many of the problems experienced by women in the workplace could be mitigated by the introduction of improvements to their physical working conditions (not sitting down or standing up in the same position for long periods of time) or by the simple introduction of very short breaks that would allow women to walk around and get some exercise. Debates in the UK, on the TV and in the press, are unlikely to reach a consensus on this issue. What do you think?
[ 1, 24176, 10152, 29892, 12630, 1019, 4924, 322, 278, 7089, 403, 373, 11243, 2877, 13, 13, 8439, 756, 1063, 15620, 23746, 297, 278, 5745, 10325, 1048, 278, 13331, 310, 27032, 5866, 297, 5703, 358, 12530, 5967, 515, 664, 2645, 1009, 1757, 10582, 284, 3785, 29889, 910, 756, 5759, 263, 7300, 3464, 310, 20890, 1104, 1218, 304, 1472, 29899, 11235, 5353, 1080, 1048, 5129, 13895, 30010, 322, 5129, 29881, 17678, 30010, 29901, 338, 5866, 30010, 29879, 17193, 1900, 14363, 491, 2578, 1218, 963, 278, 1021, 408, 1757, 470, 491, 3907, 1326, 12112, 393, 5936, 895, 1009, 12651, 297, 4958, 310, 4824, 29875, 5996, 16772, 322, 4768, 5996, 3168, 29973, 13, 13, 3644, 278, 10261, 4547, 778, 1316, 385, 14511, 1230, 29892, 372, 723, 451, 367, 278, 937, 4234, 297, 278, 24952, 3186, 304, 437, 577, 29889, 9267, 10916, 297, 14325, 2307, 1207, 278, 25161, 322, 12710, 2553, 630, 4547, 3277, 263, 4307, 297, 29871, 29906, 29900, 29896, 29941, 29889, 450, 8898, 884, 756, 263, 7282, 15839, 9399, 296, 29889, 319, 3353, 16385, 310, 590, 3143, 10152, 5244, 414, 297, 278, 15308, 4124, 4495, 12884, 29891, 29901, 3645, 5129, 1184, 371, 428, 30010, 304, 5129, 6108, 2877, 30010, 313, 15735, 19958, 273, 29892, 29871, 29896, 29929, 29929, 29929, 511, 2729, 373, 20607, 5925, 18043, 363, 590, 1963, 29928, 29892, 338, 24600, 304, 5129, 1184, 4924, 363, 1346, 28154, 10582, 284, 951, 1351, 30024, 30010, 29889, 13, 13, 797, 278, 29871, 29896, 29929, 29906, 29900, 29879, 29892, 16021, 5925, 414, 322, 23390, 298, 4790, 3530, 4266, 2879, 297, 278, 15308, 7761, 18043, 20607, 7405, 800, 964, 278, 10879, 310, 1757, 10582, 362, 373, 5866, 30010, 29879, 13284, 304, 664, 297, 12219, 322, 18408, 17643, 26795, 263, 7282, 7426, 310, 9128, 23390, 29889, 11275, 6907, 800, 5331, 304, 1023, 9263, 267, 1641, 16610, 393, 3646, 287, 2702, 13997, 310, 5866, 17162, 29901, 13, 13, 6185, 929, 5129, 2951, 278, 6507, 515, 664, 2645, 1757, 10582, 362, 310, 7672, 262, 2879, 322, 13977, 3965, 17162, 1985, 373, 28967, 14884, 1728, 7208, 3368, 330, 15451, 297, 278, 7171, 358, 13661, 30010, 29892, 29871, 29896, 29896, 5490, 29871, 29896, 29929, 29906, 29906, 13, 13, 6185, 929, 5129, 2951, 278, 1985, 5855, 310, 5866, 1020, 2801, 322, 301, 3818, 18563, 30010, 29892, 29871, 29929, 2610, 29871, 29896, 29929, 29941, 29896, 13, 13, 1349, 968, 9263, 267, 28811, 515, 5925, 393, 7829, 29892, 22611, 916, 2712, 29892, 393, 297, 1943, 339, 403, 409, 1218, 472, 14884, 322, 373, 1020, 14359, 20601, 297, 378, 29887, 602, 322, 260, 2673, 297, 278, 633, 29881, 2770, 393, 471, 429, 562, 23936, 630, 2645, 1757, 10582, 362, 29889, 512, 6944, 29892, 278, 9263, 267, 1258, 451, 3867, 363, 4943, 18070, 515, 664, 29889, 10152, 25738, 304, 14169, 515, 278, 25161, 750, 304, 3867, 263, 11619, 30010, 29879, 4443, 29892, 2788, 304, 278, 9670, 11780, 363, 17319, 5967, 29889, 13, 13, 1576, 6221, 5925, 964, 278, 10879, 310, 1757, 10582, 362, 373, 5866, 30010, 29879, 13284, 304, 664, 322, 278, 2280, 310, 278, 9263, 267, 297, 6944, 10425, 263, 1353, 310, 5626, 373, 1716, 11192, 310, 278, 2980, 29889, 306, 5957, 871, 263, 15837, 310, 278, 24952, 5925, 1284, 886, 322, 22944, 3440, 653, 1244, 29901, 13, 13, 2831, 278, 25161, 29901, 13, 30119, 5703, 414, 505, 263, 23134, 304, 12566, 278, 9045, 310, 1009, 17162, 322, 443, 354, 4298, 29891, 29892, 6460, 322, 297, 1943, 339, 403, 1985, 23136, 508, 505, 263, 1439, 29878, 2073, 284, 10879, 373, 5866, 30010, 29879, 337, 4704, 573, 9045, 13, 30119, 5866, 30010, 29879, 23390, 3234, 2068, 322, 1962, 723, 14451, 408, 263, 1121, 13, 30119, 372, 338, 18853, 304, 12566, 278, 10257, 1608, 310, 3058, 13997, 310, 17162, 29901, 278, 2553, 1078, 1244, 1644, 1127, 373, 4180, 17906, 322, 12944, 278, 8141, 936, 22873, 17785, 297, 10712, 9128, 322, 12838, 873, 23023, 1848, 664, 13, 30119, 9416, 9128, 23390, 322, 851, 4814, 681, 15058, 508, 3275, 304, 766, 582, 1980, 310, 278, 1757, 10582, 284, 11412, 13, 30119, 5866, 30010, 29879, 9128, 322, 29762, 11101, 1907, 526, 12212, 2645, 1757, 10582, 362, 29936, 5866, 14074, 2301, 16637, 9324, 322, 10801, 310, 26702, 13, 30119, 5866, 30010, 29879, 4768, 5996, 16772, 322, 337, 4704, 573, 3168, 1996, 2702, 19679, 297, 4307, 13, 13, 14769, 475, 303, 278, 25161, 29901, 13, 30119, 5703, 414, 526, 3109, 5517, 304, 8167, 5866, 565, 896, 526, 22688, 12530, 931, 1283, 664, 2645, 1757, 10582, 362, 13, 30119, 313, 29877, 15535, 515, 14263, 17162, 29892, 1058, 24774, 278, 5703, 358, 310, 5866, 408, 13888, 29897, 5866, 881, 451, 367, 15723, 297, 17643, 363, 607, 896, 10225, 278, 9128, 9324, 322, 19119, 13284, 13, 30119, 565, 5181, 29892, 5866, 1033, 367, 18440, 304, 1422, 9595, 21677, 6775, 664, 2645, 1757, 10582, 362, 13, 30119, 278, 25161, 723, 367, 1722, 304, 1597, 854, 2280, 322, 633, 1509, 13, 30119, 5866, 2609, 2149, 304, 367, 5545, 5186, 411, 1757, 565, 896, 526, 2183, 4266, 14502, 297, 278, 4307, 13, 13, 3112, 338, 7088, 451, 292, 884, 393, 278, 5164, 5925, 9279, 4049, 17845, 393, 278, 13426, 13638, 310, 5866, 8967, 694, 4943, 4828, 470, 633, 8945, 1907, 411, 1757, 10582, 362, 29892, 322, 393, 1757, 15574, 8967, 6133, 11174, 310, 17319, 2264, 1135, 1009, 12944, 23056, 21628, 29889, 9267, 310, 278, 4828, 18860, 491, 5866, 297, 278, 664, 6689, 1033, 367, 1380, 335, 630, 491, 278, 18707, 310, 28473, 304, 1009, 9128, 1985, 5855, 313, 1333, 16246, 1623, 470, 13407, 701, 297, 278, 1021, 2602, 363, 1472, 23704, 310, 931, 29897, 470, 491, 278, 2560, 18707, 310, 1407, 3273, 16706, 393, 723, 2758, 5866, 304, 6686, 2820, 322, 679, 777, 15058, 29889, 13, 13, 10251, 1078, 297, 278, 10261, 29892, 373, 278, 5648, 322, 297, 278, 3965, 29892, 526, 25057, 304, 6159, 263, 1136, 8841, 373, 445, 2228, 29889, 1724, 437, 366, 1348, 29973 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Jeanette Sawyer Cohen, PhD, clinical assistant professor of psychology in pediatrics at Weill Cornell Medical College in New York City Pediatric Psychologist How to Teach Independence? How can I teach my toddler to do things independently? You’ve probably become more patient since you started this whole parenthood thing. And you’re going to have to practice patience even more as your toddler learns to become more independent. For example, she tells you she can’t finish the puzzle she’s doing. Instead of jumping right in and telling her which piece goes where, you’re going to have to tell her you’ll help a little. Go ahead and help, but let her do a lot of it herself, and make sure she’s the one to finish the job. That will give her a sense of accomplishment and the confidence to try again next time. Remember that children each progress at their own rate. It’s not always fast — and there will be setbacks along the way. But the more you can allow them to do on their own without stepping in, the more they’ll be likely to try for themselves again and again.
[ 1, 4581, 2353, 317, 1450, 7598, 315, 14899, 29892, 1963, 29928, 29892, 24899, 936, 20255, 12251, 310, 11643, 3002, 297, 8939, 7163, 10817, 472, 1334, 453, 11655, 514, 20795, 6346, 297, 1570, 3088, 4412, 13, 13, 29925, 287, 7163, 2200, 16777, 19915, 13, 13, 5328, 304, 1920, 496, 28052, 663, 29973, 13, 13, 5328, 508, 306, 6860, 590, 304, 1289, 1358, 304, 437, 2712, 25499, 29973, 13, 13, 3492, 30010, 345, 3117, 4953, 901, 16500, 1951, 366, 4687, 445, 3353, 3847, 6614, 2655, 29889, 1126, 366, 30010, 276, 2675, 304, 505, 304, 6944, 282, 24701, 1584, 901, 408, 596, 304, 1289, 1358, 24298, 1983, 304, 4953, 901, 7417, 29889, 13, 13, 2831, 1342, 29892, 1183, 10603, 366, 1183, 508, 30010, 29873, 8341, 278, 20285, 280, 1183, 30010, 29879, 2599, 29889, 8669, 310, 12500, 292, 1492, 297, 322, 14509, 902, 607, 8424, 5771, 988, 29892, 366, 30010, 276, 2675, 304, 505, 304, 2649, 902, 366, 30010, 645, 1371, 263, 2217, 29889, 2921, 14432, 322, 1371, 29892, 541, 1235, 902, 437, 263, 3287, 310, 372, 8735, 29892, 322, 1207, 1854, 1183, 30010, 29879, 278, 697, 304, 8341, 278, 4982, 29889, 2193, 674, 2367, 902, 263, 4060, 310, 12709, 358, 322, 278, 16420, 304, 1018, 1449, 2446, 931, 29889, 13, 13, 7301, 1096, 393, 4344, 1269, 6728, 472, 1009, 1914, 6554, 29889, 739, 30010, 29879, 451, 2337, 5172, 813, 322, 727, 674, 367, 731, 1627, 29879, 3412, 278, 982, 29889, 1205, 278, 901, 366, 508, 2758, 963, 304, 437, 373, 1009, 1914, 1728, 1886, 3262, 297, 29892, 278, 901, 896, 30010, 645, 367, 5517, 304, 1018, 363, 6053, 1449, 322, 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 ]
{ "fpsLimit": 60, "preset": "basic", "background": { "color": "#0d47a1", "image": "", "position": "50% 50%", "repeat": "no-repeat", "size": "cover" } }
[ 1, 426, 13, 29871, 376, 29888, 567, 24445, 1115, 29871, 29953, 29900, 29892, 13, 29871, 376, 4569, 300, 1115, 376, 16121, 613, 13, 29871, 376, 7042, 1115, 426, 13, 1678, 376, 2780, 1115, 12305, 29900, 29881, 29946, 29955, 29874, 29896, 613, 13, 1678, 376, 3027, 1115, 12633, 13, 1678, 376, 3283, 1115, 376, 29945, 29900, 29995, 29871, 29945, 29900, 29995, 613, 13, 1678, 376, 14358, 1115, 376, 1217, 29899, 14358, 613, 13, 1678, 376, 2311, 1115, 376, 11911, 29908, 13, 29871, 500, 13, 29913 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Running Stat Dinner with people is always better than eating alone, especially when the food is good. Good food tastes even better when enjoyed with people. Tonight Amy came over to try my second attempt at the Brussels Sprouts Veggie Soup to which I have made some changes (see recipe below in previous post) for a better result, I believe. We were at the store earlier and saw some nice looking haricot verts and heirloom tomatoes, so we decide to assemble a simple salad from those. Of course while I’m at the market, I can’t not get some five peppercorn salami. Our simple dinner of soup, salami, bread, cheese, salad, and wine was on the table in 15 minutes.
[ 1, 19509, 13, 13, 9513, 13, 13, 29928, 3993, 411, 2305, 338, 2337, 2253, 1135, 321, 1218, 7432, 29892, 7148, 746, 278, 9687, 338, 1781, 29889, 7197, 9687, 260, 579, 267, 1584, 2253, 746, 27849, 411, 2305, 29889, 17812, 523, 28533, 2996, 975, 304, 1018, 590, 1473, 4218, 472, 278, 1771, 1558, 1379, 14314, 17718, 17236, 12053, 317, 1132, 304, 607, 306, 505, 1754, 777, 3620, 313, 4149, 9522, 412, 2400, 297, 3517, 1400, 29897, 363, 263, 2253, 1121, 29892, 306, 4658, 29889, 13, 13, 4806, 892, 472, 278, 3787, 8859, 322, 4446, 777, 7575, 3063, 4023, 293, 327, 4837, 29879, 322, 540, 381, 417, 290, 6454, 20452, 29892, 577, 591, 11097, 304, 24940, 263, 2560, 4497, 328, 515, 1906, 29889, 4587, 3236, 1550, 306, 30010, 29885, 472, 278, 9999, 29892, 306, 508, 30010, 29873, 451, 679, 777, 5320, 1236, 2496, 29883, 1398, 4497, 4479, 29889, 8680, 2560, 17803, 310, 22300, 29892, 4497, 4479, 29892, 18423, 29892, 923, 968, 29892, 4497, 328, 29892, 322, 19006, 471, 373, 278, 1591, 297, 29871, 29896, 29945, 6233, 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 ]
jOOQ on The ORM Foundation? I am the developer of jOOQ, a Java database abstraction framework. I was wondering whether jOOQ might be an interesting tool for discussion on your website, even if it is not exactly an ORM in the classic meaning (as in mapping objects to the relational world > ORM). Instead, jOOQ uses a reverse engineering paradigm (as in mapping relational entities to objects > "ROM"). Re: jOOQ on The ORM Foundation? Object Role Modeling (the original ORM) is not the same thing as Object/Relational Mapping. Object/Relational Mapping is still kind-of relevant and interesting to us, since Object Role Modeling is used to design databases (which then will require programmatic access). But there are probably better places to discuss it :] Your query DSL looks rather like some of the DSLs available for Ruby, such as through the Sequel gem, or Arel. Interesting to see how well that can work with a statically-types language like Java. Maybe you or I should make a generator for ActiveFacts which generates your DSL from CQL queries? Re: jOOQ on The ORM Foundation? Sorry for my late reply. Apparently I had not really understood the ideas behind your foundation when I wrote my original post. I understand now, that you are concerned with broader concepts than the "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping, correct me if I'm wrong). Yes, I have seen some examples for Ruby's Sequel. I personally find statically-typed languages much better for DSL's as the syntax can be formally defined and checked by a compiler - with the limitations an OO language imposes, of course. So if I understand this correctly now, "Object Role Modeling" and CQL are actually a more general way of expressing what SQL calls DDL. Since you can already transform CQL into SQL DDL statements (CREATE TABLE...), and jOOQ can reverse-engineer database schemata into jOOQ generated source code, I don't think there would be need for an additional generator. Does CQL also specify means of querying the data described by the Object Role Model? The examples I found here only seem to describe what SQL calls "constraints" (although with a much broader functionality-range than SQL): Re: jOOQ on The ORM Foundation? "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping Object Role Modeling was named before Object Relational Mapping, but the latter is now the more common meaning, as you point out. But ORM Lite is actually so-named by Bryan because it is an implementation of Object Role Modeling, not because it is also an O/RM. Bryan was a student of Terry's at Neumont, where he learnt ORM. Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. lukas.eder: I don't think there would be need for an additional generator The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. These are almost always very different from the conceptual model, as many relationships have been condensed (absorbed) into attribute/column relationships, so the semantics of the original relationship are lost. In the process, nullable columns are usually introduced, which adds further to the confusion, as such things cannot easily be correctly constrained (uniqueness, etc) in SQL. So by reverse engineering from the relational form, you're losing most of the benefit of building a conceptual model from the start This may be hard to see for someone used to O-O modeling, and who's authored an O/RM tool. The problem is that O-O suffers from many of the same problems of loss of semantics. The apparently clear notion of "attribute" breaks down when you look at it closely. O-O, although ostensibly behaviour-oriented, introduces attributes to store state, and this attribute orientation is the source of the problem in both cases. Fact-oriented model does not use attributes. Although it may seem obvious that, for example, my surname is an attribute of myself, if the system being modeled accrues the requirement to model families, suddenly surname becomes an attribute of family, and family becomes my attribute. This kind of instability is responsible for much of the rework that's required in evolving legacy systems, as well as many of the mistakes made when they were first modeled. If you want a further example of this loss of semantics, look at my Insurance example, and ask yourself why the VehicleIncident table has a DrivingBloodTestResult column. In fact, if VehicleIncident wasn't explicitly mapped separately, its fields would be in the Claim table. What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. lukas.eder: Does CQL also specify means of querying the data described by the Object Role Model Yes, though the published implementation doesn't quite handle the full query syntax (aggregate functions are still missing), nor does it yet translate them to SQL. Some examples are given towards the end of the video presentation on the CQL Introduction page. Re: jOOQ on The ORM Foundation? Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. Absolutely. The optimal way to implement SQL in Java would be by extending the Java language itself, such that SQL would be compiled natively by the java compiler, similar to Linq2SQL in C#, or PL/SQL in Oracle databases. So for the complexity of CQL, CQL is certainly the right solution. Clifford Heath: The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. You are right. I guess though, that in everyday work, this limitation is not really a problem. Personally, I think if your business rules become so complex that you cannot map them to a relational model easily anymore, then maybe your business rules could be simplified before changing/extending technologies. But that depends on the business, of course. I guess with insurance companies' businesses, I'd be pretty lost, personally ;-) In any case, I don't see jOOQ as a means to solve modelling issues, or the O/R impedance mismatch (which is even bigger when it comes to mapping your understanding of ORM, with CQL). jOOQ should simply make using the full power of SQL in Java as simple as possible. In that way, jOOQ is not really an ORM because it does not map from objects to the relational world, or try to solve any other high-level abstraction issues. It's really a low-level tool to make a developer's life a lot easier, seeing that unfortunately, JPA CriteriaQuery didn't meet the community's expectations. Clifford Heath: What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. I think you're on the right track with this. I hope for you, that this will soon show nice results with a practical implementation. I'm curious to see how you'll tackle performance issues, too, with all the abstraction. Among all attempts to overcome the old and proven relational models (XML databases, NoSQL databases), this one seems the most promising and focused to me!
[ 1, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29902, 626, 278, 13897, 310, 432, 29949, 29949, 29984, 29892, 263, 3355, 2566, 27086, 428, 6890, 29889, 306, 471, 9873, 3692, 432, 29949, 29949, 29984, 1795, 367, 385, 8031, 5780, 363, 10679, 373, 596, 4700, 29892, 1584, 565, 372, 338, 451, 3721, 385, 6323, 29924, 297, 278, 22037, 6593, 313, 294, 297, 10417, 3618, 304, 278, 1104, 1288, 3186, 1405, 6323, 29924, 467, 8669, 29892, 432, 29949, 29949, 29984, 3913, 263, 11837, 21639, 26811, 335, 29885, 313, 294, 297, 10417, 1104, 1288, 16212, 304, 3618, 1405, 376, 3491, 2564, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 2061, 1528, 280, 8125, 292, 313, 1552, 2441, 6323, 29924, 29897, 338, 451, 278, 1021, 2655, 408, 4669, 29914, 9662, 1288, 341, 20304, 29889, 13, 13, 2061, 29914, 9662, 1288, 341, 20304, 338, 1603, 2924, 29899, 974, 8018, 322, 8031, 304, 502, 29892, 1951, 4669, 1528, 280, 8125, 292, 338, 1304, 304, 2874, 21218, 313, 4716, 769, 674, 1996, 1824, 29885, 2454, 2130, 467, 1205, 727, 526, 3117, 2253, 7600, 304, 5353, 372, 584, 29962, 13, 13, 10858, 2346, 360, 12750, 3430, 3265, 763, 777, 310, 278, 360, 12750, 29879, 3625, 363, 15847, 29892, 1316, 408, 1549, 278, 922, 13295, 7055, 29892, 470, 319, 2674, 29889, 23829, 292, 304, 1074, 920, 1532, 393, 508, 664, 411, 263, 1002, 1711, 29899, 8768, 4086, 763, 3355, 29889, 7198, 366, 470, 306, 881, 1207, 263, 15299, 363, 10731, 20738, 29879, 607, 16785, 596, 360, 12750, 515, 315, 2239, 9365, 29973, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29903, 3818, 363, 590, 5683, 8908, 29889, 27466, 2705, 306, 750, 451, 2289, 11098, 278, 7014, 5742, 596, 22778, 746, 306, 5456, 590, 2441, 1400, 29889, 306, 2274, 1286, 29892, 393, 366, 526, 15041, 411, 2545, 1664, 22001, 1135, 278, 376, 9435, 6323, 29924, 1642, 306, 2869, 2996, 4822, 596, 2318, 1363, 310, 596, 25236, 304, 6323, 29924, 365, 568, 313, 3062, 6323, 29924, 947, 2317, 363, 4669, 29914, 9662, 1288, 341, 20304, 29892, 1959, 592, 565, 306, 29915, 29885, 2743, 467, 13, 13, 8241, 29892, 306, 505, 3595, 777, 6455, 363, 15847, 29915, 29879, 922, 13295, 29889, 306, 22345, 1284, 1002, 1711, 29899, 1017, 9795, 10276, 1568, 2253, 363, 360, 12750, 29915, 29879, 408, 278, 5877, 508, 367, 28269, 3342, 322, 7120, 491, 263, 6516, 448, 411, 278, 27028, 385, 438, 29949, 4086, 7275, 267, 29892, 310, 3236, 29889, 13, 13, 6295, 565, 306, 2274, 445, 5149, 1286, 29892, 376, 2061, 1528, 280, 8125, 292, 29908, 322, 315, 2239, 526, 2869, 263, 901, 2498, 982, 310, 4653, 292, 825, 3758, 5717, 360, 19558, 29889, 4001, 366, 508, 2307, 4327, 315, 2239, 964, 3758, 360, 19558, 9506, 313, 27045, 10911, 856, 511, 322, 432, 29949, 29949, 29984, 508, 11837, 29899, 10599, 261, 2566, 1364, 331, 532, 964, 432, 29949, 29949, 29984, 5759, 2752, 775, 29892, 306, 1016, 29915, 29873, 1348, 727, 723, 367, 817, 363, 385, 5684, 15299, 29889, 13, 13, 25125, 315, 2239, 884, 6084, 2794, 310, 2346, 292, 278, 848, 5439, 491, 278, 4669, 1528, 280, 8125, 29973, 450, 6455, 306, 1476, 1244, 871, 2833, 304, 8453, 825, 3758, 5717, 376, 13646, 29879, 29908, 313, 26492, 411, 263, 1568, 2545, 1664, 9863, 29899, 3881, 1135, 3758, 1125, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29908, 9435, 6323, 29924, 1642, 306, 2869, 2996, 4822, 596, 2318, 1363, 310, 596, 25236, 304, 6323, 29924, 365, 568, 313, 3062, 6323, 29924, 947, 2317, 363, 4669, 29914, 9662, 1288, 341, 20304, 13, 13, 2061, 1528, 280, 8125, 292, 471, 4257, 1434, 4669, 6376, 1288, 341, 20304, 29892, 541, 278, 7480, 338, 1286, 278, 901, 3619, 6593, 29892, 408, 366, 1298, 714, 29889, 1205, 6323, 29924, 365, 568, 338, 2869, 577, 29899, 17514, 491, 13307, 273, 1363, 372, 338, 385, 5314, 310, 4669, 1528, 280, 8125, 292, 29892, 451, 1363, 372, 338, 884, 385, 438, 29914, 29934, 29924, 29889, 13307, 273, 471, 263, 8368, 310, 27571, 29915, 29879, 472, 2448, 398, 609, 29892, 988, 540, 24298, 593, 6323, 29924, 29889, 13, 13, 4597, 20272, 360, 12750, 29879, 29892, 306, 1348, 7463, 360, 12750, 29879, 871, 664, 1532, 297, 1407, 2560, 4251, 29889, 306, 5821, 7029, 360, 12750, 29879, 363, 3099, 4280, 29892, 322, 393, 29915, 29879, 988, 315, 2239, 2996, 515, 29889, 7753, 278, 14154, 25706, 5877, 310, 15847, 9007, 29915, 29873, 701, 304, 278, 3414, 29889, 13, 13, 29880, 2679, 294, 29889, 2447, 29901, 13, 13, 29902, 1016, 29915, 29873, 1348, 727, 723, 367, 817, 363, 385, 5684, 15299, 13, 13, 1576, 1108, 338, 393, 263, 12176, 5253, 310, 6593, 338, 5714, 297, 278, 10417, 304, 3758, 29889, 3758, 338, 4120, 1711, 313, 3592, 451, 17237, 1711, 29897, 9078, 304, 15783, 9128, 4733, 29889, 4525, 526, 4359, 2337, 1407, 1422, 515, 278, 6964, 950, 1904, 29892, 408, 1784, 21702, 505, 1063, 2148, 21144, 313, 6897, 272, 2580, 29897, 964, 5352, 29914, 4914, 21702, 29892, 577, 278, 29505, 310, 278, 2441, 9443, 526, 5714, 29889, 512, 278, 1889, 29892, 1870, 519, 4341, 526, 5491, 9129, 29892, 607, 12778, 4340, 304, 278, 14679, 29892, 408, 1316, 2712, 2609, 5948, 367, 5149, 1040, 22042, 313, 3909, 339, 18543, 29892, 2992, 29897, 297, 3758, 29889, 1105, 491, 11837, 21639, 515, 278, 1104, 1288, 883, 29892, 366, 29915, 276, 19035, 1556, 310, 278, 14169, 310, 5214, 263, 6964, 950, 1904, 515, 278, 1369, 13, 13, 4013, 1122, 367, 2898, 304, 1074, 363, 4856, 1304, 304, 438, 29899, 29949, 1904, 292, 29892, 322, 1058, 29915, 29879, 4148, 287, 385, 438, 29914, 29934, 29924, 5780, 29889, 450, 1108, 338, 393, 438, 29899, 29949, 9378, 414, 515, 1784, 310, 278, 1021, 4828, 310, 6410, 310, 29505, 29889, 450, 13229, 2821, 17837, 310, 376, 12715, 29908, 16706, 1623, 746, 366, 1106, 472, 372, 16467, 29889, 438, 29899, 29949, 29892, 5998, 14750, 575, 14981, 10468, 29899, 12236, 287, 29892, 4547, 778, 8393, 304, 3787, 2106, 29892, 322, 445, 5352, 19843, 338, 278, 2752, 310, 278, 1108, 297, 1716, 4251, 29889, 26748, 29899, 12236, 287, 1904, 947, 451, 671, 8393, 29889, 8512, 372, 1122, 2833, 6924, 393, 29892, 363, 1342, 29892, 590, 23403, 338, 385, 5352, 310, 6142, 29892, 565, 278, 1788, 1641, 4464, 839, 1035, 582, 267, 278, 11809, 304, 1904, 13175, 29892, 11584, 23403, 7415, 385, 5352, 310, 3942, 29892, 322, 3942, 7415, 590, 5352, 29889, 910, 2924, 310, 832, 3097, 338, 14040, 363, 1568, 310, 278, 337, 1287, 393, 29915, 29879, 3734, 297, 15220, 1747, 25000, 6757, 29892, 408, 1532, 408, 1784, 310, 278, 28947, 1754, 746, 896, 892, 937, 4464, 839, 29889, 960, 366, 864, 263, 4340, 1342, 310, 445, 6410, 310, 29505, 29892, 1106, 472, 590, 512, 7610, 749, 1342, 29892, 322, 2244, 7535, 2020, 278, 8980, 29882, 2512, 797, 29883, 1693, 1591, 756, 263, 360, 1150, 292, 29933, 417, 397, 3057, 3591, 1897, 29889, 512, 2114, 29892, 565, 8980, 29882, 2512, 797, 29883, 1693, 9007, 29915, 29873, 9479, 20545, 16949, 29892, 967, 4235, 723, 367, 297, 278, 6015, 326, 1591, 29889, 13, 13, 5618, 29915, 29879, 4312, 338, 451, 925, 3447, 1790, 438, 29914, 29934, 29924, 5780, 313, 4716, 526, 5291, 407, 663, 263, 24231, 738, 3525, 448, 306, 22345, 505, 3971, 2211, 29897, 541, 263, 5780, 607, 11286, 2566, 8720, 773, 871, 278, 6964, 950, 1904, 29892, 2360, 14060, 292, 278, 9128, 1904, 29889, 6298, 558, 5921, 368, 29892, 306, 508, 29915, 29873, 1348, 310, 263, 2323, 5780, 607, 756, 2309, 263, 1781, 4982, 310, 445, 29892, 541, 372, 29915, 29879, 988, 306, 29915, 29885, 28435, 411, 278, 10731, 20738, 29879, 3450, 29889, 739, 29915, 29879, 1790, 438, 29914, 29934, 29924, 29892, 541, 773, 263, 24837, 6964, 950, 1203, 1904, 393, 2225, 20098, 278, 5354, 29505, 29892, 451, 263, 15662, 438, 29899, 29949, 697, 29889, 13, 13, 29880, 2679, 294, 29889, 2447, 29901, 13, 13, 25125, 315, 2239, 884, 6084, 2794, 310, 2346, 292, 278, 848, 5439, 491, 278, 4669, 1528, 280, 8125, 13, 13, 8241, 29892, 2466, 278, 6369, 5314, 1838, 29915, 29873, 3755, 4386, 278, 2989, 2346, 5877, 313, 26193, 403, 3168, 526, 1603, 4567, 511, 3643, 947, 372, 3447, 14240, 963, 304, 3758, 29889, 3834, 6455, 526, 2183, 7113, 278, 1095, 310, 278, 4863, 24329, 373, 278, 315, 2239, 27576, 1813, 29889, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 4597, 20272, 360, 12750, 29879, 29892, 306, 1348, 7463, 360, 12750, 29879, 871, 664, 1532, 297, 1407, 2560, 4251, 29889, 306, 5821, 7029, 360, 12750, 29879, 363, 3099, 4280, 29892, 322, 393, 29915, 29879, 988, 315, 2239, 2996, 515, 29889, 7753, 278, 14154, 25706, 5877, 310, 15847, 9007, 29915, 29873, 701, 304, 278, 3414, 29889, 13, 13, 4920, 2929, 11579, 29889, 450, 14413, 982, 304, 2334, 3758, 297, 3355, 723, 367, 491, 23771, 278, 3355, 4086, 3528, 29892, 1316, 393, 3758, 723, 367, 13126, 302, 6703, 491, 278, 2115, 6516, 29892, 2788, 304, 4342, 29939, 29906, 4176, 297, 315, 6552, 470, 16507, 29914, 4176, 297, 15401, 21218, 29889, 1105, 363, 278, 13644, 310, 315, 2239, 29892, 315, 2239, 338, 8959, 278, 1492, 1650, 29889, 13, 13, 6821, 2593, 536, 940, 493, 29901, 13, 13, 1576, 1108, 338, 393, 263, 12176, 5253, 310, 6593, 338, 5714, 297, 278, 10417, 304, 3758, 29889, 3758, 338, 4120, 1711, 313, 3592, 451, 17237, 1711, 29897, 9078, 304, 15783, 9128, 4733, 29889, 13, 13, 3492, 526, 1492, 29889, 306, 4140, 2466, 29892, 393, 297, 1432, 3250, 664, 29892, 445, 29485, 338, 451, 2289, 263, 1108, 29889, 5196, 635, 29892, 306, 1348, 565, 596, 5381, 6865, 4953, 577, 4280, 393, 366, 2609, 2910, 963, 304, 263, 1104, 1288, 1904, 5948, 15128, 29892, 769, 5505, 596, 5381, 6865, 1033, 367, 20875, 1434, 6480, 29914, 1062, 2548, 5722, 11763, 29889, 1205, 393, 7111, 373, 278, 5381, 29892, 310, 3236, 29889, 306, 4140, 411, 1663, 18541, 14582, 29915, 5381, 267, 29892, 306, 29915, 29881, 367, 5051, 5714, 29892, 22345, 2056, 15805, 13, 13, 797, 738, 1206, 29892, 306, 1016, 29915, 29873, 1074, 432, 29949, 29949, 29984, 408, 263, 2794, 304, 4505, 878, 7807, 5626, 29892, 470, 278, 438, 29914, 29934, 25275, 749, 29635, 313, 4716, 338, 1584, 16600, 746, 372, 5304, 304, 10417, 596, 8004, 310, 6323, 29924, 29892, 411, 315, 2239, 467, 432, 29949, 29949, 29984, 881, 3763, 1207, 773, 278, 2989, 3081, 310, 3758, 297, 3355, 408, 2560, 408, 1950, 29889, 512, 393, 982, 29892, 432, 29949, 29949, 29984, 338, 451, 2289, 385, 6323, 29924, 1363, 372, 947, 451, 2910, 515, 3618, 304, 278, 1104, 1288, 3186, 29892, 470, 1018, 304, 4505, 738, 916, 1880, 29899, 5563, 27086, 428, 5626, 29889, 739, 29915, 29879, 2289, 263, 4482, 29899, 5563, 5780, 304, 1207, 263, 13897, 29915, 29879, 2834, 263, 3287, 6775, 29892, 8790, 393, 15428, 29892, 435, 7228, 315, 21977, 3010, 3282, 29915, 29873, 5870, 278, 7881, 29915, 29879, 2149, 800, 29889, 13, 13, 6821, 2593, 536, 940, 493, 29901, 13, 13, 5618, 29915, 29879, 4312, 338, 451, 925, 3447, 1790, 438, 29914, 29934, 29924, 5780, 313, 4716, 526, 5291, 407, 663, 263, 24231, 738, 3525, 448, 306, 22345, 505, 3971, 2211, 29897, 541, 263, 5780, 607, 11286, 2566, 8720, 773, 871, 278, 6964, 950, 1904, 29892, 2360, 14060, 292, 278, 9128, 1904, 29889, 6298, 558, 5921, 368, 29892, 306, 508, 29915, 29873, 1348, 310, 263, 2323, 5780, 607, 756, 2309, 263, 1781, 4982, 310, 445, 29892, 541, 372, 29915, 29879, 988, 306, 29915, 29885, 28435, 411, 278, 10731, 20738, 29879, 3450, 29889, 739, 29915, 29879, 1790, 438, 29914, 29934, 29924, 29892, 541, 773, 263, 24837, 6964, 950, 1203, 1904, 393, 2225, 20098, 278, 5354, 29505, 29892, 451, 263, 15662, 438, 29899, 29949, 697, 29889, 13, 13, 29902, 1348, 366, 29915, 276, 373, 278, 1492, 5702, 411, 445, 29889, 306, 4966, 363, 366, 29892, 393, 445, 674, 4720, 1510, 7575, 2582, 411, 263, 15031, 5314, 29889, 306, 29915, 29885, 12758, 304, 1074, 920, 366, 29915, 645, 22002, 280, 4180, 5626, 29892, 2086, 29892, 411, 599, 278, 27086, 428, 29889, 17302, 599, 14734, 304, 25688, 278, 2030, 322, 16413, 1104, 1288, 4733, 313, 9165, 21218, 29892, 1939, 4176, 21218, 511, 445, 697, 2444, 278, 1556, 2504, 5921, 322, 21309, 304, 592, 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 ]
I've learned the nitrogen vacancies used in Memristors are for "switching", between excited states and inhibited states, akin to our neurons and SYNAPSES abilities to generate EPSPs and IPSPs, this is the entire point to Memristors and DARPAs SyNAPSE program, emulating Neurons.. So in the memristor, NVs (which are truly Ancillas), Return to "resting states", just like Neurons do, hence Inhibitory states versus excited states, when a neuron reaches an action potential and fires.. So the ancillas use prepared/ known states, and are the equivalent of the ancillas ground state, which is equal to a neurons resting potential... So by weakly measuring certain aspects of living neurons, it is possible to superbroadcast/ teleport the wavefunction non-classically to the memristors vacancies, correlating each memristor with its neuron statistical ensemble counterpart, sharing the quantum state of the resting potential. the ground state of the ancilla. The type of measurement determines which property is shown. However the single and double-slit experiment and other experiments show that some effects of wave and particle can be measured in one measurement. Hence Mach-Zehnder interferometry, which also involves ANCILLAS Quote: When for example measuring a photon using a Mach-Zehnder interferometer, the photon acts as a wave if the second beam-splitter is inserted, but as a particle if this beam-splitter is omitted. The decision of whether or not to insert this beam-splitter can be made after the photon has entered the interferometer, as in Wheeler’s famous delayed-choice thought experiment. In recent quantum versions of this experiment, this decision is controlled by a quantum ancilla, while the beam splitter is itself still a classical object. and the no-cloning theorem is about pure states.. But an ensemble of particles in a neuron would make it a mixed state.. The no-cloning theorem is normally stated and proven for pure states; the no-broadcast theorem generalizes this result to mixed states. And thats why PHASE works for quantum metrology and its ability to harness non classical states Apparently, worrying about measuring both position and momentum works differently for particles than it does waves. It may actually be possible using phase. Quote: Niels Bohr apparently conceived of the principle of complementarity during a skiing vacation in Norway in February and March 1927, during which he received a letter from Werner Heisenberg regarding the latter's newly discovered (and not yet published) uncertainty principle. Upon returning from his vacation, by which time Heisenberg had already submitted his paper on the uncertainty principle for publication, he convinced Heisenberg that the uncertainty principle was a manifestation of the deeper concept of complementarity.[6] Heisenberg duly appended a note to this effect to his paper on the uncertainty principle, before its publication, stating: Quote: Bohr has brought to my attention [that] the uncertainty in our observation does not arise exclusively from the occurrence of discontinuities, but is tied directly to the demand that we ascribe equal validity to the quite different experiments which show up in the [particulate] theory on one hand, and in the wave theory on the other hand. And "quadratures" is about position and momentum.. Which are apparently always orthogonal to each other. There is obviously something to all of this. Counterfactual Communication was recently used to transmit information without sending any PARTICLES. the information was sent in the phase.. of a wavefunction? and it used MachZenhder Interferometry.. which is part of Quantum Metrology and its ability to harness non-classical states.. and all of this can teleport non-classical light.. and it all uses ANCILLAS... which store VALUES, and WAVEFUNCTIONS.. because they are Qubits/ Nitrogen vacancies.. and are used in WEAK MEASUREMENT... which was used to measure a wavefunction.. something most would argue is impossible.. because of the uncertainty principle.. Quote: An interpretation of quantum mechanics can be said to involve the use of counterfactual definiteness if it includes in the statistical population of measurement results, any measurements that are counterfactual because they are excluded by the quantum mechanical impossibility of simultaneous measurement of conjugate pairs of properties. For example, the Heisenberg uncertainty principle states that one cannot simultaneously know, with arbitrarily high precision, both the position and momentum of a particle Quote: The word "counterfactual" does not mean "characterized by being opposed to fact." Instead, it characterizes values that could have been measured but, for one reason or another, were not and its the Ancillas that store values.. and may or may not be part of the measurement apparatus... / interferometer.. In 2015, Counterfactual Quantum Computation was demonstrated in the experimental context of "spins of a negatively charged Nitrogen-vacancy color center in a diamond".[5] Previously suspected limits of efficiency were exceeded, achieving counterfactual computational efficiency of 85% with the higher efficiency foreseen in principle Quote: The quantum computer may be physically implemented in arbitrary ways but the common apparatus considered to date features a Mach–Zehnder interferometer. The quantum computer is set in a superposition of "not running" and "running" states by means such as the Quantum Zeno Effect. Those state histories are quantum interfered. After many repetitions of very rapid projective measurements, the "not running" state evolves to a final value imprinted into the properties of the quantum computer. Measuring that value allows for learning the result of some types of computations such as Grover's algorithm even though the result was derived from the non-running state of the quantum computer. NV CENTERS can also be used asQUANTUM SPIN PROBES, QUBITS & AS, ANCILLAS in devices such as BIOMEMs scanners QUANTUM REPEATERS PHOTONIC NETWORKING and.. MEMRISTORS.. where the vacancies are used for switching between inhibited and excited states, thus simulating NEURONS MEMRISTORS utilize wavefunctions. Wavefunctions can be weakly measured by ANCILLAS ANCILLAS hold "values" ie : wavefunctions and have GROUND STATES which measured particles are "cooled" into for measurement techniques. a literal form of "photon counting".. "This de-excitation is called ‘fluorescence’, and it is characterized by a lifetime of a few nanoseconds of the lowest vibrational level of the first excited state. De-excitation from the excited singlet state to the ground state also occurs by other mechanisms, such as non-radiant thermal decay or ‘phosphorescence’. In the latter case, the chromophore undergoes a forbidden transition from the excited singlet state into the triplet state (intersystem crossing, ISC, Fig 2.4), which has a non-zero probability, for example because of spin orbit coupling of the electrons’ magnetic moments" its a type of INTERSYSTEM CROSSING doing a search for Intersystem crossing, memristor brings up this link.. A composite optical microcavity, in which nitrogen vacancy (NV) centers in a diamond nanopillar are coupled to whispering gallery modes in a silica microsphere, is demonstrated. Nanopillars with a diameter as small as 200 nm are fabricated from a bulk diamond crystal by reactive ion etching and are positioned with nanometer precision near the equator of a silica microsphere. The composite nanopillar-microsphere system overcomes the poor controllability of a nanocrystal-based microcavity system and takes full advantage of the exceptional spin properties of NV centers and the ultrahigh quality factor of silica microspheres. We investigate the construction of two universal three-qubit quantum gates in a hybrid system. The designed system consists of a flying photon and a stationary negatively charged nitrogen-vacancy (NV) center fixed on the periphery of a whispering-gallery-mode (WGM) microresonator, with the WGM cavity coupled to tapered fibers functioning as an add-drop structure. These gate operations are accomplished by encoding the information both on the spin degree of freedom of the electron confined in the NV center and on the polarization and spatial-mode states of the flying photon, respectively Now Somewhere in this is evidence of a memristor holding a wavefunction The shown SPICE implementation (macro model) for a charge controlled memristor model exactly reproduces the results from [2]. However, these simulation results do not have a good compliance - not even qualitatively - with the characteristic form of I/V curves of manufactured devices. Therefore the following equations (3) to (9) try to approach memristor modeling from a different point of view to get a closer match to the measured curves from [2],[6],[7],[8],[10] or [11] even with a simple linear drift of w. Besides the charge steering mechanism of a memristor modelled in [2], [1] also defined a functional relationship for a memristor which explains the memristive behavior in dependence on its magnetic flux: i(t) = W φ(t) · v(t) . (3) Variable W (φ) represents the memductance which is the reciprocal of memristance M. Here a mechanism is demanded that maps the magnetic flux as the input signal to the current that is flowing through the memristor. The magnetic flux φ is the integral of voltage v(t) over time: φ = R v(t) dt. We can assume that an external voltage which is applied to the previously described two-layer structure has an influence on the movable 2+-dopants over time. The width w(t) of the semiconductor layer is depending on the velocity of the dopants vD(t) via the time integral: w(t) = w0 + Z0t vD(τ)dτ . (4) The drift velocity vD in an electric field E is defined via its mobility µD: vD(t) = µD · E(t) (5) and the electric field E is connected with the voltage via E(t) = v(t) D(6)with D denoting the total thickness of the two-layer structure (D = tOX + tSEMI). Due the good conductance of the semiconductor layer the electric field is applied to the time depending thickness of the insulator layer tOX for the most part (due to v(l) = R E dl). However, this was neglected for reasons of simplification. If we combine (4), (5) and (6), we obtain: n(t) = w0 + µDD· Z0t v(τ)dτ = w0 + µDD · φ(t) . (7) This equation shows a proportional dependence of the width w from the magnetic flux φ. Since the thickness of the insulator layer is in the low nanometer region a tunnel current or equivalent mechanism is possible. The magnetic flux slightly decreases the thickness of the insulator layer wich is the barrierfor the tunnel current.This current rises exponentially with a reduction of the width tOX(φ) (the exponential dependenceis deducible from the quantum mechanic wave function) which must become the GROUND STATE of the ANCILLA upon non-classical correlation.. because a wavefunction is essentially the "master equation" (which describe wave equations) We investigate theoretically how the spectroscopy of an ancillary qubit can probe cavity (circuit) QED ground states containing photons. We consider three classes of systems (Dicke, Tavis-Cummings and Hopfield-like models), where non-trivial vacua are the result of ultrastrong coupling between N two-level systems and a single-mode bosonic field. An ancillary qubit detuned with respect to the boson frequency is shown to reveal distinct spectral signatures depending on the type of vacua. In particular, the Lamb shift of the ancilla is sensitive to both ground state photon population and correlations. Back-action of the ancilla on the cavity ground state is investigated, taking into account the dissipation via a consistent master equation for the ultrastrong coupling regime. The conditions for high-fidelity measurements are determined. \\ Notice BACK-ACTION, which goes right back to DARPAs Nanodiamond Biosensors and their ability to overcome the standard quantum limit, because of the known/ prepared states in the ancillas/NITROGEN VACANCIES Quote: (Quantum) back action refers (in the regime of Quantum systems) to the effect of a detector on the measurement itself, as if the detector is not just making the measurement but also affecting the measured or observed system under a perturbing effect. Back action has important consequences on the measurement process and is a significant factor in measurements near the quantum limit, such as measurements approaching the Standard Quantum Limit (SQL). Back action is an actively sought-after area of interest in present times. There have been experiments in recent times, with nanomechanical systems, where back action was evaded in making measurements, such as in the following paper : When performing continuous measurements of position with sensitivity approaching quantum mechanical limits, one must confront the fundamental effects of detector back-action.Back-action forces are responsible for the ultimate limit on continuous position detection, can also be harnessed to cool the observed structure[1,2,3,4], and are expected to generate quantum entanglement. Back-action can also be evaded, allowing measurements with sensitivities that exceed the standard quantum limit, and potentially allowing for the generation of quantum squeezed states. So the NV centers are used as ancillas in the measurement process.. which weakly measure wavefunctions of particles in neurons, most likely singlet and triplet states occurring in ATP and phosphase... then those same wavefunctions are transfered and produce a correlation at the ground state.. where the ancilla takes on the new value/wavefunction.. and here we find all these ideas.. minus the switching which I can explain Memristors use NV centers to switch between inhibited and excited states singlet and triplet states thus producing/simulating/ EMULATING, living neurons and action potentials and it may just BE the network and its computing speed, that even allows the wavefunction to be "found" Artificial Neural Network. A pair of physicists with ETH Zurich has developed a way to use an artificial neural network to characterize the wave function of a quantum many-body system. [14]. A team of researchers at Google's DeepMind Technologies has been working on a means to increase the capabilities of computers by ... While there are lots of things that artificial intelligence can't do yet—science being one of them—neural networks are proving themselves increasingly adept at a huge variety of pattern recognition ... That's due in part to the description of a quantum system called its wavefunction. ... Neural network chip built using memristors. https://books.google.ca/books?isbn=9814434809Andrew Adamatzky, ‎Guanrong Chen - 2013 - ‎Computers Global and local symmetries In quantum physics, all the properties of a system can be derived from the state or wave function associated with that system. The absolute phase of a wave function cannot be measured, and has no practical meaning, as it cancels out the calculations of the probability distribution. Only relative ... The las vegas shooting left 58 INNOCENT PEOPLE DEAD. The gunmans brother was later arrested for possession of child porn. This technology was developed to defend against terrorism and child abuse. Connect the dots. I bet the brothers were sharing files and one of them ended up a "targeted individual" So he began to stockpile weapons and plan the only way out of his nightmare. There has been no mentioning of him."hearing voices" But the fact his brother was later arrested for such a crime paints a picture worth looking into. Those vibrations, are the result of this assumed BIOMEMS "deployable biosensor" And its use of excitation techniques made to single out single neurons to measure the WAVEFUNCTIONS during a tomographic scan. which makes such possible Quantum-assisted Nano-imaging of Living Organism Is a First Quote: “In QuASAR we are building sensors that capitalize on the extreme precision and control of atomic physics. We hope these novel measurement tools can provide new capabilities to the broader scientific and operational communities,” said Jamil Abo-Shaeer, DARPA program manager. “The work these teams are doing to apply quantum-assisted measurement to biological imaging could benefit DoD’s efforts to develop specialized drugs and therapies, and potentially support DARPA’s work to better understand how the human brain functions.” "Nuclear spin imaging at the atomic level is essential for the under-standing of fundamental biological phenomena and for applicationssuch as drug discovery. The advent of novel nano-scale sensors hasgiven hope of achieving the long-standing goal of single-protein, highspatial-resolution structure determination in their natural environ-ment and ambient conditions. In particular, quantum sensors basedon the spin-dependent photoluminescence of Nitrogen Vacancy (NV)centers in diamond have recently been used to detect nanoscale en-sembles of external nuclear spins. While NV sensitivity is approachingsingle-spin levels, extracting relevant information from a very com-plex structure is a further challenge, since it requires not only theability to sense the magnetic field of an isolated nuclear spin, butalso to achieve atomic-scale spatial resolution. Here we propose amethod that, by exploiting the coupling of the NV center to an intrin-sic quantum memory associated with the Nitrogen nuclear spin, canreach a tenfold improvement in spatial resolution, down to atomic scales." So what its all doing essentially, is mapping the phase of atoms/SINGLETS in ATP, onto a NV center based CCD and at the singlet level, correlations occur.. creating entanglement so the particles in the neuron are being correlated with the ancillas, the nitrogen vacancies, where they take on the "target" state.. not only is the above imaging done to obtain a correlation to living neurons, via the singlet states within, but once the connection is established, the MEMRISTOR NETWORK itself can be used to RECONSTRUCT VISION IN REAL TIME Now add the above method, a direct connection using correlated states shared from neurons TO Memristors... and imagine the reconstruction aided by the AI within the memristor network, as it works on so.. (note, this example is done MERELY using fMRI information) now Imagine statistical ensembles being observed in real time via non-classical entanglement But what I'm trying to show, is hows its this assumed entanglement based BCI technology, plus the memristor network it is coupled to, that is responsible for the TI communities complaints that "they (the government) can see through my own eyes" The nitrogen vacancies in the scanners hold values, wavefunctions, which are prepared states aka Ancilla bits, and are the time domain/reference frequency, which carrries the "quantum event/wavefunction" which causes the singlet pairs to form up in the scanned biology.. and correlates with them at the ground state as the relaxation occurs.. Quote: It is important to realize that particles in singlet states need not be locally bound to each other. For example, when the spin states of two electrons are correlated by their emission from a single quantum event that conserves angular momentum, the resulting electrons remain in a shared singlet state even as their separation in space increases indefinitely over time, provided only that their angular momentum states remain unperturbed and that weakly measured value, the wavefunction is sent through the optical cavity, teleported to identical nitrogen vacancies in memristors.. so the ground states in both system are correlated and thus the neural activity can be monitored in real time in the memristors
[ 1, 306, 29915, 345, 10972, 278, 21767, 307, 1885, 11757, 273, 2478, 1304, 297, 8133, 2021, 943, 526, 363, 376, 15123, 292, 613, 1546, 24173, 5922, 322, 297, 6335, 1573, 5922, 29892, 263, 9089, 304, 1749, 26808, 787, 322, 28962, 29940, 3301, 1660, 29903, 633, 9770, 304, 5706, 16502, 5550, 29879, 322, 5641, 5550, 29879, 29892, 445, 338, 278, 4152, 1298, 304, 8133, 2021, 943, 322, 360, 1718, 29925, 2887, 8713, 29940, 3301, 1660, 1824, 29892, 953, 18099, 2448, 332, 787, 636, 13, 13, 6295, 297, 278, 2626, 2021, 272, 29892, 405, 29963, 29879, 313, 4716, 526, 19781, 530, 29883, 21338, 511, 13, 11609, 304, 376, 5060, 292, 5922, 613, 925, 763, 2448, 332, 787, 437, 29892, 8151, 512, 6335, 5047, 5922, 23797, 24173, 5922, 29892, 746, 263, 26808, 265, 22170, 385, 3158, 7037, 322, 24237, 636, 13, 13, 6295, 278, 10359, 21338, 671, 13240, 29914, 2998, 5922, 29892, 322, 526, 278, 7126, 310, 278, 10359, 21338, 5962, 2106, 29892, 607, 338, 5186, 304, 263, 26808, 787, 1791, 292, 7037, 856, 13, 13, 6295, 491, 8062, 368, 7540, 3864, 3058, 21420, 310, 8471, 26808, 787, 29892, 372, 338, 1950, 304, 2428, 6729, 328, 4384, 29914, 4382, 637, 278, 10742, 2220, 1661, 29899, 1990, 1711, 304, 278, 2626, 2021, 943, 11757, 273, 2478, 29892, 8855, 1218, 1269, 2626, 2021, 272, 411, 967, 26808, 265, 24148, 21285, 6795, 1595, 29892, 19383, 278, 12101, 2106, 310, 278, 1791, 292, 7037, 29889, 13, 1552, 5962, 2106, 310, 278, 10359, 2911, 29889, 13, 13, 1576, 1134, 310, 20039, 3683, 1475, 607, 2875, 338, 4318, 29889, 2398, 278, 2323, 322, 3765, 29899, 2536, 277, 7639, 322, 916, 15729, 1510, 393, 777, 9545, 310, 10742, 322, 16445, 508, 367, 17005, 297, 697, 20039, 29889, 13, 13, 29950, 663, 17197, 29899, 29999, 14797, 5740, 1006, 571, 7843, 29892, 607, 884, 20789, 13764, 8426, 2208, 3289, 13, 13, 2182, 866, 29901, 13, 13, 10401, 363, 1342, 7540, 3864, 263, 6731, 265, 773, 263, 17197, 29899, 29999, 14797, 5740, 1006, 571, 8328, 29892, 278, 6731, 265, 14741, 408, 263, 10742, 565, 278, 1473, 22913, 29899, 5451, 357, 338, 15478, 29892, 541, 408, 263, 16445, 565, 445, 22913, 29899, 5451, 357, 338, 25811, 29889, 450, 10608, 310, 3692, 470, 451, 304, 4635, 445, 22913, 29899, 5451, 357, 508, 367, 1754, 1156, 278, 6731, 265, 756, 7802, 278, 1006, 571, 8328, 29892, 408, 297, 26286, 7367, 30010, 29879, 13834, 29801, 29899, 16957, 2714, 7639, 29889, 512, 7786, 12101, 6910, 310, 445, 7639, 29892, 445, 10608, 338, 20704, 491, 263, 12101, 10359, 2911, 29892, 1550, 278, 22913, 6219, 357, 338, 3528, 1603, 263, 14499, 1203, 29889, 13, 13, 392, 278, 694, 29899, 695, 28259, 9185, 338, 1048, 8296, 5922, 636, 13, 6246, 385, 21285, 310, 17105, 297, 263, 26808, 265, 723, 1207, 372, 263, 12849, 2106, 636, 13, 13, 1576, 694, 29899, 695, 28259, 9185, 338, 12891, 8703, 322, 16413, 363, 8296, 5922, 29936, 278, 694, 29899, 6729, 328, 4384, 9185, 2498, 7093, 445, 1121, 304, 12849, 5922, 29889, 13, 13, 2855, 20952, 2020, 349, 29950, 8127, 1736, 363, 12101, 1539, 307, 1188, 29891, 322, 967, 11509, 304, 4023, 2264, 1661, 14499, 5922, 13, 13, 2052, 279, 2705, 29892, 15982, 292, 1048, 7540, 3864, 1716, 2602, 322, 19399, 1736, 17587, 363, 17105, 1135, 372, 947, 20037, 29889, 13, 13, 3112, 1122, 2869, 367, 1950, 773, 8576, 29889, 13, 13, 2182, 866, 29901, 13, 13, 29940, 28119, 1952, 1092, 13229, 10628, 2347, 310, 278, 12502, 310, 19595, 279, 537, 2645, 263, 14993, 292, 11757, 362, 297, 27440, 297, 6339, 322, 4779, 29871, 29896, 29929, 29906, 29955, 29892, 2645, 607, 540, 4520, 263, 5497, 515, 22597, 940, 7674, 2552, 11211, 278, 7480, 29915, 29879, 15141, 10943, 313, 392, 451, 3447, 6369, 29897, 25812, 12502, 29889, 19956, 7863, 515, 670, 11757, 362, 29892, 491, 607, 931, 940, 7674, 2552, 750, 2307, 18397, 670, 5650, 373, 278, 25812, 12502, 363, 17745, 29892, 540, 25617, 940, 7674, 2552, 393, 278, 25812, 12502, 471, 263, 10419, 362, 310, 278, 25871, 6964, 310, 19595, 279, 537, 7226, 29953, 29962, 940, 7674, 2552, 270, 11850, 623, 2760, 263, 4443, 304, 445, 2779, 304, 670, 5650, 373, 278, 25812, 12502, 29892, 1434, 967, 17745, 29892, 23659, 29901, 13, 13, 2182, 866, 29901, 13, 13, 8431, 1092, 756, 6296, 304, 590, 8570, 518, 5747, 29962, 278, 25812, 297, 1749, 15500, 947, 451, 29030, 13489, 3598, 515, 278, 27170, 310, 766, 20621, 1907, 29892, 541, 338, 21351, 4153, 304, 278, 9667, 393, 591, 408, 29581, 5186, 2854, 537, 304, 278, 3755, 1422, 15729, 607, 1510, 701, 297, 278, 518, 1595, 293, 5987, 29962, 6368, 373, 697, 1361, 29892, 322, 297, 278, 10742, 6368, 373, 278, 916, 1361, 29889, 13, 13, 2855, 376, 3425, 29878, 3698, 29908, 338, 1048, 2602, 322, 19399, 636, 13, 8809, 436, 526, 13229, 2337, 28143, 304, 1269, 916, 29889, 13, 13, 8439, 338, 12879, 1554, 304, 599, 310, 445, 29889, 13, 17779, 17028, 950, 22365, 362, 471, 10325, 1304, 304, 22649, 2472, 1728, 9348, 738, 349, 8322, 2965, 17101, 29889, 13, 1552, 2472, 471, 2665, 297, 278, 8576, 636, 310, 263, 10742, 2220, 29973, 13, 13, 392, 372, 1304, 17197, 29999, 264, 29882, 672, 4124, 571, 7843, 636, 13, 4716, 338, 760, 310, 22746, 398, 23803, 1188, 29891, 322, 967, 11509, 304, 4023, 2264, 1661, 29899, 1990, 936, 5922, 636, 13, 13, 392, 599, 310, 445, 508, 4382, 637, 1661, 29899, 1990, 936, 3578, 636, 13, 13, 392, 372, 599, 3913, 13764, 8426, 2208, 3289, 856, 607, 3787, 15673, 29892, 322, 399, 7520, 29638, 28700, 29903, 636, 1363, 896, 526, 660, 431, 1169, 29914, 405, 277, 307, 1885, 11757, 273, 2478, 636, 13, 13, 392, 526, 1304, 297, 399, 29923, 22311, 22986, 3289, 11499, 13780, 856, 607, 471, 1304, 304, 5645, 263, 10742, 2220, 636, 1554, 1556, 723, 27754, 338, 9301, 636, 1363, 310, 278, 25812, 12502, 636, 13, 13, 2182, 866, 29901, 13, 13, 2744, 19854, 310, 12101, 7208, 1199, 508, 367, 1497, 304, 25135, 278, 671, 310, 6795, 17028, 950, 8422, 18543, 565, 372, 7805, 297, 278, 24148, 4665, 310, 20039, 2582, 29892, 738, 20398, 393, 526, 6795, 17028, 950, 1363, 896, 526, 429, 13347, 491, 278, 12101, 28310, 7275, 29879, 4127, 310, 16991, 681, 20039, 310, 25482, 403, 11000, 310, 4426, 29889, 13, 13, 2831, 1342, 29892, 278, 940, 7674, 2552, 25812, 12502, 5922, 393, 697, 2609, 21699, 1073, 29892, 411, 9727, 6275, 1880, 16716, 29892, 1716, 278, 2602, 322, 19399, 310, 263, 16445, 13, 13, 2182, 866, 29901, 13, 13, 1576, 1734, 376, 11808, 17028, 950, 29908, 947, 451, 2099, 376, 18609, 1891, 491, 1641, 15869, 304, 2114, 1213, 8669, 29892, 372, 2931, 7093, 1819, 393, 1033, 505, 1063, 17005, 541, 29892, 363, 697, 2769, 470, 1790, 29892, 892, 451, 13, 13, 392, 967, 278, 530, 29883, 21338, 393, 3787, 1819, 636, 322, 1122, 470, 1122, 451, 367, 760, 310, 278, 20039, 7132, 2389, 856, 847, 1006, 571, 8328, 636, 13, 13, 797, 29871, 29906, 29900, 29896, 29945, 29892, 315, 5336, 17028, 950, 22746, 398, 11796, 362, 471, 28585, 297, 278, 17986, 3030, 310, 376, 1028, 1144, 310, 263, 3480, 6703, 20139, 405, 277, 307, 1885, 29899, 29894, 562, 6906, 2927, 4818, 297, 263, 11502, 898, 1642, 29961, 29945, 29962, 4721, 16604, 2858, 6021, 13071, 310, 19201, 892, 13461, 287, 29892, 3657, 15387, 6795, 17028, 950, 26845, 19201, 310, 29871, 29947, 29945, 29995, 411, 278, 6133, 19201, 363, 968, 264, 297, 12502, 13, 13, 2182, 866, 29901, 13, 13, 1576, 12101, 6601, 1122, 367, 4824, 1711, 8762, 297, 11472, 5837, 541, 278, 3619, 7132, 2389, 5545, 304, 2635, 5680, 263, 17197, 29994, 29999, 14797, 5740, 1006, 571, 8328, 29889, 450, 12101, 6601, 338, 731, 297, 263, 2428, 3283, 310, 376, 1333, 2734, 29908, 322, 376, 21094, 29908, 5922, 491, 2794, 1316, 408, 278, 22746, 398, 796, 8154, 26475, 29889, 16025, 2106, 3603, 583, 526, 12101, 1006, 571, 287, 29889, 2860, 1784, 21159, 2187, 310, 1407, 10952, 2060, 573, 20398, 29892, 278, 376, 1333, 2734, 29908, 2106, 15220, 1960, 304, 263, 2186, 995, 527, 2158, 287, 964, 278, 4426, 310, 278, 12101, 6601, 29889, 2191, 294, 3864, 393, 995, 6511, 363, 6509, 278, 1121, 310, 777, 4072, 310, 2912, 800, 1316, 408, 6070, 369, 29915, 29879, 5687, 1584, 2466, 278, 1121, 471, 10723, 515, 278, 1661, 29899, 21094, 2106, 310, 278, 12101, 6601, 29889, 13, 13, 29940, 29963, 315, 3919, 23598, 508, 884, 367, 1304, 408, 13356, 13566, 5005, 10937, 1177, 13756, 29933, 2890, 29892, 660, 7466, 1806, 29903, 669, 3339, 29892, 13764, 8426, 2208, 3289, 13, 13, 262, 9224, 1316, 408, 13, 29933, 5971, 2303, 29924, 29879, 885, 812, 414, 13, 13356, 13566, 5005, 5195, 4162, 1299, 23598, 13, 19689, 2891, 1164, 2965, 405, 2544, 11686, 29968, 4214, 13, 13, 392, 636, 13, 13, 2303, 29924, 3960, 1254, 24125, 636, 988, 278, 11757, 273, 2478, 526, 1304, 363, 21293, 1546, 297, 6335, 1573, 322, 24173, 5922, 29892, 4550, 1027, 18099, 14693, 4574, 1164, 29903, 13, 13, 2303, 29924, 3960, 1254, 24125, 3667, 675, 10742, 12171, 29889, 13, 13, 29956, 1351, 12171, 508, 367, 8062, 368, 17005, 491, 13764, 8426, 2208, 3289, 13, 13, 2190, 8426, 2208, 3289, 4808, 376, 5975, 29908, 19282, 584, 10742, 12171, 13, 13, 392, 505, 402, 1672, 18783, 6850, 1299, 2890, 13, 13, 4716, 17005, 17105, 526, 376, 1111, 29877, 839, 29908, 964, 363, 20039, 13698, 29889, 263, 16333, 883, 310, 376, 561, 327, 265, 21248, 29908, 636, 13, 13, 29908, 4013, 316, 29899, 735, 29883, 7018, 338, 2000, 5129, 25044, 2361, 29883, 663, 30010, 29892, 322, 372, 338, 2931, 1891, 491, 263, 13, 29880, 361, 5410, 310, 263, 2846, 23432, 852, 1116, 29879, 310, 278, 19604, 325, 4626, 1288, 3233, 310, 278, 937, 24173, 2106, 29889, 13, 2772, 29899, 735, 29883, 7018, 515, 278, 24173, 1809, 1026, 2106, 304, 278, 5962, 2106, 884, 10008, 491, 916, 7208, 12903, 29892, 1316, 408, 1661, 29899, 3665, 29875, 424, 26963, 20228, 470, 5129, 561, 25715, 2361, 29883, 663, 30010, 29889, 512, 278, 7480, 1206, 29892, 278, 25173, 3021, 487, 1090, 1484, 267, 263, 19752, 4215, 9558, 515, 278, 24173, 1809, 1026, 2106, 964, 278, 21954, 29873, 2106, 313, 1639, 5205, 24067, 29892, 306, 7187, 29892, 5104, 29871, 29906, 29889, 29946, 511, 607, 756, 263, 1661, 29899, 9171, 6976, 29892, 363, 1342, 1363, 310, 10917, 16980, 23638, 310, 278, 27149, 30010, 15611, 19462, 29908, 13, 13, 1169, 263, 1134, 310, 2672, 4945, 14816, 1254, 12665, 315, 1672, 1799, 4214, 13, 13, 1867, 292, 263, 2740, 363, 512, 2153, 973, 24067, 29892, 2626, 2021, 272, 23522, 701, 445, 1544, 636, 13, 13, 29909, 20842, 27070, 9200, 29883, 485, 537, 29892, 297, 607, 21767, 307, 1885, 11757, 6906, 313, 29940, 29963, 29897, 1644, 414, 297, 263, 11502, 898, 23432, 459, 453, 279, 526, 7303, 29881, 304, 21039, 292, 23363, 18893, 297, 263, 4047, 983, 20710, 1883, 9085, 29892, 338, 28585, 29889, 25701, 459, 453, 1503, 411, 263, 24235, 408, 2319, 408, 29871, 29906, 29900, 29900, 302, 29885, 526, 18187, 630, 515, 263, 21610, 11502, 898, 10901, 11195, 491, 337, 4925, 16346, 634, 305, 292, 322, 526, 2602, 287, 411, 23432, 8328, 16716, 2978, 278, 1592, 1061, 310, 263, 4047, 983, 20710, 1883, 9085, 29889, 450, 20842, 23432, 459, 453, 279, 29899, 13076, 1883, 9085, 1788, 975, 26807, 278, 6460, 640, 1245, 3097, 310, 263, 23432, 542, 719, 11195, 29899, 6707, 9200, 29883, 485, 537, 1788, 322, 4893, 2989, 10631, 310, 278, 3682, 284, 10917, 4426, 310, 405, 29963, 1644, 414, 322, 278, 8494, 336, 9812, 11029, 7329, 310, 4047, 983, 20710, 1883, 8096, 267, 29889, 13, 13, 4806, 23033, 278, 7632, 310, 1023, 15968, 2211, 29899, 339, 2966, 12101, 29341, 297, 263, 7498, 19515, 1788, 29889, 450, 8688, 1788, 11624, 310, 263, 22764, 6731, 265, 322, 263, 5073, 653, 3480, 6703, 20139, 21767, 307, 1885, 29899, 29894, 562, 6906, 313, 29940, 29963, 29897, 4818, 4343, 373, 278, 23603, 561, 708, 310, 263, 21039, 292, 29899, 29887, 23365, 29899, 8513, 313, 29956, 21576, 29897, 20710, 729, 267, 265, 1061, 29892, 411, 278, 399, 21576, 18346, 537, 7303, 29881, 304, 260, 7202, 287, 18755, 414, 740, 292, 408, 385, 788, 29899, 8865, 3829, 29889, 4525, 12417, 6931, 526, 24799, 491, 8025, 278, 2472, 1716, 373, 278, 10917, 7426, 310, 16082, 310, 278, 11966, 1970, 1312, 297, 278, 405, 29963, 4818, 322, 373, 278, 16755, 2133, 322, 18652, 29899, 8513, 5922, 310, 278, 22764, 6731, 265, 29892, 8307, 13, 13, 10454, 3834, 3062, 297, 445, 338, 10757, 310, 263, 2626, 2021, 272, 13587, 263, 10742, 2220, 13, 13, 1576, 4318, 317, 2227, 4741, 5314, 313, 25254, 1904, 29897, 363, 263, 13, 23367, 20704, 2626, 2021, 272, 1904, 3721, 9483, 778, 278, 13, 9902, 515, 518, 29906, 1822, 2398, 29892, 1438, 17402, 2582, 437, 451, 13, 17532, 263, 1781, 752, 13036, 448, 451, 1584, 4021, 277, 6703, 448, 411, 278, 13, 18609, 4695, 883, 310, 306, 29914, 29963, 19684, 310, 12012, 2955, 9224, 29889, 13, 8439, 1079, 278, 1494, 10693, 313, 29941, 29897, 304, 313, 29929, 29897, 1018, 304, 2948, 13, 6954, 2021, 272, 1904, 292, 515, 263, 1422, 1298, 310, 1776, 304, 679, 263, 13, 11291, 261, 1993, 304, 278, 17005, 19684, 515, 518, 29906, 16272, 29953, 16272, 29955, 16272, 29947, 16272, 29896, 29900, 29962, 13, 272, 518, 29896, 29896, 29962, 1584, 411, 263, 2560, 5608, 4192, 2027, 310, 281, 29889, 13, 29933, 267, 2247, 278, 8323, 1886, 3241, 13336, 310, 263, 2626, 2021, 272, 1904, 839, 297, 518, 29906, 1402, 13, 29961, 29896, 29962, 884, 3342, 263, 13303, 9443, 363, 263, 2626, 2021, 272, 13, 4716, 18568, 278, 2626, 2021, 573, 6030, 297, 26307, 373, 967, 13, 11082, 1212, 293, 19389, 29901, 474, 29898, 29873, 29897, 353, 399, 29871, 30237, 29898, 29873, 29897, 2880, 325, 29898, 29873, 29897, 869, 313, 29941, 29897, 13, 13, 16174, 399, 313, 30237, 29897, 11524, 278, 2626, 2199, 749, 607, 338, 278, 13, 4361, 771, 1052, 310, 2626, 2021, 749, 341, 29889, 2266, 263, 13336, 338, 24432, 13, 5747, 11053, 278, 15611, 19389, 408, 278, 1881, 7182, 304, 278, 1857, 13, 5747, 338, 4972, 292, 1549, 278, 2626, 2021, 272, 29889, 450, 15611, 19389, 29871, 30237, 13, 275, 278, 10160, 310, 11749, 325, 29898, 29873, 29897, 975, 931, 29901, 29871, 30237, 353, 390, 325, 29898, 29873, 29897, 11636, 29889, 13, 4806, 508, 5251, 393, 385, 7029, 11749, 607, 338, 7436, 304, 13, 1552, 9251, 5439, 1023, 29899, 13148, 3829, 756, 385, 9949, 13, 265, 278, 2351, 519, 29871, 29906, 29974, 29899, 29881, 459, 1934, 975, 931, 29889, 450, 2920, 281, 29898, 29873, 29897, 310, 13, 1552, 3031, 4144, 2199, 272, 7546, 338, 8679, 373, 278, 12885, 310, 278, 13, 29881, 459, 1934, 325, 29928, 29898, 29873, 29897, 3025, 278, 931, 10160, 29901, 13, 29893, 29898, 29873, 29897, 353, 281, 29900, 718, 796, 29900, 29873, 325, 29928, 29898, 30137, 29897, 29881, 30137, 869, 313, 29946, 29897, 13, 13, 1576, 4192, 2027, 12885, 325, 29928, 297, 385, 12646, 1746, 382, 338, 3342, 3025, 967, 13, 29885, 711, 1793, 29871, 30263, 29928, 29901, 325, 29928, 29898, 29873, 29897, 353, 29871, 30263, 29928, 2880, 382, 29898, 29873, 29897, 313, 29945, 29897, 322, 278, 12646, 1746, 382, 338, 6631, 411, 278, 11749, 3025, 382, 29898, 29873, 29897, 353, 325, 29898, 29873, 29897, 13, 29928, 29898, 29953, 29897, 2541, 360, 972, 11427, 278, 3001, 12003, 2264, 310, 278, 1023, 29899, 13148, 3829, 13, 29898, 29928, 353, 260, 29949, 29990, 718, 260, 1660, 10403, 467, 16809, 278, 1781, 7512, 749, 310, 278, 13, 12846, 4144, 2199, 272, 7546, 278, 12646, 1746, 338, 7436, 304, 278, 931, 13, 2716, 2548, 12003, 2264, 310, 278, 1663, 9183, 7546, 260, 29949, 29990, 363, 278, 1556, 13, 1595, 313, 29123, 304, 325, 29898, 29880, 29897, 353, 390, 382, 270, 29880, 467, 2398, 29892, 445, 471, 22851, 287, 363, 13, 276, 7040, 310, 5466, 2450, 29889, 960, 591, 14405, 313, 29946, 511, 313, 29945, 29897, 322, 313, 29953, 511, 591, 13, 711, 2408, 29901, 302, 29898, 29873, 29897, 353, 281, 29900, 718, 29871, 30263, 7858, 30064, 796, 29900, 29873, 325, 29898, 30137, 29897, 29881, 30137, 353, 281, 29900, 718, 29871, 30263, 7858, 2880, 29871, 30237, 29898, 29873, 29897, 869, 313, 29955, 29897, 13, 13, 4013, 6306, 3697, 263, 29839, 26307, 310, 278, 2920, 281, 13, 3166, 278, 15611, 19389, 29871, 30237, 29889, 4001, 278, 12003, 2264, 310, 278, 1663, 9183, 13, 13148, 338, 297, 278, 4482, 23432, 8328, 5120, 263, 26086, 1857, 470, 13, 1686, 27445, 13336, 338, 1950, 29889, 450, 15611, 19389, 10029, 13, 311, 1037, 2129, 278, 12003, 2264, 310, 278, 1663, 9183, 7546, 281, 436, 338, 278, 2594, 4336, 1454, 278, 26086, 1857, 29889, 4013, 1857, 364, 4637, 18709, 9247, 411, 263, 13, 9313, 428, 310, 278, 2920, 260, 29949, 29990, 29898, 30237, 29897, 313, 1552, 25658, 26307, 275, 21049, 15520, 515, 278, 12101, 7208, 293, 10742, 740, 29897, 13, 13, 4716, 1818, 4953, 278, 402, 1672, 18783, 6850, 3040, 310, 278, 13764, 8426, 2208, 29909, 2501, 1661, 29899, 1990, 936, 19869, 636, 13, 13, 18103, 263, 10742, 2220, 338, 13674, 278, 376, 6207, 6306, 29908, 313, 4716, 8453, 10742, 10693, 29897, 13, 13, 4806, 23033, 17237, 1711, 920, 278, 6683, 307, 1557, 2270, 310, 385, 10359, 453, 653, 439, 2966, 508, 410, 915, 18346, 537, 313, 6034, 3121, 29897, 660, 3352, 5962, 5922, 6943, 6731, 787, 29889, 1334, 2050, 2211, 4413, 310, 6757, 313, 29928, 293, 446, 29892, 323, 485, 275, 29899, 29907, 23824, 886, 322, 20727, 2671, 29899, 4561, 4733, 511, 988, 1661, 29899, 29873, 9473, 11757, 3357, 526, 278, 1121, 310, 9238, 509, 7614, 549, 23638, 1546, 405, 1023, 29899, 5563, 6757, 322, 263, 2323, 29899, 8513, 13601, 8927, 1746, 29889, 530, 10359, 453, 653, 439, 2966, 1439, 348, 287, 411, 3390, 304, 278, 13601, 265, 10868, 338, 4318, 304, 10320, 284, 8359, 23161, 1804, 3698, 8679, 373, 278, 1134, 310, 11757, 3357, 29889, 512, 3153, 29892, 278, 26832, 9500, 310, 278, 10359, 2911, 338, 20502, 304, 1716, 5962, 2106, 6731, 265, 4665, 322, 8855, 800, 29889, 7437, 29899, 2467, 310, 278, 10359, 2911, 373, 278, 18346, 537, 5962, 2106, 338, 7405, 630, 29892, 5622, 964, 3633, 278, 16317, 666, 362, 3025, 263, 13747, 5835, 6306, 363, 278, 9238, 509, 7614, 549, 23638, 22384, 29889, 450, 5855, 363, 1880, 29899, 29888, 10652, 537, 20398, 526, 10087, 29889, 13, 13, 1966, 13, 13, 3664, 625, 350, 11375, 29899, 24705, 29892, 607, 5771, 1492, 1250, 304, 360, 1718, 29925, 2887, 25701, 397, 2829, 898, 350, 2363, 575, 943, 322, 1009, 11509, 304, 25688, 278, 3918, 12101, 4046, 29892, 1363, 310, 278, 2998, 29914, 13240, 5922, 297, 278, 10359, 21338, 29914, 29940, 1806, 1672, 24647, 478, 2477, 2190, 8426, 2890, 13, 13, 2182, 866, 29901, 13, 13, 29898, 22930, 398, 29897, 1250, 3158, 14637, 313, 262, 278, 22384, 310, 22746, 398, 6757, 29897, 304, 278, 2779, 310, 263, 1439, 3019, 373, 278, 20039, 3528, 29892, 408, 565, 278, 1439, 3019, 338, 451, 925, 3907, 278, 20039, 541, 884, 6602, 292, 278, 17005, 470, 8900, 1788, 1090, 263, 22786, 292, 2779, 29889, 13, 5841, 3158, 756, 4100, 27721, 373, 278, 20039, 1889, 322, 338, 263, 7282, 7329, 297, 20398, 2978, 278, 12101, 4046, 29892, 1316, 408, 20398, 28702, 278, 10117, 22746, 398, 9628, 277, 313, 4176, 467, 13, 5841, 3158, 338, 385, 1044, 3598, 18365, 29899, 7045, 4038, 310, 4066, 297, 2198, 3064, 29889, 1670, 505, 1063, 15729, 297, 7786, 3064, 29892, 411, 23432, 608, 5083, 936, 6757, 29892, 988, 1250, 3158, 471, 3415, 11932, 297, 3907, 20398, 29892, 1316, 408, 297, 278, 1494, 5650, 584, 13, 13, 10401, 15859, 9126, 20398, 310, 2602, 411, 4771, 24858, 28702, 12101, 28310, 13071, 29892, 697, 1818, 21751, 278, 15281, 9545, 310, 1439, 3019, 1250, 29899, 2467, 29889, 5841, 29899, 2467, 8249, 526, 14040, 363, 278, 8494, 6490, 4046, 373, 9126, 2602, 15326, 29892, 508, 884, 367, 4023, 2264, 287, 304, 12528, 278, 8900, 3829, 29961, 29896, 29892, 29906, 29892, 29941, 29892, 29946, 1402, 322, 526, 3806, 304, 5706, 12101, 875, 574, 944, 29889, 13, 5841, 29899, 2467, 508, 884, 367, 3415, 11932, 29892, 14372, 20398, 411, 4771, 277, 440, 1907, 393, 13461, 278, 3918, 12101, 4046, 29892, 322, 19998, 14372, 363, 278, 12623, 310, 12101, 13, 29879, 802, 6096, 287, 5922, 29889, 13, 13, 6295, 278, 405, 29963, 1644, 414, 526, 1304, 408, 10359, 21338, 297, 278, 20039, 1889, 636, 607, 8062, 368, 5645, 10742, 12171, 310, 17105, 297, 26808, 787, 29892, 1556, 5517, 1809, 1026, 322, 21954, 29873, 5922, 13920, 292, 297, 27884, 322, 1374, 359, 21646, 856, 13, 13, 6098, 1906, 1021, 10742, 12171, 526, 6782, 287, 322, 7738, 263, 19869, 472, 278, 5962, 2106, 636, 13, 13, 3062, 278, 10359, 2911, 4893, 373, 278, 716, 995, 29914, 27766, 2220, 636, 322, 1244, 591, 1284, 599, 1438, 7014, 636, 13, 12254, 278, 21293, 607, 306, 508, 5649, 13, 11442, 2021, 943, 671, 405, 29963, 1644, 414, 304, 4607, 1546, 297, 6335, 1573, 322, 24173, 5922, 13, 2976, 1026, 322, 21954, 29873, 5922, 13, 386, 375, 20811, 29914, 3601, 18099, 29914, 27295, 13309, 1299, 4214, 29892, 8471, 26808, 787, 322, 3158, 7037, 29879, 13, 13, 392, 372, 1122, 925, 20700, 278, 3564, 322, 967, 20602, 6210, 29892, 393, 1584, 6511, 278, 10742, 2220, 304, 367, 376, 11940, 29908, 13, 13, 9986, 928, 616, 2448, 3631, 8527, 29889, 319, 5101, 310, 4824, 293, 2879, 411, 382, 4690, 16318, 436, 756, 8906, 263, 982, 304, 671, 385, 23116, 19677, 3564, 304, 2931, 675, 278, 10742, 740, 310, 263, 12101, 1784, 29899, 2587, 1788, 29889, 518, 29896, 29946, 1822, 319, 3815, 310, 5925, 414, 472, 5087, 29915, 29879, 21784, 29924, 513, 8364, 11763, 756, 1063, 1985, 373, 263, 2794, 304, 7910, 278, 27108, 310, 23226, 491, 2023, 13, 13, 8809, 488, 727, 526, 14568, 310, 2712, 393, 23116, 21082, 508, 29915, 29873, 437, 3447, 30003, 29879, 15277, 1641, 697, 310, 963, 30003, 484, 3631, 14379, 526, 1326, 292, 6053, 10231, 368, 19967, 415, 472, 263, 12176, 12875, 310, 4766, 19679, 2023, 2193, 29915, 29879, 2861, 297, 760, 304, 278, 6139, 310, 263, 12101, 1788, 2000, 967, 10742, 2220, 29889, 2023, 2448, 3631, 3564, 29830, 4240, 773, 2626, 2021, 943, 29889, 13, 13, 991, 597, 12733, 29889, 3608, 29889, 1113, 29914, 12733, 29973, 275, 11197, 29922, 29929, 29947, 29896, 29946, 29946, 29941, 29946, 29947, 29900, 29929, 2855, 3973, 11783, 4101, 3459, 29892, 29871, 30131, 9485, 273, 29373, 21589, 448, 29871, 29906, 29900, 29896, 29941, 448, 29871, 30131, 20606, 414, 13, 12756, 322, 1887, 9682, 2722, 512, 12101, 17558, 29892, 599, 278, 4426, 310, 263, 1788, 508, 367, 10723, 515, 278, 2106, 470, 10742, 740, 6942, 411, 393, 1788, 29889, 450, 8380, 8576, 310, 263, 10742, 740, 2609, 367, 17005, 29892, 322, 756, 694, 15031, 6593, 29892, 408, 372, 508, 29883, 1379, 714, 278, 17203, 310, 278, 6976, 4978, 29889, 9333, 6198, 2023, 13, 13, 1576, 1869, 12461, 294, 27904, 2175, 29871, 29945, 29947, 2672, 6632, 29907, 3919, 349, 29923, 4590, 1307, 5012, 3035, 29889, 13, 1576, 13736, 21555, 8099, 471, 2678, 24383, 363, 17715, 310, 2278, 1277, 29876, 29889, 13, 13, 4013, 15483, 471, 8906, 304, 24663, 2750, 15115, 1608, 322, 2278, 633, 1509, 29889, 13, 17918, 278, 270, 1862, 29889, 13, 29902, 1010, 278, 21383, 892, 19383, 2066, 322, 697, 310, 963, 9698, 701, 263, 376, 5182, 287, 5375, 29908, 13, 13, 6295, 540, 4689, 304, 10961, 29886, 488, 25340, 322, 3814, 278, 871, 982, 714, 310, 670, 4646, 29885, 598, 29889, 13, 8439, 756, 1063, 694, 3585, 292, 310, 1075, 1213, 354, 4362, 28848, 29908, 13, 6246, 278, 2114, 670, 8099, 471, 2678, 24383, 363, 1316, 263, 17268, 6788, 1372, 263, 7623, 7088, 3063, 964, 29889, 13, 13, 1349, 852, 325, 4626, 800, 29892, 526, 278, 1121, 310, 445, 12023, 350, 5971, 2303, 4345, 376, 16519, 519, 289, 2363, 6073, 29908, 1126, 967, 671, 310, 5566, 7018, 13698, 1754, 304, 2323, 714, 2323, 26808, 787, 304, 5645, 278, 399, 7520, 29638, 28700, 29903, 2645, 263, 6454, 12122, 12812, 29889, 13, 13, 4716, 3732, 1316, 1950, 22746, 398, 29899, 465, 12652, 405, 1562, 29899, 326, 6751, 310, 26176, 9205, 1608, 1317, 263, 3824, 13, 13, 2182, 866, 29901, 13, 13, 30015, 797, 751, 3289, 1718, 591, 526, 5214, 4771, 943, 393, 7483, 675, 373, 278, 18677, 16716, 322, 2761, 310, 23489, 17558, 29889, 1334, 4966, 1438, 9554, 20039, 8492, 508, 3867, 716, 27108, 304, 278, 2545, 1664, 16021, 322, 1751, 1288, 23507, 3995, 1497, 435, 1344, 319, 833, 29899, 29903, 2350, 29872, 261, 29892, 360, 1718, 7228, 1824, 8455, 29889, 1346, 1576, 664, 1438, 10907, 526, 2599, 304, 3394, 12101, 29899, 465, 12652, 20039, 304, 4768, 5996, 6382, 292, 1033, 14169, 1938, 29928, 30010, 29879, 14231, 304, 2693, 4266, 1891, 5883, 3174, 322, 29220, 481, 583, 29892, 322, 19998, 2304, 360, 1718, 7228, 30010, 29879, 664, 304, 2253, 2274, 920, 278, 5199, 17294, 3168, 3178, 13, 13, 29908, 29940, 1682, 1945, 10917, 6382, 292, 472, 278, 23489, 3233, 338, 18853, 363, 278, 1090, 29899, 11235, 310, 15281, 4768, 5996, 17292, 28342, 322, 363, 8324, 14565, 408, 15721, 20699, 29889, 450, 17623, 310, 9554, 302, 1562, 29899, 7052, 4771, 943, 756, 29887, 5428, 4966, 310, 3657, 15387, 278, 1472, 29899, 11235, 7306, 310, 2323, 29899, 14676, 262, 29892, 1880, 1028, 15238, 29899, 9778, 918, 3829, 3683, 3381, 297, 1009, 5613, 12471, 29899, 358, 322, 25040, 5855, 29889, 512, 3153, 29892, 12101, 4771, 943, 2729, 265, 278, 10917, 29899, 18980, 6731, 324, 398, 1475, 29883, 663, 310, 405, 277, 307, 1885, 478, 562, 6906, 313, 29940, 29963, 29897, 1760, 414, 297, 11502, 898, 505, 10325, 1063, 1304, 304, 6459, 23432, 14174, 744, 427, 29899, 29879, 1590, 793, 310, 7029, 20346, 805, 1144, 29889, 5806, 405, 29963, 4771, 24858, 338, 2948, 886, 292, 280, 29899, 1028, 262, 11174, 29892, 6597, 292, 8018, 2472, 515, 263, 1407, 419, 29899, 10709, 3829, 338, 263, 4340, 18766, 29892, 1951, 372, 6858, 451, 871, 278, 3097, 304, 4060, 278, 15611, 1746, 310, 385, 23968, 20346, 10917, 29892, 541, 15189, 304, 6176, 23489, 29899, 7052, 18652, 10104, 29889, 2266, 591, 16193, 626, 959, 393, 29892, 491, 16035, 11407, 278, 23638, 310, 278, 405, 29963, 4818, 304, 385, 11158, 262, 29899, 29879, 293, 12101, 3370, 6942, 411, 278, 405, 277, 307, 1885, 20346, 10917, 29892, 508, 276, 496, 263, 3006, 8771, 20414, 297, 18652, 10104, 29892, 1623, 304, 23489, 13, 19529, 267, 1213, 13, 13, 6295, 825, 967, 599, 2599, 13674, 29892, 338, 10417, 278, 8576, 310, 28422, 29914, 29903, 4214, 1307, 9375, 297, 27884, 29892, 11480, 263, 405, 29963, 4818, 2729, 315, 6530, 13, 13, 392, 472, 278, 1809, 1026, 3233, 29892, 8855, 800, 6403, 636, 4969, 875, 574, 944, 13, 13, 578, 278, 17105, 297, 278, 26808, 265, 526, 1641, 8855, 630, 411, 278, 10359, 21338, 29892, 278, 21767, 307, 1885, 11757, 273, 2478, 29892, 988, 896, 2125, 373, 278, 376, 5182, 29908, 2106, 636, 13, 13, 1333, 871, 338, 278, 2038, 6382, 292, 2309, 304, 4017, 263, 19869, 304, 8471, 26808, 787, 29892, 3025, 278, 1809, 1026, 5922, 2629, 29892, 541, 2748, 278, 3957, 338, 7841, 29892, 278, 341, 12665, 3960, 1254, 1955, 405, 2544, 11686, 29968, 3528, 508, 367, 1304, 304, 5195, 6007, 10810, 29965, 1783, 478, 3235, 2725, 2672, 5195, 1964, 323, 8890, 13, 13, 10454, 788, 278, 2038, 1158, 29892, 263, 1513, 3957, 773, 8855, 630, 5922, 7258, 515, 26808, 787, 7495, 8133, 2021, 943, 856, 322, 14034, 278, 17789, 4080, 263, 2618, 491, 278, 319, 29902, 2629, 278, 2626, 2021, 272, 3564, 29892, 408, 372, 1736, 373, 577, 636, 313, 6812, 29892, 445, 1342, 338, 2309, 341, 1001, 6670, 29979, 773, 285, 29924, 3960, 2472, 29897, 13, 3707, 1954, 22094, 24148, 5662, 1590, 793, 1641, 8900, 297, 1855, 931, 3025, 1661, 29899, 1990, 936, 875, 574, 944, 13, 13, 6246, 825, 306, 29915, 29885, 1811, 304, 1510, 29892, 338, 920, 29879, 967, 445, 12023, 875, 574, 944, 2729, 350, 8426, 15483, 29892, 2298, 278, 2626, 2021, 272, 3564, 372, 338, 7303, 29881, 304, 29892, 393, 338, 14040, 363, 278, 323, 29902, 23507, 15313, 9466, 393, 376, 19562, 313, 1552, 5874, 29897, 508, 1074, 1549, 590, 1914, 5076, 29908, 13, 13, 1576, 21767, 307, 1885, 11757, 273, 2478, 297, 278, 885, 812, 414, 4808, 1819, 29892, 10742, 12171, 29892, 607, 526, 13240, 5922, 263, 1335, 530, 29883, 2911, 9978, 29892, 322, 526, 278, 931, 5354, 29914, 5679, 10868, 29892, 607, 1559, 29878, 2722, 278, 376, 12150, 398, 1741, 29914, 27766, 2220, 29908, 607, 9946, 278, 1809, 1026, 11000, 304, 883, 701, 297, 278, 885, 11310, 4768, 3002, 636, 13, 392, 8855, 1078, 411, 963, 472, 278, 5962, 2106, 408, 278, 26681, 362, 10008, 636, 13, 13, 2182, 866, 29901, 13, 13, 3112, 338, 4100, 304, 16289, 393, 17105, 297, 1809, 1026, 5922, 817, 451, 367, 12430, 3216, 304, 1269, 916, 29889, 1152, 1342, 29892, 746, 278, 10917, 5922, 310, 1023, 27149, 526, 8855, 630, 491, 1009, 25477, 515, 263, 2323, 12101, 1741, 393, 21929, 1960, 6401, 19399, 29892, 278, 9819, 27149, 3933, 297, 263, 7258, 1809, 1026, 2106, 1584, 408, 1009, 23683, 297, 2913, 16415, 297, 1753, 18639, 975, 931, 29892, 4944, 871, 393, 1009, 6401, 19399, 5922, 3933, 443, 10700, 28179, 13, 13, 392, 393, 8062, 368, 17005, 995, 29892, 278, 10742, 2220, 338, 2665, 1549, 278, 27070, 18346, 537, 29892, 4382, 637, 287, 304, 13557, 21767, 307, 1885, 11757, 273, 2478, 297, 2626, 2021, 943, 636, 577, 278, 5962, 5922, 297, 1716, 1788, 526, 8855, 630, 322, 4550, 278, 19677, 6354, 508, 367, 11819, 287, 297, 1855, 931, 297, 278, 2626, 2021, 943 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Volunteer Services Volunteer Services As Charleston Area Medical Center volunteers, our mission is to serve as support for patients, families and hospital staff, and to provide a caring, comforting and courteous environment. Volunteers at CAMC bring their unique personalities and skills to our hospital. They range in age from 15 to 99. Our ranks are made up of men and women; students and retirees; homemakers and business people. Last year, 334 volunteers contributed over 36,000 hours to our hospitals and Cancer Center. We are looking for volunteers who exemplify CAMC's core values of respect, integrity, stewardship, quality, service with compassion and safety. These volunteers will help us with our mission of "striving to provide the best health care to every patient, every day."
[ 1, 3684, 17316, 261, 15538, 13, 13, 13072, 17316, 261, 15538, 13, 13, 2887, 2896, 29880, 21496, 18320, 20795, 7817, 27886, 414, 29892, 1749, 10655, 338, 304, 9080, 408, 2304, 363, 22069, 29892, 13175, 322, 13457, 13925, 29892, 322, 304, 3867, 263, 1559, 292, 29892, 13016, 292, 322, 2085, 371, 681, 5177, 29889, 13, 13, 13072, 17316, 414, 472, 315, 5194, 29907, 6963, 1009, 5412, 7333, 1907, 322, 25078, 304, 1749, 13457, 29889, 2688, 3464, 297, 5046, 515, 29871, 29896, 29945, 304, 29871, 29929, 29929, 29889, 8680, 27871, 526, 1754, 701, 310, 1757, 322, 5866, 29936, 8041, 322, 3240, 533, 267, 29936, 3632, 331, 21079, 322, 5381, 2305, 29889, 9208, 1629, 29892, 29871, 29941, 29941, 29946, 27886, 414, 26869, 975, 29871, 29941, 29953, 29892, 29900, 29900, 29900, 6199, 304, 1749, 29418, 277, 1338, 322, 1815, 2265, 7817, 29889, 13, 13, 4806, 526, 3063, 363, 27886, 414, 1058, 29455, 1598, 315, 5194, 29907, 29915, 29879, 7136, 1819, 310, 3390, 29892, 28410, 29892, 1886, 1328, 3527, 29892, 11029, 29892, 2669, 411, 752, 465, 291, 322, 15332, 29889, 4525, 27886, 414, 674, 1371, 502, 411, 1749, 10655, 310, 376, 303, 1150, 292, 304, 3867, 278, 1900, 9045, 2562, 304, 1432, 16500, 29892, 1432, 2462, 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 ]
Playing back a meeting recording …Let me show you how to locate and play back a meeting that you have recorded.…First, let's understand how WebEx Meetings store and prepare your meeting recordings.…The meetings are recorded on the WebEx server.…WebEx will post the recording to their…server within 24 hours of the meeting completion.…When your recording is ready, you'll receive an update on…your dashboard homepage with the playback link and the recording information.…Let me show you how that looks.…When you get this notification, you can click the link that says Play Recording.…And WebEx will play back the video for you with the WebEx network recording player.… To locate your meeting recording manually, if…you miss the notification, the easiest thing…to do is look at the meetings space for the meeting that you recorded.…First, find the meeting in your meetings list by clicking the Meetings tab.…Click the Recent tab.…You'll note, in the list, whether it's recorded or not.…Click on the meeting title to visit the meeting space page for that meeting.… Resume Transcript Auto-Scroll Author Released 6/9/2014 Connect and collaborate across the globe with WebEx Meetings. In this course, author and webinar specialist Sally Norred shows you how to use WebEx Meetings to host, run, and record online meetings. Discover how to set up an online meeting and invite attendees, work with interactivity, let attendees participate and present, and save and record a meeting. Also check out the quick tips sheets (free to all members) for a list of handy shortcuts for hosts, presenters, and attendees alike.
[ 1, 7412, 292, 1250, 263, 11781, 16867, 13, 13, 30098, 12024, 592, 1510, 366, 920, 304, 26694, 322, 1708, 1250, 263, 11781, 393, 366, 505, 10478, 29889, 30098, 6730, 29892, 1235, 29915, 29879, 2274, 920, 2563, 1252, 2191, 300, 886, 3787, 322, 19012, 596, 11781, 2407, 886, 29889, 30098, 1576, 5870, 886, 526, 10478, 373, 278, 2563, 1252, 1923, 29889, 30098, 3609, 1252, 674, 1400, 278, 16867, 304, 1009, 30098, 2974, 2629, 29871, 29906, 29946, 6199, 310, 278, 11781, 13285, 29889, 30098, 10401, 596, 16867, 338, 7960, 29892, 366, 29915, 645, 7150, 385, 2767, 373, 30098, 8066, 12569, 3377, 3271, 3488, 411, 278, 1708, 1627, 1544, 322, 278, 16867, 2472, 29889, 30098, 12024, 592, 1510, 366, 920, 393, 3430, 29889, 30098, 10401, 366, 679, 445, 12519, 29892, 366, 508, 2828, 278, 1544, 393, 4083, 7412, 3599, 3278, 29889, 30098, 2855, 2563, 1252, 674, 1708, 1250, 278, 4863, 363, 366, 411, 278, 2563, 1252, 3564, 16867, 4847, 29889, 30098, 13, 13, 1762, 26694, 596, 11781, 16867, 7522, 29892, 565, 30098, 6293, 3052, 278, 12519, 29892, 278, 19075, 2655, 30098, 517, 437, 338, 1106, 472, 278, 5870, 886, 2913, 363, 278, 11781, 393, 366, 10478, 29889, 30098, 6730, 29892, 1284, 278, 11781, 297, 596, 5870, 886, 1051, 491, 14855, 278, 2191, 300, 886, 4434, 29889, 30098, 4164, 278, 3599, 296, 4434, 29889, 30098, 3492, 29915, 645, 4443, 29892, 297, 278, 1051, 29892, 3692, 372, 29915, 29879, 10478, 470, 451, 29889, 30098, 4164, 373, 278, 11781, 3611, 304, 6493, 278, 11781, 2913, 1813, 363, 393, 11781, 29889, 30098, 13, 13, 1666, 2017, 4103, 924, 11133, 29899, 10463, 13, 13, 13720, 13, 13, 1123, 4611, 13, 13, 29953, 29914, 29929, 29914, 29906, 29900, 29896, 29946, 13, 13, 17918, 322, 11465, 403, 4822, 278, 15482, 915, 411, 2563, 1252, 2191, 300, 886, 29889, 512, 445, 3236, 29892, 4148, 322, 1856, 18220, 4266, 391, 317, 635, 4186, 1127, 3697, 366, 920, 304, 671, 2563, 1252, 2191, 300, 886, 304, 3495, 29892, 1065, 29892, 322, 2407, 7395, 5870, 886, 29889, 8565, 957, 920, 304, 731, 701, 385, 7395, 11781, 322, 2437, 568, 472, 841, 311, 267, 29892, 664, 411, 1006, 10072, 29892, 1235, 472, 841, 311, 267, 5221, 403, 322, 2198, 29892, 322, 4078, 322, 2407, 263, 11781, 29889, 3115, 1423, 714, 278, 4996, 25562, 26718, 313, 9021, 304, 599, 5144, 29897, 363, 263, 1051, 310, 1361, 29891, 21697, 29879, 363, 18982, 29892, 2198, 414, 29892, 322, 472, 841, 311, 267, 394, 9345, 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 ]
During my pregnancy, I tried to gather as much information on how painful labor might actually be. I would often hear “mine was horrible, but everyone’s pregnancy is different” or “it was the worst pain I’ve ever felt in my life!” I heard many horror stories which often ended with, “well, don’t worry. You’ll forget about the pain as soon as your child is born.” Not the most reassuring for a first-time mother, but something I definitely kept in mind the entire time. I had feared the unknown, but on the other hand, I knew there was no turning back and that my baby was coming one way or another! Two weeks before my due date, I noticed some blood. My water didn’t break and I saw no mucous plug, but it seemed that something was happening earlier than expected. Soon after, at 1 a.m. I woke up from a notably different type of cramping. It began to occur every 5 minutes. It wasn’t that painful (yet), but uncomfortable. I felt as if I had to go diarrhea every five minutes. If this is labor, I could handle it for sure I thought, but I knew this was only the beginning. My husband nervously drove us to the hospital as if the baby would pop out any second. I had to remind him to not worry. Things usually didn’t happen that fast for first-time moms (or at least I hoped it wouldn’t). I had to go by instinct although in the back of my mind, I wasn’t sure what would happen next. We finally got to the birthing center after an hour of driving and the nurses confirmed I wasn’t even dilated. I couldn’t believe it. We were turned away and had to find a hotel because returning home wasn’t an option. It would take two hours just to return again! The diarrhea-like cramps were painful and uncomfortable; I couldn’t sleep. I was bleeding slightly and started to actually have these cramps and stomach aches over a 10 hour period. I started googling my symptoms (never a good thing!) and discovered there are people who have this uncomfortable feeling for days and weeks! “Fake labor” would not be in my cards, I had hoped. Fortunately, I had an appointment with a midwife in the afternoon and was checked again for any cervical changes. I had finally dilated 3 cm and was 90% effaced. What a relief I thought! I welcomed the pain because I wanted things to progress. I couldn’t imagine having diarrhea cramps for weeks. However, 3 cm isn’t enough to be admitted, we were told, so back to the hotel we went. “When your cramps become more regular, every 3 minutes a part, and you become more snippy, check in again” the midwife suggested. In the mean time, I tried to walk around, pausing multiple times to catch my breath. A couple hours later, I was FINALLY admitted. My husband kept asking me questions non-stop about what I wanted, needed, and more. All I could say was “if I need something, I’ll let you know. Thanks.” I literally couldn’t talk. I felt like vomiting and had heart burn for the first time in my life. As my labor progressed, I felt the urge to push before I was even 10 cm dilated. I would have a cramp, then a couple of minutes later, one that made me yell out in pain as it forced my body to push. A gush of blood would come out as this happened and I felt extremely uncomfortable because the pain was in my back and butt! It would take my breath away. However, the pain was still tolerable, believe it or not. I had a volunteer doula come in that night who helped me breathe, rubbed my back, and encouraged me. She helped me be aware of my voice and how I could use it to save energy and get through the pain. Unfortunately, she couldn’t stay the whole night, but the time she spent with me truly made a difference. Even though labor was hard work and painful, the right breathing technique and support helped ease the pain. This is probably the number one thing that helped me get through labor! As I started heading towards my second night of labor, I wondered how much longer I could go on … I questioned if it was even worth it to continue without an epidural? I went into labor without a plan. I wanted to go with the flow and make decisions as they came. I didn’t want to be tied to a bed or deliver on my back or disappointed if my perfect labor didn’t come true, so I left any expectations open. But after my second sleepless night, I started to inquire about pain medications (although deep down inside I knew I could handle more because the pain was still manageable). I was exhausted and sleep would have been nice especially if I didn’t have to feel any pain with an epidural. There were no walking epidurals available though and I didn’t want to take narcotics (which could make me dizzy), so I continued along, breathing away. A bath was an option too and this I requested and wanted. I was so uncomfortable as things progressed. I couldn’t get in the shower to relax my muscles, but somehow a bath sounded soothing and worth the effort. As soon as the bath was ready, however, I suddenly felt a pop down below as if major pressure had been released from my insides. Immediately, there was a shift. The back and butt pressure/pain I felt was no longer there. It was time to push! I knew as soon as I felt it. As the baby descended, I felt the burning sensation of the babies head crowning – a temporary stretching sting. The cramps were still there and I had no control over my own pushing. I let my body do its own work and took the breaks my body provided in between each wave of labor. I was standing up giving birth because I couldn’t get onto the bed as I would have liked and was given a stool to put my right foot onto in order to widen my pelvis. Gravity certainly assisted me. However, I never expected to be standing for 50 minutes! My legs were becoming tired and shaky, but I couldn’t move. My energy was sapped and I regretted not exercising more. Standing up was the most comfortable thing to do though and I listened to my body’s cues. I started to go along with my body’s signals to push, but after a while I felt as if the baby would never come out because things weren’t progressing fast enough. After his head came out, I thought it was all over until I heard my husband say “push, his body is stuck!” I ended up pushing as hard as I could and a gush of fluids came spewing onto the floor. It was the best sense of relief. The midwives held my baby from under me and told me to grab him. He was screaming, kicking, and punching his way into this life. He was so slippery, I was terrified to grab him. I had never held a baby before. He would be my first. I held my son and put him on my chest. I couldn’t stop looking at him in awe. He was so beautiful to me and I felt overwhelmed with love and joy. When the umbilical cord finally stopped pulsating, which happened surprisingly quick, my husband carefully snipped it. At this point, I’m glad my husband didn’t pass out. I always joked that he would get queasy and faint, but my husband did amazing! While holding my son, I had to deliver my placenta which did not hurt at all. In fact, I couldn’t even feel much down below because of the adrenaline pumping throughout my veins. Looking into my son’s eyes and holding him for the first time was the most incredible thing in the world. The pain that I felt earlier in labor vanished and I felt ecstatic to have made it through. It’s true what they say … After your baby is born, you forget the pain of labor and birth. At least most of it. Hello! Hello! It's nice to meet you! I'm Mary. Thank you for stopping by Stirring Up Delight. I hope you'll find some useful tips, recipes, and reviews or maybe a story or two that you might enjoy. Read More… Follow me Subscribe to Blog via Email Enter your email address to subscribe to this blog and receive notifications of new posts by email. Email Address Stirringupdelight.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com For those of you who were told you might need an endometrial biopsy, here’s my experience, so you can sleep a little better at night. Although I do not know what yours will be like, I can tell you that not all of them turn out horrific like you might’ve read online. Why You Might […] Kalua pig is a dish from Hawaii that may be intimidating to make if it’s done traditionally, but modern technology has its benefits. You don’t have to roast a pig underground, but instead you can use your slower cooker to make it. How easy is it? Buy some pork butt at the store and toss […] I’m so excited to be planning my niece’s 1st birthday party this fall! For anyone who really knows me, I absolutely love planning. It is one of my obsessions. After making numerous planning mistakes, however, I would like to share with you some tips I’ve learned along the way. If you are planning your child’s […] One of my favorite drinks when I return home is plantation iced tea. Last year, when I spent a week back home in Hawaii, I ended up drinking it as often as I found it on the menu. Now that the heat of summer is here, I’m dreaming of returning home to visit again. I really […]
[ 1, 7133, 590, 758, 5138, 6906, 29892, 306, 1898, 304, 11705, 408, 1568, 2472, 373, 920, 6788, 1319, 10212, 1795, 2869, 367, 29889, 306, 723, 4049, 8293, 1346, 24669, 471, 4029, 11710, 29892, 541, 14332, 30010, 29879, 758, 5138, 6906, 338, 1422, 30024, 470, 1346, 277, 471, 278, 17322, 6788, 306, 30010, 345, 3926, 7091, 297, 590, 2834, 8530, 13, 13, 29902, 6091, 1784, 23026, 15874, 607, 4049, 9698, 411, 29892, 1346, 5872, 29892, 1016, 30010, 29873, 15982, 29889, 887, 30010, 645, 9566, 1048, 278, 6788, 408, 4720, 408, 596, 2278, 338, 6345, 3178, 2216, 278, 1556, 337, 465, 3864, 363, 263, 937, 29899, 2230, 5637, 29892, 541, 1554, 306, 11630, 8126, 297, 3458, 278, 4152, 931, 29889, 13, 13, 29902, 750, 1238, 1965, 278, 9815, 29892, 541, 373, 278, 916, 1361, 29892, 306, 6363, 727, 471, 694, 14712, 1250, 322, 393, 590, 24354, 471, 6421, 697, 982, 470, 1790, 29991, 13, 13, 13985, 11405, 1434, 590, 2861, 2635, 29892, 306, 10548, 777, 10416, 29889, 1619, 4094, 3282, 30010, 29873, 2867, 322, 306, 4446, 694, 286, 1682, 681, 18665, 29892, 541, 372, 6140, 393, 1554, 471, 10464, 8859, 1135, 3806, 29889, 1105, 265, 1156, 29892, 472, 29871, 29896, 263, 29889, 29885, 29889, 306, 281, 6946, 701, 515, 263, 451, 2197, 1422, 1134, 310, 2181, 1160, 292, 29889, 739, 4689, 304, 6403, 1432, 29871, 29945, 6233, 29889, 739, 9007, 30010, 29873, 393, 6788, 1319, 313, 29891, 300, 511, 541, 443, 510, 3921, 519, 29889, 306, 7091, 408, 565, 306, 750, 304, 748, 652, 2749, 354, 29874, 1432, 5320, 6233, 29889, 960, 445, 338, 10212, 29892, 306, 1033, 4386, 372, 363, 1854, 306, 2714, 29892, 541, 306, 6363, 445, 471, 871, 278, 6763, 29889, 13, 13, 3421, 10216, 23547, 5794, 26603, 502, 304, 278, 13457, 408, 565, 278, 24354, 723, 1835, 714, 738, 1473, 29889, 306, 750, 304, 1083, 513, 1075, 304, 451, 15982, 29889, 28706, 5491, 3282, 30010, 29873, 3799, 393, 5172, 363, 937, 29899, 2230, 286, 4835, 313, 272, 472, 3203, 306, 24936, 372, 7656, 30010, 29873, 467, 306, 750, 304, 748, 491, 26508, 5998, 297, 278, 1250, 310, 590, 3458, 29892, 306, 9007, 30010, 29873, 1854, 825, 723, 3799, 2446, 29889, 13, 13, 4806, 7146, 2355, 304, 278, 29773, 1918, 4818, 1156, 385, 7234, 310, 19500, 322, 278, 302, 1295, 267, 16725, 306, 9007, 30010, 29873, 1584, 21749, 630, 29889, 306, 8496, 30010, 29873, 4658, 372, 29889, 1334, 892, 6077, 3448, 322, 750, 304, 1284, 263, 16730, 1363, 7863, 3271, 9007, 30010, 29873, 385, 2984, 29889, 739, 723, 2125, 1023, 6199, 925, 304, 736, 1449, 29991, 13, 13, 1576, 652, 2749, 354, 29874, 29899, 4561, 2181, 15092, 892, 6788, 1319, 322, 443, 510, 3921, 519, 29936, 306, 8496, 30010, 29873, 8709, 29889, 306, 471, 10767, 21219, 10029, 322, 4687, 304, 2869, 505, 1438, 2181, 15092, 322, 380, 290, 496, 3657, 267, 975, 263, 29871, 29896, 29900, 7234, 3785, 29889, 306, 4687, 27304, 1847, 590, 25828, 4835, 313, 484, 369, 263, 1781, 2655, 14366, 322, 10943, 727, 526, 2305, 1058, 505, 445, 443, 510, 3921, 519, 11223, 363, 3841, 322, 11405, 29991, 1346, 29943, 1296, 10212, 30024, 723, 451, 367, 297, 590, 15889, 29892, 306, 750, 24936, 29889, 13, 13, 29943, 441, 348, 2486, 29892, 306, 750, 385, 28573, 411, 263, 7145, 29893, 1607, 297, 278, 17724, 322, 471, 7120, 1449, 363, 738, 5147, 29894, 936, 3620, 29889, 306, 750, 7146, 21749, 630, 29871, 29941, 7477, 322, 471, 29871, 29929, 29900, 29995, 1801, 562, 287, 29889, 1724, 263, 18892, 306, 2714, 29991, 306, 5476, 510, 287, 278, 6788, 1363, 306, 5131, 2712, 304, 6728, 29889, 306, 8496, 30010, 29873, 14034, 2534, 652, 2749, 354, 29874, 2181, 15092, 363, 11405, 29889, 2398, 29892, 29871, 29941, 7477, 3508, 30010, 29873, 3307, 304, 367, 20186, 29892, 591, 892, 5429, 29892, 577, 1250, 304, 278, 16730, 591, 3512, 29889, 13, 13, 30015, 10401, 596, 2181, 15092, 4953, 901, 4943, 29892, 1432, 29871, 29941, 6233, 263, 760, 29892, 322, 366, 4953, 901, 9830, 23717, 29892, 1423, 297, 1449, 30024, 278, 7145, 29893, 1607, 7829, 29889, 512, 278, 2099, 931, 29892, 306, 1898, 304, 6686, 2820, 29892, 282, 1485, 292, 2999, 3064, 304, 4380, 590, 16172, 29889, 13, 13, 29909, 7303, 6199, 2678, 29892, 306, 471, 383, 1177, 9818, 29979, 20186, 29889, 1619, 10216, 8126, 6721, 592, 5155, 1661, 29899, 9847, 1048, 825, 306, 5131, 29892, 4312, 29892, 322, 901, 29889, 2178, 306, 1033, 1827, 471, 1346, 361, 306, 817, 1554, 29892, 306, 30010, 645, 1235, 366, 1073, 29889, 1834, 3178, 306, 22830, 8496, 30010, 29873, 5193, 29889, 306, 7091, 763, 3961, 11407, 322, 750, 5192, 12138, 363, 278, 937, 931, 297, 590, 2834, 29889, 13, 13, 2887, 590, 10212, 6728, 287, 29892, 306, 7091, 278, 5065, 479, 304, 5503, 1434, 306, 471, 1584, 29871, 29896, 29900, 7477, 21749, 630, 29889, 306, 723, 505, 263, 2181, 1160, 29892, 769, 263, 7303, 310, 6233, 2678, 29892, 697, 393, 1754, 592, 343, 514, 714, 297, 6788, 408, 372, 11826, 590, 3573, 304, 5503, 29889, 319, 330, 1878, 310, 10416, 723, 2041, 714, 408, 445, 9559, 322, 306, 7091, 14154, 443, 510, 3921, 519, 1363, 278, 6788, 471, 297, 590, 1250, 322, 541, 29873, 29991, 739, 723, 2125, 590, 16172, 3448, 29889, 2398, 29892, 278, 6788, 471, 1603, 20341, 519, 29892, 4658, 372, 470, 451, 29889, 13, 13, 29902, 750, 263, 27886, 261, 4662, 433, 2041, 297, 393, 4646, 1058, 9213, 592, 2078, 271, 354, 29892, 14051, 2580, 590, 1250, 29892, 322, 18443, 287, 592, 29889, 2296, 9213, 592, 367, 9543, 310, 590, 7314, 322, 920, 306, 1033, 671, 372, 304, 4078, 5864, 322, 679, 1549, 278, 6788, 29889, 11511, 29892, 1183, 8496, 30010, 29873, 7952, 278, 3353, 4646, 29892, 541, 278, 931, 1183, 10398, 411, 592, 19781, 1754, 263, 4328, 29889, 7753, 2466, 10212, 471, 2898, 664, 322, 6788, 1319, 29892, 278, 1492, 16172, 292, 11043, 322, 2304, 9213, 16326, 278, 6788, 29889, 910, 338, 3117, 278, 1353, 697, 2655, 393, 9213, 592, 679, 1549, 10212, 29991, 13, 13, 2887, 306, 4687, 28435, 7113, 590, 1473, 4646, 310, 10212, 29892, 306, 4997, 287, 920, 1568, 5520, 306, 1033, 748, 373, 16088, 306, 1139, 287, 565, 372, 471, 1584, 7088, 372, 304, 6773, 1728, 385, 321, 5935, 3631, 29973, 306, 3512, 964, 10212, 1728, 263, 3814, 29889, 306, 5131, 304, 748, 411, 278, 4972, 322, 1207, 1602, 12112, 408, 896, 2996, 29889, 306, 3282, 30010, 29873, 864, 304, 367, 21351, 304, 263, 6592, 470, 12021, 373, 590, 1250, 470, 23451, 287, 565, 590, 4922, 10212, 3282, 30010, 29873, 2041, 1565, 29892, 577, 306, 2175, 738, 2149, 800, 1722, 29889, 1205, 1156, 590, 1473, 12844, 29872, 572, 404, 4646, 29892, 306, 4687, 304, 297, 1548, 1048, 6788, 13589, 800, 313, 26492, 6483, 1623, 2768, 306, 6363, 306, 1033, 4386, 901, 1363, 278, 6788, 471, 1603, 10933, 519, 467, 306, 471, 18782, 16656, 322, 8709, 723, 505, 1063, 7575, 7148, 565, 306, 3282, 30010, 29873, 505, 304, 4459, 738, 6788, 411, 385, 321, 5935, 3631, 29889, 13, 13, 8439, 892, 694, 22049, 321, 5935, 332, 1338, 3625, 2466, 322, 306, 3282, 30010, 29873, 864, 304, 2125, 302, 5666, 327, 1199, 313, 4716, 1033, 1207, 592, 270, 466, 1537, 511, 577, 306, 7572, 3412, 29892, 16172, 292, 3448, 29889, 319, 27683, 471, 385, 2984, 2086, 322, 445, 306, 13877, 322, 5131, 29889, 306, 471, 577, 443, 510, 3921, 519, 408, 2712, 6728, 287, 29889, 306, 8496, 30010, 29873, 679, 297, 278, 1510, 261, 304, 26681, 590, 2301, 7799, 29892, 541, 10431, 263, 27683, 6047, 287, 577, 6046, 322, 7088, 278, 7225, 29889, 1094, 4720, 408, 278, 27683, 471, 7960, 29892, 3138, 29892, 306, 11584, 7091, 263, 1835, 1623, 2400, 408, 565, 4655, 12959, 750, 1063, 5492, 515, 590, 1663, 2247, 29889, 1954, 4210, 2486, 29892, 727, 471, 263, 9500, 29889, 450, 1250, 322, 541, 29873, 12959, 29914, 29886, 475, 306, 7091, 471, 694, 5520, 727, 29889, 739, 471, 931, 304, 5503, 29991, 306, 6363, 408, 4720, 408, 306, 7091, 372, 29889, 13, 13, 2887, 278, 24354, 5153, 2760, 29892, 306, 7091, 278, 25535, 4771, 362, 310, 278, 289, 370, 583, 2343, 11660, 1076, 785, 263, 13201, 16116, 292, 380, 292, 29889, 450, 2181, 15092, 892, 1603, 727, 322, 306, 750, 694, 2761, 975, 590, 1914, 27556, 29889, 306, 1235, 590, 3573, 437, 967, 1914, 664, 322, 3614, 278, 16706, 590, 3573, 4944, 297, 1546, 1269, 10742, 310, 10212, 29889, 306, 471, 13407, 701, 6820, 12060, 1363, 306, 8496, 30010, 29873, 679, 11480, 278, 6592, 408, 306, 723, 505, 23289, 322, 471, 2183, 263, 380, 1507, 304, 1925, 590, 1492, 3661, 11480, 297, 1797, 304, 281, 3615, 590, 4639, 1730, 29889, 4989, 17037, 8959, 6985, 287, 592, 29889, 2398, 29892, 306, 2360, 3806, 304, 367, 13407, 363, 29871, 29945, 29900, 6233, 29991, 1619, 21152, 892, 14171, 23407, 322, 528, 557, 29891, 29892, 541, 306, 8496, 30010, 29873, 4337, 29889, 1619, 5864, 471, 872, 2986, 322, 306, 1072, 13158, 287, 451, 24472, 3476, 292, 901, 29889, 6679, 292, 701, 471, 278, 1556, 25561, 2655, 304, 437, 2466, 322, 306, 29616, 304, 590, 3573, 30010, 29879, 274, 1041, 29889, 13, 13, 29902, 4687, 304, 748, 3412, 411, 590, 3573, 30010, 29879, 18470, 304, 5503, 29892, 541, 1156, 263, 1550, 306, 7091, 408, 565, 278, 24354, 723, 2360, 2041, 714, 1363, 2712, 2949, 264, 30010, 29873, 6728, 292, 5172, 3307, 29889, 2860, 670, 2343, 2996, 714, 29892, 306, 2714, 372, 471, 599, 975, 2745, 306, 6091, 590, 10216, 1827, 1346, 5910, 29892, 670, 3573, 338, 10771, 8530, 306, 9698, 701, 27556, 408, 2898, 408, 306, 1033, 322, 263, 330, 1878, 310, 20501, 4841, 2996, 961, 16958, 11480, 278, 11904, 29889, 739, 471, 278, 1900, 4060, 310, 18892, 29889, 13, 13, 1576, 7145, 29893, 3145, 4934, 590, 24354, 515, 1090, 592, 322, 5429, 592, 304, 17229, 1075, 29889, 940, 471, 885, 1633, 292, 29892, 24817, 292, 29892, 322, 282, 3322, 292, 670, 982, 964, 445, 2834, 29889, 940, 471, 577, 20662, 407, 708, 29892, 306, 471, 1935, 29878, 2164, 304, 17229, 1075, 29889, 306, 750, 2360, 4934, 263, 24354, 1434, 29889, 940, 723, 367, 590, 937, 29889, 306, 4934, 590, 1487, 322, 1925, 1075, 373, 590, 521, 342, 29889, 306, 8496, 30010, 29873, 5040, 3063, 472, 1075, 297, 263, 705, 29889, 940, 471, 577, 9560, 304, 592, 322, 306, 7091, 975, 1332, 295, 2168, 411, 5360, 322, 15331, 29889, 13, 13, 10401, 278, 1922, 18152, 936, 13793, 7146, 11084, 282, 7273, 1218, 29892, 607, 9559, 26800, 368, 4996, 29892, 590, 10216, 16112, 9830, 2986, 372, 29889, 2180, 445, 1298, 29892, 306, 30010, 29885, 10932, 590, 10216, 3282, 30010, 29873, 1209, 714, 29889, 306, 2337, 432, 12504, 393, 540, 723, 679, 712, 8995, 322, 24732, 29892, 541, 590, 10216, 1258, 21863, 292, 29991, 13, 13, 8809, 488, 13587, 590, 1487, 29892, 306, 750, 304, 12021, 590, 2174, 1760, 29874, 607, 1258, 451, 21682, 472, 599, 29889, 512, 2114, 29892, 306, 8496, 30010, 29873, 1584, 4459, 1568, 1623, 2400, 1363, 310, 278, 594, 1267, 284, 457, 282, 3427, 292, 10106, 590, 2453, 1144, 29889, 13, 13, 14959, 292, 964, 590, 1487, 30010, 29879, 5076, 322, 13587, 1075, 363, 278, 937, 931, 471, 278, 1556, 29811, 1821, 2655, 297, 278, 3186, 29889, 450, 6788, 393, 306, 7091, 8859, 297, 10212, 1109, 3276, 322, 306, 7091, 21226, 7959, 304, 505, 1754, 372, 1549, 29889, 739, 30010, 29879, 1565, 825, 896, 1827, 16088, 2860, 596, 24354, 338, 6345, 29892, 366, 9566, 278, 6788, 310, 10212, 322, 12060, 29889, 13, 13, 4178, 3203, 1556, 310, 372, 29889, 13, 13, 10994, 29991, 13, 13, 10994, 29991, 739, 29915, 29879, 7575, 304, 5870, 366, 29991, 306, 29915, 29885, 6182, 29889, 3374, 366, 363, 25480, 491, 624, 381, 5393, 5020, 5556, 523, 29889, 306, 4966, 366, 29915, 645, 1284, 777, 5407, 25562, 29892, 9522, 5547, 29892, 322, 21804, 470, 5505, 263, 5828, 470, 1023, 393, 366, 1795, 13389, 29889, 7523, 5853, 30098, 13, 13, 29943, 2952, 592, 13, 13, 4035, 13086, 304, 350, 1188, 3025, 22608, 13, 13, 10399, 596, 4876, 3211, 304, 1014, 13086, 304, 445, 12618, 322, 7150, 25913, 310, 716, 11803, 491, 4876, 29889, 13, 13, 9823, 16428, 13, 13, 855, 381, 5393, 786, 6144, 523, 29889, 510, 338, 263, 5221, 424, 297, 278, 16631, 15538, 365, 12182, 6853, 1078, 7835, 29892, 385, 23736, 403, 18811, 5921, 1824, 8688, 304, 3867, 263, 2794, 363, 11840, 304, 2326, 29876, 18811, 5921, 1238, 267, 491, 18811, 5921, 322, 25236, 304, 19249, 29889, 510, 13, 13, 2831, 1906, 310, 366, 1058, 892, 5429, 366, 1795, 817, 385, 1095, 3297, 9315, 4768, 3554, 29891, 29892, 1244, 30010, 29879, 590, 7271, 29892, 577, 366, 508, 8709, 263, 2217, 2253, 472, 4646, 29889, 8512, 306, 437, 451, 1073, 825, 15850, 674, 367, 763, 29892, 306, 508, 2649, 366, 393, 451, 599, 310, 963, 2507, 714, 4029, 29878, 928, 763, 366, 1795, 30010, 345, 1303, 7395, 29889, 3750, 887, 341, 523, 518, 30098, 29962, 13, 13, 29968, 284, 3357, 282, 335, 338, 263, 270, 728, 515, 26901, 29875, 393, 1122, 367, 938, 326, 333, 1218, 304, 1207, 565, 372, 30010, 29879, 2309, 11399, 635, 29892, 541, 5400, 15483, 756, 967, 23633, 29889, 887, 1016, 30010, 29873, 505, 304, 696, 579, 263, 282, 335, 1090, 2057, 29892, 541, 2012, 366, 508, 671, 596, 20312, 7984, 261, 304, 1207, 372, 29889, 1128, 4780, 338, 372, 29973, 5373, 29891, 777, 282, 548, 541, 29873, 472, 278, 3787, 322, 28189, 518, 30098, 29962, 13, 13, 29902, 30010, 29885, 577, 24173, 304, 367, 18987, 590, 4930, 346, 30010, 29879, 29871, 29896, 303, 12060, 3250, 6263, 445, 6416, 29991, 1152, 5019, 1058, 2289, 9906, 592, 29892, 306, 13312, 5360, 18987, 29889, 739, 338, 697, 310, 590, 20881, 10964, 29889, 2860, 3907, 12727, 18987, 28947, 29892, 3138, 29892, 306, 723, 763, 304, 6232, 411, 366, 777, 25562, 306, 30010, 345, 10972, 3412, 278, 982, 29889, 960, 366, 526, 18987, 596, 2278, 30010, 29879, 518, 30098, 29962, 13, 13, 6716, 310, 590, 25448, 13748, 29879, 746, 306, 736, 3271, 338, 8024, 362, 29871, 7612, 23429, 29889, 9208, 1629, 29892, 746, 306, 10398, 263, 4723, 1250, 3271, 297, 26901, 29875, 29892, 306, 9698, 701, 13748, 292, 372, 408, 4049, 408, 306, 1476, 372, 373, 278, 6143, 29889, 2567, 393, 278, 12871, 310, 11801, 338, 1244, 29892, 306, 30010, 29885, 12561, 292, 310, 7863, 3271, 304, 6493, 1449, 29889, 306, 2289, 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 ]
Sen. Bernie Sanders (I-VT) will clinch victory in the first-in-the-nation primary in New Hampshire, according to a CNN projection, powered by his strength among blue-collar, younger and more liberal voters.
[ 1, 5811, 29889, 6209, 347, 8564, 414, 313, 29902, 29899, 29963, 29911, 29897, 674, 1067, 22466, 15354, 297, 278, 937, 29899, 262, 29899, 1552, 29899, 29876, 362, 7601, 297, 1570, 7904, 28401, 29892, 5034, 304, 263, 29696, 18246, 29892, 3081, 287, 491, 670, 9324, 4249, 7254, 29899, 1054, 4675, 29892, 20023, 322, 901, 26054, 9014, 414, 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 ]
POV: Henry vs Martin + a poll I won’t make claims as to their gifts and charms, but H & M do resemble me in various ways :) I usually like to write stories from a single point of view. It’s obviously a limited perspective, but I enjoy the constraints. As far as I’m concerned, there’s no such thing as a reliable narrator. Characters misinterpret things, miss things, draw the wrong conclusions, and it can be tricky and fun to work the “truth” into a story alongside the character’s perceptions. For instance, I think it’s obvious to the reader that Martin is DTF from the get-go, but Henry, equipped with the same amount of information, simply doesn’t get it. When I started writing the Ganymede Quartet books, it seemed obvious to me that the story needed to be told from the master’s point of view. Whether or not he’s actually prepared to take responsibility, the fact remains that Henry’s the one in charge and he sets the tone. It’s Martin’s job to adapt and respond and accommodate and serve. Obviously, Martin is better-equipped to steer this particular ship, but, unfortunately for Henry, the roles in this relationship weren’t assigned based on fitness or merit. If you’ve read A Most Personal Property (GQ Book 1), you know that when the opportunity finally arises for Martin to take charge, he does so with great effect, but he does wait for Henry to create the opportunity. He’s very well-trained. I think it’s apparent that Martin is miserable for most of AMPP, and writing weeks of self-doubt and misery even greater than Henry’s, from the perspective of a character who has even less power to effect change…I don’t think anyone wants to read that book, actually. Henry also needed to be the POV character for the main books because Henry is the one who has the most growing to do. They’re both young, both immature, but Martin is less immature, his sense of self is more solid and, well, he’s a lot smarter. Henry learns a lot over the course of the series, which is not to say that Martin doesn’t, but as the one nominally in charge, Henry’s growth has a greater impact on both of them. It was possibly something of a risk, but I left out or delayed certain trains of thought because Henry isn’t necessarily considering all aspects and implications of the master/slave dynamic from early on in their relationship. He’s very loving, but he’s not the most insightful person, and it takes him awhile to consider things that a savvier fellow might have questioned from the beginning. It really does take Henry a long time to wonder how Martin’s position and training impact the way Martin responds to him. I anticipate going a little deeper into Martin’s background, in a way, for the story that will accompany Book 3. I also have a pretty good idea which aspect of Book 4 I’ll present from Martin’s perspective. So far, the Martin stories have been really fun to write, and I definitely look forward to doing them. I think they’re so easy and enjoyable to work on because they revisit territory that I’ve already covered from Henry’s perspective to some extent, and when I’m writing Henry, I’m always considering how Martin might view a given situation, as well. Offering Martin’s POV at all was actually a pretty late development. It occurred to me shortly before publishing A Most Personal Property that the stories I was busy telling myself about Martin’s past would probably be of interest to anyone who was interested in AMPP, and so I quickly wrote A Superior Slave. I hoped that people who enjoyed reading ASS (ugh, that acronym!) for free might be interested in paying for AMPP, and I think that did happen to some small extent. I’ve gotten the impression (whether it’s true or not) that Martin might be the reader favorite by a small margin, so it just seems like a nice idea to continue offering Martin POV stories alongside the main books. While I think a person can enjoy the main books and Henry’s POV without side stories, I like to think Martin’s perspective is a valuable addition. I plan on adding additional points of view from other characters in the universe. I’ve got stories written about a couple of Henry’s friends to show how slave ownership works in private for other people. I’ve got at least two stories I want to write about Henry’s cousin Jesse. I think Tom gets his own novella :D With A Proper Lover (GQ Book 2) and A Master’s Fidelity (GQ Book 2.5) released, I’m just going immediately into editing Book 3 and fleshing out the notes I have for the Martin story. I’d had vague ideas about taking a break, but I honestly don’t know what that would mean at this point. I don’t know what I’d be doing during a break! Right now, the idea of downtime just makes me cranky. Knowing that there are people eager for the next books makes me want to work on getting them out. Besides, working on Martin’s POV is a treat :)
[ 1, 21521, 29963, 29901, 6498, 7186, 6502, 718, 263, 21180, 13, 13, 29902, 2113, 30010, 29873, 1207, 16726, 408, 304, 1009, 330, 17741, 322, 1373, 1516, 29892, 541, 379, 669, 341, 437, 620, 6967, 592, 297, 5164, 5837, 4248, 13, 13, 29902, 5491, 763, 304, 2436, 15874, 515, 263, 2323, 1298, 310, 1776, 29889, 739, 30010, 29879, 12879, 263, 9078, 18520, 29892, 541, 306, 13389, 278, 11938, 29889, 1094, 2215, 408, 306, 30010, 29885, 15041, 29892, 727, 30010, 29879, 694, 1316, 2655, 408, 263, 23279, 15474, 1061, 29889, 2896, 21706, 3984, 1639, 19819, 2712, 29892, 3052, 2712, 29892, 4216, 278, 2743, 21204, 1080, 29892, 322, 372, 508, 367, 28722, 322, 2090, 304, 664, 278, 1346, 509, 2806, 30024, 964, 263, 5828, 19963, 278, 2931, 30010, 29879, 639, 1441, 29879, 29889, 1152, 2777, 29892, 306, 1348, 372, 30010, 29879, 6924, 304, 278, 9591, 393, 6502, 338, 360, 8969, 515, 278, 679, 29899, 1484, 29892, 541, 6498, 29892, 1592, 16242, 411, 278, 1021, 5253, 310, 2472, 29892, 3763, 1838, 30010, 29873, 679, 372, 29889, 13, 13, 10401, 306, 4687, 5007, 278, 28245, 962, 2742, 24664, 300, 8277, 29892, 372, 6140, 6924, 304, 592, 393, 278, 5828, 4312, 304, 367, 5429, 515, 278, 5835, 30010, 29879, 1298, 310, 1776, 29889, 26460, 470, 451, 540, 30010, 29879, 2869, 13240, 304, 2125, 23134, 29892, 278, 2114, 9242, 393, 6498, 30010, 29879, 278, 697, 297, 8323, 322, 540, 6166, 278, 16225, 29889, 739, 30010, 29879, 6502, 30010, 29879, 4982, 304, 7744, 322, 10049, 322, 24803, 403, 322, 9080, 29889, 25735, 29892, 6502, 338, 2253, 29899, 1686, 16242, 304, 1886, 261, 445, 3153, 7751, 29892, 541, 29892, 15428, 363, 6498, 29892, 278, 16178, 297, 445, 9443, 2949, 264, 30010, 29873, 9859, 2729, 373, 6216, 2264, 470, 2778, 277, 29889, 960, 366, 30010, 345, 1303, 319, 7849, 16224, 9079, 313, 29954, 29984, 6726, 29871, 29896, 511, 366, 1073, 393, 746, 278, 15130, 7146, 564, 4637, 363, 6502, 304, 2125, 8323, 29892, 540, 947, 577, 411, 2107, 2779, 29892, 541, 540, 947, 4480, 363, 6498, 304, 1653, 278, 15130, 29889, 940, 30010, 29879, 1407, 1532, 29899, 3018, 1312, 29889, 13, 13, 29902, 1348, 372, 30010, 29879, 20295, 393, 6502, 338, 27788, 519, 363, 1556, 310, 319, 3580, 29925, 29892, 322, 5007, 11405, 310, 1583, 29899, 29881, 283, 3116, 322, 3984, 708, 1584, 7621, 1135, 6498, 30010, 29879, 29892, 515, 278, 18520, 310, 263, 2931, 1058, 756, 1584, 3109, 3081, 304, 2779, 1735, 30098, 29902, 1016, 30010, 29873, 1348, 5019, 10753, 304, 1303, 393, 3143, 29892, 2869, 29889, 13, 13, 24030, 719, 884, 4312, 304, 367, 278, 21521, 29963, 2931, 363, 278, 1667, 8277, 1363, 6498, 338, 278, 697, 1058, 756, 278, 1556, 15678, 304, 437, 29889, 2688, 30010, 276, 1716, 4123, 29892, 1716, 5198, 1535, 29892, 541, 6502, 338, 3109, 5198, 1535, 29892, 670, 4060, 310, 1583, 338, 901, 7773, 322, 29892, 1532, 29892, 540, 30010, 29879, 263, 3287, 1560, 4254, 29889, 6498, 24298, 1983, 263, 3287, 975, 278, 3236, 310, 278, 3652, 29892, 607, 338, 451, 304, 1827, 393, 6502, 1838, 30010, 29873, 29892, 541, 408, 278, 697, 10418, 635, 297, 8323, 29892, 6498, 30010, 29879, 14321, 756, 263, 7621, 10879, 373, 1716, 310, 963, 29889, 13, 13, 3112, 471, 10075, 1554, 310, 263, 12045, 29892, 541, 306, 2175, 714, 470, 29801, 3058, 22983, 310, 2714, 1363, 6498, 3508, 30010, 29873, 12695, 13858, 599, 21420, 322, 2411, 5795, 310, 278, 5835, 29914, 29879, 18398, 7343, 515, 4688, 373, 297, 1009, 9443, 29889, 940, 30010, 29879, 1407, 12355, 292, 29892, 541, 540, 30010, 29879, 451, 278, 1556, 25483, 1319, 2022, 29892, 322, 372, 4893, 1075, 263, 8000, 304, 2050, 2712, 393, 263, 4048, 7214, 10404, 1795, 505, 1139, 287, 515, 278, 6763, 29889, 739, 2289, 947, 2125, 6498, 263, 1472, 931, 304, 4997, 920, 6502, 30010, 29879, 2602, 322, 6694, 10879, 278, 982, 6502, 10049, 29879, 304, 1075, 29889, 13, 13, 29902, 23483, 403, 2675, 263, 2217, 25871, 964, 6502, 30010, 29879, 3239, 29892, 297, 263, 982, 29892, 363, 278, 5828, 393, 674, 10259, 1384, 6726, 29871, 29941, 29889, 306, 884, 505, 263, 5051, 1781, 2969, 607, 9565, 310, 6726, 29871, 29946, 306, 30010, 645, 2198, 515, 6502, 30010, 29879, 18520, 29889, 1105, 2215, 29892, 278, 6502, 15874, 505, 1063, 2289, 2090, 304, 2436, 29892, 322, 306, 11630, 1106, 6375, 304, 2599, 963, 29889, 306, 1348, 896, 30010, 276, 577, 4780, 322, 13389, 519, 304, 664, 373, 1363, 896, 23484, 277, 20123, 393, 306, 30010, 345, 2307, 10664, 515, 6498, 30010, 29879, 18520, 304, 777, 15834, 29892, 322, 746, 306, 30010, 29885, 5007, 6498, 29892, 306, 30010, 29885, 2337, 13858, 920, 6502, 1795, 1776, 263, 2183, 6434, 29892, 408, 1532, 29889, 13, 13, 2776, 571, 292, 6502, 30010, 29879, 21521, 29963, 472, 599, 471, 2869, 263, 5051, 5683, 5849, 29889, 739, 10761, 304, 592, 21734, 1434, 27256, 319, 7849, 16224, 9079, 393, 278, 15874, 306, 471, 19587, 14509, 6142, 1048, 6502, 30010, 29879, 4940, 723, 3117, 367, 310, 4066, 304, 5019, 1058, 471, 8852, 297, 319, 3580, 29925, 29892, 322, 577, 306, 9098, 5456, 319, 5670, 1611, 317, 18398, 29889, 306, 24936, 393, 2305, 1058, 27849, 5183, 319, 1799, 313, 6129, 29892, 393, 1274, 1617, 962, 14366, 363, 3889, 1795, 367, 8852, 297, 5146, 292, 363, 319, 3580, 29925, 29892, 322, 306, 1348, 393, 1258, 3799, 304, 777, 2319, 15834, 29889, 306, 30010, 345, 2355, 841, 278, 17188, 313, 1332, 1979, 372, 30010, 29879, 1565, 470, 451, 29897, 393, 6502, 1795, 367, 278, 9591, 25448, 491, 263, 2319, 5906, 29892, 577, 372, 925, 2444, 763, 263, 7575, 2969, 304, 6773, 27032, 6502, 21521, 29963, 15874, 19963, 278, 1667, 8277, 29889, 5806, 306, 1348, 263, 2022, 508, 13389, 278, 1667, 8277, 322, 6498, 30010, 29879, 21521, 29963, 1728, 2625, 15874, 29892, 306, 763, 304, 1348, 6502, 30010, 29879, 18520, 338, 263, 21114, 6124, 29889, 13, 13, 29902, 3814, 373, 4417, 5684, 3291, 310, 1776, 515, 916, 4890, 297, 278, 19859, 29889, 306, 30010, 345, 2355, 15874, 3971, 1048, 263, 7303, 310, 6498, 30010, 29879, 7875, 304, 1510, 920, 19532, 27428, 1736, 297, 2024, 363, 916, 2305, 29889, 306, 30010, 345, 2355, 472, 3203, 1023, 15874, 306, 864, 304, 2436, 1048, 6498, 30010, 29879, 22618, 435, 5340, 29889, 306, 1348, 4335, 4947, 670, 1914, 2420, 3547, 584, 29928, 13, 13, 3047, 319, 1019, 546, 365, 957, 313, 29954, 29984, 6726, 29871, 29906, 29897, 322, 319, 9082, 30010, 29879, 383, 10652, 537, 313, 29954, 29984, 6726, 29871, 29906, 29889, 29945, 29897, 5492, 29892, 306, 30010, 29885, 925, 2675, 7389, 964, 16278, 6726, 29871, 29941, 322, 285, 793, 2790, 714, 278, 11486, 306, 505, 363, 278, 6502, 5828, 29889, 306, 30010, 29881, 750, 25160, 7014, 1048, 5622, 263, 2867, 29892, 541, 306, 15993, 368, 1016, 30010, 29873, 1073, 825, 393, 723, 2099, 472, 445, 1298, 29889, 306, 1016, 30010, 29873, 1073, 825, 306, 30010, 29881, 367, 2599, 2645, 263, 2867, 29991, 10428, 1286, 29892, 278, 2969, 310, 16611, 593, 603, 925, 3732, 592, 274, 661, 3459, 29889, 19320, 292, 393, 727, 526, 2305, 19888, 363, 278, 2446, 8277, 3732, 592, 864, 304, 664, 373, 2805, 963, 714, 29889, 19065, 29892, 1985, 373, 6502, 30010, 29879, 21521, 29963, 338, 263, 7539, 4248 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 terrifying 38-minute ordeal suffered by Hawaii residents on Saturday, when the state’s emergency-management agency sent out a false alert warning of an imminent ballistic-missile strike amid rising tensions with North Korea, seems to have sparked an unusually rapid response on Capitol Hill. Hawaii’s Sen. Brian Schatz, a Democrat on the Senate Commerce Committee, told National Journal that he is working with other Senate Democrats on a bill that would implement a federal best-practice framework for the ballistic-missile-alert systems administered by U.S. states, localities, and territories. And while Republicans don’t appear to be involved in the process, relevant GOP chairs in both chambers have expressed a willingness to work with Schatz on the issue. Initial reports indicate that Hawaii’s screwup—which sent people across the archipelago scrambling for shelter before the all-clear was called more than a half-hour later—was because of an employee mistakenly pressing the wrong link on a confusingly designed interface. But for something as serious as a ballistic-missile alert, Schatz suggested that the potential for human error can, and should, be mitigated through federal safeguards. “You want a system that accounts for the fact that somebody may be sleepy or careless, or an interface may not be the most user-friendly, and yet it all works anyway,” Schatz said. “We have best practices for disaster notifications for natural disasters, for terrorism events. We just don’t have it for this.” On Wednesday, Schatz said he had convened a phone call with officials from the Federal Communications Commission, the Homeland Security Department, the Pentagon, and other relevant agencies to address the inconsistency. “We think it should be done legislatively, but I don’t know that for sure yet,” he told reporters, explaining that the ultimate goal is to craft “a federal law to establish a framework that states can use.” The way America’s missile-alert system operates is fundamentally different from how citizens are alerted to most other catastrophes, when local authorities often possess the best information. While states and cities are ultimately responsible for alerting civilians of an imminent attack, they lack the ability to detect and track incoming missiles. In the seconds and minutes after a launch, details of the threat would have to cascade through phone calls from the Pentagon to DHS. From there, officials at the Federal Emergency Management Agency would send the warning to at-risk states and localities, whose own alert systems would only then spring into life. That chain of causation was disrupted on Saturday. But David Simpson, a former admiral in the U.S. Navy who ran the FCC’s Public Safety and Homeland Security Bureau from November 2013 to January 2017, said federal legislation should seek to dismantle that outdated process altogether. “That’s a 1950s kind of structure,” Simpson said, arguing that machine-to-machine communication technology should be utilized to eliminate lag time and cut down on human error. One way to do that could be for the FCC to create, at the direction of Congress, a unique wireless-alert category for ballistic-missile threats. “That would then ensure that the machine elements of this system could be built around that narrow bucket,” Simpson said. But that still wouldn’t solve the problem entirely. “The machine-to-machine piece of that, so it could be really useful, would require DHS and [Defense Department] plumbing changes that would be beyond the authorities of the FCC,” Simpson said. Simpson largely endorsed Schatz’s plan for a uniform federal missile-alert framework that states and localities can follow. “There’s over 1,000 alert originators at the state and local level, and I would say five, six, seven vendors for the user-interface systems,” he said. In a bid to improve innovation, DHS gave state governments broad leeway to design their own missile-alert interfaces. But Simpson said that decision has clearly come with a cost. “That variation is fine for notification about fire, notification about a tsunami coming in,” Simpson said. “But ballistic-missile warnings ought to be consistent, reliable, secure—because we don’t want it cyberattacked—across the entire country.” Republicans seem receptive to Schatz’s plan for missile-alert legislation. Schatz said he plans to introduce his bill through the Senate Commerce Committee, which is chaired by Republican John Thune. Frederick Hill, a Thune spokesman, told National Journal that the chairman “is considering convening a full committee hearing which would help inform legislative efforts.” House Republicans are further along than their Senate counterparts, with plans to hold an Energy and Commerce hearing on Hawaii’s false missile alert in the coming weeks. On Wednesday, committee chairman Greg Walden said he would be “happy to work” with Schatz on legislation, if needed. “We just haven’t got into the weeds on it,” Walden said. As long as lawmakers can work out issues surrounding committee and agency jurisdiction, Simpson said the chances for bipartisan support are high. But stakeholders from Homeland Security and the Pentagon—as well as the congressional committees that oversee them—will also need to weigh in. And Simpson worries those agencies may be loath to take responsibility for what’s widely viewed as a state-level mistake. “It’s a perfect bipartisan issue, as long as we don’t let the various lobbies and the competition between agencies pervert and potentially dilute the ultimate outcome,” Simpson said. "Two more House Republicans have joined the discharge petition to force votes on immigration, potentially leaving centrists just two signatures short of success. Reps. Tom Reed (R-N.Y.) and Brian Fitzpatrick (R-Pa.) signed the discharge petition Thursday before the House left town for the Memorial Day recess. If all Democrats endorse the petition, just two more GOP signatures would be needed to reach the magic number of 218." Source: FIRED FROM RUSSIAN LAUNCHER Investigators Pin Destruction of Malaysian Airliner on Russia 3 hours ago THE DETAILS "A missile that brought down Malaysia Airlines Flight 17 in eastern Ukraine in 2014 was fired from a launcher belonging to Russia's 53rd anti-aircraft missile brigade, investigators said Thursday. The announcement is the first time the investigative team has identified a specific division of the Russian military as possibly being involved in the strike. Russia has repeatedly denied involvement in the incident." Source: THREE INTERVIEWS PLANNED FOR JUNE House GOP Will Conduct New Interviews in Clinton Probe 3 hours ago THE LATEST "House Republicans are preparing to conduct the first interviews in over four months in their investigation into the FBI’s handling of the Clinton email probe. A joint investigation run by the Judiciary and Oversight Committees has set three witness interviews for June, including testimony from Bill Priestap, the assistant director of the FBI’s counterintelligence division, and Michael Steinbach, the former head of the FBI’s national security division." Source: IN OPEN LETTER TO KIM JONG UN Trump Cancels North Korea Summit 5 hours ago THE LATEST GANG OF EIGHT WILL GET SEPARATE MEETING Briefings at White House Will Now Be Bipartisan 7 hours ago THE LATEST "The White House confirmed Wednesday it is planning for a bipartisan group of House and Senate leaders, known as the 'Gang of 8,' to receive a highly-classified intelligence briefing on the FBI's investigation into Russian meddling, reversing plans to exclude Democrats altogether. ABC News first reported the plans to hold a separate briefing for Democrats, citing multiple administration and congressional sources. While details of the bipartisan meeting are still being worked out, a Republican-only briefing will go on as scheduled Thursday."
[ 1, 450, 1935, 29878, 9215, 29871, 29941, 29947, 29899, 1195, 1082, 470, 311, 284, 17654, 491, 26901, 29875, 24060, 373, 24211, 29892, 746, 278, 2106, 30010, 29879, 11176, 14703, 29899, 21895, 946, 3819, 2665, 714, 263, 2089, 6655, 9177, 310, 385, 527, 1195, 296, 8287, 4695, 29899, 9894, 488, 21283, 28655, 20493, 260, 5580, 411, 4644, 19109, 29892, 2444, 304, 505, 16267, 287, 385, 18325, 1474, 10952, 2933, 373, 22009, 324, 9143, 29889, 13, 13, 29950, 1450, 1794, 29875, 30010, 29879, 5811, 29889, 15733, 1102, 4101, 29892, 263, 4432, 16909, 373, 278, 18148, 422, 15667, 12930, 29892, 5429, 3086, 8237, 393, 540, 338, 1985, 411, 916, 18148, 14189, 1446, 373, 263, 11118, 393, 723, 2334, 263, 17097, 1900, 29899, 29886, 1461, 625, 6890, 363, 278, 8287, 4695, 29899, 9894, 488, 29899, 12888, 6757, 4113, 1531, 287, 491, 501, 29889, 29903, 29889, 5922, 29892, 1887, 1907, 29892, 322, 5884, 3842, 29889, 1126, 1550, 8063, 550, 1016, 30010, 29873, 2615, 304, 367, 9701, 297, 278, 1889, 29892, 8018, 402, 4590, 521, 7121, 297, 1716, 521, 1117, 414, 505, 13384, 263, 17762, 2264, 304, 664, 411, 1102, 4101, 373, 278, 2228, 29889, 13, 13, 15514, 13676, 12266, 393, 26901, 29875, 30010, 29879, 885, 3973, 786, 30003, 4716, 2665, 2305, 4822, 278, 3190, 666, 295, 4425, 14387, 1117, 1847, 363, 27709, 1434, 278, 599, 29899, 8551, 471, 2000, 901, 1135, 263, 4203, 29899, 18721, 2678, 30003, 11102, 1363, 310, 385, 19001, 25257, 368, 24795, 278, 2743, 1544, 373, 263, 16051, 368, 8688, 5067, 29889, 1205, 363, 1554, 408, 10676, 408, 263, 8287, 4695, 29899, 9894, 488, 6655, 29892, 1102, 4101, 7829, 393, 278, 7037, 363, 5199, 1059, 508, 29892, 322, 881, 29892, 367, 1380, 335, 630, 1549, 17097, 9437, 24024, 3163, 29889, 13, 13, 30015, 3492, 864, 263, 1788, 393, 15303, 363, 278, 2114, 393, 18462, 1122, 367, 8709, 29891, 470, 2562, 2222, 29892, 470, 385, 5067, 1122, 451, 367, 278, 1556, 1404, 29899, 18326, 368, 29892, 322, 3447, 372, 599, 1736, 8763, 3995, 1102, 4101, 1497, 29889, 1346, 4806, 505, 1900, 23274, 363, 766, 1901, 25913, 363, 5613, 766, 1901, 29879, 29892, 363, 15115, 1608, 4959, 29889, 1334, 925, 1016, 30010, 29873, 505, 372, 363, 445, 3178, 13, 13, 2951, 15050, 4515, 3250, 29892, 1102, 4101, 1497, 540, 750, 9973, 287, 263, 9008, 1246, 411, 24921, 515, 278, 14879, 22365, 800, 11444, 29892, 278, 15089, 14045, 14223, 10317, 29892, 278, 22901, 12841, 29892, 322, 916, 8018, 946, 15942, 304, 3211, 278, 22435, 391, 3819, 29889, 13, 13, 30015, 4806, 1348, 372, 881, 367, 2309, 13332, 6703, 29892, 541, 306, 1016, 30010, 29873, 1073, 393, 363, 1854, 3447, 3995, 540, 5429, 1634, 272, 2153, 29892, 24232, 393, 278, 8494, 6490, 7306, 338, 304, 25554, 1346, 29874, 17097, 4307, 304, 10127, 263, 6890, 393, 5922, 508, 671, 3178, 13, 13, 1576, 982, 6813, 30010, 29879, 3052, 488, 29899, 12888, 1788, 1751, 1078, 338, 5220, 1166, 635, 1422, 515, 920, 18363, 526, 6655, 287, 304, 1556, 916, 6635, 579, 19783, 267, 29892, 746, 1887, 21142, 4049, 22592, 278, 1900, 2472, 29889, 5806, 5922, 322, 14368, 526, 18973, 14040, 363, 6655, 292, 14175, 2638, 550, 310, 385, 527, 1195, 296, 5337, 29892, 896, 10225, 278, 11509, 304, 6459, 322, 5702, 23235, 3052, 5475, 29889, 13, 13, 797, 278, 6923, 322, 6233, 1156, 263, 6826, 29892, 4902, 310, 278, 28469, 723, 505, 304, 3209, 6332, 1549, 9008, 5717, 515, 278, 22901, 12841, 304, 360, 14851, 29889, 3645, 727, 29892, 24921, 472, 278, 14879, 27718, 14703, 15057, 29353, 723, 3638, 278, 9177, 304, 472, 29899, 3780, 29895, 5922, 322, 1887, 1907, 29892, 5069, 1914, 6655, 6757, 723, 871, 769, 6709, 964, 2834, 29889, 13, 13, 7058, 9704, 310, 3269, 362, 471, 766, 14214, 373, 24211, 29889, 1205, 4699, 3439, 11869, 29892, 263, 4642, 7336, 19647, 297, 278, 501, 29889, 29903, 29889, 13166, 1058, 6350, 278, 383, 4174, 30010, 29879, 5236, 14795, 3305, 322, 15089, 14045, 14223, 18903, 515, 3979, 29871, 29906, 29900, 29896, 29941, 304, 5490, 29871, 29906, 29900, 29896, 29955, 29892, 1497, 17097, 13332, 362, 881, 16508, 304, 766, 29885, 424, 280, 393, 714, 9715, 1889, 19148, 29889, 13, 13, 30015, 7058, 30010, 29879, 263, 29871, 29896, 29929, 29945, 29900, 29879, 2924, 310, 3829, 3995, 3439, 11869, 1497, 29892, 1852, 26420, 393, 4933, 29899, 517, 29899, 23523, 12084, 15483, 881, 367, 3667, 1891, 304, 27399, 11755, 931, 322, 5700, 1623, 373, 5199, 1059, 29889, 13, 13, 6716, 982, 304, 437, 393, 1033, 367, 363, 278, 383, 4174, 304, 1653, 29892, 472, 278, 5305, 310, 11559, 29892, 263, 5412, 26677, 29899, 12888, 7663, 363, 8287, 4695, 29899, 9894, 488, 12455, 1446, 29889, 1346, 7058, 723, 769, 9801, 393, 278, 4933, 3161, 310, 445, 1788, 1033, 367, 4240, 2820, 393, 12474, 20968, 3995, 3439, 11869, 1497, 29889, 13, 13, 6246, 393, 1603, 7656, 30010, 29873, 4505, 278, 1108, 9186, 29889, 1346, 1576, 4933, 29899, 517, 29899, 23523, 8424, 310, 393, 29892, 577, 372, 1033, 367, 2289, 5407, 29892, 723, 1996, 360, 14851, 322, 518, 3206, 1947, 10317, 29962, 715, 3774, 292, 3620, 393, 723, 367, 8724, 278, 21142, 310, 278, 383, 4174, 3995, 3439, 11869, 1497, 29889, 13, 13, 8942, 11869, 18425, 1095, 943, 287, 1102, 4101, 30010, 29879, 3814, 363, 263, 9090, 17097, 3052, 488, 29899, 12888, 6890, 393, 5922, 322, 1887, 1907, 508, 1101, 29889, 1346, 8439, 30010, 29879, 975, 29871, 29896, 29892, 29900, 29900, 29900, 6655, 3978, 4097, 472, 278, 2106, 322, 1887, 3233, 29892, 322, 306, 723, 1827, 5320, 29892, 4832, 29892, 9881, 9691, 943, 363, 278, 1404, 29899, 13248, 6757, 3995, 540, 1497, 29889, 13, 13, 797, 263, 21000, 304, 11157, 24233, 362, 29892, 360, 14851, 4846, 2106, 4095, 1860, 7300, 454, 809, 388, 304, 2874, 1009, 1914, 3052, 488, 29899, 12888, 19510, 29889, 1205, 3439, 11869, 1497, 393, 10608, 756, 9436, 2041, 411, 263, 3438, 29889, 13, 13, 30015, 7058, 19262, 338, 2691, 363, 12519, 1048, 3974, 29892, 12519, 1048, 263, 260, 11445, 4479, 6421, 297, 3995, 3439, 11869, 1497, 29889, 1346, 6246, 8287, 4695, 29899, 9894, 488, 18116, 12722, 304, 367, 13747, 29892, 23279, 29892, 11592, 30003, 18103, 591, 1016, 30010, 29873, 864, 372, 5094, 495, 1131, 547, 287, 30003, 562, 2124, 278, 4152, 4234, 3178, 13, 13, 5612, 803, 550, 2833, 337, 1547, 573, 304, 1102, 4101, 30010, 29879, 3814, 363, 3052, 488, 29899, 12888, 13332, 362, 29889, 1102, 4101, 1497, 540, 13900, 304, 14944, 670, 11118, 1549, 278, 18148, 422, 15667, 12930, 29892, 607, 338, 10329, 2859, 491, 21178, 2259, 498, 1540, 29889, 19769, 9143, 29892, 263, 498, 1540, 805, 23195, 1171, 29892, 5429, 3086, 8237, 393, 278, 28942, 1346, 275, 13858, 9973, 292, 263, 2989, 21118, 22514, 607, 723, 1371, 1871, 13332, 1230, 14231, 3178, 13, 13, 29950, 1709, 8063, 550, 526, 4340, 3412, 1135, 1009, 18148, 6795, 20895, 29892, 411, 13900, 304, 4808, 385, 24836, 322, 422, 15667, 22514, 373, 26901, 29875, 30010, 29879, 2089, 3052, 488, 6655, 297, 278, 6421, 11405, 29889, 1551, 15050, 4515, 3250, 29892, 21118, 28942, 12051, 5260, 1145, 1497, 540, 723, 367, 1346, 29882, 14862, 304, 664, 30024, 411, 1102, 4101, 373, 13332, 362, 29892, 565, 4312, 29889, 1346, 4806, 925, 7359, 30010, 29873, 2355, 964, 278, 591, 5779, 373, 372, 3995, 5260, 1145, 1497, 29889, 13, 13, 2887, 1472, 408, 4307, 29885, 21079, 508, 664, 714, 5626, 18830, 21118, 322, 946, 3819, 24894, 29467, 29892, 3439, 11869, 1497, 278, 521, 2925, 363, 289, 27494, 21603, 2304, 526, 1880, 29889, 1205, 380, 1296, 8948, 414, 515, 15089, 14045, 14223, 322, 278, 22901, 12841, 30003, 294, 1532, 408, 278, 378, 11476, 284, 844, 5388, 267, 393, 975, 4149, 963, 30003, 14043, 884, 817, 304, 591, 1141, 297, 29889, 1126, 3439, 11869, 6365, 2722, 1906, 946, 15942, 1122, 367, 658, 493, 304, 2125, 23134, 363, 825, 30010, 29879, 17644, 24774, 408, 263, 2106, 29899, 5563, 10171, 29889, 13, 13, 30015, 3112, 30010, 29879, 263, 4922, 289, 27494, 21603, 2228, 29892, 408, 1472, 408, 591, 1016, 30010, 29873, 1235, 278, 5164, 658, 1327, 583, 322, 278, 13888, 1546, 946, 15942, 639, 1765, 322, 19998, 21749, 1082, 278, 8494, 6490, 21957, 3995, 3439, 11869, 1497, 29889, 13, 13, 29908, 13985, 901, 5619, 8063, 550, 505, 8772, 278, 766, 23367, 5697, 654, 304, 4889, 18952, 373, 5198, 16783, 29892, 19998, 10124, 1644, 2021, 29879, 925, 1023, 1804, 3698, 3273, 310, 2551, 29889, 830, 567, 29889, 4335, 830, 287, 313, 29934, 29899, 29940, 29889, 29979, 1846, 322, 15733, 22963, 5031, 9131, 313, 29934, 29899, 11868, 1846, 8794, 278, 766, 23367, 5697, 654, 498, 1295, 3250, 1434, 278, 5619, 2175, 4726, 363, 278, 19722, 8373, 337, 985, 29889, 960, 599, 14189, 1446, 1095, 272, 344, 278, 5697, 654, 29892, 925, 1023, 901, 402, 4590, 1804, 3698, 723, 367, 4312, 304, 6159, 278, 15709, 1353, 310, 29871, 29906, 29896, 29947, 1213, 13, 13, 4435, 29901, 13, 13, 3738, 19386, 3895, 390, 29965, 1799, 29902, 2190, 17900, 3904, 3210, 1001, 13, 13, 12165, 5286, 4097, 17434, 15435, 4080, 310, 26417, 713, 5593, 1915, 261, 373, 12710, 13, 13, 29941, 6199, 8020, 13, 13, 28350, 360, 2544, 29909, 6227, 29903, 13, 13, 29908, 29909, 3052, 488, 393, 6296, 1623, 26417, 423, 29718, 2379, 523, 29871, 29896, 29955, 297, 18632, 23961, 297, 29871, 29906, 29900, 29896, 29946, 471, 17285, 515, 263, 6826, 261, 23329, 304, 12710, 29915, 29879, 29871, 29945, 29941, 5499, 9418, 29899, 1466, 17293, 3052, 488, 16724, 1943, 29892, 7405, 4097, 1497, 498, 1295, 3250, 29889, 450, 7475, 13561, 338, 278, 937, 931, 278, 7405, 1230, 3815, 756, 15659, 263, 2702, 8542, 310, 278, 10637, 9121, 408, 10075, 1641, 9701, 297, 278, 21283, 29889, 12710, 756, 28424, 17935, 5297, 29841, 297, 278, 15134, 1213, 13, 13, 4435, 29901, 13, 13, 4690, 21661, 2672, 4945, 29963, 8673, 7811, 16507, 2190, 29940, 3352, 15842, 435, 3904, 29923, 13, 13, 29950, 1709, 402, 4590, 2811, 1281, 2199, 1570, 4124, 7406, 297, 2233, 16929, 1019, 915, 13, 13, 29941, 6199, 8020, 13, 13, 28350, 365, 3040, 1254, 13, 13, 29908, 29950, 1709, 8063, 550, 526, 10223, 292, 304, 7512, 278, 937, 1006, 7406, 297, 975, 3023, 7378, 297, 1009, 22522, 964, 278, 383, 12809, 30010, 29879, 11415, 310, 278, 2233, 16929, 4876, 410, 915, 29889, 319, 14002, 22522, 1065, 491, 278, 8660, 1654, 653, 322, 438, 874, 523, 1876, 5388, 267, 756, 731, 2211, 16277, 1006, 7406, 363, 5306, 29892, 3704, 28523, 2592, 515, 6682, 8289, 342, 481, 29892, 278, 20255, 8881, 310, 278, 383, 12809, 30010, 29879, 6795, 524, 28286, 8542, 29892, 322, 5765, 14808, 6740, 29892, 278, 4642, 2343, 310, 278, 383, 12809, 30010, 29879, 4797, 6993, 8542, 1213, 13, 13, 4435, 29901, 13, 13, 1177, 6418, 1430, 365, 2544, 4945, 7495, 476, 7833, 435, 20614, 8291, 13, 13, 2308, 3427, 1815, 29883, 1379, 4644, 19109, 6991, 2415, 13, 13, 29945, 6199, 8020, 13, 13, 28350, 365, 3040, 1254, 13, 13, 29954, 19453, 8079, 382, 22530, 399, 24071, 12354, 3725, 16320, 3040, 22986, 2544, 4214, 13, 13, 29933, 2546, 29888, 886, 472, 8037, 5619, 2811, 2567, 1522, 350, 27494, 21603, 13, 13, 29955, 6199, 8020, 13, 13, 28350, 365, 3040, 1254, 13, 13, 29908, 1576, 8037, 5619, 16725, 15050, 4515, 3250, 372, 338, 18987, 363, 263, 289, 27494, 21603, 2318, 310, 5619, 322, 18148, 20251, 29892, 2998, 408, 278, 525, 29954, 574, 310, 29871, 29947, 5501, 304, 7150, 263, 10712, 29899, 1990, 2164, 21082, 11473, 292, 373, 278, 383, 12809, 29915, 29879, 22522, 964, 10637, 1612, 29881, 1847, 29892, 18764, 292, 13900, 304, 19060, 14189, 1446, 19148, 29889, 16417, 10130, 937, 8967, 278, 13900, 304, 4808, 263, 5004, 11473, 292, 363, 14189, 1446, 29892, 7537, 292, 2999, 17517, 322, 378, 11476, 284, 8974, 29889, 5806, 4902, 310, 278, 289, 27494, 21603, 11781, 526, 1603, 1641, 3796, 714, 29892, 263, 21178, 29899, 6194, 11473, 292, 674, 748, 373, 408, 21467, 498, 1295, 3250, 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 ]
Tag: Eloy Casados Original US release date: December 5, 2008 Production budget: $25,000,000 Worldwide gross: $27,426,335 There are timely films and then there are films that are before their time. Ron Howard is probably seen by most as a director who frequently makes good or very good films and occasionally makes a great one. Most recently, a lot... Continue Reading →
[ 1, 10522, 29901, 382, 2376, 6960, 2255, 13, 13, 26036, 3148, 6507, 2635, 29901, 5846, 29871, 29945, 29892, 29871, 29906, 29900, 29900, 29947, 19561, 23562, 29901, 395, 29906, 29945, 29892, 29900, 29900, 29900, 29892, 29900, 29900, 29900, 2787, 8157, 22683, 29901, 395, 29906, 29955, 29892, 29946, 29906, 29953, 29892, 29941, 29941, 29945, 1670, 526, 5335, 873, 12298, 322, 769, 727, 526, 12298, 393, 526, 1434, 1009, 931, 29889, 11546, 17430, 338, 3117, 3595, 491, 1556, 408, 263, 8881, 1058, 13672, 3732, 1781, 470, 1407, 1781, 12298, 322, 23025, 3732, 263, 2107, 697, 29889, 7849, 10325, 29892, 263, 3287, 856, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 summaries of the Colorado Court of Appeals published opinions constitute no part of the opinion of the division but have been prepared by the division for the convenience of the reader. The summaries may not be cited or relied upon as they are not the official language of the division. Any discrepancy between the language in the summary and in the opinion should be resolved in favor of the language in the opinion. SUMMARY February 8, 2018 2018COA12 No. 14CA0144, People v. Trujillo — Criminal Law — Sentencing — Probation — Indeterminate Sentence A division of the court of appeals considers whether a Colorado statute authorizes imposition of a sentence to an indeterminate term of probation and whether the defendant was entitled to the benefit of amendments to the statute criminalizing theft. Relying on People v. Jenkins, 2013 COA 76, 305 P.3d 420, the division concludes that section 18-1.3-202(1), C.R.S. 2017, provides statutory authority for the imposition of an indeterminate probation sentence. Following People v. Stellabotte, 2016 COA 106, ___ P.3d ___ (cert. granted Feb. 6, 2017), the majority further concludes that the defendant is entitled to the benefit of amendments to the theft statute. The partial dissent concludes that the amendments to the theft statute do not apply retroactively, and would therefore affirm the sentence in full. Additionally, the division rejects the defendant’s contentions that reversal is required due to the trial court’s rejection of defense-tendered jury instructions, wrongfully admitted character evidence, and prosecutorial misconduct. However, the division remands for the trial court to make findings of fact concerning the assessment of the costs of prosecution. Accordingly, the division affirms the conviction, affirms the sentence in part, vacates the sentence in part, and remands the case with directions. COLORADO COURT OF APPEALS 2018COA12 Court of Appeals No. 14CA0144 Mesa County District Court No. 11CR447 Honorable Valerie J. Robison, Judge The People of the State of Colorado, Plaintiff-Appellee, v. Michael Floyd Trujillo, Defendant-Appellant. JUDGMENT AFFIRMED, SENTENCE AFFIRMED IN PART AND VACATED IN PART, AND CASE REMANDED WITH DIRECTIONS Division I Opinion by JUDGE TAUBMAN Richman, J., concurs Furman, J., concurs in part and dissents in part Announced February 8, 2018 Cynthia H. Coffman, Attorney General, Joseph G. Michaels, Assistant Attorney General, Denver, Colorado, for Plaintiff-Appellee Douglas K. Wilson, Colorado State Public Defender, James S. Hardy, Deputy State Public Defender, Denver, Colorado, for Defendant-Appellant ¶1 Defendant, Michael Floyd Trujillo, appeals his judgment of conviction entered on a jury verdict finding him guilty of one count of theft of more than $20,000 and one count of criminal mischief of $20,000 or more. He also appeals his sentence. We perceive no basis for reversing his convictions, but remand for the trial court to make findings of fact regarding the assessment of the costs of prosecution and to reclassify his theft conviction as a class 4 felony. I. Background ¶2 In 2007, Trujillo began building a home, doing much of the labor himself and initially using his own money to fund the project. He later took out a construction loan from the victim, a bank, for just under $255,000. After construction was completed on the house, Trujillo stopped making his monthly loan payments. The bank declined to restructure the loan and initiated foreclosure proceedings in September 2010. ¶3 Before the foreclosure sale, Trujillo removed or destroyed property in the house, including kitchen cabinets, countertops, interior and exterior doors, doorjambs and casings, flooring, baseboards, light fixtures, bathroom fixtures, the fireplace, handrails, the boiler, the air conditioner, and the garage door. 1 Because of this damage, the house was appraised at $150,000; however, the appraiser estimated that if the house were in good repair, it would have been worth $320,000. ¶4 Trujillo was charged with defrauding a secured creditor, theft of $20,000 or more, but less than $100,000, and criminal mischief of $20,000 or more, but less than $100,000. The jury found him not guilty of defrauding a secured creditor and guilty of theft and criminal mischief. ¶5 On appeal, Trujillo raises six contentions: (1) the trial court erred in rejecting defense-tendered jury instructions; (2) the trial court erred in allowing evidence of a prior foreclosure against Trujillo; (3) prosecutorial misconduct during direct examination of a witness and closing rebuttal argument warrants reversal; (4) the trial court imposed an illegal sentence of indeterminate probation; (5) the trial court erred in awarding the People costs of prosecution; and (6) an amendment to the theft statute applies to his conviction. We perceive no basis for reversal with respect to the first four contentions, but agree with Trujillo’s final two contentions. We therefore affirm the convictions and the sentence in part but vacate the sentence in part and remand with directions. 2 II. Jury Instructions ¶6 Trujillo asserts that the trial court erred in rejecting various jury instructions regarding his theory of the case. We disagree. A. Additional Facts ¶7 Throughout trial, the defense’s theory of the case was that Trujillo lacked the requisite intent to commit the charged offenses because he believed that the property he removed from the house belonged to him. The defense tendered five jury instructions related to this theory of the case. ¶8 Trujillo’s tendered jury instructions detailed property law concepts. For example, the first tendered instruction stated that “the person who has title to real property is still the owner of the property even if there is a lien or secured interest on the property.” Another tendered instruction defined “title,” “deed of trust,” and “holder of a certificate of purchase[].” One instruction described the lien theory detailed in section 38-35-117, C.R.S. 2017, and another instructed that title to property “does not vest with the purchaser until eight days after [a] foreclosure sale.” ¶9 The trial court declined to give these instructions as tendered. However, portions of the defense-tendered instructions were 3 included in a final definitional jury instruction. The final instructions defined “deed of trust” and stated that the title to property is transferred to the holder of the certificate of purchase eight days after a foreclosure sale. Though it rejected other portions of the defense-tendered instructions, the trial court permitted defense counsel to argue the issues raised in the instructions during closing argument. ¶ 10 The defense also tendered an instruction which the trial court modified and gave as a theory of the case instruction. That instruction stated, “Trujillo contends that the items removed from the home . . . were his; purchased by him and installed by him. . . . Trujillo conten[d]s that the items that he took and damaged were his sole property.” B. Standard of Review ¶ 11 We review jury instructions de novo to determine whether, as a whole, they accurately informed the jury of the governing law. Riley v. People, 266 P.3d 1089, 1092-93 (Colo. 2011). If the jury instructions properly inform the jury of the law, the district court has “broad discretion to determine the form and style of jury instructions.” Day v. Johnson, 255 P.3d 1064, 1067 (Colo. 2011). 4 Accordingly, we review a trial court’s decision concerning a proposed jury instruction for an abuse of discretion and will not disturb the ruling unless it is manifestly arbitrary, unreasonable, or unfair. Id. ¶ 12 When a defendant objects to the trial court’s ruling on a jury instruction, we review for nonconstitutional harmless error and will thus affirm if “there is not a reasonable probability that the error contributed to the defendant’s conviction.” People v. Garcia, 28 P.3d 340, 344 (Colo. 2001) (quoting Salcedo v. People, 999 P.2d 833, 841 (Colo. 2000)). C. Applicable Law ¶ 13 “[A]n instruction embodying a defendant’s theory of the case must be given by the trial court if the record contains any evidence to support the theory.” People v. Nunez, 841 P.2d 261, 264 (Colo. 1992). Moreover, a trial court has “an affirmative obligation” to work with counsel to correct a tendered theory of the case instruction “or to incorporate the substance of such in an instruction drafted by the court.” Id. at 265; see also People v. Tippett, 733 P.2d 1183, 1195 (Colo. 1987) (a trial court may refuse to give an instruction already embodied in other instructions). 5 ¶ 14 In considering whether a jury was adequately informed of a defendant’s theory of the case, a reviewing court can take into account whether defense counsel’s closing argument “fairly represented” the theory to the jury. People v. Dore, 997 P.2d 1214, 1222 (Colo. App. 1999). D. Analysis ¶ 15 Trujillo contends that the trial court abused its discretion in rejecting the tendered instructions. We disagree. ¶ 16 Trujillo asserts that the tendered instructions were essential because they communicated his theory of the case. However, the trial court instructed the jury on his theory of the case in an instruction that clearly stated that he believed the property he took from the house was “his sole property.” To the extent that the trial court had a duty to work with the defense in crafting a proper theory of defense instruction, we conclude that the trial court fulfilled that duty here by giving an alternative theory of the case instruction that encompassed Trujillo’s tendered instructions. See Nunez, 841 P.2d at 265 n.9. Moreover, the trial court specifically stated that defense counsel would be allowed to incorporate the 6 property law concepts into her closing argument, which defense counsel did. ¶ 17 Trujillo asserts that the instructions he tendered were accurate statements of property law. In contrast, the People argue that the instructions misstated the law as it applies in criminal prosecutions for theft and criminal mischief. Because we conclude that the trial court did not abuse its discretion in drafting a theory of defense instruction that encompassed the defense’s tendered instructions, we do not address whether the rejected instructions were accurate statements of the law. ¶ 18 The jury instructions, as a whole, “fairly and adequately cover[ed] the issues presented.” People v. Pahl, 169 P.3d 169, 183 (Colo. App. 2006). Thus, we conclude that the trial court did not abuse its discretion in rejecting in part the defense-tendered jury instructions. III. Evidence of Prior Foreclosure ¶ 19 Trujillo next asserts that the trial court erred in allowing the People to introduce evidence that another property of his had been foreclosed. We disagree. 7 A. Additional Facts ¶ 20 Before trial, Trujillo filed a motion to exclude evidence of other acts or res gestae evidence. Trujillo’s motion addressed several categories of other acts evidence, including evidence related to any “financial and/or legal problems” unrelated to the charged offenses. During a motions hearing, the People stated that they did not intend to introduce any other acts or res gestae evidence. In a written ruling, the trial court granted Trujillo’s motion to exclude evidence of his unrelated financial and legal problems “unless the prosecution fe[lt] that the ‘door ha[d] been opened.’” The trial court further ordered that, if the People felt Trujillo introduced evidence of his other financial and legal problems, the People could request a bench conference during trial. ¶ 21 On the first day of trial, defense counsel stated that she was withdrawing her motion to exclude other acts evidence insofar as it pertained to evidence of Trujillo’s bankruptcy proceedings. During her opening statement, defense counsel then mentioned those proceedings. ¶ 22 Later, the People called the bank’s former vice president as an expert witness. During direct examination, the prosecutor asked 8 the witness why the bank had declined to restructure Trujillo’s loan. The prosecutor also asked about Trujillo’s demeanor during interactions with the bank. Trujillo objected. After a bench conference, the trial court allowed the witness to testify on both matters. ¶ 23 Specifically, the witness testified that, during a conversation about restructuring the loan, Trujillo “seemed like he was very upset.” The witness recalled, “He got into [that] he had a piece of property that [another bank] had foreclosed on and it sounded like they had sold it for what [Trujillo] believed was a lot less, leaving him a large deficiency balance.” ¶ 24 During closing argument, the People alluded to the witness’s testimony and referred several times to Trujillo’s general animosity against banks. B. Standard of Review ¶ 25 We review a trial court’s decision to admit other acts or res gestae evidence for an abuse of discretion. People v. Jimenez, 217 P.3d 841, 846 (Colo. App. 2008). A court abuses its discretion if its decision to admit such evidence is manifestly arbitrary, unreasonable, or unfair. Id. 9 ¶ 26 We review a preserved claim of nonconstitutional error for harmless error, reversing only if any error “substantially influenced the verdict or affected the fairness of the trial proceedings.” Hagos v. People, 2012 CO 63, ¶ 12, 288 P.3d 116, 119 (quoting Tevlin v. People, 715 P.2d 338, 342 (Colo. 1986)). C. Applicable Law ¶ 27 Evidence is relevant if it has “any tendency to make the existence of any fact that is of consequence to the determination of the action more probable or less probable than it would be without the evidence.” CRE 401. Generally speaking, “[t]he Colorado Rules of Evidence strongly favor the admission of relevant evidence.” People v. Brown, 2014 COA 155M-2, ¶ 22, 360 P.3d 167, 172. However, relevant evidence is nevertheless inadmissible when “its probative value is substantially outweighed by the danger of unfair prejudice, confusion of the issues, or misleading the jury.” CRE 403. Similarly, evidence of “other crimes, wrongs, or acts” is inadmissible to prove a person’s character “in order to show that he acted in conformity therewith,” though it may be admissible for other purposes, including proving intent. CRE 404(b). 10 ¶ 28 “Res gestae is a theory of relevance which recognizes that certain evidence is relevant because of its unique relationship to the charged crime.” People v. Greenlee, 200 P.3d 363, 368 (Colo. 2009). However, “there is no need to consider an alternative theory of relevance, such as res gestae, where the evidence is admissible under general rules of relevancy.” Id. D. Analysis ¶ 29 Trujillo contends that the evidence of the prior foreclosure action portrayed him as a “serial defaulter” and was impermissible under CRE 404(b) and 403. The People assert that the evidence was admissible as “directly relevant” to Trujillo’s intent and motive. In the alternative, the People argue that the evidence was res gestae evidence. We agree with the People’s first argument that the evidence was admissible under CRE 401, and was not barred by CRE 403.1 1 During the bench conference, the trial court allowed the bank’s former vice president to testify after conducting an abbreviated CRE 404(b) analysis that did not specifically address the four-factor test set forth in People v. Spoto, 795 P.2d 1314, 1318 (Colo. 1990). The trial court did not admit the evidence under the res gestae doctrine. However, we can affirm a trial court’s evidentiary ruling on any ground supported by the record, “even if that ground was not 11 ¶ 30 The evidence of the prior foreclosure was probative of the interactions between Trujillo and the bank — it made it more probable that Trujillo had the requisite intent to commit theft. It was therefore relevant under CRE 401. Further, the risk of unfair prejudice did not substantially outweigh the probative value of the evidence, especially where the prior foreclosure was referenced only in passing and the details of that foreclosure were not revealed. Thus, the evidence was not barred by CRE 403. ¶ 31 Because we conclude that the evidence of the prior foreclosure was relevant under CRE 401 and admissible under CRE 403, we need not address whether the evidence was res gestae evidence or “other acts” evidence under CRE 404(b). See Greenlee, 200 P.3d at 368-69. Accordingly, we conclude that the trial court did not err in allowing the testimony concerning the prior foreclosure action. IV. Prosecutorial Misconduct ¶ 32 Trujillo argues that the prosecutor improperly commented on the district attorney’s screening process for bringing charges and articulated or considered by the trial court.” People v. Phillips, 2012 COA 176, ¶ 63, 315 P.3d 136, 153. 12 Trujillo’s right not to testify, and improperly denigrated defense counsel. We perceive no basis for reversal. A. Additional Facts ¶ 33 During redirect examination of one of the People’s expert witnesses, an attorney who worked at the bank, the prosecutor asked whether the bank played a role in charging Trujillo. The prosecutor asked if the witness himself made the decision to file a criminal case, to which the witness replied, “No.” The prosecutor then asked, “[W]ho is it, according to your understanding, that makes those decisions on whether a case gets filed criminally?” The witness responded, “A complaint’s made to a police department or sheriff’s department and they make that decision in conjunction with I believe you.” The prosecutor clarified that “you” meant the district attorney’s office. The defense did not object. ¶ 34 During rebuttal closing argument, the prosecutor said, Did you hear all that? [Defense counsel]’s talking about all of this stuff, about what Trujillo’s intent was. And then did you hear her towards the end what she did? She says, and correct – this part was correct of what she said. My job is to prove intent, right. That is my burden. And she’s absolutely right. The Defendant has every right to remain silent, 13 and he exercised that right and that is something that you cannot use against him. But it is completely ridiculous for [defense counsel] to get up here and say that [Trujillo] didn’t testify to what his intent was and then to go on and talk about what his intent actually was. We don’t know what his intent was because he never testified to that, which he has every right to do. But did you hear her? She’s up here saying his intent was this. ¶ 35 Trujillo objected on the basis that the prosecutor was denigrating defense counsel. The trial court sustained the objection as to the prosecutor’s tone, but overruled it as to content. The prosecutor then argued, “[I]f you go out and run somebody over and – and think that you had the right to do that, is that gonna be a legitimate defense by saying, well, I thought I could do that. I didn’t – nobody ever told me. Nobody put it in writing. When I bought my car, in the instruction manual, nothing said that about that. That’s preposterous.” Trujillo did not renew his objection. B. Standard of Review ¶ 36 In reviewing alleged prosecutorial misconduct, an appellate court engages in a two-step analysis. First, we determine whether the prosecutor’s conduct was improper based on the totality of the circumstances. Wend v. People, 235 P.3d 1089, 1096 (Colo. 2010). 14 Second, we determine whether any misconduct warrants reversal under the proper standard of review. Id. ¶ 37 When the alleged misconduct is objected to at trial and is of constitutional magnitude, we review for constitutional harmless error. Id. When the alleged misconduct is not of a constitutional magnitude, and when the defense objected at trial, we subject the prosecutorial misconduct to harmless error review. Id. at 1097. Such prosecutorial misconduct will be considered harmless “whenever there is no reasonable probability that it contributed to the defendant’s conviction.” Crider v. People, 186 P.3d 39, 42 (Colo. 2008). When the defense did not object to the misconduct, we review for plain error. Wend, 235 P.3d at 1097-98. C. Applicable Law ¶ 38 A prosecutor cannot comment on a “screening process” for charging cases “because it both hints that additional evidence supporting guilt exists and reveals the personal opinion of the prosecutor.” Domingo-Gomez v. People, 125 P.3d 1043, 1052 (Colo. 2005). It is also improper for a prosecutor to make remarks “for the obvious purpose of denigrating defense counsel.” People v. Jones, 832 P.2d 1036, 1038 (Colo. App. 1991). It is similarly improper for 15 a prosecutor to comment on a defendant’s decision not to testify. Griffin v. California, 380 U.S. 609, 614 (1965); see also People v. Martinez, 652 P.2d 174, 177 (Colo. App. 1981) (noting that a prosecutor’s comment on a defendant’s silence constitutes reversible error when “the prosecution argued that such silence constituted an implied admission of guilt”). ¶ 39 Nevertheless, “[a] prosecutor is allowed considerable latitude in responding to the argument made by opposing counsel.” People v. Ramirez, 997 P.2d 1200, 1211 (Colo. App. 1999), aff’d, 43 P.3d 611 (Colo. 2001). Further, “[a]lthough it is improper for a prosecutor to assert that opposing counsel knows that the accused’s case is not meritorious,” the prosecutor may permissibly argue “that the evidence in support of defendant’s innocence lacked substance.” Id. at 1211; see also People v. Samson, 2012 COA 167, ¶ 31, 302 P.3d 311, 317 (stating that a prosecutor may permissibly “comment on the absence of evidence to support a defendant’s contentions”). ¶ 40 Appellate courts consider several factors in determining whether prosecutorial misconduct was prejudicial, including the nature of the error, the pervasiveness of the misconduct, the 16 context, and the overall strength of the evidence supporting the conviction. People v. McBride, 228 P.3d 216, 225 (Colo. App. 2009); see also Crider, 186 P.3d at 43. For example, a reviewing court may consider whether proper jury instructions mitigated the prejudicial effect of prosecutorial misconduct. See People v. Castillo, 2014 COA 140M, ¶ 78, ___ P.3d ___, ___ (concluding prosecutor’s misstatements were harmless in light of instructions from the trial court and the defense’s closing argument) (cert. granted in part Nov. 23, 2015). D. Analysis ¶ 41 Trujillo contends that three instances of prosecutorial misconduct require reversal. We disagree. ¶ 42 Trujillo first contends that the prosecutor improperly referred to a screening process while examining the expert witness. We perceive no prosecutorial misconduct. The prosecutor here did not imply that he had engaged in a screening process to “weed out the weaker cases and, implicitly, that the State d[id] not consider this a weak case.” Domingo-Gomez, 125 P.3d at 1052 (concluding the prosecutor’s comment that “it takes a lot more than somebody saying that person did it” to bring charges was improper). Rather, 17 the prosecutor clarified that the bank did not bring criminal charges and that the witness himself did not stand to gain as a result of Trujillo’s conviction. The People assert, and we agree, that the prosecutor’s question merely elicited testimony to establish that the district attorney’s office was responsible for pursuing the criminal charges against Trujillo. ¶ 43 Second, Trujillo asserts that the prosecutor impermissibly commented on his decision not to testify. We disagree. Even if we assume the comment on Trujillo’s decision not to testify was improper, not every comment on a defendant’s choice not to testify requires reversal. See Martinez, 652 P.2d at 177. “The determining factor is whether the defendant’s silence was used by the prosecution as a means of creating an inference of guilt,” id., and we conclude that the prosecutor’s comments here did not raise such an inference. ¶ 44 Finally, Trujillo contends that the prosecutor impermissibly denigrated defense counsel and the defense’s theory of the case during rebuttal closing argument. We agree that the prosecutor improperly denigrated defense counsel and the defense’s theory of 18 the case when he characterized her arguments as “completely ridiculous” and “preposterous.” ¶ 45 However, we perceive no basis for reversal as a result of these improper remarks. The comments were limited to the People’s rebuttal closing argument. Moreover, significant evidence corroborated the jury’s finding of guilt — specifically, the undisputed evidence that Trujillo had removed an extensive amount of property from the house. Viewing the record as a whole, we cannot say that there was a “reasonable probability” that the prosecutor’s remarks denigrating defense counsel contributed to Trujillo’s convictions. See Crider, 186 P.3d at 42. Thus, we determine the error was harmless. ¶ 46 In sum, though we agree that the prosecutor improperly denigrated defense counsel, we perceive no basis for reversal. V. Indeterminate Probation ¶ 47 Trujillo contends that the trial court did not have the statutory authority to sentence him to indeterminate probation. We disagree. A. Additional Facts ¶ 48 During the sentencing hearing, the People requested that Trujillo be placed on a “long period of probation . . . somewhere in 19 the neighborhood of eight to ten years” because they anticipated that Trujillo would be ordered to pay substantial restitution.2 Trujillo requested unsupervised probation with a collections investigator monitoring his restitution payments. ¶ 49 The trial court imposed an “indefinite probation sentence” because of the substantial restitution that Trujillo was expected to owe. In imposing an indeterminate probation sentence, the trial court stated, “There is case law that talks about whether [indeterminate probation] is something that can or should be imposed and it’s certainly something that is allowed regardless of the type of conviction that has been entered.” ¶ 50 The mittimus states that the sentence imposed was a term of probation for seven years to life. B. Standard of Review ¶ 51 The People contend that we should not consider this claim because a sentence to probation is not ordinarily subject to 2 The trial court ultimately ordered Trujillo to pay $171,421.97 in restitution. Trujillo separately appealed that order, and a division of this court affirmed in part, reversed in part, and remanded for reconsideration. People v. Trujillo, (Colo. App. No. 14CA2486, Oct. 5, 2017) (not published pursuant to C.A.R. 35(e)). 20 appellate review. However, “where, as here, a defendant contends that ‘a court has exceeded its statutory authority’ in imposing a probationary sentence, appellate review is warranted.” People v. Jenkins, 2013 COA 76, ¶ 10, 305 P.3d 420, 423 (quoting People v. Rossman, 140 P.3d 172, 174 (Colo. App. 2006)). ¶ 52 “We review sentencing decisions that are within the statutory range for an abuse of discretion.” People v. Torrez, 2013 COA 37, ¶ 71, 316 P.3d 25, 37. However, where the defendant contends that a court exceeded its statutory sentencing authority, our inquiry involves statutory interpretation. Jenkins, ¶ 12, 305 P.3d at 423. We review such issues of statutory interpretation de novo. Id. C. Applicable Law ¶ 53 Under section 18-1.3-202(1)(a), C.R.S. 2017, a trial court “may grant the defendant probation for such period and upon such terms and conditions as it deems best.” Further, “[t]he length of probation shall be subject to the discretion of the court and may exceed the maximum period of incarceration authorized for the classification of the offense of which the defendant is convicted.” Id. ¶ 54 In Jenkins, a division of this court concluded that section 18- 1.3-202(1) “authorizes a trial court to impose an indeterminate term 21 of probation.” Jenkins, ¶ 38, 305 P.3d at 426. The Jenkins division bolstered its conclusion by looking to the plain language of the statute — which the division noted “contemplate[s] both determinate and indeterminate terms of probation” — and to the provision’s legislative history. Id. at ¶¶ 40, 42, 46, 305 P.3d at 426- 28. Finally, the division noted that section 18-1.3-202(1) “generally pertains to a broad class of cases, and it simply allows a trial court to elect an indeterminate term if it sentences an offender who has been convicted of a felony to probation.” Id. at ¶ 50, 305 P.3d at 428 (upholding probationary sentence of ten years to life); see also People v. Martinez, 844 P.2d 1203, 1206 (Colo. App. 1992) (concluding that a trial court has authority to impose a term of probation that exceeds the sentence to imprisonment in the statutory aggravated range for an offense). D. Analysis ¶ 55 Trujillo asserts that the trial court exceeded its statutory authority in imposing an indeterminate probationary sentence. We disagree. ¶ 56 Like the Jenkins division, we conclude that section 18-1.3- 202(1) gives a trial court the authority to sentence a defendant 22 convicted of a felony to an indefinite probationary period. Trujillo urges that the statute limits a trial court’s authority to impose an indeterminate probation sentence. Under Trujillo’s logic, a sentence to probation for 100 years is permissible, but an indeterminate probation sentence is outside the trial court’s statutory authority. The statute offers no basis for reaching this conclusion. ¶ 57 Trujillo asserts that Jenkins is distinguishable because that case concerned whether a defendant convicted of a sex offense not falling under the supervision scheme of the Colorado Sex Offender Lifetime Supervision Act of 1998 (SOLSA), see §§ 18-1.3-1001 to -1012, C.R.S. 2017, could nevertheless be sentenced to indeterminate probation. Jenkins, ¶ 1, 305 P.3d at 422. Trujillo contends that Jenkins was limited to the particular circumstances of that case, and does not widely apply to all offenses and defendants. However, the Jenkins division made clear that section 18-1.3-202(1) “establishes a general rule as far as the possibility of an indeterminate probationary term for felonies” and “authorizes a trial court to impose an indeterminate term of probation.” Id. at ¶¶ 38, 50, 305 P.3d at 426, 428. In fact, Jenkins explicitly rejected the argument that a sentence of indeterminate probation could be 23 imposed only in sex offense cases subject to SOLSA. Id. at ¶¶ 49- 50, 305 P.3d at 428. Thus, Trujillo’s argument that Jenkins is limited to sex offenses is unavailing. ¶ 58 In sum, we conclude that the trial court did not exceed its statutory authority in imposing the probation sentence here. VI. Costs of Prosecution ¶ 59 Trujillo next asserts that the trial court erred in awarding the full costs of prosecution requested by the People without making a finding on whether any portion of the costs was attributable to the charge on which he was acquitted. We agree. A. Additional Facts ¶ 60 Before sentencing, the People moved for reimbursement of the costs of prosecution pursuant to section 18-1.3-701, C.R.S. 2017. The People requested $768.70. Trujillo opposed the motion on the basis that the People bore responsibility for the costs incurred to prove the defrauding a secured creditor charge, of which Trujillo was acquitted. ¶ 61 During the sentencing hearing, the trial court awarded the requested costs of prosecution, ordering Trujillo to pay $768.70. 24 B. Standard of Review ¶ 62 The trial court, in its discretion, may assess reasonable and necessary costs of prosecution against a convicted defendant. See § 18-1.3-701(2)(j.5). Thus, we review an assessment of costs of prosecution for an abuse of discretion, reversing if the trial court’s determination is manifestly arbitrary, unreasonable, or unfair, People v. Palomo, 272 P.3d 1106, 1110 (Colo. App. 2011), or if the trial court misapplied the law, People v. Jefferson, 2017 CO 35, ¶ 25, 393 P.3d 493, 499. C. Applicable Law ¶ 63 Under section 16-18-101(1), C.R.S. 2017, the state bears the costs of prosecution when a defendant is acquitted. Such costs may include witness fees, mileage, lodging expenses, transportation costs, and other reasonable and necessary costs that directly result from prosecuting the defendant. § 18-1.3-701(2); see also People v. Sinovcic, 2013 COA 38, ¶¶ 15-16, 304 P.3d 1176, 1179. If a defendant is convicted of fewer than all of the charged counts, the court may assess only those costs attributable to the counts for which the defendant was convicted, if an allocation is practicable. Palomo, 272 P.3d at 1112. 25 D. Analysis ¶ 64 Trujillo asserts that the trial court erred in not making a finding as to whether some portion of the requested costs of prosecution were allocable to the acquitted charge. We agree. ¶ 65 As Trujillo concedes, it is possible that the costs cannot be allocated between the charge on which he was acquitted and the two charges on which he was convicted. However, the trial court did not find that such an allocation was impracticable. Because the trial court was required to consider whether some portion of the requested costs was practicably attributable to the acquitted charge, the trial court abused its discretion. See DeBella v. People, 233 P.3d 664, 667 (Colo. 2010) (failure to exercise discretion constitutes an abuse of the court’s discretion). ¶ 66 Accordingly, we vacate the order awarding the People costs of prosecution and remand for the trial court to make appropriate findings of fact and “assess only those costs that are related to the prosecution of the . . . counts of which [Trujillo] was convicted, to the extent an allocation is practicable.” Palomo, 272 P.3d at 1113. 26 VII. Amendment to Theft Statute ¶ 67 Trujillo contends that he should have benefited from an amendment to the theft statute reclassifying theft between $20,000 and $100,000 as a class 4 felony. We agree. A. Additional Facts ¶ 68 The General Assembly amended the theft statute on June 5, 2013. See Ch. 373, sec. 1, § 18-4-401, 2013 Colo. Sess. Laws 2196. Under the amended statute, theft between $20,000 and $100,000 constitutes a class 4 felony. See § 18-4-401(2)(h), C.R.S. 2017. Prior to the amendment, theft over $20,000 constituted a class 3 felony. § 18-4-401(2)(d), C.R.S. 2011. ¶ 69 Trujillo was charged with theft of $20,000 or more in April 2011. He was convicted in October 2013 and sentenced in December 2013. His theft conviction was recorded on the mittimus as a class 3 felony. B. Standard of Review ¶ 70 The People assert that, because Trujillo did not make this argument before the trial court, we should review only for plain error. However, the division in People v. Stellabotte rejected this argument. 2016 COA 106, ¶ 42, ___ P.3d ___, ___ (noting that plain 27 error review was inappropriate because “a defendant may raise a claim at any time that his or her sentence was not authorized by law”) (cert. granted Feb. 6, 2017). Following Stellabotte, we review the legality of the sentence de novo. Id. at ¶ 4, ___ P.3d at ___. C. Applicable Law ¶ 71 In determining whether to apply amendments to legislation, we first look to the plain language of the statute. People v. Summers, 208 P.3d 251, 253-54 (Colo. 2009). If a statute explicitly states that it applies only to offenses committed after the effective date, it must be applied accordingly. See People v. McCoy, 764 P.2d 1171, 1174 (Colo. 1988). ¶ 72 As a general rule, “[a] statute is presumed to be prospective in its operation.” § 2-4-202, C.R.S. 2017. However, if a statute is silent as to whether it applies only prospectively, a defendant may seek retroactive application if he or she benefits from a significant change in the law. § 18-1-410(1)(f)(I), C.R.S. 2017; see also People v. Thornton, 187 Colo. 202, 203, 529 P.2d 628, 628 (1974) (allowing defendant to seek relief on direct appeal under statute). ¶ 73 In Stellabotte, a division of this court concluded that the amendatory theft legislation “applies retroactively to cases pending 28 in the trial court when the amendment was enacted.” Stellabotte, ¶ 45, ___ P.3d at ___; People v. Patton, 2016 COA 187, ¶ 32, ___ P.3d ___, ___; see also People v. Patton, (Colo. App. No. 14CA2359, Aug. 11, 2016) (not published pursuant to C.A.R. 35(e)) (cert. granted Feb. 6, 2017). D. Analysis ¶ 74 Trujillo contends that the amendment to the theft statute requires that we vacate his sentence and remand for the trial court to enter his theft conviction as a class 4 felony. We agree. ¶ 75 As the division noted in Stellabotte, the theft amendment does not explicitly state that it is either retroactive or prospective. Stellabotte, ¶ 45, ___ P.3d at ___. In the face of this legislative silence, the division held that a defendant who committed theft prior to the statutory amendment but was not convicted until after its passage was entitled to the benefit retroactively. See id. at ¶¶ 39, 45, ___ P.3d at ___. The same is true here. ¶ 76 Trujillo was charged with theft before the statute was amended, but was not convicted or sentenced until after the General Assembly lowered the classification for theft between 29 $20,000 and $100,000.3 Thus, like the defendant in Stellabotte, Trujillo is entitled to the benefit of the amendment. As a result, we vacate the sentence for the theft conviction and remand for the conviction to be entered as a class 4 felony. ¶ 77 The partial dissent looks to several statutory provisions in support of its conclusion that Trujillo is not entitled to the benefit of the amendatory legislation. First, the partial dissent cites section 2-4-202, which states the general presumption that statutes apply prospectively. However, as the division noted in Stellabotte, section 18-1-410 is a specific exception to the general rule expressed in section 2-4-202. Stellabotte, ¶ 47 n.4, ___ P.3d at ___ n.4. We agree with that analysis. Thus, the general presumption that statutes apply prospectively does not apply here where Trujillo seeks the benefit of a “significant change in the law, . . . allowing in 3 Trujillo asserts that the theft was between $20,000 and $100,000 based on testimony from trial. The People do not contest the value of the stolen property in this case. We therefore assume that Trujillo’s offense properly fell within the value range set forth in section 18-4-401(2)(h), C.R.S. 2017. 30 the interests of justice retroactive application of the changed legal standard.”4 § 18-1-410(1)(f)(I). ¶ 78 The partial dissent also invokes section 2-4-303, C.R.S. 2017, in support of its conclusion. Section 2-4-303 states: The repeal, revision, amendment, or consolidation of any statute or part of a statute or section or part of a section of any statute shall not have the effect to release, extinguish, alter, modify, or change in whole or in part any penalty, forfeiture, or liability, either civil or criminal, which shall have been incurred under such statute, unless the repealing, revising, amending, or consolidating act so expressly provides. ¶ 79 However, the supreme court has noted that the “general saving” provision codified in this statute is not applicable to criminal cases; instead, the court noted in dictum that it “has 4 The partial dissent also asserts that section 18-1-410(1)(f)(I), C.R.S. 2017, does not provide any relief to Trujillo because that provision requires that “there has been significant change in the law, applied to the [defendant’s] conviction or sentence.” The partial dissent asserts that the phrase “applied to” requires that the legislation expressly state that it applies retroactively. We disagree with that interpretation, and believe that our view finds authority in supreme court case law. See People v. Thomas, 185 Colo. 395, 397, 525 P.2d 1136, 1137 (1974) (noting that “[t]he legislature intended the changed legal standards to apply wherever constitutionally permissible” but making no mention of whether the amendatory legislation reclassifying attempted second degree burglary explicitly stated that it applied retroactively). 31 consistently adhered to the principle . . . that a defendant is entitled to the benefits of amendatory legislation when relief is sought before finality has attached to the judgment of conviction.” Noe v. Dolan, 197 Colo. 32, 36 n.3, 589 P.2d 483, 486 n.3 (1979). ¶ 80 In People v. Boyd, a division of the court of appeals concluded that section 2-4-303 did not prevent the retroactive effect of an amendatory constitutional provision. 2015 COA 109, ¶ 27, 395 P.3d 1128, 1134, aff’d, 2017 CO 2, 387 P.3d 755.5 The division noted the supreme court’s language in Noe. Id. at ¶ 28, 395 P.3d at 1134. To the extent that other supreme court cases included contrary statements, the Boyd division concluded that such statements were dicta and that the supreme court had not overruled or disapproved of either Noe or People v. Thomas, 185 Colo. 395, 398, 525 P.2d 1136, 1138 (1974) (holding that “amendatory legislation mitigating the penalties for crimes should be applied to any case which has not received final judgment”). 5 The supreme court in Boyd affirmed the Court of Appeals decision on different grounds, concluding that the marijuana criminal offense statute had been rendered inoperative by Amendment 64. Neither the majority nor the dissent in Boyd cited section 2-4-303, C.R.S. 2017. 32 Boyd, ¶¶ 29-30, 395 P.3d at 1134-35. Finally, the Boyd division concluded that section 18-1-410(1)(f)(I) controls over section 2-4- 303 because the former sets forth a specific exception to the latter, which codifies a “general rule[] of construction regarding prospective effect for amendatory legislation.” Id. at ¶¶ 31-32, 395 P.3d at 1135. We agree with the Boyd division’s analysis and therefore do not perceive section 2-4-303 as a bar to the relief Trujillo seeks. ¶ 81 In making its statutory arguments, the partial dissent relies on the plain meaning of both section 2-4-303 and section 18-1- 410(1)(f)(I). However, as discussed, the supreme court has not given either provision its plain meaning. Despite express reference in section 2-4-303 to civil and criminal penalties, the supreme court has indicated that the provision does not apply to criminal cases. Noe, 197 Colo. at 36 n.3, 589 P.2d at 486 n.3. Similarly, while section 18-1-410(1)(f)(I) by its express terms applies to defendants seeking postconviction relief, the supreme court has held that the statute also extends to defendants seeking relief on direct appeal. Thornton, 187 Colo. at 203, 529 P.2d at 628. In light of the 33 supreme court’s interpretation of these statutes, we cannot give them the meanings that the partial dissent ascribes to them. ¶ 82 Finally, the partial dissent also relies on Riley v. People, in which the supreme court noted that it has “emphasized that a defendant is not entitled to the ameliorative effects of amendatory legislation if the General Assembly has not clearly indicated its intent to require such retroactive application.” 828 P.2d 254, 258 (Colo. 1992). However, we do not consider this statement to have the controlling effect the partial dissent gives it. In Riley, the defendant committed a crime in April 1988 and sought relief under two sentencing provisions that expressly stated they applied to acts “committed on or after” July 1, 1988. Id. at 255-56. The Riley court held the defendant there was not entitled to relief because applying the statutes retroactively would require the court to ignore the “clear legislative determination” that the amended sentencing provisions would apply only to acts after that date. Id. at 257. ¶ 83 Thus, Riley is readily distinguishable from the present case, where the amendments to the theft statute do not expressly provide an effective date, and the language relied on by the partial dissent is dicta. Accord McCoy, 764 P.2d at 1174 (noting that, where 34 legislation expressly stated it applied to acts committed on or after its effective date, a “defendant does not receive any ameliorative benefit” because “retroactive application of the amendatory legislation is clearly not intended by its own terms”); People v. Macias, 631 P.2d 584, 587 (Colo. 1981) (same). ¶ 84 Thus, we conclude, in accordance with Stellabotte, that Trujillo should receive the benefit of the amendment to the theft statute reclassifying theft between $20,000 and $100,000 as a class 4 felony. See Stellabotte, ¶ 40, ___ P.3d at ___. VIII. Conclusion ¶ 85 Accordingly, the judgment of conviction is affirmed. The sentence is affirmed in part and vacated in part, and the case is remanded for further proceedings consistent with the views expressed in this opinion. JUDGE RICHMAN concurs. JUDGE FURMAN concurs in part and dissents in part. 35 JUDGE FURMAN, concurring in part and dissenting in part. ¶ 86 I respectfully dissent from the majority’s opinion only as to the effect of the 2013 amendments to the theft statute. I conclude that the 2013 amendments to the theft statute do not apply retroactively to Trujillo’s case. I reach this conclusion for several reasons. ¶ 87 First, the General Assembly has made it clear that a “statute is presumed to be prospective in its operation.” § 2-4-202, C.R.S. 2017. The 2013 amendments to the theft statute are silent as to whether they apply prospectively or retroactively. Therefore, I presume that the 2013 amendments are prospective in operation and do not apply to Trujillo’s offense, which occurred before 2013. See id. ¶ 88 Second, an amendment to a criminal statute does not change the penalty for crimes already committed under the statute unless the amendatory legislation expressly provides for such a change. See § 2-4-303, C.R.S. 2017. Section 2-4-303 provides, in relevant part: The . . . amendment . . . of any statute or part of a statute . . . shall not have the effect to release, extinguish, alter, modify, or change in whole or in part any penalty, forfeiture, or liability, either civil or criminal, which shall 36 have been incurred under such statute, unless the . . . amending . . . act so expressly provides, and such statute or part of a statute . . . so . . . amended . . . shall be treated and held as still remaining in force for the purpose of sustaining any and all proper actions, suits, proceedings, and prosecutions, criminal as well as civil, for the enforcement of such penalty, forfeiture, or liability, as well as for the purpose of sustaining any judgment, decree, or order which can or may be rendered, entered, or made in such actions, suits, proceedings, or prosecutions imposing, inflicting, or declaring such penalty, forfeiture, or liability. Because the 2013 amendments to the theft statute do not expressly provide that they apply retroactively, and Trujillo committed his crime before 2013, he is liable for theft as it was defined when he committed the offense. See id. ¶ 89 Third, in Riley v. People, 828 P.2d 254, 258 (Colo. 1992), our supreme court “emphasized that a defendant is not entitled to the ameliorative effects of amendatory legislation if the General Assembly has not clearly indicated its intent to require such retroactive application.” Id. I consider this statement by the supreme court about its own jurisprudence on this issue to be controlling. 37 ¶ 90 Fourth, section 18-1-410(1)(f)(I), C.R.S. 2017, does not allow Trujillo, on direct appeal, to seek retroactive application of the 2013 amendments to his case. Section 18-1-410(1)(f)(I) allows a defendant to seek retroactive application of a “significant change in the law, applied to” a defendant’s “conviction or sentence.” I believe that the phrase “applied to” reflects the General Assembly’s intent that, for amendatory legislation to apply retroactively to a defendant’s conviction or sentence, the legislation must state that it applies retroactively. Thus, because, as noted, the 2013 amendments do not state that they apply retroactively to Trujillo’s conviction and sentence, he may not seek retroactive application under section 18-1-410(1)(f)(I). ¶ 91 Finally, and with all due respect, I decline to follow People v. Stellabotte, 2016 COA 106 (cert. granted Feb. 6, 2017). Indeed, I agree with Judge Dailey’s dissent in Stellabotte. See id. at ¶¶ 62-70 (Dailey, J., concurring in part and dissenting in part). 38
[ 1, 418, 450, 19138, 583, 310, 278, 21137, 9245, 310, 2401, 29872, 1338, 6369, 26971, 13, 29871, 1040, 12356, 694, 760, 310, 278, 9426, 310, 278, 8542, 541, 505, 1063, 13240, 491, 13, 29871, 278, 8542, 363, 278, 29703, 310, 278, 9591, 29889, 450, 19138, 583, 1122, 451, 367, 13, 1678, 274, 1573, 470, 337, 2957, 2501, 408, 896, 526, 451, 278, 6221, 4086, 310, 278, 8542, 29889, 13, 29871, 3139, 766, 1037, 29886, 6906, 1546, 278, 4086, 297, 278, 15837, 322, 297, 278, 9426, 13, 965, 881, 367, 11527, 297, 7853, 310, 278, 4086, 297, 278, 9426, 29889, 13, 13, 13, 462, 462, 462, 462, 29871, 22753, 1529, 13207, 13, 462, 462, 462, 9651, 6339, 29871, 29947, 29892, 29871, 29906, 29900, 29896, 29947, 13, 13, 462, 462, 29906, 29900, 29896, 29947, 3217, 29909, 29896, 29906, 13, 13, 3782, 29889, 29871, 29896, 29946, 5454, 29900, 29896, 29946, 29946, 29892, 11647, 325, 29889, 17238, 29926, 9093, 813, 315, 28479, 7927, 813, 28048, 16750, 13, 30003, 1019, 29890, 362, 813, 1894, 300, 837, 16976, 28048, 663, 13, 13, 268, 319, 8542, 310, 278, 8973, 310, 5929, 1338, 1136, 11376, 3692, 263, 13, 13, 3306, 912, 1002, 1082, 4148, 7093, 527, 3283, 310, 263, 10541, 304, 385, 13, 13, 513, 300, 837, 16976, 1840, 310, 2070, 362, 322, 3692, 278, 822, 5818, 471, 13, 13, 296, 17707, 304, 278, 14169, 310, 626, 355, 1860, 304, 278, 1002, 1082, 22161, 5281, 13, 13, 1552, 615, 29889, 390, 873, 292, 373, 11647, 325, 29889, 23750, 29892, 29871, 29906, 29900, 29896, 29941, 4810, 29909, 29871, 29955, 29953, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 29871, 29946, 29906, 29900, 29892, 13, 13, 1552, 8542, 378, 27722, 393, 4004, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29906, 29900, 29906, 29898, 29896, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 13, 13, 16123, 2247, 1002, 329, 706, 14329, 363, 278, 527, 3283, 310, 385, 1399, 300, 837, 16976, 13, 13, 22795, 362, 10541, 29889, 12206, 11647, 325, 29889, 624, 514, 370, 14360, 29892, 29871, 29906, 29900, 29896, 29953, 4810, 29909, 29871, 29896, 29900, 29953, 29892, 13, 13, 22359, 349, 29889, 29941, 29881, 903, 1649, 313, 6327, 29889, 16896, 26319, 29889, 29871, 29953, 29892, 29871, 29906, 29900, 29896, 29955, 511, 278, 13638, 4340, 13, 13, 535, 27722, 393, 278, 822, 5818, 338, 23437, 304, 278, 14169, 310, 13, 13, 314, 355, 1860, 304, 278, 278, 615, 1002, 1082, 29889, 450, 7687, 16317, 296, 378, 27722, 13, 15, 5747, 278, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 437, 451, 3394, 24877, 627, 3598, 29892, 13, 13, 392, 723, 5480, 2756, 3568, 278, 10541, 297, 2989, 29889, 13, 13, 268, 19814, 29892, 278, 8542, 12560, 29879, 278, 822, 5818, 30010, 29879, 2793, 1080, 13, 13, 5747, 18764, 284, 338, 3734, 2861, 304, 278, 14260, 8973, 30010, 29879, 337, 6929, 310, 13, 13, 1753, 1947, 29899, 29873, 1581, 287, 432, 2857, 11994, 29892, 2743, 3730, 20186, 2931, 13, 13, 5750, 5084, 29892, 322, 410, 3471, 6072, 3984, 535, 2199, 29889, 2398, 29892, 278, 8542, 13, 13, 1745, 4167, 363, 278, 14260, 8973, 304, 1207, 1284, 886, 310, 2114, 19813, 278, 13, 13, 465, 404, 358, 310, 278, 21544, 310, 410, 3471, 918, 29889, 13, 13, 268, 7579, 368, 29892, 278, 8542, 2756, 381, 1516, 278, 7602, 2463, 29892, 2756, 381, 1516, 278, 13, 13, 18616, 663, 297, 760, 29892, 11757, 1078, 278, 10541, 297, 760, 29892, 322, 1083, 4167, 278, 13, 13, 4878, 411, 18112, 29889, 13, 15, 15032, 1955, 3035, 29949, 4810, 4574, 29911, 8079, 12279, 4162, 1964, 29903, 462, 462, 965, 29906, 29900, 29896, 29947, 3217, 29909, 29896, 29906, 13, 13, 13, 29907, 14316, 310, 2401, 29872, 1338, 1939, 29889, 29871, 29896, 29946, 5454, 29900, 29896, 29946, 29946, 13, 29924, 8625, 5127, 7457, 9245, 1939, 29889, 29871, 29896, 29896, 11341, 29946, 29946, 29955, 13, 29950, 265, 272, 519, 2630, 10681, 435, 29889, 6417, 2285, 29892, 26817, 13, 13, 13, 1576, 11647, 310, 278, 4306, 310, 21137, 29892, 13, 13, 29925, 433, 524, 2593, 29899, 2052, 1808, 29872, 29892, 13, 13, 29894, 29889, 13, 13, 24083, 383, 18966, 17238, 29926, 9093, 29892, 13, 13, 3206, 5818, 29899, 2052, 514, 424, 29889, 13, 13, 13, 308, 435, 15789, 29954, 13780, 23844, 3738, 29934, 2303, 29928, 29892, 317, 3919, 1430, 4741, 23844, 3738, 29934, 2303, 29928, 2672, 349, 8322, 5300, 13, 4706, 478, 2477, 3040, 29928, 2672, 349, 8322, 29892, 5300, 29134, 5195, 27616, 2287, 29928, 22659, 22471, 1525, 9838, 29903, 13, 13, 462, 462, 29871, 7946, 306, 13, 462, 4706, 6461, 262, 291, 491, 435, 15789, 1692, 323, 29909, 7466, 27616, 13, 462, 632, 4385, 1171, 29892, 435, 1696, 3022, 1295, 13, 18884, 7509, 1171, 29892, 435, 1696, 3022, 1295, 297, 760, 322, 16317, 1237, 297, 760, 13, 13, 462, 3986, 8081, 20979, 6339, 29871, 29947, 29892, 29871, 29906, 29900, 29896, 29947, 13, 13, 13, 29907, 948, 386, 423, 379, 29889, 315, 2696, 1171, 29892, 6212, 25252, 4593, 29892, 6936, 402, 29889, 3375, 29874, 1379, 29892, 4007, 22137, 6212, 25252, 13, 15263, 29892, 3384, 369, 29892, 21137, 29892, 363, 13494, 524, 2593, 29899, 2052, 1808, 29872, 13, 13, 29928, 692, 3333, 476, 29889, 13015, 29892, 21137, 4306, 5236, 5282, 1581, 29892, 5011, 317, 29889, 10999, 29891, 29892, 26721, 29891, 13, 2792, 5236, 5282, 1581, 29892, 3384, 369, 29892, 21137, 29892, 363, 5282, 5818, 29899, 2052, 514, 424, 13, 15, 30497, 29896, 1678, 5282, 5818, 29892, 5765, 383, 18966, 17238, 29926, 9093, 29892, 5929, 1338, 670, 24284, 310, 13, 13, 7602, 2463, 7802, 373, 263, 432, 2857, 1147, 8977, 9138, 1075, 27719, 310, 697, 2302, 13, 13, 310, 278, 615, 310, 901, 1135, 395, 29906, 29900, 29892, 29900, 29900, 29900, 322, 697, 2302, 310, 22161, 286, 783, 2575, 310, 13, 13, 395, 29906, 29900, 29892, 29900, 29900, 29900, 470, 901, 29889, 940, 884, 5929, 1338, 670, 10541, 29889, 1334, 17189, 573, 694, 13, 13, 8405, 363, 18764, 292, 670, 7602, 919, 1080, 29892, 541, 1083, 392, 363, 278, 14260, 8973, 304, 13, 13, 1207, 1284, 886, 310, 2114, 11211, 278, 24809, 358, 310, 278, 21544, 310, 13, 13, 410, 3471, 918, 322, 304, 1162, 605, 1598, 670, 278, 615, 7602, 2463, 408, 263, 770, 29871, 29946, 7995, 2592, 29889, 13, 13, 462, 9651, 306, 29889, 16585, 13, 13, 30497, 29906, 1678, 512, 29871, 29906, 29900, 29900, 29955, 29892, 17238, 29926, 9093, 4689, 5214, 263, 3271, 29892, 2599, 1568, 310, 278, 13, 13, 10212, 3654, 322, 12919, 773, 670, 1914, 6909, 304, 5220, 278, 2060, 29889, 13, 13, 940, 2678, 3614, 714, 263, 7632, 24806, 515, 278, 28985, 29892, 263, 9124, 29892, 363, 13, 13, 925, 1090, 395, 29906, 29945, 29945, 29892, 29900, 29900, 29900, 29889, 2860, 7632, 471, 8676, 373, 278, 13, 13, 3699, 29892, 17238, 29926, 9093, 11084, 3907, 670, 4098, 368, 24806, 5146, 1860, 29889, 450, 13, 13, 9124, 4845, 1312, 304, 1791, 1247, 545, 278, 24806, 322, 14511, 630, 29821, 5409, 545, 13, 13, 8469, 886, 297, 3839, 29871, 29906, 29900, 29896, 29900, 29889, 13, 13, 30497, 29941, 1678, 10949, 278, 29821, 5409, 545, 14686, 29892, 17238, 29926, 9093, 6206, 470, 14416, 13, 13, 2875, 297, 278, 3699, 29892, 3704, 29181, 28830, 1691, 29892, 6795, 3332, 29879, 29892, 13, 13, 13290, 322, 25591, 24189, 29892, 3050, 29926, 1117, 29879, 322, 3209, 886, 29892, 5685, 8253, 29892, 13, 13, 2967, 24691, 29892, 3578, 5713, 486, 1973, 29892, 27683, 8345, 5713, 486, 1973, 29892, 278, 3974, 6689, 29892, 13, 13, 1361, 9912, 29892, 278, 1045, 3955, 29892, 278, 4799, 4195, 261, 29892, 322, 278, 7171, 482, 3050, 29889, 13, 13, 13, 462, 462, 268, 29896, 13, 15, 7311, 310, 445, 18658, 29892, 278, 3699, 471, 623, 336, 3368, 472, 395, 29896, 29945, 29900, 29892, 29900, 29900, 29900, 29936, 13, 13, 3138, 29892, 278, 623, 336, 7608, 15899, 393, 565, 278, 3699, 892, 297, 1781, 13, 13, 26032, 29892, 372, 723, 505, 1063, 7088, 395, 29941, 29906, 29900, 29892, 29900, 29900, 29900, 29889, 13, 13, 30497, 29946, 1678, 17238, 29926, 9093, 471, 20139, 411, 822, 336, 566, 292, 263, 26130, 6625, 2105, 29892, 278, 615, 13, 13, 310, 395, 29906, 29900, 29892, 29900, 29900, 29900, 470, 901, 29892, 541, 3109, 1135, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 29892, 322, 22161, 286, 783, 2575, 13, 13, 310, 395, 29906, 29900, 29892, 29900, 29900, 29900, 470, 901, 29892, 541, 3109, 1135, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 29889, 450, 432, 2857, 1476, 1075, 13, 13, 451, 27719, 310, 822, 336, 566, 292, 263, 26130, 6625, 2105, 322, 27719, 310, 278, 615, 322, 13, 13, 22161, 286, 783, 2575, 29889, 13, 13, 30497, 29945, 1678, 1551, 25530, 29892, 17238, 29926, 9093, 1153, 4637, 4832, 2793, 1080, 29901, 313, 29896, 29897, 278, 14260, 8973, 13, 13, 604, 1127, 297, 12560, 292, 26406, 29899, 29873, 1581, 287, 432, 2857, 11994, 29936, 313, 29906, 29897, 278, 14260, 13, 13, 8973, 604, 1127, 297, 14372, 10757, 310, 263, 7536, 29821, 5409, 545, 2750, 13, 13, 17238, 29926, 9093, 29936, 313, 29941, 29897, 410, 3471, 6072, 3984, 535, 2199, 2645, 1513, 4392, 3381, 310, 263, 13, 13, 16277, 322, 14382, 337, 4187, 20411, 2980, 1370, 29878, 1934, 18764, 284, 29936, 313, 29946, 29897, 278, 13, 13, 14260, 8973, 527, 4752, 385, 27302, 10541, 310, 1399, 300, 837, 16976, 2070, 362, 29936, 13, 13, 313, 29945, 29897, 278, 14260, 8973, 604, 1127, 297, 9862, 292, 278, 11647, 21544, 310, 410, 3471, 918, 29936, 13, 13, 322, 313, 29953, 29897, 385, 626, 355, 358, 304, 278, 278, 615, 1002, 1082, 16058, 304, 670, 7602, 2463, 29889, 13, 13, 1334, 17189, 573, 694, 8405, 363, 18764, 284, 411, 3390, 304, 278, 937, 3023, 13, 13, 2793, 1080, 29892, 541, 8661, 411, 17238, 29926, 9093, 30010, 29879, 2186, 1023, 2793, 1080, 29889, 1334, 13, 13, 5480, 2756, 3568, 278, 7602, 919, 1080, 322, 278, 10541, 297, 760, 541, 11757, 403, 13, 13, 278, 10541, 297, 760, 322, 1083, 392, 411, 18112, 29889, 13, 13, 13, 462, 462, 268, 29906, 13, 15, 462, 3986, 1944, 29889, 435, 2857, 2799, 582, 1953, 13, 13, 30497, 29953, 1678, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 14260, 8973, 604, 1127, 297, 12560, 292, 5164, 13, 13, 432, 2857, 11994, 11211, 670, 6368, 310, 278, 1206, 29889, 1334, 22941, 929, 29889, 13, 13, 462, 965, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29955, 1678, 17044, 449, 14260, 29892, 278, 26406, 30010, 29879, 6368, 310, 278, 1206, 471, 393, 13, 13, 17238, 29926, 9093, 10225, 287, 278, 5054, 275, 568, 7609, 304, 9063, 278, 20139, 1283, 11259, 13, 13, 1363, 540, 13112, 393, 278, 2875, 540, 6206, 515, 278, 3699, 13, 13, 28911, 304, 1075, 29889, 450, 26406, 22707, 287, 5320, 432, 2857, 11994, 4475, 13, 13, 304, 445, 6368, 310, 278, 1206, 29889, 13, 13, 30497, 29947, 1678, 17238, 29926, 9093, 30010, 29879, 22707, 287, 432, 2857, 11994, 13173, 2875, 4307, 13, 13, 22001, 29889, 1152, 1342, 29892, 278, 937, 22707, 287, 15278, 8703, 393, 13, 13, 1346, 1552, 2022, 1058, 756, 3611, 304, 1855, 2875, 338, 1603, 278, 12271, 310, 278, 13, 13, 2875, 1584, 565, 727, 338, 263, 619, 264, 470, 26130, 4066, 373, 278, 2875, 3178, 13, 13, 7280, 22707, 287, 15278, 3342, 1346, 3257, 3995, 1346, 311, 287, 310, 9311, 3995, 322, 13, 13, 1346, 7694, 310, 263, 12289, 310, 20590, 29961, 1822, 30024, 3118, 15278, 5439, 278, 13, 13, 619, 264, 6368, 13173, 297, 4004, 29871, 29941, 29947, 29899, 29941, 29945, 29899, 29896, 29896, 29955, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 322, 1790, 13, 13, 18690, 287, 393, 3611, 304, 2875, 1346, 13221, 451, 16779, 411, 278, 10596, 29440, 13, 13, 2745, 9475, 3841, 1156, 518, 29874, 29962, 29821, 5409, 545, 14686, 3178, 13, 13, 30497, 29929, 1678, 450, 14260, 8973, 4845, 1312, 304, 2367, 1438, 11994, 408, 22707, 287, 29889, 13, 13, 2398, 29892, 2011, 1080, 310, 278, 26406, 29899, 29873, 1581, 287, 11994, 892, 13, 13, 13, 462, 462, 418, 29941, 13, 15, 29871, 5134, 297, 263, 2186, 7403, 3245, 432, 2857, 15278, 29889, 450, 2186, 13, 13, 29871, 11994, 3342, 1346, 311, 287, 310, 9311, 30024, 322, 8703, 393, 278, 3611, 304, 13, 13, 29871, 2875, 338, 18440, 304, 278, 19464, 310, 278, 12289, 310, 20590, 13, 13, 29871, 9475, 3841, 1156, 263, 29821, 5409, 545, 14686, 29889, 14832, 372, 22225, 916, 13, 13, 29871, 2011, 1080, 310, 278, 26406, 29899, 29873, 1581, 287, 11994, 29892, 278, 14260, 8973, 13, 13, 29871, 21905, 26406, 2613, 2838, 304, 27754, 278, 5626, 10425, 297, 278, 13, 13, 29871, 11994, 2645, 14382, 2980, 29889, 13, 13, 30497, 29871, 29896, 29900, 259, 450, 26406, 884, 22707, 287, 385, 15278, 607, 278, 14260, 8973, 13, 13, 29871, 9120, 322, 4846, 408, 263, 6368, 310, 278, 1206, 15278, 29889, 2193, 13, 13, 29871, 15278, 8703, 29892, 1346, 29911, 582, 29926, 9093, 640, 1975, 393, 278, 4452, 6206, 515, 13, 13, 29871, 278, 3271, 869, 869, 869, 892, 670, 29936, 20848, 491, 1075, 322, 5130, 491, 1075, 29889, 869, 869, 869, 13, 13, 29871, 17238, 29926, 9093, 16962, 29961, 29881, 29962, 29879, 393, 278, 4452, 393, 540, 3614, 322, 5625, 4063, 892, 13, 13, 29871, 670, 14419, 2875, 3178, 13, 13, 462, 308, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29896, 29896, 259, 1334, 9076, 432, 2857, 11994, 316, 2420, 29877, 304, 8161, 3692, 29892, 408, 13, 13, 29871, 263, 3353, 29892, 896, 7913, 2486, 23388, 278, 432, 2857, 310, 278, 14765, 1076, 4307, 29889, 13, 13, 29871, 390, 15168, 325, 29889, 11647, 29892, 29871, 29906, 29953, 29953, 349, 29889, 29941, 29881, 29871, 29896, 29900, 29947, 29929, 29892, 29871, 29896, 29900, 29929, 29906, 29899, 29929, 29941, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29896, 29896, 467, 960, 278, 432, 2857, 13, 13, 29871, 11994, 6284, 1871, 278, 432, 2857, 310, 278, 4307, 29892, 278, 6474, 8973, 13, 13, 29871, 756, 1346, 6729, 328, 766, 4838, 291, 304, 8161, 278, 883, 322, 3114, 310, 432, 2857, 13, 13, 29871, 11994, 3178, 8373, 325, 29889, 11717, 29892, 29871, 29906, 29945, 29945, 349, 29889, 29941, 29881, 29871, 29896, 29900, 29953, 29946, 29892, 29871, 29896, 29900, 29953, 29955, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29896, 29896, 467, 13, 13, 13, 462, 462, 418, 29946, 13, 15, 29871, 7579, 368, 29892, 591, 9076, 263, 14260, 8973, 30010, 29879, 10608, 19813, 263, 13, 13, 29871, 7972, 432, 2857, 15278, 363, 385, 633, 1509, 310, 766, 4838, 291, 322, 674, 451, 13, 13, 29871, 29543, 278, 364, 19478, 6521, 372, 338, 10419, 368, 11472, 29892, 443, 23147, 519, 29892, 470, 13, 13, 29871, 29395, 1466, 29889, 5163, 29889, 13, 13, 30497, 29871, 29896, 29906, 259, 1932, 263, 822, 5818, 3618, 304, 278, 14260, 8973, 30010, 29879, 364, 19478, 373, 263, 432, 2857, 13, 13, 29871, 15278, 29892, 591, 9076, 363, 1661, 3075, 5008, 284, 4023, 828, 404, 1059, 322, 674, 13, 13, 29871, 4550, 2756, 3568, 565, 1346, 12711, 338, 451, 263, 15590, 6976, 393, 278, 1059, 13, 13, 29871, 26869, 304, 278, 822, 5818, 30010, 29879, 7602, 2463, 3178, 11647, 325, 29889, 7455, 1512, 29892, 29871, 29906, 29947, 13, 13, 29871, 349, 29889, 29941, 29881, 29871, 29941, 29946, 29900, 29892, 29871, 29941, 29946, 29946, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29900, 29896, 29897, 313, 339, 11427, 3956, 1133, 29877, 325, 29889, 11647, 29892, 29871, 29929, 29929, 29929, 349, 29889, 29906, 29881, 13, 13, 259, 29947, 29941, 29941, 29892, 29871, 29947, 29946, 29896, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29900, 29900, 8106, 13, 13, 462, 9651, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29896, 29941, 259, 1346, 29961, 29909, 29962, 29876, 15278, 953, 2587, 292, 263, 822, 5818, 30010, 29879, 6368, 310, 278, 1206, 13, 13, 29871, 1818, 367, 2183, 491, 278, 14260, 8973, 565, 278, 2407, 3743, 738, 10757, 13, 13, 29871, 304, 2304, 278, 6368, 3178, 11647, 325, 29889, 405, 1540, 29920, 29892, 29871, 29947, 29946, 29896, 349, 29889, 29906, 29881, 29871, 29906, 29953, 29896, 29892, 29871, 29906, 29953, 29946, 313, 1625, 29877, 29889, 13, 13, 259, 29896, 29929, 29929, 29906, 467, 12808, 29892, 263, 14260, 8973, 756, 1346, 273, 2756, 3568, 1230, 10788, 362, 30024, 304, 13, 13, 29871, 664, 411, 2613, 2838, 304, 1959, 263, 22707, 287, 6368, 310, 278, 1206, 13, 13, 29871, 15278, 1346, 272, 304, 11039, 403, 278, 5960, 749, 310, 1316, 297, 385, 13, 13, 29871, 15278, 18195, 287, 491, 278, 8973, 3178, 5163, 29889, 472, 29871, 29906, 29953, 29945, 29936, 1074, 884, 11647, 325, 29889, 13, 13, 29871, 323, 8377, 1803, 29892, 29871, 29955, 29941, 29941, 349, 29889, 29906, 29881, 29871, 29896, 29896, 29947, 29941, 29892, 29871, 29896, 29896, 29929, 29945, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29947, 29955, 29897, 313, 29874, 14260, 8973, 1122, 26506, 13, 13, 29871, 304, 2367, 385, 15278, 2307, 7232, 397, 1000, 297, 916, 11994, 467, 13, 13, 13, 462, 462, 418, 29945, 13, 15, 30497, 29871, 29896, 29946, 259, 512, 13858, 3692, 263, 432, 2857, 471, 19967, 339, 2486, 23388, 310, 263, 13, 13, 29871, 822, 5818, 30010, 29879, 6368, 310, 278, 1206, 29892, 263, 9076, 292, 8973, 508, 2125, 964, 13, 13, 29871, 3633, 3692, 26406, 2613, 2838, 30010, 29879, 14382, 2980, 1346, 29888, 1466, 368, 13, 13, 29871, 9875, 30024, 278, 6368, 304, 278, 432, 2857, 29889, 11647, 325, 29889, 360, 487, 29892, 29871, 29929, 29929, 29955, 349, 29889, 29906, 29881, 29871, 29896, 29906, 29896, 29946, 29892, 13, 13, 259, 29896, 29906, 29906, 29906, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29896, 29929, 29929, 29929, 467, 13, 13, 462, 1669, 360, 29889, 24352, 13, 13, 30497, 29871, 29896, 29945, 259, 17238, 29926, 9093, 640, 1975, 393, 278, 14260, 8973, 633, 3880, 967, 766, 4838, 291, 297, 13, 13, 29871, 12560, 292, 278, 22707, 287, 11994, 29889, 1334, 22941, 929, 29889, 13, 13, 30497, 29871, 29896, 29953, 259, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 22707, 287, 11994, 892, 18853, 13, 13, 29871, 1363, 896, 7212, 630, 670, 6368, 310, 278, 1206, 29889, 2398, 29892, 278, 13, 13, 29871, 14260, 8973, 18690, 287, 278, 432, 2857, 373, 670, 6368, 310, 278, 1206, 297, 385, 13, 13, 29871, 15278, 393, 9436, 8703, 393, 540, 13112, 278, 2875, 540, 3614, 13, 13, 29871, 515, 278, 3699, 471, 1346, 22880, 14419, 2875, 3178, 1763, 278, 15834, 393, 278, 14260, 13, 13, 29871, 8973, 750, 263, 13360, 304, 664, 411, 278, 26406, 297, 25554, 292, 263, 1571, 13, 13, 29871, 6368, 310, 26406, 15278, 29892, 591, 17668, 393, 278, 14260, 8973, 13, 13, 29871, 6095, 26940, 393, 13360, 1244, 491, 6820, 385, 8671, 6368, 310, 278, 1206, 13, 13, 29871, 15278, 393, 427, 2388, 465, 287, 17238, 29926, 9093, 30010, 29879, 22707, 287, 11994, 29889, 2823, 13, 13, 29871, 405, 1540, 29920, 29892, 29871, 29947, 29946, 29896, 349, 29889, 29906, 29881, 472, 29871, 29906, 29953, 29945, 302, 29889, 29929, 29889, 12808, 29892, 278, 14260, 8973, 10816, 13, 13, 29871, 8703, 393, 26406, 2613, 2838, 723, 367, 6068, 304, 11039, 403, 278, 13, 13, 13, 13, 13, 462, 462, 418, 29953, 13, 15, 29871, 2875, 4307, 22001, 964, 902, 14382, 2980, 29892, 607, 26406, 13, 13, 29871, 2613, 2838, 1258, 29889, 13, 13, 30497, 29871, 29896, 29955, 259, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 11994, 540, 22707, 287, 892, 13, 13, 29871, 16232, 9506, 310, 2875, 4307, 29889, 512, 12814, 29892, 278, 11647, 27754, 13, 13, 29871, 393, 278, 11994, 3984, 303, 630, 278, 4307, 408, 372, 16058, 297, 22161, 13, 13, 29871, 410, 3471, 17925, 363, 278, 615, 322, 22161, 286, 783, 2575, 29889, 7311, 591, 17668, 13, 13, 29871, 393, 278, 14260, 8973, 1258, 451, 633, 1509, 967, 766, 4838, 291, 297, 18195, 292, 263, 6368, 13, 13, 29871, 310, 26406, 15278, 393, 427, 2388, 465, 287, 278, 26406, 30010, 29879, 22707, 287, 13, 13, 29871, 11994, 29892, 591, 437, 451, 3211, 3692, 278, 22225, 11994, 13, 13, 29871, 892, 16232, 9506, 310, 278, 4307, 29889, 13, 13, 30497, 29871, 29896, 29947, 259, 450, 432, 2857, 11994, 29892, 408, 263, 3353, 29892, 1346, 29888, 1466, 368, 322, 19967, 339, 2486, 13, 13, 29871, 4612, 29961, 287, 29962, 278, 5626, 9132, 3178, 11647, 325, 29889, 349, 4494, 29892, 29871, 29896, 29953, 29929, 349, 29889, 29941, 29881, 29871, 29896, 29953, 29929, 29892, 29871, 29896, 29947, 29941, 13, 13, 29871, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29906, 29900, 29900, 29953, 467, 6549, 29892, 591, 17668, 393, 278, 14260, 8973, 1258, 451, 13, 13, 29871, 633, 1509, 967, 766, 4838, 291, 297, 12560, 292, 297, 760, 278, 26406, 29899, 29873, 1581, 287, 432, 2857, 13, 13, 29871, 11994, 29889, 13, 13, 462, 1678, 4786, 29889, 7298, 5084, 310, 22096, 28297, 25071, 13, 13, 30497, 29871, 29896, 29929, 259, 17238, 29926, 9093, 2446, 408, 643, 1372, 393, 278, 14260, 8973, 604, 1127, 297, 14372, 278, 13, 13, 29871, 11647, 304, 14944, 10757, 393, 1790, 2875, 310, 670, 750, 1063, 13, 13, 29871, 29821, 29880, 2662, 29889, 1334, 22941, 929, 29889, 13, 13, 13, 13, 13, 462, 462, 418, 29955, 13, 15, 462, 965, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29871, 29906, 29900, 259, 10949, 14260, 29892, 17238, 29926, 9093, 934, 29881, 263, 10884, 304, 19060, 10757, 310, 916, 13, 13, 29871, 14741, 470, 620, 7737, 3660, 10757, 29889, 17238, 29926, 9093, 30010, 29879, 10884, 20976, 3196, 13, 13, 29871, 13997, 310, 916, 14741, 10757, 29892, 3704, 10757, 4475, 304, 738, 13, 13, 29871, 1346, 4951, 273, 1455, 322, 29914, 272, 11706, 4828, 30024, 443, 12817, 304, 278, 20139, 1283, 11259, 29889, 13, 13, 29871, 7133, 263, 3184, 1080, 22514, 29892, 278, 11647, 8703, 393, 896, 1258, 451, 13, 13, 29871, 24042, 304, 14944, 738, 916, 14741, 470, 620, 7737, 3660, 10757, 29889, 512, 263, 13, 13, 29871, 3971, 364, 19478, 29892, 278, 14260, 8973, 16896, 17238, 29926, 9093, 30010, 29879, 10884, 304, 19060, 13, 13, 29871, 10757, 310, 670, 443, 12817, 18161, 322, 11706, 4828, 1346, 28952, 278, 13, 13, 29871, 410, 3471, 918, 1238, 29961, 1896, 29962, 393, 278, 5129, 17433, 447, 29961, 29881, 29962, 1063, 6496, 16412, 30024, 450, 14260, 8973, 13, 13, 29871, 4340, 10372, 393, 29892, 565, 278, 11647, 7091, 17238, 29926, 9093, 9129, 10757, 310, 13, 13, 29871, 670, 916, 18161, 322, 11706, 4828, 29892, 278, 11647, 1033, 2009, 263, 13, 13, 29871, 3856, 305, 21362, 2645, 14260, 29889, 13, 13, 30497, 29871, 29906, 29896, 259, 1551, 278, 937, 2462, 310, 14260, 29892, 26406, 2613, 2838, 8703, 393, 1183, 471, 13, 13, 29871, 28679, 292, 902, 10884, 304, 19060, 916, 14741, 10757, 297, 578, 15641, 408, 372, 13, 13, 29871, 639, 2408, 287, 304, 10757, 310, 17238, 29926, 9093, 30010, 29879, 9124, 6685, 1270, 8469, 886, 29889, 7133, 13, 13, 29871, 902, 8718, 3229, 29892, 26406, 2613, 2838, 769, 5276, 1906, 13, 13, 29871, 8469, 886, 29889, 13, 13, 30497, 29871, 29906, 29906, 259, 12699, 29892, 278, 11647, 2000, 278, 9124, 30010, 29879, 4642, 11289, 6673, 408, 385, 13, 13, 29871, 17924, 16277, 29889, 7133, 1513, 4392, 3381, 29892, 278, 410, 3471, 3406, 4433, 13, 13, 13, 462, 462, 418, 29947, 13, 15, 29871, 278, 16277, 2020, 278, 9124, 750, 4845, 1312, 304, 1791, 1247, 545, 17238, 29926, 9093, 30010, 29879, 13, 13, 29871, 24806, 29889, 450, 410, 3471, 3406, 884, 4433, 1048, 17238, 29926, 9093, 30010, 29879, 316, 12676, 272, 2645, 13, 13, 29871, 22060, 411, 278, 9124, 29889, 17238, 29926, 9093, 1203, 287, 29889, 2860, 263, 3856, 305, 13, 13, 29871, 21362, 29892, 278, 14260, 8973, 6068, 278, 16277, 304, 1243, 1598, 373, 1716, 13, 13, 29871, 13750, 29889, 13, 13, 30497, 29871, 29906, 29941, 259, 26321, 29892, 278, 16277, 1243, 2164, 393, 29892, 2645, 263, 14983, 13, 13, 29871, 1048, 1791, 1247, 3864, 278, 24806, 29892, 17238, 29926, 9093, 1346, 344, 22580, 763, 540, 471, 1407, 13, 13, 29871, 24081, 300, 3178, 450, 16277, 337, 13998, 29892, 1346, 3868, 2355, 964, 518, 5747, 29962, 540, 750, 263, 8424, 310, 13, 13, 29871, 2875, 393, 518, 23327, 9124, 29962, 750, 29821, 29880, 2662, 373, 322, 372, 6047, 287, 763, 13, 13, 29871, 896, 750, 5239, 372, 363, 825, 518, 29911, 582, 29926, 9093, 29962, 13112, 471, 263, 3287, 3109, 29892, 10124, 13, 13, 29871, 1075, 263, 2919, 822, 293, 13396, 17346, 3178, 13, 13, 30497, 29871, 29906, 29946, 259, 7133, 14382, 2980, 29892, 278, 11647, 599, 566, 287, 304, 278, 16277, 30010, 29879, 13, 13, 29871, 28523, 2592, 322, 12992, 3196, 3064, 304, 17238, 29926, 9093, 30010, 29879, 2498, 3778, 359, 537, 13, 13, 29871, 2750, 24388, 29889, 13, 13, 462, 3986, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29906, 29945, 259, 1334, 9076, 263, 14260, 8973, 30010, 29879, 10608, 304, 20000, 916, 14741, 470, 620, 13, 13, 29871, 7737, 3660, 10757, 363, 385, 633, 1509, 310, 766, 4838, 291, 29889, 11647, 325, 29889, 8507, 10281, 29892, 29871, 29906, 29896, 29955, 13, 13, 29871, 349, 29889, 29941, 29881, 29871, 29947, 29946, 29896, 29892, 29871, 29947, 29946, 29953, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29906, 29900, 29900, 29947, 467, 319, 8973, 633, 6394, 967, 766, 4838, 291, 565, 967, 13, 13, 29871, 10608, 304, 20000, 1316, 10757, 338, 10419, 368, 11472, 29892, 13, 13, 29871, 443, 23147, 519, 29892, 470, 29395, 1466, 29889, 5163, 29889, 13, 13, 13, 462, 462, 539, 29929, 13, 15, 30497, 29871, 29906, 29953, 259, 1334, 9076, 263, 21634, 5995, 310, 1661, 3075, 5008, 284, 1059, 363, 13, 13, 29871, 4023, 828, 404, 1059, 29892, 18764, 292, 871, 565, 738, 1059, 1346, 22492, 424, 616, 368, 28482, 13, 13, 29871, 278, 1147, 8977, 470, 15201, 278, 6534, 2264, 310, 278, 14260, 8469, 886, 3178, 379, 351, 359, 13, 13, 29871, 325, 29889, 11647, 29892, 29871, 29906, 29900, 29896, 29906, 4810, 29871, 29953, 29941, 29892, 29871, 30497, 29871, 29896, 29906, 29892, 29871, 29906, 29947, 29947, 349, 29889, 29941, 29881, 29871, 29896, 29896, 29953, 29892, 29871, 29896, 29896, 29929, 313, 339, 11427, 1920, 29894, 1915, 325, 29889, 13, 13, 29871, 11647, 29892, 29871, 29955, 29896, 29945, 349, 29889, 29906, 29881, 29871, 29941, 29941, 29947, 29892, 29871, 29941, 29946, 29906, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29947, 29953, 8106, 13, 13, 462, 965, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29906, 29955, 259, 7298, 5084, 338, 8018, 565, 372, 756, 1346, 1384, 260, 5197, 304, 1207, 278, 13, 13, 29871, 10379, 310, 738, 2114, 393, 338, 310, 17004, 304, 278, 3683, 3381, 310, 13, 13, 29871, 278, 3158, 901, 16269, 470, 3109, 16269, 1135, 372, 723, 367, 1728, 13, 13, 29871, 278, 10757, 3178, 315, 1525, 29871, 29946, 29900, 29896, 29889, 3251, 635, 13590, 29892, 1346, 29961, 29873, 29962, 354, 21137, 390, 2540, 13, 13, 29871, 310, 7298, 5084, 13818, 7853, 278, 594, 6737, 310, 8018, 10757, 3178, 13, 13, 29871, 11647, 325, 29889, 9817, 29892, 29871, 29906, 29900, 29896, 29946, 4810, 29909, 29871, 29896, 29945, 29945, 29924, 29899, 29906, 29892, 29871, 30497, 29871, 29906, 29906, 29892, 29871, 29941, 29953, 29900, 349, 29889, 29941, 29881, 29871, 29896, 29953, 29955, 29892, 29871, 29896, 29955, 29906, 29889, 13, 13, 29871, 2398, 29892, 8018, 10757, 338, 2360, 16561, 297, 328, 9894, 1821, 746, 1346, 1169, 13, 13, 29871, 2070, 1230, 995, 338, 23228, 368, 714, 705, 25398, 491, 278, 9703, 310, 29395, 1466, 13, 13, 29871, 758, 17675, 625, 29892, 14679, 310, 278, 5626, 29892, 470, 3984, 25369, 278, 432, 2857, 3178, 315, 1525, 13, 13, 259, 29946, 29900, 29941, 29889, 20175, 29892, 10757, 310, 1346, 1228, 2181, 1355, 29892, 2743, 29879, 29892, 470, 14741, 30024, 338, 13, 13, 29871, 297, 328, 9894, 1821, 304, 6356, 263, 2022, 30010, 29879, 2931, 1346, 262, 1797, 304, 1510, 393, 540, 13, 13, 29871, 27320, 297, 14670, 537, 727, 2541, 3995, 2466, 372, 1122, 367, 7336, 790, 1821, 363, 13, 13, 29871, 916, 11976, 29892, 3704, 1326, 292, 7609, 29889, 315, 1525, 29871, 29946, 29900, 29946, 29898, 29890, 467, 13, 13, 13, 13, 13, 462, 462, 268, 29896, 29900, 13, 15, 30497, 29871, 29906, 29947, 259, 1346, 1666, 7737, 3660, 338, 263, 6368, 310, 29527, 749, 607, 5936, 7093, 393, 13, 13, 29871, 3058, 10757, 338, 8018, 1363, 310, 967, 5412, 9443, 304, 278, 13, 13, 29871, 20139, 17268, 3178, 11647, 325, 29889, 7646, 17179, 29892, 29871, 29906, 29900, 29900, 349, 29889, 29941, 29881, 29871, 29941, 29953, 29941, 29892, 29871, 29941, 29953, 29947, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29900, 29929, 467, 13, 13, 29871, 2398, 29892, 1346, 12711, 338, 694, 817, 304, 2050, 385, 8671, 6368, 310, 13, 13, 29871, 29527, 749, 29892, 1316, 408, 620, 7737, 3660, 29892, 988, 278, 10757, 338, 7336, 790, 1821, 13, 13, 29871, 1090, 2498, 6865, 310, 29527, 6906, 3178, 5163, 29889, 13, 13, 462, 1669, 360, 29889, 24352, 13, 13, 30497, 29871, 29906, 29929, 259, 17238, 29926, 9093, 640, 1975, 393, 278, 10757, 310, 278, 7536, 29821, 5409, 545, 13, 13, 29871, 3158, 2011, 25724, 1075, 408, 263, 1346, 15550, 822, 29874, 352, 357, 30024, 322, 471, 10112, 9894, 1821, 13, 13, 29871, 1090, 315, 1525, 29871, 29946, 29900, 29946, 29898, 29890, 29897, 322, 29871, 29946, 29900, 29941, 29889, 450, 11647, 4974, 393, 278, 10757, 13, 13, 29871, 471, 7336, 790, 1821, 408, 1346, 11851, 368, 8018, 30024, 304, 17238, 29926, 9093, 30010, 29879, 7609, 322, 3184, 573, 29889, 13, 13, 29871, 512, 278, 8671, 29892, 278, 11647, 27754, 393, 278, 10757, 471, 620, 7737, 3660, 13, 13, 29871, 10757, 29889, 1334, 8661, 411, 278, 11647, 30010, 29879, 937, 2980, 393, 278, 13, 13, 29871, 10757, 471, 7336, 790, 1821, 1090, 315, 1525, 29871, 29946, 29900, 29896, 29892, 322, 471, 451, 2594, 1127, 491, 13, 13, 29871, 315, 1525, 29871, 29946, 29900, 29941, 29889, 29896, 13, 13, 13, 13, 259, 29896, 7133, 278, 3856, 305, 21362, 29892, 278, 14260, 8973, 6068, 278, 9124, 30010, 29879, 13, 29871, 4642, 11289, 6673, 304, 1243, 1598, 1156, 7512, 292, 385, 29759, 1403, 630, 315, 1525, 13, 259, 29946, 29900, 29946, 29898, 29890, 29897, 7418, 393, 1258, 451, 10816, 3211, 278, 3023, 29899, 19790, 1243, 13, 29871, 731, 11483, 297, 11647, 325, 29889, 1706, 3747, 29892, 29871, 29955, 29929, 29945, 349, 29889, 29906, 29881, 29871, 29896, 29941, 29896, 29946, 29892, 29871, 29896, 29941, 29896, 29947, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29929, 29900, 467, 450, 13, 29871, 14260, 8973, 1258, 451, 20000, 278, 10757, 1090, 278, 620, 7737, 3660, 22542, 29889, 13, 29871, 2398, 29892, 591, 508, 2756, 3568, 263, 14260, 8973, 30010, 29879, 13602, 29875, 653, 364, 19478, 373, 738, 13, 29871, 5962, 6969, 491, 278, 2407, 29892, 1346, 11884, 565, 393, 5962, 471, 451, 13, 13, 462, 462, 268, 29896, 29896, 13, 15, 30497, 29871, 29941, 29900, 259, 450, 10757, 310, 278, 7536, 29821, 5409, 545, 471, 2070, 1230, 310, 278, 13, 13, 29871, 22060, 1546, 17238, 29926, 9093, 322, 278, 9124, 813, 372, 1754, 372, 901, 13, 13, 29871, 16269, 393, 17238, 29926, 9093, 750, 278, 5054, 275, 568, 7609, 304, 9063, 278, 615, 29889, 739, 13, 13, 29871, 471, 5480, 8018, 1090, 315, 1525, 29871, 29946, 29900, 29896, 29889, 8725, 29892, 278, 12045, 310, 29395, 1466, 13, 13, 29871, 758, 17675, 625, 1258, 451, 23228, 368, 714, 705, 1141, 278, 2070, 1230, 995, 310, 278, 13, 13, 29871, 10757, 29892, 7148, 988, 278, 7536, 29821, 5409, 545, 471, 16180, 871, 13, 13, 29871, 297, 6819, 322, 278, 4902, 310, 393, 29821, 5409, 545, 892, 451, 17845, 29889, 13, 13, 29871, 6549, 29892, 278, 10757, 471, 451, 2594, 1127, 491, 315, 1525, 29871, 29946, 29900, 29941, 29889, 13, 13, 30497, 29871, 29941, 29896, 259, 7311, 591, 17668, 393, 278, 10757, 310, 278, 7536, 29821, 5409, 545, 13, 13, 29871, 471, 8018, 1090, 315, 1525, 29871, 29946, 29900, 29896, 322, 7336, 790, 1821, 1090, 315, 1525, 29871, 29946, 29900, 29941, 29892, 591, 13, 13, 29871, 817, 451, 3211, 3692, 278, 10757, 471, 620, 7737, 3660, 10757, 470, 13, 13, 29871, 1346, 1228, 14741, 30024, 10757, 1090, 315, 1525, 29871, 29946, 29900, 29946, 29898, 29890, 467, 2823, 7646, 17179, 29892, 29871, 29906, 29900, 29900, 349, 29889, 29941, 29881, 472, 13, 13, 259, 29941, 29953, 29947, 29899, 29953, 29929, 29889, 7579, 368, 29892, 591, 17668, 393, 278, 14260, 8973, 1258, 451, 4589, 297, 13, 13, 29871, 14372, 278, 28523, 2592, 19813, 278, 7536, 29821, 5409, 545, 3158, 29889, 13, 13, 462, 418, 6599, 29889, 1019, 3471, 6072, 20929, 535, 2199, 13, 13, 30497, 29871, 29941, 29906, 259, 17238, 29926, 9093, 1852, 1041, 393, 278, 410, 3471, 3406, 4857, 546, 368, 19952, 373, 13, 13, 29871, 278, 6474, 1098, 25252, 30010, 29879, 4315, 292, 1889, 363, 20794, 21090, 322, 13, 13, 13, 13, 13, 29871, 1616, 293, 7964, 470, 5545, 491, 278, 14260, 8973, 3178, 11647, 325, 29889, 21856, 4512, 29892, 29871, 29906, 29900, 29896, 29906, 13, 29871, 4810, 29909, 29871, 29896, 29955, 29953, 29892, 29871, 30497, 29871, 29953, 29941, 29892, 29871, 29941, 29896, 29945, 349, 29889, 29941, 29881, 29871, 29896, 29941, 29953, 29892, 29871, 29896, 29945, 29941, 29889, 13, 13, 462, 462, 268, 29896, 29906, 13, 15, 29871, 17238, 29926, 9093, 30010, 29879, 1492, 451, 304, 1243, 1598, 29892, 322, 4857, 546, 368, 972, 4481, 630, 26406, 13, 13, 29871, 2613, 2838, 29889, 1334, 17189, 573, 694, 8405, 363, 18764, 284, 29889, 13, 13, 462, 965, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29871, 29941, 29941, 259, 7133, 6684, 4392, 3381, 310, 697, 310, 278, 11647, 30010, 29879, 17924, 13, 13, 29871, 16277, 267, 29892, 385, 1098, 25252, 1058, 3796, 472, 278, 9124, 29892, 278, 410, 3471, 3406, 13, 13, 29871, 4433, 3692, 278, 9124, 5318, 263, 6297, 297, 9151, 292, 17238, 29926, 9093, 29889, 450, 13, 13, 29871, 410, 3471, 3406, 4433, 565, 278, 16277, 3654, 1754, 278, 10608, 304, 934, 263, 13, 13, 29871, 22161, 1206, 29892, 304, 607, 278, 16277, 10352, 29892, 1346, 3782, 3178, 450, 410, 3471, 3406, 13, 13, 29871, 769, 4433, 29892, 1346, 29961, 29956, 29962, 1251, 338, 372, 29892, 5034, 304, 596, 8004, 29892, 393, 13, 13, 29871, 3732, 1906, 1602, 12112, 373, 3692, 263, 1206, 4947, 934, 29881, 2181, 8332, 635, 6677, 450, 13, 13, 29871, 16277, 10049, 287, 29892, 1346, 29909, 15313, 524, 30010, 29879, 1754, 304, 263, 10974, 14311, 470, 13, 13, 29871, 528, 261, 2593, 30010, 29879, 14311, 322, 896, 1207, 393, 10608, 297, 9589, 651, 13, 13, 29871, 411, 306, 4658, 366, 3178, 450, 410, 3471, 3406, 7542, 2164, 393, 1346, 6293, 30024, 6839, 278, 13, 13, 29871, 6474, 1098, 25252, 30010, 29879, 8034, 29889, 450, 26406, 1258, 451, 1203, 29889, 13, 13, 30497, 29871, 29941, 29946, 259, 7133, 337, 4187, 20411, 14382, 2980, 29892, 278, 410, 3471, 3406, 1497, 29892, 13, 13, 632, 7440, 366, 8293, 599, 393, 29973, 518, 3206, 1947, 2613, 2838, 29962, 30010, 29879, 13, 632, 9963, 1048, 599, 310, 445, 6433, 29892, 1048, 825, 13, 632, 17238, 29926, 9093, 30010, 29879, 7609, 471, 29889, 1126, 769, 1258, 366, 8293, 13, 632, 902, 7113, 278, 1095, 825, 1183, 1258, 29973, 2296, 4083, 29892, 13, 632, 322, 1959, 785, 445, 760, 471, 1959, 310, 825, 1183, 13, 632, 1497, 29889, 1619, 4982, 338, 304, 6356, 7609, 29892, 1492, 29889, 2193, 338, 13, 632, 590, 6866, 1145, 29889, 1126, 1183, 30010, 29879, 13312, 1492, 29889, 450, 13, 632, 5282, 5818, 756, 1432, 1492, 304, 3933, 17436, 29892, 13, 13, 13, 13, 462, 462, 268, 29896, 29941, 13, 15, 9651, 322, 540, 11382, 3368, 393, 1492, 322, 393, 338, 13, 9651, 1554, 393, 366, 2609, 671, 2750, 1075, 29889, 13, 13, 9651, 1205, 372, 338, 6446, 8177, 12906, 681, 363, 518, 1753, 1947, 13, 9651, 2613, 2838, 29962, 304, 679, 701, 1244, 322, 1827, 393, 518, 29911, 582, 29926, 9093, 29962, 13, 9651, 3282, 30010, 29873, 1243, 1598, 304, 825, 670, 7609, 471, 322, 769, 13, 9651, 304, 748, 373, 322, 5193, 1048, 825, 670, 7609, 13, 9651, 2869, 471, 29889, 1334, 1016, 30010, 29873, 1073, 825, 670, 7609, 13, 9651, 471, 1363, 540, 2360, 1243, 2164, 304, 393, 29892, 607, 13, 9651, 540, 756, 1432, 1492, 304, 437, 29889, 1205, 1258, 366, 8293, 13, 9651, 902, 29973, 2296, 30010, 29879, 701, 1244, 5934, 670, 7609, 471, 445, 29889, 13, 13, 30497, 29871, 29941, 29945, 259, 17238, 29926, 9093, 1203, 287, 373, 278, 8405, 393, 278, 410, 3471, 3406, 471, 13, 13, 29871, 972, 4481, 1218, 26406, 2613, 2838, 29889, 450, 14260, 8973, 15075, 7114, 278, 704, 6929, 13, 13, 29871, 408, 304, 278, 410, 3471, 3406, 30010, 29879, 16225, 29892, 541, 975, 582, 839, 372, 408, 304, 2793, 29889, 450, 13, 13, 29871, 410, 3471, 3406, 769, 28705, 29892, 1346, 29961, 29902, 29962, 29888, 366, 748, 714, 322, 1065, 18462, 975, 322, 13, 13, 29871, 785, 322, 1348, 393, 366, 750, 278, 1492, 304, 437, 393, 29892, 338, 393, 330, 11586, 367, 263, 13, 13, 29871, 25204, 6490, 26406, 491, 5934, 29892, 1532, 29892, 306, 2714, 306, 1033, 437, 393, 29889, 306, 3282, 30010, 29873, 13, 13, 29871, 785, 23196, 3926, 5429, 592, 29889, 15706, 1486, 1925, 372, 297, 5007, 29889, 1932, 306, 18093, 590, 13, 13, 29871, 1559, 29892, 297, 278, 15278, 12219, 29892, 3078, 1497, 393, 1048, 393, 29889, 2193, 30010, 29879, 13, 13, 29871, 758, 2490, 261, 681, 3178, 17238, 29926, 9093, 1258, 451, 23011, 670, 704, 6929, 29889, 13, 13, 462, 308, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29941, 29953, 259, 512, 9076, 292, 16831, 287, 410, 3471, 6072, 3984, 535, 2199, 29892, 385, 623, 514, 403, 13, 13, 29871, 8973, 3033, 1179, 297, 263, 1023, 29899, 10568, 7418, 29889, 3824, 29892, 591, 8161, 3692, 13, 13, 29871, 278, 410, 3471, 3406, 30010, 29879, 7512, 471, 4857, 546, 2729, 373, 278, 2025, 2877, 310, 278, 13, 13, 29871, 14209, 29889, 29022, 325, 29889, 11647, 29892, 29871, 29906, 29941, 29945, 349, 29889, 29941, 29881, 29871, 29896, 29900, 29947, 29929, 29892, 29871, 29896, 29900, 29929, 29953, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29896, 29900, 467, 13, 13, 13, 462, 462, 268, 29896, 29946, 13, 15, 29871, 6440, 29892, 591, 8161, 3692, 738, 3984, 535, 2199, 1370, 29878, 1934, 18764, 284, 13, 13, 29871, 1090, 278, 1571, 3918, 310, 9076, 29889, 5163, 29889, 13, 13, 30497, 29871, 29941, 29955, 259, 1932, 278, 16831, 287, 3984, 535, 2199, 338, 1203, 287, 304, 472, 14260, 322, 338, 310, 13, 13, 29871, 16772, 284, 18497, 29892, 591, 9076, 363, 16772, 284, 4023, 828, 404, 13, 13, 29871, 1059, 29889, 5163, 29889, 1932, 278, 16831, 287, 3984, 535, 2199, 338, 451, 310, 263, 16772, 284, 13, 13, 29871, 18497, 29892, 322, 746, 278, 26406, 1203, 287, 472, 14260, 29892, 591, 4967, 278, 13, 13, 29871, 410, 3471, 6072, 3984, 535, 2199, 304, 4023, 828, 404, 1059, 9076, 29889, 5163, 29889, 472, 29871, 29896, 29900, 29929, 29955, 29889, 13, 13, 29871, 10506, 410, 3471, 6072, 3984, 535, 2199, 674, 367, 5545, 4023, 828, 404, 13, 13, 29871, 1346, 8256, 1310, 727, 338, 694, 15590, 6976, 393, 372, 26869, 304, 13, 13, 29871, 278, 822, 5818, 30010, 29879, 7602, 2463, 3178, 6781, 1241, 325, 29889, 11647, 29892, 29871, 29896, 29947, 29953, 349, 29889, 29941, 29881, 29871, 29941, 29929, 29892, 29871, 29946, 29906, 313, 1625, 29877, 29889, 13, 13, 259, 29906, 29900, 29900, 29947, 467, 1932, 278, 26406, 1258, 451, 1203, 304, 278, 3984, 535, 2199, 29892, 591, 13, 13, 29871, 9076, 363, 8656, 1059, 29889, 29022, 29892, 29871, 29906, 29941, 29945, 349, 29889, 29941, 29881, 472, 29871, 29896, 29900, 29929, 29955, 29899, 29929, 29947, 29889, 13, 13, 462, 965, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29941, 29947, 259, 319, 410, 3471, 3406, 2609, 3440, 373, 263, 1346, 10525, 292, 1889, 30024, 363, 13, 13, 29871, 9151, 292, 4251, 1346, 18103, 372, 1716, 26085, 393, 5684, 10757, 13, 13, 29871, 20382, 1410, 2782, 4864, 322, 10320, 1338, 278, 7333, 9426, 310, 278, 13, 13, 29871, 410, 3471, 3406, 3178, 7809, 20191, 29899, 29954, 608, 29920, 325, 29889, 11647, 29892, 29871, 29896, 29906, 29945, 349, 29889, 29941, 29881, 29871, 29896, 29900, 29946, 29941, 29892, 29871, 29896, 29900, 29945, 29906, 313, 1625, 29877, 29889, 13, 13, 259, 29906, 29900, 29900, 29945, 467, 739, 338, 884, 4857, 546, 363, 263, 410, 3471, 3406, 304, 1207, 29360, 1346, 1454, 278, 13, 13, 29871, 6924, 6437, 310, 972, 4481, 1218, 26406, 2613, 2838, 3178, 11647, 325, 29889, 10920, 29892, 13, 13, 259, 29947, 29941, 29906, 349, 29889, 29906, 29881, 29871, 29896, 29900, 29941, 29953, 29892, 29871, 29896, 29900, 29941, 29947, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29896, 29929, 29929, 29896, 467, 739, 338, 22829, 4857, 546, 363, 13, 13, 13, 462, 462, 1678, 29896, 29945, 13, 15, 29871, 263, 410, 3471, 3406, 304, 3440, 373, 263, 822, 5818, 30010, 29879, 10608, 451, 304, 1243, 1598, 29889, 13, 13, 29871, 22990, 262, 325, 29889, 8046, 29892, 29871, 29941, 29947, 29900, 501, 29889, 29903, 29889, 29871, 29953, 29900, 29929, 29892, 29871, 29953, 29896, 29946, 313, 29896, 29929, 29953, 29945, 416, 1074, 884, 11647, 325, 29889, 13, 13, 29871, 3760, 457, 29920, 29892, 29871, 29953, 29945, 29906, 349, 29889, 29906, 29881, 29871, 29896, 29955, 29946, 29892, 29871, 29896, 29955, 29955, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29896, 29929, 29947, 29896, 29897, 313, 1333, 292, 393, 263, 13, 13, 29871, 410, 3471, 3406, 30010, 29879, 3440, 373, 263, 822, 5818, 30010, 29879, 15142, 20016, 2667, 13, 13, 29871, 18764, 1821, 1059, 746, 1346, 1552, 410, 3471, 918, 28705, 393, 1316, 15142, 13, 13, 29871, 20016, 3860, 385, 2411, 2957, 594, 6737, 310, 1410, 2782, 30024, 467, 13, 13, 30497, 29871, 29941, 29929, 259, 25678, 29892, 1346, 29961, 29874, 29962, 410, 3471, 3406, 338, 6068, 15620, 26271, 13, 13, 29871, 297, 10049, 292, 304, 278, 2980, 1754, 491, 9209, 292, 2613, 2838, 3178, 11647, 13, 13, 29871, 325, 29889, 8292, 533, 29920, 29892, 29871, 29929, 29929, 29955, 349, 29889, 29906, 29881, 29871, 29896, 29906, 29900, 29900, 29892, 29871, 29896, 29906, 29896, 29896, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29896, 29929, 29929, 29929, 511, 2756, 30010, 29881, 29892, 29871, 29946, 29941, 349, 29889, 29941, 29881, 13, 13, 259, 29953, 29896, 29896, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29900, 29896, 467, 8725, 29892, 1346, 29961, 29874, 29962, 29880, 3592, 372, 338, 4857, 546, 363, 263, 13, 13, 29871, 410, 3471, 3406, 304, 4974, 393, 9209, 292, 2613, 2838, 9906, 393, 278, 13, 13, 29871, 28886, 30010, 29879, 1206, 338, 451, 2778, 2105, 2738, 3995, 278, 410, 3471, 3406, 1122, 3635, 790, 14981, 13, 13, 29871, 27754, 1346, 5747, 278, 10757, 297, 2304, 310, 822, 5818, 30010, 29879, 21458, 663, 10225, 287, 13, 13, 29871, 5960, 749, 3178, 5163, 29889, 472, 29871, 29896, 29906, 29896, 29896, 29936, 1074, 884, 11647, 325, 29889, 3685, 1100, 29892, 29871, 29906, 29900, 29896, 29906, 4810, 29909, 29871, 29896, 29953, 29955, 29892, 13, 13, 259, 30497, 29871, 29941, 29896, 29892, 29871, 29941, 29900, 29906, 349, 29889, 29941, 29881, 29871, 29941, 29896, 29896, 29892, 29871, 29941, 29896, 29955, 313, 303, 1218, 393, 263, 410, 3471, 3406, 1122, 3635, 790, 14981, 13, 13, 29871, 1346, 9342, 373, 278, 18070, 310, 10757, 304, 2304, 263, 822, 5818, 30010, 29879, 13, 13, 29871, 2793, 1080, 30024, 467, 13, 13, 30497, 29871, 29946, 29900, 259, 2401, 514, 403, 28033, 2050, 3196, 13879, 297, 3683, 2827, 13, 13, 29871, 3692, 410, 3471, 6072, 3984, 535, 2199, 471, 758, 17675, 5611, 29892, 3704, 278, 13, 13, 29871, 5469, 310, 278, 1059, 29892, 278, 639, 4428, 20193, 310, 278, 3984, 535, 2199, 29892, 278, 13, 13, 13, 462, 462, 268, 29896, 29953, 13, 15, 29871, 3030, 29892, 322, 278, 12463, 9324, 310, 278, 10757, 20382, 278, 13, 13, 29871, 7602, 2463, 29889, 11647, 325, 29889, 4052, 29933, 2426, 29892, 29871, 29906, 29906, 29947, 349, 29889, 29941, 29881, 29871, 29906, 29896, 29953, 29892, 29871, 29906, 29906, 29945, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29906, 29900, 29900, 29929, 416, 13, 13, 29871, 1074, 884, 6781, 1241, 29892, 29871, 29896, 29947, 29953, 349, 29889, 29941, 29881, 472, 29871, 29946, 29941, 29889, 1152, 1342, 29892, 263, 9076, 292, 8973, 1122, 13, 13, 29871, 2050, 3692, 1571, 432, 2857, 11994, 1380, 335, 630, 278, 758, 17675, 5611, 13, 13, 29871, 2779, 310, 410, 3471, 6072, 3984, 535, 2199, 29889, 2823, 11647, 325, 29889, 4834, 9093, 29892, 29871, 29906, 29900, 29896, 29946, 4810, 29909, 13, 13, 259, 29896, 29946, 29900, 29924, 29892, 29871, 30497, 29871, 29955, 29947, 29892, 903, 1649, 349, 29889, 29941, 29881, 903, 1649, 29892, 903, 1649, 313, 535, 22368, 410, 3471, 3406, 30010, 29879, 13, 13, 29871, 3984, 6112, 4110, 892, 4023, 828, 404, 297, 3578, 310, 11994, 515, 278, 14260, 13, 13, 29871, 8973, 322, 278, 26406, 30010, 29879, 14382, 2980, 29897, 313, 6327, 29889, 16896, 297, 760, 2864, 29889, 13, 13, 259, 29906, 29941, 29892, 29871, 29906, 29900, 29896, 29945, 467, 13, 13, 462, 1669, 360, 29889, 24352, 13, 13, 30497, 29871, 29946, 29896, 259, 17238, 29926, 9093, 640, 1975, 393, 2211, 8871, 310, 410, 3471, 6072, 13, 13, 29871, 3984, 535, 2199, 1996, 18764, 284, 29889, 1334, 22941, 929, 29889, 13, 13, 30497, 29871, 29946, 29906, 259, 17238, 29926, 9093, 937, 640, 1975, 393, 278, 410, 3471, 3406, 4857, 546, 368, 12992, 13, 13, 29871, 304, 263, 4315, 292, 1889, 1550, 4392, 2827, 278, 17924, 16277, 29889, 1334, 13, 13, 29871, 17189, 573, 694, 410, 3471, 6072, 3984, 535, 2199, 29889, 450, 410, 3471, 3406, 1244, 1258, 451, 13, 13, 29871, 22366, 393, 540, 750, 17785, 297, 263, 4315, 292, 1889, 304, 1346, 705, 287, 714, 278, 13, 13, 29871, 591, 5790, 4251, 322, 29892, 27063, 29892, 393, 278, 4306, 270, 29961, 333, 29962, 451, 2050, 445, 263, 13, 13, 29871, 8062, 1206, 3178, 7809, 20191, 29899, 29954, 608, 29920, 29892, 29871, 29896, 29906, 29945, 349, 29889, 29941, 29881, 472, 29871, 29896, 29900, 29945, 29906, 313, 535, 22368, 278, 13, 13, 29871, 410, 3471, 3406, 30010, 29879, 3440, 393, 1346, 277, 4893, 263, 3287, 901, 1135, 18462, 13, 13, 29871, 5934, 393, 2022, 1258, 372, 30024, 304, 6963, 21090, 471, 4857, 546, 467, 390, 1624, 29892, 13, 13, 13, 462, 462, 268, 29896, 29955, 13, 15, 29871, 278, 410, 3471, 3406, 7542, 2164, 393, 278, 9124, 1258, 451, 6963, 22161, 13, 13, 29871, 21090, 322, 393, 278, 16277, 3654, 1258, 451, 2317, 304, 11581, 408, 263, 13, 13, 29871, 1121, 310, 17238, 29926, 9093, 30010, 29879, 7602, 2463, 29889, 450, 11647, 4974, 29892, 322, 591, 8661, 29892, 393, 13, 13, 29871, 278, 410, 3471, 3406, 30010, 29879, 1139, 13586, 560, 293, 1573, 28523, 2592, 304, 10127, 393, 13, 13, 29871, 278, 6474, 1098, 25252, 30010, 29879, 8034, 471, 14040, 363, 12359, 26420, 278, 13, 13, 29871, 22161, 21090, 2750, 17238, 29926, 9093, 29889, 13, 13, 30497, 29871, 29946, 29941, 259, 6440, 29892, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 410, 3471, 3406, 10112, 9894, 14981, 13, 13, 29871, 19952, 373, 670, 10608, 451, 304, 1243, 1598, 29889, 1334, 22941, 929, 29889, 7753, 565, 591, 13, 13, 29871, 5251, 278, 3440, 373, 17238, 29926, 9093, 30010, 29879, 10608, 451, 304, 1243, 1598, 471, 13, 13, 29871, 4857, 546, 29892, 451, 1432, 3440, 373, 263, 822, 5818, 30010, 29879, 7348, 451, 304, 1243, 1598, 13, 13, 29871, 6858, 18764, 284, 29889, 2823, 3760, 457, 29920, 29892, 29871, 29953, 29945, 29906, 349, 29889, 29906, 29881, 472, 29871, 29896, 29955, 29955, 29889, 1346, 1576, 3683, 2827, 13, 13, 29871, 7329, 338, 3692, 278, 822, 5818, 30010, 29879, 15142, 471, 1304, 491, 278, 13, 13, 29871, 410, 3471, 918, 408, 263, 2794, 310, 4969, 385, 27262, 310, 1410, 2782, 3995, 1178, 1696, 322, 13, 13, 29871, 591, 17668, 393, 278, 410, 3471, 3406, 30010, 29879, 6589, 1244, 1258, 451, 12020, 13, 13, 29871, 1316, 385, 27262, 29889, 13, 13, 30497, 29871, 29946, 29946, 259, 9788, 29892, 17238, 29926, 9093, 640, 1975, 393, 278, 410, 3471, 3406, 10112, 9894, 14981, 13, 13, 29871, 972, 4481, 630, 26406, 2613, 2838, 322, 278, 26406, 30010, 29879, 6368, 310, 278, 1206, 13, 13, 29871, 2645, 337, 4187, 20411, 14382, 2980, 29889, 1334, 8661, 393, 278, 410, 3471, 3406, 13, 13, 29871, 4857, 546, 368, 972, 4481, 630, 26406, 2613, 2838, 322, 278, 26406, 30010, 29879, 6368, 310, 13, 13, 13, 13, 13, 462, 462, 4706, 29896, 29947, 13, 15, 29871, 278, 1206, 746, 540, 2931, 1891, 902, 6273, 408, 1346, 5729, 29873, 873, 13, 13, 29871, 8177, 12906, 681, 30024, 322, 1346, 1457, 2490, 261, 681, 3178, 13, 13, 30497, 29871, 29946, 29945, 259, 2398, 29892, 591, 17189, 573, 694, 8405, 363, 18764, 284, 408, 263, 1121, 310, 1438, 13, 13, 29871, 4857, 546, 29360, 29889, 450, 6589, 892, 9078, 304, 278, 11647, 30010, 29879, 13, 13, 29871, 337, 4187, 20411, 14382, 2980, 29889, 12808, 29892, 7282, 10757, 13, 13, 29871, 1034, 307, 4089, 630, 278, 432, 2857, 30010, 29879, 9138, 310, 1410, 2782, 813, 10816, 29892, 278, 13, 13, 29871, 563, 275, 649, 287, 10757, 393, 17238, 29926, 9093, 750, 6206, 385, 20607, 5253, 13, 13, 29871, 310, 2875, 515, 278, 3699, 29889, 4533, 292, 278, 2407, 408, 263, 3353, 29892, 591, 13, 13, 29871, 2609, 1827, 393, 727, 471, 263, 1346, 23147, 519, 6976, 30024, 393, 278, 13, 13, 29871, 410, 3471, 3406, 30010, 29879, 29360, 972, 4481, 1218, 26406, 2613, 2838, 26869, 304, 13, 13, 29871, 17238, 29926, 9093, 30010, 29879, 7602, 919, 1080, 29889, 2823, 6781, 1241, 29892, 29871, 29896, 29947, 29953, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29889, 6549, 29892, 591, 13, 13, 29871, 8161, 278, 1059, 471, 4023, 828, 404, 29889, 13, 13, 30497, 29871, 29946, 29953, 259, 512, 2533, 29892, 2466, 591, 8661, 393, 278, 410, 3471, 3406, 4857, 546, 368, 13, 13, 29871, 972, 4481, 630, 26406, 2613, 2838, 29892, 591, 17189, 573, 694, 8405, 363, 18764, 284, 29889, 13, 13, 462, 539, 478, 29889, 1894, 300, 837, 16976, 1019, 29890, 362, 13, 13, 30497, 29871, 29946, 29955, 259, 17238, 29926, 9093, 640, 1975, 393, 278, 14260, 8973, 1258, 451, 505, 278, 1002, 329, 706, 13, 13, 29871, 14329, 304, 10541, 1075, 304, 1399, 300, 837, 16976, 2070, 362, 29889, 1334, 22941, 929, 29889, 13, 13, 462, 965, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29871, 29946, 29947, 259, 7133, 278, 2665, 16750, 22514, 29892, 278, 11647, 13877, 393, 13, 13, 29871, 17238, 29926, 9093, 367, 7180, 373, 263, 1346, 5426, 3785, 310, 2070, 362, 869, 869, 869, 9051, 297, 13, 13, 13, 462, 462, 268, 29896, 29929, 13, 15, 29871, 278, 18403, 310, 9475, 304, 3006, 2440, 30024, 1363, 896, 23483, 630, 13, 13, 29871, 393, 17238, 29926, 9093, 723, 367, 10372, 304, 5146, 23228, 1791, 5008, 29889, 29906, 13, 13, 29871, 17238, 29926, 9093, 13877, 443, 9136, 11292, 2070, 362, 411, 263, 16250, 13, 13, 29871, 7405, 1061, 29652, 670, 1791, 5008, 5146, 1860, 29889, 13, 13, 30497, 29871, 29946, 29929, 259, 450, 14260, 8973, 527, 4752, 385, 1346, 262, 25476, 568, 2070, 362, 10541, 30024, 13, 13, 29871, 1363, 310, 278, 23228, 1791, 5008, 393, 17238, 29926, 9093, 471, 3806, 304, 13, 13, 29871, 288, 705, 29889, 512, 7275, 292, 385, 1399, 300, 837, 16976, 2070, 362, 10541, 29892, 278, 14260, 13, 13, 29871, 8973, 8703, 29892, 1346, 8439, 338, 1206, 4307, 393, 5969, 2039, 1048, 3692, 13, 13, 29871, 518, 513, 300, 837, 16976, 2070, 362, 29962, 338, 1554, 393, 508, 470, 881, 367, 13, 13, 29871, 527, 4752, 322, 372, 30010, 29879, 8959, 1554, 393, 338, 6068, 17126, 310, 13, 13, 29871, 278, 1134, 310, 7602, 2463, 393, 756, 1063, 7802, 3178, 13, 13, 30497, 29871, 29945, 29900, 259, 450, 22219, 326, 375, 5922, 393, 278, 10541, 527, 4752, 471, 263, 1840, 310, 13, 13, 29871, 2070, 362, 363, 9881, 2440, 304, 2834, 29889, 13, 13, 462, 3986, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29945, 29896, 259, 450, 11647, 640, 355, 393, 591, 881, 451, 2050, 445, 5995, 13, 13, 29871, 1363, 263, 10541, 304, 2070, 362, 338, 451, 22420, 6275, 4967, 304, 13, 13, 13, 13, 259, 29906, 450, 14260, 8973, 18973, 10372, 17238, 29926, 9093, 304, 5146, 395, 29896, 29955, 29896, 29892, 29946, 29906, 29896, 29889, 29929, 29955, 297, 13, 29871, 1791, 5008, 29889, 17238, 29926, 9093, 16949, 5929, 7943, 393, 1797, 29892, 322, 263, 8542, 13, 29871, 310, 445, 8973, 2756, 381, 2168, 297, 760, 29892, 18764, 287, 297, 760, 29892, 322, 1083, 392, 287, 363, 13, 29871, 337, 3200, 1241, 362, 29889, 11647, 325, 29889, 17238, 29926, 9093, 29892, 313, 1625, 29877, 29889, 2401, 29889, 1939, 29889, 29871, 29896, 29946, 5454, 29906, 29946, 29947, 29953, 29892, 4756, 29889, 13, 259, 29945, 29892, 29871, 29906, 29900, 29896, 29955, 29897, 313, 1333, 6369, 12359, 29884, 424, 304, 315, 29889, 29909, 29889, 29934, 29889, 29871, 29941, 29945, 29898, 29872, 8106, 13, 13, 462, 462, 4706, 29906, 29900, 13, 15, 29871, 623, 514, 403, 9076, 29889, 2398, 29892, 1346, 3062, 29892, 408, 1244, 29892, 263, 822, 5818, 640, 1975, 13, 13, 29871, 393, 5129, 29874, 8973, 756, 13461, 287, 967, 1002, 329, 706, 14329, 30010, 297, 7275, 292, 263, 13, 13, 29871, 2070, 362, 653, 10541, 29892, 623, 514, 403, 9076, 338, 1370, 29878, 9714, 3178, 11647, 325, 29889, 13, 13, 29871, 23750, 29892, 29871, 29906, 29900, 29896, 29941, 4810, 29909, 29871, 29955, 29953, 29892, 29871, 30497, 29871, 29896, 29900, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 29871, 29946, 29906, 29900, 29892, 29871, 29946, 29906, 29941, 313, 339, 11427, 11647, 325, 29889, 13, 13, 29871, 13693, 1171, 29892, 29871, 29896, 29946, 29900, 349, 29889, 29941, 29881, 29871, 29896, 29955, 29906, 29892, 29871, 29896, 29955, 29946, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29906, 29900, 29900, 29953, 8106, 13, 13, 30497, 29871, 29945, 29906, 259, 1346, 4806, 9076, 2665, 16750, 1602, 12112, 393, 526, 2629, 278, 1002, 329, 706, 13, 13, 29871, 3464, 363, 385, 633, 1509, 310, 766, 4838, 291, 3178, 11647, 325, 29889, 4794, 15749, 29892, 29871, 29906, 29900, 29896, 29941, 4810, 29909, 29871, 29941, 29955, 29892, 13, 13, 259, 30497, 29871, 29955, 29896, 29892, 29871, 29941, 29896, 29953, 349, 29889, 29941, 29881, 29871, 29906, 29945, 29892, 29871, 29941, 29955, 29889, 2398, 29892, 988, 278, 822, 5818, 640, 1975, 393, 13, 13, 29871, 263, 8973, 13461, 287, 967, 1002, 329, 706, 2665, 16750, 14329, 29892, 1749, 25501, 16129, 13, 13, 29871, 20789, 1002, 329, 706, 19854, 29889, 23750, 29892, 29871, 30497, 29871, 29896, 29906, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29941, 29889, 13, 13, 29871, 1334, 9076, 1316, 5626, 310, 1002, 329, 706, 19854, 316, 2420, 29877, 29889, 5163, 29889, 13, 13, 462, 965, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29945, 29941, 259, 7634, 4004, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29906, 29900, 29906, 29898, 29896, 5033, 29874, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 263, 14260, 8973, 1346, 13029, 13, 13, 29871, 16690, 278, 822, 5818, 2070, 362, 363, 1316, 3785, 322, 2501, 1316, 4958, 13, 13, 29871, 322, 5855, 408, 372, 316, 1567, 1900, 3178, 8725, 29892, 1346, 29961, 29873, 29962, 354, 3309, 310, 2070, 362, 13, 13, 29871, 4091, 367, 4967, 304, 278, 766, 4838, 291, 310, 278, 8973, 322, 1122, 13461, 278, 13, 13, 29871, 7472, 3785, 310, 297, 4287, 2265, 362, 4148, 1891, 363, 278, 12965, 310, 13, 13, 29871, 278, 1283, 1947, 310, 607, 278, 822, 5818, 338, 7602, 18186, 3178, 5163, 29889, 13, 13, 30497, 29871, 29945, 29946, 259, 512, 23750, 29892, 263, 8542, 310, 445, 8973, 22834, 393, 4004, 29871, 29896, 29947, 29899, 13, 13, 259, 29896, 29889, 29941, 29899, 29906, 29900, 29906, 29898, 29896, 29897, 1346, 8921, 7093, 263, 14260, 8973, 304, 2411, 852, 385, 1399, 300, 837, 16976, 1840, 13, 13, 13, 462, 462, 1678, 29906, 29896, 13, 15, 29871, 310, 2070, 362, 3178, 23750, 29892, 29871, 30497, 29871, 29941, 29947, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29953, 29889, 450, 23750, 8542, 13, 13, 29871, 15772, 2475, 287, 967, 15997, 491, 3063, 304, 278, 8656, 4086, 310, 278, 13, 13, 29871, 1002, 1082, 813, 607, 278, 8542, 11682, 1346, 1285, 331, 2341, 29961, 29879, 29962, 1716, 13, 13, 29871, 11806, 403, 322, 1399, 300, 837, 16976, 4958, 310, 2070, 362, 30024, 813, 322, 304, 278, 13, 13, 29871, 25161, 30010, 29879, 13332, 1230, 4955, 29889, 5163, 29889, 472, 29871, 30497, 30497, 29871, 29946, 29900, 29892, 29871, 29946, 29906, 29892, 29871, 29946, 29953, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29953, 29899, 13, 13, 259, 29906, 29947, 29889, 9788, 29892, 278, 8542, 11682, 393, 4004, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29906, 29900, 29906, 29898, 29896, 29897, 1346, 4738, 635, 13, 13, 29871, 639, 2408, 29879, 304, 263, 7300, 770, 310, 4251, 29892, 322, 372, 3763, 6511, 263, 14260, 8973, 13, 13, 29871, 304, 3546, 385, 1399, 300, 837, 16976, 1840, 565, 372, 25260, 385, 1283, 1581, 1058, 756, 13, 13, 29871, 1063, 7602, 18186, 310, 263, 7995, 2592, 304, 2070, 362, 3178, 5163, 29889, 472, 29871, 30497, 29871, 29945, 29900, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 13, 13, 259, 29946, 29906, 29947, 313, 29884, 561, 1025, 292, 2070, 362, 653, 10541, 310, 3006, 2440, 304, 2834, 416, 1074, 884, 13, 13, 29871, 11647, 325, 29889, 3760, 457, 29920, 29892, 29871, 29947, 29946, 29946, 349, 29889, 29906, 29881, 29871, 29896, 29906, 29900, 29941, 29892, 29871, 29896, 29906, 29900, 29953, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29896, 29929, 29929, 29906, 29897, 13, 13, 29871, 313, 535, 22368, 393, 263, 14260, 8973, 756, 14329, 304, 2411, 852, 263, 1840, 310, 13, 13, 29871, 2070, 362, 393, 13461, 29879, 278, 10541, 304, 29535, 358, 297, 278, 13, 13, 29871, 1002, 329, 706, 946, 3874, 29894, 630, 3464, 363, 385, 1283, 1947, 467, 13, 13, 462, 1669, 360, 29889, 24352, 13, 13, 30497, 29871, 29945, 29945, 259, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 14260, 8973, 13461, 287, 967, 1002, 329, 706, 13, 13, 29871, 14329, 297, 7275, 292, 385, 1399, 300, 837, 16976, 2070, 362, 653, 10541, 29889, 1334, 13, 13, 29871, 22941, 929, 29889, 13, 13, 30497, 29871, 29945, 29953, 259, 8502, 278, 23750, 8542, 29892, 591, 17668, 393, 4004, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 13, 13, 259, 29906, 29900, 29906, 29898, 29896, 29897, 4076, 263, 14260, 8973, 278, 14329, 304, 10541, 263, 822, 5818, 13, 13, 13, 462, 462, 268, 29906, 29906, 13, 15, 29871, 7602, 18186, 310, 263, 7995, 2592, 304, 385, 297, 25476, 568, 2070, 362, 653, 3785, 29889, 17238, 29926, 9093, 13, 13, 29871, 5065, 2710, 393, 278, 1002, 1082, 13071, 263, 14260, 8973, 30010, 29879, 14329, 304, 2411, 852, 385, 13, 13, 29871, 1399, 300, 837, 16976, 2070, 362, 10541, 29889, 7634, 17238, 29926, 9093, 30010, 29879, 5900, 29892, 263, 10541, 13, 13, 29871, 304, 2070, 362, 363, 29871, 29896, 29900, 29900, 2440, 338, 3635, 790, 1821, 29892, 541, 385, 1399, 300, 837, 16976, 13, 13, 29871, 2070, 362, 10541, 338, 5377, 278, 14260, 8973, 30010, 29879, 1002, 329, 706, 14329, 29889, 13, 13, 29871, 450, 1002, 1082, 16688, 694, 8405, 363, 20888, 445, 15997, 29889, 13, 13, 30497, 29871, 29945, 29955, 259, 17238, 29926, 9093, 408, 643, 1372, 393, 23750, 338, 20820, 519, 1363, 393, 13, 13, 29871, 1206, 15041, 3692, 263, 822, 5818, 7602, 18186, 310, 263, 7916, 1283, 1947, 451, 13, 13, 29871, 20327, 1090, 278, 2428, 4924, 11380, 310, 278, 21137, 21703, 5947, 1581, 13, 13, 29871, 365, 361, 5410, 5670, 4924, 3185, 310, 29871, 29896, 29929, 29929, 29947, 313, 29903, 5607, 8132, 511, 1074, 16683, 30152, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29896, 29900, 29900, 29896, 13, 13, 29871, 304, 448, 29896, 29900, 29896, 29906, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 1033, 2360, 16561, 367, 2665, 9223, 304, 13, 13, 29871, 1399, 300, 837, 16976, 2070, 362, 29889, 23750, 29892, 29871, 30497, 29871, 29896, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29906, 29889, 17238, 29926, 9093, 13, 13, 29871, 640, 1975, 393, 23750, 471, 9078, 304, 278, 3153, 14209, 13, 13, 29871, 310, 393, 1206, 29892, 322, 947, 451, 17644, 3394, 304, 599, 1283, 11259, 322, 13, 13, 29871, 24663, 1934, 29889, 2398, 29892, 278, 23750, 8542, 1754, 2821, 393, 4004, 13, 13, 259, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29906, 29900, 29906, 29898, 29896, 29897, 1346, 342, 370, 1674, 267, 263, 2498, 5751, 408, 2215, 408, 278, 13331, 310, 13, 13, 29871, 385, 1399, 300, 837, 16976, 2070, 362, 653, 1840, 363, 7995, 265, 583, 30024, 322, 1346, 8921, 7093, 263, 13, 13, 29871, 14260, 8973, 304, 2411, 852, 385, 1399, 300, 837, 16976, 1840, 310, 2070, 362, 3178, 5163, 29889, 472, 13, 13, 259, 30497, 30497, 29871, 29941, 29947, 29892, 29871, 29945, 29900, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29953, 29892, 29871, 29946, 29906, 29947, 29889, 512, 2114, 29892, 23750, 9479, 22225, 13, 13, 29871, 278, 2980, 393, 263, 10541, 310, 1399, 300, 837, 16976, 2070, 362, 1033, 367, 13, 13, 13, 462, 462, 268, 29906, 29941, 13, 15, 29871, 527, 4752, 871, 297, 7916, 1283, 1947, 4251, 4967, 304, 317, 5607, 8132, 29889, 5163, 29889, 472, 29871, 30497, 30497, 29871, 29946, 29929, 29899, 13, 13, 259, 29945, 29900, 29892, 29871, 29941, 29900, 29945, 349, 29889, 29941, 29881, 472, 29871, 29946, 29906, 29947, 29889, 6549, 29892, 17238, 29926, 9093, 30010, 29879, 2980, 393, 23750, 338, 13, 13, 29871, 9078, 304, 7916, 1283, 11259, 338, 443, 485, 737, 292, 29889, 13, 13, 30497, 29871, 29945, 29947, 259, 512, 2533, 29892, 591, 17668, 393, 278, 14260, 8973, 1258, 451, 13461, 967, 13, 13, 29871, 1002, 329, 706, 14329, 297, 7275, 292, 278, 2070, 362, 10541, 1244, 29889, 13, 13, 462, 308, 5473, 29889, 9839, 29879, 310, 1019, 3471, 918, 13, 13, 30497, 29871, 29945, 29929, 259, 17238, 29926, 9093, 2446, 408, 643, 1372, 393, 278, 14260, 8973, 604, 1127, 297, 9862, 292, 278, 13, 13, 29871, 2989, 21544, 310, 410, 3471, 918, 13877, 491, 278, 11647, 1728, 3907, 263, 13, 13, 29871, 9138, 373, 3692, 738, 11910, 310, 278, 21544, 471, 1098, 1091, 9246, 304, 278, 13, 13, 29871, 8323, 373, 607, 540, 471, 10695, 4430, 29889, 1334, 8661, 29889, 13, 13, 462, 965, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29871, 29953, 29900, 259, 10949, 2665, 16750, 29892, 278, 11647, 6153, 363, 337, 19977, 1295, 882, 310, 278, 13, 13, 29871, 21544, 310, 410, 3471, 918, 12359, 29884, 424, 304, 4004, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29955, 29900, 29896, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 13, 13, 29871, 450, 11647, 13877, 395, 29955, 29953, 29947, 29889, 29955, 29900, 29889, 17238, 29926, 9093, 15869, 278, 10884, 373, 278, 13, 13, 29871, 8405, 393, 278, 11647, 23888, 23134, 363, 278, 21544, 297, 2764, 1127, 304, 13, 13, 29871, 6356, 278, 822, 336, 566, 292, 263, 26130, 6625, 2105, 8323, 29892, 310, 607, 17238, 29926, 9093, 13, 13, 29871, 471, 10695, 4430, 29889, 13, 13, 30497, 29871, 29953, 29896, 259, 7133, 278, 2665, 16750, 22514, 29892, 278, 14260, 8973, 15074, 278, 13, 13, 29871, 13877, 21544, 310, 410, 3471, 918, 29892, 20520, 17238, 29926, 9093, 304, 5146, 395, 29955, 29953, 29947, 29889, 29955, 29900, 29889, 13, 13, 13, 13, 13, 462, 462, 268, 29906, 29946, 13, 15, 462, 3986, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29953, 29906, 259, 450, 14260, 8973, 29892, 297, 967, 766, 4838, 291, 29892, 1122, 24809, 15590, 322, 13, 13, 29871, 5181, 21544, 310, 410, 3471, 918, 2750, 263, 7602, 18186, 822, 5818, 29889, 2823, 13, 13, 29871, 16683, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29955, 29900, 29896, 29898, 29906, 5033, 29926, 29889, 29945, 467, 6549, 29892, 591, 9076, 385, 24809, 358, 310, 21544, 310, 13, 13, 29871, 410, 3471, 918, 363, 385, 633, 1509, 310, 766, 4838, 291, 29892, 18764, 292, 565, 278, 14260, 8973, 30010, 29879, 13, 13, 29871, 3683, 3381, 338, 10419, 368, 11472, 29892, 443, 23147, 519, 29892, 470, 29395, 1466, 29892, 13, 13, 29871, 11647, 325, 29889, 3793, 10730, 29892, 29871, 29906, 29955, 29906, 349, 29889, 29941, 29881, 29871, 29896, 29896, 29900, 29953, 29892, 29871, 29896, 29896, 29896, 29900, 313, 1625, 29877, 29889, 2401, 29889, 29871, 29906, 29900, 29896, 29896, 511, 470, 565, 278, 13, 13, 29871, 14260, 8973, 3984, 932, 2957, 278, 4307, 29892, 11647, 325, 29889, 29011, 29892, 29871, 29906, 29900, 29896, 29955, 4810, 29871, 29941, 29945, 29892, 13, 13, 259, 30497, 29871, 29906, 29945, 29892, 29871, 29941, 29929, 29941, 349, 29889, 29941, 29881, 29871, 29946, 29929, 29941, 29892, 29871, 29946, 29929, 29929, 29889, 13, 13, 462, 632, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29953, 29941, 259, 7634, 4004, 29871, 29896, 29953, 29899, 29896, 29947, 29899, 29896, 29900, 29896, 29898, 29896, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 278, 2106, 367, 1503, 278, 13, 13, 29871, 21544, 310, 410, 3471, 918, 746, 263, 822, 5818, 338, 10695, 4430, 29889, 10506, 21544, 13, 13, 29871, 1122, 3160, 16277, 1238, 267, 29892, 17967, 482, 29892, 21896, 3460, 1518, 11259, 29892, 8608, 362, 13, 13, 29871, 21544, 29892, 322, 916, 15590, 322, 5181, 21544, 393, 4153, 1121, 13, 13, 29871, 515, 410, 3471, 17068, 278, 822, 5818, 29889, 16683, 29871, 29896, 29947, 29899, 29896, 29889, 29941, 29899, 29955, 29900, 29896, 29898, 29906, 416, 1074, 884, 11647, 325, 29889, 13, 13, 29871, 8882, 586, 29883, 293, 29892, 29871, 29906, 29900, 29896, 29941, 4810, 29909, 29871, 29941, 29947, 29892, 29871, 30497, 30497, 29871, 29896, 29945, 29899, 29896, 29953, 29892, 29871, 29941, 29900, 29946, 349, 29889, 29941, 29881, 29871, 29896, 29896, 29955, 29953, 29892, 29871, 29896, 29896, 29955, 29929, 29889, 960, 263, 13, 13, 29871, 822, 5818, 338, 7602, 18186, 310, 28145, 1135, 599, 310, 278, 20139, 18139, 29892, 278, 13, 13, 29871, 8973, 1122, 24809, 871, 1906, 21544, 1098, 1091, 9246, 304, 278, 18139, 363, 13, 13, 29871, 607, 278, 822, 5818, 471, 7602, 18186, 29892, 565, 385, 24082, 338, 4120, 293, 519, 29889, 13, 13, 29871, 3793, 10730, 29892, 29871, 29906, 29955, 29906, 349, 29889, 29941, 29881, 472, 29871, 29896, 29896, 29896, 29906, 29889, 13, 13, 13, 462, 462, 268, 29906, 29945, 13, 15, 462, 1669, 360, 29889, 24352, 13, 13, 30497, 29871, 29953, 29946, 259, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 14260, 8973, 604, 1127, 297, 451, 3907, 263, 13, 13, 29871, 9138, 408, 304, 3692, 777, 11910, 310, 278, 13877, 21544, 310, 13, 13, 29871, 410, 3471, 918, 892, 6643, 519, 304, 278, 10695, 4430, 8323, 29889, 1334, 8661, 29889, 13, 13, 30497, 29871, 29953, 29945, 259, 1094, 17238, 29926, 9093, 27943, 267, 29892, 372, 338, 1950, 393, 278, 21544, 2609, 367, 13, 13, 29871, 19591, 1546, 278, 8323, 373, 607, 540, 471, 10695, 4430, 322, 278, 13, 13, 29871, 1023, 21090, 373, 607, 540, 471, 7602, 18186, 29889, 2398, 29892, 278, 14260, 8973, 13, 13, 29871, 1258, 451, 1284, 393, 1316, 385, 24082, 471, 2411, 1461, 293, 519, 29889, 7311, 278, 13, 13, 29871, 14260, 8973, 471, 3734, 304, 2050, 3692, 777, 11910, 310, 278, 13, 13, 29871, 13877, 21544, 471, 4120, 293, 2197, 1098, 1091, 9246, 304, 278, 10695, 4430, 13, 13, 29871, 8323, 29892, 278, 14260, 8973, 633, 3880, 967, 766, 4838, 291, 29889, 2823, 897, 29933, 3547, 325, 29889, 11647, 29892, 13, 13, 259, 29906, 29941, 29941, 349, 29889, 29941, 29881, 29871, 29953, 29953, 29946, 29892, 29871, 29953, 29953, 29955, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29896, 29900, 29897, 313, 14057, 545, 304, 15058, 766, 4838, 291, 13, 13, 29871, 20016, 2667, 385, 633, 1509, 310, 278, 8973, 30010, 29879, 766, 4838, 291, 467, 13, 13, 30497, 29871, 29953, 29953, 259, 7579, 368, 29892, 591, 11757, 403, 278, 1797, 9862, 292, 278, 11647, 21544, 310, 13, 13, 29871, 410, 3471, 918, 322, 1083, 392, 363, 278, 14260, 8973, 304, 1207, 8210, 13, 13, 29871, 1284, 886, 310, 2114, 322, 1346, 465, 404, 871, 1906, 21544, 393, 526, 4475, 304, 278, 13, 13, 29871, 410, 3471, 918, 310, 278, 869, 869, 869, 18139, 310, 607, 518, 29911, 582, 29926, 9093, 29962, 471, 7602, 18186, 29892, 304, 13, 13, 29871, 278, 15834, 385, 24082, 338, 4120, 293, 519, 3178, 3793, 10730, 29892, 29871, 29906, 29955, 29906, 349, 29889, 29941, 29881, 472, 29871, 29896, 29896, 29896, 29941, 29889, 13, 13, 13, 13, 13, 462, 462, 268, 29906, 29953, 13, 15, 462, 1678, 13408, 29889, 1913, 355, 358, 304, 450, 615, 6666, 1082, 13, 13, 30497, 29871, 29953, 29955, 259, 17238, 29926, 9093, 640, 1975, 393, 540, 881, 505, 7795, 1573, 515, 385, 13, 13, 29871, 626, 355, 358, 304, 278, 278, 615, 1002, 1082, 1162, 605, 9215, 278, 615, 1546, 395, 29906, 29900, 29892, 29900, 29900, 29900, 13, 13, 29871, 322, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 408, 263, 770, 29871, 29946, 7995, 2592, 29889, 1334, 8661, 29889, 13, 13, 462, 9651, 319, 29889, 3462, 3245, 26748, 29879, 13, 13, 30497, 29871, 29953, 29947, 259, 450, 4593, 13266, 626, 2760, 278, 278, 615, 1002, 1082, 373, 5306, 29871, 29945, 29892, 13, 13, 259, 29906, 29900, 29896, 29941, 29889, 2823, 678, 29889, 29871, 29941, 29955, 29941, 29892, 5226, 29889, 29871, 29896, 29892, 16683, 29871, 29896, 29947, 29899, 29946, 29899, 29946, 29900, 29896, 29892, 29871, 29906, 29900, 29896, 29941, 1530, 29877, 29889, 317, 404, 29889, 997, 5652, 13, 13, 259, 29906, 29896, 29929, 29953, 29889, 7634, 278, 626, 2760, 1002, 1082, 29892, 278, 615, 1546, 395, 29906, 29900, 29892, 29900, 29900, 29900, 322, 13, 13, 29871, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 20016, 2667, 263, 770, 29871, 29946, 7995, 2592, 29889, 2823, 16683, 29871, 29896, 29947, 29899, 29946, 29899, 29946, 29900, 29896, 29898, 29906, 5033, 29882, 511, 315, 29889, 29934, 29889, 29903, 29889, 13, 13, 259, 29906, 29900, 29896, 29955, 29889, 22096, 304, 278, 626, 355, 358, 29892, 278, 615, 975, 395, 29906, 29900, 29892, 29900, 29900, 29900, 20016, 3860, 263, 13, 13, 29871, 770, 29871, 29941, 7995, 2592, 29889, 16683, 29871, 29896, 29947, 29899, 29946, 29899, 29946, 29900, 29896, 29898, 29906, 5033, 29881, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29896, 29889, 13, 13, 30497, 29871, 29953, 29929, 259, 17238, 29926, 9093, 471, 20139, 411, 278, 615, 310, 395, 29906, 29900, 29892, 29900, 29900, 29900, 470, 901, 297, 3786, 13, 13, 259, 29906, 29900, 29896, 29896, 29889, 940, 471, 7602, 18186, 297, 5533, 29871, 29906, 29900, 29896, 29941, 322, 2665, 9223, 297, 13, 13, 29871, 5846, 29871, 29906, 29900, 29896, 29941, 29889, 3600, 278, 615, 7602, 2463, 471, 10478, 373, 278, 22219, 326, 375, 13, 13, 29871, 408, 263, 770, 29871, 29941, 7995, 2592, 29889, 13, 13, 462, 308, 350, 29889, 10117, 310, 13957, 13, 13, 30497, 29871, 29955, 29900, 259, 450, 11647, 4974, 393, 29892, 1363, 17238, 29926, 9093, 1258, 451, 1207, 445, 13, 13, 29871, 2980, 1434, 278, 14260, 8973, 29892, 591, 881, 9076, 871, 363, 8656, 13, 13, 29871, 1059, 29889, 2398, 29892, 278, 8542, 297, 11647, 325, 29889, 624, 514, 370, 14360, 22225, 445, 13, 13, 29871, 2980, 29889, 29871, 29906, 29900, 29896, 29953, 4810, 29909, 29871, 29896, 29900, 29953, 29892, 29871, 30497, 29871, 29946, 29906, 29892, 903, 1649, 349, 29889, 29941, 29881, 903, 1649, 29892, 903, 1649, 313, 1333, 292, 393, 8656, 13, 13, 13, 462, 462, 268, 29906, 29955, 13, 15, 29871, 1059, 9076, 471, 297, 932, 6649, 403, 1363, 1346, 29874, 822, 5818, 1122, 12020, 263, 13, 13, 29871, 5995, 472, 738, 931, 393, 670, 470, 902, 10541, 471, 451, 4148, 1891, 491, 13, 13, 29871, 4307, 30024, 29897, 313, 6327, 29889, 16896, 26319, 29889, 29871, 29953, 29892, 29871, 29906, 29900, 29896, 29955, 467, 12206, 624, 514, 370, 14360, 29892, 591, 9076, 13, 13, 29871, 278, 2814, 2877, 310, 278, 10541, 316, 2420, 29877, 29889, 5163, 29889, 472, 29871, 30497, 29871, 29946, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 26914, 13, 13, 462, 632, 315, 29889, 2401, 506, 519, 7927, 13, 13, 30497, 29871, 29955, 29896, 259, 512, 3683, 2827, 3692, 304, 3394, 626, 355, 1860, 304, 13332, 362, 29892, 13, 13, 29871, 591, 937, 1106, 304, 278, 8656, 4086, 310, 278, 1002, 1082, 29889, 11647, 325, 29889, 13, 13, 29871, 6991, 13269, 29892, 29871, 29906, 29900, 29947, 349, 29889, 29941, 29881, 29871, 29906, 29945, 29896, 29892, 29871, 29906, 29945, 29941, 29899, 29945, 29946, 313, 1625, 29877, 29889, 29871, 29906, 29900, 29900, 29929, 467, 960, 263, 1002, 1082, 9479, 13, 13, 29871, 5922, 393, 372, 16058, 871, 304, 1283, 11259, 19355, 1156, 278, 11828, 13, 13, 29871, 2635, 29892, 372, 1818, 367, 7436, 16205, 29889, 2823, 11647, 325, 29889, 4052, 7967, 29891, 29892, 29871, 29955, 29953, 29946, 349, 29889, 29906, 29881, 13, 13, 259, 29896, 29896, 29955, 29896, 29892, 29871, 29896, 29896, 29955, 29946, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29947, 29947, 467, 13, 13, 30497, 29871, 29955, 29906, 259, 1094, 263, 2498, 5751, 29892, 1346, 29961, 29874, 29962, 1002, 1082, 338, 2225, 21571, 304, 367, 10791, 12645, 297, 13, 13, 29871, 967, 5858, 3178, 16683, 29871, 29906, 29899, 29946, 29899, 29906, 29900, 29906, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 2398, 29892, 565, 263, 1002, 1082, 338, 13, 13, 29871, 17436, 408, 304, 3692, 372, 16058, 871, 27289, 3598, 29892, 263, 822, 5818, 1122, 13, 13, 29871, 16508, 24877, 4925, 2280, 565, 540, 470, 1183, 23633, 515, 263, 7282, 13, 13, 29871, 1735, 297, 278, 4307, 29889, 16683, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29936, 1074, 884, 11647, 13, 13, 29871, 325, 29889, 16419, 593, 265, 29892, 29871, 29896, 29947, 29955, 1530, 29877, 29889, 29871, 29906, 29900, 29906, 29892, 29871, 29906, 29900, 29941, 29892, 29871, 29945, 29906, 29929, 349, 29889, 29906, 29881, 29871, 29953, 29906, 29947, 29892, 29871, 29953, 29906, 29947, 313, 29896, 29929, 29955, 29946, 29897, 313, 9536, 292, 13, 13, 29871, 822, 5818, 304, 16508, 18892, 373, 1513, 25530, 1090, 1002, 1082, 467, 13, 13, 30497, 29871, 29955, 29941, 259, 512, 624, 514, 370, 14360, 29892, 263, 8542, 310, 445, 8973, 22834, 393, 278, 13, 13, 29871, 626, 355, 7606, 278, 615, 13332, 362, 1346, 932, 3687, 24877, 627, 3598, 304, 4251, 28235, 13, 13, 13, 462, 462, 268, 29906, 29947, 13, 15, 29871, 297, 278, 14260, 8973, 746, 278, 626, 355, 358, 471, 427, 627, 287, 3178, 624, 514, 370, 14360, 29892, 13, 13, 259, 30497, 29871, 29946, 29945, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 1649, 29936, 11647, 325, 29889, 4121, 880, 29892, 29871, 29906, 29900, 29896, 29953, 4810, 29909, 29871, 29896, 29947, 29955, 29892, 29871, 30497, 29871, 29941, 29906, 29892, 903, 1649, 349, 29889, 29941, 29881, 13, 13, 29871, 903, 1649, 29892, 903, 1649, 29936, 1074, 884, 11647, 325, 29889, 4121, 880, 29892, 313, 1625, 29877, 29889, 2401, 29889, 1939, 29889, 29871, 29896, 29946, 5454, 29906, 29941, 29945, 29929, 29892, 22333, 29889, 13, 13, 259, 29896, 29896, 29892, 29871, 29906, 29900, 29896, 29953, 29897, 313, 1333, 6369, 12359, 29884, 424, 304, 315, 29889, 29909, 29889, 29934, 29889, 29871, 29941, 29945, 29898, 29872, 876, 313, 6327, 29889, 16896, 13, 13, 29871, 26319, 29889, 29871, 29953, 29892, 29871, 29906, 29900, 29896, 29955, 467, 13, 13, 462, 18884, 360, 29889, 24352, 13, 13, 30497, 29871, 29955, 29946, 259, 17238, 29926, 9093, 640, 1975, 393, 278, 626, 355, 358, 304, 278, 278, 615, 1002, 1082, 13, 13, 29871, 6858, 393, 591, 11757, 403, 670, 10541, 322, 1083, 392, 363, 278, 14260, 8973, 13, 13, 29871, 304, 3896, 670, 278, 615, 7602, 2463, 408, 263, 770, 29871, 29946, 7995, 2592, 29889, 1334, 8661, 29889, 13, 13, 30497, 29871, 29955, 29945, 259, 1094, 278, 8542, 11682, 297, 624, 514, 370, 14360, 29892, 278, 278, 615, 626, 355, 358, 947, 13, 13, 29871, 451, 9479, 2106, 393, 372, 338, 2845, 24877, 4925, 470, 10791, 12645, 29889, 13, 13, 29871, 624, 514, 370, 14360, 29892, 29871, 30497, 29871, 29946, 29945, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 26914, 512, 278, 3700, 310, 445, 13332, 1230, 13, 13, 29871, 15142, 29892, 278, 8542, 4934, 393, 263, 822, 5818, 1058, 19355, 278, 615, 13, 13, 29871, 7536, 304, 278, 1002, 329, 706, 626, 355, 358, 541, 471, 451, 7602, 18186, 2745, 1156, 13, 13, 29871, 967, 13382, 471, 23437, 304, 278, 14169, 24877, 627, 3598, 29889, 2823, 1178, 29889, 472, 13, 13, 259, 30497, 30497, 29871, 29941, 29929, 29892, 29871, 29946, 29945, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 26914, 450, 1021, 338, 1565, 1244, 29889, 13, 13, 30497, 29871, 29955, 29953, 259, 17238, 29926, 9093, 471, 20139, 411, 278, 615, 1434, 278, 1002, 1082, 471, 13, 13, 29871, 626, 2760, 29892, 541, 471, 451, 7602, 18186, 470, 2665, 9223, 2745, 1156, 278, 13, 13, 29871, 4593, 13266, 5224, 287, 278, 12965, 363, 278, 615, 1546, 13, 13, 13, 13, 13, 462, 462, 539, 29906, 29929, 13, 15, 29871, 395, 29906, 29900, 29892, 29900, 29900, 29900, 322, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 29889, 29941, 6549, 29892, 763, 278, 822, 5818, 297, 624, 514, 370, 14360, 29892, 13, 13, 29871, 17238, 29926, 9093, 338, 23437, 304, 278, 14169, 310, 278, 626, 355, 358, 29889, 1094, 263, 1121, 29892, 591, 13, 13, 29871, 11757, 403, 278, 10541, 363, 278, 278, 615, 7602, 2463, 322, 1083, 392, 363, 278, 13, 13, 29871, 7602, 2463, 304, 367, 7802, 408, 263, 770, 29871, 29946, 7995, 2592, 29889, 13, 13, 30497, 29871, 29955, 29955, 259, 450, 7687, 16317, 296, 3430, 304, 3196, 1002, 329, 706, 1326, 12112, 297, 13, 13, 29871, 2304, 310, 967, 15997, 393, 17238, 29926, 9093, 338, 451, 23437, 304, 278, 14169, 310, 13, 13, 29871, 278, 626, 355, 7606, 13332, 362, 29889, 3824, 29892, 278, 7687, 16317, 296, 274, 3246, 4004, 13, 13, 259, 29906, 29899, 29946, 29899, 29906, 29900, 29906, 29892, 607, 5922, 278, 2498, 2225, 28069, 393, 1002, 2667, 3394, 13, 13, 29871, 27289, 3598, 29889, 2398, 29892, 408, 278, 8542, 11682, 297, 624, 514, 370, 14360, 29892, 4004, 13, 13, 259, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 338, 263, 2702, 3682, 304, 278, 2498, 5751, 13384, 297, 13, 13, 29871, 4004, 29871, 29906, 29899, 29946, 29899, 29906, 29900, 29906, 29889, 624, 514, 370, 14360, 29892, 29871, 30497, 29871, 29946, 29955, 302, 29889, 29946, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 1649, 302, 29889, 29946, 29889, 1334, 13, 13, 29871, 8661, 411, 393, 7418, 29889, 6549, 29892, 278, 2498, 2225, 28069, 393, 13, 13, 29871, 1002, 2667, 3394, 27289, 3598, 947, 451, 3394, 1244, 988, 17238, 29926, 9093, 13, 13, 29871, 1074, 2039, 278, 14169, 310, 263, 1346, 4530, 928, 424, 1735, 297, 278, 4307, 29892, 869, 869, 869, 14372, 297, 13, 13, 13, 13, 13, 259, 29941, 17238, 29926, 9093, 408, 643, 1372, 393, 278, 278, 615, 471, 1546, 395, 29906, 29900, 29892, 29900, 29900, 29900, 322, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 13, 29871, 2729, 373, 28523, 2592, 515, 14260, 29889, 450, 11647, 437, 451, 17793, 278, 995, 13, 29871, 310, 278, 380, 18975, 2875, 297, 445, 1206, 29889, 1334, 5480, 5251, 393, 13, 29871, 17238, 29926, 9093, 30010, 29879, 1283, 1947, 6284, 8379, 2629, 278, 995, 3464, 731, 11483, 297, 13, 29871, 4004, 29871, 29896, 29947, 29899, 29946, 29899, 29946, 29900, 29896, 29898, 29906, 5033, 29882, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 13, 13, 462, 462, 418, 29941, 29900, 13, 15, 29871, 278, 20017, 310, 15426, 24877, 4925, 2280, 310, 278, 3939, 11706, 13, 13, 29871, 3918, 3178, 29946, 16683, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 467, 13, 13, 30497, 29871, 29955, 29947, 259, 450, 7687, 16317, 296, 884, 2437, 23195, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 13, 13, 29871, 297, 2304, 310, 967, 15997, 29889, 9779, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 5922, 29901, 13, 13, 632, 450, 5565, 284, 29892, 26554, 29892, 626, 355, 358, 29892, 470, 13, 632, 1136, 17211, 362, 310, 738, 1002, 1082, 470, 760, 310, 263, 1002, 1082, 13, 632, 470, 4004, 470, 760, 310, 263, 4004, 310, 738, 1002, 1082, 13, 632, 4091, 451, 505, 278, 2779, 304, 6507, 29892, 429, 1259, 29884, 728, 29892, 13, 632, 10551, 29892, 6623, 29892, 470, 1735, 297, 3353, 470, 297, 760, 738, 13, 632, 27368, 29892, 363, 1725, 17252, 29892, 470, 619, 3097, 29892, 2845, 7631, 470, 13, 632, 22161, 29892, 607, 4091, 505, 1063, 297, 2764, 1127, 13, 632, 1090, 1316, 1002, 1082, 29892, 6521, 278, 5565, 12818, 29892, 13, 632, 23484, 292, 29892, 626, 2548, 29892, 470, 1136, 17211, 1218, 1044, 577, 13, 632, 4653, 368, 8128, 29889, 13, 13, 30497, 29871, 29955, 29929, 259, 2398, 29892, 278, 22747, 1004, 8973, 756, 11682, 393, 278, 1346, 17492, 13, 13, 29871, 14238, 30024, 25161, 15234, 2164, 297, 445, 1002, 1082, 338, 451, 22903, 304, 13, 13, 29871, 22161, 4251, 29936, 2012, 29892, 278, 8973, 11682, 297, 9657, 398, 393, 372, 1346, 5349, 13, 13, 13, 259, 29946, 450, 7687, 16317, 296, 884, 408, 643, 1372, 393, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 511, 13, 29871, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 947, 451, 3867, 738, 18892, 304, 17238, 29926, 9093, 1363, 393, 13, 29871, 25161, 6858, 393, 1346, 12711, 756, 1063, 7282, 1735, 297, 278, 13, 29871, 4307, 29892, 7436, 304, 278, 518, 1753, 5818, 30010, 29879, 29962, 7602, 2463, 470, 10541, 3178, 450, 13, 29871, 7687, 16317, 296, 408, 643, 1372, 393, 278, 16549, 1346, 932, 2957, 304, 30024, 6858, 393, 278, 13, 29871, 13332, 362, 4653, 368, 2106, 393, 372, 16058, 24877, 627, 3598, 29889, 1334, 22941, 929, 13, 29871, 411, 393, 19854, 29892, 322, 4658, 393, 1749, 1776, 14061, 14329, 297, 13, 29871, 22747, 1004, 8973, 1206, 4307, 29889, 2823, 11647, 325, 29889, 5569, 29892, 29871, 29896, 29947, 29945, 1530, 29877, 29889, 29871, 29941, 29929, 29945, 29892, 29871, 29941, 29929, 29955, 29892, 13, 259, 29945, 29906, 29945, 349, 29889, 29906, 29881, 29871, 29896, 29896, 29941, 29953, 29892, 29871, 29896, 29896, 29941, 29955, 313, 29896, 29929, 29955, 29946, 29897, 313, 1333, 292, 393, 1346, 29961, 29873, 29962, 354, 13332, 1535, 9146, 13, 29871, 278, 3939, 11706, 20801, 304, 3394, 29693, 16772, 635, 13, 29871, 3635, 790, 1821, 30024, 541, 3907, 694, 3585, 310, 3692, 278, 626, 355, 7606, 13, 29871, 13332, 362, 1162, 605, 9215, 16388, 1473, 7426, 26072, 29880, 653, 9479, 13, 29871, 8703, 393, 372, 7436, 24877, 627, 3598, 467, 13, 13, 462, 462, 418, 29941, 29896, 13, 15, 29871, 5718, 2705, 594, 2276, 287, 304, 278, 12502, 869, 869, 869, 393, 263, 822, 5818, 338, 23437, 13, 13, 29871, 304, 278, 23633, 310, 626, 355, 7606, 13332, 362, 746, 18892, 338, 18365, 1434, 13, 13, 29871, 2186, 537, 756, 10959, 304, 278, 24284, 310, 7602, 2463, 3178, 1939, 29872, 325, 29889, 11201, 273, 29892, 13, 13, 259, 29896, 29929, 29955, 1530, 29877, 29889, 29871, 29941, 29906, 29892, 29871, 29941, 29953, 302, 29889, 29941, 29892, 29871, 29945, 29947, 29929, 349, 29889, 29906, 29881, 29871, 29946, 29947, 29941, 29892, 29871, 29946, 29947, 29953, 302, 29889, 29941, 313, 29896, 29929, 29955, 29929, 467, 13, 13, 30497, 29871, 29947, 29900, 259, 512, 11647, 325, 29889, 1952, 2941, 29892, 263, 8542, 310, 278, 8973, 310, 5929, 1338, 22834, 13, 13, 29871, 393, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 1258, 451, 5557, 278, 24877, 4925, 2779, 310, 385, 13, 13, 29871, 626, 355, 7606, 16772, 284, 25161, 29889, 29871, 29906, 29900, 29896, 29945, 4810, 29909, 29871, 29896, 29900, 29929, 29892, 29871, 30497, 29871, 29906, 29955, 29892, 29871, 29941, 29929, 29945, 13, 13, 29871, 349, 29889, 29941, 29881, 29871, 29896, 29896, 29906, 29947, 29892, 29871, 29896, 29896, 29941, 29946, 29892, 2756, 30010, 29881, 29892, 29871, 29906, 29900, 29896, 29955, 4810, 29871, 29906, 29892, 29871, 29941, 29947, 29955, 349, 29889, 29941, 29881, 29871, 29955, 29945, 29945, 29889, 29945, 450, 8542, 13, 13, 29871, 11682, 278, 22747, 1004, 8973, 30010, 29879, 4086, 297, 1939, 29872, 29889, 5163, 29889, 472, 29871, 30497, 29871, 29906, 29947, 29892, 29871, 29941, 29929, 29945, 349, 29889, 29941, 29881, 472, 13, 13, 259, 29896, 29896, 29941, 29946, 29889, 1763, 278, 15834, 393, 916, 22747, 1004, 8973, 4251, 5134, 13, 13, 29871, 21138, 9506, 29892, 278, 1952, 2941, 8542, 22834, 393, 1316, 13, 13, 29871, 9506, 892, 9657, 29874, 322, 393, 278, 22747, 1004, 8973, 750, 451, 13, 13, 29871, 975, 582, 839, 470, 8796, 307, 1490, 310, 2845, 1939, 29872, 470, 11647, 325, 29889, 5569, 29892, 29871, 29896, 29947, 29945, 13, 13, 29871, 1530, 29877, 29889, 29871, 29941, 29929, 29945, 29892, 29871, 29941, 29929, 29947, 29892, 29871, 29945, 29906, 29945, 349, 29889, 29906, 29881, 29871, 29896, 29896, 29941, 29953, 29892, 29871, 29896, 29896, 29941, 29947, 313, 29896, 29929, 29955, 29946, 29897, 313, 8948, 292, 393, 13, 13, 29871, 1346, 314, 355, 7606, 13332, 362, 1380, 335, 1218, 278, 6584, 1997, 583, 363, 2181, 1355, 881, 13, 13, 29871, 367, 7436, 304, 738, 1206, 607, 756, 451, 4520, 2186, 24284, 30024, 467, 13, 13, 13, 13, 259, 29945, 450, 22747, 1004, 8973, 297, 1952, 2941, 2756, 381, 2168, 278, 9245, 310, 2401, 29872, 1338, 10608, 13, 29871, 373, 1422, 25502, 29892, 378, 22368, 393, 278, 1766, 26323, 1648, 22161, 13, 29871, 1283, 1947, 1002, 1082, 750, 1063, 13751, 297, 3372, 1230, 491, 1913, 355, 358, 29871, 29953, 29946, 29889, 13, 29871, 2448, 2121, 278, 13638, 3643, 278, 16317, 296, 297, 1952, 2941, 274, 1573, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 29892, 13, 29871, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 13, 13, 462, 462, 268, 29941, 29906, 13, 15, 29871, 1952, 2941, 29892, 29871, 30497, 30497, 29871, 29906, 29929, 29899, 29941, 29900, 29892, 29871, 29941, 29929, 29945, 349, 29889, 29941, 29881, 472, 29871, 29896, 29896, 29941, 29946, 29899, 29941, 29945, 29889, 9788, 29892, 278, 1952, 2941, 8542, 13, 13, 29871, 22834, 393, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 29897, 11761, 975, 4004, 29871, 29906, 29899, 29946, 29899, 13, 13, 259, 29941, 29900, 29941, 1363, 278, 4642, 6166, 11483, 263, 2702, 3682, 304, 278, 7480, 29892, 13, 13, 29871, 607, 15234, 11057, 263, 1346, 17492, 5751, 2636, 310, 7632, 11211, 13, 13, 29871, 10791, 12645, 2779, 363, 626, 355, 7606, 13332, 362, 3178, 5163, 29889, 472, 29871, 30497, 30497, 29871, 29941, 29896, 29899, 29941, 29906, 29892, 29871, 29941, 29929, 29945, 13, 13, 29871, 349, 29889, 29941, 29881, 472, 29871, 29896, 29896, 29941, 29945, 29889, 1334, 8661, 411, 278, 1952, 2941, 8542, 30010, 29879, 7418, 322, 13, 13, 29871, 5480, 437, 451, 17189, 573, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 408, 263, 2594, 304, 278, 18892, 13, 13, 29871, 17238, 29926, 9093, 1074, 2039, 29889, 13, 13, 30497, 29871, 29947, 29896, 259, 512, 3907, 967, 1002, 329, 706, 6273, 29892, 278, 7687, 16317, 296, 337, 3687, 13, 13, 29871, 373, 278, 8656, 6593, 310, 1716, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 322, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 13, 13, 259, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 467, 2398, 29892, 408, 15648, 29892, 278, 22747, 1004, 8973, 756, 451, 13, 13, 29871, 2183, 2845, 25161, 967, 8656, 6593, 29889, 19454, 4653, 3407, 13, 13, 29871, 297, 4004, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 304, 7631, 322, 22161, 6584, 1997, 583, 29892, 278, 22747, 1004, 8973, 13, 13, 29871, 756, 18694, 393, 278, 25161, 947, 451, 3394, 304, 22161, 4251, 29889, 13, 13, 29871, 1939, 29872, 29892, 29871, 29896, 29929, 29955, 1530, 29877, 29889, 472, 29871, 29941, 29953, 302, 29889, 29941, 29892, 29871, 29945, 29947, 29929, 349, 29889, 29906, 29881, 472, 29871, 29946, 29947, 29953, 302, 29889, 29941, 29889, 20175, 29892, 1550, 13, 13, 29871, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 29897, 491, 967, 4653, 4958, 16058, 304, 24663, 1934, 13, 13, 29871, 25738, 1400, 20580, 2463, 18892, 29892, 278, 22747, 1004, 8973, 756, 4934, 393, 278, 13, 13, 29871, 1002, 1082, 884, 4988, 304, 24663, 1934, 25738, 18892, 373, 1513, 25530, 29889, 13, 13, 29871, 16419, 593, 265, 29892, 29871, 29896, 29947, 29955, 1530, 29877, 29889, 472, 29871, 29906, 29900, 29941, 29892, 29871, 29945, 29906, 29929, 349, 29889, 29906, 29881, 472, 29871, 29953, 29906, 29947, 29889, 512, 3578, 310, 278, 13, 13, 13, 13, 13, 462, 462, 268, 29941, 29941, 13, 15, 29871, 22747, 1004, 8973, 30010, 29879, 19854, 310, 1438, 1002, 2667, 29892, 591, 2609, 2367, 13, 13, 29871, 963, 278, 2099, 886, 393, 278, 7687, 16317, 296, 408, 699, 5707, 304, 963, 29889, 13, 13, 30497, 29871, 29947, 29906, 259, 9788, 29892, 278, 7687, 16317, 296, 884, 337, 3687, 373, 390, 15168, 325, 29889, 11647, 29892, 297, 13, 13, 29871, 607, 278, 22747, 1004, 8973, 11682, 393, 372, 756, 1346, 7278, 294, 1891, 393, 263, 13, 13, 29871, 822, 5818, 338, 451, 23437, 304, 278, 626, 295, 1611, 1230, 9545, 310, 626, 355, 7606, 13, 13, 29871, 13332, 362, 565, 278, 4593, 13266, 756, 451, 9436, 18694, 967, 13, 13, 29871, 7609, 304, 1996, 1316, 24877, 4925, 2280, 3178, 29871, 29947, 29906, 29947, 349, 29889, 29906, 29881, 29871, 29906, 29945, 29946, 29892, 29871, 29906, 29945, 29947, 13, 13, 29871, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29929, 29906, 467, 2398, 29892, 591, 437, 451, 2050, 445, 3229, 304, 505, 13, 13, 29871, 278, 640, 22155, 2779, 278, 7687, 16317, 296, 4076, 372, 29889, 512, 390, 15168, 29892, 278, 13, 13, 29871, 822, 5818, 19355, 263, 17268, 297, 3786, 29871, 29896, 29929, 29947, 29947, 322, 18365, 18892, 1090, 13, 13, 29871, 1023, 2665, 16750, 1326, 12112, 393, 4653, 368, 8703, 896, 7436, 304, 14741, 13, 13, 29871, 1346, 2055, 4430, 373, 470, 1156, 30024, 5468, 29871, 29896, 29892, 29871, 29896, 29929, 29947, 29947, 29889, 5163, 29889, 472, 29871, 29906, 29945, 29945, 29899, 29945, 29953, 29889, 450, 390, 15168, 13, 13, 29871, 8973, 4934, 278, 822, 5818, 727, 471, 451, 23437, 304, 18892, 1363, 13, 13, 29871, 15399, 278, 1002, 2667, 24877, 627, 3598, 723, 1996, 278, 8973, 304, 11455, 13, 13, 29871, 278, 1346, 8551, 13332, 1230, 3683, 3381, 30024, 393, 278, 626, 2760, 2665, 16750, 13, 13, 29871, 1326, 12112, 723, 3394, 871, 304, 14741, 1156, 393, 2635, 29889, 5163, 29889, 472, 29871, 29906, 29945, 29955, 29889, 13, 13, 30497, 29871, 29947, 29941, 259, 6549, 29892, 390, 15168, 338, 28520, 20820, 519, 515, 278, 2198, 1206, 29892, 13, 13, 29871, 988, 278, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 437, 451, 4653, 368, 3867, 13, 13, 29871, 385, 11828, 2635, 29892, 322, 278, 4086, 337, 2957, 373, 491, 278, 7687, 16317, 296, 338, 13, 13, 29871, 9657, 29874, 29889, 4831, 536, 4052, 7967, 29891, 29892, 29871, 29955, 29953, 29946, 349, 29889, 29906, 29881, 472, 29871, 29896, 29896, 29955, 29946, 313, 1333, 292, 393, 29892, 988, 13, 13, 13, 462, 462, 418, 29941, 29946, 13, 15, 29871, 13332, 362, 4653, 368, 8703, 372, 7436, 304, 14741, 19355, 373, 470, 1156, 13, 13, 29871, 967, 11828, 2635, 29892, 263, 1346, 1753, 5818, 947, 451, 7150, 738, 626, 295, 1611, 1230, 13, 13, 29871, 14169, 30024, 1363, 1346, 2267, 307, 4925, 2280, 310, 278, 626, 355, 7606, 13, 13, 29871, 13332, 362, 338, 9436, 451, 9146, 491, 967, 1914, 4958, 30024, 416, 11647, 325, 29889, 13, 13, 29871, 3219, 3465, 29892, 29871, 29953, 29941, 29896, 349, 29889, 29906, 29881, 29871, 29945, 29947, 29946, 29892, 29871, 29945, 29947, 29955, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29947, 29896, 29897, 313, 17642, 467, 13, 13, 30497, 29871, 29947, 29946, 259, 6549, 29892, 591, 17668, 29892, 297, 15017, 749, 411, 624, 514, 370, 14360, 29892, 393, 17238, 29926, 9093, 13, 13, 29871, 881, 7150, 278, 14169, 310, 278, 626, 355, 358, 304, 278, 278, 615, 1002, 1082, 13, 13, 29871, 1162, 605, 9215, 278, 615, 1546, 395, 29906, 29900, 29892, 29900, 29900, 29900, 322, 395, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 408, 263, 770, 29871, 29946, 13, 13, 29871, 7995, 2592, 29889, 2823, 624, 514, 370, 14360, 29892, 29871, 30497, 29871, 29946, 29900, 29892, 903, 1649, 349, 29889, 29941, 29881, 472, 903, 26914, 13, 13, 462, 1669, 15682, 29889, 1281, 10085, 13, 13, 30497, 29871, 29947, 29945, 259, 7579, 368, 29892, 278, 24284, 310, 7602, 2463, 338, 2756, 381, 2168, 29889, 450, 13, 13, 29871, 10541, 338, 2756, 381, 2168, 297, 760, 322, 11757, 630, 297, 760, 29892, 322, 278, 1206, 338, 13, 13, 29871, 1083, 392, 287, 363, 4340, 8469, 886, 13747, 411, 278, 8386, 13, 13, 29871, 13384, 297, 445, 9426, 29889, 13, 13, 539, 435, 15789, 1692, 390, 2965, 29950, 27616, 3022, 1295, 29889, 13, 13, 539, 435, 15789, 1692, 383, 4574, 27616, 3022, 1295, 297, 760, 322, 16317, 1237, 297, 760, 29889, 13, 13, 13, 13, 13, 462, 462, 418, 29941, 29945, 13, 15, 3986, 435, 15789, 1692, 383, 4574, 27616, 29892, 3022, 1038, 292, 297, 760, 322, 16317, 296, 292, 297, 760, 29889, 13, 13, 30497, 29871, 29947, 29953, 418, 306, 3390, 3730, 16317, 296, 515, 278, 13638, 30010, 29879, 9426, 871, 408, 304, 278, 13, 13, 29871, 2779, 310, 278, 29871, 29906, 29900, 29896, 29941, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 29889, 306, 17668, 393, 13, 13, 29871, 278, 29871, 29906, 29900, 29896, 29941, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 437, 451, 3394, 24877, 627, 3598, 13, 13, 29871, 304, 17238, 29926, 9093, 30010, 29879, 1206, 29889, 306, 6159, 445, 15997, 363, 3196, 9590, 29889, 13, 13, 30497, 29871, 29947, 29955, 418, 3824, 29892, 278, 4593, 13266, 756, 1754, 372, 2821, 393, 263, 1346, 6112, 1082, 338, 13, 13, 29871, 2225, 21571, 304, 367, 10791, 12645, 297, 967, 5858, 3178, 16683, 29871, 29906, 29899, 29946, 29899, 29906, 29900, 29906, 29892, 315, 29889, 29934, 29889, 29903, 29889, 13, 13, 259, 29906, 29900, 29896, 29955, 29889, 450, 29871, 29906, 29900, 29896, 29941, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 526, 17436, 408, 304, 13, 13, 29871, 3692, 896, 3394, 27289, 3598, 470, 24877, 627, 3598, 29889, 7857, 29892, 306, 13, 13, 29871, 2225, 2017, 393, 278, 29871, 29906, 29900, 29896, 29941, 626, 355, 1860, 526, 10791, 12645, 297, 5858, 13, 13, 29871, 322, 437, 451, 3394, 304, 17238, 29926, 9093, 30010, 29879, 1283, 1947, 29892, 607, 10761, 1434, 29871, 29906, 29900, 29896, 29941, 29889, 13, 13, 29871, 2823, 1178, 29889, 13, 13, 30497, 29871, 29947, 29947, 418, 6440, 29892, 385, 626, 355, 358, 304, 263, 22161, 1002, 1082, 947, 451, 1735, 13, 13, 29871, 278, 27368, 363, 2181, 1355, 2307, 19355, 1090, 278, 1002, 1082, 6521, 13, 13, 29871, 278, 626, 355, 7606, 13332, 362, 4653, 368, 8128, 363, 1316, 263, 1735, 29889, 13, 13, 29871, 2823, 16683, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 29892, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 9779, 29871, 29906, 29899, 29946, 29899, 29941, 29900, 29941, 8128, 29892, 297, 8018, 13, 13, 29871, 760, 29901, 13, 13, 1669, 450, 869, 869, 869, 626, 355, 358, 869, 869, 869, 310, 738, 1002, 1082, 470, 760, 13, 1669, 310, 263, 1002, 1082, 869, 869, 869, 4091, 451, 505, 278, 2779, 304, 13, 1669, 6507, 29892, 429, 1259, 29884, 728, 29892, 10551, 29892, 6623, 29892, 470, 1735, 297, 13, 1669, 3353, 470, 297, 760, 738, 27368, 29892, 363, 1725, 17252, 29892, 470, 13, 1669, 619, 3097, 29892, 2845, 7631, 470, 22161, 29892, 607, 4091, 13, 13, 13, 462, 462, 539, 29941, 29953, 13, 15, 632, 505, 1063, 297, 2764, 1127, 1090, 1316, 1002, 1082, 29892, 6521, 13, 632, 278, 869, 869, 869, 626, 2548, 869, 869, 869, 1044, 577, 4653, 368, 13, 632, 8128, 29892, 322, 1316, 1002, 1082, 470, 760, 310, 263, 1002, 1082, 13, 632, 869, 869, 869, 577, 869, 869, 869, 626, 2760, 869, 869, 869, 4091, 367, 14914, 322, 13, 632, 4934, 408, 1603, 9886, 297, 4889, 363, 278, 6437, 13, 632, 310, 15075, 17225, 738, 322, 599, 1571, 8820, 29892, 480, 1169, 29892, 13, 632, 8469, 886, 29892, 322, 410, 3471, 17925, 29892, 22161, 408, 13, 632, 1532, 408, 7631, 29892, 363, 278, 24555, 13561, 310, 1316, 13, 632, 27368, 29892, 363, 1725, 17252, 29892, 470, 619, 3097, 29892, 408, 1532, 408, 363, 13, 632, 278, 6437, 310, 15075, 17225, 738, 24284, 29892, 13, 632, 1602, 929, 29892, 470, 1797, 607, 508, 470, 1122, 367, 13751, 29892, 13, 632, 7802, 29892, 470, 1754, 297, 1316, 8820, 29892, 480, 1169, 29892, 13, 632, 8469, 886, 29892, 470, 410, 3471, 17925, 7275, 292, 29892, 13, 632, 3041, 506, 1259, 29892, 470, 25136, 1316, 27368, 29892, 363, 1725, 17252, 29892, 13, 632, 470, 619, 3097, 29889, 13, 13, 29871, 7311, 278, 29871, 29906, 29900, 29896, 29941, 626, 355, 1860, 304, 278, 278, 615, 1002, 1082, 437, 451, 4653, 368, 13, 13, 29871, 3867, 393, 896, 3394, 24877, 627, 3598, 29892, 322, 17238, 29926, 9093, 19355, 670, 13, 13, 29871, 17268, 1434, 29871, 29906, 29900, 29896, 29941, 29892, 540, 338, 619, 519, 363, 278, 615, 408, 372, 471, 3342, 746, 540, 13, 13, 29871, 19355, 278, 1283, 1947, 29889, 2823, 1178, 29889, 13, 13, 30497, 29871, 29947, 29929, 259, 18008, 29892, 297, 390, 15168, 325, 29889, 11647, 29892, 29871, 29947, 29906, 29947, 349, 29889, 29906, 29881, 29871, 29906, 29945, 29946, 29892, 29871, 29906, 29945, 29947, 313, 1625, 29877, 29889, 29871, 29896, 29929, 29929, 29906, 511, 1749, 13, 13, 29871, 22747, 1004, 8973, 1346, 7278, 294, 1891, 393, 263, 822, 5818, 338, 451, 23437, 304, 278, 13, 13, 29871, 626, 295, 1611, 1230, 9545, 310, 626, 355, 7606, 13332, 362, 565, 278, 4593, 13, 13, 29871, 13266, 756, 451, 9436, 18694, 967, 7609, 304, 1996, 1316, 13, 13, 29871, 24877, 4925, 2280, 3178, 5163, 29889, 306, 2050, 445, 3229, 491, 278, 13, 13, 29871, 22747, 1004, 8973, 1048, 967, 1914, 24894, 558, 566, 663, 373, 445, 2228, 304, 367, 13, 13, 29871, 640, 22155, 29889, 13, 13, 13, 13, 13, 462, 462, 268, 29941, 29955, 13, 15, 30497, 29871, 29929, 29900, 259, 12458, 386, 29892, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 511, 315, 29889, 29934, 29889, 29903, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 947, 451, 2758, 13, 13, 29871, 17238, 29926, 9093, 29892, 373, 1513, 25530, 29892, 304, 16508, 24877, 4925, 2280, 310, 278, 29871, 29906, 29900, 29896, 29941, 13, 13, 29871, 626, 355, 1860, 304, 670, 1206, 29889, 9779, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 29897, 6511, 263, 13, 13, 29871, 822, 5818, 304, 16508, 24877, 4925, 2280, 310, 263, 1346, 4530, 928, 424, 1735, 297, 13, 13, 29871, 278, 4307, 29892, 7436, 304, 30024, 263, 822, 5818, 30010, 29879, 1346, 20580, 2463, 470, 10541, 3178, 306, 4658, 13, 13, 29871, 393, 278, 16549, 1346, 932, 2957, 304, 30024, 9432, 29879, 278, 4593, 13266, 30010, 29879, 7609, 13, 13, 29871, 393, 29892, 363, 626, 355, 7606, 13332, 362, 304, 3394, 24877, 627, 3598, 304, 263, 13, 13, 29871, 822, 5818, 30010, 29879, 7602, 2463, 470, 10541, 29892, 278, 13332, 362, 1818, 2106, 393, 372, 13, 13, 29871, 16058, 24877, 627, 3598, 29889, 6549, 29892, 1363, 29892, 408, 11682, 29892, 278, 29871, 29906, 29900, 29896, 29941, 13, 13, 29871, 626, 355, 1860, 437, 451, 2106, 393, 896, 3394, 24877, 627, 3598, 304, 17238, 29926, 9093, 30010, 29879, 13, 13, 29871, 7602, 2463, 322, 10541, 29892, 540, 1122, 451, 16508, 24877, 4925, 2280, 13, 13, 29871, 1090, 4004, 29871, 29896, 29947, 29899, 29896, 29899, 29946, 29896, 29900, 29898, 29896, 5033, 29888, 5033, 29902, 467, 13, 13, 30497, 29871, 29929, 29896, 259, 9788, 29892, 322, 411, 599, 2861, 3390, 29892, 306, 4845, 457, 304, 1101, 11647, 325, 29889, 13, 13, 29871, 624, 514, 370, 14360, 29892, 29871, 29906, 29900, 29896, 29953, 4810, 29909, 29871, 29896, 29900, 29953, 313, 6327, 29889, 16896, 26319, 29889, 29871, 29953, 29892, 29871, 29906, 29900, 29896, 29955, 467, 14598, 29892, 306, 13, 13, 29871, 8661, 411, 26817, 7266, 15168, 30010, 29879, 16317, 296, 297, 624, 514, 370, 14360, 29889, 2823, 1178, 29889, 472, 29871, 30497, 30497, 29871, 29953, 29906, 29899, 29955, 29900, 13, 13, 29871, 313, 27838, 15168, 29892, 435, 1696, 3022, 1038, 292, 297, 760, 322, 16317, 296, 292, 297, 760, 467, 13, 13, 13, 13, 13, 462, 462, 418, 29941, 29947, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 two classes `KinesisRecorder` and `KinesisFirehoseRecorder` allow you to interface with Amazon Kinesis Data Streams and Amazon Kinesis Data Firehose to stream analytics data for real-time processing. ## What is Amazon Kinesis Data Streams? [Amazon Kinesis Data Streams](http://aws.amazon.com/kinesis/) is a fully managed service for real-time processing of streaming data at massive scale. Amazon Kinesis can collect and process hundreds of terabytes of data per hour from hundreds of thousands of sources, so you can write applications that process information in real-time. With Amazon Kinesis applications, you can build real-time dashboards, capture exceptions and generate alerts, drive recommendations, and make other real-time business or operational decisions. You can also easily send data to other services such as Amazon Simple Storage Service, Amazon DynamoDB, and Amazon Redshift. The Kinesis Data Streams `KinesisRecorder` client lets you store your Kinesis requests on disk and then send them all at once using the [PutRecords](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecords.html) API call of Kinesis. This is useful because many mobile applications that use Kinesis Data Streams will create multiple requests per second. Sending an individual request under `PutRecord` action could adversely impact battery life. Moreover, the requests could be lost if the device goes offline. Thus, using the high-level Kinesis Data Streams client for batching can preserve both battery life and data. ## What is Amazon Kinesis Data Firehose? [Amazon Kinesis Data Firehose](http://aws.amazon.com/kinesis/firehose/) is a fully managed service for delivering real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3) and Amazon Redshift. With Kinesis Data Firehose, you do not need to write any applications or manage any resources. You configure your data producers to send data to Firehose and it automatically delivers the data to the destination that you specified. The Amazon Kinesis Data Firehose `KinesisFirehoseRecorder` client lets you store your Kinesis Data Firehose requests on disk and then send them using the [PutRecordBatch](https://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecordBatch.html) API call of Kinesis Data Firehose. For more information about Amazon Kinesis Data Firehose, see [Amazon Kinesis Data Firehose](http://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html). ## Integrating Amazon Kinesis Set up AWS Mobile SDK components by including the following libraries in your `app/build.gradle` dependencies list. ```groovy dependencies { implementation 'com.amazonaws:aws-android-sdk-kinesis:2.15.+' implementation ('com.amazonaws:aws-android-sdk-mobile-client:2.15.+@aar') { transitive = true } } ``` * `aws-android-sdk-kinesis` library enables sending analytics to Amazon Kinesis. * `aws-android-sdk-mobile-client` library gives access to the AWS credentials provider and configurations. Add the following imports to the main activity of your app. ```java import com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.*; import com.amazonaws.mobile.client.AWSMobileClient; import com.amazonaws.regions.Regions; ``` To use Kinesis Data Streams in an application, you must set the correct permissions. The following IAM policy allows the user to submit records to a specific data stream, which is identified by [ARN](http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html). ```json { "Statement": [{ "Effect": "Allow", "Action": "kinesis:PutRecords", "Resource": "arn:aws:kinesis:us-west-2:111122223333:stream/mystream" }] } ``` The following IAM policy allows the user to submit records to a specific Kinesis Data Firehose delivery stream. ```json { "Statement": [{ "Effect": "Allow", "Action": "firehose:PutRecordBatch", "Resource": "arn:aws:firehose:us-west-2:111122223333:deliverystream/mystream" }] } ``` This policy should be applied to roles assigned to the Amazon Cognito identity pool, but you need to replace the `Resource` value with the correct ARN for your Amazon Kinesis or Amazon Kinesis Data Firehose stream. You can apply policies at the [IAM console](https://console.aws.amazon.com/iam/). To learn more about IAM policies, see [Using IAM](http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_Introduction.html). To learn more about Amazon Kinesis Data Streams policies, see [Controlling Access to Amazon Kinesis Data Streams Resources with IAM](http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-iam.html). To learn more about Amazon Kinesis Data Firehose policies, see [Controlling Access with Amazon Kinesis Data Firehose](http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html). ## Working with the API You can use `AWSMobileClient` to setup the Cognito credentials that are required to authenticate your requests with Amazon Kinesis. ```java AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback<UserStateDetails>() { @Override public void onResult(UserStateDetails userStateDetails) { Log.i("INIT", userStateDetails.getUserState().toString()); } @Override public void onError(Exception e) { Log.e("INIT", "Initialization error.", e); } } ); ``` Once you have credentials, you can use `KinesisRecorder` with Amazon Kinesis. The following snippet creates a directory and instantiates the `KinesisRecorder` client: ```java String kinesisDirectory = "YOUR_UNIQUE_DIRECTORY"; KinesisRecorder recorder = new KinesisRecorder( myActivity.getDir(kinesisDirectory, 0), Regions.<YOUR-AWS-REGION>, AWSMobileClient.getInstance() ); // KinesisRecorder uses synchronous calls, so you shouldn't call KinesisRecorder methods on the main thread. ``` To use `KinesisFirehoseRecorder`, you need to pass the object in a directory where streaming data is saved. We recommend you use an app private directory because the data is not encrypted. ```java KinesisFirehoseRecorder firehoseRecorder = new KinesisFirehoseRecorder( context.getCachedDir(), Regions.<YOUR-AWS-REGION>, AWSMobileClient.getInstance()); ``` Configure Kinesis: You can configure `KinesisRecorder` or `KinesisFirehoseRecorder` through their properties: You can configure the maximum allowed storage via the `withMaxStorageSize()` method of `KinesisRecorderConfig`. You can retrieve the same information by getting the `KinesisRecorderConfig` object for the recorder and calling `getMaxStorageSize():` ```java KinesisRecorderConfig kinesisRecorderConfig = recorder.getKinesisRecorderConfig(); Long maxStorageSize = kinesisRecorderConfig.getMaxStorageSize(); // Do something with maxStorageSize ``` To check the number of bytes currently stored in the directory passed in to the `KinesisRecorder` constructor, call `getDiskBytesUsed()`: ```java Long bytesUsed = recorder.getDiskBytesUsed(); // Do something with bytesUsed ``` To see how much space the `KinesisRecorder` client is allowed to use, you can call `getDiskByteLimit()`. ```java Long byteLimit = recorder.getDiskByteLimit(); // Do something with byteLimit ``` With `KinesisRecorder` created and configured, you can use `saveRecord()` to save records and then send them in a batch. ```java recorder.saveRecord( "MyData".getBytes(), "MyStreamName"); recorder.submitAllRecords(); ``` For the `saveRecord()` request above to work, you would have to have created a stream named `MyStreamName`. You can create new streams in the [Amazon Kinesis console](https://console.aws.amazon.com/kinesis). If `submitAllRecords()` is called while the app is online, requests will be sent and removed from the disk. If `submitAllRecords()` is called while the app is offline, requests will be kept on disk until `submitAllRecords()` is called while online. This applies even if you lose your internet connection midway through a submit. So if you save ten requests, call `submitAllRecords()`, send five, and then lose the Internet connection, you have five requests left on disk. These remaining five will be sent the next time `submitAllRecords()` is invoked online. Here is a similar snippet for Amazon Kinesis Data Firehose: ```java // Start to save data, either a String or a byte array firehoseRecorder.saveRecord("Hello world!\n"); firehoseRecorder.saveRecord("Streaming data to Amazon S3 via Amazon Kinesis Data Firehose is easy.\n"); // Send previously saved data to Amazon Kinesis Data Firehose // Note: submitAllRecords() makes network calls, so wrap it in an AsyncTask. new AsyncTask<Void, Void, Void>() { @Override protected Void doInBackground(Void... v) { try { firehoseRecorder.submitAllRecords(); } catch (AmazonClientException ace) { // handle error } } }.execute(); ``` To learn more about working with Kinesis Data Streams, see the [Amazon Kinesis Data Streams resources](http://aws.amazon.com/kinesis/developer-resources/). To learn more about the Kinesis Data Streams classes, see the [class reference for KinesisRecorder](https://aws-amplify.github.io/aws-sdk-android/docs/reference/com/amazonaws/mobileconnectors/kinesis/kinesisrecorder/KinesisRecorder.html). To learn more about the Kinesis Data Firehose classes, see the [class reference for KinesisFirehoseRecorder](https://aws-amplify.github.io/aws-sdk-android/docs/reference/com/amazonaws/mobileconnectors/kinesis/kinesisrecorder/KinesisFirehoseRecorder.html).
[ 1, 450, 1023, 4413, 421, 29968, 1475, 275, 4789, 2098, 29952, 322, 421, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 29952, 2758, 366, 304, 5067, 411, 16631, 476, 1475, 275, 3630, 13763, 29879, 322, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 304, 4840, 16114, 1199, 848, 363, 1855, 29899, 2230, 9068, 29889, 13, 13, 2277, 1724, 338, 16631, 476, 1475, 275, 3630, 13763, 29879, 29973, 13, 13, 29961, 29909, 655, 6626, 476, 1475, 275, 3630, 13763, 29879, 850, 1124, 597, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 4551, 338, 263, 8072, 8745, 2669, 363, 1855, 29899, 2230, 9068, 310, 24820, 848, 472, 20364, 6287, 29889, 16631, 476, 1475, 275, 508, 6314, 322, 1889, 21006, 310, 1935, 10798, 2167, 310, 848, 639, 7234, 515, 21006, 310, 17202, 310, 8974, 29892, 577, 366, 508, 2436, 8324, 393, 1889, 2472, 297, 1855, 29899, 2230, 29889, 2973, 16631, 476, 1475, 275, 8324, 29892, 366, 508, 2048, 1855, 29899, 2230, 12569, 24691, 29892, 10446, 15283, 322, 5706, 6655, 29879, 29892, 7899, 6907, 800, 29892, 322, 1207, 916, 1855, 29899, 2230, 5381, 470, 1751, 1288, 1602, 12112, 29889, 887, 508, 884, 5948, 3638, 848, 304, 916, 5786, 1316, 408, 16631, 12545, 26162, 6692, 29892, 16631, 22554, 29877, 4051, 29892, 322, 16631, 4367, 10889, 29889, 13, 13, 1576, 476, 1475, 275, 3630, 13763, 29879, 421, 29968, 1475, 275, 4789, 2098, 29952, 3132, 16869, 366, 3787, 596, 476, 1475, 275, 7274, 373, 8086, 322, 769, 3638, 963, 599, 472, 2748, 773, 278, 518, 22908, 4789, 4339, 850, 991, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 29914, 12333, 29914, 8787, 7422, 29914, 8787, 29918, 22908, 4789, 4339, 29889, 1420, 29897, 3450, 1246, 310, 476, 1475, 275, 29889, 910, 338, 5407, 1363, 1784, 10426, 8324, 393, 671, 476, 1475, 275, 3630, 13763, 29879, 674, 1653, 2999, 7274, 639, 1473, 29889, 317, 2548, 385, 5375, 2009, 1090, 421, 22908, 9182, 29952, 3158, 1033, 19901, 873, 10879, 16988, 2834, 29889, 12808, 29892, 278, 7274, 1033, 367, 5714, 565, 278, 4742, 5771, 1283, 1220, 29889, 6549, 29892, 773, 278, 1880, 29899, 5563, 476, 1475, 275, 3630, 13763, 29879, 3132, 363, 9853, 292, 508, 19905, 1716, 16988, 2834, 322, 848, 29889, 13, 13, 2277, 1724, 338, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 29973, 13, 13, 29961, 29909, 655, 6626, 476, 1475, 275, 3630, 6438, 29882, 852, 850, 1124, 597, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 29914, 8696, 29882, 852, 4551, 338, 263, 8072, 8745, 2669, 363, 12021, 292, 1855, 29899, 2230, 24820, 848, 304, 15422, 800, 1316, 408, 16631, 12545, 26162, 6692, 313, 29909, 655, 6626, 317, 29941, 29897, 322, 16631, 4367, 10889, 29889, 2973, 476, 1475, 275, 3630, 6438, 29882, 852, 29892, 366, 437, 451, 817, 304, 2436, 738, 8324, 470, 10933, 738, 7788, 29889, 887, 10822, 596, 848, 1391, 22543, 304, 3638, 848, 304, 6438, 29882, 852, 322, 372, 6336, 628, 1536, 278, 848, 304, 278, 12551, 393, 366, 6790, 29889, 13, 13, 1576, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 421, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 29952, 3132, 16869, 366, 3787, 596, 476, 1475, 275, 3630, 6438, 29882, 852, 7274, 373, 8086, 322, 769, 3638, 963, 773, 278, 518, 22908, 9182, 23145, 850, 991, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 8696, 29882, 852, 29914, 12333, 29914, 8787, 7422, 29914, 8787, 29918, 22908, 9182, 23145, 29889, 1420, 29897, 3450, 1246, 310, 476, 1475, 275, 3630, 6438, 29882, 852, 29889, 13, 13, 2831, 901, 2472, 1048, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 29892, 1074, 518, 29909, 655, 6626, 476, 1475, 275, 3630, 6438, 29882, 852, 850, 1124, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 8696, 29882, 852, 29914, 12333, 29914, 3359, 29914, 5816, 29899, 275, 29899, 1366, 29899, 5509, 29889, 1420, 467, 13, 13, 2277, 17100, 1218, 16631, 476, 1475, 275, 13, 13, 2697, 701, 15540, 21600, 12967, 7117, 491, 3704, 278, 1494, 9562, 297, 596, 421, 932, 29914, 4282, 29889, 13196, 29952, 9962, 1051, 29889, 13, 13, 28956, 17170, 15890, 13, 22594, 426, 13, 29871, 5314, 525, 510, 29889, 17260, 10467, 29901, 10467, 29899, 2843, 29899, 15348, 29899, 29895, 1475, 275, 29901, 29906, 29889, 29896, 29945, 29889, 23097, 13, 29871, 5314, 6702, 510, 29889, 17260, 10467, 29901, 10467, 29899, 2843, 29899, 15348, 29899, 16769, 29899, 4645, 29901, 29906, 29889, 29896, 29945, 29889, 29974, 29992, 4025, 1495, 426, 1301, 3321, 353, 1565, 500, 13, 29913, 13, 28956, 13, 13, 29930, 421, 10467, 29899, 2843, 29899, 15348, 29899, 29895, 1475, 275, 29952, 3489, 28936, 9348, 16114, 1199, 304, 16631, 476, 1475, 275, 29889, 13, 29930, 421, 10467, 29899, 2843, 29899, 15348, 29899, 16769, 29899, 4645, 29952, 3489, 4076, 2130, 304, 278, 15540, 16140, 13113, 322, 22920, 29889, 13, 13, 2528, 278, 1494, 24802, 304, 278, 1667, 6354, 310, 596, 623, 29889, 13, 13, 28956, 1645, 13, 5215, 419, 29889, 17260, 10467, 29889, 16769, 6915, 943, 29889, 29895, 1475, 275, 29889, 29895, 1475, 275, 3757, 2098, 26355, 13, 5215, 419, 29889, 17260, 10467, 29889, 16769, 29889, 4645, 29889, 29909, 7811, 29295, 4032, 29936, 13, 5215, 419, 29889, 17260, 10467, 29889, 1727, 1080, 29889, 4597, 1080, 29936, 13, 28956, 13, 13, 1762, 671, 476, 1475, 275, 3630, 13763, 29879, 297, 385, 2280, 29892, 366, 1818, 731, 278, 1959, 11239, 29889, 450, 1494, 306, 5194, 8898, 6511, 278, 1404, 304, 9752, 6475, 304, 263, 2702, 848, 4840, 29892, 607, 338, 15659, 491, 518, 15249, 850, 1124, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 17492, 29914, 12333, 29914, 629, 29914, 10467, 29899, 279, 1983, 29899, 392, 29899, 7039, 22459, 29889, 1420, 467, 13, 13, 28956, 3126, 13, 29912, 13, 1678, 376, 14473, 1115, 15974, 13, 4706, 376, 13971, 1115, 376, 15930, 613, 13, 4706, 376, 4276, 1115, 376, 29895, 1475, 275, 29901, 22908, 4789, 4339, 613, 13, 4706, 376, 6848, 1115, 376, 2753, 29901, 10467, 29901, 29895, 1475, 275, 29901, 375, 29899, 5933, 29899, 29906, 29901, 29896, 29896, 29896, 29896, 29906, 29906, 29906, 29906, 29941, 29941, 29941, 29941, 29901, 5461, 29914, 29885, 858, 1633, 29908, 13, 1678, 500, 29962, 13, 29913, 13, 28956, 13, 13, 1576, 1494, 306, 5194, 8898, 6511, 278, 1404, 304, 9752, 6475, 304, 263, 2702, 29871, 476, 1475, 275, 3630, 6438, 29882, 852, 28289, 4840, 29889, 13, 13, 28956, 3126, 13, 29912, 13, 1678, 376, 14473, 1115, 15974, 13, 4706, 376, 13971, 1115, 376, 15930, 613, 13, 4706, 376, 4276, 1115, 376, 8696, 29882, 852, 29901, 22908, 9182, 23145, 613, 13, 4706, 376, 6848, 1115, 376, 2753, 29901, 10467, 29901, 8696, 29882, 852, 29901, 375, 29899, 5933, 29899, 29906, 29901, 29896, 29896, 29896, 29896, 29906, 29906, 29906, 29906, 29941, 29941, 29941, 29941, 29901, 6144, 2147, 858, 1633, 29914, 29885, 858, 1633, 29908, 13, 1678, 500, 29962, 13, 29913, 13, 28956, 13, 13, 4013, 8898, 881, 367, 7436, 304, 16178, 9859, 304, 278, 16631, 315, 3811, 2049, 10110, 11565, 29892, 541, 366, 817, 304, 5191, 278, 421, 6848, 29952, 995, 411, 278, 1959, 9033, 29940, 363, 596, 16631, 476, 1475, 275, 470, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 4840, 29889, 887, 508, 3394, 24833, 472, 278, 518, 29902, 5194, 2991, 850, 991, 597, 11058, 29889, 10467, 29889, 17260, 29889, 510, 29914, 2829, 12495, 1763, 5110, 901, 1048, 306, 5194, 24833, 29892, 1074, 518, 15156, 306, 5194, 850, 1124, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 29902, 5194, 29914, 12333, 29914, 2659, 9485, 680, 29914, 29902, 5194, 29918, 25898, 29889, 1420, 467, 13, 13, 1762, 5110, 901, 1048, 16631, 476, 1475, 275, 3630, 13763, 29879, 24833, 29892, 1074, 518, 1323, 22155, 11028, 304, 16631, 476, 1475, 275, 3630, 13763, 29879, 27562, 411, 306, 5194, 850, 1124, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 29914, 12333, 29914, 3359, 29914, 29895, 1475, 275, 29899, 4746, 29899, 2829, 29889, 1420, 467, 13, 13, 1762, 5110, 901, 1048, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 24833, 29892, 1074, 518, 1323, 22155, 11028, 411, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 850, 1124, 597, 2640, 29889, 10467, 29889, 17260, 29889, 510, 29914, 8696, 29882, 852, 29914, 12333, 29914, 3359, 29914, 1285, 22155, 29899, 5943, 29889, 1420, 467, 13, 13, 2277, 24176, 411, 278, 3450, 13, 13, 3492, 508, 671, 421, 29909, 7811, 29295, 4032, 29952, 304, 6230, 278, 315, 3811, 2049, 16140, 393, 526, 3734, 304, 15585, 403, 596, 7274, 411, 16631, 476, 1475, 275, 29889, 13, 13, 28956, 1645, 13, 29909, 7811, 29295, 4032, 29889, 20958, 2141, 24926, 29898, 657, 4873, 2677, 3285, 716, 8251, 1627, 29966, 2659, 2792, 10602, 16917, 426, 13, 4706, 732, 4640, 13, 4706, 970, 1780, 373, 3591, 29898, 2659, 2792, 10602, 1404, 2792, 10602, 29897, 426, 13, 9651, 4522, 29889, 29875, 703, 26019, 613, 1404, 2792, 10602, 29889, 657, 2659, 2792, 2141, 7711, 3310, 13, 4706, 500, 13, 13, 4706, 732, 4640, 13, 4706, 970, 1780, 373, 2392, 29898, 2451, 321, 29897, 426, 13, 9651, 4522, 29889, 29872, 703, 26019, 613, 376, 15514, 2133, 1059, 19602, 321, 416, 13, 4706, 500, 13, 1678, 500, 13, 416, 13, 28956, 13, 13, 26222, 366, 505, 16140, 29892, 366, 508, 671, 421, 29968, 1475, 275, 4789, 2098, 29952, 411, 16631, 476, 1475, 275, 29889, 450, 1494, 11534, 10017, 263, 3884, 322, 13213, 1078, 278, 421, 29968, 1475, 275, 4789, 2098, 29952, 3132, 29901, 29871, 13, 13, 28956, 1645, 13, 1231, 413, 1475, 275, 9882, 353, 376, 29979, 22970, 29918, 3904, 29902, 11144, 29918, 4571, 26282, 18929, 1769, 13, 29968, 1475, 275, 4789, 2098, 1162, 2098, 353, 716, 476, 1475, 275, 4789, 2098, 29898, 13, 1678, 590, 3886, 29889, 657, 9170, 29898, 29895, 1475, 275, 9882, 29892, 29871, 29900, 511, 13, 1678, 2169, 1080, 19423, 29979, 22970, 29899, 29909, 7811, 29899, 18166, 2725, 10202, 13, 1678, 15540, 29295, 4032, 29889, 20958, 580, 13, 416, 13, 13, 458, 476, 1475, 275, 4789, 2098, 3913, 12231, 681, 5717, 29892, 577, 366, 9273, 29915, 29873, 1246, 476, 1475, 275, 4789, 2098, 3519, 373, 278, 1667, 3244, 29889, 13, 28956, 13, 13, 1762, 671, 421, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 1673, 366, 817, 304, 1209, 278, 1203, 297, 263, 3884, 988, 24820, 848, 338, 7160, 29889, 1334, 6907, 366, 671, 385, 623, 2024, 3884, 1363, 278, 848, 338, 451, 23220, 29889, 13, 13, 28956, 1645, 13, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 3974, 29882, 852, 4789, 2098, 353, 716, 476, 1475, 275, 18654, 29882, 852, 4789, 2098, 29898, 13, 1678, 3030, 29889, 657, 29907, 3791, 9170, 3285, 29871, 13, 1678, 2169, 1080, 19423, 29979, 22970, 29899, 29909, 7811, 29899, 18166, 2725, 10202, 13, 1678, 15540, 29295, 4032, 29889, 20958, 3310, 13, 28956, 13, 13, 3991, 545, 476, 1475, 275, 29901, 13, 13, 3492, 508, 10822, 421, 29968, 1475, 275, 4789, 2098, 29952, 470, 421, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 29952, 1549, 1009, 4426, 29901, 13, 13, 3492, 508, 10822, 278, 7472, 6068, 8635, 3025, 278, 421, 2541, 7976, 10486, 3505, 2555, 1158, 310, 421, 29968, 1475, 275, 4789, 2098, 3991, 1412, 13, 13, 3492, 508, 10563, 278, 1021, 2472, 491, 2805, 278, 421, 29968, 1475, 275, 4789, 2098, 3991, 29952, 1203, 363, 278, 1162, 2098, 322, 5432, 421, 657, 7976, 10486, 3505, 7295, 29952, 13, 13, 28956, 1645, 13, 29968, 1475, 275, 4789, 2098, 3991, 413, 1475, 275, 4789, 2098, 3991, 353, 1162, 2098, 29889, 657, 29968, 1475, 275, 4789, 2098, 3991, 890, 13, 8208, 4236, 10486, 3505, 353, 413, 1475, 275, 4789, 2098, 3991, 29889, 657, 7976, 10486, 3505, 890, 13, 458, 1938, 1554, 411, 4236, 10486, 3505, 13, 28956, 13, 13, 1762, 1423, 278, 1353, 310, 6262, 5279, 6087, 297, 278, 3884, 4502, 297, 304, 278, 421, 29968, 1475, 275, 4789, 2098, 29952, 5823, 29892, 1246, 421, 657, 29928, 3873, 11207, 29965, 8485, 2555, 29901, 13, 13, 28956, 1645, 13, 8208, 6262, 29965, 8485, 353, 1162, 2098, 29889, 657, 29928, 3873, 11207, 29965, 8485, 890, 13, 458, 1938, 1554, 411, 6262, 29965, 8485, 13, 28956, 13, 13, 1762, 1074, 920, 1568, 2913, 278, 421, 29968, 1475, 275, 4789, 2098, 29952, 3132, 338, 6068, 304, 671, 29892, 366, 508, 1246, 421, 657, 29928, 3873, 12901, 24445, 13595, 13, 13, 28956, 1645, 13, 8208, 7023, 24445, 353, 1162, 2098, 29889, 657, 29928, 3873, 12901, 24445, 890, 13, 458, 1938, 1554, 411, 7023, 24445, 13, 28956, 13, 13, 3047, 421, 29968, 1475, 275, 4789, 2098, 29952, 2825, 322, 13252, 29892, 366, 508, 671, 421, 7620, 9182, 2555, 304, 4078, 6475, 322, 769, 3638, 963, 297, 263, 9853, 29889, 13, 13, 28956, 1645, 13, 3757, 2098, 29889, 7620, 9182, 29898, 13, 12, 29908, 3421, 1469, 1642, 657, 11207, 3285, 13, 12, 29908, 3421, 3835, 1170, 1496, 13, 3757, 2098, 29889, 7892, 3596, 4789, 4339, 890, 13, 28956, 13, 13, 2831, 278, 421, 7620, 9182, 2555, 2009, 2038, 304, 664, 29892, 366, 723, 505, 304, 505, 2825, 263, 4840, 4257, 421, 3421, 3835, 1170, 1412, 887, 508, 1653, 716, 20873, 297, 278, 518, 29909, 655, 6626, 476, 1475, 275, 2991, 850, 991, 597, 11058, 29889, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 467, 13, 13, 3644, 421, 7892, 3596, 4789, 4339, 2555, 338, 2000, 1550, 278, 623, 338, 7395, 29892, 7274, 674, 367, 2665, 322, 6206, 515, 278, 8086, 29889, 960, 421, 7892, 3596, 4789, 4339, 2555, 338, 2000, 1550, 278, 623, 338, 1283, 1220, 29892, 7274, 674, 367, 8126, 373, 8086, 2745, 421, 7892, 3596, 4789, 4339, 2555, 338, 2000, 1550, 7395, 29889, 910, 16058, 1584, 565, 366, 14074, 596, 8986, 3957, 7145, 1582, 1549, 263, 9752, 29889, 1105, 565, 366, 4078, 3006, 7274, 29892, 1246, 421, 7892, 3596, 4789, 4339, 16996, 3638, 5320, 29892, 322, 769, 14074, 278, 4685, 3957, 29892, 366, 505, 5320, 7274, 2175, 373, 8086, 29889, 4525, 9886, 5320, 674, 367, 2665, 278, 2446, 931, 421, 7892, 3596, 4789, 4339, 2555, 338, 22336, 7395, 29889, 13, 13, 10605, 338, 263, 2788, 11534, 363, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 29901, 13, 13, 28956, 1645, 13, 458, 7370, 304, 4078, 848, 29892, 2845, 263, 1714, 470, 263, 7023, 1409, 13, 8696, 29882, 852, 4789, 2098, 29889, 7620, 9182, 703, 10994, 3186, 9903, 29876, 1496, 13, 8696, 29882, 852, 4789, 2098, 29889, 7620, 9182, 703, 3835, 292, 848, 304, 16631, 317, 29941, 3025, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 338, 4780, 7790, 29876, 1496, 13, 13, 458, 15076, 9251, 7160, 848, 304, 16631, 476, 1475, 275, 3630, 6438, 29882, 852, 13, 458, 3940, 29901, 9752, 3596, 4789, 4339, 580, 3732, 3564, 5717, 29892, 577, 12244, 372, 297, 385, 20688, 5398, 29889, 13, 1482, 20688, 5398, 29966, 29963, 3398, 29892, 29434, 29892, 29434, 16917, 426, 13, 259, 732, 4640, 13, 259, 6364, 29434, 437, 797, 10581, 29898, 29963, 3398, 856, 325, 29897, 426, 13, 539, 1018, 426, 13, 965, 3974, 29882, 852, 4789, 2098, 29889, 7892, 3596, 4789, 4339, 890, 13, 539, 500, 4380, 313, 29909, 655, 6626, 4032, 2451, 21643, 29897, 426, 13, 965, 849, 4386, 1059, 13, 539, 500, 13, 259, 500, 13, 1836, 7978, 890, 13, 28956, 13, 13, 1762, 5110, 901, 1048, 1985, 411, 476, 1475, 275, 3630, 13763, 29879, 29892, 1074, 278, 518, 29909, 655, 6626, 476, 1475, 275, 3630, 13763, 29879, 7788, 850, 1124, 597, 10467, 29889, 17260, 29889, 510, 29914, 29895, 1475, 275, 29914, 6734, 29899, 13237, 12495, 13, 13, 1762, 5110, 901, 1048, 278, 476, 1475, 275, 3630, 13763, 29879, 4413, 29892, 1074, 278, 518, 1990, 3407, 363, 476, 1475, 275, 4789, 2098, 850, 991, 597, 10467, 29899, 314, 572, 1598, 29889, 3292, 29889, 601, 29914, 10467, 29899, 15348, 29899, 2843, 29914, 2640, 29914, 5679, 29914, 510, 29914, 17260, 10467, 29914, 16769, 6915, 943, 29914, 29895, 1475, 275, 29914, 29895, 1475, 275, 3757, 2098, 29914, 29968, 1475, 275, 4789, 2098, 29889, 1420, 467, 13, 13, 1762, 5110, 901, 1048, 278, 476, 1475, 275, 3630, 6438, 29882, 852, 4413, 29892, 1074, 278, 518, 1990, 3407, 363, 476, 1475, 275, 18654, 29882, 852, 4789, 2098, 850, 991, 597, 10467, 29899, 314, 572, 1598, 29889, 3292, 29889, 601, 29914, 10467, 29899, 15348, 29899, 2843, 29914, 2640, 29914, 5679, 29914, 510, 29914, 17260, 10467, 29914, 16769, 6915, 943, 29914, 29895, 1475, 275, 29914, 29895, 1475, 275, 3757, 2098, 29914, 29968, 1475, 275, 18654, 29882, 852, 4789, 2098, 29889, 1420, 467, 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 ]
Sun aims powerful flares at Earth Top: Two large sunspot groups are visible in this image of the sun obtained by the Solar and Heliospheric Observatory (SOHO). Below: This SOHO image shows a large filament eruption that occurred February 26. The disk in the center is a mask that blocks out direct sunlight. By Richard Stenger CNN Interactive Staff Writer March 1, 2000 Web posted at: 3:24 p.m. EST (2024 GMT) (CNN) -- The sun should place the Earth squarely in its sights this week as it aims its solar ray gun. Astronomers tell terrestrial dwellers not to sweat it too much, despite the fact that solar activity is approaching an 11-year peak. Two large sunspots moving across the surface of the sun are expected to directly face the Earth soon for up to several days, according to solar scientists. Such sunspots often herald powerful coronal mass ejections and solar flares, space storms that can disrupt weather and electrical systems on Earth. Solar flares are the largest explosions in the solar system. A typical one can release the energy equivalent of millions of 100-megaton hydrogen bombs exploding at once. Highly charged particles from large flares can overload power grids and damage satellites. In 1989, one space storm knocked out a major power plant in Canada, leaving millions without power for hours. Solar activity generally waxes and wanes during an 11-year cycle and astronomers expect it to peak either this or next year. But so far, the sun has produced only a "disappointing" level of fireworks, said Joseph Gurman, a solar physicist who analyzes data from the Solar and Heliospheric Observatory. Coronal mass ejections are much more likely to produce effects, Gurman said. Like flares, they send streams of highly charged particles, but they also can emit a billion tons of plasma, or ionized gas. Fortunately the Earth's magnetosphere usually bears the brunt of plasma particles. "If we were exposed to them, we literally would be fried," Gurman said.
[ 1, 8991, 263, 9893, 13988, 1652, 5114, 472, 11563, 13, 13, 7031, 29901, 7803, 2919, 6575, 17500, 6471, 526, 7962, 297, 445, 1967, 310, 278, 6575, 7625, 491, 278, 4956, 279, 322, 6162, 2363, 8096, 293, 21651, 7606, 313, 6156, 8187, 467, 13866, 29901, 910, 7791, 8187, 1967, 3697, 263, 2919, 977, 1166, 604, 29884, 683, 393, 10761, 6339, 29871, 29906, 29953, 29889, 450, 8086, 297, 278, 4818, 338, 263, 11105, 393, 10930, 714, 1513, 6575, 4366, 29889, 13, 13, 2059, 6123, 624, 15109, 13, 29907, 10262, 4124, 4925, 15351, 399, 5385, 13, 13, 29924, 1279, 29871, 29896, 29892, 29871, 29906, 29900, 29900, 29900, 13, 3609, 8059, 472, 29901, 29871, 29941, 29901, 29906, 29946, 282, 29889, 29885, 29889, 382, 1254, 313, 29906, 29900, 29906, 29946, 402, 11490, 29897, 13, 13, 29898, 29907, 10262, 29897, 1192, 450, 6575, 881, 2058, 278, 11563, 6862, 368, 297, 967, 13, 29879, 5861, 445, 4723, 408, 372, 263, 9893, 967, 21635, 15570, 13736, 29889, 27348, 414, 13, 29873, 514, 27386, 9315, 24013, 414, 451, 304, 7901, 271, 372, 2086, 1568, 29892, 15020, 13, 1552, 2114, 393, 21635, 6354, 338, 28702, 385, 29871, 29896, 29896, 29899, 6360, 19224, 29889, 13, 13, 13985, 2919, 6575, 1028, 1862, 8401, 4822, 278, 7101, 310, 278, 6575, 526, 13, 9684, 304, 4153, 3700, 278, 11563, 4720, 363, 701, 304, 3196, 13, 16700, 29892, 5034, 304, 21635, 9638, 2879, 29889, 10506, 6575, 1028, 1862, 4049, 13, 2276, 2741, 13988, 1034, 7177, 4158, 321, 24247, 322, 21635, 1652, 5114, 29892, 13, 3493, 14280, 29879, 393, 508, 766, 6685, 14826, 322, 3546, 16888, 6757, 13, 265, 11563, 29889, 13, 13, 29903, 10170, 1652, 5114, 526, 278, 10150, 20389, 1080, 297, 278, 21635, 1788, 29889, 13, 29909, 15662, 697, 508, 6507, 278, 5864, 7126, 310, 14746, 13, 974, 29871, 29896, 29900, 29900, 29899, 29885, 387, 14114, 17546, 1885, 13585, 29879, 3902, 3689, 472, 2748, 29889, 13, 13, 16382, 368, 20139, 17105, 515, 2919, 1652, 5114, 508, 975, 1359, 3081, 13, 629, 4841, 322, 18658, 3290, 514, 3246, 29889, 512, 29871, 29896, 29929, 29947, 29929, 29892, 697, 2913, 14280, 18232, 287, 13, 449, 263, 4655, 3081, 8024, 297, 7400, 29892, 10124, 14746, 1728, 13, 13519, 363, 6199, 29889, 13, 13, 29903, 10170, 6354, 6892, 281, 1165, 267, 322, 281, 17297, 2645, 385, 29871, 29896, 29896, 29899, 6360, 13, 23090, 322, 20932, 414, 2149, 372, 304, 19224, 2845, 445, 470, 2446, 13, 6360, 29889, 1205, 577, 2215, 29892, 278, 6575, 756, 7371, 871, 263, 376, 2218, 932, 2461, 292, 29908, 13, 5563, 310, 3974, 13129, 29892, 1497, 6936, 402, 332, 1171, 29892, 263, 21635, 4824, 293, 391, 1058, 13, 24209, 10947, 848, 515, 278, 4956, 279, 322, 6162, 2363, 8096, 293, 21651, 7606, 29889, 13, 13, 12521, 7177, 4158, 321, 24247, 526, 1568, 901, 5517, 304, 7738, 13, 15987, 29879, 29892, 402, 332, 1171, 1497, 29889, 8502, 1652, 5114, 29892, 896, 3638, 20873, 310, 10712, 13, 25389, 287, 17105, 29892, 541, 896, 884, 508, 20076, 263, 24464, 23864, 310, 13, 572, 25392, 29892, 470, 16346, 1891, 10489, 29889, 13, 13, 29943, 441, 348, 2486, 278, 11563, 29915, 29879, 10710, 359, 9085, 5491, 367, 1503, 278, 1506, 1657, 13, 974, 715, 25392, 17105, 29889, 376, 3644, 591, 892, 19884, 304, 963, 29892, 591, 13, 20889, 635, 723, 367, 285, 1255, 1699, 402, 332, 1171, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
For the Democratic Party, a pliant and friendly news media is both a blessing and a curse. On the one hand, the corporate press's eagerness to rehabilitate Democratic officials after even the most shameful and despicable acts has made it possible for some of the party’s worst actors to maintain political power with relative ease. Then again, the news media’s reflexively and reliably soft coverage of left-wing lawmakers has made the chief benefactors of this cozy relationship both soft and complacent. Democratic officials and candidates have been lulled into a false sense of security, ignoring or forgetting the benefits that come with being tempered by a thorough, brutal vetting. The downside to the corporate media’s mostly hands-off approach to covering Democratically aligned lawmakers was never clearer than it was during the Feb. 19 primary debate in Las Vegas, Nevada. Former New York City Mayor Michael Bloomberg, who spent much of the evening having his entrails ripped out by his 2020 opponents and paraded around the stage, managed to get in one good blow against Sen. Bernie Sanders, going after the Vermont lawmaker for his conspicuous wealth. “What a wonderful country we have,” said the former mayor. “The best-known socialist in the country happens to be a millionaire with three houses. What did I miss here?” “Well,” an irate Sanders said, “You'll miss that I work in Washington, house one. ” Bloomberg interjected, “That's the first problem.” “Live in Burlington, house two,” the senator continued. The former mayor interrupted again, “That's good.” “And like thousands of other Vermonters, I do have a summer camp. Forgive me for that. Where is your home? Which tax haven do you have your home?” Sanders demanded, hopelessly losing the exchange. “New York City, thank you very much,” Bloomberg said to applause, “and I pay all my taxes.” The most remarkable thing about the exchange is not that Sanders was so easily baited by Bloomberg into making a sloppy, blindly angry defense but that it marked the first time in the 2020 campaign season that anyone, Democrat, reporter, or debate moderator, pressed the 2020 Democratic primary front-runner to reconcile his own considerable fortune with his core message of confiscating wealth from business owners. How did Sanders make it through nine debates without a fellow Democrat or debate moderator asking him to respond to the most obvious criticism he will face should he go up against Trump? The 2016 election was a “takers versus makers” election. It is astonishing, then, that it took for a 2020 Democratic primary candidate who is not even on the ballot in Nevada or South Carolina to ask the millionaire socialist senator about his three houses. I guess that is what happens when you schedule all your primary debates with only friendly news networks. This gets to the precise problem of the too-friendly relationship between the Democratic Party and the corporate media. It is a double-edged sword that allows terrible men to weather what should be career-ending scandals and missteps but also leads to their entire party getting lazy and soft. Not having to worry about a tough, combative press is how you get incidents such as the 2020 Democratic front-runner being totally unprepared to answer the most obvious criticism of his campaign. If Sanders's disastrous handling of Bloomberg's no-brainer broadside is a portent of things to come, the general election meat grinder will be a straight-up bloodbath for Democrats.
[ 1, 1152, 278, 19083, 9173, 29892, 263, 282, 492, 424, 322, 19780, 9763, 5745, 338, 1716, 263, 17065, 292, 322, 263, 3151, 344, 29889, 13, 13, 2951, 278, 697, 1361, 29892, 278, 17266, 403, 3965, 29915, 29879, 321, 351, 824, 404, 304, 337, 29882, 4427, 10388, 19083, 24921, 1156, 1584, 278, 1556, 28503, 1319, 322, 8913, 293, 519, 14741, 756, 1754, 372, 1950, 363, 777, 310, 278, 6263, 30010, 29879, 17322, 29701, 304, 7344, 8604, 3081, 411, 6198, 16326, 29889, 1987, 1449, 29892, 278, 9763, 5745, 30010, 29879, 2143, 2506, 3598, 322, 12536, 2197, 4964, 23746, 310, 2175, 29899, 16958, 4307, 29885, 21079, 756, 1754, 278, 9087, 7795, 627, 943, 310, 445, 1302, 1537, 9443, 1716, 4964, 322, 15313, 1760, 29889, 19083, 24921, 322, 21669, 505, 1063, 301, 352, 839, 964, 263, 2089, 4060, 310, 6993, 29892, 5330, 8253, 470, 9566, 1259, 278, 23633, 393, 2041, 411, 1641, 6238, 287, 491, 263, 17826, 29892, 26644, 284, 325, 300, 1259, 29889, 13, 13, 1576, 1623, 2975, 304, 278, 17266, 403, 5745, 30010, 29879, 11149, 6567, 29899, 2696, 2948, 304, 21653, 4432, 16909, 1711, 26118, 4307, 29885, 21079, 471, 2360, 26135, 1135, 372, 471, 2645, 278, 26319, 29889, 29871, 29896, 29929, 7601, 27836, 297, 7413, 17236, 294, 29892, 26572, 1114, 29889, 13, 13, 2500, 261, 1570, 3088, 4412, 22186, 5765, 11447, 290, 2552, 29892, 1058, 10398, 1568, 310, 278, 11005, 2534, 670, 875, 9912, 10107, 2986, 714, 491, 670, 29871, 29906, 29900, 29906, 29900, 23995, 1237, 322, 610, 11932, 2820, 278, 7408, 29892, 8745, 304, 679, 297, 697, 1781, 13031, 2750, 5811, 29889, 6209, 347, 8564, 414, 29892, 2675, 1156, 278, 17589, 609, 4307, 28107, 363, 670, 21588, 293, 17269, 17173, 29889, 13, 13, 30015, 5618, 263, 20695, 4234, 591, 505, 3995, 1497, 278, 4642, 9105, 29889, 1346, 1576, 1900, 29899, 5203, 5264, 391, 297, 278, 4234, 5930, 304, 367, 263, 7284, 5218, 411, 2211, 12955, 29889, 1724, 1258, 306, 3052, 1244, 6677, 13, 13, 30015, 11284, 3995, 385, 3805, 403, 8564, 414, 1497, 29892, 1346, 3492, 29915, 645, 3052, 393, 306, 664, 297, 7660, 29892, 3699, 697, 29889, 26622, 13, 13, 29933, 417, 290, 2552, 1006, 622, 287, 29892, 1346, 7058, 29915, 29879, 278, 937, 1108, 3178, 13, 13, 30015, 23859, 297, 6640, 1847, 880, 29892, 3699, 1023, 3995, 278, 6940, 1061, 7572, 29889, 13, 13, 1576, 4642, 9105, 27803, 1449, 29892, 1346, 7058, 29915, 29879, 1781, 3178, 13, 13, 30015, 2855, 763, 17202, 310, 916, 17589, 265, 2153, 29892, 306, 437, 505, 263, 11801, 4242, 29889, 383, 990, 573, 592, 363, 393, 29889, 6804, 338, 596, 3271, 29973, 8449, 8818, 7359, 437, 366, 505, 596, 3271, 6677, 8564, 414, 24432, 29892, 8171, 6393, 368, 19035, 278, 14523, 29889, 13, 13, 30015, 4373, 3088, 4412, 29892, 6452, 366, 1407, 1568, 3995, 11447, 290, 2552, 1497, 304, 623, 433, 1509, 29892, 1346, 392, 306, 5146, 599, 590, 8818, 267, 3178, 13, 13, 1576, 1556, 22567, 2655, 1048, 278, 14523, 338, 451, 393, 8564, 414, 471, 577, 5948, 289, 1249, 287, 491, 11447, 290, 2552, 964, 3907, 263, 14216, 23717, 29892, 16842, 368, 26230, 26406, 541, 393, 372, 10902, 278, 937, 931, 297, 278, 29871, 29906, 29900, 29906, 29900, 11531, 4259, 393, 5019, 29892, 4432, 16909, 29892, 1634, 9555, 29892, 470, 27836, 17768, 1061, 29892, 15385, 278, 29871, 29906, 29900, 29906, 29900, 19083, 7601, 4565, 29899, 27492, 304, 8265, 21873, 670, 1914, 15620, 19717, 411, 670, 7136, 2643, 310, 1970, 10669, 1218, 17173, 515, 5381, 1914, 414, 29889, 13, 13, 5328, 1258, 8564, 414, 1207, 372, 1549, 14183, 2553, 1078, 1728, 263, 10404, 4432, 16909, 470, 27836, 17768, 1061, 6721, 1075, 304, 10049, 304, 278, 1556, 6924, 29035, 540, 674, 3700, 881, 540, 748, 701, 2750, 27504, 29973, 450, 29871, 29906, 29900, 29896, 29953, 8271, 471, 263, 1346, 29873, 21079, 23797, 2136, 414, 30024, 8271, 29889, 739, 338, 24293, 14424, 29892, 769, 29892, 393, 372, 3614, 363, 263, 29871, 29906, 29900, 29906, 29900, 19083, 7601, 14020, 1058, 338, 451, 1584, 373, 278, 8287, 327, 297, 26572, 1114, 470, 4275, 13397, 304, 2244, 278, 7284, 5218, 5264, 391, 6940, 1061, 1048, 670, 2211, 12955, 29889, 306, 4140, 393, 338, 825, 5930, 746, 366, 20410, 599, 596, 7601, 2553, 1078, 411, 871, 19780, 9763, 14379, 29889, 13, 13, 4013, 4947, 304, 278, 18378, 1108, 310, 278, 2086, 29899, 18326, 368, 9443, 1546, 278, 19083, 9173, 322, 278, 17266, 403, 5745, 29889, 739, 338, 263, 3765, 29899, 287, 3192, 22378, 393, 6511, 16403, 1757, 304, 14826, 825, 881, 367, 6413, 29899, 2548, 885, 392, 1338, 322, 3984, 24530, 541, 884, 11981, 304, 1009, 4152, 6263, 2805, 17366, 322, 4964, 29889, 2216, 2534, 304, 15982, 1048, 263, 260, 820, 29892, 4145, 1230, 3965, 338, 920, 366, 679, 5528, 16719, 1316, 408, 278, 29871, 29906, 29900, 29906, 29900, 19083, 4565, 29899, 27492, 1641, 14909, 443, 15287, 1965, 304, 1234, 278, 1556, 6924, 29035, 310, 670, 11531, 29889, 13, 13, 3644, 8564, 414, 29915, 29879, 766, 7614, 681, 11415, 310, 11447, 290, 2552, 29915, 29879, 694, 29899, 2634, 4983, 7300, 2975, 338, 263, 2011, 296, 310, 2712, 304, 2041, 29892, 278, 2498, 8271, 27654, 867, 4995, 674, 367, 263, 7812, 29899, 786, 6668, 10396, 493, 363, 14189, 1446, 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 ]
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBTEAMPOLICIESSharedFolderJoinPolicy; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// /// The `SharedFolderJoinPolicy` union. /// /// Policy governing which shared folders a team member can join. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// @interface DBTEAMPOLICIESSharedFolderJoinPolicy : NSObject <DBSerializable, NSCopying> #pragma mark - Instance fields /// The `DBTEAMPOLICIESSharedFolderJoinPolicyTag` enum type represents the /// possible tag states with which the `DBTEAMPOLICIESSharedFolderJoinPolicy` /// union can exist. typedef NS_CLOSED_ENUM(NSInteger, DBTEAMPOLICIESSharedFolderJoinPolicyTag){ /// Team members can only join folders shared by teammates. DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly, /// Team members can join any shared folder, including those shared by users /// outside the team. DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone, /// (no description). DBTEAMPOLICIESSharedFolderJoinPolicyOther, }; /// Represents the union's current tag state. @property (nonatomic, readonly) DBTEAMPOLICIESSharedFolderJoinPolicyTag tag; #pragma mark - Constructors /// /// Initializes union class with tag state of "from_team_only". /// /// Description of the "from_team_only" tag state: Team members can only join /// folders shared by teammates. /// /// @return An initialized instance. /// - (instancetype)initWithFromTeamOnly; /// /// Initializes union class with tag state of "from_anyone". /// /// Description of the "from_anyone" tag state: Team members can join any shared /// folder, including those shared by users outside the team. /// /// @return An initialized instance. /// - (instancetype)initWithFromAnyone; /// /// Initializes union class with tag state of "other". /// /// @return An initialized instance. /// - (instancetype)initWithOther; - (instancetype)init NS_UNAVAILABLE; #pragma mark - Tag state methods /// /// Retrieves whether the union's current tag state has value "from_team_only". /// /// @return Whether the union's current tag state has value "from_team_only". /// - (BOOL)isFromTeamOnly; /// /// Retrieves whether the union's current tag state has value "from_anyone". /// /// @return Whether the union's current tag state has value "from_anyone". /// - (BOOL)isFromAnyone; /// /// Retrieves whether the union's current tag state has value "other". /// /// @return Whether the union's current tag state has value "other". /// - (BOOL)isOther; /// /// Retrieves string value of union's current tag state. /// /// @return A human-readable string representing the union's current tag state. /// - (NSString *)tagName; @end #pragma mark - Serializer Object /// /// The serialization class for the `DBTEAMPOLICIESSharedFolderJoinPolicy` /// union. /// @interface DBTEAMPOLICIESSharedFolderJoinPolicySerializer : NSObject /// /// Serializes `DBTEAMPOLICIESSharedFolderJoinPolicy` instances. /// /// @param instance An instance of the `DBTEAMPOLICIESSharedFolderJoinPolicy` /// API object. /// /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESSharedFolderJoinPolicy` API object. /// + (nullable NSDictionary<NSString *, id> *)serialize:(DBTEAMPOLICIESSharedFolderJoinPolicy *)instance; /// /// Deserializes `DBTEAMPOLICIESSharedFolderJoinPolicy` instances. /// /// @param dict A json-compatible dictionary representation of the /// `DBTEAMPOLICIESSharedFolderJoinPolicy` API object. /// /// @return An instantiation of the `DBTEAMPOLICIESSharedFolderJoinPolicy` /// object. /// + (DBTEAMPOLICIESSharedFolderJoinPolicy *)deserialize:(NSDictionary<NSString *, id> *)dict; @end NS_ASSUME_NONNULL_END
[ 1, 4363, 13, 6658, 14187, 1266, 313, 29883, 29897, 29871, 29906, 29900, 29896, 29953, 20724, 1884, 29892, 9266, 29889, 2178, 10462, 21676, 29889, 13, 6658, 13, 6658, 11133, 29899, 13525, 491, 15681, 29892, 437, 451, 6623, 29889, 13, 6658, 13, 13, 29937, 5215, 529, 28077, 29914, 28077, 29889, 29882, 29958, 13, 13, 29937, 5215, 376, 4051, 9125, 13902, 17830, 29889, 29882, 29908, 13, 13, 29992, 1990, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29936, 13, 13, 3059, 29918, 22933, 29965, 2303, 29918, 29940, 1164, 10074, 29918, 29933, 17958, 13, 13, 29937, 28436, 2791, 448, 3450, 4669, 13, 13, 6658, 13, 6658, 450, 421, 21741, 12924, 17242, 15644, 29952, 9833, 29889, 13, 6658, 13, 6658, 25219, 14765, 1076, 607, 7258, 16495, 263, 3815, 4509, 508, 5988, 29889, 13, 6658, 13, 6658, 910, 770, 10703, 278, 421, 4051, 9125, 13902, 29952, 9608, 313, 643, 6646, 322, 13, 6658, 16964, 6646, 2777, 3519, 511, 607, 338, 3734, 363, 599, 4250, 29926, 29899, 29907, 12967, 3450, 5782, 13, 6658, 3618, 29889, 13, 6658, 13, 29992, 13248, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 584, 3865, 2061, 529, 4051, 9125, 13902, 29892, 3865, 11882, 292, 29958, 13, 13, 29937, 28436, 2791, 448, 2799, 749, 4235, 13, 13, 6658, 450, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 8176, 29952, 14115, 1134, 11524, 278, 13, 6658, 1950, 4055, 5922, 411, 607, 278, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 13, 6658, 9833, 508, 1863, 29889, 13, 1017, 9795, 1389, 3865, 29918, 29907, 3927, 1660, 29928, 29918, 1430, 5005, 29898, 3059, 7798, 29892, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 8176, 2597, 13, 1678, 4363, 8583, 5144, 508, 871, 5988, 16495, 7258, 491, 3815, 29885, 1078, 29889, 13, 1678, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 4591, 19409, 11730, 29892, 13, 13, 1678, 4363, 8583, 5144, 508, 5988, 738, 7258, 4138, 29892, 3704, 1906, 7258, 491, 4160, 13, 1678, 4363, 5377, 278, 3815, 29889, 13, 1678, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 4591, 10773, 650, 29892, 13, 13, 1678, 4363, 313, 1217, 6139, 467, 13, 1678, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 16107, 29892, 13, 13, 3400, 13, 13, 6658, 830, 4569, 1237, 278, 9833, 29915, 29879, 1857, 4055, 2106, 29889, 13, 29992, 6799, 313, 5464, 21641, 29892, 20623, 29897, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 8176, 4055, 29936, 13, 13, 29937, 28436, 2791, 448, 1281, 4984, 943, 13, 13, 6658, 13, 6658, 17250, 7093, 9833, 770, 411, 4055, 2106, 310, 376, 3166, 29918, 14318, 29918, 6194, 1642, 13, 6658, 13, 6658, 12953, 310, 278, 376, 3166, 29918, 14318, 29918, 6194, 29908, 4055, 2106, 29901, 8583, 5144, 508, 871, 5988, 13, 6658, 16495, 7258, 491, 3815, 29885, 1078, 29889, 13, 6658, 13, 6658, 732, 2457, 530, 16601, 2777, 29889, 13, 6658, 13, 29899, 313, 2611, 4564, 300, 668, 29897, 2344, 3047, 4591, 19409, 11730, 29936, 13, 13, 6658, 13, 6658, 17250, 7093, 9833, 770, 411, 4055, 2106, 310, 376, 3166, 29918, 1384, 650, 1642, 13, 6658, 13, 6658, 12953, 310, 278, 376, 3166, 29918, 1384, 650, 29908, 4055, 2106, 29901, 8583, 5144, 508, 5988, 738, 7258, 13, 6658, 4138, 29892, 3704, 1906, 7258, 491, 4160, 5377, 278, 3815, 29889, 13, 6658, 13, 6658, 732, 2457, 530, 16601, 2777, 29889, 13, 6658, 13, 29899, 313, 2611, 4564, 300, 668, 29897, 2344, 3047, 4591, 10773, 650, 29936, 13, 13, 6658, 13, 6658, 17250, 7093, 9833, 770, 411, 4055, 2106, 310, 376, 1228, 1642, 13, 6658, 13, 6658, 732, 2457, 530, 16601, 2777, 29889, 13, 6658, 13, 29899, 313, 2611, 4564, 300, 668, 29897, 2344, 3047, 16107, 29936, 13, 13, 29899, 313, 2611, 4564, 300, 668, 29897, 2344, 3865, 29918, 29965, 3521, 20449, 6227, 6181, 29936, 13, 13, 29937, 28436, 2791, 448, 10522, 2106, 3519, 13, 13, 6658, 13, 6658, 19338, 1960, 3692, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 3166, 29918, 14318, 29918, 6194, 1642, 13, 6658, 13, 6658, 732, 2457, 26460, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 3166, 29918, 14318, 29918, 6194, 1642, 13, 6658, 13, 29899, 313, 28443, 29897, 275, 4591, 19409, 11730, 29936, 13, 13, 6658, 13, 6658, 19338, 1960, 3692, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 3166, 29918, 1384, 650, 1642, 13, 6658, 13, 6658, 732, 2457, 26460, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 3166, 29918, 1384, 650, 1642, 13, 6658, 13, 29899, 313, 28443, 29897, 275, 4591, 10773, 650, 29936, 13, 13, 6658, 13, 6658, 19338, 1960, 3692, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 1228, 1642, 13, 6658, 13, 6658, 732, 2457, 26460, 278, 9833, 29915, 29879, 1857, 4055, 2106, 756, 995, 376, 1228, 1642, 13, 6658, 13, 29899, 313, 28443, 29897, 275, 16107, 29936, 13, 13, 6658, 13, 6658, 19338, 1960, 1347, 995, 310, 9833, 29915, 29879, 1857, 4055, 2106, 29889, 13, 6658, 13, 6658, 732, 2457, 319, 5199, 29899, 949, 519, 1347, 15783, 278, 9833, 29915, 29879, 1857, 4055, 2106, 29889, 13, 6658, 13, 29899, 313, 14301, 4748, 4039, 1170, 29936, 13, 13, 29992, 355, 13, 13, 29937, 28436, 2791, 448, 18896, 3950, 4669, 13, 13, 6658, 13, 6658, 450, 7797, 2133, 770, 363, 278, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 13, 6658, 9833, 29889, 13, 6658, 13, 29992, 13248, 6535, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 17679, 584, 3865, 2061, 13, 13, 6658, 13, 6658, 18896, 7093, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 8871, 29889, 13, 6658, 13, 6658, 732, 3207, 2777, 530, 2777, 310, 278, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 13, 6658, 3450, 1203, 29889, 13, 6658, 13, 6658, 732, 2457, 319, 4390, 29899, 23712, 8600, 8954, 310, 278, 13, 6658, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 3450, 1203, 29889, 13, 6658, 13, 29974, 313, 4304, 519, 3865, 11513, 29966, 14301, 334, 29892, 1178, 29958, 4748, 643, 6646, 5919, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 4748, 8758, 29936, 13, 13, 6658, 13, 6658, 2726, 261, 616, 7093, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 8871, 29889, 13, 6658, 13, 6658, 732, 3207, 9657, 319, 4390, 29899, 23712, 8600, 8954, 310, 278, 13, 6658, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 3450, 1203, 29889, 13, 6658, 13, 6658, 732, 2457, 530, 13213, 362, 310, 278, 421, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 29952, 13, 6658, 1203, 29889, 13, 6658, 13, 29974, 313, 4051, 4330, 19297, 5607, 2965, 8673, 1799, 29882, 1965, 12924, 17242, 15644, 4748, 2783, 261, 6646, 5919, 3059, 11513, 29966, 14301, 334, 29892, 1178, 29958, 4748, 8977, 29936, 13, 13, 29992, 355, 13, 13, 3059, 29918, 22933, 29965, 2303, 29918, 29940, 1164, 10074, 29918, 11794, 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 ]
Primary care for women. Comprehensive assessment and management of common mental health problems. This article emphasizes the importance of the role of the certified nurse-midwife (CNM) in the primary care assessment of, and appropriate referral for women with mental health problems, especially in cases of psychiatric emergencies. Essential aspects of assessment, diagnosis, and treatment of the more common psychiatric problems are included, and the treatment modalities that are considered when referral results in psychiatric intervention are reviewed. In addition, the overall prevalence of mental health problems in women, the frequency with which primary care providers may encounter mental health problems, and issues of mental health care utilization are discussed.
[ 1, 28267, 2562, 363, 5866, 29889, 422, 1457, 29882, 6270, 24809, 358, 322, 10643, 310, 3619, 19119, 9045, 4828, 29889, 13, 4013, 4274, 19310, 7093, 278, 13500, 310, 278, 6297, 310, 278, 2284, 2164, 5595, 344, 29899, 6563, 29893, 1607, 313, 13778, 29924, 29897, 297, 278, 7601, 2562, 24809, 358, 310, 29892, 322, 8210, 2737, 1705, 363, 5866, 411, 19119, 9045, 4828, 29892, 7148, 297, 4251, 310, 11643, 7163, 2200, 11176, 1885, 2478, 29889, 11044, 2556, 21420, 310, 24809, 358, 29892, 24876, 19263, 29892, 322, 14502, 310, 278, 901, 3619, 11643, 7163, 2200, 4828, 526, 5134, 29892, 322, 278, 14502, 13008, 1907, 393, 526, 5545, 746, 2737, 1705, 2582, 297, 11643, 7163, 2200, 1006, 7316, 526, 9076, 287, 29889, 512, 6124, 29892, 278, 12463, 758, 791, 663, 310, 19119, 9045, 4828, 297, 5866, 29892, 278, 10868, 411, 607, 7601, 2562, 1326, 11376, 1122, 11735, 19119, 9045, 4828, 29892, 322, 5626, 310, 19119, 9045, 2562, 3667, 2133, 526, 15648, 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 ]
When Rudy Gay left the game with a left knee injury late in the first quarter, memories of the Sacramento Kings’ (16-22) recent poor play minus a star resurfaced. The thought came to fruition as DeMarcus Cousins joined him on the sidelines in the waning seconds of regulation, and the short-handed Kings fell to the visiting Dallas Mavericks (27-12), 108-104. The Kings are currently 2-2 on their six-game home stand and return to action on Friday in a contest against the Miami Heat. Join Cowbell Kingdom’sJames Ham as he recaps the action from the floor of Sleep Train Arena. Golden State Warriors Projected Starters (31-22) What to watch 1. Can the Kings win without DeMarcus Cousins? The Kings are 0-7 without their starting center and it looks like Cousins will miss another game on Wednesday with a strained left hip flexor. Andrew Bogut is questionable for the Warrior with left shoulder inflammation, as is reserve Jermaine O’Neal (sore back). This game might turn into a track meet, which doesn’t bode well for Sacramento. 2. Can the Kings defend the 3-point line? Sacramento ranks 28th in the league against the long ball. The Warriors starting backcourt of Curry and Thompson have already shot close to 800 3-pointers on the season. If the Kings don’t stay with Golden State’s shooters, they have very little chance of pulling off the upset. 3. How do the Kings players handle the trade rumors? The trade deadline is 12pm PST on Thursday and the rumors are swirling. Do the Kings players crumble under the pressure or do they come out swinging in what might be their last game in Sacramento? According to an NBA source, Sacramento Kings point guard Isaiah Thomas underwent an MRI earlier Tuesday on his left wrist. Counter to other media reports, the results of the tests were negative and Thomas is not expected to miss any time with the injury. Since taking over the starting position 35 games ago, Thomas is averaging 21.5 points, 6.9 assists and 1.3 steals per game in 37.5 minutes. But rumors that he was having some discomfort in his wrist began a few weeks back. Recently, his shooting numbers have taken a dramatic dip, beginning in January when he shot just 41.2 percent from the field and 32.7 percent from long range. Thomas’s overall field goal percentage has bounced back in the month of February, but his 3-point percentage for the seven games this month is 24.1 percent. Thomas and rookie guard Ben McLemore were the subject of a trade rumor on Monday, but coach Michael Malone and general manager Pete D’Alessandro refuted the reports following practice on Tuesday afternoon. “The report that was, I think on Yahoo!, about our offer to Boston was so erroneous and I don’t know where it came from,” Malone told reporters on Tuesday. “We dispel the rumors that are out there that we know are not true, but at the same time, this is a business and you have no idea what can happen up until trade deadline. I think all of our players realize that.” With injuries and possible trade rumors swirling, it should be a wild couple of days in Sacramento. DeMarcus Cousins Injury Update Thomas wasn’t the only Kings player to undergo an MRI today. For the second straight day, center DeMarcus Cousins made a trip to the doctors office for testing. Results of the first MRI were inconclusive, but a second test confirmed the Kings medical staff’s earlier diagnosis of a strained left hip flexor. Cousins has been unable to participate in practice since returning from the All-Star break. He is listed as day-to-day, but considered doubtful for Wednesday’s match-up against the Golden State Warriors. Hamady Ndiaye out of Rutgers and DeQuan Jones out of Florida are the only late additions. Ndiaye was in camp last season with Sacramento and left a solid impression. After being waived by the Kings, the 26-year old center spent last season playing for Tianjin Ronggang Golden Lions of the Chinese Basketball Association. Jones played in 63 games last season with the Orlando Magic, including 17 starts. He averaged 3.7 points per game in a little under 13 minutes a game. Last season it was high ropes courses in Colorado Springs, Co. This year, the Sacramento Kings open training camp away from home again, but instead of the Team USA practice facility in Colorado, it will be on the sandy beaches of Santa Barbara, CA. Camp will run from Oct. 1-6 at the Pavilion Gym on the University of California, Santa Barbara campus. The team will head back to Northern California for their pre-season opener on the road against the Golden State Warriors on October 7, before heading to Las Vegas to take on the Lakers on Oct. 10. After the initial week away, the Kings will continue camp in Sacramento at the team’s practice facility in Natomas. Cowbell Kingdom has grown exponentially since its founding in 2009 and we want to make sure we know our audience. The information you provide in this brief survey will be used to help us better serve you. For your participation, you will be automatically entered into a contest to win a copy of the 2013-14 Sacramento Kings Dancers calendar and a “Blackout” t-shirt commemorating last season’s first home game. But there’s probably no other player more overlooked and underrated on this season’s roster than the fourth-year guard. Just look no further than ESPN.com’s annual NBA Rank, which appraises the value of the league’s top 500 players. The 25-year-old guard moved up just five spots (no. 136 in 2011 to no. 131 in 2012) in this year’s rankings. These were the five players ranked just ahead of Thornton in the 2012 forecast: Such is life on a bad team with little to no national exposure. However, those who follow the Kings closely know just how valuable Thornton is, especially his competition. “He’s become an outstanding scorer in this league,” said Dallas Mavericks guard Darren Collisonback in January of his former New Orleans Hornets teammate. “He’s definitely made a niche in this league as far as (being) a big time scorer. “He can shoot the ball extremely well and he can do a lot of different things off the pick and roll,” added Collison. “And he’s exceptionally quick too.” In their rookie year, Collison and Thornton formed an explosive and exciting young backcourt for the Hornets. Though they’ve since gone their separate ways, the two remain close. Thornton worked out last offseason with Collison in Los Angeles during the lockout. The fourth-year guard out of UCLA thinks Sacramento is a good fit for his old teammate. He believes Thornton will only continue to improve with the Kings’ green nucleus. “This is a young team that’s going to be good in the near future,” Collison said. “He has a starting role here, so anytime you have a starting role, it’s always a good fit. And he’s one of their best scorers, too.” Averaging 18.7 points per game, Thornton led the Kings in scoring last season and usually found himself as their go-to-guy in clutch situations. The next step for Thornton, according to another former teammate, is becoming an accomplished defender. “He’s always been a capable scorer,” said Indiana Pacers big man David West. “Key for him has always been for him to play as hard defensively as he does offensively.” As explosive as he is with the ball, Thornton could stand to see some improvement on the defensive end. The Louisiana native finished in the bottom three among his 15 teammates in defensive rating. “We would challenge him to do the same thing on the defensive end,” said West of his days with Thornton in New Orleans. “Make him more of a complete ball player.” However like Collison, West thinks Thornton will continue to find success in the league. “He’s a strong-minded, tough-minded kid,” West said. “I knew that once he got an opportunity to just get in a system that worked for him and bring out his best skills, he’d do well.” The Kings may not belong to Marcus Thornton. But his importance to their success isn’t an understatement. Twenty-five years ago today, Sacramento Kings Head Coach Keith Smart hit a shot that changed his life forever. No matter where I go, people talk about it. Once they recognize me or see a nametag on my bag or something like that, they start talking about “The Shot”. So it’s a great moment and I’m glad it went in, but wasn’t just something for me. We just had our 25 year championship reunion. And we all got together and it wasn’t so much what we all did in the tournament and our careers. It was a friendship and a relationship that we have now that that moment brings us all together. Diehard Sacramento Kings fan Kevin Fippin wanted to propose to his long-time girlfriend Lydia Nicolaisen. So before he popped the question on New Year’s Eve, he recruited the services of a Sacramento Kings fan favorite.
[ 1, 1932, 10670, 29891, 28832, 2175, 278, 3748, 411, 263, 2175, 17905, 29872, 24092, 5683, 297, 278, 937, 12616, 29892, 2626, 3842, 310, 278, 15573, 29878, 4487, 21701, 30010, 313, 29896, 29953, 29899, 29906, 29906, 29897, 7786, 6460, 1708, 26134, 263, 5810, 620, 332, 17470, 287, 29889, 450, 2714, 2996, 304, 285, 582, 654, 408, 897, 29924, 5666, 375, 315, 681, 1144, 8772, 1075, 373, 278, 269, 10652, 1475, 297, 278, 281, 273, 292, 6923, 310, 1072, 2785, 29892, 322, 278, 3273, 29899, 3179, 287, 21701, 8379, 304, 278, 6493, 292, 27043, 3219, 369, 7358, 313, 29906, 29955, 29899, 29896, 29906, 511, 29871, 29896, 29900, 29947, 29899, 29896, 29900, 29946, 29889, 13, 13, 1576, 21701, 526, 5279, 29871, 29906, 29899, 29906, 373, 1009, 4832, 29899, 11802, 3271, 2317, 322, 736, 304, 3158, 373, 28728, 297, 263, 17793, 2750, 278, 23740, 940, 271, 29889, 3650, 262, 21638, 12562, 12626, 30010, 29879, 29470, 7904, 408, 540, 1162, 2547, 278, 3158, 515, 278, 11904, 310, 317, 5436, 28186, 26053, 29889, 13, 13, 29954, 1025, 264, 4306, 3362, 28739, 8010, 287, 7828, 2153, 313, 29941, 29896, 29899, 29906, 29906, 29897, 13, 13, 5618, 304, 6505, 13, 13, 29896, 29889, 1815, 278, 21701, 5401, 1728, 897, 29924, 5666, 375, 315, 681, 1144, 29973, 13, 13, 1576, 21701, 526, 29871, 29900, 29899, 29955, 1728, 1009, 6257, 4818, 322, 372, 3430, 763, 315, 681, 1144, 674, 3052, 1790, 3748, 373, 15050, 4515, 3250, 411, 263, 5312, 1312, 2175, 21464, 8525, 272, 29889, 11571, 15872, 329, 338, 1139, 519, 363, 278, 3362, 13479, 411, 2175, 23468, 4414, 4850, 362, 29892, 408, 338, 23986, 5677, 655, 457, 438, 30010, 8139, 284, 313, 29879, 487, 1250, 467, 910, 3748, 1795, 2507, 964, 263, 5702, 5870, 29892, 607, 1838, 30010, 29873, 289, 356, 1532, 363, 15573, 29878, 4487, 29889, 13, 13, 29906, 29889, 1815, 278, 21701, 24663, 278, 29871, 29941, 29899, 3149, 1196, 29973, 13, 13, 29903, 562, 29878, 4487, 27871, 29871, 29906, 29947, 386, 297, 278, 13225, 2750, 278, 1472, 8287, 29889, 450, 3362, 28739, 6257, 1250, 27845, 310, 10837, 719, 322, 22348, 505, 2307, 10322, 3802, 304, 29871, 29947, 29900, 29900, 29871, 29941, 29899, 17226, 29879, 373, 278, 4259, 29889, 960, 278, 21701, 1016, 30010, 29873, 7952, 411, 16108, 4306, 30010, 29879, 15049, 414, 29892, 896, 505, 1407, 2217, 8825, 310, 28420, 1283, 278, 24081, 300, 29889, 13, 13, 29941, 29889, 1128, 437, 278, 21701, 10769, 4386, 278, 11302, 16558, 943, 29973, 13, 13, 1576, 11302, 7123, 1220, 338, 29871, 29896, 29906, 3358, 349, 1254, 373, 498, 1295, 3250, 322, 278, 16558, 943, 526, 2381, 381, 1847, 29889, 1938, 278, 21701, 10769, 2181, 15563, 1090, 278, 12959, 470, 437, 896, 2041, 714, 24500, 292, 297, 825, 1795, 367, 1009, 1833, 3748, 297, 15573, 29878, 4487, 29973, 13, 13, 7504, 3278, 304, 385, 21517, 2752, 29892, 15573, 29878, 4487, 21701, 1298, 8372, 19899, 21071, 5569, 1090, 29893, 296, 385, 341, 3960, 8859, 323, 1041, 3250, 373, 670, 2175, 281, 2021, 29889, 315, 5336, 304, 916, 5745, 13676, 29892, 278, 2582, 310, 278, 6987, 892, 8178, 322, 5569, 338, 451, 3806, 304, 3052, 738, 931, 411, 278, 24092, 29889, 13, 13, 23036, 5622, 975, 278, 6257, 2602, 29871, 29941, 29945, 8090, 8020, 29892, 5569, 338, 4759, 6751, 29871, 29906, 29896, 29889, 29945, 3291, 29892, 29871, 29953, 29889, 29929, 1223, 2879, 322, 29871, 29896, 29889, 29941, 1886, 1338, 639, 3748, 297, 29871, 29941, 29955, 29889, 29945, 6233, 29889, 1205, 16558, 943, 393, 540, 471, 2534, 777, 766, 510, 3921, 297, 670, 281, 2021, 4689, 263, 2846, 11405, 1250, 29889, 13, 13, 4789, 2705, 29892, 670, 27904, 3694, 505, 4586, 263, 8541, 2454, 28191, 29892, 6763, 297, 5490, 746, 540, 10322, 925, 29871, 29946, 29896, 29889, 29906, 10151, 515, 278, 1746, 322, 29871, 29941, 29906, 29889, 29955, 10151, 515, 1472, 3464, 29889, 5569, 30010, 29879, 12463, 1746, 7306, 19649, 756, 289, 20979, 1250, 297, 278, 4098, 310, 6339, 29892, 541, 670, 29871, 29941, 29899, 3149, 19649, 363, 278, 9881, 8090, 445, 4098, 338, 29871, 29906, 29946, 29889, 29896, 10151, 29889, 13, 13, 1349, 18902, 322, 696, 554, 347, 8372, 4111, 4052, 29931, 331, 487, 892, 278, 4967, 310, 263, 11302, 16558, 272, 373, 27822, 29892, 541, 11182, 5765, 3792, 650, 322, 2498, 8455, 349, 2650, 360, 30010, 29909, 2222, 14907, 2143, 3860, 278, 13676, 1494, 6944, 373, 323, 1041, 3250, 17724, 29889, 13, 13, 30015, 1576, 3461, 393, 471, 29892, 306, 1348, 373, 612, 26779, 18565, 1048, 1749, 5957, 304, 12115, 471, 577, 4589, 650, 681, 322, 306, 1016, 30010, 29873, 1073, 988, 372, 2996, 515, 3995, 3792, 650, 5429, 1634, 272, 2153, 373, 323, 1041, 3250, 29889, 1346, 4806, 12272, 295, 278, 16558, 943, 393, 526, 714, 727, 393, 591, 1073, 526, 451, 1565, 29892, 541, 472, 278, 1021, 931, 29892, 445, 338, 263, 5381, 322, 366, 505, 694, 2969, 825, 508, 3799, 701, 2745, 11302, 7123, 1220, 29889, 306, 1348, 599, 310, 1749, 10769, 16289, 393, 3178, 13, 13, 3047, 10899, 14886, 322, 1950, 11302, 16558, 943, 2381, 381, 1847, 29892, 372, 881, 367, 263, 8775, 7303, 310, 3841, 297, 15573, 29878, 4487, 29889, 13, 13, 2772, 29924, 5666, 375, 315, 681, 1144, 512, 29926, 2857, 10318, 13, 13, 1349, 18902, 9007, 30010, 29873, 278, 871, 21701, 4847, 304, 1090, 1484, 385, 341, 3960, 9826, 29889, 1152, 278, 1473, 7812, 2462, 29892, 4818, 897, 29924, 5666, 375, 315, 681, 1144, 1754, 263, 17487, 304, 278, 437, 14359, 8034, 363, 6724, 29889, 17212, 310, 278, 937, 341, 3960, 892, 22629, 7009, 573, 29892, 541, 263, 1473, 1243, 16725, 278, 21701, 16083, 13925, 30010, 29879, 8859, 24876, 19263, 310, 263, 5312, 1312, 2175, 21464, 8525, 272, 29889, 13, 13, 29907, 681, 1144, 756, 1063, 9368, 304, 5221, 403, 297, 6944, 1951, 7863, 515, 278, 2178, 29899, 16213, 2867, 29889, 940, 338, 9904, 408, 2462, 29899, 517, 29899, 3250, 29892, 541, 5545, 7404, 1319, 363, 15050, 4515, 3250, 30010, 29879, 1993, 29899, 786, 2750, 278, 16108, 4306, 3362, 28739, 29889, 13, 13, 29950, 314, 3714, 405, 6051, 15802, 714, 310, 390, 329, 5743, 322, 897, 2182, 273, 10920, 714, 310, 13813, 526, 278, 871, 5683, 788, 2187, 29889, 405, 6051, 15802, 471, 297, 4242, 1833, 4259, 411, 15573, 29878, 4487, 322, 2175, 263, 7773, 17188, 29889, 2860, 1641, 11324, 2347, 491, 278, 21701, 29892, 278, 29871, 29906, 29953, 29899, 6360, 2030, 4818, 10398, 1833, 4259, 8743, 363, 323, 713, 28789, 390, 549, 8029, 16108, 365, 1080, 310, 278, 10013, 21850, 7993, 29889, 13, 13, 29967, 2873, 5318, 297, 29871, 29953, 29941, 8090, 1833, 4259, 411, 278, 1394, 28514, 26494, 29892, 3704, 29871, 29896, 29955, 8665, 29889, 940, 4759, 4063, 29871, 29941, 29889, 29955, 3291, 639, 3748, 297, 263, 2217, 1090, 29871, 29896, 29941, 6233, 263, 3748, 29889, 13, 13, 8897, 4259, 372, 471, 1880, 696, 5547, 21888, 297, 21137, 14314, 886, 29892, 3189, 29889, 910, 1629, 29892, 278, 15573, 29878, 4487, 21701, 1722, 6694, 4242, 3448, 515, 3271, 1449, 29892, 541, 2012, 310, 278, 8583, 8278, 6944, 24454, 297, 21137, 29892, 372, 674, 367, 373, 278, 11982, 29891, 367, 14520, 310, 7510, 18506, 29892, 12766, 29889, 7259, 674, 1065, 515, 4756, 29889, 29871, 29896, 29899, 29953, 472, 278, 20096, 309, 291, 402, 962, 373, 278, 3014, 310, 8046, 29892, 7510, 18506, 24165, 29889, 13, 13, 1576, 3815, 674, 2343, 1250, 304, 14299, 8046, 363, 1009, 758, 29899, 25682, 1015, 759, 373, 278, 6520, 2750, 278, 16108, 4306, 3362, 28739, 373, 5533, 29871, 29955, 29892, 1434, 28435, 304, 7413, 17236, 294, 304, 2125, 373, 278, 365, 21079, 373, 4756, 29889, 29871, 29896, 29900, 29889, 13, 13, 13555, 278, 2847, 4723, 3448, 29892, 278, 21701, 674, 6773, 4242, 297, 15573, 29878, 4487, 472, 278, 3815, 30010, 29879, 6944, 24454, 297, 405, 8678, 294, 29889, 13, 13, 29907, 340, 12562, 12626, 756, 21633, 18709, 9247, 1951, 967, 1476, 292, 297, 29871, 29906, 29900, 29900, 29929, 322, 591, 864, 304, 1207, 1854, 591, 1073, 1749, 20026, 29889, 450, 2472, 366, 3867, 297, 445, 11473, 18994, 674, 367, 1304, 304, 1371, 502, 2253, 9080, 366, 29889, 1152, 596, 27577, 29892, 366, 674, 367, 6336, 7802, 964, 263, 17793, 304, 5401, 263, 3509, 310, 278, 29871, 29906, 29900, 29896, 29941, 29899, 29896, 29946, 15573, 29878, 4487, 21701, 3951, 22543, 17684, 322, 263, 1346, 18700, 449, 30024, 260, 29899, 845, 2728, 844, 28927, 1218, 1833, 4259, 30010, 29879, 937, 3271, 3748, 29889, 13, 13, 6246, 727, 30010, 29879, 3117, 694, 916, 4847, 901, 975, 6914, 287, 322, 1090, 29878, 630, 373, 445, 4259, 30010, 29879, 696, 2475, 1135, 278, 11582, 29899, 6360, 8372, 29889, 3387, 1106, 694, 4340, 1135, 26480, 29940, 29889, 510, 30010, 29879, 17568, 21517, 22125, 29892, 607, 623, 336, 4637, 278, 995, 310, 278, 13225, 30010, 29879, 2246, 29871, 29945, 29900, 29900, 10769, 29889, 450, 29871, 29906, 29945, 29899, 6360, 29899, 1025, 8372, 6153, 701, 925, 5320, 805, 1862, 313, 1217, 29889, 29871, 29896, 29941, 29953, 297, 29871, 29906, 29900, 29896, 29896, 304, 694, 29889, 29871, 29896, 29941, 29896, 297, 29871, 29906, 29900, 29896, 29906, 29897, 297, 445, 1629, 30010, 29879, 7115, 886, 29889, 4525, 892, 278, 5320, 10769, 26642, 925, 14432, 310, 16419, 593, 265, 297, 278, 29871, 29906, 29900, 29896, 29906, 29821, 579, 29901, 13, 13, 29903, 987, 338, 2834, 373, 263, 4319, 3815, 411, 2217, 304, 694, 4797, 14060, 545, 29889, 2398, 29892, 1906, 1058, 1101, 278, 21701, 16467, 1073, 925, 920, 21114, 16419, 593, 265, 338, 29892, 7148, 670, 13888, 29889, 13, 13, 30015, 3868, 30010, 29879, 4953, 385, 714, 11235, 885, 9386, 297, 445, 13225, 3995, 1497, 27043, 3219, 369, 7358, 8372, 7335, 1267, 13435, 2285, 1627, 297, 5490, 310, 670, 4642, 1570, 26884, 6912, 1212, 29879, 3815, 25046, 29889, 1346, 3868, 30010, 29879, 11630, 1754, 263, 302, 4070, 297, 445, 13225, 408, 2215, 408, 313, 915, 292, 29897, 263, 4802, 931, 885, 9386, 29889, 13, 13, 30015, 3868, 508, 15049, 278, 8287, 14154, 1532, 322, 540, 508, 437, 263, 3287, 310, 1422, 2712, 1283, 278, 5839, 322, 9679, 3995, 2715, 13435, 2285, 29889, 1346, 2855, 540, 30010, 29879, 3682, 635, 4996, 2086, 3178, 13, 13, 797, 1009, 696, 554, 347, 1629, 29892, 13435, 2285, 322, 16419, 593, 265, 8429, 385, 20389, 573, 322, 5566, 11407, 4123, 1250, 27845, 363, 278, 6912, 1212, 29879, 29889, 14832, 896, 30010, 345, 1951, 7695, 1009, 5004, 5837, 29892, 278, 1023, 3933, 3802, 29889, 16419, 593, 265, 3796, 714, 1833, 1283, 25682, 411, 13435, 2285, 297, 4602, 10722, 2645, 278, 7714, 449, 29889, 13, 13, 1576, 11582, 29899, 6360, 8372, 714, 310, 501, 13875, 22405, 15573, 29878, 4487, 338, 263, 1781, 6216, 363, 670, 2030, 3815, 25046, 29889, 940, 1339, 17180, 16419, 593, 265, 674, 871, 6773, 304, 11157, 411, 278, 21701, 30010, 7933, 22699, 375, 29889, 13, 13, 30015, 4013, 338, 263, 4123, 3815, 393, 30010, 29879, 2675, 304, 367, 1781, 297, 278, 2978, 5434, 3995, 13435, 2285, 1497, 29889, 1346, 3868, 756, 263, 6257, 6297, 1244, 29892, 577, 738, 2230, 366, 505, 263, 6257, 6297, 29892, 372, 30010, 29879, 2337, 263, 1781, 6216, 29889, 1126, 540, 30010, 29879, 697, 310, 1009, 1900, 885, 272, 414, 29892, 2086, 3178, 13, 13, 29909, 369, 6751, 29871, 29896, 29947, 29889, 29955, 3291, 639, 3748, 29892, 16419, 593, 265, 5331, 278, 21701, 297, 26654, 1833, 4259, 322, 5491, 1476, 3654, 408, 1009, 748, 29899, 517, 29899, 2543, 29891, 297, 1067, 10519, 18845, 29889, 450, 2446, 4331, 363, 16419, 593, 265, 29892, 5034, 304, 1790, 4642, 3815, 25046, 29892, 338, 14171, 385, 24799, 822, 1581, 29889, 13, 13, 30015, 3868, 30010, 29879, 2337, 1063, 263, 15390, 885, 9386, 3995, 1497, 21817, 9790, 414, 4802, 767, 4699, 3122, 29889, 1346, 2558, 363, 1075, 756, 2337, 1063, 363, 1075, 304, 1708, 408, 2898, 822, 575, 3598, 408, 540, 947, 1283, 575, 3598, 3178, 13, 13, 2887, 20389, 573, 408, 540, 338, 411, 278, 8287, 29892, 16419, 593, 265, 1033, 2317, 304, 1074, 777, 20414, 373, 278, 822, 6270, 1095, 29889, 450, 28838, 7531, 7743, 297, 278, 5970, 2211, 4249, 670, 29871, 29896, 29945, 3815, 29885, 1078, 297, 822, 6270, 21700, 29889, 13, 13, 30015, 4806, 723, 18766, 1075, 304, 437, 278, 1021, 2655, 373, 278, 822, 6270, 1095, 3995, 1497, 3122, 310, 670, 3841, 411, 16419, 593, 265, 297, 1570, 26884, 29889, 1346, 9984, 1075, 901, 310, 263, 4866, 8287, 4847, 3178, 13, 13, 17245, 763, 13435, 2285, 29892, 3122, 22405, 16419, 593, 265, 674, 6773, 304, 1284, 2551, 297, 278, 13225, 29889, 13, 13, 30015, 3868, 30010, 29879, 263, 4549, 29899, 24021, 287, 29892, 260, 820, 29899, 24021, 287, 26397, 3995, 3122, 1497, 29889, 1346, 29902, 6363, 393, 2748, 540, 2355, 385, 15130, 304, 925, 679, 297, 263, 1788, 393, 3796, 363, 1075, 322, 6963, 714, 670, 1900, 25078, 29892, 540, 30010, 29881, 437, 1532, 3178, 13, 13, 1576, 21701, 1122, 451, 6852, 304, 27390, 16419, 593, 265, 29889, 1205, 670, 13500, 304, 1009, 2551, 3508, 30010, 29873, 385, 1090, 20788, 29889, 13, 13, 27418, 6478, 29899, 20818, 2440, 8020, 9826, 29892, 15573, 29878, 4487, 21701, 12252, 3189, 496, 27179, 4116, 442, 7124, 263, 10322, 393, 3939, 670, 2834, 22296, 29889, 13, 13, 3782, 4383, 988, 306, 748, 29892, 2305, 5193, 1048, 372, 29889, 9038, 896, 18720, 592, 470, 1074, 263, 6869, 300, 351, 373, 590, 19548, 470, 1554, 763, 393, 29892, 896, 1369, 9963, 1048, 1346, 1576, 1383, 327, 8643, 1105, 372, 30010, 29879, 263, 2107, 3256, 322, 306, 30010, 29885, 10932, 372, 3512, 297, 29892, 541, 9007, 30010, 29873, 925, 1554, 363, 592, 29889, 13, 13, 4806, 925, 750, 1749, 29871, 29906, 29945, 1629, 22401, 337, 13094, 29889, 1126, 591, 599, 2355, 4208, 322, 372, 9007, 30010, 29873, 577, 1568, 825, 591, 599, 1258, 297, 278, 14743, 322, 1749, 2562, 414, 29889, 739, 471, 263, 27994, 322, 263, 9443, 393, 591, 505, 1286, 393, 393, 3256, 23522, 502, 599, 4208, 29889, 13, 13, 16334, 6800, 15573, 29878, 4487, 21701, 13524, 19323, 383, 8377, 262, 5131, 304, 16193, 304, 670, 1472, 29899, 2230, 7826, 18326, 365, 2941, 423, 13488, 1759, 264, 29889, 1105, 1434, 540, 772, 2986, 278, 1139, 373, 1570, 8905, 30010, 29879, 382, 345, 29892, 540, 1162, 582, 1573, 278, 5786, 310, 263, 15573, 29878, 4487, 21701, 13524, 25448, 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 ]
Autosomal dominant polycystic kidney disease (ADPKD) is a common monoallelic disorder associated with progressive cyst development and resulting in end stage renal failure (ESRD) in 50% of patients by 60y. However, there is considerable phenotypic variability, extending from in utero onset to patients with adequate renal function into old age. Autosomal dominant polycystic liver disease (ADPLD), as traditionally defined, results in PLD with minimal renal cysts. Classically there have been considered two ADPKD genes, PKD1 and PKD2, encoding PC1 and PC2, and two ADPLD genes, PRKCSH and SEC63, but in the past few years greater genetic heterogeneity has been described, with nine genes now implicated overall. Recent data also indicates an overlap in etiology and pathogenesis associated with ADPKD and ADPLD, with the efficient biogenesis and localization of the PC-complex central to both disorders. During the last funding period we identified a novel gene, GANAB, which is associated with both disorders, where the encoded protein, GII?? is involved in the maturation and trafficking of PC1. In this proposal we will take advantage of advances in next generation sequencing (NGS) methodologies, and large populations of ADPKD and ADPLD patients that have been assembled and screened for the classic genes, to hunt for novel genes for these disorders (Aim 1). The phenotype associated with these genes will be characterized (Aim 3) along with their mechanism of action (Aim 2). NGS methods will be perfected to screen the segmentally duplicated locus, PKD1, and to identify missed mutations at the known loci, including those present in just some cells due to mosaicism (Aim 1). The significance of many PKD1 nontruncating variants has been difficult to evaluate (classed as variants of unknown significance; VUS), but recently evidence that some are incompletely penetrant alleles partially explains phenotypic variability in PKD1 populations. In Aim 2 improved in silico predictions, in combination with machine learning, will improve the understanding of the pathogenicity and penetrance of VUS. A cellular assay of the biogenesis and trafficking of this PC-complex will also be employed to quantify the penetrance of VUS. The mechanism of pathogenesis will be explored in animal models with ultralow penetrant (ULP) Pkd1 or Pkd2 alleles. Employing the large clinically, imaging, and genetically well-defined populations phenotypic groupings of patients will be defined that will then be compared to the genic and PKD1 allelic groups (Aim 3). This iterative process will allow the Variant Score (VS) associated with each PKD1 VUS to be refined. In a separate population the revised VS, alone and in combination with clinical, functional, and imaging data, will be employed to generate a comprehensive, predictive algorithm for ADPKD (Aim 3). Disease modifiers to severe disease, via biallelic ADPKD, and due to alleles at other loci will also be identified and characterized in the cellular assay and in vivo in combination with the Pkd1 hypomorphic, RC model. The final aim will exploit the newly identified information that some PKD1 and PKD2 VUS are rescuable, folding mutations that in a maturation-fostering environment can traffic and function appropriately. A screening scheme based on the level of cell surface PC1 will be improved and new chaperone drugs specific for the PC complex will be sought in collaboration with Sanford Burnham Prebys. A second mutation group that will be explored therapeutically are nonsense mutations. A cellular assay for readthrough efficiency is being developed and will be used for screening. Identified chaperone or readthrough drugs will be tested in available mouse models. Overall this proposal will better explain the etiology and the genetic causes of phenotypic variability in ADPKD/ADPLD, develop better prognostic tools for individual selection of patients for treatment that are now becoming available, and explore allele based treatments for ADPKD.
[ 1, 5202, 359, 290, 284, 28526, 1248, 11078, 858, 293, 26397, 3801, 17135, 313, 3035, 21738, 29928, 29897, 338, 263, 3619, 1601, 29877, 3498, 506, 766, 2098, 6942, 411, 6728, 573, 274, 858, 5849, 322, 9819, 297, 1095, 7408, 4325, 284, 10672, 313, 2890, 29934, 29928, 29897, 297, 29871, 29945, 29900, 29995, 310, 22069, 491, 29871, 29953, 29900, 29891, 29889, 2398, 29892, 727, 338, 15620, 17292, 327, 1478, 293, 1197, 3097, 29892, 23771, 515, 297, 318, 24175, 373, 842, 304, 22069, 411, 19967, 339, 403, 4325, 284, 740, 964, 2030, 5046, 29889, 5202, 359, 290, 284, 28526, 1248, 11078, 858, 293, 619, 369, 17135, 313, 3035, 7390, 29928, 511, 408, 11399, 635, 3342, 29892, 2582, 297, 349, 10249, 411, 13114, 4325, 284, 274, 858, 29879, 29889, 4134, 1711, 727, 505, 1063, 5545, 1023, 11033, 21738, 29928, 2531, 267, 29892, 24457, 29928, 29896, 322, 24457, 29928, 29906, 29892, 8025, 9609, 29896, 322, 9609, 29906, 29892, 322, 1023, 11033, 7390, 29928, 2531, 267, 29892, 12089, 29968, 29907, 7068, 322, 3725, 29907, 29953, 29941, 29892, 541, 297, 278, 4940, 2846, 2440, 7621, 2531, 7492, 25745, 16603, 537, 756, 1063, 5439, 29892, 411, 14183, 2531, 267, 1286, 2411, 9169, 12463, 29889, 3599, 296, 848, 884, 14088, 385, 25457, 297, 634, 29875, 3002, 322, 2224, 6352, 6656, 6942, 411, 11033, 21738, 29928, 322, 11033, 7390, 29928, 29892, 411, 278, 8543, 4768, 6352, 6656, 322, 1887, 2133, 310, 278, 9609, 29899, 19676, 6555, 304, 1716, 766, 20488, 29889, 7133, 278, 1833, 5220, 292, 3785, 591, 15659, 263, 9554, 18530, 29892, 402, 2190, 2882, 29892, 607, 338, 6942, 411, 1716, 766, 20488, 29892, 988, 278, 18511, 26823, 29892, 402, 2687, 8773, 338, 9701, 297, 278, 286, 1337, 362, 322, 1020, 600, 860, 292, 310, 9609, 29896, 29889, 512, 445, 24963, 591, 674, 2125, 10631, 310, 3061, 2925, 297, 2446, 12623, 8617, 16750, 313, 9312, 29903, 29897, 1158, 11763, 29892, 322, 2919, 23093, 310, 11033, 21738, 29928, 322, 11033, 7390, 29928, 22069, 393, 505, 1063, 24940, 29881, 322, 4315, 287, 363, 278, 22037, 2531, 267, 29892, 304, 298, 1657, 363, 9554, 2531, 267, 363, 1438, 766, 20488, 313, 29909, 326, 29871, 29896, 467, 450, 17292, 327, 668, 6942, 411, 1438, 2531, 267, 674, 367, 2931, 1891, 313, 29909, 326, 29871, 29941, 29897, 3412, 411, 1009, 13336, 310, 3158, 313, 29909, 326, 29871, 29906, 467, 405, 10749, 3519, 674, 367, 4922, 287, 304, 4315, 278, 10768, 635, 5141, 9169, 1180, 375, 29892, 24457, 29928, 29896, 29892, 322, 304, 12439, 13726, 5478, 800, 472, 278, 2998, 658, 455, 29892, 3704, 1906, 2198, 297, 925, 777, 9101, 2861, 304, 286, 3628, 293, 1608, 313, 29909, 326, 29871, 29896, 467, 450, 26002, 310, 1784, 24457, 29928, 29896, 1661, 509, 4661, 1218, 29161, 756, 1063, 5189, 304, 14707, 313, 1990, 287, 408, 29161, 310, 9815, 26002, 29936, 478, 3308, 511, 541, 10325, 10757, 393, 777, 526, 297, 5729, 29873, 873, 6584, 18184, 424, 4788, 793, 22039, 18568, 17292, 327, 1478, 293, 1197, 3097, 297, 24457, 29928, 29896, 23093, 29889, 512, 319, 326, 29871, 29906, 16710, 297, 4047, 1417, 27303, 29892, 297, 10296, 411, 4933, 6509, 29892, 674, 11157, 278, 8004, 310, 278, 2224, 6352, 24798, 322, 6584, 300, 11115, 310, 478, 3308, 29889, 319, 3038, 1070, 1223, 388, 310, 278, 4768, 6352, 6656, 322, 1020, 600, 860, 292, 310, 445, 9609, 29899, 19676, 674, 884, 367, 15723, 304, 4323, 1598, 278, 6584, 300, 11115, 310, 478, 3308, 29889, 450, 13336, 310, 2224, 6352, 6656, 674, 367, 3902, 4395, 297, 13019, 4733, 411, 9238, 509, 284, 340, 6584, 18184, 424, 313, 29965, 13208, 29897, 349, 29895, 29881, 29896, 470, 349, 29895, 29881, 29906, 4788, 793, 29889, 7361, 2376, 292, 278, 2919, 24899, 1711, 29892, 6382, 292, 29892, 322, 2531, 300, 1711, 1532, 29899, 12119, 23093, 17292, 327, 1478, 293, 2318, 886, 310, 22069, 674, 367, 3342, 393, 674, 769, 367, 9401, 304, 278, 2531, 293, 322, 24457, 29928, 29896, 4788, 506, 6471, 313, 29909, 326, 29871, 29941, 467, 910, 4256, 1230, 1889, 674, 2758, 278, 9586, 424, 2522, 487, 313, 21819, 29897, 6942, 411, 1269, 24457, 29928, 29896, 478, 3308, 304, 367, 2143, 1312, 29889, 512, 263, 5004, 4665, 278, 337, 11292, 12221, 29892, 7432, 322, 297, 10296, 411, 24899, 936, 29892, 13303, 29892, 322, 6382, 292, 848, 29892, 674, 367, 15723, 304, 5706, 263, 15171, 6270, 29892, 8500, 573, 5687, 363, 11033, 21738, 29928, 313, 29909, 326, 29871, 29941, 467, 360, 895, 559, 878, 14903, 304, 22261, 17135, 29892, 3025, 289, 616, 280, 506, 11033, 21738, 29928, 29892, 322, 2861, 304, 4788, 793, 472, 916, 658, 455, 674, 884, 367, 15659, 322, 2931, 1891, 297, 278, 3038, 1070, 1223, 388, 322, 297, 325, 4243, 297, 10296, 411, 278, 349, 29895, 29881, 29896, 10163, 16898, 29892, 29138, 1904, 29889, 450, 2186, 12242, 674, 16035, 277, 278, 15141, 15659, 2472, 393, 777, 24457, 29928, 29896, 322, 24457, 29928, 29906, 478, 3308, 526, 620, 4979, 519, 29892, 900, 8497, 5478, 800, 393, 297, 263, 286, 1337, 362, 29899, 29888, 520, 3241, 5177, 508, 12469, 322, 740, 7128, 2486, 29889, 319, 4315, 292, 11380, 2729, 373, 278, 3233, 310, 3038, 7101, 9609, 29896, 674, 367, 16710, 322, 716, 521, 7202, 650, 5883, 3174, 2702, 363, 278, 9609, 4280, 674, 367, 18365, 297, 24771, 411, 3087, 4006, 16640, 3391, 4721, 29890, 952, 29889, 319, 1473, 5478, 362, 2318, 393, 674, 367, 3902, 4395, 266, 1572, 412, 329, 1711, 526, 302, 787, 1947, 5478, 800, 29889, 319, 3038, 1070, 1223, 388, 363, 1303, 20678, 19201, 338, 1641, 8906, 322, 674, 367, 1304, 363, 4315, 292, 29889, 13355, 2164, 521, 7202, 650, 470, 1303, 20678, 5883, 3174, 674, 367, 9528, 297, 3625, 9495, 4733, 29889, 6811, 497, 445, 24963, 674, 2253, 5649, 278, 634, 29875, 3002, 322, 278, 2531, 7492, 9946, 310, 17292, 327, 1478, 293, 1197, 3097, 297, 11033, 21738, 29928, 29914, 3035, 7390, 29928, 29892, 2693, 2253, 410, 5138, 520, 293, 8492, 363, 5375, 9262, 310, 22069, 363, 14502, 393, 526, 1286, 14171, 3625, 29892, 322, 26987, 4788, 280, 2729, 7539, 1860, 363, 11033, 21738, 29928, 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 ]
A VISUALLY STUNNING architectural biography of Minnesota’s most influential architect of the twentieth century. Architect, artist, furniture designer, and educator, Ralph Rapson has played a leading role in the development and practice of modern architecture and design, both nationally and internationally. “Ralph Rapson is now a legend in the history of modern architecture.” —Cesar Pelli, FAIA REVIEW: Barbara Flanagan/The New York Times Ralph Rapson is best known as the designer of the Gutherie, Minneapolis’s landmark of theater design, but because he worked, taught and competed with most of the world’s first modernists–Wright, Mies, Corbusier, Saarinen–his elder son and biographer calls him “the Forest Gump of architecture.” Ralph Rapson: Sixty Years of Modern Design, by Rip Rapson, Jane King Hession and Bruce N. Wright, documents the architect’s vast career and uncanny associations. Rapson believed design should be reflect the moment–furniture, houses, cities–but his take on modernism was never pompous. He perpetuated endless ideas–still fresh–vibrant drawings and youthful pranks. (He had his students hoist famous visitors upside down, including the stocky Buckminister Fuller, and footprint the ceiling with their bare soles.) The book shows how one can be talented, influential and happy, all the while remaining internationally obscure. It also tells, discreetly, how one man can achieve all this single-handedly: with his right forearm amputated at birth, Ralph Rapson drew with his left hand.
[ 1, 319, 478, 3235, 29965, 9818, 29979, 6850, 3904, 29940, 4214, 6956, 3631, 4768, 5275, 310, 20994, 30010, 29879, 1556, 7112, 2556, 6956, 310, 278, 3252, 7268, 621, 6462, 29889, 2595, 4496, 29892, 7664, 29892, 15252, 17252, 23383, 29892, 322, 6320, 1061, 29892, 23438, 16866, 1100, 756, 5318, 263, 8236, 6297, 297, 278, 5849, 322, 6944, 310, 5400, 11258, 322, 2874, 29892, 1716, 5233, 635, 322, 2836, 362, 635, 29889, 13, 13, 30015, 29934, 19712, 16866, 1100, 338, 1286, 263, 15983, 297, 278, 4955, 310, 5400, 11258, 3178, 13, 30003, 29907, 26892, 349, 5481, 29892, 13515, 10764, 13, 13, 1525, 29963, 8673, 29956, 29901, 13, 13, 4297, 13839, 2379, 273, 18939, 29914, 1576, 1570, 3088, 10277, 13, 13, 29934, 19712, 16866, 1100, 338, 1900, 2998, 408, 278, 23383, 310, 278, 402, 14107, 347, 29892, 3080, 484, 25332, 30010, 29879, 2982, 3502, 310, 278, 1008, 2874, 29892, 541, 1363, 540, 3796, 29892, 16187, 322, 22071, 411, 1556, 310, 278, 3186, 30010, 29879, 937, 5400, 2879, 29994, 29956, 1266, 29892, 341, 583, 29892, 2994, 8262, 631, 29892, 317, 4025, 7026, 29994, 22880, 27008, 1487, 322, 4768, 1946, 261, 5717, 1075, 1346, 1552, 17300, 402, 3427, 310, 11258, 3178, 13, 13, 29934, 19712, 16866, 1100, 29901, 6101, 29312, 23857, 310, 14624, 12037, 29892, 491, 390, 666, 16866, 1100, 29892, 10447, 4088, 379, 1211, 322, 18885, 405, 29889, 22927, 29892, 10701, 278, 6956, 30010, 29879, 13426, 6413, 322, 443, 29883, 14763, 27733, 29889, 13, 13, 29934, 481, 1100, 13112, 2874, 881, 367, 9432, 278, 3256, 29994, 29888, 595, 17252, 29892, 12955, 29892, 14368, 29994, 4187, 670, 2125, 373, 5400, 1608, 471, 2360, 8280, 29886, 681, 29889, 940, 25722, 29884, 630, 1095, 2222, 7014, 29994, 303, 453, 10849, 29994, 29894, 4626, 424, 4216, 886, 322, 12397, 1319, 544, 1331, 29889, 313, 3868, 750, 670, 8041, 5089, 391, 13834, 26824, 24081, 680, 1623, 29892, 3704, 278, 10961, 29891, 16281, 15962, 14846, 261, 29892, 322, 3661, 2158, 278, 2257, 6504, 411, 1009, 16079, 899, 267, 1846, 450, 3143, 3697, 920, 697, 508, 367, 5969, 14927, 29892, 7112, 2556, 322, 9796, 29892, 599, 278, 1550, 9886, 2836, 362, 635, 19726, 545, 29889, 739, 884, 10603, 29892, 766, 1037, 300, 368, 29892, 920, 697, 767, 508, 6176, 599, 445, 2323, 29899, 3179, 23244, 29901, 411, 670, 1492, 363, 799, 29885, 626, 649, 630, 472, 12060, 29892, 23438, 16866, 1100, 15010, 411, 670, 2175, 1361, 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 ]
All Studio Posts The upcoming AES 54th International Conferencem focusing on audio forensics, is set to take place June 12-14, 2014, at the Holiday Inn Bloomsbury in London. Dedicated to exploring techniques, technologies and advancements in the field of audio forensics, the conference will provide a platform for sharing research related to the forensic application of speech/signal processing, acoustical analyses, audio authentication and the examination of methodologies and best practices. Chairpersons for this conference are Mark Huckvale and Jeff M. Smith. This marks… View this post From the archives of the late, great Recording Engineer/Producer (RE/P) magazine, enjoy this in-depth discussion with engineer/ producer Val Garay, conducted by Robert Carr. This article dates back to the October 1983 issue. As a natural extension to his career as a musician during the early Sixties, Val Garay’s love for music lead him to pursue the art and science of audio engineering. Starting in 1969, he apprenticed at the Sound Factory, Hollywood, under rock-recording legend Dave Hassinger (Rolling Stones,… View this post Studio Technologies recently became Audinate’s 100th Dante licensee and is embracing the audio-over-Ethernet movement by developing a line of Dante-enabled products. “Studio Technologies prides itself on developing specialized solutions for its customers,” says Studio Technologies president Gordon Kapes. “Our users rely on us to deliver products that will enhance their workflow in both fixed and mobile broadcast applications. Dante has proven its technological excellence, and we are convinced that it is the correct, progressive solution for adding networking technology to… View this post Software company Plugin Alliance has announced the availability of bx_refinement and bx_saturator V2, two new native plug-ins from German software developer Brainworx. bx_refinement is the brainchild of mastering engineer Gebre Waddell of Stonebridge Mastering, who designed the original prototype as a tool to remove harshness, a problem he was encountering more and more in his work due to the transition to digital and the prevalence of over-compressed mixes. “Harsh recordings are one of the most common problems mixing and mastering… View this post Located outside Dallas, Cool Pony Media is a record label and artist development company that works with various music genres, as well as score-to-picture work. Brothers and co-founders, Mark and Mike Stitts, recently did an upgrade in part of their studio with help from API, and as a result, the team now uses THE BOX console on a daily basis for writing, tracking, creating stems, and mixing. “We’re amazed,” says Mark Stitts. “We have quite a bit of other API… View this post Article provided by Home Studio Corner. If you’ve been mixing for any length of time, you know how valuable the high-pass filter (HPF) can be. It removes excess low end from your non-bass-heavy tracks, allowing you to clean up the low frequencies, making room for the kick and bass. But then there’s this thing called a low frequency shelf. What’s that all about? In the picture below you can see both a high-pass filter and a low-frequency shelf. A… View this post Radial Engineering has announced that it has taken on the global sales, marketing and distribution of the Jensen Iso-Max range of products. Iso-Max is a range of isolators that provide ground isolation and noise abatement for audio and video in broadcast, home theater and commercial AV integration. Radial has a long history with Jensen. According to company president Peter Janis: “When Radial was founded in 1992, we started life as a distributor. One of our first product lines was Jensen.… View this post DPA Microphones has announced the appointment of Direct Imports as its distributor in New Zealand, signaling the company’s continued commitment toward growth and customer service in the country. From its headquarters in Hastings, Hawkes Bay, Direct Imports will carry a full stock of DPA products for live, recording and broadcast applications. “We are delighted to have been appointed the New Zealand distributor for DPA Microphones and honored to have this outstanding brand join our portfolio and complement our current range… View this post Record Factory Music Academy, a music production education facility in downtown Seoul, South Korea, delivers real-world recording experience to students, which is now aided with the addition of a Solid State Logic AWS 924 hybrid console/controller in its newly built studios. More than 1,000 students have gained an education since Record Factory Music Academy was established. Through hands-on workshops covering everything from MIDI production to in-studio engineering and music video creation, the facility is gaining a reputation for its advanced… View this post
[ 1, 2178, 7448, 4918, 29879, 13, 13, 1576, 701, 11506, 319, 2890, 29871, 29945, 29946, 386, 4623, 1281, 571, 3977, 331, 12789, 4746, 373, 10348, 363, 575, 1199, 29892, 338, 731, 304, 2125, 2058, 5306, 29871, 29896, 29906, 29899, 29896, 29946, 29892, 29871, 29906, 29900, 29896, 29946, 29892, 472, 278, 4168, 22394, 25408, 11447, 4835, 11059, 297, 4517, 29889, 360, 7486, 630, 304, 3902, 8253, 13698, 29892, 5722, 11763, 322, 3061, 4564, 4110, 297, 278, 1746, 310, 10348, 363, 575, 1199, 29892, 278, 21362, 674, 3867, 263, 7481, 363, 19383, 5925, 4475, 304, 278, 363, 575, 293, 2280, 310, 12032, 29914, 25436, 9068, 29892, 1274, 18291, 936, 3483, 952, 267, 29892, 10348, 10760, 322, 278, 4392, 3381, 310, 1158, 11763, 322, 1900, 23274, 29889, 24193, 6774, 787, 363, 445, 21362, 526, 4485, 379, 2707, 29894, 744, 322, 12208, 341, 29889, 7075, 29889, 910, 17997, 30098, 13, 1043, 445, 1400, 13, 13, 4591, 278, 3190, 3145, 310, 278, 5683, 29892, 2107, 3599, 3278, 10863, 261, 29914, 23665, 2265, 313, 1525, 29914, 29925, 29897, 14853, 29892, 13389, 445, 297, 29899, 19488, 10679, 411, 22055, 29914, 14297, 2630, 7455, 388, 29892, 18043, 491, 4755, 1704, 29878, 29889, 910, 4274, 10116, 1250, 304, 278, 5533, 29871, 29896, 29929, 29947, 29941, 2228, 29889, 1094, 263, 5613, 6081, 304, 670, 6413, 408, 263, 4696, 713, 2645, 278, 4688, 6101, 486, 583, 29892, 2630, 7455, 388, 30010, 29879, 5360, 363, 4696, 3275, 1075, 304, 12359, 434, 278, 1616, 322, 10466, 310, 10348, 21639, 29889, 23748, 297, 29871, 29896, 29929, 29953, 29929, 29892, 540, 623, 29878, 4173, 287, 472, 278, 14976, 27561, 29892, 19180, 29892, 1090, 7679, 29899, 3757, 3278, 15983, 17841, 27558, 5621, 313, 29934, 324, 1847, 624, 2873, 29892, 30098, 13, 1043, 445, 1400, 13, 13, 28867, 8364, 11763, 10325, 3897, 8612, 16976, 30010, 29879, 29871, 29896, 29900, 29900, 386, 360, 1647, 19405, 29872, 322, 338, 7232, 945, 292, 278, 10348, 29899, 957, 29899, 29923, 721, 1212, 10298, 491, 14338, 263, 1196, 310, 360, 1647, 29899, 17590, 9316, 29889, 1346, 28867, 8364, 11763, 544, 2247, 3528, 373, 14338, 4266, 1891, 6851, 363, 967, 20330, 3995, 4083, 7448, 8364, 11763, 6673, 16965, 9622, 267, 29889, 1346, 29949, 332, 4160, 19104, 373, 502, 304, 12021, 9316, 393, 674, 26371, 749, 1009, 27321, 297, 1716, 4343, 322, 10426, 12672, 8324, 29889, 360, 1647, 756, 16413, 967, 5722, 5996, 12567, 663, 29892, 322, 591, 526, 25617, 393, 372, 338, 278, 1959, 29892, 6728, 573, 1650, 363, 4417, 28127, 15483, 304, 30098, 13, 1043, 445, 1400, 13, 13, 6295, 14093, 5001, 1858, 3851, 29855, 756, 9326, 278, 20847, 3097, 310, 289, 29916, 29918, 999, 262, 882, 322, 289, 29916, 29918, 29879, 1337, 1061, 478, 29906, 29892, 1023, 716, 7531, 18665, 29899, 1144, 515, 5332, 7047, 13897, 5032, 262, 13762, 29916, 29889, 289, 29916, 29918, 999, 262, 882, 338, 278, 17294, 5145, 310, 5835, 292, 22055, 6882, 276, 399, 1202, 514, 310, 15681, 18419, 9082, 292, 29892, 1058, 8688, 278, 2441, 22267, 408, 263, 5780, 304, 3349, 4023, 845, 2264, 29892, 263, 1108, 540, 471, 11735, 292, 901, 322, 901, 297, 670, 664, 2861, 304, 278, 9558, 304, 13436, 322, 278, 758, 791, 663, 310, 975, 29899, 510, 13120, 6837, 267, 29889, 1346, 21972, 845, 2407, 886, 526, 697, 310, 278, 1556, 3619, 4828, 24907, 322, 5835, 292, 30098, 13, 1043, 445, 1400, 13, 13, 3524, 630, 5377, 27043, 29892, 315, 1507, 349, 2592, 8213, 338, 263, 2407, 3858, 322, 7664, 5849, 5001, 393, 1736, 411, 5164, 4696, 2531, 690, 29892, 408, 1532, 408, 8158, 29899, 517, 29899, 12095, 664, 29889, 25522, 322, 1302, 29899, 11940, 414, 29892, 4485, 322, 12828, 624, 986, 29879, 29892, 10325, 1258, 385, 14955, 297, 760, 310, 1009, 8693, 411, 1371, 515, 3450, 29892, 322, 408, 263, 1121, 29892, 278, 3815, 1286, 3913, 6093, 16437, 29990, 2991, 373, 263, 14218, 8405, 363, 5007, 29892, 23110, 29892, 4969, 380, 1567, 29892, 322, 24907, 29889, 1346, 4806, 30010, 276, 21863, 287, 3995, 4083, 4485, 624, 986, 29879, 29889, 1346, 4806, 505, 3755, 263, 2586, 310, 916, 3450, 30098, 13, 1043, 445, 1400, 13, 13, 9986, 2512, 4944, 491, 8778, 7448, 2994, 1089, 29889, 960, 366, 30010, 345, 1063, 24907, 363, 738, 3309, 310, 931, 29892, 366, 1073, 920, 21114, 278, 1880, 29899, 3364, 4175, 313, 3954, 29943, 29897, 508, 367, 29889, 739, 25388, 19163, 4482, 1095, 515, 596, 1661, 29899, 29890, 465, 29899, 354, 5301, 16257, 29892, 14372, 366, 304, 5941, 701, 278, 4482, 29511, 29892, 3907, 5716, 363, 278, 24817, 322, 12760, 29889, 1205, 769, 727, 30010, 29879, 445, 2655, 2000, 263, 4482, 10868, 528, 761, 29889, 1724, 30010, 29879, 393, 599, 1048, 29973, 512, 278, 7623, 2400, 366, 508, 1074, 1716, 263, 1880, 29899, 3364, 4175, 322, 263, 4482, 29899, 10745, 23860, 528, 761, 29889, 319, 30098, 13, 1043, 445, 1400, 13, 13, 9908, 616, 22557, 756, 9326, 393, 372, 756, 4586, 373, 278, 5534, 16538, 29892, 9999, 292, 322, 4978, 310, 278, 435, 14762, 306, 578, 29899, 7976, 3464, 310, 9316, 29889, 306, 578, 29899, 7976, 338, 263, 3464, 310, 11695, 4097, 393, 3867, 5962, 11695, 362, 322, 11462, 633, 271, 882, 363, 10348, 322, 4863, 297, 12672, 29892, 3271, 278, 1008, 322, 12128, 16884, 13465, 29889, 4957, 616, 756, 263, 1472, 4955, 411, 435, 14762, 29889, 7579, 304, 5001, 6673, 5310, 2627, 275, 29901, 1346, 10401, 4957, 616, 471, 11091, 297, 29871, 29896, 29929, 29929, 29906, 29892, 591, 4687, 2834, 408, 263, 22965, 3406, 29889, 3118, 310, 1749, 937, 3234, 3454, 471, 435, 14762, 29889, 30098, 13, 1043, 445, 1400, 13, 13, 29928, 7228, 20140, 561, 2873, 756, 9326, 278, 28573, 310, 8797, 1954, 4011, 408, 967, 22965, 3406, 297, 1570, 13450, 29892, 7182, 292, 278, 5001, 30010, 29879, 7572, 9063, 358, 11183, 14321, 322, 11962, 2669, 297, 278, 4234, 29889, 3645, 967, 26463, 297, 379, 579, 886, 29892, 10875, 10794, 6211, 29892, 8797, 1954, 4011, 674, 8677, 263, 2989, 10961, 310, 360, 7228, 9316, 363, 5735, 29892, 16867, 322, 12672, 8324, 29889, 1346, 4806, 526, 15319, 287, 304, 505, 1063, 10658, 278, 1570, 13450, 22965, 3406, 363, 360, 7228, 20140, 561, 2873, 322, 4207, 4395, 304, 505, 445, 714, 11235, 14982, 5988, 1749, 2011, 25648, 322, 19595, 1749, 1857, 3464, 30098, 13, 1043, 445, 1400, 13, 13, 9182, 27561, 6125, 10355, 29892, 263, 4696, 5802, 9793, 24454, 297, 16611, 593, 776, 922, 5059, 29892, 4275, 19109, 29892, 628, 1536, 1855, 29899, 11526, 16867, 7271, 304, 8041, 29892, 607, 338, 1286, 263, 2618, 411, 278, 6124, 310, 263, 4956, 333, 4306, 4522, 293, 15540, 29871, 29929, 29906, 29946, 7498, 19515, 2991, 29914, 8299, 297, 967, 15141, 4240, 1921, 2363, 29889, 5853, 1135, 29871, 29896, 29892, 29900, 29900, 29900, 8041, 505, 17515, 385, 9793, 1951, 14164, 27561, 6125, 10355, 471, 7841, 29889, 17044, 6567, 29899, 265, 664, 845, 3554, 21653, 4129, 515, 341, 1367, 29902, 5802, 304, 297, 29899, 12073, 21639, 322, 4696, 4863, 11265, 29892, 278, 24454, 338, 11581, 292, 263, 19821, 363, 967, 12862, 30098, 13, 1043, 445, 1400 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
From the mid-1960's until the close of that decade, automobiles became lighter, more compact, and more powerful. Auto manufacturers continued to compete against one another for drag-strip supremacy. As government regulations and safety concerns increased, the muscle car era began to decline rapidly. Many of these ultimate high-performance muscle cars were built to satisfy homologation requirements. Others were built just to have the fastest machine on the road. The Plymouth Hemi 'Cuda is an example of one of the fiercest and most powerful vehicle ever constructed for the roadway. It was derived from the lesser Barracuda's which began in the mid-1960's. It was built atop the 'E' body platform and was restyled in 1970 by John Herlitz, making it longer, wider, and lower. The 426 cubic-inch Hemi V8 was capable of producing an astonishing 425 horsepower. Matted to a four-speed manual 833 transmission, this was the ultimate muscle car of its day. This 1971 Plymouth Hemi 'Cuda Convertible with black paint and orange billboards was offered for sale at the 2006 RM Auction in Monterey, CA where it was expected to sell between $180,000-$220,000. It came equipped from the factory with power windows, power brakes, power steering, Rally instrument cluster, rim blow steering wheel, bucket seats, AM/FM cassette radio, and driving lights. It has a Dana '60' rear end and the 426 cu in engine. It is one of just 374 'Cda Convertibles built in 1971. On auction day bidding reached $165,000 which was not high enough to satisfy reserve. The vehicle was left unsold.By Daniel Vaughan | Dec 2006 This 'Cuda Convertible was given a show-quality restoration to original specifications and is one of just 374 examples originally produced for the 1971 model year. It is believed to be one of just 87 383-powered convertibles produced for the last year of 'Cuda convertible production in 1971. The 383 cubic-inch V8 has four-barrel carburetors and is capable of producing 300 horsepower. There is a TorqueFlite three-speed automatic gearbox and four-wheel hydraulic brakes. The car is finished in Tawny Gold, with a white interior and a white power-operated convertible top. Features include dual chrome-tipped exhaust outlets, floor console, hood pins, power brakes, power steering, Rallye wheels, a 'Slap Stik' shifter and a 'Tuff' steering wheel. In 2010, this 'Cuda Convertible was offered for sale at the Vintage Motor Cars of Meadow Brook presented by RM Auctions. The car was estimated to sell for $60,000 - $70,000. As bidding came to a close, the car had been sold for the sum of $44,000 including buyer's premium.By Daniel Vaughan | Aug 2010 V8 Cuda Convertible The 3rd generation Barracuda ran from 1970 through 1974; the previous generations were A-body Valiant based which began in 1964. Designed by John E. Herlitz on the 108-inch wheelbase, unibody, E-platform, a shorter and wider version of the existing B-body. This example has the non-Hemi 340 cubic-inch V8 with automatic and it is a stock example. 1971 was the only year for four headlamps. Somehow, this model series didn't sell to expectation and production slowed over the years, making the cars quite rare today. An unaltered car is even more rare. V8 Cuda Hard Top Coupe The writing was on the wall by 1971 for the muscle car enthusiast. With rising gas prices and skyrocketing insurance rates, the days of the overpowered and often low priced performance automobile were numbered. For the big three, it seems that the decision was made to go out with a bang, and some of the rarest and most desirable muscle cars ever to come out of the Motor City were produced. Among the hottest is the Hemi 'Cuda, produced for a mere two model years. In 1970, it is believed that Plymouth produced just 696 Hemi 'Cuda hardtops and for 1971, a mere 118 would leave the line. Wild colors would survive for the 1971 model year and Chrysler would lead the pack with their Hi-Impact color palate. Several eye popping colors were offered, including Sassy Grass Green as seen on this example, which is one of the rarest offerings. When it comes to American Muscle, the Plymouth hemi 'Cuda is always at the top of the list. And when it comes to rarity and desirability, nothing compares to a 1971 Hemi ' Cuda. No matter what make or model you may prefer, there is no disputing the visual impact of the 426 Street Hemi engine. With the massive valve covers and the huge dual quad carbs, it certainly takes top honors when it comes to intimidation. To add the outrageous FC7 in Violet, (aka Plum Crazy) paint to the mix is to take things a step beyond. This 1971 Hemi 'Cuda exemplifies what Mopar Performance was all about in the final years of the original Muscle Car era. With a mere 107 leaving the Hamtramck, Michigan assembly plant with the Hemi engine under the shaker hood, these cars were rare even when new. This car is one of just 48 equipped with the Torqueflite automatic transmission and it also features the rare leather interior, elastomeric color keyed bumpers, power steering and power front disc brakes, a center console, the AM radio with the Dictaphone cassette recorder, tinted glass, dual color keyed mirrors and more, making it one of the highest option 1971 Hemi 'Cuda's in existence. Of course, when new these cars were flogged not only on the street, but at the tracks throughout the country, making this example among the most sought after and valuable American muscle cars ever built. The first series of the Barracuda was produced from 1964 through 1969, distinguished by its A-body construction. From 1970 through 1974 the second series was produced using an E-body construction. In 1964, Plymouth offered the Barracuda as an option of the Valiant model line, meaning it wore both the Valiant and Barracuda emblems. The base offering was a 225 cubic-inch six-cylinder engine that produced with 180 horsepower. An optional Commando 273 cubic-inch eight-cylinder engine was available with a four-barrel carburetor, high-compression heads and revised cams. The vehicle was outfitted with a live rear axle and semi-elliptic springs. Unfortunately, the Barracuda was introduced at the same time, separated by only two weeks, as the Ford Mustang. The Mustang proved to be the more popular car outselling the Valiant Barracuda by a ratio of 8 to 1. The interior was given a floor-shifter, vinyl semi-bucket seats, and rear seating. The rear seats folded down allowing ample space for cargo. By 1967, Plymouth redesigned the Barracuda and added a coupe and convertible to the model line-up. To accommodate larger engines, the engine bay was enlarged. There were multiple engine offerings that ranged in configuration and horsepower ratings. The 225 cubic-inch six-cylinder was the base engine while the 383 cubic-inch 8-cylinder was the top-of-the-line producing 280 horsepower. That was impressive, especially considering the horsepower to weight ratio. Many chose the 340 cubic-inch eight-cylinder because the 383 and Hemi were reported to make the Barracuda nose-heavy while the 340 offered optimal handling. In 1968 Plymouth offered a Super Stock 426 Hemi package. The lightweight body and race-tuned Hemi were perfect for the drag racing circuit. Glass was replaced with lexan, non-essential items were removed, and lightweight seats with aluminum brackets replaced the factory bench, and were given a sticker that indicated the car was not to be driven on public highways but for supervised acceleration trials. The result was a car that could run the quarter mile in the ten-second range. For 1969 a limited number of 440 Barracudas were produced, giving the vehicle a zero-to-sixty time of around 5.6 seconds. In 1970 the Barracuda were restyled but shared similarities to the 1967 through 1969 models. The Barracuda was available in convertible and hardtop configuration; the fastback was no longer offered. Sales were strong in 1970 but declined in the years that followed. The muscle car era was coming to a close due to the rising government safety and emission regulations and insurance premiums. Manufacturers were forced to detune their engines. The market segment was slowly shifting from muscle-cars to luxury automobiles. 1974 was the final year Plymouth offered the Barracuda.By Daniel Vaughan | Aug 2010 ◾Dodge Charger and Durango 'most loved' in their respective segments for second consecutive year ◾Jeep® Renegade leads Entry SUV segment in 2015 Most Loved Vehicles in America survey by Strategic Vision ◾FIAT captures most segment wins among small cars with 500 and 500e ◾FCA US ranked highest overall in Strategic Vision's 20th annual Total Quality Index™ this past July November 24, 2015 , Auburn Hills, Mich. - Strategic Vision has named five FCA US LLC vehicles to its 'Most Loved Ve...[Read more...] Scottsdale, Arizona (July 18th, 2015) – Thomas Scott is an accountant and entrepreneur from Athens, Georgia who has had a love for all things automotive for as long as he can remember. He possesses a lifetime of passion for buying, selling and working on classic American cars. 'I started out with the muscle cars — the Mopars, the Cobra Jet Mustang, the Chevelle,' Scott says. 'Those are cars that everybody recognizes — they're widely popular and very tradeable.' However, as S...[Read more...] Scottsdale, Arizona (December 1st, 2014) – For Enthusiasts – By Enthusiasts. ™ This is far more than a tagline at Russo and Steele Collector Automobile Auctions. It's a lifestyle, and we are gearing up to deliver that singular passion to the High Desert of sunny Scottsdale, Arizona for our annual flagship event during the world renowned collector car week. Additionally, Scottsdale marks the kick-off of the year-long celebration of our 15th anniversary. Held over five thrilling a...[Read more...]
[ 1, 3645, 278, 7145, 29899, 29896, 29929, 29953, 29900, 29915, 29879, 2745, 278, 3802, 310, 393, 316, 6332, 29892, 3345, 711, 5475, 3897, 301, 14643, 29892, 901, 11071, 29892, 322, 901, 13988, 29889, 11133, 12012, 332, 414, 7572, 304, 752, 2650, 2750, 697, 1790, 363, 8338, 29899, 17010, 22747, 29885, 4135, 29889, 1094, 5874, 1072, 8250, 322, 15332, 21838, 11664, 29892, 278, 2301, 2841, 1559, 3152, 4689, 304, 4845, 457, 19328, 29889, 13, 13, 14804, 310, 1438, 8494, 6490, 1880, 29899, 546, 13390, 2301, 2841, 18647, 892, 4240, 304, 15523, 3632, 1189, 362, 11780, 29889, 438, 3341, 892, 4240, 925, 304, 505, 278, 5172, 342, 4933, 373, 278, 6520, 29889, 450, 349, 368, 21026, 379, 14208, 525, 29907, 6191, 338, 385, 1342, 310, 697, 310, 278, 21334, 29883, 342, 322, 1556, 13988, 19716, 3926, 13319, 363, 278, 6520, 1582, 29889, 739, 471, 10723, 515, 278, 3109, 261, 2261, 945, 6191, 29915, 29879, 607, 4689, 297, 278, 7145, 29899, 29896, 29929, 29953, 29900, 29915, 29879, 29889, 739, 471, 4240, 472, 459, 278, 525, 29923, 29915, 3573, 7481, 322, 471, 1791, 29891, 839, 297, 29871, 29896, 29929, 29955, 29900, 491, 2259, 2439, 29880, 2784, 29892, 3907, 372, 5520, 29892, 25734, 29892, 322, 5224, 29889, 450, 29871, 29946, 29906, 29953, 13630, 293, 29899, 22466, 379, 14208, 478, 29947, 471, 15390, 310, 20811, 385, 24293, 14424, 29871, 29946, 29906, 29945, 10435, 13519, 29889, 9811, 287, 304, 263, 3023, 29899, 19322, 12219, 29871, 29947, 29941, 29941, 22713, 29892, 445, 471, 278, 8494, 6490, 2301, 2841, 1559, 310, 967, 2462, 29889, 13, 13, 4013, 29871, 29896, 29929, 29955, 29896, 349, 368, 21026, 379, 14208, 525, 29907, 6191, 14806, 1821, 411, 4628, 10675, 322, 24841, 11118, 24691, 471, 12520, 363, 14686, 472, 278, 29871, 29906, 29900, 29900, 29953, 390, 29924, 8407, 428, 297, 2598, 357, 1032, 29892, 12766, 988, 372, 471, 3806, 304, 19417, 1546, 395, 29896, 29947, 29900, 29892, 29900, 29900, 29900, 18039, 29906, 29906, 29900, 29892, 29900, 29900, 29900, 29889, 739, 2996, 1592, 16242, 515, 278, 12529, 411, 3081, 5417, 29892, 3081, 4105, 10794, 29892, 3081, 1886, 3241, 29892, 390, 635, 11395, 9867, 29892, 12726, 13031, 1886, 3241, 18875, 29892, 20968, 22091, 29892, 13862, 29914, 22192, 274, 465, 2353, 7155, 29892, 322, 19500, 26068, 29889, 739, 756, 263, 360, 1648, 525, 29953, 29900, 29915, 18983, 1095, 322, 278, 29871, 29946, 29906, 29953, 2723, 297, 6012, 29889, 739, 338, 697, 310, 925, 29871, 29941, 29955, 29946, 525, 29907, 1388, 14806, 13876, 4240, 297, 29871, 29896, 29929, 29955, 29896, 29889, 1551, 782, 428, 2462, 289, 2205, 292, 7450, 395, 29896, 29953, 29945, 29892, 29900, 29900, 29900, 607, 471, 451, 1880, 3307, 304, 15523, 23986, 29889, 450, 19716, 471, 2175, 9644, 1025, 29889, 2059, 8432, 478, 2987, 5403, 891, 3826, 29871, 29906, 29900, 29900, 29953, 13, 13, 4013, 525, 29907, 6191, 14806, 1821, 471, 2183, 263, 1510, 29899, 29567, 1791, 12418, 304, 2441, 2702, 800, 322, 338, 697, 310, 925, 29871, 29941, 29955, 29946, 6455, 10437, 7371, 363, 278, 29871, 29896, 29929, 29955, 29896, 1904, 1629, 29889, 739, 338, 13112, 304, 367, 697, 310, 925, 29871, 29947, 29955, 29871, 29941, 29947, 29941, 29899, 13519, 287, 3588, 13876, 7371, 363, 278, 1833, 1629, 310, 525, 29907, 6191, 3588, 1821, 5802, 297, 29871, 29896, 29929, 29955, 29896, 29889, 450, 29871, 29941, 29947, 29941, 13630, 293, 29899, 22466, 478, 29947, 756, 3023, 29899, 1646, 2674, 1559, 29890, 545, 29873, 943, 322, 338, 15390, 310, 20811, 29871, 29941, 29900, 29900, 10435, 13519, 29889, 1670, 338, 263, 4794, 802, 8754, 568, 2211, 29899, 19322, 18428, 330, 799, 1884, 322, 3023, 29899, 29893, 10552, 27246, 336, 352, 293, 4105, 10794, 29889, 13, 13, 1576, 1559, 338, 7743, 297, 10523, 1233, 29891, 6650, 29892, 411, 263, 4796, 13290, 322, 263, 4796, 3081, 29899, 3372, 630, 3588, 1821, 2246, 29889, 5169, 3698, 3160, 14581, 16735, 29899, 2034, 2986, 27096, 714, 10376, 29892, 11904, 2991, 29892, 298, 2092, 282, 1144, 29892, 3081, 4105, 10794, 29892, 3081, 1886, 3241, 29892, 390, 635, 29872, 21266, 1379, 29892, 263, 525, 29903, 6984, 624, 638, 29915, 528, 361, 357, 322, 263, 525, 29911, 3096, 29915, 1886, 3241, 18875, 29889, 13, 13, 797, 29871, 29906, 29900, 29896, 29900, 29892, 445, 525, 29907, 6191, 14806, 1821, 471, 12520, 363, 14686, 472, 278, 478, 524, 482, 16843, 315, 1503, 310, 341, 1479, 340, 18737, 9132, 491, 390, 29924, 8407, 1953, 29889, 450, 1559, 471, 15899, 304, 19417, 363, 395, 29953, 29900, 29892, 29900, 29900, 29900, 448, 395, 29955, 29900, 29892, 29900, 29900, 29900, 29889, 1094, 289, 2205, 292, 2996, 304, 263, 3802, 29892, 278, 1559, 750, 1063, 5239, 363, 278, 2533, 310, 395, 29946, 29946, 29892, 29900, 29900, 29900, 3704, 1321, 7598, 29915, 29879, 5188, 1974, 29889, 2059, 8432, 478, 2987, 5403, 891, 22333, 29871, 29906, 29900, 29896, 29900, 13, 13, 29963, 29947, 315, 6191, 14806, 1821, 13, 13, 1576, 29871, 29941, 5499, 12623, 2261, 945, 6191, 6350, 515, 29871, 29896, 29929, 29955, 29900, 1549, 29871, 29896, 29929, 29955, 29946, 29936, 278, 3517, 1176, 800, 892, 319, 29899, 2587, 478, 2606, 424, 2729, 607, 4689, 297, 29871, 29896, 29929, 29953, 29946, 29889, 12037, 287, 491, 2259, 382, 29889, 2439, 29880, 2784, 373, 278, 29871, 29896, 29900, 29947, 29899, 22466, 18875, 3188, 29892, 443, 747, 1486, 29892, 382, 29899, 12120, 29892, 263, 20511, 322, 25734, 1873, 310, 278, 5923, 350, 29899, 2587, 29889, 910, 1342, 756, 278, 1661, 29899, 29950, 14208, 29871, 29941, 29946, 29900, 13630, 293, 29899, 22466, 478, 29947, 411, 18428, 322, 372, 338, 263, 10961, 1342, 29889, 29871, 29896, 29929, 29955, 29896, 471, 278, 871, 1629, 363, 3023, 2343, 5288, 567, 29889, 3834, 3525, 29892, 445, 1904, 3652, 3282, 29915, 29873, 19417, 304, 23227, 322, 5802, 5232, 287, 975, 278, 2440, 29892, 3907, 278, 18647, 3755, 10812, 9826, 29889, 530, 443, 13794, 287, 1559, 338, 1584, 901, 10812, 29889, 13, 13, 29963, 29947, 315, 6191, 10999, 7488, 19401, 13, 13, 1576, 5007, 471, 373, 278, 10090, 491, 29871, 29896, 29929, 29955, 29896, 363, 278, 2301, 2841, 1559, 23644, 15736, 29889, 2973, 20493, 10489, 26094, 322, 14744, 307, 3522, 292, 1663, 18541, 19257, 29892, 278, 3841, 310, 278, 975, 13519, 287, 322, 4049, 4482, 544, 7612, 4180, 3345, 5249, 892, 1353, 287, 29889, 1152, 278, 4802, 2211, 29892, 372, 2444, 393, 278, 10608, 471, 1754, 304, 748, 714, 411, 263, 289, 574, 29892, 322, 777, 310, 278, 364, 279, 342, 322, 1556, 553, 27797, 2301, 2841, 18647, 3926, 304, 2041, 714, 310, 278, 16843, 4412, 892, 7371, 29889, 13, 13, 6833, 549, 278, 298, 1501, 342, 338, 278, 379, 14208, 525, 29907, 6191, 29892, 7371, 363, 263, 15187, 1023, 1904, 2440, 29889, 512, 29871, 29896, 29929, 29955, 29900, 29892, 372, 338, 13112, 393, 349, 368, 21026, 7371, 925, 29871, 29953, 29929, 29953, 379, 14208, 525, 29907, 6191, 2898, 3332, 29879, 322, 363, 29871, 29896, 29929, 29955, 29896, 29892, 263, 15187, 29871, 29896, 29896, 29947, 723, 5967, 278, 1196, 29889, 13, 13, 29956, 789, 11955, 723, 10503, 573, 363, 278, 29871, 29896, 29929, 29955, 29896, 1904, 1629, 322, 678, 18450, 1358, 723, 3275, 278, 4870, 411, 1009, 6324, 29899, 24192, 627, 2927, 5112, 403, 29889, 21882, 10977, 772, 3262, 11955, 892, 12520, 29892, 3704, 317, 465, 29891, 1632, 465, 7646, 408, 3595, 373, 445, 1342, 29892, 607, 338, 697, 310, 278, 364, 279, 342, 5957, 886, 29889, 13, 13, 10401, 372, 5304, 304, 3082, 3077, 2841, 29892, 278, 349, 368, 21026, 9736, 29875, 525, 29907, 6191, 338, 2337, 472, 278, 2246, 310, 278, 1051, 29889, 1126, 746, 372, 5304, 304, 364, 279, 537, 322, 553, 3055, 29890, 1793, 29892, 3078, 752, 5114, 304, 263, 29871, 29896, 29929, 29955, 29896, 379, 14208, 525, 315, 6191, 29889, 13, 13, 3782, 4383, 825, 1207, 470, 1904, 366, 1122, 5821, 29892, 727, 338, 694, 8937, 292, 278, 7604, 10879, 310, 278, 29871, 29946, 29906, 29953, 7103, 379, 14208, 6012, 29889, 2973, 278, 20364, 659, 345, 18469, 322, 278, 12176, 14581, 18890, 1559, 5824, 29892, 372, 8959, 4893, 2246, 4207, 943, 746, 372, 5304, 304, 938, 326, 333, 362, 29889, 1763, 788, 278, 714, 6617, 681, 7992, 29955, 297, 478, 601, 1026, 29892, 313, 8245, 1858, 398, 14279, 1537, 29897, 10675, 304, 278, 6837, 338, 304, 2125, 2712, 263, 4331, 8724, 29889, 13, 13, 4013, 29871, 29896, 29929, 29955, 29896, 379, 14208, 525, 29907, 6191, 29455, 11057, 825, 341, 459, 279, 23768, 471, 599, 1048, 297, 278, 2186, 2440, 310, 278, 2441, 3077, 2841, 1704, 3152, 29889, 2973, 263, 15187, 29871, 29896, 29900, 29955, 10124, 278, 7904, 509, 314, 384, 29892, 17098, 11470, 8024, 411, 278, 379, 14208, 6012, 1090, 278, 528, 5790, 298, 2092, 29892, 1438, 18647, 892, 10812, 1584, 746, 716, 29889, 910, 1559, 338, 697, 310, 925, 29871, 29946, 29947, 1592, 16242, 411, 278, 4794, 802, 1579, 568, 18428, 22713, 322, 372, 884, 5680, 278, 10812, 454, 1624, 13290, 29892, 560, 579, 12392, 293, 2927, 1820, 287, 289, 3427, 414, 29892, 3081, 1886, 3241, 322, 3081, 4565, 2313, 4105, 10794, 29892, 263, 4818, 2991, 29892, 278, 13862, 7155, 411, 278, 360, 919, 12451, 650, 274, 465, 2353, 1162, 2098, 29892, 260, 524, 287, 12917, 29892, 14581, 2927, 1820, 287, 19571, 29879, 322, 901, 29892, 3907, 372, 697, 310, 278, 9939, 2984, 29871, 29896, 29929, 29955, 29896, 379, 14208, 525, 29907, 6191, 29915, 29879, 297, 10379, 29889, 13, 13, 2776, 3236, 29892, 746, 716, 1438, 18647, 892, 285, 1188, 3192, 451, 871, 373, 278, 11952, 29892, 541, 472, 278, 16257, 10106, 278, 4234, 29892, 3907, 445, 1342, 4249, 278, 1556, 18365, 1156, 322, 21114, 3082, 2301, 2841, 18647, 3926, 4240, 29889, 13, 13, 1576, 937, 3652, 310, 278, 2261, 945, 6191, 471, 7371, 515, 29871, 29896, 29929, 29953, 29946, 1549, 29871, 29896, 29929, 29953, 29929, 29892, 20660, 491, 967, 319, 29899, 2587, 7632, 29889, 3645, 29871, 29896, 29929, 29955, 29900, 1549, 29871, 29896, 29929, 29955, 29946, 278, 1473, 3652, 471, 7371, 773, 385, 382, 29899, 2587, 7632, 29889, 13, 13, 797, 29871, 29896, 29929, 29953, 29946, 29892, 349, 368, 21026, 12520, 278, 2261, 945, 6191, 408, 385, 2984, 310, 278, 478, 2606, 424, 1904, 1196, 29892, 6593, 372, 26758, 1716, 278, 478, 2606, 424, 322, 2261, 945, 6191, 953, 1031, 29879, 29889, 450, 2967, 27032, 471, 263, 29871, 29906, 29906, 29945, 13630, 293, 29899, 22466, 4832, 29899, 1270, 29880, 4995, 6012, 393, 7371, 411, 29871, 29896, 29947, 29900, 10435, 13519, 29889, 530, 13136, 1876, 1743, 29871, 29906, 29955, 29941, 13630, 293, 29899, 22466, 9475, 29899, 1270, 29880, 4995, 6012, 471, 3625, 411, 263, 3023, 29899, 1646, 2674, 1559, 29890, 545, 7345, 29892, 1880, 29899, 510, 2590, 15883, 322, 337, 11292, 274, 2232, 29889, 450, 19716, 471, 714, 29888, 4430, 411, 263, 5735, 18983, 4853, 280, 322, 12647, 29899, 5481, 23000, 7689, 886, 29889, 11511, 29892, 278, 2261, 945, 6191, 471, 9129, 472, 278, 1021, 931, 29892, 13055, 491, 871, 1023, 11405, 29892, 408, 278, 14601, 19928, 574, 29889, 450, 19928, 574, 11827, 304, 367, 278, 901, 5972, 1559, 714, 29879, 7807, 278, 478, 2606, 424, 2261, 945, 6191, 491, 263, 11959, 310, 29871, 29947, 304, 29871, 29896, 29889, 13, 13, 1576, 13290, 471, 2183, 263, 11904, 29899, 845, 361, 357, 29892, 13848, 2904, 12647, 29899, 21454, 22091, 29892, 322, 18983, 409, 1218, 29889, 450, 18983, 22091, 900, 7176, 1623, 14372, 626, 552, 2913, 363, 17040, 29889, 13, 13, 2059, 29871, 29896, 29929, 29953, 29955, 29892, 349, 368, 21026, 2654, 267, 12961, 278, 2261, 945, 6191, 322, 2715, 263, 3581, 412, 322, 3588, 1821, 304, 278, 1904, 1196, 29899, 786, 29889, 1763, 24803, 403, 7200, 24000, 29892, 278, 6012, 23041, 471, 427, 27489, 287, 29889, 1670, 892, 2999, 6012, 5957, 886, 393, 364, 4618, 297, 5285, 322, 10435, 13519, 26838, 29889, 450, 29871, 29906, 29906, 29945, 13630, 293, 29899, 22466, 4832, 29899, 1270, 29880, 4995, 471, 278, 2967, 6012, 1550, 278, 29871, 29941, 29947, 29941, 13630, 293, 29899, 22466, 29871, 29947, 29899, 1270, 29880, 4995, 471, 278, 2246, 29899, 974, 29899, 1552, 29899, 1220, 20811, 29871, 29906, 29947, 29900, 10435, 13519, 29889, 2193, 471, 21210, 573, 29892, 7148, 13858, 278, 10435, 13519, 304, 7688, 11959, 29889, 9267, 12784, 278, 29871, 29941, 29946, 29900, 13630, 293, 29899, 22466, 9475, 29899, 1270, 29880, 4995, 1363, 278, 29871, 29941, 29947, 29941, 322, 379, 14208, 892, 8967, 304, 1207, 278, 2261, 945, 6191, 26414, 29899, 354, 5301, 1550, 278, 29871, 29941, 29946, 29900, 12520, 14413, 11415, 29889, 13, 13, 797, 29871, 29896, 29929, 29953, 29947, 349, 368, 21026, 12520, 263, 5670, 10224, 29871, 29946, 29906, 29953, 379, 14208, 3577, 29889, 450, 3578, 7915, 3573, 322, 8175, 29899, 29873, 348, 287, 379, 14208, 892, 4922, 363, 278, 8338, 28965, 11369, 29889, 402, 605, 471, 8611, 411, 19566, 273, 29892, 1661, 29899, 404, 2556, 4452, 892, 6206, 29892, 322, 3578, 7915, 22091, 411, 394, 9735, 398, 20476, 8611, 278, 12529, 3856, 305, 29892, 322, 892, 2183, 263, 380, 6541, 393, 18694, 278, 1559, 471, 451, 304, 367, 18225, 373, 970, 1880, 1994, 541, 363, 2428, 11292, 28178, 3367, 1338, 29889, 450, 1121, 471, 263, 1559, 393, 1033, 1065, 278, 12616, 17967, 297, 278, 3006, 29899, 7496, 3464, 29889, 13, 13, 2831, 29871, 29896, 29929, 29953, 29929, 263, 9078, 1353, 310, 29871, 29946, 29946, 29900, 2261, 945, 566, 294, 892, 7371, 29892, 6820, 278, 19716, 263, 5225, 29899, 517, 29899, 1039, 29312, 931, 310, 2820, 29871, 29945, 29889, 29953, 6923, 29889, 13, 13, 797, 29871, 29896, 29929, 29955, 29900, 278, 2261, 945, 6191, 892, 1791, 29891, 839, 541, 7258, 2788, 1907, 304, 278, 29871, 29896, 29929, 29953, 29955, 1549, 29871, 29896, 29929, 29953, 29929, 4733, 29889, 450, 2261, 945, 6191, 471, 3625, 297, 3588, 1821, 322, 2898, 3332, 5285, 29936, 278, 5172, 1627, 471, 694, 5520, 12520, 29889, 28389, 892, 4549, 297, 29871, 29896, 29929, 29955, 29900, 541, 4845, 1312, 297, 278, 2440, 393, 5643, 29889, 450, 2301, 2841, 1559, 3152, 471, 6421, 304, 263, 3802, 2861, 304, 278, 20493, 5874, 15332, 322, 25477, 1072, 8250, 322, 1663, 18541, 5188, 21425, 29889, 2315, 9765, 332, 414, 892, 11826, 304, 1439, 1540, 1009, 24000, 29889, 450, 9999, 10768, 471, 14205, 528, 24377, 515, 2301, 2841, 29899, 29883, 1503, 304, 21684, 2857, 3345, 711, 5475, 29889, 29871, 29896, 29929, 29955, 29946, 471, 278, 2186, 1629, 349, 368, 21026, 12520, 278, 2261, 945, 6191, 29889, 2059, 8432, 478, 2987, 5403, 891, 22333, 29871, 29906, 29900, 29896, 29900, 13, 13, 229, 154, 193, 29928, 17979, 2896, 914, 322, 7073, 4524, 525, 3242, 18012, 29915, 297, 1009, 18067, 24611, 363, 1473, 18942, 1629, 13, 229, 154, 193, 13836, 1022, 30342, 7493, 387, 1943, 11981, 28236, 20134, 29963, 10768, 297, 29871, 29906, 29900, 29896, 29945, 7849, 365, 8238, 8980, 29882, 4027, 297, 6813, 18994, 491, 3767, 1845, 293, 478, 2459, 13, 229, 154, 193, 3738, 1299, 4332, 1973, 1556, 10768, 21614, 4249, 2319, 18647, 411, 29871, 29945, 29900, 29900, 322, 29871, 29945, 29900, 29900, 29872, 13, 229, 154, 193, 29943, 5454, 3148, 26642, 9939, 12463, 297, 3767, 1845, 293, 478, 2459, 29915, 29879, 29871, 29906, 29900, 386, 17568, 14990, 751, 2877, 11374, 30536, 445, 4940, 5468, 13, 25363, 1096, 29871, 29906, 29946, 29892, 29871, 29906, 29900, 29896, 29945, 1919, 319, 431, 595, 24128, 29892, 3375, 29889, 448, 3767, 1845, 293, 478, 2459, 756, 4257, 5320, 383, 5454, 3148, 365, 12182, 24413, 304, 967, 525, 29924, 520, 365, 8238, 8980, 856, 29961, 6359, 901, 17361, 13, 13, 4421, 327, 1372, 23276, 29892, 23716, 313, 29967, 11850, 29871, 29896, 29947, 386, 29892, 29871, 29906, 29900, 29896, 29945, 29897, 785, 5569, 8075, 338, 385, 3633, 424, 322, 23440, 1600, 332, 515, 9193, 575, 29892, 16762, 1058, 756, 750, 263, 5360, 363, 599, 2712, 3345, 327, 573, 363, 408, 1472, 408, 540, 508, 6456, 29889, 940, 3119, 15322, 263, 25423, 310, 15935, 363, 1321, 5414, 29892, 269, 7807, 322, 1985, 373, 22037, 3082, 18647, 29889, 13, 29915, 29902, 4687, 714, 411, 278, 2301, 2841, 18647, 813, 278, 341, 459, 1503, 29892, 278, 24991, 336, 27804, 19928, 574, 29892, 278, 6561, 955, 280, 5501, 8075, 4083, 29889, 525, 1349, 852, 526, 18647, 393, 26077, 5936, 7093, 813, 896, 29915, 276, 17644, 5972, 322, 1407, 11302, 519, 6169, 2398, 29892, 408, 317, 856, 29961, 6359, 901, 17361, 13, 13, 4421, 327, 1372, 23276, 29892, 23716, 313, 6185, 1096, 29871, 29896, 303, 29892, 29871, 29906, 29900, 29896, 29946, 29897, 785, 1152, 1174, 386, 375, 15736, 29879, 785, 2648, 1174, 386, 375, 15736, 29879, 29889, 29871, 30536, 910, 338, 2215, 901, 1135, 263, 4055, 1220, 472, 11688, 578, 322, 2443, 6146, 24930, 272, 15854, 5249, 8407, 1953, 29889, 739, 29915, 29879, 263, 301, 7004, 1508, 29892, 322, 591, 526, 330, 799, 292, 701, 304, 12021, 393, 13512, 15935, 304, 278, 5057, 2726, 814, 310, 6575, 1460, 11032, 1372, 23276, 29892, 23716, 363, 1749, 17568, 13449, 4034, 1741, 2645, 278, 3186, 4325, 26689, 6314, 272, 1559, 4723, 29889, 19814, 29892, 11032, 1372, 23276, 17997, 278, 24817, 29899, 2696, 310, 278, 1629, 29899, 5426, 10894, 362, 310, 1749, 29871, 29896, 29945, 386, 6957, 27547, 29889, 379, 2495, 975, 5320, 1468, 8873, 263, 856, 29961, 6359, 901, 17361 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Purdy was chatting to her bezzie mate who works at Colchester Hospital last night, and was impressed to hear that the Hospital wants more people to car share! Her mate, inspired by all the money she knows Purdy is saving, [...] Loveurcar The Loveurcar campaign is brought to you by the Colchester Travel Plan Club, Colchester Borough Council Air Quality Team and V102 as part of a Defra funded project to encourage more sustainable driving for those journeys that have to be made by car.
[ 1, 15247, 4518, 471, 521, 23980, 304, 902, 11151, 3914, 15358, 1058, 1736, 472, 1530, 10530, 15967, 1833, 4646, 29892, 322, 471, 527, 13120, 304, 8293, 393, 278, 15967, 10753, 901, 2305, 304, 1559, 6232, 29991, 2439, 15358, 29892, 20603, 491, 599, 278, 6909, 1183, 9906, 15247, 4518, 338, 14238, 29892, 21945, 13, 13, 29931, 994, 332, 4287, 13, 13, 1576, 8155, 332, 4287, 11531, 338, 6296, 304, 366, 491, 278, 1530, 10530, 3201, 955, 8402, 5977, 29892, 1530, 10530, 6780, 820, 8831, 5593, 751, 2877, 8583, 322, 478, 29896, 29900, 29906, 408, 760, 310, 263, 5282, 336, 5220, 287, 2060, 304, 13731, 6617, 901, 15075, 475, 519, 19500, 363, 1906, 8694, 484, 952, 393, 505, 304, 367, 1754, 491, 1559, 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 ]
abcdef abc def hij klm nop qrs abcdef abc def hij tuv wxy z
[ 1, 25638, 1753, 259, 25638, 822, 4147, 13, 6321, 29885, 302, 459, 3855, 2288, 13, 10736, 1753, 259, 25638, 822, 4147, 13, 29873, 4090, 281, 3594, 503, 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 ]
cask "font-cormorant-sc" do version :latest sha256 :no_check # github.com/google/fonts/ was verified as official when first introduced to the cask url "https://github.com/google/fonts/trunk/ofl/cormorantsc", using: :svn, trust_cert: true name "Cormorant SC" homepage "https://fonts.google.com/specimen/Cormorant+SC" font "CormorantSC-Bold.ttf" font "CormorantSC-Light.ttf" font "CormorantSC-Medium.ttf" font "CormorantSC-Regular.ttf" font "CormorantSC-SemiBold.ttf" end
[ 1, 274, 1278, 376, 5657, 29899, 29883, 555, 272, 424, 29899, 1557, 29908, 437, 13, 29871, 1873, 584, 12333, 13, 29871, 528, 29874, 29906, 29945, 29953, 584, 1217, 29918, 3198, 13, 13, 29871, 396, 18546, 29889, 510, 29914, 3608, 29914, 28586, 29914, 471, 26834, 408, 6221, 746, 937, 9129, 304, 278, 274, 1278, 13, 29871, 3142, 376, 991, 597, 3292, 29889, 510, 29914, 3608, 29914, 28586, 29914, 509, 2960, 29914, 974, 29880, 29914, 29883, 555, 272, 424, 1557, 613, 13, 418, 773, 29901, 418, 584, 27517, 29892, 13, 418, 9311, 29918, 6327, 29901, 1565, 13, 29871, 1024, 376, 29907, 555, 272, 424, 12314, 29908, 13, 29871, 3271, 3488, 376, 991, 597, 28586, 29889, 3608, 29889, 510, 29914, 6550, 19933, 29914, 29907, 555, 272, 424, 29974, 7187, 29908, 13, 13, 29871, 4079, 376, 29907, 555, 272, 424, 7187, 29899, 29933, 1025, 29889, 698, 29888, 29908, 13, 29871, 4079, 376, 29907, 555, 272, 424, 7187, 29899, 20769, 29889, 698, 29888, 29908, 13, 29871, 4079, 376, 29907, 555, 272, 424, 7187, 29899, 19302, 1974, 29889, 698, 29888, 29908, 13, 29871, 4079, 376, 29907, 555, 272, 424, 7187, 29899, 4597, 1070, 29889, 698, 29888, 29908, 13, 29871, 4079, 376, 29907, 555, 272, 424, 7187, 29899, 29903, 14208, 29933, 1025, 29889, 698, 29888, 29908, 13, 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 ]
I got a wake up call, I got to make this workCause if we don´t we´re left with nothing and that´s what hurtsWe´re so close to giving up but something keeps us here I can´t see what´s yet to comeBut I have imagined life without you and it feels wrongI want to know where love begins, not where it ends Cause we don´t know what we´re doingWe´re just built this wayWe´re careless but we´re tryingCause we both make mistakesAnd I don´t want to keep on runningIf we´re only gonna fall behindWe´ve almost got it rightBut almost wasn´t what I had in mind We want it all and deserve no lessBut all we seem to give each other is second bestWe´re still reaching out for something that we can´t touch Cause we don´t know what we´re doingWe´re just built this wayWe´re careless but we´re tryingCause we both make mistakesAnd I don´t want to keep on runningIf we´re only gonna fall behindWe´ve almost got it rightBut almost wasn´t what I had in mind You know there´s nothing like this loveSo we don´t want to let it go Cause we don´t know what we´re doingWe´re just built this wayWe´re careless but we´re tryingCause we both make mistakesAnd I don´t want to keep on runningIf we´re only gonna fall behindWe´ve almost it got rightBut almost wasn´t what I had in mind
[ 1, 306, 2355, 263, 281, 1296, 701, 1246, 29892, 306, 2355, 304, 1207, 445, 664, 29907, 1071, 565, 591, 1016, 30165, 29873, 591, 30165, 276, 2175, 411, 3078, 322, 393, 30165, 29879, 825, 12166, 1372, 4806, 30165, 276, 577, 3802, 304, 6820, 701, 541, 1554, 14874, 502, 1244, 13, 13, 29902, 508, 30165, 29873, 1074, 825, 30165, 29879, 3447, 304, 2041, 6246, 306, 505, 6382, 1312, 2834, 1728, 366, 322, 372, 23880, 2743, 29902, 864, 304, 1073, 988, 5360, 16410, 29892, 451, 988, 372, 10614, 13, 13, 29907, 1071, 591, 1016, 30165, 29873, 1073, 825, 591, 30165, 276, 2599, 4806, 30165, 276, 925, 4240, 445, 982, 4806, 30165, 276, 2562, 2222, 541, 591, 30165, 276, 1811, 29907, 1071, 591, 1716, 1207, 28947, 2855, 306, 1016, 30165, 29873, 864, 304, 3013, 373, 2734, 3644, 591, 30165, 276, 871, 330, 11586, 6416, 5742, 4806, 30165, 345, 4359, 2355, 372, 1492, 6246, 4359, 9007, 30165, 29873, 825, 306, 750, 297, 3458, 13, 13, 4806, 864, 372, 599, 322, 553, 7143, 694, 3109, 6246, 599, 591, 2833, 304, 2367, 1269, 916, 338, 1473, 1900, 4806, 30165, 276, 1603, 20888, 714, 363, 1554, 393, 591, 508, 30165, 29873, 6023, 13, 13, 29907, 1071, 591, 1016, 30165, 29873, 1073, 825, 591, 30165, 276, 2599, 4806, 30165, 276, 925, 4240, 445, 982, 4806, 30165, 276, 2562, 2222, 541, 591, 30165, 276, 1811, 29907, 1071, 591, 1716, 1207, 28947, 2855, 306, 1016, 30165, 29873, 864, 304, 3013, 373, 2734, 3644, 591, 30165, 276, 871, 330, 11586, 6416, 5742, 4806, 30165, 345, 4359, 2355, 372, 1492, 6246, 4359, 9007, 30165, 29873, 825, 306, 750, 297, 3458, 13, 13, 3492, 1073, 727, 30165, 29879, 3078, 763, 445, 5360, 6295, 591, 1016, 30165, 29873, 864, 304, 1235, 372, 748, 13, 13, 29907, 1071, 591, 1016, 30165, 29873, 1073, 825, 591, 30165, 276, 2599, 4806, 30165, 276, 925, 4240, 445, 982, 4806, 30165, 276, 2562, 2222, 541, 591, 30165, 276, 1811, 29907, 1071, 591, 1716, 1207, 28947, 2855, 306, 1016, 30165, 29873, 864, 304, 3013, 373, 2734, 3644, 591, 30165, 276, 871, 330, 11586, 6416, 5742, 4806, 30165, 345, 4359, 372, 2355, 1492, 6246, 4359, 9007, 30165, 29873, 825, 306, 750, 297, 3458 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
USA The EU is a political system with a unique structure and functioning, incomparable to anything which has existed before, far away from any classical, either national or international model. In such supranational union that is neither a pure intergovernmental organization nor a true federal state, political institutions appear vague and somewhat obscure and indistinguishable. Are Iran and Saudi Arabia going to war? They are already fighting – by proxy – all over the region. Relations between Saudi Arabia and Iran quickly deteriorated in January 2016 following Riyadh’s execution of Shiite cleric Nimr al-Nimi but their struggle for power dates back to Iran's Islamic Revolution in 1979. Tehran's influence extends today across a broad area of the Middle East from Iran in the east to Lebanon in the west. UNESCO’s Director-General, Irina Bokova and the Italian Minister for Foreign Affairs, Paolo Gentiloni signed in February 2016 in Rome an agreement on the establishment of a Task Force of cultural heritage experts in the framework of UNESCO’s global coalition “Unite for Heritage”. Under the agreement, UNESCO will be able to ask the Italian Government to make experts of the Task Force available for deployment for the conservation of cultural heritage in areas affected by crises. In October 2016 John Sawers, a former MI6 chief, told BBC that the world was entering an era possibly “more dangerous” than the Cold War, as “we do not have that focus on a strategic relationship between Moscow and Washington”. Lt. Gen. Eugeny Buzhinsky, head of PIR Centre, a Moscow Think Tank, did maintain: “If we talk about the last Cold War, we are currently somewhere between the erection of the Berlin Wall and the Cuban Missile Crisis but without the mechanisms to manage the confrontation”.
[ 1, 8278, 13, 13, 1576, 19007, 338, 263, 8604, 1788, 411, 263, 5412, 3829, 322, 740, 292, 29892, 297, 510, 862, 519, 304, 3099, 607, 756, 22856, 1434, 29892, 2215, 3448, 515, 738, 14499, 29892, 2845, 4797, 470, 6121, 1904, 29889, 512, 1316, 480, 558, 273, 1288, 9833, 393, 338, 9561, 263, 8296, 1006, 29887, 6170, 358, 284, 13013, 3643, 263, 1565, 17097, 2106, 29892, 8604, 21561, 2615, 25160, 322, 10579, 19726, 545, 322, 1399, 391, 6202, 728, 519, 29889, 13, 13, 17506, 14883, 322, 5701, 4749, 10387, 423, 2675, 304, 1370, 29973, 2688, 526, 2307, 17770, 785, 491, 10166, 785, 599, 975, 278, 5120, 29889, 6376, 800, 1546, 5701, 4749, 10387, 423, 322, 14883, 9098, 270, 1308, 1611, 630, 297, 5490, 29871, 29906, 29900, 29896, 29953, 1494, 390, 19881, 328, 29882, 30010, 29879, 8225, 310, 1383, 29875, 568, 28238, 293, 405, 326, 29878, 394, 29899, 29940, 10233, 541, 1009, 21117, 363, 3081, 10116, 1250, 304, 14883, 29915, 29879, 16427, 293, 14595, 297, 29871, 29896, 29929, 29955, 29929, 29889, 1920, 29882, 661, 29915, 29879, 9949, 4988, 9826, 4822, 263, 7300, 4038, 310, 278, 14253, 6932, 515, 14883, 297, 278, 9755, 304, 9388, 19930, 297, 278, 5833, 29889, 13, 13, 3904, 2890, 3217, 30010, 29879, 15944, 29899, 15263, 29892, 6600, 1099, 350, 554, 4273, 322, 278, 10545, 7668, 363, 19358, 26049, 29892, 22207, 20655, 3130, 29875, 8794, 297, 6339, 29871, 29906, 29900, 29896, 29953, 297, 9184, 385, 17327, 373, 278, 25012, 310, 263, 9330, 11004, 310, 16375, 902, 16639, 2902, 1372, 297, 278, 6890, 310, 8291, 2890, 3217, 30010, 29879, 5534, 17148, 654, 1346, 2525, 568, 363, 25635, 8643, 7634, 278, 17327, 29892, 8291, 2890, 3217, 674, 367, 2221, 304, 2244, 278, 10545, 10354, 304, 1207, 2902, 1372, 310, 278, 9330, 11004, 3625, 363, 18209, 363, 278, 24201, 310, 16375, 902, 16639, 297, 10161, 15201, 491, 2181, 4637, 29889, 13, 13, 797, 5533, 29871, 29906, 29900, 29896, 29953, 2259, 317, 1450, 414, 29892, 263, 4642, 341, 29902, 29953, 9087, 29892, 5429, 14129, 393, 278, 3186, 471, 18055, 385, 3152, 10075, 1346, 5514, 18215, 30024, 1135, 278, 26731, 3362, 29892, 408, 1346, 705, 437, 451, 505, 393, 8569, 373, 263, 16650, 293, 9443, 1546, 25820, 322, 7660, 8643, 13, 13, 29931, 29873, 29889, 5739, 29889, 22864, 29891, 350, 3365, 11222, 7912, 29892, 2343, 310, 349, 8193, 11319, 29892, 263, 25820, 25086, 323, 804, 29892, 1258, 7344, 29901, 1346, 3644, 591, 5193, 1048, 278, 1833, 26731, 3362, 29892, 591, 526, 5279, 9051, 1546, 278, 14737, 428, 310, 278, 5115, 14406, 322, 278, 28618, 273, 4750, 488, 29524, 275, 541, 1728, 278, 7208, 12903, 304, 10933, 278, 21751, 362, 8643 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
CIBC Poll: Nearly half of all Canadians with debt not making progress in paying it down Many say they simply don't have the money, but may be missing opportunities to get advice about how to reduce their debt TORONTO, June 5, 2013 /CNW/ - A new CIBC(TSX: CM) (NYSE: CM) Poll conducted by Harris/Decima reveals that half of Canadians with debtsay their debt level is the same or higher than it was a year ago, despite prior CIBC polls showing debt repayment as the top priority for Canadians in 2013. Highlights of the poll include: 71 per cent of Canadians said they currently carry some form of debt, in line with the national average in a similar poll conducted last year (72 per cent) Among Canadians with debt, 21 per cent say their level of debt has increased in the last 12 months, while another 28 per cent say their debt level has stayed the same - which indicates nearly half (49 per cent) of Canadians with debt did not make progress towards paying it down in the past year The top reason cited for not making progress on debt reduction was not having the money to do so 50 per cent said they have reduced their debt in the last year "Though Canadians have identified paying down debt as their top financial priority for the past three years, our poll shows almost an even split between those who are making strides and those who aren't," said Christina Kramer, Executive Vice President, Retail Distribution and Channel Strategy, CIBC. "Today's historically low interest rates represent a real opportunity to reduce your total debt level, however to take advantage of these low rates it is critical that Canadians have a plan to make that happen." CIBC's annual Financial Priorities Poll, released in January 2013, found that paying down debt was the top financial priority of Canadians for the third consecutive year. "Not Having the Money" Cited as Top Reason for not Making Progress Among those Canadians who said they aren't making progress on debt repayment, the top reason provided was they don't have the money to put against what they owe (29 per cent), followed by unplanned expenses which affected their ability to pay more towards their debt (12 per cent). A CIBC study from earlier this year shows that despite being a financial priority, debt is not top of mind when it comes to getting advice. When Canadians were asked what topics come to mind about a conversation they may have with an advisor, only 6 per cent cited debt. "It can be challenging to find the money each month to put towards reducing your debt, but our poll clearly shows that many Canadians are doing just that despite having the same everyday financial pressures of those who say they are not making progress," said Ms. Kramer. She noted that with many Canadians avoiding conversations about debt management, they are missing an opportunity to get personalized advice and put a plan in place. "You should talk with an advisor about your debt management goals the same way you would talk to them about your goals for retirement, because your finances are all connected," added Ms. Kramer. "A conversation with an advisor can lead to a plan that puts on you on track to achieve your broader financial goals." Advice on Managing Debt: CIBC offers these tips to help Canadians take charge of their finances and reduce debt as part of their long term financial plan. Make lump sum payments to higher interest debt first to reduce interest costs If you have debt, work with an advisor to structure it to minimize your overall interest costs by utilizing debt products that offer a lower interest rate and having a strategy to pay these balances down in a specific time frame While interest rates remain near historic lows, don't ignore the long term benefits of making small adjustments to your payment today. Setting your debt payment even slightly higher than your required payment can reduce your overall interest costs and help you become debt free faster Use free budgeting tools to help you stay on budget - CIBC CreditSmart, available to CIBC credit card holders, allows you to set customized budgets and receive spend alerts if you exceed your planned budget for the month, helping you stay on top of your everyday budgeting and saving KEY POLL FINDINGS Percentage of Canadians currently managing some form of debt, by region: 2013 2012 National 71% 72% Atlantic Canada 79% 78% Quebec 71% 72% Ontario 71% 69% Manitoba and Saskatchewan 73% 77% Alberta 69% 75% B.C. 64% 71% Percentage of Canadians currently managing some form of debt, by age: 2013 2012 National 71% 72% 18-24 59% 51% 25-34 82% 84% 35-44 79% 83% 45-54 78% 78% 55-64 66% 67% 65 + over 56% 56% Among Canadians with debt, percentage of those that say they have increased their debt over the past 12 months, by region: National 21% Atlantic Canada 8% Quebec 24% Ontario 23% Manitoba and Saskatchewan 24% Alberta 18% British Columbia 21% Among Canadians with debt, percentage of those that say their level of debt has stayed the same over the past 12 months, by region: National 28% Atlantic Canada 32% Quebec 33% Ontario 26% Manitoba and Saskatchewan 23% Alberta 24% British Columbia 31% *Each week, Harris/Decima interviews just over 1000 Canadians through teleVox, the company's national telephone omnibus survey. These data were gathered in samples of 2002 Canadians between March 28 to April 7, 2013 and 1002 Canadians between April 25 - 28, 2013. Samples of this size have a margin of error of +/-2.2%, 19 times out of 20 and +/-3.1%, 19 times out of 20 respectively. CIBC is a leading North American financial institution with over 11 million personal banking and business clients. CIBC offers a full range of products and services through its comprehensive electronic banking network, branches and offices across Canada, and has offices in the United States and around the world. You can find other news releases and information about CIBC in our Media Centre on our corporate website at www.cibc.com.
[ 1, 25781, 5371, 2043, 29880, 29901, 26206, 368, 4203, 310, 599, 9145, 5834, 411, 2553, 29873, 451, 3907, 6728, 297, 5146, 292, 372, 1623, 13, 13, 14804, 1827, 896, 3763, 1016, 29915, 29873, 505, 278, 6909, 29892, 541, 1122, 367, 4567, 13, 29877, 3016, 348, 1907, 304, 679, 9848, 1048, 920, 304, 10032, 1009, 2553, 29873, 13, 13, 29911, 1955, 1164, 4986, 29892, 5306, 29871, 29945, 29892, 29871, 29906, 29900, 29896, 29941, 847, 13778, 29956, 29914, 448, 319, 716, 25781, 5371, 29898, 9375, 29990, 29901, 315, 29924, 29897, 313, 29940, 29979, 1660, 29901, 315, 29924, 29897, 2043, 29880, 18043, 491, 20349, 29914, 6185, 2946, 10320, 1338, 393, 4203, 13, 974, 9145, 5834, 411, 2553, 1372, 388, 1009, 2553, 29873, 3233, 338, 278, 1021, 470, 6133, 1135, 372, 471, 263, 1629, 8020, 29892, 13, 2783, 29886, 568, 7536, 25781, 5371, 1248, 3137, 6445, 2553, 29873, 1634, 388, 358, 408, 278, 2246, 20136, 363, 13, 6028, 328, 5834, 297, 29871, 29906, 29900, 29896, 29941, 29889, 13, 13, 16382, 4366, 29879, 310, 278, 21180, 3160, 29901, 13, 13, 29955, 29896, 639, 1644, 310, 9145, 5834, 1497, 896, 5279, 8677, 777, 883, 310, 2553, 29873, 29892, 297, 1196, 411, 13, 1552, 4797, 6588, 297, 263, 2788, 21180, 18043, 1833, 1629, 313, 29955, 29906, 639, 1644, 29897, 13, 13, 6833, 549, 9145, 5834, 411, 2553, 29873, 29892, 29871, 29906, 29896, 639, 1644, 1827, 1009, 3233, 310, 2553, 29873, 756, 11664, 297, 278, 1833, 29871, 29896, 29906, 7378, 29892, 1550, 13, 23327, 29871, 29906, 29947, 639, 1644, 1827, 1009, 2553, 29873, 3233, 756, 27661, 278, 1021, 448, 607, 14088, 8886, 4203, 313, 29946, 29929, 639, 1644, 29897, 310, 9145, 5834, 411, 2553, 29873, 1258, 451, 1207, 6728, 7113, 5146, 292, 372, 1623, 297, 13, 1552, 4940, 1629, 13, 13, 1576, 2246, 2769, 274, 1573, 363, 451, 3907, 6728, 373, 2553, 29873, 20376, 471, 451, 13, 29882, 5555, 278, 6909, 304, 437, 577, 13, 13, 29945, 29900, 639, 1644, 1497, 896, 505, 12212, 1009, 2553, 29873, 297, 278, 1833, 1629, 13, 13, 29908, 1349, 820, 9145, 5834, 505, 15659, 5146, 292, 1623, 2553, 29873, 408, 1009, 2246, 13, 4951, 273, 1455, 20136, 363, 278, 4940, 2211, 2440, 29892, 1749, 21180, 3697, 4359, 385, 13, 11884, 6219, 1546, 1906, 1058, 526, 3907, 851, 2247, 322, 1906, 1058, 9455, 29915, 29873, 1699, 13, 4977, 333, 2819, 1099, 476, 2572, 261, 29892, 28841, 21400, 7178, 29892, 4649, 737, 17740, 13, 392, 17368, 3767, 8963, 29892, 25781, 5371, 29889, 376, 29911, 397, 388, 29915, 29879, 3603, 1711, 4482, 4066, 19257, 13, 276, 6338, 263, 1855, 15130, 304, 10032, 596, 3001, 2553, 29873, 3233, 29892, 3138, 13, 517, 2125, 10631, 310, 1438, 4482, 19257, 372, 338, 12187, 393, 9145, 5834, 505, 13, 29874, 3814, 304, 1207, 393, 3799, 1213, 13, 13, 8426, 5371, 29915, 29879, 17568, 4231, 273, 1455, 22096, 1907, 2043, 29880, 29892, 5492, 297, 5490, 29871, 29906, 29900, 29896, 29941, 29892, 1476, 13, 5747, 5146, 292, 1623, 2553, 29873, 471, 278, 2246, 18161, 20136, 310, 9145, 5834, 363, 13, 1552, 4654, 18942, 1629, 29889, 13, 13, 29908, 3664, 15950, 278, 341, 4992, 29908, 315, 1573, 408, 7488, 830, 1658, 363, 451, 341, 5086, 20018, 13, 13, 6833, 549, 1906, 9145, 5834, 1058, 1497, 896, 9455, 29915, 29873, 3907, 6728, 373, 2553, 29873, 13, 3445, 388, 358, 29892, 278, 2246, 2769, 4944, 471, 896, 1016, 29915, 29873, 505, 278, 6909, 304, 1925, 13, 351, 475, 303, 825, 896, 288, 705, 313, 29906, 29929, 639, 1644, 511, 5643, 491, 443, 572, 11310, 1518, 11259, 607, 15201, 1009, 11509, 304, 5146, 13, 5514, 7113, 1009, 2553, 29873, 313, 29896, 29906, 639, 1644, 467, 13, 13, 29909, 25781, 5371, 6559, 515, 8859, 445, 1629, 3697, 393, 15020, 1641, 263, 18161, 13, 29886, 21766, 29892, 2553, 29873, 338, 451, 2246, 310, 3458, 746, 372, 5304, 304, 2805, 9848, 29889, 1932, 13, 6028, 328, 5834, 892, 4433, 825, 23820, 2041, 304, 3458, 1048, 263, 14983, 896, 13, 13029, 505, 411, 385, 594, 19188, 29892, 871, 29871, 29953, 639, 1644, 274, 1573, 2553, 29873, 29889, 13, 13, 29908, 3112, 508, 367, 18066, 292, 304, 1284, 278, 6909, 1269, 4098, 304, 1925, 7113, 13, 9313, 3277, 596, 2553, 29873, 29892, 541, 1749, 21180, 9436, 3697, 393, 1784, 9145, 5834, 526, 13, 1867, 292, 925, 393, 15020, 2534, 278, 1021, 1432, 3250, 18161, 3965, 1973, 310, 13, 386, 852, 1058, 1827, 896, 526, 451, 3907, 6728, 1699, 1497, 341, 29879, 29889, 476, 2572, 261, 29889, 13, 13, 13468, 11682, 393, 411, 1784, 9145, 5834, 4772, 292, 9678, 800, 1048, 2553, 29873, 13, 21895, 29892, 896, 526, 4567, 385, 15130, 304, 679, 7333, 1891, 9848, 13, 392, 1925, 263, 3814, 297, 2058, 29889, 13, 13, 29908, 3492, 881, 5193, 411, 385, 594, 19188, 1048, 596, 2553, 29873, 10643, 14433, 278, 13, 17642, 982, 366, 723, 5193, 304, 963, 1048, 596, 14433, 363, 3240, 19211, 29892, 13, 18103, 596, 1436, 2925, 526, 599, 6631, 1699, 2715, 341, 29879, 29889, 476, 2572, 261, 29889, 376, 29909, 13, 535, 874, 362, 411, 385, 594, 19188, 508, 3275, 304, 263, 3814, 393, 15223, 373, 366, 373, 13, 11294, 304, 6176, 596, 2545, 1664, 18161, 14433, 1213, 13, 13, 3253, 1087, 373, 2315, 6751, 7089, 29873, 29901, 13, 13, 8426, 5371, 16688, 1438, 25562, 304, 1371, 9145, 5834, 2125, 8323, 310, 1009, 1436, 2925, 13, 392, 10032, 2553, 29873, 408, 760, 310, 1009, 1472, 1840, 18161, 3814, 29889, 13, 13, 9984, 301, 3427, 2533, 5146, 1860, 304, 6133, 4066, 2553, 29873, 937, 304, 10032, 4066, 13, 18253, 29879, 13, 13, 3644, 366, 505, 2553, 29873, 29892, 664, 411, 385, 594, 19188, 304, 3829, 372, 304, 6260, 675, 596, 13, 957, 497, 4066, 21544, 491, 3667, 5281, 2553, 29873, 9316, 393, 5957, 263, 5224, 13, 1639, 342, 6554, 322, 2534, 263, 13705, 304, 5146, 1438, 6411, 2925, 1623, 297, 263, 13, 14940, 931, 3515, 13, 13, 8809, 488, 4066, 19257, 3933, 2978, 22879, 301, 1242, 29892, 1016, 29915, 29873, 11455, 278, 1472, 13, 8489, 23633, 310, 3907, 2319, 10365, 1860, 304, 596, 19179, 9826, 29889, 13, 29020, 596, 2553, 29873, 19179, 1584, 10029, 6133, 1135, 596, 3734, 13, 27825, 508, 10032, 596, 12463, 4066, 21544, 322, 1371, 366, 4953, 2553, 29873, 13, 9021, 8473, 13, 13, 11403, 3889, 23562, 292, 8492, 304, 1371, 366, 7952, 373, 23562, 448, 25781, 5371, 24596, 277, 12636, 442, 29892, 13, 16515, 304, 25781, 5371, 16200, 5881, 4808, 414, 29892, 6511, 366, 304, 731, 2888, 1891, 13, 15841, 20078, 322, 7150, 18864, 6655, 29879, 565, 366, 13461, 596, 20458, 23562, 363, 13, 1552, 4098, 29892, 19912, 366, 7952, 373, 2246, 310, 596, 1432, 3250, 23562, 292, 322, 13, 29879, 5555, 13, 13, 10818, 21521, 2208, 383, 22255, 4214, 29903, 13, 13, 27933, 482, 310, 9145, 5834, 5279, 767, 6751, 777, 883, 310, 2553, 29873, 29892, 491, 5120, 29901, 13, 13, 29906, 29900, 29896, 29941, 13, 13, 29906, 29900, 29896, 29906, 13, 13, 27325, 13, 13, 29955, 29896, 29995, 13, 13, 29955, 29906, 29995, 13, 13, 4178, 29880, 7716, 7400, 13, 13, 29955, 29929, 29995, 13, 13, 29955, 29947, 29995, 13, 13, 8654, 19385, 13, 13, 29955, 29896, 29995, 13, 13, 29955, 29906, 29995, 13, 13, 29949, 593, 2628, 13, 13, 29955, 29896, 29995, 13, 13, 29953, 29929, 29995, 13, 13, 2517, 277, 15330, 322, 317, 1278, 905, 809, 273, 13, 13, 29955, 29941, 29995, 13, 13, 29955, 29955, 29995, 13, 13, 2499, 19954, 13, 13, 29953, 29929, 29995, 13, 13, 29955, 29945, 29995, 13, 13, 29933, 29889, 29907, 29889, 13, 13, 29953, 29946, 29995, 13, 13, 29955, 29896, 29995, 13, 13, 27933, 482, 310, 9145, 5834, 5279, 767, 6751, 777, 883, 310, 2553, 29873, 29892, 491, 5046, 29901, 13, 13, 29906, 29900, 29896, 29941, 13, 13, 29906, 29900, 29896, 29906, 13, 13, 27325, 13, 13, 29955, 29896, 29995, 13, 13, 29955, 29906, 29995, 13, 13, 29896, 29947, 29899, 29906, 29946, 13, 13, 29945, 29929, 29995, 13, 13, 29945, 29896, 29995, 13, 13, 29906, 29945, 29899, 29941, 29946, 13, 13, 29947, 29906, 29995, 13, 13, 29947, 29946, 29995, 13, 13, 29941, 29945, 29899, 29946, 29946, 13, 13, 29955, 29929, 29995, 13, 13, 29947, 29941, 29995, 13, 13, 29946, 29945, 29899, 29945, 29946, 13, 13, 29955, 29947, 29995, 13, 13, 29955, 29947, 29995, 13, 13, 29945, 29945, 29899, 29953, 29946, 13, 13, 29953, 29953, 29995, 13, 13, 29953, 29955, 29995, 13, 13, 29953, 29945, 718, 975, 13, 13, 29945, 29953, 29995, 13, 13, 29945, 29953, 29995, 13, 13, 6833, 549, 9145, 5834, 411, 2553, 29873, 29892, 19649, 310, 1906, 393, 1827, 896, 505, 13, 262, 1037, 1463, 1009, 2553, 29873, 975, 278, 4940, 29871, 29896, 29906, 7378, 29892, 491, 5120, 29901, 13, 13, 27325, 13, 13, 29906, 29896, 29995, 13, 13, 4178, 29880, 7716, 7400, 13, 13, 29947, 29995, 13, 13, 8654, 19385, 13, 13, 29906, 29946, 29995, 13, 13, 29949, 593, 2628, 13, 13, 29906, 29941, 29995, 13, 13, 2517, 277, 15330, 322, 317, 1278, 905, 809, 273, 13, 13, 29906, 29946, 29995, 13, 13, 2499, 19954, 13, 13, 29896, 29947, 29995, 13, 13, 29933, 768, 728, 15411, 13, 13, 29906, 29896, 29995, 13, 13, 6833, 549, 9145, 5834, 411, 2553, 29873, 29892, 19649, 310, 1906, 393, 1827, 1009, 3233, 310, 13, 311, 3116, 756, 27661, 278, 1021, 975, 278, 4940, 29871, 29896, 29906, 7378, 29892, 491, 5120, 29901, 13, 13, 27325, 13, 13, 29906, 29947, 29995, 13, 13, 4178, 29880, 7716, 7400, 13, 13, 29941, 29906, 29995, 13, 13, 8654, 19385, 13, 13, 29941, 29941, 29995, 13, 13, 29949, 593, 2628, 13, 13, 29906, 29953, 29995, 13, 13, 2517, 277, 15330, 322, 317, 1278, 905, 809, 273, 13, 13, 29906, 29941, 29995, 13, 13, 2499, 19954, 13, 13, 29906, 29946, 29995, 13, 13, 29933, 768, 728, 15411, 13, 13, 29941, 29896, 29995, 13, 13, 29930, 9760, 4723, 29892, 20349, 29914, 6185, 2946, 1006, 7406, 925, 975, 29871, 29896, 29900, 29900, 29900, 9145, 5834, 1549, 13, 15494, 29963, 2251, 29892, 278, 5001, 29915, 29879, 4797, 4382, 6710, 2703, 29876, 19699, 18994, 29889, 4525, 848, 13, 29893, 406, 22229, 297, 11916, 310, 29871, 29906, 29900, 29900, 29906, 9145, 5834, 1546, 4779, 29871, 29906, 29947, 304, 3786, 29871, 29955, 29892, 13, 29906, 29900, 29896, 29941, 322, 29871, 29896, 29900, 29900, 29906, 9145, 5834, 1546, 3786, 29871, 29906, 29945, 448, 29871, 29906, 29947, 29892, 29871, 29906, 29900, 29896, 29941, 29889, 3685, 2701, 310, 445, 13, 2311, 505, 263, 5906, 310, 1059, 310, 718, 24028, 29906, 29889, 29906, 13667, 29871, 29896, 29929, 3064, 714, 310, 29871, 29906, 29900, 322, 718, 24028, 29941, 29889, 29896, 13667, 13, 29896, 29929, 3064, 714, 310, 29871, 29906, 29900, 8307, 29889, 13, 13, 8426, 5371, 338, 263, 8236, 4644, 3082, 18161, 12666, 411, 975, 29871, 29896, 29896, 13, 19958, 291, 7333, 9124, 292, 322, 5381, 13154, 29889, 25781, 5371, 16688, 263, 2989, 3464, 13, 974, 9316, 322, 5786, 1549, 967, 15171, 6270, 27758, 9124, 292, 13, 11618, 29892, 14202, 322, 25222, 4822, 7400, 29892, 322, 756, 25222, 297, 278, 13, 2525, 1573, 3900, 322, 2820, 278, 3186, 29889, 887, 508, 1284, 916, 9763, 27474, 13, 392, 2472, 1048, 25781, 5371, 297, 1749, 8213, 11319, 373, 1749, 17266, 403, 4700, 13, 271, 7821, 29889, 455, 12328, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
@comment $NetBSD: PLIST,v 1.5 2017/06/21 08:28:43 markd Exp $ share/texmf-dist/scripts/luaotfload/luaotfload-tool.lua share/texmf-dist/scripts/luaotfload/mkcharacters share/texmf-dist/scripts/luaotfload/mkglyphlist share/texmf-dist/scripts/luaotfload/mkimport share/texmf-dist/scripts/luaotfload/mkstatus share/texmf-dist/scripts/luaotfload/mktests share/texmf-dist/tex/luatex/luaotfload/fontloader-2017-02-11.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-basics-gen.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-basics-nod.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-basics.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-data-con.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-afk.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-cff.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-cid.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-con.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-def.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-dsp.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-gbn.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-ini.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-lua.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-map.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-ocl.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-one.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-onr.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-osd.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-ota.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-otc.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-oti.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-otj.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-otl.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-oto.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-otr.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-ots.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-oup.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-tfm.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-font-ttf.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts-demo-vf-1.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts-enc.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts-ext.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts-syn.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-fonts.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-l-boolean.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-function.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-io.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-lpeg.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-lua.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-math.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-string.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-l-table.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-languages.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-languages.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-math.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-math.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-mplib.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-mplib.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-plain.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-reference.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-test.tex share/texmf-dist/tex/luatex/luaotfload/fontloader-util-fil.lua share/texmf-dist/tex/luatex/luaotfload/fontloader-util-str.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-blacklist.cnf share/texmf-dist/tex/luatex/luaotfload/luaotfload-characters.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua share/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
[ 1, 732, 9342, 395, 6779, 29933, 7230, 29901, 349, 24360, 29892, 29894, 29871, 29896, 29889, 29945, 29871, 29906, 29900, 29896, 29955, 29914, 29900, 29953, 29914, 29906, 29896, 29871, 29900, 29947, 29901, 29906, 29947, 29901, 29946, 29941, 2791, 29881, 12027, 395, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 10154, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 11256, 3090, 21706, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 29885, 9415, 27026, 1761, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 11256, 5215, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 11256, 4882, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 16713, 29914, 29448, 327, 29888, 1359, 29914, 29885, 1193, 9197, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29906, 29900, 29896, 29955, 29899, 29900, 29906, 29899, 29896, 29896, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 6500, 1199, 29899, 1885, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 6500, 1199, 29899, 29876, 397, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 6500, 1199, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1272, 29899, 535, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 2142, 29895, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 29883, 600, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 25232, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 535, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 1753, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 29881, 1028, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 29887, 11197, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 2172, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 29448, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 1958, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 542, 29880, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 650, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 265, 29878, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 359, 29881, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 4616, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 327, 29883, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 15297, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 327, 29926, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 327, 29880, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 3747, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 25730, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 1862, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 1132, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 13264, 29885, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5657, 29899, 698, 29888, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29899, 17482, 29899, 29894, 29888, 29899, 29896, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29899, 3977, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29899, 1062, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29899, 19274, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 28586, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 20054, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 1445, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 2220, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 601, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 22833, 387, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 29448, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 755, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 1807, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 29899, 2371, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 8737, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 29880, 8737, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 755, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 755, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1526, 1982, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1526, 1982, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 24595, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1457, 26482, 29899, 1688, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1457, 26482, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1457, 26482, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 5679, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 2774, 335, 1982, 29899, 1688, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 2774, 335, 1982, 29899, 1688, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 2774, 335, 1982, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 2774, 335, 1982, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 1688, 29889, 4776, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 4422, 29899, 1777, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 5657, 12657, 29899, 4422, 29899, 710, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 2993, 2638, 653, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 8517, 1761, 29889, 18038, 29888, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 3090, 21706, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 27703, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 13305, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 9803, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 6051, 20921, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 22100, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 16808, 561, 1761, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 2344, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 15670, 3493, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 1359, 414, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 1188, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 3396, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 862, 4253, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 9778, 874, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29899, 4882, 29889, 29448, 13, 13653, 29914, 4776, 29885, 29888, 29899, 5721, 29914, 4776, 29914, 6092, 403, 29916, 29914, 29448, 327, 29888, 1359, 29914, 29448, 327, 29888, 1359, 29889, 22062, 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 ]
OS 10.2 - Permanently deleting emails and files This is my first time posting so I hope I don't screw this up...Does anyone have any advice on how to permanently delete emails and files? I am running on OS X 10.3.9 and have deleted files in my trash using the secure empty trash function, however, I have a large number of emails I have deleted in Mail. Are these permenently deleted as well? Secondly, is some of the shareware or freeware out there such as Shredit any good? I have a concern that someone is going to try and retrieve deleted data off my computer sometime soon and I really don't want any emails/files showing up that I have deleted. If you are using Mail as your email client and you account is setup as a pop3 account not leaving a copy on the server and your mac is not remotely backed up and your home folder is local then your mail lives in /Users/username/Library/Mail. Using the erase deleted messages from the mailbox menu will get rid of your mail. Will it be recoveerable from a drive recovery company,...possibly. Your company on the other handprobably not. Unless the above criteria is false.
[ 1, 6570, 29871, 29896, 29900, 29889, 29906, 448, 349, 3504, 2705, 21228, 24609, 322, 2066, 13, 13, 4013, 338, 590, 937, 931, 16742, 577, 306, 4966, 306, 1016, 29915, 29873, 885, 3973, 445, 701, 856, 25125, 5019, 505, 738, 9848, 373, 920, 304, 9410, 2705, 5217, 24609, 322, 2066, 29973, 306, 626, 2734, 373, 6570, 1060, 29871, 29896, 29900, 29889, 29941, 29889, 29929, 322, 505, 11132, 2066, 297, 590, 534, 1161, 773, 278, 11592, 4069, 534, 1161, 740, 29892, 3138, 29892, 306, 505, 263, 2919, 1353, 310, 24609, 306, 505, 11132, 297, 18623, 29889, 4683, 1438, 639, 1527, 2705, 11132, 408, 1532, 29973, 6440, 368, 29892, 338, 777, 310, 278, 6232, 2519, 470, 3005, 809, 598, 714, 727, 1316, 408, 1383, 1127, 277, 738, 1781, 29973, 306, 505, 263, 5932, 393, 4856, 338, 2675, 304, 1018, 322, 10563, 11132, 848, 1283, 590, 6601, 1047, 5410, 4720, 322, 306, 2289, 1016, 29915, 29873, 864, 738, 24609, 29914, 5325, 6445, 701, 393, 306, 505, 11132, 29889, 13, 13, 3644, 366, 526, 773, 18623, 408, 596, 4876, 3132, 322, 366, 3633, 338, 6230, 408, 263, 1835, 29941, 3633, 451, 10124, 263, 3509, 373, 278, 1923, 322, 596, 5825, 338, 451, 1083, 327, 873, 1250, 287, 701, 322, 596, 3271, 4138, 338, 1887, 769, 596, 10524, 12080, 297, 847, 5959, 29914, 6786, 29914, 12284, 29914, 14925, 29889, 5293, 278, 604, 559, 11132, 7191, 515, 278, 10524, 1884, 6143, 674, 679, 8177, 310, 596, 10524, 29889, 2811, 372, 367, 1162, 994, 261, 519, 515, 263, 7899, 24205, 5001, 29892, 856, 28802, 14981, 29889, 3575, 5001, 373, 278, 916, 1361, 771, 14815, 451, 29889, 25870, 278, 2038, 16614, 338, 2089, 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 ]
The bantamweight champion of DEEP, Takafumi Otsuka, will take on Koichi Ishiuzka on May 13th at Differ Ariake in Tokyo. Otsuka was supposed to fight Fernando Vieira for the WSOF-GC bantamweight title in December. However, the Brazilian was over the weight at the first weigh-in and never showed up at the second weigh-in. Vieira was nowhere to be found after this.The Brazilian basically fled from the entire show. Otsuka became the inaugural WSOF-GC champ but this means, the last time he fought was back in August of last year. That was, however, against a Mongolian fighter named Baataryn Azjavkhlan who was 1-0 at the time. In terms of competitive fight, vs Daisuke Engo in February 2016 maybe is the last time Otsuka went through, which is more than a year ago. Ishizuka is basically born and raised in DEEP. And, he is undefeated in the last ten fights. For Ishizuka, this must be the opportunity he has been looking for all of his pro MMA career. So, Ishizuka has to be motivated than ever. The only concern is, his recent changes in the training environment. In last year, Ishizuka moved to Aichi because of the job which forced him to leave team Brightness Monma. And, Ishizuka joined team ALIVE which is based in Aichi prefecture. But Ishizuka left ALIVE now, and his status is “independent.” Besides this title fight between Otsuka and Ishizuka, men’s strawweight bout between Haruo Ochi and “Rambo” Kosuke is also confirmed. These two met all the way back in May of 2011. This fight took place in Shooto. “Rambo” almost caught Ochi with an armbar in the first round. But Ochi came back and KO’d Kosuke in the second round. That was “Rambo”‘s first pro defeat in seven fights.
[ 1, 450, 289, 424, 314, 7915, 8064, 310, 5012, 15488, 29892, 14619, 2142, 15547, 438, 1372, 22971, 29892, 674, 2125, 373, 8224, 18544, 306, 845, 29875, 3365, 1335, 373, 2610, 29871, 29896, 29941, 386, 472, 360, 8349, 25775, 1296, 297, 20377, 29889, 13, 13, 29949, 1372, 22971, 471, 7424, 304, 8589, 17993, 21769, 3055, 363, 278, 399, 6156, 29943, 29899, 8766, 289, 424, 314, 7915, 3611, 297, 5846, 29889, 2398, 29892, 278, 16078, 713, 471, 975, 278, 7688, 472, 278, 937, 591, 1141, 29899, 262, 322, 2360, 10018, 701, 472, 278, 1473, 591, 1141, 29899, 262, 29889, 21769, 3055, 471, 1286, 4150, 304, 367, 1476, 1156, 445, 29889, 1576, 16078, 713, 8830, 27481, 515, 278, 4152, 1510, 29889, 13, 13, 29949, 1372, 22971, 3897, 278, 15069, 3631, 399, 6156, 29943, 29899, 8766, 18480, 541, 445, 2794, 29892, 278, 1833, 931, 540, 20722, 471, 1250, 297, 3111, 310, 1833, 1629, 29889, 2193, 471, 29892, 3138, 29892, 2750, 263, 21952, 324, 713, 285, 14643, 4257, 6000, 271, 653, 29876, 4709, 9494, 29895, 4415, 273, 1058, 471, 29871, 29896, 29899, 29900, 472, 278, 931, 29889, 13, 13, 797, 4958, 310, 5100, 3321, 8589, 29892, 7186, 360, 1759, 29884, 446, 2201, 29877, 297, 6339, 29871, 29906, 29900, 29896, 29953, 5505, 338, 278, 1833, 931, 438, 1372, 22971, 3512, 1549, 29892, 607, 338, 901, 1135, 263, 1629, 8020, 29889, 13, 13, 29902, 845, 466, 22971, 338, 8830, 6345, 322, 10425, 297, 5012, 15488, 29889, 13, 13, 2855, 29892, 540, 338, 563, 25790, 630, 297, 278, 1833, 3006, 285, 5861, 29889, 13, 13, 2831, 306, 845, 466, 22971, 29892, 445, 1818, 367, 278, 15130, 540, 756, 1063, 3063, 363, 599, 310, 670, 410, 341, 1529, 6413, 29889, 13, 13, 6295, 29892, 306, 845, 466, 22971, 756, 304, 367, 17385, 630, 1135, 3926, 29889, 13, 13, 1576, 871, 5932, 338, 29892, 670, 7786, 3620, 297, 278, 6694, 5177, 29889, 512, 1833, 1629, 29892, 306, 845, 466, 22971, 6153, 304, 319, 18544, 1363, 310, 278, 4982, 607, 11826, 1075, 304, 5967, 3815, 29258, 2264, 2598, 655, 29889, 1126, 29892, 306, 845, 466, 22971, 8772, 3815, 319, 5265, 12064, 607, 338, 2729, 297, 319, 18544, 758, 3647, 545, 29889, 13, 13, 6246, 306, 845, 466, 22971, 2175, 319, 5265, 12064, 1286, 29892, 322, 670, 4660, 338, 1346, 262, 18980, 3178, 13, 13, 29933, 267, 2247, 445, 3611, 8589, 1546, 438, 1372, 22971, 322, 306, 845, 466, 22971, 29892, 1757, 30010, 29879, 380, 1610, 7915, 25927, 1546, 3536, 25608, 438, 4161, 322, 1346, 29934, 314, 833, 30024, 17457, 29884, 446, 338, 884, 16725, 29889, 13, 13, 1349, 968, 1023, 1539, 599, 278, 982, 1250, 297, 2610, 310, 29871, 29906, 29900, 29896, 29896, 29889, 13, 13, 4013, 8589, 3614, 2058, 297, 17550, 3747, 29889, 13, 13, 30015, 29934, 314, 833, 30024, 4359, 12624, 438, 4161, 411, 385, 5075, 1646, 297, 278, 937, 4513, 29889, 1205, 438, 4161, 2996, 1250, 322, 476, 29949, 30010, 29881, 17457, 29884, 446, 297, 278, 1473, 4513, 29889, 2193, 471, 1346, 29934, 314, 833, 30024, 30086, 29879, 937, 410, 20653, 297, 9881, 285, 5861, 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 ]
--recursive --require @babel/register
[ 1, 1192, 3757, 25397, 13, 489, 12277, 732, 28727, 29914, 9573, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Accounting Surf Works offer a range of accounting services suitable for all types of business. Below, we have listed packages suitable for sole traders, partnerships and limited companies. The packages can be fully tailored to your requirements by adding extra services to create the exact service that you and your business requires. All services are carried out on time with the minimum of fuss by our in house, fully qualified accountant The list of services offered is not exhaustive so please let us know if you require a service not listed. If you have specific needs we can build a bespoke accountancy package tailored to your exact requirements. Standard Packages From Sole Trader to Limited Company, we can organise your accounting with a simple, no-nonsense standard package. Sole Traderfrom £25pm Partnershipfrom £45pm Personal Tax Return for each partner (includes partnership income and bank interest received) Limited Co.from £65pm Year End Accounts Accounts Filed at Companies House Company Tax Return Payroll for Directors Salary Dividend Paperwork Directors Personal Tax Return Return Filed at Companies House Bolt on Services Year End Accounts Bookkeeping VAT Returns Payroll CIS Returns Management Accounts Company Formations Company Annual Returns Personal Tax Returns Partnership Tax Returns Company Tax Returns Rental Property Accounts Capital Gains Tax Inheritance Tax Warning: strpos() expects parameter 1 to be string, array given in /srv/users/serverpilot/apps/surfworks/public/wp-content/themes/kallyas/framework/hg-theme-framework/inc/helpers/functions-image-helpers.php on line 157 Warning: strpos() expects parameter 1 to be string, array given in /srv/users/serverpilot/apps/surfworks/public/wp-content/themes/kallyas/framework/hg-theme-framework/inc/helpers/functions-image-helpers.php on line 157 We also offer a fully outsourced finance function that includes: Raise and issue sales invoices to your customers Collect, allocate and bank money from your customers Maintain your purchases ledger Issue payments to your suppliers when invoices are due For more information about our accountancy services, give us a call or email :-)
[ 1, 16535, 292, 13, 13, 18498, 29888, 13976, 5957, 263, 3464, 310, 3633, 292, 5786, 13907, 363, 599, 4072, 310, 5381, 29889, 13866, 29892, 591, 505, 9904, 9741, 13907, 363, 14419, 3534, 414, 29892, 22056, 14587, 322, 9078, 14582, 29889, 450, 9741, 508, 367, 8072, 12464, 4395, 304, 596, 11780, 491, 4417, 4805, 5786, 304, 1653, 278, 2684, 2669, 393, 366, 322, 596, 5381, 6858, 29889, 13, 13, 3596, 5786, 526, 8988, 714, 373, 931, 411, 278, 9212, 310, 285, 1558, 491, 1749, 297, 3699, 29892, 8072, 18698, 3633, 424, 13, 13, 1576, 1051, 310, 5786, 12520, 338, 451, 27096, 573, 577, 3113, 1235, 502, 1073, 565, 366, 1996, 263, 2669, 451, 9904, 29889, 960, 366, 505, 2702, 4225, 591, 508, 2048, 263, 3008, 1129, 446, 3633, 6906, 3577, 12464, 4395, 304, 596, 2684, 11780, 29889, 13, 13, 15449, 18744, 1179, 13, 13, 4591, 1105, 280, 1605, 1664, 304, 28873, 6938, 29892, 591, 508, 2894, 895, 596, 3633, 292, 411, 263, 2560, 29892, 694, 29899, 29876, 787, 1947, 3918, 3577, 29889, 13, 13, 29903, 1772, 1605, 1664, 3166, 15151, 29906, 29945, 3358, 13, 13, 7439, 8397, 4034, 3166, 15151, 29946, 29945, 3358, 13, 13, 7435, 284, 17847, 7106, 363, 1269, 18096, 313, 24572, 22056, 4034, 17869, 322, 9124, 4066, 4520, 29897, 13, 13, 29931, 326, 1573, 3189, 29889, 3166, 15151, 29953, 29945, 3358, 13, 13, 12883, 2796, 16535, 29879, 13, 13, 10601, 29879, 383, 2356, 472, 3831, 273, 583, 5619, 13, 13, 21410, 17847, 7106, 13, 13, 15467, 1245, 363, 8797, 943, 3956, 653, 13, 13, 29928, 3640, 355, 349, 7202, 1287, 13, 13, 17392, 943, 16224, 17847, 7106, 13, 13, 11609, 383, 2356, 472, 3831, 273, 583, 5619, 13, 13, 29933, 14339, 373, 15538, 13, 13, 12883, 2796, 16535, 29879, 13, 13, 10967, 17462, 292, 13, 13, 29963, 1299, 16969, 13, 13, 15467, 1245, 13, 13, 29907, 3235, 16969, 13, 13, 27107, 16535, 29879, 13, 13, 21410, 3812, 800, 13, 13, 21410, 8081, 950, 16969, 13, 13, 7435, 284, 17847, 16969, 13, 13, 7439, 8397, 4034, 17847, 16969, 13, 13, 21410, 17847, 16969, 13, 13, 29934, 13703, 9079, 16535, 29879, 13, 13, 12415, 2410, 402, 2708, 17847, 13, 13, 797, 27069, 749, 17847, 13, 13, 22709, 29901, 851, 1066, 580, 23347, 3443, 29871, 29896, 304, 367, 1347, 29892, 1409, 2183, 297, 847, 29879, 15291, 29914, 7193, 29914, 2974, 29886, 309, 327, 29914, 13371, 29914, 7610, 29888, 13129, 29914, 3597, 29914, 11912, 29899, 3051, 29914, 386, 13826, 29914, 29895, 635, 294, 29914, 4468, 29914, 29882, 29887, 29899, 18193, 29899, 4468, 29914, 3742, 29914, 3952, 6774, 29914, 12171, 29899, 3027, 29899, 3952, 6774, 29889, 1961, 373, 1196, 29871, 29896, 29945, 29955, 13, 13, 22709, 29901, 851, 1066, 580, 23347, 3443, 29871, 29896, 304, 367, 1347, 29892, 1409, 2183, 297, 847, 29879, 15291, 29914, 7193, 29914, 2974, 29886, 309, 327, 29914, 13371, 29914, 7610, 29888, 13129, 29914, 3597, 29914, 11912, 29899, 3051, 29914, 386, 13826, 29914, 29895, 635, 294, 29914, 4468, 29914, 29882, 29887, 29899, 18193, 29899, 4468, 29914, 3742, 29914, 3952, 6774, 29914, 12171, 29899, 3027, 29899, 3952, 6774, 29889, 1961, 373, 1196, 29871, 29896, 29945, 29955, 13, 13, 4806, 884, 5957, 263, 8072, 714, 29879, 473, 1133, 1436, 749, 740, 393, 7805, 29901, 13, 13, 29934, 29874, 895, 322, 2228, 16538, 297, 1365, 1575, 304, 596, 20330, 13, 13, 28916, 29892, 23632, 322, 9124, 6909, 515, 596, 20330, 13, 13, 29924, 2365, 475, 596, 10596, 2129, 5331, 914, 13, 13, 29902, 893, 434, 5146, 1860, 304, 596, 1462, 27801, 746, 297, 1365, 1575, 526, 2861, 13, 13, 2831, 901, 2472, 1048, 1749, 3633, 6906, 5786, 29892, 2367, 502, 263, 1246, 470, 4876, 15626 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
How Idris Elba's 'Luther' Puts Us in the Mindset of a Renegade Detective "Luther" is a series about righteous indignation. Yes, it's a police drama, a dark (sometimes ludicrously so) crime saga set in a moody London with a greater and grimmer murder rate to equal that of other bleak procedurals. Yes, it's a police drama, a dark (sometimes ludicrously so) crime saga set in a moody version of London with a greater and grimmer murder rate to equal that of other bleak procedurals. But the satisfaction of seeing those cases solved, those murderers and kidnappers caught, is muted, secondary to the suffering and sacrifice and validation of protagonist John Luther, the detective played by Idris Elba with a staggering display of movie star charisma that seems like it ought to produce static shocks with everything with which he comes into contact. Luther's devoted to his job with an obsessiveness that's destroying him, that, as the series began in 2010, had ended his marriage and eaten him up inside, changing him. He's good at what he does, if prone to extremes, and yet he seems to be perpetually doubted, maligned and hurt because of it. In season one, Luther was framed for the murder of his beloved wife and forced to run from his fellow officers, and it's not the only time in the series he's a suspect. In season two he's treated like a certain career contaminant by a new, ambitious, by-the-books officer assigned to report to him. And in the four-episode third season airing on BBC America from September 3 through 6, that former colleague, DS Erin Gray (Nikki Amuka-Bird), is targeting him as part of an investigation of police corruption with DSU George Stark (David O'Hara), who may be a little obsessive himself. Aside from his sidekick DS Justin Ripley (Warren Brown), few seem to appreciate Luther and his incredible abilities -- instead, he's infamous, the rest of the police force apparently all too able of believing he's capable of dark things. We, as viewers, don't, because of Idris Elba. John Luther is Elba's best role since that of the fascinatingly savvy Stringer Bell in "The Wire," because it showcases the actor's utterly assured presence, his air of rakishly rumpled confidence in his tweed coat. Luther does not have swagger, he has conviction, conviction that informs his every -- frequently correct -- move. It's why it's so easy to trust him in a way that the characters working with him don't, and not without reason. When the series began in 2010, it was with Luther letting a pedophile fall to what could have been his death after extracting from him information about the location of the girl he'd kidnapped. It didn't doom his career -- he got lucky -- but he hasn't really changed. He even threatens a suspect with a similar fate toward the start of the new season -- but the move doesn't come across as harsh. We're more worried, when it happens, that it'll get him in trouble again. "Luther" is mesmerizing because of Elba, and because the show is so consumed by his performance that it becomes not one about a maverick cop but instead one of a man outpacing the justice system he's allegedly a part of, one that hampers him with its pesky rules, its politics and its skeptics. It encourages us to buy into his worldview, in which he should just be allowed to do his job and get justice done, though that may mean covering up crimes or allowing culprits he's judged deserving to go free -- like Alice Morgan (Ruth Wilson), his psychopathic superhero of a friend, and a wonderful, preposterous character who's essentially too enjoyable to be locked up. Luther's tactics make him so dangerous to the people around him that the case Stark tries to build against him is based on the peripheral body count rather than evidence, and when, in the new season, he starts a tentative romance with Mary Day (Sienna Guillory), a woman another character dismissively sums up as a "pixie," it's accompanied by a sense of dread. The series comes close to confronting the nature of its protagonist in the new season, introducing a grieving man who turns to vigilanteism and gathers public support for his actions as he starts targeting rapists and killers who've gotten off lightly. Confronting Luther on opposite sides of a canal, the man says "One out of five murders are committed by men on bail," and demands to know why nothing is being done about it. "It's complicated," Luther replies. "No, it's not," says the man. "No... it's not. You've got me there," Luther admits. The difference is that, while Luther may bend the rules to fit his ideas about crime and punishment, he doesn't do so looking for outside approval the way the antagonist he's facing down does -- the opposite, really. Instead, it's the viewers who seethe on his behalf and yearn for his efforts to continue, and it's that conflicting emotion far more than the procedural aspects that lifts "Luther" above the plethora of similarly lurid recent dark crime dramas it resembles.
[ 1, 1128, 5163, 3780, 1260, 2291, 29915, 29879, 525, 29931, 14107, 29915, 349, 8842, 10783, 297, 278, 20152, 842, 310, 263, 7493, 387, 1943, 5953, 522, 573, 13, 13, 29908, 29931, 14107, 29908, 338, 263, 3652, 1048, 364, 1141, 371, 681, 1399, 25072, 29889, 3869, 29892, 372, 29915, 29879, 263, 10974, 18621, 29892, 263, 6501, 313, 29879, 14618, 21615, 293, 29878, 5794, 577, 29897, 17268, 269, 7781, 731, 297, 263, 2730, 1486, 4517, 411, 263, 7621, 322, 867, 19400, 13406, 6554, 304, 5186, 393, 310, 916, 10767, 557, 6449, 332, 1338, 29889, 13, 13, 8241, 29892, 372, 29915, 29879, 263, 10974, 18621, 29892, 263, 6501, 313, 29879, 14618, 21615, 293, 29878, 5794, 577, 29897, 17268, 269, 7781, 731, 297, 263, 2730, 1486, 1873, 310, 4517, 411, 263, 7621, 322, 867, 19400, 13406, 6554, 304, 5186, 393, 310, 916, 10767, 557, 6449, 332, 1338, 29889, 1205, 278, 26470, 310, 8790, 1906, 4251, 7484, 29892, 1906, 13406, 414, 322, 26397, 29876, 932, 414, 12624, 29892, 338, 286, 3860, 29892, 16723, 304, 278, 23164, 322, 28839, 322, 8845, 310, 15572, 391, 2259, 24760, 29892, 278, 6459, 573, 5318, 491, 5163, 3780, 1260, 2291, 411, 263, 380, 9921, 292, 2479, 310, 14064, 5810, 1373, 275, 655, 393, 2444, 763, 372, 12722, 304, 7738, 2294, 19253, 29879, 411, 4129, 411, 607, 540, 5304, 964, 6958, 29889, 24760, 29915, 29879, 24600, 304, 670, 4982, 411, 385, 20881, 404, 20193, 393, 29915, 29879, 8174, 292, 1075, 29892, 393, 29892, 408, 278, 3652, 4689, 297, 29871, 29906, 29900, 29896, 29900, 29892, 750, 9698, 670, 13718, 322, 321, 2579, 1075, 701, 2768, 29892, 6480, 1075, 29889, 940, 29915, 29879, 1781, 472, 825, 540, 947, 29892, 565, 544, 650, 304, 9413, 267, 29892, 322, 3447, 540, 2444, 304, 367, 25722, 1474, 7404, 287, 29892, 286, 13671, 322, 21682, 1363, 310, 372, 29889, 13, 13, 797, 4259, 697, 29892, 24760, 471, 1424, 2795, 363, 278, 13406, 310, 670, 1339, 8238, 6532, 322, 11826, 304, 1065, 515, 670, 10404, 13049, 29892, 322, 372, 29915, 29879, 451, 278, 871, 931, 297, 278, 3652, 540, 29915, 29879, 263, 12326, 29889, 512, 4259, 1023, 540, 29915, 29879, 14914, 763, 263, 3058, 6413, 640, 9103, 424, 491, 263, 716, 29892, 626, 2966, 2738, 29892, 491, 29899, 1552, 29899, 12733, 12139, 9859, 304, 3461, 304, 1075, 29889, 1126, 297, 278, 3023, 29899, 1022, 275, 356, 4654, 4259, 4799, 292, 373, 14129, 6813, 515, 3839, 29871, 29941, 1549, 29871, 29953, 29892, 393, 4642, 23056, 3437, 29892, 360, 29903, 1425, 262, 18956, 313, 29940, 638, 1984, 1913, 22971, 29899, 29933, 1823, 511, 338, 3646, 292, 1075, 408, 760, 310, 385, 22522, 310, 10974, 1034, 18953, 411, 360, 14605, 5122, 624, 935, 313, 19504, 438, 29915, 29950, 2518, 511, 1058, 1122, 367, 263, 2217, 20881, 404, 573, 3654, 29889, 1094, 680, 515, 670, 2625, 29895, 860, 360, 29903, 26408, 21710, 552, 29891, 313, 29956, 279, 1267, 9817, 511, 2846, 2833, 304, 11188, 24760, 322, 670, 29811, 1821, 633, 9770, 1192, 2012, 29892, 540, 29915, 29879, 3041, 314, 681, 29892, 278, 1791, 310, 278, 10974, 4889, 13229, 599, 2086, 2221, 310, 1339, 15387, 540, 29915, 29879, 15390, 310, 6501, 2712, 29889, 13, 13, 4806, 29892, 408, 1776, 414, 29892, 1016, 29915, 29873, 29892, 1363, 310, 5163, 3780, 1260, 2291, 29889, 2259, 24760, 338, 1260, 2291, 29915, 29879, 1900, 6297, 1951, 393, 310, 278, 21028, 262, 1218, 368, 4048, 13308, 1714, 261, 10914, 297, 376, 1576, 399, 533, 1699, 1363, 372, 1510, 11436, 278, 11339, 29915, 29879, 14401, 368, 28715, 10122, 29892, 670, 4799, 310, 1153, 29895, 728, 368, 16558, 552, 29881, 16420, 297, 670, 7780, 287, 24296, 29889, 24760, 947, 451, 505, 2381, 9921, 29892, 540, 756, 7602, 2463, 29892, 7602, 2463, 393, 1871, 29879, 670, 1432, 1192, 13672, 1959, 1192, 4337, 29889, 739, 29915, 29879, 2020, 372, 29915, 29879, 577, 4780, 304, 9311, 1075, 297, 263, 982, 393, 278, 4890, 1985, 411, 1075, 1016, 29915, 29873, 29892, 322, 451, 1728, 2769, 29889, 1932, 278, 3652, 4689, 297, 29871, 29906, 29900, 29896, 29900, 29892, 372, 471, 411, 24760, 27697, 263, 8939, 3021, 488, 6416, 304, 825, 1033, 505, 1063, 670, 4892, 1156, 6597, 292, 515, 1075, 2472, 1048, 278, 4423, 310, 278, 7826, 540, 29915, 29881, 26397, 29876, 17280, 29889, 739, 3282, 29915, 29873, 437, 290, 670, 6413, 1192, 540, 2355, 9885, 29891, 1192, 541, 540, 22602, 29915, 29873, 2289, 3939, 29889, 940, 1584, 28469, 575, 263, 12326, 411, 263, 2788, 23779, 11183, 278, 1369, 310, 278, 716, 4259, 1192, 541, 278, 4337, 1838, 29915, 29873, 2041, 4822, 408, 4023, 845, 29889, 1334, 29915, 276, 901, 6365, 1255, 29892, 746, 372, 5930, 29892, 393, 372, 29915, 645, 679, 1075, 297, 7458, 1449, 29889, 13, 13, 29908, 29931, 14107, 29908, 338, 4883, 1050, 5281, 1363, 310, 1260, 2291, 29892, 322, 1363, 278, 1510, 338, 577, 11233, 287, 491, 670, 4180, 393, 372, 7415, 451, 697, 1048, 263, 611, 369, 860, 5614, 541, 2012, 697, 310, 263, 767, 714, 29886, 9390, 278, 15426, 1788, 540, 29915, 29879, 16831, 23244, 263, 760, 310, 29892, 697, 393, 298, 1160, 414, 1075, 411, 967, 8928, 3459, 6865, 29892, 967, 22661, 322, 967, 18109, 415, 1199, 29889, 739, 18443, 267, 502, 304, 15649, 964, 670, 3186, 1493, 29892, 297, 607, 540, 881, 925, 367, 6068, 304, 437, 670, 4982, 322, 679, 15426, 2309, 29892, 2466, 393, 1122, 2099, 21653, 701, 2181, 1355, 470, 14372, 13949, 558, 1169, 540, 29915, 29879, 6577, 3192, 16964, 1747, 304, 748, 3889, 1192, 763, 16308, 20549, 313, 29934, 2806, 13015, 511, 670, 11643, 459, 493, 293, 2428, 29882, 1489, 310, 263, 5121, 29892, 322, 263, 20695, 29892, 758, 2490, 261, 681, 2931, 1058, 29915, 29879, 13674, 2086, 13389, 519, 304, 367, 22822, 701, 29889, 24760, 29915, 29879, 28476, 1199, 1207, 1075, 577, 18215, 304, 278, 2305, 2820, 1075, 393, 278, 1206, 624, 935, 14335, 304, 2048, 2750, 1075, 338, 2729, 373, 278, 23603, 8096, 284, 3573, 2302, 3265, 1135, 10757, 29892, 322, 746, 29892, 297, 278, 716, 4259, 29892, 540, 8665, 263, 12033, 1230, 6017, 749, 411, 6182, 8373, 313, 29903, 819, 1056, 2088, 453, 706, 511, 263, 6114, 1790, 2931, 18918, 3598, 25470, 701, 408, 263, 376, 29886, 861, 347, 1699, 372, 29915, 29879, 21302, 491, 263, 4060, 310, 21005, 29889, 13, 13, 1576, 3652, 5304, 3802, 304, 21751, 292, 278, 5469, 310, 967, 15572, 391, 297, 278, 716, 4259, 29892, 4547, 3277, 263, 867, 15387, 767, 1058, 12169, 304, 14877, 309, 1647, 1608, 322, 330, 19467, 970, 2304, 363, 670, 8820, 408, 540, 8665, 3646, 292, 14937, 2879, 322, 12088, 414, 1058, 29915, 345, 2355, 841, 1283, 3578, 368, 29889, 1281, 8862, 292, 24760, 373, 11564, 11192, 310, 263, 18643, 29892, 278, 767, 4083, 376, 6716, 714, 310, 5320, 7167, 8623, 526, 19355, 491, 1757, 373, 289, 737, 1699, 322, 1261, 4167, 304, 1073, 2020, 3078, 338, 1641, 2309, 1048, 372, 29889, 376, 3112, 29915, 29879, 12092, 1699, 24760, 1634, 3687, 29889, 376, 3782, 29892, 372, 29915, 29879, 451, 1699, 4083, 278, 767, 29889, 376, 3782, 856, 372, 29915, 29879, 451, 29889, 887, 29915, 345, 2355, 592, 727, 1699, 24760, 7336, 1169, 29889, 450, 4328, 338, 393, 29892, 1550, 24760, 1122, 289, 355, 278, 6865, 304, 6216, 670, 7014, 1048, 17268, 322, 6035, 18310, 29892, 540, 1838, 29915, 29873, 437, 577, 3063, 363, 5377, 2134, 791, 278, 982, 278, 3677, 12841, 391, 540, 29915, 29879, 14870, 1623, 947, 1192, 278, 11564, 29892, 2289, 29889, 8669, 29892, 372, 29915, 29879, 278, 1776, 414, 1058, 409, 23043, 373, 670, 2306, 3131, 322, 1629, 29876, 363, 670, 14231, 304, 6773, 29892, 322, 372, 29915, 29879, 393, 9476, 1259, 953, 8194, 2215, 901, 1135, 278, 6449, 3631, 21420, 393, 11747, 1372, 376, 29931, 14107, 29908, 2038, 278, 5644, 386, 2207, 310, 22829, 301, 332, 333, 7786, 6501, 17268, 8541, 294, 372, 620, 1590, 793, 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 ]
<HTML><HEAD> <TITLE>Invalid URL</TITLE> </HEAD><BODY> <H1>Invalid URL</H1> The requested URL "&#91;no&#32;URL&#93;", is invalid.<p> Reference&#32;&#35;9&#46;44952317&#46;1507271057&#46;135fad8 </BODY></HTML>
[ 1, 529, 7020, 5299, 23252, 29958, 13, 29966, 29911, 1806, 1307, 29958, 13919, 3988, 829, 29911, 1806, 1307, 29958, 13, 829, 23252, 5299, 8456, 29928, 29979, 29958, 13, 29966, 29950, 29896, 29958, 13919, 3988, 829, 29950, 29896, 29958, 13, 1576, 13877, 3988, 376, 9137, 29929, 29896, 29936, 1217, 9137, 29941, 29906, 29936, 4219, 9137, 29929, 29941, 29936, 613, 338, 8340, 19423, 29886, 29958, 13, 7422, 9137, 29941, 29906, 29936, 9137, 29941, 29945, 29936, 29929, 9137, 29946, 29953, 29936, 29946, 29946, 29929, 29945, 29906, 29941, 29896, 29955, 9137, 29946, 29953, 29936, 29896, 29945, 29900, 29955, 29906, 29955, 29896, 29900, 29945, 29955, 9137, 29946, 29953, 29936, 29896, 29941, 29945, 29888, 328, 29947, 13, 829, 8456, 29928, 29979, 2565, 7020, 29958, 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 ]
The date is fast approaching for our spring rally. I have posted the reservation information in the Calendar section, I will post more details in the calendar section as they become available. If you have any questions please e-mail me at txjeff123@gmail.com.
[ 1, 450, 2635, 338, 5172, 28702, 363, 1749, 6709, 364, 635, 29889, 306, 505, 8059, 278, 620, 20525, 2472, 297, 278, 26431, 4004, 29892, 306, 674, 1400, 901, 4902, 297, 278, 17684, 4004, 408, 896, 4953, 3625, 29889, 960, 366, 505, 738, 5155, 3113, 321, 29899, 2549, 592, 472, 25568, 1324, 600, 29896, 29906, 29941, 29992, 21980, 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 ]
var config = { type: Phaser.AUTO, parent: 'phaser-example', width: 800, height: 600, scene: { create: create }, }; var game = new Phaser.Game(config); function create() { var graphics = this.add.graphics(); drawStar(graphics, 100, 300, 4, 50, 50 / 2, 0xffff00, 0xff0000); drawStar(graphics, 400, 300, 5, 100, 100 / 2, 0xffff00, 0xff0000); drawStar(graphics, 700, 300, 6, 50, 50 / 2, 0xffff00, 0xff0000); } function drawStar (graphics, cx, cy, spikes, outerRadius, innerRadius, color, lineColor) { var rot = Math.PI / 2 * 3; var x = cx; var y = cy; var step = Math.PI / spikes; graphics.lineStyle(4, lineColor, 1); graphics.fillStyle(color, 1); graphics.beginPath(); graphics.moveTo(cx, cy - outerRadius); for (i = 0; i < spikes; i++) { x = cx + Math.cos(rot) * outerRadius; y = cy + Math.sin(rot) * outerRadius; graphics.lineTo(x, y); rot += step; x = cx + Math.cos(rot) * innerRadius; y = cy + Math.sin(rot) * innerRadius; graphics.lineTo(x, y); rot += step; } graphics.lineTo(cx, cy - outerRadius); graphics.closePath(); graphics.fillPath(); graphics.strokePath(); }
[ 1, 722, 2295, 353, 426, 13, 1678, 1134, 29901, 1963, 29440, 29889, 20656, 29949, 29892, 13, 1678, 3847, 29901, 525, 16130, 261, 29899, 4773, 742, 13, 1678, 2920, 29901, 29871, 29947, 29900, 29900, 29892, 13, 1678, 3171, 29901, 29871, 29953, 29900, 29900, 29892, 13, 1678, 9088, 29901, 426, 13, 4706, 1653, 29901, 1653, 13, 1678, 2981, 13, 3400, 13, 13, 1707, 3748, 353, 716, 1963, 29440, 29889, 14199, 29898, 2917, 416, 13, 13, 2220, 1653, 580, 426, 13, 13, 1678, 722, 18533, 353, 445, 29889, 1202, 29889, 6420, 890, 13, 13, 1678, 4216, 16213, 29898, 6420, 29892, 29871, 29896, 29900, 29900, 29892, 29871, 29941, 29900, 29900, 29892, 29871, 29946, 29892, 29871, 29945, 29900, 29892, 29871, 29945, 29900, 847, 29871, 29906, 29892, 29871, 29900, 29916, 17156, 29900, 29900, 29892, 29871, 29900, 29916, 600, 29900, 29900, 29900, 29900, 416, 13, 1678, 4216, 16213, 29898, 6420, 29892, 29871, 29946, 29900, 29900, 29892, 29871, 29941, 29900, 29900, 29892, 29871, 29945, 29892, 29871, 29896, 29900, 29900, 29892, 29871, 29896, 29900, 29900, 847, 29871, 29906, 29892, 29871, 29900, 29916, 17156, 29900, 29900, 29892, 29871, 29900, 29916, 600, 29900, 29900, 29900, 29900, 416, 13, 1678, 4216, 16213, 29898, 6420, 29892, 29871, 29955, 29900, 29900, 29892, 29871, 29941, 29900, 29900, 29892, 29871, 29953, 29892, 29871, 29945, 29900, 29892, 29871, 29945, 29900, 847, 29871, 29906, 29892, 29871, 29900, 29916, 17156, 29900, 29900, 29892, 29871, 29900, 29916, 600, 29900, 29900, 29900, 29900, 416, 13, 29913, 13, 13, 2220, 4216, 16213, 313, 6420, 29892, 28232, 29892, 5094, 29892, 805, 29379, 29892, 11420, 20494, 29892, 6426, 20494, 29892, 2927, 29892, 1196, 3306, 29897, 13, 29912, 13, 1678, 722, 5731, 353, 5792, 29889, 2227, 847, 29871, 29906, 334, 29871, 29941, 29936, 13, 1678, 722, 921, 353, 28232, 29936, 13, 1678, 722, 343, 353, 5094, 29936, 13, 1678, 722, 4331, 353, 5792, 29889, 2227, 847, 805, 29379, 29936, 13, 13, 1678, 18533, 29889, 1220, 5568, 29898, 29946, 29892, 1196, 3306, 29892, 29871, 29896, 416, 13, 1678, 18533, 29889, 5589, 5568, 29898, 2780, 29892, 29871, 29896, 416, 13, 1678, 18533, 29889, 463, 2605, 890, 13, 1678, 18533, 29889, 11631, 1762, 29898, 18904, 29892, 5094, 448, 11420, 20494, 416, 13, 13, 1678, 363, 313, 29875, 353, 29871, 29900, 29936, 474, 529, 805, 29379, 29936, 474, 4862, 13, 1678, 426, 13, 4706, 921, 353, 28232, 718, 5792, 29889, 3944, 29898, 5450, 29897, 334, 11420, 20494, 29936, 13, 4706, 343, 353, 5094, 718, 5792, 29889, 5223, 29898, 5450, 29897, 334, 11420, 20494, 29936, 13, 4706, 18533, 29889, 1220, 1762, 29898, 29916, 29892, 343, 416, 13, 4706, 5731, 4619, 4331, 29936, 13, 13, 4706, 921, 353, 28232, 718, 5792, 29889, 3944, 29898, 5450, 29897, 334, 6426, 20494, 29936, 13, 4706, 343, 353, 5094, 718, 5792, 29889, 5223, 29898, 5450, 29897, 334, 6426, 20494, 29936, 13, 4706, 18533, 29889, 1220, 1762, 29898, 29916, 29892, 343, 416, 13, 4706, 5731, 4619, 4331, 29936, 13, 1678, 500, 13, 13, 1678, 18533, 29889, 1220, 1762, 29898, 18904, 29892, 5094, 448, 11420, 20494, 416, 13, 1678, 18533, 29889, 5358, 2605, 890, 13, 1678, 18533, 29889, 5589, 2605, 890, 13, 1678, 18533, 29889, 25893, 2605, 890, 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 ]
My Hero Academia Season 2- Episode 18 After last weeks episode, I was really curious what they had in store for us this week. How the heroes will come back to Earth after such a traumatic experience. And good thing for us, this episode is rightly named “The Aftermath of Hero Killer: Stain”. My Hero Academia- Funimation We open with Izuku, Iida, and Todoroki all in the hospital. They are all recovering from their tremendous fight. But also reflecting how lucky they are to be alive still. The door opens and we see Gran Torino and Pro Hero Manual. First thing Gran Torino does of course is scold Midoriya. But before Gran Torino goes full instructor on him, he tells the boys that they have a visitor. My Hero Academia- Funimation A tall figure turns the corner wearing a professional business suit. It’s Hosu’s chief of police, Kenji Tsuragamae. Who also happens to look like a dog (just go along with it I guess?). Kenji tells the boys that Stain is in custody and is being treated for several broken bones and serious burns. He also reminds them that what they have done was not okay on paper. Uncertified heroes using their Quirks against their instructors orders is highly frowned upon. But Todoroki is not taking it. He tells the chief that if Iida didn’t step in, then Pro Hero Native would have been killed. And the both of them would have been killed without Izuku’s help. But Gran Torino tells Todoroki to hear the chief out. Kenji tells them that the punishment would only happen if this was made public. And the people would applaud their efforts anyway. But if the police kept it quiet, no one gets punished, but the boys don’t get the praise they deserve. Instead Endeavor will get the praise from the masses. It would also explain Stain’s burn scars. So they choose to not be celebrated as heroes and apologize anyways. But Kenji tells them he respects what they did and he thanks them for protecting the peace. So it has hit the news that Endeavor has stopped hero killer Stain and the nomus from destroying Hosu City. It’s all anyone is talking about. Meanwhile, we get a look at how everyone else from Class 1-A is doing in their internship programs. First we look at Bakugo who is having a less than stellar time. The first thing he wants to do is go knock some heads around but his mentor is not allowing him and says it will be business as usual. Hopefully that could help Bakugo control his temper. Kirishima finds out the reason why Midoriya sent him his location. Apparently he also reported the incident last night. Go Kirishima! Momo debuted in a commercial with her mentor and it seems obvious modelling is not what she wants to be doing. But her mentor is letting her go on patrol like she has wanted since the start of their training together. My Hero Academia- Funimation And finally there is Uraraka who is on the phone with Midoriya. She tells him how glad she is that they are all safe. Midoriya of course apologizes for not contacting sooner but she understands. In the midst of the conversation, Uraraka’s mentor Gunhead reminds her that they are going to start their basic training. She then says bye to Midoriya and Gunhead asks in a very cute way, “Your boyfriend?”. And she immediately dismisses it. When Midoriya hangs up he gets all worked up that he talked to a girl on the phone. This scene was my favorite from this episode it had me busting up! We get back to the guys in the hospital and Iida comes out and tells the two that he may have long-term damage in his hand. But he reflects on his actions from that night and regrets them greatly. He shouldn’t have acted so swiftly and carelessly. But Midoriya doesn’t let Iida beat himself up too much. He agrees that him and Iida should get stronger together. My Hero Academia- Funimation We cut to U.A. with All Might in the staff room. He gets a phone call from Gran Torino. He tells All Might that he has had his teaching licence revoked for six months because of Midoriya’s actions but there was no way of avoiding that and that he has come to terms with it. But All Might is very ashamed of himself for letting down his former instructor. But this isn’t the reason Gran Torino called. He really wants to talk about Stain. He says in the few minutes he was with him, it had him trembling. It was because of how intimidating and obsessed he was on what he think a hero should be and what he will do to correct our society. Because this has hit so many news stations, Stains ideology and opinions will be put on blast. People will become influenced by Stain’s beliefs and become a plague. But All Might doesn’t believe it will be a problem because they will probably show up sporadically and they will be taken out 1 by 1. But this is where the League of Villains comes in. If they all combine their hatred and Shigaraki gives them an outlet to express and deal with their evil intentions, it will become a serious problem. Gran Torino then reminds All Might that he must tell Midoriya properly what is concerning him and One for All. Which I have no idea what that is all about. Apparently the quirk is “on the move”? I’m interested in what that might mean. This episode was mostly a lot of dialogue and context but it was needed after such a shift in the story. It was refreshing getting some insight on how everyone else is doing too. I’m hoping next time they elaborate on what is concerning All Might and what is happening with his quirk? Only time will tell.
[ 1, 1619, 22167, 26336, 24791, 29871, 29906, 29899, 382, 12907, 29871, 29896, 29947, 13, 13, 13555, 1833, 11405, 12720, 29892, 306, 471, 2289, 12758, 825, 896, 750, 297, 3787, 363, 502, 445, 4723, 29889, 1128, 278, 13444, 267, 674, 2041, 1250, 304, 11563, 1156, 1316, 263, 1020, 398, 2454, 7271, 29889, 1126, 1781, 2655, 363, 502, 29892, 445, 12720, 338, 1492, 368, 4257, 1346, 1576, 2860, 755, 310, 22167, 476, 5495, 29901, 624, 475, 8643, 13, 13, 3421, 22167, 26336, 29899, 13811, 7715, 13, 13, 4806, 1722, 411, 306, 6951, 2120, 29892, 306, 1458, 29892, 322, 7561, 272, 21025, 599, 297, 278, 13457, 29889, 2688, 526, 599, 9792, 292, 515, 1009, 14586, 355, 681, 8589, 29889, 1205, 884, 9432, 292, 920, 9885, 29891, 896, 526, 304, 367, 18758, 1603, 29889, 450, 3050, 13246, 322, 591, 1074, 6274, 4794, 1789, 322, 1019, 22167, 2315, 950, 29889, 3824, 2655, 6274, 4794, 1789, 947, 310, 3236, 338, 885, 1025, 13370, 4170, 3761, 29889, 1205, 1434, 6274, 4794, 1789, 5771, 2989, 18690, 272, 373, 1075, 29892, 540, 10603, 278, 12544, 393, 896, 505, 263, 27682, 29889, 13, 13, 3421, 22167, 26336, 29899, 13811, 7715, 13, 13, 29909, 15655, 4377, 12169, 278, 11155, 591, 4362, 263, 10257, 5381, 14726, 29889, 739, 30010, 29879, 379, 359, 29884, 30010, 29879, 9087, 310, 10974, 29892, 10015, 2397, 323, 7610, 351, 3304, 29872, 29889, 11644, 884, 5930, 304, 1106, 763, 263, 11203, 313, 5143, 748, 3412, 411, 372, 306, 4140, 29973, 467, 10015, 2397, 10603, 278, 12544, 393, 624, 475, 338, 297, 25387, 1486, 322, 338, 1641, 14914, 363, 3196, 9391, 289, 2873, 322, 10676, 12138, 29879, 29889, 940, 884, 1083, 12772, 963, 393, 825, 896, 505, 2309, 471, 451, 20759, 373, 5650, 29889, 853, 6327, 2164, 13444, 267, 773, 1009, 751, 27064, 2750, 1009, 18690, 943, 11299, 338, 10712, 285, 4708, 287, 2501, 29889, 1205, 7561, 272, 21025, 338, 451, 5622, 372, 29889, 940, 10603, 278, 9087, 393, 565, 306, 1458, 3282, 30010, 29873, 4331, 297, 29892, 769, 1019, 22167, 19042, 723, 505, 1063, 9445, 29889, 1126, 278, 1716, 310, 963, 723, 505, 1063, 9445, 1728, 306, 6951, 2120, 30010, 29879, 1371, 29889, 1205, 6274, 4794, 1789, 10603, 7561, 272, 21025, 304, 8293, 278, 9087, 714, 29889, 13, 13, 29968, 264, 2397, 10603, 963, 393, 278, 6035, 18310, 723, 871, 3799, 565, 445, 471, 1754, 970, 29889, 1126, 278, 2305, 723, 623, 433, 566, 1009, 14231, 8763, 29889, 1205, 565, 278, 10974, 8126, 372, 11813, 29892, 694, 697, 4947, 6035, 3276, 29892, 541, 278, 12544, 1016, 30010, 29873, 679, 278, 7213, 895, 896, 553, 7143, 29889, 8669, 10720, 17118, 674, 679, 278, 7213, 895, 515, 278, 23063, 29889, 739, 723, 884, 5649, 624, 475, 30010, 29879, 12138, 885, 1503, 29889, 1105, 896, 6755, 304, 451, 367, 26301, 408, 13444, 267, 322, 27746, 675, 738, 1994, 29889, 1205, 10015, 2397, 10603, 963, 540, 3390, 29879, 825, 896, 1258, 322, 540, 3969, 963, 363, 12566, 292, 278, 10776, 29889, 13, 13, 6295, 372, 756, 7124, 278, 9763, 393, 10720, 17118, 756, 11084, 13444, 413, 5495, 624, 475, 322, 278, 2245, 375, 515, 8174, 292, 379, 359, 29884, 4412, 29889, 739, 30010, 29879, 599, 5019, 338, 9963, 1048, 29889, 25065, 29892, 591, 679, 263, 1106, 472, 920, 14332, 1683, 515, 4134, 29871, 29896, 29899, 29909, 338, 2599, 297, 1009, 2836, 3527, 11104, 29889, 3824, 591, 1106, 472, 23336, 15490, 1058, 338, 2534, 263, 3109, 1135, 14781, 279, 931, 29889, 450, 937, 2655, 540, 10753, 304, 437, 338, 748, 18232, 777, 15883, 2820, 541, 670, 6042, 272, 338, 451, 14372, 1075, 322, 4083, 372, 674, 367, 5381, 408, 9670, 29889, 7963, 3730, 393, 1033, 1371, 23336, 15490, 2761, 670, 6238, 29889, 5201, 728, 2946, 14061, 714, 278, 2769, 2020, 13370, 4170, 3761, 2665, 1075, 670, 4423, 29889, 27466, 2705, 540, 884, 8967, 278, 15134, 1833, 4646, 29889, 2921, 5201, 728, 2946, 29991, 341, 10730, 2553, 3860, 297, 263, 12128, 411, 902, 6042, 272, 322, 372, 2444, 6924, 878, 7807, 338, 451, 825, 1183, 10753, 304, 367, 2599, 29889, 1205, 902, 6042, 272, 338, 27697, 902, 748, 373, 2373, 1467, 763, 1183, 756, 5131, 1951, 278, 1369, 310, 1009, 6694, 4208, 29889, 13, 13, 3421, 22167, 26336, 29899, 13811, 7715, 13, 13, 2855, 7146, 727, 338, 8918, 279, 8245, 1058, 338, 373, 278, 9008, 411, 13370, 4170, 3761, 29889, 2296, 10603, 1075, 920, 10932, 1183, 338, 393, 896, 526, 599, 9109, 29889, 13370, 4170, 3761, 310, 3236, 27746, 7093, 363, 451, 6958, 292, 29548, 541, 1183, 2274, 29879, 29889, 512, 278, 29214, 310, 278, 14983, 29892, 8918, 279, 8245, 30010, 29879, 6042, 272, 21429, 2813, 1083, 12772, 902, 393, 896, 526, 2675, 304, 1369, 1009, 6996, 6694, 29889, 2296, 769, 4083, 491, 29872, 304, 13370, 4170, 3761, 322, 21429, 2813, 19514, 297, 263, 1407, 274, 1082, 982, 29892, 1346, 10858, 8023, 18326, 6677, 29889, 1126, 1183, 7389, 18918, 267, 372, 29889, 1932, 13370, 4170, 3761, 13958, 29879, 701, 540, 4947, 599, 3796, 701, 393, 540, 24867, 304, 263, 7826, 373, 278, 9008, 29889, 910, 9088, 471, 590, 25448, 515, 445, 12720, 372, 750, 592, 289, 504, 292, 701, 29991, 13, 13, 4806, 679, 1250, 304, 278, 18239, 297, 278, 13457, 322, 306, 1458, 5304, 714, 322, 10603, 278, 1023, 393, 540, 1122, 505, 1472, 29899, 8489, 18658, 297, 670, 1361, 29889, 1205, 540, 9432, 29879, 373, 670, 8820, 515, 393, 4646, 322, 1072, 27487, 963, 11180, 29889, 940, 9273, 30010, 29873, 505, 27320, 577, 12086, 368, 322, 2562, 23769, 29889, 1205, 13370, 4170, 3761, 1838, 30010, 29873, 1235, 306, 1458, 16646, 3654, 701, 2086, 1568, 29889, 940, 8571, 267, 393, 1075, 322, 306, 1458, 881, 679, 23505, 4208, 29889, 13, 13, 3421, 22167, 26336, 29899, 13811, 7715, 13, 13, 4806, 5700, 304, 501, 29889, 29909, 29889, 411, 2178, 341, 523, 297, 278, 13925, 5716, 29889, 940, 4947, 263, 9008, 1246, 515, 6274, 4794, 1789, 29889, 940, 10603, 2178, 341, 523, 393, 540, 756, 750, 670, 18819, 7794, 663, 6664, 12504, 363, 4832, 7378, 1363, 310, 13370, 4170, 3761, 30010, 29879, 8820, 541, 727, 471, 694, 982, 310, 4772, 292, 393, 322, 393, 540, 756, 2041, 304, 4958, 411, 372, 29889, 1205, 2178, 341, 523, 338, 1407, 23723, 2795, 310, 3654, 363, 27697, 1623, 670, 4642, 18690, 272, 29889, 1205, 445, 3508, 30010, 29873, 278, 2769, 6274, 4794, 1789, 2000, 29889, 940, 2289, 10753, 304, 5193, 1048, 624, 475, 29889, 940, 4083, 297, 278, 2846, 6233, 540, 471, 411, 1075, 29892, 372, 750, 1075, 14586, 21435, 29889, 739, 471, 1363, 310, 920, 938, 326, 333, 1218, 322, 20881, 11517, 540, 471, 373, 825, 540, 1348, 263, 13444, 881, 367, 322, 825, 540, 674, 437, 304, 1959, 1749, 12459, 29889, 7311, 445, 756, 7124, 577, 1784, 9763, 16355, 29892, 624, 2708, 1957, 3002, 322, 26971, 674, 367, 1925, 373, 1999, 579, 29889, 11647, 674, 4953, 28482, 491, 624, 475, 30010, 29879, 17750, 29879, 322, 4953, 263, 715, 3437, 29889, 1205, 2178, 341, 523, 1838, 30010, 29873, 4658, 372, 674, 367, 263, 1108, 1363, 896, 674, 3117, 1510, 701, 805, 272, 328, 1711, 322, 896, 674, 367, 4586, 714, 29871, 29896, 491, 29871, 29896, 29889, 1205, 445, 338, 988, 278, 5165, 310, 14439, 1144, 5304, 297, 29889, 960, 896, 599, 14405, 1009, 3056, 1127, 322, 1383, 335, 279, 9940, 4076, 963, 385, 714, 1026, 304, 4653, 322, 5376, 411, 1009, 16126, 7609, 1080, 29892, 372, 674, 4953, 263, 10676, 1108, 29889, 6274, 4794, 1789, 769, 1083, 12772, 2178, 341, 523, 393, 540, 1818, 2649, 13370, 4170, 3761, 6284, 825, 338, 19813, 1075, 322, 3118, 363, 2178, 29889, 8449, 306, 505, 694, 2969, 825, 393, 338, 599, 1048, 29889, 27466, 2705, 278, 439, 6793, 338, 1346, 265, 278, 4337, 30024, 29973, 306, 30010, 29885, 8852, 297, 825, 393, 1795, 2099, 29889, 13, 13, 4013, 12720, 471, 11149, 263, 3287, 310, 7928, 434, 322, 3030, 541, 372, 471, 4312, 1156, 1316, 263, 9500, 297, 278, 5828, 29889, 739, 471, 2143, 690, 2790, 2805, 777, 25483, 373, 920, 14332, 1683, 338, 2599, 2086, 29889, 306, 30010, 29885, 17231, 2446, 931, 896, 19430, 373, 825, 338, 19813, 2178, 341, 523, 322, 825, 338, 10464, 411, 670, 439, 6793, 29973, 9333, 931, 674, 2649, 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 ]
Located on the Kefalonia Island in Greece, this spectacular cave was lost for centuries until being rediscovered in 1951 by Giannis Petrocheilos. Take a look at this beautiful cave system and the island that it is part of. The famous Mytros Beach is also on this island. In Greek mythology it is believed that Nymph's used to live in these caves.
[ 1, 5976, 630, 373, 278, 476, 1389, 284, 6405, 7935, 297, 25549, 29892, 445, 6683, 562, 1070, 24230, 471, 5714, 363, 21726, 2745, 1641, 29825, 11911, 287, 297, 29871, 29896, 29929, 29945, 29896, 491, 21569, 6994, 5879, 307, 1173, 309, 359, 29889, 11190, 263, 1106, 472, 445, 9560, 24230, 1788, 322, 278, 11359, 393, 372, 338, 760, 310, 29889, 13, 13, 1576, 13834, 1619, 29873, 1883, 17594, 338, 884, 373, 445, 11359, 29889, 13, 13, 797, 12311, 22082, 3002, 372, 338, 13112, 393, 405, 962, 561, 29915, 29879, 1304, 304, 5735, 297, 1438, 274, 5989, 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 ]
Vale de Lua – Moon Surface on Earth The valley terrain is all covered with rock formations and intricate labyrinths created by nature. In ancient times, there were deposits of quartz. But the noisy river San Miguel has streamed lots of passages over the years. Now, quartz rocks hang over the pond and the holes of different shapes remind those seen on the moon. Due to the different degrees of refraction of light water in some places seems to be dark blue, in other - clear and transparent. Dark brown and almost black, sometimes bluish-gray rocks vary in height and shape. Such miracle undoubtedly shows that the forces of nature are capable of creating the most unusual landscapes. In Brazil, Vale de Lua unusual relief appeared also due to the presence of sand. Gradually, layer after layer, it was brought there with river’s stream, settled on the coastal cliffs and formed numerous mounds an unusual shape. If looking a little closer you will notice that in some places the quartz rock thinned to such an extent that its thickness does not exceed the thickness of a sheet of paper. The magnificent landscape of small lakes is completed with waterfalls.
[ 1, 478, 744, 316, 3182, 29874, 785, 17549, 6298, 2161, 373, 11563, 13, 13, 1576, 19599, 28439, 338, 599, 10664, 411, 7679, 883, 800, 322, 11158, 9593, 9775, 4316, 22653, 29879, 2825, 491, 5469, 29889, 512, 12297, 3064, 29892, 727, 892, 19754, 1169, 310, 10256, 29920, 29889, 1205, 278, 694, 13344, 8580, 3087, 16682, 756, 4840, 287, 14568, 310, 1209, 1179, 975, 278, 2440, 29889, 13, 13, 10454, 29892, 10256, 29920, 23150, 13958, 975, 278, 282, 898, 322, 278, 26532, 310, 1422, 25834, 1083, 513, 1906, 3595, 373, 278, 18786, 29889, 16809, 304, 278, 1422, 14496, 310, 2143, 13857, 310, 3578, 4094, 297, 777, 7600, 2444, 304, 367, 6501, 7254, 29892, 297, 916, 448, 2821, 322, 17772, 29889, 15317, 17354, 322, 4359, 4628, 29892, 6041, 1999, 29884, 728, 29899, 21012, 23150, 13100, 297, 3171, 322, 8267, 29889, 13, 13, 29903, 987, 3737, 10792, 563, 283, 3116, 23244, 3697, 393, 278, 8249, 310, 5469, 526, 15390, 310, 4969, 278, 1556, 22910, 2982, 1557, 11603, 29889, 512, 16078, 29892, 478, 744, 316, 3182, 29874, 22910, 18892, 7470, 884, 2861, 304, 278, 10122, 310, 11982, 29889, 19295, 1474, 29892, 7546, 1156, 7546, 29892, 372, 471, 6296, 727, 411, 8580, 30010, 29879, 4840, 29892, 17141, 373, 278, 12180, 284, 1067, 28324, 322, 8429, 12727, 286, 3885, 385, 22910, 8267, 29889, 13, 13, 3644, 3063, 263, 2217, 17649, 366, 674, 8369, 393, 297, 777, 7600, 278, 10256, 29920, 7679, 266, 27464, 304, 1316, 385, 15834, 393, 967, 12003, 2264, 947, 451, 13461, 278, 12003, 2264, 310, 263, 9869, 310, 5650, 29889, 450, 29154, 296, 24400, 310, 2319, 425, 10794, 338, 8676, 411, 4094, 12559, 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 ]
Micro-Loan Program In order to promote economic development in the City of Alamo, the Alamo EDC established the Alamo Small Business Micro-Loan Program (MLP) with assistance from USDA – Rural Development. The MLP is a self-sustaining project that works by lending money to local businesses, with the money paid back plus interest being reused. The following documents must be submitted for a loan application: Application form. An executive summary with three years of financial projections. A project budget. A personal financial statement. Two years of income tax returns – business and/or personal (for the most current years). Year-end financial statement(s) from an existing organization. Balance sheet(s) (yearly). Profit and loss statement(s) (last quarter). A minimum of two bids from non-related third-party vendors/contractors. A credit report (to be conducted by AEDC), steps for loan process. Filling out the loan application: Must submit all documents to AEDC via mail or hand delivery. The AEDC begins the loan application review to determine eligibility. The applicant will be notified of eligibility status. If eligible, the loan application will be presented to the Loan Review Committee. A committee recommendation will be presented to the AEDC Board for final approval. The applicant will be notified of the board’s decision to approve or deny the loan application as well as loan-specific terms, when applicable.
[ 1, 20140, 29899, 3410, 273, 7835, 13, 13, 797, 1797, 304, 27391, 17407, 5849, 297, 278, 4412, 310, 838, 10178, 29892, 278, 838, 10178, 9408, 29907, 7841, 278, 838, 10178, 18285, 15197, 20140, 29899, 3410, 273, 7835, 313, 1988, 29925, 29897, 411, 18872, 515, 3148, 7698, 785, 390, 3631, 14650, 29889, 450, 341, 13208, 338, 263, 1583, 29899, 29879, 504, 17225, 2060, 393, 1736, 491, 301, 2548, 6909, 304, 1887, 5381, 267, 29892, 411, 278, 6909, 12530, 1250, 2298, 4066, 1641, 337, 3880, 29889, 13, 13, 1576, 1494, 10701, 1818, 367, 18397, 363, 263, 24806, 2280, 29901, 13, 13, 4873, 883, 29889, 13, 13, 2744, 22760, 15837, 411, 2211, 2440, 310, 18161, 410, 24247, 29889, 13, 13, 29909, 2060, 23562, 29889, 13, 13, 29909, 7333, 18161, 3229, 29889, 13, 13, 13985, 2440, 310, 17869, 8818, 3639, 785, 5381, 322, 29914, 272, 7333, 313, 1454, 278, 1556, 1857, 2440, 467, 13, 13, 12883, 29899, 355, 18161, 3229, 29898, 29879, 29897, 515, 385, 5923, 13013, 29889, 13, 13, 22031, 749, 9869, 29898, 29879, 29897, 313, 6360, 368, 467, 13, 13, 1184, 9202, 322, 6410, 3229, 29898, 29879, 29897, 313, 4230, 12616, 467, 13, 13, 29909, 9212, 310, 1023, 289, 4841, 515, 1661, 29899, 12817, 4654, 29899, 22633, 9691, 943, 29914, 1285, 1461, 943, 29889, 13, 13, 29909, 16200, 3461, 313, 517, 367, 18043, 491, 319, 3352, 29907, 511, 6576, 363, 24806, 1889, 29889, 13, 13, 29943, 8873, 714, 278, 24806, 2280, 29901, 13, 13, 29924, 504, 9752, 599, 10701, 304, 319, 3352, 29907, 3025, 10524, 470, 1361, 28289, 29889, 13, 13, 1576, 319, 3352, 29907, 16410, 278, 24806, 2280, 9076, 304, 8161, 560, 335, 4127, 29889, 13, 13, 1576, 15576, 424, 674, 367, 451, 2164, 310, 560, 335, 4127, 4660, 29889, 13, 13, 3644, 560, 335, 1821, 29892, 278, 24806, 2280, 674, 367, 9132, 304, 278, 4309, 273, 13957, 12930, 29889, 13, 13, 29909, 21118, 29303, 674, 367, 9132, 304, 278, 319, 3352, 29907, 12590, 363, 2186, 2134, 791, 29889, 13, 13, 1576, 15576, 424, 674, 367, 451, 2164, 310, 278, 7613, 30010, 29879, 10608, 304, 2134, 345, 470, 972, 29891, 278, 24806, 2280, 408, 1532, 408, 24806, 29899, 14940, 4958, 29892, 746, 22903, 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 ]
The Doom Generation (1995) October 25, 1995 FILM REVIEW;Gory Kitsch in a Parody of Teen-Age Road Movies By JANET MASLIN Published: October 25, 1995 Production notes for Gregg Araki's "Doom Generation" say it is "Araki's first big-budget feature and marks the end of his film adolescence." Well, not exactly. After a promising debut with "The Living End" followed by the angrier, more marginalized "Totally F***ed Up," Mr. Araki is still sounding a note of self-congratulatory teen-age rebellion in a film gruesome and obvious enough to make "Natural Born Killers" look like a model of restraint. It's not even much of a change to find "The Doom Generation" billed as "a heterosexual movie," since it shares the effective homoerotic energy of his earlier work. That this film includes a teen-age girl, Amy Blue (Rose McGowan), as part of its sexual menage only means one especially clear target of contempt ("Don't get your uterus all tied in a knot" is one of the more printable things anyone says to her) in a film overflowing with it. Amy's insolence and Anna Karina hairdo (like Uma Thurman's in "Pulp Fiction") may offer a touch of Godard. But this film's satire of teen-age-wasteland cinema is so coarsely exaggerated that any homage is beside the point. Using outlaw characters named Red, White and Blue to condemn all aspects of unhip America, Mr. Araki indulges in such broad parody that thinking it clumsy means failure to get the joke. Though visibly more polished than his earlier films, "The Doom Generation" clings to a midnight movie sensibility founded on deliberate kitsch. So Amy is a one-note, rude, sulky heroine, saying things like "Life is lonely, boring and dumb" while the two men she's sleeping with enjoy an obvious attraction to each other. Not content to leave this as subtext, Mr. Araki throws in the occasional bumper sticker: "Ditch the bitch. Make the switch." Voluptuous Xavier Red (Johnathon Schaech) is way ahead of charmingly dim Jordan White (James Duval) in getting the hint about this, but it doesn't matter: "The Doom Generation" leads them both to a gory demonstration of America's intolerance toward sexual nonconformists. Obscured by strobe lights and boosted by the alternative-rock soundtrack that's sure to help sell the movie, this already notorious castration sequence is one of several gross-out epiphanies here. Others include the severing of a head that still talks, and even vomits, after it is removed from a vein-spurting body, and a blink-of-the-eye cameo by Heidi Fleiss. The genuine enthusiasm Mr. Araki brings to this film's bedroom scenes, with their whimsical sets and jokey porn ambiance, is matched by the occasionally workable black humor in his screenplay. ("You murdered two people tonight. Doesn't that faze you at all?" "Yeah, I'm bummed. To the max.") But sledgehammer direction, heavy irony and the easiest imaginable targets hardly show talent off to good advantage. THE DOOM GENERATION Written, edited and directed by Gregg Araki; director of photography, Jim Fealy; music by the Jesus and Mary Chain, Nine Inch Nails, Showdive, Curve, Meat Beat Manifesto, Pizzicato Five, Cocteau Twins and others; production designer, Therese Deprez; produced by Andrea Sperling, Mr. Araki and Why Not Productions (France); released by Trimark Pictures. At the Angelika Film Center, Mercer and Houston Streets. Running time: 90 minutes. This film is not rated.
[ 1, 450, 1938, 290, 28203, 313, 29896, 29929, 29929, 29945, 29897, 13, 13, 25375, 4950, 29871, 29906, 29945, 29892, 29871, 29896, 29929, 29929, 29945, 13, 13, 3738, 26369, 5195, 29963, 8673, 29956, 29936, 29954, 706, 476, 20641, 297, 263, 1459, 1486, 310, 1920, 264, 29899, 22406, 9321, 14104, 583, 13, 13, 2059, 435, 2190, 2544, 341, 3289, 23714, 13, 13, 21076, 3726, 29901, 5533, 29871, 29906, 29945, 29892, 29871, 29896, 29929, 29929, 29945, 13, 13, 23665, 428, 11486, 363, 4122, 1505, 25953, 1984, 29915, 29879, 376, 6132, 290, 28203, 29908, 1827, 372, 338, 376, 29909, 336, 1984, 29915, 29879, 937, 4802, 29899, 15841, 657, 4682, 322, 17997, 278, 1095, 310, 670, 2706, 594, 6544, 29883, 663, 1213, 5674, 29892, 451, 3721, 29889, 2860, 263, 2504, 5921, 9512, 411, 376, 1576, 26176, 2796, 29908, 5643, 491, 278, 2614, 4336, 29892, 901, 15276, 979, 1891, 376, 29911, 327, 635, 383, 17435, 287, 5020, 1699, 3237, 29889, 25953, 1984, 338, 1603, 6047, 292, 263, 4443, 310, 1583, 29899, 535, 629, 271, 352, 7606, 734, 264, 29899, 482, 337, 12562, 291, 297, 263, 2706, 4500, 14151, 322, 6924, 3307, 304, 1207, 376, 29940, 18771, 19298, 29021, 414, 29908, 1106, 763, 263, 1904, 310, 1791, 5270, 29889, 13, 13, 3112, 29915, 29879, 451, 1584, 1568, 310, 263, 1735, 304, 1284, 376, 1576, 1938, 290, 28203, 29908, 13181, 839, 408, 376, 29874, 25745, 29438, 950, 14064, 1699, 1951, 372, 29358, 278, 11828, 3632, 29877, 261, 13574, 5864, 310, 670, 8859, 664, 29889, 2193, 445, 2706, 7805, 263, 734, 264, 29899, 482, 7826, 29892, 28533, 10924, 313, 29934, 852, 22805, 24136, 511, 408, 760, 310, 967, 18287, 1757, 482, 871, 2794, 697, 7148, 2821, 3646, 310, 640, 3456, 4852, 10310, 29915, 29873, 679, 596, 318, 357, 375, 599, 21351, 297, 263, 889, 327, 29908, 338, 697, 310, 278, 901, 1596, 519, 2712, 5019, 4083, 304, 902, 29897, 297, 263, 2706, 11969, 292, 411, 372, 29889, 28533, 29915, 29879, 1663, 324, 663, 322, 11230, 3467, 1099, 447, 1823, 29877, 313, 4561, 501, 655, 498, 332, 1171, 29915, 29879, 297, 376, 29925, 15323, 383, 2463, 1159, 1122, 5957, 263, 6023, 310, 4177, 538, 29889, 1205, 445, 2706, 29915, 29879, 3290, 533, 310, 734, 264, 29899, 482, 29899, 29893, 579, 14045, 24615, 338, 577, 1302, 1503, 873, 429, 9921, 630, 393, 738, 3632, 482, 338, 17620, 278, 1298, 29889, 13, 13, 15156, 714, 10653, 4890, 4257, 4367, 29892, 8037, 322, 10924, 304, 24905, 29876, 599, 21420, 310, 443, 4034, 6813, 29892, 3237, 29889, 25953, 1984, 29156, 2710, 297, 1316, 7300, 610, 1486, 393, 7291, 372, 1067, 6762, 29891, 2794, 10672, 304, 679, 278, 2958, 446, 29889, 14832, 1998, 14981, 901, 1248, 3276, 1135, 670, 8859, 12298, 29892, 376, 1576, 1938, 290, 28203, 29908, 1067, 886, 304, 263, 7145, 11147, 14064, 4771, 4127, 11091, 373, 23663, 403, 413, 20641, 29889, 1105, 28533, 338, 263, 697, 29899, 6812, 29892, 364, 1151, 29892, 5394, 3459, 13444, 457, 29892, 5934, 2712, 763, 376, 26754, 338, 23123, 873, 29892, 289, 8253, 322, 270, 3774, 29908, 1550, 278, 1023, 1757, 1183, 29915, 29879, 8709, 292, 411, 13389, 385, 6924, 1098, 13857, 304, 1269, 916, 29889, 2216, 2793, 304, 5967, 445, 408, 1014, 726, 29892, 3237, 29889, 25953, 1984, 8026, 297, 278, 14882, 1848, 289, 398, 546, 380, 6541, 29901, 376, 29928, 2335, 278, 289, 2335, 29889, 8561, 278, 4607, 1213, 13, 13, 13072, 21245, 17269, 1060, 18852, 4367, 313, 11639, 25206, 1102, 3660, 305, 29897, 338, 982, 14432, 310, 1373, 4056, 368, 3964, 18284, 8037, 313, 29470, 5334, 791, 29897, 297, 2805, 278, 13182, 1048, 445, 29892, 541, 372, 1838, 29915, 29873, 4383, 29901, 376, 1576, 1938, 290, 28203, 29908, 11981, 963, 1716, 304, 263, 330, 706, 9004, 362, 310, 6813, 29915, 29879, 938, 324, 261, 749, 11183, 18287, 1661, 535, 689, 2879, 29889, 4250, 1557, 2955, 491, 23351, 915, 26068, 322, 14505, 287, 491, 278, 8671, 29899, 20821, 6047, 11294, 393, 29915, 29879, 1854, 304, 1371, 19417, 278, 14064, 29892, 445, 2307, 451, 23308, 3209, 509, 362, 5665, 338, 697, 310, 3196, 22683, 29899, 449, 321, 1631, 16711, 583, 1244, 29889, 438, 3341, 3160, 278, 2775, 292, 310, 263, 2343, 393, 1603, 5969, 2039, 29892, 322, 1584, 3961, 1169, 29892, 1156, 372, 338, 6206, 515, 263, 2453, 262, 29899, 1028, 332, 1259, 3573, 29892, 322, 263, 1999, 682, 29899, 974, 29899, 1552, 29899, 1032, 29872, 2996, 29877, 491, 940, 8819, 13859, 790, 29889, 13, 13, 1576, 29120, 457, 23644, 3173, 29885, 3237, 29889, 25953, 1984, 23522, 304, 445, 2706, 29915, 29879, 6592, 8345, 20407, 29892, 411, 1009, 377, 9893, 936, 6166, 322, 2958, 1989, 1277, 29876, 3181, 8837, 29892, 338, 19228, 491, 278, 23025, 664, 519, 4628, 27448, 297, 670, 4315, 1456, 29889, 4852, 3492, 13406, 287, 1023, 2305, 15243, 523, 29889, 5538, 29876, 29915, 29873, 393, 16928, 29872, 366, 472, 599, 3026, 376, 29979, 29872, 801, 29892, 306, 29915, 29885, 289, 398, 2168, 29889, 1763, 278, 4236, 23157, 1205, 269, 5485, 3391, 1050, 5305, 29892, 9416, 3805, 2592, 322, 278, 19075, 6382, 262, 519, 22525, 15155, 1510, 24242, 1283, 304, 1781, 10631, 29889, 13, 13, 28350, 11662, 6488, 402, 1430, 1001, 8098, 13, 13, 29956, 20833, 29892, 8788, 322, 10624, 491, 4122, 1505, 25953, 1984, 29936, 8881, 310, 6731, 5275, 29892, 8507, 5169, 14997, 29936, 4696, 491, 278, 13825, 322, 6182, 678, 475, 29892, 405, 457, 512, 305, 405, 2234, 29892, 7704, 29881, 573, 29892, 10837, 345, 29892, 2191, 271, 18573, 2315, 361, 4778, 29892, 349, 4981, 293, 1219, 22853, 29892, 3189, 312, 14531, 8168, 1144, 322, 4045, 29936, 5802, 23383, 29892, 25451, 968, 897, 1457, 29920, 29936, 7371, 491, 21730, 317, 546, 1847, 29892, 3237, 29889, 25953, 1984, 322, 3750, 2216, 7138, 1953, 313, 16066, 416, 5492, 491, 1605, 326, 935, 26069, 29889, 2180, 278, 17323, 4106, 4643, 7817, 29892, 4702, 2265, 322, 24327, 11738, 1691, 29889, 19509, 931, 29901, 29871, 29929, 29900, 6233, 29889, 910, 2706, 338, 451, 364, 630, 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 ]
On January 1, 2018, the most significant overhaul to the Internal Revenue Code in decades took effect. High-income taxpayers stand to benefit from lower tax brackets, higher estate tax exemptions and a less stringent alternative minimum tax. However, high-income earners face new limitations on some favored deductions and notable revisions in charitable write-offs. Some of the most noteworthy changes are…
[ 1, 1551, 5490, 29871, 29896, 29892, 29871, 29906, 29900, 29896, 29947, 29892, 278, 1556, 7282, 975, 2350, 352, 304, 278, 512, 1890, 830, 9947, 5920, 297, 1602, 3076, 3614, 2779, 29889, 5057, 29899, 262, 2763, 8818, 10472, 414, 2317, 304, 14169, 515, 5224, 8818, 20476, 29892, 6133, 19989, 8818, 11875, 1980, 322, 263, 3109, 1347, 296, 8671, 9212, 8818, 29889, 2398, 29892, 1880, 29899, 262, 2763, 2326, 8397, 3700, 716, 27028, 373, 777, 5025, 4395, 21049, 1953, 322, 18697, 23484, 1080, 297, 1373, 8270, 2436, 29899, 22450, 29889, 3834, 310, 278, 1556, 451, 809, 2072, 29891, 3620, 526, 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 ]
4 ideas for improving your e-commerce ​website 2019 is here, and the new year provides an excellent opportunity to refresh your e-commerce website, by adding new features and updating content. Adding web banners Web banners are a great way to keep your e-commerce website homepage looking fresh, and making viewers aware of the latest news about products and offers. They can be easily modified to serve a range of purposes, are potentially eye-catching if they are placed in the appropriate area and are a good way of promoting a specific product or offer on a homepage while also retaining the core brand visuals elsewhere. The image below is an example of a web banner in development. We’ve put together a handy guide for creating your banners – click here. Adding new features New features on your e-commerce website can add value through improved functionality, which in turn enhances the usability for customers and users. Features that allow for easy modification to products that they wish to purchase, such as different colours or quantities, or a social login function that enables users to create an account through their Facebook credentials. Such responsive features make the e-commerce process as painless and easy-to-use as possible, limiting the barriers between browsing and purchase, in turn improving conversion rates and the chances of customers returning for more in the future. A positive experience can often leave the customer wanting more, and it’s the websites job to ensure that their features and functionality are kept updated and fit for purpose, in response to the ever-changing demands of the modern e-commerce customer. For example, one of the new features we’ve recently added from Amasty is the Social Login, which allows users to set up their account using login credentials from Facebook. To find out more about this feature, click here. Improve optimisation While you’re reading this, grab a smartphone or tablet and have a browse around your website. How does it look? Are the images stacked or overlapping, or is there text missing? These issues mean your website has not been optimised for mobile devices, making it unusable for a large percentage of potential customers browsing with their iPhones or Samsungs. Users are extremely unlikely to want to fight through images and texts to find the products they want, and will quickly become frustrated and depart for a different site. Don’t neglect these customers! Get your site optimised for different devices to reach as wide an audience as possible. Data from 2018, shown below in the graph, from Statista.com, shows that 52.2% of all browsing online was done on a mobile device, a trend which has grown exponentially year-upon-year. This graph underlines the importance of ensuring that your website is fit for use for all potential users. You’re potentially missing out on reaching these customers if your site doesn’t meet their demands, and, with the trend of mobile browsing only set to rise, optimising your website to ensure it’s fit for use is quickly become a necessity for online retailers. Our Liquidshop e-commerce platform is designed to provide the best user experience for your customers, though responsive e-commerce. Optimisation on devices of all sizes allows your website to be user-friendly for as many potential visitors as possible, expanding your reach and enhancing the user experience, leading to increased sales as part of the smooth and responsive overall e-commerce experience. Keeping branding updated and consistent There are few things more off-putting when navigating onto an e-commerce website that a poorly designed logo at the top of the page, or old, pixilated imagery taking up the homepage. A consistent brand image across the pages improves brand recognition for customers and gives the impression of a modern, well designed and cared for website and business as a whole. You can also create special themed logos for holiday times such as Christmas or winter, like we did with our logo below. What’s most important is too put time and effort into keeping your website updated. Whether that’s imagery, information or branding, putting the time into maintaining an attractive and cohesive e-commerce site means you keep your customers, and new visitors engaged and ensure that there as few barriers as possible between browsing and purchase. Magento is ending support for version 1 in June 2020. After initially announcing that November 2018 would be the cut-off point, this was revised to the later date, to allow for the vast amount of v1 websites around the world to be upgraded and rebuilt in v2. What... We closely monitor all areas of e-commerce, always on the lookout for developments that offer additional functionality and improved performance for our Liquidshop clients and their customers. One development that is a growing concern throughout the industry is... In case you missed the news last week, Liquidshop has become an official partner of Magento feature developer Amasty. Liquidshop has been recognised by Amasty as a company who have significant expertise and skills in Magento web development. This underlines the...
[ 1, 29871, 29946, 7014, 363, 4857, 1747, 596, 321, 29899, 22529, 29871, 30166, 22942, 13, 13, 29906, 29900, 29896, 29929, 338, 1244, 29892, 322, 278, 716, 1629, 8128, 385, 15129, 15130, 304, 11086, 596, 321, 29899, 22529, 4700, 29892, 491, 4417, 716, 5680, 322, 13271, 2793, 29889, 13, 13, 2528, 292, 1856, 289, 812, 414, 13, 13, 3609, 289, 812, 414, 526, 263, 2107, 982, 304, 3013, 596, 321, 29899, 22529, 4700, 3271, 3488, 3063, 10849, 29892, 322, 3907, 1776, 414, 9543, 310, 278, 9281, 9763, 1048, 9316, 322, 16688, 29889, 2688, 508, 367, 5948, 9120, 304, 9080, 263, 3464, 310, 11976, 29892, 526, 19998, 10977, 29899, 12510, 292, 565, 896, 526, 7180, 297, 278, 8210, 4038, 322, 526, 263, 1781, 982, 310, 2504, 11427, 263, 2702, 3234, 470, 5957, 373, 263, 3271, 3488, 1550, 884, 11551, 292, 278, 7136, 14982, 7604, 29879, 17551, 29889, 13, 13, 1576, 1967, 2400, 338, 385, 1342, 310, 263, 1856, 289, 7310, 297, 5849, 29889, 1334, 30010, 345, 1925, 4208, 263, 1361, 29891, 10754, 363, 4969, 596, 289, 812, 414, 785, 2828, 1244, 29889, 13, 13, 2528, 292, 716, 5680, 13, 13, 4373, 5680, 373, 596, 321, 29899, 22529, 4700, 508, 788, 995, 1549, 16710, 9863, 29892, 607, 297, 2507, 26371, 2925, 278, 502, 3097, 363, 20330, 322, 4160, 29889, 5169, 3698, 393, 2758, 363, 4780, 21733, 304, 9316, 393, 896, 6398, 304, 20590, 29892, 1316, 408, 1422, 28061, 470, 26855, 29892, 470, 263, 5264, 6464, 740, 393, 28936, 4160, 304, 1653, 385, 3633, 1549, 1009, 13327, 16140, 29889, 13, 13, 29903, 987, 5544, 573, 5680, 1207, 278, 321, 29899, 22529, 1889, 408, 6788, 2222, 322, 4780, 29899, 517, 29899, 1509, 408, 1950, 29892, 4046, 292, 278, 2594, 26536, 1546, 3347, 2976, 322, 20590, 29892, 297, 2507, 4857, 1747, 11301, 19257, 322, 278, 521, 2925, 310, 20330, 7863, 363, 901, 297, 278, 5434, 29889, 13, 13, 29909, 6374, 7271, 508, 4049, 5967, 278, 11962, 24507, 901, 29892, 322, 372, 30010, 29879, 278, 28007, 4982, 304, 9801, 393, 1009, 5680, 322, 9863, 526, 8126, 4784, 322, 6216, 363, 6437, 29892, 297, 2933, 304, 278, 3926, 29899, 305, 9776, 1261, 4167, 310, 278, 5400, 321, 29899, 22529, 11962, 29889, 13, 13, 2831, 1342, 29892, 697, 310, 278, 716, 5680, 591, 30010, 345, 10325, 2715, 515, 1913, 579, 29891, 338, 278, 10307, 19130, 29892, 607, 6511, 4160, 304, 731, 701, 1009, 3633, 773, 6464, 16140, 515, 13327, 29889, 1763, 1284, 714, 901, 1048, 445, 4682, 29892, 2828, 1244, 29889, 13, 13, 1888, 771, 345, 5994, 4371, 13, 13, 8809, 488, 366, 30010, 276, 5183, 445, 29892, 17229, 263, 15040, 6710, 470, 1591, 29873, 322, 505, 263, 3347, 344, 2820, 596, 4700, 29889, 13, 13, 5328, 947, 372, 1106, 29973, 13, 13, 17506, 278, 4558, 5096, 287, 470, 975, 433, 3262, 29892, 470, 338, 727, 1426, 4567, 29973, 13, 13, 1349, 968, 5626, 2099, 596, 4700, 756, 451, 1063, 5994, 3368, 363, 10426, 9224, 29892, 3907, 372, 18325, 519, 363, 263, 2919, 19649, 310, 7037, 20330, 3347, 2976, 411, 1009, 474, 4819, 2873, 470, 317, 2232, 3085, 29889, 23861, 526, 14154, 25057, 304, 864, 304, 8589, 1549, 4558, 322, 26442, 304, 1284, 278, 9316, 896, 864, 29892, 322, 674, 9098, 4953, 1424, 4627, 630, 322, 5840, 363, 263, 1422, 3268, 29889, 13, 13, 10310, 30010, 29873, 22851, 1438, 20330, 29991, 3617, 596, 3268, 5994, 3368, 363, 1422, 9224, 304, 6159, 408, 9377, 385, 20026, 408, 1950, 29889, 13, 13, 1469, 515, 29871, 29906, 29900, 29896, 29947, 29892, 4318, 2400, 297, 278, 3983, 29892, 515, 6666, 2079, 29889, 510, 29892, 3697, 393, 29871, 29945, 29906, 29889, 29906, 29995, 310, 599, 3347, 2976, 7395, 471, 2309, 373, 263, 10426, 4742, 29892, 263, 534, 355, 607, 756, 21633, 18709, 9247, 1629, 29899, 786, 265, 29899, 6360, 29889, 910, 3983, 1090, 9012, 278, 13500, 310, 5662, 3864, 393, 596, 4700, 338, 6216, 363, 671, 363, 599, 7037, 4160, 29889, 887, 30010, 276, 19998, 4567, 714, 373, 20888, 1438, 20330, 565, 596, 3268, 1838, 30010, 29873, 5870, 1009, 1261, 4167, 29892, 322, 29892, 411, 278, 534, 355, 310, 10426, 3347, 2976, 871, 731, 304, 14451, 29892, 5994, 5921, 596, 4700, 304, 9801, 372, 30010, 29879, 6216, 363, 671, 338, 9098, 4953, 263, 24316, 363, 7395, 3240, 737, 414, 29889, 13, 13, 29949, 332, 2718, 339, 333, 19032, 321, 29899, 22529, 7481, 338, 8688, 304, 3867, 278, 1900, 1404, 7271, 363, 596, 20330, 29892, 2466, 5544, 573, 321, 29899, 22529, 29889, 20693, 326, 4371, 373, 9224, 310, 599, 15786, 6511, 596, 4700, 304, 367, 1404, 29899, 18326, 368, 363, 408, 1784, 7037, 26824, 408, 1950, 29892, 7985, 292, 596, 6159, 322, 427, 5403, 3277, 278, 1404, 7271, 29892, 8236, 304, 11664, 16538, 408, 760, 310, 278, 10597, 322, 5544, 573, 12463, 321, 29899, 22529, 7271, 29889, 13, 13, 9598, 26819, 14982, 292, 4784, 322, 13747, 13, 13, 8439, 526, 2846, 2712, 901, 1283, 29899, 649, 1259, 746, 12402, 1218, 11480, 385, 321, 29899, 22529, 4700, 393, 263, 6460, 368, 8688, 20194, 472, 278, 2246, 310, 278, 1813, 29892, 470, 2030, 29892, 9277, 309, 630, 6382, 708, 5622, 701, 278, 3271, 3488, 29889, 319, 13747, 14982, 1967, 4822, 278, 6515, 4857, 1960, 14982, 19679, 363, 20330, 322, 4076, 278, 17188, 310, 263, 5400, 29892, 1532, 8688, 322, 274, 1965, 363, 4700, 322, 5381, 408, 263, 3353, 29889, 13, 13, 3492, 508, 884, 1653, 4266, 963, 287, 1480, 359, 363, 8753, 22394, 3064, 1316, 408, 17661, 470, 13851, 29892, 763, 591, 1258, 411, 1749, 20194, 2400, 29889, 13, 13, 5618, 30010, 29879, 1556, 4100, 338, 2086, 1925, 931, 322, 7225, 964, 12515, 596, 4700, 4784, 29889, 26460, 393, 30010, 29879, 6382, 708, 29892, 2472, 470, 14982, 292, 29892, 10594, 278, 931, 964, 7344, 292, 385, 13978, 573, 322, 16165, 267, 573, 321, 29899, 22529, 3268, 2794, 366, 3013, 596, 20330, 29892, 322, 716, 26824, 17785, 322, 9801, 393, 727, 408, 2846, 2594, 26536, 408, 1950, 1546, 3347, 2976, 322, 20590, 29889, 13, 13, 19095, 9239, 338, 17140, 2304, 363, 1873, 29871, 29896, 297, 5306, 29871, 29906, 29900, 29906, 29900, 29889, 2860, 12919, 7475, 3277, 393, 3979, 29871, 29906, 29900, 29896, 29947, 723, 367, 278, 5700, 29899, 2696, 1298, 29892, 445, 471, 337, 11292, 304, 278, 2678, 2635, 29892, 304, 2758, 363, 278, 13426, 5253, 310, 325, 29896, 28007, 2820, 278, 3186, 304, 367, 20337, 287, 322, 337, 16145, 297, 325, 29906, 29889, 1724, 856, 13, 13, 4806, 16467, 11819, 599, 10161, 310, 321, 29899, 22529, 29892, 2337, 373, 278, 1106, 449, 363, 2693, 1860, 393, 5957, 5684, 9863, 322, 16710, 4180, 363, 1749, 2718, 339, 333, 19032, 13154, 322, 1009, 20330, 29889, 3118, 5849, 393, 338, 263, 15678, 5932, 10106, 278, 13661, 338, 856, 13, 13, 797, 1206, 366, 13726, 278, 9763, 1833, 4723, 29892, 2718, 339, 333, 19032, 756, 4953, 385, 6221, 18096, 310, 3561, 9239, 4682, 13897, 1913, 579, 29891, 29889, 2718, 339, 333, 19032, 756, 1063, 5936, 3368, 491, 1913, 579, 29891, 408, 263, 5001, 1058, 505, 7282, 17924, 895, 322, 25078, 297, 3561, 9239, 1856, 5849, 29889, 910, 1090, 9012, 278, 856 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Update: Sree Narasimha Jayanthi – May 17th 2019 This day signifies the appearance of Lord Narasimha on the planet. Lord Narasimha is the fourth and the greatest incarnation of Lord Vishnu. He is believed to have appeared to protect his devotee, Prahlada, from his father Hiranyakashyapu . If you listen to the song ” Narashima Nembo davana” posted on youtube, there is a paragraph which explains how Lord Narashima came from the pillar. Hiranyakashyapu pointed out at a pillar in his palace and asked Prahalada whether Lord Vishnu was present in it pillar. Prahalada who was a great devotee said yes. Next, you know Hiranyakashyapu uses his Gadha and broke open the pillar and there emerged our Lord Narasimha who than slained Hiranyakashyapu using his sharp paws. The day signifies the triumph of good over evil and the eagerness of the lord to protect his devotees from evil. When my Parents visited us last year, my Father recited the “Bhagavatha Purana” for three weeks at my place. The way my Dad explained this part of the Purana, brings tears to my eyes every time I listen “Narashima Nembo Devana”. The greatest mistake I made was to not record the purana. Hopefully will record the next time my Father visits us. About Narasimha Jayanthi: Ms. Lakshmi’s write up summary from the book “ಭಾರತೀಯ ಹಬ್ಬ ಹರಿದಿನಗಳು” by ಶ್ರೀ ಶ್ರೀ ರಂಗಪ್ರಿಯ ಮಹಾದೇಷಿಕ ಸ್ವಾಮಿಗಳು. “The pillar in evil Hiranyakashipu’s royal court, signifies the ṃērusthambha, the central backbone system. Through the central nervous system called ṣuśumna, the brilliant light emanated. The energy associated came out in its full fierce glory as Narasimha and later transformed into the peaceful form after the destruction of evil force.” When is Narasimha Jayanthi celebrated? Narasimha Jayanthi is one of the important festivals of Vaiśnavas. It is celebrated in the vaiśāka māsam,on ṣukla pakśa chaturdaśi, after akśhaya thrithēya, svāti nakśatra, siddha Yōga, vanija karanam. The date is determined according to chāndramāna system. Since the inception of this avatāram is in the evening, the worship is done in the evening. It is considered to be more auspicious if this day coincides with sōmavasarē, Monday or ṣanivasarē, Saturday. It is a sacred day to remember Lord Narasimha’s sarva vyāpakatva- all pervading – spiritual knowledge, wealth, strength, valor, splendor, and compassion toward His devotees. Which are the major manifestations of Lord Narasimha? There are three major forms of Lord Narasimha. 1. Ugra-Narasimha – His fierce form: In this form He has conch – ṣanka, discus – chakra, mace – gada, bow – chāpa, bells – ghanta-, trident like – ankuśa, and his two hands ready to chisel the demon heart, as His āyudhams – weapons. This form is worshipped in the evenings. 2. Lakshmi Narasimha: In this form he is very peaceful – ṣanta – with His consort – Sri Lakshmi sitting on his left lap, with ādiseṣa on his head as umbrella, and Prahallāda standing in his front praying with his folded hands. This manifestation is followed after his fierce form– as a result, he is worshipped in the morning. 3. Yoga Narasimha – meditative: Here, He is in his Meditative form for those who aspire for results of Yoga. – Incense, lamplight, flowers and ṣrigandha or perfume.- tuḻasi or Holy Basil — Since he has the element of both viśnu and rudra- kamalam – Lotus, bilva daḻam – leaves of stone apple, japākusumam- red hibiscus can be offered to the Lord. What kinds of food can be offered to Lord Narasimha? Athirasa – fried cake made with jaggery and rice flour. Pāyasa – milk puddings made out of any of moong dal, channa dal, and – – – Pānaka – typically made with jaggery water and pepper, or fruit juice like lemonade. Any sātvik food can be offered with great devotion by chanting the Narasimha Mantra. sātvik food is that food creates an internal calmness and balance, when one consumes it. The lord graciously accepts devotees’ service and reverence. All worship should be followed by distribution of Prasāda or food offered to God. How do we worship Lord Narasimha? Lord Narasimha can be worshipped in two ways. The first is detailed below: Along with firm faith, worship of Narasimha is associated with rigid criteria. This is explained in detail below 1. ācharana ṣuddhi – Requires strict adherence to performance. 2. Cleanliness of ḍravya- physical things like utensils, lamps, ingredients. 3. Inner sanctity of five senses – body, intellect, mind, place, and act of worship 4. Chastity of Mind, speech and deeds unification, compassion, calmness of virtuous soul within. These are to prevent any glitches that might distract the mind while doing the worship. 5. Taking bath and starting with daily routine worship followed by pūja sankalpa-declaration to do worship, and completion without break with little or no food intake till then. 6. Bodily calmness in turn calms the mind. This helps to open up the channel that leads to internal visualization and realization of Narasimha. These are things that keep body, mind and intellect in balance to further the pursuit of (worship til)attaining perfection. 7. Those who seek Salvation, do fasting till worship is over in the evening.Those who seek all types of desire fulfillment do fasting till the next day morning worship and follow with chanting of Narasimha mantra. 8. To do further, people could do hōma – oblation and read “Nrsimhatāpini ” upaniśad. 9. An idol of Narasimha can be donated to someone who has great respect and potential to worship the idol. The second means of worship is detailed for those who find it difficult to adhere to the above strict rules, can do the following steps 1. ḍhyāna or meditation – along with imagining the worship of Narasimha with the above said flowers etc. 2. Acts of mind and soul offered to God is also oblation. This is equivalent to hōmam. 3.Various purifying actions performed during puja a. snānha – ablution, pāna – intake of water and food offered to God b. pādya – chant with clean and clear heart and intellect c. arghya – water offered with respect from the river of faith d. āchamana – water used for sipping same river e. abhiśeka – for the lord f. Mind filled with the flow of thoughts of God from the river of faith, ṣraddha – as the water for cleansing. 4. ātma – Offer sacred soul which is inside the body. 5. bow and perform salutation with state of equanimity 6. ṣaranāgati– self surrender to the Lord With pure mind and internal contemplation there is no need for external rituals to be performed. Pāramārthika or worship of realizing supreme alone with internal purity surpasses all other forms of worship. That is, true worship with internal purity is more powerful than the external rituals. As part of worship, singing, listening to discourse is recommended at the end of the worship. Insight about this incarnation of ṣri mahāviśnu: The brilliant form of Narasimha is described as comprising of three entities. 1. Brahma from feet to naval, 2. Vishnu–naval to neck 3. Rudra–neck unto head., From there onwards– it is the supreme Godhead, Parabrahma. Narasimha is personification of truth–perceived and experienced by those who are in the state of union with divine, and that, which is beyond senses – Yoga Samādhi. The brilliant form of Narasimha is also considered and viewed as an internal phenomenon. Dear Smt.Meera Raghu, Thanks for giving us a very comprehensive information on Narasimha Jayanti. Your efforts are always excellent, perfect and highly useful to all in Madhwa community.Rayaru will keep you and your family always happy hale and healthy to continue this sacred service. I just thought of sharing a very sacred stotra on Narasimha which I learnt from somebody (I dont remeber right now.) and chanting this stotra 5 time at any distressful/critical situation will clear the situation with wonderful solution to the problem causing the distress/crisis. I have reproduced this stotra below for the benefit of everyone Hare Krsna dear Meera Mataji! Dandavat pranaam! Thank you for the wonderful article but the word “Idol” is completely wrong, it is to be mentioned as “Deity”. The word Idol, which means “an object of false worship”, was introduced by the British to destroy our Vedic Culture. Thank you 🙂 About Narasimha Jayanthi: Here is my write up summary from the book “ಭಾರತೀಯ ಹಬ್ಬ ಹರಿದಿನಗಳು” by ಶ್ರೀ ಶ್ರೀ ರಂಗಪ್ರಿಯ ಮಹಾದೇಷಿಕ ಸ್ವಾಮಿಗಳು “The pillar in evil Hiranyakashipu’s royal court, signifies the ṃērusthambha, the central backbone system. Through the central nervous system called ṣuśumna, the brilliant light emanated. The energy associated came out in its full fierce glory as Narasimha and later transformed into the peaceful form after the destruction of evil force.” When is Narasimha Jayanthi celebrated? Narasimha Jayanthi is one of the important festivals of Vaiśnavas. It is celebrated in the vaiśāka māsam,on ṣukla pakśa chaturdaśi, after akśhaya thrithēya, svāti nakśatra, siddha Yōga, vanija karanam. The date is determined according to chāndramāna system. Since the inception of this avatāram is in the evening, the worship is done in the evening. It is considered to be more auspicious if this day coincides with sōmavasarē, Monday or ṣanivasarē, Saturday. It is a sacred day to remember Lord Narasimha’s sarva vyāpakatva- all pervading – spiritual knowledge, wealth, strength, valor, splendor, and compassion toward His devotees. Which are the major manifestations of Lord Narasimha? There are three major forms of Lord Narasimha. 1. Ugra-Narasimha – His fierce form: In this form He has conch – ṣanka, discus – chakra, mace – gada, bow – chāpa, bells – ghanta-, trident like – ankuśa, and his two hands ready to chisel the demon heart, as His āyudhams – weapons. This form is worshipped in the evenings. 2. Lakshmi Narasimha: In this form he is very peaceful – ṣanta – with His consort – Sri Lakshmi sitting on his left lap, with ādiseṣa on his head as umbrella, and Prahallāda standing in his front praying with his folded hands. This manifestation is followed after his fierce form– as a result, he is worshipped in the morning. 3. Yoga Narasimha – meditative: Here, He is in his Meditative form for those who aspire for results of Yoga. – Incense, lamplight, flowers and ṣrigandha or perfume.- tuḻasi or Holy Basil — Since he has the element of both viśnu and rudra- kamalam – Lotus, bilva daḻam – leaves of stone apple, japākusumam- red hibiscus can be offered to the Lord. What kinds of food can be offered to Lord Narasimha? Athirasa – fried cake made with jaggery and rice flour. Pāyasa – milk puddings made out of any of moong dal, channa dal, and – – – Pānaka – typically made with jaggery water and pepper, or fruit juice like lemonade. Any sātvik food can be offered with great devotion by chanting the Narasimha Mantra. sātvik food is that food creates an internal calmness and balance, when one consumes it. The lord graciously accepts devotees’ service and reverence. All worship should be followed by distribution of Prasāda or food offered to God. How do we worship Lord Narasimha? Lord Narasimha can be worshipped in two ways. The first is detailed below: Along with firm faith, worship of Narasimha is associated with rigid criteria. This is explained in detail below 1. ācharana ṣuddhi – Requires strict adherence to performance. 2. Cleanliness of ḍravya- physical things like utensils, lamps, ingredients. 3. Inner sanctity of five senses – body, intellect, mind, place, and act of worship 4. Chastity of Mind, speech and deeds unification, compassion, calmness of virtuous soul within. These are to prevent any glitches that might distract the mind while doing the worship. 5. Taking bath and starting with daily routine worship followed by pūja sankalpa-declaration to do worship, and completion without break with little or no food intake till then. 6. Bodily calmness in turn calms the mind. This helps to open up the channel that leads to internal visualization and realization of Narasimha. These are things that keep body, mind and intellect in balance to further the pursuit of (worship til)attaining perfection. 7. Those who seek Salvation, do fasting till worship is over in the evening.Those who seek all types of desire fulfillment do fasting till the next day morning worship and follow with chanting of Narasimha mantra. 8. To do further, people could do hōma – oblation and read “Nrsimhatāpini ” upaniśad. 9. An idol of Narasimha can be donated to someone who has great respect and potential to worship the idol. The second means of worship is detailed for those who find it difficult to adhere to the above strict rules, can do the following steps 1. ḍhyāna or meditation – along with imagining the worship of Narasimha with the above said flowers etc. 2. Acts of mind and soul offered to God is also oblation. This is equivalent to hōmam. 3.Various purifying actions performed during puja a. snānha – ablution, pāna – intake of water and food offered to God b. pādya – chant with clean and clear heart and intellect c. arghya – water offered with respect from the river of faith d. āchamana – water used for sipping same river e. abhiśeka – for the lord f. Mind filled with the flow of thoughts of God from the river of faith, ṣraddha – as the water for cleansing. 4. ātma – Offer sacred soul which is inside the body. 5. bow and perform salutation with state of equanimity 6. ṣaranāgati– self surrender to the Lord With pure mind and internal contemplation there is no need for external rituals to be performed. Pāramārthika or worship of realizing supreme alone with internal purity surpasses all other forms of worship. That is, true worship with internal purity is more powerful than the external rituals. As part of worship, singing, listening to discourse is recommended at the end of the worship. Insight about this incarnation of ṣri mahāviśnu: The brilliant form of Narasimha is described as comprising of three entities. 1. Brahma from feet to naval, 2. Vishnu–naval to neck 3. Rudra–neck unto head., From there onwards– it is the supreme Godhead, Parabrahma. Narasimha is personification of truth–perceived and experienced by those who are in the state of union with divine, and that, which is beyond senses – Yoga Samādhi. The brilliant form of Narasimha is also considered and viewed as an internal phenomenon.
[ 1, 10318, 29901, 317, 929, 16080, 294, 326, 2350, 19556, 9716, 29875, 785, 2610, 29871, 29896, 29955, 386, 29871, 29906, 29900, 29896, 29929, 13, 13, 4013, 2462, 1804, 11057, 278, 10097, 310, 6171, 16080, 294, 326, 2350, 373, 278, 15754, 29889, 6171, 16080, 294, 326, 2350, 338, 278, 11582, 322, 278, 14176, 5528, 2753, 362, 310, 6171, 478, 728, 3433, 29889, 940, 338, 13112, 304, 505, 7470, 304, 12566, 670, 2906, 866, 29872, 29892, 9002, 4415, 1114, 29892, 515, 670, 4783, 20417, 1384, 557, 1161, 29891, 481, 29884, 869, 13, 13, 3644, 366, 11621, 304, 278, 4823, 26622, 16080, 1161, 2946, 18268, 833, 13260, 1648, 30024, 8059, 373, 366, 29873, 4003, 29892, 727, 338, 263, 14880, 607, 18568, 920, 6171, 16080, 1161, 2946, 2996, 515, 278, 22549, 279, 29889, 20417, 1384, 557, 1161, 29891, 481, 29884, 11520, 714, 472, 263, 22549, 279, 297, 670, 24369, 322, 4433, 9002, 4077, 1114, 3692, 6171, 478, 728, 3433, 471, 2198, 297, 372, 22549, 279, 29889, 9002, 4077, 1114, 1058, 471, 263, 2107, 2906, 866, 29872, 1497, 4874, 29889, 8084, 29892, 366, 1073, 20417, 1384, 557, 1161, 29891, 481, 29884, 3913, 670, 402, 328, 2350, 322, 14455, 1722, 278, 22549, 279, 322, 727, 11176, 3192, 1749, 6171, 16080, 294, 326, 2350, 1058, 1135, 8370, 1312, 20417, 1384, 557, 1161, 29891, 481, 29884, 773, 670, 15301, 282, 10467, 29889, 13, 13, 1576, 2462, 1804, 11057, 278, 24124, 310, 1781, 975, 16126, 322, 278, 321, 351, 824, 404, 310, 278, 18120, 304, 12566, 670, 2906, 866, 267, 515, 16126, 29889, 13, 13, 10401, 590, 1459, 1237, 16669, 502, 1833, 1629, 29892, 590, 17852, 1162, 1573, 278, 1346, 29933, 29882, 351, 485, 493, 29874, 15247, 1648, 30024, 363, 2211, 11405, 472, 590, 2058, 29889, 450, 982, 590, 360, 328, 10824, 445, 760, 310, 278, 15247, 1648, 29892, 23522, 20190, 304, 590, 5076, 1432, 931, 306, 11621, 1346, 29940, 279, 1161, 2946, 18268, 833, 9481, 1648, 8643, 450, 14176, 10171, 306, 1754, 471, 304, 451, 2407, 278, 3708, 1648, 29889, 7963, 3730, 674, 2407, 278, 2446, 931, 590, 17852, 1998, 1169, 502, 29889, 13, 13, 28173, 16080, 294, 326, 2350, 19556, 9716, 29875, 29901, 341, 29879, 29889, 27229, 845, 2460, 30010, 29879, 2436, 701, 15837, 515, 278, 3143, 1346, 227, 181, 176, 227, 181, 193, 31861, 227, 181, 167, 227, 182, 131, 227, 181, 178, 29871, 227, 181, 188, 227, 181, 175, 31623, 227, 181, 175, 29871, 227, 181, 188, 31861, 227, 181, 194, 227, 181, 169, 227, 181, 194, 227, 181, 171, 227, 181, 154, 227, 181, 182, 227, 182, 132, 30024, 491, 29871, 227, 181, 185, 31623, 31861, 227, 182, 131, 29871, 227, 181, 185, 31623, 31861, 227, 182, 131, 29871, 31861, 227, 181, 133, 227, 181, 154, 227, 181, 173, 31623, 31861, 227, 181, 194, 227, 181, 178, 29871, 227, 181, 177, 227, 181, 188, 227, 181, 193, 227, 181, 169, 227, 182, 138, 227, 181, 186, 227, 181, 194, 227, 181, 152, 29871, 227, 181, 187, 31623, 227, 181, 184, 227, 181, 193, 227, 181, 177, 227, 181, 194, 227, 181, 154, 227, 181, 182, 227, 182, 132, 29889, 13, 13, 30015, 1576, 22549, 279, 297, 16126, 20417, 1384, 557, 1161, 666, 29884, 30010, 29879, 15150, 8973, 29892, 1804, 11057, 278, 29871, 31019, 30230, 23575, 29882, 1117, 2350, 29892, 278, 6555, 1250, 15933, 1788, 29889, 17044, 278, 6555, 23547, 681, 1788, 2000, 29871, 30390, 29884, 30045, 398, 1056, 29892, 278, 27592, 3578, 953, 273, 630, 29889, 450, 5864, 6942, 2996, 714, 297, 967, 2989, 21334, 346, 26080, 408, 16080, 294, 326, 2350, 322, 2678, 27615, 964, 278, 10776, 1319, 883, 1156, 278, 22104, 310, 16126, 4889, 3178, 13, 13, 10401, 338, 16080, 294, 326, 2350, 19556, 9716, 29875, 26301, 29973, 13, 29940, 279, 294, 326, 2350, 19556, 9716, 29875, 338, 697, 310, 278, 4100, 29482, 1338, 310, 478, 1794, 30045, 29876, 2449, 29889, 739, 338, 13, 346, 280, 1182, 630, 297, 278, 325, 1794, 30045, 30107, 1335, 286, 30107, 13445, 29892, 265, 29871, 30390, 2679, 433, 27068, 30045, 29874, 521, 1337, 1388, 30045, 29875, 29892, 1156, 11208, 30045, 29882, 9010, 1468, 389, 30230, 3761, 29892, 3731, 30107, 2034, 23349, 30045, 16546, 29892, 269, 2205, 2350, 612, 30099, 3249, 29892, 1109, 8044, 10856, 273, 314, 29889, 450, 2635, 338, 10087, 5034, 304, 521, 30107, 299, 2572, 30107, 1056, 1788, 29889, 4001, 278, 297, 1441, 310, 445, 1029, 271, 30107, 2572, 338, 297, 278, 11005, 29892, 278, 26320, 338, 2309, 297, 278, 11005, 29889, 739, 338, 5545, 304, 367, 901, 1770, 29886, 14803, 565, 445, 2462, 22819, 2247, 411, 269, 30099, 29885, 2449, 279, 30230, 29892, 27822, 470, 29871, 30390, 273, 19701, 279, 30230, 29892, 24211, 29889, 739, 338, 263, 26546, 2462, 304, 6456, 6171, 16080, 294, 326, 2350, 30010, 29879, 22887, 1564, 10195, 30107, 29886, 557, 271, 1564, 29899, 599, 639, 29894, 9382, 785, 20954, 7134, 29892, 13, 24447, 29892, 9324, 29892, 16497, 29892, 8536, 12184, 29892, 322, 752, 465, 291, 11183, 3600, 2906, 866, 267, 29889, 13, 13, 8809, 436, 526, 278, 4655, 10419, 800, 310, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 8439, 526, 2211, 4655, 7190, 310, 6171, 16080, 294, 326, 2350, 29889, 13, 13, 29896, 29889, 501, 3874, 29899, 29940, 279, 294, 326, 2350, 785, 3600, 21334, 346, 883, 29901, 512, 445, 883, 940, 756, 378, 305, 785, 29871, 30390, 18330, 29892, 2313, 375, 785, 521, 557, 336, 29892, 611, 346, 785, 330, 1114, 29892, 12580, 785, 521, 30107, 3274, 29892, 289, 10071, 785, 24170, 6949, 15767, 534, 1693, 763, 785, 385, 2120, 30045, 29874, 29892, 322, 670, 1023, 6567, 7960, 304, 521, 275, 295, 278, 8033, 5192, 29892, 408, 3600, 29871, 30107, 29891, 566, 29882, 2232, 785, 25340, 29889, 910, 883, 338, 6365, 845, 16242, 297, 278, 1584, 886, 29889, 13, 29906, 29889, 27229, 845, 2460, 16080, 294, 326, 2350, 29901, 512, 445, 883, 540, 338, 1407, 10776, 1319, 785, 29871, 30390, 6949, 785, 411, 3600, 1136, 441, 785, 24019, 27229, 845, 2460, 16246, 373, 670, 2175, 23012, 29892, 411, 29871, 30107, 29881, 895, 30390, 29874, 373, 670, 2343, 408, 1922, 1030, 13520, 29892, 322, 9002, 27090, 30107, 1388, 13407, 297, 670, 4565, 12475, 292, 411, 670, 900, 7176, 6567, 29889, 910, 10419, 362, 338, 5643, 1156, 670, 21334, 346, 883, 29994, 408, 263, 1121, 29892, 540, 338, 6365, 845, 16242, 297, 278, 7250, 29889, 13, 29941, 29889, 612, 14895, 16080, 294, 326, 2350, 785, 1612, 23378, 29901, 2266, 29892, 940, 338, 297, 670, 3436, 23378, 883, 363, 1906, 1058, 7051, 533, 363, 2582, 310, 612, 14895, 29889, 13, 13, 29994, 9266, 1947, 29892, 301, 314, 572, 523, 29892, 18281, 322, 29871, 30390, 8966, 392, 2350, 470, 23895, 2017, 9229, 13, 9161, 228, 187, 190, 6840, 470, 17733, 4886, 309, 813, 4001, 540, 756, 278, 1543, 310, 1716, 3516, 30045, 3433, 322, 29051, 336, 29899, 13, 29895, 314, 284, 314, 785, 20815, 375, 29892, 13, 18152, 1564, 1146, 228, 187, 190, 314, 785, 11308, 310, 12565, 26163, 29892, 13, 29926, 481, 30107, 29895, 375, 398, 314, 29899, 2654, 298, 747, 275, 8668, 508, 367, 12520, 304, 278, 6171, 29889, 13, 13, 5618, 17690, 310, 9687, 508, 367, 12520, 304, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 29909, 386, 381, 11290, 785, 285, 1255, 274, 1296, 1754, 411, 432, 16170, 708, 322, 19408, 1652, 473, 29889, 13, 29925, 30107, 29891, 11290, 785, 27274, 282, 566, 29881, 886, 1754, 714, 310, 738, 310, 2730, 549, 2959, 29892, 521, 9713, 2959, 29892, 322, 785, 785, 785, 349, 30107, 29876, 8245, 785, 12234, 1754, 411, 432, 16170, 708, 4094, 322, 1236, 2496, 29892, 470, 15774, 3623, 625, 763, 454, 3712, 1943, 29889, 13, 10773, 269, 30107, 12427, 638, 9687, 508, 367, 12520, 411, 2107, 2906, 8194, 491, 26639, 292, 278, 16080, 294, 326, 2350, 26873, 336, 29889, 269, 30107, 12427, 638, 9687, 338, 393, 9687, 10017, 385, 7463, 21732, 2264, 322, 17346, 29892, 746, 697, 1136, 9351, 372, 29889, 13, 13, 1576, 18120, 2646, 455, 5794, 21486, 2906, 866, 267, 30010, 2669, 322, 24187, 663, 29889, 2178, 26320, 881, 367, 5643, 491, 4978, 310, 1588, 294, 30107, 1388, 470, 9687, 12520, 304, 4177, 29889, 13, 13, 5328, 437, 591, 26320, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 29931, 536, 16080, 294, 326, 2350, 508, 367, 6365, 845, 16242, 297, 1023, 5837, 29889, 450, 937, 338, 13173, 2400, 29901, 13, 2499, 549, 411, 9226, 10847, 29892, 26320, 310, 16080, 294, 326, 2350, 338, 6942, 411, 12912, 333, 16614, 29889, 13, 4013, 338, 10824, 297, 9493, 2400, 13, 29896, 29889, 29871, 30107, 3090, 1648, 29871, 30390, 566, 29881, 2918, 785, 830, 339, 2658, 9406, 594, 2276, 663, 304, 4180, 29889, 13, 29906, 29889, 315, 14044, 1915, 404, 310, 29871, 30774, 5705, 3761, 29899, 9128, 2712, 763, 3477, 575, 2719, 29892, 301, 15092, 29892, 2348, 1127, 10070, 29889, 13, 29941, 29889, 25665, 9753, 312, 537, 310, 5320, 4771, 267, 785, 3573, 29892, 18715, 29892, 3458, 29892, 2058, 29892, 322, 1044, 310, 26320, 13, 29946, 29889, 678, 579, 537, 310, 20152, 29892, 12032, 322, 316, 5779, 443, 2450, 29892, 752, 465, 291, 29892, 21732, 2264, 310, 4610, 17269, 10752, 2629, 29889, 4525, 526, 304, 5557, 738, 3144, 2335, 267, 393, 1795, 1320, 1461, 278, 3458, 1550, 2599, 278, 26320, 29889, 13, 29945, 29889, 323, 5086, 27683, 322, 6257, 411, 14218, 26529, 26320, 5643, 491, 282, 30132, 1764, 269, 804, 284, 3274, 29899, 311, 16544, 362, 304, 437, 26320, 29892, 322, 13285, 1728, 2867, 411, 2217, 470, 694, 9687, 938, 1296, 3428, 769, 29889, 13, 29953, 29889, 19929, 2354, 21732, 2264, 297, 2507, 1208, 1516, 278, 3458, 29889, 910, 6911, 304, 1722, 701, 278, 8242, 393, 11981, 304, 7463, 7604, 2133, 322, 1855, 2133, 310, 16080, 294, 326, 2350, 29889, 13, 1349, 968, 526, 2712, 393, 3013, 3573, 29892, 3458, 322, 18715, 297, 17346, 304, 4340, 278, 12359, 3121, 310, 313, 13762, 3527, 6928, 29897, 1131, 17225, 639, 20309, 29889, 13, 29955, 29889, 16025, 1058, 16508, 14964, 362, 29892, 437, 5172, 292, 3428, 26320, 338, 975, 297, 278, 11005, 29889, 1349, 852, 1058, 16508, 599, 4072, 310, 13521, 6095, 5589, 358, 437, 5172, 292, 3428, 278, 2446, 2462, 7250, 26320, 322, 1101, 411, 26639, 292, 310, 16080, 294, 326, 2350, 13694, 336, 29889, 13, 29947, 29889, 1763, 437, 4340, 29892, 2305, 1033, 437, 298, 30099, 655, 785, 704, 18411, 322, 1303, 1346, 29940, 2288, 326, 2455, 30107, 29886, 2172, 26622, 701, 3270, 30045, 328, 29889, 13, 29929, 29889, 530, 1178, 324, 310, 16080, 294, 326, 2350, 508, 367, 1016, 630, 304, 4856, 1058, 756, 2107, 3390, 322, 7037, 304, 26320, 278, 1178, 324, 29889, 13, 13, 1576, 1473, 2794, 310, 26320, 338, 13173, 363, 1906, 1058, 1284, 372, 5189, 304, 594, 4150, 304, 278, 2038, 9406, 6865, 29892, 508, 437, 278, 1494, 6576, 13, 13, 29896, 29889, 29871, 30774, 5819, 30107, 1056, 470, 1612, 7018, 785, 3412, 411, 6382, 2827, 278, 26320, 310, 16080, 294, 326, 2350, 411, 278, 2038, 1497, 18281, 2992, 29889, 13, 29906, 29889, 3185, 29879, 310, 3458, 322, 10752, 12520, 304, 4177, 338, 884, 704, 18411, 29889, 910, 338, 7126, 304, 298, 30099, 29885, 314, 29889, 13, 29941, 29889, 10444, 681, 3708, 9215, 8820, 8560, 2645, 2653, 1764, 13, 29874, 29889, 5807, 30107, 29876, 2350, 785, 633, 29880, 918, 29892, 282, 30107, 1056, 785, 938, 1296, 310, 4094, 322, 9687, 12520, 304, 4177, 13, 29890, 29889, 282, 30107, 29881, 3761, 785, 26639, 411, 5941, 322, 2821, 5192, 322, 18715, 13, 29883, 29889, 1852, 29882, 3761, 785, 4094, 12520, 411, 3390, 515, 278, 8580, 310, 10847, 13, 29881, 29889, 29871, 30107, 305, 314, 1648, 785, 4094, 1304, 363, 1354, 3262, 1021, 8580, 13, 29872, 29889, 633, 2918, 30045, 29872, 1335, 785, 363, 278, 18120, 13, 29888, 29889, 20152, 10423, 411, 278, 4972, 310, 13133, 310, 4177, 515, 278, 8580, 310, 10847, 29892, 13, 30390, 29878, 1202, 2350, 785, 408, 278, 4094, 363, 4531, 550, 292, 29889, 13, 29946, 29889, 29871, 30107, 29873, 655, 785, 4587, 571, 26546, 10752, 607, 338, 2768, 278, 3573, 29889, 13, 29945, 29889, 12580, 322, 2189, 4497, 329, 362, 411, 2106, 310, 1592, 11576, 537, 13, 29953, 29889, 29871, 30390, 23029, 30107, 29887, 2219, 29994, 1583, 27503, 304, 278, 6171, 13, 13, 3047, 8296, 3458, 322, 7463, 640, 16305, 362, 727, 338, 694, 817, 363, 7029, 10421, 27101, 304, 367, 8560, 29889, 349, 30107, 2572, 30107, 29878, 386, 4106, 470, 26320, 310, 1855, 5281, 22747, 1004, 7432, 411, 7463, 3708, 537, 1190, 3364, 267, 599, 916, 7190, 310, 26320, 29889, 2193, 338, 29892, 1565, 26320, 411, 7463, 3708, 537, 338, 901, 13988, 1135, 278, 7029, 10421, 27101, 29889, 13, 13, 2887, 760, 310, 26320, 29892, 23623, 29892, 19866, 304, 2313, 10242, 338, 13622, 472, 278, 1095, 310, 278, 26320, 29889, 13, 13, 797, 29879, 523, 1048, 445, 5528, 2753, 362, 310, 29871, 30390, 374, 611, 29882, 30107, 1403, 30045, 3433, 29901, 13, 1576, 27592, 883, 310, 16080, 294, 326, 2350, 338, 5439, 408, 7199, 5921, 310, 2211, 16212, 29889, 29871, 29896, 29889, 5032, 29882, 655, 515, 6900, 304, 25581, 29892, 29871, 29906, 29889, 478, 728, 3433, 29994, 6654, 284, 304, 18873, 29871, 29941, 29889, 10670, 336, 29994, 484, 384, 20550, 2343, 1696, 3645, 727, 373, 2935, 29994, 372, 338, 278, 22747, 1004, 4177, 2813, 29892, 1459, 370, 19856, 655, 29889, 13, 29940, 279, 294, 326, 2350, 338, 2022, 2450, 310, 8760, 29994, 546, 346, 2347, 322, 18860, 491, 1906, 1058, 526, 297, 278, 2106, 310, 9833, 411, 25616, 29892, 322, 393, 29892, 607, 338, 8724, 4771, 267, 785, 612, 14895, 3685, 30107, 29881, 2918, 29889, 13, 13, 1576, 27592, 883, 310, 16080, 294, 326, 2350, 338, 884, 5545, 322, 24774, 408, 385, 7463, 27791, 265, 29889, 13, 13, 29928, 799, 4116, 29873, 29889, 6816, 1572, 390, 351, 6905, 29892, 13, 16894, 363, 6820, 502, 263, 1407, 15171, 6270, 2472, 373, 16080, 294, 326, 2350, 19556, 3656, 29889, 3575, 14231, 526, 2337, 15129, 29892, 4922, 322, 10712, 5407, 304, 599, 297, 4104, 29882, 2766, 7881, 29889, 29934, 388, 18071, 674, 3013, 366, 322, 596, 3942, 2337, 9796, 447, 280, 322, 9045, 29891, 304, 6773, 445, 26546, 2669, 29889, 306, 925, 2714, 310, 19383, 263, 1407, 26546, 380, 327, 336, 373, 16080, 294, 326, 2350, 607, 306, 24298, 593, 515, 18462, 313, 29902, 4555, 337, 1004, 495, 1492, 1286, 1846, 322, 26639, 292, 445, 380, 327, 336, 29871, 29945, 931, 472, 738, 1320, 1253, 1319, 29914, 9695, 936, 6434, 674, 2821, 278, 6434, 411, 20695, 1650, 304, 278, 1108, 10805, 278, 1320, 1253, 29914, 29883, 3780, 275, 29889, 306, 505, 9483, 1133, 445, 380, 327, 336, 2400, 363, 278, 14169, 310, 14332, 13, 13, 29950, 598, 476, 2288, 1056, 9425, 2191, 1572, 341, 532, 2397, 29991, 360, 392, 485, 271, 544, 1648, 314, 29991, 13, 25271, 366, 363, 278, 20695, 4274, 541, 278, 1734, 1346, 1204, 324, 30024, 338, 6446, 2743, 29892, 372, 338, 304, 367, 5276, 408, 1346, 2772, 537, 8643, 450, 1734, 5163, 324, 29892, 607, 2794, 1346, 273, 1203, 310, 2089, 26320, 9363, 471, 9129, 491, 278, 4908, 304, 8174, 1749, 478, 7486, 14062, 29889, 13, 25271, 366, 29871, 243, 162, 156, 133, 13, 13, 28173, 16080, 294, 326, 2350, 19556, 9716, 29875, 29901, 2266, 338, 590, 2436, 701, 15837, 515, 278, 3143, 13, 30015, 227, 181, 176, 227, 181, 193, 31861, 227, 181, 167, 227, 182, 131, 227, 181, 178, 29871, 227, 181, 188, 227, 181, 175, 31623, 227, 181, 175, 29871, 227, 181, 188, 31861, 227, 181, 194, 227, 181, 169, 227, 181, 194, 227, 181, 171, 227, 181, 154, 227, 181, 182, 227, 182, 132, 30024, 491, 13, 227, 181, 185, 31623, 31861, 227, 182, 131, 29871, 227, 181, 185, 31623, 31861, 227, 182, 131, 29871, 31861, 227, 181, 133, 227, 181, 154, 227, 181, 173, 31623, 31861, 227, 181, 194, 227, 181, 178, 29871, 227, 181, 177, 227, 181, 188, 227, 181, 193, 227, 181, 169, 227, 182, 138, 227, 181, 186, 227, 181, 194, 227, 181, 152, 29871, 227, 181, 187, 31623, 227, 181, 184, 227, 181, 193, 227, 181, 177, 227, 181, 194, 227, 181, 154, 227, 181, 182, 227, 182, 132, 13, 13, 30015, 1576, 22549, 279, 297, 16126, 20417, 1384, 557, 1161, 666, 29884, 30010, 29879, 15150, 8973, 29892, 1804, 11057, 278, 29871, 31019, 30230, 23575, 29882, 1117, 2350, 29892, 278, 6555, 1250, 15933, 1788, 29889, 17044, 278, 6555, 23547, 681, 1788, 2000, 29871, 30390, 29884, 30045, 398, 1056, 29892, 278, 27592, 3578, 953, 273, 630, 29889, 450, 5864, 6942, 2996, 714, 297, 967, 2989, 21334, 346, 26080, 408, 16080, 294, 326, 2350, 322, 2678, 27615, 964, 278, 10776, 1319, 883, 1156, 278, 22104, 310, 16126, 4889, 3178, 13, 13, 10401, 338, 16080, 294, 326, 2350, 19556, 9716, 29875, 26301, 29973, 13, 29940, 279, 294, 326, 2350, 19556, 9716, 29875, 338, 697, 310, 278, 4100, 29482, 1338, 310, 478, 1794, 30045, 29876, 2449, 29889, 739, 338, 13, 346, 280, 1182, 630, 297, 278, 325, 1794, 30045, 30107, 1335, 286, 30107, 13445, 29892, 265, 29871, 30390, 2679, 433, 27068, 30045, 29874, 521, 1337, 1388, 30045, 29875, 29892, 1156, 11208, 30045, 29882, 9010, 1468, 389, 30230, 3761, 29892, 3731, 30107, 2034, 23349, 30045, 16546, 29892, 269, 2205, 2350, 612, 30099, 3249, 29892, 1109, 8044, 10856, 273, 314, 29889, 450, 2635, 338, 10087, 5034, 304, 521, 30107, 299, 2572, 30107, 1056, 1788, 29889, 4001, 278, 297, 1441, 310, 445, 1029, 271, 30107, 2572, 338, 297, 278, 11005, 29892, 278, 26320, 338, 2309, 297, 278, 11005, 29889, 739, 338, 5545, 304, 367, 901, 1770, 29886, 14803, 565, 445, 2462, 22819, 2247, 411, 269, 30099, 29885, 2449, 279, 30230, 29892, 27822, 470, 29871, 30390, 273, 19701, 279, 30230, 29892, 24211, 29889, 739, 338, 263, 26546, 2462, 304, 6456, 6171, 16080, 294, 326, 2350, 30010, 29879, 22887, 1564, 10195, 30107, 29886, 557, 271, 1564, 29899, 599, 639, 29894, 9382, 785, 20954, 7134, 29892, 13, 24447, 29892, 9324, 29892, 16497, 29892, 8536, 12184, 29892, 322, 752, 465, 291, 11183, 3600, 2906, 866, 267, 29889, 13, 13, 8809, 436, 526, 278, 4655, 10419, 800, 310, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 8439, 526, 2211, 4655, 7190, 310, 6171, 16080, 294, 326, 2350, 29889, 13, 13, 29896, 29889, 501, 3874, 29899, 29940, 279, 294, 326, 2350, 785, 3600, 21334, 346, 883, 29901, 512, 445, 883, 940, 756, 378, 305, 785, 29871, 30390, 18330, 29892, 2313, 375, 785, 521, 557, 336, 29892, 611, 346, 785, 330, 1114, 29892, 12580, 785, 521, 30107, 3274, 29892, 289, 10071, 785, 24170, 6949, 15767, 534, 1693, 763, 785, 385, 2120, 30045, 29874, 29892, 322, 670, 1023, 6567, 7960, 304, 521, 275, 295, 278, 8033, 5192, 29892, 408, 3600, 29871, 30107, 29891, 566, 29882, 2232, 785, 25340, 29889, 910, 883, 338, 6365, 845, 16242, 297, 278, 1584, 886, 29889, 13, 29906, 29889, 27229, 845, 2460, 16080, 294, 326, 2350, 29901, 512, 445, 883, 540, 338, 1407, 10776, 1319, 785, 29871, 30390, 6949, 785, 411, 3600, 1136, 441, 785, 24019, 27229, 845, 2460, 16246, 373, 670, 2175, 23012, 29892, 411, 29871, 30107, 29881, 895, 30390, 29874, 373, 670, 2343, 408, 1922, 1030, 13520, 29892, 322, 9002, 27090, 30107, 1388, 13407, 297, 670, 4565, 12475, 292, 411, 670, 900, 7176, 6567, 29889, 910, 10419, 362, 338, 5643, 1156, 670, 21334, 346, 883, 29994, 408, 263, 1121, 29892, 540, 338, 6365, 845, 16242, 297, 278, 7250, 29889, 13, 29941, 29889, 612, 14895, 16080, 294, 326, 2350, 785, 1612, 23378, 29901, 2266, 29892, 940, 338, 297, 670, 3436, 23378, 883, 363, 1906, 1058, 7051, 533, 363, 2582, 310, 612, 14895, 29889, 13, 13, 29994, 9266, 1947, 29892, 301, 314, 572, 523, 29892, 18281, 322, 29871, 30390, 8966, 392, 2350, 470, 23895, 2017, 9229, 13, 9161, 228, 187, 190, 6840, 470, 17733, 4886, 309, 813, 4001, 540, 756, 278, 1543, 310, 1716, 3516, 30045, 3433, 322, 29051, 336, 29899, 13, 29895, 314, 284, 314, 785, 20815, 375, 29892, 13, 18152, 1564, 1146, 228, 187, 190, 314, 785, 11308, 310, 12565, 26163, 29892, 13, 29926, 481, 30107, 29895, 375, 398, 314, 29899, 2654, 298, 747, 275, 8668, 508, 367, 12520, 304, 278, 6171, 29889, 13, 13, 5618, 17690, 310, 9687, 508, 367, 12520, 304, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 29909, 386, 381, 11290, 785, 285, 1255, 274, 1296, 1754, 411, 432, 16170, 708, 322, 19408, 1652, 473, 29889, 13, 29925, 30107, 29891, 11290, 785, 27274, 282, 566, 29881, 886, 1754, 714, 310, 738, 310, 2730, 549, 2959, 29892, 521, 9713, 2959, 29892, 322, 785, 785, 785, 349, 30107, 29876, 8245, 785, 12234, 1754, 411, 432, 16170, 708, 4094, 322, 1236, 2496, 29892, 470, 15774, 3623, 625, 763, 454, 3712, 1943, 29889, 13, 10773, 269, 30107, 12427, 638, 9687, 508, 367, 12520, 411, 2107, 2906, 8194, 491, 26639, 292, 278, 16080, 294, 326, 2350, 26873, 336, 29889, 269, 30107, 12427, 638, 9687, 338, 393, 9687, 10017, 385, 7463, 21732, 2264, 322, 17346, 29892, 746, 697, 1136, 9351, 372, 29889, 13, 13, 1576, 18120, 2646, 455, 5794, 21486, 2906, 866, 267, 30010, 2669, 322, 24187, 663, 29889, 2178, 26320, 881, 367, 5643, 491, 4978, 310, 1588, 294, 30107, 1388, 470, 9687, 12520, 304, 4177, 29889, 13, 13, 5328, 437, 591, 26320, 6171, 16080, 294, 326, 2350, 29973, 13, 13, 29931, 536, 16080, 294, 326, 2350, 508, 367, 6365, 845, 16242, 297, 1023, 5837, 29889, 450, 937, 338, 13173, 2400, 29901, 13, 2499, 549, 411, 9226, 10847, 29892, 26320, 310, 16080, 294, 326, 2350, 338, 6942, 411, 12912, 333, 16614, 29889, 13, 4013, 338, 10824, 297, 9493, 2400, 13, 29896, 29889, 29871, 30107, 3090, 1648, 29871, 30390, 566, 29881, 2918, 785, 830, 339, 2658, 9406, 594, 2276, 663, 304, 4180, 29889, 13, 29906, 29889, 315, 14044, 1915, 404, 310, 29871, 30774, 5705, 3761, 29899, 9128, 2712, 763, 3477, 575, 2719, 29892, 301, 15092, 29892, 2348, 1127, 10070, 29889, 13, 29941, 29889, 25665, 9753, 312, 537, 310, 5320, 4771, 267, 785, 3573, 29892, 18715, 29892, 3458, 29892, 2058, 29892, 322, 1044, 310, 26320, 13, 29946, 29889, 678, 579, 537, 310, 20152, 29892, 12032, 322, 316, 5779, 443, 2450, 29892, 752, 465, 291, 29892, 21732, 2264, 310, 4610, 17269, 10752, 2629, 29889, 4525, 526, 304, 5557, 738, 3144, 2335, 267, 393, 1795, 1320, 1461, 278, 3458, 1550, 2599, 278, 26320, 29889, 13, 29945, 29889, 323, 5086, 27683, 322, 6257, 411, 14218, 26529, 26320, 5643, 491, 282, 30132, 1764, 269, 804, 284, 3274, 29899, 311, 16544, 362, 304, 437, 26320, 29892, 322, 13285, 1728, 2867, 411, 2217, 470, 694, 9687, 938, 1296, 3428, 769, 29889, 13, 29953, 29889, 19929, 2354, 21732, 2264, 297, 2507, 1208, 1516, 278, 3458, 29889, 910, 6911, 304, 1722, 701, 278, 8242, 393, 11981, 304, 7463, 7604, 2133, 322, 1855, 2133, 310, 16080, 294, 326, 2350, 29889, 13, 1349, 968, 526, 2712, 393, 3013, 3573, 29892, 3458, 322, 18715, 297, 17346, 304, 4340, 278, 12359, 3121, 310, 313, 13762, 3527, 6928, 29897, 1131, 17225, 639, 20309, 29889, 13, 29955, 29889, 16025, 1058, 16508, 14964, 362, 29892, 437, 5172, 292, 3428, 26320, 338, 975, 297, 278, 11005, 29889, 1349, 852, 1058, 16508, 599, 4072, 310, 13521, 6095, 5589, 358, 437, 5172, 292, 3428, 278, 2446, 2462, 7250, 26320, 322, 1101, 411, 26639, 292, 310, 16080, 294, 326, 2350, 13694, 336, 29889, 13, 29947, 29889, 1763, 437, 4340, 29892, 2305, 1033, 437, 298, 30099, 655, 785, 704, 18411, 322, 1303, 1346, 29940, 2288, 326, 2455, 30107, 29886, 2172, 26622, 701, 3270, 30045, 328, 29889, 13, 29929, 29889, 530, 1178, 324, 310, 16080, 294, 326, 2350, 508, 367, 1016, 630, 304, 4856, 1058, 756, 2107, 3390, 322, 7037, 304, 26320, 278, 1178, 324, 29889, 13, 13, 1576, 1473, 2794, 310, 26320, 338, 13173, 363, 1906, 1058, 1284, 372, 5189, 304, 594, 4150, 304, 278, 2038, 9406, 6865, 29892, 508, 437, 278, 1494, 6576, 13, 13, 29896, 29889, 29871, 30774, 5819, 30107, 1056, 470, 1612, 7018, 785, 3412, 411, 6382, 2827, 278, 26320, 310, 16080, 294, 326, 2350, 411, 278, 2038, 1497, 18281, 2992, 29889, 13, 29906, 29889, 3185, 29879, 310, 3458, 322, 10752, 12520, 304, 4177, 338, 884, 704, 18411, 29889, 910, 338, 7126, 304, 298, 30099, 29885, 314, 29889, 13, 29941, 29889, 10444, 681, 3708, 9215, 8820, 8560, 2645, 2653, 1764, 13, 29874, 29889, 5807, 30107, 29876, 2350, 785, 633, 29880, 918, 29892, 282, 30107, 1056, 785, 938, 1296, 310, 4094, 322, 9687, 12520, 304, 4177, 13, 29890, 29889, 282, 30107, 29881, 3761, 785, 26639, 411, 5941, 322, 2821, 5192, 322, 18715, 13, 29883, 29889, 1852, 29882, 3761, 785, 4094, 12520, 411, 3390, 515, 278, 8580, 310, 10847, 13, 29881, 29889, 29871, 30107, 305, 314, 1648, 785, 4094, 1304, 363, 1354, 3262, 1021, 8580, 13, 29872, 29889, 633, 2918, 30045, 29872, 1335, 785, 363, 278, 18120, 13, 29888, 29889, 20152, 10423, 411, 278, 4972, 310, 13133, 310, 4177, 515, 278, 8580, 310, 10847, 29892, 13, 30390, 29878, 1202, 2350, 785, 408, 278, 4094, 363, 4531, 550, 292, 29889, 13, 29946, 29889, 29871, 30107, 29873, 655, 785, 4587, 571, 26546, 10752, 607, 338, 2768, 278, 3573, 29889, 13, 29945, 29889, 12580, 322, 2189, 4497, 329, 362, 411, 2106, 310, 1592, 11576, 537, 13, 29953, 29889, 29871, 30390, 23029, 30107, 29887, 2219, 29994, 1583, 27503, 304, 278, 6171, 13, 13, 3047, 8296, 3458, 322, 7463, 640, 16305, 362, 727, 338, 694, 817, 363, 7029, 10421, 27101, 304, 367, 8560, 29889, 349, 30107, 2572, 30107, 29878, 386, 4106, 470, 26320, 310, 1855, 5281, 22747, 1004, 7432, 411, 7463, 3708, 537, 1190, 3364, 267, 599, 916, 7190, 310, 26320, 29889, 2193, 338, 29892, 1565, 26320, 411, 7463, 3708, 537, 338, 901, 13988, 1135, 278, 7029, 10421, 27101, 29889, 13, 13, 2887, 760, 310, 26320, 29892, 23623, 29892, 19866, 304, 2313, 10242, 338, 13622, 472, 278, 1095, 310, 278, 26320, 29889, 13, 13, 797, 29879, 523, 1048, 445, 5528, 2753, 362, 310, 29871, 30390, 374, 611, 29882, 30107, 1403, 30045, 3433, 29901, 13, 1576, 27592, 883, 310, 16080, 294, 326, 2350, 338, 5439, 408, 7199, 5921, 310, 2211, 16212, 29889, 29871, 29896, 29889, 5032, 29882, 655, 515, 6900, 304, 25581, 29892, 29871, 29906, 29889, 478, 728, 3433, 29994, 6654, 284, 304, 18873, 29871, 29941, 29889, 10670, 336, 29994, 484, 384, 20550, 2343, 1696, 3645, 727, 373, 2935, 29994, 372, 338, 278, 22747, 1004, 4177, 2813, 29892, 1459, 370, 19856, 655, 29889, 13, 29940, 279, 294, 326, 2350, 338, 2022, 2450, 310, 8760, 29994, 546, 346, 2347, 322, 18860, 491, 1906, 1058, 526, 297, 278, 2106, 310, 9833, 411, 25616, 29892, 322, 393, 29892, 607, 338, 8724, 4771, 267, 785, 612, 14895, 3685, 30107, 29881, 2918, 29889, 13, 13, 1576, 27592, 883, 310, 16080, 294, 326, 2350, 338, 884, 5545, 322, 24774, 408, 385, 7463, 27791, 265, 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 ]
Comment by Loreanadruid Arguably Inferior Socket for Paladin PvE Gems for the most part, but Superior for PvP.A side-grade to t6, but an upgrade for almost anything pre-Sunwell. Comment by mikititan Anyone knows if this schematic will be buyable from the trainer or will it drop (raid/heroic)? -thanks Comment by gennym This item, and all the other engineering helm upgrades, are sunwell trash drops. So since people need to start farming the instance to begin with and there will be people in the raids who need it you probably won't see this on the AH for quite some time depending on the server. Comment by mbg98 I wouldn't call this a side grade at all, considering that Sunwell requires paladins to spam Holy Light a lot more than Flash of Light, making their mana regen come mostly from Illumination/holy crit (great for pallies with the 2 piece t6 crit bonus to HL) and being in a group with a Shadow Priest. The upgrades here are where it matters most - a 20 crit increase over t6 (more than 1 % - thats fantastic in a single piece!) and plus 9 healing. Armor? lol - what are you going to do, tank in holy gear in Sunwell? You'll need the stam for the boss fights consdering the dots that Kalecgos does, for starters. Int doesnt matter so much since your mana regen and your +heal are really the major factors in post BT/MH content. Comment by natto My server has pug groups for sunwell trush run. BoP/BoE recipes usually drops from 1 to 5 and lots of epic-stones. You do not have to wear BT/Hyjal geared, Kara/SSC/TK gears are fine for trush run. It usually goes 4k-5k on my server. It is a good resource of money, and you can call ppl when your guild does not have scheduled raid. However, you will need 5-6 mages for trush run. Comment by Altoid Dropped for me tonight on Garithos-US on the last pull before the first stairs in the instance. My guild's been running Sunwell since 2.4 release and the patterns are extremely rare. We've only had 4 patterns drop, ever, and two of them were the Sunfire Robe (both dropped the day before this Schematic). I was seriously beginning to believe I'd never get my hands on this because of its extreme rarity. I'm reasonably certain it's the only Sunwell Schematic to have dropped on my server as of yet. I've been passing on T6 helms for months in hopes of getting this and was going to give in and pick one up this week, then this baby swooped in! Comment by alexiel Can only be learned by Paladins. Comment by DELMistrzu Can I learn this Schematic as a Rogue ? Comment by Entilzha2161 You can only learn this on a pally and it's supposed to only drop for pallies, but it dropped for my DK today (maybe since there were no DKs when Sunwell was released?) My engineer is a druid and cannot use it but I hope some Paladin buys it as the sell price looks pretty high.
[ 1, 461, 491, 365, 487, 273, 328, 582, 333, 13, 13, 1433, 2543, 2197, 512, 571, 1611, 29141, 363, 3793, 28214, 349, 29894, 29923, 402, 1567, 363, 278, 1556, 760, 29892, 541, 5670, 1611, 363, 349, 29894, 29925, 29889, 29909, 2625, 29899, 8228, 304, 260, 29953, 29892, 541, 385, 14955, 363, 4359, 3099, 758, 29899, 29903, 348, 5872, 29889, 13, 13, 20001, 491, 286, 638, 277, 8929, 13, 13, 10773, 650, 9906, 565, 445, 1364, 19217, 674, 367, 15649, 519, 515, 278, 1020, 4983, 470, 674, 372, 5768, 313, 12240, 29914, 29882, 1489, 293, 6877, 448, 386, 1331, 13, 13, 20001, 491, 330, 2108, 962, 13, 13, 4013, 2944, 29892, 322, 599, 278, 916, 21639, 1081, 29885, 701, 629, 3076, 29892, 526, 6575, 5872, 534, 1161, 4441, 567, 29889, 13, 13, 6295, 1951, 2305, 817, 304, 1369, 2215, 4056, 278, 2777, 304, 3380, 411, 322, 727, 674, 367, 2305, 297, 278, 1153, 4841, 1058, 817, 372, 366, 3117, 2113, 29915, 29873, 1074, 445, 373, 278, 319, 29950, 363, 3755, 777, 931, 8679, 373, 278, 1923, 29889, 13, 13, 20001, 491, 286, 16264, 29929, 29947, 13, 13, 29902, 7656, 29915, 29873, 1246, 445, 263, 2625, 19468, 472, 599, 29892, 13858, 393, 8991, 5872, 6858, 5112, 328, 1144, 304, 805, 314, 17733, 12790, 263, 3287, 901, 1135, 21967, 310, 12790, 29892, 3907, 1009, 767, 29874, 1072, 264, 2041, 11149, 515, 8408, 398, 3381, 29914, 5391, 29891, 3994, 313, 7979, 271, 363, 5112, 3687, 411, 278, 29871, 29906, 8424, 260, 29953, 3994, 28920, 304, 379, 29931, 29897, 322, 1641, 297, 263, 2318, 411, 263, 1383, 6986, 8289, 342, 29889, 450, 701, 629, 3076, 1244, 526, 988, 372, 13750, 1556, 448, 263, 29871, 29906, 29900, 3994, 7910, 975, 260, 29953, 313, 5514, 1135, 29871, 29896, 1273, 448, 20952, 13568, 6288, 297, 263, 2323, 8424, 14366, 322, 2298, 29871, 29929, 540, 12818, 29889, 8481, 272, 29973, 301, 324, 448, 825, 526, 366, 2675, 304, 437, 29892, 23735, 297, 26630, 330, 799, 297, 8991, 5872, 29973, 887, 29915, 645, 817, 278, 22287, 363, 278, 289, 2209, 285, 5861, 1136, 672, 292, 278, 270, 1862, 393, 476, 744, 29883, 29887, 359, 947, 29892, 363, 5810, 2153, 29889, 3159, 19403, 4383, 577, 1568, 1951, 596, 767, 29874, 1072, 264, 322, 596, 718, 354, 284, 526, 2289, 278, 4655, 13879, 297, 1400, 350, 29911, 29914, 29924, 29950, 2793, 29889, 13, 13, 20001, 491, 14033, 517, 13, 13, 3421, 1923, 756, 282, 688, 6471, 363, 6575, 5872, 534, 1878, 1065, 29889, 1952, 29925, 29914, 8431, 29923, 9522, 5547, 5491, 4441, 567, 515, 29871, 29896, 304, 29871, 29945, 322, 14568, 310, 9358, 293, 29899, 303, 2873, 29889, 887, 437, 451, 505, 304, 19531, 350, 29911, 29914, 26322, 12429, 1737, 1965, 29892, 476, 2518, 29914, 1799, 29907, 29914, 29911, 29968, 330, 15451, 526, 2691, 363, 534, 1878, 1065, 29889, 13, 13, 3112, 5491, 5771, 29871, 29946, 29895, 29899, 29945, 29895, 373, 590, 1923, 29889, 739, 338, 263, 1781, 6503, 310, 6909, 29892, 322, 366, 508, 1246, 282, 572, 746, 596, 1410, 789, 947, 451, 505, 21467, 1153, 333, 29889, 2398, 29892, 366, 674, 817, 29871, 29945, 29899, 29953, 286, 1179, 363, 534, 1878, 1065, 29889, 13, 13, 20001, 491, 838, 517, 333, 13, 13, 29928, 307, 2986, 363, 592, 15243, 523, 373, 7455, 389, 359, 29899, 3308, 373, 278, 1833, 8206, 1434, 278, 937, 380, 7121, 297, 278, 2777, 29889, 13, 13, 3421, 1410, 789, 29915, 29879, 1063, 2734, 8991, 5872, 1951, 29871, 29906, 29889, 29946, 6507, 322, 278, 15038, 526, 14154, 10812, 29889, 1334, 29915, 345, 871, 750, 29871, 29946, 15038, 5768, 29892, 3926, 29892, 322, 1023, 310, 963, 892, 278, 8991, 8696, 6417, 29872, 313, 20313, 13700, 278, 2462, 1434, 445, 1102, 19217, 467, 13, 13, 29902, 471, 25798, 6763, 304, 4658, 306, 29915, 29881, 2360, 679, 590, 6567, 373, 445, 1363, 310, 967, 18677, 364, 279, 537, 29889, 306, 29915, 29885, 2769, 2197, 3058, 372, 29915, 29879, 278, 871, 8991, 5872, 1102, 19217, 304, 505, 13700, 373, 590, 1923, 408, 310, 3447, 29889, 306, 29915, 345, 1063, 6819, 373, 323, 29953, 1081, 1516, 363, 7378, 297, 26926, 310, 2805, 445, 322, 471, 2675, 304, 2367, 297, 322, 5839, 697, 701, 445, 4723, 29892, 769, 445, 24354, 16768, 28605, 297, 29991, 13, 13, 20001, 491, 263, 2506, 709, 13, 13, 6028, 871, 367, 10972, 491, 3793, 328, 1144, 29889, 13, 13, 20001, 491, 5012, 26369, 2132, 6951, 13, 13, 6028, 306, 5110, 445, 1102, 19217, 408, 263, 9272, 434, 1577, 13, 13, 20001, 491, 4284, 309, 29920, 2350, 29906, 29896, 29953, 29896, 13, 13, 3492, 508, 871, 5110, 445, 373, 263, 282, 635, 322, 372, 29915, 29879, 7424, 304, 871, 5768, 363, 5112, 3687, 29892, 541, 372, 13700, 363, 590, 360, 29968, 9826, 313, 26026, 1951, 727, 892, 694, 360, 29968, 29879, 746, 8991, 5872, 471, 5492, 7897, 1619, 22055, 338, 263, 5883, 333, 322, 2609, 671, 372, 541, 306, 4966, 777, 3793, 28214, 1321, 952, 372, 408, 278, 19417, 8666, 3430, 5051, 1880, 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 ]
#ifndef CREATE_EMPTY_DIRECTED_GRAPH_WITH_GRAPH_NAME_H #define CREATE_EMPTY_DIRECTED_GRAPH_WITH_GRAPH_NAME_H #include <boost/graph/adjacency_list.hpp> boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property, boost::property<boost::graph_name_t, std::string>> create_empty_directed_graph_with_graph_name() noexcept; #endif // CREATE_EMPTY_DIRECTED_GRAPH_WITH_GRAPH_NAME_H
[ 1, 396, 361, 299, 1389, 14602, 29918, 29923, 3580, 15631, 29918, 4571, 26282, 3352, 29918, 14345, 3301, 29950, 29918, 29956, 13054, 29918, 14345, 3301, 29950, 29918, 5813, 29918, 29950, 13, 29937, 7922, 14602, 29918, 29923, 3580, 15631, 29918, 4571, 26282, 3352, 29918, 14345, 3301, 29950, 29918, 29956, 13054, 29918, 14345, 3301, 29950, 29918, 5813, 29918, 29950, 13, 13, 29937, 2856, 529, 17079, 29914, 4262, 29914, 26859, 562, 3819, 29918, 1761, 29889, 29623, 29958, 13, 13, 17079, 1057, 26859, 562, 3819, 29918, 1761, 29966, 17079, 1057, 2003, 29903, 29892, 14505, 1057, 2003, 29903, 29892, 14505, 1057, 11851, 287, 29903, 29892, 13, 29871, 14505, 1057, 1217, 29918, 6799, 29892, 14505, 1057, 1217, 29918, 6799, 29892, 13, 29871, 14505, 1057, 6799, 29966, 17079, 1057, 4262, 29918, 978, 29918, 29873, 29892, 3659, 1057, 1807, 6778, 13, 3258, 29918, 6310, 29918, 11851, 287, 29918, 4262, 29918, 2541, 29918, 4262, 29918, 978, 580, 694, 19499, 29936, 13, 13, 29937, 15224, 849, 14602, 29918, 29923, 3580, 15631, 29918, 4571, 26282, 3352, 29918, 14345, 3301, 29950, 29918, 29956, 13054, 29918, 14345, 3301, 29950, 29918, 5813, 29918, 29950, 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 ]
(a) Field Embodiments of the present system and method relate to a stereoscopic image display device, and more particularly, to a stereoscopic image display device with an enhanced display quality. (b) Description of the Related Art In general, a display device that can display a three-dimensional (3D) image expresses a 3D effect of objects by using binocular parallax. That is, different 2D images are displayed to the left eye and the right eye of a user viewing the display. When the image displayed to the left eye (hereafter referred to as “left-eye image”) and the image displayed to the right eye (hereafter referred to as “right-eye image”) are processed by the user's brain, the brain recognizes the combination of the left-eye image and the right-eye image as a three-dimensional image having depth perception. A display device capable of displaying 3D images using binocular parallax is generally referred to as a stereoscopic 3D image display device. Some stereoscopic 3D image display devices may require the user to wear special headgear or eye glasses (e.g., shutter glasses and polarized glasses). Other stereoscopic 3D image display devices, referred to as autostereoscopic 3D image display devices, however, do not require the user to wear special head gear or eye glasses. An autostereoscopic 3D image display device generally includes an optical system (e.g., a lenticular lens and a parallax barrier having a plurality of openings) in the display device itself that divides a 3D image into several viewpoints so as to realize a 3D image.
[ 1, 313, 29874, 29897, 8989, 13, 6026, 29890, 397, 7862, 310, 278, 2198, 1788, 322, 1158, 29279, 304, 263, 269, 12358, 359, 9708, 293, 1967, 2479, 4742, 29892, 322, 901, 10734, 29892, 304, 263, 269, 12358, 359, 9708, 293, 1967, 2479, 4742, 411, 385, 427, 29308, 2479, 11029, 29889, 13, 29898, 29890, 29897, 12953, 310, 278, 6376, 630, 3012, 13, 797, 2498, 29892, 263, 2479, 4742, 393, 508, 2479, 263, 2211, 29899, 12531, 313, 29941, 29928, 29897, 1967, 4653, 267, 263, 29871, 29941, 29928, 2779, 310, 3618, 491, 773, 9016, 542, 1070, 610, 9864, 29916, 29889, 2193, 338, 29892, 1422, 29871, 29906, 29928, 4558, 526, 8833, 304, 278, 2175, 10977, 322, 278, 1492, 10977, 310, 263, 1404, 1776, 292, 278, 2479, 29889, 1932, 278, 1967, 8833, 304, 278, 2175, 10977, 313, 4150, 7045, 12992, 304, 408, 1346, 1563, 29899, 1032, 29872, 1967, 30024, 29897, 322, 278, 1967, 8833, 304, 278, 1492, 10977, 313, 4150, 7045, 12992, 304, 408, 1346, 1266, 29899, 1032, 29872, 1967, 30024, 29897, 526, 19356, 491, 278, 1404, 29915, 29879, 17294, 29892, 278, 17294, 5936, 7093, 278, 10296, 310, 278, 2175, 29899, 1032, 29872, 1967, 322, 278, 1492, 29899, 1032, 29872, 1967, 408, 263, 2211, 29899, 12531, 1967, 2534, 10809, 639, 1441, 29889, 13, 29909, 2479, 4742, 15390, 310, 16384, 29871, 29941, 29928, 4558, 773, 9016, 542, 1070, 610, 9864, 29916, 338, 6892, 12992, 304, 408, 263, 269, 12358, 359, 9708, 293, 29871, 29941, 29928, 1967, 2479, 4742, 29889, 3834, 269, 12358, 359, 9708, 293, 29871, 29941, 29928, 1967, 2479, 9224, 1122, 1996, 278, 1404, 304, 19531, 4266, 2343, 479, 279, 470, 10977, 12917, 267, 313, 29872, 29889, 29887, 1696, 528, 6463, 12917, 267, 322, 16755, 1891, 12917, 267, 467, 5901, 269, 12358, 359, 9708, 293, 29871, 29941, 29928, 1967, 2479, 9224, 29892, 12992, 304, 408, 1120, 520, 406, 359, 9708, 293, 29871, 29941, 29928, 1967, 2479, 9224, 29892, 3138, 29892, 437, 451, 1996, 278, 1404, 304, 19531, 4266, 2343, 330, 799, 470, 10977, 12917, 267, 29889, 530, 1120, 520, 406, 359, 9708, 293, 29871, 29941, 29928, 1967, 2479, 4742, 6892, 7805, 385, 27070, 1788, 313, 29872, 29889, 29887, 1696, 263, 301, 4173, 1070, 301, 575, 322, 263, 610, 9864, 29916, 2594, 4336, 2534, 263, 715, 332, 2877, 310, 1722, 886, 29897, 297, 278, 2479, 4742, 3528, 393, 1933, 2247, 263, 29871, 29941, 29928, 1967, 964, 3196, 1776, 9748, 577, 408, 304, 16289, 263, 29871, 29941, 29928, 1967, 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 ]
Sony Bravia KDL-40HX803 review Summary Our Score 8/10 User Score Review Price £898.95 Sony’s first 3D TV is finally here, in the 40in shape of the KDL-40HX803. And to be honest, we’re not expecting very much. For whenever we’ve seen Sony 3D TVs in action at big shows, they just haven’t looked as good as those of some rivals. So let’s hope the Japanese brand has managed to cram in plenty of last minute improvements! Rather surprisingly, the 40HX803 doesn’t wear Sony’s new and rather stylish Monolith design. Instead you get a straightforward but sleek black bezel for the top, right and left sides, with a slightly proud metallic strip along the bottom edge. The set still looks nice, though, for all its non-Monolithic approach. It doesn’t do the 40HX803‘s aesthetic impact any harm, either, that it employs edge LED lighting to deliver a reasonably slender profile. Though it’s nothing like as slim as Samsung’s edge LED icons. What’s more, its edge LED system is a dynamic one, meaning that sections of the edge lighting can be independently controlled for a hopefully more impressive contrast performance than you usually get with a standard edge LED-lit LCD TV. Slightly surprisingly for such a slim screen, Sony has left most of its connections facing straight out of the TV’s rear, rather than using the side access approach that would suit wall hanging. But at least the number and variety of these connections is pretty prodigious. For instance, it has four HDMIs, all built to the v1.4 specification, so that they’re compatible with 3D sources. Also of note are a USB input, an Ethernet port, and a 3D Sync terminal, which we’ll look at in turn. The USB can play music, video and photo files directly into the TV, but also allows you to add Wi-Fi to the 40HX803 via an optional USB dongle. It’s a touch disappointing that the 40HX803 doesn’t carry built-in Wi-Fi for its money, but it’s hardly alone in preferring the optional upgrade route. The Ethernet socket, meanwhile, has three uses. First, it supports the set’s built-in Freeview HD tuner, to deliver potential future interactive services like the BBC iPlayer. Second, it provides a wired means of importing files stored on a DLNA PC. Finally, it allows you to take the TV online to experience Sony’s Bravia Internet Video platform, which we’ll return to in a minute. But first we’ve got to discuss the 3D Sync terminal. This is there because the 40HX803 doesn’t have a built-in 3D transmitter, unlike the Samsung and Panasonic 3D TVs we’ve tested. In fact, the 40HX803 doesn’t have 3D facilities at all in its standard form. You have to add an optional extra transmitter and optional pairs of active shutter glasses, with the transmitter costing £50 and the glasses setting you back £99 per pair. This effectively makes the 40HX803 £1,887 if you want 3D with two pairs of glasses. We do understand Sony’s idea with this, to be fair. For it helps keep the 40HX803’s up-front price down, allowing people to add 3D later as their finances allow. But there’s no getting round the fact that once you’ve 3Ded it up, the 40HX803 hits a similar price level to Samsung’s 40C8000 integrated 3D TV. In other words, 3D continues to be very much a premium technology.
[ 1, 28465, 5032, 6071, 476, 19558, 29899, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 9076, 13, 13, 26289, 13, 13, 29949, 332, 2522, 487, 13, 13, 29947, 29914, 29896, 29900, 13, 13, 2659, 2522, 487, 13, 13, 1123, 1493, 20743, 15151, 29947, 29929, 29947, 29889, 29929, 29945, 13, 13, 29903, 2592, 30010, 29879, 937, 29871, 29941, 29928, 5648, 338, 7146, 1244, 29892, 297, 278, 29871, 29946, 29900, 262, 8267, 310, 278, 476, 19558, 29899, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 29889, 1126, 304, 367, 15993, 29892, 591, 30010, 276, 451, 16120, 1407, 1568, 29889, 1152, 10940, 591, 30010, 345, 3595, 28465, 29871, 29941, 29928, 5648, 29879, 297, 3158, 472, 4802, 3697, 29892, 896, 925, 7359, 30010, 29873, 5148, 408, 1781, 408, 1906, 310, 777, 9050, 1338, 29889, 1105, 1235, 30010, 29879, 4966, 278, 10369, 14982, 756, 8745, 304, 2181, 314, 297, 20947, 310, 1833, 11015, 28473, 29991, 13, 13, 29934, 1624, 26800, 368, 29892, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 1838, 30010, 29873, 19531, 28465, 30010, 29879, 716, 322, 3265, 15877, 1674, 2598, 324, 389, 2874, 29889, 8669, 366, 679, 263, 20837, 541, 12844, 1416, 4628, 367, 10533, 363, 278, 2246, 29892, 1492, 322, 2175, 11192, 29892, 411, 263, 10029, 22314, 1539, 497, 293, 17820, 3412, 278, 5970, 7636, 29889, 450, 731, 1603, 3430, 7575, 29892, 2466, 29892, 363, 599, 967, 1661, 29899, 7185, 324, 389, 293, 2948, 29889, 13, 13, 3112, 1838, 30010, 29873, 437, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 30086, 29879, 263, 342, 29882, 7492, 10879, 738, 10311, 29892, 2845, 29892, 393, 372, 3710, 417, 952, 7636, 25023, 3578, 292, 304, 12021, 263, 2769, 2197, 2243, 1581, 8722, 29889, 14832, 372, 30010, 29879, 3078, 763, 408, 2243, 326, 408, 317, 28935, 30010, 29879, 7636, 25023, 27673, 29889, 1724, 30010, 29879, 901, 29892, 967, 7636, 25023, 1788, 338, 263, 7343, 697, 29892, 6593, 393, 13926, 310, 278, 7636, 3578, 292, 508, 367, 25499, 20704, 363, 263, 27581, 901, 21210, 573, 12814, 4180, 1135, 366, 5491, 679, 411, 263, 3918, 7636, 25023, 29899, 19411, 365, 6530, 5648, 29889, 13, 13, 29903, 4366, 368, 26800, 368, 363, 1316, 263, 2243, 326, 4315, 29892, 28465, 756, 2175, 1556, 310, 967, 12368, 14870, 7812, 714, 310, 278, 5648, 30010, 29879, 18983, 29892, 3265, 1135, 773, 278, 2625, 2130, 2948, 393, 723, 14726, 10090, 298, 9776, 29889, 1205, 472, 3203, 278, 1353, 322, 12875, 310, 1438, 12368, 338, 5051, 410, 7501, 2738, 29889, 13, 13, 2831, 2777, 29892, 372, 756, 3023, 18435, 29924, 3624, 29892, 599, 4240, 304, 278, 325, 29896, 29889, 29946, 21992, 29892, 577, 393, 896, 30010, 276, 15878, 411, 29871, 29941, 29928, 8974, 29889, 3115, 310, 4443, 526, 263, 12951, 1881, 29892, 385, 382, 721, 1212, 2011, 29892, 322, 263, 29871, 29941, 29928, 317, 2720, 8638, 29892, 607, 591, 30010, 645, 1106, 472, 297, 2507, 29889, 13, 13, 1576, 12951, 508, 1708, 4696, 29892, 4863, 322, 15373, 2066, 4153, 964, 278, 5648, 29892, 541, 884, 6511, 366, 304, 788, 14570, 29899, 18800, 304, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 3025, 385, 13136, 12951, 270, 549, 280, 29889, 739, 30010, 29879, 263, 6023, 23451, 292, 393, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 1838, 30010, 29873, 8677, 4240, 29899, 262, 14570, 29899, 18800, 363, 967, 6909, 29892, 541, 372, 30010, 29879, 15155, 7432, 297, 5821, 5393, 278, 13136, 14955, 5782, 29889, 13, 13, 1576, 382, 721, 1212, 9909, 29892, 2099, 8000, 29892, 756, 2211, 3913, 29889, 3824, 29892, 372, 11286, 278, 731, 30010, 29879, 4240, 29899, 262, 12362, 1493, 18435, 18515, 261, 29892, 304, 12021, 7037, 5434, 28923, 5786, 763, 278, 14129, 474, 9075, 29889, 6440, 29892, 372, 8128, 263, 281, 2859, 2794, 310, 28348, 2066, 6087, 373, 263, 360, 29931, 3521, 9609, 29889, 9788, 29892, 372, 6511, 366, 304, 2125, 278, 5648, 7395, 304, 7271, 28465, 30010, 29879, 5032, 6071, 4685, 13987, 7481, 29892, 607, 591, 30010, 645, 736, 304, 297, 263, 11015, 29889, 13, 13, 6246, 937, 591, 30010, 345, 2355, 304, 5353, 278, 29871, 29941, 29928, 317, 2720, 8638, 29889, 910, 338, 727, 1363, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 1838, 30010, 29873, 505, 263, 4240, 29899, 262, 29871, 29941, 29928, 22649, 357, 29892, 25531, 278, 317, 28935, 322, 6518, 1658, 293, 29871, 29941, 29928, 5648, 29879, 591, 30010, 345, 9528, 29889, 512, 2114, 29892, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 1838, 30010, 29873, 505, 29871, 29941, 29928, 23330, 472, 599, 297, 967, 3918, 883, 29889, 887, 505, 304, 788, 385, 13136, 4805, 22649, 357, 322, 13136, 11000, 310, 6136, 528, 6463, 12917, 267, 29892, 411, 278, 22649, 357, 3438, 292, 15151, 29945, 29900, 322, 278, 12917, 267, 4444, 366, 1250, 15151, 29929, 29929, 639, 5101, 29889, 910, 17583, 3732, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 15151, 29896, 29892, 29947, 29947, 29955, 565, 366, 864, 29871, 29941, 29928, 411, 1023, 11000, 310, 12917, 267, 29889, 13, 13, 4806, 437, 2274, 28465, 30010, 29879, 2969, 411, 445, 29892, 304, 367, 6534, 29889, 1152, 372, 6911, 3013, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 30010, 29879, 701, 29899, 8862, 8666, 1623, 29892, 14372, 2305, 304, 788, 29871, 29941, 29928, 2678, 408, 1009, 1436, 2925, 2758, 29889, 1205, 727, 30010, 29879, 694, 2805, 4513, 278, 2114, 393, 2748, 366, 30010, 345, 29871, 29941, 29928, 287, 372, 701, 29892, 278, 29871, 29946, 29900, 29950, 29990, 29947, 29900, 29941, 19572, 263, 2788, 8666, 3233, 304, 317, 28935, 30010, 29879, 29871, 29946, 29900, 29907, 29947, 29900, 29900, 29900, 23387, 29871, 29941, 29928, 5648, 29889, 512, 916, 3838, 29892, 29871, 29941, 29928, 18172, 304, 367, 1407, 1568, 263, 5188, 1974, 15483, 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 ]
Rentz RVs Inc. (RRV) 1. A stock is expected to pay a year-end dividend of $2.00, i.e., D1 = $2.00. The dividend is expected to decline at a rate of 5% a year forever (g = -5%). If the company’s expected and required rate of return is 15%, which of the following statements is CORRECT? a. The company’s current stock price is $20. b. The company’s dividend yield 5 years from now is expected to be 10%. c. The constant growth model cannot be used because the growth rate is negative. d. The company’s expected capital gains yield is 5%. e. The company’s stock price next year is expected to be $9.50. 2. A share of common stock has just paid a dividend of $2.00. If the expected long-run growth rate for this stock is 2.0%, and if investors' required rate of return is 10.5%, what is the stock’s intrinsic value? 3. E. M. Roussakis Inc.'s stock currently sells for $50 per share. The stock’s dividend is projected to increase at a constant rate of 4% per year. The required rate of return on the stock, rs, is 15.50%. What is Roussakis' expected price 5 years from now? 4. Carter's preferred stock pays a dividend of $2.00 per quarter. If the price of the stock is $60.00, what is its nominal (not effective) annual expected rate of return? 5. Schnusenberg Corporation just paid a dividend of $1.25 per share, and that dividend is expected to grow at a constant rate of 7.00% per year in the future. The company's beta is 1.35, the required return on the market is 10.50%, and the risk-free rate is 4.00%. What is the intrinsic value for Schnusenberg’s stock? 6. Rentz RVs Inc. (RRV) is presently enjoying relatively high growth because of a surge in the demand for recreational vehicles. Management expects earnings and dividends to grow at a rate of 30% for the next 4 years, after which high gas prices will probably reduce the growth rate in earnings and dividends to zero, i.e., g = 0. The company’s last dividend, D0, was $1.25. RRV’s beta is 1.20, the market risk premium is 5.25%, and the risk-free rate is 3.00%. What is the intrinsic value of RRV’s common stock? 7. Using the information on Rentz RVs Inc. from problem 6, what is the dividend yield expected for the next year? 8. The Wei Company's last paid dividend was $2.75. The dividend growth rate is expected to be constant at 2.50% for 2 years, after which dividends are expected to grow at a rate of 8.00% forever. Wei’s required return (rs) is 12.00%. What is the intrinsic value of Wei's stock? 9. Using the information on Wei Company from problem 8, what should be the price of Wei’s stock at the end of Year 5 10. You are an analyst studying Beranek Technologies, which was founded 10 years ago. It has been profitable for the last 5 years, but it has needed all of its earnings to support growth and thus has never paid a dividend. Management has indicated that it plans to pay a $0.50 dividend 3 years from today, then to increase it at a relatively rapid rate for 2 years with 50% dividend growth in year 4 and 25% dividend growth in year 5, and then to increase its dividend at a constant growth rate of 6.00% per year thereafter. Assuming a required return of 15.00%, what is your estimate of the intrinsic value of Beranek's stock?
[ 1, 390, 296, 29920, 390, 29963, 29879, 9266, 29889, 313, 29934, 29934, 29963, 29897, 13, 13, 29896, 29889, 319, 10961, 338, 3806, 304, 5146, 263, 1629, 29899, 355, 25227, 355, 310, 395, 29906, 29889, 29900, 29900, 29892, 474, 29889, 29872, 1696, 360, 29896, 353, 395, 29906, 29889, 29900, 29900, 29889, 450, 25227, 355, 338, 3806, 304, 4845, 457, 472, 263, 6554, 310, 29871, 29945, 29995, 263, 1629, 22296, 313, 29887, 353, 448, 29945, 28003, 960, 278, 5001, 30010, 29879, 3806, 322, 3734, 6554, 310, 736, 338, 29871, 29896, 29945, 13667, 607, 310, 278, 1494, 9506, 338, 315, 1955, 26282, 29973, 13, 13, 29874, 29889, 450, 5001, 30010, 29879, 1857, 10961, 8666, 338, 395, 29906, 29900, 29889, 13, 13, 29890, 29889, 450, 5001, 30010, 29879, 25227, 355, 7709, 29871, 29945, 2440, 515, 1286, 338, 3806, 304, 367, 29871, 29896, 29900, 15543, 13, 13, 29883, 29889, 450, 4868, 14321, 1904, 2609, 367, 1304, 1363, 278, 14321, 6554, 338, 8178, 29889, 13, 13, 29881, 29889, 450, 5001, 30010, 29879, 3806, 7483, 330, 2708, 7709, 338, 29871, 29945, 15543, 13, 13, 29872, 29889, 450, 5001, 30010, 29879, 10961, 8666, 2446, 1629, 338, 3806, 304, 367, 395, 29929, 29889, 29945, 29900, 29889, 13, 13, 29906, 29889, 319, 6232, 310, 3619, 10961, 756, 925, 12530, 263, 25227, 355, 310, 395, 29906, 29889, 29900, 29900, 29889, 960, 278, 3806, 1472, 29899, 3389, 14321, 6554, 363, 445, 10961, 338, 29871, 29906, 29889, 29900, 13667, 322, 565, 13258, 943, 29915, 3734, 6554, 310, 736, 338, 29871, 29896, 29900, 29889, 29945, 13667, 825, 338, 278, 10961, 30010, 29879, 11158, 28594, 995, 29973, 13, 13, 29941, 29889, 382, 29889, 341, 29889, 390, 21167, 557, 275, 9266, 6169, 29879, 10961, 5279, 269, 10071, 363, 395, 29945, 29900, 639, 6232, 29889, 450, 10961, 30010, 29879, 25227, 355, 338, 2060, 287, 304, 7910, 472, 263, 4868, 6554, 310, 29871, 29946, 29995, 639, 1629, 29889, 450, 3734, 6554, 310, 736, 373, 278, 10961, 29892, 20371, 29892, 338, 29871, 29896, 29945, 29889, 29945, 29900, 15543, 1724, 338, 390, 21167, 557, 275, 29915, 3806, 8666, 29871, 29945, 2440, 515, 1286, 29973, 13, 13, 29946, 29889, 22264, 29915, 29879, 16389, 10961, 9744, 263, 25227, 355, 310, 395, 29906, 29889, 29900, 29900, 639, 12616, 29889, 960, 278, 8666, 310, 278, 10961, 338, 395, 29953, 29900, 29889, 29900, 29900, 29892, 825, 338, 967, 2245, 979, 313, 1333, 11828, 29897, 17568, 3806, 6554, 310, 736, 29973, 13, 13, 29945, 29889, 1102, 29876, 375, 21845, 15025, 925, 12530, 263, 25227, 355, 310, 395, 29896, 29889, 29906, 29945, 639, 6232, 29892, 322, 393, 25227, 355, 338, 3806, 304, 6548, 472, 263, 4868, 6554, 310, 29871, 29955, 29889, 29900, 29900, 29995, 639, 1629, 297, 278, 5434, 29889, 450, 5001, 29915, 29879, 21762, 338, 29871, 29896, 29889, 29941, 29945, 29892, 278, 3734, 736, 373, 278, 9999, 338, 29871, 29896, 29900, 29889, 29945, 29900, 13667, 322, 278, 12045, 29899, 9021, 6554, 338, 29871, 29946, 29889, 29900, 29900, 15543, 1724, 338, 278, 11158, 28594, 995, 363, 1102, 29876, 375, 21845, 30010, 29879, 10961, 29973, 13, 13, 29953, 29889, 390, 296, 29920, 390, 29963, 29879, 9266, 29889, 313, 29934, 29934, 29963, 29897, 338, 28681, 11418, 5414, 13774, 1880, 14321, 1363, 310, 263, 1190, 479, 297, 278, 9667, 363, 28709, 1288, 24413, 29889, 15057, 23347, 2326, 11753, 322, 25227, 1975, 304, 6548, 472, 263, 6554, 310, 29871, 29941, 29900, 29995, 363, 278, 2446, 29871, 29946, 2440, 29892, 1156, 607, 1880, 10489, 26094, 674, 3117, 10032, 278, 14321, 6554, 297, 2326, 11753, 322, 25227, 1975, 304, 5225, 29892, 474, 29889, 29872, 1696, 330, 353, 29871, 29900, 29889, 450, 5001, 30010, 29879, 1833, 25227, 355, 29892, 360, 29900, 29892, 471, 395, 29896, 29889, 29906, 29945, 29889, 390, 29934, 29963, 30010, 29879, 21762, 338, 29871, 29896, 29889, 29906, 29900, 29892, 278, 9999, 12045, 5188, 1974, 338, 29871, 29945, 29889, 29906, 29945, 13667, 322, 278, 12045, 29899, 9021, 6554, 338, 29871, 29941, 29889, 29900, 29900, 15543, 1724, 338, 278, 11158, 28594, 995, 310, 390, 29934, 29963, 30010, 29879, 3619, 10961, 29973, 13, 13, 29955, 29889, 5293, 278, 2472, 373, 390, 296, 29920, 390, 29963, 29879, 9266, 29889, 515, 1108, 29871, 29953, 29892, 825, 338, 278, 25227, 355, 7709, 3806, 363, 278, 2446, 1629, 29973, 13, 13, 29947, 29889, 450, 25277, 6938, 29915, 29879, 1833, 12530, 25227, 355, 471, 395, 29906, 29889, 29955, 29945, 29889, 450, 25227, 355, 14321, 6554, 338, 3806, 304, 367, 4868, 472, 29871, 29906, 29889, 29945, 29900, 29995, 363, 29871, 29906, 2440, 29892, 1156, 607, 25227, 1975, 526, 3806, 304, 6548, 472, 263, 6554, 310, 29871, 29947, 29889, 29900, 29900, 29995, 22296, 29889, 25277, 30010, 29879, 3734, 736, 313, 2288, 29897, 338, 29871, 29896, 29906, 29889, 29900, 29900, 15543, 1724, 338, 278, 11158, 28594, 995, 310, 25277, 29915, 29879, 10961, 29973, 13, 13, 29929, 29889, 5293, 278, 2472, 373, 25277, 6938, 515, 1108, 29871, 29947, 29892, 825, 881, 367, 278, 8666, 310, 25277, 30010, 29879, 10961, 472, 278, 1095, 310, 8905, 29871, 29945, 13, 13, 29896, 29900, 29889, 887, 526, 385, 3483, 858, 23382, 2292, 273, 1416, 8364, 11763, 29892, 607, 471, 11091, 29871, 29896, 29900, 2440, 8020, 29889, 739, 756, 1063, 2600, 8270, 363, 278, 1833, 29871, 29945, 2440, 29892, 541, 372, 756, 4312, 599, 310, 967, 2326, 11753, 304, 2304, 14321, 322, 4550, 756, 2360, 12530, 263, 25227, 355, 29889, 15057, 756, 18694, 393, 372, 13900, 304, 5146, 263, 395, 29900, 29889, 29945, 29900, 25227, 355, 29871, 29941, 2440, 515, 9826, 29892, 769, 304, 7910, 372, 472, 263, 13774, 10952, 6554, 363, 29871, 29906, 2440, 411, 29871, 29945, 29900, 29995, 25227, 355, 14321, 297, 1629, 29871, 29946, 322, 29871, 29906, 29945, 29995, 25227, 355, 14321, 297, 1629, 29871, 29945, 29892, 322, 769, 304, 7910, 967, 25227, 355, 472, 263, 4868, 14321, 6554, 310, 29871, 29953, 29889, 29900, 29900, 29995, 639, 1629, 727, 7045, 29889, 17090, 263, 3734, 736, 310, 29871, 29896, 29945, 29889, 29900, 29900, 13667, 825, 338, 596, 12678, 310, 278, 11158, 28594, 995, 310, 2292, 273, 1416, 29915, 29879, 10961, 29973 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Instead of attaching a complete file, could you please create a diff of your changes against the original file? If possible we'd also prefer it submitted as a commit change to our gerrit instance, see https://wiki.documentfoundation.org/Development/gerrit but that's not strictly necessary if you're not familiar with git and develop tools and such. In any case we'll need your license agreement, apparently we don't have it on file, could you please send us a blanket statement that you contribute all your past and future patches under the MPLv2 and LGPLv3+ licenses? Best on the dev mailing list libreoffice@lists.freedesktop.org so we can link to it from https://wiki.documentfoundation.org/Development/Developers Something like this does nicely: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Best use Subject: <your full name> license statement Sorry for the inconvenience and thank you for cooperating :-) (In reply to kinfe from comment #0) > this is modified VCL.xcu file including my language,Tigrigna, default fonts Hi kinfe/Eike, Any update regarding these files? In the past year have we merged any default fonts for Tigrigna language (these files or others) ? As this bug has been dormant for over a year, I'll toss it into NEEDINFO and await further info. If the underlying issue has been resolved, let's close this bug. Dear Bug Submitter, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping-20170131 Dear Bug Submitter, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-20170328
[ 1, 8669, 310, 1098, 9733, 263, 4866, 934, 29892, 1033, 366, 3113, 1653, 263, 2923, 310, 596, 3620, 2750, 278, 2441, 934, 29973, 960, 1950, 591, 29915, 29881, 884, 5821, 372, 18397, 408, 263, 9063, 1735, 304, 1749, 9814, 768, 2777, 29892, 1074, 2045, 597, 4594, 29889, 3225, 11940, 362, 29889, 990, 29914, 21956, 358, 29914, 914, 768, 541, 393, 29915, 29879, 451, 18719, 5181, 565, 366, 29915, 276, 451, 9985, 411, 6315, 322, 2693, 8492, 322, 1316, 29889, 13, 797, 738, 1206, 591, 29915, 645, 817, 596, 19405, 17327, 29892, 13229, 591, 1016, 29915, 29873, 505, 372, 373, 934, 29892, 1033, 366, 3113, 3638, 502, 263, 9654, 300, 3229, 393, 366, 29126, 599, 596, 4940, 322, 5434, 13261, 267, 1090, 278, 341, 7390, 29894, 29906, 322, 365, 29954, 7390, 29894, 29941, 29974, 7794, 11259, 29973, 6407, 373, 278, 2906, 611, 6504, 1051, 13220, 20205, 29992, 21513, 29889, 10745, 11696, 6883, 29889, 990, 577, 591, 508, 1544, 304, 372, 515, 2045, 597, 4594, 29889, 3225, 11940, 362, 29889, 990, 29914, 21956, 358, 29914, 21956, 414, 13, 16804, 763, 445, 947, 28138, 29901, 13, 3596, 310, 590, 4940, 669, 5434, 20706, 304, 8153, 276, 27247, 1122, 367, 13, 506, 21144, 1090, 278, 341, 7390, 29894, 29906, 29914, 29931, 29954, 7390, 29894, 29941, 29974, 14581, 19405, 29889, 13, 25353, 671, 3323, 622, 29901, 529, 8066, 2989, 1024, 29958, 19405, 3229, 13, 29903, 3818, 363, 278, 22629, 854, 5597, 322, 6452, 366, 363, 1302, 3372, 1218, 15626, 13, 13, 29898, 797, 8908, 304, 19015, 1725, 515, 3440, 396, 29900, 29897, 13, 29958, 445, 338, 9120, 478, 6154, 29889, 29916, 4979, 934, 3704, 590, 4086, 29892, 29911, 4481, 647, 29874, 29892, 2322, 23849, 13, 18567, 19015, 1725, 29914, 29923, 9345, 29892, 13, 10773, 2767, 11211, 1438, 2066, 29973, 512, 278, 4940, 1629, 505, 591, 19412, 738, 2322, 23849, 363, 323, 4481, 647, 29874, 4086, 313, 386, 968, 2066, 470, 4045, 29897, 1577, 13, 2887, 445, 6494, 756, 1063, 270, 555, 424, 363, 975, 263, 1629, 29892, 306, 29915, 645, 28189, 372, 964, 14693, 3352, 11690, 322, 7272, 4340, 5235, 29889, 960, 278, 14407, 2228, 756, 1063, 11527, 29892, 1235, 29915, 29879, 3802, 445, 6494, 29889, 13, 13, 29928, 799, 28209, 3323, 2415, 357, 29892, 13, 4013, 6494, 756, 1063, 297, 14693, 3352, 11690, 4660, 411, 694, 1735, 363, 472, 3203, 13, 29953, 7378, 29889, 3529, 3867, 278, 13877, 2472, 408, 4720, 408, 13, 27338, 322, 2791, 278, 6494, 408, 8291, 6007, 3738, 29934, 2303, 29928, 29889, 16809, 304, 4943, 6494, 13, 3018, 4937, 25413, 29892, 565, 278, 6494, 338, 1603, 297, 14693, 3352, 11690, 4660, 411, 13, 1217, 1735, 297, 29871, 29941, 29900, 3841, 278, 660, 29909, 3815, 674, 3802, 278, 6494, 408, 2672, 14605, 4198, 2965, 29902, 3919, 14573, 13, 29123, 304, 10225, 310, 4312, 2472, 29889, 13, 2831, 901, 2472, 1048, 1749, 14693, 3352, 11690, 8898, 3113, 1303, 278, 13, 4594, 5982, 1244, 29901, 13, 991, 597, 4594, 29889, 3225, 11940, 362, 29889, 990, 29914, 29984, 29909, 29914, 29933, 688, 29920, 2911, 29914, 14256, 29914, 5709, 29914, 8186, 3352, 11690, 13, 3644, 366, 505, 2307, 4944, 278, 13877, 2472, 29892, 3113, 13, 3502, 278, 6494, 408, 8291, 6007, 3738, 29934, 2303, 29928, 577, 393, 278, 660, 29909, 3815, 9906, 393, 278, 13, 6152, 338, 7960, 304, 367, 16725, 29889, 13, 25271, 366, 363, 19912, 502, 1207, 8153, 276, 27247, 1584, 2253, 363, 14332, 29991, 13, 29956, 2817, 2169, 3163, 29892, 13, 29984, 29909, 8583, 13, 29924, 465, 29925, 292, 29899, 8139, 287, 3401, 29899, 29925, 292, 29899, 29906, 29900, 29896, 29955, 29900, 29896, 29941, 29896, 13, 13, 29928, 799, 28209, 3323, 2415, 357, 29892, 13, 12148, 1303, 445, 2643, 297, 967, 4152, 1017, 1434, 8469, 292, 29889, 13, 10858, 6494, 3461, 338, 1641, 5764, 408, 2672, 14605, 4198, 2965, 29902, 3919, 14573, 2861, 304, 297, 10072, 322, 13, 29874, 10225, 310, 2472, 607, 338, 4312, 297, 1797, 304, 7913, 2486, 13, 276, 5498, 346, 322, 9659, 278, 1108, 29889, 1334, 13731, 6617, 366, 304, 337, 1688, 13, 8066, 6494, 2750, 278, 9281, 6507, 29889, 960, 278, 2228, 338, 1603, 13, 6338, 297, 278, 9281, 13714, 6507, 29892, 591, 817, 278, 1494, 13, 19678, 313, 552, 559, 11455, 738, 393, 366, 29915, 345, 2307, 4944, 1125, 13, 29874, 29897, 9133, 680, 4902, 310, 596, 1788, 3704, 596, 13598, 13, 5205, 322, 278, 9281, 1873, 310, 8153, 276, 27247, 393, 366, 505, 13, 5527, 381, 2168, 278, 6494, 304, 367, 2198, 13, 29890, 29897, 9133, 680, 4780, 304, 18532, 6576, 785, 278, 13682, 278, 2253, 13, 29883, 29897, 9133, 680, 738, 1243, 1206, 29898, 29879, 29897, 607, 674, 1371, 502, 9659, 278, 1108, 13, 29881, 29897, 9133, 680, 11844, 29882, 1862, 310, 278, 1108, 565, 366, 1348, 372, 1795, 1371, 13, 29872, 29897, 7523, 599, 6589, 322, 3867, 738, 13877, 2472, 13, 26222, 599, 310, 445, 338, 2309, 29892, 3113, 731, 278, 6494, 1250, 304, 8291, 6007, 3738, 29934, 2303, 29928, 13, 392, 591, 674, 4218, 304, 18532, 278, 2228, 29889, 3529, 437, 451, 29901, 13, 29874, 29897, 10049, 3025, 4876, 13, 29890, 29897, 2767, 278, 1873, 1746, 297, 278, 6494, 470, 738, 310, 278, 916, 4902, 13, 265, 278, 2246, 4004, 310, 1749, 6494, 1020, 4937, 13, 29956, 2817, 2169, 3163, 29892, 13, 29984, 29909, 8583, 13, 29924, 465, 29925, 292, 29899, 8139, 287, 3401, 29899, 29906, 29900, 29896, 29955, 29900, 29941, 29906, 29947 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
#1 Free Stationery Download Site Kathy and I would like to formally welcome you to our new free holiday and special occasion stationery website. We are working hard to add as many new stationery papers as we can as quickly as we can. We are adding new paper designs at least weekly when possible. We add them in Microsoft Word, PDF and a JPG format so that you can use them with just about any word processor, office suite or journaling program. Just as a note, our digital stationery papers can also be used as free scrapbook background papers too. Registration is FREE to leave comments (Required to keep out SPAM) and it doesn't put you on any lists of any kind. So, one more time... tell us what you think! What's on The #1 FREE-Stationery Download Site: Here, you'll have access to the best FREE digital computer stationery or scrapbook background paper site around with literally hundreds of free digital downloadable holiday, letter, special occasion, business, newsletter and every other kind of stationeries and templates you can think of. No registration or other info needed... We also NOW have the tutorial for how to create your own stationeries with MS Word. Along with the OpenOffice Suite digital stationery training, that we already had for you, you can now learn to create your own digital stationeries with MS Office (Microsoft Word (TM)) software. Tired of paying high prices for the same stationery that everyone else has? Now you don't have to. Just download any of our high quality stationeries and print as many as you need anytime you like. Try our new revolutionary way to get quality stationery. No storing blank sheets of stationery in a desk drawer or box taking up valuable space. Instead, save it directly onto your computer. You can also use our stationery papers as free scrapbook background papers? You get to download many quality stationeries whenever you want, all for FREE! New stationery added regularly, so book mark and check back often... Printable PDF Stationery Our FREE PDF Stationery formats are perfect for those that want to add that personal touch to letters, notes, flyers or even sales letters. Just pick the file and download it. After you have downloaded the file all you have to do is print it out and start handwriting on the page(s). You can even put it back in the printer and use any text editor or word processor to print your correspondence right on your newly created stationery... just set the margins to stay inside the borders. Save money Save that valuable storage space in the house Never run out of stationery pages Perfect way to personalize and make memorable Print and handwrite your letter Printable on any printer like any pre-printed stationery you get in the stores. Visit our Services Page to see a few examples of our PDF and Word templates. Just select examples to see what we did with a few of them and then try them out for yourself. You can also print our free pdf stationery papers and use them as free background scrapbook papers. Printable Microsoft Word Stationery Our Microsoft Word (MS Word) templates are perfect for those of you that like to type your letters and other correspondence directly on your computer. Simply open the template right inside Microsoft Word (tm) or most other office compatible programs that can read Microsoft Office (tm) files. Then just start typing. The text will automatically stay within the stationery borders and even go around any special graphics on the page. Now all you have to do is to print it out. Save 30% or more over the cost of pre-printed stationery Save that valuable Storage space in the house and office Never run out of stationery pages when you need them most Always legible and ready for the copier See what flyers and letter looks like before you hit print Typo or error, just fix it then reprint - no hassles Visit our Services Page to see a few examples of our PDF and Word templates in action. See some of the things we found to do with them. Just select the example you want to see and then try it out for yourself. OpenOffice Suite Templates FREE-Stationery.com is your first stop to turn those plain boring letters into a fun, personal and memorable way to communicate with friends, family and business relations. Create your own FREE Custom Stationery for use with OpenOffice (OOo) 2.0 and better. FREE Tutorial on how to make that happen is just moments away here on the site.
[ 1, 396, 29896, 13, 20475, 13, 22814, 708, 25553, 10781, 13, 13, 29968, 493, 29891, 13, 392, 306, 723, 763, 304, 28269, 12853, 366, 304, 1749, 716, 13, 9021, 8753, 22394, 322, 4266, 10039, 5073, 708, 4700, 29889, 1334, 526, 1985, 2898, 304, 13, 1202, 408, 1784, 716, 5073, 708, 15055, 408, 591, 508, 408, 13, 24561, 368, 408, 591, 508, 29889, 1334, 526, 4417, 716, 5650, 13, 13892, 29879, 472, 3203, 4723, 368, 746, 1950, 29889, 1334, 788, 13, 386, 331, 297, 7783, 10803, 29892, 11328, 322, 263, 435, 16903, 3402, 577, 393, 13, 6293, 508, 671, 963, 411, 925, 1048, 738, 1734, 21433, 29892, 13, 20205, 9460, 470, 8955, 292, 1824, 29889, 3387, 408, 263, 4443, 29892, 1749, 13436, 13, 19569, 708, 15055, 508, 884, 367, 1304, 408, 3889, 885, 2390, 2909, 13, 7042, 15055, 2086, 29889, 13, 13, 4597, 8306, 338, 383, 21661, 304, 5967, 6589, 313, 19347, 304, 13, 17462, 714, 10937, 5194, 29897, 322, 372, 1838, 29915, 29873, 1925, 366, 373, 738, 8857, 13, 974, 738, 2924, 29889, 1105, 29892, 697, 901, 931, 856, 2649, 502, 825, 13, 6293, 1348, 29991, 13, 13, 5618, 29915, 29879, 373, 450, 13, 29937, 29896, 383, 21661, 29899, 22814, 708, 25553, 10781, 29901, 13, 13, 10605, 29892, 13, 6293, 29915, 645, 505, 2130, 304, 278, 1900, 383, 21661, 13436, 6601, 13, 19569, 708, 470, 885, 2390, 2909, 3239, 5650, 3268, 2820, 13, 2541, 22830, 21006, 310, 3889, 13436, 5142, 519, 13, 5391, 22394, 29892, 5497, 29892, 4266, 10039, 29892, 5381, 29892, 13, 15753, 15670, 322, 1432, 916, 2924, 310, 5073, 6358, 322, 17475, 13, 6293, 508, 1348, 310, 29889, 1939, 22583, 13, 272, 916, 5235, 4312, 856, 13, 13, 4806, 13, 15189, 405, 9806, 505, 278, 9673, 363, 920, 304, 1653, 13, 8066, 1914, 5073, 6358, 411, 10888, 10803, 29889, 838, 549, 411, 278, 13, 6585, 27247, 2166, 568, 13436, 5073, 708, 6694, 29892, 393, 13, 705, 2307, 750, 363, 366, 29892, 366, 508, 1286, 5110, 304, 1653, 13, 8066, 1914, 13436, 5073, 6358, 411, 10888, 11367, 13, 29898, 11277, 10803, 313, 23081, 876, 7047, 29889, 13, 13, 29911, 2859, 310, 5146, 292, 1880, 26094, 13, 1454, 278, 1021, 5073, 708, 393, 14332, 1683, 756, 29973, 13, 13, 10454, 13, 6293, 1016, 29915, 29873, 505, 304, 29889, 13, 13, 14084, 13, 10382, 738, 310, 1749, 1880, 11029, 5073, 6358, 322, 13, 2158, 408, 1784, 408, 366, 817, 738, 2230, 366, 763, 29889, 13, 15870, 1749, 716, 19479, 653, 982, 304, 679, 11029, 13, 19569, 708, 29889, 1939, 15446, 9654, 26718, 310, 13, 19569, 708, 297, 263, 553, 29895, 7482, 556, 470, 3800, 5622, 701, 13, 4387, 519, 2913, 29889, 8669, 29892, 4078, 372, 4153, 11480, 13, 8066, 6601, 29889, 887, 508, 884, 671, 1749, 5073, 708, 13, 29886, 21321, 408, 3889, 885, 2390, 2909, 3239, 15055, 29973, 13, 13, 3492, 13, 657, 304, 5142, 1784, 11029, 5073, 6358, 10940, 13, 6293, 864, 29892, 599, 363, 383, 21661, 29991, 13, 13, 4373, 13, 19569, 708, 2715, 25704, 29892, 577, 3143, 2791, 322, 1423, 13, 1627, 4049, 856, 13, 13, 11816, 519, 11328, 12039, 708, 13, 13, 29949, 332, 13, 29943, 21661, 11328, 12039, 708, 21971, 526, 4922, 363, 1906, 13, 5747, 864, 304, 788, 393, 7333, 6023, 304, 8721, 29892, 13, 16953, 29892, 11340, 414, 470, 1584, 16538, 8721, 29889, 3387, 5839, 13, 1552, 934, 322, 5142, 372, 29889, 2860, 366, 505, 13, 10382, 287, 278, 934, 599, 366, 505, 304, 437, 338, 1596, 372, 13, 449, 322, 1369, 1361, 16554, 373, 278, 1813, 29898, 29879, 467, 13, 13, 3492, 13, 3068, 1584, 1925, 372, 1250, 297, 278, 23028, 322, 671, 738, 1426, 13, 15204, 470, 1734, 21433, 304, 1596, 596, 13, 2616, 3636, 663, 1492, 373, 596, 15141, 2825, 13, 19569, 708, 856, 925, 731, 278, 15276, 1144, 304, 7952, 2768, 13, 1552, 28199, 29889, 13, 13, 11371, 6909, 13, 13, 11371, 393, 21114, 8635, 2913, 297, 278, 3699, 13, 13, 29940, 1310, 1065, 714, 310, 5073, 708, 6515, 13, 13, 5894, 3647, 982, 304, 7333, 675, 322, 1207, 26959, 519, 13, 13, 11816, 322, 1361, 3539, 596, 5497, 13, 13, 11816, 519, 373, 738, 23028, 763, 738, 758, 29899, 2158, 287, 13, 19569, 708, 366, 679, 297, 278, 14422, 29889, 13, 13, 6116, 277, 1749, 15538, 9305, 304, 1074, 263, 2846, 6455, 310, 1749, 13, 8493, 322, 10803, 17475, 29889, 3387, 1831, 6455, 13, 517, 1074, 825, 591, 1258, 411, 263, 2846, 310, 963, 322, 769, 1018, 13, 386, 331, 714, 363, 7535, 29889, 13, 13, 3492, 13, 3068, 884, 1596, 1749, 3889, 13552, 5073, 708, 15055, 322, 13, 1509, 963, 408, 3889, 3239, 885, 2390, 2909, 15055, 29889, 13, 13, 11816, 519, 7783, 10803, 13, 22814, 708, 13, 13, 29949, 332, 13, 11277, 10803, 313, 4345, 10803, 29897, 17475, 526, 4922, 363, 13, 386, 852, 310, 366, 393, 763, 304, 1134, 596, 8721, 322, 13, 1228, 3928, 663, 4153, 373, 596, 6601, 29889, 13, 29903, 6574, 368, 1722, 278, 4472, 1492, 2768, 7783, 10803, 13, 29898, 18276, 29897, 470, 1556, 916, 8034, 15878, 11104, 393, 13, 3068, 1303, 7783, 11367, 313, 18276, 29897, 2066, 29889, 1987, 925, 13, 2962, 19229, 29889, 450, 1426, 674, 6336, 7952, 13, 2541, 262, 278, 5073, 708, 28199, 322, 1584, 748, 2820, 738, 13, 18732, 18533, 373, 278, 1813, 29889, 13, 13, 10454, 13, 497, 366, 505, 304, 437, 338, 304, 1596, 372, 714, 29889, 13, 13, 11371, 29871, 29941, 29900, 29995, 470, 901, 975, 278, 3438, 310, 758, 29899, 2158, 287, 13, 19569, 708, 13, 13, 11371, 393, 21114, 26162, 2913, 297, 278, 3699, 13, 392, 8034, 13, 13, 29940, 1310, 1065, 714, 310, 5073, 708, 6515, 746, 366, 13, 26180, 963, 1556, 13, 13, 2499, 1994, 2814, 1821, 322, 7960, 363, 278, 5614, 631, 13, 13, 13393, 825, 11340, 414, 322, 5497, 3430, 763, 1434, 13, 6293, 7124, 1596, 13, 13, 21314, 1129, 470, 1059, 29892, 925, 2329, 372, 769, 2062, 524, 448, 694, 13, 29882, 465, 793, 13, 13, 6116, 277, 1749, 15538, 9305, 304, 1074, 263, 2846, 6455, 310, 1749, 13, 8493, 322, 10803, 17475, 297, 3158, 29889, 2823, 777, 310, 278, 13, 386, 886, 591, 1476, 304, 437, 411, 963, 29889, 3387, 1831, 13, 1552, 1342, 366, 864, 304, 1074, 322, 769, 1018, 372, 714, 363, 13, 8066, 1311, 29889, 13, 13, 6585, 27247, 2166, 568, 6789, 9884, 13, 13, 29943, 21661, 29899, 22814, 708, 29889, 510, 338, 596, 937, 5040, 304, 2507, 1906, 13, 24595, 289, 8253, 8721, 964, 263, 2090, 29892, 7333, 322, 13, 6954, 272, 519, 982, 304, 23120, 411, 7875, 29892, 3942, 13, 392, 5381, 5302, 29889, 13, 13, 4391, 596, 1914, 383, 21661, 8701, 12039, 708, 363, 671, 411, 13, 6585, 27247, 313, 29949, 29949, 29877, 29897, 29871, 29906, 29889, 29900, 322, 2253, 29889, 383, 21661, 13, 29911, 6072, 373, 920, 304, 1207, 393, 3799, 338, 925, 19462, 13, 21694, 1244, 373, 278, 3268, 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 ]
Education Week reporter Ben Herold explores how technology is shaping teaching and learning and the management of schools. Join the discussion as he analyzes the latest developments. Gates Foundation, Chan Zuckerberg Team Up to Seek 'State of the Art' Ideas for Schools By Benjamin Herold on May 8, 2018 1:31 PM The Bill & Melinda Gates Foundation and the Chan Zuckerberg Initiative are teaming up on a new research-and-development initiative aimed at identifying "state-of-the-art" educational strategies and bringing them to the classroom. The focus is on spurring development of new measures, new ways of teaching, and new technologies for tracking and supporting students' writing ability, math skills, and "executive functions," such as self-control and attention. In a new Request for Information released today, the groups wrote that researchers from fields as diverse as education, neuroscience, cognitive psychology, and technology are generating exciting new ideas about how people actually learn—but that information "has not yet been translated effectively into methods and tools for teachers and students to use in the classroom every day." Such "research insights must inform ongoing development of tools and instructional approaches that will enable students to overcome math, literacy, and other learning challenges and at scale, in order to reach millions, if not billions, of students," the document reads. The focus of the new efforts is on identifying promising new developments and ideas in three main areas: Improving students' writing (especially non-fiction)."The skills connected to writing—evaluation of arguments and evidence, critical and creative thinking about solutions and sources, identifying support for a key idea or process, clear and evocative argument-making—are frequently cited as 21st century skills in high demand by employers," the Request for Information states. "Yet, the majority of high school graduates are not prepared for the demands of postsecondary and workplace writing." Among the areas where the groups hope to see improvements: comprehensive writing solutions, new metrics for measuring student progress and proficiency in writing, and new tools to promote more collaboration and better feedback. Improving students' mathematical understanding, application, and related mindsets.Here, the language of the personalized-learning movement (which both organizations support) is clear: There already exist promising approaches that "help teachers to address individual students' needs by mirroring the same personalized approaches used by the best 1:1 tutors," the document states. "Highly personalized learning experiences and tools have the potential to analyze student responses to understand barriers to student learning, provide immediate feedback, and apply immediate and effective remediation to students when needed." Among other things, the organizations are specifically looking for tools that can further personalize math instruction via a focus on the "whole student"—including children's mindsets, beliefs, attention, and "affective" or emotional states. Measuring and improving students' executive function."Student success in academics and in future careers is associated with their ability to wrestle with multiple ideas at once, think flexibly, and regulate their action and thoughts," the Request for Information states. "There is much to be done to track and improve students' progress on [executive function] development and connect it to real-world benefits, especially for those who are most at-risk." Areas of focus here include advances in techniques for tracking children's development of these skills and abilities, interventions (including "technology-enhanced programs in or outside of school") designed to improve desired behaviors, and supports for teachers. The Gates Foundation is a traditional charitable foundation, chaired by Microsoft founder Bill Gates. Over the last decade-plus, the group has dedicated hundreds of millions of dollars a year to such education-related causes as promoting small high schools, changing the way teachers are evaluated, and supporting development of the Common Core State Standards. Last October, the Gates Foundation announced a strategic shift in focus, including a new emphasis on "locally-driven solutions" and "innovative research." The Chan Zuckerberg Initiative, meanwhile, is a newer entity, founded and led by Facebook CEO Mark Zuckerberg and his wife, pediatrician Priscilla Chan. Structured as a limited-liability corporation, CZI is free to make charitable donations, invest in for-profit companies, and engage in political lobbying and advocacy, with minimal disclosure requirements. The venture-philanthropy group has announced that it will give hundreds of millions of dollars annually to support a vision of "whole-child personalized learning" that aims to customize each child's educational experience based on their academic, social, emotional, and physical strengths, needs, and preferences. Last June, the two groups announced their first substantive collaboration: a $12 million joint award to an intermediary organization known as New Profit, which in turns supports organizations working to promote personalized learning. In their new Request for Information, the Gates Foundation and CZI said that technology is not the focus of what they hope to spur, but it is expected to play a role. The groups also emphasized that their new plan is currently in draft stage. Individuals, nonprofit groups, universities, private companies, and government-sponsored labs are invited to respond, with the expectation that those groups' input will in turn shape the foundations' funding plans moving forward. No decision has yet been made as to how much money the groups will ultimately invest in the new R&D effort. Why this new partnership, and why now? "The reason our two philanthropies have decided to join hands in this effort is simple: We believe the scope and importance of this work exceeds what any single organization can or should undertake alone," wrote CZI president of education Jim Shelton and Gates Foundation director of K-12 education Bob Hughes in an op-ed published today by Fast Company. "The purpose of the initiative is not to mandate anything. It's to learn from the work that's currently happening in classrooms, universities, entrepreneurial efforts, and research centers throughout the country." Photos: Bill Gates, Microsoft co-founder and director at Berkshire Hathaway, is interviewed by Liz Claman of the Fox Business Network in Omaha, Neb., May 8. Photo by Nati Harnik/AP Facebook CEO and Harvard dropout Mark Zuckerberg delivers the commencement address at Harvard University commencement exercises on May 25, in Cambridge, Mass. Photo by Steven Senne/AP Categories: Tags: Notice: We recently upgraded our comments. (Learn more here.) If you are logged in as a subscriber or registered user and already have a Display Name on edweek.org, you can post comments. If you do not already have a Display Name, please create one here. Ground Rules for Posting We encourage lively debate, but please be respectful of others. Profanity and personal attacks are prohibited. By commenting, you are agreeing to abide by our user agreement. All comments are public.
[ 1, 13151, 15511, 1634, 9555, 4111, 2439, 1025, 3902, 2361, 920, 15483, 338, 528, 21430, 18819, 322, 6509, 322, 278, 10643, 310, 12462, 29889, 3650, 262, 278, 10679, 408, 540, 16455, 10947, 278, 9281, 2693, 1860, 29889, 13, 13, 29954, 1078, 10606, 29892, 22433, 796, 29583, 2552, 8583, 5020, 304, 922, 1416, 525, 2792, 310, 278, 3012, 29915, 13001, 294, 363, 4523, 29879, 13, 13, 2059, 20212, 2439, 1025, 373, 13, 12703, 29871, 29947, 29892, 29871, 29906, 29900, 29896, 29947, 29871, 29896, 29901, 29941, 29896, 11278, 13, 13, 1576, 6682, 669, 6286, 11054, 402, 1078, 10606, 322, 278, 22433, 796, 29583, 2552, 512, 4812, 1230, 526, 3815, 292, 701, 373, 263, 716, 5925, 29899, 392, 29899, 25431, 14511, 1230, 12242, 287, 472, 2893, 9215, 376, 3859, 29899, 974, 29899, 1552, 29899, 442, 29908, 28976, 16650, 583, 322, 20794, 963, 304, 278, 770, 8345, 29889, 13, 13, 1576, 8569, 338, 373, 805, 1038, 292, 5849, 310, 716, 15366, 29892, 716, 5837, 310, 18819, 29892, 322, 716, 5722, 11763, 363, 23110, 322, 20382, 8041, 29915, 5007, 11509, 29892, 5844, 25078, 29892, 322, 376, 4258, 11067, 3168, 1699, 1316, 408, 1583, 29899, 6451, 322, 8570, 29889, 13, 13, 797, 263, 716, 10729, 363, 10343, 5492, 9826, 29892, 278, 6471, 5456, 393, 5925, 414, 515, 4235, 408, 16984, 408, 9793, 29892, 17167, 1883, 15277, 29892, 25323, 3321, 11643, 3002, 29892, 322, 15483, 526, 14655, 5566, 11407, 716, 7014, 1048, 920, 2305, 2869, 5110, 30003, 4187, 393, 2472, 376, 5349, 451, 3447, 1063, 20512, 17583, 964, 3519, 322, 8492, 363, 27335, 322, 8041, 304, 671, 297, 278, 770, 8345, 1432, 2462, 1213, 13, 13, 29903, 987, 376, 690, 2842, 1663, 5861, 1818, 1871, 373, 17696, 5849, 310, 8492, 322, 15278, 284, 13501, 393, 674, 9025, 8041, 304, 25688, 5844, 29892, 4631, 4135, 29892, 322, 916, 6509, 18066, 267, 322, 472, 6287, 29892, 297, 1797, 304, 6159, 14746, 29892, 565, 451, 11118, 1080, 29892, 310, 8041, 1699, 278, 1842, 13623, 29889, 13, 13, 1576, 8569, 310, 278, 716, 14231, 338, 373, 2893, 9215, 2504, 5921, 716, 2693, 1860, 322, 7014, 297, 2211, 1667, 10161, 29901, 13, 13, 1888, 771, 1747, 8041, 29915, 5007, 313, 267, 25009, 1661, 29899, 29888, 2463, 467, 29908, 1576, 25078, 6631, 304, 5007, 30003, 24219, 362, 310, 6273, 322, 10757, 29892, 12187, 322, 907, 1230, 7291, 1048, 6851, 322, 8974, 29892, 2893, 9215, 2304, 363, 263, 1820, 2969, 470, 1889, 29892, 2821, 322, 3415, 542, 1230, 2980, 29899, 28990, 30003, 598, 13672, 274, 1573, 408, 29871, 29906, 29896, 303, 6462, 25078, 297, 1880, 9667, 491, 5703, 414, 1699, 278, 10729, 363, 10343, 5922, 29889, 376, 29979, 300, 29892, 278, 13638, 310, 1880, 3762, 10591, 1078, 526, 451, 13240, 363, 278, 1261, 4167, 310, 1400, 7496, 653, 322, 664, 6689, 5007, 1213, 13, 13, 6833, 549, 278, 10161, 988, 278, 6471, 4966, 304, 1074, 28473, 29901, 15171, 6270, 5007, 6851, 29892, 716, 21556, 363, 7540, 3864, 8368, 6728, 322, 2600, 293, 13396, 297, 5007, 29892, 322, 716, 8492, 304, 27391, 901, 24771, 322, 2253, 16705, 29889, 13, 13, 1888, 771, 1747, 8041, 29915, 19475, 8004, 29892, 2280, 29892, 322, 4475, 3458, 7224, 29889, 10605, 29892, 278, 4086, 310, 278, 7333, 1891, 29899, 21891, 10298, 313, 4716, 1716, 25700, 2304, 29897, 338, 2821, 29901, 1670, 2307, 1863, 2504, 5921, 13501, 393, 376, 8477, 27335, 304, 3211, 5375, 8041, 29915, 4225, 491, 19571, 292, 278, 1021, 7333, 1891, 13501, 1304, 491, 278, 1900, 29871, 29896, 29901, 29896, 7149, 943, 1699, 278, 1842, 5922, 29889, 376, 16382, 368, 7333, 1891, 6509, 27482, 322, 8492, 505, 278, 7037, 304, 27599, 8368, 20890, 304, 2274, 2594, 26536, 304, 8368, 6509, 29892, 3867, 16800, 16705, 29892, 322, 3394, 16800, 322, 11828, 1083, 287, 11685, 304, 8041, 746, 4312, 1213, 13, 13, 6833, 549, 916, 2712, 29892, 278, 25700, 526, 10816, 3063, 363, 8492, 393, 508, 4340, 7333, 675, 5844, 15278, 3025, 263, 8569, 373, 278, 376, 15970, 280, 8368, 29908, 30003, 18271, 4344, 29915, 29879, 3458, 7224, 29892, 17750, 29879, 29892, 8570, 29892, 322, 376, 3470, 522, 573, 29908, 470, 23023, 1848, 5922, 29889, 13, 13, 6816, 294, 3864, 322, 4857, 1747, 8041, 29915, 22760, 740, 1213, 20791, 2551, 297, 16274, 1199, 322, 297, 5434, 2562, 414, 338, 6942, 411, 1009, 11509, 304, 24613, 280, 411, 2999, 7014, 472, 2748, 29892, 1348, 8525, 14981, 29892, 322, 1072, 5987, 1009, 3158, 322, 13133, 1699, 278, 10729, 363, 10343, 5922, 29889, 376, 8439, 338, 1568, 304, 367, 2309, 304, 5702, 322, 11157, 8041, 29915, 6728, 373, 518, 4258, 11067, 740, 29962, 5849, 322, 4511, 372, 304, 1855, 29899, 11526, 23633, 29892, 7148, 363, 1906, 1058, 526, 1556, 472, 29899, 3780, 29895, 1213, 13, 13, 29909, 12588, 310, 8569, 1244, 3160, 3061, 2925, 297, 13698, 363, 23110, 4344, 29915, 29879, 5849, 310, 1438, 25078, 322, 633, 9770, 29892, 1006, 794, 1080, 313, 18271, 376, 21695, 3002, 29899, 264, 29308, 11104, 297, 470, 5377, 310, 3762, 1159, 8688, 304, 11157, 7429, 4010, 18930, 29892, 322, 11286, 363, 27335, 29889, 13, 13, 1576, 402, 1078, 10606, 338, 263, 13807, 1373, 8270, 22778, 29892, 10329, 2859, 491, 7783, 25331, 6682, 402, 1078, 29889, 6811, 278, 1833, 316, 6332, 29899, 11242, 29892, 278, 2318, 756, 16955, 21006, 310, 14746, 310, 17208, 263, 1629, 304, 1316, 9793, 29899, 12817, 9946, 408, 2504, 11427, 2319, 1880, 12462, 29892, 6480, 278, 982, 27335, 526, 19030, 29892, 322, 20382, 5849, 310, 278, 13103, 10239, 4306, 6679, 3163, 29889, 9208, 5533, 29892, 278, 402, 1078, 10606, 9326, 263, 16650, 293, 9500, 297, 8569, 29892, 3704, 263, 716, 19310, 275, 373, 376, 2029, 635, 29899, 24477, 854, 6851, 29908, 322, 376, 2559, 586, 1230, 5925, 1213, 13, 13, 1576, 22433, 796, 29583, 2552, 512, 4812, 1230, 29892, 2099, 8000, 29892, 338, 263, 20687, 7855, 29892, 11091, 322, 5331, 491, 13327, 14645, 29949, 4485, 796, 29583, 2552, 322, 670, 6532, 29892, 8939, 7163, 2200, 713, 1588, 10669, 2911, 22433, 29889, 28771, 2955, 408, 263, 9078, 29899, 492, 3097, 17266, 362, 29892, 315, 29999, 29902, 338, 3889, 304, 1207, 1373, 8270, 1016, 800, 29892, 13258, 297, 363, 29899, 771, 9202, 14582, 29892, 322, 3033, 482, 297, 8604, 658, 1327, 5414, 322, 22545, 4135, 29892, 411, 13114, 766, 25071, 11780, 29889, 450, 9712, 545, 29899, 561, 309, 9716, 14441, 2318, 756, 9326, 393, 372, 674, 2367, 21006, 310, 14746, 310, 17208, 2889, 1474, 304, 2304, 263, 18551, 310, 376, 15970, 280, 29899, 5145, 7333, 1891, 6509, 29908, 393, 263, 9893, 304, 2888, 675, 1269, 2278, 29915, 29879, 28976, 7271, 2729, 373, 1009, 21567, 29892, 5264, 29892, 23023, 1848, 29892, 322, 9128, 9324, 29879, 29892, 4225, 29892, 322, 5821, 2063, 29889, 13, 13, 8897, 5306, 29892, 278, 1023, 6471, 9326, 1009, 937, 20446, 573, 24771, 29901, 263, 395, 29896, 29906, 7284, 14002, 9862, 304, 385, 1006, 4210, 653, 13013, 2998, 408, 1570, 6175, 277, 29892, 607, 297, 12169, 11286, 25700, 1985, 304, 27391, 7333, 1891, 6509, 29889, 13, 13, 797, 1009, 716, 10729, 363, 10343, 29892, 278, 402, 1078, 10606, 322, 315, 29999, 29902, 1497, 393, 15483, 338, 451, 278, 8569, 310, 825, 896, 4966, 304, 805, 332, 29892, 541, 372, 338, 3806, 304, 1708, 263, 6297, 29889, 13, 13, 1576, 6471, 884, 19310, 1891, 393, 1009, 716, 3814, 338, 5279, 297, 18195, 7408, 29889, 1894, 23352, 29879, 29892, 1661, 771, 9202, 6471, 29892, 4946, 1907, 29892, 2024, 14582, 29892, 322, 5874, 29899, 1028, 787, 4395, 301, 6897, 526, 23610, 304, 10049, 29892, 411, 278, 23227, 393, 1906, 6471, 29915, 1881, 674, 297, 2507, 8267, 278, 1476, 800, 29915, 5220, 292, 13900, 8401, 6375, 29889, 13, 13, 3782, 10608, 756, 3447, 1063, 1754, 408, 304, 920, 1568, 6909, 278, 6471, 674, 18973, 13258, 297, 278, 716, 390, 29987, 29928, 7225, 29889, 13, 13, 11008, 445, 716, 22056, 4034, 29892, 322, 2020, 1286, 29973, 13, 13, 29908, 1576, 2769, 1749, 1023, 8578, 9716, 1336, 583, 505, 8459, 304, 5988, 6567, 297, 445, 7225, 338, 2560, 29901, 1334, 4658, 278, 6874, 322, 13500, 310, 445, 664, 13461, 29879, 825, 738, 2323, 13013, 508, 470, 881, 22332, 1296, 7432, 1699, 5456, 315, 29999, 29902, 6673, 310, 9793, 8507, 1383, 295, 880, 322, 402, 1078, 10606, 8881, 310, 476, 29899, 29896, 29906, 9793, 7991, 15888, 267, 297, 385, 1015, 29899, 287, 6369, 9826, 491, 23786, 6938, 29889, 13, 13, 29908, 1576, 6437, 310, 278, 14511, 1230, 338, 451, 304, 9619, 403, 3099, 29889, 739, 29915, 29879, 304, 5110, 515, 278, 664, 393, 29915, 29879, 5279, 10464, 297, 770, 18901, 29892, 4946, 1907, 29892, 23440, 1600, 332, 616, 14231, 29892, 322, 5925, 1644, 414, 10106, 278, 4234, 1213, 13, 13, 4819, 15788, 29901, 13, 13, 29933, 453, 402, 1078, 29892, 7783, 1302, 29899, 11940, 261, 322, 8881, 472, 2292, 29895, 11750, 379, 493, 21694, 29892, 338, 15593, 287, 491, 365, 466, 2233, 13533, 310, 278, 14802, 15197, 8527, 297, 438, 655, 2350, 29892, 19288, 1696, 2610, 29871, 29947, 29889, 1963, 3747, 491, 405, 2219, 379, 2753, 638, 29914, 3301, 13, 13, 23360, 2909, 14645, 29949, 322, 22221, 5768, 449, 4485, 796, 29583, 2552, 628, 1536, 278, 844, 3977, 882, 3211, 472, 22221, 3014, 844, 3977, 882, 24472, 3476, 267, 373, 2610, 29871, 29906, 29945, 29892, 297, 12585, 29892, 7360, 29889, 1963, 3747, 491, 24703, 317, 4584, 29914, 3301, 13, 13, 29907, 14404, 29901, 13, 13, 28089, 29901, 13, 13, 3664, 625, 29901, 1334, 10325, 20337, 287, 1749, 6589, 29889, 313, 29931, 799, 29876, 901, 1244, 1846, 960, 366, 526, 13817, 297, 408, 263, 21696, 495, 470, 15443, 1404, 322, 2307, 505, 263, 17440, 4408, 373, 1226, 18448, 29889, 990, 29892, 366, 508, 1400, 6589, 29889, 960, 366, 437, 451, 2307, 505, 263, 17440, 4408, 29892, 3113, 1653, 697, 1244, 29889, 13, 13, 3338, 618, 390, 2540, 363, 4918, 292, 13, 4806, 13731, 6617, 301, 3598, 27836, 29892, 541, 3113, 367, 3390, 1319, 310, 4045, 29889, 6175, 273, 537, 322, 7333, 16661, 526, 21460, 1573, 29889, 2648, 3440, 292, 29892, 366, 526, 8661, 292, 304, 633, 680, 491, 1749, 1404, 17327, 29889, 13, 3596, 6589, 526, 970, 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 ]
Oh lawd oh lawd! I'm tired and weary of pain Please lawd! please lawd! forgive me if I complain Up in the mornin' out on the job work like the devil for my pay But that lucky old sun has nothin' to do but roll around heaven all day Fuss with my woman toil for my kids Sweat 'til I'm wrinkled and gray While that lucky old sun has nothin' to do But roll around heaven all day Good lawd above, can't you know I'm pinin', tears all in my eyes; Send down that cloud with a silver linin', lift me to paradise Show me that river take me across and wash all my trou-bles away. Like that lucky old sun, give me nothin' to do But roll around heaven all day
[ 1, 6439, 4307, 29881, 9360, 4307, 29881, 29991, 306, 29915, 29885, 23407, 322, 591, 653, 310, 6788, 3529, 4307, 29881, 29991, 3113, 4307, 29881, 29991, 18879, 573, 592, 565, 306, 752, 7420, 5020, 297, 278, 286, 1398, 262, 29915, 714, 373, 278, 4982, 664, 763, 278, 29754, 363, 590, 5146, 1205, 393, 9885, 29891, 2030, 6575, 756, 451, 11222, 29915, 304, 437, 541, 9679, 2820, 18356, 599, 2462, 13, 13, 29943, 1558, 411, 590, 6114, 304, 309, 363, 590, 413, 4841, 317, 705, 271, 525, 1376, 306, 29915, 29885, 2358, 682, 839, 322, 16749, 5806, 393, 9885, 29891, 2030, 6575, 756, 451, 11222, 29915, 304, 437, 1205, 9679, 2820, 18356, 599, 2462, 13, 13, 18420, 4307, 29881, 2038, 29892, 508, 29915, 29873, 366, 1073, 306, 29915, 29885, 12534, 262, 742, 20190, 599, 297, 590, 5076, 29936, 15076, 1623, 393, 9570, 411, 263, 13283, 6276, 262, 742, 13777, 592, 304, 26811, 895, 7704, 592, 393, 8580, 2125, 592, 4822, 322, 471, 29882, 599, 590, 12111, 29899, 7586, 3448, 29889, 8502, 393, 9885, 29891, 2030, 6575, 29892, 2367, 592, 451, 11222, 29915, 304, 437, 1205, 9679, 2820, 18356, 599, 2462 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Senior Precision Rotary Microtome (latest Spencer 320 Type) which we trade, supply, export and manufacture is used for precise sectioning of tissues up to the thickness of 1 micron. Its interior mechanism rests on a heavy cast iron base that is covered with a full swing protective cover for easy cleaning and lubrication.Senior Precision Rotary Microtome (latest Spencer 320 Type) is known for independent feed mechanism with automatic safety device, universal knife holder with lateral movements permitting use of the entire knife edge and universal vice type object holder for accurate centering of the specimer. It is fabricated using fine grain steel tested for micro-structure, heat treated for optimum rigidity and sharpness and has a long service life.
[ 1, 24260, 349, 3757, 2459, 9664, 653, 20140, 29873, 608, 313, 12333, 1706, 22687, 29871, 29941, 29906, 29900, 5167, 29897, 607, 591, 11302, 29892, 11421, 29892, 5609, 322, 12012, 545, 338, 1304, 363, 18378, 4004, 292, 310, 260, 12175, 701, 304, 278, 12003, 2264, 310, 29871, 29896, 20710, 1617, 29889, 8011, 13290, 13336, 1791, 29879, 373, 263, 9416, 4320, 13977, 2967, 393, 338, 10664, 411, 263, 2989, 24500, 12566, 573, 4612, 363, 4780, 5941, 292, 322, 14757, 2200, 362, 29889, 29903, 264, 1611, 349, 3757, 2459, 9664, 653, 20140, 29873, 608, 313, 12333, 1706, 22687, 29871, 29941, 29906, 29900, 5167, 29897, 338, 2998, 363, 7417, 8343, 13336, 411, 18428, 15332, 4742, 29892, 15968, 889, 1607, 19464, 411, 2678, 284, 24147, 3635, 5367, 671, 310, 278, 4152, 889, 1607, 7636, 322, 15968, 11289, 1134, 1203, 19464, 363, 16232, 1644, 3241, 310, 278, 1580, 4193, 29889, 739, 338, 18187, 630, 773, 2691, 2646, 262, 22973, 9528, 363, 9200, 29899, 23905, 29892, 12871, 14914, 363, 5994, 398, 12912, 333, 537, 322, 15301, 2264, 322, 756, 263, 1472, 2669, 2834, 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 ]
No other appliance company has a wider scope of solutions, nor the experience to back them up, than Electrolux. Our long presence in people’s homes around the world means that no other appliance company ... Read more ... Easy-Flo vacuums including parts and bags. Findlay's also offers sales and service for all makes and models of sewing machines and vacuums. Please contact us for more information about our products and services. Read more ... house. The value of a property increases with the addition of a hydraulic elevator, electric home elevator, vacuum elevator or high end wheelchair lift. Hybrid Elevator Inc. makes residential elevators that look amazing in an ... Read more
[ 1, 1939, 916, 623, 13036, 5001, 756, 263, 25734, 6874, 310, 6851, 29892, 3643, 278, 7271, 304, 1250, 963, 701, 29892, 1135, 10513, 1467, 1314, 29889, 8680, 1472, 10122, 297, 2305, 30010, 29879, 17774, 2820, 278, 3186, 2794, 393, 694, 916, 623, 13036, 5001, 2023, 13, 6359, 901, 13, 13, 856, 382, 8995, 29899, 29943, 417, 11757, 29884, 6762, 3704, 5633, 322, 289, 810, 29889, 10987, 8387, 29915, 29879, 884, 16688, 16538, 322, 2669, 363, 599, 3732, 322, 4733, 310, 409, 16958, 14884, 322, 11757, 29884, 6762, 29889, 3529, 6958, 502, 363, 901, 2472, 1048, 1749, 9316, 322, 5786, 29889, 13, 6359, 901, 13, 13, 856, 3699, 29889, 13, 1576, 995, 310, 263, 2875, 16415, 411, 278, 6124, 310, 263, 27246, 336, 352, 293, 11858, 1061, 29892, 12646, 3271, 11858, 1061, 29892, 11757, 29884, 398, 11858, 1061, 470, 1880, 1095, 18875, 305, 1466, 13777, 29889, 13, 26322, 19515, 382, 2608, 1061, 9266, 29889, 3732, 20201, 616, 11858, 4097, 393, 1106, 21863, 292, 297, 385, 2023, 13, 6359, 901 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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. */ package org.apache.stanbol.entityhub.web.reader; import java.io.IOException; import java.io.InputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.servlet.ServletContext; import javax.ws.rs.Consumes; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Context; import javax.ws.rs.core.HttpHeaders; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.MultivaluedMap; import javax.ws.rs.core.Response; import javax.ws.rs.core.Response.Status; import javax.ws.rs.ext.MessageBodyReader; import javax.ws.rs.ext.Provider; import org.apache.clerezza.commons.rdf.Graph; import org.apache.clerezza.commons.rdf.BlankNodeOrIRI; import org.apache.clerezza.commons.rdf.Triple; import org.apache.clerezza.commons.rdf.IRI; import org.apache.clerezza.rdf.core.serializedform.Parser; import org.apache.clerezza.rdf.core.serializedform.SupportedFormat; import org.apache.clerezza.rdf.core.serializedform.UnsupportedParsingFormatException; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotations.Reference; import org.apache.felix.scr.annotations.Service; import org.apache.stanbol.commons.indexedgraph.IndexedGraph; import org.apache.stanbol.entityhub.jersey.utils.JerseyUtils; import org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils; import org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils.RequestData; import org.apache.stanbol.entityhub.model.clerezza.RdfValueFactory; import org.apache.stanbol.entityhub.servicesapi.model.Representation; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Provides support for reading Representation form Requests. This implementation * supports all RDF supports as well as {@link MediaType#APPLICATION_FORM_URLENCODED} * - in case the data are sent from an HTML form - and * {@link MediaType#MULTIPART_FORM_DATA} - mime encoded data. * In case of an HTML form the encoding need to be specified by the parameter * "encoding" for the entity data the parameters "entity" or "content" can be * used. * @author Rupert Westenthaler * */ @Component @Service(Object.class) @Property(name="javax.ws.rs", boolValue=true) @Provider @Consumes({ //First the data types directly supported for parsing representations MediaType.APPLICATION_JSON, SupportedFormat.N3, SupportedFormat.N_TRIPLE, SupportedFormat.RDF_XML, SupportedFormat.TURTLE, SupportedFormat.X_TURTLE, SupportedFormat.RDF_JSON, //finally this also supports sending the data as form and mime multipart MediaType.APPLICATION_FORM_URLENCODED, MediaType.MULTIPART_FORM_DATA}) public class RepresentationReader implements MessageBodyReader<Map<String,Representation>> { private static final Logger log = LoggerFactory.getLogger(RepresentationReader.class); public static final Set<String> supportedMediaTypes; private static final MediaType DEFAULT_ACCEPTED_MEDIA_TYPE = MediaType.TEXT_PLAIN_TYPE; static { Set<String> types = new HashSet<String>(); //ensure everything is lower case types.add(MediaType.APPLICATION_JSON.toLowerCase()); types.add(SupportedFormat.N3.toLowerCase()); types.add(SupportedFormat.N_TRIPLE.toLowerCase()); types.add(SupportedFormat.RDF_JSON.toLowerCase()); types.add(SupportedFormat.RDF_XML.toLowerCase()); types.add(SupportedFormat.TURTLE.toLowerCase()); types.add(SupportedFormat.X_TURTLE.toLowerCase()); supportedMediaTypes = Collections.unmodifiableSet(types); } @Reference private Parser parser; @Override public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { String mediaTypeWithoutParameter = mediaType.getType().toLowerCase()+'/'+ mediaType.getSubtype().toLowerCase(); log.debug("isreadable: [genericType: {}| mediaType {}]", genericType,mediaTypeWithoutParameter); //second the media type boolean mediaTypeOK = (//the MimeTypes of Representations supportedMediaTypes.contains(mediaTypeWithoutParameter) || //as well as URL encoded MediaType.APPLICATION_FORM_URLENCODED.equals(mediaTypeWithoutParameter) || //and mime multipart MediaType.MULTIPART_FORM_DATA.equals(mediaTypeWithoutParameter)); boolean typeOk = JerseyUtils.testParameterizedType(Map.class, new Class[]{String.class,Representation.class}, genericType); log.debug("type is {} for {} against Map<String,Representation>", typeOk ? "compatible" : "incompatible" ,genericType); return typeOk && mediaTypeOK; } @Override public Map<String,Representation> readFrom(Class<Map<String,Representation>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, WebApplicationException { log.info("Read Representations from Request Data"); long start = System.currentTimeMillis(); //(1) get the charset and the acceptedMediaType String charset = "UTF-8"; if(mediaType.getParameters().containsKey("charset")){ charset = mediaType.getParameters().get("charset"); } MediaType acceptedMediaType = getAcceptedMediaType(httpHeaders); log.info("readFrom: mediaType {} | accepted {} | charset {}", new Object[]{mediaType,acceptedMediaType,charset}); // (2) read the Content from the request (this needs to deal with // MediaType.APPLICATION_FORM_URLENCODED_TYPE and // MediaType.MULTIPART_FORM_DATA_TYPE requests! RequestData content; if(mediaType.isCompatible(MediaType.APPLICATION_FORM_URLENCODED_TYPE)) { try { content = MessageBodyReaderUtils.formForm(entityStream, charset, "encoding",Arrays.asList("entity","content")); } catch (IllegalArgumentException e) { log.info("Bad Request: {}",e); throw new WebApplicationException( Response.status(Status.BAD_REQUEST).entity(e.toString()). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } if(content.getMediaType() == null){ String message = String.format( "Missing parameter %s used to specify the media type" + "(supported values: %s", "encoding",supportedMediaTypes); log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST).entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } if(!isSupported(content.getMediaType())){ String message = String.format( "Unsupported Content-Type specified by parameter " + "encoding=%s (supported: %s)", content.getMediaType().toString(),supportedMediaTypes); log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST). entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } } else if(mediaType.isCompatible(MediaType.MULTIPART_FORM_DATA_TYPE)){ log.info("read from MimeMultipart"); List<RequestData> contents; try { contents = MessageBodyReaderUtils.fromMultipart(entityStream, mediaType); } catch (IllegalArgumentException e) { log.info("Bad Request: {}",e.toString()); throw new WebApplicationException( Response.status(Status.BAD_REQUEST).entity(e.toString()). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } if(contents.isEmpty()){ String message = "Request does not contain any Mime BodyParts."; log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST).entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } else if(contents.size()>1){ //print warnings about ignored parts log.warn("{} Request contains more than one Parts: others than " + "the first will be ignored", MediaType.MULTIPART_FORM_DATA_TYPE); for(int i=1;i<contents.size();i++){ RequestData ignored = contents.get(i); log.warn(" ignore Content {}: Name {}| MediaType {}", new Object[] {i+1,ignored.getName(),ignored.getMediaType()}); } } content = contents.get(0); if(content.getMediaType() == null){ String message = String.format( "MediaType not specified for mime body part for file %s. " + "The media type must be one of the supported values: %s", content.getName(), supportedMediaTypes); log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST).entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } if(!isSupported(content.getMediaType())){ String message = String.format( "Unsupported Content-Type %s specified for mime body part " + "for file %s (supported: %s)", content.getMediaType(),content.getName(),supportedMediaTypes); log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST). entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } } else { content = new RequestData(mediaType, null, entityStream); } long readingCompleted = System.currentTimeMillis(); log.info(" ... reading request data {}ms",readingCompleted-start); Map<String,Representation> parsed = parseFromContent(content,acceptedMediaType); long parsingCompleted = System.currentTimeMillis(); log.info(" ... parsing data {}ms",parsingCompleted-readingCompleted); return parsed; } public Map<String,Representation> parseFromContent(RequestData content, MediaType acceptedMediaType){ // (3) Parse the Representtion(s) form the entity stream if(content.getMediaType().isCompatible(MediaType.APPLICATION_JSON_TYPE)){ //parse from json throw new UnsupportedOperationException("Parsing of JSON not yet implemented :("); } else if(isSupported(content.getMediaType())){ //from RDF serialisation RdfValueFactory valueFactory = RdfValueFactory.getInstance(); Map<String,Representation> representations = new HashMap<String,Representation>(); Set<BlankNodeOrIRI> processed = new HashSet<BlankNodeOrIRI>(); Graph graph = new IndexedGraph(); try { parser.parse(graph,content.getEntityStream(), content.getMediaType().toString()); } catch (UnsupportedParsingFormatException e) { //String acceptedMediaType = httpHeaders.getFirst("Accept"); //throw an internal server Error, because we check in //isReadable(..) for supported types and still we get here a //unsupported format -> therefore it looks like an configuration //error the server (e.g. a missing Bundle with the required bundle) String message = "Unable to create the Parser for the supported format" +content.getMediaType()+" ("+e+")"; log.error(message,e); throw new WebApplicationException( Response.status(Status.INTERNAL_SERVER_ERROR). entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } catch (RuntimeException e){ //NOTE: Clerezza seams not to provide specific exceptions on // parsing errors. Hence the catch for all RuntimeException String message = "Unable to parse the provided RDF data (format: " +content.getMediaType()+", message: "+e.getMessage()+")"; log.error(message,e); throw new WebApplicationException( Response.status(Status.BAD_REQUEST). entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } for(Iterator<Triple> st = graph.iterator();st.hasNext();){ BlankNodeOrIRI resource = st.next().getSubject(); if(resource instanceof IRI && processed.add(resource)){ //build a new representation representations.put(((IRI)resource).getUnicodeString(), valueFactory.createRdfRepresentation((IRI)resource, graph)); } } return representations; } else { //unsupported media type String message = String.format( "Parsed Content-Type '%s' is not one of the supported %s", content.getMediaType(),supportedMediaTypes); log.info("Bad Request: {}",message); throw new WebApplicationException( Response.status(Status.BAD_REQUEST). entity(message). header(HttpHeaders.ACCEPT, acceptedMediaType).build()); } } /** * Internally used to get the accepted media type used when returning * {@link WebApplicationException}s. * @param httpHeaders * @param acceptedMediaType * @return */ private static MediaType getAcceptedMediaType(MultivaluedMap<String,String> httpHeaders) { MediaType acceptedMediaType; String acceptedMediaTypeString = httpHeaders.getFirst("Accept"); if(acceptedMediaTypeString != null){ try { acceptedMediaType = MediaType.valueOf(acceptedMediaTypeString); if(acceptedMediaType.isWildcardType()){ acceptedMediaType = DEFAULT_ACCEPTED_MEDIA_TYPE; } } catch (IllegalArgumentException e) { acceptedMediaType = DEFAULT_ACCEPTED_MEDIA_TYPE; } } else { acceptedMediaType = DEFAULT_ACCEPTED_MEDIA_TYPE; } return acceptedMediaType; } /** * Converts the type and the subtype of the parsed media type to the * string representation as stored in {@link #supportedMediaTypes} and than * checks if the parsed media type is contained in this list. * @param mediaType the MediaType instance to check * @return <code>true</code> if the parsed media type is not * <code>null</code> and supported. */ private boolean isSupported(MediaType mediaType){ return mediaType == null ? false : supportedMediaTypes.contains( mediaType.getType().toLowerCase()+'/'+ mediaType.getSubtype().toLowerCase()); } }
[ 1, 4949, 13, 29930, 10413, 21144, 304, 278, 13380, 18540, 10606, 313, 3289, 29943, 29897, 1090, 697, 470, 901, 13, 29930, 17737, 3406, 19405, 8571, 4110, 29889, 29871, 2823, 278, 6058, 12107, 934, 13235, 411, 13, 29930, 445, 664, 363, 5684, 2472, 11211, 3509, 1266, 27428, 29889, 13, 29930, 450, 3339, 29943, 7794, 11259, 445, 934, 304, 887, 1090, 278, 13380, 19245, 29892, 10079, 29871, 29906, 29889, 29900, 13, 29930, 313, 1552, 376, 29931, 293, 1947, 1496, 366, 1122, 451, 671, 445, 934, 5174, 297, 752, 13036, 411, 13, 29930, 278, 19245, 29889, 29871, 887, 1122, 4017, 263, 3509, 310, 278, 19245, 472, 13, 29930, 13, 29930, 268, 1732, 597, 1636, 29889, 4288, 29889, 990, 29914, 506, 11259, 29914, 27888, 1430, 1660, 29899, 29906, 29889, 29900, 13, 29930, 13, 29930, 25870, 3734, 491, 22903, 4307, 470, 15502, 304, 297, 5007, 29892, 7047, 13, 29930, 13235, 1090, 278, 19245, 338, 13235, 373, 385, 376, 3289, 8519, 29908, 350, 3289, 3235, 29892, 13, 29930, 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, 29930, 2823, 278, 19245, 363, 278, 2702, 4086, 14765, 1076, 11239, 322, 13, 29930, 27028, 1090, 278, 19245, 29889, 13, 3877, 13, 5113, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 2676, 29889, 16950, 29936, 13, 13, 5215, 2115, 29889, 601, 29889, 20477, 29936, 13, 5215, 2115, 29889, 601, 29889, 13828, 29936, 13, 5215, 2115, 29889, 3893, 29889, 18317, 29889, 21978, 29936, 13, 5215, 2115, 29889, 3893, 29889, 13191, 29889, 1542, 29936, 13, 5215, 2115, 29889, 4422, 29889, 2588, 29879, 29936, 13, 5215, 2115, 29889, 4422, 29889, 19466, 29936, 13, 5215, 2115, 29889, 4422, 29889, 27824, 29936, 13, 5215, 2115, 29889, 4422, 29889, 10438, 2697, 29936, 13, 5215, 2115, 29889, 4422, 29889, 20277, 29936, 13, 5215, 2115, 29889, 4422, 29889, 1293, 29936, 13, 5215, 2115, 29889, 4422, 29889, 3388, 29936, 13, 5215, 2115, 29889, 4422, 29889, 2697, 29936, 13, 13, 5215, 11317, 29889, 12144, 29889, 10735, 2677, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 13696, 9351, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3609, 4873, 2451, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 2677, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 5506, 18163, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 10572, 1542, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 6857, 2561, 6742, 3388, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 5103, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 3221, 29889, 5103, 29889, 5709, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 1062, 29889, 3728, 8434, 6982, 29936, 13, 5215, 11317, 29889, 5652, 29889, 2288, 29889, 1062, 29889, 6980, 29936, 13, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 22382, 29889, 29878, 2176, 29889, 9527, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 22382, 29889, 29878, 2176, 29889, 10358, 804, 4247, 2816, 29902, 3960, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 22382, 29889, 29878, 2176, 29889, 29565, 552, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 22382, 29889, 29878, 2176, 29889, 29902, 3960, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 29878, 2176, 29889, 3221, 29889, 15550, 1891, 689, 29889, 11726, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 29878, 2176, 29889, 3221, 29889, 15550, 1891, 689, 29889, 14039, 287, 5809, 29936, 13, 5215, 1638, 29889, 4288, 29889, 695, 406, 10177, 29889, 29878, 2176, 29889, 3221, 29889, 15550, 1891, 689, 29889, 25807, 29884, 3016, 287, 29925, 1503, 292, 5809, 2451, 29936, 13, 5215, 1638, 29889, 4288, 29889, 13287, 861, 29889, 10526, 29889, 6735, 800, 29889, 5308, 29936, 13, 5215, 1638, 29889, 4288, 29889, 13287, 861, 29889, 10526, 29889, 6735, 800, 29889, 4854, 29936, 13, 5215, 1638, 29889, 4288, 29889, 13287, 861, 29889, 10526, 29889, 6735, 800, 29889, 7422, 29936, 13, 5215, 1638, 29889, 4288, 29889, 13287, 861, 29889, 10526, 29889, 6735, 800, 29889, 3170, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 22382, 29889, 2248, 287, 4262, 29889, 3220, 287, 9527, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 6846, 7759, 29889, 13239, 29889, 29967, 261, 7759, 12177, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 6846, 7759, 29889, 13239, 29889, 3728, 8434, 6982, 12177, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 6846, 7759, 29889, 13239, 29889, 3728, 8434, 6982, 12177, 29889, 3089, 1469, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 4299, 29889, 695, 406, 10177, 29889, 29934, 2176, 1917, 5126, 29936, 13, 5215, 1638, 29889, 4288, 29889, 14411, 2095, 29889, 10041, 29882, 431, 29889, 9916, 2754, 29889, 4299, 29889, 1123, 26081, 29936, 13, 5215, 1638, 29889, 2536, 29888, 29946, 29926, 29889, 16363, 29936, 13, 5215, 1638, 29889, 2536, 29888, 29946, 29926, 29889, 16363, 5126, 29936, 13, 7918, 13, 334, 9133, 2247, 2304, 363, 5183, 16314, 362, 883, 10729, 29879, 29889, 910, 5314, 13, 334, 11286, 599, 390, 4037, 11286, 408, 1532, 408, 26633, 2324, 8213, 1542, 29937, 3301, 7390, 28541, 29918, 19094, 29918, 4574, 1307, 29940, 16524, 29928, 29913, 13, 334, 448, 297, 1206, 278, 848, 526, 2665, 515, 385, 4544, 883, 448, 322, 29871, 13, 334, 26633, 2324, 8213, 1542, 29937, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 29913, 448, 286, 603, 18511, 848, 29889, 13, 334, 512, 1206, 310, 385, 29871, 4544, 883, 278, 8025, 817, 304, 367, 6790, 491, 278, 3443, 13, 334, 376, 22331, 29908, 363, 278, 7855, 848, 278, 4128, 376, 10041, 29908, 470, 376, 3051, 29908, 508, 367, 13, 334, 1304, 29889, 13, 334, 732, 8921, 9723, 10700, 3122, 296, 4077, 261, 13, 334, 13, 3776, 13, 29992, 5308, 13, 29992, 3170, 29898, 2061, 29889, 1990, 29897, 13, 29992, 4854, 29898, 978, 543, 23357, 29889, 5652, 29889, 2288, 613, 6120, 1917, 29922, 3009, 29897, 13, 29992, 6980, 13, 29992, 13696, 9351, 3319, 849, 6730, 278, 848, 4072, 4153, 6969, 363, 13755, 22540, 13, 9651, 8213, 1542, 29889, 3301, 7390, 28541, 29918, 7249, 29892, 18601, 287, 5809, 29889, 29940, 29941, 29892, 18601, 287, 5809, 29889, 29940, 29918, 29911, 3960, 29925, 1307, 29892, 13, 9651, 18601, 287, 5809, 29889, 29934, 4037, 29918, 9165, 29892, 18601, 287, 5809, 29889, 29911, 4574, 29911, 1307, 29892, 18601, 287, 5809, 29889, 29990, 29918, 29911, 4574, 29911, 1307, 29892, 13, 9651, 18601, 287, 5809, 29889, 29934, 4037, 29918, 7249, 29892, 13, 9651, 849, 4951, 635, 445, 884, 11286, 9348, 278, 848, 408, 883, 322, 286, 603, 6674, 442, 13, 9651, 8213, 1542, 29889, 3301, 7390, 28541, 29918, 19094, 29918, 4574, 1307, 29940, 16524, 29928, 29892, 29871, 13, 9651, 8213, 1542, 29889, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 1800, 13, 3597, 770, 16314, 362, 6982, 10703, 7777, 8434, 6982, 29966, 3388, 29966, 1231, 29892, 1123, 26081, 6778, 426, 13, 268, 13, 1678, 2024, 2294, 2186, 28468, 1480, 353, 28468, 5126, 29889, 657, 16363, 29898, 1123, 26081, 6982, 29889, 1990, 416, 13, 13, 13, 1678, 970, 2294, 2186, 3789, 29966, 1231, 29958, 6969, 10572, 10562, 29936, 13, 1678, 2024, 2294, 2186, 8213, 1542, 22236, 29918, 2477, 4741, 7982, 3352, 29918, 2303, 4571, 29909, 29918, 11116, 353, 8213, 1542, 29889, 16975, 29918, 29925, 4375, 1177, 29918, 11116, 29936, 13, 1678, 2294, 426, 13, 4706, 3789, 29966, 1231, 29958, 4072, 353, 716, 11874, 2697, 29966, 1231, 8295, 13, 4706, 849, 7469, 4129, 338, 5224, 1206, 13, 4706, 4072, 29889, 1202, 29898, 10572, 1542, 29889, 3301, 7390, 28541, 29918, 7249, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29940, 29941, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29940, 29918, 29911, 3960, 29925, 1307, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29934, 4037, 29918, 7249, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29934, 4037, 29918, 9165, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29911, 4574, 29911, 1307, 29889, 517, 19357, 8259, 3310, 13, 4706, 4072, 29889, 1202, 29898, 14039, 287, 5809, 29889, 29990, 29918, 29911, 4574, 29911, 1307, 29889, 517, 19357, 8259, 3310, 13, 4706, 6969, 10572, 10562, 353, 1530, 5942, 29889, 348, 1545, 28677, 2697, 29898, 8768, 416, 13, 1678, 500, 13, 268, 13, 1678, 732, 7422, 13, 1678, 2024, 1459, 643, 13812, 29936, 13, 268, 13, 1678, 732, 4640, 13, 1678, 970, 7223, 338, 6359, 519, 29898, 2385, 8169, 29958, 1134, 29892, 5167, 10035, 1542, 29892, 530, 16666, 2636, 25495, 29892, 8213, 1542, 5745, 1542, 29897, 426, 13, 4706, 1714, 5745, 1542, 3047, 449, 9329, 353, 29871, 13, 18884, 5745, 1542, 29889, 657, 1542, 2141, 517, 19357, 8259, 580, 23097, 29914, 18717, 13, 18884, 5745, 1542, 29889, 657, 4035, 1853, 2141, 517, 19357, 8259, 890, 13, 4706, 1480, 29889, 8382, 703, 275, 949, 519, 29901, 518, 19206, 1542, 29901, 6571, 29989, 5745, 1542, 426, 6525, 613, 13, 9651, 10035, 1542, 29892, 9799, 1542, 3047, 449, 9329, 416, 13, 4706, 849, 7496, 278, 5745, 1134, 13, 4706, 7223, 5745, 1542, 8949, 353, 313, 458, 1552, 341, 603, 10562, 310, 16314, 800, 13, 18884, 6969, 10572, 10562, 29889, 11516, 29898, 9799, 1542, 3047, 449, 9329, 29897, 3830, 13, 18884, 849, 294, 1532, 408, 3988, 18511, 13, 18884, 8213, 1542, 29889, 3301, 7390, 28541, 29918, 19094, 29918, 4574, 1307, 29940, 16524, 29928, 29889, 10954, 29898, 9799, 1542, 3047, 449, 9329, 29897, 3830, 13, 18884, 849, 392, 286, 603, 6674, 442, 13, 18884, 8213, 1542, 29889, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 29889, 10954, 29898, 9799, 1542, 3047, 449, 9329, 2483, 13, 4706, 7223, 1134, 20434, 353, 14500, 12177, 29889, 1688, 9329, 1891, 1542, 29898, 3388, 29889, 1990, 29892, 29871, 13, 9651, 716, 4134, 24406, 1231, 29889, 1990, 29892, 1123, 26081, 29889, 1990, 1118, 10035, 1542, 416, 13, 4706, 1480, 29889, 8382, 703, 1853, 338, 6571, 363, 6571, 2750, 7315, 29966, 1231, 29892, 1123, 26081, 28341, 13, 9651, 1134, 20434, 1577, 376, 23712, 29908, 584, 376, 262, 23712, 29908, 1919, 19206, 1542, 416, 13, 4706, 736, 1134, 20434, 2607, 5745, 1542, 8949, 29936, 13, 1678, 500, 13, 13, 1678, 732, 4640, 13, 1678, 970, 7315, 29966, 1231, 29892, 1123, 26081, 29958, 1303, 4591, 29898, 2385, 29966, 3388, 29966, 1231, 29892, 1123, 26081, 6778, 1134, 29892, 13, 462, 462, 259, 5167, 10035, 1542, 29892, 13, 462, 462, 259, 530, 16666, 2636, 25495, 29892, 13, 462, 462, 259, 8213, 1542, 5745, 1542, 29892, 13, 462, 462, 259, 9683, 2561, 6742, 3388, 29966, 1231, 29892, 1231, 29958, 1732, 18163, 29892, 13, 462, 462, 259, 10567, 3835, 7855, 3835, 29897, 8026, 24490, 29892, 2563, 4873, 2451, 426, 13, 4706, 1480, 29889, 3888, 703, 6359, 16314, 800, 515, 10729, 3630, 1496, 13, 4706, 1472, 1369, 353, 2184, 29889, 3784, 2481, 19169, 275, 890, 13, 4706, 849, 29898, 29896, 29897, 679, 278, 17425, 322, 278, 9259, 10572, 1542, 13, 4706, 1714, 17425, 353, 376, 10496, 29899, 29947, 1769, 13, 4706, 565, 29898, 9799, 1542, 29889, 657, 11507, 2141, 11516, 2558, 703, 3090, 842, 5783, 29912, 13, 9651, 17425, 353, 5745, 1542, 29889, 657, 11507, 2141, 657, 703, 3090, 842, 1496, 13, 4706, 500, 13, 4706, 8213, 1542, 9259, 10572, 1542, 29871, 353, 679, 23965, 287, 10572, 1542, 29898, 1124, 18163, 416, 13, 4706, 1480, 29889, 3888, 703, 949, 4591, 29901, 5745, 1542, 6571, 891, 9259, 6571, 891, 17425, 6571, 613, 13, 9651, 716, 4669, 24406, 9799, 1542, 29892, 16044, 287, 10572, 1542, 29892, 3090, 842, 3680, 13, 4706, 849, 313, 29906, 29897, 1303, 278, 10576, 515, 278, 2009, 313, 1366, 4225, 304, 5376, 411, 259, 13, 4706, 849, 1678, 8213, 1542, 29889, 3301, 7390, 28541, 29918, 19094, 29918, 4574, 1307, 29940, 16524, 29928, 29918, 11116, 322, 29871, 13, 4706, 849, 1678, 8213, 1542, 29889, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 29918, 11116, 7274, 29991, 13, 4706, 10729, 1469, 2793, 29936, 13, 4706, 565, 29898, 9799, 1542, 29889, 275, 14644, 1821, 29898, 10572, 1542, 29889, 3301, 7390, 28541, 29918, 19094, 29918, 4574, 1307, 29940, 16524, 29928, 29918, 11116, 876, 426, 13, 9651, 1018, 426, 13, 18884, 2793, 353, 7777, 8434, 6982, 12177, 29889, 689, 2500, 29898, 10041, 3835, 29892, 17425, 29892, 13, 18884, 376, 22331, 613, 2588, 29879, 29889, 294, 1293, 703, 10041, 3284, 3051, 8983, 13, 9651, 500, 4380, 313, 14126, 12018, 15730, 2451, 321, 29897, 426, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 29872, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 10041, 29898, 29872, 29889, 7711, 16655, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 9651, 565, 29898, 3051, 29889, 657, 10572, 1542, 580, 1275, 1870, 2597, 13, 18884, 1714, 2643, 353, 1714, 29889, 4830, 29898, 13, 462, 1678, 376, 18552, 292, 3443, 1273, 29879, 1304, 304, 6084, 278, 5745, 1134, 29908, 718, 13, 462, 1678, 18227, 23765, 1819, 29901, 1273, 29879, 613, 13, 462, 1678, 376, 22331, 613, 23765, 10572, 10562, 416, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 10041, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 9651, 565, 11864, 275, 14039, 287, 29898, 3051, 29889, 657, 10572, 1542, 580, 18840, 13, 18884, 1714, 2643, 353, 1714, 29889, 4830, 29898, 13, 462, 1678, 376, 25807, 29884, 3016, 287, 10576, 29899, 1542, 6790, 491, 3443, 376, 718, 13, 462, 1678, 376, 22331, 16328, 29879, 313, 23765, 29901, 1273, 29879, 19123, 13, 462, 1678, 2793, 29889, 657, 10572, 1542, 2141, 7711, 3285, 23765, 10572, 10562, 416, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 13, 462, 1678, 7855, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 4706, 500, 1683, 565, 29898, 9799, 1542, 29889, 275, 14644, 1821, 29898, 10572, 1542, 29889, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 29918, 11116, 18840, 13, 9651, 1480, 29889, 3888, 703, 949, 515, 341, 603, 6857, 27494, 1496, 13, 9651, 2391, 29966, 3089, 1469, 29958, 8118, 29936, 13, 9651, 1018, 426, 13, 18884, 8118, 353, 7777, 8434, 6982, 12177, 29889, 3166, 6857, 27494, 29898, 10041, 3835, 29892, 5745, 1542, 416, 13, 9651, 500, 4380, 313, 14126, 12018, 15730, 2451, 321, 29897, 426, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 29872, 29889, 7711, 3310, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 10041, 29898, 29872, 29889, 7711, 16655, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 9651, 565, 29898, 10853, 29889, 24326, 580, 2597, 13, 18884, 1714, 2643, 353, 376, 3089, 947, 451, 1712, 738, 341, 603, 24928, 29925, 5708, 1213, 29936, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 10041, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 1683, 565, 29898, 10853, 29889, 2311, 580, 29958, 29896, 2597, 29871, 13, 18884, 849, 2158, 18116, 1048, 17262, 5633, 13, 18884, 1480, 29889, 25442, 703, 8875, 10729, 3743, 901, 1135, 697, 3455, 29879, 29901, 4045, 1135, 376, 718, 13, 462, 12, 12, 29908, 1552, 937, 674, 367, 17262, 613, 13, 462, 12, 12, 10572, 1542, 29889, 29924, 8647, 5690, 8322, 29918, 19094, 29918, 14573, 29918, 11116, 416, 13, 18884, 363, 29898, 524, 474, 29922, 29896, 29936, 29875, 29966, 10853, 29889, 2311, 890, 29875, 16284, 13, 462, 1678, 10729, 1469, 17262, 353, 8118, 29889, 657, 29898, 29875, 416, 13, 462, 1678, 1480, 29889, 25442, 703, 29871, 11455, 10576, 426, 6177, 4408, 6571, 29989, 8213, 1542, 6571, 613, 13, 462, 4706, 716, 4669, 2636, 426, 29875, 29974, 29896, 29892, 647, 4395, 29889, 19629, 3285, 647, 4395, 29889, 657, 10572, 1542, 580, 3680, 13, 18884, 500, 13, 9651, 500, 13, 9651, 2793, 353, 8118, 29889, 657, 29898, 29900, 416, 13, 9651, 565, 29898, 3051, 29889, 657, 10572, 1542, 580, 1275, 1870, 2597, 13, 18884, 1714, 2643, 353, 1714, 29889, 4830, 29898, 13, 462, 1678, 376, 10572, 1542, 451, 6790, 363, 286, 603, 3573, 760, 363, 934, 1273, 29879, 29889, 376, 718, 13, 462, 1678, 376, 1576, 5745, 1134, 1818, 367, 697, 310, 278, 6969, 1819, 29901, 1273, 29879, 613, 13, 462, 1678, 2793, 29889, 19629, 3285, 6969, 10572, 10562, 416, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 10041, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 9651, 565, 11864, 275, 14039, 287, 29898, 3051, 29889, 657, 10572, 1542, 580, 18840, 13, 18884, 1714, 2643, 353, 1714, 29889, 4830, 29898, 13, 462, 1678, 376, 25807, 29884, 3016, 287, 10576, 29899, 1542, 1273, 29879, 6790, 363, 286, 603, 3573, 760, 376, 718, 13, 462, 1678, 376, 1454, 934, 1273, 29879, 313, 23765, 29901, 1273, 29879, 19123, 13, 462, 1678, 2793, 29889, 657, 10572, 1542, 3285, 3051, 29889, 19629, 3285, 23765, 10572, 10562, 416, 13, 18884, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 13, 462, 1678, 7855, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 4706, 500, 1683, 426, 13, 9651, 2793, 353, 716, 10729, 1469, 29898, 9799, 1542, 29892, 1870, 29892, 7855, 3835, 416, 13, 4706, 500, 13, 4706, 1472, 5183, 26010, 353, 2184, 29889, 3784, 2481, 19169, 275, 890, 13, 4706, 1480, 29889, 3888, 703, 259, 2023, 5183, 2009, 848, 6571, 1516, 613, 19715, 26010, 29899, 2962, 416, 13, 4706, 7315, 29966, 1231, 29892, 1123, 26081, 29958, 21213, 353, 6088, 4591, 3916, 29898, 3051, 29892, 16044, 287, 10572, 1542, 416, 13, 4706, 1472, 13755, 26010, 353, 2184, 29889, 3784, 2481, 19169, 275, 890, 13, 4706, 1480, 29889, 3888, 703, 259, 2023, 13755, 848, 6571, 1516, 613, 862, 2976, 26010, 29899, 19715, 26010, 416, 13, 4706, 736, 21213, 29936, 13, 1678, 500, 13, 268, 13, 1678, 970, 7315, 29966, 1231, 29892, 1123, 26081, 29958, 6088, 4591, 3916, 29898, 3089, 1469, 2793, 29892, 8213, 1542, 9259, 10572, 1542, 2597, 13, 4706, 849, 313, 29941, 29897, 20969, 278, 16314, 12757, 29898, 29879, 29897, 883, 278, 7855, 4840, 13, 4706, 565, 29898, 3051, 29889, 657, 10572, 1542, 2141, 275, 14644, 1821, 29898, 10572, 1542, 29889, 3301, 7390, 28541, 29918, 7249, 29918, 11116, 18840, 13, 9651, 849, 5510, 515, 4390, 13, 9651, 3183, 716, 853, 23765, 10925, 2451, 703, 29925, 1503, 292, 310, 4663, 451, 3447, 8762, 584, 703, 416, 13, 539, 500, 1683, 565, 29898, 275, 14039, 287, 29898, 3051, 29889, 657, 10572, 1542, 580, 18840, 849, 3166, 390, 4037, 7797, 4371, 13, 9651, 390, 2176, 1917, 5126, 995, 5126, 353, 390, 2176, 1917, 5126, 29889, 20958, 890, 13, 9651, 7315, 29966, 1231, 29892, 1123, 26081, 29958, 22540, 353, 716, 23073, 29966, 1231, 29892, 1123, 26081, 8295, 13, 9651, 3789, 29966, 10358, 804, 4247, 2816, 29902, 3960, 29958, 19356, 353, 716, 11874, 2697, 29966, 10358, 804, 4247, 2816, 29902, 3960, 8295, 13, 9651, 12367, 3983, 353, 716, 11374, 287, 9527, 890, 13, 9651, 1018, 426, 13, 18884, 13812, 29889, 5510, 29898, 4262, 29892, 3051, 29889, 657, 6691, 3835, 3285, 2793, 29889, 657, 10572, 1542, 2141, 7711, 3310, 13, 9651, 500, 4380, 313, 25807, 29884, 3016, 287, 29925, 1503, 292, 5809, 2451, 321, 29897, 426, 13, 18884, 849, 1231, 9259, 10572, 1542, 353, 1732, 18163, 29889, 657, 6730, 703, 23965, 1496, 13, 18884, 849, 20539, 385, 7463, 1923, 4829, 29892, 1363, 591, 1423, 297, 13, 18884, 849, 275, 6359, 519, 29898, 636, 29897, 363, 6969, 4072, 322, 1603, 591, 679, 1244, 263, 13, 18884, 849, 348, 23765, 3402, 1599, 5480, 372, 3430, 763, 385, 5285, 13, 18884, 849, 2704, 278, 1923, 313, 29872, 29889, 29887, 29889, 263, 4567, 24470, 411, 278, 3734, 11846, 29897, 13, 18884, 1714, 2643, 353, 376, 2525, 519, 304, 1653, 278, 1459, 643, 363, 278, 6969, 3402, 29908, 13, 462, 1678, 718, 3051, 29889, 657, 10572, 1542, 580, 13578, 4852, 29974, 29872, 29974, 1159, 1769, 13, 18884, 1480, 29889, 2704, 29898, 4906, 29892, 29872, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 23845, 29940, 1964, 29918, 18603, 29918, 11432, 467, 13, 462, 1678, 7855, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 4380, 313, 7944, 2451, 321, 2597, 13, 18884, 849, 12256, 29923, 29901, 2233, 406, 10177, 409, 2232, 451, 304, 3867, 2702, 15283, 373, 13, 18884, 849, 418, 13755, 4436, 29889, 10133, 278, 4380, 363, 599, 24875, 2451, 13, 18884, 1714, 2643, 353, 376, 2525, 519, 304, 6088, 278, 4944, 390, 4037, 848, 313, 4830, 29901, 376, 13, 462, 1678, 718, 3051, 29889, 657, 10572, 1542, 580, 29974, 613, 2643, 29901, 15691, 29872, 29889, 28983, 580, 29974, 1159, 1769, 13, 18884, 1480, 29889, 2704, 29898, 4906, 29892, 29872, 416, 13, 18884, 3183, 716, 2563, 4873, 2451, 29898, 13, 462, 1678, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 13, 462, 1678, 7855, 29898, 4906, 467, 13, 462, 1678, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 9651, 500, 13, 9651, 363, 29898, 20277, 29966, 29565, 552, 29958, 380, 353, 3983, 29889, 17609, 890, 303, 29889, 5349, 9190, 890, 2597, 13, 18884, 3164, 804, 4247, 2816, 29902, 3960, 6503, 353, 380, 29889, 4622, 2141, 657, 20622, 890, 13, 18884, 565, 29898, 10314, 28919, 306, 3960, 2607, 19356, 29889, 1202, 29898, 10314, 18840, 13, 462, 1678, 849, 4282, 263, 716, 8954, 13, 462, 1678, 22540, 29889, 649, 3552, 29898, 29902, 3960, 29897, 10314, 467, 657, 2525, 12858, 1231, 3285, 13, 462, 4706, 995, 5126, 29889, 3258, 29934, 2176, 1123, 26081, 3552, 29902, 3960, 29897, 10314, 29892, 3983, 2483, 13, 18884, 500, 13, 9651, 500, 13, 9651, 736, 22540, 29936, 13, 4706, 500, 1683, 426, 849, 348, 23765, 5745, 1134, 13, 9651, 1714, 2643, 353, 1714, 29889, 4830, 29898, 13, 18884, 376, 29925, 1503, 287, 10576, 29899, 1542, 14210, 29879, 29915, 338, 451, 697, 310, 278, 6969, 1273, 29879, 613, 13, 18884, 2793, 29889, 657, 10572, 1542, 3285, 23765, 10572, 10562, 416, 13, 9651, 1480, 29889, 3888, 703, 22050, 10729, 29901, 6571, 613, 4906, 416, 13, 9651, 3183, 716, 2563, 4873, 2451, 29898, 13, 18884, 13291, 29889, 4882, 29898, 5709, 29889, 29933, 3035, 29918, 16244, 467, 13, 18884, 7855, 29898, 4906, 467, 13, 18884, 4839, 29898, 5506, 18163, 29889, 2477, 4741, 7982, 29892, 9259, 10572, 1542, 467, 4282, 3310, 13, 4706, 500, 13, 1678, 500, 13, 1678, 7762, 13, 268, 334, 2422, 635, 1304, 304, 679, 278, 9259, 5745, 1134, 1304, 746, 7863, 13, 268, 334, 26633, 2324, 2563, 4873, 2451, 29913, 29879, 29889, 13, 268, 334, 732, 3207, 1732, 18163, 13, 268, 334, 732, 3207, 9259, 10572, 1542, 13, 268, 334, 732, 2457, 13, 268, 3776, 13, 1678, 2024, 2294, 8213, 1542, 679, 23965, 287, 10572, 1542, 29898, 6857, 2561, 6742, 3388, 29966, 1231, 29892, 1231, 29958, 1732, 18163, 29897, 426, 13, 4706, 8213, 1542, 9259, 10572, 1542, 29936, 13, 4706, 1714, 9259, 10572, 1542, 1231, 353, 1732, 18163, 29889, 657, 6730, 703, 23965, 1496, 13, 4706, 565, 29898, 16044, 287, 10572, 1542, 1231, 2804, 1870, 2597, 13, 9651, 1018, 426, 13, 18884, 9259, 10572, 1542, 353, 8213, 1542, 29889, 25835, 29898, 16044, 287, 10572, 1542, 1231, 416, 13, 18884, 565, 29898, 16044, 287, 10572, 1542, 29889, 275, 29956, 789, 7543, 1542, 580, 2597, 13, 462, 1678, 9259, 10572, 1542, 353, 22236, 29918, 2477, 4741, 7982, 3352, 29918, 2303, 4571, 29909, 29918, 11116, 29936, 13, 18884, 500, 13, 9651, 500, 4380, 313, 14126, 12018, 15730, 2451, 321, 29897, 426, 13, 18884, 9259, 10572, 1542, 353, 22236, 29918, 2477, 4741, 7982, 3352, 29918, 2303, 4571, 29909, 29918, 11116, 29936, 13, 9651, 500, 13, 4706, 500, 1683, 426, 13, 9651, 9259, 10572, 1542, 353, 22236, 29918, 2477, 4741, 7982, 3352, 29918, 2303, 4571, 29909, 29918, 11116, 29936, 13, 4706, 500, 13, 4706, 736, 9259, 10572, 1542, 29936, 13, 1678, 500, 13, 1678, 7762, 13, 268, 334, 1281, 369, 1372, 278, 1134, 322, 278, 1014, 1853, 310, 278, 21213, 5745, 1134, 304, 278, 13, 268, 334, 1347, 8954, 408, 6087, 297, 26633, 2324, 396, 23765, 10572, 10562, 29913, 322, 1135, 13, 268, 334, 12747, 565, 278, 21213, 5745, 1134, 338, 11122, 297, 445, 1051, 29889, 13, 268, 334, 732, 3207, 5745, 1542, 278, 8213, 1542, 2777, 304, 1423, 13, 268, 334, 732, 2457, 529, 401, 29958, 3009, 829, 401, 29958, 565, 278, 21213, 5745, 1134, 338, 451, 29871, 13, 268, 334, 529, 401, 29958, 4304, 829, 401, 29958, 322, 6969, 29889, 29871, 13, 268, 3776, 13, 1678, 2024, 7223, 338, 14039, 287, 29898, 10572, 1542, 5745, 1542, 2597, 13, 4706, 736, 5745, 1542, 1275, 1870, 1577, 2089, 584, 6969, 10572, 10562, 29889, 11516, 29898, 13, 9651, 5745, 1542, 29889, 657, 1542, 2141, 517, 19357, 8259, 580, 23097, 29914, 18717, 13, 9651, 5745, 1542, 29889, 657, 4035, 1853, 2141, 517, 19357, 8259, 3310, 13, 1678, 500, 13, 268, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Friday, June 1, 2012 Song Story: 'Glory Hallelujah' Unity is huge. It's not just huge in sports teams and in successful businesses. It's not just huge in committees or even families. Unity is huge to God. It's huge in churches, from the leadership all the way to the last attender and even more it's huge in terms of the Church with a big 'C'... the collective Christ-followers and the churches in which they worship throughout our nation and world. The verses in God's Word that discuss the importance of unity are prolific and the urgency with which the concept is discussed is palpable. All that said, I wanted to write a worship song that, at it's core, could help unify the congregation singing it. I used 'we' language on this one--something I haven't used a ton in the past--because the lyric and theme begged for it, and I searched for words that could articulate the depth of unity that I believe God desires from us. I think the lyric I'm most proud of in this particular song kicks off the second verse: All of our brothers and sisters through time have sung of the blood of the same sacrifice This lyrics speaks to the beautiful truth that singing of His love and sacrifice for us binds believers together in a way that transcends even time. No matter what melody is being sung, no matter what chords are being played by what instruments, believers have been uniting together for centuries singing about the truths of Christ's glorious death and resurrection and all that they imply. To me that's an amazing reality, and one worth giving some serious real estate in our church services! As for the song-writing fodder I promised... this one was fun to play around with as I wrote it. I used a hemiola passage in the verse (played quietly with a wurlitzer) and bridge (a little more apparent from an electric guitar) with three notes being repeated all the way through large 4/4 phrases. I also truncated all of the phrases in the bridge--all of them 3 bars instead of four--just to add to the urgency of the concept sung there. One of the things I think is most fun, though, about this tune is that the chords in the second verse are quite different than in the first even though the melody is identical... capped off with a 2sus chord replacing the typical 5 in the first verse. Yup... theory geek stuff for sure! Hope that gives you some insight into the first song on the project! Come back and visit soon as I'll be discussing my first single next time... track #2, entitled 'Here With You.' AVAILABLE NOW!!! Subscribe To who's Mark Roach? I'm a Christ-following husband, father, songwriter, worship leader and St. Louis Blues fan. It's worth noting that, while I am the Worship Arts Director at MSC, all the stuff found here is me... just me... and shouldn't be taken to represent MSC or any other entity, really... beyond just me. :)
[ 1, 28728, 29892, 5306, 29871, 29896, 29892, 29871, 29906, 29900, 29896, 29906, 13, 13, 29903, 549, 13740, 29901, 525, 29954, 29880, 706, 28174, 6092, 29926, 801, 29915, 13, 13, 2525, 537, 338, 12176, 29889, 739, 29915, 29879, 451, 925, 12176, 297, 14717, 10907, 322, 297, 9150, 5381, 267, 29889, 739, 29915, 29879, 451, 925, 12176, 297, 844, 5388, 267, 470, 1584, 13175, 29889, 20872, 338, 12176, 304, 4177, 29889, 739, 29915, 29879, 12176, 297, 26014, 29892, 515, 278, 26001, 599, 278, 982, 304, 278, 1833, 1098, 1581, 322, 1584, 901, 372, 29915, 29879, 12176, 297, 4958, 310, 278, 6291, 411, 263, 4802, 525, 29907, 29915, 856, 278, 6314, 573, 2819, 29899, 23031, 414, 322, 278, 26014, 297, 607, 896, 26320, 10106, 1749, 5233, 322, 3186, 29889, 450, 1224, 267, 297, 4177, 29915, 29879, 10803, 393, 5353, 278, 13500, 310, 20107, 526, 410, 29880, 928, 322, 278, 5065, 14703, 411, 607, 278, 6964, 338, 15648, 338, 5112, 29886, 519, 29889, 13, 13, 3596, 393, 1497, 29892, 306, 5131, 304, 2436, 263, 26320, 4823, 393, 29892, 472, 372, 29915, 29879, 7136, 29892, 1033, 1371, 443, 1598, 278, 378, 7642, 362, 23623, 372, 29889, 306, 1304, 525, 705, 29915, 4086, 373, 445, 697, 489, 14481, 306, 7359, 29915, 29873, 1304, 263, 15243, 297, 278, 4940, 489, 18103, 278, 21261, 2200, 322, 10929, 25945, 287, 363, 372, 29892, 322, 306, 17371, 363, 3838, 393, 1033, 1616, 293, 5987, 278, 10809, 310, 20107, 393, 306, 4658, 4177, 553, 2658, 515, 502, 29889, 306, 1348, 278, 21261, 2200, 306, 29915, 29885, 1556, 22314, 310, 297, 445, 3153, 4823, 413, 7358, 1283, 278, 1473, 23281, 29901, 13, 13, 3596, 310, 1749, 21383, 322, 9883, 29879, 1549, 931, 505, 269, 686, 310, 278, 10416, 310, 278, 1021, 28839, 13, 13, 4013, 26627, 1199, 7726, 29879, 304, 278, 9560, 8760, 393, 23623, 310, 3600, 5360, 322, 28839, 363, 502, 7868, 29879, 1339, 347, 874, 4208, 297, 263, 982, 393, 1301, 29883, 1975, 1584, 931, 29889, 1939, 4383, 825, 9232, 1486, 338, 1641, 269, 686, 29892, 694, 4383, 825, 521, 4339, 526, 1641, 5318, 491, 825, 23643, 29892, 1339, 347, 874, 505, 1063, 5190, 292, 4208, 363, 21726, 23623, 1048, 278, 8760, 29879, 310, 2819, 29915, 29879, 3144, 23308, 4892, 322, 620, 20503, 428, 322, 599, 393, 896, 22366, 29889, 1763, 592, 393, 29915, 29879, 385, 21863, 292, 16832, 29892, 322, 697, 7088, 6820, 777, 10676, 1855, 19989, 297, 1749, 6586, 5786, 29991, 13, 13, 2887, 363, 278, 4823, 29899, 16554, 285, 397, 672, 306, 22399, 856, 445, 697, 471, 2090, 304, 1708, 2820, 411, 408, 306, 5456, 372, 29889, 306, 1304, 263, 9736, 29875, 2963, 13382, 297, 278, 23281, 313, 1456, 287, 25970, 411, 263, 1637, 29880, 13510, 29897, 322, 12945, 313, 29874, 2217, 901, 20295, 515, 385, 12646, 11210, 29897, 411, 2211, 11486, 1641, 10324, 599, 278, 982, 1549, 2919, 29871, 29946, 29914, 29946, 12216, 2129, 29889, 306, 884, 21022, 630, 599, 310, 278, 12216, 2129, 297, 278, 12945, 489, 497, 310, 963, 29871, 29941, 22306, 2012, 310, 3023, 489, 5143, 304, 788, 304, 278, 5065, 14703, 310, 278, 6964, 269, 686, 727, 29889, 3118, 310, 278, 2712, 306, 1348, 338, 1556, 2090, 29892, 2466, 29892, 1048, 445, 260, 1540, 338, 393, 278, 521, 4339, 297, 278, 1473, 23281, 526, 3755, 1422, 1135, 297, 278, 937, 1584, 2466, 278, 9232, 1486, 338, 13557, 856, 274, 17280, 1283, 411, 263, 29871, 29906, 29879, 375, 521, 536, 15270, 278, 15662, 29871, 29945, 297, 278, 937, 23281, 29889, 612, 786, 856, 6368, 1737, 1416, 6433, 363, 1854, 29991, 13, 13, 29950, 2300, 393, 4076, 366, 777, 25483, 964, 278, 937, 4823, 373, 278, 2060, 29991, 16760, 1250, 322, 6493, 4720, 408, 306, 29915, 645, 367, 5353, 292, 590, 937, 2323, 2446, 931, 856, 5702, 396, 29906, 29892, 23437, 525, 10605, 2973, 887, 6169, 13, 13, 26612, 6227, 6181, 405, 9806, 21004, 13, 13, 4035, 13086, 1763, 13, 13, 15970, 29915, 29879, 4485, 1528, 496, 29973, 13, 13, 29902, 29915, 29885, 263, 2819, 29899, 23031, 292, 10216, 29892, 4783, 29892, 4823, 13236, 29892, 26320, 11822, 322, 624, 29889, 5899, 23434, 13524, 29889, 13, 3112, 29915, 29879, 7088, 451, 292, 393, 29892, 1550, 306, 626, 278, 19662, 3527, 11401, 15944, 472, 341, 7187, 29892, 599, 278, 6433, 1476, 1244, 338, 592, 856, 925, 592, 856, 322, 9273, 29915, 29873, 367, 4586, 304, 2755, 341, 7187, 470, 738, 916, 7855, 29892, 2289, 856, 8724, 925, 592, 29889, 4248 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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: ssh authentication failure with public/private keys I'm setting up a Continuous Deployment pipeline on gitlab. Unfortunately, when trying to ssh from the pipeline to the target server, the authentication fails. I am asking the question here because I am fairly sure the problem is unix related and not gitlab. Here is the setup: Using ssh-keygen I created a key pair. I added the public key in ~/.ssh/authorized_keys on the server. The private key is export in an env var 'SSH_PRIVATE_KEY' on the client server. permissions on the server: ~/.ssh 700, ~/.ssh/authorized_keys 600 sshd configs on the server are all defaults. On commit, gitlab spins up a docker executor (docker image node:11.2). Then, those commands are executed inside the container: 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' eval $(ssh-agent -s) ## ## Add the SSH key stored in SSH_PRIVATE_KEY variable to the agent store ## We're using tr to fix line endings which makes ed25519 keys work ## without extra base64 encoding. ## https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556 ## echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null mkdir -p ~/.ssh chmod 700 ~/.ssh echo "$SSH_PRIVATE_KEY" > ~/.ssh/known_hosts chmod 644 ~/.ssh/known_hosts ssh -vvv user@server I followed the instructions here: https://docs.gitlab.com/ce/ci/ssh_keys/ Here is the output of my execution: Running with gitlab-runner 11.5.0 (3afdaba6) on Runner2 7eb17b67 Using Docker executor with image node:11.2 ... Pulling docker image node:11.2 ... Using docker image sha256:e9737a5f718d8364a4bde8d82751bf0d2bace3d1b6492f6c16f1526b6e73cfa4 for node:11.2 ... Running on runner-7eb17b67-project-40-concurrent-0 via server... Fetching changes... Removing node_modules/ HEAD is now at aa4a605 removing bugged command line Checking out aa4a6054 as integrate_cd... Skipping Git submodules setup Checking cache for default... No URL provided, cache will be not downloaded from shared cache server. Instead a local version of cache will be extracted. Successfully extracted cache $ which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) /usr/bin/ssh-agent $ eval $(ssh-agent -s) Agent pid 14 $ echo "$SSH_PRIV_KEY" | ssh-add - > /dev/null Identity added: (stdin) ((stdin)) $ mkdir -p ~/.ssh $ chmod 700 ~/.ssh $ echo "$SSH_KNOWNHOST_KEY" > ~/.ssh/known_hosts $ chmod 644 ~/.ssh/known_hosts $ ssh -p 5555 -vvv user@server OpenSSH_7.4p1 Debian-10+deb9u4, OpenSSL 1.0.2l 25 May 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * Pseudo-terminal will not be allocated because stdin is not a terminal. debug2: resolving "server" port 22 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to servee[x.x.x.x] port 22 debug1: Connection established. debug1: permanently_set_uid: 0/0 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_rsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u4 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2 debug1: match: OpenSSH_7.2 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to server:22 as 'user' debug3: put_host_port: [server]:22 debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts" debug3: record_hostkey: found key type RSA in file /root/.ssh/known_hosts:2 debug3: record_hostkey: found key type ECDSA in file /root/.ssh/known_hosts:4 debug3: record_hostkey: found key type ED25519 in file /root/.ssh/known_hosts:6 debug3: load_hostkeys: loaded 3 keys from [server]:22 debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa debug3: send packet: type 20 debug1: SSH2_MSG_KEXINIT sent debug3: receive packet: type 20 debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com,zlib debug2: compression stoc: none,zlib@openssh.com,zlib debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256@libssh.org debug1: kex: host key algorithm: ecdsa-sha2-nistp256 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug3: send packet: type 30 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug3: receive packet: type 31 debug1: Server host key: ecdsa-sha2-nistp256 SHA256:1MfReEPXf/ResuMnmG/nEgimB5TxF1AcA2j4LBHBbTU debug3: put_host_port: [x.x.x.x]:22 debug3: put_host_port: [server]:22 debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts" debug3: record_hostkey: found key type RSA in file /root/.ssh/known_hosts:2 debug3: record_hostkey: found key type ECDSA in file /root/.ssh/known_hosts:4 debug3: record_hostkey: found key type ED25519 in file /root/.ssh/known_hosts:6 debug3: load_hostkeys: loaded 3 keys from [server]:22 debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts" debug1: Host '[server]:22' is known and matches the ECDSA host key. debug1: Found key in /root/.ssh/known_hosts:4 Warning: Permanently added the ECDSA host key for IP address '[x.x.x.x]:22' to the list of known hosts. debug3: send packet: type 21 debug2: set_newkeys: mode 1 debug1: rekey after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug3: receive packet: type 21 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey after 134217728 blocks debug2: key: (stdin) (0x55ff2d56d630), agent debug2: key: /root/.ssh/id_rsa ((nil)) debug2: key: /root/.ssh/id_dsa ((nil)) debug2: key: /root/.ssh/id_ecdsa ((nil)) debug2: key: /root/.ssh/id_ed25519 ((nil)) debug3: send packet: type 5 debug3: receive packet: type 7 debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512> debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug3: start over, passed a different list publickey,keyboard-interactive debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering RSA public key: (stdin) debug3: send_pubkey_test debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Trying private key: /root/.ssh/id_rsa debug3: no such identity: /root/.ssh/id_rsa: No such file or directory debug1: Trying private key: /root/.ssh/id_dsa debug3: no such identity: /root/.ssh/id_dsa: No such file or directory debug1: Trying private key: /root/.ssh/id_ecdsa debug3: no such identity: /root/.ssh/id_ecdsa: No such file or directory debug1: Trying private key: /root/.ssh/id_ed25519 debug3: no such identity: /root/.ssh/id_ed25519: No such file or directory debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug3: send packet: type 50 debug2: we sent a keyboard-interactive packet, wait for reply debug3: receive packet: type 60 debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 debug1: read_passphrase: can't open /dev/tty: No such device or address debug3: send packet: type 61 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug2: userauth_kbdint debug3: send packet: type 50 debug2: we sent a keyboard-interactive packet, wait for reply debug3: receive packet: type 60 debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 debug1: read_passphrase: can't open /dev/tty: No such device or address debug3: send packet: type 61 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug2: userauth_kbdint debug3: send packet: type 50 debug2: we sent a keyboard-interactive packet, wait for reply debug3: receive packet: type 60 debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 debug1: read_passphrase: can't open /dev/tty: No such device or address debug3: send packet: type 61 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug2: we did not send a packet, disable method debug1: No more authentication methods to try. Permission denied (publickey,keyboard-interactive). ERROR: Job failed: exit code 1 I think the ssh interesting part is this: debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering RSA public key: (stdin) debug3: send_pubkey_test debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Trying private key: /root/.ssh/id_rsa debug3: no such identity: /root/.ssh/id_rsa: No such file or directory debug1: Trying private key: /root/.ssh/id_dsa debug3: no such identity: /root/.ssh/id_dsa: No such file or directory debug1: Trying private key: /root/.ssh/id_ecdsa debug3: no such identity: /root/.ssh/id_ecdsa: No such file or directory debug1: Trying private key: /root/.ssh/id_ed25519 debug3: no such identity: /root/.ssh/id_ed25519: No such file or directory debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password It tries to authenticate debug2: we sent a publickey packet, wait for reply But failed with SSH_MSG_USERAUTH_FAILURE right after debug3: receive packet: type 51 Then it tries a couple public keys that do not exists on the runner. What is happening? What can cause SSH_MSG_USERAUTH_FAILURE? Thank you. A: Found the answer. I got my hand on the logs from the server I was trying to connect too: sshd[40354]: Authentication refused: bad ownership or modes for directory /web Turns out the user had more rights that supposed on his home repository. Fixed it to drwxr-xr-x resolved the issue. So it seems that ssh validates the modes for .ssh/ .ssh/authorized_keys the user HOME repository
[ 1, 660, 29901, 13, 13, 15269, 10760, 10672, 411, 970, 29914, 9053, 6611, 13, 13, 29902, 29915, 29885, 4444, 701, 263, 2866, 8675, 681, 10034, 22812, 16439, 373, 6315, 8205, 29889, 13, 2525, 7524, 29892, 746, 1811, 304, 13927, 515, 278, 16439, 304, 278, 3646, 1923, 29892, 278, 10760, 8465, 29889, 13, 29902, 626, 6721, 278, 1139, 1244, 1363, 306, 626, 12558, 1854, 278, 1108, 338, 28167, 4475, 322, 451, 6315, 8205, 29889, 13, 10605, 338, 278, 6230, 29901, 13, 13, 15156, 13927, 29899, 1989, 1885, 306, 2825, 263, 1820, 5101, 29889, 13, 29902, 2715, 278, 970, 1820, 297, 3695, 6294, 15269, 29914, 8921, 1891, 29918, 8149, 373, 278, 1923, 29889, 13, 1576, 2024, 1820, 338, 5609, 297, 385, 8829, 722, 525, 1799, 29950, 29918, 29829, 29963, 3040, 29918, 10818, 29915, 373, 278, 3132, 1923, 29889, 13, 17858, 6847, 373, 278, 1923, 29901, 3695, 6294, 15269, 29871, 29955, 29900, 29900, 29892, 3695, 6294, 15269, 29914, 8921, 1891, 29918, 8149, 29871, 29953, 29900, 29900, 13, 15269, 29881, 2295, 29879, 373, 278, 1923, 526, 599, 21274, 29889, 13, 13, 2951, 9063, 29892, 6315, 8205, 805, 1144, 701, 263, 10346, 2279, 3406, 313, 14695, 1967, 2943, 29901, 29896, 29896, 29889, 29906, 467, 13, 11760, 29892, 1906, 8260, 526, 8283, 2768, 278, 5639, 29901, 13, 29915, 4716, 13927, 29899, 14748, 3830, 313, 10882, 29899, 657, 2767, 448, 29891, 2607, 10882, 29899, 657, 2601, 13246, 845, 29899, 4645, 448, 29891, 1723, 29915, 13, 14513, 2427, 15269, 29899, 14748, 448, 29879, 29897, 13, 13, 1678, 444, 13, 1678, 444, 3462, 278, 22343, 1820, 6087, 297, 22343, 29918, 29829, 29963, 3040, 29918, 10818, 2286, 304, 278, 10823, 3787, 13, 1678, 444, 1334, 29915, 276, 773, 534, 304, 2329, 1196, 1095, 886, 607, 3732, 1226, 29906, 29945, 29945, 29896, 29929, 6611, 664, 13, 1678, 444, 1728, 4805, 2967, 29953, 29946, 8025, 29889, 13, 1678, 444, 2045, 597, 5559, 8205, 29889, 510, 29914, 5559, 8205, 29899, 19057, 29914, 15269, 29899, 9053, 29899, 1989, 29914, 12175, 29914, 29896, 29937, 6812, 29918, 29946, 29947, 29945, 29906, 29953, 29945, 29945, 29953, 13, 1678, 444, 13, 8057, 3908, 1799, 29950, 29918, 29829, 29963, 3040, 29918, 10818, 29908, 891, 534, 448, 29881, 11297, 29878, 29915, 891, 13927, 29899, 1202, 448, 1405, 847, 3359, 29914, 4304, 13, 13, 11256, 3972, 448, 29886, 3695, 6294, 15269, 13, 305, 1545, 29871, 29955, 29900, 29900, 3695, 6294, 15269, 13, 13, 8057, 3908, 1799, 29950, 29918, 29829, 29963, 3040, 29918, 10818, 29908, 1405, 3695, 6294, 15269, 29914, 5203, 29918, 23525, 13, 305, 1545, 29871, 29953, 29946, 29946, 3695, 6294, 15269, 29914, 5203, 29918, 23525, 13, 15269, 448, 29894, 29894, 29894, 1404, 29992, 2974, 13, 13, 29902, 5643, 278, 11994, 1244, 29901, 2045, 597, 2640, 29889, 5559, 8205, 29889, 510, 29914, 346, 29914, 455, 29914, 15269, 29918, 8149, 29914, 13, 10605, 338, 278, 1962, 310, 590, 8225, 29901, 29871, 13, 27795, 411, 6315, 8205, 29899, 27492, 29871, 29896, 29896, 29889, 29945, 29889, 29900, 313, 29941, 2142, 29881, 5363, 29953, 29897, 13, 29871, 373, 7525, 1089, 29906, 29871, 29955, 774, 29896, 29955, 29890, 29953, 29955, 13, 15156, 20868, 2279, 3406, 411, 1967, 2943, 29901, 29896, 29896, 29889, 29906, 2023, 13, 29925, 913, 292, 10346, 1967, 2943, 29901, 29896, 29896, 29889, 29906, 2023, 13, 15156, 10346, 1967, 528, 29874, 29906, 29945, 29953, 29901, 29872, 29929, 29955, 29941, 29955, 29874, 29945, 29888, 29955, 29896, 29947, 29881, 29947, 29941, 29953, 29946, 29874, 29946, 29890, 311, 29947, 29881, 29947, 29906, 29955, 29945, 29896, 1635, 29900, 29881, 29906, 29890, 815, 29941, 29881, 29896, 29890, 29953, 29946, 29929, 29906, 29888, 29953, 29883, 29896, 29953, 29888, 29896, 29945, 29906, 29953, 29890, 29953, 29872, 29955, 29941, 29883, 5444, 29946, 363, 2943, 29901, 29896, 29896, 29889, 29906, 2023, 13, 27795, 373, 28877, 29899, 29955, 774, 29896, 29955, 29890, 29953, 29955, 29899, 4836, 29899, 29946, 29900, 29899, 19279, 29899, 29900, 3025, 1923, 856, 13, 20927, 292, 3620, 856, 13, 7301, 21081, 2943, 29918, 7576, 29914, 13, 23252, 338, 1286, 472, 29099, 29946, 29874, 29953, 29900, 29945, 11077, 6494, 3192, 1899, 1196, 13, 5596, 292, 714, 29099, 29946, 29874, 29953, 29900, 29945, 29946, 408, 22782, 29918, 2252, 856, 13, 29903, 1984, 3262, 11786, 1014, 7576, 6230, 13, 5596, 292, 7090, 363, 2322, 856, 13, 3782, 3988, 4944, 29892, 7090, 674, 367, 451, 16532, 515, 7258, 7090, 1923, 29889, 8669, 263, 1887, 1873, 310, 7090, 674, 367, 23892, 29889, 29871, 13, 14191, 3730, 23892, 7090, 13, 29938, 607, 13927, 29899, 14748, 3830, 313, 10882, 29899, 657, 2767, 448, 29891, 2607, 10882, 29899, 657, 2601, 13246, 845, 29899, 4645, 448, 29891, 1723, 13, 29914, 4855, 29914, 2109, 29914, 15269, 29899, 14748, 13, 29938, 19745, 2427, 15269, 29899, 14748, 448, 29879, 29897, 13, 19661, 23107, 29871, 29896, 29946, 13, 29938, 2916, 3908, 1799, 29950, 29918, 29829, 29963, 29918, 10818, 29908, 891, 13927, 29899, 1202, 448, 1405, 847, 3359, 29914, 4304, 13, 18415, 2715, 29901, 313, 4172, 262, 29897, 5135, 4172, 262, 876, 13, 29938, 29356, 448, 29886, 3695, 6294, 15269, 13, 29938, 521, 1545, 29871, 29955, 29900, 29900, 3695, 6294, 15269, 13, 29938, 2916, 3908, 1799, 29950, 29918, 29968, 6632, 16048, 20832, 29918, 10818, 29908, 1405, 3695, 6294, 15269, 29914, 5203, 29918, 23525, 13, 29938, 521, 1545, 29871, 29953, 29946, 29946, 3695, 6294, 15269, 29914, 5203, 29918, 23525, 13, 29938, 13927, 448, 29886, 29871, 29945, 29945, 29945, 29945, 448, 29894, 29894, 29894, 1404, 29992, 2974, 13, 6585, 1799, 29950, 29918, 29955, 29889, 29946, 29886, 29896, 7089, 713, 29899, 29896, 29900, 29974, 16529, 29929, 29884, 29946, 29892, 4673, 18641, 29871, 29896, 29889, 29900, 29889, 29906, 29880, 259, 29906, 29945, 2610, 29871, 29906, 29900, 29896, 29955, 13, 8382, 29896, 29901, 21439, 5285, 848, 847, 7070, 29914, 15269, 29914, 15269, 29918, 2917, 13, 8382, 29896, 29901, 847, 7070, 29914, 15269, 29914, 15269, 29918, 2917, 1196, 29871, 29896, 29929, 29901, 2401, 5890, 3987, 363, 334, 13, 29925, 344, 5333, 29899, 8489, 979, 674, 451, 367, 19591, 1363, 3659, 262, 338, 451, 263, 8638, 29889, 13, 8382, 29906, 29901, 3770, 1747, 376, 2974, 29908, 2011, 29871, 29906, 29906, 13, 8382, 29906, 29901, 13927, 29918, 6915, 29918, 11851, 29901, 817, 22534, 29871, 29900, 13, 8382, 29896, 29901, 14971, 292, 304, 9080, 29872, 29961, 29916, 29889, 29916, 29889, 29916, 29889, 29916, 29962, 2011, 29871, 29906, 29906, 13, 8382, 29896, 29901, 15160, 7841, 29889, 13, 8382, 29896, 29901, 9410, 2705, 29918, 842, 29918, 5416, 29901, 29871, 29900, 29914, 29900, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 29899, 6327, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 29899, 6327, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 29899, 6327, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 1134, 448, 29896, 13, 8382, 29896, 29901, 1820, 29918, 1359, 29918, 3597, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 10110, 934, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 29899, 6327, 1134, 448, 29896, 13, 8382, 29896, 29901, 1174, 17961, 24521, 4464, 363, 9608, 29871, 29906, 29889, 29900, 13, 8382, 29896, 29901, 9959, 1873, 1347, 22343, 29899, 29906, 29889, 29900, 29899, 6585, 1799, 29950, 29918, 29955, 29889, 29946, 29886, 29896, 7089, 713, 29899, 29896, 29900, 29974, 16529, 29929, 29884, 29946, 13, 8382, 29896, 29901, 5240, 866, 9608, 1873, 29871, 29906, 29889, 29900, 29892, 7592, 7047, 1873, 4673, 1799, 29950, 29918, 29955, 29889, 29906, 13, 8382, 29896, 29901, 1993, 29901, 4673, 1799, 29950, 29918, 29955, 29889, 29906, 2373, 4673, 1799, 29950, 29930, 10007, 29871, 29900, 29916, 29900, 29946, 29900, 29900, 29900, 29900, 29900, 29900, 13, 8382, 29906, 29901, 285, 29881, 29871, 29941, 4444, 438, 29918, 29940, 1164, 29933, 21339, 13, 8382, 29896, 29901, 13189, 4173, 1218, 304, 1923, 29901, 29906, 29906, 408, 525, 1792, 29915, 13, 8382, 29941, 29901, 1925, 29918, 3069, 29918, 637, 29901, 518, 2974, 5387, 29906, 29906, 13, 8382, 29941, 29901, 3495, 8149, 29918, 13150, 29901, 5183, 934, 5591, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29908, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 390, 8132, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29906, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 382, 6530, 8132, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29946, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 9408, 29906, 29945, 29945, 29896, 29929, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29953, 13, 8382, 29941, 29901, 2254, 29918, 3069, 8149, 29901, 7500, 29871, 29941, 6611, 515, 518, 2974, 5387, 29906, 29906, 13, 8382, 29941, 29901, 1797, 29918, 3069, 1989, 284, 3174, 29901, 5821, 3495, 1989, 284, 3174, 29901, 321, 2252, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 15269, 29899, 287, 29906, 29945, 29945, 29896, 29929, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 15269, 29899, 2288, 29874, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29892, 15269, 29899, 287, 29906, 29945, 29945, 29896, 29929, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 15269, 29899, 2288, 29874, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29906, 29900, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 29968, 5746, 26019, 2665, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29906, 29900, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 29968, 5746, 26019, 4520, 13, 8382, 29906, 29901, 1887, 3132, 476, 5746, 26019, 24963, 13, 8382, 29906, 29901, 476, 5746, 14009, 29901, 11672, 29906, 29945, 29945, 29896, 29929, 29899, 17051, 29906, 29945, 29953, 29892, 2764, 345, 29906, 29945, 29945, 29896, 29929, 29899, 17051, 29906, 29945, 29953, 29992, 10254, 845, 29889, 990, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29899, 6543, 29899, 17051, 29906, 29945, 29953, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29896, 29953, 29899, 17051, 29945, 29896, 29906, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29896, 29947, 29899, 17051, 29945, 29896, 29906, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29899, 6543, 29899, 17051, 29896, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29896, 29946, 29899, 17051, 29906, 29945, 29953, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29896, 29946, 29899, 17051, 29896, 29892, 1062, 29899, 3888, 29899, 29883, 13, 8382, 29906, 29901, 3495, 1820, 14009, 29901, 321, 2252, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 15269, 29899, 287, 29906, 29945, 29945, 29896, 29929, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 15269, 29899, 2288, 29874, 29899, 6327, 29899, 29894, 29900, 29896, 29992, 22156, 845, 29889, 510, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29892, 15269, 29899, 287, 29906, 29945, 29945, 29896, 29929, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 15269, 29899, 2288, 29874, 13, 8382, 29906, 29901, 4583, 561, 414, 274, 29873, 359, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 9988, 29892, 28628, 29896, 29929, 29906, 29899, 9988, 29892, 28628, 29906, 29945, 29953, 29899, 9988, 29892, 28628, 29896, 29906, 29947, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29906, 29945, 29953, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 10702, 29883, 29892, 28628, 29896, 29929, 29906, 29899, 10702, 29883, 29892, 28628, 29906, 29945, 29953, 29899, 10702, 29883, 13, 8382, 29906, 29901, 4583, 561, 414, 380, 542, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 9988, 29892, 28628, 29896, 29929, 29906, 29899, 9988, 29892, 28628, 29906, 29945, 29953, 29899, 9988, 29892, 28628, 29896, 29906, 29947, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29906, 29945, 29953, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 10702, 29883, 29892, 28628, 29896, 29929, 29906, 29899, 10702, 29883, 29892, 28628, 29906, 29945, 29953, 29899, 10702, 29883, 13, 8382, 29906, 29901, 26750, 29879, 274, 29873, 359, 29901, 1922, 562, 29899, 29953, 29946, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29896, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29953, 29946, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 7184, 562, 29899, 17051, 29896, 13, 8382, 29906, 29901, 26750, 29879, 380, 542, 29901, 1922, 562, 29899, 29953, 29946, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29896, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29953, 29946, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 7184, 562, 29899, 17051, 29896, 13, 8382, 29906, 29901, 24221, 274, 29873, 359, 29901, 5642, 29892, 29920, 1982, 29992, 22156, 845, 29889, 510, 29892, 29920, 1982, 13, 8382, 29906, 29901, 24221, 380, 542, 29901, 5642, 29892, 29920, 1982, 29992, 22156, 845, 29889, 510, 29892, 29920, 1982, 13, 8382, 29906, 29901, 10276, 274, 29873, 359, 29901, 29871, 13, 8382, 29906, 29901, 10276, 380, 542, 29901, 29871, 13, 8382, 29906, 29901, 937, 29918, 446, 29916, 29918, 23031, 29879, 29871, 29900, 29871, 13, 8382, 29906, 29901, 21676, 29871, 29900, 29871, 13, 8382, 29906, 29901, 23533, 1923, 476, 5746, 26019, 24963, 13, 8382, 29906, 29901, 476, 5746, 14009, 29901, 11672, 29906, 29945, 29945, 29896, 29929, 29899, 17051, 29906, 29945, 29953, 29992, 10254, 845, 29889, 990, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29941, 29947, 29946, 29892, 687, 12744, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29945, 29906, 29896, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29899, 6543, 29899, 17051, 29906, 29945, 29953, 29892, 12765, 347, 29899, 14181, 1171, 29899, 2972, 29896, 29946, 29899, 17051, 29896, 13, 8382, 29906, 29901, 3495, 1820, 14009, 29901, 13927, 29899, 2288, 29874, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 15269, 29899, 29881, 893, 29892, 687, 29881, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 29892, 15269, 29899, 287, 29906, 29945, 29945, 29896, 29929, 13, 8382, 29906, 29901, 4583, 561, 414, 274, 29873, 359, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 9988, 29892, 28628, 29896, 29929, 29906, 29899, 9988, 29892, 28628, 29906, 29945, 29953, 29899, 9988, 29892, 28628, 29896, 29906, 29947, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29906, 29945, 29953, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 13, 8382, 29906, 29901, 4583, 561, 414, 380, 542, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 29892, 28628, 29896, 29906, 29947, 29899, 9988, 29892, 28628, 29896, 29929, 29906, 29899, 9988, 29892, 28628, 29906, 29945, 29953, 29899, 9988, 29892, 28628, 29896, 29906, 29947, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 29892, 28628, 29906, 29945, 29953, 29899, 29887, 4912, 29992, 22156, 845, 29889, 510, 13, 8382, 29906, 29901, 26750, 29879, 274, 29873, 359, 29901, 1922, 562, 29899, 29953, 29946, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29896, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29953, 29946, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 7184, 562, 29899, 17051, 29896, 13, 8382, 29906, 29901, 26750, 29879, 380, 542, 29901, 1922, 562, 29899, 29953, 29946, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29896, 29899, 300, 29885, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29953, 29946, 29992, 22156, 845, 29889, 510, 29892, 398, 562, 29899, 29896, 29906, 29947, 29992, 22156, 845, 29889, 510, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 7184, 562, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29892, 7184, 562, 29899, 17051, 29896, 13, 8382, 29906, 29901, 24221, 274, 29873, 359, 29901, 5642, 29892, 29920, 1982, 29992, 22156, 845, 29889, 510, 13, 8382, 29906, 29901, 24221, 380, 542, 29901, 5642, 29892, 29920, 1982, 29992, 22156, 845, 29889, 510, 13, 8382, 29906, 29901, 10276, 274, 29873, 359, 29901, 29871, 13, 8382, 29906, 29901, 10276, 380, 542, 29901, 29871, 13, 8382, 29906, 29901, 937, 29918, 446, 29916, 29918, 23031, 29879, 29871, 29900, 29871, 13, 8382, 29906, 29901, 21676, 29871, 29900, 29871, 13, 8382, 29896, 29901, 413, 735, 29901, 5687, 29901, 11672, 29906, 29945, 29945, 29896, 29929, 29899, 17051, 29906, 29945, 29953, 29992, 10254, 845, 29889, 990, 13, 8382, 29896, 29901, 413, 735, 29901, 3495, 1820, 5687, 29901, 321, 2252, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 13, 8382, 29896, 29901, 413, 735, 29901, 1923, 976, 4645, 4583, 8096, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 26750, 29901, 529, 6574, 4019, 29958, 24221, 29901, 5642, 13, 8382, 29896, 29901, 413, 735, 29901, 3132, 976, 2974, 4583, 8096, 29901, 521, 496, 29874, 29906, 29900, 29899, 22678, 29896, 29941, 29900, 29945, 29992, 22156, 845, 29889, 510, 26750, 29901, 529, 6574, 4019, 29958, 24221, 29901, 5642, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29941, 29900, 13, 8382, 29896, 29901, 16120, 22343, 29906, 29918, 4345, 29954, 29918, 29968, 5746, 29918, 29923, 6530, 29950, 29918, 1525, 7390, 29979, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29941, 29896, 13, 8382, 29896, 29901, 5656, 3495, 1820, 29901, 321, 2252, 4977, 29899, 17051, 29906, 29899, 29876, 391, 29886, 29906, 29945, 29953, 317, 15715, 29906, 29945, 29953, 29901, 29896, 29924, 29888, 1123, 15488, 29990, 29888, 29914, 1666, 29884, 29924, 22882, 29954, 29914, 29876, 29923, 29887, 326, 29933, 29945, 29911, 29916, 29943, 29896, 10644, 29909, 29906, 29926, 29946, 29931, 29933, 29950, 29933, 29890, 29911, 29965, 13, 8382, 29941, 29901, 1925, 29918, 3069, 29918, 637, 29901, 518, 29916, 29889, 29916, 29889, 29916, 29889, 29916, 5387, 29906, 29906, 13, 8382, 29941, 29901, 1925, 29918, 3069, 29918, 637, 29901, 518, 2974, 5387, 29906, 29906, 13, 8382, 29941, 29901, 3495, 8149, 29918, 13150, 29901, 5183, 934, 5591, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29908, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 390, 8132, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29906, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 382, 6530, 8132, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29946, 13, 8382, 29941, 29901, 2407, 29918, 3069, 1989, 29901, 1476, 1820, 1134, 9408, 29906, 29945, 29945, 29896, 29929, 297, 934, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29953, 13, 8382, 29941, 29901, 2254, 29918, 3069, 8149, 29901, 7500, 29871, 29941, 6611, 515, 518, 2974, 5387, 29906, 29906, 13, 8382, 29941, 29901, 3495, 8149, 29918, 13150, 29901, 5183, 934, 5591, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29908, 13, 8382, 29896, 29901, 16956, 525, 29961, 2974, 5387, 29906, 29906, 29915, 338, 2998, 322, 7087, 278, 382, 6530, 8132, 3495, 1820, 29889, 13, 8382, 29896, 29901, 7460, 1820, 297, 847, 4632, 6294, 15269, 29914, 5203, 29918, 23525, 29901, 29946, 13, 22709, 29901, 349, 3504, 2705, 2715, 278, 382, 6530, 8132, 3495, 1820, 363, 5641, 3211, 525, 29961, 29916, 29889, 29916, 29889, 29916, 29889, 29916, 5387, 29906, 29906, 29915, 304, 278, 1051, 310, 2998, 18982, 29889, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29906, 29896, 13, 8382, 29906, 29901, 731, 29918, 1482, 8149, 29901, 4464, 29871, 29896, 13, 8382, 29896, 29901, 337, 1989, 1156, 29871, 29896, 29941, 29946, 29906, 29896, 29955, 29955, 29906, 29947, 10930, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 28577, 10818, 29903, 2665, 13, 8382, 29896, 29901, 16120, 22343, 29906, 29918, 4345, 29954, 29918, 28577, 10818, 29903, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29906, 29896, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 28577, 10818, 29903, 4520, 13, 8382, 29906, 29901, 731, 29918, 1482, 8149, 29901, 4464, 29871, 29900, 13, 8382, 29896, 29901, 337, 1989, 1156, 29871, 29896, 29941, 29946, 29906, 29896, 29955, 29955, 29906, 29947, 10930, 13, 8382, 29906, 29901, 1820, 29901, 313, 4172, 262, 29897, 313, 29900, 29916, 29945, 29945, 600, 29906, 29881, 29945, 29953, 29881, 29953, 29941, 29900, 511, 10823, 13, 8382, 29906, 29901, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 5135, 8834, 876, 13, 8382, 29906, 29901, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 5135, 8834, 876, 13, 8382, 29906, 29901, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 5135, 8834, 876, 13, 8382, 29906, 29901, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 5135, 8834, 876, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29955, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 12194, 29918, 11690, 4520, 13, 8382, 29896, 29901, 413, 735, 29918, 2080, 29918, 1062, 29918, 3888, 29901, 1923, 29899, 18816, 29899, 284, 3174, 29922, 29966, 2288, 29874, 29899, 17051, 29906, 29899, 29906, 29945, 29953, 29892, 2288, 29874, 29899, 17051, 29906, 29899, 29945, 29896, 29906, 29958, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29953, 13, 8382, 29906, 29901, 2669, 29918, 16044, 29901, 13927, 29899, 1792, 5150, 13, 8382, 29896, 29901, 22343, 29906, 29918, 4345, 29954, 29918, 6304, 19059, 29918, 2477, 4741, 7982, 4520, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29941, 29901, 1369, 975, 29892, 4502, 263, 1422, 1051, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29941, 29901, 16389, 330, 893, 2754, 29899, 1989, 735, 29892, 29887, 893, 2754, 29899, 2541, 29899, 13076, 29892, 3597, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 29892, 5630, 13, 8382, 29941, 29901, 4817, 5696, 29918, 20401, 970, 1989, 13, 8382, 29941, 29901, 9886, 16389, 29901, 12247, 29899, 1639, 4925, 29892, 5630, 13, 8382, 29941, 29901, 4817, 5696, 29918, 275, 29918, 17590, 970, 1989, 13, 8382, 29896, 29901, 8084, 10760, 1158, 29901, 970, 1989, 13, 8382, 29896, 29901, 4587, 571, 292, 390, 8132, 970, 1820, 29901, 313, 4172, 262, 29897, 13, 8382, 29941, 29901, 3638, 29918, 5467, 1989, 29918, 1688, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29906, 29901, 591, 2665, 263, 970, 1989, 18203, 29892, 4480, 363, 8908, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29906, 29901, 591, 1258, 451, 3638, 263, 18203, 29892, 11262, 1158, 13, 8382, 29941, 29901, 4817, 5696, 29918, 20401, 12247, 29899, 1639, 4925, 13, 8382, 29941, 29901, 9886, 16389, 29901, 4800, 13, 8382, 29941, 29901, 4817, 5696, 29918, 275, 29918, 17590, 12247, 29899, 1639, 4925, 13, 8382, 29896, 29901, 8084, 10760, 1158, 29901, 12247, 29899, 1639, 4925, 13, 8382, 29906, 29901, 1404, 5150, 29918, 8810, 524, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29906, 29901, 591, 2665, 263, 12247, 29899, 1639, 4925, 18203, 29892, 4480, 363, 8908, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29953, 29900, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 29901, 954, 29918, 14032, 16485, 29871, 29896, 13, 8382, 29896, 29901, 1303, 29918, 3364, 24588, 559, 29901, 508, 29915, 29873, 1722, 847, 3359, 29914, 4349, 29901, 1939, 1316, 4742, 470, 3211, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29953, 29896, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29906, 29901, 1404, 5150, 29918, 8810, 524, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29906, 29901, 591, 2665, 263, 12247, 29899, 1639, 4925, 18203, 29892, 4480, 363, 8908, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29953, 29900, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 29901, 954, 29918, 14032, 16485, 29871, 29896, 13, 8382, 29896, 29901, 1303, 29918, 3364, 24588, 559, 29901, 508, 29915, 29873, 1722, 847, 3359, 29914, 4349, 29901, 1939, 1316, 4742, 470, 3211, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29953, 29896, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29906, 29901, 1404, 5150, 29918, 8810, 524, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29906, 29901, 591, 2665, 263, 12247, 29899, 1639, 4925, 18203, 29892, 4480, 363, 8908, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29953, 29900, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 13, 8382, 29906, 29901, 1881, 29918, 1792, 5150, 29918, 3888, 29918, 7971, 29901, 954, 29918, 14032, 16485, 29871, 29896, 13, 8382, 29896, 29901, 1303, 29918, 3364, 24588, 559, 29901, 508, 29915, 29873, 1722, 847, 3359, 29914, 4349, 29901, 1939, 1316, 4742, 470, 3211, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29953, 29896, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29906, 29901, 591, 1258, 451, 3638, 263, 18203, 29892, 11262, 1158, 13, 8382, 29896, 29901, 1939, 901, 10760, 3519, 304, 1018, 29889, 13, 27293, 17935, 313, 3597, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 467, 13, 11432, 29901, 17163, 5229, 29901, 6876, 775, 29871, 29896, 13, 13, 29902, 1348, 278, 13927, 8031, 760, 338, 445, 29901, 13, 8382, 29941, 29901, 4817, 5696, 29918, 20401, 970, 1989, 13, 8382, 29941, 29901, 9886, 16389, 29901, 12247, 29899, 1639, 4925, 29892, 5630, 13, 8382, 29941, 29901, 4817, 5696, 29918, 275, 29918, 17590, 970, 1989, 13, 8382, 29896, 29901, 8084, 10760, 1158, 29901, 970, 1989, 13, 8382, 29896, 29901, 4587, 571, 292, 390, 8132, 970, 1820, 29901, 313, 4172, 262, 29897, 13, 8382, 29941, 29901, 3638, 29918, 5467, 1989, 29918, 1688, 13, 8382, 29941, 29901, 3638, 18203, 29901, 1134, 29871, 29945, 29900, 13, 8382, 29906, 29901, 591, 2665, 263, 970, 1989, 18203, 29892, 4480, 363, 8908, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 8382, 29896, 29901, 13189, 4173, 800, 393, 508, 6773, 29901, 970, 1989, 29892, 1989, 3377, 29899, 1639, 4925, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 2288, 29874, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 29881, 4977, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 687, 29881, 4977, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29896, 29901, 24428, 2024, 1820, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 13, 8382, 29941, 29901, 694, 1316, 10110, 29901, 847, 4632, 6294, 15269, 29914, 333, 29918, 287, 29906, 29945, 29945, 29896, 29929, 29901, 1939, 1316, 934, 470, 3884, 13, 8382, 29906, 29901, 591, 1258, 451, 3638, 263, 18203, 29892, 11262, 1158, 13, 8382, 29941, 29901, 4817, 5696, 29918, 20401, 12247, 29899, 1639, 4925, 13, 8382, 29941, 29901, 9886, 16389, 29901, 4800, 13, 13, 3112, 14335, 304, 15585, 403, 29871, 13, 13, 8382, 29906, 29901, 591, 2665, 263, 970, 1989, 18203, 29892, 4480, 363, 8908, 13, 13, 6246, 5229, 411, 22343, 29918, 4345, 29954, 29918, 11889, 20656, 29950, 29918, 4519, 6227, 11499, 1492, 1156, 13, 13, 8382, 29941, 29901, 7150, 18203, 29901, 1134, 29871, 29945, 29896, 13, 13, 11760, 372, 14335, 263, 7303, 970, 6611, 393, 437, 451, 4864, 373, 278, 28877, 29889, 13, 5618, 338, 10464, 29973, 1724, 508, 4556, 22343, 29918, 4345, 29954, 29918, 11889, 20656, 29950, 29918, 4519, 6227, 11499, 29973, 13, 25271, 366, 29889, 13, 13, 29909, 29901, 13, 13, 9692, 278, 1234, 29889, 29871, 13, 29902, 2355, 590, 1361, 373, 278, 10748, 515, 278, 1923, 306, 471, 1811, 304, 4511, 2086, 29901, 13, 13, 15269, 29881, 29961, 29946, 29900, 29941, 29945, 29946, 5387, 27241, 15964, 29901, 4319, 27428, 470, 18893, 363, 13, 29871, 3884, 847, 2676, 13, 13, 27407, 29879, 714, 278, 1404, 750, 901, 10462, 393, 7424, 373, 670, 3271, 9810, 29889, 383, 11925, 372, 304, 4192, 23310, 29878, 29899, 29916, 29878, 29899, 29916, 11527, 278, 2228, 29889, 13, 6295, 372, 2444, 393, 13927, 2854, 1078, 278, 18893, 363, 29871, 13, 13, 29889, 15269, 29914, 13, 29889, 15269, 29914, 8921, 1891, 29918, 8149, 29871, 13, 1552, 1404, 29832, 2303, 9810, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
San Francisco is a city of rich history and culture, and as anyone planning a visit to the City by the Bay realizes, it can be difficult to narrow down all the places to visit and thing to do while there. Aside from the usual tourist spots like the Golden Gate Bridge, Alcatraz, and Fisherman's Wharf, San Francisco also offers historic architecture on nearly every corner, a serene Japanese Tea Gardens, the glorious Golden Gate Park, alongside countless cultural and artistic institutions. Need help fitting it all into one vacation? You might need an app for your smartphone (or tablet) to serve as your guide. Getting Around & Accommodations Left: MobileMuni - Right: TripAdvisor MobileMuni What's a trip to San Francisco that doesn't include a ride on the infamous cable car going down Powell Street? MobileMuni is a complete guide to getting around San Franciscos transit service that lets you know when busses or street cars will be arriving as well as assisting you in getting around the city. Free Available for iOS ($2) / Android / Windows Phone TripAdvisorWhen researching your vacation, Trip Advisor has probably appeared multiple times. This popular service is an all in one guide for flights, restaurants, points of interests and most helpful, hotel reviews. TripAdvisor delivers intuitive options to take the stress out of finding a hotel room in any given city with reviews, prices, detail breakdowns and photos. FreeAvailable for iOS / Android / Windows Phone City Maps & Shopping Guide Left: Tourist Eye - Right: ShopNear.me Tourist EyeThose who plan out their trips beforehand will more than likely get the most out of their time, for those Tourist Eye is an absolute must download. Featuring offline map download ability, you can also pin point places you want to visit beforehand, journal every part of your day and flawlessly execute a preplanned itinerary. For those occasions when the unforeseeable gets in the way Tourist Eye will help find restaurants, tourist sites and more on the fly. FreeAlso available for Android ShopNear.meThis app was designed for trendy shoppers and at the moment features the best places to get your shop on in the city by the bay with promise for more cities in the future. You can search either by item (shoes, blouses, dresses and more) or by shop and use the sale tab to find savings nearby. Fashionistas who live or are visiting San Francisco will find ShopNear.me an essential part of their app library. Free Tourist Attractions Left: San Francisco Guide - Right: San Francisco Travel Guide San Francisco GuideSan Francisco Guide from mTrips gives us an app with an incredible UI. Although the priciest on this list, it manages to fit in a trip planner, offline map, nightlife guide as well but most incredible is the offline augmented reality function. You can see shops, restaurants, hotels and more around you by holding up your smartphone like a camera and seeing points of interest closest to you. $6Also available for iOS San Francisco Travel GuideAn app that neatly wraps up the must see locations of San Francisco is Triposos own travel guide. Although it has an offline map, weather info, nightlife and restaurant locales like some of the others on this list, it's the rich background information behind sites, museums and San Francisco itself that makes it fantastic for sightseeing. A unique ability SFTG possesses is a mini guide for day trips to optimize the full potential of a 24 hour vacation. FreeAlso available for iOS Wine and Dine Left: MenuPages - Right: Top 100 Bay Area Restaurants MenuPagesAre you in the mood for Japanese? Or maybe you'd like to try something vegan? Are you looking for a kid friendly place to eat? MenuPages will help find the perfect eatery for any meals of the day whatever the situation. Armed with menus for 30,000 restaurants in 8 major cities, it's easy to pick and choose your next meal with broad search criteria, user reviews, prices, hours of operation and current location at your fingertips. FreeAlso available for Android Top 100 Bay Area RestaurantsWhen travelling it's understandable to try the best of what a new location has to offer. The San Francisco Chronicler has compiled 100 of the best of eateries in San Francisco. Each restaurant entry includes a brief synopsis, prices, specialities, parking and noise level to tantalize your taste buds. FreeAlso available for iOS City Guides, Nightlife, and Traveling Necessities The Bold Italic: the most difficult task in visiting a city so rich in culture like San Francisco is cutting through the layers of tourist-y spots and experiencing the SF the locals enjoy on a day to day basis. The Bold Italic is all about local discovery...for locals, written by locals (Bold Locals), spotlighting the best and most relevant people and spots in San Francisco on a daily basis. This app is like having a good friend who lives in SF to guide you to all the best spots all the others might overlook or miss.iOS (Free) Left: San Francisco Hot List - Right: WeatherBug San Francisco Hot List Whether you're looking for a night of dancing or are looking to soak in the evenings atmosphere over drinks, San Francisco Hot List has your number. Supporting a robust list of 150 of the best bars, nightclubs, restaurants and handouts, you're guaranteed nothing but the creme de la creme of San Franciscan nightlife. Additional features include search criteria based on tidbits such as the best Bloody Mary in town or best Rooftop bar and up to date guides on weekly special events. $3 Also available for iOS WeatherbugWhat's worse than getting caught in the rain? Getting caught in the rain while on vacation. While we can't control the weather we can at least anticipate it's ups and downs before leaving the sanctuary of our hotel rooms. Weatherbug is a fantastic lightweight weather app that neatly wraps up daily weather forecasts so you'll know weather or not to dress warm or to take that umbrella along just in case. FreeAvailable for iOS / Android / Windows Phone
[ 1, 3087, 8970, 338, 263, 4272, 310, 8261, 4955, 322, 9257, 29892, 322, 408, 5019, 18987, 263, 6493, 304, 278, 4412, 491, 278, 6211, 1855, 7093, 29892, 372, 508, 367, 5189, 304, 12474, 1623, 599, 278, 7600, 304, 6493, 322, 2655, 304, 437, 1550, 727, 29889, 1094, 680, 515, 278, 9670, 6282, 391, 805, 1862, 763, 278, 16108, 22510, 16230, 29892, 838, 4117, 9504, 29892, 322, 12030, 3504, 29915, 29879, 806, 29293, 29892, 3087, 8970, 884, 16688, 22879, 11258, 373, 8886, 1432, 11155, 29892, 263, 724, 1600, 10369, 1920, 29874, 15971, 575, 29892, 278, 3144, 23308, 16108, 22510, 4815, 29892, 19963, 2302, 2222, 16375, 322, 1616, 4695, 21561, 29889, 20768, 1371, 28221, 372, 599, 964, 697, 11757, 362, 29973, 887, 1795, 817, 385, 623, 363, 596, 15040, 6710, 313, 272, 1591, 29873, 29897, 304, 9080, 408, 596, 10754, 29889, 13, 13, 2577, 1259, 826, 618, 669, 7255, 510, 1545, 800, 13, 13, 8091, 29901, 21600, 29924, 3909, 448, 10428, 29901, 323, 6472, 3253, 19188, 13, 13, 29295, 29924, 3909, 13, 5618, 29915, 29879, 263, 17487, 304, 3087, 8970, 393, 1838, 29915, 29873, 3160, 263, 22203, 373, 278, 3041, 314, 681, 21387, 1559, 2675, 1623, 12265, 514, 7103, 29973, 21600, 29924, 3909, 338, 263, 4866, 10754, 304, 2805, 2820, 3087, 5845, 3944, 1301, 277, 2669, 393, 16869, 366, 1073, 746, 289, 1558, 267, 470, 11952, 18647, 674, 367, 6974, 292, 408, 1532, 408, 6985, 292, 366, 297, 2805, 2820, 278, 4272, 29889, 12362, 13, 27635, 363, 10012, 3255, 29906, 29897, 847, 5669, 847, 3852, 24323, 13, 13, 29911, 6472, 3253, 19188, 10401, 5925, 292, 596, 11757, 362, 29892, 323, 6472, 2087, 19188, 756, 3117, 7470, 2999, 3064, 29889, 910, 5972, 2669, 338, 385, 599, 297, 697, 10754, 363, 1652, 5861, 29892, 12374, 1934, 29892, 3291, 310, 20017, 322, 1556, 8444, 29892, 16730, 21804, 29889, 323, 6472, 3253, 19188, 628, 1536, 27951, 573, 3987, 304, 2125, 278, 22884, 714, 310, 9138, 263, 16730, 5716, 297, 738, 2183, 4272, 411, 21804, 29892, 26094, 29892, 9493, 2867, 3204, 29879, 322, 20612, 29889, 12362, 27635, 363, 10012, 847, 5669, 847, 3852, 24323, 13, 13, 16885, 25846, 669, 17550, 3262, 16886, 13, 13, 8091, 29901, 6371, 391, 382, 4099, 448, 10428, 29901, 1383, 459, 29940, 799, 29889, 1004, 13, 13, 29911, 473, 391, 382, 4099, 1349, 852, 1058, 3814, 714, 1009, 3367, 567, 1434, 3179, 674, 901, 1135, 5517, 679, 278, 1556, 714, 310, 1009, 931, 29892, 363, 1906, 6371, 391, 382, 4099, 338, 385, 8380, 1818, 5142, 29889, 5169, 19021, 1283, 1220, 2910, 5142, 11509, 29892, 366, 508, 884, 12534, 1298, 7600, 366, 864, 304, 6493, 1434, 3179, 29892, 8955, 1432, 760, 310, 596, 2462, 322, 285, 10653, 23769, 6222, 263, 758, 572, 11310, 372, 4983, 653, 29889, 1152, 1906, 26108, 746, 278, 443, 1454, 968, 29872, 519, 4947, 297, 278, 982, 6371, 391, 382, 4099, 674, 1371, 1284, 12374, 1934, 29892, 6282, 391, 11840, 322, 901, 373, 278, 11340, 29889, 12362, 17351, 3625, 363, 5669, 13, 13, 2713, 459, 29940, 799, 29889, 1004, 4013, 623, 471, 8688, 363, 534, 355, 29891, 528, 9354, 414, 322, 472, 278, 3256, 5680, 278, 1900, 7600, 304, 679, 596, 18296, 373, 297, 278, 4272, 491, 278, 23041, 411, 11640, 363, 901, 14368, 297, 278, 5434, 29889, 887, 508, 2740, 2845, 491, 2944, 313, 845, 29877, 267, 29892, 1999, 23676, 29892, 10714, 267, 322, 901, 29897, 470, 491, 18296, 322, 671, 278, 14686, 4434, 304, 1284, 4048, 886, 20810, 29889, 383, 10904, 9395, 1058, 5735, 470, 526, 6493, 292, 3087, 8970, 674, 1284, 1383, 459, 29940, 799, 29889, 1004, 385, 18853, 760, 310, 1009, 623, 3489, 29889, 12362, 13, 13, 29911, 473, 391, 6212, 336, 1953, 13, 13, 8091, 29901, 3087, 8970, 16886, 448, 10428, 29901, 3087, 8970, 3201, 955, 16886, 13, 13, 22509, 8970, 16886, 22509, 8970, 16886, 515, 286, 29565, 567, 4076, 502, 385, 623, 411, 385, 29811, 1821, 3740, 29889, 8512, 278, 544, 1654, 342, 373, 445, 1051, 29892, 372, 767, 1179, 304, 6216, 297, 263, 17487, 715, 7310, 29892, 1283, 1220, 2910, 29892, 4646, 19264, 10754, 408, 1532, 541, 1556, 29811, 1821, 338, 278, 1283, 1220, 18765, 287, 16832, 740, 29889, 887, 508, 1074, 528, 3554, 29892, 12374, 1934, 29892, 7375, 1379, 322, 901, 2820, 366, 491, 13587, 701, 596, 15040, 6710, 763, 263, 10656, 322, 8790, 3291, 310, 4066, 21438, 304, 366, 29889, 395, 29953, 17351, 3625, 363, 10012, 13, 13, 22509, 8970, 3201, 955, 16886, 2744, 623, 393, 28539, 368, 11463, 567, 701, 278, 1818, 1074, 14354, 310, 3087, 8970, 338, 8602, 1066, 359, 1914, 9850, 10754, 29889, 8512, 372, 756, 385, 1283, 1220, 2910, 29892, 14826, 5235, 29892, 4646, 19264, 322, 27144, 1887, 267, 763, 777, 310, 278, 4045, 373, 445, 1051, 29892, 372, 29915, 29879, 278, 8261, 3239, 2472, 5742, 11840, 29892, 19133, 29879, 322, 3087, 8970, 3528, 393, 3732, 372, 13568, 6288, 363, 11126, 4149, 292, 29889, 319, 5412, 11509, 317, 7818, 29954, 3119, 15322, 338, 263, 20629, 10754, 363, 2462, 3367, 567, 304, 24656, 278, 2989, 7037, 310, 263, 29871, 29906, 29946, 7234, 11757, 362, 29889, 12362, 17351, 3625, 363, 10012, 13, 13, 29956, 457, 322, 360, 457, 13, 13, 8091, 29901, 20019, 27514, 448, 10428, 29901, 7488, 29871, 29896, 29900, 29900, 6211, 18320, 390, 22837, 1934, 13, 13, 6823, 27514, 17506, 366, 297, 278, 286, 2092, 363, 10369, 29973, 1394, 5505, 366, 29915, 29881, 763, 304, 1018, 1554, 12461, 273, 29973, 4683, 366, 3063, 363, 263, 26397, 19780, 2058, 304, 17545, 29973, 20019, 27514, 674, 1371, 1284, 278, 4922, 17545, 708, 363, 738, 592, 1338, 310, 278, 2462, 6514, 278, 6434, 29889, 826, 2168, 411, 1757, 375, 363, 29871, 29941, 29900, 29892, 29900, 29900, 29900, 12374, 1934, 297, 29871, 29947, 4655, 14368, 29892, 372, 29915, 29879, 4780, 304, 5839, 322, 6755, 596, 2446, 592, 284, 411, 7300, 2740, 16614, 29892, 1404, 21804, 29892, 26094, 29892, 6199, 310, 5858, 322, 1857, 4423, 472, 596, 285, 292, 814, 4512, 29889, 12362, 17351, 3625, 363, 5669, 13, 13, 7031, 29871, 29896, 29900, 29900, 6211, 18320, 390, 22837, 1934, 10401, 6427, 7807, 372, 29915, 29879, 2274, 519, 304, 1018, 278, 1900, 310, 825, 263, 716, 4423, 756, 304, 5957, 29889, 450, 3087, 8970, 15336, 293, 1358, 756, 13126, 29871, 29896, 29900, 29900, 310, 278, 1900, 310, 321, 1008, 583, 297, 3087, 8970, 29889, 7806, 27144, 6251, 7805, 263, 11473, 5222, 15368, 29892, 26094, 29892, 4266, 1907, 29892, 610, 9292, 322, 11462, 3233, 304, 11172, 284, 675, 596, 21779, 8619, 29879, 29889, 12362, 17351, 3625, 363, 10012, 13, 13, 16885, 2088, 2247, 29892, 11554, 19264, 29892, 322, 3201, 955, 292, 405, 687, 404, 1907, 13, 13, 1576, 350, 1025, 4041, 293, 29901, 278, 1556, 5189, 3414, 297, 6493, 292, 263, 4272, 577, 8261, 297, 9257, 763, 3087, 8970, 338, 28967, 1549, 278, 15359, 310, 6282, 391, 29899, 29891, 805, 1862, 322, 10623, 3277, 278, 28768, 278, 1180, 1338, 13389, 373, 263, 2462, 304, 2462, 8405, 29889, 450, 350, 1025, 4041, 293, 338, 599, 1048, 1887, 20699, 856, 1454, 1180, 1338, 29892, 3971, 491, 1180, 1338, 313, 29933, 1025, 5976, 1338, 511, 9758, 4366, 292, 278, 1900, 322, 1556, 8018, 2305, 322, 805, 1862, 297, 3087, 8970, 373, 263, 14218, 8405, 29889, 910, 623, 338, 763, 2534, 263, 1781, 5121, 1058, 12080, 297, 28768, 304, 10754, 366, 304, 599, 278, 1900, 805, 1862, 599, 278, 4045, 1795, 975, 6914, 470, 3052, 29889, 29875, 3267, 313, 20475, 29897, 13, 13, 8091, 29901, 3087, 8970, 8843, 2391, 448, 10428, 29901, 1334, 1624, 29933, 688, 13, 13, 22509, 8970, 8843, 2391, 13, 8809, 1979, 366, 29915, 276, 3063, 363, 263, 4646, 310, 6025, 3277, 470, 526, 3063, 304, 577, 557, 297, 278, 1584, 886, 25005, 975, 13748, 29879, 29892, 3087, 8970, 8843, 2391, 756, 596, 1353, 29889, 18601, 292, 263, 16424, 1051, 310, 29871, 29896, 29945, 29900, 310, 278, 1900, 22306, 29892, 4646, 695, 23954, 29892, 12374, 1934, 322, 1361, 17718, 29892, 366, 29915, 276, 22688, 3078, 541, 278, 907, 1004, 316, 425, 907, 1004, 310, 3087, 5845, 3068, 4646, 19264, 29889, 3462, 3245, 5680, 3160, 2740, 16614, 2729, 373, 10668, 14836, 1316, 408, 278, 1900, 11447, 1486, 6182, 297, 4726, 470, 1900, 1528, 29877, 615, 459, 2594, 322, 701, 304, 2635, 1410, 2247, 373, 4723, 368, 4266, 4959, 29889, 395, 29941, 13, 17351, 3625, 363, 10012, 13, 13, 4806, 1624, 6152, 5618, 29915, 29879, 15029, 1135, 2805, 12624, 297, 278, 17251, 29973, 24162, 12624, 297, 278, 17251, 1550, 373, 11757, 362, 29889, 5806, 591, 508, 29915, 29873, 2761, 278, 14826, 591, 508, 472, 3203, 23483, 403, 372, 29915, 29879, 24081, 322, 1623, 29879, 1434, 10124, 278, 9753, 22999, 653, 310, 1749, 16730, 19600, 29889, 1334, 1624, 6152, 338, 263, 13568, 6288, 3578, 7915, 14826, 623, 393, 28539, 368, 11463, 567, 701, 14218, 14826, 29821, 19416, 577, 366, 29915, 645, 1073, 14826, 470, 451, 304, 10714, 14294, 470, 304, 2125, 393, 1922, 1030, 13520, 3412, 925, 297, 1206, 29889, 12362, 27635, 363, 10012, 847, 5669, 847, 3852, 24323 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Sultan Abdulhamid II by kirbydog13 | March 27th, 2012 I was searching for a photo Sultan Abdulhamid II and recognized he was wearing a Fez on his head. Compared to the headpiece of the Qizilbash, it is similar. Perhaps it has a historical purpose or perhaps it is just a coincidence.
[ 1, 27874, 17860, 352, 3391, 333, 1944, 13, 13, 1609, 18990, 1609, 26169, 29896, 29941, 891, 4779, 29871, 29906, 29955, 386, 29892, 29871, 29906, 29900, 29896, 29906, 13, 13, 29902, 471, 11975, 363, 263, 15373, 27874, 17860, 352, 3391, 333, 1944, 322, 14831, 540, 471, 591, 4362, 263, 5169, 29920, 373, 670, 2343, 29889, 3831, 1965, 304, 278, 2343, 12343, 346, 310, 278, 660, 466, 309, 13067, 29892, 372, 338, 2788, 29889, 11637, 372, 756, 263, 15839, 6437, 470, 6060, 372, 338, 925, 263, 22819, 5084, 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 ]
Tag Archive for interact Question by Jon: What is the best way to interact with or select job recruiters? I work primarily as a front end web developer and get calls from multiple recruitment firms. I do a fair bit of project work, so this is a recurring thing for me. Currently, if they have a position that I’m a fit for I reflexively ask them to present me for that position. Is that an optimal strategy? If one company submits me, another cannot, so I want to be submitted by the best company. Should I therefore be taking steps to identify which recruiting firms are the most effective, give preference to local firms, find which firms ask the target employer for a smaller fee, select (somehow) for firms that have a better relationship with the target client, check out a firm’s reputation online before submittal, etc. Or is all of that wasted work? I’m looking for things that are efficient yet effective. Thanks for any tips! Yes, I know I can work with several agencies for different jobs. However I CAN’T work with several agencies for the SAME JOB. Not in California, in any case. Double submissions get thrown out, or else the second agency to submit is rejected. Best answer: Answer by BillAs a freelancer you can usually work “through” several agencies. This creates competition between them to find you more work. Good Luck
[ 1, 10522, 9000, 363, 16254, 13, 13, 16492, 491, 9937, 29901, 1724, 338, 278, 1900, 982, 304, 16254, 411, 470, 1831, 4982, 1162, 9216, 414, 29973, 13, 29902, 664, 19434, 408, 263, 4565, 1095, 1856, 13897, 322, 679, 5717, 515, 2999, 1162, 9216, 358, 13734, 1516, 29889, 306, 437, 263, 6534, 2586, 310, 2060, 664, 29892, 577, 445, 338, 263, 1162, 1038, 292, 2655, 363, 592, 29889, 15447, 29892, 565, 896, 505, 263, 2602, 393, 306, 30010, 29885, 263, 6216, 363, 306, 2143, 2506, 3598, 2244, 963, 304, 2198, 592, 363, 393, 2602, 29889, 1317, 393, 385, 14413, 13705, 29973, 960, 697, 5001, 11834, 1169, 592, 29892, 1790, 2609, 29892, 577, 306, 864, 304, 367, 18397, 491, 278, 1900, 5001, 29889, 10575, 306, 5480, 367, 5622, 6576, 304, 12439, 607, 1162, 9216, 292, 13734, 1516, 526, 278, 1556, 11828, 29892, 2367, 24583, 304, 1887, 13734, 1516, 29892, 1284, 607, 13734, 1516, 2244, 278, 3646, 5703, 261, 363, 263, 7968, 27684, 29892, 1831, 313, 5372, 3525, 29897, 363, 13734, 1516, 393, 505, 263, 2253, 9443, 411, 278, 3646, 3132, 29892, 1423, 714, 263, 9226, 30010, 29879, 19821, 7395, 1434, 11834, 986, 284, 29892, 2992, 29889, 1394, 338, 599, 310, 393, 471, 9446, 664, 29973, 13, 13, 29902, 30010, 29885, 3063, 363, 2712, 393, 526, 8543, 3447, 11828, 29889, 1834, 363, 738, 25562, 29991, 13, 8241, 29892, 306, 1073, 306, 508, 664, 411, 3196, 946, 15942, 363, 1422, 17643, 29889, 2398, 306, 315, 2190, 30010, 29911, 664, 411, 3196, 946, 15942, 363, 278, 16698, 2303, 435, 14824, 29889, 2216, 297, 8046, 29892, 297, 738, 1206, 29889, 11599, 11834, 6847, 679, 12005, 714, 29892, 470, 1683, 278, 1473, 946, 3819, 304, 9752, 338, 22225, 29889, 13, 13, 25353, 1234, 29901, 13, 13, 22550, 491, 6682, 2887, 263, 3005, 295, 25856, 366, 508, 5491, 664, 1346, 20678, 30024, 3196, 946, 15942, 29889, 910, 10017, 13888, 1546, 963, 304, 1284, 366, 901, 664, 29889, 7197, 365, 2707 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Bareback BF Videos Pay Pal Get your discount membership to Bareback BF Videos using the image above…or try the free Bareback BF Videos logins below, and get member access to Barebackbfvideos without paying. Download tons of quality Unreleased Footage and Really High Resolution Pics. This barebackbfvideos.com deal is a limited offer, Don’t miss out!
[ 1, 350, 598, 1627, 350, 29943, 11812, 14617, 3793, 13, 13, 2577, 596, 2313, 792, 28512, 304, 350, 598, 1627, 350, 29943, 11812, 773, 278, 1967, 2038, 30098, 272, 1018, 278, 3889, 350, 598, 1627, 350, 29943, 11812, 1480, 1144, 2400, 29892, 322, 679, 4509, 2130, 304, 350, 598, 1627, 1635, 29894, 7958, 1728, 5146, 292, 29889, 25553, 23864, 310, 11029, 853, 276, 4611, 7527, 482, 322, 830, 635, 5057, 24062, 918, 349, 1199, 29889, 910, 16079, 1627, 1635, 29894, 7958, 29889, 510, 5376, 338, 263, 9078, 5957, 29892, 3872, 30010, 29873, 3052, 714, 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 ]
The effect of a traditional dance training program on the physical fitness of adults with hearing loss. The purpose of this study was to evaluate the effect of a traditional dance training program on aerobic capacity and muscle strength of adults with hearing loss. Twenty-three adults with hearing loss were separated into 2 groups. Thirteen subjects (6 men, 7 women, mean age, 25.7 +/- 3.9 years) constituted the intervention group, whereas 10 subjects (5 men, 5 women, mean age, 26.4 +/- 5.9 years) formed the control group. Pretraining and posttraining treadmill tests were performed to determine heart rate (HR peak), peak minute ventilation (VE peak), peak oxygen consumption (VO2 peak, absolute and relative), and time to exhaustion (min). Peak torque of hamstring and quadriceps muscles at angular velocities of 60 degrees /s, 180 degrees /s, and 300 degrees /s was also measured. The intervention group followed a 12-week traditional dance training program, whereas the control group received no training during this period. Repeated measures of multiple analyses of variance were used to test mean differences between the values of both groups. A paired t-test was used to compare the values within each group prior and after program participation. A significance level of 0.05 was used for all tests. Following the 12-week training program, significant improvements in peak physiological parameters were seen for the intervention group for peak minute ventilation, peak oxygen consumption (both absolute and relative), time to exhaustion, and peak torque values between the 2 measurements (initial and final). No significant improvements in peak physiological parameters and peak torque were noticed in the control group. In conclusion, adults with hearing loss can improve their physical fitness levels with the application of a systematic and well-designed traditional dance training program.
[ 1, 450, 2779, 310, 263, 13807, 17948, 6694, 1824, 373, 278, 9128, 6216, 2264, 310, 16157, 29879, 411, 22514, 6410, 29889, 13, 1576, 6437, 310, 445, 6559, 471, 304, 14707, 278, 2779, 310, 263, 13807, 17948, 6694, 1824, 373, 14911, 711, 293, 13284, 322, 2301, 2841, 9324, 310, 16157, 29879, 411, 22514, 6410, 29889, 8168, 6478, 29899, 17536, 16157, 29879, 411, 22514, 6410, 892, 13055, 964, 29871, 29906, 6471, 29889, 498, 381, 9404, 17800, 313, 29953, 1757, 29892, 29871, 29955, 5866, 29892, 2099, 5046, 29892, 29871, 29906, 29945, 29889, 29955, 718, 24028, 29871, 29941, 29889, 29929, 2440, 29897, 20016, 3860, 278, 1006, 7316, 2318, 29892, 13452, 29871, 29896, 29900, 17800, 313, 29945, 1757, 29892, 29871, 29945, 5866, 29892, 2099, 5046, 29892, 29871, 29906, 29953, 29889, 29946, 718, 24028, 29871, 29945, 29889, 29929, 2440, 29897, 8429, 278, 2761, 2318, 29889, 349, 2267, 336, 2827, 322, 1400, 26495, 260, 949, 19958, 6987, 892, 8560, 304, 8161, 5192, 6554, 313, 20938, 19224, 511, 19224, 11015, 9712, 8634, 313, 12064, 19224, 511, 19224, 288, 28596, 27430, 313, 24898, 29906, 19224, 29892, 8380, 322, 6198, 511, 322, 931, 304, 27096, 291, 313, 1195, 467, 3938, 557, 4842, 802, 310, 16366, 1807, 322, 15448, 625, 567, 2301, 7799, 472, 6401, 9110, 1907, 310, 29871, 29953, 29900, 14496, 847, 29879, 29892, 29871, 29896, 29947, 29900, 14496, 847, 29879, 29892, 322, 29871, 29941, 29900, 29900, 14496, 847, 29879, 471, 884, 17005, 29889, 450, 1006, 7316, 2318, 5643, 263, 29871, 29896, 29906, 29899, 18448, 13807, 17948, 6694, 1824, 29892, 13452, 278, 2761, 2318, 4520, 694, 6694, 2645, 445, 3785, 29889, 830, 412, 630, 15366, 310, 2999, 3483, 952, 267, 310, 20162, 892, 1304, 304, 1243, 2099, 12651, 1546, 278, 1819, 310, 1716, 6471, 29889, 319, 3300, 2859, 260, 29899, 1688, 471, 1304, 304, 7252, 278, 1819, 2629, 1269, 2318, 7536, 322, 1156, 1824, 27577, 29889, 319, 26002, 3233, 310, 29871, 29900, 29889, 29900, 29945, 471, 1304, 363, 599, 6987, 29889, 12206, 278, 29871, 29896, 29906, 29899, 18448, 6694, 1824, 29892, 7282, 28473, 297, 19224, 4824, 29875, 5996, 4128, 892, 3595, 363, 278, 1006, 7316, 2318, 363, 19224, 11015, 9712, 8634, 29892, 19224, 288, 28596, 27430, 313, 20313, 8380, 322, 6198, 511, 931, 304, 27096, 291, 29892, 322, 19224, 4842, 802, 1819, 1546, 278, 29871, 29906, 20398, 313, 11228, 322, 2186, 467, 1939, 7282, 28473, 297, 19224, 4824, 29875, 5996, 4128, 322, 19224, 4842, 802, 892, 10548, 297, 278, 2761, 2318, 29889, 512, 15997, 29892, 16157, 29879, 411, 22514, 6410, 508, 11157, 1009, 9128, 6216, 2264, 11174, 411, 278, 2280, 310, 263, 1788, 2454, 322, 1532, 29899, 2783, 12961, 13807, 17948, 6694, 1824, 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 ]
/// /// Massively by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Wrapper */ #wrapper { @include vendor('transition', 'opacity #{_duration(menu)} ease'); position: relative; z-index: 1; overflow: hidden; > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: _palette(wrapper-bg); background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('../../images/bg.jpg'); background-size: auto, auto, 100% auto; background-position: center, center, top center; background-repeat: repeat, no-repeat, no-repeat; background-attachment: scroll, scroll, scroll; z-index: -1; &.fixed { position: fixed; width: 100vw; height: 100vh; } } &.fade-in { &:before { @include vendor('pointer-events', 'none'); @include vendor('transition', 'opacity 1s ease-in-out'); @include vendor('transition-delay', '0.75s'); background: _palette(invert, bg); content: ''; display: block; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; width: 100%; } body.is-loading & { &:before { opacity: 1; } } } @include orientation(portrait) { > .bg { background-size: auto, auto, auto 175%; } } }
[ 1, 4363, 30004, 13, 6658, 7360, 3598, 491, 4544, 29945, 11901, 30004, 13, 6658, 3472, 29945, 786, 29889, 1212, 891, 732, 1175, 29880, 3959, 30004, 13, 6658, 12362, 363, 7333, 322, 12128, 671, 1090, 278, 315, 5454, 29871, 29941, 29889, 29900, 19405, 313, 1420, 29945, 786, 29889, 1212, 29914, 506, 1947, 8443, 13, 6658, 30004, 13, 30004, 13, 5515, 399, 6794, 29722, 13, 30004, 13, 12, 29937, 17699, 3336, 13, 12, 12, 29992, 2856, 27042, 877, 20543, 742, 525, 28193, 24037, 29918, 19708, 29898, 6510, 2915, 16326, 17822, 13, 12, 12, 3283, 29901, 6198, 2104, 13, 12, 12, 29920, 29899, 2248, 29901, 29871, 29896, 2104, 13, 12, 12, 2262, 29901, 7934, 2104, 13, 30004, 13, 12, 12, 29958, 869, 16264, 3336, 13, 12, 12, 12, 3283, 29901, 8380, 2104, 13, 12, 12, 12, 3332, 29901, 29871, 29900, 2104, 13, 12, 12, 12, 1563, 29901, 29871, 29900, 2104, 13, 12, 12, 12, 2103, 29901, 29871, 29896, 29900, 29900, 16737, 13, 12, 12, 12, 3545, 29901, 29871, 29896, 29900, 29900, 16737, 13, 12, 12, 12, 7042, 29899, 2780, 29901, 12, 12, 29918, 29886, 26456, 29898, 17699, 29899, 16264, 6075, 13, 12, 12, 12, 7042, 29899, 3027, 29901, 12, 12, 2271, 877, 21546, 8346, 29914, 957, 8387, 29889, 2732, 5477, 12, 10660, 29899, 24970, 29898, 29900, 12163, 29892, 24979, 29898, 29900, 29892, 29900, 29892, 29900, 29892, 29900, 29889, 29896, 511, 24979, 29898, 29900, 29892, 29900, 29892, 29900, 29892, 29900, 29889, 29896, 8243, 12, 2271, 877, 21546, 8346, 29914, 16264, 29889, 6173, 17822, 13, 12, 12, 12, 7042, 29899, 2311, 29901, 12, 12, 6921, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 6921, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 29896, 29900, 29900, 29995, 4469, 2104, 13, 12, 12, 12, 7042, 29899, 3283, 29901, 12, 5064, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 5064, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 3332, 4818, 2104, 13, 12, 12, 12, 7042, 29899, 14358, 29901, 12, 12, 14358, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 1217, 29899, 14358, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1217, 29899, 14358, 2104, 13, 12, 12, 12, 7042, 29899, 14930, 358, 29901, 12, 10510, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 10510, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 10510, 2104, 13, 12, 12, 12, 29920, 29899, 2248, 29901, 448, 29896, 2104, 13, 30004, 13, 12, 12, 12, 29987, 29889, 20227, 3336, 13, 12, 12, 12, 12, 3283, 29901, 4343, 2104, 13, 12, 12, 12, 12, 2103, 29901, 29871, 29896, 29900, 29900, 29894, 29893, 2104, 13, 12, 12, 12, 12, 3545, 29901, 29871, 29896, 29900, 29900, 29894, 29882, 2104, 13, 12, 12, 12, 8117, 13, 12, 12, 8117, 13, 30004, 13, 12, 12, 29987, 29889, 21675, 29899, 262, 3336, 13, 12, 12, 12, 29987, 29901, 11083, 3336, 13, 12, 12, 12, 12, 29992, 2856, 27042, 877, 17226, 29899, 13604, 742, 525, 9290, 17822, 13, 12, 12, 12, 12, 29992, 2856, 27042, 877, 20543, 742, 525, 28193, 29871, 29896, 29879, 16326, 29899, 262, 29899, 449, 17822, 13, 12, 12, 12, 12, 29992, 2856, 27042, 877, 20543, 29899, 18829, 742, 525, 29900, 29889, 29955, 29945, 29879, 17822, 13, 12, 12, 12, 12, 7042, 29901, 903, 29886, 26456, 29898, 262, 1765, 29892, 25989, 6075, 13, 12, 12, 12, 12, 3051, 29901, 6629, 2104, 13, 12, 12, 12, 12, 4990, 29901, 2908, 2104, 13, 12, 12, 12, 12, 3545, 29901, 29871, 29896, 29900, 29900, 16737, 13, 12, 12, 12, 12, 1563, 29901, 29871, 29900, 2104, 13, 12, 12, 12, 12, 28193, 29901, 29871, 29900, 2104, 13, 12, 12, 12, 12, 3283, 29901, 4343, 2104, 13, 12, 12, 12, 12, 3332, 29901, 29871, 29900, 2104, 13, 12, 12, 12, 12, 2103, 29901, 29871, 29896, 29900, 29900, 16737, 13, 12, 12, 12, 8117, 13, 30004, 13, 12, 12, 12, 2587, 29889, 275, 29899, 13234, 669, 3336, 13, 12, 12, 12, 12, 29987, 29901, 11083, 3336, 13, 12, 12, 12, 12, 12, 28193, 29901, 29871, 29896, 2104, 13, 12, 12, 12, 12, 8117, 13, 12, 12, 12, 8117, 13, 12, 12, 8117, 13, 30004, 13, 12, 12, 29992, 2856, 19843, 29898, 637, 8356, 29897, 3336, 13, 12, 12, 12, 29958, 869, 16264, 3336, 13, 12, 12, 12, 12, 7042, 29899, 2311, 29901, 12, 6921, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 6921, 29892, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 6921, 29871, 29896, 29955, 29945, 16737, 13, 12, 12, 12, 8117, 13, 12, 12, 8117, 13, 12, 29913 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
In the Community Nearby Schools 3208 Perdot Avenue, Rosamond, CA 93560 (MLS# SR16727560) is a Single Family property with 4 bedrooms, 2 full bathrooms and 1 partial bathroom. 3208 Perdot Avenue is currently listed for $294,990 and was received on October 17, 2016. Want to learn more about 3208 Perdot Avenue? Do you have questions about finding other Single Family real estate for sale in Rosamond? You can browse all Rosamond real estate or contact a Coldwell Banker agent to request more information.
[ 1, 512, 278, 19184, 13, 13, 29940, 799, 1609, 4523, 29879, 13, 13, 29941, 29906, 29900, 29947, 349, 2018, 327, 18874, 29892, 5678, 314, 898, 29892, 12766, 29871, 29929, 29941, 29945, 29953, 29900, 313, 1988, 29903, 29937, 21020, 29896, 29953, 29955, 29906, 29955, 29945, 29953, 29900, 29897, 338, 263, 13, 15771, 14662, 2875, 411, 29871, 29946, 6592, 18901, 29892, 29871, 29906, 2989, 27683, 18901, 322, 29871, 29896, 7687, 27683, 8345, 29889, 13, 29941, 29906, 29900, 29947, 349, 2018, 327, 18874, 338, 5279, 9904, 363, 395, 29906, 29929, 29946, 29892, 29929, 29929, 29900, 322, 471, 4520, 373, 5533, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29896, 29953, 29889, 13, 29956, 424, 304, 5110, 901, 1048, 29871, 29941, 29906, 29900, 29947, 349, 2018, 327, 18874, 29973, 13, 6132, 366, 505, 5155, 1048, 9138, 916, 13, 15771, 14662, 13, 6370, 19989, 363, 14686, 13, 262, 5678, 314, 898, 29973, 13, 3492, 508, 3347, 344, 599, 5678, 314, 898, 1855, 19989, 470, 13, 12346, 263, 26731, 5872, 10253, 261, 10823, 304, 2009, 901, 2472, 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 ]
Exclusive Collection Of Rear View Cameras From TVC-Mall.com A car rear view camera is a special type of video camera that is produced specifically for the purpose of being attached to the rear of a vehicle to aid in backing up, and to alleviate the rear blind spot. TVC-Mall.com’s rear view cameras are well-known for the powerful functions and premium quality materials. Recently, TVC-Mall.com has released its new models, and launched a rear view cameras promotion. Anyone who want to buy wholesale rear view cameras can visit TVC-Mall.com for more details. TVC-Mall.com is a leader in cell phone accessories and other electronic accessories. Its rear view cameras are well-known for the powerful functions and premium quality materials. The new collection consists of many different designs. From IR night vision rear view cameras, to 2.4G wireless car rear view camera systems, TVC-Mall.com has everything to ensure customer satisfaction. “We are excited to launch this promotion, and we encourage wholesalers and retailers to keep coming back to our store to see what new products are available. Those who want to buy wireless car rear view camera systems should visit our online store as soon as possible, because the promotion is for a limited time only,” says a sales manager of the company. “We have the global reach, expertise and infrastructure necessary to guarantee our customers that their data is secure.” In addition, TVC-Mall.com’s online store features attractive low prices on its a hundred thousand of different styles ofelectronics and related accessories. Superior customer service, high-quality, speedy delivery, and affordable prices, are the reasons to choose TVC-Mall.com About The TVC Mall (TVC-Mall.com) Launched in 2008, TVC Mall has a sensitive marketing sense and it has established strong relationships with many original manufacturers of Apple products (iPhone, iPad, iWatch, etc.). Some Apple accessories used to have been sold at TVC-Mall.com before their official launch. The business used to be widely reported by some top media (like BusinessInsider.com, AppleInsider.com, CNET.com, etc.). Please visit http://www.tvc-mall.com or subscribe its newsletter for the best deals, special prices, rebate savings, exclusive bundles and more.
[ 1, 1222, 7009, 573, 14348, 4587, 390, 799, 4533, 20939, 294, 3645, 5648, 29907, 29899, 29924, 497, 29889, 510, 13, 13, 29909, 1559, 18983, 1776, 10656, 338, 263, 4266, 1134, 310, 4863, 10656, 393, 338, 7371, 10816, 363, 278, 6437, 310, 1641, 10959, 304, 278, 18983, 310, 263, 19716, 304, 16226, 297, 27436, 701, 29892, 322, 304, 4788, 1403, 403, 278, 18983, 16842, 9758, 29889, 5648, 29907, 29899, 29924, 497, 29889, 510, 30010, 29879, 18983, 1776, 3949, 18464, 526, 1532, 29899, 5203, 363, 278, 13988, 3168, 322, 5188, 1974, 11029, 17279, 29889, 3599, 2705, 29892, 5648, 29907, 29899, 29924, 497, 29889, 510, 756, 5492, 967, 716, 4733, 29892, 322, 15241, 263, 18983, 1776, 3949, 18464, 22360, 29889, 26407, 1058, 864, 304, 15649, 377, 6544, 744, 18983, 1776, 3949, 18464, 508, 6493, 5648, 29907, 29899, 29924, 497, 29889, 510, 363, 901, 4902, 29889, 13, 13, 8050, 29907, 29899, 29924, 497, 29889, 510, 338, 263, 11822, 297, 3038, 9008, 2130, 3842, 322, 916, 27758, 2130, 3842, 29889, 8011, 18983, 1776, 3949, 18464, 526, 1532, 29899, 5203, 363, 278, 13988, 3168, 322, 5188, 1974, 11029, 17279, 29889, 450, 716, 4333, 11624, 310, 1784, 1422, 25517, 29889, 3645, 23292, 4646, 18551, 18983, 1776, 3949, 18464, 29892, 304, 29871, 29906, 29889, 29946, 29954, 26677, 1559, 18983, 1776, 10656, 6757, 29892, 5648, 29907, 29899, 29924, 497, 29889, 510, 756, 4129, 304, 9801, 11962, 26470, 29889, 13, 13, 30015, 4806, 526, 24173, 304, 6826, 445, 22360, 29892, 322, 591, 13731, 6617, 377, 6544, 284, 414, 322, 3240, 737, 414, 304, 3013, 6421, 1250, 304, 1749, 3787, 304, 1074, 825, 716, 9316, 526, 3625, 29889, 16025, 1058, 864, 304, 15649, 26677, 1559, 18983, 1776, 10656, 6757, 881, 6493, 1749, 7395, 3787, 408, 4720, 408, 1950, 29892, 1363, 278, 22360, 338, 363, 263, 9078, 931, 871, 3995, 4083, 263, 16538, 8455, 310, 278, 5001, 29889, 1346, 4806, 505, 278, 5534, 6159, 29892, 17924, 895, 322, 22035, 12425, 5181, 304, 18818, 1749, 20330, 393, 1009, 848, 338, 11592, 3178, 13, 13, 797, 6124, 29892, 5648, 29907, 29899, 29924, 497, 29889, 510, 30010, 29879, 7395, 3787, 5680, 13978, 573, 4482, 26094, 373, 967, 263, 6893, 10405, 310, 1422, 11949, 310, 15436, 1617, 1199, 322, 4475, 2130, 3842, 29889, 5670, 1611, 11962, 2669, 29892, 1880, 29899, 29567, 29892, 6210, 29891, 28289, 29892, 322, 21750, 519, 26094, 29892, 526, 278, 9590, 304, 6755, 5648, 29907, 29899, 29924, 497, 29889, 510, 13, 13, 28173, 450, 5648, 29907, 23809, 313, 8050, 29907, 29899, 29924, 497, 29889, 510, 29897, 13, 13, 17641, 287, 297, 29871, 29906, 29900, 29900, 29947, 29892, 5648, 29907, 23809, 756, 263, 20502, 9999, 292, 4060, 322, 372, 756, 7841, 4549, 21702, 411, 1784, 2441, 12012, 332, 414, 310, 12113, 9316, 313, 29875, 9861, 29892, 474, 20369, 29892, 474, 24709, 29892, 2992, 6250, 3834, 12113, 2130, 3842, 1304, 304, 505, 1063, 5239, 472, 5648, 29907, 29899, 29924, 497, 29889, 510, 1434, 1009, 6221, 6826, 29889, 450, 5381, 1304, 304, 367, 17644, 8967, 491, 777, 2246, 5745, 313, 4561, 15197, 797, 29879, 1241, 29889, 510, 29892, 12113, 797, 29879, 1241, 29889, 510, 29892, 315, 6006, 29889, 510, 29892, 2992, 6250, 13, 13, 12148, 6493, 1732, 597, 1636, 29889, 29873, 7071, 29899, 29885, 497, 29889, 510, 470, 1014, 13086, 967, 9763, 15670, 363, 278, 1900, 316, 1338, 29892, 4266, 26094, 29892, 15121, 403, 4048, 886, 29892, 29192, 22813, 793, 322, 901, 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 ]
# frozen_string_literal: true require File.expand_path('lib/jekyll-last-modified-at/version.rb', __dir__) Gem::Specification.new do |s| s.name = 'jekyll-last-modified-at' s.version = Jekyll::LastModifiedAt::VERSION s.summary = 'A liquid tag for Jekyll to indicate the last time a file was modified.' s.authors = 'Garen J. Torikian' s.homepage = 'https://github.com/gjtorikian/jekyll-last-modified-at' s.license = 'MIT' s.files = Dir['lib/**/*.rb'] s.add_dependency 'jekyll', '>= 3.7', ' < 5.0' s.add_dependency 'posix-spawn', '~> 0.3.9' s.add_development_dependency 'rake' s.add_development_dependency 'rspec', '~> 3.4' s.add_development_dependency 'rubocop' s.add_development_dependency 'rubocop-performance' s.add_development_dependency 'rubocop-standard' s.add_development_dependency 'spork' end
[ 1, 396, 14671, 2256, 29918, 1807, 29918, 20889, 284, 29901, 1565, 13, 13, 12277, 3497, 29889, 18837, 29918, 2084, 877, 1982, 29914, 1324, 3459, 645, 29899, 4230, 29899, 1545, 2164, 29899, 271, 29914, 3259, 29889, 6050, 742, 4770, 3972, 1649, 29897, 13, 29954, 331, 1057, 10299, 2450, 29889, 1482, 437, 891, 29879, 29989, 13, 29871, 269, 29889, 978, 462, 29871, 353, 525, 1324, 3459, 645, 29899, 4230, 29899, 1545, 2164, 29899, 271, 29915, 13, 29871, 269, 29889, 3259, 1669, 353, 435, 1416, 15114, 1057, 8897, 2111, 2164, 4178, 1057, 16358, 13, 29871, 269, 29889, 7727, 1669, 353, 525, 29909, 23904, 4055, 363, 435, 1416, 15114, 304, 12266, 278, 1833, 931, 263, 934, 471, 9120, 6169, 13, 29871, 269, 29889, 5150, 943, 1669, 353, 525, 29954, 8326, 435, 29889, 4794, 638, 713, 29915, 13, 29871, 269, 29889, 5184, 3488, 795, 353, 525, 991, 597, 3292, 29889, 510, 29914, 29887, 29926, 7345, 638, 713, 29914, 1324, 3459, 645, 29899, 4230, 29899, 1545, 2164, 29899, 271, 29915, 13, 29871, 269, 29889, 506, 1947, 1669, 353, 525, 26349, 29915, 13, 29871, 269, 29889, 5325, 462, 353, 19378, 1839, 1982, 7918, 5515, 29889, 6050, 2033, 13, 13, 29871, 269, 29889, 1202, 29918, 10836, 525, 1324, 3459, 645, 742, 525, 18572, 29871, 29941, 29889, 29955, 742, 525, 529, 29871, 29945, 29889, 29900, 29915, 13, 29871, 269, 29889, 1202, 29918, 10836, 525, 1066, 861, 29899, 1028, 18101, 742, 525, 30022, 29958, 29871, 29900, 29889, 29941, 29889, 29929, 29915, 13, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 336, 446, 29915, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 2288, 3135, 742, 525, 30022, 29958, 29871, 29941, 29889, 29946, 29915, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 29878, 431, 542, 459, 29915, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 29878, 431, 542, 459, 29899, 546, 13390, 29915, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 29878, 431, 542, 459, 29899, 15770, 29915, 13, 29871, 269, 29889, 1202, 29918, 25431, 29918, 10836, 525, 1028, 548, 29915, 13, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Debbie Gregory DNP, RN Dr. Debbie Gregory is a national leader in healthcare design, innovation, and transformation. As a nurse executive and interior designer, Dr. Gregory is passionate about “Intentional Design” that aligns People, Place, and Process. She creates and transforms environments into functional ecosystems using complex systems science and strategic thinking. Dr. Gregory has Doctorate of Nursing Practice in Health Innovation and Leadership from the University of Minnesota and a bachelors in nursing from Vanderbilt University. Currently, she serves as Senior Clinical Consultant for the Technology Planning Group at Smith, Seckman, Reid, Inc., a national engineering firm. In today’s healthcare environment, clinical transformation and innovation are essential in navigating and reengineering the care delivery model of the future. She serves as a liaison and visionary between the clinical community, the design and construction community, and the IT/engineering community to interpret and enhance the clinical operations and functionality of the healthcare environment. She develops strategies for operational and financial improvements designed to advance clinical excellence, improve quality of care, patient experience, and overall patient outcomes. She is a frequent presenter at national conferences and has authored many articles in national publications. Dr. Gregory provides educational summits that bring healthcare leaders, technology experts, and visionaries together to discuss the future of the healthcare delivery model and the integration of technology. She is the co-founder and past president of the Nursing Institute for Healthcare Design (NIHD) and current President of the Nursing Institute for Healthcare Design Foundation. NIHD is an international not for profit organization created from a need, an idea, and a passion to engage and include clinicians at the design table to improve the healthcare environment.
[ 1, 7089, 10993, 29094, 360, 25500, 29892, 390, 29940, 13, 13, 25639, 29889, 7089, 10993, 29094, 338, 263, 4797, 11822, 297, 9045, 18020, 2874, 29892, 24233, 362, 29892, 322, 13852, 29889, 1094, 263, 5595, 344, 22760, 322, 13290, 23383, 29892, 4942, 29889, 29094, 338, 15935, 403, 1048, 1346, 10286, 1848, 12037, 30024, 393, 7595, 29879, 11647, 29892, 15484, 29892, 322, 10554, 29889, 2296, 10017, 322, 4327, 29879, 23136, 964, 13303, 321, 3944, 973, 29879, 773, 4280, 6757, 10466, 322, 16650, 293, 7291, 29889, 13, 13, 25639, 29889, 29094, 756, 15460, 403, 310, 405, 1295, 292, 29124, 625, 297, 15202, 512, 13715, 362, 322, 951, 328, 10475, 515, 278, 3014, 310, 20994, 322, 263, 289, 496, 295, 943, 297, 302, 1295, 292, 515, 478, 3825, 29890, 2782, 3014, 29889, 15447, 29892, 1183, 19700, 408, 24260, 315, 1915, 936, 2138, 499, 424, 363, 278, 17968, 1858, 9450, 6431, 472, 7075, 29892, 922, 384, 1171, 29892, 830, 333, 29892, 9266, 1696, 263, 4797, 21639, 9226, 29889, 13, 13, 797, 9826, 30010, 29879, 9045, 18020, 5177, 29892, 24899, 936, 13852, 322, 24233, 362, 526, 18853, 297, 12402, 1218, 322, 337, 10599, 3241, 278, 2562, 28289, 1904, 310, 278, 5434, 29889, 2296, 19700, 408, 263, 301, 423, 2285, 322, 18551, 653, 1546, 278, 24899, 936, 7881, 29892, 278, 2874, 322, 7632, 7881, 29892, 322, 278, 13315, 29914, 10599, 3241, 7881, 304, 6613, 322, 26371, 749, 278, 24899, 936, 6931, 322, 9863, 310, 278, 9045, 18020, 5177, 29889, 2296, 2693, 29879, 16650, 583, 363, 1751, 1288, 322, 18161, 28473, 8688, 304, 6564, 24899, 936, 12567, 663, 29892, 11157, 11029, 310, 2562, 29892, 16500, 7271, 29892, 322, 12463, 16500, 714, 26807, 29889, 13, 13, 13468, 338, 263, 17091, 2198, 261, 472, 4797, 378, 10662, 322, 756, 4148, 287, 1784, 7456, 297, 4797, 25964, 29889, 4942, 29889, 29094, 8128, 28976, 22792, 1169, 393, 6963, 9045, 18020, 20251, 29892, 15483, 2902, 1372, 29892, 322, 18551, 4314, 4208, 304, 5353, 278, 5434, 310, 278, 9045, 18020, 28289, 1904, 322, 278, 13465, 310, 15483, 29889, 13, 13, 13468, 338, 278, 1302, 29899, 11940, 261, 322, 4940, 6673, 310, 278, 405, 1295, 292, 8907, 363, 15202, 18020, 12037, 313, 12916, 26124, 29897, 322, 1857, 7178, 310, 278, 405, 1295, 292, 8907, 363, 15202, 18020, 12037, 10606, 29889, 405, 29902, 26124, 338, 385, 6121, 451, 363, 21665, 13013, 2825, 515, 263, 817, 29892, 385, 2969, 29892, 322, 263, 15935, 304, 3033, 482, 322, 3160, 24899, 14722, 472, 278, 2874, 1591, 304, 11157, 278, 9045, 18020, 5177, 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 ]
Teen angel Keisha Grey cant hide her large natural mangos under her tiny t-shirt counting up as Johnny Sins cant hide his large cock in his pants. That babe gets apropos on her knees to take his pistol in her hawt mouth
[ 1, 1920, 264, 2614, 295, 4813, 728, 29874, 25529, 5107, 9563, 902, 2919, 5613, 25016, 359, 1090, 902, 21577, 260, 29899, 845, 2728, 21248, 701, 408, 20179, 317, 1144, 5107, 9563, 670, 2919, 1302, 384, 297, 670, 282, 1934, 29889, 2193, 289, 4302, 4947, 11712, 1066, 373, 902, 17905, 267, 304, 2125, 670, 282, 19639, 297, 902, 447, 14554, 13394 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Medical Designers Save Time, Parts With Software HIGH STRESS: The sensor in Tensys’ new blood-pressure monitor floats within a rigid frame attached to a serpentine arm designed to flex. Engineers used SolidWorks and COSMOSWORKS to design the arm and see how it would perform under real-world flexing, saving prototypes. “Faster, cheaper, better” is a phrase that may have its genesis in the aerospace industry, but it has launched breakthrough designs in other industries as well. Case in point: the medical industry, where device manufacturers have used CAD and FEA to give flight to new design ideas while slashing product-development time. Two recent examples, one in the U.S. and one in the U.K., show the improvements and time/cost savings engineers have realized from their use of engineering software. In Camberly, U.K., the design team at reseller Williams Medical Supplies set up a new technical development department to design medical products and settled on Solid Edge (UGS) as its core design tool. “Our aim is to take a routine surgical instrument and bring something new to the design that will provide significant benefit,” says Robert Steele, technical development director. Among their projects: the Opmaster Series 4 surgery operating table. The enhanced design allows a patient to be examined, operated on, and recover on the same table. Using Solid Edge, the team modeled parts and ran collision and interference analyses and motion simulation. “We were able to sit with sales and marketing during the initial design stage and get feedback,” says Steele. “Engineers don’t always get it right, but with the software we could rehearse the design and minimize the risk of getting it wrong.” The result was a major time savings, largely the result of not doing many prototypes. “In fact, we were almost able to dispense with the prototyping phase and go straight to manufacturing,” Steele asserts. Working with different software and on a vastly different product line, engineers at San Diego-based Tensys Medical, Inc. had similar results. Using SolidWorks for CAD and COSMOSWorks for FEA (both from Dassault Systemes, Inc.) the engineering team developed the T-Line[R] Tensymeter, a non-invasive arterial blood-pressure management system for use in surgery. Their goal was to replace the traditional cuff-based monitors that provide only intermittent measurements every few minutes. That kind of irregular monitoring can delay recognition of rapid changes in blood pressure. The design concept uses an actuator to move a sensor over the patient’s wrist to find the best position for producing a continuous waveform. “The sensor has to float within a rigid frame attached to a serpentine arm that’s designed to flex. The team used COSMOSWORKS to identify areas of high stress for the olefin-based serpentine arm and used the analysis results to make design modifications. Among those modifications, says Senior Engineer Russ Hempstead: “We removed the stress risers, added radii, and added thickening sections.” He and the engineering team didn’t expect to see the stress risers, but when they did they put static flexing on part of the serpentine arm so they could move it the way it would move in the real world. The software enabled the team to shorten the design cycle by 60 percent. They cut manufacturing time by four percent, material costs by three percent, and labor costs by three-four percent. In all, engineers did seven or eight analysis studies in just a couple of days. Hempstead says the team cut the number of parts by putting as much functionality in a part as possible. It’s a strategy he recommends to others. “It may complicate tooling, but it still eases manufacturing,” he says. “We got rid of four components.” Industrial workplaces are governed by OSHA rules, but this isn’t to say that rules are always followed. While injuries happen on production floors for a variety of reasons, of the top 10 OSHA rules that are most often ignored in industrial settings, two directly involve machine design: lockout/tagout procedures (LO/TO) and machine guarding. Focus on Fundamentals consists of 45-minute on-line classes that cover a host of technologies. You learn without leaving the comfort of your desk. All classes are taught by subject-matter experts and all are archived. So if you can't attend live, attend at your convenience.
[ 1, 20795, 12037, 414, 16913, 5974, 29892, 3455, 29879, 2973, 18540, 13, 13, 29950, 6259, 29950, 6850, 26785, 29901, 450, 23530, 297, 323, 575, 952, 30010, 716, 10416, 29899, 2139, 545, 13, 3712, 2105, 5685, 1446, 2629, 263, 12912, 333, 3515, 10959, 304, 263, 724, 22825, 457, 5075, 8688, 13, 517, 8525, 29889, 10863, 414, 1304, 4956, 333, 5531, 29879, 322, 315, 3267, 29924, 3267, 11686, 17557, 304, 2874, 278, 5075, 322, 13, 4149, 920, 372, 723, 2189, 1090, 1855, 29899, 11526, 8525, 292, 29892, 14238, 410, 4260, 7384, 29889, 13, 13, 30015, 29943, 1901, 29892, 923, 7202, 29892, 2253, 30024, 338, 263, 16549, 393, 1122, 505, 967, 2531, 6656, 297, 278, 13, 29874, 9672, 3535, 13661, 29892, 541, 372, 756, 15241, 2867, 20678, 25517, 297, 916, 6397, 2722, 13, 294, 1532, 29889, 11733, 297, 1298, 29901, 278, 16083, 13661, 29892, 988, 4742, 12012, 332, 414, 505, 13, 3880, 315, 3035, 322, 383, 29923, 29909, 304, 2367, 16286, 304, 716, 2874, 7014, 1550, 24765, 292, 13, 4704, 29899, 25431, 931, 29889, 13, 13, 13985, 7786, 6455, 29892, 697, 297, 278, 501, 29889, 29903, 29889, 322, 697, 297, 278, 501, 29889, 29968, 1696, 1510, 278, 28473, 322, 931, 29914, 18253, 4048, 886, 6012, 414, 505, 16387, 515, 1009, 671, 310, 21639, 7047, 29889, 13, 13, 797, 5500, 495, 368, 29892, 501, 29889, 29968, 1696, 278, 2874, 3815, 472, 620, 4539, 11648, 20795, 9179, 3687, 731, 701, 263, 716, 16905, 5849, 14311, 304, 2874, 16083, 9316, 322, 17141, 373, 4956, 333, 21086, 313, 29965, 10749, 29897, 408, 967, 7136, 2874, 5780, 29889, 1346, 29949, 332, 12242, 338, 304, 2125, 263, 26529, 25300, 936, 11395, 322, 6963, 1554, 716, 304, 278, 2874, 393, 674, 3867, 7282, 14169, 3995, 4083, 4755, 2443, 6146, 29892, 16905, 5849, 8881, 29889, 17302, 1009, 9279, 29901, 278, 438, 3358, 1901, 10488, 29871, 29946, 25300, 708, 13598, 1591, 29889, 450, 427, 29308, 2874, 6511, 263, 16500, 304, 367, 4392, 1312, 29892, 19623, 373, 29892, 322, 9792, 373, 278, 1021, 1591, 29889, 13, 13, 15156, 4956, 333, 21086, 29892, 278, 3815, 4464, 839, 5633, 322, 6350, 22369, 322, 1006, 1659, 3483, 952, 267, 322, 10884, 17402, 29889, 1346, 4806, 892, 2221, 304, 7845, 411, 16538, 322, 9999, 292, 2645, 278, 2847, 2874, 7408, 322, 679, 16705, 3995, 4083, 2443, 6146, 29889, 1346, 12412, 414, 1016, 30010, 29873, 2337, 679, 372, 1492, 29892, 541, 411, 278, 7047, 591, 1033, 337, 354, 7989, 278, 2874, 322, 6260, 675, 278, 12045, 310, 2805, 372, 2743, 3178, 13, 13, 1576, 1121, 471, 263, 4655, 931, 4048, 886, 29892, 18425, 278, 1121, 310, 451, 2599, 1784, 410, 4260, 7384, 29889, 1346, 797, 2114, 29892, 591, 892, 4359, 2221, 304, 12272, 1947, 411, 278, 410, 4260, 1478, 292, 8576, 322, 748, 7812, 304, 12012, 3864, 3995, 2443, 6146, 408, 643, 1372, 29889, 13, 13, 5531, 292, 411, 1422, 7047, 322, 373, 263, 13426, 368, 1422, 3234, 1196, 29892, 6012, 414, 472, 3087, 16879, 29899, 6707, 323, 575, 952, 20795, 29892, 9266, 29889, 750, 2788, 2582, 29889, 13, 13, 15156, 4956, 333, 5531, 29879, 363, 315, 3035, 322, 315, 3267, 29924, 3267, 5531, 29879, 363, 383, 29923, 29909, 313, 20313, 515, 360, 465, 1292, 2184, 267, 29892, 9266, 1846, 278, 21639, 3815, 8906, 278, 323, 29899, 3542, 29961, 29934, 29962, 323, 575, 962, 1308, 29892, 263, 1661, 29899, 262, 4428, 573, 564, 357, 616, 10416, 29899, 2139, 545, 10643, 1788, 363, 671, 297, 25300, 708, 29889, 11275, 7306, 471, 304, 5191, 278, 13807, 2723, 600, 29899, 6707, 1601, 17259, 393, 3867, 871, 1006, 18344, 296, 20398, 1432, 2846, 6233, 29889, 2193, 2924, 310, 27931, 29652, 508, 9055, 19679, 310, 10952, 3620, 297, 10416, 12959, 29889, 13, 13, 1576, 2874, 6964, 3913, 385, 20331, 1061, 304, 4337, 263, 23530, 975, 278, 16500, 30010, 29879, 281, 2021, 304, 1284, 278, 1900, 2602, 363, 20811, 263, 9126, 10742, 689, 29889, 1346, 1576, 23530, 756, 304, 5785, 2629, 263, 12912, 333, 3515, 10959, 304, 263, 724, 22825, 457, 5075, 393, 30010, 29879, 8688, 304, 8525, 29889, 450, 3815, 1304, 315, 3267, 29924, 3267, 11686, 17557, 304, 12439, 10161, 310, 1880, 22884, 363, 278, 288, 280, 4951, 29899, 6707, 724, 22825, 457, 5075, 322, 1304, 278, 7418, 2582, 304, 1207, 2874, 26278, 29889, 13, 13, 6833, 549, 1906, 26278, 29892, 4083, 24260, 10863, 261, 4719, 379, 3451, 303, 1479, 29901, 1346, 4806, 6206, 278, 22884, 5161, 414, 29892, 2715, 2971, 2236, 29892, 322, 2715, 12003, 8333, 13926, 3178, 940, 322, 278, 21639, 3815, 3282, 30010, 29873, 2149, 304, 1074, 278, 22884, 5161, 414, 29892, 541, 746, 896, 1258, 896, 1925, 2294, 8525, 292, 373, 760, 310, 278, 724, 22825, 457, 5075, 577, 896, 1033, 4337, 372, 278, 982, 372, 723, 4337, 297, 278, 1855, 3186, 29889, 450, 7047, 9615, 278, 3815, 304, 3273, 264, 278, 2874, 11412, 491, 29871, 29953, 29900, 10151, 29889, 2688, 5700, 12012, 3864, 931, 491, 3023, 10151, 29892, 5518, 21544, 491, 2211, 10151, 29892, 322, 10212, 21544, 491, 2211, 29899, 17823, 10151, 29889, 512, 599, 29892, 6012, 414, 1258, 9881, 470, 9475, 7418, 11898, 297, 925, 263, 7303, 310, 3841, 29889, 13, 13, 29950, 3451, 303, 1479, 4083, 278, 3815, 5700, 278, 1353, 310, 5633, 491, 10594, 408, 1568, 9863, 297, 263, 760, 408, 1950, 29889, 739, 30010, 29879, 263, 13705, 540, 5052, 1975, 304, 4045, 29889, 1346, 3112, 1122, 752, 5926, 5780, 292, 29892, 541, 372, 1603, 321, 2129, 12012, 3864, 3995, 540, 4083, 29889, 1346, 4806, 2355, 8177, 310, 3023, 7117, 3178, 13, 13, 2568, 504, 9315, 664, 29886, 6048, 526, 4095, 287, 491, 6570, 15715, 6865, 29892, 541, 445, 3508, 30010, 29873, 304, 1827, 393, 6865, 526, 2337, 5643, 29889, 5806, 10899, 14886, 3799, 373, 5802, 5685, 943, 363, 263, 12875, 310, 9590, 29892, 310, 278, 2246, 29871, 29896, 29900, 6570, 15715, 6865, 393, 526, 1556, 4049, 17262, 297, 18408, 6055, 29892, 1023, 4153, 25135, 4933, 2874, 29901, 7714, 449, 29914, 4039, 449, 28648, 313, 3927, 29914, 4986, 29897, 322, 4933, 8372, 292, 29889, 13, 13, 20560, 373, 13249, 1166, 1338, 11624, 310, 29871, 29946, 29945, 29899, 1195, 1082, 373, 29899, 1220, 4413, 393, 4612, 263, 3495, 310, 5722, 11763, 29889, 887, 5110, 1728, 10124, 278, 13016, 310, 596, 553, 29895, 29889, 2178, 4413, 526, 16187, 491, 4967, 29899, 29885, 2620, 2902, 1372, 322, 599, 526, 3190, 2347, 29889, 1105, 565, 366, 508, 29915, 29873, 14333, 5735, 29892, 14333, 472, 596, 29703, 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 ]
I listened to this one, narrated by Justine Eyre. It was about 12 hours long, but it passed by quickly with this fun read. It's not particularly deep or magical and it doesn't call life as we know it into question. It's a nice read/listen, light and intriguing for anyone in the mood for a little escape from the disappointments that have been abounding. Funny enough, the only problems with the book are also reasons why I liked it. Lily Kaiser's journey is a little too convenient throughout the book but that can be just perfect sometimes. It can be exactly what I need to read or listen in order to balance out the pressure of the world. So, yes, the book is a little too neat. The story a little too beautiful and coincidental and works a little too well, but I didn't mind it at all. Mostly because it was also written incredibly well. It moves between times, giving insight into Rose Gallway's life that Lily doesn't readily have and let's the reader piece some of it together on our own. I do enjoy that. And then the author lays it all out and it's just perfect. A little too perfect, like in one of those rom-coms that we watch to feel good but that we all know aren't the way the world works. I really loved that about it. It's going to be one of my comfort books, to peruse when I'm down, maybe listen to when I wanna revel in new beginnings, like the mood I re-watch Stardust in. If you've read a few too many mysteries lately, or too many books that ripped your heart out (like I have recently), than this is the perfect book to recover with. It's comforting and sweet and romantic and doesn't take itself too seriously. But it's not the book for that serious deep read. Don't expect it to be.
[ 1, 306, 29616, 304, 445, 697, 29892, 15474, 630, 491, 3387, 457, 382, 29891, 276, 29889, 739, 471, 1048, 29871, 29896, 29906, 6199, 1472, 29892, 541, 372, 4502, 491, 9098, 411, 445, 2090, 1303, 29889, 739, 29915, 29879, 451, 10734, 6483, 470, 2320, 936, 322, 372, 1838, 29915, 29873, 1246, 2834, 408, 591, 1073, 372, 964, 1139, 29889, 13, 13, 3112, 29915, 29879, 263, 7575, 1303, 29914, 20631, 29892, 3578, 322, 11158, 5526, 292, 363, 5019, 297, 278, 286, 2092, 363, 263, 2217, 10169, 515, 278, 23451, 1860, 393, 505, 1063, 633, 12449, 29889, 13, 13, 25394, 1460, 3307, 29892, 278, 871, 4828, 411, 278, 3143, 526, 884, 9590, 2020, 306, 23289, 372, 29889, 365, 2354, 17123, 29915, 29879, 16342, 338, 263, 2217, 2086, 19192, 10106, 278, 3143, 541, 393, 508, 367, 925, 4922, 6041, 29889, 739, 508, 367, 3721, 825, 306, 817, 304, 1303, 470, 11621, 297, 1797, 304, 17346, 714, 278, 12959, 310, 278, 3186, 29889, 13, 13, 6295, 29892, 4874, 29892, 278, 3143, 338, 263, 2217, 2086, 28539, 29889, 450, 5828, 263, 2217, 2086, 9560, 322, 22819, 1693, 284, 322, 1736, 263, 2217, 2086, 1532, 29892, 541, 306, 3282, 29915, 29873, 3458, 372, 472, 599, 29889, 7849, 368, 1363, 372, 471, 884, 3971, 29811, 14981, 1532, 29889, 739, 16229, 1546, 3064, 29892, 6820, 25483, 964, 14008, 8130, 1582, 29915, 29879, 2834, 393, 365, 2354, 1838, 29915, 29873, 28520, 505, 322, 1235, 29915, 29879, 278, 9591, 8424, 777, 310, 372, 4208, 373, 1749, 1914, 29889, 306, 437, 13389, 393, 29889, 1126, 769, 278, 4148, 301, 1036, 372, 599, 714, 322, 372, 29915, 29879, 925, 4922, 29889, 319, 2217, 2086, 4922, 29892, 763, 297, 697, 310, 1906, 6017, 29899, 510, 29879, 393, 591, 6505, 304, 4459, 1781, 541, 393, 591, 599, 1073, 9455, 29915, 29873, 278, 982, 278, 3186, 1736, 29889, 13, 13, 29902, 2289, 18012, 393, 1048, 372, 29889, 739, 29915, 29879, 2675, 304, 367, 697, 310, 590, 13016, 8277, 29892, 304, 639, 1509, 746, 306, 29915, 29885, 1623, 29892, 5505, 11621, 304, 746, 306, 281, 9713, 20474, 297, 716, 1812, 2559, 886, 29892, 763, 278, 286, 2092, 306, 337, 29899, 12344, 624, 538, 504, 297, 29889, 960, 366, 29915, 345, 1303, 263, 2846, 2086, 1784, 22277, 583, 301, 2486, 29892, 470, 2086, 1784, 8277, 393, 10107, 2986, 596, 5192, 714, 313, 4561, 306, 505, 10325, 511, 1135, 445, 338, 278, 4922, 3143, 304, 9792, 411, 29889, 739, 29915, 29879, 13016, 292, 322, 14225, 322, 6017, 7716, 322, 1838, 29915, 29873, 2125, 3528, 2086, 25798, 29889, 1205, 372, 29915, 29879, 451, 278, 3143, 363, 393, 10676, 6483, 1303, 29889, 3872, 29915, 29873, 2149, 372, 304, 367, 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 ]
My new global trends book is out now: The Future of Almost Everything. But it takes at least 20 years to evaluate how good a trends analyst was / is – so what about forecasts made by me in previous books, about what to expect over the following decade or two or three? How did those forecasts measure up? I had to answer that question for myself by re-reading what I wrote in the past about the future, before writing my latest book. Read FREE SAMPLE of The Truth about Almost Everything. So you can judge for yourself, here are loads of predictions I made in the past - and the book in which they were made plus date. Every one of these is already a reality or looks like it soon could be, as of August 2015....And yes I got some things wrong - not many fortunately. I am going to publish the entire text of Futurewise 1998 edition on this website for a complete picture - but of course on this site already are hundreds of posts and videos going back in some cases over 20 years. Here's one I got wrong: I thought video streaming would take off - but with more use of live video using smartphones that we have actually seen. Most personal video streaming is of course things like YouTube clips. Most forecasting errors in my experience are not over WHAT is going to happen as the trend is usually fairly obvious, but by WHEN with questions about real impact. So here goes: how did I see the future of banking, global economy, mobile, smartphones, Internet of Things, Big Data and so on...? Banking Banking as it is in 1998 will never survive and will fall in profitability. 1998 - Futurewise Internet of Things and Smart Homes All new homes in developed nations will be intelligent by 2010, Smart homes will boast 15-20% energy savings. 1998 - Futurewise Every device with a power socket will be online. Washing machine will call engineer. Garage doors will open automatically, alarm will be turned off, lights will go on, coffee machine will begin to pour a coffee and so on. 1998 - Futurewise Power generation in many homes from solar cells and wind in rural areas 1998 – Futurewise Retail and e-commerce Basic shopping will be done online and the rest will become a recreational activity – so shopping centres will have to learn from theme parks to reinvent themselves as a leisure experience. 1998 - Futurewise Loss of millions of small retailers by 2005 as huge chains expand market share, These global chains will increase own brand sales from 15% to 30% by 2010. However many corner shops will survive because of convenience, parking restrictions and so on. We will see a big reversal of the trend to build more out of town superstores, with rapid growth of smaller outlets of the same chains. 1998 - Futurewise Millions of people will buy and sell from each other directly at cut throat prices for new and second-hand goods, by posting information online, with instant matching of buyers and sellers, creating virtual “street markets”. 1998 – Futurewise Europe and global economy Major economic disruptions will occur affecting many nations from a series of very low probability but very high impact events, with combined impact. 1998 - Futurewise Expect increasingly complicated financial instruments to be developed, which will add to risks of economic instability. 1998 – Futurewise The next global economic shock is likely to be triggered by events relating to complex financial products (derivatives) and hedge funds, overwhelming markets and governments - 2003 Futurewise Speed of change will be a fundamental and rapidly growing global risk, with sudden collapse of economies in different nations, related to loss of market confidence. 1998 – Futurewise Massive future economic tensions in Eurozone in next two decades, which may threaten the Euro project. 1998 – Futurewise Expect more rioting on the streets as workers untie to vent their anger and frustration at leaders, global institutions and wealthy ethnic minorities. 1998 – Futurewise Interest rate targeting set at 2% will turn out to be too low because no room to manage the deflationary economic shocks that we are going to see, without risk of tipping over into deflation. Expect central banks to begin relaxing such low targets – 2003 Futurewise 2nd edition Expect a growing backlash against globalization, blamed by workers in many nations for lack of jobs and economic decline. 1998 – Futurewise Expect growing anger and resentment against market speculators, blamed for price instabilities of commodities and currencies, and for destabilizing entire nations by over-trading complex financial products, which very few people fully understand. 1998 – Futurewise More governments will take refuge in larger trading blocs, with more grouped, linked of fused economies by 2020, particularly in Asia, but it will not be entirely effective as speculators also grow rapidly in global power. ASEAN will become stronger as part of this process. 1998 – Futurewise Outsourcing of manufacturing and service jobs to China and India will go into reverse, as inflation in Asia wipes out the economic argument for doing so, and as companies look to become more agile and reduce risk. 2003 - Futurewise Many people will be surprised at how rapidly China overtakes the US as the world’s largest economy. Futurewise 1998 Health AIDS will become a global pandemic which will require massive community mobilization over more than 20 years. Prevention programmes will prove effective, but a vaccine will be almost impossible to make, and certainly will not be developed before 2003. 1987 – Truth about AIDS Life expectancy will go on increasing rapidly with official forecasts revised every 12 months, over the next two decades and beyond, each of which will create added pressures on pension fund solvency. 1998 - Futurewise Viruses will be used to treat or prevent diseases such as cancer or cystic fibrosis. Viruses will be used to infect cancer cells and teach them to manufacture chemotherapy agents to poison cancer cells directly – 1993 Genetic Revolution We will repair damaged tissue using a person’s own cells, grown in the laboratory. – 1993 Genetic Revolution GM foods – new crops and improved animals - will be important and widely grown. – 1993 Genetic Revolution Genetically engineered animal and human cells will be used to manufacture next-generation pharma products including new types of vaccines. – 1993 Genetic Revolution Huge numbers of human genes will be linked to patterns of disease, enabling very accurate predictions to be made about future medical problems in an individual. – 1993 Genetic Revolution Monoclonal antibodies will become a very important treatment in future for cancer and other conditions. – 1993 Genetic Revolution Technology to create human cloned embryos in the laboratory for research purposes will become routine. 1993 – Genetic Revolution We will see many new virus threats emerge around the world by 2020, of which several will trigger global containment efforts. 1998 – Futurewise= Pensions crisis Pensions crisis will hit Germany and Italy, while France will be shaken by riots and demonstrations on the streets when governments try to increase retirement age. 1998 – Futurewise In 20 years time, many older people will carry on working to 75, or 85, or until they drop, with virtually no pension. 1998 – Futurewise Calls to legalise euthanasis will grow far stronger, with many high profile cases where doctors or family have taken the law into their own hands. 1998 – Futurewise Personal pension plans and investment funds will be growth markets for those approaching retirement, with increasing questions about charges and performance of actively managed funds. 1998 – Futurewise Future of Europe Eurozone will not be sustainable without huge pain. Economic conditions that enable some countries to swim will cause other economies to drown. 1998 - Futurewise Tribalism will be the downfall of Europe and will feed terrorism. 1998 - Futurewise Many former Eastern Bloc nations will not stabilize economically until beyond 2008, and even then there will still be a huge gap compared to Western Europe. 1998 - Futurewise It will take until beyond 2018 for new democratic traditions to take root in former Soviet bloc nations. Economic crisis in these nations may lead to riots, civil disobedience, internal military action or worse. Expect the EU to try to reduce these risks by early inclusion into an enlarged community. 1998 - Futurewise Enlarging the EU from15 to 25 nations will change it forever, adding to paralysis in decision-making. 1998 - Futurewise People tribes will sometimes be very hostile to the emerging mega-state. 1998 - Futurewise One of the final destructions of the United States of Europe will be high unemployment caused by rapidly changing economic conditions and labour force immobility. 1998 - Futurewise However Europe will benefit in the short term from instability elsewhere. 1998 – Futurewise Future of the UK UK will continue to disintegrate in the final death pangs of the English imperialistic dream. Scots will look to Europe as a way of staying together in a broader alliance, rather than close rule from London. 1998 - Futurewise The English will become increasingly resentful of rulings imposed by the EU. 1998 - Futurewise As Scotland asserts its own right to govern itself, the English will become more strident about being English. 1998 - Futurewise UK home ownership will prove a good long term investment, despite market collapse and many pundits claiming the end of the sector as a sound investment. Web posts 2007-2008 on globalchange.com and YouTube. London will remain very popular and powerful London will continue to be one of the most popular cities in the world for the next 30 years, and will continue to be dominated by financial service despite aggressive global competition. 1998 - Futurewise The City will keep top position or near top in cross-border lending, and will fight to remain the largest global centre for Forex. 1998 - Futurewise Cities will be popular places to live Hundreds of millions will migrate to large cities: city life will be increasingly popular, despite forecasts by some that cities will decay and die as wealthy people move out to escape crime, congestion, pollution and chaos. 1998 - Futurewise Politics, tribalism, new patterns of war and rapid rise of new terrorist groups Political whirlwinds will affect whole continents. 1998 – Futurewise Rise of new, sinister radical people movements, which are totally convinced of their moral cause and use tribalism, social networking and terrorism – these groups will seize great powers. 1998 – Futurewise Terrorist groups will multiply rapidly in the third millennium, taking advantage of new technologies to frighten, sabotage and attack for the sake of a cause. 1998 – Futurewise Security forces will use ever more sophisticated tools for surveillance, violating privacy of hundreds of millions. 1998 – Futurewise Traditional left-right political divides will be swept away in many nations by polarized debates over things like sustainability, or the application of Islamic laws, or whether a nation should be in or out of the Eurozone. 1998 - Futurewise Ever present video cameras will make large-scale traditional wars harder to fight, because horrors will be seen very clearly. 1998 – Futurewise World military spending will fall and then rise – with investment in drones, cruise missiles etc but experience show that wars are won by house to house fighting not by remote control smart weapons. 1998 – Futurewise Sustainability and single issues Left-right politics will give way to single issue politics eg should we be in or out of the Eurozone, or become independent from the UK, or spend more on carbon taxes. 1998 - Futurewise The environment will be the number 1 dominant single issue for decades to come. 1998 - Futurewise Marriage and children Marriage will become less fashionable but the dominant household pattern for middle aged people will still be having children and bringing them up together. 1998 - Futurewise A new generation of teenagers will emerge in the early Third Millennium, the M Generation: more conservative than in the past – less sex, less drunkenness, less drugs, more study, more concerned about issues like environment. They will still follow traditional romantic dreams… of one day finding a wonderful partner for a very long term relationship. 1998 - Futurewise Drugs and smoking We will see widespread drug testing – at work and in prisons, greater investment in drug rehab. 1998 - Futurewise We will see progressive criminalisation of smoking with ever stricter regulations on tobacco, and a bitter fight in some nations over decriminalization of cannabis. 1998 - Futurewise We will see hundreds of new designer drugs that fall outside government legal powers, of which some will enhance memory and intelligence, becoming widely abused by students. 1998 - Futurewise Feminisation Feminisation of workplace and wider society with men in retreat, labeled as testosterone addicts, dangerous, ill-behaved variants of human species prone to violence and sexual predatory acts. 1998 – Futurewise
[ 1, 1619, 716, 5534, 534, 1975, 3143, 338, 714, 1286, 29901, 450, 16367, 310, 838, 3242, 17296, 29889, 1205, 372, 4893, 472, 3203, 29871, 29906, 29900, 2440, 304, 14707, 920, 1781, 263, 534, 1975, 3483, 858, 471, 847, 338, 785, 577, 825, 1048, 29821, 19416, 1754, 491, 592, 297, 3517, 8277, 29892, 1048, 825, 304, 2149, 975, 278, 1494, 316, 6332, 470, 1023, 470, 2211, 29973, 1128, 1258, 1906, 29821, 19416, 5645, 701, 29973, 306, 750, 304, 1234, 393, 1139, 363, 6142, 491, 337, 29899, 19715, 825, 306, 5456, 297, 278, 4940, 1048, 278, 5434, 29892, 1434, 5007, 590, 9281, 3143, 29889, 7523, 383, 21661, 16698, 3580, 1307, 310, 450, 1605, 2806, 1048, 838, 3242, 17296, 29889, 13, 13, 6295, 366, 508, 16833, 363, 7535, 29892, 1244, 526, 15376, 310, 27303, 306, 1754, 297, 278, 4940, 448, 322, 278, 3143, 297, 607, 896, 892, 1754, 2298, 2635, 29889, 7569, 697, 310, 1438, 338, 2307, 263, 16832, 470, 3430, 763, 372, 4720, 1033, 367, 29892, 408, 310, 3111, 29871, 29906, 29900, 29896, 29945, 3045, 2855, 4874, 306, 2355, 777, 2712, 2743, 448, 451, 1784, 5162, 348, 2486, 29889, 306, 626, 2675, 304, 9805, 278, 4152, 1426, 310, 16367, 3538, 29871, 29896, 29929, 29929, 29947, 12203, 373, 445, 4700, 363, 263, 4866, 7623, 448, 541, 310, 3236, 373, 445, 3268, 2307, 526, 21006, 310, 11803, 322, 19707, 2675, 1250, 297, 777, 4251, 975, 29871, 29906, 29900, 2440, 29889, 13, 13, 10605, 29915, 29879, 697, 306, 2355, 2743, 29901, 306, 2714, 4863, 24820, 723, 2125, 1283, 448, 541, 411, 901, 671, 310, 5735, 4863, 773, 15040, 561, 2873, 393, 591, 505, 2869, 3595, 29889, 7849, 7333, 4863, 24820, 338, 310, 3236, 2712, 763, 14711, 9335, 567, 29889, 13, 13, 29924, 520, 29821, 579, 292, 4436, 297, 590, 7271, 526, 451, 975, 12317, 1299, 338, 2675, 304, 3799, 408, 278, 534, 355, 338, 5491, 12558, 6924, 29892, 541, 491, 17980, 411, 5155, 1048, 1855, 10879, 29889, 1105, 1244, 5771, 29901, 920, 1258, 306, 1074, 278, 5434, 310, 9124, 292, 29892, 5534, 26504, 29892, 10426, 29892, 15040, 561, 2873, 29892, 4685, 310, 28706, 29892, 7997, 3630, 322, 577, 373, 856, 29973, 13, 13, 29933, 804, 292, 13, 13, 29933, 804, 292, 408, 372, 338, 297, 29871, 29896, 29929, 29929, 29947, 674, 2360, 10503, 573, 322, 674, 6416, 297, 21665, 3097, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 26341, 310, 28706, 322, 4116, 442, 15089, 267, 13, 13, 3596, 716, 17774, 297, 8906, 19079, 674, 367, 13052, 296, 491, 29871, 29906, 29900, 29896, 29900, 29892, 4116, 442, 17774, 674, 1045, 579, 29871, 29896, 29945, 29899, 29906, 29900, 29995, 5864, 4048, 886, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 26526, 4742, 411, 263, 3081, 9909, 674, 367, 7395, 29889, 399, 1161, 292, 4933, 674, 1246, 22055, 29889, 7455, 482, 24189, 674, 1722, 6336, 29892, 21200, 674, 367, 6077, 1283, 29892, 26068, 674, 748, 373, 29892, 26935, 4933, 674, 3380, 304, 1671, 263, 26935, 322, 577, 373, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 21472, 12623, 297, 1784, 17774, 515, 21635, 9101, 322, 8805, 297, 17692, 10161, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 8015, 737, 322, 321, 29899, 22529, 13, 13, 16616, 17394, 3262, 674, 367, 2309, 7395, 322, 278, 1791, 674, 4953, 263, 28709, 1288, 6354, 785, 577, 17394, 3262, 1644, 690, 674, 505, 304, 5110, 515, 10929, 610, 2039, 304, 15561, 794, 6053, 408, 263, 454, 275, 545, 7271, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29931, 2209, 310, 14746, 310, 2319, 3240, 737, 414, 491, 29871, 29906, 29900, 29900, 29945, 408, 12176, 521, 2708, 7985, 9999, 6232, 29892, 4525, 5534, 521, 2708, 674, 7910, 1914, 14982, 16538, 515, 29871, 29896, 29945, 29995, 304, 29871, 29941, 29900, 29995, 491, 29871, 29906, 29900, 29896, 29900, 29889, 2398, 1784, 11155, 528, 3554, 674, 10503, 573, 1363, 310, 29703, 29892, 610, 9292, 25091, 322, 577, 373, 29889, 1334, 674, 1074, 263, 4802, 18764, 284, 310, 278, 534, 355, 304, 2048, 901, 714, 310, 4726, 2428, 303, 2361, 29892, 411, 10952, 14321, 310, 7968, 714, 10376, 310, 278, 1021, 521, 2708, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 19169, 1080, 310, 2305, 674, 15649, 322, 19417, 515, 1269, 916, 4153, 472, 5700, 20961, 271, 26094, 363, 716, 322, 1473, 29899, 3179, 22535, 29892, 491, 16742, 2472, 7395, 29892, 411, 14426, 9686, 310, 15649, 414, 322, 19417, 414, 29892, 4969, 6901, 1346, 29352, 2791, 1691, 8643, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 15654, 322, 5534, 26504, 13, 13, 29924, 1175, 272, 17407, 766, 582, 1980, 674, 6403, 6602, 292, 1784, 19079, 515, 263, 3652, 310, 1407, 4482, 6976, 541, 1407, 1880, 10879, 4959, 29892, 411, 12420, 10879, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 1252, 1103, 10231, 368, 12092, 18161, 23643, 304, 367, 8906, 29892, 607, 674, 788, 304, 5161, 2039, 310, 17407, 832, 3097, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 1576, 2446, 5534, 17407, 19253, 338, 5517, 304, 367, 19799, 491, 4959, 1104, 1218, 304, 4280, 18161, 9316, 313, 672, 440, 5056, 29897, 322, 298, 12864, 29199, 29892, 975, 1332, 295, 4056, 2791, 1691, 322, 4095, 1860, 448, 29871, 29906, 29900, 29900, 29941, 16367, 3538, 13, 13, 26539, 310, 1735, 674, 367, 263, 15281, 322, 19328, 15678, 5534, 12045, 29892, 411, 8327, 24382, 310, 7766, 583, 297, 1422, 19079, 29892, 4475, 304, 6410, 310, 9999, 16420, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 29924, 465, 573, 5434, 17407, 260, 5580, 297, 11652, 8028, 297, 2446, 1023, 1602, 3076, 29892, 607, 1122, 20616, 278, 11652, 2060, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 1252, 1103, 901, 10107, 11427, 373, 278, 19756, 408, 17162, 443, 29873, 347, 304, 9712, 1009, 27343, 322, 1424, 11036, 472, 20251, 29892, 5534, 21561, 322, 17173, 29891, 11314, 7823, 9461, 1907, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 4074, 342, 6554, 3646, 292, 731, 472, 29871, 29906, 29995, 674, 2507, 714, 304, 367, 2086, 4482, 1363, 694, 5716, 304, 10933, 278, 822, 18411, 653, 17407, 19253, 29879, 393, 591, 526, 2675, 304, 1074, 29892, 1728, 12045, 310, 260, 17347, 975, 964, 822, 18411, 29889, 1222, 1103, 6555, 24388, 304, 3380, 26681, 292, 1316, 4482, 22525, 785, 29871, 29906, 29900, 29900, 29941, 16367, 3538, 29871, 29906, 299, 12203, 13, 13, 1252, 1103, 263, 15678, 1250, 29880, 1161, 2750, 5534, 2133, 29892, 1999, 2795, 491, 17162, 297, 1784, 19079, 363, 10225, 310, 17643, 322, 17407, 4845, 457, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 1252, 1103, 15678, 27343, 322, 620, 296, 358, 2750, 9999, 1580, 352, 4097, 29892, 1999, 2795, 363, 8666, 832, 11614, 310, 844, 397, 1907, 322, 16256, 15942, 29892, 322, 363, 2731, 4427, 5281, 4152, 19079, 491, 975, 29899, 509, 9382, 4280, 18161, 9316, 29892, 607, 1407, 2846, 2305, 8072, 2274, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 20761, 4095, 1860, 674, 2125, 25447, 297, 7200, 3534, 292, 289, 2029, 29879, 29892, 411, 901, 27831, 29892, 9024, 310, 285, 3880, 7766, 583, 491, 29871, 29906, 29900, 29906, 29900, 29892, 10734, 297, 14325, 29892, 541, 372, 674, 451, 367, 9186, 11828, 408, 1580, 352, 4097, 884, 6548, 19328, 297, 5534, 3081, 29889, 319, 1660, 2190, 674, 4953, 23505, 408, 760, 310, 445, 1889, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 3744, 29879, 473, 3277, 310, 12012, 3864, 322, 2669, 17643, 304, 7551, 322, 7513, 674, 748, 964, 11837, 29892, 408, 4414, 362, 297, 14325, 281, 29488, 714, 278, 17407, 2980, 363, 2599, 577, 29892, 322, 408, 14582, 1106, 304, 4953, 901, 946, 488, 322, 10032, 12045, 29889, 29871, 29906, 29900, 29900, 29941, 448, 16367, 3538, 13, 13, 14804, 2305, 674, 367, 18014, 472, 920, 19328, 7551, 975, 29873, 6926, 278, 3148, 408, 278, 3186, 30010, 29879, 10150, 26504, 29889, 16367, 3538, 29871, 29896, 29929, 29929, 29947, 13, 13, 3868, 4298, 13, 13, 29909, 1367, 29903, 674, 4953, 263, 5534, 7243, 24552, 607, 674, 1996, 20364, 7881, 27227, 2133, 975, 901, 1135, 29871, 29906, 29900, 2440, 29889, 4721, 7316, 1824, 4467, 674, 6356, 11828, 29892, 541, 263, 325, 5753, 457, 674, 367, 4359, 9301, 304, 1207, 29892, 322, 8959, 674, 451, 367, 8906, 1434, 29871, 29906, 29900, 29900, 29941, 29889, 29871, 29896, 29929, 29947, 29955, 785, 1605, 2806, 1048, 319, 1367, 29903, 13, 13, 26754, 2149, 6906, 674, 748, 373, 10231, 19328, 411, 6221, 29821, 19416, 337, 11292, 1432, 29871, 29896, 29906, 7378, 29892, 975, 278, 2446, 1023, 1602, 3076, 322, 8724, 29892, 1269, 310, 607, 674, 1653, 2715, 3965, 1973, 373, 282, 2673, 5220, 899, 854, 1270, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29963, 381, 6394, 674, 367, 1304, 304, 7539, 470, 5557, 10267, 2129, 1316, 408, 23900, 470, 274, 858, 293, 18755, 1883, 275, 29889, 6749, 6394, 674, 367, 1304, 304, 3041, 522, 23900, 9101, 322, 6860, 963, 304, 12012, 545, 8950, 1228, 27580, 19518, 304, 27908, 23900, 9101, 4153, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 4806, 674, 26032, 5625, 4063, 260, 15118, 773, 263, 2022, 30010, 29879, 1914, 9101, 29892, 21633, 297, 278, 10212, 7606, 29889, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 21576, 9687, 29879, 785, 716, 8182, 567, 322, 16710, 15006, 448, 674, 367, 4100, 322, 17644, 21633, 29889, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 15462, 300, 1711, 6012, 14561, 13019, 322, 5199, 9101, 674, 367, 1304, 304, 12012, 545, 2446, 29899, 4738, 362, 1374, 22824, 9316, 3704, 716, 4072, 310, 325, 5753, 1475, 29889, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 29950, 5710, 3694, 310, 5199, 2531, 267, 674, 367, 9024, 304, 15038, 310, 17135, 29892, 427, 17961, 1407, 16232, 27303, 304, 367, 1754, 1048, 5434, 16083, 4828, 297, 385, 5375, 29889, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 7185, 542, 29880, 7177, 3677, 747, 397, 583, 674, 4953, 263, 1407, 4100, 14502, 297, 5434, 363, 23900, 322, 916, 5855, 29889, 785, 29871, 29896, 29929, 29929, 29941, 5739, 7492, 14595, 13, 13, 7141, 3049, 3002, 304, 1653, 5199, 1067, 22367, 7232, 719, 359, 297, 278, 10212, 7606, 363, 5925, 11976, 674, 4953, 26529, 29889, 29871, 29896, 29929, 29929, 29941, 785, 5739, 7492, 14595, 13, 13, 4806, 674, 1074, 1784, 716, 24424, 12455, 1446, 11176, 479, 2820, 278, 3186, 491, 29871, 29906, 29900, 29906, 29900, 29892, 310, 607, 3196, 674, 7135, 5534, 1712, 358, 14231, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 29922, 13, 13, 29925, 5580, 24161, 13, 13, 29925, 5580, 24161, 674, 7124, 9556, 322, 12730, 29892, 1550, 3444, 674, 367, 528, 9424, 491, 10107, 1862, 322, 9004, 800, 373, 278, 19756, 746, 4095, 1860, 1018, 304, 7910, 3240, 19211, 5046, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 797, 29871, 29906, 29900, 2440, 931, 29892, 1784, 9642, 2305, 674, 8677, 373, 1985, 304, 29871, 29955, 29945, 29892, 470, 29871, 29947, 29945, 29892, 470, 2745, 896, 5768, 29892, 411, 4610, 1474, 694, 282, 2673, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 29907, 4293, 304, 11706, 895, 321, 2806, 16397, 275, 674, 6548, 2215, 23505, 29892, 411, 1784, 1880, 8722, 4251, 988, 437, 14359, 470, 3942, 505, 4586, 278, 4307, 964, 1009, 1914, 6567, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 7435, 284, 282, 2673, 13900, 322, 13258, 358, 29199, 674, 367, 14321, 2791, 1691, 363, 1906, 28702, 3240, 19211, 29892, 411, 10231, 5155, 1048, 21090, 322, 4180, 310, 1044, 3598, 8745, 29199, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 20154, 310, 4092, 13, 13, 29923, 2192, 8028, 674, 451, 367, 15075, 475, 519, 1728, 12176, 6788, 29889, 12884, 293, 5855, 393, 9025, 777, 10916, 304, 2381, 326, 674, 4556, 916, 7766, 583, 304, 270, 4708, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29911, 1091, 284, 1608, 674, 367, 278, 1623, 11950, 310, 4092, 322, 674, 8343, 15115, 1608, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 14804, 4642, 16162, 350, 2029, 19079, 674, 451, 16160, 675, 7766, 1711, 2745, 8724, 29871, 29906, 29900, 29900, 29947, 29892, 322, 1584, 769, 727, 674, 1603, 367, 263, 12176, 17261, 9401, 304, 10504, 4092, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 3112, 674, 2125, 2745, 8724, 29871, 29906, 29900, 29896, 29947, 363, 716, 1261, 8415, 2454, 3534, 2187, 304, 2125, 3876, 297, 4642, 15308, 289, 2029, 19079, 29889, 12884, 293, 24161, 297, 1438, 19079, 1122, 3275, 304, 10107, 1862, 29892, 7631, 766, 711, 287, 5597, 29892, 7463, 9121, 3158, 470, 15029, 29889, 1222, 1103, 278, 19007, 304, 1018, 304, 10032, 1438, 5161, 2039, 491, 4688, 28694, 964, 385, 427, 27489, 287, 7881, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 2369, 27489, 292, 278, 19007, 515, 29896, 29945, 304, 29871, 29906, 29945, 19079, 674, 1735, 372, 22296, 29892, 4417, 304, 610, 284, 4848, 297, 10608, 29899, 28990, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 15666, 1991, 29201, 674, 6041, 367, 1407, 3495, 488, 304, 278, 11176, 3460, 286, 2442, 29899, 3859, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 6716, 310, 278, 2186, 26468, 1953, 310, 278, 3303, 3900, 310, 4092, 674, 367, 1880, 443, 3451, 22812, 8581, 491, 19328, 6480, 17407, 5855, 322, 23390, 4889, 5198, 711, 1793, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 17245, 4092, 674, 14169, 297, 278, 3273, 1840, 515, 832, 3097, 17551, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 20154, 310, 278, 10261, 13, 13, 19960, 674, 6773, 304, 766, 14146, 403, 297, 278, 2186, 4892, 282, 25128, 310, 278, 4223, 26990, 4695, 12561, 29889, 2522, 1862, 674, 1106, 304, 4092, 408, 263, 982, 310, 7952, 292, 4208, 297, 263, 2545, 1664, 394, 13036, 29892, 3265, 1135, 3802, 5751, 515, 4517, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 1576, 4223, 674, 4953, 10231, 368, 620, 296, 1319, 310, 364, 352, 886, 527, 4752, 491, 278, 19007, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 2887, 15226, 408, 643, 1372, 967, 1914, 1492, 304, 4095, 3528, 29892, 278, 4223, 674, 4953, 901, 851, 1693, 1048, 1641, 4223, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 19960, 3271, 27428, 674, 6356, 263, 1781, 1472, 1840, 13258, 358, 29892, 15020, 9999, 24382, 322, 1784, 282, 870, 1169, 5995, 292, 278, 1095, 310, 278, 17535, 408, 263, 6047, 13258, 358, 29889, 2563, 11803, 29871, 29906, 29900, 29900, 29955, 29899, 29906, 29900, 29900, 29947, 373, 5534, 3167, 29889, 510, 322, 14711, 29889, 13, 13, 26682, 265, 674, 3933, 1407, 5972, 322, 13988, 13, 13, 26682, 265, 674, 6773, 304, 367, 697, 310, 278, 1556, 5972, 14368, 297, 278, 3186, 363, 278, 2446, 29871, 29941, 29900, 2440, 29892, 322, 674, 6773, 304, 367, 8022, 630, 491, 18161, 2669, 15020, 946, 3663, 573, 5534, 13888, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 1576, 4412, 674, 3013, 2246, 2602, 470, 2978, 2246, 297, 4891, 29899, 11466, 301, 2548, 29892, 322, 674, 8589, 304, 3933, 278, 10150, 5534, 8442, 363, 28297, 29916, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29907, 1907, 674, 367, 5972, 7600, 304, 5735, 13, 13, 29950, 6453, 29879, 310, 14746, 674, 9725, 403, 304, 2919, 14368, 29901, 4272, 2834, 674, 367, 10231, 368, 5972, 29892, 15020, 29821, 19416, 491, 777, 393, 14368, 674, 20228, 322, 762, 408, 17173, 29891, 2305, 4337, 714, 304, 10169, 17268, 29892, 378, 29887, 602, 29892, 21180, 918, 322, 10329, 359, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 7713, 277, 1199, 29892, 9434, 284, 1608, 29892, 716, 15038, 310, 1370, 322, 10952, 14451, 310, 716, 15115, 391, 6471, 13, 13, 7713, 277, 936, 377, 5168, 29893, 12772, 674, 6602, 3353, 2145, 1237, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 29934, 895, 310, 716, 29892, 4457, 1531, 24818, 2305, 24147, 29892, 607, 526, 14909, 25617, 310, 1009, 14731, 4556, 322, 671, 9434, 284, 1608, 29892, 5264, 28127, 322, 15115, 1608, 785, 1438, 6471, 674, 409, 675, 2107, 10801, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 29911, 2704, 391, 6471, 674, 22932, 19328, 297, 278, 4654, 3533, 264, 1240, 398, 29892, 5622, 10631, 310, 716, 5722, 11763, 304, 22739, 264, 29892, 15296, 327, 482, 322, 5337, 363, 278, 16563, 310, 263, 4556, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 13228, 8249, 674, 671, 3926, 901, 269, 3021, 4695, 630, 8492, 363, 26946, 453, 749, 29892, 5537, 1218, 5999, 4135, 310, 21006, 310, 14746, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 2308, 328, 3245, 2175, 29899, 1266, 8604, 1933, 2247, 674, 367, 7901, 415, 3448, 297, 1784, 19079, 491, 16755, 1891, 2553, 1078, 975, 2712, 763, 15075, 475, 3097, 29892, 470, 278, 2280, 310, 16427, 293, 14243, 29892, 470, 3692, 263, 5233, 881, 367, 297, 470, 714, 310, 278, 11652, 8028, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29923, 369, 2198, 4863, 3949, 18464, 674, 1207, 2919, 29899, 7052, 13807, 29129, 22622, 304, 8589, 29892, 1363, 23026, 29879, 674, 367, 3595, 1407, 9436, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 14058, 9121, 805, 2548, 674, 6416, 322, 769, 14451, 785, 411, 13258, 358, 297, 270, 1617, 267, 29892, 7618, 895, 3052, 5475, 2992, 541, 7271, 1510, 393, 29129, 526, 2113, 491, 3699, 304, 3699, 17770, 451, 491, 7592, 2761, 15040, 25340, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538, 13, 13, 29903, 504, 475, 3097, 322, 2323, 5626, 13, 13, 8091, 29899, 1266, 22661, 674, 2367, 982, 304, 2323, 2228, 22661, 8087, 881, 591, 367, 297, 470, 714, 310, 278, 11652, 8028, 29892, 470, 4953, 7417, 515, 278, 10261, 29892, 470, 18864, 901, 373, 22004, 8818, 267, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 1576, 5177, 674, 367, 278, 1353, 29871, 29896, 28526, 2323, 2228, 363, 1602, 3076, 304, 2041, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 7083, 9081, 322, 4344, 13, 13, 7083, 9081, 674, 4953, 3109, 13460, 519, 541, 278, 28526, 22329, 4766, 363, 7256, 26552, 2305, 674, 1603, 367, 2534, 4344, 322, 20794, 963, 701, 4208, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29909, 716, 12623, 310, 734, 264, 18150, 674, 11176, 479, 297, 278, 4688, 18008, 8649, 264, 1240, 398, 29892, 278, 341, 28203, 29901, 901, 8976, 1230, 1135, 297, 278, 4940, 785, 3109, 7916, 29892, 3109, 270, 3389, 1717, 2264, 29892, 3109, 5883, 3174, 29892, 901, 6559, 29892, 901, 15041, 1048, 5626, 763, 5177, 29889, 2688, 674, 1603, 1101, 13807, 6017, 7716, 12561, 29879, 30098, 310, 697, 2462, 9138, 263, 20695, 18096, 363, 263, 1407, 1472, 1840, 9443, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29928, 582, 3174, 322, 1560, 17223, 13, 13, 4806, 674, 1074, 281, 2247, 29886, 949, 15721, 6724, 785, 472, 664, 322, 297, 544, 14125, 29892, 7621, 13258, 358, 297, 15721, 337, 7308, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 4806, 674, 1074, 6728, 573, 22161, 4371, 310, 1560, 17223, 411, 3926, 851, 293, 357, 1072, 8250, 373, 304, 29890, 17970, 29892, 322, 263, 22773, 8589, 297, 777, 19079, 975, 1602, 28479, 2133, 310, 508, 7183, 275, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 4806, 674, 1074, 21006, 310, 716, 23383, 5883, 3174, 393, 6416, 5377, 5874, 11706, 10801, 29892, 310, 607, 777, 674, 26371, 749, 3370, 322, 21082, 29892, 14171, 17644, 633, 3880, 491, 8041, 29889, 29871, 29896, 29929, 29929, 29947, 448, 16367, 3538, 13, 13, 29943, 331, 262, 4371, 13, 13, 29943, 331, 262, 4371, 310, 664, 6689, 322, 25734, 12459, 411, 1757, 297, 22162, 271, 29892, 301, 24025, 408, 1243, 15664, 650, 788, 919, 29879, 29892, 18215, 29892, 4486, 29899, 915, 8708, 287, 29161, 310, 5199, 6606, 544, 650, 304, 21448, 322, 18287, 758, 4130, 706, 14741, 29889, 29871, 29896, 29929, 29929, 29947, 785, 16367, 3538 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Sandusky Sent Down River After a Commonwealth of Pennsylvania Corrections Department review, convicted child molester and former Penn State assistant coach Jerry Sandusky has been sent to the Greene State Prison, where he will serve out his sentence (and probably, his life) in protective custody. He’s still pursuing appeals, which no one expects to go anywhere. Greene is a maximum security prison, classified as a “Supermax“, which contains a Death Row. Lifers there include Philadelphia serial killer Juan Covington, and three convicts await execution. This is one tough place. “We make individual decisions based on facts,” Corrections Secretary John Wetzel said in a written statement. “Given the high-profile nature of this individual, coupled with the nature of his crimes, this makes him very vulnerable in a prison setting.” Noooo kidding, John! (We all know from watching TV crime dramas what happens to guys like Jer in da Big House.) Just how effective will the security measures be? Better be Biohazard Level 5 containment for Ol’ Jer. He will not have a cellmate and will be subjected to heightened supervision and an escort when not in his cell. He will get an hour of individual exercise five days a week and three showers a week — alone, save for the escort. He will eat meals in his cell. All other services, including religion, medications, and treatment programming will be conducted in his cell. All visits will be non-contact. No touching of or by the Tickle Monster. Sandusky’s legal representations did not return phone calls. This is close to home for “Jer”. His home town of “Little Washington” is a half-hour north on I-79. A further half-hour north lies the thriving, post-ferrous metropolis of Pittsburgh. The State Correctional Institution at Greene, as it is formally known, is a maximum-security prison that houses a total of 1,800 inmates and employs 700 people. Friends' Blogs Whodat Turkey? The Nittany Turkey is a retired techno-geek who thinks he knows something about Penn State football and everything else in the world. If there's a topic, we have an opinion on it, and you know what "they" say about opinions! Most of what is posted here involves a heavy dose of hip-shooting conjecture, but unlike some other blogs, we don't represent it as fact. Read More…
[ 1, 8564, 375, 3459, 28048, 9943, 6163, 13, 13, 13555, 263, 27094, 310, 16636, 2994, 276, 1953, 10317, 9076, 29892, 7602, 18186, 2278, 6062, 4156, 322, 4642, 349, 2108, 4306, 20255, 11182, 23052, 8564, 375, 3459, 756, 1063, 2665, 304, 278, 4122, 1600, 4306, 1588, 2285, 29892, 988, 540, 674, 9080, 714, 670, 10541, 313, 392, 3117, 29892, 670, 2834, 29897, 297, 12566, 573, 25387, 1486, 29889, 940, 30010, 29879, 1603, 12359, 26420, 5929, 1338, 29892, 607, 694, 697, 23347, 304, 748, 12214, 29889, 13, 13, 25120, 1600, 338, 263, 7472, 6993, 8475, 29892, 770, 2164, 408, 263, 1346, 19111, 3317, 9785, 607, 3743, 263, 14450, 11438, 29889, 365, 361, 414, 727, 3160, 18292, 7797, 413, 5495, 8699, 25669, 4885, 29892, 322, 2211, 7602, 919, 29879, 7272, 8225, 29889, 910, 338, 697, 260, 820, 2058, 29889, 13, 13, 30015, 4806, 1207, 5375, 1602, 12112, 2729, 373, 17099, 3995, 2994, 276, 1953, 17719, 2259, 399, 6618, 295, 1497, 297, 263, 3971, 3229, 29889, 1346, 29954, 5428, 278, 1880, 29899, 10185, 5469, 310, 445, 5375, 29892, 7303, 29881, 411, 278, 5469, 310, 670, 2181, 1355, 29892, 445, 3732, 1075, 1407, 23180, 519, 297, 263, 8475, 4444, 3178, 13, 13, 29940, 3634, 3634, 413, 2205, 292, 29892, 2259, 29991, 13, 13, 29898, 4806, 599, 1073, 515, 21217, 5648, 17268, 8541, 294, 825, 5930, 304, 18239, 763, 5677, 297, 1146, 7997, 5619, 1846, 13, 13, 14084, 920, 11828, 674, 278, 6993, 15366, 367, 29973, 26965, 367, 21184, 29882, 834, 538, 21597, 29871, 29945, 1712, 358, 363, 7137, 30010, 5677, 29889, 13, 13, 3868, 674, 451, 505, 263, 3038, 25046, 322, 674, 367, 4967, 287, 304, 3171, 6419, 2428, 4924, 322, 385, 3966, 441, 746, 451, 297, 670, 3038, 29889, 940, 674, 679, 385, 7234, 310, 5375, 15058, 5320, 3841, 263, 4723, 322, 2211, 1510, 414, 263, 4723, 813, 7432, 29892, 4078, 363, 278, 3966, 441, 29889, 940, 674, 17545, 592, 1338, 297, 670, 3038, 29889, 2178, 916, 5786, 29892, 3704, 13433, 29892, 13589, 800, 29892, 322, 14502, 8720, 674, 367, 18043, 297, 670, 3038, 29889, 13, 13, 3596, 1998, 1169, 674, 367, 1661, 29899, 12346, 29889, 1939, 6023, 292, 310, 470, 491, 278, 323, 860, 280, 2598, 2475, 29889, 13, 13, 29903, 392, 375, 3459, 30010, 29879, 11706, 22540, 1258, 451, 736, 9008, 5717, 29889, 13, 13, 4013, 338, 3802, 304, 3271, 363, 1346, 29967, 261, 8643, 3600, 3271, 4726, 310, 1346, 29931, 1992, 7660, 30024, 338, 263, 4203, 29899, 18721, 6641, 373, 306, 29899, 29955, 29929, 29889, 319, 4340, 4203, 29899, 18721, 6641, 12185, 278, 266, 1150, 292, 29892, 1400, 29899, 571, 29878, 681, 25311, 275, 310, 27150, 13903, 29889, 13, 13, 1576, 4306, 2994, 276, 428, 284, 28218, 472, 4122, 1600, 29892, 408, 372, 338, 28269, 2998, 29892, 338, 263, 7472, 29899, 8926, 8475, 393, 12955, 263, 3001, 310, 29871, 29896, 29892, 29947, 29900, 29900, 297, 29885, 1078, 322, 3710, 417, 952, 29871, 29955, 29900, 29900, 2305, 29889, 13, 13, 27034, 1975, 29915, 350, 20756, 13, 13, 8809, 397, 271, 26459, 29973, 13, 13, 1576, 405, 986, 1384, 26459, 338, 263, 16528, 734, 305, 1217, 29899, 479, 1416, 1058, 22405, 540, 9906, 1554, 1048, 349, 2108, 4306, 5733, 322, 4129, 1683, 297, 278, 3186, 29889, 960, 727, 29915, 29879, 263, 11261, 29892, 591, 505, 385, 9426, 373, 372, 29892, 322, 366, 1073, 825, 376, 19562, 29908, 1827, 1048, 26971, 29991, 7849, 310, 825, 338, 8059, 1244, 20789, 263, 9416, 437, 344, 310, 21464, 29899, 845, 3155, 292, 25466, 545, 29892, 541, 25531, 777, 916, 12618, 29879, 29892, 591, 1016, 29915, 29873, 2755, 372, 408, 2114, 29889, 7523, 5853, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Araucaria clonal forestry: types of cuttings and mother tree sex in field survival and growth Resumo: Araucaria angustifolia (Bert.) O Kuntze (Paraná pine or Araucaria) is a potential forestry native species for Brazilian silviculture. However, a number of challenges and technical restraints persist, hindering its silvicultural expansion, among which are the lack of cloning technologies of superior genetic materials and their assessment under field conditions. Thus, we evaluated the potential use of araucaria plants derived from cuttings and seeds for timber production, by assessing field survival, growth and strobilus production using cuttings from male and female plants, collected from different positions, compared with those produced by sexual reproduction. Clones of male and female trees from different types of cuttings and seedlings were planted in 3 x 3 m spacing. The experiment was conducted in a completely randomized design of one tree plot with three treatments. Female clones and apical cuttings showed higher growth in diameter at breast height (6.4 cm) and total height (3.6 m) 74 months after planting, followed by seedlings and other clones, with similar results. We conclude that cuttings technique is potential for araucaria propagation for wood production purposes, and it is favored by the use of apical cuttings from female mother trees.
[ 1, 25953, 1682, 4568, 1067, 7177, 13569, 719, 29901, 4072, 310, 274, 4774, 886, 322, 5637, 5447, 7916, 297, 1746, 10503, 2561, 322, 14321, 13, 13, 1666, 398, 29877, 29901, 13, 13, 29909, 336, 1682, 4568, 2614, 504, 28963, 313, 29933, 814, 1846, 438, 476, 1657, 911, 313, 2177, 273, 29976, 282, 457, 470, 25953, 1682, 4568, 29897, 338, 263, 7037, 13569, 719, 7531, 6606, 363, 16078, 713, 4047, 29894, 3953, 545, 29889, 2398, 29892, 263, 1353, 310, 18066, 267, 322, 16905, 1791, 5270, 29879, 24379, 29892, 298, 513, 3241, 967, 4047, 29894, 3953, 3631, 13184, 29892, 4249, 607, 526, 278, 10225, 310, 1067, 28259, 5722, 11763, 310, 11558, 2531, 7492, 17279, 322, 1009, 24809, 358, 1090, 1746, 5855, 29889, 6549, 29892, 591, 19030, 278, 7037, 671, 310, 24418, 1682, 4568, 18577, 10723, 515, 274, 4774, 886, 322, 409, 5779, 363, 5335, 495, 5802, 29892, 491, 24809, 292, 1746, 10503, 2561, 29892, 14321, 322, 380, 13716, 20671, 5802, 773, 274, 4774, 886, 515, 14263, 322, 12944, 18577, 29892, 16531, 515, 1422, 11909, 29892, 9401, 411, 1906, 7371, 491, 18287, 9483, 428, 29889, 2233, 2873, 310, 14263, 322, 12944, 10697, 515, 1422, 4072, 310, 274, 4774, 886, 322, 16717, 18964, 892, 8024, 287, 297, 29871, 29941, 921, 29871, 29941, 286, 29250, 29889, 450, 7639, 471, 18043, 297, 263, 6446, 4036, 1891, 2874, 310, 697, 5447, 6492, 411, 2211, 7539, 1860, 29889, 19361, 744, 1067, 2873, 322, 3095, 936, 274, 4774, 886, 10018, 6133, 14321, 297, 24235, 472, 24207, 3171, 313, 29953, 29889, 29946, 7477, 29897, 322, 3001, 3171, 313, 29941, 29889, 29953, 286, 29897, 29871, 29955, 29946, 7378, 1156, 8024, 292, 29892, 5643, 491, 16717, 18964, 322, 916, 1067, 2873, 29892, 411, 2788, 2582, 29889, 1334, 17668, 393, 274, 4774, 886, 11043, 338, 7037, 363, 24418, 1682, 4568, 13089, 362, 363, 8112, 5802, 11976, 29892, 322, 372, 338, 5025, 4395, 491, 278, 671, 310, 3095, 936, 274, 4774, 886, 515, 12944, 5637, 10697, 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 ]
Purchase either a combined Buildings & Contents Home Insurance policy, or separate Buildings or Contents Home Insurance Policy online at Littlewoods.com between 1st and 31st August 2017 to qualify for a free Amazon Echo Dot. New Littlewoods Home Insurance customers only. Provided your policy is still active and your premiums are up to date, we'll email you 4 weeks post-purchase to explain how you claim your free Amazon Echo Dot. If you return your item due to a fault, where possible, a replacement item will be provided. Own it! this summerwith £20 back! 1 - Spend £50 or more in one order before 30.06.172 - Enter code LAMJA at checkout3 - £20 will be credited to your original method of payment - simple! Offer excludes sale items, Apple products, Financial Services products and delivery/installation charges. Valid for one use only, this code cannot be used in conjunction with any other offer code.If you return items from your order, the credit will be reversed if the order value falls below the minimum required. Sat Navs at Littlewoods Make finding your way around easy with a sat nav from our fab range at Littlewoods. We’ve got a great selection of top brands like Garmin, TomTom and Kenwood, so there’ll be no chance of getting lost. Take a look at essential features to make journeys that little bit easier, like local area guides highlighting points of interest and useful info like the nearest petrol station or hotel. Choose from state-of-the-art designs with 3D map formats, or pick a bird’s-eye view. And we have accessories too, including travel cases for safe and stylish storage. In-car Entertainment Range If you like listening to music while you’re driving, have a look at our in-car entertainment range. Choose from a wide selection of multi-functional products with high-quality sound and easy-to-use controls. We've got state-of-the-art touch screen options with high-res graphics, and you can stream music with AppRadio Mode, CarPlay or via Bluetooth technology. If you prefer to play songs from your phone, opt for a USB connection, and sing along to those classic road-trip tunes. And if you’re all about that bass then check out our subwoofers for an immersive experience. Picking the Right Sat Nav If international travel is on your agenda, pick one of our sat navs with road maps for up to 152 different countries and get ready to explore. Keep up to date on recent road changes with a sat nav that comes with a lifetime supply of maps, meaning you'll always have access to the quickest routes available. For all the latest info and live traffic updates, choose a model with a data plan and SIM – they're particularly useful if you take a busy commuter route. We’ve got styles with handy reverse cameras too, for those who want a little extra help parking. Buy Now Pay Later (BNPL) allows you to delay payment for 12 months. The payment free period starts when you place your order (including items which are purchased on pre-order and/or are not ready for immediate dispatch). Select BNPL at checkout and the repayment period of either 104 or 156 weeks. This is the repayment period you will pay over, once the payment free period (12 months) has ended. The interest rate typically used to calculate BNPL interest is 44.9% per annum. Your interest rate will be detailed in checkout. The interest is calculated on the payment free period and the repayment period. You can avoid interest by paying the cash price in full within the payment free period. Delivery charges and other Financial Services products are not available on Buy Now Pay Later and will appear on your next statement. Please note, if you have non BNPL purchases on your account you will still need to make at least your minimum payment as detailed on your statement. Buy Now Pay Later (BNPL) allows you to delay payment for 12 months. The payment free period starts when you place your order (including items which are purchased on pre-order and/or are not ready for immediate dispatch). Select BNPL at checkout and the repayment period of either 104 or 156 weeks. This is the repayment period you will pay over, once the payment free period (12 months) has ended. The interest rate typically used to calculate BNPL interest is 44.9% per annum. Your interest rate will be detailed in checkout. The interest is calculated on the payment free period and the repayment period. You can avoid interest by paying the cash price in full within the payment free period. Delivery charges and other Financial Services products are not available on Buy Now Pay Later and will appear on your next statement. Please note, if you have non BNPL purchases on your account you will still need to make at least your minimum payment as detailed on your statement. Buy Now Pay Later (BNPL) allows you to delay payment for 12 months. The payment free period starts when you place your order (including items which are purchased on pre-order and/or are not ready for immediate dispatch). Select BNPL at checkout and the repayment period of either 104 or 156 weeks. This is the repayment period you will pay over, once the payment free period (12 months) has ended. Your interest rate will be detailed in checkout. The interest is calculated on the payment free period and the repayment period. You can avoid interest by paying the cash price in full within the payment free period. Delivery charges and other Financial Services products are not available on Buy Now Pay Later and will appear on your next statement. Please note, if you have non BNPL purchases on your account you will still need to make at least your minimum payment as detailed on your statement.
[ 1, 349, 27574, 2845, 263, 12420, 8878, 886, 669, 2866, 1237, 8778, 512, 7610, 749, 8898, 29892, 470, 5004, 8878, 886, 470, 2866, 1237, 8778, 512, 7610, 749, 25219, 7395, 472, 11143, 6115, 29879, 29889, 510, 1546, 29871, 29896, 303, 322, 29871, 29941, 29896, 303, 3111, 29871, 29906, 29900, 29896, 29955, 304, 4021, 1598, 363, 263, 3889, 16631, 382, 1859, 360, 327, 29889, 1570, 11143, 6115, 29879, 8778, 512, 7610, 749, 20330, 871, 29889, 13, 13, 1184, 29894, 2618, 596, 8898, 338, 1603, 6136, 322, 596, 5188, 21425, 526, 701, 304, 2635, 29892, 591, 29915, 645, 4876, 366, 29871, 29946, 11405, 1400, 29899, 29886, 27574, 304, 5649, 920, 366, 5995, 596, 3889, 16631, 382, 1859, 360, 327, 29889, 13, 13, 3644, 366, 736, 596, 2944, 2861, 304, 263, 12570, 29892, 988, 1950, 29892, 263, 16920, 2944, 674, 367, 4944, 29889, 13, 13, 29949, 1233, 372, 29991, 445, 11801, 2541, 15151, 29906, 29900, 1250, 29991, 13, 13, 29896, 448, 1706, 355, 15151, 29945, 29900, 470, 901, 297, 697, 1797, 1434, 29871, 29941, 29900, 29889, 29900, 29953, 29889, 29896, 29955, 29906, 448, 9041, 775, 365, 5194, 29967, 29909, 472, 24808, 29941, 448, 15151, 29906, 29900, 674, 367, 6625, 1573, 304, 596, 2441, 1158, 310, 19179, 448, 2560, 29991, 13, 13, 2776, 571, 429, 27722, 14686, 4452, 29892, 12113, 9316, 29892, 4231, 273, 1455, 15538, 9316, 322, 28289, 29914, 6252, 362, 21090, 29889, 15758, 363, 697, 671, 871, 29892, 445, 775, 2609, 367, 1304, 297, 9589, 651, 411, 738, 916, 5957, 775, 29889, 3644, 366, 736, 4452, 515, 596, 1797, 29892, 278, 16200, 674, 367, 18764, 287, 565, 278, 1797, 995, 20074, 2400, 278, 9212, 3734, 29889, 13, 13, 29903, 271, 13132, 29879, 472, 11143, 6115, 29879, 13, 13, 9984, 9138, 596, 982, 2820, 4780, 411, 263, 3290, 6283, 515, 1749, 10135, 3464, 472, 11143, 6115, 29879, 29889, 1334, 30010, 345, 2355, 263, 2107, 9262, 310, 2246, 1506, 4167, 763, 7455, 1195, 29892, 4335, 21599, 322, 10015, 6115, 29892, 577, 727, 30010, 645, 367, 694, 8825, 310, 2805, 5714, 29889, 11190, 263, 1106, 472, 18853, 5680, 304, 1207, 8694, 484, 952, 393, 2217, 2586, 6775, 29892, 763, 1887, 4038, 1410, 2247, 12141, 292, 3291, 310, 4066, 322, 5407, 5235, 763, 278, 20471, 5697, 1467, 5073, 470, 16730, 29889, 14542, 852, 515, 2106, 29899, 974, 29899, 1552, 29899, 442, 25517, 411, 29871, 29941, 29928, 2910, 21971, 29892, 470, 5839, 263, 11199, 30010, 29879, 29899, 1032, 29872, 1776, 29889, 1126, 591, 505, 2130, 3842, 2086, 29892, 3704, 9850, 4251, 363, 9109, 322, 15877, 1674, 8635, 29889, 13, 13, 797, 29899, 4287, 18189, 12146, 13, 13, 3644, 366, 763, 19866, 304, 4696, 1550, 366, 30010, 276, 19500, 29892, 505, 263, 1106, 472, 1749, 297, 29899, 4287, 22684, 358, 3464, 29889, 14542, 852, 515, 263, 9377, 9262, 310, 2473, 29899, 2220, 284, 9316, 411, 1880, 29899, 29567, 6047, 322, 4780, 29899, 517, 29899, 1509, 11761, 29889, 1334, 29915, 345, 2355, 2106, 29899, 974, 29899, 1552, 29899, 442, 6023, 4315, 3987, 411, 1880, 29899, 690, 18533, 29892, 322, 366, 508, 4840, 4696, 411, 2401, 21818, 21864, 29892, 1704, 13454, 470, 3025, 3164, 20930, 15483, 29889, 960, 366, 5821, 304, 1708, 12516, 515, 596, 9008, 29892, 3523, 363, 263, 12951, 3957, 29892, 322, 1809, 3412, 304, 1906, 22037, 6520, 29899, 3626, 29886, 260, 7844, 29889, 1126, 565, 366, 30010, 276, 599, 1048, 393, 12760, 769, 1423, 714, 1749, 1014, 827, 974, 414, 363, 385, 5198, 414, 573, 7271, 29889, 13, 13, 29925, 860, 292, 278, 10428, 12178, 13132, 13, 13, 3644, 6121, 9850, 338, 373, 596, 946, 8395, 29892, 5839, 697, 310, 1749, 3290, 6283, 29879, 411, 6520, 11053, 363, 701, 304, 29871, 29896, 29945, 29906, 1422, 10916, 322, 679, 7960, 304, 26987, 29889, 19152, 701, 304, 2635, 373, 7786, 6520, 3620, 411, 263, 3290, 6283, 393, 5304, 411, 263, 25423, 11421, 310, 11053, 29892, 6593, 366, 29915, 645, 2337, 505, 2130, 304, 278, 4996, 342, 12049, 3625, 29889, 1152, 599, 278, 9281, 5235, 322, 5735, 12469, 11217, 29892, 6755, 263, 1904, 411, 263, 848, 3814, 322, 317, 7833, 785, 896, 29915, 276, 10734, 5407, 565, 366, 2125, 263, 19587, 844, 12811, 5782, 29889, 1334, 30010, 345, 2355, 11949, 411, 1361, 29891, 11837, 3949, 18464, 2086, 29892, 363, 1906, 1058, 864, 263, 2217, 4805, 1371, 610, 9292, 29889, 13, 13, 3727, 29891, 2567, 14617, 12699, 313, 29933, 29940, 7390, 29897, 6511, 366, 304, 9055, 19179, 363, 29871, 29896, 29906, 7378, 29889, 450, 19179, 3889, 3785, 8665, 746, 366, 2058, 596, 1797, 313, 18271, 4452, 607, 526, 20848, 373, 758, 29899, 2098, 322, 29914, 272, 526, 451, 7960, 363, 16800, 13916, 467, 13, 13, 3549, 350, 29940, 7390, 472, 24808, 322, 278, 1634, 388, 358, 3785, 310, 2845, 29871, 29896, 29900, 29946, 470, 29871, 29896, 29945, 29953, 11405, 29889, 910, 338, 278, 1634, 388, 358, 3785, 366, 674, 5146, 975, 29892, 2748, 278, 19179, 3889, 3785, 313, 29896, 29906, 7378, 29897, 756, 9698, 29889, 13, 13, 1576, 4066, 6554, 12234, 1304, 304, 8147, 350, 29940, 7390, 4066, 338, 29871, 29946, 29946, 29889, 29929, 29995, 639, 385, 1949, 29889, 3575, 4066, 6554, 674, 367, 13173, 297, 24808, 29889, 450, 4066, 338, 12833, 373, 278, 19179, 3889, 3785, 322, 278, 1634, 388, 358, 3785, 29889, 887, 508, 4772, 4066, 491, 5146, 292, 278, 274, 1161, 8666, 297, 2989, 2629, 278, 19179, 3889, 3785, 29889, 13, 13, 29928, 27657, 21090, 322, 916, 4231, 273, 1455, 15538, 9316, 526, 451, 3625, 373, 5373, 29891, 2567, 14617, 12699, 322, 674, 2615, 373, 596, 2446, 3229, 29889, 13, 13, 12148, 4443, 29892, 565, 366, 505, 1661, 350, 29940, 7390, 10596, 2129, 373, 596, 3633, 366, 674, 1603, 817, 304, 1207, 472, 3203, 596, 9212, 19179, 408, 13173, 373, 596, 3229, 29889, 13, 13, 3727, 29891, 2567, 14617, 12699, 313, 29933, 29940, 7390, 29897, 6511, 366, 304, 9055, 19179, 363, 29871, 29896, 29906, 7378, 29889, 450, 19179, 3889, 3785, 8665, 746, 366, 2058, 596, 1797, 313, 18271, 4452, 607, 526, 20848, 373, 758, 29899, 2098, 322, 29914, 272, 526, 451, 7960, 363, 16800, 13916, 467, 13, 13, 3549, 350, 29940, 7390, 472, 24808, 322, 278, 1634, 388, 358, 3785, 310, 2845, 29871, 29896, 29900, 29946, 470, 29871, 29896, 29945, 29953, 11405, 29889, 910, 338, 278, 1634, 388, 358, 3785, 366, 674, 5146, 975, 29892, 2748, 278, 19179, 3889, 3785, 313, 29896, 29906, 7378, 29897, 756, 9698, 29889, 13, 13, 1576, 4066, 6554, 12234, 1304, 304, 8147, 350, 29940, 7390, 4066, 338, 29871, 29946, 29946, 29889, 29929, 29995, 639, 385, 1949, 29889, 3575, 4066, 6554, 674, 367, 13173, 297, 24808, 29889, 450, 4066, 338, 12833, 373, 278, 19179, 3889, 3785, 322, 278, 1634, 388, 358, 3785, 29889, 887, 508, 4772, 4066, 491, 5146, 292, 278, 274, 1161, 8666, 297, 2989, 2629, 278, 19179, 3889, 3785, 29889, 13, 13, 29928, 27657, 21090, 322, 916, 4231, 273, 1455, 15538, 9316, 526, 451, 3625, 373, 5373, 29891, 2567, 14617, 12699, 322, 674, 2615, 373, 596, 2446, 3229, 29889, 13, 13, 12148, 4443, 29892, 565, 366, 505, 1661, 350, 29940, 7390, 10596, 2129, 373, 596, 3633, 366, 674, 1603, 817, 304, 1207, 472, 3203, 596, 9212, 19179, 408, 13173, 373, 596, 3229, 29889, 13, 13, 3727, 29891, 2567, 14617, 12699, 313, 29933, 29940, 7390, 29897, 6511, 366, 304, 9055, 19179, 363, 29871, 29896, 29906, 7378, 29889, 450, 19179, 3889, 3785, 8665, 746, 366, 2058, 596, 1797, 313, 18271, 4452, 607, 526, 20848, 373, 758, 29899, 2098, 322, 29914, 272, 526, 451, 7960, 363, 16800, 13916, 467, 13, 13, 3549, 350, 29940, 7390, 472, 24808, 322, 278, 1634, 388, 358, 3785, 310, 2845, 29871, 29896, 29900, 29946, 470, 29871, 29896, 29945, 29953, 11405, 29889, 910, 338, 278, 1634, 388, 358, 3785, 366, 674, 5146, 975, 29892, 2748, 278, 19179, 3889, 3785, 313, 29896, 29906, 7378, 29897, 756, 9698, 29889, 13, 13, 10858, 4066, 6554, 674, 367, 13173, 297, 24808, 29889, 450, 4066, 338, 12833, 373, 278, 19179, 3889, 3785, 322, 278, 1634, 388, 358, 3785, 29889, 887, 508, 4772, 4066, 491, 5146, 292, 278, 274, 1161, 8666, 297, 2989, 2629, 278, 19179, 3889, 3785, 29889, 13, 13, 29928, 27657, 21090, 322, 916, 4231, 273, 1455, 15538, 9316, 526, 451, 3625, 373, 5373, 29891, 2567, 14617, 12699, 322, 674, 2615, 373, 596, 2446, 3229, 29889, 13, 13, 12148, 4443, 29892, 565, 366, 505, 1661, 350, 29940, 7390, 10596, 2129, 373, 596, 3633, 366, 674, 1603, 817, 304, 1207, 472, 3203, 596, 9212, 19179, 408, 13173, 373, 596, 3229, 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 ]
Hey Everyone, This is my first post on the board, and I'm glad to see there is a section specifically on Spanish wines as they've always been a favorite of mine! I recently drank the wine mentioned in the tile and absoultely loved it. The only problem is that I bought it in Sevilla, and haven't been able to find the exact wine at the local wine superstores. Any advice on how to find if this wine is imported and how to get it. Welcome to the board, MrB. A Website we commonly use when looking for an elusive bottle is wine-searcher.com, but unfortunately it turned up a no-find. Also checked my regional benchmark, Spec's in Houston, with the same result. You may need to settle for a reasonable sub. Despite all you see in the stores, both Spain and Italy (the largest wine producers in the world) only export a relatively small number of wines to the U.S. or anyone else. Find something you like in Chi-town and enjoy.
[ 1, 18637, 7569, 650, 29892, 13, 4013, 338, 590, 937, 1400, 373, 278, 7613, 29892, 322, 306, 29915, 29885, 10932, 304, 1074, 727, 338, 263, 4004, 10816, 373, 10432, 281, 1475, 408, 896, 29915, 345, 2337, 1063, 263, 25448, 310, 7903, 29991, 13, 29902, 10325, 270, 10003, 278, 19006, 5276, 297, 278, 25900, 322, 6425, 283, 1896, 873, 18012, 372, 29889, 450, 871, 1108, 338, 393, 306, 18093, 372, 297, 922, 28765, 29892, 322, 7359, 29915, 29873, 1063, 2221, 304, 1284, 278, 2684, 19006, 472, 278, 1887, 19006, 2428, 303, 2361, 29889, 3139, 9848, 373, 920, 304, 1284, 565, 445, 19006, 338, 19673, 322, 920, 304, 679, 372, 29889, 13, 13, 28862, 2763, 304, 278, 7613, 29892, 3237, 29933, 29889, 319, 13253, 591, 15574, 671, 746, 3063, 363, 385, 560, 375, 573, 18046, 280, 338, 19006, 29899, 4478, 261, 29889, 510, 29892, 541, 15428, 372, 6077, 701, 263, 694, 29899, 2886, 29889, 3115, 7120, 590, 14014, 23513, 29892, 12048, 29915, 29879, 297, 24327, 29892, 411, 278, 1021, 1121, 29889, 887, 1122, 817, 304, 3604, 280, 363, 263, 15590, 1014, 29889, 13, 13, 4002, 29886, 568, 599, 366, 1074, 297, 278, 14422, 29892, 1716, 13616, 322, 12730, 313, 1552, 10150, 19006, 1391, 22543, 297, 278, 3186, 29897, 871, 5609, 263, 13774, 2319, 1353, 310, 281, 1475, 304, 278, 501, 29889, 29903, 29889, 470, 5019, 1683, 29889, 10987, 1554, 366, 763, 297, 18168, 29899, 27734, 322, 13389, 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 ]
<UIView; frame = (0 0; 1112 834); autoresize = W+H; layer = <CALayer>> | <UILabel; frame = (528.333 20; 55.6667 20.3333); text = 'What's'; userInteractionEnabled = NO; layer = <_UILabelLayer>> | <UILabel; frame = (0 417; 25 20.3333); text = 'the'; userInteractionEnabled = NO; layer = <_UILabelLayer>> | <UILabel; frame = (1073 417; 39 20.3333); text = 'point'; userInteractionEnabled = NO; layer = <_UILabelLayer>> | <UILabel; frame = (552.333 816; 7.66667 18); text = '?'; userInteractionEnabled = NO; layer = <_UILabelLayer>>
[ 1, 529, 26726, 29936, 3515, 353, 313, 29900, 29871, 29900, 29936, 29871, 29896, 29896, 29896, 29906, 29871, 29947, 29941, 29946, 416, 1120, 2361, 675, 353, 399, 29974, 29950, 29936, 7546, 353, 529, 29907, 1964, 2747, 6778, 13, 259, 891, 529, 3120, 4775, 29936, 3515, 353, 313, 29945, 29906, 29947, 29889, 29941, 29941, 29941, 29871, 29906, 29900, 29936, 29871, 29945, 29945, 29889, 29953, 29953, 29953, 29955, 29871, 29906, 29900, 29889, 29941, 29941, 29941, 29941, 416, 1426, 353, 525, 5618, 29915, 29879, 2670, 1404, 4074, 2467, 10861, 353, 11698, 29936, 7546, 353, 529, 29918, 3120, 4775, 14420, 6778, 13, 259, 891, 529, 3120, 4775, 29936, 3515, 353, 313, 29900, 29871, 29946, 29896, 29955, 29936, 29871, 29906, 29945, 29871, 29906, 29900, 29889, 29941, 29941, 29941, 29941, 416, 1426, 353, 525, 1552, 2670, 1404, 4074, 2467, 10861, 353, 11698, 29936, 7546, 353, 529, 29918, 3120, 4775, 14420, 6778, 13, 259, 891, 529, 3120, 4775, 29936, 3515, 353, 313, 29896, 29900, 29955, 29941, 29871, 29946, 29896, 29955, 29936, 29871, 29941, 29929, 29871, 29906, 29900, 29889, 29941, 29941, 29941, 29941, 416, 1426, 353, 525, 3149, 2670, 1404, 4074, 2467, 10861, 353, 11698, 29936, 7546, 353, 529, 29918, 3120, 4775, 14420, 6778, 13, 259, 891, 529, 3120, 4775, 29936, 3515, 353, 313, 29945, 29945, 29906, 29889, 29941, 29941, 29941, 29871, 29947, 29896, 29953, 29936, 29871, 29955, 29889, 29953, 29953, 29953, 29953, 29955, 29871, 29896, 29947, 416, 1426, 353, 525, 29973, 2670, 1404, 4074, 2467, 10861, 353, 11698, 29936, 7546, 353, 529, 29918, 3120, 4775, 14420, 6778 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 admit I never thought I’d do any analytical work on Resident Evil 4. Don’t get me wrong; it’s one of my favorite games. Being extremely fun to play, and a having a wonderfully creepy aesthetic are just a few of the game’s strengths. But it’s a silly game in a lot of ways. There aren’t larger messages and meanings to glean from it. And at some moments, the game mechanics and the overall story don’t match up very well. I’d like to discuss one of those moments: Luis’s famous death in castle. I’ll use this example to discuss the elements of motivation and capacity in video games. You may recall from my previous article a discussion of a player’s motivation and capacity while playing a video game. Although I mentioned these terms, I never adequately defined them, so I’ll do so now. A player’s motivation is the reason he or she cares about playing the game and effecting some kind of difference in the world and story in which he or she is immersed. This element is present in other mediums—it’s the reason we continue to read/watch the story. A player’s capacity, unlike motivation, is intrinsically tied to game mechanics; it consists of the things that the player is able to do in the game world. The analogue of capacity in other media is simply the reader’s ability to continue to watch or read the story. There are further complexities in games, however, including that a player’s degree of capacity can effect his or her motivation, but that is a discussion for another time (probably focusing on Deus Ex). For now, recall my claim that in order for a game to be truly impactful, both of these elements must exist (or noticeably not exist, as I’ll discuss in my next article). Note also that the capacity element is harder and more important to make present, since it’s the element that video games have introduced to storytelling. So let’s see whether both motivation and capacity exist in the case of Luis’s death. For those who haven’t played the game, you can watch a video of the moment below. [youtube https://www.youtube.com/watch?v=NsfebZKsp94&w=420&h=315] I’ll summarize the scene: Luis was attempting to help you get a “sample” of great value from the game’s primary villain, Saddler. But Saddler kills Luis, taking back the sample (classic). As Luis lies dying before you, he gives you a temporary antidote to the parasite that you are infected with, and tells you to stop Saddler. When he finally passes away, Leon yells out him name in anguish. So this moment most certainly provides the player with motivation. And there are multiple reasons for this. In his final moments, Luis literally gives the player the primary plot incentive for the remainder of the game: stop Saddler and get the sample back. On top of that, finding out that Leon isn’t doomed to die at the hands of his parasite energies the player with a new sense of hope. But, most importantly, the player’s motivation is an extension of Leon’s grief. If the player empathizes with Leon (hopefully they do if they’ve gotten this far in the game), when Leon cries out in agony over the death of his friend, the player, too, is motivated seek justice for a lost friend. This is the opposite of Link’s silence that I discussed in my last article. Unlike Link, who leaves you to form your experience for yourself, Leon hands you his grief, and in this way motivates you to action. This is good storytelling. Clearly Resident Evil 4 has nailed the motivational aspect of making a powerful narrative in a game. But at this point there’s no particular reason story-wise to play the game instead of just watching it. So let’s think about capacity. Capacity is the additional element that makes a video game unique as opposed to movies or books. And the extent of what video games can do with capacity hasn’t been fully explored. So, even though it’s not necessary for a game to use dynamics of capacity in order to tell a good story, ignoring this element is missing an opportunity for better storytelling. Since capacity is unique to games, if there’s no interesting storytelling or fun mechanics, there’s no reason to play the game instead of just watch it. Now, in order to discuss capacity in the case of death, capacity takes on a slight nuance. When a character dies in a game, the key aspect of capacity is actually the change in capacity. It doesn’t matter so much what the capacity level is in general, it just matters if there is a difference before and after a character’s death. This provides meaning for the death within the structure of the game mechanics. For example, if a character dies in a game but is immediately replaced by an almost identical analogue, their death has little visceral impact for the player, who can’t feel the impact of the character’s death on the gameplay. This actually does happen: in Legend of The Dragoon, when one of your party members, Lavitz, dies, Albert, who literally takes on the stats of Lavitz, almost immediately replaces him. Even more notably, Cait Sith dies in Final Fantasy VII, but is quite literally replaced by an entirely identical avatar called “Cait Sith 2”. In these situations the player’s capacity has not changed, and thus the deaths have lost some of their potential narrative impact. That’s kind of what it feels like when Luis dies in Resident Evil 4. Although he helps you out as a non-player character (NPC) at various points in the game, it’s not as though he’s the only character who does this. And there’s nothing to distinguish him mechanics-wise from the other characters you meet and team up with. What’s more, you continue to have access to other NPCs you can get help from after he dies. So, in terms of how it feels to play the game, you don’t even notice he’s gone. As far as the player’s capacity to team up with others in order to stay alive, very little changes after Luis’s death. The player’s capacity thus changes very little when he dies, and though the player grieves with Leon, it’s difficult to feel a real sense of loss. To sum up, although the story of Luis’s death in Resident Evil is well told in terms of movies and books, the developers missed the opportunity to tell this story through the game mechanics in terms of a change in player capacity. Luis was not a unique character mechanically, and other characters that Leon meets effectively replace his avatar. The death is meaningful to watch, but far less meaningful to play. Nathan Randall - Video Game Analyst Nathan Randall is a Master’s candidate in game design at FIEA. He analyzes how gameplay mechanics and design impact the storytelling of video games. Learn more here. With a Terrible Fate is dedicated to developing the best video game analysis anywhere, without any ads or sponsored content. If you liked what you just read, please consider supporting us by leaving a one-time tip or becoming a contributor on Patreon.
[ 1, 306, 20000, 306, 2360, 2714, 306, 30010, 29881, 437, 738, 16114, 936, 664, 373, 2538, 1693, 7298, 309, 29871, 29946, 29889, 3872, 30010, 29873, 679, 592, 2743, 29936, 372, 30010, 29879, 697, 310, 590, 25448, 8090, 29889, 28265, 14154, 2090, 304, 1708, 29892, 322, 263, 2534, 263, 4997, 3730, 907, 1022, 29891, 263, 342, 29882, 7492, 526, 925, 263, 2846, 310, 278, 3748, 30010, 29879, 9324, 29879, 29889, 1205, 372, 30010, 29879, 263, 24866, 3748, 297, 263, 3287, 310, 5837, 29889, 1670, 9455, 30010, 29873, 7200, 7191, 322, 2099, 886, 304, 330, 14044, 515, 372, 29889, 1126, 472, 777, 19462, 29892, 278, 3748, 7208, 1199, 322, 278, 12463, 5828, 1016, 30010, 29873, 1993, 701, 1407, 1532, 29889, 306, 30010, 29881, 763, 304, 5353, 697, 310, 1906, 19462, 29901, 12583, 30010, 29879, 13834, 4892, 297, 20610, 29889, 306, 30010, 645, 671, 445, 1342, 304, 5353, 278, 3161, 310, 17385, 362, 322, 13284, 297, 4863, 8090, 29889, 13, 13, 3492, 1122, 17386, 515, 590, 3517, 4274, 263, 10679, 310, 263, 4847, 30010, 29879, 17385, 362, 322, 13284, 1550, 8743, 263, 4863, 3748, 29889, 8512, 306, 5276, 1438, 4958, 29892, 306, 2360, 19967, 339, 2486, 3342, 963, 29892, 577, 306, 30010, 645, 437, 577, 1286, 29889, 319, 4847, 30010, 29879, 17385, 362, 338, 278, 2769, 540, 470, 1183, 1559, 267, 1048, 8743, 278, 3748, 322, 2779, 292, 777, 2924, 310, 4328, 297, 278, 3186, 322, 5828, 297, 607, 540, 470, 1183, 338, 5198, 414, 287, 29889, 910, 1543, 338, 2198, 297, 916, 18350, 29879, 30003, 277, 30010, 29879, 278, 2769, 591, 6773, 304, 1303, 29914, 12344, 278, 5828, 29889, 319, 4847, 30010, 29879, 13284, 29892, 25531, 17385, 362, 29892, 338, 11158, 1144, 1711, 21351, 304, 3748, 7208, 1199, 29936, 372, 11624, 310, 278, 2712, 393, 278, 4847, 338, 2221, 304, 437, 297, 278, 3748, 3186, 29889, 450, 15690, 434, 310, 13284, 297, 916, 5745, 338, 3763, 278, 9591, 30010, 29879, 11509, 304, 6773, 304, 6505, 470, 1303, 278, 5828, 29889, 1670, 526, 4340, 4280, 1907, 297, 8090, 29892, 3138, 29892, 3704, 393, 263, 4847, 30010, 29879, 7426, 310, 13284, 508, 2779, 670, 470, 902, 17385, 362, 29892, 541, 393, 338, 263, 10679, 363, 1790, 931, 313, 771, 14815, 12789, 4746, 373, 897, 375, 1222, 467, 1152, 1286, 29892, 17386, 590, 5995, 393, 297, 1797, 363, 263, 3748, 304, 367, 19781, 10879, 1319, 29892, 1716, 310, 1438, 3161, 1818, 1863, 313, 272, 8369, 2197, 451, 1863, 29892, 408, 306, 30010, 645, 5353, 297, 590, 2446, 4274, 467, 3940, 884, 393, 278, 13284, 1543, 338, 22622, 322, 901, 4100, 304, 1207, 2198, 29892, 1951, 372, 30010, 29879, 278, 1543, 393, 4863, 8090, 505, 9129, 304, 5828, 29873, 7807, 29889, 13, 13, 6295, 1235, 30010, 29879, 1074, 3692, 1716, 17385, 362, 322, 13284, 1863, 297, 278, 1206, 310, 12583, 30010, 29879, 4892, 29889, 1152, 1906, 1058, 7359, 30010, 29873, 5318, 278, 3748, 29892, 366, 508, 6505, 263, 4863, 310, 278, 3256, 2400, 29889, 13, 13, 29961, 19567, 2045, 597, 1636, 29889, 19567, 29889, 510, 29914, 12344, 29973, 29894, 29922, 29940, 4668, 774, 29999, 29968, 1028, 29929, 29946, 29987, 29893, 29922, 29946, 29906, 29900, 29987, 29882, 29922, 29941, 29896, 29945, 29962, 13, 13, 29902, 30010, 645, 19138, 675, 278, 9088, 29901, 12583, 471, 15661, 304, 1371, 366, 679, 263, 1346, 11249, 30024, 310, 2107, 995, 515, 278, 3748, 30010, 29879, 7601, 21031, 262, 29892, 317, 1202, 1358, 29889, 1205, 317, 1202, 1358, 413, 6090, 12583, 29892, 5622, 1250, 278, 4559, 313, 1990, 293, 467, 1094, 12583, 12185, 27116, 1434, 366, 29892, 540, 4076, 366, 263, 13201, 3677, 333, 866, 304, 278, 610, 294, 568, 393, 366, 526, 3041, 26458, 411, 29892, 322, 10603, 366, 304, 5040, 317, 1202, 1358, 29889, 1932, 540, 7146, 14517, 3448, 29892, 10255, 343, 10071, 714, 1075, 1024, 297, 385, 2543, 728, 29889, 13, 13, 6295, 445, 3256, 1556, 8959, 8128, 278, 4847, 411, 17385, 362, 29889, 1126, 727, 526, 2999, 9590, 363, 445, 29889, 512, 670, 2186, 19462, 29892, 12583, 22830, 4076, 278, 4847, 278, 7601, 6492, 297, 1760, 573, 363, 278, 21162, 310, 278, 3748, 29901, 5040, 317, 1202, 1358, 322, 679, 278, 4559, 1250, 29889, 1551, 2246, 310, 393, 29892, 9138, 714, 393, 10255, 3508, 30010, 29873, 437, 27067, 304, 762, 472, 278, 6567, 310, 670, 610, 294, 568, 18190, 583, 278, 4847, 411, 263, 716, 4060, 310, 4966, 29889, 1205, 29892, 1556, 4100, 368, 29892, 278, 4847, 30010, 29879, 17385, 362, 338, 385, 6081, 310, 10255, 30010, 29879, 867, 2575, 29889, 960, 278, 4847, 953, 2084, 7093, 411, 10255, 313, 1251, 412, 3730, 896, 437, 565, 896, 30010, 345, 2355, 841, 445, 2215, 297, 278, 3748, 511, 746, 10255, 274, 2722, 714, 297, 946, 2592, 975, 278, 4892, 310, 670, 5121, 29892, 278, 4847, 29892, 2086, 29892, 338, 17385, 630, 16508, 15426, 363, 263, 5714, 5121, 29889, 910, 338, 278, 11564, 310, 6645, 30010, 29879, 15142, 393, 306, 15648, 297, 590, 1833, 4274, 29889, 853, 4561, 6645, 29892, 1058, 11308, 366, 304, 883, 596, 7271, 363, 7535, 29892, 10255, 6567, 366, 670, 867, 2575, 29892, 322, 297, 445, 982, 17385, 1078, 366, 304, 3158, 29889, 910, 338, 1781, 5828, 29873, 7807, 29889, 17732, 368, 2538, 1693, 7298, 309, 29871, 29946, 756, 1055, 2356, 278, 17385, 1288, 9565, 310, 3907, 263, 13988, 15474, 1230, 297, 263, 3748, 29889, 1205, 472, 445, 1298, 727, 30010, 29879, 694, 3153, 2769, 5828, 29899, 3538, 304, 1708, 278, 3748, 2012, 310, 925, 21217, 372, 29889, 13, 13, 6295, 1235, 30010, 29879, 1348, 1048, 13284, 29889, 5915, 5946, 338, 278, 5684, 1543, 393, 3732, 263, 4863, 3748, 5412, 408, 15869, 304, 2351, 583, 470, 8277, 29889, 1126, 278, 15834, 310, 825, 4863, 8090, 508, 437, 411, 13284, 22602, 30010, 29873, 1063, 8072, 3902, 4395, 29889, 1105, 29892, 1584, 2466, 372, 30010, 29879, 451, 5181, 363, 263, 3748, 304, 671, 19753, 310, 13284, 297, 1797, 304, 2649, 263, 1781, 5828, 29892, 5330, 8253, 445, 1543, 338, 4567, 385, 15130, 363, 2253, 5828, 29873, 7807, 29889, 4001, 13284, 338, 5412, 304, 8090, 29892, 565, 727, 30010, 29879, 694, 8031, 5828, 29873, 7807, 470, 2090, 7208, 1199, 29892, 727, 30010, 29879, 694, 2769, 304, 1708, 278, 3748, 2012, 310, 925, 6505, 372, 29889, 13, 13, 10454, 29892, 297, 1797, 304, 5353, 13284, 297, 278, 1206, 310, 4892, 29892, 13284, 4893, 373, 263, 7248, 4948, 749, 29889, 1932, 263, 2931, 2977, 297, 263, 3748, 29892, 278, 1820, 9565, 310, 13284, 338, 2869, 278, 1735, 297, 13284, 29889, 739, 1838, 30010, 29873, 4383, 577, 1568, 825, 278, 13284, 3233, 338, 297, 2498, 29892, 372, 925, 13750, 565, 727, 338, 263, 4328, 1434, 322, 1156, 263, 2931, 30010, 29879, 4892, 29889, 910, 8128, 6593, 363, 278, 4892, 2629, 278, 3829, 310, 278, 3748, 7208, 1199, 29889, 1152, 1342, 29892, 565, 263, 2931, 2977, 297, 263, 3748, 541, 338, 7389, 8611, 491, 385, 4359, 13557, 15690, 434, 29892, 1009, 4892, 756, 2217, 1998, 2265, 284, 10879, 363, 278, 4847, 29892, 1058, 508, 30010, 29873, 4459, 278, 10879, 310, 278, 2931, 30010, 29879, 4892, 373, 278, 3748, 1456, 29889, 910, 2869, 947, 3799, 29901, 297, 5682, 355, 310, 450, 12225, 6150, 29892, 746, 697, 310, 596, 6263, 5144, 29892, 23212, 2784, 29892, 2977, 29892, 10537, 29892, 1058, 22830, 4893, 373, 278, 22663, 310, 23212, 2784, 29892, 4359, 7389, 1634, 6048, 1075, 29889, 7753, 901, 451, 2197, 29892, 315, 1249, 317, 389, 2977, 297, 9550, 18089, 8995, 13408, 29892, 541, 338, 3755, 22830, 8611, 491, 385, 9186, 13557, 1029, 14873, 2000, 1346, 29907, 1249, 317, 389, 29871, 29906, 8643, 512, 1438, 18845, 278, 4847, 30010, 29879, 13284, 756, 451, 3939, 29892, 322, 4550, 278, 4892, 29879, 505, 5714, 777, 310, 1009, 7037, 15474, 1230, 10879, 29889, 13, 13, 7058, 30010, 29879, 2924, 310, 825, 372, 23880, 763, 746, 12583, 2977, 297, 2538, 1693, 7298, 309, 29871, 29946, 29889, 8512, 540, 6911, 366, 714, 408, 263, 1661, 29899, 9106, 2931, 313, 29940, 9026, 29897, 472, 5164, 3291, 297, 278, 3748, 29892, 372, 30010, 29879, 451, 408, 2466, 540, 30010, 29879, 278, 871, 2931, 1058, 947, 445, 29889, 1126, 727, 30010, 29879, 3078, 304, 20820, 1075, 7208, 1199, 29899, 3538, 515, 278, 916, 4890, 366, 5870, 322, 3815, 701, 411, 29889, 1724, 30010, 29879, 901, 29892, 366, 6773, 304, 505, 2130, 304, 916, 405, 9026, 29879, 366, 508, 679, 1371, 515, 1156, 540, 2977, 29889, 1105, 29892, 297, 4958, 310, 920, 372, 23880, 304, 1708, 278, 3748, 29892, 366, 1016, 30010, 29873, 1584, 8369, 540, 30010, 29879, 7695, 29889, 1094, 2215, 408, 278, 4847, 30010, 29879, 13284, 304, 3815, 701, 411, 4045, 297, 1797, 304, 7952, 18758, 29892, 1407, 2217, 3620, 1156, 12583, 30010, 29879, 4892, 29889, 450, 4847, 30010, 29879, 13284, 4550, 3620, 1407, 2217, 746, 540, 2977, 29892, 322, 2466, 278, 4847, 867, 17180, 411, 10255, 29892, 372, 30010, 29879, 5189, 304, 4459, 263, 1855, 4060, 310, 6410, 29889, 13, 13, 1762, 2533, 701, 29892, 5998, 278, 5828, 310, 12583, 30010, 29879, 4892, 297, 2538, 1693, 7298, 309, 338, 1532, 5429, 297, 4958, 310, 2351, 583, 322, 8277, 29892, 278, 18777, 13726, 278, 15130, 304, 2649, 445, 5828, 1549, 278, 3748, 7208, 1199, 297, 4958, 310, 263, 1735, 297, 4847, 13284, 29889, 12583, 471, 451, 263, 5412, 2931, 7208, 1711, 29892, 322, 916, 4890, 393, 10255, 28103, 17583, 5191, 670, 1029, 14873, 29889, 450, 4892, 338, 6593, 1319, 304, 6505, 29892, 541, 2215, 3109, 6593, 1319, 304, 1708, 29889, 13, 13, 29940, 11385, 17468, 497, 448, 13987, 8448, 11597, 858, 13, 13, 29940, 11385, 17468, 497, 338, 263, 9082, 30010, 29879, 14020, 297, 3748, 2874, 472, 383, 8673, 29909, 29889, 940, 16455, 10947, 920, 3748, 1456, 7208, 1199, 322, 2874, 10879, 278, 5828, 29873, 7807, 310, 4863, 8090, 29889, 13, 29931, 799, 29876, 901, 1244, 29889, 13, 13, 3047, 263, 5061, 11710, 383, 403, 338, 16955, 304, 14338, 278, 1900, 4863, 3748, 7418, 12214, 29892, 1728, 738, 594, 29879, 470, 21955, 4395, 2793, 29889, 960, 366, 23289, 825, 366, 925, 1303, 29892, 3113, 2050, 20382, 502, 491, 10124, 263, 697, 29899, 2230, 6872, 470, 14171, 263, 17737, 3406, 373, 4121, 276, 265, 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 ]
Q: Modoboa 1.1.1 Deployment Errors I tried to install modoboa follow this steps: http://modoboa.readthedocs.org/en/latest/getting_started/install.html I installed modoboa with pip install modoboa: Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 453, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 272, in fetch_command klass = load_command_class(app_name, subcommand) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 77, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", line 8, in <module> from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal File "/usr/local/lib/python2.7/dist-packages/django/core/management/sql.py", line 9, in <module> from django.db import models File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 40, in <module> backend = load_backend(connection.settings_dict['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 34, in __getattr__ return getattr(connections[DEFAULT_DB_ALIAS], item) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 93, in __getitem__ backend = load_backend(db['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 27, in load_backend return import_module('.base', backend_name) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 17, in <module> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb python manage.py syncdb --noinput failed, check your configuration Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 453, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 272, in fetch_command klass = load_command_class(app_name, subcommand) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 77, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", line 8, in <module> from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal File "/usr/local/lib/python2.7/dist-packages/django/core/management/sql.py", line 9, in <module> from django.db import models File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 40, in <module> backend = load_backend(connection.settings_dict['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 34, in __getattr__ return getattr(connections[DEFAULT_DB_ALIAS], item) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 93, in __getitem__ backend = load_backend(db['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 27, in load_backend return import_module('.base', backend_name) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 17, in <module> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb python manage.py syncdb failed, check your configuration Unknown command: 'migrate' Type 'manage.py help' for usage. python manage.py migrate --fake failed, check your configuration Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 453, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 272, in fetch_command klass = load_command_class(app_name, subcommand) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 77, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/loaddata.py", line 11, in <module> from django.core import serializers File "/usr/local/lib/python2.7/dist-packages/django/core/serializers/__init__.py", line 22, in <module> from django.core.serializers.base import SerializerDoesNotExist File "/usr/local/lib/python2.7/dist-packages/django/core/serializers/base.py", line 5, in <module> from django.db import models File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 40, in <module> backend = load_backend(connection.settings_dict['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line 34, in __getattr__ return getattr(connections[DEFAULT_DB_ALIAS], item) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 93, in __getitem__ backend = load_backend(db['ENGINE']) File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 27, in load_backend return import_module('.base', backend_name) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 17, in <module> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb python manage.py loaddata initial_users.json failed, check your configuration Unknown command: 'collectstatic' Type 'manage.py help' for usage. python manage.py collectstatic --noinput failed, check your configuration I tried to install pip install MySQL-python but I received this error: Downloading/unpacking MySQL-python Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded Running setup.py egg_info for package MySQL-python sh: mysql_config: orden no encontrada Traceback (most recent call last): File "<string>", line 16, in <module> File "/tmp/pip_build_root/MySQL-python/setup.py", line 17, in <module> metadata, options = get_config() File "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") File "setup_posix.py", line 25, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found Complete output from command python setup.py egg_info: sh: mysql_config: orden no encontrada Traceback (most recent call last): File "<string>", line 16, in <module> File "/tmp/pip_build_root/MySQL-python/setup.py", line 17, in <module> metadata, options = get_config() File "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") File "setup_posix.py", line 25, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/MySQL-python Storing complete log in /root/.pip/pip.log Seems that error is caused by MySQL module but I don't know how to resolve it. A: You should install the python mysqldb package provided with your distribution. On a debian/ubuntu one: $ apt-get install python-mysqldb
[ 1, 660, 29901, 13, 13, 2111, 711, 19807, 29871, 29896, 29889, 29896, 29889, 29896, 10034, 22812, 4829, 29879, 13, 13, 29902, 1898, 304, 2601, 878, 711, 19807, 1101, 445, 6576, 29901, 1732, 597, 1545, 711, 19807, 29889, 949, 386, 287, 12332, 29889, 990, 29914, 264, 29914, 12333, 29914, 29264, 29918, 2962, 287, 29914, 6252, 29889, 1420, 13, 29902, 5130, 878, 711, 19807, 411, 8450, 2601, 878, 711, 19807, 29901, 13, 11591, 1627, 313, 3242, 7786, 1246, 1833, 1125, 13, 29871, 3497, 376, 1171, 482, 29889, 2272, 613, 1196, 29871, 29896, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 29898, 9675, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29945, 29941, 29892, 297, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 13, 1678, 19725, 29889, 7978, 580, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29929, 29906, 29892, 297, 6222, 13, 1678, 1583, 29889, 9155, 29918, 6519, 29898, 1491, 6519, 467, 3389, 29918, 3166, 29918, 19218, 29898, 1311, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29906, 29955, 29906, 29892, 297, 6699, 29918, 6519, 13, 1678, 22902, 353, 2254, 29918, 6519, 29918, 1990, 29898, 932, 29918, 978, 29892, 1014, 6519, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29955, 29955, 29892, 297, 2254, 29918, 6519, 29918, 1990, 13, 1678, 3883, 353, 1053, 29918, 5453, 877, 29995, 29879, 29889, 21895, 29889, 26381, 29889, 29995, 29879, 29915, 1273, 313, 932, 29918, 978, 29892, 1024, 876, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 26381, 29914, 19274, 2252, 29890, 29889, 2272, 613, 1196, 29871, 29947, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 3221, 29889, 21895, 29889, 2850, 1053, 2888, 29918, 2850, 29918, 1454, 29918, 4299, 29892, 20076, 29918, 2490, 29918, 16593, 29918, 25436, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 2850, 29889, 2272, 613, 1196, 29871, 29929, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 2585, 1053, 4733, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 9965, 29889, 11027, 29918, 8977, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29946, 29892, 297, 4770, 657, 5552, 1649, 13, 1678, 736, 679, 5552, 29898, 11958, 1953, 29961, 23397, 29918, 4051, 29918, 1964, 29902, 3289, 1402, 2944, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29929, 29941, 29892, 297, 4770, 657, 667, 1649, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 2585, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29906, 29955, 29892, 297, 2254, 29918, 27852, 13, 1678, 736, 1053, 29918, 5453, 12839, 3188, 742, 14998, 29918, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1627, 1975, 29914, 7938, 29914, 3188, 29889, 2272, 613, 1196, 29871, 29896, 29955, 29892, 297, 529, 5453, 29958, 13, 1678, 12020, 1954, 771, 546, 368, 3991, 2955, 703, 2392, 8363, 9254, 2585, 3883, 29901, 1273, 29879, 29908, 1273, 321, 29897, 13, 14095, 29889, 3221, 29889, 11739, 29879, 29889, 1888, 771, 546, 368, 3991, 2955, 29901, 4829, 8363, 9254, 2585, 3883, 29901, 1939, 3883, 4257, 9254, 2585, 13, 13, 4691, 10933, 29889, 2272, 5222, 2252, 29890, 1192, 1217, 2080, 5229, 29892, 1423, 596, 5285, 13, 11591, 1627, 313, 3242, 7786, 1246, 1833, 1125, 13, 29871, 3497, 376, 1171, 482, 29889, 2272, 613, 1196, 29871, 29896, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 29898, 9675, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29945, 29941, 29892, 297, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 13, 1678, 19725, 29889, 7978, 580, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29929, 29906, 29892, 297, 6222, 13, 1678, 1583, 29889, 9155, 29918, 6519, 29898, 1491, 6519, 467, 3389, 29918, 3166, 29918, 19218, 29898, 1311, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29906, 29955, 29906, 29892, 297, 6699, 29918, 6519, 13, 1678, 22902, 353, 2254, 29918, 6519, 29918, 1990, 29898, 932, 29918, 978, 29892, 1014, 6519, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29955, 29955, 29892, 297, 2254, 29918, 6519, 29918, 1990, 13, 1678, 3883, 353, 1053, 29918, 5453, 877, 29995, 29879, 29889, 21895, 29889, 26381, 29889, 29995, 29879, 29915, 1273, 313, 932, 29918, 978, 29892, 1024, 876, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 26381, 29914, 19274, 2252, 29890, 29889, 2272, 613, 1196, 29871, 29947, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 3221, 29889, 21895, 29889, 2850, 1053, 2888, 29918, 2850, 29918, 1454, 29918, 4299, 29892, 20076, 29918, 2490, 29918, 16593, 29918, 25436, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 2850, 29889, 2272, 613, 1196, 29871, 29929, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 2585, 1053, 4733, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 9965, 29889, 11027, 29918, 8977, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29946, 29892, 297, 4770, 657, 5552, 1649, 13, 1678, 736, 679, 5552, 29898, 11958, 1953, 29961, 23397, 29918, 4051, 29918, 1964, 29902, 3289, 1402, 2944, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29929, 29941, 29892, 297, 4770, 657, 667, 1649, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 2585, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29906, 29955, 29892, 297, 2254, 29918, 27852, 13, 1678, 736, 1053, 29918, 5453, 12839, 3188, 742, 14998, 29918, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1627, 1975, 29914, 7938, 29914, 3188, 29889, 2272, 613, 1196, 29871, 29896, 29955, 29892, 297, 529, 5453, 29958, 13, 1678, 12020, 1954, 771, 546, 368, 3991, 2955, 703, 2392, 8363, 9254, 2585, 3883, 29901, 1273, 29879, 29908, 1273, 321, 29897, 13, 14095, 29889, 3221, 29889, 11739, 29879, 29889, 1888, 771, 546, 368, 3991, 2955, 29901, 4829, 8363, 9254, 2585, 3883, 29901, 1939, 3883, 4257, 9254, 2585, 13, 13, 4691, 10933, 29889, 2272, 5222, 2252, 29890, 29871, 5229, 29892, 1423, 596, 5285, 13, 14148, 1899, 29901, 525, 26983, 403, 29915, 13, 1542, 525, 1171, 482, 29889, 2272, 1371, 29915, 363, 8744, 29889, 13, 13, 4691, 10933, 29889, 2272, 9725, 403, 1192, 29888, 1296, 5229, 29892, 1423, 596, 5285, 13, 11591, 1627, 313, 3242, 7786, 1246, 1833, 1125, 13, 29871, 3497, 376, 1171, 482, 29889, 2272, 613, 1196, 29871, 29896, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 29898, 9675, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29945, 29941, 29892, 297, 6222, 29918, 3166, 29918, 6519, 29918, 1220, 13, 1678, 19725, 29889, 7978, 580, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29929, 29906, 29892, 297, 6222, 13, 1678, 1583, 29889, 9155, 29918, 6519, 29898, 1491, 6519, 467, 3389, 29918, 3166, 29918, 19218, 29898, 1311, 29889, 19218, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29906, 29955, 29906, 29892, 297, 6699, 29918, 6519, 13, 1678, 22902, 353, 2254, 29918, 6519, 29918, 1990, 29898, 932, 29918, 978, 29892, 1014, 6519, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29955, 29955, 29892, 297, 2254, 29918, 6519, 29918, 1990, 13, 1678, 3883, 353, 1053, 29918, 5453, 877, 29995, 29879, 29889, 21895, 29889, 26381, 29889, 29995, 29879, 29915, 1273, 313, 932, 29918, 978, 29892, 1024, 876, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 21895, 29914, 26381, 29914, 417, 1202, 532, 29889, 2272, 613, 1196, 29871, 29896, 29896, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 3221, 1053, 7797, 19427, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 15550, 19427, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29906, 29906, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 3221, 29889, 15550, 19427, 29889, 3188, 1053, 18896, 3950, 25125, 3664, 1252, 391, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 3221, 29914, 15550, 19427, 29914, 3188, 29889, 2272, 613, 1196, 29871, 29945, 29892, 297, 529, 5453, 29958, 13, 1678, 515, 9557, 29889, 2585, 1053, 4733, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29946, 29900, 29892, 297, 529, 5453, 29958, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 9965, 29889, 11027, 29918, 8977, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1649, 2344, 26914, 2272, 613, 1196, 29871, 29941, 29946, 29892, 297, 4770, 657, 5552, 1649, 13, 1678, 736, 679, 5552, 29898, 11958, 1953, 29961, 23397, 29918, 4051, 29918, 1964, 29902, 3289, 1402, 2944, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29929, 29941, 29892, 297, 4770, 657, 667, 1649, 13, 1678, 14998, 353, 2254, 29918, 27852, 29898, 2585, 1839, 1430, 29954, 8895, 11287, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 13239, 29889, 2272, 613, 1196, 29871, 29906, 29955, 29892, 297, 2254, 29918, 27852, 13, 1678, 736, 1053, 29918, 5453, 12839, 3188, 742, 14998, 29918, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 13239, 29914, 5215, 1982, 29889, 2272, 613, 1196, 29871, 29941, 29945, 29892, 297, 1053, 29918, 5453, 13, 1678, 4770, 5215, 12035, 978, 29897, 13, 29871, 3497, 5591, 4855, 29914, 2997, 29914, 1982, 29914, 4691, 29906, 29889, 29955, 29914, 5721, 29899, 8318, 29914, 14095, 29914, 2585, 29914, 1627, 1975, 29914, 7938, 29914, 3188, 29889, 2272, 613, 1196, 29871, 29896, 29955, 29892, 297, 529, 5453, 29958, 13, 1678, 12020, 1954, 771, 546, 368, 3991, 2955, 703, 2392, 8363, 9254, 2585, 3883, 29901, 1273, 29879, 29908, 1273, 321, 29897, 13, 14095, 29889, 3221, 29889, 11739, 29879, 29889, 1888, 771, 546, 368, 3991, 2955, 29901, 4829, 8363, 9254, 2585, 3883, 29901, 1939, 3883, 4257, 9254, 2585, 13, 13, 4691, 10933, 29889, 2272, 658, 1202, 532, 2847, 29918, 7193, 29889, 3126, 5229, 29892, 1423, 596, 5285, 13, 14148, 1899, 29901, 525, 15914, 7959, 29915, 13, 1542, 525, 1171, 482, 29889, 2272, 1371, 29915, 363, 8744, 29889, 13, 13, 4691, 10933, 29889, 2272, 6314, 7959, 1192, 1217, 2080, 5229, 29892, 1423, 596, 5285, 13, 13, 29902, 1898, 304, 2601, 8450, 2601, 9254, 29899, 4691, 541, 306, 4520, 445, 1059, 29901, 13, 6767, 13234, 29914, 348, 4058, 292, 9254, 29899, 4691, 13, 29871, 9943, 13234, 9254, 29899, 4691, 29899, 29896, 29889, 29906, 29889, 29945, 29889, 7554, 313, 29896, 29900, 29947, 29895, 29933, 1125, 29871, 29896, 29900, 29947, 29895, 29933, 16532, 13, 29871, 19509, 6230, 29889, 2272, 19710, 29918, 3888, 363, 3577, 9254, 29899, 4691, 13, 1678, 528, 29901, 5749, 29918, 2917, 29901, 16075, 694, 14567, 1114, 13, 1678, 29243, 313, 3242, 7786, 1246, 1833, 1125, 13, 418, 3497, 9872, 1807, 28341, 1196, 29871, 29896, 29953, 29892, 297, 529, 5453, 29958, 13, 418, 3497, 5591, 7050, 29914, 13096, 29918, 4282, 29918, 4632, 29914, 3421, 4176, 29899, 4691, 29914, 14669, 29889, 2272, 613, 1196, 29871, 29896, 29955, 29892, 297, 529, 5453, 29958, 13, 4706, 15562, 29892, 3987, 353, 679, 29918, 2917, 580, 13, 418, 3497, 376, 14669, 29918, 1066, 861, 29889, 2272, 613, 1196, 29871, 29946, 29941, 29892, 297, 679, 29918, 2917, 13, 4706, 4303, 29879, 353, 5749, 29918, 2917, 703, 10254, 29918, 29878, 1159, 13, 418, 3497, 376, 14669, 29918, 1066, 861, 29889, 2272, 613, 1196, 29871, 29906, 29945, 29892, 297, 5749, 29918, 2917, 13, 4706, 12020, 16738, 2392, 11702, 29879, 451, 1476, 29908, 1273, 313, 7938, 29918, 2917, 29889, 2084, 29892, 876, 13, 1678, 16738, 2392, 29901, 5749, 29918, 2917, 451, 1476, 13, 1678, 25034, 1962, 515, 1899, 3017, 6230, 29889, 2272, 19710, 29918, 3888, 29901, 13, 1678, 528, 29901, 5749, 29918, 2917, 29901, 16075, 694, 14567, 1114, 13, 13, 11591, 1627, 313, 3242, 7786, 1246, 1833, 1125, 13, 13, 29871, 3497, 9872, 1807, 28341, 1196, 29871, 29896, 29953, 29892, 297, 529, 5453, 29958, 13, 13, 29871, 3497, 5591, 7050, 29914, 13096, 29918, 4282, 29918, 4632, 29914, 3421, 4176, 29899, 4691, 29914, 14669, 29889, 2272, 613, 1196, 29871, 29896, 29955, 29892, 297, 529, 5453, 29958, 13, 13, 1678, 15562, 29892, 3987, 353, 679, 29918, 2917, 580, 13, 13, 29871, 3497, 376, 14669, 29918, 1066, 861, 29889, 2272, 613, 1196, 29871, 29946, 29941, 29892, 297, 679, 29918, 2917, 13, 13, 1678, 4303, 29879, 353, 5749, 29918, 2917, 703, 10254, 29918, 29878, 1159, 13, 13, 29871, 3497, 376, 14669, 29918, 1066, 861, 29889, 2272, 613, 1196, 29871, 29906, 29945, 29892, 297, 5749, 29918, 2917, 13, 13, 1678, 12020, 16738, 2392, 11702, 29879, 451, 1476, 29908, 1273, 313, 7938, 29918, 2917, 29889, 2084, 29892, 876, 13, 13, 18649, 2392, 29901, 5749, 29918, 2917, 451, 1476, 13, 13, 2683, 2683, 1378, 13, 29907, 14044, 292, 701, 856, 13, 6255, 3017, 6230, 29889, 2272, 19710, 29918, 3888, 5229, 411, 1059, 775, 29871, 29896, 297, 847, 7050, 29914, 13096, 29918, 4282, 29918, 4632, 29914, 3421, 4176, 29899, 4691, 13, 855, 8253, 4866, 1480, 297, 847, 4632, 6294, 13096, 29914, 13096, 29889, 1188, 13, 13, 2008, 1567, 393, 1059, 338, 8581, 491, 9254, 3883, 541, 306, 1016, 29915, 29873, 1073, 920, 304, 8814, 372, 29889, 13, 13, 29909, 29901, 13, 13, 3492, 881, 2601, 278, 3017, 15534, 430, 29890, 3577, 4944, 411, 596, 4978, 29889, 13, 2951, 263, 2553, 713, 29914, 8767, 697, 29901, 13, 29938, 10882, 29899, 657, 2601, 3017, 29899, 19268, 430, 29890, 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 ]
A small city in Iowa has taken an action to save the bees from extinction. Acres of land were donated to increase the local habitats of the bees. Over the past decade, bees are steadily disappearing. Worker bees disappear and leaving behind the queen. With a few nursing bees to take care of the immature bees, a colo… Read More To stay updated with the latest in the apiculture industry to can visit our beekeeping latest news. On the other hand if you are starting beekeeping and would like to begin professional beekeeping today download a copy of our beekeeping for beginners ebook. Beekeeping can be a full-time profession or a hobby that is simple. Nonetheless, more often than not, what started as a hobby would turn into a profession. But you cannot simply tell and decide yourself you will start to do beekeeping. Before starting on any avocation or profession, you need to have understanding and satisfactory knowledge on the subject that you are going to enter. If you’ve been putting off your interest in beekeeping for quite a while, then it’s about time to indulge yourself in your line of interest. Bee farming may seem simple; learning the basic beekeeping lessons can enable you to get away to a good start. What does a beekeeper need to understand? On beekeeping to start at the right foot you should have interest that is complete. You need to spend time taking care of your colonies of bees. You should have also agreed to share your home space with the bees. There are potential risks in beekeeping that can harm not only you but your family also. Your focus is not only to make money by selling honey; a good beekeeper should have passion and a keen interest in rearing bees. An apiarist should know the right place for the beehives. You have to make sure beekeeping is allowed in your area, if you decide to place your beehives at your backyard. There are several places restricted to beekeeping; you have to get permission concerning this. Beekeepers must know whether beekeeping supplies are available in the area where the beehives are situated. When you must go to a neighborhood beekeeping shop you may never understand; it is best that a nearby beekeeping store is reachable. Equipment and protective tools are also very important to beekeepers to know. Know the right kind of suit to choose to keep you from any possible danger in beekeeping. If you’re incapable to harvest honey from your bees all the efforts that are beekeeping would be futile. A beekeeper should know the methods in gathering the honey from the comb; beeswax is also part of the returns in beekeeping.
[ 1, 319, 2319, 4272, 297, 25327, 756, 4586, 385, 3158, 304, 4078, 278, 367, 267, 515, 1294, 16807, 29889, 7255, 690, 310, 2982, 892, 1016, 630, 304, 7910, 278, 1887, 4760, 1446, 310, 278, 367, 267, 29889, 13, 13, 3563, 278, 4940, 316, 6332, 29892, 367, 267, 526, 28325, 2354, 25417, 292, 29889, 5244, 261, 367, 267, 25417, 322, 10124, 5742, 278, 26624, 29889, 2973, 263, 2846, 302, 1295, 292, 367, 267, 304, 2125, 2562, 310, 278, 5198, 1535, 367, 267, 29892, 263, 784, 29877, 30098, 7523, 5853, 13, 13, 1762, 7952, 4784, 411, 278, 9281, 297, 278, 3095, 3953, 545, 13661, 304, 508, 6493, 1749, 367, 29872, 17462, 292, 9281, 9763, 29889, 1551, 278, 916, 1361, 565, 366, 526, 6257, 367, 29872, 17462, 292, 322, 723, 763, 304, 3380, 10257, 367, 29872, 17462, 292, 9826, 5142, 263, 3509, 310, 1749, 367, 29872, 17462, 292, 363, 1812, 16697, 321, 2909, 29889, 13, 13, 3629, 29872, 17462, 292, 508, 367, 263, 2989, 29899, 2230, 6351, 470, 263, 298, 711, 1609, 393, 338, 2560, 29889, 10050, 621, 6393, 29892, 901, 4049, 1135, 451, 29892, 825, 4687, 408, 263, 298, 711, 1609, 723, 2507, 964, 263, 6351, 29889, 1205, 366, 2609, 3763, 2649, 322, 11097, 7535, 366, 674, 1369, 304, 437, 367, 29872, 17462, 292, 29889, 10949, 6257, 373, 738, 1029, 10610, 470, 6351, 29892, 366, 817, 304, 505, 8004, 322, 5119, 3832, 7134, 373, 278, 4967, 393, 366, 526, 2675, 304, 3896, 29889, 960, 366, 30010, 345, 1063, 10594, 1283, 596, 4066, 297, 367, 29872, 17462, 292, 363, 3755, 263, 1550, 29892, 769, 372, 30010, 29879, 1048, 931, 304, 29156, 479, 7535, 297, 596, 1196, 310, 4066, 29889, 1522, 29872, 2215, 4056, 1122, 2833, 2560, 29936, 6509, 278, 6996, 367, 29872, 17462, 292, 3109, 787, 508, 9025, 366, 304, 679, 3448, 304, 263, 1781, 1369, 29889, 13, 13, 5618, 947, 263, 367, 29872, 23935, 817, 304, 2274, 29973, 13, 13, 2951, 367, 29872, 17462, 292, 304, 1369, 472, 278, 1492, 3661, 366, 881, 505, 4066, 393, 338, 4866, 29889, 887, 817, 304, 18864, 931, 5622, 2562, 310, 596, 8104, 583, 310, 367, 267, 29889, 887, 881, 505, 884, 15502, 304, 6232, 596, 3271, 2913, 411, 278, 367, 267, 29889, 1670, 526, 7037, 5161, 2039, 297, 367, 29872, 17462, 292, 393, 508, 10311, 451, 871, 366, 541, 596, 3942, 884, 29889, 3575, 8569, 338, 451, 871, 304, 1207, 6909, 491, 269, 7807, 298, 4992, 29936, 263, 1781, 367, 29872, 23935, 881, 505, 15935, 322, 263, 28430, 4066, 297, 337, 4362, 367, 267, 29889, 13, 13, 2744, 7882, 279, 391, 881, 1073, 278, 1492, 2058, 363, 278, 367, 14797, 3145, 29889, 887, 505, 304, 1207, 1854, 367, 29872, 17462, 292, 338, 6068, 297, 596, 4038, 29892, 565, 366, 11097, 304, 2058, 596, 367, 14797, 3145, 472, 596, 1250, 19852, 29889, 1670, 526, 3196, 7600, 22078, 304, 367, 29872, 17462, 292, 29936, 366, 505, 304, 679, 10751, 19813, 445, 29889, 13, 13, 3629, 29872, 17462, 414, 1818, 1073, 3692, 367, 29872, 17462, 292, 28075, 526, 3625, 297, 278, 4038, 988, 278, 367, 14797, 3145, 526, 24046, 29889, 1932, 366, 1818, 748, 304, 263, 18403, 367, 29872, 17462, 292, 18296, 366, 1122, 2360, 2274, 29936, 372, 338, 1900, 393, 263, 20810, 367, 29872, 17462, 292, 3787, 338, 6159, 519, 29889, 13, 13, 6108, 666, 358, 322, 12566, 573, 8492, 526, 884, 1407, 4100, 304, 367, 29872, 17462, 414, 304, 1073, 29889, 19320, 278, 1492, 2924, 310, 14726, 304, 6755, 304, 3013, 366, 515, 738, 1950, 9703, 297, 367, 29872, 17462, 292, 29889, 13, 13, 3644, 366, 30010, 276, 297, 5030, 519, 304, 4023, 10147, 298, 4992, 515, 596, 367, 267, 599, 278, 14231, 393, 526, 367, 29872, 17462, 292, 723, 367, 3105, 488, 29889, 319, 367, 29872, 23935, 881, 1073, 278, 3519, 297, 11705, 292, 278, 298, 4992, 515, 278, 4145, 29936, 367, 267, 29893, 1165, 338, 884, 760, 310, 278, 3639, 297, 367, 29872, 17462, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Defending champion Reilly Opelka and 2018 champ Kevin Anderson headline a stacked field of singles players committed to compete in this year’s New York Open men’s tennis tournament, which takes place Feb. 9-16 on the unique black courts at NYCB LIVE’s Nassau Veterans Memorial Coliseum. more The Kumon Method was founded in Japan in 1954. Toru Kumon, a high school math teacher, was trying to help his own child. Convinced that his second-grade son could be taught the necessary skills to understand advanced mathematics, he created . . . more After a number of residents urged the city to install mats on the barrier island’s beaches so that those with mobility issues can easily access Long Beach’s iconic shoreline, the city last week released a plan to do just that. more
[ 1, 5282, 2548, 8064, 830, 9403, 6461, 295, 1335, 322, 29871, 29906, 29900, 29896, 29947, 18480, 19323, 17483, 2343, 1220, 263, 5096, 287, 1746, 310, 22102, 10769, 19355, 304, 752, 2650, 297, 445, 1629, 30010, 29879, 1570, 3088, 4673, 1757, 30010, 29879, 22556, 14743, 29892, 607, 4893, 2058, 26319, 29889, 29871, 29929, 29899, 29896, 29953, 373, 278, 5412, 4628, 28033, 472, 23526, 21685, 365, 18474, 30010, 29879, 405, 465, 585, 478, 1308, 550, 19722, 1530, 895, 398, 29889, 13, 5514, 13, 13, 1576, 476, 398, 265, 8108, 471, 11091, 297, 5546, 297, 29871, 29896, 29929, 29945, 29946, 29889, 4794, 29884, 476, 398, 265, 29892, 263, 1880, 3762, 5844, 15703, 29892, 471, 1811, 304, 1371, 670, 1914, 2278, 29889, 1281, 3845, 1133, 393, 670, 1473, 29899, 8228, 1487, 1033, 367, 16187, 278, 5181, 25078, 304, 2274, 12862, 23964, 29892, 540, 2825, 869, 869, 869, 13, 5514, 13, 13, 13555, 263, 1353, 310, 24060, 5065, 3192, 278, 4272, 304, 2601, 286, 1446, 373, 278, 2594, 4336, 11359, 30010, 29879, 367, 14520, 577, 393, 1906, 411, 22458, 1793, 5626, 508, 5948, 2130, 6242, 17594, 30010, 29879, 9849, 293, 528, 272, 5570, 29892, 278, 4272, 1833, 4723, 5492, 263, 3814, 304, 437, 925, 393, 29889, 13, 5514 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Comparison of pulpal sensitivity between a conventional and two resin-modified glass ionomer luting cements. This clinical study compared handling and any short-term tooth sensitivity associated with using one conventional and two resin-modified glass ionomer cements marketed for luting gold and ceramometal crowns. The patient's response to a 10-second blast of air applied to the vital tooth was scored pre-operatively and again within a one-to-four week post-cementation recall period. A score was also recorded for any sensitivity present at the time of cementation of the crown on the unanesthetized tooth. All three cements were easy to mix and place. Most of the teeth had no response to pulpal stimulation pre-operatively, associated with the cementation procedure or post-cementation, and there were no instances of severe sensitivity recorded. For all cements, the level of post-cementation tooth sensitivity was similar, and less than that found pre-operatively.
[ 1, 422, 20941, 310, 9505, 7830, 4771, 24858, 1546, 263, 28557, 322, 1023, 620, 262, 29899, 1545, 2164, 12917, 16346, 12392, 15481, 292, 274, 4110, 29889, 13, 4013, 24899, 936, 6559, 9401, 11415, 322, 738, 3273, 29899, 8489, 304, 720, 4771, 24858, 6942, 411, 773, 697, 28557, 322, 1023, 620, 262, 29899, 1545, 2164, 12917, 16346, 12392, 274, 4110, 9999, 287, 363, 15481, 292, 7684, 322, 5147, 314, 3297, 284, 11660, 1983, 29889, 450, 16500, 29915, 29879, 2933, 304, 263, 29871, 29896, 29900, 29899, 7496, 1999, 579, 310, 4799, 7436, 304, 278, 27131, 304, 720, 471, 15569, 758, 29899, 3372, 6703, 322, 1449, 2629, 263, 697, 29899, 517, 29899, 17823, 4723, 1400, 29899, 13561, 362, 17386, 3785, 29889, 319, 8158, 471, 884, 10478, 363, 738, 4771, 24858, 2198, 472, 278, 931, 310, 274, 882, 362, 310, 278, 20844, 373, 278, 443, 273, 342, 9188, 1891, 304, 720, 29889, 2178, 2211, 274, 4110, 892, 4780, 304, 6837, 322, 2058, 29889, 7849, 310, 278, 25287, 750, 694, 2933, 304, 9505, 7830, 20436, 2785, 758, 29899, 3372, 6703, 29892, 6942, 411, 278, 274, 882, 362, 8792, 470, 1400, 29899, 13561, 362, 29892, 322, 727, 892, 694, 8871, 310, 22261, 4771, 24858, 10478, 29889, 1152, 599, 274, 4110, 29892, 278, 3233, 310, 1400, 29899, 13561, 362, 304, 720, 4771, 24858, 471, 2788, 29892, 322, 3109, 1135, 393, 1476, 758, 29899, 3372, 6703, 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 ]
GREATER ....a study of the book of Hebrews A sermon series by Jay Lovelace....beginning February 18, 2018 ANNOUNCEMENTS AND HAPPENINGS... This week and next... AWANA...February 21 - Regular Night! Begins at 6:30 p.m.Small Groups…The Friday Small Groups will meet on February 23 at 6:30 p.m.; the Lovelace group at the Wilson’s home and the Barker group at the church. AWANA Grand Prix Garage...Kids, if you want advice on your race car for the Grand Prix or time to test the ride, come to the church at 9:00 a.m. on Saturday, February 24. Volunteers will be there to help you with any finishing touches. (Note: the Grand Prix will be held on Saturday, March 3, beginning at 10:00 a.m.). Prayer Meeting...February 25 at 4:30 p.m. at the church Defending Your Faith...Join Marty Engel on Monday, February 26 for discussion time about everyday questions that Christians are asked of nonbelievers. Mark your calendars!
[ 1, 402, 1525, 1299, 1001, 13, 13, 3045, 29874, 6559, 310, 278, 3143, 310, 18472, 3973, 29879, 13, 13, 29909, 724, 3712, 3652, 491, 19556, 23974, 295, 815, 3045, 463, 1076, 6339, 29871, 29896, 29947, 29892, 29871, 29906, 29900, 29896, 29947, 13, 13, 2190, 6632, 3904, 4741, 13780, 29903, 5300, 379, 20576, 1430, 4214, 29903, 856, 13, 13, 4013, 4723, 322, 2446, 856, 13, 13, 29376, 2190, 29909, 856, 29943, 3205, 653, 29871, 29906, 29896, 448, 2169, 1070, 11554, 29991, 14893, 29879, 472, 29871, 29953, 29901, 29941, 29900, 282, 29889, 29885, 29889, 12636, 497, 1632, 4410, 30098, 1576, 28728, 18285, 1632, 4410, 674, 5870, 373, 6339, 29871, 29906, 29941, 472, 29871, 29953, 29901, 29941, 29900, 282, 29889, 29885, 8670, 278, 23974, 295, 815, 2318, 472, 278, 13015, 30010, 29879, 3271, 322, 278, 350, 935, 261, 2318, 472, 278, 6586, 29889, 13, 13, 29376, 2190, 29909, 6265, 11963, 7455, 482, 856, 29968, 4841, 29892, 565, 366, 864, 9848, 373, 596, 8175, 1559, 363, 278, 6265, 11963, 470, 931, 304, 1243, 278, 22203, 29892, 2041, 304, 278, 6586, 472, 29871, 29929, 29901, 29900, 29900, 263, 29889, 29885, 29889, 373, 24211, 29892, 6339, 29871, 29906, 29946, 29889, 3684, 17316, 414, 674, 367, 727, 304, 1371, 366, 411, 738, 28321, 6023, 267, 29889, 313, 9842, 29901, 278, 6265, 11963, 674, 367, 4934, 373, 24211, 29892, 4779, 29871, 29941, 29892, 6763, 472, 29871, 29896, 29900, 29901, 29900, 29900, 263, 29889, 29885, 6250, 13, 13, 29925, 764, 261, 2191, 15133, 856, 29943, 3205, 653, 29871, 29906, 29945, 472, 29871, 29946, 29901, 29941, 29900, 282, 29889, 29885, 29889, 472, 278, 6586, 13, 13, 3206, 2548, 3575, 7748, 389, 856, 17242, 3760, 29891, 29167, 373, 27822, 29892, 6339, 29871, 29906, 29953, 363, 10679, 931, 1048, 1432, 3250, 5155, 393, 27353, 526, 4433, 310, 1661, 6596, 347, 874, 29889, 4485, 596, 1208, 355, 1503, 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 ]
Mind The Gap America’s British population has taken to the web to voice its displeasure at news that U.S. candy giant Hershey has successfully blocked our much loved U.K.-produced chocolate from being exported to the land of the free. So the Oscar nominations were announced this morning, and, as expected, the great British hope, Atonement, was nominated for Best Picture. However, its two stars, James McAvoy and Keira Knightley, were omitted for the top acting … The British dominance of Hollywood has been a big story throughout award season. But one could be forgiven for mistaking last night’s Oscars for a World Cup match, and, predictably, Britain got beaten by Mexico. Latest Interviews The Latest from Mind The Gap America’s British population has taken to the web to voice its displeasure at news that U.S. candy giant Hershey has successfully blocked our much loved U.K.-produced chocolate from being exported to the land of the free.
[ 1, 20152, 450, 402, 481, 13, 13, 29048, 30010, 29879, 4908, 4665, 756, 4586, 304, 278, 1856, 304, 7314, 967, 766, 552, 3745, 472, 9763, 393, 501, 29889, 29903, 29889, 274, 13910, 28396, 379, 414, 354, 29891, 756, 8472, 24370, 1749, 1568, 18012, 501, 29889, 29968, 9229, 5498, 1133, 521, 542, 23167, 515, 1641, 5609, 287, 304, 278, 2982, 310, 278, 3889, 29889, 13, 13, 6295, 278, 19054, 10418, 800, 892, 9326, 445, 7250, 29892, 322, 29892, 408, 3806, 29892, 278, 2107, 4908, 4966, 29892, 319, 880, 882, 29892, 471, 28442, 363, 6407, 28908, 29889, 2398, 29892, 967, 1023, 10819, 29892, 5011, 4052, 29909, 18644, 322, 4813, 3055, 22980, 2330, 29892, 892, 25811, 363, 278, 2246, 16684, 16088, 13, 13, 1576, 4908, 8022, 749, 310, 19180, 756, 1063, 263, 4802, 5828, 10106, 9862, 4259, 29889, 1205, 697, 1033, 367, 18879, 5428, 363, 5862, 5086, 1833, 4646, 30010, 29879, 438, 1557, 1503, 363, 263, 2787, 6536, 1993, 29892, 322, 29892, 8500, 2197, 29892, 14933, 2355, 367, 2579, 491, 12568, 29889, 13, 13, 13992, 342, 4124, 7406, 13, 13, 1576, 7053, 342, 515, 20152, 450, 402, 481, 13, 13, 29048, 30010, 29879, 4908, 4665, 756, 4586, 304, 278, 1856, 304, 7314, 967, 766, 552, 3745, 472, 9763, 393, 501, 29889, 29903, 29889, 274, 13910, 28396, 379, 414, 354, 29891, 756, 8472, 24370, 1749, 1568, 18012, 501, 29889, 29968, 9229, 5498, 1133, 521, 542, 23167, 515, 1641, 5609, 287, 304, 278, 2982, 310, 278, 3889, 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 ]
Recently, I sat down to talk with a group of eight students from a large prominent church in Southern California. They were raised in the church. They were regulars at youth group. They claimed to be in relationship with Christ. Yet, they were dead. As I tried to engage them, most seemed unmoved and uninterested. And I was not surprised. As I work with churches around the country, I encounter countless Christian students who are apathetic toward spiritual things. Their relationship with Christ is passionless. Talk of God is ho-hum. But why? Shouldn’t our relationship with Christ be life’s most exciting adventure? I’m not suggesting the Christian life is one, big, emotional high, but why are students more willing to plug into their iPods than their Bibles? Why are they more excited about the latest celebrity gossip than the Gospel? Why aren’t their lives filled with the drama of God’s Kingdom? I think a big part of the problem is that Christian students rarely engage their world for the cause of Christ. Here’s what I’ve observed in my training over the years. The most exciting events I do, the events where students seem to come to life, are those where there is some component of engagement. Let me illustrate. For almost ten years now, I’ve been taking students on mission trips to Berkeley and Utah. Each trip requires hours of training, typically in the form of classroom instruction and the reading of required books. This training is important and necessary, but it’s not what generates the most buzz among the students. Students get fired up on the trip when we give them opportunities to engage non-believers. On these trips we invite Mormon leaders, Unitarians, gay activists, Hare Krishna priests, skeptics, and atheists to dialogue with students. We give our non-Christian guests time to share their views, followed by a time of questions from our students. It’s during Q&A when students really come to life. They ask question after question, graciously yet firmly force our skeptical guests to give a reason for their views. At the conclusion of each encounter, we thank our guests and then spend time debriefing. At this point, students are always abuzz, asking me question after question. Before I know it, an hour of discussing apologetics and theology with youth will have flown by. In addition, we send our groups onto college campuses, like BYU or Berkeley, to conduct surveys. The surveys are designed to get our students into conversation with non-Christians students about spiritual issues. At first, students are fearful and anxious. They’re skeptical about people’s willingness to engage with them. But after an hour or two of surveys, students return and they are always pumped. During our debrief time, students can’t wait to share about their encounters. They’re filled with excitement about their conversations on campus with non-Christians. When we create opportunities for students to engage, there is a vibrancy that infuses the events. But this shouldn’t come as a surprise. Christianity is not a spectator sport. Our teaching should not remain in a classroom or behind the four walls of the church. If we want to train students who can defend the faith not just intelligently but passionately, we need to get them in the game. Think about any sports teams. It’s the starters who are the most passionate about the game, right? The benchwarmers, not so much. I think that’s one reason why our mission trips to Berkeley and Utah are exciting and successful. They get students in the game. They get students engaging a lost world with the truth of Jesus Christ. In 2014, students will get a taste of being in the game as I take them to Berkeley and Utah. I’ve already maxed out the number of mission trips I’m capable of taking through July. Indeed, we’ve had to turn groups away or ask them to start scheduling for 2015. So this year, we’ll be getting students off the sidelines and igniting their fire for Christ. I can’t wait. As a parent of 5 kids, summer gets expensive. I have to pay for swim lessons, soccer camps, VBS, youth group trips, family vacations, and more. And these costs don't even include feeding my kids all … > Read full article
[ 1, 3599, 2705, 29892, 306, 3290, 1623, 304, 5193, 411, 263, 2318, 310, 9475, 8041, 515, 263, 2919, 19555, 6586, 297, 14234, 8046, 29889, 2688, 892, 10425, 297, 278, 6586, 29889, 2688, 892, 4943, 29879, 472, 12397, 2318, 29889, 2688, 17049, 304, 367, 297, 9443, 411, 2819, 29889, 15175, 29892, 896, 892, 7123, 29889, 1094, 306, 1898, 304, 3033, 482, 963, 29892, 1556, 6140, 443, 29885, 8238, 322, 443, 1639, 2868, 29889, 1126, 306, 471, 451, 18014, 29889, 13, 13, 2887, 306, 664, 411, 26014, 2820, 278, 4234, 29892, 306, 11735, 2302, 2222, 6111, 8041, 1058, 526, 263, 2084, 7492, 11183, 20954, 2712, 29889, 11275, 9443, 411, 2819, 338, 15935, 2222, 29889, 323, 2235, 310, 4177, 338, 5089, 29899, 16063, 29889, 1205, 2020, 29973, 10575, 29876, 30010, 29873, 1749, 9443, 411, 2819, 367, 2834, 30010, 29879, 1556, 5566, 11407, 17623, 545, 29973, 306, 30010, 29885, 451, 26233, 278, 6111, 2834, 338, 697, 29892, 4802, 29892, 23023, 1848, 1880, 29892, 541, 2020, 526, 8041, 901, 17762, 304, 18665, 964, 1009, 474, 29925, 19653, 1135, 1009, 350, 13876, 29973, 3750, 526, 896, 901, 24173, 1048, 278, 9281, 10894, 537, 330, 2209, 666, 1135, 278, 402, 26265, 29973, 3750, 9455, 30010, 29873, 1009, 12080, 10423, 411, 278, 18621, 310, 4177, 30010, 29879, 12626, 29973, 13, 13, 29902, 1348, 263, 4802, 760, 310, 278, 1108, 338, 393, 6111, 8041, 23703, 3033, 482, 1009, 3186, 363, 278, 4556, 310, 2819, 29889, 2266, 30010, 29879, 825, 306, 30010, 345, 8900, 297, 590, 6694, 975, 278, 2440, 29889, 450, 1556, 5566, 11407, 4959, 306, 437, 29892, 278, 4959, 988, 8041, 2833, 304, 2041, 304, 2834, 29892, 526, 1906, 988, 727, 338, 777, 4163, 310, 3033, 5049, 29889, 2803, 592, 28475, 29889, 13, 13, 2831, 4359, 3006, 2440, 1286, 29892, 306, 30010, 345, 1063, 5622, 8041, 373, 10655, 3367, 567, 304, 2292, 27279, 322, 14950, 801, 29889, 7806, 17487, 6858, 6199, 310, 6694, 29892, 12234, 297, 278, 883, 310, 770, 8345, 15278, 322, 278, 5183, 310, 3734, 8277, 29889, 910, 6694, 338, 4100, 322, 5181, 29892, 541, 372, 30010, 29879, 451, 825, 16785, 278, 1556, 1321, 5617, 4249, 278, 8041, 29889, 5088, 1237, 679, 17285, 701, 373, 278, 17487, 746, 591, 2367, 963, 28602, 1907, 304, 3033, 482, 1661, 29899, 6596, 347, 874, 29889, 13, 13, 2951, 1438, 3367, 567, 591, 2437, 568, 341, 555, 265, 20251, 29892, 13223, 1306, 550, 29892, 23852, 5039, 2879, 29892, 379, 598, 7365, 728, 1056, 3691, 9197, 29892, 18109, 415, 1199, 29892, 322, 472, 354, 2879, 304, 7928, 434, 411, 8041, 29889, 1334, 2367, 1749, 1661, 29899, 18687, 713, 28865, 931, 304, 6232, 1009, 8386, 29892, 5643, 491, 263, 931, 310, 5155, 515, 1749, 8041, 29889, 739, 30010, 29879, 2645, 660, 29987, 29909, 746, 8041, 2289, 2041, 304, 2834, 29889, 2688, 2244, 1139, 1156, 1139, 29892, 2646, 455, 5794, 3447, 9226, 368, 4889, 1749, 18109, 415, 936, 28865, 304, 2367, 263, 2769, 363, 1009, 8386, 29889, 2180, 278, 15997, 310, 1269, 11735, 29892, 591, 6452, 1749, 28865, 322, 769, 18864, 931, 316, 1182, 2575, 292, 29889, 2180, 445, 1298, 29892, 8041, 526, 2337, 633, 18813, 29892, 6721, 592, 1139, 1156, 1139, 29889, 10949, 306, 1073, 372, 29892, 385, 7234, 310, 5353, 292, 27746, 300, 1199, 322, 278, 3002, 411, 12397, 674, 505, 4972, 29876, 491, 29889, 13, 13, 797, 6124, 29892, 591, 3638, 1749, 6471, 11480, 12755, 4242, 6394, 29892, 763, 6770, 29965, 470, 2292, 27279, 29892, 304, 7512, 26946, 952, 29889, 450, 26946, 952, 526, 8688, 304, 679, 1749, 8041, 964, 14983, 411, 1661, 29899, 18687, 5834, 8041, 1048, 20954, 5626, 29889, 2180, 937, 29892, 8041, 526, 8866, 1319, 322, 24937, 29889, 2688, 30010, 276, 18109, 415, 936, 1048, 2305, 30010, 29879, 17762, 2264, 304, 3033, 482, 411, 963, 29889, 1205, 1156, 385, 7234, 470, 1023, 310, 26946, 952, 29892, 8041, 736, 322, 896, 526, 2337, 282, 3427, 287, 29889, 7133, 1749, 316, 1182, 2575, 931, 29892, 8041, 508, 30010, 29873, 4480, 304, 6232, 1048, 1009, 2094, 1309, 2153, 29889, 2688, 30010, 276, 10423, 411, 29163, 1048, 1009, 9678, 800, 373, 24165, 411, 1661, 29899, 18687, 5834, 29889, 13, 13, 10401, 591, 1653, 28602, 1907, 363, 8041, 304, 3033, 482, 29892, 727, 338, 263, 325, 747, 661, 1270, 393, 3041, 6394, 278, 4959, 29889, 1205, 445, 9273, 30010, 29873, 2041, 408, 263, 16671, 29889, 6111, 537, 338, 451, 263, 6683, 1061, 7980, 29889, 8680, 18819, 881, 451, 3933, 297, 263, 770, 8345, 470, 5742, 278, 3023, 14603, 310, 278, 6586, 29889, 960, 591, 864, 304, 7945, 8041, 1058, 508, 24663, 278, 10847, 451, 925, 13052, 2705, 541, 15935, 2486, 29892, 591, 817, 304, 679, 963, 297, 278, 3748, 29889, 25086, 1048, 738, 14717, 10907, 29889, 739, 30010, 29879, 278, 5810, 2153, 1058, 526, 278, 1556, 15935, 403, 1048, 278, 3748, 29892, 1492, 29973, 450, 3856, 305, 29893, 2817, 414, 29892, 451, 577, 1568, 29889, 306, 1348, 393, 30010, 29879, 697, 2769, 2020, 1749, 10655, 3367, 567, 304, 2292, 27279, 322, 14950, 801, 526, 5566, 11407, 322, 9150, 29889, 2688, 679, 8041, 297, 278, 3748, 29889, 2688, 679, 8041, 3033, 6751, 263, 5714, 3186, 411, 278, 8760, 310, 13825, 2819, 29889, 13, 13, 797, 29871, 29906, 29900, 29896, 29946, 29892, 8041, 674, 679, 263, 21779, 310, 1641, 297, 278, 3748, 408, 306, 2125, 963, 304, 2292, 27279, 322, 14950, 801, 29889, 306, 30010, 345, 2307, 4236, 287, 714, 278, 1353, 310, 10655, 3367, 567, 306, 30010, 29885, 15390, 310, 5622, 1549, 5468, 29889, 14598, 29892, 591, 30010, 345, 750, 304, 2507, 6471, 3448, 470, 2244, 963, 304, 1369, 28598, 19478, 363, 29871, 29906, 29900, 29896, 29945, 29889, 1105, 445, 1629, 29892, 591, 30010, 645, 367, 2805, 8041, 1283, 278, 269, 10652, 1475, 322, 5330, 11407, 1009, 3974, 363, 2819, 29889, 306, 508, 30010, 29873, 4480, 29889, 13, 13, 2887, 263, 3847, 310, 29871, 29945, 413, 4841, 29892, 11801, 4947, 19390, 29889, 306, 505, 304, 5146, 363, 2381, 326, 3109, 787, 29892, 269, 11953, 3949, 567, 29892, 478, 9851, 29892, 12397, 2318, 3367, 567, 29892, 3942, 11757, 800, 29892, 322, 901, 29889, 1126, 1438, 21544, 1016, 29915, 29873, 1584, 3160, 8343, 292, 590, 413, 4841, 599, 16088, 1405, 7523, 2989, 4274 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Abstract The entorhinal cortex receives a large projection from the piriform cortex, and synaptic plasticity in this pathway may affect olfactory processing. In vitro whole cell recordings have been used here to investigate postsynaptic signalling mechanisms that mediate the induction of long-term synaptic depression (LTD) in layer II entorhinal cortex cells. To induce LTD, pairs of pulses, using a 30-millisecond interval, were delivered at 1 Hz for 15 minutes. Induction of LTD was blocked by the NMDA receptor antagonist APV and by the calcium chelator BAPTA, consistent with a requirement for calcium influx via NMDA receptors. Induction of LTD was blocked when the FK506 was included in the intracellular solution to block the phosphatase calcineurin. Okadaic acid, which blocks activation of protein phosphatases 1 and 2a, also prevented LTD. Activation of protein phosphatases following calcium influx therefore contributes to induction of LTD in layer II of the entorhinal cortex. 1. Introduction The mechanisms that mediate the induction of long-term synaptic potentiation (LTP) [1, 2] and depression (LTD) [3–5] have been studied intensively within the hippocampus, but less is known about the signalling mechanisms for LTP and LTD in the entorhinal cortex. Because the entorhinal cortex receives highly processed inputs from sensory and association cortices and also provides the hippocampal region with much of its sensory input [6, 7], lasting changes in the strength of synaptic inputs to the entorhinal cortex could alter the manner in which multimodal cortical inputs are integrated, modulate the strength of transmission of specific patterns of sensory input within the hippocampal formation, and contribute to mnemonic function [8–11]. Determining the effective stimulation parameters and the intracellular signals that mediate synaptic plasticity in the entorhinal cortex should allow insight into basic mechanisms that contribute to the cognitive functions of the parahippocampal region. Long-term potentiation of cortical inputs to the superficial layers of the entorhinal cortex has been described in vivo [11–14] and in vitro [15, 16]. Stimulation patterns required to induce LTP tend to be more intense in the entorhinal cortex than in the hippocampus [12, 14], and we have also found that induction of LTD in the entorhinal cortex requires intense low-frequency stimulation [17, 18]. In the hippocampus, conventional 1 Hz stimulation trains have been most effective in slices taken from juvenile animals [19, 20] but are generally ineffective in adult slices [21–23] and in intact animals ([31, 32], see also [33]). Similarly, 1 Hz stimulation induces entorhinal LTD in slices from young animals [28, 29] but is not effective in vivo [17] or in slices from older animals [18]. Repeated stimulation using pairs of pulses separated by a short 25- to 50-millisecond interval can induce LTD more effectively in both the CA1 ([24–26], but see [27]) and entorhinal cortex [17, 18, 33, 34]. In the CA1, the LTD induced by this stimulation pattern is NMDA receptor-dependent, but it also depends upon activation of local inhibitory mechanisms by the pulse-pairs [30, 31]. In the entorhinal cortex, however, repeated paired-pulse stimulation using a 10-millisecond interval that evokes maximal paired-pulse inhibition does not induce LTD, and LTD is induced when a 30-millisecond interval is used that evokes maximal paired-pulse facilitation [17]. The LTD can also be enhanced when GABAA transmission is reduced with bicuculline [18]. This further suggests that LTD in the entorhinal cortex does not require activation of local inhibitory mechanisms but rather requires prolonged stimulation patterns that are strong enough to overcome local inhibition and lead to NMDA receptor activation. Strong local inhibition in the entorhinal cortex [8, 35] may thus place a restraint on activity-dependent synaptic modification. Consistent with this idea is the finding that the same pairing stimulation protocol that induces LTP in hippocampus leads to LTD in entorhinal cortex [28]. Signalling mechanisms that mediate LTD in the superficial layers of the entorhinal cortex share some similarities with NMDA receptor-dependent LTD in the hippocampus. Long-term depression of superficial layer inputs to layer II is dependent on NMDA receptor activation both in vivo and in vitro [17, 18, 28, 33] but does not require activation of group I/II metabotropic glutamate receptors ([18, 28], see [36, 37]). In the hippocampus, moderate and prolonged influx of calcium via NMDA receptors activates calmodulin which leads to LTD via activation of the protein phosphatase calcineurin (PP2b). Calcineurin increases the activity of protein phosphatase 1 by reducing the activity of inhibitor 1, and this can cause rapid reductions in AMPA-mediated responses [2, 38, 39]. Hippocampal LTD is expressed partly through the reduced conductance of AMPA receptors caused by dephosphorylation of the GluR1 subunit by PP1 [2, 4], but careful study has shown that calcineurin-dependent LTD in deep layer inputs to layer II neurons in the young entorhinal cortex is not associated with a reduced AMPA conductance, but rather involves internalization of AMPA receptors and their proteosome-mediated degradation [28]. In the present study, the early postsynaptic signalling mechanisms that mediate LTD in layer I inputs to layer II neurons of the medial entorhinal cortex have been investigated using recordings of whole cell excitatory postsynaptic potentials. Long-term depression was induced using a prolonged paired-pulse stimulation pattern that was previously found to be effective for induction of NMDA-receptor-dependent LTD [18]. Pharmacological agents applied to the bathing medium or intracellular solution were used to assess the dependence of LTD on calcium-dependent signalling mechanisms including the phosphatases calcineurin and PP1/PP2a. 2. Experimental Procedures 2.1. Slices and Whole Cell Recordings Experiments were performed on slices from male Long-Evans rats (4 to 8 weeks old). Animals were anesthetized with halothane and brains were rapidly removed and cooled (4°C) in oxygenated artificial cerebrospinal fluid (ACSF). ACSF consisted of (in mM) 124 NaCl, 5 KCl, 1.25 NaH2PO4, 2 MgSO4, 2 CaCl2, 26 NaHCO3, and 10 dextrose and was saturated with 95% O2–5% CO2. All chemicals were obtained from Sigma (St. Louis, Mo, USA) unless otherwise indicated. Horizontal slices (300𝜇m) were cut with a vibratome (WPI, Vibroslice NVSL, Sarasota, Fla, USA) and were allowed to recover for at least one hour before recordings. Slices were maintained in a recording chamber with oxygenated ACSF at a rate of 2.0 mL/min, and a temperature from 22 to 24°C was used to minimize metabolic demands on slices [18, 28]. Neurons were viewed with an upright microscope (Leica DML-FS, Wetzlar, Germany) equipped with a 40x objective, differential interference contrast optics, and an infrared video camera (Cohu, 4990 series, San Diego, Calif, USA). 2.2. LTD Induction and Pharmacology Whole-cell current clamp recordings of EPSPs were monitored 10 minutes before and 30 minutes after LTD induction by delivering test-pulses every 20 seconds. Intensity was adjusted to evoke EPSPs that were approximately 3 to 4 mV in amplitude, and cells were held 5 mV below threshold when necessary to prevent the occurrence of spikes in response to EPSPs. Stimulus parameters for LTD induction were based on those used previously in vivo and in vitro [17, 18]. The induction of LTD was tested using pairs of stimulation pulses (30-millisecond interpulse interval) delivered at a frequency of 1 Hz for either 7.5 or 15 minutes [18]. Control cells received test-pulses throughout the recording period and did not receive conditioning stimulation. Signalling mechanisms mediating the induction of LTD were tested using stock solutions of pharmacological agents that were stored frozen and diluted on the day of use. NMDA glutamate receptors were blocked by constant bath application of 50𝜇M DL-2-amino-5-phosphonovalerate (APV). The calcium chelator 1,2-bis(2-aminophenoxy)-ethane-N,N,N′N′-tetraacetic acid (BAPTA, 10 mM) was included in the recording electrode solution to block increases in intracellular calcium. To block activation of the calmodulin-dependent protein phosphatase calcineurin (PP2b) slices were pre-exposed to 250𝜇M cyclosporin A (Toronto Research Chemicals Inc., North York, Ontario, Canada) for 1.5 to 3 hours [39]. In other experiments, FK506 (50𝜇M) was included in the recording electrode solution to block calcineurin [39, 40]. In other experiments, okadaic acid (0.1 or 1.0𝜇M) was included in the recording solution to block activation of protein phosphatases 1 and 2a [40, 41]. Control recordings without paired-pulse stimulation were used to verify the stability of recordings in cells filled with FK506 and 1.0𝜇M okadaic acid. 2.3. Data Analysis Synaptic responses and electrophysiological properties of layer II neurons were analyzed using the program Clampfit 8.2 (Axon Instr.). Data were standardized to the mean of baseline responses for plotting and were expressed as the mean ±SEM. Changes in EPSP amplitude were assessed using mixed-design ANOVAs and Neuman-Keuls tests that compared the average responses during the baseline period, 5 minutes after conditioning stimulation, and during the last 5 minutes of the recording period. Layer II neurons were classified as putative stellate or nonstellate neurons based on electrophysiological characteristics described by Alonso and Klink [42]. Stellate neurons were characterized by the presence of low-frequency subthreshold membrane potential oscillations, a depolarizing afterpotential following spikes, and prominent inward rectification in response to hyperpolarizing current pulses. Both pyramidal and stellate neurons in layer II can show inward rectifying sag responses [43]. Here, neurons recorded were clearly in layer II, usually near the border with layer I, and a proportion of these neurons did not show clear sag and were classified as pyramidal neurons. Input resistance was determined from the peak voltage response to −100 pA current pulses (500-millisecond duration), and rectification ratio was quantified by expressing peak input resistance as a proportion of the steady-state resistance at the end of the current pulse. 3. Results Stable recordings were obtained from 57 putative stellate neurons and 21 putative nonstellate cells. Peak input resistance was similar in stellate and pyramidal neurons (stellate, 95 ± 6 MΩ; pyramidal, 96 ± 10 MΩ) but there was a much larger sag in voltage responses to hyperpolarizing current injection in stellate cells (rectification ratio 1.37±0.04 in stellate cells versus 1.06±0.01 in pyramidal cells). The amplitude of baseline synaptic responses evoked by layer I stimulation was similar in stellate (3.9±0.2 mV) and pyramidal cells (3.7±0.4 mV), and the amount of depression induced was also similar for recording conditions in which significant LTD was obtained (71.2±5.6% in 14 stellate and 76.8±7.6% in 6 pyramidal cells). 3.1. LTD Induction To determine if a relatively brief LTD induction protocol could be used to induce LTD in whole-cell recordings, the first tests attempted to induce LTD using paired-pulse delivery at 1 Hz for 7.5 minutes (𝑛=10) which can induce moderate LTD of field potentials in a gas-fluid interface recording chamber [18]. Paired-pulse stimulation for 7.5 minutes did not induce depression of EPSPs relative to control cells (93.0±10.0% of baseline after 30 minutes; F2,28=0.09,𝑃=.92). We previously observed stronger LTD of field potentials in the interface recording chamber after 15 minutes versus 7.5 minutes of paired-pulse stimulation [18], and prolonged paired-pulse stimulation for 15 minutes also reliably induced LTD of whole-cell EPSPs (𝑛=7, Figure 1). EPSP amplitude was reduced to 56.3±9.5% of baseline levels 5 minutes after the conditioning stimulation, and remained at 58.6±6.1% of baseline levels at the end of the 30 minutes follow-up period (F2,22=14.2,𝑃<.001). Responses in control cells were stable (𝑛=6), and remained at 99.6±2.6% of baseline levels at the end of the recording period (Figures 1(b2), 1(c)). Figure 1: Prolonged, low-frequency stimulation induces long-term depression of EPSPs in neurons in layer II of the entorhinal cortex. (a) The location of stimulating and recording electrodes in acute slices containing the entorhinal cortex. (b) and (c) Long-term depression was induced by repetitive delivery of pairs of stimulation pulses at a rate of 1 Hz for 15 minutes (PP-LFS). The amplitude of synaptic responses remained stable in control cells that did not receive conditioning stimulation. Traces in (b) compare responses recorded during the baseline period (1) and during the follow-up period (2) in a neuron that received low-frequency stimulation (b1) and in a control cell (b2). Responses were obtained at the times indicated in (c). Averaged points in (b) indicate the mean ±1 SEM in this and subsequent figures. (d) Long-term depression was not reliably induced when low-frequency stimulation was delivered for only 7.5 minutes rather than 15 minutes, indicating that induction of LTD requires prolonged stimulation. 3.2. NMDA Receptors and Postsynaptic Calcium The NMDA receptor antagonist MK-801 blocks induction of LTD in the entorhinal cortex in vivo [17] and the NMDA receptor blocker APV has been shown to prevent LTD of field potentials and EPSPs in entorhinal cortex slices [18, 28, 33]. We therefore tested for the NMDA receptor-dependence of LTD of EPSPs in the current preparation using constant bath application of APV (50𝜇M). Induction of LTD by 15 minutes of paired-pulse stimulation was blocked by APV (𝑛=6, Figure 2(a)). There was a tendency for responses to be potentiated immediately following conditioning stimulation, but this variable effect was not statistically significant, and responses were close to baseline levels at the end of the recording period (96.7±13.2% of baseline; F2,10=2.99,𝑃=.09). Figure 2: The induction of long-term depression is dependent on activation of NMDA glutamate receptors and on increases in postsynaptic calcium. (a) Constant bath application of the NMDA receptor antagonist APV (50𝜇M) blocked the induction of long-term depression by 15 minutes of paired-pulse low-frequency stimulation (PP LFS). (b) Blocking increases in postsynaptic calcium by including the calcium chelator BAPTA (10 mM) in the recording electrode solution also blocked the induction of LTD. The transient facilitation of EPSPs immediately following stimulation was significant for the BAPTA condition but not the APV condition, and responses were at baseline levels at the end of the recording periods. The block of lasting depression suggests that calcium influx via NMDA receptors is required for induction of LTD. The role of postsynaptic calcium in LTD induction was tested by recording from cells in which the calcium chelator BAPTA (10 mM) was included in the recording electrode solution (10 mM, 𝑛=6, Figure 2(b)). Cells filled with BAPTA had longer-duration action potentials than control cells (6.1±0.7 versus 3.3±0.1 milliseconds measured at the base; 𝑡1,9=3,57,𝑃<.01) consistent with a reduction in calcium-dependent potassium conductances. The induction of LTD was blocked in cells loaded with BAPTA. There was a significant increase in the amplitude of EPSPs immediately following paired-pulse stimulation (to 122.3±6.0% of baseline; F2,10=5.46,𝑃<.05; N–K, 𝑃<.05), but responses returned to baseline levels within 10 minutes and were at 94.8±7.1% of baseline levels after 30 minutes (N–K, 𝑃=0.50, Figure 2(b)). An increase in postsynaptic calcium is therefore required for induction of LTD in layer II neurons of the entorhinal cortex. 3.3. Protein Phosphatases The role of the calmodulin-dependent protein phosphatase calcineurin (PP2b) in LTD in layer II neurons was tested using either pre-exposure to 250𝜇M cyclosporin A in the bathing medium [39], or by including 50𝜇M FK506 postsynaptically in the recording electrode solution. In cells pre-exposed to cyclosporin A, paired-pulse stimulation was followed by a depression in EPSP amplitude that reached 82.4±7.5% of baseline levels after 30 minutes (Figure 3(a)). Although the depression in the cyclosporin group was not statistically significant (F2,10=3.51,𝑃=0.07,𝑛=6), the depression obtained was also not significantly less than that observed in control ACSF (F1,11=3.79,𝑃=.08). The result was therefore ambiguous with respect to the role of calcineurin in LTD. To test the involvement of calcineurin more definitively and to avoid potential presynaptic effects, the calcineurin blocker FK506 was included in the recording electrode solution for additional groups of cells [40]. Responses in cells filled with FK506 showed a significant potentiation immediately following paired-pulse stimulation (𝑛=8), but there was no lasting change in response amplitudes in comparison to control cells filled with FK506 that did not receive conditioning stimulation (𝑛=7). Responses were increased to 134.9±10.5% of baseline levels immediately following paired-pulse stimulation, (F2,26=7.71,𝑃<.01; N–K, 𝑃<.001;𝑛=8) but returned to 102.2±6.1% of baseline levels after 30 minutes (Figure 3(b)). Figure 3: Long-term depression is dependent on activation of the calmodulin-dependent protein phosphatase calcineurin. Although LTD was only partially inhibited by pre-exposure to cyclosporin A, it was completely blocked when FK506 was included in the recording electrode solution. (a) Pre-exposure of slices to the calcineurin inhibitor cyclosporin A (250𝜇M) for 1.5 to 3 hours resulted in a partial block of LTD by repeated paired-pulse stimulation. The amount of LTD induced was smaller than in control ACSF and was close to statistical significance (𝑛=6,𝑃=.07). (b) Including the FK506 in the recording electrode solution to directly block postsynaptic calcineurin prevented the induction of LTD. Analysis of group responses showed a significant increase in responses during the baseline period, but responses in control cells indicate that this increase is transient and unlikely to have affected measurement of LTD. Inhibition of postsynaptic calcineurin therefore prevents induction of LTD in layer II cells of the entorhinal cortex. Inspection of averaged responses suggested that there was an initial increase in responses during the baseline period among cells filled with FK506, and comparison of responses recorded during the first and last minutes of the baseline period showed that the increase was significant (𝑡14=3.09,𝑃<.01). Interestingly, then, interfering with calcineurin function can lead to enhanced basal synaptic transmission in entorhinal neurons. This increase is not likely to have affected measures of LTD in conditioned cells, however, because control responses showed only a transient increase after which responses remained stable. Protein phosphatase 1 is thought to contribute directly to suppression of hippocampal EPSPs during LTD by dephosphorylation of the GluR1 AMPA receptor subunit. The involvement of PP1 to LTD in the entorhinal cortex was therefore tested by including okadaic acid in the recording electrode solution. In early experiments, a low concentration of 0.1𝜇M okadaic acid [41] did not block LTD induction, and responses were depressed to 72.7±8.7% of baseline levels at the end of the recording period (F2,24=4.65,𝑃<.05; N–K, 𝑃<.001;𝑛=8). However, increasing the concentration of okadaic acid to 1.0𝜇M [40] blocked the induction of LTD. There was a variable and nonsignificant reduction in responses immediately following conditioning stimulation (to 89.0±14.9% of baseline) and responses were also near baseline levels after 30 minutes (96.0±6.6% of baseline 30; F2,22=0.18,𝑃=.84;𝑛=7; Figure 4). Activation of PP1 is therefore likely to contribute to mechanisms of LTD in the entorhinal cortex. Figure 4: The induction of LTD was blocked in a dose-dependent manner by including okadaic acid in the recording electrode solution to block activation of protein phosphatase 1 (PP1). (a) and (b) A low concentration of 0.1𝜇M okadaic acid failed to block LTD induction, but raising the concentration to 1.0𝜇M resulted in a block of LTD induction (compare traces in A1 versus A2). Responses in control cells filled with 1.0𝜇M okadaic acid that did not receive conditioning stimulation remained stable. The block of LTD by okadaic acid suggests that activation of PP1 mediates LTD in the entorhinal cortex. 4. Discussion The current paper has used prolonged repetitive paired-pulse stimulation to induce LTD in layer I inputs to layer II neurons of the medial entorhinal cortex and has determined the early postsynaptic signals that mediate LTD in these cells. Consistent with previous observations, the LTD observed here was obtained in both putatively identified stellate [28] and pyramidal [44] cells. The induction of LTD was blocked by the NMDA glutamate receptor antagonist APV, and by the calcium chelator BAPTA, indicating that calcium influx via NMDA receptors is required for LTD. The induction of LTD was also blocked by the calcineurin inhibitor FK506, and by okadaic acid which blocks activation of protein phosphatases 1 and 2a. Calcineurin is required for LTD of deep layer inputs to layer II stellate cells [28], and calcineurin-dependent activation of PP1 contributes to NMDA receptor-dependent LTD of AMPA responses in the hippocampus [2, 4]. The dependence of LTD in the entorhinal cortex on activation of NMDA receptors has been a consistent finding in vivo and in slices. It has been observed following stimulation protocols including 1 Hz trains, pairing of presynaptic stimulation at 0.33 Hz with postsynaptic depolarization [28], repeated paired-pulse stimulation [18, 33], and spike-timing-dependent induction of LTD [44]. Long-term depression was blocked by including the calcium chelator BAPTA in the recording electrode solution (Figure 2) [28], and this is consistent with calcium influx via NMDA receptors as a critical trigger for entorhinal LTD. Metabotropic glutamate receptor activation and release of calcium from intracellular stores can contribute to LTD in the hippocampus [2, 36, 37, 45], but activation of metabotropic glutamate receptors is not required for entorhinal LTD [18, 28]. Calcium influx through voltage-gated calcium channels can contribute to spike-timing-dependent LTD in the entorhinal cortex, however. Cells with broadened action potentials that result in larger calcium transients show greater NMDA receptor-dependent spike-timing-dependent LTD in layer II-III cells [44]. Calcium influx through voltage-gated channels also mediates bidirectional spike-timing-dependent plasticity of inhibitory synapses in entorhinal cortex [46]. A form of long-term depression on layer V-VI neurons, expressed presynaptically through reduced transmitter release, is also dependent on activation of voltage-dependent calcium channels [33]. Calcium signalling mediated by voltage-gated channels therefore plays a number of roles in modulating synaptic plasticity in the entorhinal cortex. The contribution of the calmodulin-dependent protein phosphatase calcineurin to LTD was tested by incubating slices in cyclosporin A or by including FK506 in the recording electrode solution. Cyclosporin A appeared to cause a partial block of LTD, and responses were reduced to 82.4% of baseline as compared to 58.6% in untreated cells (compare Figures 1(c) and 3(a)), but the sizes of these LTD effects were not statistically different. We obtained a more conclusive result with FK506, however, and LTD was completely blocked by including FK506 in the recording electrode solution. Including FK506 in the bathing medium has been used to block calcineurin-dependent depression effects in entorhinal cortex [28], and in excitatory [47] and inhibitory [48] synapses of the CA1 region. Here, we have loaded FK506 into the recording electrode solution to avoid possible presynaptic effects of the drug and to ensure that FK506 could act on calcineurin [39, 40, 49, 50]. The block of LTD by FK506 indicates that LTD is dependent on calcineurin, and this suggests that cyclosporin A resulted in only a partial block of calcineurin activity. Calcineurin is thought to mediate expression of LTD in part by dephosphorylating inhibitor 1 and thereby increasing the activity of PP1 [2, 4, 39]. The PP1/PP2a inhibitor okadaic acid blocks LTD in the CA1 region [38, 40], and we have shown here that the induction of LTD in the entorhinal cortex was blocked by including okadaic acid in the recording electrode solution. This is the first report of LTD in the entorhinal cortex dependent on PP1/PP2a. Protein phosphatases can regulate synaptic function through a variety of mechanisms [51] that include dephosphorylation of the ser-845 residue on the AMPA GluR1 subunit, and LTD in the entorhinal cortex may be expressed partly through this mechanism. In addition, the work of Deng and Lei [28] has found entorhinal LTD to be associated with a reduction in the number of postsynaptic AMPA receptors, with no change in AMPA receptor conductance, and has shown that this effect is dependent on proteosomes that degrade AMPA receptors internalized through ubiquitinization. As in the hippocampus, therefore, entorhinal LTD can be expressed through mechanisms involving trafficking of AMPA receptors [52]. Long-term depression was induced here using strong repetitive paired-pulse stimulation which we have used previously to induce LTD in the entorhinal cortex in vivo and in slices ([17, 18], see also [33, 34]). LTD was induced following 15 minutes, but not 7.5 minutes of paired-pulse stimulation; this is consistent with a requirement for prolonged activation of calcium-dependent signalling mechanisms, and is also consistent with the possibility that NMDA receptor-dependent metaplastic changes early in the train may promote LTD induced by stimuli that occurred later in the 15-minute duration trains [53]. We previously found 1 Hz stimulation to be ineffective in vivo and in slices from Long-Evans rats [17, 18], but deep layer inputs to stellate neurons in slices from 2 to 3 week-old Sprague-Dawley rats express NMDA receptor-dependent LTD following 15 minutes of 1 Hz stimulation, or following low-frequency stimulation paired with postsynaptic depolarization [28]. Thus, there may be developmental, strain-related, or pathway-specific factors that affect the ability of 1 Hz stimulation to activate these signalling mechanisms. The entorhinal cortex is embedded within the temporal lobe through an extensive array of anatomical connections [7] and has been linked behaviorally to a variety of sensory and cognitive functions (e.g., [9, 10]). Lasting synaptic plasticity in the entorhinal cortex is therefore likely to serve a variety of functions depending on the synaptic pathways involved. Synaptic depression effects are generally thought to complement synaptic potentiation during the formation of memory [45, 54–56], and it is possible that depression effects contribute to short and/or long-term memory processing. However, the laminar architecture of the entorhinal cortex, with superficial layers mediating much of the cortical input to the hippocampal formation, suggests that long-term depression of synaptic transmission in layer II may lead to long-term reductions in the salience of particular elements or patterns of cortical input and may thus lead to lasting changes in the multimodal inputs processed by the hippocampal formation. Similarly, the general resistance of the entorhinal cortex to induction of LTD could serve to maintain relatively stable information processing and integration of multimodal sensory inputs within the medial entorhinal cortex. Acknowledgments This research was funded by grants to C. A. Chapman from the Natural Sciences and Engineering Research Council of Canada and the Canada Foundation for Innovation, and by a postdoctoral fellowship to S.K. from Fondation Fyssen (France). C.A. Chapman is a member of the Center for Studies in Behavioral Neurobiology funded by the Fonds pour la Recherche en Santé du Québec. A. Alonso, M. de Curtis, and R. Llinás, “Postsynaptic Hebbian and non-Hebbian long-term potentiation of synaptic efficacy in the entorhinal cortex in slices and in the isolated adult guinea pig brain,” Proceedings of the National Academy of Sciences of the United States of America, vol. 87, no. 23, pp. 9280–9284, 1990.View at Publisher · View at Google Scholar S. M. Dudek and M. F. Bear, “Homosynaptic long-term depression in area CA1 of hippocampus and effects of N-methyl-D-aspartate receptor blockade,” Proceedings of the National Academy of Sciences of the United States of America, vol. 89, no. 10, pp. 4363–4367, 1992.View at Publisher · View at Google Scholar M. F. Bear, “A synaptic basis for memory storage in the cerebral cortex,” Proceedings of the National Academy of Sciences of the United States of America, vol. 93, no. 24, pp. 13453–13459, 1996.View at Publisher · View at Google Scholar
[ 1, 25513, 13, 13, 1576, 875, 272, 29882, 979, 1034, 4776, 20586, 263, 2919, 18246, 515, 278, 21625, 5560, 1034, 4776, 29892, 322, 5222, 2156, 293, 715, 6288, 537, 297, 445, 2224, 1582, 1122, 6602, 13386, 14399, 9068, 29889, 512, 13901, 307, 3353, 3038, 2407, 886, 505, 1063, 1304, 1244, 304, 23033, 11803, 948, 2156, 293, 1804, 27855, 7208, 12903, 393, 14457, 403, 278, 21445, 310, 1472, 29899, 8489, 5222, 2156, 293, 316, 2590, 313, 5850, 29928, 29897, 297, 7546, 1944, 875, 272, 29882, 979, 1034, 4776, 9101, 29889, 1763, 9013, 346, 365, 24495, 29892, 11000, 310, 282, 7273, 267, 29892, 773, 263, 29871, 29941, 29900, 29899, 19958, 18802, 7292, 29892, 892, 20115, 472, 29871, 29896, 379, 29920, 363, 29871, 29896, 29945, 6233, 29889, 1894, 29884, 428, 310, 365, 24495, 471, 24370, 491, 278, 405, 5773, 29909, 337, 14268, 3677, 12841, 391, 12279, 29963, 322, 491, 278, 15835, 398, 521, 295, 1061, 350, 3301, 6040, 29892, 13747, 411, 263, 11809, 363, 15835, 398, 4414, 1314, 3025, 405, 5773, 29909, 337, 1547, 943, 29889, 1894, 29884, 428, 310, 365, 24495, 471, 24370, 746, 278, 28682, 29945, 29900, 29953, 471, 5134, 297, 278, 938, 945, 514, 1070, 1650, 304, 2908, 278, 1374, 25715, 271, 559, 22235, 457, 332, 262, 29889, 3674, 1114, 293, 22193, 29892, 607, 10930, 26229, 310, 26823, 1374, 25715, 271, 2129, 29871, 29896, 322, 29871, 29906, 29874, 29892, 884, 5557, 287, 365, 24495, 29889, 21775, 362, 310, 26823, 1374, 25715, 271, 2129, 1494, 15835, 398, 4414, 1314, 5480, 640, 5026, 304, 21445, 310, 365, 24495, 297, 7546, 1944, 310, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 29896, 29889, 27576, 13, 13, 1576, 7208, 12903, 393, 14457, 403, 278, 13, 19910, 428, 310, 1472, 29899, 8489, 5222, 2156, 293, 3104, 7268, 362, 313, 29931, 3557, 29897, 518, 29896, 29892, 29871, 29906, 29962, 322, 316, 2590, 313, 5850, 29928, 29897, 518, 29941, 29994, 29945, 29962, 13, 17532, 1063, 12399, 12838, 3598, 2629, 278, 7251, 407, 542, 1160, 375, 29892, 541, 3109, 338, 2998, 1048, 278, 13, 4530, 27855, 7208, 12903, 363, 365, 3557, 322, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 7311, 278, 13, 296, 272, 29882, 979, 1034, 4776, 20586, 10712, 19356, 10970, 515, 4771, 706, 322, 15477, 13, 29883, 441, 1575, 322, 884, 8128, 278, 7251, 407, 542, 1160, 284, 5120, 411, 1568, 310, 967, 4771, 706, 13, 2080, 518, 29953, 29892, 29871, 29955, 1402, 1833, 292, 3620, 297, 278, 9324, 310, 5222, 2156, 293, 10970, 304, 278, 875, 272, 29882, 979, 13, 2616, 4776, 1033, 10551, 278, 8214, 297, 607, 1773, 326, 397, 284, 13979, 936, 10970, 526, 13, 14146, 630, 29892, 878, 5987, 278, 9324, 310, 22713, 310, 2702, 15038, 310, 4771, 706, 13, 2080, 2629, 278, 7251, 407, 542, 1160, 284, 12409, 29892, 322, 29126, 304, 286, 15344, 8927, 740, 518, 29947, 29994, 29896, 29896, 1822, 5953, 837, 2827, 278, 11828, 20436, 2785, 13, 16744, 322, 278, 938, 945, 514, 1070, 18470, 393, 14457, 403, 5222, 2156, 293, 715, 6288, 537, 297, 13, 1552, 875, 272, 29882, 979, 1034, 4776, 881, 2758, 25483, 964, 6996, 7208, 12903, 393, 29126, 13, 517, 278, 25323, 3321, 3168, 310, 278, 610, 801, 8377, 542, 1160, 284, 5120, 29889, 13, 13, 8208, 29899, 8489, 3104, 7268, 362, 310, 13979, 936, 10970, 304, 13, 1552, 2428, 29888, 5611, 15359, 310, 278, 875, 272, 29882, 979, 1034, 4776, 756, 1063, 5439, 297, 325, 4243, 518, 29896, 29896, 29994, 29896, 29946, 29962, 322, 297, 13901, 307, 518, 29896, 29945, 29892, 29871, 29896, 29953, 1822, 26256, 2785, 13, 11037, 29879, 3734, 304, 9013, 346, 365, 3557, 10331, 304, 367, 901, 17818, 344, 297, 278, 875, 272, 29882, 979, 13, 2616, 4776, 1135, 297, 278, 7251, 407, 542, 1160, 375, 518, 29896, 29906, 29892, 29871, 29896, 29946, 1402, 322, 591, 505, 884, 1476, 393, 21445, 13, 974, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 6858, 17818, 344, 4482, 29899, 10745, 23860, 20436, 2785, 518, 29896, 29955, 29892, 29871, 29896, 29947, 1822, 512, 278, 7251, 407, 542, 1160, 375, 29892, 28557, 13, 29896, 379, 29920, 20436, 2785, 22983, 505, 1063, 1556, 13, 15987, 573, 297, 269, 29399, 4586, 515, 3623, 854, 488, 15006, 518, 29896, 29929, 29892, 29871, 29906, 29900, 29962, 541, 526, 6892, 13, 457, 7161, 573, 297, 16157, 269, 29399, 518, 29906, 29896, 29994, 29906, 29941, 29962, 322, 297, 938, 627, 15006, 9310, 29941, 29896, 29892, 29871, 29941, 29906, 1402, 1074, 884, 518, 29941, 29941, 14664, 13, 8942, 2327, 368, 29892, 29871, 29896, 379, 29920, 20436, 2785, 9013, 778, 875, 272, 29882, 979, 365, 24495, 297, 269, 29399, 515, 4123, 15006, 13, 29961, 29906, 29947, 29892, 29871, 29906, 29929, 29962, 541, 338, 451, 11828, 297, 325, 4243, 518, 29896, 29955, 29962, 470, 297, 269, 29399, 515, 9642, 15006, 518, 29896, 29947, 1822, 13, 1123, 412, 630, 20436, 2785, 773, 11000, 310, 282, 7273, 267, 13055, 491, 263, 3273, 29871, 29906, 29945, 29899, 304, 29871, 29945, 29900, 29899, 19958, 18802, 13, 19207, 508, 9013, 346, 365, 24495, 901, 17583, 297, 1716, 278, 12766, 29896, 9310, 29906, 29946, 29994, 29906, 29953, 1402, 541, 1074, 518, 29906, 29955, 2314, 322, 13, 296, 272, 29882, 979, 1034, 4776, 518, 29896, 29955, 29892, 29871, 29896, 29947, 29892, 29871, 29941, 29941, 29892, 29871, 29941, 29946, 1822, 512, 278, 12766, 29896, 29892, 278, 365, 24495, 20974, 491, 445, 20436, 2785, 13, 11037, 338, 405, 5773, 29909, 337, 14268, 29899, 18980, 29892, 541, 372, 884, 7111, 2501, 26229, 310, 13, 2997, 297, 6335, 5047, 7208, 12903, 491, 278, 9505, 344, 29899, 29886, 7121, 518, 29941, 29900, 29892, 29871, 29941, 29896, 1822, 512, 278, 875, 272, 29882, 979, 1034, 4776, 29892, 3138, 29892, 10324, 13, 3274, 2859, 29899, 29886, 19994, 20436, 2785, 773, 263, 29871, 29896, 29900, 29899, 19958, 18802, 7292, 393, 3415, 23195, 23183, 3300, 2859, 29899, 29886, 19994, 13, 262, 6335, 654, 947, 451, 9013, 346, 365, 24495, 29892, 322, 365, 24495, 338, 20974, 746, 263, 29871, 29941, 29900, 29899, 19958, 18802, 13, 19207, 338, 1304, 393, 3415, 23195, 23183, 3300, 2859, 29899, 29886, 19994, 16089, 7018, 518, 29896, 29955, 1822, 450, 365, 24495, 508, 884, 367, 427, 29308, 746, 402, 2882, 6344, 22713, 338, 12212, 411, 289, 293, 1682, 913, 457, 518, 29896, 29947, 1822, 910, 4340, 14661, 393, 365, 24495, 13, 262, 278, 875, 272, 29882, 979, 1034, 4776, 947, 451, 1996, 26229, 310, 1887, 297, 6335, 5047, 13, 1004, 5083, 12903, 541, 3265, 6858, 27044, 287, 20436, 2785, 15038, 393, 526, 4549, 13, 264, 820, 304, 25688, 1887, 297, 6335, 654, 322, 3275, 304, 405, 5773, 29909, 337, 14268, 26229, 29889, 3767, 549, 13, 2997, 297, 6335, 654, 297, 278, 875, 272, 29882, 979, 1034, 4776, 518, 29947, 29892, 29871, 29941, 29945, 29962, 1122, 4550, 2058, 263, 1791, 5270, 373, 13, 10072, 29899, 18980, 5222, 2156, 293, 21733, 29889, 2138, 9696, 411, 445, 2969, 338, 278, 13, 2886, 292, 393, 278, 1021, 5101, 292, 20436, 2785, 9608, 393, 9013, 778, 365, 3557, 297, 13, 2918, 407, 542, 1160, 375, 11981, 304, 365, 24495, 297, 875, 272, 29882, 979, 1034, 4776, 518, 29906, 29947, 1822, 13, 13, 10140, 27855, 7208, 12903, 393, 14457, 403, 365, 24495, 297, 278, 13, 9136, 29888, 5611, 15359, 310, 278, 875, 272, 29882, 979, 1034, 4776, 6232, 777, 2788, 1907, 411, 405, 5773, 29909, 13, 276, 14268, 29899, 18980, 365, 24495, 297, 278, 7251, 407, 542, 1160, 375, 29889, 6242, 29899, 8489, 316, 2590, 310, 2428, 29888, 5611, 13, 13148, 10970, 304, 7546, 1944, 338, 14278, 373, 405, 5773, 29909, 337, 14268, 26229, 1716, 297, 325, 4243, 13, 392, 297, 13901, 307, 518, 29896, 29955, 29892, 29871, 29896, 29947, 29892, 29871, 29906, 29947, 29892, 29871, 29941, 29941, 29962, 541, 947, 451, 1996, 26229, 310, 2318, 306, 29914, 2687, 13, 2527, 370, 28467, 293, 3144, 329, 314, 403, 337, 1547, 943, 9310, 29896, 29947, 29892, 29871, 29906, 29947, 1402, 1074, 518, 29941, 29953, 29892, 29871, 29941, 29955, 14664, 512, 278, 7251, 407, 542, 1160, 375, 29892, 17768, 403, 13, 392, 27044, 287, 4414, 1314, 310, 15835, 398, 3025, 405, 5773, 29909, 337, 1547, 943, 5039, 1078, 1208, 1545, 352, 262, 607, 11981, 13, 517, 365, 24495, 3025, 26229, 310, 278, 26823, 1374, 25715, 271, 559, 22235, 457, 332, 262, 313, 18009, 29906, 29890, 467, 3037, 29883, 457, 332, 262, 13, 262, 1037, 2129, 278, 6354, 310, 26823, 1374, 25715, 271, 559, 29871, 29896, 491, 27668, 278, 6354, 310, 13, 262, 6335, 2105, 29871, 29896, 29892, 322, 445, 508, 4556, 10952, 3724, 1953, 297, 319, 3580, 29909, 29899, 4210, 630, 20890, 518, 29906, 29892, 29871, 29941, 29947, 29892, 29871, 29941, 29929, 1822, 6324, 407, 542, 1160, 284, 365, 24495, 338, 13384, 22669, 1549, 278, 12212, 7512, 749, 310, 13, 19297, 29909, 337, 1547, 943, 8581, 491, 316, 561, 25715, 706, 18411, 310, 278, 402, 6092, 29934, 29896, 1014, 5441, 491, 349, 29925, 29896, 518, 29906, 29892, 29871, 29946, 1402, 541, 13, 18020, 1319, 6559, 756, 4318, 393, 22235, 457, 332, 262, 29899, 18980, 365, 24495, 297, 6483, 7546, 10970, 304, 13, 13148, 1944, 26808, 787, 297, 278, 4123, 875, 272, 29882, 979, 1034, 4776, 338, 451, 6942, 411, 263, 13, 9313, 1133, 319, 3580, 29909, 7512, 749, 29892, 541, 3265, 20789, 7463, 2133, 310, 319, 3580, 29909, 337, 1547, 943, 13, 392, 1009, 3279, 359, 608, 29899, 4210, 630, 316, 5105, 362, 518, 29906, 29947, 1822, 13, 13, 797, 278, 2198, 6559, 29892, 278, 4688, 11803, 948, 2156, 293, 13, 4530, 27855, 7208, 12903, 393, 14457, 403, 365, 24495, 297, 7546, 306, 10970, 304, 7546, 1944, 26808, 787, 310, 13, 1552, 1612, 616, 875, 272, 29882, 979, 1034, 4776, 505, 1063, 7405, 630, 773, 2407, 886, 310, 3353, 13, 3729, 5566, 7366, 706, 11803, 948, 2156, 293, 7037, 29879, 29889, 6242, 29899, 8489, 316, 2590, 471, 20974, 773, 13, 29874, 27044, 287, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 4766, 393, 471, 9251, 1476, 304, 367, 13, 15987, 573, 363, 21445, 310, 405, 5773, 29909, 29899, 276, 14268, 29899, 18980, 365, 24495, 518, 29896, 29947, 1822, 1963, 2817, 562, 5996, 19518, 7436, 304, 278, 13, 29890, 493, 292, 18350, 470, 938, 945, 514, 1070, 1650, 892, 1304, 304, 24809, 278, 26307, 310, 13, 5850, 29928, 373, 15835, 398, 29899, 18980, 1804, 27855, 7208, 12903, 3704, 278, 1374, 25715, 271, 2129, 22235, 457, 332, 262, 13, 392, 349, 29925, 29896, 29914, 18009, 29906, 29874, 29889, 13, 13, 29906, 29889, 1222, 27910, 1019, 1133, 1973, 13, 13, 29906, 29889, 29896, 29889, 317, 29399, 322, 806, 1772, 19413, 14164, 886, 13, 13, 1252, 546, 7862, 892, 8560, 373, 269, 29399, 515, 14263, 13, 8208, 29899, 29923, 29894, 550, 364, 1446, 313, 29946, 304, 29871, 29947, 11405, 2030, 467, 24980, 1338, 892, 385, 342, 9188, 1891, 411, 8870, 720, 1662, 322, 4105, 1144, 892, 19328, 6206, 13, 392, 1302, 29877, 839, 313, 29946, 30073, 29907, 29897, 297, 288, 28596, 630, 23116, 274, 406, 6729, 1028, 979, 22576, 313, 2477, 20322, 467, 319, 9295, 29943, 13, 3200, 12652, 310, 313, 262, 286, 29924, 29897, 29871, 29896, 29906, 29946, 4465, 6821, 29892, 29871, 29945, 476, 6821, 29892, 29871, 29896, 29889, 29906, 29945, 4465, 29950, 29906, 13152, 29946, 29892, 29871, 29906, 13, 29924, 29887, 6156, 29946, 29892, 29871, 29906, 9243, 6821, 29906, 29892, 29871, 29906, 29953, 4465, 29950, 3217, 29941, 29892, 322, 29871, 29896, 29900, 316, 486, 17811, 322, 13, 11102, 269, 1337, 630, 411, 29871, 29929, 29945, 29995, 438, 29906, 29994, 29945, 29995, 4810, 29906, 29889, 2178, 22233, 29879, 892, 7625, 13, 3166, 317, 2934, 313, 855, 29889, 5899, 29892, 4546, 29892, 8278, 29897, 6521, 6467, 18694, 29889, 6912, 7731, 269, 29399, 313, 29941, 29900, 29900, 243, 160, 159, 138, 29885, 29897, 892, 5700, 411, 263, 13, 29894, 747, 3605, 608, 313, 29956, 2227, 29892, 478, 747, 1883, 5897, 13, 29940, 29963, 12750, 29892, 7745, 294, 4616, 29892, 383, 433, 29892, 8278, 29897, 322, 892, 6068, 304, 9792, 363, 472, 3203, 697, 7234, 1434, 13, 11651, 886, 29889, 317, 29399, 892, 19949, 297, 263, 16867, 24171, 411, 288, 28596, 630, 319, 9295, 29943, 13, 271, 263, 6554, 310, 29871, 29906, 29889, 29900, 286, 29931, 29914, 1195, 29892, 322, 263, 10430, 515, 29871, 29906, 29906, 304, 29871, 29906, 29946, 30073, 29907, 471, 1304, 304, 13, 1195, 326, 675, 1539, 19388, 293, 1261, 4167, 373, 269, 29399, 518, 29896, 29947, 29892, 29871, 29906, 29947, 1822, 2448, 332, 787, 892, 24774, 411, 385, 13, 29884, 558, 523, 20710, 1883, 4338, 313, 3226, 983, 13, 29928, 1988, 29899, 9998, 29892, 399, 6618, 4675, 29892, 9556, 29897, 1592, 16242, 411, 263, 29871, 29946, 29900, 29916, 12091, 29892, 16712, 1006, 1659, 13, 9996, 579, 3523, 1199, 29892, 322, 385, 3041, 336, 1127, 4863, 10656, 313, 29907, 1148, 29884, 29892, 29871, 29946, 29929, 29929, 29900, 3652, 29892, 3087, 16879, 29892, 3037, 361, 29892, 8278, 467, 13, 13, 29906, 29889, 29906, 29889, 365, 24495, 1894, 29884, 428, 322, 1963, 2817, 562, 3002, 13, 13, 22110, 280, 29899, 3729, 1857, 1067, 1160, 2407, 886, 310, 16502, 5550, 29879, 13, 29893, 406, 11819, 287, 29871, 29896, 29900, 6233, 1434, 322, 29871, 29941, 29900, 6233, 1156, 365, 24495, 21445, 491, 13, 6144, 2147, 292, 1243, 29899, 29886, 7273, 267, 1432, 29871, 29906, 29900, 6923, 29889, 3159, 575, 537, 471, 10365, 287, 304, 321, 5744, 16502, 5550, 29879, 13, 5747, 892, 14235, 29871, 29941, 304, 29871, 29946, 286, 29963, 297, 28347, 29892, 322, 9101, 892, 4934, 29871, 29945, 286, 29963, 2400, 13, 386, 12268, 746, 5181, 304, 5557, 278, 27170, 310, 805, 29379, 297, 2933, 304, 13, 15488, 5550, 29879, 29889, 26256, 14999, 4128, 363, 365, 24495, 13, 19910, 428, 892, 2729, 373, 1906, 1304, 9251, 297, 325, 4243, 322, 297, 13901, 307, 13, 29961, 29896, 29955, 29892, 29871, 29896, 29947, 1822, 450, 21445, 310, 365, 24495, 471, 9528, 773, 11000, 310, 20436, 2785, 282, 7273, 267, 313, 29941, 29900, 29899, 19958, 18802, 13, 1639, 29886, 19994, 7292, 29897, 20115, 472, 263, 10868, 310, 29871, 29896, 379, 29920, 363, 2845, 29871, 29955, 29889, 29945, 470, 29871, 29896, 29945, 6233, 13, 29961, 29896, 29947, 1822, 11264, 9101, 4520, 1243, 29899, 29886, 7273, 267, 10106, 278, 16867, 3785, 322, 13, 18361, 451, 7150, 4195, 292, 20436, 2785, 29889, 13, 13, 10140, 27855, 7208, 12903, 14457, 1218, 278, 21445, 13, 974, 365, 24495, 892, 9528, 773, 10961, 6851, 310, 1374, 2817, 562, 5996, 19518, 393, 892, 13, 303, 4395, 14671, 2256, 322, 21749, 3860, 373, 278, 2462, 310, 671, 29889, 405, 5773, 29909, 3144, 329, 314, 403, 337, 1547, 943, 892, 13, 1271, 287, 491, 4868, 27683, 2280, 310, 29871, 29945, 29900, 243, 160, 159, 138, 29924, 360, 29931, 29899, 29906, 29899, 314, 1789, 29899, 29945, 29899, 561, 359, 17607, 10611, 261, 403, 13, 29898, 3301, 29963, 467, 450, 15835, 398, 521, 295, 1061, 29871, 29896, 29892, 29906, 29899, 18809, 29898, 29906, 29899, 9103, 3021, 264, 2251, 29891, 6817, 621, 1662, 29899, 29940, 29892, 29940, 29892, 29940, 30139, 29940, 30139, 29899, 29873, 27280, 562, 7492, 13, 562, 333, 313, 29933, 3301, 6040, 29892, 29871, 29896, 29900, 286, 29924, 29897, 471, 5134, 297, 278, 16867, 28118, 311, 1650, 304, 2908, 13, 262, 1037, 2129, 297, 938, 945, 514, 1070, 15835, 398, 29889, 1763, 2908, 26229, 310, 278, 13, 1052, 1545, 352, 262, 29899, 18980, 26823, 1374, 25715, 271, 559, 22235, 457, 332, 262, 313, 18009, 29906, 29890, 29897, 269, 29399, 892, 758, 29899, 735, 4752, 13, 517, 29871, 29906, 29945, 29900, 243, 160, 159, 138, 29924, 5094, 11291, 1971, 262, 319, 313, 29911, 272, 10268, 10550, 12677, 936, 29879, 9266, 1696, 4644, 3088, 29892, 21718, 29892, 7400, 29897, 363, 29871, 29896, 29889, 29945, 304, 29871, 29941, 6199, 518, 29941, 29929, 1822, 512, 916, 13, 735, 546, 7862, 29892, 28682, 29945, 29900, 29953, 313, 29945, 29900, 243, 160, 159, 138, 29924, 29897, 471, 5134, 297, 278, 16867, 28118, 311, 1650, 304, 13, 1271, 22235, 457, 332, 262, 518, 29941, 29929, 29892, 29871, 29946, 29900, 1822, 512, 916, 15729, 29892, 3431, 1114, 293, 22193, 313, 29900, 29889, 29896, 470, 29871, 29896, 29889, 29900, 243, 160, 159, 138, 29924, 29897, 13, 11102, 5134, 297, 278, 16867, 1650, 304, 2908, 26229, 310, 26823, 1374, 25715, 271, 2129, 13, 29896, 322, 29871, 29906, 29874, 518, 29946, 29900, 29892, 29871, 29946, 29896, 1822, 11264, 2407, 886, 1728, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 892, 13, 3880, 304, 11539, 278, 25806, 310, 2407, 886, 297, 9101, 10423, 411, 28682, 29945, 29900, 29953, 322, 29871, 29896, 29889, 29900, 243, 160, 159, 138, 29924, 13, 554, 1114, 293, 22193, 29889, 13, 13, 29906, 29889, 29941, 29889, 3630, 24352, 13, 13, 29216, 2156, 293, 13, 26679, 267, 322, 28118, 14017, 29875, 5996, 4426, 310, 7546, 1944, 26808, 787, 892, 29537, 287, 13, 4746, 278, 1824, 2233, 1160, 9202, 29871, 29947, 29889, 29906, 313, 29909, 29916, 265, 512, 710, 6250, 3630, 892, 3918, 1891, 304, 278, 2099, 310, 2362, 5570, 20890, 363, 6492, 1259, 13, 392, 892, 13384, 408, 278, 2099, 29871, 30221, 1660, 29924, 29889, 678, 6916, 297, 16502, 5550, 28347, 892, 1223, 11517, 13, 4746, 12849, 29899, 13892, 319, 6632, 29963, 2887, 322, 2448, 7889, 29899, 9598, 7273, 6987, 393, 9401, 278, 6588, 20890, 13, 29881, 3864, 278, 2362, 5570, 3785, 29892, 29871, 29945, 6233, 1156, 4195, 292, 20436, 2785, 29892, 322, 2645, 13, 1552, 1833, 29871, 29945, 6233, 310, 278, 16867, 3785, 29889, 13, 13, 14420, 1944, 26808, 787, 13, 29893, 406, 770, 2164, 408, 1925, 1230, 14781, 403, 13, 272, 1661, 6236, 403, 26808, 787, 2729, 373, 28118, 14017, 29875, 5996, 21862, 5439, 13, 1609, 838, 16911, 322, 476, 2324, 518, 29946, 29906, 1822, 624, 514, 403, 26808, 787, 892, 2931, 1891, 491, 278, 10122, 13, 974, 4482, 29899, 10745, 23860, 1014, 386, 12268, 3813, 10800, 7037, 21519, 800, 29892, 263, 1401, 10170, 5281, 13, 7045, 17765, 2556, 1494, 805, 29379, 29892, 322, 19555, 297, 1328, 7705, 2450, 297, 2933, 13, 517, 11266, 3733, 279, 5281, 1857, 282, 7273, 267, 29889, 9134, 13, 2272, 2572, 23670, 322, 14781, 403, 26808, 787, 297, 7546, 1944, 508, 1510, 297, 1328, 7705, 9215, 17233, 13, 26679, 267, 518, 29946, 29941, 1822, 2266, 29892, 26808, 787, 10478, 892, 9436, 297, 7546, 1944, 29892, 5491, 2978, 13, 1552, 5139, 411, 7546, 306, 29892, 322, 263, 18618, 310, 1438, 26808, 787, 1258, 451, 1510, 2821, 13, 29879, 351, 322, 892, 770, 2164, 408, 11451, 2572, 23670, 26808, 787, 29889, 10567, 17711, 471, 13, 4801, 837, 1312, 515, 278, 19224, 11749, 2933, 304, 13935, 29896, 29900, 29900, 282, 29909, 1857, 282, 7273, 267, 313, 29945, 29900, 29900, 29899, 19958, 18802, 13, 19708, 511, 322, 7705, 2450, 11959, 471, 4323, 2164, 491, 4653, 292, 19224, 1881, 13, 690, 21558, 408, 263, 18618, 310, 278, 27357, 29899, 3859, 17711, 472, 278, 1095, 310, 278, 1857, 13, 29886, 19994, 29889, 13, 13, 29941, 29889, 17212, 13, 13, 855, 519, 2407, 886, 892, 7625, 515, 29871, 29945, 29955, 1925, 1230, 13, 6236, 403, 26808, 787, 322, 29871, 29906, 29896, 1925, 1230, 1661, 6236, 403, 9101, 29889, 3938, 557, 1881, 17711, 471, 13, 29764, 297, 14781, 403, 322, 11451, 2572, 23670, 26808, 787, 313, 6236, 403, 29892, 29871, 29929, 29945, 29871, 30221, 29871, 29953, 341, 30357, 29936, 11451, 2572, 23670, 29892, 29871, 29929, 29953, 13, 30221, 29871, 29896, 29900, 341, 30357, 29897, 541, 727, 471, 263, 1568, 7200, 17233, 297, 11749, 20890, 304, 11266, 3733, 279, 5281, 13, 3784, 20859, 297, 14781, 403, 9101, 313, 1621, 2450, 11959, 29871, 29896, 29889, 29941, 29955, 30221, 29900, 29889, 29900, 29946, 297, 14781, 403, 13, 3729, 29879, 23797, 29871, 29896, 29889, 29900, 29953, 30221, 29900, 29889, 29900, 29896, 297, 11451, 2572, 23670, 9101, 467, 450, 28347, 310, 2362, 5570, 5222, 2156, 293, 13, 26679, 267, 3415, 12504, 491, 7546, 306, 20436, 2785, 471, 2788, 297, 14781, 403, 313, 29941, 29889, 29929, 30221, 29900, 29889, 29906, 286, 29963, 29897, 13, 392, 11451, 2572, 23670, 9101, 313, 29941, 29889, 29955, 30221, 29900, 29889, 29946, 286, 29963, 511, 322, 278, 5253, 310, 316, 2590, 20974, 471, 13, 15189, 2788, 363, 16867, 5855, 297, 607, 7282, 365, 24495, 471, 7625, 313, 29955, 29896, 29889, 29906, 30221, 29945, 29889, 29953, 29995, 297, 29871, 29896, 29946, 14781, 403, 322, 29871, 29955, 29953, 29889, 29947, 30221, 29955, 29889, 29953, 29995, 297, 29871, 29953, 11451, 2572, 23670, 9101, 467, 13, 13, 29941, 29889, 29896, 29889, 365, 24495, 1894, 29884, 428, 13, 13, 1762, 8161, 565, 263, 13774, 11473, 365, 24495, 13, 19910, 428, 9608, 1033, 367, 1304, 304, 9013, 346, 365, 24495, 297, 3353, 29899, 3729, 2407, 886, 29892, 278, 13, 4102, 6987, 16388, 304, 9013, 346, 365, 24495, 773, 3300, 2859, 29899, 29886, 19994, 28289, 472, 29871, 29896, 379, 29920, 363, 29871, 29955, 29889, 29945, 13, 1195, 2667, 313, 243, 160, 148, 158, 29922, 29896, 29900, 29897, 607, 508, 9013, 346, 13, 1545, 261, 403, 365, 24495, 310, 1746, 7037, 29879, 297, 263, 10489, 29899, 1579, 5416, 5067, 16867, 24171, 518, 29896, 29947, 1822, 13, 11868, 2859, 29899, 29886, 19994, 20436, 2785, 363, 29871, 29955, 29889, 29945, 6233, 1258, 451, 9013, 346, 316, 2590, 310, 16502, 5550, 29879, 13, 22925, 304, 2761, 9101, 313, 29929, 29941, 29889, 29900, 30221, 29896, 29900, 29889, 29900, 29995, 310, 2362, 5570, 1156, 29871, 29941, 29900, 6233, 29936, 383, 29906, 29892, 29906, 29947, 29922, 29900, 29889, 29900, 29929, 29892, 243, 160, 148, 134, 21098, 29929, 29906, 467, 1334, 9251, 8900, 23505, 365, 24495, 310, 1746, 7037, 29879, 297, 278, 13, 13248, 16867, 24171, 1156, 29871, 29896, 29945, 6233, 23797, 29871, 29955, 29889, 29945, 6233, 310, 3300, 2859, 29899, 29886, 19994, 13, 303, 326, 2785, 518, 29896, 29947, 1402, 322, 27044, 287, 13, 3274, 2859, 29899, 29886, 19994, 20436, 2785, 363, 29871, 29896, 29945, 6233, 884, 12536, 2197, 20974, 365, 24495, 310, 3353, 29899, 3729, 13, 15488, 5550, 29879, 313, 243, 160, 148, 158, 29922, 29955, 29892, 11479, 29871, 29896, 467, 16502, 5550, 28347, 471, 12212, 304, 29871, 29945, 29953, 29889, 29941, 30221, 29929, 29889, 29945, 29995, 310, 13, 6500, 5570, 11174, 29871, 29945, 6233, 1156, 278, 4195, 292, 20436, 2785, 29892, 322, 9488, 472, 13, 29945, 29947, 29889, 29953, 30221, 29953, 29889, 29896, 29995, 310, 2362, 5570, 11174, 472, 278, 1095, 310, 278, 29871, 29941, 29900, 6233, 1101, 29899, 786, 13, 19145, 313, 29943, 29906, 29892, 29906, 29906, 29922, 29896, 29946, 29889, 29906, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29900, 29896, 467, 13, 1666, 29886, 787, 267, 297, 2761, 9101, 892, 13714, 313, 243, 160, 148, 158, 29922, 29953, 511, 13, 392, 9488, 472, 29871, 29929, 29929, 29889, 29953, 30221, 29906, 29889, 29953, 29995, 310, 2362, 5570, 11174, 472, 278, 1095, 310, 278, 16867, 3785, 313, 13080, 1973, 29871, 29896, 29898, 29890, 29906, 511, 29871, 29896, 29898, 29883, 8106, 13, 13, 13080, 545, 29871, 29896, 29901, 1019, 5426, 287, 29892, 4482, 29899, 10745, 23860, 20436, 2785, 9013, 778, 1472, 29899, 8489, 316, 2590, 310, 13, 15488, 5550, 29879, 297, 26808, 787, 297, 7546, 1944, 310, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 313, 29874, 29897, 450, 4423, 310, 20436, 18099, 322, 16867, 13, 15436, 307, 2783, 297, 1274, 1082, 269, 29399, 6943, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 313, 29890, 29897, 322, 313, 29883, 29897, 6242, 29899, 8489, 13, 311, 2590, 471, 20974, 491, 21159, 3321, 28289, 310, 11000, 310, 20436, 2785, 282, 7273, 267, 472, 263, 6554, 310, 29871, 29896, 379, 29920, 363, 29871, 29896, 29945, 6233, 313, 18009, 29899, 29931, 9998, 467, 450, 28347, 13, 974, 5222, 2156, 293, 20890, 9488, 13714, 297, 2761, 9101, 393, 1258, 451, 7150, 4195, 292, 13, 303, 326, 2785, 29889, 3201, 778, 297, 313, 29890, 29897, 7252, 20890, 13, 11651, 287, 2645, 278, 2362, 5570, 3785, 313, 29896, 29897, 322, 2645, 278, 1101, 29899, 786, 3785, 313, 29906, 29897, 297, 263, 13, 16115, 265, 393, 4520, 4482, 29899, 10745, 23860, 20436, 2785, 313, 29890, 29896, 29897, 322, 297, 263, 2761, 3038, 313, 29890, 29906, 467, 2538, 29886, 787, 267, 892, 7625, 472, 278, 3064, 18694, 297, 313, 29883, 467, 13, 29909, 369, 4063, 3291, 297, 313, 29890, 29897, 12266, 278, 2099, 29871, 30221, 29896, 3725, 29924, 297, 445, 13, 392, 15352, 13994, 29889, 313, 29881, 29897, 6242, 29899, 8489, 316, 2590, 471, 451, 13, 276, 492, 2197, 20974, 746, 4482, 29899, 10745, 23860, 20436, 2785, 471, 20115, 363, 871, 29871, 29955, 29889, 29945, 6233, 13, 29878, 1624, 1135, 29871, 29896, 29945, 6233, 29892, 23941, 393, 21445, 310, 365, 24495, 6858, 27044, 287, 13, 303, 326, 2785, 29889, 13, 13, 29941, 29889, 29906, 29889, 405, 5773, 29909, 830, 1547, 943, 322, 4918, 19274, 2156, 293, 3037, 455, 398, 13, 13, 1576, 405, 5773, 29909, 337, 14268, 3677, 12841, 391, 341, 29968, 29899, 29947, 29900, 29896, 10930, 13, 19910, 428, 310, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 297, 325, 4243, 518, 29896, 29955, 29962, 322, 278, 405, 5773, 29909, 337, 14268, 2908, 261, 12279, 29963, 756, 1063, 4318, 304, 5557, 365, 24495, 13, 974, 1746, 7037, 29879, 322, 16502, 5550, 29879, 297, 875, 272, 29882, 979, 1034, 4776, 269, 29399, 518, 29896, 29947, 29892, 29871, 29906, 29947, 29892, 29871, 29941, 29941, 1822, 1334, 5480, 9528, 363, 13, 1552, 405, 5773, 29909, 337, 14268, 29899, 2716, 355, 663, 310, 365, 24495, 310, 16502, 5550, 29879, 297, 278, 1857, 10223, 362, 773, 13, 23362, 27683, 2280, 310, 12279, 29963, 313, 29945, 29900, 243, 160, 159, 138, 29924, 467, 1894, 29884, 428, 310, 365, 24495, 491, 29871, 29896, 29945, 6233, 310, 13, 3274, 2859, 29899, 29886, 19994, 20436, 2785, 471, 24370, 491, 12279, 29963, 313, 243, 160, 148, 158, 29922, 29953, 29892, 11479, 29871, 29906, 29898, 29874, 8106, 1670, 471, 263, 260, 5197, 363, 20890, 304, 367, 13, 17765, 7268, 630, 7389, 1494, 4195, 292, 20436, 2785, 29892, 541, 445, 2286, 2779, 13, 11102, 451, 12997, 1711, 7282, 29892, 322, 20890, 892, 3802, 304, 2362, 5570, 11174, 13, 271, 278, 1095, 310, 278, 16867, 3785, 313, 29929, 29953, 29889, 29955, 30221, 29896, 29941, 29889, 29906, 29995, 310, 2362, 5570, 29936, 13, 29943, 29906, 29892, 29896, 29900, 29922, 29906, 29889, 29929, 29929, 29892, 243, 160, 148, 134, 21098, 29900, 29929, 467, 13, 13, 13080, 545, 29871, 29906, 29901, 450, 21445, 310, 1472, 29899, 8489, 13, 311, 2590, 338, 14278, 373, 26229, 310, 405, 5773, 29909, 3144, 329, 314, 403, 337, 1547, 943, 322, 373, 13, 262, 1037, 2129, 297, 11803, 948, 2156, 293, 15835, 398, 29889, 313, 29874, 29897, 28601, 27683, 2280, 310, 278, 13, 29940, 5773, 29909, 337, 14268, 3677, 12841, 391, 12279, 29963, 313, 29945, 29900, 243, 160, 159, 138, 29924, 29897, 24370, 278, 21445, 310, 1472, 29899, 8489, 13, 311, 2590, 491, 29871, 29896, 29945, 6233, 310, 3300, 2859, 29899, 29886, 19994, 4482, 29899, 10745, 23860, 20436, 2785, 313, 18009, 365, 9998, 467, 313, 29890, 29897, 15658, 292, 16415, 297, 13, 14080, 948, 2156, 293, 15835, 398, 491, 3704, 278, 15835, 398, 521, 295, 1061, 350, 3301, 6040, 313, 29896, 29900, 286, 29924, 29897, 297, 278, 16867, 13, 15436, 307, 311, 1650, 884, 24370, 278, 21445, 310, 365, 24495, 29889, 450, 1301, 993, 16089, 7018, 310, 16502, 5550, 29879, 7389, 13, 23031, 292, 20436, 2785, 471, 7282, 363, 278, 350, 3301, 6040, 4195, 541, 451, 278, 12279, 29963, 13, 16122, 29892, 322, 20890, 892, 472, 2362, 5570, 11174, 472, 278, 1095, 310, 278, 16867, 13, 19145, 29879, 29889, 450, 2908, 310, 1833, 292, 316, 2590, 14661, 393, 15835, 398, 4414, 1314, 3025, 405, 5773, 29909, 13, 276, 1547, 943, 338, 3734, 363, 21445, 310, 365, 24495, 29889, 13, 13, 1576, 6297, 310, 11803, 948, 2156, 293, 15835, 398, 297, 365, 24495, 13, 19910, 428, 471, 9528, 491, 16867, 515, 9101, 297, 607, 278, 15835, 398, 521, 295, 1061, 13, 29933, 3301, 6040, 313, 29896, 29900, 286, 29924, 29897, 471, 5134, 297, 278, 16867, 28118, 311, 1650, 313, 29896, 29900, 286, 29924, 29892, 29871, 243, 160, 148, 158, 29922, 29953, 29892, 11479, 29871, 29906, 29898, 29890, 8106, 315, 10071, 10423, 411, 13, 29933, 3301, 6040, 750, 5520, 29899, 19708, 3158, 7037, 29879, 1135, 2761, 9101, 313, 29953, 29889, 29896, 30221, 29900, 29889, 29955, 23797, 13, 29941, 29889, 29941, 30221, 29900, 29889, 29896, 3533, 21462, 17005, 472, 278, 2967, 29936, 29871, 243, 160, 148, 164, 29896, 29892, 29929, 29922, 29941, 29892, 29945, 29955, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29896, 29897, 13747, 411, 263, 20376, 297, 13, 1052, 455, 398, 29899, 18980, 3104, 465, 1974, 7512, 2925, 29889, 450, 21445, 310, 365, 24495, 471, 24370, 297, 13, 3729, 29879, 7500, 411, 350, 3301, 6040, 29889, 1670, 471, 263, 7282, 7910, 297, 278, 28347, 310, 13, 15488, 5550, 29879, 7389, 1494, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 313, 517, 29871, 29896, 29906, 29906, 29889, 29941, 30221, 29953, 29889, 29900, 29995, 310, 2362, 5570, 29936, 383, 29906, 29892, 29896, 29900, 29922, 29945, 29889, 29946, 29953, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29945, 29936, 405, 29994, 29968, 29892, 29871, 243, 160, 148, 134, 29966, 29889, 29900, 29945, 511, 541, 20890, 4133, 304, 13, 6500, 5570, 11174, 2629, 29871, 29896, 29900, 6233, 322, 892, 472, 29871, 29929, 29946, 29889, 29947, 30221, 29955, 29889, 29896, 29995, 310, 2362, 5570, 11174, 13, 7045, 29871, 29941, 29900, 6233, 313, 29940, 29994, 29968, 29892, 29871, 243, 160, 148, 134, 29922, 29900, 29889, 29945, 29900, 29892, 11479, 13, 29906, 29898, 29890, 8106, 530, 7910, 297, 11803, 948, 2156, 293, 15835, 398, 338, 5480, 3734, 363, 21445, 13, 974, 365, 24495, 297, 7546, 1944, 26808, 787, 310, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 29941, 29889, 29941, 29889, 14409, 262, 1963, 25715, 271, 2129, 13, 13, 1576, 6297, 310, 278, 1208, 1545, 352, 262, 29899, 18980, 26823, 1374, 25715, 271, 559, 13, 28667, 457, 332, 262, 313, 18009, 29906, 29890, 29897, 297, 365, 24495, 297, 7546, 1944, 26808, 787, 471, 9528, 773, 2845, 13, 1457, 29899, 735, 1066, 545, 304, 29871, 29906, 29945, 29900, 243, 160, 159, 138, 29924, 5094, 11291, 1971, 262, 319, 297, 278, 27683, 292, 18350, 518, 29941, 29929, 1402, 470, 491, 13, 18271, 29871, 29945, 29900, 243, 160, 159, 138, 29924, 28682, 29945, 29900, 29953, 11803, 948, 2156, 1711, 297, 278, 16867, 28118, 311, 1650, 29889, 512, 9101, 758, 29899, 735, 4752, 304, 5094, 11291, 1971, 262, 319, 29892, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 471, 5643, 491, 263, 316, 2590, 297, 16502, 5550, 28347, 393, 13, 276, 3791, 13, 29947, 29906, 29889, 29946, 30221, 29955, 29889, 29945, 29995, 310, 2362, 5570, 11174, 1156, 29871, 29941, 29900, 6233, 313, 13080, 545, 29871, 29941, 29898, 29874, 8106, 13, 2499, 3592, 278, 316, 2590, 297, 278, 5094, 11291, 1971, 262, 2318, 471, 451, 12997, 1711, 13, 4530, 928, 424, 313, 29943, 29906, 29892, 29896, 29900, 29922, 29941, 29889, 29945, 29896, 29892, 243, 160, 148, 134, 29922, 29900, 29889, 29900, 29955, 29892, 243, 160, 148, 158, 29922, 29953, 511, 278, 316, 2590, 7625, 471, 884, 451, 16951, 3109, 1135, 393, 13, 711, 643, 1490, 297, 2761, 319, 9295, 29943, 313, 29943, 29896, 29892, 29896, 29896, 29922, 29941, 29889, 29955, 29929, 29892, 243, 160, 148, 134, 21098, 29900, 29947, 467, 450, 1121, 471, 5480, 22363, 681, 411, 3390, 304, 278, 6297, 13, 974, 22235, 457, 332, 262, 297, 365, 24495, 29889, 1763, 1243, 278, 5297, 29841, 310, 22235, 457, 332, 262, 901, 8422, 3598, 13, 392, 304, 4772, 7037, 2225, 948, 2156, 293, 9545, 29892, 278, 22235, 457, 332, 262, 2908, 261, 28682, 29945, 29900, 29953, 471, 13, 11707, 287, 297, 278, 16867, 28118, 311, 1650, 363, 5684, 6471, 310, 9101, 518, 29946, 29900, 1822, 13, 1666, 29886, 787, 267, 297, 9101, 10423, 411, 28682, 29945, 29900, 29953, 10018, 263, 7282, 3104, 7268, 362, 13, 326, 4210, 2486, 1494, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 313, 243, 160, 148, 158, 29922, 29947, 511, 541, 727, 471, 694, 1833, 292, 13, 3167, 297, 2933, 22252, 8192, 297, 10230, 304, 2761, 9101, 10423, 411, 28682, 29945, 29900, 29953, 13, 5747, 1258, 451, 7150, 4195, 292, 20436, 2785, 313, 243, 160, 148, 158, 29922, 29955, 467, 2538, 29886, 787, 267, 892, 11664, 13, 517, 29871, 29896, 29941, 29946, 29889, 29929, 30221, 29896, 29900, 29889, 29945, 29995, 310, 2362, 5570, 11174, 7389, 1494, 3300, 2859, 29899, 29886, 19994, 13, 303, 326, 2785, 29892, 313, 29943, 29906, 29892, 29906, 29953, 29922, 29955, 29889, 29955, 29896, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29896, 29936, 405, 29994, 29968, 29892, 29871, 243, 160, 148, 134, 29966, 29889, 29900, 29900, 29896, 29936, 243, 160, 148, 158, 29922, 29947, 29897, 541, 4133, 304, 29871, 29896, 29900, 29906, 29889, 29906, 30221, 29953, 29889, 29896, 29995, 310, 2362, 5570, 11174, 1156, 29871, 29941, 29900, 6233, 313, 13080, 545, 29871, 29941, 29898, 29890, 8106, 13, 13, 13080, 545, 29871, 29941, 29901, 6242, 29899, 8489, 316, 2590, 338, 14278, 13, 265, 26229, 310, 278, 1208, 1545, 352, 262, 29899, 18980, 26823, 1374, 25715, 271, 559, 22235, 457, 332, 262, 29889, 13, 2499, 3592, 365, 24495, 471, 871, 22039, 297, 6335, 1573, 491, 758, 29899, 735, 1066, 545, 304, 5094, 11291, 1971, 262, 319, 29892, 372, 13, 11102, 6446, 24370, 746, 28682, 29945, 29900, 29953, 471, 5134, 297, 278, 16867, 28118, 311, 13, 2929, 918, 29889, 313, 29874, 29897, 4721, 29899, 735, 1066, 545, 310, 269, 29399, 304, 278, 22235, 457, 332, 262, 297, 6335, 2105, 5094, 11291, 1971, 262, 13, 29909, 313, 29906, 29945, 29900, 243, 160, 159, 138, 29924, 29897, 363, 29871, 29896, 29889, 29945, 304, 29871, 29941, 6199, 20601, 297, 263, 7687, 2908, 310, 365, 24495, 491, 10324, 13, 3274, 2859, 29899, 29886, 19994, 20436, 2785, 29889, 450, 5253, 310, 365, 24495, 20974, 471, 7968, 1135, 297, 2761, 13, 2477, 20322, 322, 471, 3802, 304, 24148, 26002, 313, 243, 160, 148, 158, 29922, 29953, 29892, 243, 160, 148, 134, 21098, 29900, 29955, 467, 313, 29890, 29897, 512, 22368, 278, 28682, 29945, 29900, 29953, 297, 278, 16867, 28118, 311, 1650, 304, 4153, 2908, 13, 14080, 948, 2156, 293, 22235, 457, 332, 262, 5557, 287, 278, 21445, 310, 365, 24495, 29889, 24352, 310, 2318, 20890, 10018, 263, 13, 4530, 928, 424, 7910, 297, 20890, 2645, 278, 2362, 5570, 3785, 29892, 541, 20890, 297, 13, 6451, 9101, 12266, 393, 445, 7910, 338, 1301, 993, 322, 25057, 304, 505, 13, 3470, 26458, 20039, 310, 365, 24495, 29889, 512, 6335, 654, 310, 11803, 948, 2156, 293, 22235, 457, 332, 262, 5480, 13, 18921, 29879, 21445, 310, 365, 24495, 297, 7546, 1944, 9101, 310, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 797, 5965, 428, 310, 4759, 4063, 20890, 7829, 393, 13, 12711, 471, 385, 2847, 7910, 297, 20890, 2645, 278, 2362, 5570, 3785, 4249, 13, 3729, 29879, 10423, 411, 28682, 29945, 29900, 29953, 29892, 322, 10230, 310, 20890, 10478, 2645, 278, 937, 13, 392, 1833, 6233, 310, 278, 2362, 5570, 3785, 10018, 393, 278, 7910, 471, 13, 4530, 928, 424, 313, 243, 160, 148, 164, 29896, 29946, 29922, 29941, 29889, 29900, 29929, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29896, 467, 13, 4074, 342, 11687, 29892, 769, 29892, 1006, 571, 292, 411, 22235, 457, 332, 262, 740, 508, 3275, 304, 427, 29308, 13, 6500, 284, 5222, 2156, 293, 22713, 297, 875, 272, 29882, 979, 26808, 787, 29889, 910, 7910, 338, 451, 5517, 13, 517, 505, 15201, 15366, 310, 365, 24495, 297, 4195, 287, 9101, 29892, 3138, 29892, 1363, 2761, 13, 26679, 267, 10018, 871, 263, 1301, 993, 7910, 1156, 607, 20890, 9488, 13714, 29889, 13, 13, 1184, 371, 262, 1374, 25715, 271, 559, 29871, 29896, 338, 2714, 304, 29126, 4153, 13, 517, 1462, 23881, 310, 7251, 407, 542, 1160, 284, 16502, 5550, 29879, 2645, 365, 24495, 491, 316, 561, 25715, 706, 18411, 310, 278, 402, 6092, 29934, 29896, 13, 19297, 29909, 337, 14268, 1014, 5441, 29889, 450, 5297, 29841, 310, 349, 29925, 29896, 304, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 13, 11102, 5480, 9528, 491, 3704, 3431, 1114, 293, 22193, 297, 278, 16867, 28118, 311, 13, 2929, 918, 29889, 512, 4688, 15729, 29892, 263, 4482, 26702, 310, 29871, 29900, 29889, 29896, 243, 160, 159, 138, 29924, 3431, 1114, 293, 22193, 518, 29946, 29896, 29962, 1258, 451, 2908, 365, 24495, 13, 19910, 428, 29892, 322, 20890, 892, 316, 13120, 304, 29871, 29955, 29906, 29889, 29955, 30221, 29947, 29889, 29955, 29995, 310, 2362, 5570, 11174, 472, 278, 13, 355, 310, 278, 16867, 3785, 313, 29943, 29906, 29892, 29906, 29946, 29922, 29946, 29889, 29953, 29945, 29892, 243, 160, 148, 134, 29966, 29889, 29900, 29945, 29936, 405, 29994, 29968, 29892, 29871, 243, 160, 148, 134, 29966, 29889, 29900, 29900, 29896, 29936, 243, 160, 148, 158, 29922, 29947, 467, 2398, 29892, 10231, 278, 26702, 310, 3431, 1114, 293, 13, 562, 333, 304, 29871, 29896, 29889, 29900, 243, 160, 159, 138, 29924, 518, 29946, 29900, 29962, 24370, 278, 13, 19910, 428, 310, 365, 24495, 29889, 1670, 471, 263, 2286, 322, 302, 787, 647, 928, 424, 20376, 297, 13, 26679, 267, 7389, 1494, 4195, 292, 20436, 2785, 313, 517, 29871, 29947, 29929, 29889, 29900, 30221, 29896, 29946, 29889, 29929, 29995, 310, 13, 6500, 5570, 29897, 322, 20890, 892, 884, 2978, 2362, 5570, 11174, 1156, 29871, 29941, 29900, 6233, 313, 29929, 29953, 29889, 29900, 30221, 29953, 29889, 29953, 29995, 310, 2362, 5570, 29871, 29941, 29900, 29936, 383, 29906, 29892, 29906, 29906, 29922, 29900, 29889, 29896, 29947, 29892, 243, 160, 148, 134, 21098, 29947, 29946, 29936, 243, 160, 148, 158, 29922, 29955, 29936, 11479, 29871, 29946, 467, 21775, 362, 310, 349, 29925, 29896, 338, 5480, 5517, 304, 29126, 13, 517, 7208, 12903, 310, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 13080, 545, 29871, 29946, 29901, 450, 21445, 310, 365, 24495, 471, 24370, 297, 13, 29874, 437, 344, 29899, 18980, 8214, 491, 3704, 3431, 1114, 293, 22193, 297, 278, 16867, 28118, 311, 13, 2929, 918, 304, 2908, 26229, 310, 26823, 1374, 25715, 271, 559, 29871, 29896, 313, 18009, 29896, 467, 313, 29874, 29897, 13, 392, 313, 29890, 29897, 319, 4482, 26702, 310, 29871, 29900, 29889, 29896, 243, 160, 159, 138, 29924, 3431, 1114, 293, 22193, 5229, 304, 2908, 365, 24495, 13, 19910, 428, 29892, 541, 29263, 278, 26702, 304, 29871, 29896, 29889, 29900, 243, 160, 159, 138, 29924, 20601, 297, 263, 2908, 310, 365, 24495, 13, 19910, 428, 313, 18307, 26695, 297, 319, 29896, 23797, 319, 29906, 467, 2538, 29886, 787, 267, 297, 13, 6451, 9101, 10423, 411, 29871, 29896, 29889, 29900, 243, 160, 159, 138, 29924, 3431, 1114, 293, 22193, 393, 1258, 451, 7150, 4195, 292, 13, 303, 326, 2785, 9488, 13714, 29889, 450, 2908, 310, 365, 24495, 491, 3431, 1114, 293, 22193, 14661, 393, 26229, 13, 974, 349, 29925, 29896, 14457, 1078, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 29946, 29889, 8565, 1558, 291, 13, 13, 1576, 1857, 5650, 756, 1304, 27044, 287, 21159, 3321, 13, 3274, 2859, 29899, 29886, 19994, 20436, 2785, 304, 9013, 346, 365, 24495, 297, 7546, 306, 10970, 304, 7546, 1944, 26808, 787, 310, 13, 1552, 1612, 616, 875, 272, 29882, 979, 1034, 4776, 322, 756, 10087, 278, 4688, 11803, 948, 2156, 293, 18470, 13, 5747, 14457, 403, 365, 24495, 297, 1438, 9101, 29889, 2138, 9696, 411, 3517, 13917, 29892, 278, 365, 24495, 13, 711, 643, 1490, 1244, 471, 7625, 297, 1716, 1925, 6703, 15659, 14781, 403, 518, 29906, 29947, 29962, 322, 13, 2272, 2572, 23670, 518, 29946, 29946, 29962, 9101, 29889, 450, 21445, 310, 365, 24495, 471, 24370, 491, 278, 405, 5773, 29909, 3144, 329, 314, 403, 13, 276, 14268, 3677, 12841, 391, 12279, 29963, 29892, 322, 491, 278, 15835, 398, 521, 295, 1061, 350, 3301, 6040, 29892, 23941, 393, 13, 1052, 455, 398, 4414, 1314, 3025, 405, 5773, 29909, 337, 1547, 943, 338, 3734, 363, 365, 24495, 29889, 450, 21445, 310, 365, 24495, 471, 13, 15189, 24370, 491, 278, 22235, 457, 332, 262, 297, 6335, 2105, 28682, 29945, 29900, 29953, 29892, 322, 491, 3431, 1114, 293, 22193, 607, 13, 1271, 29879, 26229, 310, 26823, 1374, 25715, 271, 2129, 29871, 29896, 322, 29871, 29906, 29874, 29889, 3037, 29883, 457, 332, 262, 338, 3734, 363, 13, 5850, 29928, 310, 6483, 7546, 10970, 304, 7546, 1944, 14781, 403, 9101, 518, 29906, 29947, 1402, 322, 13, 28667, 457, 332, 262, 29899, 18980, 26229, 310, 349, 29925, 29896, 640, 5026, 304, 405, 5773, 29909, 337, 14268, 29899, 18980, 13, 5850, 29928, 310, 319, 3580, 29909, 20890, 297, 278, 7251, 407, 542, 1160, 375, 518, 29906, 29892, 29871, 29946, 1822, 13, 13, 1576, 26307, 310, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 13, 265, 26229, 310, 405, 5773, 29909, 337, 1547, 943, 756, 1063, 263, 13747, 9138, 297, 325, 4243, 322, 297, 13, 29879, 29399, 29889, 739, 756, 1063, 8900, 1494, 20436, 2785, 9608, 29879, 3704, 29871, 29896, 379, 29920, 22983, 29892, 13, 18784, 292, 310, 2225, 948, 2156, 293, 20436, 2785, 472, 29871, 29900, 29889, 29941, 29941, 379, 29920, 411, 11803, 948, 2156, 293, 1401, 10170, 2133, 13, 29961, 29906, 29947, 1402, 10324, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 518, 29896, 29947, 29892, 29871, 29941, 29941, 1402, 322, 805, 9345, 29899, 9346, 292, 29899, 18980, 13, 19910, 428, 310, 365, 24495, 518, 29946, 29946, 1822, 6242, 29899, 8489, 316, 2590, 471, 24370, 491, 3704, 278, 15835, 398, 13, 305, 295, 1061, 350, 3301, 6040, 297, 278, 16867, 28118, 311, 1650, 313, 13080, 545, 29871, 29906, 29897, 518, 29906, 29947, 1402, 322, 445, 338, 13, 3200, 9696, 411, 15835, 398, 4414, 1314, 3025, 405, 5773, 29909, 337, 1547, 943, 408, 263, 12187, 7135, 363, 13, 296, 272, 29882, 979, 365, 24495, 29889, 4737, 370, 28467, 293, 3144, 329, 314, 403, 337, 14268, 26229, 322, 6507, 310, 13, 1052, 455, 398, 515, 938, 945, 514, 1070, 14422, 508, 29126, 304, 365, 24495, 297, 278, 7251, 407, 542, 1160, 375, 518, 29906, 29892, 29871, 29941, 29953, 29892, 29871, 29941, 29955, 29892, 29871, 29946, 29945, 1402, 541, 26229, 310, 1539, 370, 28467, 293, 3144, 329, 314, 403, 337, 1547, 943, 338, 451, 3734, 13, 1454, 875, 272, 29882, 979, 365, 24495, 518, 29896, 29947, 29892, 29871, 29906, 29947, 1822, 3037, 455, 398, 4414, 1314, 1549, 11749, 29899, 29887, 630, 15835, 398, 13, 305, 12629, 508, 29126, 304, 805, 9345, 29899, 9346, 292, 29899, 18980, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 29892, 13, 3525, 1310, 29889, 315, 10071, 411, 2545, 4858, 287, 3158, 7037, 29879, 393, 1121, 297, 7200, 15835, 398, 1301, 10070, 1510, 7621, 405, 5773, 29909, 13, 276, 14268, 29899, 18980, 805, 9345, 29899, 9346, 292, 29899, 18980, 365, 24495, 297, 7546, 1944, 29899, 5287, 9101, 518, 29946, 29946, 1822, 3037, 455, 398, 4414, 1314, 1549, 11749, 29899, 29887, 630, 13, 305, 12629, 884, 14457, 1078, 21000, 8684, 284, 805, 9345, 29899, 9346, 292, 29899, 18980, 715, 6288, 537, 310, 13, 262, 6335, 5047, 5222, 2547, 267, 297, 875, 272, 29882, 979, 1034, 4776, 518, 29946, 29953, 1822, 319, 883, 310, 1472, 29899, 8489, 316, 2590, 13, 265, 7546, 478, 29899, 18118, 26808, 787, 29892, 13384, 2225, 948, 2156, 1711, 1549, 12212, 22649, 357, 13, 14096, 29892, 338, 884, 14278, 373, 26229, 310, 11749, 29899, 18980, 15835, 398, 18196, 13, 29961, 29941, 29941, 1822, 3037, 455, 398, 1804, 27855, 14457, 630, 491, 11749, 29899, 29887, 630, 18196, 5480, 13582, 263, 13, 4537, 310, 16178, 297, 878, 18099, 5222, 2156, 293, 715, 6288, 537, 297, 278, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 1576, 11896, 310, 278, 13, 1052, 1545, 352, 262, 29899, 18980, 26823, 1374, 25715, 271, 559, 22235, 457, 332, 262, 304, 365, 24495, 471, 9528, 491, 13, 3742, 431, 1218, 269, 29399, 297, 5094, 11291, 1971, 262, 319, 470, 491, 3704, 28682, 29945, 29900, 29953, 297, 278, 16867, 13, 15436, 307, 311, 1650, 29889, 8045, 11291, 1971, 262, 319, 7470, 304, 4556, 263, 7687, 2908, 310, 365, 24495, 29892, 322, 13, 26679, 267, 892, 12212, 304, 29871, 29947, 29906, 29889, 29946, 29995, 310, 2362, 5570, 408, 9401, 304, 29871, 29945, 29947, 29889, 29953, 29995, 13, 262, 443, 2484, 630, 9101, 313, 18307, 5104, 1973, 29871, 29896, 29898, 29883, 29897, 13, 392, 29871, 29941, 29898, 29874, 8243, 541, 278, 15786, 310, 1438, 365, 24495, 9545, 892, 451, 12997, 1711, 1422, 29889, 13, 4806, 7625, 263, 901, 21204, 573, 1121, 411, 28682, 29945, 29900, 29953, 29892, 3138, 29892, 322, 365, 24495, 471, 13, 5729, 29873, 873, 24370, 491, 3704, 28682, 29945, 29900, 29953, 297, 278, 16867, 28118, 311, 1650, 29889, 512, 22368, 13, 29943, 29968, 29945, 29900, 29953, 297, 278, 27683, 292, 18350, 756, 1063, 1304, 304, 2908, 22235, 457, 332, 262, 29899, 18980, 13, 311, 2590, 9545, 297, 875, 272, 29882, 979, 1034, 4776, 518, 29906, 29947, 1402, 322, 297, 5566, 7366, 706, 518, 29946, 29955, 29962, 322, 13, 262, 6335, 5047, 518, 29946, 29947, 29962, 5222, 2547, 267, 310, 278, 12766, 29896, 5120, 29889, 2266, 29892, 591, 505, 7500, 28682, 29945, 29900, 29953, 964, 278, 13, 3757, 3278, 28118, 311, 1650, 304, 4772, 1950, 2225, 948, 2156, 293, 9545, 310, 278, 15721, 13, 392, 304, 9801, 393, 28682, 29945, 29900, 29953, 1033, 1044, 373, 22235, 457, 332, 262, 518, 29941, 29929, 29892, 29871, 29946, 29900, 29892, 29871, 29946, 29929, 29892, 29871, 29945, 29900, 1822, 450, 13, 1271, 310, 365, 24495, 491, 28682, 29945, 29900, 29953, 14088, 393, 365, 24495, 338, 14278, 373, 22235, 457, 332, 262, 29892, 322, 445, 13, 29879, 688, 7118, 29879, 393, 5094, 11291, 1971, 262, 319, 20601, 297, 871, 263, 7687, 2908, 310, 22235, 457, 332, 262, 13, 10072, 29889, 13, 13, 7856, 29883, 457, 332, 262, 338, 2714, 13, 517, 14457, 403, 4603, 310, 365, 24495, 297, 760, 491, 316, 561, 25715, 706, 29880, 1218, 297, 6335, 2105, 29871, 29896, 322, 13, 12711, 1609, 10231, 278, 6354, 310, 349, 29925, 29896, 518, 29906, 29892, 29871, 29946, 29892, 29871, 29941, 29929, 1822, 450, 349, 29925, 29896, 29914, 18009, 29906, 29874, 297, 6335, 2105, 3431, 1114, 293, 13, 562, 333, 10930, 365, 24495, 297, 278, 12766, 29896, 5120, 518, 29941, 29947, 29892, 29871, 29946, 29900, 1402, 322, 591, 505, 4318, 1244, 393, 278, 21445, 13, 974, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 471, 24370, 491, 3704, 3431, 1114, 293, 22193, 297, 278, 13, 3757, 3278, 28118, 311, 1650, 29889, 910, 338, 278, 937, 3461, 310, 365, 24495, 297, 278, 875, 272, 29882, 979, 13, 2616, 4776, 14278, 373, 349, 29925, 29896, 29914, 18009, 29906, 29874, 29889, 14409, 262, 1374, 25715, 271, 2129, 508, 1072, 5987, 5222, 2156, 293, 13, 2220, 1549, 263, 12875, 310, 7208, 12903, 518, 29945, 29896, 29962, 393, 3160, 316, 561, 25715, 706, 18411, 310, 13, 1552, 724, 29899, 29947, 29946, 29945, 10995, 434, 373, 278, 319, 3580, 29909, 402, 6092, 29934, 29896, 1014, 5441, 29892, 322, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 13, 13029, 367, 13384, 22669, 1549, 445, 13336, 29889, 512, 6124, 29892, 278, 664, 310, 360, 996, 13, 392, 951, 29875, 518, 29906, 29947, 29962, 756, 1476, 875, 272, 29882, 979, 365, 24495, 304, 367, 6942, 411, 263, 20376, 297, 278, 13, 4537, 310, 11803, 948, 2156, 293, 319, 3580, 29909, 337, 1547, 943, 29892, 411, 694, 1735, 297, 319, 3580, 29909, 337, 14268, 13, 535, 2199, 749, 29892, 322, 756, 4318, 393, 445, 2779, 338, 14278, 373, 3279, 359, 290, 267, 393, 3587, 15464, 13, 19297, 29909, 337, 1547, 943, 7463, 1891, 1549, 318, 5365, 28358, 262, 2133, 29889, 1094, 297, 278, 7251, 407, 542, 1160, 375, 29892, 13, 12711, 1079, 29892, 875, 272, 29882, 979, 365, 24495, 508, 367, 13384, 1549, 7208, 12903, 21677, 13, 3018, 600, 860, 292, 310, 319, 3580, 29909, 337, 1547, 943, 518, 29945, 29906, 1822, 13, 13, 8208, 29899, 8489, 316, 2590, 471, 20974, 1244, 773, 13, 1110, 21159, 3321, 3300, 2859, 29899, 29886, 19994, 20436, 2785, 607, 591, 505, 1304, 9251, 304, 13, 19910, 346, 365, 24495, 297, 278, 875, 272, 29882, 979, 1034, 4776, 297, 325, 4243, 322, 297, 269, 29399, 9310, 29896, 29955, 29892, 29871, 29896, 29947, 1402, 1074, 884, 518, 29941, 29941, 29892, 29871, 29941, 29946, 14664, 365, 24495, 471, 20974, 1494, 29871, 29896, 29945, 6233, 29892, 541, 451, 29871, 29955, 29889, 29945, 6233, 310, 3300, 2859, 29899, 29886, 19994, 13, 303, 326, 2785, 29936, 445, 338, 13747, 411, 263, 11809, 363, 27044, 287, 26229, 310, 13, 1052, 455, 398, 29899, 18980, 1804, 27855, 7208, 12903, 29892, 322, 338, 884, 13747, 411, 278, 13, 28802, 4127, 393, 405, 5773, 29909, 337, 14268, 29899, 18980, 1539, 481, 4230, 293, 3620, 4688, 297, 278, 7945, 13, 13029, 27391, 365, 24495, 20974, 491, 20436, 14549, 393, 10761, 2678, 297, 278, 29871, 29896, 29945, 29899, 1195, 1082, 13, 19708, 22983, 518, 29945, 29941, 1822, 1334, 9251, 1476, 29871, 29896, 379, 29920, 20436, 2785, 304, 367, 297, 15987, 573, 297, 13, 29894, 4243, 322, 297, 269, 29399, 515, 6242, 29899, 29923, 29894, 550, 364, 1446, 518, 29896, 29955, 29892, 29871, 29896, 29947, 1402, 541, 6483, 7546, 10970, 304, 13, 6236, 403, 26808, 787, 297, 269, 29399, 515, 29871, 29906, 304, 29871, 29941, 4723, 29899, 1025, 1706, 1431, 434, 29899, 29928, 1450, 2330, 364, 1446, 4653, 13, 29940, 5773, 29909, 337, 14268, 29899, 18980, 365, 24495, 1494, 29871, 29896, 29945, 6233, 310, 29871, 29896, 379, 29920, 20436, 2785, 29892, 470, 13, 23031, 292, 4482, 29899, 10745, 23860, 20436, 2785, 3300, 2859, 411, 11803, 948, 2156, 293, 1401, 10170, 2133, 518, 29906, 29947, 1822, 13, 1349, 375, 29892, 727, 1122, 367, 5849, 284, 29892, 5312, 262, 29899, 12817, 29892, 470, 2224, 1582, 29899, 14940, 13879, 13, 5747, 6602, 278, 11509, 310, 29871, 29896, 379, 29920, 20436, 2785, 304, 5039, 403, 1438, 1804, 27855, 7208, 12903, 29889, 13, 13, 1576, 875, 272, 29882, 979, 1034, 4776, 13, 275, 15685, 2629, 278, 25406, 658, 915, 1549, 385, 20607, 1409, 310, 385, 8678, 936, 13, 11958, 1953, 518, 29955, 29962, 322, 756, 1063, 9024, 6030, 635, 304, 263, 12875, 310, 4771, 706, 322, 13, 29883, 3811, 3321, 3168, 313, 29872, 29889, 29887, 1696, 518, 29929, 29892, 29871, 29896, 29900, 14664, 9208, 292, 5222, 2156, 293, 715, 6288, 537, 297, 278, 13, 296, 272, 29882, 979, 1034, 4776, 338, 5480, 5517, 304, 9080, 263, 12875, 310, 3168, 8679, 13, 265, 278, 5222, 2156, 293, 2224, 1994, 9701, 29889, 10829, 2156, 293, 316, 2590, 9545, 526, 6892, 2714, 13, 517, 19595, 5222, 2156, 293, 3104, 7268, 362, 2645, 278, 12409, 310, 3370, 518, 29946, 29945, 29892, 29871, 29945, 29946, 29994, 29945, 29953, 1402, 322, 372, 338, 1950, 393, 316, 2590, 9545, 29126, 304, 3273, 322, 29914, 272, 13, 5426, 29899, 8489, 3370, 9068, 29889, 2398, 29892, 278, 301, 9103, 279, 11258, 310, 278, 13, 296, 272, 29882, 979, 1034, 4776, 29892, 411, 2428, 29888, 5611, 15359, 14457, 1218, 1568, 310, 278, 13979, 936, 1881, 13, 517, 278, 7251, 407, 542, 1160, 284, 12409, 29892, 14661, 393, 1472, 29899, 8489, 316, 2590, 310, 5222, 2156, 293, 13, 3286, 6737, 297, 7546, 1944, 1122, 3275, 304, 1472, 29899, 8489, 3724, 1953, 297, 278, 269, 2606, 663, 310, 13, 1595, 16311, 3161, 470, 15038, 310, 13979, 936, 1881, 322, 1122, 4550, 3275, 304, 1833, 292, 13, 25990, 297, 278, 1773, 326, 397, 284, 10970, 19356, 491, 278, 7251, 407, 542, 1160, 284, 12409, 29889, 20175, 29892, 278, 2498, 17711, 310, 278, 13, 296, 272, 29882, 979, 1034, 4776, 304, 21445, 310, 365, 24495, 1033, 9080, 304, 7344, 13774, 13714, 13, 19678, 9068, 322, 13465, 310, 1773, 326, 397, 284, 4771, 706, 10970, 2629, 278, 13, 2168, 616, 875, 272, 29882, 979, 1034, 4776, 29889, 13, 13, 29909, 15415, 839, 29887, 1860, 13, 13, 4013, 5925, 471, 5220, 287, 491, 867, 1934, 304, 315, 29889, 319, 29889, 13, 1451, 481, 1171, 515, 278, 18385, 17253, 322, 22557, 10550, 8831, 310, 7400, 13, 392, 278, 7400, 10606, 363, 512, 13715, 362, 29892, 322, 491, 263, 1400, 1867, 2801, 284, 10404, 3527, 304, 13, 29903, 29889, 29968, 29889, 515, 383, 898, 362, 383, 29891, 893, 264, 313, 16066, 467, 315, 29889, 29909, 29889, 13741, 1171, 338, 263, 13, 14242, 310, 278, 7817, 363, 16972, 297, 1522, 16300, 284, 2448, 2192, 5365, 3002, 5220, 287, 491, 278, 383, 13788, 13, 29886, 473, 425, 830, 4630, 1173, 427, 4169, 29948, 868, 22427, 29889, 13, 13, 29909, 29889, 838, 16911, 29892, 341, 29889, 316, 25141, 275, 29892, 322, 390, 29889, 365, 1915, 1569, 29892, 1346, 6747, 19274, 2156, 293, 18472, 22863, 322, 1661, 29899, 29950, 774, 22863, 1472, 29899, 8489, 3104, 7268, 362, 310, 5222, 2156, 293, 6366, 4135, 297, 278, 875, 272, 29882, 979, 1034, 4776, 297, 269, 29399, 322, 297, 278, 23968, 16157, 1410, 16736, 282, 335, 17294, 3995, 1019, 3947, 886, 310, 278, 3086, 10355, 310, 17253, 310, 278, 3303, 3900, 310, 6813, 29892, 1700, 29889, 29871, 29947, 29955, 29892, 694, 29889, 29871, 29906, 29941, 29892, 6499, 29889, 29871, 29929, 29906, 29947, 29900, 29994, 29929, 29906, 29947, 29946, 29892, 29871, 29896, 29929, 29929, 29900, 29889, 1043, 472, 12904, 261, 2880, 4533, 472, 5087, 1102, 10170, 13, 13, 29903, 29889, 341, 29889, 360, 1151, 29895, 322, 341, 29889, 383, 29889, 23606, 29892, 1346, 24259, 359, 948, 2156, 293, 1472, 29899, 8489, 316, 2590, 297, 4038, 12766, 29896, 310, 7251, 407, 542, 1160, 375, 322, 9545, 310, 405, 29899, 29885, 621, 2904, 29899, 29928, 29899, 294, 1595, 403, 337, 14268, 2908, 1943, 3995, 1019, 3947, 886, 310, 278, 3086, 10355, 310, 17253, 310, 278, 3303, 3900, 310, 6813, 29892, 1700, 29889, 29871, 29947, 29929, 29892, 694, 29889, 29871, 29896, 29900, 29892, 6499, 29889, 29871, 29946, 29941, 29953, 29941, 29994, 29946, 29941, 29953, 29955, 29892, 29871, 29896, 29929, 29929, 29906, 29889, 1043, 472, 12904, 261, 2880, 4533, 472, 5087, 1102, 10170, 13, 13, 29924, 29889, 383, 29889, 23606, 29892, 1346, 29909, 5222, 2156, 293, 8405, 363, 3370, 8635, 297, 278, 274, 406, 1182, 284, 1034, 4776, 3995, 1019, 3947, 886, 310, 278, 3086, 10355, 310, 17253, 310, 278, 3303, 3900, 310, 6813, 29892, 1700, 29889, 29871, 29929, 29941, 29892, 694, 29889, 29871, 29906, 29946, 29892, 6499, 29889, 29871, 29896, 29941, 29946, 29945, 29941, 29994, 29896, 29941, 29946, 29945, 29929, 29892, 29871, 29896, 29929, 29929, 29953, 29889, 1043, 472, 12904, 261, 2880, 4533, 472, 5087, 1102, 10170 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Divesting Of Kruger’s Cash (Updated) Freshman Sen. David Carlucci, one of 17 Senate Democrats who received campaign contributions from Sen. Carl Kruger during the 2010 election cycle, is getting rid of that money after learning of the federal corruption charges lodged against his colleague earlier today. “It is unfortunate that these types of allegations have clouded the legislature, tainting the hard working men and women who work diligently and honorably to serve their constituents,” Carlucci said in a statement. “I ran on a platform of ethics reform and these unsavory allegations are just another example of why ethics reform in Albany needs to be addressed immediately. The people of New York deserve better. In light of these allegations, I will be donating the $5,000 given to me during my campaign from Senator Kruger to a charitable organization in my district.” All told, Kruger, a prodigious fundraiser who had close to $1.9 million in his campaign committee, “Friends of Carl,” as of Jan. 15, doled out $49,000 to fellow senators this cycle, according to campaign finance records on file at the state Board of Elections. He also gave $450,000 to the DSCC. Sen. Gustavo Rivera, who received $2,500 from Kruger, was the first lawmaker to announce he would divest himself of the scandal-scarred Brooklyn lawmaker’s contributions. Now, apparently, all four of the Independent Democratic Conference members – Carlucci, Diane Savino, Jeff Klein, and Dave Valesky – are following suit. UPDATE: DSCC spokesman Josh Cherwin says: “We will not be returning these funds, which were contributed during a previous election cycle and already spent.” “This is yet another sad day for New York residents who rightfully expect integrity and accountability from their elected officials.” “During the last election cycle, Senator Kruger’s campaign committee contributed a combined total of $8,000 to Independent Democratic Conference members. We decided to donate that amount to charitable organizations in our communities. We believe this to be the best use for this money.”
[ 1, 4910, 342, 292, 4587, 28499, 914, 30010, 29879, 315, 1161, 313, 29248, 29897, 13, 13, 29943, 3781, 1171, 5811, 29889, 4699, 8965, 27004, 29892, 697, 310, 29871, 29896, 29955, 18148, 14189, 1446, 1058, 4520, 11531, 20706, 515, 5811, 29889, 8965, 28499, 914, 2645, 278, 29871, 29906, 29900, 29896, 29900, 8271, 11412, 29892, 338, 2805, 8177, 310, 393, 6909, 1156, 6509, 310, 278, 17097, 1034, 18953, 21090, 21896, 3192, 2750, 670, 23056, 3437, 8859, 9826, 29889, 13, 13, 30015, 3112, 338, 443, 6477, 403, 393, 1438, 4072, 310, 16831, 800, 505, 9570, 287, 278, 13332, 1535, 29892, 260, 475, 1259, 278, 2898, 1985, 1757, 322, 5866, 1058, 664, 21749, 335, 2705, 322, 10657, 2197, 304, 9080, 1009, 10719, 1237, 3995, 8965, 27004, 1497, 297, 263, 3229, 29889, 13, 13, 30015, 29902, 6350, 373, 263, 7481, 310, 11314, 1199, 11736, 322, 1438, 9644, 485, 706, 16831, 800, 526, 925, 1790, 1342, 310, 2020, 11314, 1199, 11736, 297, 16197, 1384, 4225, 304, 367, 20976, 7389, 29889, 450, 2305, 310, 1570, 3088, 553, 7143, 2253, 29889, 512, 3578, 310, 1438, 16831, 800, 29892, 306, 674, 367, 1016, 1218, 278, 395, 29945, 29892, 29900, 29900, 29900, 2183, 304, 592, 2645, 590, 11531, 515, 27623, 28499, 914, 304, 263, 1373, 8270, 13013, 297, 590, 6474, 3178, 13, 13, 3596, 5429, 29892, 28499, 914, 29892, 263, 410, 7501, 2738, 5220, 336, 7608, 1058, 750, 3802, 304, 395, 29896, 29889, 29929, 7284, 297, 670, 11531, 21118, 29892, 1346, 27034, 1975, 310, 8965, 3995, 408, 310, 2627, 29889, 29871, 29896, 29945, 29892, 437, 839, 714, 395, 29946, 29929, 29892, 29900, 29900, 29900, 304, 10404, 6940, 4097, 445, 11412, 29892, 5034, 304, 11531, 1436, 749, 6475, 373, 934, 472, 278, 2106, 12590, 310, 382, 5942, 29889, 940, 884, 4846, 395, 29946, 29945, 29900, 29892, 29900, 29900, 29900, 304, 278, 360, 29903, 4174, 29889, 13, 13, 29903, 264, 29889, 18305, 29877, 6163, 29874, 29892, 1058, 4520, 395, 29906, 29892, 29945, 29900, 29900, 515, 28499, 914, 29892, 471, 278, 937, 4307, 28107, 304, 7475, 346, 540, 723, 1933, 342, 3654, 310, 278, 885, 24258, 29899, 14494, 1127, 18737, 13493, 4307, 28107, 30010, 29879, 20706, 29889, 2567, 29892, 13229, 29892, 599, 3023, 310, 278, 25266, 19083, 16377, 5144, 785, 8965, 27004, 29892, 360, 16677, 9583, 1789, 29892, 12208, 21151, 29892, 322, 17841, 478, 2122, 3459, 785, 526, 1494, 14726, 29889, 13, 13, 14474, 29901, 360, 29903, 4174, 805, 23195, 1171, 22838, 23816, 5080, 4083, 29901, 13, 13, 30015, 4806, 674, 451, 367, 7863, 1438, 29199, 29892, 607, 892, 26869, 2645, 263, 3517, 8271, 11412, 322, 2307, 10398, 3178, 13, 13, 30015, 4013, 338, 3447, 1790, 14610, 2462, 363, 1570, 3088, 24060, 1058, 1492, 3730, 2149, 28410, 322, 3633, 3097, 515, 1009, 11467, 24921, 3178, 13, 13, 30015, 29928, 3864, 278, 1833, 8271, 11412, 29892, 27623, 28499, 914, 30010, 29879, 11531, 21118, 26869, 263, 12420, 3001, 310, 395, 29947, 29892, 29900, 29900, 29900, 304, 25266, 19083, 16377, 5144, 29889, 1334, 8459, 304, 1016, 403, 393, 5253, 304, 1373, 8270, 25700, 297, 1749, 23507, 29889, 1334, 4658, 445, 304, 367, 278, 1900, 671, 363, 445, 6909, 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, 1, 1, 1 ]
Holiday Punch — Plus a Cozy Fire Charles Dickens gave us so much. Including this. In A Christmas Carol,when Ebenezer Scrooge is presented with the Ghost of Christmas Present, he finds the "jolly Giant" sitting in state on an enormous heap of roast meats and other traditional English Christmas delicacies and flanked by "seething bowls of punch that made the chamber dim with their delicious steam." Charles Dickens knew all about delicious steam. He was a committed English traditionalist in his drinking. He didn't drink the international celebrity's customary champagne, champagne, and more champagne or the trendy drinks of his day — gin cocktails, claret cups, brandy smashes, or the like. Rather, his greatest affinity was for a drink that was fading faster and faster into the past by the time he came into fame. From 1700 to 1830, give or take a couple years on each end, the preeminent English social drink was the bowl of punch, a large-bore mixture of spirits (usually rum and cognac), citrus juice, sugar, water, and spice that was guaranteed to unite any gathering in jollity and boozy good cheer. But with the industrialization, commercialization, and urbanization of day-to-day life that the Victorian years brought, the convivial ritual of clustering around the flowing bowl became as quaint and outmoded as the tricorn hat. Dickens, however, not only bucked the trend but made a whole performance out of bucking it. When he was among friends, it was his custom to brew up a bowl of punch, complete with a running disquisition on the techniques he was using and the ingredients he was deploying, thus adding instruction to delight (as one of his characters might say). Fortunately, in 1847, he wrote the whole procedure out for a friend's wife. It's not hard to follow, and there's no better way to get a holiday party started than by getting everybody involved in draining a bowl of punch. All it takes is a little preparation in advance, a willingness to hold forth a bit in front of your guests, and a high enough ceiling that you won't burn your house down. Dickens was never afraid to employ cheap sensationalism if it would help him get over, and there's nothing more sensational for selling a drink than setting it on fire. Here's our interpretation. Advertisement - Continue Reading Below Charles Dickens's Punch Ritual For 12 to 16 people Step 1: Three hours before your party, peel 3 lemons with a swivel-bladed vegetable peeler, trying to end up with three long spirals of peel. Put them in a 3- or 4-quart fireproof bowl with 3/4 cup demerara sugar or other raw sugar. Muddle the peels and the sugar together and let sit. Talking Points: One of the secrets of punch making is to use the fragrant, sweet oil that resides in lemon peels as the sugar extract. The resulting sugar-oil mix ("oleo-saccharum") adds body to the punch. Talking Points: The cognac is for body and smoothness, the strong rum for bouquet and (frankly) flammability, and the other rum for taming the strong one. Step 3: Set 1 quart water to boil and put the bowl containing the lemon peels and sugar on a wooden cutting board or other heat-resistant surface in a spot where everyone can gather around. When the water boils, turn it off, gather your guests around the bowl, and pour in the cognac and rum, noting what you're adding and why. Step 4: With a long-handled barspoon, remove a spoonful of the rum-cognac mixture and set it on fire. Return it to the bowl, using it to ignite the rest. Stir with a ladle or long-handled spoon, attempting to dissolve the sugar. Let burn for 2 or 3 minutes, occasionally lifting one of the lemon peels up so people can admire the flames running down it. Talking Points: You're setting the punch alight not because it looks cool but to burn off some of the more volatile elements of the alcohol. That's the story, anyway. Step 5: Extinguish the flames by covering the bowl with a tray, and add the reserved lemon juice and the boiling water. (For cold punch, add 3 cups cold water, stir, and slide in a 1-quart block of ice, easily made by freezing a quart bowl of water for 24 hours.) Step 6: Grate fresh nutmeg over the top and ladle out in 3-oz servings. A Part of Hearst Digital Media Esquire participates in various affiliate marketing programs, which means we may get paid commissions on editorially chosen products purchased through our links to retailer sites.
[ 1, 4168, 22394, 349, 3322, 813, 15113, 263, 3189, 1537, 6438, 13, 13, 5914, 793, 12488, 575, 4846, 502, 577, 1568, 29889, 512, 22368, 445, 29889, 13, 13, 797, 319, 17661, 8562, 29892, 8256, 26302, 1600, 3298, 2522, 307, 21317, 338, 9132, 411, 278, 28484, 310, 17661, 4360, 296, 29892, 540, 14061, 278, 376, 29926, 18368, 4406, 424, 29908, 16246, 297, 2106, 373, 385, 18886, 681, 16947, 310, 696, 579, 592, 1446, 322, 916, 13807, 4223, 17661, 628, 983, 2478, 322, 1652, 804, 287, 491, 376, 344, 1408, 12580, 3137, 310, 282, 3322, 393, 1754, 278, 24171, 3964, 411, 1009, 628, 14803, 21837, 1213, 13, 13, 5914, 793, 12488, 575, 6363, 599, 1048, 628, 14803, 21837, 29889, 13, 13, 3868, 471, 263, 19355, 4223, 13807, 391, 297, 670, 13748, 292, 29889, 940, 3282, 29915, 29873, 13748, 278, 6121, 10894, 537, 29915, 29879, 2888, 653, 18480, 5889, 29892, 18480, 5889, 29892, 322, 901, 18480, 5889, 470, 278, 534, 355, 29891, 13748, 29879, 310, 670, 2462, 813, 330, 262, 1302, 384, 29873, 2234, 29892, 3711, 2267, 2723, 567, 29892, 1506, 13910, 1560, 1161, 267, 29892, 470, 278, 763, 29889, 390, 1624, 29892, 670, 14176, 2756, 13593, 471, 363, 263, 13748, 393, 471, 285, 9382, 8473, 322, 8473, 964, 278, 4940, 491, 278, 931, 540, 2996, 964, 27965, 29889, 3645, 29871, 29896, 29955, 29900, 29900, 304, 29871, 29896, 29947, 29941, 29900, 29892, 2367, 470, 2125, 263, 7303, 2440, 373, 1269, 1095, 29892, 278, 758, 331, 8946, 4223, 5264, 13748, 471, 278, 12580, 29880, 310, 282, 3322, 29892, 263, 2919, 29899, 29890, 487, 29544, 310, 26829, 313, 375, 1474, 16558, 322, 25323, 562, 511, 7537, 15816, 3623, 625, 29892, 26438, 29892, 4094, 29892, 322, 805, 625, 393, 471, 22688, 304, 443, 568, 738, 11705, 292, 297, 432, 3028, 537, 322, 1045, 29877, 1537, 1781, 22794, 29889, 1205, 411, 278, 18408, 2133, 29892, 12128, 2133, 29892, 322, 17164, 2133, 310, 2462, 29899, 517, 29899, 3250, 2834, 393, 278, 12684, 713, 2440, 6296, 29892, 278, 7602, 440, 616, 10421, 950, 310, 16993, 3241, 2820, 278, 4972, 292, 12580, 29880, 3897, 408, 439, 2365, 322, 714, 1545, 287, 408, 278, 534, 293, 1398, 3056, 29889, 13, 13, 29928, 860, 575, 29892, 3138, 29892, 451, 871, 1321, 384, 287, 278, 534, 355, 541, 1754, 263, 3353, 4180, 714, 310, 1321, 384, 292, 372, 29889, 1932, 540, 471, 4249, 7875, 29892, 372, 471, 670, 2888, 304, 2078, 29893, 701, 263, 12580, 29880, 310, 282, 3322, 29892, 4866, 411, 263, 2734, 766, 23493, 373, 278, 13698, 540, 471, 773, 322, 278, 2348, 1127, 10070, 540, 471, 7246, 292, 29892, 4550, 4417, 15278, 304, 15319, 313, 294, 697, 310, 670, 4890, 1795, 1827, 467, 7236, 348, 2486, 29892, 297, 29871, 29896, 29947, 29946, 29955, 29892, 540, 5456, 278, 3353, 8792, 714, 363, 263, 5121, 29915, 29879, 6532, 29889, 739, 29915, 29879, 451, 2898, 304, 1101, 29892, 322, 727, 29915, 29879, 694, 2253, 982, 304, 679, 263, 8753, 22394, 6263, 4687, 1135, 491, 2805, 26077, 9701, 297, 7482, 2827, 263, 12580, 29880, 310, 282, 3322, 29889, 2178, 372, 4893, 338, 263, 2217, 10223, 362, 297, 6564, 29892, 263, 17762, 2264, 304, 4808, 11483, 263, 2586, 297, 4565, 310, 596, 28865, 29892, 322, 263, 1880, 3307, 2257, 6504, 393, 366, 2113, 29915, 29873, 12138, 596, 3699, 1623, 29889, 12488, 575, 471, 2360, 13421, 304, 5703, 28773, 4771, 1288, 1608, 565, 372, 723, 1371, 1075, 679, 975, 29892, 322, 727, 29915, 29879, 3078, 901, 4771, 1288, 363, 269, 7807, 263, 13748, 1135, 4444, 372, 373, 3974, 29889, 2266, 29915, 29879, 1749, 19854, 29889, 13, 13, 3253, 1765, 275, 882, 448, 2866, 14150, 21439, 13866, 13, 13, 5914, 793, 12488, 575, 29915, 29879, 349, 3322, 390, 277, 950, 13, 13, 2831, 29871, 29896, 29906, 304, 29871, 29896, 29953, 2305, 13, 13, 14448, 29871, 29896, 29901, 12753, 6199, 1434, 596, 6263, 29892, 1236, 295, 29871, 29941, 9336, 787, 411, 263, 2381, 13255, 29899, 2204, 11932, 18655, 519, 1236, 7367, 29892, 1811, 304, 1095, 701, 411, 2211, 1472, 6337, 1338, 310, 1236, 295, 29889, 12065, 963, 297, 263, 29871, 29941, 29899, 470, 29871, 29946, 29899, 339, 442, 3974, 8017, 12580, 29880, 411, 29871, 29941, 29914, 29946, 18002, 316, 1050, 2518, 26438, 470, 916, 10650, 26438, 29889, 341, 566, 29881, 280, 278, 1236, 1379, 322, 278, 26438, 4208, 322, 1235, 7845, 29889, 13, 13, 29911, 2235, 292, 8984, 29879, 29901, 3118, 310, 278, 22183, 1372, 310, 282, 3322, 3907, 338, 304, 671, 278, 5227, 629, 424, 29892, 14225, 17182, 393, 620, 2247, 297, 454, 3712, 1236, 1379, 408, 278, 26438, 6597, 29889, 450, 9819, 26438, 29899, 29877, 309, 6837, 4852, 1772, 29877, 29899, 29879, 562, 3090, 398, 1159, 12778, 3573, 304, 278, 282, 3322, 29889, 13, 13, 29911, 2235, 292, 8984, 29879, 29901, 450, 25323, 562, 338, 363, 3573, 322, 10597, 2264, 29892, 278, 4549, 16558, 363, 16380, 12621, 322, 313, 29888, 10003, 368, 29897, 1652, 4850, 3097, 29892, 322, 278, 916, 16558, 363, 260, 11500, 278, 4549, 697, 29889, 13, 13, 14448, 29871, 29941, 29901, 3789, 29871, 29896, 10256, 4094, 304, 1045, 309, 322, 1925, 278, 12580, 29880, 6943, 278, 454, 3712, 1236, 1379, 322, 26438, 373, 263, 27278, 28967, 7613, 470, 916, 12871, 29899, 690, 22137, 7101, 297, 263, 9758, 988, 14332, 508, 11705, 2820, 29889, 1932, 278, 4094, 1045, 2719, 29892, 2507, 372, 1283, 29892, 11705, 596, 28865, 2820, 278, 12580, 29880, 29892, 322, 1671, 297, 278, 25323, 562, 322, 16558, 29892, 451, 292, 825, 366, 29915, 276, 4417, 322, 2020, 29889, 13, 13, 14448, 29871, 29946, 29901, 2973, 263, 1472, 29899, 3179, 839, 2594, 1028, 6150, 29892, 3349, 263, 805, 6150, 1319, 310, 278, 16558, 29899, 29883, 3811, 562, 29544, 322, 731, 372, 373, 3974, 29889, 7106, 372, 304, 278, 12580, 29880, 29892, 773, 372, 304, 5330, 568, 278, 1791, 29889, 13, 13, 855, 381, 411, 263, 11979, 280, 470, 1472, 29899, 3179, 839, 805, 6150, 29892, 15661, 304, 23556, 345, 278, 26438, 29889, 2803, 12138, 363, 29871, 29906, 470, 29871, 29941, 6233, 29892, 23025, 11747, 1259, 697, 310, 278, 454, 3712, 1236, 1379, 701, 577, 2305, 508, 7336, 533, 278, 1652, 1280, 2734, 1623, 372, 29889, 13, 13, 29911, 2235, 292, 8984, 29879, 29901, 887, 29915, 276, 4444, 278, 282, 3322, 394, 523, 451, 1363, 372, 3430, 12528, 541, 304, 12138, 1283, 777, 310, 278, 901, 1700, 24285, 3161, 310, 278, 27231, 5391, 29889, 2193, 29915, 29879, 278, 5828, 29892, 8763, 29889, 13, 13, 14448, 29871, 29945, 29901, 7338, 6202, 728, 278, 1652, 1280, 491, 21653, 278, 12580, 29880, 411, 263, 260, 764, 29892, 322, 788, 278, 21676, 454, 3712, 3623, 625, 322, 278, 1045, 6504, 4094, 29889, 313, 2831, 11220, 282, 3322, 29892, 788, 29871, 29941, 2723, 567, 11220, 4094, 29892, 23546, 29892, 322, 20343, 297, 263, 29871, 29896, 29899, 339, 442, 2908, 310, 14890, 29892, 5948, 1754, 491, 3889, 19583, 263, 10256, 12580, 29880, 310, 4094, 363, 29871, 29906, 29946, 6199, 1846, 13, 13, 14448, 29871, 29953, 29901, 1632, 403, 10849, 18254, 29885, 387, 975, 278, 2246, 322, 11979, 280, 714, 297, 29871, 29941, 29899, 2112, 3348, 886, 29889, 13, 13, 29909, 3455, 310, 379, 799, 303, 15918, 8213, 13, 14190, 1548, 5221, 1078, 297, 5164, 23736, 403, 9999, 292, 11104, 29892, 607, 2794, 591, 1122, 679, 12530, 844, 6847, 373, 6920, 616, 368, 10434, 9316, 20848, 1549, 1749, 2988, 304, 3240, 737, 261, 11840, 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 ]
Go back to /usr/src/vdr-1.2.5 and run runvdr.remote. If you use Red Hat, set the environment variable LD_ASSUME_KERNEL=2.4.1, because VDR doesn't yet work with the native posix layer that Red Hat introduced in the latest version. The modules for the DVB card then are loaded, and the VDR is started. Hook up your TV, and you should see a black screen prompting you to define the keys on your remote. After finishing the wizard, you're ready to watch TV, record shows and remove commercials. You can listen to your MP3s and watch videos. There's a manual in VDR's root that explains how to record and edit TV events, using the time-shift feature. Back It Up In case you're disappointed that the end of the article is within reach, don't worry; there still are some optional things you can do. The automatic backup feature has some limitations. Although the (S)VCD backup works flawlessly, the DivX encoding does not crop the picture to remove black bands, should they exist. This has quite a negative impact on bit rate, size and overall picture quality. If you really want a high-quality, small-size MPEG-4, you should back it up manually. The improved picture quality is well worth the trouble. Figure 3. The information bar shows the program name, running TV show and what's on next. VDR splits its recordings into 2GB files, which is a bit inconvenient for transcoding the videos. If you go for manual conversion, which gives you finer control over the quality/size aspect, mencoder or transcode are good options. Use the speedy mencoder, which I found to be perfect for backups to MPEG-4, or transcode, which comes with a lot of tools. If you favor the I-don't-want-to-care approach, get a hold of VDRCONVERT. The README file offers a pretty simple approach to installing it, and at least you can watch some TV while downloading and compiling. With VDRCONVERT you have to change some scripts and configuration files to adapt the DVD/(S)VCD resolutions to NTSC, in case PAL is not used where you live. It's too bad that a Linux PVR doesn't make the TV programs themselves any better, but I guess you can't have everything, can you? Christian A. Herzog is a programmer focused on Web development using open-source technologies. He's still on his never-ending quest to bring a Linux-based device to every home and company he comes across. Write him at noeffred@gmx.net. Comment viewing options I was wonder if you could also include a connection diagram . I was looking at the nexus-s card and didn't see a TV out, just a loop connection is this the connection used for the TV. Or are using additional card to get the TV output?
[ 1, 2921, 1250, 304, 847, 4855, 29914, 4351, 29914, 29894, 7707, 29899, 29896, 29889, 29906, 29889, 29945, 322, 1065, 1065, 29894, 7707, 29889, 16674, 29889, 960, 13, 6293, 671, 4367, 25966, 29892, 731, 278, 5177, 2286, 13, 10249, 29918, 22933, 29965, 2303, 29918, 29968, 1001, 29940, 6670, 29922, 29906, 29889, 29946, 29889, 29896, 29892, 1363, 478, 8353, 1838, 29915, 29873, 3447, 664, 411, 278, 7531, 13, 1066, 861, 7546, 393, 4367, 25966, 9129, 297, 278, 9281, 1873, 29889, 450, 10585, 363, 13, 1552, 360, 24281, 5881, 769, 526, 7500, 29892, 322, 278, 478, 8353, 338, 4687, 29889, 29612, 701, 596, 5648, 29892, 13, 392, 366, 881, 1074, 263, 4628, 4315, 9508, 292, 366, 304, 4529, 278, 6611, 373, 596, 13, 16674, 29889, 2860, 28321, 278, 281, 17909, 29892, 366, 29915, 276, 7960, 304, 6505, 5648, 29892, 2407, 13, 845, 1242, 322, 3349, 7825, 455, 1338, 29889, 887, 508, 11621, 304, 596, 16379, 29941, 29879, 322, 6505, 13, 29894, 7958, 29889, 1670, 29915, 29879, 263, 12219, 297, 478, 8353, 29915, 29879, 3876, 393, 18568, 13, 3525, 304, 2407, 322, 3863, 5648, 4959, 29892, 773, 278, 931, 29899, 10889, 4682, 29889, 13, 13, 5841, 739, 5020, 13, 13, 797, 1206, 366, 29915, 276, 23451, 287, 393, 278, 1095, 310, 278, 4274, 338, 2629, 6159, 29892, 13, 9176, 29915, 29873, 15982, 29936, 727, 1603, 526, 777, 13136, 2712, 366, 508, 437, 29889, 450, 18428, 13, 1627, 786, 4682, 756, 777, 27028, 29889, 8512, 278, 313, 29903, 29897, 29963, 6530, 16199, 1736, 13, 29888, 10653, 23769, 29892, 278, 4910, 29990, 8025, 947, 451, 274, 1336, 278, 7623, 304, 3349, 13, 8517, 22706, 29892, 881, 896, 1863, 29889, 910, 756, 3755, 263, 8178, 13, 6574, 627, 373, 2586, 6554, 29892, 2159, 322, 12463, 7623, 11029, 29889, 960, 366, 2289, 13, 29893, 424, 263, 1880, 29899, 29567, 29892, 2319, 29899, 2311, 341, 4162, 29954, 29899, 29946, 29892, 366, 881, 1250, 372, 701, 7522, 29889, 13, 1576, 16710, 7623, 11029, 338, 1532, 7088, 278, 7458, 29889, 13, 13, 13080, 545, 29871, 29941, 29889, 450, 2472, 2594, 3697, 278, 1824, 1024, 29892, 2734, 5648, 1510, 322, 825, 29915, 29879, 13, 265, 2446, 29889, 13, 13, 29963, 8353, 8536, 1169, 967, 2407, 886, 964, 29871, 29906, 7210, 2066, 29892, 607, 338, 263, 2586, 22629, 854, 993, 13, 1454, 1301, 29883, 3689, 278, 19707, 29889, 960, 366, 748, 363, 12219, 11301, 29892, 607, 13, 29887, 3145, 366, 1436, 261, 2761, 975, 278, 11029, 29914, 2311, 9565, 29892, 1757, 29883, 6119, 470, 13, 3286, 401, 526, 1781, 3987, 29889, 4803, 278, 6210, 29891, 1757, 29883, 6119, 29892, 607, 306, 1476, 304, 13, 915, 4922, 363, 1250, 14340, 304, 341, 4162, 29954, 29899, 29946, 29892, 470, 1301, 401, 29892, 607, 5304, 411, 263, 3287, 310, 13, 8504, 29889, 960, 366, 7853, 278, 306, 29899, 9176, 29915, 29873, 29899, 29893, 424, 29899, 517, 29899, 18020, 2948, 29892, 679, 263, 4808, 13, 974, 478, 8353, 6007, 5348, 29911, 29889, 13, 1576, 5195, 3035, 2303, 934, 16688, 263, 5051, 2560, 2948, 304, 13, 6252, 292, 372, 29892, 322, 472, 3203, 366, 508, 6505, 777, 5648, 1550, 28536, 322, 13, 2388, 6504, 29889, 13, 3047, 478, 8353, 6007, 5348, 29911, 366, 505, 304, 13, 3167, 777, 12078, 322, 5285, 2066, 304, 7744, 278, 15191, 14571, 29903, 29897, 29963, 6530, 13, 9778, 17925, 304, 405, 29911, 7187, 29892, 297, 1206, 349, 1964, 338, 451, 1304, 988, 366, 5735, 29889, 13, 13, 3112, 29915, 29879, 2086, 4319, 393, 263, 8074, 349, 29963, 29934, 1838, 29915, 29873, 1207, 278, 5648, 13, 8860, 29879, 6053, 738, 2253, 29892, 541, 306, 4140, 366, 508, 29915, 29873, 505, 13, 17991, 1918, 29892, 508, 366, 29973, 13, 13, 18687, 713, 319, 29889, 23804, 338, 263, 27922, 21309, 373, 2563, 5849, 773, 13, 3150, 29899, 4993, 5722, 11763, 29889, 940, 29915, 29879, 1603, 373, 670, 2360, 29899, 2548, 21126, 304, 6963, 263, 13, 24085, 29899, 6707, 4742, 304, 1432, 3271, 322, 5001, 540, 5304, 4822, 29889, 13, 6113, 1075, 472, 694, 12352, 1127, 29992, 29887, 16838, 29889, 1212, 29889, 13, 13, 20001, 1776, 292, 3987, 13, 13, 29902, 471, 4997, 565, 366, 1033, 884, 3160, 263, 3957, 13722, 869, 306, 471, 3063, 472, 278, 452, 29916, 375, 29899, 29879, 5881, 322, 3282, 29915, 29873, 1074, 263, 5648, 714, 29892, 925, 263, 2425, 3957, 338, 445, 278, 3957, 1304, 363, 278, 5648, 29889, 1394, 526, 773, 5684, 5881, 304, 679, 278, 5648, 1962, 29973 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 x509util import ( "crypto/rand" "crypto/rsa" "crypto/x509" "crypto/x509/pkix" "testing" ) func TestCreateCertificateRequest(t *testing.T) { r := rand.Reader priv, err := rsa.GenerateKey(r, 1024) if err != nil { t.Fatal(err) } template := CertificateRequest{ CertificateRequest: x509.CertificateRequest{ Subject: pkix.Name{ CommonName: "test.acme.co", Country: []string{"US"}, }, }, ChallengePassword: "foobar", } derBytes, err := CreateCertificateRequest(r, &template, priv) if err != nil { t.Fatal(err) } out, err := x509.ParseCertificateRequest(derBytes) if err != nil { t.Fatalf("failed to create certificate request: %s", err) } if err := out.CheckSignature(); err != nil { t.Errorf("failed to check certificate request signature: %s", err) } challenge, err := ParseChallengePassword(derBytes) if err != nil { t.Fatalf("failed to parse challengePassword attribute: %s", err) } if have, want := challenge, template.ChallengePassword; have != want { t.Errorf("have %s, want %s", have, want) } }
[ 1, 3577, 921, 29945, 29900, 29929, 4422, 13, 13, 5215, 313, 13, 12, 29908, 29883, 17929, 29914, 9502, 29908, 13, 12, 29908, 29883, 17929, 29914, 2288, 29874, 29908, 13, 12, 29908, 29883, 17929, 29914, 29916, 29945, 29900, 29929, 29908, 13, 12, 29908, 29883, 17929, 29914, 29916, 29945, 29900, 29929, 29914, 20571, 861, 29908, 13, 12, 29908, 13424, 29908, 13, 29897, 13, 13, 9891, 4321, 4391, 20455, 8021, 3089, 29898, 29873, 334, 13424, 29889, 29911, 29897, 426, 13, 12, 29878, 3490, 20088, 29889, 6982, 13, 12, 22534, 29892, 4589, 3490, 364, 4977, 29889, 5631, 403, 2558, 29898, 29878, 29892, 29871, 29896, 29900, 29906, 29946, 29897, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 29873, 29889, 29943, 2075, 29898, 3127, 29897, 13, 12, 29913, 13, 13, 12, 6886, 3490, 18410, 8021, 3089, 29912, 13, 12, 12, 20455, 8021, 3089, 29901, 921, 29945, 29900, 29929, 29889, 20455, 8021, 3089, 29912, 13, 12, 12, 12, 20622, 29901, 282, 29895, 861, 29889, 1170, 29912, 13, 12, 12, 12, 12, 18877, 1170, 29901, 376, 1688, 29889, 562, 1004, 29889, 1111, 613, 13, 12, 12, 12, 12, 20779, 29901, 1678, 5159, 1807, 6377, 3308, 10758, 13, 12, 12, 12, 1118, 13, 12, 12, 1118, 13, 12, 12, 1451, 11768, 10048, 29901, 376, 1181, 22872, 613, 13, 12, 29913, 13, 13, 12, 672, 11207, 29892, 4589, 3490, 6204, 20455, 8021, 3089, 29898, 29878, 29892, 669, 6886, 29892, 5999, 29897, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 29873, 29889, 29943, 2075, 29898, 3127, 29897, 13, 12, 29913, 13, 13, 12, 449, 29892, 4589, 3490, 921, 29945, 29900, 29929, 29889, 12914, 20455, 8021, 3089, 29898, 672, 11207, 29897, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 29873, 29889, 29943, 2075, 29888, 703, 26061, 304, 1653, 12289, 2009, 29901, 1273, 29879, 613, 4589, 29897, 13, 12, 29913, 13, 13, 12, 361, 4589, 3490, 714, 29889, 5596, 10140, 1535, 890, 4589, 2804, 4263, 426, 13, 12, 12, 29873, 29889, 2392, 29888, 703, 26061, 304, 1423, 12289, 2009, 12608, 29901, 1273, 29879, 613, 4589, 29897, 13, 12, 29913, 13, 13, 12, 305, 11768, 29892, 4589, 3490, 20969, 1451, 11768, 10048, 29898, 672, 11207, 29897, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 29873, 29889, 29943, 2075, 29888, 703, 26061, 304, 6088, 18766, 10048, 5352, 29901, 1273, 29879, 613, 4589, 29897, 13, 12, 29913, 13, 13, 12, 361, 505, 29892, 864, 3490, 18766, 29892, 4472, 29889, 1451, 11768, 10048, 29936, 505, 2804, 864, 426, 13, 12, 12, 29873, 29889, 2392, 29888, 703, 17532, 1273, 29879, 29892, 864, 1273, 29879, 613, 505, 29892, 864, 29897, 13, 12, 29913, 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 ]
MacEwan International MacEwan International promotes an internationally informed and cross-culturally sensitive learning environment. Our vision is to be a leader in internationalization, preparing all students, as well as faculty and staff, to succeed in and contribute to a global society and economy as members of an interconnected world community.
[ 1, 4326, 29923, 11440, 4623, 13, 13, 15735, 29923, 11440, 4623, 2504, 4769, 385, 2836, 362, 635, 23388, 322, 4891, 29899, 29883, 9730, 635, 20502, 6509, 5177, 29889, 8680, 18551, 338, 304, 367, 263, 11822, 297, 6121, 2133, 29892, 10223, 292, 599, 8041, 29892, 408, 1532, 408, 4024, 18857, 322, 13925, 29892, 304, 9269, 297, 322, 29126, 304, 263, 5534, 12459, 322, 26504, 408, 5144, 310, 385, 1006, 18045, 3186, 7881, 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 ]
Robinsons ready to roll Twins Tyrell and Tyree Robinson making their marks in football, basketball A quick look at twin brothers Tyree and Tyrell Robinson (San Diego/Lincoln) reveals one big misconception: They're not identical. Tyree, older by two minutes, is taller by a full inch and likes to distinguish himself by wearing headbands. Tyrell is bulkier and less flashy with his wardrobe choices. And when the dual-sport athletes take the football field, their differences continue to stack up.
[ 1, 6417, 1144, 787, 7960, 304, 9679, 13, 13, 27418, 1144, 9656, 15044, 322, 9656, 929, 22265, 3907, 1009, 17997, 297, 5733, 29892, 20305, 13, 13, 29909, 4996, 1106, 472, 3252, 262, 21383, 9656, 929, 322, 9656, 15044, 22265, 313, 22509, 16879, 29914, 11667, 16575, 29897, 10320, 1338, 697, 4802, 3984, 535, 1441, 29901, 2688, 29915, 276, 451, 13557, 29889, 9656, 929, 29892, 9642, 491, 1023, 6233, 29892, 338, 260, 12572, 491, 263, 2989, 297, 305, 322, 4188, 267, 304, 20820, 3654, 491, 591, 4362, 2343, 29890, 4167, 29889, 9656, 15044, 338, 21610, 631, 322, 3109, 11013, 29891, 411, 670, 281, 538, 307, 915, 19995, 29889, 13, 13, 2855, 746, 278, 14581, 29899, 29879, 637, 28563, 267, 2125, 278, 5733, 1746, 29892, 1009, 12651, 6773, 304, 5096, 701, 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 ]
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.vcs.impl import com.intellij.ProjectTopics import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.components.service import com.intellij.openapi.extensions.ExtensionNotApplicableException import com.intellij.openapi.module.Module import com.intellij.openapi.module.ModuleManager import com.intellij.openapi.project.ModuleListener import com.intellij.openapi.project.Project import com.intellij.openapi.project.rootManager import com.intellij.openapi.roots.ModuleRootEvent import com.intellij.openapi.roots.ModuleRootListener import com.intellij.openapi.startup.StartupActivity import com.intellij.openapi.vcs.AbstractVcs import com.intellij.openapi.vcs.ProjectLevelVcsManager import com.intellij.openapi.vcs.VcsDirectoryMapping import com.intellij.openapi.vfs.VirtualFile internal class ModuleVcsDetector(private val project: Project) { private val vcsManager by lazy(LazyThreadSafetyMode.NONE) { (ProjectLevelVcsManager.getInstance(project) as ProjectLevelVcsManagerImpl) } internal class MyPostStartUpActivity : StartupActivity.DumbAware { init { if (ApplicationManager.getApplication().isUnitTestMode) { throw ExtensionNotApplicableException.INSTANCE } } override fun runActivity(project: Project) { val vcsDetector = project.service<ModuleVcsDetector>() val listener = vcsDetector.MyModulesListener() val busConnection = project.messageBus.connect() busConnection.subscribe(ProjectTopics.MODULES, listener) busConnection.subscribe(ProjectTopics.PROJECT_ROOTS, listener) if (vcsDetector.vcsManager.needAutodetectMappings()) { vcsDetector.autoDetectVcsMappings(true) } } } private inner class MyModulesListener : ModuleRootListener, ModuleListener { private val myMappingsForRemovedModules: MutableList<VcsDirectoryMapping> = mutableListOf() override fun beforeRootsChange(event: ModuleRootEvent) { myMappingsForRemovedModules.clear() } override fun rootsChanged(event: ModuleRootEvent) { myMappingsForRemovedModules.forEach { mapping -> vcsManager.removeDirectoryMapping(mapping) } // the check calculates to true only before user has done any change to mappings, i.e. in case modules are detected/added automatically // on start etc (look inside) if (vcsManager.needAutodetectMappings()) { autoDetectVcsMappings(false) } } override fun moduleAdded(project: Project, module: Module) { myMappingsForRemovedModules.removeAll(getMappings(module)) autoDetectModuleVcsMapping(module) } override fun beforeModuleRemoved(project: Project, module: Module) { myMappingsForRemovedModules.addAll(getMappings(module)) } } private fun autoDetectVcsMappings(tryMapPieces: Boolean) { if (vcsManager.haveDefaultMapping() != null) return val usedVcses = mutableSetOf<AbstractVcs?>() val detectedRoots = mutableSetOf<Pair<VirtualFile, AbstractVcs>>() val roots = ModuleManager.getInstance(project).modules.flatMap { it.rootManager.contentRoots.asIterable() }.distinct() for (root in roots) { val moduleVcs = vcsManager.findVersioningVcs(root) if (moduleVcs != null) { detectedRoots.add(Pair(root, moduleVcs)) } usedVcses.add(moduleVcs) // put 'null' for unmapped module } val commonVcs = usedVcses.singleOrNull() if (commonVcs != null) { // Remove existing mappings that will duplicate added <Project> mapping. val rootPaths = roots.map { it.path }.toSet() val additionalMappings = vcsManager.directoryMappings.filter { it.directory !in rootPaths } vcsManager.setAutoDirectoryMappings(additionalMappings + VcsDirectoryMapping.createDefault(commonVcs.name)) } else if (tryMapPieces) { val newMappings = detectedRoots.map { (root, vcs) -> VcsDirectoryMapping(root.path, vcs.name) } vcsManager.setAutoDirectoryMappings(vcsManager.directoryMappings + newMappings) } } private fun autoDetectModuleVcsMapping(module: Module) { if (vcsManager.haveDefaultMapping() != null) return val newMappings = mutableListOf<VcsDirectoryMapping>() for (file in module.rootManager.contentRoots) { val vcs = vcsManager.findVersioningVcs(file) if (vcs != null && vcs !== vcsManager.getVcsFor(file)) { newMappings.add(VcsDirectoryMapping(file.path, vcs.name)) } } if (newMappings.isNotEmpty()) { vcsManager.setAutoDirectoryMappings(vcsManager.directoryMappings + newMappings) } } private fun getMappings(module: Module): List<VcsDirectoryMapping> { return module.rootManager.contentRoots .mapNotNull { root -> vcsManager.directoryMappings.firstOrNull { it.directory == root.path } } } }
[ 1, 849, 14187, 1266, 29871, 29906, 29900, 29900, 29900, 29899, 29906, 29900, 29906, 29900, 27804, 28183, 1144, 269, 29889, 29878, 29889, 29877, 29889, 4803, 310, 445, 2752, 775, 338, 4095, 287, 491, 278, 13380, 29871, 29906, 29889, 29900, 19405, 393, 508, 367, 1476, 297, 278, 365, 2965, 1430, 1660, 934, 29889, 13, 5113, 419, 29889, 28820, 29889, 3150, 2754, 29889, 29894, 2395, 29889, 13699, 13, 13, 5215, 419, 29889, 28820, 29889, 7653, 7031, 1199, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 6214, 29889, 4873, 3260, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 14036, 29889, 5509, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 24299, 29889, 17657, 3664, 2052, 506, 519, 2451, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 5453, 29889, 7355, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 5453, 29889, 7355, 3260, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 4836, 29889, 7355, 3962, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 4836, 29889, 7653, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 4836, 29889, 4632, 3260, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 307, 1862, 29889, 7355, 10303, 2624, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 307, 1862, 29889, 7355, 10303, 3962, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 2962, 786, 29889, 4763, 786, 3886, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 29894, 2395, 29889, 9118, 29963, 2395, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 29894, 2395, 29889, 7653, 10108, 29963, 2395, 3260, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 29894, 2395, 29889, 29963, 2395, 9882, 15845, 13, 5215, 419, 29889, 28820, 29889, 3150, 2754, 29889, 29894, 5847, 29889, 21287, 2283, 13, 13, 7564, 770, 15591, 29963, 2395, 6362, 3019, 29898, 9053, 659, 2060, 29901, 8010, 29897, 426, 13, 29871, 2024, 659, 325, 2395, 3260, 491, 17366, 29898, 29931, 24683, 4899, 29903, 2142, 3305, 6818, 29889, 29940, 12413, 29897, 426, 13, 1678, 313, 7653, 10108, 29963, 2395, 3260, 29889, 20958, 29898, 4836, 29897, 408, 8010, 10108, 29963, 2395, 3260, 6647, 29897, 13, 29871, 500, 13, 13, 29871, 7463, 770, 1619, 6747, 4763, 3373, 3886, 584, 7370, 786, 3886, 29889, 29928, 3774, 29909, 2519, 426, 13, 1678, 2069, 426, 13, 418, 565, 313, 4873, 3260, 29889, 657, 4873, 2141, 275, 8325, 3057, 6818, 29897, 426, 13, 4706, 3183, 7338, 2673, 3664, 2052, 506, 519, 2451, 29889, 25580, 23219, 13, 418, 500, 13, 1678, 500, 13, 13, 1678, 5712, 2090, 1065, 3886, 29898, 4836, 29901, 8010, 29897, 426, 13, 418, 659, 325, 2395, 6362, 3019, 353, 2060, 29889, 5509, 29966, 7355, 29963, 2395, 6362, 3019, 16917, 13, 13, 418, 659, 13254, 353, 325, 2395, 6362, 3019, 29889, 3421, 2111, 2540, 3962, 580, 13, 418, 659, 3593, 5350, 353, 2060, 29889, 4906, 16890, 29889, 6915, 580, 13, 418, 3593, 5350, 29889, 19496, 29898, 7653, 7031, 1199, 29889, 6720, 14849, 17101, 29892, 13254, 29897, 13, 418, 3593, 5350, 29889, 19496, 29898, 7653, 7031, 1199, 29889, 8618, 17637, 29918, 21289, 29903, 29892, 13254, 29897, 13, 13, 418, 565, 313, 29894, 2395, 6362, 3019, 29889, 29894, 2395, 3260, 29889, 26180, 6147, 397, 300, 522, 9689, 886, 3101, 426, 13, 4706, 325, 2395, 6362, 3019, 29889, 6921, 6362, 522, 29963, 2395, 9689, 886, 29898, 3009, 29897, 13, 418, 500, 13, 1678, 500, 13, 29871, 500, 13, 13, 29871, 2024, 6426, 770, 1619, 2111, 2540, 3962, 584, 15591, 10303, 3962, 29892, 15591, 3962, 426, 13, 1678, 2024, 659, 590, 9689, 886, 2831, 7301, 8238, 2111, 2540, 29901, 341, 9246, 1293, 29966, 29963, 2395, 9882, 15845, 29958, 353, 26691, 1293, 2776, 580, 13, 13, 1678, 5712, 2090, 1434, 9588, 1862, 7277, 29898, 3696, 29901, 15591, 10303, 2624, 29897, 426, 13, 418, 590, 9689, 886, 2831, 7301, 8238, 2111, 2540, 29889, 8551, 580, 13, 1678, 500, 13, 13, 1678, 5712, 2090, 16778, 7590, 29898, 3696, 29901, 15591, 10303, 2624, 29897, 426, 13, 418, 590, 9689, 886, 2831, 7301, 8238, 2111, 2540, 29889, 14142, 426, 10417, 1599, 325, 2395, 3260, 29889, 5992, 9882, 15845, 29898, 20698, 29897, 500, 13, 418, 849, 278, 1423, 3408, 1078, 304, 1565, 871, 1434, 1404, 756, 2309, 738, 1735, 304, 611, 27775, 29892, 474, 29889, 29872, 29889, 297, 1206, 10585, 526, 17809, 29914, 23959, 6336, 13, 418, 849, 373, 1369, 2992, 313, 6914, 2768, 29897, 13, 418, 565, 313, 29894, 2395, 3260, 29889, 26180, 6147, 397, 300, 522, 9689, 886, 3101, 426, 13, 4706, 4469, 6362, 522, 29963, 2395, 9689, 886, 29898, 4541, 29897, 13, 418, 500, 13, 1678, 500, 13, 13, 1678, 5712, 2090, 3883, 2528, 287, 29898, 4836, 29901, 8010, 29892, 3883, 29901, 15591, 29897, 426, 13, 418, 590, 9689, 886, 2831, 7301, 8238, 2111, 2540, 29889, 5992, 3596, 29898, 657, 9689, 886, 29898, 5453, 876, 13, 418, 4469, 6362, 522, 7355, 29963, 2395, 15845, 29898, 5453, 29897, 13, 1678, 500, 13, 13, 1678, 5712, 2090, 1434, 7355, 7301, 8238, 29898, 4836, 29901, 8010, 29892, 3883, 29901, 15591, 29897, 426, 13, 418, 590, 9689, 886, 2831, 7301, 8238, 2111, 2540, 29889, 1202, 3596, 29898, 657, 9689, 886, 29898, 5453, 876, 13, 1678, 500, 13, 29871, 500, 13, 13, 29871, 2024, 2090, 4469, 6362, 522, 29963, 2395, 9689, 886, 29898, 2202, 3388, 29925, 347, 778, 29901, 11185, 29897, 426, 13, 1678, 565, 313, 29894, 2395, 3260, 29889, 17532, 4592, 15845, 580, 2804, 1870, 29897, 736, 13, 13, 1678, 659, 1304, 29963, 2395, 267, 353, 26691, 2697, 2776, 29966, 9118, 29963, 2395, 29973, 16917, 13, 1678, 659, 17809, 9588, 1862, 353, 26691, 2697, 2776, 29966, 20547, 29966, 21287, 2283, 29892, 25513, 29963, 2395, 6778, 580, 13, 13, 1678, 659, 16778, 353, 15591, 3260, 29889, 20958, 29898, 4836, 467, 7576, 29889, 20620, 3388, 426, 372, 29889, 4632, 3260, 29889, 3051, 9588, 1862, 29889, 294, 13463, 519, 580, 500, 29889, 5721, 5562, 580, 13, 1678, 363, 313, 4632, 297, 16778, 29897, 426, 13, 418, 659, 3883, 29963, 2395, 353, 325, 2395, 3260, 29889, 2886, 6594, 292, 29963, 2395, 29898, 4632, 29897, 13, 418, 565, 313, 5453, 29963, 2395, 2804, 1870, 29897, 426, 13, 4706, 17809, 9588, 1862, 29889, 1202, 29898, 20547, 29898, 4632, 29892, 3883, 29963, 2395, 876, 13, 418, 500, 13, 418, 1304, 29963, 2395, 267, 29889, 1202, 29898, 5453, 29963, 2395, 29897, 849, 1925, 525, 4304, 29915, 363, 443, 655, 2986, 3883, 13, 1678, 500, 13, 13, 1678, 659, 3619, 29963, 2395, 353, 1304, 29963, 2395, 267, 29889, 14369, 2816, 7327, 580, 13, 1678, 565, 313, 9435, 29963, 2395, 2804, 1870, 29897, 426, 13, 418, 849, 15154, 5923, 611, 27775, 393, 674, 7929, 2715, 529, 7653, 29958, 10417, 29889, 13, 418, 659, 3876, 2605, 29879, 353, 16778, 29889, 1958, 426, 372, 29889, 2084, 500, 29889, 517, 2697, 580, 13, 418, 659, 5684, 9689, 886, 353, 325, 2395, 3260, 29889, 12322, 9689, 886, 29889, 4572, 426, 372, 29889, 12322, 1738, 262, 3876, 2605, 29879, 500, 13, 13, 418, 325, 2395, 3260, 29889, 842, 12300, 9882, 9689, 886, 29898, 1202, 3245, 9689, 886, 718, 478, 2395, 9882, 15845, 29889, 3258, 4592, 29898, 9435, 29963, 2395, 29889, 978, 876, 13, 1678, 500, 13, 1678, 1683, 565, 313, 2202, 3388, 29925, 347, 778, 29897, 426, 13, 418, 659, 716, 9689, 886, 353, 17809, 9588, 1862, 29889, 1958, 426, 313, 4632, 29892, 325, 2395, 29897, 1599, 478, 2395, 9882, 15845, 29898, 4632, 29889, 2084, 29892, 325, 2395, 29889, 978, 29897, 500, 13, 418, 325, 2395, 3260, 29889, 842, 12300, 9882, 9689, 886, 29898, 29894, 2395, 3260, 29889, 12322, 9689, 886, 718, 716, 9689, 886, 29897, 13, 1678, 500, 13, 29871, 500, 13, 13, 29871, 2024, 2090, 4469, 6362, 522, 7355, 29963, 2395, 15845, 29898, 5453, 29901, 15591, 29897, 426, 13, 1678, 565, 313, 29894, 2395, 3260, 29889, 17532, 4592, 15845, 580, 2804, 1870, 29897, 736, 13, 13, 1678, 659, 716, 9689, 886, 353, 26691, 1293, 2776, 29966, 29963, 2395, 9882, 15845, 16917, 13, 1678, 363, 313, 1445, 297, 3883, 29889, 4632, 3260, 29889, 3051, 9588, 1862, 29897, 426, 13, 418, 659, 325, 2395, 353, 325, 2395, 3260, 29889, 2886, 6594, 292, 29963, 2395, 29898, 1445, 29897, 13, 418, 565, 313, 29894, 2395, 2804, 1870, 2607, 325, 2395, 15639, 325, 2395, 3260, 29889, 657, 29963, 2395, 2831, 29898, 1445, 876, 426, 13, 4706, 716, 9689, 886, 29889, 1202, 29898, 29963, 2395, 9882, 15845, 29898, 1445, 29889, 2084, 29892, 325, 2395, 29889, 978, 876, 13, 418, 500, 13, 1678, 500, 13, 1678, 565, 313, 1482, 9689, 886, 29889, 275, 3664, 8915, 3101, 426, 13, 418, 325, 2395, 3260, 29889, 842, 12300, 9882, 9689, 886, 29898, 29894, 2395, 3260, 29889, 12322, 9689, 886, 718, 716, 9689, 886, 29897, 13, 1678, 500, 13, 29871, 500, 13, 13, 29871, 2024, 2090, 679, 9689, 886, 29898, 5453, 29901, 15591, 1125, 2391, 29966, 29963, 2395, 9882, 15845, 29958, 426, 13, 1678, 736, 3883, 29889, 4632, 3260, 29889, 3051, 9588, 1862, 13, 418, 869, 1958, 3664, 7327, 426, 3876, 1599, 325, 2395, 3260, 29889, 12322, 9689, 886, 29889, 4102, 2816, 7327, 426, 372, 29889, 12322, 1275, 3876, 29889, 2084, 500, 500, 13, 29871, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Friends of the Crow Collection: Adults/ Children ($10/ $3) || General Public: Adults/ Children ($18/ $5) Otsukimi Celebration, 2012 The Japan America Society celebrates the full autumn moon each year with an outdoor picnic, Japanese music, and haiku poetry. Although not commonly observed in modern-day Japan, the moon viewing tradition dates back to the Heian Period (794–A.D. 1185), when the evening was marked with poetry and music by court aristocrats. The celebration later spread to warriors, townspeople, and farmers, and became a harvest festival. Bring a picnic supper, beverage, and something to sit on as no food or drink will be sold at the event or pre-order an Obento from Mr. Sushi for $18 when purchasing your celebration tickets. Alcohol is not allowed at Winfrey Point, a City of Dallas park facility. For more information, visit jasdfw.org.
[ 1, 11169, 1975, 310, 278, 29445, 14348, 29901, 2087, 499, 29879, 29914, 20986, 3255, 29896, 29900, 29914, 395, 29941, 29897, 3830, 4593, 5236, 29901, 2087, 499, 29879, 29914, 20986, 3255, 29896, 29947, 29914, 395, 29945, 29897, 13, 13, 29949, 1372, 2679, 10233, 315, 6146, 1182, 362, 29892, 29871, 29906, 29900, 29896, 29906, 13, 13, 1576, 5546, 6813, 7765, 10894, 1078, 278, 2989, 1120, 1227, 18786, 1269, 1629, 411, 385, 714, 17433, 11942, 7823, 29892, 10369, 4696, 29892, 322, 447, 18282, 22309, 29889, 8512, 451, 15574, 8900, 297, 5400, 29899, 3250, 5546, 29892, 278, 18786, 1776, 292, 11399, 10116, 1250, 304, 278, 940, 713, 29498, 313, 29955, 29929, 29946, 29994, 29909, 29889, 29928, 29889, 29871, 29896, 29896, 29947, 29945, 511, 746, 278, 11005, 471, 10902, 411, 22309, 322, 4696, 491, 8973, 28672, 8415, 1446, 29889, 450, 10894, 362, 2678, 9677, 304, 1370, 28739, 29892, 4726, 5965, 1991, 29892, 322, 2215, 13269, 29892, 322, 3897, 263, 4023, 10147, 16005, 29889, 13, 13, 29933, 5393, 263, 11942, 7823, 1462, 261, 29892, 367, 19698, 29892, 322, 1554, 304, 7845, 373, 408, 694, 9687, 470, 13748, 674, 367, 5239, 472, 278, 1741, 470, 758, 29899, 2098, 385, 4250, 9239, 515, 3237, 29889, 317, 1878, 29875, 363, 395, 29896, 29947, 746, 10596, 5832, 596, 10894, 362, 16892, 1691, 29889, 838, 1111, 5391, 338, 451, 6068, 472, 399, 7192, 8903, 8984, 29892, 263, 4412, 310, 27043, 14089, 24454, 29889, 1152, 901, 2472, 29892, 6493, 432, 294, 2176, 29893, 29889, 990, 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 ]