From 792e5b667f773a4cf52ec5222a3f77e35c04d79a Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 16 Oct 2023 23:18:19 +0200 Subject: [PATCH] lab-map-filter-reduce --- your-code/main.ipynb | 580 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 457 insertions(+), 123 deletions(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index a2958dd..4759be3 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -12,11 +12,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ - "# Import reduce from functools, numpy and pandas" + "# Import reduce from functools, numpy and pandas\n", + "from functools import reduce\n", + "import numpy as np\n", + "import pandas as pd" ] }, { @@ -32,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -43,6 +46,23 @@ " prophet = f.read().split(' ')" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['\\ufeffThe', 'Project', 'Gutenberg', 'EBook', 'of', 'The', 'Prophet,', 'by', 'Kahlil', 'Gibran\\n\\nThis', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'in', 'the', 'United', 'States', 'and\\nmost', 'other', 'parts', 'of', 'the', 'world', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions\\nwhatsoever.', '', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms\\nof', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at\\nwww.gutenberg.org.', '', 'If', 'you', 'are', 'not', 'located', 'in', 'the', 'United', 'States,', \"you'll\\nhave\", 'to', 'check', 'the', 'laws', 'of', 'the', 'country', 'where', 'you', 'are', 'located', 'before', 'using\\nthis', 'ebook.\\n\\n\\n\\nTitle:', 'The', 'Prophet\\n\\nAuthor:', 'Kahlil', 'Gibran\\n\\nRelease', 'Date:', 'January', '1,', '2019', '[EBook', '#58585]\\nLast', 'Updated:', 'January', '3,', '2018\\n\\n\\nLanguage:', 'English\\n\\nCharacter', 'set', 'encoding:', 'UTF-8\\n\\n***', 'START', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'THE', 'PROPHET', '***\\n\\n\\n\\n\\nProduced', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously\\nprovided', 'by', 'the', 'Internet', \"Archive\\n\\n\\nTranscriber's\", 'Note:', 'Page', 'numbers,', 'ie:', '{20},', 'are', 'included', 'in', 'this\\nutf-8', 'text', 'file.', 'For', 'those', 'wishing', 'to', 'use', 'a', 'text', 'file', 'unencumbered\\nwith', 'page', 'numbers', 'open', 'or', 'download', 'the', 'Latin-1', 'file', '58585-8.txt.\\n\\n\\n\\n\\n\\n\\n\\nTHE', 'PROPHET\\n\\nBy', 'Kahlil', 'Gibran\\n\\nNew', 'York:', 'Alfred', 'A.', 'Knopf\\n\\n1923\\n\\n_The', 'Twelve', 'Illustrations', 'In', 'This', 'Volume\\nAre', 'Reproduced', 'From', 'Original', 'Drawings', 'By\\nThe', 'Author_\\n\\n\\n“His', 'power', 'came', 'from', 'some', 'great', 'reservoir\\nof', 'spiritual', 'life', 'else', 'it', 'could', 'not', 'have\\nbeen', 'so', 'universal', 'and', 'so', 'potent,', 'but', 'the\\nmajesty', 'and', 'beauty', 'of', 'the', 'language', 'with\\nwhich', 'he', 'clothed', 'it', 'were', 'all', 'his', 'own?”\\n\\n--Claude', 'Bragdon\\n\\n\\nTHE', 'BOOKS', 'OF', 'KAHLIL', 'GIBRAN\\n\\nThe', 'Madman.', '1918', 'Twenty', 'Drawings.', '1919\\nThe', 'Forerunner.', '1920', 'The', 'Prophet.', '1923\\nSand', 'and', 'Foam.', '1926', 'Jesus', 'the', 'Son', 'of\\nMan.', '1928', 'The', 'Forth', 'Gods.', '1931', 'The\\nWanderer.', '1932', 'The', 'Garden', 'of', 'the', 'Prophet\\n1933', 'Prose', 'Poems.', '1934', 'Nymphs', 'of', 'the\\nValley.', '1948\\n\\n\\n\\n\\nCONTENTS\\n\\n', '', '', '', '', '', '', '', '', '', 'The', 'Coming', 'of', 'the', 'Ship.......7\\n', '', '', '', '', '', '', '', '', '', 'On', 'Love.....................15\\n', '', '', '', '', '', '', '', '', '', 'On', 'Marriage.................19\\n', '', '', '', '', '', '', '', '', '', 'On', 'Children.................21\\n', '', '', '', '', '', '', '', '', '', 'On', 'Giving...................23\\n', '', '', '', '', '', '', '', '', '', 'On', 'Eating', 'and', 'Drinking......27\\n', '', '', '', '', '', '', '', '', '', 'On', 'Work.....................31\\n', '', '', '', '', '', '', '', '', '', 'On', 'Joy', 'and', 'Sorrow...........33\\n', '', '', '', '', '', '', '', '', '', 'On', 'Houses...................37\\n', '', '', '', '', '', '', '', '', '', 'On', 'Clothes..................41\\n', '', '', '', '', '', '', '', '', '', 'On', 'Buying', 'and', 'Selling.......43\\n', '', '', '', '', '', '', '', '', '', 'On', 'Crime', 'and', 'Punishment.....45\\n', '', '', '', '', '', '', '', '', '', 'On', 'Laws.....................51\\n', '', '', '', '', '', '', '', '', '', 'On', 'Freedom..................55\\n', '', '', '', '', '', '', '', '', '', 'On', 'Reason', 'and', 'Passion.......57\\n', '', '', '', '', '', '', '', '', '', 'On', 'Pain.....................60\\n', '', '', '', '', '', '', '', '', '', 'On', 'Self-Knowledge...........62\\n', '', '', '', '', '', '', '', '', '', 'On', 'Teaching.................64\\n', '', '', '', '', '', '', '', '', '', 'On', 'Friendship...............66\\n', '', '', '', '', '', '', '', '', '', 'On', 'Talking..................68\\n', '', '', '', '', '', '', '', '', '', 'On', 'Time.....................70\\n', '', '', '', '', '', '', '', '', '', 'On', 'Good', 'and', 'Evil............72\\n', '', '', '', '', '', '', '', '', '', 'On', 'Prayer...................76\\n', '', '', '', '', '', '', '', '', '', 'On', 'Pleasure.................79\\n', '', '', '', '', '', '', '', '', '', 'On', 'Beauty...................83\\n', '', '', '', '', '', '', '', '', '', 'On', 'Religion.................87\\n', '', '', '', '', '', '', '', '', '', 'On', 'Death....................90\\n', '', '', '', '', '', '', '', '', '', 'The', 'Farewell................92\\n\\n\\n\\n\\nTHE', 'PROPHET\\n\\n|Almustafa,', 'the{7}', 'chosen', 'and', 'the\\nbeloved,', 'who', 'was', 'a', 'dawn', 'unto', 'his', 'own\\nday,', 'had', 'waited', 'twelve', 'years', 'in', 'the', 'city\\nof', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to\\nreturn', 'and', 'bear', 'him', 'back', 'to', 'the', 'isle', 'of\\nhis', 'birth.\\n\\nAnd', 'in', 'the', 'twelfth', 'year,', 'on', 'the', 'seventh\\nday', 'of', 'Ielool,', 'the', 'month', 'of', 'reaping,', 'he\\nclimbed', 'the', 'hill', 'without', 'the', 'city', 'walls\\nand', 'looked', 'seaward;', 'and', 'he', 'beheld', 'his\\nship', 'coming', 'with', 'the', 'mist.\\n\\nThen', 'the', 'gates', 'of', 'his', 'heart', 'were', 'flung\\nopen,', 'and', 'his', 'joy', 'flew', 'far', 'over', 'the', 'sea.\\nAnd', 'he', 'closed', 'his', 'eyes', 'and', 'prayed', 'in', 'the\\nsilences', 'of', 'his', 'soul.\\n\\n*****\\n\\nBut', 'as', 'he', 'descended', 'the', 'hill,', 'a', 'sadness\\ncame', 'upon', 'him,', 'and', 'he', 'thought', 'in', 'his\\nheart:\\n\\nHow', 'shall', 'I', 'go', 'in', 'peace', 'and', 'without\\nsorrow?', 'Nay,', 'not', 'without', 'a', 'wound', 'in', 'the\\nspirit', 'shall', 'I', 'leave', 'this', 'city.', '{8}Long\\nwere', 'the', 'days', 'of', 'pain', 'I', 'have', 'spent\\nwithin', 'its', 'walls,', 'and', 'long', 'were', 'the\\nnights', 'of', 'aloneness;', 'and', 'who', 'can', 'depart\\nfrom', 'his', 'pain', 'and', 'his', 'aloneness', 'without\\nregret?\\n\\nToo', 'many', 'fragments', 'of', 'the', 'spirit', 'have', 'I\\nscattered', 'in', 'these', 'streets,', 'and', 'too', 'many\\nare', 'the', 'children', 'of', 'my', 'longing', 'that', 'walk\\nnaked', 'among', 'these', 'hills,', 'and', 'I', 'cannot\\nwithdraw', 'from', 'them', 'without', 'a', 'burden', 'and\\nan', 'ache.\\n\\nIt', 'is', 'not', 'a', 'garment', 'I', 'cast', 'off', 'this\\nday,', 'but', 'a', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own\\nhands.\\n\\nNor', 'is', 'it', 'a', 'thought', 'I', 'leave', 'behind', 'me,\\nbut', 'a', 'heart', 'made', 'sweet', 'with', 'hunger', 'and\\nwith', 'thirst.\\n\\n*****\\n\\nYet', 'I', 'cannot', 'tarry', 'longer.\\n\\nThe', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her\\ncalls', 'me,', 'and', 'I', 'must', 'embark.\\n\\nFor', 'to', 'stay,', 'though', 'the', 'hours', 'burn', 'in\\nthe', 'night,', 'is', 'to', 'freeze', 'and', 'crystallize\\nand', 'be', 'bound', 'in', 'a', 'mould.\\n\\nFain', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is\\nhere.', 'But', 'how', 'shall', 'I?\\n\\nA', 'voice', 'cannot', 'carry', 'the', 'tongue', 'and\\n{9}the', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone\\nmust', 'it', 'seek', 'the', 'ether.\\n\\nAnd', 'alone', 'and', 'without', 'his', 'nest', 'shall', 'the\\neagle', 'fly', 'across', 'the', 'sun.\\n\\n*****\\n\\nNow', 'when', 'he', 'reached', 'the', 'foot', 'of', 'the\\nhill,', 'he', 'turned', 'again', 'towards', 'the', 'sea,\\nand', 'he', 'saw', 'his', 'ship', 'approaching', 'the\\nharbour,', 'and', 'upon', 'her', 'prow', 'the', 'mariners,\\nthe', 'men', 'of', 'his', 'own', 'land.\\n\\nAnd', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'and', 'he\\nsaid:\\n\\nSons', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of\\nthe', 'tides,\\n\\nHow', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.\\nAnd', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which\\nis', 'my', 'deeper', 'dream.\\n\\nReady', 'am', 'I', 'to', 'go,', 'and', 'my', 'eagerness', 'with\\nsails', 'full', 'set', 'awaits', 'the', 'wind.\\n\\nOnly', 'another', 'breath', 'will', 'I', 'breathe', 'in\\nthis', 'still', 'air,', 'only', 'another', 'loving', 'look\\ncast', 'backward,\\n\\nAnd', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'a\\nseafarer', 'among', 'seafarers.', '{10}And', 'you,\\nvast', 'sea,', 'sleepless', 'mother,\\n\\nWho', 'alone', 'are', 'peace', 'and', 'freedom', 'to', 'the\\nriver', 'and', 'the', 'stream,\\n\\nOnly', 'another', 'winding', 'will', 'this', 'stream\\nmake,', 'only', 'another', 'murmur', 'in', 'this', 'glade,\\n\\nAnd', 'then', 'shall', 'I', 'come', 'to', 'you,', 'a\\nboundless', 'drop', 'to', 'a', 'boundless', 'ocean.\\n\\n*****\\n\\nAnd', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men\\nand', 'women', 'leaving', 'their', 'fields', 'and', 'their\\nvineyards', 'and', 'hastening', 'towards', 'the', 'city\\ngates.\\n\\nAnd', 'he', 'heard', 'their', 'voices', 'calling', 'his\\nname,', 'and', 'shouting', 'from', 'field', 'to', 'field\\ntelling', 'one', 'another', 'of', 'the', 'coming', 'of', 'his\\nship.\\n\\nAnd', 'he', 'said', 'to', 'himself:\\n\\nShall', 'the', 'day', 'of', 'parting', 'be', 'the', 'day', 'of\\ngathering?\\n\\nAnd', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in\\ntruth', 'my', 'dawn?\\n\\nAnd', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has\\nleft', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to\\nhim', 'who', 'has', 'stopped', 'the', 'wheel', 'of', 'his\\nwinepress?', '{11}Shall', 'my', 'heart', 'become', 'a\\ntree', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may\\ngather', 'and', 'give', 'unto', 'them?\\n\\nAnd', 'shall', 'my', 'desires', 'flow', 'like', 'a\\nfountain', 'that', 'I', 'may', 'fill', 'their', 'cups?\\n\\nAm', 'I', 'a', 'harp', 'that', 'the', 'hand', 'of', 'the', 'mighty\\nmay', 'touch', 'me,', 'or', 'a', 'flute', 'that', 'his', 'breath\\nmay', 'pass', 'through', 'me?\\n\\nA', 'seeker', 'of', 'silences', 'am', 'I,', 'and', 'what\\ntreasure', 'have', 'I', 'found', 'in', 'silences', 'that', 'I\\nmay', 'dispense', 'with', 'confidence?\\n\\nIf', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what\\nfields', 'have', 'I', 'sowed', 'the', 'seed,', 'and', 'in\\nwhat', 'unremembered', 'seasons?\\n\\nIf', 'this', 'indeed', 'be', 'the', 'hour', 'in', 'which', 'I\\nlift', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame\\nthat', 'shall', 'burn', 'therein.\\n\\nEmpty', 'and', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,\\n\\nAnd', 'the', 'guardian', 'of', 'the', 'night', 'shall', 'fill\\nit', 'with', 'oil', 'and', 'he', 'shall', 'light', 'it', 'also.\\n\\n*****\\n\\nThese', 'things', 'he', 'said', 'in', 'words.', 'But', 'much\\nin', 'his', 'heart', 'remained', 'unsaid.', 'For', '{12}he\\nhimself', 'could', 'not', 'speak', 'his', 'deeper\\nsecret.\\n\\n*****\\n\\n[Illustration:', '0020]\\n\\nAnd', 'when', 'he', 'entered', 'into', 'the', 'city', 'all\\nthe', 'people', 'came', 'to', 'meet', 'him,', 'and', 'they\\nwere', 'crying', 'out', 'to', 'him', 'as', 'with', 'one\\nvoice.\\n\\nAnd', 'the', 'elders', 'of', 'the', 'city', 'stood', 'forth\\nand', 'said:\\n\\nGo', 'not', 'yet', 'away', 'from', 'us.\\n\\nA', 'noontide', 'have', 'you', 'been', 'in', 'our\\ntwilight,', 'and', 'your', 'youth', 'has', 'given', 'us\\ndreams', 'to', 'dream.\\n\\nNo', 'stranger', 'are', 'you', 'among', 'us,', 'nor\\na', 'guest,', 'but', 'our', 'son', 'and', 'our', 'dearly\\nbeloved.\\n\\nSuffer', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for\\nyour', 'face.\\n\\n*****\\n\\nAnd', 'the', 'priests', 'and', 'the', 'priestesses', 'said\\nunto', 'him:\\n\\nLet', 'not', 'the', 'waves', 'of', 'the', 'sea', 'separate', 'us\\nnow,', 'and', 'the', 'years', 'you', 'have', 'spent', 'in', 'our\\nmidst', 'become', 'a', 'memory.\\n\\nYou', 'have', 'walked', 'among', 'us', 'a', 'spirit,\\n{13}and', 'your', 'shadow', 'has', 'been', 'a', 'light\\nupon', 'our', 'faces.\\n\\nMuch', 'have', 'we', 'loved', 'you.', 'But', 'speechless\\nwas', 'our', 'love,', 'and', 'with', 'veils', 'has', 'it', 'been\\nveiled.\\n\\nYet', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'and\\nwould', 'stand', 'revealed', 'before', 'you.\\n\\nAnd', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows\\nnot', 'its', 'own', 'depth', 'until', 'the', 'hour', 'of\\nseparation.\\n\\n*****\\n\\nAnd', 'others', 'came', 'also', 'and', 'entreated', 'him.\\nBut', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent\\nhis', 'head;', 'and', 'those', 'who', 'stood', 'near', 'saw\\nhis', 'tears', 'falling', 'upon', 'his', 'breast.\\n\\nAnd', 'he', 'and', 'the', 'people', 'proceeded', 'towards\\nthe', 'great', 'square', 'before', 'the', 'temple.\\n\\nAnd', 'there', 'came', 'out', 'of', 'the', 'sanctuary', 'a\\nwoman', 'whose', 'name', 'was', 'Almitra.', 'And', 'she\\nwas', 'a', 'seeress.\\n\\nAnd', 'he', 'looked', 'upon', 'her', 'with', 'exceeding\\ntenderness,', 'for', 'it', 'was', 'she', 'who', 'had', 'first\\nsought', 'and', 'believed', 'in', 'him', 'when', 'he', 'had\\nbeen', 'but', 'a', 'day', 'in', 'their', 'city.', '{14}And\\nshe', 'hailed', 'him,', 'saying:\\n\\nProphet', 'of', 'God,', 'in', 'quest', 'of', 'the\\nuttermost,', 'long', 'have', 'you', 'searched', 'the\\ndistances', 'for', 'your', 'ship.\\n\\nAnd', 'now', 'your', 'ship', 'has', 'come,', 'and', 'you', 'must\\nneeds', 'go.\\n\\nDeep', 'is', 'your', 'longing', 'for', 'the', 'land', 'of\\nyour', 'memories', 'and', 'the', 'dwelling', 'place\\nof', 'your', 'greater', 'desires;', 'and', 'our', 'love\\nwould', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold\\nyou.\\n\\nYet', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that\\nyou', 'speak', 'to', 'us', 'and', 'give', 'us', 'of', 'your\\ntruth.\\n\\nAnd', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,\\nand', 'they', 'unto', 'their', 'children,', 'and', 'it\\nshall', 'not', 'perish.\\n\\nIn', 'your', 'aloneness', 'you', 'have', 'watched', 'with\\nour', 'days,', 'and', 'in', 'your', 'wakefulness', 'you\\nhave', 'listened', 'to', 'the', 'weeping', 'and', 'the\\nlaughter', 'of', 'our', 'sleep.\\n\\nNow', 'therefore', 'disclose', 'us', 'to', 'ourselves,\\nand', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown\\nyou', 'of', 'that', 'which', 'is', 'between', 'birth', 'and\\ndeath.\\n\\n*****\\n\\nAnd', 'he', 'answered,\\n\\nPeople', 'of', 'Orphalese,', 'of', 'what', 'can', 'I\\n{15}speak', 'save', 'of', 'that', 'which', 'is', 'even', 'now\\nmoving', 'within', 'your', 'souls?\\n\\n*****', '*****\\n\\nThen', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of\\n_Love_.\\n\\nAnd', 'he', 'raised', 'his', 'head', 'and', 'looked', 'upon\\nthe', 'people,', 'and', 'there', 'fell', 'a', 'stillness\\nupon', 'them.', 'And', 'with', 'a', 'great', 'voice', 'he\\nsaid:\\n\\nWhen', 'love', 'beckons', 'to', 'you,', 'follow', 'him,\\n\\nThough', 'his', 'ways', 'are', 'hard', 'and', 'steep.\\n\\nAnd', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to\\nhim,\\n\\nThough', 'the', 'sword', 'hidden', 'among', 'his\\npinions', 'may', 'wound', 'you.\\n\\nAnd', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in\\nhim,\\n\\nThough', 'his', 'voice', 'may', 'shatter', 'your', 'dreams\\nas', 'the', 'north', 'wind', 'lays', 'waste', 'the', 'garden.\\n\\nFor', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall\\nhe', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your\\ngrowth', 'so', 'is', 'he', 'for', 'your', 'pruning.\\n\\nEven', 'as', 'he', 'ascends', 'to', 'your', 'height', 'and\\n{16}caresses', 'your', 'tenderest', 'branches\\nthat', 'quiver', 'in', 'the', 'sun,\\n\\nSo', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'and\\nshake', 'them', 'in', 'their', 'clinging', 'to', 'the\\nearth.\\n\\n*****\\n\\nLike', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto\\nhimself.\\n\\nHe', 'threshes', 'you', 'to', 'make', 'you', 'naked.\\n\\nHe', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your\\nhusks.\\n\\nHe', 'grinds', 'you', 'to', 'whiteness.\\n\\nHe', 'kneads', 'you', 'until', 'you', 'are', 'pliant;\\n\\nAnd', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred\\nfire,', 'that', 'you', 'may', 'become', 'sacred', 'bread\\nfor', 'God’s', 'sacred', 'feast.\\n\\n*****\\n\\nAll', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you\\nthat', 'you', 'may', 'know', 'the', 'secrets', 'of', 'your\\nheart,', 'and', 'in', 'that', 'knowledge', 'become', 'a\\nfragment', 'of', 'Life’s', 'heart.\\n\\nBut', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only\\nlove’s', 'peace', 'and', 'love’s', 'pleasure,\\n\\nThen', 'it', 'is', 'better', 'for', 'you', 'that', 'you\\ncover', '{17}your', 'nakedness', 'and', 'pass', 'out', 'of\\nlove’s', 'threshing-floor,\\n\\nInto', 'the', 'seasonless', 'world', 'where', 'you\\nshall', 'laugh,', 'but', 'not', 'all', 'of', 'your\\nlaughter,', 'and', 'weep,', 'but', 'not', 'all', 'of', 'your\\ntears.\\n\\n*****\\n\\nLove', 'gives', 'naught', 'but', 'itself', 'and', 'takes\\nnaught', 'but', 'from', 'itself.\\n\\nLove', 'possesses', 'not', 'nor', 'would', 'it', 'be\\npossessed;\\n\\nFor', 'love', 'is', 'sufficient', 'unto', 'love.\\n\\nWhen', 'you', 'love', 'you', 'should', 'not', 'say,', '“God\\nis', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in\\nthe', 'heart', 'of', 'God.”\\n\\nAnd', 'think', 'not', 'you', 'can', 'direct', 'the', 'course\\nof', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you\\nworthy,', 'directs', 'your', 'course.\\n\\nLove', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil\\nitself.\\n\\nBut', 'if', 'you', 'love', 'and', 'must', 'needs', 'have\\ndesires,', 'let', 'these', 'be', 'your', 'desires:\\n\\nTo', 'melt', 'and', 'be', 'like', 'a', 'running', 'brook', 'that\\nsings', 'its', 'melody', 'to', 'the', 'night.', '{18}To\\nknow', 'the', 'pain', 'of', 'too', 'much', 'tenderness.\\n\\nTo', 'be', 'wounded', 'by', 'your', 'own', 'understanding\\nof', 'love;\\n\\nAnd', 'to', 'bleed', 'willingly', 'and', 'joyfully.\\n\\nTo', 'wake', 'at', 'dawn', 'with', 'a', 'winged', 'heart', 'and\\ngive', 'thanks', 'for', 'another', 'day', 'of', 'loving;\\n\\nTo', 'rest', 'at', 'the', 'noon', 'hour', 'and', 'meditate\\nlove’s', 'ecstacy;\\n\\nTo', 'return', 'home', 'at', 'eventide', 'with\\ngratitude;\\n\\nAnd', 'then', 'to', 'sleep', 'with', 'a', 'prayer', 'for\\nthe', 'beloved', 'in', 'your', 'heart', 'and', 'a', 'song', 'of\\npraise', 'upon', 'your', 'lips.\\n\\n[Illustration:', '0029]\\n\\n*****', '*****\\n\\n{19}Then', 'Almitra', 'spoke', 'again', 'and', 'said,\\nAnd', 'what', 'of', '_Marriage_', 'master?\\n\\nAnd', 'he', 'answered', 'saying:\\n\\nYou', 'were', 'born', 'together,', 'and', 'together', 'you\\nshall', 'be', 'forevermore.\\n\\nYou', 'shall', 'be', 'together', 'when', 'the', 'white\\nwings', 'of', 'death', 'scatter', 'your', 'days.\\n\\nAye,', 'you', 'shall', 'be', 'together', 'even', 'in', 'the\\nsilent', 'memory', 'of', 'God.\\n\\nBut', 'let', 'there', 'be', 'spaces', 'in', 'your\\ntogetherness,\\n\\nAnd', 'let', 'the', 'winds', 'of', 'the', 'heavens', 'dance\\nbetween', 'you.\\n\\n*****\\n\\nLove', 'one', 'another,', 'but', 'make', 'not', 'a', 'bond', 'of\\nlove:\\n\\nLet', 'it', 'rather', 'be', 'a', 'moving', 'sea', 'between\\nthe', 'shores', 'of', 'your', 'souls.\\n\\nFill', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from\\none', 'cup.\\n\\nGive', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat\\nnot', 'from', 'the', 'same', 'loaf.', '{20}Sing', 'and\\ndance', 'together', 'and', 'be', 'joyous,', 'but', 'let\\neach', 'one', 'of', 'you', 'be', 'alone,\\n\\nEven', 'as', 'the', 'strings', 'of', 'a', 'lute', 'are', 'alone\\nthough', 'they', 'quiver', 'with', 'the', 'same', 'music.\\n\\n*****\\n\\nGive', 'your', 'hearts,', 'but', 'not', 'into', 'each\\nother’s', 'keeping.\\n\\nFor', 'only', 'the', 'hand', 'of', 'Life', 'can', 'contain\\nyour', 'hearts.\\n\\nAnd', 'stand', 'together', 'yet', 'not', 'too', 'near\\ntogether:\\n\\nFor', 'the', 'pillars', 'of', 'the', 'temple', 'stand\\napart,\\n\\nAnd', 'the', 'oak', 'tree', 'and', 'the', 'cypress', 'grow\\nnot', 'in', 'each', 'other’s', 'shadow.\\n\\n[Illustration:', '0032]\\n\\n*****', '*****\\n\\n{21}And', 'a', 'woman', 'who', 'held', 'a', 'babe\\nagainst', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of\\n_Children_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'children', 'are', 'not', 'your', 'children.\\n\\nThey', 'are', 'the', 'sons', 'and', 'daughters', 'of\\nLife’s', 'longing', 'for', 'itself.\\n\\nThey', 'come', 'through', 'you', 'but', 'not', 'from', 'you,\\n\\nAnd', 'though', 'they', 'are', 'with', 'you', 'yet', 'they\\nbelong', 'not', 'to', 'you.\\n\\n*****\\n\\nYou', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your\\nthoughts,\\n\\nFor', 'they', 'have', 'their', 'own', 'thoughts.\\n\\nYou', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their\\nsouls,\\n\\nFor', 'their', 'souls', 'dwell', 'in', 'the', 'house', 'of\\ntomorrow,', 'which', 'you', 'cannot', 'visit,', 'not\\neven', 'in', 'your', 'dreams.\\n\\nYou', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek\\nnot', 'to', 'make', 'them', 'like', 'you.', '{22}For\\nlife', 'goes', 'not', 'backward', 'nor', 'tarries', 'with\\nyesterday.\\n\\nYou', 'are', 'the', 'bows', 'from', 'which', 'your\\nchildren', 'as', 'living', 'arrows', 'are', 'sent\\nforth.\\n\\nThe', 'archer', 'sees', 'the', 'mark', 'upon', 'the', 'path\\nof', 'the', 'infinite,', 'and', 'He', 'bends', 'you', 'with\\nHis', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift\\nand', 'far.\\n\\nLet', 'your', 'bending', 'in', 'the', 'Archer’s', 'hand', 'be\\nfor', 'gladness;\\n\\nFor', 'even', 'as', 'he', 'loves', 'the', 'arrow', 'that\\nflies,', 'so', 'He', 'loves', 'also', 'the', 'bow', 'that', 'is\\nstable.\\n\\n*****', '*****\\n\\n{23}Then', 'said', 'a', 'rich', 'man,', 'Speak', 'to', 'us', 'of\\n_Giving_.\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'give', 'but', 'little', 'when', 'you', 'give', 'of\\nyour', 'possessions.\\n\\nIt', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you\\ntruly', 'give.\\n\\nFor', 'what', 'are', 'your', 'possessions', 'but', 'things\\nyou', 'keep', 'and', 'guard', 'for', 'fear', 'you', 'may', 'need\\nthem', 'tomorrow?\\n\\nAnd', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring\\nto', 'the', 'overprudent', 'dog', 'burying', 'bones\\nin', 'the', 'trackless', 'sand', 'as', 'he', 'follows', 'the\\npilgrims', 'to', 'the', 'holy', 'city?\\n\\nAnd', 'what', 'is', 'fear', 'of', 'need', 'but', 'need\\nitself?\\n\\nIs', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is\\nfull,', 'the', 'thirst', 'that', 'is', 'unquenchable?\\n\\nThere', 'are', 'those', 'who', 'give', 'little', 'of', 'the\\n{24}much', 'which', 'they', 'have--and', 'they', 'give\\nit', 'for', 'recognition', 'and', 'their', 'hidden\\ndesire', 'makes', 'their', 'gifts', 'unwholesome.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'little', 'and\\ngive', 'it', 'all.\\n\\nThese', 'are', 'the', 'believers', 'in', 'life', 'and\\nthe', 'bounty', 'of', 'life,', 'and', 'their', 'coffer', 'is\\nnever', 'empty.\\n\\nThere', 'are', 'those', 'who', 'give', 'with', 'joy,', 'and\\nthat', 'joy', 'is', 'their', 'reward.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,\\nand', 'that', 'pain', 'is', 'their', 'baptism.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'and', 'know\\nnot', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek\\njoy,', 'nor', 'give', 'with', 'mindfulness', 'of\\nvirtue;\\n\\nThey', 'give', 'as', 'in', 'yonder', 'valley', 'the', 'myrtle\\nbreathes', 'its', 'fragrance', 'into', 'space.\\n\\nThrough', 'the', 'hands', 'of', 'such', 'as', 'these', 'God\\nspeaks,', 'and', 'from', 'behind', 'their', 'eyes', 'He\\nsmiles', 'upon', 'the', 'earth.\\n\\n[Illustration:', '0039]\\n\\nIt', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it\\nis', 'better', 'to', 'give', 'unasked,', 'through\\nunderstanding;\\n\\nAnd', 'to', 'the', 'open-handed', 'the', 'search', 'for\\n{25}one', 'who', 'shall', 'receive', 'is', 'joy', 'greater\\nthan', 'giving.\\n\\nAnd', 'is', 'there', 'aught', 'you', 'would', 'withhold?\\n\\nAll', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;\\n\\nTherefore', 'give', 'now,', 'that', 'the', 'season\\nof', 'giving', 'may', 'be', 'yours', 'and', 'not', 'your\\ninheritors’.\\n\\nYou', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only\\nto', 'the', 'deserving.”\\n\\nThe', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,\\nnor', 'the', 'flocks', 'in', 'your', 'pasture.\\n\\nThey', 'give', 'that', 'they', 'may', 'live,', 'for', 'to\\nwithhold', 'is', 'to', 'perish.\\n\\nSurely', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his\\ndays', 'and', 'his', 'nights,', 'is', 'worthy', 'of', 'all\\nelse', 'from', 'you.\\n\\nAnd', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from\\nthe', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his\\ncup', 'from', 'your', 'little', 'stream.\\n\\nAnd', 'what', 'desert', 'greater', 'shall', 'there', 'be,\\nthan', 'that', 'which', 'lies', 'in', 'the', 'courage\\nand', 'the', 'confidence,', 'nay', 'the', 'charity,', 'of\\nreceiving?\\n\\nAnd', 'who', 'are', 'you', 'that', 'men', 'should', 'rend\\n{26}their', 'bosom', 'and', 'unveil', 'their', 'pride,\\nthat', 'you', 'may', 'see', 'their', 'worth', 'naked', 'and\\ntheir', 'pride', 'unabashed?\\n\\nSee', 'first', 'that', 'you', 'yourself', 'deserve', 'to\\nbe', 'a', 'giver,', 'and', 'an', 'instrument', 'of', 'giving.\\n\\nFor', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto\\nlife--while', 'you,', 'who', 'deem', 'yourself', 'a\\ngiver,', 'are', 'but', 'a', 'witness.\\n\\nAnd', 'you', 'receivers--and', 'you', 'are\\nall', 'receivers--assume', 'no', 'weight', 'of\\ngratitude,', 'lest', 'you', 'lay', 'a', 'yoke', 'upon\\nyourself', 'and', 'upon', 'him', 'who', 'gives.\\n\\nRather', 'rise', 'together', 'with', 'the', 'giver', 'on\\nhis', 'gifts', 'as', 'on', 'wings;\\n\\nFor', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is\\nito', 'doubt', 'his', 'generosity', 'who', 'has', 'the\\nfreehearted', 'earth', 'for', 'mother,', 'and', 'God\\nfor', 'father.\\n\\n[Illustration:', '0042]\\n\\n*****', '*****\\n\\n{27}Then', 'an', 'old', 'man,', 'a', 'keeper', 'of', 'an\\ninn,', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'and\\nDrinking_.\\n\\nAnd', 'he', 'said:\\n\\nWould', 'that', 'you', 'could', 'live', 'on', 'the\\nfragrance', 'of', 'the', 'earth,', 'and', 'like', 'an', 'air\\nplant', 'be', 'sustained', 'by', 'the', 'light.\\n\\nBut', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'and', 'rob\\nthe', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to\\nquench', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'an\\nact', 'of', 'worship,\\n\\nAnd', 'let', 'your', 'board', 'stand', 'an', 'altar', 'on\\nwhich', 'the', 'pure', 'and', 'the', 'innocent', 'of\\nforest', 'and', 'plain', 'are', 'sacrificed', 'for', 'that\\nwhich', 'is', 'purer', 'and', 'still', 'more', 'innocent\\nin', 'man.\\n\\n*****\\n\\nWhen', 'you', 'kill', 'a', 'beast', 'say', 'to', 'him', 'in', 'your\\nheart,\\n\\n“By', 'the', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too\\nam', 'slain;', 'and', 'I', 'too', 'shall', 'be', 'consumed.\\n{28}For', 'the', 'law', 'that', 'delivered', 'you', 'into\\nmy', 'hand', 'shall', 'deliver', 'me', 'into', 'a', 'mightier\\nhand.\\n\\nYour', 'blood', 'and', 'my', 'blood', 'is', 'naught', 'but\\nthe', 'sap', 'that', 'feeds', 'the', 'tree', 'of', 'heaven.”\\n\\n*****\\n\\nAnd', 'when', 'you', 'crush', 'an', 'apple', 'with', 'your\\nteeth,', 'say', 'to', 'it', 'in', 'your', 'heart,\\n\\n“Your', 'seeds', 'shall', 'live', 'in', 'my', 'body,\\n\\nAnd', 'the', 'buds', 'of', 'your', 'tomorrow', 'shall\\nblossom', 'in', 'my', 'heart,\\n\\nAnd', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,\\nAnd', 'together', 'we', 'shall', 'rejoice', 'through\\nall', 'the', 'seasons.”\\n\\n*****\\n\\nAnd', 'in', 'the', 'autumn,', 'when', 'you', 'gather\\nthe', 'grapes', 'of', 'your', 'vineyards', 'for', 'the\\nwinepress,', 'say', 'in', 'your', 'heart,\\n\\n“I', 'too', 'am', 'a', 'vineyard,', 'and', 'my', 'fruit', 'shall\\nbe', 'gathered', 'for', 'the', 'winepress,\\n\\nAnd', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in\\neternal', 'vessels.”\\n\\nAnd', 'in', 'winter,', 'when', 'you', 'draw', 'the', 'wine,\\n{29}let', 'there', 'be', 'in', 'your', 'heart', 'a', 'song\\nfor', 'each', 'cup;\\n\\nAnd', 'let', 'there', 'be', 'in', 'the', 'song', 'a\\nremembrance', 'for', 'the', 'autumn', 'days,', 'and', 'for\\nthe', 'vineyard,', 'and', 'for', 'the', 'winepress.\\n\\n*****\\n*****\\n\\n{30}', 'Then', 'a', 'ploughman', 'said,', 'Speak\\nto', 'us', 'of', '_Work_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'the\\nearth', 'and', 'the', 'soul', 'of', 'the', 'earth.\\n\\nFor', 'to', 'be', 'idle', 'is', 'to', 'become', 'a', 'stranger\\nunto', 'the', 'seasons,', 'and', 'to', 'step', 'out', 'of\\nlife’s', 'procession,', 'that', 'marches', 'in\\nmajesty', 'and', 'proud', 'submission', 'towards', 'the\\ninfinite.\\n\\nWhen', 'you', 'work', 'you', 'are', 'a', 'flute', 'through\\nwhose', 'heart', 'the', 'whispering', 'of', 'the', 'hours\\nturns', 'to', 'music.\\n\\nWhich', 'of', 'you', 'would', 'be', 'a', 'reed,', 'dumb', 'and\\nsilent,', 'when', 'all', 'else', 'sings', 'together', 'in\\nunison?\\n\\nAlways', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'a\\ncurse', 'and', 'labour', 'a', 'misfortune.\\n\\nBut', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you\\nfulfil', 'a', 'part', 'of', 'earth’s', 'furthest', 'dream,\\n{31}assigned', 'to', 'you', 'when', 'that', 'dream', 'was\\nborn,\\n\\nAnd', 'in', 'keeping', 'yourself', 'with', 'labour', 'you\\nare', 'in', 'truth', 'loving', 'life,\\n\\nAnd', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be\\nintimate', 'with', 'life’s', 'inmost', 'secret.\\n\\n*****\\n\\nBut', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'an\\naffliction', 'and', 'the', 'support', 'of', 'the', 'flesh\\na', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I\\nanswer', 'that', 'naught', 'but', 'the', 'sweat', 'of\\nyour', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is\\nwritten.\\n\\nYou', 'have', 'been', 'told', 'also', 'that', 'life', 'is\\ndarkness,', 'and', 'in', 'your', 'weariness', 'you', 'echo\\nwhat', 'was', 'said', 'by', 'the', 'weary.\\n\\nAnd', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness\\n‘save', 'when', 'there', 'is', 'urge,\\n\\nAnd', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is\\nknowledge,\\n\\nAnd', 'all', 'knowledge', 'is', 'vain', 'save', 'when\\nthere', 'is', 'work,\\n\\nAnd', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is\\nlove;\\n\\nAnd', 'when', 'you', 'work', 'with', 'love', 'you', 'bind\\n{32}yourself', 'to', 'yourself,', 'and', 'to', 'one\\nanother,', 'and', 'to', 'God.\\n\\n*****\\n\\nAnd', 'what', 'is', 'it', 'to', 'work', 'with', 'love?\\n\\nIt', 'is', 'to', 'weave', 'the', 'cloth', 'with', 'threads\\ndrawn', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your\\nbeloved', 'were', 'to', 'wear', 'that', 'cloth.\\n\\nIt', 'is', 'to', 'build', 'a', 'house', 'with', 'affection,\\neven', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in\\nthat', 'house.\\n\\nIt', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'and\\nreap', 'the', 'harvest', 'with', 'joy,', 'even', 'as', 'if\\nyour', 'beloved', 'were', 'to', 'eat', 'the', 'fruit.\\n\\nIt', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion\\nwith', 'a', 'breath', 'of', 'your', 'own', 'spirit,\\n\\nAnd', 'to', 'know', 'that', 'all', 'the', 'blessed', 'dead\\nare', 'standing', 'about', 'you', 'and', 'watching.\\n\\nOften', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if\\nspeaking', 'in', 'sleep,', '“He', 'who', 'works', 'in\\nmarble,', 'and', 'finds', 'the', 'shape', 'of', 'his', 'own\\nsoul', 'in', 'the', 'stone,', 'is', 'nobler', 'than', 'he', 'who\\nploughs', 'the', 'soil.', '{33}And', 'he', 'who', 'seizes\\nthe', 'rainbow', 'to', 'lay', 'it', 'on', 'a', 'cloth', 'in', 'the\\nlikeness', 'of', 'man,', 'is', 'more', 'than', 'he', 'who\\nmakes', 'the', 'sandals', 'for', 'our', 'feet.”\\n\\nBut', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'the\\noverwakefulness', 'of', 'noontide,', 'that', 'the\\nwind', 'speaks', 'not', 'more', 'sweetly', 'to', 'the\\ngiant', 'oaks', 'than', 'to', 'the', 'least', 'of', 'all', 'the\\nblades', 'of', 'grass;\\n\\nAnd', 'he', 'alone', 'is', 'great', 'who', 'turns', 'the\\nvoice', 'of', 'the', 'wind', 'into', 'a', 'song', 'made\\nsweeter', 'by', 'his', 'own', 'loving.\\n\\n*****\\n\\nWork', 'is', 'love', 'made', 'visible.\\n\\nAnd', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but\\nonly', 'with', 'distaste,', 'it', 'is', 'better', 'that\\nyou', 'should', 'leave', 'your', 'work', 'and', 'sit', 'at\\nthe', 'gate', 'of', 'the', 'temple', 'and', 'take', 'alms', 'of\\nthose', 'who', 'work', 'with', 'joy.\\n\\nFor', 'if', 'you', 'bake', 'bread', 'with', 'indifference,\\nyou', 'bake', 'a', 'bitter', 'bread', 'that', 'feeds', 'but\\nhalf', 'man’s', 'hunger.\\n\\nAnd', 'if', 'you', 'grudge', 'the', 'crushing', 'of', 'the\\ngrapes,', 'your', 'grudge', 'distils', 'a', 'poison', 'in\\nthe', 'wine.', '{34}And', 'if', 'you', 'sing', 'though', 'as\\nangels,', 'and', 'love', 'not', 'the', 'singing,', 'you\\nmuffle', 'man’s', 'ears', 'to', 'the', 'voices', 'of', 'the\\nday', 'and', 'the', 'voices', 'of', 'the', 'night.\\n\\n*****', '*****\\n\\n{35}Then', 'a', 'woman', 'said,', 'Speak', 'to', 'us', 'of\\n_Joy', 'and', 'Sorrow_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'joy', 'is', 'your', 'sorrow', 'unmasked.\\n\\nAnd', 'the', 'selfsame', 'well', 'from', 'which', 'your\\nlaughter', 'rises', 'was', 'oftentimes', 'filled\\nwith', 'your', 'tears.\\n\\nAnd', 'how', 'else', 'can', 'it', 'be?\\n\\nThe', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your\\nbeing,', 'the', 'more', 'joy', 'you', 'can', 'contain.\\n\\nIs', 'not', 'the', 'cup', 'that', 'holds', 'your', 'wine', 'the\\nvery', 'cup', 'that', 'was', 'burned', 'in', 'the', 'potter’s\\noven?\\n\\nAnd', 'is', 'not', 'the', 'lute', 'that', 'soothes', 'your\\nspirit,', 'the', 'very', 'wood', 'that', 'was', 'hollowed\\nwith', 'knives?\\n\\nWhen', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your\\nheart', 'and', 'you', 'shall', 'find', 'it', 'is', 'only\\nthat', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is\\ngiving', 'you', 'joy.\\n\\nWhen', 'you', 'are', 'sorrowful', 'look', 'again', 'in\\n{36}your', 'heart,', 'and', 'you', 'shall', 'see', 'that\\nin', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which\\nhas', 'been', 'your', 'delight.\\n\\n*****\\n\\nSome', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than\\nsorrow,”', 'and', 'others', 'say,', '“Nay,', 'sorrow', 'is\\nthe', 'greater.”\\n\\nBut', 'I', 'say', 'unto', 'you,', 'they', 'are\\ninseparable.\\n\\nTogether', 'they', 'come,', 'and', 'when', 'one', 'sits\\nalone', 'with', 'you', 'at', 'your', 'board,', 'remember\\nthat', 'the', 'other', 'is', 'asleep', 'upon', 'your', 'bed.\\n\\nVerily', 'you', 'are', 'suspended', 'like', 'scales\\nbetween', 'your', 'sorrow', 'and', 'your', 'joy.\\n\\nOnly', 'when', 'you', 'are', 'empty', 'are', 'you', 'at\\nstandstill', 'and', 'balanced.\\n\\nWhen', 'the', 'treasure-keeper', 'lifts', 'you', 'to\\nweigh', 'his', 'gold', 'and', 'his', 'silver,', 'needs\\nmust', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or\\nfall.\\n\\n*****', '*****\\n\\n{37}Then', 'a', 'mason', 'came', 'forth', 'and', 'said,\\nSpeak', 'to', 'us', 'of', '_Houses_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nBuild', 'of', 'your', 'imaginings', 'a', 'bower', 'in', 'the\\nwilderness', 'ere', 'you', 'build', 'a', 'house', 'within\\nthe', 'city', 'walls.\\n\\nFor', 'even', 'as', 'you', 'have', 'home-comings', 'in\\nyour', 'twilight,', 'so', 'has', 'the', 'wanderer', 'in\\nyou,', 'the', 'ever', 'distant', 'and', 'alone.\\n\\nYour', 'house', 'is', 'your', 'larger', 'body.\\n\\nIt', 'grows', 'in', 'the', 'sun', 'and', 'sleeps', 'in', 'the\\nstillness', 'of', 'the', 'night;', 'and', 'it', 'is', 'not\\ndreamless.', 'Does', 'not', 'your', 'house', 'dream?\\nand', 'dreaming,', 'leave', 'the', 'city', 'for', 'grove\\nor', 'hilltop?\\n\\nWould', 'that', 'I', 'could', 'gather', 'your', 'houses\\ninto', 'my', 'hand,', 'and', 'like', 'a', 'sower', 'scatter\\nthem', 'in', 'forest', 'and', 'meadow.\\n\\nWould', 'the', 'valleys', 'were', 'your', 'streets,', 'and\\nthe', 'green', 'paths', 'your', 'alleys,', 'that', 'you\\n{38}might', 'seek', 'one', 'another', 'through\\nvineyards,', 'and', 'come', 'with', 'the', 'fragrance\\nof', 'the', 'earth', 'in', 'your', 'garments.\\n\\nBut', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.\\n\\nIn', 'their', 'fear', 'your', 'forefathers', 'gathered\\nyou', 'too', 'near', 'together.', 'And', 'that', 'fear\\nshall', 'endure', 'a', 'little', 'longer.', 'A', 'little\\nlonger', 'shall', 'your', 'city', 'walls', 'separate\\nyour', 'hearths', 'from', 'your', 'fields.\\n\\n*****\\n\\nAnd', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what\\nhave', 'you', 'in', 'these', 'houses?', 'And', 'what', 'is', 'it\\nyou', 'guard', 'with', 'fastened', 'doors?\\n\\nHave', 'you', 'peace,', 'the', 'quiet', 'urge', 'that\\nreveals', 'your', 'power?\\n\\nHave', 'you', 'remembrances,', 'the', 'glimmering\\narches', 'that', 'span', 'the', 'summits', 'of', 'the\\nmind?\\n\\nHave', 'you', 'beauty,', 'that', 'leads', 'the', 'heart\\nfrom', 'things', 'fashioned', 'of', 'wood', 'and', 'stone\\nto', 'the', 'holy', 'mountain?\\n\\nTell', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?\\n\\nOr', 'have', 'you', 'only', 'comfort,', 'and', 'the', 'lust\\nfor', 'comfort,', 'that', 'stealthy', 'thing', 'that\\n{39}enters', 'the', 'house', 'a', 'guest,', 'and', 'then\\nbecomes', 'a', 'host,', 'and', 'then', 'a', 'master?\\n\\n*****\\n\\nAy,', 'and', 'it', 'becomes', 'a', 'tamer,', 'and', 'with\\nhook', 'and', 'scourge', 'makes', 'puppets', 'of', 'your\\nlarger', 'desires.\\n\\nThough', 'its', 'hands', 'are', 'silken,', 'its', 'heart\\nis', 'of', 'iron.\\n\\nIt', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by\\nyour', 'bed', 'and', 'jeer', 'at', 'the', 'dignity', 'of', 'the\\nflesh.\\n\\nIt', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'and\\nlays', 'them', 'in', 'thistledown', 'like', 'fragile\\nvessels.\\n\\nVerily', 'the', 'lust', 'for', 'comfort', 'murders\\nthe', 'passion', 'of', 'the', 'soul,', 'and', 'then', 'walks\\ngrinning', 'in', 'the', 'funeral.\\n\\nBut', 'you,', 'children', 'of', 'space,', 'you', 'restless\\nin', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor\\ntamed.\\n\\nYour', 'house', 'shall', 'be', 'not', 'an', 'anchor', 'but', 'a\\nmast.\\n\\nIt', 'shall', 'not', 'be', 'a', 'glistening', 'film', 'that\\n{40}covers', 'a', 'wound,', 'but', 'an', 'eyelid', 'that\\nguards', 'the', 'eye.\\n\\nYou', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you\\nmay', 'pass', 'through', 'doors,', 'nor', 'bend', 'your\\nheads', 'that', 'they', 'strike', 'not', 'against', 'a\\nceiling,', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls\\nshould', 'crack', 'and', 'fall', 'down.\\n\\nYou', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'the\\ndead', 'for', 'the', 'living.\\n\\nAnd', 'though', 'of', 'magnificence', 'and\\nsplendour,', 'your', 'house', 'shall', 'not', 'hold\\nyour', 'secret', 'nor', 'shelter', 'your', 'longing.\\n\\nFor', 'that', 'which', 'is', 'boundless', 'in', 'you\\nabides', 'in', 'the', 'mansion', 'of', 'the', 'sky,', 'whose\\ndoor', 'is', 'the', 'morning', 'mist,', 'and', 'whose\\nwindows', 'are', 'the', 'songs', 'and', 'the', 'silences\\nof', 'night.\\n\\n*****', '*****\\n\\n{41}And', 'the', 'weaver', 'said,', 'Speak', 'to', 'us', 'of\\n_Clothes_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'clothes', 'conceal', 'much', 'of', 'your\\nbeauty,', 'yet', 'they', 'hide', 'not', 'the\\nunbeautiful.\\n\\nAnd', 'though', 'you', 'seek', 'in', 'garments', 'the\\nfreedom', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them\\na', 'harness', 'and', 'a', 'chain.\\n\\nWould', 'that', 'you', 'could', 'meet', 'the', 'sun', 'and\\nthe', 'wind', 'with', 'more', 'of', 'your', 'skin', 'and', 'less\\nof', 'your', 'raiment,\\n\\nFor', 'the', 'breath', 'of', 'life', 'is', 'in', 'the\\nsunlight', 'and', 'the', 'hand', 'of', 'life', 'is', 'in', 'the\\nwind.\\n\\nSome', 'of', 'you', 'say,', '“It', 'is', 'the', 'north', 'wind\\nwho', 'has', 'woven', 'the', 'clothes', 'we', 'wear.”\\n\\nAnd', 'I', 'say,', 'Ay,', 'it', 'was', 'the', 'north', 'wind,\\n\\nBut', 'shame', 'was', 'his', 'loom,', 'and', 'the\\nsoftening', 'of', 'the', 'sinews', 'was', 'his', 'thread.\\n\\nAnd', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in\\nthe', 'forest.', '{42}Forget', 'not', 'that', 'modesty\\nis', 'for', 'a', 'shield', 'against', 'the', 'eye', 'of', 'the\\nunclean.\\n\\nAnd', 'when', 'the', 'unclean', 'shall', 'be', 'no', 'more,\\nwhat', 'were', 'modesty', 'but', 'a', 'fetter', 'and', 'a\\nfouling', 'of', 'the', 'mind?\\n\\nAnd', 'forget', 'not', 'that', 'the', 'earth', 'delights\\nto', 'feel', 'your', 'bare', 'feet', 'and', 'the', 'winds\\nlong', 'to', 'play', 'with', 'your', 'hair.\\n\\n*****', '*****\\n\\n{43}And', 'a', 'merchant', 'said,', 'Speak', 'to', 'us', 'of\\n_Buying', 'and', 'Selling_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nTo', 'you', 'the', 'earth', 'yields', 'her', 'fruit,', 'and\\nyou', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how\\nto', 'fill', 'your', 'hands.\\n\\nIt', 'is', 'in', 'exchanging', 'the', 'gifts', 'of', 'the\\nearth', 'that', 'you', 'shall', 'find', 'abundance', 'and\\nbe', 'satisfied.\\n\\nYet', 'unless', 'the', 'exchange', 'be', 'in', 'love', 'and\\nkindly', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to\\ngreed', 'and', 'others', 'to', 'hunger.\\n\\nWhen', 'in', 'the', 'market', 'place', 'you', 'toilers', 'of\\nthe', 'sea', 'and', 'fields', 'and', 'vineyards', 'meet\\nthe', 'weavers', 'and', 'the', 'potters', 'and', 'the\\ngatherers', 'of', 'spices,--\\n\\nInvoke', 'then', 'the', 'master', 'spirit', 'of', 'the\\nearth,', 'to', 'come', 'into', 'your', 'midst', 'and\\nsanctify', 'the', 'scales', 'and', 'the', 'reckoning\\nthat', 'weighs', 'value', 'against', 'value.', '{44}And\\nsuffer', 'not', 'the', 'barren-handed', 'to', 'take\\npart', 'in', 'your', 'transactions,', 'who', 'would\\nsell', 'their', 'words', 'for', 'your', 'labour.\\n\\nTo', 'such', 'men', 'you', 'should', 'say,\\n\\n“Come', 'with', 'us', 'to', 'the', 'field,', 'or', 'go', 'with\\nour', 'brothers', 'to', 'the', 'sea', 'and', 'cast', 'your\\nnet;\\n\\nFor', 'the', 'land', 'and', 'the', 'sea', 'shall', 'be\\nbountiful', 'to', 'you', 'even', 'as', 'to', 'us.”\\n\\n*****\\n\\nAnd', 'if', 'there', 'come', 'the', 'singers', 'and', 'the\\ndancers', 'and', 'the', 'flute', 'players,--buy', 'of\\ntheir', 'gifts', 'also.\\n\\nFor', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'and\\nfrankincense,', 'and', 'that', 'which', 'they', 'bring,\\nthough', 'fashioned', 'of', 'dreams,', 'is', 'raiment\\nand', 'food', 'for', 'your', 'soul.\\n\\nAnd', 'before', 'you', 'leave', 'the', 'market', 'place,\\nsee', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with\\nempty', 'hands.\\n\\nFor', 'the', 'master', 'spirit', 'of', 'the', 'earth', 'shall\\nnot', 'sleep', 'peacefully', 'upon', 'the', 'wind\\ntill', 'the', 'needs', 'of', 'the', 'least', 'of', 'you', 'are\\nsatisfied.\\n\\n*****', '*****\\n\\n{45}Then', 'one', 'of', 'the', 'judges', 'of', 'the', 'city\\nstood', 'forth', 'and', 'said,', 'Speak', 'to', 'us', 'of\\n_Crime', 'and', 'Punishment_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nIt', 'is', 'when', 'your', 'spirit', 'goes', 'wandering\\nupon', 'the', 'wind,\\n\\nThat', 'you,', 'alone', 'and', 'unguarded,', 'commit\\na', 'wrong', 'unto', 'others', 'and', 'therefore', 'unto\\nyourself.\\n\\nAnd', 'for', 'that', 'wrong', 'committed', 'must', 'you\\nknock', 'and', 'wait', 'a', 'while', 'unheeded', 'at', 'the\\ngate', 'of', 'the', 'blessed.\\n\\nLike', 'the', 'ocean', 'is', 'your', 'god-self;\\n\\nIt', 'remains', 'for', 'ever', 'undefiled.\\n\\nAnd', 'like', 'the', 'ether', 'it', 'lifts', 'but', 'the\\nwinged.\\n\\nEven', 'like', 'the', 'sun', 'is', 'your', 'god-self;\\n\\nIt', 'knows', 'not', 'the', 'ways', 'of', 'the', 'mole', 'nor\\nseeks', 'it', 'the', 'holes', 'of', 'the', 'serpent.\\n{46}But', 'your', 'god-self', 'dwells', 'not', 'alone\\nin', 'your', 'being.\\n\\nMuch', 'in', 'you', 'is', 'still', 'man,', 'and', 'much', 'in\\nyou', 'is', 'not', 'yet', 'man,\\n\\nBut', 'a', 'shapeless', 'pigmy', 'that', 'walks', 'asleep\\nin', 'the', 'mist', 'searching', 'for', 'its', 'own\\nawakening.\\n\\nAnd', 'of', 'the', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.\\n\\nFor', 'it', 'is', 'he', 'and', 'not', 'your', 'god-self', 'nor\\nthe', 'pigmy', 'in', 'the', 'mist,', 'that', 'knows', 'crime\\nand', 'the', 'punishment', 'of', 'crime.\\n\\n*****\\n\\nOftentimes', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one\\nwho', 'commits', 'a', 'wrong', 'as', 'though', 'he', 'were\\nnot', 'one', 'of', 'you,', 'but', 'a', 'stranger', 'unto', 'you\\nand', 'an', 'intruder', 'upon', 'your', 'world.\\n\\nBut', 'I', 'say', 'that', 'even', 'as', 'the', 'holy', 'and', 'the\\nrighteous', 'cannot', 'rise', 'beyond', 'the', 'highest\\nwhich', 'is', 'in', 'each', 'one', 'of', 'you,\\n\\nSo', 'the', 'wicked', 'and', 'the', 'weak', 'cannot', 'fall\\nlower', 'than', 'the', 'lowest', 'which', 'is', 'in', 'you\\nalso.\\n\\nAnd', 'as', 'a', 'single', 'leaf', 'turns', 'not', 'yellow\\nbut', 'with', 'the', 'silent', 'knowledge', 'of', 'the\\nwhole', 'tree,', '{47}So', 'the', 'wrong-doer', 'cannot\\ndo', 'wrong', 'without', 'the', 'hidden', 'will', 'of', 'you\\nall.\\n\\nLike', 'a', 'procession', 'you', 'walk', 'together\\ntowards', 'your', 'god-self.\\n\\n[Illustration:', '0064]\\n\\nYou', 'are', 'the', 'way', 'and', 'the', 'wayfarers.\\n\\nAnd', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls\\nfor', 'those', 'behind', 'him,', 'a', 'caution', 'against\\nthe', 'stumbling', 'stone.\\n\\nAy,', 'and', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,\\nwho', 'though', 'faster', 'and', 'surer', 'of', 'foot,', 'yet\\nremoved', 'not', 'the', 'stumbling', 'stone.\\n\\nAnd', 'this', 'also,', 'though', 'the', 'word', 'lie', 'heavy\\nupon', 'your', 'hearts:\\n\\nThe', 'murdered', 'is', 'not', 'unaccountable', 'for\\nhis', 'own', 'murder,\\n\\nAnd', 'the', 'robbed', 'is', 'not', 'blameless', 'in', 'being\\nrobbed.\\n\\nThe', 'righteous', 'is', 'not', 'innocent', 'of', 'the\\ndeeds', 'of', 'the', 'wicked,\\n\\nAnd', 'the', 'white-handed', 'is', 'not', 'clean', 'in', 'the\\ndoings', 'of', 'the', 'felon.\\n\\nYea,', 'the', 'guilty', 'is', 'oftentimes', 'the', 'victim\\nof', 'the', 'injured,\\n\\nAnd', 'still', 'more', 'often', 'the', 'condemned', 'is\\n{48}the', 'burden', 'bearer', 'for', 'the', 'guiltless\\nand', 'unblamed.\\n\\nYou', 'cannot', 'separate', 'the', 'just', 'from', 'the\\nunjust', 'and', 'the', 'good', 'from', 'the', 'wicked;\\n\\nFor', 'they', 'stand', 'together', 'before', 'the', 'face\\nof', 'the', 'sun', 'even', 'as', 'the', 'black', 'thread', 'and\\nthe', 'white', 'are', 'woven', 'together.\\n\\nAnd', 'when', 'the', 'black', 'thread', 'breaks,', 'the\\nweaver', 'shall', 'look', 'into', 'the', 'whole', 'cloth,\\nand', 'he', 'shall', 'examine', 'the', 'loom', 'also.\\n\\n*****\\n\\nIf', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment\\nthe', 'unfaithful', 'wife,\\n\\nLet', 'him', 'also', 'weigh', 'the', 'heart', 'of', 'her\\nhusband', 'in', 'scales,', 'and', 'measure', 'his', 'soul\\nwith', 'measurements.\\n\\nAnd', 'let', 'him', 'who', 'would', 'lash', 'the', 'offender\\nlook', 'unto', 'the', 'spirit', 'of', 'the', 'offended.\\n\\nAnd', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'the\\nname', 'of', 'righteousness', 'and', 'lay', 'the', 'ax\\nunto', 'the', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its\\nroots;\\n\\nAnd', 'verily', 'he', 'will', 'find', 'the', 'roots', 'of', 'the\\ngood', 'and', 'the', 'bad,', 'the', 'fruitful', 'and', 'the\\n{49}fruitless,', 'all', 'entwined', 'together', 'in\\nthe', 'silent', 'heart', 'of', 'the', 'earth.\\n\\nAnd', 'you', 'judges', 'who', 'would', 'be', 'just,\\n\\nWhat', 'judgment', 'pronounce', 'you', 'upon', 'him\\nwho', 'though', 'honest', 'in', 'the', 'flesh', 'yet', 'is', 'a\\nthief', 'in', 'spirit?\\n\\nWhat', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays\\nin', 'the', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'the\\nspirit?\\n\\nAnd', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action\\nis', 'a', 'deceiver', 'and', 'an', 'oppressor,\\n\\nYet', 'who', 'also', 'is', 'aggrieved', 'and', 'outraged?\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'punish', 'those', 'whose\\nremorse', 'is', 'already', 'greater', 'than', 'their\\nmisdeeds?\\n\\nIs', 'not', 'remorse', 'the', 'justice', 'which', 'is\\nadministered', 'by', 'that', 'very', 'law', 'which', 'you\\nwould', 'fain', 'serve?\\n\\nYet', 'you', 'cannot', 'lay', 'remorse', 'upon', 'the\\ninnocent', 'nor', 'lift', 'it', 'from', 'the', 'heart', 'of\\nthe', 'guilty.\\n\\nUnbidden', 'shall', 'it', 'call', 'in', 'the', 'night,\\nthat', 'men', 'may', 'wake', 'and', 'gaze', 'upon\\nthemselves.', '{50}And', 'you', 'who', 'would\\nunderstand', 'justice,', 'how', 'shall', 'you', 'unless\\nyou', 'look', 'upon', 'all', 'deeds', 'in', 'the', 'fullness\\nof', 'light?\\n\\nOnly', 'then', 'shall', 'you', 'know', 'that', 'the', 'erect\\nand', 'the', 'fallen', 'are', 'but', 'one', 'man', 'standing\\nin', 'twilight', 'between', 'the', 'night', 'of', 'his\\npigmy-self', 'and', 'the', 'day', 'of', 'his', 'god-self,\\nAnd', 'that', 'the', 'corner-stone', 'of', 'the', 'temple\\nis', 'not', 'higher', 'than', 'the', 'lowest', 'stone', 'in\\nits', 'foundation.\\n\\n*****', '*****\\n\\n{51}Then', 'a', 'lawyer', 'said,', 'But', 'what', 'of', 'our\\n_Laws_,', 'master?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'delight', 'in', 'laying', 'down', 'laws,\\n\\nYet', 'you', 'delight', 'more', 'in', 'breaking', 'them.\\n\\nLike', 'children', 'playing', 'by', 'the', 'ocean', 'who\\nbuild', 'sand-towers', 'with', 'constancy', 'and\\nthen', 'destroy', 'them', 'with', 'laughter.\\n\\nBut', 'while', 'you', 'build', 'your', 'sand-towers', 'the\\nocean', 'brings', 'more', 'sand', 'to', 'the', 'shore,\\n\\nAnd', 'when', 'you', 'destroy', 'them', 'the', 'ocean\\nlaughs', 'with', 'you.\\n\\nVerily', 'the', 'ocean', 'laughs', 'always', 'with', 'the\\ninnocent.\\n\\nBut', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not\\nan', 'ocean,', 'and', 'man-made', 'laws', 'are', 'not\\nsand-towers,\\n\\nBut', 'to', 'whom', 'life', 'is', 'a', 'rock,', 'and', 'the', 'law\\na', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it\\nin', 'their', 'own', 'likeness?', '{52}What', 'of', 'the\\ncripple', 'who', 'hates', 'dancers?\\n\\nWhat', 'of', 'the', 'ox', 'who', 'loves', 'his', 'yoke', 'and\\ndeems', 'the', 'elk', 'and', 'deer', 'of', 'the', 'forest\\nstray', 'and', 'vagrant', 'things?\\n\\nWhat', 'of', 'the', 'old', 'serpent', 'who', 'cannot', 'shed\\nhis', 'skin,', 'and', 'calls', 'all', 'others', 'naked', 'and\\nshameless?\\n\\nAnd', 'of', 'him', 'who', 'comes', 'early', 'to', 'the\\nwedding-feast,', 'and', 'when', 'over-fed', 'and\\ntired', 'goes', 'his', 'way', 'saying', 'that', 'all\\nfeasts', 'are', 'violation', 'and', 'all', 'feasters\\nlawbreakers?\\n\\n*****\\n\\nWhat', 'shall', 'I', 'say', 'of', 'these', 'save', 'that\\nthey', 'too', 'stand', 'in', 'the', 'sunlight,', 'but', 'with\\ntheir', 'backs', 'to', 'the', 'sun?\\n\\nThey', 'see', 'only', 'their', 'shadows,', 'and', 'their\\nshadows', 'are', 'their', 'laws.\\n\\nAnd', 'what', 'is', 'the', 'sun', 'to', 'them', 'but', 'a', 'caster\\nof', 'shadows?\\n\\nAnd', 'what', 'is', 'it', 'to', 'acknowledge', 'the\\nlaws', 'but', 'to', 'stoop', 'down', 'and', 'trace', 'their\\nshadows', 'upon', 'the', 'earth?\\n\\nBut', 'you', 'who', 'walk', 'facing', 'the', 'sun,', 'what\\n{53}images', 'drawn', 'on', 'the', 'earth', 'can', 'hold\\nyou?\\n\\nYou', 'who', 'travel', 'with', 'the', 'wind,', 'what\\nweather-vane', 'shall', 'direct', 'your', 'course?\\n\\nWhat', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you\\nbreak', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison\\ndoor?\\n\\nWhat', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance\\nbut', 'stumble', 'against', 'no', 'man’s', 'iron\\nchains?\\n\\nAnd', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to\\njudgment', 'if', 'you', 'tear', 'off', 'your', 'garment\\nyet', 'leave', 'it', 'in', 'no', 'man’s', 'path?\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'the\\ndrum,', 'and', 'you', 'can', 'loosen', 'the', 'strings\\nof', 'the', 'lyre,', 'but', 'who', 'shall', 'command', 'the\\nskylark', 'not', 'to', 'sing?\\n\\n*****', '*****\\n\\n{54}And', 'an', 'orator', 'said,', 'Speak', 'to', 'us', 'of\\n_Freedom_.\\n\\nAnd', 'he', 'answered:\\n\\nAt', 'the', 'city', 'gate', 'and', 'by', 'your', 'fireside\\nI', 'have', 'seen', 'you', 'prostrate', 'yourself', 'and\\nworship', 'your', 'own', 'freedom,\\n\\nEven', 'as', 'slaves', 'humble', 'themselves', 'before\\na', 'tyrant', 'and', 'praise', 'him', 'though', 'he', 'slays\\nthem.\\n\\nAy,', 'in', 'the', 'grove', 'of', 'the', 'temple', 'and', 'in\\nthe', 'shadow', 'of', 'the', 'citadel', 'I', 'have', 'seen\\nthe', 'freest', 'among', 'you', 'wear', 'their', 'freedom\\nas', 'a', 'yoke', 'and', 'a', 'handcuff.\\n\\nAnd', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you\\ncan', 'only', 'be', 'free', 'when', 'even', 'the', 'desire\\nof', 'seeking', 'freedom', 'becomes', 'a', 'harness\\nto', 'you,', 'and', 'when', 'you', 'cease', 'to', 'speak', 'of\\nfreedom', 'as', 'a', 'goal', 'and', 'a', 'fulfilment.\\n\\nYou', 'shall', 'be', 'free', 'indeed', 'when', 'your\\ndays', 'are', 'not', 'without', 'a', 'care', 'nor', 'your\\n{55}nights', 'without', 'a', 'want', 'and', 'a', 'grief,\\n\\nBut', 'rather', 'when', 'these', 'things', 'girdle', 'your\\nlife', 'and', 'yet', 'you', 'rise', 'above', 'them', 'naked\\nand', 'unbound.\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days\\nand', 'nights', 'unless', 'you', 'break', 'the\\nchains', 'which', 'you', 'at', 'the', 'dawn', 'of', 'your\\nunderstanding', 'have', 'fastened', 'around', 'your\\nnoon', 'hour?\\n\\nIn', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is\\nthe', 'strongest', 'of', 'these', 'chains,', 'though\\nits', 'links', 'glitter', 'in', 'the', 'sun', 'and', 'dazzle\\nyour', 'eyes.\\n\\nAnd', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your\\nown', 'self', 'you', 'would', 'discard', 'that', 'you', 'may\\nbecome', 'free?\\n\\nIf', 'it', 'is', 'an', 'unjust', 'law', 'you', 'would\\nabolish,', 'that', 'law', 'was', 'written', 'with', 'your\\nown', 'hand', 'upon', 'your', 'own', 'forehead.\\n\\nYou', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law\\nbooks', 'nor', 'by', 'washing', 'the', 'foreheads', 'of\\nyour', 'judges,', 'though', 'you', 'pour', 'the', 'sea\\nupon', 'them.\\n\\nAnd', 'if', 'it', 'is', 'a', 'despot', 'you', 'would\\n{56}dethrone,', 'see', 'first', 'that', 'his', 'throne\\nerected', 'within', 'you', 'is', 'destroyed.\\n\\nFor', 'how', 'can', 'a', 'tyrant', 'rule', 'the', 'free', 'and\\nthe', 'proud,', 'but', 'for', 'a', 'tyranny', 'in', 'their\\nown', 'freedom', 'and', 'a', 'shame', 'in', 'their', 'own\\npride?\\n\\nAnd', 'if', 'it', 'is', 'a', 'care', 'you', 'would', 'cast', 'off,\\nthat', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather\\nthan', 'imposed', 'upon', 'you.\\n\\nAnd', 'if', 'it', 'is', 'a', 'fear', 'you', 'would', 'dispel,\\nthe', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart\\nand', 'not', 'in', 'the', 'hand', 'of', 'the', 'feared.\\n\\n*****\\n\\nVerily', 'all', 'things', 'move', 'within', 'your', 'being\\nin', 'constant', 'half', 'embrace,', 'the', 'desired\\nand', 'the', 'dreaded,', 'the', 'repugnant', 'and', 'the\\ncherished,', 'the', 'pursued', 'and', 'that', 'which\\nyou', 'would', 'escape.\\n\\nThese', 'things', 'move', 'within', 'you', 'as', 'lights\\nand', 'shadows', 'in', 'pairs', 'that', 'cling.\\n\\nAnd', 'when', 'the', 'shadow', 'fades', 'and', 'is', 'no\\nmore,', 'the', 'light', 'that', 'lingers', 'becomes', 'a\\nshadow', 'to', 'another', 'light.\\n\\nAnd', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its\\nfetters', 'becomes', 'itself', 'the', 'fetter', 'of', 'a\\ngreater', 'freedom.\\n\\n*****', '*****\\n\\n{57}And', 'the', 'priestess', 'spoke', 'again\\nand', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'and\\nPassion_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'soul', 'is', 'oftentimes', 'a', 'battlefield,\\nupon', 'which', 'your', 'reason', 'and', 'your', 'judgment\\nwage', 'war', 'against', 'your', 'passion', 'and', 'your\\nappetite.\\n\\nWould', 'that', 'I', 'could', 'be', 'the', 'peacemaker', 'in\\nyour', 'soul,', 'that', 'I', 'might', 'turn', 'the', 'discord\\nand', 'the', 'rivalry', 'of', 'your', 'elements', 'into\\noneness', 'and', 'melody.\\n\\nBut', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves\\nbe', 'also', 'the', 'peacemakers,', 'nay,', 'the', 'lovers\\nof', 'all', 'your', 'elements?\\n\\nYour', 'reason', 'and', 'your', 'passion', 'are', 'the\\nrudder', 'and', 'the', 'sails', 'of', 'your', 'seafaring\\nsoul.\\n\\nIf', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be\\nbroken,', 'you', 'can', 'but', 'toss', 'and', 'drift,\\nor', 'else', 'be', 'held', 'at', 'a', 'standstill', 'in\\nmid-seas.', '{58}For', 'reason,', 'ruling', 'alone,\\nis', 'a', 'force', 'confining;', 'and', 'passion,\\nunattended,', 'is', 'a', 'flame', 'that', 'burns', 'to', 'its\\nown', 'destruction.\\n\\nTherefore', 'let', 'your', 'soul', 'exalt', 'your\\nreason', 'to', 'the', 'height', 'of', 'passion,', 'that', 'it\\nmay', 'sing;\\n\\nAnd', 'let', 'it', 'direct', 'your', 'passion', 'with\\nreason,', 'that', 'your', 'passion', 'may', 'live\\nthrough', 'its', 'own', 'daily', 'resurrection,\\nand', 'like', 'the', 'phoenix', 'rise', 'above', 'its', 'own\\nashes.\\n\\n*****\\n\\nI', 'would', 'have', 'you', 'consider', 'your', 'judgment\\nand', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two\\nloved', 'guests', 'in', 'your', 'house.\\n\\nSurely', 'you', 'would', 'not', 'honour', 'one', 'guest\\nabove', 'the', 'other;', 'for', 'he', 'who', 'is', 'more\\nmindful', 'of', 'one', 'loses', 'the', 'love', 'and', 'the\\nfaith', 'of', 'both\\n\\nAmong', 'the', 'hills,', 'when', 'you', 'sit', 'in', 'the\\ncool', 'shade', 'of', 'the', 'white', 'poplars,', 'sharing\\nthe', 'peace', 'and', 'serenity', 'of', 'distant', 'fields\\nand', 'meadows--then', 'let', 'your', 'heart', 'say', 'in\\nsilence,', '“God', 'rests', 'in', 'reason.”\\n\\nAnd', 'when', 'the', 'storm', 'comes,', 'and', 'the\\n{59}mighty', 'wind', 'shakes', 'the', 'forest,\\nand', 'thunder', 'and', 'lightning', 'proclaim', 'the\\nmajesty', 'of', 'the', 'sky,--then', 'let', 'your', 'heart\\nsay', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”\\n\\nAnd', 'since', 'you', 'are', 'a', 'breath', 'in', 'God’s\\nsphere,', 'and', 'a', 'leaf', 'in', 'God’s', 'forest,', 'you\\ntoo', 'should', 'rest', 'in', 'reason', 'and', 'move', 'in\\npassion.\\n\\n*****', '*****\\n\\n{60}And', 'a', 'woman', 'spoke,', 'saying,', 'Tell', 'us\\nof', '_Pain_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'pain', 'is', 'the', 'breaking', 'of', 'the', 'shell\\nthat', 'encloses', 'your', 'understanding.\\n\\nEven', 'as', 'the', 'stone', 'of', 'the', 'fruit', 'must\\nbreak,', 'that', 'its', 'heart', 'may', 'stand', 'in', 'the\\nsun,', 'so', 'must', 'you', 'know', 'pain.\\n\\nAnd', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder\\nat', 'the', 'daily', 'miracles', 'of', 'your', 'life,', 'your\\npain', 'would', 'not', 'seem', 'less', 'wondrous', 'than\\nyour', 'joy;\\n\\nAnd', 'you', 'would', 'accept', 'the', 'seasons', 'of', 'your\\nheart,', 'even', 'as', 'you', 'have', 'always', 'accepted\\nthe', 'seasons', 'that', 'pass', 'over', 'your', 'fields.\\n\\nAnd', 'you', 'would', 'watch', 'with', 'serenity\\nthrough', 'the', 'winters', 'of', 'your', 'grief.\\n\\nMuch', 'of', 'your', 'pain', 'is', 'self-chosen.\\n\\nIt', 'is', 'the', 'bitter', 'potion', 'by', 'which', 'the\\nphysician', '{61}within', 'you', 'heals', 'your', 'sick\\nself.\\n\\nTherefore', 'trust', 'the', 'physician,', 'and', 'drink\\nhis', 'remedy', 'in', 'silence', 'and', 'tranquillity:\\nFor', 'his', 'hand,', 'though', 'heavy', 'and', 'hard,', 'is\\nguided', 'by', 'the', 'tender', 'hand', 'of', 'the', 'Unseen,\\nAnd', 'the', 'cup', 'he', 'brings,', 'though', 'it', 'burn\\nyour', 'lips,', 'has', 'been', 'fashioned', 'of', 'the\\nclay', 'which', 'the', 'Potter', 'has', 'moistened', 'with\\nHis', 'own', 'sacred', 'tears.\\n\\n*****', '*****\\n\\n{62}And', 'a', 'man', 'said,', 'Speak', 'to', 'us', 'of\\n_Self-Knowledge_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'hearts', 'know', 'in', 'silence', 'the', 'secrets\\nof', 'the', 'days', 'and', 'the', 'nights.\\n\\nBut', 'your', 'ears', 'thirst', 'for', 'the', 'sound', 'of\\nyour', 'heart’s', 'knowledge.\\n\\nYou', 'would', 'know', 'in', 'words', 'that', 'which', 'you\\nhave', 'always', 'known', 'in', 'thought.\\n\\nYou', 'would', 'touch', 'with', 'your', 'fingers', 'the\\nnaked', 'body', 'of', 'your', 'dreams.\\n\\nAnd', 'it', 'is', 'well', 'you', 'should.\\n\\nThe', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must\\nneeds', 'rise', 'and', 'run', 'murmuring', 'to', 'the', 'sea;\\n\\nAnd', 'the', 'treasure', 'of', 'your', 'infinite', 'depths\\nwould', 'be', 'revealed', 'to', 'your', 'eyes.\\n\\nBut', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your\\nunknown', 'treasure;\\n\\nAnd', 'seek', 'not', 'the', 'depths', 'of', 'your\\n{63}knowledge', 'with', 'staff', 'or', 'sounding\\nline.\\n\\nFor', 'self', 'is', 'a', 'sea', 'boundless', 'and\\nmeasureless.\\n\\n*****\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'truth,”', 'but\\nrather,', '“I', 'have', 'found', 'a', 'truth.”\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'path', 'of', 'the\\nsoul.”', 'Say', 'rather,', '“I', 'have', 'met', 'the', 'soul\\nwalking', 'upon', 'my', 'path.”\\n\\nFor', 'the', 'soul', 'walks', 'upon', 'all', 'paths.\\n\\nThe', 'soul', 'walks', 'not', 'upon', 'a', 'line,', 'neither\\ndoes', 'it', 'grow', 'like', 'a', 'reed.\\n\\nThe', 'soul', 'unfolds', 'itself,', 'like', 'a', 'lotus', 'of\\ncountless', 'petals.\\n\\n[Illustration:', '0083]\\n\\n*****', '*****\\n\\n{64}Then', 'said', 'a', 'teacher,', 'Speak', 'to', 'us', 'of\\n_Teaching_.\\n\\nAnd', 'he', 'said:\\n\\n“No', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that\\nwhich', 'already', 'lies', 'half', 'asleep', 'in', 'the\\ndawning', 'of', 'your', 'knowledge.\\n\\nThe', 'teacher', 'who', 'walks', 'in', 'the', 'shadow', 'of\\nthe', 'temple,', 'among', 'his', 'followers,', 'gives\\nnot', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his\\nfaith', 'and', 'his', 'lovingness.\\n\\nIf', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid\\nyou', 'enter', 'the', 'house', 'of', 'his', 'wisdom,', 'but\\nrather', 'leads', 'you', 'to', 'the', 'threshold', 'of\\nyour', 'own', 'mind.\\n\\nThe', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his\\nunderstanding', 'of', 'space,', 'but', 'he', 'cannot\\ngive', 'you', 'his', 'understanding.\\n\\nThe', 'musician', 'may', 'sing', 'to', 'you', 'of', 'the\\nrhythm', 'which', 'is', 'in', 'all', 'space,', 'but', 'he\\ncannot', 'give', 'you', 'the', 'ear', 'which', 'arrests\\nthe', 'rhythm', 'nor', 'the', 'voice', 'that', 'echoes', 'it.\\n{65}And', 'he', 'who', 'is', 'versed', 'in', 'the', 'science\\nof', 'numbers', 'can', 'tell', 'of', 'the', 'regions\\nof', 'weight', 'and', 'measure,', 'but', 'he', 'cannot\\nconduct', 'you', 'thither.\\n\\nFor', 'the', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its\\nwings', 'to', 'another', 'man.\\n\\nAnd', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone\\nin', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of\\nyou', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'and\\nin', 'his', 'understanding', 'of', 'the', 'earth.\\n\\n*****', '*****\\n\\n{66}And', 'a', 'youth', 'said,', 'Speak', 'to', 'us', 'of\\n_Friendship_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'friend', 'is', 'your', 'needs', 'answered.\\n\\nHe', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love\\nand', 'reap', 'with', 'thanksgiving.\\n\\nAnd', 'he', 'is', 'your', 'board', 'and', 'your', 'fireside.\\n\\nFor', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,\\nand', 'you', 'seek', 'him', 'for', 'peace.\\n\\nWhen', 'your', 'friend', 'speaks', 'his', 'mind', 'you\\nfear', 'not', 'the', '“nay”', 'in', 'your', 'own', 'mind,', 'nor\\ndo', 'you', 'withhold', 'the', '“ay.”\\n\\nAnd', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases\\nnot', 'to', 'listen', 'to', 'his', 'heart;\\n\\nFor', 'without', 'words,', 'in', 'friendship,', 'all\\nthoughts,', 'all', 'desires,', 'all', 'expectations\\nare', 'born', 'and', 'shared,', 'with', 'joy', 'that', 'is\\nunacclaimed.\\n\\nWhen', 'you', 'part', 'from', 'your', 'friend,', 'you\\ngrieve', 'not;\\n\\nFor', 'that', 'which', 'you', 'love', 'most', 'in', 'him\\nmay', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'the\\nmountain', 'to', 'the', 'climber', 'is', 'clearer\\nfrom', 'the', 'plain.', '{67}And', 'let', 'there', 'be', 'no\\npurpose', 'in', 'friendship', 'save', 'the', 'deepening\\nof', 'the', 'spirit.\\n\\nFor', 'love', 'that', 'seeks', 'aught', 'but', 'the\\ndisclosure', 'of', 'its', 'own', 'mystery', 'is', 'not\\nlove', 'but', 'a', 'net', 'cast', 'forth:', 'and', 'only', 'the\\nunprofitable', 'is', 'caught.\\n\\n*****\\n\\nAnd', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.\\n\\nIf', 'he', 'must', 'know', 'the', 'ebb', 'of', 'your', 'tide,\\nlet', 'him', 'know', 'its', 'flood', 'also.\\n\\nFor', 'what', 'is', 'your', 'friend', 'that', 'you', 'should\\nseek', 'him', 'with', 'hours', 'to', 'kill?\\n\\nSeek', 'him', 'always', 'with', 'hours', 'to', 'live.\\n\\nFor', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not\\nyour', 'emptiness.\\n\\nAnd', 'in', 'the', 'sweetness', 'of', 'friendship\\nlet', 'there', 'be', 'laughter,', 'and', 'sharing', 'of\\npleasures.\\n\\nFor', 'in', 'the', 'dew', 'of', 'little', 'things\\nthe', 'heart', 'finds', 'its', 'morning', 'and', 'is\\nrefreshed.\\n\\n*****', '*****\\n\\n{68}And', 'then', 'a', 'scholar', 'said,', 'Speak', 'of\\n_Talking_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace\\nwith', 'your', 'thoughts;\\n\\nAnd', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'the\\nsolitude', 'of', 'your', 'heart', 'you', 'live', 'in', 'your\\nlips,', 'and', 'sound', 'is', 'a', 'diversion', 'and', 'a\\npastime.\\n\\nAnd', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is\\nhalf', 'murdered.\\n\\nFor', 'thought', 'is', 'a', 'bird', 'of', 'space,', 'that', 'in\\na', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its\\nwings', 'but', 'cannot', 'fly.\\n\\nThere', 'are', 'those', 'among', 'you', 'who', 'seek', 'the\\ntalkative', 'through', 'fear', 'of', 'being', 'alone.\\n\\nThe', 'silence', 'of', 'aloneness', 'reveals', 'to\\ntheir', 'eyes', 'their', 'naked', 'selves', 'and', 'they\\nwould', 'escape.\\n\\nAnd', 'there', 'are', 'those', 'who', 'talk,', 'and\\n{69}without', 'knowledge', 'or', 'forethought', 'reveal\\na', 'truth', 'which', 'they', 'themselves', 'do', 'not\\nunderstand.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'the', 'truth\\nwithin', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in\\nwords.\\n\\nIn', 'the', 'bosom', 'of', 'such', 'as', 'these', 'the', 'spirit\\ndwells', 'in', 'rhythmic', 'silence.\\n\\n*****\\n\\nWhen', 'you', 'meet', 'your', 'friend', 'on', 'the\\nroadside', 'or', 'in', 'the', 'market', 'place,', 'let', 'the\\nspirit', 'in', 'you', 'move', 'your', 'lips', 'and', 'direct\\nyour', 'tongue.\\n\\nLet', 'the', 'voice', 'within', 'your', 'voice', 'speak', 'to\\nthe', 'ear', 'of', 'his', 'ear;\\n\\nFor', 'his', 'soul', 'will', 'keep', 'the', 'truth', 'of\\nyour', 'heart', 'as', 'the', 'taste', 'of', 'the', 'wine', 'is\\nremembered\\n\\nWhen', 'the', 'colour', 'is', 'forgotten', 'and', 'the\\nvessel', 'is', 'no', 'more.\\n\\n*****', '*****\\n\\n{70}And', 'an', 'astronomer', 'said,', 'Master,', 'what\\nof', '_Time_?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'would', 'measure', 'time', 'the', 'measureless\\nand', 'the', 'immeasurable.\\n\\nYou', 'would', 'adjust', 'your', 'conduct', 'and\\neven', 'direct', 'the', 'course', 'of', 'your', 'spirit\\naccording', 'to', 'hours', 'and', 'seasons.\\n\\nOf', 'time', 'you', 'would', 'make', 'a', 'stream', 'upon\\nwhose', 'bank', 'you', 'would', 'sit', 'and', 'watch', 'its\\nflowing.\\n\\nYet', 'the', 'timeless', 'in', 'you', 'is', 'aware', 'of\\nlife’s', 'timelessness,\\n\\nAnd', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s\\nmemory', 'and', 'tomorrow', 'is', 'today’s', 'dream.\\n\\nAnd', 'that', 'that', 'which', 'sings', 'and\\ncontemplates', 'in', 'you', 'is', 'still', 'dwelling\\nwithin', 'the', 'bounds', 'of', 'that', 'first', 'moment\\nwhich', 'scattered', 'the', 'stars', 'into', 'space.\\n{71}Who', 'among', 'you', 'does', 'not', 'feel', 'that', 'his\\npower', 'to', 'love', 'is', 'boundless?\\n\\nAnd', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very\\nlove,', 'though', 'boundless,', 'encompassed\\nwithin', 'the', 'centre', 'of', 'his', 'being,', 'and\\nmoving', 'not', 'from', 'love', 'thought', 'to', 'love\\nthought,', 'nor', 'from', 'love', 'deeds', 'to', 'other\\nlove', 'deeds?\\n\\nAnd', 'is', 'not', 'time', 'even', 'as', 'love', 'is,\\nundivided', 'and', 'paceless?\\n\\n*****\\n\\nBut', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure\\ntime', 'into', 'seasons,', 'let', 'each', 'season\\nencircle', 'all', 'the', 'other', 'seasons,\\n\\nAnd', 'let', 'today', 'embrace', 'the', 'past', 'with\\nremembrance', 'and', 'the', 'future', 'with', 'longing.\\n\\n*****', '*****\\n\\n{72}And', 'one', 'of', 'the', 'elders', 'of', 'the', 'city\\nsaid,', 'Speak', 'to', 'us', 'of', '_Good', 'and', 'Evil_.\\n\\nAnd', 'he', 'answered:\\n\\nOf', 'the', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not\\nof', 'the', 'evil.\\n\\nFor', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by\\nits', 'own', 'hunger', 'and', 'thirst?\\n\\nVerily', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food\\neven', 'in', 'dark', 'caves,', 'and', 'when', 'it', 'thirsts\\nit', 'drinks', 'even', 'of', 'dead', 'waters.\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'one', 'with\\nyourself.\\n\\nYet', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself\\nyou', 'are', 'not', 'evil.\\n\\nFor', 'a', 'divided', 'house', 'is', 'not', 'a', 'den', 'of\\nthieves;', 'it', 'is', 'only', 'a', 'divided', 'house.\\n\\nAnd', 'a', 'ship', 'without', 'rudder', 'may', 'wander\\naimlessly', 'among', 'perilous', 'isles', 'yet', 'sink\\nnot', 'to', 'the', 'bottom.', '{73}You', 'are', 'good', 'when\\nyou', 'strive', 'to', 'give', 'of', 'yourself.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain\\nfor', 'yourself.\\n\\nFor', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are\\nbut', 'a', 'root', 'that', 'clings', 'to', 'the', 'earth', 'and\\nsucks', 'at', 'her', 'breast.\\n\\nSurely', 'the', 'fruit', 'cannot', 'say', 'to', 'the', 'root,\\n“Be', 'like', 'me,', 'ripe', 'and', 'full', 'and', 'ever\\ngiving', 'of', 'your', 'abundance.”\\n\\nFor', 'to', 'the', 'fruit', 'giving', 'is', 'a', 'need,', 'as\\nreceiving', 'is', 'a', 'need', 'to', 'the', 'root.\\n\\n*****\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in\\nyour', 'speech,\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep\\nwhile', 'your', 'tongue', 'staggers', 'without\\npurpose.\\n\\nAnd', 'even', 'stumbling', 'speech', 'may', 'strengthen\\na', 'weak', 'tongue.\\n\\nYou', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal\\nfirmly', 'and', 'with', 'bold', 'steps.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither\\nlimping.', '{74}Even', 'those', 'who', 'limp', 'go', 'not\\nbackward.\\n\\nBut', 'you', 'who', 'are', 'strong', 'and', 'swift,', 'see\\nthat', 'you', 'do', 'not', 'limp', 'before', 'the', 'lame,\\ndeeming', 'it', 'kindness.\\n\\n*****\\n\\nYou', 'are', 'good', 'in', 'countless', 'ways,', 'and', 'you\\nare', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,\\n\\nYou', 'are', 'only', 'loitering', 'and', 'sluggard.\\n\\nPity', 'that', 'the', 'stags', 'cannot', 'teach\\nswiftness', 'to', 'the', 'turtles.\\n\\nIn', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies\\nyour', 'goodness:', 'and', 'that', 'longing', 'is', 'in\\nall', 'of', 'you.\\n\\nBut', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'a\\ntorrent', 'rushing', 'with', 'might', 'to', 'the', 'sea,\\ncarrying', 'the', 'secrets', 'of', 'the', 'hillsides\\nand', 'the', 'songs', 'of', 'the', 'forest.\\n\\nAnd', 'in', 'others', 'it', 'is', 'a', 'flat', 'stream', 'that\\nloses', 'itself', 'in', 'angles', 'and', 'bends', 'and\\nlingers', 'before', 'it', 'reaches', 'the', 'shore.\\n\\nBut', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to\\n{75}him', 'who', 'longs', 'little,', '“Wherefore', 'are\\nyou', 'slow', 'and', 'halting?”\\n\\nFor', 'the', 'truly', 'good', 'ask', 'not', 'the', 'naked,\\n“Where', 'is', 'your', 'garment?”', 'nor', 'the\\nhouseless,', '“What', 'has', 'befallen', 'your\\nhouse?”\\n\\n*****', '*****\\n\\n{76}Then', 'a', 'priestess', 'said,', 'Speak', 'to', 'us\\nof', '_Prayer_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'pray', 'in', 'your', 'distress', 'and', 'in', 'your\\nneed;', 'would', 'that', 'you', 'might', 'pray', 'also\\nin', 'the', 'fullness', 'of', 'your', 'joy', 'and', 'in', 'your\\ndays', 'of', 'abundance.\\n\\nFor', 'what', 'is', 'prayer', 'but', 'the', 'expansion', 'of\\nyourself', 'into', 'the', 'living', 'ether?\\n\\nAnd', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour\\nyour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for\\nyour', 'delight', 'to', 'pour', 'forth', 'the', 'dawning\\nof', 'your', 'heart.\\n\\nAnd', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your\\nsoul', 'summons', 'you', 'to', 'prayer,', 'she', 'should\\nspur', 'you', 'again', 'and', 'yet', 'again,', 'though\\nweeping,', 'until', 'you', 'shall', 'come', 'laughing.\\n\\nWhen', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'the\\nair', 'those', 'who', 'are', 'praying', 'at', 'that', 'very\\n{77}hour,', 'and', 'whom', 'save', 'in', 'prayer', 'you\\nmay', 'not', 'meet.\\n\\nTherefore', 'let', 'your', 'visit', 'to', 'that', 'temple\\ninvisible', 'be', 'for', 'naught', 'but', 'ecstasy', 'and\\nsweet', 'communion.\\n\\nFor', 'if', 'you', 'should', 'enter', 'the', 'temple', 'for\\nno', 'other', 'purpose', 'than', 'asking', 'you', 'shall\\nnot', 'receive:\\n\\nAnd', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nhumble', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:\\n\\nOr', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nbeg', 'for', 'the', 'good', 'of', 'others', 'you', 'shall', 'not\\nbe', 'heard.\\n\\nIt', 'is', 'enough', 'that', 'you', 'enter', 'the', 'temple\\ninvisible.\\n\\n*****\\n\\nI', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.\\n\\nGod', 'listens', 'not', 'to', 'your', 'words', 'save', 'when\\nHe', 'Himself', 'utters', 'them', 'through', 'your\\nlips.\\n\\nAnd', 'I', 'cannot', 'teach', 'you', 'the', 'prayer', 'of', 'the\\nseas', 'and', 'the', 'forests', 'and', 'the', 'mountains.\\n{78}But', 'you', 'who', 'are', 'born', 'of', 'the\\nmountains', 'and', 'the', 'forests', 'and', 'the', 'seas\\ncan', 'find', 'their', 'prayer', 'in', 'your', 'heart,\\n\\nAnd', 'if', 'you', 'but', 'listen', 'in', 'the', 'stillness\\nof', 'the', 'night', 'you', 'shall', 'hear', 'them', 'saying\\nin', 'silence,\\n\\n“Our', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is\\nthy', 'will', 'in', 'us', 'that', 'willeth.\\n\\nIt', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.\\n\\nIt', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our\\nnights,', 'which', 'are', 'thine,', 'into', 'days', 'which\\nare', 'thine', 'also.\\n\\nWe', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou\\nknowest', 'our', 'needs', 'before', 'they', 'are', 'born\\nin', 'us:\\n\\nThou', 'art', 'our', 'need;', 'and', 'in', 'giving', 'us', 'more\\nof', 'thyself', 'thou', 'givest', 'us', 'all.”\\n\\n[Illustration:', '0100]\\n\\n*****', '*****\\n\\n{79}Then', 'a', 'hermit,', 'who', 'visited', 'the', 'city\\nonce', 'a', 'year,', 'came', 'forth', 'and', 'said,', 'Speak\\nto', 'us', 'of', '_Pleasure_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nPleasure', 'is', 'a', 'freedom-song,\\n\\nBut', 'it', 'is', 'not', 'freedom.\\n\\nIt', 'is', 'the', 'blossoming', 'of', 'your', 'desires,\\n\\nBut', 'it', 'is', 'not', 'their', 'fruit.\\n\\nIt', 'is', 'a', 'depth', 'calling', 'unto', 'a', 'height,\\n\\nBut', 'it', 'is', 'not', 'the', 'deep', 'nor', 'the', 'high.\\n\\nIt', 'is', 'the', 'caged', 'taking', 'wing,\\n\\nBut', 'it', 'is', 'not', 'space', 'encompassed.\\n\\nAy,', 'in', 'very', 'truth,', 'pleasure', 'is', 'a\\nfreedom-song.\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with\\nfullness', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have\\nyou', 'lose', 'your', 'hearts', 'in', 'the', 'singing.\\n\\nSome', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if\\nit', 'were', 'all,', 'and', 'they', 'are', 'judged', 'and\\nrebuked.', '{80}I', 'would', 'not', 'judge', 'nor\\nrebuke', 'them.', 'I', 'would', 'have', 'them', 'seek.\\n\\nFor', 'they', 'shall', 'find', 'pleasure,', 'but', 'not\\nher', 'alone;\\n\\nSeven', 'are', 'her', 'sisters,', 'and', 'the', 'least', 'of\\nthem', 'is', 'more', 'beautiful', 'than', 'pleasure.\\n\\nHave', 'you', 'not', 'heard', 'of', 'the', 'man', 'who', 'was\\ndigging', 'in', 'the', 'earth', 'for', 'roots', 'and', 'found\\na', 'treasure?\\n\\n*****\\n\\nAnd', 'some', 'of', 'your', 'elders', 'remember\\npleasures', 'with', 'regret', 'like', 'wrongs\\ncommitted', 'in', 'drunkenness.\\n\\nBut', 'regret', 'is', 'the', 'beclouding', 'of', 'the', 'mind\\nand', 'not', 'its', 'chastisement.\\n\\nThey', 'should', 'remember', 'their', 'pleasures\\nwith', 'gratitude,', 'as', 'they', 'would', 'the\\nharvest', 'of', 'a', 'summer.\\n\\nYet', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let\\nthem', 'be', 'comforted.\\n\\nAnd', 'there', 'are', 'among', 'you', 'those', 'who\\nare', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to\\nremember;\\n\\nAnd', 'in', 'their', 'fear', 'of', 'seeking', 'and\\nremembering', '{81}they', 'shun', 'all', 'pleasures,\\nlest', 'they', 'neglect', 'the', 'spirit', 'or', 'offend\\nagainst', 'it.\\n\\nBut', 'even', 'in', 'their', 'foregoing', 'is', 'their\\npleasure.\\n\\nAnd', 'thus', 'they', 'too', 'find', 'a', 'treasure', 'though\\nthey', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.\\n\\nBut', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend\\nthe', 'spirit?\\n\\nShall', 'the', 'nightingale', 'offend', 'the\\nstillness', 'of', 'the', 'night,', 'or', 'the', 'firefly\\nthe', 'stars?\\n\\nAnd', 'shall', 'your', 'flame', 'or', 'your', 'smoke\\nburden', 'the', 'wind?\\n\\nThink', 'you', 'the', 'spirit', 'is', 'a', 'still', 'pool\\nwhich', 'you', 'can', 'trouble', 'with', 'a', 'staff?\\n\\n*****\\n\\nOftentimes', 'in', 'denying', 'yourself', 'pleasure\\nyou', 'do', 'but', 'store', 'the', 'desire', 'in', 'the\\nrecesses', 'of', 'your', 'being.\\n\\nWho', 'knows', 'but', 'that', 'which', 'seems', 'omitted\\ntoday,', 'waits', 'for', 'tomorrow?\\n\\nEven', 'your', 'body', 'knows', 'its', 'heritage\\nand', 'its', 'rightful', 'need', 'and', 'will', 'not', 'be\\ndeceived.\\n\\nAnd', 'your', 'body', 'is', 'the', 'harp', 'of', 'your', 'soul,\\n\\nAnd', 'it', 'is', 'yours', 'to', 'bring', 'forth', '{82}sweet\\nmusic', 'from', 'it', 'or', 'confused', 'sounds.\\n\\n*****\\n\\nAnd', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How\\nshall', 'we', 'distinguish', 'that', 'which', 'is\\ngood', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not\\ngood?”\\n\\nGo', 'to', 'your', 'fields', 'and', 'your', 'gardens,', 'and\\nyou', 'shall', 'learn', 'that', 'it', 'is', 'the', 'pleasure\\nof', 'the', 'bee', 'to', 'gather', 'honey', 'of', 'the\\nflower,\\n\\nBut', 'it', 'is', 'also', 'the', 'pleasure', 'of', 'the\\nflower', 'to', 'yield', 'its', 'honey', 'to', 'the', 'bee.\\n\\nFor', 'to', 'the', 'bee', 'a', 'flower', 'is', 'a', 'fountain', 'of\\nlife,\\n\\nAnd', 'to', 'the', 'flower', 'a', 'bee', 'is', 'a', 'messenger\\nof', 'love,\\n\\nAnd', 'to', 'both,', 'bee', 'and', 'flower,', 'the', 'giving\\nand', 'the', 'receiving', 'of', 'pleasure', 'is', 'a', 'need\\nand', 'an', 'ecstasy.\\n\\nPeople', 'of', 'Orphalese,', 'be', 'in', 'your\\npleasures', 'like', 'the', 'flowers', 'and', 'the', 'bees.\\n\\n*****', '*****\\n\\n{83}And', 'a', 'poet', 'said,', 'Speak', 'to', 'us', 'of\\n_Beauty_.\\n\\nAnd', 'he', 'answered:\\n\\nWhere', 'shall', 'you', 'seek', 'beauty,', 'and', 'how\\nshall', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be\\nyour', 'way', 'and', 'your', 'guide?\\n\\nAnd', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except\\nshe', 'be', 'the', 'weaver', 'of', 'your', 'speech?\\n\\nThe', 'aggrieved', 'and', 'the', 'injured', 'say,\\n“Beauty', 'is', 'kind', 'and', 'gentle.\\n\\nLike', 'a', 'young', 'mother', 'half-shy', 'of', 'her', 'own\\nglory', 'she', 'walks', 'among', 'us.”\\n\\nAnd', 'the', 'passionate', 'say,', '“Nay,', 'beauty', 'is\\na', 'thing', 'of', 'might', 'and', 'dread.\\n\\nLike', 'the', 'tempest', 'she', 'shakes', 'the', 'earth\\nbeneath', 'us', 'and', 'the', 'sky', 'above', 'us.”\\n\\nThe', 'tired', 'and', 'the', 'weary', 'say,', '“Beauty', 'is\\nof', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our\\nspirit.', '{84}Her', 'voice', 'yields', 'to', 'our\\nsilences', 'like', 'a', 'faint', 'light', 'that', 'quivers\\nin', 'fear', 'of', 'the', 'shadow.”\\n\\nBut', 'the', 'restless', 'say,', '“We', 'have', 'heard', 'her\\nshouting', 'among', 'the', 'mountains,\\n\\nAnd', 'with', 'her', 'cries', 'came', 'the', 'sound', 'of\\nhoofs,', 'and', 'the', 'beating', 'of', 'wings', 'and', 'the\\nroaring', 'of', 'lions.”\\n\\nAt', 'night', 'the', 'watchmen', 'of', 'the', 'city', 'say,\\n“Beauty', 'shall', 'rise', 'with', 'the', 'dawn', 'from\\nthe', 'east.”\\n\\nAnd', 'at', 'noontide', 'the', 'toilers', 'and', 'the\\nwayfarers', 'say,', '“We', 'have', 'seen', 'her', 'leaning\\nover', 'the', 'earth', 'from', 'the', 'windows', 'of', 'the\\nsunset.”\\n\\n*****\\n\\nIn', 'winter', 'say', 'the', 'snow-bound,', '“She', 'shall\\ncome', 'with', 'the', 'spring', 'leaping', 'upon', 'the\\nhills.”\\n\\nAnd', 'in', 'the', 'summer', 'heat', 'the', 'reapers\\nsay,', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'the\\nautumn', 'leaves,', 'and', 'we', 'saw', 'a', 'drift', 'of\\nsnow', 'in', 'her', 'hair.”', '{85}All', 'these', 'things\\nhave', 'you', 'said', 'of', 'beauty,\\n\\nYet', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of\\nneeds', 'unsatisfied,\\n\\nAnd', 'beauty', 'is', 'not', 'a', 'need', 'but', 'an', 'ecstasy.\\n\\nIt', 'is', 'not', 'a', 'mouth', 'thirsting', 'nor', 'an', 'empty\\nhand', 'stretched', 'forth,\\n\\nBut', 'rather', 'a', 'heart', 'enflamed', 'and', 'a', 'soul\\nenchanted.\\n\\nIt', 'is', 'not', 'the', 'image', 'you', 'would', 'see', 'nor\\nthe', 'song', 'you', 'would', 'hear,\\n\\nBut', 'rather', 'an', 'image', 'you', 'see', 'though', 'you\\nclose', 'your', 'eyes', 'and', 'a', 'song', 'you', 'hear\\nthough', 'you', 'shut', 'your', 'ears.\\n\\nIt', 'is', 'not', 'the', 'sap', 'within', 'the', 'furrowed\\nbark,', 'nor', 'a', 'wing', 'attached', 'to', 'a', 'claw,\\n\\nBut', 'rather', 'a', 'garden', 'for', 'ever', 'in', 'bloom\\nand', 'a', 'flock', 'of', 'angels', 'for', 'ever', 'in\\nflight.\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when\\nlife', 'unveils', 'her', 'holy', 'face.\\n\\nBut', 'you', 'are', 'life', 'and', 'you', 'are', 'the', 'veil.\\n{86}Beauty', 'is', 'eternity', 'gazing', 'at', 'itself\\nin', 'a', 'mirror.\\n\\nBut', 'you', 'are', 'eternity', 'and', 'you', 'are', 'the\\nmirror.\\n\\n*****', '*****\\n\\n{87}And', 'an', 'old', 'priest', 'said,', 'Speak', 'to', 'us\\nof', '_Religion_.\\n\\nAnd', 'he', 'said:\\n\\nHave', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?\\n\\nIs', 'not', 'religion', 'all', 'deeds', 'and', 'all\\nreflection,\\n\\nAnd', 'that', 'which', 'is', 'neither', 'deed', 'nor\\nreflection,', 'but', 'a', 'wonder', 'and', 'a', 'surprise\\never', 'springing', 'in', 'the', 'soul,', 'even', 'while\\nthe', 'hands', 'hew', 'the', 'stone', 'or', 'tend', 'the\\nloom?\\n\\nWho', 'can', 'separate', 'his', 'faith', 'from\\nhis', 'actions,', 'or', 'his', 'belief', 'from', 'his\\noccupations?\\n\\nWho', 'can', 'spread', 'his', 'hours', 'before', 'him,\\nsaving,', '“This', 'for', 'God', 'and', 'this', 'for\\nmyself;', 'This', 'for', 'my', 'soul,', 'and', 'this', 'other\\nfor', 'my', 'body?”\\n\\nAll', 'your', 'hours', 'are', 'wings', 'that', 'beat\\nthrough', 'space', 'from', 'self', 'to', 'self.', '{88}He\\nwho', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best\\ngarment', 'were', 'better', 'naked.\\n\\nThe', 'wind', 'and', 'the', 'sun', 'will', 'tear', 'no', 'holes\\nin', 'his', 'skin.\\n\\nAnd', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics\\nimprisons', 'his', 'song-bird', 'in', 'a', 'cage.\\n\\nThe', 'freest', 'song', 'comes', 'not', 'through', 'bars\\nand', 'wires.\\n\\nAnd', 'he', 'to', 'whom', 'worshipping', 'is', 'a', 'window,\\nto', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet\\nvisited', 'the', 'house', 'of', 'his', 'soul', 'whose\\nwindows', 'are', 'from', 'dawn', 'to', 'dawn.\\n\\n*****\\n\\nYour', 'daily', 'life', 'is', 'your', 'temple', 'and', 'your\\nreligion.\\n\\nWhenever', 'you', 'enter', 'into', 'it', 'take', 'with', 'you\\nyour', 'all.\\n\\nTake', 'the', 'plough', 'and', 'the', 'forge', 'and', 'the\\nmallet', 'and', 'the', 'lute,\\n\\nThe', 'things', 'you', 'have', 'fashioned', 'in\\nnecessity', 'or', 'for', 'delight.\\n\\nFor', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your\\nachievements', 'nor', 'fall', 'lower', 'than', 'your\\nfailures.\\n\\nAnd', 'take', 'with', 'you', 'all', 'men:', '{89}For', 'in\\nadoration', 'you', 'cannot', 'fly', 'higher', 'than\\ntheir', 'hopes', 'nor', 'humble', 'yourself', 'lower\\nthan', 'their', 'despair.\\n\\n*****\\n\\nAnd', 'if', 'you', 'would', 'know', 'God', 'be', 'not\\ntherefore', 'a', 'solver', 'of', 'riddles.\\n\\nRather', 'look', 'about', 'you', 'and', 'you', 'shall', 'see\\nHim', 'playing', 'with', 'your', 'children.\\n\\nAnd', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him\\nwalking', 'in', 'the', 'cloud,', 'outstretching', 'His\\narms', 'in', 'the', 'lightning', 'and', 'descending', 'in\\nrain.\\n\\nYou', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,\\nthen', 'rising', 'and', 'waving', 'His', 'hands', 'in\\ntrees.\\n\\n*****', '*****\\n\\n{90}Then', 'Almitra', 'spoke,', 'saying,', 'We', 'would\\nask', 'now', 'of', '_Death_.\\n\\nAnd', 'he', 'said:\\n\\nYou', 'would', 'know', 'the', 'secret', 'of', 'death.\\n\\nBut', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you\\nseek', 'it', 'in', 'the', 'heart', 'of', 'life?\\n\\nThe', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind\\nunto', 'the', 'day', 'cannot', 'unveil', 'the', 'mystery\\nof', 'light.\\n\\nIf', 'you', 'would', 'indeed', 'behold', 'the', 'spirit\\nof', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'the\\nbody', 'of', 'life.\\n\\nFor', 'life', 'and', 'death', 'are', 'one,', 'even', 'as', 'the\\nriver', 'and', 'the', 'sea', 'are', 'one.\\n\\nIn', 'the', 'depth', 'of', 'your', 'hopes', 'and', 'desires\\nlies', 'your', 'silent', 'knowledge', 'of', 'the\\nbeyond;\\n\\nAnd', 'like', 'seeds', 'dreaming', 'beneath', 'the', 'snow\\nyour', 'heart', 'dreams', 'of', 'spring.\\n\\nTrust', 'the', 'dreams,', 'for', 'in', 'them', 'is', 'hidden\\nthe', 'gate', 'to', 'eternity.', '{91}Your', 'fear\\nof', 'death', 'is', 'but', 'the', 'trembling', 'of', 'the\\nshepherd', 'when', 'he', 'stands', 'before', 'the', 'king\\nwhose', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in\\nhonour.\\n\\nIs', 'the', 'shepherd', 'not', 'joyful', 'beneath', 'his\\ntrembling,', 'that', 'he', 'shall', 'wear', 'the', 'mark\\nof', 'the', 'king?\\n\\nYet', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his\\ntrembling?\\n\\n*****\\n\\nFor', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked\\nin', 'the', 'wind', 'and', 'to', 'melt', 'into', 'the', 'sun?\\n\\nAnd', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but\\nto', 'free', 'the', 'breath', 'from', 'its', 'restless\\ntides,', 'that', 'it', 'may', 'rise', 'and', 'expand', 'and\\nseek', 'God', 'unencumbered?\\n\\nOnly', 'when', 'you', 'drink', 'from', 'the', 'river', 'of\\nsilence', 'shall', 'you', 'indeed', 'sing.\\n\\nAnd', 'when', 'you', 'have', 'reached', 'the', 'mountain\\ntop,', 'then', 'you', 'shall', 'begin', 'to', 'climb.\\n\\nAnd', 'when', 'the', 'earth', 'shall', 'claim', 'your\\nlimbs,', 'then', 'shall', 'you', 'truly', 'dance.\\n{92}And', 'now', 'it', 'was', 'evening.\\n\\nAnd', 'Almitra', 'the', 'seeress', 'said,', 'Blessed', 'be\\nthis', 'day', 'and', 'this', 'place', 'and', 'your', 'spirit\\nthat', 'has', 'spoken.\\n\\nAnd', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was\\nI', 'not', 'also', 'a', 'listener?\\n\\n*****\\n\\nThen', 'he', 'descended', 'the', 'steps', 'of', 'the\\nTemple', 'and', 'all', 'the', 'people', 'followed', 'him.\\nAnd', 'he', 'reached', 'his', 'ship', 'and', 'stood', 'upon\\nthe', 'deck.\\n\\nAnd', 'facing', 'the', 'people', 'again,', 'he', 'raised\\nhis', 'voice', 'and', 'said:\\n\\nPeople', 'of', 'Orphalese,', 'the', 'wind', 'bids', 'me\\nleave', 'you.\\n\\nLess', 'hasty', 'am', 'I', 'than', 'the', 'wind,', 'yet', 'I\\nmust', 'go.\\n\\nWe', 'wanderers,', 'ever', 'seeking', 'the', 'lonelier\\nway,', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended\\nanother', 'day;', 'and', 'no', 'sunrise', 'finds', 'us\\nwhere', 'sunset', 'left', 'us.', '{93}Even', 'while', 'the\\nearth', 'sleeps', 'we', 'travel.\\n\\nWe', 'are', 'the', 'seeds', 'of', 'the', 'tenacious\\nplant,', 'and', 'it', 'is', 'in', 'our', 'ripeness', 'and', 'our\\nfullness', 'of', 'heart', 'that', 'we', 'are', 'given', 'to\\nthe', 'wind', 'and', 'are', 'scattered.\\n\\n*****\\n\\nBrief', 'were', 'my', 'days', 'among', 'you,', 'and\\nbriefer', 'still', 'the', 'words', 'I', 'have', 'spoken.\\n\\nBut', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,\\nand', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then\\nI', 'will', 'come', 'again,\\n\\nAnd', 'with', 'a', 'richer', 'heart', 'and', 'lips', 'more\\nyielding', 'to', 'the', 'spirit', 'will', 'I', 'speak.\\n\\nYea,', 'I', 'shall', 'return', 'with', 'the', 'tide,\\n\\nAnd', 'though', 'death', 'may', 'hide', 'me,', 'and', 'the\\ngreater', 'silence', 'enfold', 'me,', 'yet', 'again\\nwill', 'I', 'seek', 'your', 'understanding.\\n\\nAnd', 'not', 'in', 'vain', 'will', 'I', 'seek.\\n\\nIf', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that\\ntruth', 'shall', 'reveal', 'itself', 'in', 'a', 'clearer\\nvoice,', 'and', 'in', 'words', 'more', 'kin', 'to', 'your\\nthoughts.\\n\\nI', 'go', 'with', 'the', 'wind,', 'people', 'of\\nOrphalese,', 'but', 'not', 'down', 'into', 'emptiness;\\n{94}And', 'if', 'this', 'day', 'is', 'not', 'a', 'fulfilment\\nof', 'your', 'needs', 'and', 'my', 'love,', 'then', 'let', 'it\\nbe', 'a', 'promise', 'till', 'another', 'day.\\n\\nMan’s', 'needs', 'change,', 'but', 'not', 'his', 'love,\\nnor', 'his', 'desire', 'that', 'his', 'love', 'should\\nsatisfy', 'his', 'needs.\\n\\nKnow', 'therefore,', 'that', 'from', 'the', 'greater\\nsilence', 'I', 'shall', 'return.\\n\\nThe', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,\\nleaving', 'but', 'dew', 'in', 'the', 'fields,', 'shall\\nrise', 'and', 'gather', 'into', 'a', 'cloud', 'and', 'then\\nfall', 'down', 'in', 'rain.\\n\\nAnd', 'not', 'unlike', 'the', 'mist', 'have', 'I', 'been.\\n\\nIn', 'the', 'stillness', 'of', 'the', 'night', 'I', 'have\\nwalked', 'in', 'your', 'streets,', 'and', 'my', 'spirit\\nhas', 'entered', 'your', 'houses,\\n\\nAnd', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,\\nand', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'and', 'I\\nknew', 'you', 'all.\\n\\nAy,', 'I', 'knew', 'your', 'joy', 'and', 'your', 'pain,\\nand', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my\\ndreams.\\n\\nAnd', 'oftentimes', 'I', 'was', 'among', 'you', 'a', 'lake\\namong', 'the', 'mountains.\\n\\nI', 'mirrored', 'the', 'summits', 'in', 'you', 'and', 'the\\n{95}bending', 'slopes,', 'and', 'even', 'the\\npassing', 'flocks', 'of', 'your', 'thoughts', 'and', 'your\\ndesires.\\n\\nAnd', 'to', 'my', 'silence', 'came', 'the', 'laughter\\nof', 'your', 'children', 'in', 'streams,', 'and', 'the\\nlonging', 'of', 'your', 'youths', 'in', 'rivers.\\n\\nAnd', 'when', 'they', 'reached', 'my', 'depth', 'the\\nstreams', 'and', 'the', 'rivers', 'ceased', 'not', 'yet', 'to\\nsing.\\n\\n[Illustration:', '0119]\\n\\nBut', 'sweeter', 'still', 'than', 'laughter', 'and\\ngreater', 'than', 'longing', 'came', 'to', 'me.\\n\\nIt', 'was', 'the', 'boundless', 'in', 'you;\\n\\nThe', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but\\ncells', 'and', 'sinews;\\n\\nHe', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is\\nbut', 'a', 'soundless', 'throbbing.\\n\\nIt', 'is', 'in', 'the', 'vast', 'man', 'that', 'you', 'are', 'vast,\\n\\nAnd', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you\\nand', 'loved', 'you.\\n\\nFor', 'what', 'distances', 'can', 'love', 'reach', 'that\\nare', 'not', 'in', 'that', 'vast', 'sphere?\\n\\nWhat', 'visions,', 'what', 'expectations', 'and', 'what\\npresumptions', 'can', 'outsoar', 'that', 'flight?\\n\\nLike', 'a', 'giant', 'oak', 'tree', 'covered', 'with', 'apple\\nblossoms', 'is', 'the', 'vast', 'man', 'in', 'you.', '{96}His\\nmight', 'binds', 'you', 'to', 'the', 'earth,', 'his\\nfragrance', 'lifts', 'you', 'into', 'space,', 'and', 'in\\nhis', 'durability', 'you', 'are', 'deathless.\\n\\n*****\\n\\nYou', 'have', 'been', 'told', 'that,', 'even', 'like', 'a\\nchain,', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest\\nlink.\\n\\nThis', 'is', 'but', 'half', 'the', 'truth.', 'You', 'are', 'also\\nas', 'strong', 'as', 'your', 'strongest', 'link.\\n\\nTo', 'measure', 'you', 'by', 'your', 'smallest', 'deed\\nis', 'to', 'reckon', 'the', 'power', 'of', 'ocean', 'by', 'the\\nfrailty', 'of', 'its', 'foam.\\n\\nTo', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to\\ncast', 'blame', 'upon', 'the', 'seasons', 'for', 'their\\ninconstancy.\\n\\nAy,', 'you', 'are', 'like', 'an', 'ocean,\\n\\nAnd', 'though', 'heavy-grounded', 'ships', 'await\\nthe', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even\\nlike', 'an', 'ocean,', 'you', 'cannot', 'hasten', 'your\\ntides.\\n\\nAnd', 'like', 'the', 'seasons', 'you', 'are', 'also,\\n\\nAnd', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your\\nspring,\\n\\nYet', 'spring,', 'reposing', 'within', 'you,', 'smiles\\nin', 'her', 'drowsiness', 'and', 'is', 'not', 'offended.\\n{97}Think', 'not', 'I', 'say', 'these', 'things', 'in\\norder', 'that', 'you', 'may', 'say', 'the', 'one', 'to', 'the\\nother,', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but\\nthe', 'good', 'in', 'us.”\\n\\nI', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that\\nwhich', 'you', 'yourselves', 'know', 'in', 'thought.\\n\\nAnd', 'what', 'is', 'word', 'knowledge', 'but', 'a', 'shadow\\nof', 'wordless', 'knowledge?\\n\\nYour', 'thoughts', 'and', 'my', 'words', 'are', 'waves\\nfrom', 'a', 'sealed', 'memory', 'that', 'keeps', 'records\\nof', 'our', 'yesterdays,\\n\\nAnd', 'of', 'the', 'ancient', 'days', 'when', 'the', 'earth\\nknew', 'not', 'us', 'nor', 'herself,\\n\\nAnd', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought\\nwith', 'confusion.\\n\\n*****\\n\\nWise', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you\\nof', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your\\nwisdom:\\n\\nAnd', 'behold', 'I', 'have', 'found', 'that', 'which', 'is\\ngreater', 'than', 'wisdom.\\n\\nIt', 'is', 'a', 'flame', 'spirit', 'in', 'you', 'ever\\ngathering', 'more', 'of', 'itself,\\n\\nWhile', 'you,', 'heedless', 'of', 'its', 'expansion,\\nbewail', 'the', 'withering', 'of', 'your', 'days.\\n{98}It', 'is', 'life', 'in', 'quest', 'of', 'life', 'in\\nbodies', 'that', 'fear', 'the', 'grave.\\n\\n*****\\n\\nThere', 'are', 'no', 'graves', 'here.\\n\\nThese', 'mountains', 'and', 'plains', 'are', 'a', 'cradle\\nand', 'a', 'stepping-stone.\\n\\nWhenever', 'you', 'pass', 'by', 'the', 'field', 'where\\nyou', 'have', 'laid', 'your', 'ancestors', 'look', 'well\\nthereupon,', 'and', 'you', 'shall', 'see', 'yourselves\\nand', 'your', 'children', 'dancing', 'hand', 'in', 'hand.\\n\\nVerily', 'you', 'often', 'make', 'merry', 'without\\nknowing.\\n\\nOthers', 'have', 'come', 'to', 'you', 'to', 'whom', 'for\\ngolden', 'promises', 'made', 'unto', 'your', 'faith\\nyou', 'have', 'given', 'but', 'riches', 'and', 'power', 'and\\nglory.\\n\\nLess', 'than', 'a', 'promise', 'have', 'I', 'given,', 'and\\nyet', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.\\n\\nYou', 'have', 'given', 'me', 'my', 'deeper', 'thirsting\\nafter', 'life.\\n\\nSurely', 'there', 'is', 'no', 'greater', 'gift', 'to', 'a', 'man\\nthan', 'that', 'which', 'turns', 'all', 'his', 'aims\\ninto', 'parching', 'lips', 'and', 'all', 'life', 'into', 'a\\nfountain.\\n\\n[Illustration:', '0125]\\n\\n{99}And', 'in', 'this', 'lies', 'my', 'honour', 'and', 'my\\nreward,--\\n\\nThat', 'whenever', 'I', 'come', 'to', 'the', 'fountain\\nto', 'drink', 'I', 'find', 'the', 'living', 'water', 'itself\\nthirsty;\\n\\nAnd', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.\\n\\n*****\\n\\nSome', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'and\\nover-shy', 'to', 'receive', 'gifts.\\n\\nToo', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,\\nbut', 'not', 'gifts.\\n\\nAnd', 'though', 'I', 'have', 'eaten', 'berries', 'among\\nthe', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit\\nat', 'your', 'board,\\n\\nAnd', 'slept', 'in', 'the', 'portico', 'of', 'the', 'temple\\nwhen', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,\\n\\nYet', 'was', 'it', 'not', 'your', 'loving', 'mindfulness\\nof', 'my', 'days', 'and', 'my', 'nights', 'that', 'made', 'food\\nsweet', 'to', 'my', 'mouth', 'and', 'girdled', 'my', 'sleep\\nwith', 'visions?\\n\\nFor', 'this', 'I', 'bless', 'you', 'most:\\n\\nYou', 'give', 'much', 'and', 'know', 'not', 'that', 'you', 'give\\nat', 'all.', '{100}Verily', 'the', 'kindness', 'that\\ngazes', 'upon', 'itself', 'in', 'a', 'mirror', 'turns', 'to\\nstone,\\n\\nAnd', 'a', 'good', 'deed', 'that', 'calls', 'itself', 'by\\ntender', 'names', 'becomes', 'the', 'parent', 'to', 'a\\ncurse.\\n\\n*****\\n\\nAnd', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,\\nand', 'drunk', 'with', 'my', 'own', 'aloneness,\\n\\nAnd', 'you', 'have', 'said,', '“He', 'holds', 'council\\nwith', 'the', 'trees', 'of', 'the', 'forest,', 'but', 'not\\nwith', 'men.\\n\\nHe', 'sits', 'alone', 'on', 'hill-tops', 'and', 'looks\\ndown', 'upon', 'our', 'city.”\\n\\nTrue', 'it', 'is', 'that', 'I', 'have', 'climbed', 'the', 'hills\\nand', 'walked', 'in', 'remote', 'places.\\n\\nHow', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'a\\ngreat', 'height', 'or', 'a', 'great', 'distance?\\n\\nHow', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be\\ntar?\\n\\nAnd', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not\\nin', 'words,', 'and', 'they', 'said,\\n\\n“Stranger,', 'stranger,', 'lover', 'of\\nunreachable', 'heights,', 'why', 'dwell', 'you', 'among\\nthe', 'summits', 'where', 'eagles', 'build\\ntheir', 'nests?', '{101}Why', 'seek', 'you', 'the\\nunattainable?\\n\\nWhat', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,\\n\\nAnd', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in\\nthe', 'sky?\\n\\nCome', 'and', 'be', 'one', 'of', 'us.\\n\\nDescend', 'and', 'appease', 'your', 'hunger', 'with', 'our\\nbread', 'and', 'quench', 'your', 'thirst', 'with', 'our\\nwine.”\\n\\nIn', 'the', 'solitude', 'of', 'their', 'souls', 'they', 'said\\nthese', 'things;\\n\\nBut', 'were', 'their', 'solitude', 'deeper', 'they\\nwould', 'have', 'known', 'that', 'I', 'sought', 'but', 'the\\nsecret', 'of', 'your', 'joy', 'and', 'your', 'pain,\\n\\nAnd', 'I', 'hunted', 'only', 'your', 'larger', 'selves\\nthat', 'walk', 'the', 'sky.\\n\\n*****\\n\\nBut', 'the', 'hunter', 'was', 'also', 'the', 'hunted;\\n\\nFor', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only\\nto', 'seek', 'my', 'own', 'breast.\\n\\nAnd', 'the', 'flier', 'was', 'also', 'the', 'creeper;\\n\\nFor', 'when', 'my', 'wings', 'were', 'spread', 'in', 'the\\nsun', 'their', 'shadow', 'upon', 'the', 'earth', 'was', 'a\\nturtle.\\n\\nAnd', 'I', 'the', 'believer', 'was', 'also', 'the', 'doubter;\\n{102}For', 'often', 'have', 'I', 'put', 'my', 'finger\\nin', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'the\\ngreater', 'belief', 'in', 'you', 'and', 'the', 'greater\\nknowledge', 'of', 'you.\\n\\n*****\\n\\nAnd', 'it', 'is', 'with', 'this', 'belief', 'and', 'this\\nknowledge', 'that', 'I', 'say,\\n\\nYou', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,\\nnor', 'confined', 'to', 'houses', 'or', 'fields.\\n\\nThat', 'which', 'is', 'you', 'dwells', 'above', 'the\\nmountain', 'and', 'roves', 'with', 'the', 'wind.\\n\\nIt', 'is', 'not', 'a', 'thing', 'that', 'crawls', 'into\\nthe', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into\\ndarkness', 'for', 'safety,\\n\\nBut', 'a', 'thing', 'free,', 'a', 'spirit', 'that', 'envelops\\nthe', 'earth', 'and', 'moves', 'in', 'the', 'ether.\\n\\nIf', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not\\nto', 'clear', 'them.\\n\\nVague', 'and', 'nebulous', 'is', 'the', 'beginning', 'of\\nall', 'things,', 'but', 'not', 'their', 'end,\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as\\na', 'beginning.\\n\\nLife,', 'and', 'all', 'that', 'lives,', 'is', 'conceived\\nin', 'the', 'mist', 'and', 'not', 'in', 'the', 'crystal.\\n{103}And', 'who', 'knows', 'but', 'a', 'crystal', 'is', 'mist\\nin', 'decay?\\n\\n*****\\n\\nThis', 'would', 'I', 'have', 'you', 'remember', 'in\\nremembering', 'me:\\n\\nThat', 'which', 'seems', 'most', 'feeble', 'and\\nbewildered', 'in', 'you', 'is', 'the', 'strongest', 'and\\nmost', 'determined.\\n\\nIs', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected\\nand', 'hardened', 'the', 'structure', 'of', 'your\\nbones?\\n\\nAnd', 'is', 'it', 'not', 'a', 'dream', 'which', 'none', 'of', 'you\\nremember', 'having', 'dreamt,', 'that', 'builded\\nyour', 'city', 'and', 'fashioned', 'all', 'there', 'is', 'in\\nit?\\n\\nCould', 'you', 'but', 'see', 'the', 'tides', 'of', 'that\\nbreath', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,\\n\\nAnd', 'if', 'you', 'could', 'hear', 'the', 'whispering', 'of\\nthe', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.\\n\\nBut', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'and\\nit', 'is', 'well.\\n\\nThe', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be\\nlifted', 'by', 'the', 'hands', 'that', 'wove', 'it,\\n\\nAnd', 'the', 'clay', 'that', 'fills', 'your', 'ears', 'shall\\nbe', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded\\nit.', '{104}And', 'you', 'shall', 'see.\\n\\nAnd', 'you', 'shall', 'hear.\\n\\nYet', 'you', 'shall', 'not', 'deplore', 'having', 'known\\nblindness,', 'nor', 'regret', 'having', 'been', 'deaf.\\n\\nFor', 'in', 'that', 'day', 'you', 'shall', 'know', 'the\\nhidden', 'purposes', 'in', 'all', 'things,\\n\\nAnd', 'you', 'shall', 'bless', 'darkness', 'as', 'you\\nwould', 'bless', 'light.\\n\\nAfter', 'saying', 'these', 'things', 'he', 'looked\\nabout', 'him,', 'and', 'he', 'saw', 'the', 'pilot', 'of', 'his\\nship', 'standing', 'by', 'the', 'helm', 'and', 'gazing\\nnow', 'at', 'the', 'full', 'sails', 'and', 'now', 'at', 'the\\ndistance.\\n\\nAnd', 'he', 'said:\\n\\nPatient,', 'over', 'patient,', 'is', 'the', 'captain', 'of\\nmy', 'ship.\\n\\nThe', 'wind', 'blows,', 'and', 'restless', 'are', 'the\\nsails;\\n\\nEven', 'the', 'rudder', 'begs', 'direction;\\n\\nYet', 'quietly', 'my', 'captain', 'awaits', 'my\\nsilence.\\n\\nAnd', 'these', 'my', 'mariners,', 'who', 'have', 'heard\\nthe', 'choir', 'of', 'the', 'greater', 'sea,', 'they', 'too\\nhave', 'heard', 'me', 'patiently.', '{105}Now', 'they\\nshall', 'wait', 'no', 'longer.\\n\\nI', 'am', 'ready.\\n\\nThe', 'stream', 'has', 'reached', 'the', 'sea,', 'and\\nonce', 'more', 'the', 'great', 'mother', 'holds', 'her', 'son\\nagainst', 'her', 'breast.\\n\\n*****\\n\\nFare', 'you', 'well,', 'people', 'of', 'Orphalese.\\n\\nThis', 'day', 'has', 'ended.\\n\\nIt', 'is', 'closing', 'upon', 'us', 'even', 'as', 'the\\nwater-lily', 'upon', 'its', 'own', 'tomorrow.\\n\\nWhat', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,\\n\\nAnd', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must\\nwe', 'come', 'together', 'and', 'together', 'stretch\\nour', 'hands', 'unto', 'the', 'giver.\\n\\nForget', 'not', 'that', 'I', 'shall', 'come', 'back', 'to\\nyou.\\n\\nA', 'little', 'while,', 'and', 'my', 'longing', 'shall\\ngather', 'dust', 'and', 'foam', 'for', 'another', 'body.\\n\\nA', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.\\n\\nFarewell', 'to', 'you', 'and', 'the', 'youth', 'I', 'have\\nspent', 'with', 'you.\\n\\nIt', 'was', 'but', 'yesterday', 'we', 'met', 'in', 'a\\ndream.', '{106}You', 'have', 'sung', 'to', 'me', 'in', 'my\\naloneness,', 'and', 'I', 'of', 'your', 'longings', 'have\\nbuilt', 'a', 'tower', 'in', 'the', 'sky.\\n\\nBut', 'now', 'our', 'sleep', 'has', 'fled', 'and', 'our', 'dream\\nis', 'over,', 'and', 'it', 'is', 'no', 'longer', 'dawn.\\n\\nThe', 'noontide', 'is', 'upon', 'us', 'and', 'our', 'half\\nwaking', 'has', 'turned', 'to', 'fuller', 'day,', 'and', 'we\\nmust', 'part.\\n\\nIf', 'in', 'the', 'twilight', 'of', 'memory', 'we', 'should\\nmeet', 'once', 'more,', 'we', 'shall', 'speak', 'again\\ntogether', 'and', 'you', 'shall', 'sing', 'to', 'me', 'a\\ndeeper', 'song.\\n\\nAnd', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another\\ndream', 'we', 'shall', 'build', 'another', 'tower', 'in\\nthe', 'sky.\\n\\n*****\\n\\nSo', 'saying', 'he', 'made', 'a', 'signal', 'to', 'the\\nseamen,', 'and', 'straightway', 'they', 'weighed\\nanchor', 'and', 'cast', 'the', 'ship', 'loose', 'from', 'its\\nmoorings,', 'and', 'they', 'moved', 'eastward.\\n\\nAnd', 'a', 'cry', 'came', 'from', 'the', 'people', 'as', 'from', 'a\\nsingle', 'heart,', 'and', 'it', 'rose', 'into', 'the', 'dusk\\nand', 'was', 'carried', 'out', 'over', 'the', 'sea', 'like', 'a\\ngreat', 'trumpeting.\\n\\nOnly', 'Almitra', 'was', 'silent,', 'gazing', 'after\\n{107}the', 'ship', 'until', 'it', 'had', 'vanished', 'into\\nthe', 'mist.\\n\\nAnd', 'when', 'all', 'the', 'people', 'were', 'dispersed\\nshe', 'still', 'stood', 'alone', 'upon', 'the', 'sea-wall,\\nremembering', 'in', 'her', 'heart', 'his', 'saying,\\n\\n“A', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.”\\n\\n[Illustration:', '0134]\\n\\n\\n\\n\\n\\n\\n\\n\\nEnd', 'of', 'the', 'Project', 'Gutenberg', 'EBook', 'of', 'The', 'Prophet,', 'by', 'Kahlil', 'Gibran\\n\\n***', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'THE', 'PROPHET', '***\\n\\n*****', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****\\nThis', 'and', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:\\n', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/\\n\\nProduced', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously\\nprovided', 'by', 'the', 'Internet', 'Archive\\n\\n\\nUpdated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will\\nbe', 'renamed.\\n\\nCreating', 'the', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright\\nlaw', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,\\nso', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United\\nStates', 'without', 'permission', 'and', 'without', 'paying', 'copyright\\nroyalties.', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part\\nof', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project\\nGutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm\\nconcept', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,\\nand', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive\\nspecific', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this\\neBook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook\\nfor', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,\\nperformances', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given\\naway--you', 'may', 'do', 'practically', 'ANYTHING', 'in', 'the', 'United', 'States', 'with', 'eBooks\\nnot', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'the\\ntrademark', 'license,', 'especially', 'commercial', 'redistribution.\\n\\nSTART:', 'FULL', 'LICENSE\\n\\nTHE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE\\nPLEASE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK\\n\\nTo', 'protect', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'the', 'free\\ndistribution', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work\\n(or', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"),', 'you', 'agree', 'to', 'comply', 'with', 'all', 'the', 'terms', 'of', 'the', 'Full\\nProject', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at\\nwww.gutenberg.org/license.\\n\\nSection', '1.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project\\nGutenberg-tm', 'electronic', 'works\\n\\n1.A.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm\\nelectronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to\\nand', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property\\n(trademark/copyright)', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all\\nthe', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or\\ndestroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your\\npossession.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a\\nProject', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound\\nby', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the\\nperson', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph\\n1.E.8.\\n\\n1.B.', '\"Project', 'Gutenberg\"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be\\nused', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who\\nagree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few\\nthings', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works\\neven', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See\\nparagraph', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project\\nGutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this\\nagreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm\\nelectronic', 'works.', 'See', 'paragraph', '1.E', 'below.\\n\\n1.C.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the\\nFoundation\"', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection\\nof', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual\\nworks', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United\\nStates.', 'If', 'an', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'the\\nUnited', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not\\nclaim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,\\ndisplaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as\\nall', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope\\nthat', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting\\nfree', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm\\nworks', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the\\nProject', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily\\ncomply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the\\nsame', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when\\nyou', 'share', 'it', 'without', 'charge', 'with', 'others.\\n\\n1.D.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern\\nwhat', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are\\nin', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,\\ncheck', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this\\nagreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,\\ndistributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any\\nother', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no\\nrepresentations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any\\ncountry', 'outside', 'the', 'United', 'States.\\n\\n1.E.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:\\n\\n1.E.1.', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other\\nimmediate', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear\\nprominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work\\non', 'which', 'the', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', 'the\\nphrase', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,\\nperformed,', 'viewed,', 'copied', 'or', 'distributed:\\n\\n', '', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'in', 'the', 'United', 'States', 'and\\n', '', 'most', 'other', 'parts', 'of', 'the', 'world', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no\\n', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it\\n', '', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this\\n', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', 'the\\n', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'the', 'laws', 'of', 'the', 'country', 'where', 'you\\n', '', 'are', 'located', 'before', 'using', 'this', 'ebook.\\n\\n1.E.2.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is\\nderived', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not\\ncontain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the\\ncopyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in\\nthe', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are\\nredistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply\\neither', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or\\nobtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm\\ntrademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.\\n\\n1.E.3.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted\\nwith', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution\\nmust', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any\\nadditional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms\\nwill', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works\\nposted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the\\nbeginning', 'of', 'this', 'work.\\n\\n1.E.4.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm\\nLicense', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this\\nwork', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.\\n\\n1.E.5.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this\\nelectronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without\\nprominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with\\nactive', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project\\nGutenberg-tm', 'License.\\n\\n1.E.6.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,\\ncompressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including\\nany', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access\\nto', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format\\nother', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'the', 'official\\nversion', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site\\n(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense\\nto', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means\\nof', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '\"Plain\\nVanilla', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the\\nfull', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.\\n\\n1.E.7.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,\\nperforming,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works\\nunless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.\\n\\n1.E.8.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing\\naccess', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works\\nprovided', 'that\\n\\n*', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from\\n', '', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method\\n', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed\\n', '', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has\\n', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid\\n', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are\\n', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty\\n', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in\\n', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg\\n', '', 'Literary', 'Archive', 'Foundation.\"\\n\\n*', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies\\n', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he\\n', '', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm\\n', '', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all\\n', '', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue\\n', '', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm\\n', '', 'works.\\n\\n*', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of\\n', '', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the\\n', '', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of\\n', '', 'receipt', 'of', 'the', 'work.\\n\\n*', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free\\n', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.\\n\\n1.E.9.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than\\nare', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing\\nfrom', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'The\\nProject', 'Gutenberg', 'Trademark', 'LLC,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm\\ntrademark.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.\\n\\n1.F.\\n\\n1.F.1.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable\\neffort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread\\nworks', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'the', 'Project\\nGutenberg-tm', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may\\ncontain', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate\\nor', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other\\nintellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or\\nother', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or\\ncannot', 'be', 'read', 'by', 'your', 'equipment.\\n\\n1.F.2.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '\"Right\\nof', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project\\nGutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all\\nliability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal\\nfees.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT\\nLIABILITY,', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE\\nPROVIDED', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE\\nTRADEMARK', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE\\nLIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR\\nINCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH\\nDAMAGE.\\n\\n1.F.3.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a\\ndefect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can\\nreceive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a\\nwritten', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you\\nreceived', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium\\nwith', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you\\nwith', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in\\nlieu', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person\\nor', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second\\nopportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If\\nthe', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing\\nwithout', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.\\n\\n1.F.4.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth\\nin', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO\\nOTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT\\nLIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.\\n\\n1.F.5.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied\\nwarranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of\\ndamages.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement\\nviolates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the\\nagreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or\\nlimitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or\\nunenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the\\nremaining', 'provisions.\\n\\n1.F.6.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the\\ntrademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone\\nproviding', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in\\naccordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the\\nproduction,', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,\\nincluding', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of\\nthe', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this\\nor', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or\\nadditions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any\\nDefect', 'you', 'cause.\\n\\nSection', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm\\n\\nProject', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of\\nelectronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of\\ncomputers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It\\nexists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations\\nfrom', 'people', 'in', 'all', 'walks', 'of', 'life.\\n\\nVolunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the\\nassistance', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\\ngoals\", 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will\\nremain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure\\nand', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future\\ngenerations.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see\\nSections', '3', 'and', '4', 'and', 'the', 'Foundation', 'information', 'page', 'at\\nwww.gutenberg.org', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nThe', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit\\n501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the\\nstate', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal\\nRevenue', 'Service.', 'The', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification\\nnumber', 'is', '64-6221541.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by\\nU.S.', 'federal', 'laws', 'and', 'your', \"state's\", 'laws.\\n\\nThe', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'the\\nmailing', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its\\nvolunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous\\nlocations.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt\\nLake', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'and', 'up', 'to\\ndate', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', \"Foundation's\", 'web', 'site', 'and\\nofficial', 'page', 'at', 'www.gutenberg.org/contact\\n\\nFor', 'additional', 'contact', 'information:\\n\\n', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby\\n', '', '', '', 'Chief', 'Executive', 'and', 'Director\\n', '', '', '', 'gbnewby@pglaf.org\\n\\nSection', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nProject', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide\\nspread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of\\nincreasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be\\nfreely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest\\narray', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations\\n($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt\\nstatus', 'with', 'the', 'IRS.\\n\\nThe', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating\\ncharities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United\\nStates.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a\\nconsiderable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up\\nwith', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations\\nwhere', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND\\nDONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular\\nstate', 'visit', 'www.gutenberg.org/donate\\n\\nWhile', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we\\nhave', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition\\nagainst', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who\\napproach', 'us', 'with', 'offers', 'to', 'donate.\\n\\nInternational', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make\\nany', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from\\noutside', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.\\n\\nPlease', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation\\nmethods', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other\\nways', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To\\ndonate,', 'please', 'visit:', 'www.gutenberg.org/donate\\n\\nSection', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.\\n\\nProfessor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project\\nGutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be\\nfreely', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'and\\ndistributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of\\nvolunteer', 'support.\\n\\nProject', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed\\neditions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in\\nthe', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not\\nnecessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper\\nedition.\\n\\nMost', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search\\nfacility:', 'www.gutenberg.org\\n\\nThis', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,\\nincluding', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to\\nsubscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.\\n\\n']\n" + ] + } + ], + "source": [ + "print(prophet)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -54,11 +74,33 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ - "# your code here" + "def func(prophet):\n", + " new_list = []\n", + " for i in prophet[568:]:\n", + " new_list.append(i)\n", + " return new_list" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[['PROPHET\\n\\n|Almustafa,', 'the{7}', 'chosen', 'and', 'the\\nbeloved,', 'who', 'was', 'a', 'dawn', 'unto', 'his', 'own\\nday,', 'had', 'waited', 'twelve', 'years', 'in', 'the', 'city\\nof', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to\\nreturn', 'and', 'bear', 'him', 'back', 'to', 'the', 'isle', 'of\\nhis', 'birth.\\n\\nAnd', 'in', 'the', 'twelfth', 'year,', 'on', 'the', 'seventh\\nday', 'of', 'Ielool,', 'the', 'month', 'of', 'reaping,', 'he\\nclimbed', 'the', 'hill', 'without', 'the', 'city', 'walls\\nand', 'looked', 'seaward;', 'and', 'he', 'beheld', 'his\\nship', 'coming', 'with', 'the', 'mist.\\n\\nThen', 'the', 'gates', 'of', 'his', 'heart', 'were', 'flung\\nopen,', 'and', 'his', 'joy', 'flew', 'far', 'over', 'the', 'sea.\\nAnd', 'he', 'closed', 'his', 'eyes', 'and', 'prayed', 'in', 'the\\nsilences', 'of', 'his', 'soul.\\n\\n*****\\n\\nBut', 'as', 'he', 'descended', 'the', 'hill,', 'a', 'sadness\\ncame', 'upon', 'him,', 'and', 'he', 'thought', 'in', 'his\\nheart:\\n\\nHow', 'shall', 'I', 'go', 'in', 'peace', 'and', 'without\\nsorrow?', 'Nay,', 'not', 'without', 'a', 'wound', 'in', 'the\\nspirit', 'shall', 'I', 'leave', 'this', 'city.', '{8}Long\\nwere', 'the', 'days', 'of', 'pain', 'I', 'have', 'spent\\nwithin', 'its', 'walls,', 'and', 'long', 'were', 'the\\nnights', 'of', 'aloneness;', 'and', 'who', 'can', 'depart\\nfrom', 'his', 'pain', 'and', 'his', 'aloneness', 'without\\nregret?\\n\\nToo', 'many', 'fragments', 'of', 'the', 'spirit', 'have', 'I\\nscattered', 'in', 'these', 'streets,', 'and', 'too', 'many\\nare', 'the', 'children', 'of', 'my', 'longing', 'that', 'walk\\nnaked', 'among', 'these', 'hills,', 'and', 'I', 'cannot\\nwithdraw', 'from', 'them', 'without', 'a', 'burden', 'and\\nan', 'ache.\\n\\nIt', 'is', 'not', 'a', 'garment', 'I', 'cast', 'off', 'this\\nday,', 'but', 'a', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own\\nhands.\\n\\nNor', 'is', 'it', 'a', 'thought', 'I', 'leave', 'behind', 'me,\\nbut', 'a', 'heart', 'made', 'sweet', 'with', 'hunger', 'and\\nwith', 'thirst.\\n\\n*****\\n\\nYet', 'I', 'cannot', 'tarry', 'longer.\\n\\nThe', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her\\ncalls', 'me,', 'and', 'I', 'must', 'embark.\\n\\nFor', 'to', 'stay,', 'though', 'the', 'hours', 'burn', 'in\\nthe', 'night,', 'is', 'to', 'freeze', 'and', 'crystallize\\nand', 'be', 'bound', 'in', 'a', 'mould.\\n\\nFain', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is\\nhere.', 'But', 'how', 'shall', 'I?\\n\\nA', 'voice', 'cannot', 'carry', 'the', 'tongue', 'and\\n{9}the', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone\\nmust', 'it', 'seek', 'the', 'ether.\\n\\nAnd', 'alone', 'and', 'without', 'his', 'nest', 'shall', 'the\\neagle', 'fly', 'across', 'the', 'sun.\\n\\n*****\\n\\nNow', 'when', 'he', 'reached', 'the', 'foot', 'of', 'the\\nhill,', 'he', 'turned', 'again', 'towards', 'the', 'sea,\\nand', 'he', 'saw', 'his', 'ship', 'approaching', 'the\\nharbour,', 'and', 'upon', 'her', 'prow', 'the', 'mariners,\\nthe', 'men', 'of', 'his', 'own', 'land.\\n\\nAnd', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'and', 'he\\nsaid:\\n\\nSons', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of\\nthe', 'tides,\\n\\nHow', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.\\nAnd', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which\\nis', 'my', 'deeper', 'dream.\\n\\nReady', 'am', 'I', 'to', 'go,', 'and', 'my', 'eagerness', 'with\\nsails', 'full', 'set', 'awaits', 'the', 'wind.\\n\\nOnly', 'another', 'breath', 'will', 'I', 'breathe', 'in\\nthis', 'still', 'air,', 'only', 'another', 'loving', 'look\\ncast', 'backward,\\n\\nAnd', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'a\\nseafarer', 'among', 'seafarers.', '{10}And', 'you,\\nvast', 'sea,', 'sleepless', 'mother,\\n\\nWho', 'alone', 'are', 'peace', 'and', 'freedom', 'to', 'the\\nriver', 'and', 'the', 'stream,\\n\\nOnly', 'another', 'winding', 'will', 'this', 'stream\\nmake,', 'only', 'another', 'murmur', 'in', 'this', 'glade,\\n\\nAnd', 'then', 'shall', 'I', 'come', 'to', 'you,', 'a\\nboundless', 'drop', 'to', 'a', 'boundless', 'ocean.\\n\\n*****\\n\\nAnd', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men\\nand', 'women', 'leaving', 'their', 'fields', 'and', 'their\\nvineyards', 'and', 'hastening', 'towards', 'the', 'city\\ngates.\\n\\nAnd', 'he', 'heard', 'their', 'voices', 'calling', 'his\\nname,', 'and', 'shouting', 'from', 'field', 'to', 'field\\ntelling', 'one', 'another', 'of', 'the', 'coming', 'of', 'his\\nship.\\n\\nAnd', 'he', 'said', 'to', 'himself:\\n\\nShall', 'the', 'day', 'of', 'parting', 'be', 'the', 'day', 'of\\ngathering?\\n\\nAnd', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in\\ntruth', 'my', 'dawn?\\n\\nAnd', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has\\nleft', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to\\nhim', 'who', 'has', 'stopped', 'the', 'wheel', 'of', 'his\\nwinepress?', '{11}Shall', 'my', 'heart', 'become', 'a\\ntree', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may\\ngather', 'and', 'give', 'unto', 'them?\\n\\nAnd', 'shall', 'my', 'desires', 'flow', 'like', 'a\\nfountain', 'that', 'I', 'may', 'fill', 'their', 'cups?\\n\\nAm', 'I', 'a', 'harp', 'that', 'the', 'hand', 'of', 'the', 'mighty\\nmay', 'touch', 'me,', 'or', 'a', 'flute', 'that', 'his', 'breath\\nmay', 'pass', 'through', 'me?\\n\\nA', 'seeker', 'of', 'silences', 'am', 'I,', 'and', 'what\\ntreasure', 'have', 'I', 'found', 'in', 'silences', 'that', 'I\\nmay', 'dispense', 'with', 'confidence?\\n\\nIf', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what\\nfields', 'have', 'I', 'sowed', 'the', 'seed,', 'and', 'in\\nwhat', 'unremembered', 'seasons?\\n\\nIf', 'this', 'indeed', 'be', 'the', 'hour', 'in', 'which', 'I\\nlift', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame\\nthat', 'shall', 'burn', 'therein.\\n\\nEmpty', 'and', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,\\n\\nAnd', 'the', 'guardian', 'of', 'the', 'night', 'shall', 'fill\\nit', 'with', 'oil', 'and', 'he', 'shall', 'light', 'it', 'also.\\n\\n*****\\n\\nThese', 'things', 'he', 'said', 'in', 'words.', 'But', 'much\\nin', 'his', 'heart', 'remained', 'unsaid.', 'For', '{12}he\\nhimself', 'could', 'not', 'speak', 'his', 'deeper\\nsecret.\\n\\n*****\\n\\n[Illustration:', '0020]\\n\\nAnd', 'when', 'he', 'entered', 'into', 'the', 'city', 'all\\nthe', 'people', 'came', 'to', 'meet', 'him,', 'and', 'they\\nwere', 'crying', 'out', 'to', 'him', 'as', 'with', 'one\\nvoice.\\n\\nAnd', 'the', 'elders', 'of', 'the', 'city', 'stood', 'forth\\nand', 'said:\\n\\nGo', 'not', 'yet', 'away', 'from', 'us.\\n\\nA', 'noontide', 'have', 'you', 'been', 'in', 'our\\ntwilight,', 'and', 'your', 'youth', 'has', 'given', 'us\\ndreams', 'to', 'dream.\\n\\nNo', 'stranger', 'are', 'you', 'among', 'us,', 'nor\\na', 'guest,', 'but', 'our', 'son', 'and', 'our', 'dearly\\nbeloved.\\n\\nSuffer', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for\\nyour', 'face.\\n\\n*****\\n\\nAnd', 'the', 'priests', 'and', 'the', 'priestesses', 'said\\nunto', 'him:\\n\\nLet', 'not', 'the', 'waves', 'of', 'the', 'sea', 'separate', 'us\\nnow,', 'and', 'the', 'years', 'you', 'have', 'spent', 'in', 'our\\nmidst', 'become', 'a', 'memory.\\n\\nYou', 'have', 'walked', 'among', 'us', 'a', 'spirit,\\n{13}and', 'your', 'shadow', 'has', 'been', 'a', 'light\\nupon', 'our', 'faces.\\n\\nMuch', 'have', 'we', 'loved', 'you.', 'But', 'speechless\\nwas', 'our', 'love,', 'and', 'with', 'veils', 'has', 'it', 'been\\nveiled.\\n\\nYet', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'and\\nwould', 'stand', 'revealed', 'before', 'you.\\n\\nAnd', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows\\nnot', 'its', 'own', 'depth', 'until', 'the', 'hour', 'of\\nseparation.\\n\\n*****\\n\\nAnd', 'others', 'came', 'also', 'and', 'entreated', 'him.\\nBut', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent\\nhis', 'head;', 'and', 'those', 'who', 'stood', 'near', 'saw\\nhis', 'tears', 'falling', 'upon', 'his', 'breast.\\n\\nAnd', 'he', 'and', 'the', 'people', 'proceeded', 'towards\\nthe', 'great', 'square', 'before', 'the', 'temple.\\n\\nAnd', 'there', 'came', 'out', 'of', 'the', 'sanctuary', 'a\\nwoman', 'whose', 'name', 'was', 'Almitra.', 'And', 'she\\nwas', 'a', 'seeress.\\n\\nAnd', 'he', 'looked', 'upon', 'her', 'with', 'exceeding\\ntenderness,', 'for', 'it', 'was', 'she', 'who', 'had', 'first\\nsought', 'and', 'believed', 'in', 'him', 'when', 'he', 'had\\nbeen', 'but', 'a', 'day', 'in', 'their', 'city.', '{14}And\\nshe', 'hailed', 'him,', 'saying:\\n\\nProphet', 'of', 'God,', 'in', 'quest', 'of', 'the\\nuttermost,', 'long', 'have', 'you', 'searched', 'the\\ndistances', 'for', 'your', 'ship.\\n\\nAnd', 'now', 'your', 'ship', 'has', 'come,', 'and', 'you', 'must\\nneeds', 'go.\\n\\nDeep', 'is', 'your', 'longing', 'for', 'the', 'land', 'of\\nyour', 'memories', 'and', 'the', 'dwelling', 'place\\nof', 'your', 'greater', 'desires;', 'and', 'our', 'love\\nwould', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold\\nyou.\\n\\nYet', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that\\nyou', 'speak', 'to', 'us', 'and', 'give', 'us', 'of', 'your\\ntruth.\\n\\nAnd', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,\\nand', 'they', 'unto', 'their', 'children,', 'and', 'it\\nshall', 'not', 'perish.\\n\\nIn', 'your', 'aloneness', 'you', 'have', 'watched', 'with\\nour', 'days,', 'and', 'in', 'your', 'wakefulness', 'you\\nhave', 'listened', 'to', 'the', 'weeping', 'and', 'the\\nlaughter', 'of', 'our', 'sleep.\\n\\nNow', 'therefore', 'disclose', 'us', 'to', 'ourselves,\\nand', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown\\nyou', 'of', 'that', 'which', 'is', 'between', 'birth', 'and\\ndeath.\\n\\n*****\\n\\nAnd', 'he', 'answered,\\n\\nPeople', 'of', 'Orphalese,', 'of', 'what', 'can', 'I\\n{15}speak', 'save', 'of', 'that', 'which', 'is', 'even', 'now\\nmoving', 'within', 'your', 'souls?\\n\\n*****', '*****\\n\\nThen', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of\\n_Love_.\\n\\nAnd', 'he', 'raised', 'his', 'head', 'and', 'looked', 'upon\\nthe', 'people,', 'and', 'there', 'fell', 'a', 'stillness\\nupon', 'them.', 'And', 'with', 'a', 'great', 'voice', 'he\\nsaid:\\n\\nWhen', 'love', 'beckons', 'to', 'you,', 'follow', 'him,\\n\\nThough', 'his', 'ways', 'are', 'hard', 'and', 'steep.\\n\\nAnd', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to\\nhim,\\n\\nThough', 'the', 'sword', 'hidden', 'among', 'his\\npinions', 'may', 'wound', 'you.\\n\\nAnd', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in\\nhim,\\n\\nThough', 'his', 'voice', 'may', 'shatter', 'your', 'dreams\\nas', 'the', 'north', 'wind', 'lays', 'waste', 'the', 'garden.\\n\\nFor', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall\\nhe', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your\\ngrowth', 'so', 'is', 'he', 'for', 'your', 'pruning.\\n\\nEven', 'as', 'he', 'ascends', 'to', 'your', 'height', 'and\\n{16}caresses', 'your', 'tenderest', 'branches\\nthat', 'quiver', 'in', 'the', 'sun,\\n\\nSo', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'and\\nshake', 'them', 'in', 'their', 'clinging', 'to', 'the\\nearth.\\n\\n*****\\n\\nLike', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto\\nhimself.\\n\\nHe', 'threshes', 'you', 'to', 'make', 'you', 'naked.\\n\\nHe', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your\\nhusks.\\n\\nHe', 'grinds', 'you', 'to', 'whiteness.\\n\\nHe', 'kneads', 'you', 'until', 'you', 'are', 'pliant;\\n\\nAnd', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred\\nfire,', 'that', 'you', 'may', 'become', 'sacred', 'bread\\nfor', 'God’s', 'sacred', 'feast.\\n\\n*****\\n\\nAll', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you\\nthat', 'you', 'may', 'know', 'the', 'secrets', 'of', 'your\\nheart,', 'and', 'in', 'that', 'knowledge', 'become', 'a\\nfragment', 'of', 'Life’s', 'heart.\\n\\nBut', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only\\nlove’s', 'peace', 'and', 'love’s', 'pleasure,\\n\\nThen', 'it', 'is', 'better', 'for', 'you', 'that', 'you\\ncover', '{17}your', 'nakedness', 'and', 'pass', 'out', 'of\\nlove’s', 'threshing-floor,\\n\\nInto', 'the', 'seasonless', 'world', 'where', 'you\\nshall', 'laugh,', 'but', 'not', 'all', 'of', 'your\\nlaughter,', 'and', 'weep,', 'but', 'not', 'all', 'of', 'your\\ntears.\\n\\n*****\\n\\nLove', 'gives', 'naught', 'but', 'itself', 'and', 'takes\\nnaught', 'but', 'from', 'itself.\\n\\nLove', 'possesses', 'not', 'nor', 'would', 'it', 'be\\npossessed;\\n\\nFor', 'love', 'is', 'sufficient', 'unto', 'love.\\n\\nWhen', 'you', 'love', 'you', 'should', 'not', 'say,', '“God\\nis', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in\\nthe', 'heart', 'of', 'God.”\\n\\nAnd', 'think', 'not', 'you', 'can', 'direct', 'the', 'course\\nof', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you\\nworthy,', 'directs', 'your', 'course.\\n\\nLove', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil\\nitself.\\n\\nBut', 'if', 'you', 'love', 'and', 'must', 'needs', 'have\\ndesires,', 'let', 'these', 'be', 'your', 'desires:\\n\\nTo', 'melt', 'and', 'be', 'like', 'a', 'running', 'brook', 'that\\nsings', 'its', 'melody', 'to', 'the', 'night.', '{18}To\\nknow', 'the', 'pain', 'of', 'too', 'much', 'tenderness.\\n\\nTo', 'be', 'wounded', 'by', 'your', 'own', 'understanding\\nof', 'love;\\n\\nAnd', 'to', 'bleed', 'willingly', 'and', 'joyfully.\\n\\nTo', 'wake', 'at', 'dawn', 'with', 'a', 'winged', 'heart', 'and\\ngive', 'thanks', 'for', 'another', 'day', 'of', 'loving;\\n\\nTo', 'rest', 'at', 'the', 'noon', 'hour', 'and', 'meditate\\nlove’s', 'ecstacy;\\n\\nTo', 'return', 'home', 'at', 'eventide', 'with\\ngratitude;\\n\\nAnd', 'then', 'to', 'sleep', 'with', 'a', 'prayer', 'for\\nthe', 'beloved', 'in', 'your', 'heart', 'and', 'a', 'song', 'of\\npraise', 'upon', 'your', 'lips.\\n\\n[Illustration:', '0029]\\n\\n*****', '*****\\n\\n{19}Then', 'Almitra', 'spoke', 'again', 'and', 'said,\\nAnd', 'what', 'of', '_Marriage_', 'master?\\n\\nAnd', 'he', 'answered', 'saying:\\n\\nYou', 'were', 'born', 'together,', 'and', 'together', 'you\\nshall', 'be', 'forevermore.\\n\\nYou', 'shall', 'be', 'together', 'when', 'the', 'white\\nwings', 'of', 'death', 'scatter', 'your', 'days.\\n\\nAye,', 'you', 'shall', 'be', 'together', 'even', 'in', 'the\\nsilent', 'memory', 'of', 'God.\\n\\nBut', 'let', 'there', 'be', 'spaces', 'in', 'your\\ntogetherness,\\n\\nAnd', 'let', 'the', 'winds', 'of', 'the', 'heavens', 'dance\\nbetween', 'you.\\n\\n*****\\n\\nLove', 'one', 'another,', 'but', 'make', 'not', 'a', 'bond', 'of\\nlove:\\n\\nLet', 'it', 'rather', 'be', 'a', 'moving', 'sea', 'between\\nthe', 'shores', 'of', 'your', 'souls.\\n\\nFill', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from\\none', 'cup.\\n\\nGive', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat\\nnot', 'from', 'the', 'same', 'loaf.', '{20}Sing', 'and\\ndance', 'together', 'and', 'be', 'joyous,', 'but', 'let\\neach', 'one', 'of', 'you', 'be', 'alone,\\n\\nEven', 'as', 'the', 'strings', 'of', 'a', 'lute', 'are', 'alone\\nthough', 'they', 'quiver', 'with', 'the', 'same', 'music.\\n\\n*****\\n\\nGive', 'your', 'hearts,', 'but', 'not', 'into', 'each\\nother’s', 'keeping.\\n\\nFor', 'only', 'the', 'hand', 'of', 'Life', 'can', 'contain\\nyour', 'hearts.\\n\\nAnd', 'stand', 'together', 'yet', 'not', 'too', 'near\\ntogether:\\n\\nFor', 'the', 'pillars', 'of', 'the', 'temple', 'stand\\napart,\\n\\nAnd', 'the', 'oak', 'tree', 'and', 'the', 'cypress', 'grow\\nnot', 'in', 'each', 'other’s', 'shadow.\\n\\n[Illustration:', '0032]\\n\\n*****', '*****\\n\\n{21}And', 'a', 'woman', 'who', 'held', 'a', 'babe\\nagainst', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of\\n_Children_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'children', 'are', 'not', 'your', 'children.\\n\\nThey', 'are', 'the', 'sons', 'and', 'daughters', 'of\\nLife’s', 'longing', 'for', 'itself.\\n\\nThey', 'come', 'through', 'you', 'but', 'not', 'from', 'you,\\n\\nAnd', 'though', 'they', 'are', 'with', 'you', 'yet', 'they\\nbelong', 'not', 'to', 'you.\\n\\n*****\\n\\nYou', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your\\nthoughts,\\n\\nFor', 'they', 'have', 'their', 'own', 'thoughts.\\n\\nYou', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their\\nsouls,\\n\\nFor', 'their', 'souls', 'dwell', 'in', 'the', 'house', 'of\\ntomorrow,', 'which', 'you', 'cannot', 'visit,', 'not\\neven', 'in', 'your', 'dreams.\\n\\nYou', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek\\nnot', 'to', 'make', 'them', 'like', 'you.', '{22}For\\nlife', 'goes', 'not', 'backward', 'nor', 'tarries', 'with\\nyesterday.\\n\\nYou', 'are', 'the', 'bows', 'from', 'which', 'your\\nchildren', 'as', 'living', 'arrows', 'are', 'sent\\nforth.\\n\\nThe', 'archer', 'sees', 'the', 'mark', 'upon', 'the', 'path\\nof', 'the', 'infinite,', 'and', 'He', 'bends', 'you', 'with\\nHis', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift\\nand', 'far.\\n\\nLet', 'your', 'bending', 'in', 'the', 'Archer’s', 'hand', 'be\\nfor', 'gladness;\\n\\nFor', 'even', 'as', 'he', 'loves', 'the', 'arrow', 'that\\nflies,', 'so', 'He', 'loves', 'also', 'the', 'bow', 'that', 'is\\nstable.\\n\\n*****', '*****\\n\\n{23}Then', 'said', 'a', 'rich', 'man,', 'Speak', 'to', 'us', 'of\\n_Giving_.\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'give', 'but', 'little', 'when', 'you', 'give', 'of\\nyour', 'possessions.\\n\\nIt', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you\\ntruly', 'give.\\n\\nFor', 'what', 'are', 'your', 'possessions', 'but', 'things\\nyou', 'keep', 'and', 'guard', 'for', 'fear', 'you', 'may', 'need\\nthem', 'tomorrow?\\n\\nAnd', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring\\nto', 'the', 'overprudent', 'dog', 'burying', 'bones\\nin', 'the', 'trackless', 'sand', 'as', 'he', 'follows', 'the\\npilgrims', 'to', 'the', 'holy', 'city?\\n\\nAnd', 'what', 'is', 'fear', 'of', 'need', 'but', 'need\\nitself?\\n\\nIs', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is\\nfull,', 'the', 'thirst', 'that', 'is', 'unquenchable?\\n\\nThere', 'are', 'those', 'who', 'give', 'little', 'of', 'the\\n{24}much', 'which', 'they', 'have--and', 'they', 'give\\nit', 'for', 'recognition', 'and', 'their', 'hidden\\ndesire', 'makes', 'their', 'gifts', 'unwholesome.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'little', 'and\\ngive', 'it', 'all.\\n\\nThese', 'are', 'the', 'believers', 'in', 'life', 'and\\nthe', 'bounty', 'of', 'life,', 'and', 'their', 'coffer', 'is\\nnever', 'empty.\\n\\nThere', 'are', 'those', 'who', 'give', 'with', 'joy,', 'and\\nthat', 'joy', 'is', 'their', 'reward.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,\\nand', 'that', 'pain', 'is', 'their', 'baptism.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'and', 'know\\nnot', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek\\njoy,', 'nor', 'give', 'with', 'mindfulness', 'of\\nvirtue;\\n\\nThey', 'give', 'as', 'in', 'yonder', 'valley', 'the', 'myrtle\\nbreathes', 'its', 'fragrance', 'into', 'space.\\n\\nThrough', 'the', 'hands', 'of', 'such', 'as', 'these', 'God\\nspeaks,', 'and', 'from', 'behind', 'their', 'eyes', 'He\\nsmiles', 'upon', 'the', 'earth.\\n\\n[Illustration:', '0039]\\n\\nIt', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it\\nis', 'better', 'to', 'give', 'unasked,', 'through\\nunderstanding;\\n\\nAnd', 'to', 'the', 'open-handed', 'the', 'search', 'for\\n{25}one', 'who', 'shall', 'receive', 'is', 'joy', 'greater\\nthan', 'giving.\\n\\nAnd', 'is', 'there', 'aught', 'you', 'would', 'withhold?\\n\\nAll', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;\\n\\nTherefore', 'give', 'now,', 'that', 'the', 'season\\nof', 'giving', 'may', 'be', 'yours', 'and', 'not', 'your\\ninheritors’.\\n\\nYou', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only\\nto', 'the', 'deserving.”\\n\\nThe', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,\\nnor', 'the', 'flocks', 'in', 'your', 'pasture.\\n\\nThey', 'give', 'that', 'they', 'may', 'live,', 'for', 'to\\nwithhold', 'is', 'to', 'perish.\\n\\nSurely', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his\\ndays', 'and', 'his', 'nights,', 'is', 'worthy', 'of', 'all\\nelse', 'from', 'you.\\n\\nAnd', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from\\nthe', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his\\ncup', 'from', 'your', 'little', 'stream.\\n\\nAnd', 'what', 'desert', 'greater', 'shall', 'there', 'be,\\nthan', 'that', 'which', 'lies', 'in', 'the', 'courage\\nand', 'the', 'confidence,', 'nay', 'the', 'charity,', 'of\\nreceiving?\\n\\nAnd', 'who', 'are', 'you', 'that', 'men', 'should', 'rend\\n{26}their', 'bosom', 'and', 'unveil', 'their', 'pride,\\nthat', 'you', 'may', 'see', 'their', 'worth', 'naked', 'and\\ntheir', 'pride', 'unabashed?\\n\\nSee', 'first', 'that', 'you', 'yourself', 'deserve', 'to\\nbe', 'a', 'giver,', 'and', 'an', 'instrument', 'of', 'giving.\\n\\nFor', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto\\nlife--while', 'you,', 'who', 'deem', 'yourself', 'a\\ngiver,', 'are', 'but', 'a', 'witness.\\n\\nAnd', 'you', 'receivers--and', 'you', 'are\\nall', 'receivers--assume', 'no', 'weight', 'of\\ngratitude,', 'lest', 'you', 'lay', 'a', 'yoke', 'upon\\nyourself', 'and', 'upon', 'him', 'who', 'gives.\\n\\nRather', 'rise', 'together', 'with', 'the', 'giver', 'on\\nhis', 'gifts', 'as', 'on', 'wings;\\n\\nFor', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is\\nito', 'doubt', 'his', 'generosity', 'who', 'has', 'the\\nfreehearted', 'earth', 'for', 'mother,', 'and', 'God\\nfor', 'father.\\n\\n[Illustration:', '0042]\\n\\n*****', '*****\\n\\n{27}Then', 'an', 'old', 'man,', 'a', 'keeper', 'of', 'an\\ninn,', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'and\\nDrinking_.\\n\\nAnd', 'he', 'said:\\n\\nWould', 'that', 'you', 'could', 'live', 'on', 'the\\nfragrance', 'of', 'the', 'earth,', 'and', 'like', 'an', 'air\\nplant', 'be', 'sustained', 'by', 'the', 'light.\\n\\nBut', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'and', 'rob\\nthe', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to\\nquench', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'an\\nact', 'of', 'worship,\\n\\nAnd', 'let', 'your', 'board', 'stand', 'an', 'altar', 'on\\nwhich', 'the', 'pure', 'and', 'the', 'innocent', 'of\\nforest', 'and', 'plain', 'are', 'sacrificed', 'for', 'that\\nwhich', 'is', 'purer', 'and', 'still', 'more', 'innocent\\nin', 'man.\\n\\n*****\\n\\nWhen', 'you', 'kill', 'a', 'beast', 'say', 'to', 'him', 'in', 'your\\nheart,\\n\\n“By', 'the', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too\\nam', 'slain;', 'and', 'I', 'too', 'shall', 'be', 'consumed.\\n{28}For', 'the', 'law', 'that', 'delivered', 'you', 'into\\nmy', 'hand', 'shall', 'deliver', 'me', 'into', 'a', 'mightier\\nhand.\\n\\nYour', 'blood', 'and', 'my', 'blood', 'is', 'naught', 'but\\nthe', 'sap', 'that', 'feeds', 'the', 'tree', 'of', 'heaven.”\\n\\n*****\\n\\nAnd', 'when', 'you', 'crush', 'an', 'apple', 'with', 'your\\nteeth,', 'say', 'to', 'it', 'in', 'your', 'heart,\\n\\n“Your', 'seeds', 'shall', 'live', 'in', 'my', 'body,\\n\\nAnd', 'the', 'buds', 'of', 'your', 'tomorrow', 'shall\\nblossom', 'in', 'my', 'heart,\\n\\nAnd', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,\\nAnd', 'together', 'we', 'shall', 'rejoice', 'through\\nall', 'the', 'seasons.”\\n\\n*****\\n\\nAnd', 'in', 'the', 'autumn,', 'when', 'you', 'gather\\nthe', 'grapes', 'of', 'your', 'vineyards', 'for', 'the\\nwinepress,', 'say', 'in', 'your', 'heart,\\n\\n“I', 'too', 'am', 'a', 'vineyard,', 'and', 'my', 'fruit', 'shall\\nbe', 'gathered', 'for', 'the', 'winepress,\\n\\nAnd', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in\\neternal', 'vessels.”\\n\\nAnd', 'in', 'winter,', 'when', 'you', 'draw', 'the', 'wine,\\n{29}let', 'there', 'be', 'in', 'your', 'heart', 'a', 'song\\nfor', 'each', 'cup;\\n\\nAnd', 'let', 'there', 'be', 'in', 'the', 'song', 'a\\nremembrance', 'for', 'the', 'autumn', 'days,', 'and', 'for\\nthe', 'vineyard,', 'and', 'for', 'the', 'winepress.\\n\\n*****\\n*****\\n\\n{30}', 'Then', 'a', 'ploughman', 'said,', 'Speak\\nto', 'us', 'of', '_Work_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'the\\nearth', 'and', 'the', 'soul', 'of', 'the', 'earth.\\n\\nFor', 'to', 'be', 'idle', 'is', 'to', 'become', 'a', 'stranger\\nunto', 'the', 'seasons,', 'and', 'to', 'step', 'out', 'of\\nlife’s', 'procession,', 'that', 'marches', 'in\\nmajesty', 'and', 'proud', 'submission', 'towards', 'the\\ninfinite.\\n\\nWhen', 'you', 'work', 'you', 'are', 'a', 'flute', 'through\\nwhose', 'heart', 'the', 'whispering', 'of', 'the', 'hours\\nturns', 'to', 'music.\\n\\nWhich', 'of', 'you', 'would', 'be', 'a', 'reed,', 'dumb', 'and\\nsilent,', 'when', 'all', 'else', 'sings', 'together', 'in\\nunison?\\n\\nAlways', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'a\\ncurse', 'and', 'labour', 'a', 'misfortune.\\n\\nBut', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you\\nfulfil', 'a', 'part', 'of', 'earth’s', 'furthest', 'dream,\\n{31}assigned', 'to', 'you', 'when', 'that', 'dream', 'was\\nborn,\\n\\nAnd', 'in', 'keeping', 'yourself', 'with', 'labour', 'you\\nare', 'in', 'truth', 'loving', 'life,\\n\\nAnd', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be\\nintimate', 'with', 'life’s', 'inmost', 'secret.\\n\\n*****\\n\\nBut', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'an\\naffliction', 'and', 'the', 'support', 'of', 'the', 'flesh\\na', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I\\nanswer', 'that', 'naught', 'but', 'the', 'sweat', 'of\\nyour', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is\\nwritten.\\n\\nYou', 'have', 'been', 'told', 'also', 'that', 'life', 'is\\ndarkness,', 'and', 'in', 'your', 'weariness', 'you', 'echo\\nwhat', 'was', 'said', 'by', 'the', 'weary.\\n\\nAnd', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness\\n‘save', 'when', 'there', 'is', 'urge,\\n\\nAnd', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is\\nknowledge,\\n\\nAnd', 'all', 'knowledge', 'is', 'vain', 'save', 'when\\nthere', 'is', 'work,\\n\\nAnd', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is\\nlove;\\n\\nAnd', 'when', 'you', 'work', 'with', 'love', 'you', 'bind\\n{32}yourself', 'to', 'yourself,', 'and', 'to', 'one\\nanother,', 'and', 'to', 'God.\\n\\n*****\\n\\nAnd', 'what', 'is', 'it', 'to', 'work', 'with', 'love?\\n\\nIt', 'is', 'to', 'weave', 'the', 'cloth', 'with', 'threads\\ndrawn', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your\\nbeloved', 'were', 'to', 'wear', 'that', 'cloth.\\n\\nIt', 'is', 'to', 'build', 'a', 'house', 'with', 'affection,\\neven', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in\\nthat', 'house.\\n\\nIt', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'and\\nreap', 'the', 'harvest', 'with', 'joy,', 'even', 'as', 'if\\nyour', 'beloved', 'were', 'to', 'eat', 'the', 'fruit.\\n\\nIt', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion\\nwith', 'a', 'breath', 'of', 'your', 'own', 'spirit,\\n\\nAnd', 'to', 'know', 'that', 'all', 'the', 'blessed', 'dead\\nare', 'standing', 'about', 'you', 'and', 'watching.\\n\\nOften', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if\\nspeaking', 'in', 'sleep,', '“He', 'who', 'works', 'in\\nmarble,', 'and', 'finds', 'the', 'shape', 'of', 'his', 'own\\nsoul', 'in', 'the', 'stone,', 'is', 'nobler', 'than', 'he', 'who\\nploughs', 'the', 'soil.', '{33}And', 'he', 'who', 'seizes\\nthe', 'rainbow', 'to', 'lay', 'it', 'on', 'a', 'cloth', 'in', 'the\\nlikeness', 'of', 'man,', 'is', 'more', 'than', 'he', 'who\\nmakes', 'the', 'sandals', 'for', 'our', 'feet.”\\n\\nBut', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'the\\noverwakefulness', 'of', 'noontide,', 'that', 'the\\nwind', 'speaks', 'not', 'more', 'sweetly', 'to', 'the\\ngiant', 'oaks', 'than', 'to', 'the', 'least', 'of', 'all', 'the\\nblades', 'of', 'grass;\\n\\nAnd', 'he', 'alone', 'is', 'great', 'who', 'turns', 'the\\nvoice', 'of', 'the', 'wind', 'into', 'a', 'song', 'made\\nsweeter', 'by', 'his', 'own', 'loving.\\n\\n*****\\n\\nWork', 'is', 'love', 'made', 'visible.\\n\\nAnd', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but\\nonly', 'with', 'distaste,', 'it', 'is', 'better', 'that\\nyou', 'should', 'leave', 'your', 'work', 'and', 'sit', 'at\\nthe', 'gate', 'of', 'the', 'temple', 'and', 'take', 'alms', 'of\\nthose', 'who', 'work', 'with', 'joy.\\n\\nFor', 'if', 'you', 'bake', 'bread', 'with', 'indifference,\\nyou', 'bake', 'a', 'bitter', 'bread', 'that', 'feeds', 'but\\nhalf', 'man’s', 'hunger.\\n\\nAnd', 'if', 'you', 'grudge', 'the', 'crushing', 'of', 'the\\ngrapes,', 'your', 'grudge', 'distils', 'a', 'poison', 'in\\nthe', 'wine.', '{34}And', 'if', 'you', 'sing', 'though', 'as\\nangels,', 'and', 'love', 'not', 'the', 'singing,', 'you\\nmuffle', 'man’s', 'ears', 'to', 'the', 'voices', 'of', 'the\\nday', 'and', 'the', 'voices', 'of', 'the', 'night.\\n\\n*****', '*****\\n\\n{35}Then', 'a', 'woman', 'said,', 'Speak', 'to', 'us', 'of\\n_Joy', 'and', 'Sorrow_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'joy', 'is', 'your', 'sorrow', 'unmasked.\\n\\nAnd', 'the', 'selfsame', 'well', 'from', 'which', 'your\\nlaughter', 'rises', 'was', 'oftentimes', 'filled\\nwith', 'your', 'tears.\\n\\nAnd', 'how', 'else', 'can', 'it', 'be?\\n\\nThe', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your\\nbeing,', 'the', 'more', 'joy', 'you', 'can', 'contain.\\n\\nIs', 'not', 'the', 'cup', 'that', 'holds', 'your', 'wine', 'the\\nvery', 'cup', 'that', 'was', 'burned', 'in', 'the', 'potter’s\\noven?\\n\\nAnd', 'is', 'not', 'the', 'lute', 'that', 'soothes', 'your\\nspirit,', 'the', 'very', 'wood', 'that', 'was', 'hollowed\\nwith', 'knives?\\n\\nWhen', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your\\nheart', 'and', 'you', 'shall', 'find', 'it', 'is', 'only\\nthat', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is\\ngiving', 'you', 'joy.\\n\\nWhen', 'you', 'are', 'sorrowful', 'look', 'again', 'in\\n{36}your', 'heart,', 'and', 'you', 'shall', 'see', 'that\\nin', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which\\nhas', 'been', 'your', 'delight.\\n\\n*****\\n\\nSome', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than\\nsorrow,”', 'and', 'others', 'say,', '“Nay,', 'sorrow', 'is\\nthe', 'greater.”\\n\\nBut', 'I', 'say', 'unto', 'you,', 'they', 'are\\ninseparable.\\n\\nTogether', 'they', 'come,', 'and', 'when', 'one', 'sits\\nalone', 'with', 'you', 'at', 'your', 'board,', 'remember\\nthat', 'the', 'other', 'is', 'asleep', 'upon', 'your', 'bed.\\n\\nVerily', 'you', 'are', 'suspended', 'like', 'scales\\nbetween', 'your', 'sorrow', 'and', 'your', 'joy.\\n\\nOnly', 'when', 'you', 'are', 'empty', 'are', 'you', 'at\\nstandstill', 'and', 'balanced.\\n\\nWhen', 'the', 'treasure-keeper', 'lifts', 'you', 'to\\nweigh', 'his', 'gold', 'and', 'his', 'silver,', 'needs\\nmust', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or\\nfall.\\n\\n*****', '*****\\n\\n{37}Then', 'a', 'mason', 'came', 'forth', 'and', 'said,\\nSpeak', 'to', 'us', 'of', '_Houses_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nBuild', 'of', 'your', 'imaginings', 'a', 'bower', 'in', 'the\\nwilderness', 'ere', 'you', 'build', 'a', 'house', 'within\\nthe', 'city', 'walls.\\n\\nFor', 'even', 'as', 'you', 'have', 'home-comings', 'in\\nyour', 'twilight,', 'so', 'has', 'the', 'wanderer', 'in\\nyou,', 'the', 'ever', 'distant', 'and', 'alone.\\n\\nYour', 'house', 'is', 'your', 'larger', 'body.\\n\\nIt', 'grows', 'in', 'the', 'sun', 'and', 'sleeps', 'in', 'the\\nstillness', 'of', 'the', 'night;', 'and', 'it', 'is', 'not\\ndreamless.', 'Does', 'not', 'your', 'house', 'dream?\\nand', 'dreaming,', 'leave', 'the', 'city', 'for', 'grove\\nor', 'hilltop?\\n\\nWould', 'that', 'I', 'could', 'gather', 'your', 'houses\\ninto', 'my', 'hand,', 'and', 'like', 'a', 'sower', 'scatter\\nthem', 'in', 'forest', 'and', 'meadow.\\n\\nWould', 'the', 'valleys', 'were', 'your', 'streets,', 'and\\nthe', 'green', 'paths', 'your', 'alleys,', 'that', 'you\\n{38}might', 'seek', 'one', 'another', 'through\\nvineyards,', 'and', 'come', 'with', 'the', 'fragrance\\nof', 'the', 'earth', 'in', 'your', 'garments.\\n\\nBut', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.\\n\\nIn', 'their', 'fear', 'your', 'forefathers', 'gathered\\nyou', 'too', 'near', 'together.', 'And', 'that', 'fear\\nshall', 'endure', 'a', 'little', 'longer.', 'A', 'little\\nlonger', 'shall', 'your', 'city', 'walls', 'separate\\nyour', 'hearths', 'from', 'your', 'fields.\\n\\n*****\\n\\nAnd', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what\\nhave', 'you', 'in', 'these', 'houses?', 'And', 'what', 'is', 'it\\nyou', 'guard', 'with', 'fastened', 'doors?\\n\\nHave', 'you', 'peace,', 'the', 'quiet', 'urge', 'that\\nreveals', 'your', 'power?\\n\\nHave', 'you', 'remembrances,', 'the', 'glimmering\\narches', 'that', 'span', 'the', 'summits', 'of', 'the\\nmind?\\n\\nHave', 'you', 'beauty,', 'that', 'leads', 'the', 'heart\\nfrom', 'things', 'fashioned', 'of', 'wood', 'and', 'stone\\nto', 'the', 'holy', 'mountain?\\n\\nTell', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?\\n\\nOr', 'have', 'you', 'only', 'comfort,', 'and', 'the', 'lust\\nfor', 'comfort,', 'that', 'stealthy', 'thing', 'that\\n{39}enters', 'the', 'house', 'a', 'guest,', 'and', 'then\\nbecomes', 'a', 'host,', 'and', 'then', 'a', 'master?\\n\\n*****\\n\\nAy,', 'and', 'it', 'becomes', 'a', 'tamer,', 'and', 'with\\nhook', 'and', 'scourge', 'makes', 'puppets', 'of', 'your\\nlarger', 'desires.\\n\\nThough', 'its', 'hands', 'are', 'silken,', 'its', 'heart\\nis', 'of', 'iron.\\n\\nIt', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by\\nyour', 'bed', 'and', 'jeer', 'at', 'the', 'dignity', 'of', 'the\\nflesh.\\n\\nIt', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'and\\nlays', 'them', 'in', 'thistledown', 'like', 'fragile\\nvessels.\\n\\nVerily', 'the', 'lust', 'for', 'comfort', 'murders\\nthe', 'passion', 'of', 'the', 'soul,', 'and', 'then', 'walks\\ngrinning', 'in', 'the', 'funeral.\\n\\nBut', 'you,', 'children', 'of', 'space,', 'you', 'restless\\nin', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor\\ntamed.\\n\\nYour', 'house', 'shall', 'be', 'not', 'an', 'anchor', 'but', 'a\\nmast.\\n\\nIt', 'shall', 'not', 'be', 'a', 'glistening', 'film', 'that\\n{40}covers', 'a', 'wound,', 'but', 'an', 'eyelid', 'that\\nguards', 'the', 'eye.\\n\\nYou', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you\\nmay', 'pass', 'through', 'doors,', 'nor', 'bend', 'your\\nheads', 'that', 'they', 'strike', 'not', 'against', 'a\\nceiling,', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls\\nshould', 'crack', 'and', 'fall', 'down.\\n\\nYou', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'the\\ndead', 'for', 'the', 'living.\\n\\nAnd', 'though', 'of', 'magnificence', 'and\\nsplendour,', 'your', 'house', 'shall', 'not', 'hold\\nyour', 'secret', 'nor', 'shelter', 'your', 'longing.\\n\\nFor', 'that', 'which', 'is', 'boundless', 'in', 'you\\nabides', 'in', 'the', 'mansion', 'of', 'the', 'sky,', 'whose\\ndoor', 'is', 'the', 'morning', 'mist,', 'and', 'whose\\nwindows', 'are', 'the', 'songs', 'and', 'the', 'silences\\nof', 'night.\\n\\n*****', '*****\\n\\n{41}And', 'the', 'weaver', 'said,', 'Speak', 'to', 'us', 'of\\n_Clothes_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'clothes', 'conceal', 'much', 'of', 'your\\nbeauty,', 'yet', 'they', 'hide', 'not', 'the\\nunbeautiful.\\n\\nAnd', 'though', 'you', 'seek', 'in', 'garments', 'the\\nfreedom', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them\\na', 'harness', 'and', 'a', 'chain.\\n\\nWould', 'that', 'you', 'could', 'meet', 'the', 'sun', 'and\\nthe', 'wind', 'with', 'more', 'of', 'your', 'skin', 'and', 'less\\nof', 'your', 'raiment,\\n\\nFor', 'the', 'breath', 'of', 'life', 'is', 'in', 'the\\nsunlight', 'and', 'the', 'hand', 'of', 'life', 'is', 'in', 'the\\nwind.\\n\\nSome', 'of', 'you', 'say,', '“It', 'is', 'the', 'north', 'wind\\nwho', 'has', 'woven', 'the', 'clothes', 'we', 'wear.”\\n\\nAnd', 'I', 'say,', 'Ay,', 'it', 'was', 'the', 'north', 'wind,\\n\\nBut', 'shame', 'was', 'his', 'loom,', 'and', 'the\\nsoftening', 'of', 'the', 'sinews', 'was', 'his', 'thread.\\n\\nAnd', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in\\nthe', 'forest.', '{42}Forget', 'not', 'that', 'modesty\\nis', 'for', 'a', 'shield', 'against', 'the', 'eye', 'of', 'the\\nunclean.\\n\\nAnd', 'when', 'the', 'unclean', 'shall', 'be', 'no', 'more,\\nwhat', 'were', 'modesty', 'but', 'a', 'fetter', 'and', 'a\\nfouling', 'of', 'the', 'mind?\\n\\nAnd', 'forget', 'not', 'that', 'the', 'earth', 'delights\\nto', 'feel', 'your', 'bare', 'feet', 'and', 'the', 'winds\\nlong', 'to', 'play', 'with', 'your', 'hair.\\n\\n*****', '*****\\n\\n{43}And', 'a', 'merchant', 'said,', 'Speak', 'to', 'us', 'of\\n_Buying', 'and', 'Selling_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nTo', 'you', 'the', 'earth', 'yields', 'her', 'fruit,', 'and\\nyou', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how\\nto', 'fill', 'your', 'hands.\\n\\nIt', 'is', 'in', 'exchanging', 'the', 'gifts', 'of', 'the\\nearth', 'that', 'you', 'shall', 'find', 'abundance', 'and\\nbe', 'satisfied.\\n\\nYet', 'unless', 'the', 'exchange', 'be', 'in', 'love', 'and\\nkindly', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to\\ngreed', 'and', 'others', 'to', 'hunger.\\n\\nWhen', 'in', 'the', 'market', 'place', 'you', 'toilers', 'of\\nthe', 'sea', 'and', 'fields', 'and', 'vineyards', 'meet\\nthe', 'weavers', 'and', 'the', 'potters', 'and', 'the\\ngatherers', 'of', 'spices,--\\n\\nInvoke', 'then', 'the', 'master', 'spirit', 'of', 'the\\nearth,', 'to', 'come', 'into', 'your', 'midst', 'and\\nsanctify', 'the', 'scales', 'and', 'the', 'reckoning\\nthat', 'weighs', 'value', 'against', 'value.', '{44}And\\nsuffer', 'not', 'the', 'barren-handed', 'to', 'take\\npart', 'in', 'your', 'transactions,', 'who', 'would\\nsell', 'their', 'words', 'for', 'your', 'labour.\\n\\nTo', 'such', 'men', 'you', 'should', 'say,\\n\\n“Come', 'with', 'us', 'to', 'the', 'field,', 'or', 'go', 'with\\nour', 'brothers', 'to', 'the', 'sea', 'and', 'cast', 'your\\nnet;\\n\\nFor', 'the', 'land', 'and', 'the', 'sea', 'shall', 'be\\nbountiful', 'to', 'you', 'even', 'as', 'to', 'us.”\\n\\n*****\\n\\nAnd', 'if', 'there', 'come', 'the', 'singers', 'and', 'the\\ndancers', 'and', 'the', 'flute', 'players,--buy', 'of\\ntheir', 'gifts', 'also.\\n\\nFor', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'and\\nfrankincense,', 'and', 'that', 'which', 'they', 'bring,\\nthough', 'fashioned', 'of', 'dreams,', 'is', 'raiment\\nand', 'food', 'for', 'your', 'soul.\\n\\nAnd', 'before', 'you', 'leave', 'the', 'market', 'place,\\nsee', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with\\nempty', 'hands.\\n\\nFor', 'the', 'master', 'spirit', 'of', 'the', 'earth', 'shall\\nnot', 'sleep', 'peacefully', 'upon', 'the', 'wind\\ntill', 'the', 'needs', 'of', 'the', 'least', 'of', 'you', 'are\\nsatisfied.\\n\\n*****', '*****\\n\\n{45}Then', 'one', 'of', 'the', 'judges', 'of', 'the', 'city\\nstood', 'forth', 'and', 'said,', 'Speak', 'to', 'us', 'of\\n_Crime', 'and', 'Punishment_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nIt', 'is', 'when', 'your', 'spirit', 'goes', 'wandering\\nupon', 'the', 'wind,\\n\\nThat', 'you,', 'alone', 'and', 'unguarded,', 'commit\\na', 'wrong', 'unto', 'others', 'and', 'therefore', 'unto\\nyourself.\\n\\nAnd', 'for', 'that', 'wrong', 'committed', 'must', 'you\\nknock', 'and', 'wait', 'a', 'while', 'unheeded', 'at', 'the\\ngate', 'of', 'the', 'blessed.\\n\\nLike', 'the', 'ocean', 'is', 'your', 'god-self;\\n\\nIt', 'remains', 'for', 'ever', 'undefiled.\\n\\nAnd', 'like', 'the', 'ether', 'it', 'lifts', 'but', 'the\\nwinged.\\n\\nEven', 'like', 'the', 'sun', 'is', 'your', 'god-self;\\n\\nIt', 'knows', 'not', 'the', 'ways', 'of', 'the', 'mole', 'nor\\nseeks', 'it', 'the', 'holes', 'of', 'the', 'serpent.\\n{46}But', 'your', 'god-self', 'dwells', 'not', 'alone\\nin', 'your', 'being.\\n\\nMuch', 'in', 'you', 'is', 'still', 'man,', 'and', 'much', 'in\\nyou', 'is', 'not', 'yet', 'man,\\n\\nBut', 'a', 'shapeless', 'pigmy', 'that', 'walks', 'asleep\\nin', 'the', 'mist', 'searching', 'for', 'its', 'own\\nawakening.\\n\\nAnd', 'of', 'the', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.\\n\\nFor', 'it', 'is', 'he', 'and', 'not', 'your', 'god-self', 'nor\\nthe', 'pigmy', 'in', 'the', 'mist,', 'that', 'knows', 'crime\\nand', 'the', 'punishment', 'of', 'crime.\\n\\n*****\\n\\nOftentimes', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one\\nwho', 'commits', 'a', 'wrong', 'as', 'though', 'he', 'were\\nnot', 'one', 'of', 'you,', 'but', 'a', 'stranger', 'unto', 'you\\nand', 'an', 'intruder', 'upon', 'your', 'world.\\n\\nBut', 'I', 'say', 'that', 'even', 'as', 'the', 'holy', 'and', 'the\\nrighteous', 'cannot', 'rise', 'beyond', 'the', 'highest\\nwhich', 'is', 'in', 'each', 'one', 'of', 'you,\\n\\nSo', 'the', 'wicked', 'and', 'the', 'weak', 'cannot', 'fall\\nlower', 'than', 'the', 'lowest', 'which', 'is', 'in', 'you\\nalso.\\n\\nAnd', 'as', 'a', 'single', 'leaf', 'turns', 'not', 'yellow\\nbut', 'with', 'the', 'silent', 'knowledge', 'of', 'the\\nwhole', 'tree,', '{47}So', 'the', 'wrong-doer', 'cannot\\ndo', 'wrong', 'without', 'the', 'hidden', 'will', 'of', 'you\\nall.\\n\\nLike', 'a', 'procession', 'you', 'walk', 'together\\ntowards', 'your', 'god-self.\\n\\n[Illustration:', '0064]\\n\\nYou', 'are', 'the', 'way', 'and', 'the', 'wayfarers.\\n\\nAnd', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls\\nfor', 'those', 'behind', 'him,', 'a', 'caution', 'against\\nthe', 'stumbling', 'stone.\\n\\nAy,', 'and', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,\\nwho', 'though', 'faster', 'and', 'surer', 'of', 'foot,', 'yet\\nremoved', 'not', 'the', 'stumbling', 'stone.\\n\\nAnd', 'this', 'also,', 'though', 'the', 'word', 'lie', 'heavy\\nupon', 'your', 'hearts:\\n\\nThe', 'murdered', 'is', 'not', 'unaccountable', 'for\\nhis', 'own', 'murder,\\n\\nAnd', 'the', 'robbed', 'is', 'not', 'blameless', 'in', 'being\\nrobbed.\\n\\nThe', 'righteous', 'is', 'not', 'innocent', 'of', 'the\\ndeeds', 'of', 'the', 'wicked,\\n\\nAnd', 'the', 'white-handed', 'is', 'not', 'clean', 'in', 'the\\ndoings', 'of', 'the', 'felon.\\n\\nYea,', 'the', 'guilty', 'is', 'oftentimes', 'the', 'victim\\nof', 'the', 'injured,\\n\\nAnd', 'still', 'more', 'often', 'the', 'condemned', 'is\\n{48}the', 'burden', 'bearer', 'for', 'the', 'guiltless\\nand', 'unblamed.\\n\\nYou', 'cannot', 'separate', 'the', 'just', 'from', 'the\\nunjust', 'and', 'the', 'good', 'from', 'the', 'wicked;\\n\\nFor', 'they', 'stand', 'together', 'before', 'the', 'face\\nof', 'the', 'sun', 'even', 'as', 'the', 'black', 'thread', 'and\\nthe', 'white', 'are', 'woven', 'together.\\n\\nAnd', 'when', 'the', 'black', 'thread', 'breaks,', 'the\\nweaver', 'shall', 'look', 'into', 'the', 'whole', 'cloth,\\nand', 'he', 'shall', 'examine', 'the', 'loom', 'also.\\n\\n*****\\n\\nIf', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment\\nthe', 'unfaithful', 'wife,\\n\\nLet', 'him', 'also', 'weigh', 'the', 'heart', 'of', 'her\\nhusband', 'in', 'scales,', 'and', 'measure', 'his', 'soul\\nwith', 'measurements.\\n\\nAnd', 'let', 'him', 'who', 'would', 'lash', 'the', 'offender\\nlook', 'unto', 'the', 'spirit', 'of', 'the', 'offended.\\n\\nAnd', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'the\\nname', 'of', 'righteousness', 'and', 'lay', 'the', 'ax\\nunto', 'the', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its\\nroots;\\n\\nAnd', 'verily', 'he', 'will', 'find', 'the', 'roots', 'of', 'the\\ngood', 'and', 'the', 'bad,', 'the', 'fruitful', 'and', 'the\\n{49}fruitless,', 'all', 'entwined', 'together', 'in\\nthe', 'silent', 'heart', 'of', 'the', 'earth.\\n\\nAnd', 'you', 'judges', 'who', 'would', 'be', 'just,\\n\\nWhat', 'judgment', 'pronounce', 'you', 'upon', 'him\\nwho', 'though', 'honest', 'in', 'the', 'flesh', 'yet', 'is', 'a\\nthief', 'in', 'spirit?\\n\\nWhat', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays\\nin', 'the', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'the\\nspirit?\\n\\nAnd', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action\\nis', 'a', 'deceiver', 'and', 'an', 'oppressor,\\n\\nYet', 'who', 'also', 'is', 'aggrieved', 'and', 'outraged?\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'punish', 'those', 'whose\\nremorse', 'is', 'already', 'greater', 'than', 'their\\nmisdeeds?\\n\\nIs', 'not', 'remorse', 'the', 'justice', 'which', 'is\\nadministered', 'by', 'that', 'very', 'law', 'which', 'you\\nwould', 'fain', 'serve?\\n\\nYet', 'you', 'cannot', 'lay', 'remorse', 'upon', 'the\\ninnocent', 'nor', 'lift', 'it', 'from', 'the', 'heart', 'of\\nthe', 'guilty.\\n\\nUnbidden', 'shall', 'it', 'call', 'in', 'the', 'night,\\nthat', 'men', 'may', 'wake', 'and', 'gaze', 'upon\\nthemselves.', '{50}And', 'you', 'who', 'would\\nunderstand', 'justice,', 'how', 'shall', 'you', 'unless\\nyou', 'look', 'upon', 'all', 'deeds', 'in', 'the', 'fullness\\nof', 'light?\\n\\nOnly', 'then', 'shall', 'you', 'know', 'that', 'the', 'erect\\nand', 'the', 'fallen', 'are', 'but', 'one', 'man', 'standing\\nin', 'twilight', 'between', 'the', 'night', 'of', 'his\\npigmy-self', 'and', 'the', 'day', 'of', 'his', 'god-self,\\nAnd', 'that', 'the', 'corner-stone', 'of', 'the', 'temple\\nis', 'not', 'higher', 'than', 'the', 'lowest', 'stone', 'in\\nits', 'foundation.\\n\\n*****', '*****\\n\\n{51}Then', 'a', 'lawyer', 'said,', 'But', 'what', 'of', 'our\\n_Laws_,', 'master?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'delight', 'in', 'laying', 'down', 'laws,\\n\\nYet', 'you', 'delight', 'more', 'in', 'breaking', 'them.\\n\\nLike', 'children', 'playing', 'by', 'the', 'ocean', 'who\\nbuild', 'sand-towers', 'with', 'constancy', 'and\\nthen', 'destroy', 'them', 'with', 'laughter.\\n\\nBut', 'while', 'you', 'build', 'your', 'sand-towers', 'the\\nocean', 'brings', 'more', 'sand', 'to', 'the', 'shore,\\n\\nAnd', 'when', 'you', 'destroy', 'them', 'the', 'ocean\\nlaughs', 'with', 'you.\\n\\nVerily', 'the', 'ocean', 'laughs', 'always', 'with', 'the\\ninnocent.\\n\\nBut', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not\\nan', 'ocean,', 'and', 'man-made', 'laws', 'are', 'not\\nsand-towers,\\n\\nBut', 'to', 'whom', 'life', 'is', 'a', 'rock,', 'and', 'the', 'law\\na', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it\\nin', 'their', 'own', 'likeness?', '{52}What', 'of', 'the\\ncripple', 'who', 'hates', 'dancers?\\n\\nWhat', 'of', 'the', 'ox', 'who', 'loves', 'his', 'yoke', 'and\\ndeems', 'the', 'elk', 'and', 'deer', 'of', 'the', 'forest\\nstray', 'and', 'vagrant', 'things?\\n\\nWhat', 'of', 'the', 'old', 'serpent', 'who', 'cannot', 'shed\\nhis', 'skin,', 'and', 'calls', 'all', 'others', 'naked', 'and\\nshameless?\\n\\nAnd', 'of', 'him', 'who', 'comes', 'early', 'to', 'the\\nwedding-feast,', 'and', 'when', 'over-fed', 'and\\ntired', 'goes', 'his', 'way', 'saying', 'that', 'all\\nfeasts', 'are', 'violation', 'and', 'all', 'feasters\\nlawbreakers?\\n\\n*****\\n\\nWhat', 'shall', 'I', 'say', 'of', 'these', 'save', 'that\\nthey', 'too', 'stand', 'in', 'the', 'sunlight,', 'but', 'with\\ntheir', 'backs', 'to', 'the', 'sun?\\n\\nThey', 'see', 'only', 'their', 'shadows,', 'and', 'their\\nshadows', 'are', 'their', 'laws.\\n\\nAnd', 'what', 'is', 'the', 'sun', 'to', 'them', 'but', 'a', 'caster\\nof', 'shadows?\\n\\nAnd', 'what', 'is', 'it', 'to', 'acknowledge', 'the\\nlaws', 'but', 'to', 'stoop', 'down', 'and', 'trace', 'their\\nshadows', 'upon', 'the', 'earth?\\n\\nBut', 'you', 'who', 'walk', 'facing', 'the', 'sun,', 'what\\n{53}images', 'drawn', 'on', 'the', 'earth', 'can', 'hold\\nyou?\\n\\nYou', 'who', 'travel', 'with', 'the', 'wind,', 'what\\nweather-vane', 'shall', 'direct', 'your', 'course?\\n\\nWhat', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you\\nbreak', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison\\ndoor?\\n\\nWhat', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance\\nbut', 'stumble', 'against', 'no', 'man’s', 'iron\\nchains?\\n\\nAnd', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to\\njudgment', 'if', 'you', 'tear', 'off', 'your', 'garment\\nyet', 'leave', 'it', 'in', 'no', 'man’s', 'path?\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'the\\ndrum,', 'and', 'you', 'can', 'loosen', 'the', 'strings\\nof', 'the', 'lyre,', 'but', 'who', 'shall', 'command', 'the\\nskylark', 'not', 'to', 'sing?\\n\\n*****', '*****\\n\\n{54}And', 'an', 'orator', 'said,', 'Speak', 'to', 'us', 'of\\n_Freedom_.\\n\\nAnd', 'he', 'answered:\\n\\nAt', 'the', 'city', 'gate', 'and', 'by', 'your', 'fireside\\nI', 'have', 'seen', 'you', 'prostrate', 'yourself', 'and\\nworship', 'your', 'own', 'freedom,\\n\\nEven', 'as', 'slaves', 'humble', 'themselves', 'before\\na', 'tyrant', 'and', 'praise', 'him', 'though', 'he', 'slays\\nthem.\\n\\nAy,', 'in', 'the', 'grove', 'of', 'the', 'temple', 'and', 'in\\nthe', 'shadow', 'of', 'the', 'citadel', 'I', 'have', 'seen\\nthe', 'freest', 'among', 'you', 'wear', 'their', 'freedom\\nas', 'a', 'yoke', 'and', 'a', 'handcuff.\\n\\nAnd', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you\\ncan', 'only', 'be', 'free', 'when', 'even', 'the', 'desire\\nof', 'seeking', 'freedom', 'becomes', 'a', 'harness\\nto', 'you,', 'and', 'when', 'you', 'cease', 'to', 'speak', 'of\\nfreedom', 'as', 'a', 'goal', 'and', 'a', 'fulfilment.\\n\\nYou', 'shall', 'be', 'free', 'indeed', 'when', 'your\\ndays', 'are', 'not', 'without', 'a', 'care', 'nor', 'your\\n{55}nights', 'without', 'a', 'want', 'and', 'a', 'grief,\\n\\nBut', 'rather', 'when', 'these', 'things', 'girdle', 'your\\nlife', 'and', 'yet', 'you', 'rise', 'above', 'them', 'naked\\nand', 'unbound.\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days\\nand', 'nights', 'unless', 'you', 'break', 'the\\nchains', 'which', 'you', 'at', 'the', 'dawn', 'of', 'your\\nunderstanding', 'have', 'fastened', 'around', 'your\\nnoon', 'hour?\\n\\nIn', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is\\nthe', 'strongest', 'of', 'these', 'chains,', 'though\\nits', 'links', 'glitter', 'in', 'the', 'sun', 'and', 'dazzle\\nyour', 'eyes.\\n\\nAnd', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your\\nown', 'self', 'you', 'would', 'discard', 'that', 'you', 'may\\nbecome', 'free?\\n\\nIf', 'it', 'is', 'an', 'unjust', 'law', 'you', 'would\\nabolish,', 'that', 'law', 'was', 'written', 'with', 'your\\nown', 'hand', 'upon', 'your', 'own', 'forehead.\\n\\nYou', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law\\nbooks', 'nor', 'by', 'washing', 'the', 'foreheads', 'of\\nyour', 'judges,', 'though', 'you', 'pour', 'the', 'sea\\nupon', 'them.\\n\\nAnd', 'if', 'it', 'is', 'a', 'despot', 'you', 'would\\n{56}dethrone,', 'see', 'first', 'that', 'his', 'throne\\nerected', 'within', 'you', 'is', 'destroyed.\\n\\nFor', 'how', 'can', 'a', 'tyrant', 'rule', 'the', 'free', 'and\\nthe', 'proud,', 'but', 'for', 'a', 'tyranny', 'in', 'their\\nown', 'freedom', 'and', 'a', 'shame', 'in', 'their', 'own\\npride?\\n\\nAnd', 'if', 'it', 'is', 'a', 'care', 'you', 'would', 'cast', 'off,\\nthat', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather\\nthan', 'imposed', 'upon', 'you.\\n\\nAnd', 'if', 'it', 'is', 'a', 'fear', 'you', 'would', 'dispel,\\nthe', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart\\nand', 'not', 'in', 'the', 'hand', 'of', 'the', 'feared.\\n\\n*****\\n\\nVerily', 'all', 'things', 'move', 'within', 'your', 'being\\nin', 'constant', 'half', 'embrace,', 'the', 'desired\\nand', 'the', 'dreaded,', 'the', 'repugnant', 'and', 'the\\ncherished,', 'the', 'pursued', 'and', 'that', 'which\\nyou', 'would', 'escape.\\n\\nThese', 'things', 'move', 'within', 'you', 'as', 'lights\\nand', 'shadows', 'in', 'pairs', 'that', 'cling.\\n\\nAnd', 'when', 'the', 'shadow', 'fades', 'and', 'is', 'no\\nmore,', 'the', 'light', 'that', 'lingers', 'becomes', 'a\\nshadow', 'to', 'another', 'light.\\n\\nAnd', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its\\nfetters', 'becomes', 'itself', 'the', 'fetter', 'of', 'a\\ngreater', 'freedom.\\n\\n*****', '*****\\n\\n{57}And', 'the', 'priestess', 'spoke', 'again\\nand', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'and\\nPassion_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'soul', 'is', 'oftentimes', 'a', 'battlefield,\\nupon', 'which', 'your', 'reason', 'and', 'your', 'judgment\\nwage', 'war', 'against', 'your', 'passion', 'and', 'your\\nappetite.\\n\\nWould', 'that', 'I', 'could', 'be', 'the', 'peacemaker', 'in\\nyour', 'soul,', 'that', 'I', 'might', 'turn', 'the', 'discord\\nand', 'the', 'rivalry', 'of', 'your', 'elements', 'into\\noneness', 'and', 'melody.\\n\\nBut', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves\\nbe', 'also', 'the', 'peacemakers,', 'nay,', 'the', 'lovers\\nof', 'all', 'your', 'elements?\\n\\nYour', 'reason', 'and', 'your', 'passion', 'are', 'the\\nrudder', 'and', 'the', 'sails', 'of', 'your', 'seafaring\\nsoul.\\n\\nIf', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be\\nbroken,', 'you', 'can', 'but', 'toss', 'and', 'drift,\\nor', 'else', 'be', 'held', 'at', 'a', 'standstill', 'in\\nmid-seas.', '{58}For', 'reason,', 'ruling', 'alone,\\nis', 'a', 'force', 'confining;', 'and', 'passion,\\nunattended,', 'is', 'a', 'flame', 'that', 'burns', 'to', 'its\\nown', 'destruction.\\n\\nTherefore', 'let', 'your', 'soul', 'exalt', 'your\\nreason', 'to', 'the', 'height', 'of', 'passion,', 'that', 'it\\nmay', 'sing;\\n\\nAnd', 'let', 'it', 'direct', 'your', 'passion', 'with\\nreason,', 'that', 'your', 'passion', 'may', 'live\\nthrough', 'its', 'own', 'daily', 'resurrection,\\nand', 'like', 'the', 'phoenix', 'rise', 'above', 'its', 'own\\nashes.\\n\\n*****\\n\\nI', 'would', 'have', 'you', 'consider', 'your', 'judgment\\nand', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two\\nloved', 'guests', 'in', 'your', 'house.\\n\\nSurely', 'you', 'would', 'not', 'honour', 'one', 'guest\\nabove', 'the', 'other;', 'for', 'he', 'who', 'is', 'more\\nmindful', 'of', 'one', 'loses', 'the', 'love', 'and', 'the\\nfaith', 'of', 'both\\n\\nAmong', 'the', 'hills,', 'when', 'you', 'sit', 'in', 'the\\ncool', 'shade', 'of', 'the', 'white', 'poplars,', 'sharing\\nthe', 'peace', 'and', 'serenity', 'of', 'distant', 'fields\\nand', 'meadows--then', 'let', 'your', 'heart', 'say', 'in\\nsilence,', '“God', 'rests', 'in', 'reason.”\\n\\nAnd', 'when', 'the', 'storm', 'comes,', 'and', 'the\\n{59}mighty', 'wind', 'shakes', 'the', 'forest,\\nand', 'thunder', 'and', 'lightning', 'proclaim', 'the\\nmajesty', 'of', 'the', 'sky,--then', 'let', 'your', 'heart\\nsay', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”\\n\\nAnd', 'since', 'you', 'are', 'a', 'breath', 'in', 'God’s\\nsphere,', 'and', 'a', 'leaf', 'in', 'God’s', 'forest,', 'you\\ntoo', 'should', 'rest', 'in', 'reason', 'and', 'move', 'in\\npassion.\\n\\n*****', '*****\\n\\n{60}And', 'a', 'woman', 'spoke,', 'saying,', 'Tell', 'us\\nof', '_Pain_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'pain', 'is', 'the', 'breaking', 'of', 'the', 'shell\\nthat', 'encloses', 'your', 'understanding.\\n\\nEven', 'as', 'the', 'stone', 'of', 'the', 'fruit', 'must\\nbreak,', 'that', 'its', 'heart', 'may', 'stand', 'in', 'the\\nsun,', 'so', 'must', 'you', 'know', 'pain.\\n\\nAnd', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder\\nat', 'the', 'daily', 'miracles', 'of', 'your', 'life,', 'your\\npain', 'would', 'not', 'seem', 'less', 'wondrous', 'than\\nyour', 'joy;\\n\\nAnd', 'you', 'would', 'accept', 'the', 'seasons', 'of', 'your\\nheart,', 'even', 'as', 'you', 'have', 'always', 'accepted\\nthe', 'seasons', 'that', 'pass', 'over', 'your', 'fields.\\n\\nAnd', 'you', 'would', 'watch', 'with', 'serenity\\nthrough', 'the', 'winters', 'of', 'your', 'grief.\\n\\nMuch', 'of', 'your', 'pain', 'is', 'self-chosen.\\n\\nIt', 'is', 'the', 'bitter', 'potion', 'by', 'which', 'the\\nphysician', '{61}within', 'you', 'heals', 'your', 'sick\\nself.\\n\\nTherefore', 'trust', 'the', 'physician,', 'and', 'drink\\nhis', 'remedy', 'in', 'silence', 'and', 'tranquillity:\\nFor', 'his', 'hand,', 'though', 'heavy', 'and', 'hard,', 'is\\nguided', 'by', 'the', 'tender', 'hand', 'of', 'the', 'Unseen,\\nAnd', 'the', 'cup', 'he', 'brings,', 'though', 'it', 'burn\\nyour', 'lips,', 'has', 'been', 'fashioned', 'of', 'the\\nclay', 'which', 'the', 'Potter', 'has', 'moistened', 'with\\nHis', 'own', 'sacred', 'tears.\\n\\n*****', '*****\\n\\n{62}And', 'a', 'man', 'said,', 'Speak', 'to', 'us', 'of\\n_Self-Knowledge_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'hearts', 'know', 'in', 'silence', 'the', 'secrets\\nof', 'the', 'days', 'and', 'the', 'nights.\\n\\nBut', 'your', 'ears', 'thirst', 'for', 'the', 'sound', 'of\\nyour', 'heart’s', 'knowledge.\\n\\nYou', 'would', 'know', 'in', 'words', 'that', 'which', 'you\\nhave', 'always', 'known', 'in', 'thought.\\n\\nYou', 'would', 'touch', 'with', 'your', 'fingers', 'the\\nnaked', 'body', 'of', 'your', 'dreams.\\n\\nAnd', 'it', 'is', 'well', 'you', 'should.\\n\\nThe', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must\\nneeds', 'rise', 'and', 'run', 'murmuring', 'to', 'the', 'sea;\\n\\nAnd', 'the', 'treasure', 'of', 'your', 'infinite', 'depths\\nwould', 'be', 'revealed', 'to', 'your', 'eyes.\\n\\nBut', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your\\nunknown', 'treasure;\\n\\nAnd', 'seek', 'not', 'the', 'depths', 'of', 'your\\n{63}knowledge', 'with', 'staff', 'or', 'sounding\\nline.\\n\\nFor', 'self', 'is', 'a', 'sea', 'boundless', 'and\\nmeasureless.\\n\\n*****\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'truth,”', 'but\\nrather,', '“I', 'have', 'found', 'a', 'truth.”\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'path', 'of', 'the\\nsoul.”', 'Say', 'rather,', '“I', 'have', 'met', 'the', 'soul\\nwalking', 'upon', 'my', 'path.”\\n\\nFor', 'the', 'soul', 'walks', 'upon', 'all', 'paths.\\n\\nThe', 'soul', 'walks', 'not', 'upon', 'a', 'line,', 'neither\\ndoes', 'it', 'grow', 'like', 'a', 'reed.\\n\\nThe', 'soul', 'unfolds', 'itself,', 'like', 'a', 'lotus', 'of\\ncountless', 'petals.\\n\\n[Illustration:', '0083]\\n\\n*****', '*****\\n\\n{64}Then', 'said', 'a', 'teacher,', 'Speak', 'to', 'us', 'of\\n_Teaching_.\\n\\nAnd', 'he', 'said:\\n\\n“No', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that\\nwhich', 'already', 'lies', 'half', 'asleep', 'in', 'the\\ndawning', 'of', 'your', 'knowledge.\\n\\nThe', 'teacher', 'who', 'walks', 'in', 'the', 'shadow', 'of\\nthe', 'temple,', 'among', 'his', 'followers,', 'gives\\nnot', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his\\nfaith', 'and', 'his', 'lovingness.\\n\\nIf', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid\\nyou', 'enter', 'the', 'house', 'of', 'his', 'wisdom,', 'but\\nrather', 'leads', 'you', 'to', 'the', 'threshold', 'of\\nyour', 'own', 'mind.\\n\\nThe', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his\\nunderstanding', 'of', 'space,', 'but', 'he', 'cannot\\ngive', 'you', 'his', 'understanding.\\n\\nThe', 'musician', 'may', 'sing', 'to', 'you', 'of', 'the\\nrhythm', 'which', 'is', 'in', 'all', 'space,', 'but', 'he\\ncannot', 'give', 'you', 'the', 'ear', 'which', 'arrests\\nthe', 'rhythm', 'nor', 'the', 'voice', 'that', 'echoes', 'it.\\n{65}And', 'he', 'who', 'is', 'versed', 'in', 'the', 'science\\nof', 'numbers', 'can', 'tell', 'of', 'the', 'regions\\nof', 'weight', 'and', 'measure,', 'but', 'he', 'cannot\\nconduct', 'you', 'thither.\\n\\nFor', 'the', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its\\nwings', 'to', 'another', 'man.\\n\\nAnd', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone\\nin', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of\\nyou', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'and\\nin', 'his', 'understanding', 'of', 'the', 'earth.\\n\\n*****', '*****\\n\\n{66}And', 'a', 'youth', 'said,', 'Speak', 'to', 'us', 'of\\n_Friendship_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'friend', 'is', 'your', 'needs', 'answered.\\n\\nHe', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love\\nand', 'reap', 'with', 'thanksgiving.\\n\\nAnd', 'he', 'is', 'your', 'board', 'and', 'your', 'fireside.\\n\\nFor', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,\\nand', 'you', 'seek', 'him', 'for', 'peace.\\n\\nWhen', 'your', 'friend', 'speaks', 'his', 'mind', 'you\\nfear', 'not', 'the', '“nay”', 'in', 'your', 'own', 'mind,', 'nor\\ndo', 'you', 'withhold', 'the', '“ay.”\\n\\nAnd', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases\\nnot', 'to', 'listen', 'to', 'his', 'heart;\\n\\nFor', 'without', 'words,', 'in', 'friendship,', 'all\\nthoughts,', 'all', 'desires,', 'all', 'expectations\\nare', 'born', 'and', 'shared,', 'with', 'joy', 'that', 'is\\nunacclaimed.\\n\\nWhen', 'you', 'part', 'from', 'your', 'friend,', 'you\\ngrieve', 'not;\\n\\nFor', 'that', 'which', 'you', 'love', 'most', 'in', 'him\\nmay', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'the\\nmountain', 'to', 'the', 'climber', 'is', 'clearer\\nfrom', 'the', 'plain.', '{67}And', 'let', 'there', 'be', 'no\\npurpose', 'in', 'friendship', 'save', 'the', 'deepening\\nof', 'the', 'spirit.\\n\\nFor', 'love', 'that', 'seeks', 'aught', 'but', 'the\\ndisclosure', 'of', 'its', 'own', 'mystery', 'is', 'not\\nlove', 'but', 'a', 'net', 'cast', 'forth:', 'and', 'only', 'the\\nunprofitable', 'is', 'caught.\\n\\n*****\\n\\nAnd', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.\\n\\nIf', 'he', 'must', 'know', 'the', 'ebb', 'of', 'your', 'tide,\\nlet', 'him', 'know', 'its', 'flood', 'also.\\n\\nFor', 'what', 'is', 'your', 'friend', 'that', 'you', 'should\\nseek', 'him', 'with', 'hours', 'to', 'kill?\\n\\nSeek', 'him', 'always', 'with', 'hours', 'to', 'live.\\n\\nFor', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not\\nyour', 'emptiness.\\n\\nAnd', 'in', 'the', 'sweetness', 'of', 'friendship\\nlet', 'there', 'be', 'laughter,', 'and', 'sharing', 'of\\npleasures.\\n\\nFor', 'in', 'the', 'dew', 'of', 'little', 'things\\nthe', 'heart', 'finds', 'its', 'morning', 'and', 'is\\nrefreshed.\\n\\n*****', '*****\\n\\n{68}And', 'then', 'a', 'scholar', 'said,', 'Speak', 'of\\n_Talking_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace\\nwith', 'your', 'thoughts;\\n\\nAnd', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'the\\nsolitude', 'of', 'your', 'heart', 'you', 'live', 'in', 'your\\nlips,', 'and', 'sound', 'is', 'a', 'diversion', 'and', 'a\\npastime.\\n\\nAnd', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is\\nhalf', 'murdered.\\n\\nFor', 'thought', 'is', 'a', 'bird', 'of', 'space,', 'that', 'in\\na', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its\\nwings', 'but', 'cannot', 'fly.\\n\\nThere', 'are', 'those', 'among', 'you', 'who', 'seek', 'the\\ntalkative', 'through', 'fear', 'of', 'being', 'alone.\\n\\nThe', 'silence', 'of', 'aloneness', 'reveals', 'to\\ntheir', 'eyes', 'their', 'naked', 'selves', 'and', 'they\\nwould', 'escape.\\n\\nAnd', 'there', 'are', 'those', 'who', 'talk,', 'and\\n{69}without', 'knowledge', 'or', 'forethought', 'reveal\\na', 'truth', 'which', 'they', 'themselves', 'do', 'not\\nunderstand.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'the', 'truth\\nwithin', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in\\nwords.\\n\\nIn', 'the', 'bosom', 'of', 'such', 'as', 'these', 'the', 'spirit\\ndwells', 'in', 'rhythmic', 'silence.\\n\\n*****\\n\\nWhen', 'you', 'meet', 'your', 'friend', 'on', 'the\\nroadside', 'or', 'in', 'the', 'market', 'place,', 'let', 'the\\nspirit', 'in', 'you', 'move', 'your', 'lips', 'and', 'direct\\nyour', 'tongue.\\n\\nLet', 'the', 'voice', 'within', 'your', 'voice', 'speak', 'to\\nthe', 'ear', 'of', 'his', 'ear;\\n\\nFor', 'his', 'soul', 'will', 'keep', 'the', 'truth', 'of\\nyour', 'heart', 'as', 'the', 'taste', 'of', 'the', 'wine', 'is\\nremembered\\n\\nWhen', 'the', 'colour', 'is', 'forgotten', 'and', 'the\\nvessel', 'is', 'no', 'more.\\n\\n*****', '*****\\n\\n{70}And', 'an', 'astronomer', 'said,', 'Master,', 'what\\nof', '_Time_?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'would', 'measure', 'time', 'the', 'measureless\\nand', 'the', 'immeasurable.\\n\\nYou', 'would', 'adjust', 'your', 'conduct', 'and\\neven', 'direct', 'the', 'course', 'of', 'your', 'spirit\\naccording', 'to', 'hours', 'and', 'seasons.\\n\\nOf', 'time', 'you', 'would', 'make', 'a', 'stream', 'upon\\nwhose', 'bank', 'you', 'would', 'sit', 'and', 'watch', 'its\\nflowing.\\n\\nYet', 'the', 'timeless', 'in', 'you', 'is', 'aware', 'of\\nlife’s', 'timelessness,\\n\\nAnd', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s\\nmemory', 'and', 'tomorrow', 'is', 'today’s', 'dream.\\n\\nAnd', 'that', 'that', 'which', 'sings', 'and\\ncontemplates', 'in', 'you', 'is', 'still', 'dwelling\\nwithin', 'the', 'bounds', 'of', 'that', 'first', 'moment\\nwhich', 'scattered', 'the', 'stars', 'into', 'space.\\n{71}Who', 'among', 'you', 'does', 'not', 'feel', 'that', 'his\\npower', 'to', 'love', 'is', 'boundless?\\n\\nAnd', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very\\nlove,', 'though', 'boundless,', 'encompassed\\nwithin', 'the', 'centre', 'of', 'his', 'being,', 'and\\nmoving', 'not', 'from', 'love', 'thought', 'to', 'love\\nthought,', 'nor', 'from', 'love', 'deeds', 'to', 'other\\nlove', 'deeds?\\n\\nAnd', 'is', 'not', 'time', 'even', 'as', 'love', 'is,\\nundivided', 'and', 'paceless?\\n\\n*****\\n\\nBut', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure\\ntime', 'into', 'seasons,', 'let', 'each', 'season\\nencircle', 'all', 'the', 'other', 'seasons,\\n\\nAnd', 'let', 'today', 'embrace', 'the', 'past', 'with\\nremembrance', 'and', 'the', 'future', 'with', 'longing.\\n\\n*****', '*****\\n\\n{72}And', 'one', 'of', 'the', 'elders', 'of', 'the', 'city\\nsaid,', 'Speak', 'to', 'us', 'of', '_Good', 'and', 'Evil_.\\n\\nAnd', 'he', 'answered:\\n\\nOf', 'the', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not\\nof', 'the', 'evil.\\n\\nFor', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by\\nits', 'own', 'hunger', 'and', 'thirst?\\n\\nVerily', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food\\neven', 'in', 'dark', 'caves,', 'and', 'when', 'it', 'thirsts\\nit', 'drinks', 'even', 'of', 'dead', 'waters.\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'one', 'with\\nyourself.\\n\\nYet', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself\\nyou', 'are', 'not', 'evil.\\n\\nFor', 'a', 'divided', 'house', 'is', 'not', 'a', 'den', 'of\\nthieves;', 'it', 'is', 'only', 'a', 'divided', 'house.\\n\\nAnd', 'a', 'ship', 'without', 'rudder', 'may', 'wander\\naimlessly', 'among', 'perilous', 'isles', 'yet', 'sink\\nnot', 'to', 'the', 'bottom.', '{73}You', 'are', 'good', 'when\\nyou', 'strive', 'to', 'give', 'of', 'yourself.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain\\nfor', 'yourself.\\n\\nFor', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are\\nbut', 'a', 'root', 'that', 'clings', 'to', 'the', 'earth', 'and\\nsucks', 'at', 'her', 'breast.\\n\\nSurely', 'the', 'fruit', 'cannot', 'say', 'to', 'the', 'root,\\n“Be', 'like', 'me,', 'ripe', 'and', 'full', 'and', 'ever\\ngiving', 'of', 'your', 'abundance.”\\n\\nFor', 'to', 'the', 'fruit', 'giving', 'is', 'a', 'need,', 'as\\nreceiving', 'is', 'a', 'need', 'to', 'the', 'root.\\n\\n*****\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in\\nyour', 'speech,\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep\\nwhile', 'your', 'tongue', 'staggers', 'without\\npurpose.\\n\\nAnd', 'even', 'stumbling', 'speech', 'may', 'strengthen\\na', 'weak', 'tongue.\\n\\nYou', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal\\nfirmly', 'and', 'with', 'bold', 'steps.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither\\nlimping.', '{74}Even', 'those', 'who', 'limp', 'go', 'not\\nbackward.\\n\\nBut', 'you', 'who', 'are', 'strong', 'and', 'swift,', 'see\\nthat', 'you', 'do', 'not', 'limp', 'before', 'the', 'lame,\\ndeeming', 'it', 'kindness.\\n\\n*****\\n\\nYou', 'are', 'good', 'in', 'countless', 'ways,', 'and', 'you\\nare', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,\\n\\nYou', 'are', 'only', 'loitering', 'and', 'sluggard.\\n\\nPity', 'that', 'the', 'stags', 'cannot', 'teach\\nswiftness', 'to', 'the', 'turtles.\\n\\nIn', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies\\nyour', 'goodness:', 'and', 'that', 'longing', 'is', 'in\\nall', 'of', 'you.\\n\\nBut', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'a\\ntorrent', 'rushing', 'with', 'might', 'to', 'the', 'sea,\\ncarrying', 'the', 'secrets', 'of', 'the', 'hillsides\\nand', 'the', 'songs', 'of', 'the', 'forest.\\n\\nAnd', 'in', 'others', 'it', 'is', 'a', 'flat', 'stream', 'that\\nloses', 'itself', 'in', 'angles', 'and', 'bends', 'and\\nlingers', 'before', 'it', 'reaches', 'the', 'shore.\\n\\nBut', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to\\n{75}him', 'who', 'longs', 'little,', '“Wherefore', 'are\\nyou', 'slow', 'and', 'halting?”\\n\\nFor', 'the', 'truly', 'good', 'ask', 'not', 'the', 'naked,\\n“Where', 'is', 'your', 'garment?”', 'nor', 'the\\nhouseless,', '“What', 'has', 'befallen', 'your\\nhouse?”\\n\\n*****', '*****\\n\\n{76}Then', 'a', 'priestess', 'said,', 'Speak', 'to', 'us\\nof', '_Prayer_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'pray', 'in', 'your', 'distress', 'and', 'in', 'your\\nneed;', 'would', 'that', 'you', 'might', 'pray', 'also\\nin', 'the', 'fullness', 'of', 'your', 'joy', 'and', 'in', 'your\\ndays', 'of', 'abundance.\\n\\nFor', 'what', 'is', 'prayer', 'but', 'the', 'expansion', 'of\\nyourself', 'into', 'the', 'living', 'ether?\\n\\nAnd', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour\\nyour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for\\nyour', 'delight', 'to', 'pour', 'forth', 'the', 'dawning\\nof', 'your', 'heart.\\n\\nAnd', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your\\nsoul', 'summons', 'you', 'to', 'prayer,', 'she', 'should\\nspur', 'you', 'again', 'and', 'yet', 'again,', 'though\\nweeping,', 'until', 'you', 'shall', 'come', 'laughing.\\n\\nWhen', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'the\\nair', 'those', 'who', 'are', 'praying', 'at', 'that', 'very\\n{77}hour,', 'and', 'whom', 'save', 'in', 'prayer', 'you\\nmay', 'not', 'meet.\\n\\nTherefore', 'let', 'your', 'visit', 'to', 'that', 'temple\\ninvisible', 'be', 'for', 'naught', 'but', 'ecstasy', 'and\\nsweet', 'communion.\\n\\nFor', 'if', 'you', 'should', 'enter', 'the', 'temple', 'for\\nno', 'other', 'purpose', 'than', 'asking', 'you', 'shall\\nnot', 'receive:\\n\\nAnd', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nhumble', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:\\n\\nOr', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nbeg', 'for', 'the', 'good', 'of', 'others', 'you', 'shall', 'not\\nbe', 'heard.\\n\\nIt', 'is', 'enough', 'that', 'you', 'enter', 'the', 'temple\\ninvisible.\\n\\n*****\\n\\nI', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.\\n\\nGod', 'listens', 'not', 'to', 'your', 'words', 'save', 'when\\nHe', 'Himself', 'utters', 'them', 'through', 'your\\nlips.\\n\\nAnd', 'I', 'cannot', 'teach', 'you', 'the', 'prayer', 'of', 'the\\nseas', 'and', 'the', 'forests', 'and', 'the', 'mountains.\\n{78}But', 'you', 'who', 'are', 'born', 'of', 'the\\nmountains', 'and', 'the', 'forests', 'and', 'the', 'seas\\ncan', 'find', 'their', 'prayer', 'in', 'your', 'heart,\\n\\nAnd', 'if', 'you', 'but', 'listen', 'in', 'the', 'stillness\\nof', 'the', 'night', 'you', 'shall', 'hear', 'them', 'saying\\nin', 'silence,\\n\\n“Our', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is\\nthy', 'will', 'in', 'us', 'that', 'willeth.\\n\\nIt', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.\\n\\nIt', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our\\nnights,', 'which', 'are', 'thine,', 'into', 'days', 'which\\nare', 'thine', 'also.\\n\\nWe', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou\\nknowest', 'our', 'needs', 'before', 'they', 'are', 'born\\nin', 'us:\\n\\nThou', 'art', 'our', 'need;', 'and', 'in', 'giving', 'us', 'more\\nof', 'thyself', 'thou', 'givest', 'us', 'all.”\\n\\n[Illustration:', '0100]\\n\\n*****', '*****\\n\\n{79}Then', 'a', 'hermit,', 'who', 'visited', 'the', 'city\\nonce', 'a', 'year,', 'came', 'forth', 'and', 'said,', 'Speak\\nto', 'us', 'of', '_Pleasure_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nPleasure', 'is', 'a', 'freedom-song,\\n\\nBut', 'it', 'is', 'not', 'freedom.\\n\\nIt', 'is', 'the', 'blossoming', 'of', 'your', 'desires,\\n\\nBut', 'it', 'is', 'not', 'their', 'fruit.\\n\\nIt', 'is', 'a', 'depth', 'calling', 'unto', 'a', 'height,\\n\\nBut', 'it', 'is', 'not', 'the', 'deep', 'nor', 'the', 'high.\\n\\nIt', 'is', 'the', 'caged', 'taking', 'wing,\\n\\nBut', 'it', 'is', 'not', 'space', 'encompassed.\\n\\nAy,', 'in', 'very', 'truth,', 'pleasure', 'is', 'a\\nfreedom-song.\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with\\nfullness', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have\\nyou', 'lose', 'your', 'hearts', 'in', 'the', 'singing.\\n\\nSome', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if\\nit', 'were', 'all,', 'and', 'they', 'are', 'judged', 'and\\nrebuked.', '{80}I', 'would', 'not', 'judge', 'nor\\nrebuke', 'them.', 'I', 'would', 'have', 'them', 'seek.\\n\\nFor', 'they', 'shall', 'find', 'pleasure,', 'but', 'not\\nher', 'alone;\\n\\nSeven', 'are', 'her', 'sisters,', 'and', 'the', 'least', 'of\\nthem', 'is', 'more', 'beautiful', 'than', 'pleasure.\\n\\nHave', 'you', 'not', 'heard', 'of', 'the', 'man', 'who', 'was\\ndigging', 'in', 'the', 'earth', 'for', 'roots', 'and', 'found\\na', 'treasure?\\n\\n*****\\n\\nAnd', 'some', 'of', 'your', 'elders', 'remember\\npleasures', 'with', 'regret', 'like', 'wrongs\\ncommitted', 'in', 'drunkenness.\\n\\nBut', 'regret', 'is', 'the', 'beclouding', 'of', 'the', 'mind\\nand', 'not', 'its', 'chastisement.\\n\\nThey', 'should', 'remember', 'their', 'pleasures\\nwith', 'gratitude,', 'as', 'they', 'would', 'the\\nharvest', 'of', 'a', 'summer.\\n\\nYet', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let\\nthem', 'be', 'comforted.\\n\\nAnd', 'there', 'are', 'among', 'you', 'those', 'who\\nare', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to\\nremember;\\n\\nAnd', 'in', 'their', 'fear', 'of', 'seeking', 'and\\nremembering', '{81}they', 'shun', 'all', 'pleasures,\\nlest', 'they', 'neglect', 'the', 'spirit', 'or', 'offend\\nagainst', 'it.\\n\\nBut', 'even', 'in', 'their', 'foregoing', 'is', 'their\\npleasure.\\n\\nAnd', 'thus', 'they', 'too', 'find', 'a', 'treasure', 'though\\nthey', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.\\n\\nBut', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend\\nthe', 'spirit?\\n\\nShall', 'the', 'nightingale', 'offend', 'the\\nstillness', 'of', 'the', 'night,', 'or', 'the', 'firefly\\nthe', 'stars?\\n\\nAnd', 'shall', 'your', 'flame', 'or', 'your', 'smoke\\nburden', 'the', 'wind?\\n\\nThink', 'you', 'the', 'spirit', 'is', 'a', 'still', 'pool\\nwhich', 'you', 'can', 'trouble', 'with', 'a', 'staff?\\n\\n*****\\n\\nOftentimes', 'in', 'denying', 'yourself', 'pleasure\\nyou', 'do', 'but', 'store', 'the', 'desire', 'in', 'the\\nrecesses', 'of', 'your', 'being.\\n\\nWho', 'knows', 'but', 'that', 'which', 'seems', 'omitted\\ntoday,', 'waits', 'for', 'tomorrow?\\n\\nEven', 'your', 'body', 'knows', 'its', 'heritage\\nand', 'its', 'rightful', 'need', 'and', 'will', 'not', 'be\\ndeceived.\\n\\nAnd', 'your', 'body', 'is', 'the', 'harp', 'of', 'your', 'soul,\\n\\nAnd', 'it', 'is', 'yours', 'to', 'bring', 'forth', '{82}sweet\\nmusic', 'from', 'it', 'or', 'confused', 'sounds.\\n\\n*****\\n\\nAnd', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How\\nshall', 'we', 'distinguish', 'that', 'which', 'is\\ngood', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not\\ngood?”\\n\\nGo', 'to', 'your', 'fields', 'and', 'your', 'gardens,', 'and\\nyou', 'shall', 'learn', 'that', 'it', 'is', 'the', 'pleasure\\nof', 'the', 'bee', 'to', 'gather', 'honey', 'of', 'the\\nflower,\\n\\nBut', 'it', 'is', 'also', 'the', 'pleasure', 'of', 'the\\nflower', 'to', 'yield', 'its', 'honey', 'to', 'the', 'bee.\\n\\nFor', 'to', 'the', 'bee', 'a', 'flower', 'is', 'a', 'fountain', 'of\\nlife,\\n\\nAnd', 'to', 'the', 'flower', 'a', 'bee', 'is', 'a', 'messenger\\nof', 'love,\\n\\nAnd', 'to', 'both,', 'bee', 'and', 'flower,', 'the', 'giving\\nand', 'the', 'receiving', 'of', 'pleasure', 'is', 'a', 'need\\nand', 'an', 'ecstasy.\\n\\nPeople', 'of', 'Orphalese,', 'be', 'in', 'your\\npleasures', 'like', 'the', 'flowers', 'and', 'the', 'bees.\\n\\n*****', '*****\\n\\n{83}And', 'a', 'poet', 'said,', 'Speak', 'to', 'us', 'of\\n_Beauty_.\\n\\nAnd', 'he', 'answered:\\n\\nWhere', 'shall', 'you', 'seek', 'beauty,', 'and', 'how\\nshall', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be\\nyour', 'way', 'and', 'your', 'guide?\\n\\nAnd', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except\\nshe', 'be', 'the', 'weaver', 'of', 'your', 'speech?\\n\\nThe', 'aggrieved', 'and', 'the', 'injured', 'say,\\n“Beauty', 'is', 'kind', 'and', 'gentle.\\n\\nLike', 'a', 'young', 'mother', 'half-shy', 'of', 'her', 'own\\nglory', 'she', 'walks', 'among', 'us.”\\n\\nAnd', 'the', 'passionate', 'say,', '“Nay,', 'beauty', 'is\\na', 'thing', 'of', 'might', 'and', 'dread.\\n\\nLike', 'the', 'tempest', 'she', 'shakes', 'the', 'earth\\nbeneath', 'us', 'and', 'the', 'sky', 'above', 'us.”\\n\\nThe', 'tired', 'and', 'the', 'weary', 'say,', '“Beauty', 'is\\nof', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our\\nspirit.', '{84}Her', 'voice', 'yields', 'to', 'our\\nsilences', 'like', 'a', 'faint', 'light', 'that', 'quivers\\nin', 'fear', 'of', 'the', 'shadow.”\\n\\nBut', 'the', 'restless', 'say,', '“We', 'have', 'heard', 'her\\nshouting', 'among', 'the', 'mountains,\\n\\nAnd', 'with', 'her', 'cries', 'came', 'the', 'sound', 'of\\nhoofs,', 'and', 'the', 'beating', 'of', 'wings', 'and', 'the\\nroaring', 'of', 'lions.”\\n\\nAt', 'night', 'the', 'watchmen', 'of', 'the', 'city', 'say,\\n“Beauty', 'shall', 'rise', 'with', 'the', 'dawn', 'from\\nthe', 'east.”\\n\\nAnd', 'at', 'noontide', 'the', 'toilers', 'and', 'the\\nwayfarers', 'say,', '“We', 'have', 'seen', 'her', 'leaning\\nover', 'the', 'earth', 'from', 'the', 'windows', 'of', 'the\\nsunset.”\\n\\n*****\\n\\nIn', 'winter', 'say', 'the', 'snow-bound,', '“She', 'shall\\ncome', 'with', 'the', 'spring', 'leaping', 'upon', 'the\\nhills.”\\n\\nAnd', 'in', 'the', 'summer', 'heat', 'the', 'reapers\\nsay,', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'the\\nautumn', 'leaves,', 'and', 'we', 'saw', 'a', 'drift', 'of\\nsnow', 'in', 'her', 'hair.”', '{85}All', 'these', 'things\\nhave', 'you', 'said', 'of', 'beauty,\\n\\nYet', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of\\nneeds', 'unsatisfied,\\n\\nAnd', 'beauty', 'is', 'not', 'a', 'need', 'but', 'an', 'ecstasy.\\n\\nIt', 'is', 'not', 'a', 'mouth', 'thirsting', 'nor', 'an', 'empty\\nhand', 'stretched', 'forth,\\n\\nBut', 'rather', 'a', 'heart', 'enflamed', 'and', 'a', 'soul\\nenchanted.\\n\\nIt', 'is', 'not', 'the', 'image', 'you', 'would', 'see', 'nor\\nthe', 'song', 'you', 'would', 'hear,\\n\\nBut', 'rather', 'an', 'image', 'you', 'see', 'though', 'you\\nclose', 'your', 'eyes', 'and', 'a', 'song', 'you', 'hear\\nthough', 'you', 'shut', 'your', 'ears.\\n\\nIt', 'is', 'not', 'the', 'sap', 'within', 'the', 'furrowed\\nbark,', 'nor', 'a', 'wing', 'attached', 'to', 'a', 'claw,\\n\\nBut', 'rather', 'a', 'garden', 'for', 'ever', 'in', 'bloom\\nand', 'a', 'flock', 'of', 'angels', 'for', 'ever', 'in\\nflight.\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when\\nlife', 'unveils', 'her', 'holy', 'face.\\n\\nBut', 'you', 'are', 'life', 'and', 'you', 'are', 'the', 'veil.\\n{86}Beauty', 'is', 'eternity', 'gazing', 'at', 'itself\\nin', 'a', 'mirror.\\n\\nBut', 'you', 'are', 'eternity', 'and', 'you', 'are', 'the\\nmirror.\\n\\n*****', '*****\\n\\n{87}And', 'an', 'old', 'priest', 'said,', 'Speak', 'to', 'us\\nof', '_Religion_.\\n\\nAnd', 'he', 'said:\\n\\nHave', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?\\n\\nIs', 'not', 'religion', 'all', 'deeds', 'and', 'all\\nreflection,\\n\\nAnd', 'that', 'which', 'is', 'neither', 'deed', 'nor\\nreflection,', 'but', 'a', 'wonder', 'and', 'a', 'surprise\\never', 'springing', 'in', 'the', 'soul,', 'even', 'while\\nthe', 'hands', 'hew', 'the', 'stone', 'or', 'tend', 'the\\nloom?\\n\\nWho', 'can', 'separate', 'his', 'faith', 'from\\nhis', 'actions,', 'or', 'his', 'belief', 'from', 'his\\noccupations?\\n\\nWho', 'can', 'spread', 'his', 'hours', 'before', 'him,\\nsaving,', '“This', 'for', 'God', 'and', 'this', 'for\\nmyself;', 'This', 'for', 'my', 'soul,', 'and', 'this', 'other\\nfor', 'my', 'body?”\\n\\nAll', 'your', 'hours', 'are', 'wings', 'that', 'beat\\nthrough', 'space', 'from', 'self', 'to', 'self.', '{88}He\\nwho', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best\\ngarment', 'were', 'better', 'naked.\\n\\nThe', 'wind', 'and', 'the', 'sun', 'will', 'tear', 'no', 'holes\\nin', 'his', 'skin.\\n\\nAnd', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics\\nimprisons', 'his', 'song-bird', 'in', 'a', 'cage.\\n\\nThe', 'freest', 'song', 'comes', 'not', 'through', 'bars\\nand', 'wires.\\n\\nAnd', 'he', 'to', 'whom', 'worshipping', 'is', 'a', 'window,\\nto', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet\\nvisited', 'the', 'house', 'of', 'his', 'soul', 'whose\\nwindows', 'are', 'from', 'dawn', 'to', 'dawn.\\n\\n*****\\n\\nYour', 'daily', 'life', 'is', 'your', 'temple', 'and', 'your\\nreligion.\\n\\nWhenever', 'you', 'enter', 'into', 'it', 'take', 'with', 'you\\nyour', 'all.\\n\\nTake', 'the', 'plough', 'and', 'the', 'forge', 'and', 'the\\nmallet', 'and', 'the', 'lute,\\n\\nThe', 'things', 'you', 'have', 'fashioned', 'in\\nnecessity', 'or', 'for', 'delight.\\n\\nFor', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your\\nachievements', 'nor', 'fall', 'lower', 'than', 'your\\nfailures.\\n\\nAnd', 'take', 'with', 'you', 'all', 'men:', '{89}For', 'in\\nadoration', 'you', 'cannot', 'fly', 'higher', 'than\\ntheir', 'hopes', 'nor', 'humble', 'yourself', 'lower\\nthan', 'their', 'despair.\\n\\n*****\\n\\nAnd', 'if', 'you', 'would', 'know', 'God', 'be', 'not\\ntherefore', 'a', 'solver', 'of', 'riddles.\\n\\nRather', 'look', 'about', 'you', 'and', 'you', 'shall', 'see\\nHim', 'playing', 'with', 'your', 'children.\\n\\nAnd', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him\\nwalking', 'in', 'the', 'cloud,', 'outstretching', 'His\\narms', 'in', 'the', 'lightning', 'and', 'descending', 'in\\nrain.\\n\\nYou', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,\\nthen', 'rising', 'and', 'waving', 'His', 'hands', 'in\\ntrees.\\n\\n*****', '*****\\n\\n{90}Then', 'Almitra', 'spoke,', 'saying,', 'We', 'would\\nask', 'now', 'of', '_Death_.\\n\\nAnd', 'he', 'said:\\n\\nYou', 'would', 'know', 'the', 'secret', 'of', 'death.\\n\\nBut', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you\\nseek', 'it', 'in', 'the', 'heart', 'of', 'life?\\n\\nThe', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind\\nunto', 'the', 'day', 'cannot', 'unveil', 'the', 'mystery\\nof', 'light.\\n\\nIf', 'you', 'would', 'indeed', 'behold', 'the', 'spirit\\nof', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'the\\nbody', 'of', 'life.\\n\\nFor', 'life', 'and', 'death', 'are', 'one,', 'even', 'as', 'the\\nriver', 'and', 'the', 'sea', 'are', 'one.\\n\\nIn', 'the', 'depth', 'of', 'your', 'hopes', 'and', 'desires\\nlies', 'your', 'silent', 'knowledge', 'of', 'the\\nbeyond;\\n\\nAnd', 'like', 'seeds', 'dreaming', 'beneath', 'the', 'snow\\nyour', 'heart', 'dreams', 'of', 'spring.\\n\\nTrust', 'the', 'dreams,', 'for', 'in', 'them', 'is', 'hidden\\nthe', 'gate', 'to', 'eternity.', '{91}Your', 'fear\\nof', 'death', 'is', 'but', 'the', 'trembling', 'of', 'the\\nshepherd', 'when', 'he', 'stands', 'before', 'the', 'king\\nwhose', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in\\nhonour.\\n\\nIs', 'the', 'shepherd', 'not', 'joyful', 'beneath', 'his\\ntrembling,', 'that', 'he', 'shall', 'wear', 'the', 'mark\\nof', 'the', 'king?\\n\\nYet', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his\\ntrembling?\\n\\n*****\\n\\nFor', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked\\nin', 'the', 'wind', 'and', 'to', 'melt', 'into', 'the', 'sun?\\n\\nAnd', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but\\nto', 'free', 'the', 'breath', 'from', 'its', 'restless\\ntides,', 'that', 'it', 'may', 'rise', 'and', 'expand', 'and\\nseek', 'God', 'unencumbered?\\n\\nOnly', 'when', 'you', 'drink', 'from', 'the', 'river', 'of\\nsilence', 'shall', 'you', 'indeed', 'sing.\\n\\nAnd', 'when', 'you', 'have', 'reached', 'the', 'mountain\\ntop,', 'then', 'you', 'shall', 'begin', 'to', 'climb.\\n\\nAnd', 'when', 'the', 'earth', 'shall', 'claim', 'your\\nlimbs,', 'then', 'shall', 'you', 'truly', 'dance.\\n{92}And', 'now', 'it', 'was', 'evening.\\n\\nAnd', 'Almitra', 'the', 'seeress', 'said,', 'Blessed', 'be\\nthis', 'day', 'and', 'this', 'place', 'and', 'your', 'spirit\\nthat', 'has', 'spoken.\\n\\nAnd', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was\\nI', 'not', 'also', 'a', 'listener?\\n\\n*****\\n\\nThen', 'he', 'descended', 'the', 'steps', 'of', 'the\\nTemple', 'and', 'all', 'the', 'people', 'followed', 'him.\\nAnd', 'he', 'reached', 'his', 'ship', 'and', 'stood', 'upon\\nthe', 'deck.\\n\\nAnd', 'facing', 'the', 'people', 'again,', 'he', 'raised\\nhis', 'voice', 'and', 'said:\\n\\nPeople', 'of', 'Orphalese,', 'the', 'wind', 'bids', 'me\\nleave', 'you.\\n\\nLess', 'hasty', 'am', 'I', 'than', 'the', 'wind,', 'yet', 'I\\nmust', 'go.\\n\\nWe', 'wanderers,', 'ever', 'seeking', 'the', 'lonelier\\nway,', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended\\nanother', 'day;', 'and', 'no', 'sunrise', 'finds', 'us\\nwhere', 'sunset', 'left', 'us.', '{93}Even', 'while', 'the\\nearth', 'sleeps', 'we', 'travel.\\n\\nWe', 'are', 'the', 'seeds', 'of', 'the', 'tenacious\\nplant,', 'and', 'it', 'is', 'in', 'our', 'ripeness', 'and', 'our\\nfullness', 'of', 'heart', 'that', 'we', 'are', 'given', 'to\\nthe', 'wind', 'and', 'are', 'scattered.\\n\\n*****\\n\\nBrief', 'were', 'my', 'days', 'among', 'you,', 'and\\nbriefer', 'still', 'the', 'words', 'I', 'have', 'spoken.\\n\\nBut', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,\\nand', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then\\nI', 'will', 'come', 'again,\\n\\nAnd', 'with', 'a', 'richer', 'heart', 'and', 'lips', 'more\\nyielding', 'to', 'the', 'spirit', 'will', 'I', 'speak.\\n\\nYea,', 'I', 'shall', 'return', 'with', 'the', 'tide,\\n\\nAnd', 'though', 'death', 'may', 'hide', 'me,', 'and', 'the\\ngreater', 'silence', 'enfold', 'me,', 'yet', 'again\\nwill', 'I', 'seek', 'your', 'understanding.\\n\\nAnd', 'not', 'in', 'vain', 'will', 'I', 'seek.\\n\\nIf', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that\\ntruth', 'shall', 'reveal', 'itself', 'in', 'a', 'clearer\\nvoice,', 'and', 'in', 'words', 'more', 'kin', 'to', 'your\\nthoughts.\\n\\nI', 'go', 'with', 'the', 'wind,', 'people', 'of\\nOrphalese,', 'but', 'not', 'down', 'into', 'emptiness;\\n{94}And', 'if', 'this', 'day', 'is', 'not', 'a', 'fulfilment\\nof', 'your', 'needs', 'and', 'my', 'love,', 'then', 'let', 'it\\nbe', 'a', 'promise', 'till', 'another', 'day.\\n\\nMan’s', 'needs', 'change,', 'but', 'not', 'his', 'love,\\nnor', 'his', 'desire', 'that', 'his', 'love', 'should\\nsatisfy', 'his', 'needs.\\n\\nKnow', 'therefore,', 'that', 'from', 'the', 'greater\\nsilence', 'I', 'shall', 'return.\\n\\nThe', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,\\nleaving', 'but', 'dew', 'in', 'the', 'fields,', 'shall\\nrise', 'and', 'gather', 'into', 'a', 'cloud', 'and', 'then\\nfall', 'down', 'in', 'rain.\\n\\nAnd', 'not', 'unlike', 'the', 'mist', 'have', 'I', 'been.\\n\\nIn', 'the', 'stillness', 'of', 'the', 'night', 'I', 'have\\nwalked', 'in', 'your', 'streets,', 'and', 'my', 'spirit\\nhas', 'entered', 'your', 'houses,\\n\\nAnd', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,\\nand', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'and', 'I\\nknew', 'you', 'all.\\n\\nAy,', 'I', 'knew', 'your', 'joy', 'and', 'your', 'pain,\\nand', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my\\ndreams.\\n\\nAnd', 'oftentimes', 'I', 'was', 'among', 'you', 'a', 'lake\\namong', 'the', 'mountains.\\n\\nI', 'mirrored', 'the', 'summits', 'in', 'you', 'and', 'the\\n{95}bending', 'slopes,', 'and', 'even', 'the\\npassing', 'flocks', 'of', 'your', 'thoughts', 'and', 'your\\ndesires.\\n\\nAnd', 'to', 'my', 'silence', 'came', 'the', 'laughter\\nof', 'your', 'children', 'in', 'streams,', 'and', 'the\\nlonging', 'of', 'your', 'youths', 'in', 'rivers.\\n\\nAnd', 'when', 'they', 'reached', 'my', 'depth', 'the\\nstreams', 'and', 'the', 'rivers', 'ceased', 'not', 'yet', 'to\\nsing.\\n\\n[Illustration:', '0119]\\n\\nBut', 'sweeter', 'still', 'than', 'laughter', 'and\\ngreater', 'than', 'longing', 'came', 'to', 'me.\\n\\nIt', 'was', 'the', 'boundless', 'in', 'you;\\n\\nThe', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but\\ncells', 'and', 'sinews;\\n\\nHe', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is\\nbut', 'a', 'soundless', 'throbbing.\\n\\nIt', 'is', 'in', 'the', 'vast', 'man', 'that', 'you', 'are', 'vast,\\n\\nAnd', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you\\nand', 'loved', 'you.\\n\\nFor', 'what', 'distances', 'can', 'love', 'reach', 'that\\nare', 'not', 'in', 'that', 'vast', 'sphere?\\n\\nWhat', 'visions,', 'what', 'expectations', 'and', 'what\\npresumptions', 'can', 'outsoar', 'that', 'flight?\\n\\nLike', 'a', 'giant', 'oak', 'tree', 'covered', 'with', 'apple\\nblossoms', 'is', 'the', 'vast', 'man', 'in', 'you.', '{96}His\\nmight', 'binds', 'you', 'to', 'the', 'earth,', 'his\\nfragrance', 'lifts', 'you', 'into', 'space,', 'and', 'in\\nhis', 'durability', 'you', 'are', 'deathless.\\n\\n*****\\n\\nYou', 'have', 'been', 'told', 'that,', 'even', 'like', 'a\\nchain,', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest\\nlink.\\n\\nThis', 'is', 'but', 'half', 'the', 'truth.', 'You', 'are', 'also\\nas', 'strong', 'as', 'your', 'strongest', 'link.\\n\\nTo', 'measure', 'you', 'by', 'your', 'smallest', 'deed\\nis', 'to', 'reckon', 'the', 'power', 'of', 'ocean', 'by', 'the\\nfrailty', 'of', 'its', 'foam.\\n\\nTo', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to\\ncast', 'blame', 'upon', 'the', 'seasons', 'for', 'their\\ninconstancy.\\n\\nAy,', 'you', 'are', 'like', 'an', 'ocean,\\n\\nAnd', 'though', 'heavy-grounded', 'ships', 'await\\nthe', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even\\nlike', 'an', 'ocean,', 'you', 'cannot', 'hasten', 'your\\ntides.\\n\\nAnd', 'like', 'the', 'seasons', 'you', 'are', 'also,\\n\\nAnd', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your\\nspring,\\n\\nYet', 'spring,', 'reposing', 'within', 'you,', 'smiles\\nin', 'her', 'drowsiness', 'and', 'is', 'not', 'offended.\\n{97}Think', 'not', 'I', 'say', 'these', 'things', 'in\\norder', 'that', 'you', 'may', 'say', 'the', 'one', 'to', 'the\\nother,', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but\\nthe', 'good', 'in', 'us.”\\n\\nI', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that\\nwhich', 'you', 'yourselves', 'know', 'in', 'thought.\\n\\nAnd', 'what', 'is', 'word', 'knowledge', 'but', 'a', 'shadow\\nof', 'wordless', 'knowledge?\\n\\nYour', 'thoughts', 'and', 'my', 'words', 'are', 'waves\\nfrom', 'a', 'sealed', 'memory', 'that', 'keeps', 'records\\nof', 'our', 'yesterdays,\\n\\nAnd', 'of', 'the', 'ancient', 'days', 'when', 'the', 'earth\\nknew', 'not', 'us', 'nor', 'herself,\\n\\nAnd', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought\\nwith', 'confusion.\\n\\n*****\\n\\nWise', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you\\nof', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your\\nwisdom:\\n\\nAnd', 'behold', 'I', 'have', 'found', 'that', 'which', 'is\\ngreater', 'than', 'wisdom.\\n\\nIt', 'is', 'a', 'flame', 'spirit', 'in', 'you', 'ever\\ngathering', 'more', 'of', 'itself,\\n\\nWhile', 'you,', 'heedless', 'of', 'its', 'expansion,\\nbewail', 'the', 'withering', 'of', 'your', 'days.\\n{98}It', 'is', 'life', 'in', 'quest', 'of', 'life', 'in\\nbodies', 'that', 'fear', 'the', 'grave.\\n\\n*****\\n\\nThere', 'are', 'no', 'graves', 'here.\\n\\nThese', 'mountains', 'and', 'plains', 'are', 'a', 'cradle\\nand', 'a', 'stepping-stone.\\n\\nWhenever', 'you', 'pass', 'by', 'the', 'field', 'where\\nyou', 'have', 'laid', 'your', 'ancestors', 'look', 'well\\nthereupon,', 'and', 'you', 'shall', 'see', 'yourselves\\nand', 'your', 'children', 'dancing', 'hand', 'in', 'hand.\\n\\nVerily', 'you', 'often', 'make', 'merry', 'without\\nknowing.\\n\\nOthers', 'have', 'come', 'to', 'you', 'to', 'whom', 'for\\ngolden', 'promises', 'made', 'unto', 'your', 'faith\\nyou', 'have', 'given', 'but', 'riches', 'and', 'power', 'and\\nglory.\\n\\nLess', 'than', 'a', 'promise', 'have', 'I', 'given,', 'and\\nyet', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.\\n\\nYou', 'have', 'given', 'me', 'my', 'deeper', 'thirsting\\nafter', 'life.\\n\\nSurely', 'there', 'is', 'no', 'greater', 'gift', 'to', 'a', 'man\\nthan', 'that', 'which', 'turns', 'all', 'his', 'aims\\ninto', 'parching', 'lips', 'and', 'all', 'life', 'into', 'a\\nfountain.\\n\\n[Illustration:', '0125]\\n\\n{99}And', 'in', 'this', 'lies', 'my', 'honour', 'and', 'my\\nreward,--\\n\\nThat', 'whenever', 'I', 'come', 'to', 'the', 'fountain\\nto', 'drink', 'I', 'find', 'the', 'living', 'water', 'itself\\nthirsty;\\n\\nAnd', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.\\n\\n*****\\n\\nSome', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'and\\nover-shy', 'to', 'receive', 'gifts.\\n\\nToo', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,\\nbut', 'not', 'gifts.\\n\\nAnd', 'though', 'I', 'have', 'eaten', 'berries', 'among\\nthe', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit\\nat', 'your', 'board,\\n\\nAnd', 'slept', 'in', 'the', 'portico', 'of', 'the', 'temple\\nwhen', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,\\n\\nYet', 'was', 'it', 'not', 'your', 'loving', 'mindfulness\\nof', 'my', 'days', 'and', 'my', 'nights', 'that', 'made', 'food\\nsweet', 'to', 'my', 'mouth', 'and', 'girdled', 'my', 'sleep\\nwith', 'visions?\\n\\nFor', 'this', 'I', 'bless', 'you', 'most:\\n\\nYou', 'give', 'much', 'and', 'know', 'not', 'that', 'you', 'give\\nat', 'all.', '{100}Verily', 'the', 'kindness', 'that\\ngazes', 'upon', 'itself', 'in', 'a', 'mirror', 'turns', 'to\\nstone,\\n\\nAnd', 'a', 'good', 'deed', 'that', 'calls', 'itself', 'by\\ntender', 'names', 'becomes', 'the', 'parent', 'to', 'a\\ncurse.\\n\\n*****\\n\\nAnd', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,\\nand', 'drunk', 'with', 'my', 'own', 'aloneness,\\n\\nAnd', 'you', 'have', 'said,', '“He', 'holds', 'council\\nwith', 'the', 'trees', 'of', 'the', 'forest,', 'but', 'not\\nwith', 'men.\\n\\nHe', 'sits', 'alone', 'on', 'hill-tops', 'and', 'looks\\ndown', 'upon', 'our', 'city.”\\n\\nTrue', 'it', 'is', 'that', 'I', 'have', 'climbed', 'the', 'hills\\nand', 'walked', 'in', 'remote', 'places.\\n\\nHow', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'a\\ngreat', 'height', 'or', 'a', 'great', 'distance?\\n\\nHow', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be\\ntar?\\n\\nAnd', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not\\nin', 'words,', 'and', 'they', 'said,\\n\\n“Stranger,', 'stranger,', 'lover', 'of\\nunreachable', 'heights,', 'why', 'dwell', 'you', 'among\\nthe', 'summits', 'where', 'eagles', 'build\\ntheir', 'nests?', '{101}Why', 'seek', 'you', 'the\\nunattainable?\\n\\nWhat', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,\\n\\nAnd', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in\\nthe', 'sky?\\n\\nCome', 'and', 'be', 'one', 'of', 'us.\\n\\nDescend', 'and', 'appease', 'your', 'hunger', 'with', 'our\\nbread', 'and', 'quench', 'your', 'thirst', 'with', 'our\\nwine.”\\n\\nIn', 'the', 'solitude', 'of', 'their', 'souls', 'they', 'said\\nthese', 'things;\\n\\nBut', 'were', 'their', 'solitude', 'deeper', 'they\\nwould', 'have', 'known', 'that', 'I', 'sought', 'but', 'the\\nsecret', 'of', 'your', 'joy', 'and', 'your', 'pain,\\n\\nAnd', 'I', 'hunted', 'only', 'your', 'larger', 'selves\\nthat', 'walk', 'the', 'sky.\\n\\n*****\\n\\nBut', 'the', 'hunter', 'was', 'also', 'the', 'hunted;\\n\\nFor', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only\\nto', 'seek', 'my', 'own', 'breast.\\n\\nAnd', 'the', 'flier', 'was', 'also', 'the', 'creeper;\\n\\nFor', 'when', 'my', 'wings', 'were', 'spread', 'in', 'the\\nsun', 'their', 'shadow', 'upon', 'the', 'earth', 'was', 'a\\nturtle.\\n\\nAnd', 'I', 'the', 'believer', 'was', 'also', 'the', 'doubter;\\n{102}For', 'often', 'have', 'I', 'put', 'my', 'finger\\nin', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'the\\ngreater', 'belief', 'in', 'you', 'and', 'the', 'greater\\nknowledge', 'of', 'you.\\n\\n*****\\n\\nAnd', 'it', 'is', 'with', 'this', 'belief', 'and', 'this\\nknowledge', 'that', 'I', 'say,\\n\\nYou', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,\\nnor', 'confined', 'to', 'houses', 'or', 'fields.\\n\\nThat', 'which', 'is', 'you', 'dwells', 'above', 'the\\nmountain', 'and', 'roves', 'with', 'the', 'wind.\\n\\nIt', 'is', 'not', 'a', 'thing', 'that', 'crawls', 'into\\nthe', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into\\ndarkness', 'for', 'safety,\\n\\nBut', 'a', 'thing', 'free,', 'a', 'spirit', 'that', 'envelops\\nthe', 'earth', 'and', 'moves', 'in', 'the', 'ether.\\n\\nIf', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not\\nto', 'clear', 'them.\\n\\nVague', 'and', 'nebulous', 'is', 'the', 'beginning', 'of\\nall', 'things,', 'but', 'not', 'their', 'end,\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as\\na', 'beginning.\\n\\nLife,', 'and', 'all', 'that', 'lives,', 'is', 'conceived\\nin', 'the', 'mist', 'and', 'not', 'in', 'the', 'crystal.\\n{103}And', 'who', 'knows', 'but', 'a', 'crystal', 'is', 'mist\\nin', 'decay?\\n\\n*****\\n\\nThis', 'would', 'I', 'have', 'you', 'remember', 'in\\nremembering', 'me:\\n\\nThat', 'which', 'seems', 'most', 'feeble', 'and\\nbewildered', 'in', 'you', 'is', 'the', 'strongest', 'and\\nmost', 'determined.\\n\\nIs', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected\\nand', 'hardened', 'the', 'structure', 'of', 'your\\nbones?\\n\\nAnd', 'is', 'it', 'not', 'a', 'dream', 'which', 'none', 'of', 'you\\nremember', 'having', 'dreamt,', 'that', 'builded\\nyour', 'city', 'and', 'fashioned', 'all', 'there', 'is', 'in\\nit?\\n\\nCould', 'you', 'but', 'see', 'the', 'tides', 'of', 'that\\nbreath', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,\\n\\nAnd', 'if', 'you', 'could', 'hear', 'the', 'whispering', 'of\\nthe', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.\\n\\nBut', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'and\\nit', 'is', 'well.\\n\\nThe', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be\\nlifted', 'by', 'the', 'hands', 'that', 'wove', 'it,\\n\\nAnd', 'the', 'clay', 'that', 'fills', 'your', 'ears', 'shall\\nbe', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded\\nit.', '{104}And', 'you', 'shall', 'see.\\n\\nAnd', 'you', 'shall', 'hear.\\n\\nYet', 'you', 'shall', 'not', 'deplore', 'having', 'known\\nblindness,', 'nor', 'regret', 'having', 'been', 'deaf.\\n\\nFor', 'in', 'that', 'day', 'you', 'shall', 'know', 'the\\nhidden', 'purposes', 'in', 'all', 'things,\\n\\nAnd', 'you', 'shall', 'bless', 'darkness', 'as', 'you\\nwould', 'bless', 'light.\\n\\nAfter', 'saying', 'these', 'things', 'he', 'looked\\nabout', 'him,', 'and', 'he', 'saw', 'the', 'pilot', 'of', 'his\\nship', 'standing', 'by', 'the', 'helm', 'and', 'gazing\\nnow', 'at', 'the', 'full', 'sails', 'and', 'now', 'at', 'the\\ndistance.\\n\\nAnd', 'he', 'said:\\n\\nPatient,', 'over', 'patient,', 'is', 'the', 'captain', 'of\\nmy', 'ship.\\n\\nThe', 'wind', 'blows,', 'and', 'restless', 'are', 'the\\nsails;\\n\\nEven', 'the', 'rudder', 'begs', 'direction;\\n\\nYet', 'quietly', 'my', 'captain', 'awaits', 'my\\nsilence.\\n\\nAnd', 'these', 'my', 'mariners,', 'who', 'have', 'heard\\nthe', 'choir', 'of', 'the', 'greater', 'sea,', 'they', 'too\\nhave', 'heard', 'me', 'patiently.', '{105}Now', 'they\\nshall', 'wait', 'no', 'longer.\\n\\nI', 'am', 'ready.\\n\\nThe', 'stream', 'has', 'reached', 'the', 'sea,', 'and\\nonce', 'more', 'the', 'great', 'mother', 'holds', 'her', 'son\\nagainst', 'her', 'breast.\\n\\n*****\\n\\nFare', 'you', 'well,', 'people', 'of', 'Orphalese.\\n\\nThis', 'day', 'has', 'ended.\\n\\nIt', 'is', 'closing', 'upon', 'us', 'even', 'as', 'the\\nwater-lily', 'upon', 'its', 'own', 'tomorrow.\\n\\nWhat', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,\\n\\nAnd', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must\\nwe', 'come', 'together', 'and', 'together', 'stretch\\nour', 'hands', 'unto', 'the', 'giver.\\n\\nForget', 'not', 'that', 'I', 'shall', 'come', 'back', 'to\\nyou.\\n\\nA', 'little', 'while,', 'and', 'my', 'longing', 'shall\\ngather', 'dust', 'and', 'foam', 'for', 'another', 'body.\\n\\nA', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.\\n\\nFarewell', 'to', 'you', 'and', 'the', 'youth', 'I', 'have\\nspent', 'with', 'you.\\n\\nIt', 'was', 'but', 'yesterday', 'we', 'met', 'in', 'a\\ndream.', '{106}You', 'have', 'sung', 'to', 'me', 'in', 'my\\naloneness,', 'and', 'I', 'of', 'your', 'longings', 'have\\nbuilt', 'a', 'tower', 'in', 'the', 'sky.\\n\\nBut', 'now', 'our', 'sleep', 'has', 'fled', 'and', 'our', 'dream\\nis', 'over,', 'and', 'it', 'is', 'no', 'longer', 'dawn.\\n\\nThe', 'noontide', 'is', 'upon', 'us', 'and', 'our', 'half\\nwaking', 'has', 'turned', 'to', 'fuller', 'day,', 'and', 'we\\nmust', 'part.\\n\\nIf', 'in', 'the', 'twilight', 'of', 'memory', 'we', 'should\\nmeet', 'once', 'more,', 'we', 'shall', 'speak', 'again\\ntogether', 'and', 'you', 'shall', 'sing', 'to', 'me', 'a\\ndeeper', 'song.\\n\\nAnd', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another\\ndream', 'we', 'shall', 'build', 'another', 'tower', 'in\\nthe', 'sky.\\n\\n*****\\n\\nSo', 'saying', 'he', 'made', 'a', 'signal', 'to', 'the\\nseamen,', 'and', 'straightway', 'they', 'weighed\\nanchor', 'and', 'cast', 'the', 'ship', 'loose', 'from', 'its\\nmoorings,', 'and', 'they', 'moved', 'eastward.\\n\\nAnd', 'a', 'cry', 'came', 'from', 'the', 'people', 'as', 'from', 'a\\nsingle', 'heart,', 'and', 'it', 'rose', 'into', 'the', 'dusk\\nand', 'was', 'carried', 'out', 'over', 'the', 'sea', 'like', 'a\\ngreat', 'trumpeting.\\n\\nOnly', 'Almitra', 'was', 'silent,', 'gazing', 'after\\n{107}the', 'ship', 'until', 'it', 'had', 'vanished', 'into\\nthe', 'mist.\\n\\nAnd', 'when', 'all', 'the', 'people', 'were', 'dispersed\\nshe', 'still', 'stood', 'alone', 'upon', 'the', 'sea-wall,\\nremembering', 'in', 'her', 'heart', 'his', 'saying,\\n\\n“A', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.”\\n\\n[Illustration:', '0134]\\n\\n\\n\\n\\n\\n\\n\\n\\nEnd', 'of', 'the', 'Project', 'Gutenberg', 'EBook', 'of', 'The', 'Prophet,', 'by', 'Kahlil', 'Gibran\\n\\n***', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'THE', 'PROPHET', '***\\n\\n*****', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****\\nThis', 'and', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:\\n', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/\\n\\nProduced', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously\\nprovided', 'by', 'the', 'Internet', 'Archive\\n\\n\\nUpdated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will\\nbe', 'renamed.\\n\\nCreating', 'the', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright\\nlaw', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,\\nso', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United\\nStates', 'without', 'permission', 'and', 'without', 'paying', 'copyright\\nroyalties.', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part\\nof', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project\\nGutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm\\nconcept', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,\\nand', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive\\nspecific', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this\\neBook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook\\nfor', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,\\nperformances', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given\\naway--you', 'may', 'do', 'practically', 'ANYTHING', 'in', 'the', 'United', 'States', 'with', 'eBooks\\nnot', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'the\\ntrademark', 'license,', 'especially', 'commercial', 'redistribution.\\n\\nSTART:', 'FULL', 'LICENSE\\n\\nTHE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE\\nPLEASE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK\\n\\nTo', 'protect', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'the', 'free\\ndistribution', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work\\n(or', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"),', 'you', 'agree', 'to', 'comply', 'with', 'all', 'the', 'terms', 'of', 'the', 'Full\\nProject', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at\\nwww.gutenberg.org/license.\\n\\nSection', '1.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project\\nGutenberg-tm', 'electronic', 'works\\n\\n1.A.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm\\nelectronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to\\nand', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property\\n(trademark/copyright)', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all\\nthe', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or\\ndestroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your\\npossession.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a\\nProject', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound\\nby', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the\\nperson', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph\\n1.E.8.\\n\\n1.B.', '\"Project', 'Gutenberg\"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be\\nused', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who\\nagree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few\\nthings', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works\\neven', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See\\nparagraph', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project\\nGutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this\\nagreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm\\nelectronic', 'works.', 'See', 'paragraph', '1.E', 'below.\\n\\n1.C.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the\\nFoundation\"', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection\\nof', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual\\nworks', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United\\nStates.', 'If', 'an', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'the\\nUnited', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not\\nclaim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,\\ndisplaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as\\nall', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope\\nthat', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting\\nfree', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm\\nworks', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the\\nProject', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily\\ncomply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the\\nsame', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when\\nyou', 'share', 'it', 'without', 'charge', 'with', 'others.\\n\\n1.D.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern\\nwhat', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are\\nin', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,\\ncheck', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this\\nagreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,\\ndistributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any\\nother', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no\\nrepresentations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any\\ncountry', 'outside', 'the', 'United', 'States.\\n\\n1.E.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:\\n\\n1.E.1.', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other\\nimmediate', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear\\nprominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work\\non', 'which', 'the', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', 'the\\nphrase', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,\\nperformed,', 'viewed,', 'copied', 'or', 'distributed:\\n\\n', '', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'in', 'the', 'United', 'States', 'and\\n', '', 'most', 'other', 'parts', 'of', 'the', 'world', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no\\n', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it\\n', '', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this\\n', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', 'the\\n', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'the', 'laws', 'of', 'the', 'country', 'where', 'you\\n', '', 'are', 'located', 'before', 'using', 'this', 'ebook.\\n\\n1.E.2.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is\\nderived', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not\\ncontain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the\\ncopyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in\\nthe', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are\\nredistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply\\neither', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or\\nobtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm\\ntrademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.\\n\\n1.E.3.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted\\nwith', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution\\nmust', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any\\nadditional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms\\nwill', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works\\nposted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the\\nbeginning', 'of', 'this', 'work.\\n\\n1.E.4.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm\\nLicense', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this\\nwork', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.\\n\\n1.E.5.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this\\nelectronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without\\nprominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with\\nactive', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project\\nGutenberg-tm', 'License.\\n\\n1.E.6.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,\\ncompressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including\\nany', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access\\nto', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format\\nother', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'the', 'official\\nversion', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site\\n(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense\\nto', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means\\nof', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '\"Plain\\nVanilla', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the\\nfull', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.\\n\\n1.E.7.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,\\nperforming,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works\\nunless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.\\n\\n1.E.8.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing\\naccess', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works\\nprovided', 'that\\n\\n*', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from\\n', '', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method\\n', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed\\n', '', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has\\n', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid\\n', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are\\n', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty\\n', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in\\n', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg\\n', '', 'Literary', 'Archive', 'Foundation.\"\\n\\n*', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies\\n', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he\\n', '', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm\\n', '', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all\\n', '', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue\\n', '', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm\\n', '', 'works.\\n\\n*', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of\\n', '', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the\\n', '', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of\\n', '', 'receipt', 'of', 'the', 'work.\\n\\n*', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free\\n', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.\\n\\n1.E.9.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than\\nare', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing\\nfrom', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'The\\nProject', 'Gutenberg', 'Trademark', 'LLC,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm\\ntrademark.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.\\n\\n1.F.\\n\\n1.F.1.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable\\neffort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread\\nworks', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'the', 'Project\\nGutenberg-tm', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may\\ncontain', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate\\nor', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other\\nintellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or\\nother', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or\\ncannot', 'be', 'read', 'by', 'your', 'equipment.\\n\\n1.F.2.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '\"Right\\nof', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project\\nGutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all\\nliability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal\\nfees.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT\\nLIABILITY,', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE\\nPROVIDED', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE\\nTRADEMARK', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE\\nLIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR\\nINCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH\\nDAMAGE.\\n\\n1.F.3.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a\\ndefect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can\\nreceive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a\\nwritten', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you\\nreceived', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium\\nwith', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you\\nwith', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in\\nlieu', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person\\nor', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second\\nopportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If\\nthe', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing\\nwithout', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.\\n\\n1.F.4.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth\\nin', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO\\nOTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT\\nLIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.\\n\\n1.F.5.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied\\nwarranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of\\ndamages.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement\\nviolates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the\\nagreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or\\nlimitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or\\nunenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the\\nremaining', 'provisions.\\n\\n1.F.6.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the\\ntrademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone\\nproviding', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in\\naccordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the\\nproduction,', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,\\nincluding', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of\\nthe', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this\\nor', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or\\nadditions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any\\nDefect', 'you', 'cause.\\n\\nSection', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm\\n\\nProject', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of\\nelectronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of\\ncomputers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It\\nexists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations\\nfrom', 'people', 'in', 'all', 'walks', 'of', 'life.\\n\\nVolunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the\\nassistance', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\\ngoals\", 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will\\nremain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure\\nand', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future\\ngenerations.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see\\nSections', '3', 'and', '4', 'and', 'the', 'Foundation', 'information', 'page', 'at\\nwww.gutenberg.org', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nThe', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit\\n501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the\\nstate', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal\\nRevenue', 'Service.', 'The', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification\\nnumber', 'is', '64-6221541.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by\\nU.S.', 'federal', 'laws', 'and', 'your', \"state's\", 'laws.\\n\\nThe', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'the\\nmailing', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its\\nvolunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous\\nlocations.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt\\nLake', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'and', 'up', 'to\\ndate', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', \"Foundation's\", 'web', 'site', 'and\\nofficial', 'page', 'at', 'www.gutenberg.org/contact\\n\\nFor', 'additional', 'contact', 'information:\\n\\n', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby\\n', '', '', '', 'Chief', 'Executive', 'and', 'Director\\n', '', '', '', 'gbnewby@pglaf.org\\n\\nSection', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nProject', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide\\nspread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of\\nincreasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be\\nfreely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest\\narray', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations\\n($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt\\nstatus', 'with', 'the', 'IRS.\\n\\nThe', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating\\ncharities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United\\nStates.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a\\nconsiderable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up\\nwith', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations\\nwhere', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND\\nDONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular\\nstate', 'visit', 'www.gutenberg.org/donate\\n\\nWhile', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we\\nhave', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition\\nagainst', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who\\napproach', 'us', 'with', 'offers', 'to', 'donate.\\n\\nInternational', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make\\nany', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from\\noutside', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.\\n\\nPlease', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation\\nmethods', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other\\nways', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To\\ndonate,', 'please', 'visit:', 'www.gutenberg.org/donate\\n\\nSection', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.\\n\\nProfessor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project\\nGutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be\\nfreely', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'and\\ndistributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of\\nvolunteer', 'support.\\n\\nProject', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed\\neditions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in\\nthe', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not\\nnecessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper\\nedition.\\n\\nMost', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search\\nfacility:', 'www.gutenberg.org\\n\\nThis', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,\\nincluding', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to\\nsubscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.\\n\\n']]\n" + ] + } + ], + "source": [ + "prophet_1 = list(map(func, [prophet]))\n", + "print(prophet_1)" ] }, { @@ -70,11 +112,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['PROPHET\\n\\n|Almustafa,', 'the{7}', 'chosen', 'and', 'the\\nbeloved,', 'who', 'was', 'a', 'dawn', 'unto']\n" + ] + } + ], "source": [ - "# your code here" + "pword = prophet_1[0][:10]\n", + "print(pword)" ] }, { @@ -88,21 +139,30 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def reference(x):\n", - " '''\n", - " Input: A string\n", - " Output: The string with references removed\n", - " \n", - " Example:\n", - " Input: 'the{7}'\n", - " Output: 'the'\n", - " '''\n", - " \n", - " # your code here" + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['PROPHET\\n\\n|Almustafa,', 'the', 'chosen', 'and', 'the\\nbeloved,', 'who', 'was', 'a', 'dawn', 'unto', 'his', 'own\\nday,', 'had', 'waited', 'twelve', 'years', 'in', 'the', 'city\\nof', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to\\nreturn', 'and', 'bear', 'him', 'back', 'to', 'the', 'isle', 'of\\nhis', 'birth.\\n\\nAnd', 'in', 'the', 'twelfth', 'year,', 'on', 'the', 'seventh\\nday', 'of', 'Ielool,', 'the', 'month', 'of', 'reaping,', 'he\\nclimbed', 'the', 'hill', 'without', 'the', 'city', 'walls\\nand', 'looked', 'seaward;', 'and', 'he', 'beheld', 'his\\nship', 'coming', 'with', 'the', 'mist.\\n\\nThen', 'the', 'gates', 'of', 'his', 'heart', 'were', 'flung\\nopen,', 'and', 'his', 'joy', 'flew', 'far', 'over', 'the', 'sea.\\nAnd', 'he', 'closed', 'his', 'eyes', 'and', 'prayed', 'in', 'the\\nsilences', 'of', 'his', 'soul.\\n\\n*****\\n\\nBut', 'as', 'he', 'descended', 'the', 'hill,', 'a', 'sadness\\ncame', 'upon', 'him,', 'and', 'he', 'thought', 'in', 'his\\nheart:\\n\\nHow', 'shall', 'I', 'go', 'in', 'peace', 'and', 'without\\nsorrow?', 'Nay,', 'not', 'without', 'a', 'wound', 'in', 'the\\nspirit', 'shall', 'I', 'leave', 'this', 'city.', '', 'the', 'days', 'of', 'pain', 'I', 'have', 'spent\\nwithin', 'its', 'walls,', 'and', 'long', 'were', 'the\\nnights', 'of', 'aloneness;', 'and', 'who', 'can', 'depart\\nfrom', 'his', 'pain', 'and', 'his', 'aloneness', 'without\\nregret?\\n\\nToo', 'many', 'fragments', 'of', 'the', 'spirit', 'have', 'I\\nscattered', 'in', 'these', 'streets,', 'and', 'too', 'many\\nare', 'the', 'children', 'of', 'my', 'longing', 'that', 'walk\\nnaked', 'among', 'these', 'hills,', 'and', 'I', 'cannot\\nwithdraw', 'from', 'them', 'without', 'a', 'burden', 'and\\nan', 'ache.\\n\\nIt', 'is', 'not', 'a', 'garment', 'I', 'cast', 'off', 'this\\nday,', 'but', 'a', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own\\nhands.\\n\\nNor', 'is', 'it', 'a', 'thought', 'I', 'leave', 'behind', 'me,\\nbut', 'a', 'heart', 'made', 'sweet', 'with', 'hunger', 'and\\nwith', 'thirst.\\n\\n*****\\n\\nYet', 'I', 'cannot', 'tarry', 'longer.\\n\\nThe', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her\\ncalls', 'me,', 'and', 'I', 'must', 'embark.\\n\\nFor', 'to', 'stay,', 'though', 'the', 'hours', 'burn', 'in\\nthe', 'night,', 'is', 'to', 'freeze', 'and', 'crystallize\\nand', 'be', 'bound', 'in', 'a', 'mould.\\n\\nFain', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is\\nhere.', 'But', 'how', 'shall', 'I?\\n\\nA', 'voice', 'cannot', 'carry', 'the', 'tongue', 'and\\n', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone\\nmust', 'it', 'seek', 'the', 'ether.\\n\\nAnd', 'alone', 'and', 'without', 'his', 'nest', 'shall', 'the\\neagle', 'fly', 'across', 'the', 'sun.\\n\\n*****\\n\\nNow', 'when', 'he', 'reached', 'the', 'foot', 'of', 'the\\nhill,', 'he', 'turned', 'again', 'towards', 'the', 'sea,\\nand', 'he', 'saw', 'his', 'ship', 'approaching', 'the\\nharbour,', 'and', 'upon', 'her', 'prow', 'the', 'mariners,\\nthe', 'men', 'of', 'his', 'own', 'land.\\n\\nAnd', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'and', 'he\\nsaid:\\n\\nSons', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of\\nthe', 'tides,\\n\\nHow', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.\\nAnd', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which\\nis', 'my', 'deeper', 'dream.\\n\\nReady', 'am', 'I', 'to', 'go,', 'and', 'my', 'eagerness', 'with\\nsails', 'full', 'set', 'awaits', 'the', 'wind.\\n\\nOnly', 'another', 'breath', 'will', 'I', 'breathe', 'in\\nthis', 'still', 'air,', 'only', 'another', 'loving', 'look\\ncast', 'backward,\\n\\nAnd', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'a\\nseafarer', 'among', 'seafarers.', '', 'you,\\nvast', 'sea,', 'sleepless', 'mother,\\n\\nWho', 'alone', 'are', 'peace', 'and', 'freedom', 'to', 'the\\nriver', 'and', 'the', 'stream,\\n\\nOnly', 'another', 'winding', 'will', 'this', 'stream\\nmake,', 'only', 'another', 'murmur', 'in', 'this', 'glade,\\n\\nAnd', 'then', 'shall', 'I', 'come', 'to', 'you,', 'a\\nboundless', 'drop', 'to', 'a', 'boundless', 'ocean.\\n\\n*****\\n\\nAnd', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men\\nand', 'women', 'leaving', 'their', 'fields', 'and', 'their\\nvineyards', 'and', 'hastening', 'towards', 'the', 'city\\ngates.\\n\\nAnd', 'he', 'heard', 'their', 'voices', 'calling', 'his\\nname,', 'and', 'shouting', 'from', 'field', 'to', 'field\\ntelling', 'one', 'another', 'of', 'the', 'coming', 'of', 'his\\nship.\\n\\nAnd', 'he', 'said', 'to', 'himself:\\n\\nShall', 'the', 'day', 'of', 'parting', 'be', 'the', 'day', 'of\\ngathering?\\n\\nAnd', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in\\ntruth', 'my', 'dawn?\\n\\nAnd', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has\\nleft', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to\\nhim', 'who', 'has', 'stopped', 'the', 'wheel', 'of', 'his\\nwinepress?', '', 'my', 'heart', 'become', 'a\\ntree', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may\\ngather', 'and', 'give', 'unto', 'them?\\n\\nAnd', 'shall', 'my', 'desires', 'flow', 'like', 'a\\nfountain', 'that', 'I', 'may', 'fill', 'their', 'cups?\\n\\nAm', 'I', 'a', 'harp', 'that', 'the', 'hand', 'of', 'the', 'mighty\\nmay', 'touch', 'me,', 'or', 'a', 'flute', 'that', 'his', 'breath\\nmay', 'pass', 'through', 'me?\\n\\nA', 'seeker', 'of', 'silences', 'am', 'I,', 'and', 'what\\ntreasure', 'have', 'I', 'found', 'in', 'silences', 'that', 'I\\nmay', 'dispense', 'with', 'confidence?\\n\\nIf', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what\\nfields', 'have', 'I', 'sowed', 'the', 'seed,', 'and', 'in\\nwhat', 'unremembered', 'seasons?\\n\\nIf', 'this', 'indeed', 'be', 'the', 'hour', 'in', 'which', 'I\\nlift', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame\\nthat', 'shall', 'burn', 'therein.\\n\\nEmpty', 'and', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,\\n\\nAnd', 'the', 'guardian', 'of', 'the', 'night', 'shall', 'fill\\nit', 'with', 'oil', 'and', 'he', 'shall', 'light', 'it', 'also.\\n\\n*****\\n\\nThese', 'things', 'he', 'said', 'in', 'words.', 'But', 'much\\nin', 'his', 'heart', 'remained', 'unsaid.', 'For', '', 'could', 'not', 'speak', 'his', 'deeper\\nsecret.\\n\\n*****\\n\\n[Illustration:', '0020]\\n\\nAnd', 'when', 'he', 'entered', 'into', 'the', 'city', 'all\\nthe', 'people', 'came', 'to', 'meet', 'him,', 'and', 'they\\nwere', 'crying', 'out', 'to', 'him', 'as', 'with', 'one\\nvoice.\\n\\nAnd', 'the', 'elders', 'of', 'the', 'city', 'stood', 'forth\\nand', 'said:\\n\\nGo', 'not', 'yet', 'away', 'from', 'us.\\n\\nA', 'noontide', 'have', 'you', 'been', 'in', 'our\\ntwilight,', 'and', 'your', 'youth', 'has', 'given', 'us\\ndreams', 'to', 'dream.\\n\\nNo', 'stranger', 'are', 'you', 'among', 'us,', 'nor\\na', 'guest,', 'but', 'our', 'son', 'and', 'our', 'dearly\\nbeloved.\\n\\nSuffer', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for\\nyour', 'face.\\n\\n*****\\n\\nAnd', 'the', 'priests', 'and', 'the', 'priestesses', 'said\\nunto', 'him:\\n\\nLet', 'not', 'the', 'waves', 'of', 'the', 'sea', 'separate', 'us\\nnow,', 'and', 'the', 'years', 'you', 'have', 'spent', 'in', 'our\\nmidst', 'become', 'a', 'memory.\\n\\nYou', 'have', 'walked', 'among', 'us', 'a', 'spirit,\\n', 'your', 'shadow', 'has', 'been', 'a', 'light\\nupon', 'our', 'faces.\\n\\nMuch', 'have', 'we', 'loved', 'you.', 'But', 'speechless\\nwas', 'our', 'love,', 'and', 'with', 'veils', 'has', 'it', 'been\\nveiled.\\n\\nYet', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'and\\nwould', 'stand', 'revealed', 'before', 'you.\\n\\nAnd', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows\\nnot', 'its', 'own', 'depth', 'until', 'the', 'hour', 'of\\nseparation.\\n\\n*****\\n\\nAnd', 'others', 'came', 'also', 'and', 'entreated', 'him.\\nBut', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent\\nhis', 'head;', 'and', 'those', 'who', 'stood', 'near', 'saw\\nhis', 'tears', 'falling', 'upon', 'his', 'breast.\\n\\nAnd', 'he', 'and', 'the', 'people', 'proceeded', 'towards\\nthe', 'great', 'square', 'before', 'the', 'temple.\\n\\nAnd', 'there', 'came', 'out', 'of', 'the', 'sanctuary', 'a\\nwoman', 'whose', 'name', 'was', 'Almitra.', 'And', 'she\\nwas', 'a', 'seeress.\\n\\nAnd', 'he', 'looked', 'upon', 'her', 'with', 'exceeding\\ntenderness,', 'for', 'it', 'was', 'she', 'who', 'had', 'first\\nsought', 'and', 'believed', 'in', 'him', 'when', 'he', 'had\\nbeen', 'but', 'a', 'day', 'in', 'their', 'city.', '', 'hailed', 'him,', 'saying:\\n\\nProphet', 'of', 'God,', 'in', 'quest', 'of', 'the\\nuttermost,', 'long', 'have', 'you', 'searched', 'the\\ndistances', 'for', 'your', 'ship.\\n\\nAnd', 'now', 'your', 'ship', 'has', 'come,', 'and', 'you', 'must\\nneeds', 'go.\\n\\nDeep', 'is', 'your', 'longing', 'for', 'the', 'land', 'of\\nyour', 'memories', 'and', 'the', 'dwelling', 'place\\nof', 'your', 'greater', 'desires;', 'and', 'our', 'love\\nwould', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold\\nyou.\\n\\nYet', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that\\nyou', 'speak', 'to', 'us', 'and', 'give', 'us', 'of', 'your\\ntruth.\\n\\nAnd', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,\\nand', 'they', 'unto', 'their', 'children,', 'and', 'it\\nshall', 'not', 'perish.\\n\\nIn', 'your', 'aloneness', 'you', 'have', 'watched', 'with\\nour', 'days,', 'and', 'in', 'your', 'wakefulness', 'you\\nhave', 'listened', 'to', 'the', 'weeping', 'and', 'the\\nlaughter', 'of', 'our', 'sleep.\\n\\nNow', 'therefore', 'disclose', 'us', 'to', 'ourselves,\\nand', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown\\nyou', 'of', 'that', 'which', 'is', 'between', 'birth', 'and\\ndeath.\\n\\n*****\\n\\nAnd', 'he', 'answered,\\n\\nPeople', 'of', 'Orphalese,', 'of', 'what', 'can', 'I\\n', 'save', 'of', 'that', 'which', 'is', 'even', 'now\\nmoving', 'within', 'your', 'souls?\\n\\n*****', '*****\\n\\nThen', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of\\n_Love_.\\n\\nAnd', 'he', 'raised', 'his', 'head', 'and', 'looked', 'upon\\nthe', 'people,', 'and', 'there', 'fell', 'a', 'stillness\\nupon', 'them.', 'And', 'with', 'a', 'great', 'voice', 'he\\nsaid:\\n\\nWhen', 'love', 'beckons', 'to', 'you,', 'follow', 'him,\\n\\nThough', 'his', 'ways', 'are', 'hard', 'and', 'steep.\\n\\nAnd', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to\\nhim,\\n\\nThough', 'the', 'sword', 'hidden', 'among', 'his\\npinions', 'may', 'wound', 'you.\\n\\nAnd', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in\\nhim,\\n\\nThough', 'his', 'voice', 'may', 'shatter', 'your', 'dreams\\nas', 'the', 'north', 'wind', 'lays', 'waste', 'the', 'garden.\\n\\nFor', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall\\nhe', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your\\ngrowth', 'so', 'is', 'he', 'for', 'your', 'pruning.\\n\\nEven', 'as', 'he', 'ascends', 'to', 'your', 'height', 'and\\n', 'your', 'tenderest', 'branches\\nthat', 'quiver', 'in', 'the', 'sun,\\n\\nSo', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'and\\nshake', 'them', 'in', 'their', 'clinging', 'to', 'the\\nearth.\\n\\n*****\\n\\nLike', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto\\nhimself.\\n\\nHe', 'threshes', 'you', 'to', 'make', 'you', 'naked.\\n\\nHe', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your\\nhusks.\\n\\nHe', 'grinds', 'you', 'to', 'whiteness.\\n\\nHe', 'kneads', 'you', 'until', 'you', 'are', 'pliant;\\n\\nAnd', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred\\nfire,', 'that', 'you', 'may', 'become', 'sacred', 'bread\\nfor', 'God’s', 'sacred', 'feast.\\n\\n*****\\n\\nAll', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you\\nthat', 'you', 'may', 'know', 'the', 'secrets', 'of', 'your\\nheart,', 'and', 'in', 'that', 'knowledge', 'become', 'a\\nfragment', 'of', 'Life’s', 'heart.\\n\\nBut', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only\\nlove’s', 'peace', 'and', 'love’s', 'pleasure,\\n\\nThen', 'it', 'is', 'better', 'for', 'you', 'that', 'you\\ncover', '', 'nakedness', 'and', 'pass', 'out', 'of\\nlove’s', 'threshing-floor,\\n\\nInto', 'the', 'seasonless', 'world', 'where', 'you\\nshall', 'laugh,', 'but', 'not', 'all', 'of', 'your\\nlaughter,', 'and', 'weep,', 'but', 'not', 'all', 'of', 'your\\ntears.\\n\\n*****\\n\\nLove', 'gives', 'naught', 'but', 'itself', 'and', 'takes\\nnaught', 'but', 'from', 'itself.\\n\\nLove', 'possesses', 'not', 'nor', 'would', 'it', 'be\\npossessed;\\n\\nFor', 'love', 'is', 'sufficient', 'unto', 'love.\\n\\nWhen', 'you', 'love', 'you', 'should', 'not', 'say,', '“God\\nis', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in\\nthe', 'heart', 'of', 'God.”\\n\\nAnd', 'think', 'not', 'you', 'can', 'direct', 'the', 'course\\nof', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you\\nworthy,', 'directs', 'your', 'course.\\n\\nLove', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil\\nitself.\\n\\nBut', 'if', 'you', 'love', 'and', 'must', 'needs', 'have\\ndesires,', 'let', 'these', 'be', 'your', 'desires:\\n\\nTo', 'melt', 'and', 'be', 'like', 'a', 'running', 'brook', 'that\\nsings', 'its', 'melody', 'to', 'the', 'night.', '', 'the', 'pain', 'of', 'too', 'much', 'tenderness.\\n\\nTo', 'be', 'wounded', 'by', 'your', 'own', 'understanding\\nof', 'love;\\n\\nAnd', 'to', 'bleed', 'willingly', 'and', 'joyfully.\\n\\nTo', 'wake', 'at', 'dawn', 'with', 'a', 'winged', 'heart', 'and\\ngive', 'thanks', 'for', 'another', 'day', 'of', 'loving;\\n\\nTo', 'rest', 'at', 'the', 'noon', 'hour', 'and', 'meditate\\nlove’s', 'ecstacy;\\n\\nTo', 'return', 'home', 'at', 'eventide', 'with\\ngratitude;\\n\\nAnd', 'then', 'to', 'sleep', 'with', 'a', 'prayer', 'for\\nthe', 'beloved', 'in', 'your', 'heart', 'and', 'a', 'song', 'of\\npraise', 'upon', 'your', 'lips.\\n\\n[Illustration:', '0029]\\n\\n*****', '*****\\n\\n', 'Almitra', 'spoke', 'again', 'and', 'said,\\nAnd', 'what', 'of', '_Marriage_', 'master?\\n\\nAnd', 'he', 'answered', 'saying:\\n\\nYou', 'were', 'born', 'together,', 'and', 'together', 'you\\nshall', 'be', 'forevermore.\\n\\nYou', 'shall', 'be', 'together', 'when', 'the', 'white\\nwings', 'of', 'death', 'scatter', 'your', 'days.\\n\\nAye,', 'you', 'shall', 'be', 'together', 'even', 'in', 'the\\nsilent', 'memory', 'of', 'God.\\n\\nBut', 'let', 'there', 'be', 'spaces', 'in', 'your\\ntogetherness,\\n\\nAnd', 'let', 'the', 'winds', 'of', 'the', 'heavens', 'dance\\nbetween', 'you.\\n\\n*****\\n\\nLove', 'one', 'another,', 'but', 'make', 'not', 'a', 'bond', 'of\\nlove:\\n\\nLet', 'it', 'rather', 'be', 'a', 'moving', 'sea', 'between\\nthe', 'shores', 'of', 'your', 'souls.\\n\\nFill', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from\\none', 'cup.\\n\\nGive', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat\\nnot', 'from', 'the', 'same', 'loaf.', '', 'and\\ndance', 'together', 'and', 'be', 'joyous,', 'but', 'let\\neach', 'one', 'of', 'you', 'be', 'alone,\\n\\nEven', 'as', 'the', 'strings', 'of', 'a', 'lute', 'are', 'alone\\nthough', 'they', 'quiver', 'with', 'the', 'same', 'music.\\n\\n*****\\n\\nGive', 'your', 'hearts,', 'but', 'not', 'into', 'each\\nother’s', 'keeping.\\n\\nFor', 'only', 'the', 'hand', 'of', 'Life', 'can', 'contain\\nyour', 'hearts.\\n\\nAnd', 'stand', 'together', 'yet', 'not', 'too', 'near\\ntogether:\\n\\nFor', 'the', 'pillars', 'of', 'the', 'temple', 'stand\\napart,\\n\\nAnd', 'the', 'oak', 'tree', 'and', 'the', 'cypress', 'grow\\nnot', 'in', 'each', 'other’s', 'shadow.\\n\\n[Illustration:', '0032]\\n\\n*****', '*****\\n\\n', 'a', 'woman', 'who', 'held', 'a', 'babe\\nagainst', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of\\n_Children_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'children', 'are', 'not', 'your', 'children.\\n\\nThey', 'are', 'the', 'sons', 'and', 'daughters', 'of\\nLife’s', 'longing', 'for', 'itself.\\n\\nThey', 'come', 'through', 'you', 'but', 'not', 'from', 'you,\\n\\nAnd', 'though', 'they', 'are', 'with', 'you', 'yet', 'they\\nbelong', 'not', 'to', 'you.\\n\\n*****\\n\\nYou', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your\\nthoughts,\\n\\nFor', 'they', 'have', 'their', 'own', 'thoughts.\\n\\nYou', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their\\nsouls,\\n\\nFor', 'their', 'souls', 'dwell', 'in', 'the', 'house', 'of\\ntomorrow,', 'which', 'you', 'cannot', 'visit,', 'not\\neven', 'in', 'your', 'dreams.\\n\\nYou', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek\\nnot', 'to', 'make', 'them', 'like', 'you.', '', 'goes', 'not', 'backward', 'nor', 'tarries', 'with\\nyesterday.\\n\\nYou', 'are', 'the', 'bows', 'from', 'which', 'your\\nchildren', 'as', 'living', 'arrows', 'are', 'sent\\nforth.\\n\\nThe', 'archer', 'sees', 'the', 'mark', 'upon', 'the', 'path\\nof', 'the', 'infinite,', 'and', 'He', 'bends', 'you', 'with\\nHis', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift\\nand', 'far.\\n\\nLet', 'your', 'bending', 'in', 'the', 'Archer’s', 'hand', 'be\\nfor', 'gladness;\\n\\nFor', 'even', 'as', 'he', 'loves', 'the', 'arrow', 'that\\nflies,', 'so', 'He', 'loves', 'also', 'the', 'bow', 'that', 'is\\nstable.\\n\\n*****', '*****\\n\\n', 'said', 'a', 'rich', 'man,', 'Speak', 'to', 'us', 'of\\n_Giving_.\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'give', 'but', 'little', 'when', 'you', 'give', 'of\\nyour', 'possessions.\\n\\nIt', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you\\ntruly', 'give.\\n\\nFor', 'what', 'are', 'your', 'possessions', 'but', 'things\\nyou', 'keep', 'and', 'guard', 'for', 'fear', 'you', 'may', 'need\\nthem', 'tomorrow?\\n\\nAnd', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring\\nto', 'the', 'overprudent', 'dog', 'burying', 'bones\\nin', 'the', 'trackless', 'sand', 'as', 'he', 'follows', 'the\\npilgrims', 'to', 'the', 'holy', 'city?\\n\\nAnd', 'what', 'is', 'fear', 'of', 'need', 'but', 'need\\nitself?\\n\\nIs', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is\\nfull,', 'the', 'thirst', 'that', 'is', 'unquenchable?\\n\\nThere', 'are', 'those', 'who', 'give', 'little', 'of', 'the\\n', 'which', 'they', 'have--and', 'they', 'give\\nit', 'for', 'recognition', 'and', 'their', 'hidden\\ndesire', 'makes', 'their', 'gifts', 'unwholesome.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'little', 'and\\ngive', 'it', 'all.\\n\\nThese', 'are', 'the', 'believers', 'in', 'life', 'and\\nthe', 'bounty', 'of', 'life,', 'and', 'their', 'coffer', 'is\\nnever', 'empty.\\n\\nThere', 'are', 'those', 'who', 'give', 'with', 'joy,', 'and\\nthat', 'joy', 'is', 'their', 'reward.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,\\nand', 'that', 'pain', 'is', 'their', 'baptism.\\n\\nAnd', 'there', 'are', 'those', 'who', 'give', 'and', 'know\\nnot', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek\\njoy,', 'nor', 'give', 'with', 'mindfulness', 'of\\nvirtue;\\n\\nThey', 'give', 'as', 'in', 'yonder', 'valley', 'the', 'myrtle\\nbreathes', 'its', 'fragrance', 'into', 'space.\\n\\nThrough', 'the', 'hands', 'of', 'such', 'as', 'these', 'God\\nspeaks,', 'and', 'from', 'behind', 'their', 'eyes', 'He\\nsmiles', 'upon', 'the', 'earth.\\n\\n[Illustration:', '0039]\\n\\nIt', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it\\nis', 'better', 'to', 'give', 'unasked,', 'through\\nunderstanding;\\n\\nAnd', 'to', 'the', 'open-handed', 'the', 'search', 'for\\n', 'who', 'shall', 'receive', 'is', 'joy', 'greater\\nthan', 'giving.\\n\\nAnd', 'is', 'there', 'aught', 'you', 'would', 'withhold?\\n\\nAll', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;\\n\\nTherefore', 'give', 'now,', 'that', 'the', 'season\\nof', 'giving', 'may', 'be', 'yours', 'and', 'not', 'your\\ninheritors’.\\n\\nYou', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only\\nto', 'the', 'deserving.”\\n\\nThe', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,\\nnor', 'the', 'flocks', 'in', 'your', 'pasture.\\n\\nThey', 'give', 'that', 'they', 'may', 'live,', 'for', 'to\\nwithhold', 'is', 'to', 'perish.\\n\\nSurely', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his\\ndays', 'and', 'his', 'nights,', 'is', 'worthy', 'of', 'all\\nelse', 'from', 'you.\\n\\nAnd', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from\\nthe', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his\\ncup', 'from', 'your', 'little', 'stream.\\n\\nAnd', 'what', 'desert', 'greater', 'shall', 'there', 'be,\\nthan', 'that', 'which', 'lies', 'in', 'the', 'courage\\nand', 'the', 'confidence,', 'nay', 'the', 'charity,', 'of\\nreceiving?\\n\\nAnd', 'who', 'are', 'you', 'that', 'men', 'should', 'rend\\n', 'bosom', 'and', 'unveil', 'their', 'pride,\\nthat', 'you', 'may', 'see', 'their', 'worth', 'naked', 'and\\ntheir', 'pride', 'unabashed?\\n\\nSee', 'first', 'that', 'you', 'yourself', 'deserve', 'to\\nbe', 'a', 'giver,', 'and', 'an', 'instrument', 'of', 'giving.\\n\\nFor', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto\\nlife--while', 'you,', 'who', 'deem', 'yourself', 'a\\ngiver,', 'are', 'but', 'a', 'witness.\\n\\nAnd', 'you', 'receivers--and', 'you', 'are\\nall', 'receivers--assume', 'no', 'weight', 'of\\ngratitude,', 'lest', 'you', 'lay', 'a', 'yoke', 'upon\\nyourself', 'and', 'upon', 'him', 'who', 'gives.\\n\\nRather', 'rise', 'together', 'with', 'the', 'giver', 'on\\nhis', 'gifts', 'as', 'on', 'wings;\\n\\nFor', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is\\nito', 'doubt', 'his', 'generosity', 'who', 'has', 'the\\nfreehearted', 'earth', 'for', 'mother,', 'and', 'God\\nfor', 'father.\\n\\n[Illustration:', '0042]\\n\\n*****', '*****\\n\\n', 'an', 'old', 'man,', 'a', 'keeper', 'of', 'an\\ninn,', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'and\\nDrinking_.\\n\\nAnd', 'he', 'said:\\n\\nWould', 'that', 'you', 'could', 'live', 'on', 'the\\nfragrance', 'of', 'the', 'earth,', 'and', 'like', 'an', 'air\\nplant', 'be', 'sustained', 'by', 'the', 'light.\\n\\nBut', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'and', 'rob\\nthe', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to\\nquench', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'an\\nact', 'of', 'worship,\\n\\nAnd', 'let', 'your', 'board', 'stand', 'an', 'altar', 'on\\nwhich', 'the', 'pure', 'and', 'the', 'innocent', 'of\\nforest', 'and', 'plain', 'are', 'sacrificed', 'for', 'that\\nwhich', 'is', 'purer', 'and', 'still', 'more', 'innocent\\nin', 'man.\\n\\n*****\\n\\nWhen', 'you', 'kill', 'a', 'beast', 'say', 'to', 'him', 'in', 'your\\nheart,\\n\\n“By', 'the', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too\\nam', 'slain;', 'and', 'I', 'too', 'shall', 'be', 'consumed.\\n', 'the', 'law', 'that', 'delivered', 'you', 'into\\nmy', 'hand', 'shall', 'deliver', 'me', 'into', 'a', 'mightier\\nhand.\\n\\nYour', 'blood', 'and', 'my', 'blood', 'is', 'naught', 'but\\nthe', 'sap', 'that', 'feeds', 'the', 'tree', 'of', 'heaven.”\\n\\n*****\\n\\nAnd', 'when', 'you', 'crush', 'an', 'apple', 'with', 'your\\nteeth,', 'say', 'to', 'it', 'in', 'your', 'heart,\\n\\n“Your', 'seeds', 'shall', 'live', 'in', 'my', 'body,\\n\\nAnd', 'the', 'buds', 'of', 'your', 'tomorrow', 'shall\\nblossom', 'in', 'my', 'heart,\\n\\nAnd', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,\\nAnd', 'together', 'we', 'shall', 'rejoice', 'through\\nall', 'the', 'seasons.”\\n\\n*****\\n\\nAnd', 'in', 'the', 'autumn,', 'when', 'you', 'gather\\nthe', 'grapes', 'of', 'your', 'vineyards', 'for', 'the\\nwinepress,', 'say', 'in', 'your', 'heart,\\n\\n“I', 'too', 'am', 'a', 'vineyard,', 'and', 'my', 'fruit', 'shall\\nbe', 'gathered', 'for', 'the', 'winepress,\\n\\nAnd', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in\\neternal', 'vessels.”\\n\\nAnd', 'in', 'winter,', 'when', 'you', 'draw', 'the', 'wine,\\n', 'there', 'be', 'in', 'your', 'heart', 'a', 'song\\nfor', 'each', 'cup;\\n\\nAnd', 'let', 'there', 'be', 'in', 'the', 'song', 'a\\nremembrance', 'for', 'the', 'autumn', 'days,', 'and', 'for\\nthe', 'vineyard,', 'and', 'for', 'the', 'winepress.\\n\\n*****\\n*****\\n\\n', 'Then', 'a', 'ploughman', 'said,', 'Speak\\nto', 'us', 'of', '_Work_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'the\\nearth', 'and', 'the', 'soul', 'of', 'the', 'earth.\\n\\nFor', 'to', 'be', 'idle', 'is', 'to', 'become', 'a', 'stranger\\nunto', 'the', 'seasons,', 'and', 'to', 'step', 'out', 'of\\nlife’s', 'procession,', 'that', 'marches', 'in\\nmajesty', 'and', 'proud', 'submission', 'towards', 'the\\ninfinite.\\n\\nWhen', 'you', 'work', 'you', 'are', 'a', 'flute', 'through\\nwhose', 'heart', 'the', 'whispering', 'of', 'the', 'hours\\nturns', 'to', 'music.\\n\\nWhich', 'of', 'you', 'would', 'be', 'a', 'reed,', 'dumb', 'and\\nsilent,', 'when', 'all', 'else', 'sings', 'together', 'in\\nunison?\\n\\nAlways', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'a\\ncurse', 'and', 'labour', 'a', 'misfortune.\\n\\nBut', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you\\nfulfil', 'a', 'part', 'of', 'earth’s', 'furthest', 'dream,\\n', 'to', 'you', 'when', 'that', 'dream', 'was\\nborn,\\n\\nAnd', 'in', 'keeping', 'yourself', 'with', 'labour', 'you\\nare', 'in', 'truth', 'loving', 'life,\\n\\nAnd', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be\\nintimate', 'with', 'life’s', 'inmost', 'secret.\\n\\n*****\\n\\nBut', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'an\\naffliction', 'and', 'the', 'support', 'of', 'the', 'flesh\\na', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I\\nanswer', 'that', 'naught', 'but', 'the', 'sweat', 'of\\nyour', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is\\nwritten.\\n\\nYou', 'have', 'been', 'told', 'also', 'that', 'life', 'is\\ndarkness,', 'and', 'in', 'your', 'weariness', 'you', 'echo\\nwhat', 'was', 'said', 'by', 'the', 'weary.\\n\\nAnd', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness\\n‘save', 'when', 'there', 'is', 'urge,\\n\\nAnd', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is\\nknowledge,\\n\\nAnd', 'all', 'knowledge', 'is', 'vain', 'save', 'when\\nthere', 'is', 'work,\\n\\nAnd', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is\\nlove;\\n\\nAnd', 'when', 'you', 'work', 'with', 'love', 'you', 'bind\\n', 'to', 'yourself,', 'and', 'to', 'one\\nanother,', 'and', 'to', 'God.\\n\\n*****\\n\\nAnd', 'what', 'is', 'it', 'to', 'work', 'with', 'love?\\n\\nIt', 'is', 'to', 'weave', 'the', 'cloth', 'with', 'threads\\ndrawn', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your\\nbeloved', 'were', 'to', 'wear', 'that', 'cloth.\\n\\nIt', 'is', 'to', 'build', 'a', 'house', 'with', 'affection,\\neven', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in\\nthat', 'house.\\n\\nIt', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'and\\nreap', 'the', 'harvest', 'with', 'joy,', 'even', 'as', 'if\\nyour', 'beloved', 'were', 'to', 'eat', 'the', 'fruit.\\n\\nIt', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion\\nwith', 'a', 'breath', 'of', 'your', 'own', 'spirit,\\n\\nAnd', 'to', 'know', 'that', 'all', 'the', 'blessed', 'dead\\nare', 'standing', 'about', 'you', 'and', 'watching.\\n\\nOften', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if\\nspeaking', 'in', 'sleep,', '“He', 'who', 'works', 'in\\nmarble,', 'and', 'finds', 'the', 'shape', 'of', 'his', 'own\\nsoul', 'in', 'the', 'stone,', 'is', 'nobler', 'than', 'he', 'who\\nploughs', 'the', 'soil.', '', 'he', 'who', 'seizes\\nthe', 'rainbow', 'to', 'lay', 'it', 'on', 'a', 'cloth', 'in', 'the\\nlikeness', 'of', 'man,', 'is', 'more', 'than', 'he', 'who\\nmakes', 'the', 'sandals', 'for', 'our', 'feet.”\\n\\nBut', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'the\\noverwakefulness', 'of', 'noontide,', 'that', 'the\\nwind', 'speaks', 'not', 'more', 'sweetly', 'to', 'the\\ngiant', 'oaks', 'than', 'to', 'the', 'least', 'of', 'all', 'the\\nblades', 'of', 'grass;\\n\\nAnd', 'he', 'alone', 'is', 'great', 'who', 'turns', 'the\\nvoice', 'of', 'the', 'wind', 'into', 'a', 'song', 'made\\nsweeter', 'by', 'his', 'own', 'loving.\\n\\n*****\\n\\nWork', 'is', 'love', 'made', 'visible.\\n\\nAnd', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but\\nonly', 'with', 'distaste,', 'it', 'is', 'better', 'that\\nyou', 'should', 'leave', 'your', 'work', 'and', 'sit', 'at\\nthe', 'gate', 'of', 'the', 'temple', 'and', 'take', 'alms', 'of\\nthose', 'who', 'work', 'with', 'joy.\\n\\nFor', 'if', 'you', 'bake', 'bread', 'with', 'indifference,\\nyou', 'bake', 'a', 'bitter', 'bread', 'that', 'feeds', 'but\\nhalf', 'man’s', 'hunger.\\n\\nAnd', 'if', 'you', 'grudge', 'the', 'crushing', 'of', 'the\\ngrapes,', 'your', 'grudge', 'distils', 'a', 'poison', 'in\\nthe', 'wine.', '', 'if', 'you', 'sing', 'though', 'as\\nangels,', 'and', 'love', 'not', 'the', 'singing,', 'you\\nmuffle', 'man’s', 'ears', 'to', 'the', 'voices', 'of', 'the\\nday', 'and', 'the', 'voices', 'of', 'the', 'night.\\n\\n*****', '*****\\n\\n', 'a', 'woman', 'said,', 'Speak', 'to', 'us', 'of\\n_Joy', 'and', 'Sorrow_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'joy', 'is', 'your', 'sorrow', 'unmasked.\\n\\nAnd', 'the', 'selfsame', 'well', 'from', 'which', 'your\\nlaughter', 'rises', 'was', 'oftentimes', 'filled\\nwith', 'your', 'tears.\\n\\nAnd', 'how', 'else', 'can', 'it', 'be?\\n\\nThe', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your\\nbeing,', 'the', 'more', 'joy', 'you', 'can', 'contain.\\n\\nIs', 'not', 'the', 'cup', 'that', 'holds', 'your', 'wine', 'the\\nvery', 'cup', 'that', 'was', 'burned', 'in', 'the', 'potter’s\\noven?\\n\\nAnd', 'is', 'not', 'the', 'lute', 'that', 'soothes', 'your\\nspirit,', 'the', 'very', 'wood', 'that', 'was', 'hollowed\\nwith', 'knives?\\n\\nWhen', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your\\nheart', 'and', 'you', 'shall', 'find', 'it', 'is', 'only\\nthat', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is\\ngiving', 'you', 'joy.\\n\\nWhen', 'you', 'are', 'sorrowful', 'look', 'again', 'in\\n', 'heart,', 'and', 'you', 'shall', 'see', 'that\\nin', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which\\nhas', 'been', 'your', 'delight.\\n\\n*****\\n\\nSome', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than\\nsorrow,”', 'and', 'others', 'say,', '“Nay,', 'sorrow', 'is\\nthe', 'greater.”\\n\\nBut', 'I', 'say', 'unto', 'you,', 'they', 'are\\ninseparable.\\n\\nTogether', 'they', 'come,', 'and', 'when', 'one', 'sits\\nalone', 'with', 'you', 'at', 'your', 'board,', 'remember\\nthat', 'the', 'other', 'is', 'asleep', 'upon', 'your', 'bed.\\n\\nVerily', 'you', 'are', 'suspended', 'like', 'scales\\nbetween', 'your', 'sorrow', 'and', 'your', 'joy.\\n\\nOnly', 'when', 'you', 'are', 'empty', 'are', 'you', 'at\\nstandstill', 'and', 'balanced.\\n\\nWhen', 'the', 'treasure-keeper', 'lifts', 'you', 'to\\nweigh', 'his', 'gold', 'and', 'his', 'silver,', 'needs\\nmust', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or\\nfall.\\n\\n*****', '*****\\n\\n', 'a', 'mason', 'came', 'forth', 'and', 'said,\\nSpeak', 'to', 'us', 'of', '_Houses_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nBuild', 'of', 'your', 'imaginings', 'a', 'bower', 'in', 'the\\nwilderness', 'ere', 'you', 'build', 'a', 'house', 'within\\nthe', 'city', 'walls.\\n\\nFor', 'even', 'as', 'you', 'have', 'home-comings', 'in\\nyour', 'twilight,', 'so', 'has', 'the', 'wanderer', 'in\\nyou,', 'the', 'ever', 'distant', 'and', 'alone.\\n\\nYour', 'house', 'is', 'your', 'larger', 'body.\\n\\nIt', 'grows', 'in', 'the', 'sun', 'and', 'sleeps', 'in', 'the\\nstillness', 'of', 'the', 'night;', 'and', 'it', 'is', 'not\\ndreamless.', 'Does', 'not', 'your', 'house', 'dream?\\nand', 'dreaming,', 'leave', 'the', 'city', 'for', 'grove\\nor', 'hilltop?\\n\\nWould', 'that', 'I', 'could', 'gather', 'your', 'houses\\ninto', 'my', 'hand,', 'and', 'like', 'a', 'sower', 'scatter\\nthem', 'in', 'forest', 'and', 'meadow.\\n\\nWould', 'the', 'valleys', 'were', 'your', 'streets,', 'and\\nthe', 'green', 'paths', 'your', 'alleys,', 'that', 'you\\n', 'seek', 'one', 'another', 'through\\nvineyards,', 'and', 'come', 'with', 'the', 'fragrance\\nof', 'the', 'earth', 'in', 'your', 'garments.\\n\\nBut', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.\\n\\nIn', 'their', 'fear', 'your', 'forefathers', 'gathered\\nyou', 'too', 'near', 'together.', 'And', 'that', 'fear\\nshall', 'endure', 'a', 'little', 'longer.', 'A', 'little\\nlonger', 'shall', 'your', 'city', 'walls', 'separate\\nyour', 'hearths', 'from', 'your', 'fields.\\n\\n*****\\n\\nAnd', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what\\nhave', 'you', 'in', 'these', 'houses?', 'And', 'what', 'is', 'it\\nyou', 'guard', 'with', 'fastened', 'doors?\\n\\nHave', 'you', 'peace,', 'the', 'quiet', 'urge', 'that\\nreveals', 'your', 'power?\\n\\nHave', 'you', 'remembrances,', 'the', 'glimmering\\narches', 'that', 'span', 'the', 'summits', 'of', 'the\\nmind?\\n\\nHave', 'you', 'beauty,', 'that', 'leads', 'the', 'heart\\nfrom', 'things', 'fashioned', 'of', 'wood', 'and', 'stone\\nto', 'the', 'holy', 'mountain?\\n\\nTell', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?\\n\\nOr', 'have', 'you', 'only', 'comfort,', 'and', 'the', 'lust\\nfor', 'comfort,', 'that', 'stealthy', 'thing', 'that\\n', 'the', 'house', 'a', 'guest,', 'and', 'then\\nbecomes', 'a', 'host,', 'and', 'then', 'a', 'master?\\n\\n*****\\n\\nAy,', 'and', 'it', 'becomes', 'a', 'tamer,', 'and', 'with\\nhook', 'and', 'scourge', 'makes', 'puppets', 'of', 'your\\nlarger', 'desires.\\n\\nThough', 'its', 'hands', 'are', 'silken,', 'its', 'heart\\nis', 'of', 'iron.\\n\\nIt', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by\\nyour', 'bed', 'and', 'jeer', 'at', 'the', 'dignity', 'of', 'the\\nflesh.\\n\\nIt', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'and\\nlays', 'them', 'in', 'thistledown', 'like', 'fragile\\nvessels.\\n\\nVerily', 'the', 'lust', 'for', 'comfort', 'murders\\nthe', 'passion', 'of', 'the', 'soul,', 'and', 'then', 'walks\\ngrinning', 'in', 'the', 'funeral.\\n\\nBut', 'you,', 'children', 'of', 'space,', 'you', 'restless\\nin', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor\\ntamed.\\n\\nYour', 'house', 'shall', 'be', 'not', 'an', 'anchor', 'but', 'a\\nmast.\\n\\nIt', 'shall', 'not', 'be', 'a', 'glistening', 'film', 'that\\n', 'a', 'wound,', 'but', 'an', 'eyelid', 'that\\nguards', 'the', 'eye.\\n\\nYou', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you\\nmay', 'pass', 'through', 'doors,', 'nor', 'bend', 'your\\nheads', 'that', 'they', 'strike', 'not', 'against', 'a\\nceiling,', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls\\nshould', 'crack', 'and', 'fall', 'down.\\n\\nYou', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'the\\ndead', 'for', 'the', 'living.\\n\\nAnd', 'though', 'of', 'magnificence', 'and\\nsplendour,', 'your', 'house', 'shall', 'not', 'hold\\nyour', 'secret', 'nor', 'shelter', 'your', 'longing.\\n\\nFor', 'that', 'which', 'is', 'boundless', 'in', 'you\\nabides', 'in', 'the', 'mansion', 'of', 'the', 'sky,', 'whose\\ndoor', 'is', 'the', 'morning', 'mist,', 'and', 'whose\\nwindows', 'are', 'the', 'songs', 'and', 'the', 'silences\\nof', 'night.\\n\\n*****', '*****\\n\\n', 'the', 'weaver', 'said,', 'Speak', 'to', 'us', 'of\\n_Clothes_.\\n\\nAnd', 'he', 'answered:\\n\\nYour', 'clothes', 'conceal', 'much', 'of', 'your\\nbeauty,', 'yet', 'they', 'hide', 'not', 'the\\nunbeautiful.\\n\\nAnd', 'though', 'you', 'seek', 'in', 'garments', 'the\\nfreedom', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them\\na', 'harness', 'and', 'a', 'chain.\\n\\nWould', 'that', 'you', 'could', 'meet', 'the', 'sun', 'and\\nthe', 'wind', 'with', 'more', 'of', 'your', 'skin', 'and', 'less\\nof', 'your', 'raiment,\\n\\nFor', 'the', 'breath', 'of', 'life', 'is', 'in', 'the\\nsunlight', 'and', 'the', 'hand', 'of', 'life', 'is', 'in', 'the\\nwind.\\n\\nSome', 'of', 'you', 'say,', '“It', 'is', 'the', 'north', 'wind\\nwho', 'has', 'woven', 'the', 'clothes', 'we', 'wear.”\\n\\nAnd', 'I', 'say,', 'Ay,', 'it', 'was', 'the', 'north', 'wind,\\n\\nBut', 'shame', 'was', 'his', 'loom,', 'and', 'the\\nsoftening', 'of', 'the', 'sinews', 'was', 'his', 'thread.\\n\\nAnd', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in\\nthe', 'forest.', '', 'not', 'that', 'modesty\\nis', 'for', 'a', 'shield', 'against', 'the', 'eye', 'of', 'the\\nunclean.\\n\\nAnd', 'when', 'the', 'unclean', 'shall', 'be', 'no', 'more,\\nwhat', 'were', 'modesty', 'but', 'a', 'fetter', 'and', 'a\\nfouling', 'of', 'the', 'mind?\\n\\nAnd', 'forget', 'not', 'that', 'the', 'earth', 'delights\\nto', 'feel', 'your', 'bare', 'feet', 'and', 'the', 'winds\\nlong', 'to', 'play', 'with', 'your', 'hair.\\n\\n*****', '*****\\n\\n', 'a', 'merchant', 'said,', 'Speak', 'to', 'us', 'of\\n_Buying', 'and', 'Selling_.\\n\\nAnd', 'he', 'answered', 'and', 'said:\\n\\nTo', 'you', 'the', 'earth', 'yields', 'her', 'fruit,', 'and\\nyou', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how\\nto', 'fill', 'your', 'hands.\\n\\nIt', 'is', 'in', 'exchanging', 'the', 'gifts', 'of', 'the\\nearth', 'that', 'you', 'shall', 'find', 'abundance', 'and\\nbe', 'satisfied.\\n\\nYet', 'unless', 'the', 'exchange', 'be', 'in', 'love', 'and\\nkindly', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to\\ngreed', 'and', 'others', 'to', 'hunger.\\n\\nWhen', 'in', 'the', 'market', 'place', 'you', 'toilers', 'of\\nthe', 'sea', 'and', 'fields', 'and', 'vineyards', 'meet\\nthe', 'weavers', 'and', 'the', 'potters', 'and', 'the\\ngatherers', 'of', 'spices,--\\n\\nInvoke', 'then', 'the', 'master', 'spirit', 'of', 'the\\nearth,', 'to', 'come', 'into', 'your', 'midst', 'and\\nsanctify', 'the', 'scales', 'and', 'the', 'reckoning\\nthat', 'weighs', 'value', 'against', 'value.', '', 'not', 'the', 'barren-handed', 'to', 'take\\npart', 'in', 'your', 'transactions,', 'who', 'would\\nsell', 'their', 'words', 'for', 'your', 'labour.\\n\\nTo', 'such', 'men', 'you', 'should', 'say,\\n\\n“Come', 'with', 'us', 'to', 'the', 'field,', 'or', 'go', 'with\\nour', 'brothers', 'to', 'the', 'sea', 'and', 'cast', 'your\\nnet;\\n\\nFor', 'the', 'land', 'and', 'the', 'sea', 'shall', 'be\\nbountiful', 'to', 'you', 'even', 'as', 'to', 'us.”\\n\\n*****\\n\\nAnd', 'if', 'there', 'come', 'the', 'singers', 'and', 'the\\ndancers', 'and', 'the', 'flute', 'players,--buy', 'of\\ntheir', 'gifts', 'also.\\n\\nFor', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'and\\nfrankincense,', 'and', 'that', 'which', 'they', 'bring,\\nthough', 'fashioned', 'of', 'dreams,', 'is', 'raiment\\nand', 'food', 'for', 'your', 'soul.\\n\\nAnd', 'before', 'you', 'leave', 'the', 'market', 'place,\\nsee', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with\\nempty', 'hands.\\n\\nFor', 'the', 'master', 'spirit', 'of', 'the', 'earth', 'shall\\nnot', 'sleep', 'peacefully', 'upon', 'the', 'wind\\ntill', 'the', 'needs', 'of', 'the', 'least', 'of', 'you', 'are\\nsatisfied.\\n\\n*****', '*****\\n\\n', 'one', 'of', 'the', 'judges', 'of', 'the', 'city\\nstood', 'forth', 'and', 'said,', 'Speak', 'to', 'us', 'of\\n_Crime', 'and', 'Punishment_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nIt', 'is', 'when', 'your', 'spirit', 'goes', 'wandering\\nupon', 'the', 'wind,\\n\\nThat', 'you,', 'alone', 'and', 'unguarded,', 'commit\\na', 'wrong', 'unto', 'others', 'and', 'therefore', 'unto\\nyourself.\\n\\nAnd', 'for', 'that', 'wrong', 'committed', 'must', 'you\\nknock', 'and', 'wait', 'a', 'while', 'unheeded', 'at', 'the\\ngate', 'of', 'the', 'blessed.\\n\\nLike', 'the', 'ocean', 'is', 'your', 'god-self;\\n\\nIt', 'remains', 'for', 'ever', 'undefiled.\\n\\nAnd', 'like', 'the', 'ether', 'it', 'lifts', 'but', 'the\\nwinged.\\n\\nEven', 'like', 'the', 'sun', 'is', 'your', 'god-self;\\n\\nIt', 'knows', 'not', 'the', 'ways', 'of', 'the', 'mole', 'nor\\nseeks', 'it', 'the', 'holes', 'of', 'the', 'serpent.\\n', 'your', 'god-self', 'dwells', 'not', 'alone\\nin', 'your', 'being.\\n\\nMuch', 'in', 'you', 'is', 'still', 'man,', 'and', 'much', 'in\\nyou', 'is', 'not', 'yet', 'man,\\n\\nBut', 'a', 'shapeless', 'pigmy', 'that', 'walks', 'asleep\\nin', 'the', 'mist', 'searching', 'for', 'its', 'own\\nawakening.\\n\\nAnd', 'of', 'the', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.\\n\\nFor', 'it', 'is', 'he', 'and', 'not', 'your', 'god-self', 'nor\\nthe', 'pigmy', 'in', 'the', 'mist,', 'that', 'knows', 'crime\\nand', 'the', 'punishment', 'of', 'crime.\\n\\n*****\\n\\nOftentimes', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one\\nwho', 'commits', 'a', 'wrong', 'as', 'though', 'he', 'were\\nnot', 'one', 'of', 'you,', 'but', 'a', 'stranger', 'unto', 'you\\nand', 'an', 'intruder', 'upon', 'your', 'world.\\n\\nBut', 'I', 'say', 'that', 'even', 'as', 'the', 'holy', 'and', 'the\\nrighteous', 'cannot', 'rise', 'beyond', 'the', 'highest\\nwhich', 'is', 'in', 'each', 'one', 'of', 'you,\\n\\nSo', 'the', 'wicked', 'and', 'the', 'weak', 'cannot', 'fall\\nlower', 'than', 'the', 'lowest', 'which', 'is', 'in', 'you\\nalso.\\n\\nAnd', 'as', 'a', 'single', 'leaf', 'turns', 'not', 'yellow\\nbut', 'with', 'the', 'silent', 'knowledge', 'of', 'the\\nwhole', 'tree,', '', 'the', 'wrong-doer', 'cannot\\ndo', 'wrong', 'without', 'the', 'hidden', 'will', 'of', 'you\\nall.\\n\\nLike', 'a', 'procession', 'you', 'walk', 'together\\ntowards', 'your', 'god-self.\\n\\n[Illustration:', '0064]\\n\\nYou', 'are', 'the', 'way', 'and', 'the', 'wayfarers.\\n\\nAnd', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls\\nfor', 'those', 'behind', 'him,', 'a', 'caution', 'against\\nthe', 'stumbling', 'stone.\\n\\nAy,', 'and', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,\\nwho', 'though', 'faster', 'and', 'surer', 'of', 'foot,', 'yet\\nremoved', 'not', 'the', 'stumbling', 'stone.\\n\\nAnd', 'this', 'also,', 'though', 'the', 'word', 'lie', 'heavy\\nupon', 'your', 'hearts:\\n\\nThe', 'murdered', 'is', 'not', 'unaccountable', 'for\\nhis', 'own', 'murder,\\n\\nAnd', 'the', 'robbed', 'is', 'not', 'blameless', 'in', 'being\\nrobbed.\\n\\nThe', 'righteous', 'is', 'not', 'innocent', 'of', 'the\\ndeeds', 'of', 'the', 'wicked,\\n\\nAnd', 'the', 'white-handed', 'is', 'not', 'clean', 'in', 'the\\ndoings', 'of', 'the', 'felon.\\n\\nYea,', 'the', 'guilty', 'is', 'oftentimes', 'the', 'victim\\nof', 'the', 'injured,\\n\\nAnd', 'still', 'more', 'often', 'the', 'condemned', 'is\\n', 'burden', 'bearer', 'for', 'the', 'guiltless\\nand', 'unblamed.\\n\\nYou', 'cannot', 'separate', 'the', 'just', 'from', 'the\\nunjust', 'and', 'the', 'good', 'from', 'the', 'wicked;\\n\\nFor', 'they', 'stand', 'together', 'before', 'the', 'face\\nof', 'the', 'sun', 'even', 'as', 'the', 'black', 'thread', 'and\\nthe', 'white', 'are', 'woven', 'together.\\n\\nAnd', 'when', 'the', 'black', 'thread', 'breaks,', 'the\\nweaver', 'shall', 'look', 'into', 'the', 'whole', 'cloth,\\nand', 'he', 'shall', 'examine', 'the', 'loom', 'also.\\n\\n*****\\n\\nIf', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment\\nthe', 'unfaithful', 'wife,\\n\\nLet', 'him', 'also', 'weigh', 'the', 'heart', 'of', 'her\\nhusband', 'in', 'scales,', 'and', 'measure', 'his', 'soul\\nwith', 'measurements.\\n\\nAnd', 'let', 'him', 'who', 'would', 'lash', 'the', 'offender\\nlook', 'unto', 'the', 'spirit', 'of', 'the', 'offended.\\n\\nAnd', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'the\\nname', 'of', 'righteousness', 'and', 'lay', 'the', 'ax\\nunto', 'the', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its\\nroots;\\n\\nAnd', 'verily', 'he', 'will', 'find', 'the', 'roots', 'of', 'the\\ngood', 'and', 'the', 'bad,', 'the', 'fruitful', 'and', 'the\\n', 'all', 'entwined', 'together', 'in\\nthe', 'silent', 'heart', 'of', 'the', 'earth.\\n\\nAnd', 'you', 'judges', 'who', 'would', 'be', 'just,\\n\\nWhat', 'judgment', 'pronounce', 'you', 'upon', 'him\\nwho', 'though', 'honest', 'in', 'the', 'flesh', 'yet', 'is', 'a\\nthief', 'in', 'spirit?\\n\\nWhat', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays\\nin', 'the', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'the\\nspirit?\\n\\nAnd', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action\\nis', 'a', 'deceiver', 'and', 'an', 'oppressor,\\n\\nYet', 'who', 'also', 'is', 'aggrieved', 'and', 'outraged?\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'punish', 'those', 'whose\\nremorse', 'is', 'already', 'greater', 'than', 'their\\nmisdeeds?\\n\\nIs', 'not', 'remorse', 'the', 'justice', 'which', 'is\\nadministered', 'by', 'that', 'very', 'law', 'which', 'you\\nwould', 'fain', 'serve?\\n\\nYet', 'you', 'cannot', 'lay', 'remorse', 'upon', 'the\\ninnocent', 'nor', 'lift', 'it', 'from', 'the', 'heart', 'of\\nthe', 'guilty.\\n\\nUnbidden', 'shall', 'it', 'call', 'in', 'the', 'night,\\nthat', 'men', 'may', 'wake', 'and', 'gaze', 'upon\\nthemselves.', '', 'you', 'who', 'would\\nunderstand', 'justice,', 'how', 'shall', 'you', 'unless\\nyou', 'look', 'upon', 'all', 'deeds', 'in', 'the', 'fullness\\nof', 'light?\\n\\nOnly', 'then', 'shall', 'you', 'know', 'that', 'the', 'erect\\nand', 'the', 'fallen', 'are', 'but', 'one', 'man', 'standing\\nin', 'twilight', 'between', 'the', 'night', 'of', 'his\\npigmy-self', 'and', 'the', 'day', 'of', 'his', 'god-self,\\nAnd', 'that', 'the', 'corner-stone', 'of', 'the', 'temple\\nis', 'not', 'higher', 'than', 'the', 'lowest', 'stone', 'in\\nits', 'foundation.\\n\\n*****', '*****\\n\\n', 'a', 'lawyer', 'said,', 'But', 'what', 'of', 'our\\n_Laws_,', 'master?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'delight', 'in', 'laying', 'down', 'laws,\\n\\nYet', 'you', 'delight', 'more', 'in', 'breaking', 'them.\\n\\nLike', 'children', 'playing', 'by', 'the', 'ocean', 'who\\nbuild', 'sand-towers', 'with', 'constancy', 'and\\nthen', 'destroy', 'them', 'with', 'laughter.\\n\\nBut', 'while', 'you', 'build', 'your', 'sand-towers', 'the\\nocean', 'brings', 'more', 'sand', 'to', 'the', 'shore,\\n\\nAnd', 'when', 'you', 'destroy', 'them', 'the', 'ocean\\nlaughs', 'with', 'you.\\n\\nVerily', 'the', 'ocean', 'laughs', 'always', 'with', 'the\\ninnocent.\\n\\nBut', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not\\nan', 'ocean,', 'and', 'man-made', 'laws', 'are', 'not\\nsand-towers,\\n\\nBut', 'to', 'whom', 'life', 'is', 'a', 'rock,', 'and', 'the', 'law\\na', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it\\nin', 'their', 'own', 'likeness?', '', 'of', 'the\\ncripple', 'who', 'hates', 'dancers?\\n\\nWhat', 'of', 'the', 'ox', 'who', 'loves', 'his', 'yoke', 'and\\ndeems', 'the', 'elk', 'and', 'deer', 'of', 'the', 'forest\\nstray', 'and', 'vagrant', 'things?\\n\\nWhat', 'of', 'the', 'old', 'serpent', 'who', 'cannot', 'shed\\nhis', 'skin,', 'and', 'calls', 'all', 'others', 'naked', 'and\\nshameless?\\n\\nAnd', 'of', 'him', 'who', 'comes', 'early', 'to', 'the\\nwedding-feast,', 'and', 'when', 'over-fed', 'and\\ntired', 'goes', 'his', 'way', 'saying', 'that', 'all\\nfeasts', 'are', 'violation', 'and', 'all', 'feasters\\nlawbreakers?\\n\\n*****\\n\\nWhat', 'shall', 'I', 'say', 'of', 'these', 'save', 'that\\nthey', 'too', 'stand', 'in', 'the', 'sunlight,', 'but', 'with\\ntheir', 'backs', 'to', 'the', 'sun?\\n\\nThey', 'see', 'only', 'their', 'shadows,', 'and', 'their\\nshadows', 'are', 'their', 'laws.\\n\\nAnd', 'what', 'is', 'the', 'sun', 'to', 'them', 'but', 'a', 'caster\\nof', 'shadows?\\n\\nAnd', 'what', 'is', 'it', 'to', 'acknowledge', 'the\\nlaws', 'but', 'to', 'stoop', 'down', 'and', 'trace', 'their\\nshadows', 'upon', 'the', 'earth?\\n\\nBut', 'you', 'who', 'walk', 'facing', 'the', 'sun,', 'what\\n', 'drawn', 'on', 'the', 'earth', 'can', 'hold\\nyou?\\n\\nYou', 'who', 'travel', 'with', 'the', 'wind,', 'what\\nweather-vane', 'shall', 'direct', 'your', 'course?\\n\\nWhat', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you\\nbreak', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison\\ndoor?\\n\\nWhat', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance\\nbut', 'stumble', 'against', 'no', 'man’s', 'iron\\nchains?\\n\\nAnd', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to\\njudgment', 'if', 'you', 'tear', 'off', 'your', 'garment\\nyet', 'leave', 'it', 'in', 'no', 'man’s', 'path?\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'the\\ndrum,', 'and', 'you', 'can', 'loosen', 'the', 'strings\\nof', 'the', 'lyre,', 'but', 'who', 'shall', 'command', 'the\\nskylark', 'not', 'to', 'sing?\\n\\n*****', '*****\\n\\n', 'an', 'orator', 'said,', 'Speak', 'to', 'us', 'of\\n_Freedom_.\\n\\nAnd', 'he', 'answered:\\n\\nAt', 'the', 'city', 'gate', 'and', 'by', 'your', 'fireside\\nI', 'have', 'seen', 'you', 'prostrate', 'yourself', 'and\\nworship', 'your', 'own', 'freedom,\\n\\nEven', 'as', 'slaves', 'humble', 'themselves', 'before\\na', 'tyrant', 'and', 'praise', 'him', 'though', 'he', 'slays\\nthem.\\n\\nAy,', 'in', 'the', 'grove', 'of', 'the', 'temple', 'and', 'in\\nthe', 'shadow', 'of', 'the', 'citadel', 'I', 'have', 'seen\\nthe', 'freest', 'among', 'you', 'wear', 'their', 'freedom\\nas', 'a', 'yoke', 'and', 'a', 'handcuff.\\n\\nAnd', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you\\ncan', 'only', 'be', 'free', 'when', 'even', 'the', 'desire\\nof', 'seeking', 'freedom', 'becomes', 'a', 'harness\\nto', 'you,', 'and', 'when', 'you', 'cease', 'to', 'speak', 'of\\nfreedom', 'as', 'a', 'goal', 'and', 'a', 'fulfilment.\\n\\nYou', 'shall', 'be', 'free', 'indeed', 'when', 'your\\ndays', 'are', 'not', 'without', 'a', 'care', 'nor', 'your\\n', 'without', 'a', 'want', 'and', 'a', 'grief,\\n\\nBut', 'rather', 'when', 'these', 'things', 'girdle', 'your\\nlife', 'and', 'yet', 'you', 'rise', 'above', 'them', 'naked\\nand', 'unbound.\\n\\n*****\\n\\nAnd', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days\\nand', 'nights', 'unless', 'you', 'break', 'the\\nchains', 'which', 'you', 'at', 'the', 'dawn', 'of', 'your\\nunderstanding', 'have', 'fastened', 'around', 'your\\nnoon', 'hour?\\n\\nIn', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is\\nthe', 'strongest', 'of', 'these', 'chains,', 'though\\nits', 'links', 'glitter', 'in', 'the', 'sun', 'and', 'dazzle\\nyour', 'eyes.\\n\\nAnd', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your\\nown', 'self', 'you', 'would', 'discard', 'that', 'you', 'may\\nbecome', 'free?\\n\\nIf', 'it', 'is', 'an', 'unjust', 'law', 'you', 'would\\nabolish,', 'that', 'law', 'was', 'written', 'with', 'your\\nown', 'hand', 'upon', 'your', 'own', 'forehead.\\n\\nYou', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law\\nbooks', 'nor', 'by', 'washing', 'the', 'foreheads', 'of\\nyour', 'judges,', 'though', 'you', 'pour', 'the', 'sea\\nupon', 'them.\\n\\nAnd', 'if', 'it', 'is', 'a', 'despot', 'you', 'would\\n', 'see', 'first', 'that', 'his', 'throne\\nerected', 'within', 'you', 'is', 'destroyed.\\n\\nFor', 'how', 'can', 'a', 'tyrant', 'rule', 'the', 'free', 'and\\nthe', 'proud,', 'but', 'for', 'a', 'tyranny', 'in', 'their\\nown', 'freedom', 'and', 'a', 'shame', 'in', 'their', 'own\\npride?\\n\\nAnd', 'if', 'it', 'is', 'a', 'care', 'you', 'would', 'cast', 'off,\\nthat', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather\\nthan', 'imposed', 'upon', 'you.\\n\\nAnd', 'if', 'it', 'is', 'a', 'fear', 'you', 'would', 'dispel,\\nthe', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart\\nand', 'not', 'in', 'the', 'hand', 'of', 'the', 'feared.\\n\\n*****\\n\\nVerily', 'all', 'things', 'move', 'within', 'your', 'being\\nin', 'constant', 'half', 'embrace,', 'the', 'desired\\nand', 'the', 'dreaded,', 'the', 'repugnant', 'and', 'the\\ncherished,', 'the', 'pursued', 'and', 'that', 'which\\nyou', 'would', 'escape.\\n\\nThese', 'things', 'move', 'within', 'you', 'as', 'lights\\nand', 'shadows', 'in', 'pairs', 'that', 'cling.\\n\\nAnd', 'when', 'the', 'shadow', 'fades', 'and', 'is', 'no\\nmore,', 'the', 'light', 'that', 'lingers', 'becomes', 'a\\nshadow', 'to', 'another', 'light.\\n\\nAnd', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its\\nfetters', 'becomes', 'itself', 'the', 'fetter', 'of', 'a\\ngreater', 'freedom.\\n\\n*****', '*****\\n\\n', 'the', 'priestess', 'spoke', 'again\\nand', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'and\\nPassion_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'soul', 'is', 'oftentimes', 'a', 'battlefield,\\nupon', 'which', 'your', 'reason', 'and', 'your', 'judgment\\nwage', 'war', 'against', 'your', 'passion', 'and', 'your\\nappetite.\\n\\nWould', 'that', 'I', 'could', 'be', 'the', 'peacemaker', 'in\\nyour', 'soul,', 'that', 'I', 'might', 'turn', 'the', 'discord\\nand', 'the', 'rivalry', 'of', 'your', 'elements', 'into\\noneness', 'and', 'melody.\\n\\nBut', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves\\nbe', 'also', 'the', 'peacemakers,', 'nay,', 'the', 'lovers\\nof', 'all', 'your', 'elements?\\n\\nYour', 'reason', 'and', 'your', 'passion', 'are', 'the\\nrudder', 'and', 'the', 'sails', 'of', 'your', 'seafaring\\nsoul.\\n\\nIf', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be\\nbroken,', 'you', 'can', 'but', 'toss', 'and', 'drift,\\nor', 'else', 'be', 'held', 'at', 'a', 'standstill', 'in\\nmid-seas.', '', 'reason,', 'ruling', 'alone,\\nis', 'a', 'force', 'confining;', 'and', 'passion,\\nunattended,', 'is', 'a', 'flame', 'that', 'burns', 'to', 'its\\nown', 'destruction.\\n\\nTherefore', 'let', 'your', 'soul', 'exalt', 'your\\nreason', 'to', 'the', 'height', 'of', 'passion,', 'that', 'it\\nmay', 'sing;\\n\\nAnd', 'let', 'it', 'direct', 'your', 'passion', 'with\\nreason,', 'that', 'your', 'passion', 'may', 'live\\nthrough', 'its', 'own', 'daily', 'resurrection,\\nand', 'like', 'the', 'phoenix', 'rise', 'above', 'its', 'own\\nashes.\\n\\n*****\\n\\nI', 'would', 'have', 'you', 'consider', 'your', 'judgment\\nand', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two\\nloved', 'guests', 'in', 'your', 'house.\\n\\nSurely', 'you', 'would', 'not', 'honour', 'one', 'guest\\nabove', 'the', 'other;', 'for', 'he', 'who', 'is', 'more\\nmindful', 'of', 'one', 'loses', 'the', 'love', 'and', 'the\\nfaith', 'of', 'both\\n\\nAmong', 'the', 'hills,', 'when', 'you', 'sit', 'in', 'the\\ncool', 'shade', 'of', 'the', 'white', 'poplars,', 'sharing\\nthe', 'peace', 'and', 'serenity', 'of', 'distant', 'fields\\nand', 'meadows--then', 'let', 'your', 'heart', 'say', 'in\\nsilence,', '“God', 'rests', 'in', 'reason.”\\n\\nAnd', 'when', 'the', 'storm', 'comes,', 'and', 'the\\n', 'wind', 'shakes', 'the', 'forest,\\nand', 'thunder', 'and', 'lightning', 'proclaim', 'the\\nmajesty', 'of', 'the', 'sky,--then', 'let', 'your', 'heart\\nsay', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”\\n\\nAnd', 'since', 'you', 'are', 'a', 'breath', 'in', 'God’s\\nsphere,', 'and', 'a', 'leaf', 'in', 'God’s', 'forest,', 'you\\ntoo', 'should', 'rest', 'in', 'reason', 'and', 'move', 'in\\npassion.\\n\\n*****', '*****\\n\\n', 'a', 'woman', 'spoke,', 'saying,', 'Tell', 'us\\nof', '_Pain_.\\n\\nAnd', 'he', 'said:\\n\\nYour', 'pain', 'is', 'the', 'breaking', 'of', 'the', 'shell\\nthat', 'encloses', 'your', 'understanding.\\n\\nEven', 'as', 'the', 'stone', 'of', 'the', 'fruit', 'must\\nbreak,', 'that', 'its', 'heart', 'may', 'stand', 'in', 'the\\nsun,', 'so', 'must', 'you', 'know', 'pain.\\n\\nAnd', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder\\nat', 'the', 'daily', 'miracles', 'of', 'your', 'life,', 'your\\npain', 'would', 'not', 'seem', 'less', 'wondrous', 'than\\nyour', 'joy;\\n\\nAnd', 'you', 'would', 'accept', 'the', 'seasons', 'of', 'your\\nheart,', 'even', 'as', 'you', 'have', 'always', 'accepted\\nthe', 'seasons', 'that', 'pass', 'over', 'your', 'fields.\\n\\nAnd', 'you', 'would', 'watch', 'with', 'serenity\\nthrough', 'the', 'winters', 'of', 'your', 'grief.\\n\\nMuch', 'of', 'your', 'pain', 'is', 'self-chosen.\\n\\nIt', 'is', 'the', 'bitter', 'potion', 'by', 'which', 'the\\nphysician', '', 'you', 'heals', 'your', 'sick\\nself.\\n\\nTherefore', 'trust', 'the', 'physician,', 'and', 'drink\\nhis', 'remedy', 'in', 'silence', 'and', 'tranquillity:\\nFor', 'his', 'hand,', 'though', 'heavy', 'and', 'hard,', 'is\\nguided', 'by', 'the', 'tender', 'hand', 'of', 'the', 'Unseen,\\nAnd', 'the', 'cup', 'he', 'brings,', 'though', 'it', 'burn\\nyour', 'lips,', 'has', 'been', 'fashioned', 'of', 'the\\nclay', 'which', 'the', 'Potter', 'has', 'moistened', 'with\\nHis', 'own', 'sacred', 'tears.\\n\\n*****', '*****\\n\\n', 'a', 'man', 'said,', 'Speak', 'to', 'us', 'of\\n_Self-Knowledge_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'hearts', 'know', 'in', 'silence', 'the', 'secrets\\nof', 'the', 'days', 'and', 'the', 'nights.\\n\\nBut', 'your', 'ears', 'thirst', 'for', 'the', 'sound', 'of\\nyour', 'heart’s', 'knowledge.\\n\\nYou', 'would', 'know', 'in', 'words', 'that', 'which', 'you\\nhave', 'always', 'known', 'in', 'thought.\\n\\nYou', 'would', 'touch', 'with', 'your', 'fingers', 'the\\nnaked', 'body', 'of', 'your', 'dreams.\\n\\nAnd', 'it', 'is', 'well', 'you', 'should.\\n\\nThe', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must\\nneeds', 'rise', 'and', 'run', 'murmuring', 'to', 'the', 'sea;\\n\\nAnd', 'the', 'treasure', 'of', 'your', 'infinite', 'depths\\nwould', 'be', 'revealed', 'to', 'your', 'eyes.\\n\\nBut', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your\\nunknown', 'treasure;\\n\\nAnd', 'seek', 'not', 'the', 'depths', 'of', 'your\\n', 'with', 'staff', 'or', 'sounding\\nline.\\n\\nFor', 'self', 'is', 'a', 'sea', 'boundless', 'and\\nmeasureless.\\n\\n*****\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'truth,”', 'but\\nrather,', '“I', 'have', 'found', 'a', 'truth.”\\n\\nSay', 'not,', '“I', 'have', 'found', 'the', 'path', 'of', 'the\\nsoul.”', 'Say', 'rather,', '“I', 'have', 'met', 'the', 'soul\\nwalking', 'upon', 'my', 'path.”\\n\\nFor', 'the', 'soul', 'walks', 'upon', 'all', 'paths.\\n\\nThe', 'soul', 'walks', 'not', 'upon', 'a', 'line,', 'neither\\ndoes', 'it', 'grow', 'like', 'a', 'reed.\\n\\nThe', 'soul', 'unfolds', 'itself,', 'like', 'a', 'lotus', 'of\\ncountless', 'petals.\\n\\n[Illustration:', '0083]\\n\\n*****', '*****\\n\\n', 'said', 'a', 'teacher,', 'Speak', 'to', 'us', 'of\\n_Teaching_.\\n\\nAnd', 'he', 'said:\\n\\n“No', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that\\nwhich', 'already', 'lies', 'half', 'asleep', 'in', 'the\\ndawning', 'of', 'your', 'knowledge.\\n\\nThe', 'teacher', 'who', 'walks', 'in', 'the', 'shadow', 'of\\nthe', 'temple,', 'among', 'his', 'followers,', 'gives\\nnot', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his\\nfaith', 'and', 'his', 'lovingness.\\n\\nIf', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid\\nyou', 'enter', 'the', 'house', 'of', 'his', 'wisdom,', 'but\\nrather', 'leads', 'you', 'to', 'the', 'threshold', 'of\\nyour', 'own', 'mind.\\n\\nThe', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his\\nunderstanding', 'of', 'space,', 'but', 'he', 'cannot\\ngive', 'you', 'his', 'understanding.\\n\\nThe', 'musician', 'may', 'sing', 'to', 'you', 'of', 'the\\nrhythm', 'which', 'is', 'in', 'all', 'space,', 'but', 'he\\ncannot', 'give', 'you', 'the', 'ear', 'which', 'arrests\\nthe', 'rhythm', 'nor', 'the', 'voice', 'that', 'echoes', 'it.\\n', 'he', 'who', 'is', 'versed', 'in', 'the', 'science\\nof', 'numbers', 'can', 'tell', 'of', 'the', 'regions\\nof', 'weight', 'and', 'measure,', 'but', 'he', 'cannot\\nconduct', 'you', 'thither.\\n\\nFor', 'the', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its\\nwings', 'to', 'another', 'man.\\n\\nAnd', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone\\nin', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of\\nyou', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'and\\nin', 'his', 'understanding', 'of', 'the', 'earth.\\n\\n*****', '*****\\n\\n', 'a', 'youth', 'said,', 'Speak', 'to', 'us', 'of\\n_Friendship_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYour', 'friend', 'is', 'your', 'needs', 'answered.\\n\\nHe', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love\\nand', 'reap', 'with', 'thanksgiving.\\n\\nAnd', 'he', 'is', 'your', 'board', 'and', 'your', 'fireside.\\n\\nFor', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,\\nand', 'you', 'seek', 'him', 'for', 'peace.\\n\\nWhen', 'your', 'friend', 'speaks', 'his', 'mind', 'you\\nfear', 'not', 'the', '“nay”', 'in', 'your', 'own', 'mind,', 'nor\\ndo', 'you', 'withhold', 'the', '“ay.”\\n\\nAnd', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases\\nnot', 'to', 'listen', 'to', 'his', 'heart;\\n\\nFor', 'without', 'words,', 'in', 'friendship,', 'all\\nthoughts,', 'all', 'desires,', 'all', 'expectations\\nare', 'born', 'and', 'shared,', 'with', 'joy', 'that', 'is\\nunacclaimed.\\n\\nWhen', 'you', 'part', 'from', 'your', 'friend,', 'you\\ngrieve', 'not;\\n\\nFor', 'that', 'which', 'you', 'love', 'most', 'in', 'him\\nmay', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'the\\nmountain', 'to', 'the', 'climber', 'is', 'clearer\\nfrom', 'the', 'plain.', '', 'let', 'there', 'be', 'no\\npurpose', 'in', 'friendship', 'save', 'the', 'deepening\\nof', 'the', 'spirit.\\n\\nFor', 'love', 'that', 'seeks', 'aught', 'but', 'the\\ndisclosure', 'of', 'its', 'own', 'mystery', 'is', 'not\\nlove', 'but', 'a', 'net', 'cast', 'forth:', 'and', 'only', 'the\\nunprofitable', 'is', 'caught.\\n\\n*****\\n\\nAnd', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.\\n\\nIf', 'he', 'must', 'know', 'the', 'ebb', 'of', 'your', 'tide,\\nlet', 'him', 'know', 'its', 'flood', 'also.\\n\\nFor', 'what', 'is', 'your', 'friend', 'that', 'you', 'should\\nseek', 'him', 'with', 'hours', 'to', 'kill?\\n\\nSeek', 'him', 'always', 'with', 'hours', 'to', 'live.\\n\\nFor', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not\\nyour', 'emptiness.\\n\\nAnd', 'in', 'the', 'sweetness', 'of', 'friendship\\nlet', 'there', 'be', 'laughter,', 'and', 'sharing', 'of\\npleasures.\\n\\nFor', 'in', 'the', 'dew', 'of', 'little', 'things\\nthe', 'heart', 'finds', 'its', 'morning', 'and', 'is\\nrefreshed.\\n\\n*****', '*****\\n\\n', 'then', 'a', 'scholar', 'said,', 'Speak', 'of\\n_Talking_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace\\nwith', 'your', 'thoughts;\\n\\nAnd', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'the\\nsolitude', 'of', 'your', 'heart', 'you', 'live', 'in', 'your\\nlips,', 'and', 'sound', 'is', 'a', 'diversion', 'and', 'a\\npastime.\\n\\nAnd', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is\\nhalf', 'murdered.\\n\\nFor', 'thought', 'is', 'a', 'bird', 'of', 'space,', 'that', 'in\\na', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its\\nwings', 'but', 'cannot', 'fly.\\n\\nThere', 'are', 'those', 'among', 'you', 'who', 'seek', 'the\\ntalkative', 'through', 'fear', 'of', 'being', 'alone.\\n\\nThe', 'silence', 'of', 'aloneness', 'reveals', 'to\\ntheir', 'eyes', 'their', 'naked', 'selves', 'and', 'they\\nwould', 'escape.\\n\\nAnd', 'there', 'are', 'those', 'who', 'talk,', 'and\\n', 'knowledge', 'or', 'forethought', 'reveal\\na', 'truth', 'which', 'they', 'themselves', 'do', 'not\\nunderstand.\\n\\nAnd', 'there', 'are', 'those', 'who', 'have', 'the', 'truth\\nwithin', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in\\nwords.\\n\\nIn', 'the', 'bosom', 'of', 'such', 'as', 'these', 'the', 'spirit\\ndwells', 'in', 'rhythmic', 'silence.\\n\\n*****\\n\\nWhen', 'you', 'meet', 'your', 'friend', 'on', 'the\\nroadside', 'or', 'in', 'the', 'market', 'place,', 'let', 'the\\nspirit', 'in', 'you', 'move', 'your', 'lips', 'and', 'direct\\nyour', 'tongue.\\n\\nLet', 'the', 'voice', 'within', 'your', 'voice', 'speak', 'to\\nthe', 'ear', 'of', 'his', 'ear;\\n\\nFor', 'his', 'soul', 'will', 'keep', 'the', 'truth', 'of\\nyour', 'heart', 'as', 'the', 'taste', 'of', 'the', 'wine', 'is\\nremembered\\n\\nWhen', 'the', 'colour', 'is', 'forgotten', 'and', 'the\\nvessel', 'is', 'no', 'more.\\n\\n*****', '*****\\n\\n', 'an', 'astronomer', 'said,', 'Master,', 'what\\nof', '_Time_?\\n\\nAnd', 'he', 'answered:\\n\\nYou', 'would', 'measure', 'time', 'the', 'measureless\\nand', 'the', 'immeasurable.\\n\\nYou', 'would', 'adjust', 'your', 'conduct', 'and\\neven', 'direct', 'the', 'course', 'of', 'your', 'spirit\\naccording', 'to', 'hours', 'and', 'seasons.\\n\\nOf', 'time', 'you', 'would', 'make', 'a', 'stream', 'upon\\nwhose', 'bank', 'you', 'would', 'sit', 'and', 'watch', 'its\\nflowing.\\n\\nYet', 'the', 'timeless', 'in', 'you', 'is', 'aware', 'of\\nlife’s', 'timelessness,\\n\\nAnd', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s\\nmemory', 'and', 'tomorrow', 'is', 'today’s', 'dream.\\n\\nAnd', 'that', 'that', 'which', 'sings', 'and\\ncontemplates', 'in', 'you', 'is', 'still', 'dwelling\\nwithin', 'the', 'bounds', 'of', 'that', 'first', 'moment\\nwhich', 'scattered', 'the', 'stars', 'into', 'space.\\n', 'among', 'you', 'does', 'not', 'feel', 'that', 'his\\npower', 'to', 'love', 'is', 'boundless?\\n\\nAnd', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very\\nlove,', 'though', 'boundless,', 'encompassed\\nwithin', 'the', 'centre', 'of', 'his', 'being,', 'and\\nmoving', 'not', 'from', 'love', 'thought', 'to', 'love\\nthought,', 'nor', 'from', 'love', 'deeds', 'to', 'other\\nlove', 'deeds?\\n\\nAnd', 'is', 'not', 'time', 'even', 'as', 'love', 'is,\\nundivided', 'and', 'paceless?\\n\\n*****\\n\\nBut', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure\\ntime', 'into', 'seasons,', 'let', 'each', 'season\\nencircle', 'all', 'the', 'other', 'seasons,\\n\\nAnd', 'let', 'today', 'embrace', 'the', 'past', 'with\\nremembrance', 'and', 'the', 'future', 'with', 'longing.\\n\\n*****', '*****\\n\\n', 'one', 'of', 'the', 'elders', 'of', 'the', 'city\\nsaid,', 'Speak', 'to', 'us', 'of', '_Good', 'and', 'Evil_.\\n\\nAnd', 'he', 'answered:\\n\\nOf', 'the', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not\\nof', 'the', 'evil.\\n\\nFor', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by\\nits', 'own', 'hunger', 'and', 'thirst?\\n\\nVerily', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food\\neven', 'in', 'dark', 'caves,', 'and', 'when', 'it', 'thirsts\\nit', 'drinks', 'even', 'of', 'dead', 'waters.\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'one', 'with\\nyourself.\\n\\nYet', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself\\nyou', 'are', 'not', 'evil.\\n\\nFor', 'a', 'divided', 'house', 'is', 'not', 'a', 'den', 'of\\nthieves;', 'it', 'is', 'only', 'a', 'divided', 'house.\\n\\nAnd', 'a', 'ship', 'without', 'rudder', 'may', 'wander\\naimlessly', 'among', 'perilous', 'isles', 'yet', 'sink\\nnot', 'to', 'the', 'bottom.', '', 'are', 'good', 'when\\nyou', 'strive', 'to', 'give', 'of', 'yourself.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain\\nfor', 'yourself.\\n\\nFor', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are\\nbut', 'a', 'root', 'that', 'clings', 'to', 'the', 'earth', 'and\\nsucks', 'at', 'her', 'breast.\\n\\nSurely', 'the', 'fruit', 'cannot', 'say', 'to', 'the', 'root,\\n“Be', 'like', 'me,', 'ripe', 'and', 'full', 'and', 'ever\\ngiving', 'of', 'your', 'abundance.”\\n\\nFor', 'to', 'the', 'fruit', 'giving', 'is', 'a', 'need,', 'as\\nreceiving', 'is', 'a', 'need', 'to', 'the', 'root.\\n\\n*****\\n\\nYou', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in\\nyour', 'speech,\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep\\nwhile', 'your', 'tongue', 'staggers', 'without\\npurpose.\\n\\nAnd', 'even', 'stumbling', 'speech', 'may', 'strengthen\\na', 'weak', 'tongue.\\n\\nYou', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal\\nfirmly', 'and', 'with', 'bold', 'steps.\\n\\nYet', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither\\nlimping.', '', 'those', 'who', 'limp', 'go', 'not\\nbackward.\\n\\nBut', 'you', 'who', 'are', 'strong', 'and', 'swift,', 'see\\nthat', 'you', 'do', 'not', 'limp', 'before', 'the', 'lame,\\ndeeming', 'it', 'kindness.\\n\\n*****\\n\\nYou', 'are', 'good', 'in', 'countless', 'ways,', 'and', 'you\\nare', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,\\n\\nYou', 'are', 'only', 'loitering', 'and', 'sluggard.\\n\\nPity', 'that', 'the', 'stags', 'cannot', 'teach\\nswiftness', 'to', 'the', 'turtles.\\n\\nIn', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies\\nyour', 'goodness:', 'and', 'that', 'longing', 'is', 'in\\nall', 'of', 'you.\\n\\nBut', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'a\\ntorrent', 'rushing', 'with', 'might', 'to', 'the', 'sea,\\ncarrying', 'the', 'secrets', 'of', 'the', 'hillsides\\nand', 'the', 'songs', 'of', 'the', 'forest.\\n\\nAnd', 'in', 'others', 'it', 'is', 'a', 'flat', 'stream', 'that\\nloses', 'itself', 'in', 'angles', 'and', 'bends', 'and\\nlingers', 'before', 'it', 'reaches', 'the', 'shore.\\n\\nBut', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to\\n', 'who', 'longs', 'little,', '“Wherefore', 'are\\nyou', 'slow', 'and', 'halting?”\\n\\nFor', 'the', 'truly', 'good', 'ask', 'not', 'the', 'naked,\\n“Where', 'is', 'your', 'garment?”', 'nor', 'the\\nhouseless,', '“What', 'has', 'befallen', 'your\\nhouse?”\\n\\n*****', '*****\\n\\n', 'a', 'priestess', 'said,', 'Speak', 'to', 'us\\nof', '_Prayer_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nYou', 'pray', 'in', 'your', 'distress', 'and', 'in', 'your\\nneed;', 'would', 'that', 'you', 'might', 'pray', 'also\\nin', 'the', 'fullness', 'of', 'your', 'joy', 'and', 'in', 'your\\ndays', 'of', 'abundance.\\n\\nFor', 'what', 'is', 'prayer', 'but', 'the', 'expansion', 'of\\nyourself', 'into', 'the', 'living', 'ether?\\n\\nAnd', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour\\nyour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for\\nyour', 'delight', 'to', 'pour', 'forth', 'the', 'dawning\\nof', 'your', 'heart.\\n\\nAnd', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your\\nsoul', 'summons', 'you', 'to', 'prayer,', 'she', 'should\\nspur', 'you', 'again', 'and', 'yet', 'again,', 'though\\nweeping,', 'until', 'you', 'shall', 'come', 'laughing.\\n\\nWhen', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'the\\nair', 'those', 'who', 'are', 'praying', 'at', 'that', 'very\\n', 'and', 'whom', 'save', 'in', 'prayer', 'you\\nmay', 'not', 'meet.\\n\\nTherefore', 'let', 'your', 'visit', 'to', 'that', 'temple\\ninvisible', 'be', 'for', 'naught', 'but', 'ecstasy', 'and\\nsweet', 'communion.\\n\\nFor', 'if', 'you', 'should', 'enter', 'the', 'temple', 'for\\nno', 'other', 'purpose', 'than', 'asking', 'you', 'shall\\nnot', 'receive:\\n\\nAnd', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nhumble', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:\\n\\nOr', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to\\nbeg', 'for', 'the', 'good', 'of', 'others', 'you', 'shall', 'not\\nbe', 'heard.\\n\\nIt', 'is', 'enough', 'that', 'you', 'enter', 'the', 'temple\\ninvisible.\\n\\n*****\\n\\nI', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.\\n\\nGod', 'listens', 'not', 'to', 'your', 'words', 'save', 'when\\nHe', 'Himself', 'utters', 'them', 'through', 'your\\nlips.\\n\\nAnd', 'I', 'cannot', 'teach', 'you', 'the', 'prayer', 'of', 'the\\nseas', 'and', 'the', 'forests', 'and', 'the', 'mountains.\\n', 'you', 'who', 'are', 'born', 'of', 'the\\nmountains', 'and', 'the', 'forests', 'and', 'the', 'seas\\ncan', 'find', 'their', 'prayer', 'in', 'your', 'heart,\\n\\nAnd', 'if', 'you', 'but', 'listen', 'in', 'the', 'stillness\\nof', 'the', 'night', 'you', 'shall', 'hear', 'them', 'saying\\nin', 'silence,\\n\\n“Our', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is\\nthy', 'will', 'in', 'us', 'that', 'willeth.\\n\\nIt', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.\\n\\nIt', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our\\nnights,', 'which', 'are', 'thine,', 'into', 'days', 'which\\nare', 'thine', 'also.\\n\\nWe', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou\\nknowest', 'our', 'needs', 'before', 'they', 'are', 'born\\nin', 'us:\\n\\nThou', 'art', 'our', 'need;', 'and', 'in', 'giving', 'us', 'more\\nof', 'thyself', 'thou', 'givest', 'us', 'all.”\\n\\n[Illustration:', '0100]\\n\\n*****', '*****\\n\\n', 'a', 'hermit,', 'who', 'visited', 'the', 'city\\nonce', 'a', 'year,', 'came', 'forth', 'and', 'said,', 'Speak\\nto', 'us', 'of', '_Pleasure_.\\n\\nAnd', 'he', 'answered,', 'saying:\\n\\nPleasure', 'is', 'a', 'freedom-song,\\n\\nBut', 'it', 'is', 'not', 'freedom.\\n\\nIt', 'is', 'the', 'blossoming', 'of', 'your', 'desires,\\n\\nBut', 'it', 'is', 'not', 'their', 'fruit.\\n\\nIt', 'is', 'a', 'depth', 'calling', 'unto', 'a', 'height,\\n\\nBut', 'it', 'is', 'not', 'the', 'deep', 'nor', 'the', 'high.\\n\\nIt', 'is', 'the', 'caged', 'taking', 'wing,\\n\\nBut', 'it', 'is', 'not', 'space', 'encompassed.\\n\\nAy,', 'in', 'very', 'truth,', 'pleasure', 'is', 'a\\nfreedom-song.\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with\\nfullness', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have\\nyou', 'lose', 'your', 'hearts', 'in', 'the', 'singing.\\n\\nSome', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if\\nit', 'were', 'all,', 'and', 'they', 'are', 'judged', 'and\\nrebuked.', '', 'would', 'not', 'judge', 'nor\\nrebuke', 'them.', 'I', 'would', 'have', 'them', 'seek.\\n\\nFor', 'they', 'shall', 'find', 'pleasure,', 'but', 'not\\nher', 'alone;\\n\\nSeven', 'are', 'her', 'sisters,', 'and', 'the', 'least', 'of\\nthem', 'is', 'more', 'beautiful', 'than', 'pleasure.\\n\\nHave', 'you', 'not', 'heard', 'of', 'the', 'man', 'who', 'was\\ndigging', 'in', 'the', 'earth', 'for', 'roots', 'and', 'found\\na', 'treasure?\\n\\n*****\\n\\nAnd', 'some', 'of', 'your', 'elders', 'remember\\npleasures', 'with', 'regret', 'like', 'wrongs\\ncommitted', 'in', 'drunkenness.\\n\\nBut', 'regret', 'is', 'the', 'beclouding', 'of', 'the', 'mind\\nand', 'not', 'its', 'chastisement.\\n\\nThey', 'should', 'remember', 'their', 'pleasures\\nwith', 'gratitude,', 'as', 'they', 'would', 'the\\nharvest', 'of', 'a', 'summer.\\n\\nYet', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let\\nthem', 'be', 'comforted.\\n\\nAnd', 'there', 'are', 'among', 'you', 'those', 'who\\nare', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to\\nremember;\\n\\nAnd', 'in', 'their', 'fear', 'of', 'seeking', 'and\\nremembering', '', 'shun', 'all', 'pleasures,\\nlest', 'they', 'neglect', 'the', 'spirit', 'or', 'offend\\nagainst', 'it.\\n\\nBut', 'even', 'in', 'their', 'foregoing', 'is', 'their\\npleasure.\\n\\nAnd', 'thus', 'they', 'too', 'find', 'a', 'treasure', 'though\\nthey', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.\\n\\nBut', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend\\nthe', 'spirit?\\n\\nShall', 'the', 'nightingale', 'offend', 'the\\nstillness', 'of', 'the', 'night,', 'or', 'the', 'firefly\\nthe', 'stars?\\n\\nAnd', 'shall', 'your', 'flame', 'or', 'your', 'smoke\\nburden', 'the', 'wind?\\n\\nThink', 'you', 'the', 'spirit', 'is', 'a', 'still', 'pool\\nwhich', 'you', 'can', 'trouble', 'with', 'a', 'staff?\\n\\n*****\\n\\nOftentimes', 'in', 'denying', 'yourself', 'pleasure\\nyou', 'do', 'but', 'store', 'the', 'desire', 'in', 'the\\nrecesses', 'of', 'your', 'being.\\n\\nWho', 'knows', 'but', 'that', 'which', 'seems', 'omitted\\ntoday,', 'waits', 'for', 'tomorrow?\\n\\nEven', 'your', 'body', 'knows', 'its', 'heritage\\nand', 'its', 'rightful', 'need', 'and', 'will', 'not', 'be\\ndeceived.\\n\\nAnd', 'your', 'body', 'is', 'the', 'harp', 'of', 'your', 'soul,\\n\\nAnd', 'it', 'is', 'yours', 'to', 'bring', 'forth', '', 'from', 'it', 'or', 'confused', 'sounds.\\n\\n*****\\n\\nAnd', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How\\nshall', 'we', 'distinguish', 'that', 'which', 'is\\ngood', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not\\ngood?”\\n\\nGo', 'to', 'your', 'fields', 'and', 'your', 'gardens,', 'and\\nyou', 'shall', 'learn', 'that', 'it', 'is', 'the', 'pleasure\\nof', 'the', 'bee', 'to', 'gather', 'honey', 'of', 'the\\nflower,\\n\\nBut', 'it', 'is', 'also', 'the', 'pleasure', 'of', 'the\\nflower', 'to', 'yield', 'its', 'honey', 'to', 'the', 'bee.\\n\\nFor', 'to', 'the', 'bee', 'a', 'flower', 'is', 'a', 'fountain', 'of\\nlife,\\n\\nAnd', 'to', 'the', 'flower', 'a', 'bee', 'is', 'a', 'messenger\\nof', 'love,\\n\\nAnd', 'to', 'both,', 'bee', 'and', 'flower,', 'the', 'giving\\nand', 'the', 'receiving', 'of', 'pleasure', 'is', 'a', 'need\\nand', 'an', 'ecstasy.\\n\\nPeople', 'of', 'Orphalese,', 'be', 'in', 'your\\npleasures', 'like', 'the', 'flowers', 'and', 'the', 'bees.\\n\\n*****', '*****\\n\\n', 'a', 'poet', 'said,', 'Speak', 'to', 'us', 'of\\n_Beauty_.\\n\\nAnd', 'he', 'answered:\\n\\nWhere', 'shall', 'you', 'seek', 'beauty,', 'and', 'how\\nshall', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be\\nyour', 'way', 'and', 'your', 'guide?\\n\\nAnd', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except\\nshe', 'be', 'the', 'weaver', 'of', 'your', 'speech?\\n\\nThe', 'aggrieved', 'and', 'the', 'injured', 'say,\\n“Beauty', 'is', 'kind', 'and', 'gentle.\\n\\nLike', 'a', 'young', 'mother', 'half-shy', 'of', 'her', 'own\\nglory', 'she', 'walks', 'among', 'us.”\\n\\nAnd', 'the', 'passionate', 'say,', '“Nay,', 'beauty', 'is\\na', 'thing', 'of', 'might', 'and', 'dread.\\n\\nLike', 'the', 'tempest', 'she', 'shakes', 'the', 'earth\\nbeneath', 'us', 'and', 'the', 'sky', 'above', 'us.”\\n\\nThe', 'tired', 'and', 'the', 'weary', 'say,', '“Beauty', 'is\\nof', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our\\nspirit.', '', 'voice', 'yields', 'to', 'our\\nsilences', 'like', 'a', 'faint', 'light', 'that', 'quivers\\nin', 'fear', 'of', 'the', 'shadow.”\\n\\nBut', 'the', 'restless', 'say,', '“We', 'have', 'heard', 'her\\nshouting', 'among', 'the', 'mountains,\\n\\nAnd', 'with', 'her', 'cries', 'came', 'the', 'sound', 'of\\nhoofs,', 'and', 'the', 'beating', 'of', 'wings', 'and', 'the\\nroaring', 'of', 'lions.”\\n\\nAt', 'night', 'the', 'watchmen', 'of', 'the', 'city', 'say,\\n“Beauty', 'shall', 'rise', 'with', 'the', 'dawn', 'from\\nthe', 'east.”\\n\\nAnd', 'at', 'noontide', 'the', 'toilers', 'and', 'the\\nwayfarers', 'say,', '“We', 'have', 'seen', 'her', 'leaning\\nover', 'the', 'earth', 'from', 'the', 'windows', 'of', 'the\\nsunset.”\\n\\n*****\\n\\nIn', 'winter', 'say', 'the', 'snow-bound,', '“She', 'shall\\ncome', 'with', 'the', 'spring', 'leaping', 'upon', 'the\\nhills.”\\n\\nAnd', 'in', 'the', 'summer', 'heat', 'the', 'reapers\\nsay,', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'the\\nautumn', 'leaves,', 'and', 'we', 'saw', 'a', 'drift', 'of\\nsnow', 'in', 'her', 'hair.”', '', 'these', 'things\\nhave', 'you', 'said', 'of', 'beauty,\\n\\nYet', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of\\nneeds', 'unsatisfied,\\n\\nAnd', 'beauty', 'is', 'not', 'a', 'need', 'but', 'an', 'ecstasy.\\n\\nIt', 'is', 'not', 'a', 'mouth', 'thirsting', 'nor', 'an', 'empty\\nhand', 'stretched', 'forth,\\n\\nBut', 'rather', 'a', 'heart', 'enflamed', 'and', 'a', 'soul\\nenchanted.\\n\\nIt', 'is', 'not', 'the', 'image', 'you', 'would', 'see', 'nor\\nthe', 'song', 'you', 'would', 'hear,\\n\\nBut', 'rather', 'an', 'image', 'you', 'see', 'though', 'you\\nclose', 'your', 'eyes', 'and', 'a', 'song', 'you', 'hear\\nthough', 'you', 'shut', 'your', 'ears.\\n\\nIt', 'is', 'not', 'the', 'sap', 'within', 'the', 'furrowed\\nbark,', 'nor', 'a', 'wing', 'attached', 'to', 'a', 'claw,\\n\\nBut', 'rather', 'a', 'garden', 'for', 'ever', 'in', 'bloom\\nand', 'a', 'flock', 'of', 'angels', 'for', 'ever', 'in\\nflight.\\n\\n*****\\n\\nPeople', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when\\nlife', 'unveils', 'her', 'holy', 'face.\\n\\nBut', 'you', 'are', 'life', 'and', 'you', 'are', 'the', 'veil.\\n', 'is', 'eternity', 'gazing', 'at', 'itself\\nin', 'a', 'mirror.\\n\\nBut', 'you', 'are', 'eternity', 'and', 'you', 'are', 'the\\nmirror.\\n\\n*****', '*****\\n\\n', 'an', 'old', 'priest', 'said,', 'Speak', 'to', 'us\\nof', '_Religion_.\\n\\nAnd', 'he', 'said:\\n\\nHave', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?\\n\\nIs', 'not', 'religion', 'all', 'deeds', 'and', 'all\\nreflection,\\n\\nAnd', 'that', 'which', 'is', 'neither', 'deed', 'nor\\nreflection,', 'but', 'a', 'wonder', 'and', 'a', 'surprise\\never', 'springing', 'in', 'the', 'soul,', 'even', 'while\\nthe', 'hands', 'hew', 'the', 'stone', 'or', 'tend', 'the\\nloom?\\n\\nWho', 'can', 'separate', 'his', 'faith', 'from\\nhis', 'actions,', 'or', 'his', 'belief', 'from', 'his\\noccupations?\\n\\nWho', 'can', 'spread', 'his', 'hours', 'before', 'him,\\nsaving,', '“This', 'for', 'God', 'and', 'this', 'for\\nmyself;', 'This', 'for', 'my', 'soul,', 'and', 'this', 'other\\nfor', 'my', 'body?”\\n\\nAll', 'your', 'hours', 'are', 'wings', 'that', 'beat\\nthrough', 'space', 'from', 'self', 'to', 'self.', '', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best\\ngarment', 'were', 'better', 'naked.\\n\\nThe', 'wind', 'and', 'the', 'sun', 'will', 'tear', 'no', 'holes\\nin', 'his', 'skin.\\n\\nAnd', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics\\nimprisons', 'his', 'song-bird', 'in', 'a', 'cage.\\n\\nThe', 'freest', 'song', 'comes', 'not', 'through', 'bars\\nand', 'wires.\\n\\nAnd', 'he', 'to', 'whom', 'worshipping', 'is', 'a', 'window,\\nto', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet\\nvisited', 'the', 'house', 'of', 'his', 'soul', 'whose\\nwindows', 'are', 'from', 'dawn', 'to', 'dawn.\\n\\n*****\\n\\nYour', 'daily', 'life', 'is', 'your', 'temple', 'and', 'your\\nreligion.\\n\\nWhenever', 'you', 'enter', 'into', 'it', 'take', 'with', 'you\\nyour', 'all.\\n\\nTake', 'the', 'plough', 'and', 'the', 'forge', 'and', 'the\\nmallet', 'and', 'the', 'lute,\\n\\nThe', 'things', 'you', 'have', 'fashioned', 'in\\nnecessity', 'or', 'for', 'delight.\\n\\nFor', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your\\nachievements', 'nor', 'fall', 'lower', 'than', 'your\\nfailures.\\n\\nAnd', 'take', 'with', 'you', 'all', 'men:', '', 'in\\nadoration', 'you', 'cannot', 'fly', 'higher', 'than\\ntheir', 'hopes', 'nor', 'humble', 'yourself', 'lower\\nthan', 'their', 'despair.\\n\\n*****\\n\\nAnd', 'if', 'you', 'would', 'know', 'God', 'be', 'not\\ntherefore', 'a', 'solver', 'of', 'riddles.\\n\\nRather', 'look', 'about', 'you', 'and', 'you', 'shall', 'see\\nHim', 'playing', 'with', 'your', 'children.\\n\\nAnd', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him\\nwalking', 'in', 'the', 'cloud,', 'outstretching', 'His\\narms', 'in', 'the', 'lightning', 'and', 'descending', 'in\\nrain.\\n\\nYou', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,\\nthen', 'rising', 'and', 'waving', 'His', 'hands', 'in\\ntrees.\\n\\n*****', '*****\\n\\n', 'Almitra', 'spoke,', 'saying,', 'We', 'would\\nask', 'now', 'of', '_Death_.\\n\\nAnd', 'he', 'said:\\n\\nYou', 'would', 'know', 'the', 'secret', 'of', 'death.\\n\\nBut', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you\\nseek', 'it', 'in', 'the', 'heart', 'of', 'life?\\n\\nThe', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind\\nunto', 'the', 'day', 'cannot', 'unveil', 'the', 'mystery\\nof', 'light.\\n\\nIf', 'you', 'would', 'indeed', 'behold', 'the', 'spirit\\nof', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'the\\nbody', 'of', 'life.\\n\\nFor', 'life', 'and', 'death', 'are', 'one,', 'even', 'as', 'the\\nriver', 'and', 'the', 'sea', 'are', 'one.\\n\\nIn', 'the', 'depth', 'of', 'your', 'hopes', 'and', 'desires\\nlies', 'your', 'silent', 'knowledge', 'of', 'the\\nbeyond;\\n\\nAnd', 'like', 'seeds', 'dreaming', 'beneath', 'the', 'snow\\nyour', 'heart', 'dreams', 'of', 'spring.\\n\\nTrust', 'the', 'dreams,', 'for', 'in', 'them', 'is', 'hidden\\nthe', 'gate', 'to', 'eternity.', '', 'fear\\nof', 'death', 'is', 'but', 'the', 'trembling', 'of', 'the\\nshepherd', 'when', 'he', 'stands', 'before', 'the', 'king\\nwhose', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in\\nhonour.\\n\\nIs', 'the', 'shepherd', 'not', 'joyful', 'beneath', 'his\\ntrembling,', 'that', 'he', 'shall', 'wear', 'the', 'mark\\nof', 'the', 'king?\\n\\nYet', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his\\ntrembling?\\n\\n*****\\n\\nFor', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked\\nin', 'the', 'wind', 'and', 'to', 'melt', 'into', 'the', 'sun?\\n\\nAnd', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but\\nto', 'free', 'the', 'breath', 'from', 'its', 'restless\\ntides,', 'that', 'it', 'may', 'rise', 'and', 'expand', 'and\\nseek', 'God', 'unencumbered?\\n\\nOnly', 'when', 'you', 'drink', 'from', 'the', 'river', 'of\\nsilence', 'shall', 'you', 'indeed', 'sing.\\n\\nAnd', 'when', 'you', 'have', 'reached', 'the', 'mountain\\ntop,', 'then', 'you', 'shall', 'begin', 'to', 'climb.\\n\\nAnd', 'when', 'the', 'earth', 'shall', 'claim', 'your\\nlimbs,', 'then', 'shall', 'you', 'truly', 'dance.\\n', 'now', 'it', 'was', 'evening.\\n\\nAnd', 'Almitra', 'the', 'seeress', 'said,', 'Blessed', 'be\\nthis', 'day', 'and', 'this', 'place', 'and', 'your', 'spirit\\nthat', 'has', 'spoken.\\n\\nAnd', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was\\nI', 'not', 'also', 'a', 'listener?\\n\\n*****\\n\\nThen', 'he', 'descended', 'the', 'steps', 'of', 'the\\nTemple', 'and', 'all', 'the', 'people', 'followed', 'him.\\nAnd', 'he', 'reached', 'his', 'ship', 'and', 'stood', 'upon\\nthe', 'deck.\\n\\nAnd', 'facing', 'the', 'people', 'again,', 'he', 'raised\\nhis', 'voice', 'and', 'said:\\n\\nPeople', 'of', 'Orphalese,', 'the', 'wind', 'bids', 'me\\nleave', 'you.\\n\\nLess', 'hasty', 'am', 'I', 'than', 'the', 'wind,', 'yet', 'I\\nmust', 'go.\\n\\nWe', 'wanderers,', 'ever', 'seeking', 'the', 'lonelier\\nway,', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended\\nanother', 'day;', 'and', 'no', 'sunrise', 'finds', 'us\\nwhere', 'sunset', 'left', 'us.', '', 'while', 'the\\nearth', 'sleeps', 'we', 'travel.\\n\\nWe', 'are', 'the', 'seeds', 'of', 'the', 'tenacious\\nplant,', 'and', 'it', 'is', 'in', 'our', 'ripeness', 'and', 'our\\nfullness', 'of', 'heart', 'that', 'we', 'are', 'given', 'to\\nthe', 'wind', 'and', 'are', 'scattered.\\n\\n*****\\n\\nBrief', 'were', 'my', 'days', 'among', 'you,', 'and\\nbriefer', 'still', 'the', 'words', 'I', 'have', 'spoken.\\n\\nBut', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,\\nand', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then\\nI', 'will', 'come', 'again,\\n\\nAnd', 'with', 'a', 'richer', 'heart', 'and', 'lips', 'more\\nyielding', 'to', 'the', 'spirit', 'will', 'I', 'speak.\\n\\nYea,', 'I', 'shall', 'return', 'with', 'the', 'tide,\\n\\nAnd', 'though', 'death', 'may', 'hide', 'me,', 'and', 'the\\ngreater', 'silence', 'enfold', 'me,', 'yet', 'again\\nwill', 'I', 'seek', 'your', 'understanding.\\n\\nAnd', 'not', 'in', 'vain', 'will', 'I', 'seek.\\n\\nIf', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that\\ntruth', 'shall', 'reveal', 'itself', 'in', 'a', 'clearer\\nvoice,', 'and', 'in', 'words', 'more', 'kin', 'to', 'your\\nthoughts.\\n\\nI', 'go', 'with', 'the', 'wind,', 'people', 'of\\nOrphalese,', 'but', 'not', 'down', 'into', 'emptiness;\\n', 'if', 'this', 'day', 'is', 'not', 'a', 'fulfilment\\nof', 'your', 'needs', 'and', 'my', 'love,', 'then', 'let', 'it\\nbe', 'a', 'promise', 'till', 'another', 'day.\\n\\nMan’s', 'needs', 'change,', 'but', 'not', 'his', 'love,\\nnor', 'his', 'desire', 'that', 'his', 'love', 'should\\nsatisfy', 'his', 'needs.\\n\\nKnow', 'therefore,', 'that', 'from', 'the', 'greater\\nsilence', 'I', 'shall', 'return.\\n\\nThe', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,\\nleaving', 'but', 'dew', 'in', 'the', 'fields,', 'shall\\nrise', 'and', 'gather', 'into', 'a', 'cloud', 'and', 'then\\nfall', 'down', 'in', 'rain.\\n\\nAnd', 'not', 'unlike', 'the', 'mist', 'have', 'I', 'been.\\n\\nIn', 'the', 'stillness', 'of', 'the', 'night', 'I', 'have\\nwalked', 'in', 'your', 'streets,', 'and', 'my', 'spirit\\nhas', 'entered', 'your', 'houses,\\n\\nAnd', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,\\nand', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'and', 'I\\nknew', 'you', 'all.\\n\\nAy,', 'I', 'knew', 'your', 'joy', 'and', 'your', 'pain,\\nand', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my\\ndreams.\\n\\nAnd', 'oftentimes', 'I', 'was', 'among', 'you', 'a', 'lake\\namong', 'the', 'mountains.\\n\\nI', 'mirrored', 'the', 'summits', 'in', 'you', 'and', 'the\\n', 'slopes,', 'and', 'even', 'the\\npassing', 'flocks', 'of', 'your', 'thoughts', 'and', 'your\\ndesires.\\n\\nAnd', 'to', 'my', 'silence', 'came', 'the', 'laughter\\nof', 'your', 'children', 'in', 'streams,', 'and', 'the\\nlonging', 'of', 'your', 'youths', 'in', 'rivers.\\n\\nAnd', 'when', 'they', 'reached', 'my', 'depth', 'the\\nstreams', 'and', 'the', 'rivers', 'ceased', 'not', 'yet', 'to\\nsing.\\n\\n[Illustration:', '0119]\\n\\nBut', 'sweeter', 'still', 'than', 'laughter', 'and\\ngreater', 'than', 'longing', 'came', 'to', 'me.\\n\\nIt', 'was', 'the', 'boundless', 'in', 'you;\\n\\nThe', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but\\ncells', 'and', 'sinews;\\n\\nHe', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is\\nbut', 'a', 'soundless', 'throbbing.\\n\\nIt', 'is', 'in', 'the', 'vast', 'man', 'that', 'you', 'are', 'vast,\\n\\nAnd', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you\\nand', 'loved', 'you.\\n\\nFor', 'what', 'distances', 'can', 'love', 'reach', 'that\\nare', 'not', 'in', 'that', 'vast', 'sphere?\\n\\nWhat', 'visions,', 'what', 'expectations', 'and', 'what\\npresumptions', 'can', 'outsoar', 'that', 'flight?\\n\\nLike', 'a', 'giant', 'oak', 'tree', 'covered', 'with', 'apple\\nblossoms', 'is', 'the', 'vast', 'man', 'in', 'you.', '', 'binds', 'you', 'to', 'the', 'earth,', 'his\\nfragrance', 'lifts', 'you', 'into', 'space,', 'and', 'in\\nhis', 'durability', 'you', 'are', 'deathless.\\n\\n*****\\n\\nYou', 'have', 'been', 'told', 'that,', 'even', 'like', 'a\\nchain,', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest\\nlink.\\n\\nThis', 'is', 'but', 'half', 'the', 'truth.', 'You', 'are', 'also\\nas', 'strong', 'as', 'your', 'strongest', 'link.\\n\\nTo', 'measure', 'you', 'by', 'your', 'smallest', 'deed\\nis', 'to', 'reckon', 'the', 'power', 'of', 'ocean', 'by', 'the\\nfrailty', 'of', 'its', 'foam.\\n\\nTo', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to\\ncast', 'blame', 'upon', 'the', 'seasons', 'for', 'their\\ninconstancy.\\n\\nAy,', 'you', 'are', 'like', 'an', 'ocean,\\n\\nAnd', 'though', 'heavy-grounded', 'ships', 'await\\nthe', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even\\nlike', 'an', 'ocean,', 'you', 'cannot', 'hasten', 'your\\ntides.\\n\\nAnd', 'like', 'the', 'seasons', 'you', 'are', 'also,\\n\\nAnd', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your\\nspring,\\n\\nYet', 'spring,', 'reposing', 'within', 'you,', 'smiles\\nin', 'her', 'drowsiness', 'and', 'is', 'not', 'offended.\\n', 'not', 'I', 'say', 'these', 'things', 'in\\norder', 'that', 'you', 'may', 'say', 'the', 'one', 'to', 'the\\nother,', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but\\nthe', 'good', 'in', 'us.”\\n\\nI', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that\\nwhich', 'you', 'yourselves', 'know', 'in', 'thought.\\n\\nAnd', 'what', 'is', 'word', 'knowledge', 'but', 'a', 'shadow\\nof', 'wordless', 'knowledge?\\n\\nYour', 'thoughts', 'and', 'my', 'words', 'are', 'waves\\nfrom', 'a', 'sealed', 'memory', 'that', 'keeps', 'records\\nof', 'our', 'yesterdays,\\n\\nAnd', 'of', 'the', 'ancient', 'days', 'when', 'the', 'earth\\nknew', 'not', 'us', 'nor', 'herself,\\n\\nAnd', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought\\nwith', 'confusion.\\n\\n*****\\n\\nWise', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you\\nof', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your\\nwisdom:\\n\\nAnd', 'behold', 'I', 'have', 'found', 'that', 'which', 'is\\ngreater', 'than', 'wisdom.\\n\\nIt', 'is', 'a', 'flame', 'spirit', 'in', 'you', 'ever\\ngathering', 'more', 'of', 'itself,\\n\\nWhile', 'you,', 'heedless', 'of', 'its', 'expansion,\\nbewail', 'the', 'withering', 'of', 'your', 'days.\\n', 'is', 'life', 'in', 'quest', 'of', 'life', 'in\\nbodies', 'that', 'fear', 'the', 'grave.\\n\\n*****\\n\\nThere', 'are', 'no', 'graves', 'here.\\n\\nThese', 'mountains', 'and', 'plains', 'are', 'a', 'cradle\\nand', 'a', 'stepping-stone.\\n\\nWhenever', 'you', 'pass', 'by', 'the', 'field', 'where\\nyou', 'have', 'laid', 'your', 'ancestors', 'look', 'well\\nthereupon,', 'and', 'you', 'shall', 'see', 'yourselves\\nand', 'your', 'children', 'dancing', 'hand', 'in', 'hand.\\n\\nVerily', 'you', 'often', 'make', 'merry', 'without\\nknowing.\\n\\nOthers', 'have', 'come', 'to', 'you', 'to', 'whom', 'for\\ngolden', 'promises', 'made', 'unto', 'your', 'faith\\nyou', 'have', 'given', 'but', 'riches', 'and', 'power', 'and\\nglory.\\n\\nLess', 'than', 'a', 'promise', 'have', 'I', 'given,', 'and\\nyet', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.\\n\\nYou', 'have', 'given', 'me', 'my', 'deeper', 'thirsting\\nafter', 'life.\\n\\nSurely', 'there', 'is', 'no', 'greater', 'gift', 'to', 'a', 'man\\nthan', 'that', 'which', 'turns', 'all', 'his', 'aims\\ninto', 'parching', 'lips', 'and', 'all', 'life', 'into', 'a\\nfountain.\\n\\n[Illustration:', '0125]\\n\\n', 'in', 'this', 'lies', 'my', 'honour', 'and', 'my\\nreward,--\\n\\nThat', 'whenever', 'I', 'come', 'to', 'the', 'fountain\\nto', 'drink', 'I', 'find', 'the', 'living', 'water', 'itself\\nthirsty;\\n\\nAnd', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.\\n\\n*****\\n\\nSome', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'and\\nover-shy', 'to', 'receive', 'gifts.\\n\\nToo', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,\\nbut', 'not', 'gifts.\\n\\nAnd', 'though', 'I', 'have', 'eaten', 'berries', 'among\\nthe', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit\\nat', 'your', 'board,\\n\\nAnd', 'slept', 'in', 'the', 'portico', 'of', 'the', 'temple\\nwhen', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,\\n\\nYet', 'was', 'it', 'not', 'your', 'loving', 'mindfulness\\nof', 'my', 'days', 'and', 'my', 'nights', 'that', 'made', 'food\\nsweet', 'to', 'my', 'mouth', 'and', 'girdled', 'my', 'sleep\\nwith', 'visions?\\n\\nFor', 'this', 'I', 'bless', 'you', 'most:\\n\\nYou', 'give', 'much', 'and', 'know', 'not', 'that', 'you', 'give\\nat', 'all.', '', 'the', 'kindness', 'that\\ngazes', 'upon', 'itself', 'in', 'a', 'mirror', 'turns', 'to\\nstone,\\n\\nAnd', 'a', 'good', 'deed', 'that', 'calls', 'itself', 'by\\ntender', 'names', 'becomes', 'the', 'parent', 'to', 'a\\ncurse.\\n\\n*****\\n\\nAnd', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,\\nand', 'drunk', 'with', 'my', 'own', 'aloneness,\\n\\nAnd', 'you', 'have', 'said,', '“He', 'holds', 'council\\nwith', 'the', 'trees', 'of', 'the', 'forest,', 'but', 'not\\nwith', 'men.\\n\\nHe', 'sits', 'alone', 'on', 'hill-tops', 'and', 'looks\\ndown', 'upon', 'our', 'city.”\\n\\nTrue', 'it', 'is', 'that', 'I', 'have', 'climbed', 'the', 'hills\\nand', 'walked', 'in', 'remote', 'places.\\n\\nHow', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'a\\ngreat', 'height', 'or', 'a', 'great', 'distance?\\n\\nHow', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be\\ntar?\\n\\nAnd', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not\\nin', 'words,', 'and', 'they', 'said,\\n\\n“Stranger,', 'stranger,', 'lover', 'of\\nunreachable', 'heights,', 'why', 'dwell', 'you', 'among\\nthe', 'summits', 'where', 'eagles', 'build\\ntheir', 'nests?', '', 'seek', 'you', 'the\\nunattainable?\\n\\nWhat', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,\\n\\nAnd', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in\\nthe', 'sky?\\n\\nCome', 'and', 'be', 'one', 'of', 'us.\\n\\nDescend', 'and', 'appease', 'your', 'hunger', 'with', 'our\\nbread', 'and', 'quench', 'your', 'thirst', 'with', 'our\\nwine.”\\n\\nIn', 'the', 'solitude', 'of', 'their', 'souls', 'they', 'said\\nthese', 'things;\\n\\nBut', 'were', 'their', 'solitude', 'deeper', 'they\\nwould', 'have', 'known', 'that', 'I', 'sought', 'but', 'the\\nsecret', 'of', 'your', 'joy', 'and', 'your', 'pain,\\n\\nAnd', 'I', 'hunted', 'only', 'your', 'larger', 'selves\\nthat', 'walk', 'the', 'sky.\\n\\n*****\\n\\nBut', 'the', 'hunter', 'was', 'also', 'the', 'hunted;\\n\\nFor', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only\\nto', 'seek', 'my', 'own', 'breast.\\n\\nAnd', 'the', 'flier', 'was', 'also', 'the', 'creeper;\\n\\nFor', 'when', 'my', 'wings', 'were', 'spread', 'in', 'the\\nsun', 'their', 'shadow', 'upon', 'the', 'earth', 'was', 'a\\nturtle.\\n\\nAnd', 'I', 'the', 'believer', 'was', 'also', 'the', 'doubter;\\n', 'often', 'have', 'I', 'put', 'my', 'finger\\nin', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'the\\ngreater', 'belief', 'in', 'you', 'and', 'the', 'greater\\nknowledge', 'of', 'you.\\n\\n*****\\n\\nAnd', 'it', 'is', 'with', 'this', 'belief', 'and', 'this\\nknowledge', 'that', 'I', 'say,\\n\\nYou', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,\\nnor', 'confined', 'to', 'houses', 'or', 'fields.\\n\\nThat', 'which', 'is', 'you', 'dwells', 'above', 'the\\nmountain', 'and', 'roves', 'with', 'the', 'wind.\\n\\nIt', 'is', 'not', 'a', 'thing', 'that', 'crawls', 'into\\nthe', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into\\ndarkness', 'for', 'safety,\\n\\nBut', 'a', 'thing', 'free,', 'a', 'spirit', 'that', 'envelops\\nthe', 'earth', 'and', 'moves', 'in', 'the', 'ether.\\n\\nIf', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not\\nto', 'clear', 'them.\\n\\nVague', 'and', 'nebulous', 'is', 'the', 'beginning', 'of\\nall', 'things,', 'but', 'not', 'their', 'end,\\n\\nAnd', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as\\na', 'beginning.\\n\\nLife,', 'and', 'all', 'that', 'lives,', 'is', 'conceived\\nin', 'the', 'mist', 'and', 'not', 'in', 'the', 'crystal.\\n', 'who', 'knows', 'but', 'a', 'crystal', 'is', 'mist\\nin', 'decay?\\n\\n*****\\n\\nThis', 'would', 'I', 'have', 'you', 'remember', 'in\\nremembering', 'me:\\n\\nThat', 'which', 'seems', 'most', 'feeble', 'and\\nbewildered', 'in', 'you', 'is', 'the', 'strongest', 'and\\nmost', 'determined.\\n\\nIs', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected\\nand', 'hardened', 'the', 'structure', 'of', 'your\\nbones?\\n\\nAnd', 'is', 'it', 'not', 'a', 'dream', 'which', 'none', 'of', 'you\\nremember', 'having', 'dreamt,', 'that', 'builded\\nyour', 'city', 'and', 'fashioned', 'all', 'there', 'is', 'in\\nit?\\n\\nCould', 'you', 'but', 'see', 'the', 'tides', 'of', 'that\\nbreath', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,\\n\\nAnd', 'if', 'you', 'could', 'hear', 'the', 'whispering', 'of\\nthe', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.\\n\\nBut', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'and\\nit', 'is', 'well.\\n\\nThe', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be\\nlifted', 'by', 'the', 'hands', 'that', 'wove', 'it,\\n\\nAnd', 'the', 'clay', 'that', 'fills', 'your', 'ears', 'shall\\nbe', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded\\nit.', '', 'you', 'shall', 'see.\\n\\nAnd', 'you', 'shall', 'hear.\\n\\nYet', 'you', 'shall', 'not', 'deplore', 'having', 'known\\nblindness,', 'nor', 'regret', 'having', 'been', 'deaf.\\n\\nFor', 'in', 'that', 'day', 'you', 'shall', 'know', 'the\\nhidden', 'purposes', 'in', 'all', 'things,\\n\\nAnd', 'you', 'shall', 'bless', 'darkness', 'as', 'you\\nwould', 'bless', 'light.\\n\\nAfter', 'saying', 'these', 'things', 'he', 'looked\\nabout', 'him,', 'and', 'he', 'saw', 'the', 'pilot', 'of', 'his\\nship', 'standing', 'by', 'the', 'helm', 'and', 'gazing\\nnow', 'at', 'the', 'full', 'sails', 'and', 'now', 'at', 'the\\ndistance.\\n\\nAnd', 'he', 'said:\\n\\nPatient,', 'over', 'patient,', 'is', 'the', 'captain', 'of\\nmy', 'ship.\\n\\nThe', 'wind', 'blows,', 'and', 'restless', 'are', 'the\\nsails;\\n\\nEven', 'the', 'rudder', 'begs', 'direction;\\n\\nYet', 'quietly', 'my', 'captain', 'awaits', 'my\\nsilence.\\n\\nAnd', 'these', 'my', 'mariners,', 'who', 'have', 'heard\\nthe', 'choir', 'of', 'the', 'greater', 'sea,', 'they', 'too\\nhave', 'heard', 'me', 'patiently.', '', 'they\\nshall', 'wait', 'no', 'longer.\\n\\nI', 'am', 'ready.\\n\\nThe', 'stream', 'has', 'reached', 'the', 'sea,', 'and\\nonce', 'more', 'the', 'great', 'mother', 'holds', 'her', 'son\\nagainst', 'her', 'breast.\\n\\n*****\\n\\nFare', 'you', 'well,', 'people', 'of', 'Orphalese.\\n\\nThis', 'day', 'has', 'ended.\\n\\nIt', 'is', 'closing', 'upon', 'us', 'even', 'as', 'the\\nwater-lily', 'upon', 'its', 'own', 'tomorrow.\\n\\nWhat', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,\\n\\nAnd', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must\\nwe', 'come', 'together', 'and', 'together', 'stretch\\nour', 'hands', 'unto', 'the', 'giver.\\n\\nForget', 'not', 'that', 'I', 'shall', 'come', 'back', 'to\\nyou.\\n\\nA', 'little', 'while,', 'and', 'my', 'longing', 'shall\\ngather', 'dust', 'and', 'foam', 'for', 'another', 'body.\\n\\nA', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.\\n\\nFarewell', 'to', 'you', 'and', 'the', 'youth', 'I', 'have\\nspent', 'with', 'you.\\n\\nIt', 'was', 'but', 'yesterday', 'we', 'met', 'in', 'a\\ndream.', '', 'have', 'sung', 'to', 'me', 'in', 'my\\naloneness,', 'and', 'I', 'of', 'your', 'longings', 'have\\nbuilt', 'a', 'tower', 'in', 'the', 'sky.\\n\\nBut', 'now', 'our', 'sleep', 'has', 'fled', 'and', 'our', 'dream\\nis', 'over,', 'and', 'it', 'is', 'no', 'longer', 'dawn.\\n\\nThe', 'noontide', 'is', 'upon', 'us', 'and', 'our', 'half\\nwaking', 'has', 'turned', 'to', 'fuller', 'day,', 'and', 'we\\nmust', 'part.\\n\\nIf', 'in', 'the', 'twilight', 'of', 'memory', 'we', 'should\\nmeet', 'once', 'more,', 'we', 'shall', 'speak', 'again\\ntogether', 'and', 'you', 'shall', 'sing', 'to', 'me', 'a\\ndeeper', 'song.\\n\\nAnd', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another\\ndream', 'we', 'shall', 'build', 'another', 'tower', 'in\\nthe', 'sky.\\n\\n*****\\n\\nSo', 'saying', 'he', 'made', 'a', 'signal', 'to', 'the\\nseamen,', 'and', 'straightway', 'they', 'weighed\\nanchor', 'and', 'cast', 'the', 'ship', 'loose', 'from', 'its\\nmoorings,', 'and', 'they', 'moved', 'eastward.\\n\\nAnd', 'a', 'cry', 'came', 'from', 'the', 'people', 'as', 'from', 'a\\nsingle', 'heart,', 'and', 'it', 'rose', 'into', 'the', 'dusk\\nand', 'was', 'carried', 'out', 'over', 'the', 'sea', 'like', 'a\\ngreat', 'trumpeting.\\n\\nOnly', 'Almitra', 'was', 'silent,', 'gazing', 'after\\n', 'ship', 'until', 'it', 'had', 'vanished', 'into\\nthe', 'mist.\\n\\nAnd', 'when', 'all', 'the', 'people', 'were', 'dispersed\\nshe', 'still', 'stood', 'alone', 'upon', 'the', 'sea-wall,\\nremembering', 'in', 'her', 'heart', 'his', 'saying,\\n\\n“A', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon\\nthe', 'wind,', 'and', 'another', 'woman', 'shall', 'bear\\nme.”\\n\\n[Illustration:', '0134]\\n\\n\\n\\n\\n\\n\\n\\n\\nEnd', 'of', 'the', 'Project', 'Gutenberg', 'EBook', 'of', 'The', 'Prophet,', 'by', 'Kahlil', 'Gibran\\n\\n***', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'THE', 'PROPHET', '***\\n\\n*****', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****\\nThis', 'and', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:\\n', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/\\n\\nProduced', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously\\nprovided', 'by', 'the', 'Internet', 'Archive\\n\\n\\nUpdated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will\\nbe', 'renamed.\\n\\nCreating', 'the', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright\\nlaw', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,\\nso', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United\\nStates', 'without', 'permission', 'and', 'without', 'paying', 'copyright\\nroyalties.', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part\\nof', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project\\nGutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm\\nconcept', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,\\nand', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive\\nspecific', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this\\neBook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook\\nfor', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,\\nperformances', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given\\naway--you', 'may', 'do', 'practically', 'ANYTHING', 'in', 'the', 'United', 'States', 'with', 'eBooks\\nnot', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'the\\ntrademark', 'license,', 'especially', 'commercial', 'redistribution.\\n\\nSTART:', 'FULL', 'LICENSE\\n\\nTHE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE\\nPLEASE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK\\n\\nTo', 'protect', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'the', 'free\\ndistribution', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work\\n(or', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"),', 'you', 'agree', 'to', 'comply', 'with', 'all', 'the', 'terms', 'of', 'the', 'Full\\nProject', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at\\nwww.gutenberg.org/license.\\n\\nSection', '1.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project\\nGutenberg-tm', 'electronic', 'works\\n\\n1.A.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm\\nelectronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to\\nand', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property\\n(trademark/copyright)', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all\\nthe', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or\\ndestroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your\\npossession.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a\\nProject', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound\\nby', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the\\nperson', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph\\n1.E.8.\\n\\n1.B.', '\"Project', 'Gutenberg\"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be\\nused', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who\\nagree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few\\nthings', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works\\neven', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See\\nparagraph', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project\\nGutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this\\nagreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm\\nelectronic', 'works.', 'See', 'paragraph', '1.E', 'below.\\n\\n1.C.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the\\nFoundation\"', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection\\nof', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual\\nworks', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United\\nStates.', 'If', 'an', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'the\\nUnited', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not\\nclaim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,\\ndisplaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as\\nall', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope\\nthat', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting\\nfree', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm\\nworks', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the\\nProject', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily\\ncomply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the\\nsame', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when\\nyou', 'share', 'it', 'without', 'charge', 'with', 'others.\\n\\n1.D.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern\\nwhat', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are\\nin', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,\\ncheck', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this\\nagreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,\\ndistributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any\\nother', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no\\nrepresentations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any\\ncountry', 'outside', 'the', 'United', 'States.\\n\\n1.E.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:\\n\\n1.E.1.', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other\\nimmediate', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear\\nprominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work\\non', 'which', 'the', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', 'the\\nphrase', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,\\nperformed,', 'viewed,', 'copied', 'or', 'distributed:\\n\\n', '', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'in', 'the', 'United', 'States', 'and\\n', '', 'most', 'other', 'parts', 'of', 'the', 'world', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no\\n', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it\\n', '', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this\\n', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', 'the\\n', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'the', 'laws', 'of', 'the', 'country', 'where', 'you\\n', '', 'are', 'located', 'before', 'using', 'this', 'ebook.\\n\\n1.E.2.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is\\nderived', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not\\ncontain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the\\ncopyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in\\nthe', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are\\nredistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '\"Project\\nGutenberg\"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply\\neither', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or\\nobtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm\\ntrademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.\\n\\n1.E.3.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted\\nwith', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution\\nmust', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any\\nadditional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms\\nwill', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works\\nposted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the\\nbeginning', 'of', 'this', 'work.\\n\\n1.E.4.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm\\nLicense', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this\\nwork', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.\\n\\n1.E.5.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this\\nelectronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without\\nprominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with\\nactive', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project\\nGutenberg-tm', 'License.\\n\\n1.E.6.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,\\ncompressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including\\nany', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access\\nto', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format\\nother', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'the', 'official\\nversion', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site\\n(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense\\nto', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means\\nof', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '\"Plain\\nVanilla', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the\\nfull', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.\\n\\n1.E.7.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,\\nperforming,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works\\nunless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.\\n\\n1.E.8.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing\\naccess', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works\\nprovided', 'that\\n\\n*', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from\\n', '', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method\\n', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed\\n', '', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has\\n', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid\\n', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are\\n', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty\\n', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project\\n', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in\\n', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg\\n', '', 'Literary', 'Archive', 'Foundation.\"\\n\\n*', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies\\n', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he\\n', '', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm\\n', '', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all\\n', '', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue\\n', '', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm\\n', '', 'works.\\n\\n*', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of\\n', '', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the\\n', '', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of\\n', '', 'receipt', 'of', 'the', 'work.\\n\\n*', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free\\n', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.\\n\\n1.E.9.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than\\nare', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing\\nfrom', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'The\\nProject', 'Gutenberg', 'Trademark', 'LLC,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm\\ntrademark.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.\\n\\n1.F.\\n\\n1.F.1.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable\\neffort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread\\nworks', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'the', 'Project\\nGutenberg-tm', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may\\ncontain', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate\\nor', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other\\nintellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or\\nother', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or\\ncannot', 'be', 'read', 'by', 'your', 'equipment.\\n\\n1.F.2.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '\"Right\\nof', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project\\nGutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project\\nGutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all\\nliability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal\\nfees.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT\\nLIABILITY,', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE\\nPROVIDED', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE\\nTRADEMARK', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE\\nLIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR\\nINCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH\\nDAMAGE.\\n\\n1.F.3.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a\\ndefect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can\\nreceive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a\\nwritten', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you\\nreceived', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium\\nwith', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you\\nwith', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in\\nlieu', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person\\nor', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second\\nopportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If\\nthe', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing\\nwithout', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.\\n\\n1.F.4.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth\\nin', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO\\nOTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT\\nLIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.\\n\\n1.F.5.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied\\nwarranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of\\ndamages.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement\\nviolates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the\\nagreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or\\nlimitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or\\nunenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the\\nremaining', 'provisions.\\n\\n1.F.6.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the\\ntrademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone\\nproviding', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in\\naccordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the\\nproduction,', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm\\nelectronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,\\nincluding', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of\\nthe', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this\\nor', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or\\nadditions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any\\nDefect', 'you', 'cause.\\n\\nSection', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm\\n\\nProject', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of\\nelectronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of\\ncomputers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It\\nexists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations\\nfrom', 'people', 'in', 'all', 'walks', 'of', 'life.\\n\\nVolunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the\\nassistance', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\\ngoals\", 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will\\nremain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project\\nGutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure\\nand', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future\\ngenerations.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see\\nSections', '3', 'and', '4', 'and', 'the', 'Foundation', 'information', 'page', 'at\\nwww.gutenberg.org', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nThe', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit\\n501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the\\nstate', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal\\nRevenue', 'Service.', 'The', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification\\nnumber', 'is', '64-6221541.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by\\nU.S.', 'federal', 'laws', 'and', 'your', \"state's\", 'laws.\\n\\nThe', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'the\\nmailing', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its\\nvolunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous\\nlocations.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt\\nLake', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'and', 'up', 'to\\ndate', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', \"Foundation's\", 'web', 'site', 'and\\nofficial', 'page', 'at', 'www.gutenberg.org/contact\\n\\nFor', 'additional', 'contact', 'information:\\n\\n', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby\\n', '', '', '', 'Chief', 'Executive', 'and', 'Director\\n', '', '', '', 'gbnewby@pglaf.org\\n\\nSection', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg\\nLiterary', 'Archive', 'Foundation\\n\\nProject', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide\\nspread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of\\nincreasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be\\nfreely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest\\narray', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations\\n($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt\\nstatus', 'with', 'the', 'IRS.\\n\\nThe', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating\\ncharities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United\\nStates.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a\\nconsiderable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up\\nwith', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations\\nwhere', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND\\nDONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular\\nstate', 'visit', 'www.gutenberg.org/donate\\n\\nWhile', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we\\nhave', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition\\nagainst', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who\\napproach', 'us', 'with', 'offers', 'to', 'donate.\\n\\nInternational', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make\\nany', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from\\noutside', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.\\n\\nPlease', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation\\nmethods', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other\\nways', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To\\ndonate,', 'please', 'visit:', 'www.gutenberg.org/donate\\n\\nSection', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.\\n\\nProfessor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project\\nGutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be\\nfreely', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'and\\ndistributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of\\nvolunteer', 'support.\\n\\nProject', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed\\neditions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in\\nthe', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not\\nnecessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper\\nedition.\\n\\nMost', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search\\nfacility:', 'www.gutenberg.org\\n\\nThis', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,\\nincluding', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary\\nArchive', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to\\nsubscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.\\n\\n']\n" + ] + } + ], + "source": [ + "def references(prophet_1):\n", + " clean_w = []\n", + " for words_list in prophet_1:\n", + " for words in words_list:\n", + " cleaned_word = words.split('{')[0]\n", + " clean_w.append(cleaned_word)\n", + " return clean_w\n", + "\n", + "# Assuming prophet_1 is a list of strings\n", + "\n", + "clean_w = references(prophet_1)\n", + "print(clean_w)\n" ] }, { @@ -114,11 +174,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[['P', 'R', 'O', 'P', 'H', 'E', 'T', '\\n', '\\n', '|', 'A', 'l', 'm', 'u', 's', 't', 'a', 'f', 'a', ','], ['t', 'h', 'e'], ['c', 'h', 'o', 's', 'e', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'b', 'e', 'l', 'o', 'v', 'e', 'd', ','], ['w', 'h', 'o'], ['w', 'a', 's'], ['a'], ['d', 'a', 'w', 'n'], ['u', 'n', 't', 'o'], ['h', 'i', 's'], ['o', 'w', 'n', '\\n', 'd', 'a', 'y', ','], ['h', 'a', 'd'], ['w', 'a', 'i', 't', 'e', 'd'], ['t', 'w', 'e', 'l', 'v', 'e'], ['y', 'e', 'a', 'r', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '\\n', 'o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e'], ['f', 'o', 'r'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['t', 'o', '\\n', 'r', 'e', 't', 'u', 'r', 'n'], ['a', 'n', 'd'], ['b', 'e', 'a', 'r'], ['h', 'i', 'm'], ['b', 'a', 'c', 'k'], ['t', 'o'], ['t', 'h', 'e'], ['i', 's', 'l', 'e'], ['o', 'f', '\\n', 'h', 'i', 's'], ['b', 'i', 'r', 't', 'h', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['t', 'w', 'e', 'l', 'f', 't', 'h'], ['y', 'e', 'a', 'r', ','], ['o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'v', 'e', 'n', 't', 'h', '\\n', 'd', 'a', 'y'], ['o', 'f'], ['I', 'e', 'l', 'o', 'o', 'l', ','], ['t', 'h', 'e'], ['m', 'o', 'n', 't', 'h'], ['o', 'f'], ['r', 'e', 'a', 'p', 'i', 'n', 'g', ','], ['h', 'e', '\\n', 'c', 'l', 'i', 'm', 'b', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's', '\\n', 'a', 'n', 'd'], ['l', 'o', 'o', 'k', 'e', 'd'], ['s', 'e', 'a', 'w', 'a', 'r', 'd', ';'], ['a', 'n', 'd'], ['h', 'e'], ['b', 'e', 'h', 'e', 'l', 'd'], ['h', 'i', 's', '\\n', 's', 'h', 'i', 'p'], ['c', 'o', 'm', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['m', 'i', 's', 't', '.', '\\n', '\\n', 'T', 'h', 'e', 'n'], ['t', 'h', 'e'], ['g', 'a', 't', 'e', 's'], ['o', 'f'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't'], ['w', 'e', 'r', 'e'], ['f', 'l', 'u', 'n', 'g', '\\n', 'o', 'p', 'e', 'n', ','], ['a', 'n', 'd'], ['h', 'i', 's'], ['j', 'o', 'y'], ['f', 'l', 'e', 'w'], ['f', 'a', 'r'], ['o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a', '.', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['c', 'l', 'o', 's', 'e', 'd'], ['h', 'i', 's'], ['e', 'y', 'e', 's'], ['a', 'n', 'd'], ['p', 'r', 'a', 'y', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['o', 'f'], ['h', 'i', 's'], ['s', 'o', 'u', 'l', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'B', 'u', 't'], ['a', 's'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', ','], ['a'], ['s', 'a', 'd', 'n', 'e', 's', 's', '\\n', 'c', 'a', 'm', 'e'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['h', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['i', 'n'], ['h', 'i', 's', '\\n', 'h', 'e', 'a', 'r', 't', ':', '\\n', '\\n', 'H', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['g', 'o'], ['i', 'n'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't', '\\n', 's', 'o', 'r', 'r', 'o', 'w', '?'], ['N', 'a', 'y', ','], ['n', 'o', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['w', 'o', 'u', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'p', 'i', 'r', 'i', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'i', 's'], ['c', 'i', 't', 'y', '.'], [], ['t', 'h', 'e'], ['d', 'a', 'y', 's'], ['o', 'f'], ['p', 'a', 'i', 'n'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'p', 'e', 'n', 't', '\\n', 'w', 'i', 't', 'h', 'i', 'n'], ['i', 't', 's'], ['w', 'a', 'l', 'l', 's', ','], ['a', 'n', 'd'], ['l', 'o', 'n', 'g'], ['w', 'e', 'r', 'e'], ['t', 'h', 'e', '\\n', 'n', 'i', 'g', 'h', 't', 's'], ['o', 'f'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ';'], ['a', 'n', 'd'], ['w', 'h', 'o'], ['c', 'a', 'n'], ['d', 'e', 'p', 'a', 'r', 't', '\\n', 'f', 'r', 'o', 'm'], ['h', 'i', 's'], ['p', 'a', 'i', 'n'], ['a', 'n', 'd'], ['h', 'i', 's'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't', '\\n', 'r', 'e', 'g', 'r', 'e', 't', '?', '\\n', '\\n', 'T', 'o', 'o'], ['m', 'a', 'n', 'y'], ['f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['h', 'a', 'v', 'e'], ['I', '\\n', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd'], ['t', 'o', 'o'], ['m', 'a', 'n', 'y', '\\n', 'a', 'r', 'e'], ['t', 'h', 'e'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['o', 'f'], ['m', 'y'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['w', 'a', 'l', 'k', '\\n', 'n', 'a', 'k', 'e', 'd'], ['a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e', 's', 'e'], ['h', 'i', 'l', 'l', 's', ','], ['a', 'n', 'd'], ['I'], ['c', 'a', 'n', 'n', 'o', 't', '\\n', 'w', 'i', 't', 'h', 'd', 'r', 'a', 'w'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', 'm'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['b', 'u', 'r', 'd', 'e', 'n'], ['a', 'n', 'd', '\\n', 'a', 'n'], ['a', 'c', 'h', 'e', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['g', 'a', 'r', 'm', 'e', 'n', 't'], ['I'], ['c', 'a', 's', 't'], ['o', 'f', 'f'], ['t', 'h', 'i', 's', '\\n', 'd', 'a', 'y', ','], ['b', 'u', 't'], ['a'], ['s', 'k', 'i', 'n'], ['t', 'h', 'a', 't'], ['I'], ['t', 'e', 'a', 'r'], ['w', 'i', 't', 'h'], ['m', 'y'], ['o', 'w', 'n', '\\n', 'h', 'a', 'n', 'd', 's', '.', '\\n', '\\n', 'N', 'o', 'r'], ['i', 's'], ['i', 't'], ['a'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['I'], ['l', 'e', 'a', 'v', 'e'], ['b', 'e', 'h', 'i', 'n', 'd'], ['m', 'e', ',', '\\n', 'b', 'u', 't'], ['a'], ['h', 'e', 'a', 'r', 't'], ['m', 'a', 'd', 'e'], ['s', 'w', 'e', 'e', 't'], ['w', 'i', 't', 'h'], ['h', 'u', 'n', 'g', 'e', 'r'], ['a', 'n', 'd', '\\n', 'w', 'i', 't', 'h'], ['t', 'h', 'i', 'r', 's', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'e', 't'], ['I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'a', 'r', 'r', 'y'], ['l', 'o', 'n', 'g', 'e', 'r', '.', '\\n', '\\n', 'T', 'h', 'e'], ['s', 'e', 'a'], ['t', 'h', 'a', 't'], ['c', 'a', 'l', 'l', 's'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['u', 'n', 't', 'o'], ['h', 'e', 'r', '\\n', 'c', 'a', 'l', 'l', 's'], ['m', 'e', ','], ['a', 'n', 'd'], ['I'], ['m', 'u', 's', 't'], ['e', 'm', 'b', 'a', 'r', 'k', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'o'], ['s', 't', 'a', 'y', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r', 's'], ['b', 'u', 'r', 'n'], ['i', 'n', '\\n', 't', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ','], ['i', 's'], ['t', 'o'], ['f', 'r', 'e', 'e', 'z', 'e'], ['a', 'n', 'd'], ['c', 'r', 'y', 's', 't', 'a', 'l', 'l', 'i', 'z', 'e', '\\n', 'a', 'n', 'd'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd'], ['i', 'n'], ['a'], ['m', 'o', 'u', 'l', 'd', '.', '\\n', '\\n', 'F', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['m', 'e'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['i', 's', '\\n', 'h', 'e', 'r', 'e', '.'], ['B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I', '?', '\\n', '\\n', 'A'], ['v', 'o', 'i', 'c', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['c', 'a', 'r', 'r', 'y'], ['t', 'h', 'e'], ['t', 'o', 'n', 'g', 'u', 'e'], ['a', 'n', 'd', '\\n'], ['l', 'i', 'p', 's'], ['t', 'h', 'a', 't'], ['g', 'a', 'v', 'e'], ['i', 't'], ['w', 'i', 'n', 'g', 's', '.'], ['A', 'l', 'o', 'n', 'e', '\\n', 'm', 'u', 's', 't'], ['i', 't'], ['s', 'e', 'e', 'k'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r', '.', '\\n', '\\n', 'A', 'n', 'd'], ['a', 'l', 'o', 'n', 'e'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['h', 'i', 's'], ['n', 'e', 's', 't'], ['s', 'h', 'a', 'l', 'l'], ['t', 'h', 'e', '\\n', 'e', 'a', 'g', 'l', 'e'], ['f', 'l', 'y'], ['a', 'c', 'r', 'o', 's', 's'], ['t', 'h', 'e'], ['s', 'u', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'N', 'o', 'w'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['f', 'o', 'o', 't'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'h', 'i', 'l', 'l', ','], ['h', 'e'], ['t', 'u', 'r', 'n', 'e', 'd'], ['a', 'g', 'a', 'i', 'n'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['s', 'e', 'a', ',', '\\n', 'a', 'n', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['a', 'p', 'p', 'r', 'o', 'a', 'c', 'h', 'i', 'n', 'g'], ['t', 'h', 'e', '\\n', 'h', 'a', 'r', 'b', 'o', 'u', 'r', ','], ['a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['h', 'e', 'r'], ['p', 'r', 'o', 'w'], ['t', 'h', 'e'], ['m', 'a', 'r', 'i', 'n', 'e', 'r', 's', ',', '\\n', 't', 'h', 'e'], ['m', 'e', 'n'], ['o', 'f'], ['h', 'i', 's'], ['o', 'w', 'n'], ['l', 'a', 'n', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['c', 'r', 'i', 'e', 'd'], ['o', 'u', 't'], ['t', 'o'], ['t', 'h', 'e', 'm', ','], ['a', 'n', 'd'], ['h', 'e', '\\n', 's', 'a', 'i', 'd', ':', '\\n', '\\n', 'S', 'o', 'n', 's'], ['o', 'f'], ['m', 'y'], ['a', 'n', 'c', 'i', 'e', 'n', 't'], ['m', 'o', 't', 'h', 'e', 'r', ','], ['y', 'o', 'u'], ['r', 'i', 'd', 'e', 'r', 's'], ['o', 'f', '\\n', 't', 'h', 'e'], ['t', 'i', 'd', 'e', 's', ',', '\\n', '\\n', 'H', 'o', 'w'], ['o', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'a', 'i', 'l', 'e', 'd'], ['i', 'n'], ['m', 'y'], ['d', 'r', 'e', 'a', 'm', 's', '.', '\\n', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u'], ['c', 'o', 'm', 'e'], ['i', 'n'], ['m', 'y'], ['a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', ','], ['w', 'h', 'i', 'c', 'h', '\\n', 'i', 's'], ['m', 'y'], ['d', 'e', 'e', 'p', 'e', 'r'], ['d', 'r', 'e', 'a', 'm', '.', '\\n', '\\n', 'R', 'e', 'a', 'd', 'y'], ['a', 'm'], ['I'], ['t', 'o'], ['g', 'o', ','], ['a', 'n', 'd'], ['m', 'y'], ['e', 'a', 'g', 'e', 'r', 'n', 'e', 's', 's'], ['w', 'i', 't', 'h', '\\n', 's', 'a', 'i', 'l', 's'], ['f', 'u', 'l', 'l'], ['s', 'e', 't'], ['a', 'w', 'a', 'i', 't', 's'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '.', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['w', 'i', 'l', 'l'], ['I'], ['b', 'r', 'e', 'a', 't', 'h', 'e'], ['i', 'n', '\\n', 't', 'h', 'i', 's'], ['s', 't', 'i', 'l', 'l'], ['a', 'i', 'r', ','], ['o', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['l', 'o', 'v', 'i', 'n', 'g'], ['l', 'o', 'o', 'k', '\\n', 'c', 'a', 's', 't'], ['b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['s', 't', 'a', 'n', 'd'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u', ','], ['a', '\\n', 's', 'e', 'a', 'f', 'a', 'r', 'e', 'r'], ['a', 'm', 'o', 'n', 'g'], ['s', 'e', 'a', 'f', 'a', 'r', 'e', 'r', 's', '.'], [], ['y', 'o', 'u', ',', '\\n', 'v', 'a', 's', 't'], ['s', 'e', 'a', ','], ['s', 'l', 'e', 'e', 'p', 'l', 'e', 's', 's'], ['m', 'o', 't', 'h', 'e', 'r', ',', '\\n', '\\n', 'W', 'h', 'o'], ['a', 'l', 'o', 'n', 'e'], ['a', 'r', 'e'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['t', 'o'], ['t', 'h', 'e', '\\n', 'r', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 't', 'r', 'e', 'a', 'm', ',', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'i', 'n', 'd', 'i', 'n', 'g'], ['w', 'i', 'l', 'l'], ['t', 'h', 'i', 's'], ['s', 't', 'r', 'e', 'a', 'm', '\\n', 'm', 'a', 'k', 'e', ','], ['o', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['m', 'u', 'r', 'm', 'u', 'r'], ['i', 'n'], ['t', 'h', 'i', 's'], ['g', 'l', 'a', 'd', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u', ','], ['a', '\\n', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['d', 'r', 'o', 'p'], ['t', 'o'], ['a'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['o', 'c', 'e', 'a', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['a', 's'], ['h', 'e'], ['w', 'a', 'l', 'k', 'e', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['f', 'r', 'o', 'm'], ['a', 'f', 'a', 'r'], ['m', 'e', 'n', '\\n', 'a', 'n', 'd'], ['w', 'o', 'm', 'e', 'n'], ['l', 'e', 'a', 'v', 'i', 'n', 'g'], ['t', 'h', 'e', 'i', 'r'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r', '\\n', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['a', 'n', 'd'], ['h', 'a', 's', 't', 'e', 'n', 'i', 'n', 'g'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '\\n', 'g', 'a', 't', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['h', 'e', 'a', 'r', 'd'], ['t', 'h', 'e', 'i', 'r'], ['v', 'o', 'i', 'c', 'e', 's'], ['c', 'a', 'l', 'l', 'i', 'n', 'g'], ['h', 'i', 's', '\\n', 'n', 'a', 'm', 'e', ','], ['a', 'n', 'd'], ['s', 'h', 'o', 'u', 't', 'i', 'n', 'g'], ['f', 'r', 'o', 'm'], ['f', 'i', 'e', 'l', 'd'], ['t', 'o'], ['f', 'i', 'e', 'l', 'd', '\\n', 't', 'e', 'l', 'l', 'i', 'n', 'g'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'm', 'i', 'n', 'g'], ['o', 'f'], ['h', 'i', 's', '\\n', 's', 'h', 'i', 'p', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd'], ['t', 'o'], ['h', 'i', 'm', 's', 'e', 'l', 'f', ':', '\\n', '\\n', 'S', 'h', 'a', 'l', 'l'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f'], ['p', 'a', 'r', 't', 'i', 'n', 'g'], ['b', 'e'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f', '\\n', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g', '?', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['i', 't'], ['b', 'e'], ['s', 'a', 'i', 'd'], ['t', 'h', 'a', 't'], ['m', 'y'], ['e', 'v', 'e'], ['w', 'a', 's'], ['i', 'n', '\\n', 't', 'r', 'u', 't', 'h'], ['m', 'y'], ['d', 'a', 'w', 'n', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['g', 'i', 'v', 'e'], ['u', 'n', 't', 'o'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['h', 'a', 's', '\\n', 'l', 'e', 'f', 't'], ['h', 'i', 's'], ['p', 'l', 'o', 'u', 'g', 'h'], ['i', 'n'], ['m', 'i', 'd', 'f', 'u', 'r', 'r', 'o', 'w', ','], ['o', 'r'], ['t', 'o', '\\n', 'h', 'i', 'm'], ['w', 'h', 'o'], ['h', 'a', 's'], ['s', 't', 'o', 'p', 'p', 'e', 'd'], ['t', 'h', 'e'], ['w', 'h', 'e', 'e', 'l'], ['o', 'f'], ['h', 'i', 's', '\\n', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '?'], [], ['m', 'y'], ['h', 'e', 'a', 'r', 't'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a', '\\n', 't', 'r', 'e', 'e'], ['h', 'e', 'a', 'v', 'y', '-', 'l', 'a', 'd', 'e', 'n'], ['w', 'i', 't', 'h'], ['f', 'r', 'u', 'i', 't'], ['t', 'h', 'a', 't'], ['I'], ['m', 'a', 'y', '\\n', 'g', 'a', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', 'm', '?', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['m', 'y'], ['d', 'e', 's', 'i', 'r', 'e', 's'], ['f', 'l', 'o', 'w'], ['l', 'i', 'k', 'e'], ['a', '\\n', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['t', 'h', 'a', 't'], ['I'], ['m', 'a', 'y'], ['f', 'i', 'l', 'l'], ['t', 'h', 'e', 'i', 'r'], ['c', 'u', 'p', 's', '?', '\\n', '\\n', 'A', 'm'], ['I'], ['a'], ['h', 'a', 'r', 'p'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'g', 'h', 't', 'y', '\\n', 'm', 'a', 'y'], ['t', 'o', 'u', 'c', 'h'], ['m', 'e', ','], ['o', 'r'], ['a'], ['f', 'l', 'u', 't', 'e'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['b', 'r', 'e', 'a', 't', 'h', '\\n', 'm', 'a', 'y'], ['p', 'a', 's', 's'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['m', 'e', '?', '\\n', '\\n', 'A'], ['s', 'e', 'e', 'k', 'e', 'r'], ['o', 'f'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['a', 'm'], ['I', ','], ['a', 'n', 'd'], ['w', 'h', 'a', 't', '\\n', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['h', 'a', 'v', 'e'], ['I'], ['f', 'o', 'u', 'n', 'd'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['t', 'h', 'a', 't'], ['I', '\\n', 'm', 'a', 'y'], ['d', 'i', 's', 'p', 'e', 'n', 's', 'e'], ['w', 'i', 't', 'h'], ['c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', '?', '\\n', '\\n', 'I', 'f'], ['t', 'h', 'i', 's'], ['i', 's'], ['m', 'y'], ['d', 'a', 'y'], ['o', 'f'], ['h', 'a', 'r', 'v', 'e', 's', 't', ','], ['i', 'n'], ['w', 'h', 'a', 't', '\\n', 'f', 'i', 'e', 'l', 'd', 's'], ['h', 'a', 'v', 'e'], ['I'], ['s', 'o', 'w', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'e', 'd', ','], ['a', 'n', 'd'], ['i', 'n', '\\n', 'w', 'h', 'a', 't'], ['u', 'n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd'], ['s', 'e', 'a', 's', 'o', 'n', 's', '?', '\\n', '\\n', 'I', 'f'], ['t', 'h', 'i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['b', 'e'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r'], ['i', 'n'], ['w', 'h', 'i', 'c', 'h'], ['I', '\\n', 'l', 'i', 'f', 't'], ['u', 'p'], ['m', 'y'], ['l', 'a', 'n', 't', 'e', 'r', 'n', ','], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['m', 'y'], ['f', 'l', 'a', 'm', 'e', '\\n', 't', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'u', 'r', 'n'], ['t', 'h', 'e', 'r', 'e', 'i', 'n', '.', '\\n', '\\n', 'E', 'm', 'p', 't', 'y'], ['a', 'n', 'd'], ['d', 'a', 'r', 'k'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['r', 'a', 'i', 's', 'e'], ['m', 'y'], ['l', 'a', 'n', 't', 'e', 'r', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['g', 'u', 'a', 'r', 'd', 'i', 'a', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'l', 'l', '\\n', 'i', 't'], ['w', 'i', 't', 'h'], ['o', 'i', 'l'], ['a', 'n', 'd'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['l', 'i', 'g', 'h', 't'], ['i', 't'], ['a', 'l', 's', 'o', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'T', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['h', 'e'], ['s', 'a', 'i', 'd'], ['i', 'n'], ['w', 'o', 'r', 'd', 's', '.'], ['B', 'u', 't'], ['m', 'u', 'c', 'h', '\\n', 'i', 'n'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't'], ['r', 'e', 'm', 'a', 'i', 'n', 'e', 'd'], ['u', 'n', 's', 'a', 'i', 'd', '.'], ['F', 'o', 'r'], [], ['c', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'p', 'e', 'a', 'k'], ['h', 'i', 's'], ['d', 'e', 'e', 'p', 'e', 'r', '\\n', 's', 'e', 'c', 'r', 'e', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '2', '0', ']', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['e', 'n', 't', 'e', 'r', 'e', 'd'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['a', 'l', 'l', '\\n', 't', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['m', 'e', 'e', 't'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y', '\\n', 'w', 'e', 'r', 'e'], ['c', 'r', 'y', 'i', 'n', 'g'], ['o', 'u', 't'], ['t', 'o'], ['h', 'i', 'm'], ['a', 's'], ['w', 'i', 't', 'h'], ['o', 'n', 'e', '\\n', 'v', 'o', 'i', 'c', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['e', 'l', 'd', 'e', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['s', 't', 'o', 'o', 'd'], ['f', 'o', 'r', 't', 'h', '\\n', 'a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'G', 'o'], ['n', 'o', 't'], ['y', 'e', 't'], ['a', 'w', 'a', 'y'], ['f', 'r', 'o', 'm'], ['u', 's', '.', '\\n', '\\n', 'A'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'e', 'n'], ['i', 'n'], ['o', 'u', 'r', '\\n', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', ','], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h'], ['h', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['u', 's', '\\n', 'd', 'r', 'e', 'a', 'm', 's'], ['t', 'o'], ['d', 'r', 'e', 'a', 'm', '.', '\\n', '\\n', 'N', 'o'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['a', 'm', 'o', 'n', 'g'], ['u', 's', ','], ['n', 'o', 'r', '\\n', 'a'], ['g', 'u', 'e', 's', 't', ','], ['b', 'u', 't'], ['o', 'u', 'r'], ['s', 'o', 'n'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['d', 'e', 'a', 'r', 'l', 'y', '\\n', 'b', 'e', 'l', 'o', 'v', 'e', 'd', '.', '\\n', '\\n', 'S', 'u', 'f', 'f', 'e', 'r'], ['n', 'o', 't'], ['y', 'e', 't'], ['o', 'u', 'r'], ['e', 'y', 'e', 's'], ['t', 'o'], ['h', 'u', 'n', 'g', 'e', 'r'], ['f', 'o', 'r', '\\n', 'y', 'o', 'u', 'r'], ['f', 'a', 'c', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's', 'e', 's'], ['s', 'a', 'i', 'd', '\\n', 'u', 'n', 't', 'o'], ['h', 'i', 'm', ':', '\\n', '\\n', 'L', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'e'], ['w', 'a', 'v', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['u', 's', '\\n', 'n', 'o', 'w', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['y', 'e', 'a', 'r', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'p', 'e', 'n', 't'], ['i', 'n'], ['o', 'u', 'r', '\\n', 'm', 'i', 'd', 's', 't'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a'], ['m', 'e', 'm', 'o', 'r', 'y', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['w', 'a', 'l', 'k', 'e', 'd'], ['a', 'm', 'o', 'n', 'g'], ['u', 's'], ['a'], ['s', 'p', 'i', 'r', 'i', 't', ',', '\\n'], ['y', 'o', 'u', 'r'], ['s', 'h', 'a', 'd', 'o', 'w'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['a'], ['l', 'i', 'g', 'h', 't', '\\n', 'u', 'p', 'o', 'n'], ['o', 'u', 'r'], ['f', 'a', 'c', 'e', 's', '.', '\\n', '\\n', 'M', 'u', 'c', 'h'], ['h', 'a', 'v', 'e'], ['w', 'e'], ['l', 'o', 'v', 'e', 'd'], ['y', 'o', 'u', '.'], ['B', 'u', 't'], ['s', 'p', 'e', 'e', 'c', 'h', 'l', 'e', 's', 's', '\\n', 'w', 'a', 's'], ['o', 'u', 'r'], ['l', 'o', 'v', 'e', ','], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['v', 'e', 'i', 'l', 's'], ['h', 'a', 's'], ['i', 't'], ['b', 'e', 'e', 'n', '\\n', 'v', 'e', 'i', 'l', 'e', 'd', '.', '\\n', '\\n', 'Y', 'e', 't'], ['n', 'o', 'w'], ['i', 't'], ['c', 'r', 'i', 'e', 's'], ['a', 'l', 'o', 'u', 'd'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', ','], ['a', 'n', 'd', '\\n', 'w', 'o', 'u', 'l', 'd'], ['s', 't', 'a', 'n', 'd'], ['r', 'e', 'v', 'e', 'a', 'l', 'e', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['y', 'o', 'u', '.', '\\n', '\\n', 'A', 'n', 'd'], ['e', 'v', 'e', 'r'], ['h', 'a', 's'], ['i', 't'], ['b', 'e', 'e', 'n'], ['t', 'h', 'a', 't'], ['l', 'o', 'v', 'e'], ['k', 'n', 'o', 'w', 's', '\\n', 'n', 'o', 't'], ['i', 't', 's'], ['o', 'w', 'n'], ['d', 'e', 'p', 't', 'h'], ['u', 'n', 't', 'i', 'l'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r'], ['o', 'f', '\\n', 's', 'e', 'p', 'a', 'r', 'a', 't', 'i', 'o', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['c', 'a', 'm', 'e'], ['a', 'l', 's', 'o'], ['a', 'n', 'd'], ['e', 'n', 't', 'r', 'e', 'a', 't', 'e', 'd'], ['h', 'i', 'm', '.', '\\n', 'B', 'u', 't'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['t', 'h', 'e', 'm'], ['n', 'o', 't', '.'], ['H', 'e'], ['o', 'n', 'l', 'y'], ['b', 'e', 'n', 't', '\\n', 'h', 'i', 's'], ['h', 'e', 'a', 'd', ';'], ['a', 'n', 'd'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['s', 't', 'o', 'o', 'd'], ['n', 'e', 'a', 'r'], ['s', 'a', 'w', '\\n', 'h', 'i', 's'], ['t', 'e', 'a', 'r', 's'], ['f', 'a', 'l', 'l', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['h', 'i', 's'], ['b', 'r', 'e', 'a', 's', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['p', 'r', 'o', 'c', 'e', 'e', 'd', 'e', 'd'], ['t', 'o', 'w', 'a', 'r', 'd', 's', '\\n', 't', 'h', 'e'], ['g', 'r', 'e', 'a', 't'], ['s', 'q', 'u', 'a', 'r', 'e'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['c', 'a', 'm', 'e'], ['o', 'u', 't'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'a', 'n', 'c', 't', 'u', 'a', 'r', 'y'], ['a', '\\n', 'w', 'o', 'm', 'a', 'n'], ['w', 'h', 'o', 's', 'e'], ['n', 'a', 'm', 'e'], ['w', 'a', 's'], ['A', 'l', 'm', 'i', 't', 'r', 'a', '.'], ['A', 'n', 'd'], ['s', 'h', 'e', '\\n', 'w', 'a', 's'], ['a'], ['s', 'e', 'e', 'r', 'e', 's', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['l', 'o', 'o', 'k', 'e', 'd'], ['u', 'p', 'o', 'n'], ['h', 'e', 'r'], ['w', 'i', 't', 'h'], ['e', 'x', 'c', 'e', 'e', 'd', 'i', 'n', 'g', '\\n', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', ','], ['f', 'o', 'r'], ['i', 't'], ['w', 'a', 's'], ['s', 'h', 'e'], ['w', 'h', 'o'], ['h', 'a', 'd'], ['f', 'i', 'r', 's', 't', '\\n', 's', 'o', 'u', 'g', 'h', 't'], ['a', 'n', 'd'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'd'], ['i', 'n'], ['h', 'i', 'm'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['h', 'a', 'd', '\\n', 'b', 'e', 'e', 'n'], ['b', 'u', 't'], ['a'], ['d', 'a', 'y'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['c', 'i', 't', 'y', '.'], [], ['h', 'a', 'i', 'l', 'e', 'd'], ['h', 'i', 'm', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'P', 'r', 'o', 'p', 'h', 'e', 't'], ['o', 'f'], ['G', 'o', 'd', ','], ['i', 'n'], ['q', 'u', 'e', 's', 't'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'u', 't', 't', 'e', 'r', 'm', 'o', 's', 't', ','], ['l', 'o', 'n', 'g'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'e', 'a', 'r', 'c', 'h', 'e', 'd'], ['t', 'h', 'e', '\\n', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'h', 'i', 'p', '.', '\\n', '\\n', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u', 'r'], ['s', 'h', 'i', 'p'], ['h', 'a', 's'], ['c', 'o', 'm', 'e', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['m', 'u', 's', 't', '\\n', 'n', 'e', 'e', 'd', 's'], ['g', 'o', '.', '\\n', '\\n', 'D', 'e', 'e', 'p'], ['i', 's'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'a', 'n', 'd'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['m', 'e', 'm', 'o', 'r', 'i', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'w', 'e', 'l', 'l', 'i', 'n', 'g'], ['p', 'l', 'a', 'c', 'e', '\\n', 'o', 'f'], ['y', 'o', 'u', 'r'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ';'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['l', 'o', 'v', 'e', '\\n', 'w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['b', 'i', 'n', 'd'], ['y', 'o', 'u'], ['n', 'o', 'r'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['h', 'o', 'l', 'd', '\\n', 'y', 'o', 'u', '.', '\\n', '\\n', 'Y', 'e', 't'], ['t', 'h', 'i', 's'], ['w', 'e'], ['a', 's', 'k'], ['e', 'r', 'e'], ['y', 'o', 'u'], ['l', 'e', 'a', 'v', 'e'], ['u', 's', ','], ['t', 'h', 'a', 't', '\\n', 'y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e'], ['u', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 't', 'r', 'u', 't', 'h', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'e'], ['w', 'i', 'l', 'l'], ['g', 'i', 'v', 'e'], ['i', 't'], ['u', 'n', 't', 'o'], ['o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ',', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', 'i', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ','], ['a', 'n', 'd'], ['i', 't', '\\n', 's', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['p', 'e', 'r', 'i', 's', 'h', '.', '\\n', '\\n', 'I', 'n'], ['y', 'o', 'u', 'r'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['w', 'a', 't', 'c', 'h', 'e', 'd'], ['w', 'i', 't', 'h', '\\n', 'o', 'u', 'r'], ['d', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['y', 'o', 'u', '\\n', 'h', 'a', 'v', 'e'], ['l', 'i', 's', 't', 'e', 'n', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['w', 'e', 'e', 'p', 'i', 'n', 'g'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['o', 'f'], ['o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p', '.', '\\n', '\\n', 'N', 'o', 'w'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['d', 'i', 's', 'c', 'l', 'o', 's', 'e'], ['u', 's'], ['t', 'o'], ['o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', ',', '\\n', 'a', 'n', 'd'], ['t', 'e', 'l', 'l'], ['u', 's'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['s', 'h', 'o', 'w', 'n', '\\n', 'y', 'o', 'u'], ['o', 'f'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['b', 'e', 't', 'w', 'e', 'e', 'n'], ['b', 'i', 'r', 't', 'h'], ['a', 'n', 'd', '\\n', 'd', 'e', 'a', 't', 'h', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', '\\n', '\\n', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['o', 'f'], ['w', 'h', 'a', 't'], ['c', 'a', 'n'], ['I', '\\n'], ['s', 'a', 'v', 'e'], ['o', 'f'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['e', 'v', 'e', 'n'], ['n', 'o', 'w', '\\n', 'm', 'o', 'v', 'i', 'n', 'g'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', 's', '?', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n', 'T', 'h', 'e', 'n'], ['s', 'a', 'i', 'd'], ['A', 'l', 'm', 'i', 't', 'r', 'a', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'L', 'o', 'v', 'e', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['r', 'a', 'i', 's', 'e', 'd'], ['h', 'i', 's'], ['h', 'e', 'a', 'd'], ['a', 'n', 'd'], ['l', 'o', 'o', 'k', 'e', 'd'], ['u', 'p', 'o', 'n', '\\n', 't', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['f', 'e', 'l', 'l'], ['a'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '\\n', 'u', 'p', 'o', 'n'], ['t', 'h', 'e', 'm', '.'], ['A', 'n', 'd'], ['w', 'i', 't', 'h'], ['a'], ['g', 'r', 'e', 'a', 't'], ['v', 'o', 'i', 'c', 'e'], ['h', 'e', '\\n', 's', 'a', 'i', 'd', ':', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['l', 'o', 'v', 'e'], ['b', 'e', 'c', 'k', 'o', 'n', 's'], ['t', 'o'], ['y', 'o', 'u', ','], ['f', 'o', 'l', 'l', 'o', 'w'], ['h', 'i', 'm', ',', '\\n', '\\n', 'T', 'h', 'o', 'u', 'g', 'h'], ['h', 'i', 's'], ['w', 'a', 'y', 's'], ['a', 'r', 'e'], ['h', 'a', 'r', 'd'], ['a', 'n', 'd'], ['s', 't', 'e', 'e', 'p', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'i', 's'], ['w', 'i', 'n', 'g', 's'], ['e', 'n', 'f', 'o', 'l', 'd'], ['y', 'o', 'u'], ['y', 'i', 'e', 'l', 'd'], ['t', 'o', '\\n', 'h', 'i', 'm', ',', '\\n', '\\n', 'T', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['s', 'w', 'o', 'r', 'd'], ['h', 'i', 'd', 'd', 'e', 'n'], ['a', 'm', 'o', 'n', 'g'], ['h', 'i', 's', '\\n', 'p', 'i', 'n', 'i', 'o', 'n', 's'], ['m', 'a', 'y'], ['w', 'o', 'u', 'n', 'd'], ['y', 'o', 'u', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['s', 'p', 'e', 'a', 'k', 's'], ['t', 'o'], ['y', 'o', 'u'], ['b', 'e', 'l', 'i', 'e', 'v', 'e'], ['i', 'n', '\\n', 'h', 'i', 'm', ',', '\\n', '\\n', 'T', 'h', 'o', 'u', 'g', 'h'], ['h', 'i', 's'], ['v', 'o', 'i', 'c', 'e'], ['m', 'a', 'y'], ['s', 'h', 'a', 't', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '\\n', 'a', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd'], ['l', 'a', 'y', 's'], ['w', 'a', 's', 't', 'e'], ['t', 'h', 'e'], ['g', 'a', 'r', 'd', 'e', 'n', '.', '\\n', '\\n', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['l', 'o', 'v', 'e'], ['c', 'r', 'o', 'w', 'n', 's'], ['y', 'o', 'u'], ['s', 'o'], ['s', 'h', 'a', 'l', 'l', '\\n', 'h', 'e'], ['c', 'r', 'u', 'c', 'i', 'f', 'y'], ['y', 'o', 'u', '.'], ['E', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['i', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r', '\\n', 'g', 'r', 'o', 'w', 't', 'h'], ['s', 'o'], ['i', 's'], ['h', 'e'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['p', 'r', 'u', 'n', 'i', 'n', 'g', '.', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['a', 's', 'c', 'e', 'n', 'd', 's'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['h', 'e', 'i', 'g', 'h', 't'], ['a', 'n', 'd', '\\n'], ['y', 'o', 'u', 'r'], ['t', 'e', 'n', 'd', 'e', 'r', 'e', 's', 't'], ['b', 'r', 'a', 'n', 'c', 'h', 'e', 's', '\\n', 't', 'h', 'a', 't'], ['q', 'u', 'i', 'v', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n', ',', '\\n', '\\n', 'S', 'o'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['r', 'o', 'o', 't', 's'], ['a', 'n', 'd', '\\n', 's', 'h', 'a', 'k', 'e'], ['t', 'h', 'e', 'm'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['c', 'l', 'i', 'n', 'g', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e', '\\n', 'e', 'a', 'r', 't', 'h', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['s', 'h', 'e', 'a', 'v', 'e', 's'], ['o', 'f'], ['c', 'o', 'r', 'n'], ['h', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 's'], ['y', 'o', 'u'], ['u', 'n', 't', 'o', '\\n', 'h', 'i', 'm', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'H', 'e'], ['t', 'h', 'r', 'e', 's', 'h', 'e', 's'], ['y', 'o', 'u'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['y', 'o', 'u'], ['n', 'a', 'k', 'e', 'd', '.', '\\n', '\\n', 'H', 'e'], ['s', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['t', 'o'], ['f', 'r', 'e', 'e'], ['y', 'o', 'u'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r', '\\n', 'h', 'u', 's', 'k', 's', '.', '\\n', '\\n', 'H', 'e'], ['g', 'r', 'i', 'n', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['w', 'h', 'i', 't', 'e', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'H', 'e'], ['k', 'n', 'e', 'a', 'd', 's'], ['y', 'o', 'u'], ['u', 'n', 't', 'i', 'l'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['p', 'l', 'i', 'a', 'n', 't', ';', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['h', 'e'], ['a', 's', 's', 'i', 'g', 'n', 's'], ['y', 'o', 'u'], ['t', 'o'], ['h', 'i', 's'], ['s', 'a', 'c', 'r', 'e', 'd', '\\n', 'f', 'i', 'r', 'e', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['b', 'e', 'c', 'o', 'm', 'e'], ['s', 'a', 'c', 'r', 'e', 'd'], ['b', 'r', 'e', 'a', 'd', '\\n', 'f', 'o', 'r'], ['G', 'o', 'd', '’', 's'], ['s', 'a', 'c', 'r', 'e', 'd'], ['f', 'e', 'a', 's', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'l', 'l'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['s', 'h', 'a', 'l', 'l'], ['l', 'o', 'v', 'e'], ['d', 'o'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', '\\n', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'a', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a', '\\n', 'f', 'r', 'a', 'g', 'm', 'e', 'n', 't'], ['o', 'f'], ['L', 'i', 'f', 'e', '’', 's'], ['h', 'e', 'a', 'r', 't', '.', '\\n', '\\n', 'B', 'u', 't'], ['i', 'f'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'e', 'e', 'k'], ['o', 'n', 'l', 'y', '\\n', 'l', 'o', 'v', 'e', '’', 's'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['l', 'o', 'v', 'e', '’', 's'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ',', '\\n', '\\n', 'T', 'h', 'e', 'n'], ['i', 't'], ['i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['f', 'o', 'r'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '\\n', 'c', 'o', 'v', 'e', 'r'], [], ['n', 'a', 'k', 'e', 'd', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['p', 'a', 's', 's'], ['o', 'u', 't'], ['o', 'f', '\\n', 'l', 'o', 'v', 'e', '’', 's'], ['t', 'h', 'r', 'e', 's', 'h', 'i', 'n', 'g', '-', 'f', 'l', 'o', 'o', 'r', ',', '\\n', '\\n', 'I', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 'l', 'e', 's', 's'], ['w', 'o', 'r', 'l', 'd'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u', '\\n', 's', 'h', 'a', 'l', 'l'], ['l', 'a', 'u', 'g', 'h', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ','], ['a', 'n', 'd'], ['w', 'e', 'e', 'p', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 't', 'e', 'a', 'r', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'L', 'o', 'v', 'e'], ['g', 'i', 'v', 'e', 's'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['i', 't', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['t', 'a', 'k', 'e', 's', '\\n', 'n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['f', 'r', 'o', 'm'], ['i', 't', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'L', 'o', 'v', 'e'], ['p', 'o', 's', 's', 'e', 's', 's', 'e', 's'], ['n', 'o', 't'], ['n', 'o', 'r'], ['w', 'o', 'u', 'l', 'd'], ['i', 't'], ['b', 'e', '\\n', 'p', 'o', 's', 's', 'e', 's', 's', 'e', 'd', ';', '\\n', '\\n', 'F', 'o', 'r'], ['l', 'o', 'v', 'e'], ['i', 's'], ['s', 'u', 'f', 'f', 'i', 'c', 'i', 'e', 'n', 't'], ['u', 'n', 't', 'o'], ['l', 'o', 'v', 'e', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'a', 'y', ','], ['“', 'G', 'o', 'd', '\\n', 'i', 's'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '”'], ['b', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['a', 'm'], ['i', 'n', '\\n', 't', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['G', 'o', 'd', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'i', 'n', 'k'], ['n', 'o', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'i', 'r', 'e', 'c', 't'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 's', 'e', '\\n', 'o', 'f'], ['l', 'o', 'v', 'e', ','], ['f', 'o', 'r'], ['l', 'o', 'v', 'e', ','], ['i', 'f'], ['i', 't'], ['f', 'i', 'n', 'd', 's'], ['y', 'o', 'u', '\\n', 'w', 'o', 'r', 't', 'h', 'y', ','], ['d', 'i', 'r', 'e', 'c', 't', 's'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'r', 's', 'e', '.', '\\n', '\\n', 'L', 'o', 'v', 'e'], ['h', 'a', 's'], ['n', 'o'], ['o', 't', 'h', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e'], ['b', 'u', 't'], ['t', 'o'], ['f', 'u', 'l', 'f', 'i', 'l', '\\n', 'i', 't', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'B', 'u', 't'], ['i', 'f'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd'], ['m', 'u', 's', 't'], ['n', 'e', 'e', 'd', 's'], ['h', 'a', 'v', 'e', '\\n', 'd', 'e', 's', 'i', 'r', 'e', 's', ','], ['l', 'e', 't'], ['t', 'h', 'e', 's', 'e'], ['b', 'e'], ['y', 'o', 'u', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ':', '\\n', '\\n', 'T', 'o'], ['m', 'e', 'l', 't'], ['a', 'n', 'd'], ['b', 'e'], ['l', 'i', 'k', 'e'], ['a'], ['r', 'u', 'n', 'n', 'i', 'n', 'g'], ['b', 'r', 'o', 'o', 'k'], ['t', 'h', 'a', 't', '\\n', 's', 'i', 'n', 'g', 's'], ['i', 't', 's'], ['m', 'e', 'l', 'o', 'd', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', '.'], [], ['t', 'h', 'e'], ['p', 'a', 'i', 'n'], ['o', 'f'], ['t', 'o', 'o'], ['m', 'u', 'c', 'h'], ['t', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'T', 'o'], ['b', 'e'], ['w', 'o', 'u', 'n', 'd', 'e', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '\\n', 'o', 'f'], ['l', 'o', 'v', 'e', ';', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['b', 'l', 'e', 'e', 'd'], ['w', 'i', 'l', 'l', 'i', 'n', 'g', 'l', 'y'], ['a', 'n', 'd'], ['j', 'o', 'y', 'f', 'u', 'l', 'l', 'y', '.', '\\n', '\\n', 'T', 'o'], ['w', 'a', 'k', 'e'], ['a', 't'], ['d', 'a', 'w', 'n'], ['w', 'i', 't', 'h'], ['a'], ['w', 'i', 'n', 'g', 'e', 'd'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd', '\\n', 'g', 'i', 'v', 'e'], ['t', 'h', 'a', 'n', 'k', 's'], ['f', 'o', 'r'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y'], ['o', 'f'], ['l', 'o', 'v', 'i', 'n', 'g', ';', '\\n', '\\n', 'T', 'o'], ['r', 'e', 's', 't'], ['a', 't'], ['t', 'h', 'e'], ['n', 'o', 'o', 'n'], ['h', 'o', 'u', 'r'], ['a', 'n', 'd'], ['m', 'e', 'd', 'i', 't', 'a', 't', 'e', '\\n', 'l', 'o', 'v', 'e', '’', 's'], ['e', 'c', 's', 't', 'a', 'c', 'y', ';', '\\n', '\\n', 'T', 'o'], ['r', 'e', 't', 'u', 'r', 'n'], ['h', 'o', 'm', 'e'], ['a', 't'], ['e', 'v', 'e', 'n', 't', 'i', 'd', 'e'], ['w', 'i', 't', 'h', '\\n', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ';', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['t', 'o'], ['s', 'l', 'e', 'e', 'p'], ['w', 'i', 't', 'h'], ['a'], ['p', 'r', 'a', 'y', 'e', 'r'], ['f', 'o', 'r', '\\n', 't', 'h', 'e'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'n', 'g'], ['o', 'f', '\\n', 'p', 'r', 'a', 'i', 's', 'e'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['l', 'i', 'p', 's', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '2', '9', ']', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['s', 'p', 'o', 'k', 'e'], ['a', 'g', 'a', 'i', 'n'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ',', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['o', 'f'], ['_', 'M', 'a', 'r', 'r', 'i', 'a', 'g', 'e', '_'], ['m', 'a', 's', 't', 'e', 'r', '?', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'e', 'r', 'e'], ['b', 'o', 'r', 'n'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['y', 'o', 'u', '\\n', 's', 'h', 'a', 'l', 'l'], ['b', 'e'], ['f', 'o', 'r', 'e', 'v', 'e', 'r', 'm', 'o', 'r', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e', '\\n', 'w', 'i', 'n', 'g', 's'], ['o', 'f'], ['d', 'e', 'a', 't', 'h'], ['s', 'c', 'a', 't', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '.', '\\n', '\\n', 'A', 'y', 'e', ','], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['e', 'v', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'i', 'l', 'e', 'n', 't'], ['m', 'e', 'm', 'o', 'r', 'y'], ['o', 'f'], ['G', 'o', 'd', '.', '\\n', '\\n', 'B', 'u', 't'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['s', 'p', 'a', 'c', 'e', 's'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'n', 'e', 's', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'e', 'a', 'v', 'e', 'n', 's'], ['d', 'a', 'n', 'c', 'e', '\\n', 'b', 'e', 't', 'w', 'e', 'e', 'n'], ['y', 'o', 'u', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'L', 'o', 'v', 'e'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r', ','], ['b', 'u', 't'], ['m', 'a', 'k', 'e'], ['n', 'o', 't'], ['a'], ['b', 'o', 'n', 'd'], ['o', 'f', '\\n', 'l', 'o', 'v', 'e', ':', '\\n', '\\n', 'L', 'e', 't'], ['i', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['b', 'e'], ['a'], ['m', 'o', 'v', 'i', 'n', 'g'], ['s', 'e', 'a'], ['b', 'e', 't', 'w', 'e', 'e', 'n', '\\n', 't', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', 's', '.', '\\n', '\\n', 'F', 'i', 'l', 'l'], ['e', 'a', 'c', 'h'], ['o', 't', 'h', 'e', 'r', '’', 's'], ['c', 'u', 'p'], ['b', 'u', 't'], ['d', 'r', 'i', 'n', 'k'], ['n', 'o', 't'], ['f', 'r', 'o', 'm', '\\n', 'o', 'n', 'e'], ['c', 'u', 'p', '.', '\\n', '\\n', 'G', 'i', 'v', 'e'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 'd'], ['b', 'u', 't'], ['e', 'a', 't', '\\n', 'n', 'o', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['l', 'o', 'a', 'f', '.'], [], ['a', 'n', 'd', '\\n', 'd', 'a', 'n', 'c', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['b', 'e'], ['j', 'o', 'y', 'o', 'u', 's', ','], ['b', 'u', 't'], ['l', 'e', 't', '\\n', 'e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['b', 'e'], ['a', 'l', 'o', 'n', 'e', ',', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['s', 't', 'r', 'i', 'n', 'g', 's'], ['o', 'f'], ['a'], ['l', 'u', 't', 'e'], ['a', 'r', 'e'], ['a', 'l', 'o', 'n', 'e', '\\n', 't', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e', 'y'], ['q', 'u', 'i', 'v', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['m', 'u', 's', 'i', 'c', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'G', 'i', 'v', 'e'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['i', 'n', 't', 'o'], ['e', 'a', 'c', 'h', '\\n', 'o', 't', 'h', 'e', 'r', '’', 's'], ['k', 'e', 'e', 'p', 'i', 'n', 'g', '.', '\\n', '\\n', 'F', 'o', 'r'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['L', 'i', 'f', 'e'], ['c', 'a', 'n'], ['c', 'o', 'n', 't', 'a', 'i', 'n', '\\n', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['s', 't', 'a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['y', 'e', 't'], ['n', 'o', 't'], ['t', 'o', 'o'], ['n', 'e', 'a', 'r', '\\n', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', ':', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['p', 'i', 'l', 'l', 'a', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['s', 't', 'a', 'n', 'd', '\\n', 'a', 'p', 'a', 'r', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['o', 'a', 'k'], ['t', 'r', 'e', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['c', 'y', 'p', 'r', 'e', 's', 's'], ['g', 'r', 'o', 'w', '\\n', 'n', 'o', 't'], ['i', 'n'], ['e', 'a', 'c', 'h'], ['o', 't', 'h', 'e', 'r', '’', 's'], ['s', 'h', 'a', 'd', 'o', 'w', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '3', '2', ']', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['w', 'o', 'm', 'a', 'n'], ['w', 'h', 'o'], ['h', 'e', 'l', 'd'], ['a'], ['b', 'a', 'b', 'e', '\\n', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['h', 'e', 'r'], ['b', 'o', 's', 'o', 'm'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'C', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['a', 'r', 'e'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'o', 'n', 's'], ['a', 'n', 'd'], ['d', 'a', 'u', 'g', 'h', 't', 'e', 'r', 's'], ['o', 'f', '\\n', 'L', 'i', 'f', 'e', '’', 's'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['i', 't', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['c', 'o', 'm', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['b', 'u', 't'], ['n', 'o', 't'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['y', 'e', 't'], ['t', 'h', 'e', 'y', '\\n', 'b', 'e', 'l', 'o', 'n', 'g'], ['n', 'o', 't'], ['t', 'o'], ['y', 'o', 'u', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['g', 'i', 'v', 'e'], ['t', 'h', 'e', 'm'], ['y', 'o', 'u', 'r'], ['l', 'o', 'v', 'e'], ['b', 'u', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r', '\\n', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ',', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['h', 'o', 'u', 's', 'e'], ['t', 'h', 'e', 'i', 'r'], ['b', 'o', 'd', 'i', 'e', 's'], ['b', 'u', 't'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r', '\\n', 's', 'o', 'u', 'l', 's', ',', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'u', 'l', 's'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f', '\\n', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ','], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['v', 'i', 's', 'i', 't', ','], ['n', 'o', 't', '\\n', 'e', 'v', 'e', 'n'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['s', 't', 'r', 'i', 'v', 'e'], ['t', 'o'], ['b', 'e'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e', 'm', ','], ['b', 'u', 't'], ['s', 'e', 'e', 'k', '\\n', 'n', 'o', 't'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['t', 'h', 'e', 'm'], ['l', 'i', 'k', 'e'], ['y', 'o', 'u', '.'], [], ['g', 'o', 'e', 's'], ['n', 'o', 't'], ['b', 'a', 'c', 'k', 'w', 'a', 'r', 'd'], ['n', 'o', 'r'], ['t', 'a', 'r', 'r', 'i', 'e', 's'], ['w', 'i', 't', 'h', '\\n', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['b', 'o', 'w', 's'], ['f', 'r', 'o', 'm'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r', '\\n', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['a', 's'], ['l', 'i', 'v', 'i', 'n', 'g'], ['a', 'r', 'r', 'o', 'w', 's'], ['a', 'r', 'e'], ['s', 'e', 'n', 't', '\\n', 'f', 'o', 'r', 't', 'h', '.', '\\n', '\\n', 'T', 'h', 'e'], ['a', 'r', 'c', 'h', 'e', 'r'], ['s', 'e', 'e', 's'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['p', 'a', 't', 'h', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['i', 'n', 'f', 'i', 'n', 'i', 't', 'e', ','], ['a', 'n', 'd'], ['H', 'e'], ['b', 'e', 'n', 'd', 's'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', '\\n', 'H', 'i', 's'], ['m', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['H', 'i', 's'], ['a', 'r', 'r', 'o', 'w', 's'], ['m', 'a', 'y'], ['g', 'o'], ['s', 'w', 'i', 'f', 't', '\\n', 'a', 'n', 'd'], ['f', 'a', 'r', '.', '\\n', '\\n', 'L', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'e', 'n', 'd', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['A', 'r', 'c', 'h', 'e', 'r', '’', 's'], ['h', 'a', 'n', 'd'], ['b', 'e', '\\n', 'f', 'o', 'r'], ['g', 'l', 'a', 'd', 'n', 'e', 's', 's', ';', '\\n', '\\n', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['l', 'o', 'v', 'e', 's'], ['t', 'h', 'e'], ['a', 'r', 'r', 'o', 'w'], ['t', 'h', 'a', 't', '\\n', 'f', 'l', 'i', 'e', 's', ','], ['s', 'o'], ['H', 'e'], ['l', 'o', 'v', 'e', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['b', 'o', 'w'], ['t', 'h', 'a', 't'], ['i', 's', '\\n', 's', 't', 'a', 'b', 'l', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['s', 'a', 'i', 'd'], ['a'], ['r', 'i', 'c', 'h'], ['m', 'a', 'n', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'G', 'i', 'v', 'i', 'n', 'g', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['b', 'u', 't'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '\\n', 't', 'r', 'u', 'l', 'y'], ['g', 'i', 'v', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['a', 'r', 'e'], ['y', 'o', 'u', 'r'], ['p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's'], ['b', 'u', 't'], ['t', 'h', 'i', 'n', 'g', 's', '\\n', 'y', 'o', 'u'], ['k', 'e', 'e', 'p'], ['a', 'n', 'd'], ['g', 'u', 'a', 'r', 'd'], ['f', 'o', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['n', 'e', 'e', 'd', '\\n', 't', 'h', 'e', 'm'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ','], ['w', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['b', 'r', 'i', 'n', 'g', '\\n', 't', 'o'], ['t', 'h', 'e'], ['o', 'v', 'e', 'r', 'p', 'r', 'u', 'd', 'e', 'n', 't'], ['d', 'o', 'g'], ['b', 'u', 'r', 'y', 'i', 'n', 'g'], ['b', 'o', 'n', 'e', 's', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['t', 'r', 'a', 'c', 'k', 'l', 'e', 's', 's'], ['s', 'a', 'n', 'd'], ['a', 's'], ['h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 's'], ['t', 'h', 'e', '\\n', 'p', 'i', 'l', 'g', 'r', 'i', 'm', 's'], ['t', 'o'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['c', 'i', 't', 'y', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['n', 'e', 'e', 'd'], ['b', 'u', 't'], ['n', 'e', 'e', 'd', '\\n', 'i', 't', 's', 'e', 'l', 'f', '?', '\\n', '\\n', 'I', 's'], ['n', 'o', 't'], ['d', 'r', 'e', 'a', 'd'], ['o', 'f'], ['t', 'h', 'i', 'r', 's', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['w', 'e', 'l', 'l'], ['i', 's', '\\n', 'f', 'u', 'l', 'l', ','], ['t', 'h', 'e'], ['t', 'h', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['i', 's'], ['u', 'n', 'q', 'u', 'e', 'n', 'c', 'h', 'a', 'b', 'l', 'e', '?', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['l', 'i', 't', 't', 'l', 'e'], ['o', 'f'], ['t', 'h', 'e', '\\n'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['h', 'a', 'v', 'e', '-', '-', 'a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['g', 'i', 'v', 'e', '\\n', 'i', 't'], ['f', 'o', 'r'], ['r', 'e', 'c', 'o', 'g', 'n', 'i', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['h', 'i', 'd', 'd', 'e', 'n', '\\n', 'd', 'e', 's', 'i', 'r', 'e'], ['m', 'a', 'k', 'e', 's'], ['t', 'h', 'e', 'i', 'r'], ['g', 'i', 'f', 't', 's'], ['u', 'n', 'w', 'h', 'o', 'l', 'e', 's', 'o', 'm', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['l', 'i', 't', 't', 'l', 'e'], ['a', 'n', 'd', '\\n', 'g', 'i', 'v', 'e'], ['i', 't'], ['a', 'l', 'l', '.', '\\n', '\\n', 'T', 'h', 'e', 's', 'e'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'r', 's'], ['i', 'n'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd', '\\n', 't', 'h', 'e'], ['b', 'o', 'u', 'n', 't', 'y'], ['o', 'f'], ['l', 'i', 'f', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['c', 'o', 'f', 'f', 'e', 'r'], ['i', 's', '\\n', 'n', 'e', 'v', 'e', 'r'], ['e', 'm', 'p', 't', 'y', '.', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', ','], ['a', 'n', 'd', '\\n', 't', 'h', 'a', 't'], ['j', 'o', 'y'], ['i', 's'], ['t', 'h', 'e', 'i', 'r'], ['r', 'e', 'w', 'a', 'r', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['p', 'a', 'i', 'n', ',', '\\n', 'a', 'n', 'd'], ['t', 'h', 'a', 't'], ['p', 'a', 'i', 'n'], ['i', 's'], ['t', 'h', 'e', 'i', 'r'], ['b', 'a', 'p', 't', 'i', 's', 'm', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['a', 'n', 'd'], ['k', 'n', 'o', 'w', '\\n', 'n', 'o', 't'], ['p', 'a', 'i', 'n'], ['i', 'n'], ['g', 'i', 'v', 'i', 'n', 'g', ','], ['n', 'o', 'r'], ['d', 'o'], ['t', 'h', 'e', 'y'], ['s', 'e', 'e', 'k', '\\n', 'j', 'o', 'y', ','], ['n', 'o', 'r'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['m', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['o', 'f', '\\n', 'v', 'i', 'r', 't', 'u', 'e', ';', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['g', 'i', 'v', 'e'], ['a', 's'], ['i', 'n'], ['y', 'o', 'n', 'd', 'e', 'r'], ['v', 'a', 'l', 'l', 'e', 'y'], ['t', 'h', 'e'], ['m', 'y', 'r', 't', 'l', 'e', '\\n', 'b', 'r', 'e', 'a', 't', 'h', 'e', 's'], ['i', 't', 's'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', '.', '\\n', '\\n', 'T', 'h', 'r', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['o', 'f'], ['s', 'u', 'c', 'h'], ['a', 's'], ['t', 'h', 'e', 's', 'e'], ['G', 'o', 'd', '\\n', 's', 'p', 'e', 'a', 'k', 's', ','], ['a', 'n', 'd'], ['f', 'r', 'o', 'm'], ['b', 'e', 'h', 'i', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['e', 'y', 'e', 's'], ['H', 'e', '\\n', 's', 'm', 'i', 'l', 'e', 's'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '3', '9', ']', '\\n', '\\n', 'I', 't'], ['i', 's'], ['w', 'e', 'l', 'l'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['w', 'h', 'e', 'n'], ['a', 's', 'k', 'e', 'd', ','], ['b', 'u', 't'], ['i', 't', '\\n', 'i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['u', 'n', 'a', 's', 'k', 'e', 'd', ','], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '\\n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', ';', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['o', 'p', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', 'r', 'c', 'h'], ['f', 'o', 'r', '\\n'], ['w', 'h', 'o'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['i', 's'], ['j', 'o', 'y'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '\\n', 't', 'h', 'a', 'n'], ['g', 'i', 'v', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 's'], ['t', 'h', 'e', 'r', 'e'], ['a', 'u', 'g', 'h', 't'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['w', 'i', 't', 'h', 'h', 'o', 'l', 'd', '?', '\\n', '\\n', 'A', 'l', 'l'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'h', 'a', 'l', 'l'], ['s', 'o', 'm', 'e'], ['d', 'a', 'y'], ['b', 'e'], ['g', 'i', 'v', 'e', 'n', ';', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['g', 'i', 'v', 'e'], ['n', 'o', 'w', ','], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', '\\n', 'o', 'f'], ['g', 'i', 'v', 'i', 'n', 'g'], ['m', 'a', 'y'], ['b', 'e'], ['y', 'o', 'u', 'r', 's'], ['a', 'n', 'd'], ['n', 'o', 't'], ['y', 'o', 'u', 'r', '\\n', 'i', 'n', 'h', 'e', 'r', 'i', 't', 'o', 'r', 's', '’', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['o', 'f', 't', 'e', 'n'], ['s', 'a', 'y', ','], ['“', 'I'], ['w', 'o', 'u', 'l', 'd'], ['g', 'i', 'v', 'e', ','], ['b', 'u', 't'], ['o', 'n', 'l', 'y', '\\n', 't', 'o'], ['t', 'h', 'e'], ['d', 'e', 's', 'e', 'r', 'v', 'i', 'n', 'g', '.', '”', '\\n', '\\n', 'T', 'h', 'e'], ['t', 'r', 'e', 'e', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['o', 'r', 'c', 'h', 'a', 'r', 'd'], ['s', 'a', 'y'], ['n', 'o', 't'], ['s', 'o', ',', '\\n', 'n', 'o', 'r'], ['t', 'h', 'e'], ['f', 'l', 'o', 'c', 'k', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 't', 'u', 'r', 'e', '.', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['g', 'i', 'v', 'e'], ['t', 'h', 'a', 't'], ['t', 'h', 'e', 'y'], ['m', 'a', 'y'], ['l', 'i', 'v', 'e', ','], ['f', 'o', 'r'], ['t', 'o', '\\n', 'w', 'i', 't', 'h', 'h', 'o', 'l', 'd'], ['i', 's'], ['t', 'o'], ['p', 'e', 'r', 'i', 's', 'h', '.', '\\n', '\\n', 'S', 'u', 'r', 'e', 'l', 'y'], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['w', 'o', 'r', 't', 'h', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['h', 'i', 's', '\\n', 'd', 'a', 'y', 's'], ['a', 'n', 'd'], ['h', 'i', 's'], ['n', 'i', 'g', 'h', 't', 's', ','], ['i', 's'], ['w', 'o', 'r', 't', 'h', 'y'], ['o', 'f'], ['a', 'l', 'l', '\\n', 'e', 'l', 's', 'e'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['w', 'h', 'o'], ['h', 'a', 's'], ['d', 'e', 's', 'e', 'r', 'v', 'e', 'd'], ['t', 'o'], ['d', 'r', 'i', 'n', 'k'], ['f', 'r', 'o', 'm', '\\n', 't', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['d', 'e', 's', 'e', 'r', 'v', 'e', 's'], ['t', 'o'], ['f', 'i', 'l', 'l'], ['h', 'i', 's', '\\n', 'c', 'u', 'p'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['l', 'i', 't', 't', 'l', 'e'], ['s', 't', 'r', 'e', 'a', 'm', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['d', 'e', 's', 'e', 'r', 't'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e', ',', '\\n', 't', 'h', 'a', 'n'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['l', 'i', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 'a', 'g', 'e', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', ','], ['n', 'a', 'y'], ['t', 'h', 'e'], ['c', 'h', 'a', 'r', 'i', 't', 'y', ','], ['o', 'f', '\\n', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['m', 'e', 'n'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 'n', 'd', '\\n'], ['b', 'o', 's', 'o', 'm'], ['a', 'n', 'd'], ['u', 'n', 'v', 'e', 'i', 'l'], ['t', 'h', 'e', 'i', 'r'], ['p', 'r', 'i', 'd', 'e', ',', '\\n', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['s', 'e', 'e'], ['t', 'h', 'e', 'i', 'r'], ['w', 'o', 'r', 't', 'h'], ['n', 'a', 'k', 'e', 'd'], ['a', 'n', 'd', '\\n', 't', 'h', 'e', 'i', 'r'], ['p', 'r', 'i', 'd', 'e'], ['u', 'n', 'a', 'b', 'a', 's', 'h', 'e', 'd', '?', '\\n', '\\n', 'S', 'e', 'e'], ['f', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['d', 'e', 's', 'e', 'r', 'v', 'e'], ['t', 'o', '\\n', 'b', 'e'], ['a'], ['g', 'i', 'v', 'e', 'r', ','], ['a', 'n', 'd'], ['a', 'n'], ['i', 'n', 's', 't', 'r', 'u', 'm', 'e', 'n', 't'], ['o', 'f'], ['g', 'i', 'v', 'i', 'n', 'g', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['i', 't'], ['i', 's'], ['l', 'i', 'f', 'e'], ['t', 'h', 'a', 't'], ['g', 'i', 'v', 'e', 's'], ['u', 'n', 't', 'o', '\\n', 'l', 'i', 'f', 'e', '-', '-', 'w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', ','], ['w', 'h', 'o'], ['d', 'e', 'e', 'm'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', '\\n', 'g', 'i', 'v', 'e', 'r', ','], ['a', 'r', 'e'], ['b', 'u', 't'], ['a'], ['w', 'i', 't', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e', '\\n', 'a', 'l', 'l'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 's', 's', 'u', 'm', 'e'], ['n', 'o'], ['w', 'e', 'i', 'g', 'h', 't'], ['o', 'f', '\\n', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ','], ['l', 'e', 's', 't'], ['y', 'o', 'u'], ['l', 'a', 'y'], ['a'], ['y', 'o', 'k', 'e'], ['u', 'p', 'o', 'n', '\\n', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e', 's', '.', '\\n', '\\n', 'R', 'a', 't', 'h', 'e', 'r'], ['r', 'i', 's', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['g', 'i', 'v', 'e', 'r'], ['o', 'n', '\\n', 'h', 'i', 's'], ['g', 'i', 'f', 't', 's'], ['a', 's'], ['o', 'n'], ['w', 'i', 'n', 'g', 's', ';', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'o'], ['b', 'e'], ['o', 'v', 'e', 'r', 'm', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'e', 'b', 't', ','], ['i', 's', '\\n', 'i', 't', 'o'], ['d', 'o', 'u', 'b', 't'], ['h', 'i', 's'], ['g', 'e', 'n', 'e', 'r', 'o', 's', 'i', 't', 'y'], ['w', 'h', 'o'], ['h', 'a', 's'], ['t', 'h', 'e', '\\n', 'f', 'r', 'e', 'e', 'h', 'e', 'a', 'r', 't', 'e', 'd'], ['e', 'a', 'r', 't', 'h'], ['f', 'o', 'r'], ['m', 'o', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['G', 'o', 'd', '\\n', 'f', 'o', 'r'], ['f', 'a', 't', 'h', 'e', 'r', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '4', '2', ']', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a', 'n'], ['o', 'l', 'd'], ['m', 'a', 'n', ','], ['a'], ['k', 'e', 'e', 'p', 'e', 'r'], ['o', 'f'], ['a', 'n', '\\n', 'i', 'n', 'n', ','], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'E', 'a', 't', 'i', 'n', 'g'], ['a', 'n', 'd', '\\n', 'D', 'r', 'i', 'n', 'k', 'i', 'n', 'g', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['l', 'i', 'v', 'e'], ['o', 'n'], ['t', 'h', 'e', '\\n', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', ','], ['a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['a', 'n'], ['a', 'i', 'r', '\\n', 'p', 'l', 'a', 'n', 't'], ['b', 'e'], ['s', 'u', 's', 't', 'a', 'i', 'n', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', 'B', 'u', 't'], ['s', 'i', 'n', 'c', 'e'], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['k', 'i', 'l', 'l'], ['t', 'o'], ['e', 'a', 't', ','], ['a', 'n', 'd'], ['r', 'o', 'b', '\\n', 't', 'h', 'e'], ['n', 'e', 'w', 'l', 'y'], ['b', 'o', 'r', 'n'], ['o', 'f'], ['i', 't', 's'], ['m', 'o', 't', 'h', 'e', 'r', '’', 's'], ['m', 'i', 'l', 'k'], ['t', 'o', '\\n', 'q', 'u', 'e', 'n', 'c', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'i', 'r', 's', 't', ','], ['l', 'e', 't'], ['i', 't'], ['t', 'h', 'e', 'n'], ['b', 'e'], ['a', 'n', '\\n', 'a', 'c', 't'], ['o', 'f'], ['w', 'o', 'r', 's', 'h', 'i', 'p', ',', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd'], ['s', 't', 'a', 'n', 'd'], ['a', 'n'], ['a', 'l', 't', 'a', 'r'], ['o', 'n', '\\n', 'w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['p', 'u', 'r', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['o', 'f', '\\n', 'f', 'o', 'r', 'e', 's', 't'], ['a', 'n', 'd'], ['p', 'l', 'a', 'i', 'n'], ['a', 'r', 'e'], ['s', 'a', 'c', 'r', 'i', 'f', 'i', 'c', 'e', 'd'], ['f', 'o', 'r'], ['t', 'h', 'a', 't', '\\n', 'w', 'h', 'i', 'c', 'h'], ['i', 's'], ['p', 'u', 'r', 'e', 'r'], ['a', 'n', 'd'], ['s', 't', 'i', 'l', 'l'], ['m', 'o', 'r', 'e'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '\\n', 'i', 'n'], ['m', 'a', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['k', 'i', 'l', 'l'], ['a'], ['b', 'e', 'a', 's', 't'], ['s', 'a', 'y'], ['t', 'o'], ['h', 'i', 'm'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'h', 'e', 'a', 'r', 't', ',', '\\n', '\\n', '“', 'B', 'y'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['p', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 't'], ['s', 'l', 'a', 'y', 's'], ['y', 'o', 'u', ','], ['I'], ['t', 'o', 'o', '\\n', 'a', 'm'], ['s', 'l', 'a', 'i', 'n', ';'], ['a', 'n', 'd'], ['I'], ['t', 'o', 'o'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['c', 'o', 'n', 's', 'u', 'm', 'e', 'd', '.', '\\n'], ['t', 'h', 'e'], ['l', 'a', 'w'], ['t', 'h', 'a', 't'], ['d', 'e', 'l', 'i', 'v', 'e', 'r', 'e', 'd'], ['y', 'o', 'u'], ['i', 'n', 't', 'o', '\\n', 'm', 'y'], ['h', 'a', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['d', 'e', 'l', 'i', 'v', 'e', 'r'], ['m', 'e'], ['i', 'n', 't', 'o'], ['a'], ['m', 'i', 'g', 'h', 't', 'i', 'e', 'r', '\\n', 'h', 'a', 'n', 'd', '.', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['b', 'l', 'o', 'o', 'd'], ['a', 'n', 'd'], ['m', 'y'], ['b', 'l', 'o', 'o', 'd'], ['i', 's'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't', '\\n', 't', 'h', 'e'], ['s', 'a', 'p'], ['t', 'h', 'a', 't'], ['f', 'e', 'e', 'd', 's'], ['t', 'h', 'e'], ['t', 'r', 'e', 'e'], ['o', 'f'], ['h', 'e', 'a', 'v', 'e', 'n', '.', '”', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'r', 'u', 's', 'h'], ['a', 'n'], ['a', 'p', 'p', 'l', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', '\\n', 't', 'e', 'e', 't', 'h', ','], ['s', 'a', 'y'], ['t', 'o'], ['i', 't'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '\\n', '\\n', '“', 'Y', 'o', 'u', 'r'], ['s', 'e', 'e', 'd', 's'], ['s', 'h', 'a', 'l', 'l'], ['l', 'i', 'v', 'e'], ['i', 'n'], ['m', 'y'], ['b', 'o', 'd', 'y', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['b', 'u', 'd', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['s', 'h', 'a', 'l', 'l', '\\n', 'b', 'l', 'o', 's', 's', 'o', 'm'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['m', 'y'], ['b', 'r', 'e', 'a', 't', 'h', ',', '\\n', 'A', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'j', 'o', 'i', 'c', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '\\n', 'a', 'l', 'l'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's', '.', '”', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['a', 'u', 't', 'u', 'm', 'n', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'a', 't', 'h', 'e', 'r', '\\n', 't', 'h', 'e'], ['g', 'r', 'a', 'p', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['f', 'o', 'r'], ['t', 'h', 'e', '\\n', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ','], ['s', 'a', 'y'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '\\n', '\\n', '“', 'I'], ['t', 'o', 'o'], ['a', 'm'], ['a'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ','], ['a', 'n', 'd'], ['m', 'y'], ['f', 'r', 'u', 'i', 't'], ['s', 'h', 'a', 'l', 'l', '\\n', 'b', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['n', 'e', 'w'], ['w', 'i', 'n', 'e'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['k', 'e', 'p', 't'], ['i', 'n', '\\n', 'e', 't', 'e', 'r', 'n', 'a', 'l'], ['v', 'e', 's', 's', 'e', 'l', 's', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['w', 'i', 'n', 't', 'e', 'r', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'r', 'a', 'w'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', ',', '\\n'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a'], ['s', 'o', 'n', 'g', '\\n', 'f', 'o', 'r'], ['e', 'a', 'c', 'h'], ['c', 'u', 'p', ';', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g'], ['a', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['a', 'u', 't', 'u', 'm', 'n'], ['d', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['f', 'o', 'r', '\\n', 't', 'h', 'e'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ','], ['a', 'n', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n'], ['T', 'h', 'e', 'n'], ['a'], ['p', 'l', 'o', 'u', 'g', 'h', 'm', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k', '\\n', 't', 'o'], ['u', 's'], ['o', 'f'], ['_', 'W', 'o', 'r', 'k', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['k', 'e', 'e', 'p'], ['p', 'a', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'e', 'a', 'r', 't', 'h'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'o'], ['b', 'e'], ['i', 'd', 'l', 'e'], ['i', 's'], ['t', 'o'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r', '\\n', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's', ','], ['a', 'n', 'd'], ['t', 'o'], ['s', 't', 'e', 'p'], ['o', 'u', 't'], ['o', 'f', '\\n', 'l', 'i', 'f', 'e', '’', 's'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['m', 'a', 'r', 'c', 'h', 'e', 's'], ['i', 'n', '\\n', 'm', 'a', 'j', 'e', 's', 't', 'y'], ['a', 'n', 'd'], ['p', 'r', 'o', 'u', 'd'], ['s', 'u', 'b', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e', '\\n', 'i', 'n', 'f', 'i', 'n', 'i', 't', 'e', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a'], ['f', 'l', 'u', 't', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '\\n', 'w', 'h', 'o', 's', 'e'], ['h', 'e', 'a', 'r', 't'], ['t', 'h', 'e'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r', 's', '\\n', 't', 'u', 'r', 'n', 's'], ['t', 'o'], ['m', 'u', 's', 'i', 'c', '.', '\\n', '\\n', 'W', 'h', 'i', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['a'], ['r', 'e', 'e', 'd', ','], ['d', 'u', 'm', 'b'], ['a', 'n', 'd', '\\n', 's', 'i', 'l', 'e', 'n', 't', ','], ['w', 'h', 'e', 'n'], ['a', 'l', 'l'], ['e', 'l', 's', 'e'], ['s', 'i', 'n', 'g', 's'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['i', 'n', '\\n', 'u', 'n', 'i', 's', 'o', 'n', '?', '\\n', '\\n', 'A', 'l', 'w', 'a', 'y', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['t', 'h', 'a', 't'], ['w', 'o', 'r', 'k'], ['i', 's'], ['a', '\\n', 'c', 'u', 'r', 's', 'e'], ['a', 'n', 'd'], ['l', 'a', 'b', 'o', 'u', 'r'], ['a'], ['m', 'i', 's', 'f', 'o', 'r', 't', 'u', 'n', 'e', '.', '\\n', '\\n', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['y', 'o', 'u', '\\n', 'f', 'u', 'l', 'f', 'i', 'l'], ['a'], ['p', 'a', 'r', 't'], ['o', 'f'], ['e', 'a', 'r', 't', 'h', '’', 's'], ['f', 'u', 'r', 't', 'h', 'e', 's', 't'], ['d', 'r', 'e', 'a', 'm', ',', '\\n'], ['t', 'o'], ['y', 'o', 'u'], ['w', 'h', 'e', 'n'], ['t', 'h', 'a', 't'], ['d', 'r', 'e', 'a', 'm'], ['w', 'a', 's', '\\n', 'b', 'o', 'r', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['w', 'i', 't', 'h'], ['l', 'a', 'b', 'o', 'u', 'r'], ['y', 'o', 'u', '\\n', 'a', 'r', 'e'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['l', 'o', 'v', 'i', 'n', 'g'], ['l', 'i', 'f', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['l', 'o', 'v', 'e'], ['l', 'i', 'f', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['l', 'a', 'b', 'o', 'u', 'r'], ['i', 's'], ['t', 'o'], ['b', 'e', '\\n', 'i', 'n', 't', 'i', 'm', 'a', 't', 'e'], ['w', 'i', 't', 'h'], ['l', 'i', 'f', 'e', '’', 's'], ['i', 'n', 'm', 'o', 's', 't'], ['s', 'e', 'c', 'r', 'e', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'B', 'u', 't'], ['i', 'f'], ['y', 'o', 'u'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['c', 'a', 'l', 'l'], ['b', 'i', 'r', 't', 'h'], ['a', 'n', '\\n', 'a', 'f', 'f', 'l', 'i', 'c', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h', '\\n', 'a'], ['c', 'u', 'r', 's', 'e'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['b', 'r', 'o', 'w', ','], ['t', 'h', 'e', 'n'], ['I', '\\n', 'a', 'n', 's', 'w', 'e', 'r'], ['t', 'h', 'a', 't'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e'], ['s', 'w', 'e', 'a', 't'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['b', 'r', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['w', 'a', 's', 'h'], ['a', 'w', 'a', 'y'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '\\n', 'w', 'r', 'i', 't', 't', 'e', 'n', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['a', 'l', 's', 'o'], ['t', 'h', 'a', 't'], ['l', 'i', 'f', 'e'], ['i', 's', '\\n', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', ','], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'e', 'a', 'r', 'i', 'n', 'e', 's', 's'], ['y', 'o', 'u'], ['e', 'c', 'h', 'o', '\\n', 'w', 'h', 'a', 't'], ['w', 'a', 's'], ['s', 'a', 'i', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'e', 'a', 'r', 'y', '.', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'a', 't'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's', '\\n', '‘', 's', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['u', 'r', 'g', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['a', 'l', 'l'], ['u', 'r', 'g', 'e'], ['i', 's'], ['b', 'l', 'i', 'n', 'd'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's', '\\n', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['a', 'l', 'l'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['i', 's'], ['v', 'a', 'i', 'n'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n', '\\n', 't', 'h', 'e', 'r', 'e'], ['i', 's'], ['w', 'o', 'r', 'k', ',', '\\n', '\\n', 'A', 'n', 'd'], ['a', 'l', 'l'], ['w', 'o', 'r', 'k'], ['i', 's'], ['e', 'm', 'p', 't', 'y'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's', '\\n', 'l', 'o', 'v', 'e', ';', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e'], ['y', 'o', 'u'], ['b', 'i', 'n', 'd', '\\n'], ['t', 'o'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', ','], ['a', 'n', 'd'], ['t', 'o'], ['o', 'n', 'e', '\\n', 'a', 'n', 'o', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['t', 'o'], ['G', 'o', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e', '?', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'o'], ['w', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['c', 'l', 'o', 't', 'h'], ['w', 'i', 't', 'h'], ['t', 'h', 'r', 'e', 'a', 'd', 's', '\\n', 'd', 'r', 'a', 'w', 'n'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f'], ['y', 'o', 'u', 'r', '\\n', 'b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['w', 'e', 'a', 'r'], ['t', 'h', 'a', 't'], ['c', 'l', 'o', 't', 'h', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'o'], ['b', 'u', 'i', 'l', 'd'], ['a'], ['h', 'o', 'u', 's', 'e'], ['w', 'i', 't', 'h'], ['a', 'f', 'f', 'e', 'c', 't', 'i', 'o', 'n', ',', '\\n', 'e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f'], ['y', 'o', 'u', 'r'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n', '\\n', 't', 'h', 'a', 't'], ['h', 'o', 'u', 's', 'e', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'o'], ['s', 'o', 'w'], ['s', 'e', 'e', 'd', 's'], ['w', 'i', 't', 'h'], ['t', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's'], ['a', 'n', 'd', '\\n', 'r', 'e', 'a', 'p'], ['t', 'h', 'e'], ['h', 'a', 'r', 'v', 'e', 's', 't'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f', '\\n', 'y', 'o', 'u', 'r'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['e', 'a', 't'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'o'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['f', 'a', 's', 'h', 'i', 'o', 'n', '\\n', 'w', 'i', 't', 'h'], ['a'], ['b', 'r', 'e', 'a', 't', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['s', 'p', 'i', 'r', 'i', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['k', 'n', 'o', 'w'], ['t', 'h', 'a', 't'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['b', 'l', 'e', 's', 's', 'e', 'd'], ['d', 'e', 'a', 'd', '\\n', 'a', 'r', 'e'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['a', 'b', 'o', 'u', 't'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['w', 'a', 't', 'c', 'h', 'i', 'n', 'g', '.', '\\n', '\\n', 'O', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['I'], ['h', 'e', 'a', 'r', 'd'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['a', 's'], ['i', 'f', '\\n', 's', 'p', 'e', 'a', 'k', 'i', 'n', 'g'], ['i', 'n'], ['s', 'l', 'e', 'e', 'p', ','], ['“', 'H', 'e'], ['w', 'h', 'o'], ['w', 'o', 'r', 'k', 's'], ['i', 'n', '\\n', 'm', 'a', 'r', 'b', 'l', 'e', ','], ['a', 'n', 'd'], ['f', 'i', 'n', 'd', 's'], ['t', 'h', 'e'], ['s', 'h', 'a', 'p', 'e'], ['o', 'f'], ['h', 'i', 's'], ['o', 'w', 'n', '\\n', 's', 'o', 'u', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e', ','], ['i', 's'], ['n', 'o', 'b', 'l', 'e', 'r'], ['t', 'h', 'a', 'n'], ['h', 'e'], ['w', 'h', 'o', '\\n', 'p', 'l', 'o', 'u', 'g', 'h', 's'], ['t', 'h', 'e'], ['s', 'o', 'i', 'l', '.'], [], ['h', 'e'], ['w', 'h', 'o'], ['s', 'e', 'i', 'z', 'e', 's', '\\n', 't', 'h', 'e'], ['r', 'a', 'i', 'n', 'b', 'o', 'w'], ['t', 'o'], ['l', 'a', 'y'], ['i', 't'], ['o', 'n'], ['a'], ['c', 'l', 'o', 't', 'h'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'l', 'i', 'k', 'e', 'n', 'e', 's', 's'], ['o', 'f'], ['m', 'a', 'n', ','], ['i', 's'], ['m', 'o', 'r', 'e'], ['t', 'h', 'a', 'n'], ['h', 'e'], ['w', 'h', 'o', '\\n', 'm', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['s', 'a', 'n', 'd', 'a', 'l', 's'], ['f', 'o', 'r'], ['o', 'u', 'r'], ['f', 'e', 'e', 't', '.', '”', '\\n', '\\n', 'B', 'u', 't'], ['I'], ['s', 'a', 'y', ','], ['n', 'o', 't'], ['i', 'n'], ['s', 'l', 'e', 'e', 'p'], ['b', 'u', 't'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'o', 'v', 'e', 'r', 'w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e', ','], ['t', 'h', 'a', 't'], ['t', 'h', 'e', '\\n', 'w', 'i', 'n', 'd'], ['s', 'p', 'e', 'a', 'k', 's'], ['n', 'o', 't'], ['m', 'o', 'r', 'e'], ['s', 'w', 'e', 'e', 't', 'l', 'y'], ['t', 'o'], ['t', 'h', 'e', '\\n', 'g', 'i', 'a', 'n', 't'], ['o', 'a', 'k', 's'], ['t', 'h', 'a', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f'], ['a', 'l', 'l'], ['t', 'h', 'e', '\\n', 'b', 'l', 'a', 'd', 'e', 's'], ['o', 'f'], ['g', 'r', 'a', 's', 's', ';', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'l', 'o', 'n', 'e'], ['i', 's'], ['g', 'r', 'e', 'a', 't'], ['w', 'h', 'o'], ['t', 'u', 'r', 'n', 's'], ['t', 'h', 'e', '\\n', 'v', 'o', 'i', 'c', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['i', 'n', 't', 'o'], ['a'], ['s', 'o', 'n', 'g'], ['m', 'a', 'd', 'e', '\\n', 's', 'w', 'e', 'e', 't', 'e', 'r'], ['b', 'y'], ['h', 'i', 's'], ['o', 'w', 'n'], ['l', 'o', 'v', 'i', 'n', 'g', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'W', 'o', 'r', 'k'], ['i', 's'], ['l', 'o', 'v', 'e'], ['m', 'a', 'd', 'e'], ['v', 'i', 's', 'i', 'b', 'l', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e'], ['b', 'u', 't', '\\n', 'o', 'n', 'l', 'y'], ['w', 'i', 't', 'h'], ['d', 'i', 's', 't', 'a', 's', 't', 'e', ','], ['i', 't'], ['i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['t', 'h', 'a', 't', '\\n', 'y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['l', 'e', 'a', 'v', 'e'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['s', 'i', 't'], ['a', 't', '\\n', 't', 'h', 'e'], ['g', 'a', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['t', 'a', 'k', 'e'], ['a', 'l', 'm', 's'], ['o', 'f', '\\n', 't', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'a', 'k', 'e'], ['b', 'r', 'e', 'a', 'd'], ['w', 'i', 't', 'h'], ['i', 'n', 'd', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 'c', 'e', ',', '\\n', 'y', 'o', 'u'], ['b', 'a', 'k', 'e'], ['a'], ['b', 'i', 't', 't', 'e', 'r'], ['b', 'r', 'e', 'a', 'd'], ['t', 'h', 'a', 't'], ['f', 'e', 'e', 'd', 's'], ['b', 'u', 't', '\\n', 'h', 'a', 'l', 'f'], ['m', 'a', 'n', '’', 's'], ['h', 'u', 'n', 'g', 'e', 'r', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['g', 'r', 'u', 'd', 'g', 'e'], ['t', 'h', 'e'], ['c', 'r', 'u', 's', 'h', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'g', 'r', 'a', 'p', 'e', 's', ','], ['y', 'o', 'u', 'r'], ['g', 'r', 'u', 'd', 'g', 'e'], ['d', 'i', 's', 't', 'i', 'l', 's'], ['a'], ['p', 'o', 'i', 's', 'o', 'n'], ['i', 'n', '\\n', 't', 'h', 'e'], ['w', 'i', 'n', 'e', '.'], [], ['i', 'f'], ['y', 'o', 'u'], ['s', 'i', 'n', 'g'], ['t', 'h', 'o', 'u', 'g', 'h'], ['a', 's', '\\n', 'a', 'n', 'g', 'e', 'l', 's', ','], ['a', 'n', 'd'], ['l', 'o', 'v', 'e'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'i', 'n', 'g', ','], ['y', 'o', 'u', '\\n', 'm', 'u', 'f', 'f', 'l', 'e'], ['m', 'a', 'n', '’', 's'], ['e', 'a', 'r', 's'], ['t', 'o'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'd', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['w', 'o', 'm', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'J', 'o', 'y'], ['a', 'n', 'd'], ['S', 'o', 'r', 'r', 'o', 'w', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['i', 's'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['u', 'n', 'm', 'a', 's', 'k', 'e', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'l', 'f', 's', 'a', 'm', 'e'], ['w', 'e', 'l', 'l'], ['f', 'r', 'o', 'm'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r', '\\n', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['r', 'i', 's', 'e', 's'], ['w', 'a', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['f', 'i', 'l', 'l', 'e', 'd', '\\n', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['t', 'e', 'a', 'r', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'o', 'w'], ['e', 'l', 's', 'e'], ['c', 'a', 'n'], ['i', 't'], ['b', 'e', '?', '\\n', '\\n', 'T', 'h', 'e'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'a', 't'], ['s', 'o', 'r', 'r', 'o', 'w'], ['c', 'a', 'r', 'v', 'e', 's'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r', '\\n', 'b', 'e', 'i', 'n', 'g', ','], ['t', 'h', 'e'], ['m', 'o', 'r', 'e'], ['j', 'o', 'y'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['c', 'o', 'n', 't', 'a', 'i', 'n', '.', '\\n', '\\n', 'I', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['c', 'u', 'p'], ['t', 'h', 'a', 't'], ['h', 'o', 'l', 'd', 's'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 'e'], ['t', 'h', 'e', '\\n', 'v', 'e', 'r', 'y'], ['c', 'u', 'p'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['b', 'u', 'r', 'n', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'o', 't', 't', 'e', 'r', '’', 's', '\\n', 'o', 'v', 'e', 'n', '?', '\\n', '\\n', 'A', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['l', 'u', 't', 'e'], ['t', 'h', 'a', 't'], ['s', 'o', 'o', 't', 'h', 'e', 's'], ['y', 'o', 'u', 'r', '\\n', 's', 'p', 'i', 'r', 'i', 't', ','], ['t', 'h', 'e'], ['v', 'e', 'r', 'y'], ['w', 'o', 'o', 'd'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['h', 'o', 'l', 'l', 'o', 'w', 'e', 'd', '\\n', 'w', 'i', 't', 'h'], ['k', 'n', 'i', 'v', 'e', 's', '?', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['j', 'o', 'y', 'o', 'u', 's', ','], ['l', 'o', 'o', 'k'], ['d', 'e', 'e', 'p'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r', '\\n', 'h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['i', 't'], ['i', 's'], ['o', 'n', 'l', 'y', '\\n', 't', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['h', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['y', 'o', 'u'], ['s', 'o', 'r', 'r', 'o', 'w'], ['t', 'h', 'a', 't'], ['i', 's', '\\n', 'g', 'i', 'v', 'i', 'n', 'g'], ['y', 'o', 'u'], ['j', 'o', 'y', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['s', 'o', 'r', 'r', 'o', 'w', 'f', 'u', 'l'], ['l', 'o', 'o', 'k'], ['a', 'g', 'a', 'i', 'n'], ['i', 'n', '\\n'], ['h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['t', 'h', 'a', 't', '\\n', 'i', 'n'], ['t', 'r', 'u', 't', 'h'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['w', 'e', 'e', 'p', 'i', 'n', 'g'], ['f', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h', '\\n', 'h', 'a', 's'], ['b', 'e', 'e', 'n'], ['y', 'o', 'u', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['“', 'J', 'o', 'y'], ['i', 's'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n', '\\n', 's', 'o', 'r', 'r', 'o', 'w', ',', '”'], ['a', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['s', 'a', 'y', ','], ['“', 'N', 'a', 'y', ','], ['s', 'o', 'r', 'r', 'o', 'w'], ['i', 's', '\\n', 't', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '.', '”', '\\n', '\\n', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', ','], ['t', 'h', 'e', 'y'], ['a', 'r', 'e', '\\n', 'i', 'n', 's', 'e', 'p', 'a', 'r', 'a', 'b', 'l', 'e', '.', '\\n', '\\n', 'T', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['t', 'h', 'e', 'y'], ['c', 'o', 'm', 'e', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'n', 'e'], ['s', 'i', 't', 's', '\\n', 'a', 'l', 'o', 'n', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['a', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd', ','], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '\\n', 't', 'h', 'a', 't'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r'], ['i', 's'], ['a', 's', 'l', 'e', 'e', 'p'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'd', '.', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['s', 'u', 's', 'p', 'e', 'n', 'd', 'e', 'd'], ['l', 'i', 'k', 'e'], ['s', 'c', 'a', 'l', 'e', 's', '\\n', 'b', 'e', 't', 'w', 'e', 'e', 'n'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y', '.', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['e', 'm', 'p', 't', 'y'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['a', 't', '\\n', 's', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l'], ['a', 'n', 'd'], ['b', 'a', 'l', 'a', 'n', 'c', 'e', 'd', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['t', 'h', 'e'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', '-', 'k', 'e', 'e', 'p', 'e', 'r'], ['l', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['t', 'o', '\\n', 'w', 'e', 'i', 'g', 'h'], ['h', 'i', 's'], ['g', 'o', 'l', 'd'], ['a', 'n', 'd'], ['h', 'i', 's'], ['s', 'i', 'l', 'v', 'e', 'r', ','], ['n', 'e', 'e', 'd', 's', '\\n', 'm', 'u', 's', 't'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['r', 'i', 's', 'e'], ['o', 'r', '\\n', 'f', 'a', 'l', 'l', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['m', 'a', 's', 'o', 'n'], ['c', 'a', 'm', 'e'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ',', '\\n', 'S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'H', 'o', 'u', 's', 'e', 's', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'B', 'u', 'i', 'l', 'd'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['i', 'm', 'a', 'g', 'i', 'n', 'i', 'n', 'g', 's'], ['a'], ['b', 'o', 'w', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'w', 'i', 'l', 'd', 'e', 'r', 'n', 'e', 's', 's'], ['e', 'r', 'e'], ['y', 'o', 'u'], ['b', 'u', 'i', 'l', 'd'], ['a'], ['h', 'o', 'u', 's', 'e'], ['w', 'i', 't', 'h', 'i', 'n', '\\n', 't', 'h', 'e'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's', '.', '\\n', '\\n', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['h', 'o', 'm', 'e', '-', 'c', 'o', 'm', 'i', 'n', 'g', 's'], ['i', 'n', '\\n', 'y', 'o', 'u', 'r'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't', ','], ['s', 'o'], ['h', 'a', 's'], ['t', 'h', 'e'], ['w', 'a', 'n', 'd', 'e', 'r', 'e', 'r'], ['i', 'n', '\\n', 'y', 'o', 'u', ','], ['t', 'h', 'e'], ['e', 'v', 'e', 'r'], ['d', 'i', 's', 't', 'a', 'n', 't'], ['a', 'n', 'd'], ['a', 'l', 'o', 'n', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['l', 'a', 'r', 'g', 'e', 'r'], ['b', 'o', 'd', 'y', '.', '\\n', '\\n', 'I', 't'], ['g', 'r', 'o', 'w', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd'], ['s', 'l', 'e', 'e', 'p', 's'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ';'], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['n', 'o', 't', '\\n', 'd', 'r', 'e', 'a', 'm', 'l', 'e', 's', 's', '.'], ['D', 'o', 'e', 's'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['d', 'r', 'e', 'a', 'm', '?', '\\n', 'a', 'n', 'd'], ['d', 'r', 'e', 'a', 'm', 'i', 'n', 'g', ','], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['f', 'o', 'r'], ['g', 'r', 'o', 'v', 'e', '\\n', 'o', 'r'], ['h', 'i', 'l', 'l', 't', 'o', 'p', '?', '\\n', '\\n', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['I'], ['c', 'o', 'u', 'l', 'd'], ['g', 'a', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', '\\n', 'i', 'n', 't', 'o'], ['m', 'y'], ['h', 'a', 'n', 'd', ','], ['a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['a'], ['s', 'o', 'w', 'e', 'r'], ['s', 'c', 'a', 't', 't', 'e', 'r', '\\n', 't', 'h', 'e', 'm'], ['i', 'n'], ['f', 'o', 'r', 'e', 's', 't'], ['a', 'n', 'd'], ['m', 'e', 'a', 'd', 'o', 'w', '.', '\\n', '\\n', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'e'], ['v', 'a', 'l', 'l', 'e', 'y', 's'], ['w', 'e', 'r', 'e'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd', '\\n', 't', 'h', 'e'], ['g', 'r', 'e', 'e', 'n'], ['p', 'a', 't', 'h', 's'], ['y', 'o', 'u', 'r'], ['a', 'l', 'l', 'e', 'y', 's', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '\\n'], ['s', 'e', 'e', 'k'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '\\n', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', ','], ['a', 'n', 'd'], ['c', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', 's', '.', '\\n', '\\n', 'B', 'u', 't'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['y', 'e', 't'], ['t', 'o'], ['b', 'e', '.', '\\n', '\\n', 'I', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u', 'r'], ['f', 'o', 'r', 'e', 'f', 'a', 't', 'h', 'e', 'r', 's'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'd', '\\n', 'y', 'o', 'u'], ['t', 'o', 'o'], ['n', 'e', 'a', 'r'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.'], ['A', 'n', 'd'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r', '\\n', 's', 'h', 'a', 'l', 'l'], ['e', 'n', 'd', 'u', 'r', 'e'], ['a'], ['l', 'i', 't', 't', 'l', 'e'], ['l', 'o', 'n', 'g', 'e', 'r', '.'], ['A'], ['l', 'i', 't', 't', 'l', 'e', '\\n', 'l', 'o', 'n', 'g', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e', '\\n', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 'h', 's'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'e', 'l', 'l'], ['m', 'e', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['w', 'h', 'a', 't', '\\n', 'h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['h', 'o', 'u', 's', 'e', 's', '?'], ['A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't', '\\n', 'y', 'o', 'u'], ['g', 'u', 'a', 'r', 'd'], ['w', 'i', 't', 'h'], ['f', 'a', 's', 't', 'e', 'n', 'e', 'd'], ['d', 'o', 'o', 'r', 's', '?', '\\n', '\\n', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['p', 'e', 'a', 'c', 'e', ','], ['t', 'h', 'e'], ['q', 'u', 'i', 'e', 't'], ['u', 'r', 'g', 'e'], ['t', 'h', 'a', 't', '\\n', 'r', 'e', 'v', 'e', 'a', 'l', 's'], ['y', 'o', 'u', 'r'], ['p', 'o', 'w', 'e', 'r', '?', '\\n', '\\n', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e', 's', ','], ['t', 'h', 'e'], ['g', 'l', 'i', 'm', 'm', 'e', 'r', 'i', 'n', 'g', '\\n', 'a', 'r', 'c', 'h', 'e', 's'], ['t', 'h', 'a', 't'], ['s', 'p', 'a', 'n'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'm', 'i', 'n', 'd', '?', '\\n', '\\n', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'a', 'u', 't', 'y', ','], ['t', 'h', 'a', 't'], ['l', 'e', 'a', 'd', 's'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't', '\\n', 'f', 'r', 'o', 'm'], ['t', 'h', 'i', 'n', 'g', 's'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['w', 'o', 'o', 'd'], ['a', 'n', 'd'], ['s', 't', 'o', 'n', 'e', '\\n', 't', 'o'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', '?', '\\n', '\\n', 'T', 'e', 'l', 'l'], ['m', 'e', ','], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['t', 'h', 'e', 's', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', '?', '\\n', '\\n', 'O', 'r'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['o', 'n', 'l', 'y'], ['c', 'o', 'm', 'f', 'o', 'r', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'u', 's', 't', '\\n', 'f', 'o', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't', ','], ['t', 'h', 'a', 't'], ['s', 't', 'e', 'a', 'l', 't', 'h', 'y'], ['t', 'h', 'i', 'n', 'g'], ['t', 'h', 'a', 't', '\\n'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['a'], ['g', 'u', 'e', 's', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n', '\\n', 'b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['h', 'o', 's', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n'], ['a'], ['m', 'a', 's', 't', 'e', 'r', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'y', ','], ['a', 'n', 'd'], ['i', 't'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['t', 'a', 'm', 'e', 'r', ','], ['a', 'n', 'd'], ['w', 'i', 't', 'h', '\\n', 'h', 'o', 'o', 'k'], ['a', 'n', 'd'], ['s', 'c', 'o', 'u', 'r', 'g', 'e'], ['m', 'a', 'k', 'e', 's'], ['p', 'u', 'p', 'p', 'e', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'l', 'a', 'r', 'g', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', '.', '\\n', '\\n', 'T', 'h', 'o', 'u', 'g', 'h'], ['i', 't', 's'], ['h', 'a', 'n', 'd', 's'], ['a', 'r', 'e'], ['s', 'i', 'l', 'k', 'e', 'n', ','], ['i', 't', 's'], ['h', 'e', 'a', 'r', 't', '\\n', 'i', 's'], ['o', 'f'], ['i', 'r', 'o', 'n', '.', '\\n', '\\n', 'I', 't'], ['l', 'u', 'l', 'l', 's'], ['y', 'o', 'u'], ['t', 'o'], ['s', 'l', 'e', 'e', 'p'], ['o', 'n', 'l', 'y'], ['t', 'o'], ['s', 't', 'a', 'n', 'd'], ['b', 'y', '\\n', 'y', 'o', 'u', 'r'], ['b', 'e', 'd'], ['a', 'n', 'd'], ['j', 'e', 'e', 'r'], ['a', 't'], ['t', 'h', 'e'], ['d', 'i', 'g', 'n', 'i', 't', 'y'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'f', 'l', 'e', 's', 'h', '.', '\\n', '\\n', 'I', 't'], ['m', 'a', 'k', 'e', 's'], ['m', 'o', 'c', 'k'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'n', 'd'], ['s', 'e', 'n', 's', 'e', 's', ','], ['a', 'n', 'd', '\\n', 'l', 'a', 'y', 's'], ['t', 'h', 'e', 'm'], ['i', 'n'], ['t', 'h', 'i', 's', 't', 'l', 'e', 'd', 'o', 'w', 'n'], ['l', 'i', 'k', 'e'], ['f', 'r', 'a', 'g', 'i', 'l', 'e', '\\n', 'v', 'e', 's', 's', 'e', 'l', 's', '.', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['t', 'h', 'e'], ['l', 'u', 's', 't'], ['f', 'o', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't'], ['m', 'u', 'r', 'd', 'e', 'r', 's', '\\n', 't', 'h', 'e'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n'], ['w', 'a', 'l', 'k', 's', '\\n', 'g', 'r', 'i', 'n', 'n', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'n', 'e', 'r', 'a', 'l', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u', ','], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['y', 'o', 'u'], ['r', 'e', 's', 't', 'l', 'e', 's', 's', '\\n', 'i', 'n'], ['r', 'e', 's', 't', ','], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['t', 'r', 'a', 'p', 'p', 'e', 'd'], ['n', 'o', 'r', '\\n', 't', 'a', 'm', 'e', 'd', '.', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['n', 'o', 't'], ['a', 'n'], ['a', 'n', 'c', 'h', 'o', 'r'], ['b', 'u', 't'], ['a', '\\n', 'm', 'a', 's', 't', '.', '\\n', '\\n', 'I', 't'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['a'], ['g', 'l', 'i', 's', 't', 'e', 'n', 'i', 'n', 'g'], ['f', 'i', 'l', 'm'], ['t', 'h', 'a', 't', '\\n'], ['a'], ['w', 'o', 'u', 'n', 'd', ','], ['b', 'u', 't'], ['a', 'n'], ['e', 'y', 'e', 'l', 'i', 'd'], ['t', 'h', 'a', 't', '\\n', 'g', 'u', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['e', 'y', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['f', 'o', 'l', 'd'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '\\n', 'm', 'a', 'y'], ['p', 'a', 's', 's'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['d', 'o', 'o', 'r', 's', ','], ['n', 'o', 'r'], ['b', 'e', 'n', 'd'], ['y', 'o', 'u', 'r', '\\n', 'h', 'e', 'a', 'd', 's'], ['t', 'h', 'a', 't'], ['t', 'h', 'e', 'y'], ['s', 't', 'r', 'i', 'k', 'e'], ['n', 'o', 't'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['a', '\\n', 'c', 'e', 'i', 'l', 'i', 'n', 'g', ','], ['n', 'o', 'r'], ['f', 'e', 'a', 'r'], ['t', 'o'], ['b', 'r', 'e', 'a', 't', 'h', 'e'], ['l', 'e', 's', 't'], ['w', 'a', 'l', 'l', 's', '\\n', 's', 'h', 'o', 'u', 'l', 'd'], ['c', 'r', 'a', 'c', 'k'], ['a', 'n', 'd'], ['f', 'a', 'l', 'l'], ['d', 'o', 'w', 'n', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'o', 'm', 'b', 's'], ['m', 'a', 'd', 'e'], ['b', 'y'], ['t', 'h', 'e', '\\n', 'd', 'e', 'a', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['o', 'f'], ['m', 'a', 'g', 'n', 'i', 'f', 'i', 'c', 'e', 'n', 'c', 'e'], ['a', 'n', 'd', '\\n', 's', 'p', 'l', 'e', 'n', 'd', 'o', 'u', 'r', ','], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['h', 'o', 'l', 'd', '\\n', 'y', 'o', 'u', 'r'], ['s', 'e', 'c', 'r', 'e', 't'], ['n', 'o', 'r'], ['s', 'h', 'e', 'l', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u', '\\n', 'a', 'b', 'i', 'd', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'n', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'k', 'y', ','], ['w', 'h', 'o', 's', 'e', '\\n', 'd', 'o', 'o', 'r'], ['i', 's'], ['t', 'h', 'e'], ['m', 'o', 'r', 'n', 'i', 'n', 'g'], ['m', 'i', 's', 't', ','], ['a', 'n', 'd'], ['w', 'h', 'o', 's', 'e', '\\n', 'w', 'i', 'n', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's', '\\n', 'o', 'f'], ['n', 'i', 'g', 'h', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['t', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'C', 'l', 'o', 't', 'h', 'e', 's', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['c', 'l', 'o', 't', 'h', 'e', 's'], ['c', 'o', 'n', 'c', 'e', 'a', 'l'], ['m', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'b', 'e', 'a', 'u', 't', 'y', ','], ['y', 'e', 't'], ['t', 'h', 'e', 'y'], ['h', 'i', 'd', 'e'], ['n', 'o', 't'], ['t', 'h', 'e', '\\n', 'u', 'n', 'b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['i', 'n'], ['g', 'a', 'r', 'm', 'e', 'n', 't', 's'], ['t', 'h', 'e', '\\n', 'f', 'r', 'e', 'e', 'd', 'o', 'm'], ['o', 'f'], ['p', 'r', 'i', 'v', 'a', 'c', 'y'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['f', 'i', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', 'm', '\\n', 'a'], ['h', 'a', 'r', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['a'], ['c', 'h', 'a', 'i', 'n', '.', '\\n', '\\n', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['m', 'e', 'e', 't'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd', '\\n', 't', 'h', 'e'], ['w', 'i', 'n', 'd'], ['w', 'i', 't', 'h'], ['m', 'o', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'k', 'i', 'n'], ['a', 'n', 'd'], ['l', 'e', 's', 's', '\\n', 'o', 'f'], ['y', 'o', 'u', 'r'], ['r', 'a', 'i', 'm', 'e', 'n', 't', ',', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 't', 'h'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'u', 'n', 'l', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'w', 'i', 'n', 'd', '.', '\\n', '\\n', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['“', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd', '\\n', 'w', 'h', 'o'], ['h', 'a', 's'], ['w', 'o', 'v', 'e', 'n'], ['t', 'h', 'e'], ['c', 'l', 'o', 't', 'h', 'e', 's'], ['w', 'e'], ['w', 'e', 'a', 'r', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['s', 'a', 'y', ','], ['A', 'y', ','], ['i', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd', ',', '\\n', '\\n', 'B', 'u', 't'], ['s', 'h', 'a', 'm', 'e'], ['w', 'a', 's'], ['h', 'i', 's'], ['l', 'o', 'o', 'm', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 's', 'o', 'f', 't', 'e', 'n', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'i', 'n', 'e', 'w', 's'], ['w', 'a', 's'], ['h', 'i', 's'], ['t', 'h', 'r', 'e', 'a', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'i', 's'], ['w', 'o', 'r', 'k'], ['w', 'a', 's'], ['d', 'o', 'n', 'e'], ['h', 'e'], ['l', 'a', 'u', 'g', 'h', 'e', 'd'], ['i', 'n', '\\n', 't', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '.'], [], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['m', 'o', 'd', 'e', 's', 't', 'y', '\\n', 'i', 's'], ['f', 'o', 'r'], ['a'], ['s', 'h', 'i', 'e', 'l', 'd'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['t', 'h', 'e'], ['e', 'y', 'e'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'u', 'n', 'c', 'l', 'e', 'a', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['u', 'n', 'c', 'l', 'e', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['n', 'o'], ['m', 'o', 'r', 'e', ',', '\\n', 'w', 'h', 'a', 't'], ['w', 'e', 'r', 'e'], ['m', 'o', 'd', 'e', 's', 't', 'y'], ['b', 'u', 't'], ['a'], ['f', 'e', 't', 't', 'e', 'r'], ['a', 'n', 'd'], ['a', '\\n', 'f', 'o', 'u', 'l', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'n', 'd', '?', '\\n', '\\n', 'A', 'n', 'd'], ['f', 'o', 'r', 'g', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['d', 'e', 'l', 'i', 'g', 'h', 't', 's', '\\n', 't', 'o'], ['f', 'e', 'e', 'l'], ['y', 'o', 'u', 'r'], ['b', 'a', 'r', 'e'], ['f', 'e', 'e', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 's', '\\n', 'l', 'o', 'n', 'g'], ['t', 'o'], ['p', 'l', 'a', 'y'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['h', 'a', 'i', 'r', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['m', 'e', 'r', 'c', 'h', 'a', 'n', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'B', 'u', 'y', 'i', 'n', 'g'], ['a', 'n', 'd'], ['S', 'e', 'l', 'l', 'i', 'n', 'g', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'T', 'o'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['y', 'i', 'e', 'l', 'd', 's'], ['h', 'e', 'r'], ['f', 'r', 'u', 'i', 't', ','], ['a', 'n', 'd', '\\n', 'y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['w', 'a', 'n', 't'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'u', 't'], ['k', 'n', 'o', 'w'], ['h', 'o', 'w', '\\n', 't', 'o'], ['f', 'i', 'l', 'l'], ['y', 'o', 'u', 'r'], ['h', 'a', 'n', 'd', 's', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['i', 'n'], ['e', 'x', 'c', 'h', 'a', 'n', 'g', 'i', 'n', 'g'], ['t', 'h', 'e'], ['g', 'i', 'f', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'e', 'a', 'r', 't', 'h'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e'], ['a', 'n', 'd', '\\n', 'b', 'e'], ['s', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '\\n', '\\n', 'Y', 'e', 't'], ['u', 'n', 'l', 'e', 's', 's'], ['t', 'h', 'e'], ['e', 'x', 'c', 'h', 'a', 'n', 'g', 'e'], ['b', 'e'], ['i', 'n'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd', '\\n', 'k', 'i', 'n', 'd', 'l', 'y'], ['j', 'u', 's', 't', 'i', 'c', 'e', ','], ['i', 't'], ['w', 'i', 'l', 'l'], ['b', 'u', 't'], ['l', 'e', 'a', 'd'], ['s', 'o', 'm', 'e'], ['t', 'o', '\\n', 'g', 'r', 'e', 'e', 'd'], ['a', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['t', 'o'], ['h', 'u', 'n', 'g', 'e', 'r', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e'], ['y', 'o', 'u'], ['t', 'o', 'i', 'l', 'e', 'r', 's'], ['o', 'f', '\\n', 't', 'h', 'e'], ['s', 'e', 'a'], ['a', 'n', 'd'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['m', 'e', 'e', 't', '\\n', 't', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'o', 't', 't', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's'], ['o', 'f'], ['s', 'p', 'i', 'c', 'e', 's', ',', '-', '-', '\\n', '\\n', 'I', 'n', 'v', 'o', 'k', 'e'], ['t', 'h', 'e', 'n'], ['t', 'h', 'e'], ['m', 'a', 's', 't', 'e', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'e', 'a', 'r', 't', 'h', ','], ['t', 'o'], ['c', 'o', 'm', 'e'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r'], ['m', 'i', 'd', 's', 't'], ['a', 'n', 'd', '\\n', 's', 'a', 'n', 'c', 't', 'i', 'f', 'y'], ['t', 'h', 'e'], ['s', 'c', 'a', 'l', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'e', 'c', 'k', 'o', 'n', 'i', 'n', 'g', '\\n', 't', 'h', 'a', 't'], ['w', 'e', 'i', 'g', 'h', 's'], ['v', 'a', 'l', 'u', 'e'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['v', 'a', 'l', 'u', 'e', '.'], [], ['n', 'o', 't'], ['t', 'h', 'e'], ['b', 'a', 'r', 'r', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['t', 'o'], ['t', 'a', 'k', 'e', '\\n', 'p', 'a', 'r', 't'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['t', 'r', 'a', 'n', 's', 'a', 'c', 't', 'i', 'o', 'n', 's', ','], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd', '\\n', 's', 'e', 'l', 'l'], ['t', 'h', 'e', 'i', 'r'], ['w', 'o', 'r', 'd', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['l', 'a', 'b', 'o', 'u', 'r', '.', '\\n', '\\n', 'T', 'o'], ['s', 'u', 'c', 'h'], ['m', 'e', 'n'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['s', 'a', 'y', ',', '\\n', '\\n', '“', 'C', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['u', 's'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd', ','], ['o', 'r'], ['g', 'o'], ['w', 'i', 't', 'h', '\\n', 'o', 'u', 'r'], ['b', 'r', 'o', 't', 'h', 'e', 'r', 's'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['a', 'n', 'd'], ['c', 'a', 's', 't'], ['y', 'o', 'u', 'r', '\\n', 'n', 'e', 't', ';', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['l', 'a', 'n', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', '\\n', 'b', 'o', 'u', 'n', 't', 'i', 'f', 'u', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'o'], ['u', 's', '.', '”', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['t', 'h', 'e', 'r', 'e'], ['c', 'o', 'm', 'e'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'd', 'a', 'n', 'c', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'l', 'u', 't', 'e'], ['p', 'l', 'a', 'y', 'e', 'r', 's', ',', '-', '-', 'b', 'u', 'y'], ['o', 'f', '\\n', 't', 'h', 'e', 'i', 'r'], ['g', 'i', 'f', 't', 's'], ['a', 'l', 's', 'o', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['t', 'o', 'o'], ['a', 'r', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's'], ['o', 'f'], ['f', 'r', 'u', 'i', 't'], ['a', 'n', 'd', '\\n', 'f', 'r', 'a', 'n', 'k', 'i', 'n', 'c', 'e', 'n', 's', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['b', 'r', 'i', 'n', 'g', ',', '\\n', 't', 'h', 'o', 'u', 'g', 'h'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['d', 'r', 'e', 'a', 'm', 's', ','], ['i', 's'], ['r', 'a', 'i', 'm', 'e', 'n', 't', '\\n', 'a', 'n', 'd'], ['f', 'o', 'o', 'd'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', '.', '\\n', '\\n', 'A', 'n', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['y', 'o', 'u'], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e', ',', '\\n', 's', 'e', 'e'], ['t', 'h', 'a', 't'], ['n', 'o'], ['o', 'n', 'e'], ['h', 'a', 's'], ['g', 'o', 'n', 'e'], ['h', 'i', 's'], ['w', 'a', 'y'], ['w', 'i', 't', 'h', '\\n', 'e', 'm', 'p', 't', 'y'], ['h', 'a', 'n', 'd', 's', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['m', 'a', 's', 't', 'e', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['s', 'h', 'a', 'l', 'l', '\\n', 'n', 'o', 't'], ['s', 'l', 'e', 'e', 'p'], ['p', 'e', 'a', 'c', 'e', 'f', 'u', 'l', 'l', 'y'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '\\n', 't', 'i', 'l', 'l'], ['t', 'h', 'e'], ['n', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e', '\\n', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['j', 'u', 'd', 'g', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '\\n', 's', 't', 'o', 'o', 'd'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'C', 'r', 'i', 'm', 'e'], ['a', 'n', 'd'], ['P', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'I', 't'], ['i', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['g', 'o', 'e', 's'], ['w', 'a', 'n', 'd', 'e', 'r', 'i', 'n', 'g', '\\n', 'u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ',', '\\n', '\\n', 'T', 'h', 'a', 't'], ['y', 'o', 'u', ','], ['a', 'l', 'o', 'n', 'e'], ['a', 'n', 'd'], ['u', 'n', 'g', 'u', 'a', 'r', 'd', 'e', 'd', ','], ['c', 'o', 'm', 'm', 'i', 't', '\\n', 'a'], ['w', 'r', 'o', 'n', 'g'], ['u', 'n', 't', 'o'], ['o', 't', 'h', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['u', 'n', 't', 'o', '\\n', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'A', 'n', 'd'], ['f', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'r', 'o', 'n', 'g'], ['c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['m', 'u', 's', 't'], ['y', 'o', 'u', '\\n', 'k', 'n', 'o', 'c', 'k'], ['a', 'n', 'd'], ['w', 'a', 'i', 't'], ['a'], ['w', 'h', 'i', 'l', 'e'], ['u', 'n', 'h', 'e', 'e', 'd', 'e', 'd'], ['a', 't'], ['t', 'h', 'e', '\\n', 'g', 'a', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['b', 'l', 'e', 's', 's', 'e', 'd', '.', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '\\n', '\\n', 'I', 't'], ['r', 'e', 'm', 'a', 'i', 'n', 's'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['u', 'n', 'd', 'e', 'f', 'i', 'l', 'e', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r'], ['i', 't'], ['l', 'i', 'f', 't', 's'], ['b', 'u', 't'], ['t', 'h', 'e', '\\n', 'w', 'i', 'n', 'g', 'e', 'd', '.', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '\\n', '\\n', 'I', 't'], ['k', 'n', 'o', 'w', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['w', 'a', 'y', 's'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'o', 'l', 'e'], ['n', 'o', 'r', '\\n', 's', 'e', 'e', 'k', 's'], ['i', 't'], ['t', 'h', 'e'], ['h', 'o', 'l', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'e', 'r', 'p', 'e', 'n', 't', '.', '\\n'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f'], ['d', 'w', 'e', 'l', 'l', 's'], ['n', 'o', 't'], ['a', 'l', 'o', 'n', 'e', '\\n', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '.', '\\n', '\\n', 'M', 'u', 'c', 'h'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['s', 't', 'i', 'l', 'l'], ['m', 'a', 'n', ','], ['a', 'n', 'd'], ['m', 'u', 'c', 'h'], ['i', 'n', '\\n', 'y', 'o', 'u'], ['i', 's'], ['n', 'o', 't'], ['y', 'e', 't'], ['m', 'a', 'n', ',', '\\n', '\\n', 'B', 'u', 't'], ['a'], ['s', 'h', 'a', 'p', 'e', 'l', 'e', 's', 's'], ['p', 'i', 'g', 'm', 'y'], ['t', 'h', 'a', 't'], ['w', 'a', 'l', 'k', 's'], ['a', 's', 'l', 'e', 'e', 'p', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['s', 'e', 'a', 'r', 'c', 'h', 'i', 'n', 'g'], ['f', 'o', 'r'], ['i', 't', 's'], ['o', 'w', 'n', '\\n', 'a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'a', 'n'], ['i', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['n', 'o', 'w'], ['s', 'p', 'e', 'a', 'k', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 't'], ['i', 's'], ['h', 'e'], ['a', 'n', 'd'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f'], ['n', 'o', 'r', '\\n', 't', 'h', 'e'], ['p', 'i', 'g', 'm', 'y'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't', ','], ['t', 'h', 'a', 't'], ['k', 'n', 'o', 'w', 's'], ['c', 'r', 'i', 'm', 'e', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't'], ['o', 'f'], ['c', 'r', 'i', 'm', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['h', 'a', 'v', 'e'], ['I'], ['h', 'e', 'a', 'r', 'd'], ['y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f'], ['o', 'n', 'e', '\\n', 'w', 'h', 'o'], ['c', 'o', 'm', 'm', 'i', 't', 's'], ['a'], ['w', 'r', 'o', 'n', 'g'], ['a', 's'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e'], ['w', 'e', 'r', 'e', '\\n', 'n', 'o', 't'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', ','], ['b', 'u', 't'], ['a'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', '\\n', 'a', 'n', 'd'], ['a', 'n'], ['i', 'n', 't', 'r', 'u', 'd', 'e', 'r'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'l', 'd', '.', '\\n', '\\n', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'a', 't'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's'], ['c', 'a', 'n', 'n', 'o', 't'], ['r', 'i', 's', 'e'], ['b', 'e', 'y', 'o', 'n', 'd'], ['t', 'h', 'e'], ['h', 'i', 'g', 'h', 'e', 's', 't', '\\n', 'w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', ',', '\\n', '\\n', 'S', 'o'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'e', 'a', 'k'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'a', 'l', 'l', '\\n', 'l', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['l', 'o', 'w', 'e', 's', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['y', 'o', 'u', '\\n', 'a', 'l', 's', 'o', '.', '\\n', '\\n', 'A', 'n', 'd'], ['a', 's'], ['a'], ['s', 'i', 'n', 'g', 'l', 'e'], ['l', 'e', 'a', 'f'], ['t', 'u', 'r', 'n', 's'], ['n', 'o', 't'], ['y', 'e', 'l', 'l', 'o', 'w', '\\n', 'b', 'u', 't'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'w', 'h', 'o', 'l', 'e'], ['t', 'r', 'e', 'e', ','], [], ['t', 'h', 'e'], ['w', 'r', 'o', 'n', 'g', '-', 'd', 'o', 'e', 'r'], ['c', 'a', 'n', 'n', 'o', 't', '\\n', 'd', 'o'], ['w', 'r', 'o', 'n', 'g'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['t', 'h', 'e'], ['h', 'i', 'd', 'd', 'e', 'n'], ['w', 'i', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', '\\n', 'a', 'l', 'l', '.', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['a'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n'], ['y', 'o', 'u'], ['w', 'a', 'l', 'k'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '\\n', 't', 'o', 'w', 'a', 'r', 'd', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '6', '4', ']', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['w', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['f', 'a', 'l', 'l', 's'], ['d', 'o', 'w', 'n'], ['h', 'e'], ['f', 'a', 'l', 'l', 's', '\\n', 'f', 'o', 'r'], ['t', 'h', 'o', 's', 'e'], ['b', 'e', 'h', 'i', 'n', 'd'], ['h', 'i', 'm', ','], ['a'], ['c', 'a', 'u', 't', 'i', 'o', 'n'], ['a', 'g', 'a', 'i', 'n', 's', 't', '\\n', 't', 'h', 'e'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 't', 'o', 'n', 'e', '.', '\\n', '\\n', 'A', 'y', ','], ['a', 'n', 'd'], ['h', 'e'], ['f', 'a', 'l', 'l', 's'], ['f', 'o', 'r'], ['t', 'h', 'o', 's', 'e'], ['a', 'h', 'e', 'a', 'd'], ['o', 'f'], ['h', 'i', 'm', ',', '\\n', 'w', 'h', 'o'], ['t', 'h', 'o', 'u', 'g', 'h'], ['f', 'a', 's', 't', 'e', 'r'], ['a', 'n', 'd'], ['s', 'u', 'r', 'e', 'r'], ['o', 'f'], ['f', 'o', 'o', 't', ','], ['y', 'e', 't', '\\n', 'r', 'e', 'm', 'o', 'v', 'e', 'd'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 't', 'o', 'n', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'i', 's'], ['a', 'l', 's', 'o', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['w', 'o', 'r', 'd'], ['l', 'i', 'e'], ['h', 'e', 'a', 'v', 'y', '\\n', 'u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', ':', '\\n', '\\n', 'T', 'h', 'e'], ['m', 'u', 'r', 'd', 'e', 'r', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['u', 'n', 'a', 'c', 'c', 'o', 'u', 'n', 't', 'a', 'b', 'l', 'e'], ['f', 'o', 'r', '\\n', 'h', 'i', 's'], ['o', 'w', 'n'], ['m', 'u', 'r', 'd', 'e', 'r', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['r', 'o', 'b', 'b', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['b', 'l', 'a', 'm', 'e', 'l', 'e', 's', 's'], ['i', 'n'], ['b', 'e', 'i', 'n', 'g', '\\n', 'r', 'o', 'b', 'b', 'e', 'd', '.', '\\n', '\\n', 'T', 'h', 'e'], ['r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's'], ['i', 's'], ['n', 'o', 't'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'd', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['c', 'l', 'e', 'a', 'n'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'd', 'o', 'i', 'n', 'g', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'e', 'l', 'o', 'n', '.', '\\n', '\\n', 'Y', 'e', 'a', ','], ['t', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'y'], ['i', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['t', 'h', 'e'], ['v', 'i', 'c', 't', 'i', 'm', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['i', 'n', 'j', 'u', 'r', 'e', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['s', 't', 'i', 'l', 'l'], ['m', 'o', 'r', 'e'], ['o', 'f', 't', 'e', 'n'], ['t', 'h', 'e'], ['c', 'o', 'n', 'd', 'e', 'm', 'n', 'e', 'd'], ['i', 's', '\\n'], ['b', 'u', 'r', 'd', 'e', 'n'], ['b', 'e', 'a', 'r', 'e', 'r'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'l', 'e', 's', 's', '\\n', 'a', 'n', 'd'], ['u', 'n', 'b', 'l', 'a', 'm', 'e', 'd', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['t', 'h', 'e'], ['j', 'u', 's', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', '\\n', 'u', 'n', 'j', 'u', 's', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd', ';', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['s', 't', 'a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['f', 'a', 'c', 'e', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['b', 'l', 'a', 'c', 'k'], ['t', 'h', 'r', 'e', 'a', 'd'], ['a', 'n', 'd', '\\n', 't', 'h', 'e'], ['w', 'h', 'i', 't', 'e'], ['a', 'r', 'e'], ['w', 'o', 'v', 'e', 'n'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['b', 'l', 'a', 'c', 'k'], ['t', 'h', 'r', 'e', 'a', 'd'], ['b', 'r', 'e', 'a', 'k', 's', ','], ['t', 'h', 'e', '\\n', 'w', 'e', 'a', 'v', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['l', 'o', 'o', 'k'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['w', 'h', 'o', 'l', 'e'], ['c', 'l', 'o', 't', 'h', ',', '\\n', 'a', 'n', 'd'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['e', 'x', 'a', 'm', 'i', 'n', 'e'], ['t', 'h', 'e'], ['l', 'o', 'o', 'm'], ['a', 'l', 's', 'o', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'I', 'f'], ['a', 'n', 'y'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['b', 'r', 'i', 'n', 'g'], ['t', 'o'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '\\n', 't', 'h', 'e'], ['u', 'n', 'f', 'a', 'i', 't', 'h', 'f', 'u', 'l'], ['w', 'i', 'f', 'e', ',', '\\n', '\\n', 'L', 'e', 't'], ['h', 'i', 'm'], ['a', 'l', 's', 'o'], ['w', 'e', 'i', 'g', 'h'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['h', 'e', 'r', '\\n', 'h', 'u', 's', 'b', 'a', 'n', 'd'], ['i', 'n'], ['s', 'c', 'a', 'l', 'e', 's', ','], ['a', 'n', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['h', 'i', 's'], ['s', 'o', 'u', 'l', '\\n', 'w', 'i', 't', 'h'], ['m', 'e', 'a', 's', 'u', 'r', 'e', 'm', 'e', 'n', 't', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd'], ['l', 'a', 's', 'h'], ['t', 'h', 'e'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'r', '\\n', 'l', 'o', 'o', 'k'], ['u', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['a', 'n', 'y'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['p', 'u', 'n', 'i', 's', 'h'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'n', 'a', 'm', 'e'], ['o', 'f'], ['r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['l', 'a', 'y'], ['t', 'h', 'e'], ['a', 'x', '\\n', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['e', 'v', 'i', 'l'], ['t', 'r', 'e', 'e', ','], ['l', 'e', 't'], ['h', 'i', 'm'], ['s', 'e', 'e'], ['t', 'o'], ['i', 't', 's', '\\n', 'r', 'o', 'o', 't', 's', ';', '\\n', '\\n', 'A', 'n', 'd'], ['v', 'e', 'r', 'i', 'l', 'y'], ['h', 'e'], ['w', 'i', 'l', 'l'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'g', 'o', 'o', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'a', 'd', ','], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't', 'f', 'u', 'l'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n'], ['a', 'l', 'l'], ['e', 'n', 't', 'w', 'i', 'n', 'e', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['i', 'n', '\\n', 't', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 't'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['j', 'u', 'd', 'g', 'e', 's'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['j', 'u', 's', 't', ',', '\\n', '\\n', 'W', 'h', 'a', 't'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't'], ['p', 'r', 'o', 'n', 'o', 'u', 'n', 'c', 'e'], ['y', 'o', 'u'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm', '\\n', 'w', 'h', 'o'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'o', 'n', 'e', 's', 't'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h'], ['y', 'e', 't'], ['i', 's'], ['a', '\\n', 't', 'h', 'i', 'e', 'f'], ['i', 'n'], ['s', 'p', 'i', 'r', 'i', 't', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['p', 'e', 'n', 'a', 'l', 't', 'y'], ['l', 'a', 'y'], ['y', 'o', 'u'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['s', 'l', 'a', 'y', 's', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h'], ['y', 'e', 't'], ['i', 's'], ['h', 'i', 'm', 's', 'e', 'l', 'f'], ['s', 'l', 'a', 'i', 'n'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'p', 'i', 'r', 'i', 't', '?', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'o', 'w'], ['p', 'r', 'o', 's', 'e', 'c', 'u', 't', 'e'], ['y', 'o', 'u'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['i', 'n'], ['a', 'c', 't', 'i', 'o', 'n', '\\n', 'i', 's'], ['a'], ['d', 'e', 'c', 'e', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['a', 'n'], ['o', 'p', 'p', 'r', 'e', 's', 's', 'o', 'r', ',', '\\n', '\\n', 'Y', 'e', 't'], ['w', 'h', 'o'], ['a', 'l', 's', 'o'], ['i', 's'], ['a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd'], ['a', 'n', 'd'], ['o', 'u', 't', 'r', 'a', 'g', 'e', 'd', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['p', 'u', 'n', 'i', 's', 'h'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o', 's', 'e', '\\n', 'r', 'e', 'm', 'o', 'r', 's', 'e'], ['i', 's'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e', 'i', 'r', '\\n', 'm', 'i', 's', 'd', 'e', 'e', 'd', 's', '?', '\\n', '\\n', 'I', 's'], ['n', 'o', 't'], ['r', 'e', 'm', 'o', 'r', 's', 'e'], ['t', 'h', 'e'], ['j', 'u', 's', 't', 'i', 'c', 'e'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '\\n', 'a', 'd', 'm', 'i', 'n', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['b', 'y'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y'], ['l', 'a', 'w'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', '\\n', 'w', 'o', 'u', 'l', 'd'], ['f', 'a', 'i', 'n'], ['s', 'e', 'r', 'v', 'e', '?', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['l', 'a', 'y'], ['r', 'e', 'm', 'o', 'r', 's', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e', '\\n', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['n', 'o', 'r'], ['l', 'i', 'f', 't'], ['i', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f', '\\n', 't', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'y', '.', '\\n', '\\n', 'U', 'n', 'b', 'i', 'd', 'd', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['i', 't'], ['c', 'a', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ',', '\\n', 't', 'h', 'a', 't'], ['m', 'e', 'n'], ['m', 'a', 'y'], ['w', 'a', 'k', 'e'], ['a', 'n', 'd'], ['g', 'a', 'z', 'e'], ['u', 'p', 'o', 'n', '\\n', 't', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's', '.'], [], ['y', 'o', 'u'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd', '\\n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd'], ['j', 'u', 's', 't', 'i', 'c', 'e', ','], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['u', 'n', 'l', 'e', 's', 's', '\\n', 'y', 'o', 'u'], ['l', 'o', 'o', 'k'], ['u', 'p', 'o', 'n'], ['a', 'l', 'l'], ['d', 'e', 'e', 'd', 's'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l', 'n', 'e', 's', 's', '\\n', 'o', 'f'], ['l', 'i', 'g', 'h', 't', '?', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['k', 'n', 'o', 'w'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['e', 'r', 'e', 'c', 't', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'a', 'l', 'l', 'e', 'n'], ['a', 'r', 'e'], ['b', 'u', 't'], ['o', 'n', 'e'], ['m', 'a', 'n'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g', '\\n', 'i', 'n'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't'], ['b', 'e', 't', 'w', 'e', 'e', 'n'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['o', 'f'], ['h', 'i', 's', '\\n', 'p', 'i', 'g', 'm', 'y', '-', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f'], ['h', 'i', 's'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ',', '\\n', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['c', 'o', 'r', 'n', 'e', 'r', '-', 's', 't', 'o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '\\n', 'i', 's'], ['n', 'o', 't'], ['h', 'i', 'g', 'h', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['l', 'o', 'w', 'e', 's', 't'], ['s', 't', 'o', 'n', 'e'], ['i', 'n', '\\n', 'i', 't', 's'], ['f', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['l', 'a', 'w', 'y', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['B', 'u', 't'], ['w', 'h', 'a', 't'], ['o', 'f'], ['o', 'u', 'r', '\\n', '_', 'L', 'a', 'w', 's', '_', ','], ['m', 'a', 's', 't', 'e', 'r', '?', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['i', 'n'], ['l', 'a', 'y', 'i', 'n', 'g'], ['d', 'o', 'w', 'n'], ['l', 'a', 'w', 's', ',', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['m', 'o', 'r', 'e'], ['i', 'n'], ['b', 'r', 'e', 'a', 'k', 'i', 'n', 'g'], ['t', 'h', 'e', 'm', '.', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['p', 'l', 'a', 'y', 'i', 'n', 'g'], ['b', 'y'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['w', 'h', 'o', '\\n', 'b', 'u', 'i', 'l', 'd'], ['s', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's'], ['w', 'i', 't', 'h'], ['c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y'], ['a', 'n', 'd', '\\n', 't', 'h', 'e', 'n'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['t', 'h', 'e', 'm'], ['w', 'i', 't', 'h'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '.', '\\n', '\\n', 'B', 'u', 't'], ['w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u'], ['b', 'u', 'i', 'l', 'd'], ['y', 'o', 'u', 'r'], ['s', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's'], ['t', 'h', 'e', '\\n', 'o', 'c', 'e', 'a', 'n'], ['b', 'r', 'i', 'n', 'g', 's'], ['m', 'o', 'r', 'e'], ['s', 'a', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['t', 'h', 'e', 'm'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n', '\\n', 'l', 'a', 'u', 'g', 'h', 's'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '.', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['l', 'a', 'u', 'g', 'h', 's'], ['a', 'l', 'w', 'a', 'y', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '.', '\\n', '\\n', 'B', 'u', 't'], ['w', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'o', 's', 'e'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['l', 'i', 'f', 'e'], ['i', 's'], ['n', 'o', 't', '\\n', 'a', 'n'], ['o', 'c', 'e', 'a', 'n', ','], ['a', 'n', 'd'], ['m', 'a', 'n', '-', 'm', 'a', 'd', 'e'], ['l', 'a', 'w', 's'], ['a', 'r', 'e'], ['n', 'o', 't', '\\n', 's', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's', ',', '\\n', '\\n', 'B', 'u', 't'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['l', 'i', 'f', 'e'], ['i', 's'], ['a'], ['r', 'o', 'c', 'k', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'a', 'w', '\\n', 'a'], ['c', 'h', 'i', 's', 'e', 'l'], ['w', 'i', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['w', 'o', 'u', 'l', 'd'], ['c', 'a', 'r', 'v', 'e'], ['i', 't', '\\n', 'i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n'], ['l', 'i', 'k', 'e', 'n', 'e', 's', 's', '?'], [], ['o', 'f'], ['t', 'h', 'e', '\\n', 'c', 'r', 'i', 'p', 'p', 'l', 'e'], ['w', 'h', 'o'], ['h', 'a', 't', 'e', 's'], ['d', 'a', 'n', 'c', 'e', 'r', 's', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'x'], ['w', 'h', 'o'], ['l', 'o', 'v', 'e', 's'], ['h', 'i', 's'], ['y', 'o', 'k', 'e'], ['a', 'n', 'd', '\\n', 'd', 'e', 'e', 'm', 's'], ['t', 'h', 'e'], ['e', 'l', 'k'], ['a', 'n', 'd'], ['d', 'e', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '\\n', 's', 't', 'r', 'a', 'y'], ['a', 'n', 'd'], ['v', 'a', 'g', 'r', 'a', 'n', 't'], ['t', 'h', 'i', 'n', 'g', 's', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'l', 'd'], ['s', 'e', 'r', 'p', 'e', 'n', 't'], ['w', 'h', 'o'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'h', 'e', 'd', '\\n', 'h', 'i', 's'], ['s', 'k', 'i', 'n', ','], ['a', 'n', 'd'], ['c', 'a', 'l', 'l', 's'], ['a', 'l', 'l'], ['o', 't', 'h', 'e', 'r', 's'], ['n', 'a', 'k', 'e', 'd'], ['a', 'n', 'd', '\\n', 's', 'h', 'a', 'm', 'e', 'l', 'e', 's', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['o', 'f'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['c', 'o', 'm', 'e', 's'], ['e', 'a', 'r', 'l', 'y'], ['t', 'o'], ['t', 'h', 'e', '\\n', 'w', 'e', 'd', 'd', 'i', 'n', 'g', '-', 'f', 'e', 'a', 's', 't', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'v', 'e', 'r', '-', 'f', 'e', 'd'], ['a', 'n', 'd', '\\n', 't', 'i', 'r', 'e', 'd'], ['g', 'o', 'e', 's'], ['h', 'i', 's'], ['w', 'a', 'y'], ['s', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['a', 'l', 'l', '\\n', 'f', 'e', 'a', 's', 't', 's'], ['a', 'r', 'e'], ['v', 'i', 'o', 'l', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['f', 'e', 'a', 's', 't', 'e', 'r', 's', '\\n', 'l', 'a', 'w', 'b', 'r', 'e', 'a', 'k', 'e', 'r', 's', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'W', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['s', 'a', 'y'], ['o', 'f'], ['t', 'h', 'e', 's', 'e'], ['s', 'a', 'v', 'e'], ['t', 'h', 'a', 't', '\\n', 't', 'h', 'e', 'y'], ['t', 'o', 'o'], ['s', 't', 'a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n', 'l', 'i', 'g', 'h', 't', ','], ['b', 'u', 't'], ['w', 'i', 't', 'h', '\\n', 't', 'h', 'e', 'i', 'r'], ['b', 'a', 'c', 'k', 's'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'u', 'n', '?', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['s', 'e', 'e'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e', 'i', 'r'], ['s', 'h', 'a', 'd', 'o', 'w', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r', '\\n', 's', 'h', 'a', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['t', 'h', 'e', 'i', 'r'], ['l', 'a', 'w', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['t', 'o'], ['t', 'h', 'e', 'm'], ['b', 'u', 't'], ['a'], ['c', 'a', 's', 't', 'e', 'r', '\\n', 'o', 'f'], ['s', 'h', 'a', 'd', 'o', 'w', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['a', 'c', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['t', 'h', 'e', '\\n', 'l', 'a', 'w', 's'], ['b', 'u', 't'], ['t', 'o'], ['s', 't', 'o', 'o', 'p'], ['d', 'o', 'w', 'n'], ['a', 'n', 'd'], ['t', 'r', 'a', 'c', 'e'], ['t', 'h', 'e', 'i', 'r', '\\n', 's', 'h', 'a', 'd', 'o', 'w', 's'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '?', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['w', 'a', 'l', 'k'], ['f', 'a', 'c', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'u', 'n', ','], ['w', 'h', 'a', 't', '\\n'], ['d', 'r', 'a', 'w', 'n'], ['o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['c', 'a', 'n'], ['h', 'o', 'l', 'd', '\\n', 'y', 'o', 'u', '?', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'h', 'o'], ['t', 'r', 'a', 'v', 'e', 'l'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['w', 'h', 'a', 't', '\\n', 'w', 'e', 'a', 't', 'h', 'e', 'r', '-', 'v', 'a', 'n', 'e'], ['s', 'h', 'a', 'l', 'l'], ['d', 'i', 'r', 'e', 'c', 't'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'r', 's', 'e', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['m', 'a', 'n', '’', 's'], ['l', 'a', 'w'], ['s', 'h', 'a', 'l', 'l'], ['b', 'i', 'n', 'd'], ['y', 'o', 'u'], ['i', 'f'], ['y', 'o', 'u', '\\n', 'b', 'r', 'e', 'a', 'k'], ['y', 'o', 'u', 'r'], ['y', 'o', 'k', 'e'], ['b', 'u', 't'], ['u', 'p', 'o', 'n'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['p', 'r', 'i', 's', 'o', 'n', '\\n', 'd', 'o', 'o', 'r', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['l', 'a', 'w', 's'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'e', 'a', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['d', 'a', 'n', 'c', 'e', '\\n', 'b', 'u', 't'], ['s', 't', 'u', 'm', 'b', 'l', 'e'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['i', 'r', 'o', 'n', '\\n', 'c', 'h', 'a', 'i', 'n', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'o'], ['i', 's'], ['h', 'e'], ['t', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'r', 'i', 'n', 'g'], ['y', 'o', 'u'], ['t', 'o', '\\n', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't'], ['i', 'f'], ['y', 'o', 'u'], ['t', 'e', 'a', 'r'], ['o', 'f', 'f'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', '\\n', 'y', 'e', 't'], ['l', 'e', 'a', 'v', 'e'], ['i', 't'], ['i', 'n'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['p', 'a', 't', 'h', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['y', 'o', 'u'], ['c', 'a', 'n'], ['m', 'u', 'f', 'f', 'l', 'e'], ['t', 'h', 'e', '\\n', 'd', 'r', 'u', 'm', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['l', 'o', 'o', 's', 'e', 'n'], ['t', 'h', 'e'], ['s', 't', 'r', 'i', 'n', 'g', 's', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['l', 'y', 'r', 'e', ','], ['b', 'u', 't'], ['w', 'h', 'o'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'm', 'a', 'n', 'd'], ['t', 'h', 'e', '\\n', 's', 'k', 'y', 'l', 'a', 'r', 'k'], ['n', 'o', 't'], ['t', 'o'], ['s', 'i', 'n', 'g', '?', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a', 'n'], ['o', 'r', 'a', 't', 'o', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'F', 'r', 'e', 'e', 'd', 'o', 'm', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'A', 't'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['g', 'a', 't', 'e'], ['a', 'n', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '\\n', 'I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['y', 'o', 'u'], ['p', 'r', 'o', 's', 't', 'r', 'a', 't', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', 'n', 'd', '\\n', 'w', 'o', 'r', 's', 'h', 'i', 'p'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', ',', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['a', 's'], ['s', 'l', 'a', 'v', 'e', 's'], ['h', 'u', 'm', 'b', 'l', 'e'], ['t', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's'], ['b', 'e', 'f', 'o', 'r', 'e', '\\n', 'a'], ['t', 'y', 'r', 'a', 'n', 't'], ['a', 'n', 'd'], ['p', 'r', 'a', 'i', 's', 'e'], ['h', 'i', 'm'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e'], ['s', 'l', 'a', 'y', 's', '\\n', 't', 'h', 'e', 'm', '.', '\\n', '\\n', 'A', 'y', ','], ['i', 'n'], ['t', 'h', 'e'], ['g', 'r', 'o', 'v', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['i', 'n', '\\n', 't', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'a', 'd', 'e', 'l'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n', '\\n', 't', 'h', 'e'], ['f', 'r', 'e', 'e', 's', 't'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'e', 'a', 'r'], ['t', 'h', 'e', 'i', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '\\n', 'a', 's'], ['a'], ['y', 'o', 'k', 'e'], ['a', 'n', 'd'], ['a'], ['h', 'a', 'n', 'd', 'c', 'u', 'f', 'f', '.', '\\n', '\\n', 'A', 'n', 'd'], ['m', 'y'], ['h', 'e', 'a', 'r', 't'], ['b', 'l', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['m', 'e', ';'], ['f', 'o', 'r'], ['y', 'o', 'u', '\\n', 'c', 'a', 'n'], ['o', 'n', 'l', 'y'], ['b', 'e'], ['f', 'r', 'e', 'e'], ['w', 'h', 'e', 'n'], ['e', 'v', 'e', 'n'], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e', '\\n', 'o', 'f'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['h', 'a', 'r', 'n', 'e', 's', 's', '\\n', 't', 'o'], ['y', 'o', 'u', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f', '\\n', 'f', 'r', 'e', 'e', 'd', 'o', 'm'], ['a', 's'], ['a'], ['g', 'o', 'a', 'l'], ['a', 'n', 'd'], ['a'], ['f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['f', 'r', 'e', 'e'], ['i', 'n', 'd', 'e', 'e', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r', '\\n', 'd', 'a', 'y', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['c', 'a', 'r', 'e'], ['n', 'o', 'r'], ['y', 'o', 'u', 'r', '\\n'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['w', 'a', 'n', 't'], ['a', 'n', 'd'], ['a'], ['g', 'r', 'i', 'e', 'f', ',', '\\n', '\\n', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['g', 'i', 'r', 'd', 'l', 'e'], ['y', 'o', 'u', 'r', '\\n', 'l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['y', 'e', 't'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e', 'm'], ['n', 'a', 'k', 'e', 'd', '\\n', 'a', 'n', 'd'], ['u', 'n', 'b', 'o', 'u', 'n', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['b', 'e', 'y', 'o', 'n', 'd'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '\\n', 'a', 'n', 'd'], ['n', 'i', 'g', 'h', 't', 's'], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['b', 'r', 'e', 'a', 'k'], ['t', 'h', 'e', '\\n', 'c', 'h', 'a', 'i', 'n', 's'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['a', 't'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['h', 'a', 'v', 'e'], ['f', 'a', 's', 't', 'e', 'n', 'e', 'd'], ['a', 'r', 'o', 'u', 'n', 'd'], ['y', 'o', 'u', 'r', '\\n', 'n', 'o', 'o', 'n'], ['h', 'o', 'u', 'r', '?', '\\n', '\\n', 'I', 'n'], ['t', 'r', 'u', 't', 'h'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'l', 'l'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['i', 's', '\\n', 't', 'h', 'e'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['o', 'f'], ['t', 'h', 'e', 's', 'e'], ['c', 'h', 'a', 'i', 'n', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h', '\\n', 'i', 't', 's'], ['l', 'i', 'n', 'k', 's'], ['g', 'l', 'i', 't', 't', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd'], ['d', 'a', 'z', 'z', 'l', 'e', '\\n', 'y', 'o', 'u', 'r'], ['e', 'y', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['b', 'u', 't'], ['f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'o', 'w', 'n'], ['s', 'e', 'l', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['d', 'i', 's', 'c', 'a', 'r', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y', '\\n', 'b', 'e', 'c', 'o', 'm', 'e'], ['f', 'r', 'e', 'e', '?', '\\n', '\\n', 'I', 'f'], ['i', 't'], ['i', 's'], ['a', 'n'], ['u', 'n', 'j', 'u', 's', 't'], ['l', 'a', 'w'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd', '\\n', 'a', 'b', 'o', 'l', 'i', 's', 'h', ','], ['t', 'h', 'a', 't'], ['l', 'a', 'w'], ['w', 'a', 's'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', '\\n', 'o', 'w', 'n'], ['h', 'a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['e', 'r', 'a', 's', 'e'], ['i', 't'], ['b', 'y'], ['b', 'u', 'r', 'n', 'i', 'n', 'g'], ['y', 'o', 'u', 'r'], ['l', 'a', 'w', '\\n', 'b', 'o', 'o', 'k', 's'], ['n', 'o', 'r'], ['b', 'y'], ['w', 'a', 's', 'h', 'i', 'n', 'g'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', 's'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'e', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['p', 'o', 'u', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a', '\\n', 'u', 'p', 'o', 'n'], ['t', 'h', 'e', 'm', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['d', 'e', 's', 'p', 'o', 't'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd', '\\n'], ['s', 'e', 'e'], ['f', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['t', 'h', 'r', 'o', 'n', 'e', '\\n', 'e', 'r', 'e', 'c', 't', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['d', 'e', 's', 't', 'r', 'o', 'y', 'e', 'd', '.', '\\n', '\\n', 'F', 'o', 'r'], ['h', 'o', 'w'], ['c', 'a', 'n'], ['a'], ['t', 'y', 'r', 'a', 'n', 't'], ['r', 'u', 'l', 'e'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e'], ['a', 'n', 'd', '\\n', 't', 'h', 'e'], ['p', 'r', 'o', 'u', 'd', ','], ['b', 'u', 't'], ['f', 'o', 'r'], ['a'], ['t', 'y', 'r', 'a', 'n', 'n', 'y'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r', '\\n', 'o', 'w', 'n'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['a', 'n', 'd'], ['a'], ['s', 'h', 'a', 'm', 'e'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n', '\\n', 'p', 'r', 'i', 'd', 'e', '?', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['c', 'a', 'r', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['c', 'a', 's', 't'], ['o', 'f', 'f', ',', '\\n', 't', 'h', 'a', 't'], ['c', 'a', 'r', 't'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['c', 'h', 'o', 's', 'e', 'n'], ['b', 'y'], ['y', 'o', 'u'], ['r', 'a', 't', 'h', 'e', 'r', '\\n', 't', 'h', 'a', 'n'], ['i', 'm', 'p', 'o', 's', 'e', 'd'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['d', 'i', 's', 'p', 'e', 'l', ',', '\\n', 't', 'h', 'e'], ['s', 'e', 'a', 't'], ['o', 'f'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r'], ['i', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '\\n', 'a', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'e', 'a', 'r', 'e', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['m', 'o', 'v', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '\\n', 'i', 'n'], ['c', 'o', 'n', 's', 't', 'a', 'n', 't'], ['h', 'a', 'l', 'f'], ['e', 'm', 'b', 'r', 'a', 'c', 'e', ','], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e', 'd', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'r', 'e', 'a', 'd', 'e', 'd', ','], ['t', 'h', 'e'], ['r', 'e', 'p', 'u', 'g', 'n', 'a', 'n', 't'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'c', 'h', 'e', 'r', 'i', 's', 'h', 'e', 'd', ','], ['t', 'h', 'e'], ['p', 'u', 'r', 's', 'u', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h', '\\n', 'y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['e', 's', 'c', 'a', 'p', 'e', '.', '\\n', '\\n', 'T', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['m', 'o', 'v', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u'], ['a', 's'], ['l', 'i', 'g', 'h', 't', 's', '\\n', 'a', 'n', 'd'], ['s', 'h', 'a', 'd', 'o', 'w', 's'], ['i', 'n'], ['p', 'a', 'i', 'r', 's'], ['t', 'h', 'a', 't'], ['c', 'l', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['f', 'a', 'd', 'e', 's'], ['a', 'n', 'd'], ['i', 's'], ['n', 'o', '\\n', 'm', 'o', 'r', 'e', ','], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['l', 'i', 'n', 'g', 'e', 'r', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a', '\\n', 's', 'h', 'a', 'd', 'o', 'w'], ['t', 'o'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'u', 's'], ['y', 'o', 'u', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['w', 'h', 'e', 'n'], ['i', 't'], ['l', 'o', 's', 'e', 's'], ['i', 't', 's', '\\n', 'f', 'e', 't', 't', 'e', 'r', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['t', 'h', 'e'], ['f', 'e', 't', 't', 'e', 'r'], ['o', 'f'], ['a', '\\n', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's'], ['s', 'p', 'o', 'k', 'e'], ['a', 'g', 'a', 'i', 'n', '\\n', 'a', 'n', 'd'], ['s', 'a', 'i', 'd', ':'], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'R', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd', '\\n', 'P', 'a', 's', 's', 'i', 'o', 'n', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['i', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['a'], ['b', 'a', 't', 't', 'l', 'e', 'f', 'i', 'e', 'l', 'd', ',', '\\n', 'u', 'p', 'o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '\\n', 'w', 'a', 'g', 'e'], ['w', 'a', 'r'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '\\n', 'a', 'p', 'p', 'e', 't', 'i', 't', 'e', '.', '\\n', '\\n', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['I'], ['c', 'o', 'u', 'l', 'd'], ['b', 'e'], ['t', 'h', 'e'], ['p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r'], ['i', 'n', '\\n', 'y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', ','], ['t', 'h', 'a', 't'], ['I'], ['m', 'i', 'g', 'h', 't'], ['t', 'u', 'r', 'n'], ['t', 'h', 'e'], ['d', 'i', 's', 'c', 'o', 'r', 'd', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'i', 'v', 'a', 'l', 'r', 'y'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['e', 'l', 'e', 'm', 'e', 'n', 't', 's'], ['i', 'n', 't', 'o', '\\n', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['m', 'e', 'l', 'o', 'd', 'y', '.', '\\n', '\\n', 'B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I', ','], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '\\n', 'b', 'e'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r', 's', ','], ['n', 'a', 'y', ','], ['t', 'h', 'e'], ['l', 'o', 'v', 'e', 'r', 's', '\\n', 'o', 'f'], ['a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['e', 'l', 'e', 'm', 'e', 'n', 't', 's', '?', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['a', 'r', 'e'], ['t', 'h', 'e', '\\n', 'r', 'u', 'd', 'd', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'a', 'i', 'l', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'e', 'a', 'f', 'a', 'r', 'i', 'n', 'g', '\\n', 's', 'o', 'u', 'l', '.', '\\n', '\\n', 'I', 'f'], ['e', 'i', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'r'], ['s', 'a', 'i', 'l', 's'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['r', 'u', 'd', 'd', 'e', 'r'], ['b', 'e', '\\n', 'b', 'r', 'o', 'k', 'e', 'n', ','], ['y', 'o', 'u'], ['c', 'a', 'n'], ['b', 'u', 't'], ['t', 'o', 's', 's'], ['a', 'n', 'd'], ['d', 'r', 'i', 'f', 't', ',', '\\n', 'o', 'r'], ['e', 'l', 's', 'e'], ['b', 'e'], ['h', 'e', 'l', 'd'], ['a', 't'], ['a'], ['s', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l'], ['i', 'n', '\\n', 'm', 'i', 'd', '-', 's', 'e', 'a', 's', '.'], [], ['r', 'e', 'a', 's', 'o', 'n', ','], ['r', 'u', 'l', 'i', 'n', 'g'], ['a', 'l', 'o', 'n', 'e', ',', '\\n', 'i', 's'], ['a'], ['f', 'o', 'r', 'c', 'e'], ['c', 'o', 'n', 'f', 'i', 'n', 'i', 'n', 'g', ';'], ['a', 'n', 'd'], ['p', 'a', 's', 's', 'i', 'o', 'n', ',', '\\n', 'u', 'n', 'a', 't', 't', 'e', 'n', 'd', 'e', 'd', ','], ['i', 's'], ['a'], ['f', 'l', 'a', 'm', 'e'], ['t', 'h', 'a', 't'], ['b', 'u', 'r', 'n', 's'], ['t', 'o'], ['i', 't', 's', '\\n', 'o', 'w', 'n'], ['d', 'e', 's', 't', 'r', 'u', 'c', 't', 'i', 'o', 'n', '.', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['e', 'x', 'a', 'l', 't'], ['y', 'o', 'u', 'r', '\\n', 'r', 'e', 'a', 's', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['h', 'e', 'i', 'g', 'h', 't'], ['o', 'f'], ['p', 'a', 's', 's', 'i', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['i', 't', '\\n', 'm', 'a', 'y'], ['s', 'i', 'n', 'g', ';', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['i', 't'], ['d', 'i', 'r', 'e', 'c', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['w', 'i', 't', 'h', '\\n', 'r', 'e', 'a', 's', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['m', 'a', 'y'], ['l', 'i', 'v', 'e', '\\n', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['i', 't', 's'], ['o', 'w', 'n'], ['d', 'a', 'i', 'l', 'y'], ['r', 'e', 's', 'u', 'r', 'r', 'e', 'c', 't', 'i', 'o', 'n', ',', '\\n', 'a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['p', 'h', 'o', 'e', 'n', 'i', 'x'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['i', 't', 's'], ['o', 'w', 'n', '\\n', 'a', 's', 'h', 'e', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'I'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['c', 'o', 'n', 's', 'i', 'd', 'e', 'r'], ['y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '\\n', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['a', 'p', 'p', 'e', 't', 'i', 't', 'e'], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['t', 'w', 'o', '\\n', 'l', 'o', 'v', 'e', 'd'], ['g', 'u', 'e', 's', 't', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', '.', '\\n', '\\n', 'S', 'u', 'r', 'e', 'l', 'y'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['h', 'o', 'n', 'o', 'u', 'r'], ['o', 'n', 'e'], ['g', 'u', 'e', 's', 't', '\\n', 'a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r', ';'], ['f', 'o', 'r'], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['m', 'o', 'r', 'e', '\\n', 'm', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['o', 'n', 'e'], ['l', 'o', 's', 'e', 's'], ['t', 'h', 'e'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'f', 'a', 'i', 't', 'h'], ['o', 'f'], ['b', 'o', 't', 'h', '\\n', '\\n', 'A', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'i', 't'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'c', 'o', 'o', 'l'], ['s', 'h', 'a', 'd', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e'], ['p', 'o', 'p', 'l', 'a', 'r', 's', ','], ['s', 'h', 'a', 'r', 'i', 'n', 'g', '\\n', 't', 'h', 'e'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['s', 'e', 'r', 'e', 'n', 'i', 't', 'y'], ['o', 'f'], ['d', 'i', 's', 't', 'a', 'n', 't'], ['f', 'i', 'e', 'l', 'd', 's', '\\n', 'a', 'n', 'd'], ['m', 'e', 'a', 'd', 'o', 'w', 's', '-', '-', 't', 'h', 'e', 'n'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['s', 'a', 'y'], ['i', 'n', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e', ','], ['“', 'G', 'o', 'd'], ['r', 'e', 's', 't', 's'], ['i', 'n'], ['r', 'e', 'a', 's', 'o', 'n', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['s', 't', 'o', 'r', 'm'], ['c', 'o', 'm', 'e', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n'], ['w', 'i', 'n', 'd'], ['s', 'h', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', ',', '\\n', 'a', 'n', 'd'], ['t', 'h', 'u', 'n', 'd', 'e', 'r'], ['a', 'n', 'd'], ['l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g'], ['p', 'r', 'o', 'c', 'l', 'a', 'i', 'm'], ['t', 'h', 'e', '\\n', 'm', 'a', 'j', 'e', 's', 't', 'y'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'k', 'y', ',', '-', '-', 't', 'h', 'e', 'n'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '\\n', 's', 'a', 'y'], ['i', 'n'], ['a', 'w', 'e', ','], ['“', 'G', 'o', 'd'], ['m', 'o', 'v', 'e', 's'], ['i', 'n'], ['p', 'a', 's', 's', 'i', 'o', 'n', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'i', 'n', 'c', 'e'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a'], ['b', 'r', 'e', 'a', 't', 'h'], ['i', 'n'], ['G', 'o', 'd', '’', 's', '\\n', 's', 'p', 'h', 'e', 'r', 'e', ','], ['a', 'n', 'd'], ['a'], ['l', 'e', 'a', 'f'], ['i', 'n'], ['G', 'o', 'd', '’', 's'], ['f', 'o', 'r', 'e', 's', 't', ','], ['y', 'o', 'u', '\\n', 't', 'o', 'o'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 's', 't'], ['i', 'n'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['m', 'o', 'v', 'e'], ['i', 'n', '\\n', 'p', 'a', 's', 's', 'i', 'o', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['w', 'o', 'm', 'a', 'n'], ['s', 'p', 'o', 'k', 'e', ','], ['s', 'a', 'y', 'i', 'n', 'g', ','], ['T', 'e', 'l', 'l'], ['u', 's', '\\n', 'o', 'f'], ['_', 'P', 'a', 'i', 'n', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['i', 's'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 'k', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'h', 'e', 'l', 'l', '\\n', 't', 'h', 'a', 't'], ['e', 'n', 'c', 'l', 'o', 's', 'e', 's'], ['y', 'o', 'u', 'r'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['m', 'u', 's', 't', '\\n', 'b', 'r', 'e', 'a', 'k', ','], ['t', 'h', 'a', 't'], ['i', 't', 's'], ['h', 'e', 'a', 'r', 't'], ['m', 'a', 'y'], ['s', 't', 'a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'u', 'n', ','], ['s', 'o'], ['m', 'u', 's', 't'], ['y', 'o', 'u'], ['k', 'n', 'o', 'w'], ['p', 'a', 'i', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['c', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['k', 'e', 'e', 'p'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['i', 'n'], ['w', 'o', 'n', 'd', 'e', 'r', '\\n', 'a', 't'], ['t', 'h', 'e'], ['d', 'a', 'i', 'l', 'y'], ['m', 'i', 'r', 'a', 'c', 'l', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['l', 'i', 'f', 'e', ','], ['y', 'o', 'u', 'r', '\\n', 'p', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'e', 'e', 'm'], ['l', 'e', 's', 's'], ['w', 'o', 'n', 'd', 'r', 'o', 'u', 's'], ['t', 'h', 'a', 'n', '\\n', 'y', 'o', 'u', 'r'], ['j', 'o', 'y', ';', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['a', 'c', 'c', 'e', 'p', 't'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'h', 'e', 'a', 'r', 't', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['a', 'l', 'w', 'a', 'y', 's'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd', '\\n', 't', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['t', 'h', 'a', 't'], ['p', 'a', 's', 's'], ['o', 'v', 'e', 'r'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['w', 'a', 't', 'c', 'h'], ['w', 'i', 't', 'h'], ['s', 'e', 'r', 'e', 'n', 'i', 't', 'y', '\\n', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 't', 'e', 'r', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['g', 'r', 'i', 'e', 'f', '.', '\\n', '\\n', 'M', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['i', 's'], ['s', 'e', 'l', 'f', '-', 'c', 'h', 'o', 's', 'e', 'n', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'i', 't', 't', 'e', 'r'], ['p', 'o', 't', 'i', 'o', 'n'], ['b', 'y'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', '\\n', 'p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n'], [], ['y', 'o', 'u'], ['h', 'e', 'a', 'l', 's'], ['y', 'o', 'u', 'r'], ['s', 'i', 'c', 'k', '\\n', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['t', 'r', 'u', 's', 't'], ['t', 'h', 'e'], ['p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n', ','], ['a', 'n', 'd'], ['d', 'r', 'i', 'n', 'k', '\\n', 'h', 'i', 's'], ['r', 'e', 'm', 'e', 'd', 'y'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['a', 'n', 'd'], ['t', 'r', 'a', 'n', 'q', 'u', 'i', 'l', 'l', 'i', 't', 'y', ':', '\\n', 'F', 'o', 'r'], ['h', 'i', 's'], ['h', 'a', 'n', 'd', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e', 'a', 'v', 'y'], ['a', 'n', 'd'], ['h', 'a', 'r', 'd', ','], ['i', 's', '\\n', 'g', 'u', 'i', 'd', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'n', 'd', 'e', 'r'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['U', 'n', 's', 'e', 'e', 'n', ',', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['c', 'u', 'p'], ['h', 'e'], ['b', 'r', 'i', 'n', 'g', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['i', 't'], ['b', 'u', 'r', 'n', '\\n', 'y', 'o', 'u', 'r'], ['l', 'i', 'p', 's', ','], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'c', 'l', 'a', 'y'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['P', 'o', 't', 't', 'e', 'r'], ['h', 'a', 's'], ['m', 'o', 'i', 's', 't', 'e', 'n', 'e', 'd'], ['w', 'i', 't', 'h', '\\n', 'H', 'i', 's'], ['o', 'w', 'n'], ['s', 'a', 'c', 'r', 'e', 'd'], ['t', 'e', 'a', 'r', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['m', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'S', 'e', 'l', 'f', '-', 'K', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['d', 'a', 'y', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', 's', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's'], ['t', 'h', 'i', 'r', 's', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['s', 'o', 'u', 'n', 'd'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '’', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', '\\n', 'h', 'a', 'v', 'e'], ['a', 'l', 'w', 'a', 'y', 's'], ['k', 'n', 'o', 'w', 'n'], ['i', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['t', 'o', 'u', 'c', 'h'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['f', 'i', 'n', 'g', 'e', 'r', 's'], ['t', 'h', 'e', '\\n', 'n', 'a', 'k', 'e', 'd'], ['b', 'o', 'd', 'y'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['w', 'e', 'l', 'l'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd', '.', '\\n', '\\n', 'T', 'h', 'e'], ['h', 'i', 'd', 'd', 'e', 'n'], ['w', 'e', 'l', 'l', '-', 's', 'p', 'r', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['m', 'u', 's', 't', '\\n', 'n', 'e', 'e', 'd', 's'], ['r', 'i', 's', 'e'], ['a', 'n', 'd'], ['r', 'u', 'n'], ['m', 'u', 'r', 'm', 'u', 'r', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', ';', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['i', 'n', 'f', 'i', 'n', 'i', 't', 'e'], ['d', 'e', 'p', 't', 'h', 's', '\\n', 'w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['r', 'e', 'v', 'e', 'a', 'l', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's', '.', '\\n', '\\n', 'B', 'u', 't'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['n', 'o'], ['s', 'c', 'a', 'l', 'e', 's'], ['t', 'o'], ['w', 'e', 'i', 'g', 'h'], ['y', 'o', 'u', 'r', '\\n', 'u', 'n', 'k', 'n', 'o', 'w', 'n'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', ';', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'e', 'e', 'k'], ['n', 'o', 't'], ['t', 'h', 'e'], ['d', 'e', 'p', 't', 'h', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n'], ['w', 'i', 't', 'h'], ['s', 't', 'a', 'f', 'f'], ['o', 'r'], ['s', 'o', 'u', 'n', 'd', 'i', 'n', 'g', '\\n', 'l', 'i', 'n', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['s', 'e', 'l', 'f'], ['i', 's'], ['a'], ['s', 'e', 'a'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['a', 'n', 'd', '\\n', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'S', 'a', 'y'], ['n', 'o', 't', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', ',', '”'], ['b', 'u', 't', '\\n', 'r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['a'], ['t', 'r', 'u', 't', 'h', '.', '”', '\\n', '\\n', 'S', 'a', 'y'], ['n', 'o', 't', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'e'], ['p', 'a', 't', 'h'], ['o', 'f'], ['t', 'h', 'e', '\\n', 's', 'o', 'u', 'l', '.', '”'], ['S', 'a', 'y'], ['r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['m', 'e', 't'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', '\\n', 'w', 'a', 'l', 'k', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['m', 'y'], ['p', 'a', 't', 'h', '.', '”', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l'], ['w', 'a', 'l', 'k', 's'], ['u', 'p', 'o', 'n'], ['a', 'l', 'l'], ['p', 'a', 't', 'h', 's', '.', '\\n', '\\n', 'T', 'h', 'e'], ['s', 'o', 'u', 'l'], ['w', 'a', 'l', 'k', 's'], ['n', 'o', 't'], ['u', 'p', 'o', 'n'], ['a'], ['l', 'i', 'n', 'e', ','], ['n', 'e', 'i', 't', 'h', 'e', 'r', '\\n', 'd', 'o', 'e', 's'], ['i', 't'], ['g', 'r', 'o', 'w'], ['l', 'i', 'k', 'e'], ['a'], ['r', 'e', 'e', 'd', '.', '\\n', '\\n', 'T', 'h', 'e'], ['s', 'o', 'u', 'l'], ['u', 'n', 'f', 'o', 'l', 'd', 's'], ['i', 't', 's', 'e', 'l', 'f', ','], ['l', 'i', 'k', 'e'], ['a'], ['l', 'o', 't', 'u', 's'], ['o', 'f', '\\n', 'c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's'], ['p', 'e', 't', 'a', 'l', 's', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '8', '3', ']', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['s', 'a', 'i', 'd'], ['a'], ['t', 'e', 'a', 'c', 'h', 'e', 'r', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'T', 'e', 'a', 'c', 'h', 'i', 'n', 'g', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', '“', 'N', 'o'], ['m', 'a', 'n'], ['c', 'a', 'n'], ['r', 'e', 'v', 'e', 'a', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'a', 't', '\\n', 'w', 'h', 'i', 'c', 'h'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['l', 'i', 'e', 's'], ['h', 'a', 'l', 'f'], ['a', 's', 'l', 'e', 'e', 'p'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'd', 'a', 'w', 'n', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '\\n', '\\n', 'T', 'h', 'e'], ['t', 'e', 'a', 'c', 'h', 'e', 'r'], ['w', 'h', 'o'], ['w', 'a', 'l', 'k', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['o', 'f', '\\n', 't', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', ','], ['a', 'm', 'o', 'n', 'g'], ['h', 'i', 's'], ['f', 'o', 'l', 'l', 'o', 'w', 'e', 'r', 's', ','], ['g', 'i', 'v', 'e', 's', '\\n', 'n', 'o', 't'], ['o', 'f'], ['h', 'i', 's'], ['w', 'i', 's', 'd', 'o', 'm'], ['b', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['o', 'f'], ['h', 'i', 's', '\\n', 'f', 'a', 'i', 't', 'h'], ['a', 'n', 'd'], ['h', 'i', 's'], ['l', 'o', 'v', 'i', 'n', 'g', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'I', 'f'], ['h', 'e'], ['i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['w', 'i', 's', 'e'], ['h', 'e'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['b', 'i', 'd', '\\n', 'y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f'], ['h', 'i', 's'], ['w', 'i', 's', 'd', 'o', 'm', ','], ['b', 'u', 't', '\\n', 'r', 'a', 't', 'h', 'e', 'r'], ['l', 'e', 'a', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'h', 'r', 'e', 's', 'h', 'o', 'l', 'd'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['m', 'i', 'n', 'd', '.', '\\n', '\\n', 'T', 'h', 'e'], ['a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r'], ['m', 'a', 'y'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['y', 'o', 'u'], ['o', 'f'], ['h', 'i', 's', '\\n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['b', 'u', 't'], ['h', 'e'], ['c', 'a', 'n', 'n', 'o', 't', '\\n', 'g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['h', 'i', 's'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '\\n', '\\n', 'T', 'h', 'e'], ['m', 'u', 's', 'i', 'c', 'i', 'a', 'n'], ['m', 'a', 'y'], ['s', 'i', 'n', 'g'], ['t', 'o'], ['y', 'o', 'u'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'r', 'h', 'y', 't', 'h', 'm'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['a', 'l', 'l'], ['s', 'p', 'a', 'c', 'e', ','], ['b', 'u', 't'], ['h', 'e', '\\n', 'c', 'a', 'n', 'n', 'o', 't'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['e', 'a', 'r'], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'r', 'e', 's', 't', 's', '\\n', 't', 'h', 'e'], ['r', 'h', 'y', 't', 'h', 'm'], ['n', 'o', 'r'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e'], ['t', 'h', 'a', 't'], ['e', 'c', 'h', 'o', 'e', 's'], ['i', 't', '.', '\\n'], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['v', 'e', 'r', 's', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'c', 'i', 'e', 'n', 'c', 'e', '\\n', 'o', 'f'], ['n', 'u', 'm', 'b', 'e', 'r', 's'], ['c', 'a', 'n'], ['t', 'e', 'l', 'l'], ['o', 'f'], ['t', 'h', 'e'], ['r', 'e', 'g', 'i', 'o', 'n', 's', '\\n', 'o', 'f'], ['w', 'e', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e', ','], ['b', 'u', 't'], ['h', 'e'], ['c', 'a', 'n', 'n', 'o', 't', '\\n', 'c', 'o', 'n', 'd', 'u', 'c', 't'], ['y', 'o', 'u'], ['t', 'h', 'i', 't', 'h', 'e', 'r', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['v', 'i', 's', 'i', 'o', 'n'], ['o', 'f'], ['o', 'n', 'e'], ['m', 'a', 'n'], ['l', 'e', 'n', 'd', 's'], ['n', 'o', 't'], ['i', 't', 's', '\\n', 'w', 'i', 'n', 'g', 's'], ['t', 'o'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['m', 'a', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['e', 'v', 'e', 'n'], ['a', 's'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 't', 'a', 'n', 'd', 's'], ['a', 'l', 'o', 'n', 'e', '\\n', 'i', 'n'], ['G', 'o', 'd', '’', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ','], ['s', 'o'], ['m', 'u', 's', 't'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f', '\\n', 'y', 'o', 'u'], ['b', 'e'], ['a', 'l', 'o', 'n', 'e'], ['i', 'n'], ['h', 'i', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['G', 'o', 'd'], ['a', 'n', 'd', '\\n', 'i', 'n'], ['h', 'i', 's'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['y', 'o', 'u', 't', 'h'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'F', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['i', 's'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', '.', '\\n', '\\n', 'H', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['s', 'o', 'w'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e', '\\n', 'a', 'n', 'd'], ['r', 'e', 'a', 'p'], ['w', 'i', 't', 'h'], ['t', 'h', 'a', 'n', 'k', 's', 'g', 'i', 'v', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['y', 'o', 'u'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['h', 'i', 'm'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['h', 'u', 'n', 'g', 'e', 'r', ',', '\\n', 'a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['h', 'i', 'm'], ['f', 'o', 'r'], ['p', 'e', 'a', 'c', 'e', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['s', 'p', 'e', 'a', 'k', 's'], ['h', 'i', 's'], ['m', 'i', 'n', 'd'], ['y', 'o', 'u', '\\n', 'f', 'e', 'a', 'r'], ['n', 'o', 't'], ['t', 'h', 'e'], ['“', 'n', 'a', 'y', '”'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['m', 'i', 'n', 'd', ','], ['n', 'o', 'r', '\\n', 'd', 'o'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', 'h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['“', 'a', 'y', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['i', 's'], ['s', 'i', 'l', 'e', 'n', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['c', 'e', 'a', 's', 'e', 's', '\\n', 'n', 'o', 't'], ['t', 'o'], ['l', 'i', 's', 't', 'e', 'n'], ['t', 'o'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't', ';', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['w', 'o', 'r', 'd', 's', ','], ['i', 'n'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', ','], ['a', 'l', 'l', '\\n', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ','], ['a', 'l', 'l'], ['d', 'e', 's', 'i', 'r', 'e', 's', ','], ['a', 'l', 'l'], ['e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's', '\\n', 'a', 'r', 'e'], ['b', 'o', 'r', 'n'], ['a', 'n', 'd'], ['s', 'h', 'a', 'r', 'e', 'd', ','], ['w', 'i', 't', 'h'], ['j', 'o', 'y'], ['t', 'h', 'a', 't'], ['i', 's', '\\n', 'u', 'n', 'a', 'c', 'c', 'l', 'a', 'i', 'm', 'e', 'd', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['p', 'a', 'r', 't'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd', ','], ['y', 'o', 'u', '\\n', 'g', 'r', 'i', 'e', 'v', 'e'], ['n', 'o', 't', ';', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['m', 'o', 's', 't'], ['i', 'n'], ['h', 'i', 'm', '\\n', 'm', 'a', 'y'], ['b', 'e'], ['c', 'l', 'e', 'a', 'r', 'e', 'r'], ['i', 'n'], ['h', 'i', 's'], ['a', 'b', 's', 'e', 'n', 'c', 'e', ','], ['a', 's'], ['t', 'h', 'e', '\\n', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['c', 'l', 'i', 'm', 'b', 'e', 'r'], ['i', 's'], ['c', 'l', 'e', 'a', 'r', 'e', 'r', '\\n', 'f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['p', 'l', 'a', 'i', 'n', '.'], [], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['n', 'o', '\\n', 'p', 'u', 'r', 'p', 'o', 's', 'e'], ['i', 'n'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p'], ['s', 'a', 'v', 'e'], ['t', 'h', 'e'], ['d', 'e', 'e', 'p', 'e', 'n', 'i', 'n', 'g', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '.', '\\n', '\\n', 'F', 'o', 'r'], ['l', 'o', 'v', 'e'], ['t', 'h', 'a', 't'], ['s', 'e', 'e', 'k', 's'], ['a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e', '\\n', 'd', 'i', 's', 'c', 'l', 'o', 's', 'u', 'r', 'e'], ['o', 'f'], ['i', 't', 's'], ['o', 'w', 'n'], ['m', 'y', 's', 't', 'e', 'r', 'y'], ['i', 's'], ['n', 'o', 't', '\\n', 'l', 'o', 'v', 'e'], ['b', 'u', 't'], ['a'], ['n', 'e', 't'], ['c', 'a', 's', 't'], ['f', 'o', 'r', 't', 'h', ':'], ['a', 'n', 'd'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e', '\\n', 'u', 'n', 'p', 'r', 'o', 'f', 'i', 't', 'a', 'b', 'l', 'e'], ['i', 's'], ['c', 'a', 'u', 'g', 'h', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'e', 's', 't'], ['b', 'e'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd', '.', '\\n', '\\n', 'I', 'f'], ['h', 'e'], ['m', 'u', 's', 't'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['e', 'b', 'b'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'i', 'd', 'e', ',', '\\n', 'l', 'e', 't'], ['h', 'i', 'm'], ['k', 'n', 'o', 'w'], ['i', 't', 's'], ['f', 'l', 'o', 'o', 'd'], ['a', 'l', 's', 'o', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd', '\\n', 's', 'e', 'e', 'k'], ['h', 'i', 'm'], ['w', 'i', 't', 'h'], ['h', 'o', 'u', 'r', 's'], ['t', 'o'], ['k', 'i', 'l', 'l', '?', '\\n', '\\n', 'S', 'e', 'e', 'k'], ['h', 'i', 'm'], ['a', 'l', 'w', 'a', 'y', 's'], ['w', 'i', 't', 'h'], ['h', 'o', 'u', 'r', 's'], ['t', 'o'], ['l', 'i', 'v', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 't'], ['i', 's'], ['h', 'i', 's'], ['t', 'o'], ['f', 'i', 'l', 'l'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', ','], ['b', 'u', 't'], ['n', 'o', 't', '\\n', 'y', 'o', 'u', 'r'], ['e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'w', 'e', 'e', 't', 'n', 'e', 's', 's'], ['o', 'f'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '\\n', 'l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ','], ['a', 'n', 'd'], ['s', 'h', 'a', 'r', 'i', 'n', 'g'], ['o', 'f', '\\n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['d', 'e', 'w'], ['o', 'f'], ['l', 'i', 't', 't', 'l', 'e'], ['t', 'h', 'i', 'n', 'g', 's', '\\n', 't', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['f', 'i', 'n', 'd', 's'], ['i', 't', 's'], ['m', 'o', 'r', 'n', 'i', 'n', 'g'], ['a', 'n', 'd'], ['i', 's', '\\n', 'r', 'e', 'f', 'r', 'e', 's', 'h', 'e', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['t', 'h', 'e', 'n'], ['a'], ['s', 'c', 'h', 'o', 'l', 'a', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['o', 'f', '\\n', '_', 'T', 'a', 'l', 'k', 'i', 'n', 'g', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['t', 'a', 'l', 'k'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['b', 'e'], ['a', 't'], ['p', 'e', 'a', 'c', 'e', '\\n', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's', ';', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['y', 'o', 'u'], ['l', 'i', 'v', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'l', 'i', 'p', 's', ','], ['a', 'n', 'd'], ['s', 'o', 'u', 'n', 'd'], ['i', 's'], ['a'], ['d', 'i', 'v', 'e', 'r', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['a', '\\n', 'p', 'a', 's', 't', 'i', 'm', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['m', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'a', 'l', 'k', 'i', 'n', 'g', ','], ['t', 'h', 'i', 'n', 'k', 'i', 'n', 'g'], ['i', 's', '\\n', 'h', 'a', 'l', 'f'], ['m', 'u', 'r', 'd', 'e', 'r', 'e', 'd', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['i', 's'], ['a'], ['b', 'i', 'r', 'd'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['t', 'h', 'a', 't'], ['i', 'n', '\\n', 'a'], ['c', 'a', 'g', 'e'], ['o', 'f'], ['w', 'o', 'r', 'd', 's'], ['m', 'a', 'y'], ['i', 'n', 'd', 'e', 'e', 'd'], ['u', 'n', 'f', 'o', 'l', 'd'], ['i', 't', 's', '\\n', 'w', 'i', 'n', 'g', 's'], ['b', 'u', 't'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'l', 'y', '.', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['s', 'e', 'e', 'k'], ['t', 'h', 'e', '\\n', 't', 'a', 'l', 'k', 'a', 't', 'i', 'v', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['b', 'e', 'i', 'n', 'g'], ['a', 'l', 'o', 'n', 'e', '.', '\\n', '\\n', 'T', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['o', 'f'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['r', 'e', 'v', 'e', 'a', 'l', 's'], ['t', 'o', '\\n', 't', 'h', 'e', 'i', 'r'], ['e', 'y', 'e', 's'], ['t', 'h', 'e', 'i', 'r'], ['n', 'a', 'k', 'e', 'd'], ['s', 'e', 'l', 'v', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'y', '\\n', 'w', 'o', 'u', 'l', 'd'], ['e', 's', 'c', 'a', 'p', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['t', 'a', 'l', 'k', ','], ['a', 'n', 'd', '\\n'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'r'], ['f', 'o', 'r', 'e', 't', 'h', 'o', 'u', 'g', 'h', 't'], ['r', 'e', 'v', 'e', 'a', 'l', '\\n', 'a'], ['t', 'r', 'u', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['t', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's'], ['d', 'o'], ['n', 'o', 't', '\\n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', '\\n', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e', 'm', ','], ['b', 'u', 't'], ['t', 'h', 'e', 'y'], ['t', 'e', 'l', 'l'], ['i', 't'], ['n', 'o', 't'], ['i', 'n', '\\n', 'w', 'o', 'r', 'd', 's', '.', '\\n', '\\n', 'I', 'n'], ['t', 'h', 'e'], ['b', 'o', 's', 'o', 'm'], ['o', 'f'], ['s', 'u', 'c', 'h'], ['a', 's'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '\\n', 'd', 'w', 'e', 'l', 'l', 's'], ['i', 'n'], ['r', 'h', 'y', 't', 'h', 'm', 'i', 'c'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['m', 'e', 'e', 't'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['o', 'n'], ['t', 'h', 'e', '\\n', 'r', 'o', 'a', 'd', 's', 'i', 'd', 'e'], ['o', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e', ','], ['l', 'e', 't'], ['t', 'h', 'e', '\\n', 's', 'p', 'i', 'r', 'i', 't'], ['i', 'n'], ['y', 'o', 'u'], ['m', 'o', 'v', 'e'], ['y', 'o', 'u', 'r'], ['l', 'i', 'p', 's'], ['a', 'n', 'd'], ['d', 'i', 'r', 'e', 'c', 't', '\\n', 'y', 'o', 'u', 'r'], ['t', 'o', 'n', 'g', 'u', 'e', '.', '\\n', '\\n', 'L', 'e', 't'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['v', 'o', 'i', 'c', 'e'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o', '\\n', 't', 'h', 'e'], ['e', 'a', 'r'], ['o', 'f'], ['h', 'i', 's'], ['e', 'a', 'r', ';', '\\n', '\\n', 'F', 'o', 'r'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['w', 'i', 'l', 'l'], ['k', 'e', 'e', 'p'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 's'], ['t', 'h', 'e'], ['t', 'a', 's', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e'], ['i', 's', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'o', 'u', 'r'], ['i', 's'], ['f', 'o', 'r', 'g', 'o', 't', 't', 'e', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'v', 'e', 's', 's', 'e', 'l'], ['i', 's'], ['n', 'o'], ['m', 'o', 'r', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a', 'n'], ['a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['M', 'a', 's', 't', 'e', 'r', ','], ['w', 'h', 'a', 't', '\\n', 'o', 'f'], ['_', 'T', 'i', 'm', 'e', '_', '?', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['t', 'i', 'm', 'e'], ['t', 'h', 'e'], ['m', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'm', 'm', 'e', 'a', 's', 'u', 'r', 'a', 'b', 'l', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['a', 'd', 'j', 'u', 's', 't'], ['y', 'o', 'u', 'r'], ['c', 'o', 'n', 'd', 'u', 'c', 't'], ['a', 'n', 'd', '\\n', 'e', 'v', 'e', 'n'], ['d', 'i', 'r', 'e', 'c', 't'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 's', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't', '\\n', 'a', 'c', 'c', 'o', 'r', 'd', 'i', 'n', 'g'], ['t', 'o'], ['h', 'o', 'u', 'r', 's'], ['a', 'n', 'd'], ['s', 'e', 'a', 's', 'o', 'n', 's', '.', '\\n', '\\n', 'O', 'f'], ['t', 'i', 'm', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['m', 'a', 'k', 'e'], ['a'], ['s', 't', 'r', 'e', 'a', 'm'], ['u', 'p', 'o', 'n', '\\n', 'w', 'h', 'o', 's', 'e'], ['b', 'a', 'n', 'k'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'i', 't'], ['a', 'n', 'd'], ['w', 'a', 't', 'c', 'h'], ['i', 't', 's', '\\n', 'f', 'l', 'o', 'w', 'i', 'n', 'g', '.', '\\n', '\\n', 'Y', 'e', 't'], ['t', 'h', 'e'], ['t', 'i', 'm', 'e', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['a', 'w', 'a', 'r', 'e'], ['o', 'f', '\\n', 'l', 'i', 'f', 'e', '’', 's'], ['t', 'i', 'm', 'e', 'l', 'e', 's', 's', 'n', 'e', 's', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['k', 'n', 'o', 'w', 's'], ['t', 'h', 'a', 't'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y'], ['i', 's'], ['b', 'u', 't'], ['t', 'o', 'd', 'a', 'y', '’', 's', '\\n', 'm', 'e', 'm', 'o', 'r', 'y'], ['a', 'n', 'd'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['i', 's'], ['t', 'o', 'd', 'a', 'y', '’', 's'], ['d', 'r', 'e', 'a', 'm', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'i', 'n', 'g', 's'], ['a', 'n', 'd', '\\n', 'c', 'o', 'n', 't', 'e', 'm', 'p', 'l', 'a', 't', 'e', 's'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['s', 't', 'i', 'l', 'l'], ['d', 'w', 'e', 'l', 'l', 'i', 'n', 'g', '\\n', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['b', 'o', 'u', 'n', 'd', 's'], ['o', 'f'], ['t', 'h', 'a', 't'], ['f', 'i', 'r', 's', 't'], ['m', 'o', 'm', 'e', 'n', 't', '\\n', 'w', 'h', 'i', 'c', 'h'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'a', 'r', 's'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', '.', '\\n'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['f', 'e', 'e', 'l'], ['t', 'h', 'a', 't'], ['h', 'i', 's', '\\n', 'p', 'o', 'w', 'e', 'r'], ['t', 'o'], ['l', 'o', 'v', 'e'], ['i', 's'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'e', 't'], ['w', 'h', 'o'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['f', 'e', 'e', 'l'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y', '\\n', 'l', 'o', 'v', 'e', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', ','], ['e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '\\n', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['c', 'e', 'n', 't', 'r', 'e'], ['o', 'f'], ['h', 'i', 's'], ['b', 'e', 'i', 'n', 'g', ','], ['a', 'n', 'd', '\\n', 'm', 'o', 'v', 'i', 'n', 'g'], ['n', 'o', 't'], ['f', 'r', 'o', 'm'], ['l', 'o', 'v', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['t', 'o'], ['l', 'o', 'v', 'e', '\\n', 't', 'h', 'o', 'u', 'g', 'h', 't', ','], ['n', 'o', 'r'], ['f', 'r', 'o', 'm'], ['l', 'o', 'v', 'e'], ['d', 'e', 'e', 'd', 's'], ['t', 'o'], ['o', 't', 'h', 'e', 'r', '\\n', 'l', 'o', 'v', 'e'], ['d', 'e', 'e', 'd', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['t', 'i', 'm', 'e'], ['e', 'v', 'e', 'n'], ['a', 's'], ['l', 'o', 'v', 'e'], ['i', 's', ',', '\\n', 'u', 'n', 'd', 'i', 'v', 'i', 'd', 'e', 'd'], ['a', 'n', 'd'], ['p', 'a', 'c', 'e', 'l', 'e', 's', 's', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'B', 'u', 't'], ['i', 'f'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['m', 'e', 'a', 's', 'u', 'r', 'e', '\\n', 't', 'i', 'm', 'e'], ['i', 'n', 't', 'o'], ['s', 'e', 'a', 's', 'o', 'n', 's', ','], ['l', 'e', 't'], ['e', 'a', 'c', 'h'], ['s', 'e', 'a', 's', 'o', 'n', '\\n', 'e', 'n', 'c', 'i', 'r', 'c', 'l', 'e'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r'], ['s', 'e', 'a', 's', 'o', 'n', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'o', 'd', 'a', 'y'], ['e', 'm', 'b', 'r', 'a', 'c', 'e'], ['t', 'h', 'e'], ['p', 'a', 's', 't'], ['w', 'i', 't', 'h', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'u', 't', 'u', 'r', 'e'], ['w', 'i', 't', 'h'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'l', 'd', 'e', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '\\n', 's', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'G', 'o', 'o', 'd'], ['a', 'n', 'd'], ['E', 'v', 'i', 'l', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'O', 'f'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['y', 'o', 'u'], ['I'], ['c', 'a', 'n'], ['s', 'p', 'e', 'a', 'k', ','], ['b', 'u', 't'], ['n', 'o', 't', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['e', 'v', 'i', 'l', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['e', 'v', 'i', 'l'], ['b', 'u', 't'], ['g', 'o', 'o', 'd'], ['t', 'o', 'r', 't', 'u', 'r', 'e', 'd'], ['b', 'y', '\\n', 'i', 't', 's'], ['o', 'w', 'n'], ['h', 'u', 'n', 'g', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'i', 'r', 's', 't', '?', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['w', 'h', 'e', 'n'], ['g', 'o', 'o', 'd'], ['i', 's'], ['h', 'u', 'n', 'g', 'r', 'y'], ['i', 't'], ['s', 'e', 'e', 'k', 's'], ['f', 'o', 'o', 'd', '\\n', 'e', 'v', 'e', 'n'], ['i', 'n'], ['d', 'a', 'r', 'k'], ['c', 'a', 'v', 'e', 's', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['i', 't'], ['t', 'h', 'i', 'r', 's', 't', 's', '\\n', 'i', 't'], ['d', 'r', 'i', 'n', 'k', 's'], ['e', 'v', 'e', 'n'], ['o', 'f'], ['d', 'e', 'a', 'd'], ['w', 'a', 't', 'e', 'r', 's', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'n', 'e'], ['w', 'i', 't', 'h', '\\n', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'Y', 'e', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['o', 'n', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '\\n', 'y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l', '.', '\\n', '\\n', 'F', 'o', 'r'], ['a'], ['d', 'i', 'v', 'i', 'd', 'e', 'd'], ['h', 'o', 'u', 's', 'e'], ['i', 's'], ['n', 'o', 't'], ['a'], ['d', 'e', 'n'], ['o', 'f', '\\n', 't', 'h', 'i', 'e', 'v', 'e', 's', ';'], ['i', 't'], ['i', 's'], ['o', 'n', 'l', 'y'], ['a'], ['d', 'i', 'v', 'i', 'd', 'e', 'd'], ['h', 'o', 'u', 's', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['a'], ['s', 'h', 'i', 'p'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['r', 'u', 'd', 'd', 'e', 'r'], ['m', 'a', 'y'], ['w', 'a', 'n', 'd', 'e', 'r', '\\n', 'a', 'i', 'm', 'l', 'e', 's', 's', 'l', 'y'], ['a', 'm', 'o', 'n', 'g'], ['p', 'e', 'r', 'i', 'l', 'o', 'u', 's'], ['i', 's', 'l', 'e', 's'], ['y', 'e', 't'], ['s', 'i', 'n', 'k', '\\n', 'n', 'o', 't'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'o', 't', 't', 'o', 'm', '.'], [], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n', '\\n', 'y', 'o', 'u'], ['s', 't', 'r', 'i', 'v', 'e'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['g', 'a', 'i', 'n', '\\n', 'f', 'o', 'r'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 't', 'r', 'i', 'v', 'e'], ['f', 'o', 'r'], ['g', 'a', 'i', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e', '\\n', 'b', 'u', 't'], ['a'], ['r', 'o', 'o', 't'], ['t', 'h', 'a', 't'], ['c', 'l', 'i', 'n', 'g', 's'], ['t', 'o'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['a', 'n', 'd', '\\n', 's', 'u', 'c', 'k', 's'], ['a', 't'], ['h', 'e', 'r'], ['b', 'r', 'e', 'a', 's', 't', '.', '\\n', '\\n', 'S', 'u', 'r', 'e', 'l', 'y'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'a', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', ',', '\\n', '“', 'B', 'e'], ['l', 'i', 'k', 'e'], ['m', 'e', ','], ['r', 'i', 'p', 'e'], ['a', 'n', 'd'], ['f', 'u', 'l', 'l'], ['a', 'n', 'd'], ['e', 'v', 'e', 'r', '\\n', 'g', 'i', 'v', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '”', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['g', 'i', 'v', 'i', 'n', 'g'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd', ','], ['a', 's', '\\n', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['f', 'u', 'l', 'l', 'y'], ['a', 'w', 'a', 'k', 'e'], ['i', 'n', '\\n', 'y', 'o', 'u', 'r'], ['s', 'p', 'e', 'e', 'c', 'h', ',', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'l', 'e', 'e', 'p', '\\n', 'w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', 'r'], ['t', 'o', 'n', 'g', 'u', 'e'], ['s', 't', 'a', 'g', 'g', 'e', 'r', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't', '\\n', 'p', 'u', 'r', 'p', 'o', 's', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['e', 'v', 'e', 'n'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 'p', 'e', 'e', 'c', 'h'], ['m', 'a', 'y'], ['s', 't', 'r', 'e', 'n', 'g', 't', 'h', 'e', 'n', '\\n', 'a'], ['w', 'e', 'a', 'k'], ['t', 'o', 'n', 'g', 'u', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'a', 'l', 'k'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['g', 'o', 'a', 'l', '\\n', 'f', 'i', 'r', 'm', 'l', 'y'], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['b', 'o', 'l', 'd'], ['s', 't', 'e', 'p', 's', '.', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'o'], ['t', 'h', 'i', 't', 'h', 'e', 'r', '\\n', 'l', 'i', 'm', 'p', 'i', 'n', 'g', '.'], [], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['l', 'i', 'm', 'p'], ['g', 'o'], ['n', 'o', 't', '\\n', 'b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['s', 't', 'r', 'o', 'n', 'g'], ['a', 'n', 'd'], ['s', 'w', 'i', 'f', 't', ','], ['s', 'e', 'e', '\\n', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['l', 'i', 'm', 'p'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['l', 'a', 'm', 'e', ',', '\\n', 'd', 'e', 'e', 'm', 'i', 'n', 'g'], ['i', 't'], ['k', 'i', 'n', 'd', 'n', 'e', 's', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's'], ['w', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['y', 'o', 'u', '\\n', 'a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['g', 'o', 'o', 'd', ',', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'n', 'l', 'y'], ['l', 'o', 'i', 't', 'e', 'r', 'i', 'n', 'g'], ['a', 'n', 'd'], ['s', 'l', 'u', 'g', 'g', 'a', 'r', 'd', '.', '\\n', '\\n', 'P', 'i', 't', 'y'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['s', 't', 'a', 'g', 's'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h', '\\n', 's', 'w', 'i', 'f', 't', 'n', 'e', 's', 's'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'u', 'r', 't', 'l', 'e', 's', '.', '\\n', '\\n', 'I', 'n'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['g', 'i', 'a', 'n', 't'], ['s', 'e', 'l', 'f'], ['l', 'i', 'e', 's', '\\n', 'y', 'o', 'u', 'r'], ['g', 'o', 'o', 'd', 'n', 'e', 's', 's', ':'], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['i', 's'], ['i', 'n', '\\n', 'a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', '.', '\\n', '\\n', 'B', 'u', 't'], ['i', 'n'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['i', 's'], ['a', '\\n', 't', 'o', 'r', 'r', 'e', 'n', 't'], ['r', 'u', 's', 'h', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['m', 'i', 'g', 'h', 't'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', ',', '\\n', 'c', 'a', 'r', 'r', 'y', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', 'i', 'd', 'e', 's', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['o', 't', 'h', 'e', 'r', 's'], ['i', 't'], ['i', 's'], ['a'], ['f', 'l', 'a', 't'], ['s', 't', 'r', 'e', 'a', 'm'], ['t', 'h', 'a', 't', '\\n', 'l', 'o', 's', 'e', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a', 'n', 'g', 'l', 'e', 's'], ['a', 'n', 'd'], ['b', 'e', 'n', 'd', 's'], ['a', 'n', 'd', '\\n', 'l', 'i', 'n', 'g', 'e', 'r', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['i', 't'], ['r', 'e', 'a', 'c', 'h', 'e', 's'], ['t', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', '.', '\\n', '\\n', 'B', 'u', 't'], ['l', 'e', 't'], ['n', 'o', 't'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['l', 'o', 'n', 'g', 's'], ['m', 'u', 'c', 'h'], ['s', 'a', 'y'], ['t', 'o', '\\n'], ['w', 'h', 'o'], ['l', 'o', 'n', 'g', 's'], ['l', 'i', 't', 't', 'l', 'e', ','], ['“', 'W', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['a', 'r', 'e', '\\n', 'y', 'o', 'u'], ['s', 'l', 'o', 'w'], ['a', 'n', 'd'], ['h', 'a', 'l', 't', 'i', 'n', 'g', '?', '”', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e'], ['t', 'r', 'u', 'l', 'y'], ['g', 'o', 'o', 'd'], ['a', 's', 'k'], ['n', 'o', 't'], ['t', 'h', 'e'], ['n', 'a', 'k', 'e', 'd', ',', '\\n', '“', 'W', 'h', 'e', 'r', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', '?', '”'], ['n', 'o', 'r'], ['t', 'h', 'e', '\\n', 'h', 'o', 'u', 's', 'e', 'l', 'e', 's', 's', ','], ['“', 'W', 'h', 'a', 't'], ['h', 'a', 's'], ['b', 'e', 'f', 'a', 'l', 'l', 'e', 'n'], ['y', 'o', 'u', 'r', '\\n', 'h', 'o', 'u', 's', 'e', '?', '”', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's', '\\n', 'o', 'f'], ['_', 'P', 'r', 'a', 'y', 'e', 'r', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['p', 'r', 'a', 'y'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['d', 'i', 's', 't', 'r', 'e', 's', 's'], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'n', 'e', 'e', 'd', ';'], ['w', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'i', 'g', 'h', 't'], ['p', 'r', 'a', 'y'], ['a', 'l', 's', 'o', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'd', 'a', 'y', 's'], ['o', 'f'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['p', 'r', 'a', 'y', 'e', 'r'], ['b', 'u', 't'], ['t', 'h', 'e'], ['e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n'], ['o', 'f', '\\n', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g'], ['e', 't', 'h', 'e', 'r', '?', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't'], ['t', 'o'], ['p', 'o', 'u', 'r', '\\n', 'y', 'o', 'u', 'r'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ','], ['i', 't'], ['i', 's'], ['a', 'l', 's', 'o'], ['f', 'o', 'r', '\\n', 'y', 'o', 'u', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['t', 'o'], ['p', 'o', 'u', 'r'], ['f', 'o', 'r', 't', 'h'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n', 'i', 'n', 'g', '\\n', 'o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['b', 'u', 't'], ['w', 'e', 'e', 'p'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r', '\\n', 's', 'o', 'u', 'l'], ['s', 'u', 'm', 'm', 'o', 'n', 's'], ['y', 'o', 'u'], ['t', 'o'], ['p', 'r', 'a', 'y', 'e', 'r', ','], ['s', 'h', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '\\n', 's', 'p', 'u', 'r'], ['y', 'o', 'u'], ['a', 'g', 'a', 'i', 'n'], ['a', 'n', 'd'], ['y', 'e', 't'], ['a', 'g', 'a', 'i', 'n', ','], ['t', 'h', 'o', 'u', 'g', 'h', '\\n', 'w', 'e', 'e', 'p', 'i', 'n', 'g', ','], ['u', 'n', 't', 'i', 'l'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'e'], ['l', 'a', 'u', 'g', 'h', 'i', 'n', 'g', '.', '\\n', '\\n', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['p', 'r', 'a', 'y'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['t', 'o'], ['m', 'e', 'e', 't'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'a', 'i', 'r'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['p', 'r', 'a', 'y', 'i', 'n', 'g'], ['a', 't'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y', '\\n'], ['a', 'n', 'd'], ['w', 'h', 'o', 'm'], ['s', 'a', 'v', 'e'], ['i', 'n'], ['p', 'r', 'a', 'y', 'e', 'r'], ['y', 'o', 'u', '\\n', 'm', 'a', 'y'], ['n', 'o', 't'], ['m', 'e', 'e', 't', '.', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['v', 'i', 's', 'i', 't'], ['t', 'o'], ['t', 'h', 'a', 't'], ['t', 'e', 'm', 'p', 'l', 'e', '\\n', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e'], ['b', 'e'], ['f', 'o', 'r'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['e', 'c', 's', 't', 'a', 's', 'y'], ['a', 'n', 'd', '\\n', 's', 'w', 'e', 'e', 't'], ['c', 'o', 'm', 'm', 'u', 'n', 'i', 'o', 'n', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['f', 'o', 'r', '\\n', 'n', 'o'], ['o', 't', 'h', 'e', 'r'], ['p', 'u', 'r', 'p', 'o', 's', 'e'], ['t', 'h', 'a', 'n'], ['a', 's', 'k', 'i', 'n', 'g'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l', '\\n', 'n', 'o', 't'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', ':', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'o', '\\n', 'h', 'u', 'm', 'b', 'l', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['l', 'i', 'f', 't', 'e', 'd', ':', '\\n', '\\n', 'O', 'r'], ['e', 'v', 'e', 'n'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'o', '\\n', 'b', 'e', 'g'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['o', 'f'], ['o', 't', 'h', 'e', 'r', 's'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't', '\\n', 'b', 'e'], ['h', 'e', 'a', 'r', 'd', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['e', 'n', 'o', 'u', 'g', 'h'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '\\n', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h'], ['y', 'o', 'u'], ['h', 'o', 'w'], ['t', 'o'], ['p', 'r', 'a', 'y'], ['i', 'n'], ['w', 'o', 'r', 'd', 's', '.', '\\n', '\\n', 'G', 'o', 'd'], ['l', 'i', 's', 't', 'e', 'n', 's'], ['n', 'o', 't'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'd', 's'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n', '\\n', 'H', 'e'], ['H', 'i', 'm', 's', 'e', 'l', 'f'], ['u', 't', 't', 'e', 'r', 's'], ['t', 'h', 'e', 'm'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['y', 'o', 'u', 'r', '\\n', 'l', 'i', 'p', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['p', 'r', 'a', 'y', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e', '\\n', 's', 'e', 'a', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', '\\n'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['b', 'o', 'r', 'n'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', '\\n', 'c', 'a', 'n'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['p', 'r', 'a', 'y', 'e', 'r'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'u', 't'], ['l', 'i', 's', 't', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e', 'a', 'r'], ['t', 'h', 'e', 'm'], ['s', 'a', 'y', 'i', 'n', 'g', '\\n', 'i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', ',', '\\n', '\\n', '“', 'O', 'u', 'r'], ['G', 'o', 'd', ','], ['w', 'h', 'o'], ['a', 'r', 't'], ['o', 'u', 'r'], ['w', 'i', 'n', 'g', 'e', 'd'], ['s', 'e', 'l', 'f', ','], ['i', 't'], ['i', 's', '\\n', 't', 'h', 'y'], ['w', 'i', 'l', 'l'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['w', 'i', 'l', 'l', 'e', 't', 'h', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'h', 'y'], ['d', 'e', 's', 'i', 'r', 'e'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['d', 'e', 's', 'i', 'r', 'e', 't', 'h', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'h', 'y'], ['u', 'r', 'g', 'e'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['w', 'o', 'u', 'l', 'd'], ['t', 'u', 'r', 'n'], ['o', 'u', 'r', '\\n', 'n', 'i', 'g', 'h', 't', 's', ','], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'e'], ['t', 'h', 'i', 'n', 'e', ','], ['i', 'n', 't', 'o'], ['d', 'a', 'y', 's'], ['w', 'h', 'i', 'c', 'h', '\\n', 'a', 'r', 'e'], ['t', 'h', 'i', 'n', 'e'], ['a', 'l', 's', 'o', '.', '\\n', '\\n', 'W', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['a', 's', 'k'], ['t', 'h', 'e', 'e'], ['f', 'o', 'r'], ['a', 'u', 'g', 'h', 't', ','], ['f', 'o', 'r'], ['t', 'h', 'o', 'u', '\\n', 'k', 'n', 'o', 'w', 'e', 's', 't'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['b', 'o', 'r', 'n', '\\n', 'i', 'n'], ['u', 's', ':', '\\n', '\\n', 'T', 'h', 'o', 'u'], ['a', 'r', 't'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', ';'], ['a', 'n', 'd'], ['i', 'n'], ['g', 'i', 'v', 'i', 'n', 'g'], ['u', 's'], ['m', 'o', 'r', 'e', '\\n', 'o', 'f'], ['t', 'h', 'y', 's', 'e', 'l', 'f'], ['t', 'h', 'o', 'u'], ['g', 'i', 'v', 'e', 's', 't'], ['u', 's'], ['a', 'l', 'l', '.', '”', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '0', '0', ']', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['h', 'e', 'r', 'm', 'i', 't', ','], ['w', 'h', 'o'], ['v', 'i', 's', 'i', 't', 'e', 'd'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '\\n', 'o', 'n', 'c', 'e'], ['a'], ['y', 'e', 'a', 'r', ','], ['c', 'a', 'm', 'e'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k', '\\n', 't', 'o'], ['u', 's'], ['o', 'f'], ['_', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '\\n', '\\n', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', ',', '\\n', '\\n', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'l', 'o', 's', 's', 'o', 'm', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ',', '\\n', '\\n', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r'], ['f', 'r', 'u', 'i', 't', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['a'], ['d', 'e', 'p', 't', 'h'], ['c', 'a', 'l', 'l', 'i', 'n', 'g'], ['u', 'n', 't', 'o'], ['a'], ['h', 'e', 'i', 'g', 'h', 't', ',', '\\n', '\\n', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['d', 'e', 'e', 'p'], ['n', 'o', 'r'], ['t', 'h', 'e'], ['h', 'i', 'g', 'h', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['c', 'a', 'g', 'e', 'd'], ['t', 'a', 'k', 'i', 'n', 'g'], ['w', 'i', 'n', 'g', ',', '\\n', '\\n', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['s', 'p', 'a', 'c', 'e'], ['e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '.', '\\n', '\\n', 'A', 'y', ','], ['i', 'n'], ['v', 'e', 'r', 'y'], ['t', 'r', 'u', 't', 'h', ','], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a', '\\n', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['f', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'i', 'n', 'g'], ['i', 't'], ['w', 'i', 't', 'h', '\\n', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['h', 'e', 'a', 'r', 't', ';'], ['y', 'e', 't'], ['I'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['h', 'a', 'v', 'e', '\\n', 'y', 'o', 'u'], ['l', 'o', 's', 'e'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'i', 'n', 'g', '.', '\\n', '\\n', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h'], ['s', 'e', 'e', 'k'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['a', 's'], ['i', 'f', '\\n', 'i', 't'], ['w', 'e', 'r', 'e'], ['a', 'l', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['j', 'u', 'd', 'g', 'e', 'd'], ['a', 'n', 'd', '\\n', 'r', 'e', 'b', 'u', 'k', 'e', 'd', '.'], [], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['j', 'u', 'd', 'g', 'e'], ['n', 'o', 'r', '\\n', 'r', 'e', 'b', 'u', 'k', 'e'], ['t', 'h', 'e', 'm', '.'], ['I'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', 'm'], ['s', 'e', 'e', 'k', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't', '\\n', 'h', 'e', 'r'], ['a', 'l', 'o', 'n', 'e', ';', '\\n', '\\n', 'S', 'e', 'v', 'e', 'n'], ['a', 'r', 'e'], ['h', 'e', 'r'], ['s', 'i', 's', 't', 'e', 'r', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f', '\\n', 't', 'h', 'e', 'm'], ['i', 's'], ['m', 'o', 'r', 'e'], ['b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l'], ['t', 'h', 'a', 'n'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '\\n', '\\n', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['n', 'o', 't'], ['h', 'e', 'a', 'r', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'a', 'n'], ['w', 'h', 'o'], ['w', 'a', 's', '\\n', 'd', 'i', 'g', 'g', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['f', 'o', 'r'], ['r', 'o', 'o', 't', 's'], ['a', 'n', 'd'], ['f', 'o', 'u', 'n', 'd', '\\n', 'a'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['e', 'l', 'd', 'e', 'r', 's'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '\\n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's'], ['w', 'i', 't', 'h'], ['r', 'e', 'g', 'r', 'e', 't'], ['l', 'i', 'k', 'e'], ['w', 'r', 'o', 'n', 'g', 's', '\\n', 'c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['i', 'n'], ['d', 'r', 'u', 'n', 'k', 'e', 'n', 'n', 'e', 's', 's', '.', '\\n', '\\n', 'B', 'u', 't'], ['r', 'e', 'g', 'r', 'e', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'e', 'c', 'l', 'o', 'u', 'd', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'n', 'd', '\\n', 'a', 'n', 'd'], ['n', 'o', 't'], ['i', 't', 's'], ['c', 'h', 'a', 's', 't', 'i', 's', 'e', 'm', 'e', 'n', 't', '.', '\\n', '\\n', 'T', 'h', 'e', 'y'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['t', 'h', 'e', 'i', 'r'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '\\n', 'w', 'i', 't', 'h'], ['g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ','], ['a', 's'], ['t', 'h', 'e', 'y'], ['w', 'o', 'u', 'l', 'd'], ['t', 'h', 'e', '\\n', 'h', 'a', 'r', 'v', 'e', 's', 't'], ['o', 'f'], ['a'], ['s', 'u', 'm', 'm', 'e', 'r', '.', '\\n', '\\n', 'Y', 'e', 't'], ['i', 'f'], ['i', 't'], ['c', 'o', 'm', 'f', 'o', 'r', 't', 's'], ['t', 'h', 'e', 'm'], ['t', 'o'], ['r', 'e', 'g', 'r', 'e', 't', ','], ['l', 'e', 't', '\\n', 't', 'h', 'e', 'm'], ['b', 'e'], ['c', 'o', 'm', 'f', 'o', 'r', 't', 'e', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o', '\\n', 'a', 'r', 'e'], ['n', 'e', 'i', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'n', 'g'], ['t', 'o'], ['s', 'e', 'e', 'k'], ['n', 'o', 'r'], ['o', 'l', 'd'], ['t', 'o', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', ';', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['a', 'n', 'd', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], [], ['s', 'h', 'u', 'n'], ['a', 'l', 'l'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', ',', '\\n', 'l', 'e', 's', 't'], ['t', 'h', 'e', 'y'], ['n', 'e', 'g', 'l', 'e', 'c', 't'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'r'], ['o', 'f', 'f', 'e', 'n', 'd', '\\n', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['i', 't', '.', '\\n', '\\n', 'B', 'u', 't'], ['e', 'v', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'o', 'r', 'e', 'g', 'o', 'i', 'n', 'g'], ['i', 's'], ['t', 'h', 'e', 'i', 'r', '\\n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'u', 's'], ['t', 'h', 'e', 'y'], ['t', 'o', 'o'], ['f', 'i', 'n', 'd'], ['a'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', '\\n', 't', 'h', 'e', 'y'], ['d', 'i', 'g'], ['f', 'o', 'r'], ['r', 'o', 'o', 't', 's'], ['w', 'i', 't', 'h'], ['q', 'u', 'i', 'v', 'e', 'r', 'i', 'n', 'g'], ['h', 'a', 'n', 'd', 's', '.', '\\n', '\\n', 'B', 'u', 't'], ['t', 'e', 'l', 'l'], ['m', 'e', ','], ['w', 'h', 'o'], ['i', 's'], ['h', 'e'], ['t', 'h', 'a', 't'], ['c', 'a', 'n'], ['o', 'f', 'f', 'e', 'n', 'd', '\\n', 't', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '?', '\\n', '\\n', 'S', 'h', 'a', 'l', 'l'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', 'i', 'n', 'g', 'a', 'l', 'e'], ['o', 'f', 'f', 'e', 'n', 'd'], ['t', 'h', 'e', '\\n', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ','], ['o', 'r'], ['t', 'h', 'e'], ['f', 'i', 'r', 'e', 'f', 'l', 'y', '\\n', 't', 'h', 'e'], ['s', 't', 'a', 'r', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['f', 'l', 'a', 'm', 'e'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'm', 'o', 'k', 'e', '\\n', 'b', 'u', 'r', 'd', 'e', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '?', '\\n', '\\n', 'T', 'h', 'i', 'n', 'k'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['i', 's'], ['a'], ['s', 't', 'i', 'l', 'l'], ['p', 'o', 'o', 'l', '\\n', 'w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['t', 'r', 'o', 'u', 'b', 'l', 'e'], ['w', 'i', 't', 'h'], ['a'], ['s', 't', 'a', 'f', 'f', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['i', 'n'], ['d', 'e', 'n', 'y', 'i', 'n', 'g'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '\\n', 'y', 'o', 'u'], ['d', 'o'], ['b', 'u', 't'], ['s', 't', 'o', 'r', 'e'], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'r', 'e', 'c', 'e', 's', 's', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '.', '\\n', '\\n', 'W', 'h', 'o'], ['k', 'n', 'o', 'w', 's'], ['b', 'u', 't'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'e', 'e', 'm', 's'], ['o', 'm', 'i', 't', 't', 'e', 'd', '\\n', 't', 'o', 'd', 'a', 'y', ','], ['w', 'a', 'i', 't', 's'], ['f', 'o', 'r'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'y'], ['k', 'n', 'o', 'w', 's'], ['i', 't', 's'], ['h', 'e', 'r', 'i', 't', 'a', 'g', 'e', '\\n', 'a', 'n', 'd'], ['i', 't', 's'], ['r', 'i', 'g', 'h', 't', 'f', 'u', 'l'], ['n', 'e', 'e', 'd'], ['a', 'n', 'd'], ['w', 'i', 'l', 'l'], ['n', 'o', 't'], ['b', 'e', '\\n', 'd', 'e', 'c', 'e', 'i', 'v', 'e', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'y'], ['i', 's'], ['t', 'h', 'e'], ['h', 'a', 'r', 'p'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['y', 'o', 'u', 'r', 's'], ['t', 'o'], ['b', 'r', 'i', 'n', 'g'], ['f', 'o', 'r', 't', 'h'], [], ['f', 'r', 'o', 'm'], ['i', 't'], ['o', 'r'], ['c', 'o', 'n', 'f', 'u', 's', 'e', 'd'], ['s', 'o', 'u', 'n', 'd', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u'], ['a', 's', 'k'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ','], ['“', 'H', 'o', 'w', '\\n', 's', 'h', 'a', 'l', 'l'], ['w', 'e'], ['d', 'i', 's', 't', 'i', 'n', 'g', 'u', 'i', 's', 'h'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '\\n', 'g', 'o', 'o', 'd'], ['i', 'n'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['f', 'r', 'o', 'm'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['n', 'o', 't', '\\n', 'g', 'o', 'o', 'd', '?', '”', '\\n', '\\n', 'G', 'o'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'd', 'e', 'n', 's', ','], ['a', 'n', 'd', '\\n', 'y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['l', 'e', 'a', 'r', 'n'], ['t', 'h', 'a', 't'], ['i', 't'], ['i', 's'], ['t', 'h', 'e'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['b', 'e', 'e'], ['t', 'o'], ['g', 'a', 't', 'h', 'e', 'r'], ['h', 'o', 'n', 'e', 'y'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'f', 'l', 'o', 'w', 'e', 'r', ',', '\\n', '\\n', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'f', 'l', 'o', 'w', 'e', 'r'], ['t', 'o'], ['y', 'i', 'e', 'l', 'd'], ['i', 't', 's'], ['h', 'o', 'n', 'e', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'e', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'e', 'e'], ['a'], ['f', 'l', 'o', 'w', 'e', 'r'], ['i', 's'], ['a'], ['f', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['o', 'f', '\\n', 'l', 'i', 'f', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'l', 'o', 'w', 'e', 'r'], ['a'], ['b', 'e', 'e'], ['i', 's'], ['a'], ['m', 'e', 's', 's', 'e', 'n', 'g', 'e', 'r', '\\n', 'o', 'f'], ['l', 'o', 'v', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['b', 'o', 't', 'h', ','], ['b', 'e', 'e'], ['a', 'n', 'd'], ['f', 'l', 'o', 'w', 'e', 'r', ','], ['t', 'h', 'e'], ['g', 'i', 'v', 'i', 'n', 'g', '\\n', 'a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['o', 'f'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd', '\\n', 'a', 'n', 'd'], ['a', 'n'], ['e', 'c', 's', 't', 'a', 's', 'y', '.', '\\n', '\\n', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['f', 'l', 'o', 'w', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'e', 'e', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a'], ['p', 'o', 'e', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '\\n', '_', 'B', 'e', 'a', 'u', 't', 'y', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '\\n', '\\n', 'W', 'h', 'e', 'r', 'e'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['b', 'e', 'a', 'u', 't', 'y', ','], ['a', 'n', 'd'], ['h', 'o', 'w', '\\n', 's', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'i', 'n', 'd'], ['h', 'e', 'r'], ['u', 'n', 'l', 'e', 's', 's'], ['s', 'h', 'e'], ['h', 'e', 'r', 's', 'e', 'l', 'f'], ['b', 'e', '\\n', 'y', 'o', 'u', 'r'], ['w', 'a', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['g', 'u', 'i', 'd', 'e', '?', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f'], ['h', 'e', 'r'], ['e', 'x', 'c', 'e', 'p', 't', '\\n', 's', 'h', 'e'], ['b', 'e'], ['t', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'p', 'e', 'e', 'c', 'h', '?', '\\n', '\\n', 'T', 'h', 'e'], ['a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'n', 'j', 'u', 'r', 'e', 'd'], ['s', 'a', 'y', ',', '\\n', '“', 'B', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['k', 'i', 'n', 'd'], ['a', 'n', 'd'], ['g', 'e', 'n', 't', 'l', 'e', '.', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['a'], ['y', 'o', 'u', 'n', 'g'], ['m', 'o', 't', 'h', 'e', 'r'], ['h', 'a', 'l', 'f', '-', 's', 'h', 'y'], ['o', 'f'], ['h', 'e', 'r'], ['o', 'w', 'n', '\\n', 'g', 'l', 'o', 'r', 'y'], ['s', 'h', 'e'], ['w', 'a', 'l', 'k', 's'], ['a', 'm', 'o', 'n', 'g'], ['u', 's', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['p', 'a', 's', 's', 'i', 'o', 'n', 'a', 't', 'e'], ['s', 'a', 'y', ','], ['“', 'N', 'a', 'y', ','], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's', '\\n', 'a'], ['t', 'h', 'i', 'n', 'g'], ['o', 'f'], ['m', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['d', 'r', 'e', 'a', 'd', '.', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'e', 's', 't'], ['s', 'h', 'e'], ['s', 'h', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '\\n', 'b', 'e', 'n', 'e', 'a', 't', 'h'], ['u', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'k', 'y'], ['a', 'b', 'o', 'v', 'e'], ['u', 's', '.', '”', '\\n', '\\n', 'T', 'h', 'e'], ['t', 'i', 'r', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'e', 'a', 'r', 'y'], ['s', 'a', 'y', ','], ['“', 'B', 'e', 'a', 'u', 't', 'y'], ['i', 's', '\\n', 'o', 'f'], ['s', 'o', 'f', 't'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g', 's', '.'], ['S', 'h', 'e'], ['s', 'p', 'e', 'a', 'k', 's'], ['i', 'n'], ['o', 'u', 'r', '\\n', 's', 'p', 'i', 'r', 'i', 't', '.'], [], ['v', 'o', 'i', 'c', 'e'], ['y', 'i', 'e', 'l', 'd', 's'], ['t', 'o'], ['o', 'u', 'r', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['l', 'i', 'k', 'e'], ['a'], ['f', 'a', 'i', 'n', 't'], ['l', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['q', 'u', 'i', 'v', 'e', 'r', 's', '\\n', 'i', 'n'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w', '.', '”', '\\n', '\\n', 'B', 'u', 't'], ['t', 'h', 'e'], ['r', 'e', 's', 't', 'l', 'e', 's', 's'], ['s', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd'], ['h', 'e', 'r', '\\n', 's', 'h', 'o', 'u', 't', 'i', 'n', 'g'], ['a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'i', 't', 'h'], ['h', 'e', 'r'], ['c', 'r', 'i', 'e', 's'], ['c', 'a', 'm', 'e'], ['t', 'h', 'e'], ['s', 'o', 'u', 'n', 'd'], ['o', 'f', '\\n', 'h', 'o', 'o', 'f', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'e', 'a', 't', 'i', 'n', 'g'], ['o', 'f'], ['w', 'i', 'n', 'g', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'r', 'o', 'a', 'r', 'i', 'n', 'g'], ['o', 'f'], ['l', 'i', 'o', 'n', 's', '.', '”', '\\n', '\\n', 'A', 't'], ['n', 'i', 'g', 'h', 't'], ['t', 'h', 'e'], ['w', 'a', 't', 'c', 'h', 'm', 'e', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['s', 'a', 'y', ',', '\\n', '“', 'B', 'e', 'a', 'u', 't', 'y'], ['s', 'h', 'a', 'l', 'l'], ['r', 'i', 's', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n'], ['f', 'r', 'o', 'm', '\\n', 't', 'h', 'e'], ['e', 'a', 's', 't', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['a', 't'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['t', 'h', 'e'], ['t', 'o', 'i', 'l', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's'], ['s', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['h', 'e', 'r'], ['l', 'e', 'a', 'n', 'i', 'n', 'g', '\\n', 'o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 'o', 'w', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 's', 'u', 'n', 's', 'e', 't', '.', '”', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'I', 'n'], ['w', 'i', 'n', 't', 'e', 'r'], ['s', 'a', 'y'], ['t', 'h', 'e'], ['s', 'n', 'o', 'w', '-', 'b', 'o', 'u', 'n', 'd', ','], ['“', 'S', 'h', 'e'], ['s', 'h', 'a', 'l', 'l', '\\n', 'c', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'p', 'r', 'i', 'n', 'g'], ['l', 'e', 'a', 'p', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e', '\\n', 'h', 'i', 'l', 'l', 's', '.', '”', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'e', 'r'], ['h', 'e', 'a', 't'], ['t', 'h', 'e'], ['r', 'e', 'a', 'p', 'e', 'r', 's', '\\n', 's', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['h', 'e', 'r'], ['d', 'a', 'n', 'c', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'a', 'u', 't', 'u', 'm', 'n'], ['l', 'e', 'a', 'v', 'e', 's', ','], ['a', 'n', 'd'], ['w', 'e'], ['s', 'a', 'w'], ['a'], ['d', 'r', 'i', 'f', 't'], ['o', 'f', '\\n', 's', 'n', 'o', 'w'], ['i', 'n'], ['h', 'e', 'r'], ['h', 'a', 'i', 'r', '.', '”'], [], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's', '\\n', 'h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'a', 'i', 'd'], ['o', 'f'], ['b', 'e', 'a', 'u', 't', 'y', ',', '\\n', '\\n', 'Y', 'e', 't'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['y', 'o', 'u'], ['s', 'p', 'o', 'k', 'e'], ['n', 'o', 't'], ['o', 'f'], ['h', 'e', 'r'], ['b', 'u', 't'], ['o', 'f', '\\n', 'n', 'e', 'e', 'd', 's'], ['u', 'n', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['n', 'o', 't'], ['a'], ['n', 'e', 'e', 'd'], ['b', 'u', 't'], ['a', 'n'], ['e', 'c', 's', 't', 'a', 's', 'y', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['m', 'o', 'u', 't', 'h'], ['t', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g'], ['n', 'o', 'r'], ['a', 'n'], ['e', 'm', 'p', 't', 'y', '\\n', 'h', 'a', 'n', 'd'], ['s', 't', 'r', 'e', 't', 'c', 'h', 'e', 'd'], ['f', 'o', 'r', 't', 'h', ',', '\\n', '\\n', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a'], ['h', 'e', 'a', 'r', 't'], ['e', 'n', 'f', 'l', 'a', 'm', 'e', 'd'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'u', 'l', '\\n', 'e', 'n', 'c', 'h', 'a', 'n', 't', 'e', 'd', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['i', 'm', 'a', 'g', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'e', 'e'], ['n', 'o', 'r', '\\n', 't', 'h', 'e'], ['s', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r', ',', '\\n', '\\n', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a', 'n'], ['i', 'm', 'a', 'g', 'e'], ['y', 'o', 'u'], ['s', 'e', 'e'], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u', '\\n', 'c', 'l', 'o', 's', 'e'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'n', 'g'], ['y', 'o', 'u'], ['h', 'e', 'a', 'r', '\\n', 't', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['s', 'h', 'u', 't'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 'a', 'p'], ['w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'r', 'r', 'o', 'w', 'e', 'd', '\\n', 'b', 'a', 'r', 'k', ','], ['n', 'o', 'r'], ['a'], ['w', 'i', 'n', 'g'], ['a', 't', 't', 'a', 'c', 'h', 'e', 'd'], ['t', 'o'], ['a'], ['c', 'l', 'a', 'w', ',', '\\n', '\\n', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a'], ['g', 'a', 'r', 'd', 'e', 'n'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['i', 'n'], ['b', 'l', 'o', 'o', 'm', '\\n', 'a', 'n', 'd'], ['a'], ['f', 'l', 'o', 'c', 'k'], ['o', 'f'], ['a', 'n', 'g', 'e', 'l', 's'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['i', 'n', '\\n', 'f', 'l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['l', 'i', 'f', 'e'], ['w', 'h', 'e', 'n', '\\n', 'l', 'i', 'f', 'e'], ['u', 'n', 'v', 'e', 'i', 'l', 's'], ['h', 'e', 'r'], ['h', 'o', 'l', 'y'], ['f', 'a', 'c', 'e', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['v', 'e', 'i', 'l', '.', '\\n'], ['i', 's'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y'], ['g', 'a', 'z', 'i', 'n', 'g'], ['a', 't'], ['i', 't', 's', 'e', 'l', 'f', '\\n', 'i', 'n'], ['a'], ['m', 'i', 'r', 'r', 'o', 'r', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e', '\\n', 'm', 'i', 'r', 'r', 'o', 'r', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['a', 'n'], ['o', 'l', 'd'], ['p', 'r', 'i', 'e', 's', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's', '\\n', 'o', 'f'], ['_', 'R', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'H', 'a', 'v', 'e'], ['I'], ['s', 'p', 'o', 'k', 'e', 'n'], ['t', 'h', 'i', 's'], ['d', 'a', 'y'], ['o', 'f'], ['a', 'u', 'g', 'h', 't'], ['e', 'l', 's', 'e', '?', '\\n', '\\n', 'I', 's'], ['n', 'o', 't'], ['r', 'e', 'l', 'i', 'g', 'i', 'o', 'n'], ['a', 'l', 'l'], ['d', 'e', 'e', 'd', 's'], ['a', 'n', 'd'], ['a', 'l', 'l', '\\n', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['n', 'e', 'i', 't', 'h', 'e', 'r'], ['d', 'e', 'e', 'd'], ['n', 'o', 'r', '\\n', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ','], ['b', 'u', 't'], ['a'], ['w', 'o', 'n', 'd', 'e', 'r'], ['a', 'n', 'd'], ['a'], ['s', 'u', 'r', 'p', 'r', 'i', 's', 'e', '\\n', 'e', 'v', 'e', 'r'], ['s', 'p', 'r', 'i', 'n', 'g', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', ','], ['e', 'v', 'e', 'n'], ['w', 'h', 'i', 'l', 'e', '\\n', 't', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['h', 'e', 'w'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e'], ['o', 'r'], ['t', 'e', 'n', 'd'], ['t', 'h', 'e', '\\n', 'l', 'o', 'o', 'm', '?', '\\n', '\\n', 'W', 'h', 'o'], ['c', 'a', 'n'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['h', 'i', 's'], ['f', 'a', 'i', 't', 'h'], ['f', 'r', 'o', 'm', '\\n', 'h', 'i', 's'], ['a', 'c', 't', 'i', 'o', 'n', 's', ','], ['o', 'r'], ['h', 'i', 's'], ['b', 'e', 'l', 'i', 'e', 'f'], ['f', 'r', 'o', 'm'], ['h', 'i', 's', '\\n', 'o', 'c', 'c', 'u', 'p', 'a', 't', 'i', 'o', 'n', 's', '?', '\\n', '\\n', 'W', 'h', 'o'], ['c', 'a', 'n'], ['s', 'p', 'r', 'e', 'a', 'd'], ['h', 'i', 's'], ['h', 'o', 'u', 'r', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['h', 'i', 'm', ',', '\\n', 's', 'a', 'v', 'i', 'n', 'g', ','], ['“', 'T', 'h', 'i', 's'], ['f', 'o', 'r'], ['G', 'o', 'd'], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['f', 'o', 'r', '\\n', 'm', 'y', 's', 'e', 'l', 'f', ';'], ['T', 'h', 'i', 's'], ['f', 'o', 'r'], ['m', 'y'], ['s', 'o', 'u', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['o', 't', 'h', 'e', 'r', '\\n', 'f', 'o', 'r'], ['m', 'y'], ['b', 'o', 'd', 'y', '?', '”', '\\n', '\\n', 'A', 'l', 'l'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 'r', 's'], ['a', 'r', 'e'], ['w', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['b', 'e', 'a', 't', '\\n', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['s', 'p', 'a', 'c', 'e'], ['f', 'r', 'o', 'm'], ['s', 'e', 'l', 'f'], ['t', 'o'], ['s', 'e', 'l', 'f', '.'], [], ['w', 'e', 'a', 'r', 's'], ['h', 'i', 's'], ['m', 'o', 'r', 'a', 'l', 'i', 't', 'y'], ['b', 'u', 't'], ['a', 's'], ['h', 'i', 's'], ['b', 'e', 's', 't', '\\n', 'g', 'a', 'r', 'm', 'e', 'n', 't'], ['w', 'e', 'r', 'e'], ['b', 'e', 't', 't', 'e', 'r'], ['n', 'a', 'k', 'e', 'd', '.', '\\n', '\\n', 'T', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['w', 'i', 'l', 'l'], ['t', 'e', 'a', 'r'], ['n', 'o'], ['h', 'o', 'l', 'e', 's', '\\n', 'i', 'n'], ['h', 'i', 's'], ['s', 'k', 'i', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['w', 'h', 'o'], ['d', 'e', 'f', 'i', 'n', 'e', 's'], ['h', 'i', 's'], ['c', 'o', 'n', 'd', 'u', 'c', 't'], ['b', 'y'], ['e', 't', 'h', 'i', 'c', 's', '\\n', 'i', 'm', 'p', 'r', 'i', 's', 'o', 'n', 's'], ['h', 'i', 's'], ['s', 'o', 'n', 'g', '-', 'b', 'i', 'r', 'd'], ['i', 'n'], ['a'], ['c', 'a', 'g', 'e', '.', '\\n', '\\n', 'T', 'h', 'e'], ['f', 'r', 'e', 'e', 's', 't'], ['s', 'o', 'n', 'g'], ['c', 'o', 'm', 'e', 's'], ['n', 'o', 't'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['b', 'a', 'r', 's', '\\n', 'a', 'n', 'd'], ['w', 'i', 'r', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['w', 'o', 'r', 's', 'h', 'i', 'p', 'p', 'i', 'n', 'g'], ['i', 's'], ['a'], ['w', 'i', 'n', 'd', 'o', 'w', ',', '\\n', 't', 'o'], ['o', 'p', 'e', 'n'], ['b', 'u', 't'], ['a', 'l', 's', 'o'], ['t', 'o'], ['s', 'h', 'u', 't', ','], ['h', 'a', 's'], ['n', 'o', 't'], ['y', 'e', 't', '\\n', 'v', 'i', 's', 'i', 't', 'e', 'd'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['w', 'h', 'o', 's', 'e', '\\n', 'w', 'i', 'n', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['f', 'r', 'o', 'm'], ['d', 'a', 'w', 'n'], ['t', 'o'], ['d', 'a', 'w', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['d', 'a', 'i', 'l', 'y'], ['l', 'i', 'f', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '\\n', 'r', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '.', '\\n', '\\n', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '\\n', 'y', 'o', 'u', 'r'], ['a', 'l', 'l', '.', '\\n', '\\n', 'T', 'a', 'k', 'e'], ['t', 'h', 'e'], ['p', 'l', 'o', 'u', 'g', 'h'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'g', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'm', 'a', 'l', 'l', 'e', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'u', 't', 'e', ',', '\\n', '\\n', 'T', 'h', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['i', 'n', '\\n', 'n', 'e', 'c', 'e', 's', 's', 'i', 't', 'y'], ['o', 'r'], ['f', 'o', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'n'], ['r', 'e', 'v', 'e', 'r', 'y'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['y', 'o', 'u', 'r', '\\n', 'a', 'c', 'h', 'i', 'e', 'v', 'e', 'm', 'e', 'n', 't', 's'], ['n', 'o', 'r'], ['f', 'a', 'l', 'l'], ['l', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 'n'], ['y', 'o', 'u', 'r', '\\n', 'f', 'a', 'i', 'l', 'u', 'r', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['a', 'l', 'l'], ['m', 'e', 'n', ':'], [], ['i', 'n', '\\n', 'a', 'd', 'o', 'r', 'a', 't', 'i', 'o', 'n'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'l', 'y'], ['h', 'i', 'g', 'h', 'e', 'r'], ['t', 'h', 'a', 'n', '\\n', 't', 'h', 'e', 'i', 'r'], ['h', 'o', 'p', 'e', 's'], ['n', 'o', 'r'], ['h', 'u', 'm', 'b', 'l', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['l', 'o', 'w', 'e', 'r', '\\n', 't', 'h', 'a', 'n'], ['t', 'h', 'e', 'i', 'r'], ['d', 'e', 's', 'p', 'a', 'i', 'r', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['G', 'o', 'd'], ['b', 'e'], ['n', 'o', 't', '\\n', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['a'], ['s', 'o', 'l', 'v', 'e', 'r'], ['o', 'f'], ['r', 'i', 'd', 'd', 'l', 'e', 's', '.', '\\n', '\\n', 'R', 'a', 't', 'h', 'e', 'r'], ['l', 'o', 'o', 'k'], ['a', 'b', 'o', 'u', 't'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e', '\\n', 'H', 'i', 'm'], ['p', 'l', 'a', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'o', 'o', 'k'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ';'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['H', 'i', 'm', '\\n', 'w', 'a', 'l', 'k', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'l', 'o', 'u', 'd', ','], ['o', 'u', 't', 's', 't', 'r', 'e', 't', 'c', 'h', 'i', 'n', 'g'], ['H', 'i', 's', '\\n', 'a', 'r', 'm', 's'], ['i', 'n'], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g'], ['a', 'n', 'd'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'i', 'n', 'g'], ['i', 'n', '\\n', 'r', 'a', 'i', 'n', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['H', 'i', 'm'], ['s', 'm', 'i', 'l', 'i', 'n', 'g'], ['i', 'n'], ['f', 'l', 'o', 'w', 'e', 'r', 's', ',', '\\n', 't', 'h', 'e', 'n'], ['r', 'i', 's', 'i', 'n', 'g'], ['a', 'n', 'd'], ['w', 'a', 'v', 'i', 'n', 'g'], ['H', 'i', 's'], ['h', 'a', 'n', 'd', 's'], ['i', 'n', '\\n', 't', 'r', 'e', 'e', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '\\n', '\\n'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['s', 'p', 'o', 'k', 'e', ','], ['s', 'a', 'y', 'i', 'n', 'g', ','], ['W', 'e'], ['w', 'o', 'u', 'l', 'd', '\\n', 'a', 's', 'k'], ['n', 'o', 'w'], ['o', 'f'], ['_', 'D', 'e', 'a', 't', 'h', '_', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't'], ['o', 'f'], ['d', 'e', 'a', 't', 'h', '.', '\\n', '\\n', 'B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'i', 'n', 'd'], ['i', 't'], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u', '\\n', 's', 'e', 'e', 'k'], ['i', 't'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['l', 'i', 'f', 'e', '?', '\\n', '\\n', 'T', 'h', 'e'], ['o', 'w', 'l'], ['w', 'h', 'o', 's', 'e'], ['n', 'i', 'g', 'h', 't', '-', 'b', 'o', 'u', 'n', 'd'], ['e', 'y', 'e', 's'], ['a', 'r', 'e'], ['b', 'l', 'i', 'n', 'd', '\\n', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['c', 'a', 'n', 'n', 'o', 't'], ['u', 'n', 'v', 'e', 'i', 'l'], ['t', 'h', 'e'], ['m', 'y', 's', 't', 'e', 'r', 'y', '\\n', 'o', 'f'], ['l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', 'I', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['i', 'n', 'd', 'e', 'e', 'd'], ['b', 'e', 'h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '\\n', 'o', 'f'], ['d', 'e', 'a', 't', 'h', ','], ['o', 'p', 'e', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['w', 'i', 'd', 'e'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', '\\n', 'b', 'o', 'd', 'y'], ['o', 'f'], ['l', 'i', 'f', 'e', '.', '\\n', '\\n', 'F', 'o', 'r'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['d', 'e', 'a', 't', 'h'], ['a', 'r', 'e'], ['o', 'n', 'e', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e', '\\n', 'r', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['a', 'r', 'e'], ['o', 'n', 'e', '.', '\\n', '\\n', 'I', 'n'], ['t', 'h', 'e'], ['d', 'e', 'p', 't', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'o', 'p', 'e', 's'], ['a', 'n', 'd'], ['d', 'e', 's', 'i', 'r', 'e', 's', '\\n', 'l', 'i', 'e', 's'], ['y', 'o', 'u', 'r'], ['s', 'i', 'l', 'e', 'n', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'b', 'e', 'y', 'o', 'n', 'd', ';', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['s', 'e', 'e', 'd', 's'], ['d', 'r', 'e', 'a', 'm', 'i', 'n', 'g'], ['b', 'e', 'n', 'e', 'a', 't', 'h'], ['t', 'h', 'e'], ['s', 'n', 'o', 'w', '\\n', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['d', 'r', 'e', 'a', 'm', 's'], ['o', 'f'], ['s', 'p', 'r', 'i', 'n', 'g', '.', '\\n', '\\n', 'T', 'r', 'u', 's', 't'], ['t', 'h', 'e'], ['d', 'r', 'e', 'a', 'm', 's', ','], ['f', 'o', 'r'], ['i', 'n'], ['t', 'h', 'e', 'm'], ['i', 's'], ['h', 'i', 'd', 'd', 'e', 'n', '\\n', 't', 'h', 'e'], ['g', 'a', 't', 'e'], ['t', 'o'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y', '.'], [], ['f', 'e', 'a', 'r', '\\n', 'o', 'f'], ['d', 'e', 'a', 't', 'h'], ['i', 's'], ['b', 'u', 't'], ['t', 'h', 'e'], ['t', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e', '\\n', 's', 'h', 'e', 'p', 'h', 'e', 'r', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['s', 't', 'a', 'n', 'd', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['k', 'i', 'n', 'g', '\\n', 'w', 'h', 'o', 's', 'e'], ['h', 'a', 'n', 'd'], ['i', 's'], ['t', 'o'], ['b', 'e'], ['l', 'a', 'i', 'd'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['i', 'n', '\\n', 'h', 'o', 'n', 'o', 'u', 'r', '.', '\\n', '\\n', 'I', 's'], ['t', 'h', 'e'], ['s', 'h', 'e', 'p', 'h', 'e', 'r', 'd'], ['n', 'o', 't'], ['j', 'o', 'y', 'f', 'u', 'l'], ['b', 'e', 'n', 'e', 'a', 't', 'h'], ['h', 'i', 's', '\\n', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', ','], ['t', 'h', 'a', 't'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['w', 'e', 'a', 'r'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', '\\n', 'o', 'f'], ['t', 'h', 'e'], ['k', 'i', 'n', 'g', '?', '\\n', '\\n', 'Y', 'e', 't'], ['i', 's'], ['h', 'e'], ['n', 'o', 't'], ['m', 'o', 'r', 'e'], ['m', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['h', 'i', 's', '\\n', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['d', 'i', 'e'], ['b', 'u', 't'], ['t', 'o'], ['s', 't', 'a', 'n', 'd'], ['n', 'a', 'k', 'e', 'd', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['t', 'o'], ['m', 'e', 'l', 't'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'u', 'n', '?', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['c', 'e', 'a', 's', 'e'], ['b', 'r', 'e', 'a', 't', 'h', 'i', 'n', 'g', ','], ['b', 'u', 't', '\\n', 't', 'o'], ['f', 'r', 'e', 'e'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 't', 'h'], ['f', 'r', 'o', 'm'], ['i', 't', 's'], ['r', 'e', 's', 't', 'l', 'e', 's', 's', '\\n', 't', 'i', 'd', 'e', 's', ','], ['t', 'h', 'a', 't'], ['i', 't'], ['m', 'a', 'y'], ['r', 'i', 's', 'e'], ['a', 'n', 'd'], ['e', 'x', 'p', 'a', 'n', 'd'], ['a', 'n', 'd', '\\n', 's', 'e', 'e', 'k'], ['G', 'o', 'd'], ['u', 'n', 'e', 'n', 'c', 'u', 'm', 'b', 'e', 'r', 'e', 'd', '?', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'r', 'i', 'n', 'k'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['r', 'i', 'v', 'e', 'r'], ['o', 'f', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['i', 'n', 'd', 'e', 'e', 'd'], ['s', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', '\\n', 't', 'o', 'p', ','], ['t', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'g', 'i', 'n'], ['t', 'o'], ['c', 'l', 'i', 'm', 'b', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['s', 'h', 'a', 'l', 'l'], ['c', 'l', 'a', 'i', 'm'], ['y', 'o', 'u', 'r', '\\n', 'l', 'i', 'm', 'b', 's', ','], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['t', 'r', 'u', 'l', 'y'], ['d', 'a', 'n', 'c', 'e', '.', '\\n'], ['n', 'o', 'w'], ['i', 't'], ['w', 'a', 's'], ['e', 'v', 'e', 'n', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['t', 'h', 'e'], ['s', 'e', 'e', 'r', 'e', 's', 's'], ['s', 'a', 'i', 'd', ','], ['B', 'l', 'e', 's', 's', 'e', 'd'], ['b', 'e', '\\n', 't', 'h', 'i', 's'], ['d', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['p', 'l', 'a', 'c', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't', '\\n', 't', 'h', 'a', 't'], ['h', 'a', 's'], ['s', 'p', 'o', 'k', 'e', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['W', 'a', 's'], ['i', 't'], ['I'], ['w', 'h', 'o'], ['s', 'p', 'o', 'k', 'e', '?'], ['W', 'a', 's', '\\n', 'I'], ['n', 'o', 't'], ['a', 'l', 's', 'o'], ['a'], ['l', 'i', 's', 't', 'e', 'n', 'e', 'r', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'T', 'h', 'e', 'n'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'e', 'p', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'T', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'e', 'd'], ['h', 'i', 'm', '.', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['a', 'n', 'd'], ['s', 't', 'o', 'o', 'd'], ['u', 'p', 'o', 'n', '\\n', 't', 'h', 'e'], ['d', 'e', 'c', 'k', '.', '\\n', '\\n', 'A', 'n', 'd'], ['f', 'a', 'c', 'i', 'n', 'g'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['a', 'g', 'a', 'i', 'n', ','], ['h', 'e'], ['r', 'a', 'i', 's', 'e', 'd', '\\n', 'h', 'i', 's'], ['v', 'o', 'i', 'c', 'e'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['b', 'i', 'd', 's'], ['m', 'e', '\\n', 'l', 'e', 'a', 'v', 'e'], ['y', 'o', 'u', '.', '\\n', '\\n', 'L', 'e', 's', 's'], ['h', 'a', 's', 't', 'y'], ['a', 'm'], ['I'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['y', 'e', 't'], ['I', '\\n', 'm', 'u', 's', 't'], ['g', 'o', '.', '\\n', '\\n', 'W', 'e'], ['w', 'a', 'n', 'd', 'e', 'r', 'e', 'r', 's', ','], ['e', 'v', 'e', 'r'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['t', 'h', 'e'], ['l', 'o', 'n', 'e', 'l', 'i', 'e', 'r', '\\n', 'w', 'a', 'y', ','], ['b', 'e', 'g', 'i', 'n'], ['n', 'o'], ['d', 'a', 'y'], ['w', 'h', 'e', 'r', 'e'], ['w', 'e'], ['h', 'a', 'v', 'e'], ['e', 'n', 'd', 'e', 'd', '\\n', 'a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y', ';'], ['a', 'n', 'd'], ['n', 'o'], ['s', 'u', 'n', 'r', 'i', 's', 'e'], ['f', 'i', 'n', 'd', 's'], ['u', 's', '\\n', 'w', 'h', 'e', 'r', 'e'], ['s', 'u', 'n', 's', 'e', 't'], ['l', 'e', 'f', 't'], ['u', 's', '.'], [], ['w', 'h', 'i', 'l', 'e'], ['t', 'h', 'e', '\\n', 'e', 'a', 'r', 't', 'h'], ['s', 'l', 'e', 'e', 'p', 's'], ['w', 'e'], ['t', 'r', 'a', 'v', 'e', 'l', '.', '\\n', '\\n', 'W', 'e'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'n', 'a', 'c', 'i', 'o', 'u', 's', '\\n', 'p', 'l', 'a', 'n', 't', ','], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['i', 'n'], ['o', 'u', 'r'], ['r', 'i', 'p', 'e', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['o', 'u', 'r', '\\n', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['h', 'e', 'a', 'r', 't'], ['t', 'h', 'a', 't'], ['w', 'e'], ['a', 'r', 'e'], ['g', 'i', 'v', 'e', 'n'], ['t', 'o', '\\n', 't', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['a', 'r', 'e'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'B', 'r', 'i', 'e', 'f'], ['w', 'e', 'r', 'e'], ['m', 'y'], ['d', 'a', 'y', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u', ','], ['a', 'n', 'd', '\\n', 'b', 'r', 'i', 'e', 'f', 'e', 'r'], ['s', 't', 'i', 'l', 'l'], ['t', 'h', 'e'], ['w', 'o', 'r', 'd', 's'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'p', 'o', 'k', 'e', 'n', '.', '\\n', '\\n', 'B', 'u', 't'], ['s', 'h', 'o', 'u', 'l', 'd'], ['m', 'y'], ['v', 'o', 'i', 'c', 'e'], ['f', 'a', 'd', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's', ',', '\\n', 'a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'v', 'e'], ['v', 'a', 'n', 'i', 's', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['m', 'e', 'm', 'o', 'r', 'y', ','], ['t', 'h', 'e', 'n', '\\n', 'I'], ['w', 'i', 'l', 'l'], ['c', 'o', 'm', 'e'], ['a', 'g', 'a', 'i', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'i', 't', 'h'], ['a'], ['r', 'i', 'c', 'h', 'e', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['l', 'i', 'p', 's'], ['m', 'o', 'r', 'e', '\\n', 'y', 'i', 'e', 'l', 'd', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['w', 'i', 'l', 'l'], ['I'], ['s', 'p', 'e', 'a', 'k', '.', '\\n', '\\n', 'Y', 'e', 'a', ','], ['I'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 't', 'u', 'r', 'n'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'i', 'd', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['d', 'e', 'a', 't', 'h'], ['m', 'a', 'y'], ['h', 'i', 'd', 'e'], ['m', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['e', 'n', 'f', 'o', 'l', 'd'], ['m', 'e', ','], ['y', 'e', 't'], ['a', 'g', 'a', 'i', 'n', '\\n', 'w', 'i', 'l', 'l'], ['I'], ['s', 'e', 'e', 'k'], ['y', 'o', 'u', 'r'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['v', 'a', 'i', 'n'], ['w', 'i', 'l', 'l'], ['I'], ['s', 'e', 'e', 'k', '.', '\\n', '\\n', 'I', 'f'], ['a', 'u', 'g', 'h', 't'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'a', 'i', 'd'], ['i', 's'], ['t', 'r', 'u', 't', 'h', ','], ['t', 'h', 'a', 't', '\\n', 't', 'r', 'u', 't', 'h'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'v', 'e', 'a', 'l'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a'], ['c', 'l', 'e', 'a', 'r', 'e', 'r', '\\n', 'v', 'o', 'i', 'c', 'e', ','], ['a', 'n', 'd'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['m', 'o', 'r', 'e'], ['k', 'i', 'n'], ['t', 'o'], ['y', 'o', 'u', 'r', '\\n', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '\\n', '\\n', 'I'], ['g', 'o'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f', '\\n', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['d', 'o', 'w', 'n'], ['i', 'n', 't', 'o'], ['e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', ';', '\\n'], ['i', 'f'], ['t', 'h', 'i', 's'], ['d', 'a', 'y'], ['i', 's'], ['n', 'o', 't'], ['a'], ['f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '\\n', 'o', 'f'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'v', 'e', ','], ['t', 'h', 'e', 'n'], ['l', 'e', 't'], ['i', 't', '\\n', 'b', 'e'], ['a'], ['p', 'r', 'o', 'm', 'i', 's', 'e'], ['t', 'i', 'l', 'l'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y', '.', '\\n', '\\n', 'M', 'a', 'n', '’', 's'], ['n', 'e', 'e', 'd', 's'], ['c', 'h', 'a', 'n', 'g', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['h', 'i', 's'], ['l', 'o', 'v', 'e', ',', '\\n', 'n', 'o', 'r'], ['h', 'i', 's'], ['d', 'e', 's', 'i', 'r', 'e'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['l', 'o', 'v', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '\\n', 's', 'a', 't', 'i', 's', 'f', 'y'], ['h', 'i', 's'], ['n', 'e', 'e', 'd', 's', '.', '\\n', '\\n', 'K', 'n', 'o', 'w'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', ','], ['t', 'h', 'a', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 't', 'u', 'r', 'n', '.', '\\n', '\\n', 'T', 'h', 'e'], ['m', 'i', 's', 't'], ['t', 'h', 'a', 't'], ['d', 'r', 'i', 'f', 't', 's'], ['a', 'w', 'a', 'y'], ['a', 't'], ['d', 'a', 'w', 'n', ',', '\\n', 'l', 'e', 'a', 'v', 'i', 'n', 'g'], ['b', 'u', 't'], ['d', 'e', 'w'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd', 's', ','], ['s', 'h', 'a', 'l', 'l', '\\n', 'r', 'i', 's', 'e'], ['a', 'n', 'd'], ['g', 'a', 't', 'h', 'e', 'r'], ['i', 'n', 't', 'o'], ['a'], ['c', 'l', 'o', 'u', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e', 'n', '\\n', 'f', 'a', 'l', 'l'], ['d', 'o', 'w', 'n'], ['i', 'n'], ['r', 'a', 'i', 'n', '.', '\\n', '\\n', 'A', 'n', 'd'], ['n', 'o', 't'], ['u', 'n', 'l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['h', 'a', 'v', 'e'], ['I'], ['b', 'e', 'e', 'n', '.', '\\n', '\\n', 'I', 'n'], ['t', 'h', 'e'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['I'], ['h', 'a', 'v', 'e', '\\n', 'w', 'a', 'l', 'k', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd'], ['m', 'y'], ['s', 'p', 'i', 'r', 'i', 't', '\\n', 'h', 'a', 's'], ['e', 'n', 't', 'e', 'r', 'e', 'd'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '-', 'b', 'e', 'a', 't', 's'], ['w', 'e', 'r', 'e'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '\\n', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['w', 'a', 's'], ['u', 'p', 'o', 'n'], ['m', 'y'], ['f', 'a', 'c', 'e', ','], ['a', 'n', 'd'], ['I', '\\n', 'k', 'n', 'e', 'w'], ['y', 'o', 'u'], ['a', 'l', 'l', '.', '\\n', '\\n', 'A', 'y', ','], ['I'], ['k', 'n', 'e', 'w'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n', ',', '\\n', 'a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's'], ['w', 'e', 'r', 'e'], ['m', 'y', '\\n', 'd', 'r', 'e', 'a', 'm', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['I'], ['w', 'a', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['a'], ['l', 'a', 'k', 'e', '\\n', 'a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', '\\n', '\\n', 'I'], ['m', 'i', 'r', 'r', 'o', 'r', 'e', 'd'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['i', 'n'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n'], ['s', 'l', 'o', 'p', 'e', 's', ','], ['a', 'n', 'd'], ['e', 'v', 'e', 'n'], ['t', 'h', 'e', '\\n', 'p', 'a', 's', 's', 'i', 'n', 'g'], ['f', 'l', 'o', 'c', 'k', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '\\n', 'd', 'e', 's', 'i', 'r', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'o'], ['m', 'y'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['c', 'a', 'm', 'e'], ['t', 'h', 'e'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '\\n', 'o', 'f'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['i', 'n'], ['s', 't', 'r', 'e', 'a', 'm', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '\\n', 'l', 'o', 'n', 'g', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h', 's'], ['i', 'n'], ['r', 'i', 'v', 'e', 'r', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'y'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['m', 'y'], ['d', 'e', 'p', 't', 'h'], ['t', 'h', 'e', '\\n', 's', 't', 'r', 'e', 'a', 'm', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'i', 'v', 'e', 'r', 's'], ['c', 'e', 'a', 's', 'e', 'd'], ['n', 'o', 't'], ['y', 'e', 't'], ['t', 'o', '\\n', 's', 'i', 'n', 'g', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '1', '9', ']', '\\n', '\\n', 'B', 'u', 't'], ['s', 'w', 'e', 'e', 't', 'e', 'r'], ['s', 't', 'i', 'l', 'l'], ['t', 'h', 'a', 'n'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['a', 'n', 'd', '\\n', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['m', 'e', '.', '\\n', '\\n', 'I', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u', ';', '\\n', '\\n', 'T', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['i', 'n'], ['w', 'h', 'o', 'm'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 'l'], ['b', 'u', 't', '\\n', 'c', 'e', 'l', 'l', 's'], ['a', 'n', 'd'], ['s', 'i', 'n', 'e', 'w', 's', ';', '\\n', '\\n', 'H', 'e'], ['i', 'n'], ['w', 'h', 'o', 's', 'e'], ['c', 'h', 'a', 'n', 't'], ['a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['s', 'i', 'n', 'g', 'i', 'n', 'g'], ['i', 's', '\\n', 'b', 'u', 't'], ['a'], ['s', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['t', 'h', 'r', 'o', 'b', 'b', 'i', 'n', 'g', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['v', 'a', 's', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'n'], ['b', 'e', 'h', 'o', 'l', 'd', 'i', 'n', 'g'], ['h', 'i', 'm'], ['t', 'h', 'a', 't'], ['I'], ['b', 'e', 'h', 'e', 'l', 'd'], ['y', 'o', 'u', '\\n', 'a', 'n', 'd'], ['l', 'o', 'v', 'e', 'd'], ['y', 'o', 'u', '.', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['d', 'i', 's', 't', 'a', 'n', 'c', 'e', 's'], ['c', 'a', 'n'], ['l', 'o', 'v', 'e'], ['r', 'e', 'a', 'c', 'h'], ['t', 'h', 'a', 't', '\\n', 'a', 'r', 'e'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'a', 't'], ['v', 'a', 's', 't'], ['s', 'p', 'h', 'e', 'r', 'e', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['v', 'i', 's', 'i', 'o', 'n', 's', ','], ['w', 'h', 'a', 't'], ['e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'n', 'd'], ['w', 'h', 'a', 't', '\\n', 'p', 'r', 'e', 's', 'u', 'm', 'p', 't', 'i', 'o', 'n', 's'], ['c', 'a', 'n'], ['o', 'u', 't', 's', 'o', 'a', 'r'], ['t', 'h', 'a', 't'], ['f', 'l', 'i', 'g', 'h', 't', '?', '\\n', '\\n', 'L', 'i', 'k', 'e'], ['a'], ['g', 'i', 'a', 'n', 't'], ['o', 'a', 'k'], ['t', 'r', 'e', 'e'], ['c', 'o', 'v', 'e', 'r', 'e', 'd'], ['w', 'i', 't', 'h'], ['a', 'p', 'p', 'l', 'e', '\\n', 'b', 'l', 'o', 's', 's', 'o', 'm', 's'], ['i', 's'], ['t', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['i', 'n'], ['y', 'o', 'u', '.'], [], ['b', 'i', 'n', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', ','], ['h', 'i', 's', '\\n', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['l', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ','], ['a', 'n', 'd'], ['i', 'n', '\\n', 'h', 'i', 's'], ['d', 'u', 'r', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['d', 'e', 'a', 't', 'h', 'l', 'e', 's', 's', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['t', 'h', 'a', 't', ','], ['e', 'v', 'e', 'n'], ['l', 'i', 'k', 'e'], ['a', '\\n', 'c', 'h', 'a', 'i', 'n', ','], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 's'], ['w', 'e', 'a', 'k'], ['a', 's'], ['y', 'o', 'u', 'r'], ['w', 'e', 'a', 'k', 'e', 's', 't', '\\n', 'l', 'i', 'n', 'k', '.', '\\n', '\\n', 'T', 'h', 'i', 's'], ['i', 's'], ['b', 'u', 't'], ['h', 'a', 'l', 'f'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', '.'], ['Y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 's', 'o', '\\n', 'a', 's'], ['s', 't', 'r', 'o', 'n', 'g'], ['a', 's'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['l', 'i', 'n', 'k', '.', '\\n', '\\n', 'T', 'o'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['y', 'o', 'u'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['s', 'm', 'a', 'l', 'l', 'e', 's', 't'], ['d', 'e', 'e', 'd', '\\n', 'i', 's'], ['t', 'o'], ['r', 'e', 'c', 'k', 'o', 'n'], ['t', 'h', 'e'], ['p', 'o', 'w', 'e', 'r'], ['o', 'f'], ['o', 'c', 'e', 'a', 'n'], ['b', 'y'], ['t', 'h', 'e', '\\n', 'f', 'r', 'a', 'i', 'l', 't', 'y'], ['o', 'f'], ['i', 't', 's'], ['f', 'o', 'a', 'm', '.', '\\n', '\\n', 'T', 'o'], ['j', 'u', 'd', 'g', 'e'], ['y', 'o', 'u'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['f', 'a', 'i', 'l', 'u', 'r', 'e', 's'], ['i', 's'], ['t', 'o', '\\n', 'c', 'a', 's', 't'], ['b', 'l', 'a', 'm', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['f', 'o', 'r'], ['t', 'h', 'e', 'i', 'r', '\\n', 'i', 'n', 'c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y', '.', '\\n', '\\n', 'A', 'y', ','], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'i', 'k', 'e'], ['a', 'n'], ['o', 'c', 'e', 'a', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e', 'a', 'v', 'y', '-', 'g', 'r', 'o', 'u', 'n', 'd', 'e', 'd'], ['s', 'h', 'i', 'p', 's'], ['a', 'w', 'a', 'i', 't', '\\n', 't', 'h', 'e'], ['t', 'i', 'd', 'e'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['s', 'h', 'o', 'r', 'e', 's', ','], ['y', 'e', 't', ','], ['e', 'v', 'e', 'n', '\\n', 'l', 'i', 'k', 'e'], ['a', 'n'], ['o', 'c', 'e', 'a', 'n', ','], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['h', 'a', 's', 't', 'e', 'n'], ['y', 'o', 'u', 'r', '\\n', 't', 'i', 'd', 'e', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 's', 'o', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 't', 'e', 'r'], ['y', 'o', 'u'], ['d', 'e', 'n', 'y'], ['y', 'o', 'u', 'r', '\\n', 's', 'p', 'r', 'i', 'n', 'g', ',', '\\n', '\\n', 'Y', 'e', 't'], ['s', 'p', 'r', 'i', 'n', 'g', ','], ['r', 'e', 'p', 'o', 's', 'i', 'n', 'g'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', ','], ['s', 'm', 'i', 'l', 'e', 's', '\\n', 'i', 'n'], ['h', 'e', 'r'], ['d', 'r', 'o', 'w', 's', 'i', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', '\\n'], ['n', 'o', 't'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['i', 'n', '\\n', 'o', 'r', 'd', 'e', 'r'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['s', 'a', 'y'], ['t', 'h', 'e'], ['o', 'n', 'e'], ['t', 'o'], ['t', 'h', 'e', '\\n', 'o', 't', 'h', 'e', 'r', ','], ['“', 'H', 'e'], ['p', 'r', 'a', 'i', 's', 'e', 'd'], ['u', 's'], ['w', 'e', 'l', 'l', '.'], ['H', 'e'], ['s', 'a', 'w'], ['b', 'u', 't', '\\n', 't', 'h', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['u', 's', '.', '”', '\\n', '\\n', 'I'], ['o', 'n', 'l', 'y'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['y', 'o', 'u'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['o', 'f'], ['t', 'h', 'a', 't', '\\n', 'w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['w', 'o', 'r', 'd'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['b', 'u', 't'], ['a'], ['s', 'h', 'a', 'd', 'o', 'w', '\\n', 'o', 'f'], ['w', 'o', 'r', 'd', 'l', 'e', 's', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '?', '\\n', '\\n', 'Y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's'], ['a', 'n', 'd'], ['m', 'y'], ['w', 'o', 'r', 'd', 's'], ['a', 'r', 'e'], ['w', 'a', 'v', 'e', 's', '\\n', 'f', 'r', 'o', 'm'], ['a'], ['s', 'e', 'a', 'l', 'e', 'd'], ['m', 'e', 'm', 'o', 'r', 'y'], ['t', 'h', 'a', 't'], ['k', 'e', 'e', 'p', 's'], ['r', 'e', 'c', 'o', 'r', 'd', 's', '\\n', 'o', 'f'], ['o', 'u', 'r'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['a', 'n', 'c', 'i', 'e', 'n', 't'], ['d', 'a', 'y', 's'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '\\n', 'k', 'n', 'e', 'w'], ['n', 'o', 't'], ['u', 's'], ['n', 'o', 'r'], ['h', 'e', 'r', 's', 'e', 'l', 'f', ',', '\\n', '\\n', 'A', 'n', 'd'], ['o', 'f'], ['n', 'i', 'g', 'h', 't', 's'], ['w', 'h', 'e', 'n'], ['e', 'a', 'r', 't', 'h'], ['w', 'a', 's'], ['u', 'p', '-', 'w', 'r', 'o', 'u', 'g', 'h', 't', '\\n', 'w', 'i', 't', 'h'], ['c', 'o', 'n', 'f', 'u', 's', 'i', 'o', 'n', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'W', 'i', 's', 'e'], ['m', 'e', 'n'], ['h', 'a', 'v', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u', '\\n', 'o', 'f'], ['t', 'h', 'e', 'i', 'r'], ['w', 'i', 's', 'd', 'o', 'm', '.'], ['I'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['t', 'a', 'k', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'w', 'i', 's', 'd', 'o', 'm', ':', '\\n', '\\n', 'A', 'n', 'd'], ['b', 'e', 'h', 'o', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '\\n', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['w', 'i', 's', 'd', 'o', 'm', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['a'], ['f', 'l', 'a', 'm', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['i', 'n'], ['y', 'o', 'u'], ['e', 'v', 'e', 'r', '\\n', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g'], ['m', 'o', 'r', 'e'], ['o', 'f'], ['i', 't', 's', 'e', 'l', 'f', ',', '\\n', '\\n', 'W', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', ','], ['h', 'e', 'e', 'd', 'l', 'e', 's', 's'], ['o', 'f'], ['i', 't', 's'], ['e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n', ',', '\\n', 'b', 'e', 'w', 'a', 'i', 'l'], ['t', 'h', 'e'], ['w', 'i', 't', 'h', 'e', 'r', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '.', '\\n'], ['i', 's'], ['l', 'i', 'f', 'e'], ['i', 'n'], ['q', 'u', 'e', 's', 't'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 'n', '\\n', 'b', 'o', 'd', 'i', 'e', 's'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r'], ['t', 'h', 'e'], ['g', 'r', 'a', 'v', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['n', 'o'], ['g', 'r', 'a', 'v', 'e', 's'], ['h', 'e', 'r', 'e', '.', '\\n', '\\n', 'T', 'h', 'e', 's', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's'], ['a', 'n', 'd'], ['p', 'l', 'a', 'i', 'n', 's'], ['a', 'r', 'e'], ['a'], ['c', 'r', 'a', 'd', 'l', 'e', '\\n', 'a', 'n', 'd'], ['a'], ['s', 't', 'e', 'p', 'p', 'i', 'n', 'g', '-', 's', 't', 'o', 'n', 'e', '.', '\\n', '\\n', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['y', 'o', 'u'], ['p', 'a', 's', 's'], ['b', 'y'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd'], ['w', 'h', 'e', 'r', 'e', '\\n', 'y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['l', 'a', 'i', 'd'], ['y', 'o', 'u', 'r'], ['a', 'n', 'c', 'e', 's', 't', 'o', 'r', 's'], ['l', 'o', 'o', 'k'], ['w', 'e', 'l', 'l', '\\n', 't', 'h', 'e', 'r', 'e', 'u', 'p', 'o', 'n', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '\\n', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['d', 'a', 'n', 'c', 'i', 'n', 'g'], ['h', 'a', 'n', 'd'], ['i', 'n'], ['h', 'a', 'n', 'd', '.', '\\n', '\\n', 'V', 'e', 'r', 'i', 'l', 'y'], ['y', 'o', 'u'], ['o', 'f', 't', 'e', 'n'], ['m', 'a', 'k', 'e'], ['m', 'e', 'r', 'r', 'y'], ['w', 'i', 't', 'h', 'o', 'u', 't', '\\n', 'k', 'n', 'o', 'w', 'i', 'n', 'g', '.', '\\n', '\\n', 'O', 't', 'h', 'e', 'r', 's'], ['h', 'a', 'v', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['f', 'o', 'r', '\\n', 'g', 'o', 'l', 'd', 'e', 'n'], ['p', 'r', 'o', 'm', 'i', 's', 'e', 's'], ['m', 'a', 'd', 'e'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', 'r'], ['f', 'a', 'i', 't', 'h', '\\n', 'y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['g', 'i', 'v', 'e', 'n'], ['b', 'u', 't'], ['r', 'i', 'c', 'h', 'e', 's'], ['a', 'n', 'd'], ['p', 'o', 'w', 'e', 'r'], ['a', 'n', 'd', '\\n', 'g', 'l', 'o', 'r', 'y', '.', '\\n', '\\n', 'L', 'e', 's', 's'], ['t', 'h', 'a', 'n'], ['a'], ['p', 'r', 'o', 'm', 'i', 's', 'e'], ['h', 'a', 'v', 'e'], ['I'], ['g', 'i', 'v', 'e', 'n', ','], ['a', 'n', 'd', '\\n', 'y', 'e', 't'], ['m', 'o', 'r', 'e'], ['g', 'e', 'n', 'e', 'r', 'o', 'u', 's'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'e', 'n'], ['t', 'o'], ['m', 'e', '.', '\\n', '\\n', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['g', 'i', 'v', 'e', 'n'], ['m', 'e'], ['m', 'y'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g', '\\n', 'a', 'f', 't', 'e', 'r'], ['l', 'i', 'f', 'e', '.', '\\n', '\\n', 'S', 'u', 'r', 'e', 'l', 'y'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['n', 'o'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['g', 'i', 'f', 't'], ['t', 'o'], ['a'], ['m', 'a', 'n', '\\n', 't', 'h', 'a', 'n'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['t', 'u', 'r', 'n', 's'], ['a', 'l', 'l'], ['h', 'i', 's'], ['a', 'i', 'm', 's', '\\n', 'i', 'n', 't', 'o'], ['p', 'a', 'r', 'c', 'h', 'i', 'n', 'g'], ['l', 'i', 'p', 's'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['l', 'i', 'f', 'e'], ['i', 'n', 't', 'o'], ['a', '\\n', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '.', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '2', '5', ']', '\\n', '\\n'], ['i', 'n'], ['t', 'h', 'i', 's'], ['l', 'i', 'e', 's'], ['m', 'y'], ['h', 'o', 'n', 'o', 'u', 'r'], ['a', 'n', 'd'], ['m', 'y', '\\n', 'r', 'e', 'w', 'a', 'r', 'd', ',', '-', '-', '\\n', '\\n', 'T', 'h', 'a', 't'], ['w', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['I'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '\\n', 't', 'o'], ['d', 'r', 'i', 'n', 'k'], ['I'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g'], ['w', 'a', 't', 'e', 'r'], ['i', 't', 's', 'e', 'l', 'f', '\\n', 't', 'h', 'i', 'r', 's', 't', 'y', ';', '\\n', '\\n', 'A', 'n', 'd'], ['i', 't'], ['d', 'r', 'i', 'n', 'k', 's'], ['m', 'e'], ['w', 'h', 'i', 'l', 'e'], ['I'], ['d', 'r', 'i', 'n', 'k'], ['i', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['d', 'e', 'e', 'm', 'e', 'd'], ['m', 'e'], ['p', 'r', 'o', 'u', 'd'], ['a', 'n', 'd', '\\n', 'o', 'v', 'e', 'r', '-', 's', 'h', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['g', 'i', 'f', 't', 's', '.', '\\n', '\\n', 'T', 'o', 'o'], ['p', 'r', 'o', 'u', 'd'], ['i', 'n', 'd', 'e', 'e', 'd'], ['a', 'm'], ['I'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['w', 'a', 'g', 'e', 's', ',', '\\n', 'b', 'u', 't'], ['n', 'o', 't'], ['g', 'i', 'f', 't', 's', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['I'], ['h', 'a', 'v', 'e'], ['e', 'a', 't', 'e', 'n'], ['b', 'e', 'r', 'r', 'i', 'e', 's'], ['a', 'm', 'o', 'n', 'g', '\\n', 't', 'h', 'e'], ['h', 'i', 'l', 'l', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['h', 'a', 'd'], ['m', 'e'], ['s', 'i', 't', '\\n', 'a', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'l', 'e', 'p', 't'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'o', 'r', 't', 'i', 'c', 'o'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '\\n', 'w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['g', 'l', 'a', 'd', 'l', 'y'], ['h', 'a', 'v', 'e'], ['s', 'h', 'e', 'l', 't', 'e', 'r', 'e', 'd'], ['m', 'e', ',', '\\n', '\\n', 'Y', 'e', 't'], ['w', 'a', 's'], ['i', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['l', 'o', 'v', 'i', 'n', 'g'], ['m', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's', '\\n', 'o', 'f'], ['m', 'y'], ['d', 'a', 'y', 's'], ['a', 'n', 'd'], ['m', 'y'], ['n', 'i', 'g', 'h', 't', 's'], ['t', 'h', 'a', 't'], ['m', 'a', 'd', 'e'], ['f', 'o', 'o', 'd', '\\n', 's', 'w', 'e', 'e', 't'], ['t', 'o'], ['m', 'y'], ['m', 'o', 'u', 't', 'h'], ['a', 'n', 'd'], ['g', 'i', 'r', 'd', 'l', 'e', 'd'], ['m', 'y'], ['s', 'l', 'e', 'e', 'p', '\\n', 'w', 'i', 't', 'h'], ['v', 'i', 's', 'i', 'o', 'n', 's', '?', '\\n', '\\n', 'F', 'o', 'r'], ['t', 'h', 'i', 's'], ['I'], ['b', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['m', 'o', 's', 't', ':', '\\n', '\\n', 'Y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['m', 'u', 'c', 'h'], ['a', 'n', 'd'], ['k', 'n', 'o', 'w'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e', '\\n', 'a', 't'], ['a', 'l', 'l', '.'], [], ['t', 'h', 'e'], ['k', 'i', 'n', 'd', 'n', 'e', 's', 's'], ['t', 'h', 'a', 't', '\\n', 'g', 'a', 'z', 'e', 's'], ['u', 'p', 'o', 'n'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a'], ['m', 'i', 'r', 'r', 'o', 'r'], ['t', 'u', 'r', 'n', 's'], ['t', 'o', '\\n', 's', 't', 'o', 'n', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['a'], ['g', 'o', 'o', 'd'], ['d', 'e', 'e', 'd'], ['t', 'h', 'a', 't'], ['c', 'a', 'l', 'l', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['b', 'y', '\\n', 't', 'e', 'n', 'd', 'e', 'r'], ['n', 'a', 'm', 'e', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['t', 'h', 'e'], ['p', 'a', 'r', 'e', 'n', 't'], ['t', 'o'], ['a', '\\n', 'c', 'u', 'r', 's', 'e', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['c', 'a', 'l', 'l', 'e', 'd'], ['m', 'e'], ['a', 'l', 'o', 'o', 'f', ',', '\\n', 'a', 'n', 'd'], ['d', 'r', 'u', 'n', 'k'], ['w', 'i', 't', 'h'], ['m', 'y'], ['o', 'w', 'n'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'a', 'i', 'd', ','], ['“', 'H', 'e'], ['h', 'o', 'l', 'd', 's'], ['c', 'o', 'u', 'n', 'c', 'i', 'l', '\\n', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'r', 'e', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', ','], ['b', 'u', 't'], ['n', 'o', 't', '\\n', 'w', 'i', 't', 'h'], ['m', 'e', 'n', '.', '\\n', '\\n', 'H', 'e'], ['s', 'i', 't', 's'], ['a', 'l', 'o', 'n', 'e'], ['o', 'n'], ['h', 'i', 'l', 'l', '-', 't', 'o', 'p', 's'], ['a', 'n', 'd'], ['l', 'o', 'o', 'k', 's', '\\n', 'd', 'o', 'w', 'n'], ['u', 'p', 'o', 'n'], ['o', 'u', 'r'], ['c', 'i', 't', 'y', '.', '”', '\\n', '\\n', 'T', 'r', 'u', 'e'], ['i', 't'], ['i', 's'], ['t', 'h', 'a', 't'], ['I'], ['h', 'a', 'v', 'e'], ['c', 'l', 'i', 'm', 'b', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', '\\n', 'a', 'n', 'd'], ['w', 'a', 'l', 'k', 'e', 'd'], ['i', 'n'], ['r', 'e', 'm', 'o', 't', 'e'], ['p', 'l', 'a', 'c', 'e', 's', '.', '\\n', '\\n', 'H', 'o', 'w'], ['c', 'o', 'u', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['y', 'o', 'u'], ['s', 'a', 'v', 'e'], ['f', 'r', 'o', 'm'], ['a', '\\n', 'g', 'r', 'e', 'a', 't'], ['h', 'e', 'i', 'g', 'h', 't'], ['o', 'r'], ['a'], ['g', 'r', 'e', 'a', 't'], ['d', 'i', 's', 't', 'a', 'n', 'c', 'e', '?', '\\n', '\\n', 'H', 'o', 'w'], ['c', 'a', 'n'], ['o', 'n', 'e'], ['b', 'e'], ['i', 'n', 'd', 'e', 'e', 'd'], ['n', 'e', 'a', 'r'], ['u', 'n', 'l', 'e', 's', 's'], ['h', 'e'], ['b', 'e', '\\n', 't', 'a', 'r', '?', '\\n', '\\n', 'A', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['c', 'a', 'l', 'l', 'e', 'd'], ['u', 'n', 't', 'o'], ['m', 'e', ','], ['n', 'o', 't', '\\n', 'i', 'n'], ['w', 'o', 'r', 'd', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['s', 'a', 'i', 'd', ',', '\\n', '\\n', '“', 'S', 't', 'r', 'a', 'n', 'g', 'e', 'r', ','], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r', ','], ['l', 'o', 'v', 'e', 'r'], ['o', 'f', '\\n', 'u', 'n', 'r', 'e', 'a', 'c', 'h', 'a', 'b', 'l', 'e'], ['h', 'e', 'i', 'g', 'h', 't', 's', ','], ['w', 'h', 'y'], ['d', 'w', 'e', 'l', 'l'], ['y', 'o', 'u'], ['a', 'm', 'o', 'n', 'g', '\\n', 't', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['w', 'h', 'e', 'r', 'e'], ['e', 'a', 'g', 'l', 'e', 's'], ['b', 'u', 'i', 'l', 'd', '\\n', 't', 'h', 'e', 'i', 'r'], ['n', 'e', 's', 't', 's', '?'], [], ['s', 'e', 'e', 'k'], ['y', 'o', 'u'], ['t', 'h', 'e', '\\n', 'u', 'n', 'a', 't', 't', 'a', 'i', 'n', 'a', 'b', 'l', 'e', '?', '\\n', '\\n', 'W', 'h', 'a', 't'], ['s', 't', 'o', 'r', 'm', 's'], ['w', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['t', 'r', 'a', 'p'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['n', 'e', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['v', 'a', 'p', 'o', 'r', 'o', 'u', 's'], ['b', 'i', 'r', 'd', 's'], ['d', 'o'], ['y', 'o', 'u'], ['h', 'u', 'n', 't'], ['i', 'n', '\\n', 't', 'h', 'e'], ['s', 'k', 'y', '?', '\\n', '\\n', 'C', 'o', 'm', 'e'], ['a', 'n', 'd'], ['b', 'e'], ['o', 'n', 'e'], ['o', 'f'], ['u', 's', '.', '\\n', '\\n', 'D', 'e', 's', 'c', 'e', 'n', 'd'], ['a', 'n', 'd'], ['a', 'p', 'p', 'e', 'a', 's', 'e'], ['y', 'o', 'u', 'r'], ['h', 'u', 'n', 'g', 'e', 'r'], ['w', 'i', 't', 'h'], ['o', 'u', 'r', '\\n', 'b', 'r', 'e', 'a', 'd'], ['a', 'n', 'd'], ['q', 'u', 'e', 'n', 'c', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'i', 'r', 's', 't'], ['w', 'i', 't', 'h'], ['o', 'u', 'r', '\\n', 'w', 'i', 'n', 'e', '.', '”', '\\n', '\\n', 'I', 'n'], ['t', 'h', 'e'], ['s', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['o', 'f'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'u', 'l', 's'], ['t', 'h', 'e', 'y'], ['s', 'a', 'i', 'd', '\\n', 't', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's', ';', '\\n', '\\n', 'B', 'u', 't'], ['w', 'e', 'r', 'e'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'e', 'y', '\\n', 'w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['k', 'n', 'o', 'w', 'n'], ['t', 'h', 'a', 't'], ['I'], ['s', 'o', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e', '\\n', 's', 'e', 'c', 'r', 'e', 't'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n', ',', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['h', 'u', 'n', 't', 'e', 'd'], ['o', 'n', 'l', 'y'], ['y', 'o', 'u', 'r'], ['l', 'a', 'r', 'g', 'e', 'r'], ['s', 'e', 'l', 'v', 'e', 's', '\\n', 't', 'h', 'a', 't'], ['w', 'a', 'l', 'k'], ['t', 'h', 'e'], ['s', 'k', 'y', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'B', 'u', 't'], ['t', 'h', 'e'], ['h', 'u', 'n', 't', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['h', 'u', 'n', 't', 'e', 'd', ';', '\\n', '\\n', 'F', 'o', 'r'], ['m', 'a', 'n', 'y'], ['o', 'f'], ['m', 'y'], ['a', 'r', 'r', 'o', 'w', 's'], ['l', 'e', 'f', 't'], ['m', 'y'], ['b', 'o', 'w'], ['o', 'n', 'l', 'y', '\\n', 't', 'o'], ['s', 'e', 'e', 'k'], ['m', 'y'], ['o', 'w', 'n'], ['b', 'r', 'e', 'a', 's', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['f', 'l', 'i', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['c', 'r', 'e', 'e', 'p', 'e', 'r', ';', '\\n', '\\n', 'F', 'o', 'r'], ['w', 'h', 'e', 'n'], ['m', 'y'], ['w', 'i', 'n', 'g', 's'], ['w', 'e', 'r', 'e'], ['s', 'p', 'r', 'e', 'a', 'd'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'u', 'n'], ['t', 'h', 'e', 'i', 'r'], ['s', 'h', 'a', 'd', 'o', 'w'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['w', 'a', 's'], ['a', '\\n', 't', 'u', 'r', 't', 'l', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['t', 'h', 'e'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['d', 'o', 'u', 'b', 't', 'e', 'r', ';', '\\n'], ['o', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['I'], ['p', 'u', 't'], ['m', 'y'], ['f', 'i', 'n', 'g', 'e', 'r', '\\n', 'i', 'n'], ['m', 'y'], ['o', 'w', 'n'], ['w', 'o', 'u', 'n', 'd'], ['t', 'h', 'a', 't'], ['I'], ['m', 'i', 'g', 'h', 't'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', '\\n', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['b', 'e', 'l', 'i', 'e', 'f'], ['i', 'n'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '\\n', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['y', 'o', 'u', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['b', 'e', 'l', 'i', 'e', 'f'], ['a', 'n', 'd'], ['t', 'h', 'i', 's', '\\n', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['t', 'h', 'a', 't'], ['I'], ['s', 'a', 'y', ',', '\\n', '\\n', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'n', 'c', 'l', 'o', 's', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'i', 'e', 's', ',', '\\n', 'n', 'o', 'r'], ['c', 'o', 'n', 'f', 'i', 'n', 'e', 'd'], ['t', 'o'], ['h', 'o', 'u', 's', 'e', 's'], ['o', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '\\n', '\\n', 'T', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['y', 'o', 'u'], ['d', 'w', 'e', 'l', 'l', 's'], ['a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e', '\\n', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['a', 'n', 'd'], ['r', 'o', 'v', 'e', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['t', 'h', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['c', 'r', 'a', 'w', 'l', 's'], ['i', 'n', 't', 'o', '\\n', 't', 'h', 'e'], ['s', 'u', 'n'], ['f', 'o', 'r'], ['w', 'a', 'r', 'm', 't', 'h'], ['o', 'r'], ['d', 'i', 'g', 's'], ['h', 'o', 'l', 'e', 's'], ['i', 'n', 't', 'o', '\\n', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['f', 'o', 'r'], ['s', 'a', 'f', 'e', 't', 'y', ',', '\\n', '\\n', 'B', 'u', 't'], ['a'], ['t', 'h', 'i', 'n', 'g'], ['f', 'r', 'e', 'e', ','], ['a'], ['s', 'p', 'i', 'r', 'i', 't'], ['t', 'h', 'a', 't'], ['e', 'n', 'v', 'e', 'l', 'o', 'p', 's', '\\n', 't', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['a', 'n', 'd'], ['m', 'o', 'v', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r', '.', '\\n', '\\n', 'I', 'f'], ['t', 'h', 'e', 's', 'e'], ['b', 'e'], ['v', 'a', 'g', 'u', 'e'], ['w', 'o', 'r', 'd', 's', ','], ['t', 'h', 'e', 'n'], ['s', 'e', 'e', 'k'], ['n', 'o', 't', '\\n', 't', 'o'], ['c', 'l', 'e', 'a', 'r'], ['t', 'h', 'e', 'm', '.', '\\n', '\\n', 'V', 'a', 'g', 'u', 'e'], ['a', 'n', 'd'], ['n', 'e', 'b', 'u', 'l', 'o', 'u', 's'], ['i', 's'], ['t', 'h', 'e'], ['b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g'], ['o', 'f', '\\n', 'a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r'], ['e', 'n', 'd', ',', '\\n', '\\n', 'A', 'n', 'd'], ['I'], ['f', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['m', 'e'], ['a', 's', '\\n', 'a'], ['b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g', '.', '\\n', '\\n', 'L', 'i', 'f', 'e', ','], ['a', 'n', 'd'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['l', 'i', 'v', 'e', 's', ','], ['i', 's'], ['c', 'o', 'n', 'c', 'e', 'i', 'v', 'e', 'd', '\\n', 'i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['a', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'r', 'y', 's', 't', 'a', 'l', '.', '\\n'], ['w', 'h', 'o'], ['k', 'n', 'o', 'w', 's'], ['b', 'u', 't'], ['a'], ['c', 'r', 'y', 's', 't', 'a', 'l'], ['i', 's'], ['m', 'i', 's', 't', '\\n', 'i', 'n'], ['d', 'e', 'c', 'a', 'y', '?', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'T', 'h', 'i', 's'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['i', 'n', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], ['m', 'e', ':', '\\n', '\\n', 'T', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'e', 'e', 'm', 's'], ['m', 'o', 's', 't'], ['f', 'e', 'e', 'b', 'l', 'e'], ['a', 'n', 'd', '\\n', 'b', 'e', 'w', 'i', 'l', 'd', 'e', 'r', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['t', 'h', 'e'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['a', 'n', 'd', '\\n', 'm', 'o', 's', 't'], ['d', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e', 'd', '.', '\\n', '\\n', 'I', 's'], ['i', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['t', 'h', 'a', 't'], ['h', 'a', 's'], ['e', 'r', 'e', 'c', 't', 'e', 'd', '\\n', 'a', 'n', 'd'], ['h', 'a', 'r', 'd', 'e', 'n', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'r', 'u', 'c', 't', 'u', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', '\\n', 'b', 'o', 'n', 'e', 's', '?', '\\n', '\\n', 'A', 'n', 'd'], ['i', 's'], ['i', 't'], ['n', 'o', 't'], ['a'], ['d', 'r', 'e', 'a', 'm'], ['w', 'h', 'i', 'c', 'h'], ['n', 'o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['h', 'a', 'v', 'i', 'n', 'g'], ['d', 'r', 'e', 'a', 'm', 't', ','], ['t', 'h', 'a', 't'], ['b', 'u', 'i', 'l', 'd', 'e', 'd', '\\n', 'y', 'o', 'u', 'r'], ['c', 'i', 't', 'y'], ['a', 'n', 'd'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['a', 'l', 'l'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['i', 'n', '\\n', 'i', 't', '?', '\\n', '\\n', 'C', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['b', 'u', 't'], ['s', 'e', 'e'], ['t', 'h', 'e'], ['t', 'i', 'd', 'e', 's'], ['o', 'f'], ['t', 'h', 'a', 't', '\\n', 'b', 'r', 'e', 'a', 't', 'h'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['s', 'e', 'e'], ['a', 'l', 'l'], ['e', 'l', 's', 'e', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r'], ['t', 'h', 'e'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g'], ['o', 'f', '\\n', 't', 'h', 'e'], ['d', 'r', 'e', 'a', 'm'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r'], ['n', 'o'], ['o', 't', 'h', 'e', 'r'], ['s', 'o', 'u', 'n', 'd', '.', '\\n', '\\n', 'B', 'u', 't'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['s', 'e', 'e', ','], ['n', 'o', 'r'], ['d', 'o'], ['y', 'o', 'u'], ['h', 'e', 'a', 'r', ','], ['a', 'n', 'd', '\\n', 'i', 't'], ['i', 's'], ['w', 'e', 'l', 'l', '.', '\\n', '\\n', 'T', 'h', 'e'], ['v', 'e', 'i', 'l'], ['t', 'h', 'a', 't'], ['c', 'l', 'o', 'u', 'd', 's'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', '\\n', 'l', 'i', 'f', 't', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['t', 'h', 'a', 't'], ['w', 'o', 'v', 'e'], ['i', 't', ',', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e'], ['c', 'l', 'a', 'y'], ['t', 'h', 'a', 't'], ['f', 'i', 'l', 'l', 's'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's'], ['s', 'h', 'a', 'l', 'l', '\\n', 'b', 'e'], ['p', 'i', 'e', 'r', 'c', 'e', 'd'], ['b', 'y'], ['t', 'h', 'o', 's', 'e'], ['f', 'i', 'n', 'g', 'e', 'r', 's'], ['t', 'h', 'a', 't'], ['k', 'n', 'e', 'a', 'd', 'e', 'd', '\\n', 'i', 't', '.'], [], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e', 'a', 'r', '.', '\\n', '\\n', 'Y', 'e', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['d', 'e', 'p', 'l', 'o', 'r', 'e'], ['h', 'a', 'v', 'i', 'n', 'g'], ['k', 'n', 'o', 'w', 'n', '\\n', 'b', 'l', 'i', 'n', 'd', 'n', 'e', 's', 's', ','], ['n', 'o', 'r'], ['r', 'e', 'g', 'r', 'e', 't'], ['h', 'a', 'v', 'i', 'n', 'g'], ['b', 'e', 'e', 'n'], ['d', 'e', 'a', 'f', '.', '\\n', '\\n', 'F', 'o', 'r'], ['i', 'n'], ['t', 'h', 'a', 't'], ['d', 'a', 'y'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e', '\\n', 'h', 'i', 'd', 'd', 'e', 'n'], ['p', 'u', 'r', 'p', 'o', 's', 'e', 's'], ['i', 'n'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's', ',', '\\n', '\\n', 'A', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'l', 'e', 's', 's'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['a', 's'], ['y', 'o', 'u', '\\n', 'w', 'o', 'u', 'l', 'd'], ['b', 'l', 'e', 's', 's'], ['l', 'i', 'g', 'h', 't', '.', '\\n', '\\n', 'A', 'f', 't', 'e', 'r'], ['s', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['h', 'e'], ['l', 'o', 'o', 'k', 'e', 'd', '\\n', 'a', 'b', 'o', 'u', 't'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['t', 'h', 'e'], ['p', 'i', 'l', 'o', 't'], ['o', 'f'], ['h', 'i', 's', '\\n', 's', 'h', 'i', 'p'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['b', 'y'], ['t', 'h', 'e'], ['h', 'e', 'l', 'm'], ['a', 'n', 'd'], ['g', 'a', 'z', 'i', 'n', 'g', '\\n', 'n', 'o', 'w'], ['a', 't'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['s', 'a', 'i', 'l', 's'], ['a', 'n', 'd'], ['n', 'o', 'w'], ['a', 't'], ['t', 'h', 'e', '\\n', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '\\n', '\\n', 'P', 'a', 't', 'i', 'e', 'n', 't', ','], ['o', 'v', 'e', 'r'], ['p', 'a', 't', 'i', 'e', 'n', 't', ','], ['i', 's'], ['t', 'h', 'e'], ['c', 'a', 'p', 't', 'a', 'i', 'n'], ['o', 'f', '\\n', 'm', 'y'], ['s', 'h', 'i', 'p', '.', '\\n', '\\n', 'T', 'h', 'e'], ['w', 'i', 'n', 'd'], ['b', 'l', 'o', 'w', 's', ','], ['a', 'n', 'd'], ['r', 'e', 's', 't', 'l', 'e', 's', 's'], ['a', 'r', 'e'], ['t', 'h', 'e', '\\n', 's', 'a', 'i', 'l', 's', ';', '\\n', '\\n', 'E', 'v', 'e', 'n'], ['t', 'h', 'e'], ['r', 'u', 'd', 'd', 'e', 'r'], ['b', 'e', 'g', 's'], ['d', 'i', 'r', 'e', 'c', 't', 'i', 'o', 'n', ';', '\\n', '\\n', 'Y', 'e', 't'], ['q', 'u', 'i', 'e', 't', 'l', 'y'], ['m', 'y'], ['c', 'a', 'p', 't', 'a', 'i', 'n'], ['a', 'w', 'a', 'i', 't', 's'], ['m', 'y', '\\n', 's', 'i', 'l', 'e', 'n', 'c', 'e', '.', '\\n', '\\n', 'A', 'n', 'd'], ['t', 'h', 'e', 's', 'e'], ['m', 'y'], ['m', 'a', 'r', 'i', 'n', 'e', 'r', 's', ','], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd', '\\n', 't', 'h', 'e'], ['c', 'h', 'o', 'i', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'e', 'a', ','], ['t', 'h', 'e', 'y'], ['t', 'o', 'o', '\\n', 'h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd'], ['m', 'e'], ['p', 'a', 't', 'i', 'e', 'n', 't', 'l', 'y', '.'], [], ['t', 'h', 'e', 'y', '\\n', 's', 'h', 'a', 'l', 'l'], ['w', 'a', 'i', 't'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r', '.', '\\n', '\\n', 'I'], ['a', 'm'], ['r', 'e', 'a', 'd', 'y', '.', '\\n', '\\n', 'T', 'h', 'e'], ['s', 't', 'r', 'e', 'a', 'm'], ['h', 'a', 's'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', ','], ['a', 'n', 'd', '\\n', 'o', 'n', 'c', 'e'], ['m', 'o', 'r', 'e'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't'], ['m', 'o', 't', 'h', 'e', 'r'], ['h', 'o', 'l', 'd', 's'], ['h', 'e', 'r'], ['s', 'o', 'n', '\\n', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['h', 'e', 'r'], ['b', 'r', 'e', 'a', 's', 't', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'F', 'a', 'r', 'e'], ['y', 'o', 'u'], ['w', 'e', 'l', 'l', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', '.', '\\n', '\\n', 'T', 'h', 'i', 's'], ['d', 'a', 'y'], ['h', 'a', 's'], ['e', 'n', 'd', 'e', 'd', '.', '\\n', '\\n', 'I', 't'], ['i', 's'], ['c', 'l', 'o', 's', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['u', 's'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e', '\\n', 'w', 'a', 't', 'e', 'r', '-', 'l', 'i', 'l', 'y'], ['u', 'p', 'o', 'n'], ['i', 't', 's'], ['o', 'w', 'n'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '.', '\\n', '\\n', 'W', 'h', 'a', 't'], ['w', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['u', 's'], ['h', 'e', 'r', 'e'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['k', 'e', 'e', 'p', ',', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['s', 'u', 'f', 'f', 'i', 'c', 'e', 's'], ['n', 'o', 't', ','], ['t', 'h', 'e', 'n'], ['a', 'g', 'a', 'i', 'n'], ['m', 'u', 's', 't', '\\n', 'w', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['s', 't', 'r', 'e', 't', 'c', 'h', '\\n', 'o', 'u', 'r'], ['h', 'a', 'n', 'd', 's'], ['u', 'n', 't', 'o'], ['t', 'h', 'e'], ['g', 'i', 'v', 'e', 'r', '.', '\\n', '\\n', 'F', 'o', 'r', 'g', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'e'], ['b', 'a', 'c', 'k'], ['t', 'o', '\\n', 'y', 'o', 'u', '.', '\\n', '\\n', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['s', 'h', 'a', 'l', 'l', '\\n', 'g', 'a', 't', 'h', 'e', 'r'], ['d', 'u', 's', 't'], ['a', 'n', 'd'], ['f', 'o', 'a', 'm'], ['f', 'o', 'r'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['b', 'o', 'd', 'y', '.', '\\n', '\\n', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a'], ['m', 'o', 'm', 'e', 'n', 't'], ['o', 'f'], ['r', 'e', 's', 't'], ['u', 'p', 'o', 'n', '\\n', 't', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['a', 'n', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'o', 'm', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'a', 'r', '\\n', 'm', 'e', '.', '\\n', '\\n', 'F', 'a', 'r', 'e', 'w', 'e', 'l', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['y', 'o', 'u', 't', 'h'], ['I'], ['h', 'a', 'v', 'e', '\\n', 's', 'p', 'e', 'n', 't'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '.', '\\n', '\\n', 'I', 't'], ['w', 'a', 's'], ['b', 'u', 't'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y'], ['w', 'e'], ['m', 'e', 't'], ['i', 'n'], ['a', '\\n', 'd', 'r', 'e', 'a', 'm', '.'], [], ['h', 'a', 'v', 'e'], ['s', 'u', 'n', 'g'], ['t', 'o'], ['m', 'e'], ['i', 'n'], ['m', 'y', '\\n', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ','], ['a', 'n', 'd'], ['I'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', 's'], ['h', 'a', 'v', 'e', '\\n', 'b', 'u', 'i', 'l', 't'], ['a'], ['t', 'o', 'w', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'k', 'y', '.', '\\n', '\\n', 'B', 'u', 't'], ['n', 'o', 'w'], ['o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p'], ['h', 'a', 's'], ['f', 'l', 'e', 'd'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', '\\n', 'i', 's'], ['o', 'v', 'e', 'r', ','], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r'], ['d', 'a', 'w', 'n', '.', '\\n', '\\n', 'T', 'h', 'e'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['i', 's'], ['u', 'p', 'o', 'n'], ['u', 's'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['h', 'a', 'l', 'f', '\\n', 'w', 'a', 'k', 'i', 'n', 'g'], ['h', 'a', 's'], ['t', 'u', 'r', 'n', 'e', 'd'], ['t', 'o'], ['f', 'u', 'l', 'l', 'e', 'r'], ['d', 'a', 'y', ','], ['a', 'n', 'd'], ['w', 'e', '\\n', 'm', 'u', 's', 't'], ['p', 'a', 'r', 't', '.', '\\n', '\\n', 'I', 'f'], ['i', 'n'], ['t', 'h', 'e'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't'], ['o', 'f'], ['m', 'e', 'm', 'o', 'r', 'y'], ['w', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '\\n', 'm', 'e', 'e', 't'], ['o', 'n', 'c', 'e'], ['m', 'o', 'r', 'e', ','], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['s', 'p', 'e', 'a', 'k'], ['a', 'g', 'a', 'i', 'n', '\\n', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'i', 'n', 'g'], ['t', 'o'], ['m', 'e'], ['a', '\\n', 'd', 'e', 'e', 'p', 'e', 'r'], ['s', 'o', 'n', 'g', '.', '\\n', '\\n', 'A', 'n', 'd'], ['i', 'f'], ['o', 'u', 'r'], ['h', 'a', 'n', 'd', 's'], ['s', 'h', 'o', 'u', 'l', 'd'], ['m', 'e', 'e', 't'], ['i', 'n'], ['a', 'n', 'o', 't', 'h', 'e', 'r', '\\n', 'd', 'r', 'e', 'a', 'm'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'u', 'i', 'l', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['t', 'o', 'w', 'e', 'r'], ['i', 'n', '\\n', 't', 'h', 'e'], ['s', 'k', 'y', '.', '\\n', '\\n', '*', '*', '*', '*', '*', '\\n', '\\n', 'S', 'o'], ['s', 'a', 'y', 'i', 'n', 'g'], ['h', 'e'], ['m', 'a', 'd', 'e'], ['a'], ['s', 'i', 'g', 'n', 'a', 'l'], ['t', 'o'], ['t', 'h', 'e', '\\n', 's', 'e', 'a', 'm', 'e', 'n', ','], ['a', 'n', 'd'], ['s', 't', 'r', 'a', 'i', 'g', 'h', 't', 'w', 'a', 'y'], ['t', 'h', 'e', 'y'], ['w', 'e', 'i', 'g', 'h', 'e', 'd', '\\n', 'a', 'n', 'c', 'h', 'o', 'r'], ['a', 'n', 'd'], ['c', 'a', 's', 't'], ['t', 'h', 'e'], ['s', 'h', 'i', 'p'], ['l', 'o', 'o', 's', 'e'], ['f', 'r', 'o', 'm'], ['i', 't', 's', '\\n', 'm', 'o', 'o', 'r', 'i', 'n', 'g', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['m', 'o', 'v', 'e', 'd'], ['e', 'a', 's', 't', 'w', 'a', 'r', 'd', '.', '\\n', '\\n', 'A', 'n', 'd'], ['a'], ['c', 'r', 'y'], ['c', 'a', 'm', 'e'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['a', 's'], ['f', 'r', 'o', 'm'], ['a', '\\n', 's', 'i', 'n', 'g', 'l', 'e'], ['h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['i', 't'], ['r', 'o', 's', 'e'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['d', 'u', 's', 'k', '\\n', 'a', 'n', 'd'], ['w', 'a', 's'], ['c', 'a', 'r', 'r', 'i', 'e', 'd'], ['o', 'u', 't'], ['o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['l', 'i', 'k', 'e'], ['a', '\\n', 'g', 'r', 'e', 'a', 't'], ['t', 'r', 'u', 'm', 'p', 'e', 't', 'i', 'n', 'g', '.', '\\n', '\\n', 'O', 'n', 'l', 'y'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['w', 'a', 's'], ['s', 'i', 'l', 'e', 'n', 't', ','], ['g', 'a', 'z', 'i', 'n', 'g'], ['a', 'f', 't', 'e', 'r', '\\n'], ['s', 'h', 'i', 'p'], ['u', 'n', 't', 'i', 'l'], ['i', 't'], ['h', 'a', 'd'], ['v', 'a', 'n', 'i', 's', 'h', 'e', 'd'], ['i', 'n', 't', 'o', '\\n', 't', 'h', 'e'], ['m', 'i', 's', 't', '.', '\\n', '\\n', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['w', 'e', 'r', 'e'], ['d', 'i', 's', 'p', 'e', 'r', 's', 'e', 'd', '\\n', 's', 'h', 'e'], ['s', 't', 'i', 'l', 'l'], ['s', 't', 'o', 'o', 'd'], ['a', 'l', 'o', 'n', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'a', '-', 'w', 'a', 'l', 'l', ',', '\\n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], ['i', 'n'], ['h', 'e', 'r'], ['h', 'e', 'a', 'r', 't'], ['h', 'i', 's'], ['s', 'a', 'y', 'i', 'n', 'g', ',', '\\n', '\\n', '“', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a'], ['m', 'o', 'm', 'e', 'n', 't'], ['o', 'f'], ['r', 'e', 's', 't'], ['u', 'p', 'o', 'n', '\\n', 't', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['a', 'n', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'o', 'm', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'a', 'r', '\\n', 'm', 'e', '.', '”', '\\n', '\\n', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '3', '4', ']', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', 'E', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['E', 'B', 'o', 'o', 'k'], ['o', 'f'], ['T', 'h', 'e'], ['P', 'r', 'o', 'p', 'h', 'e', 't', ','], ['b', 'y'], ['K', 'a', 'h', 'l', 'i', 'l'], ['G', 'i', 'b', 'r', 'a', 'n', '\\n', '\\n', '*', '*', '*'], ['E', 'N', 'D'], ['O', 'F'], ['T', 'H', 'I', 'S'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G'], ['E', 'B', 'O', 'O', 'K'], ['T', 'H', 'E'], ['P', 'R', 'O', 'P', 'H', 'E', 'T'], ['*', '*', '*', '\\n', '\\n', '*', '*', '*', '*', '*'], ['T', 'h', 'i', 's'], ['f', 'i', 'l', 'e'], ['s', 'h', 'o', 'u', 'l', 'd'], ['b', 'e'], ['n', 'a', 'm', 'e', 'd'], ['5', '8', '5', '8', '5', '-', '0', '.', 't', 'x', 't'], ['o', 'r'], ['5', '8', '5', '8', '5', '-', '0', '.', 'z', 'i', 'p'], ['*', '*', '*', '*', '*', '\\n', 'T', 'h', 'i', 's'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['f', 'i', 'l', 'e', 's'], ['o', 'f'], ['v', 'a', 'r', 'i', 'o', 'u', 's'], ['f', 'o', 'r', 'm', 'a', 't', 's'], ['w', 'i', 'l', 'l'], ['b', 'e'], ['f', 'o', 'u', 'n', 'd'], ['i', 'n', ':', '\\n'], [], [], [], [], [], [], [], ['h', 't', 't', 'p', ':', '/', '/', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', '5', '/', '8', '/', '5', '/', '8', '/', '5', '8', '5', '8', '5', '/', '\\n', '\\n', 'P', 'r', 'o', 'd', 'u', 'c', 'e', 'd'], ['b', 'y'], ['D', 'a', 'v', 'i', 'd'], ['W', 'i', 'd', 'g', 'e', 'r'], ['f', 'r', 'o', 'm'], ['p', 'a', 'g', 'e'], ['i', 'm', 'a', 'g', 'e', 's'], ['g', 'e', 'n', 'e', 'r', 'o', 'u', 's', 'l', 'y', '\\n', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['I', 'n', 't', 'e', 'r', 'n', 'e', 't'], ['A', 'r', 'c', 'h', 'i', 'v', 'e', '\\n', '\\n', '\\n', 'U', 'p', 'd', 'a', 't', 'e', 'd'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['w', 'i', 'l', 'l'], ['r', 'e', 'p', 'l', 'a', 'c', 'e'], ['t', 'h', 'e'], ['p', 'r', 'e', 'v', 'i', 'o', 'u', 's'], ['o', 'n', 'e', '-', '-', 't', 'h', 'e'], ['o', 'l', 'd'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['w', 'i', 'l', 'l', '\\n', 'b', 'e'], ['r', 'e', 'n', 'a', 'm', 'e', 'd', '.', '\\n', '\\n', 'C', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', 's'], ['f', 'r', 'o', 'm'], ['p', 'r', 'i', 'n', 't'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '\\n', 'l', 'a', 'w'], ['m', 'e', 'a', 'n', 's'], ['t', 'h', 'a', 't'], ['n', 'o'], ['o', 'n', 'e'], ['o', 'w', 'n', 's'], ['a'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['w', 'o', 'r', 'k', 's', ',', '\\n', 's', 'o'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['(', 'a', 'n', 'd'], ['y', 'o', 'u', '!', ')'], ['c', 'a', 'n'], ['c', 'o', 'p', 'y'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['i', 't'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '\\n', 'S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'a', 'y', 'i', 'n', 'g'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '\\n', 'r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's', '.'], ['S', 'p', 'e', 'c', 'i', 'a', 'l'], ['r', 'u', 'l', 'e', 's', ','], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'e'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['T', 'e', 'r', 'm', 's'], ['o', 'f'], ['U', 's', 'e'], ['p', 'a', 'r', 't', '\\n', 'o', 'f'], ['t', 'h', 'i', 's'], ['l', 'i', 'c', 'e', 'n', 's', 'e', ','], ['a', 'p', 'p', 'l', 'y'], ['t', 'o'], ['c', 'o', 'p', 'y', 'i', 'n', 'g'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['t', 'o'], ['p', 'r', 'o', 't', 'e', 'c', 't'], ['t', 'h', 'e'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G', '-', 't', 'm', '\\n', 'c', 'o', 'n', 'c', 'e', 'p', 't'], ['a', 'n', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['i', 's'], ['a'], ['r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ',', '\\n', 'a', 'n', 'd'], ['m', 'a', 'y'], ['n', 'o', 't'], ['b', 'e'], ['u', 's', 'e', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'h', 'a', 'r', 'g', 'e'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['e', 'B', 'o', 'o', 'k', 's', ','], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', '\\n', 's', 'p', 'e', 'c', 'i', 'f', 'i', 'c'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', '.'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a', 'n', 'y', 't', 'h', 'i', 'n', 'g'], ['f', 'o', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '\\n', 'e', 'B', 'o', 'o', 'k', ','], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['r', 'u', 'l', 'e', 's'], ['i', 's'], ['v', 'e', 'r', 'y'], ['e', 'a', 's', 'y', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['u', 's', 'e'], ['t', 'h', 'i', 's'], ['e', 'B', 'o', 'o', 'k', '\\n', 'f', 'o', 'r'], ['n', 'e', 'a', 'r', 'l', 'y'], ['a', 'n', 'y'], ['p', 'u', 'r', 'p', 'o', 's', 'e'], ['s', 'u', 'c', 'h'], ['a', 's'], ['c', 'r', 'e', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's', ','], ['r', 'e', 'p', 'o', 'r', 't', 's', ',', '\\n', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'a', 'n', 'c', 'e', 's'], ['a', 'n', 'd'], ['r', 'e', 's', 'e', 'a', 'r', 'c', 'h', '.'], ['T', 'h', 'e', 'y'], ['m', 'a', 'y'], ['b', 'e'], ['m', 'o', 'd', 'i', 'f', 'i', 'e', 'd'], ['a', 'n', 'd'], ['p', 'r', 'i', 'n', 't', 'e', 'd'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e', 'n', '\\n', 'a', 'w', 'a', 'y', '-', '-', 'y', 'o', 'u'], ['m', 'a', 'y'], ['d', 'o'], ['p', 'r', 'a', 'c', 't', 'i', 'c', 'a', 'l', 'l', 'y'], ['A', 'N', 'Y', 'T', 'H', 'I', 'N', 'G'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h'], ['e', 'B', 'o', 'o', 'k', 's', '\\n', 'n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', '.'], ['R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['i', 's'], ['s', 'u', 'b', 'j', 'e', 'c', 't'], ['t', 'o'], ['t', 'h', 'e', '\\n', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['l', 'i', 'c', 'e', 'n', 's', 'e', ','], ['e', 's', 'p', 'e', 'c', 'i', 'a', 'l', 'l', 'y'], ['c', 'o', 'm', 'm', 'e', 'r', 'c', 'i', 'a', 'l'], ['r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '.', '\\n', '\\n', 'S', 'T', 'A', 'R', 'T', ':'], ['F', 'U', 'L', 'L'], ['L', 'I', 'C', 'E', 'N', 'S', 'E', '\\n', '\\n', 'T', 'H', 'E'], ['F', 'U', 'L', 'L'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G'], ['L', 'I', 'C', 'E', 'N', 'S', 'E', '\\n', 'P', 'L', 'E', 'A', 'S', 'E'], ['R', 'E', 'A', 'D'], ['T', 'H', 'I', 'S'], ['B', 'E', 'F', 'O', 'R', 'E'], ['Y', 'O', 'U'], ['D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'E'], ['O', 'R'], ['U', 'S', 'E'], ['T', 'H', 'I', 'S'], ['W', 'O', 'R', 'K', '\\n', '\\n', 'T', 'o'], ['p', 'r', 'o', 't', 'e', 'c', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e', '\\n', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['b', 'y'], ['u', 's', 'i', 'n', 'g'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '\\n', '(', 'o', 'r'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['w', 'o', 'r', 'k'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['i', 'n'], ['a', 'n', 'y'], ['w', 'a', 'y'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', ')', ','], ['y', 'o', 'u'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['F', 'u', 'l', 'l', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['f', 'i', 'l', 'e'], ['o', 'r'], ['o', 'n', 'l', 'i', 'n', 'e'], ['a', 't', '\\n', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'l', 'i', 'c', 'e', 'n', 's', 'e', '.', '\\n', '\\n', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['1', '.'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['T', 'e', 'r', 'm', 's'], ['o', 'f'], ['U', 's', 'e'], ['a', 'n', 'd'], ['R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '\\n', '\\n', '1', '.', 'A', '.'], ['B', 'y'], ['r', 'e', 'a', 'd', 'i', 'n', 'g'], ['o', 'r'], ['u', 's', 'i', 'n', 'g'], ['a', 'n', 'y'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['y', 'o', 'u'], ['i', 'n', 'd', 'i', 'c', 'a', 't', 'e'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'a', 'd', ','], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', ','], ['a', 'g', 'r', 'e', 'e'], ['t', 'o', '\\n', 'a', 'n', 'd'], ['a', 'c', 'c', 'e', 'p', 't'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['l', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 'n', 'd'], ['i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l'], ['p', 'r', 'o', 'p', 'e', 'r', 't', 'y', '\\n', '(', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '/', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', ')'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['a', 'b', 'i', 'd', 'e'], ['b', 'y'], ['a', 'l', 'l', '\\n', 't', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['c', 'e', 'a', 's', 'e'], ['u', 's', 'i', 'n', 'g'], ['a', 'n', 'd'], ['r', 'e', 't', 'u', 'r', 'n'], ['o', 'r', '\\n', 'd', 'e', 's', 't', 'r', 'o', 'y'], ['a', 'l', 'l'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n'], ['y', 'o', 'u', 'r', '\\n', 'p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', '.'], ['I', 'f'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['a'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y'], ['o', 'f'], ['o', 'r'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['a', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd', '\\n', 'b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'a', 'y'], ['o', 'b', 't', 'a', 'i', 'n'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', '\\n', 'p', 'e', 'r', 's', 'o', 'n'], ['o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['t', 'h', 'e'], ['f', 'e', 'e'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '\\n', '1', '.', 'E', '.', '8', '.', '\\n', '\\n', '1', '.', 'B', '.'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['i', 's'], ['a'], ['r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['I', 't'], ['m', 'a', 'y'], ['o', 'n', 'l', 'y'], ['b', 'e', '\\n', 'u', 's', 'e', 'd'], ['o', 'n'], ['o', 'r'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['i', 'n'], ['a', 'n', 'y'], ['w', 'a', 'y'], ['w', 'i', 't', 'h'], ['a', 'n'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['b', 'y'], ['p', 'e', 'o', 'p', 'l', 'e'], ['w', 'h', 'o', '\\n', 'a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a'], ['f', 'e', 'w', '\\n', 't', 'h', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['m', 'o', 's', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '\\n', 'e', 'v', 'e', 'n'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['S', 'e', 'e', '\\n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'C'], ['b', 'e', 'l', 'o', 'w', '.'], ['T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a'], ['l', 'o', 't'], ['o', 'f'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'f'], ['y', 'o', 'u'], ['f', 'o', 'l', 'l', 'o', 'w'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '\\n', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['a', 'n', 'd'], ['h', 'e', 'l', 'p'], ['p', 'r', 'e', 's', 'e', 'r', 'v', 'e'], ['f', 'r', 'e', 'e'], ['f', 'u', 't', 'u', 'r', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.'], ['S', 'e', 'e'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E'], ['b', 'e', 'l', 'o', 'w', '.', '\\n', '\\n', '1', '.', 'C', '.'], ['T', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['(', '\"', 't', 'h', 'e', '\\n', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '\"'], ['o', 'r'], ['P', 'G', 'L', 'A', 'F', ')', ','], ['o', 'w', 'n', 's'], ['a'], ['c', 'o', 'm', 'p', 'i', 'l', 'a', 't', 'i', 'o', 'n'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '\\n', 'o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.'], ['N', 'e', 'a', 'r', 'l', 'y'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', '\\n', 'w', 'o', 'r', 'k', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n'], ['a', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'u', 'b', 'l', 'i', 'c'], ['d', 'o', 'm', 'a', 'i', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '\\n', 'S', 't', 'a', 't', 'e', 's', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['w', 'o', 'r', 'k'], ['i', 's'], ['u', 'n', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['i', 'n'], ['t', 'h', 'e', '\\n', 'U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ','], ['w', 'e'], ['d', 'o'], ['n', 'o', 't', '\\n', 'c', 'l', 'a', 'i', 'm'], ['a'], ['r', 'i', 'g', 'h', 't'], ['t', 'o'], ['p', 'r', 'e', 'v', 'e', 'n', 't'], ['y', 'o', 'u'], ['f', 'r', 'o', 'm'], ['c', 'o', 'p', 'y', 'i', 'n', 'g', ','], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '\\n', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g'], ['o', 'r'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's'], ['b', 'a', 's', 'e', 'd'], ['o', 'n'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['a', 's'], ['l', 'o', 'n', 'g'], ['a', 's', '\\n', 'a', 'l', 'l'], ['r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['a', 'r', 'e'], ['r', 'e', 'm', 'o', 'v', 'e', 'd', '.'], ['O', 'f'], ['c', 'o', 'u', 'r', 's', 'e', ','], ['w', 'e'], ['h', 'o', 'p', 'e', '\\n', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['w', 'i', 'l', 'l'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g', '\\n', 'f', 'r', 'e', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['b', 'y'], ['f', 'r', 'e', 'e', 'l', 'y'], ['s', 'h', 'a', 'r', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'w', 'o', 'r', 'k', 's'], ['i', 'n'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['f', 'o', 'r'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['t', 'h', 'e', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['n', 'a', 'm', 'e'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', '.'], ['Y', 'o', 'u'], ['c', 'a', 'n'], ['e', 'a', 's', 'i', 'l', 'y', '\\n', 'c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['b', 'y'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['t', 'h', 'e', '\\n', 's', 'a', 'm', 'e'], ['f', 'o', 'r', 'm', 'a', 't'], ['w', 'i', 't', 'h'], ['i', 't', 's'], ['a', 't', 't', 'a', 'c', 'h', 'e', 'd'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['w', 'h', 'e', 'n', '\\n', 'y', 'o', 'u'], ['s', 'h', 'a', 'r', 'e'], ['i', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['w', 'i', 't', 'h'], ['o', 't', 'h', 'e', 'r', 's', '.', '\\n', '\\n', '1', '.', 'D', '.'], ['T', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e'], ['p', 'l', 'a', 'c', 'e'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['a', 'l', 's', 'o'], ['g', 'o', 'v', 'e', 'r', 'n', '\\n', 'w', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '.'], ['C', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', 's'], ['i', 'n'], ['m', 'o', 's', 't'], ['c', 'o', 'u', 'n', 't', 'r', 'i', 'e', 's'], ['a', 'r', 'e', '\\n', 'i', 'n'], ['a'], ['c', 'o', 'n', 's', 't', 'a', 'n', 't'], ['s', 't', 'a', 't', 'e'], ['o', 'f'], ['c', 'h', 'a', 'n', 'g', 'e', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ',', '\\n', 'c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'n', 't', 'r', 'y'], ['i', 'n'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '\\n', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['b', 'e', 'f', 'o', 'r', 'e'], ['d', 'o', 'w', 'n', 'l', 'o', 'a', 'd', 'i', 'n', 'g', ','], ['c', 'o', 'p', 'y', 'i', 'n', 'g', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '\\n', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['o', 'r'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's'], ['b', 'a', 's', 'e', 'd'], ['o', 'n'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['a', 'n', 'y', '\\n', 'o', 't', 'h', 'e', 'r'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', '.'], ['T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['m', 'a', 'k', 'e', 's'], ['n', 'o', '\\n', 'r', 'e', 'p', 'r', 'e', 's', 'e', 'n', 't', 'a', 't', 'i', 'o', 'n', 's'], ['c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['s', 't', 'a', 't', 'u', 's'], ['o', 'f'], ['a', 'n', 'y'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a', 'n', 'y', '\\n', 'c', 'o', 'u', 'n', 't', 'r', 'y'], ['o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', '.', '\\n', '\\n', '1', '.', 'E', '.'], ['U', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'm', 'o', 'v', 'e', 'd'], ['a', 'l', 'l'], ['r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', ':', '\\n', '\\n', '1', '.', 'E', '.', '1', '.'], ['T', 'h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['s', 'e', 'n', 't', 'e', 'n', 'c', 'e', ','], ['w', 'i', 't', 'h'], ['a', 'c', 't', 'i', 'v', 'e'], ['l', 'i', 'n', 'k', 's'], ['t', 'o', ','], ['o', 'r'], ['o', 't', 'h', 'e', 'r', '\\n', 'i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o', ','], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['m', 'u', 's', 't'], ['a', 'p', 'p', 'e', 'a', 'r', '\\n', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y'], ['w', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['a', 'n', 'y'], ['c', 'o', 'p', 'y'], ['o', 'f'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k'], ['(', 'a', 'n', 'y'], ['w', 'o', 'r', 'k', '\\n', 'o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['a', 'p', 'p', 'e', 'a', 'r', 's', ','], ['o', 'r'], ['w', 'i', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', '\\n', 'p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['i', 's'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', ')'], ['i', 's'], ['a', 'c', 'c', 'e', 's', 's', 'e', 'd', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'e', 'd', ',', '\\n', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'e', 'd', ','], ['v', 'i', 'e', 'w', 'e', 'd', ','], ['c', 'o', 'p', 'i', 'e', 'd'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', ':', '\\n', '\\n'], [], ['T', 'h', 'i', 's'], ['e', 'B', 'o', 'o', 'k'], ['i', 's'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['a', 'n', 'y', 'o', 'n', 'e'], ['a', 'n', 'y', 'w', 'h', 'e', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['a', 'n', 'd', '\\n'], [], ['m', 'o', 's', 't'], ['o', 't', 'h', 'e', 'r'], ['p', 'a', 'r', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'l', 'd'], ['a', 't'], ['n', 'o'], ['c', 'o', 's', 't'], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['a', 'l', 'm', 'o', 's', 't'], ['n', 'o', '\\n'], [], ['r', 'e', 's', 't', 'r', 'i', 'c', 't', 'i', 'o', 'n', 's'], ['w', 'h', 'a', 't', 's', 'o', 'e', 'v', 'e', 'r', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'o', 'p', 'y'], ['i', 't', ','], ['g', 'i', 'v', 'e'], ['i', 't'], ['a', 'w', 'a', 'y'], ['o', 'r'], ['r', 'e', '-', 'u', 's', 'e'], ['i', 't', '\\n'], [], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's', '\\n'], [], ['e', 'B', 'o', 'o', 'k'], ['o', 'r'], ['o', 'n', 'l', 'i', 'n', 'e'], ['a', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', '\\n'], [], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ','], ['y', 'o', 'u', \"'\", 'l', 'l'], ['h', 'a', 'v', 'e'], ['t', 'o'], ['c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'u', 'n', 't', 'r', 'y'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u', '\\n'], [], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['u', 's', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['e', 'b', 'o', 'o', 'k', '.', '\\n', '\\n', '1', '.', 'E', '.', '2', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's', '\\n', 'd', 'e', 'r', 'i', 'v', 'e', 'd'], ['f', 'r', 'o', 'm'], ['t', 'e', 'x', 't', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['(', 'd', 'o', 'e', 's'], ['n', 'o', 't', '\\n', 'c', 'o', 'n', 't', 'a', 'i', 'n'], ['a'], ['n', 'o', 't', 'i', 'c', 'e'], ['i', 'n', 'd', 'i', 'c', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['i', 't'], ['i', 's'], ['p', 'o', 's', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e', '\\n', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', ')', ','], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['c', 'a', 'n'], ['b', 'e'], ['c', 'o', 'p', 'i', 'e', 'd'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['t', 'o'], ['a', 'n', 'y', 'o', 'n', 'e'], ['i', 'n', '\\n', 't', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'a', 'y', 'i', 'n', 'g'], ['a', 'n', 'y'], ['f', 'e', 'e', 's'], ['o', 'r'], ['c', 'h', 'a', 'r', 'g', 'e', 's', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e', '\\n', 'r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['o', 'r'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['a'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['o', 'r'], ['a', 'p', 'p', 'e', 'a', 'r', 'i', 'n', 'g'], ['o', 'n'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['c', 'o', 'm', 'p', 'l', 'y', '\\n', 'e', 'i', 't', 'h', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '1'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['1', '.', 'E', '.', '7'], ['o', 'r', '\\n', 'o', 'b', 't', 'a', 'i', 'n'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '8'], ['o', 'r'], ['1', '.', 'E', '.', '9', '.', '\\n', '\\n', '1', '.', 'E', '.', '3', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's'], ['p', 'o', 's', 't', 'e', 'd', '\\n', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', ','], ['y', 'o', 'u', 'r'], ['u', 's', 'e'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '\\n', 'm', 'u', 's', 't'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['b', 'o', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '1'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['1', '.', 'E', '.', '7'], ['a', 'n', 'd'], ['a', 'n', 'y', '\\n', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['t', 'e', 'r', 'm', 's'], ['i', 'm', 'p', 'o', 's', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', '.'], ['A', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['t', 'e', 'r', 'm', 's', '\\n', 'w', 'i', 'l', 'l'], ['b', 'e'], ['l', 'i', 'n', 'k', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['f', 'o', 'r'], ['a', 'l', 'l'], ['w', 'o', 'r', 'k', 's', '\\n', 'p', 'o', 's', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r'], ['f', 'o', 'u', 'n', 'd'], ['a', 't'], ['t', 'h', 'e', '\\n', 'b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '.', '\\n', '\\n', '1', '.', 'E', '.', '4', '.'], ['D', 'o'], ['n', 'o', 't'], ['u', 'n', 'l', 'i', 'n', 'k'], ['o', 'r'], ['d', 'e', 't', 'a', 'c', 'h'], ['o', 'r'], ['r', 'e', 'm', 'o', 'v', 'e'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'L', 'i', 'c', 'e', 'n', 's', 'e'], ['t', 'e', 'r', 'm', 's'], ['f', 'r', 'o', 'm'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', ','], ['o', 'r'], ['a', 'n', 'y'], ['f', 'i', 'l', 'e', 's'], ['c', 'o', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's', '\\n', 'w', 'o', 'r', 'k'], ['o', 'r'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['w', 'o', 'r', 'k'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '.', '\\n', '\\n', '1', '.', 'E', '.', '5', '.'], ['D', 'o'], ['n', 'o', 't'], ['c', 'o', 'p', 'y', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', ','], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['o', 'r'], ['r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['t', 'h', 'i', 's', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['o', 'r'], ['a', 'n', 'y'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['w', 'i', 't', 'h', 'o', 'u', 't', '\\n', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y'], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'e', 'n', 't', 'e', 'n', 'c', 'e'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '1'], ['w', 'i', 't', 'h', '\\n', 'a', 'c', 't', 'i', 'v', 'e'], ['l', 'i', 'n', 'k', 's'], ['o', 'r'], ['i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e', '.', '\\n', '\\n', '1', '.', 'E', '.', '6', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'o', 'n', 'v', 'e', 'r', 't'], ['t', 'o'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a', 'n', 'y'], ['b', 'i', 'n', 'a', 'r', 'y', ',', '\\n', 'c', 'o', 'm', 'p', 'r', 'e', 's', 's', 'e', 'd', ','], ['m', 'a', 'r', 'k', 'e', 'd'], ['u', 'p', ','], ['n', 'o', 'n', 'p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y'], ['o', 'r'], ['p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y'], ['f', 'o', 'r', 'm', ','], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', '\\n', 'a', 'n', 'y'], ['w', 'o', 'r', 'd'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'n', 'g'], ['o', 'r'], ['h', 'y', 'p', 'e', 'r', 't', 'e', 'x', 't'], ['f', 'o', 'r', 'm', '.'], ['H', 'o', 'w', 'e', 'v', 'e', 'r', ','], ['i', 'f'], ['y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a', 'c', 'c', 'e', 's', 's', '\\n', 't', 'o'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a'], ['f', 'o', 'r', 'm', 'a', 't', '\\n', 'o', 't', 'h', 'e', 'r'], ['t', 'h', 'a', 'n'], ['\"', 'P', 'l', 'a', 'i', 'n'], ['V', 'a', 'n', 'i', 'l', 'l', 'a'], ['A', 'S', 'C', 'I', 'I', '\"'], ['o', 'r'], ['o', 't', 'h', 'e', 'r'], ['f', 'o', 'r', 'm', 'a', 't'], ['u', 's', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['o', 'f', 'f', 'i', 'c', 'i', 'a', 'l', '\\n', 'v', 'e', 'r', 's', 'i', 'o', 'n'], ['p', 'o', 's', 't', 'e', 'd'], ['o', 'n'], ['t', 'h', 'e'], ['o', 'f', 'f', 'i', 'c', 'i', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'e', 'b'], ['s', 'i', 't', 'e', '\\n', '(', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', ')', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't', ','], ['a', 't'], ['n', 'o'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 's', 't', ','], ['f', 'e', 'e'], ['o', 'r'], ['e', 'x', 'p', 'e', 'n', 's', 'e', '\\n', 't', 'o'], ['t', 'h', 'e'], ['u', 's', 'e', 'r', ','], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['c', 'o', 'p', 'y', ','], ['a'], ['m', 'e', 'a', 'n', 's'], ['o', 'f'], ['e', 'x', 'p', 'o', 'r', 't', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y', ','], ['o', 'r'], ['a'], ['m', 'e', 'a', 'n', 's', '\\n', 'o', 'f'], ['o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y'], ['u', 'p', 'o', 'n'], ['r', 'e', 'q', 'u', 'e', 's', 't', ','], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['i', 't', 's'], ['o', 'r', 'i', 'g', 'i', 'n', 'a', 'l'], ['\"', 'P', 'l', 'a', 'i', 'n', '\\n', 'V', 'a', 'n', 'i', 'l', 'l', 'a'], ['A', 'S', 'C', 'I', 'I', '\"'], ['o', 'r'], ['o', 't', 'h', 'e', 'r'], ['f', 'o', 'r', 'm', '.'], ['A', 'n', 'y'], ['a', 'l', 't', 'e', 'r', 'n', 'a', 't', 'e'], ['f', 'o', 'r', 'm', 'a', 't'], ['m', 'u', 's', 't'], ['i', 'n', 'c', 'l', 'u', 'd', 'e'], ['t', 'h', 'e', '\\n', 'f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 's'], ['s', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '1', '.', '\\n', '\\n', '1', '.', 'E', '.', '7', '.'], ['D', 'o'], ['n', 'o', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o', ','], ['v', 'i', 'e', 'w', 'i', 'n', 'g', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ',', '\\n', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ','], ['c', 'o', 'p', 'y', 'i', 'n', 'g'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's', '\\n', 'u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '8'], ['o', 'r'], ['1', '.', 'E', '.', '9', '.', '\\n', '\\n', '1', '.', 'E', '.', '8', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['r', 'e', 'a', 's', 'o', 'n', 'a', 'b', 'l', 'e'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['o', 'r'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', '\\n', 'a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '\\n', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['t', 'h', 'a', 't', '\\n', '\\n', '*'], ['Y', 'o', 'u'], ['p', 'a', 'y'], ['a'], ['r', 'o', 'y', 'a', 'l', 't', 'y'], ['f', 'e', 'e'], ['o', 'f'], ['2', '0', '%'], ['o', 'f'], ['t', 'h', 'e'], ['g', 'r', 'o', 's', 's'], ['p', 'r', 'o', 'f', 'i', 't', 's'], ['y', 'o', 'u'], ['d', 'e', 'r', 'i', 'v', 'e'], ['f', 'r', 'o', 'm', '\\n'], [], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e', 'd'], ['u', 's', 'i', 'n', 'g'], ['t', 'h', 'e'], ['m', 'e', 't', 'h', 'o', 'd', '\\n'], [], ['y', 'o', 'u'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['u', 's', 'e'], ['t', 'o'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e'], ['y', 'o', 'u', 'r'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['t', 'a', 'x', 'e', 's', '.'], ['T', 'h', 'e'], ['f', 'e', 'e'], ['i', 's'], ['o', 'w', 'e', 'd', '\\n'], [], ['t', 'o'], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ','], ['b', 'u', 't'], ['h', 'e'], ['h', 'a', 's', '\\n'], [], ['a', 'g', 'r', 'e', 'e', 'd'], ['t', 'o'], ['d', 'o', 'n', 'a', 't', 'e'], ['r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'i', 's'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n'], [], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.'], ['R', 'o', 'y', 'a', 'l', 't', 'y'], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['m', 'u', 's', 't'], ['b', 'e'], ['p', 'a', 'i', 'd', '\\n'], [], ['w', 'i', 't', 'h', 'i', 'n'], ['6', '0'], ['d', 'a', 'y', 's'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['e', 'a', 'c', 'h'], ['d', 'a', 't', 'e'], ['o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['p', 'r', 'e', 'p', 'a', 'r', 'e'], ['(', 'o', 'r'], ['a', 'r', 'e', '\\n'], [], ['l', 'e', 'g', 'a', 'l', 'l', 'y'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'd'], ['t', 'o'], ['p', 'r', 'e', 'p', 'a', 'r', 'e', ')'], ['y', 'o', 'u', 'r'], ['p', 'e', 'r', 'i', 'o', 'd', 'i', 'c'], ['t', 'a', 'x'], ['r', 'e', 't', 'u', 'r', 'n', 's', '.'], ['R', 'o', 'y', 'a', 'l', 't', 'y', '\\n'], [], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['s', 'h', 'o', 'u', 'l', 'd'], ['b', 'e'], ['c', 'l', 'e', 'a', 'r', 'l', 'y'], ['m', 'a', 'r', 'k', 'e', 'd'], ['a', 's'], ['s', 'u', 'c', 'h'], ['a', 'n', 'd'], ['s', 'e', 'n', 't'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n'], [], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 't'], ['t', 'h', 'e'], ['a', 'd', 'd', 'r', 'e', 's', 's'], ['s', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd'], ['i', 'n', '\\n'], [], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['4', ','], ['\"', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\\n'], [], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '\"', '\\n', '\\n', '*'], ['Y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['f', 'u', 'l', 'l'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f'], ['a', 'n', 'y'], ['m', 'o', 'n', 'e', 'y'], ['p', 'a', 'i', 'd'], ['b', 'y'], ['a'], ['u', 's', 'e', 'r'], ['w', 'h', 'o'], ['n', 'o', 't', 'i', 'f', 'i', 'e', 's', '\\n'], [], ['y', 'o', 'u'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g'], ['(', 'o', 'r'], ['b', 'y'], ['e', '-', 'm', 'a', 'i', 'l', ')'], ['w', 'i', 't', 'h', 'i', 'n'], ['3', '0'], ['d', 'a', 'y', 's'], ['o', 'f'], ['r', 'e', 'c', 'e', 'i', 'p', 't'], ['t', 'h', 'a', 't'], ['s', '/', 'h', 'e', '\\n'], [], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n'], [], ['L', 'i', 'c', 'e', 'n', 's', 'e', '.'], ['Y', 'o', 'u'], ['m', 'u', 's', 't'], ['r', 'e', 'q', 'u', 'i', 'r', 'e'], ['s', 'u', 'c', 'h'], ['a'], ['u', 's', 'e', 'r'], ['t', 'o'], ['r', 'e', 't', 'u', 'r', 'n'], ['o', 'r'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['a', 'l', 'l', '\\n'], [], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', 's'], ['p', 'o', 's', 's', 'e', 's', 's', 'e', 'd'], ['i', 'n'], ['a'], ['p', 'h', 'y', 's', 'i', 'c', 'a', 'l'], ['m', 'e', 'd', 'i', 'u', 'm'], ['a', 'n', 'd'], ['d', 'i', 's', 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '\\n'], [], ['a', 'l', 'l'], ['u', 's', 'e'], ['o', 'f'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['o', 't', 'h', 'e', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n'], [], ['w', 'o', 'r', 'k', 's', '.', '\\n', '\\n', '*'], ['Y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', ','], ['i', 'n'], ['a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['a'], ['f', 'u', 'l', 'l'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f', '\\n'], [], ['a', 'n', 'y'], ['m', 'o', 'n', 'e', 'y'], ['p', 'a', 'i', 'd'], ['f', 'o', 'r'], ['a'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['a'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['c', 'o', 'p', 'y', ','], ['i', 'f'], ['a'], ['d', 'e', 'f', 'e', 'c', 't'], ['i', 'n'], ['t', 'h', 'e', '\\n'], [], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['r', 'e', 'p', 'o', 'r', 't', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', 'i', 'n'], ['9', '0'], ['d', 'a', 'y', 's'], ['o', 'f', '\\n'], [], ['r', 'e', 'c', 'e', 'i', 'p', 't'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', '.', '\\n', '\\n', '*'], ['Y', 'o', 'u'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['a', 'l', 'l'], ['o', 't', 'h', 'e', 'r'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['f', 'o', 'r'], ['f', 'r', 'e', 'e', '\\n'], [], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's', '.', '\\n', '\\n', '1', '.', 'E', '.', '9', '.'], ['I', 'f'], ['y', 'o', 'u'], ['w', 'i', 's', 'h'], ['t', 'o'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['f', 'e', 'e'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['g', 'r', 'o', 'u', 'p'], ['o', 'f'], ['w', 'o', 'r', 'k', 's'], ['o', 'n'], ['d', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 't'], ['t', 'e', 'r', 'm', 's'], ['t', 'h', 'a', 'n', '\\n', 'a', 'r', 'e'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['o', 'b', 't', 'a', 'i', 'n'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g', '\\n', 'f', 'r', 'o', 'm'], ['b', 'o', 't', 'h'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['T', 'h', 'e', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['T', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['L', 'L', 'C', ','], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['C', 'o', 'n', 't', 'a', 'c', 't'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['3'], ['b', 'e', 'l', 'o', 'w', '.', '\\n', '\\n', '1', '.', 'F', '.', '\\n', '\\n', '1', '.', 'F', '.', '1', '.'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's'], ['e', 'x', 'p', 'e', 'n', 'd'], ['c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e', '\\n', 'e', 'f', 'f', 'o', 'r', 't'], ['t', 'o'], ['i', 'd', 'e', 'n', 't', 'i', 'f', 'y', ','], ['d', 'o'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['r', 'e', 's', 'e', 'a', 'r', 'c', 'h'], ['o', 'n', ','], ['t', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'b', 'e'], ['a', 'n', 'd'], ['p', 'r', 'o', 'o', 'f', 'r', 'e', 'a', 'd', '\\n', 'w', 'o', 'r', 'k', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['i', 'n'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '.'], ['D', 'e', 's', 'p', 'i', 't', 'e'], ['t', 'h', 'e', 's', 'e'], ['e', 'f', 'f', 'o', 'r', 't', 's', ','], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['m', 'e', 'd', 'i', 'u', 'm'], ['o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['m', 'a', 'y'], ['b', 'e'], ['s', 't', 'o', 'r', 'e', 'd', ','], ['m', 'a', 'y', '\\n', 'c', 'o', 'n', 't', 'a', 'i', 'n'], ['\"', 'D', 'e', 'f', 'e', 'c', 't', 's', ',', '\"'], ['s', 'u', 'c', 'h'], ['a', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['l', 'i', 'm', 'i', 't', 'e', 'd'], ['t', 'o', ','], ['i', 'n', 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', ','], ['i', 'n', 'a', 'c', 'c', 'u', 'r', 'a', 't', 'e', '\\n', 'o', 'r'], ['c', 'o', 'r', 'r', 'u', 'p', 't'], ['d', 'a', 't', 'a', ','], ['t', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n'], ['e', 'r', 'r', 'o', 'r', 's', ','], ['a'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['o', 'r'], ['o', 't', 'h', 'e', 'r', '\\n', 'i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l'], ['p', 'r', 'o', 'p', 'e', 'r', 't', 'y'], ['i', 'n', 'f', 'r', 'i', 'n', 'g', 'e', 'm', 'e', 'n', 't', ','], ['a'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e'], ['o', 'r'], ['d', 'a', 'm', 'a', 'g', 'e', 'd'], ['d', 'i', 's', 'k'], ['o', 'r', '\\n', 'o', 't', 'h', 'e', 'r'], ['m', 'e', 'd', 'i', 'u', 'm', ','], ['a'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r'], ['v', 'i', 'r', 'u', 's', ','], ['o', 'r'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r'], ['c', 'o', 'd', 'e', 's'], ['t', 'h', 'a', 't'], ['d', 'a', 'm', 'a', 'g', 'e'], ['o', 'r', '\\n', 'c', 'a', 'n', 'n', 'o', 't'], ['b', 'e'], ['r', 'e', 'a', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.', '\\n', '\\n', '1', '.', 'F', '.', '2', '.'], ['L', 'I', 'M', 'I', 'T', 'E', 'D'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y', ','], ['D', 'I', 'S', 'C', 'L', 'A', 'I', 'M', 'E', 'R'], ['O', 'F'], ['D', 'A', 'M', 'A', 'G', 'E', 'S'], ['-'], ['E', 'x', 'c', 'e', 'p', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['\"', 'R', 'i', 'g', 'h', 't', '\\n', 'o', 'f'], ['R', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['o', 'r'], ['R', 'e', 'f', 'u', 'n', 'd', '\"'], ['d', 'e', 's', 'c', 'r', 'i', 'b', 'e', 'd'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ','], ['a', 'n', 'd'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['p', 'a', 'r', 't', 'y'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm'], ['a', 'l', 'l', '\\n', 'l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['t', 'o'], ['y', 'o', 'u'], ['f', 'o', 'r'], ['d', 'a', 'm', 'a', 'g', 'e', 's', ','], ['c', 'o', 's', 't', 's'], ['a', 'n', 'd'], ['e', 'x', 'p', 'e', 'n', 's', 'e', 's', ','], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['l', 'e', 'g', 'a', 'l', '\\n', 'f', 'e', 'e', 's', '.'], ['Y', 'O', 'U'], ['A', 'G', 'R', 'E', 'E'], ['T', 'H', 'A', 'T'], ['Y', 'O', 'U'], ['H', 'A', 'V', 'E'], ['N', 'O'], ['R', 'E', 'M', 'E', 'D', 'I', 'E', 'S'], ['F', 'O', 'R'], ['N', 'E', 'G', 'L', 'I', 'G', 'E', 'N', 'C', 'E', ','], ['S', 'T', 'R', 'I', 'C', 'T', '\\n', 'L', 'I', 'A', 'B', 'I', 'L', 'I', 'T', 'Y', ','], ['B', 'R', 'E', 'A', 'C', 'H'], ['O', 'F'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y'], ['O', 'R'], ['B', 'R', 'E', 'A', 'C', 'H'], ['O', 'F'], ['C', 'O', 'N', 'T', 'R', 'A', 'C', 'T'], ['E', 'X', 'C', 'E', 'P', 'T'], ['T', 'H', 'O', 'S', 'E', '\\n', 'P', 'R', 'O', 'V', 'I', 'D', 'E', 'D'], ['I', 'N'], ['P', 'A', 'R', 'A', 'G', 'R', 'A', 'P', 'H'], ['1', '.', 'F', '.', '3', '.'], ['Y', 'O', 'U'], ['A', 'G', 'R', 'E', 'E'], ['T', 'H', 'A', 'T'], ['T', 'H', 'E'], ['F', 'O', 'U', 'N', 'D', 'A', 'T', 'I', 'O', 'N', ','], ['T', 'H', 'E', '\\n', 'T', 'R', 'A', 'D', 'E', 'M', 'A', 'R', 'K'], ['O', 'W', 'N', 'E', 'R', ','], ['A', 'N', 'D'], ['A', 'N', 'Y'], ['D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'O', 'R'], ['U', 'N', 'D', 'E', 'R'], ['T', 'H', 'I', 'S'], ['A', 'G', 'R', 'E', 'E', 'M', 'E', 'N', 'T'], ['W', 'I', 'L', 'L'], ['N', 'O', 'T'], ['B', 'E', '\\n', 'L', 'I', 'A', 'B', 'L', 'E'], ['T', 'O'], ['Y', 'O', 'U'], ['F', 'O', 'R'], ['A', 'C', 'T', 'U', 'A', 'L', ','], ['D', 'I', 'R', 'E', 'C', 'T', ','], ['I', 'N', 'D', 'I', 'R', 'E', 'C', 'T', ','], ['C', 'O', 'N', 'S', 'E', 'Q', 'U', 'E', 'N', 'T', 'I', 'A', 'L', ','], ['P', 'U', 'N', 'I', 'T', 'I', 'V', 'E'], ['O', 'R', '\\n', 'I', 'N', 'C', 'I', 'D', 'E', 'N', 'T', 'A', 'L'], ['D', 'A', 'M', 'A', 'G', 'E', 'S'], ['E', 'V', 'E', 'N'], ['I', 'F'], ['Y', 'O', 'U'], ['G', 'I', 'V', 'E'], ['N', 'O', 'T', 'I', 'C', 'E'], ['O', 'F'], ['T', 'H', 'E'], ['P', 'O', 'S', 'S', 'I', 'B', 'I', 'L', 'I', 'T', 'Y'], ['O', 'F'], ['S', 'U', 'C', 'H', '\\n', 'D', 'A', 'M', 'A', 'G', 'E', '.', '\\n', '\\n', '1', '.', 'F', '.', '3', '.'], ['L', 'I', 'M', 'I', 'T', 'E', 'D'], ['R', 'I', 'G', 'H', 'T'], ['O', 'F'], ['R', 'E', 'P', 'L', 'A', 'C', 'E', 'M', 'E', 'N', 'T'], ['O', 'R'], ['R', 'E', 'F', 'U', 'N', 'D'], ['-'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r'], ['a', '\\n', 'd', 'e', 'f', 'e', 'c', 't'], ['i', 'n'], ['t', 'h', 'i', 's'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h', 'i', 'n'], ['9', '0'], ['d', 'a', 'y', 's'], ['o', 'f'], ['r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['i', 't', ','], ['y', 'o', 'u'], ['c', 'a', 'n', '\\n', 'r', 'e', 'c', 'e', 'i', 'v', 'e'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'o', 'n', 'e', 'y'], ['(', 'i', 'f'], ['a', 'n', 'y', ')'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['f', 'o', 'r'], ['i', 't'], ['b', 'y'], ['s', 'e', 'n', 'd', 'i', 'n', 'g'], ['a', '\\n', 'w', 'r', 'i', 't', 't', 'e', 'n'], ['e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['f', 'r', 'o', 'm', '.'], ['I', 'f'], ['y', 'o', 'u', '\\n', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['o', 'n'], ['a'], ['p', 'h', 'y', 's', 'i', 'c', 'a', 'l'], ['m', 'e', 'd', 'i', 'u', 'm', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['r', 'e', 't', 'u', 'r', 'n'], ['t', 'h', 'e'], ['m', 'e', 'd', 'i', 'u', 'm', '\\n', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n', '.'], ['T', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n'], ['o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['t', 'h', 'a', 't'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['y', 'o', 'u', '\\n', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k'], ['m', 'a', 'y'], ['e', 'l', 'e', 'c', 't'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['c', 'o', 'p', 'y'], ['i', 'n', '\\n', 'l', 'i', 'e', 'u'], ['o', 'f'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd', '.'], ['I', 'f'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y', ','], ['t', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n', '\\n', 'o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['i', 't'], ['t', 'o'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'h', 'o', 'o', 's', 'e'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['a'], ['s', 'e', 'c', 'o', 'n', 'd', '\\n', 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y'], ['i', 'n'], ['l', 'i', 'e', 'u'], ['o', 'f'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd', '.'], ['I', 'f', '\\n', 't', 'h', 'e'], ['s', 'e', 'c', 'o', 'n', 'd'], ['c', 'o', 'p', 'y'], ['i', 's'], ['a', 'l', 's', 'o'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e', ','], ['y', 'o', 'u'], ['m', 'a', 'y'], ['d', 'e', 'm', 'a', 'n', 'd'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g', '\\n', 'w', 'i', 't', 'h', 'o', 'u', 't'], ['f', 'u', 'r', 't', 'h', 'e', 'r'], ['o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'i', 'e', 's'], ['t', 'o'], ['f', 'i', 'x'], ['t', 'h', 'e'], ['p', 'r', 'o', 'b', 'l', 'e', 'm', '.', '\\n', '\\n', '1', '.', 'F', '.', '4', '.'], ['E', 'x', 'c', 'e', 'p', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'i', 'm', 'i', 't', 'e', 'd'], ['r', 'i', 'g', 'h', 't'], ['o', 'f'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['o', 'r'], ['r', 'e', 'f', 'u', 'n', 'd'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h', '\\n', 'i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 's'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u'], [\"'\", 'A', 'S', '-', 'I', 'S', \"'\", ','], ['W', 'I', 'T', 'H'], ['N', 'O', '\\n', 'O', 'T', 'H', 'E', 'R'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S'], ['O', 'F'], ['A', 'N', 'Y'], ['K', 'I', 'N', 'D', ','], ['E', 'X', 'P', 'R', 'E', 'S', 'S'], ['O', 'R'], ['I', 'M', 'P', 'L', 'I', 'E', 'D', ','], ['I', 'N', 'C', 'L', 'U', 'D', 'I', 'N', 'G'], ['B', 'U', 'T'], ['N', 'O', 'T', '\\n', 'L', 'I', 'M', 'I', 'T', 'E', 'D'], ['T', 'O'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S'], ['O', 'F'], ['M', 'E', 'R', 'C', 'H', 'A', 'N', 'T', 'A', 'B', 'I', 'L', 'I', 'T', 'Y'], ['O', 'R'], ['F', 'I', 'T', 'N', 'E', 'S', 'S'], ['F', 'O', 'R'], ['A', 'N', 'Y'], ['P', 'U', 'R', 'P', 'O', 'S', 'E', '.', '\\n', '\\n', '1', '.', 'F', '.', '5', '.'], ['S', 'o', 'm', 'e'], ['s', 't', 'a', 't', 'e', 's'], ['d', 'o'], ['n', 'o', 't'], ['a', 'l', 'l', 'o', 'w'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r', 's'], ['o', 'f'], ['c', 'e', 'r', 't', 'a', 'i', 'n'], ['i', 'm', 'p', 'l', 'i', 'e', 'd', '\\n', 'w', 'a', 'r', 'r', 'a', 'n', 't', 'i', 'e', 's'], ['o', 'r'], ['t', 'h', 'e'], ['e', 'x', 'c', 'l', 'u', 's', 'i', 'o', 'n'], ['o', 'r'], ['l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['c', 'e', 'r', 't', 'a', 'i', 'n'], ['t', 'y', 'p', 'e', 's'], ['o', 'f', '\\n', 'd', 'a', 'm', 'a', 'g', 'e', 's', '.'], ['I', 'f'], ['a', 'n', 'y'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r'], ['o', 'r'], ['l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '\\n', 'v', 'i', 'o', 'l', 'a', 't', 'e', 's'], ['t', 'h', 'e'], ['l', 'a', 'w'], ['o', 'f'], ['t', 'h', 'e'], ['s', 't', 'a', 't', 'e'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['t', 'o'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['t', 'h', 'e', '\\n', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['i', 'n', 't', 'e', 'r', 'p', 'r', 'e', 't', 'e', 'd'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['t', 'h', 'e'], ['m', 'a', 'x', 'i', 'm', 'u', 'm'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r'], ['o', 'r', '\\n', 'l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['s', 't', 'a', 't', 'e'], ['l', 'a', 'w', '.'], ['T', 'h', 'e'], ['i', 'n', 'v', 'a', 'l', 'i', 'd', 'i', 't', 'y'], ['o', 'r', '\\n', 'u', 'n', 'e', 'n', 'f', 'o', 'r', 'c', 'e', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['o', 'f'], ['a', 'n', 'y'], ['p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['v', 'o', 'i', 'd'], ['t', 'h', 'e', '\\n', 'r', 'e', 'm', 'a', 'i', 'n', 'i', 'n', 'g'], ['p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n', 's', '.', '\\n', '\\n', '1', '.', 'F', '.', '6', '.'], ['I', 'N', 'D', 'E', 'M', 'N', 'I', 'T', 'Y'], ['-'], ['Y', 'o', 'u'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['i', 'n', 'd', 'e', 'm', 'n', 'i', 'f', 'y'], ['a', 'n', 'd'], ['h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['t', 'h', 'e', '\\n', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['o', 'w', 'n', 'e', 'r', ','], ['a', 'n', 'y'], ['a', 'g', 'e', 'n', 't'], ['o', 'r'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['a', 'n', 'y', 'o', 'n', 'e', '\\n', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n', '\\n', 'a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['a', 'n', 'd'], ['a', 'n', 'y'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'p', 'r', 'o', 'd', 'u', 'c', 't', 'i', 'o', 'n', ','], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['h', 'a', 'r', 'm', 'l', 'e', 's', 's'], ['f', 'r', 'o', 'm'], ['a', 'l', 'l'], ['l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y', ','], ['c', 'o', 's', 't', 's'], ['a', 'n', 'd'], ['e', 'x', 'p', 'e', 'n', 's', 'e', 's', ',', '\\n', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['l', 'e', 'g', 'a', 'l'], ['f', 'e', 'e', 's', ','], ['t', 'h', 'a', 't'], ['a', 'r', 'i', 's', 'e'], ['d', 'i', 'r', 'e', 'c', 't', 'l', 'y'], ['o', 'r'], ['i', 'n', 'd', 'i', 'r', 'e', 'c', 't', 'l', 'y'], ['f', 'r', 'o', 'm'], ['a', 'n', 'y'], ['o', 'f', '\\n', 't', 'h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['d', 'o'], ['o', 'r'], ['c', 'a', 'u', 's', 'e'], ['t', 'o'], ['o', 'c', 'c', 'u', 'r', ':'], ['(', 'a', ')'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'i', 's', '\\n', 'o', 'r'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', ','], ['(', 'b', ')'], ['a', 'l', 't', 'e', 'r', 'a', 't', 'i', 'o', 'n', ','], ['m', 'o', 'd', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', ','], ['o', 'r', '\\n', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['o', 'r'], ['d', 'e', 'l', 'e', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', ','], ['a', 'n', 'd'], ['(', 'c', ')'], ['a', 'n', 'y', '\\n', 'D', 'e', 'f', 'e', 'c', 't'], ['y', 'o', 'u'], ['c', 'a', 'u', 's', 'e', '.', '\\n', '\\n', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['2', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['M', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '\\n', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['i', 's'], ['s', 'y', 'n', 'o', 'n', 'y', 'm', 'o', 'u', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f', '\\n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n'], ['f', 'o', 'r', 'm', 'a', 't', 's'], ['r', 'e', 'a', 'd', 'a', 'b', 'l', 'e'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'i', 'd', 'e', 's', 't'], ['v', 'a', 'r', 'i', 'e', 't', 'y'], ['o', 'f', '\\n', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['o', 'b', 's', 'o', 'l', 'e', 't', 'e', ','], ['o', 'l', 'd', ','], ['m', 'i', 'd', 'd', 'l', 'e', '-', 'a', 'g', 'e', 'd'], ['a', 'n', 'd'], ['n', 'e', 'w'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's', '.'], ['I', 't', '\\n', 'e', 'x', 'i', 's', 't', 's'], ['b', 'e', 'c', 'a', 'u', 's', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'f', 'f', 'o', 'r', 't', 's'], ['o', 'f'], ['h', 'u', 'n', 'd', 'r', 'e', 'd', 's'], ['o', 'f'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '\\n', 'f', 'r', 'o', 'm'], ['p', 'e', 'o', 'p', 'l', 'e'], ['i', 'n'], ['a', 'l', 'l'], ['w', 'a', 'l', 'k', 's'], ['o', 'f'], ['l', 'i', 'f', 'e', '.', '\\n', '\\n', 'V', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['f', 'i', 'n', 'a', 'n', 'c', 'i', 'a', 'l'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'a', 's', 's', 'i', 's', 't', 'a', 'n', 'c', 'e'], ['t', 'h', 'e', 'y'], ['n', 'e', 'e', 'd'], ['a', 'r', 'e'], ['c', 'r', 'i', 't', 'i', 'c', 'a', 'l'], ['t', 'o'], ['r', 'e', 'a', 'c', 'h', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', \"'\", 's', '\\n', 'g', 'o', 'a', 'l', 's'], ['a', 'n', 'd'], ['e', 'n', 's', 'u', 'r', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n'], ['w', 'i', 'l', 'l', '\\n', 'r', 'e', 'm', 'a', 'i', 'n'], ['f', 'r', 'e', 'e', 'l', 'y'], ['a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e'], ['f', 'o', 'r'], ['g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['c', 'o', 'm', 'e', '.'], ['I', 'n'], ['2', '0', '0', '1', ','], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['w', 'a', 's'], ['c', 'r', 'e', 'a', 't', 'e', 'd'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['s', 'e', 'c', 'u', 'r', 'e', '\\n', 'a', 'n', 'd'], ['p', 'e', 'r', 'm', 'a', 'n', 'e', 'n', 't'], ['f', 'u', 't', 'u', 'r', 'e'], ['f', 'o', 'r'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['a', 'n', 'd'], ['f', 'u', 't', 'u', 'r', 'e', '\\n', 'g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's', '.'], ['T', 'o'], ['l', 'e', 'a', 'r', 'n'], ['m', 'o', 'r', 'e'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '\\n', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['h', 'o', 'w'], ['y', 'o', 'u', 'r'], ['e', 'f', 'f', 'o', 'r', 't', 's'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['c', 'a', 'n'], ['h', 'e', 'l', 'p', ','], ['s', 'e', 'e', '\\n', 'S', 'e', 'c', 't', 'i', 'o', 'n', 's'], ['3'], ['a', 'n', 'd'], ['4'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['p', 'a', 'g', 'e'], ['a', 't', '\\n', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g'], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['3', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\\n', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '\\n', '\\n', 'T', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 's'], ['a'], ['n', 'o', 'n'], ['p', 'r', 'o', 'f', 'i', 't', '\\n', '5', '0', '1', '(', 'c', ')', '(', '3', ')'], ['e', 'd', 'u', 'c', 'a', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 'r', 'p', 'o', 'r', 'a', 't', 'i', 'o', 'n'], ['o', 'r', 'g', 'a', 'n', 'i', 'z', 'e', 'd'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e', '\\n', 's', 't', 'a', 't', 'e'], ['o', 'f'], ['M', 'i', 's', 's', 'i', 's', 's', 'i', 'p', 'p', 'i'], ['a', 'n', 'd'], ['g', 'r', 'a', 'n', 't', 'e', 'd'], ['t', 'a', 'x'], ['e', 'x', 'e', 'm', 'p', 't'], ['s', 't', 'a', 't', 'u', 's'], ['b', 'y'], ['t', 'h', 'e'], ['I', 'n', 't', 'e', 'r', 'n', 'a', 'l', '\\n', 'R', 'e', 'v', 'e', 'n', 'u', 'e'], ['S', 'e', 'r', 'v', 'i', 'c', 'e', '.'], ['T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['E', 'I', 'N'], ['o', 'r'], ['f', 'e', 'd', 'e', 'r', 'a', 'l'], ['t', 'a', 'x'], ['i', 'd', 'e', 'n', 't', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', '\\n', 'n', 'u', 'm', 'b', 'e', 'r'], ['i', 's'], ['6', '4', '-', '6', '2', '2', '1', '5', '4', '1', '.'], ['C', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '\\n', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'r', 'e'], ['t', 'a', 'x'], ['d', 'e', 'd', 'u', 'c', 't', 'i', 'b', 'l', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['e', 'x', 't', 'e', 'n', 't'], ['p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd'], ['b', 'y', '\\n', 'U', '.', 'S', '.'], ['f', 'e', 'd', 'e', 'r', 'a', 'l'], ['l', 'a', 'w', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['s', 't', 'a', 't', 'e', \"'\", 's'], ['l', 'a', 'w', 's', '.', '\\n', '\\n', 'T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['p', 'r', 'i', 'n', 'c', 'i', 'p', 'a', 'l'], ['o', 'f', 'f', 'i', 'c', 'e'], ['i', 's'], ['i', 'n'], ['F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ','], ['A', 'l', 'a', 's', 'k', 'a', ','], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '\\n', 'm', 'a', 'i', 'l', 'i', 'n', 'g'], ['a', 'd', 'd', 'r', 'e', 's', 's', ':'], ['P', 'O'], ['B', 'o', 'x'], ['7', '5', '0', '1', '7', '5', ','], ['F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ','], ['A', 'K'], ['9', '9', '7', '7', '5', ','], ['b', 'u', 't'], ['i', 't', 's', '\\n', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's'], ['a', 'r', 'e'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', 'o', 'u', 't'], ['n', 'u', 'm', 'e', 'r', 'o', 'u', 's', '\\n', 'l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '.'], ['I', 't', 's'], ['b', 'u', 's', 'i', 'n', 'e', 's', 's'], ['o', 'f', 'f', 'i', 'c', 'e'], ['i', 's'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['a', 't'], ['8', '0', '9'], ['N', 'o', 'r', 't', 'h'], ['1', '5', '0', '0'], ['W', 'e', 's', 't', ','], ['S', 'a', 'l', 't', '\\n', 'L', 'a', 'k', 'e'], ['C', 'i', 't', 'y', ','], ['U', 'T'], ['8', '4', '1', '1', '6', ','], ['(', '8', '0', '1', ')'], ['5', '9', '6', '-', '1', '8', '8', '7', '.'], ['E', 'm', 'a', 'i', 'l'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['l', 'i', 'n', 'k', 's'], ['a', 'n', 'd'], ['u', 'p'], ['t', 'o', '\\n', 'd', 'a', 't', 'e'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['c', 'a', 'n'], ['b', 'e'], ['f', 'o', 'u', 'n', 'd'], ['a', 't'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['w', 'e', 'b'], ['s', 'i', 't', 'e'], ['a', 'n', 'd', '\\n', 'o', 'f', 'f', 'i', 'c', 'i', 'a', 'l'], ['p', 'a', 'g', 'e'], ['a', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'c', 'o', 'n', 't', 'a', 'c', 't', '\\n', '\\n', 'F', 'o', 'r'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', ':', '\\n', '\\n'], [], [], [], ['D', 'r', '.'], ['G', 'r', 'e', 'g', 'o', 'r', 'y'], ['B', '.'], ['N', 'e', 'w', 'b', 'y', '\\n'], [], [], [], ['C', 'h', 'i', 'e', 'f'], ['E', 'x', 'e', 'c', 'u', 't', 'i', 'v', 'e'], ['a', 'n', 'd'], ['D', 'i', 'r', 'e', 'c', 't', 'o', 'r', '\\n'], [], [], [], ['g', 'b', 'n', 'e', 'w', 'b', 'y', '@', 'p', 'g', 'l', 'a', 'f', '.', 'o', 'r', 'g', '\\n', '\\n', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['4', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\\n', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '\\n', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['d', 'e', 'p', 'e', 'n', 'd', 's'], ['u', 'p', 'o', 'n'], ['a', 'n', 'd'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'u', 'r', 'v', 'i', 'v', 'e'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['w', 'i', 'd', 'e', '\\n', 's', 'p', 'r', 'e', 'a', 'd'], ['p', 'u', 'b', 'l', 'i', 'c'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['c', 'a', 'r', 'r', 'y'], ['o', 'u', 't'], ['i', 't', 's'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f', '\\n', 'i', 'n', 'c', 'r', 'e', 'a', 's', 'i', 'n', 'g'], ['t', 'h', 'e'], ['n', 'u', 'm', 'b', 'e', 'r'], ['o', 'f'], ['p', 'u', 'b', 'l', 'i', 'c'], ['d', 'o', 'm', 'a', 'i', 'n'], ['a', 'n', 'd'], ['l', 'i', 'c', 'e', 'n', 's', 'e', 'd'], ['w', 'o', 'r', 'k', 's'], ['t', 'h', 'a', 't'], ['c', 'a', 'n'], ['b', 'e', '\\n', 'f', 'r', 'e', 'e', 'l', 'y'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['i', 'n'], ['m', 'a', 'c', 'h', 'i', 'n', 'e'], ['r', 'e', 'a', 'd', 'a', 'b', 'l', 'e'], ['f', 'o', 'r', 'm'], ['a', 'c', 'c', 'e', 's', 's', 'i', 'b', 'l', 'e'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'i', 'd', 'e', 's', 't', '\\n', 'a', 'r', 'r', 'a', 'y'], ['o', 'f'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['o', 'u', 't', 'd', 'a', 't', 'e', 'd'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.'], ['M', 'a', 'n', 'y'], ['s', 'm', 'a', 'l', 'l'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '\\n', '(', '$', '1'], ['t', 'o'], ['$', '5', ',', '0', '0', '0', ')'], ['a', 'r', 'e'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', 'l', 'y'], ['i', 'm', 'p', 'o', 'r', 't', 'a', 'n', 't'], ['t', 'o'], ['m', 'a', 'i', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['t', 'a', 'x'], ['e', 'x', 'e', 'm', 'p', 't', '\\n', 's', 't', 'a', 't', 'u', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['I', 'R', 'S', '.', '\\n', '\\n', 'T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 's'], ['c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['t', 'o'], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['r', 'e', 'g', 'u', 'l', 'a', 't', 'i', 'n', 'g', '\\n', 'c', 'h', 'a', 'r', 'i', 't', 'i', 'e', 's'], ['a', 'n', 'd'], ['c', 'h', 'a', 'r', 'i', 't', 'a', 'b', 'l', 'e'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['i', 'n'], ['a', 'l', 'l'], ['5', '0'], ['s', 't', 'a', 't', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '\\n', 'S', 't', 'a', 't', 'e', 's', '.'], ['C', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['u', 'n', 'i', 'f', 'o', 'r', 'm'], ['a', 'n', 'd'], ['i', 't'], ['t', 'a', 'k', 'e', 's'], ['a', '\\n', 'c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e'], ['e', 'f', 'f', 'o', 'r', 't', ','], ['m', 'u', 'c', 'h'], ['p', 'a', 'p', 'e', 'r', 'w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['m', 'a', 'n', 'y'], ['f', 'e', 'e', 's'], ['t', 'o'], ['m', 'e', 'e', 't'], ['a', 'n', 'd'], ['k', 'e', 'e', 'p'], ['u', 'p', '\\n', 'w', 'i', 't', 'h'], ['t', 'h', 'e', 's', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', '.'], ['W', 'e'], ['d', 'o'], ['n', 'o', 't'], ['s', 'o', 'l', 'i', 'c', 'i', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['i', 'n'], ['l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '\\n', 'w', 'h', 'e', 'r', 'e'], ['w', 'e'], ['h', 'a', 'v', 'e'], ['n', 'o', 't'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['c', 'o', 'n', 'f', 'i', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', '.'], ['T', 'o'], ['S', 'E', 'N', 'D', '\\n', 'D', 'O', 'N', 'A', 'T', 'I', 'O', 'N', 'S'], ['o', 'r'], ['d', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e'], ['t', 'h', 'e'], ['s', 't', 'a', 't', 'u', 's'], ['o', 'f'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['f', 'o', 'r'], ['a', 'n', 'y'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', '\\n', 's', 't', 'a', 't', 'e'], ['v', 'i', 's', 'i', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '\\n', '\\n', 'W', 'h', 'i', 'l', 'e'], ['w', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['a', 'n', 'd'], ['d', 'o'], ['n', 'o', 't'], ['s', 'o', 'l', 'i', 'c', 'i', 't'], ['c', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's'], ['f', 'r', 'o', 'm'], ['s', 't', 'a', 't', 'e', 's'], ['w', 'h', 'e', 'r', 'e'], ['w', 'e', '\\n', 'h', 'a', 'v', 'e'], ['n', 'o', 't'], ['m', 'e', 't'], ['t', 'h', 'e'], ['s', 'o', 'l', 'i', 'c', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', ','], ['w', 'e'], ['k', 'n', 'o', 'w'], ['o', 'f'], ['n', 'o'], ['p', 'r', 'o', 'h', 'i', 'b', 'i', 't', 'i', 'o', 'n', '\\n', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['a', 'c', 'c', 'e', 'p', 't', 'i', 'n', 'g'], ['u', 'n', 's', 'o', 'l', 'i', 'c', 'i', 't', 'e', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['f', 'r', 'o', 'm'], ['d', 'o', 'n', 'o', 'r', 's'], ['i', 'n'], ['s', 'u', 'c', 'h'], ['s', 't', 'a', 't', 'e', 's'], ['w', 'h', 'o', '\\n', 'a', 'p', 'p', 'r', 'o', 'a', 'c', 'h'], ['u', 's'], ['w', 'i', 't', 'h'], ['o', 'f', 'f', 'e', 'r', 's'], ['t', 'o'], ['d', 'o', 'n', 'a', 't', 'e', '.', '\\n', '\\n', 'I', 'n', 't', 'e', 'r', 'n', 'a', 't', 'i', 'o', 'n', 'a', 'l'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'r', 'e'], ['g', 'r', 'a', 't', 'e', 'f', 'u', 'l', 'l', 'y'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd', ','], ['b', 'u', 't'], ['w', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['m', 'a', 'k', 'e', '\\n', 'a', 'n', 'y'], ['s', 't', 'a', 't', 'e', 'm', 'e', 'n', 't', 's'], ['c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g'], ['t', 'a', 'x'], ['t', 'r', 'e', 'a', 't', 'm', 'e', 'n', 't'], ['o', 'f'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['f', 'r', 'o', 'm', '\\n', 'o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', '.'], ['U', '.', 'S', '.'], ['l', 'a', 'w', 's'], ['a', 'l', 'o', 'n', 'e'], ['s', 'w', 'a', 'm', 'p'], ['o', 'u', 'r'], ['s', 'm', 'a', 'l', 'l'], ['s', 't', 'a', 'f', 'f', '.', '\\n', '\\n', 'P', 'l', 'e', 'a', 's', 'e'], ['c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['W', 'e', 'b'], ['p', 'a', 'g', 'e', 's'], ['f', 'o', 'r'], ['c', 'u', 'r', 'r', 'e', 'n', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', '\\n', 'm', 'e', 't', 'h', 'o', 'd', 's'], ['a', 'n', 'd'], ['a', 'd', 'd', 'r', 'e', 's', 's', 'e', 's', '.'], ['D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'r', 'e'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd'], ['i', 'n'], ['a'], ['n', 'u', 'm', 'b', 'e', 'r'], ['o', 'f'], ['o', 't', 'h', 'e', 'r', '\\n', 'w', 'a', 'y', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['c', 'h', 'e', 'c', 'k', 's', ','], ['o', 'n', 'l', 'i', 'n', 'e'], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['a', 'n', 'd'], ['c', 'r', 'e', 'd', 'i', 't'], ['c', 'a', 'r', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '.'], ['T', 'o', '\\n', 'd', 'o', 'n', 'a', 't', 'e', ','], ['p', 'l', 'e', 'a', 's', 'e'], ['v', 'i', 's', 'i', 't', ':'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '\\n', '\\n', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['5', '.'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['A', 'b', 'o', 'u', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.', '\\n', '\\n', 'P', 'r', 'o', 'f', 'e', 's', 's', 'o', 'r'], ['M', 'i', 'c', 'h', 'a', 'e', 'l'], ['S', '.'], ['H', 'a', 'r', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['o', 'r', 'i', 'g', 'i', 'n', 'a', 't', 'o', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '\\n', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'n', 'c', 'e', 'p', 't'], ['o', 'f'], ['a'], ['l', 'i', 'b', 'r', 'a', 'r', 'y'], ['o', 'f'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['t', 'h', 'a', 't'], ['c', 'o', 'u', 'l', 'd'], ['b', 'e', '\\n', 'f', 'r', 'e', 'e', 'l', 'y'], ['s', 'h', 'a', 'r', 'e', 'd'], ['w', 'i', 't', 'h'], ['a', 'n', 'y', 'o', 'n', 'e', '.'], ['F', 'o', 'r'], ['f', 'o', 'r', 't', 'y'], ['y', 'e', 'a', 'r', 's', ','], ['h', 'e'], ['p', 'r', 'o', 'd', 'u', 'c', 'e', 'd'], ['a', 'n', 'd', '\\n', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'B', 'o', 'o', 'k', 's'], ['w', 'i', 't', 'h'], ['o', 'n', 'l', 'y'], ['a'], ['l', 'o', 'o', 's', 'e'], ['n', 'e', 't', 'w', 'o', 'r', 'k'], ['o', 'f', '\\n', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r'], ['s', 'u', 'p', 'p', 'o', 'r', 't', '.', '\\n', '\\n', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'B', 'o', 'o', 'k', 's'], ['a', 'r', 'e'], ['o', 'f', 't', 'e', 'n'], ['c', 'r', 'e', 'a', 't', 'e', 'd'], ['f', 'r', 'o', 'm'], ['s', 'e', 'v', 'e', 'r', 'a', 'l'], ['p', 'r', 'i', 'n', 't', 'e', 'd', '\\n', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', ','], ['a', 'l', 'l'], ['o', 'f'], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'e'], ['c', 'o', 'n', 'f', 'i', 'r', 'm', 'e', 'd'], ['a', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n', '\\n', 't', 'h', 'e'], ['U', '.', 'S', '.'], ['u', 'n', 'l', 'e', 's', 's'], ['a'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['n', 'o', 't', 'i', 'c', 'e'], ['i', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 'd', '.'], ['T', 'h', 'u', 's', ','], ['w', 'e'], ['d', 'o'], ['n', 'o', 't', '\\n', 'n', 'e', 'c', 'e', 's', 's', 'a', 'r', 'i', 'l', 'y'], ['k', 'e', 'e', 'p'], ['e', 'B', 'o', 'o', 'k', 's'], ['i', 'n'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['a', 'n', 'y'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r'], ['p', 'a', 'p', 'e', 'r', '\\n', 'e', 'd', 'i', 't', 'i', 'o', 'n', '.', '\\n', '\\n', 'M', 'o', 's', 't'], ['p', 'e', 'o', 'p', 'l', 'e'], ['s', 't', 'a', 'r', 't'], ['a', 't'], ['o', 'u', 'r'], ['W', 'e', 'b'], ['s', 'i', 't', 'e'], ['w', 'h', 'i', 'c', 'h'], ['h', 'a', 's'], ['t', 'h', 'e'], ['m', 'a', 'i', 'n'], ['P', 'G'], ['s', 'e', 'a', 'r', 'c', 'h', '\\n', 'f', 'a', 'c', 'i', 'l', 'i', 't', 'y', ':'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '\\n', '\\n', 'T', 'h', 'i', 's'], ['W', 'e', 'b'], ['s', 'i', 't', 'e'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 's'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', ',', '\\n', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['h', 'o', 'w'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '\\n', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['h', 'o', 'w'], ['t', 'o'], ['h', 'e', 'l', 'p'], ['p', 'r', 'o', 'd', 'u', 'c', 'e'], ['o', 'u', 'r'], ['n', 'e', 'w'], ['e', 'B', 'o', 'o', 'k', 's', ','], ['a', 'n', 'd'], ['h', 'o', 'w'], ['t', 'o', '\\n', 's', 'u', 'b', 's', 'c', 'r', 'i', 'b', 'e'], ['t', 'o'], ['o', 'u', 'r'], ['e', 'm', 'a', 'i', 'l'], ['n', 'e', 'w', 's', 'l', 'e', 't', 't', 'e', 'r'], ['t', 'o'], ['h', 'e', 'a', 'r'], ['a', 'b', 'o', 'u', 't'], ['n', 'e', 'w'], ['e', 'B', 'o', 'o', 'k', 's', '.', '\\n', '\\n']]\n" + ] + } + ], "source": [ - "# your code here" + "# your code here\n", + "prophet_reference = list(map(references,clean_w))\n", + "print(prophet_reference)" ] }, { @@ -130,21 +200,27 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def line_break(x):\n", - " '''\n", - " Input: A string\n", - " Output: A list of strings split on the line break (\\n) character\n", - " \n", - " Example:\n", - " Input: 'the\\nbeloved'\n", - " Output: ['the', 'beloved']\n", - " '''\n", - " \n", - " # your code here" + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['PROPHET', 'the', 'chosen', 'and', 'the', 'who', 'was', 'a', 'dawn', 'unto', 'his', 'own', 'had', 'waited', 'twelve', 'years', 'in', 'the', 'city', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to', 'and', 'bear', 'him', 'back', 'to', 'the', 'isle', 'of', 'birth.', 'in', 'the', 'twelfth', 'year,', 'on', 'the', 'seventh', 'of', 'Ielool,', 'the', 'month', 'of', 'reaping,', 'he', 'the', 'hill', 'without', 'the', 'city', 'walls', 'looked', 'seaward;', 'and', 'he', 'beheld', 'his', 'coming', 'with', 'the', 'mist.', 'the', 'gates', 'of', 'his', 'heart', 'were', 'flung', 'and', 'his', 'joy', 'flew', 'far', 'over', 'the', 'sea.', 'he', 'closed', 'his', 'eyes', 'and', 'prayed', 'in', 'the', 'of', 'his', 'soul.', 'as', 'he', 'descended', 'the', 'hill,', 'a', 'sadness', 'upon', 'him,', 'and', 'he', 'thought', 'in', 'his', 'shall', 'I', 'go', 'in', 'peace', 'and', 'without', 'Nay,', 'not', 'without', 'a', 'wound', 'in', 'the', 'shall', 'I', 'leave', 'this', 'city.', '', 'the', 'days', 'of', 'pain', 'I', 'have', 'spent', 'its', 'walls,', 'and', 'long', 'were', 'the', 'of', 'aloneness;', 'and', 'who', 'can', 'depart', 'his', 'pain', 'and', 'his', 'aloneness', 'without', 'many', 'fragments', 'of', 'the', 'spirit', 'have', 'I', 'in', 'these', 'streets,', 'and', 'too', 'many', 'the', 'children', 'of', 'my', 'longing', 'that', 'walk', 'among', 'these', 'hills,', 'and', 'I', 'cannot', 'from', 'them', 'without', 'a', 'burden', 'and', 'ache.', 'is', 'not', 'a', 'garment', 'I', 'cast', 'off', 'this', 'but', 'a', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own', 'is', 'it', 'a', 'thought', 'I', 'leave', 'behind', 'me,', 'a', 'heart', 'made', 'sweet', 'with', 'hunger', 'and', 'thirst.', 'I', 'cannot', 'tarry', 'longer.', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her', 'me,', 'and', 'I', 'must', 'embark.', 'to', 'stay,', 'though', 'the', 'hours', 'burn', 'in', 'night,', 'is', 'to', 'freeze', 'and', 'crystallize', 'be', 'bound', 'in', 'a', 'mould.', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is', 'But', 'how', 'shall', 'I?', 'voice', 'cannot', 'carry', 'the', 'tongue', 'and', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone', 'it', 'seek', 'the', 'ether.', 'alone', 'and', 'without', 'his', 'nest', 'shall', 'the', 'fly', 'across', 'the', 'sun.', 'when', 'he', 'reached', 'the', 'foot', 'of', 'the', 'he', 'turned', 'again', 'towards', 'the', 'sea,', 'he', 'saw', 'his', 'ship', 'approaching', 'the', 'and', 'upon', 'her', 'prow', 'the', 'mariners,', 'men', 'of', 'his', 'own', 'land.', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'and', 'he', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of', 'tides,', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which', 'my', 'deeper', 'dream.', 'am', 'I', 'to', 'go,', 'and', 'my', 'eagerness', 'with', 'full', 'set', 'awaits', 'the', 'wind.', 'another', 'breath', 'will', 'I', 'breathe', 'in', 'still', 'air,', 'only', 'another', 'loving', 'look', 'backward,', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'a', 'among', 'seafarers.', '', 'you,', 'sea,', 'sleepless', 'mother,', 'alone', 'are', 'peace', 'and', 'freedom', 'to', 'the', 'and', 'the', 'stream,', 'another', 'winding', 'will', 'this', 'stream', 'only', 'another', 'murmur', 'in', 'this', 'glade,', 'then', 'shall', 'I', 'come', 'to', 'you,', 'a', 'drop', 'to', 'a', 'boundless', 'ocean.', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men', 'women', 'leaving', 'their', 'fields', 'and', 'their', 'and', 'hastening', 'towards', 'the', 'city', 'he', 'heard', 'their', 'voices', 'calling', 'his', 'and', 'shouting', 'from', 'field', 'to', 'field', 'one', 'another', 'of', 'the', 'coming', 'of', 'his', 'he', 'said', 'to', 'himself:', 'the', 'day', 'of', 'parting', 'be', 'the', 'day', 'of', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in', 'my', 'dawn?', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to', 'who', 'has', 'stopped', 'the', 'wheel', 'of', 'his', '', 'my', 'heart', 'become', 'a', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may', 'and', 'give', 'unto', 'them?', 'shall', 'my', 'desires', 'flow', 'like', 'a', 'that', 'I', 'may', 'fill', 'their', 'cups?', 'I', 'a', 'harp', 'that', 'the', 'hand', 'of', 'the', 'mighty', 'touch', 'me,', 'or', 'a', 'flute', 'that', 'his', 'breath', 'pass', 'through', 'me?', 'seeker', 'of', 'silences', 'am', 'I,', 'and', 'what', 'have', 'I', 'found', 'in', 'silences', 'that', 'I', 'dispense', 'with', 'confidence?', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what', 'have', 'I', 'sowed', 'the', 'seed,', 'and', 'in', 'unremembered', 'seasons?', 'this', 'indeed', 'be', 'the', 'hour', 'in', 'which', 'I', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame', 'shall', 'burn', 'therein.', 'and', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,', 'the', 'guardian', 'of', 'the', 'night', 'shall', 'fill', 'with', 'oil', 'and', 'he', 'shall', 'light', 'it', 'also.', 'things', 'he', 'said', 'in', 'words.', 'But', 'much', 'his', 'heart', 'remained', 'unsaid.', 'For', '', 'could', 'not', 'speak', 'his', 'deeper', '0020]', 'when', 'he', 'entered', 'into', 'the', 'city', 'all', 'people', 'came', 'to', 'meet', 'him,', 'and', 'they', 'crying', 'out', 'to', 'him', 'as', 'with', 'one', 'the', 'elders', 'of', 'the', 'city', 'stood', 'forth', 'said:', 'not', 'yet', 'away', 'from', 'us.', 'noontide', 'have', 'you', 'been', 'in', 'our', 'and', 'your', 'youth', 'has', 'given', 'us', 'to', 'dream.', 'stranger', 'are', 'you', 'among', 'us,', 'nor', 'guest,', 'but', 'our', 'son', 'and', 'our', 'dearly', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for', 'face.', 'the', 'priests', 'and', 'the', 'priestesses', 'said', 'him:', 'not', 'the', 'waves', 'of', 'the', 'sea', 'separate', 'us', 'and', 'the', 'years', 'you', 'have', 'spent', 'in', 'our', 'become', 'a', 'memory.', 'have', 'walked', 'among', 'us', 'a', 'spirit,', 'your', 'shadow', 'has', 'been', 'a', 'light', 'our', 'faces.', 'have', 'we', 'loved', 'you.', 'But', 'speechless', 'our', 'love,', 'and', 'with', 'veils', 'has', 'it', 'been', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'and', 'stand', 'revealed', 'before', 'you.', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows', 'its', 'own', 'depth', 'until', 'the', 'hour', 'of', 'others', 'came', 'also', 'and', 'entreated', 'him.', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent', 'head;', 'and', 'those', 'who', 'stood', 'near', 'saw', 'tears', 'falling', 'upon', 'his', 'breast.', 'he', 'and', 'the', 'people', 'proceeded', 'towards', 'great', 'square', 'before', 'the', 'temple.', 'there', 'came', 'out', 'of', 'the', 'sanctuary', 'a', 'whose', 'name', 'was', 'Almitra.', 'And', 'she', 'a', 'seeress.', 'he', 'looked', 'upon', 'her', 'with', 'exceeding', 'for', 'it', 'was', 'she', 'who', 'had', 'first', 'and', 'believed', 'in', 'him', 'when', 'he', 'had', 'but', 'a', 'day', 'in', 'their', 'city.', '', 'hailed', 'him,', 'saying:', 'of', 'God,', 'in', 'quest', 'of', 'the', 'long', 'have', 'you', 'searched', 'the', 'for', 'your', 'ship.', 'now', 'your', 'ship', 'has', 'come,', 'and', 'you', 'must', 'go.', 'is', 'your', 'longing', 'for', 'the', 'land', 'of', 'memories', 'and', 'the', 'dwelling', 'place', 'your', 'greater', 'desires;', 'and', 'our', 'love', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that', 'speak', 'to', 'us', 'and', 'give', 'us', 'of', 'your', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,', 'they', 'unto', 'their', 'children,', 'and', 'it', 'not', 'perish.', 'your', 'aloneness', 'you', 'have', 'watched', 'with', 'days,', 'and', 'in', 'your', 'wakefulness', 'you', 'listened', 'to', 'the', 'weeping', 'and', 'the', 'of', 'our', 'sleep.', 'therefore', 'disclose', 'us', 'to', 'ourselves,', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown', 'of', 'that', 'which', 'is', 'between', 'birth', 'and', 'he', 'answered,', 'of', 'Orphalese,', 'of', 'what', 'can', 'I', 'save', 'of', 'that', 'which', 'is', 'even', 'now', 'within', 'your', 'souls?', '*****', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of', 'he', 'raised', 'his', 'head', 'and', 'looked', 'upon', 'people,', 'and', 'there', 'fell', 'a', 'stillness', 'them.', 'And', 'with', 'a', 'great', 'voice', 'he', 'love', 'beckons', 'to', 'you,', 'follow', 'him,', 'his', 'ways', 'are', 'hard', 'and', 'steep.', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to', 'the', 'sword', 'hidden', 'among', 'his', 'may', 'wound', 'you.', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in', 'his', 'voice', 'may', 'shatter', 'your', 'dreams', 'the', 'north', 'wind', 'lays', 'waste', 'the', 'garden.', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your', 'so', 'is', 'he', 'for', 'your', 'pruning.', 'as', 'he', 'ascends', 'to', 'your', 'height', 'and', 'your', 'tenderest', 'branches', 'quiver', 'in', 'the', 'sun,', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'and', 'them', 'in', 'their', 'clinging', 'to', 'the', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto', 'threshes', 'you', 'to', 'make', 'you', 'naked.', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your', 'grinds', 'you', 'to', 'whiteness.', 'kneads', 'you', 'until', 'you', 'are', 'pliant;', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred', 'that', 'you', 'may', 'become', 'sacred', 'bread', 'God’s', 'sacred', 'feast.', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you', 'you', 'may', 'know', 'the', 'secrets', 'of', 'your', 'and', 'in', 'that', 'knowledge', 'become', 'a', 'of', 'Life’s', 'heart.', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only', 'peace', 'and', 'love’s', 'pleasure,', 'it', 'is', 'better', 'for', 'you', 'that', 'you', '', 'nakedness', 'and', 'pass', 'out', 'of', 'threshing-floor,', 'the', 'seasonless', 'world', 'where', 'you', 'laugh,', 'but', 'not', 'all', 'of', 'your', 'and', 'weep,', 'but', 'not', 'all', 'of', 'your', 'gives', 'naught', 'but', 'itself', 'and', 'takes', 'but', 'from', 'itself.', 'possesses', 'not', 'nor', 'would', 'it', 'be', 'love', 'is', 'sufficient', 'unto', 'love.', 'you', 'love', 'you', 'should', 'not', 'say,', '“God', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in', 'heart', 'of', 'God.”', 'think', 'not', 'you', 'can', 'direct', 'the', 'course', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you', 'directs', 'your', 'course.', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil', 'if', 'you', 'love', 'and', 'must', 'needs', 'have', 'let', 'these', 'be', 'your', 'desires:', 'melt', 'and', 'be', 'like', 'a', 'running', 'brook', 'that', 'its', 'melody', 'to', 'the', 'night.', '', 'the', 'pain', 'of', 'too', 'much', 'tenderness.', 'be', 'wounded', 'by', 'your', 'own', 'understanding', 'love;', 'to', 'bleed', 'willingly', 'and', 'joyfully.', 'wake', 'at', 'dawn', 'with', 'a', 'winged', 'heart', 'and', 'thanks', 'for', 'another', 'day', 'of', 'loving;', 'rest', 'at', 'the', 'noon', 'hour', 'and', 'meditate', 'ecstacy;', 'return', 'home', 'at', 'eventide', 'with', 'then', 'to', 'sleep', 'with', 'a', 'prayer', 'for', 'beloved', 'in', 'your', 'heart', 'and', 'a', 'song', 'of', 'upon', 'your', 'lips.', '0029]', '*****', 'Almitra', 'spoke', 'again', 'and', 'said,', 'what', 'of', '_Marriage_', 'master?', 'he', 'answered', 'saying:', 'were', 'born', 'together,', 'and', 'together', 'you', 'be', 'forevermore.', 'shall', 'be', 'together', 'when', 'the', 'white', 'of', 'death', 'scatter', 'your', 'days.', 'you', 'shall', 'be', 'together', 'even', 'in', 'the', 'memory', 'of', 'God.', 'let', 'there', 'be', 'spaces', 'in', 'your', 'let', 'the', 'winds', 'of', 'the', 'heavens', 'dance', 'you.', 'one', 'another,', 'but', 'make', 'not', 'a', 'bond', 'of', 'it', 'rather', 'be', 'a', 'moving', 'sea', 'between', 'shores', 'of', 'your', 'souls.', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from', 'cup.', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat', 'from', 'the', 'same', 'loaf.', '', 'and', 'together', 'and', 'be', 'joyous,', 'but', 'let', 'one', 'of', 'you', 'be', 'alone,', 'as', 'the', 'strings', 'of', 'a', 'lute', 'are', 'alone', 'they', 'quiver', 'with', 'the', 'same', 'music.', 'your', 'hearts,', 'but', 'not', 'into', 'each', 'keeping.', 'only', 'the', 'hand', 'of', 'Life', 'can', 'contain', 'hearts.', 'stand', 'together', 'yet', 'not', 'too', 'near', 'the', 'pillars', 'of', 'the', 'temple', 'stand', 'the', 'oak', 'tree', 'and', 'the', 'cypress', 'grow', 'in', 'each', 'other’s', 'shadow.', '0032]', '*****', 'a', 'woman', 'who', 'held', 'a', 'babe', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'children', 'are', 'not', 'your', 'children.', 'are', 'the', 'sons', 'and', 'daughters', 'of', 'longing', 'for', 'itself.', 'come', 'through', 'you', 'but', 'not', 'from', 'you,', 'though', 'they', 'are', 'with', 'you', 'yet', 'they', 'not', 'to', 'you.', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your', 'they', 'have', 'their', 'own', 'thoughts.', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their', 'their', 'souls', 'dwell', 'in', 'the', 'house', 'of', 'which', 'you', 'cannot', 'visit,', 'not', 'in', 'your', 'dreams.', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek', 'to', 'make', 'them', 'like', 'you.', '', 'goes', 'not', 'backward', 'nor', 'tarries', 'with', 'are', 'the', 'bows', 'from', 'which', 'your', 'as', 'living', 'arrows', 'are', 'sent', 'archer', 'sees', 'the', 'mark', 'upon', 'the', 'path', 'the', 'infinite,', 'and', 'He', 'bends', 'you', 'with', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift', 'far.', 'your', 'bending', 'in', 'the', 'Archer’s', 'hand', 'be', 'gladness;', 'even', 'as', 'he', 'loves', 'the', 'arrow', 'that', 'so', 'He', 'loves', 'also', 'the', 'bow', 'that', 'is', '*****', 'said', 'a', 'rich', 'man,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'give', 'but', 'little', 'when', 'you', 'give', 'of', 'possessions.', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you', 'give.', 'what', 'are', 'your', 'possessions', 'but', 'things', 'keep', 'and', 'guard', 'for', 'fear', 'you', 'may', 'need', 'tomorrow?', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring', 'the', 'overprudent', 'dog', 'burying', 'bones', 'the', 'trackless', 'sand', 'as', 'he', 'follows', 'the', 'to', 'the', 'holy', 'city?', 'what', 'is', 'fear', 'of', 'need', 'but', 'need', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is', 'the', 'thirst', 'that', 'is', 'unquenchable?', 'are', 'those', 'who', 'give', 'little', 'of', 'the', 'which', 'they', 'have--and', 'they', 'give', 'for', 'recognition', 'and', 'their', 'hidden', 'makes', 'their', 'gifts', 'unwholesome.', 'there', 'are', 'those', 'who', 'have', 'little', 'and', 'it', 'all.', 'are', 'the', 'believers', 'in', 'life', 'and', 'bounty', 'of', 'life,', 'and', 'their', 'coffer', 'is', 'empty.', 'are', 'those', 'who', 'give', 'with', 'joy,', 'and', 'joy', 'is', 'their', 'reward.', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,', 'that', 'pain', 'is', 'their', 'baptism.', 'there', 'are', 'those', 'who', 'give', 'and', 'know', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek', 'nor', 'give', 'with', 'mindfulness', 'of', 'give', 'as', 'in', 'yonder', 'valley', 'the', 'myrtle', 'its', 'fragrance', 'into', 'space.', 'the', 'hands', 'of', 'such', 'as', 'these', 'God', 'and', 'from', 'behind', 'their', 'eyes', 'He', 'upon', 'the', 'earth.', '0039]', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it', 'better', 'to', 'give', 'unasked,', 'through', 'to', 'the', 'open-handed', 'the', 'search', 'for', 'who', 'shall', 'receive', 'is', 'joy', 'greater', 'giving.', 'is', 'there', 'aught', 'you', 'would', 'withhold?', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;', 'give', 'now,', 'that', 'the', 'season', 'giving', 'may', 'be', 'yours', 'and', 'not', 'your', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only', 'the', 'deserving.”', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,', 'the', 'flocks', 'in', 'your', 'pasture.', 'give', 'that', 'they', 'may', 'live,', 'for', 'to', 'is', 'to', 'perish.', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his', 'and', 'his', 'nights,', 'is', 'worthy', 'of', 'all', 'from', 'you.', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his', 'from', 'your', 'little', 'stream.', 'what', 'desert', 'greater', 'shall', 'there', 'be,', 'that', 'which', 'lies', 'in', 'the', 'courage', 'the', 'confidence,', 'nay', 'the', 'charity,', 'of', 'who', 'are', 'you', 'that', 'men', 'should', 'rend', 'bosom', 'and', 'unveil', 'their', 'pride,', 'you', 'may', 'see', 'their', 'worth', 'naked', 'and', 'pride', 'unabashed?', 'first', 'that', 'you', 'yourself', 'deserve', 'to', 'a', 'giver,', 'and', 'an', 'instrument', 'of', 'giving.', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto', 'you,', 'who', 'deem', 'yourself', 'a', 'are', 'but', 'a', 'witness.', 'you', 'receivers--and', 'you', 'are', 'receivers--assume', 'no', 'weight', 'of', 'lest', 'you', 'lay', 'a', 'yoke', 'upon', 'and', 'upon', 'him', 'who', 'gives.', 'rise', 'together', 'with', 'the', 'giver', 'on', 'gifts', 'as', 'on', 'wings;', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is', 'doubt', 'his', 'generosity', 'who', 'has', 'the', 'earth', 'for', 'mother,', 'and', 'God', 'father.', '0042]', '*****', 'an', 'old', 'man,', 'a', 'keeper', 'of', 'an', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'and', 'he', 'said:', 'that', 'you', 'could', 'live', 'on', 'the', 'of', 'the', 'earth,', 'and', 'like', 'an', 'air', 'be', 'sustained', 'by', 'the', 'light.', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'and', 'rob', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'an', 'of', 'worship,', 'let', 'your', 'board', 'stand', 'an', 'altar', 'on', 'the', 'pure', 'and', 'the', 'innocent', 'of', 'and', 'plain', 'are', 'sacrificed', 'for', 'that', 'is', 'purer', 'and', 'still', 'more', 'innocent', 'man.', 'you', 'kill', 'a', 'beast', 'say', 'to', 'him', 'in', 'your', 'the', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too', 'slain;', 'and', 'I', 'too', 'shall', 'be', 'consumed.', 'the', 'law', 'that', 'delivered', 'you', 'into', 'hand', 'shall', 'deliver', 'me', 'into', 'a', 'mightier', 'blood', 'and', 'my', 'blood', 'is', 'naught', 'but', 'sap', 'that', 'feeds', 'the', 'tree', 'of', 'heaven.”', 'when', 'you', 'crush', 'an', 'apple', 'with', 'your', 'say', 'to', 'it', 'in', 'your', 'heart,', 'seeds', 'shall', 'live', 'in', 'my', 'body,', 'the', 'buds', 'of', 'your', 'tomorrow', 'shall', 'in', 'my', 'heart,', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,', 'together', 'we', 'shall', 'rejoice', 'through', 'the', 'seasons.”', 'in', 'the', 'autumn,', 'when', 'you', 'gather', 'grapes', 'of', 'your', 'vineyards', 'for', 'the', 'say', 'in', 'your', 'heart,', 'too', 'am', 'a', 'vineyard,', 'and', 'my', 'fruit', 'shall', 'gathered', 'for', 'the', 'winepress,', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in', 'vessels.”', 'in', 'winter,', 'when', 'you', 'draw', 'the', 'wine,', 'there', 'be', 'in', 'your', 'heart', 'a', 'song', 'each', 'cup;', 'let', 'there', 'be', 'in', 'the', 'song', 'a', 'for', 'the', 'autumn', 'days,', 'and', 'for', 'vineyard,', 'and', 'for', 'the', 'winepress.', 'Then', 'a', 'ploughman', 'said,', 'Speak', 'us', 'of', '_Work_.', 'he', 'answered,', 'saying:', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'the', 'and', 'the', 'soul', 'of', 'the', 'earth.', 'to', 'be', 'idle', 'is', 'to', 'become', 'a', 'stranger', 'the', 'seasons,', 'and', 'to', 'step', 'out', 'of', 'procession,', 'that', 'marches', 'in', 'and', 'proud', 'submission', 'towards', 'the', 'you', 'work', 'you', 'are', 'a', 'flute', 'through', 'heart', 'the', 'whispering', 'of', 'the', 'hours', 'to', 'music.', 'of', 'you', 'would', 'be', 'a', 'reed,', 'dumb', 'and', 'when', 'all', 'else', 'sings', 'together', 'in', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'a', 'and', 'labour', 'a', 'misfortune.', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you', 'a', 'part', 'of', 'earth’s', 'furthest', 'dream,', 'to', 'you', 'when', 'that', 'dream', 'was', 'in', 'keeping', 'yourself', 'with', 'labour', 'you', 'in', 'truth', 'loving', 'life,', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be', 'with', 'life’s', 'inmost', 'secret.', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'an', 'and', 'the', 'support', 'of', 'the', 'flesh', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I', 'that', 'naught', 'but', 'the', 'sweat', 'of', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is', 'have', 'been', 'told', 'also', 'that', 'life', 'is', 'and', 'in', 'your', 'weariness', 'you', 'echo', 'was', 'said', 'by', 'the', 'weary.', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness', 'when', 'there', 'is', 'urge,', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is', 'all', 'knowledge', 'is', 'vain', 'save', 'when', 'is', 'work,', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is', 'when', 'you', 'work', 'with', 'love', 'you', 'bind', 'to', 'yourself,', 'and', 'to', 'one', 'and', 'to', 'God.', 'what', 'is', 'it', 'to', 'work', 'with', 'love?', 'is', 'to', 'weave', 'the', 'cloth', 'with', 'threads', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your', 'were', 'to', 'wear', 'that', 'cloth.', 'is', 'to', 'build', 'a', 'house', 'with', 'affection,', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in', 'house.', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'and', 'the', 'harvest', 'with', 'joy,', 'even', 'as', 'if', 'beloved', 'were', 'to', 'eat', 'the', 'fruit.', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion', 'a', 'breath', 'of', 'your', 'own', 'spirit,', 'to', 'know', 'that', 'all', 'the', 'blessed', 'dead', 'standing', 'about', 'you', 'and', 'watching.', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if', 'in', 'sleep,', '“He', 'who', 'works', 'in', 'and', 'finds', 'the', 'shape', 'of', 'his', 'own', 'in', 'the', 'stone,', 'is', 'nobler', 'than', 'he', 'who', 'the', 'soil.', '', 'he', 'who', 'seizes', 'rainbow', 'to', 'lay', 'it', 'on', 'a', 'cloth', 'in', 'the', 'of', 'man,', 'is', 'more', 'than', 'he', 'who', 'the', 'sandals', 'for', 'our', 'feet.”', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'the', 'of', 'noontide,', 'that', 'the', 'speaks', 'not', 'more', 'sweetly', 'to', 'the', 'oaks', 'than', 'to', 'the', 'least', 'of', 'all', 'the', 'of', 'grass;', 'he', 'alone', 'is', 'great', 'who', 'turns', 'the', 'of', 'the', 'wind', 'into', 'a', 'song', 'made', 'by', 'his', 'own', 'loving.', 'is', 'love', 'made', 'visible.', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but', 'with', 'distaste,', 'it', 'is', 'better', 'that', 'should', 'leave', 'your', 'work', 'and', 'sit', 'at', 'gate', 'of', 'the', 'temple', 'and', 'take', 'alms', 'of', 'who', 'work', 'with', 'joy.', 'if', 'you', 'bake', 'bread', 'with', 'indifference,', 'bake', 'a', 'bitter', 'bread', 'that', 'feeds', 'but', 'man’s', 'hunger.', 'if', 'you', 'grudge', 'the', 'crushing', 'of', 'the', 'your', 'grudge', 'distils', 'a', 'poison', 'in', 'wine.', '', 'if', 'you', 'sing', 'though', 'as', 'and', 'love', 'not', 'the', 'singing,', 'you', 'man’s', 'ears', 'to', 'the', 'voices', 'of', 'the', 'and', 'the', 'voices', 'of', 'the', 'night.', '*****', 'a', 'woman', 'said,', 'Speak', 'to', 'us', 'of', 'and', 'Sorrow_.', 'he', 'answered:', 'joy', 'is', 'your', 'sorrow', 'unmasked.', 'the', 'selfsame', 'well', 'from', 'which', 'your', 'rises', 'was', 'oftentimes', 'filled', 'your', 'tears.', 'how', 'else', 'can', 'it', 'be?', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your', 'the', 'more', 'joy', 'you', 'can', 'contain.', 'not', 'the', 'cup', 'that', 'holds', 'your', 'wine', 'the', 'cup', 'that', 'was', 'burned', 'in', 'the', 'potter’s', 'is', 'not', 'the', 'lute', 'that', 'soothes', 'your', 'the', 'very', 'wood', 'that', 'was', 'hollowed', 'knives?', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your', 'and', 'you', 'shall', 'find', 'it', 'is', 'only', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is', 'you', 'joy.', 'you', 'are', 'sorrowful', 'look', 'again', 'in', 'heart,', 'and', 'you', 'shall', 'see', 'that', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which', 'been', 'your', 'delight.', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than', 'and', 'others', 'say,', '“Nay,', 'sorrow', 'is', 'greater.”', 'I', 'say', 'unto', 'you,', 'they', 'are', 'they', 'come,', 'and', 'when', 'one', 'sits', 'with', 'you', 'at', 'your', 'board,', 'remember', 'the', 'other', 'is', 'asleep', 'upon', 'your', 'bed.', 'you', 'are', 'suspended', 'like', 'scales', 'your', 'sorrow', 'and', 'your', 'joy.', 'when', 'you', 'are', 'empty', 'are', 'you', 'at', 'and', 'balanced.', 'the', 'treasure-keeper', 'lifts', 'you', 'to', 'his', 'gold', 'and', 'his', 'silver,', 'needs', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or', '*****', 'a', 'mason', 'came', 'forth', 'and', 'said,', 'to', 'us', 'of', '_Houses_.', 'he', 'answered', 'and', 'said:', 'of', 'your', 'imaginings', 'a', 'bower', 'in', 'the', 'ere', 'you', 'build', 'a', 'house', 'within', 'city', 'walls.', 'even', 'as', 'you', 'have', 'home-comings', 'in', 'twilight,', 'so', 'has', 'the', 'wanderer', 'in', 'the', 'ever', 'distant', 'and', 'alone.', 'house', 'is', 'your', 'larger', 'body.', 'grows', 'in', 'the', 'sun', 'and', 'sleeps', 'in', 'the', 'of', 'the', 'night;', 'and', 'it', 'is', 'not', 'Does', 'not', 'your', 'house', 'dream?', 'dreaming,', 'leave', 'the', 'city', 'for', 'grove', 'hilltop?', 'that', 'I', 'could', 'gather', 'your', 'houses', 'my', 'hand,', 'and', 'like', 'a', 'sower', 'scatter', 'in', 'forest', 'and', 'meadow.', 'the', 'valleys', 'were', 'your', 'streets,', 'and', 'green', 'paths', 'your', 'alleys,', 'that', 'you', 'seek', 'one', 'another', 'through', 'and', 'come', 'with', 'the', 'fragrance', 'the', 'earth', 'in', 'your', 'garments.', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.', 'their', 'fear', 'your', 'forefathers', 'gathered', 'too', 'near', 'together.', 'And', 'that', 'fear', 'endure', 'a', 'little', 'longer.', 'A', 'little', 'shall', 'your', 'city', 'walls', 'separate', 'hearths', 'from', 'your', 'fields.', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what', 'you', 'in', 'these', 'houses?', 'And', 'what', 'is', 'it', 'guard', 'with', 'fastened', 'doors?', 'you', 'peace,', 'the', 'quiet', 'urge', 'that', 'your', 'power?', 'you', 'remembrances,', 'the', 'glimmering', 'that', 'span', 'the', 'summits', 'of', 'the', 'you', 'beauty,', 'that', 'leads', 'the', 'heart', 'things', 'fashioned', 'of', 'wood', 'and', 'stone', 'the', 'holy', 'mountain?', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?', 'have', 'you', 'only', 'comfort,', 'and', 'the', 'lust', 'comfort,', 'that', 'stealthy', 'thing', 'that', 'the', 'house', 'a', 'guest,', 'and', 'then', 'a', 'host,', 'and', 'then', 'a', 'master?', 'and', 'it', 'becomes', 'a', 'tamer,', 'and', 'with', 'and', 'scourge', 'makes', 'puppets', 'of', 'your', 'desires.', 'its', 'hands', 'are', 'silken,', 'its', 'heart', 'of', 'iron.', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by', 'bed', 'and', 'jeer', 'at', 'the', 'dignity', 'of', 'the', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'and', 'them', 'in', 'thistledown', 'like', 'fragile', 'the', 'lust', 'for', 'comfort', 'murders', 'passion', 'of', 'the', 'soul,', 'and', 'then', 'walks', 'in', 'the', 'funeral.', 'you,', 'children', 'of', 'space,', 'you', 'restless', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor', 'house', 'shall', 'be', 'not', 'an', 'anchor', 'but', 'a', 'shall', 'not', 'be', 'a', 'glistening', 'film', 'that', 'a', 'wound,', 'but', 'an', 'eyelid', 'that', 'the', 'eye.', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you', 'pass', 'through', 'doors,', 'nor', 'bend', 'your', 'that', 'they', 'strike', 'not', 'against', 'a', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls', 'crack', 'and', 'fall', 'down.', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'the', 'for', 'the', 'living.', 'though', 'of', 'magnificence', 'and', 'your', 'house', 'shall', 'not', 'hold', 'secret', 'nor', 'shelter', 'your', 'longing.', 'that', 'which', 'is', 'boundless', 'in', 'you', 'in', 'the', 'mansion', 'of', 'the', 'sky,', 'whose', 'is', 'the', 'morning', 'mist,', 'and', 'whose', 'are', 'the', 'songs', 'and', 'the', 'silences', 'night.', '*****', 'the', 'weaver', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'clothes', 'conceal', 'much', 'of', 'your', 'yet', 'they', 'hide', 'not', 'the', 'though', 'you', 'seek', 'in', 'garments', 'the', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them', 'harness', 'and', 'a', 'chain.', 'that', 'you', 'could', 'meet', 'the', 'sun', 'and', 'wind', 'with', 'more', 'of', 'your', 'skin', 'and', 'less', 'your', 'raiment,', 'the', 'breath', 'of', 'life', 'is', 'in', 'the', 'and', 'the', 'hand', 'of', 'life', 'is', 'in', 'the', 'of', 'you', 'say,', '“It', 'is', 'the', 'north', 'wind', 'has', 'woven', 'the', 'clothes', 'we', 'wear.”', 'I', 'say,', 'Ay,', 'it', 'was', 'the', 'north', 'wind,', 'shame', 'was', 'his', 'loom,', 'and', 'the', 'of', 'the', 'sinews', 'was', 'his', 'thread.', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in', 'forest.', '', 'not', 'that', 'modesty', 'for', 'a', 'shield', 'against', 'the', 'eye', 'of', 'the', 'when', 'the', 'unclean', 'shall', 'be', 'no', 'more,', 'were', 'modesty', 'but', 'a', 'fetter', 'and', 'a', 'of', 'the', 'mind?', 'forget', 'not', 'that', 'the', 'earth', 'delights', 'feel', 'your', 'bare', 'feet', 'and', 'the', 'winds', 'to', 'play', 'with', 'your', 'hair.', '*****', 'a', 'merchant', 'said,', 'Speak', 'to', 'us', 'of', 'and', 'Selling_.', 'he', 'answered', 'and', 'said:', 'you', 'the', 'earth', 'yields', 'her', 'fruit,', 'and', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how', 'fill', 'your', 'hands.', 'is', 'in', 'exchanging', 'the', 'gifts', 'of', 'the', 'that', 'you', 'shall', 'find', 'abundance', 'and', 'satisfied.', 'unless', 'the', 'exchange', 'be', 'in', 'love', 'and', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to', 'and', 'others', 'to', 'hunger.', 'in', 'the', 'market', 'place', 'you', 'toilers', 'of', 'sea', 'and', 'fields', 'and', 'vineyards', 'meet', 'weavers', 'and', 'the', 'potters', 'and', 'the', 'of', 'spices,--', 'then', 'the', 'master', 'spirit', 'of', 'the', 'to', 'come', 'into', 'your', 'midst', 'and', 'the', 'scales', 'and', 'the', 'reckoning', 'weighs', 'value', 'against', 'value.', '', 'not', 'the', 'barren-handed', 'to', 'take', 'in', 'your', 'transactions,', 'who', 'would', 'their', 'words', 'for', 'your', 'labour.', 'such', 'men', 'you', 'should', 'say,', 'with', 'us', 'to', 'the', 'field,', 'or', 'go', 'with', 'brothers', 'to', 'the', 'sea', 'and', 'cast', 'your', 'the', 'land', 'and', 'the', 'sea', 'shall', 'be', 'to', 'you', 'even', 'as', 'to', 'us.”', 'if', 'there', 'come', 'the', 'singers', 'and', 'the', 'and', 'the', 'flute', 'players,--buy', 'of', 'gifts', 'also.', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'and', 'and', 'that', 'which', 'they', 'bring,', 'fashioned', 'of', 'dreams,', 'is', 'raiment', 'food', 'for', 'your', 'soul.', 'before', 'you', 'leave', 'the', 'market', 'place,', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with', 'hands.', 'the', 'master', 'spirit', 'of', 'the', 'earth', 'shall', 'sleep', 'peacefully', 'upon', 'the', 'wind', 'the', 'needs', 'of', 'the', 'least', 'of', 'you', 'are', '*****', 'one', 'of', 'the', 'judges', 'of', 'the', 'city', 'forth', 'and', 'said,', 'Speak', 'to', 'us', 'of', 'and', 'Punishment_.', 'he', 'answered,', 'saying:', 'is', 'when', 'your', 'spirit', 'goes', 'wandering', 'the', 'wind,', 'you,', 'alone', 'and', 'unguarded,', 'commit', 'wrong', 'unto', 'others', 'and', 'therefore', 'unto', 'for', 'that', 'wrong', 'committed', 'must', 'you', 'and', 'wait', 'a', 'while', 'unheeded', 'at', 'the', 'of', 'the', 'blessed.', 'the', 'ocean', 'is', 'your', 'god-self;', 'remains', 'for', 'ever', 'undefiled.', 'like', 'the', 'ether', 'it', 'lifts', 'but', 'the', 'like', 'the', 'sun', 'is', 'your', 'god-self;', 'knows', 'not', 'the', 'ways', 'of', 'the', 'mole', 'nor', 'it', 'the', 'holes', 'of', 'the', 'serpent.', 'your', 'god-self', 'dwells', 'not', 'alone', 'your', 'being.', 'in', 'you', 'is', 'still', 'man,', 'and', 'much', 'in', 'is', 'not', 'yet', 'man,', 'a', 'shapeless', 'pigmy', 'that', 'walks', 'asleep', 'the', 'mist', 'searching', 'for', 'its', 'own', 'of', 'the', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.', 'it', 'is', 'he', 'and', 'not', 'your', 'god-self', 'nor', 'pigmy', 'in', 'the', 'mist,', 'that', 'knows', 'crime', 'the', 'punishment', 'of', 'crime.', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one', 'commits', 'a', 'wrong', 'as', 'though', 'he', 'were', 'one', 'of', 'you,', 'but', 'a', 'stranger', 'unto', 'you', 'an', 'intruder', 'upon', 'your', 'world.', 'I', 'say', 'that', 'even', 'as', 'the', 'holy', 'and', 'the', 'cannot', 'rise', 'beyond', 'the', 'highest', 'is', 'in', 'each', 'one', 'of', 'you,', 'the', 'wicked', 'and', 'the', 'weak', 'cannot', 'fall', 'than', 'the', 'lowest', 'which', 'is', 'in', 'you', 'as', 'a', 'single', 'leaf', 'turns', 'not', 'yellow', 'with', 'the', 'silent', 'knowledge', 'of', 'the', 'tree,', '', 'the', 'wrong-doer', 'cannot', 'wrong', 'without', 'the', 'hidden', 'will', 'of', 'you', 'a', 'procession', 'you', 'walk', 'together', 'your', 'god-self.', '0064]', 'are', 'the', 'way', 'and', 'the', 'wayfarers.', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls', 'those', 'behind', 'him,', 'a', 'caution', 'against', 'stumbling', 'stone.', 'and', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,', 'though', 'faster', 'and', 'surer', 'of', 'foot,', 'yet', 'not', 'the', 'stumbling', 'stone.', 'this', 'also,', 'though', 'the', 'word', 'lie', 'heavy', 'your', 'hearts:', 'murdered', 'is', 'not', 'unaccountable', 'for', 'own', 'murder,', 'the', 'robbed', 'is', 'not', 'blameless', 'in', 'being', 'righteous', 'is', 'not', 'innocent', 'of', 'the', 'of', 'the', 'wicked,', 'the', 'white-handed', 'is', 'not', 'clean', 'in', 'the', 'of', 'the', 'felon.', 'the', 'guilty', 'is', 'oftentimes', 'the', 'victim', 'the', 'injured,', 'still', 'more', 'often', 'the', 'condemned', 'is', 'burden', 'bearer', 'for', 'the', 'guiltless', 'unblamed.', 'cannot', 'separate', 'the', 'just', 'from', 'the', 'and', 'the', 'good', 'from', 'the', 'wicked;', 'they', 'stand', 'together', 'before', 'the', 'face', 'the', 'sun', 'even', 'as', 'the', 'black', 'thread', 'and', 'white', 'are', 'woven', 'together.', 'when', 'the', 'black', 'thread', 'breaks,', 'the', 'shall', 'look', 'into', 'the', 'whole', 'cloth,', 'he', 'shall', 'examine', 'the', 'loom', 'also.', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment', 'unfaithful', 'wife,', 'him', 'also', 'weigh', 'the', 'heart', 'of', 'her', 'in', 'scales,', 'and', 'measure', 'his', 'soul', 'measurements.', 'let', 'him', 'who', 'would', 'lash', 'the', 'offender', 'unto', 'the', 'spirit', 'of', 'the', 'offended.', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'the', 'of', 'righteousness', 'and', 'lay', 'the', 'ax', 'the', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its', 'verily', 'he', 'will', 'find', 'the', 'roots', 'of', 'the', 'and', 'the', 'bad,', 'the', 'fruitful', 'and', 'the', 'all', 'entwined', 'together', 'in', 'silent', 'heart', 'of', 'the', 'earth.', 'you', 'judges', 'who', 'would', 'be', 'just,', 'judgment', 'pronounce', 'you', 'upon', 'him', 'though', 'honest', 'in', 'the', 'flesh', 'yet', 'is', 'a', 'in', 'spirit?', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays', 'the', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'the', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action', 'a', 'deceiver', 'and', 'an', 'oppressor,', 'who', 'also', 'is', 'aggrieved', 'and', 'outraged?', 'how', 'shall', 'you', 'punish', 'those', 'whose', 'is', 'already', 'greater', 'than', 'their', 'not', 'remorse', 'the', 'justice', 'which', 'is', 'by', 'that', 'very', 'law', 'which', 'you', 'fain', 'serve?', 'you', 'cannot', 'lay', 'remorse', 'upon', 'the', 'nor', 'lift', 'it', 'from', 'the', 'heart', 'of', 'guilty.', 'shall', 'it', 'call', 'in', 'the', 'night,', 'men', 'may', 'wake', 'and', 'gaze', 'upon', '', 'you', 'who', 'would', 'justice,', 'how', 'shall', 'you', 'unless', 'look', 'upon', 'all', 'deeds', 'in', 'the', 'fullness', 'light?', 'then', 'shall', 'you', 'know', 'that', 'the', 'erect', 'the', 'fallen', 'are', 'but', 'one', 'man', 'standing', 'twilight', 'between', 'the', 'night', 'of', 'his', 'and', 'the', 'day', 'of', 'his', 'god-self,', 'that', 'the', 'corner-stone', 'of', 'the', 'temple', 'not', 'higher', 'than', 'the', 'lowest', 'stone', 'in', 'foundation.', '*****', 'a', 'lawyer', 'said,', 'But', 'what', 'of', 'our', 'master?', 'he', 'answered:', 'delight', 'in', 'laying', 'down', 'laws,', 'you', 'delight', 'more', 'in', 'breaking', 'them.', 'children', 'playing', 'by', 'the', 'ocean', 'who', 'sand-towers', 'with', 'constancy', 'and', 'destroy', 'them', 'with', 'laughter.', 'while', 'you', 'build', 'your', 'sand-towers', 'the', 'brings', 'more', 'sand', 'to', 'the', 'shore,', 'when', 'you', 'destroy', 'them', 'the', 'ocean', 'with', 'you.', 'the', 'ocean', 'laughs', 'always', 'with', 'the', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not', 'ocean,', 'and', 'man-made', 'laws', 'are', 'not', 'to', 'whom', 'life', 'is', 'a', 'rock,', 'and', 'the', 'law', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it', 'their', 'own', 'likeness?', '', 'of', 'the', 'who', 'hates', 'dancers?', 'of', 'the', 'ox', 'who', 'loves', 'his', 'yoke', 'and', 'the', 'elk', 'and', 'deer', 'of', 'the', 'forest', 'and', 'vagrant', 'things?', 'of', 'the', 'old', 'serpent', 'who', 'cannot', 'shed', 'skin,', 'and', 'calls', 'all', 'others', 'naked', 'and', 'of', 'him', 'who', 'comes', 'early', 'to', 'the', 'and', 'when', 'over-fed', 'and', 'goes', 'his', 'way', 'saying', 'that', 'all', 'are', 'violation', 'and', 'all', 'feasters', 'shall', 'I', 'say', 'of', 'these', 'save', 'that', 'too', 'stand', 'in', 'the', 'sunlight,', 'but', 'with', 'backs', 'to', 'the', 'sun?', 'see', 'only', 'their', 'shadows,', 'and', 'their', 'are', 'their', 'laws.', 'what', 'is', 'the', 'sun', 'to', 'them', 'but', 'a', 'caster', 'shadows?', 'what', 'is', 'it', 'to', 'acknowledge', 'the', 'but', 'to', 'stoop', 'down', 'and', 'trace', 'their', 'upon', 'the', 'earth?', 'you', 'who', 'walk', 'facing', 'the', 'sun,', 'what', 'drawn', 'on', 'the', 'earth', 'can', 'hold', 'who', 'travel', 'with', 'the', 'wind,', 'what', 'shall', 'direct', 'your', 'course?', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance', 'stumble', 'against', 'no', 'man’s', 'iron', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to', 'if', 'you', 'tear', 'off', 'your', 'garment', 'leave', 'it', 'in', 'no', 'man’s', 'path?', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'the', 'and', 'you', 'can', 'loosen', 'the', 'strings', 'the', 'lyre,', 'but', 'who', 'shall', 'command', 'the', 'not', 'to', 'sing?', '*****', 'an', 'orator', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'the', 'city', 'gate', 'and', 'by', 'your', 'fireside', 'have', 'seen', 'you', 'prostrate', 'yourself', 'and', 'your', 'own', 'freedom,', 'as', 'slaves', 'humble', 'themselves', 'before', 'tyrant', 'and', 'praise', 'him', 'though', 'he', 'slays', 'in', 'the', 'grove', 'of', 'the', 'temple', 'and', 'in', 'shadow', 'of', 'the', 'citadel', 'I', 'have', 'seen', 'freest', 'among', 'you', 'wear', 'their', 'freedom', 'a', 'yoke', 'and', 'a', 'handcuff.', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you', 'only', 'be', 'free', 'when', 'even', 'the', 'desire', 'seeking', 'freedom', 'becomes', 'a', 'harness', 'you,', 'and', 'when', 'you', 'cease', 'to', 'speak', 'of', 'as', 'a', 'goal', 'and', 'a', 'fulfilment.', 'shall', 'be', 'free', 'indeed', 'when', 'your', 'are', 'not', 'without', 'a', 'care', 'nor', 'your', 'without', 'a', 'want', 'and', 'a', 'grief,', 'rather', 'when', 'these', 'things', 'girdle', 'your', 'and', 'yet', 'you', 'rise', 'above', 'them', 'naked', 'unbound.', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days', 'nights', 'unless', 'you', 'break', 'the', 'which', 'you', 'at', 'the', 'dawn', 'of', 'your', 'have', 'fastened', 'around', 'your', 'hour?', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is', 'strongest', 'of', 'these', 'chains,', 'though', 'links', 'glitter', 'in', 'the', 'sun', 'and', 'dazzle', 'eyes.', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your', 'self', 'you', 'would', 'discard', 'that', 'you', 'may', 'free?', 'it', 'is', 'an', 'unjust', 'law', 'you', 'would', 'that', 'law', 'was', 'written', 'with', 'your', 'hand', 'upon', 'your', 'own', 'forehead.', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law', 'nor', 'by', 'washing', 'the', 'foreheads', 'of', 'judges,', 'though', 'you', 'pour', 'the', 'sea', 'them.', 'if', 'it', 'is', 'a', 'despot', 'you', 'would', 'see', 'first', 'that', 'his', 'throne', 'within', 'you', 'is', 'destroyed.', 'how', 'can', 'a', 'tyrant', 'rule', 'the', 'free', 'and', 'proud,', 'but', 'for', 'a', 'tyranny', 'in', 'their', 'freedom', 'and', 'a', 'shame', 'in', 'their', 'own', 'if', 'it', 'is', 'a', 'care', 'you', 'would', 'cast', 'off,', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather', 'imposed', 'upon', 'you.', 'if', 'it', 'is', 'a', 'fear', 'you', 'would', 'dispel,', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart', 'not', 'in', 'the', 'hand', 'of', 'the', 'feared.', 'all', 'things', 'move', 'within', 'your', 'being', 'constant', 'half', 'embrace,', 'the', 'desired', 'the', 'dreaded,', 'the', 'repugnant', 'and', 'the', 'the', 'pursued', 'and', 'that', 'which', 'would', 'escape.', 'things', 'move', 'within', 'you', 'as', 'lights', 'shadows', 'in', 'pairs', 'that', 'cling.', 'when', 'the', 'shadow', 'fades', 'and', 'is', 'no', 'the', 'light', 'that', 'lingers', 'becomes', 'a', 'to', 'another', 'light.', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its', 'becomes', 'itself', 'the', 'fetter', 'of', 'a', 'freedom.', '*****', 'the', 'priestess', 'spoke', 'again', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'and', 'he', 'answered,', 'saying:', 'soul', 'is', 'oftentimes', 'a', 'battlefield,', 'which', 'your', 'reason', 'and', 'your', 'judgment', 'war', 'against', 'your', 'passion', 'and', 'your', 'that', 'I', 'could', 'be', 'the', 'peacemaker', 'in', 'soul,', 'that', 'I', 'might', 'turn', 'the', 'discord', 'the', 'rivalry', 'of', 'your', 'elements', 'into', 'and', 'melody.', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves', 'also', 'the', 'peacemakers,', 'nay,', 'the', 'lovers', 'all', 'your', 'elements?', 'reason', 'and', 'your', 'passion', 'are', 'the', 'and', 'the', 'sails', 'of', 'your', 'seafaring', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be', 'you', 'can', 'but', 'toss', 'and', 'drift,', 'else', 'be', 'held', 'at', 'a', 'standstill', 'in', '', 'reason,', 'ruling', 'alone,', 'a', 'force', 'confining;', 'and', 'passion,', 'is', 'a', 'flame', 'that', 'burns', 'to', 'its', 'destruction.', 'let', 'your', 'soul', 'exalt', 'your', 'to', 'the', 'height', 'of', 'passion,', 'that', 'it', 'sing;', 'let', 'it', 'direct', 'your', 'passion', 'with', 'that', 'your', 'passion', 'may', 'live', 'its', 'own', 'daily', 'resurrection,', 'like', 'the', 'phoenix', 'rise', 'above', 'its', 'own', 'would', 'have', 'you', 'consider', 'your', 'judgment', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two', 'guests', 'in', 'your', 'house.', 'you', 'would', 'not', 'honour', 'one', 'guest', 'the', 'other;', 'for', 'he', 'who', 'is', 'more', 'of', 'one', 'loses', 'the', 'love', 'and', 'the', 'of', 'both', 'the', 'hills,', 'when', 'you', 'sit', 'in', 'the', 'shade', 'of', 'the', 'white', 'poplars,', 'sharing', 'peace', 'and', 'serenity', 'of', 'distant', 'fields', 'meadows--then', 'let', 'your', 'heart', 'say', 'in', '“God', 'rests', 'in', 'reason.”', 'when', 'the', 'storm', 'comes,', 'and', 'the', 'wind', 'shakes', 'the', 'forest,', 'thunder', 'and', 'lightning', 'proclaim', 'the', 'of', 'the', 'sky,--then', 'let', 'your', 'heart', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”', 'since', 'you', 'are', 'a', 'breath', 'in', 'God’s', 'and', 'a', 'leaf', 'in', 'God’s', 'forest,', 'you', 'should', 'rest', 'in', 'reason', 'and', 'move', 'in', '*****', 'a', 'woman', 'spoke,', 'saying,', 'Tell', 'us', '_Pain_.', 'he', 'said:', 'pain', 'is', 'the', 'breaking', 'of', 'the', 'shell', 'encloses', 'your', 'understanding.', 'as', 'the', 'stone', 'of', 'the', 'fruit', 'must', 'that', 'its', 'heart', 'may', 'stand', 'in', 'the', 'so', 'must', 'you', 'know', 'pain.', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder', 'the', 'daily', 'miracles', 'of', 'your', 'life,', 'your', 'would', 'not', 'seem', 'less', 'wondrous', 'than', 'joy;', 'you', 'would', 'accept', 'the', 'seasons', 'of', 'your', 'even', 'as', 'you', 'have', 'always', 'accepted', 'seasons', 'that', 'pass', 'over', 'your', 'fields.', 'you', 'would', 'watch', 'with', 'serenity', 'the', 'winters', 'of', 'your', 'grief.', 'of', 'your', 'pain', 'is', 'self-chosen.', 'is', 'the', 'bitter', 'potion', 'by', 'which', 'the', '', 'you', 'heals', 'your', 'sick', 'trust', 'the', 'physician,', 'and', 'drink', 'remedy', 'in', 'silence', 'and', 'tranquillity:', 'his', 'hand,', 'though', 'heavy', 'and', 'hard,', 'is', 'by', 'the', 'tender', 'hand', 'of', 'the', 'Unseen,', 'the', 'cup', 'he', 'brings,', 'though', 'it', 'burn', 'lips,', 'has', 'been', 'fashioned', 'of', 'the', 'which', 'the', 'Potter', 'has', 'moistened', 'with', 'own', 'sacred', 'tears.', '*****', 'a', 'man', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'hearts', 'know', 'in', 'silence', 'the', 'secrets', 'the', 'days', 'and', 'the', 'nights.', 'your', 'ears', 'thirst', 'for', 'the', 'sound', 'of', 'heart’s', 'knowledge.', 'would', 'know', 'in', 'words', 'that', 'which', 'you', 'always', 'known', 'in', 'thought.', 'would', 'touch', 'with', 'your', 'fingers', 'the', 'body', 'of', 'your', 'dreams.', 'it', 'is', 'well', 'you', 'should.', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must', 'rise', 'and', 'run', 'murmuring', 'to', 'the', 'sea;', 'the', 'treasure', 'of', 'your', 'infinite', 'depths', 'be', 'revealed', 'to', 'your', 'eyes.', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your', 'treasure;', 'seek', 'not', 'the', 'depths', 'of', 'your', 'with', 'staff', 'or', 'sounding', 'self', 'is', 'a', 'sea', 'boundless', 'and', 'not,', '“I', 'have', 'found', 'the', 'truth,”', 'but', '“I', 'have', 'found', 'a', 'truth.”', 'not,', '“I', 'have', 'found', 'the', 'path', 'of', 'the', 'Say', 'rather,', '“I', 'have', 'met', 'the', 'soul', 'upon', 'my', 'path.”', 'the', 'soul', 'walks', 'upon', 'all', 'paths.', 'soul', 'walks', 'not', 'upon', 'a', 'line,', 'neither', 'it', 'grow', 'like', 'a', 'reed.', 'soul', 'unfolds', 'itself,', 'like', 'a', 'lotus', 'of', 'petals.', '0083]', '*****', 'said', 'a', 'teacher,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that', 'already', 'lies', 'half', 'asleep', 'in', 'the', 'of', 'your', 'knowledge.', 'teacher', 'who', 'walks', 'in', 'the', 'shadow', 'of', 'temple,', 'among', 'his', 'followers,', 'gives', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his', 'and', 'his', 'lovingness.', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid', 'enter', 'the', 'house', 'of', 'his', 'wisdom,', 'but', 'leads', 'you', 'to', 'the', 'threshold', 'of', 'own', 'mind.', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his', 'of', 'space,', 'but', 'he', 'cannot', 'you', 'his', 'understanding.', 'musician', 'may', 'sing', 'to', 'you', 'of', 'the', 'which', 'is', 'in', 'all', 'space,', 'but', 'he', 'give', 'you', 'the', 'ear', 'which', 'arrests', 'rhythm', 'nor', 'the', 'voice', 'that', 'echoes', 'it.', 'he', 'who', 'is', 'versed', 'in', 'the', 'science', 'numbers', 'can', 'tell', 'of', 'the', 'regions', 'weight', 'and', 'measure,', 'but', 'he', 'cannot', 'you', 'thither.', 'the', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its', 'to', 'another', 'man.', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'and', 'his', 'understanding', 'of', 'the', 'earth.', '*****', 'a', 'youth', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'friend', 'is', 'your', 'needs', 'answered.', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love', 'reap', 'with', 'thanksgiving.', 'he', 'is', 'your', 'board', 'and', 'your', 'fireside.', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,', 'you', 'seek', 'him', 'for', 'peace.', 'your', 'friend', 'speaks', 'his', 'mind', 'you', 'not', 'the', '“nay”', 'in', 'your', 'own', 'mind,', 'nor', 'you', 'withhold', 'the', '“ay.”', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases', 'to', 'listen', 'to', 'his', 'heart;', 'without', 'words,', 'in', 'friendship,', 'all', 'all', 'desires,', 'all', 'expectations', 'born', 'and', 'shared,', 'with', 'joy', 'that', 'is', 'you', 'part', 'from', 'your', 'friend,', 'you', 'not;', 'that', 'which', 'you', 'love', 'most', 'in', 'him', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'the', 'to', 'the', 'climber', 'is', 'clearer', 'the', 'plain.', '', 'let', 'there', 'be', 'no', 'in', 'friendship', 'save', 'the', 'deepening', 'the', 'spirit.', 'love', 'that', 'seeks', 'aught', 'but', 'the', 'of', 'its', 'own', 'mystery', 'is', 'not', 'but', 'a', 'net', 'cast', 'forth:', 'and', 'only', 'the', 'is', 'caught.', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.', 'he', 'must', 'know', 'the', 'ebb', 'of', 'your', 'tide,', 'him', 'know', 'its', 'flood', 'also.', 'what', 'is', 'your', 'friend', 'that', 'you', 'should', 'him', 'with', 'hours', 'to', 'kill?', 'him', 'always', 'with', 'hours', 'to', 'live.', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not', 'emptiness.', 'in', 'the', 'sweetness', 'of', 'friendship', 'there', 'be', 'laughter,', 'and', 'sharing', 'of', 'in', 'the', 'dew', 'of', 'little', 'things', 'heart', 'finds', 'its', 'morning', 'and', 'is', '*****', 'then', 'a', 'scholar', 'said,', 'Speak', 'of', 'he', 'answered,', 'saying:', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace', 'your', 'thoughts;', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'the', 'of', 'your', 'heart', 'you', 'live', 'in', 'your', 'and', 'sound', 'is', 'a', 'diversion', 'and', 'a', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is', 'murdered.', 'thought', 'is', 'a', 'bird', 'of', 'space,', 'that', 'in', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its', 'but', 'cannot', 'fly.', 'are', 'those', 'among', 'you', 'who', 'seek', 'the', 'through', 'fear', 'of', 'being', 'alone.', 'silence', 'of', 'aloneness', 'reveals', 'to', 'eyes', 'their', 'naked', 'selves', 'and', 'they', 'escape.', 'there', 'are', 'those', 'who', 'talk,', 'and', 'knowledge', 'or', 'forethought', 'reveal', 'truth', 'which', 'they', 'themselves', 'do', 'not', 'there', 'are', 'those', 'who', 'have', 'the', 'truth', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in', 'the', 'bosom', 'of', 'such', 'as', 'these', 'the', 'spirit', 'in', 'rhythmic', 'silence.', 'you', 'meet', 'your', 'friend', 'on', 'the', 'or', 'in', 'the', 'market', 'place,', 'let', 'the', 'in', 'you', 'move', 'your', 'lips', 'and', 'direct', 'tongue.', 'the', 'voice', 'within', 'your', 'voice', 'speak', 'to', 'ear', 'of', 'his', 'ear;', 'his', 'soul', 'will', 'keep', 'the', 'truth', 'of', 'heart', 'as', 'the', 'taste', 'of', 'the', 'wine', 'is', 'the', 'colour', 'is', 'forgotten', 'and', 'the', 'is', 'no', 'more.', '*****', 'an', 'astronomer', 'said,', 'Master,', 'what', '_Time_?', 'he', 'answered:', 'would', 'measure', 'time', 'the', 'measureless', 'the', 'immeasurable.', 'would', 'adjust', 'your', 'conduct', 'and', 'direct', 'the', 'course', 'of', 'your', 'spirit', 'to', 'hours', 'and', 'seasons.', 'time', 'you', 'would', 'make', 'a', 'stream', 'upon', 'bank', 'you', 'would', 'sit', 'and', 'watch', 'its', 'the', 'timeless', 'in', 'you', 'is', 'aware', 'of', 'timelessness,', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s', 'and', 'tomorrow', 'is', 'today’s', 'dream.', 'that', 'that', 'which', 'sings', 'and', 'in', 'you', 'is', 'still', 'dwelling', 'the', 'bounds', 'of', 'that', 'first', 'moment', 'scattered', 'the', 'stars', 'into', 'space.', 'among', 'you', 'does', 'not', 'feel', 'that', 'his', 'to', 'love', 'is', 'boundless?', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very', 'though', 'boundless,', 'encompassed', 'the', 'centre', 'of', 'his', 'being,', 'and', 'not', 'from', 'love', 'thought', 'to', 'love', 'nor', 'from', 'love', 'deeds', 'to', 'other', 'deeds?', 'is', 'not', 'time', 'even', 'as', 'love', 'is,', 'and', 'paceless?', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure', 'into', 'seasons,', 'let', 'each', 'season', 'all', 'the', 'other', 'seasons,', 'let', 'today', 'embrace', 'the', 'past', 'with', 'and', 'the', 'future', 'with', 'longing.', '*****', 'one', 'of', 'the', 'elders', 'of', 'the', 'city', 'Speak', 'to', 'us', 'of', '_Good', 'and', 'Evil_.', 'he', 'answered:', 'the', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not', 'the', 'evil.', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by', 'own', 'hunger', 'and', 'thirst?', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food', 'in', 'dark', 'caves,', 'and', 'when', 'it', 'thirsts', 'drinks', 'even', 'of', 'dead', 'waters.', 'are', 'good', 'when', 'you', 'are', 'one', 'with', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself', 'are', 'not', 'evil.', 'a', 'divided', 'house', 'is', 'not', 'a', 'den', 'of', 'it', 'is', 'only', 'a', 'divided', 'house.', 'a', 'ship', 'without', 'rudder', 'may', 'wander', 'among', 'perilous', 'isles', 'yet', 'sink', 'to', 'the', 'bottom.', '', 'are', 'good', 'when', 'strive', 'to', 'give', 'of', 'yourself.', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain', 'yourself.', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are', 'a', 'root', 'that', 'clings', 'to', 'the', 'earth', 'and', 'at', 'her', 'breast.', 'the', 'fruit', 'cannot', 'say', 'to', 'the', 'root,', 'like', 'me,', 'ripe', 'and', 'full', 'and', 'ever', 'of', 'your', 'abundance.”', 'to', 'the', 'fruit', 'giving', 'is', 'a', 'need,', 'as', 'is', 'a', 'need', 'to', 'the', 'root.', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in', 'speech,', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep', 'your', 'tongue', 'staggers', 'without', 'even', 'stumbling', 'speech', 'may', 'strengthen', 'weak', 'tongue.', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal', 'and', 'with', 'bold', 'steps.', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither', '', 'those', 'who', 'limp', 'go', 'not', 'you', 'who', 'are', 'strong', 'and', 'swift,', 'see', 'you', 'do', 'not', 'limp', 'before', 'the', 'lame,', 'it', 'kindness.', 'are', 'good', 'in', 'countless', 'ways,', 'and', 'you', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,', 'are', 'only', 'loitering', 'and', 'sluggard.', 'that', 'the', 'stags', 'cannot', 'teach', 'to', 'the', 'turtles.', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies', 'goodness:', 'and', 'that', 'longing', 'is', 'in', 'of', 'you.', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'a', 'rushing', 'with', 'might', 'to', 'the', 'sea,', 'the', 'secrets', 'of', 'the', 'hillsides', 'the', 'songs', 'of', 'the', 'forest.', 'in', 'others', 'it', 'is', 'a', 'flat', 'stream', 'that', 'itself', 'in', 'angles', 'and', 'bends', 'and', 'before', 'it', 'reaches', 'the', 'shore.', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to', 'who', 'longs', 'little,', '“Wherefore', 'are', 'slow', 'and', 'halting?”', 'the', 'truly', 'good', 'ask', 'not', 'the', 'naked,', 'is', 'your', 'garment?”', 'nor', 'the', '“What', 'has', 'befallen', 'your', '*****', 'a', 'priestess', 'said,', 'Speak', 'to', 'us', '_Prayer_.', 'he', 'answered,', 'saying:', 'pray', 'in', 'your', 'distress', 'and', 'in', 'your', 'would', 'that', 'you', 'might', 'pray', 'also', 'the', 'fullness', 'of', 'your', 'joy', 'and', 'in', 'your', 'of', 'abundance.', 'what', 'is', 'prayer', 'but', 'the', 'expansion', 'of', 'into', 'the', 'living', 'ether?', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for', 'delight', 'to', 'pour', 'forth', 'the', 'dawning', 'your', 'heart.', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your', 'summons', 'you', 'to', 'prayer,', 'she', 'should', 'you', 'again', 'and', 'yet', 'again,', 'though', 'until', 'you', 'shall', 'come', 'laughing.', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'the', 'those', 'who', 'are', 'praying', 'at', 'that', 'very', 'and', 'whom', 'save', 'in', 'prayer', 'you', 'not', 'meet.', 'let', 'your', 'visit', 'to', 'that', 'temple', 'be', 'for', 'naught', 'but', 'ecstasy', 'and', 'communion.', 'if', 'you', 'should', 'enter', 'the', 'temple', 'for', 'other', 'purpose', 'than', 'asking', 'you', 'shall', 'receive:', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'for', 'the', 'good', 'of', 'others', 'you', 'shall', 'not', 'heard.', 'is', 'enough', 'that', 'you', 'enter', 'the', 'temple', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.', 'listens', 'not', 'to', 'your', 'words', 'save', 'when', 'Himself', 'utters', 'them', 'through', 'your', 'I', 'cannot', 'teach', 'you', 'the', 'prayer', 'of', 'the', 'and', 'the', 'forests', 'and', 'the', 'mountains.', 'you', 'who', 'are', 'born', 'of', 'the', 'and', 'the', 'forests', 'and', 'the', 'seas', 'find', 'their', 'prayer', 'in', 'your', 'heart,', 'if', 'you', 'but', 'listen', 'in', 'the', 'stillness', 'the', 'night', 'you', 'shall', 'hear', 'them', 'saying', 'silence,', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is', 'will', 'in', 'us', 'that', 'willeth.', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our', 'which', 'are', 'thine,', 'into', 'days', 'which', 'thine', 'also.', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou', 'our', 'needs', 'before', 'they', 'are', 'born', 'us:', 'art', 'our', 'need;', 'and', 'in', 'giving', 'us', 'more', 'thyself', 'thou', 'givest', 'us', 'all.”', '0100]', '*****', 'a', 'hermit,', 'who', 'visited', 'the', 'city', 'a', 'year,', 'came', 'forth', 'and', 'said,', 'Speak', 'us', 'of', '_Pleasure_.', 'he', 'answered,', 'saying:', 'is', 'a', 'freedom-song,', 'it', 'is', 'not', 'freedom.', 'is', 'the', 'blossoming', 'of', 'your', 'desires,', 'it', 'is', 'not', 'their', 'fruit.', 'is', 'a', 'depth', 'calling', 'unto', 'a', 'height,', 'it', 'is', 'not', 'the', 'deep', 'nor', 'the', 'high.', 'is', 'the', 'caged', 'taking', 'wing,', 'it', 'is', 'not', 'space', 'encompassed.', 'in', 'very', 'truth,', 'pleasure', 'is', 'a', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have', 'lose', 'your', 'hearts', 'in', 'the', 'singing.', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if', 'were', 'all,', 'and', 'they', 'are', 'judged', 'and', '', 'would', 'not', 'judge', 'nor', 'them.', 'I', 'would', 'have', 'them', 'seek.', 'they', 'shall', 'find', 'pleasure,', 'but', 'not', 'alone;', 'are', 'her', 'sisters,', 'and', 'the', 'least', 'of', 'is', 'more', 'beautiful', 'than', 'pleasure.', 'you', 'not', 'heard', 'of', 'the', 'man', 'who', 'was', 'in', 'the', 'earth', 'for', 'roots', 'and', 'found', 'treasure?', 'some', 'of', 'your', 'elders', 'remember', 'with', 'regret', 'like', 'wrongs', 'in', 'drunkenness.', 'regret', 'is', 'the', 'beclouding', 'of', 'the', 'mind', 'not', 'its', 'chastisement.', 'should', 'remember', 'their', 'pleasures', 'gratitude,', 'as', 'they', 'would', 'the', 'of', 'a', 'summer.', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let', 'be', 'comforted.', 'there', 'are', 'among', 'you', 'those', 'who', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to', 'in', 'their', 'fear', 'of', 'seeking', 'and', '', 'shun', 'all', 'pleasures,', 'they', 'neglect', 'the', 'spirit', 'or', 'offend', 'it.', 'even', 'in', 'their', 'foregoing', 'is', 'their', 'thus', 'they', 'too', 'find', 'a', 'treasure', 'though', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend', 'spirit?', 'the', 'nightingale', 'offend', 'the', 'of', 'the', 'night,', 'or', 'the', 'firefly', 'stars?', 'shall', 'your', 'flame', 'or', 'your', 'smoke', 'the', 'wind?', 'you', 'the', 'spirit', 'is', 'a', 'still', 'pool', 'you', 'can', 'trouble', 'with', 'a', 'staff?', 'in', 'denying', 'yourself', 'pleasure', 'do', 'but', 'store', 'the', 'desire', 'in', 'the', 'of', 'your', 'being.', 'knows', 'but', 'that', 'which', 'seems', 'omitted', 'waits', 'for', 'tomorrow?', 'your', 'body', 'knows', 'its', 'heritage', 'its', 'rightful', 'need', 'and', 'will', 'not', 'be', 'your', 'body', 'is', 'the', 'harp', 'of', 'your', 'soul,', 'it', 'is', 'yours', 'to', 'bring', 'forth', '', 'from', 'it', 'or', 'confused', 'sounds.', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How', 'we', 'distinguish', 'that', 'which', 'is', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not', 'to', 'your', 'fields', 'and', 'your', 'gardens,', 'and', 'shall', 'learn', 'that', 'it', 'is', 'the', 'pleasure', 'the', 'bee', 'to', 'gather', 'honey', 'of', 'the', 'it', 'is', 'also', 'the', 'pleasure', 'of', 'the', 'to', 'yield', 'its', 'honey', 'to', 'the', 'bee.', 'to', 'the', 'bee', 'a', 'flower', 'is', 'a', 'fountain', 'of', 'to', 'the', 'flower', 'a', 'bee', 'is', 'a', 'messenger', 'love,', 'to', 'both,', 'bee', 'and', 'flower,', 'the', 'giving', 'the', 'receiving', 'of', 'pleasure', 'is', 'a', 'need', 'an', 'ecstasy.', 'of', 'Orphalese,', 'be', 'in', 'your', 'like', 'the', 'flowers', 'and', 'the', 'bees.', '*****', 'a', 'poet', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'shall', 'you', 'seek', 'beauty,', 'and', 'how', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be', 'way', 'and', 'your', 'guide?', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except', 'be', 'the', 'weaver', 'of', 'your', 'speech?', 'aggrieved', 'and', 'the', 'injured', 'say,', 'is', 'kind', 'and', 'gentle.', 'a', 'young', 'mother', 'half-shy', 'of', 'her', 'own', 'she', 'walks', 'among', 'us.”', 'the', 'passionate', 'say,', '“Nay,', 'beauty', 'is', 'thing', 'of', 'might', 'and', 'dread.', 'the', 'tempest', 'she', 'shakes', 'the', 'earth', 'us', 'and', 'the', 'sky', 'above', 'us.”', 'tired', 'and', 'the', 'weary', 'say,', '“Beauty', 'is', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our', '', 'voice', 'yields', 'to', 'our', 'like', 'a', 'faint', 'light', 'that', 'quivers', 'fear', 'of', 'the', 'shadow.”', 'the', 'restless', 'say,', '“We', 'have', 'heard', 'her', 'among', 'the', 'mountains,', 'with', 'her', 'cries', 'came', 'the', 'sound', 'of', 'and', 'the', 'beating', 'of', 'wings', 'and', 'the', 'of', 'lions.”', 'night', 'the', 'watchmen', 'of', 'the', 'city', 'say,', 'shall', 'rise', 'with', 'the', 'dawn', 'from', 'east.”', 'at', 'noontide', 'the', 'toilers', 'and', 'the', 'say,', '“We', 'have', 'seen', 'her', 'leaning', 'the', 'earth', 'from', 'the', 'windows', 'of', 'the', 'winter', 'say', 'the', 'snow-bound,', '“She', 'shall', 'with', 'the', 'spring', 'leaping', 'upon', 'the', 'in', 'the', 'summer', 'heat', 'the', 'reapers', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'the', 'leaves,', 'and', 'we', 'saw', 'a', 'drift', 'of', 'in', 'her', 'hair.”', '', 'these', 'things', 'you', 'said', 'of', 'beauty,', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of', 'unsatisfied,', 'beauty', 'is', 'not', 'a', 'need', 'but', 'an', 'ecstasy.', 'is', 'not', 'a', 'mouth', 'thirsting', 'nor', 'an', 'empty', 'stretched', 'forth,', 'rather', 'a', 'heart', 'enflamed', 'and', 'a', 'soul', 'is', 'not', 'the', 'image', 'you', 'would', 'see', 'nor', 'song', 'you', 'would', 'hear,', 'rather', 'an', 'image', 'you', 'see', 'though', 'you', 'your', 'eyes', 'and', 'a', 'song', 'you', 'hear', 'you', 'shut', 'your', 'ears.', 'is', 'not', 'the', 'sap', 'within', 'the', 'furrowed', 'nor', 'a', 'wing', 'attached', 'to', 'a', 'claw,', 'rather', 'a', 'garden', 'for', 'ever', 'in', 'bloom', 'a', 'flock', 'of', 'angels', 'for', 'ever', 'in', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when', 'unveils', 'her', 'holy', 'face.', 'you', 'are', 'life', 'and', 'you', 'are', 'the', 'veil.', 'is', 'eternity', 'gazing', 'at', 'itself', 'a', 'mirror.', 'you', 'are', 'eternity', 'and', 'you', 'are', 'the', '*****', 'an', 'old', 'priest', 'said,', 'Speak', 'to', 'us', '_Religion_.', 'he', 'said:', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?', 'not', 'religion', 'all', 'deeds', 'and', 'all', 'that', 'which', 'is', 'neither', 'deed', 'nor', 'but', 'a', 'wonder', 'and', 'a', 'surprise', 'springing', 'in', 'the', 'soul,', 'even', 'while', 'hands', 'hew', 'the', 'stone', 'or', 'tend', 'the', 'can', 'separate', 'his', 'faith', 'from', 'actions,', 'or', 'his', 'belief', 'from', 'his', 'can', 'spread', 'his', 'hours', 'before', 'him,', '“This', 'for', 'God', 'and', 'this', 'for', 'This', 'for', 'my', 'soul,', 'and', 'this', 'other', 'my', 'body?”', 'your', 'hours', 'are', 'wings', 'that', 'beat', 'space', 'from', 'self', 'to', 'self.', '', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best', 'were', 'better', 'naked.', 'wind', 'and', 'the', 'sun', 'will', 'tear', 'no', 'holes', 'his', 'skin.', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics', 'his', 'song-bird', 'in', 'a', 'cage.', 'freest', 'song', 'comes', 'not', 'through', 'bars', 'wires.', 'he', 'to', 'whom', 'worshipping', 'is', 'a', 'window,', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet', 'the', 'house', 'of', 'his', 'soul', 'whose', 'are', 'from', 'dawn', 'to', 'dawn.', 'daily', 'life', 'is', 'your', 'temple', 'and', 'your', 'you', 'enter', 'into', 'it', 'take', 'with', 'you', 'all.', 'the', 'plough', 'and', 'the', 'forge', 'and', 'the', 'and', 'the', 'lute,', 'things', 'you', 'have', 'fashioned', 'in', 'or', 'for', 'delight.', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your', 'nor', 'fall', 'lower', 'than', 'your', 'take', 'with', 'you', 'all', 'men:', '', 'in', 'you', 'cannot', 'fly', 'higher', 'than', 'hopes', 'nor', 'humble', 'yourself', 'lower', 'their', 'despair.', 'if', 'you', 'would', 'know', 'God', 'be', 'not', 'a', 'solver', 'of', 'riddles.', 'look', 'about', 'you', 'and', 'you', 'shall', 'see', 'playing', 'with', 'your', 'children.', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him', 'in', 'the', 'cloud,', 'outstretching', 'His', 'in', 'the', 'lightning', 'and', 'descending', 'in', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,', 'rising', 'and', 'waving', 'His', 'hands', 'in', '*****', 'Almitra', 'spoke,', 'saying,', 'We', 'would', 'now', 'of', '_Death_.', 'he', 'said:', 'would', 'know', 'the', 'secret', 'of', 'death.', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you', 'it', 'in', 'the', 'heart', 'of', 'life?', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind', 'the', 'day', 'cannot', 'unveil', 'the', 'mystery', 'light.', 'you', 'would', 'indeed', 'behold', 'the', 'spirit', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'the', 'of', 'life.', 'life', 'and', 'death', 'are', 'one,', 'even', 'as', 'the', 'and', 'the', 'sea', 'are', 'one.', 'the', 'depth', 'of', 'your', 'hopes', 'and', 'desires', 'your', 'silent', 'knowledge', 'of', 'the', 'like', 'seeds', 'dreaming', 'beneath', 'the', 'snow', 'heart', 'dreams', 'of', 'spring.', 'the', 'dreams,', 'for', 'in', 'them', 'is', 'hidden', 'gate', 'to', 'eternity.', '', 'fear', 'death', 'is', 'but', 'the', 'trembling', 'of', 'the', 'when', 'he', 'stands', 'before', 'the', 'king', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in', 'the', 'shepherd', 'not', 'joyful', 'beneath', 'his', 'that', 'he', 'shall', 'wear', 'the', 'mark', 'the', 'king?', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked', 'the', 'wind', 'and', 'to', 'melt', 'into', 'the', 'sun?', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but', 'free', 'the', 'breath', 'from', 'its', 'restless', 'that', 'it', 'may', 'rise', 'and', 'expand', 'and', 'God', 'unencumbered?', 'when', 'you', 'drink', 'from', 'the', 'river', 'of', 'shall', 'you', 'indeed', 'sing.', 'when', 'you', 'have', 'reached', 'the', 'mountain', 'then', 'you', 'shall', 'begin', 'to', 'climb.', 'when', 'the', 'earth', 'shall', 'claim', 'your', 'then', 'shall', 'you', 'truly', 'dance.', 'now', 'it', 'was', 'evening.', 'Almitra', 'the', 'seeress', 'said,', 'Blessed', 'be', 'day', 'and', 'this', 'place', 'and', 'your', 'spirit', 'has', 'spoken.', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was', 'not', 'also', 'a', 'listener?', 'he', 'descended', 'the', 'steps', 'of', 'the', 'and', 'all', 'the', 'people', 'followed', 'him.', 'he', 'reached', 'his', 'ship', 'and', 'stood', 'upon', 'deck.', 'facing', 'the', 'people', 'again,', 'he', 'raised', 'voice', 'and', 'said:', 'of', 'Orphalese,', 'the', 'wind', 'bids', 'me', 'you.', 'hasty', 'am', 'I', 'than', 'the', 'wind,', 'yet', 'I', 'go.', 'wanderers,', 'ever', 'seeking', 'the', 'lonelier', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended', 'day;', 'and', 'no', 'sunrise', 'finds', 'us', 'sunset', 'left', 'us.', '', 'while', 'the', 'sleeps', 'we', 'travel.', 'are', 'the', 'seeds', 'of', 'the', 'tenacious', 'and', 'it', 'is', 'in', 'our', 'ripeness', 'and', 'our', 'of', 'heart', 'that', 'we', 'are', 'given', 'to', 'wind', 'and', 'are', 'scattered.', 'were', 'my', 'days', 'among', 'you,', 'and', 'still', 'the', 'words', 'I', 'have', 'spoken.', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then', 'will', 'come', 'again,', 'with', 'a', 'richer', 'heart', 'and', 'lips', 'more', 'to', 'the', 'spirit', 'will', 'I', 'speak.', 'I', 'shall', 'return', 'with', 'the', 'tide,', 'though', 'death', 'may', 'hide', 'me,', 'and', 'the', 'silence', 'enfold', 'me,', 'yet', 'again', 'I', 'seek', 'your', 'understanding.', 'not', 'in', 'vain', 'will', 'I', 'seek.', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that', 'shall', 'reveal', 'itself', 'in', 'a', 'clearer', 'and', 'in', 'words', 'more', 'kin', 'to', 'your', 'go', 'with', 'the', 'wind,', 'people', 'of', 'but', 'not', 'down', 'into', 'emptiness;', 'if', 'this', 'day', 'is', 'not', 'a', 'fulfilment', 'your', 'needs', 'and', 'my', 'love,', 'then', 'let', 'it', 'a', 'promise', 'till', 'another', 'day.', 'needs', 'change,', 'but', 'not', 'his', 'love,', 'his', 'desire', 'that', 'his', 'love', 'should', 'his', 'needs.', 'therefore,', 'that', 'from', 'the', 'greater', 'I', 'shall', 'return.', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,', 'but', 'dew', 'in', 'the', 'fields,', 'shall', 'and', 'gather', 'into', 'a', 'cloud', 'and', 'then', 'down', 'in', 'rain.', 'not', 'unlike', 'the', 'mist', 'have', 'I', 'been.', 'the', 'stillness', 'of', 'the', 'night', 'I', 'have', 'in', 'your', 'streets,', 'and', 'my', 'spirit', 'entered', 'your', 'houses,', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'and', 'I', 'you', 'all.', 'I', 'knew', 'your', 'joy', 'and', 'your', 'pain,', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my', 'oftentimes', 'I', 'was', 'among', 'you', 'a', 'lake', 'the', 'mountains.', 'mirrored', 'the', 'summits', 'in', 'you', 'and', 'the', 'slopes,', 'and', 'even', 'the', 'flocks', 'of', 'your', 'thoughts', 'and', 'your', 'to', 'my', 'silence', 'came', 'the', 'laughter', 'your', 'children', 'in', 'streams,', 'and', 'the', 'of', 'your', 'youths', 'in', 'rivers.', 'when', 'they', 'reached', 'my', 'depth', 'the', 'and', 'the', 'rivers', 'ceased', 'not', 'yet', 'to', '0119]', 'sweeter', 'still', 'than', 'laughter', 'and', 'than', 'longing', 'came', 'to', 'me.', 'was', 'the', 'boundless', 'in', 'you;', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but', 'and', 'sinews;', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is', 'a', 'soundless', 'throbbing.', 'is', 'in', 'the', 'vast', 'man', 'that', 'you', 'are', 'vast,', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you', 'loved', 'you.', 'what', 'distances', 'can', 'love', 'reach', 'that', 'not', 'in', 'that', 'vast', 'sphere?', 'visions,', 'what', 'expectations', 'and', 'what', 'can', 'outsoar', 'that', 'flight?', 'a', 'giant', 'oak', 'tree', 'covered', 'with', 'apple', 'is', 'the', 'vast', 'man', 'in', 'you.', '', 'binds', 'you', 'to', 'the', 'earth,', 'his', 'lifts', 'you', 'into', 'space,', 'and', 'in', 'durability', 'you', 'are', 'deathless.', 'have', 'been', 'told', 'that,', 'even', 'like', 'a', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest', 'is', 'but', 'half', 'the', 'truth.', 'You', 'are', 'also', 'strong', 'as', 'your', 'strongest', 'link.', 'measure', 'you', 'by', 'your', 'smallest', 'deed', 'to', 'reckon', 'the', 'power', 'of', 'ocean', 'by', 'the', 'of', 'its', 'foam.', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to', 'blame', 'upon', 'the', 'seasons', 'for', 'their', 'you', 'are', 'like', 'an', 'ocean,', 'though', 'heavy-grounded', 'ships', 'await', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even', 'an', 'ocean,', 'you', 'cannot', 'hasten', 'your', 'like', 'the', 'seasons', 'you', 'are', 'also,', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your', 'spring,', 'reposing', 'within', 'you,', 'smiles', 'her', 'drowsiness', 'and', 'is', 'not', 'offended.', 'not', 'I', 'say', 'these', 'things', 'in', 'that', 'you', 'may', 'say', 'the', 'one', 'to', 'the', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but', 'good', 'in', 'us.”', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that', 'you', 'yourselves', 'know', 'in', 'thought.', 'what', 'is', 'word', 'knowledge', 'but', 'a', 'shadow', 'wordless', 'knowledge?', 'thoughts', 'and', 'my', 'words', 'are', 'waves', 'a', 'sealed', 'memory', 'that', 'keeps', 'records', 'our', 'yesterdays,', 'of', 'the', 'ancient', 'days', 'when', 'the', 'earth', 'not', 'us', 'nor', 'herself,', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought', 'confusion.', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your', 'behold', 'I', 'have', 'found', 'that', 'which', 'is', 'than', 'wisdom.', 'is', 'a', 'flame', 'spirit', 'in', 'you', 'ever', 'more', 'of', 'itself,', 'you,', 'heedless', 'of', 'its', 'expansion,', 'the', 'withering', 'of', 'your', 'days.', 'is', 'life', 'in', 'quest', 'of', 'life', 'in', 'that', 'fear', 'the', 'grave.', 'are', 'no', 'graves', 'here.', 'mountains', 'and', 'plains', 'are', 'a', 'cradle', 'a', 'stepping-stone.', 'you', 'pass', 'by', 'the', 'field', 'where', 'have', 'laid', 'your', 'ancestors', 'look', 'well', 'and', 'you', 'shall', 'see', 'yourselves', 'your', 'children', 'dancing', 'hand', 'in', 'hand.', 'you', 'often', 'make', 'merry', 'without', 'have', 'come', 'to', 'you', 'to', 'whom', 'for', 'promises', 'made', 'unto', 'your', 'faith', 'have', 'given', 'but', 'riches', 'and', 'power', 'and', 'than', 'a', 'promise', 'have', 'I', 'given,', 'and', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.', 'have', 'given', 'me', 'my', 'deeper', 'thirsting', 'life.', 'there', 'is', 'no', 'greater', 'gift', 'to', 'a', 'man', 'that', 'which', 'turns', 'all', 'his', 'aims', 'parching', 'lips', 'and', 'all', 'life', 'into', 'a', '0125]', 'in', 'this', 'lies', 'my', 'honour', 'and', 'my', 'whenever', 'I', 'come', 'to', 'the', 'fountain', 'drink', 'I', 'find', 'the', 'living', 'water', 'itself', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'and', 'to', 'receive', 'gifts.', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,', 'not', 'gifts.', 'though', 'I', 'have', 'eaten', 'berries', 'among', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit', 'your', 'board,', 'slept', 'in', 'the', 'portico', 'of', 'the', 'temple', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,', 'was', 'it', 'not', 'your', 'loving', 'mindfulness', 'my', 'days', 'and', 'my', 'nights', 'that', 'made', 'food', 'to', 'my', 'mouth', 'and', 'girdled', 'my', 'sleep', 'visions?', 'this', 'I', 'bless', 'you', 'most:', 'give', 'much', 'and', 'know', 'not', 'that', 'you', 'give', 'all.', '', 'the', 'kindness', 'that', 'upon', 'itself', 'in', 'a', 'mirror', 'turns', 'to', 'a', 'good', 'deed', 'that', 'calls', 'itself', 'by', 'names', 'becomes', 'the', 'parent', 'to', 'a', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,', 'drunk', 'with', 'my', 'own', 'aloneness,', 'you', 'have', 'said,', '“He', 'holds', 'council', 'the', 'trees', 'of', 'the', 'forest,', 'but', 'not', 'men.', 'sits', 'alone', 'on', 'hill-tops', 'and', 'looks', 'upon', 'our', 'city.”', 'it', 'is', 'that', 'I', 'have', 'climbed', 'the', 'hills', 'walked', 'in', 'remote', 'places.', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'a', 'height', 'or', 'a', 'great', 'distance?', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not', 'words,', 'and', 'they', 'said,', 'stranger,', 'lover', 'of', 'heights,', 'why', 'dwell', 'you', 'among', 'summits', 'where', 'eagles', 'build', 'nests?', '', 'seek', 'you', 'the', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in', 'sky?', 'and', 'be', 'one', 'of', 'us.', 'and', 'appease', 'your', 'hunger', 'with', 'our', 'and', 'quench', 'your', 'thirst', 'with', 'our', 'the', 'solitude', 'of', 'their', 'souls', 'they', 'said', 'things;', 'were', 'their', 'solitude', 'deeper', 'they', 'have', 'known', 'that', 'I', 'sought', 'but', 'the', 'of', 'your', 'joy', 'and', 'your', 'pain,', 'I', 'hunted', 'only', 'your', 'larger', 'selves', 'walk', 'the', 'sky.', 'the', 'hunter', 'was', 'also', 'the', 'hunted;', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only', 'seek', 'my', 'own', 'breast.', 'the', 'flier', 'was', 'also', 'the', 'creeper;', 'when', 'my', 'wings', 'were', 'spread', 'in', 'the', 'their', 'shadow', 'upon', 'the', 'earth', 'was', 'a', 'I', 'the', 'believer', 'was', 'also', 'the', 'doubter;', 'often', 'have', 'I', 'put', 'my', 'finger', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'the', 'belief', 'in', 'you', 'and', 'the', 'greater', 'of', 'you.', 'it', 'is', 'with', 'this', 'belief', 'and', 'this', 'that', 'I', 'say,', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,', 'confined', 'to', 'houses', 'or', 'fields.', 'which', 'is', 'you', 'dwells', 'above', 'the', 'and', 'roves', 'with', 'the', 'wind.', 'is', 'not', 'a', 'thing', 'that', 'crawls', 'into', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into', 'for', 'safety,', 'a', 'thing', 'free,', 'a', 'spirit', 'that', 'envelops', 'earth', 'and', 'moves', 'in', 'the', 'ether.', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not', 'clear', 'them.', 'and', 'nebulous', 'is', 'the', 'beginning', 'of', 'things,', 'but', 'not', 'their', 'end,', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as', 'beginning.', 'and', 'all', 'that', 'lives,', 'is', 'conceived', 'the', 'mist', 'and', 'not', 'in', 'the', 'crystal.', 'who', 'knows', 'but', 'a', 'crystal', 'is', 'mist', 'decay?', 'would', 'I', 'have', 'you', 'remember', 'in', 'me:', 'which', 'seems', 'most', 'feeble', 'and', 'in', 'you', 'is', 'the', 'strongest', 'and', 'determined.', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected', 'hardened', 'the', 'structure', 'of', 'your', 'is', 'it', 'not', 'a', 'dream', 'which', 'none', 'of', 'you', 'having', 'dreamt,', 'that', 'builded', 'city', 'and', 'fashioned', 'all', 'there', 'is', 'in', 'you', 'but', 'see', 'the', 'tides', 'of', 'that', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,', 'if', 'you', 'could', 'hear', 'the', 'whispering', 'of', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'and', 'is', 'well.', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be', 'by', 'the', 'hands', 'that', 'wove', 'it,', 'the', 'clay', 'that', 'fills', 'your', 'ears', 'shall', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded', '', 'you', 'shall', 'see.', 'you', 'shall', 'hear.', 'you', 'shall', 'not', 'deplore', 'having', 'known', 'nor', 'regret', 'having', 'been', 'deaf.', 'in', 'that', 'day', 'you', 'shall', 'know', 'the', 'purposes', 'in', 'all', 'things,', 'you', 'shall', 'bless', 'darkness', 'as', 'you', 'bless', 'light.', 'saying', 'these', 'things', 'he', 'looked', 'him,', 'and', 'he', 'saw', 'the', 'pilot', 'of', 'his', 'standing', 'by', 'the', 'helm', 'and', 'gazing', 'at', 'the', 'full', 'sails', 'and', 'now', 'at', 'the', 'he', 'said:', 'over', 'patient,', 'is', 'the', 'captain', 'of', 'ship.', 'wind', 'blows,', 'and', 'restless', 'are', 'the', 'the', 'rudder', 'begs', 'direction;', 'quietly', 'my', 'captain', 'awaits', 'my', 'these', 'my', 'mariners,', 'who', 'have', 'heard', 'choir', 'of', 'the', 'greater', 'sea,', 'they', 'too', 'heard', 'me', 'patiently.', '', 'they', 'wait', 'no', 'longer.', 'am', 'ready.', 'stream', 'has', 'reached', 'the', 'sea,', 'and', 'more', 'the', 'great', 'mother', 'holds', 'her', 'son', 'her', 'breast.', 'you', 'well,', 'people', 'of', 'Orphalese.', 'day', 'has', 'ended.', 'is', 'closing', 'upon', 'us', 'even', 'as', 'the', 'upon', 'its', 'own', 'tomorrow.', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must', 'come', 'together', 'and', 'together', 'stretch', 'hands', 'unto', 'the', 'giver.', 'not', 'that', 'I', 'shall', 'come', 'back', 'to', 'little', 'while,', 'and', 'my', 'longing', 'shall', 'dust', 'and', 'foam', 'for', 'another', 'body.', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon', 'wind,', 'and', 'another', 'woman', 'shall', 'bear', 'to', 'you', 'and', 'the', 'youth', 'I', 'have', 'with', 'you.', 'was', 'but', 'yesterday', 'we', 'met', 'in', 'a', '', 'have', 'sung', 'to', 'me', 'in', 'my', 'and', 'I', 'of', 'your', 'longings', 'have', 'a', 'tower', 'in', 'the', 'sky.', 'now', 'our', 'sleep', 'has', 'fled', 'and', 'our', 'dream', 'over,', 'and', 'it', 'is', 'no', 'longer', 'dawn.', 'noontide', 'is', 'upon', 'us', 'and', 'our', 'half', 'has', 'turned', 'to', 'fuller', 'day,', 'and', 'we', 'part.', 'in', 'the', 'twilight', 'of', 'memory', 'we', 'should', 'once', 'more,', 'we', 'shall', 'speak', 'again', 'and', 'you', 'shall', 'sing', 'to', 'me', 'a', 'song.', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another', 'we', 'shall', 'build', 'another', 'tower', 'in', 'sky.', 'saying', 'he', 'made', 'a', 'signal', 'to', 'the', 'and', 'straightway', 'they', 'weighed', 'and', 'cast', 'the', 'ship', 'loose', 'from', 'its', 'and', 'they', 'moved', 'eastward.', 'a', 'cry', 'came', 'from', 'the', 'people', 'as', 'from', 'a', 'heart,', 'and', 'it', 'rose', 'into', 'the', 'dusk', 'was', 'carried', 'out', 'over', 'the', 'sea', 'like', 'a', 'trumpeting.', 'Almitra', 'was', 'silent,', 'gazing', 'after', 'ship', 'until', 'it', 'had', 'vanished', 'into', 'mist.', 'when', 'all', 'the', 'people', 'were', 'dispersed', 'still', 'stood', 'alone', 'upon', 'the', 'sea-wall,', 'in', 'her', 'heart', 'his', 'saying,', 'little', 'while,', 'a', 'moment', 'of', 'rest', 'upon', 'wind,', 'and', 'another', 'woman', 'shall', 'bear', '0134]', 'of', 'the', 'Project', 'Gutenberg', 'EBook', 'of', 'The', 'Prophet,', 'by', 'Kahlil', 'Gibran', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'THE', 'PROPHET', '***', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****', 'and', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously', 'by', 'the', 'Internet', 'Archive', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will', 'renamed.', 'the', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'may', 'do', 'practically', 'ANYTHING', 'in', 'the', 'United', 'States', 'with', 'eBooks', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'the', 'license,', 'especially', 'commercial', 'redistribution.', 'FULL', 'LICENSE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK', 'protect', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'the', 'free', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'the', 'phrase', '\"Project', 'you', 'agree', 'to', 'comply', 'with', 'all', 'the', 'terms', 'of', 'the', 'Full', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at', '1.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project', 'electronic', 'works', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '\"Project', 'Gutenberg\"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'works.', 'See', 'paragraph', '1.E', 'below.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'If', 'an', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'the', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'share', 'it', 'without', 'charge', 'with', 'others.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'outside', 'the', 'United', 'States.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work', 'which', 'the', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', 'the', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'viewed,', 'copied', 'or', 'distributed:', '', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'in', 'the', 'United', 'States', 'and', '', 'most', 'other', 'parts', 'of', 'the', 'world', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', '', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', 'the', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'the', 'laws', 'of', 'the', 'country', 'where', 'you', '', 'are', 'located', 'before', 'using', 'this', 'ebook.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '\"Project', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'of', 'this', 'work.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'License.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '\"Plain', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'that', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', '', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed', '', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', '', 'Literary', 'Archive', 'Foundation.\"', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', '', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm', '', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', '', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', '', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', '', 'works.', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of', '', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the', '', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', '', 'receipt', 'of', 'the', 'work.', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'The', 'Gutenberg', 'Trademark', 'LLC,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'the', 'Project', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'be', 'read', 'by', 'your', 'equipment.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '\"Right', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'provisions.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any', 'you', 'cause.', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'people', 'in', 'all', 'walks', 'of', 'life.', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\", 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see', '3', 'and', '4', 'and', 'the', 'Foundation', 'information', 'page', 'at', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Service.', 'The', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification', 'is', '64-6221541.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'federal', 'laws', 'and', 'your', \"state's\", 'laws.', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'the', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'and', 'up', 'to', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', \"Foundation's\", 'web', 'site', 'and', 'page', 'at', 'www.gutenberg.org/contact', 'additional', 'contact', 'information:', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby', '', '', '', 'Chief', 'Executive', 'and', 'Director', '', '', '', 'gbnewby@pglaf.org', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'with', 'the', 'IRS.', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'visit', 'www.gutenberg.org/donate', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'us', 'with', 'offers', 'to', 'donate.', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To', 'please', 'visit:', 'www.gutenberg.org/donate', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'and', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'support.', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'www.gutenberg.org', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.']\n" + ] + } + ], + "source": [ + "def line_break(clean_w):\n", + " no_slashes = []\n", + " for words in clean_w:\n", + " no_slash = words.split('\\n')[0]\n", + " no_slashes.append(no_slash)\n", + " return no_slashes \n", + "\n", + "no_slash = line_break(clean_w)\n", + "print(no_slash) " ] }, { @@ -156,11 +232,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[['P', 'R', 'O', 'P', 'H', 'E', 'T', '', '', '|', 'A', 'l', 'm', 'u', 's', 't', 'a', 'f', 'a', ','], ['t', 'h', 'e'], ['c', 'h', 'o', 's', 'e', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd', ','], ['w', 'h', 'o'], ['w', 'a', 's'], ['a'], ['d', 'a', 'w', 'n'], ['u', 'n', 't', 'o'], ['h', 'i', 's'], ['o', 'w', 'n', '', 'd', 'a', 'y', ','], ['h', 'a', 'd'], ['w', 'a', 'i', 't', 'e', 'd'], ['t', 'w', 'e', 'l', 'v', 'e'], ['y', 'e', 'a', 'r', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '', 'o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e'], ['f', 'o', 'r'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['t', 'o', '', 'r', 'e', 't', 'u', 'r', 'n'], ['a', 'n', 'd'], ['b', 'e', 'a', 'r'], ['h', 'i', 'm'], ['b', 'a', 'c', 'k'], ['t', 'o'], ['t', 'h', 'e'], ['i', 's', 'l', 'e'], ['o', 'f', '', 'h', 'i', 's'], ['b', 'i', 'r', 't', 'h', '.', '', '', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['t', 'w', 'e', 'l', 'f', 't', 'h'], ['y', 'e', 'a', 'r', ','], ['o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'v', 'e', 'n', 't', 'h', '', 'd', 'a', 'y'], ['o', 'f'], ['I', 'e', 'l', 'o', 'o', 'l', ','], ['t', 'h', 'e'], ['m', 'o', 'n', 't', 'h'], ['o', 'f'], ['r', 'e', 'a', 'p', 'i', 'n', 'g', ','], ['h', 'e', '', 'c', 'l', 'i', 'm', 'b', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's', '', 'a', 'n', 'd'], ['l', 'o', 'o', 'k', 'e', 'd'], ['s', 'e', 'a', 'w', 'a', 'r', 'd', ';'], ['a', 'n', 'd'], ['h', 'e'], ['b', 'e', 'h', 'e', 'l', 'd'], ['h', 'i', 's', '', 's', 'h', 'i', 'p'], ['c', 'o', 'm', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['m', 'i', 's', 't', '.', '', '', 'T', 'h', 'e', 'n'], ['t', 'h', 'e'], ['g', 'a', 't', 'e', 's'], ['o', 'f'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't'], ['w', 'e', 'r', 'e'], ['f', 'l', 'u', 'n', 'g', '', 'o', 'p', 'e', 'n', ','], ['a', 'n', 'd'], ['h', 'i', 's'], ['j', 'o', 'y'], ['f', 'l', 'e', 'w'], ['f', 'a', 'r'], ['o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a', '.', '', 'A', 'n', 'd'], ['h', 'e'], ['c', 'l', 'o', 's', 'e', 'd'], ['h', 'i', 's'], ['e', 'y', 'e', 's'], ['a', 'n', 'd'], ['p', 'r', 'a', 'y', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['o', 'f'], ['h', 'i', 's'], ['s', 'o', 'u', 'l', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't'], ['a', 's'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', ','], ['a'], ['s', 'a', 'd', 'n', 'e', 's', 's', '', 'c', 'a', 'm', 'e'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['h', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['i', 'n'], ['h', 'i', 's', '', 'h', 'e', 'a', 'r', 't', ':', '', '', 'H', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['g', 'o'], ['i', 'n'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't', '', 's', 'o', 'r', 'r', 'o', 'w', '?'], ['N', 'a', 'y', ','], ['n', 'o', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['w', 'o', 'u', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'i', 's'], ['c', 'i', 't', 'y', '.'], [], ['t', 'h', 'e'], ['d', 'a', 'y', 's'], ['o', 'f'], ['p', 'a', 'i', 'n'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'p', 'e', 'n', 't', '', 'w', 'i', 't', 'h', 'i', 'n'], ['i', 't', 's'], ['w', 'a', 'l', 'l', 's', ','], ['a', 'n', 'd'], ['l', 'o', 'n', 'g'], ['w', 'e', 'r', 'e'], ['t', 'h', 'e', '', 'n', 'i', 'g', 'h', 't', 's'], ['o', 'f'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ';'], ['a', 'n', 'd'], ['w', 'h', 'o'], ['c', 'a', 'n'], ['d', 'e', 'p', 'a', 'r', 't', '', 'f', 'r', 'o', 'm'], ['h', 'i', 's'], ['p', 'a', 'i', 'n'], ['a', 'n', 'd'], ['h', 'i', 's'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't', '', 'r', 'e', 'g', 'r', 'e', 't', '?', '', '', 'T', 'o', 'o'], ['m', 'a', 'n', 'y'], ['f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['h', 'a', 'v', 'e'], ['I', '', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd'], ['t', 'o', 'o'], ['m', 'a', 'n', 'y', '', 'a', 'r', 'e'], ['t', 'h', 'e'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['o', 'f'], ['m', 'y'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['w', 'a', 'l', 'k', '', 'n', 'a', 'k', 'e', 'd'], ['a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e', 's', 'e'], ['h', 'i', 'l', 'l', 's', ','], ['a', 'n', 'd'], ['I'], ['c', 'a', 'n', 'n', 'o', 't', '', 'w', 'i', 't', 'h', 'd', 'r', 'a', 'w'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', 'm'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['b', 'u', 'r', 'd', 'e', 'n'], ['a', 'n', 'd', '', 'a', 'n'], ['a', 'c', 'h', 'e', '.', '', '', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['g', 'a', 'r', 'm', 'e', 'n', 't'], ['I'], ['c', 'a', 's', 't'], ['o', 'f', 'f'], ['t', 'h', 'i', 's', '', 'd', 'a', 'y', ','], ['b', 'u', 't'], ['a'], ['s', 'k', 'i', 'n'], ['t', 'h', 'a', 't'], ['I'], ['t', 'e', 'a', 'r'], ['w', 'i', 't', 'h'], ['m', 'y'], ['o', 'w', 'n', '', 'h', 'a', 'n', 'd', 's', '.', '', '', 'N', 'o', 'r'], ['i', 's'], ['i', 't'], ['a'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['I'], ['l', 'e', 'a', 'v', 'e'], ['b', 'e', 'h', 'i', 'n', 'd'], ['m', 'e', ',', '', 'b', 'u', 't'], ['a'], ['h', 'e', 'a', 'r', 't'], ['m', 'a', 'd', 'e'], ['s', 'w', 'e', 'e', 't'], ['w', 'i', 't', 'h'], ['h', 'u', 'n', 'g', 'e', 'r'], ['a', 'n', 'd', '', 'w', 'i', 't', 'h'], ['t', 'h', 'i', 'r', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'e', 't'], ['I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'a', 'r', 'r', 'y'], ['l', 'o', 'n', 'g', 'e', 'r', '.', '', '', 'T', 'h', 'e'], ['s', 'e', 'a'], ['t', 'h', 'a', 't'], ['c', 'a', 'l', 'l', 's'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['u', 'n', 't', 'o'], ['h', 'e', 'r', '', 'c', 'a', 'l', 'l', 's'], ['m', 'e', ','], ['a', 'n', 'd'], ['I'], ['m', 'u', 's', 't'], ['e', 'm', 'b', 'a', 'r', 'k', '.', '', '', 'F', 'o', 'r'], ['t', 'o'], ['s', 't', 'a', 'y', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r', 's'], ['b', 'u', 'r', 'n'], ['i', 'n', '', 't', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ','], ['i', 's'], ['t', 'o'], ['f', 'r', 'e', 'e', 'z', 'e'], ['a', 'n', 'd'], ['c', 'r', 'y', 's', 't', 'a', 'l', 'l', 'i', 'z', 'e', '', 'a', 'n', 'd'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd'], ['i', 'n'], ['a'], ['m', 'o', 'u', 'l', 'd', '.', '', '', 'F', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['m', 'e'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['i', 's', '', 'h', 'e', 'r', 'e', '.'], ['B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I', '?', '', '', 'A'], ['v', 'o', 'i', 'c', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['c', 'a', 'r', 'r', 'y'], ['t', 'h', 'e'], ['t', 'o', 'n', 'g', 'u', 'e'], ['a', 'n', 'd', ''], ['l', 'i', 'p', 's'], ['t', 'h', 'a', 't'], ['g', 'a', 'v', 'e'], ['i', 't'], ['w', 'i', 'n', 'g', 's', '.'], ['A', 'l', 'o', 'n', 'e', '', 'm', 'u', 's', 't'], ['i', 't'], ['s', 'e', 'e', 'k'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r', '.', '', '', 'A', 'n', 'd'], ['a', 'l', 'o', 'n', 'e'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['h', 'i', 's'], ['n', 'e', 's', 't'], ['s', 'h', 'a', 'l', 'l'], ['t', 'h', 'e', '', 'e', 'a', 'g', 'l', 'e'], ['f', 'l', 'y'], ['a', 'c', 'r', 'o', 's', 's'], ['t', 'h', 'e'], ['s', 'u', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'N', 'o', 'w'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['f', 'o', 'o', 't'], ['o', 'f'], ['t', 'h', 'e', '', 'h', 'i', 'l', 'l', ','], ['h', 'e'], ['t', 'u', 'r', 'n', 'e', 'd'], ['a', 'g', 'a', 'i', 'n'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['s', 'e', 'a', ',', '', 'a', 'n', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['a', 'p', 'p', 'r', 'o', 'a', 'c', 'h', 'i', 'n', 'g'], ['t', 'h', 'e', '', 'h', 'a', 'r', 'b', 'o', 'u', 'r', ','], ['a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['h', 'e', 'r'], ['p', 'r', 'o', 'w'], ['t', 'h', 'e'], ['m', 'a', 'r', 'i', 'n', 'e', 'r', 's', ',', '', 't', 'h', 'e'], ['m', 'e', 'n'], ['o', 'f'], ['h', 'i', 's'], ['o', 'w', 'n'], ['l', 'a', 'n', 'd', '.', '', '', 'A', 'n', 'd'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['c', 'r', 'i', 'e', 'd'], ['o', 'u', 't'], ['t', 'o'], ['t', 'h', 'e', 'm', ','], ['a', 'n', 'd'], ['h', 'e', '', 's', 'a', 'i', 'd', ':', '', '', 'S', 'o', 'n', 's'], ['o', 'f'], ['m', 'y'], ['a', 'n', 'c', 'i', 'e', 'n', 't'], ['m', 'o', 't', 'h', 'e', 'r', ','], ['y', 'o', 'u'], ['r', 'i', 'd', 'e', 'r', 's'], ['o', 'f', '', 't', 'h', 'e'], ['t', 'i', 'd', 'e', 's', ',', '', '', 'H', 'o', 'w'], ['o', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'a', 'i', 'l', 'e', 'd'], ['i', 'n'], ['m', 'y'], ['d', 'r', 'e', 'a', 'm', 's', '.', '', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u'], ['c', 'o', 'm', 'e'], ['i', 'n'], ['m', 'y'], ['a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', ','], ['w', 'h', 'i', 'c', 'h', '', 'i', 's'], ['m', 'y'], ['d', 'e', 'e', 'p', 'e', 'r'], ['d', 'r', 'e', 'a', 'm', '.', '', '', 'R', 'e', 'a', 'd', 'y'], ['a', 'm'], ['I'], ['t', 'o'], ['g', 'o', ','], ['a', 'n', 'd'], ['m', 'y'], ['e', 'a', 'g', 'e', 'r', 'n', 'e', 's', 's'], ['w', 'i', 't', 'h', '', 's', 'a', 'i', 'l', 's'], ['f', 'u', 'l', 'l'], ['s', 'e', 't'], ['a', 'w', 'a', 'i', 't', 's'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '.', '', '', 'O', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['w', 'i', 'l', 'l'], ['I'], ['b', 'r', 'e', 'a', 't', 'h', 'e'], ['i', 'n', '', 't', 'h', 'i', 's'], ['s', 't', 'i', 'l', 'l'], ['a', 'i', 'r', ','], ['o', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['l', 'o', 'v', 'i', 'n', 'g'], ['l', 'o', 'o', 'k', '', 'c', 'a', 's', 't'], ['b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['s', 't', 'a', 'n', 'd'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u', ','], ['a', '', 's', 'e', 'a', 'f', 'a', 'r', 'e', 'r'], ['a', 'm', 'o', 'n', 'g'], ['s', 'e', 'a', 'f', 'a', 'r', 'e', 'r', 's', '.'], [], ['y', 'o', 'u', ',', '', 'v', 'a', 's', 't'], ['s', 'e', 'a', ','], ['s', 'l', 'e', 'e', 'p', 'l', 'e', 's', 's'], ['m', 'o', 't', 'h', 'e', 'r', ',', '', '', 'W', 'h', 'o'], ['a', 'l', 'o', 'n', 'e'], ['a', 'r', 'e'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['t', 'o'], ['t', 'h', 'e', '', 'r', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 't', 'r', 'e', 'a', 'm', ',', '', '', 'O', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'i', 'n', 'd', 'i', 'n', 'g'], ['w', 'i', 'l', 'l'], ['t', 'h', 'i', 's'], ['s', 't', 'r', 'e', 'a', 'm', '', 'm', 'a', 'k', 'e', ','], ['o', 'n', 'l', 'y'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['m', 'u', 'r', 'm', 'u', 'r'], ['i', 'n'], ['t', 'h', 'i', 's'], ['g', 'l', 'a', 'd', 'e', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u', ','], ['a', '', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['d', 'r', 'o', 'p'], ['t', 'o'], ['a'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['o', 'c', 'e', 'a', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['a', 's'], ['h', 'e'], ['w', 'a', 'l', 'k', 'e', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['f', 'r', 'o', 'm'], ['a', 'f', 'a', 'r'], ['m', 'e', 'n', '', 'a', 'n', 'd'], ['w', 'o', 'm', 'e', 'n'], ['l', 'e', 'a', 'v', 'i', 'n', 'g'], ['t', 'h', 'e', 'i', 'r'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r', '', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['a', 'n', 'd'], ['h', 'a', 's', 't', 'e', 'n', 'i', 'n', 'g'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '', 'g', 'a', 't', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['h', 'e', 'a', 'r', 'd'], ['t', 'h', 'e', 'i', 'r'], ['v', 'o', 'i', 'c', 'e', 's'], ['c', 'a', 'l', 'l', 'i', 'n', 'g'], ['h', 'i', 's', '', 'n', 'a', 'm', 'e', ','], ['a', 'n', 'd'], ['s', 'h', 'o', 'u', 't', 'i', 'n', 'g'], ['f', 'r', 'o', 'm'], ['f', 'i', 'e', 'l', 'd'], ['t', 'o'], ['f', 'i', 'e', 'l', 'd', '', 't', 'e', 'l', 'l', 'i', 'n', 'g'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'm', 'i', 'n', 'g'], ['o', 'f'], ['h', 'i', 's', '', 's', 'h', 'i', 'p', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd'], ['t', 'o'], ['h', 'i', 'm', 's', 'e', 'l', 'f', ':', '', '', 'S', 'h', 'a', 'l', 'l'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f'], ['p', 'a', 'r', 't', 'i', 'n', 'g'], ['b', 'e'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f', '', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g', '?', '', '', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['i', 't'], ['b', 'e'], ['s', 'a', 'i', 'd'], ['t', 'h', 'a', 't'], ['m', 'y'], ['e', 'v', 'e'], ['w', 'a', 's'], ['i', 'n', '', 't', 'r', 'u', 't', 'h'], ['m', 'y'], ['d', 'a', 'w', 'n', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['g', 'i', 'v', 'e'], ['u', 'n', 't', 'o'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['h', 'a', 's', '', 'l', 'e', 'f', 't'], ['h', 'i', 's'], ['p', 'l', 'o', 'u', 'g', 'h'], ['i', 'n'], ['m', 'i', 'd', 'f', 'u', 'r', 'r', 'o', 'w', ','], ['o', 'r'], ['t', 'o', '', 'h', 'i', 'm'], ['w', 'h', 'o'], ['h', 'a', 's'], ['s', 't', 'o', 'p', 'p', 'e', 'd'], ['t', 'h', 'e'], ['w', 'h', 'e', 'e', 'l'], ['o', 'f'], ['h', 'i', 's', '', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '?'], [], ['m', 'y'], ['h', 'e', 'a', 'r', 't'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a', '', 't', 'r', 'e', 'e'], ['h', 'e', 'a', 'v', 'y', '-', 'l', 'a', 'd', 'e', 'n'], ['w', 'i', 't', 'h'], ['f', 'r', 'u', 'i', 't'], ['t', 'h', 'a', 't'], ['I'], ['m', 'a', 'y', '', 'g', 'a', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', 'm', '?', '', '', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['m', 'y'], ['d', 'e', 's', 'i', 'r', 'e', 's'], ['f', 'l', 'o', 'w'], ['l', 'i', 'k', 'e'], ['a', '', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['t', 'h', 'a', 't'], ['I'], ['m', 'a', 'y'], ['f', 'i', 'l', 'l'], ['t', 'h', 'e', 'i', 'r'], ['c', 'u', 'p', 's', '?', '', '', 'A', 'm'], ['I'], ['a'], ['h', 'a', 'r', 'p'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'g', 'h', 't', 'y', '', 'm', 'a', 'y'], ['t', 'o', 'u', 'c', 'h'], ['m', 'e', ','], ['o', 'r'], ['a'], ['f', 'l', 'u', 't', 'e'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['b', 'r', 'e', 'a', 't', 'h', '', 'm', 'a', 'y'], ['p', 'a', 's', 's'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['m', 'e', '?', '', '', 'A'], ['s', 'e', 'e', 'k', 'e', 'r'], ['o', 'f'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['a', 'm'], ['I', ','], ['a', 'n', 'd'], ['w', 'h', 'a', 't', '', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['h', 'a', 'v', 'e'], ['I'], ['f', 'o', 'u', 'n', 'd'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['t', 'h', 'a', 't'], ['I', '', 'm', 'a', 'y'], ['d', 'i', 's', 'p', 'e', 'n', 's', 'e'], ['w', 'i', 't', 'h'], ['c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', '?', '', '', 'I', 'f'], ['t', 'h', 'i', 's'], ['i', 's'], ['m', 'y'], ['d', 'a', 'y'], ['o', 'f'], ['h', 'a', 'r', 'v', 'e', 's', 't', ','], ['i', 'n'], ['w', 'h', 'a', 't', '', 'f', 'i', 'e', 'l', 'd', 's'], ['h', 'a', 'v', 'e'], ['I'], ['s', 'o', 'w', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'e', 'd', ','], ['a', 'n', 'd'], ['i', 'n', '', 'w', 'h', 'a', 't'], ['u', 'n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd'], ['s', 'e', 'a', 's', 'o', 'n', 's', '?', '', '', 'I', 'f'], ['t', 'h', 'i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['b', 'e'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r'], ['i', 'n'], ['w', 'h', 'i', 'c', 'h'], ['I', '', 'l', 'i', 'f', 't'], ['u', 'p'], ['m', 'y'], ['l', 'a', 'n', 't', 'e', 'r', 'n', ','], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['m', 'y'], ['f', 'l', 'a', 'm', 'e', '', 't', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'u', 'r', 'n'], ['t', 'h', 'e', 'r', 'e', 'i', 'n', '.', '', '', 'E', 'm', 'p', 't', 'y'], ['a', 'n', 'd'], ['d', 'a', 'r', 'k'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['r', 'a', 'i', 's', 'e'], ['m', 'y'], ['l', 'a', 'n', 't', 'e', 'r', 'n', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['g', 'u', 'a', 'r', 'd', 'i', 'a', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'l', 'l', '', 'i', 't'], ['w', 'i', 't', 'h'], ['o', 'i', 'l'], ['a', 'n', 'd'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['l', 'i', 'g', 'h', 't'], ['i', 't'], ['a', 'l', 's', 'o', '.', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['h', 'e'], ['s', 'a', 'i', 'd'], ['i', 'n'], ['w', 'o', 'r', 'd', 's', '.'], ['B', 'u', 't'], ['m', 'u', 'c', 'h', '', 'i', 'n'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't'], ['r', 'e', 'm', 'a', 'i', 'n', 'e', 'd'], ['u', 'n', 's', 'a', 'i', 'd', '.'], ['F', 'o', 'r'], [], ['c', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'p', 'e', 'a', 'k'], ['h', 'i', 's'], ['d', 'e', 'e', 'p', 'e', 'r', '', 's', 'e', 'c', 'r', 'e', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '2', '0', ']', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['e', 'n', 't', 'e', 'r', 'e', 'd'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['a', 'l', 'l', '', 't', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['m', 'e', 'e', 't'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y', '', 'w', 'e', 'r', 'e'], ['c', 'r', 'y', 'i', 'n', 'g'], ['o', 'u', 't'], ['t', 'o'], ['h', 'i', 'm'], ['a', 's'], ['w', 'i', 't', 'h'], ['o', 'n', 'e', '', 'v', 'o', 'i', 'c', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['e', 'l', 'd', 'e', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['s', 't', 'o', 'o', 'd'], ['f', 'o', 'r', 't', 'h', '', 'a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '', '', 'G', 'o'], ['n', 'o', 't'], ['y', 'e', 't'], ['a', 'w', 'a', 'y'], ['f', 'r', 'o', 'm'], ['u', 's', '.', '', '', 'A'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'e', 'n'], ['i', 'n'], ['o', 'u', 'r', '', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', ','], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h'], ['h', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['u', 's', '', 'd', 'r', 'e', 'a', 'm', 's'], ['t', 'o'], ['d', 'r', 'e', 'a', 'm', '.', '', '', 'N', 'o'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['a', 'm', 'o', 'n', 'g'], ['u', 's', ','], ['n', 'o', 'r', '', 'a'], ['g', 'u', 'e', 's', 't', ','], ['b', 'u', 't'], ['o', 'u', 'r'], ['s', 'o', 'n'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['d', 'e', 'a', 'r', 'l', 'y', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd', '.', '', '', 'S', 'u', 'f', 'f', 'e', 'r'], ['n', 'o', 't'], ['y', 'e', 't'], ['o', 'u', 'r'], ['e', 'y', 'e', 's'], ['t', 'o'], ['h', 'u', 'n', 'g', 'e', 'r'], ['f', 'o', 'r', '', 'y', 'o', 'u', 'r'], ['f', 'a', 'c', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's', 'e', 's'], ['s', 'a', 'i', 'd', '', 'u', 'n', 't', 'o'], ['h', 'i', 'm', ':', '', '', 'L', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'e'], ['w', 'a', 'v', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['u', 's', '', 'n', 'o', 'w', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['y', 'e', 'a', 'r', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'p', 'e', 'n', 't'], ['i', 'n'], ['o', 'u', 'r', '', 'm', 'i', 'd', 's', 't'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a'], ['m', 'e', 'm', 'o', 'r', 'y', '.', '', '', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['w', 'a', 'l', 'k', 'e', 'd'], ['a', 'm', 'o', 'n', 'g'], ['u', 's'], ['a'], ['s', 'p', 'i', 'r', 'i', 't', ',', ''], ['y', 'o', 'u', 'r'], ['s', 'h', 'a', 'd', 'o', 'w'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['a'], ['l', 'i', 'g', 'h', 't', '', 'u', 'p', 'o', 'n'], ['o', 'u', 'r'], ['f', 'a', 'c', 'e', 's', '.', '', '', 'M', 'u', 'c', 'h'], ['h', 'a', 'v', 'e'], ['w', 'e'], ['l', 'o', 'v', 'e', 'd'], ['y', 'o', 'u', '.'], ['B', 'u', 't'], ['s', 'p', 'e', 'e', 'c', 'h', 'l', 'e', 's', 's', '', 'w', 'a', 's'], ['o', 'u', 'r'], ['l', 'o', 'v', 'e', ','], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['v', 'e', 'i', 'l', 's'], ['h', 'a', 's'], ['i', 't'], ['b', 'e', 'e', 'n', '', 'v', 'e', 'i', 'l', 'e', 'd', '.', '', '', 'Y', 'e', 't'], ['n', 'o', 'w'], ['i', 't'], ['c', 'r', 'i', 'e', 's'], ['a', 'l', 'o', 'u', 'd'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', ','], ['a', 'n', 'd', '', 'w', 'o', 'u', 'l', 'd'], ['s', 't', 'a', 'n', 'd'], ['r', 'e', 'v', 'e', 'a', 'l', 'e', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['y', 'o', 'u', '.', '', '', 'A', 'n', 'd'], ['e', 'v', 'e', 'r'], ['h', 'a', 's'], ['i', 't'], ['b', 'e', 'e', 'n'], ['t', 'h', 'a', 't'], ['l', 'o', 'v', 'e'], ['k', 'n', 'o', 'w', 's', '', 'n', 'o', 't'], ['i', 't', 's'], ['o', 'w', 'n'], ['d', 'e', 'p', 't', 'h'], ['u', 'n', 't', 'i', 'l'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r'], ['o', 'f', '', 's', 'e', 'p', 'a', 'r', 'a', 't', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['c', 'a', 'm', 'e'], ['a', 'l', 's', 'o'], ['a', 'n', 'd'], ['e', 'n', 't', 'r', 'e', 'a', 't', 'e', 'd'], ['h', 'i', 'm', '.', '', 'B', 'u', 't'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['t', 'h', 'e', 'm'], ['n', 'o', 't', '.'], ['H', 'e'], ['o', 'n', 'l', 'y'], ['b', 'e', 'n', 't', '', 'h', 'i', 's'], ['h', 'e', 'a', 'd', ';'], ['a', 'n', 'd'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['s', 't', 'o', 'o', 'd'], ['n', 'e', 'a', 'r'], ['s', 'a', 'w', '', 'h', 'i', 's'], ['t', 'e', 'a', 'r', 's'], ['f', 'a', 'l', 'l', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['h', 'i', 's'], ['b', 'r', 'e', 'a', 's', 't', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['p', 'r', 'o', 'c', 'e', 'e', 'd', 'e', 'd'], ['t', 'o', 'w', 'a', 'r', 'd', 's', '', 't', 'h', 'e'], ['g', 'r', 'e', 'a', 't'], ['s', 'q', 'u', 'a', 'r', 'e'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['c', 'a', 'm', 'e'], ['o', 'u', 't'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'a', 'n', 'c', 't', 'u', 'a', 'r', 'y'], ['a', '', 'w', 'o', 'm', 'a', 'n'], ['w', 'h', 'o', 's', 'e'], ['n', 'a', 'm', 'e'], ['w', 'a', 's'], ['A', 'l', 'm', 'i', 't', 'r', 'a', '.'], ['A', 'n', 'd'], ['s', 'h', 'e', '', 'w', 'a', 's'], ['a'], ['s', 'e', 'e', 'r', 'e', 's', 's', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['l', 'o', 'o', 'k', 'e', 'd'], ['u', 'p', 'o', 'n'], ['h', 'e', 'r'], ['w', 'i', 't', 'h'], ['e', 'x', 'c', 'e', 'e', 'd', 'i', 'n', 'g', '', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', ','], ['f', 'o', 'r'], ['i', 't'], ['w', 'a', 's'], ['s', 'h', 'e'], ['w', 'h', 'o'], ['h', 'a', 'd'], ['f', 'i', 'r', 's', 't', '', 's', 'o', 'u', 'g', 'h', 't'], ['a', 'n', 'd'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'd'], ['i', 'n'], ['h', 'i', 'm'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['h', 'a', 'd', '', 'b', 'e', 'e', 'n'], ['b', 'u', 't'], ['a'], ['d', 'a', 'y'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['c', 'i', 't', 'y', '.'], [], ['h', 'a', 'i', 'l', 'e', 'd'], ['h', 'i', 'm', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'P', 'r', 'o', 'p', 'h', 'e', 't'], ['o', 'f'], ['G', 'o', 'd', ','], ['i', 'n'], ['q', 'u', 'e', 's', 't'], ['o', 'f'], ['t', 'h', 'e', '', 'u', 't', 't', 'e', 'r', 'm', 'o', 's', 't', ','], ['l', 'o', 'n', 'g'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'e', 'a', 'r', 'c', 'h', 'e', 'd'], ['t', 'h', 'e', '', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'h', 'i', 'p', '.', '', '', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u', 'r'], ['s', 'h', 'i', 'p'], ['h', 'a', 's'], ['c', 'o', 'm', 'e', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['m', 'u', 's', 't', '', 'n', 'e', 'e', 'd', 's'], ['g', 'o', '.', '', '', 'D', 'e', 'e', 'p'], ['i', 's'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'a', 'n', 'd'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['m', 'e', 'm', 'o', 'r', 'i', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'w', 'e', 'l', 'l', 'i', 'n', 'g'], ['p', 'l', 'a', 'c', 'e', '', 'o', 'f'], ['y', 'o', 'u', 'r'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ';'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['l', 'o', 'v', 'e', '', 'w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['b', 'i', 'n', 'd'], ['y', 'o', 'u'], ['n', 'o', 'r'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['h', 'o', 'l', 'd', '', 'y', 'o', 'u', '.', '', '', 'Y', 'e', 't'], ['t', 'h', 'i', 's'], ['w', 'e'], ['a', 's', 'k'], ['e', 'r', 'e'], ['y', 'o', 'u'], ['l', 'e', 'a', 'v', 'e'], ['u', 's', ','], ['t', 'h', 'a', 't', '', 'y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e'], ['u', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 't', 'r', 'u', 't', 'h', '.', '', '', 'A', 'n', 'd'], ['w', 'e'], ['w', 'i', 'l', 'l'], ['g', 'i', 'v', 'e'], ['i', 't'], ['u', 'n', 't', 'o'], ['o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ',', '', 'a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', 'i', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ','], ['a', 'n', 'd'], ['i', 't', '', 's', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['p', 'e', 'r', 'i', 's', 'h', '.', '', '', 'I', 'n'], ['y', 'o', 'u', 'r'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['w', 'a', 't', 'c', 'h', 'e', 'd'], ['w', 'i', 't', 'h', '', 'o', 'u', 'r'], ['d', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['y', 'o', 'u', '', 'h', 'a', 'v', 'e'], ['l', 'i', 's', 't', 'e', 'n', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['w', 'e', 'e', 'p', 'i', 'n', 'g'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['o', 'f'], ['o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p', '.', '', '', 'N', 'o', 'w'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['d', 'i', 's', 'c', 'l', 'o', 's', 'e'], ['u', 's'], ['t', 'o'], ['o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', ',', '', 'a', 'n', 'd'], ['t', 'e', 'l', 'l'], ['u', 's'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['s', 'h', 'o', 'w', 'n', '', 'y', 'o', 'u'], ['o', 'f'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['b', 'e', 't', 'w', 'e', 'e', 'n'], ['b', 'i', 'r', 't', 'h'], ['a', 'n', 'd', '', 'd', 'e', 'a', 't', 'h', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', '', '', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['o', 'f'], ['w', 'h', 'a', 't'], ['c', 'a', 'n'], ['I', ''], ['s', 'a', 'v', 'e'], ['o', 'f'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['e', 'v', 'e', 'n'], ['n', 'o', 'w', '', 'm', 'o', 'v', 'i', 'n', 'g'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', 's', '?', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'n'], ['s', 'a', 'i', 'd'], ['A', 'l', 'm', 'i', 't', 'r', 'a', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'L', 'o', 'v', 'e', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['r', 'a', 'i', 's', 'e', 'd'], ['h', 'i', 's'], ['h', 'e', 'a', 'd'], ['a', 'n', 'd'], ['l', 'o', 'o', 'k', 'e', 'd'], ['u', 'p', 'o', 'n', '', 't', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['f', 'e', 'l', 'l'], ['a'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '', 'u', 'p', 'o', 'n'], ['t', 'h', 'e', 'm', '.'], ['A', 'n', 'd'], ['w', 'i', 't', 'h'], ['a'], ['g', 'r', 'e', 'a', 't'], ['v', 'o', 'i', 'c', 'e'], ['h', 'e', '', 's', 'a', 'i', 'd', ':', '', '', 'W', 'h', 'e', 'n'], ['l', 'o', 'v', 'e'], ['b', 'e', 'c', 'k', 'o', 'n', 's'], ['t', 'o'], ['y', 'o', 'u', ','], ['f', 'o', 'l', 'l', 'o', 'w'], ['h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h'], ['h', 'i', 's'], ['w', 'a', 'y', 's'], ['a', 'r', 'e'], ['h', 'a', 'r', 'd'], ['a', 'n', 'd'], ['s', 't', 'e', 'e', 'p', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'i', 's'], ['w', 'i', 'n', 'g', 's'], ['e', 'n', 'f', 'o', 'l', 'd'], ['y', 'o', 'u'], ['y', 'i', 'e', 'l', 'd'], ['t', 'o', '', 'h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['s', 'w', 'o', 'r', 'd'], ['h', 'i', 'd', 'd', 'e', 'n'], ['a', 'm', 'o', 'n', 'g'], ['h', 'i', 's', '', 'p', 'i', 'n', 'i', 'o', 'n', 's'], ['m', 'a', 'y'], ['w', 'o', 'u', 'n', 'd'], ['y', 'o', 'u', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['s', 'p', 'e', 'a', 'k', 's'], ['t', 'o'], ['y', 'o', 'u'], ['b', 'e', 'l', 'i', 'e', 'v', 'e'], ['i', 'n', '', 'h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h'], ['h', 'i', 's'], ['v', 'o', 'i', 'c', 'e'], ['m', 'a', 'y'], ['s', 'h', 'a', 't', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '', 'a', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd'], ['l', 'a', 'y', 's'], ['w', 'a', 's', 't', 'e'], ['t', 'h', 'e'], ['g', 'a', 'r', 'd', 'e', 'n', '.', '', '', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['l', 'o', 'v', 'e'], ['c', 'r', 'o', 'w', 'n', 's'], ['y', 'o', 'u'], ['s', 'o'], ['s', 'h', 'a', 'l', 'l', '', 'h', 'e'], ['c', 'r', 'u', 'c', 'i', 'f', 'y'], ['y', 'o', 'u', '.'], ['E', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['i', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r', '', 'g', 'r', 'o', 'w', 't', 'h'], ['s', 'o'], ['i', 's'], ['h', 'e'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['p', 'r', 'u', 'n', 'i', 'n', 'g', '.', '', '', 'E', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['a', 's', 'c', 'e', 'n', 'd', 's'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['h', 'e', 'i', 'g', 'h', 't'], ['a', 'n', 'd', ''], ['y', 'o', 'u', 'r'], ['t', 'e', 'n', 'd', 'e', 'r', 'e', 's', 't'], ['b', 'r', 'a', 'n', 'c', 'h', 'e', 's', '', 't', 'h', 'a', 't'], ['q', 'u', 'i', 'v', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n', ',', '', '', 'S', 'o'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['r', 'o', 'o', 't', 's'], ['a', 'n', 'd', '', 's', 'h', 'a', 'k', 'e'], ['t', 'h', 'e', 'm'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['c', 'l', 'i', 'n', 'g', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'i', 'k', 'e'], ['s', 'h', 'e', 'a', 'v', 'e', 's'], ['o', 'f'], ['c', 'o', 'r', 'n'], ['h', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 's'], ['y', 'o', 'u'], ['u', 'n', 't', 'o', '', 'h', 'i', 'm', 's', 'e', 'l', 'f', '.', '', '', 'H', 'e'], ['t', 'h', 'r', 'e', 's', 'h', 'e', 's'], ['y', 'o', 'u'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['y', 'o', 'u'], ['n', 'a', 'k', 'e', 'd', '.', '', '', 'H', 'e'], ['s', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['t', 'o'], ['f', 'r', 'e', 'e'], ['y', 'o', 'u'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r', '', 'h', 'u', 's', 'k', 's', '.', '', '', 'H', 'e'], ['g', 'r', 'i', 'n', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['w', 'h', 'i', 't', 'e', 'n', 'e', 's', 's', '.', '', '', 'H', 'e'], ['k', 'n', 'e', 'a', 'd', 's'], ['y', 'o', 'u'], ['u', 'n', 't', 'i', 'l'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['p', 'l', 'i', 'a', 'n', 't', ';', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['h', 'e'], ['a', 's', 's', 'i', 'g', 'n', 's'], ['y', 'o', 'u'], ['t', 'o'], ['h', 'i', 's'], ['s', 'a', 'c', 'r', 'e', 'd', '', 'f', 'i', 'r', 'e', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['b', 'e', 'c', 'o', 'm', 'e'], ['s', 'a', 'c', 'r', 'e', 'd'], ['b', 'r', 'e', 'a', 'd', '', 'f', 'o', 'r'], ['G', 'o', 'd', '’', 's'], ['s', 'a', 'c', 'r', 'e', 'd'], ['f', 'e', 'a', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'l', 'l'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['s', 'h', 'a', 'l', 'l'], ['l', 'o', 'v', 'e'], ['d', 'o'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', '', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'a', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a', '', 'f', 'r', 'a', 'g', 'm', 'e', 'n', 't'], ['o', 'f'], ['L', 'i', 'f', 'e', '’', 's'], ['h', 'e', 'a', 'r', 't', '.', '', '', 'B', 'u', 't'], ['i', 'f'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'e', 'e', 'k'], ['o', 'n', 'l', 'y', '', 'l', 'o', 'v', 'e', '’', 's'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['l', 'o', 'v', 'e', '’', 's'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ',', '', '', 'T', 'h', 'e', 'n'], ['i', 't'], ['i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['f', 'o', 'r'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '', 'c', 'o', 'v', 'e', 'r'], [], ['n', 'a', 'k', 'e', 'd', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['p', 'a', 's', 's'], ['o', 'u', 't'], ['o', 'f', '', 'l', 'o', 'v', 'e', '’', 's'], ['t', 'h', 'r', 'e', 's', 'h', 'i', 'n', 'g', '-', 'f', 'l', 'o', 'o', 'r', ',', '', '', 'I', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 'l', 'e', 's', 's'], ['w', 'o', 'r', 'l', 'd'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u', '', 's', 'h', 'a', 'l', 'l'], ['l', 'a', 'u', 'g', 'h', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ','], ['a', 'n', 'd'], ['w', 'e', 'e', 'p', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 't', 'e', 'a', 'r', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'o', 'v', 'e'], ['g', 'i', 'v', 'e', 's'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['i', 't', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['t', 'a', 'k', 'e', 's', '', 'n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['f', 'r', 'o', 'm'], ['i', 't', 's', 'e', 'l', 'f', '.', '', '', 'L', 'o', 'v', 'e'], ['p', 'o', 's', 's', 'e', 's', 's', 'e', 's'], ['n', 'o', 't'], ['n', 'o', 'r'], ['w', 'o', 'u', 'l', 'd'], ['i', 't'], ['b', 'e', '', 'p', 'o', 's', 's', 'e', 's', 's', 'e', 'd', ';', '', '', 'F', 'o', 'r'], ['l', 'o', 'v', 'e'], ['i', 's'], ['s', 'u', 'f', 'f', 'i', 'c', 'i', 'e', 'n', 't'], ['u', 'n', 't', 'o'], ['l', 'o', 'v', 'e', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'a', 'y', ','], ['“', 'G', 'o', 'd', '', 'i', 's'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '”'], ['b', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['a', 'm'], ['i', 'n', '', 't', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['G', 'o', 'd', '.', '”', '', '', 'A', 'n', 'd'], ['t', 'h', 'i', 'n', 'k'], ['n', 'o', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'i', 'r', 'e', 'c', 't'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 's', 'e', '', 'o', 'f'], ['l', 'o', 'v', 'e', ','], ['f', 'o', 'r'], ['l', 'o', 'v', 'e', ','], ['i', 'f'], ['i', 't'], ['f', 'i', 'n', 'd', 's'], ['y', 'o', 'u', '', 'w', 'o', 'r', 't', 'h', 'y', ','], ['d', 'i', 'r', 'e', 'c', 't', 's'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'r', 's', 'e', '.', '', '', 'L', 'o', 'v', 'e'], ['h', 'a', 's'], ['n', 'o'], ['o', 't', 'h', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e'], ['b', 'u', 't'], ['t', 'o'], ['f', 'u', 'l', 'f', 'i', 'l', '', 'i', 't', 's', 'e', 'l', 'f', '.', '', '', 'B', 'u', 't'], ['i', 'f'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd'], ['m', 'u', 's', 't'], ['n', 'e', 'e', 'd', 's'], ['h', 'a', 'v', 'e', '', 'd', 'e', 's', 'i', 'r', 'e', 's', ','], ['l', 'e', 't'], ['t', 'h', 'e', 's', 'e'], ['b', 'e'], ['y', 'o', 'u', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ':', '', '', 'T', 'o'], ['m', 'e', 'l', 't'], ['a', 'n', 'd'], ['b', 'e'], ['l', 'i', 'k', 'e'], ['a'], ['r', 'u', 'n', 'n', 'i', 'n', 'g'], ['b', 'r', 'o', 'o', 'k'], ['t', 'h', 'a', 't', '', 's', 'i', 'n', 'g', 's'], ['i', 't', 's'], ['m', 'e', 'l', 'o', 'd', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', '.'], [], ['t', 'h', 'e'], ['p', 'a', 'i', 'n'], ['o', 'f'], ['t', 'o', 'o'], ['m', 'u', 'c', 'h'], ['t', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', '.', '', '', 'T', 'o'], ['b', 'e'], ['w', 'o', 'u', 'n', 'd', 'e', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '', 'o', 'f'], ['l', 'o', 'v', 'e', ';', '', '', 'A', 'n', 'd'], ['t', 'o'], ['b', 'l', 'e', 'e', 'd'], ['w', 'i', 'l', 'l', 'i', 'n', 'g', 'l', 'y'], ['a', 'n', 'd'], ['j', 'o', 'y', 'f', 'u', 'l', 'l', 'y', '.', '', '', 'T', 'o'], ['w', 'a', 'k', 'e'], ['a', 't'], ['d', 'a', 'w', 'n'], ['w', 'i', 't', 'h'], ['a'], ['w', 'i', 'n', 'g', 'e', 'd'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd', '', 'g', 'i', 'v', 'e'], ['t', 'h', 'a', 'n', 'k', 's'], ['f', 'o', 'r'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y'], ['o', 'f'], ['l', 'o', 'v', 'i', 'n', 'g', ';', '', '', 'T', 'o'], ['r', 'e', 's', 't'], ['a', 't'], ['t', 'h', 'e'], ['n', 'o', 'o', 'n'], ['h', 'o', 'u', 'r'], ['a', 'n', 'd'], ['m', 'e', 'd', 'i', 't', 'a', 't', 'e', '', 'l', 'o', 'v', 'e', '’', 's'], ['e', 'c', 's', 't', 'a', 'c', 'y', ';', '', '', 'T', 'o'], ['r', 'e', 't', 'u', 'r', 'n'], ['h', 'o', 'm', 'e'], ['a', 't'], ['e', 'v', 'e', 'n', 't', 'i', 'd', 'e'], ['w', 'i', 't', 'h', '', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ';', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'n'], ['t', 'o'], ['s', 'l', 'e', 'e', 'p'], ['w', 'i', 't', 'h'], ['a'], ['p', 'r', 'a', 'y', 'e', 'r'], ['f', 'o', 'r', '', 't', 'h', 'e'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'n', 'g'], ['o', 'f', '', 'p', 'r', 'a', 'i', 's', 'e'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['l', 'i', 'p', 's', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '2', '9', ']', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['s', 'p', 'o', 'k', 'e'], ['a', 'g', 'a', 'i', 'n'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ',', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['o', 'f'], ['_', 'M', 'a', 'r', 'r', 'i', 'a', 'g', 'e', '_'], ['m', 'a', 's', 't', 'e', 'r', '?', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u'], ['w', 'e', 'r', 'e'], ['b', 'o', 'r', 'n'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['y', 'o', 'u', '', 's', 'h', 'a', 'l', 'l'], ['b', 'e'], ['f', 'o', 'r', 'e', 'v', 'e', 'r', 'm', 'o', 'r', 'e', '.', '', '', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e', '', 'w', 'i', 'n', 'g', 's'], ['o', 'f'], ['d', 'e', 'a', 't', 'h'], ['s', 'c', 'a', 't', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '.', '', '', 'A', 'y', 'e', ','], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['e', 'v', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'i', 'l', 'e', 'n', 't'], ['m', 'e', 'm', 'o', 'r', 'y'], ['o', 'f'], ['G', 'o', 'd', '.', '', '', 'B', 'u', 't'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['s', 'p', 'a', 'c', 'e', 's'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'e', 'a', 'v', 'e', 'n', 's'], ['d', 'a', 'n', 'c', 'e', '', 'b', 'e', 't', 'w', 'e', 'e', 'n'], ['y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'o', 'v', 'e'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r', ','], ['b', 'u', 't'], ['m', 'a', 'k', 'e'], ['n', 'o', 't'], ['a'], ['b', 'o', 'n', 'd'], ['o', 'f', '', 'l', 'o', 'v', 'e', ':', '', '', 'L', 'e', 't'], ['i', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['b', 'e'], ['a'], ['m', 'o', 'v', 'i', 'n', 'g'], ['s', 'e', 'a'], ['b', 'e', 't', 'w', 'e', 'e', 'n', '', 't', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', 's', '.', '', '', 'F', 'i', 'l', 'l'], ['e', 'a', 'c', 'h'], ['o', 't', 'h', 'e', 'r', '’', 's'], ['c', 'u', 'p'], ['b', 'u', 't'], ['d', 'r', 'i', 'n', 'k'], ['n', 'o', 't'], ['f', 'r', 'o', 'm', '', 'o', 'n', 'e'], ['c', 'u', 'p', '.', '', '', 'G', 'i', 'v', 'e'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 'd'], ['b', 'u', 't'], ['e', 'a', 't', '', 'n', 'o', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['l', 'o', 'a', 'f', '.'], [], ['a', 'n', 'd', '', 'd', 'a', 'n', 'c', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['b', 'e'], ['j', 'o', 'y', 'o', 'u', 's', ','], ['b', 'u', 't'], ['l', 'e', 't', '', 'e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['b', 'e'], ['a', 'l', 'o', 'n', 'e', ',', '', '', 'E', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['s', 't', 'r', 'i', 'n', 'g', 's'], ['o', 'f'], ['a'], ['l', 'u', 't', 'e'], ['a', 'r', 'e'], ['a', 'l', 'o', 'n', 'e', '', 't', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e', 'y'], ['q', 'u', 'i', 'v', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['m', 'u', 's', 'i', 'c', '.', '', '', '*', '*', '*', '*', '*', '', '', 'G', 'i', 'v', 'e'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['i', 'n', 't', 'o'], ['e', 'a', 'c', 'h', '', 'o', 't', 'h', 'e', 'r', '’', 's'], ['k', 'e', 'e', 'p', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['L', 'i', 'f', 'e'], ['c', 'a', 'n'], ['c', 'o', 'n', 't', 'a', 'i', 'n', '', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', '.', '', '', 'A', 'n', 'd'], ['s', 't', 'a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['y', 'e', 't'], ['n', 'o', 't'], ['t', 'o', 'o'], ['n', 'e', 'a', 'r', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', ':', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['p', 'i', 'l', 'l', 'a', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['s', 't', 'a', 'n', 'd', '', 'a', 'p', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['o', 'a', 'k'], ['t', 'r', 'e', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['c', 'y', 'p', 'r', 'e', 's', 's'], ['g', 'r', 'o', 'w', '', 'n', 'o', 't'], ['i', 'n'], ['e', 'a', 'c', 'h'], ['o', 't', 'h', 'e', 'r', '’', 's'], ['s', 'h', 'a', 'd', 'o', 'w', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '3', '2', ']', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['w', 'o', 'm', 'a', 'n'], ['w', 'h', 'o'], ['h', 'e', 'l', 'd'], ['a'], ['b', 'a', 'b', 'e', '', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['h', 'e', 'r'], ['b', 'o', 's', 'o', 'm'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'C', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['a', 'r', 'e'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '', '', 'T', 'h', 'e', 'y'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'o', 'n', 's'], ['a', 'n', 'd'], ['d', 'a', 'u', 'g', 'h', 't', 'e', 'r', 's'], ['o', 'f', '', 'L', 'i', 'f', 'e', '’', 's'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['i', 't', 's', 'e', 'l', 'f', '.', '', '', 'T', 'h', 'e', 'y'], ['c', 'o', 'm', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['b', 'u', 't'], ['n', 'o', 't'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['y', 'e', 't'], ['t', 'h', 'e', 'y', '', 'b', 'e', 'l', 'o', 'n', 'g'], ['n', 'o', 't'], ['t', 'o'], ['y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['g', 'i', 'v', 'e'], ['t', 'h', 'e', 'm'], ['y', 'o', 'u', 'r'], ['l', 'o', 'v', 'e'], ['b', 'u', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ',', '', '', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '', '', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['h', 'o', 'u', 's', 'e'], ['t', 'h', 'e', 'i', 'r'], ['b', 'o', 'd', 'i', 'e', 's'], ['b', 'u', 't'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r', '', 's', 'o', 'u', 'l', 's', ',', '', '', 'F', 'o', 'r'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'u', 'l', 's'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f', '', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ','], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['v', 'i', 's', 'i', 't', ','], ['n', 'o', 't', '', 'e', 'v', 'e', 'n'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '.', '', '', 'Y', 'o', 'u'], ['m', 'a', 'y'], ['s', 't', 'r', 'i', 'v', 'e'], ['t', 'o'], ['b', 'e'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e', 'm', ','], ['b', 'u', 't'], ['s', 'e', 'e', 'k', '', 'n', 'o', 't'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['t', 'h', 'e', 'm'], ['l', 'i', 'k', 'e'], ['y', 'o', 'u', '.'], [], ['g', 'o', 'e', 's'], ['n', 'o', 't'], ['b', 'a', 'c', 'k', 'w', 'a', 'r', 'd'], ['n', 'o', 'r'], ['t', 'a', 'r', 'r', 'i', 'e', 's'], ['w', 'i', 't', 'h', '', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', '.', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['b', 'o', 'w', 's'], ['f', 'r', 'o', 'm'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r', '', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['a', 's'], ['l', 'i', 'v', 'i', 'n', 'g'], ['a', 'r', 'r', 'o', 'w', 's'], ['a', 'r', 'e'], ['s', 'e', 'n', 't', '', 'f', 'o', 'r', 't', 'h', '.', '', '', 'T', 'h', 'e'], ['a', 'r', 'c', 'h', 'e', 'r'], ['s', 'e', 'e', 's'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['p', 'a', 't', 'h', '', 'o', 'f'], ['t', 'h', 'e'], ['i', 'n', 'f', 'i', 'n', 'i', 't', 'e', ','], ['a', 'n', 'd'], ['H', 'e'], ['b', 'e', 'n', 'd', 's'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', '', 'H', 'i', 's'], ['m', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['H', 'i', 's'], ['a', 'r', 'r', 'o', 'w', 's'], ['m', 'a', 'y'], ['g', 'o'], ['s', 'w', 'i', 'f', 't', '', 'a', 'n', 'd'], ['f', 'a', 'r', '.', '', '', 'L', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'e', 'n', 'd', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['A', 'r', 'c', 'h', 'e', 'r', '’', 's'], ['h', 'a', 'n', 'd'], ['b', 'e', '', 'f', 'o', 'r'], ['g', 'l', 'a', 'd', 'n', 'e', 's', 's', ';', '', '', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['h', 'e'], ['l', 'o', 'v', 'e', 's'], ['t', 'h', 'e'], ['a', 'r', 'r', 'o', 'w'], ['t', 'h', 'a', 't', '', 'f', 'l', 'i', 'e', 's', ','], ['s', 'o'], ['H', 'e'], ['l', 'o', 'v', 'e', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['b', 'o', 'w'], ['t', 'h', 'a', 't'], ['i', 's', '', 's', 't', 'a', 'b', 'l', 'e', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['s', 'a', 'i', 'd'], ['a'], ['r', 'i', 'c', 'h'], ['m', 'a', 'n', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'G', 'i', 'v', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['b', 'u', 't'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's', '.', '', '', 'I', 't'], ['i', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '', 't', 'r', 'u', 'l', 'y'], ['g', 'i', 'v', 'e', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['a', 'r', 'e'], ['y', 'o', 'u', 'r'], ['p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's'], ['b', 'u', 't'], ['t', 'h', 'i', 'n', 'g', 's', '', 'y', 'o', 'u'], ['k', 'e', 'e', 'p'], ['a', 'n', 'd'], ['g', 'u', 'a', 'r', 'd'], ['f', 'o', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['n', 'e', 'e', 'd', '', 't', 'h', 'e', 'm'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '', '', 'A', 'n', 'd'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ','], ['w', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['b', 'r', 'i', 'n', 'g', '', 't', 'o'], ['t', 'h', 'e'], ['o', 'v', 'e', 'r', 'p', 'r', 'u', 'd', 'e', 'n', 't'], ['d', 'o', 'g'], ['b', 'u', 'r', 'y', 'i', 'n', 'g'], ['b', 'o', 'n', 'e', 's', '', 'i', 'n'], ['t', 'h', 'e'], ['t', 'r', 'a', 'c', 'k', 'l', 'e', 's', 's'], ['s', 'a', 'n', 'd'], ['a', 's'], ['h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 's'], ['t', 'h', 'e', '', 'p', 'i', 'l', 'g', 'r', 'i', 'm', 's'], ['t', 'o'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['c', 'i', 't', 'y', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['n', 'e', 'e', 'd'], ['b', 'u', 't'], ['n', 'e', 'e', 'd', '', 'i', 't', 's', 'e', 'l', 'f', '?', '', '', 'I', 's'], ['n', 'o', 't'], ['d', 'r', 'e', 'a', 'd'], ['o', 'f'], ['t', 'h', 'i', 'r', 's', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['w', 'e', 'l', 'l'], ['i', 's', '', 'f', 'u', 'l', 'l', ','], ['t', 'h', 'e'], ['t', 'h', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['i', 's'], ['u', 'n', 'q', 'u', 'e', 'n', 'c', 'h', 'a', 'b', 'l', 'e', '?', '', '', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['l', 'i', 't', 't', 'l', 'e'], ['o', 'f'], ['t', 'h', 'e', ''], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['h', 'a', 'v', 'e', '-', '-', 'a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['g', 'i', 'v', 'e', '', 'i', 't'], ['f', 'o', 'r'], ['r', 'e', 'c', 'o', 'g', 'n', 'i', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['h', 'i', 'd', 'd', 'e', 'n', '', 'd', 'e', 's', 'i', 'r', 'e'], ['m', 'a', 'k', 'e', 's'], ['t', 'h', 'e', 'i', 'r'], ['g', 'i', 'f', 't', 's'], ['u', 'n', 'w', 'h', 'o', 'l', 'e', 's', 'o', 'm', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['l', 'i', 't', 't', 'l', 'e'], ['a', 'n', 'd', '', 'g', 'i', 'v', 'e'], ['i', 't'], ['a', 'l', 'l', '.', '', '', 'T', 'h', 'e', 's', 'e'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'r', 's'], ['i', 'n'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd', '', 't', 'h', 'e'], ['b', 'o', 'u', 'n', 't', 'y'], ['o', 'f'], ['l', 'i', 'f', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['c', 'o', 'f', 'f', 'e', 'r'], ['i', 's', '', 'n', 'e', 'v', 'e', 'r'], ['e', 'm', 'p', 't', 'y', '.', '', '', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', ','], ['a', 'n', 'd', '', 't', 'h', 'a', 't'], ['j', 'o', 'y'], ['i', 's'], ['t', 'h', 'e', 'i', 'r'], ['r', 'e', 'w', 'a', 'r', 'd', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['p', 'a', 'i', 'n', ',', '', 'a', 'n', 'd'], ['t', 'h', 'a', 't'], ['p', 'a', 'i', 'n'], ['i', 's'], ['t', 'h', 'e', 'i', 'r'], ['b', 'a', 'p', 't', 'i', 's', 'm', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e'], ['a', 'n', 'd'], ['k', 'n', 'o', 'w', '', 'n', 'o', 't'], ['p', 'a', 'i', 'n'], ['i', 'n'], ['g', 'i', 'v', 'i', 'n', 'g', ','], ['n', 'o', 'r'], ['d', 'o'], ['t', 'h', 'e', 'y'], ['s', 'e', 'e', 'k', '', 'j', 'o', 'y', ','], ['n', 'o', 'r'], ['g', 'i', 'v', 'e'], ['w', 'i', 't', 'h'], ['m', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['o', 'f', '', 'v', 'i', 'r', 't', 'u', 'e', ';', '', '', 'T', 'h', 'e', 'y'], ['g', 'i', 'v', 'e'], ['a', 's'], ['i', 'n'], ['y', 'o', 'n', 'd', 'e', 'r'], ['v', 'a', 'l', 'l', 'e', 'y'], ['t', 'h', 'e'], ['m', 'y', 'r', 't', 'l', 'e', '', 'b', 'r', 'e', 'a', 't', 'h', 'e', 's'], ['i', 't', 's'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', '.', '', '', 'T', 'h', 'r', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['o', 'f'], ['s', 'u', 'c', 'h'], ['a', 's'], ['t', 'h', 'e', 's', 'e'], ['G', 'o', 'd', '', 's', 'p', 'e', 'a', 'k', 's', ','], ['a', 'n', 'd'], ['f', 'r', 'o', 'm'], ['b', 'e', 'h', 'i', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['e', 'y', 'e', 's'], ['H', 'e', '', 's', 'm', 'i', 'l', 'e', 's'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '3', '9', ']', '', '', 'I', 't'], ['i', 's'], ['w', 'e', 'l', 'l'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['w', 'h', 'e', 'n'], ['a', 's', 'k', 'e', 'd', ','], ['b', 'u', 't'], ['i', 't', '', 'i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['u', 'n', 'a', 's', 'k', 'e', 'd', ','], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', ';', '', '', 'A', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['o', 'p', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', 'r', 'c', 'h'], ['f', 'o', 'r', ''], ['w', 'h', 'o'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['i', 's'], ['j', 'o', 'y'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '', 't', 'h', 'a', 'n'], ['g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['i', 's'], ['t', 'h', 'e', 'r', 'e'], ['a', 'u', 'g', 'h', 't'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['w', 'i', 't', 'h', 'h', 'o', 'l', 'd', '?', '', '', 'A', 'l', 'l'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'h', 'a', 'l', 'l'], ['s', 'o', 'm', 'e'], ['d', 'a', 'y'], ['b', 'e'], ['g', 'i', 'v', 'e', 'n', ';', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['g', 'i', 'v', 'e'], ['n', 'o', 'w', ','], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', '', 'o', 'f'], ['g', 'i', 'v', 'i', 'n', 'g'], ['m', 'a', 'y'], ['b', 'e'], ['y', 'o', 'u', 'r', 's'], ['a', 'n', 'd'], ['n', 'o', 't'], ['y', 'o', 'u', 'r', '', 'i', 'n', 'h', 'e', 'r', 'i', 't', 'o', 'r', 's', '’', '.', '', '', 'Y', 'o', 'u'], ['o', 'f', 't', 'e', 'n'], ['s', 'a', 'y', ','], ['“', 'I'], ['w', 'o', 'u', 'l', 'd'], ['g', 'i', 'v', 'e', ','], ['b', 'u', 't'], ['o', 'n', 'l', 'y', '', 't', 'o'], ['t', 'h', 'e'], ['d', 'e', 's', 'e', 'r', 'v', 'i', 'n', 'g', '.', '”', '', '', 'T', 'h', 'e'], ['t', 'r', 'e', 'e', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['o', 'r', 'c', 'h', 'a', 'r', 'd'], ['s', 'a', 'y'], ['n', 'o', 't'], ['s', 'o', ',', '', 'n', 'o', 'r'], ['t', 'h', 'e'], ['f', 'l', 'o', 'c', 'k', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 't', 'u', 'r', 'e', '.', '', '', 'T', 'h', 'e', 'y'], ['g', 'i', 'v', 'e'], ['t', 'h', 'a', 't'], ['t', 'h', 'e', 'y'], ['m', 'a', 'y'], ['l', 'i', 'v', 'e', ','], ['f', 'o', 'r'], ['t', 'o', '', 'w', 'i', 't', 'h', 'h', 'o', 'l', 'd'], ['i', 's'], ['t', 'o'], ['p', 'e', 'r', 'i', 's', 'h', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y'], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['w', 'o', 'r', 't', 'h', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['h', 'i', 's', '', 'd', 'a', 'y', 's'], ['a', 'n', 'd'], ['h', 'i', 's'], ['n', 'i', 'g', 'h', 't', 's', ','], ['i', 's'], ['w', 'o', 'r', 't', 'h', 'y'], ['o', 'f'], ['a', 'l', 'l', '', 'e', 'l', 's', 'e'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['w', 'h', 'o'], ['h', 'a', 's'], ['d', 'e', 's', 'e', 'r', 'v', 'e', 'd'], ['t', 'o'], ['d', 'r', 'i', 'n', 'k'], ['f', 'r', 'o', 'm', '', 't', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['d', 'e', 's', 'e', 'r', 'v', 'e', 's'], ['t', 'o'], ['f', 'i', 'l', 'l'], ['h', 'i', 's', '', 'c', 'u', 'p'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['l', 'i', 't', 't', 'l', 'e'], ['s', 't', 'r', 'e', 'a', 'm', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['d', 'e', 's', 'e', 'r', 't'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e', ',', '', 't', 'h', 'a', 'n'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['l', 'i', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 'a', 'g', 'e', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', ','], ['n', 'a', 'y'], ['t', 'h', 'e'], ['c', 'h', 'a', 'r', 'i', 't', 'y', ','], ['o', 'f', '', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['m', 'e', 'n'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 'n', 'd', ''], ['b', 'o', 's', 'o', 'm'], ['a', 'n', 'd'], ['u', 'n', 'v', 'e', 'i', 'l'], ['t', 'h', 'e', 'i', 'r'], ['p', 'r', 'i', 'd', 'e', ',', '', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['s', 'e', 'e'], ['t', 'h', 'e', 'i', 'r'], ['w', 'o', 'r', 't', 'h'], ['n', 'a', 'k', 'e', 'd'], ['a', 'n', 'd', '', 't', 'h', 'e', 'i', 'r'], ['p', 'r', 'i', 'd', 'e'], ['u', 'n', 'a', 'b', 'a', 's', 'h', 'e', 'd', '?', '', '', 'S', 'e', 'e'], ['f', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['d', 'e', 's', 'e', 'r', 'v', 'e'], ['t', 'o', '', 'b', 'e'], ['a'], ['g', 'i', 'v', 'e', 'r', ','], ['a', 'n', 'd'], ['a', 'n'], ['i', 'n', 's', 't', 'r', 'u', 'm', 'e', 'n', 't'], ['o', 'f'], ['g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['i', 't'], ['i', 's'], ['l', 'i', 'f', 'e'], ['t', 'h', 'a', 't'], ['g', 'i', 'v', 'e', 's'], ['u', 'n', 't', 'o', '', 'l', 'i', 'f', 'e', '-', '-', 'w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', ','], ['w', 'h', 'o'], ['d', 'e', 'e', 'm'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', '', 'g', 'i', 'v', 'e', 'r', ','], ['a', 'r', 'e'], ['b', 'u', 't'], ['a'], ['w', 'i', 't', 'n', 'e', 's', 's', '.', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e', '', 'a', 'l', 'l'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 's', 's', 'u', 'm', 'e'], ['n', 'o'], ['w', 'e', 'i', 'g', 'h', 't'], ['o', 'f', '', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ','], ['l', 'e', 's', 't'], ['y', 'o', 'u'], ['l', 'a', 'y'], ['a'], ['y', 'o', 'k', 'e'], ['u', 'p', 'o', 'n', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['g', 'i', 'v', 'e', 's', '.', '', '', 'R', 'a', 't', 'h', 'e', 'r'], ['r', 'i', 's', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['g', 'i', 'v', 'e', 'r'], ['o', 'n', '', 'h', 'i', 's'], ['g', 'i', 'f', 't', 's'], ['a', 's'], ['o', 'n'], ['w', 'i', 'n', 'g', 's', ';', '', '', 'F', 'o', 'r'], ['t', 'o'], ['b', 'e'], ['o', 'v', 'e', 'r', 'm', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'e', 'b', 't', ','], ['i', 's', '', 'i', 't', 'o'], ['d', 'o', 'u', 'b', 't'], ['h', 'i', 's'], ['g', 'e', 'n', 'e', 'r', 'o', 's', 'i', 't', 'y'], ['w', 'h', 'o'], ['h', 'a', 's'], ['t', 'h', 'e', '', 'f', 'r', 'e', 'e', 'h', 'e', 'a', 'r', 't', 'e', 'd'], ['e', 'a', 'r', 't', 'h'], ['f', 'o', 'r'], ['m', 'o', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['G', 'o', 'd', '', 'f', 'o', 'r'], ['f', 'a', 't', 'h', 'e', 'r', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '4', '2', ']', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a', 'n'], ['o', 'l', 'd'], ['m', 'a', 'n', ','], ['a'], ['k', 'e', 'e', 'p', 'e', 'r'], ['o', 'f'], ['a', 'n', '', 'i', 'n', 'n', ','], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'E', 'a', 't', 'i', 'n', 'g'], ['a', 'n', 'd', '', 'D', 'r', 'i', 'n', 'k', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['l', 'i', 'v', 'e'], ['o', 'n'], ['t', 'h', 'e', '', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', ','], ['a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['a', 'n'], ['a', 'i', 'r', '', 'p', 'l', 'a', 'n', 't'], ['b', 'e'], ['s', 'u', 's', 't', 'a', 'i', 'n', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't', '.', '', '', 'B', 'u', 't'], ['s', 'i', 'n', 'c', 'e'], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['k', 'i', 'l', 'l'], ['t', 'o'], ['e', 'a', 't', ','], ['a', 'n', 'd'], ['r', 'o', 'b', '', 't', 'h', 'e'], ['n', 'e', 'w', 'l', 'y'], ['b', 'o', 'r', 'n'], ['o', 'f'], ['i', 't', 's'], ['m', 'o', 't', 'h', 'e', 'r', '’', 's'], ['m', 'i', 'l', 'k'], ['t', 'o', '', 'q', 'u', 'e', 'n', 'c', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'i', 'r', 's', 't', ','], ['l', 'e', 't'], ['i', 't'], ['t', 'h', 'e', 'n'], ['b', 'e'], ['a', 'n', '', 'a', 'c', 't'], ['o', 'f'], ['w', 'o', 'r', 's', 'h', 'i', 'p', ',', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd'], ['s', 't', 'a', 'n', 'd'], ['a', 'n'], ['a', 'l', 't', 'a', 'r'], ['o', 'n', '', 'w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['p', 'u', 'r', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['o', 'f', '', 'f', 'o', 'r', 'e', 's', 't'], ['a', 'n', 'd'], ['p', 'l', 'a', 'i', 'n'], ['a', 'r', 'e'], ['s', 'a', 'c', 'r', 'i', 'f', 'i', 'c', 'e', 'd'], ['f', 'o', 'r'], ['t', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h'], ['i', 's'], ['p', 'u', 'r', 'e', 'r'], ['a', 'n', 'd'], ['s', 't', 'i', 'l', 'l'], ['m', 'o', 'r', 'e'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '', 'i', 'n'], ['m', 'a', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['k', 'i', 'l', 'l'], ['a'], ['b', 'e', 'a', 's', 't'], ['s', 'a', 'y'], ['t', 'o'], ['h', 'i', 'm'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ',', '', '', '“', 'B', 'y'], ['t', 'h', 'e'], ['s', 'a', 'm', 'e'], ['p', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 't'], ['s', 'l', 'a', 'y', 's'], ['y', 'o', 'u', ','], ['I'], ['t', 'o', 'o', '', 'a', 'm'], ['s', 'l', 'a', 'i', 'n', ';'], ['a', 'n', 'd'], ['I'], ['t', 'o', 'o'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['c', 'o', 'n', 's', 'u', 'm', 'e', 'd', '.', ''], ['t', 'h', 'e'], ['l', 'a', 'w'], ['t', 'h', 'a', 't'], ['d', 'e', 'l', 'i', 'v', 'e', 'r', 'e', 'd'], ['y', 'o', 'u'], ['i', 'n', 't', 'o', '', 'm', 'y'], ['h', 'a', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['d', 'e', 'l', 'i', 'v', 'e', 'r'], ['m', 'e'], ['i', 'n', 't', 'o'], ['a'], ['m', 'i', 'g', 'h', 't', 'i', 'e', 'r', '', 'h', 'a', 'n', 'd', '.', '', '', 'Y', 'o', 'u', 'r'], ['b', 'l', 'o', 'o', 'd'], ['a', 'n', 'd'], ['m', 'y'], ['b', 'l', 'o', 'o', 'd'], ['i', 's'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't', '', 't', 'h', 'e'], ['s', 'a', 'p'], ['t', 'h', 'a', 't'], ['f', 'e', 'e', 'd', 's'], ['t', 'h', 'e'], ['t', 'r', 'e', 'e'], ['o', 'f'], ['h', 'e', 'a', 'v', 'e', 'n', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'r', 'u', 's', 'h'], ['a', 'n'], ['a', 'p', 'p', 'l', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', '', 't', 'e', 'e', 't', 'h', ','], ['s', 'a', 'y'], ['t', 'o'], ['i', 't'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '', '', '“', 'Y', 'o', 'u', 'r'], ['s', 'e', 'e', 'd', 's'], ['s', 'h', 'a', 'l', 'l'], ['l', 'i', 'v', 'e'], ['i', 'n'], ['m', 'y'], ['b', 'o', 'd', 'y', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['b', 'u', 'd', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['s', 'h', 'a', 'l', 'l', '', 'b', 'l', 'o', 's', 's', 'o', 'm'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['m', 'y'], ['b', 'r', 'e', 'a', 't', 'h', ',', '', 'A', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'j', 'o', 'i', 'c', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '', 'a', 'l', 'l'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['a', 'u', 't', 'u', 'm', 'n', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'a', 't', 'h', 'e', 'r', '', 't', 'h', 'e'], ['g', 'r', 'a', 'p', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['f', 'o', 'r'], ['t', 'h', 'e', '', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ','], ['s', 'a', 'y'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '', '', '“', 'I'], ['t', 'o', 'o'], ['a', 'm'], ['a'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ','], ['a', 'n', 'd'], ['m', 'y'], ['f', 'r', 'u', 'i', 't'], ['s', 'h', 'a', 'l', 'l', '', 'b', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ',', '', '', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['n', 'e', 'w'], ['w', 'i', 'n', 'e'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['k', 'e', 'p', 't'], ['i', 'n', '', 'e', 't', 'e', 'r', 'n', 'a', 'l'], ['v', 'e', 's', 's', 'e', 'l', 's', '.', '”', '', '', 'A', 'n', 'd'], ['i', 'n'], ['w', 'i', 'n', 't', 'e', 'r', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'r', 'a', 'w'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', ',', ''], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a'], ['s', 'o', 'n', 'g', '', 'f', 'o', 'r'], ['e', 'a', 'c', 'h'], ['c', 'u', 'p', ';', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g'], ['a', '', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['a', 'u', 't', 'u', 'm', 'n'], ['d', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['f', 'o', 'r', '', 't', 'h', 'e'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ','], ['a', 'n', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '*', '*', '*', '*', '*', '', ''], ['T', 'h', 'e', 'n'], ['a'], ['p', 'l', 'o', 'u', 'g', 'h', 'm', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k', '', 't', 'o'], ['u', 's'], ['o', 'f'], ['_', 'W', 'o', 'r', 'k', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['k', 'e', 'e', 'p'], ['p', 'a', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'e', 'a', 'r', 't', 'h'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '', '', 'F', 'o', 'r'], ['t', 'o'], ['b', 'e'], ['i', 'd', 'l', 'e'], ['i', 's'], ['t', 'o'], ['b', 'e', 'c', 'o', 'm', 'e'], ['a'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r', '', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's', ','], ['a', 'n', 'd'], ['t', 'o'], ['s', 't', 'e', 'p'], ['o', 'u', 't'], ['o', 'f', '', 'l', 'i', 'f', 'e', '’', 's'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['m', 'a', 'r', 'c', 'h', 'e', 's'], ['i', 'n', '', 'm', 'a', 'j', 'e', 's', 't', 'y'], ['a', 'n', 'd'], ['p', 'r', 'o', 'u', 'd'], ['s', 'u', 'b', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['t', 'o', 'w', 'a', 'r', 'd', 's'], ['t', 'h', 'e', '', 'i', 'n', 'f', 'i', 'n', 'i', 't', 'e', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a'], ['f', 'l', 'u', 't', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '', 'w', 'h', 'o', 's', 'e'], ['h', 'e', 'a', 'r', 't'], ['t', 'h', 'e'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'o', 'u', 'r', 's', '', 't', 'u', 'r', 'n', 's'], ['t', 'o'], ['m', 'u', 's', 'i', 'c', '.', '', '', 'W', 'h', 'i', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['a'], ['r', 'e', 'e', 'd', ','], ['d', 'u', 'm', 'b'], ['a', 'n', 'd', '', 's', 'i', 'l', 'e', 'n', 't', ','], ['w', 'h', 'e', 'n'], ['a', 'l', 'l'], ['e', 'l', 's', 'e'], ['s', 'i', 'n', 'g', 's'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['i', 'n', '', 'u', 'n', 'i', 's', 'o', 'n', '?', '', '', 'A', 'l', 'w', 'a', 'y', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['t', 'h', 'a', 't'], ['w', 'o', 'r', 'k'], ['i', 's'], ['a', '', 'c', 'u', 'r', 's', 'e'], ['a', 'n', 'd'], ['l', 'a', 'b', 'o', 'u', 'r'], ['a'], ['m', 'i', 's', 'f', 'o', 'r', 't', 'u', 'n', 'e', '.', '', '', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['y', 'o', 'u', '', 'f', 'u', 'l', 'f', 'i', 'l'], ['a'], ['p', 'a', 'r', 't'], ['o', 'f'], ['e', 'a', 'r', 't', 'h', '’', 's'], ['f', 'u', 'r', 't', 'h', 'e', 's', 't'], ['d', 'r', 'e', 'a', 'm', ',', ''], ['t', 'o'], ['y', 'o', 'u'], ['w', 'h', 'e', 'n'], ['t', 'h', 'a', 't'], ['d', 'r', 'e', 'a', 'm'], ['w', 'a', 's', '', 'b', 'o', 'r', 'n', ',', '', '', 'A', 'n', 'd'], ['i', 'n'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['w', 'i', 't', 'h'], ['l', 'a', 'b', 'o', 'u', 'r'], ['y', 'o', 'u', '', 'a', 'r', 'e'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['l', 'o', 'v', 'i', 'n', 'g'], ['l', 'i', 'f', 'e', ',', '', '', 'A', 'n', 'd'], ['t', 'o'], ['l', 'o', 'v', 'e'], ['l', 'i', 'f', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['l', 'a', 'b', 'o', 'u', 'r'], ['i', 's'], ['t', 'o'], ['b', 'e', '', 'i', 'n', 't', 'i', 'm', 'a', 't', 'e'], ['w', 'i', 't', 'h'], ['l', 'i', 'f', 'e', '’', 's'], ['i', 'n', 'm', 'o', 's', 't'], ['s', 'e', 'c', 'r', 'e', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't'], ['i', 'f'], ['y', 'o', 'u'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['c', 'a', 'l', 'l'], ['b', 'i', 'r', 't', 'h'], ['a', 'n', '', 'a', 'f', 'f', 'l', 'i', 'c', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h', '', 'a'], ['c', 'u', 'r', 's', 'e'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['b', 'r', 'o', 'w', ','], ['t', 'h', 'e', 'n'], ['I', '', 'a', 'n', 's', 'w', 'e', 'r'], ['t', 'h', 'a', 't'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e'], ['s', 'w', 'e', 'a', 't'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['b', 'r', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['w', 'a', 's', 'h'], ['a', 'w', 'a', 'y'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '', 'w', 'r', 'i', 't', 't', 'e', 'n', '.', '', '', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['a', 'l', 's', 'o'], ['t', 'h', 'a', 't'], ['l', 'i', 'f', 'e'], ['i', 's', '', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', ','], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'e', 'a', 'r', 'i', 'n', 'e', 's', 's'], ['y', 'o', 'u'], ['e', 'c', 'h', 'o', '', 'w', 'h', 'a', 't'], ['w', 'a', 's'], ['s', 'a', 'i', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'e', 'a', 'r', 'y', '.', '', '', 'A', 'n', 'd'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'a', 't'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's', '', '‘', 's', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['u', 'r', 'g', 'e', ',', '', '', 'A', 'n', 'd'], ['a', 'l', 'l'], ['u', 'r', 'g', 'e'], ['i', 's'], ['b', 'l', 'i', 'n', 'd'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ',', '', '', 'A', 'n', 'd'], ['a', 'l', 'l'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['i', 's'], ['v', 'a', 'i', 'n'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n', '', 't', 'h', 'e', 'r', 'e'], ['i', 's'], ['w', 'o', 'r', 'k', ',', '', '', 'A', 'n', 'd'], ['a', 'l', 'l'], ['w', 'o', 'r', 'k'], ['i', 's'], ['e', 'm', 'p', 't', 'y'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'r', 'e'], ['i', 's', '', 'l', 'o', 'v', 'e', ';', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e'], ['y', 'o', 'u'], ['b', 'i', 'n', 'd', ''], ['t', 'o'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', ','], ['a', 'n', 'd'], ['t', 'o'], ['o', 'n', 'e', '', 'a', 'n', 'o', 't', 'h', 'e', 'r', ','], ['a', 'n', 'd'], ['t', 'o'], ['G', 'o', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e', '?', '', '', 'I', 't'], ['i', 's'], ['t', 'o'], ['w', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['c', 'l', 'o', 't', 'h'], ['w', 'i', 't', 'h'], ['t', 'h', 'r', 'e', 'a', 'd', 's', '', 'd', 'r', 'a', 'w', 'n'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f'], ['y', 'o', 'u', 'r', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['w', 'e', 'a', 'r'], ['t', 'h', 'a', 't'], ['c', 'l', 'o', 't', 'h', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'o'], ['b', 'u', 'i', 'l', 'd'], ['a'], ['h', 'o', 'u', 's', 'e'], ['w', 'i', 't', 'h'], ['a', 'f', 'f', 'e', 'c', 't', 'i', 'o', 'n', ',', '', 'e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f'], ['y', 'o', 'u', 'r'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n', '', 't', 'h', 'a', 't'], ['h', 'o', 'u', 's', 'e', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'o'], ['s', 'o', 'w'], ['s', 'e', 'e', 'd', 's'], ['w', 'i', 't', 'h'], ['t', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's'], ['a', 'n', 'd', '', 'r', 'e', 'a', 'p'], ['t', 'h', 'e'], ['h', 'a', 'r', 'v', 'e', 's', 't'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['i', 'f', '', 'y', 'o', 'u', 'r'], ['b', 'e', 'l', 'o', 'v', 'e', 'd'], ['w', 'e', 'r', 'e'], ['t', 'o'], ['e', 'a', 't'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'o'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['f', 'a', 's', 'h', 'i', 'o', 'n', '', 'w', 'i', 't', 'h'], ['a'], ['b', 'r', 'e', 'a', 't', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['s', 'p', 'i', 'r', 'i', 't', ',', '', '', 'A', 'n', 'd'], ['t', 'o'], ['k', 'n', 'o', 'w'], ['t', 'h', 'a', 't'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['b', 'l', 'e', 's', 's', 'e', 'd'], ['d', 'e', 'a', 'd', '', 'a', 'r', 'e'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['a', 'b', 'o', 'u', 't'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['w', 'a', 't', 'c', 'h', 'i', 'n', 'g', '.', '', '', 'O', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['I'], ['h', 'e', 'a', 'r', 'd'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['a', 's'], ['i', 'f', '', 's', 'p', 'e', 'a', 'k', 'i', 'n', 'g'], ['i', 'n'], ['s', 'l', 'e', 'e', 'p', ','], ['“', 'H', 'e'], ['w', 'h', 'o'], ['w', 'o', 'r', 'k', 's'], ['i', 'n', '', 'm', 'a', 'r', 'b', 'l', 'e', ','], ['a', 'n', 'd'], ['f', 'i', 'n', 'd', 's'], ['t', 'h', 'e'], ['s', 'h', 'a', 'p', 'e'], ['o', 'f'], ['h', 'i', 's'], ['o', 'w', 'n', '', 's', 'o', 'u', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e', ','], ['i', 's'], ['n', 'o', 'b', 'l', 'e', 'r'], ['t', 'h', 'a', 'n'], ['h', 'e'], ['w', 'h', 'o', '', 'p', 'l', 'o', 'u', 'g', 'h', 's'], ['t', 'h', 'e'], ['s', 'o', 'i', 'l', '.'], [], ['h', 'e'], ['w', 'h', 'o'], ['s', 'e', 'i', 'z', 'e', 's', '', 't', 'h', 'e'], ['r', 'a', 'i', 'n', 'b', 'o', 'w'], ['t', 'o'], ['l', 'a', 'y'], ['i', 't'], ['o', 'n'], ['a'], ['c', 'l', 'o', 't', 'h'], ['i', 'n'], ['t', 'h', 'e', '', 'l', 'i', 'k', 'e', 'n', 'e', 's', 's'], ['o', 'f'], ['m', 'a', 'n', ','], ['i', 's'], ['m', 'o', 'r', 'e'], ['t', 'h', 'a', 'n'], ['h', 'e'], ['w', 'h', 'o', '', 'm', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['s', 'a', 'n', 'd', 'a', 'l', 's'], ['f', 'o', 'r'], ['o', 'u', 'r'], ['f', 'e', 'e', 't', '.', '”', '', '', 'B', 'u', 't'], ['I'], ['s', 'a', 'y', ','], ['n', 'o', 't'], ['i', 'n'], ['s', 'l', 'e', 'e', 'p'], ['b', 'u', 't'], ['i', 'n'], ['t', 'h', 'e', '', 'o', 'v', 'e', 'r', 'w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e', ','], ['t', 'h', 'a', 't'], ['t', 'h', 'e', '', 'w', 'i', 'n', 'd'], ['s', 'p', 'e', 'a', 'k', 's'], ['n', 'o', 't'], ['m', 'o', 'r', 'e'], ['s', 'w', 'e', 'e', 't', 'l', 'y'], ['t', 'o'], ['t', 'h', 'e', '', 'g', 'i', 'a', 'n', 't'], ['o', 'a', 'k', 's'], ['t', 'h', 'a', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f'], ['a', 'l', 'l'], ['t', 'h', 'e', '', 'b', 'l', 'a', 'd', 'e', 's'], ['o', 'f'], ['g', 'r', 'a', 's', 's', ';', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'l', 'o', 'n', 'e'], ['i', 's'], ['g', 'r', 'e', 'a', 't'], ['w', 'h', 'o'], ['t', 'u', 'r', 'n', 's'], ['t', 'h', 'e', '', 'v', 'o', 'i', 'c', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['i', 'n', 't', 'o'], ['a'], ['s', 'o', 'n', 'g'], ['m', 'a', 'd', 'e', '', 's', 'w', 'e', 'e', 't', 'e', 'r'], ['b', 'y'], ['h', 'i', 's'], ['o', 'w', 'n'], ['l', 'o', 'v', 'i', 'n', 'g', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'o', 'r', 'k'], ['i', 's'], ['l', 'o', 'v', 'e'], ['m', 'a', 'd', 'e'], ['v', 'i', 's', 'i', 'b', 'l', 'e', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e'], ['b', 'u', 't', '', 'o', 'n', 'l', 'y'], ['w', 'i', 't', 'h'], ['d', 'i', 's', 't', 'a', 's', 't', 'e', ','], ['i', 't'], ['i', 's'], ['b', 'e', 't', 't', 'e', 'r'], ['t', 'h', 'a', 't', '', 'y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['l', 'e', 'a', 'v', 'e'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['s', 'i', 't'], ['a', 't', '', 't', 'h', 'e'], ['g', 'a', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['t', 'a', 'k', 'e'], ['a', 'l', 'm', 's'], ['o', 'f', '', 't', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['j', 'o', 'y', '.', '', '', 'F', 'o', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'a', 'k', 'e'], ['b', 'r', 'e', 'a', 'd'], ['w', 'i', 't', 'h'], ['i', 'n', 'd', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 'c', 'e', ',', '', 'y', 'o', 'u'], ['b', 'a', 'k', 'e'], ['a'], ['b', 'i', 't', 't', 'e', 'r'], ['b', 'r', 'e', 'a', 'd'], ['t', 'h', 'a', 't'], ['f', 'e', 'e', 'd', 's'], ['b', 'u', 't', '', 'h', 'a', 'l', 'f'], ['m', 'a', 'n', '’', 's'], ['h', 'u', 'n', 'g', 'e', 'r', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['g', 'r', 'u', 'd', 'g', 'e'], ['t', 'h', 'e'], ['c', 'r', 'u', 's', 'h', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e', '', 'g', 'r', 'a', 'p', 'e', 's', ','], ['y', 'o', 'u', 'r'], ['g', 'r', 'u', 'd', 'g', 'e'], ['d', 'i', 's', 't', 'i', 'l', 's'], ['a'], ['p', 'o', 'i', 's', 'o', 'n'], ['i', 'n', '', 't', 'h', 'e'], ['w', 'i', 'n', 'e', '.'], [], ['i', 'f'], ['y', 'o', 'u'], ['s', 'i', 'n', 'g'], ['t', 'h', 'o', 'u', 'g', 'h'], ['a', 's', '', 'a', 'n', 'g', 'e', 'l', 's', ','], ['a', 'n', 'd'], ['l', 'o', 'v', 'e'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'i', 'n', 'g', ','], ['y', 'o', 'u', '', 'm', 'u', 'f', 'f', 'l', 'e'], ['m', 'a', 'n', '’', 's'], ['e', 'a', 'r', 's'], ['t', 'o'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e', 's'], ['o', 'f'], ['t', 'h', 'e', '', 'd', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['w', 'o', 'm', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'J', 'o', 'y'], ['a', 'n', 'd'], ['S', 'o', 'r', 'r', 'o', 'w', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['i', 's'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['u', 'n', 'm', 'a', 's', 'k', 'e', 'd', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'l', 'f', 's', 'a', 'm', 'e'], ['w', 'e', 'l', 'l'], ['f', 'r', 'o', 'm'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['r', 'i', 's', 'e', 's'], ['w', 'a', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['f', 'i', 'l', 'l', 'e', 'd', '', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['t', 'e', 'a', 'r', 's', '.', '', '', 'A', 'n', 'd'], ['h', 'o', 'w'], ['e', 'l', 's', 'e'], ['c', 'a', 'n'], ['i', 't'], ['b', 'e', '?', '', '', 'T', 'h', 'e'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'a', 't'], ['s', 'o', 'r', 'r', 'o', 'w'], ['c', 'a', 'r', 'v', 'e', 's'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r', '', 'b', 'e', 'i', 'n', 'g', ','], ['t', 'h', 'e'], ['m', 'o', 'r', 'e'], ['j', 'o', 'y'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['c', 'o', 'n', 't', 'a', 'i', 'n', '.', '', '', 'I', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['c', 'u', 'p'], ['t', 'h', 'a', 't'], ['h', 'o', 'l', 'd', 's'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 'e'], ['t', 'h', 'e', '', 'v', 'e', 'r', 'y'], ['c', 'u', 'p'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['b', 'u', 'r', 'n', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'o', 't', 't', 'e', 'r', '’', 's', '', 'o', 'v', 'e', 'n', '?', '', '', 'A', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['l', 'u', 't', 'e'], ['t', 'h', 'a', 't'], ['s', 'o', 'o', 't', 'h', 'e', 's'], ['y', 'o', 'u', 'r', '', 's', 'p', 'i', 'r', 'i', 't', ','], ['t', 'h', 'e'], ['v', 'e', 'r', 'y'], ['w', 'o', 'o', 'd'], ['t', 'h', 'a', 't'], ['w', 'a', 's'], ['h', 'o', 'l', 'l', 'o', 'w', 'e', 'd', '', 'w', 'i', 't', 'h'], ['k', 'n', 'i', 'v', 'e', 's', '?', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['j', 'o', 'y', 'o', 'u', 's', ','], ['l', 'o', 'o', 'k'], ['d', 'e', 'e', 'p'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['i', 't'], ['i', 's'], ['o', 'n', 'l', 'y', '', 't', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['h', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['y', 'o', 'u'], ['s', 'o', 'r', 'r', 'o', 'w'], ['t', 'h', 'a', 't'], ['i', 's', '', 'g', 'i', 'v', 'i', 'n', 'g'], ['y', 'o', 'u'], ['j', 'o', 'y', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['s', 'o', 'r', 'r', 'o', 'w', 'f', 'u', 'l'], ['l', 'o', 'o', 'k'], ['a', 'g', 'a', 'i', 'n'], ['i', 'n', ''], ['h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['t', 'h', 'a', 't', '', 'i', 'n'], ['t', 'r', 'u', 't', 'h'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['w', 'e', 'e', 'p', 'i', 'n', 'g'], ['f', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h', '', 'h', 'a', 's'], ['b', 'e', 'e', 'n'], ['y', 'o', 'u', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['“', 'J', 'o', 'y'], ['i', 's'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n', '', 's', 'o', 'r', 'r', 'o', 'w', ',', '”'], ['a', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['s', 'a', 'y', ','], ['“', 'N', 'a', 'y', ','], ['s', 'o', 'r', 'r', 'o', 'w'], ['i', 's', '', 't', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '.', '”', '', '', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', ','], ['t', 'h', 'e', 'y'], ['a', 'r', 'e', '', 'i', 'n', 's', 'e', 'p', 'a', 'r', 'a', 'b', 'l', 'e', '.', '', '', 'T', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['t', 'h', 'e', 'y'], ['c', 'o', 'm', 'e', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'n', 'e'], ['s', 'i', 't', 's', '', 'a', 'l', 'o', 'n', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['a', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd', ','], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '', 't', 'h', 'a', 't'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r'], ['i', 's'], ['a', 's', 'l', 'e', 'e', 'p'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'd', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['s', 'u', 's', 'p', 'e', 'n', 'd', 'e', 'd'], ['l', 'i', 'k', 'e'], ['s', 'c', 'a', 'l', 'e', 's', '', 'b', 'e', 't', 'w', 'e', 'e', 'n'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y', '.', '', '', 'O', 'n', 'l', 'y'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['e', 'm', 'p', 't', 'y'], ['a', 'r', 'e'], ['y', 'o', 'u'], ['a', 't', '', 's', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l'], ['a', 'n', 'd'], ['b', 'a', 'l', 'a', 'n', 'c', 'e', 'd', '.', '', '', 'W', 'h', 'e', 'n'], ['t', 'h', 'e'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', '-', 'k', 'e', 'e', 'p', 'e', 'r'], ['l', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['t', 'o', '', 'w', 'e', 'i', 'g', 'h'], ['h', 'i', 's'], ['g', 'o', 'l', 'd'], ['a', 'n', 'd'], ['h', 'i', 's'], ['s', 'i', 'l', 'v', 'e', 'r', ','], ['n', 'e', 'e', 'd', 's', '', 'm', 'u', 's', 't'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'o', 'r', 'r', 'o', 'w'], ['r', 'i', 's', 'e'], ['o', 'r', '', 'f', 'a', 'l', 'l', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['m', 'a', 's', 'o', 'n'], ['c', 'a', 'm', 'e'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ',', '', 'S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'H', 'o', 'u', 's', 'e', 's', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '', '', 'B', 'u', 'i', 'l', 'd'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['i', 'm', 'a', 'g', 'i', 'n', 'i', 'n', 'g', 's'], ['a'], ['b', 'o', 'w', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e', '', 'w', 'i', 'l', 'd', 'e', 'r', 'n', 'e', 's', 's'], ['e', 'r', 'e'], ['y', 'o', 'u'], ['b', 'u', 'i', 'l', 'd'], ['a'], ['h', 'o', 'u', 's', 'e'], ['w', 'i', 't', 'h', 'i', 'n', '', 't', 'h', 'e'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's', '.', '', '', 'F', 'o', 'r'], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['h', 'o', 'm', 'e', '-', 'c', 'o', 'm', 'i', 'n', 'g', 's'], ['i', 'n', '', 'y', 'o', 'u', 'r'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't', ','], ['s', 'o'], ['h', 'a', 's'], ['t', 'h', 'e'], ['w', 'a', 'n', 'd', 'e', 'r', 'e', 'r'], ['i', 'n', '', 'y', 'o', 'u', ','], ['t', 'h', 'e'], ['e', 'v', 'e', 'r'], ['d', 'i', 's', 't', 'a', 'n', 't'], ['a', 'n', 'd'], ['a', 'l', 'o', 'n', 'e', '.', '', '', 'Y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['l', 'a', 'r', 'g', 'e', 'r'], ['b', 'o', 'd', 'y', '.', '', '', 'I', 't'], ['g', 'r', 'o', 'w', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd'], ['s', 'l', 'e', 'e', 'p', 's'], ['i', 'n'], ['t', 'h', 'e', '', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ';'], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['n', 'o', 't', '', 'd', 'r', 'e', 'a', 'm', 'l', 'e', 's', 's', '.'], ['D', 'o', 'e', 's'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['d', 'r', 'e', 'a', 'm', '?', '', 'a', 'n', 'd'], ['d', 'r', 'e', 'a', 'm', 'i', 'n', 'g', ','], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['f', 'o', 'r'], ['g', 'r', 'o', 'v', 'e', '', 'o', 'r'], ['h', 'i', 'l', 'l', 't', 'o', 'p', '?', '', '', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['I'], ['c', 'o', 'u', 'l', 'd'], ['g', 'a', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', '', 'i', 'n', 't', 'o'], ['m', 'y'], ['h', 'a', 'n', 'd', ','], ['a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['a'], ['s', 'o', 'w', 'e', 'r'], ['s', 'c', 'a', 't', 't', 'e', 'r', '', 't', 'h', 'e', 'm'], ['i', 'n'], ['f', 'o', 'r', 'e', 's', 't'], ['a', 'n', 'd'], ['m', 'e', 'a', 'd', 'o', 'w', '.', '', '', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'e'], ['v', 'a', 'l', 'l', 'e', 'y', 's'], ['w', 'e', 'r', 'e'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd', '', 't', 'h', 'e'], ['g', 'r', 'e', 'e', 'n'], ['p', 'a', 't', 'h', 's'], ['y', 'o', 'u', 'r'], ['a', 'l', 'l', 'e', 'y', 's', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u', ''], ['s', 'e', 'e', 'k'], ['o', 'n', 'e'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', '', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', ','], ['a', 'n', 'd'], ['c', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', '', 'o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', 's', '.', '', '', 'B', 'u', 't'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['y', 'e', 't'], ['t', 'o'], ['b', 'e', '.', '', '', 'I', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u', 'r'], ['f', 'o', 'r', 'e', 'f', 'a', 't', 'h', 'e', 'r', 's'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'd', '', 'y', 'o', 'u'], ['t', 'o', 'o'], ['n', 'e', 'a', 'r'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.'], ['A', 'n', 'd'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r', '', 's', 'h', 'a', 'l', 'l'], ['e', 'n', 'd', 'u', 'r', 'e'], ['a'], ['l', 'i', 't', 't', 'l', 'e'], ['l', 'o', 'n', 'g', 'e', 'r', '.'], ['A'], ['l', 'i', 't', 't', 'l', 'e', '', 'l', 'o', 'n', 'g', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['c', 'i', 't', 'y'], ['w', 'a', 'l', 'l', 's'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e', '', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 'h', 's'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['t', 'e', 'l', 'l'], ['m', 'e', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['w', 'h', 'a', 't', '', 'h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['h', 'o', 'u', 's', 'e', 's', '?'], ['A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't', '', 'y', 'o', 'u'], ['g', 'u', 'a', 'r', 'd'], ['w', 'i', 't', 'h'], ['f', 'a', 's', 't', 'e', 'n', 'e', 'd'], ['d', 'o', 'o', 'r', 's', '?', '', '', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['p', 'e', 'a', 'c', 'e', ','], ['t', 'h', 'e'], ['q', 'u', 'i', 'e', 't'], ['u', 'r', 'g', 'e'], ['t', 'h', 'a', 't', '', 'r', 'e', 'v', 'e', 'a', 'l', 's'], ['y', 'o', 'u', 'r'], ['p', 'o', 'w', 'e', 'r', '?', '', '', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e', 's', ','], ['t', 'h', 'e'], ['g', 'l', 'i', 'm', 'm', 'e', 'r', 'i', 'n', 'g', '', 'a', 'r', 'c', 'h', 'e', 's'], ['t', 'h', 'a', 't'], ['s', 'p', 'a', 'n'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '', 'm', 'i', 'n', 'd', '?', '', '', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'a', 'u', 't', 'y', ','], ['t', 'h', 'a', 't'], ['l', 'e', 'a', 'd', 's'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't', '', 'f', 'r', 'o', 'm'], ['t', 'h', 'i', 'n', 'g', 's'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['w', 'o', 'o', 'd'], ['a', 'n', 'd'], ['s', 't', 'o', 'n', 'e', '', 't', 'o'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', '?', '', '', 'T', 'e', 'l', 'l'], ['m', 'e', ','], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['t', 'h', 'e', 's', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', '?', '', '', 'O', 'r'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['o', 'n', 'l', 'y'], ['c', 'o', 'm', 'f', 'o', 'r', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'u', 's', 't', '', 'f', 'o', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't', ','], ['t', 'h', 'a', 't'], ['s', 't', 'e', 'a', 'l', 't', 'h', 'y'], ['t', 'h', 'i', 'n', 'g'], ['t', 'h', 'a', 't', ''], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['a'], ['g', 'u', 'e', 's', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n', '', 'b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['h', 'o', 's', 't', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n'], ['a'], ['m', 'a', 's', 't', 'e', 'r', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'y', ','], ['a', 'n', 'd'], ['i', 't'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['t', 'a', 'm', 'e', 'r', ','], ['a', 'n', 'd'], ['w', 'i', 't', 'h', '', 'h', 'o', 'o', 'k'], ['a', 'n', 'd'], ['s', 'c', 'o', 'u', 'r', 'g', 'e'], ['m', 'a', 'k', 'e', 's'], ['p', 'u', 'p', 'p', 'e', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'l', 'a', 'r', 'g', 'e', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', '.', '', '', 'T', 'h', 'o', 'u', 'g', 'h'], ['i', 't', 's'], ['h', 'a', 'n', 'd', 's'], ['a', 'r', 'e'], ['s', 'i', 'l', 'k', 'e', 'n', ','], ['i', 't', 's'], ['h', 'e', 'a', 'r', 't', '', 'i', 's'], ['o', 'f'], ['i', 'r', 'o', 'n', '.', '', '', 'I', 't'], ['l', 'u', 'l', 'l', 's'], ['y', 'o', 'u'], ['t', 'o'], ['s', 'l', 'e', 'e', 'p'], ['o', 'n', 'l', 'y'], ['t', 'o'], ['s', 't', 'a', 'n', 'd'], ['b', 'y', '', 'y', 'o', 'u', 'r'], ['b', 'e', 'd'], ['a', 'n', 'd'], ['j', 'e', 'e', 'r'], ['a', 't'], ['t', 'h', 'e'], ['d', 'i', 'g', 'n', 'i', 't', 'y'], ['o', 'f'], ['t', 'h', 'e', '', 'f', 'l', 'e', 's', 'h', '.', '', '', 'I', 't'], ['m', 'a', 'k', 'e', 's'], ['m', 'o', 'c', 'k'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'n', 'd'], ['s', 'e', 'n', 's', 'e', 's', ','], ['a', 'n', 'd', '', 'l', 'a', 'y', 's'], ['t', 'h', 'e', 'm'], ['i', 'n'], ['t', 'h', 'i', 's', 't', 'l', 'e', 'd', 'o', 'w', 'n'], ['l', 'i', 'k', 'e'], ['f', 'r', 'a', 'g', 'i', 'l', 'e', '', 'v', 'e', 's', 's', 'e', 'l', 's', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['t', 'h', 'e'], ['l', 'u', 's', 't'], ['f', 'o', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't'], ['m', 'u', 'r', 'd', 'e', 'r', 's', '', 't', 'h', 'e'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'n'], ['w', 'a', 'l', 'k', 's', '', 'g', 'r', 'i', 'n', 'n', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'n', 'e', 'r', 'a', 'l', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u', ','], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['y', 'o', 'u'], ['r', 'e', 's', 't', 'l', 'e', 's', 's', '', 'i', 'n'], ['r', 'e', 's', 't', ','], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['t', 'r', 'a', 'p', 'p', 'e', 'd'], ['n', 'o', 'r', '', 't', 'a', 'm', 'e', 'd', '.', '', '', 'Y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['n', 'o', 't'], ['a', 'n'], ['a', 'n', 'c', 'h', 'o', 'r'], ['b', 'u', 't'], ['a', '', 'm', 'a', 's', 't', '.', '', '', 'I', 't'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['a'], ['g', 'l', 'i', 's', 't', 'e', 'n', 'i', 'n', 'g'], ['f', 'i', 'l', 'm'], ['t', 'h', 'a', 't', ''], ['a'], ['w', 'o', 'u', 'n', 'd', ','], ['b', 'u', 't'], ['a', 'n'], ['e', 'y', 'e', 'l', 'i', 'd'], ['t', 'h', 'a', 't', '', 'g', 'u', 'a', 'r', 'd', 's'], ['t', 'h', 'e'], ['e', 'y', 'e', '.', '', '', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['f', 'o', 'l', 'd'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['y', 'o', 'u', '', 'm', 'a', 'y'], ['p', 'a', 's', 's'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['d', 'o', 'o', 'r', 's', ','], ['n', 'o', 'r'], ['b', 'e', 'n', 'd'], ['y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'd', 's'], ['t', 'h', 'a', 't'], ['t', 'h', 'e', 'y'], ['s', 't', 'r', 'i', 'k', 'e'], ['n', 'o', 't'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['a', '', 'c', 'e', 'i', 'l', 'i', 'n', 'g', ','], ['n', 'o', 'r'], ['f', 'e', 'a', 'r'], ['t', 'o'], ['b', 'r', 'e', 'a', 't', 'h', 'e'], ['l', 'e', 's', 't'], ['w', 'a', 'l', 'l', 's', '', 's', 'h', 'o', 'u', 'l', 'd'], ['c', 'r', 'a', 'c', 'k'], ['a', 'n', 'd'], ['f', 'a', 'l', 'l'], ['d', 'o', 'w', 'n', '.', '', '', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'o', 'm', 'b', 's'], ['m', 'a', 'd', 'e'], ['b', 'y'], ['t', 'h', 'e', '', 'd', 'e', 'a', 'd'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['o', 'f'], ['m', 'a', 'g', 'n', 'i', 'f', 'i', 'c', 'e', 'n', 'c', 'e'], ['a', 'n', 'd', '', 's', 'p', 'l', 'e', 'n', 'd', 'o', 'u', 'r', ','], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['h', 'o', 'l', 'd', '', 'y', 'o', 'u', 'r'], ['s', 'e', 'c', 'r', 'e', 't'], ['n', 'o', 'r'], ['s', 'h', 'e', 'l', 't', 'e', 'r'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u', '', 'a', 'b', 'i', 'd', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'n', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'k', 'y', ','], ['w', 'h', 'o', 's', 'e', '', 'd', 'o', 'o', 'r'], ['i', 's'], ['t', 'h', 'e'], ['m', 'o', 'r', 'n', 'i', 'n', 'g'], ['m', 'i', 's', 't', ','], ['a', 'n', 'd'], ['w', 'h', 'o', 's', 'e', '', 'w', 'i', 'n', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', 's', '', 'o', 'f'], ['n', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['t', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'C', 'l', 'o', 't', 'h', 'e', 's', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'r'], ['c', 'l', 'o', 't', 'h', 'e', 's'], ['c', 'o', 'n', 'c', 'e', 'a', 'l'], ['m', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'b', 'e', 'a', 'u', 't', 'y', ','], ['y', 'e', 't'], ['t', 'h', 'e', 'y'], ['h', 'i', 'd', 'e'], ['n', 'o', 't'], ['t', 'h', 'e', '', 'u', 'n', 'b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['i', 'n'], ['g', 'a', 'r', 'm', 'e', 'n', 't', 's'], ['t', 'h', 'e', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm'], ['o', 'f'], ['p', 'r', 'i', 'v', 'a', 'c', 'y'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['f', 'i', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', 'm', '', 'a'], ['h', 'a', 'r', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['a'], ['c', 'h', 'a', 'i', 'n', '.', '', '', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['m', 'e', 'e', 't'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd', '', 't', 'h', 'e'], ['w', 'i', 'n', 'd'], ['w', 'i', 't', 'h'], ['m', 'o', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'k', 'i', 'n'], ['a', 'n', 'd'], ['l', 'e', 's', 's', '', 'o', 'f'], ['y', 'o', 'u', 'r'], ['r', 'a', 'i', 'm', 'e', 'n', 't', ',', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 't', 'h'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'u', 'n', 'l', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e', '', 'w', 'i', 'n', 'd', '.', '', '', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 'a', 'y', ','], ['“', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd', '', 'w', 'h', 'o'], ['h', 'a', 's'], ['w', 'o', 'v', 'e', 'n'], ['t', 'h', 'e'], ['c', 'l', 'o', 't', 'h', 'e', 's'], ['w', 'e'], ['w', 'e', 'a', 'r', '.', '”', '', '', 'A', 'n', 'd'], ['I'], ['s', 'a', 'y', ','], ['A', 'y', ','], ['i', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['n', 'o', 'r', 't', 'h'], ['w', 'i', 'n', 'd', ',', '', '', 'B', 'u', 't'], ['s', 'h', 'a', 'm', 'e'], ['w', 'a', 's'], ['h', 'i', 's'], ['l', 'o', 'o', 'm', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '', 's', 'o', 'f', 't', 'e', 'n', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'i', 'n', 'e', 'w', 's'], ['w', 'a', 's'], ['h', 'i', 's'], ['t', 'h', 'r', 'e', 'a', 'd', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'i', 's'], ['w', 'o', 'r', 'k'], ['w', 'a', 's'], ['d', 'o', 'n', 'e'], ['h', 'e'], ['l', 'a', 'u', 'g', 'h', 'e', 'd'], ['i', 'n', '', 't', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '.'], [], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['m', 'o', 'd', 'e', 's', 't', 'y', '', 'i', 's'], ['f', 'o', 'r'], ['a'], ['s', 'h', 'i', 'e', 'l', 'd'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['t', 'h', 'e'], ['e', 'y', 'e'], ['o', 'f'], ['t', 'h', 'e', '', 'u', 'n', 'c', 'l', 'e', 'a', 'n', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['u', 'n', 'c', 'l', 'e', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['n', 'o'], ['m', 'o', 'r', 'e', ',', '', 'w', 'h', 'a', 't'], ['w', 'e', 'r', 'e'], ['m', 'o', 'd', 'e', 's', 't', 'y'], ['b', 'u', 't'], ['a'], ['f', 'e', 't', 't', 'e', 'r'], ['a', 'n', 'd'], ['a', '', 'f', 'o', 'u', 'l', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'n', 'd', '?', '', '', 'A', 'n', 'd'], ['f', 'o', 'r', 'g', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['d', 'e', 'l', 'i', 'g', 'h', 't', 's', '', 't', 'o'], ['f', 'e', 'e', 'l'], ['y', 'o', 'u', 'r'], ['b', 'a', 'r', 'e'], ['f', 'e', 'e', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 's', '', 'l', 'o', 'n', 'g'], ['t', 'o'], ['p', 'l', 'a', 'y'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['h', 'a', 'i', 'r', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['m', 'e', 'r', 'c', 'h', 'a', 'n', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'B', 'u', 'y', 'i', 'n', 'g'], ['a', 'n', 'd'], ['S', 'e', 'l', 'l', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '', '', 'T', 'o'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['y', 'i', 'e', 'l', 'd', 's'], ['h', 'e', 'r'], ['f', 'r', 'u', 'i', 't', ','], ['a', 'n', 'd', '', 'y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['w', 'a', 'n', 't'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'u', 't'], ['k', 'n', 'o', 'w'], ['h', 'o', 'w', '', 't', 'o'], ['f', 'i', 'l', 'l'], ['y', 'o', 'u', 'r'], ['h', 'a', 'n', 'd', 's', '.', '', '', 'I', 't'], ['i', 's'], ['i', 'n'], ['e', 'x', 'c', 'h', 'a', 'n', 'g', 'i', 'n', 'g'], ['t', 'h', 'e'], ['g', 'i', 'f', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '', 'e', 'a', 'r', 't', 'h'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e'], ['a', 'n', 'd', '', 'b', 'e'], ['s', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '', '', 'Y', 'e', 't'], ['u', 'n', 'l', 'e', 's', 's'], ['t', 'h', 'e'], ['e', 'x', 'c', 'h', 'a', 'n', 'g', 'e'], ['b', 'e'], ['i', 'n'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd', '', 'k', 'i', 'n', 'd', 'l', 'y'], ['j', 'u', 's', 't', 'i', 'c', 'e', ','], ['i', 't'], ['w', 'i', 'l', 'l'], ['b', 'u', 't'], ['l', 'e', 'a', 'd'], ['s', 'o', 'm', 'e'], ['t', 'o', '', 'g', 'r', 'e', 'e', 'd'], ['a', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['t', 'o'], ['h', 'u', 'n', 'g', 'e', 'r', '.', '', '', 'W', 'h', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e'], ['y', 'o', 'u'], ['t', 'o', 'i', 'l', 'e', 'r', 's'], ['o', 'f', '', 't', 'h', 'e'], ['s', 'e', 'a'], ['a', 'n', 'd'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's'], ['m', 'e', 'e', 't', '', 't', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'o', 't', 't', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's'], ['o', 'f'], ['s', 'p', 'i', 'c', 'e', 's', ',', '-', '-', '', '', 'I', 'n', 'v', 'o', 'k', 'e'], ['t', 'h', 'e', 'n'], ['t', 'h', 'e'], ['m', 'a', 's', 't', 'e', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', ','], ['t', 'o'], ['c', 'o', 'm', 'e'], ['i', 'n', 't', 'o'], ['y', 'o', 'u', 'r'], ['m', 'i', 'd', 's', 't'], ['a', 'n', 'd', '', 's', 'a', 'n', 'c', 't', 'i', 'f', 'y'], ['t', 'h', 'e'], ['s', 'c', 'a', 'l', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'e', 'c', 'k', 'o', 'n', 'i', 'n', 'g', '', 't', 'h', 'a', 't'], ['w', 'e', 'i', 'g', 'h', 's'], ['v', 'a', 'l', 'u', 'e'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['v', 'a', 'l', 'u', 'e', '.'], [], ['n', 'o', 't'], ['t', 'h', 'e'], ['b', 'a', 'r', 'r', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['t', 'o'], ['t', 'a', 'k', 'e', '', 'p', 'a', 'r', 't'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['t', 'r', 'a', 'n', 's', 'a', 'c', 't', 'i', 'o', 'n', 's', ','], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd', '', 's', 'e', 'l', 'l'], ['t', 'h', 'e', 'i', 'r'], ['w', 'o', 'r', 'd', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['l', 'a', 'b', 'o', 'u', 'r', '.', '', '', 'T', 'o'], ['s', 'u', 'c', 'h'], ['m', 'e', 'n'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['s', 'a', 'y', ',', '', '', '“', 'C', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['u', 's'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd', ','], ['o', 'r'], ['g', 'o'], ['w', 'i', 't', 'h', '', 'o', 'u', 'r'], ['b', 'r', 'o', 't', 'h', 'e', 'r', 's'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['a', 'n', 'd'], ['c', 'a', 's', 't'], ['y', 'o', 'u', 'r', '', 'n', 'e', 't', ';', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['l', 'a', 'n', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', '', 'b', 'o', 'u', 'n', 't', 'i', 'f', 'u', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'o'], ['u', 's', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['i', 'f'], ['t', 'h', 'e', 'r', 'e'], ['c', 'o', 'm', 'e'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'd', 'a', 'n', 'c', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'l', 'u', 't', 'e'], ['p', 'l', 'a', 'y', 'e', 'r', 's', ',', '-', '-', 'b', 'u', 'y'], ['o', 'f', '', 't', 'h', 'e', 'i', 'r'], ['g', 'i', 'f', 't', 's'], ['a', 'l', 's', 'o', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['t', 'o', 'o'], ['a', 'r', 'e'], ['g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's'], ['o', 'f'], ['f', 'r', 'u', 'i', 't'], ['a', 'n', 'd', '', 'f', 'r', 'a', 'n', 'k', 'i', 'n', 'c', 'e', 'n', 's', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['b', 'r', 'i', 'n', 'g', ',', '', 't', 'h', 'o', 'u', 'g', 'h'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['d', 'r', 'e', 'a', 'm', 's', ','], ['i', 's'], ['r', 'a', 'i', 'm', 'e', 'n', 't', '', 'a', 'n', 'd'], ['f', 'o', 'o', 'd'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', '.', '', '', 'A', 'n', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['y', 'o', 'u'], ['l', 'e', 'a', 'v', 'e'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e', ',', '', 's', 'e', 'e'], ['t', 'h', 'a', 't'], ['n', 'o'], ['o', 'n', 'e'], ['h', 'a', 's'], ['g', 'o', 'n', 'e'], ['h', 'i', 's'], ['w', 'a', 'y'], ['w', 'i', 't', 'h', '', 'e', 'm', 'p', 't', 'y'], ['h', 'a', 'n', 'd', 's', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['m', 'a', 's', 't', 'e', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['s', 'h', 'a', 'l', 'l', '', 'n', 'o', 't'], ['s', 'l', 'e', 'e', 'p'], ['p', 'e', 'a', 'c', 'e', 'f', 'u', 'l', 'l', 'y'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '', 't', 'i', 'l', 'l'], ['t', 'h', 'e'], ['n', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e', '', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['j', 'u', 'd', 'g', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '', 's', 't', 'o', 'o', 'd'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'C', 'r', 'i', 'm', 'e'], ['a', 'n', 'd'], ['P', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'I', 't'], ['i', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't'], ['g', 'o', 'e', 's'], ['w', 'a', 'n', 'd', 'e', 'r', 'i', 'n', 'g', '', 'u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ',', '', '', 'T', 'h', 'a', 't'], ['y', 'o', 'u', ','], ['a', 'l', 'o', 'n', 'e'], ['a', 'n', 'd'], ['u', 'n', 'g', 'u', 'a', 'r', 'd', 'e', 'd', ','], ['c', 'o', 'm', 'm', 'i', 't', '', 'a'], ['w', 'r', 'o', 'n', 'g'], ['u', 'n', 't', 'o'], ['o', 't', 'h', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['u', 'n', 't', 'o', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'A', 'n', 'd'], ['f', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'r', 'o', 'n', 'g'], ['c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['m', 'u', 's', 't'], ['y', 'o', 'u', '', 'k', 'n', 'o', 'c', 'k'], ['a', 'n', 'd'], ['w', 'a', 'i', 't'], ['a'], ['w', 'h', 'i', 'l', 'e'], ['u', 'n', 'h', 'e', 'e', 'd', 'e', 'd'], ['a', 't'], ['t', 'h', 'e', '', 'g', 'a', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['b', 'l', 'e', 's', 's', 'e', 'd', '.', '', '', 'L', 'i', 'k', 'e'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '', '', 'I', 't'], ['r', 'e', 'm', 'a', 'i', 'n', 's'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['u', 'n', 'd', 'e', 'f', 'i', 'l', 'e', 'd', '.', '', '', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r'], ['i', 't'], ['l', 'i', 'f', 't', 's'], ['b', 'u', 't'], ['t', 'h', 'e', '', 'w', 'i', 'n', 'g', 'e', 'd', '.', '', '', 'E', 'v', 'e', 'n'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '', '', 'I', 't'], ['k', 'n', 'o', 'w', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['w', 'a', 'y', 's'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'o', 'l', 'e'], ['n', 'o', 'r', '', 's', 'e', 'e', 'k', 's'], ['i', 't'], ['t', 'h', 'e'], ['h', 'o', 'l', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'e', 'r', 'p', 'e', 'n', 't', '.', ''], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f'], ['d', 'w', 'e', 'l', 'l', 's'], ['n', 'o', 't'], ['a', 'l', 'o', 'n', 'e', '', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '.', '', '', 'M', 'u', 'c', 'h'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['s', 't', 'i', 'l', 'l'], ['m', 'a', 'n', ','], ['a', 'n', 'd'], ['m', 'u', 'c', 'h'], ['i', 'n', '', 'y', 'o', 'u'], ['i', 's'], ['n', 'o', 't'], ['y', 'e', 't'], ['m', 'a', 'n', ',', '', '', 'B', 'u', 't'], ['a'], ['s', 'h', 'a', 'p', 'e', 'l', 'e', 's', 's'], ['p', 'i', 'g', 'm', 'y'], ['t', 'h', 'a', 't'], ['w', 'a', 'l', 'k', 's'], ['a', 's', 'l', 'e', 'e', 'p', '', 'i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['s', 'e', 'a', 'r', 'c', 'h', 'i', 'n', 'g'], ['f', 'o', 'r'], ['i', 't', 's'], ['o', 'w', 'n', '', 'a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'a', 'n'], ['i', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['n', 'o', 'w'], ['s', 'p', 'e', 'a', 'k', '.', '', '', 'F', 'o', 'r'], ['i', 't'], ['i', 's'], ['h', 'e'], ['a', 'n', 'd'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f'], ['n', 'o', 'r', '', 't', 'h', 'e'], ['p', 'i', 'g', 'm', 'y'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't', ','], ['t', 'h', 'a', 't'], ['k', 'n', 'o', 'w', 's'], ['c', 'r', 'i', 'm', 'e', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['p', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't'], ['o', 'f'], ['c', 'r', 'i', 'm', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['h', 'a', 'v', 'e'], ['I'], ['h', 'e', 'a', 'r', 'd'], ['y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f'], ['o', 'n', 'e', '', 'w', 'h', 'o'], ['c', 'o', 'm', 'm', 'i', 't', 's'], ['a'], ['w', 'r', 'o', 'n', 'g'], ['a', 's'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e'], ['w', 'e', 'r', 'e', '', 'n', 'o', 't'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', ','], ['b', 'u', 't'], ['a'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', '', 'a', 'n', 'd'], ['a', 'n'], ['i', 'n', 't', 'r', 'u', 'd', 'e', 'r'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'l', 'd', '.', '', '', 'B', 'u', 't'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'a', 't'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['h', 'o', 'l', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's'], ['c', 'a', 'n', 'n', 'o', 't'], ['r', 'i', 's', 'e'], ['b', 'e', 'y', 'o', 'n', 'd'], ['t', 'h', 'e'], ['h', 'i', 'g', 'h', 'e', 's', 't', '', 'w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', ',', '', '', 'S', 'o'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'e', 'a', 'k'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'a', 'l', 'l', '', 'l', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['l', 'o', 'w', 'e', 's', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['y', 'o', 'u', '', 'a', 'l', 's', 'o', '.', '', '', 'A', 'n', 'd'], ['a', 's'], ['a'], ['s', 'i', 'n', 'g', 'l', 'e'], ['l', 'e', 'a', 'f'], ['t', 'u', 'r', 'n', 's'], ['n', 'o', 't'], ['y', 'e', 'l', 'l', 'o', 'w', '', 'b', 'u', 't'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['t', 'h', 'e', '', 'w', 'h', 'o', 'l', 'e'], ['t', 'r', 'e', 'e', ','], [], ['t', 'h', 'e'], ['w', 'r', 'o', 'n', 'g', '-', 'd', 'o', 'e', 'r'], ['c', 'a', 'n', 'n', 'o', 't', '', 'd', 'o'], ['w', 'r', 'o', 'n', 'g'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['t', 'h', 'e'], ['h', 'i', 'd', 'd', 'e', 'n'], ['w', 'i', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', '', 'a', 'l', 'l', '.', '', '', 'L', 'i', 'k', 'e'], ['a'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n'], ['y', 'o', 'u'], ['w', 'a', 'l', 'k'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '', 't', 'o', 'w', 'a', 'r', 'd', 's'], ['y', 'o', 'u', 'r'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '6', '4', ']', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['w', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['f', 'a', 'l', 'l', 's'], ['d', 'o', 'w', 'n'], ['h', 'e'], ['f', 'a', 'l', 'l', 's', '', 'f', 'o', 'r'], ['t', 'h', 'o', 's', 'e'], ['b', 'e', 'h', 'i', 'n', 'd'], ['h', 'i', 'm', ','], ['a'], ['c', 'a', 'u', 't', 'i', 'o', 'n'], ['a', 'g', 'a', 'i', 'n', 's', 't', '', 't', 'h', 'e'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 't', 'o', 'n', 'e', '.', '', '', 'A', 'y', ','], ['a', 'n', 'd'], ['h', 'e'], ['f', 'a', 'l', 'l', 's'], ['f', 'o', 'r'], ['t', 'h', 'o', 's', 'e'], ['a', 'h', 'e', 'a', 'd'], ['o', 'f'], ['h', 'i', 'm', ',', '', 'w', 'h', 'o'], ['t', 'h', 'o', 'u', 'g', 'h'], ['f', 'a', 's', 't', 'e', 'r'], ['a', 'n', 'd'], ['s', 'u', 'r', 'e', 'r'], ['o', 'f'], ['f', 'o', 'o', 't', ','], ['y', 'e', 't', '', 'r', 'e', 'm', 'o', 'v', 'e', 'd'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 't', 'o', 'n', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'i', 's'], ['a', 'l', 's', 'o', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['w', 'o', 'r', 'd'], ['l', 'i', 'e'], ['h', 'e', 'a', 'v', 'y', '', 'u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's', ':', '', '', 'T', 'h', 'e'], ['m', 'u', 'r', 'd', 'e', 'r', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['u', 'n', 'a', 'c', 'c', 'o', 'u', 'n', 't', 'a', 'b', 'l', 'e'], ['f', 'o', 'r', '', 'h', 'i', 's'], ['o', 'w', 'n'], ['m', 'u', 'r', 'd', 'e', 'r', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['r', 'o', 'b', 'b', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['b', 'l', 'a', 'm', 'e', 'l', 'e', 's', 's'], ['i', 'n'], ['b', 'e', 'i', 'n', 'g', '', 'r', 'o', 'b', 'b', 'e', 'd', '.', '', '', 'T', 'h', 'e'], ['r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's'], ['i', 's'], ['n', 'o', 't'], ['i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['o', 'f'], ['t', 'h', 'e', '', 'd', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e', '-', 'h', 'a', 'n', 'd', 'e', 'd'], ['i', 's'], ['n', 'o', 't'], ['c', 'l', 'e', 'a', 'n'], ['i', 'n'], ['t', 'h', 'e', '', 'd', 'o', 'i', 'n', 'g', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'e', 'l', 'o', 'n', '.', '', '', 'Y', 'e', 'a', ','], ['t', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'y'], ['i', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['t', 'h', 'e'], ['v', 'i', 'c', 't', 'i', 'm', '', 'o', 'f'], ['t', 'h', 'e'], ['i', 'n', 'j', 'u', 'r', 'e', 'd', ',', '', '', 'A', 'n', 'd'], ['s', 't', 'i', 'l', 'l'], ['m', 'o', 'r', 'e'], ['o', 'f', 't', 'e', 'n'], ['t', 'h', 'e'], ['c', 'o', 'n', 'd', 'e', 'm', 'n', 'e', 'd'], ['i', 's', ''], ['b', 'u', 'r', 'd', 'e', 'n'], ['b', 'e', 'a', 'r', 'e', 'r'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'l', 'e', 's', 's', '', 'a', 'n', 'd'], ['u', 'n', 'b', 'l', 'a', 'm', 'e', 'd', '.', '', '', 'Y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['t', 'h', 'e'], ['j', 'u', 's', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', '', 'u', 'n', 'j', 'u', 's', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['w', 'i', 'c', 'k', 'e', 'd', ';', '', '', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['s', 't', 'a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['f', 'a', 'c', 'e', '', 'o', 'f'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['b', 'l', 'a', 'c', 'k'], ['t', 'h', 'r', 'e', 'a', 'd'], ['a', 'n', 'd', '', 't', 'h', 'e'], ['w', 'h', 'i', 't', 'e'], ['a', 'r', 'e'], ['w', 'o', 'v', 'e', 'n'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['b', 'l', 'a', 'c', 'k'], ['t', 'h', 'r', 'e', 'a', 'd'], ['b', 'r', 'e', 'a', 'k', 's', ','], ['t', 'h', 'e', '', 'w', 'e', 'a', 'v', 'e', 'r'], ['s', 'h', 'a', 'l', 'l'], ['l', 'o', 'o', 'k'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['w', 'h', 'o', 'l', 'e'], ['c', 'l', 'o', 't', 'h', ',', '', 'a', 'n', 'd'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['e', 'x', 'a', 'm', 'i', 'n', 'e'], ['t', 'h', 'e'], ['l', 'o', 'o', 'm'], ['a', 'l', 's', 'o', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'f'], ['a', 'n', 'y'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['b', 'r', 'i', 'n', 'g'], ['t', 'o'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 't', 'h', 'e'], ['u', 'n', 'f', 'a', 'i', 't', 'h', 'f', 'u', 'l'], ['w', 'i', 'f', 'e', ',', '', '', 'L', 'e', 't'], ['h', 'i', 'm'], ['a', 'l', 's', 'o'], ['w', 'e', 'i', 'g', 'h'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['h', 'e', 'r', '', 'h', 'u', 's', 'b', 'a', 'n', 'd'], ['i', 'n'], ['s', 'c', 'a', 'l', 'e', 's', ','], ['a', 'n', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['h', 'i', 's'], ['s', 'o', 'u', 'l', '', 'w', 'i', 't', 'h'], ['m', 'e', 'a', 's', 'u', 'r', 'e', 'm', 'e', 'n', 't', 's', '.', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd'], ['l', 'a', 's', 'h'], ['t', 'h', 'e'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'r', '', 'l', 'o', 'o', 'k'], ['u', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['a', 'n', 'y'], ['o', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['p', 'u', 'n', 'i', 's', 'h'], ['i', 'n'], ['t', 'h', 'e', '', 'n', 'a', 'm', 'e'], ['o', 'f'], ['r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['l', 'a', 'y'], ['t', 'h', 'e'], ['a', 'x', '', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['e', 'v', 'i', 'l'], ['t', 'r', 'e', 'e', ','], ['l', 'e', 't'], ['h', 'i', 'm'], ['s', 'e', 'e'], ['t', 'o'], ['i', 't', 's', '', 'r', 'o', 'o', 't', 's', ';', '', '', 'A', 'n', 'd'], ['v', 'e', 'r', 'i', 'l', 'y'], ['h', 'e'], ['w', 'i', 'l', 'l'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', 's'], ['o', 'f'], ['t', 'h', 'e', '', 'g', 'o', 'o', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'a', 'd', ','], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't', 'f', 'u', 'l'], ['a', 'n', 'd'], ['t', 'h', 'e', ''], ['a', 'l', 'l'], ['e', 'n', 't', 'w', 'i', 'n', 'e', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['i', 'n', '', 't', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 't'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['j', 'u', 'd', 'g', 'e', 's'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['j', 'u', 's', 't', ',', '', '', 'W', 'h', 'a', 't'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't'], ['p', 'r', 'o', 'n', 'o', 'u', 'n', 'c', 'e'], ['y', 'o', 'u'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm', '', 'w', 'h', 'o'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'o', 'n', 'e', 's', 't'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h'], ['y', 'e', 't'], ['i', 's'], ['a', '', 't', 'h', 'i', 'e', 'f'], ['i', 'n'], ['s', 'p', 'i', 'r', 'i', 't', '?', '', '', 'W', 'h', 'a', 't'], ['p', 'e', 'n', 'a', 'l', 't', 'y'], ['l', 'a', 'y'], ['y', 'o', 'u'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['s', 'l', 'a', 'y', 's', '', 'i', 'n'], ['t', 'h', 'e'], ['f', 'l', 'e', 's', 'h'], ['y', 'e', 't'], ['i', 's'], ['h', 'i', 'm', 's', 'e', 'l', 'f'], ['s', 'l', 'a', 'i', 'n'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't', '?', '', '', 'A', 'n', 'd'], ['h', 'o', 'w'], ['p', 'r', 'o', 's', 'e', 'c', 'u', 't', 'e'], ['y', 'o', 'u'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['i', 'n'], ['a', 'c', 't', 'i', 'o', 'n', '', 'i', 's'], ['a'], ['d', 'e', 'c', 'e', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['a', 'n'], ['o', 'p', 'p', 'r', 'e', 's', 's', 'o', 'r', ',', '', '', 'Y', 'e', 't'], ['w', 'h', 'o'], ['a', 'l', 's', 'o'], ['i', 's'], ['a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd'], ['a', 'n', 'd'], ['o', 'u', 't', 'r', 'a', 'g', 'e', 'd', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['p', 'u', 'n', 'i', 's', 'h'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o', 's', 'e', '', 'r', 'e', 'm', 'o', 'r', 's', 'e'], ['i', 's'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e', 'i', 'r', '', 'm', 'i', 's', 'd', 'e', 'e', 'd', 's', '?', '', '', 'I', 's'], ['n', 'o', 't'], ['r', 'e', 'm', 'o', 'r', 's', 'e'], ['t', 'h', 'e'], ['j', 'u', 's', 't', 'i', 'c', 'e'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '', 'a', 'd', 'm', 'i', 'n', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['b', 'y'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y'], ['l', 'a', 'w'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', '', 'w', 'o', 'u', 'l', 'd'], ['f', 'a', 'i', 'n'], ['s', 'e', 'r', 'v', 'e', '?', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['l', 'a', 'y'], ['r', 'e', 'm', 'o', 'r', 's', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e', '', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't'], ['n', 'o', 'r'], ['l', 'i', 'f', 't'], ['i', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f', '', 't', 'h', 'e'], ['g', 'u', 'i', 'l', 't', 'y', '.', '', '', 'U', 'n', 'b', 'i', 'd', 'd', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['i', 't'], ['c', 'a', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ',', '', 't', 'h', 'a', 't'], ['m', 'e', 'n'], ['m', 'a', 'y'], ['w', 'a', 'k', 'e'], ['a', 'n', 'd'], ['g', 'a', 'z', 'e'], ['u', 'p', 'o', 'n', '', 't', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's', '.'], [], ['y', 'o', 'u'], ['w', 'h', 'o'], ['w', 'o', 'u', 'l', 'd', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd'], ['j', 'u', 's', 't', 'i', 'c', 'e', ','], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['u', 'n', 'l', 'e', 's', 's', '', 'y', 'o', 'u'], ['l', 'o', 'o', 'k'], ['u', 'p', 'o', 'n'], ['a', 'l', 'l'], ['d', 'e', 'e', 'd', 's'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l', 'n', 'e', 's', 's', '', 'o', 'f'], ['l', 'i', 'g', 'h', 't', '?', '', '', 'O', 'n', 'l', 'y'], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['k', 'n', 'o', 'w'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['e', 'r', 'e', 'c', 't', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'a', 'l', 'l', 'e', 'n'], ['a', 'r', 'e'], ['b', 'u', 't'], ['o', 'n', 'e'], ['m', 'a', 'n'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g', '', 'i', 'n'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't'], ['b', 'e', 't', 'w', 'e', 'e', 'n'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['o', 'f'], ['h', 'i', 's', '', 'p', 'i', 'g', 'm', 'y', '-', 's', 'e', 'l', 'f'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['o', 'f'], ['h', 'i', 's'], ['g', 'o', 'd', '-', 's', 'e', 'l', 'f', ',', '', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['c', 'o', 'r', 'n', 'e', 'r', '-', 's', 't', 'o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '', 'i', 's'], ['n', 'o', 't'], ['h', 'i', 'g', 'h', 'e', 'r'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['l', 'o', 'w', 'e', 's', 't'], ['s', 't', 'o', 'n', 'e'], ['i', 'n', '', 'i', 't', 's'], ['f', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['l', 'a', 'w', 'y', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['B', 'u', 't'], ['w', 'h', 'a', 't'], ['o', 'f'], ['o', 'u', 'r', '', '_', 'L', 'a', 'w', 's', '_', ','], ['m', 'a', 's', 't', 'e', 'r', '?', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['i', 'n'], ['l', 'a', 'y', 'i', 'n', 'g'], ['d', 'o', 'w', 'n'], ['l', 'a', 'w', 's', ',', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['m', 'o', 'r', 'e'], ['i', 'n'], ['b', 'r', 'e', 'a', 'k', 'i', 'n', 'g'], ['t', 'h', 'e', 'm', '.', '', '', 'L', 'i', 'k', 'e'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['p', 'l', 'a', 'y', 'i', 'n', 'g'], ['b', 'y'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['w', 'h', 'o', '', 'b', 'u', 'i', 'l', 'd'], ['s', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's'], ['w', 'i', 't', 'h'], ['c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y'], ['a', 'n', 'd', '', 't', 'h', 'e', 'n'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['t', 'h', 'e', 'm'], ['w', 'i', 't', 'h'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '.', '', '', 'B', 'u', 't'], ['w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u'], ['b', 'u', 'i', 'l', 'd'], ['y', 'o', 'u', 'r'], ['s', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's'], ['t', 'h', 'e', '', 'o', 'c', 'e', 'a', 'n'], ['b', 'r', 'i', 'n', 'g', 's'], ['m', 'o', 'r', 'e'], ['s', 'a', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', ',', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['t', 'h', 'e', 'm'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n', '', 'l', 'a', 'u', 'g', 'h', 's'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['t', 'h', 'e'], ['o', 'c', 'e', 'a', 'n'], ['l', 'a', 'u', 'g', 'h', 's'], ['a', 'l', 'w', 'a', 'y', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '.', '', '', 'B', 'u', 't'], ['w', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'o', 's', 'e'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['l', 'i', 'f', 'e'], ['i', 's'], ['n', 'o', 't', '', 'a', 'n'], ['o', 'c', 'e', 'a', 'n', ','], ['a', 'n', 'd'], ['m', 'a', 'n', '-', 'm', 'a', 'd', 'e'], ['l', 'a', 'w', 's'], ['a', 'r', 'e'], ['n', 'o', 't', '', 's', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's', ',', '', '', 'B', 'u', 't'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['l', 'i', 'f', 'e'], ['i', 's'], ['a'], ['r', 'o', 'c', 'k', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'a', 'w', '', 'a'], ['c', 'h', 'i', 's', 'e', 'l'], ['w', 'i', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['w', 'o', 'u', 'l', 'd'], ['c', 'a', 'r', 'v', 'e'], ['i', 't', '', 'i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n'], ['l', 'i', 'k', 'e', 'n', 'e', 's', 's', '?'], [], ['o', 'f'], ['t', 'h', 'e', '', 'c', 'r', 'i', 'p', 'p', 'l', 'e'], ['w', 'h', 'o'], ['h', 'a', 't', 'e', 's'], ['d', 'a', 'n', 'c', 'e', 'r', 's', '?', '', '', 'W', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'x'], ['w', 'h', 'o'], ['l', 'o', 'v', 'e', 's'], ['h', 'i', 's'], ['y', 'o', 'k', 'e'], ['a', 'n', 'd', '', 'd', 'e', 'e', 'm', 's'], ['t', 'h', 'e'], ['e', 'l', 'k'], ['a', 'n', 'd'], ['d', 'e', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '', 's', 't', 'r', 'a', 'y'], ['a', 'n', 'd'], ['v', 'a', 'g', 'r', 'a', 'n', 't'], ['t', 'h', 'i', 'n', 'g', 's', '?', '', '', 'W', 'h', 'a', 't'], ['o', 'f'], ['t', 'h', 'e'], ['o', 'l', 'd'], ['s', 'e', 'r', 'p', 'e', 'n', 't'], ['w', 'h', 'o'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'h', 'e', 'd', '', 'h', 'i', 's'], ['s', 'k', 'i', 'n', ','], ['a', 'n', 'd'], ['c', 'a', 'l', 'l', 's'], ['a', 'l', 'l'], ['o', 't', 'h', 'e', 'r', 's'], ['n', 'a', 'k', 'e', 'd'], ['a', 'n', 'd', '', 's', 'h', 'a', 'm', 'e', 'l', 'e', 's', 's', '?', '', '', 'A', 'n', 'd'], ['o', 'f'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['c', 'o', 'm', 'e', 's'], ['e', 'a', 'r', 'l', 'y'], ['t', 'o'], ['t', 'h', 'e', '', 'w', 'e', 'd', 'd', 'i', 'n', 'g', '-', 'f', 'e', 'a', 's', 't', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['o', 'v', 'e', 'r', '-', 'f', 'e', 'd'], ['a', 'n', 'd', '', 't', 'i', 'r', 'e', 'd'], ['g', 'o', 'e', 's'], ['h', 'i', 's'], ['w', 'a', 'y'], ['s', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['a', 'l', 'l', '', 'f', 'e', 'a', 's', 't', 's'], ['a', 'r', 'e'], ['v', 'i', 'o', 'l', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['f', 'e', 'a', 's', 't', 'e', 'r', 's', '', 'l', 'a', 'w', 'b', 'r', 'e', 'a', 'k', 'e', 'r', 's', '?', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['I'], ['s', 'a', 'y'], ['o', 'f'], ['t', 'h', 'e', 's', 'e'], ['s', 'a', 'v', 'e'], ['t', 'h', 'a', 't', '', 't', 'h', 'e', 'y'], ['t', 'o', 'o'], ['s', 't', 'a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n', 'l', 'i', 'g', 'h', 't', ','], ['b', 'u', 't'], ['w', 'i', 't', 'h', '', 't', 'h', 'e', 'i', 'r'], ['b', 'a', 'c', 'k', 's'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'u', 'n', '?', '', '', 'T', 'h', 'e', 'y'], ['s', 'e', 'e'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e', 'i', 'r'], ['s', 'h', 'a', 'd', 'o', 'w', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'i', 'r', '', 's', 'h', 'a', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['t', 'h', 'e', 'i', 'r'], ['l', 'a', 'w', 's', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['t', 'o'], ['t', 'h', 'e', 'm'], ['b', 'u', 't'], ['a'], ['c', 'a', 's', 't', 'e', 'r', '', 'o', 'f'], ['s', 'h', 'a', 'd', 'o', 'w', 's', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['a', 'c', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['t', 'h', 'e', '', 'l', 'a', 'w', 's'], ['b', 'u', 't'], ['t', 'o'], ['s', 't', 'o', 'o', 'p'], ['d', 'o', 'w', 'n'], ['a', 'n', 'd'], ['t', 'r', 'a', 'c', 'e'], ['t', 'h', 'e', 'i', 'r', '', 's', 'h', 'a', 'd', 'o', 'w', 's'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '?', '', '', 'B', 'u', 't'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['w', 'a', 'l', 'k'], ['f', 'a', 'c', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'u', 'n', ','], ['w', 'h', 'a', 't', ''], ['d', 'r', 'a', 'w', 'n'], ['o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['c', 'a', 'n'], ['h', 'o', 'l', 'd', '', 'y', 'o', 'u', '?', '', '', 'Y', 'o', 'u'], ['w', 'h', 'o'], ['t', 'r', 'a', 'v', 'e', 'l'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['w', 'h', 'a', 't', '', 'w', 'e', 'a', 't', 'h', 'e', 'r', '-', 'v', 'a', 'n', 'e'], ['s', 'h', 'a', 'l', 'l'], ['d', 'i', 'r', 'e', 'c', 't'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'r', 's', 'e', '?', '', '', 'W', 'h', 'a', 't'], ['m', 'a', 'n', '’', 's'], ['l', 'a', 'w'], ['s', 'h', 'a', 'l', 'l'], ['b', 'i', 'n', 'd'], ['y', 'o', 'u'], ['i', 'f'], ['y', 'o', 'u', '', 'b', 'r', 'e', 'a', 'k'], ['y', 'o', 'u', 'r'], ['y', 'o', 'k', 'e'], ['b', 'u', 't'], ['u', 'p', 'o', 'n'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['p', 'r', 'i', 's', 'o', 'n', '', 'd', 'o', 'o', 'r', '?', '', '', 'W', 'h', 'a', 't'], ['l', 'a', 'w', 's'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'e', 'a', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['d', 'a', 'n', 'c', 'e', '', 'b', 'u', 't'], ['s', 't', 'u', 'm', 'b', 'l', 'e'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['i', 'r', 'o', 'n', '', 'c', 'h', 'a', 'i', 'n', 's', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'o'], ['i', 's'], ['h', 'e'], ['t', 'h', 'a', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'r', 'i', 'n', 'g'], ['y', 'o', 'u'], ['t', 'o', '', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't'], ['i', 'f'], ['y', 'o', 'u'], ['t', 'e', 'a', 'r'], ['o', 'f', 'f'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', '', 'y', 'e', 't'], ['l', 'e', 'a', 'v', 'e'], ['i', 't'], ['i', 'n'], ['n', 'o'], ['m', 'a', 'n', '’', 's'], ['p', 'a', 't', 'h', '?', '', '', '*', '*', '*', '*', '*', '', '', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['y', 'o', 'u'], ['c', 'a', 'n'], ['m', 'u', 'f', 'f', 'l', 'e'], ['t', 'h', 'e', '', 'd', 'r', 'u', 'm', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['l', 'o', 'o', 's', 'e', 'n'], ['t', 'h', 'e'], ['s', 't', 'r', 'i', 'n', 'g', 's', '', 'o', 'f'], ['t', 'h', 'e'], ['l', 'y', 'r', 'e', ','], ['b', 'u', 't'], ['w', 'h', 'o'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'm', 'a', 'n', 'd'], ['t', 'h', 'e', '', 's', 'k', 'y', 'l', 'a', 'r', 'k'], ['n', 'o', 't'], ['t', 'o'], ['s', 'i', 'n', 'g', '?', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a', 'n'], ['o', 'r', 'a', 't', 'o', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'F', 'r', 'e', 'e', 'd', 'o', 'm', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'A', 't'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['g', 'a', 't', 'e'], ['a', 'n', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '', 'I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['y', 'o', 'u'], ['p', 'r', 'o', 's', 't', 'r', 'a', 't', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['a', 'n', 'd', '', 'w', 'o', 'r', 's', 'h', 'i', 'p'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', ',', '', '', 'E', 'v', 'e', 'n'], ['a', 's'], ['s', 'l', 'a', 'v', 'e', 's'], ['h', 'u', 'm', 'b', 'l', 'e'], ['t', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's'], ['b', 'e', 'f', 'o', 'r', 'e', '', 'a'], ['t', 'y', 'r', 'a', 'n', 't'], ['a', 'n', 'd'], ['p', 'r', 'a', 'i', 's', 'e'], ['h', 'i', 'm'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e'], ['s', 'l', 'a', 'y', 's', '', 't', 'h', 'e', 'm', '.', '', '', 'A', 'y', ','], ['i', 'n'], ['t', 'h', 'e'], ['g', 'r', 'o', 'v', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['i', 'n', '', 't', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'a', 'd', 'e', 'l'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n', '', 't', 'h', 'e'], ['f', 'r', 'e', 'e', 's', 't'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'e', 'a', 'r'], ['t', 'h', 'e', 'i', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '', 'a', 's'], ['a'], ['y', 'o', 'k', 'e'], ['a', 'n', 'd'], ['a'], ['h', 'a', 'n', 'd', 'c', 'u', 'f', 'f', '.', '', '', 'A', 'n', 'd'], ['m', 'y'], ['h', 'e', 'a', 'r', 't'], ['b', 'l', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['m', 'e', ';'], ['f', 'o', 'r'], ['y', 'o', 'u', '', 'c', 'a', 'n'], ['o', 'n', 'l', 'y'], ['b', 'e'], ['f', 'r', 'e', 'e'], ['w', 'h', 'e', 'n'], ['e', 'v', 'e', 'n'], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e', '', 'o', 'f'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a'], ['h', 'a', 'r', 'n', 'e', 's', 's', '', 't', 'o'], ['y', 'o', 'u', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm'], ['a', 's'], ['a'], ['g', 'o', 'a', 'l'], ['a', 'n', 'd'], ['a'], ['f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '.', '', '', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['f', 'r', 'e', 'e'], ['i', 'n', 'd', 'e', 'e', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r', '', 'd', 'a', 'y', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['c', 'a', 'r', 'e'], ['n', 'o', 'r'], ['y', 'o', 'u', 'r', ''], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['a'], ['w', 'a', 'n', 't'], ['a', 'n', 'd'], ['a'], ['g', 'r', 'i', 'e', 'f', ',', '', '', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['g', 'i', 'r', 'd', 'l', 'e'], ['y', 'o', 'u', 'r', '', 'l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['y', 'e', 't'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e', 'm'], ['n', 'a', 'k', 'e', 'd', '', 'a', 'n', 'd'], ['u', 'n', 'b', 'o', 'u', 'n', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['b', 'e', 'y', 'o', 'n', 'd'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '', 'a', 'n', 'd'], ['n', 'i', 'g', 'h', 't', 's'], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['b', 'r', 'e', 'a', 'k'], ['t', 'h', 'e', '', 'c', 'h', 'a', 'i', 'n', 's'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['a', 't'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['h', 'a', 'v', 'e'], ['f', 'a', 's', 't', 'e', 'n', 'e', 'd'], ['a', 'r', 'o', 'u', 'n', 'd'], ['y', 'o', 'u', 'r', '', 'n', 'o', 'o', 'n'], ['h', 'o', 'u', 'r', '?', '', '', 'I', 'n'], ['t', 'r', 'u', 't', 'h'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'l', 'l'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['i', 's', '', 't', 'h', 'e'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['o', 'f'], ['t', 'h', 'e', 's', 'e'], ['c', 'h', 'a', 'i', 'n', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h', '', 'i', 't', 's'], ['l', 'i', 'n', 'k', 's'], ['g', 'l', 'i', 't', 't', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['a', 'n', 'd'], ['d', 'a', 'z', 'z', 'l', 'e', '', 'y', 'o', 'u', 'r'], ['e', 'y', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['b', 'u', 't'], ['f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'o', 'w', 'n'], ['s', 'e', 'l', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['d', 'i', 's', 'c', 'a', 'r', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y', '', 'b', 'e', 'c', 'o', 'm', 'e'], ['f', 'r', 'e', 'e', '?', '', '', 'I', 'f'], ['i', 't'], ['i', 's'], ['a', 'n'], ['u', 'n', 'j', 'u', 's', 't'], ['l', 'a', 'w'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd', '', 'a', 'b', 'o', 'l', 'i', 's', 'h', ','], ['t', 'h', 'a', 't'], ['l', 'a', 'w'], ['w', 'a', 's'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', '', 'o', 'w', 'n'], ['h', 'a', 'n', 'd'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', '.', '', '', 'Y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['e', 'r', 'a', 's', 'e'], ['i', 't'], ['b', 'y'], ['b', 'u', 'r', 'n', 'i', 'n', 'g'], ['y', 'o', 'u', 'r'], ['l', 'a', 'w', '', 'b', 'o', 'o', 'k', 's'], ['n', 'o', 'r'], ['b', 'y'], ['w', 'a', 's', 'h', 'i', 'n', 'g'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', 's'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'e', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['p', 'o', 'u', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a', '', 'u', 'p', 'o', 'n'], ['t', 'h', 'e', 'm', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['d', 'e', 's', 'p', 'o', 't'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd', ''], ['s', 'e', 'e'], ['f', 'i', 'r', 's', 't'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['t', 'h', 'r', 'o', 'n', 'e', '', 'e', 'r', 'e', 'c', 't', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['d', 'e', 's', 't', 'r', 'o', 'y', 'e', 'd', '.', '', '', 'F', 'o', 'r'], ['h', 'o', 'w'], ['c', 'a', 'n'], ['a'], ['t', 'y', 'r', 'a', 'n', 't'], ['r', 'u', 'l', 'e'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e'], ['a', 'n', 'd', '', 't', 'h', 'e'], ['p', 'r', 'o', 'u', 'd', ','], ['b', 'u', 't'], ['f', 'o', 'r'], ['a'], ['t', 'y', 'r', 'a', 'n', 'n', 'y'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r', '', 'o', 'w', 'n'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['a', 'n', 'd'], ['a'], ['s', 'h', 'a', 'm', 'e'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['o', 'w', 'n', '', 'p', 'r', 'i', 'd', 'e', '?', '', '', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['c', 'a', 'r', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['c', 'a', 's', 't'], ['o', 'f', 'f', ',', '', 't', 'h', 'a', 't'], ['c', 'a', 'r', 't'], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['c', 'h', 'o', 's', 'e', 'n'], ['b', 'y'], ['y', 'o', 'u'], ['r', 'a', 't', 'h', 'e', 'r', '', 't', 'h', 'a', 'n'], ['i', 'm', 'p', 'o', 's', 'e', 'd'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['a'], ['f', 'e', 'a', 'r'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['d', 'i', 's', 'p', 'e', 'l', ',', '', 't', 'h', 'e'], ['s', 'e', 'a', 't'], ['o', 'f'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r'], ['i', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '', 'a', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'e', 'a', 'r', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's'], ['m', 'o', 'v', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '', 'i', 'n'], ['c', 'o', 'n', 's', 't', 'a', 'n', 't'], ['h', 'a', 'l', 'f'], ['e', 'm', 'b', 'r', 'a', 'c', 'e', ','], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e', 'd', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['d', 'r', 'e', 'a', 'd', 'e', 'd', ','], ['t', 'h', 'e'], ['r', 'e', 'p', 'u', 'g', 'n', 'a', 'n', 't'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'c', 'h', 'e', 'r', 'i', 's', 'h', 'e', 'd', ','], ['t', 'h', 'e'], ['p', 'u', 'r', 's', 'u', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h', '', 'y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['e', 's', 'c', 'a', 'p', 'e', '.', '', '', 'T', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['m', 'o', 'v', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u'], ['a', 's'], ['l', 'i', 'g', 'h', 't', 's', '', 'a', 'n', 'd'], ['s', 'h', 'a', 'd', 'o', 'w', 's'], ['i', 'n'], ['p', 'a', 'i', 'r', 's'], ['t', 'h', 'a', 't'], ['c', 'l', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['f', 'a', 'd', 'e', 's'], ['a', 'n', 'd'], ['i', 's'], ['n', 'o', '', 'm', 'o', 'r', 'e', ','], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['l', 'i', 'n', 'g', 'e', 'r', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['a', '', 's', 'h', 'a', 'd', 'o', 'w'], ['t', 'o'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['l', 'i', 'g', 'h', 't', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'u', 's'], ['y', 'o', 'u', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm'], ['w', 'h', 'e', 'n'], ['i', 't'], ['l', 'o', 's', 'e', 's'], ['i', 't', 's', '', 'f', 'e', 't', 't', 'e', 'r', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['t', 'h', 'e'], ['f', 'e', 't', 't', 'e', 'r'], ['o', 'f'], ['a', '', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['t', 'h', 'e'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's'], ['s', 'p', 'o', 'k', 'e'], ['a', 'g', 'a', 'i', 'n', '', 'a', 'n', 'd'], ['s', 'a', 'i', 'd', ':'], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'R', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd', '', 'P', 'a', 's', 's', 'i', 'o', 'n', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['i', 's'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['a'], ['b', 'a', 't', 't', 'l', 'e', 'f', 'i', 'e', 'l', 'd', ',', '', 'u', 'p', 'o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', 'r'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 'w', 'a', 'g', 'e'], ['w', 'a', 'r'], ['a', 'g', 'a', 'i', 'n', 's', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '', 'a', 'p', 'p', 'e', 't', 'i', 't', 'e', '.', '', '', 'W', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['I'], ['c', 'o', 'u', 'l', 'd'], ['b', 'e'], ['t', 'h', 'e'], ['p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r'], ['i', 'n', '', 'y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', ','], ['t', 'h', 'a', 't'], ['I'], ['m', 'i', 'g', 'h', 't'], ['t', 'u', 'r', 'n'], ['t', 'h', 'e'], ['d', 'i', 's', 'c', 'o', 'r', 'd', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'i', 'v', 'a', 'l', 'r', 'y'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['e', 'l', 'e', 'm', 'e', 'n', 't', 's'], ['i', 'n', 't', 'o', '', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['m', 'e', 'l', 'o', 'd', 'y', '.', '', '', 'B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['I', ','], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '', 'b', 'e'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r', 's', ','], ['n', 'a', 'y', ','], ['t', 'h', 'e'], ['l', 'o', 'v', 'e', 'r', 's', '', 'o', 'f'], ['a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['e', 'l', 'e', 'm', 'e', 'n', 't', 's', '?', '', '', 'Y', 'o', 'u', 'r'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['a', 'r', 'e'], ['t', 'h', 'e', '', 'r', 'u', 'd', 'd', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'a', 'i', 'l', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'e', 'a', 'f', 'a', 'r', 'i', 'n', 'g', '', 's', 'o', 'u', 'l', '.', '', '', 'I', 'f'], ['e', 'i', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'r'], ['s', 'a', 'i', 'l', 's'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['r', 'u', 'd', 'd', 'e', 'r'], ['b', 'e', '', 'b', 'r', 'o', 'k', 'e', 'n', ','], ['y', 'o', 'u'], ['c', 'a', 'n'], ['b', 'u', 't'], ['t', 'o', 's', 's'], ['a', 'n', 'd'], ['d', 'r', 'i', 'f', 't', ',', '', 'o', 'r'], ['e', 'l', 's', 'e'], ['b', 'e'], ['h', 'e', 'l', 'd'], ['a', 't'], ['a'], ['s', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l'], ['i', 'n', '', 'm', 'i', 'd', '-', 's', 'e', 'a', 's', '.'], [], ['r', 'e', 'a', 's', 'o', 'n', ','], ['r', 'u', 'l', 'i', 'n', 'g'], ['a', 'l', 'o', 'n', 'e', ',', '', 'i', 's'], ['a'], ['f', 'o', 'r', 'c', 'e'], ['c', 'o', 'n', 'f', 'i', 'n', 'i', 'n', 'g', ';'], ['a', 'n', 'd'], ['p', 'a', 's', 's', 'i', 'o', 'n', ',', '', 'u', 'n', 'a', 't', 't', 'e', 'n', 'd', 'e', 'd', ','], ['i', 's'], ['a'], ['f', 'l', 'a', 'm', 'e'], ['t', 'h', 'a', 't'], ['b', 'u', 'r', 'n', 's'], ['t', 'o'], ['i', 't', 's', '', 'o', 'w', 'n'], ['d', 'e', 's', 't', 'r', 'u', 'c', 't', 'i', 'o', 'n', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['e', 'x', 'a', 'l', 't'], ['y', 'o', 'u', 'r', '', 'r', 'e', 'a', 's', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['h', 'e', 'i', 'g', 'h', 't'], ['o', 'f'], ['p', 'a', 's', 's', 'i', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['i', 't', '', 'm', 'a', 'y'], ['s', 'i', 'n', 'g', ';', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['i', 't'], ['d', 'i', 'r', 'e', 'c', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['w', 'i', 't', 'h', '', 'r', 'e', 'a', 's', 'o', 'n', ','], ['t', 'h', 'a', 't'], ['y', 'o', 'u', 'r'], ['p', 'a', 's', 's', 'i', 'o', 'n'], ['m', 'a', 'y'], ['l', 'i', 'v', 'e', '', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['i', 't', 's'], ['o', 'w', 'n'], ['d', 'a', 'i', 'l', 'y'], ['r', 'e', 's', 'u', 'r', 'r', 'e', 'c', 't', 'i', 'o', 'n', ',', '', 'a', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['p', 'h', 'o', 'e', 'n', 'i', 'x'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['i', 't', 's'], ['o', 'w', 'n', '', 'a', 's', 'h', 'e', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['c', 'o', 'n', 's', 'i', 'd', 'e', 'r'], ['y', 'o', 'u', 'r'], ['j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['a', 'p', 'p', 'e', 't', 'i', 't', 'e'], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['t', 'w', 'o', '', 'l', 'o', 'v', 'e', 'd'], ['g', 'u', 'e', 's', 't', 's'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['h', 'o', 'n', 'o', 'u', 'r'], ['o', 'n', 'e'], ['g', 'u', 'e', 's', 't', '', 'a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r', ';'], ['f', 'o', 'r'], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['m', 'o', 'r', 'e', '', 'm', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['o', 'n', 'e'], ['l', 'o', 's', 'e', 's'], ['t', 'h', 'e'], ['l', 'o', 'v', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'f', 'a', 'i', 't', 'h'], ['o', 'f'], ['b', 'o', 't', 'h', '', '', 'A', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', ','], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'i', 't'], ['i', 'n'], ['t', 'h', 'e', '', 'c', 'o', 'o', 'l'], ['s', 'h', 'a', 'd', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'h', 'i', 't', 'e'], ['p', 'o', 'p', 'l', 'a', 'r', 's', ','], ['s', 'h', 'a', 'r', 'i', 'n', 'g', '', 't', 'h', 'e'], ['p', 'e', 'a', 'c', 'e'], ['a', 'n', 'd'], ['s', 'e', 'r', 'e', 'n', 'i', 't', 'y'], ['o', 'f'], ['d', 'i', 's', 't', 'a', 'n', 't'], ['f', 'i', 'e', 'l', 'd', 's', '', 'a', 'n', 'd'], ['m', 'e', 'a', 'd', 'o', 'w', 's', '-', '-', 't', 'h', 'e', 'n'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['s', 'a', 'y'], ['i', 'n', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', ','], ['“', 'G', 'o', 'd'], ['r', 'e', 's', 't', 's'], ['i', 'n'], ['r', 'e', 'a', 's', 'o', 'n', '.', '”', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['s', 't', 'o', 'r', 'm'], ['c', 'o', 'm', 'e', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', ''], ['w', 'i', 'n', 'd'], ['s', 'h', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', ',', '', 'a', 'n', 'd'], ['t', 'h', 'u', 'n', 'd', 'e', 'r'], ['a', 'n', 'd'], ['l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g'], ['p', 'r', 'o', 'c', 'l', 'a', 'i', 'm'], ['t', 'h', 'e', '', 'm', 'a', 'j', 'e', 's', 't', 'y'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'k', 'y', ',', '-', '-', 't', 'h', 'e', 'n'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '', 's', 'a', 'y'], ['i', 'n'], ['a', 'w', 'e', ','], ['“', 'G', 'o', 'd'], ['m', 'o', 'v', 'e', 's'], ['i', 'n'], ['p', 'a', 's', 's', 'i', 'o', 'n', '.', '”', '', '', 'A', 'n', 'd'], ['s', 'i', 'n', 'c', 'e'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a'], ['b', 'r', 'e', 'a', 't', 'h'], ['i', 'n'], ['G', 'o', 'd', '’', 's', '', 's', 'p', 'h', 'e', 'r', 'e', ','], ['a', 'n', 'd'], ['a'], ['l', 'e', 'a', 'f'], ['i', 'n'], ['G', 'o', 'd', '’', 's'], ['f', 'o', 'r', 'e', 's', 't', ','], ['y', 'o', 'u', '', 't', 'o', 'o'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 's', 't'], ['i', 'n'], ['r', 'e', 'a', 's', 'o', 'n'], ['a', 'n', 'd'], ['m', 'o', 'v', 'e'], ['i', 'n', '', 'p', 'a', 's', 's', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['w', 'o', 'm', 'a', 'n'], ['s', 'p', 'o', 'k', 'e', ','], ['s', 'a', 'y', 'i', 'n', 'g', ','], ['T', 'e', 'l', 'l'], ['u', 's', '', 'o', 'f'], ['_', 'P', 'a', 'i', 'n', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['i', 's'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 'k', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'h', 'e', 'l', 'l', '', 't', 'h', 'a', 't'], ['e', 'n', 'c', 'l', 'o', 's', 'e', 's'], ['y', 'o', 'u', 'r'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'E', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['m', 'u', 's', 't', '', 'b', 'r', 'e', 'a', 'k', ','], ['t', 'h', 'a', 't'], ['i', 't', 's'], ['h', 'e', 'a', 'r', 't'], ['m', 'a', 'y'], ['s', 't', 'a', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'u', 'n', ','], ['s', 'o'], ['m', 'u', 's', 't'], ['y', 'o', 'u'], ['k', 'n', 'o', 'w'], ['p', 'a', 'i', 'n', '.', '', '', 'A', 'n', 'd'], ['c', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['k', 'e', 'e', 'p'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['i', 'n'], ['w', 'o', 'n', 'd', 'e', 'r', '', 'a', 't'], ['t', 'h', 'e'], ['d', 'a', 'i', 'l', 'y'], ['m', 'i', 'r', 'a', 'c', 'l', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['l', 'i', 'f', 'e', ','], ['y', 'o', 'u', 'r', '', 'p', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['s', 'e', 'e', 'm'], ['l', 'e', 's', 's'], ['w', 'o', 'n', 'd', 'r', 'o', 'u', 's'], ['t', 'h', 'a', 'n', '', 'y', 'o', 'u', 'r'], ['j', 'o', 'y', ';', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['a', 'c', 'c', 'e', 'p', 't'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['a', 'l', 'w', 'a', 'y', 's'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd', '', 't', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['t', 'h', 'a', 't'], ['p', 'a', 's', 's'], ['o', 'v', 'e', 'r'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['w', 'a', 't', 'c', 'h'], ['w', 'i', 't', 'h'], ['s', 'e', 'r', 'e', 'n', 'i', 't', 'y', '', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 't', 'e', 'r', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['g', 'r', 'i', 'e', 'f', '.', '', '', 'M', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n'], ['i', 's'], ['s', 'e', 'l', 'f', '-', 'c', 'h', 'o', 's', 'e', 'n', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'i', 't', 't', 'e', 'r'], ['p', 'o', 't', 'i', 'o', 'n'], ['b', 'y'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', '', 'p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n'], [], ['y', 'o', 'u'], ['h', 'e', 'a', 'l', 's'], ['y', 'o', 'u', 'r'], ['s', 'i', 'c', 'k', '', 's', 'e', 'l', 'f', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['t', 'r', 'u', 's', 't'], ['t', 'h', 'e'], ['p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n', ','], ['a', 'n', 'd'], ['d', 'r', 'i', 'n', 'k', '', 'h', 'i', 's'], ['r', 'e', 'm', 'e', 'd', 'y'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['a', 'n', 'd'], ['t', 'r', 'a', 'n', 'q', 'u', 'i', 'l', 'l', 'i', 't', 'y', ':', '', 'F', 'o', 'r'], ['h', 'i', 's'], ['h', 'a', 'n', 'd', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e', 'a', 'v', 'y'], ['a', 'n', 'd'], ['h', 'a', 'r', 'd', ','], ['i', 's', '', 'g', 'u', 'i', 'd', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'n', 'd', 'e', 'r'], ['h', 'a', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['U', 'n', 's', 'e', 'e', 'n', ',', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['c', 'u', 'p'], ['h', 'e'], ['b', 'r', 'i', 'n', 'g', 's', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['i', 't'], ['b', 'u', 'r', 'n', '', 'y', 'o', 'u', 'r'], ['l', 'i', 'p', 's', ','], ['h', 'a', 's'], ['b', 'e', 'e', 'n'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'f'], ['t', 'h', 'e', '', 'c', 'l', 'a', 'y'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['P', 'o', 't', 't', 'e', 'r'], ['h', 'a', 's'], ['m', 'o', 'i', 's', 't', 'e', 'n', 'e', 'd'], ['w', 'i', 't', 'h', '', 'H', 'i', 's'], ['o', 'w', 'n'], ['s', 'a', 'c', 'r', 'e', 'd'], ['t', 'e', 'a', 'r', 's', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['m', 'a', 'n'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'S', 'e', 'l', 'f', '-', 'K', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's', '', 'o', 'f'], ['t', 'h', 'e'], ['d', 'a', 'y', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', 's', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's'], ['t', 'h', 'i', 'r', 's', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['s', 'o', 'u', 'n', 'd'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '’', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '', '', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u', '', 'h', 'a', 'v', 'e'], ['a', 'l', 'w', 'a', 'y', 's'], ['k', 'n', 'o', 'w', 'n'], ['i', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', '.', '', '', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['t', 'o', 'u', 'c', 'h'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['f', 'i', 'n', 'g', 'e', 'r', 's'], ['t', 'h', 'e', '', 'n', 'a', 'k', 'e', 'd'], ['b', 'o', 'd', 'y'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's', '.', '', '', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['w', 'e', 'l', 'l'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd', '.', '', '', 'T', 'h', 'e'], ['h', 'i', 'd', 'd', 'e', 'n'], ['w', 'e', 'l', 'l', '-', 's', 'p', 'r', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l'], ['m', 'u', 's', 't', '', 'n', 'e', 'e', 'd', 's'], ['r', 'i', 's', 'e'], ['a', 'n', 'd'], ['r', 'u', 'n'], ['m', 'u', 'r', 'm', 'u', 'r', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', ';', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['i', 'n', 'f', 'i', 'n', 'i', 't', 'e'], ['d', 'e', 'p', 't', 'h', 's', '', 'w', 'o', 'u', 'l', 'd'], ['b', 'e'], ['r', 'e', 'v', 'e', 'a', 'l', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's', '.', '', '', 'B', 'u', 't'], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['n', 'o'], ['s', 'c', 'a', 'l', 'e', 's'], ['t', 'o'], ['w', 'e', 'i', 'g', 'h'], ['y', 'o', 'u', 'r', '', 'u', 'n', 'k', 'n', 'o', 'w', 'n'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', ';', '', '', 'A', 'n', 'd'], ['s', 'e', 'e', 'k'], ['n', 'o', 't'], ['t', 'h', 'e'], ['d', 'e', 'p', 't', 'h', 's'], ['o', 'f'], ['y', 'o', 'u', 'r', ''], ['w', 'i', 't', 'h'], ['s', 't', 'a', 'f', 'f'], ['o', 'r'], ['s', 'o', 'u', 'n', 'd', 'i', 'n', 'g', '', 'l', 'i', 'n', 'e', '.', '', '', 'F', 'o', 'r'], ['s', 'e', 'l', 'f'], ['i', 's'], ['a'], ['s', 'e', 'a'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['a', 'n', 'd', '', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'a', 'y'], ['n', 'o', 't', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', ',', '”'], ['b', 'u', 't', '', 'r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['a'], ['t', 'r', 'u', 't', 'h', '.', '”', '', '', 'S', 'a', 'y'], ['n', 'o', 't', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'e'], ['p', 'a', 't', 'h'], ['o', 'f'], ['t', 'h', 'e', '', 's', 'o', 'u', 'l', '.', '”'], ['S', 'a', 'y'], ['r', 'a', 't', 'h', 'e', 'r', ','], ['“', 'I'], ['h', 'a', 'v', 'e'], ['m', 'e', 't'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', '', 'w', 'a', 'l', 'k', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['m', 'y'], ['p', 'a', 't', 'h', '.', '”', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l'], ['w', 'a', 'l', 'k', 's'], ['u', 'p', 'o', 'n'], ['a', 'l', 'l'], ['p', 'a', 't', 'h', 's', '.', '', '', 'T', 'h', 'e'], ['s', 'o', 'u', 'l'], ['w', 'a', 'l', 'k', 's'], ['n', 'o', 't'], ['u', 'p', 'o', 'n'], ['a'], ['l', 'i', 'n', 'e', ','], ['n', 'e', 'i', 't', 'h', 'e', 'r', '', 'd', 'o', 'e', 's'], ['i', 't'], ['g', 'r', 'o', 'w'], ['l', 'i', 'k', 'e'], ['a'], ['r', 'e', 'e', 'd', '.', '', '', 'T', 'h', 'e'], ['s', 'o', 'u', 'l'], ['u', 'n', 'f', 'o', 'l', 'd', 's'], ['i', 't', 's', 'e', 'l', 'f', ','], ['l', 'i', 'k', 'e'], ['a'], ['l', 'o', 't', 'u', 's'], ['o', 'f', '', 'c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's'], ['p', 'e', 't', 'a', 'l', 's', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '0', '8', '3', ']', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['s', 'a', 'i', 'd'], ['a'], ['t', 'e', 'a', 'c', 'h', 'e', 'r', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'T', 'e', 'a', 'c', 'h', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', '“', 'N', 'o'], ['m', 'a', 'n'], ['c', 'a', 'n'], ['r', 'e', 'v', 'e', 'a', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['l', 'i', 'e', 's'], ['h', 'a', 'l', 'f'], ['a', 's', 'l', 'e', 'e', 'p'], ['i', 'n'], ['t', 'h', 'e', '', 'd', 'a', 'w', 'n', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '', '', 'T', 'h', 'e'], ['t', 'e', 'a', 'c', 'h', 'e', 'r'], ['w', 'h', 'o'], ['w', 'a', 'l', 'k', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w'], ['o', 'f', '', 't', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', ','], ['a', 'm', 'o', 'n', 'g'], ['h', 'i', 's'], ['f', 'o', 'l', 'l', 'o', 'w', 'e', 'r', 's', ','], ['g', 'i', 'v', 'e', 's', '', 'n', 'o', 't'], ['o', 'f'], ['h', 'i', 's'], ['w', 'i', 's', 'd', 'o', 'm'], ['b', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['o', 'f'], ['h', 'i', 's', '', 'f', 'a', 'i', 't', 'h'], ['a', 'n', 'd'], ['h', 'i', 's'], ['l', 'o', 'v', 'i', 'n', 'g', 'n', 'e', 's', 's', '.', '', '', 'I', 'f'], ['h', 'e'], ['i', 's'], ['i', 'n', 'd', 'e', 'e', 'd'], ['w', 'i', 's', 'e'], ['h', 'e'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['b', 'i', 'd', '', 'y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f'], ['h', 'i', 's'], ['w', 'i', 's', 'd', 'o', 'm', ','], ['b', 'u', 't', '', 'r', 'a', 't', 'h', 'e', 'r'], ['l', 'e', 'a', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'h', 'r', 'e', 's', 'h', 'o', 'l', 'd'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['m', 'i', 'n', 'd', '.', '', '', 'T', 'h', 'e'], ['a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r'], ['m', 'a', 'y'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['y', 'o', 'u'], ['o', 'f'], ['h', 'i', 's', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['b', 'u', 't'], ['h', 'e'], ['c', 'a', 'n', 'n', 'o', 't', '', 'g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['h', 'i', 's'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'T', 'h', 'e'], ['m', 'u', 's', 'i', 'c', 'i', 'a', 'n'], ['m', 'a', 'y'], ['s', 'i', 'n', 'g'], ['t', 'o'], ['y', 'o', 'u'], ['o', 'f'], ['t', 'h', 'e', '', 'r', 'h', 'y', 't', 'h', 'm'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['i', 'n'], ['a', 'l', 'l'], ['s', 'p', 'a', 'c', 'e', ','], ['b', 'u', 't'], ['h', 'e', '', 'c', 'a', 'n', 'n', 'o', 't'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['e', 'a', 'r'], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'r', 'e', 's', 't', 's', '', 't', 'h', 'e'], ['r', 'h', 'y', 't', 'h', 'm'], ['n', 'o', 'r'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e'], ['t', 'h', 'a', 't'], ['e', 'c', 'h', 'o', 'e', 's'], ['i', 't', '.', ''], ['h', 'e'], ['w', 'h', 'o'], ['i', 's'], ['v', 'e', 'r', 's', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'c', 'i', 'e', 'n', 'c', 'e', '', 'o', 'f'], ['n', 'u', 'm', 'b', 'e', 'r', 's'], ['c', 'a', 'n'], ['t', 'e', 'l', 'l'], ['o', 'f'], ['t', 'h', 'e'], ['r', 'e', 'g', 'i', 'o', 'n', 's', '', 'o', 'f'], ['w', 'e', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e', ','], ['b', 'u', 't'], ['h', 'e'], ['c', 'a', 'n', 'n', 'o', 't', '', 'c', 'o', 'n', 'd', 'u', 'c', 't'], ['y', 'o', 'u'], ['t', 'h', 'i', 't', 'h', 'e', 'r', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['v', 'i', 's', 'i', 'o', 'n'], ['o', 'f'], ['o', 'n', 'e'], ['m', 'a', 'n'], ['l', 'e', 'n', 'd', 's'], ['n', 'o', 't'], ['i', 't', 's', '', 'w', 'i', 'n', 'g', 's'], ['t', 'o'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['m', 'a', 'n', '.', '', '', 'A', 'n', 'd'], ['e', 'v', 'e', 'n'], ['a', 's'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['s', 't', 'a', 'n', 'd', 's'], ['a', 'l', 'o', 'n', 'e', '', 'i', 'n'], ['G', 'o', 'd', '’', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ','], ['s', 'o'], ['m', 'u', 's', 't'], ['e', 'a', 'c', 'h'], ['o', 'n', 'e'], ['o', 'f', '', 'y', 'o', 'u'], ['b', 'e'], ['a', 'l', 'o', 'n', 'e'], ['i', 'n'], ['h', 'i', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['G', 'o', 'd'], ['a', 'n', 'd', '', 'i', 'n'], ['h', 'i', 's'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['y', 'o', 'u', 't', 'h'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'F', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['i', 's'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', '.', '', '', 'H', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['s', 'o', 'w'], ['w', 'i', 't', 'h'], ['l', 'o', 'v', 'e', '', 'a', 'n', 'd'], ['r', 'e', 'a', 'p'], ['w', 'i', 't', 'h'], ['t', 'h', 'a', 'n', 'k', 's', 'g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '.', '', '', 'F', 'o', 'r'], ['y', 'o', 'u'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['h', 'i', 'm'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['h', 'u', 'n', 'g', 'e', 'r', ',', '', 'a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['h', 'i', 'm'], ['f', 'o', 'r'], ['p', 'e', 'a', 'c', 'e', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['s', 'p', 'e', 'a', 'k', 's'], ['h', 'i', 's'], ['m', 'i', 'n', 'd'], ['y', 'o', 'u', '', 'f', 'e', 'a', 'r'], ['n', 'o', 't'], ['t', 'h', 'e'], ['“', 'n', 'a', 'y', '”'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['o', 'w', 'n'], ['m', 'i', 'n', 'd', ','], ['n', 'o', 'r', '', 'd', 'o'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', 'h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['“', 'a', 'y', '.', '”', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['i', 's'], ['s', 'i', 'l', 'e', 'n', 't'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['c', 'e', 'a', 's', 'e', 's', '', 'n', 'o', 't'], ['t', 'o'], ['l', 'i', 's', 't', 'e', 'n'], ['t', 'o'], ['h', 'i', 's'], ['h', 'e', 'a', 'r', 't', ';', '', '', 'F', 'o', 'r'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['w', 'o', 'r', 'd', 's', ','], ['i', 'n'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', ','], ['a', 'l', 'l', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ','], ['a', 'l', 'l'], ['d', 'e', 's', 'i', 'r', 'e', 's', ','], ['a', 'l', 'l'], ['e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's', '', 'a', 'r', 'e'], ['b', 'o', 'r', 'n'], ['a', 'n', 'd'], ['s', 'h', 'a', 'r', 'e', 'd', ','], ['w', 'i', 't', 'h'], ['j', 'o', 'y'], ['t', 'h', 'a', 't'], ['i', 's', '', 'u', 'n', 'a', 'c', 'c', 'l', 'a', 'i', 'm', 'e', 'd', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['p', 'a', 'r', 't'], ['f', 'r', 'o', 'm'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd', ','], ['y', 'o', 'u', '', 'g', 'r', 'i', 'e', 'v', 'e'], ['n', 'o', 't', ';', '', '', 'F', 'o', 'r'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['l', 'o', 'v', 'e'], ['m', 'o', 's', 't'], ['i', 'n'], ['h', 'i', 'm', '', 'm', 'a', 'y'], ['b', 'e'], ['c', 'l', 'e', 'a', 'r', 'e', 'r'], ['i', 'n'], ['h', 'i', 's'], ['a', 'b', 's', 'e', 'n', 'c', 'e', ','], ['a', 's'], ['t', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['c', 'l', 'i', 'm', 'b', 'e', 'r'], ['i', 's'], ['c', 'l', 'e', 'a', 'r', 'e', 'r', '', 'f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['p', 'l', 'a', 'i', 'n', '.'], [], ['l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['n', 'o', '', 'p', 'u', 'r', 'p', 'o', 's', 'e'], ['i', 'n'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p'], ['s', 'a', 'v', 'e'], ['t', 'h', 'e'], ['d', 'e', 'e', 'p', 'e', 'n', 'i', 'n', 'g', '', 'o', 'f'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '.', '', '', 'F', 'o', 'r'], ['l', 'o', 'v', 'e'], ['t', 'h', 'a', 't'], ['s', 'e', 'e', 'k', 's'], ['a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e', '', 'd', 'i', 's', 'c', 'l', 'o', 's', 'u', 'r', 'e'], ['o', 'f'], ['i', 't', 's'], ['o', 'w', 'n'], ['m', 'y', 's', 't', 'e', 'r', 'y'], ['i', 's'], ['n', 'o', 't', '', 'l', 'o', 'v', 'e'], ['b', 'u', 't'], ['a'], ['n', 'e', 't'], ['c', 'a', 's', 't'], ['f', 'o', 'r', 't', 'h', ':'], ['a', 'n', 'd'], ['o', 'n', 'l', 'y'], ['t', 'h', 'e', '', 'u', 'n', 'p', 'r', 'o', 'f', 'i', 't', 'a', 'b', 'l', 'e'], ['i', 's'], ['c', 'a', 'u', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['b', 'e', 's', 't'], ['b', 'e'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd', '.', '', '', 'I', 'f'], ['h', 'e'], ['m', 'u', 's', 't'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['e', 'b', 'b'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'i', 'd', 'e', ',', '', 'l', 'e', 't'], ['h', 'i', 'm'], ['k', 'n', 'o', 'w'], ['i', 't', 's'], ['f', 'l', 'o', 'o', 'd'], ['a', 'l', 's', 'o', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd', '', 's', 'e', 'e', 'k'], ['h', 'i', 'm'], ['w', 'i', 't', 'h'], ['h', 'o', 'u', 'r', 's'], ['t', 'o'], ['k', 'i', 'l', 'l', '?', '', '', 'S', 'e', 'e', 'k'], ['h', 'i', 'm'], ['a', 'l', 'w', 'a', 'y', 's'], ['w', 'i', 't', 'h'], ['h', 'o', 'u', 'r', 's'], ['t', 'o'], ['l', 'i', 'v', 'e', '.', '', '', 'F', 'o', 'r'], ['i', 't'], ['i', 's'], ['h', 'i', 's'], ['t', 'o'], ['f', 'i', 'l', 'l'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', ','], ['b', 'u', 't'], ['n', 'o', 't', '', 'y', 'o', 'u', 'r'], ['e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', '.', '', '', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'w', 'e', 'e', 't', 'n', 'e', 's', 's'], ['o', 'f'], ['f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '', 'l', 'e', 't'], ['t', 'h', 'e', 'r', 'e'], ['b', 'e'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ','], ['a', 'n', 'd'], ['s', 'h', 'a', 'r', 'i', 'n', 'g'], ['o', 'f', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '.', '', '', 'F', 'o', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['d', 'e', 'w'], ['o', 'f'], ['l', 'i', 't', 't', 'l', 'e'], ['t', 'h', 'i', 'n', 'g', 's', '', 't', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['f', 'i', 'n', 'd', 's'], ['i', 't', 's'], ['m', 'o', 'r', 'n', 'i', 'n', 'g'], ['a', 'n', 'd'], ['i', 's', '', 'r', 'e', 'f', 'r', 'e', 's', 'h', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['t', 'h', 'e', 'n'], ['a'], ['s', 'c', 'h', 'o', 'l', 'a', 'r'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['o', 'f', '', '_', 'T', 'a', 'l', 'k', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u'], ['t', 'a', 'l', 'k'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['b', 'e'], ['a', 't'], ['p', 'e', 'a', 'c', 'e', '', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's', ';', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r'], ['d', 'w', 'e', 'l', 'l'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['y', 'o', 'u'], ['l', 'i', 'v', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'l', 'i', 'p', 's', ','], ['a', 'n', 'd'], ['s', 'o', 'u', 'n', 'd'], ['i', 's'], ['a'], ['d', 'i', 'v', 'e', 'r', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['a', '', 'p', 'a', 's', 't', 'i', 'm', 'e', '.', '', '', 'A', 'n', 'd'], ['i', 'n'], ['m', 'u', 'c', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'a', 'l', 'k', 'i', 'n', 'g', ','], ['t', 'h', 'i', 'n', 'k', 'i', 'n', 'g'], ['i', 's', '', 'h', 'a', 'l', 'f'], ['m', 'u', 'r', 'd', 'e', 'r', 'e', 'd', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['i', 's'], ['a'], ['b', 'i', 'r', 'd'], ['o', 'f'], ['s', 'p', 'a', 'c', 'e', ','], ['t', 'h', 'a', 't'], ['i', 'n', '', 'a'], ['c', 'a', 'g', 'e'], ['o', 'f'], ['w', 'o', 'r', 'd', 's'], ['m', 'a', 'y'], ['i', 'n', 'd', 'e', 'e', 'd'], ['u', 'n', 'f', 'o', 'l', 'd'], ['i', 't', 's', '', 'w', 'i', 'n', 'g', 's'], ['b', 'u', 't'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'l', 'y', '.', '', '', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['s', 'e', 'e', 'k'], ['t', 'h', 'e', '', 't', 'a', 'l', 'k', 'a', 't', 'i', 'v', 'e'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['b', 'e', 'i', 'n', 'g'], ['a', 'l', 'o', 'n', 'e', '.', '', '', 'T', 'h', 'e'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['o', 'f'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's'], ['r', 'e', 'v', 'e', 'a', 'l', 's'], ['t', 'o', '', 't', 'h', 'e', 'i', 'r'], ['e', 'y', 'e', 's'], ['t', 'h', 'e', 'i', 'r'], ['n', 'a', 'k', 'e', 'd'], ['s', 'e', 'l', 'v', 'e', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', 'y', '', 'w', 'o', 'u', 'l', 'd'], ['e', 's', 'c', 'a', 'p', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['t', 'a', 'l', 'k', ','], ['a', 'n', 'd', ''], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'r'], ['f', 'o', 'r', 'e', 't', 'h', 'o', 'u', 'g', 'h', 't'], ['r', 'e', 'v', 'e', 'a', 'l', '', 'a'], ['t', 'r', 'u', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['t', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's'], ['d', 'o'], ['n', 'o', 't', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', '', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e', 'm', ','], ['b', 'u', 't'], ['t', 'h', 'e', 'y'], ['t', 'e', 'l', 'l'], ['i', 't'], ['n', 'o', 't'], ['i', 'n', '', 'w', 'o', 'r', 'd', 's', '.', '', '', 'I', 'n'], ['t', 'h', 'e'], ['b', 'o', 's', 'o', 'm'], ['o', 'f'], ['s', 'u', 'c', 'h'], ['a', 's'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '', 'd', 'w', 'e', 'l', 'l', 's'], ['i', 'n'], ['r', 'h', 'y', 't', 'h', 'm', 'i', 'c'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['m', 'e', 'e', 't'], ['y', 'o', 'u', 'r'], ['f', 'r', 'i', 'e', 'n', 'd'], ['o', 'n'], ['t', 'h', 'e', '', 'r', 'o', 'a', 'd', 's', 'i', 'd', 'e'], ['o', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', 'e', 't'], ['p', 'l', 'a', 'c', 'e', ','], ['l', 'e', 't'], ['t', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't'], ['i', 'n'], ['y', 'o', 'u'], ['m', 'o', 'v', 'e'], ['y', 'o', 'u', 'r'], ['l', 'i', 'p', 's'], ['a', 'n', 'd'], ['d', 'i', 'r', 'e', 'c', 't', '', 'y', 'o', 'u', 'r'], ['t', 'o', 'n', 'g', 'u', 'e', '.', '', '', 'L', 'e', 't'], ['t', 'h', 'e'], ['v', 'o', 'i', 'c', 'e'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['v', 'o', 'i', 'c', 'e'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o', '', 't', 'h', 'e'], ['e', 'a', 'r'], ['o', 'f'], ['h', 'i', 's'], ['e', 'a', 'r', ';', '', '', 'F', 'o', 'r'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['w', 'i', 'l', 'l'], ['k', 'e', 'e', 'p'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h'], ['o', 'f', '', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 's'], ['t', 'h', 'e'], ['t', 'a', 's', 't', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'i', 'n', 'e'], ['i', 's', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd', '', '', 'W', 'h', 'e', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'o', 'u', 'r'], ['i', 's'], ['f', 'o', 'r', 'g', 'o', 't', 't', 'e', 'n'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'v', 'e', 's', 's', 'e', 'l'], ['i', 's'], ['n', 'o'], ['m', 'o', 'r', 'e', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a', 'n'], ['a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r'], ['s', 'a', 'i', 'd', ','], ['M', 'a', 's', 't', 'e', 'r', ','], ['w', 'h', 'a', 't', '', 'o', 'f'], ['_', 'T', 'i', 'm', 'e', '_', '?', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['t', 'i', 'm', 'e'], ['t', 'h', 'e'], ['m', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'm', 'm', 'e', 'a', 's', 'u', 'r', 'a', 'b', 'l', 'e', '.', '', '', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['a', 'd', 'j', 'u', 's', 't'], ['y', 'o', 'u', 'r'], ['c', 'o', 'n', 'd', 'u', 'c', 't'], ['a', 'n', 'd', '', 'e', 'v', 'e', 'n'], ['d', 'i', 'r', 'e', 'c', 't'], ['t', 'h', 'e'], ['c', 'o', 'u', 'r', 's', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't', '', 'a', 'c', 'c', 'o', 'r', 'd', 'i', 'n', 'g'], ['t', 'o'], ['h', 'o', 'u', 'r', 's'], ['a', 'n', 'd'], ['s', 'e', 'a', 's', 'o', 'n', 's', '.', '', '', 'O', 'f'], ['t', 'i', 'm', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['m', 'a', 'k', 'e'], ['a'], ['s', 't', 'r', 'e', 'a', 'm'], ['u', 'p', 'o', 'n', '', 'w', 'h', 'o', 's', 'e'], ['b', 'a', 'n', 'k'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'i', 't'], ['a', 'n', 'd'], ['w', 'a', 't', 'c', 'h'], ['i', 't', 's', '', 'f', 'l', 'o', 'w', 'i', 'n', 'g', '.', '', '', 'Y', 'e', 't'], ['t', 'h', 'e'], ['t', 'i', 'm', 'e', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['a', 'w', 'a', 'r', 'e'], ['o', 'f', '', 'l', 'i', 'f', 'e', '’', 's'], ['t', 'i', 'm', 'e', 'l', 'e', 's', 's', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd'], ['k', 'n', 'o', 'w', 's'], ['t', 'h', 'a', 't'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y'], ['i', 's'], ['b', 'u', 't'], ['t', 'o', 'd', 'a', 'y', '’', 's', '', 'm', 'e', 'm', 'o', 'r', 'y'], ['a', 'n', 'd'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w'], ['i', 's'], ['t', 'o', 'd', 'a', 'y', '’', 's'], ['d', 'r', 'e', 'a', 'm', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'i', 'n', 'g', 's'], ['a', 'n', 'd', '', 'c', 'o', 'n', 't', 'e', 'm', 'p', 'l', 'a', 't', 'e', 's'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['s', 't', 'i', 'l', 'l'], ['d', 'w', 'e', 'l', 'l', 'i', 'n', 'g', '', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['b', 'o', 'u', 'n', 'd', 's'], ['o', 'f'], ['t', 'h', 'a', 't'], ['f', 'i', 'r', 's', 't'], ['m', 'o', 'm', 'e', 'n', 't', '', 'w', 'h', 'i', 'c', 'h'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'a', 'r', 's'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', '.', ''], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['f', 'e', 'e', 'l'], ['t', 'h', 'a', 't'], ['h', 'i', 's', '', 'p', 'o', 'w', 'e', 'r'], ['t', 'o'], ['l', 'o', 'v', 'e'], ['i', 's'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', '?', '', '', 'A', 'n', 'd'], ['y', 'e', 't'], ['w', 'h', 'o'], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['f', 'e', 'e', 'l'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y', '', 'l', 'o', 'v', 'e', ','], ['t', 'h', 'o', 'u', 'g', 'h'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', ','], ['e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '', 'w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['c', 'e', 'n', 't', 'r', 'e'], ['o', 'f'], ['h', 'i', 's'], ['b', 'e', 'i', 'n', 'g', ','], ['a', 'n', 'd', '', 'm', 'o', 'v', 'i', 'n', 'g'], ['n', 'o', 't'], ['f', 'r', 'o', 'm'], ['l', 'o', 'v', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['t', 'o'], ['l', 'o', 'v', 'e', '', 't', 'h', 'o', 'u', 'g', 'h', 't', ','], ['n', 'o', 'r'], ['f', 'r', 'o', 'm'], ['l', 'o', 'v', 'e'], ['d', 'e', 'e', 'd', 's'], ['t', 'o'], ['o', 't', 'h', 'e', 'r', '', 'l', 'o', 'v', 'e'], ['d', 'e', 'e', 'd', 's', '?', '', '', 'A', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['t', 'i', 'm', 'e'], ['e', 'v', 'e', 'n'], ['a', 's'], ['l', 'o', 'v', 'e'], ['i', 's', ',', '', 'u', 'n', 'd', 'i', 'v', 'i', 'd', 'e', 'd'], ['a', 'n', 'd'], ['p', 'a', 'c', 'e', 'l', 'e', 's', 's', '?', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't'], ['i', 'f'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['m', 'e', 'a', 's', 'u', 'r', 'e', '', 't', 'i', 'm', 'e'], ['i', 'n', 't', 'o'], ['s', 'e', 'a', 's', 'o', 'n', 's', ','], ['l', 'e', 't'], ['e', 'a', 'c', 'h'], ['s', 'e', 'a', 's', 'o', 'n', '', 'e', 'n', 'c', 'i', 'r', 'c', 'l', 'e'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['o', 't', 'h', 'e', 'r'], ['s', 'e', 'a', 's', 'o', 'n', 's', ',', '', '', 'A', 'n', 'd'], ['l', 'e', 't'], ['t', 'o', 'd', 'a', 'y'], ['e', 'm', 'b', 'r', 'a', 'c', 'e'], ['t', 'h', 'e'], ['p', 'a', 's', 't'], ['w', 'i', 't', 'h', '', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'u', 't', 'u', 'r', 'e'], ['w', 'i', 't', 'h'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['o', 'n', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'l', 'd', 'e', 'r', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '', 's', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f'], ['_', 'G', 'o', 'o', 'd'], ['a', 'n', 'd'], ['E', 'v', 'i', 'l', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'O', 'f'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['y', 'o', 'u'], ['I'], ['c', 'a', 'n'], ['s', 'p', 'e', 'a', 'k', ','], ['b', 'u', 't'], ['n', 'o', 't', '', 'o', 'f'], ['t', 'h', 'e'], ['e', 'v', 'i', 'l', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['e', 'v', 'i', 'l'], ['b', 'u', 't'], ['g', 'o', 'o', 'd'], ['t', 'o', 'r', 't', 'u', 'r', 'e', 'd'], ['b', 'y', '', 'i', 't', 's'], ['o', 'w', 'n'], ['h', 'u', 'n', 'g', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'i', 'r', 's', 't', '?', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['w', 'h', 'e', 'n'], ['g', 'o', 'o', 'd'], ['i', 's'], ['h', 'u', 'n', 'g', 'r', 'y'], ['i', 't'], ['s', 'e', 'e', 'k', 's'], ['f', 'o', 'o', 'd', '', 'e', 'v', 'e', 'n'], ['i', 'n'], ['d', 'a', 'r', 'k'], ['c', 'a', 'v', 'e', 's', ','], ['a', 'n', 'd'], ['w', 'h', 'e', 'n'], ['i', 't'], ['t', 'h', 'i', 'r', 's', 't', 's', '', 'i', 't'], ['d', 'r', 'i', 'n', 'k', 's'], ['e', 'v', 'e', 'n'], ['o', 'f'], ['d', 'e', 'a', 'd'], ['w', 'a', 't', 'e', 'r', 's', '.', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'n', 'e'], ['w', 'i', 't', 'h', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'Y', 'e', 't'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['o', 'n', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '', 'y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l', '.', '', '', 'F', 'o', 'r'], ['a'], ['d', 'i', 'v', 'i', 'd', 'e', 'd'], ['h', 'o', 'u', 's', 'e'], ['i', 's'], ['n', 'o', 't'], ['a'], ['d', 'e', 'n'], ['o', 'f', '', 't', 'h', 'i', 'e', 'v', 'e', 's', ';'], ['i', 't'], ['i', 's'], ['o', 'n', 'l', 'y'], ['a'], ['d', 'i', 'v', 'i', 'd', 'e', 'd'], ['h', 'o', 'u', 's', 'e', '.', '', '', 'A', 'n', 'd'], ['a'], ['s', 'h', 'i', 'p'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['r', 'u', 'd', 'd', 'e', 'r'], ['m', 'a', 'y'], ['w', 'a', 'n', 'd', 'e', 'r', '', 'a', 'i', 'm', 'l', 'e', 's', 's', 'l', 'y'], ['a', 'm', 'o', 'n', 'g'], ['p', 'e', 'r', 'i', 'l', 'o', 'u', 's'], ['i', 's', 'l', 'e', 's'], ['y', 'e', 't'], ['s', 'i', 'n', 'k', '', 'n', 'o', 't'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'o', 't', 't', 'o', 'm', '.'], [], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n', '', 'y', 'o', 'u'], ['s', 't', 'r', 'i', 'v', 'e'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['g', 'a', 'i', 'n', '', 'f', 'o', 'r'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 't', 'r', 'i', 'v', 'e'], ['f', 'o', 'r'], ['g', 'a', 'i', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e', '', 'b', 'u', 't'], ['a'], ['r', 'o', 'o', 't'], ['t', 'h', 'a', 't'], ['c', 'l', 'i', 'n', 'g', 's'], ['t', 'o'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['a', 'n', 'd', '', 's', 'u', 'c', 'k', 's'], ['a', 't'], ['h', 'e', 'r'], ['b', 'r', 'e', 'a', 's', 't', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'a', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', ',', '', '“', 'B', 'e'], ['l', 'i', 'k', 'e'], ['m', 'e', ','], ['r', 'i', 'p', 'e'], ['a', 'n', 'd'], ['f', 'u', 'l', 'l'], ['a', 'n', 'd'], ['e', 'v', 'e', 'r', '', 'g', 'i', 'v', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '”', '', '', 'F', 'o', 'r'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'r', 'u', 'i', 't'], ['g', 'i', 'v', 'i', 'n', 'g'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd', ','], ['a', 's', '', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['r', 'o', 'o', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['f', 'u', 'l', 'l', 'y'], ['a', 'w', 'a', 'k', 'e'], ['i', 'n', '', 'y', 'o', 'u', 'r'], ['s', 'p', 'e', 'e', 'c', 'h', ',', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'l', 'e', 'e', 'p', '', 'w', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', 'r'], ['t', 'o', 'n', 'g', 'u', 'e'], ['s', 't', 'a', 'g', 'g', 'e', 'r', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't', '', 'p', 'u', 'r', 'p', 'o', 's', 'e', '.', '', '', 'A', 'n', 'd'], ['e', 'v', 'e', 'n'], ['s', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['s', 'p', 'e', 'e', 'c', 'h'], ['m', 'a', 'y'], ['s', 't', 'r', 'e', 'n', 'g', 't', 'h', 'e', 'n', '', 'a'], ['w', 'e', 'a', 'k'], ['t', 'o', 'n', 'g', 'u', 'e', '.', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'a', 'l', 'k'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['g', 'o', 'a', 'l', '', 'f', 'i', 'r', 'm', 'l', 'y'], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['b', 'o', 'l', 'd'], ['s', 't', 'e', 'p', 's', '.', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['g', 'o'], ['t', 'h', 'i', 't', 'h', 'e', 'r', '', 'l', 'i', 'm', 'p', 'i', 'n', 'g', '.'], [], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['l', 'i', 'm', 'p'], ['g', 'o'], ['n', 'o', 't', '', 'b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['s', 't', 'r', 'o', 'n', 'g'], ['a', 'n', 'd'], ['s', 'w', 'i', 'f', 't', ','], ['s', 'e', 'e', '', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['l', 'i', 'm', 'p'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['l', 'a', 'm', 'e', ',', '', 'd', 'e', 'e', 'm', 'i', 'n', 'g'], ['i', 't'], ['k', 'i', 'n', 'd', 'n', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's'], ['w', 'a', 'y', 's', ','], ['a', 'n', 'd'], ['y', 'o', 'u', '', 'a', 'r', 'e'], ['n', 'o', 't'], ['e', 'v', 'i', 'l'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['g', 'o', 'o', 'd', ',', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'n', 'l', 'y'], ['l', 'o', 'i', 't', 'e', 'r', 'i', 'n', 'g'], ['a', 'n', 'd'], ['s', 'l', 'u', 'g', 'g', 'a', 'r', 'd', '.', '', '', 'P', 'i', 't', 'y'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['s', 't', 'a', 'g', 's'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h', '', 's', 'w', 'i', 'f', 't', 'n', 'e', 's', 's'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'u', 'r', 't', 'l', 'e', 's', '.', '', '', 'I', 'n'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['g', 'i', 'a', 'n', 't'], ['s', 'e', 'l', 'f'], ['l', 'i', 'e', 's', '', 'y', 'o', 'u', 'r'], ['g', 'o', 'o', 'd', 'n', 'e', 's', 's', ':'], ['a', 'n', 'd'], ['t', 'h', 'a', 't'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['i', 's'], ['i', 'n', '', 'a', 'l', 'l'], ['o', 'f'], ['y', 'o', 'u', '.', '', '', 'B', 'u', 't'], ['i', 'n'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['t', 'h', 'a', 't'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['i', 's'], ['a', '', 't', 'o', 'r', 'r', 'e', 'n', 't'], ['r', 'u', 's', 'h', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['m', 'i', 'g', 'h', 't'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'e', 'a', ',', '', 'c', 'a', 'r', 'r', 'y', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', 'i', 'd', 'e', 's', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'o', 'n', 'g', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', '.', '', '', 'A', 'n', 'd'], ['i', 'n'], ['o', 't', 'h', 'e', 'r', 's'], ['i', 't'], ['i', 's'], ['a'], ['f', 'l', 'a', 't'], ['s', 't', 'r', 'e', 'a', 'm'], ['t', 'h', 'a', 't', '', 'l', 'o', 's', 'e', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a', 'n', 'g', 'l', 'e', 's'], ['a', 'n', 'd'], ['b', 'e', 'n', 'd', 's'], ['a', 'n', 'd', '', 'l', 'i', 'n', 'g', 'e', 'r', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['i', 't'], ['r', 'e', 'a', 'c', 'h', 'e', 's'], ['t', 'h', 'e'], ['s', 'h', 'o', 'r', 'e', '.', '', '', 'B', 'u', 't'], ['l', 'e', 't'], ['n', 'o', 't'], ['h', 'i', 'm'], ['w', 'h', 'o'], ['l', 'o', 'n', 'g', 's'], ['m', 'u', 'c', 'h'], ['s', 'a', 'y'], ['t', 'o', ''], ['w', 'h', 'o'], ['l', 'o', 'n', 'g', 's'], ['l', 'i', 't', 't', 'l', 'e', ','], ['“', 'W', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['a', 'r', 'e', '', 'y', 'o', 'u'], ['s', 'l', 'o', 'w'], ['a', 'n', 'd'], ['h', 'a', 'l', 't', 'i', 'n', 'g', '?', '”', '', '', 'F', 'o', 'r'], ['t', 'h', 'e'], ['t', 'r', 'u', 'l', 'y'], ['g', 'o', 'o', 'd'], ['a', 's', 'k'], ['n', 'o', 't'], ['t', 'h', 'e'], ['n', 'a', 'k', 'e', 'd', ',', '', '“', 'W', 'h', 'e', 'r', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'm', 'e', 'n', 't', '?', '”'], ['n', 'o', 'r'], ['t', 'h', 'e', '', 'h', 'o', 'u', 's', 'e', 'l', 'e', 's', 's', ','], ['“', 'W', 'h', 'a', 't'], ['h', 'a', 's'], ['b', 'e', 'f', 'a', 'l', 'l', 'e', 'n'], ['y', 'o', 'u', 'r', '', 'h', 'o', 'u', 's', 'e', '?', '”', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['p', 'r', 'i', 'e', 's', 't', 'e', 's', 's'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's', '', 'o', 'f'], ['_', 'P', 'r', 'a', 'y', 'e', 'r', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u'], ['p', 'r', 'a', 'y'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['d', 'i', 's', 't', 'r', 'e', 's', 's'], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'n', 'e', 'e', 'd', ';'], ['w', 'o', 'u', 'l', 'd'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'i', 'g', 'h', 't'], ['p', 'r', 'a', 'y'], ['a', 'l', 's', 'o', '', 'i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'd', 'a', 'y', 's'], ['o', 'f'], ['a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['p', 'r', 'a', 'y', 'e', 'r'], ['b', 'u', 't'], ['t', 'h', 'e'], ['e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n'], ['o', 'f', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g'], ['e', 't', 'h', 'e', 'r', '?', '', '', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['i', 's'], ['f', 'o', 'r'], ['y', 'o', 'u', 'r'], ['c', 'o', 'm', 'f', 'o', 'r', 't'], ['t', 'o'], ['p', 'o', 'u', 'r', '', 'y', 'o', 'u', 'r'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ','], ['i', 't'], ['i', 's'], ['a', 'l', 's', 'o'], ['f', 'o', 'r', '', 'y', 'o', 'u', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['t', 'o'], ['p', 'o', 'u', 'r'], ['f', 'o', 'r', 't', 'h'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n', 'i', 'n', 'g', '', 'o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['b', 'u', 't'], ['w', 'e', 'e', 'p'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u', 'r', '', 's', 'o', 'u', 'l'], ['s', 'u', 'm', 'm', 'o', 'n', 's'], ['y', 'o', 'u'], ['t', 'o'], ['p', 'r', 'a', 'y', 'e', 'r', ','], ['s', 'h', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '', 's', 'p', 'u', 'r'], ['y', 'o', 'u'], ['a', 'g', 'a', 'i', 'n'], ['a', 'n', 'd'], ['y', 'e', 't'], ['a', 'g', 'a', 'i', 'n', ','], ['t', 'h', 'o', 'u', 'g', 'h', '', 'w', 'e', 'e', 'p', 'i', 'n', 'g', ','], ['u', 'n', 't', 'i', 'l'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'e'], ['l', 'a', 'u', 'g', 'h', 'i', 'n', 'g', '.', '', '', 'W', 'h', 'e', 'n'], ['y', 'o', 'u'], ['p', 'r', 'a', 'y'], ['y', 'o', 'u'], ['r', 'i', 's', 'e'], ['t', 'o'], ['m', 'e', 'e', 't'], ['i', 'n'], ['t', 'h', 'e', '', 'a', 'i', 'r'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['p', 'r', 'a', 'y', 'i', 'n', 'g'], ['a', 't'], ['t', 'h', 'a', 't'], ['v', 'e', 'r', 'y', ''], ['a', 'n', 'd'], ['w', 'h', 'o', 'm'], ['s', 'a', 'v', 'e'], ['i', 'n'], ['p', 'r', 'a', 'y', 'e', 'r'], ['y', 'o', 'u', '', 'm', 'a', 'y'], ['n', 'o', 't'], ['m', 'e', 'e', 't', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['l', 'e', 't'], ['y', 'o', 'u', 'r'], ['v', 'i', 's', 'i', 't'], ['t', 'o'], ['t', 'h', 'a', 't'], ['t', 'e', 'm', 'p', 'l', 'e', '', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e'], ['b', 'e'], ['f', 'o', 'r'], ['n', 'a', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['e', 'c', 's', 't', 'a', 's', 'y'], ['a', 'n', 'd', '', 's', 'w', 'e', 'e', 't'], ['c', 'o', 'm', 'm', 'u', 'n', 'i', 'o', 'n', '.', '', '', 'F', 'o', 'r'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e'], ['f', 'o', 'r', '', 'n', 'o'], ['o', 't', 'h', 'e', 'r'], ['p', 'u', 'r', 'p', 'o', 's', 'e'], ['t', 'h', 'a', 'n'], ['a', 's', 'k', 'i', 'n', 'g'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l', '', 'n', 'o', 't'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', ':', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'o', '', 'h', 'u', 'm', 'b', 'l', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['b', 'e'], ['l', 'i', 'f', 't', 'e', 'd', ':', '', '', 'O', 'r'], ['e', 'v', 'e', 'n'], ['i', 'f'], ['y', 'o', 'u'], ['s', 'h', 'o', 'u', 'l', 'd'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'o', '', 'b', 'e', 'g'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['g', 'o', 'o', 'd'], ['o', 'f'], ['o', 't', 'h', 'e', 'r', 's'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't', '', 'b', 'e'], ['h', 'e', 'a', 'r', 'd', '.', '', '', 'I', 't'], ['i', 's'], ['e', 'n', 'o', 'u', 'g', 'h'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h'], ['y', 'o', 'u'], ['h', 'o', 'w'], ['t', 'o'], ['p', 'r', 'a', 'y'], ['i', 'n'], ['w', 'o', 'r', 'd', 's', '.', '', '', 'G', 'o', 'd'], ['l', 'i', 's', 't', 'e', 'n', 's'], ['n', 'o', 't'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['w', 'o', 'r', 'd', 's'], ['s', 'a', 'v', 'e'], ['w', 'h', 'e', 'n', '', 'H', 'e'], ['H', 'i', 'm', 's', 'e', 'l', 'f'], ['u', 't', 't', 'e', 'r', 's'], ['t', 'h', 'e', 'm'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['y', 'o', 'u', 'r', '', 'l', 'i', 'p', 's', '.', '', '', 'A', 'n', 'd'], ['I'], ['c', 'a', 'n', 'n', 'o', 't'], ['t', 'e', 'a', 'c', 'h'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['p', 'r', 'a', 'y', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e', '', 's', 'e', 'a', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', ''], ['y', 'o', 'u'], ['w', 'h', 'o'], ['a', 'r', 'e'], ['b', 'o', 'r', 'n'], ['o', 'f'], ['t', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', '', 'c', 'a', 'n'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e', 'i', 'r'], ['p', 'r', 'a', 'y', 'e', 'r'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['b', 'u', 't'], ['l', 'i', 's', 't', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '', 'o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e', 'a', 'r'], ['t', 'h', 'e', 'm'], ['s', 'a', 'y', 'i', 'n', 'g', '', 'i', 'n'], ['s', 'i', 'l', 'e', 'n', 'c', 'e', ',', '', '', '“', 'O', 'u', 'r'], ['G', 'o', 'd', ','], ['w', 'h', 'o'], ['a', 'r', 't'], ['o', 'u', 'r'], ['w', 'i', 'n', 'g', 'e', 'd'], ['s', 'e', 'l', 'f', ','], ['i', 't'], ['i', 's', '', 't', 'h', 'y'], ['w', 'i', 'l', 'l'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['w', 'i', 'l', 'l', 'e', 't', 'h', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'h', 'y'], ['d', 'e', 's', 'i', 'r', 'e'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['d', 'e', 's', 'i', 'r', 'e', 't', 'h', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'h', 'y'], ['u', 'r', 'g', 'e'], ['i', 'n'], ['u', 's'], ['t', 'h', 'a', 't'], ['w', 'o', 'u', 'l', 'd'], ['t', 'u', 'r', 'n'], ['o', 'u', 'r', '', 'n', 'i', 'g', 'h', 't', 's', ','], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'e'], ['t', 'h', 'i', 'n', 'e', ','], ['i', 'n', 't', 'o'], ['d', 'a', 'y', 's'], ['w', 'h', 'i', 'c', 'h', '', 'a', 'r', 'e'], ['t', 'h', 'i', 'n', 'e'], ['a', 'l', 's', 'o', '.', '', '', 'W', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['a', 's', 'k'], ['t', 'h', 'e', 'e'], ['f', 'o', 'r'], ['a', 'u', 'g', 'h', 't', ','], ['f', 'o', 'r'], ['t', 'h', 'o', 'u', '', 'k', 'n', 'o', 'w', 'e', 's', 't'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['b', 'o', 'r', 'n', '', 'i', 'n'], ['u', 's', ':', '', '', 'T', 'h', 'o', 'u'], ['a', 'r', 't'], ['o', 'u', 'r'], ['n', 'e', 'e', 'd', ';'], ['a', 'n', 'd'], ['i', 'n'], ['g', 'i', 'v', 'i', 'n', 'g'], ['u', 's'], ['m', 'o', 'r', 'e', '', 'o', 'f'], ['t', 'h', 'y', 's', 'e', 'l', 'f'], ['t', 'h', 'o', 'u'], ['g', 'i', 'v', 'e', 's', 't'], ['u', 's'], ['a', 'l', 'l', '.', '”', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '0', '0', ']', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['h', 'e', 'r', 'm', 'i', 't', ','], ['w', 'h', 'o'], ['v', 'i', 's', 'i', 't', 'e', 'd'], ['t', 'h', 'e'], ['c', 'i', 't', 'y', '', 'o', 'n', 'c', 'e'], ['a'], ['y', 'e', 'a', 'r', ','], ['c', 'a', 'm', 'e'], ['f', 'o', 'r', 't', 'h'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k', '', 't', 'o'], ['u', 's'], ['o', 'f'], ['_', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['s', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', ',', '', '', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'l', 'o', 's', 's', 'o', 'm', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'e', 's', 'i', 'r', 'e', 's', ',', '', '', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r'], ['f', 'r', 'u', 'i', 't', '.', '', '', 'I', 't'], ['i', 's'], ['a'], ['d', 'e', 'p', 't', 'h'], ['c', 'a', 'l', 'l', 'i', 'n', 'g'], ['u', 'n', 't', 'o'], ['a'], ['h', 'e', 'i', 'g', 'h', 't', ',', '', '', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['d', 'e', 'e', 'p'], ['n', 'o', 'r'], ['t', 'h', 'e'], ['h', 'i', 'g', 'h', '.', '', '', 'I', 't'], ['i', 's'], ['t', 'h', 'e'], ['c', 'a', 'g', 'e', 'd'], ['t', 'a', 'k', 'i', 'n', 'g'], ['w', 'i', 'n', 'g', ',', '', '', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['n', 'o', 't'], ['s', 'p', 'a', 'c', 'e'], ['e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '.', '', '', 'A', 'y', ','], ['i', 'n'], ['v', 'e', 'r', 'y'], ['t', 'r', 'u', 't', 'h', ','], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['I'], ['f', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'i', 'n', 'g'], ['i', 't'], ['w', 'i', 't', 'h', '', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['h', 'e', 'a', 'r', 't', ';'], ['y', 'e', 't'], ['I'], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['h', 'a', 'v', 'e', '', 'y', 'o', 'u'], ['l', 'o', 's', 'e'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', 's'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'i', 'n', 'g', 'i', 'n', 'g', '.', '', '', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h'], ['s', 'e', 'e', 'k'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['a', 's'], ['i', 'f', '', 'i', 't'], ['w', 'e', 'r', 'e'], ['a', 'l', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['a', 'r', 'e'], ['j', 'u', 'd', 'g', 'e', 'd'], ['a', 'n', 'd', '', 'r', 'e', 'b', 'u', 'k', 'e', 'd', '.'], [], ['w', 'o', 'u', 'l', 'd'], ['n', 'o', 't'], ['j', 'u', 'd', 'g', 'e'], ['n', 'o', 'r', '', 'r', 'e', 'b', 'u', 'k', 'e'], ['t', 'h', 'e', 'm', '.'], ['I'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', 'm'], ['s', 'e', 'e', 'k', '.', '', '', 'F', 'o', 'r'], ['t', 'h', 'e', 'y'], ['s', 'h', 'a', 'l', 'l'], ['f', 'i', 'n', 'd'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't', '', 'h', 'e', 'r'], ['a', 'l', 'o', 'n', 'e', ';', '', '', 'S', 'e', 'v', 'e', 'n'], ['a', 'r', 'e'], ['h', 'e', 'r'], ['s', 'i', 's', 't', 'e', 'r', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'e', 'a', 's', 't'], ['o', 'f', '', 't', 'h', 'e', 'm'], ['i', 's'], ['m', 'o', 'r', 'e'], ['b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l'], ['t', 'h', 'a', 'n'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '', '', 'H', 'a', 'v', 'e'], ['y', 'o', 'u'], ['n', 'o', 't'], ['h', 'e', 'a', 'r', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'a', 'n'], ['w', 'h', 'o'], ['w', 'a', 's', '', 'd', 'i', 'g', 'g', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['f', 'o', 'r'], ['r', 'o', 'o', 't', 's'], ['a', 'n', 'd'], ['f', 'o', 'u', 'n', 'd', '', 'a'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['e', 'l', 'd', 'e', 'r', 's'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's'], ['w', 'i', 't', 'h'], ['r', 'e', 'g', 'r', 'e', 't'], ['l', 'i', 'k', 'e'], ['w', 'r', 'o', 'n', 'g', 's', '', 'c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['i', 'n'], ['d', 'r', 'u', 'n', 'k', 'e', 'n', 'n', 'e', 's', 's', '.', '', '', 'B', 'u', 't'], ['r', 'e', 'g', 'r', 'e', 't'], ['i', 's'], ['t', 'h', 'e'], ['b', 'e', 'c', 'l', 'o', 'u', 'd', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'i', 'n', 'd', '', 'a', 'n', 'd'], ['n', 'o', 't'], ['i', 't', 's'], ['c', 'h', 'a', 's', 't', 'i', 's', 'e', 'm', 'e', 'n', 't', '.', '', '', 'T', 'h', 'e', 'y'], ['s', 'h', 'o', 'u', 'l', 'd'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['t', 'h', 'e', 'i', 'r'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '', 'w', 'i', 't', 'h'], ['g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ','], ['a', 's'], ['t', 'h', 'e', 'y'], ['w', 'o', 'u', 'l', 'd'], ['t', 'h', 'e', '', 'h', 'a', 'r', 'v', 'e', 's', 't'], ['o', 'f'], ['a'], ['s', 'u', 'm', 'm', 'e', 'r', '.', '', '', 'Y', 'e', 't'], ['i', 'f'], ['i', 't'], ['c', 'o', 'm', 'f', 'o', 'r', 't', 's'], ['t', 'h', 'e', 'm'], ['t', 'o'], ['r', 'e', 'g', 'r', 'e', 't', ','], ['l', 'e', 't', '', 't', 'h', 'e', 'm'], ['b', 'e'], ['c', 'o', 'm', 'f', 'o', 'r', 't', 'e', 'd', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['t', 'h', 'o', 's', 'e'], ['w', 'h', 'o', '', 'a', 'r', 'e'], ['n', 'e', 'i', 't', 'h', 'e', 'r'], ['y', 'o', 'u', 'n', 'g'], ['t', 'o'], ['s', 'e', 'e', 'k'], ['n', 'o', 'r'], ['o', 'l', 'd'], ['t', 'o', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', ';', '', '', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['a', 'n', 'd', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], [], ['s', 'h', 'u', 'n'], ['a', 'l', 'l'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', ',', '', 'l', 'e', 's', 't'], ['t', 'h', 'e', 'y'], ['n', 'e', 'g', 'l', 'e', 'c', 't'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['o', 'r'], ['o', 'f', 'f', 'e', 'n', 'd', '', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['i', 't', '.', '', '', 'B', 'u', 't'], ['e', 'v', 'e', 'n'], ['i', 'n'], ['t', 'h', 'e', 'i', 'r'], ['f', 'o', 'r', 'e', 'g', 'o', 'i', 'n', 'g'], ['i', 's'], ['t', 'h', 'e', 'i', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'u', 's'], ['t', 'h', 'e', 'y'], ['t', 'o', 'o'], ['f', 'i', 'n', 'd'], ['a'], ['t', 'r', 'e', 'a', 's', 'u', 'r', 'e'], ['t', 'h', 'o', 'u', 'g', 'h', '', 't', 'h', 'e', 'y'], ['d', 'i', 'g'], ['f', 'o', 'r'], ['r', 'o', 'o', 't', 's'], ['w', 'i', 't', 'h'], ['q', 'u', 'i', 'v', 'e', 'r', 'i', 'n', 'g'], ['h', 'a', 'n', 'd', 's', '.', '', '', 'B', 'u', 't'], ['t', 'e', 'l', 'l'], ['m', 'e', ','], ['w', 'h', 'o'], ['i', 's'], ['h', 'e'], ['t', 'h', 'a', 't'], ['c', 'a', 'n'], ['o', 'f', 'f', 'e', 'n', 'd', '', 't', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '?', '', '', 'S', 'h', 'a', 'l', 'l'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', 'i', 'n', 'g', 'a', 'l', 'e'], ['o', 'f', 'f', 'e', 'n', 'd'], ['t', 'h', 'e', '', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't', ','], ['o', 'r'], ['t', 'h', 'e'], ['f', 'i', 'r', 'e', 'f', 'l', 'y', '', 't', 'h', 'e'], ['s', 't', 'a', 'r', 's', '?', '', '', 'A', 'n', 'd'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['f', 'l', 'a', 'm', 'e'], ['o', 'r'], ['y', 'o', 'u', 'r'], ['s', 'm', 'o', 'k', 'e', '', 'b', 'u', 'r', 'd', 'e', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '?', '', '', 'T', 'h', 'i', 'n', 'k'], ['y', 'o', 'u'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['i', 's'], ['a'], ['s', 't', 'i', 'l', 'l'], ['p', 'o', 'o', 'l', '', 'w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['t', 'r', 'o', 'u', 'b', 'l', 'e'], ['w', 'i', 't', 'h'], ['a'], ['s', 't', 'a', 'f', 'f', '?', '', '', '*', '*', '*', '*', '*', '', '', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['i', 'n'], ['d', 'e', 'n', 'y', 'i', 'n', 'g'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '', 'y', 'o', 'u'], ['d', 'o'], ['b', 'u', 't'], ['s', 't', 'o', 'r', 'e'], ['t', 'h', 'e'], ['d', 'e', 's', 'i', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e', '', 'r', 'e', 'c', 'e', 's', 's', 'e', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['b', 'e', 'i', 'n', 'g', '.', '', '', 'W', 'h', 'o'], ['k', 'n', 'o', 'w', 's'], ['b', 'u', 't'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'e', 'e', 'm', 's'], ['o', 'm', 'i', 't', 't', 'e', 'd', '', 't', 'o', 'd', 'a', 'y', ','], ['w', 'a', 'i', 't', 's'], ['f', 'o', 'r'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '', '', 'E', 'v', 'e', 'n'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'y'], ['k', 'n', 'o', 'w', 's'], ['i', 't', 's'], ['h', 'e', 'r', 'i', 't', 'a', 'g', 'e', '', 'a', 'n', 'd'], ['i', 't', 's'], ['r', 'i', 'g', 'h', 't', 'f', 'u', 'l'], ['n', 'e', 'e', 'd'], ['a', 'n', 'd'], ['w', 'i', 'l', 'l'], ['n', 'o', 't'], ['b', 'e', '', 'd', 'e', 'c', 'e', 'i', 'v', 'e', 'd', '.', '', '', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'y'], ['i', 's'], ['t', 'h', 'e'], ['h', 'a', 'r', 'p'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'o', 'u', 'l', ',', '', '', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['y', 'o', 'u', 'r', 's'], ['t', 'o'], ['b', 'r', 'i', 'n', 'g'], ['f', 'o', 'r', 't', 'h'], [], ['f', 'r', 'o', 'm'], ['i', 't'], ['o', 'r'], ['c', 'o', 'n', 'f', 'u', 's', 'e', 'd'], ['s', 'o', 'u', 'n', 'd', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['n', 'o', 'w'], ['y', 'o', 'u'], ['a', 's', 'k'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', ','], ['“', 'H', 'o', 'w', '', 's', 'h', 'a', 'l', 'l'], ['w', 'e'], ['d', 'i', 's', 't', 'i', 'n', 'g', 'u', 'i', 's', 'h'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '', 'g', 'o', 'o', 'd'], ['i', 'n'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['f', 'r', 'o', 'm'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['n', 'o', 't', '', 'g', 'o', 'o', 'd', '?', '”', '', '', 'G', 'o'], ['t', 'o'], ['y', 'o', 'u', 'r'], ['f', 'i', 'e', 'l', 'd', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['g', 'a', 'r', 'd', 'e', 'n', 's', ','], ['a', 'n', 'd', '', 'y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['l', 'e', 'a', 'r', 'n'], ['t', 'h', 'a', 't'], ['i', 't'], ['i', 's'], ['t', 'h', 'e'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '', 'o', 'f'], ['t', 'h', 'e'], ['b', 'e', 'e'], ['t', 'o'], ['g', 'a', 't', 'h', 'e', 'r'], ['h', 'o', 'n', 'e', 'y'], ['o', 'f'], ['t', 'h', 'e', '', 'f', 'l', 'o', 'w', 'e', 'r', ',', '', '', 'B', 'u', 't'], ['i', 't'], ['i', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['o', 'f'], ['t', 'h', 'e', '', 'f', 'l', 'o', 'w', 'e', 'r'], ['t', 'o'], ['y', 'i', 'e', 'l', 'd'], ['i', 't', 's'], ['h', 'o', 'n', 'e', 'y'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'e', 'e', '.', '', '', 'F', 'o', 'r'], ['t', 'o'], ['t', 'h', 'e'], ['b', 'e', 'e'], ['a'], ['f', 'l', 'o', 'w', 'e', 'r'], ['i', 's'], ['a'], ['f', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['o', 'f', '', 'l', 'i', 'f', 'e', ',', '', '', 'A', 'n', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'l', 'o', 'w', 'e', 'r'], ['a'], ['b', 'e', 'e'], ['i', 's'], ['a'], ['m', 'e', 's', 's', 'e', 'n', 'g', 'e', 'r', '', 'o', 'f'], ['l', 'o', 'v', 'e', ',', '', '', 'A', 'n', 'd'], ['t', 'o'], ['b', 'o', 't', 'h', ','], ['b', 'e', 'e'], ['a', 'n', 'd'], ['f', 'l', 'o', 'w', 'e', 'r', ','], ['t', 'h', 'e'], ['g', 'i', 'v', 'i', 'n', 'g', '', 'a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['o', 'f'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['i', 's'], ['a'], ['n', 'e', 'e', 'd', '', 'a', 'n', 'd'], ['a', 'n'], ['e', 'c', 's', 't', 'a', 's', 'y', '.', '', '', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['f', 'l', 'o', 'w', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'e', 'e', 's', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a'], ['p', 'o', 'e', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's'], ['o', 'f', '', '_', 'B', 'e', 'a', 'u', 't', 'y', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'W', 'h', 'e', 'r', 'e'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['s', 'e', 'e', 'k'], ['b', 'e', 'a', 'u', 't', 'y', ','], ['a', 'n', 'd'], ['h', 'o', 'w', '', 's', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'i', 'n', 'd'], ['h', 'e', 'r'], ['u', 'n', 'l', 'e', 's', 's'], ['s', 'h', 'e'], ['h', 'e', 'r', 's', 'e', 'l', 'f'], ['b', 'e', '', 'y', 'o', 'u', 'r'], ['w', 'a', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['g', 'u', 'i', 'd', 'e', '?', '', '', 'A', 'n', 'd'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['s', 'p', 'e', 'a', 'k'], ['o', 'f'], ['h', 'e', 'r'], ['e', 'x', 'c', 'e', 'p', 't', '', 's', 'h', 'e'], ['b', 'e'], ['t', 'h', 'e'], ['w', 'e', 'a', 'v', 'e', 'r'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['s', 'p', 'e', 'e', 'c', 'h', '?', '', '', 'T', 'h', 'e'], ['a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['i', 'n', 'j', 'u', 'r', 'e', 'd'], ['s', 'a', 'y', ',', '', '“', 'B', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['k', 'i', 'n', 'd'], ['a', 'n', 'd'], ['g', 'e', 'n', 't', 'l', 'e', '.', '', '', 'L', 'i', 'k', 'e'], ['a'], ['y', 'o', 'u', 'n', 'g'], ['m', 'o', 't', 'h', 'e', 'r'], ['h', 'a', 'l', 'f', '-', 's', 'h', 'y'], ['o', 'f'], ['h', 'e', 'r'], ['o', 'w', 'n', '', 'g', 'l', 'o', 'r', 'y'], ['s', 'h', 'e'], ['w', 'a', 'l', 'k', 's'], ['a', 'm', 'o', 'n', 'g'], ['u', 's', '.', '”', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['p', 'a', 's', 's', 'i', 'o', 'n', 'a', 't', 'e'], ['s', 'a', 'y', ','], ['“', 'N', 'a', 'y', ','], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's', '', 'a'], ['t', 'h', 'i', 'n', 'g'], ['o', 'f'], ['m', 'i', 'g', 'h', 't'], ['a', 'n', 'd'], ['d', 'r', 'e', 'a', 'd', '.', '', '', 'L', 'i', 'k', 'e'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'e', 's', 't'], ['s', 'h', 'e'], ['s', 'h', 'a', 'k', 'e', 's'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '', 'b', 'e', 'n', 'e', 'a', 't', 'h'], ['u', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'k', 'y'], ['a', 'b', 'o', 'v', 'e'], ['u', 's', '.', '”', '', '', 'T', 'h', 'e'], ['t', 'i', 'r', 'e', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['w', 'e', 'a', 'r', 'y'], ['s', 'a', 'y', ','], ['“', 'B', 'e', 'a', 'u', 't', 'y'], ['i', 's', '', 'o', 'f'], ['s', 'o', 'f', 't'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g', 's', '.'], ['S', 'h', 'e'], ['s', 'p', 'e', 'a', 'k', 's'], ['i', 'n'], ['o', 'u', 'r', '', 's', 'p', 'i', 'r', 'i', 't', '.'], [], ['v', 'o', 'i', 'c', 'e'], ['y', 'i', 'e', 'l', 'd', 's'], ['t', 'o'], ['o', 'u', 'r', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's'], ['l', 'i', 'k', 'e'], ['a'], ['f', 'a', 'i', 'n', 't'], ['l', 'i', 'g', 'h', 't'], ['t', 'h', 'a', 't'], ['q', 'u', 'i', 'v', 'e', 'r', 's', '', 'i', 'n'], ['f', 'e', 'a', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['s', 'h', 'a', 'd', 'o', 'w', '.', '”', '', '', 'B', 'u', 't'], ['t', 'h', 'e'], ['r', 'e', 's', 't', 'l', 'e', 's', 's'], ['s', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd'], ['h', 'e', 'r', '', 's', 'h', 'o', 'u', 't', 'i', 'n', 'g'], ['a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', ',', '', '', 'A', 'n', 'd'], ['w', 'i', 't', 'h'], ['h', 'e', 'r'], ['c', 'r', 'i', 'e', 's'], ['c', 'a', 'm', 'e'], ['t', 'h', 'e'], ['s', 'o', 'u', 'n', 'd'], ['o', 'f', '', 'h', 'o', 'o', 'f', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['b', 'e', 'a', 't', 'i', 'n', 'g'], ['o', 'f'], ['w', 'i', 'n', 'g', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'r', 'o', 'a', 'r', 'i', 'n', 'g'], ['o', 'f'], ['l', 'i', 'o', 'n', 's', '.', '”', '', '', 'A', 't'], ['n', 'i', 'g', 'h', 't'], ['t', 'h', 'e'], ['w', 'a', 't', 'c', 'h', 'm', 'e', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'i', 't', 'y'], ['s', 'a', 'y', ',', '', '“', 'B', 'e', 'a', 'u', 't', 'y'], ['s', 'h', 'a', 'l', 'l'], ['r', 'i', 's', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['d', 'a', 'w', 'n'], ['f', 'r', 'o', 'm', '', 't', 'h', 'e'], ['e', 'a', 's', 't', '.', '”', '', '', 'A', 'n', 'd'], ['a', 't'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['t', 'h', 'e'], ['t', 'o', 'i', 'l', 'e', 'r', 's'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's'], ['s', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['h', 'e', 'r'], ['l', 'e', 'a', 'n', 'i', 'n', 'g', '', 'o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', 'o', 'w', 's'], ['o', 'f'], ['t', 'h', 'e', '', 's', 'u', 'n', 's', 'e', 't', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'n'], ['w', 'i', 'n', 't', 'e', 'r'], ['s', 'a', 'y'], ['t', 'h', 'e'], ['s', 'n', 'o', 'w', '-', 'b', 'o', 'u', 'n', 'd', ','], ['“', 'S', 'h', 'e'], ['s', 'h', 'a', 'l', 'l', '', 'c', 'o', 'm', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['s', 'p', 'r', 'i', 'n', 'g'], ['l', 'e', 'a', 'p', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e', '', 'h', 'i', 'l', 'l', 's', '.', '”', '', '', 'A', 'n', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'e', 'r'], ['h', 'e', 'a', 't'], ['t', 'h', 'e'], ['r', 'e', 'a', 'p', 'e', 'r', 's', '', 's', 'a', 'y', ','], ['“', 'W', 'e'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['h', 'e', 'r'], ['d', 'a', 'n', 'c', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'a', 'u', 't', 'u', 'm', 'n'], ['l', 'e', 'a', 'v', 'e', 's', ','], ['a', 'n', 'd'], ['w', 'e'], ['s', 'a', 'w'], ['a'], ['d', 'r', 'i', 'f', 't'], ['o', 'f', '', 's', 'n', 'o', 'w'], ['i', 'n'], ['h', 'e', 'r'], ['h', 'a', 'i', 'r', '.', '”'], [], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's', '', 'h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['s', 'a', 'i', 'd'], ['o', 'f'], ['b', 'e', 'a', 'u', 't', 'y', ',', '', '', 'Y', 'e', 't'], ['i', 'n'], ['t', 'r', 'u', 't', 'h'], ['y', 'o', 'u'], ['s', 'p', 'o', 'k', 'e'], ['n', 'o', 't'], ['o', 'f'], ['h', 'e', 'r'], ['b', 'u', 't'], ['o', 'f', '', 'n', 'e', 'e', 'd', 's'], ['u', 'n', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', ',', '', '', 'A', 'n', 'd'], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['n', 'o', 't'], ['a'], ['n', 'e', 'e', 'd'], ['b', 'u', 't'], ['a', 'n'], ['e', 'c', 's', 't', 'a', 's', 'y', '.', '', '', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['m', 'o', 'u', 't', 'h'], ['t', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g'], ['n', 'o', 'r'], ['a', 'n'], ['e', 'm', 'p', 't', 'y', '', 'h', 'a', 'n', 'd'], ['s', 't', 'r', 'e', 't', 'c', 'h', 'e', 'd'], ['f', 'o', 'r', 't', 'h', ',', '', '', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a'], ['h', 'e', 'a', 'r', 't'], ['e', 'n', 'f', 'l', 'a', 'm', 'e', 'd'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'u', 'l', '', 'e', 'n', 'c', 'h', 'a', 'n', 't', 'e', 'd', '.', '', '', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['i', 'm', 'a', 'g', 'e'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['s', 'e', 'e'], ['n', 'o', 'r', '', 't', 'h', 'e'], ['s', 'o', 'n', 'g'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r', ',', '', '', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a', 'n'], ['i', 'm', 'a', 'g', 'e'], ['y', 'o', 'u'], ['s', 'e', 'e'], ['t', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u', '', 'c', 'l', 'o', 's', 'e'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's'], ['a', 'n', 'd'], ['a'], ['s', 'o', 'n', 'g'], ['y', 'o', 'u'], ['h', 'e', 'a', 'r', '', 't', 'h', 'o', 'u', 'g', 'h'], ['y', 'o', 'u'], ['s', 'h', 'u', 't'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's', '.', '', '', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['t', 'h', 'e'], ['s', 'a', 'p'], ['w', 'i', 't', 'h', 'i', 'n'], ['t', 'h', 'e'], ['f', 'u', 'r', 'r', 'o', 'w', 'e', 'd', '', 'b', 'a', 'r', 'k', ','], ['n', 'o', 'r'], ['a'], ['w', 'i', 'n', 'g'], ['a', 't', 't', 'a', 'c', 'h', 'e', 'd'], ['t', 'o'], ['a'], ['c', 'l', 'a', 'w', ',', '', '', 'B', 'u', 't'], ['r', 'a', 't', 'h', 'e', 'r'], ['a'], ['g', 'a', 'r', 'd', 'e', 'n'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['i', 'n'], ['b', 'l', 'o', 'o', 'm', '', 'a', 'n', 'd'], ['a'], ['f', 'l', 'o', 'c', 'k'], ['o', 'f'], ['a', 'n', 'g', 'e', 'l', 's'], ['f', 'o', 'r'], ['e', 'v', 'e', 'r'], ['i', 'n', '', 'f', 'l', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'e', 'a', 'u', 't', 'y'], ['i', 's'], ['l', 'i', 'f', 'e'], ['w', 'h', 'e', 'n', '', 'l', 'i', 'f', 'e'], ['u', 'n', 'v', 'e', 'i', 'l', 's'], ['h', 'e', 'r'], ['h', 'o', 'l', 'y'], ['f', 'a', 'c', 'e', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['v', 'e', 'i', 'l', '.', ''], ['i', 's'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y'], ['g', 'a', 'z', 'i', 'n', 'g'], ['a', 't'], ['i', 't', 's', 'e', 'l', 'f', '', 'i', 'n'], ['a'], ['m', 'i', 'r', 'r', 'o', 'r', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['t', 'h', 'e', '', 'm', 'i', 'r', 'r', 'o', 'r', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['a', 'n'], ['o', 'l', 'd'], ['p', 'r', 'i', 'e', 's', 't'], ['s', 'a', 'i', 'd', ','], ['S', 'p', 'e', 'a', 'k'], ['t', 'o'], ['u', 's', '', 'o', 'f'], ['_', 'R', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'H', 'a', 'v', 'e'], ['I'], ['s', 'p', 'o', 'k', 'e', 'n'], ['t', 'h', 'i', 's'], ['d', 'a', 'y'], ['o', 'f'], ['a', 'u', 'g', 'h', 't'], ['e', 'l', 's', 'e', '?', '', '', 'I', 's'], ['n', 'o', 't'], ['r', 'e', 'l', 'i', 'g', 'i', 'o', 'n'], ['a', 'l', 'l'], ['d', 'e', 'e', 'd', 's'], ['a', 'n', 'd'], ['a', 'l', 'l', '', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['n', 'e', 'i', 't', 'h', 'e', 'r'], ['d', 'e', 'e', 'd'], ['n', 'o', 'r', '', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ','], ['b', 'u', 't'], ['a'], ['w', 'o', 'n', 'd', 'e', 'r'], ['a', 'n', 'd'], ['a'], ['s', 'u', 'r', 'p', 'r', 'i', 's', 'e', '', 'e', 'v', 'e', 'r'], ['s', 'p', 'r', 'i', 'n', 'g', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'o', 'u', 'l', ','], ['e', 'v', 'e', 'n'], ['w', 'h', 'i', 'l', 'e', '', 't', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['h', 'e', 'w'], ['t', 'h', 'e'], ['s', 't', 'o', 'n', 'e'], ['o', 'r'], ['t', 'e', 'n', 'd'], ['t', 'h', 'e', '', 'l', 'o', 'o', 'm', '?', '', '', 'W', 'h', 'o'], ['c', 'a', 'n'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['h', 'i', 's'], ['f', 'a', 'i', 't', 'h'], ['f', 'r', 'o', 'm', '', 'h', 'i', 's'], ['a', 'c', 't', 'i', 'o', 'n', 's', ','], ['o', 'r'], ['h', 'i', 's'], ['b', 'e', 'l', 'i', 'e', 'f'], ['f', 'r', 'o', 'm'], ['h', 'i', 's', '', 'o', 'c', 'c', 'u', 'p', 'a', 't', 'i', 'o', 'n', 's', '?', '', '', 'W', 'h', 'o'], ['c', 'a', 'n'], ['s', 'p', 'r', 'e', 'a', 'd'], ['h', 'i', 's'], ['h', 'o', 'u', 'r', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['h', 'i', 'm', ',', '', 's', 'a', 'v', 'i', 'n', 'g', ','], ['“', 'T', 'h', 'i', 's'], ['f', 'o', 'r'], ['G', 'o', 'd'], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['f', 'o', 'r', '', 'm', 'y', 's', 'e', 'l', 'f', ';'], ['T', 'h', 'i', 's'], ['f', 'o', 'r'], ['m', 'y'], ['s', 'o', 'u', 'l', ','], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['o', 't', 'h', 'e', 'r', '', 'f', 'o', 'r'], ['m', 'y'], ['b', 'o', 'd', 'y', '?', '”', '', '', 'A', 'l', 'l'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 'r', 's'], ['a', 'r', 'e'], ['w', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['b', 'e', 'a', 't', '', 't', 'h', 'r', 'o', 'u', 'g', 'h'], ['s', 'p', 'a', 'c', 'e'], ['f', 'r', 'o', 'm'], ['s', 'e', 'l', 'f'], ['t', 'o'], ['s', 'e', 'l', 'f', '.'], [], ['w', 'e', 'a', 'r', 's'], ['h', 'i', 's'], ['m', 'o', 'r', 'a', 'l', 'i', 't', 'y'], ['b', 'u', 't'], ['a', 's'], ['h', 'i', 's'], ['b', 'e', 's', 't', '', 'g', 'a', 'r', 'm', 'e', 'n', 't'], ['w', 'e', 'r', 'e'], ['b', 'e', 't', 't', 'e', 'r'], ['n', 'a', 'k', 'e', 'd', '.', '', '', 'T', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'u', 'n'], ['w', 'i', 'l', 'l'], ['t', 'e', 'a', 'r'], ['n', 'o'], ['h', 'o', 'l', 'e', 's', '', 'i', 'n'], ['h', 'i', 's'], ['s', 'k', 'i', 'n', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['w', 'h', 'o'], ['d', 'e', 'f', 'i', 'n', 'e', 's'], ['h', 'i', 's'], ['c', 'o', 'n', 'd', 'u', 'c', 't'], ['b', 'y'], ['e', 't', 'h', 'i', 'c', 's', '', 'i', 'm', 'p', 'r', 'i', 's', 'o', 'n', 's'], ['h', 'i', 's'], ['s', 'o', 'n', 'g', '-', 'b', 'i', 'r', 'd'], ['i', 'n'], ['a'], ['c', 'a', 'g', 'e', '.', '', '', 'T', 'h', 'e'], ['f', 'r', 'e', 'e', 's', 't'], ['s', 'o', 'n', 'g'], ['c', 'o', 'm', 'e', 's'], ['n', 'o', 't'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['b', 'a', 'r', 's', '', 'a', 'n', 'd'], ['w', 'i', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['w', 'o', 'r', 's', 'h', 'i', 'p', 'p', 'i', 'n', 'g'], ['i', 's'], ['a'], ['w', 'i', 'n', 'd', 'o', 'w', ',', '', 't', 'o'], ['o', 'p', 'e', 'n'], ['b', 'u', 't'], ['a', 'l', 's', 'o'], ['t', 'o'], ['s', 'h', 'u', 't', ','], ['h', 'a', 's'], ['n', 'o', 't'], ['y', 'e', 't', '', 'v', 'i', 's', 'i', 't', 'e', 'd'], ['t', 'h', 'e'], ['h', 'o', 'u', 's', 'e'], ['o', 'f'], ['h', 'i', 's'], ['s', 'o', 'u', 'l'], ['w', 'h', 'o', 's', 'e', '', 'w', 'i', 'n', 'd', 'o', 'w', 's'], ['a', 'r', 'e'], ['f', 'r', 'o', 'm'], ['d', 'a', 'w', 'n'], ['t', 'o'], ['d', 'a', 'w', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'r'], ['d', 'a', 'i', 'l', 'y'], ['l', 'i', 'f', 'e'], ['i', 's'], ['y', 'o', 'u', 'r'], ['t', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '', 'r', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '.', '', '', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['y', 'o', 'u'], ['e', 'n', 't', 'e', 'r'], ['i', 'n', 't', 'o'], ['i', 't'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '', 'y', 'o', 'u', 'r'], ['a', 'l', 'l', '.', '', '', 'T', 'a', 'k', 'e'], ['t', 'h', 'e'], ['p', 'l', 'o', 'u', 'g', 'h'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['f', 'o', 'r', 'g', 'e'], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'm', 'a', 'l', 'l', 'e', 't'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['l', 'u', 't', 'e', ',', '', '', 'T', 'h', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['i', 'n', '', 'n', 'e', 'c', 'e', 's', 's', 'i', 't', 'y'], ['o', 'r'], ['f', 'o', 'r'], ['d', 'e', 'l', 'i', 'g', 'h', 't', '.', '', '', 'F', 'o', 'r'], ['i', 'n'], ['r', 'e', 'v', 'e', 'r', 'y'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['r', 'i', 's', 'e'], ['a', 'b', 'o', 'v', 'e'], ['y', 'o', 'u', 'r', '', 'a', 'c', 'h', 'i', 'e', 'v', 'e', 'm', 'e', 'n', 't', 's'], ['n', 'o', 'r'], ['f', 'a', 'l', 'l'], ['l', 'o', 'w', 'e', 'r'], ['t', 'h', 'a', 'n'], ['y', 'o', 'u', 'r', '', 'f', 'a', 'i', 'l', 'u', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['t', 'a', 'k', 'e'], ['w', 'i', 't', 'h'], ['y', 'o', 'u'], ['a', 'l', 'l'], ['m', 'e', 'n', ':'], [], ['i', 'n', '', 'a', 'd', 'o', 'r', 'a', 't', 'i', 'o', 'n'], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['f', 'l', 'y'], ['h', 'i', 'g', 'h', 'e', 'r'], ['t', 'h', 'a', 'n', '', 't', 'h', 'e', 'i', 'r'], ['h', 'o', 'p', 'e', 's'], ['n', 'o', 'r'], ['h', 'u', 'm', 'b', 'l', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'f'], ['l', 'o', 'w', 'e', 'r', '', 't', 'h', 'a', 'n'], ['t', 'h', 'e', 'i', 'r'], ['d', 'e', 's', 'p', 'a', 'i', 'r', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['G', 'o', 'd'], ['b', 'e'], ['n', 'o', 't', '', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e'], ['a'], ['s', 'o', 'l', 'v', 'e', 'r'], ['o', 'f'], ['r', 'i', 'd', 'd', 'l', 'e', 's', '.', '', '', 'R', 'a', 't', 'h', 'e', 'r'], ['l', 'o', 'o', 'k'], ['a', 'b', 'o', 'u', 't'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e', '', 'H', 'i', 'm'], ['p', 'l', 'a', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '', '', 'A', 'n', 'd'], ['l', 'o', 'o', 'k'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ';'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['H', 'i', 'm', '', 'w', 'a', 'l', 'k', 'i', 'n', 'g'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'l', 'o', 'u', 'd', ','], ['o', 'u', 't', 's', 't', 'r', 'e', 't', 'c', 'h', 'i', 'n', 'g'], ['H', 'i', 's', '', 'a', 'r', 'm', 's'], ['i', 'n'], ['t', 'h', 'e'], ['l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g'], ['a', 'n', 'd'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'i', 'n', 'g'], ['i', 'n', '', 'r', 'a', 'i', 'n', '.', '', '', 'Y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['H', 'i', 'm'], ['s', 'm', 'i', 'l', 'i', 'n', 'g'], ['i', 'n'], ['f', 'l', 'o', 'w', 'e', 'r', 's', ',', '', 't', 'h', 'e', 'n'], ['r', 'i', 's', 'i', 'n', 'g'], ['a', 'n', 'd'], ['w', 'a', 'v', 'i', 'n', 'g'], ['H', 'i', 's'], ['h', 'a', 'n', 'd', 's'], ['i', 'n', '', 't', 'r', 'e', 'e', 's', '.', '', '', '*', '*', '*', '*', '*'], ['*', '*', '*', '*', '*', '', ''], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['s', 'p', 'o', 'k', 'e', ','], ['s', 'a', 'y', 'i', 'n', 'g', ','], ['W', 'e'], ['w', 'o', 'u', 'l', 'd', '', 'a', 's', 'k'], ['n', 'o', 'w'], ['o', 'f'], ['_', 'D', 'e', 'a', 't', 'h', '_', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e'], ['s', 'e', 'c', 'r', 'e', 't'], ['o', 'f'], ['d', 'e', 'a', 't', 'h', '.', '', '', 'B', 'u', 't'], ['h', 'o', 'w'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['f', 'i', 'n', 'd'], ['i', 't'], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u', '', 's', 'e', 'e', 'k'], ['i', 't'], ['i', 'n'], ['t', 'h', 'e'], ['h', 'e', 'a', 'r', 't'], ['o', 'f'], ['l', 'i', 'f', 'e', '?', '', '', 'T', 'h', 'e'], ['o', 'w', 'l'], ['w', 'h', 'o', 's', 'e'], ['n', 'i', 'g', 'h', 't', '-', 'b', 'o', 'u', 'n', 'd'], ['e', 'y', 'e', 's'], ['a', 'r', 'e'], ['b', 'l', 'i', 'n', 'd', '', 'u', 'n', 't', 'o'], ['t', 'h', 'e'], ['d', 'a', 'y'], ['c', 'a', 'n', 'n', 'o', 't'], ['u', 'n', 'v', 'e', 'i', 'l'], ['t', 'h', 'e'], ['m', 'y', 's', 't', 'e', 'r', 'y', '', 'o', 'f'], ['l', 'i', 'g', 'h', 't', '.', '', '', 'I', 'f'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['i', 'n', 'd', 'e', 'e', 'd'], ['b', 'e', 'h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't', '', 'o', 'f'], ['d', 'e', 'a', 't', 'h', ','], ['o', 'p', 'e', 'n'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['w', 'i', 'd', 'e'], ['u', 'n', 't', 'o'], ['t', 'h', 'e', '', 'b', 'o', 'd', 'y'], ['o', 'f'], ['l', 'i', 'f', 'e', '.', '', '', 'F', 'o', 'r'], ['l', 'i', 'f', 'e'], ['a', 'n', 'd'], ['d', 'e', 'a', 't', 'h'], ['a', 'r', 'e'], ['o', 'n', 'e', ','], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e', '', 'r', 'i', 'v', 'e', 'r'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['a', 'r', 'e'], ['o', 'n', 'e', '.', '', '', 'I', 'n'], ['t', 'h', 'e'], ['d', 'e', 'p', 't', 'h'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['h', 'o', 'p', 'e', 's'], ['a', 'n', 'd'], ['d', 'e', 's', 'i', 'r', 'e', 's', '', 'l', 'i', 'e', 's'], ['y', 'o', 'u', 'r'], ['s', 'i', 'l', 'e', 'n', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['t', 'h', 'e', '', 'b', 'e', 'y', 'o', 'n', 'd', ';', '', '', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['s', 'e', 'e', 'd', 's'], ['d', 'r', 'e', 'a', 'm', 'i', 'n', 'g'], ['b', 'e', 'n', 'e', 'a', 't', 'h'], ['t', 'h', 'e'], ['s', 'n', 'o', 'w', '', 'y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't'], ['d', 'r', 'e', 'a', 'm', 's'], ['o', 'f'], ['s', 'p', 'r', 'i', 'n', 'g', '.', '', '', 'T', 'r', 'u', 's', 't'], ['t', 'h', 'e'], ['d', 'r', 'e', 'a', 'm', 's', ','], ['f', 'o', 'r'], ['i', 'n'], ['t', 'h', 'e', 'm'], ['i', 's'], ['h', 'i', 'd', 'd', 'e', 'n', '', 't', 'h', 'e'], ['g', 'a', 't', 'e'], ['t', 'o'], ['e', 't', 'e', 'r', 'n', 'i', 't', 'y', '.'], [], ['f', 'e', 'a', 'r', '', 'o', 'f'], ['d', 'e', 'a', 't', 'h'], ['i', 's'], ['b', 'u', 't'], ['t', 'h', 'e'], ['t', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'e', '', 's', 'h', 'e', 'p', 'h', 'e', 'r', 'd'], ['w', 'h', 'e', 'n'], ['h', 'e'], ['s', 't', 'a', 'n', 'd', 's'], ['b', 'e', 'f', 'o', 'r', 'e'], ['t', 'h', 'e'], ['k', 'i', 'n', 'g', '', 'w', 'h', 'o', 's', 'e'], ['h', 'a', 'n', 'd'], ['i', 's'], ['t', 'o'], ['b', 'e'], ['l', 'a', 'i', 'd'], ['u', 'p', 'o', 'n'], ['h', 'i', 'm'], ['i', 'n', '', 'h', 'o', 'n', 'o', 'u', 'r', '.', '', '', 'I', 's'], ['t', 'h', 'e'], ['s', 'h', 'e', 'p', 'h', 'e', 'r', 'd'], ['n', 'o', 't'], ['j', 'o', 'y', 'f', 'u', 'l'], ['b', 'e', 'n', 'e', 'a', 't', 'h'], ['h', 'i', 's', '', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', ','], ['t', 'h', 'a', 't'], ['h', 'e'], ['s', 'h', 'a', 'l', 'l'], ['w', 'e', 'a', 'r'], ['t', 'h', 'e'], ['m', 'a', 'r', 'k', '', 'o', 'f'], ['t', 'h', 'e'], ['k', 'i', 'n', 'g', '?', '', '', 'Y', 'e', 't'], ['i', 's'], ['h', 'e'], ['n', 'o', 't'], ['m', 'o', 'r', 'e'], ['m', 'i', 'n', 'd', 'f', 'u', 'l'], ['o', 'f'], ['h', 'i', 's', '', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', '?', '', '', '*', '*', '*', '*', '*', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['d', 'i', 'e'], ['b', 'u', 't'], ['t', 'o'], ['s', 't', 'a', 'n', 'd'], ['n', 'a', 'k', 'e', 'd', '', 'i', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['t', 'o'], ['m', 'e', 'l', 't'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['s', 'u', 'n', '?', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['i', 't'], ['t', 'o'], ['c', 'e', 'a', 's', 'e'], ['b', 'r', 'e', 'a', 't', 'h', 'i', 'n', 'g', ','], ['b', 'u', 't', '', 't', 'o'], ['f', 'r', 'e', 'e'], ['t', 'h', 'e'], ['b', 'r', 'e', 'a', 't', 'h'], ['f', 'r', 'o', 'm'], ['i', 't', 's'], ['r', 'e', 's', 't', 'l', 'e', 's', 's', '', 't', 'i', 'd', 'e', 's', ','], ['t', 'h', 'a', 't'], ['i', 't'], ['m', 'a', 'y'], ['r', 'i', 's', 'e'], ['a', 'n', 'd'], ['e', 'x', 'p', 'a', 'n', 'd'], ['a', 'n', 'd', '', 's', 'e', 'e', 'k'], ['G', 'o', 'd'], ['u', 'n', 'e', 'n', 'c', 'u', 'm', 'b', 'e', 'r', 'e', 'd', '?', '', '', 'O', 'n', 'l', 'y'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['d', 'r', 'i', 'n', 'k'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['r', 'i', 'v', 'e', 'r'], ['o', 'f', '', 's', 'i', 'l', 'e', 'n', 'c', 'e'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['i', 'n', 'd', 'e', 'e', 'd'], ['s', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', '', 't', 'o', 'p', ','], ['t', 'h', 'e', 'n'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'g', 'i', 'n'], ['t', 'o'], ['c', 'l', 'i', 'm', 'b', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['s', 'h', 'a', 'l', 'l'], ['c', 'l', 'a', 'i', 'm'], ['y', 'o', 'u', 'r', '', 'l', 'i', 'm', 'b', 's', ','], ['t', 'h', 'e', 'n'], ['s', 'h', 'a', 'l', 'l'], ['y', 'o', 'u'], ['t', 'r', 'u', 'l', 'y'], ['d', 'a', 'n', 'c', 'e', '.', ''], ['n', 'o', 'w'], ['i', 't'], ['w', 'a', 's'], ['e', 'v', 'e', 'n', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['t', 'h', 'e'], ['s', 'e', 'e', 'r', 'e', 's', 's'], ['s', 'a', 'i', 'd', ','], ['B', 'l', 'e', 's', 's', 'e', 'd'], ['b', 'e', '', 't', 'h', 'i', 's'], ['d', 'a', 'y'], ['a', 'n', 'd'], ['t', 'h', 'i', 's'], ['p', 'l', 'a', 'c', 'e'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['s', 'p', 'i', 'r', 'i', 't', '', 't', 'h', 'a', 't'], ['h', 'a', 's'], ['s', 'p', 'o', 'k', 'e', 'n', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ','], ['W', 'a', 's'], ['i', 't'], ['I'], ['w', 'h', 'o'], ['s', 'p', 'o', 'k', 'e', '?'], ['W', 'a', 's', '', 'I'], ['n', 'o', 't'], ['a', 'l', 's', 'o'], ['a'], ['l', 'i', 's', 't', 'e', 'n', 'e', 'r', '?', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'n'], ['h', 'e'], ['d', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'e', 'p', 's'], ['o', 'f'], ['t', 'h', 'e', '', 'T', 'e', 'm', 'p', 'l', 'e'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'e', 'd'], ['h', 'i', 'm', '.', '', 'A', 'n', 'd'], ['h', 'e'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['h', 'i', 's'], ['s', 'h', 'i', 'p'], ['a', 'n', 'd'], ['s', 't', 'o', 'o', 'd'], ['u', 'p', 'o', 'n', '', 't', 'h', 'e'], ['d', 'e', 'c', 'k', '.', '', '', 'A', 'n', 'd'], ['f', 'a', 'c', 'i', 'n', 'g'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['a', 'g', 'a', 'i', 'n', ','], ['h', 'e'], ['r', 'a', 'i', 's', 'e', 'd', '', 'h', 'i', 's'], ['v', 'o', 'i', 'c', 'e'], ['a', 'n', 'd'], ['s', 'a', 'i', 'd', ':', '', '', 'P', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['t', 'h', 'e'], ['w', 'i', 'n', 'd'], ['b', 'i', 'd', 's'], ['m', 'e', '', 'l', 'e', 'a', 'v', 'e'], ['y', 'o', 'u', '.', '', '', 'L', 'e', 's', 's'], ['h', 'a', 's', 't', 'y'], ['a', 'm'], ['I'], ['t', 'h', 'a', 'n'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['y', 'e', 't'], ['I', '', 'm', 'u', 's', 't'], ['g', 'o', '.', '', '', 'W', 'e'], ['w', 'a', 'n', 'd', 'e', 'r', 'e', 'r', 's', ','], ['e', 'v', 'e', 'r'], ['s', 'e', 'e', 'k', 'i', 'n', 'g'], ['t', 'h', 'e'], ['l', 'o', 'n', 'e', 'l', 'i', 'e', 'r', '', 'w', 'a', 'y', ','], ['b', 'e', 'g', 'i', 'n'], ['n', 'o'], ['d', 'a', 'y'], ['w', 'h', 'e', 'r', 'e'], ['w', 'e'], ['h', 'a', 'v', 'e'], ['e', 'n', 'd', 'e', 'd', '', 'a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y', ';'], ['a', 'n', 'd'], ['n', 'o'], ['s', 'u', 'n', 'r', 'i', 's', 'e'], ['f', 'i', 'n', 'd', 's'], ['u', 's', '', 'w', 'h', 'e', 'r', 'e'], ['s', 'u', 'n', 's', 'e', 't'], ['l', 'e', 'f', 't'], ['u', 's', '.'], [], ['w', 'h', 'i', 'l', 'e'], ['t', 'h', 'e', '', 'e', 'a', 'r', 't', 'h'], ['s', 'l', 'e', 'e', 'p', 's'], ['w', 'e'], ['t', 'r', 'a', 'v', 'e', 'l', '.', '', '', 'W', 'e'], ['a', 'r', 'e'], ['t', 'h', 'e'], ['s', 'e', 'e', 'd', 's'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'n', 'a', 'c', 'i', 'o', 'u', 's', '', 'p', 'l', 'a', 'n', 't', ','], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['i', 'n'], ['o', 'u', 'r'], ['r', 'i', 'p', 'e', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['o', 'u', 'r', '', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['h', 'e', 'a', 'r', 't'], ['t', 'h', 'a', 't'], ['w', 'e'], ['a', 'r', 'e'], ['g', 'i', 'v', 'e', 'n'], ['t', 'o', '', 't', 'h', 'e'], ['w', 'i', 'n', 'd'], ['a', 'n', 'd'], ['a', 'r', 'e'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'r', 'i', 'e', 'f'], ['w', 'e', 'r', 'e'], ['m', 'y'], ['d', 'a', 'y', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u', ','], ['a', 'n', 'd', '', 'b', 'r', 'i', 'e', 'f', 'e', 'r'], ['s', 't', 'i', 'l', 'l'], ['t', 'h', 'e'], ['w', 'o', 'r', 'd', 's'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'p', 'o', 'k', 'e', 'n', '.', '', '', 'B', 'u', 't'], ['s', 'h', 'o', 'u', 'l', 'd'], ['m', 'y'], ['v', 'o', 'i', 'c', 'e'], ['f', 'a', 'd', 'e'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's', ',', '', 'a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'v', 'e'], ['v', 'a', 'n', 'i', 's', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['m', 'e', 'm', 'o', 'r', 'y', ','], ['t', 'h', 'e', 'n', '', 'I'], ['w', 'i', 'l', 'l'], ['c', 'o', 'm', 'e'], ['a', 'g', 'a', 'i', 'n', ',', '', '', 'A', 'n', 'd'], ['w', 'i', 't', 'h'], ['a'], ['r', 'i', 'c', 'h', 'e', 'r'], ['h', 'e', 'a', 'r', 't'], ['a', 'n', 'd'], ['l', 'i', 'p', 's'], ['m', 'o', 'r', 'e', '', 'y', 'i', 'e', 'l', 'd', 'i', 'n', 'g'], ['t', 'o'], ['t', 'h', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['w', 'i', 'l', 'l'], ['I'], ['s', 'p', 'e', 'a', 'k', '.', '', '', 'Y', 'e', 'a', ','], ['I'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 't', 'u', 'r', 'n'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'i', 'd', 'e', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['d', 'e', 'a', 't', 'h'], ['m', 'a', 'y'], ['h', 'i', 'd', 'e'], ['m', 'e', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['e', 'n', 'f', 'o', 'l', 'd'], ['m', 'e', ','], ['y', 'e', 't'], ['a', 'g', 'a', 'i', 'n', '', 'w', 'i', 'l', 'l'], ['I'], ['s', 'e', 'e', 'k'], ['y', 'o', 'u', 'r'], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['v', 'a', 'i', 'n'], ['w', 'i', 'l', 'l'], ['I'], ['s', 'e', 'e', 'k', '.', '', '', 'I', 'f'], ['a', 'u', 'g', 'h', 't'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'a', 'i', 'd'], ['i', 's'], ['t', 'r', 'u', 't', 'h', ','], ['t', 'h', 'a', 't', '', 't', 'r', 'u', 't', 'h'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 'v', 'e', 'a', 'l'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a'], ['c', 'l', 'e', 'a', 'r', 'e', 'r', '', 'v', 'o', 'i', 'c', 'e', ','], ['a', 'n', 'd'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['m', 'o', 'r', 'e'], ['k', 'i', 'n'], ['t', 'o'], ['y', 'o', 'u', 'r', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '', '', 'I'], ['g', 'o'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f', '', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['d', 'o', 'w', 'n'], ['i', 'n', 't', 'o'], ['e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', ';', ''], ['i', 'f'], ['t', 'h', 'i', 's'], ['d', 'a', 'y'], ['i', 's'], ['n', 'o', 't'], ['a'], ['f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '', 'o', 'f'], ['y', 'o', 'u', 'r'], ['n', 'e', 'e', 'd', 's'], ['a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'v', 'e', ','], ['t', 'h', 'e', 'n'], ['l', 'e', 't'], ['i', 't', '', 'b', 'e'], ['a'], ['p', 'r', 'o', 'm', 'i', 's', 'e'], ['t', 'i', 'l', 'l'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['d', 'a', 'y', '.', '', '', 'M', 'a', 'n', '’', 's'], ['n', 'e', 'e', 'd', 's'], ['c', 'h', 'a', 'n', 'g', 'e', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['h', 'i', 's'], ['l', 'o', 'v', 'e', ',', '', 'n', 'o', 'r'], ['h', 'i', 's'], ['d', 'e', 's', 'i', 'r', 'e'], ['t', 'h', 'a', 't'], ['h', 'i', 's'], ['l', 'o', 'v', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '', 's', 'a', 't', 'i', 's', 'f', 'y'], ['h', 'i', 's'], ['n', 'e', 'e', 'd', 's', '.', '', '', 'K', 'n', 'o', 'w'], ['t', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', ','], ['t', 'h', 'a', 't'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '', 's', 'i', 'l', 'e', 'n', 'c', 'e'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['r', 'e', 't', 'u', 'r', 'n', '.', '', '', 'T', 'h', 'e'], ['m', 'i', 's', 't'], ['t', 'h', 'a', 't'], ['d', 'r', 'i', 'f', 't', 's'], ['a', 'w', 'a', 'y'], ['a', 't'], ['d', 'a', 'w', 'n', ',', '', 'l', 'e', 'a', 'v', 'i', 'n', 'g'], ['b', 'u', 't'], ['d', 'e', 'w'], ['i', 'n'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd', 's', ','], ['s', 'h', 'a', 'l', 'l', '', 'r', 'i', 's', 'e'], ['a', 'n', 'd'], ['g', 'a', 't', 'h', 'e', 'r'], ['i', 'n', 't', 'o'], ['a'], ['c', 'l', 'o', 'u', 'd'], ['a', 'n', 'd'], ['t', 'h', 'e', 'n', '', 'f', 'a', 'l', 'l'], ['d', 'o', 'w', 'n'], ['i', 'n'], ['r', 'a', 'i', 'n', '.', '', '', 'A', 'n', 'd'], ['n', 'o', 't'], ['u', 'n', 'l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['h', 'a', 'v', 'e'], ['I'], ['b', 'e', 'e', 'n', '.', '', '', 'I', 'n'], ['t', 'h', 'e'], ['s', 't', 'i', 'l', 'l', 'n', 'e', 's', 's'], ['o', 'f'], ['t', 'h', 'e'], ['n', 'i', 'g', 'h', 't'], ['I'], ['h', 'a', 'v', 'e', '', 'w', 'a', 'l', 'k', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'e', 'e', 't', 's', ','], ['a', 'n', 'd'], ['m', 'y'], ['s', 'p', 'i', 'r', 'i', 't', '', 'h', 'a', 's'], ['e', 'n', 't', 'e', 'r', 'e', 'd'], ['y', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e', 's', ',', '', '', 'A', 'n', 'd'], ['y', 'o', 'u', 'r'], ['h', 'e', 'a', 'r', 't', '-', 'b', 'e', 'a', 't', 's'], ['w', 'e', 'r', 'e'], ['i', 'n'], ['m', 'y'], ['h', 'e', 'a', 'r', 't', ',', '', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['w', 'a', 's'], ['u', 'p', 'o', 'n'], ['m', 'y'], ['f', 'a', 'c', 'e', ','], ['a', 'n', 'd'], ['I', '', 'k', 'n', 'e', 'w'], ['y', 'o', 'u'], ['a', 'l', 'l', '.', '', '', 'A', 'y', ','], ['I'], ['k', 'n', 'e', 'w'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n', ',', '', 'a', 'n', 'd'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p'], ['y', 'o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', 's'], ['w', 'e', 'r', 'e'], ['m', 'y', '', 'd', 'r', 'e', 'a', 'm', 's', '.', '', '', 'A', 'n', 'd'], ['o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's'], ['I'], ['w', 'a', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['a'], ['l', 'a', 'k', 'e', '', 'a', 'm', 'o', 'n', 'g'], ['t', 'h', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', '', '', 'I'], ['m', 'i', 'r', 'r', 'o', 'r', 'e', 'd'], ['t', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['i', 'n'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e', ''], ['s', 'l', 'o', 'p', 'e', 's', ','], ['a', 'n', 'd'], ['e', 'v', 'e', 'n'], ['t', 'h', 'e', '', 'p', 'a', 's', 's', 'i', 'n', 'g'], ['f', 'l', 'o', 'c', 'k', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r', '', 'd', 'e', 's', 'i', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['t', 'o'], ['m', 'y'], ['s', 'i', 'l', 'e', 'n', 'c', 'e'], ['c', 'a', 'm', 'e'], ['t', 'h', 'e'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '', 'o', 'f'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['i', 'n'], ['s', 't', 'r', 'e', 'a', 'm', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', '', 'l', 'o', 'n', 'g', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['y', 'o', 'u', 't', 'h', 's'], ['i', 'n'], ['r', 'i', 'v', 'e', 'r', 's', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e', 'y'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['m', 'y'], ['d', 'e', 'p', 't', 'h'], ['t', 'h', 'e', '', 's', 't', 'r', 'e', 'a', 'm', 's'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['r', 'i', 'v', 'e', 'r', 's'], ['c', 'e', 'a', 's', 'e', 'd'], ['n', 'o', 't'], ['y', 'e', 't'], ['t', 'o', '', 's', 'i', 'n', 'g', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '1', '9', ']', '', '', 'B', 'u', 't'], ['s', 'w', 'e', 'e', 't', 'e', 'r'], ['s', 't', 'i', 'l', 'l'], ['t', 'h', 'a', 'n'], ['l', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['a', 'n', 'd', '', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['m', 'e', '.', '', '', 'I', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['i', 'n'], ['y', 'o', 'u', ';', '', '', 'T', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['i', 'n'], ['w', 'h', 'o', 'm'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 'l'], ['b', 'u', 't', '', 'c', 'e', 'l', 'l', 's'], ['a', 'n', 'd'], ['s', 'i', 'n', 'e', 'w', 's', ';', '', '', 'H', 'e'], ['i', 'n'], ['w', 'h', 'o', 's', 'e'], ['c', 'h', 'a', 'n', 't'], ['a', 'l', 'l'], ['y', 'o', 'u', 'r'], ['s', 'i', 'n', 'g', 'i', 'n', 'g'], ['i', 's', '', 'b', 'u', 't'], ['a'], ['s', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['t', 'h', 'r', 'o', 'b', 'b', 'i', 'n', 'g', '.', '', '', 'I', 't'], ['i', 's'], ['i', 'n'], ['t', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['v', 'a', 's', 't', ',', '', '', 'A', 'n', 'd'], ['i', 'n'], ['b', 'e', 'h', 'o', 'l', 'd', 'i', 'n', 'g'], ['h', 'i', 'm'], ['t', 'h', 'a', 't'], ['I'], ['b', 'e', 'h', 'e', 'l', 'd'], ['y', 'o', 'u', '', 'a', 'n', 'd'], ['l', 'o', 'v', 'e', 'd'], ['y', 'o', 'u', '.', '', '', 'F', 'o', 'r'], ['w', 'h', 'a', 't'], ['d', 'i', 's', 't', 'a', 'n', 'c', 'e', 's'], ['c', 'a', 'n'], ['l', 'o', 'v', 'e'], ['r', 'e', 'a', 'c', 'h'], ['t', 'h', 'a', 't', '', 'a', 'r', 'e'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'a', 't'], ['v', 'a', 's', 't'], ['s', 'p', 'h', 'e', 'r', 'e', '?', '', '', 'W', 'h', 'a', 't'], ['v', 'i', 's', 'i', 'o', 'n', 's', ','], ['w', 'h', 'a', 't'], ['e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'n', 'd'], ['w', 'h', 'a', 't', '', 'p', 'r', 'e', 's', 'u', 'm', 'p', 't', 'i', 'o', 'n', 's'], ['c', 'a', 'n'], ['o', 'u', 't', 's', 'o', 'a', 'r'], ['t', 'h', 'a', 't'], ['f', 'l', 'i', 'g', 'h', 't', '?', '', '', 'L', 'i', 'k', 'e'], ['a'], ['g', 'i', 'a', 'n', 't'], ['o', 'a', 'k'], ['t', 'r', 'e', 'e'], ['c', 'o', 'v', 'e', 'r', 'e', 'd'], ['w', 'i', 't', 'h'], ['a', 'p', 'p', 'l', 'e', '', 'b', 'l', 'o', 's', 's', 'o', 'm', 's'], ['i', 's'], ['t', 'h', 'e'], ['v', 'a', 's', 't'], ['m', 'a', 'n'], ['i', 'n'], ['y', 'o', 'u', '.'], [], ['b', 'i', 'n', 'd', 's'], ['y', 'o', 'u'], ['t', 'o'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', ','], ['h', 'i', 's', '', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e'], ['l', 'i', 'f', 't', 's'], ['y', 'o', 'u'], ['i', 'n', 't', 'o'], ['s', 'p', 'a', 'c', 'e', ','], ['a', 'n', 'd'], ['i', 'n', '', 'h', 'i', 's'], ['d', 'u', 'r', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['d', 'e', 'a', 't', 'h', 'l', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['b', 'e', 'e', 'n'], ['t', 'o', 'l', 'd'], ['t', 'h', 'a', 't', ','], ['e', 'v', 'e', 'n'], ['l', 'i', 'k', 'e'], ['a', '', 'c', 'h', 'a', 'i', 'n', ','], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 's'], ['w', 'e', 'a', 'k'], ['a', 's'], ['y', 'o', 'u', 'r'], ['w', 'e', 'a', 'k', 'e', 's', 't', '', 'l', 'i', 'n', 'k', '.', '', '', 'T', 'h', 'i', 's'], ['i', 's'], ['b', 'u', 't'], ['h', 'a', 'l', 'f'], ['t', 'h', 'e'], ['t', 'r', 'u', 't', 'h', '.'], ['Y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 's', 'o', '', 'a', 's'], ['s', 't', 'r', 'o', 'n', 'g'], ['a', 's'], ['y', 'o', 'u', 'r'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['l', 'i', 'n', 'k', '.', '', '', 'T', 'o'], ['m', 'e', 'a', 's', 'u', 'r', 'e'], ['y', 'o', 'u'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['s', 'm', 'a', 'l', 'l', 'e', 's', 't'], ['d', 'e', 'e', 'd', '', 'i', 's'], ['t', 'o'], ['r', 'e', 'c', 'k', 'o', 'n'], ['t', 'h', 'e'], ['p', 'o', 'w', 'e', 'r'], ['o', 'f'], ['o', 'c', 'e', 'a', 'n'], ['b', 'y'], ['t', 'h', 'e', '', 'f', 'r', 'a', 'i', 'l', 't', 'y'], ['o', 'f'], ['i', 't', 's'], ['f', 'o', 'a', 'm', '.', '', '', 'T', 'o'], ['j', 'u', 'd', 'g', 'e'], ['y', 'o', 'u'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['f', 'a', 'i', 'l', 'u', 'r', 'e', 's'], ['i', 's'], ['t', 'o', '', 'c', 'a', 's', 't'], ['b', 'l', 'a', 'm', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['f', 'o', 'r'], ['t', 'h', 'e', 'i', 'r', '', 'i', 'n', 'c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y', '.', '', '', 'A', 'y', ','], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'i', 'k', 'e'], ['a', 'n'], ['o', 'c', 'e', 'a', 'n', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['h', 'e', 'a', 'v', 'y', '-', 'g', 'r', 'o', 'u', 'n', 'd', 'e', 'd'], ['s', 'h', 'i', 'p', 's'], ['a', 'w', 'a', 'i', 't', '', 't', 'h', 'e'], ['t', 'i', 'd', 'e'], ['u', 'p', 'o', 'n'], ['y', 'o', 'u', 'r'], ['s', 'h', 'o', 'r', 'e', 's', ','], ['y', 'e', 't', ','], ['e', 'v', 'e', 'n', '', 'l', 'i', 'k', 'e'], ['a', 'n'], ['o', 'c', 'e', 'a', 'n', ','], ['y', 'o', 'u'], ['c', 'a', 'n', 'n', 'o', 't'], ['h', 'a', 's', 't', 'e', 'n'], ['y', 'o', 'u', 'r', '', 't', 'i', 'd', 'e', 's', '.', '', '', 'A', 'n', 'd'], ['l', 'i', 'k', 'e'], ['t', 'h', 'e'], ['s', 'e', 'a', 's', 'o', 'n', 's'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['a', 'l', 's', 'o', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['w', 'i', 'n', 't', 'e', 'r'], ['y', 'o', 'u'], ['d', 'e', 'n', 'y'], ['y', 'o', 'u', 'r', '', 's', 'p', 'r', 'i', 'n', 'g', ',', '', '', 'Y', 'e', 't'], ['s', 'p', 'r', 'i', 'n', 'g', ','], ['r', 'e', 'p', 'o', 's', 'i', 'n', 'g'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', ','], ['s', 'm', 'i', 'l', 'e', 's', '', 'i', 'n'], ['h', 'e', 'r'], ['d', 'r', 'o', 'w', 's', 'i', 'n', 'e', 's', 's'], ['a', 'n', 'd'], ['i', 's'], ['n', 'o', 't'], ['o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', ''], ['n', 'o', 't'], ['I'], ['s', 'a', 'y'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['i', 'n', '', 'o', 'r', 'd', 'e', 'r'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['s', 'a', 'y'], ['t', 'h', 'e'], ['o', 'n', 'e'], ['t', 'o'], ['t', 'h', 'e', '', 'o', 't', 'h', 'e', 'r', ','], ['“', 'H', 'e'], ['p', 'r', 'a', 'i', 's', 'e', 'd'], ['u', 's'], ['w', 'e', 'l', 'l', '.'], ['H', 'e'], ['s', 'a', 'w'], ['b', 'u', 't', '', 't', 'h', 'e'], ['g', 'o', 'o', 'd'], ['i', 'n'], ['u', 's', '.', '”', '', '', 'I'], ['o', 'n', 'l', 'y'], ['s', 'p', 'e', 'a', 'k'], ['t', 'o'], ['y', 'o', 'u'], ['i', 'n'], ['w', 'o', 'r', 'd', 's'], ['o', 'f'], ['t', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's'], ['k', 'n', 'o', 'w'], ['i', 'n'], ['t', 'h', 'o', 'u', 'g', 'h', 't', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['i', 's'], ['w', 'o', 'r', 'd'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['b', 'u', 't'], ['a'], ['s', 'h', 'a', 'd', 'o', 'w', '', 'o', 'f'], ['w', 'o', 'r', 'd', 'l', 'e', 's', 's'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '?', '', '', 'Y', 'o', 'u', 'r'], ['t', 'h', 'o', 'u', 'g', 'h', 't', 's'], ['a', 'n', 'd'], ['m', 'y'], ['w', 'o', 'r', 'd', 's'], ['a', 'r', 'e'], ['w', 'a', 'v', 'e', 's', '', 'f', 'r', 'o', 'm'], ['a'], ['s', 'e', 'a', 'l', 'e', 'd'], ['m', 'e', 'm', 'o', 'r', 'y'], ['t', 'h', 'a', 't'], ['k', 'e', 'e', 'p', 's'], ['r', 'e', 'c', 'o', 'r', 'd', 's', '', 'o', 'f'], ['o', 'u', 'r'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', 's', ',', '', '', 'A', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['a', 'n', 'c', 'i', 'e', 'n', 't'], ['d', 'a', 'y', 's'], ['w', 'h', 'e', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h', '', 'k', 'n', 'e', 'w'], ['n', 'o', 't'], ['u', 's'], ['n', 'o', 'r'], ['h', 'e', 'r', 's', 'e', 'l', 'f', ',', '', '', 'A', 'n', 'd'], ['o', 'f'], ['n', 'i', 'g', 'h', 't', 's'], ['w', 'h', 'e', 'n'], ['e', 'a', 'r', 't', 'h'], ['w', 'a', 's'], ['u', 'p', '-', 'w', 'r', 'o', 'u', 'g', 'h', 't', '', 'w', 'i', 't', 'h'], ['c', 'o', 'n', 'f', 'u', 's', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'i', 's', 'e'], ['m', 'e', 'n'], ['h', 'a', 'v', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u', '', 'o', 'f'], ['t', 'h', 'e', 'i', 'r'], ['w', 'i', 's', 'd', 'o', 'm', '.'], ['I'], ['c', 'a', 'm', 'e'], ['t', 'o'], ['t', 'a', 'k', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'w', 'i', 's', 'd', 'o', 'm', ':', '', '', 'A', 'n', 'd'], ['b', 'e', 'h', 'o', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['f', 'o', 'u', 'n', 'd'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's', '', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['t', 'h', 'a', 'n'], ['w', 'i', 's', 'd', 'o', 'm', '.', '', '', 'I', 't'], ['i', 's'], ['a'], ['f', 'l', 'a', 'm', 'e'], ['s', 'p', 'i', 'r', 'i', 't'], ['i', 'n'], ['y', 'o', 'u'], ['e', 'v', 'e', 'r', '', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g'], ['m', 'o', 'r', 'e'], ['o', 'f'], ['i', 't', 's', 'e', 'l', 'f', ',', '', '', 'W', 'h', 'i', 'l', 'e'], ['y', 'o', 'u', ','], ['h', 'e', 'e', 'd', 'l', 'e', 's', 's'], ['o', 'f'], ['i', 't', 's'], ['e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n', ',', '', 'b', 'e', 'w', 'a', 'i', 'l'], ['t', 'h', 'e'], ['w', 'i', 't', 'h', 'e', 'r', 'i', 'n', 'g'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['d', 'a', 'y', 's', '.', ''], ['i', 's'], ['l', 'i', 'f', 'e'], ['i', 'n'], ['q', 'u', 'e', 's', 't'], ['o', 'f'], ['l', 'i', 'f', 'e'], ['i', 'n', '', 'b', 'o', 'd', 'i', 'e', 's'], ['t', 'h', 'a', 't'], ['f', 'e', 'a', 'r'], ['t', 'h', 'e'], ['g', 'r', 'a', 'v', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['n', 'o'], ['g', 'r', 'a', 'v', 'e', 's'], ['h', 'e', 'r', 'e', '.', '', '', 'T', 'h', 'e', 's', 'e'], ['m', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's'], ['a', 'n', 'd'], ['p', 'l', 'a', 'i', 'n', 's'], ['a', 'r', 'e'], ['a'], ['c', 'r', 'a', 'd', 'l', 'e', '', 'a', 'n', 'd'], ['a'], ['s', 't', 'e', 'p', 'p', 'i', 'n', 'g', '-', 's', 't', 'o', 'n', 'e', '.', '', '', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['y', 'o', 'u'], ['p', 'a', 's', 's'], ['b', 'y'], ['t', 'h', 'e'], ['f', 'i', 'e', 'l', 'd'], ['w', 'h', 'e', 'r', 'e', '', 'y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['l', 'a', 'i', 'd'], ['y', 'o', 'u', 'r'], ['a', 'n', 'c', 'e', 's', 't', 'o', 'r', 's'], ['l', 'o', 'o', 'k'], ['w', 'e', 'l', 'l', '', 't', 'h', 'e', 'r', 'e', 'u', 'p', 'o', 'n', ','], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e'], ['y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '', 'a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['d', 'a', 'n', 'c', 'i', 'n', 'g'], ['h', 'a', 'n', 'd'], ['i', 'n'], ['h', 'a', 'n', 'd', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y'], ['y', 'o', 'u'], ['o', 'f', 't', 'e', 'n'], ['m', 'a', 'k', 'e'], ['m', 'e', 'r', 'r', 'y'], ['w', 'i', 't', 'h', 'o', 'u', 't', '', 'k', 'n', 'o', 'w', 'i', 'n', 'g', '.', '', '', 'O', 't', 'h', 'e', 'r', 's'], ['h', 'a', 'v', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['y', 'o', 'u'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['f', 'o', 'r', '', 'g', 'o', 'l', 'd', 'e', 'n'], ['p', 'r', 'o', 'm', 'i', 's', 'e', 's'], ['m', 'a', 'd', 'e'], ['u', 'n', 't', 'o'], ['y', 'o', 'u', 'r'], ['f', 'a', 'i', 't', 'h', '', 'y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['g', 'i', 'v', 'e', 'n'], ['b', 'u', 't'], ['r', 'i', 'c', 'h', 'e', 's'], ['a', 'n', 'd'], ['p', 'o', 'w', 'e', 'r'], ['a', 'n', 'd', '', 'g', 'l', 'o', 'r', 'y', '.', '', '', 'L', 'e', 's', 's'], ['t', 'h', 'a', 'n'], ['a'], ['p', 'r', 'o', 'm', 'i', 's', 'e'], ['h', 'a', 'v', 'e'], ['I'], ['g', 'i', 'v', 'e', 'n', ','], ['a', 'n', 'd', '', 'y', 'e', 't'], ['m', 'o', 'r', 'e'], ['g', 'e', 'n', 'e', 'r', 'o', 'u', 's'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['b', 'e', 'e', 'n'], ['t', 'o'], ['m', 'e', '.', '', '', 'Y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['g', 'i', 'v', 'e', 'n'], ['m', 'e'], ['m', 'y'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g', '', 'a', 'f', 't', 'e', 'r'], ['l', 'i', 'f', 'e', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['n', 'o'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['g', 'i', 'f', 't'], ['t', 'o'], ['a'], ['m', 'a', 'n', '', 't', 'h', 'a', 'n'], ['t', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['t', 'u', 'r', 'n', 's'], ['a', 'l', 'l'], ['h', 'i', 's'], ['a', 'i', 'm', 's', '', 'i', 'n', 't', 'o'], ['p', 'a', 'r', 'c', 'h', 'i', 'n', 'g'], ['l', 'i', 'p', 's'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['l', 'i', 'f', 'e'], ['i', 'n', 't', 'o'], ['a', '', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '2', '5', ']', '', ''], ['i', 'n'], ['t', 'h', 'i', 's'], ['l', 'i', 'e', 's'], ['m', 'y'], ['h', 'o', 'n', 'o', 'u', 'r'], ['a', 'n', 'd'], ['m', 'y', '', 'r', 'e', 'w', 'a', 'r', 'd', ',', '-', '-', '', '', 'T', 'h', 'a', 't'], ['w', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['I'], ['c', 'o', 'm', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '', 't', 'o'], ['d', 'r', 'i', 'n', 'k'], ['I'], ['f', 'i', 'n', 'd'], ['t', 'h', 'e'], ['l', 'i', 'v', 'i', 'n', 'g'], ['w', 'a', 't', 'e', 'r'], ['i', 't', 's', 'e', 'l', 'f', '', 't', 'h', 'i', 'r', 's', 't', 'y', ';', '', '', 'A', 'n', 'd'], ['i', 't'], ['d', 'r', 'i', 'n', 'k', 's'], ['m', 'e'], ['w', 'h', 'i', 'l', 'e'], ['I'], ['d', 'r', 'i', 'n', 'k'], ['i', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['d', 'e', 'e', 'm', 'e', 'd'], ['m', 'e'], ['p', 'r', 'o', 'u', 'd'], ['a', 'n', 'd', '', 'o', 'v', 'e', 'r', '-', 's', 'h', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['g', 'i', 'f', 't', 's', '.', '', '', 'T', 'o', 'o'], ['p', 'r', 'o', 'u', 'd'], ['i', 'n', 'd', 'e', 'e', 'd'], ['a', 'm'], ['I'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['w', 'a', 'g', 'e', 's', ',', '', 'b', 'u', 't'], ['n', 'o', 't'], ['g', 'i', 'f', 't', 's', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'o', 'u', 'g', 'h'], ['I'], ['h', 'a', 'v', 'e'], ['e', 'a', 't', 'e', 'n'], ['b', 'e', 'r', 'r', 'i', 'e', 's'], ['a', 'm', 'o', 'n', 'g', '', 't', 'h', 'e'], ['h', 'i', 'l', 'l', 's'], ['w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['h', 'a', 'd'], ['m', 'e'], ['s', 'i', 't', '', 'a', 't'], ['y', 'o', 'u', 'r'], ['b', 'o', 'a', 'r', 'd', ',', '', '', 'A', 'n', 'd'], ['s', 'l', 'e', 'p', 't'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'o', 'r', 't', 'i', 'c', 'o'], ['o', 'f'], ['t', 'h', 'e'], ['t', 'e', 'm', 'p', 'l', 'e', '', 'w', 'h', 'e', 'n'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['g', 'l', 'a', 'd', 'l', 'y'], ['h', 'a', 'v', 'e'], ['s', 'h', 'e', 'l', 't', 'e', 'r', 'e', 'd'], ['m', 'e', ',', '', '', 'Y', 'e', 't'], ['w', 'a', 's'], ['i', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['l', 'o', 'v', 'i', 'n', 'g'], ['m', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's', '', 'o', 'f'], ['m', 'y'], ['d', 'a', 'y', 's'], ['a', 'n', 'd'], ['m', 'y'], ['n', 'i', 'g', 'h', 't', 's'], ['t', 'h', 'a', 't'], ['m', 'a', 'd', 'e'], ['f', 'o', 'o', 'd', '', 's', 'w', 'e', 'e', 't'], ['t', 'o'], ['m', 'y'], ['m', 'o', 'u', 't', 'h'], ['a', 'n', 'd'], ['g', 'i', 'r', 'd', 'l', 'e', 'd'], ['m', 'y'], ['s', 'l', 'e', 'e', 'p', '', 'w', 'i', 't', 'h'], ['v', 'i', 's', 'i', 'o', 'n', 's', '?', '', '', 'F', 'o', 'r'], ['t', 'h', 'i', 's'], ['I'], ['b', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['m', 'o', 's', 't', ':', '', '', 'Y', 'o', 'u'], ['g', 'i', 'v', 'e'], ['m', 'u', 'c', 'h'], ['a', 'n', 'd'], ['k', 'n', 'o', 'w'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['g', 'i', 'v', 'e', '', 'a', 't'], ['a', 'l', 'l', '.'], [], ['t', 'h', 'e'], ['k', 'i', 'n', 'd', 'n', 'e', 's', 's'], ['t', 'h', 'a', 't', '', 'g', 'a', 'z', 'e', 's'], ['u', 'p', 'o', 'n'], ['i', 't', 's', 'e', 'l', 'f'], ['i', 'n'], ['a'], ['m', 'i', 'r', 'r', 'o', 'r'], ['t', 'u', 'r', 'n', 's'], ['t', 'o', '', 's', 't', 'o', 'n', 'e', ',', '', '', 'A', 'n', 'd'], ['a'], ['g', 'o', 'o', 'd'], ['d', 'e', 'e', 'd'], ['t', 'h', 'a', 't'], ['c', 'a', 'l', 'l', 's'], ['i', 't', 's', 'e', 'l', 'f'], ['b', 'y', '', 't', 'e', 'n', 'd', 'e', 'r'], ['n', 'a', 'm', 'e', 's'], ['b', 'e', 'c', 'o', 'm', 'e', 's'], ['t', 'h', 'e'], ['p', 'a', 'r', 'e', 'n', 't'], ['t', 'o'], ['a', '', 'c', 'u', 'r', 's', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['s', 'o', 'm', 'e'], ['o', 'f'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['c', 'a', 'l', 'l', 'e', 'd'], ['m', 'e'], ['a', 'l', 'o', 'o', 'f', ',', '', 'a', 'n', 'd'], ['d', 'r', 'u', 'n', 'k'], ['w', 'i', 't', 'h'], ['m', 'y'], ['o', 'w', 'n'], ['a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['s', 'a', 'i', 'd', ','], ['“', 'H', 'e'], ['h', 'o', 'l', 'd', 's'], ['c', 'o', 'u', 'n', 'c', 'i', 'l', '', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'r', 'e', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'o', 'r', 'e', 's', 't', ','], ['b', 'u', 't'], ['n', 'o', 't', '', 'w', 'i', 't', 'h'], ['m', 'e', 'n', '.', '', '', 'H', 'e'], ['s', 'i', 't', 's'], ['a', 'l', 'o', 'n', 'e'], ['o', 'n'], ['h', 'i', 'l', 'l', '-', 't', 'o', 'p', 's'], ['a', 'n', 'd'], ['l', 'o', 'o', 'k', 's', '', 'd', 'o', 'w', 'n'], ['u', 'p', 'o', 'n'], ['o', 'u', 'r'], ['c', 'i', 't', 'y', '.', '”', '', '', 'T', 'r', 'u', 'e'], ['i', 't'], ['i', 's'], ['t', 'h', 'a', 't'], ['I'], ['h', 'a', 'v', 'e'], ['c', 'l', 'i', 'm', 'b', 'e', 'd'], ['t', 'h', 'e'], ['h', 'i', 'l', 'l', 's', '', 'a', 'n', 'd'], ['w', 'a', 'l', 'k', 'e', 'd'], ['i', 'n'], ['r', 'e', 'm', 'o', 't', 'e'], ['p', 'l', 'a', 'c', 'e', 's', '.', '', '', 'H', 'o', 'w'], ['c', 'o', 'u', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['s', 'e', 'e', 'n'], ['y', 'o', 'u'], ['s', 'a', 'v', 'e'], ['f', 'r', 'o', 'm'], ['a', '', 'g', 'r', 'e', 'a', 't'], ['h', 'e', 'i', 'g', 'h', 't'], ['o', 'r'], ['a'], ['g', 'r', 'e', 'a', 't'], ['d', 'i', 's', 't', 'a', 'n', 'c', 'e', '?', '', '', 'H', 'o', 'w'], ['c', 'a', 'n'], ['o', 'n', 'e'], ['b', 'e'], ['i', 'n', 'd', 'e', 'e', 'd'], ['n', 'e', 'a', 'r'], ['u', 'n', 'l', 'e', 's', 's'], ['h', 'e'], ['b', 'e', '', 't', 'a', 'r', '?', '', '', 'A', 'n', 'd'], ['o', 't', 'h', 'e', 'r', 's'], ['a', 'm', 'o', 'n', 'g'], ['y', 'o', 'u'], ['c', 'a', 'l', 'l', 'e', 'd'], ['u', 'n', 't', 'o'], ['m', 'e', ','], ['n', 'o', 't', '', 'i', 'n'], ['w', 'o', 'r', 'd', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['s', 'a', 'i', 'd', ',', '', '', '“', 'S', 't', 'r', 'a', 'n', 'g', 'e', 'r', ','], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r', ','], ['l', 'o', 'v', 'e', 'r'], ['o', 'f', '', 'u', 'n', 'r', 'e', 'a', 'c', 'h', 'a', 'b', 'l', 'e'], ['h', 'e', 'i', 'g', 'h', 't', 's', ','], ['w', 'h', 'y'], ['d', 'w', 'e', 'l', 'l'], ['y', 'o', 'u'], ['a', 'm', 'o', 'n', 'g', '', 't', 'h', 'e'], ['s', 'u', 'm', 'm', 'i', 't', 's'], ['w', 'h', 'e', 'r', 'e'], ['e', 'a', 'g', 'l', 'e', 's'], ['b', 'u', 'i', 'l', 'd', '', 't', 'h', 'e', 'i', 'r'], ['n', 'e', 's', 't', 's', '?'], [], ['s', 'e', 'e', 'k'], ['y', 'o', 'u'], ['t', 'h', 'e', '', 'u', 'n', 'a', 't', 't', 'a', 'i', 'n', 'a', 'b', 'l', 'e', '?', '', '', 'W', 'h', 'a', 't'], ['s', 't', 'o', 'r', 'm', 's'], ['w', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['t', 'r', 'a', 'p'], ['i', 'n'], ['y', 'o', 'u', 'r'], ['n', 'e', 't', ',', '', '', 'A', 'n', 'd'], ['w', 'h', 'a', 't'], ['v', 'a', 'p', 'o', 'r', 'o', 'u', 's'], ['b', 'i', 'r', 'd', 's'], ['d', 'o'], ['y', 'o', 'u'], ['h', 'u', 'n', 't'], ['i', 'n', '', 't', 'h', 'e'], ['s', 'k', 'y', '?', '', '', 'C', 'o', 'm', 'e'], ['a', 'n', 'd'], ['b', 'e'], ['o', 'n', 'e'], ['o', 'f'], ['u', 's', '.', '', '', 'D', 'e', 's', 'c', 'e', 'n', 'd'], ['a', 'n', 'd'], ['a', 'p', 'p', 'e', 'a', 's', 'e'], ['y', 'o', 'u', 'r'], ['h', 'u', 'n', 'g', 'e', 'r'], ['w', 'i', 't', 'h'], ['o', 'u', 'r', '', 'b', 'r', 'e', 'a', 'd'], ['a', 'n', 'd'], ['q', 'u', 'e', 'n', 'c', 'h'], ['y', 'o', 'u', 'r'], ['t', 'h', 'i', 'r', 's', 't'], ['w', 'i', 't', 'h'], ['o', 'u', 'r', '', 'w', 'i', 'n', 'e', '.', '”', '', '', 'I', 'n'], ['t', 'h', 'e'], ['s', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['o', 'f'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'u', 'l', 's'], ['t', 'h', 'e', 'y'], ['s', 'a', 'i', 'd', '', 't', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's', ';', '', '', 'B', 'u', 't'], ['w', 'e', 'r', 'e'], ['t', 'h', 'e', 'i', 'r'], ['s', 'o', 'l', 'i', 't', 'u', 'd', 'e'], ['d', 'e', 'e', 'p', 'e', 'r'], ['t', 'h', 'e', 'y', '', 'w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['k', 'n', 'o', 'w', 'n'], ['t', 'h', 'a', 't'], ['I'], ['s', 'o', 'u', 'g', 'h', 't'], ['b', 'u', 't'], ['t', 'h', 'e', '', 's', 'e', 'c', 'r', 'e', 't'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['j', 'o', 'y'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['p', 'a', 'i', 'n', ',', '', '', 'A', 'n', 'd'], ['I'], ['h', 'u', 'n', 't', 'e', 'd'], ['o', 'n', 'l', 'y'], ['y', 'o', 'u', 'r'], ['l', 'a', 'r', 'g', 'e', 'r'], ['s', 'e', 'l', 'v', 'e', 's', '', 't', 'h', 'a', 't'], ['w', 'a', 'l', 'k'], ['t', 'h', 'e'], ['s', 'k', 'y', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't'], ['t', 'h', 'e'], ['h', 'u', 'n', 't', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['h', 'u', 'n', 't', 'e', 'd', ';', '', '', 'F', 'o', 'r'], ['m', 'a', 'n', 'y'], ['o', 'f'], ['m', 'y'], ['a', 'r', 'r', 'o', 'w', 's'], ['l', 'e', 'f', 't'], ['m', 'y'], ['b', 'o', 'w'], ['o', 'n', 'l', 'y', '', 't', 'o'], ['s', 'e', 'e', 'k'], ['m', 'y'], ['o', 'w', 'n'], ['b', 'r', 'e', 'a', 's', 't', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['f', 'l', 'i', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['c', 'r', 'e', 'e', 'p', 'e', 'r', ';', '', '', 'F', 'o', 'r'], ['w', 'h', 'e', 'n'], ['m', 'y'], ['w', 'i', 'n', 'g', 's'], ['w', 'e', 'r', 'e'], ['s', 'p', 'r', 'e', 'a', 'd'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'u', 'n'], ['t', 'h', 'e', 'i', 'r'], ['s', 'h', 'a', 'd', 'o', 'w'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['w', 'a', 's'], ['a', '', 't', 'u', 'r', 't', 'l', 'e', '.', '', '', 'A', 'n', 'd'], ['I'], ['t', 'h', 'e'], ['b', 'e', 'l', 'i', 'e', 'v', 'e', 'r'], ['w', 'a', 's'], ['a', 'l', 's', 'o'], ['t', 'h', 'e'], ['d', 'o', 'u', 'b', 't', 'e', 'r', ';', ''], ['o', 'f', 't', 'e', 'n'], ['h', 'a', 'v', 'e'], ['I'], ['p', 'u', 't'], ['m', 'y'], ['f', 'i', 'n', 'g', 'e', 'r', '', 'i', 'n'], ['m', 'y'], ['o', 'w', 'n'], ['w', 'o', 'u', 'n', 'd'], ['t', 'h', 'a', 't'], ['I'], ['m', 'i', 'g', 'h', 't'], ['h', 'a', 'v', 'e'], ['t', 'h', 'e', '', 'g', 'r', 'e', 'a', 't', 'e', 'r'], ['b', 'e', 'l', 'i', 'e', 'f'], ['i', 'n'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['o', 'f'], ['y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd'], ['i', 't'], ['i', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['b', 'e', 'l', 'i', 'e', 'f'], ['a', 'n', 'd'], ['t', 'h', 'i', 's', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e'], ['t', 'h', 'a', 't'], ['I'], ['s', 'a', 'y', ',', '', '', 'Y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['e', 'n', 'c', 'l', 'o', 's', 'e', 'd'], ['w', 'i', 't', 'h', 'i', 'n'], ['y', 'o', 'u', 'r'], ['b', 'o', 'd', 'i', 'e', 's', ',', '', 'n', 'o', 'r'], ['c', 'o', 'n', 'f', 'i', 'n', 'e', 'd'], ['t', 'o'], ['h', 'o', 'u', 's', 'e', 's'], ['o', 'r'], ['f', 'i', 'e', 'l', 'd', 's', '.', '', '', 'T', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['i', 's'], ['y', 'o', 'u'], ['d', 'w', 'e', 'l', 'l', 's'], ['a', 'b', 'o', 'v', 'e'], ['t', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n'], ['a', 'n', 'd'], ['r', 'o', 'v', 'e', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'i', 'n', 'd', '.', '', '', 'I', 't'], ['i', 's'], ['n', 'o', 't'], ['a'], ['t', 'h', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['c', 'r', 'a', 'w', 'l', 's'], ['i', 'n', 't', 'o', '', 't', 'h', 'e'], ['s', 'u', 'n'], ['f', 'o', 'r'], ['w', 'a', 'r', 'm', 't', 'h'], ['o', 'r'], ['d', 'i', 'g', 's'], ['h', 'o', 'l', 'e', 's'], ['i', 'n', 't', 'o', '', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['f', 'o', 'r'], ['s', 'a', 'f', 'e', 't', 'y', ',', '', '', 'B', 'u', 't'], ['a'], ['t', 'h', 'i', 'n', 'g'], ['f', 'r', 'e', 'e', ','], ['a'], ['s', 'p', 'i', 'r', 'i', 't'], ['t', 'h', 'a', 't'], ['e', 'n', 'v', 'e', 'l', 'o', 'p', 's', '', 't', 'h', 'e'], ['e', 'a', 'r', 't', 'h'], ['a', 'n', 'd'], ['m', 'o', 'v', 'e', 's'], ['i', 'n'], ['t', 'h', 'e'], ['e', 't', 'h', 'e', 'r', '.', '', '', 'I', 'f'], ['t', 'h', 'e', 's', 'e'], ['b', 'e'], ['v', 'a', 'g', 'u', 'e'], ['w', 'o', 'r', 'd', 's', ','], ['t', 'h', 'e', 'n'], ['s', 'e', 'e', 'k'], ['n', 'o', 't', '', 't', 'o'], ['c', 'l', 'e', 'a', 'r'], ['t', 'h', 'e', 'm', '.', '', '', 'V', 'a', 'g', 'u', 'e'], ['a', 'n', 'd'], ['n', 'e', 'b', 'u', 'l', 'o', 'u', 's'], ['i', 's'], ['t', 'h', 'e'], ['b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g'], ['o', 'f', '', 'a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['t', 'h', 'e', 'i', 'r'], ['e', 'n', 'd', ',', '', '', 'A', 'n', 'd'], ['I'], ['f', 'a', 'i', 'n'], ['w', 'o', 'u', 'l', 'd'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['m', 'e'], ['a', 's', '', 'a'], ['b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g', '.', '', '', 'L', 'i', 'f', 'e', ','], ['a', 'n', 'd'], ['a', 'l', 'l'], ['t', 'h', 'a', 't'], ['l', 'i', 'v', 'e', 's', ','], ['i', 's'], ['c', 'o', 'n', 'c', 'e', 'i', 'v', 'e', 'd', '', 'i', 'n'], ['t', 'h', 'e'], ['m', 'i', 's', 't'], ['a', 'n', 'd'], ['n', 'o', 't'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'r', 'y', 's', 't', 'a', 'l', '.', ''], ['w', 'h', 'o'], ['k', 'n', 'o', 'w', 's'], ['b', 'u', 't'], ['a'], ['c', 'r', 'y', 's', 't', 'a', 'l'], ['i', 's'], ['m', 'i', 's', 't', '', 'i', 'n'], ['d', 'e', 'c', 'a', 'y', '?', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'i', 's'], ['w', 'o', 'u', 'l', 'd'], ['I'], ['h', 'a', 'v', 'e'], ['y', 'o', 'u'], ['r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['i', 'n', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], ['m', 'e', ':', '', '', 'T', 'h', 'a', 't'], ['w', 'h', 'i', 'c', 'h'], ['s', 'e', 'e', 'm', 's'], ['m', 'o', 's', 't'], ['f', 'e', 'e', 'b', 'l', 'e'], ['a', 'n', 'd', '', 'b', 'e', 'w', 'i', 'l', 'd', 'e', 'r', 'e', 'd'], ['i', 'n'], ['y', 'o', 'u'], ['i', 's'], ['t', 'h', 'e'], ['s', 't', 'r', 'o', 'n', 'g', 'e', 's', 't'], ['a', 'n', 'd', '', 'm', 'o', 's', 't'], ['d', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e', 'd', '.', '', '', 'I', 's'], ['i', 't'], ['n', 'o', 't'], ['y', 'o', 'u', 'r'], ['b', 'r', 'e', 'a', 't', 'h'], ['t', 'h', 'a', 't'], ['h', 'a', 's'], ['e', 'r', 'e', 'c', 't', 'e', 'd', '', 'a', 'n', 'd'], ['h', 'a', 'r', 'd', 'e', 'n', 'e', 'd'], ['t', 'h', 'e'], ['s', 't', 'r', 'u', 'c', 't', 'u', 'r', 'e'], ['o', 'f'], ['y', 'o', 'u', 'r', '', 'b', 'o', 'n', 'e', 's', '?', '', '', 'A', 'n', 'd'], ['i', 's'], ['i', 't'], ['n', 'o', 't'], ['a'], ['d', 'r', 'e', 'a', 'm'], ['w', 'h', 'i', 'c', 'h'], ['n', 'o', 'n', 'e'], ['o', 'f'], ['y', 'o', 'u', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['h', 'a', 'v', 'i', 'n', 'g'], ['d', 'r', 'e', 'a', 'm', 't', ','], ['t', 'h', 'a', 't'], ['b', 'u', 'i', 'l', 'd', 'e', 'd', '', 'y', 'o', 'u', 'r'], ['c', 'i', 't', 'y'], ['a', 'n', 'd'], ['f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd'], ['a', 'l', 'l'], ['t', 'h', 'e', 'r', 'e'], ['i', 's'], ['i', 'n', '', 'i', 't', '?', '', '', 'C', 'o', 'u', 'l', 'd'], ['y', 'o', 'u'], ['b', 'u', 't'], ['s', 'e', 'e'], ['t', 'h', 'e'], ['t', 'i', 'd', 'e', 's'], ['o', 'f'], ['t', 'h', 'a', 't', '', 'b', 'r', 'e', 'a', 't', 'h'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['c', 'e', 'a', 's', 'e'], ['t', 'o'], ['s', 'e', 'e'], ['a', 'l', 'l'], ['e', 'l', 's', 'e', ',', '', '', 'A', 'n', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r'], ['t', 'h', 'e'], ['w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g'], ['o', 'f', '', 't', 'h', 'e'], ['d', 'r', 'e', 'a', 'm'], ['y', 'o', 'u'], ['w', 'o', 'u', 'l', 'd'], ['h', 'e', 'a', 'r'], ['n', 'o'], ['o', 't', 'h', 'e', 'r'], ['s', 'o', 'u', 'n', 'd', '.', '', '', 'B', 'u', 't'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['s', 'e', 'e', ','], ['n', 'o', 'r'], ['d', 'o'], ['y', 'o', 'u'], ['h', 'e', 'a', 'r', ','], ['a', 'n', 'd', '', 'i', 't'], ['i', 's'], ['w', 'e', 'l', 'l', '.', '', '', 'T', 'h', 'e'], ['v', 'e', 'i', 'l'], ['t', 'h', 'a', 't'], ['c', 'l', 'o', 'u', 'd', 's'], ['y', 'o', 'u', 'r'], ['e', 'y', 'e', 's'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', '', 'l', 'i', 'f', 't', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['h', 'a', 'n', 'd', 's'], ['t', 'h', 'a', 't'], ['w', 'o', 'v', 'e'], ['i', 't', ',', '', '', 'A', 'n', 'd'], ['t', 'h', 'e'], ['c', 'l', 'a', 'y'], ['t', 'h', 'a', 't'], ['f', 'i', 'l', 'l', 's'], ['y', 'o', 'u', 'r'], ['e', 'a', 'r', 's'], ['s', 'h', 'a', 'l', 'l', '', 'b', 'e'], ['p', 'i', 'e', 'r', 'c', 'e', 'd'], ['b', 'y'], ['t', 'h', 'o', 's', 'e'], ['f', 'i', 'n', 'g', 'e', 'r', 's'], ['t', 'h', 'a', 't'], ['k', 'n', 'e', 'a', 'd', 'e', 'd', '', 'i', 't', '.'], [], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'e', 'e', '.', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['h', 'e', 'a', 'r', '.', '', '', 'Y', 'e', 't'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['d', 'e', 'p', 'l', 'o', 'r', 'e'], ['h', 'a', 'v', 'i', 'n', 'g'], ['k', 'n', 'o', 'w', 'n', '', 'b', 'l', 'i', 'n', 'd', 'n', 'e', 's', 's', ','], ['n', 'o', 'r'], ['r', 'e', 'g', 'r', 'e', 't'], ['h', 'a', 'v', 'i', 'n', 'g'], ['b', 'e', 'e', 'n'], ['d', 'e', 'a', 'f', '.', '', '', 'F', 'o', 'r'], ['i', 'n'], ['t', 'h', 'a', 't'], ['d', 'a', 'y'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['k', 'n', 'o', 'w'], ['t', 'h', 'e', '', 'h', 'i', 'd', 'd', 'e', 'n'], ['p', 'u', 'r', 'p', 'o', 's', 'e', 's'], ['i', 'n'], ['a', 'l', 'l'], ['t', 'h', 'i', 'n', 'g', 's', ',', '', '', 'A', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['b', 'l', 'e', 's', 's'], ['d', 'a', 'r', 'k', 'n', 'e', 's', 's'], ['a', 's'], ['y', 'o', 'u', '', 'w', 'o', 'u', 'l', 'd'], ['b', 'l', 'e', 's', 's'], ['l', 'i', 'g', 'h', 't', '.', '', '', 'A', 'f', 't', 'e', 'r'], ['s', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'e', 's', 'e'], ['t', 'h', 'i', 'n', 'g', 's'], ['h', 'e'], ['l', 'o', 'o', 'k', 'e', 'd', '', 'a', 'b', 'o', 'u', 't'], ['h', 'i', 'm', ','], ['a', 'n', 'd'], ['h', 'e'], ['s', 'a', 'w'], ['t', 'h', 'e'], ['p', 'i', 'l', 'o', 't'], ['o', 'f'], ['h', 'i', 's', '', 's', 'h', 'i', 'p'], ['s', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['b', 'y'], ['t', 'h', 'e'], ['h', 'e', 'l', 'm'], ['a', 'n', 'd'], ['g', 'a', 'z', 'i', 'n', 'g', '', 'n', 'o', 'w'], ['a', 't'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['s', 'a', 'i', 'l', 's'], ['a', 'n', 'd'], ['n', 'o', 'w'], ['a', 't'], ['t', 'h', 'e', '', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', '.', '', '', 'A', 'n', 'd'], ['h', 'e'], ['s', 'a', 'i', 'd', ':', '', '', 'P', 'a', 't', 'i', 'e', 'n', 't', ','], ['o', 'v', 'e', 'r'], ['p', 'a', 't', 'i', 'e', 'n', 't', ','], ['i', 's'], ['t', 'h', 'e'], ['c', 'a', 'p', 't', 'a', 'i', 'n'], ['o', 'f', '', 'm', 'y'], ['s', 'h', 'i', 'p', '.', '', '', 'T', 'h', 'e'], ['w', 'i', 'n', 'd'], ['b', 'l', 'o', 'w', 's', ','], ['a', 'n', 'd'], ['r', 'e', 's', 't', 'l', 'e', 's', 's'], ['a', 'r', 'e'], ['t', 'h', 'e', '', 's', 'a', 'i', 'l', 's', ';', '', '', 'E', 'v', 'e', 'n'], ['t', 'h', 'e'], ['r', 'u', 'd', 'd', 'e', 'r'], ['b', 'e', 'g', 's'], ['d', 'i', 'r', 'e', 'c', 't', 'i', 'o', 'n', ';', '', '', 'Y', 'e', 't'], ['q', 'u', 'i', 'e', 't', 'l', 'y'], ['m', 'y'], ['c', 'a', 'p', 't', 'a', 'i', 'n'], ['a', 'w', 'a', 'i', 't', 's'], ['m', 'y', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', '.', '', '', 'A', 'n', 'd'], ['t', 'h', 'e', 's', 'e'], ['m', 'y'], ['m', 'a', 'r', 'i', 'n', 'e', 'r', 's', ','], ['w', 'h', 'o'], ['h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd', '', 't', 'h', 'e'], ['c', 'h', 'o', 'i', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't', 'e', 'r'], ['s', 'e', 'a', ','], ['t', 'h', 'e', 'y'], ['t', 'o', 'o', '', 'h', 'a', 'v', 'e'], ['h', 'e', 'a', 'r', 'd'], ['m', 'e'], ['p', 'a', 't', 'i', 'e', 'n', 't', 'l', 'y', '.'], [], ['t', 'h', 'e', 'y', '', 's', 'h', 'a', 'l', 'l'], ['w', 'a', 'i', 't'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r', '.', '', '', 'I'], ['a', 'm'], ['r', 'e', 'a', 'd', 'y', '.', '', '', 'T', 'h', 'e'], ['s', 't', 'r', 'e', 'a', 'm'], ['h', 'a', 's'], ['r', 'e', 'a', 'c', 'h', 'e', 'd'], ['t', 'h', 'e'], ['s', 'e', 'a', ','], ['a', 'n', 'd', '', 'o', 'n', 'c', 'e'], ['m', 'o', 'r', 'e'], ['t', 'h', 'e'], ['g', 'r', 'e', 'a', 't'], ['m', 'o', 't', 'h', 'e', 'r'], ['h', 'o', 'l', 'd', 's'], ['h', 'e', 'r'], ['s', 'o', 'n', '', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['h', 'e', 'r'], ['b', 'r', 'e', 'a', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'F', 'a', 'r', 'e'], ['y', 'o', 'u'], ['w', 'e', 'l', 'l', ','], ['p', 'e', 'o', 'p', 'l', 'e'], ['o', 'f'], ['O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', '.', '', '', 'T', 'h', 'i', 's'], ['d', 'a', 'y'], ['h', 'a', 's'], ['e', 'n', 'd', 'e', 'd', '.', '', '', 'I', 't'], ['i', 's'], ['c', 'l', 'o', 's', 'i', 'n', 'g'], ['u', 'p', 'o', 'n'], ['u', 's'], ['e', 'v', 'e', 'n'], ['a', 's'], ['t', 'h', 'e', '', 'w', 'a', 't', 'e', 'r', '-', 'l', 'i', 'l', 'y'], ['u', 'p', 'o', 'n'], ['i', 't', 's'], ['o', 'w', 'n'], ['t', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '.', '', '', 'W', 'h', 'a', 't'], ['w', 'a', 's'], ['g', 'i', 'v', 'e', 'n'], ['u', 's'], ['h', 'e', 'r', 'e'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['k', 'e', 'e', 'p', ',', '', '', 'A', 'n', 'd'], ['i', 'f'], ['i', 't'], ['s', 'u', 'f', 'f', 'i', 'c', 'e', 's'], ['n', 'o', 't', ','], ['t', 'h', 'e', 'n'], ['a', 'g', 'a', 'i', 'n'], ['m', 'u', 's', 't', '', 'w', 'e'], ['c', 'o', 'm', 'e'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['t', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['s', 't', 'r', 'e', 't', 'c', 'h', '', 'o', 'u', 'r'], ['h', 'a', 'n', 'd', 's'], ['u', 'n', 't', 'o'], ['t', 'h', 'e'], ['g', 'i', 'v', 'e', 'r', '.', '', '', 'F', 'o', 'r', 'g', 'e', 't'], ['n', 'o', 't'], ['t', 'h', 'a', 't'], ['I'], ['s', 'h', 'a', 'l', 'l'], ['c', 'o', 'm', 'e'], ['b', 'a', 'c', 'k'], ['t', 'o', '', 'y', 'o', 'u', '.', '', '', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a', 'n', 'd'], ['m', 'y'], ['l', 'o', 'n', 'g', 'i', 'n', 'g'], ['s', 'h', 'a', 'l', 'l', '', 'g', 'a', 't', 'h', 'e', 'r'], ['d', 'u', 's', 't'], ['a', 'n', 'd'], ['f', 'o', 'a', 'm'], ['f', 'o', 'r'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['b', 'o', 'd', 'y', '.', '', '', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a'], ['m', 'o', 'm', 'e', 'n', 't'], ['o', 'f'], ['r', 'e', 's', 't'], ['u', 'p', 'o', 'n', '', 't', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['a', 'n', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'o', 'm', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'a', 'r', '', 'm', 'e', '.', '', '', 'F', 'a', 'r', 'e', 'w', 'e', 'l', 'l'], ['t', 'o'], ['y', 'o', 'u'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['y', 'o', 'u', 't', 'h'], ['I'], ['h', 'a', 'v', 'e', '', 's', 'p', 'e', 'n', 't'], ['w', 'i', 't', 'h'], ['y', 'o', 'u', '.', '', '', 'I', 't'], ['w', 'a', 's'], ['b', 'u', 't'], ['y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y'], ['w', 'e'], ['m', 'e', 't'], ['i', 'n'], ['a', '', 'd', 'r', 'e', 'a', 'm', '.'], [], ['h', 'a', 'v', 'e'], ['s', 'u', 'n', 'g'], ['t', 'o'], ['m', 'e'], ['i', 'n'], ['m', 'y', '', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ','], ['a', 'n', 'd'], ['I'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['l', 'o', 'n', 'g', 'i', 'n', 'g', 's'], ['h', 'a', 'v', 'e', '', 'b', 'u', 'i', 'l', 't'], ['a'], ['t', 'o', 'w', 'e', 'r'], ['i', 'n'], ['t', 'h', 'e'], ['s', 'k', 'y', '.', '', '', 'B', 'u', 't'], ['n', 'o', 'w'], ['o', 'u', 'r'], ['s', 'l', 'e', 'e', 'p'], ['h', 'a', 's'], ['f', 'l', 'e', 'd'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['d', 'r', 'e', 'a', 'm', '', 'i', 's'], ['o', 'v', 'e', 'r', ','], ['a', 'n', 'd'], ['i', 't'], ['i', 's'], ['n', 'o'], ['l', 'o', 'n', 'g', 'e', 'r'], ['d', 'a', 'w', 'n', '.', '', '', 'T', 'h', 'e'], ['n', 'o', 'o', 'n', 't', 'i', 'd', 'e'], ['i', 's'], ['u', 'p', 'o', 'n'], ['u', 's'], ['a', 'n', 'd'], ['o', 'u', 'r'], ['h', 'a', 'l', 'f', '', 'w', 'a', 'k', 'i', 'n', 'g'], ['h', 'a', 's'], ['t', 'u', 'r', 'n', 'e', 'd'], ['t', 'o'], ['f', 'u', 'l', 'l', 'e', 'r'], ['d', 'a', 'y', ','], ['a', 'n', 'd'], ['w', 'e', '', 'm', 'u', 's', 't'], ['p', 'a', 'r', 't', '.', '', '', 'I', 'f'], ['i', 'n'], ['t', 'h', 'e'], ['t', 'w', 'i', 'l', 'i', 'g', 'h', 't'], ['o', 'f'], ['m', 'e', 'm', 'o', 'r', 'y'], ['w', 'e'], ['s', 'h', 'o', 'u', 'l', 'd', '', 'm', 'e', 'e', 't'], ['o', 'n', 'c', 'e'], ['m', 'o', 'r', 'e', ','], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['s', 'p', 'e', 'a', 'k'], ['a', 'g', 'a', 'i', 'n', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['s', 'h', 'a', 'l', 'l'], ['s', 'i', 'n', 'g'], ['t', 'o'], ['m', 'e'], ['a', '', 'd', 'e', 'e', 'p', 'e', 'r'], ['s', 'o', 'n', 'g', '.', '', '', 'A', 'n', 'd'], ['i', 'f'], ['o', 'u', 'r'], ['h', 'a', 'n', 'd', 's'], ['s', 'h', 'o', 'u', 'l', 'd'], ['m', 'e', 'e', 't'], ['i', 'n'], ['a', 'n', 'o', 't', 'h', 'e', 'r', '', 'd', 'r', 'e', 'a', 'm'], ['w', 'e'], ['s', 'h', 'a', 'l', 'l'], ['b', 'u', 'i', 'l', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['t', 'o', 'w', 'e', 'r'], ['i', 'n', '', 't', 'h', 'e'], ['s', 'k', 'y', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o'], ['s', 'a', 'y', 'i', 'n', 'g'], ['h', 'e'], ['m', 'a', 'd', 'e'], ['a'], ['s', 'i', 'g', 'n', 'a', 'l'], ['t', 'o'], ['t', 'h', 'e', '', 's', 'e', 'a', 'm', 'e', 'n', ','], ['a', 'n', 'd'], ['s', 't', 'r', 'a', 'i', 'g', 'h', 't', 'w', 'a', 'y'], ['t', 'h', 'e', 'y'], ['w', 'e', 'i', 'g', 'h', 'e', 'd', '', 'a', 'n', 'c', 'h', 'o', 'r'], ['a', 'n', 'd'], ['c', 'a', 's', 't'], ['t', 'h', 'e'], ['s', 'h', 'i', 'p'], ['l', 'o', 'o', 's', 'e'], ['f', 'r', 'o', 'm'], ['i', 't', 's', '', 'm', 'o', 'o', 'r', 'i', 'n', 'g', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e', 'y'], ['m', 'o', 'v', 'e', 'd'], ['e', 'a', 's', 't', 'w', 'a', 'r', 'd', '.', '', '', 'A', 'n', 'd'], ['a'], ['c', 'r', 'y'], ['c', 'a', 'm', 'e'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['a', 's'], ['f', 'r', 'o', 'm'], ['a', '', 's', 'i', 'n', 'g', 'l', 'e'], ['h', 'e', 'a', 'r', 't', ','], ['a', 'n', 'd'], ['i', 't'], ['r', 'o', 's', 'e'], ['i', 'n', 't', 'o'], ['t', 'h', 'e'], ['d', 'u', 's', 'k', '', 'a', 'n', 'd'], ['w', 'a', 's'], ['c', 'a', 'r', 'r', 'i', 'e', 'd'], ['o', 'u', 't'], ['o', 'v', 'e', 'r'], ['t', 'h', 'e'], ['s', 'e', 'a'], ['l', 'i', 'k', 'e'], ['a', '', 'g', 'r', 'e', 'a', 't'], ['t', 'r', 'u', 'm', 'p', 'e', 't', 'i', 'n', 'g', '.', '', '', 'O', 'n', 'l', 'y'], ['A', 'l', 'm', 'i', 't', 'r', 'a'], ['w', 'a', 's'], ['s', 'i', 'l', 'e', 'n', 't', ','], ['g', 'a', 'z', 'i', 'n', 'g'], ['a', 'f', 't', 'e', 'r', ''], ['s', 'h', 'i', 'p'], ['u', 'n', 't', 'i', 'l'], ['i', 't'], ['h', 'a', 'd'], ['v', 'a', 'n', 'i', 's', 'h', 'e', 'd'], ['i', 'n', 't', 'o', '', 't', 'h', 'e'], ['m', 'i', 's', 't', '.', '', '', 'A', 'n', 'd'], ['w', 'h', 'e', 'n'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['p', 'e', 'o', 'p', 'l', 'e'], ['w', 'e', 'r', 'e'], ['d', 'i', 's', 'p', 'e', 'r', 's', 'e', 'd', '', 's', 'h', 'e'], ['s', 't', 'i', 'l', 'l'], ['s', 't', 'o', 'o', 'd'], ['a', 'l', 'o', 'n', 'e'], ['u', 'p', 'o', 'n'], ['t', 'h', 'e'], ['s', 'e', 'a', '-', 'w', 'a', 'l', 'l', ',', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g'], ['i', 'n'], ['h', 'e', 'r'], ['h', 'e', 'a', 'r', 't'], ['h', 'i', 's'], ['s', 'a', 'y', 'i', 'n', 'g', ',', '', '', '“', 'A'], ['l', 'i', 't', 't', 'l', 'e'], ['w', 'h', 'i', 'l', 'e', ','], ['a'], ['m', 'o', 'm', 'e', 'n', 't'], ['o', 'f'], ['r', 'e', 's', 't'], ['u', 'p', 'o', 'n', '', 't', 'h', 'e'], ['w', 'i', 'n', 'd', ','], ['a', 'n', 'd'], ['a', 'n', 'o', 't', 'h', 'e', 'r'], ['w', 'o', 'm', 'a', 'n'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e', 'a', 'r', '', 'm', 'e', '.', '”', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':'], ['0', '1', '3', '4', ']', '', '', '', '', '', '', '', '', '', 'E', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['E', 'B', 'o', 'o', 'k'], ['o', 'f'], ['T', 'h', 'e'], ['P', 'r', 'o', 'p', 'h', 'e', 't', ','], ['b', 'y'], ['K', 'a', 'h', 'l', 'i', 'l'], ['G', 'i', 'b', 'r', 'a', 'n', '', '', '*', '*', '*'], ['E', 'N', 'D'], ['O', 'F'], ['T', 'H', 'I', 'S'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G'], ['E', 'B', 'O', 'O', 'K'], ['T', 'H', 'E'], ['P', 'R', 'O', 'P', 'H', 'E', 'T'], ['*', '*', '*', '', '', '*', '*', '*', '*', '*'], ['T', 'h', 'i', 's'], ['f', 'i', 'l', 'e'], ['s', 'h', 'o', 'u', 'l', 'd'], ['b', 'e'], ['n', 'a', 'm', 'e', 'd'], ['5', '8', '5', '8', '5', '-', '0', '.', 't', 'x', 't'], ['o', 'r'], ['5', '8', '5', '8', '5', '-', '0', '.', 'z', 'i', 'p'], ['*', '*', '*', '*', '*', '', 'T', 'h', 'i', 's'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['f', 'i', 'l', 'e', 's'], ['o', 'f'], ['v', 'a', 'r', 'i', 'o', 'u', 's'], ['f', 'o', 'r', 'm', 'a', 't', 's'], ['w', 'i', 'l', 'l'], ['b', 'e'], ['f', 'o', 'u', 'n', 'd'], ['i', 'n', ':', ''], [], [], [], [], [], [], [], ['h', 't', 't', 'p', ':', '/', '/', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', '5', '/', '8', '/', '5', '/', '8', '/', '5', '8', '5', '8', '5', '/', '', '', 'P', 'r', 'o', 'd', 'u', 'c', 'e', 'd'], ['b', 'y'], ['D', 'a', 'v', 'i', 'd'], ['W', 'i', 'd', 'g', 'e', 'r'], ['f', 'r', 'o', 'm'], ['p', 'a', 'g', 'e'], ['i', 'm', 'a', 'g', 'e', 's'], ['g', 'e', 'n', 'e', 'r', 'o', 'u', 's', 'l', 'y', '', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['I', 'n', 't', 'e', 'r', 'n', 'e', 't'], ['A', 'r', 'c', 'h', 'i', 'v', 'e', '', '', '', 'U', 'p', 'd', 'a', 't', 'e', 'd'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['w', 'i', 'l', 'l'], ['r', 'e', 'p', 'l', 'a', 'c', 'e'], ['t', 'h', 'e'], ['p', 'r', 'e', 'v', 'i', 'o', 'u', 's'], ['o', 'n', 'e', '-', '-', 't', 'h', 'e'], ['o', 'l', 'd'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['w', 'i', 'l', 'l', '', 'b', 'e'], ['r', 'e', 'n', 'a', 'm', 'e', 'd', '.', '', '', 'C', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', 's'], ['f', 'r', 'o', 'm'], ['p', 'r', 'i', 'n', 't'], ['e', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '', 'l', 'a', 'w'], ['m', 'e', 'a', 'n', 's'], ['t', 'h', 'a', 't'], ['n', 'o'], ['o', 'n', 'e'], ['o', 'w', 'n', 's'], ['a'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n'], ['t', 'h', 'e', 's', 'e'], ['w', 'o', 'r', 'k', 's', ',', '', 's', 'o'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['(', 'a', 'n', 'd'], ['y', 'o', 'u', '!', ')'], ['c', 'a', 'n'], ['c', 'o', 'p', 'y'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['i', 't'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['a', 'n', 'd'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'a', 'y', 'i', 'n', 'g'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '', 'r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's', '.'], ['S', 'p', 'e', 'c', 'i', 'a', 'l'], ['r', 'u', 'l', 'e', 's', ','], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'e'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['T', 'e', 'r', 'm', 's'], ['o', 'f'], ['U', 's', 'e'], ['p', 'a', 'r', 't', '', 'o', 'f'], ['t', 'h', 'i', 's'], ['l', 'i', 'c', 'e', 'n', 's', 'e', ','], ['a', 'p', 'p', 'l', 'y'], ['t', 'o'], ['c', 'o', 'p', 'y', 'i', 'n', 'g'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['t', 'o'], ['p', 'r', 'o', 't', 'e', 'c', 't'], ['t', 'h', 'e'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G', '-', 't', 'm', '', 'c', 'o', 'n', 'c', 'e', 'p', 't'], ['a', 'n', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['i', 's'], ['a'], ['r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ',', '', 'a', 'n', 'd'], ['m', 'a', 'y'], ['n', 'o', 't'], ['b', 'e'], ['u', 's', 'e', 'd'], ['i', 'f'], ['y', 'o', 'u'], ['c', 'h', 'a', 'r', 'g', 'e'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['e', 'B', 'o', 'o', 'k', 's', ','], ['u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', '', 's', 'p', 'e', 'c', 'i', 'f', 'i', 'c'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', '.'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a', 'n', 'y', 't', 'h', 'i', 'n', 'g'], ['f', 'o', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '', 'e', 'B', 'o', 'o', 'k', ','], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['r', 'u', 'l', 'e', 's'], ['i', 's'], ['v', 'e', 'r', 'y'], ['e', 'a', 's', 'y', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['u', 's', 'e'], ['t', 'h', 'i', 's'], ['e', 'B', 'o', 'o', 'k', '', 'f', 'o', 'r'], ['n', 'e', 'a', 'r', 'l', 'y'], ['a', 'n', 'y'], ['p', 'u', 'r', 'p', 'o', 's', 'e'], ['s', 'u', 'c', 'h'], ['a', 's'], ['c', 'r', 'e', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's', ','], ['r', 'e', 'p', 'o', 'r', 't', 's', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'a', 'n', 'c', 'e', 's'], ['a', 'n', 'd'], ['r', 'e', 's', 'e', 'a', 'r', 'c', 'h', '.'], ['T', 'h', 'e', 'y'], ['m', 'a', 'y'], ['b', 'e'], ['m', 'o', 'd', 'i', 'f', 'i', 'e', 'd'], ['a', 'n', 'd'], ['p', 'r', 'i', 'n', 't', 'e', 'd'], ['a', 'n', 'd'], ['g', 'i', 'v', 'e', 'n', '', 'a', 'w', 'a', 'y', '-', '-', 'y', 'o', 'u'], ['m', 'a', 'y'], ['d', 'o'], ['p', 'r', 'a', 'c', 't', 'i', 'c', 'a', 'l', 'l', 'y'], ['A', 'N', 'Y', 'T', 'H', 'I', 'N', 'G'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h'], ['e', 'B', 'o', 'o', 'k', 's', '', 'n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', '.'], ['R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['i', 's'], ['s', 'u', 'b', 'j', 'e', 'c', 't'], ['t', 'o'], ['t', 'h', 'e', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['l', 'i', 'c', 'e', 'n', 's', 'e', ','], ['e', 's', 'p', 'e', 'c', 'i', 'a', 'l', 'l', 'y'], ['c', 'o', 'm', 'm', 'e', 'r', 'c', 'i', 'a', 'l'], ['r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '.', '', '', 'S', 'T', 'A', 'R', 'T', ':'], ['F', 'U', 'L', 'L'], ['L', 'I', 'C', 'E', 'N', 'S', 'E', '', '', 'T', 'H', 'E'], ['F', 'U', 'L', 'L'], ['P', 'R', 'O', 'J', 'E', 'C', 'T'], ['G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G'], ['L', 'I', 'C', 'E', 'N', 'S', 'E', '', 'P', 'L', 'E', 'A', 'S', 'E'], ['R', 'E', 'A', 'D'], ['T', 'H', 'I', 'S'], ['B', 'E', 'F', 'O', 'R', 'E'], ['Y', 'O', 'U'], ['D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'E'], ['O', 'R'], ['U', 'S', 'E'], ['T', 'H', 'I', 'S'], ['W', 'O', 'R', 'K', '', '', 'T', 'o'], ['p', 'r', 'o', 't', 'e', 'c', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['b', 'y'], ['u', 's', 'i', 'n', 'g'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '', '(', 'o', 'r'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['w', 'o', 'r', 'k'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['i', 'n'], ['a', 'n', 'y'], ['w', 'a', 'y'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', ')', ','], ['y', 'o', 'u'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['F', 'u', 'l', 'l', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['f', 'i', 'l', 'e'], ['o', 'r'], ['o', 'n', 'l', 'i', 'n', 'e'], ['a', 't', '', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'l', 'i', 'c', 'e', 'n', 's', 'e', '.', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['1', '.'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['T', 'e', 'r', 'm', 's'], ['o', 'f'], ['U', 's', 'e'], ['a', 'n', 'd'], ['R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '', '', '1', '.', 'A', '.'], ['B', 'y'], ['r', 'e', 'a', 'd', 'i', 'n', 'g'], ['o', 'r'], ['u', 's', 'i', 'n', 'g'], ['a', 'n', 'y'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['y', 'o', 'u'], ['i', 'n', 'd', 'i', 'c', 'a', 't', 'e'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'a', 'd', ','], ['u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', ','], ['a', 'g', 'r', 'e', 'e'], ['t', 'o', '', 'a', 'n', 'd'], ['a', 'c', 'c', 'e', 'p', 't'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['l', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 'n', 'd'], ['i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l'], ['p', 'r', 'o', 'p', 'e', 'r', 't', 'y', '', '(', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '/', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', ')'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['a', 'b', 'i', 'd', 'e'], ['b', 'y'], ['a', 'l', 'l', '', 't', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['c', 'e', 'a', 's', 'e'], ['u', 's', 'i', 'n', 'g'], ['a', 'n', 'd'], ['r', 'e', 't', 'u', 'r', 'n'], ['o', 'r', '', 'd', 'e', 's', 't', 'r', 'o', 'y'], ['a', 'l', 'l'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n'], ['y', 'o', 'u', 'r', '', 'p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', '.'], ['I', 'f'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['a'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y'], ['o', 'f'], ['o', 'r'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['a', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['d', 'o'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd', '', 'b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'a', 'y'], ['o', 'b', 't', 'a', 'i', 'n'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['f', 'r', 'o', 'm'], ['t', 'h', 'e', '', 'p', 'e', 'r', 's', 'o', 'n'], ['o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['t', 'o'], ['w', 'h', 'o', 'm'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['t', 'h', 'e'], ['f', 'e', 'e'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '', '1', '.', 'E', '.', '8', '.', '', '', '1', '.', 'B', '.'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['i', 's'], ['a'], ['r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['I', 't'], ['m', 'a', 'y'], ['o', 'n', 'l', 'y'], ['b', 'e', '', 'u', 's', 'e', 'd'], ['o', 'n'], ['o', 'r'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['i', 'n'], ['a', 'n', 'y'], ['w', 'a', 'y'], ['w', 'i', 't', 'h'], ['a', 'n'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['b', 'y'], ['p', 'e', 'o', 'p', 'l', 'e'], ['w', 'h', 'o', '', 'a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['b', 'e'], ['b', 'o', 'u', 'n', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a'], ['f', 'e', 'w', '', 't', 'h', 'i', 'n', 'g', 's'], ['t', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['m', 'o', 's', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '', 'e', 'v', 'e', 'n'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.'], ['S', 'e', 'e', '', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'C'], ['b', 'e', 'l', 'o', 'w', '.'], ['T', 'h', 'e', 'r', 'e'], ['a', 'r', 'e'], ['a'], ['l', 'o', 't'], ['o', 'f'], ['t', 'h', 'i', 'n', 'g', 's'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'f'], ['y', 'o', 'u'], ['f', 'o', 'l', 'l', 'o', 'w'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['a', 'n', 'd'], ['h', 'e', 'l', 'p'], ['p', 'r', 'e', 's', 'e', 'r', 'v', 'e'], ['f', 'r', 'e', 'e'], ['f', 'u', 't', 'u', 'r', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.'], ['S', 'e', 'e'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E'], ['b', 'e', 'l', 'o', 'w', '.', '', '', '1', '.', 'C', '.'], ['T', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['(', '\"', 't', 'h', 'e', '', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '\"'], ['o', 'r'], ['P', 'G', 'L', 'A', 'F', ')', ','], ['o', 'w', 'n', 's'], ['a'], ['c', 'o', 'm', 'p', 'i', 'l', 'a', 't', 'i', 'o', 'n'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '', 'o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.'], ['N', 'e', 'a', 'r', 'l', 'y'], ['a', 'l', 'l'], ['t', 'h', 'e'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', '', 'w', 'o', 'r', 'k', 's'], ['i', 'n'], ['t', 'h', 'e'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n'], ['a', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['p', 'u', 'b', 'l', 'i', 'c'], ['d', 'o', 'm', 'a', 'i', 'n'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['w', 'o', 'r', 'k'], ['i', 's'], ['u', 'n', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['i', 'n'], ['t', 'h', 'e', '', 'U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['a', 'n', 'd'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ','], ['w', 'e'], ['d', 'o'], ['n', 'o', 't', '', 'c', 'l', 'a', 'i', 'm'], ['a'], ['r', 'i', 'g', 'h', 't'], ['t', 'o'], ['p', 'r', 'e', 'v', 'e', 'n', 't'], ['y', 'o', 'u'], ['f', 'r', 'o', 'm'], ['c', 'o', 'p', 'y', 'i', 'n', 'g', ','], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g'], ['o', 'r'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's'], ['b', 'a', 's', 'e', 'd'], ['o', 'n'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['a', 's'], ['l', 'o', 'n', 'g'], ['a', 's', '', 'a', 'l', 'l'], ['r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['a', 'r', 'e'], ['r', 'e', 'm', 'o', 'v', 'e', 'd', '.'], ['O', 'f'], ['c', 'o', 'u', 'r', 's', 'e', ','], ['w', 'e'], ['h', 'o', 'p', 'e', '', 't', 'h', 'a', 't'], ['y', 'o', 'u'], ['w', 'i', 'l', 'l'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g', '', 'f', 'r', 'e', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['b', 'y'], ['f', 'r', 'e', 'e', 'l', 'y'], ['s', 'h', 'a', 'r', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'w', 'o', 'r', 'k', 's'], ['i', 'n'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['f', 'o', 'r'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['t', 'h', 'e', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['n', 'a', 'm', 'e'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', '.'], ['Y', 'o', 'u'], ['c', 'a', 'n'], ['e', 'a', 's', 'i', 'l', 'y', '', 'c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['b', 'y'], ['k', 'e', 'e', 'p', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['t', 'h', 'e', '', 's', 'a', 'm', 'e'], ['f', 'o', 'r', 'm', 'a', 't'], ['w', 'i', 't', 'h'], ['i', 't', 's'], ['a', 't', 't', 'a', 'c', 'h', 'e', 'd'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['w', 'h', 'e', 'n', '', 'y', 'o', 'u'], ['s', 'h', 'a', 'r', 'e'], ['i', 't'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['w', 'i', 't', 'h'], ['o', 't', 'h', 'e', 'r', 's', '.', '', '', '1', '.', 'D', '.'], ['T', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e'], ['p', 'l', 'a', 'c', 'e'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['a', 'l', 's', 'o'], ['g', 'o', 'v', 'e', 'r', 'n', '', 'w', 'h', 'a', 't'], ['y', 'o', 'u'], ['c', 'a', 'n'], ['d', 'o'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '.'], ['C', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w', 's'], ['i', 'n'], ['m', 'o', 's', 't'], ['c', 'o', 'u', 'n', 't', 'r', 'i', 'e', 's'], ['a', 'r', 'e', '', 'i', 'n'], ['a'], ['c', 'o', 'n', 's', 't', 'a', 'n', 't'], ['s', 't', 'a', 't', 'e'], ['o', 'f'], ['c', 'h', 'a', 'n', 'g', 'e', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ',', '', 'c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['y', 'o', 'u', 'r'], ['c', 'o', 'u', 'n', 't', 'r', 'y'], ['i', 'n'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['b', 'e', 'f', 'o', 'r', 'e'], ['d', 'o', 'w', 'n', 'l', 'o', 'a', 'd', 'i', 'n', 'g', ','], ['c', 'o', 'p', 'y', 'i', 'n', 'g', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['o', 'r'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['d', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k', 's'], ['b', 'a', 's', 'e', 'd'], ['o', 'n'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['a', 'n', 'y', '', 'o', 't', 'h', 'e', 'r'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', '.'], ['T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['m', 'a', 'k', 'e', 's'], ['n', 'o', '', 'r', 'e', 'p', 'r', 'e', 's', 'e', 'n', 't', 'a', 't', 'i', 'o', 'n', 's'], ['c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['s', 't', 'a', 't', 'u', 's'], ['o', 'f'], ['a', 'n', 'y'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a', 'n', 'y', '', 'c', 'o', 'u', 'n', 't', 'r', 'y'], ['o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', '.', '', '', '1', '.', 'E', '.'], ['U', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['h', 'a', 'v', 'e'], ['r', 'e', 'm', 'o', 'v', 'e', 'd'], ['a', 'l', 'l'], ['r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's'], ['t', 'o'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', ':', '', '', '1', '.', 'E', '.', '1', '.'], ['T', 'h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['s', 'e', 'n', 't', 'e', 'n', 'c', 'e', ','], ['w', 'i', 't', 'h'], ['a', 'c', 't', 'i', 'v', 'e'], ['l', 'i', 'n', 'k', 's'], ['t', 'o', ','], ['o', 'r'], ['o', 't', 'h', 'e', 'r', '', 'i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o', ','], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['m', 'u', 's', 't'], ['a', 'p', 'p', 'e', 'a', 'r', '', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y'], ['w', 'h', 'e', 'n', 'e', 'v', 'e', 'r'], ['a', 'n', 'y'], ['c', 'o', 'p', 'y'], ['o', 'f'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k'], ['(', 'a', 'n', 'y'], ['w', 'o', 'r', 'k', '', 'o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['a', 'p', 'p', 'e', 'a', 'r', 's', ','], ['o', 'r'], ['w', 'i', 't', 'h'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', '', 'p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['i', 's'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', ')'], ['i', 's'], ['a', 'c', 'c', 'e', 's', 's', 'e', 'd', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'e', 'd', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'e', 'd', ','], ['v', 'i', 'e', 'w', 'e', 'd', ','], ['c', 'o', 'p', 'i', 'e', 'd'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', ':', '', ''], [], ['T', 'h', 'i', 's'], ['e', 'B', 'o', 'o', 'k'], ['i', 's'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['a', 'n', 'y', 'o', 'n', 'e'], ['a', 'n', 'y', 'w', 'h', 'e', 'r', 'e'], ['i', 'n'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['a', 'n', 'd', ''], [], ['m', 'o', 's', 't'], ['o', 't', 'h', 'e', 'r'], ['p', 'a', 'r', 't', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'l', 'd'], ['a', 't'], ['n', 'o'], ['c', 'o', 's', 't'], ['a', 'n', 'd'], ['w', 'i', 't', 'h'], ['a', 'l', 'm', 'o', 's', 't'], ['n', 'o', ''], [], ['r', 'e', 's', 't', 'r', 'i', 'c', 't', 'i', 'o', 'n', 's'], ['w', 'h', 'a', 't', 's', 'o', 'e', 'v', 'e', 'r', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'o', 'p', 'y'], ['i', 't', ','], ['g', 'i', 'v', 'e'], ['i', 't'], ['a', 'w', 'a', 'y'], ['o', 'r'], ['r', 'e', '-', 'u', 's', 'e'], ['i', 't', ''], [], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's', ''], [], ['e', 'B', 'o', 'o', 'k'], ['o', 'r'], ['o', 'n', 'l', 'i', 'n', 'e'], ['a', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e'], ['n', 'o', 't'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e', ''], [], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', ','], ['y', 'o', 'u', \"'\", 'l', 'l'], ['h', 'a', 'v', 'e'], ['t', 'o'], ['c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'u', 'n', 't', 'r', 'y'], ['w', 'h', 'e', 'r', 'e'], ['y', 'o', 'u', ''], [], ['a', 'r', 'e'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['b', 'e', 'f', 'o', 'r', 'e'], ['u', 's', 'i', 'n', 'g'], ['t', 'h', 'i', 's'], ['e', 'b', 'o', 'o', 'k', '.', '', '', '1', '.', 'E', '.', '2', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's', '', 'd', 'e', 'r', 'i', 'v', 'e', 'd'], ['f', 'r', 'o', 'm'], ['t', 'e', 'x', 't', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['(', 'd', 'o', 'e', 's'], ['n', 'o', 't', '', 'c', 'o', 'n', 't', 'a', 'i', 'n'], ['a'], ['n', 'o', 't', 'i', 'c', 'e'], ['i', 'n', 'd', 'i', 'c', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['i', 't'], ['i', 's'], ['p', 'o', 's', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e', '', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', ')', ','], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['c', 'a', 'n'], ['b', 'e'], ['c', 'o', 'p', 'i', 'e', 'd'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['t', 'o'], ['a', 'n', 'y', 'o', 'n', 'e'], ['i', 'n', '', 't', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['p', 'a', 'y', 'i', 'n', 'g'], ['a', 'n', 'y'], ['f', 'e', 'e', 's'], ['o', 'r'], ['c', 'h', 'a', 'r', 'g', 'e', 's', '.'], ['I', 'f'], ['y', 'o', 'u'], ['a', 'r', 'e', '', 'r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['o', 'r'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['a'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'h', 'r', 'a', 's', 'e'], ['\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['o', 'r'], ['a', 'p', 'p', 'e', 'a', 'r', 'i', 'n', 'g'], ['o', 'n'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['c', 'o', 'm', 'p', 'l', 'y', '', 'e', 'i', 't', 'h', 'e', 'r'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's'], ['o', 'f'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '1'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['1', '.', 'E', '.', '7'], ['o', 'r', '', 'o', 'b', 't', 'a', 'i', 'n'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '8'], ['o', 'r'], ['1', '.', 'E', '.', '9', '.', '', '', '1', '.', 'E', '.', '3', '.'], ['I', 'f'], ['a', 'n'], ['i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's'], ['p', 'o', 's', 't', 'e', 'd', '', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', ','], ['y', 'o', 'u', 'r'], ['u', 's', 'e'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '', 'm', 'u', 's', 't'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['b', 'o', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's'], ['1', '.', 'E', '.', '1'], ['t', 'h', 'r', 'o', 'u', 'g', 'h'], ['1', '.', 'E', '.', '7'], ['a', 'n', 'd'], ['a', 'n', 'y', '', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['t', 'e', 'r', 'm', 's'], ['i', 'm', 'p', 'o', 's', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r', '.'], ['A', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['t', 'e', 'r', 'm', 's', '', 'w', 'i', 'l', 'l'], ['b', 'e'], ['l', 'i', 'n', 'k', 'e', 'd'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['f', 'o', 'r'], ['a', 'l', 'l'], ['w', 'o', 'r', 'k', 's', '', 'p', 'o', 's', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'e'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['h', 'o', 'l', 'd', 'e', 'r'], ['f', 'o', 'u', 'n', 'd'], ['a', 't'], ['t', 'h', 'e', '', 'b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g'], ['o', 'f'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', '.', '', '', '1', '.', 'E', '.', '4', '.'], ['D', 'o'], ['n', 'o', 't'], ['u', 'n', 'l', 'i', 'n', 'k'], ['o', 'r'], ['d', 'e', 't', 'a', 'c', 'h'], ['o', 'r'], ['r', 'e', 'm', 'o', 'v', 'e'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'L', 'i', 'c', 'e', 'n', 's', 'e'], ['t', 'e', 'r', 'm', 's'], ['f', 'r', 'o', 'm'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k', ','], ['o', 'r'], ['a', 'n', 'y'], ['f', 'i', 'l', 'e', 's'], ['c', 'o', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's', '', 'w', 'o', 'r', 'k'], ['o', 'r'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['w', 'o', 'r', 'k'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '.', '', '', '1', '.', 'E', '.', '5', '.'], ['D', 'o'], ['n', 'o', 't'], ['c', 'o', 'p', 'y', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', ','], ['p', 'e', 'r', 'f', 'o', 'r', 'm', ','], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['o', 'r'], ['r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['t', 'h', 'i', 's', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['o', 'r'], ['a', 'n', 'y'], ['p', 'a', 'r', 't'], ['o', 'f'], ['t', 'h', 'i', 's'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', ','], ['w', 'i', 't', 'h', 'o', 'u', 't', '', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y'], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g'], ['t', 'h', 'e'], ['s', 'e', 'n', 't', 'e', 'n', 'c', 'e'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '1'], ['w', 'i', 't', 'h', '', 'a', 'c', 't', 'i', 'v', 'e'], ['l', 'i', 'n', 'k', 's'], ['o', 'r'], ['i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e', '.', '', '', '1', '.', 'E', '.', '6', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'o', 'n', 'v', 'e', 'r', 't'], ['t', 'o'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a', 'n', 'y'], ['b', 'i', 'n', 'a', 'r', 'y', ',', '', 'c', 'o', 'm', 'p', 'r', 'e', 's', 's', 'e', 'd', ','], ['m', 'a', 'r', 'k', 'e', 'd'], ['u', 'p', ','], ['n', 'o', 'n', 'p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y'], ['o', 'r'], ['p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y'], ['f', 'o', 'r', 'm', ','], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', '', 'a', 'n', 'y'], ['w', 'o', 'r', 'd'], ['p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'n', 'g'], ['o', 'r'], ['h', 'y', 'p', 'e', 'r', 't', 'e', 'x', 't'], ['f', 'o', 'r', 'm', '.'], ['H', 'o', 'w', 'e', 'v', 'e', 'r', ','], ['i', 'f'], ['y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a', 'c', 'c', 'e', 's', 's', '', 't', 'o'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['a'], ['f', 'o', 'r', 'm', 'a', 't', '', 'o', 't', 'h', 'e', 'r'], ['t', 'h', 'a', 'n'], ['\"', 'P', 'l', 'a', 'i', 'n'], ['V', 'a', 'n', 'i', 'l', 'l', 'a'], ['A', 'S', 'C', 'I', 'I', '\"'], ['o', 'r'], ['o', 't', 'h', 'e', 'r'], ['f', 'o', 'r', 'm', 'a', 't'], ['u', 's', 'e', 'd'], ['i', 'n'], ['t', 'h', 'e'], ['o', 'f', 'f', 'i', 'c', 'i', 'a', 'l', '', 'v', 'e', 'r', 's', 'i', 'o', 'n'], ['p', 'o', 's', 't', 'e', 'd'], ['o', 'n'], ['t', 'h', 'e'], ['o', 'f', 'f', 'i', 'c', 'i', 'a', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'e', 'b'], ['s', 'i', 't', 'e', '', '(', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', ')', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't', ','], ['a', 't'], ['n', 'o'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 's', 't', ','], ['f', 'e', 'e'], ['o', 'r'], ['e', 'x', 'p', 'e', 'n', 's', 'e', '', 't', 'o'], ['t', 'h', 'e'], ['u', 's', 'e', 'r', ','], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['c', 'o', 'p', 'y', ','], ['a'], ['m', 'e', 'a', 'n', 's'], ['o', 'f'], ['e', 'x', 'p', 'o', 'r', 't', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y', ','], ['o', 'r'], ['a'], ['m', 'e', 'a', 'n', 's', '', 'o', 'f'], ['o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['a'], ['c', 'o', 'p', 'y'], ['u', 'p', 'o', 'n'], ['r', 'e', 'q', 'u', 'e', 's', 't', ','], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['i', 'n'], ['i', 't', 's'], ['o', 'r', 'i', 'g', 'i', 'n', 'a', 'l'], ['\"', 'P', 'l', 'a', 'i', 'n', '', 'V', 'a', 'n', 'i', 'l', 'l', 'a'], ['A', 'S', 'C', 'I', 'I', '\"'], ['o', 'r'], ['o', 't', 'h', 'e', 'r'], ['f', 'o', 'r', 'm', '.'], ['A', 'n', 'y'], ['a', 'l', 't', 'e', 'r', 'n', 'a', 't', 'e'], ['f', 'o', 'r', 'm', 'a', 't'], ['m', 'u', 's', 't'], ['i', 'n', 'c', 'l', 'u', 'd', 'e'], ['t', 'h', 'e', '', 'f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['L', 'i', 'c', 'e', 'n', 's', 'e'], ['a', 's'], ['s', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '1', '.', '', '', '1', '.', 'E', '.', '7', '.'], ['D', 'o'], ['n', 'o', 't'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o', ','], ['v', 'i', 'e', 'w', 'i', 'n', 'g', ','], ['d', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ','], ['c', 'o', 'p', 'y', 'i', 'n', 'g'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's', '', 'u', 'n', 'l', 'e', 's', 's'], ['y', 'o', 'u'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'E', '.', '8'], ['o', 'r'], ['1', '.', 'E', '.', '9', '.', '', '', '1', '.', 'E', '.', '8', '.'], ['Y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['r', 'e', 'a', 's', 'o', 'n', 'a', 'b', 'l', 'e'], ['f', 'e', 'e'], ['f', 'o', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['o', 'r'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', '', 'a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['t', 'h', 'a', 't', '', '', '*'], ['Y', 'o', 'u'], ['p', 'a', 'y'], ['a'], ['r', 'o', 'y', 'a', 'l', 't', 'y'], ['f', 'e', 'e'], ['o', 'f'], ['2', '0', '%'], ['o', 'f'], ['t', 'h', 'e'], ['g', 'r', 'o', 's', 's'], ['p', 'r', 'o', 'f', 'i', 't', 's'], ['y', 'o', 'u'], ['d', 'e', 'r', 'i', 'v', 'e'], ['f', 'r', 'o', 'm', ''], [], ['t', 'h', 'e'], ['u', 's', 'e'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e', 'd'], ['u', 's', 'i', 'n', 'g'], ['t', 'h', 'e'], ['m', 'e', 't', 'h', 'o', 'd', ''], [], ['y', 'o', 'u'], ['a', 'l', 'r', 'e', 'a', 'd', 'y'], ['u', 's', 'e'], ['t', 'o'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e'], ['y', 'o', 'u', 'r'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['t', 'a', 'x', 'e', 's', '.'], ['T', 'h', 'e'], ['f', 'e', 'e'], ['i', 's'], ['o', 'w', 'e', 'd', ''], [], ['t', 'o'], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ','], ['b', 'u', 't'], ['h', 'e'], ['h', 'a', 's', ''], [], ['a', 'g', 'r', 'e', 'e', 'd'], ['t', 'o'], ['d', 'o', 'n', 'a', 't', 'e'], ['r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'i', 's'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', ''], [], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.'], ['R', 'o', 'y', 'a', 'l', 't', 'y'], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['m', 'u', 's', 't'], ['b', 'e'], ['p', 'a', 'i', 'd', ''], [], ['w', 'i', 't', 'h', 'i', 'n'], ['6', '0'], ['d', 'a', 'y', 's'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['e', 'a', 'c', 'h'], ['d', 'a', 't', 'e'], ['o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['p', 'r', 'e', 'p', 'a', 'r', 'e'], ['(', 'o', 'r'], ['a', 'r', 'e', ''], [], ['l', 'e', 'g', 'a', 'l', 'l', 'y'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'd'], ['t', 'o'], ['p', 'r', 'e', 'p', 'a', 'r', 'e', ')'], ['y', 'o', 'u', 'r'], ['p', 'e', 'r', 'i', 'o', 'd', 'i', 'c'], ['t', 'a', 'x'], ['r', 'e', 't', 'u', 'r', 'n', 's', '.'], ['R', 'o', 'y', 'a', 'l', 't', 'y', ''], [], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['s', 'h', 'o', 'u', 'l', 'd'], ['b', 'e'], ['c', 'l', 'e', 'a', 'r', 'l', 'y'], ['m', 'a', 'r', 'k', 'e', 'd'], ['a', 's'], ['s', 'u', 'c', 'h'], ['a', 'n', 'd'], ['s', 'e', 'n', 't'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', ''], [], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 't'], ['t', 'h', 'e'], ['a', 'd', 'd', 'r', 'e', 's', 's'], ['s', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd'], ['i', 'n', ''], [], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['4', ','], ['\"', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', ''], [], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '\"', '', '', '*'], ['Y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['f', 'u', 'l', 'l'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f'], ['a', 'n', 'y'], ['m', 'o', 'n', 'e', 'y'], ['p', 'a', 'i', 'd'], ['b', 'y'], ['a'], ['u', 's', 'e', 'r'], ['w', 'h', 'o'], ['n', 'o', 't', 'i', 'f', 'i', 'e', 's', ''], [], ['y', 'o', 'u'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g'], ['(', 'o', 'r'], ['b', 'y'], ['e', '-', 'm', 'a', 'i', 'l', ')'], ['w', 'i', 't', 'h', 'i', 'n'], ['3', '0'], ['d', 'a', 'y', 's'], ['o', 'f'], ['r', 'e', 'c', 'e', 'i', 'p', 't'], ['t', 'h', 'a', 't'], ['s', '/', 'h', 'e', ''], [], ['d', 'o', 'e', 's'], ['n', 'o', 't'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', ''], [], ['L', 'i', 'c', 'e', 'n', 's', 'e', '.'], ['Y', 'o', 'u'], ['m', 'u', 's', 't'], ['r', 'e', 'q', 'u', 'i', 'r', 'e'], ['s', 'u', 'c', 'h'], ['a'], ['u', 's', 'e', 'r'], ['t', 'o'], ['r', 'e', 't', 'u', 'r', 'n'], ['o', 'r'], ['d', 'e', 's', 't', 'r', 'o', 'y'], ['a', 'l', 'l', ''], [], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', 's'], ['p', 'o', 's', 's', 'e', 's', 's', 'e', 'd'], ['i', 'n'], ['a'], ['p', 'h', 'y', 's', 'i', 'c', 'a', 'l'], ['m', 'e', 'd', 'i', 'u', 'm'], ['a', 'n', 'd'], ['d', 'i', 's', 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', ''], [], ['a', 'l', 'l'], ['u', 's', 'e'], ['o', 'f'], ['a', 'n', 'd'], ['a', 'l', 'l'], ['a', 'c', 'c', 'e', 's', 's'], ['t', 'o'], ['o', 't', 'h', 'e', 'r'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', ''], [], ['w', 'o', 'r', 'k', 's', '.', '', '', '*'], ['Y', 'o', 'u'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', ','], ['i', 'n'], ['a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['a'], ['f', 'u', 'l', 'l'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f', ''], [], ['a', 'n', 'y'], ['m', 'o', 'n', 'e', 'y'], ['p', 'a', 'i', 'd'], ['f', 'o', 'r'], ['a'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['a'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['c', 'o', 'p', 'y', ','], ['i', 'f'], ['a'], ['d', 'e', 'f', 'e', 'c', 't'], ['i', 'n'], ['t', 'h', 'e', ''], [], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['i', 's'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'e', 'd'], ['a', 'n', 'd'], ['r', 'e', 'p', 'o', 'r', 't', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u'], ['w', 'i', 't', 'h', 'i', 'n'], ['9', '0'], ['d', 'a', 'y', 's'], ['o', 'f', ''], [], ['r', 'e', 'c', 'e', 'i', 'p', 't'], ['o', 'f'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k', '.', '', '', '*'], ['Y', 'o', 'u'], ['c', 'o', 'm', 'p', 'l', 'y'], ['w', 'i', 't', 'h'], ['a', 'l', 'l'], ['o', 't', 'h', 'e', 'r'], ['t', 'e', 'r', 'm', 's'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['f', 'o', 'r'], ['f', 'r', 'e', 'e', ''], [], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', 's', '.', '', '', '1', '.', 'E', '.', '9', '.'], ['I', 'f'], ['y', 'o', 'u'], ['w', 'i', 's', 'h'], ['t', 'o'], ['c', 'h', 'a', 'r', 'g', 'e'], ['a'], ['f', 'e', 'e'], ['o', 'r'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['o', 'r'], ['g', 'r', 'o', 'u', 'p'], ['o', 'f'], ['w', 'o', 'r', 'k', 's'], ['o', 'n'], ['d', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 't'], ['t', 'e', 'r', 'm', 's'], ['t', 'h', 'a', 'n', '', 'a', 'r', 'e'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['o', 'b', 't', 'a', 'i', 'n'], ['p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g', '', 'f', 'r', 'o', 'm'], ['b', 'o', 't', 'h'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['T', 'h', 'e', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['T', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['L', 'L', 'C', ','], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.'], ['C', 'o', 'n', 't', 'a', 'c', 't'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 's'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['3'], ['b', 'e', 'l', 'o', 'w', '.', '', '', '1', '.', 'F', '.', '', '', '1', '.', 'F', '.', '1', '.'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's'], ['e', 'x', 'p', 'e', 'n', 'd'], ['c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e', '', 'e', 'f', 'f', 'o', 'r', 't'], ['t', 'o'], ['i', 'd', 'e', 'n', 't', 'i', 'f', 'y', ','], ['d', 'o'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['r', 'e', 's', 'e', 'a', 'r', 'c', 'h'], ['o', 'n', ','], ['t', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'b', 'e'], ['a', 'n', 'd'], ['p', 'r', 'o', 'o', 'f', 'r', 'e', 'a', 'd', '', 'w', 'o', 'r', 'k', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['U', '.', 'S', '.'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['l', 'a', 'w'], ['i', 'n'], ['c', 'r', 'e', 'a', 't', 'i', 'n', 'g'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '.'], ['D', 'e', 's', 'p', 'i', 't', 'e'], ['t', 'h', 'e', 's', 'e'], ['e', 'f', 'f', 'o', 'r', 't', 's', ','], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['a', 'n', 'd'], ['t', 'h', 'e'], ['m', 'e', 'd', 'i', 'u', 'm'], ['o', 'n'], ['w', 'h', 'i', 'c', 'h'], ['t', 'h', 'e', 'y'], ['m', 'a', 'y'], ['b', 'e'], ['s', 't', 'o', 'r', 'e', 'd', ','], ['m', 'a', 'y', '', 'c', 'o', 'n', 't', 'a', 'i', 'n'], ['\"', 'D', 'e', 'f', 'e', 'c', 't', 's', ',', '\"'], ['s', 'u', 'c', 'h'], ['a', 's', ','], ['b', 'u', 't'], ['n', 'o', 't'], ['l', 'i', 'm', 'i', 't', 'e', 'd'], ['t', 'o', ','], ['i', 'n', 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', ','], ['i', 'n', 'a', 'c', 'c', 'u', 'r', 'a', 't', 'e', '', 'o', 'r'], ['c', 'o', 'r', 'r', 'u', 'p', 't'], ['d', 'a', 't', 'a', ','], ['t', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n'], ['e', 'r', 'r', 'o', 'r', 's', ','], ['a'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['o', 'r'], ['o', 't', 'h', 'e', 'r', '', 'i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l'], ['p', 'r', 'o', 'p', 'e', 'r', 't', 'y'], ['i', 'n', 'f', 'r', 'i', 'n', 'g', 'e', 'm', 'e', 'n', 't', ','], ['a'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e'], ['o', 'r'], ['d', 'a', 'm', 'a', 'g', 'e', 'd'], ['d', 'i', 's', 'k'], ['o', 'r', '', 'o', 't', 'h', 'e', 'r'], ['m', 'e', 'd', 'i', 'u', 'm', ','], ['a'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r'], ['v', 'i', 'r', 'u', 's', ','], ['o', 'r'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r'], ['c', 'o', 'd', 'e', 's'], ['t', 'h', 'a', 't'], ['d', 'a', 'm', 'a', 'g', 'e'], ['o', 'r', '', 'c', 'a', 'n', 'n', 'o', 't'], ['b', 'e'], ['r', 'e', 'a', 'd'], ['b', 'y'], ['y', 'o', 'u', 'r'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.', '', '', '1', '.', 'F', '.', '2', '.'], ['L', 'I', 'M', 'I', 'T', 'E', 'D'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y', ','], ['D', 'I', 'S', 'C', 'L', 'A', 'I', 'M', 'E', 'R'], ['O', 'F'], ['D', 'A', 'M', 'A', 'G', 'E', 'S'], ['-'], ['E', 'x', 'c', 'e', 'p', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['\"', 'R', 'i', 'g', 'h', 't', '', 'o', 'f'], ['R', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['o', 'r'], ['R', 'e', 'f', 'u', 'n', 'd', '\"'], ['d', 'e', 's', 'c', 'r', 'i', 'b', 'e', 'd'], ['i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['t', 'h', 'e'], ['o', 'w', 'n', 'e', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['t', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ','], ['a', 'n', 'd'], ['a', 'n', 'y'], ['o', 't', 'h', 'e', 'r'], ['p', 'a', 'r', 't', 'y'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g'], ['a'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm'], ['a', 'l', 'l', '', 'l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['t', 'o'], ['y', 'o', 'u'], ['f', 'o', 'r'], ['d', 'a', 'm', 'a', 'g', 'e', 's', ','], ['c', 'o', 's', 't', 's'], ['a', 'n', 'd'], ['e', 'x', 'p', 'e', 'n', 's', 'e', 's', ','], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['l', 'e', 'g', 'a', 'l', '', 'f', 'e', 'e', 's', '.'], ['Y', 'O', 'U'], ['A', 'G', 'R', 'E', 'E'], ['T', 'H', 'A', 'T'], ['Y', 'O', 'U'], ['H', 'A', 'V', 'E'], ['N', 'O'], ['R', 'E', 'M', 'E', 'D', 'I', 'E', 'S'], ['F', 'O', 'R'], ['N', 'E', 'G', 'L', 'I', 'G', 'E', 'N', 'C', 'E', ','], ['S', 'T', 'R', 'I', 'C', 'T', '', 'L', 'I', 'A', 'B', 'I', 'L', 'I', 'T', 'Y', ','], ['B', 'R', 'E', 'A', 'C', 'H'], ['O', 'F'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y'], ['O', 'R'], ['B', 'R', 'E', 'A', 'C', 'H'], ['O', 'F'], ['C', 'O', 'N', 'T', 'R', 'A', 'C', 'T'], ['E', 'X', 'C', 'E', 'P', 'T'], ['T', 'H', 'O', 'S', 'E', '', 'P', 'R', 'O', 'V', 'I', 'D', 'E', 'D'], ['I', 'N'], ['P', 'A', 'R', 'A', 'G', 'R', 'A', 'P', 'H'], ['1', '.', 'F', '.', '3', '.'], ['Y', 'O', 'U'], ['A', 'G', 'R', 'E', 'E'], ['T', 'H', 'A', 'T'], ['T', 'H', 'E'], ['F', 'O', 'U', 'N', 'D', 'A', 'T', 'I', 'O', 'N', ','], ['T', 'H', 'E', '', 'T', 'R', 'A', 'D', 'E', 'M', 'A', 'R', 'K'], ['O', 'W', 'N', 'E', 'R', ','], ['A', 'N', 'D'], ['A', 'N', 'Y'], ['D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'O', 'R'], ['U', 'N', 'D', 'E', 'R'], ['T', 'H', 'I', 'S'], ['A', 'G', 'R', 'E', 'E', 'M', 'E', 'N', 'T'], ['W', 'I', 'L', 'L'], ['N', 'O', 'T'], ['B', 'E', '', 'L', 'I', 'A', 'B', 'L', 'E'], ['T', 'O'], ['Y', 'O', 'U'], ['F', 'O', 'R'], ['A', 'C', 'T', 'U', 'A', 'L', ','], ['D', 'I', 'R', 'E', 'C', 'T', ','], ['I', 'N', 'D', 'I', 'R', 'E', 'C', 'T', ','], ['C', 'O', 'N', 'S', 'E', 'Q', 'U', 'E', 'N', 'T', 'I', 'A', 'L', ','], ['P', 'U', 'N', 'I', 'T', 'I', 'V', 'E'], ['O', 'R', '', 'I', 'N', 'C', 'I', 'D', 'E', 'N', 'T', 'A', 'L'], ['D', 'A', 'M', 'A', 'G', 'E', 'S'], ['E', 'V', 'E', 'N'], ['I', 'F'], ['Y', 'O', 'U'], ['G', 'I', 'V', 'E'], ['N', 'O', 'T', 'I', 'C', 'E'], ['O', 'F'], ['T', 'H', 'E'], ['P', 'O', 'S', 'S', 'I', 'B', 'I', 'L', 'I', 'T', 'Y'], ['O', 'F'], ['S', 'U', 'C', 'H', '', 'D', 'A', 'M', 'A', 'G', 'E', '.', '', '', '1', '.', 'F', '.', '3', '.'], ['L', 'I', 'M', 'I', 'T', 'E', 'D'], ['R', 'I', 'G', 'H', 'T'], ['O', 'F'], ['R', 'E', 'P', 'L', 'A', 'C', 'E', 'M', 'E', 'N', 'T'], ['O', 'R'], ['R', 'E', 'F', 'U', 'N', 'D'], ['-'], ['I', 'f'], ['y', 'o', 'u'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r'], ['a', '', 'd', 'e', 'f', 'e', 'c', 't'], ['i', 'n'], ['t', 'h', 'i', 's'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k'], ['w', 'i', 't', 'h', 'i', 'n'], ['9', '0'], ['d', 'a', 'y', 's'], ['o', 'f'], ['r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g'], ['i', 't', ','], ['y', 'o', 'u'], ['c', 'a', 'n', '', 'r', 'e', 'c', 'e', 'i', 'v', 'e'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['o', 'f'], ['t', 'h', 'e'], ['m', 'o', 'n', 'e', 'y'], ['(', 'i', 'f'], ['a', 'n', 'y', ')'], ['y', 'o', 'u'], ['p', 'a', 'i', 'd'], ['f', 'o', 'r'], ['i', 't'], ['b', 'y'], ['s', 'e', 'n', 'd', 'i', 'n', 'g'], ['a', '', 'w', 'r', 'i', 't', 't', 'e', 'n'], ['e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n'], ['t', 'o'], ['t', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['f', 'r', 'o', 'm', '.'], ['I', 'f'], ['y', 'o', 'u', '', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['o', 'n'], ['a'], ['p', 'h', 'y', 's', 'i', 'c', 'a', 'l'], ['m', 'e', 'd', 'i', 'u', 'm', ','], ['y', 'o', 'u'], ['m', 'u', 's', 't'], ['r', 'e', 't', 'u', 'r', 'n'], ['t', 'h', 'e'], ['m', 'e', 'd', 'i', 'u', 'm', '', 'w', 'i', 't', 'h'], ['y', 'o', 'u', 'r'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n', '.'], ['T', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n'], ['o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['t', 'h', 'a', 't'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['y', 'o', 'u', '', 'w', 'i', 't', 'h'], ['t', 'h', 'e'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e'], ['w', 'o', 'r', 'k'], ['m', 'a', 'y'], ['e', 'l', 'e', 'c', 't'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['c', 'o', 'p', 'y'], ['i', 'n', '', 'l', 'i', 'e', 'u'], ['o', 'f'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd', '.'], ['I', 'f'], ['y', 'o', 'u'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y', ','], ['t', 'h', 'e'], ['p', 'e', 'r', 's', 'o', 'n', '', 'o', 'r'], ['e', 'n', 't', 'i', 't', 'y'], ['p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['i', 't'], ['t', 'o'], ['y', 'o', 'u'], ['m', 'a', 'y'], ['c', 'h', 'o', 'o', 's', 'e'], ['t', 'o'], ['g', 'i', 'v', 'e'], ['y', 'o', 'u'], ['a'], ['s', 'e', 'c', 'o', 'n', 'd', '', 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'y'], ['t', 'o'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['t', 'h', 'e'], ['w', 'o', 'r', 'k'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y'], ['i', 'n'], ['l', 'i', 'e', 'u'], ['o', 'f'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd', '.'], ['I', 'f', '', 't', 'h', 'e'], ['s', 'e', 'c', 'o', 'n', 'd'], ['c', 'o', 'p', 'y'], ['i', 's'], ['a', 'l', 's', 'o'], ['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e', ','], ['y', 'o', 'u'], ['m', 'a', 'y'], ['d', 'e', 'm', 'a', 'n', 'd'], ['a'], ['r', 'e', 'f', 'u', 'n', 'd'], ['i', 'n'], ['w', 'r', 'i', 't', 'i', 'n', 'g', '', 'w', 'i', 't', 'h', 'o', 'u', 't'], ['f', 'u', 'r', 't', 'h', 'e', 'r'], ['o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'i', 'e', 's'], ['t', 'o'], ['f', 'i', 'x'], ['t', 'h', 'e'], ['p', 'r', 'o', 'b', 'l', 'e', 'm', '.', '', '', '1', '.', 'F', '.', '4', '.'], ['E', 'x', 'c', 'e', 'p', 't'], ['f', 'o', 'r'], ['t', 'h', 'e'], ['l', 'i', 'm', 'i', 't', 'e', 'd'], ['r', 'i', 'g', 'h', 't'], ['o', 'f'], ['r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't'], ['o', 'r'], ['r', 'e', 'f', 'u', 'n', 'd'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h', '', 'i', 'n'], ['p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h'], ['1', '.', 'F', '.', '3', ','], ['t', 'h', 'i', 's'], ['w', 'o', 'r', 'k'], ['i', 's'], ['p', 'r', 'o', 'v', 'i', 'd', 'e', 'd'], ['t', 'o'], ['y', 'o', 'u'], [\"'\", 'A', 'S', '-', 'I', 'S', \"'\", ','], ['W', 'I', 'T', 'H'], ['N', 'O', '', 'O', 'T', 'H', 'E', 'R'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S'], ['O', 'F'], ['A', 'N', 'Y'], ['K', 'I', 'N', 'D', ','], ['E', 'X', 'P', 'R', 'E', 'S', 'S'], ['O', 'R'], ['I', 'M', 'P', 'L', 'I', 'E', 'D', ','], ['I', 'N', 'C', 'L', 'U', 'D', 'I', 'N', 'G'], ['B', 'U', 'T'], ['N', 'O', 'T', '', 'L', 'I', 'M', 'I', 'T', 'E', 'D'], ['T', 'O'], ['W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S'], ['O', 'F'], ['M', 'E', 'R', 'C', 'H', 'A', 'N', 'T', 'A', 'B', 'I', 'L', 'I', 'T', 'Y'], ['O', 'R'], ['F', 'I', 'T', 'N', 'E', 'S', 'S'], ['F', 'O', 'R'], ['A', 'N', 'Y'], ['P', 'U', 'R', 'P', 'O', 'S', 'E', '.', '', '', '1', '.', 'F', '.', '5', '.'], ['S', 'o', 'm', 'e'], ['s', 't', 'a', 't', 'e', 's'], ['d', 'o'], ['n', 'o', 't'], ['a', 'l', 'l', 'o', 'w'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r', 's'], ['o', 'f'], ['c', 'e', 'r', 't', 'a', 'i', 'n'], ['i', 'm', 'p', 'l', 'i', 'e', 'd', '', 'w', 'a', 'r', 'r', 'a', 'n', 't', 'i', 'e', 's'], ['o', 'r'], ['t', 'h', 'e'], ['e', 'x', 'c', 'l', 'u', 's', 'i', 'o', 'n'], ['o', 'r'], ['l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['c', 'e', 'r', 't', 'a', 'i', 'n'], ['t', 'y', 'p', 'e', 's'], ['o', 'f', '', 'd', 'a', 'm', 'a', 'g', 'e', 's', '.'], ['I', 'f'], ['a', 'n', 'y'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r'], ['o', 'r'], ['l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['s', 'e', 't'], ['f', 'o', 'r', 't', 'h'], ['i', 'n'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '', 'v', 'i', 'o', 'l', 'a', 't', 'e', 's'], ['t', 'h', 'e'], ['l', 'a', 'w'], ['o', 'f'], ['t', 'h', 'e'], ['s', 't', 'a', 't', 'e'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['t', 'o'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['t', 'h', 'e', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['s', 'h', 'a', 'l', 'l'], ['b', 'e'], ['i', 'n', 't', 'e', 'r', 'p', 'r', 'e', 't', 'e', 'd'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['t', 'h', 'e'], ['m', 'a', 'x', 'i', 'm', 'u', 'm'], ['d', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r'], ['o', 'r', '', 'l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd'], ['b', 'y'], ['t', 'h', 'e'], ['a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e'], ['s', 't', 'a', 't', 'e'], ['l', 'a', 'w', '.'], ['T', 'h', 'e'], ['i', 'n', 'v', 'a', 'l', 'i', 'd', 'i', 't', 'y'], ['o', 'r', '', 'u', 'n', 'e', 'n', 'f', 'o', 'r', 'c', 'e', 'a', 'b', 'i', 'l', 'i', 't', 'y'], ['o', 'f'], ['a', 'n', 'y'], ['p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['s', 'h', 'a', 'l', 'l'], ['n', 'o', 't'], ['v', 'o', 'i', 'd'], ['t', 'h', 'e', '', 'r', 'e', 'm', 'a', 'i', 'n', 'i', 'n', 'g'], ['p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n', 's', '.', '', '', '1', '.', 'F', '.', '6', '.'], ['I', 'N', 'D', 'E', 'M', 'N', 'I', 'T', 'Y'], ['-'], ['Y', 'o', 'u'], ['a', 'g', 'r', 'e', 'e'], ['t', 'o'], ['i', 'n', 'd', 'e', 'm', 'n', 'i', 'f', 'y'], ['a', 'n', 'd'], ['h', 'o', 'l', 'd'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['t', 'h', 'e', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k'], ['o', 'w', 'n', 'e', 'r', ','], ['a', 'n', 'y'], ['a', 'g', 'e', 'n', 't'], ['o', 'r'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['a', 'n', 'y', 'o', 'n', 'e', '', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g'], ['c', 'o', 'p', 'i', 'e', 's'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n', '', 'a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['t', 'h', 'i', 's'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ','], ['a', 'n', 'd'], ['a', 'n', 'y'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'p', 'r', 'o', 'd', 'u', 'c', 't', 'i', 'o', 'n', ','], ['p', 'r', 'o', 'm', 'o', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', ','], ['h', 'a', 'r', 'm', 'l', 'e', 's', 's'], ['f', 'r', 'o', 'm'], ['a', 'l', 'l'], ['l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y', ','], ['c', 'o', 's', 't', 's'], ['a', 'n', 'd'], ['e', 'x', 'p', 'e', 'n', 's', 'e', 's', ',', '', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['l', 'e', 'g', 'a', 'l'], ['f', 'e', 'e', 's', ','], ['t', 'h', 'a', 't'], ['a', 'r', 'i', 's', 'e'], ['d', 'i', 'r', 'e', 'c', 't', 'l', 'y'], ['o', 'r'], ['i', 'n', 'd', 'i', 'r', 'e', 'c', 't', 'l', 'y'], ['f', 'r', 'o', 'm'], ['a', 'n', 'y'], ['o', 'f', '', 't', 'h', 'e'], ['f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g'], ['w', 'h', 'i', 'c', 'h'], ['y', 'o', 'u'], ['d', 'o'], ['o', 'r'], ['c', 'a', 'u', 's', 'e'], ['t', 'o'], ['o', 'c', 'c', 'u', 'r', ':'], ['(', 'a', ')'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f'], ['t', 'h', 'i', 's', '', 'o', 'r'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', ','], ['(', 'b', ')'], ['a', 'l', 't', 'e', 'r', 'a', 't', 'i', 'o', 'n', ','], ['m', 'o', 'd', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', ','], ['o', 'r', '', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 's'], ['o', 'r'], ['d', 'e', 'l', 'e', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['a', 'n', 'y'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['w', 'o', 'r', 'k', ','], ['a', 'n', 'd'], ['(', 'c', ')'], ['a', 'n', 'y', '', 'D', 'e', 'f', 'e', 'c', 't'], ['y', 'o', 'u'], ['c', 'a', 'u', 's', 'e', '.', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['2', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['M', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['i', 's'], ['s', 'y', 'n', 'o', 'n', 'y', 'm', 'o', 'u', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['f', 'r', 'e', 'e'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['o', 'f', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['i', 'n'], ['f', 'o', 'r', 'm', 'a', 't', 's'], ['r', 'e', 'a', 'd', 'a', 'b', 'l', 'e'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'i', 'd', 'e', 's', 't'], ['v', 'a', 'r', 'i', 'e', 't', 'y'], ['o', 'f', '', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['o', 'b', 's', 'o', 'l', 'e', 't', 'e', ','], ['o', 'l', 'd', ','], ['m', 'i', 'd', 'd', 'l', 'e', '-', 'a', 'g', 'e', 'd'], ['a', 'n', 'd'], ['n', 'e', 'w'], ['c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's', '.'], ['I', 't', '', 'e', 'x', 'i', 's', 't', 's'], ['b', 'e', 'c', 'a', 'u', 's', 'e'], ['o', 'f'], ['t', 'h', 'e'], ['e', 'f', 'f', 'o', 'r', 't', 's'], ['o', 'f'], ['h', 'u', 'n', 'd', 'r', 'e', 'd', 's'], ['o', 'f'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '', 'f', 'r', 'o', 'm'], ['p', 'e', 'o', 'p', 'l', 'e'], ['i', 'n'], ['a', 'l', 'l'], ['w', 'a', 'l', 'k', 's'], ['o', 'f'], ['l', 'i', 'f', 'e', '.', '', '', 'V', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['f', 'i', 'n', 'a', 'n', 'c', 'i', 'a', 'l'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'a', 's', 's', 'i', 's', 't', 'a', 'n', 'c', 'e'], ['t', 'h', 'e', 'y'], ['n', 'e', 'e', 'd'], ['a', 'r', 'e'], ['c', 'r', 'i', 't', 'i', 'c', 'a', 'l'], ['t', 'o'], ['r', 'e', 'a', 'c', 'h', 'i', 'n', 'g'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', \"'\", 's', '', 'g', 'o', 'a', 'l', 's'], ['a', 'n', 'd'], ['e', 'n', 's', 'u', 'r', 'i', 'n', 'g'], ['t', 'h', 'a', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n'], ['w', 'i', 'l', 'l', '', 'r', 'e', 'm', 'a', 'i', 'n'], ['f', 'r', 'e', 'e', 'l', 'y'], ['a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e'], ['f', 'o', 'r'], ['g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['c', 'o', 'm', 'e', '.'], ['I', 'n'], ['2', '0', '0', '1', ','], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['w', 'a', 's'], ['c', 'r', 'e', 'a', 't', 'e', 'd'], ['t', 'o'], ['p', 'r', 'o', 'v', 'i', 'd', 'e'], ['a'], ['s', 'e', 'c', 'u', 'r', 'e', '', 'a', 'n', 'd'], ['p', 'e', 'r', 'm', 'a', 'n', 'e', 'n', 't'], ['f', 'u', 't', 'u', 'r', 'e'], ['f', 'o', 'r'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['a', 'n', 'd'], ['f', 'u', 't', 'u', 'r', 'e', '', 'g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's', '.'], ['T', 'o'], ['l', 'e', 'a', 'r', 'n'], ['m', 'o', 'r', 'e'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'n', 'd'], ['h', 'o', 'w'], ['y', 'o', 'u', 'r'], ['e', 'f', 'f', 'o', 'r', 't', 's'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['c', 'a', 'n'], ['h', 'e', 'l', 'p', ','], ['s', 'e', 'e', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', 's'], ['3'], ['a', 'n', 'd'], ['4'], ['a', 'n', 'd'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['p', 'a', 'g', 'e'], ['a', 't', '', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g'], ['S', 'e', 'c', 't', 'i', 'o', 'n'], ['3', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '', '', 'T', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 's'], ['a'], ['n', 'o', 'n'], ['p', 'r', 'o', 'f', 'i', 't', '', '5', '0', '1', '(', 'c', ')', '(', '3', ')'], ['e', 'd', 'u', 'c', 'a', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 'r', 'p', 'o', 'r', 'a', 't', 'i', 'o', 'n'], ['o', 'r', 'g', 'a', 'n', 'i', 'z', 'e', 'd'], ['u', 'n', 'd', 'e', 'r'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['o', 'f'], ['t', 'h', 'e', '', 's', 't', 'a', 't', 'e'], ['o', 'f'], ['M', 'i', 's', 's', 'i', 's', 's', 'i', 'p', 'p', 'i'], ['a', 'n', 'd'], ['g', 'r', 'a', 'n', 't', 'e', 'd'], ['t', 'a', 'x'], ['e', 'x', 'e', 'm', 'p', 't'], ['s', 't', 'a', 't', 'u', 's'], ['b', 'y'], ['t', 'h', 'e'], ['I', 'n', 't', 'e', 'r', 'n', 'a', 'l', '', 'R', 'e', 'v', 'e', 'n', 'u', 'e'], ['S', 'e', 'r', 'v', 'i', 'c', 'e', '.'], ['T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['E', 'I', 'N'], ['o', 'r'], ['f', 'e', 'd', 'e', 'r', 'a', 'l'], ['t', 'a', 'x'], ['i', 'd', 'e', 'n', 't', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', '', 'n', 'u', 'm', 'b', 'e', 'r'], ['i', 's'], ['6', '4', '-', '6', '2', '2', '1', '5', '4', '1', '.'], ['C', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['a', 'r', 'e'], ['t', 'a', 'x'], ['d', 'e', 'd', 'u', 'c', 't', 'i', 'b', 'l', 'e'], ['t', 'o'], ['t', 'h', 'e'], ['f', 'u', 'l', 'l'], ['e', 'x', 't', 'e', 'n', 't'], ['p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd'], ['b', 'y', '', 'U', '.', 'S', '.'], ['f', 'e', 'd', 'e', 'r', 'a', 'l'], ['l', 'a', 'w', 's'], ['a', 'n', 'd'], ['y', 'o', 'u', 'r'], ['s', 't', 'a', 't', 'e', \"'\", 's'], ['l', 'a', 'w', 's', '.', '', '', 'T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['p', 'r', 'i', 'n', 'c', 'i', 'p', 'a', 'l'], ['o', 'f', 'f', 'i', 'c', 'e'], ['i', 's'], ['i', 'n'], ['F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ','], ['A', 'l', 'a', 's', 'k', 'a', ','], ['w', 'i', 't', 'h'], ['t', 'h', 'e', '', 'm', 'a', 'i', 'l', 'i', 'n', 'g'], ['a', 'd', 'd', 'r', 'e', 's', 's', ':'], ['P', 'O'], ['B', 'o', 'x'], ['7', '5', '0', '1', '7', '5', ','], ['F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ','], ['A', 'K'], ['9', '9', '7', '7', '5', ','], ['b', 'u', 't'], ['i', 't', 's', '', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's'], ['a', 'n', 'd'], ['e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's'], ['a', 'r', 'e'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['t', 'h', 'r', 'o', 'u', 'g', 'h', 'o', 'u', 't'], ['n', 'u', 'm', 'e', 'r', 'o', 'u', 's', '', 'l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '.'], ['I', 't', 's'], ['b', 'u', 's', 'i', 'n', 'e', 's', 's'], ['o', 'f', 'f', 'i', 'c', 'e'], ['i', 's'], ['l', 'o', 'c', 'a', 't', 'e', 'd'], ['a', 't'], ['8', '0', '9'], ['N', 'o', 'r', 't', 'h'], ['1', '5', '0', '0'], ['W', 'e', 's', 't', ','], ['S', 'a', 'l', 't', '', 'L', 'a', 'k', 'e'], ['C', 'i', 't', 'y', ','], ['U', 'T'], ['8', '4', '1', '1', '6', ','], ['(', '8', '0', '1', ')'], ['5', '9', '6', '-', '1', '8', '8', '7', '.'], ['E', 'm', 'a', 'i', 'l'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['l', 'i', 'n', 'k', 's'], ['a', 'n', 'd'], ['u', 'p'], ['t', 'o', '', 'd', 'a', 't', 'e'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['c', 'a', 'n'], ['b', 'e'], ['f', 'o', 'u', 'n', 'd'], ['a', 't'], ['t', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's'], ['w', 'e', 'b'], ['s', 'i', 't', 'e'], ['a', 'n', 'd', '', 'o', 'f', 'f', 'i', 'c', 'i', 'a', 'l'], ['p', 'a', 'g', 'e'], ['a', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'c', 'o', 'n', 't', 'a', 'c', 't', '', '', 'F', 'o', 'r'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l'], ['c', 'o', 'n', 't', 'a', 'c', 't'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', ':', '', ''], [], [], [], ['D', 'r', '.'], ['G', 'r', 'e', 'g', 'o', 'r', 'y'], ['B', '.'], ['N', 'e', 'w', 'b', 'y', ''], [], [], [], ['C', 'h', 'i', 'e', 'f'], ['E', 'x', 'e', 'c', 'u', 't', 'i', 'v', 'e'], ['a', 'n', 'd'], ['D', 'i', 'r', 'e', 'c', 't', 'o', 'r', ''], [], [], [], ['g', 'b', 'n', 'e', 'w', 'b', 'y', '@', 'p', 'g', 'l', 'a', 'f', '.', 'o', 'r', 'g', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['4', '.'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y'], ['A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['d', 'e', 'p', 'e', 'n', 'd', 's'], ['u', 'p', 'o', 'n'], ['a', 'n', 'd'], ['c', 'a', 'n', 'n', 'o', 't'], ['s', 'u', 'r', 'v', 'i', 'v', 'e'], ['w', 'i', 't', 'h', 'o', 'u', 't'], ['w', 'i', 'd', 'e', '', 's', 'p', 'r', 'e', 'a', 'd'], ['p', 'u', 'b', 'l', 'i', 'c'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['a', 'n', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['c', 'a', 'r', 'r', 'y'], ['o', 'u', 't'], ['i', 't', 's'], ['m', 'i', 's', 's', 'i', 'o', 'n'], ['o', 'f', '', 'i', 'n', 'c', 'r', 'e', 'a', 's', 'i', 'n', 'g'], ['t', 'h', 'e'], ['n', 'u', 'm', 'b', 'e', 'r'], ['o', 'f'], ['p', 'u', 'b', 'l', 'i', 'c'], ['d', 'o', 'm', 'a', 'i', 'n'], ['a', 'n', 'd'], ['l', 'i', 'c', 'e', 'n', 's', 'e', 'd'], ['w', 'o', 'r', 'k', 's'], ['t', 'h', 'a', 't'], ['c', 'a', 'n'], ['b', 'e', '', 'f', 'r', 'e', 'e', 'l', 'y'], ['d', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['i', 'n'], ['m', 'a', 'c', 'h', 'i', 'n', 'e'], ['r', 'e', 'a', 'd', 'a', 'b', 'l', 'e'], ['f', 'o', 'r', 'm'], ['a', 'c', 'c', 'e', 's', 's', 'i', 'b', 'l', 'e'], ['b', 'y'], ['t', 'h', 'e'], ['w', 'i', 'd', 'e', 's', 't', '', 'a', 'r', 'r', 'a', 'y'], ['o', 'f'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['o', 'u', 't', 'd', 'a', 't', 'e', 'd'], ['e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.'], ['M', 'a', 'n', 'y'], ['s', 'm', 'a', 'l', 'l'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '', '(', '$', '1'], ['t', 'o'], ['$', '5', ',', '0', '0', '0', ')'], ['a', 'r', 'e'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', 'l', 'y'], ['i', 'm', 'p', 'o', 'r', 't', 'a', 'n', 't'], ['t', 'o'], ['m', 'a', 'i', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['t', 'a', 'x'], ['e', 'x', 'e', 'm', 'p', 't', '', 's', 't', 'a', 't', 'u', 's'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['I', 'R', 'S', '.', '', '', 'T', 'h', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n'], ['i', 's'], ['c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd'], ['t', 'o'], ['c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g'], ['w', 'i', 't', 'h'], ['t', 'h', 'e'], ['l', 'a', 'w', 's'], ['r', 'e', 'g', 'u', 'l', 'a', 't', 'i', 'n', 'g', '', 'c', 'h', 'a', 'r', 'i', 't', 'i', 'e', 's'], ['a', 'n', 'd'], ['c', 'h', 'a', 'r', 'i', 't', 'a', 'b', 'l', 'e'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['i', 'n'], ['a', 'l', 'l'], ['5', '0'], ['s', 't', 'a', 't', 'e', 's'], ['o', 'f'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's', '.'], ['C', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's'], ['a', 'r', 'e'], ['n', 'o', 't'], ['u', 'n', 'i', 'f', 'o', 'r', 'm'], ['a', 'n', 'd'], ['i', 't'], ['t', 'a', 'k', 'e', 's'], ['a', '', 'c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e'], ['e', 'f', 'f', 'o', 'r', 't', ','], ['m', 'u', 'c', 'h'], ['p', 'a', 'p', 'e', 'r', 'w', 'o', 'r', 'k'], ['a', 'n', 'd'], ['m', 'a', 'n', 'y'], ['f', 'e', 'e', 's'], ['t', 'o'], ['m', 'e', 'e', 't'], ['a', 'n', 'd'], ['k', 'e', 'e', 'p'], ['u', 'p', '', 'w', 'i', 't', 'h'], ['t', 'h', 'e', 's', 'e'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', '.'], ['W', 'e'], ['d', 'o'], ['n', 'o', 't'], ['s', 'o', 'l', 'i', 'c', 'i', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['i', 'n'], ['l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '', 'w', 'h', 'e', 'r', 'e'], ['w', 'e'], ['h', 'a', 'v', 'e'], ['n', 'o', 't'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['w', 'r', 'i', 't', 't', 'e', 'n'], ['c', 'o', 'n', 'f', 'i', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['o', 'f'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', '.'], ['T', 'o'], ['S', 'E', 'N', 'D', '', 'D', 'O', 'N', 'A', 'T', 'I', 'O', 'N', 'S'], ['o', 'r'], ['d', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e'], ['t', 'h', 'e'], ['s', 't', 'a', 't', 'u', 's'], ['o', 'f'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['f', 'o', 'r'], ['a', 'n', 'y'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', '', 's', 't', 'a', 't', 'e'], ['v', 'i', 's', 'i', 't'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '', '', 'W', 'h', 'i', 'l', 'e'], ['w', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['a', 'n', 'd'], ['d', 'o'], ['n', 'o', 't'], ['s', 'o', 'l', 'i', 'c', 'i', 't'], ['c', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's'], ['f', 'r', 'o', 'm'], ['s', 't', 'a', 't', 'e', 's'], ['w', 'h', 'e', 'r', 'e'], ['w', 'e', '', 'h', 'a', 'v', 'e'], ['n', 'o', 't'], ['m', 'e', 't'], ['t', 'h', 'e'], ['s', 'o', 'l', 'i', 'c', 'i', 't', 'a', 't', 'i', 'o', 'n'], ['r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', ','], ['w', 'e'], ['k', 'n', 'o', 'w'], ['o', 'f'], ['n', 'o'], ['p', 'r', 'o', 'h', 'i', 'b', 'i', 't', 'i', 'o', 'n', '', 'a', 'g', 'a', 'i', 'n', 's', 't'], ['a', 'c', 'c', 'e', 'p', 't', 'i', 'n', 'g'], ['u', 'n', 's', 'o', 'l', 'i', 'c', 'i', 't', 'e', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['f', 'r', 'o', 'm'], ['d', 'o', 'n', 'o', 'r', 's'], ['i', 'n'], ['s', 'u', 'c', 'h'], ['s', 't', 'a', 't', 'e', 's'], ['w', 'h', 'o', '', 'a', 'p', 'p', 'r', 'o', 'a', 'c', 'h'], ['u', 's'], ['w', 'i', 't', 'h'], ['o', 'f', 'f', 'e', 'r', 's'], ['t', 'o'], ['d', 'o', 'n', 'a', 't', 'e', '.', '', '', 'I', 'n', 't', 'e', 'r', 'n', 'a', 't', 'i', 'o', 'n', 'a', 'l'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'r', 'e'], ['g', 'r', 'a', 't', 'e', 'f', 'u', 'l', 'l', 'y'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd', ','], ['b', 'u', 't'], ['w', 'e'], ['c', 'a', 'n', 'n', 'o', 't'], ['m', 'a', 'k', 'e', '', 'a', 'n', 'y'], ['s', 't', 'a', 't', 'e', 'm', 'e', 'n', 't', 's'], ['c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g'], ['t', 'a', 'x'], ['t', 'r', 'e', 'a', 't', 'm', 'e', 'n', 't'], ['o', 'f'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['r', 'e', 'c', 'e', 'i', 'v', 'e', 'd'], ['f', 'r', 'o', 'm', '', 'o', 'u', 't', 's', 'i', 'd', 'e'], ['t', 'h', 'e'], ['U', 'n', 'i', 't', 'e', 'd'], ['S', 't', 'a', 't', 'e', 's', '.'], ['U', '.', 'S', '.'], ['l', 'a', 'w', 's'], ['a', 'l', 'o', 'n', 'e'], ['s', 'w', 'a', 'm', 'p'], ['o', 'u', 'r'], ['s', 'm', 'a', 'l', 'l'], ['s', 't', 'a', 'f', 'f', '.', '', '', 'P', 'l', 'e', 'a', 's', 'e'], ['c', 'h', 'e', 'c', 'k'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['W', 'e', 'b'], ['p', 'a', 'g', 'e', 's'], ['f', 'o', 'r'], ['c', 'u', 'r', 'r', 'e', 'n', 't'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', '', 'm', 'e', 't', 'h', 'o', 'd', 's'], ['a', 'n', 'd'], ['a', 'd', 'd', 'r', 'e', 's', 's', 'e', 's', '.'], ['D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['a', 'r', 'e'], ['a', 'c', 'c', 'e', 'p', 't', 'e', 'd'], ['i', 'n'], ['a'], ['n', 'u', 'm', 'b', 'e', 'r'], ['o', 'f'], ['o', 't', 'h', 'e', 'r', '', 'w', 'a', 'y', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['c', 'h', 'e', 'c', 'k', 's', ','], ['o', 'n', 'l', 'i', 'n', 'e'], ['p', 'a', 'y', 'm', 'e', 'n', 't', 's'], ['a', 'n', 'd'], ['c', 'r', 'e', 'd', 'i', 't'], ['c', 'a', 'r', 'd'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '.'], ['T', 'o', '', 'd', 'o', 'n', 'a', 't', 'e', ','], ['p', 'l', 'e', 'a', 's', 'e'], ['v', 'i', 's', 'i', 't', ':'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n'], ['5', '.'], ['G', 'e', 'n', 'e', 'r', 'a', 'l'], ['I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['A', 'b', 'o', 'u', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's', '.', '', '', 'P', 'r', 'o', 'f', 'e', 's', 's', 'o', 'r'], ['M', 'i', 'c', 'h', 'a', 'e', 'l'], ['S', '.'], ['H', 'a', 'r', 't'], ['w', 'a', 's'], ['t', 'h', 'e'], ['o', 'r', 'i', 'g', 'i', 'n', 'a', 't', 'o', 'r'], ['o', 'f'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['c', 'o', 'n', 'c', 'e', 'p', 't'], ['o', 'f'], ['a'], ['l', 'i', 'b', 'r', 'a', 'r', 'y'], ['o', 'f'], ['e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c'], ['w', 'o', 'r', 'k', 's'], ['t', 'h', 'a', 't'], ['c', 'o', 'u', 'l', 'd'], ['b', 'e', '', 'f', 'r', 'e', 'e', 'l', 'y'], ['s', 'h', 'a', 'r', 'e', 'd'], ['w', 'i', 't', 'h'], ['a', 'n', 'y', 'o', 'n', 'e', '.'], ['F', 'o', 'r'], ['f', 'o', 'r', 't', 'y'], ['y', 'e', 'a', 'r', 's', ','], ['h', 'e'], ['p', 'r', 'o', 'd', 'u', 'c', 'e', 'd'], ['a', 'n', 'd', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'B', 'o', 'o', 'k', 's'], ['w', 'i', 't', 'h'], ['o', 'n', 'l', 'y'], ['a'], ['l', 'o', 'o', 's', 'e'], ['n', 'e', 't', 'w', 'o', 'r', 'k'], ['o', 'f', '', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r'], ['s', 'u', 'p', 'p', 'o', 'r', 't', '.', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm'], ['e', 'B', 'o', 'o', 'k', 's'], ['a', 'r', 'e'], ['o', 'f', 't', 'e', 'n'], ['c', 'r', 'e', 'a', 't', 'e', 'd'], ['f', 'r', 'o', 'm'], ['s', 'e', 'v', 'e', 'r', 'a', 'l'], ['p', 'r', 'i', 'n', 't', 'e', 'd', '', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', ','], ['a', 'l', 'l'], ['o', 'f'], ['w', 'h', 'i', 'c', 'h'], ['a', 'r', 'e'], ['c', 'o', 'n', 'f', 'i', 'r', 'm', 'e', 'd'], ['a', 's'], ['n', 'o', 't'], ['p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd'], ['b', 'y'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['i', 'n', '', 't', 'h', 'e'], ['U', '.', 'S', '.'], ['u', 'n', 'l', 'e', 's', 's'], ['a'], ['c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't'], ['n', 'o', 't', 'i', 'c', 'e'], ['i', 's'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 'd', '.'], ['T', 'h', 'u', 's', ','], ['w', 'e'], ['d', 'o'], ['n', 'o', 't', '', 'n', 'e', 'c', 'e', 's', 's', 'a', 'r', 'i', 'l', 'y'], ['k', 'e', 'e', 'p'], ['e', 'B', 'o', 'o', 'k', 's'], ['i', 'n'], ['c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e'], ['w', 'i', 't', 'h'], ['a', 'n', 'y'], ['p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r'], ['p', 'a', 'p', 'e', 'r', '', 'e', 'd', 'i', 't', 'i', 'o', 'n', '.', '', '', 'M', 'o', 's', 't'], ['p', 'e', 'o', 'p', 'l', 'e'], ['s', 't', 'a', 'r', 't'], ['a', 't'], ['o', 'u', 'r'], ['W', 'e', 'b'], ['s', 'i', 't', 'e'], ['w', 'h', 'i', 'c', 'h'], ['h', 'a', 's'], ['t', 'h', 'e'], ['m', 'a', 'i', 'n'], ['P', 'G'], ['s', 'e', 'a', 'r', 'c', 'h', '', 'f', 'a', 'c', 'i', 'l', 'i', 't', 'y', ':'], ['w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '', '', 'T', 'h', 'i', 's'], ['W', 'e', 'b'], ['s', 'i', 't', 'e'], ['i', 'n', 'c', 'l', 'u', 'd', 'e', 's'], ['i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n'], ['a', 'b', 'o', 'u', 't'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', ',', '', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g'], ['h', 'o', 'w'], ['t', 'o'], ['m', 'a', 'k', 'e'], ['d', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's'], ['t', 'o'], ['t', 'h', 'e'], ['P', 'r', 'o', 'j', 'e', 'c', 't'], ['G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g'], ['L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e'], ['F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ','], ['h', 'o', 'w'], ['t', 'o'], ['h', 'e', 'l', 'p'], ['p', 'r', 'o', 'd', 'u', 'c', 'e'], ['o', 'u', 'r'], ['n', 'e', 'w'], ['e', 'B', 'o', 'o', 'k', 's', ','], ['a', 'n', 'd'], ['h', 'o', 'w'], ['t', 'o', '', 's', 'u', 'b', 's', 'c', 'r', 'i', 'b', 'e'], ['t', 'o'], ['o', 'u', 'r'], ['e', 'm', 'a', 'i', 'l'], ['n', 'e', 'w', 's', 'l', 'e', 't', 't', 'e', 'r'], ['t', 'o'], ['h', 'e', 'a', 'r'], ['a', 'b', 'o', 'u', 't'], ['n', 'e', 'w'], ['e', 'B', 'o', 'o', 'k', 's', '.', '', '']]\n" + ] + } + ], "source": [ - "# your code here" + "prophet_line = list(map(line_break,prophet_reference))\n", + "print(prophet_line)" ] }, { @@ -172,11 +257,25 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# your code here" + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['P', 'R', 'O', 'P', 'H', 'E', 'T', '', '', '|', 'A', 'l', 'm', 'u', 's', 't', 'a', 'f', 'a', ',', 't', 'h', 'e', 'c', 'h', 'o', 's', 'e', 'n', 'a', 'n', 'd', 't', 'h', 'e', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd', ',', 'w', 'h', 'o', 'w', 'a', 's', 'a', 'd', 'a', 'w', 'n', 'u', 'n', 't', 'o', 'h', 'i', 's', 'o', 'w', 'n', '', 'd', 'a', 'y', ',', 'h', 'a', 'd', 'w', 'a', 'i', 't', 'e', 'd', 't', 'w', 'e', 'l', 'v', 'e', 'y', 'e', 'a', 'r', 's', 'i', 'n', 't', 'h', 'e', 'c', 'i', 't', 'y', '', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', 'f', 'o', 'r', 'h', 'i', 's', 's', 'h', 'i', 'p', 't', 'h', 'a', 't', 'w', 'a', 's', 't', 'o', '', 'r', 'e', 't', 'u', 'r', 'n', 'a', 'n', 'd', 'b', 'e', 'a', 'r', 'h', 'i', 'm', 'b', 'a', 'c', 'k', 't', 'o', 't', 'h', 'e', 'i', 's', 'l', 'e', 'o', 'f', '', 'h', 'i', 's', 'b', 'i', 'r', 't', 'h', '.', '', '', 'A', 'n', 'd', 'i', 'n', 't', 'h', 'e', 't', 'w', 'e', 'l', 'f', 't', 'h', 'y', 'e', 'a', 'r', ',', 'o', 'n', 't', 'h', 'e', 's', 'e', 'v', 'e', 'n', 't', 'h', '', 'd', 'a', 'y', 'o', 'f', 'I', 'e', 'l', 'o', 'o', 'l', ',', 't', 'h', 'e', 'm', 'o', 'n', 't', 'h', 'o', 'f', 'r', 'e', 'a', 'p', 'i', 'n', 'g', ',', 'h', 'e', '', 'c', 'l', 'i', 'm', 'b', 'e', 'd', 't', 'h', 'e', 'h', 'i', 'l', 'l', 'w', 'i', 't', 'h', 'o', 'u', 't', 't', 'h', 'e', 'c', 'i', 't', 'y', 'w', 'a', 'l', 'l', 's', '', 'a', 'n', 'd', 'l', 'o', 'o', 'k', 'e', 'd', 's', 'e', 'a', 'w', 'a', 'r', 'd', ';', 'a', 'n', 'd', 'h', 'e', 'b', 'e', 'h', 'e', 'l', 'd', 'h', 'i', 's', '', 's', 'h', 'i', 'p', 'c', 'o', 'm', 'i', 'n', 'g', 'w', 'i', 't', 'h', 't', 'h', 'e', 'm', 'i', 's', 't', '.', '', '', 'T', 'h', 'e', 'n', 't', 'h', 'e', 'g', 'a', 't', 'e', 's', 'o', 'f', 'h', 'i', 's', 'h', 'e', 'a', 'r', 't', 'w', 'e', 'r', 'e', 'f', 'l', 'u', 'n', 'g', '', 'o', 'p', 'e', 'n', ',', 'a', 'n', 'd', 'h', 'i', 's', 'j', 'o', 'y', 'f', 'l', 'e', 'w', 'f', 'a', 'r', 'o', 'v', 'e', 'r', 't', 'h', 'e', 's', 'e', 'a', '.', '', 'A', 'n', 'd', 'h', 'e', 'c', 'l', 'o', 's', 'e', 'd', 'h', 'i', 's', 'e', 'y', 'e', 's', 'a', 'n', 'd', 'p', 'r', 'a', 'y', 'e', 'd', 'i', 'n', 't', 'h', 'e', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', 'o', 'f', 'h', 'i', 's', 's', 'o', 'u', 'l', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't', 'a', 's', 'h', 'e', 'd', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd', 't', 'h', 'e', 'h', 'i', 'l', 'l', ',', 'a', 's', 'a', 'd', 'n', 'e', 's', 's', '', 'c', 'a', 'm', 'e', 'u', 'p', 'o', 'n', 'h', 'i', 'm', ',', 'a', 'n', 'd', 'h', 'e', 't', 'h', 'o', 'u', 'g', 'h', 't', 'i', 'n', 'h', 'i', 's', '', 'h', 'e', 'a', 'r', 't', ':', '', '', 'H', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'I', 'g', 'o', 'i', 'n', 'p', 'e', 'a', 'c', 'e', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'o', 'u', 't', '', 's', 'o', 'r', 'r', 'o', 'w', '?', 'N', 'a', 'y', ',', 'n', 'o', 't', 'w', 'i', 't', 'h', 'o', 'u', 't', 'a', 'w', 'o', 'u', 'n', 'd', 'i', 'n', 't', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't', 's', 'h', 'a', 'l', 'l', 'I', 'l', 'e', 'a', 'v', 'e', 't', 'h', 'i', 's', 'c', 'i', 't', 'y', '.', 't', 'h', 'e', 'd', 'a', 'y', 's', 'o', 'f', 'p', 'a', 'i', 'n', 'I', 'h', 'a', 'v', 'e', 's', 'p', 'e', 'n', 't', '', 'w', 'i', 't', 'h', 'i', 'n', 'i', 't', 's', 'w', 'a', 'l', 'l', 's', ',', 'a', 'n', 'd', 'l', 'o', 'n', 'g', 'w', 'e', 'r', 'e', 't', 'h', 'e', '', 'n', 'i', 'g', 'h', 't', 's', 'o', 'f', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ';', 'a', 'n', 'd', 'w', 'h', 'o', 'c', 'a', 'n', 'd', 'e', 'p', 'a', 'r', 't', '', 'f', 'r', 'o', 'm', 'h', 'i', 's', 'p', 'a', 'i', 'n', 'a', 'n', 'd', 'h', 'i', 's', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', 'w', 'i', 't', 'h', 'o', 'u', 't', '', 'r', 'e', 'g', 'r', 'e', 't', '?', '', '', 'T', 'o', 'o', 'm', 'a', 'n', 'y', 'f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's', 'o', 'f', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', 'h', 'a', 'v', 'e', 'I', '', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', 'i', 'n', 't', 'h', 'e', 's', 'e', 's', 't', 'r', 'e', 'e', 't', 's', ',', 'a', 'n', 'd', 't', 'o', 'o', 'm', 'a', 'n', 'y', '', 'a', 'r', 'e', 't', 'h', 'e', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'o', 'f', 'm', 'y', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 't', 'h', 'a', 't', 'w', 'a', 'l', 'k', '', 'n', 'a', 'k', 'e', 'd', 'a', 'm', 'o', 'n', 'g', 't', 'h', 'e', 's', 'e', 'h', 'i', 'l', 'l', 's', ',', 'a', 'n', 'd', 'I', 'c', 'a', 'n', 'n', 'o', 't', '', 'w', 'i', 't', 'h', 'd', 'r', 'a', 'w', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'm', 'w', 'i', 't', 'h', 'o', 'u', 't', 'a', 'b', 'u', 'r', 'd', 'e', 'n', 'a', 'n', 'd', '', 'a', 'n', 'a', 'c', 'h', 'e', '.', '', '', 'I', 't', 'i', 's', 'n', 'o', 't', 'a', 'g', 'a', 'r', 'm', 'e', 'n', 't', 'I', 'c', 'a', 's', 't', 'o', 'f', 'f', 't', 'h', 'i', 's', '', 'd', 'a', 'y', ',', 'b', 'u', 't', 'a', 's', 'k', 'i', 'n', 't', 'h', 'a', 't', 'I', 't', 'e', 'a', 'r', 'w', 'i', 't', 'h', 'm', 'y', 'o', 'w', 'n', '', 'h', 'a', 'n', 'd', 's', '.', '', '', 'N', 'o', 'r', 'i', 's', 'i', 't', 'a', 't', 'h', 'o', 'u', 'g', 'h', 't', 'I', 'l', 'e', 'a', 'v', 'e', 'b', 'e', 'h', 'i', 'n', 'd', 'm', 'e', ',', '', 'b', 'u', 't', 'a', 'h', 'e', 'a', 'r', 't', 'm', 'a', 'd', 'e', 's', 'w', 'e', 'e', 't', 'w', 'i', 't', 'h', 'h', 'u', 'n', 'g', 'e', 'r', 'a', 'n', 'd', '', 'w', 'i', 't', 'h', 't', 'h', 'i', 'r', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'e', 't', 'I', 'c', 'a', 'n', 'n', 'o', 't', 't', 'a', 'r', 'r', 'y', 'l', 'o', 'n', 'g', 'e', 'r', '.', '', '', 'T', 'h', 'e', 's', 'e', 'a', 't', 'h', 'a', 't', 'c', 'a', 'l', 'l', 's', 'a', 'l', 'l', 't', 'h', 'i', 'n', 'g', 's', 'u', 'n', 't', 'o', 'h', 'e', 'r', '', 'c', 'a', 'l', 'l', 's', 'm', 'e', ',', 'a', 'n', 'd', 'I', 'm', 'u', 's', 't', 'e', 'm', 'b', 'a', 'r', 'k', '.', '', '', 'F', 'o', 'r', 't', 'o', 's', 't', 'a', 'y', ',', 't', 'h', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'h', 'o', 'u', 'r', 's', 'b', 'u', 'r', 'n', 'i', 'n', '', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', ',', 'i', 's', 't', 'o', 'f', 'r', 'e', 'e', 'z', 'e', 'a', 'n', 'd', 'c', 'r', 'y', 's', 't', 'a', 'l', 'l', 'i', 'z', 'e', '', 'a', 'n', 'd', 'b', 'e', 'b', 'o', 'u', 'n', 'd', 'i', 'n', 'a', 'm', 'o', 'u', 'l', 'd', '.', '', '', 'F', 'a', 'i', 'n', 'w', 'o', 'u', 'l', 'd', 'I', 't', 'a', 'k', 'e', 'w', 'i', 't', 'h', 'm', 'e', 'a', 'l', 'l', 't', 'h', 'a', 't', 'i', 's', '', 'h', 'e', 'r', 'e', '.', 'B', 'u', 't', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'I', '?', '', '', 'A', 'v', 'o', 'i', 'c', 'e', 'c', 'a', 'n', 'n', 'o', 't', 'c', 'a', 'r', 'r', 'y', 't', 'h', 'e', 't', 'o', 'n', 'g', 'u', 'e', 'a', 'n', 'd', '', 'l', 'i', 'p', 's', 't', 'h', 'a', 't', 'g', 'a', 'v', 'e', 'i', 't', 'w', 'i', 'n', 'g', 's', '.', 'A', 'l', 'o', 'n', 'e', '', 'm', 'u', 's', 't', 'i', 't', 's', 'e', 'e', 'k', 't', 'h', 'e', 'e', 't', 'h', 'e', 'r', '.', '', '', 'A', 'n', 'd', 'a', 'l', 'o', 'n', 'e', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'o', 'u', 't', 'h', 'i', 's', 'n', 'e', 's', 't', 's', 'h', 'a', 'l', 'l', 't', 'h', 'e', '', 'e', 'a', 'g', 'l', 'e', 'f', 'l', 'y', 'a', 'c', 'r', 'o', 's', 's', 't', 'h', 'e', 's', 'u', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'N', 'o', 'w', 'w', 'h', 'e', 'n', 'h', 'e', 'r', 'e', 'a', 'c', 'h', 'e', 'd', 't', 'h', 'e', 'f', 'o', 'o', 't', 'o', 'f', 't', 'h', 'e', '', 'h', 'i', 'l', 'l', ',', 'h', 'e', 't', 'u', 'r', 'n', 'e', 'd', 'a', 'g', 'a', 'i', 'n', 't', 'o', 'w', 'a', 'r', 'd', 's', 't', 'h', 'e', 's', 'e', 'a', ',', '', 'a', 'n', 'd', 'h', 'e', 's', 'a', 'w', 'h', 'i', 's', 's', 'h', 'i', 'p', 'a', 'p', 'p', 'r', 'o', 'a', 'c', 'h', 'i', 'n', 'g', 't', 'h', 'e', '', 'h', 'a', 'r', 'b', 'o', 'u', 'r', ',', 'a', 'n', 'd', 'u', 'p', 'o', 'n', 'h', 'e', 'r', 'p', 'r', 'o', 'w', 't', 'h', 'e', 'm', 'a', 'r', 'i', 'n', 'e', 'r', 's', ',', '', 't', 'h', 'e', 'm', 'e', 'n', 'o', 'f', 'h', 'i', 's', 'o', 'w', 'n', 'l', 'a', 'n', 'd', '.', '', '', 'A', 'n', 'd', 'h', 'i', 's', 's', 'o', 'u', 'l', 'c', 'r', 'i', 'e', 'd', 'o', 'u', 't', 't', 'o', 't', 'h', 'e', 'm', ',', 'a', 'n', 'd', 'h', 'e', '', 's', 'a', 'i', 'd', ':', '', '', 'S', 'o', 'n', 's', 'o', 'f', 'm', 'y', 'a', 'n', 'c', 'i', 'e', 'n', 't', 'm', 'o', 't', 'h', 'e', 'r', ',', 'y', 'o', 'u', 'r', 'i', 'd', 'e', 'r', 's', 'o', 'f', '', 't', 'h', 'e', 't', 'i', 'd', 'e', 's', ',', '', '', 'H', 'o', 'w', 'o', 'f', 't', 'e', 'n', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 's', 'a', 'i', 'l', 'e', 'd', 'i', 'n', 'm', 'y', 'd', 'r', 'e', 'a', 'm', 's', '.', '', 'A', 'n', 'd', 'n', 'o', 'w', 'y', 'o', 'u', 'c', 'o', 'm', 'e', 'i', 'n', 'm', 'y', 'a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', ',', 'w', 'h', 'i', 'c', 'h', '', 'i', 's', 'm', 'y', 'd', 'e', 'e', 'p', 'e', 'r', 'd', 'r', 'e', 'a', 'm', '.', '', '', 'R', 'e', 'a', 'd', 'y', 'a', 'm', 'I', 't', 'o', 'g', 'o', ',', 'a', 'n', 'd', 'm', 'y', 'e', 'a', 'g', 'e', 'r', 'n', 'e', 's', 's', 'w', 'i', 't', 'h', '', 's', 'a', 'i', 'l', 's', 'f', 'u', 'l', 'l', 's', 'e', 't', 'a', 'w', 'a', 'i', 't', 's', 't', 'h', 'e', 'w', 'i', 'n', 'd', '.', '', '', 'O', 'n', 'l', 'y', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'b', 'r', 'e', 'a', 't', 'h', 'w', 'i', 'l', 'l', 'I', 'b', 'r', 'e', 'a', 't', 'h', 'e', 'i', 'n', '', 't', 'h', 'i', 's', 's', 't', 'i', 'l', 'l', 'a', 'i', 'r', ',', 'o', 'n', 'l', 'y', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'l', 'o', 'v', 'i', 'n', 'g', 'l', 'o', 'o', 'k', '', 'c', 'a', 's', 't', 'b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'n', 'I', 's', 'h', 'a', 'l', 'l', 's', 't', 'a', 'n', 'd', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', ',', 'a', '', 's', 'e', 'a', 'f', 'a', 'r', 'e', 'r', 'a', 'm', 'o', 'n', 'g', 's', 'e', 'a', 'f', 'a', 'r', 'e', 'r', 's', '.', 'y', 'o', 'u', ',', '', 'v', 'a', 's', 't', 's', 'e', 'a', ',', 's', 'l', 'e', 'e', 'p', 'l', 'e', 's', 's', 'm', 'o', 't', 'h', 'e', 'r', ',', '', '', 'W', 'h', 'o', 'a', 'l', 'o', 'n', 'e', 'a', 'r', 'e', 'p', 'e', 'a', 'c', 'e', 'a', 'n', 'd', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 't', 'o', 't', 'h', 'e', '', 'r', 'i', 'v', 'e', 'r', 'a', 'n', 'd', 't', 'h', 'e', 's', 't', 'r', 'e', 'a', 'm', ',', '', '', 'O', 'n', 'l', 'y', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'w', 'i', 'n', 'd', 'i', 'n', 'g', 'w', 'i', 'l', 'l', 't', 'h', 'i', 's', 's', 't', 'r', 'e', 'a', 'm', '', 'm', 'a', 'k', 'e', ',', 'o', 'n', 'l', 'y', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'm', 'u', 'r', 'm', 'u', 'r', 'i', 'n', 't', 'h', 'i', 's', 'g', 'l', 'a', 'd', 'e', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'n', 's', 'h', 'a', 'l', 'l', 'I', 'c', 'o', 'm', 'e', 't', 'o', 'y', 'o', 'u', ',', 'a', '', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 'd', 'r', 'o', 'p', 't', 'o', 'a', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 'o', 'c', 'e', 'a', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'a', 's', 'h', 'e', 'w', 'a', 'l', 'k', 'e', 'd', 'h', 'e', 's', 'a', 'w', 'f', 'r', 'o', 'm', 'a', 'f', 'a', 'r', 'm', 'e', 'n', '', 'a', 'n', 'd', 'w', 'o', 'm', 'e', 'n', 'l', 'e', 'a', 'v', 'i', 'n', 'g', 't', 'h', 'e', 'i', 'r', 'f', 'i', 'e', 'l', 'd', 's', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'r', '', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', 'a', 'n', 'd', 'h', 'a', 's', 't', 'e', 'n', 'i', 'n', 'g', 't', 'o', 'w', 'a', 'r', 'd', 's', 't', 'h', 'e', 'c', 'i', 't', 'y', '', 'g', 'a', 't', 'e', 's', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'h', 'e', 'a', 'r', 'd', 't', 'h', 'e', 'i', 'r', 'v', 'o', 'i', 'c', 'e', 's', 'c', 'a', 'l', 'l', 'i', 'n', 'g', 'h', 'i', 's', '', 'n', 'a', 'm', 'e', ',', 'a', 'n', 'd', 's', 'h', 'o', 'u', 't', 'i', 'n', 'g', 'f', 'r', 'o', 'm', 'f', 'i', 'e', 'l', 'd', 't', 'o', 'f', 'i', 'e', 'l', 'd', '', 't', 'e', 'l', 'l', 'i', 'n', 'g', 'o', 'n', 'e', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'o', 'f', 't', 'h', 'e', 'c', 'o', 'm', 'i', 'n', 'g', 'o', 'f', 'h', 'i', 's', '', 's', 'h', 'i', 'p', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', 't', 'o', 'h', 'i', 'm', 's', 'e', 'l', 'f', ':', '', '', 'S', 'h', 'a', 'l', 'l', 't', 'h', 'e', 'd', 'a', 'y', 'o', 'f', 'p', 'a', 'r', 't', 'i', 'n', 'g', 'b', 'e', 't', 'h', 'e', 'd', 'a', 'y', 'o', 'f', '', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g', '?', '', '', 'A', 'n', 'd', 's', 'h', 'a', 'l', 'l', 'i', 't', 'b', 'e', 's', 'a', 'i', 'd', 't', 'h', 'a', 't', 'm', 'y', 'e', 'v', 'e', 'w', 'a', 's', 'i', 'n', '', 't', 'r', 'u', 't', 'h', 'm', 'y', 'd', 'a', 'w', 'n', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 's', 'h', 'a', 'l', 'l', 'I', 'g', 'i', 'v', 'e', 'u', 'n', 't', 'o', 'h', 'i', 'm', 'w', 'h', 'o', 'h', 'a', 's', '', 'l', 'e', 'f', 't', 'h', 'i', 's', 'p', 'l', 'o', 'u', 'g', 'h', 'i', 'n', 'm', 'i', 'd', 'f', 'u', 'r', 'r', 'o', 'w', ',', 'o', 'r', 't', 'o', '', 'h', 'i', 'm', 'w', 'h', 'o', 'h', 'a', 's', 's', 't', 'o', 'p', 'p', 'e', 'd', 't', 'h', 'e', 'w', 'h', 'e', 'e', 'l', 'o', 'f', 'h', 'i', 's', '', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '?', 'm', 'y', 'h', 'e', 'a', 'r', 't', 'b', 'e', 'c', 'o', 'm', 'e', 'a', '', 't', 'r', 'e', 'e', 'h', 'e', 'a', 'v', 'y', '-', 'l', 'a', 'd', 'e', 'n', 'w', 'i', 't', 'h', 'f', 'r', 'u', 'i', 't', 't', 'h', 'a', 't', 'I', 'm', 'a', 'y', '', 'g', 'a', 't', 'h', 'e', 'r', 'a', 'n', 'd', 'g', 'i', 'v', 'e', 'u', 'n', 't', 'o', 't', 'h', 'e', 'm', '?', '', '', 'A', 'n', 'd', 's', 'h', 'a', 'l', 'l', 'm', 'y', 'd', 'e', 's', 'i', 'r', 'e', 's', 'f', 'l', 'o', 'w', 'l', 'i', 'k', 'e', 'a', '', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', 't', 'h', 'a', 't', 'I', 'm', 'a', 'y', 'f', 'i', 'l', 'l', 't', 'h', 'e', 'i', 'r', 'c', 'u', 'p', 's', '?', '', '', 'A', 'm', 'I', 'a', 'h', 'a', 'r', 'p', 't', 'h', 'a', 't', 't', 'h', 'e', 'h', 'a', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'm', 'i', 'g', 'h', 't', 'y', '', 'm', 'a', 'y', 't', 'o', 'u', 'c', 'h', 'm', 'e', ',', 'o', 'r', 'a', 'f', 'l', 'u', 't', 'e', 't', 'h', 'a', 't', 'h', 'i', 's', 'b', 'r', 'e', 'a', 't', 'h', '', 'm', 'a', 'y', 'p', 'a', 's', 's', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'm', 'e', '?', '', '', 'A', 's', 'e', 'e', 'k', 'e', 'r', 'o', 'f', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', 'a', 'm', 'I', ',', 'a', 'n', 'd', 'w', 'h', 'a', 't', '', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', 'h', 'a', 'v', 'e', 'I', 'f', 'o', 'u', 'n', 'd', 'i', 'n', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', 't', 'h', 'a', 't', 'I', '', 'm', 'a', 'y', 'd', 'i', 's', 'p', 'e', 'n', 's', 'e', 'w', 'i', 't', 'h', 'c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', '?', '', '', 'I', 'f', 't', 'h', 'i', 's', 'i', 's', 'm', 'y', 'd', 'a', 'y', 'o', 'f', 'h', 'a', 'r', 'v', 'e', 's', 't', ',', 'i', 'n', 'w', 'h', 'a', 't', '', 'f', 'i', 'e', 'l', 'd', 's', 'h', 'a', 'v', 'e', 'I', 's', 'o', 'w', 'e', 'd', 't', 'h', 'e', 's', 'e', 'e', 'd', ',', 'a', 'n', 'd', 'i', 'n', '', 'w', 'h', 'a', 't', 'u', 'n', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd', 's', 'e', 'a', 's', 'o', 'n', 's', '?', '', '', 'I', 'f', 't', 'h', 'i', 's', 'i', 'n', 'd', 'e', 'e', 'd', 'b', 'e', 't', 'h', 'e', 'h', 'o', 'u', 'r', 'i', 'n', 'w', 'h', 'i', 'c', 'h', 'I', '', 'l', 'i', 'f', 't', 'u', 'p', 'm', 'y', 'l', 'a', 'n', 't', 'e', 'r', 'n', ',', 'i', 't', 'i', 's', 'n', 'o', 't', 'm', 'y', 'f', 'l', 'a', 'm', 'e', '', 't', 'h', 'a', 't', 's', 'h', 'a', 'l', 'l', 'b', 'u', 'r', 'n', 't', 'h', 'e', 'r', 'e', 'i', 'n', '.', '', '', 'E', 'm', 'p', 't', 'y', 'a', 'n', 'd', 'd', 'a', 'r', 'k', 's', 'h', 'a', 'l', 'l', 'I', 'r', 'a', 'i', 's', 'e', 'm', 'y', 'l', 'a', 'n', 't', 'e', 'r', 'n', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'g', 'u', 'a', 'r', 'd', 'i', 'a', 'n', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 's', 'h', 'a', 'l', 'l', 'f', 'i', 'l', 'l', '', 'i', 't', 'w', 'i', 't', 'h', 'o', 'i', 'l', 'a', 'n', 'd', 'h', 'e', 's', 'h', 'a', 'l', 'l', 'l', 'i', 'g', 'h', 't', 'i', 't', 'a', 'l', 's', 'o', '.', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'h', 'e', 's', 'a', 'i', 'd', 'i', 'n', 'w', 'o', 'r', 'd', 's', '.', 'B', 'u', 't', 'm', 'u', 'c', 'h', '', 'i', 'n', 'h', 'i', 's', 'h', 'e', 'a', 'r', 't', 'r', 'e', 'm', 'a', 'i', 'n', 'e', 'd', 'u', 'n', 's', 'a', 'i', 'd', '.', 'F', 'o', 'r', 'c', 'o', 'u', 'l', 'd', 'n', 'o', 't', 's', 'p', 'e', 'a', 'k', 'h', 'i', 's', 'd', 'e', 'e', 'p', 'e', 'r', '', 's', 'e', 'c', 'r', 'e', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '2', '0', ']', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'h', 'e', 'e', 'n', 't', 'e', 'r', 'e', 'd', 'i', 'n', 't', 'o', 't', 'h', 'e', 'c', 'i', 't', 'y', 'a', 'l', 'l', '', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'c', 'a', 'm', 'e', 't', 'o', 'm', 'e', 'e', 't', 'h', 'i', 'm', ',', 'a', 'n', 'd', 't', 'h', 'e', 'y', '', 'w', 'e', 'r', 'e', 'c', 'r', 'y', 'i', 'n', 'g', 'o', 'u', 't', 't', 'o', 'h', 'i', 'm', 'a', 's', 'w', 'i', 't', 'h', 'o', 'n', 'e', '', 'v', 'o', 'i', 'c', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'e', 'l', 'd', 'e', 'r', 's', 'o', 'f', 't', 'h', 'e', 'c', 'i', 't', 'y', 's', 't', 'o', 'o', 'd', 'f', 'o', 'r', 't', 'h', '', 'a', 'n', 'd', 's', 'a', 'i', 'd', ':', '', '', 'G', 'o', 'n', 'o', 't', 'y', 'e', 't', 'a', 'w', 'a', 'y', 'f', 'r', 'o', 'm', 'u', 's', '.', '', '', 'A', 'n', 'o', 'o', 'n', 't', 'i', 'd', 'e', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'b', 'e', 'e', 'n', 'i', 'n', 'o', 'u', 'r', '', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', ',', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'y', 'o', 'u', 't', 'h', 'h', 'a', 's', 'g', 'i', 'v', 'e', 'n', 'u', 's', '', 'd', 'r', 'e', 'a', 'm', 's', 't', 'o', 'd', 'r', 'e', 'a', 'm', '.', '', '', 'N', 'o', 's', 't', 'r', 'a', 'n', 'g', 'e', 'r', 'a', 'r', 'e', 'y', 'o', 'u', 'a', 'm', 'o', 'n', 'g', 'u', 's', ',', 'n', 'o', 'r', '', 'a', 'g', 'u', 'e', 's', 't', ',', 'b', 'u', 't', 'o', 'u', 'r', 's', 'o', 'n', 'a', 'n', 'd', 'o', 'u', 'r', 'd', 'e', 'a', 'r', 'l', 'y', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd', '.', '', '', 'S', 'u', 'f', 'f', 'e', 'r', 'n', 'o', 't', 'y', 'e', 't', 'o', 'u', 'r', 'e', 'y', 'e', 's', 't', 'o', 'h', 'u', 'n', 'g', 'e', 'r', 'f', 'o', 'r', '', 'y', 'o', 'u', 'r', 'f', 'a', 'c', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'p', 'r', 'i', 'e', 's', 't', 's', 'a', 'n', 'd', 't', 'h', 'e', 'p', 'r', 'i', 'e', 's', 't', 'e', 's', 's', 'e', 's', 's', 'a', 'i', 'd', '', 'u', 'n', 't', 'o', 'h', 'i', 'm', ':', '', '', 'L', 'e', 't', 'n', 'o', 't', 't', 'h', 'e', 'w', 'a', 'v', 'e', 's', 'o', 'f', 't', 'h', 'e', 's', 'e', 'a', 's', 'e', 'p', 'a', 'r', 'a', 't', 'e', 'u', 's', '', 'n', 'o', 'w', ',', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'e', 'a', 'r', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 's', 'p', 'e', 'n', 't', 'i', 'n', 'o', 'u', 'r', '', 'm', 'i', 'd', 's', 't', 'b', 'e', 'c', 'o', 'm', 'e', 'a', 'm', 'e', 'm', 'o', 'r', 'y', '.', '', '', 'Y', 'o', 'u', 'h', 'a', 'v', 'e', 'w', 'a', 'l', 'k', 'e', 'd', 'a', 'm', 'o', 'n', 'g', 'u', 's', 'a', 's', 'p', 'i', 'r', 'i', 't', ',', '', 'y', 'o', 'u', 'r', 's', 'h', 'a', 'd', 'o', 'w', 'h', 'a', 's', 'b', 'e', 'e', 'n', 'a', 'l', 'i', 'g', 'h', 't', '', 'u', 'p', 'o', 'n', 'o', 'u', 'r', 'f', 'a', 'c', 'e', 's', '.', '', '', 'M', 'u', 'c', 'h', 'h', 'a', 'v', 'e', 'w', 'e', 'l', 'o', 'v', 'e', 'd', 'y', 'o', 'u', '.', 'B', 'u', 't', 's', 'p', 'e', 'e', 'c', 'h', 'l', 'e', 's', 's', '', 'w', 'a', 's', 'o', 'u', 'r', 'l', 'o', 'v', 'e', ',', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'v', 'e', 'i', 'l', 's', 'h', 'a', 's', 'i', 't', 'b', 'e', 'e', 'n', '', 'v', 'e', 'i', 'l', 'e', 'd', '.', '', '', 'Y', 'e', 't', 'n', 'o', 'w', 'i', 't', 'c', 'r', 'i', 'e', 's', 'a', 'l', 'o', 'u', 'd', 'u', 'n', 't', 'o', 'y', 'o', 'u', ',', 'a', 'n', 'd', '', 'w', 'o', 'u', 'l', 'd', 's', 't', 'a', 'n', 'd', 'r', 'e', 'v', 'e', 'a', 'l', 'e', 'd', 'b', 'e', 'f', 'o', 'r', 'e', 'y', 'o', 'u', '.', '', '', 'A', 'n', 'd', 'e', 'v', 'e', 'r', 'h', 'a', 's', 'i', 't', 'b', 'e', 'e', 'n', 't', 'h', 'a', 't', 'l', 'o', 'v', 'e', 'k', 'n', 'o', 'w', 's', '', 'n', 'o', 't', 'i', 't', 's', 'o', 'w', 'n', 'd', 'e', 'p', 't', 'h', 'u', 'n', 't', 'i', 'l', 't', 'h', 'e', 'h', 'o', 'u', 'r', 'o', 'f', '', 's', 'e', 'p', 'a', 'r', 'a', 't', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'o', 't', 'h', 'e', 'r', 's', 'c', 'a', 'm', 'e', 'a', 'l', 's', 'o', 'a', 'n', 'd', 'e', 'n', 't', 'r', 'e', 'a', 't', 'e', 'd', 'h', 'i', 'm', '.', '', 'B', 'u', 't', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', 't', 'h', 'e', 'm', 'n', 'o', 't', '.', 'H', 'e', 'o', 'n', 'l', 'y', 'b', 'e', 'n', 't', '', 'h', 'i', 's', 'h', 'e', 'a', 'd', ';', 'a', 'n', 'd', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 's', 't', 'o', 'o', 'd', 'n', 'e', 'a', 'r', 's', 'a', 'w', '', 'h', 'i', 's', 't', 'e', 'a', 'r', 's', 'f', 'a', 'l', 'l', 'i', 'n', 'g', 'u', 'p', 'o', 'n', 'h', 'i', 's', 'b', 'r', 'e', 'a', 's', 't', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 'd', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'p', 'r', 'o', 'c', 'e', 'e', 'd', 'e', 'd', 't', 'o', 'w', 'a', 'r', 'd', 's', '', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 's', 'q', 'u', 'a', 'r', 'e', 'b', 'e', 'f', 'o', 'r', 'e', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'c', 'a', 'm', 'e', 'o', 'u', 't', 'o', 'f', 't', 'h', 'e', 's', 'a', 'n', 'c', 't', 'u', 'a', 'r', 'y', 'a', '', 'w', 'o', 'm', 'a', 'n', 'w', 'h', 'o', 's', 'e', 'n', 'a', 'm', 'e', 'w', 'a', 's', 'A', 'l', 'm', 'i', 't', 'r', 'a', '.', 'A', 'n', 'd', 's', 'h', 'e', '', 'w', 'a', 's', 'a', 's', 'e', 'e', 'r', 'e', 's', 's', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'l', 'o', 'o', 'k', 'e', 'd', 'u', 'p', 'o', 'n', 'h', 'e', 'r', 'w', 'i', 't', 'h', 'e', 'x', 'c', 'e', 'e', 'd', 'i', 'n', 'g', '', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', ',', 'f', 'o', 'r', 'i', 't', 'w', 'a', 's', 's', 'h', 'e', 'w', 'h', 'o', 'h', 'a', 'd', 'f', 'i', 'r', 's', 't', '', 's', 'o', 'u', 'g', 'h', 't', 'a', 'n', 'd', 'b', 'e', 'l', 'i', 'e', 'v', 'e', 'd', 'i', 'n', 'h', 'i', 'm', 'w', 'h', 'e', 'n', 'h', 'e', 'h', 'a', 'd', '', 'b', 'e', 'e', 'n', 'b', 'u', 't', 'a', 'd', 'a', 'y', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'c', 'i', 't', 'y', '.', 'h', 'a', 'i', 'l', 'e', 'd', 'h', 'i', 'm', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'P', 'r', 'o', 'p', 'h', 'e', 't', 'o', 'f', 'G', 'o', 'd', ',', 'i', 'n', 'q', 'u', 'e', 's', 't', 'o', 'f', 't', 'h', 'e', '', 'u', 't', 't', 'e', 'r', 'm', 'o', 's', 't', ',', 'l', 'o', 'n', 'g', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 's', 'e', 'a', 'r', 'c', 'h', 'e', 'd', 't', 'h', 'e', '', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', 's', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 's', 'h', 'i', 'p', '.', '', '', 'A', 'n', 'd', 'n', 'o', 'w', 'y', 'o', 'u', 'r', 's', 'h', 'i', 'p', 'h', 'a', 's', 'c', 'o', 'm', 'e', ',', 'a', 'n', 'd', 'y', 'o', 'u', 'm', 'u', 's', 't', '', 'n', 'e', 'e', 'd', 's', 'g', 'o', '.', '', '', 'D', 'e', 'e', 'p', 'i', 's', 'y', 'o', 'u', 'r', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'f', 'o', 'r', 't', 'h', 'e', 'l', 'a', 'n', 'd', 'o', 'f', '', 'y', 'o', 'u', 'r', 'm', 'e', 'm', 'o', 'r', 'i', 'e', 's', 'a', 'n', 'd', 't', 'h', 'e', 'd', 'w', 'e', 'l', 'l', 'i', 'n', 'g', 'p', 'l', 'a', 'c', 'e', '', 'o', 'f', 'y', 'o', 'u', 'r', 'g', 'r', 'e', 'a', 't', 'e', 'r', 'd', 'e', 's', 'i', 'r', 'e', 's', ';', 'a', 'n', 'd', 'o', 'u', 'r', 'l', 'o', 'v', 'e', '', 'w', 'o', 'u', 'l', 'd', 'n', 'o', 't', 'b', 'i', 'n', 'd', 'y', 'o', 'u', 'n', 'o', 'r', 'o', 'u', 'r', 'n', 'e', 'e', 'd', 's', 'h', 'o', 'l', 'd', '', 'y', 'o', 'u', '.', '', '', 'Y', 'e', 't', 't', 'h', 'i', 's', 'w', 'e', 'a', 's', 'k', 'e', 'r', 'e', 'y', 'o', 'u', 'l', 'e', 'a', 'v', 'e', 'u', 's', ',', 't', 'h', 'a', 't', '', 'y', 'o', 'u', 's', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'a', 'n', 'd', 'g', 'i', 'v', 'e', 'u', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 't', 'r', 'u', 't', 'h', '.', '', '', 'A', 'n', 'd', 'w', 'e', 'w', 'i', 'l', 'l', 'g', 'i', 'v', 'e', 'i', 't', 'u', 'n', 't', 'o', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ',', '', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'u', 'n', 't', 'o', 't', 'h', 'e', 'i', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', ',', 'a', 'n', 'd', 'i', 't', '', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'p', 'e', 'r', 'i', 's', 'h', '.', '', '', 'I', 'n', 'y', 'o', 'u', 'r', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'w', 'a', 't', 'c', 'h', 'e', 'd', 'w', 'i', 't', 'h', '', 'o', 'u', 'r', 'd', 'a', 'y', 's', ',', 'a', 'n', 'd', 'i', 'n', 'y', 'o', 'u', 'r', 'w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's', 'y', 'o', 'u', '', 'h', 'a', 'v', 'e', 'l', 'i', 's', 't', 'e', 'n', 'e', 'd', 't', 'o', 't', 'h', 'e', 'w', 'e', 'e', 'p', 'i', 'n', 'g', 'a', 'n', 'd', 't', 'h', 'e', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', 'o', 'f', 'o', 'u', 'r', 's', 'l', 'e', 'e', 'p', '.', '', '', 'N', 'o', 'w', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'd', 'i', 's', 'c', 'l', 'o', 's', 'e', 'u', 's', 't', 'o', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', ',', '', 'a', 'n', 'd', 't', 'e', 'l', 'l', 'u', 's', 'a', 'l', 'l', 't', 'h', 'a', 't', 'h', 'a', 's', 'b', 'e', 'e', 'n', 's', 'h', 'o', 'w', 'n', '', 'y', 'o', 'u', 'o', 'f', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'b', 'e', 't', 'w', 'e', 'e', 'n', 'b', 'i', 'r', 't', 'h', 'a', 'n', 'd', '', 'd', 'e', 'a', 't', 'h', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', '', '', 'P', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'o', 'f', 'w', 'h', 'a', 't', 'c', 'a', 'n', 'I', '', 's', 'a', 'v', 'e', 'o', 'f', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'e', 'v', 'e', 'n', 'n', 'o', 'w', '', 'm', 'o', 'v', 'i', 'n', 'g', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', 's', '?', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'n', 's', 'a', 'i', 'd', 'A', 'l', 'm', 'i', 't', 'r', 'a', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'L', 'o', 'v', 'e', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'r', 'a', 'i', 's', 'e', 'd', 'h', 'i', 's', 'h', 'e', 'a', 'd', 'a', 'n', 'd', 'l', 'o', 'o', 'k', 'e', 'd', 'u', 'p', 'o', 'n', '', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', ',', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'f', 'e', 'l', 'l', 'a', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'm', '.', 'A', 'n', 'd', 'w', 'i', 't', 'h', 'a', 'g', 'r', 'e', 'a', 't', 'v', 'o', 'i', 'c', 'e', 'h', 'e', '', 's', 'a', 'i', 'd', ':', '', '', 'W', 'h', 'e', 'n', 'l', 'o', 'v', 'e', 'b', 'e', 'c', 'k', 'o', 'n', 's', 't', 'o', 'y', 'o', 'u', ',', 'f', 'o', 'l', 'l', 'o', 'w', 'h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h', 'h', 'i', 's', 'w', 'a', 'y', 's', 'a', 'r', 'e', 'h', 'a', 'r', 'd', 'a', 'n', 'd', 's', 't', 'e', 'e', 'p', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'h', 'i', 's', 'w', 'i', 'n', 'g', 's', 'e', 'n', 'f', 'o', 'l', 'd', 'y', 'o', 'u', 'y', 'i', 'e', 'l', 'd', 't', 'o', '', 'h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h', 't', 'h', 'e', 's', 'w', 'o', 'r', 'd', 'h', 'i', 'd', 'd', 'e', 'n', 'a', 'm', 'o', 'n', 'g', 'h', 'i', 's', '', 'p', 'i', 'n', 'i', 'o', 'n', 's', 'm', 'a', 'y', 'w', 'o', 'u', 'n', 'd', 'y', 'o', 'u', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'h', 'e', 's', 'p', 'e', 'a', 'k', 's', 't', 'o', 'y', 'o', 'u', 'b', 'e', 'l', 'i', 'e', 'v', 'e', 'i', 'n', '', 'h', 'i', 'm', ',', '', '', 'T', 'h', 'o', 'u', 'g', 'h', 'h', 'i', 's', 'v', 'o', 'i', 'c', 'e', 'm', 'a', 'y', 's', 'h', 'a', 't', 't', 'e', 'r', 'y', 'o', 'u', 'r', 'd', 'r', 'e', 'a', 'm', 's', '', 'a', 's', 't', 'h', 'e', 'n', 'o', 'r', 't', 'h', 'w', 'i', 'n', 'd', 'l', 'a', 'y', 's', 'w', 'a', 's', 't', 'e', 't', 'h', 'e', 'g', 'a', 'r', 'd', 'e', 'n', '.', '', '', 'F', 'o', 'r', 'e', 'v', 'e', 'n', 'a', 's', 'l', 'o', 'v', 'e', 'c', 'r', 'o', 'w', 'n', 's', 'y', 'o', 'u', 's', 'o', 's', 'h', 'a', 'l', 'l', '', 'h', 'e', 'c', 'r', 'u', 'c', 'i', 'f', 'y', 'y', 'o', 'u', '.', 'E', 'v', 'e', 'n', 'a', 's', 'h', 'e', 'i', 's', 'f', 'o', 'r', 'y', 'o', 'u', 'r', '', 'g', 'r', 'o', 'w', 't', 'h', 's', 'o', 'i', 's', 'h', 'e', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 'p', 'r', 'u', 'n', 'i', 'n', 'g', '.', '', '', 'E', 'v', 'e', 'n', 'a', 's', 'h', 'e', 'a', 's', 'c', 'e', 'n', 'd', 's', 't', 'o', 'y', 'o', 'u', 'r', 'h', 'e', 'i', 'g', 'h', 't', 'a', 'n', 'd', '', 'y', 'o', 'u', 'r', 't', 'e', 'n', 'd', 'e', 'r', 'e', 's', 't', 'b', 'r', 'a', 'n', 'c', 'h', 'e', 's', '', 't', 'h', 'a', 't', 'q', 'u', 'i', 'v', 'e', 'r', 'i', 'n', 't', 'h', 'e', 's', 'u', 'n', ',', '', '', 'S', 'o', 's', 'h', 'a', 'l', 'l', 'h', 'e', 'd', 'e', 's', 'c', 'e', 'n', 'd', 't', 'o', 'y', 'o', 'u', 'r', 'r', 'o', 'o', 't', 's', 'a', 'n', 'd', '', 's', 'h', 'a', 'k', 'e', 't', 'h', 'e', 'm', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'c', 'l', 'i', 'n', 'g', 'i', 'n', 'g', 't', 'o', 't', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'i', 'k', 'e', 's', 'h', 'e', 'a', 'v', 'e', 's', 'o', 'f', 'c', 'o', 'r', 'n', 'h', 'e', 'g', 'a', 't', 'h', 'e', 'r', 's', 'y', 'o', 'u', 'u', 'n', 't', 'o', '', 'h', 'i', 'm', 's', 'e', 'l', 'f', '.', '', '', 'H', 'e', 't', 'h', 'r', 'e', 's', 'h', 'e', 's', 'y', 'o', 'u', 't', 'o', 'm', 'a', 'k', 'e', 'y', 'o', 'u', 'n', 'a', 'k', 'e', 'd', '.', '', '', 'H', 'e', 's', 'i', 'f', 't', 's', 'y', 'o', 'u', 't', 'o', 'f', 'r', 'e', 'e', 'y', 'o', 'u', 'f', 'r', 'o', 'm', 'y', 'o', 'u', 'r', '', 'h', 'u', 's', 'k', 's', '.', '', '', 'H', 'e', 'g', 'r', 'i', 'n', 'd', 's', 'y', 'o', 'u', 't', 'o', 'w', 'h', 'i', 't', 'e', 'n', 'e', 's', 's', '.', '', '', 'H', 'e', 'k', 'n', 'e', 'a', 'd', 's', 'y', 'o', 'u', 'u', 'n', 't', 'i', 'l', 'y', 'o', 'u', 'a', 'r', 'e', 'p', 'l', 'i', 'a', 'n', 't', ';', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'n', 'h', 'e', 'a', 's', 's', 'i', 'g', 'n', 's', 'y', 'o', 'u', 't', 'o', 'h', 'i', 's', 's', 'a', 'c', 'r', 'e', 'd', '', 'f', 'i', 'r', 'e', ',', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'a', 'c', 'r', 'e', 'd', 'b', 'r', 'e', 'a', 'd', '', 'f', 'o', 'r', 'G', 'o', 'd', '’', 's', 's', 'a', 'c', 'r', 'e', 'd', 'f', 'e', 'a', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'l', 'l', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 's', 'h', 'a', 'l', 'l', 'l', 'o', 'v', 'e', 'd', 'o', 'u', 'n', 't', 'o', 'y', 'o', 'u', '', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', 'k', 'n', 'o', 'w', 't', 'h', 'e', 's', 'e', 'c', 'r', 'e', 't', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ',', 'a', 'n', 'd', 'i', 'n', 't', 'h', 'a', 't', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'b', 'e', 'c', 'o', 'm', 'e', 'a', '', 'f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 'o', 'f', 'L', 'i', 'f', 'e', '’', 's', 'h', 'e', 'a', 'r', 't', '.', '', '', 'B', 'u', 't', 'i', 'f', 'i', 'n', 'y', 'o', 'u', 'r', 'f', 'e', 'a', 'r', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 's', 'e', 'e', 'k', 'o', 'n', 'l', 'y', '', 'l', 'o', 'v', 'e', '’', 's', 'p', 'e', 'a', 'c', 'e', 'a', 'n', 'd', 'l', 'o', 'v', 'e', '’', 's', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ',', '', '', 'T', 'h', 'e', 'n', 'i', 't', 'i', 's', 'b', 'e', 't', 't', 'e', 'r', 'f', 'o', 'r', 'y', 'o', 'u', 't', 'h', 'a', 't', 'y', 'o', 'u', '', 'c', 'o', 'v', 'e', 'r', 'n', 'a', 'k', 'e', 'd', 'n', 'e', 's', 's', 'a', 'n', 'd', 'p', 'a', 's', 's', 'o', 'u', 't', 'o', 'f', '', 'l', 'o', 'v', 'e', '’', 's', 't', 'h', 'r', 'e', 's', 'h', 'i', 'n', 'g', '-', 'f', 'l', 'o', 'o', 'r', ',', '', '', 'I', 'n', 't', 'o', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 'l', 'e', 's', 's', 'w', 'o', 'r', 'l', 'd', 'w', 'h', 'e', 'r', 'e', 'y', 'o', 'u', '', 's', 'h', 'a', 'l', 'l', 'l', 'a', 'u', 'g', 'h', ',', 'b', 'u', 't', 'n', 'o', 't', 'a', 'l', 'l', 'o', 'f', 'y', 'o', 'u', 'r', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ',', 'a', 'n', 'd', 'w', 'e', 'e', 'p', ',', 'b', 'u', 't', 'n', 'o', 't', 'a', 'l', 'l', 'o', 'f', 'y', 'o', 'u', 'r', '', 't', 'e', 'a', 'r', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'o', 'v', 'e', 'g', 'i', 'v', 'e', 's', 'n', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 'i', 't', 's', 'e', 'l', 'f', 'a', 'n', 'd', 't', 'a', 'k', 'e', 's', '', 'n', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 'f', 'r', 'o', 'm', 'i', 't', 's', 'e', 'l', 'f', '.', '', '', 'L', 'o', 'v', 'e', 'p', 'o', 's', 's', 'e', 's', 's', 'e', 's', 'n', 'o', 't', 'n', 'o', 'r', 'w', 'o', 'u', 'l', 'd', 'i', 't', 'b', 'e', '', 'p', 'o', 's', 's', 'e', 's', 's', 'e', 'd', ';', '', '', 'F', 'o', 'r', 'l', 'o', 'v', 'e', 'i', 's', 's', 'u', 'f', 'f', 'i', 'c', 'i', 'e', 'n', 't', 'u', 'n', 't', 'o', 'l', 'o', 'v', 'e', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'l', 'o', 'v', 'e', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 'n', 'o', 't', 's', 'a', 'y', ',', '“', 'G', 'o', 'd', '', 'i', 's', 'i', 'n', 'm', 'y', 'h', 'e', 'a', 'r', 't', ',', '”', 'b', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', ',', '“', 'I', 'a', 'm', 'i', 'n', '', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', 'o', 'f', 'G', 'o', 'd', '.', '”', '', '', 'A', 'n', 'd', 't', 'h', 'i', 'n', 'k', 'n', 'o', 't', 'y', 'o', 'u', 'c', 'a', 'n', 'd', 'i', 'r', 'e', 'c', 't', 't', 'h', 'e', 'c', 'o', 'u', 'r', 's', 'e', '', 'o', 'f', 'l', 'o', 'v', 'e', ',', 'f', 'o', 'r', 'l', 'o', 'v', 'e', ',', 'i', 'f', 'i', 't', 'f', 'i', 'n', 'd', 's', 'y', 'o', 'u', '', 'w', 'o', 'r', 't', 'h', 'y', ',', 'd', 'i', 'r', 'e', 'c', 't', 's', 'y', 'o', 'u', 'r', 'c', 'o', 'u', 'r', 's', 'e', '.', '', '', 'L', 'o', 'v', 'e', 'h', 'a', 's', 'n', 'o', 'o', 't', 'h', 'e', 'r', 'd', 'e', 's', 'i', 'r', 'e', 'b', 'u', 't', 't', 'o', 'f', 'u', 'l', 'f', 'i', 'l', '', 'i', 't', 's', 'e', 'l', 'f', '.', '', '', 'B', 'u', 't', 'i', 'f', 'y', 'o', 'u', 'l', 'o', 'v', 'e', 'a', 'n', 'd', 'm', 'u', 's', 't', 'n', 'e', 'e', 'd', 's', 'h', 'a', 'v', 'e', '', 'd', 'e', 's', 'i', 'r', 'e', 's', ',', 'l', 'e', 't', 't', 'h', 'e', 's', 'e', 'b', 'e', 'y', 'o', 'u', 'r', 'd', 'e', 's', 'i', 'r', 'e', 's', ':', '', '', 'T', 'o', 'm', 'e', 'l', 't', 'a', 'n', 'd', 'b', 'e', 'l', 'i', 'k', 'e', 'a', 'r', 'u', 'n', 'n', 'i', 'n', 'g', 'b', 'r', 'o', 'o', 'k', 't', 'h', 'a', 't', '', 's', 'i', 'n', 'g', 's', 'i', 't', 's', 'm', 'e', 'l', 'o', 'd', 'y', 't', 'o', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', '.', 't', 'h', 'e', 'p', 'a', 'i', 'n', 'o', 'f', 't', 'o', 'o', 'm', 'u', 'c', 'h', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', '.', '', '', 'T', 'o', 'b', 'e', 'w', 'o', 'u', 'n', 'd', 'e', 'd', 'b', 'y', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '', 'o', 'f', 'l', 'o', 'v', 'e', ';', '', '', 'A', 'n', 'd', 't', 'o', 'b', 'l', 'e', 'e', 'd', 'w', 'i', 'l', 'l', 'i', 'n', 'g', 'l', 'y', 'a', 'n', 'd', 'j', 'o', 'y', 'f', 'u', 'l', 'l', 'y', '.', '', '', 'T', 'o', 'w', 'a', 'k', 'e', 'a', 't', 'd', 'a', 'w', 'n', 'w', 'i', 't', 'h', 'a', 'w', 'i', 'n', 'g', 'e', 'd', 'h', 'e', 'a', 'r', 't', 'a', 'n', 'd', '', 'g', 'i', 'v', 'e', 't', 'h', 'a', 'n', 'k', 's', 'f', 'o', 'r', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'd', 'a', 'y', 'o', 'f', 'l', 'o', 'v', 'i', 'n', 'g', ';', '', '', 'T', 'o', 'r', 'e', 's', 't', 'a', 't', 't', 'h', 'e', 'n', 'o', 'o', 'n', 'h', 'o', 'u', 'r', 'a', 'n', 'd', 'm', 'e', 'd', 'i', 't', 'a', 't', 'e', '', 'l', 'o', 'v', 'e', '’', 's', 'e', 'c', 's', 't', 'a', 'c', 'y', ';', '', '', 'T', 'o', 'r', 'e', 't', 'u', 'r', 'n', 'h', 'o', 'm', 'e', 'a', 't', 'e', 'v', 'e', 'n', 't', 'i', 'd', 'e', 'w', 'i', 't', 'h', '', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ';', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'n', 't', 'o', 's', 'l', 'e', 'e', 'p', 'w', 'i', 't', 'h', 'a', 'p', 'r', 'a', 'y', 'e', 'r', 'f', 'o', 'r', '', 't', 'h', 'e', 'b', 'e', 'l', 'o', 'v', 'e', 'd', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'a', 'n', 'd', 'a', 's', 'o', 'n', 'g', 'o', 'f', '', 'p', 'r', 'a', 'i', 's', 'e', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'l', 'i', 'p', 's', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '2', '9', ']', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'A', 'l', 'm', 'i', 't', 'r', 'a', 's', 'p', 'o', 'k', 'e', 'a', 'g', 'a', 'i', 'n', 'a', 'n', 'd', 's', 'a', 'i', 'd', ',', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'o', 'f', '_', 'M', 'a', 'r', 'r', 'i', 'a', 'g', 'e', '_', 'm', 'a', 's', 't', 'e', 'r', '?', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'w', 'e', 'r', 'e', 'b', 'o', 'r', 'n', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', ',', 'a', 'n', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'y', 'o', 'u', '', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'f', 'o', 'r', 'e', 'v', 'e', 'r', 'm', 'o', 'r', 'e', '.', '', '', 'Y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'b', 'e', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'w', 'h', 'i', 't', 'e', '', 'w', 'i', 'n', 'g', 's', 'o', 'f', 'd', 'e', 'a', 't', 'h', 's', 'c', 'a', 't', 't', 'e', 'r', 'y', 'o', 'u', 'r', 'd', 'a', 'y', 's', '.', '', '', 'A', 'y', 'e', ',', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'b', 'e', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'e', 'v', 'e', 'n', 'i', 'n', 't', 'h', 'e', '', 's', 'i', 'l', 'e', 'n', 't', 'm', 'e', 'm', 'o', 'r', 'y', 'o', 'f', 'G', 'o', 'd', '.', '', '', 'B', 'u', 't', 'l', 'e', 't', 't', 'h', 'e', 'r', 'e', 'b', 'e', 's', 'p', 'a', 'c', 'e', 's', 'i', 'n', 'y', 'o', 'u', 'r', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd', 'l', 'e', 't', 't', 'h', 'e', 'w', 'i', 'n', 'd', 's', 'o', 'f', 't', 'h', 'e', 'h', 'e', 'a', 'v', 'e', 'n', 's', 'd', 'a', 'n', 'c', 'e', '', 'b', 'e', 't', 'w', 'e', 'e', 'n', 'y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'L', 'o', 'v', 'e', 'o', 'n', 'e', 'a', 'n', 'o', 't', 'h', 'e', 'r', ',', 'b', 'u', 't', 'm', 'a', 'k', 'e', 'n', 'o', 't', 'a', 'b', 'o', 'n', 'd', 'o', 'f', '', 'l', 'o', 'v', 'e', ':', '', '', 'L', 'e', 't', 'i', 't', 'r', 'a', 't', 'h', 'e', 'r', 'b', 'e', 'a', 'm', 'o', 'v', 'i', 'n', 'g', 's', 'e', 'a', 'b', 'e', 't', 'w', 'e', 'e', 'n', '', 't', 'h', 'e', 's', 'h', 'o', 'r', 'e', 's', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', 's', '.', '', '', 'F', 'i', 'l', 'l', 'e', 'a', 'c', 'h', 'o', 't', 'h', 'e', 'r', '’', 's', 'c', 'u', 'p', 'b', 'u', 't', 'd', 'r', 'i', 'n', 'k', 'n', 'o', 't', 'f', 'r', 'o', 'm', '', 'o', 'n', 'e', 'c', 'u', 'p', '.', '', '', 'G', 'i', 'v', 'e', 'o', 'n', 'e', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'o', 'f', 'y', 'o', 'u', 'r', 'b', 'r', 'e', 'a', 'd', 'b', 'u', 't', 'e', 'a', 't', '', 'n', 'o', 't', 'f', 'r', 'o', 'm', 't', 'h', 'e', 's', 'a', 'm', 'e', 'l', 'o', 'a', 'f', '.', 'a', 'n', 'd', '', 'd', 'a', 'n', 'c', 'e', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'a', 'n', 'd', 'b', 'e', 'j', 'o', 'y', 'o', 'u', 's', ',', 'b', 'u', 't', 'l', 'e', 't', '', 'e', 'a', 'c', 'h', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', 'b', 'e', 'a', 'l', 'o', 'n', 'e', ',', '', '', 'E', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', 's', 't', 'r', 'i', 'n', 'g', 's', 'o', 'f', 'a', 'l', 'u', 't', 'e', 'a', 'r', 'e', 'a', 'l', 'o', 'n', 'e', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'y', 'q', 'u', 'i', 'v', 'e', 'r', 'w', 'i', 't', 'h', 't', 'h', 'e', 's', 'a', 'm', 'e', 'm', 'u', 's', 'i', 'c', '.', '', '', '*', '*', '*', '*', '*', '', '', 'G', 'i', 'v', 'e', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', ',', 'b', 'u', 't', 'n', 'o', 't', 'i', 'n', 't', 'o', 'e', 'a', 'c', 'h', '', 'o', 't', 'h', 'e', 'r', '’', 's', 'k', 'e', 'e', 'p', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r', 'o', 'n', 'l', 'y', 't', 'h', 'e', 'h', 'a', 'n', 'd', 'o', 'f', 'L', 'i', 'f', 'e', 'c', 'a', 'n', 'c', 'o', 'n', 't', 'a', 'i', 'n', '', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', '.', '', '', 'A', 'n', 'd', 's', 't', 'a', 'n', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'y', 'e', 't', 'n', 'o', 't', 't', 'o', 'o', 'n', 'e', 'a', 'r', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', ':', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'p', 'i', 'l', 'l', 'a', 'r', 's', 'o', 'f', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', 's', 't', 'a', 'n', 'd', '', 'a', 'p', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'o', 'a', 'k', 't', 'r', 'e', 'e', 'a', 'n', 'd', 't', 'h', 'e', 'c', 'y', 'p', 'r', 'e', 's', 's', 'g', 'r', 'o', 'w', '', 'n', 'o', 't', 'i', 'n', 'e', 'a', 'c', 'h', 'o', 't', 'h', 'e', 'r', '’', 's', 's', 'h', 'a', 'd', 'o', 'w', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '3', '2', ']', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'w', 'o', 'm', 'a', 'n', 'w', 'h', 'o', 'h', 'e', 'l', 'd', 'a', 'b', 'a', 'b', 'e', '', 'a', 'g', 'a', 'i', 'n', 's', 't', 'h', 'e', 'r', 'b', 'o', 's', 'o', 'm', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'C', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'a', 'r', 'e', 'n', 'o', 't', 'y', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '', '', 'T', 'h', 'e', 'y', 'a', 'r', 'e', 't', 'h', 'e', 's', 'o', 'n', 's', 'a', 'n', 'd', 'd', 'a', 'u', 'g', 'h', 't', 'e', 'r', 's', 'o', 'f', '', 'L', 'i', 'f', 'e', '’', 's', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'f', 'o', 'r', 'i', 't', 's', 'e', 'l', 'f', '.', '', '', 'T', 'h', 'e', 'y', 'c', 'o', 'm', 'e', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'y', 'o', 'u', 'b', 'u', 't', 'n', 'o', 't', 'f', 'r', 'o', 'm', 'y', 'o', 'u', ',', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'y', 'a', 'r', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'y', 'e', 't', 't', 'h', 'e', 'y', '', 'b', 'e', 'l', 'o', 'n', 'g', 'n', 'o', 't', 't', 'o', 'y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'm', 'a', 'y', 'g', 'i', 'v', 'e', 't', 'h', 'e', 'm', 'y', 'o', 'u', 'r', 'l', 'o', 'v', 'e', 'b', 'u', 't', 'n', 'o', 't', 'y', 'o', 'u', 'r', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ',', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'y', 'h', 'a', 'v', 'e', 't', 'h', 'e', 'i', 'r', 'o', 'w', 'n', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '', '', 'Y', 'o', 'u', 'm', 'a', 'y', 'h', 'o', 'u', 's', 'e', 't', 'h', 'e', 'i', 'r', 'b', 'o', 'd', 'i', 'e', 's', 'b', 'u', 't', 'n', 'o', 't', 't', 'h', 'e', 'i', 'r', '', 's', 'o', 'u', 'l', 's', ',', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'i', 'r', 's', 'o', 'u', 'l', 's', 'd', 'w', 'e', 'l', 'l', 'i', 'n', 't', 'h', 'e', 'h', 'o', 'u', 's', 'e', 'o', 'f', '', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ',', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'v', 'i', 's', 'i', 't', ',', 'n', 'o', 't', '', 'e', 'v', 'e', 'n', 'i', 'n', 'y', 'o', 'u', 'r', 'd', 'r', 'e', 'a', 'm', 's', '.', '', '', 'Y', 'o', 'u', 'm', 'a', 'y', 's', 't', 'r', 'i', 'v', 'e', 't', 'o', 'b', 'e', 'l', 'i', 'k', 'e', 't', 'h', 'e', 'm', ',', 'b', 'u', 't', 's', 'e', 'e', 'k', '', 'n', 'o', 't', 't', 'o', 'm', 'a', 'k', 'e', 't', 'h', 'e', 'm', 'l', 'i', 'k', 'e', 'y', 'o', 'u', '.', 'g', 'o', 'e', 's', 'n', 'o', 't', 'b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', 'n', 'o', 'r', 't', 'a', 'r', 'r', 'i', 'e', 's', 'w', 'i', 't', 'h', '', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', '.', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 't', 'h', 'e', 'b', 'o', 'w', 's', 'f', 'r', 'o', 'm', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'r', '', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'a', 's', 'l', 'i', 'v', 'i', 'n', 'g', 'a', 'r', 'r', 'o', 'w', 's', 'a', 'r', 'e', 's', 'e', 'n', 't', '', 'f', 'o', 'r', 't', 'h', '.', '', '', 'T', 'h', 'e', 'a', 'r', 'c', 'h', 'e', 'r', 's', 'e', 'e', 's', 't', 'h', 'e', 'm', 'a', 'r', 'k', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'p', 'a', 't', 'h', '', 'o', 'f', 't', 'h', 'e', 'i', 'n', 'f', 'i', 'n', 'i', 't', 'e', ',', 'a', 'n', 'd', 'H', 'e', 'b', 'e', 'n', 'd', 's', 'y', 'o', 'u', 'w', 'i', 't', 'h', '', 'H', 'i', 's', 'm', 'i', 'g', 'h', 't', 't', 'h', 'a', 't', 'H', 'i', 's', 'a', 'r', 'r', 'o', 'w', 's', 'm', 'a', 'y', 'g', 'o', 's', 'w', 'i', 'f', 't', '', 'a', 'n', 'd', 'f', 'a', 'r', '.', '', '', 'L', 'e', 't', 'y', 'o', 'u', 'r', 'b', 'e', 'n', 'd', 'i', 'n', 'g', 'i', 'n', 't', 'h', 'e', 'A', 'r', 'c', 'h', 'e', 'r', '’', 's', 'h', 'a', 'n', 'd', 'b', 'e', '', 'f', 'o', 'r', 'g', 'l', 'a', 'd', 'n', 'e', 's', 's', ';', '', '', 'F', 'o', 'r', 'e', 'v', 'e', 'n', 'a', 's', 'h', 'e', 'l', 'o', 'v', 'e', 's', 't', 'h', 'e', 'a', 'r', 'r', 'o', 'w', 't', 'h', 'a', 't', '', 'f', 'l', 'i', 'e', 's', ',', 's', 'o', 'H', 'e', 'l', 'o', 'v', 'e', 's', 'a', 'l', 's', 'o', 't', 'h', 'e', 'b', 'o', 'w', 't', 'h', 'a', 't', 'i', 's', '', 's', 't', 'a', 'b', 'l', 'e', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 's', 'a', 'i', 'd', 'a', 'r', 'i', 'c', 'h', 'm', 'a', 'n', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'G', 'i', 'v', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'g', 'i', 'v', 'e', 'b', 'u', 't', 'l', 'i', 't', 't', 'l', 'e', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'g', 'i', 'v', 'e', 'o', 'f', '', 'y', 'o', 'u', 'r', 'p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's', '.', '', '', 'I', 't', 'i', 's', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'g', 'i', 'v', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 't', 'h', 'a', 't', 'y', 'o', 'u', '', 't', 'r', 'u', 'l', 'y', 'g', 'i', 'v', 'e', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'a', 'r', 'e', 'y', 'o', 'u', 'r', 'p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', 's', 'b', 'u', 't', 't', 'h', 'i', 'n', 'g', 's', '', 'y', 'o', 'u', 'k', 'e', 'e', 'p', 'a', 'n', 'd', 'g', 'u', 'a', 'r', 'd', 'f', 'o', 'r', 'f', 'e', 'a', 'r', 'y', 'o', 'u', 'm', 'a', 'y', 'n', 'e', 'e', 'd', '', 't', 'h', 'e', 'm', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '', '', 'A', 'n', 'd', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', ',', 'w', 'h', 'a', 't', 's', 'h', 'a', 'l', 'l', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', 'b', 'r', 'i', 'n', 'g', '', 't', 'o', 't', 'h', 'e', 'o', 'v', 'e', 'r', 'p', 'r', 'u', 'd', 'e', 'n', 't', 'd', 'o', 'g', 'b', 'u', 'r', 'y', 'i', 'n', 'g', 'b', 'o', 'n', 'e', 's', '', 'i', 'n', 't', 'h', 'e', 't', 'r', 'a', 'c', 'k', 'l', 'e', 's', 's', 's', 'a', 'n', 'd', 'a', 's', 'h', 'e', 'f', 'o', 'l', 'l', 'o', 'w', 's', 't', 'h', 'e', '', 'p', 'i', 'l', 'g', 'r', 'i', 'm', 's', 't', 'o', 't', 'h', 'e', 'h', 'o', 'l', 'y', 'c', 'i', 't', 'y', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'f', 'e', 'a', 'r', 'o', 'f', 'n', 'e', 'e', 'd', 'b', 'u', 't', 'n', 'e', 'e', 'd', '', 'i', 't', 's', 'e', 'l', 'f', '?', '', '', 'I', 's', 'n', 'o', 't', 'd', 'r', 'e', 'a', 'd', 'o', 'f', 't', 'h', 'i', 'r', 's', 't', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'r', 'w', 'e', 'l', 'l', 'i', 's', '', 'f', 'u', 'l', 'l', ',', 't', 'h', 'e', 't', 'h', 'i', 'r', 's', 't', 't', 'h', 'a', 't', 'i', 's', 'u', 'n', 'q', 'u', 'e', 'n', 'c', 'h', 'a', 'b', 'l', 'e', '?', '', '', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'g', 'i', 'v', 'e', 'l', 'i', 't', 't', 'l', 'e', 'o', 'f', 't', 'h', 'e', '', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'y', 'h', 'a', 'v', 'e', '-', '-', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'g', 'i', 'v', 'e', '', 'i', 't', 'f', 'o', 'r', 'r', 'e', 'c', 'o', 'g', 'n', 'i', 't', 'i', 'o', 'n', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'r', 'h', 'i', 'd', 'd', 'e', 'n', '', 'd', 'e', 's', 'i', 'r', 'e', 'm', 'a', 'k', 'e', 's', 't', 'h', 'e', 'i', 'r', 'g', 'i', 'f', 't', 's', 'u', 'n', 'w', 'h', 'o', 'l', 'e', 's', 'o', 'm', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'h', 'a', 'v', 'e', 'l', 'i', 't', 't', 'l', 'e', 'a', 'n', 'd', '', 'g', 'i', 'v', 'e', 'i', 't', 'a', 'l', 'l', '.', '', '', 'T', 'h', 'e', 's', 'e', 'a', 'r', 'e', 't', 'h', 'e', 'b', 'e', 'l', 'i', 'e', 'v', 'e', 'r', 's', 'i', 'n', 'l', 'i', 'f', 'e', 'a', 'n', 'd', '', 't', 'h', 'e', 'b', 'o', 'u', 'n', 't', 'y', 'o', 'f', 'l', 'i', 'f', 'e', ',', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'r', 'c', 'o', 'f', 'f', 'e', 'r', 'i', 's', '', 'n', 'e', 'v', 'e', 'r', 'e', 'm', 'p', 't', 'y', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'g', 'i', 'v', 'e', 'w', 'i', 't', 'h', 'j', 'o', 'y', ',', 'a', 'n', 'd', '', 't', 'h', 'a', 't', 'j', 'o', 'y', 'i', 's', 't', 'h', 'e', 'i', 'r', 'r', 'e', 'w', 'a', 'r', 'd', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'g', 'i', 'v', 'e', 'w', 'i', 't', 'h', 'p', 'a', 'i', 'n', ',', '', 'a', 'n', 'd', 't', 'h', 'a', 't', 'p', 'a', 'i', 'n', 'i', 's', 't', 'h', 'e', 'i', 'r', 'b', 'a', 'p', 't', 'i', 's', 'm', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'g', 'i', 'v', 'e', 'a', 'n', 'd', 'k', 'n', 'o', 'w', '', 'n', 'o', 't', 'p', 'a', 'i', 'n', 'i', 'n', 'g', 'i', 'v', 'i', 'n', 'g', ',', 'n', 'o', 'r', 'd', 'o', 't', 'h', 'e', 'y', 's', 'e', 'e', 'k', '', 'j', 'o', 'y', ',', 'n', 'o', 'r', 'g', 'i', 'v', 'e', 'w', 'i', 't', 'h', 'm', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's', 'o', 'f', '', 'v', 'i', 'r', 't', 'u', 'e', ';', '', '', 'T', 'h', 'e', 'y', 'g', 'i', 'v', 'e', 'a', 's', 'i', 'n', 'y', 'o', 'n', 'd', 'e', 'r', 'v', 'a', 'l', 'l', 'e', 'y', 't', 'h', 'e', 'm', 'y', 'r', 't', 'l', 'e', '', 'b', 'r', 'e', 'a', 't', 'h', 'e', 's', 'i', 't', 's', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', 'i', 'n', 't', 'o', 's', 'p', 'a', 'c', 'e', '.', '', '', 'T', 'h', 'r', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'h', 'a', 'n', 'd', 's', 'o', 'f', 's', 'u', 'c', 'h', 'a', 's', 't', 'h', 'e', 's', 'e', 'G', 'o', 'd', '', 's', 'p', 'e', 'a', 'k', 's', ',', 'a', 'n', 'd', 'f', 'r', 'o', 'm', 'b', 'e', 'h', 'i', 'n', 'd', 't', 'h', 'e', 'i', 'r', 'e', 'y', 'e', 's', 'H', 'e', '', 's', 'm', 'i', 'l', 'e', 's', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '3', '9', ']', '', '', 'I', 't', 'i', 's', 'w', 'e', 'l', 'l', 't', 'o', 'g', 'i', 'v', 'e', 'w', 'h', 'e', 'n', 'a', 's', 'k', 'e', 'd', ',', 'b', 'u', 't', 'i', 't', '', 'i', 's', 'b', 'e', 't', 't', 'e', 'r', 't', 'o', 'g', 'i', 'v', 'e', 'u', 'n', 'a', 's', 'k', 'e', 'd', ',', 't', 'h', 'r', 'o', 'u', 'g', 'h', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', ';', '', '', 'A', 'n', 'd', 't', 'o', 't', 'h', 'e', 'o', 'p', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd', 't', 'h', 'e', 's', 'e', 'a', 'r', 'c', 'h', 'f', 'o', 'r', '', 'w', 'h', 'o', 's', 'h', 'a', 'l', 'l', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'i', 's', 'j', 'o', 'y', 'g', 'r', 'e', 'a', 't', 'e', 'r', '', 't', 'h', 'a', 'n', 'g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'i', 's', 't', 'h', 'e', 'r', 'e', 'a', 'u', 'g', 'h', 't', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'w', 'i', 't', 'h', 'h', 'o', 'l', 'd', '?', '', '', 'A', 'l', 'l', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 's', 'h', 'a', 'l', 'l', 's', 'o', 'm', 'e', 'd', 'a', 'y', 'b', 'e', 'g', 'i', 'v', 'e', 'n', ';', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'g', 'i', 'v', 'e', 'n', 'o', 'w', ',', 't', 'h', 'a', 't', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', '', 'o', 'f', 'g', 'i', 'v', 'i', 'n', 'g', 'm', 'a', 'y', 'b', 'e', 'y', 'o', 'u', 'r', 's', 'a', 'n', 'd', 'n', 'o', 't', 'y', 'o', 'u', 'r', '', 'i', 'n', 'h', 'e', 'r', 'i', 't', 'o', 'r', 's', '’', '.', '', '', 'Y', 'o', 'u', 'o', 'f', 't', 'e', 'n', 's', 'a', 'y', ',', '“', 'I', 'w', 'o', 'u', 'l', 'd', 'g', 'i', 'v', 'e', ',', 'b', 'u', 't', 'o', 'n', 'l', 'y', '', 't', 'o', 't', 'h', 'e', 'd', 'e', 's', 'e', 'r', 'v', 'i', 'n', 'g', '.', '”', '', '', 'T', 'h', 'e', 't', 'r', 'e', 'e', 's', 'i', 'n', 'y', 'o', 'u', 'r', 'o', 'r', 'c', 'h', 'a', 'r', 'd', 's', 'a', 'y', 'n', 'o', 't', 's', 'o', ',', '', 'n', 'o', 'r', 't', 'h', 'e', 'f', 'l', 'o', 'c', 'k', 's', 'i', 'n', 'y', 'o', 'u', 'r', 'p', 'a', 's', 't', 'u', 'r', 'e', '.', '', '', 'T', 'h', 'e', 'y', 'g', 'i', 'v', 'e', 't', 'h', 'a', 't', 't', 'h', 'e', 'y', 'm', 'a', 'y', 'l', 'i', 'v', 'e', ',', 'f', 'o', 'r', 't', 'o', '', 'w', 'i', 't', 'h', 'h', 'o', 'l', 'd', 'i', 's', 't', 'o', 'p', 'e', 'r', 'i', 's', 'h', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y', 'h', 'e', 'w', 'h', 'o', 'i', 's', 'w', 'o', 'r', 't', 'h', 'y', 't', 'o', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'h', 'i', 's', '', 'd', 'a', 'y', 's', 'a', 'n', 'd', 'h', 'i', 's', 'n', 'i', 'g', 'h', 't', 's', ',', 'i', 's', 'w', 'o', 'r', 't', 'h', 'y', 'o', 'f', 'a', 'l', 'l', '', 'e', 'l', 's', 'e', 'f', 'r', 'o', 'm', 'y', 'o', 'u', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'w', 'h', 'o', 'h', 'a', 's', 'd', 'e', 's', 'e', 'r', 'v', 'e', 'd', 't', 'o', 'd', 'r', 'i', 'n', 'k', 'f', 'r', 'o', 'm', '', 't', 'h', 'e', 'o', 'c', 'e', 'a', 'n', 'o', 'f', 'l', 'i', 'f', 'e', 'd', 'e', 's', 'e', 'r', 'v', 'e', 's', 't', 'o', 'f', 'i', 'l', 'l', 'h', 'i', 's', '', 'c', 'u', 'p', 'f', 'r', 'o', 'm', 'y', 'o', 'u', 'r', 'l', 'i', 't', 't', 'l', 'e', 's', 't', 'r', 'e', 'a', 'm', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'd', 'e', 's', 'e', 'r', 't', 'g', 'r', 'e', 'a', 't', 'e', 'r', 's', 'h', 'a', 'l', 'l', 't', 'h', 'e', 'r', 'e', 'b', 'e', ',', '', 't', 'h', 'a', 'n', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'l', 'i', 'e', 's', 'i', 'n', 't', 'h', 'e', 'c', 'o', 'u', 'r', 'a', 'g', 'e', '', 'a', 'n', 'd', 't', 'h', 'e', 'c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 'c', 'e', ',', 'n', 'a', 'y', 't', 'h', 'e', 'c', 'h', 'a', 'r', 'i', 't', 'y', ',', 'o', 'f', '', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'o', 'a', 'r', 'e', 'y', 'o', 'u', 't', 'h', 'a', 't', 'm', 'e', 'n', 's', 'h', 'o', 'u', 'l', 'd', 'r', 'e', 'n', 'd', '', 'b', 'o', 's', 'o', 'm', 'a', 'n', 'd', 'u', 'n', 'v', 'e', 'i', 'l', 't', 'h', 'e', 'i', 'r', 'p', 'r', 'i', 'd', 'e', ',', '', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', 's', 'e', 'e', 't', 'h', 'e', 'i', 'r', 'w', 'o', 'r', 't', 'h', 'n', 'a', 'k', 'e', 'd', 'a', 'n', 'd', '', 't', 'h', 'e', 'i', 'r', 'p', 'r', 'i', 'd', 'e', 'u', 'n', 'a', 'b', 'a', 's', 'h', 'e', 'd', '?', '', '', 'S', 'e', 'e', 'f', 'i', 'r', 's', 't', 't', 'h', 'a', 't', 'y', 'o', 'u', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'd', 'e', 's', 'e', 'r', 'v', 'e', 't', 'o', '', 'b', 'e', 'a', 'g', 'i', 'v', 'e', 'r', ',', 'a', 'n', 'd', 'a', 'n', 'i', 'n', 's', 't', 'r', 'u', 'm', 'e', 'n', 't', 'o', 'f', 'g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r', 'i', 'n', 't', 'r', 'u', 't', 'h', 'i', 't', 'i', 's', 'l', 'i', 'f', 'e', 't', 'h', 'a', 't', 'g', 'i', 'v', 'e', 's', 'u', 'n', 't', 'o', '', 'l', 'i', 'f', 'e', '-', '-', 'w', 'h', 'i', 'l', 'e', 'y', 'o', 'u', ',', 'w', 'h', 'o', 'd', 'e', 'e', 'm', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'a', '', 'g', 'i', 'v', 'e', 'r', ',', 'a', 'r', 'e', 'b', 'u', 't', 'a', 'w', 'i', 't', 'n', 'e', 's', 's', '.', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 'n', 'd', 'y', 'o', 'u', 'a', 'r', 'e', '', 'a', 'l', 'l', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 's', '-', '-', 'a', 's', 's', 'u', 'm', 'e', 'n', 'o', 'w', 'e', 'i', 'g', 'h', 't', 'o', 'f', '', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ',', 'l', 'e', 's', 't', 'y', 'o', 'u', 'l', 'a', 'y', 'a', 'y', 'o', 'k', 'e', 'u', 'p', 'o', 'n', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'a', 'n', 'd', 'u', 'p', 'o', 'n', 'h', 'i', 'm', 'w', 'h', 'o', 'g', 'i', 'v', 'e', 's', '.', '', '', 'R', 'a', 't', 'h', 'e', 'r', 'r', 'i', 's', 'e', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'w', 'i', 't', 'h', 't', 'h', 'e', 'g', 'i', 'v', 'e', 'r', 'o', 'n', '', 'h', 'i', 's', 'g', 'i', 'f', 't', 's', 'a', 's', 'o', 'n', 'w', 'i', 'n', 'g', 's', ';', '', '', 'F', 'o', 'r', 't', 'o', 'b', 'e', 'o', 'v', 'e', 'r', 'm', 'i', 'n', 'd', 'f', 'u', 'l', 'o', 'f', 'y', 'o', 'u', 'r', 'd', 'e', 'b', 't', ',', 'i', 's', '', 'i', 't', 'o', 'd', 'o', 'u', 'b', 't', 'h', 'i', 's', 'g', 'e', 'n', 'e', 'r', 'o', 's', 'i', 't', 'y', 'w', 'h', 'o', 'h', 'a', 's', 't', 'h', 'e', '', 'f', 'r', 'e', 'e', 'h', 'e', 'a', 'r', 't', 'e', 'd', 'e', 'a', 'r', 't', 'h', 'f', 'o', 'r', 'm', 'o', 't', 'h', 'e', 'r', ',', 'a', 'n', 'd', 'G', 'o', 'd', '', 'f', 'o', 'r', 'f', 'a', 't', 'h', 'e', 'r', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '4', '2', ']', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'n', 'o', 'l', 'd', 'm', 'a', 'n', ',', 'a', 'k', 'e', 'e', 'p', 'e', 'r', 'o', 'f', 'a', 'n', '', 'i', 'n', 'n', ',', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '_', 'E', 'a', 't', 'i', 'n', 'g', 'a', 'n', 'd', '', 'D', 'r', 'i', 'n', 'k', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'W', 'o', 'u', 'l', 'd', 't', 'h', 'a', 't', 'y', 'o', 'u', 'c', 'o', 'u', 'l', 'd', 'l', 'i', 'v', 'e', 'o', 'n', 't', 'h', 'e', '', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', ',', 'a', 'n', 'd', 'l', 'i', 'k', 'e', 'a', 'n', 'a', 'i', 'r', '', 'p', 'l', 'a', 'n', 't', 'b', 'e', 's', 'u', 's', 't', 'a', 'i', 'n', 'e', 'd', 'b', 'y', 't', 'h', 'e', 'l', 'i', 'g', 'h', 't', '.', '', '', 'B', 'u', 't', 's', 'i', 'n', 'c', 'e', 'y', 'o', 'u', 'm', 'u', 's', 't', 'k', 'i', 'l', 'l', 't', 'o', 'e', 'a', 't', ',', 'a', 'n', 'd', 'r', 'o', 'b', '', 't', 'h', 'e', 'n', 'e', 'w', 'l', 'y', 'b', 'o', 'r', 'n', 'o', 'f', 'i', 't', 's', 'm', 'o', 't', 'h', 'e', 'r', '’', 's', 'm', 'i', 'l', 'k', 't', 'o', '', 'q', 'u', 'e', 'n', 'c', 'h', 'y', 'o', 'u', 'r', 't', 'h', 'i', 'r', 's', 't', ',', 'l', 'e', 't', 'i', 't', 't', 'h', 'e', 'n', 'b', 'e', 'a', 'n', '', 'a', 'c', 't', 'o', 'f', 'w', 'o', 'r', 's', 'h', 'i', 'p', ',', '', '', 'A', 'n', 'd', 'l', 'e', 't', 'y', 'o', 'u', 'r', 'b', 'o', 'a', 'r', 'd', 's', 't', 'a', 'n', 'd', 'a', 'n', 'a', 'l', 't', 'a', 'r', 'o', 'n', '', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'p', 'u', 'r', 'e', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', 'o', 'f', '', 'f', 'o', 'r', 'e', 's', 't', 'a', 'n', 'd', 'p', 'l', 'a', 'i', 'n', 'a', 'r', 'e', 's', 'a', 'c', 'r', 'i', 'f', 'i', 'c', 'e', 'd', 'f', 'o', 'r', 't', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'p', 'u', 'r', 'e', 'r', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l', 'm', 'o', 'r', 'e', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '', 'i', 'n', 'm', 'a', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'k', 'i', 'l', 'l', 'a', 'b', 'e', 'a', 's', 't', 's', 'a', 'y', 't', 'o', 'h', 'i', 'm', 'i', 'n', 'y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ',', '', '', '“', 'B', 'y', 't', 'h', 'e', 's', 'a', 'm', 'e', 'p', 'o', 'w', 'e', 'r', 't', 'h', 'a', 't', 's', 'l', 'a', 'y', 's', 'y', 'o', 'u', ',', 'I', 't', 'o', 'o', '', 'a', 'm', 's', 'l', 'a', 'i', 'n', ';', 'a', 'n', 'd', 'I', 't', 'o', 'o', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'c', 'o', 'n', 's', 'u', 'm', 'e', 'd', '.', '', 't', 'h', 'e', 'l', 'a', 'w', 't', 'h', 'a', 't', 'd', 'e', 'l', 'i', 'v', 'e', 'r', 'e', 'd', 'y', 'o', 'u', 'i', 'n', 't', 'o', '', 'm', 'y', 'h', 'a', 'n', 'd', 's', 'h', 'a', 'l', 'l', 'd', 'e', 'l', 'i', 'v', 'e', 'r', 'm', 'e', 'i', 'n', 't', 'o', 'a', 'm', 'i', 'g', 'h', 't', 'i', 'e', 'r', '', 'h', 'a', 'n', 'd', '.', '', '', 'Y', 'o', 'u', 'r', 'b', 'l', 'o', 'o', 'd', 'a', 'n', 'd', 'm', 'y', 'b', 'l', 'o', 'o', 'd', 'i', 's', 'n', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', '', 't', 'h', 'e', 's', 'a', 'p', 't', 'h', 'a', 't', 'f', 'e', 'e', 'd', 's', 't', 'h', 'e', 't', 'r', 'e', 'e', 'o', 'f', 'h', 'e', 'a', 'v', 'e', 'n', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'c', 'r', 'u', 's', 'h', 'a', 'n', 'a', 'p', 'p', 'l', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', '', 't', 'e', 'e', 't', 'h', ',', 's', 'a', 'y', 't', 'o', 'i', 't', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', ',', '', '', '“', 'Y', 'o', 'u', 'r', 's', 'e', 'e', 'd', 's', 's', 'h', 'a', 'l', 'l', 'l', 'i', 'v', 'e', 'i', 'n', 'm', 'y', 'b', 'o', 'd', 'y', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'b', 'u', 'd', 's', 'o', 'f', 'y', 'o', 'u', 'r', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', 's', 'h', 'a', 'l', 'l', '', 'b', 'l', 'o', 's', 's', 'o', 'm', 'i', 'n', 'm', 'y', 'h', 'e', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'r', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'm', 'y', 'b', 'r', 'e', 'a', 't', 'h', ',', '', 'A', 'n', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'w', 'e', 's', 'h', 'a', 'l', 'l', 'r', 'e', 'j', 'o', 'i', 'c', 'e', 't', 'h', 'r', 'o', 'u', 'g', 'h', '', 'a', 'l', 'l', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'i', 'n', 't', 'h', 'e', 'a', 'u', 't', 'u', 'm', 'n', ',', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'g', 'a', 't', 'h', 'e', 'r', '', 't', 'h', 'e', 'g', 'r', 'a', 'p', 'e', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', 'f', 'o', 'r', 't', 'h', 'e', '', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ',', 's', 'a', 'y', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', ',', '', '', '“', 'I', 't', 'o', 'o', 'a', 'm', 'a', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ',', 'a', 'n', 'd', 'm', 'y', 'f', 'r', 'u', 'i', 't', 's', 'h', 'a', 'l', 'l', '', 'b', 'e', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'd', 'f', 'o', 'r', 't', 'h', 'e', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', ',', '', '', 'A', 'n', 'd', 'l', 'i', 'k', 'e', 'n', 'e', 'w', 'w', 'i', 'n', 'e', 'I', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'k', 'e', 'p', 't', 'i', 'n', '', 'e', 't', 'e', 'r', 'n', 'a', 'l', 'v', 'e', 's', 's', 'e', 'l', 's', '.', '”', '', '', 'A', 'n', 'd', 'i', 'n', 'w', 'i', 'n', 't', 'e', 'r', ',', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'd', 'r', 'a', 'w', 't', 'h', 'e', 'w', 'i', 'n', 'e', ',', '', 't', 'h', 'e', 'r', 'e', 'b', 'e', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'a', 's', 'o', 'n', 'g', '', 'f', 'o', 'r', 'e', 'a', 'c', 'h', 'c', 'u', 'p', ';', '', '', 'A', 'n', 'd', 'l', 'e', 't', 't', 'h', 'e', 'r', 'e', 'b', 'e', 'i', 'n', 't', 'h', 'e', 's', 'o', 'n', 'g', 'a', '', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e', 'f', 'o', 'r', 't', 'h', 'e', 'a', 'u', 't', 'u', 'm', 'n', 'd', 'a', 'y', 's', ',', 'a', 'n', 'd', 'f', 'o', 'r', '', 't', 'h', 'e', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', ',', 'a', 'n', 'd', 'f', 'o', 'r', 't', 'h', 'e', 'w', 'i', 'n', 'e', 'p', 'r', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'n', 'a', 'p', 'l', 'o', 'u', 'g', 'h', 'm', 'a', 'n', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', '', 't', 'o', 'u', 's', 'o', 'f', '_', 'W', 'o', 'r', 'k', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'w', 'o', 'r', 'k', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', 'k', 'e', 'e', 'p', 'p', 'a', 'c', 'e', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', 'a', 'n', 'd', 't', 'h', 'e', 's', 'o', 'u', 'l', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '.', '', '', 'F', 'o', 'r', 't', 'o', 'b', 'e', 'i', 'd', 'l', 'e', 'i', 's', 't', 'o', 'b', 'e', 'c', 'o', 'm', 'e', 'a', 's', 't', 'r', 'a', 'n', 'g', 'e', 'r', '', 'u', 'n', 't', 'o', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', ',', 'a', 'n', 'd', 't', 'o', 's', 't', 'e', 'p', 'o', 'u', 't', 'o', 'f', '', 'l', 'i', 'f', 'e', '’', 's', 'p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n', ',', 't', 'h', 'a', 't', 'm', 'a', 'r', 'c', 'h', 'e', 's', 'i', 'n', '', 'm', 'a', 'j', 'e', 's', 't', 'y', 'a', 'n', 'd', 'p', 'r', 'o', 'u', 'd', 's', 'u', 'b', 'm', 'i', 's', 's', 'i', 'o', 'n', 't', 'o', 'w', 'a', 'r', 'd', 's', 't', 'h', 'e', '', 'i', 'n', 'f', 'i', 'n', 'i', 't', 'e', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'o', 'r', 'k', 'y', 'o', 'u', 'a', 'r', 'e', 'a', 'f', 'l', 'u', 't', 'e', 't', 'h', 'r', 'o', 'u', 'g', 'h', '', 'w', 'h', 'o', 's', 'e', 'h', 'e', 'a', 'r', 't', 't', 'h', 'e', 'w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 'h', 'o', 'u', 'r', 's', '', 't', 'u', 'r', 'n', 's', 't', 'o', 'm', 'u', 's', 'i', 'c', '.', '', '', 'W', 'h', 'i', 'c', 'h', 'o', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'b', 'e', 'a', 'r', 'e', 'e', 'd', ',', 'd', 'u', 'm', 'b', 'a', 'n', 'd', '', 's', 'i', 'l', 'e', 'n', 't', ',', 'w', 'h', 'e', 'n', 'a', 'l', 'l', 'e', 'l', 's', 'e', 's', 'i', 'n', 'g', 's', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'i', 'n', '', 'u', 'n', 'i', 's', 'o', 'n', '?', '', '', 'A', 'l', 'w', 'a', 'y', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'b', 'e', 'e', 'n', 't', 'o', 'l', 'd', 't', 'h', 'a', 't', 'w', 'o', 'r', 'k', 'i', 's', 'a', '', 'c', 'u', 'r', 's', 'e', 'a', 'n', 'd', 'l', 'a', 'b', 'o', 'u', 'r', 'a', 'm', 'i', 's', 'f', 'o', 'r', 't', 'u', 'n', 'e', '.', '', '', 'B', 'u', 't', 'I', 's', 'a', 'y', 't', 'o', 'y', 'o', 'u', 't', 'h', 'a', 't', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'o', 'r', 'k', 'y', 'o', 'u', '', 'f', 'u', 'l', 'f', 'i', 'l', 'a', 'p', 'a', 'r', 't', 'o', 'f', 'e', 'a', 'r', 't', 'h', '’', 's', 'f', 'u', 'r', 't', 'h', 'e', 's', 't', 'd', 'r', 'e', 'a', 'm', ',', '', 't', 'o', 'y', 'o', 'u', 'w', 'h', 'e', 'n', 't', 'h', 'a', 't', 'd', 'r', 'e', 'a', 'm', 'w', 'a', 's', '', 'b', 'o', 'r', 'n', ',', '', '', 'A', 'n', 'd', 'i', 'n', 'k', 'e', 'e', 'p', 'i', 'n', 'g', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'w', 'i', 't', 'h', 'l', 'a', 'b', 'o', 'u', 'r', 'y', 'o', 'u', '', 'a', 'r', 'e', 'i', 'n', 't', 'r', 'u', 't', 'h', 'l', 'o', 'v', 'i', 'n', 'g', 'l', 'i', 'f', 'e', ',', '', '', 'A', 'n', 'd', 't', 'o', 'l', 'o', 'v', 'e', 'l', 'i', 'f', 'e', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'l', 'a', 'b', 'o', 'u', 'r', 'i', 's', 't', 'o', 'b', 'e', '', 'i', 'n', 't', 'i', 'm', 'a', 't', 'e', 'w', 'i', 't', 'h', 'l', 'i', 'f', 'e', '’', 's', 'i', 'n', 'm', 'o', 's', 't', 's', 'e', 'c', 'r', 'e', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't', 'i', 'f', 'y', 'o', 'u', 'i', 'n', 'y', 'o', 'u', 'r', 'p', 'a', 'i', 'n', 'c', 'a', 'l', 'l', 'b', 'i', 'r', 't', 'h', 'a', 'n', '', 'a', 'f', 'f', 'l', 'i', 'c', 't', 'i', 'o', 'n', 'a', 'n', 'd', 't', 'h', 'e', 's', 'u', 'p', 'p', 'o', 'r', 't', 'o', 'f', 't', 'h', 'e', 'f', 'l', 'e', 's', 'h', '', 'a', 'c', 'u', 'r', 's', 'e', 'w', 'r', 'i', 't', 't', 'e', 'n', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'b', 'r', 'o', 'w', ',', 't', 'h', 'e', 'n', 'I', '', 'a', 'n', 's', 'w', 'e', 'r', 't', 'h', 'a', 't', 'n', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 't', 'h', 'e', 's', 'w', 'e', 'a', 't', 'o', 'f', '', 'y', 'o', 'u', 'r', 'b', 'r', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'w', 'a', 's', 'h', 'a', 'w', 'a', 'y', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', '', 'w', 'r', 'i', 't', 't', 'e', 'n', '.', '', '', 'Y', 'o', 'u', 'h', 'a', 'v', 'e', 'b', 'e', 'e', 'n', 't', 'o', 'l', 'd', 'a', 'l', 's', 'o', 't', 'h', 'a', 't', 'l', 'i', 'f', 'e', 'i', 's', '', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', ',', 'a', 'n', 'd', 'i', 'n', 'y', 'o', 'u', 'r', 'w', 'e', 'a', 'r', 'i', 'n', 'e', 's', 's', 'y', 'o', 'u', 'e', 'c', 'h', 'o', '', 'w', 'h', 'a', 't', 'w', 'a', 's', 's', 'a', 'i', 'd', 'b', 'y', 't', 'h', 'e', 'w', 'e', 'a', 'r', 'y', '.', '', '', 'A', 'n', 'd', 'I', 's', 'a', 'y', 't', 'h', 'a', 't', 'l', 'i', 'f', 'e', 'i', 's', 'i', 'n', 'd', 'e', 'e', 'd', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', '', '‘', 's', 'a', 'v', 'e', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'r', 'e', 'i', 's', 'u', 'r', 'g', 'e', ',', '', '', 'A', 'n', 'd', 'a', 'l', 'l', 'u', 'r', 'g', 'e', 'i', 's', 'b', 'l', 'i', 'n', 'd', 's', 'a', 'v', 'e', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'r', 'e', 'i', 's', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ',', '', '', 'A', 'n', 'd', 'a', 'l', 'l', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'i', 's', 'v', 'a', 'i', 'n', 's', 'a', 'v', 'e', 'w', 'h', 'e', 'n', '', 't', 'h', 'e', 'r', 'e', 'i', 's', 'w', 'o', 'r', 'k', ',', '', '', 'A', 'n', 'd', 'a', 'l', 'l', 'w', 'o', 'r', 'k', 'i', 's', 'e', 'm', 'p', 't', 'y', 's', 'a', 'v', 'e', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'r', 'e', 'i', 's', '', 'l', 'o', 'v', 'e', ';', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 'l', 'o', 'v', 'e', 'y', 'o', 'u', 'b', 'i', 'n', 'd', '', 't', 'o', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', ',', 'a', 'n', 'd', 't', 'o', 'o', 'n', 'e', '', 'a', 'n', 'o', 't', 'h', 'e', 'r', ',', 'a', 'n', 'd', 't', 'o', 'G', 'o', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', 't', 'o', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 'l', 'o', 'v', 'e', '?', '', '', 'I', 't', 'i', 's', 't', 'o', 'w', 'e', 'a', 'v', 'e', 't', 'h', 'e', 'c', 'l', 'o', 't', 'h', 'w', 'i', 't', 'h', 't', 'h', 'r', 'e', 'a', 'd', 's', '', 'd', 'r', 'a', 'w', 'n', 'f', 'r', 'o', 'm', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', ',', 'e', 'v', 'e', 'n', 'a', 's', 'i', 'f', 'y', 'o', 'u', 'r', '', 'b', 'e', 'l', 'o', 'v', 'e', 'd', 'w', 'e', 'r', 'e', 't', 'o', 'w', 'e', 'a', 'r', 't', 'h', 'a', 't', 'c', 'l', 'o', 't', 'h', '.', '', '', 'I', 't', 'i', 's', 't', 'o', 'b', 'u', 'i', 'l', 'd', 'a', 'h', 'o', 'u', 's', 'e', 'w', 'i', 't', 'h', 'a', 'f', 'f', 'e', 'c', 't', 'i', 'o', 'n', ',', '', 'e', 'v', 'e', 'n', 'a', 's', 'i', 'f', 'y', 'o', 'u', 'r', 'b', 'e', 'l', 'o', 'v', 'e', 'd', 'w', 'e', 'r', 'e', 't', 'o', 'd', 'w', 'e', 'l', 'l', 'i', 'n', '', 't', 'h', 'a', 't', 'h', 'o', 'u', 's', 'e', '.', '', '', 'I', 't', 'i', 's', 't', 'o', 's', 'o', 'w', 's', 'e', 'e', 'd', 's', 'w', 'i', 't', 'h', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'e', 's', 's', 'a', 'n', 'd', '', 'r', 'e', 'a', 'p', 't', 'h', 'e', 'h', 'a', 'r', 'v', 'e', 's', 't', 'w', 'i', 't', 'h', 'j', 'o', 'y', ',', 'e', 'v', 'e', 'n', 'a', 's', 'i', 'f', '', 'y', 'o', 'u', 'r', 'b', 'e', 'l', 'o', 'v', 'e', 'd', 'w', 'e', 'r', 'e', 't', 'o', 'e', 'a', 't', 't', 'h', 'e', 'f', 'r', 'u', 'i', 't', '.', '', '', 'I', 't', 'i', 's', 't', 'o', 'c', 'h', 'a', 'r', 'g', 'e', 'a', 'l', 'l', 't', 'h', 'i', 'n', 'g', 's', 'y', 'o', 'u', 'f', 'a', 's', 'h', 'i', 'o', 'n', '', 'w', 'i', 't', 'h', 'a', 'b', 'r', 'e', 'a', 't', 'h', 'o', 'f', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 's', 'p', 'i', 'r', 'i', 't', ',', '', '', 'A', 'n', 'd', 't', 'o', 'k', 'n', 'o', 'w', 't', 'h', 'a', 't', 'a', 'l', 'l', 't', 'h', 'e', 'b', 'l', 'e', 's', 's', 'e', 'd', 'd', 'e', 'a', 'd', '', 'a', 'r', 'e', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', 'a', 'b', 'o', 'u', 't', 'y', 'o', 'u', 'a', 'n', 'd', 'w', 'a', 't', 'c', 'h', 'i', 'n', 'g', '.', '', '', 'O', 'f', 't', 'e', 'n', 'h', 'a', 'v', 'e', 'I', 'h', 'e', 'a', 'r', 'd', 'y', 'o', 'u', 's', 'a', 'y', ',', 'a', 's', 'i', 'f', '', 's', 'p', 'e', 'a', 'k', 'i', 'n', 'g', 'i', 'n', 's', 'l', 'e', 'e', 'p', ',', '“', 'H', 'e', 'w', 'h', 'o', 'w', 'o', 'r', 'k', 's', 'i', 'n', '', 'm', 'a', 'r', 'b', 'l', 'e', ',', 'a', 'n', 'd', 'f', 'i', 'n', 'd', 's', 't', 'h', 'e', 's', 'h', 'a', 'p', 'e', 'o', 'f', 'h', 'i', 's', 'o', 'w', 'n', '', 's', 'o', 'u', 'l', 'i', 'n', 't', 'h', 'e', 's', 't', 'o', 'n', 'e', ',', 'i', 's', 'n', 'o', 'b', 'l', 'e', 'r', 't', 'h', 'a', 'n', 'h', 'e', 'w', 'h', 'o', '', 'p', 'l', 'o', 'u', 'g', 'h', 's', 't', 'h', 'e', 's', 'o', 'i', 'l', '.', 'h', 'e', 'w', 'h', 'o', 's', 'e', 'i', 'z', 'e', 's', '', 't', 'h', 'e', 'r', 'a', 'i', 'n', 'b', 'o', 'w', 't', 'o', 'l', 'a', 'y', 'i', 't', 'o', 'n', 'a', 'c', 'l', 'o', 't', 'h', 'i', 'n', 't', 'h', 'e', '', 'l', 'i', 'k', 'e', 'n', 'e', 's', 's', 'o', 'f', 'm', 'a', 'n', ',', 'i', 's', 'm', 'o', 'r', 'e', 't', 'h', 'a', 'n', 'h', 'e', 'w', 'h', 'o', '', 'm', 'a', 'k', 'e', 's', 't', 'h', 'e', 's', 'a', 'n', 'd', 'a', 'l', 's', 'f', 'o', 'r', 'o', 'u', 'r', 'f', 'e', 'e', 't', '.', '”', '', '', 'B', 'u', 't', 'I', 's', 'a', 'y', ',', 'n', 'o', 't', 'i', 'n', 's', 'l', 'e', 'e', 'p', 'b', 'u', 't', 'i', 'n', 't', 'h', 'e', '', 'o', 'v', 'e', 'r', 'w', 'a', 'k', 'e', 'f', 'u', 'l', 'n', 'e', 's', 's', 'o', 'f', 'n', 'o', 'o', 'n', 't', 'i', 'd', 'e', ',', 't', 'h', 'a', 't', 't', 'h', 'e', '', 'w', 'i', 'n', 'd', 's', 'p', 'e', 'a', 'k', 's', 'n', 'o', 't', 'm', 'o', 'r', 'e', 's', 'w', 'e', 'e', 't', 'l', 'y', 't', 'o', 't', 'h', 'e', '', 'g', 'i', 'a', 'n', 't', 'o', 'a', 'k', 's', 't', 'h', 'a', 'n', 't', 'o', 't', 'h', 'e', 'l', 'e', 'a', 's', 't', 'o', 'f', 'a', 'l', 'l', 't', 'h', 'e', '', 'b', 'l', 'a', 'd', 'e', 's', 'o', 'f', 'g', 'r', 'a', 's', 's', ';', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'l', 'o', 'n', 'e', 'i', 's', 'g', 'r', 'e', 'a', 't', 'w', 'h', 'o', 't', 'u', 'r', 'n', 's', 't', 'h', 'e', '', 'v', 'o', 'i', 'c', 'e', 'o', 'f', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'i', 'n', 't', 'o', 'a', 's', 'o', 'n', 'g', 'm', 'a', 'd', 'e', '', 's', 'w', 'e', 'e', 't', 'e', 'r', 'b', 'y', 'h', 'i', 's', 'o', 'w', 'n', 'l', 'o', 'v', 'i', 'n', 'g', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'o', 'r', 'k', 'i', 's', 'l', 'o', 'v', 'e', 'm', 'a', 'd', 'e', 'v', 'i', 's', 'i', 'b', 'l', 'e', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 'l', 'o', 'v', 'e', 'b', 'u', 't', '', 'o', 'n', 'l', 'y', 'w', 'i', 't', 'h', 'd', 'i', 's', 't', 'a', 's', 't', 'e', ',', 'i', 't', 'i', 's', 'b', 'e', 't', 't', 'e', 'r', 't', 'h', 'a', 't', '', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 'l', 'e', 'a', 'v', 'e', 'y', 'o', 'u', 'r', 'w', 'o', 'r', 'k', 'a', 'n', 'd', 's', 'i', 't', 'a', 't', '', 't', 'h', 'e', 'g', 'a', 't', 'e', 'o', 'f', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', 'a', 'n', 'd', 't', 'a', 'k', 'e', 'a', 'l', 'm', 's', 'o', 'f', '', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 'j', 'o', 'y', '.', '', '', 'F', 'o', 'r', 'i', 'f', 'y', 'o', 'u', 'b', 'a', 'k', 'e', 'b', 'r', 'e', 'a', 'd', 'w', 'i', 't', 'h', 'i', 'n', 'd', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 'c', 'e', ',', '', 'y', 'o', 'u', 'b', 'a', 'k', 'e', 'a', 'b', 'i', 't', 't', 'e', 'r', 'b', 'r', 'e', 'a', 'd', 't', 'h', 'a', 't', 'f', 'e', 'e', 'd', 's', 'b', 'u', 't', '', 'h', 'a', 'l', 'f', 'm', 'a', 'n', '’', 's', 'h', 'u', 'n', 'g', 'e', 'r', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'g', 'r', 'u', 'd', 'g', 'e', 't', 'h', 'e', 'c', 'r', 'u', 's', 'h', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', '', 'g', 'r', 'a', 'p', 'e', 's', ',', 'y', 'o', 'u', 'r', 'g', 'r', 'u', 'd', 'g', 'e', 'd', 'i', 's', 't', 'i', 'l', 's', 'a', 'p', 'o', 'i', 's', 'o', 'n', 'i', 'n', '', 't', 'h', 'e', 'w', 'i', 'n', 'e', '.', 'i', 'f', 'y', 'o', 'u', 's', 'i', 'n', 'g', 't', 'h', 'o', 'u', 'g', 'h', 'a', 's', '', 'a', 'n', 'g', 'e', 'l', 's', ',', 'a', 'n', 'd', 'l', 'o', 'v', 'e', 'n', 'o', 't', 't', 'h', 'e', 's', 'i', 'n', 'g', 'i', 'n', 'g', ',', 'y', 'o', 'u', '', 'm', 'u', 'f', 'f', 'l', 'e', 'm', 'a', 'n', '’', 's', 'e', 'a', 'r', 's', 't', 'o', 't', 'h', 'e', 'v', 'o', 'i', 'c', 'e', 's', 'o', 'f', 't', 'h', 'e', '', 'd', 'a', 'y', 'a', 'n', 'd', 't', 'h', 'e', 'v', 'o', 'i', 'c', 'e', 's', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'w', 'o', 'm', 'a', 'n', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'J', 'o', 'y', 'a', 'n', 'd', 'S', 'o', 'r', 'r', 'o', 'w', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'r', 'j', 'o', 'y', 'i', 's', 'y', 'o', 'u', 'r', 's', 'o', 'r', 'r', 'o', 'w', 'u', 'n', 'm', 'a', 's', 'k', 'e', 'd', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 's', 'e', 'l', 'f', 's', 'a', 'm', 'e', 'w', 'e', 'l', 'l', 'f', 'r', 'o', 'm', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'r', '', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', 'r', 'i', 's', 'e', 's', 'w', 'a', 's', 'o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 'f', 'i', 'l', 'l', 'e', 'd', '', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 't', 'e', 'a', 'r', 's', '.', '', '', 'A', 'n', 'd', 'h', 'o', 'w', 'e', 'l', 's', 'e', 'c', 'a', 'n', 'i', 't', 'b', 'e', '?', '', '', 'T', 'h', 'e', 'd', 'e', 'e', 'p', 'e', 'r', 't', 'h', 'a', 't', 's', 'o', 'r', 'r', 'o', 'w', 'c', 'a', 'r', 'v', 'e', 's', 'i', 'n', 't', 'o', 'y', 'o', 'u', 'r', '', 'b', 'e', 'i', 'n', 'g', ',', 't', 'h', 'e', 'm', 'o', 'r', 'e', 'j', 'o', 'y', 'y', 'o', 'u', 'c', 'a', 'n', 'c', 'o', 'n', 't', 'a', 'i', 'n', '.', '', '', 'I', 's', 'n', 'o', 't', 't', 'h', 'e', 'c', 'u', 'p', 't', 'h', 'a', 't', 'h', 'o', 'l', 'd', 's', 'y', 'o', 'u', 'r', 'w', 'i', 'n', 'e', 't', 'h', 'e', '', 'v', 'e', 'r', 'y', 'c', 'u', 'p', 't', 'h', 'a', 't', 'w', 'a', 's', 'b', 'u', 'r', 'n', 'e', 'd', 'i', 'n', 't', 'h', 'e', 'p', 'o', 't', 't', 'e', 'r', '’', 's', '', 'o', 'v', 'e', 'n', '?', '', '', 'A', 'n', 'd', 'i', 's', 'n', 'o', 't', 't', 'h', 'e', 'l', 'u', 't', 'e', 't', 'h', 'a', 't', 's', 'o', 'o', 't', 'h', 'e', 's', 'y', 'o', 'u', 'r', '', 's', 'p', 'i', 'r', 'i', 't', ',', 't', 'h', 'e', 'v', 'e', 'r', 'y', 'w', 'o', 'o', 'd', 't', 'h', 'a', 't', 'w', 'a', 's', 'h', 'o', 'l', 'l', 'o', 'w', 'e', 'd', '', 'w', 'i', 't', 'h', 'k', 'n', 'i', 'v', 'e', 's', '?', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'j', 'o', 'y', 'o', 'u', 's', ',', 'l', 'o', 'o', 'k', 'd', 'e', 'e', 'p', 'i', 'n', 't', 'o', 'y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'f', 'i', 'n', 'd', 'i', 't', 'i', 's', 'o', 'n', 'l', 'y', '', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'h', 'a', 's', 'g', 'i', 'v', 'e', 'n', 'y', 'o', 'u', 's', 'o', 'r', 'r', 'o', 'w', 't', 'h', 'a', 't', 'i', 's', '', 'g', 'i', 'v', 'i', 'n', 'g', 'y', 'o', 'u', 'j', 'o', 'y', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 's', 'o', 'r', 'r', 'o', 'w', 'f', 'u', 'l', 'l', 'o', 'o', 'k', 'a', 'g', 'a', 'i', 'n', 'i', 'n', '', 'h', 'e', 'a', 'r', 't', ',', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', 't', 'h', 'a', 't', '', 'i', 'n', 't', 'r', 'u', 't', 'h', 'y', 'o', 'u', 'a', 'r', 'e', 'w', 'e', 'e', 'p', 'i', 'n', 'g', 'f', 'o', 'r', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', '', 'h', 'a', 's', 'b', 'e', 'e', 'n', 'y', 'o', 'u', 'r', 'd', 'e', 'l', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 's', 'a', 'y', ',', '“', 'J', 'o', 'y', 'i', 's', 'g', 'r', 'e', 'a', 't', 'e', 'r', 't', 'h', 'a', 'n', '', 's', 'o', 'r', 'r', 'o', 'w', ',', '”', 'a', 'n', 'd', 'o', 't', 'h', 'e', 'r', 's', 's', 'a', 'y', ',', '“', 'N', 'a', 'y', ',', 's', 'o', 'r', 'r', 'o', 'w', 'i', 's', '', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 'e', 'r', '.', '”', '', '', 'B', 'u', 't', 'I', 's', 'a', 'y', 'u', 'n', 't', 'o', 'y', 'o', 'u', ',', 't', 'h', 'e', 'y', 'a', 'r', 'e', '', 'i', 'n', 's', 'e', 'p', 'a', 'r', 'a', 'b', 'l', 'e', '.', '', '', 'T', 'o', 'g', 'e', 't', 'h', 'e', 'r', 't', 'h', 'e', 'y', 'c', 'o', 'm', 'e', ',', 'a', 'n', 'd', 'w', 'h', 'e', 'n', 'o', 'n', 'e', 's', 'i', 't', 's', '', 'a', 'l', 'o', 'n', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'a', 't', 'y', 'o', 'u', 'r', 'b', 'o', 'a', 'r', 'd', ',', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '', 't', 'h', 'a', 't', 't', 'h', 'e', 'o', 't', 'h', 'e', 'r', 'i', 's', 'a', 's', 'l', 'e', 'e', 'p', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'b', 'e', 'd', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 'y', 'o', 'u', 'a', 'r', 'e', 's', 'u', 's', 'p', 'e', 'n', 'd', 'e', 'd', 'l', 'i', 'k', 'e', 's', 'c', 'a', 'l', 'e', 's', '', 'b', 'e', 't', 'w', 'e', 'e', 'n', 'y', 'o', 'u', 'r', 's', 'o', 'r', 'r', 'o', 'w', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'j', 'o', 'y', '.', '', '', 'O', 'n', 'l', 'y', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'e', 'm', 'p', 't', 'y', 'a', 'r', 'e', 'y', 'o', 'u', 'a', 't', '', 's', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l', 'a', 'n', 'd', 'b', 'a', 'l', 'a', 'n', 'c', 'e', 'd', '.', '', '', 'W', 'h', 'e', 'n', 't', 'h', 'e', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', '-', 'k', 'e', 'e', 'p', 'e', 'r', 'l', 'i', 'f', 't', 's', 'y', 'o', 'u', 't', 'o', '', 'w', 'e', 'i', 'g', 'h', 'h', 'i', 's', 'g', 'o', 'l', 'd', 'a', 'n', 'd', 'h', 'i', 's', 's', 'i', 'l', 'v', 'e', 'r', ',', 'n', 'e', 'e', 'd', 's', '', 'm', 'u', 's', 't', 'y', 'o', 'u', 'r', 'j', 'o', 'y', 'o', 'r', 'y', 'o', 'u', 'r', 's', 'o', 'r', 'r', 'o', 'w', 'r', 'i', 's', 'e', 'o', 'r', '', 'f', 'a', 'l', 'l', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'm', 'a', 's', 'o', 'n', 'c', 'a', 'm', 'e', 'f', 'o', 'r', 't', 'h', 'a', 'n', 'd', 's', 'a', 'i', 'd', ',', '', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '_', 'H', 'o', 'u', 's', 'e', 's', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', 'a', 'n', 'd', 's', 'a', 'i', 'd', ':', '', '', 'B', 'u', 'i', 'l', 'd', 'o', 'f', 'y', 'o', 'u', 'r', 'i', 'm', 'a', 'g', 'i', 'n', 'i', 'n', 'g', 's', 'a', 'b', 'o', 'w', 'e', 'r', 'i', 'n', 't', 'h', 'e', '', 'w', 'i', 'l', 'd', 'e', 'r', 'n', 'e', 's', 's', 'e', 'r', 'e', 'y', 'o', 'u', 'b', 'u', 'i', 'l', 'd', 'a', 'h', 'o', 'u', 's', 'e', 'w', 'i', 't', 'h', 'i', 'n', '', 't', 'h', 'e', 'c', 'i', 't', 'y', 'w', 'a', 'l', 'l', 's', '.', '', '', 'F', 'o', 'r', 'e', 'v', 'e', 'n', 'a', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'h', 'o', 'm', 'e', '-', 'c', 'o', 'm', 'i', 'n', 'g', 's', 'i', 'n', '', 'y', 'o', 'u', 'r', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', ',', 's', 'o', 'h', 'a', 's', 't', 'h', 'e', 'w', 'a', 'n', 'd', 'e', 'r', 'e', 'r', 'i', 'n', '', 'y', 'o', 'u', ',', 't', 'h', 'e', 'e', 'v', 'e', 'r', 'd', 'i', 's', 't', 'a', 'n', 't', 'a', 'n', 'd', 'a', 'l', 'o', 'n', 'e', '.', '', '', 'Y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 'i', 's', 'y', 'o', 'u', 'r', 'l', 'a', 'r', 'g', 'e', 'r', 'b', 'o', 'd', 'y', '.', '', '', 'I', 't', 'g', 'r', 'o', 'w', 's', 'i', 'n', 't', 'h', 'e', 's', 'u', 'n', 'a', 'n', 'd', 's', 'l', 'e', 'e', 'p', 's', 'i', 'n', 't', 'h', 'e', '', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', ';', 'a', 'n', 'd', 'i', 't', 'i', 's', 'n', 'o', 't', '', 'd', 'r', 'e', 'a', 'm', 'l', 'e', 's', 's', '.', 'D', 'o', 'e', 's', 'n', 'o', 't', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 'd', 'r', 'e', 'a', 'm', '?', '', 'a', 'n', 'd', 'd', 'r', 'e', 'a', 'm', 'i', 'n', 'g', ',', 'l', 'e', 'a', 'v', 'e', 't', 'h', 'e', 'c', 'i', 't', 'y', 'f', 'o', 'r', 'g', 'r', 'o', 'v', 'e', '', 'o', 'r', 'h', 'i', 'l', 'l', 't', 'o', 'p', '?', '', '', 'W', 'o', 'u', 'l', 'd', 't', 'h', 'a', 't', 'I', 'c', 'o', 'u', 'l', 'd', 'g', 'a', 't', 'h', 'e', 'r', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 's', '', 'i', 'n', 't', 'o', 'm', 'y', 'h', 'a', 'n', 'd', ',', 'a', 'n', 'd', 'l', 'i', 'k', 'e', 'a', 's', 'o', 'w', 'e', 'r', 's', 'c', 'a', 't', 't', 'e', 'r', '', 't', 'h', 'e', 'm', 'i', 'n', 'f', 'o', 'r', 'e', 's', 't', 'a', 'n', 'd', 'm', 'e', 'a', 'd', 'o', 'w', '.', '', '', 'W', 'o', 'u', 'l', 'd', 't', 'h', 'e', 'v', 'a', 'l', 'l', 'e', 'y', 's', 'w', 'e', 'r', 'e', 'y', 'o', 'u', 'r', 's', 't', 'r', 'e', 'e', 't', 's', ',', 'a', 'n', 'd', '', 't', 'h', 'e', 'g', 'r', 'e', 'e', 'n', 'p', 'a', 't', 'h', 's', 'y', 'o', 'u', 'r', 'a', 'l', 'l', 'e', 'y', 's', ',', 't', 'h', 'a', 't', 'y', 'o', 'u', '', 's', 'e', 'e', 'k', 'o', 'n', 'e', 'a', 'n', 'o', 't', 'h', 'e', 'r', 't', 'h', 'r', 'o', 'u', 'g', 'h', '', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', ',', 'a', 'n', 'd', 'c', 'o', 'm', 'e', 'w', 'i', 't', 'h', 't', 'h', 'e', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', '', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'g', 'a', 'r', 'm', 'e', 'n', 't', 's', '.', '', '', 'B', 'u', 't', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'a', 'r', 'e', 'n', 'o', 't', 'y', 'e', 't', 't', 'o', 'b', 'e', '.', '', '', 'I', 'n', 't', 'h', 'e', 'i', 'r', 'f', 'e', 'a', 'r', 'y', 'o', 'u', 'r', 'f', 'o', 'r', 'e', 'f', 'a', 't', 'h', 'e', 'r', 's', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'd', '', 'y', 'o', 'u', 't', 'o', 'o', 'n', 'e', 'a', 'r', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.', 'A', 'n', 'd', 't', 'h', 'a', 't', 'f', 'e', 'a', 'r', '', 's', 'h', 'a', 'l', 'l', 'e', 'n', 'd', 'u', 'r', 'e', 'a', 'l', 'i', 't', 't', 'l', 'e', 'l', 'o', 'n', 'g', 'e', 'r', '.', 'A', 'l', 'i', 't', 't', 'l', 'e', '', 'l', 'o', 'n', 'g', 'e', 'r', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'r', 'c', 'i', 't', 'y', 'w', 'a', 'l', 'l', 's', 's', 'e', 'p', 'a', 'r', 'a', 't', 'e', '', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'h', 's', 'f', 'r', 'o', 'm', 'y', 'o', 'u', 'r', 'f', 'i', 'e', 'l', 'd', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 't', 'e', 'l', 'l', 'm', 'e', ',', 'p', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'w', 'h', 'a', 't', '', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'i', 'n', 't', 'h', 'e', 's', 'e', 'h', 'o', 'u', 's', 'e', 's', '?', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', '', 'y', 'o', 'u', 'g', 'u', 'a', 'r', 'd', 'w', 'i', 't', 'h', 'f', 'a', 's', 't', 'e', 'n', 'e', 'd', 'd', 'o', 'o', 'r', 's', '?', '', '', 'H', 'a', 'v', 'e', 'y', 'o', 'u', 'p', 'e', 'a', 'c', 'e', ',', 't', 'h', 'e', 'q', 'u', 'i', 'e', 't', 'u', 'r', 'g', 'e', 't', 'h', 'a', 't', '', 'r', 'e', 'v', 'e', 'a', 'l', 's', 'y', 'o', 'u', 'r', 'p', 'o', 'w', 'e', 'r', '?', '', '', 'H', 'a', 'v', 'e', 'y', 'o', 'u', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e', 's', ',', 't', 'h', 'e', 'g', 'l', 'i', 'm', 'm', 'e', 'r', 'i', 'n', 'g', '', 'a', 'r', 'c', 'h', 'e', 's', 't', 'h', 'a', 't', 's', 'p', 'a', 'n', 't', 'h', 'e', 's', 'u', 'm', 'm', 'i', 't', 's', 'o', 'f', 't', 'h', 'e', '', 'm', 'i', 'n', 'd', '?', '', '', 'H', 'a', 'v', 'e', 'y', 'o', 'u', 'b', 'e', 'a', 'u', 't', 'y', ',', 't', 'h', 'a', 't', 'l', 'e', 'a', 'd', 's', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', '', 'f', 'r', 'o', 'm', 't', 'h', 'i', 'n', 'g', 's', 'f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd', 'o', 'f', 'w', 'o', 'o', 'd', 'a', 'n', 'd', 's', 't', 'o', 'n', 'e', '', 't', 'o', 't', 'h', 'e', 'h', 'o', 'l', 'y', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', '?', '', '', 'T', 'e', 'l', 'l', 'm', 'e', ',', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 't', 'h', 'e', 's', 'e', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 's', '?', '', '', 'O', 'r', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'o', 'n', 'l', 'y', 'c', 'o', 'm', 'f', 'o', 'r', 't', ',', 'a', 'n', 'd', 't', 'h', 'e', 'l', 'u', 's', 't', '', 'f', 'o', 'r', 'c', 'o', 'm', 'f', 'o', 'r', 't', ',', 't', 'h', 'a', 't', 's', 't', 'e', 'a', 'l', 't', 'h', 'y', 't', 'h', 'i', 'n', 'g', 't', 'h', 'a', 't', '', 't', 'h', 'e', 'h', 'o', 'u', 's', 'e', 'a', 'g', 'u', 'e', 's', 't', ',', 'a', 'n', 'd', 't', 'h', 'e', 'n', '', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'a', 'h', 'o', 's', 't', ',', 'a', 'n', 'd', 't', 'h', 'e', 'n', 'a', 'm', 'a', 's', 't', 'e', 'r', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'y', ',', 'a', 'n', 'd', 'i', 't', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'a', 't', 'a', 'm', 'e', 'r', ',', 'a', 'n', 'd', 'w', 'i', 't', 'h', '', 'h', 'o', 'o', 'k', 'a', 'n', 'd', 's', 'c', 'o', 'u', 'r', 'g', 'e', 'm', 'a', 'k', 'e', 's', 'p', 'u', 'p', 'p', 'e', 't', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 'l', 'a', 'r', 'g', 'e', 'r', 'd', 'e', 's', 'i', 'r', 'e', 's', '.', '', '', 'T', 'h', 'o', 'u', 'g', 'h', 'i', 't', 's', 'h', 'a', 'n', 'd', 's', 'a', 'r', 'e', 's', 'i', 'l', 'k', 'e', 'n', ',', 'i', 't', 's', 'h', 'e', 'a', 'r', 't', '', 'i', 's', 'o', 'f', 'i', 'r', 'o', 'n', '.', '', '', 'I', 't', 'l', 'u', 'l', 'l', 's', 'y', 'o', 'u', 't', 'o', 's', 'l', 'e', 'e', 'p', 'o', 'n', 'l', 'y', 't', 'o', 's', 't', 'a', 'n', 'd', 'b', 'y', '', 'y', 'o', 'u', 'r', 'b', 'e', 'd', 'a', 'n', 'd', 'j', 'e', 'e', 'r', 'a', 't', 't', 'h', 'e', 'd', 'i', 'g', 'n', 'i', 't', 'y', 'o', 'f', 't', 'h', 'e', '', 'f', 'l', 'e', 's', 'h', '.', '', '', 'I', 't', 'm', 'a', 'k', 'e', 's', 'm', 'o', 'c', 'k', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'n', 'd', 's', 'e', 'n', 's', 'e', 's', ',', 'a', 'n', 'd', '', 'l', 'a', 'y', 's', 't', 'h', 'e', 'm', 'i', 'n', 't', 'h', 'i', 's', 't', 'l', 'e', 'd', 'o', 'w', 'n', 'l', 'i', 'k', 'e', 'f', 'r', 'a', 'g', 'i', 'l', 'e', '', 'v', 'e', 's', 's', 'e', 'l', 's', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 't', 'h', 'e', 'l', 'u', 's', 't', 'f', 'o', 'r', 'c', 'o', 'm', 'f', 'o', 'r', 't', 'm', 'u', 'r', 'd', 'e', 'r', 's', '', 't', 'h', 'e', 'p', 'a', 's', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'e', 's', 'o', 'u', 'l', ',', 'a', 'n', 'd', 't', 'h', 'e', 'n', 'w', 'a', 'l', 'k', 's', '', 'g', 'r', 'i', 'n', 'n', 'i', 'n', 'g', 'i', 'n', 't', 'h', 'e', 'f', 'u', 'n', 'e', 'r', 'a', 'l', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', ',', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'o', 'f', 's', 'p', 'a', 'c', 'e', ',', 'y', 'o', 'u', 'r', 'e', 's', 't', 'l', 'e', 's', 's', '', 'i', 'n', 'r', 'e', 's', 't', ',', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'b', 'e', 't', 'r', 'a', 'p', 'p', 'e', 'd', 'n', 'o', 'r', '', 't', 'a', 'm', 'e', 'd', '.', '', '', 'Y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'n', 'o', 't', 'a', 'n', 'a', 'n', 'c', 'h', 'o', 'r', 'b', 'u', 't', 'a', '', 'm', 'a', 's', 't', '.', '', '', 'I', 't', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'b', 'e', 'a', 'g', 'l', 'i', 's', 't', 'e', 'n', 'i', 'n', 'g', 'f', 'i', 'l', 'm', 't', 'h', 'a', 't', '', 'a', 'w', 'o', 'u', 'n', 'd', ',', 'b', 'u', 't', 'a', 'n', 'e', 'y', 'e', 'l', 'i', 'd', 't', 'h', 'a', 't', '', 'g', 'u', 'a', 'r', 'd', 's', 't', 'h', 'e', 'e', 'y', 'e', '.', '', '', 'Y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'f', 'o', 'l', 'd', 'y', 'o', 'u', 'r', 'w', 'i', 'n', 'g', 's', 't', 'h', 'a', 't', 'y', 'o', 'u', '', 'm', 'a', 'y', 'p', 'a', 's', 's', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'd', 'o', 'o', 'r', 's', ',', 'n', 'o', 'r', 'b', 'e', 'n', 'd', 'y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'd', 's', 't', 'h', 'a', 't', 't', 'h', 'e', 'y', 's', 't', 'r', 'i', 'k', 'e', 'n', 'o', 't', 'a', 'g', 'a', 'i', 'n', 's', 't', 'a', '', 'c', 'e', 'i', 'l', 'i', 'n', 'g', ',', 'n', 'o', 'r', 'f', 'e', 'a', 'r', 't', 'o', 'b', 'r', 'e', 'a', 't', 'h', 'e', 'l', 'e', 's', 't', 'w', 'a', 'l', 'l', 's', '', 's', 'h', 'o', 'u', 'l', 'd', 'c', 'r', 'a', 'c', 'k', 'a', 'n', 'd', 'f', 'a', 'l', 'l', 'd', 'o', 'w', 'n', '.', '', '', 'Y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'd', 'w', 'e', 'l', 'l', 'i', 'n', 't', 'o', 'm', 'b', 's', 'm', 'a', 'd', 'e', 'b', 'y', 't', 'h', 'e', '', 'd', 'e', 'a', 'd', 'f', 'o', 'r', 't', 'h', 'e', 'l', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'o', 'f', 'm', 'a', 'g', 'n', 'i', 'f', 'i', 'c', 'e', 'n', 'c', 'e', 'a', 'n', 'd', '', 's', 'p', 'l', 'e', 'n', 'd', 'o', 'u', 'r', ',', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'h', 'o', 'l', 'd', '', 'y', 'o', 'u', 'r', 's', 'e', 'c', 'r', 'e', 't', 'n', 'o', 'r', 's', 'h', 'e', 'l', 't', 'e', 'r', 'y', 'o', 'u', 'r', 'l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '', '', 'F', 'o', 'r', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 'i', 'n', 'y', 'o', 'u', '', 'a', 'b', 'i', 'd', 'e', 's', 'i', 'n', 't', 'h', 'e', 'm', 'a', 'n', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'e', 's', 'k', 'y', ',', 'w', 'h', 'o', 's', 'e', '', 'd', 'o', 'o', 'r', 'i', 's', 't', 'h', 'e', 'm', 'o', 'r', 'n', 'i', 'n', 'g', 'm', 'i', 's', 't', ',', 'a', 'n', 'd', 'w', 'h', 'o', 's', 'e', '', 'w', 'i', 'n', 'd', 'o', 'w', 's', 'a', 'r', 'e', 't', 'h', 'e', 's', 'o', 'n', 'g', 's', 'a', 'n', 'd', 't', 'h', 'e', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', '', 'o', 'f', 'n', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 't', 'h', 'e', 'w', 'e', 'a', 'v', 'e', 'r', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'C', 'l', 'o', 't', 'h', 'e', 's', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'r', 'c', 'l', 'o', 't', 'h', 'e', 's', 'c', 'o', 'n', 'c', 'e', 'a', 'l', 'm', 'u', 'c', 'h', 'o', 'f', 'y', 'o', 'u', 'r', '', 'b', 'e', 'a', 'u', 't', 'y', ',', 'y', 'e', 't', 't', 'h', 'e', 'y', 'h', 'i', 'd', 'e', 'n', 'o', 't', 't', 'h', 'e', '', 'u', 'n', 'b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l', '.', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'y', 'o', 'u', 's', 'e', 'e', 'k', 'i', 'n', 'g', 'a', 'r', 'm', 'e', 'n', 't', 's', 't', 'h', 'e', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'o', 'f', 'p', 'r', 'i', 'v', 'a', 'c', 'y', 'y', 'o', 'u', 'm', 'a', 'y', 'f', 'i', 'n', 'd', 'i', 'n', 't', 'h', 'e', 'm', '', 'a', 'h', 'a', 'r', 'n', 'e', 's', 's', 'a', 'n', 'd', 'a', 'c', 'h', 'a', 'i', 'n', '.', '', '', 'W', 'o', 'u', 'l', 'd', 't', 'h', 'a', 't', 'y', 'o', 'u', 'c', 'o', 'u', 'l', 'd', 'm', 'e', 'e', 't', 't', 'h', 'e', 's', 'u', 'n', 'a', 'n', 'd', '', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'w', 'i', 't', 'h', 'm', 'o', 'r', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'k', 'i', 'n', 'a', 'n', 'd', 'l', 'e', 's', 's', '', 'o', 'f', 'y', 'o', 'u', 'r', 'r', 'a', 'i', 'm', 'e', 'n', 't', ',', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'b', 'r', 'e', 'a', 't', 'h', 'o', 'f', 'l', 'i', 'f', 'e', 'i', 's', 'i', 'n', 't', 'h', 'e', '', 's', 'u', 'n', 'l', 'i', 'g', 'h', 't', 'a', 'n', 'd', 't', 'h', 'e', 'h', 'a', 'n', 'd', 'o', 'f', 'l', 'i', 'f', 'e', 'i', 's', 'i', 'n', 't', 'h', 'e', '', 'w', 'i', 'n', 'd', '.', '', '', 'S', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 's', 'a', 'y', ',', '“', 'I', 't', 'i', 's', 't', 'h', 'e', 'n', 'o', 'r', 't', 'h', 'w', 'i', 'n', 'd', '', 'w', 'h', 'o', 'h', 'a', 's', 'w', 'o', 'v', 'e', 'n', 't', 'h', 'e', 'c', 'l', 'o', 't', 'h', 'e', 's', 'w', 'e', 'w', 'e', 'a', 'r', '.', '”', '', '', 'A', 'n', 'd', 'I', 's', 'a', 'y', ',', 'A', 'y', ',', 'i', 't', 'w', 'a', 's', 't', 'h', 'e', 'n', 'o', 'r', 't', 'h', 'w', 'i', 'n', 'd', ',', '', '', 'B', 'u', 't', 's', 'h', 'a', 'm', 'e', 'w', 'a', 's', 'h', 'i', 's', 'l', 'o', 'o', 'm', ',', 'a', 'n', 'd', 't', 'h', 'e', '', 's', 'o', 'f', 't', 'e', 'n', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 's', 'i', 'n', 'e', 'w', 's', 'w', 'a', 's', 'h', 'i', 's', 't', 'h', 'r', 'e', 'a', 'd', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'h', 'i', 's', 'w', 'o', 'r', 'k', 'w', 'a', 's', 'd', 'o', 'n', 'e', 'h', 'e', 'l', 'a', 'u', 'g', 'h', 'e', 'd', 'i', 'n', '', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', '.', 'n', 'o', 't', 't', 'h', 'a', 't', 'm', 'o', 'd', 'e', 's', 't', 'y', '', 'i', 's', 'f', 'o', 'r', 'a', 's', 'h', 'i', 'e', 'l', 'd', 'a', 'g', 'a', 'i', 'n', 's', 't', 't', 'h', 'e', 'e', 'y', 'e', 'o', 'f', 't', 'h', 'e', '', 'u', 'n', 'c', 'l', 'e', 'a', 'n', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'u', 'n', 'c', 'l', 'e', 'a', 'n', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'n', 'o', 'm', 'o', 'r', 'e', ',', '', 'w', 'h', 'a', 't', 'w', 'e', 'r', 'e', 'm', 'o', 'd', 'e', 's', 't', 'y', 'b', 'u', 't', 'a', 'f', 'e', 't', 't', 'e', 'r', 'a', 'n', 'd', 'a', '', 'f', 'o', 'u', 'l', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 'm', 'i', 'n', 'd', '?', '', '', 'A', 'n', 'd', 'f', 'o', 'r', 'g', 'e', 't', 'n', 'o', 't', 't', 'h', 'a', 't', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'd', 'e', 'l', 'i', 'g', 'h', 't', 's', '', 't', 'o', 'f', 'e', 'e', 'l', 'y', 'o', 'u', 'r', 'b', 'a', 'r', 'e', 'f', 'e', 'e', 't', 'a', 'n', 'd', 't', 'h', 'e', 'w', 'i', 'n', 'd', 's', '', 'l', 'o', 'n', 'g', 't', 'o', 'p', 'l', 'a', 'y', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 'h', 'a', 'i', 'r', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'm', 'e', 'r', 'c', 'h', 'a', 'n', 't', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'B', 'u', 'y', 'i', 'n', 'g', 'a', 'n', 'd', 'S', 'e', 'l', 'l', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', 'a', 'n', 'd', 's', 'a', 'i', 'd', ':', '', '', 'T', 'o', 'y', 'o', 'u', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'y', 'i', 'e', 'l', 'd', 's', 'h', 'e', 'r', 'f', 'r', 'u', 'i', 't', ',', 'a', 'n', 'd', '', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'w', 'a', 'n', 't', 'i', 'f', 'y', 'o', 'u', 'b', 'u', 't', 'k', 'n', 'o', 'w', 'h', 'o', 'w', '', 't', 'o', 'f', 'i', 'l', 'l', 'y', 'o', 'u', 'r', 'h', 'a', 'n', 'd', 's', '.', '', '', 'I', 't', 'i', 's', 'i', 'n', 'e', 'x', 'c', 'h', 'a', 'n', 'g', 'i', 'n', 'g', 't', 'h', 'e', 'g', 'i', 'f', 't', 's', 'o', 'f', 't', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', 't', 'h', 'a', 't', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'f', 'i', 'n', 'd', 'a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', 'a', 'n', 'd', '', 'b', 'e', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '', '', 'Y', 'e', 't', 'u', 'n', 'l', 'e', 's', 's', 't', 'h', 'e', 'e', 'x', 'c', 'h', 'a', 'n', 'g', 'e', 'b', 'e', 'i', 'n', 'l', 'o', 'v', 'e', 'a', 'n', 'd', '', 'k', 'i', 'n', 'd', 'l', 'y', 'j', 'u', 's', 't', 'i', 'c', 'e', ',', 'i', 't', 'w', 'i', 'l', 'l', 'b', 'u', 't', 'l', 'e', 'a', 'd', 's', 'o', 'm', 'e', 't', 'o', '', 'g', 'r', 'e', 'e', 'd', 'a', 'n', 'd', 'o', 't', 'h', 'e', 'r', 's', 't', 'o', 'h', 'u', 'n', 'g', 'e', 'r', '.', '', '', 'W', 'h', 'e', 'n', 'i', 'n', 't', 'h', 'e', 'm', 'a', 'r', 'k', 'e', 't', 'p', 'l', 'a', 'c', 'e', 'y', 'o', 'u', 't', 'o', 'i', 'l', 'e', 'r', 's', 'o', 'f', '', 't', 'h', 'e', 's', 'e', 'a', 'a', 'n', 'd', 'f', 'i', 'e', 'l', 'd', 's', 'a', 'n', 'd', 'v', 'i', 'n', 'e', 'y', 'a', 'r', 'd', 's', 'm', 'e', 'e', 't', '', 't', 'h', 'e', 'w', 'e', 'a', 'v', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', 'p', 'o', 't', 't', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', '', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's', 'o', 'f', 's', 'p', 'i', 'c', 'e', 's', ',', '-', '-', '', '', 'I', 'n', 'v', 'o', 'k', 'e', 't', 'h', 'e', 'n', 't', 'h', 'e', 'm', 'a', 's', 't', 'e', 'r', 's', 'p', 'i', 'r', 'i', 't', 'o', 'f', 't', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', ',', 't', 'o', 'c', 'o', 'm', 'e', 'i', 'n', 't', 'o', 'y', 'o', 'u', 'r', 'm', 'i', 'd', 's', 't', 'a', 'n', 'd', '', 's', 'a', 'n', 'c', 't', 'i', 'f', 'y', 't', 'h', 'e', 's', 'c', 'a', 'l', 'e', 's', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'c', 'k', 'o', 'n', 'i', 'n', 'g', '', 't', 'h', 'a', 't', 'w', 'e', 'i', 'g', 'h', 's', 'v', 'a', 'l', 'u', 'e', 'a', 'g', 'a', 'i', 'n', 's', 't', 'v', 'a', 'l', 'u', 'e', '.', 'n', 'o', 't', 't', 'h', 'e', 'b', 'a', 'r', 'r', 'e', 'n', '-', 'h', 'a', 'n', 'd', 'e', 'd', 't', 'o', 't', 'a', 'k', 'e', '', 'p', 'a', 'r', 't', 'i', 'n', 'y', 'o', 'u', 'r', 't', 'r', 'a', 'n', 's', 'a', 'c', 't', 'i', 'o', 'n', 's', ',', 'w', 'h', 'o', 'w', 'o', 'u', 'l', 'd', '', 's', 'e', 'l', 'l', 't', 'h', 'e', 'i', 'r', 'w', 'o', 'r', 'd', 's', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 'l', 'a', 'b', 'o', 'u', 'r', '.', '', '', 'T', 'o', 's', 'u', 'c', 'h', 'm', 'e', 'n', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 's', 'a', 'y', ',', '', '', '“', 'C', 'o', 'm', 'e', 'w', 'i', 't', 'h', 'u', 's', 't', 'o', 't', 'h', 'e', 'f', 'i', 'e', 'l', 'd', ',', 'o', 'r', 'g', 'o', 'w', 'i', 't', 'h', '', 'o', 'u', 'r', 'b', 'r', 'o', 't', 'h', 'e', 'r', 's', 't', 'o', 't', 'h', 'e', 's', 'e', 'a', 'a', 'n', 'd', 'c', 'a', 's', 't', 'y', 'o', 'u', 'r', '', 'n', 'e', 't', ';', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'l', 'a', 'n', 'd', 'a', 'n', 'd', 't', 'h', 'e', 's', 'e', 'a', 's', 'h', 'a', 'l', 'l', 'b', 'e', '', 'b', 'o', 'u', 'n', 't', 'i', 'f', 'u', 'l', 't', 'o', 'y', 'o', 'u', 'e', 'v', 'e', 'n', 'a', 's', 't', 'o', 'u', 's', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'i', 'f', 't', 'h', 'e', 'r', 'e', 'c', 'o', 'm', 'e', 't', 'h', 'e', 's', 'i', 'n', 'g', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', '', 'd', 'a', 'n', 'c', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'l', 'u', 't', 'e', 'p', 'l', 'a', 'y', 'e', 'r', 's', ',', '-', '-', 'b', 'u', 'y', 'o', 'f', '', 't', 'h', 'e', 'i', 'r', 'g', 'i', 'f', 't', 's', 'a', 'l', 's', 'o', '.', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'y', 't', 'o', 'o', 'a', 'r', 'e', 'g', 'a', 't', 'h', 'e', 'r', 'e', 'r', 's', 'o', 'f', 'f', 'r', 'u', 'i', 't', 'a', 'n', 'd', '', 'f', 'r', 'a', 'n', 'k', 'i', 'n', 'c', 'e', 'n', 's', 'e', ',', 'a', 'n', 'd', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'y', 'b', 'r', 'i', 'n', 'g', ',', '', 't', 'h', 'o', 'u', 'g', 'h', 'f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd', 'o', 'f', 'd', 'r', 'e', 'a', 'm', 's', ',', 'i', 's', 'r', 'a', 'i', 'm', 'e', 'n', 't', '', 'a', 'n', 'd', 'f', 'o', 'o', 'd', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', '.', '', '', 'A', 'n', 'd', 'b', 'e', 'f', 'o', 'r', 'e', 'y', 'o', 'u', 'l', 'e', 'a', 'v', 'e', 't', 'h', 'e', 'm', 'a', 'r', 'k', 'e', 't', 'p', 'l', 'a', 'c', 'e', ',', '', 's', 'e', 'e', 't', 'h', 'a', 't', 'n', 'o', 'o', 'n', 'e', 'h', 'a', 's', 'g', 'o', 'n', 'e', 'h', 'i', 's', 'w', 'a', 'y', 'w', 'i', 't', 'h', '', 'e', 'm', 'p', 't', 'y', 'h', 'a', 'n', 'd', 's', '.', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'm', 'a', 's', 't', 'e', 'r', 's', 'p', 'i', 'r', 'i', 't', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 's', 'h', 'a', 'l', 'l', '', 'n', 'o', 't', 's', 'l', 'e', 'e', 'p', 'p', 'e', 'a', 'c', 'e', 'f', 'u', 'l', 'l', 'y', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'w', 'i', 'n', 'd', '', 't', 'i', 'l', 'l', 't', 'h', 'e', 'n', 'e', 'e', 'd', 's', 'o', 'f', 't', 'h', 'e', 'l', 'e', 'a', 's', 't', 'o', 'f', 'y', 'o', 'u', 'a', 'r', 'e', '', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'o', 'n', 'e', 'o', 'f', 't', 'h', 'e', 'j', 'u', 'd', 'g', 'e', 's', 'o', 'f', 't', 'h', 'e', 'c', 'i', 't', 'y', '', 's', 't', 'o', 'o', 'd', 'f', 'o', 'r', 't', 'h', 'a', 'n', 'd', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'C', 'r', 'i', 'm', 'e', 'a', 'n', 'd', 'P', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'I', 't', 'i', 's', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'r', 's', 'p', 'i', 'r', 'i', 't', 'g', 'o', 'e', 's', 'w', 'a', 'n', 'd', 'e', 'r', 'i', 'n', 'g', '', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', '', '', 'T', 'h', 'a', 't', 'y', 'o', 'u', ',', 'a', 'l', 'o', 'n', 'e', 'a', 'n', 'd', 'u', 'n', 'g', 'u', 'a', 'r', 'd', 'e', 'd', ',', 'c', 'o', 'm', 'm', 'i', 't', '', 'a', 'w', 'r', 'o', 'n', 'g', 'u', 'n', 't', 'o', 'o', 't', 'h', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'u', 'n', 't', 'o', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'A', 'n', 'd', 'f', 'o', 'r', 't', 'h', 'a', 't', 'w', 'r', 'o', 'n', 'g', 'c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd', 'm', 'u', 's', 't', 'y', 'o', 'u', '', 'k', 'n', 'o', 'c', 'k', 'a', 'n', 'd', 'w', 'a', 'i', 't', 'a', 'w', 'h', 'i', 'l', 'e', 'u', 'n', 'h', 'e', 'e', 'd', 'e', 'd', 'a', 't', 't', 'h', 'e', '', 'g', 'a', 't', 'e', 'o', 'f', 't', 'h', 'e', 'b', 'l', 'e', 's', 's', 'e', 'd', '.', '', '', 'L', 'i', 'k', 'e', 't', 'h', 'e', 'o', 'c', 'e', 'a', 'n', 'i', 's', 'y', 'o', 'u', 'r', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '', '', 'I', 't', 'r', 'e', 'm', 'a', 'i', 'n', 's', 'f', 'o', 'r', 'e', 'v', 'e', 'r', 'u', 'n', 'd', 'e', 'f', 'i', 'l', 'e', 'd', '.', '', '', 'A', 'n', 'd', 'l', 'i', 'k', 'e', 't', 'h', 'e', 'e', 't', 'h', 'e', 'r', 'i', 't', 'l', 'i', 'f', 't', 's', 'b', 'u', 't', 't', 'h', 'e', '', 'w', 'i', 'n', 'g', 'e', 'd', '.', '', '', 'E', 'v', 'e', 'n', 'l', 'i', 'k', 'e', 't', 'h', 'e', 's', 'u', 'n', 'i', 's', 'y', 'o', 'u', 'r', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', ';', '', '', 'I', 't', 'k', 'n', 'o', 'w', 's', 'n', 'o', 't', 't', 'h', 'e', 'w', 'a', 'y', 's', 'o', 'f', 't', 'h', 'e', 'm', 'o', 'l', 'e', 'n', 'o', 'r', '', 's', 'e', 'e', 'k', 's', 'i', 't', 't', 'h', 'e', 'h', 'o', 'l', 'e', 's', 'o', 'f', 't', 'h', 'e', 's', 'e', 'r', 'p', 'e', 'n', 't', '.', '', 'y', 'o', 'u', 'r', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', 'd', 'w', 'e', 'l', 'l', 's', 'n', 'o', 't', 'a', 'l', 'o', 'n', 'e', '', 'i', 'n', 'y', 'o', 'u', 'r', 'b', 'e', 'i', 'n', 'g', '.', '', '', 'M', 'u', 'c', 'h', 'i', 'n', 'y', 'o', 'u', 'i', 's', 's', 't', 'i', 'l', 'l', 'm', 'a', 'n', ',', 'a', 'n', 'd', 'm', 'u', 'c', 'h', 'i', 'n', '', 'y', 'o', 'u', 'i', 's', 'n', 'o', 't', 'y', 'e', 't', 'm', 'a', 'n', ',', '', '', 'B', 'u', 't', 'a', 's', 'h', 'a', 'p', 'e', 'l', 'e', 's', 's', 'p', 'i', 'g', 'm', 'y', 't', 'h', 'a', 't', 'w', 'a', 'l', 'k', 's', 'a', 's', 'l', 'e', 'e', 'p', '', 'i', 'n', 't', 'h', 'e', 'm', 'i', 's', 't', 's', 'e', 'a', 'r', 'c', 'h', 'i', 'n', 'g', 'f', 'o', 'r', 'i', 't', 's', 'o', 'w', 'n', '', 'a', 'w', 'a', 'k', 'e', 'n', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'm', 'a', 'n', 'i', 'n', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'I', 'n', 'o', 'w', 's', 'p', 'e', 'a', 'k', '.', '', '', 'F', 'o', 'r', 'i', 't', 'i', 's', 'h', 'e', 'a', 'n', 'd', 'n', 'o', 't', 'y', 'o', 'u', 'r', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', 'n', 'o', 'r', '', 't', 'h', 'e', 'p', 'i', 'g', 'm', 'y', 'i', 'n', 't', 'h', 'e', 'm', 'i', 's', 't', ',', 't', 'h', 'a', 't', 'k', 'n', 'o', 'w', 's', 'c', 'r', 'i', 'm', 'e', '', 'a', 'n', 'd', 't', 'h', 'e', 'p', 'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't', 'o', 'f', 'c', 'r', 'i', 'm', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 'h', 'a', 'v', 'e', 'I', 'h', 'e', 'a', 'r', 'd', 'y', 'o', 'u', 's', 'p', 'e', 'a', 'k', 'o', 'f', 'o', 'n', 'e', '', 'w', 'h', 'o', 'c', 'o', 'm', 'm', 'i', 't', 's', 'a', 'w', 'r', 'o', 'n', 'g', 'a', 's', 't', 'h', 'o', 'u', 'g', 'h', 'h', 'e', 'w', 'e', 'r', 'e', '', 'n', 'o', 't', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', ',', 'b', 'u', 't', 'a', 's', 't', 'r', 'a', 'n', 'g', 'e', 'r', 'u', 'n', 't', 'o', 'y', 'o', 'u', '', 'a', 'n', 'd', 'a', 'n', 'i', 'n', 't', 'r', 'u', 'd', 'e', 'r', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'w', 'o', 'r', 'l', 'd', '.', '', '', 'B', 'u', 't', 'I', 's', 'a', 'y', 't', 'h', 'a', 't', 'e', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', 'h', 'o', 'l', 'y', 'a', 'n', 'd', 't', 'h', 'e', '', 'r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's', 'c', 'a', 'n', 'n', 'o', 't', 'r', 'i', 's', 'e', 'b', 'e', 'y', 'o', 'n', 'd', 't', 'h', 'e', 'h', 'i', 'g', 'h', 'e', 's', 't', '', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'i', 'n', 'e', 'a', 'c', 'h', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', ',', '', '', 'S', 'o', 't', 'h', 'e', 'w', 'i', 'c', 'k', 'e', 'd', 'a', 'n', 'd', 't', 'h', 'e', 'w', 'e', 'a', 'k', 'c', 'a', 'n', 'n', 'o', 't', 'f', 'a', 'l', 'l', '', 'l', 'o', 'w', 'e', 'r', 't', 'h', 'a', 'n', 't', 'h', 'e', 'l', 'o', 'w', 'e', 's', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'i', 'n', 'y', 'o', 'u', '', 'a', 'l', 's', 'o', '.', '', '', 'A', 'n', 'd', 'a', 's', 'a', 's', 'i', 'n', 'g', 'l', 'e', 'l', 'e', 'a', 'f', 't', 'u', 'r', 'n', 's', 'n', 'o', 't', 'y', 'e', 'l', 'l', 'o', 'w', '', 'b', 'u', 't', 'w', 'i', 't', 'h', 't', 'h', 'e', 's', 'i', 'l', 'e', 'n', 't', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'o', 'f', 't', 'h', 'e', '', 'w', 'h', 'o', 'l', 'e', 't', 'r', 'e', 'e', ',', 't', 'h', 'e', 'w', 'r', 'o', 'n', 'g', '-', 'd', 'o', 'e', 'r', 'c', 'a', 'n', 'n', 'o', 't', '', 'd', 'o', 'w', 'r', 'o', 'n', 'g', 'w', 'i', 't', 'h', 'o', 'u', 't', 't', 'h', 'e', 'h', 'i', 'd', 'd', 'e', 'n', 'w', 'i', 'l', 'l', 'o', 'f', 'y', 'o', 'u', '', 'a', 'l', 'l', '.', '', '', 'L', 'i', 'k', 'e', 'a', 'p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'o', 'n', 'y', 'o', 'u', 'w', 'a', 'l', 'k', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', '', 't', 'o', 'w', 'a', 'r', 'd', 's', 'y', 'o', 'u', 'r', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '6', '4', ']', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 't', 'h', 'e', 'w', 'a', 'y', 'a', 'n', 'd', 't', 'h', 'e', 'w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', 'f', 'a', 'l', 'l', 's', 'd', 'o', 'w', 'n', 'h', 'e', 'f', 'a', 'l', 'l', 's', '', 'f', 'o', 'r', 't', 'h', 'o', 's', 'e', 'b', 'e', 'h', 'i', 'n', 'd', 'h', 'i', 'm', ',', 'a', 'c', 'a', 'u', 't', 'i', 'o', 'n', 'a', 'g', 'a', 'i', 'n', 's', 't', '', 't', 'h', 'e', 's', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g', 's', 't', 'o', 'n', 'e', '.', '', '', 'A', 'y', ',', 'a', 'n', 'd', 'h', 'e', 'f', 'a', 'l', 'l', 's', 'f', 'o', 'r', 't', 'h', 'o', 's', 'e', 'a', 'h', 'e', 'a', 'd', 'o', 'f', 'h', 'i', 'm', ',', '', 'w', 'h', 'o', 't', 'h', 'o', 'u', 'g', 'h', 'f', 'a', 's', 't', 'e', 'r', 'a', 'n', 'd', 's', 'u', 'r', 'e', 'r', 'o', 'f', 'f', 'o', 'o', 't', ',', 'y', 'e', 't', '', 'r', 'e', 'm', 'o', 'v', 'e', 'd', 'n', 'o', 't', 't', 'h', 'e', 's', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g', 's', 't', 'o', 'n', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'i', 's', 'a', 'l', 's', 'o', ',', 't', 'h', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'w', 'o', 'r', 'd', 'l', 'i', 'e', 'h', 'e', 'a', 'v', 'y', '', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', ':', '', '', 'T', 'h', 'e', 'm', 'u', 'r', 'd', 'e', 'r', 'e', 'd', 'i', 's', 'n', 'o', 't', 'u', 'n', 'a', 'c', 'c', 'o', 'u', 'n', 't', 'a', 'b', 'l', 'e', 'f', 'o', 'r', '', 'h', 'i', 's', 'o', 'w', 'n', 'm', 'u', 'r', 'd', 'e', 'r', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'o', 'b', 'b', 'e', 'd', 'i', 's', 'n', 'o', 't', 'b', 'l', 'a', 'm', 'e', 'l', 'e', 's', 's', 'i', 'n', 'b', 'e', 'i', 'n', 'g', '', 'r', 'o', 'b', 'b', 'e', 'd', '.', '', '', 'T', 'h', 'e', 'r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's', 'i', 's', 'n', 'o', 't', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', 'o', 'f', 't', 'h', 'e', '', 'd', 'e', 'e', 'd', 's', 'o', 'f', 't', 'h', 'e', 'w', 'i', 'c', 'k', 'e', 'd', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'w', 'h', 'i', 't', 'e', '-', 'h', 'a', 'n', 'd', 'e', 'd', 'i', 's', 'n', 'o', 't', 'c', 'l', 'e', 'a', 'n', 'i', 'n', 't', 'h', 'e', '', 'd', 'o', 'i', 'n', 'g', 's', 'o', 'f', 't', 'h', 'e', 'f', 'e', 'l', 'o', 'n', '.', '', '', 'Y', 'e', 'a', ',', 't', 'h', 'e', 'g', 'u', 'i', 'l', 't', 'y', 'i', 's', 'o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 't', 'h', 'e', 'v', 'i', 'c', 't', 'i', 'm', '', 'o', 'f', 't', 'h', 'e', 'i', 'n', 'j', 'u', 'r', 'e', 'd', ',', '', '', 'A', 'n', 'd', 's', 't', 'i', 'l', 'l', 'm', 'o', 'r', 'e', 'o', 'f', 't', 'e', 'n', 't', 'h', 'e', 'c', 'o', 'n', 'd', 'e', 'm', 'n', 'e', 'd', 'i', 's', '', 'b', 'u', 'r', 'd', 'e', 'n', 'b', 'e', 'a', 'r', 'e', 'r', 'f', 'o', 'r', 't', 'h', 'e', 'g', 'u', 'i', 'l', 't', 'l', 'e', 's', 's', '', 'a', 'n', 'd', 'u', 'n', 'b', 'l', 'a', 'm', 'e', 'd', '.', '', '', 'Y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 's', 'e', 'p', 'a', 'r', 'a', 't', 'e', 't', 'h', 'e', 'j', 'u', 's', 't', 'f', 'r', 'o', 'm', 't', 'h', 'e', '', 'u', 'n', 'j', 'u', 's', 't', 'a', 'n', 'd', 't', 'h', 'e', 'g', 'o', 'o', 'd', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'w', 'i', 'c', 'k', 'e', 'd', ';', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'y', 's', 't', 'a', 'n', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'b', 'e', 'f', 'o', 'r', 'e', 't', 'h', 'e', 'f', 'a', 'c', 'e', '', 'o', 'f', 't', 'h', 'e', 's', 'u', 'n', 'e', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', 'b', 'l', 'a', 'c', 'k', 't', 'h', 'r', 'e', 'a', 'd', 'a', 'n', 'd', '', 't', 'h', 'e', 'w', 'h', 'i', 't', 'e', 'a', 'r', 'e', 'w', 'o', 'v', 'e', 'n', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'b', 'l', 'a', 'c', 'k', 't', 'h', 'r', 'e', 'a', 'd', 'b', 'r', 'e', 'a', 'k', 's', ',', 't', 'h', 'e', '', 'w', 'e', 'a', 'v', 'e', 'r', 's', 'h', 'a', 'l', 'l', 'l', 'o', 'o', 'k', 'i', 'n', 't', 'o', 't', 'h', 'e', 'w', 'h', 'o', 'l', 'e', 'c', 'l', 'o', 't', 'h', ',', '', 'a', 'n', 'd', 'h', 'e', 's', 'h', 'a', 'l', 'l', 'e', 'x', 'a', 'm', 'i', 'n', 'e', 't', 'h', 'e', 'l', 'o', 'o', 'm', 'a', 'l', 's', 'o', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'f', 'a', 'n', 'y', 'o', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'b', 'r', 'i', 'n', 'g', 't', 'o', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 't', 'h', 'e', 'u', 'n', 'f', 'a', 'i', 't', 'h', 'f', 'u', 'l', 'w', 'i', 'f', 'e', ',', '', '', 'L', 'e', 't', 'h', 'i', 'm', 'a', 'l', 's', 'o', 'w', 'e', 'i', 'g', 'h', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', 'o', 'f', 'h', 'e', 'r', '', 'h', 'u', 's', 'b', 'a', 'n', 'd', 'i', 'n', 's', 'c', 'a', 'l', 'e', 's', ',', 'a', 'n', 'd', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'h', 'i', 's', 's', 'o', 'u', 'l', '', 'w', 'i', 't', 'h', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'm', 'e', 'n', 't', 's', '.', '', '', 'A', 'n', 'd', 'l', 'e', 't', 'h', 'i', 'm', 'w', 'h', 'o', 'w', 'o', 'u', 'l', 'd', 'l', 'a', 's', 'h', 't', 'h', 'e', 'o', 'f', 'f', 'e', 'n', 'd', 'e', 'r', '', 'l', 'o', 'o', 'k', 'u', 'n', 't', 'o', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', 'o', 'f', 't', 'h', 'e', 'o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'a', 'n', 'y', 'o', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'p', 'u', 'n', 'i', 's', 'h', 'i', 'n', 't', 'h', 'e', '', 'n', 'a', 'm', 'e', 'o', 'f', 'r', 'i', 'g', 'h', 't', 'e', 'o', 'u', 's', 'n', 'e', 's', 's', 'a', 'n', 'd', 'l', 'a', 'y', 't', 'h', 'e', 'a', 'x', '', 'u', 'n', 't', 'o', 't', 'h', 'e', 'e', 'v', 'i', 'l', 't', 'r', 'e', 'e', ',', 'l', 'e', 't', 'h', 'i', 'm', 's', 'e', 'e', 't', 'o', 'i', 't', 's', '', 'r', 'o', 'o', 't', 's', ';', '', '', 'A', 'n', 'd', 'v', 'e', 'r', 'i', 'l', 'y', 'h', 'e', 'w', 'i', 'l', 'l', 'f', 'i', 'n', 'd', 't', 'h', 'e', 'r', 'o', 'o', 't', 's', 'o', 'f', 't', 'h', 'e', '', 'g', 'o', 'o', 'd', 'a', 'n', 'd', 't', 'h', 'e', 'b', 'a', 'd', ',', 't', 'h', 'e', 'f', 'r', 'u', 'i', 't', 'f', 'u', 'l', 'a', 'n', 'd', 't', 'h', 'e', '', 'a', 'l', 'l', 'e', 'n', 't', 'w', 'i', 'n', 'e', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'i', 'n', '', 't', 'h', 'e', 's', 'i', 'l', 'e', 'n', 't', 'h', 'e', 'a', 'r', 't', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '.', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'j', 'u', 'd', 'g', 'e', 's', 'w', 'h', 'o', 'w', 'o', 'u', 'l', 'd', 'b', 'e', 'j', 'u', 's', 't', ',', '', '', 'W', 'h', 'a', 't', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't', 'p', 'r', 'o', 'n', 'o', 'u', 'n', 'c', 'e', 'y', 'o', 'u', 'u', 'p', 'o', 'n', 'h', 'i', 'm', '', 'w', 'h', 'o', 't', 'h', 'o', 'u', 'g', 'h', 'h', 'o', 'n', 'e', 's', 't', 'i', 'n', 't', 'h', 'e', 'f', 'l', 'e', 's', 'h', 'y', 'e', 't', 'i', 's', 'a', '', 't', 'h', 'i', 'e', 'f', 'i', 'n', 's', 'p', 'i', 'r', 'i', 't', '?', '', '', 'W', 'h', 'a', 't', 'p', 'e', 'n', 'a', 'l', 't', 'y', 'l', 'a', 'y', 'y', 'o', 'u', 'u', 'p', 'o', 'n', 'h', 'i', 'm', 'w', 'h', 'o', 's', 'l', 'a', 'y', 's', '', 'i', 'n', 't', 'h', 'e', 'f', 'l', 'e', 's', 'h', 'y', 'e', 't', 'i', 's', 'h', 'i', 'm', 's', 'e', 'l', 'f', 's', 'l', 'a', 'i', 'n', 'i', 'n', 't', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't', '?', '', '', 'A', 'n', 'd', 'h', 'o', 'w', 'p', 'r', 'o', 's', 'e', 'c', 'u', 't', 'e', 'y', 'o', 'u', 'h', 'i', 'm', 'w', 'h', 'o', 'i', 'n', 'a', 'c', 't', 'i', 'o', 'n', '', 'i', 's', 'a', 'd', 'e', 'c', 'e', 'i', 'v', 'e', 'r', 'a', 'n', 'd', 'a', 'n', 'o', 'p', 'p', 'r', 'e', 's', 's', 'o', 'r', ',', '', '', 'Y', 'e', 't', 'w', 'h', 'o', 'a', 'l', 's', 'o', 'i', 's', 'a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd', 'a', 'n', 'd', 'o', 'u', 't', 'r', 'a', 'g', 'e', 'd', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'p', 'u', 'n', 'i', 's', 'h', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 's', 'e', '', 'r', 'e', 'm', 'o', 'r', 's', 'e', 'i', 's', 'a', 'l', 'r', 'e', 'a', 'd', 'y', 'g', 'r', 'e', 'a', 't', 'e', 'r', 't', 'h', 'a', 'n', 't', 'h', 'e', 'i', 'r', '', 'm', 'i', 's', 'd', 'e', 'e', 'd', 's', '?', '', '', 'I', 's', 'n', 'o', 't', 'r', 'e', 'm', 'o', 'r', 's', 'e', 't', 'h', 'e', 'j', 'u', 's', 't', 'i', 'c', 'e', 'w', 'h', 'i', 'c', 'h', 'i', 's', '', 'a', 'd', 'm', 'i', 'n', 'i', 's', 't', 'e', 'r', 'e', 'd', 'b', 'y', 't', 'h', 'a', 't', 'v', 'e', 'r', 'y', 'l', 'a', 'w', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', '', 'w', 'o', 'u', 'l', 'd', 'f', 'a', 'i', 'n', 's', 'e', 'r', 'v', 'e', '?', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'l', 'a', 'y', 'r', 'e', 'm', 'o', 'r', 's', 'e', 'u', 'p', 'o', 'n', 't', 'h', 'e', '', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', 'n', 'o', 'r', 'l', 'i', 'f', 't', 'i', 't', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', 'o', 'f', '', 't', 'h', 'e', 'g', 'u', 'i', 'l', 't', 'y', '.', '', '', 'U', 'n', 'b', 'i', 'd', 'd', 'e', 'n', 's', 'h', 'a', 'l', 'l', 'i', 't', 'c', 'a', 'l', 'l', 'i', 'n', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', ',', '', 't', 'h', 'a', 't', 'm', 'e', 'n', 'm', 'a', 'y', 'w', 'a', 'k', 'e', 'a', 'n', 'd', 'g', 'a', 'z', 'e', 'u', 'p', 'o', 'n', '', 't', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's', '.', 'y', 'o', 'u', 'w', 'h', 'o', 'w', 'o', 'u', 'l', 'd', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'j', 'u', 's', 't', 'i', 'c', 'e', ',', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'u', 'n', 'l', 'e', 's', 's', '', 'y', 'o', 'u', 'l', 'o', 'o', 'k', 'u', 'p', 'o', 'n', 'a', 'l', 'l', 'd', 'e', 'e', 'd', 's', 'i', 'n', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's', '', 'o', 'f', 'l', 'i', 'g', 'h', 't', '?', '', '', 'O', 'n', 'l', 'y', 't', 'h', 'e', 'n', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'k', 'n', 'o', 'w', 't', 'h', 'a', 't', 't', 'h', 'e', 'e', 'r', 'e', 'c', 't', '', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'a', 'l', 'l', 'e', 'n', 'a', 'r', 'e', 'b', 'u', 't', 'o', 'n', 'e', 'm', 'a', 'n', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '', 'i', 'n', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', 'b', 'e', 't', 'w', 'e', 'e', 'n', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 'o', 'f', 'h', 'i', 's', '', 'p', 'i', 'g', 'm', 'y', '-', 's', 'e', 'l', 'f', 'a', 'n', 'd', 't', 'h', 'e', 'd', 'a', 'y', 'o', 'f', 'h', 'i', 's', 'g', 'o', 'd', '-', 's', 'e', 'l', 'f', ',', '', 'A', 'n', 'd', 't', 'h', 'a', 't', 't', 'h', 'e', 'c', 'o', 'r', 'n', 'e', 'r', '-', 's', 't', 'o', 'n', 'e', 'o', 'f', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', '', 'i', 's', 'n', 'o', 't', 'h', 'i', 'g', 'h', 'e', 'r', 't', 'h', 'a', 'n', 't', 'h', 'e', 'l', 'o', 'w', 'e', 's', 't', 's', 't', 'o', 'n', 'e', 'i', 'n', '', 'i', 't', 's', 'f', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'l', 'a', 'w', 'y', 'e', 'r', 's', 'a', 'i', 'd', ',', 'B', 'u', 't', 'w', 'h', 'a', 't', 'o', 'f', 'o', 'u', 'r', '', '_', 'L', 'a', 'w', 's', '_', ',', 'm', 'a', 's', 't', 'e', 'r', '?', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'd', 'e', 'l', 'i', 'g', 'h', 't', 'i', 'n', 'l', 'a', 'y', 'i', 'n', 'g', 'd', 'o', 'w', 'n', 'l', 'a', 'w', 's', ',', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 'd', 'e', 'l', 'i', 'g', 'h', 't', 'm', 'o', 'r', 'e', 'i', 'n', 'b', 'r', 'e', 'a', 'k', 'i', 'n', 'g', 't', 'h', 'e', 'm', '.', '', '', 'L', 'i', 'k', 'e', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'p', 'l', 'a', 'y', 'i', 'n', 'g', 'b', 'y', 't', 'h', 'e', 'o', 'c', 'e', 'a', 'n', 'w', 'h', 'o', '', 'b', 'u', 'i', 'l', 'd', 's', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's', 'w', 'i', 't', 'h', 'c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y', 'a', 'n', 'd', '', 't', 'h', 'e', 'n', 'd', 'e', 's', 't', 'r', 'o', 'y', 't', 'h', 'e', 'm', 'w', 'i', 't', 'h', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '.', '', '', 'B', 'u', 't', 'w', 'h', 'i', 'l', 'e', 'y', 'o', 'u', 'b', 'u', 'i', 'l', 'd', 'y', 'o', 'u', 'r', 's', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's', 't', 'h', 'e', '', 'o', 'c', 'e', 'a', 'n', 'b', 'r', 'i', 'n', 'g', 's', 'm', 'o', 'r', 'e', 's', 'a', 'n', 'd', 't', 'o', 't', 'h', 'e', 's', 'h', 'o', 'r', 'e', ',', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'd', 'e', 's', 't', 'r', 'o', 'y', 't', 'h', 'e', 'm', 't', 'h', 'e', 'o', 'c', 'e', 'a', 'n', '', 'l', 'a', 'u', 'g', 'h', 's', 'w', 'i', 't', 'h', 'y', 'o', 'u', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 't', 'h', 'e', 'o', 'c', 'e', 'a', 'n', 'l', 'a', 'u', 'g', 'h', 's', 'a', 'l', 'w', 'a', 'y', 's', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'i', 'n', 'n', 'o', 'c', 'e', 'n', 't', '.', '', '', 'B', 'u', 't', 'w', 'h', 'a', 't', 'o', 'f', 't', 'h', 'o', 's', 'e', 't', 'o', 'w', 'h', 'o', 'm', 'l', 'i', 'f', 'e', 'i', 's', 'n', 'o', 't', '', 'a', 'n', 'o', 'c', 'e', 'a', 'n', ',', 'a', 'n', 'd', 'm', 'a', 'n', '-', 'm', 'a', 'd', 'e', 'l', 'a', 'w', 's', 'a', 'r', 'e', 'n', 'o', 't', '', 's', 'a', 'n', 'd', '-', 't', 'o', 'w', 'e', 'r', 's', ',', '', '', 'B', 'u', 't', 't', 'o', 'w', 'h', 'o', 'm', 'l', 'i', 'f', 'e', 'i', 's', 'a', 'r', 'o', 'c', 'k', ',', 'a', 'n', 'd', 't', 'h', 'e', 'l', 'a', 'w', '', 'a', 'c', 'h', 'i', 's', 'e', 'l', 'w', 'i', 't', 'h', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'y', 'w', 'o', 'u', 'l', 'd', 'c', 'a', 'r', 'v', 'e', 'i', 't', '', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'o', 'w', 'n', 'l', 'i', 'k', 'e', 'n', 'e', 's', 's', '?', 'o', 'f', 't', 'h', 'e', '', 'c', 'r', 'i', 'p', 'p', 'l', 'e', 'w', 'h', 'o', 'h', 'a', 't', 'e', 's', 'd', 'a', 'n', 'c', 'e', 'r', 's', '?', '', '', 'W', 'h', 'a', 't', 'o', 'f', 't', 'h', 'e', 'o', 'x', 'w', 'h', 'o', 'l', 'o', 'v', 'e', 's', 'h', 'i', 's', 'y', 'o', 'k', 'e', 'a', 'n', 'd', '', 'd', 'e', 'e', 'm', 's', 't', 'h', 'e', 'e', 'l', 'k', 'a', 'n', 'd', 'd', 'e', 'e', 'r', 'o', 'f', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', '', 's', 't', 'r', 'a', 'y', 'a', 'n', 'd', 'v', 'a', 'g', 'r', 'a', 'n', 't', 't', 'h', 'i', 'n', 'g', 's', '?', '', '', 'W', 'h', 'a', 't', 'o', 'f', 't', 'h', 'e', 'o', 'l', 'd', 's', 'e', 'r', 'p', 'e', 'n', 't', 'w', 'h', 'o', 'c', 'a', 'n', 'n', 'o', 't', 's', 'h', 'e', 'd', '', 'h', 'i', 's', 's', 'k', 'i', 'n', ',', 'a', 'n', 'd', 'c', 'a', 'l', 'l', 's', 'a', 'l', 'l', 'o', 't', 'h', 'e', 'r', 's', 'n', 'a', 'k', 'e', 'd', 'a', 'n', 'd', '', 's', 'h', 'a', 'm', 'e', 'l', 'e', 's', 's', '?', '', '', 'A', 'n', 'd', 'o', 'f', 'h', 'i', 'm', 'w', 'h', 'o', 'c', 'o', 'm', 'e', 's', 'e', 'a', 'r', 'l', 'y', 't', 'o', 't', 'h', 'e', '', 'w', 'e', 'd', 'd', 'i', 'n', 'g', '-', 'f', 'e', 'a', 's', 't', ',', 'a', 'n', 'd', 'w', 'h', 'e', 'n', 'o', 'v', 'e', 'r', '-', 'f', 'e', 'd', 'a', 'n', 'd', '', 't', 'i', 'r', 'e', 'd', 'g', 'o', 'e', 's', 'h', 'i', 's', 'w', 'a', 'y', 's', 'a', 'y', 'i', 'n', 'g', 't', 'h', 'a', 't', 'a', 'l', 'l', '', 'f', 'e', 'a', 's', 't', 's', 'a', 'r', 'e', 'v', 'i', 'o', 'l', 'a', 't', 'i', 'o', 'n', 'a', 'n', 'd', 'a', 'l', 'l', 'f', 'e', 'a', 's', 't', 'e', 'r', 's', '', 'l', 'a', 'w', 'b', 'r', 'e', 'a', 'k', 'e', 'r', 's', '?', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'a', 't', 's', 'h', 'a', 'l', 'l', 'I', 's', 'a', 'y', 'o', 'f', 't', 'h', 'e', 's', 'e', 's', 'a', 'v', 'e', 't', 'h', 'a', 't', '', 't', 'h', 'e', 'y', 't', 'o', 'o', 's', 't', 'a', 'n', 'd', 'i', 'n', 't', 'h', 'e', 's', 'u', 'n', 'l', 'i', 'g', 'h', 't', ',', 'b', 'u', 't', 'w', 'i', 't', 'h', '', 't', 'h', 'e', 'i', 'r', 'b', 'a', 'c', 'k', 's', 't', 'o', 't', 'h', 'e', 's', 'u', 'n', '?', '', '', 'T', 'h', 'e', 'y', 's', 'e', 'e', 'o', 'n', 'l', 'y', 't', 'h', 'e', 'i', 'r', 's', 'h', 'a', 'd', 'o', 'w', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'r', '', 's', 'h', 'a', 'd', 'o', 'w', 's', 'a', 'r', 'e', 't', 'h', 'e', 'i', 'r', 'l', 'a', 'w', 's', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 't', 'h', 'e', 's', 'u', 'n', 't', 'o', 't', 'h', 'e', 'm', 'b', 'u', 't', 'a', 'c', 'a', 's', 't', 'e', 'r', '', 'o', 'f', 's', 'h', 'a', 'd', 'o', 'w', 's', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', 't', 'o', 'a', 'c', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 't', 'h', 'e', '', 'l', 'a', 'w', 's', 'b', 'u', 't', 't', 'o', 's', 't', 'o', 'o', 'p', 'd', 'o', 'w', 'n', 'a', 'n', 'd', 't', 'r', 'a', 'c', 'e', 't', 'h', 'e', 'i', 'r', '', 's', 'h', 'a', 'd', 'o', 'w', 's', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '?', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'w', 'h', 'o', 'w', 'a', 'l', 'k', 'f', 'a', 'c', 'i', 'n', 'g', 't', 'h', 'e', 's', 'u', 'n', ',', 'w', 'h', 'a', 't', '', 'd', 'r', 'a', 'w', 'n', 'o', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'c', 'a', 'n', 'h', 'o', 'l', 'd', '', 'y', 'o', 'u', '?', '', '', 'Y', 'o', 'u', 'w', 'h', 'o', 't', 'r', 'a', 'v', 'e', 'l', 'w', 'i', 't', 'h', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', 'w', 'h', 'a', 't', '', 'w', 'e', 'a', 't', 'h', 'e', 'r', '-', 'v', 'a', 'n', 'e', 's', 'h', 'a', 'l', 'l', 'd', 'i', 'r', 'e', 'c', 't', 'y', 'o', 'u', 'r', 'c', 'o', 'u', 'r', 's', 'e', '?', '', '', 'W', 'h', 'a', 't', 'm', 'a', 'n', '’', 's', 'l', 'a', 'w', 's', 'h', 'a', 'l', 'l', 'b', 'i', 'n', 'd', 'y', 'o', 'u', 'i', 'f', 'y', 'o', 'u', '', 'b', 'r', 'e', 'a', 'k', 'y', 'o', 'u', 'r', 'y', 'o', 'k', 'e', 'b', 'u', 't', 'u', 'p', 'o', 'n', 'n', 'o', 'm', 'a', 'n', '’', 's', 'p', 'r', 'i', 's', 'o', 'n', '', 'd', 'o', 'o', 'r', '?', '', '', 'W', 'h', 'a', 't', 'l', 'a', 'w', 's', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'f', 'e', 'a', 'r', 'i', 'f', 'y', 'o', 'u', 'd', 'a', 'n', 'c', 'e', '', 'b', 'u', 't', 's', 't', 'u', 'm', 'b', 'l', 'e', 'a', 'g', 'a', 'i', 'n', 's', 't', 'n', 'o', 'm', 'a', 'n', '’', 's', 'i', 'r', 'o', 'n', '', 'c', 'h', 'a', 'i', 'n', 's', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'o', 'i', 's', 'h', 'e', 't', 'h', 'a', 't', 's', 'h', 'a', 'l', 'l', 'b', 'r', 'i', 'n', 'g', 'y', 'o', 'u', 't', 'o', '', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't', 'i', 'f', 'y', 'o', 'u', 't', 'e', 'a', 'r', 'o', 'f', 'f', 'y', 'o', 'u', 'r', 'g', 'a', 'r', 'm', 'e', 'n', 't', '', 'y', 'e', 't', 'l', 'e', 'a', 'v', 'e', 'i', 't', 'i', 'n', 'n', 'o', 'm', 'a', 'n', '’', 's', 'p', 'a', 't', 'h', '?', '', '', '*', '*', '*', '*', '*', '', '', 'P', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'y', 'o', 'u', 'c', 'a', 'n', 'm', 'u', 'f', 'f', 'l', 'e', 't', 'h', 'e', '', 'd', 'r', 'u', 'm', ',', 'a', 'n', 'd', 'y', 'o', 'u', 'c', 'a', 'n', 'l', 'o', 'o', 's', 'e', 'n', 't', 'h', 'e', 's', 't', 'r', 'i', 'n', 'g', 's', '', 'o', 'f', 't', 'h', 'e', 'l', 'y', 'r', 'e', ',', 'b', 'u', 't', 'w', 'h', 'o', 's', 'h', 'a', 'l', 'l', 'c', 'o', 'm', 'm', 'a', 'n', 'd', 't', 'h', 'e', '', 's', 'k', 'y', 'l', 'a', 'r', 'k', 'n', 'o', 't', 't', 'o', 's', 'i', 'n', 'g', '?', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'n', 'o', 'r', 'a', 't', 'o', 'r', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'F', 'r', 'e', 'e', 'd', 'o', 'm', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'A', 't', 't', 'h', 'e', 'c', 'i', 't', 'y', 'g', 'a', 't', 'e', 'a', 'n', 'd', 'b', 'y', 'y', 'o', 'u', 'r', 'f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '', 'I', 'h', 'a', 'v', 'e', 's', 'e', 'e', 'n', 'y', 'o', 'u', 'p', 'r', 'o', 's', 't', 'r', 'a', 't', 'e', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'a', 'n', 'd', '', 'w', 'o', 'r', 's', 'h', 'i', 'p', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 'f', 'r', 'e', 'e', 'd', 'o', 'm', ',', '', '', 'E', 'v', 'e', 'n', 'a', 's', 's', 'l', 'a', 'v', 'e', 's', 'h', 'u', 'm', 'b', 'l', 'e', 't', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's', 'b', 'e', 'f', 'o', 'r', 'e', '', 'a', 't', 'y', 'r', 'a', 'n', 't', 'a', 'n', 'd', 'p', 'r', 'a', 'i', 's', 'e', 'h', 'i', 'm', 't', 'h', 'o', 'u', 'g', 'h', 'h', 'e', 's', 'l', 'a', 'y', 's', '', 't', 'h', 'e', 'm', '.', '', '', 'A', 'y', ',', 'i', 'n', 't', 'h', 'e', 'g', 'r', 'o', 'v', 'e', 'o', 'f', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', 'a', 'n', 'd', 'i', 'n', '', 't', 'h', 'e', 's', 'h', 'a', 'd', 'o', 'w', 'o', 'f', 't', 'h', 'e', 'c', 'i', 't', 'a', 'd', 'e', 'l', 'I', 'h', 'a', 'v', 'e', 's', 'e', 'e', 'n', '', 't', 'h', 'e', 'f', 'r', 'e', 'e', 's', 't', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 'w', 'e', 'a', 'r', 't', 'h', 'e', 'i', 'r', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '', 'a', 's', 'a', 'y', 'o', 'k', 'e', 'a', 'n', 'd', 'a', 'h', 'a', 'n', 'd', 'c', 'u', 'f', 'f', '.', '', '', 'A', 'n', 'd', 'm', 'y', 'h', 'e', 'a', 'r', 't', 'b', 'l', 'e', 'd', 'w', 'i', 't', 'h', 'i', 'n', 'm', 'e', ';', 'f', 'o', 'r', 'y', 'o', 'u', '', 'c', 'a', 'n', 'o', 'n', 'l', 'y', 'b', 'e', 'f', 'r', 'e', 'e', 'w', 'h', 'e', 'n', 'e', 'v', 'e', 'n', 't', 'h', 'e', 'd', 'e', 's', 'i', 'r', 'e', '', 'o', 'f', 's', 'e', 'e', 'k', 'i', 'n', 'g', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'a', 'h', 'a', 'r', 'n', 'e', 's', 's', '', 't', 'o', 'y', 'o', 'u', ',', 'a', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'c', 'e', 'a', 's', 'e', 't', 'o', 's', 'p', 'e', 'a', 'k', 'o', 'f', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'a', 's', 'a', 'g', 'o', 'a', 'l', 'a', 'n', 'd', 'a', 'f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '.', '', '', 'Y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'f', 'r', 'e', 'e', 'i', 'n', 'd', 'e', 'e', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'r', '', 'd', 'a', 'y', 's', 'a', 'r', 'e', 'n', 'o', 't', 'w', 'i', 't', 'h', 'o', 'u', 't', 'a', 'c', 'a', 'r', 'e', 'n', 'o', 'r', 'y', 'o', 'u', 'r', '', 'w', 'i', 't', 'h', 'o', 'u', 't', 'a', 'w', 'a', 'n', 't', 'a', 'n', 'd', 'a', 'g', 'r', 'i', 'e', 'f', ',', '', '', 'B', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', 'w', 'h', 'e', 'n', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'g', 'i', 'r', 'd', 'l', 'e', 'y', 'o', 'u', 'r', '', 'l', 'i', 'f', 'e', 'a', 'n', 'd', 'y', 'e', 't', 'y', 'o', 'u', 'r', 'i', 's', 'e', 'a', 'b', 'o', 'v', 'e', 't', 'h', 'e', 'm', 'n', 'a', 'k', 'e', 'd', '', 'a', 'n', 'd', 'u', 'n', 'b', 'o', 'u', 'n', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'r', 'i', 's', 'e', 'b', 'e', 'y', 'o', 'n', 'd', 'y', 'o', 'u', 'r', 'd', 'a', 'y', 's', '', 'a', 'n', 'd', 'n', 'i', 'g', 'h', 't', 's', 'u', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', 'b', 'r', 'e', 'a', 'k', 't', 'h', 'e', '', 'c', 'h', 'a', 'i', 'n', 's', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'a', 't', 't', 'h', 'e', 'd', 'a', 'w', 'n', 'o', 'f', 'y', 'o', 'u', 'r', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', 'h', 'a', 'v', 'e', 'f', 'a', 's', 't', 'e', 'n', 'e', 'd', 'a', 'r', 'o', 'u', 'n', 'd', 'y', 'o', 'u', 'r', '', 'n', 'o', 'o', 'n', 'h', 'o', 'u', 'r', '?', '', '', 'I', 'n', 't', 'r', 'u', 't', 'h', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'c', 'a', 'l', 'l', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'i', 's', '', 't', 'h', 'e', 's', 't', 'r', 'o', 'n', 'g', 'e', 's', 't', 'o', 'f', 't', 'h', 'e', 's', 'e', 'c', 'h', 'a', 'i', 'n', 's', ',', 't', 'h', 'o', 'u', 'g', 'h', '', 'i', 't', 's', 'l', 'i', 'n', 'k', 's', 'g', 'l', 'i', 't', 't', 'e', 'r', 'i', 'n', 't', 'h', 'e', 's', 'u', 'n', 'a', 'n', 'd', 'd', 'a', 'z', 'z', 'l', 'e', '', 'y', 'o', 'u', 'r', 'e', 'y', 'e', 's', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', 'b', 'u', 't', 'f', 'r', 'a', 'g', 'm', 'e', 'n', 't', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 'o', 'w', 'n', 's', 'e', 'l', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'd', 'i', 's', 'c', 'a', 'r', 'd', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', '', 'b', 'e', 'c', 'o', 'm', 'e', 'f', 'r', 'e', 'e', '?', '', '', 'I', 'f', 'i', 't', 'i', 's', 'a', 'n', 'u', 'n', 'j', 'u', 's', 't', 'l', 'a', 'w', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', '', 'a', 'b', 'o', 'l', 'i', 's', 'h', ',', 't', 'h', 'a', 't', 'l', 'a', 'w', 'w', 'a', 's', 'w', 'r', 'i', 't', 't', 'e', 'n', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', '', 'o', 'w', 'n', 'h', 'a', 'n', 'd', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 'f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', '.', '', '', 'Y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'e', 'r', 'a', 's', 'e', 'i', 't', 'b', 'y', 'b', 'u', 'r', 'n', 'i', 'n', 'g', 'y', 'o', 'u', 'r', 'l', 'a', 'w', '', 'b', 'o', 'o', 'k', 's', 'n', 'o', 'r', 'b', 'y', 'w', 'a', 's', 'h', 'i', 'n', 'g', 't', 'h', 'e', 'f', 'o', 'r', 'e', 'h', 'e', 'a', 'd', 's', 'o', 'f', '', 'y', 'o', 'u', 'r', 'j', 'u', 'd', 'g', 'e', 's', ',', 't', 'h', 'o', 'u', 'g', 'h', 'y', 'o', 'u', 'p', 'o', 'u', 'r', 't', 'h', 'e', 's', 'e', 'a', '', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'm', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'i', 't', 'i', 's', 'a', 'd', 'e', 's', 'p', 'o', 't', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', '', 's', 'e', 'e', 'f', 'i', 'r', 's', 't', 't', 'h', 'a', 't', 'h', 'i', 's', 't', 'h', 'r', 'o', 'n', 'e', '', 'e', 'r', 'e', 'c', 't', 'e', 'd', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'i', 's', 'd', 'e', 's', 't', 'r', 'o', 'y', 'e', 'd', '.', '', '', 'F', 'o', 'r', 'h', 'o', 'w', 'c', 'a', 'n', 'a', 't', 'y', 'r', 'a', 'n', 't', 'r', 'u', 'l', 'e', 't', 'h', 'e', 'f', 'r', 'e', 'e', 'a', 'n', 'd', '', 't', 'h', 'e', 'p', 'r', 'o', 'u', 'd', ',', 'b', 'u', 't', 'f', 'o', 'r', 'a', 't', 'y', 'r', 'a', 'n', 'n', 'y', 'i', 'n', 't', 'h', 'e', 'i', 'r', '', 'o', 'w', 'n', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'a', 'n', 'd', 'a', 's', 'h', 'a', 'm', 'e', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'o', 'w', 'n', '', 'p', 'r', 'i', 'd', 'e', '?', '', '', 'A', 'n', 'd', 'i', 'f', 'i', 't', 'i', 's', 'a', 'c', 'a', 'r', 'e', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'c', 'a', 's', 't', 'o', 'f', 'f', ',', '', 't', 'h', 'a', 't', 'c', 'a', 'r', 't', 'h', 'a', 's', 'b', 'e', 'e', 'n', 'c', 'h', 'o', 's', 'e', 'n', 'b', 'y', 'y', 'o', 'u', 'r', 'a', 't', 'h', 'e', 'r', '', 't', 'h', 'a', 'n', 'i', 'm', 'p', 'o', 's', 'e', 'd', 'u', 'p', 'o', 'n', 'y', 'o', 'u', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'i', 't', 'i', 's', 'a', 'f', 'e', 'a', 'r', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'd', 'i', 's', 'p', 'e', 'l', ',', '', 't', 'h', 'e', 's', 'e', 'a', 't', 'o', 'f', 't', 'h', 'a', 't', 'f', 'e', 'a', 'r', 'i', 's', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', '', 'a', 'n', 'd', 'n', 'o', 't', 'i', 'n', 't', 'h', 'e', 'h', 'a', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'f', 'e', 'a', 'r', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 'a', 'l', 'l', 't', 'h', 'i', 'n', 'g', 's', 'm', 'o', 'v', 'e', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'b', 'e', 'i', 'n', 'g', '', 'i', 'n', 'c', 'o', 'n', 's', 't', 'a', 'n', 't', 'h', 'a', 'l', 'f', 'e', 'm', 'b', 'r', 'a', 'c', 'e', ',', 't', 'h', 'e', 'd', 'e', 's', 'i', 'r', 'e', 'd', '', 'a', 'n', 'd', 't', 'h', 'e', 'd', 'r', 'e', 'a', 'd', 'e', 'd', ',', 't', 'h', 'e', 'r', 'e', 'p', 'u', 'g', 'n', 'a', 'n', 't', 'a', 'n', 'd', 't', 'h', 'e', '', 'c', 'h', 'e', 'r', 'i', 's', 'h', 'e', 'd', ',', 't', 'h', 'e', 'p', 'u', 'r', 's', 'u', 'e', 'd', 'a', 'n', 'd', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', '', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'e', 's', 'c', 'a', 'p', 'e', '.', '', '', 'T', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'm', 'o', 'v', 'e', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'a', 's', 'l', 'i', 'g', 'h', 't', 's', '', 'a', 'n', 'd', 's', 'h', 'a', 'd', 'o', 'w', 's', 'i', 'n', 'p', 'a', 'i', 'r', 's', 't', 'h', 'a', 't', 'c', 'l', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 's', 'h', 'a', 'd', 'o', 'w', 'f', 'a', 'd', 'e', 's', 'a', 'n', 'd', 'i', 's', 'n', 'o', '', 'm', 'o', 'r', 'e', ',', 't', 'h', 'e', 'l', 'i', 'g', 'h', 't', 't', 'h', 'a', 't', 'l', 'i', 'n', 'g', 'e', 'r', 's', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'a', '', 's', 'h', 'a', 'd', 'o', 'w', 't', 'o', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'l', 'i', 'g', 'h', 't', '.', '', '', 'A', 'n', 'd', 't', 'h', 'u', 's', 'y', 'o', 'u', 'r', 'f', 'r', 'e', 'e', 'd', 'o', 'm', 'w', 'h', 'e', 'n', 'i', 't', 'l', 'o', 's', 'e', 's', 'i', 't', 's', '', 'f', 'e', 't', 't', 'e', 'r', 's', 'b', 'e', 'c', 'o', 'm', 'e', 's', 'i', 't', 's', 'e', 'l', 'f', 't', 'h', 'e', 'f', 'e', 't', 't', 'e', 'r', 'o', 'f', 'a', '', 'g', 'r', 'e', 'a', 't', 'e', 'r', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 't', 'h', 'e', 'p', 'r', 'i', 'e', 's', 't', 'e', 's', 's', 's', 'p', 'o', 'k', 'e', 'a', 'g', 'a', 'i', 'n', '', 'a', 'n', 'd', 's', 'a', 'i', 'd', ':', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '_', 'R', 'e', 'a', 's', 'o', 'n', 'a', 'n', 'd', '', 'P', 'a', 's', 's', 'i', 'o', 'n', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r', 's', 'o', 'u', 'l', 'i', 's', 'o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 'a', 'b', 'a', 't', 't', 'l', 'e', 'f', 'i', 'e', 'l', 'd', ',', '', 'u', 'p', 'o', 'n', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'r', 'r', 'e', 'a', 's', 'o', 'n', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 'w', 'a', 'g', 'e', 'w', 'a', 'r', 'a', 'g', 'a', 'i', 'n', 's', 't', 'y', 'o', 'u', 'r', 'p', 'a', 's', 's', 'i', 'o', 'n', 'a', 'n', 'd', 'y', 'o', 'u', 'r', '', 'a', 'p', 'p', 'e', 't', 'i', 't', 'e', '.', '', '', 'W', 'o', 'u', 'l', 'd', 't', 'h', 'a', 't', 'I', 'c', 'o', 'u', 'l', 'd', 'b', 'e', 't', 'h', 'e', 'p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r', 'i', 'n', '', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', ',', 't', 'h', 'a', 't', 'I', 'm', 'i', 'g', 'h', 't', 't', 'u', 'r', 'n', 't', 'h', 'e', 'd', 'i', 's', 'c', 'o', 'r', 'd', '', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'i', 'v', 'a', 'l', 'r', 'y', 'o', 'f', 'y', 'o', 'u', 'r', 'e', 'l', 'e', 'm', 'e', 'n', 't', 's', 'i', 'n', 't', 'o', '', 'o', 'n', 'e', 'n', 'e', 's', 's', 'a', 'n', 'd', 'm', 'e', 'l', 'o', 'd', 'y', '.', '', '', 'B', 'u', 't', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'I', ',', 'u', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '', 'b', 'e', 'a', 'l', 's', 'o', 't', 'h', 'e', 'p', 'e', 'a', 'c', 'e', 'm', 'a', 'k', 'e', 'r', 's', ',', 'n', 'a', 'y', ',', 't', 'h', 'e', 'l', 'o', 'v', 'e', 'r', 's', '', 'o', 'f', 'a', 'l', 'l', 'y', 'o', 'u', 'r', 'e', 'l', 'e', 'm', 'e', 'n', 't', 's', '?', '', '', 'Y', 'o', 'u', 'r', 'r', 'e', 'a', 's', 'o', 'n', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'p', 'a', 's', 's', 'i', 'o', 'n', 'a', 'r', 'e', 't', 'h', 'e', '', 'r', 'u', 'd', 'd', 'e', 'r', 'a', 'n', 'd', 't', 'h', 'e', 's', 'a', 'i', 'l', 's', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'e', 'a', 'f', 'a', 'r', 'i', 'n', 'g', '', 's', 'o', 'u', 'l', '.', '', '', 'I', 'f', 'e', 'i', 't', 'h', 'e', 'r', 'y', 'o', 'u', 'r', 's', 'a', 'i', 'l', 's', 'o', 'r', 'y', 'o', 'u', 'r', 'r', 'u', 'd', 'd', 'e', 'r', 'b', 'e', '', 'b', 'r', 'o', 'k', 'e', 'n', ',', 'y', 'o', 'u', 'c', 'a', 'n', 'b', 'u', 't', 't', 'o', 's', 's', 'a', 'n', 'd', 'd', 'r', 'i', 'f', 't', ',', '', 'o', 'r', 'e', 'l', 's', 'e', 'b', 'e', 'h', 'e', 'l', 'd', 'a', 't', 'a', 's', 't', 'a', 'n', 'd', 's', 't', 'i', 'l', 'l', 'i', 'n', '', 'm', 'i', 'd', '-', 's', 'e', 'a', 's', '.', 'r', 'e', 'a', 's', 'o', 'n', ',', 'r', 'u', 'l', 'i', 'n', 'g', 'a', 'l', 'o', 'n', 'e', ',', '', 'i', 's', 'a', 'f', 'o', 'r', 'c', 'e', 'c', 'o', 'n', 'f', 'i', 'n', 'i', 'n', 'g', ';', 'a', 'n', 'd', 'p', 'a', 's', 's', 'i', 'o', 'n', ',', '', 'u', 'n', 'a', 't', 't', 'e', 'n', 'd', 'e', 'd', ',', 'i', 's', 'a', 'f', 'l', 'a', 'm', 'e', 't', 'h', 'a', 't', 'b', 'u', 'r', 'n', 's', 't', 'o', 'i', 't', 's', '', 'o', 'w', 'n', 'd', 'e', 's', 't', 'r', 'u', 'c', 't', 'i', 'o', 'n', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'l', 'e', 't', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', 'e', 'x', 'a', 'l', 't', 'y', 'o', 'u', 'r', '', 'r', 'e', 'a', 's', 'o', 'n', 't', 'o', 't', 'h', 'e', 'h', 'e', 'i', 'g', 'h', 't', 'o', 'f', 'p', 'a', 's', 's', 'i', 'o', 'n', ',', 't', 'h', 'a', 't', 'i', 't', '', 'm', 'a', 'y', 's', 'i', 'n', 'g', ';', '', '', 'A', 'n', 'd', 'l', 'e', 't', 'i', 't', 'd', 'i', 'r', 'e', 'c', 't', 'y', 'o', 'u', 'r', 'p', 'a', 's', 's', 'i', 'o', 'n', 'w', 'i', 't', 'h', '', 'r', 'e', 'a', 's', 'o', 'n', ',', 't', 'h', 'a', 't', 'y', 'o', 'u', 'r', 'p', 'a', 's', 's', 'i', 'o', 'n', 'm', 'a', 'y', 'l', 'i', 'v', 'e', '', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'i', 't', 's', 'o', 'w', 'n', 'd', 'a', 'i', 'l', 'y', 'r', 'e', 's', 'u', 'r', 'r', 'e', 'c', 't', 'i', 'o', 'n', ',', '', 'a', 'n', 'd', 'l', 'i', 'k', 'e', 't', 'h', 'e', 'p', 'h', 'o', 'e', 'n', 'i', 'x', 'r', 'i', 's', 'e', 'a', 'b', 'o', 'v', 'e', 'i', 't', 's', 'o', 'w', 'n', '', 'a', 's', 'h', 'e', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'y', 'o', 'u', 'r', 'j', 'u', 'd', 'g', 'm', 'e', 'n', 't', '', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'a', 'p', 'p', 'e', 't', 'i', 't', 'e', 'e', 'v', 'e', 'n', 'a', 's', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 't', 'w', 'o', '', 'l', 'o', 'v', 'e', 'd', 'g', 'u', 'e', 's', 't', 's', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'n', 'o', 't', 'h', 'o', 'n', 'o', 'u', 'r', 'o', 'n', 'e', 'g', 'u', 'e', 's', 't', '', 'a', 'b', 'o', 'v', 'e', 't', 'h', 'e', 'o', 't', 'h', 'e', 'r', ';', 'f', 'o', 'r', 'h', 'e', 'w', 'h', 'o', 'i', 's', 'm', 'o', 'r', 'e', '', 'm', 'i', 'n', 'd', 'f', 'u', 'l', 'o', 'f', 'o', 'n', 'e', 'l', 'o', 's', 'e', 's', 't', 'h', 'e', 'l', 'o', 'v', 'e', 'a', 'n', 'd', 't', 'h', 'e', '', 'f', 'a', 'i', 't', 'h', 'o', 'f', 'b', 'o', 't', 'h', '', '', 'A', 'm', 'o', 'n', 'g', 't', 'h', 'e', 'h', 'i', 'l', 'l', 's', ',', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 's', 'i', 't', 'i', 'n', 't', 'h', 'e', '', 'c', 'o', 'o', 'l', 's', 'h', 'a', 'd', 'e', 'o', 'f', 't', 'h', 'e', 'w', 'h', 'i', 't', 'e', 'p', 'o', 'p', 'l', 'a', 'r', 's', ',', 's', 'h', 'a', 'r', 'i', 'n', 'g', '', 't', 'h', 'e', 'p', 'e', 'a', 'c', 'e', 'a', 'n', 'd', 's', 'e', 'r', 'e', 'n', 'i', 't', 'y', 'o', 'f', 'd', 'i', 's', 't', 'a', 'n', 't', 'f', 'i', 'e', 'l', 'd', 's', '', 'a', 'n', 'd', 'm', 'e', 'a', 'd', 'o', 'w', 's', '-', '-', 't', 'h', 'e', 'n', 'l', 'e', 't', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', 'a', 'y', 'i', 'n', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', ',', '“', 'G', 'o', 'd', 'r', 'e', 's', 't', 's', 'i', 'n', 'r', 'e', 'a', 's', 'o', 'n', '.', '”', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 's', 't', 'o', 'r', 'm', 'c', 'o', 'm', 'e', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', '', 'w', 'i', 'n', 'd', 's', 'h', 'a', 'k', 'e', 's', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', ',', '', 'a', 'n', 'd', 't', 'h', 'u', 'n', 'd', 'e', 'r', 'a', 'n', 'd', 'l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g', 'p', 'r', 'o', 'c', 'l', 'a', 'i', 'm', 't', 'h', 'e', '', 'm', 'a', 'j', 'e', 's', 't', 'y', 'o', 'f', 't', 'h', 'e', 's', 'k', 'y', ',', '-', '-', 't', 'h', 'e', 'n', 'l', 'e', 't', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', '', 's', 'a', 'y', 'i', 'n', 'a', 'w', 'e', ',', '“', 'G', 'o', 'd', 'm', 'o', 'v', 'e', 's', 'i', 'n', 'p', 'a', 's', 's', 'i', 'o', 'n', '.', '”', '', '', 'A', 'n', 'd', 's', 'i', 'n', 'c', 'e', 'y', 'o', 'u', 'a', 'r', 'e', 'a', 'b', 'r', 'e', 'a', 't', 'h', 'i', 'n', 'G', 'o', 'd', '’', 's', '', 's', 'p', 'h', 'e', 'r', 'e', ',', 'a', 'n', 'd', 'a', 'l', 'e', 'a', 'f', 'i', 'n', 'G', 'o', 'd', '’', 's', 'f', 'o', 'r', 'e', 's', 't', ',', 'y', 'o', 'u', '', 't', 'o', 'o', 's', 'h', 'o', 'u', 'l', 'd', 'r', 'e', 's', 't', 'i', 'n', 'r', 'e', 'a', 's', 'o', 'n', 'a', 'n', 'd', 'm', 'o', 'v', 'e', 'i', 'n', '', 'p', 'a', 's', 's', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'w', 'o', 'm', 'a', 'n', 's', 'p', 'o', 'k', 'e', ',', 's', 'a', 'y', 'i', 'n', 'g', ',', 'T', 'e', 'l', 'l', 'u', 's', '', 'o', 'f', '_', 'P', 'a', 'i', 'n', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u', 'r', 'p', 'a', 'i', 'n', 'i', 's', 't', 'h', 'e', 'b', 'r', 'e', 'a', 'k', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 's', 'h', 'e', 'l', 'l', '', 't', 'h', 'a', 't', 'e', 'n', 'c', 'l', 'o', 's', 'e', 's', 'y', 'o', 'u', 'r', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'E', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', 's', 't', 'o', 'n', 'e', 'o', 'f', 't', 'h', 'e', 'f', 'r', 'u', 'i', 't', 'm', 'u', 's', 't', '', 'b', 'r', 'e', 'a', 'k', ',', 't', 'h', 'a', 't', 'i', 't', 's', 'h', 'e', 'a', 'r', 't', 'm', 'a', 'y', 's', 't', 'a', 'n', 'd', 'i', 'n', 't', 'h', 'e', '', 's', 'u', 'n', ',', 's', 'o', 'm', 'u', 's', 't', 'y', 'o', 'u', 'k', 'n', 'o', 'w', 'p', 'a', 'i', 'n', '.', '', '', 'A', 'n', 'd', 'c', 'o', 'u', 'l', 'd', 'y', 'o', 'u', 'k', 'e', 'e', 'p', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'i', 'n', 'w', 'o', 'n', 'd', 'e', 'r', '', 'a', 't', 't', 'h', 'e', 'd', 'a', 'i', 'l', 'y', 'm', 'i', 'r', 'a', 'c', 'l', 'e', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'l', 'i', 'f', 'e', ',', 'y', 'o', 'u', 'r', '', 'p', 'a', 'i', 'n', 'w', 'o', 'u', 'l', 'd', 'n', 'o', 't', 's', 'e', 'e', 'm', 'l', 'e', 's', 's', 'w', 'o', 'n', 'd', 'r', 'o', 'u', 's', 't', 'h', 'a', 'n', '', 'y', 'o', 'u', 'r', 'j', 'o', 'y', ';', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'a', 'c', 'c', 'e', 'p', 't', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 'h', 'e', 'a', 'r', 't', ',', 'e', 'v', 'e', 'n', 'a', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'a', 'l', 'w', 'a', 'y', 's', 'a', 'c', 'c', 'e', 'p', 't', 'e', 'd', '', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', 't', 'h', 'a', 't', 'p', 'a', 's', 's', 'o', 'v', 'e', 'r', 'y', 'o', 'u', 'r', 'f', 'i', 'e', 'l', 'd', 's', '.', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'w', 'a', 't', 'c', 'h', 'w', 'i', 't', 'h', 's', 'e', 'r', 'e', 'n', 'i', 't', 'y', '', 't', 'h', 'r', 'o', 'u', 'g', 'h', 't', 'h', 'e', 'w', 'i', 'n', 't', 'e', 'r', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'g', 'r', 'i', 'e', 'f', '.', '', '', 'M', 'u', 'c', 'h', 'o', 'f', 'y', 'o', 'u', 'r', 'p', 'a', 'i', 'n', 'i', 's', 's', 'e', 'l', 'f', '-', 'c', 'h', 'o', 's', 'e', 'n', '.', '', '', 'I', 't', 'i', 's', 't', 'h', 'e', 'b', 'i', 't', 't', 'e', 'r', 'p', 'o', 't', 'i', 'o', 'n', 'b', 'y', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', '', 'p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n', 'y', 'o', 'u', 'h', 'e', 'a', 'l', 's', 'y', 'o', 'u', 'r', 's', 'i', 'c', 'k', '', 's', 'e', 'l', 'f', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 't', 'r', 'u', 's', 't', 't', 'h', 'e', 'p', 'h', 'y', 's', 'i', 'c', 'i', 'a', 'n', ',', 'a', 'n', 'd', 'd', 'r', 'i', 'n', 'k', '', 'h', 'i', 's', 'r', 'e', 'm', 'e', 'd', 'y', 'i', 'n', 's', 'i', 'l', 'e', 'n', 'c', 'e', 'a', 'n', 'd', 't', 'r', 'a', 'n', 'q', 'u', 'i', 'l', 'l', 'i', 't', 'y', ':', '', 'F', 'o', 'r', 'h', 'i', 's', 'h', 'a', 'n', 'd', ',', 't', 'h', 'o', 'u', 'g', 'h', 'h', 'e', 'a', 'v', 'y', 'a', 'n', 'd', 'h', 'a', 'r', 'd', ',', 'i', 's', '', 'g', 'u', 'i', 'd', 'e', 'd', 'b', 'y', 't', 'h', 'e', 't', 'e', 'n', 'd', 'e', 'r', 'h', 'a', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'U', 'n', 's', 'e', 'e', 'n', ',', '', 'A', 'n', 'd', 't', 'h', 'e', 'c', 'u', 'p', 'h', 'e', 'b', 'r', 'i', 'n', 'g', 's', ',', 't', 'h', 'o', 'u', 'g', 'h', 'i', 't', 'b', 'u', 'r', 'n', '', 'y', 'o', 'u', 'r', 'l', 'i', 'p', 's', ',', 'h', 'a', 's', 'b', 'e', 'e', 'n', 'f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd', 'o', 'f', 't', 'h', 'e', '', 'c', 'l', 'a', 'y', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'P', 'o', 't', 't', 'e', 'r', 'h', 'a', 's', 'm', 'o', 'i', 's', 't', 'e', 'n', 'e', 'd', 'w', 'i', 't', 'h', '', 'H', 'i', 's', 'o', 'w', 'n', 's', 'a', 'c', 'r', 'e', 'd', 't', 'e', 'a', 'r', 's', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'm', 'a', 'n', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'S', 'e', 'l', 'f', '-', 'K', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', 'k', 'n', 'o', 'w', 'i', 'n', 's', 'i', 'l', 'e', 'n', 'c', 'e', 't', 'h', 'e', 's', 'e', 'c', 'r', 'e', 't', 's', '', 'o', 'f', 't', 'h', 'e', 'd', 'a', 'y', 's', 'a', 'n', 'd', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 's', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'r', 'e', 'a', 'r', 's', 't', 'h', 'i', 'r', 's', 't', 'f', 'o', 'r', 't', 'h', 'e', 's', 'o', 'u', 'n', 'd', 'o', 'f', '', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', '’', 's', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '', '', 'Y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'k', 'n', 'o', 'w', 'i', 'n', 'w', 'o', 'r', 'd', 's', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', '', 'h', 'a', 'v', 'e', 'a', 'l', 'w', 'a', 'y', 's', 'k', 'n', 'o', 'w', 'n', 'i', 'n', 't', 'h', 'o', 'u', 'g', 'h', 't', '.', '', '', 'Y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 't', 'o', 'u', 'c', 'h', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 'f', 'i', 'n', 'g', 'e', 'r', 's', 't', 'h', 'e', '', 'n', 'a', 'k', 'e', 'd', 'b', 'o', 'd', 'y', 'o', 'f', 'y', 'o', 'u', 'r', 'd', 'r', 'e', 'a', 'm', 's', '.', '', '', 'A', 'n', 'd', 'i', 't', 'i', 's', 'w', 'e', 'l', 'l', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', '.', '', '', 'T', 'h', 'e', 'h', 'i', 'd', 'd', 'e', 'n', 'w', 'e', 'l', 'l', '-', 's', 'p', 'r', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', 'm', 'u', 's', 't', '', 'n', 'e', 'e', 'd', 's', 'r', 'i', 's', 'e', 'a', 'n', 'd', 'r', 'u', 'n', 'm', 'u', 'r', 'm', 'u', 'r', 'i', 'n', 'g', 't', 'o', 't', 'h', 'e', 's', 'e', 'a', ';', '', '', 'A', 'n', 'd', 't', 'h', 'e', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 'i', 'n', 'f', 'i', 'n', 'i', 't', 'e', 'd', 'e', 'p', 't', 'h', 's', '', 'w', 'o', 'u', 'l', 'd', 'b', 'e', 'r', 'e', 'v', 'e', 'a', 'l', 'e', 'd', 't', 'o', 'y', 'o', 'u', 'r', 'e', 'y', 'e', 's', '.', '', '', 'B', 'u', 't', 'l', 'e', 't', 't', 'h', 'e', 'r', 'e', 'b', 'e', 'n', 'o', 's', 'c', 'a', 'l', 'e', 's', 't', 'o', 'w', 'e', 'i', 'g', 'h', 'y', 'o', 'u', 'r', '', 'u', 'n', 'k', 'n', 'o', 'w', 'n', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', ';', '', '', 'A', 'n', 'd', 's', 'e', 'e', 'k', 'n', 'o', 't', 't', 'h', 'e', 'd', 'e', 'p', 't', 'h', 's', 'o', 'f', 'y', 'o', 'u', 'r', '', 'w', 'i', 't', 'h', 's', 't', 'a', 'f', 'f', 'o', 'r', 's', 'o', 'u', 'n', 'd', 'i', 'n', 'g', '', 'l', 'i', 'n', 'e', '.', '', '', 'F', 'o', 'r', 's', 'e', 'l', 'f', 'i', 's', 'a', 's', 'e', 'a', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 'a', 'n', 'd', '', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'a', 'y', 'n', 'o', 't', ',', '“', 'I', 'h', 'a', 'v', 'e', 'f', 'o', 'u', 'n', 'd', 't', 'h', 'e', 't', 'r', 'u', 't', 'h', ',', '”', 'b', 'u', 't', '', 'r', 'a', 't', 'h', 'e', 'r', ',', '“', 'I', 'h', 'a', 'v', 'e', 'f', 'o', 'u', 'n', 'd', 'a', 't', 'r', 'u', 't', 'h', '.', '”', '', '', 'S', 'a', 'y', 'n', 'o', 't', ',', '“', 'I', 'h', 'a', 'v', 'e', 'f', 'o', 'u', 'n', 'd', 't', 'h', 'e', 'p', 'a', 't', 'h', 'o', 'f', 't', 'h', 'e', '', 's', 'o', 'u', 'l', '.', '”', 'S', 'a', 'y', 'r', 'a', 't', 'h', 'e', 'r', ',', '“', 'I', 'h', 'a', 'v', 'e', 'm', 'e', 't', 't', 'h', 'e', 's', 'o', 'u', 'l', '', 'w', 'a', 'l', 'k', 'i', 'n', 'g', 'u', 'p', 'o', 'n', 'm', 'y', 'p', 'a', 't', 'h', '.', '”', '', '', 'F', 'o', 'r', 't', 'h', 'e', 's', 'o', 'u', 'l', 'w', 'a', 'l', 'k', 's', 'u', 'p', 'o', 'n', 'a', 'l', 'l', 'p', 'a', 't', 'h', 's', '.', '', '', 'T', 'h', 'e', 's', 'o', 'u', 'l', 'w', 'a', 'l', 'k', 's', 'n', 'o', 't', 'u', 'p', 'o', 'n', 'a', 'l', 'i', 'n', 'e', ',', 'n', 'e', 'i', 't', 'h', 'e', 'r', '', 'd', 'o', 'e', 's', 'i', 't', 'g', 'r', 'o', 'w', 'l', 'i', 'k', 'e', 'a', 'r', 'e', 'e', 'd', '.', '', '', 'T', 'h', 'e', 's', 'o', 'u', 'l', 'u', 'n', 'f', 'o', 'l', 'd', 's', 'i', 't', 's', 'e', 'l', 'f', ',', 'l', 'i', 'k', 'e', 'a', 'l', 'o', 't', 'u', 's', 'o', 'f', '', 'c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's', 'p', 'e', 't', 'a', 'l', 's', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '0', '8', '3', ']', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 's', 'a', 'i', 'd', 'a', 't', 'e', 'a', 'c', 'h', 'e', 'r', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'T', 'e', 'a', 'c', 'h', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', '“', 'N', 'o', 'm', 'a', 'n', 'c', 'a', 'n', 'r', 'e', 'v', 'e', 'a', 'l', 't', 'o', 'y', 'o', 'u', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 't', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h', 'a', 'l', 'r', 'e', 'a', 'd', 'y', 'l', 'i', 'e', 's', 'h', 'a', 'l', 'f', 'a', 's', 'l', 'e', 'e', 'p', 'i', 'n', 't', 'h', 'e', '', 'd', 'a', 'w', 'n', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '.', '', '', 'T', 'h', 'e', 't', 'e', 'a', 'c', 'h', 'e', 'r', 'w', 'h', 'o', 'w', 'a', 'l', 'k', 's', 'i', 'n', 't', 'h', 'e', 's', 'h', 'a', 'd', 'o', 'w', 'o', 'f', '', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', ',', 'a', 'm', 'o', 'n', 'g', 'h', 'i', 's', 'f', 'o', 'l', 'l', 'o', 'w', 'e', 'r', 's', ',', 'g', 'i', 'v', 'e', 's', '', 'n', 'o', 't', 'o', 'f', 'h', 'i', 's', 'w', 'i', 's', 'd', 'o', 'm', 'b', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', 'o', 'f', 'h', 'i', 's', '', 'f', 'a', 'i', 't', 'h', 'a', 'n', 'd', 'h', 'i', 's', 'l', 'o', 'v', 'i', 'n', 'g', 'n', 'e', 's', 's', '.', '', '', 'I', 'f', 'h', 'e', 'i', 's', 'i', 'n', 'd', 'e', 'e', 'd', 'w', 'i', 's', 'e', 'h', 'e', 'd', 'o', 'e', 's', 'n', 'o', 't', 'b', 'i', 'd', '', 'y', 'o', 'u', 'e', 'n', 't', 'e', 'r', 't', 'h', 'e', 'h', 'o', 'u', 's', 'e', 'o', 'f', 'h', 'i', 's', 'w', 'i', 's', 'd', 'o', 'm', ',', 'b', 'u', 't', '', 'r', 'a', 't', 'h', 'e', 'r', 'l', 'e', 'a', 'd', 's', 'y', 'o', 'u', 't', 'o', 't', 'h', 'e', 't', 'h', 'r', 'e', 's', 'h', 'o', 'l', 'd', 'o', 'f', '', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 'm', 'i', 'n', 'd', '.', '', '', 'T', 'h', 'e', 'a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r', 'm', 'a', 'y', 's', 'p', 'e', 'a', 'k', 't', 'o', 'y', 'o', 'u', 'o', 'f', 'h', 'i', 's', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', 'o', 'f', 's', 'p', 'a', 'c', 'e', ',', 'b', 'u', 't', 'h', 'e', 'c', 'a', 'n', 'n', 'o', 't', '', 'g', 'i', 'v', 'e', 'y', 'o', 'u', 'h', 'i', 's', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'T', 'h', 'e', 'm', 'u', 's', 'i', 'c', 'i', 'a', 'n', 'm', 'a', 'y', 's', 'i', 'n', 'g', 't', 'o', 'y', 'o', 'u', 'o', 'f', 't', 'h', 'e', '', 'r', 'h', 'y', 't', 'h', 'm', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'i', 'n', 'a', 'l', 'l', 's', 'p', 'a', 'c', 'e', ',', 'b', 'u', 't', 'h', 'e', '', 'c', 'a', 'n', 'n', 'o', 't', 'g', 'i', 'v', 'e', 'y', 'o', 'u', 't', 'h', 'e', 'e', 'a', 'r', 'w', 'h', 'i', 'c', 'h', 'a', 'r', 'r', 'e', 's', 't', 's', '', 't', 'h', 'e', 'r', 'h', 'y', 't', 'h', 'm', 'n', 'o', 'r', 't', 'h', 'e', 'v', 'o', 'i', 'c', 'e', 't', 'h', 'a', 't', 'e', 'c', 'h', 'o', 'e', 's', 'i', 't', '.', '', 'h', 'e', 'w', 'h', 'o', 'i', 's', 'v', 'e', 'r', 's', 'e', 'd', 'i', 'n', 't', 'h', 'e', 's', 'c', 'i', 'e', 'n', 'c', 'e', '', 'o', 'f', 'n', 'u', 'm', 'b', 'e', 'r', 's', 'c', 'a', 'n', 't', 'e', 'l', 'l', 'o', 'f', 't', 'h', 'e', 'r', 'e', 'g', 'i', 'o', 'n', 's', '', 'o', 'f', 'w', 'e', 'i', 'g', 'h', 't', 'a', 'n', 'd', 'm', 'e', 'a', 's', 'u', 'r', 'e', ',', 'b', 'u', 't', 'h', 'e', 'c', 'a', 'n', 'n', 'o', 't', '', 'c', 'o', 'n', 'd', 'u', 'c', 't', 'y', 'o', 'u', 't', 'h', 'i', 't', 'h', 'e', 'r', '.', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'v', 'i', 's', 'i', 'o', 'n', 'o', 'f', 'o', 'n', 'e', 'm', 'a', 'n', 'l', 'e', 'n', 'd', 's', 'n', 'o', 't', 'i', 't', 's', '', 'w', 'i', 'n', 'g', 's', 't', 'o', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'm', 'a', 'n', '.', '', '', 'A', 'n', 'd', 'e', 'v', 'e', 'n', 'a', 's', 'e', 'a', 'c', 'h', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', 's', 't', 'a', 'n', 'd', 's', 'a', 'l', 'o', 'n', 'e', '', 'i', 'n', 'G', 'o', 'd', '’', 's', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', ',', 's', 'o', 'm', 'u', 's', 't', 'e', 'a', 'c', 'h', 'o', 'n', 'e', 'o', 'f', '', 'y', 'o', 'u', 'b', 'e', 'a', 'l', 'o', 'n', 'e', 'i', 'n', 'h', 'i', 's', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'o', 'f', 'G', 'o', 'd', 'a', 'n', 'd', '', 'i', 'n', 'h', 'i', 's', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'y', 'o', 'u', 't', 'h', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'F', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', 'i', 's', 'y', 'o', 'u', 'r', 'n', 'e', 'e', 'd', 's', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', '.', '', '', 'H', 'e', 'i', 's', 'y', 'o', 'u', 'r', 'f', 'i', 'e', 'l', 'd', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 's', 'o', 'w', 'w', 'i', 't', 'h', 'l', 'o', 'v', 'e', '', 'a', 'n', 'd', 'r', 'e', 'a', 'p', 'w', 'i', 't', 'h', 't', 'h', 'a', 'n', 'k', 's', 'g', 'i', 'v', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'i', 's', 'y', 'o', 'u', 'r', 'b', 'o', 'a', 'r', 'd', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'f', 'i', 'r', 'e', 's', 'i', 'd', 'e', '.', '', '', 'F', 'o', 'r', 'y', 'o', 'u', 'c', 'o', 'm', 'e', 't', 'o', 'h', 'i', 'm', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 'h', 'u', 'n', 'g', 'e', 'r', ',', '', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'e', 'e', 'k', 'h', 'i', 'm', 'f', 'o', 'r', 'p', 'e', 'a', 'c', 'e', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', 's', 'p', 'e', 'a', 'k', 's', 'h', 'i', 's', 'm', 'i', 'n', 'd', 'y', 'o', 'u', '', 'f', 'e', 'a', 'r', 'n', 'o', 't', 't', 'h', 'e', '“', 'n', 'a', 'y', '”', 'i', 'n', 'y', 'o', 'u', 'r', 'o', 'w', 'n', 'm', 'i', 'n', 'd', ',', 'n', 'o', 'r', '', 'd', 'o', 'y', 'o', 'u', 'w', 'i', 't', 'h', 'h', 'o', 'l', 'd', 't', 'h', 'e', '“', 'a', 'y', '.', '”', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'h', 'e', 'i', 's', 's', 'i', 'l', 'e', 'n', 't', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'c', 'e', 'a', 's', 'e', 's', '', 'n', 'o', 't', 't', 'o', 'l', 'i', 's', 't', 'e', 'n', 't', 'o', 'h', 'i', 's', 'h', 'e', 'a', 'r', 't', ';', '', '', 'F', 'o', 'r', 'w', 'i', 't', 'h', 'o', 'u', 't', 'w', 'o', 'r', 'd', 's', ',', 'i', 'n', 'f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', ',', 'a', 'l', 'l', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ',', 'a', 'l', 'l', 'd', 'e', 's', 'i', 'r', 'e', 's', ',', 'a', 'l', 'l', 'e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's', '', 'a', 'r', 'e', 'b', 'o', 'r', 'n', 'a', 'n', 'd', 's', 'h', 'a', 'r', 'e', 'd', ',', 'w', 'i', 't', 'h', 'j', 'o', 'y', 't', 'h', 'a', 't', 'i', 's', '', 'u', 'n', 'a', 'c', 'c', 'l', 'a', 'i', 'm', 'e', 'd', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'p', 'a', 'r', 't', 'f', 'r', 'o', 'm', 'y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', ',', 'y', 'o', 'u', '', 'g', 'r', 'i', 'e', 'v', 'e', 'n', 'o', 't', ';', '', '', 'F', 'o', 'r', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'l', 'o', 'v', 'e', 'm', 'o', 's', 't', 'i', 'n', 'h', 'i', 'm', '', 'm', 'a', 'y', 'b', 'e', 'c', 'l', 'e', 'a', 'r', 'e', 'r', 'i', 'n', 'h', 'i', 's', 'a', 'b', 's', 'e', 'n', 'c', 'e', ',', 'a', 's', 't', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 't', 'o', 't', 'h', 'e', 'c', 'l', 'i', 'm', 'b', 'e', 'r', 'i', 's', 'c', 'l', 'e', 'a', 'r', 'e', 'r', '', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'p', 'l', 'a', 'i', 'n', '.', 'l', 'e', 't', 't', 'h', 'e', 'r', 'e', 'b', 'e', 'n', 'o', '', 'p', 'u', 'r', 'p', 'o', 's', 'e', 'i', 'n', 'f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', 's', 'a', 'v', 'e', 't', 'h', 'e', 'd', 'e', 'e', 'p', 'e', 'n', 'i', 'n', 'g', '', 'o', 'f', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', '.', '', '', 'F', 'o', 'r', 'l', 'o', 'v', 'e', 't', 'h', 'a', 't', 's', 'e', 'e', 'k', 's', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 't', 'h', 'e', '', 'd', 'i', 's', 'c', 'l', 'o', 's', 'u', 'r', 'e', 'o', 'f', 'i', 't', 's', 'o', 'w', 'n', 'm', 'y', 's', 't', 'e', 'r', 'y', 'i', 's', 'n', 'o', 't', '', 'l', 'o', 'v', 'e', 'b', 'u', 't', 'a', 'n', 'e', 't', 'c', 'a', 's', 't', 'f', 'o', 'r', 't', 'h', ':', 'a', 'n', 'd', 'o', 'n', 'l', 'y', 't', 'h', 'e', '', 'u', 'n', 'p', 'r', 'o', 'f', 'i', 't', 'a', 'b', 'l', 'e', 'i', 's', 'c', 'a', 'u', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'l', 'e', 't', 'y', 'o', 'u', 'r', 'b', 'e', 's', 't', 'b', 'e', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', '.', '', '', 'I', 'f', 'h', 'e', 'm', 'u', 's', 't', 'k', 'n', 'o', 'w', 't', 'h', 'e', 'e', 'b', 'b', 'o', 'f', 'y', 'o', 'u', 'r', 't', 'i', 'd', 'e', ',', '', 'l', 'e', 't', 'h', 'i', 'm', 'k', 'n', 'o', 'w', 'i', 't', 's', 'f', 'l', 'o', 'o', 'd', 'a', 'l', 's', 'o', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'i', 's', 'y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', 't', 'h', 'a', 't', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', '', 's', 'e', 'e', 'k', 'h', 'i', 'm', 'w', 'i', 't', 'h', 'h', 'o', 'u', 'r', 's', 't', 'o', 'k', 'i', 'l', 'l', '?', '', '', 'S', 'e', 'e', 'k', 'h', 'i', 'm', 'a', 'l', 'w', 'a', 'y', 's', 'w', 'i', 't', 'h', 'h', 'o', 'u', 'r', 's', 't', 'o', 'l', 'i', 'v', 'e', '.', '', '', 'F', 'o', 'r', 'i', 't', 'i', 's', 'h', 'i', 's', 't', 'o', 'f', 'i', 'l', 'l', 'y', 'o', 'u', 'r', 'n', 'e', 'e', 'd', ',', 'b', 'u', 't', 'n', 'o', 't', '', 'y', 'o', 'u', 'r', 'e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', '.', '', '', 'A', 'n', 'd', 'i', 'n', 't', 'h', 'e', 's', 'w', 'e', 'e', 't', 'n', 'e', 's', 's', 'o', 'f', 'f', 'r', 'i', 'e', 'n', 'd', 's', 'h', 'i', 'p', '', 'l', 'e', 't', 't', 'h', 'e', 'r', 'e', 'b', 'e', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', ',', 'a', 'n', 'd', 's', 'h', 'a', 'r', 'i', 'n', 'g', 'o', 'f', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '.', '', '', 'F', 'o', 'r', 'i', 'n', 't', 'h', 'e', 'd', 'e', 'w', 'o', 'f', 'l', 'i', 't', 't', 'l', 'e', 't', 'h', 'i', 'n', 'g', 's', '', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', 'f', 'i', 'n', 'd', 's', 'i', 't', 's', 'm', 'o', 'r', 'n', 'i', 'n', 'g', 'a', 'n', 'd', 'i', 's', '', 'r', 'e', 'f', 'r', 'e', 's', 'h', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 't', 'h', 'e', 'n', 'a', 's', 'c', 'h', 'o', 'l', 'a', 'r', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 'o', 'f', '', '_', 'T', 'a', 'l', 'k', 'i', 'n', 'g', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 't', 'a', 'l', 'k', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'c', 'e', 'a', 's', 'e', 't', 'o', 'b', 'e', 'a', 't', 'p', 'e', 'a', 'c', 'e', '', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', ';', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 'l', 'o', 'n', 'g', 'e', 'r', 'd', 'w', 'e', 'l', 'l', 'i', 'n', 't', 'h', 'e', '', 's', 'o', 'l', 'i', 't', 'u', 'd', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'y', 'o', 'u', 'l', 'i', 'v', 'e', 'i', 'n', 'y', 'o', 'u', 'r', '', 'l', 'i', 'p', 's', ',', 'a', 'n', 'd', 's', 'o', 'u', 'n', 'd', 'i', 's', 'a', 'd', 'i', 'v', 'e', 'r', 's', 'i', 'o', 'n', 'a', 'n', 'd', 'a', '', 'p', 'a', 's', 't', 'i', 'm', 'e', '.', '', '', 'A', 'n', 'd', 'i', 'n', 'm', 'u', 'c', 'h', 'o', 'f', 'y', 'o', 'u', 'r', 't', 'a', 'l', 'k', 'i', 'n', 'g', ',', 't', 'h', 'i', 'n', 'k', 'i', 'n', 'g', 'i', 's', '', 'h', 'a', 'l', 'f', 'm', 'u', 'r', 'd', 'e', 'r', 'e', 'd', '.', '', '', 'F', 'o', 'r', 't', 'h', 'o', 'u', 'g', 'h', 't', 'i', 's', 'a', 'b', 'i', 'r', 'd', 'o', 'f', 's', 'p', 'a', 'c', 'e', ',', 't', 'h', 'a', 't', 'i', 'n', '', 'a', 'c', 'a', 'g', 'e', 'o', 'f', 'w', 'o', 'r', 'd', 's', 'm', 'a', 'y', 'i', 'n', 'd', 'e', 'e', 'd', 'u', 'n', 'f', 'o', 'l', 'd', 'i', 't', 's', '', 'w', 'i', 'n', 'g', 's', 'b', 'u', 't', 'c', 'a', 'n', 'n', 'o', 't', 'f', 'l', 'y', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 'w', 'h', 'o', 's', 'e', 'e', 'k', 't', 'h', 'e', '', 't', 'a', 'l', 'k', 'a', 't', 'i', 'v', 'e', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'f', 'e', 'a', 'r', 'o', 'f', 'b', 'e', 'i', 'n', 'g', 'a', 'l', 'o', 'n', 'e', '.', '', '', 'T', 'h', 'e', 's', 'i', 'l', 'e', 'n', 'c', 'e', 'o', 'f', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', 'r', 'e', 'v', 'e', 'a', 'l', 's', 't', 'o', '', 't', 'h', 'e', 'i', 'r', 'e', 'y', 'e', 's', 't', 'h', 'e', 'i', 'r', 'n', 'a', 'k', 'e', 'd', 's', 'e', 'l', 'v', 'e', 's', 'a', 'n', 'd', 't', 'h', 'e', 'y', '', 'w', 'o', 'u', 'l', 'd', 'e', 's', 'c', 'a', 'p', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 't', 'a', 'l', 'k', ',', 'a', 'n', 'd', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'o', 'r', 'f', 'o', 'r', 'e', 't', 'h', 'o', 'u', 'g', 'h', 't', 'r', 'e', 'v', 'e', 'a', 'l', '', 'a', 't', 'r', 'u', 't', 'h', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'y', 't', 'h', 'e', 'm', 's', 'e', 'l', 'v', 'e', 's', 'd', 'o', 'n', 'o', 't', '', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'h', 'a', 'v', 'e', 't', 'h', 'e', 't', 'r', 'u', 't', 'h', '', 'w', 'i', 't', 'h', 'i', 'n', 't', 'h', 'e', 'm', ',', 'b', 'u', 't', 't', 'h', 'e', 'y', 't', 'e', 'l', 'l', 'i', 't', 'n', 'o', 't', 'i', 'n', '', 'w', 'o', 'r', 'd', 's', '.', '', '', 'I', 'n', 't', 'h', 'e', 'b', 'o', 's', 'o', 'm', 'o', 'f', 's', 'u', 'c', 'h', 'a', 's', 't', 'h', 'e', 's', 'e', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', '', 'd', 'w', 'e', 'l', 'l', 's', 'i', 'n', 'r', 'h', 'y', 't', 'h', 'm', 'i', 'c', 's', 'i', 'l', 'e', 'n', 'c', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'm', 'e', 'e', 't', 'y', 'o', 'u', 'r', 'f', 'r', 'i', 'e', 'n', 'd', 'o', 'n', 't', 'h', 'e', '', 'r', 'o', 'a', 'd', 's', 'i', 'd', 'e', 'o', 'r', 'i', 'n', 't', 'h', 'e', 'm', 'a', 'r', 'k', 'e', 't', 'p', 'l', 'a', 'c', 'e', ',', 'l', 'e', 't', 't', 'h', 'e', '', 's', 'p', 'i', 'r', 'i', 't', 'i', 'n', 'y', 'o', 'u', 'm', 'o', 'v', 'e', 'y', 'o', 'u', 'r', 'l', 'i', 'p', 's', 'a', 'n', 'd', 'd', 'i', 'r', 'e', 'c', 't', '', 'y', 'o', 'u', 'r', 't', 'o', 'n', 'g', 'u', 'e', '.', '', '', 'L', 'e', 't', 't', 'h', 'e', 'v', 'o', 'i', 'c', 'e', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'v', 'o', 'i', 'c', 'e', 's', 'p', 'e', 'a', 'k', 't', 'o', '', 't', 'h', 'e', 'e', 'a', 'r', 'o', 'f', 'h', 'i', 's', 'e', 'a', 'r', ';', '', '', 'F', 'o', 'r', 'h', 'i', 's', 's', 'o', 'u', 'l', 'w', 'i', 'l', 'l', 'k', 'e', 'e', 'p', 't', 'h', 'e', 't', 'r', 'u', 't', 'h', 'o', 'f', '', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'a', 's', 't', 'h', 'e', 't', 'a', 's', 't', 'e', 'o', 'f', 't', 'h', 'e', 'w', 'i', 'n', 'e', 'i', 's', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'e', 'd', '', '', 'W', 'h', 'e', 'n', 't', 'h', 'e', 'c', 'o', 'l', 'o', 'u', 'r', 'i', 's', 'f', 'o', 'r', 'g', 'o', 't', 't', 'e', 'n', 'a', 'n', 'd', 't', 'h', 'e', '', 'v', 'e', 's', 's', 'e', 'l', 'i', 's', 'n', 'o', 'm', 'o', 'r', 'e', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'n', 'a', 's', 't', 'r', 'o', 'n', 'o', 'm', 'e', 'r', 's', 'a', 'i', 'd', ',', 'M', 'a', 's', 't', 'e', 'r', ',', 'w', 'h', 'a', 't', '', 'o', 'f', '_', 'T', 'i', 'm', 'e', '_', '?', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'Y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'm', 'e', 'a', 's', 'u', 'r', 'e', 't', 'i', 'm', 'e', 't', 'h', 'e', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'l', 'e', 's', 's', '', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'm', 'm', 'e', 'a', 's', 'u', 'r', 'a', 'b', 'l', 'e', '.', '', '', 'Y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'a', 'd', 'j', 'u', 's', 't', 'y', 'o', 'u', 'r', 'c', 'o', 'n', 'd', 'u', 'c', 't', 'a', 'n', 'd', '', 'e', 'v', 'e', 'n', 'd', 'i', 'r', 'e', 'c', 't', 't', 'h', 'e', 'c', 'o', 'u', 'r', 's', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'p', 'i', 'r', 'i', 't', '', 'a', 'c', 'c', 'o', 'r', 'd', 'i', 'n', 'g', 't', 'o', 'h', 'o', 'u', 'r', 's', 'a', 'n', 'd', 's', 'e', 'a', 's', 'o', 'n', 's', '.', '', '', 'O', 'f', 't', 'i', 'm', 'e', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'm', 'a', 'k', 'e', 'a', 's', 't', 'r', 'e', 'a', 'm', 'u', 'p', 'o', 'n', '', 'w', 'h', 'o', 's', 'e', 'b', 'a', 'n', 'k', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 's', 'i', 't', 'a', 'n', 'd', 'w', 'a', 't', 'c', 'h', 'i', 't', 's', '', 'f', 'l', 'o', 'w', 'i', 'n', 'g', '.', '', '', 'Y', 'e', 't', 't', 'h', 'e', 't', 'i', 'm', 'e', 'l', 'e', 's', 's', 'i', 'n', 'y', 'o', 'u', 'i', 's', 'a', 'w', 'a', 'r', 'e', 'o', 'f', '', 'l', 'i', 'f', 'e', '’', 's', 't', 'i', 'm', 'e', 'l', 'e', 's', 's', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd', 'k', 'n', 'o', 'w', 's', 't', 'h', 'a', 't', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', 'i', 's', 'b', 'u', 't', 't', 'o', 'd', 'a', 'y', '’', 's', '', 'm', 'e', 'm', 'o', 'r', 'y', 'a', 'n', 'd', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', 'i', 's', 't', 'o', 'd', 'a', 'y', '’', 's', 'd', 'r', 'e', 'a', 'm', '.', '', '', 'A', 'n', 'd', 't', 'h', 'a', 't', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 's', 'i', 'n', 'g', 's', 'a', 'n', 'd', '', 'c', 'o', 'n', 't', 'e', 'm', 'p', 'l', 'a', 't', 'e', 's', 'i', 'n', 'y', 'o', 'u', 'i', 's', 's', 't', 'i', 'l', 'l', 'd', 'w', 'e', 'l', 'l', 'i', 'n', 'g', '', 'w', 'i', 't', 'h', 'i', 'n', 't', 'h', 'e', 'b', 'o', 'u', 'n', 'd', 's', 'o', 'f', 't', 'h', 'a', 't', 'f', 'i', 'r', 's', 't', 'm', 'o', 'm', 'e', 'n', 't', '', 'w', 'h', 'i', 'c', 'h', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', 't', 'h', 'e', 's', 't', 'a', 'r', 's', 'i', 'n', 't', 'o', 's', 'p', 'a', 'c', 'e', '.', '', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 'd', 'o', 'e', 's', 'n', 'o', 't', 'f', 'e', 'e', 'l', 't', 'h', 'a', 't', 'h', 'i', 's', '', 'p', 'o', 'w', 'e', 'r', 't', 'o', 'l', 'o', 'v', 'e', 'i', 's', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', '?', '', '', 'A', 'n', 'd', 'y', 'e', 't', 'w', 'h', 'o', 'd', 'o', 'e', 's', 'n', 'o', 't', 'f', 'e', 'e', 'l', 't', 'h', 'a', 't', 'v', 'e', 'r', 'y', '', 'l', 'o', 'v', 'e', ',', 't', 'h', 'o', 'u', 'g', 'h', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', ',', 'e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '', 'w', 'i', 't', 'h', 'i', 'n', 't', 'h', 'e', 'c', 'e', 'n', 't', 'r', 'e', 'o', 'f', 'h', 'i', 's', 'b', 'e', 'i', 'n', 'g', ',', 'a', 'n', 'd', '', 'm', 'o', 'v', 'i', 'n', 'g', 'n', 'o', 't', 'f', 'r', 'o', 'm', 'l', 'o', 'v', 'e', 't', 'h', 'o', 'u', 'g', 'h', 't', 't', 'o', 'l', 'o', 'v', 'e', '', 't', 'h', 'o', 'u', 'g', 'h', 't', ',', 'n', 'o', 'r', 'f', 'r', 'o', 'm', 'l', 'o', 'v', 'e', 'd', 'e', 'e', 'd', 's', 't', 'o', 'o', 't', 'h', 'e', 'r', '', 'l', 'o', 'v', 'e', 'd', 'e', 'e', 'd', 's', '?', '', '', 'A', 'n', 'd', 'i', 's', 'n', 'o', 't', 't', 'i', 'm', 'e', 'e', 'v', 'e', 'n', 'a', 's', 'l', 'o', 'v', 'e', 'i', 's', ',', '', 'u', 'n', 'd', 'i', 'v', 'i', 'd', 'e', 'd', 'a', 'n', 'd', 'p', 'a', 'c', 'e', 'l', 'e', 's', 's', '?', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't', 'i', 'f', 'i', 'n', 'y', 'o', 'u', 'r', 't', 'h', 'o', 'u', 'g', 'h', 't', 'y', 'o', 'u', 'm', 'u', 's', 't', 'm', 'e', 'a', 's', 'u', 'r', 'e', '', 't', 'i', 'm', 'e', 'i', 'n', 't', 'o', 's', 'e', 'a', 's', 'o', 'n', 's', ',', 'l', 'e', 't', 'e', 'a', 'c', 'h', 's', 'e', 'a', 's', 'o', 'n', '', 'e', 'n', 'c', 'i', 'r', 'c', 'l', 'e', 'a', 'l', 'l', 't', 'h', 'e', 'o', 't', 'h', 'e', 'r', 's', 'e', 'a', 's', 'o', 'n', 's', ',', '', '', 'A', 'n', 'd', 'l', 'e', 't', 't', 'o', 'd', 'a', 'y', 'e', 'm', 'b', 'r', 'a', 'c', 'e', 't', 'h', 'e', 'p', 'a', 's', 't', 'w', 'i', 't', 'h', '', 'r', 'e', 'm', 'e', 'm', 'b', 'r', 'a', 'n', 'c', 'e', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'u', 't', 'u', 'r', 'e', 'w', 'i', 't', 'h', 'l', 'o', 'n', 'g', 'i', 'n', 'g', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'o', 'n', 'e', 'o', 'f', 't', 'h', 'e', 'e', 'l', 'd', 'e', 'r', 's', 'o', 'f', 't', 'h', 'e', 'c', 'i', 't', 'y', '', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '_', 'G', 'o', 'o', 'd', 'a', 'n', 'd', 'E', 'v', 'i', 'l', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'O', 'f', 't', 'h', 'e', 'g', 'o', 'o', 'd', 'i', 'n', 'y', 'o', 'u', 'I', 'c', 'a', 'n', 's', 'p', 'e', 'a', 'k', ',', 'b', 'u', 't', 'n', 'o', 't', '', 'o', 'f', 't', 'h', 'e', 'e', 'v', 'i', 'l', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'i', 's', 'e', 'v', 'i', 'l', 'b', 'u', 't', 'g', 'o', 'o', 'd', 't', 'o', 'r', 't', 'u', 'r', 'e', 'd', 'b', 'y', '', 'i', 't', 's', 'o', 'w', 'n', 'h', 'u', 'n', 'g', 'e', 'r', 'a', 'n', 'd', 't', 'h', 'i', 'r', 's', 't', '?', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 'w', 'h', 'e', 'n', 'g', 'o', 'o', 'd', 'i', 's', 'h', 'u', 'n', 'g', 'r', 'y', 'i', 't', 's', 'e', 'e', 'k', 's', 'f', 'o', 'o', 'd', '', 'e', 'v', 'e', 'n', 'i', 'n', 'd', 'a', 'r', 'k', 'c', 'a', 'v', 'e', 's', ',', 'a', 'n', 'd', 'w', 'h', 'e', 'n', 'i', 't', 't', 'h', 'i', 'r', 's', 't', 's', '', 'i', 't', 'd', 'r', 'i', 'n', 'k', 's', 'e', 'v', 'e', 'n', 'o', 'f', 'd', 'e', 'a', 'd', 'w', 'a', 't', 'e', 'r', 's', '.', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'g', 'o', 'o', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'o', 'n', 'e', 'w', 'i', 't', 'h', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'Y', 'e', 't', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'o', 'n', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'v', 'i', 'l', '.', '', '', 'F', 'o', 'r', 'a', 'd', 'i', 'v', 'i', 'd', 'e', 'd', 'h', 'o', 'u', 's', 'e', 'i', 's', 'n', 'o', 't', 'a', 'd', 'e', 'n', 'o', 'f', '', 't', 'h', 'i', 'e', 'v', 'e', 's', ';', 'i', 't', 'i', 's', 'o', 'n', 'l', 'y', 'a', 'd', 'i', 'v', 'i', 'd', 'e', 'd', 'h', 'o', 'u', 's', 'e', '.', '', '', 'A', 'n', 'd', 'a', 's', 'h', 'i', 'p', 'w', 'i', 't', 'h', 'o', 'u', 't', 'r', 'u', 'd', 'd', 'e', 'r', 'm', 'a', 'y', 'w', 'a', 'n', 'd', 'e', 'r', '', 'a', 'i', 'm', 'l', 'e', 's', 's', 'l', 'y', 'a', 'm', 'o', 'n', 'g', 'p', 'e', 'r', 'i', 'l', 'o', 'u', 's', 'i', 's', 'l', 'e', 's', 'y', 'e', 't', 's', 'i', 'n', 'k', '', 'n', 'o', 't', 't', 'o', 't', 'h', 'e', 'b', 'o', 't', 't', 'o', 'm', '.', 'a', 'r', 'e', 'g', 'o', 'o', 'd', 'w', 'h', 'e', 'n', '', 'y', 'o', 'u', 's', 't', 'r', 'i', 'v', 'e', 't', 'o', 'g', 'i', 'v', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'v', 'i', 'l', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 's', 'e', 'e', 'k', 'g', 'a', 'i', 'n', '', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 's', 't', 'r', 'i', 'v', 'e', 'f', 'o', 'r', 'g', 'a', 'i', 'n', 'y', 'o', 'u', 'a', 'r', 'e', '', 'b', 'u', 't', 'a', 'r', 'o', 'o', 't', 't', 'h', 'a', 't', 'c', 'l', 'i', 'n', 'g', 's', 't', 'o', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'a', 'n', 'd', '', 's', 'u', 'c', 'k', 's', 'a', 't', 'h', 'e', 'r', 'b', 'r', 'e', 'a', 's', 't', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y', 't', 'h', 'e', 'f', 'r', 'u', 'i', 't', 'c', 'a', 'n', 'n', 'o', 't', 's', 'a', 'y', 't', 'o', 't', 'h', 'e', 'r', 'o', 'o', 't', ',', '', '“', 'B', 'e', 'l', 'i', 'k', 'e', 'm', 'e', ',', 'r', 'i', 'p', 'e', 'a', 'n', 'd', 'f', 'u', 'l', 'l', 'a', 'n', 'd', 'e', 'v', 'e', 'r', '', 'g', 'i', 'v', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 'a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '”', '', '', 'F', 'o', 'r', 't', 'o', 't', 'h', 'e', 'f', 'r', 'u', 'i', 't', 'g', 'i', 'v', 'i', 'n', 'g', 'i', 's', 'a', 'n', 'e', 'e', 'd', ',', 'a', 's', '', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', 'i', 's', 'a', 'n', 'e', 'e', 'd', 't', 'o', 't', 'h', 'e', 'r', 'o', 'o', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'g', 'o', 'o', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'f', 'u', 'l', 'l', 'y', 'a', 'w', 'a', 'k', 'e', 'i', 'n', '', 'y', 'o', 'u', 'r', 's', 'p', 'e', 'e', 'c', 'h', ',', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'v', 'i', 'l', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 's', 'l', 'e', 'e', 'p', '', 'w', 'h', 'i', 'l', 'e', 'y', 'o', 'u', 'r', 't', 'o', 'n', 'g', 'u', 'e', 's', 't', 'a', 'g', 'g', 'e', 'r', 's', 'w', 'i', 't', 'h', 'o', 'u', 't', '', 'p', 'u', 'r', 'p', 'o', 's', 'e', '.', '', '', 'A', 'n', 'd', 'e', 'v', 'e', 'n', 's', 't', 'u', 'm', 'b', 'l', 'i', 'n', 'g', 's', 'p', 'e', 'e', 'c', 'h', 'm', 'a', 'y', 's', 't', 'r', 'e', 'n', 'g', 't', 'h', 'e', 'n', '', 'a', 'w', 'e', 'a', 'k', 't', 'o', 'n', 'g', 'u', 'e', '.', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'g', 'o', 'o', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'a', 'l', 'k', 't', 'o', 'y', 'o', 'u', 'r', 'g', 'o', 'a', 'l', '', 'f', 'i', 'r', 'm', 'l', 'y', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'b', 'o', 'l', 'd', 's', 't', 'e', 'p', 's', '.', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'v', 'i', 'l', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'g', 'o', 't', 'h', 'i', 't', 'h', 'e', 'r', '', 'l', 'i', 'm', 'p', 'i', 'n', 'g', '.', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'l', 'i', 'm', 'p', 'g', 'o', 'n', 'o', 't', '', 'b', 'a', 'c', 'k', 'w', 'a', 'r', 'd', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'w', 'h', 'o', 'a', 'r', 'e', 's', 't', 'r', 'o', 'n', 'g', 'a', 'n', 'd', 's', 'w', 'i', 'f', 't', ',', 's', 'e', 'e', '', 't', 'h', 'a', 't', 'y', 'o', 'u', 'd', 'o', 'n', 'o', 't', 'l', 'i', 'm', 'p', 'b', 'e', 'f', 'o', 'r', 'e', 't', 'h', 'e', 'l', 'a', 'm', 'e', ',', '', 'd', 'e', 'e', 'm', 'i', 'n', 'g', 'i', 't', 'k', 'i', 'n', 'd', 'n', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'g', 'o', 'o', 'd', 'i', 'n', 'c', 'o', 'u', 'n', 't', 'l', 'e', 's', 's', 'w', 'a', 'y', 's', ',', 'a', 'n', 'd', 'y', 'o', 'u', '', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'v', 'i', 'l', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'g', 'o', 'o', 'd', ',', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'o', 'n', 'l', 'y', 'l', 'o', 'i', 't', 'e', 'r', 'i', 'n', 'g', 'a', 'n', 'd', 's', 'l', 'u', 'g', 'g', 'a', 'r', 'd', '.', '', '', 'P', 'i', 't', 'y', 't', 'h', 'a', 't', 't', 'h', 'e', 's', 't', 'a', 'g', 's', 'c', 'a', 'n', 'n', 'o', 't', 't', 'e', 'a', 'c', 'h', '', 's', 'w', 'i', 'f', 't', 'n', 'e', 's', 's', 't', 'o', 't', 'h', 'e', 't', 'u', 'r', 't', 'l', 'e', 's', '.', '', '', 'I', 'n', 'y', 'o', 'u', 'r', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 'g', 'i', 'a', 'n', 't', 's', 'e', 'l', 'f', 'l', 'i', 'e', 's', '', 'y', 'o', 'u', 'r', 'g', 'o', 'o', 'd', 'n', 'e', 's', 's', ':', 'a', 'n', 'd', 't', 'h', 'a', 't', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'i', 's', 'i', 'n', '', 'a', 'l', 'l', 'o', 'f', 'y', 'o', 'u', '.', '', '', 'B', 'u', 't', 'i', 'n', 's', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 't', 'h', 'a', 't', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'i', 's', 'a', '', 't', 'o', 'r', 'r', 'e', 'n', 't', 'r', 'u', 's', 'h', 'i', 'n', 'g', 'w', 'i', 't', 'h', 'm', 'i', 'g', 'h', 't', 't', 'o', 't', 'h', 'e', 's', 'e', 'a', ',', '', 'c', 'a', 'r', 'r', 'y', 'i', 'n', 'g', 't', 'h', 'e', 's', 'e', 'c', 'r', 'e', 't', 's', 'o', 'f', 't', 'h', 'e', 'h', 'i', 'l', 'l', 's', 'i', 'd', 'e', 's', '', 'a', 'n', 'd', 't', 'h', 'e', 's', 'o', 'n', 'g', 's', 'o', 'f', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', '.', '', '', 'A', 'n', 'd', 'i', 'n', 'o', 't', 'h', 'e', 'r', 's', 'i', 't', 'i', 's', 'a', 'f', 'l', 'a', 't', 's', 't', 'r', 'e', 'a', 'm', 't', 'h', 'a', 't', '', 'l', 'o', 's', 'e', 's', 'i', 't', 's', 'e', 'l', 'f', 'i', 'n', 'a', 'n', 'g', 'l', 'e', 's', 'a', 'n', 'd', 'b', 'e', 'n', 'd', 's', 'a', 'n', 'd', '', 'l', 'i', 'n', 'g', 'e', 'r', 's', 'b', 'e', 'f', 'o', 'r', 'e', 'i', 't', 'r', 'e', 'a', 'c', 'h', 'e', 's', 't', 'h', 'e', 's', 'h', 'o', 'r', 'e', '.', '', '', 'B', 'u', 't', 'l', 'e', 't', 'n', 'o', 't', 'h', 'i', 'm', 'w', 'h', 'o', 'l', 'o', 'n', 'g', 's', 'm', 'u', 'c', 'h', 's', 'a', 'y', 't', 'o', '', 'w', 'h', 'o', 'l', 'o', 'n', 'g', 's', 'l', 'i', 't', 't', 'l', 'e', ',', '“', 'W', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'a', 'r', 'e', '', 'y', 'o', 'u', 's', 'l', 'o', 'w', 'a', 'n', 'd', 'h', 'a', 'l', 't', 'i', 'n', 'g', '?', '”', '', '', 'F', 'o', 'r', 't', 'h', 'e', 't', 'r', 'u', 'l', 'y', 'g', 'o', 'o', 'd', 'a', 's', 'k', 'n', 'o', 't', 't', 'h', 'e', 'n', 'a', 'k', 'e', 'd', ',', '', '“', 'W', 'h', 'e', 'r', 'e', 'i', 's', 'y', 'o', 'u', 'r', 'g', 'a', 'r', 'm', 'e', 'n', 't', '?', '”', 'n', 'o', 'r', 't', 'h', 'e', '', 'h', 'o', 'u', 's', 'e', 'l', 'e', 's', 's', ',', '“', 'W', 'h', 'a', 't', 'h', 'a', 's', 'b', 'e', 'f', 'a', 'l', 'l', 'e', 'n', 'y', 'o', 'u', 'r', '', 'h', 'o', 'u', 's', 'e', '?', '”', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'p', 'r', 'i', 'e', 's', 't', 'e', 's', 's', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', '', 'o', 'f', '_', 'P', 'r', 'a', 'y', 'e', 'r', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'Y', 'o', 'u', 'p', 'r', 'a', 'y', 'i', 'n', 'y', 'o', 'u', 'r', 'd', 'i', 's', 't', 'r', 'e', 's', 's', 'a', 'n', 'd', 'i', 'n', 'y', 'o', 'u', 'r', '', 'n', 'e', 'e', 'd', ';', 'w', 'o', 'u', 'l', 'd', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'i', 'g', 'h', 't', 'p', 'r', 'a', 'y', 'a', 'l', 's', 'o', '', 'i', 'n', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'j', 'o', 'y', 'a', 'n', 'd', 'i', 'n', 'y', 'o', 'u', 'r', '', 'd', 'a', 'y', 's', 'o', 'f', 'a', 'b', 'u', 'n', 'd', 'a', 'n', 'c', 'e', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'i', 's', 'p', 'r', 'a', 'y', 'e', 'r', 'b', 'u', 't', 't', 'h', 'e', 'e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n', 'o', 'f', '', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'i', 'n', 't', 'o', 't', 'h', 'e', 'l', 'i', 'v', 'i', 'n', 'g', 'e', 't', 'h', 'e', 'r', '?', '', '', 'A', 'n', 'd', 'i', 'f', 'i', 't', 'i', 's', 'f', 'o', 'r', 'y', 'o', 'u', 'r', 'c', 'o', 'm', 'f', 'o', 'r', 't', 't', 'o', 'p', 'o', 'u', 'r', '', 'y', 'o', 'u', 'r', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', 'i', 'n', 't', 'o', 's', 'p', 'a', 'c', 'e', ',', 'i', 't', 'i', 's', 'a', 'l', 's', 'o', 'f', 'o', 'r', '', 'y', 'o', 'u', 'r', 'd', 'e', 'l', 'i', 'g', 'h', 't', 't', 'o', 'p', 'o', 'u', 'r', 'f', 'o', 'r', 't', 'h', 't', 'h', 'e', 'd', 'a', 'w', 'n', 'i', 'n', 'g', '', 'o', 'f', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'b', 'u', 't', 'w', 'e', 'e', 'p', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'r', '', 's', 'o', 'u', 'l', 's', 'u', 'm', 'm', 'o', 'n', 's', 'y', 'o', 'u', 't', 'o', 'p', 'r', 'a', 'y', 'e', 'r', ',', 's', 'h', 'e', 's', 'h', 'o', 'u', 'l', 'd', '', 's', 'p', 'u', 'r', 'y', 'o', 'u', 'a', 'g', 'a', 'i', 'n', 'a', 'n', 'd', 'y', 'e', 't', 'a', 'g', 'a', 'i', 'n', ',', 't', 'h', 'o', 'u', 'g', 'h', '', 'w', 'e', 'e', 'p', 'i', 'n', 'g', ',', 'u', 'n', 't', 'i', 'l', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'c', 'o', 'm', 'e', 'l', 'a', 'u', 'g', 'h', 'i', 'n', 'g', '.', '', '', 'W', 'h', 'e', 'n', 'y', 'o', 'u', 'p', 'r', 'a', 'y', 'y', 'o', 'u', 'r', 'i', 's', 'e', 't', 'o', 'm', 'e', 'e', 't', 'i', 'n', 't', 'h', 'e', '', 'a', 'i', 'r', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', 'a', 'r', 'e', 'p', 'r', 'a', 'y', 'i', 'n', 'g', 'a', 't', 't', 'h', 'a', 't', 'v', 'e', 'r', 'y', '', 'a', 'n', 'd', 'w', 'h', 'o', 'm', 's', 'a', 'v', 'e', 'i', 'n', 'p', 'r', 'a', 'y', 'e', 'r', 'y', 'o', 'u', '', 'm', 'a', 'y', 'n', 'o', 't', 'm', 'e', 'e', 't', '.', '', '', 'T', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'l', 'e', 't', 'y', 'o', 'u', 'r', 'v', 'i', 's', 'i', 't', 't', 'o', 't', 'h', 'a', 't', 't', 'e', 'm', 'p', 'l', 'e', '', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e', 'b', 'e', 'f', 'o', 'r', 'n', 'a', 'u', 'g', 'h', 't', 'b', 'u', 't', 'e', 'c', 's', 't', 'a', 's', 'y', 'a', 'n', 'd', '', 's', 'w', 'e', 'e', 't', 'c', 'o', 'm', 'm', 'u', 'n', 'i', 'o', 'n', '.', '', '', 'F', 'o', 'r', 'i', 'f', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 'e', 'n', 't', 'e', 'r', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', 'f', 'o', 'r', '', 'n', 'o', 'o', 't', 'h', 'e', 'r', 'p', 'u', 'r', 'p', 'o', 's', 'e', 't', 'h', 'a', 'n', 'a', 's', 'k', 'i', 'n', 'g', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', '', 'n', 'o', 't', 'r', 'e', 'c', 'e', 'i', 'v', 'e', ':', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 'e', 'n', 't', 'e', 'r', 'i', 'n', 't', 'o', 'i', 't', 't', 'o', '', 'h', 'u', 'm', 'b', 'l', 'e', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'b', 'e', 'l', 'i', 'f', 't', 'e', 'd', ':', '', '', 'O', 'r', 'e', 'v', 'e', 'n', 'i', 'f', 'y', 'o', 'u', 's', 'h', 'o', 'u', 'l', 'd', 'e', 'n', 't', 'e', 'r', 'i', 'n', 't', 'o', 'i', 't', 't', 'o', '', 'b', 'e', 'g', 'f', 'o', 'r', 't', 'h', 'e', 'g', 'o', 'o', 'd', 'o', 'f', 'o', 't', 'h', 'e', 'r', 's', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', '', 'b', 'e', 'h', 'e', 'a', 'r', 'd', '.', '', '', 'I', 't', 'i', 's', 'e', 'n', 'o', 'u', 'g', 'h', 't', 'h', 'a', 't', 'y', 'o', 'u', 'e', 'n', 't', 'e', 'r', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', '', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'l', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'c', 'a', 'n', 'n', 'o', 't', 't', 'e', 'a', 'c', 'h', 'y', 'o', 'u', 'h', 'o', 'w', 't', 'o', 'p', 'r', 'a', 'y', 'i', 'n', 'w', 'o', 'r', 'd', 's', '.', '', '', 'G', 'o', 'd', 'l', 'i', 's', 't', 'e', 'n', 's', 'n', 'o', 't', 't', 'o', 'y', 'o', 'u', 'r', 'w', 'o', 'r', 'd', 's', 's', 'a', 'v', 'e', 'w', 'h', 'e', 'n', '', 'H', 'e', 'H', 'i', 'm', 's', 'e', 'l', 'f', 'u', 't', 't', 'e', 'r', 's', 't', 'h', 'e', 'm', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'y', 'o', 'u', 'r', '', 'l', 'i', 'p', 's', '.', '', '', 'A', 'n', 'd', 'I', 'c', 'a', 'n', 'n', 'o', 't', 't', 'e', 'a', 'c', 'h', 'y', 'o', 'u', 't', 'h', 'e', 'p', 'r', 'a', 'y', 'e', 'r', 'o', 'f', 't', 'h', 'e', '', 's', 'e', 'a', 's', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', 's', 'a', 'n', 'd', 't', 'h', 'e', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', '', 'y', 'o', 'u', 'w', 'h', 'o', 'a', 'r', 'e', 'b', 'o', 'r', 'n', 'o', 'f', 't', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', 's', 'a', 'n', 'd', 't', 'h', 'e', 's', 'e', 'a', 's', '', 'c', 'a', 'n', 'f', 'i', 'n', 'd', 't', 'h', 'e', 'i', 'r', 'p', 'r', 'a', 'y', 'e', 'r', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', ',', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'b', 'u', 't', 'l', 'i', 's', 't', 'e', 'n', 'i', 'n', 't', 'h', 'e', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', '', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'h', 'e', 'a', 'r', 't', 'h', 'e', 'm', 's', 'a', 'y', 'i', 'n', 'g', '', 'i', 'n', 's', 'i', 'l', 'e', 'n', 'c', 'e', ',', '', '', '“', 'O', 'u', 'r', 'G', 'o', 'd', ',', 'w', 'h', 'o', 'a', 'r', 't', 'o', 'u', 'r', 'w', 'i', 'n', 'g', 'e', 'd', 's', 'e', 'l', 'f', ',', 'i', 't', 'i', 's', '', 't', 'h', 'y', 'w', 'i', 'l', 'l', 'i', 'n', 'u', 's', 't', 'h', 'a', 't', 'w', 'i', 'l', 'l', 'e', 't', 'h', '.', '', '', 'I', 't', 'i', 's', 't', 'h', 'y', 'd', 'e', 's', 'i', 'r', 'e', 'i', 'n', 'u', 's', 't', 'h', 'a', 't', 'd', 'e', 's', 'i', 'r', 'e', 't', 'h', '.', '', '', 'I', 't', 'i', 's', 't', 'h', 'y', 'u', 'r', 'g', 'e', 'i', 'n', 'u', 's', 't', 'h', 'a', 't', 'w', 'o', 'u', 'l', 'd', 't', 'u', 'r', 'n', 'o', 'u', 'r', '', 'n', 'i', 'g', 'h', 't', 's', ',', 'w', 'h', 'i', 'c', 'h', 'a', 'r', 'e', 't', 'h', 'i', 'n', 'e', ',', 'i', 'n', 't', 'o', 'd', 'a', 'y', 's', 'w', 'h', 'i', 'c', 'h', '', 'a', 'r', 'e', 't', 'h', 'i', 'n', 'e', 'a', 'l', 's', 'o', '.', '', '', 'W', 'e', 'c', 'a', 'n', 'n', 'o', 't', 'a', 's', 'k', 't', 'h', 'e', 'e', 'f', 'o', 'r', 'a', 'u', 'g', 'h', 't', ',', 'f', 'o', 'r', 't', 'h', 'o', 'u', '', 'k', 'n', 'o', 'w', 'e', 's', 't', 'o', 'u', 'r', 'n', 'e', 'e', 'd', 's', 'b', 'e', 'f', 'o', 'r', 'e', 't', 'h', 'e', 'y', 'a', 'r', 'e', 'b', 'o', 'r', 'n', '', 'i', 'n', 'u', 's', ':', '', '', 'T', 'h', 'o', 'u', 'a', 'r', 't', 'o', 'u', 'r', 'n', 'e', 'e', 'd', ';', 'a', 'n', 'd', 'i', 'n', 'g', 'i', 'v', 'i', 'n', 'g', 'u', 's', 'm', 'o', 'r', 'e', '', 'o', 'f', 't', 'h', 'y', 's', 'e', 'l', 'f', 't', 'h', 'o', 'u', 'g', 'i', 'v', 'e', 's', 't', 'u', 's', 'a', 'l', 'l', '.', '”', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '1', '0', '0', ']', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'h', 'e', 'r', 'm', 'i', 't', ',', 'w', 'h', 'o', 'v', 'i', 's', 'i', 't', 'e', 'd', 't', 'h', 'e', 'c', 'i', 't', 'y', '', 'o', 'n', 'c', 'e', 'a', 'y', 'e', 'a', 'r', ',', 'c', 'a', 'm', 'e', 'f', 'o', 'r', 't', 'h', 'a', 'n', 'd', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', '', 't', 'o', 'u', 's', 'o', 'f', '_', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 's', 'a', 'y', 'i', 'n', 'g', ':', '', '', 'P', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'i', 's', 'a', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', ',', '', '', 'B', 'u', 't', 'i', 't', 'i', 's', 'n', 'o', 't', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '.', '', '', 'I', 't', 'i', 's', 't', 'h', 'e', 'b', 'l', 'o', 's', 's', 'o', 'm', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 'd', 'e', 's', 'i', 'r', 'e', 's', ',', '', '', 'B', 'u', 't', 'i', 't', 'i', 's', 'n', 'o', 't', 't', 'h', 'e', 'i', 'r', 'f', 'r', 'u', 'i', 't', '.', '', '', 'I', 't', 'i', 's', 'a', 'd', 'e', 'p', 't', 'h', 'c', 'a', 'l', 'l', 'i', 'n', 'g', 'u', 'n', 't', 'o', 'a', 'h', 'e', 'i', 'g', 'h', 't', ',', '', '', 'B', 'u', 't', 'i', 't', 'i', 's', 'n', 'o', 't', 't', 'h', 'e', 'd', 'e', 'e', 'p', 'n', 'o', 'r', 't', 'h', 'e', 'h', 'i', 'g', 'h', '.', '', '', 'I', 't', 'i', 's', 't', 'h', 'e', 'c', 'a', 'g', 'e', 'd', 't', 'a', 'k', 'i', 'n', 'g', 'w', 'i', 'n', 'g', ',', '', '', 'B', 'u', 't', 'i', 't', 'i', 's', 'n', 'o', 't', 's', 'p', 'a', 'c', 'e', 'e', 'n', 'c', 'o', 'm', 'p', 'a', 's', 's', 'e', 'd', '.', '', '', 'A', 'y', ',', 'i', 'n', 'v', 'e', 'r', 'y', 't', 'r', 'u', 't', 'h', ',', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'i', 's', 'a', '', 'f', 'r', 'e', 'e', 'd', 'o', 'm', '-', 's', 'o', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'I', 'f', 'a', 'i', 'n', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 's', 'i', 'n', 'g', 'i', 't', 'w', 'i', 't', 'h', '', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 'h', 'e', 'a', 'r', 't', ';', 'y', 'e', 't', 'I', 'w', 'o', 'u', 'l', 'd', 'n', 'o', 't', 'h', 'a', 'v', 'e', '', 'y', 'o', 'u', 'l', 'o', 's', 'e', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 's', 'i', 'n', 't', 'h', 'e', 's', 'i', 'n', 'g', 'i', 'n', 'g', '.', '', '', 'S', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 'y', 'o', 'u', 't', 'h', 's', 'e', 'e', 'k', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'a', 's', 'i', 'f', '', 'i', 't', 'w', 'e', 'r', 'e', 'a', 'l', 'l', ',', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'a', 'r', 'e', 'j', 'u', 'd', 'g', 'e', 'd', 'a', 'n', 'd', '', 'r', 'e', 'b', 'u', 'k', 'e', 'd', '.', 'w', 'o', 'u', 'l', 'd', 'n', 'o', 't', 'j', 'u', 'd', 'g', 'e', 'n', 'o', 'r', '', 'r', 'e', 'b', 'u', 'k', 'e', 't', 'h', 'e', 'm', '.', 'I', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 't', 'h', 'e', 'm', 's', 'e', 'e', 'k', '.', '', '', 'F', 'o', 'r', 't', 'h', 'e', 'y', 's', 'h', 'a', 'l', 'l', 'f', 'i', 'n', 'd', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', ',', 'b', 'u', 't', 'n', 'o', 't', '', 'h', 'e', 'r', 'a', 'l', 'o', 'n', 'e', ';', '', '', 'S', 'e', 'v', 'e', 'n', 'a', 'r', 'e', 'h', 'e', 'r', 's', 'i', 's', 't', 'e', 'r', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'l', 'e', 'a', 's', 't', 'o', 'f', '', 't', 'h', 'e', 'm', 'i', 's', 'm', 'o', 'r', 'e', 'b', 'e', 'a', 'u', 't', 'i', 'f', 'u', 'l', 't', 'h', 'a', 'n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '', '', 'H', 'a', 'v', 'e', 'y', 'o', 'u', 'n', 'o', 't', 'h', 'e', 'a', 'r', 'd', 'o', 'f', 't', 'h', 'e', 'm', 'a', 'n', 'w', 'h', 'o', 'w', 'a', 's', '', 'd', 'i', 'g', 'g', 'i', 'n', 'g', 'i', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'f', 'o', 'r', 'r', 'o', 'o', 't', 's', 'a', 'n', 'd', 'f', 'o', 'u', 'n', 'd', '', 'a', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', '?', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 's', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 'r', 'e', 'l', 'd', 'e', 'r', 's', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', 'w', 'i', 't', 'h', 'r', 'e', 'g', 'r', 'e', 't', 'l', 'i', 'k', 'e', 'w', 'r', 'o', 'n', 'g', 's', '', 'c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd', 'i', 'n', 'd', 'r', 'u', 'n', 'k', 'e', 'n', 'n', 'e', 's', 's', '.', '', '', 'B', 'u', 't', 'r', 'e', 'g', 'r', 'e', 't', 'i', 's', 't', 'h', 'e', 'b', 'e', 'c', 'l', 'o', 'u', 'd', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', 'm', 'i', 'n', 'd', '', 'a', 'n', 'd', 'n', 'o', 't', 'i', 't', 's', 'c', 'h', 'a', 's', 't', 'i', 's', 'e', 'm', 'e', 'n', 't', '.', '', '', 'T', 'h', 'e', 'y', 's', 'h', 'o', 'u', 'l', 'd', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 't', 'h', 'e', 'i', 'r', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', '', 'w', 'i', 't', 'h', 'g', 'r', 'a', 't', 'i', 't', 'u', 'd', 'e', ',', 'a', 's', 't', 'h', 'e', 'y', 'w', 'o', 'u', 'l', 'd', 't', 'h', 'e', '', 'h', 'a', 'r', 'v', 'e', 's', 't', 'o', 'f', 'a', 's', 'u', 'm', 'm', 'e', 'r', '.', '', '', 'Y', 'e', 't', 'i', 'f', 'i', 't', 'c', 'o', 'm', 'f', 'o', 'r', 't', 's', 't', 'h', 'e', 'm', 't', 'o', 'r', 'e', 'g', 'r', 'e', 't', ',', 'l', 'e', 't', '', 't', 'h', 'e', 'm', 'b', 'e', 'c', 'o', 'm', 'f', 'o', 'r', 't', 'e', 'd', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 't', 'h', 'o', 's', 'e', 'w', 'h', 'o', '', 'a', 'r', 'e', 'n', 'e', 'i', 't', 'h', 'e', 'r', 'y', 'o', 'u', 'n', 'g', 't', 'o', 's', 'e', 'e', 'k', 'n', 'o', 'r', 'o', 'l', 'd', 't', 'o', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', ';', '', '', 'A', 'n', 'd', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'f', 'e', 'a', 'r', 'o', 'f', 's', 'e', 'e', 'k', 'i', 'n', 'g', 'a', 'n', 'd', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g', 's', 'h', 'u', 'n', 'a', 'l', 'l', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', ',', '', 'l', 'e', 's', 't', 't', 'h', 'e', 'y', 'n', 'e', 'g', 'l', 'e', 'c', 't', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', 'o', 'r', 'o', 'f', 'f', 'e', 'n', 'd', '', 'a', 'g', 'a', 'i', 'n', 's', 't', 'i', 't', '.', '', '', 'B', 'u', 't', 'e', 'v', 'e', 'n', 'i', 'n', 't', 'h', 'e', 'i', 'r', 'f', 'o', 'r', 'e', 'g', 'o', 'i', 'n', 'g', 'i', 's', 't', 'h', 'e', 'i', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'u', 's', 't', 'h', 'e', 'y', 't', 'o', 'o', 'f', 'i', 'n', 'd', 'a', 't', 'r', 'e', 'a', 's', 'u', 'r', 'e', 't', 'h', 'o', 'u', 'g', 'h', '', 't', 'h', 'e', 'y', 'd', 'i', 'g', 'f', 'o', 'r', 'r', 'o', 'o', 't', 's', 'w', 'i', 't', 'h', 'q', 'u', 'i', 'v', 'e', 'r', 'i', 'n', 'g', 'h', 'a', 'n', 'd', 's', '.', '', '', 'B', 'u', 't', 't', 'e', 'l', 'l', 'm', 'e', ',', 'w', 'h', 'o', 'i', 's', 'h', 'e', 't', 'h', 'a', 't', 'c', 'a', 'n', 'o', 'f', 'f', 'e', 'n', 'd', '', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', '?', '', '', 'S', 'h', 'a', 'l', 'l', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 'i', 'n', 'g', 'a', 'l', 'e', 'o', 'f', 'f', 'e', 'n', 'd', 't', 'h', 'e', '', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', ',', 'o', 'r', 't', 'h', 'e', 'f', 'i', 'r', 'e', 'f', 'l', 'y', '', 't', 'h', 'e', 's', 't', 'a', 'r', 's', '?', '', '', 'A', 'n', 'd', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'r', 'f', 'l', 'a', 'm', 'e', 'o', 'r', 'y', 'o', 'u', 'r', 's', 'm', 'o', 'k', 'e', '', 'b', 'u', 'r', 'd', 'e', 'n', 't', 'h', 'e', 'w', 'i', 'n', 'd', '?', '', '', 'T', 'h', 'i', 'n', 'k', 'y', 'o', 'u', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', 'i', 's', 'a', 's', 't', 'i', 'l', 'l', 'p', 'o', 'o', 'l', '', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'c', 'a', 'n', 't', 'r', 'o', 'u', 'b', 'l', 'e', 'w', 'i', 't', 'h', 'a', 's', 't', 'a', 'f', 'f', '?', '', '', '*', '*', '*', '*', '*', '', '', 'O', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 'i', 'n', 'd', 'e', 'n', 'y', 'i', 'n', 'g', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '', 'y', 'o', 'u', 'd', 'o', 'b', 'u', 't', 's', 't', 'o', 'r', 'e', 't', 'h', 'e', 'd', 'e', 's', 'i', 'r', 'e', 'i', 'n', 't', 'h', 'e', '', 'r', 'e', 'c', 'e', 's', 's', 'e', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'b', 'e', 'i', 'n', 'g', '.', '', '', 'W', 'h', 'o', 'k', 'n', 'o', 'w', 's', 'b', 'u', 't', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 's', 'e', 'e', 'm', 's', 'o', 'm', 'i', 't', 't', 'e', 'd', '', 't', 'o', 'd', 'a', 'y', ',', 'w', 'a', 'i', 't', 's', 'f', 'o', 'r', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '?', '', '', 'E', 'v', 'e', 'n', 'y', 'o', 'u', 'r', 'b', 'o', 'd', 'y', 'k', 'n', 'o', 'w', 's', 'i', 't', 's', 'h', 'e', 'r', 'i', 't', 'a', 'g', 'e', '', 'a', 'n', 'd', 'i', 't', 's', 'r', 'i', 'g', 'h', 't', 'f', 'u', 'l', 'n', 'e', 'e', 'd', 'a', 'n', 'd', 'w', 'i', 'l', 'l', 'n', 'o', 't', 'b', 'e', '', 'd', 'e', 'c', 'e', 'i', 'v', 'e', 'd', '.', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'r', 'b', 'o', 'd', 'y', 'i', 's', 't', 'h', 'e', 'h', 'a', 'r', 'p', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'o', 'u', 'l', ',', '', '', 'A', 'n', 'd', 'i', 't', 'i', 's', 'y', 'o', 'u', 'r', 's', 't', 'o', 'b', 'r', 'i', 'n', 'g', 'f', 'o', 'r', 't', 'h', 'f', 'r', 'o', 'm', 'i', 't', 'o', 'r', 'c', 'o', 'n', 'f', 'u', 's', 'e', 'd', 's', 'o', 'u', 'n', 'd', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'n', 'o', 'w', 'y', 'o', 'u', 'a', 's', 'k', 'i', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', ',', '“', 'H', 'o', 'w', '', 's', 'h', 'a', 'l', 'l', 'w', 'e', 'd', 'i', 's', 't', 'i', 'n', 'g', 'u', 'i', 's', 'h', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', '', 'g', 'o', 'o', 'd', 'i', 'n', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'f', 'r', 'o', 'm', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'n', 'o', 't', '', 'g', 'o', 'o', 'd', '?', '”', '', '', 'G', 'o', 't', 'o', 'y', 'o', 'u', 'r', 'f', 'i', 'e', 'l', 'd', 's', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'g', 'a', 'r', 'd', 'e', 'n', 's', ',', 'a', 'n', 'd', '', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'l', 'e', 'a', 'r', 'n', 't', 'h', 'a', 't', 'i', 't', 'i', 's', 't', 'h', 'e', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', '', 'o', 'f', 't', 'h', 'e', 'b', 'e', 'e', 't', 'o', 'g', 'a', 't', 'h', 'e', 'r', 'h', 'o', 'n', 'e', 'y', 'o', 'f', 't', 'h', 'e', '', 'f', 'l', 'o', 'w', 'e', 'r', ',', '', '', 'B', 'u', 't', 'i', 't', 'i', 's', 'a', 'l', 's', 'o', 't', 'h', 'e', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'o', 'f', 't', 'h', 'e', '', 'f', 'l', 'o', 'w', 'e', 'r', 't', 'o', 'y', 'i', 'e', 'l', 'd', 'i', 't', 's', 'h', 'o', 'n', 'e', 'y', 't', 'o', 't', 'h', 'e', 'b', 'e', 'e', '.', '', '', 'F', 'o', 'r', 't', 'o', 't', 'h', 'e', 'b', 'e', 'e', 'a', 'f', 'l', 'o', 'w', 'e', 'r', 'i', 's', 'a', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', 'o', 'f', '', 'l', 'i', 'f', 'e', ',', '', '', 'A', 'n', 'd', 't', 'o', 't', 'h', 'e', 'f', 'l', 'o', 'w', 'e', 'r', 'a', 'b', 'e', 'e', 'i', 's', 'a', 'm', 'e', 's', 's', 'e', 'n', 'g', 'e', 'r', '', 'o', 'f', 'l', 'o', 'v', 'e', ',', '', '', 'A', 'n', 'd', 't', 'o', 'b', 'o', 't', 'h', ',', 'b', 'e', 'e', 'a', 'n', 'd', 'f', 'l', 'o', 'w', 'e', 'r', ',', 't', 'h', 'e', 'g', 'i', 'v', 'i', 'n', 'g', '', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', 'o', 'f', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 'i', 's', 'a', 'n', 'e', 'e', 'd', '', 'a', 'n', 'd', 'a', 'n', 'e', 'c', 's', 't', 'a', 's', 'y', '.', '', '', 'P', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'b', 'e', 'i', 'n', 'y', 'o', 'u', 'r', '', 'p', 'l', 'e', 'a', 's', 'u', 'r', 'e', 's', 'l', 'i', 'k', 'e', 't', 'h', 'e', 'f', 'l', 'o', 'w', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', 'b', 'e', 'e', 's', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'p', 'o', 'e', 't', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', 'o', 'f', '', '_', 'B', 'e', 'a', 'u', 't', 'y', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ':', '', '', 'W', 'h', 'e', 'r', 'e', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 's', 'e', 'e', 'k', 'b', 'e', 'a', 'u', 't', 'y', ',', 'a', 'n', 'd', 'h', 'o', 'w', '', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'f', 'i', 'n', 'd', 'h', 'e', 'r', 'u', 'n', 'l', 'e', 's', 's', 's', 'h', 'e', 'h', 'e', 'r', 's', 'e', 'l', 'f', 'b', 'e', '', 'y', 'o', 'u', 'r', 'w', 'a', 'y', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'g', 'u', 'i', 'd', 'e', '?', '', '', 'A', 'n', 'd', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 's', 'p', 'e', 'a', 'k', 'o', 'f', 'h', 'e', 'r', 'e', 'x', 'c', 'e', 'p', 't', '', 's', 'h', 'e', 'b', 'e', 't', 'h', 'e', 'w', 'e', 'a', 'v', 'e', 'r', 'o', 'f', 'y', 'o', 'u', 'r', 's', 'p', 'e', 'e', 'c', 'h', '?', '', '', 'T', 'h', 'e', 'a', 'g', 'g', 'r', 'i', 'e', 'v', 'e', 'd', 'a', 'n', 'd', 't', 'h', 'e', 'i', 'n', 'j', 'u', 'r', 'e', 'd', 's', 'a', 'y', ',', '', '“', 'B', 'e', 'a', 'u', 't', 'y', 'i', 's', 'k', 'i', 'n', 'd', 'a', 'n', 'd', 'g', 'e', 'n', 't', 'l', 'e', '.', '', '', 'L', 'i', 'k', 'e', 'a', 'y', 'o', 'u', 'n', 'g', 'm', 'o', 't', 'h', 'e', 'r', 'h', 'a', 'l', 'f', '-', 's', 'h', 'y', 'o', 'f', 'h', 'e', 'r', 'o', 'w', 'n', '', 'g', 'l', 'o', 'r', 'y', 's', 'h', 'e', 'w', 'a', 'l', 'k', 's', 'a', 'm', 'o', 'n', 'g', 'u', 's', '.', '”', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'p', 'a', 's', 's', 'i', 'o', 'n', 'a', 't', 'e', 's', 'a', 'y', ',', '“', 'N', 'a', 'y', ',', 'b', 'e', 'a', 'u', 't', 'y', 'i', 's', '', 'a', 't', 'h', 'i', 'n', 'g', 'o', 'f', 'm', 'i', 'g', 'h', 't', 'a', 'n', 'd', 'd', 'r', 'e', 'a', 'd', '.', '', '', 'L', 'i', 'k', 'e', 't', 'h', 'e', 't', 'e', 'm', 'p', 'e', 's', 't', 's', 'h', 'e', 's', 'h', 'a', 'k', 'e', 's', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '', 'b', 'e', 'n', 'e', 'a', 't', 'h', 'u', 's', 'a', 'n', 'd', 't', 'h', 'e', 's', 'k', 'y', 'a', 'b', 'o', 'v', 'e', 'u', 's', '.', '”', '', '', 'T', 'h', 'e', 't', 'i', 'r', 'e', 'd', 'a', 'n', 'd', 't', 'h', 'e', 'w', 'e', 'a', 'r', 'y', 's', 'a', 'y', ',', '“', 'B', 'e', 'a', 'u', 't', 'y', 'i', 's', '', 'o', 'f', 's', 'o', 'f', 't', 'w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g', 's', '.', 'S', 'h', 'e', 's', 'p', 'e', 'a', 'k', 's', 'i', 'n', 'o', 'u', 'r', '', 's', 'p', 'i', 'r', 'i', 't', '.', 'v', 'o', 'i', 'c', 'e', 'y', 'i', 'e', 'l', 'd', 's', 't', 'o', 'o', 'u', 'r', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', 'l', 'i', 'k', 'e', 'a', 'f', 'a', 'i', 'n', 't', 'l', 'i', 'g', 'h', 't', 't', 'h', 'a', 't', 'q', 'u', 'i', 'v', 'e', 'r', 's', '', 'i', 'n', 'f', 'e', 'a', 'r', 'o', 'f', 't', 'h', 'e', 's', 'h', 'a', 'd', 'o', 'w', '.', '”', '', '', 'B', 'u', 't', 't', 'h', 'e', 'r', 'e', 's', 't', 'l', 'e', 's', 's', 's', 'a', 'y', ',', '“', 'W', 'e', 'h', 'a', 'v', 'e', 'h', 'e', 'a', 'r', 'd', 'h', 'e', 'r', '', 's', 'h', 'o', 'u', 't', 'i', 'n', 'g', 'a', 'm', 'o', 'n', 'g', 't', 'h', 'e', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', ',', '', '', 'A', 'n', 'd', 'w', 'i', 't', 'h', 'h', 'e', 'r', 'c', 'r', 'i', 'e', 's', 'c', 'a', 'm', 'e', 't', 'h', 'e', 's', 'o', 'u', 'n', 'd', 'o', 'f', '', 'h', 'o', 'o', 'f', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'b', 'e', 'a', 't', 'i', 'n', 'g', 'o', 'f', 'w', 'i', 'n', 'g', 's', 'a', 'n', 'd', 't', 'h', 'e', '', 'r', 'o', 'a', 'r', 'i', 'n', 'g', 'o', 'f', 'l', 'i', 'o', 'n', 's', '.', '”', '', '', 'A', 't', 'n', 'i', 'g', 'h', 't', 't', 'h', 'e', 'w', 'a', 't', 'c', 'h', 'm', 'e', 'n', 'o', 'f', 't', 'h', 'e', 'c', 'i', 't', 'y', 's', 'a', 'y', ',', '', '“', 'B', 'e', 'a', 'u', 't', 'y', 's', 'h', 'a', 'l', 'l', 'r', 'i', 's', 'e', 'w', 'i', 't', 'h', 't', 'h', 'e', 'd', 'a', 'w', 'n', 'f', 'r', 'o', 'm', '', 't', 'h', 'e', 'e', 'a', 's', 't', '.', '”', '', '', 'A', 'n', 'd', 'a', 't', 'n', 'o', 'o', 'n', 't', 'i', 'd', 'e', 't', 'h', 'e', 't', 'o', 'i', 'l', 'e', 'r', 's', 'a', 'n', 'd', 't', 'h', 'e', '', 'w', 'a', 'y', 'f', 'a', 'r', 'e', 'r', 's', 's', 'a', 'y', ',', '“', 'W', 'e', 'h', 'a', 'v', 'e', 's', 'e', 'e', 'n', 'h', 'e', 'r', 'l', 'e', 'a', 'n', 'i', 'n', 'g', '', 'o', 'v', 'e', 'r', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'o', 'w', 's', 'o', 'f', 't', 'h', 'e', '', 's', 'u', 'n', 's', 'e', 't', '.', '”', '', '', '*', '*', '*', '*', '*', '', '', 'I', 'n', 'w', 'i', 'n', 't', 'e', 'r', 's', 'a', 'y', 't', 'h', 'e', 's', 'n', 'o', 'w', '-', 'b', 'o', 'u', 'n', 'd', ',', '“', 'S', 'h', 'e', 's', 'h', 'a', 'l', 'l', '', 'c', 'o', 'm', 'e', 'w', 'i', 't', 'h', 't', 'h', 'e', 's', 'p', 'r', 'i', 'n', 'g', 'l', 'e', 'a', 'p', 'i', 'n', 'g', 'u', 'p', 'o', 'n', 't', 'h', 'e', '', 'h', 'i', 'l', 'l', 's', '.', '”', '', '', 'A', 'n', 'd', 'i', 'n', 't', 'h', 'e', 's', 'u', 'm', 'm', 'e', 'r', 'h', 'e', 'a', 't', 't', 'h', 'e', 'r', 'e', 'a', 'p', 'e', 'r', 's', '', 's', 'a', 'y', ',', '“', 'W', 'e', 'h', 'a', 'v', 'e', 's', 'e', 'e', 'n', 'h', 'e', 'r', 'd', 'a', 'n', 'c', 'i', 'n', 'g', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'a', 'u', 't', 'u', 'm', 'n', 'l', 'e', 'a', 'v', 'e', 's', ',', 'a', 'n', 'd', 'w', 'e', 's', 'a', 'w', 'a', 'd', 'r', 'i', 'f', 't', 'o', 'f', '', 's', 'n', 'o', 'w', 'i', 'n', 'h', 'e', 'r', 'h', 'a', 'i', 'r', '.', '”', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', '', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 's', 'a', 'i', 'd', 'o', 'f', 'b', 'e', 'a', 'u', 't', 'y', ',', '', '', 'Y', 'e', 't', 'i', 'n', 't', 'r', 'u', 't', 'h', 'y', 'o', 'u', 's', 'p', 'o', 'k', 'e', 'n', 'o', 't', 'o', 'f', 'h', 'e', 'r', 'b', 'u', 't', 'o', 'f', '', 'n', 'e', 'e', 'd', 's', 'u', 'n', 's', 'a', 't', 'i', 's', 'f', 'i', 'e', 'd', ',', '', '', 'A', 'n', 'd', 'b', 'e', 'a', 'u', 't', 'y', 'i', 's', 'n', 'o', 't', 'a', 'n', 'e', 'e', 'd', 'b', 'u', 't', 'a', 'n', 'e', 'c', 's', 't', 'a', 's', 'y', '.', '', '', 'I', 't', 'i', 's', 'n', 'o', 't', 'a', 'm', 'o', 'u', 't', 'h', 't', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g', 'n', 'o', 'r', 'a', 'n', 'e', 'm', 'p', 't', 'y', '', 'h', 'a', 'n', 'd', 's', 't', 'r', 'e', 't', 'c', 'h', 'e', 'd', 'f', 'o', 'r', 't', 'h', ',', '', '', 'B', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', 'a', 'h', 'e', 'a', 'r', 't', 'e', 'n', 'f', 'l', 'a', 'm', 'e', 'd', 'a', 'n', 'd', 'a', 's', 'o', 'u', 'l', '', 'e', 'n', 'c', 'h', 'a', 'n', 't', 'e', 'd', '.', '', '', 'I', 't', 'i', 's', 'n', 'o', 't', 't', 'h', 'e', 'i', 'm', 'a', 'g', 'e', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 's', 'e', 'e', 'n', 'o', 'r', '', 't', 'h', 'e', 's', 'o', 'n', 'g', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'h', 'e', 'a', 'r', ',', '', '', 'B', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', 'a', 'n', 'i', 'm', 'a', 'g', 'e', 'y', 'o', 'u', 's', 'e', 'e', 't', 'h', 'o', 'u', 'g', 'h', 'y', 'o', 'u', '', 'c', 'l', 'o', 's', 'e', 'y', 'o', 'u', 'r', 'e', 'y', 'e', 's', 'a', 'n', 'd', 'a', 's', 'o', 'n', 'g', 'y', 'o', 'u', 'h', 'e', 'a', 'r', '', 't', 'h', 'o', 'u', 'g', 'h', 'y', 'o', 'u', 's', 'h', 'u', 't', 'y', 'o', 'u', 'r', 'e', 'a', 'r', 's', '.', '', '', 'I', 't', 'i', 's', 'n', 'o', 't', 't', 'h', 'e', 's', 'a', 'p', 'w', 'i', 't', 'h', 'i', 'n', 't', 'h', 'e', 'f', 'u', 'r', 'r', 'o', 'w', 'e', 'd', '', 'b', 'a', 'r', 'k', ',', 'n', 'o', 'r', 'a', 'w', 'i', 'n', 'g', 'a', 't', 't', 'a', 'c', 'h', 'e', 'd', 't', 'o', 'a', 'c', 'l', 'a', 'w', ',', '', '', 'B', 'u', 't', 'r', 'a', 't', 'h', 'e', 'r', 'a', 'g', 'a', 'r', 'd', 'e', 'n', 'f', 'o', 'r', 'e', 'v', 'e', 'r', 'i', 'n', 'b', 'l', 'o', 'o', 'm', '', 'a', 'n', 'd', 'a', 'f', 'l', 'o', 'c', 'k', 'o', 'f', 'a', 'n', 'g', 'e', 'l', 's', 'f', 'o', 'r', 'e', 'v', 'e', 'r', 'i', 'n', '', 'f', 'l', 'i', 'g', 'h', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'P', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'b', 'e', 'a', 'u', 't', 'y', 'i', 's', 'l', 'i', 'f', 'e', 'w', 'h', 'e', 'n', '', 'l', 'i', 'f', 'e', 'u', 'n', 'v', 'e', 'i', 'l', 's', 'h', 'e', 'r', 'h', 'o', 'l', 'y', 'f', 'a', 'c', 'e', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'l', 'i', 'f', 'e', 'a', 'n', 'd', 'y', 'o', 'u', 'a', 'r', 'e', 't', 'h', 'e', 'v', 'e', 'i', 'l', '.', '', 'i', 's', 'e', 't', 'e', 'r', 'n', 'i', 't', 'y', 'g', 'a', 'z', 'i', 'n', 'g', 'a', 't', 'i', 't', 's', 'e', 'l', 'f', '', 'i', 'n', 'a', 'm', 'i', 'r', 'r', 'o', 'r', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'e', 't', 'e', 'r', 'n', 'i', 't', 'y', 'a', 'n', 'd', 'y', 'o', 'u', 'a', 'r', 'e', 't', 'h', 'e', '', 'm', 'i', 'r', 'r', 'o', 'r', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'a', 'n', 'o', 'l', 'd', 'p', 'r', 'i', 'e', 's', 't', 's', 'a', 'i', 'd', ',', 'S', 'p', 'e', 'a', 'k', 't', 'o', 'u', 's', '', 'o', 'f', '_', 'R', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'H', 'a', 'v', 'e', 'I', 's', 'p', 'o', 'k', 'e', 'n', 't', 'h', 'i', 's', 'd', 'a', 'y', 'o', 'f', 'a', 'u', 'g', 'h', 't', 'e', 'l', 's', 'e', '?', '', '', 'I', 's', 'n', 'o', 't', 'r', 'e', 'l', 'i', 'g', 'i', 'o', 'n', 'a', 'l', 'l', 'd', 'e', 'e', 'd', 's', 'a', 'n', 'd', 'a', 'l', 'l', '', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ',', '', '', 'A', 'n', 'd', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'n', 'e', 'i', 't', 'h', 'e', 'r', 'd', 'e', 'e', 'd', 'n', 'o', 'r', '', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', ',', 'b', 'u', 't', 'a', 'w', 'o', 'n', 'd', 'e', 'r', 'a', 'n', 'd', 'a', 's', 'u', 'r', 'p', 'r', 'i', 's', 'e', '', 'e', 'v', 'e', 'r', 's', 'p', 'r', 'i', 'n', 'g', 'i', 'n', 'g', 'i', 'n', 't', 'h', 'e', 's', 'o', 'u', 'l', ',', 'e', 'v', 'e', 'n', 'w', 'h', 'i', 'l', 'e', '', 't', 'h', 'e', 'h', 'a', 'n', 'd', 's', 'h', 'e', 'w', 't', 'h', 'e', 's', 't', 'o', 'n', 'e', 'o', 'r', 't', 'e', 'n', 'd', 't', 'h', 'e', '', 'l', 'o', 'o', 'm', '?', '', '', 'W', 'h', 'o', 'c', 'a', 'n', 's', 'e', 'p', 'a', 'r', 'a', 't', 'e', 'h', 'i', 's', 'f', 'a', 'i', 't', 'h', 'f', 'r', 'o', 'm', '', 'h', 'i', 's', 'a', 'c', 't', 'i', 'o', 'n', 's', ',', 'o', 'r', 'h', 'i', 's', 'b', 'e', 'l', 'i', 'e', 'f', 'f', 'r', 'o', 'm', 'h', 'i', 's', '', 'o', 'c', 'c', 'u', 'p', 'a', 't', 'i', 'o', 'n', 's', '?', '', '', 'W', 'h', 'o', 'c', 'a', 'n', 's', 'p', 'r', 'e', 'a', 'd', 'h', 'i', 's', 'h', 'o', 'u', 'r', 's', 'b', 'e', 'f', 'o', 'r', 'e', 'h', 'i', 'm', ',', '', 's', 'a', 'v', 'i', 'n', 'g', ',', '“', 'T', 'h', 'i', 's', 'f', 'o', 'r', 'G', 'o', 'd', 'a', 'n', 'd', 't', 'h', 'i', 's', 'f', 'o', 'r', '', 'm', 'y', 's', 'e', 'l', 'f', ';', 'T', 'h', 'i', 's', 'f', 'o', 'r', 'm', 'y', 's', 'o', 'u', 'l', ',', 'a', 'n', 'd', 't', 'h', 'i', 's', 'o', 't', 'h', 'e', 'r', '', 'f', 'o', 'r', 'm', 'y', 'b', 'o', 'd', 'y', '?', '”', '', '', 'A', 'l', 'l', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 'r', 's', 'a', 'r', 'e', 'w', 'i', 'n', 'g', 's', 't', 'h', 'a', 't', 'b', 'e', 'a', 't', '', 't', 'h', 'r', 'o', 'u', 'g', 'h', 's', 'p', 'a', 'c', 'e', 'f', 'r', 'o', 'm', 's', 'e', 'l', 'f', 't', 'o', 's', 'e', 'l', 'f', '.', 'w', 'e', 'a', 'r', 's', 'h', 'i', 's', 'm', 'o', 'r', 'a', 'l', 'i', 't', 'y', 'b', 'u', 't', 'a', 's', 'h', 'i', 's', 'b', 'e', 's', 't', '', 'g', 'a', 'r', 'm', 'e', 'n', 't', 'w', 'e', 'r', 'e', 'b', 'e', 't', 't', 'e', 'r', 'n', 'a', 'k', 'e', 'd', '.', '', '', 'T', 'h', 'e', 'w', 'i', 'n', 'd', 'a', 'n', 'd', 't', 'h', 'e', 's', 'u', 'n', 'w', 'i', 'l', 'l', 't', 'e', 'a', 'r', 'n', 'o', 'h', 'o', 'l', 'e', 's', '', 'i', 'n', 'h', 'i', 's', 's', 'k', 'i', 'n', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'w', 'h', 'o', 'd', 'e', 'f', 'i', 'n', 'e', 's', 'h', 'i', 's', 'c', 'o', 'n', 'd', 'u', 'c', 't', 'b', 'y', 'e', 't', 'h', 'i', 'c', 's', '', 'i', 'm', 'p', 'r', 'i', 's', 'o', 'n', 's', 'h', 'i', 's', 's', 'o', 'n', 'g', '-', 'b', 'i', 'r', 'd', 'i', 'n', 'a', 'c', 'a', 'g', 'e', '.', '', '', 'T', 'h', 'e', 'f', 'r', 'e', 'e', 's', 't', 's', 'o', 'n', 'g', 'c', 'o', 'm', 'e', 's', 'n', 'o', 't', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'b', 'a', 'r', 's', '', 'a', 'n', 'd', 'w', 'i', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd', 'h', 'e', 't', 'o', 'w', 'h', 'o', 'm', 'w', 'o', 'r', 's', 'h', 'i', 'p', 'p', 'i', 'n', 'g', 'i', 's', 'a', 'w', 'i', 'n', 'd', 'o', 'w', ',', '', 't', 'o', 'o', 'p', 'e', 'n', 'b', 'u', 't', 'a', 'l', 's', 'o', 't', 'o', 's', 'h', 'u', 't', ',', 'h', 'a', 's', 'n', 'o', 't', 'y', 'e', 't', '', 'v', 'i', 's', 'i', 't', 'e', 'd', 't', 'h', 'e', 'h', 'o', 'u', 's', 'e', 'o', 'f', 'h', 'i', 's', 's', 'o', 'u', 'l', 'w', 'h', 'o', 's', 'e', '', 'w', 'i', 'n', 'd', 'o', 'w', 's', 'a', 'r', 'e', 'f', 'r', 'o', 'm', 'd', 'a', 'w', 'n', 't', 'o', 'd', 'a', 'w', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'r', 'd', 'a', 'i', 'l', 'y', 'l', 'i', 'f', 'e', 'i', 's', 'y', 'o', 'u', 'r', 't', 'e', 'm', 'p', 'l', 'e', 'a', 'n', 'd', 'y', 'o', 'u', 'r', '', 'r', 'e', 'l', 'i', 'g', 'i', 'o', 'n', '.', '', '', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r', 'y', 'o', 'u', 'e', 'n', 't', 'e', 'r', 'i', 'n', 't', 'o', 'i', 't', 't', 'a', 'k', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', '', 'y', 'o', 'u', 'r', 'a', 'l', 'l', '.', '', '', 'T', 'a', 'k', 'e', 't', 'h', 'e', 'p', 'l', 'o', 'u', 'g', 'h', 'a', 'n', 'd', 't', 'h', 'e', 'f', 'o', 'r', 'g', 'e', 'a', 'n', 'd', 't', 'h', 'e', '', 'm', 'a', 'l', 'l', 'e', 't', 'a', 'n', 'd', 't', 'h', 'e', 'l', 'u', 't', 'e', ',', '', '', 'T', 'h', 'e', 't', 'h', 'i', 'n', 'g', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd', 'i', 'n', '', 'n', 'e', 'c', 'e', 's', 's', 'i', 't', 'y', 'o', 'r', 'f', 'o', 'r', 'd', 'e', 'l', 'i', 'g', 'h', 't', '.', '', '', 'F', 'o', 'r', 'i', 'n', 'r', 'e', 'v', 'e', 'r', 'y', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'r', 'i', 's', 'e', 'a', 'b', 'o', 'v', 'e', 'y', 'o', 'u', 'r', '', 'a', 'c', 'h', 'i', 'e', 'v', 'e', 'm', 'e', 'n', 't', 's', 'n', 'o', 'r', 'f', 'a', 'l', 'l', 'l', 'o', 'w', 'e', 'r', 't', 'h', 'a', 'n', 'y', 'o', 'u', 'r', '', 'f', 'a', 'i', 'l', 'u', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd', 't', 'a', 'k', 'e', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'a', 'l', 'l', 'm', 'e', 'n', ':', 'i', 'n', '', 'a', 'd', 'o', 'r', 'a', 't', 'i', 'o', 'n', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'f', 'l', 'y', 'h', 'i', 'g', 'h', 'e', 'r', 't', 'h', 'a', 'n', '', 't', 'h', 'e', 'i', 'r', 'h', 'o', 'p', 'e', 's', 'n', 'o', 'r', 'h', 'u', 'm', 'b', 'l', 'e', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', 'l', 'o', 'w', 'e', 'r', '', 't', 'h', 'a', 'n', 't', 'h', 'e', 'i', 'r', 'd', 'e', 's', 'p', 'a', 'i', 'r', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'k', 'n', 'o', 'w', 'G', 'o', 'd', 'b', 'e', 'n', 'o', 't', '', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', 'a', 's', 'o', 'l', 'v', 'e', 'r', 'o', 'f', 'r', 'i', 'd', 'd', 'l', 'e', 's', '.', '', '', 'R', 'a', 't', 'h', 'e', 'r', 'l', 'o', 'o', 'k', 'a', 'b', 'o', 'u', 't', 'y', 'o', 'u', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', '', 'H', 'i', 'm', 'p', 'l', 'a', 'y', 'i', 'n', 'g', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', '.', '', '', 'A', 'n', 'd', 'l', 'o', 'o', 'k', 'i', 'n', 't', 'o', 's', 'p', 'a', 'c', 'e', ';', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', 'H', 'i', 'm', '', 'w', 'a', 'l', 'k', 'i', 'n', 'g', 'i', 'n', 't', 'h', 'e', 'c', 'l', 'o', 'u', 'd', ',', 'o', 'u', 't', 's', 't', 'r', 'e', 't', 'c', 'h', 'i', 'n', 'g', 'H', 'i', 's', '', 'a', 'r', 'm', 's', 'i', 'n', 't', 'h', 'e', 'l', 'i', 'g', 'h', 't', 'n', 'i', 'n', 'g', 'a', 'n', 'd', 'd', 'e', 's', 'c', 'e', 'n', 'd', 'i', 'n', 'g', 'i', 'n', '', 'r', 'a', 'i', 'n', '.', '', '', 'Y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', 'H', 'i', 'm', 's', 'm', 'i', 'l', 'i', 'n', 'g', 'i', 'n', 'f', 'l', 'o', 'w', 'e', 'r', 's', ',', '', 't', 'h', 'e', 'n', 'r', 'i', 's', 'i', 'n', 'g', 'a', 'n', 'd', 'w', 'a', 'v', 'i', 'n', 'g', 'H', 'i', 's', 'h', 'a', 'n', 'd', 's', 'i', 'n', '', 't', 'r', 'e', 'e', 's', '.', '', '', '*', '*', '*', '*', '*', '*', '*', '*', '*', '*', '', '', 'A', 'l', 'm', 'i', 't', 'r', 'a', 's', 'p', 'o', 'k', 'e', ',', 's', 'a', 'y', 'i', 'n', 'g', ',', 'W', 'e', 'w', 'o', 'u', 'l', 'd', '', 'a', 's', 'k', 'n', 'o', 'w', 'o', 'f', '_', 'D', 'e', 'a', 't', 'h', '_', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'Y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'k', 'n', 'o', 'w', 't', 'h', 'e', 's', 'e', 'c', 'r', 'e', 't', 'o', 'f', 'd', 'e', 'a', 't', 'h', '.', '', '', 'B', 'u', 't', 'h', 'o', 'w', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'f', 'i', 'n', 'd', 'i', 't', 'u', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', '', 's', 'e', 'e', 'k', 'i', 't', 'i', 'n', 't', 'h', 'e', 'h', 'e', 'a', 'r', 't', 'o', 'f', 'l', 'i', 'f', 'e', '?', '', '', 'T', 'h', 'e', 'o', 'w', 'l', 'w', 'h', 'o', 's', 'e', 'n', 'i', 'g', 'h', 't', '-', 'b', 'o', 'u', 'n', 'd', 'e', 'y', 'e', 's', 'a', 'r', 'e', 'b', 'l', 'i', 'n', 'd', '', 'u', 'n', 't', 'o', 't', 'h', 'e', 'd', 'a', 'y', 'c', 'a', 'n', 'n', 'o', 't', 'u', 'n', 'v', 'e', 'i', 'l', 't', 'h', 'e', 'm', 'y', 's', 't', 'e', 'r', 'y', '', 'o', 'f', 'l', 'i', 'g', 'h', 't', '.', '', '', 'I', 'f', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'i', 'n', 'd', 'e', 'e', 'd', 'b', 'e', 'h', 'o', 'l', 'd', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', '', 'o', 'f', 'd', 'e', 'a', 't', 'h', ',', 'o', 'p', 'e', 'n', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'w', 'i', 'd', 'e', 'u', 'n', 't', 'o', 't', 'h', 'e', '', 'b', 'o', 'd', 'y', 'o', 'f', 'l', 'i', 'f', 'e', '.', '', '', 'F', 'o', 'r', 'l', 'i', 'f', 'e', 'a', 'n', 'd', 'd', 'e', 'a', 't', 'h', 'a', 'r', 'e', 'o', 'n', 'e', ',', 'e', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', '', 'r', 'i', 'v', 'e', 'r', 'a', 'n', 'd', 't', 'h', 'e', 's', 'e', 'a', 'a', 'r', 'e', 'o', 'n', 'e', '.', '', '', 'I', 'n', 't', 'h', 'e', 'd', 'e', 'p', 't', 'h', 'o', 'f', 'y', 'o', 'u', 'r', 'h', 'o', 'p', 'e', 's', 'a', 'n', 'd', 'd', 'e', 's', 'i', 'r', 'e', 's', '', 'l', 'i', 'e', 's', 'y', 'o', 'u', 'r', 's', 'i', 'l', 'e', 'n', 't', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'o', 'f', 't', 'h', 'e', '', 'b', 'e', 'y', 'o', 'n', 'd', ';', '', '', 'A', 'n', 'd', 'l', 'i', 'k', 'e', 's', 'e', 'e', 'd', 's', 'd', 'r', 'e', 'a', 'm', 'i', 'n', 'g', 'b', 'e', 'n', 'e', 'a', 't', 'h', 't', 'h', 'e', 's', 'n', 'o', 'w', '', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', 'd', 'r', 'e', 'a', 'm', 's', 'o', 'f', 's', 'p', 'r', 'i', 'n', 'g', '.', '', '', 'T', 'r', 'u', 's', 't', 't', 'h', 'e', 'd', 'r', 'e', 'a', 'm', 's', ',', 'f', 'o', 'r', 'i', 'n', 't', 'h', 'e', 'm', 'i', 's', 'h', 'i', 'd', 'd', 'e', 'n', '', 't', 'h', 'e', 'g', 'a', 't', 'e', 't', 'o', 'e', 't', 'e', 'r', 'n', 'i', 't', 'y', '.', 'f', 'e', 'a', 'r', '', 'o', 'f', 'd', 'e', 'a', 't', 'h', 'i', 's', 'b', 'u', 't', 't', 'h', 'e', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'e', '', 's', 'h', 'e', 'p', 'h', 'e', 'r', 'd', 'w', 'h', 'e', 'n', 'h', 'e', 's', 't', 'a', 'n', 'd', 's', 'b', 'e', 'f', 'o', 'r', 'e', 't', 'h', 'e', 'k', 'i', 'n', 'g', '', 'w', 'h', 'o', 's', 'e', 'h', 'a', 'n', 'd', 'i', 's', 't', 'o', 'b', 'e', 'l', 'a', 'i', 'd', 'u', 'p', 'o', 'n', 'h', 'i', 'm', 'i', 'n', '', 'h', 'o', 'n', 'o', 'u', 'r', '.', '', '', 'I', 's', 't', 'h', 'e', 's', 'h', 'e', 'p', 'h', 'e', 'r', 'd', 'n', 'o', 't', 'j', 'o', 'y', 'f', 'u', 'l', 'b', 'e', 'n', 'e', 'a', 't', 'h', 'h', 'i', 's', '', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', ',', 't', 'h', 'a', 't', 'h', 'e', 's', 'h', 'a', 'l', 'l', 'w', 'e', 'a', 'r', 't', 'h', 'e', 'm', 'a', 'r', 'k', '', 'o', 'f', 't', 'h', 'e', 'k', 'i', 'n', 'g', '?', '', '', 'Y', 'e', 't', 'i', 's', 'h', 'e', 'n', 'o', 't', 'm', 'o', 'r', 'e', 'm', 'i', 'n', 'd', 'f', 'u', 'l', 'o', 'f', 'h', 'i', 's', '', 't', 'r', 'e', 'm', 'b', 'l', 'i', 'n', 'g', '?', '', '', '*', '*', '*', '*', '*', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', 't', 'o', 'd', 'i', 'e', 'b', 'u', 't', 't', 'o', 's', 't', 'a', 'n', 'd', 'n', 'a', 'k', 'e', 'd', '', 'i', 'n', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'a', 'n', 'd', 't', 'o', 'm', 'e', 'l', 't', 'i', 'n', 't', 'o', 't', 'h', 'e', 's', 'u', 'n', '?', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'i', 't', 't', 'o', 'c', 'e', 'a', 's', 'e', 'b', 'r', 'e', 'a', 't', 'h', 'i', 'n', 'g', ',', 'b', 'u', 't', '', 't', 'o', 'f', 'r', 'e', 'e', 't', 'h', 'e', 'b', 'r', 'e', 'a', 't', 'h', 'f', 'r', 'o', 'm', 'i', 't', 's', 'r', 'e', 's', 't', 'l', 'e', 's', 's', '', 't', 'i', 'd', 'e', 's', ',', 't', 'h', 'a', 't', 'i', 't', 'm', 'a', 'y', 'r', 'i', 's', 'e', 'a', 'n', 'd', 'e', 'x', 'p', 'a', 'n', 'd', 'a', 'n', 'd', '', 's', 'e', 'e', 'k', 'G', 'o', 'd', 'u', 'n', 'e', 'n', 'c', 'u', 'm', 'b', 'e', 'r', 'e', 'd', '?', '', '', 'O', 'n', 'l', 'y', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'd', 'r', 'i', 'n', 'k', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'r', 'i', 'v', 'e', 'r', 'o', 'f', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 'i', 'n', 'd', 'e', 'e', 'd', 's', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'r', 'e', 'a', 'c', 'h', 'e', 'd', 't', 'h', 'e', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', '', 't', 'o', 'p', ',', 't', 'h', 'e', 'n', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'g', 'i', 'n', 't', 'o', 'c', 'l', 'i', 'm', 'b', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 's', 'h', 'a', 'l', 'l', 'c', 'l', 'a', 'i', 'm', 'y', 'o', 'u', 'r', '', 'l', 'i', 'm', 'b', 's', ',', 't', 'h', 'e', 'n', 's', 'h', 'a', 'l', 'l', 'y', 'o', 'u', 't', 'r', 'u', 'l', 'y', 'd', 'a', 'n', 'c', 'e', '.', '', 'n', 'o', 'w', 'i', 't', 'w', 'a', 's', 'e', 'v', 'e', 'n', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'A', 'l', 'm', 'i', 't', 'r', 'a', 't', 'h', 'e', 's', 'e', 'e', 'r', 'e', 's', 's', 's', 'a', 'i', 'd', ',', 'B', 'l', 'e', 's', 's', 'e', 'd', 'b', 'e', '', 't', 'h', 'i', 's', 'd', 'a', 'y', 'a', 'n', 'd', 't', 'h', 'i', 's', 'p', 'l', 'a', 'c', 'e', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 's', 'p', 'i', 'r', 'i', 't', '', 't', 'h', 'a', 't', 'h', 'a', 's', 's', 'p', 'o', 'k', 'e', 'n', '.', '', '', 'A', 'n', 'd', 'h', 'e', 'a', 'n', 's', 'w', 'e', 'r', 'e', 'd', ',', 'W', 'a', 's', 'i', 't', 'I', 'w', 'h', 'o', 's', 'p', 'o', 'k', 'e', '?', 'W', 'a', 's', '', 'I', 'n', 'o', 't', 'a', 'l', 's', 'o', 'a', 'l', 'i', 's', 't', 'e', 'n', 'e', 'r', '?', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'n', 'h', 'e', 'd', 'e', 's', 'c', 'e', 'n', 'd', 'e', 'd', 't', 'h', 'e', 's', 't', 'e', 'p', 's', 'o', 'f', 't', 'h', 'e', '', 'T', 'e', 'm', 'p', 'l', 'e', 'a', 'n', 'd', 'a', 'l', 'l', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'f', 'o', 'l', 'l', 'o', 'w', 'e', 'd', 'h', 'i', 'm', '.', '', 'A', 'n', 'd', 'h', 'e', 'r', 'e', 'a', 'c', 'h', 'e', 'd', 'h', 'i', 's', 's', 'h', 'i', 'p', 'a', 'n', 'd', 's', 't', 'o', 'o', 'd', 'u', 'p', 'o', 'n', '', 't', 'h', 'e', 'd', 'e', 'c', 'k', '.', '', '', 'A', 'n', 'd', 'f', 'a', 'c', 'i', 'n', 'g', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'a', 'g', 'a', 'i', 'n', ',', 'h', 'e', 'r', 'a', 'i', 's', 'e', 'd', '', 'h', 'i', 's', 'v', 'o', 'i', 'c', 'e', 'a', 'n', 'd', 's', 'a', 'i', 'd', ':', '', '', 'P', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'b', 'i', 'd', 's', 'm', 'e', '', 'l', 'e', 'a', 'v', 'e', 'y', 'o', 'u', '.', '', '', 'L', 'e', 's', 's', 'h', 'a', 's', 't', 'y', 'a', 'm', 'I', 't', 'h', 'a', 'n', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', 'y', 'e', 't', 'I', '', 'm', 'u', 's', 't', 'g', 'o', '.', '', '', 'W', 'e', 'w', 'a', 'n', 'd', 'e', 'r', 'e', 'r', 's', ',', 'e', 'v', 'e', 'r', 's', 'e', 'e', 'k', 'i', 'n', 'g', 't', 'h', 'e', 'l', 'o', 'n', 'e', 'l', 'i', 'e', 'r', '', 'w', 'a', 'y', ',', 'b', 'e', 'g', 'i', 'n', 'n', 'o', 'd', 'a', 'y', 'w', 'h', 'e', 'r', 'e', 'w', 'e', 'h', 'a', 'v', 'e', 'e', 'n', 'd', 'e', 'd', '', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'd', 'a', 'y', ';', 'a', 'n', 'd', 'n', 'o', 's', 'u', 'n', 'r', 'i', 's', 'e', 'f', 'i', 'n', 'd', 's', 'u', 's', '', 'w', 'h', 'e', 'r', 'e', 's', 'u', 'n', 's', 'e', 't', 'l', 'e', 'f', 't', 'u', 's', '.', 'w', 'h', 'i', 'l', 'e', 't', 'h', 'e', '', 'e', 'a', 'r', 't', 'h', 's', 'l', 'e', 'e', 'p', 's', 'w', 'e', 't', 'r', 'a', 'v', 'e', 'l', '.', '', '', 'W', 'e', 'a', 'r', 'e', 't', 'h', 'e', 's', 'e', 'e', 'd', 's', 'o', 'f', 't', 'h', 'e', 't', 'e', 'n', 'a', 'c', 'i', 'o', 'u', 's', '', 'p', 'l', 'a', 'n', 't', ',', 'a', 'n', 'd', 'i', 't', 'i', 's', 'i', 'n', 'o', 'u', 'r', 'r', 'i', 'p', 'e', 'n', 'e', 's', 's', 'a', 'n', 'd', 'o', 'u', 'r', '', 'f', 'u', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 'h', 'e', 'a', 'r', 't', 't', 'h', 'a', 't', 'w', 'e', 'a', 'r', 'e', 'g', 'i', 'v', 'e', 'n', 't', 'o', '', 't', 'h', 'e', 'w', 'i', 'n', 'd', 'a', 'n', 'd', 'a', 'r', 'e', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'r', 'i', 'e', 'f', 'w', 'e', 'r', 'e', 'm', 'y', 'd', 'a', 'y', 's', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', ',', 'a', 'n', 'd', '', 'b', 'r', 'i', 'e', 'f', 'e', 'r', 's', 't', 'i', 'l', 'l', 't', 'h', 'e', 'w', 'o', 'r', 'd', 's', 'I', 'h', 'a', 'v', 'e', 's', 'p', 'o', 'k', 'e', 'n', '.', '', '', 'B', 'u', 't', 's', 'h', 'o', 'u', 'l', 'd', 'm', 'y', 'v', 'o', 'i', 'c', 'e', 'f', 'a', 'd', 'e', 'i', 'n', 'y', 'o', 'u', 'r', 'e', 'a', 'r', 's', ',', '', 'a', 'n', 'd', 'm', 'y', 'l', 'o', 'v', 'e', 'v', 'a', 'n', 'i', 's', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'm', 'e', 'm', 'o', 'r', 'y', ',', 't', 'h', 'e', 'n', '', 'I', 'w', 'i', 'l', 'l', 'c', 'o', 'm', 'e', 'a', 'g', 'a', 'i', 'n', ',', '', '', 'A', 'n', 'd', 'w', 'i', 't', 'h', 'a', 'r', 'i', 'c', 'h', 'e', 'r', 'h', 'e', 'a', 'r', 't', 'a', 'n', 'd', 'l', 'i', 'p', 's', 'm', 'o', 'r', 'e', '', 'y', 'i', 'e', 'l', 'd', 'i', 'n', 'g', 't', 'o', 't', 'h', 'e', 's', 'p', 'i', 'r', 'i', 't', 'w', 'i', 'l', 'l', 'I', 's', 'p', 'e', 'a', 'k', '.', '', '', 'Y', 'e', 'a', ',', 'I', 's', 'h', 'a', 'l', 'l', 'r', 'e', 't', 'u', 'r', 'n', 'w', 'i', 't', 'h', 't', 'h', 'e', 't', 'i', 'd', 'e', ',', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'd', 'e', 'a', 't', 'h', 'm', 'a', 'y', 'h', 'i', 'd', 'e', 'm', 'e', ',', 'a', 'n', 'd', 't', 'h', 'e', '', 'g', 'r', 'e', 'a', 't', 'e', 'r', 's', 'i', 'l', 'e', 'n', 'c', 'e', 'e', 'n', 'f', 'o', 'l', 'd', 'm', 'e', ',', 'y', 'e', 't', 'a', 'g', 'a', 'i', 'n', '', 'w', 'i', 'l', 'l', 'I', 's', 'e', 'e', 'k', 'y', 'o', 'u', 'r', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'n', 'o', 't', 'i', 'n', 'v', 'a', 'i', 'n', 'w', 'i', 'l', 'l', 'I', 's', 'e', 'e', 'k', '.', '', '', 'I', 'f', 'a', 'u', 'g', 'h', 't', 'I', 'h', 'a', 'v', 'e', 's', 'a', 'i', 'd', 'i', 's', 't', 'r', 'u', 't', 'h', ',', 't', 'h', 'a', 't', '', 't', 'r', 'u', 't', 'h', 's', 'h', 'a', 'l', 'l', 'r', 'e', 'v', 'e', 'a', 'l', 'i', 't', 's', 'e', 'l', 'f', 'i', 'n', 'a', 'c', 'l', 'e', 'a', 'r', 'e', 'r', '', 'v', 'o', 'i', 'c', 'e', ',', 'a', 'n', 'd', 'i', 'n', 'w', 'o', 'r', 'd', 's', 'm', 'o', 'r', 'e', 'k', 'i', 'n', 't', 'o', 'y', 'o', 'u', 'r', '', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', '.', '', '', 'I', 'g', 'o', 'w', 'i', 't', 'h', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', 'p', 'e', 'o', 'p', 'l', 'e', 'o', 'f', '', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', ',', 'b', 'u', 't', 'n', 'o', 't', 'd', 'o', 'w', 'n', 'i', 'n', 't', 'o', 'e', 'm', 'p', 't', 'i', 'n', 'e', 's', 's', ';', '', 'i', 'f', 't', 'h', 'i', 's', 'd', 'a', 'y', 'i', 's', 'n', 'o', 't', 'a', 'f', 'u', 'l', 'f', 'i', 'l', 'm', 'e', 'n', 't', '', 'o', 'f', 'y', 'o', 'u', 'r', 'n', 'e', 'e', 'd', 's', 'a', 'n', 'd', 'm', 'y', 'l', 'o', 'v', 'e', ',', 't', 'h', 'e', 'n', 'l', 'e', 't', 'i', 't', '', 'b', 'e', 'a', 'p', 'r', 'o', 'm', 'i', 's', 'e', 't', 'i', 'l', 'l', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'd', 'a', 'y', '.', '', '', 'M', 'a', 'n', '’', 's', 'n', 'e', 'e', 'd', 's', 'c', 'h', 'a', 'n', 'g', 'e', ',', 'b', 'u', 't', 'n', 'o', 't', 'h', 'i', 's', 'l', 'o', 'v', 'e', ',', '', 'n', 'o', 'r', 'h', 'i', 's', 'd', 'e', 's', 'i', 'r', 'e', 't', 'h', 'a', 't', 'h', 'i', 's', 'l', 'o', 'v', 'e', 's', 'h', 'o', 'u', 'l', 'd', '', 's', 'a', 't', 'i', 's', 'f', 'y', 'h', 'i', 's', 'n', 'e', 'e', 'd', 's', '.', '', '', 'K', 'n', 'o', 'w', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', ',', 't', 'h', 'a', 't', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 'e', 'r', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', 'I', 's', 'h', 'a', 'l', 'l', 'r', 'e', 't', 'u', 'r', 'n', '.', '', '', 'T', 'h', 'e', 'm', 'i', 's', 't', 't', 'h', 'a', 't', 'd', 'r', 'i', 'f', 't', 's', 'a', 'w', 'a', 'y', 'a', 't', 'd', 'a', 'w', 'n', ',', '', 'l', 'e', 'a', 'v', 'i', 'n', 'g', 'b', 'u', 't', 'd', 'e', 'w', 'i', 'n', 't', 'h', 'e', 'f', 'i', 'e', 'l', 'd', 's', ',', 's', 'h', 'a', 'l', 'l', '', 'r', 'i', 's', 'e', 'a', 'n', 'd', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 't', 'o', 'a', 'c', 'l', 'o', 'u', 'd', 'a', 'n', 'd', 't', 'h', 'e', 'n', '', 'f', 'a', 'l', 'l', 'd', 'o', 'w', 'n', 'i', 'n', 'r', 'a', 'i', 'n', '.', '', '', 'A', 'n', 'd', 'n', 'o', 't', 'u', 'n', 'l', 'i', 'k', 'e', 't', 'h', 'e', 'm', 'i', 's', 't', 'h', 'a', 'v', 'e', 'I', 'b', 'e', 'e', 'n', '.', '', '', 'I', 'n', 't', 'h', 'e', 's', 't', 'i', 'l', 'l', 'n', 'e', 's', 's', 'o', 'f', 't', 'h', 'e', 'n', 'i', 'g', 'h', 't', 'I', 'h', 'a', 'v', 'e', '', 'w', 'a', 'l', 'k', 'e', 'd', 'i', 'n', 'y', 'o', 'u', 'r', 's', 't', 'r', 'e', 'e', 't', 's', ',', 'a', 'n', 'd', 'm', 'y', 's', 'p', 'i', 'r', 'i', 't', '', 'h', 'a', 's', 'e', 'n', 't', 'e', 'r', 'e', 'd', 'y', 'o', 'u', 'r', 'h', 'o', 'u', 's', 'e', 's', ',', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'r', 't', '-', 'b', 'e', 'a', 't', 's', 'w', 'e', 'r', 'e', 'i', 'n', 'm', 'y', 'h', 'e', 'a', 'r', 't', ',', '', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'b', 'r', 'e', 'a', 't', 'h', 'w', 'a', 's', 'u', 'p', 'o', 'n', 'm', 'y', 'f', 'a', 'c', 'e', ',', 'a', 'n', 'd', 'I', '', 'k', 'n', 'e', 'w', 'y', 'o', 'u', 'a', 'l', 'l', '.', '', '', 'A', 'y', ',', 'I', 'k', 'n', 'e', 'w', 'y', 'o', 'u', 'r', 'j', 'o', 'y', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'p', 'a', 'i', 'n', ',', '', 'a', 'n', 'd', 'i', 'n', 'y', 'o', 'u', 'r', 's', 'l', 'e', 'e', 'p', 'y', 'o', 'u', 'r', 'd', 'r', 'e', 'a', 'm', 's', 'w', 'e', 'r', 'e', 'm', 'y', '', 'd', 'r', 'e', 'a', 'm', 's', '.', '', '', 'A', 'n', 'd', 'o', 'f', 't', 'e', 'n', 't', 'i', 'm', 'e', 's', 'I', 'w', 'a', 's', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 'a', 'l', 'a', 'k', 'e', '', 'a', 'm', 'o', 'n', 'g', 't', 'h', 'e', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', '.', '', '', 'I', 'm', 'i', 'r', 'r', 'o', 'r', 'e', 'd', 't', 'h', 'e', 's', 'u', 'm', 'm', 'i', 't', 's', 'i', 'n', 'y', 'o', 'u', 'a', 'n', 'd', 't', 'h', 'e', '', 's', 'l', 'o', 'p', 'e', 's', ',', 'a', 'n', 'd', 'e', 'v', 'e', 'n', 't', 'h', 'e', '', 'p', 'a', 's', 's', 'i', 'n', 'g', 'f', 'l', 'o', 'c', 'k', 's', 'o', 'f', 'y', 'o', 'u', 'r', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', 'a', 'n', 'd', 'y', 'o', 'u', 'r', '', 'd', 'e', 's', 'i', 'r', 'e', 's', '.', '', '', 'A', 'n', 'd', 't', 'o', 'm', 'y', 's', 'i', 'l', 'e', 'n', 'c', 'e', 'c', 'a', 'm', 'e', 't', 'h', 'e', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', '', 'o', 'f', 'y', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'i', 'n', 's', 't', 'r', 'e', 'a', 'm', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', '', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 'y', 'o', 'u', 't', 'h', 's', 'i', 'n', 'r', 'i', 'v', 'e', 'r', 's', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'y', 'r', 'e', 'a', 'c', 'h', 'e', 'd', 'm', 'y', 'd', 'e', 'p', 't', 'h', 't', 'h', 'e', '', 's', 't', 'r', 'e', 'a', 'm', 's', 'a', 'n', 'd', 't', 'h', 'e', 'r', 'i', 'v', 'e', 'r', 's', 'c', 'e', 'a', 's', 'e', 'd', 'n', 'o', 't', 'y', 'e', 't', 't', 'o', '', 's', 'i', 'n', 'g', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '1', '1', '9', ']', '', '', 'B', 'u', 't', 's', 'w', 'e', 'e', 't', 'e', 'r', 's', 't', 'i', 'l', 'l', 't', 'h', 'a', 'n', 'l', 'a', 'u', 'g', 'h', 't', 'e', 'r', 'a', 'n', 'd', '', 'g', 'r', 'e', 'a', 't', 'e', 'r', 't', 'h', 'a', 'n', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 'c', 'a', 'm', 'e', 't', 'o', 'm', 'e', '.', '', '', 'I', 't', 'w', 'a', 's', 't', 'h', 'e', 'b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 'i', 'n', 'y', 'o', 'u', ';', '', '', 'T', 'h', 'e', 'v', 'a', 's', 't', 'm', 'a', 'n', 'i', 'n', 'w', 'h', 'o', 'm', 'y', 'o', 'u', 'a', 'r', 'e', 'a', 'l', 'l', 'b', 'u', 't', '', 'c', 'e', 'l', 'l', 's', 'a', 'n', 'd', 's', 'i', 'n', 'e', 'w', 's', ';', '', '', 'H', 'e', 'i', 'n', 'w', 'h', 'o', 's', 'e', 'c', 'h', 'a', 'n', 't', 'a', 'l', 'l', 'y', 'o', 'u', 'r', 's', 'i', 'n', 'g', 'i', 'n', 'g', 'i', 's', '', 'b', 'u', 't', 'a', 's', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's', 't', 'h', 'r', 'o', 'b', 'b', 'i', 'n', 'g', '.', '', '', 'I', 't', 'i', 's', 'i', 'n', 't', 'h', 'e', 'v', 'a', 's', 't', 'm', 'a', 'n', 't', 'h', 'a', 't', 'y', 'o', 'u', 'a', 'r', 'e', 'v', 'a', 's', 't', ',', '', '', 'A', 'n', 'd', 'i', 'n', 'b', 'e', 'h', 'o', 'l', 'd', 'i', 'n', 'g', 'h', 'i', 'm', 't', 'h', 'a', 't', 'I', 'b', 'e', 'h', 'e', 'l', 'd', 'y', 'o', 'u', '', 'a', 'n', 'd', 'l', 'o', 'v', 'e', 'd', 'y', 'o', 'u', '.', '', '', 'F', 'o', 'r', 'w', 'h', 'a', 't', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', 's', 'c', 'a', 'n', 'l', 'o', 'v', 'e', 'r', 'e', 'a', 'c', 'h', 't', 'h', 'a', 't', '', 'a', 'r', 'e', 'n', 'o', 't', 'i', 'n', 't', 'h', 'a', 't', 'v', 'a', 's', 't', 's', 'p', 'h', 'e', 'r', 'e', '?', '', '', 'W', 'h', 'a', 't', 'v', 'i', 's', 'i', 'o', 'n', 's', ',', 'w', 'h', 'a', 't', 'e', 'x', 'p', 'e', 'c', 't', 'a', 't', 'i', 'o', 'n', 's', 'a', 'n', 'd', 'w', 'h', 'a', 't', '', 'p', 'r', 'e', 's', 'u', 'm', 'p', 't', 'i', 'o', 'n', 's', 'c', 'a', 'n', 'o', 'u', 't', 's', 'o', 'a', 'r', 't', 'h', 'a', 't', 'f', 'l', 'i', 'g', 'h', 't', '?', '', '', 'L', 'i', 'k', 'e', 'a', 'g', 'i', 'a', 'n', 't', 'o', 'a', 'k', 't', 'r', 'e', 'e', 'c', 'o', 'v', 'e', 'r', 'e', 'd', 'w', 'i', 't', 'h', 'a', 'p', 'p', 'l', 'e', '', 'b', 'l', 'o', 's', 's', 'o', 'm', 's', 'i', 's', 't', 'h', 'e', 'v', 'a', 's', 't', 'm', 'a', 'n', 'i', 'n', 'y', 'o', 'u', '.', 'b', 'i', 'n', 'd', 's', 'y', 'o', 'u', 't', 'o', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', ',', 'h', 'i', 's', '', 'f', 'r', 'a', 'g', 'r', 'a', 'n', 'c', 'e', 'l', 'i', 'f', 't', 's', 'y', 'o', 'u', 'i', 'n', 't', 'o', 's', 'p', 'a', 'c', 'e', ',', 'a', 'n', 'd', 'i', 'n', '', 'h', 'i', 's', 'd', 'u', 'r', 'a', 'b', 'i', 'l', 'i', 't', 'y', 'y', 'o', 'u', 'a', 'r', 'e', 'd', 'e', 'a', 't', 'h', 'l', 'e', 's', 's', '.', '', '', '*', '*', '*', '*', '*', '', '', 'Y', 'o', 'u', 'h', 'a', 'v', 'e', 'b', 'e', 'e', 'n', 't', 'o', 'l', 'd', 't', 'h', 'a', 't', ',', 'e', 'v', 'e', 'n', 'l', 'i', 'k', 'e', 'a', '', 'c', 'h', 'a', 'i', 'n', ',', 'y', 'o', 'u', 'a', 'r', 'e', 'a', 's', 'w', 'e', 'a', 'k', 'a', 's', 'y', 'o', 'u', 'r', 'w', 'e', 'a', 'k', 'e', 's', 't', '', 'l', 'i', 'n', 'k', '.', '', '', 'T', 'h', 'i', 's', 'i', 's', 'b', 'u', 't', 'h', 'a', 'l', 'f', 't', 'h', 'e', 't', 'r', 'u', 't', 'h', '.', 'Y', 'o', 'u', 'a', 'r', 'e', 'a', 'l', 's', 'o', '', 'a', 's', 's', 't', 'r', 'o', 'n', 'g', 'a', 's', 'y', 'o', 'u', 'r', 's', 't', 'r', 'o', 'n', 'g', 'e', 's', 't', 'l', 'i', 'n', 'k', '.', '', '', 'T', 'o', 'm', 'e', 'a', 's', 'u', 'r', 'e', 'y', 'o', 'u', 'b', 'y', 'y', 'o', 'u', 'r', 's', 'm', 'a', 'l', 'l', 'e', 's', 't', 'd', 'e', 'e', 'd', '', 'i', 's', 't', 'o', 'r', 'e', 'c', 'k', 'o', 'n', 't', 'h', 'e', 'p', 'o', 'w', 'e', 'r', 'o', 'f', 'o', 'c', 'e', 'a', 'n', 'b', 'y', 't', 'h', 'e', '', 'f', 'r', 'a', 'i', 'l', 't', 'y', 'o', 'f', 'i', 't', 's', 'f', 'o', 'a', 'm', '.', '', '', 'T', 'o', 'j', 'u', 'd', 'g', 'e', 'y', 'o', 'u', 'b', 'y', 'y', 'o', 'u', 'r', 'f', 'a', 'i', 'l', 'u', 'r', 'e', 's', 'i', 's', 't', 'o', '', 'c', 'a', 's', 't', 'b', 'l', 'a', 'm', 'e', 'u', 'p', 'o', 'n', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', 'f', 'o', 'r', 't', 'h', 'e', 'i', 'r', '', 'i', 'n', 'c', 'o', 'n', 's', 't', 'a', 'n', 'c', 'y', '.', '', '', 'A', 'y', ',', 'y', 'o', 'u', 'a', 'r', 'e', 'l', 'i', 'k', 'e', 'a', 'n', 'o', 'c', 'e', 'a', 'n', ',', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'h', 'e', 'a', 'v', 'y', '-', 'g', 'r', 'o', 'u', 'n', 'd', 'e', 'd', 's', 'h', 'i', 'p', 's', 'a', 'w', 'a', 'i', 't', '', 't', 'h', 'e', 't', 'i', 'd', 'e', 'u', 'p', 'o', 'n', 'y', 'o', 'u', 'r', 's', 'h', 'o', 'r', 'e', 's', ',', 'y', 'e', 't', ',', 'e', 'v', 'e', 'n', '', 'l', 'i', 'k', 'e', 'a', 'n', 'o', 'c', 'e', 'a', 'n', ',', 'y', 'o', 'u', 'c', 'a', 'n', 'n', 'o', 't', 'h', 'a', 's', 't', 'e', 'n', 'y', 'o', 'u', 'r', '', 't', 'i', 'd', 'e', 's', '.', '', '', 'A', 'n', 'd', 'l', 'i', 'k', 'e', 't', 'h', 'e', 's', 'e', 'a', 's', 'o', 'n', 's', 'y', 'o', 'u', 'a', 'r', 'e', 'a', 'l', 's', 'o', ',', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'w', 'i', 'n', 't', 'e', 'r', 'y', 'o', 'u', 'd', 'e', 'n', 'y', 'y', 'o', 'u', 'r', '', 's', 'p', 'r', 'i', 'n', 'g', ',', '', '', 'Y', 'e', 't', 's', 'p', 'r', 'i', 'n', 'g', ',', 'r', 'e', 'p', 'o', 's', 'i', 'n', 'g', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', ',', 's', 'm', 'i', 'l', 'e', 's', '', 'i', 'n', 'h', 'e', 'r', 'd', 'r', 'o', 'w', 's', 'i', 'n', 'e', 's', 's', 'a', 'n', 'd', 'i', 's', 'n', 'o', 't', 'o', 'f', 'f', 'e', 'n', 'd', 'e', 'd', '.', '', 'n', 'o', 't', 'I', 's', 'a', 'y', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'i', 'n', '', 'o', 'r', 'd', 'e', 'r', 't', 'h', 'a', 't', 'y', 'o', 'u', 'm', 'a', 'y', 's', 'a', 'y', 't', 'h', 'e', 'o', 'n', 'e', 't', 'o', 't', 'h', 'e', '', 'o', 't', 'h', 'e', 'r', ',', '“', 'H', 'e', 'p', 'r', 'a', 'i', 's', 'e', 'd', 'u', 's', 'w', 'e', 'l', 'l', '.', 'H', 'e', 's', 'a', 'w', 'b', 'u', 't', '', 't', 'h', 'e', 'g', 'o', 'o', 'd', 'i', 'n', 'u', 's', '.', '”', '', '', 'I', 'o', 'n', 'l', 'y', 's', 'p', 'e', 'a', 'k', 't', 'o', 'y', 'o', 'u', 'i', 'n', 'w', 'o', 'r', 'd', 's', 'o', 'f', 't', 'h', 'a', 't', '', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', 'k', 'n', 'o', 'w', 'i', 'n', 't', 'h', 'o', 'u', 'g', 'h', 't', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'i', 's', 'w', 'o', 'r', 'd', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'b', 'u', 't', 'a', 's', 'h', 'a', 'd', 'o', 'w', '', 'o', 'f', 'w', 'o', 'r', 'd', 'l', 'e', 's', 's', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', '?', '', '', 'Y', 'o', 'u', 'r', 't', 'h', 'o', 'u', 'g', 'h', 't', 's', 'a', 'n', 'd', 'm', 'y', 'w', 'o', 'r', 'd', 's', 'a', 'r', 'e', 'w', 'a', 'v', 'e', 's', '', 'f', 'r', 'o', 'm', 'a', 's', 'e', 'a', 'l', 'e', 'd', 'm', 'e', 'm', 'o', 'r', 'y', 't', 'h', 'a', 't', 'k', 'e', 'e', 'p', 's', 'r', 'e', 'c', 'o', 'r', 'd', 's', '', 'o', 'f', 'o', 'u', 'r', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', 's', ',', '', '', 'A', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'a', 'n', 'c', 'i', 'e', 'n', 't', 'd', 'a', 'y', 's', 'w', 'h', 'e', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', '', 'k', 'n', 'e', 'w', 'n', 'o', 't', 'u', 's', 'n', 'o', 'r', 'h', 'e', 'r', 's', 'e', 'l', 'f', ',', '', '', 'A', 'n', 'd', 'o', 'f', 'n', 'i', 'g', 'h', 't', 's', 'w', 'h', 'e', 'n', 'e', 'a', 'r', 't', 'h', 'w', 'a', 's', 'u', 'p', '-', 'w', 'r', 'o', 'u', 'g', 'h', 't', '', 'w', 'i', 't', 'h', 'c', 'o', 'n', 'f', 'u', 's', 'i', 'o', 'n', '.', '', '', '*', '*', '*', '*', '*', '', '', 'W', 'i', 's', 'e', 'm', 'e', 'n', 'h', 'a', 'v', 'e', 'c', 'o', 'm', 'e', 't', 'o', 'y', 'o', 'u', 't', 'o', 'g', 'i', 'v', 'e', 'y', 'o', 'u', '', 'o', 'f', 't', 'h', 'e', 'i', 'r', 'w', 'i', 's', 'd', 'o', 'm', '.', 'I', 'c', 'a', 'm', 'e', 't', 'o', 't', 'a', 'k', 'e', 'o', 'f', 'y', 'o', 'u', 'r', '', 'w', 'i', 's', 'd', 'o', 'm', ':', '', '', 'A', 'n', 'd', 'b', 'e', 'h', 'o', 'l', 'd', 'I', 'h', 'a', 'v', 'e', 'f', 'o', 'u', 'n', 'd', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', '', 'g', 'r', 'e', 'a', 't', 'e', 'r', 't', 'h', 'a', 'n', 'w', 'i', 's', 'd', 'o', 'm', '.', '', '', 'I', 't', 'i', 's', 'a', 'f', 'l', 'a', 'm', 'e', 's', 'p', 'i', 'r', 'i', 't', 'i', 'n', 'y', 'o', 'u', 'e', 'v', 'e', 'r', '', 'g', 'a', 't', 'h', 'e', 'r', 'i', 'n', 'g', 'm', 'o', 'r', 'e', 'o', 'f', 'i', 't', 's', 'e', 'l', 'f', ',', '', '', 'W', 'h', 'i', 'l', 'e', 'y', 'o', 'u', ',', 'h', 'e', 'e', 'd', 'l', 'e', 's', 's', 'o', 'f', 'i', 't', 's', 'e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n', ',', '', 'b', 'e', 'w', 'a', 'i', 'l', 't', 'h', 'e', 'w', 'i', 't', 'h', 'e', 'r', 'i', 'n', 'g', 'o', 'f', 'y', 'o', 'u', 'r', 'd', 'a', 'y', 's', '.', '', 'i', 's', 'l', 'i', 'f', 'e', 'i', 'n', 'q', 'u', 'e', 's', 't', 'o', 'f', 'l', 'i', 'f', 'e', 'i', 'n', '', 'b', 'o', 'd', 'i', 'e', 's', 't', 'h', 'a', 't', 'f', 'e', 'a', 'r', 't', 'h', 'e', 'g', 'r', 'a', 'v', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 'n', 'o', 'g', 'r', 'a', 'v', 'e', 's', 'h', 'e', 'r', 'e', '.', '', '', 'T', 'h', 'e', 's', 'e', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 's', 'a', 'n', 'd', 'p', 'l', 'a', 'i', 'n', 's', 'a', 'r', 'e', 'a', 'c', 'r', 'a', 'd', 'l', 'e', '', 'a', 'n', 'd', 'a', 's', 't', 'e', 'p', 'p', 'i', 'n', 'g', '-', 's', 't', 'o', 'n', 'e', '.', '', '', 'W', 'h', 'e', 'n', 'e', 'v', 'e', 'r', 'y', 'o', 'u', 'p', 'a', 's', 's', 'b', 'y', 't', 'h', 'e', 'f', 'i', 'e', 'l', 'd', 'w', 'h', 'e', 'r', 'e', '', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'l', 'a', 'i', 'd', 'y', 'o', 'u', 'r', 'a', 'n', 'c', 'e', 's', 't', 'o', 'r', 's', 'l', 'o', 'o', 'k', 'w', 'e', 'l', 'l', '', 't', 'h', 'e', 'r', 'e', 'u', 'p', 'o', 'n', ',', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', 'y', 'o', 'u', 'r', 's', 'e', 'l', 'v', 'e', 's', '', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'c', 'h', 'i', 'l', 'd', 'r', 'e', 'n', 'd', 'a', 'n', 'c', 'i', 'n', 'g', 'h', 'a', 'n', 'd', 'i', 'n', 'h', 'a', 'n', 'd', '.', '', '', 'V', 'e', 'r', 'i', 'l', 'y', 'y', 'o', 'u', 'o', 'f', 't', 'e', 'n', 'm', 'a', 'k', 'e', 'm', 'e', 'r', 'r', 'y', 'w', 'i', 't', 'h', 'o', 'u', 't', '', 'k', 'n', 'o', 'w', 'i', 'n', 'g', '.', '', '', 'O', 't', 'h', 'e', 'r', 's', 'h', 'a', 'v', 'e', 'c', 'o', 'm', 'e', 't', 'o', 'y', 'o', 'u', 't', 'o', 'w', 'h', 'o', 'm', 'f', 'o', 'r', '', 'g', 'o', 'l', 'd', 'e', 'n', 'p', 'r', 'o', 'm', 'i', 's', 'e', 's', 'm', 'a', 'd', 'e', 'u', 'n', 't', 'o', 'y', 'o', 'u', 'r', 'f', 'a', 'i', 't', 'h', '', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'g', 'i', 'v', 'e', 'n', 'b', 'u', 't', 'r', 'i', 'c', 'h', 'e', 's', 'a', 'n', 'd', 'p', 'o', 'w', 'e', 'r', 'a', 'n', 'd', '', 'g', 'l', 'o', 'r', 'y', '.', '', '', 'L', 'e', 's', 's', 't', 'h', 'a', 'n', 'a', 'p', 'r', 'o', 'm', 'i', 's', 'e', 'h', 'a', 'v', 'e', 'I', 'g', 'i', 'v', 'e', 'n', ',', 'a', 'n', 'd', '', 'y', 'e', 't', 'm', 'o', 'r', 'e', 'g', 'e', 'n', 'e', 'r', 'o', 'u', 's', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'b', 'e', 'e', 'n', 't', 'o', 'm', 'e', '.', '', '', 'Y', 'o', 'u', 'h', 'a', 'v', 'e', 'g', 'i', 'v', 'e', 'n', 'm', 'e', 'm', 'y', 'd', 'e', 'e', 'p', 'e', 'r', 't', 'h', 'i', 'r', 's', 't', 'i', 'n', 'g', '', 'a', 'f', 't', 'e', 'r', 'l', 'i', 'f', 'e', '.', '', '', 'S', 'u', 'r', 'e', 'l', 'y', 't', 'h', 'e', 'r', 'e', 'i', 's', 'n', 'o', 'g', 'r', 'e', 'a', 't', 'e', 'r', 'g', 'i', 'f', 't', 't', 'o', 'a', 'm', 'a', 'n', '', 't', 'h', 'a', 'n', 't', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 't', 'u', 'r', 'n', 's', 'a', 'l', 'l', 'h', 'i', 's', 'a', 'i', 'm', 's', '', 'i', 'n', 't', 'o', 'p', 'a', 'r', 'c', 'h', 'i', 'n', 'g', 'l', 'i', 'p', 's', 'a', 'n', 'd', 'a', 'l', 'l', 'l', 'i', 'f', 'e', 'i', 'n', 't', 'o', 'a', '', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '.', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '1', '2', '5', ']', '', '', 'i', 'n', 't', 'h', 'i', 's', 'l', 'i', 'e', 's', 'm', 'y', 'h', 'o', 'n', 'o', 'u', 'r', 'a', 'n', 'd', 'm', 'y', '', 'r', 'e', 'w', 'a', 'r', 'd', ',', '-', '-', '', '', 'T', 'h', 'a', 't', 'w', 'h', 'e', 'n', 'e', 'v', 'e', 'r', 'I', 'c', 'o', 'm', 'e', 't', 'o', 't', 'h', 'e', 'f', 'o', 'u', 'n', 't', 'a', 'i', 'n', '', 't', 'o', 'd', 'r', 'i', 'n', 'k', 'I', 'f', 'i', 'n', 'd', 't', 'h', 'e', 'l', 'i', 'v', 'i', 'n', 'g', 'w', 'a', 't', 'e', 'r', 'i', 't', 's', 'e', 'l', 'f', '', 't', 'h', 'i', 'r', 's', 't', 'y', ';', '', '', 'A', 'n', 'd', 'i', 't', 'd', 'r', 'i', 'n', 'k', 's', 'm', 'e', 'w', 'h', 'i', 'l', 'e', 'I', 'd', 'r', 'i', 'n', 'k', 'i', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'd', 'e', 'e', 'm', 'e', 'd', 'm', 'e', 'p', 'r', 'o', 'u', 'd', 'a', 'n', 'd', '', 'o', 'v', 'e', 'r', '-', 's', 'h', 'y', 't', 'o', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'g', 'i', 'f', 't', 's', '.', '', '', 'T', 'o', 'o', 'p', 'r', 'o', 'u', 'd', 'i', 'n', 'd', 'e', 'e', 'd', 'a', 'm', 'I', 't', 'o', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'w', 'a', 'g', 'e', 's', ',', '', 'b', 'u', 't', 'n', 'o', 't', 'g', 'i', 'f', 't', 's', '.', '', '', 'A', 'n', 'd', 't', 'h', 'o', 'u', 'g', 'h', 'I', 'h', 'a', 'v', 'e', 'e', 'a', 't', 'e', 'n', 'b', 'e', 'r', 'r', 'i', 'e', 's', 'a', 'm', 'o', 'n', 'g', '', 't', 'h', 'e', 'h', 'i', 'l', 'l', 's', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 'h', 'a', 'd', 'm', 'e', 's', 'i', 't', '', 'a', 't', 'y', 'o', 'u', 'r', 'b', 'o', 'a', 'r', 'd', ',', '', '', 'A', 'n', 'd', 's', 'l', 'e', 'p', 't', 'i', 'n', 't', 'h', 'e', 'p', 'o', 'r', 't', 'i', 'c', 'o', 'o', 'f', 't', 'h', 'e', 't', 'e', 'm', 'p', 'l', 'e', '', 'w', 'h', 'e', 'n', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'g', 'l', 'a', 'd', 'l', 'y', 'h', 'a', 'v', 'e', 's', 'h', 'e', 'l', 't', 'e', 'r', 'e', 'd', 'm', 'e', ',', '', '', 'Y', 'e', 't', 'w', 'a', 's', 'i', 't', 'n', 'o', 't', 'y', 'o', 'u', 'r', 'l', 'o', 'v', 'i', 'n', 'g', 'm', 'i', 'n', 'd', 'f', 'u', 'l', 'n', 'e', 's', 's', '', 'o', 'f', 'm', 'y', 'd', 'a', 'y', 's', 'a', 'n', 'd', 'm', 'y', 'n', 'i', 'g', 'h', 't', 's', 't', 'h', 'a', 't', 'm', 'a', 'd', 'e', 'f', 'o', 'o', 'd', '', 's', 'w', 'e', 'e', 't', 't', 'o', 'm', 'y', 'm', 'o', 'u', 't', 'h', 'a', 'n', 'd', 'g', 'i', 'r', 'd', 'l', 'e', 'd', 'm', 'y', 's', 'l', 'e', 'e', 'p', '', 'w', 'i', 't', 'h', 'v', 'i', 's', 'i', 'o', 'n', 's', '?', '', '', 'F', 'o', 'r', 't', 'h', 'i', 's', 'I', 'b', 'l', 'e', 's', 's', 'y', 'o', 'u', 'm', 'o', 's', 't', ':', '', '', 'Y', 'o', 'u', 'g', 'i', 'v', 'e', 'm', 'u', 'c', 'h', 'a', 'n', 'd', 'k', 'n', 'o', 'w', 'n', 'o', 't', 't', 'h', 'a', 't', 'y', 'o', 'u', 'g', 'i', 'v', 'e', '', 'a', 't', 'a', 'l', 'l', '.', 't', 'h', 'e', 'k', 'i', 'n', 'd', 'n', 'e', 's', 's', 't', 'h', 'a', 't', '', 'g', 'a', 'z', 'e', 's', 'u', 'p', 'o', 'n', 'i', 't', 's', 'e', 'l', 'f', 'i', 'n', 'a', 'm', 'i', 'r', 'r', 'o', 'r', 't', 'u', 'r', 'n', 's', 't', 'o', '', 's', 't', 'o', 'n', 'e', ',', '', '', 'A', 'n', 'd', 'a', 'g', 'o', 'o', 'd', 'd', 'e', 'e', 'd', 't', 'h', 'a', 't', 'c', 'a', 'l', 'l', 's', 'i', 't', 's', 'e', 'l', 'f', 'b', 'y', '', 't', 'e', 'n', 'd', 'e', 'r', 'n', 'a', 'm', 'e', 's', 'b', 'e', 'c', 'o', 'm', 'e', 's', 't', 'h', 'e', 'p', 'a', 'r', 'e', 'n', 't', 't', 'o', 'a', '', 'c', 'u', 'r', 's', 'e', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 's', 'o', 'm', 'e', 'o', 'f', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'c', 'a', 'l', 'l', 'e', 'd', 'm', 'e', 'a', 'l', 'o', 'o', 'f', ',', '', 'a', 'n', 'd', 'd', 'r', 'u', 'n', 'k', 'w', 'i', 't', 'h', 'm', 'y', 'o', 'w', 'n', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ',', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 's', 'a', 'i', 'd', ',', '“', 'H', 'e', 'h', 'o', 'l', 'd', 's', 'c', 'o', 'u', 'n', 'c', 'i', 'l', '', 'w', 'i', 't', 'h', 't', 'h', 'e', 't', 'r', 'e', 'e', 's', 'o', 'f', 't', 'h', 'e', 'f', 'o', 'r', 'e', 's', 't', ',', 'b', 'u', 't', 'n', 'o', 't', '', 'w', 'i', 't', 'h', 'm', 'e', 'n', '.', '', '', 'H', 'e', 's', 'i', 't', 's', 'a', 'l', 'o', 'n', 'e', 'o', 'n', 'h', 'i', 'l', 'l', '-', 't', 'o', 'p', 's', 'a', 'n', 'd', 'l', 'o', 'o', 'k', 's', '', 'd', 'o', 'w', 'n', 'u', 'p', 'o', 'n', 'o', 'u', 'r', 'c', 'i', 't', 'y', '.', '”', '', '', 'T', 'r', 'u', 'e', 'i', 't', 'i', 's', 't', 'h', 'a', 't', 'I', 'h', 'a', 'v', 'e', 'c', 'l', 'i', 'm', 'b', 'e', 'd', 't', 'h', 'e', 'h', 'i', 'l', 'l', 's', '', 'a', 'n', 'd', 'w', 'a', 'l', 'k', 'e', 'd', 'i', 'n', 'r', 'e', 'm', 'o', 't', 'e', 'p', 'l', 'a', 'c', 'e', 's', '.', '', '', 'H', 'o', 'w', 'c', 'o', 'u', 'l', 'd', 'I', 'h', 'a', 'v', 'e', 's', 'e', 'e', 'n', 'y', 'o', 'u', 's', 'a', 'v', 'e', 'f', 'r', 'o', 'm', 'a', '', 'g', 'r', 'e', 'a', 't', 'h', 'e', 'i', 'g', 'h', 't', 'o', 'r', 'a', 'g', 'r', 'e', 'a', 't', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', '?', '', '', 'H', 'o', 'w', 'c', 'a', 'n', 'o', 'n', 'e', 'b', 'e', 'i', 'n', 'd', 'e', 'e', 'd', 'n', 'e', 'a', 'r', 'u', 'n', 'l', 'e', 's', 's', 'h', 'e', 'b', 'e', '', 't', 'a', 'r', '?', '', '', 'A', 'n', 'd', 'o', 't', 'h', 'e', 'r', 's', 'a', 'm', 'o', 'n', 'g', 'y', 'o', 'u', 'c', 'a', 'l', 'l', 'e', 'd', 'u', 'n', 't', 'o', 'm', 'e', ',', 'n', 'o', 't', '', 'i', 'n', 'w', 'o', 'r', 'd', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'y', 's', 'a', 'i', 'd', ',', '', '', '“', 'S', 't', 'r', 'a', 'n', 'g', 'e', 'r', ',', 's', 't', 'r', 'a', 'n', 'g', 'e', 'r', ',', 'l', 'o', 'v', 'e', 'r', 'o', 'f', '', 'u', 'n', 'r', 'e', 'a', 'c', 'h', 'a', 'b', 'l', 'e', 'h', 'e', 'i', 'g', 'h', 't', 's', ',', 'w', 'h', 'y', 'd', 'w', 'e', 'l', 'l', 'y', 'o', 'u', 'a', 'm', 'o', 'n', 'g', '', 't', 'h', 'e', 's', 'u', 'm', 'm', 'i', 't', 's', 'w', 'h', 'e', 'r', 'e', 'e', 'a', 'g', 'l', 'e', 's', 'b', 'u', 'i', 'l', 'd', '', 't', 'h', 'e', 'i', 'r', 'n', 'e', 's', 't', 's', '?', 's', 'e', 'e', 'k', 'y', 'o', 'u', 't', 'h', 'e', '', 'u', 'n', 'a', 't', 't', 'a', 'i', 'n', 'a', 'b', 'l', 'e', '?', '', '', 'W', 'h', 'a', 't', 's', 't', 'o', 'r', 'm', 's', 'w', 'o', 'u', 'l', 'd', 'y', 'o', 'u', 't', 'r', 'a', 'p', 'i', 'n', 'y', 'o', 'u', 'r', 'n', 'e', 't', ',', '', '', 'A', 'n', 'd', 'w', 'h', 'a', 't', 'v', 'a', 'p', 'o', 'r', 'o', 'u', 's', 'b', 'i', 'r', 'd', 's', 'd', 'o', 'y', 'o', 'u', 'h', 'u', 'n', 't', 'i', 'n', '', 't', 'h', 'e', 's', 'k', 'y', '?', '', '', 'C', 'o', 'm', 'e', 'a', 'n', 'd', 'b', 'e', 'o', 'n', 'e', 'o', 'f', 'u', 's', '.', '', '', 'D', 'e', 's', 'c', 'e', 'n', 'd', 'a', 'n', 'd', 'a', 'p', 'p', 'e', 'a', 's', 'e', 'y', 'o', 'u', 'r', 'h', 'u', 'n', 'g', 'e', 'r', 'w', 'i', 't', 'h', 'o', 'u', 'r', '', 'b', 'r', 'e', 'a', 'd', 'a', 'n', 'd', 'q', 'u', 'e', 'n', 'c', 'h', 'y', 'o', 'u', 'r', 't', 'h', 'i', 'r', 's', 't', 'w', 'i', 't', 'h', 'o', 'u', 'r', '', 'w', 'i', 'n', 'e', '.', '”', '', '', 'I', 'n', 't', 'h', 'e', 's', 'o', 'l', 'i', 't', 'u', 'd', 'e', 'o', 'f', 't', 'h', 'e', 'i', 'r', 's', 'o', 'u', 'l', 's', 't', 'h', 'e', 'y', 's', 'a', 'i', 'd', '', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', ';', '', '', 'B', 'u', 't', 'w', 'e', 'r', 'e', 't', 'h', 'e', 'i', 'r', 's', 'o', 'l', 'i', 't', 'u', 'd', 'e', 'd', 'e', 'e', 'p', 'e', 'r', 't', 'h', 'e', 'y', '', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 'k', 'n', 'o', 'w', 'n', 't', 'h', 'a', 't', 'I', 's', 'o', 'u', 'g', 'h', 't', 'b', 'u', 't', 't', 'h', 'e', '', 's', 'e', 'c', 'r', 'e', 't', 'o', 'f', 'y', 'o', 'u', 'r', 'j', 'o', 'y', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 'p', 'a', 'i', 'n', ',', '', '', 'A', 'n', 'd', 'I', 'h', 'u', 'n', 't', 'e', 'd', 'o', 'n', 'l', 'y', 'y', 'o', 'u', 'r', 'l', 'a', 'r', 'g', 'e', 'r', 's', 'e', 'l', 'v', 'e', 's', '', 't', 'h', 'a', 't', 'w', 'a', 'l', 'k', 't', 'h', 'e', 's', 'k', 'y', '.', '', '', '*', '*', '*', '*', '*', '', '', 'B', 'u', 't', 't', 'h', 'e', 'h', 'u', 'n', 't', 'e', 'r', 'w', 'a', 's', 'a', 'l', 's', 'o', 't', 'h', 'e', 'h', 'u', 'n', 't', 'e', 'd', ';', '', '', 'F', 'o', 'r', 'm', 'a', 'n', 'y', 'o', 'f', 'm', 'y', 'a', 'r', 'r', 'o', 'w', 's', 'l', 'e', 'f', 't', 'm', 'y', 'b', 'o', 'w', 'o', 'n', 'l', 'y', '', 't', 'o', 's', 'e', 'e', 'k', 'm', 'y', 'o', 'w', 'n', 'b', 'r', 'e', 'a', 's', 't', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'f', 'l', 'i', 'e', 'r', 'w', 'a', 's', 'a', 'l', 's', 'o', 't', 'h', 'e', 'c', 'r', 'e', 'e', 'p', 'e', 'r', ';', '', '', 'F', 'o', 'r', 'w', 'h', 'e', 'n', 'm', 'y', 'w', 'i', 'n', 'g', 's', 'w', 'e', 'r', 'e', 's', 'p', 'r', 'e', 'a', 'd', 'i', 'n', 't', 'h', 'e', '', 's', 'u', 'n', 't', 'h', 'e', 'i', 'r', 's', 'h', 'a', 'd', 'o', 'w', 'u', 'p', 'o', 'n', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'w', 'a', 's', 'a', '', 't', 'u', 'r', 't', 'l', 'e', '.', '', '', 'A', 'n', 'd', 'I', 't', 'h', 'e', 'b', 'e', 'l', 'i', 'e', 'v', 'e', 'r', 'w', 'a', 's', 'a', 'l', 's', 'o', 't', 'h', 'e', 'd', 'o', 'u', 'b', 't', 'e', 'r', ';', '', 'o', 'f', 't', 'e', 'n', 'h', 'a', 'v', 'e', 'I', 'p', 'u', 't', 'm', 'y', 'f', 'i', 'n', 'g', 'e', 'r', '', 'i', 'n', 'm', 'y', 'o', 'w', 'n', 'w', 'o', 'u', 'n', 'd', 't', 'h', 'a', 't', 'I', 'm', 'i', 'g', 'h', 't', 'h', 'a', 'v', 'e', 't', 'h', 'e', '', 'g', 'r', 'e', 'a', 't', 'e', 'r', 'b', 'e', 'l', 'i', 'e', 'f', 'i', 'n', 'y', 'o', 'u', 'a', 'n', 'd', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 'e', 'r', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 'o', 'f', 'y', 'o', 'u', '.', '', '', '*', '*', '*', '*', '*', '', '', 'A', 'n', 'd', 'i', 't', 'i', 's', 'w', 'i', 't', 'h', 't', 'h', 'i', 's', 'b', 'e', 'l', 'i', 'e', 'f', 'a', 'n', 'd', 't', 'h', 'i', 's', '', 'k', 'n', 'o', 'w', 'l', 'e', 'd', 'g', 'e', 't', 'h', 'a', 't', 'I', 's', 'a', 'y', ',', '', '', 'Y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'e', 'n', 'c', 'l', 'o', 's', 'e', 'd', 'w', 'i', 't', 'h', 'i', 'n', 'y', 'o', 'u', 'r', 'b', 'o', 'd', 'i', 'e', 's', ',', '', 'n', 'o', 'r', 'c', 'o', 'n', 'f', 'i', 'n', 'e', 'd', 't', 'o', 'h', 'o', 'u', 's', 'e', 's', 'o', 'r', 'f', 'i', 'e', 'l', 'd', 's', '.', '', '', 'T', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 'i', 's', 'y', 'o', 'u', 'd', 'w', 'e', 'l', 'l', 's', 'a', 'b', 'o', 'v', 'e', 't', 'h', 'e', '', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 'a', 'n', 'd', 'r', 'o', 'v', 'e', 's', 'w', 'i', 't', 'h', 't', 'h', 'e', 'w', 'i', 'n', 'd', '.', '', '', 'I', 't', 'i', 's', 'n', 'o', 't', 'a', 't', 'h', 'i', 'n', 'g', 't', 'h', 'a', 't', 'c', 'r', 'a', 'w', 'l', 's', 'i', 'n', 't', 'o', '', 't', 'h', 'e', 's', 'u', 'n', 'f', 'o', 'r', 'w', 'a', 'r', 'm', 't', 'h', 'o', 'r', 'd', 'i', 'g', 's', 'h', 'o', 'l', 'e', 's', 'i', 'n', 't', 'o', '', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', 'f', 'o', 'r', 's', 'a', 'f', 'e', 't', 'y', ',', '', '', 'B', 'u', 't', 'a', 't', 'h', 'i', 'n', 'g', 'f', 'r', 'e', 'e', ',', 'a', 's', 'p', 'i', 'r', 'i', 't', 't', 'h', 'a', 't', 'e', 'n', 'v', 'e', 'l', 'o', 'p', 's', '', 't', 'h', 'e', 'e', 'a', 'r', 't', 'h', 'a', 'n', 'd', 'm', 'o', 'v', 'e', 's', 'i', 'n', 't', 'h', 'e', 'e', 't', 'h', 'e', 'r', '.', '', '', 'I', 'f', 't', 'h', 'e', 's', 'e', 'b', 'e', 'v', 'a', 'g', 'u', 'e', 'w', 'o', 'r', 'd', 's', ',', 't', 'h', 'e', 'n', 's', 'e', 'e', 'k', 'n', 'o', 't', '', 't', 'o', 'c', 'l', 'e', 'a', 'r', 't', 'h', 'e', 'm', '.', '', '', 'V', 'a', 'g', 'u', 'e', 'a', 'n', 'd', 'n', 'e', 'b', 'u', 'l', 'o', 'u', 's', 'i', 's', 't', 'h', 'e', 'b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g', 'o', 'f', '', 'a', 'l', 'l', 't', 'h', 'i', 'n', 'g', 's', ',', 'b', 'u', 't', 'n', 'o', 't', 't', 'h', 'e', 'i', 'r', 'e', 'n', 'd', ',', '', '', 'A', 'n', 'd', 'I', 'f', 'a', 'i', 'n', 'w', 'o', 'u', 'l', 'd', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'm', 'e', 'a', 's', '', 'a', 'b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g', '.', '', '', 'L', 'i', 'f', 'e', ',', 'a', 'n', 'd', 'a', 'l', 'l', 't', 'h', 'a', 't', 'l', 'i', 'v', 'e', 's', ',', 'i', 's', 'c', 'o', 'n', 'c', 'e', 'i', 'v', 'e', 'd', '', 'i', 'n', 't', 'h', 'e', 'm', 'i', 's', 't', 'a', 'n', 'd', 'n', 'o', 't', 'i', 'n', 't', 'h', 'e', 'c', 'r', 'y', 's', 't', 'a', 'l', '.', '', 'w', 'h', 'o', 'k', 'n', 'o', 'w', 's', 'b', 'u', 't', 'a', 'c', 'r', 'y', 's', 't', 'a', 'l', 'i', 's', 'm', 'i', 's', 't', '', 'i', 'n', 'd', 'e', 'c', 'a', 'y', '?', '', '', '*', '*', '*', '*', '*', '', '', 'T', 'h', 'i', 's', 'w', 'o', 'u', 'l', 'd', 'I', 'h', 'a', 'v', 'e', 'y', 'o', 'u', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g', 'm', 'e', ':', '', '', 'T', 'h', 'a', 't', 'w', 'h', 'i', 'c', 'h', 's', 'e', 'e', 'm', 's', 'm', 'o', 's', 't', 'f', 'e', 'e', 'b', 'l', 'e', 'a', 'n', 'd', '', 'b', 'e', 'w', 'i', 'l', 'd', 'e', 'r', 'e', 'd', 'i', 'n', 'y', 'o', 'u', 'i', 's', 't', 'h', 'e', 's', 't', 'r', 'o', 'n', 'g', 'e', 's', 't', 'a', 'n', 'd', '', 'm', 'o', 's', 't', 'd', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e', 'd', '.', '', '', 'I', 's', 'i', 't', 'n', 'o', 't', 'y', 'o', 'u', 'r', 'b', 'r', 'e', 'a', 't', 'h', 't', 'h', 'a', 't', 'h', 'a', 's', 'e', 'r', 'e', 'c', 't', 'e', 'd', '', 'a', 'n', 'd', 'h', 'a', 'r', 'd', 'e', 'n', 'e', 'd', 't', 'h', 'e', 's', 't', 'r', 'u', 'c', 't', 'u', 'r', 'e', 'o', 'f', 'y', 'o', 'u', 'r', '', 'b', 'o', 'n', 'e', 's', '?', '', '', 'A', 'n', 'd', 'i', 's', 'i', 't', 'n', 'o', 't', 'a', 'd', 'r', 'e', 'a', 'm', 'w', 'h', 'i', 'c', 'h', 'n', 'o', 'n', 'e', 'o', 'f', 'y', 'o', 'u', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'h', 'a', 'v', 'i', 'n', 'g', 'd', 'r', 'e', 'a', 'm', 't', ',', 't', 'h', 'a', 't', 'b', 'u', 'i', 'l', 'd', 'e', 'd', '', 'y', 'o', 'u', 'r', 'c', 'i', 't', 'y', 'a', 'n', 'd', 'f', 'a', 's', 'h', 'i', 'o', 'n', 'e', 'd', 'a', 'l', 'l', 't', 'h', 'e', 'r', 'e', 'i', 's', 'i', 'n', '', 'i', 't', '?', '', '', 'C', 'o', 'u', 'l', 'd', 'y', 'o', 'u', 'b', 'u', 't', 's', 'e', 'e', 't', 'h', 'e', 't', 'i', 'd', 'e', 's', 'o', 'f', 't', 'h', 'a', 't', '', 'b', 'r', 'e', 'a', 't', 'h', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'c', 'e', 'a', 's', 'e', 't', 'o', 's', 'e', 'e', 'a', 'l', 'l', 'e', 'l', 's', 'e', ',', '', '', 'A', 'n', 'd', 'i', 'f', 'y', 'o', 'u', 'c', 'o', 'u', 'l', 'd', 'h', 'e', 'a', 'r', 't', 'h', 'e', 'w', 'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g', 'o', 'f', '', 't', 'h', 'e', 'd', 'r', 'e', 'a', 'm', 'y', 'o', 'u', 'w', 'o', 'u', 'l', 'd', 'h', 'e', 'a', 'r', 'n', 'o', 'o', 't', 'h', 'e', 'r', 's', 'o', 'u', 'n', 'd', '.', '', '', 'B', 'u', 't', 'y', 'o', 'u', 'd', 'o', 'n', 'o', 't', 's', 'e', 'e', ',', 'n', 'o', 'r', 'd', 'o', 'y', 'o', 'u', 'h', 'e', 'a', 'r', ',', 'a', 'n', 'd', '', 'i', 't', 'i', 's', 'w', 'e', 'l', 'l', '.', '', '', 'T', 'h', 'e', 'v', 'e', 'i', 'l', 't', 'h', 'a', 't', 'c', 'l', 'o', 'u', 'd', 's', 'y', 'o', 'u', 'r', 'e', 'y', 'e', 's', 's', 'h', 'a', 'l', 'l', 'b', 'e', '', 'l', 'i', 'f', 't', 'e', 'd', 'b', 'y', 't', 'h', 'e', 'h', 'a', 'n', 'd', 's', 't', 'h', 'a', 't', 'w', 'o', 'v', 'e', 'i', 't', ',', '', '', 'A', 'n', 'd', 't', 'h', 'e', 'c', 'l', 'a', 'y', 't', 'h', 'a', 't', 'f', 'i', 'l', 'l', 's', 'y', 'o', 'u', 'r', 'e', 'a', 'r', 's', 's', 'h', 'a', 'l', 'l', '', 'b', 'e', 'p', 'i', 'e', 'r', 'c', 'e', 'd', 'b', 'y', 't', 'h', 'o', 's', 'e', 'f', 'i', 'n', 'g', 'e', 'r', 's', 't', 'h', 'a', 't', 'k', 'n', 'e', 'a', 'd', 'e', 'd', '', 'i', 't', '.', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'e', 'e', '.', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'h', 'e', 'a', 'r', '.', '', '', 'Y', 'e', 't', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'd', 'e', 'p', 'l', 'o', 'r', 'e', 'h', 'a', 'v', 'i', 'n', 'g', 'k', 'n', 'o', 'w', 'n', '', 'b', 'l', 'i', 'n', 'd', 'n', 'e', 's', 's', ',', 'n', 'o', 'r', 'r', 'e', 'g', 'r', 'e', 't', 'h', 'a', 'v', 'i', 'n', 'g', 'b', 'e', 'e', 'n', 'd', 'e', 'a', 'f', '.', '', '', 'F', 'o', 'r', 'i', 'n', 't', 'h', 'a', 't', 'd', 'a', 'y', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'k', 'n', 'o', 'w', 't', 'h', 'e', '', 'h', 'i', 'd', 'd', 'e', 'n', 'p', 'u', 'r', 'p', 'o', 's', 'e', 's', 'i', 'n', 'a', 'l', 'l', 't', 'h', 'i', 'n', 'g', 's', ',', '', '', 'A', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 'b', 'l', 'e', 's', 's', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', 'a', 's', 'y', 'o', 'u', '', 'w', 'o', 'u', 'l', 'd', 'b', 'l', 'e', 's', 's', 'l', 'i', 'g', 'h', 't', '.', '', '', 'A', 'f', 't', 'e', 'r', 's', 'a', 'y', 'i', 'n', 'g', 't', 'h', 'e', 's', 'e', 't', 'h', 'i', 'n', 'g', 's', 'h', 'e', 'l', 'o', 'o', 'k', 'e', 'd', '', 'a', 'b', 'o', 'u', 't', 'h', 'i', 'm', ',', 'a', 'n', 'd', 'h', 'e', 's', 'a', 'w', 't', 'h', 'e', 'p', 'i', 'l', 'o', 't', 'o', 'f', 'h', 'i', 's', '', 's', 'h', 'i', 'p', 's', 't', 'a', 'n', 'd', 'i', 'n', 'g', 'b', 'y', 't', 'h', 'e', 'h', 'e', 'l', 'm', 'a', 'n', 'd', 'g', 'a', 'z', 'i', 'n', 'g', '', 'n', 'o', 'w', 'a', 't', 't', 'h', 'e', 'f', 'u', 'l', 'l', 's', 'a', 'i', 'l', 's', 'a', 'n', 'd', 'n', 'o', 'w', 'a', 't', 't', 'h', 'e', '', 'd', 'i', 's', 't', 'a', 'n', 'c', 'e', '.', '', '', 'A', 'n', 'd', 'h', 'e', 's', 'a', 'i', 'd', ':', '', '', 'P', 'a', 't', 'i', 'e', 'n', 't', ',', 'o', 'v', 'e', 'r', 'p', 'a', 't', 'i', 'e', 'n', 't', ',', 'i', 's', 't', 'h', 'e', 'c', 'a', 'p', 't', 'a', 'i', 'n', 'o', 'f', '', 'm', 'y', 's', 'h', 'i', 'p', '.', '', '', 'T', 'h', 'e', 'w', 'i', 'n', 'd', 'b', 'l', 'o', 'w', 's', ',', 'a', 'n', 'd', 'r', 'e', 's', 't', 'l', 'e', 's', 's', 'a', 'r', 'e', 't', 'h', 'e', '', 's', 'a', 'i', 'l', 's', ';', '', '', 'E', 'v', 'e', 'n', 't', 'h', 'e', 'r', 'u', 'd', 'd', 'e', 'r', 'b', 'e', 'g', 's', 'd', 'i', 'r', 'e', 'c', 't', 'i', 'o', 'n', ';', '', '', 'Y', 'e', 't', 'q', 'u', 'i', 'e', 't', 'l', 'y', 'm', 'y', 'c', 'a', 'p', 't', 'a', 'i', 'n', 'a', 'w', 'a', 'i', 't', 's', 'm', 'y', '', 's', 'i', 'l', 'e', 'n', 'c', 'e', '.', '', '', 'A', 'n', 'd', 't', 'h', 'e', 's', 'e', 'm', 'y', 'm', 'a', 'r', 'i', 'n', 'e', 'r', 's', ',', 'w', 'h', 'o', 'h', 'a', 'v', 'e', 'h', 'e', 'a', 'r', 'd', '', 't', 'h', 'e', 'c', 'h', 'o', 'i', 'r', 'o', 'f', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 'e', 'r', 's', 'e', 'a', ',', 't', 'h', 'e', 'y', 't', 'o', 'o', '', 'h', 'a', 'v', 'e', 'h', 'e', 'a', 'r', 'd', 'm', 'e', 'p', 'a', 't', 'i', 'e', 'n', 't', 'l', 'y', '.', 't', 'h', 'e', 'y', '', 's', 'h', 'a', 'l', 'l', 'w', 'a', 'i', 't', 'n', 'o', 'l', 'o', 'n', 'g', 'e', 'r', '.', '', '', 'I', 'a', 'm', 'r', 'e', 'a', 'd', 'y', '.', '', '', 'T', 'h', 'e', 's', 't', 'r', 'e', 'a', 'm', 'h', 'a', 's', 'r', 'e', 'a', 'c', 'h', 'e', 'd', 't', 'h', 'e', 's', 'e', 'a', ',', 'a', 'n', 'd', '', 'o', 'n', 'c', 'e', 'm', 'o', 'r', 'e', 't', 'h', 'e', 'g', 'r', 'e', 'a', 't', 'm', 'o', 't', 'h', 'e', 'r', 'h', 'o', 'l', 'd', 's', 'h', 'e', 'r', 's', 'o', 'n', '', 'a', 'g', 'a', 'i', 'n', 's', 't', 'h', 'e', 'r', 'b', 'r', 'e', 'a', 's', 't', '.', '', '', '*', '*', '*', '*', '*', '', '', 'F', 'a', 'r', 'e', 'y', 'o', 'u', 'w', 'e', 'l', 'l', ',', 'p', 'e', 'o', 'p', 'l', 'e', 'o', 'f', 'O', 'r', 'p', 'h', 'a', 'l', 'e', 's', 'e', '.', '', '', 'T', 'h', 'i', 's', 'd', 'a', 'y', 'h', 'a', 's', 'e', 'n', 'd', 'e', 'd', '.', '', '', 'I', 't', 'i', 's', 'c', 'l', 'o', 's', 'i', 'n', 'g', 'u', 'p', 'o', 'n', 'u', 's', 'e', 'v', 'e', 'n', 'a', 's', 't', 'h', 'e', '', 'w', 'a', 't', 'e', 'r', '-', 'l', 'i', 'l', 'y', 'u', 'p', 'o', 'n', 'i', 't', 's', 'o', 'w', 'n', 't', 'o', 'm', 'o', 'r', 'r', 'o', 'w', '.', '', '', 'W', 'h', 'a', 't', 'w', 'a', 's', 'g', 'i', 'v', 'e', 'n', 'u', 's', 'h', 'e', 'r', 'e', 'w', 'e', 's', 'h', 'a', 'l', 'l', 'k', 'e', 'e', 'p', ',', '', '', 'A', 'n', 'd', 'i', 'f', 'i', 't', 's', 'u', 'f', 'f', 'i', 'c', 'e', 's', 'n', 'o', 't', ',', 't', 'h', 'e', 'n', 'a', 'g', 'a', 'i', 'n', 'm', 'u', 's', 't', '', 'w', 'e', 'c', 'o', 'm', 'e', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'a', 'n', 'd', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 's', 't', 'r', 'e', 't', 'c', 'h', '', 'o', 'u', 'r', 'h', 'a', 'n', 'd', 's', 'u', 'n', 't', 'o', 't', 'h', 'e', 'g', 'i', 'v', 'e', 'r', '.', '', '', 'F', 'o', 'r', 'g', 'e', 't', 'n', 'o', 't', 't', 'h', 'a', 't', 'I', 's', 'h', 'a', 'l', 'l', 'c', 'o', 'm', 'e', 'b', 'a', 'c', 'k', 't', 'o', '', 'y', 'o', 'u', '.', '', '', 'A', 'l', 'i', 't', 't', 'l', 'e', 'w', 'h', 'i', 'l', 'e', ',', 'a', 'n', 'd', 'm', 'y', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 's', 'h', 'a', 'l', 'l', '', 'g', 'a', 't', 'h', 'e', 'r', 'd', 'u', 's', 't', 'a', 'n', 'd', 'f', 'o', 'a', 'm', 'f', 'o', 'r', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'b', 'o', 'd', 'y', '.', '', '', 'A', 'l', 'i', 't', 't', 'l', 'e', 'w', 'h', 'i', 'l', 'e', ',', 'a', 'm', 'o', 'm', 'e', 'n', 't', 'o', 'f', 'r', 'e', 's', 't', 'u', 'p', 'o', 'n', '', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', 'a', 'n', 'd', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'w', 'o', 'm', 'a', 'n', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'a', 'r', '', 'm', 'e', '.', '', '', 'F', 'a', 'r', 'e', 'w', 'e', 'l', 'l', 't', 'o', 'y', 'o', 'u', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'o', 'u', 't', 'h', 'I', 'h', 'a', 'v', 'e', '', 's', 'p', 'e', 'n', 't', 'w', 'i', 't', 'h', 'y', 'o', 'u', '.', '', '', 'I', 't', 'w', 'a', 's', 'b', 'u', 't', 'y', 'e', 's', 't', 'e', 'r', 'd', 'a', 'y', 'w', 'e', 'm', 'e', 't', 'i', 'n', 'a', '', 'd', 'r', 'e', 'a', 'm', '.', 'h', 'a', 'v', 'e', 's', 'u', 'n', 'g', 't', 'o', 'm', 'e', 'i', 'n', 'm', 'y', '', 'a', 'l', 'o', 'n', 'e', 'n', 'e', 's', 's', ',', 'a', 'n', 'd', 'I', 'o', 'f', 'y', 'o', 'u', 'r', 'l', 'o', 'n', 'g', 'i', 'n', 'g', 's', 'h', 'a', 'v', 'e', '', 'b', 'u', 'i', 'l', 't', 'a', 't', 'o', 'w', 'e', 'r', 'i', 'n', 't', 'h', 'e', 's', 'k', 'y', '.', '', '', 'B', 'u', 't', 'n', 'o', 'w', 'o', 'u', 'r', 's', 'l', 'e', 'e', 'p', 'h', 'a', 's', 'f', 'l', 'e', 'd', 'a', 'n', 'd', 'o', 'u', 'r', 'd', 'r', 'e', 'a', 'm', '', 'i', 's', 'o', 'v', 'e', 'r', ',', 'a', 'n', 'd', 'i', 't', 'i', 's', 'n', 'o', 'l', 'o', 'n', 'g', 'e', 'r', 'd', 'a', 'w', 'n', '.', '', '', 'T', 'h', 'e', 'n', 'o', 'o', 'n', 't', 'i', 'd', 'e', 'i', 's', 'u', 'p', 'o', 'n', 'u', 's', 'a', 'n', 'd', 'o', 'u', 'r', 'h', 'a', 'l', 'f', '', 'w', 'a', 'k', 'i', 'n', 'g', 'h', 'a', 's', 't', 'u', 'r', 'n', 'e', 'd', 't', 'o', 'f', 'u', 'l', 'l', 'e', 'r', 'd', 'a', 'y', ',', 'a', 'n', 'd', 'w', 'e', '', 'm', 'u', 's', 't', 'p', 'a', 'r', 't', '.', '', '', 'I', 'f', 'i', 'n', 't', 'h', 'e', 't', 'w', 'i', 'l', 'i', 'g', 'h', 't', 'o', 'f', 'm', 'e', 'm', 'o', 'r', 'y', 'w', 'e', 's', 'h', 'o', 'u', 'l', 'd', '', 'm', 'e', 'e', 't', 'o', 'n', 'c', 'e', 'm', 'o', 'r', 'e', ',', 'w', 'e', 's', 'h', 'a', 'l', 'l', 's', 'p', 'e', 'a', 'k', 'a', 'g', 'a', 'i', 'n', '', 't', 'o', 'g', 'e', 't', 'h', 'e', 'r', 'a', 'n', 'd', 'y', 'o', 'u', 's', 'h', 'a', 'l', 'l', 's', 'i', 'n', 'g', 't', 'o', 'm', 'e', 'a', '', 'd', 'e', 'e', 'p', 'e', 'r', 's', 'o', 'n', 'g', '.', '', '', 'A', 'n', 'd', 'i', 'f', 'o', 'u', 'r', 'h', 'a', 'n', 'd', 's', 's', 'h', 'o', 'u', 'l', 'd', 'm', 'e', 'e', 't', 'i', 'n', 'a', 'n', 'o', 't', 'h', 'e', 'r', '', 'd', 'r', 'e', 'a', 'm', 'w', 'e', 's', 'h', 'a', 'l', 'l', 'b', 'u', 'i', 'l', 'd', 'a', 'n', 'o', 't', 'h', 'e', 'r', 't', 'o', 'w', 'e', 'r', 'i', 'n', '', 't', 'h', 'e', 's', 'k', 'y', '.', '', '', '*', '*', '*', '*', '*', '', '', 'S', 'o', 's', 'a', 'y', 'i', 'n', 'g', 'h', 'e', 'm', 'a', 'd', 'e', 'a', 's', 'i', 'g', 'n', 'a', 'l', 't', 'o', 't', 'h', 'e', '', 's', 'e', 'a', 'm', 'e', 'n', ',', 'a', 'n', 'd', 's', 't', 'r', 'a', 'i', 'g', 'h', 't', 'w', 'a', 'y', 't', 'h', 'e', 'y', 'w', 'e', 'i', 'g', 'h', 'e', 'd', '', 'a', 'n', 'c', 'h', 'o', 'r', 'a', 'n', 'd', 'c', 'a', 's', 't', 't', 'h', 'e', 's', 'h', 'i', 'p', 'l', 'o', 'o', 's', 'e', 'f', 'r', 'o', 'm', 'i', 't', 's', '', 'm', 'o', 'o', 'r', 'i', 'n', 'g', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'y', 'm', 'o', 'v', 'e', 'd', 'e', 'a', 's', 't', 'w', 'a', 'r', 'd', '.', '', '', 'A', 'n', 'd', 'a', 'c', 'r', 'y', 'c', 'a', 'm', 'e', 'f', 'r', 'o', 'm', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'a', 's', 'f', 'r', 'o', 'm', 'a', '', 's', 'i', 'n', 'g', 'l', 'e', 'h', 'e', 'a', 'r', 't', ',', 'a', 'n', 'd', 'i', 't', 'r', 'o', 's', 'e', 'i', 'n', 't', 'o', 't', 'h', 'e', 'd', 'u', 's', 'k', '', 'a', 'n', 'd', 'w', 'a', 's', 'c', 'a', 'r', 'r', 'i', 'e', 'd', 'o', 'u', 't', 'o', 'v', 'e', 'r', 't', 'h', 'e', 's', 'e', 'a', 'l', 'i', 'k', 'e', 'a', '', 'g', 'r', 'e', 'a', 't', 't', 'r', 'u', 'm', 'p', 'e', 't', 'i', 'n', 'g', '.', '', '', 'O', 'n', 'l', 'y', 'A', 'l', 'm', 'i', 't', 'r', 'a', 'w', 'a', 's', 's', 'i', 'l', 'e', 'n', 't', ',', 'g', 'a', 'z', 'i', 'n', 'g', 'a', 'f', 't', 'e', 'r', '', 's', 'h', 'i', 'p', 'u', 'n', 't', 'i', 'l', 'i', 't', 'h', 'a', 'd', 'v', 'a', 'n', 'i', 's', 'h', 'e', 'd', 'i', 'n', 't', 'o', '', 't', 'h', 'e', 'm', 'i', 's', 't', '.', '', '', 'A', 'n', 'd', 'w', 'h', 'e', 'n', 'a', 'l', 'l', 't', 'h', 'e', 'p', 'e', 'o', 'p', 'l', 'e', 'w', 'e', 'r', 'e', 'd', 'i', 's', 'p', 'e', 'r', 's', 'e', 'd', '', 's', 'h', 'e', 's', 't', 'i', 'l', 'l', 's', 't', 'o', 'o', 'd', 'a', 'l', 'o', 'n', 'e', 'u', 'p', 'o', 'n', 't', 'h', 'e', 's', 'e', 'a', '-', 'w', 'a', 'l', 'l', ',', '', 'r', 'e', 'm', 'e', 'm', 'b', 'e', 'r', 'i', 'n', 'g', 'i', 'n', 'h', 'e', 'r', 'h', 'e', 'a', 'r', 't', 'h', 'i', 's', 's', 'a', 'y', 'i', 'n', 'g', ',', '', '', '“', 'A', 'l', 'i', 't', 't', 'l', 'e', 'w', 'h', 'i', 'l', 'e', ',', 'a', 'm', 'o', 'm', 'e', 'n', 't', 'o', 'f', 'r', 'e', 's', 't', 'u', 'p', 'o', 'n', '', 't', 'h', 'e', 'w', 'i', 'n', 'd', ',', 'a', 'n', 'd', 'a', 'n', 'o', 't', 'h', 'e', 'r', 'w', 'o', 'm', 'a', 'n', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'a', 'r', '', 'm', 'e', '.', '”', '', '', '[', 'I', 'l', 'l', 'u', 's', 't', 'r', 'a', 't', 'i', 'o', 'n', ':', '0', '1', '3', '4', ']', '', '', '', '', '', '', '', '', '', 'E', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'E', 'B', 'o', 'o', 'k', 'o', 'f', 'T', 'h', 'e', 'P', 'r', 'o', 'p', 'h', 'e', 't', ',', 'b', 'y', 'K', 'a', 'h', 'l', 'i', 'l', 'G', 'i', 'b', 'r', 'a', 'n', '', '', '*', '*', '*', 'E', 'N', 'D', 'O', 'F', 'T', 'H', 'I', 'S', 'P', 'R', 'O', 'J', 'E', 'C', 'T', 'G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G', 'E', 'B', 'O', 'O', 'K', 'T', 'H', 'E', 'P', 'R', 'O', 'P', 'H', 'E', 'T', '*', '*', '*', '', '', '*', '*', '*', '*', '*', 'T', 'h', 'i', 's', 'f', 'i', 'l', 'e', 's', 'h', 'o', 'u', 'l', 'd', 'b', 'e', 'n', 'a', 'm', 'e', 'd', '5', '8', '5', '8', '5', '-', '0', '.', 't', 'x', 't', 'o', 'r', '5', '8', '5', '8', '5', '-', '0', '.', 'z', 'i', 'p', '*', '*', '*', '*', '*', '', 'T', 'h', 'i', 's', 'a', 'n', 'd', 'a', 'l', 'l', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'f', 'i', 'l', 'e', 's', 'o', 'f', 'v', 'a', 'r', 'i', 'o', 'u', 's', 'f', 'o', 'r', 'm', 'a', 't', 's', 'w', 'i', 'l', 'l', 'b', 'e', 'f', 'o', 'u', 'n', 'd', 'i', 'n', ':', '', 'h', 't', 't', 'p', ':', '/', '/', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', '5', '/', '8', '/', '5', '/', '8', '/', '5', '8', '5', '8', '5', '/', '', '', 'P', 'r', 'o', 'd', 'u', 'c', 'e', 'd', 'b', 'y', 'D', 'a', 'v', 'i', 'd', 'W', 'i', 'd', 'g', 'e', 'r', 'f', 'r', 'o', 'm', 'p', 'a', 'g', 'e', 'i', 'm', 'a', 'g', 'e', 's', 'g', 'e', 'n', 'e', 'r', 'o', 'u', 's', 'l', 'y', '', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd', 'b', 'y', 't', 'h', 'e', 'I', 'n', 't', 'e', 'r', 'n', 'e', 't', 'A', 'r', 'c', 'h', 'i', 'v', 'e', '', '', '', 'U', 'p', 'd', 'a', 't', 'e', 'd', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', 'w', 'i', 'l', 'l', 'r', 'e', 'p', 'l', 'a', 'c', 'e', 't', 'h', 'e', 'p', 'r', 'e', 'v', 'i', 'o', 'u', 's', 'o', 'n', 'e', '-', '-', 't', 'h', 'e', 'o', 'l', 'd', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', 'w', 'i', 'l', 'l', '', 'b', 'e', 'r', 'e', 'n', 'a', 'm', 'e', 'd', '.', '', '', 'C', 'r', 'e', 'a', 't', 'i', 'n', 'g', 't', 'h', 'e', 'w', 'o', 'r', 'k', 's', 'f', 'r', 'o', 'm', 'p', 'r', 'i', 'n', 't', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', 'n', 'o', 't', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'U', '.', 'S', '.', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '', 'l', 'a', 'w', 'm', 'e', 'a', 'n', 's', 't', 'h', 'a', 't', 'n', 'o', 'o', 'n', 'e', 'o', 'w', 'n', 's', 'a', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'i', 'n', 't', 'h', 'e', 's', 'e', 'w', 'o', 'r', 'k', 's', ',', '', 's', 'o', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '(', 'a', 'n', 'd', 'y', 'o', 'u', '!', ')', 'c', 'a', 'n', 'c', 'o', 'p', 'y', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'i', 't', 'i', 'n', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's', 'w', 'i', 't', 'h', 'o', 'u', 't', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'o', 'u', 't', 'p', 'a', 'y', 'i', 'n', 'g', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', '', 'r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's', '.', 'S', 'p', 'e', 'c', 'i', 'a', 'l', 'r', 'u', 'l', 'e', 's', ',', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 't', 'h', 'e', 'G', 'e', 'n', 'e', 'r', 'a', 'l', 'T', 'e', 'r', 'm', 's', 'o', 'f', 'U', 's', 'e', 'p', 'a', 'r', 't', '', 'o', 'f', 't', 'h', 'i', 's', 'l', 'i', 'c', 'e', 'n', 's', 'e', ',', 'a', 'p', 'p', 'l', 'y', 't', 'o', 'c', 'o', 'p', 'y', 'i', 'n', 'g', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 't', 'o', 'p', 'r', 'o', 't', 'e', 'c', 't', 't', 'h', 'e', 'P', 'R', 'O', 'J', 'E', 'C', 'T', 'G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G', '-', 't', 'm', '', 'c', 'o', 'n', 'c', 'e', 'p', 't', 'a', 'n', 'd', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'i', 's', 'a', 'r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ',', '', 'a', 'n', 'd', 'm', 'a', 'y', 'n', 'o', 't', 'b', 'e', 'u', 's', 'e', 'd', 'i', 'f', 'y', 'o', 'u', 'c', 'h', 'a', 'r', 'g', 'e', 'f', 'o', 'r', 't', 'h', 'e', 'e', 'B', 'o', 'o', 'k', 's', ',', 'u', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', 'r', 'e', 'c', 'e', 'i', 'v', 'e', '', 's', 'p', 'e', 'c', 'i', 'f', 'i', 'c', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', '.', 'I', 'f', 'y', 'o', 'u', 'd', 'o', 'n', 'o', 't', 'c', 'h', 'a', 'r', 'g', 'e', 'a', 'n', 'y', 't', 'h', 'i', 'n', 'g', 'f', 'o', 'r', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 't', 'h', 'i', 's', '', 'e', 'B', 'o', 'o', 'k', ',', 'c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g', 'w', 'i', 't', 'h', 't', 'h', 'e', 'r', 'u', 'l', 'e', 's', 'i', 's', 'v', 'e', 'r', 'y', 'e', 'a', 's', 'y', '.', 'Y', 'o', 'u', 'm', 'a', 'y', 'u', 's', 'e', 't', 'h', 'i', 's', 'e', 'B', 'o', 'o', 'k', '', 'f', 'o', 'r', 'n', 'e', 'a', 'r', 'l', 'y', 'a', 'n', 'y', 'p', 'u', 'r', 'p', 'o', 's', 'e', 's', 'u', 'c', 'h', 'a', 's', 'c', 'r', 'e', 'a', 't', 'i', 'o', 'n', 'o', 'f', 'd', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e', 'w', 'o', 'r', 'k', 's', ',', 'r', 'e', 'p', 'o', 'r', 't', 's', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'a', 'n', 'c', 'e', 's', 'a', 'n', 'd', 'r', 'e', 's', 'e', 'a', 'r', 'c', 'h', '.', 'T', 'h', 'e', 'y', 'm', 'a', 'y', 'b', 'e', 'm', 'o', 'd', 'i', 'f', 'i', 'e', 'd', 'a', 'n', 'd', 'p', 'r', 'i', 'n', 't', 'e', 'd', 'a', 'n', 'd', 'g', 'i', 'v', 'e', 'n', '', 'a', 'w', 'a', 'y', '-', '-', 'y', 'o', 'u', 'm', 'a', 'y', 'd', 'o', 'p', 'r', 'a', 'c', 't', 'i', 'c', 'a', 'l', 'l', 'y', 'A', 'N', 'Y', 'T', 'H', 'I', 'N', 'G', 'i', 'n', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', 'w', 'i', 't', 'h', 'e', 'B', 'o', 'o', 'k', 's', '', 'n', 'o', 't', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'U', '.', 'S', '.', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', '.', 'R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'i', 's', 's', 'u', 'b', 'j', 'e', 'c', 't', 't', 'o', 't', 'h', 'e', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', 'l', 'i', 'c', 'e', 'n', 's', 'e', ',', 'e', 's', 'p', 'e', 'c', 'i', 'a', 'l', 'l', 'y', 'c', 'o', 'm', 'm', 'e', 'r', 'c', 'i', 'a', 'l', 'r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '.', '', '', 'S', 'T', 'A', 'R', 'T', ':', 'F', 'U', 'L', 'L', 'L', 'I', 'C', 'E', 'N', 'S', 'E', '', '', 'T', 'H', 'E', 'F', 'U', 'L', 'L', 'P', 'R', 'O', 'J', 'E', 'C', 'T', 'G', 'U', 'T', 'E', 'N', 'B', 'E', 'R', 'G', 'L', 'I', 'C', 'E', 'N', 'S', 'E', '', 'P', 'L', 'E', 'A', 'S', 'E', 'R', 'E', 'A', 'D', 'T', 'H', 'I', 'S', 'B', 'E', 'F', 'O', 'R', 'E', 'Y', 'O', 'U', 'D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'E', 'O', 'R', 'U', 'S', 'E', 'T', 'H', 'I', 'S', 'W', 'O', 'R', 'K', '', '', 'T', 'o', 'p', 'r', 'o', 't', 'e', 'c', 't', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 'p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g', 't', 'h', 'e', 'f', 'r', 'e', 'e', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'o', 'f', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', ',', 'b', 'y', 'u', 's', 'i', 'n', 'g', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', '', '(', 'o', 'r', 'a', 'n', 'y', 'o', 't', 'h', 'e', 'r', 'w', 'o', 'r', 'k', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'i', 'n', 'a', 'n', 'y', 'w', 'a', 'y', 'w', 'i', 't', 'h', 't', 'h', 'e', 'p', 'h', 'r', 'a', 's', 'e', '\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', ')', ',', 'y', 'o', 'u', 'a', 'g', 'r', 'e', 'e', 't', 'o', 'c', 'o', 'm', 'p', 'l', 'y', 'w', 'i', 't', 'h', 'a', 'l', 'l', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'e', 'F', 'u', 'l', 'l', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e', 'w', 'i', 't', 'h', 't', 'h', 'i', 's', 'f', 'i', 'l', 'e', 'o', 'r', 'o', 'n', 'l', 'i', 'n', 'e', 'a', 't', '', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'l', 'i', 'c', 'e', 'n', 's', 'e', '.', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', '1', '.', 'G', 'e', 'n', 'e', 'r', 'a', 'l', 'T', 'e', 'r', 'm', 's', 'o', 'f', 'U', 's', 'e', 'a', 'n', 'd', 'R', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '', '', '1', '.', 'A', '.', 'B', 'y', 'r', 'e', 'a', 'd', 'i', 'n', 'g', 'o', 'r', 'u', 's', 'i', 'n', 'g', 'a', 'n', 'y', 'p', 'a', 'r', 't', 'o', 'f', 't', 'h', 'i', 's', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', ',', 'y', 'o', 'u', 'i', 'n', 'd', 'i', 'c', 'a', 't', 'e', 't', 'h', 'a', 't', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'r', 'e', 'a', 'd', ',', 'u', 'n', 'd', 'e', 'r', 's', 't', 'a', 'n', 'd', ',', 'a', 'g', 'r', 'e', 'e', 't', 'o', '', 'a', 'n', 'd', 'a', 'c', 'c', 'e', 'p', 't', 'a', 'l', 'l', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'l', 'i', 'c', 'e', 'n', 's', 'e', 'a', 'n', 'd', 'i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l', 'p', 'r', 'o', 'p', 'e', 'r', 't', 'y', '', '(', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '/', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', ')', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.', 'I', 'f', 'y', 'o', 'u', 'd', 'o', 'n', 'o', 't', 'a', 'g', 'r', 'e', 'e', 't', 'o', 'a', 'b', 'i', 'd', 'e', 'b', 'y', 'a', 'l', 'l', '', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 'y', 'o', 'u', 'm', 'u', 's', 't', 'c', 'e', 'a', 's', 'e', 'u', 's', 'i', 'n', 'g', 'a', 'n', 'd', 'r', 'e', 't', 'u', 'r', 'n', 'o', 'r', '', 'd', 'e', 's', 't', 'r', 'o', 'y', 'a', 'l', 'l', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 'i', 'n', 'y', 'o', 'u', 'r', '', 'p', 'o', 's', 's', 'e', 's', 's', 'i', 'o', 'n', '.', 'I', 'f', 'y', 'o', 'u', 'p', 'a', 'i', 'd', 'a', 'f', 'e', 'e', 'f', 'o', 'r', 'o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g', 'a', 'c', 'o', 'p', 'y', 'o', 'f', 'o', 'r', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'a', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'a', 'n', 'd', 'y', 'o', 'u', 'd', 'o', 'n', 'o', 't', 'a', 'g', 'r', 'e', 'e', 't', 'o', 'b', 'e', 'b', 'o', 'u', 'n', 'd', '', 'b', 'y', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 'y', 'o', 'u', 'm', 'a', 'y', 'o', 'b', 't', 'a', 'i', 'n', 'a', 'r', 'e', 'f', 'u', 'n', 'd', 'f', 'r', 'o', 'm', 't', 'h', 'e', '', 'p', 'e', 'r', 's', 'o', 'n', 'o', 'r', 'e', 'n', 't', 'i', 't', 'y', 't', 'o', 'w', 'h', 'o', 'm', 'y', 'o', 'u', 'p', 'a', 'i', 'd', 't', 'h', 'e', 'f', 'e', 'e', 'a', 's', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '', '1', '.', 'E', '.', '8', '.', '', '', '1', '.', 'B', '.', '\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', 'i', 's', 'a', 'r', 'e', 'g', 'i', 's', 't', 'e', 'r', 'e', 'd', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.', 'I', 't', 'm', 'a', 'y', 'o', 'n', 'l', 'y', 'b', 'e', '', 'u', 's', 'e', 'd', 'o', 'n', 'o', 'r', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'i', 'n', 'a', 'n', 'y', 'w', 'a', 'y', 'w', 'i', 't', 'h', 'a', 'n', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'b', 'y', 'p', 'e', 'o', 'p', 'l', 'e', 'w', 'h', 'o', '', 'a', 'g', 'r', 'e', 'e', 't', 'o', 'b', 'e', 'b', 'o', 'u', 'n', 'd', 'b', 'y', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 'a', 'f', 'e', 'w', '', 't', 'h', 'i', 'n', 'g', 's', 't', 'h', 'a', 't', 'y', 'o', 'u', 'c', 'a', 'n', 'd', 'o', 'w', 'i', 't', 'h', 'm', 'o', 's', 't', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '', 'e', 'v', 'e', 'n', 'w', 'i', 't', 'h', 'o', 'u', 't', 'c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g', 'w', 'i', 't', 'h', 't', 'h', 'e', 'f', 'u', 'l', 'l', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '.', 'S', 'e', 'e', '', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'C', 'b', 'e', 'l', 'o', 'w', '.', 'T', 'h', 'e', 'r', 'e', 'a', 'r', 'e', 'a', 'l', 'o', 't', 'o', 'f', 't', 'h', 'i', 'n', 'g', 's', 'y', 'o', 'u', 'c', 'a', 'n', 'd', 'o', 'w', 'i', 't', 'h', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 'i', 'f', 'y', 'o', 'u', 'f', 'o', 'l', 'l', 'o', 'w', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 'a', 'n', 'd', 'h', 'e', 'l', 'p', 'p', 'r', 'e', 's', 'e', 'r', 'v', 'e', 'f', 'r', 'e', 'e', 'f', 'u', 't', 'u', 'r', 'e', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '.', 'S', 'e', 'e', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'E', 'b', 'e', 'l', 'o', 'w', '.', '', '', '1', '.', 'C', '.', 'T', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '(', '\"', 't', 'h', 'e', '', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '\"', 'o', 'r', 'P', 'G', 'L', 'A', 'F', ')', ',', 'o', 'w', 'n', 's', 'a', 'c', 'o', 'm', 'p', 'i', 'l', 'a', 't', 'i', 'o', 'n', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'i', 'n', 't', 'h', 'e', 'c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '.', 'N', 'e', 'a', 'r', 'l', 'y', 'a', 'l', 'l', 't', 'h', 'e', 'i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', '', 'w', 'o', 'r', 'k', 's', 'i', 'n', 't', 'h', 'e', 'c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', 'a', 'r', 'e', 'i', 'n', 't', 'h', 'e', 'p', 'u', 'b', 'l', 'i', 'c', 'd', 'o', 'm', 'a', 'i', 'n', 'i', 'n', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's', '.', 'I', 'f', 'a', 'n', 'i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', 'w', 'o', 'r', 'k', 'i', 's', 'u', 'n', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', 'i', 'n', 't', 'h', 'e', '', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', 'a', 'n', 'd', 'y', 'o', 'u', 'a', 'r', 'e', 'l', 'o', 'c', 'a', 't', 'e', 'd', 'i', 'n', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', ',', 'w', 'e', 'd', 'o', 'n', 'o', 't', '', 'c', 'l', 'a', 'i', 'm', 'a', 'r', 'i', 'g', 'h', 't', 't', 'o', 'p', 'r', 'e', 'v', 'e', 'n', 't', 'y', 'o', 'u', 'f', 'r', 'o', 'm', 'c', 'o', 'p', 'y', 'i', 'n', 'g', ',', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', ',', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', 'o', 'r', 'c', 'r', 'e', 'a', 't', 'i', 'n', 'g', 'd', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e', 'w', 'o', 'r', 'k', 's', 'b', 'a', 's', 'e', 'd', 'o', 'n', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'a', 's', 'l', 'o', 'n', 'g', 'a', 's', '', 'a', 'l', 'l', 'r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's', 't', 'o', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'a', 'r', 'e', 'r', 'e', 'm', 'o', 'v', 'e', 'd', '.', 'O', 'f', 'c', 'o', 'u', 'r', 's', 'e', ',', 'w', 'e', 'h', 'o', 'p', 'e', '', 't', 'h', 'a', 't', 'y', 'o', 'u', 'w', 'i', 'l', 'l', 's', 'u', 'p', 'p', 'o', 'r', 't', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 'p', 'r', 'o', 'm', 'o', 't', 'i', 'n', 'g', '', 'f', 'r', 'e', 'e', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 'b', 'y', 'f', 'r', 'e', 'e', 'l', 'y', 's', 'h', 'a', 'r', 'i', 'n', 'g', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'w', 'o', 'r', 'k', 's', 'i', 'n', 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', 'w', 'i', 't', 'h', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 'f', 'o', 'r', 'k', 'e', 'e', 'p', 'i', 'n', 'g', 't', 'h', 'e', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'n', 'a', 'm', 'e', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'w', 'i', 't', 'h', 't', 'h', 'e', 'w', 'o', 'r', 'k', '.', 'Y', 'o', 'u', 'c', 'a', 'n', 'e', 'a', 's', 'i', 'l', 'y', '', 'c', 'o', 'm', 'p', 'l', 'y', 'w', 'i', 't', 'h', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 'b', 'y', 'k', 'e', 'e', 'p', 'i', 'n', 'g', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', 'i', 'n', 't', 'h', 'e', '', 's', 'a', 'm', 'e', 'f', 'o', 'r', 'm', 'a', 't', 'w', 'i', 't', 'h', 'i', 't', 's', 'a', 't', 't', 'a', 'c', 'h', 'e', 'd', 'f', 'u', 'l', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'w', 'h', 'e', 'n', '', 'y', 'o', 'u', 's', 'h', 'a', 'r', 'e', 'i', 't', 'w', 'i', 't', 'h', 'o', 'u', 't', 'c', 'h', 'a', 'r', 'g', 'e', 'w', 'i', 't', 'h', 'o', 't', 'h', 'e', 'r', 's', '.', '', '', '1', '.', 'D', '.', 'T', 'h', 'e', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', 's', 'o', 'f', 't', 'h', 'e', 'p', 'l', 'a', 'c', 'e', 'w', 'h', 'e', 'r', 'e', 'y', 'o', 'u', 'a', 'r', 'e', 'l', 'o', 'c', 'a', 't', 'e', 'd', 'a', 'l', 's', 'o', 'g', 'o', 'v', 'e', 'r', 'n', '', 'w', 'h', 'a', 't', 'y', 'o', 'u', 'c', 'a', 'n', 'd', 'o', 'w', 'i', 't', 'h', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', '.', 'C', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', 's', 'i', 'n', 'm', 'o', 's', 't', 'c', 'o', 'u', 'n', 't', 'r', 'i', 'e', 's', 'a', 'r', 'e', '', 'i', 'n', 'a', 'c', 'o', 'n', 's', 't', 'a', 'n', 't', 's', 't', 'a', 't', 'e', 'o', 'f', 'c', 'h', 'a', 'n', 'g', 'e', '.', 'I', 'f', 'y', 'o', 'u', 'a', 'r', 'e', 'o', 'u', 't', 's', 'i', 'd', 'e', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', ',', '', 'c', 'h', 'e', 'c', 'k', 't', 'h', 'e', 'l', 'a', 'w', 's', 'o', 'f', 'y', 'o', 'u', 'r', 'c', 'o', 'u', 'n', 't', 'r', 'y', 'i', 'n', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 't', 'o', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 'b', 'e', 'f', 'o', 'r', 'e', 'd', 'o', 'w', 'n', 'l', 'o', 'a', 'd', 'i', 'n', 'g', ',', 'c', 'o', 'p', 'y', 'i', 'n', 'g', ',', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ',', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'o', 'r', 'c', 'r', 'e', 'a', 't', 'i', 'n', 'g', 'd', 'e', 'r', 'i', 'v', 'a', 't', 'i', 'v', 'e', 'w', 'o', 'r', 'k', 's', 'b', 'a', 's', 'e', 'd', 'o', 'n', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', 'o', 'r', 'a', 'n', 'y', '', 'o', 't', 'h', 'e', 'r', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', '.', 'T', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'm', 'a', 'k', 'e', 's', 'n', 'o', '', 'r', 'e', 'p', 'r', 'e', 's', 'e', 'n', 't', 'a', 't', 'i', 'o', 'n', 's', 'c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g', 't', 'h', 'e', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 's', 't', 'a', 't', 'u', 's', 'o', 'f', 'a', 'n', 'y', 'w', 'o', 'r', 'k', 'i', 'n', 'a', 'n', 'y', '', 'c', 'o', 'u', 'n', 't', 'r', 'y', 'o', 'u', 't', 's', 'i', 'd', 'e', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', '.', '', '', '1', '.', 'E', '.', 'U', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', 'h', 'a', 'v', 'e', 'r', 'e', 'm', 'o', 'v', 'e', 'd', 'a', 'l', 'l', 'r', 'e', 'f', 'e', 'r', 'e', 'n', 'c', 'e', 's', 't', 'o', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', ':', '', '', '1', '.', 'E', '.', '1', '.', 'T', 'h', 'e', 'f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g', 's', 'e', 'n', 't', 'e', 'n', 'c', 'e', ',', 'w', 'i', 't', 'h', 'a', 'c', 't', 'i', 'v', 'e', 'l', 'i', 'n', 'k', 's', 't', 'o', ',', 'o', 'r', 'o', 't', 'h', 'e', 'r', '', 'i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', ',', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'm', 'u', 's', 't', 'a', 'p', 'p', 'e', 'a', 'r', '', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y', 'w', 'h', 'e', 'n', 'e', 'v', 'e', 'r', 'a', 'n', 'y', 'c', 'o', 'p', 'y', 'o', 'f', 'a', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', '(', 'a', 'n', 'y', 'w', 'o', 'r', 'k', '', 'o', 'n', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'p', 'h', 'r', 'a', 's', 'e', '\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', 'a', 'p', 'p', 'e', 'a', 'r', 's', ',', 'o', 'r', 'w', 'i', 't', 'h', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', '', 'p', 'h', 'r', 'a', 's', 'e', '\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', 'i', 's', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', ')', 'i', 's', 'a', 'c', 'c', 'e', 's', 's', 'e', 'd', ',', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'e', 'd', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'e', 'd', ',', 'v', 'i', 'e', 'w', 'e', 'd', ',', 'c', 'o', 'p', 'i', 'e', 'd', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', ':', '', '', 'T', 'h', 'i', 's', 'e', 'B', 'o', 'o', 'k', 'i', 's', 'f', 'o', 'r', 't', 'h', 'e', 'u', 's', 'e', 'o', 'f', 'a', 'n', 'y', 'o', 'n', 'e', 'a', 'n', 'y', 'w', 'h', 'e', 'r', 'e', 'i', 'n', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', 'a', 'n', 'd', '', 'm', 'o', 's', 't', 'o', 't', 'h', 'e', 'r', 'p', 'a', 'r', 't', 's', 'o', 'f', 't', 'h', 'e', 'w', 'o', 'r', 'l', 'd', 'a', 't', 'n', 'o', 'c', 'o', 's', 't', 'a', 'n', 'd', 'w', 'i', 't', 'h', 'a', 'l', 'm', 'o', 's', 't', 'n', 'o', '', 'r', 'e', 's', 't', 'r', 'i', 'c', 't', 'i', 'o', 'n', 's', 'w', 'h', 'a', 't', 's', 'o', 'e', 'v', 'e', 'r', '.', 'Y', 'o', 'u', 'm', 'a', 'y', 'c', 'o', 'p', 'y', 'i', 't', ',', 'g', 'i', 'v', 'e', 'i', 't', 'a', 'w', 'a', 'y', 'o', 'r', 'r', 'e', '-', 'u', 's', 'e', 'i', 't', '', 'u', 'n', 'd', 'e', 'r', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'i', 'n', 'c', 'l', 'u', 'd', 'e', 'd', 'w', 'i', 't', 'h', 't', 'h', 'i', 's', '', 'e', 'B', 'o', 'o', 'k', 'o', 'r', 'o', 'n', 'l', 'i', 'n', 'e', 'a', 't', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '.', 'I', 'f', 'y', 'o', 'u', 'a', 'r', 'e', 'n', 'o', 't', 'l', 'o', 'c', 'a', 't', 'e', 'd', 'i', 'n', 't', 'h', 'e', '', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', ',', 'y', 'o', 'u', \"'\", 'l', 'l', 'h', 'a', 'v', 'e', 't', 'o', 'c', 'h', 'e', 'c', 'k', 't', 'h', 'e', 'l', 'a', 'w', 's', 'o', 'f', 't', 'h', 'e', 'c', 'o', 'u', 'n', 't', 'r', 'y', 'w', 'h', 'e', 'r', 'e', 'y', 'o', 'u', '', 'a', 'r', 'e', 'l', 'o', 'c', 'a', 't', 'e', 'd', 'b', 'e', 'f', 'o', 'r', 'e', 'u', 's', 'i', 'n', 'g', 't', 'h', 'i', 's', 'e', 'b', 'o', 'o', 'k', '.', '', '', '1', '.', 'E', '.', '2', '.', 'I', 'f', 'a', 'n', 'i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'i', 's', '', 'd', 'e', 'r', 'i', 'v', 'e', 'd', 'f', 'r', 'o', 'm', 't', 'e', 'x', 't', 's', 'n', 'o', 't', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'U', '.', 'S', '.', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', '(', 'd', 'o', 'e', 's', 'n', 'o', 't', '', 'c', 'o', 'n', 't', 'a', 'i', 'n', 'a', 'n', 'o', 't', 'i', 'c', 'e', 'i', 'n', 'd', 'i', 'c', 'a', 't', 'i', 'n', 'g', 't', 'h', 'a', 't', 'i', 't', 'i', 's', 'p', 'o', 's', 't', 'e', 'd', 'w', 'i', 't', 'h', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'e', '', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'h', 'o', 'l', 'd', 'e', 'r', ')', ',', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'c', 'a', 'n', 'b', 'e', 'c', 'o', 'p', 'i', 'e', 'd', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', 't', 'o', 'a', 'n', 'y', 'o', 'n', 'e', 'i', 'n', '', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', 'w', 'i', 't', 'h', 'o', 'u', 't', 'p', 'a', 'y', 'i', 'n', 'g', 'a', 'n', 'y', 'f', 'e', 'e', 's', 'o', 'r', 'c', 'h', 'a', 'r', 'g', 'e', 's', '.', 'I', 'f', 'y', 'o', 'u', 'a', 'r', 'e', '', 'r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'o', 'r', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'a', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 't', 'h', 'e', 'p', 'h', 'r', 'a', 's', 'e', '\"', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '\"', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'w', 'i', 't', 'h', 'o', 'r', 'a', 'p', 'p', 'e', 'a', 'r', 'i', 'n', 'g', 'o', 'n', 't', 'h', 'e', 'w', 'o', 'r', 'k', ',', 'y', 'o', 'u', 'm', 'u', 's', 't', 'c', 'o', 'm', 'p', 'l', 'y', '', 'e', 'i', 't', 'h', 'e', 'r', 'w', 'i', 't', 'h', 't', 'h', 'e', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', 'o', 'f', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's', '1', '.', 'E', '.', '1', 't', 'h', 'r', 'o', 'u', 'g', 'h', '1', '.', 'E', '.', '7', 'o', 'r', '', 'o', 'b', 't', 'a', 'i', 'n', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'f', 'o', 'r', 't', 'h', 'e', 'u', 's', 'e', 'o', 'f', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'a', 'n', 'd', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', 'a', 's', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's', '1', '.', 'E', '.', '8', 'o', 'r', '1', '.', 'E', '.', '9', '.', '', '', '1', '.', 'E', '.', '3', '.', 'I', 'f', 'a', 'n', 'i', 'n', 'd', 'i', 'v', 'i', 'd', 'u', 'a', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'i', 's', 'p', 'o', 's', 't', 'e', 'd', '', 'w', 'i', 't', 'h', 't', 'h', 'e', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'e', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'h', 'o', 'l', 'd', 'e', 'r', ',', 'y', 'o', 'u', 'r', 'u', 's', 'e', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', '', 'm', 'u', 's', 't', 'c', 'o', 'm', 'p', 'l', 'y', 'w', 'i', 't', 'h', 'b', 'o', 't', 'h', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 's', '1', '.', 'E', '.', '1', 't', 'h', 'r', 'o', 'u', 'g', 'h', '1', '.', 'E', '.', '7', 'a', 'n', 'd', 'a', 'n', 'y', '', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l', 't', 'e', 'r', 'm', 's', 'i', 'm', 'p', 'o', 's', 'e', 'd', 'b', 'y', 't', 'h', 'e', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'h', 'o', 'l', 'd', 'e', 'r', '.', 'A', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l', 't', 'e', 'r', 'm', 's', '', 'w', 'i', 'l', 'l', 'b', 'e', 'l', 'i', 'n', 'k', 'e', 'd', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'f', 'o', 'r', 'a', 'l', 'l', 'w', 'o', 'r', 'k', 's', '', 'p', 'o', 's', 't', 'e', 'd', 'w', 'i', 't', 'h', 't', 'h', 'e', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'e', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'h', 'o', 'l', 'd', 'e', 'r', 'f', 'o', 'u', 'n', 'd', 'a', 't', 't', 'h', 'e', '', 'b', 'e', 'g', 'i', 'n', 'n', 'i', 'n', 'g', 'o', 'f', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', '.', '', '', '1', '.', 'E', '.', '4', '.', 'D', 'o', 'n', 'o', 't', 'u', 'n', 'l', 'i', 'n', 'k', 'o', 'r', 'd', 'e', 't', 'a', 'c', 'h', 'o', 'r', 'r', 'e', 'm', 'o', 'v', 'e', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'L', 'i', 'c', 'e', 'n', 's', 'e', 't', 'e', 'r', 'm', 's', 'f', 'r', 'o', 'm', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', ',', 'o', 'r', 'a', 'n', 'y', 'f', 'i', 'l', 'e', 's', 'c', 'o', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g', 'a', 'p', 'a', 'r', 't', 'o', 'f', 't', 'h', 'i', 's', '', 'w', 'o', 'r', 'k', 'o', 'r', 'a', 'n', 'y', 'o', 't', 'h', 'e', 'r', 'w', 'o', 'r', 'k', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'w', 'i', 't', 'h', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '.', '', '', '1', '.', 'E', '.', '5', '.', 'D', 'o', 'n', 'o', 't', 'c', 'o', 'p', 'y', ',', 'd', 'i', 's', 'p', 'l', 'a', 'y', ',', 'p', 'e', 'r', 'f', 'o', 'r', 'm', ',', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'o', 'r', 'r', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 't', 'h', 'i', 's', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', ',', 'o', 'r', 'a', 'n', 'y', 'p', 'a', 'r', 't', 'o', 'f', 't', 'h', 'i', 's', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', ',', 'w', 'i', 't', 'h', 'o', 'u', 't', '', 'p', 'r', 'o', 'm', 'i', 'n', 'e', 'n', 't', 'l', 'y', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', 't', 'h', 'e', 's', 'e', 'n', 't', 'e', 'n', 'c', 'e', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'E', '.', '1', 'w', 'i', 't', 'h', '', 'a', 'c', 't', 'i', 'v', 'e', 'l', 'i', 'n', 'k', 's', 'o', 'r', 'i', 'm', 'm', 'e', 'd', 'i', 'a', 't', 'e', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 't', 'h', 'e', 'f', 'u', 'l', 'l', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', '.', '', '', '1', '.', 'E', '.', '6', '.', 'Y', 'o', 'u', 'm', 'a', 'y', 'c', 'o', 'n', 'v', 'e', 'r', 't', 't', 'o', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', 'i', 'n', 'a', 'n', 'y', 'b', 'i', 'n', 'a', 'r', 'y', ',', '', 'c', 'o', 'm', 'p', 'r', 'e', 's', 's', 'e', 'd', ',', 'm', 'a', 'r', 'k', 'e', 'd', 'u', 'p', ',', 'n', 'o', 'n', 'p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y', 'o', 'r', 'p', 'r', 'o', 'p', 'r', 'i', 'e', 't', 'a', 'r', 'y', 'f', 'o', 'r', 'm', ',', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', '', 'a', 'n', 'y', 'w', 'o', 'r', 'd', 'p', 'r', 'o', 'c', 'e', 's', 's', 'i', 'n', 'g', 'o', 'r', 'h', 'y', 'p', 'e', 'r', 't', 'e', 'x', 't', 'f', 'o', 'r', 'm', '.', 'H', 'o', 'w', 'e', 'v', 'e', 'r', ',', 'i', 'f', 'y', 'o', 'u', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'a', 'c', 'c', 'e', 's', 's', '', 't', 'o', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 'a', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', 'i', 'n', 'a', 'f', 'o', 'r', 'm', 'a', 't', '', 'o', 't', 'h', 'e', 'r', 't', 'h', 'a', 'n', '\"', 'P', 'l', 'a', 'i', 'n', 'V', 'a', 'n', 'i', 'l', 'l', 'a', 'A', 'S', 'C', 'I', 'I', '\"', 'o', 'r', 'o', 't', 'h', 'e', 'r', 'f', 'o', 'r', 'm', 'a', 't', 'u', 's', 'e', 'd', 'i', 'n', 't', 'h', 'e', 'o', 'f', 'f', 'i', 'c', 'i', 'a', 'l', '', 'v', 'e', 'r', 's', 'i', 'o', 'n', 'p', 'o', 's', 't', 'e', 'd', 'o', 'n', 't', 'h', 'e', 'o', 'f', 'f', 'i', 'c', 'i', 'a', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'e', 'b', 's', 'i', 't', 'e', '', '(', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', ')', ',', 'y', 'o', 'u', 'm', 'u', 's', 't', ',', 'a', 't', 'n', 'o', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l', 'c', 'o', 's', 't', ',', 'f', 'e', 'e', 'o', 'r', 'e', 'x', 'p', 'e', 'n', 's', 'e', '', 't', 'o', 't', 'h', 'e', 'u', 's', 'e', 'r', ',', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'a', 'c', 'o', 'p', 'y', ',', 'a', 'm', 'e', 'a', 'n', 's', 'o', 'f', 'e', 'x', 'p', 'o', 'r', 't', 'i', 'n', 'g', 'a', 'c', 'o', 'p', 'y', ',', 'o', 'r', 'a', 'm', 'e', 'a', 'n', 's', '', 'o', 'f', 'o', 'b', 't', 'a', 'i', 'n', 'i', 'n', 'g', 'a', 'c', 'o', 'p', 'y', 'u', 'p', 'o', 'n', 'r', 'e', 'q', 'u', 'e', 's', 't', ',', 'o', 'f', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'i', 'n', 'i', 't', 's', 'o', 'r', 'i', 'g', 'i', 'n', 'a', 'l', '\"', 'P', 'l', 'a', 'i', 'n', '', 'V', 'a', 'n', 'i', 'l', 'l', 'a', 'A', 'S', 'C', 'I', 'I', '\"', 'o', 'r', 'o', 't', 'h', 'e', 'r', 'f', 'o', 'r', 'm', '.', 'A', 'n', 'y', 'a', 'l', 't', 'e', 'r', 'n', 'a', 't', 'e', 'f', 'o', 'r', 'm', 'a', 't', 'm', 'u', 's', 't', 'i', 'n', 'c', 'l', 'u', 'd', 'e', 't', 'h', 'e', '', 'f', 'u', 'l', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'L', 'i', 'c', 'e', 'n', 's', 'e', 'a', 's', 's', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'E', '.', '1', '.', '', '', '1', '.', 'E', '.', '7', '.', 'D', 'o', 'n', 'o', 't', 'c', 'h', 'a', 'r', 'g', 'e', 'a', 'f', 'e', 'e', 'f', 'o', 'r', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', ',', 'v', 'i', 'e', 'w', 'i', 'n', 'g', ',', 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', 'g', ',', '', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'i', 'n', 'g', ',', 'c', 'o', 'p', 'y', 'i', 'n', 'g', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'a', 'n', 'y', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', 's', '', 'u', 'n', 'l', 'e', 's', 's', 'y', 'o', 'u', 'c', 'o', 'm', 'p', 'l', 'y', 'w', 'i', 't', 'h', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'E', '.', '8', 'o', 'r', '1', '.', 'E', '.', '9', '.', '', '', '1', '.', 'E', '.', '8', '.', 'Y', 'o', 'u', 'm', 'a', 'y', 'c', 'h', 'a', 'r', 'g', 'e', 'a', 'r', 'e', 'a', 's', 'o', 'n', 'a', 'b', 'l', 'e', 'f', 'e', 'e', 'f', 'o', 'r', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 'o', 'r', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', '', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd', 't', 'h', 'a', 't', '', '', '*', 'Y', 'o', 'u', 'p', 'a', 'y', 'a', 'r', 'o', 'y', 'a', 'l', 't', 'y', 'f', 'e', 'e', 'o', 'f', '2', '0', '%', 'o', 'f', 't', 'h', 'e', 'g', 'r', 'o', 's', 's', 'p', 'r', 'o', 'f', 'i', 't', 's', 'y', 'o', 'u', 'd', 'e', 'r', 'i', 'v', 'e', 'f', 'r', 'o', 'm', '', 't', 'h', 'e', 'u', 's', 'e', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', 's', 'c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e', 'd', 'u', 's', 'i', 'n', 'g', 't', 'h', 'e', 'm', 'e', 't', 'h', 'o', 'd', '', 'y', 'o', 'u', 'a', 'l', 'r', 'e', 'a', 'd', 'y', 'u', 's', 'e', 't', 'o', 'c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'e', 'y', 'o', 'u', 'r', 'a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e', 't', 'a', 'x', 'e', 's', '.', 'T', 'h', 'e', 'f', 'e', 'e', 'i', 's', 'o', 'w', 'e', 'd', '', 't', 'o', 't', 'h', 'e', 'o', 'w', 'n', 'e', 'r', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ',', 'b', 'u', 't', 'h', 'e', 'h', 'a', 's', '', 'a', 'g', 'r', 'e', 'e', 'd', 't', 'o', 'd', 'o', 'n', 'a', 't', 'e', 'r', 'o', 'y', 'a', 'l', 't', 'i', 'e', 's', 'u', 'n', 'd', 'e', 'r', 't', 'h', 'i', 's', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', 'R', 'o', 'y', 'a', 'l', 't', 'y', 'p', 'a', 'y', 'm', 'e', 'n', 't', 's', 'm', 'u', 's', 't', 'b', 'e', 'p', 'a', 'i', 'd', '', 'w', 'i', 't', 'h', 'i', 'n', '6', '0', 'd', 'a', 'y', 's', 'f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g', 'e', 'a', 'c', 'h', 'd', 'a', 't', 'e', 'o', 'n', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'p', 'r', 'e', 'p', 'a', 'r', 'e', '(', 'o', 'r', 'a', 'r', 'e', '', 'l', 'e', 'g', 'a', 'l', 'l', 'y', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 'd', 't', 'o', 'p', 'r', 'e', 'p', 'a', 'r', 'e', ')', 'y', 'o', 'u', 'r', 'p', 'e', 'r', 'i', 'o', 'd', 'i', 'c', 't', 'a', 'x', 'r', 'e', 't', 'u', 'r', 'n', 's', '.', 'R', 'o', 'y', 'a', 'l', 't', 'y', '', 'p', 'a', 'y', 'm', 'e', 'n', 't', 's', 's', 'h', 'o', 'u', 'l', 'd', 'b', 'e', 'c', 'l', 'e', 'a', 'r', 'l', 'y', 'm', 'a', 'r', 'k', 'e', 'd', 'a', 's', 's', 'u', 'c', 'h', 'a', 'n', 'd', 's', 'e', 'n', 't', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'a', 't', 't', 'h', 'e', 'a', 'd', 'd', 'r', 'e', 's', 's', 's', 'p', 'e', 'c', 'i', 'f', 'i', 'e', 'd', 'i', 'n', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', '4', ',', '\"', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'a', 'b', 'o', 'u', 't', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '.', '\"', '', '', '*', 'Y', 'o', 'u', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'a', 'f', 'u', 'l', 'l', 'r', 'e', 'f', 'u', 'n', 'd', 'o', 'f', 'a', 'n', 'y', 'm', 'o', 'n', 'e', 'y', 'p', 'a', 'i', 'd', 'b', 'y', 'a', 'u', 's', 'e', 'r', 'w', 'h', 'o', 'n', 'o', 't', 'i', 'f', 'i', 'e', 's', '', 'y', 'o', 'u', 'i', 'n', 'w', 'r', 'i', 't', 'i', 'n', 'g', '(', 'o', 'r', 'b', 'y', 'e', '-', 'm', 'a', 'i', 'l', ')', 'w', 'i', 't', 'h', 'i', 'n', '3', '0', 'd', 'a', 'y', 's', 'o', 'f', 'r', 'e', 'c', 'e', 'i', 'p', 't', 't', 'h', 'a', 't', 's', '/', 'h', 'e', '', 'd', 'o', 'e', 's', 'n', 'o', 't', 'a', 'g', 'r', 'e', 'e', 't', 'o', 't', 'h', 'e', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'L', 'i', 'c', 'e', 'n', 's', 'e', '.', 'Y', 'o', 'u', 'm', 'u', 's', 't', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 's', 'u', 'c', 'h', 'a', 'u', 's', 'e', 'r', 't', 'o', 'r', 'e', 't', 'u', 'r', 'n', 'o', 'r', 'd', 'e', 's', 't', 'r', 'o', 'y', 'a', 'l', 'l', '', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 't', 'h', 'e', 'w', 'o', 'r', 'k', 's', 'p', 'o', 's', 's', 'e', 's', 's', 'e', 'd', 'i', 'n', 'a', 'p', 'h', 'y', 's', 'i', 'c', 'a', 'l', 'm', 'e', 'd', 'i', 'u', 'm', 'a', 'n', 'd', 'd', 'i', 's', 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '', 'a', 'l', 'l', 'u', 's', 'e', 'o', 'f', 'a', 'n', 'd', 'a', 'l', 'l', 'a', 'c', 'c', 'e', 's', 's', 't', 'o', 'o', 't', 'h', 'e', 'r', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'w', 'o', 'r', 'k', 's', '.', '', '', '*', 'Y', 'o', 'u', 'p', 'r', 'o', 'v', 'i', 'd', 'e', ',', 'i', 'n', 'a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e', 'w', 'i', 't', 'h', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'F', '.', '3', ',', 'a', 'f', 'u', 'l', 'l', 'r', 'e', 'f', 'u', 'n', 'd', 'o', 'f', '', 'a', 'n', 'y', 'm', 'o', 'n', 'e', 'y', 'p', 'a', 'i', 'd', 'f', 'o', 'r', 'a', 'w', 'o', 'r', 'k', 'o', 'r', 'a', 'r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't', 'c', 'o', 'p', 'y', ',', 'i', 'f', 'a', 'd', 'e', 'f', 'e', 'c', 't', 'i', 'n', 't', 'h', 'e', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'i', 's', 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'e', 'd', 'a', 'n', 'd', 'r', 'e', 'p', 'o', 'r', 't', 'e', 'd', 't', 'o', 'y', 'o', 'u', 'w', 'i', 't', 'h', 'i', 'n', '9', '0', 'd', 'a', 'y', 's', 'o', 'f', '', 'r', 'e', 'c', 'e', 'i', 'p', 't', 'o', 'f', 't', 'h', 'e', 'w', 'o', 'r', 'k', '.', '', '', '*', 'Y', 'o', 'u', 'c', 'o', 'm', 'p', 'l', 'y', 'w', 'i', 't', 'h', 'a', 'l', 'l', 'o', 't', 'h', 'e', 'r', 't', 'e', 'r', 'm', 's', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 'f', 'o', 'r', 'f', 'r', 'e', 'e', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', 's', '.', '', '', '1', '.', 'E', '.', '9', '.', 'I', 'f', 'y', 'o', 'u', 'w', 'i', 's', 'h', 't', 'o', 'c', 'h', 'a', 'r', 'g', 'e', 'a', 'f', 'e', 'e', 'o', 'r', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'a', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'o', 'r', 'g', 'r', 'o', 'u', 'p', 'o', 'f', 'w', 'o', 'r', 'k', 's', 'o', 'n', 'd', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 't', 't', 'e', 'r', 'm', 's', 't', 'h', 'a', 'n', '', 'a', 'r', 'e', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 'y', 'o', 'u', 'm', 'u', 's', 't', 'o', 'b', 't', 'a', 'i', 'n', 'p', 'e', 'r', 'm', 'i', 's', 's', 'i', 'o', 'n', 'i', 'n', 'w', 'r', 'i', 't', 'i', 'n', 'g', '', 'f', 'r', 'o', 'm', 'b', 'o', 't', 'h', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'a', 'n', 'd', 'T', 'h', 'e', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'T', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', 'L', 'L', 'C', ',', 't', 'h', 'e', 'o', 'w', 'n', 'e', 'r', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', '.', 'C', 'o', 'n', 't', 'a', 'c', 't', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'a', 's', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 'S', 'e', 'c', 't', 'i', 'o', 'n', '3', 'b', 'e', 'l', 'o', 'w', '.', '', '', '1', '.', 'F', '.', '', '', '1', '.', 'F', '.', '1', '.', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'a', 'n', 'd', 'e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's', 'e', 'x', 'p', 'e', 'n', 'd', 'c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e', '', 'e', 'f', 'f', 'o', 'r', 't', 't', 'o', 'i', 'd', 'e', 'n', 't', 'i', 'f', 'y', ',', 'd', 'o', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'r', 'e', 's', 'e', 'a', 'r', 'c', 'h', 'o', 'n', ',', 't', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'b', 'e', 'a', 'n', 'd', 'p', 'r', 'o', 'o', 'f', 'r', 'e', 'a', 'd', '', 'w', 'o', 'r', 'k', 's', 'n', 'o', 't', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'U', '.', 'S', '.', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'l', 'a', 'w', 'i', 'n', 'c', 'r', 'e', 'a', 't', 'i', 'n', 'g', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '.', 'D', 'e', 's', 'p', 'i', 't', 'e', 't', 'h', 'e', 's', 'e', 'e', 'f', 'f', 'o', 'r', 't', 's', ',', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', ',', 'a', 'n', 'd', 't', 'h', 'e', 'm', 'e', 'd', 'i', 'u', 'm', 'o', 'n', 'w', 'h', 'i', 'c', 'h', 't', 'h', 'e', 'y', 'm', 'a', 'y', 'b', 'e', 's', 't', 'o', 'r', 'e', 'd', ',', 'm', 'a', 'y', '', 'c', 'o', 'n', 't', 'a', 'i', 'n', '\"', 'D', 'e', 'f', 'e', 'c', 't', 's', ',', '\"', 's', 'u', 'c', 'h', 'a', 's', ',', 'b', 'u', 't', 'n', 'o', 't', 'l', 'i', 'm', 'i', 't', 'e', 'd', 't', 'o', ',', 'i', 'n', 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', ',', 'i', 'n', 'a', 'c', 'c', 'u', 'r', 'a', 't', 'e', '', 'o', 'r', 'c', 'o', 'r', 'r', 'u', 'p', 't', 'd', 'a', 't', 'a', ',', 't', 'r', 'a', 'n', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', 'e', 'r', 'r', 'o', 'r', 's', ',', 'a', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'o', 'r', 'o', 't', 'h', 'e', 'r', '', 'i', 'n', 't', 'e', 'l', 'l', 'e', 'c', 't', 'u', 'a', 'l', 'p', 'r', 'o', 'p', 'e', 'r', 't', 'y', 'i', 'n', 'f', 'r', 'i', 'n', 'g', 'e', 'm', 'e', 'n', 't', ',', 'a', 'd', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e', 'o', 'r', 'd', 'a', 'm', 'a', 'g', 'e', 'd', 'd', 'i', 's', 'k', 'o', 'r', '', 'o', 't', 'h', 'e', 'r', 'm', 'e', 'd', 'i', 'u', 'm', ',', 'a', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 'v', 'i', 'r', 'u', 's', ',', 'o', 'r', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 'c', 'o', 'd', 'e', 's', 't', 'h', 'a', 't', 'd', 'a', 'm', 'a', 'g', 'e', 'o', 'r', '', 'c', 'a', 'n', 'n', 'o', 't', 'b', 'e', 'r', 'e', 'a', 'd', 'b', 'y', 'y', 'o', 'u', 'r', 'e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.', '', '', '1', '.', 'F', '.', '2', '.', 'L', 'I', 'M', 'I', 'T', 'E', 'D', 'W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y', ',', 'D', 'I', 'S', 'C', 'L', 'A', 'I', 'M', 'E', 'R', 'O', 'F', 'D', 'A', 'M', 'A', 'G', 'E', 'S', '-', 'E', 'x', 'c', 'e', 'p', 't', 'f', 'o', 'r', 't', 'h', 'e', '\"', 'R', 'i', 'g', 'h', 't', '', 'o', 'f', 'R', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't', 'o', 'r', 'R', 'e', 'f', 'u', 'n', 'd', '\"', 'd', 'e', 's', 'c', 'r', 'i', 'b', 'e', 'd', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'F', '.', '3', ',', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ',', 't', 'h', 'e', 'o', 'w', 'n', 'e', 'r', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', ',', 'a', 'n', 'd', 'a', 'n', 'y', 'o', 't', 'h', 'e', 'r', 'p', 'a', 'r', 't', 'y', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'n', 'g', 'a', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'u', 'n', 'd', 'e', 'r', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 'd', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'a', 'l', 'l', '', 'l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y', 't', 'o', 'y', 'o', 'u', 'f', 'o', 'r', 'd', 'a', 'm', 'a', 'g', 'e', 's', ',', 'c', 'o', 's', 't', 's', 'a', 'n', 'd', 'e', 'x', 'p', 'e', 'n', 's', 'e', 's', ',', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'l', 'e', 'g', 'a', 'l', '', 'f', 'e', 'e', 's', '.', 'Y', 'O', 'U', 'A', 'G', 'R', 'E', 'E', 'T', 'H', 'A', 'T', 'Y', 'O', 'U', 'H', 'A', 'V', 'E', 'N', 'O', 'R', 'E', 'M', 'E', 'D', 'I', 'E', 'S', 'F', 'O', 'R', 'N', 'E', 'G', 'L', 'I', 'G', 'E', 'N', 'C', 'E', ',', 'S', 'T', 'R', 'I', 'C', 'T', '', 'L', 'I', 'A', 'B', 'I', 'L', 'I', 'T', 'Y', ',', 'B', 'R', 'E', 'A', 'C', 'H', 'O', 'F', 'W', 'A', 'R', 'R', 'A', 'N', 'T', 'Y', 'O', 'R', 'B', 'R', 'E', 'A', 'C', 'H', 'O', 'F', 'C', 'O', 'N', 'T', 'R', 'A', 'C', 'T', 'E', 'X', 'C', 'E', 'P', 'T', 'T', 'H', 'O', 'S', 'E', '', 'P', 'R', 'O', 'V', 'I', 'D', 'E', 'D', 'I', 'N', 'P', 'A', 'R', 'A', 'G', 'R', 'A', 'P', 'H', '1', '.', 'F', '.', '3', '.', 'Y', 'O', 'U', 'A', 'G', 'R', 'E', 'E', 'T', 'H', 'A', 'T', 'T', 'H', 'E', 'F', 'O', 'U', 'N', 'D', 'A', 'T', 'I', 'O', 'N', ',', 'T', 'H', 'E', '', 'T', 'R', 'A', 'D', 'E', 'M', 'A', 'R', 'K', 'O', 'W', 'N', 'E', 'R', ',', 'A', 'N', 'D', 'A', 'N', 'Y', 'D', 'I', 'S', 'T', 'R', 'I', 'B', 'U', 'T', 'O', 'R', 'U', 'N', 'D', 'E', 'R', 'T', 'H', 'I', 'S', 'A', 'G', 'R', 'E', 'E', 'M', 'E', 'N', 'T', 'W', 'I', 'L', 'L', 'N', 'O', 'T', 'B', 'E', '', 'L', 'I', 'A', 'B', 'L', 'E', 'T', 'O', 'Y', 'O', 'U', 'F', 'O', 'R', 'A', 'C', 'T', 'U', 'A', 'L', ',', 'D', 'I', 'R', 'E', 'C', 'T', ',', 'I', 'N', 'D', 'I', 'R', 'E', 'C', 'T', ',', 'C', 'O', 'N', 'S', 'E', 'Q', 'U', 'E', 'N', 'T', 'I', 'A', 'L', ',', 'P', 'U', 'N', 'I', 'T', 'I', 'V', 'E', 'O', 'R', '', 'I', 'N', 'C', 'I', 'D', 'E', 'N', 'T', 'A', 'L', 'D', 'A', 'M', 'A', 'G', 'E', 'S', 'E', 'V', 'E', 'N', 'I', 'F', 'Y', 'O', 'U', 'G', 'I', 'V', 'E', 'N', 'O', 'T', 'I', 'C', 'E', 'O', 'F', 'T', 'H', 'E', 'P', 'O', 'S', 'S', 'I', 'B', 'I', 'L', 'I', 'T', 'Y', 'O', 'F', 'S', 'U', 'C', 'H', '', 'D', 'A', 'M', 'A', 'G', 'E', '.', '', '', '1', '.', 'F', '.', '3', '.', 'L', 'I', 'M', 'I', 'T', 'E', 'D', 'R', 'I', 'G', 'H', 'T', 'O', 'F', 'R', 'E', 'P', 'L', 'A', 'C', 'E', 'M', 'E', 'N', 'T', 'O', 'R', 'R', 'E', 'F', 'U', 'N', 'D', '-', 'I', 'f', 'y', 'o', 'u', 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'a', '', 'd', 'e', 'f', 'e', 'c', 't', 'i', 'n', 't', 'h', 'i', 's', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 'w', 'i', 't', 'h', 'i', 'n', '9', '0', 'd', 'a', 'y', 's', 'o', 'f', 'r', 'e', 'c', 'e', 'i', 'v', 'i', 'n', 'g', 'i', 't', ',', 'y', 'o', 'u', 'c', 'a', 'n', '', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'a', 'r', 'e', 'f', 'u', 'n', 'd', 'o', 'f', 't', 'h', 'e', 'm', 'o', 'n', 'e', 'y', '(', 'i', 'f', 'a', 'n', 'y', ')', 'y', 'o', 'u', 'p', 'a', 'i', 'd', 'f', 'o', 'r', 'i', 't', 'b', 'y', 's', 'e', 'n', 'd', 'i', 'n', 'g', 'a', '', 'w', 'r', 'i', 't', 't', 'e', 'n', 'e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n', 't', 'o', 't', 'h', 'e', 'p', 'e', 'r', 's', 'o', 'n', 'y', 'o', 'u', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'f', 'r', 'o', 'm', '.', 'I', 'f', 'y', 'o', 'u', '', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'o', 'n', 'a', 'p', 'h', 'y', 's', 'i', 'c', 'a', 'l', 'm', 'e', 'd', 'i', 'u', 'm', ',', 'y', 'o', 'u', 'm', 'u', 's', 't', 'r', 'e', 't', 'u', 'r', 'n', 't', 'h', 'e', 'm', 'e', 'd', 'i', 'u', 'm', '', 'w', 'i', 't', 'h', 'y', 'o', 'u', 'r', 'w', 'r', 'i', 't', 't', 'e', 'n', 'e', 'x', 'p', 'l', 'a', 'n', 'a', 't', 'i', 'o', 'n', '.', 'T', 'h', 'e', 'p', 'e', 'r', 's', 'o', 'n', 'o', 'r', 'e', 'n', 't', 'i', 't', 'y', 't', 'h', 'a', 't', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd', 'y', 'o', 'u', '', 'w', 'i', 't', 'h', 't', 'h', 'e', 'd', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e', 'w', 'o', 'r', 'k', 'm', 'a', 'y', 'e', 'l', 'e', 'c', 't', 't', 'o', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'a', 'r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't', 'c', 'o', 'p', 'y', 'i', 'n', '', 'l', 'i', 'e', 'u', 'o', 'f', 'a', 'r', 'e', 'f', 'u', 'n', 'd', '.', 'I', 'f', 'y', 'o', 'u', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y', ',', 't', 'h', 'e', 'p', 'e', 'r', 's', 'o', 'n', '', 'o', 'r', 'e', 'n', 't', 'i', 't', 'y', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', 'i', 't', 't', 'o', 'y', 'o', 'u', 'm', 'a', 'y', 'c', 'h', 'o', 'o', 's', 'e', 't', 'o', 'g', 'i', 'v', 'e', 'y', 'o', 'u', 'a', 's', 'e', 'c', 'o', 'n', 'd', '', 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'y', 't', 'o', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 't', 'h', 'e', 'w', 'o', 'r', 'k', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'a', 'l', 'l', 'y', 'i', 'n', 'l', 'i', 'e', 'u', 'o', 'f', 'a', 'r', 'e', 'f', 'u', 'n', 'd', '.', 'I', 'f', '', 't', 'h', 'e', 's', 'e', 'c', 'o', 'n', 'd', 'c', 'o', 'p', 'y', 'i', 's', 'a', 'l', 's', 'o', 'd', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e', ',', 'y', 'o', 'u', 'm', 'a', 'y', 'd', 'e', 'm', 'a', 'n', 'd', 'a', 'r', 'e', 'f', 'u', 'n', 'd', 'i', 'n', 'w', 'r', 'i', 't', 'i', 'n', 'g', '', 'w', 'i', 't', 'h', 'o', 'u', 't', 'f', 'u', 'r', 't', 'h', 'e', 'r', 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'i', 'e', 's', 't', 'o', 'f', 'i', 'x', 't', 'h', 'e', 'p', 'r', 'o', 'b', 'l', 'e', 'm', '.', '', '', '1', '.', 'F', '.', '4', '.', 'E', 'x', 'c', 'e', 'p', 't', 'f', 'o', 'r', 't', 'h', 'e', 'l', 'i', 'm', 'i', 't', 'e', 'd', 'r', 'i', 'g', 'h', 't', 'o', 'f', 'r', 'e', 'p', 'l', 'a', 'c', 'e', 'm', 'e', 'n', 't', 'o', 'r', 'r', 'e', 'f', 'u', 'n', 'd', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', '', 'i', 'n', 'p', 'a', 'r', 'a', 'g', 'r', 'a', 'p', 'h', '1', '.', 'F', '.', '3', ',', 't', 'h', 'i', 's', 'w', 'o', 'r', 'k', 'i', 's', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'd', 't', 'o', 'y', 'o', 'u', \"'\", 'A', 'S', '-', 'I', 'S', \"'\", ',', 'W', 'I', 'T', 'H', 'N', 'O', '', 'O', 'T', 'H', 'E', 'R', 'W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S', 'O', 'F', 'A', 'N', 'Y', 'K', 'I', 'N', 'D', ',', 'E', 'X', 'P', 'R', 'E', 'S', 'S', 'O', 'R', 'I', 'M', 'P', 'L', 'I', 'E', 'D', ',', 'I', 'N', 'C', 'L', 'U', 'D', 'I', 'N', 'G', 'B', 'U', 'T', 'N', 'O', 'T', '', 'L', 'I', 'M', 'I', 'T', 'E', 'D', 'T', 'O', 'W', 'A', 'R', 'R', 'A', 'N', 'T', 'I', 'E', 'S', 'O', 'F', 'M', 'E', 'R', 'C', 'H', 'A', 'N', 'T', 'A', 'B', 'I', 'L', 'I', 'T', 'Y', 'O', 'R', 'F', 'I', 'T', 'N', 'E', 'S', 'S', 'F', 'O', 'R', 'A', 'N', 'Y', 'P', 'U', 'R', 'P', 'O', 'S', 'E', '.', '', '', '1', '.', 'F', '.', '5', '.', 'S', 'o', 'm', 'e', 's', 't', 'a', 't', 'e', 's', 'd', 'o', 'n', 'o', 't', 'a', 'l', 'l', 'o', 'w', 'd', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r', 's', 'o', 'f', 'c', 'e', 'r', 't', 'a', 'i', 'n', 'i', 'm', 'p', 'l', 'i', 'e', 'd', '', 'w', 'a', 'r', 'r', 'a', 'n', 't', 'i', 'e', 's', 'o', 'r', 't', 'h', 'e', 'e', 'x', 'c', 'l', 'u', 's', 'i', 'o', 'n', 'o', 'r', 'l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n', 'o', 'f', 'c', 'e', 'r', 't', 'a', 'i', 'n', 't', 'y', 'p', 'e', 's', 'o', 'f', '', 'd', 'a', 'm', 'a', 'g', 'e', 's', '.', 'I', 'f', 'a', 'n', 'y', 'd', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r', 'o', 'r', 'l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n', 's', 'e', 't', 'f', 'o', 'r', 't', 'h', 'i', 'n', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', '', 'v', 'i', 'o', 'l', 'a', 't', 'e', 's', 't', 'h', 'e', 'l', 'a', 'w', 'o', 'f', 't', 'h', 'e', 's', 't', 'a', 't', 'e', 'a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e', 't', 'o', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 't', 'h', 'e', '', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 's', 'h', 'a', 'l', 'l', 'b', 'e', 'i', 'n', 't', 'e', 'r', 'p', 'r', 'e', 't', 'e', 'd', 't', 'o', 'm', 'a', 'k', 'e', 't', 'h', 'e', 'm', 'a', 'x', 'i', 'm', 'u', 'm', 'd', 'i', 's', 'c', 'l', 'a', 'i', 'm', 'e', 'r', 'o', 'r', '', 'l', 'i', 'm', 'i', 't', 'a', 't', 'i', 'o', 'n', 'p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd', 'b', 'y', 't', 'h', 'e', 'a', 'p', 'p', 'l', 'i', 'c', 'a', 'b', 'l', 'e', 's', 't', 'a', 't', 'e', 'l', 'a', 'w', '.', 'T', 'h', 'e', 'i', 'n', 'v', 'a', 'l', 'i', 'd', 'i', 't', 'y', 'o', 'r', '', 'u', 'n', 'e', 'n', 'f', 'o', 'r', 'c', 'e', 'a', 'b', 'i', 'l', 'i', 't', 'y', 'o', 'f', 'a', 'n', 'y', 'p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', 's', 'h', 'a', 'l', 'l', 'n', 'o', 't', 'v', 'o', 'i', 'd', 't', 'h', 'e', '', 'r', 'e', 'm', 'a', 'i', 'n', 'i', 'n', 'g', 'p', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n', 's', '.', '', '', '1', '.', 'F', '.', '6', '.', 'I', 'N', 'D', 'E', 'M', 'N', 'I', 'T', 'Y', '-', 'Y', 'o', 'u', 'a', 'g', 'r', 'e', 'e', 't', 'o', 'i', 'n', 'd', 'e', 'm', 'n', 'i', 'f', 'y', 'a', 'n', 'd', 'h', 'o', 'l', 'd', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ',', 't', 'h', 'e', '', 't', 'r', 'a', 'd', 'e', 'm', 'a', 'r', 'k', 'o', 'w', 'n', 'e', 'r', ',', 'a', 'n', 'y', 'a', 'g', 'e', 'n', 't', 'o', 'r', 'e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 'o', 'f', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ',', 'a', 'n', 'y', 'o', 'n', 'e', '', 'p', 'r', 'o', 'v', 'i', 'd', 'i', 'n', 'g', 'c', 'o', 'p', 'i', 'e', 's', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 'i', 'n', '', 'a', 'c', 'c', 'o', 'r', 'd', 'a', 'n', 'c', 'e', 'w', 'i', 't', 'h', 't', 'h', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't', ',', 'a', 'n', 'd', 'a', 'n', 'y', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'e', 'd', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'p', 'r', 'o', 'd', 'u', 'c', 't', 'i', 'o', 'n', ',', 'p', 'r', 'o', 'm', 'o', 't', 'i', 'o', 'n', 'a', 'n', 'd', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', ',', 'h', 'a', 'r', 'm', 'l', 'e', 's', 's', 'f', 'r', 'o', 'm', 'a', 'l', 'l', 'l', 'i', 'a', 'b', 'i', 'l', 'i', 't', 'y', ',', 'c', 'o', 's', 't', 's', 'a', 'n', 'd', 'e', 'x', 'p', 'e', 'n', 's', 'e', 's', ',', '', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'l', 'e', 'g', 'a', 'l', 'f', 'e', 'e', 's', ',', 't', 'h', 'a', 't', 'a', 'r', 'i', 's', 'e', 'd', 'i', 'r', 'e', 'c', 't', 'l', 'y', 'o', 'r', 'i', 'n', 'd', 'i', 'r', 'e', 'c', 't', 'l', 'y', 'f', 'r', 'o', 'm', 'a', 'n', 'y', 'o', 'f', '', 't', 'h', 'e', 'f', 'o', 'l', 'l', 'o', 'w', 'i', 'n', 'g', 'w', 'h', 'i', 'c', 'h', 'y', 'o', 'u', 'd', 'o', 'o', 'r', 'c', 'a', 'u', 's', 'e', 't', 'o', 'o', 'c', 'c', 'u', 'r', ':', '(', 'a', ')', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'o', 'f', 't', 'h', 'i', 's', '', 'o', 'r', 'a', 'n', 'y', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', ',', '(', 'b', ')', 'a', 'l', 't', 'e', 'r', 'a', 't', 'i', 'o', 'n', ',', 'm', 'o', 'd', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', ',', 'o', 'r', '', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 's', 'o', 'r', 'd', 'e', 'l', 'e', 't', 'i', 'o', 'n', 's', 't', 'o', 'a', 'n', 'y', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'w', 'o', 'r', 'k', ',', 'a', 'n', 'd', '(', 'c', ')', 'a', 'n', 'y', '', 'D', 'e', 'f', 'e', 'c', 't', 'y', 'o', 'u', 'c', 'a', 'u', 's', 'e', '.', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', '2', '.', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'a', 'b', 'o', 'u', 't', 't', 'h', 'e', 'M', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'i', 's', 's', 'y', 'n', 'o', 'n', 'y', 'm', 'o', 'u', 's', 'w', 'i', 't', 'h', 't', 'h', 'e', 'f', 'r', 'e', 'e', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 'o', 'f', '', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 's', 'r', 'e', 'a', 'd', 'a', 'b', 'l', 'e', 'b', 'y', 't', 'h', 'e', 'w', 'i', 'd', 'e', 's', 't', 'v', 'a', 'r', 'i', 'e', 't', 'y', 'o', 'f', '', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'o', 'b', 's', 'o', 'l', 'e', 't', 'e', ',', 'o', 'l', 'd', ',', 'm', 'i', 'd', 'd', 'l', 'e', '-', 'a', 'g', 'e', 'd', 'a', 'n', 'd', 'n', 'e', 'w', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's', '.', 'I', 't', '', 'e', 'x', 'i', 's', 't', 's', 'b', 'e', 'c', 'a', 'u', 's', 'e', 'o', 'f', 't', 'h', 'e', 'e', 'f', 'f', 'o', 'r', 't', 's', 'o', 'f', 'h', 'u', 'n', 'd', 'r', 'e', 'd', 's', 'o', 'f', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'a', 'n', 'd', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '', 'f', 'r', 'o', 'm', 'p', 'e', 'o', 'p', 'l', 'e', 'i', 'n', 'a', 'l', 'l', 'w', 'a', 'l', 'k', 's', 'o', 'f', 'l', 'i', 'f', 'e', '.', '', '', 'V', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'a', 'n', 'd', 'f', 'i', 'n', 'a', 'n', 'c', 'i', 'a', 'l', 's', 'u', 'p', 'p', 'o', 'r', 't', 't', 'o', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'a', 's', 's', 'i', 's', 't', 'a', 'n', 'c', 'e', 't', 'h', 'e', 'y', 'n', 'e', 'e', 'd', 'a', 'r', 'e', 'c', 'r', 'i', 't', 'i', 'c', 'a', 'l', 't', 'o', 'r', 'e', 'a', 'c', 'h', 'i', 'n', 'g', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', \"'\", 's', '', 'g', 'o', 'a', 'l', 's', 'a', 'n', 'd', 'e', 'n', 's', 'u', 'r', 'i', 'n', 'g', 't', 'h', 'a', 't', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', 'w', 'i', 'l', 'l', '', 'r', 'e', 'm', 'a', 'i', 'n', 'f', 'r', 'e', 'e', 'l', 'y', 'a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e', 'f', 'o', 'r', 'g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's', 't', 'o', 'c', 'o', 'm', 'e', '.', 'I', 'n', '2', '0', '0', '1', ',', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'w', 'a', 's', 'c', 'r', 'e', 'a', 't', 'e', 'd', 't', 'o', 'p', 'r', 'o', 'v', 'i', 'd', 'e', 'a', 's', 'e', 'c', 'u', 'r', 'e', '', 'a', 'n', 'd', 'p', 'e', 'r', 'm', 'a', 'n', 'e', 'n', 't', 'f', 'u', 't', 'u', 'r', 'e', 'f', 'o', 'r', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'a', 'n', 'd', 'f', 'u', 't', 'u', 'r', 'e', '', 'g', 'e', 'n', 'e', 'r', 'a', 't', 'i', 'o', 'n', 's', '.', 'T', 'o', 'l', 'e', 'a', 'r', 'n', 'm', 'o', 'r', 'e', 'a', 'b', 'o', 'u', 't', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'a', 'n', 'd', 'h', 'o', 'w', 'y', 'o', 'u', 'r', 'e', 'f', 'f', 'o', 'r', 't', 's', 'a', 'n', 'd', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'c', 'a', 'n', 'h', 'e', 'l', 'p', ',', 's', 'e', 'e', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', 's', '3', 'a', 'n', 'd', '4', 'a', 'n', 'd', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'p', 'a', 'g', 'e', 'a', 't', '', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', 'S', 'e', 'c', 't', 'i', 'o', 'n', '3', '.', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'a', 'b', 'o', 'u', 't', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '', '', 'T', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'i', 's', 'a', 'n', 'o', 'n', 'p', 'r', 'o', 'f', 'i', 't', '', '5', '0', '1', '(', 'c', ')', '(', '3', ')', 'e', 'd', 'u', 'c', 'a', 't', 'i', 'o', 'n', 'a', 'l', 'c', 'o', 'r', 'p', 'o', 'r', 'a', 't', 'i', 'o', 'n', 'o', 'r', 'g', 'a', 'n', 'i', 'z', 'e', 'd', 'u', 'n', 'd', 'e', 'r', 't', 'h', 'e', 'l', 'a', 'w', 's', 'o', 'f', 't', 'h', 'e', '', 's', 't', 'a', 't', 'e', 'o', 'f', 'M', 'i', 's', 's', 'i', 's', 's', 'i', 'p', 'p', 'i', 'a', 'n', 'd', 'g', 'r', 'a', 'n', 't', 'e', 'd', 't', 'a', 'x', 'e', 'x', 'e', 'm', 'p', 't', 's', 't', 'a', 't', 'u', 's', 'b', 'y', 't', 'h', 'e', 'I', 'n', 't', 'e', 'r', 'n', 'a', 'l', '', 'R', 'e', 'v', 'e', 'n', 'u', 'e', 'S', 'e', 'r', 'v', 'i', 'c', 'e', '.', 'T', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's', 'E', 'I', 'N', 'o', 'r', 'f', 'e', 'd', 'e', 'r', 'a', 'l', 't', 'a', 'x', 'i', 'd', 'e', 'n', 't', 'i', 'f', 'i', 'c', 'a', 't', 'i', 'o', 'n', '', 'n', 'u', 'm', 'b', 'e', 'r', 'i', 's', '6', '4', '-', '6', '2', '2', '1', '5', '4', '1', '.', 'C', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'a', 'r', 'e', 't', 'a', 'x', 'd', 'e', 'd', 'u', 'c', 't', 'i', 'b', 'l', 'e', 't', 'o', 't', 'h', 'e', 'f', 'u', 'l', 'l', 'e', 'x', 't', 'e', 'n', 't', 'p', 'e', 'r', 'm', 'i', 't', 't', 'e', 'd', 'b', 'y', '', 'U', '.', 'S', '.', 'f', 'e', 'd', 'e', 'r', 'a', 'l', 'l', 'a', 'w', 's', 'a', 'n', 'd', 'y', 'o', 'u', 'r', 's', 't', 'a', 't', 'e', \"'\", 's', 'l', 'a', 'w', 's', '.', '', '', 'T', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's', 'p', 'r', 'i', 'n', 'c', 'i', 'p', 'a', 'l', 'o', 'f', 'f', 'i', 'c', 'e', 'i', 's', 'i', 'n', 'F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ',', 'A', 'l', 'a', 's', 'k', 'a', ',', 'w', 'i', 't', 'h', 't', 'h', 'e', '', 'm', 'a', 'i', 'l', 'i', 'n', 'g', 'a', 'd', 'd', 'r', 'e', 's', 's', ':', 'P', 'O', 'B', 'o', 'x', '7', '5', '0', '1', '7', '5', ',', 'F', 'a', 'i', 'r', 'b', 'a', 'n', 'k', 's', ',', 'A', 'K', '9', '9', '7', '7', '5', ',', 'b', 'u', 't', 'i', 't', 's', '', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'a', 'n', 'd', 'e', 'm', 'p', 'l', 'o', 'y', 'e', 'e', 's', 'a', 'r', 'e', 's', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd', 't', 'h', 'r', 'o', 'u', 'g', 'h', 'o', 'u', 't', 'n', 'u', 'm', 'e', 'r', 'o', 'u', 's', '', 'l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '.', 'I', 't', 's', 'b', 'u', 's', 'i', 'n', 'e', 's', 's', 'o', 'f', 'f', 'i', 'c', 'e', 'i', 's', 'l', 'o', 'c', 'a', 't', 'e', 'd', 'a', 't', '8', '0', '9', 'N', 'o', 'r', 't', 'h', '1', '5', '0', '0', 'W', 'e', 's', 't', ',', 'S', 'a', 'l', 't', '', 'L', 'a', 'k', 'e', 'C', 'i', 't', 'y', ',', 'U', 'T', '8', '4', '1', '1', '6', ',', '(', '8', '0', '1', ')', '5', '9', '6', '-', '1', '8', '8', '7', '.', 'E', 'm', 'a', 'i', 'l', 'c', 'o', 'n', 't', 'a', 'c', 't', 'l', 'i', 'n', 'k', 's', 'a', 'n', 'd', 'u', 'p', 't', 'o', '', 'd', 'a', 't', 'e', 'c', 'o', 'n', 't', 'a', 'c', 't', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'c', 'a', 'n', 'b', 'e', 'f', 'o', 'u', 'n', 'd', 'a', 't', 't', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', \"'\", 's', 'w', 'e', 'b', 's', 'i', 't', 'e', 'a', 'n', 'd', '', 'o', 'f', 'f', 'i', 'c', 'i', 'a', 'l', 'p', 'a', 'g', 'e', 'a', 't', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'c', 'o', 'n', 't', 'a', 'c', 't', '', '', 'F', 'o', 'r', 'a', 'd', 'd', 'i', 't', 'i', 'o', 'n', 'a', 'l', 'c', 'o', 'n', 't', 'a', 'c', 't', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', ':', '', '', 'D', 'r', '.', 'G', 'r', 'e', 'g', 'o', 'r', 'y', 'B', '.', 'N', 'e', 'w', 'b', 'y', '', 'C', 'h', 'i', 'e', 'f', 'E', 'x', 'e', 'c', 'u', 't', 'i', 'v', 'e', 'a', 'n', 'd', 'D', 'i', 'r', 'e', 'c', 't', 'o', 'r', '', 'g', 'b', 'n', 'e', 'w', 'b', 'y', '@', 'p', 'g', 'l', 'a', 'f', '.', 'o', 'r', 'g', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', '4', '.', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'a', 'b', 'o', 'u', 't', 'D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'd', 'e', 'p', 'e', 'n', 'd', 's', 'u', 'p', 'o', 'n', 'a', 'n', 'd', 'c', 'a', 'n', 'n', 'o', 't', 's', 'u', 'r', 'v', 'i', 'v', 'e', 'w', 'i', 't', 'h', 'o', 'u', 't', 'w', 'i', 'd', 'e', '', 's', 'p', 'r', 'e', 'a', 'd', 'p', 'u', 'b', 'l', 'i', 'c', 's', 'u', 'p', 'p', 'o', 'r', 't', 'a', 'n', 'd', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 't', 'o', 'c', 'a', 'r', 'r', 'y', 'o', 'u', 't', 'i', 't', 's', 'm', 'i', 's', 's', 'i', 'o', 'n', 'o', 'f', '', 'i', 'n', 'c', 'r', 'e', 'a', 's', 'i', 'n', 'g', 't', 'h', 'e', 'n', 'u', 'm', 'b', 'e', 'r', 'o', 'f', 'p', 'u', 'b', 'l', 'i', 'c', 'd', 'o', 'm', 'a', 'i', 'n', 'a', 'n', 'd', 'l', 'i', 'c', 'e', 'n', 's', 'e', 'd', 'w', 'o', 'r', 'k', 's', 't', 'h', 'a', 't', 'c', 'a', 'n', 'b', 'e', '', 'f', 'r', 'e', 'e', 'l', 'y', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', 'i', 'n', 'm', 'a', 'c', 'h', 'i', 'n', 'e', 'r', 'e', 'a', 'd', 'a', 'b', 'l', 'e', 'f', 'o', 'r', 'm', 'a', 'c', 'c', 'e', 's', 's', 'i', 'b', 'l', 'e', 'b', 'y', 't', 'h', 'e', 'w', 'i', 'd', 'e', 's', 't', '', 'a', 'r', 'r', 'a', 'y', 'o', 'f', 'e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'o', 'u', 't', 'd', 'a', 't', 'e', 'd', 'e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', '.', 'M', 'a', 'n', 'y', 's', 'm', 'a', 'l', 'l', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '', '(', '$', '1', 't', 'o', '$', '5', ',', '0', '0', '0', ')', 'a', 'r', 'e', 'p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', 'l', 'y', 'i', 'm', 'p', 'o', 'r', 't', 'a', 'n', 't', 't', 'o', 'm', 'a', 'i', 'n', 't', 'a', 'i', 'n', 'i', 'n', 'g', 't', 'a', 'x', 'e', 'x', 'e', 'm', 'p', 't', '', 's', 't', 'a', 't', 'u', 's', 'w', 'i', 't', 'h', 't', 'h', 'e', 'I', 'R', 'S', '.', '', '', 'T', 'h', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', 'i', 's', 'c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'd', 't', 'o', 'c', 'o', 'm', 'p', 'l', 'y', 'i', 'n', 'g', 'w', 'i', 't', 'h', 't', 'h', 'e', 'l', 'a', 'w', 's', 'r', 'e', 'g', 'u', 'l', 'a', 't', 'i', 'n', 'g', '', 'c', 'h', 'a', 'r', 'i', 't', 'i', 'e', 's', 'a', 'n', 'd', 'c', 'h', 'a', 'r', 'i', 't', 'a', 'b', 'l', 'e', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'i', 'n', 'a', 'l', 'l', '5', '0', 's', 't', 'a', 't', 'e', 's', 'o', 'f', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', '', 'S', 't', 'a', 't', 'e', 's', '.', 'C', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', 'a', 'r', 'e', 'n', 'o', 't', 'u', 'n', 'i', 'f', 'o', 'r', 'm', 'a', 'n', 'd', 'i', 't', 't', 'a', 'k', 'e', 's', 'a', '', 'c', 'o', 'n', 's', 'i', 'd', 'e', 'r', 'a', 'b', 'l', 'e', 'e', 'f', 'f', 'o', 'r', 't', ',', 'm', 'u', 'c', 'h', 'p', 'a', 'p', 'e', 'r', 'w', 'o', 'r', 'k', 'a', 'n', 'd', 'm', 'a', 'n', 'y', 'f', 'e', 'e', 's', 't', 'o', 'm', 'e', 'e', 't', 'a', 'n', 'd', 'k', 'e', 'e', 'p', 'u', 'p', '', 'w', 'i', 't', 'h', 't', 'h', 'e', 's', 'e', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', '.', 'W', 'e', 'd', 'o', 'n', 'o', 't', 's', 'o', 'l', 'i', 'c', 'i', 't', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'i', 'n', 'l', 'o', 'c', 'a', 't', 'i', 'o', 'n', 's', '', 'w', 'h', 'e', 'r', 'e', 'w', 'e', 'h', 'a', 'v', 'e', 'n', 'o', 't', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd', 'w', 'r', 'i', 't', 't', 'e', 'n', 'c', 'o', 'n', 'f', 'i', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'o', 'f', 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', '.', 'T', 'o', 'S', 'E', 'N', 'D', '', 'D', 'O', 'N', 'A', 'T', 'I', 'O', 'N', 'S', 'o', 'r', 'd', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e', 't', 'h', 'e', 's', 't', 'a', 't', 'u', 's', 'o', 'f', 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', 'f', 'o', 'r', 'a', 'n', 'y', 'p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', '', 's', 't', 'a', 't', 'e', 'v', 'i', 's', 'i', 't', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '', '', 'W', 'h', 'i', 'l', 'e', 'w', 'e', 'c', 'a', 'n', 'n', 'o', 't', 'a', 'n', 'd', 'd', 'o', 'n', 'o', 't', 's', 'o', 'l', 'i', 'c', 'i', 't', 'c', 'o', 'n', 't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n', 's', 'f', 'r', 'o', 'm', 's', 't', 'a', 't', 'e', 's', 'w', 'h', 'e', 'r', 'e', 'w', 'e', '', 'h', 'a', 'v', 'e', 'n', 'o', 't', 'm', 'e', 't', 't', 'h', 'e', 's', 'o', 'l', 'i', 'c', 'i', 't', 'a', 't', 'i', 'o', 'n', 'r', 'e', 'q', 'u', 'i', 'r', 'e', 'm', 'e', 'n', 't', 's', ',', 'w', 'e', 'k', 'n', 'o', 'w', 'o', 'f', 'n', 'o', 'p', 'r', 'o', 'h', 'i', 'b', 'i', 't', 'i', 'o', 'n', '', 'a', 'g', 'a', 'i', 'n', 's', 't', 'a', 'c', 'c', 'e', 'p', 't', 'i', 'n', 'g', 'u', 'n', 's', 'o', 'l', 'i', 'c', 'i', 't', 'e', 'd', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'f', 'r', 'o', 'm', 'd', 'o', 'n', 'o', 'r', 's', 'i', 'n', 's', 'u', 'c', 'h', 's', 't', 'a', 't', 'e', 's', 'w', 'h', 'o', '', 'a', 'p', 'p', 'r', 'o', 'a', 'c', 'h', 'u', 's', 'w', 'i', 't', 'h', 'o', 'f', 'f', 'e', 'r', 's', 't', 'o', 'd', 'o', 'n', 'a', 't', 'e', '.', '', '', 'I', 'n', 't', 'e', 'r', 'n', 'a', 't', 'i', 'o', 'n', 'a', 'l', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'a', 'r', 'e', 'g', 'r', 'a', 't', 'e', 'f', 'u', 'l', 'l', 'y', 'a', 'c', 'c', 'e', 'p', 't', 'e', 'd', ',', 'b', 'u', 't', 'w', 'e', 'c', 'a', 'n', 'n', 'o', 't', 'm', 'a', 'k', 'e', '', 'a', 'n', 'y', 's', 't', 'a', 't', 'e', 'm', 'e', 'n', 't', 's', 'c', 'o', 'n', 'c', 'e', 'r', 'n', 'i', 'n', 'g', 't', 'a', 'x', 't', 'r', 'e', 'a', 't', 'm', 'e', 'n', 't', 'o', 'f', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'r', 'e', 'c', 'e', 'i', 'v', 'e', 'd', 'f', 'r', 'o', 'm', '', 'o', 'u', 't', 's', 'i', 'd', 'e', 't', 'h', 'e', 'U', 'n', 'i', 't', 'e', 'd', 'S', 't', 'a', 't', 'e', 's', '.', 'U', '.', 'S', '.', 'l', 'a', 'w', 's', 'a', 'l', 'o', 'n', 'e', 's', 'w', 'a', 'm', 'p', 'o', 'u', 'r', 's', 'm', 'a', 'l', 'l', 's', 't', 'a', 'f', 'f', '.', '', '', 'P', 'l', 'e', 'a', 's', 'e', 'c', 'h', 'e', 'c', 'k', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'W', 'e', 'b', 'p', 'a', 'g', 'e', 's', 'f', 'o', 'r', 'c', 'u', 'r', 'r', 'e', 'n', 't', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', '', 'm', 'e', 't', 'h', 'o', 'd', 's', 'a', 'n', 'd', 'a', 'd', 'd', 'r', 'e', 's', 's', 'e', 's', '.', 'D', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 'a', 'r', 'e', 'a', 'c', 'c', 'e', 'p', 't', 'e', 'd', 'i', 'n', 'a', 'n', 'u', 'm', 'b', 'e', 'r', 'o', 'f', 'o', 't', 'h', 'e', 'r', '', 'w', 'a', 'y', 's', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'c', 'h', 'e', 'c', 'k', 's', ',', 'o', 'n', 'l', 'i', 'n', 'e', 'p', 'a', 'y', 'm', 'e', 'n', 't', 's', 'a', 'n', 'd', 'c', 'r', 'e', 'd', 'i', 't', 'c', 'a', 'r', 'd', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', '.', 'T', 'o', '', 'd', 'o', 'n', 'a', 't', 'e', ',', 'p', 'l', 'e', 'a', 's', 'e', 'v', 'i', 's', 'i', 't', ':', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '/', 'd', 'o', 'n', 'a', 't', 'e', '', '', 'S', 'e', 'c', 't', 'i', 'o', 'n', '5', '.', 'G', 'e', 'n', 'e', 'r', 'a', 'l', 'I', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'A', 'b', 'o', 'u', 't', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', '.', '', '', 'P', 'r', 'o', 'f', 'e', 's', 's', 'o', 'r', 'M', 'i', 'c', 'h', 'a', 'e', 'l', 'S', '.', 'H', 'a', 'r', 't', 'w', 'a', 's', 't', 'h', 'e', 'o', 'r', 'i', 'g', 'i', 'n', 'a', 't', 'o', 'r', 'o', 'f', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', '', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'c', 'o', 'n', 'c', 'e', 'p', 't', 'o', 'f', 'a', 'l', 'i', 'b', 'r', 'a', 'r', 'y', 'o', 'f', 'e', 'l', 'e', 'c', 't', 'r', 'o', 'n', 'i', 'c', 'w', 'o', 'r', 'k', 's', 't', 'h', 'a', 't', 'c', 'o', 'u', 'l', 'd', 'b', 'e', '', 'f', 'r', 'e', 'e', 'l', 'y', 's', 'h', 'a', 'r', 'e', 'd', 'w', 'i', 't', 'h', 'a', 'n', 'y', 'o', 'n', 'e', '.', 'F', 'o', 'r', 'f', 'o', 'r', 't', 'y', 'y', 'e', 'a', 'r', 's', ',', 'h', 'e', 'p', 'r', 'o', 'd', 'u', 'c', 'e', 'd', 'a', 'n', 'd', '', 'd', 'i', 's', 't', 'r', 'i', 'b', 'u', 't', 'e', 'd', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'B', 'o', 'o', 'k', 's', 'w', 'i', 't', 'h', 'o', 'n', 'l', 'y', 'a', 'l', 'o', 'o', 's', 'e', 'n', 'e', 't', 'w', 'o', 'r', 'k', 'o', 'f', '', 'v', 'o', 'l', 'u', 'n', 't', 'e', 'e', 'r', 's', 'u', 'p', 'p', 'o', 'r', 't', '.', '', '', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', 'e', 'B', 'o', 'o', 'k', 's', 'a', 'r', 'e', 'o', 'f', 't', 'e', 'n', 'c', 'r', 'e', 'a', 't', 'e', 'd', 'f', 'r', 'o', 'm', 's', 'e', 'v', 'e', 'r', 'a', 'l', 'p', 'r', 'i', 'n', 't', 'e', 'd', '', 'e', 'd', 'i', 't', 'i', 'o', 'n', 's', ',', 'a', 'l', 'l', 'o', 'f', 'w', 'h', 'i', 'c', 'h', 'a', 'r', 'e', 'c', 'o', 'n', 'f', 'i', 'r', 'm', 'e', 'd', 'a', 's', 'n', 'o', 't', 'p', 'r', 'o', 't', 'e', 'c', 't', 'e', 'd', 'b', 'y', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'i', 'n', '', 't', 'h', 'e', 'U', '.', 'S', '.', 'u', 'n', 'l', 'e', 's', 's', 'a', 'c', 'o', 'p', 'y', 'r', 'i', 'g', 'h', 't', 'n', 'o', 't', 'i', 'c', 'e', 'i', 's', 'i', 'n', 'c', 'l', 'u', 'd', 'e', 'd', '.', 'T', 'h', 'u', 's', ',', 'w', 'e', 'd', 'o', 'n', 'o', 't', '', 'n', 'e', 'c', 'e', 's', 's', 'a', 'r', 'i', 'l', 'y', 'k', 'e', 'e', 'p', 'e', 'B', 'o', 'o', 'k', 's', 'i', 'n', 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', 'w', 'i', 't', 'h', 'a', 'n', 'y', 'p', 'a', 'r', 't', 'i', 'c', 'u', 'l', 'a', 'r', 'p', 'a', 'p', 'e', 'r', '', 'e', 'd', 'i', 't', 'i', 'o', 'n', '.', '', '', 'M', 'o', 's', 't', 'p', 'e', 'o', 'p', 'l', 'e', 's', 't', 'a', 'r', 't', 'a', 't', 'o', 'u', 'r', 'W', 'e', 'b', 's', 'i', 't', 'e', 'w', 'h', 'i', 'c', 'h', 'h', 'a', 's', 't', 'h', 'e', 'm', 'a', 'i', 'n', 'P', 'G', 's', 'e', 'a', 'r', 'c', 'h', '', 'f', 'a', 'c', 'i', 'l', 'i', 't', 'y', ':', 'w', 'w', 'w', '.', 'g', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'o', 'r', 'g', '', '', 'T', 'h', 'i', 's', 'W', 'e', 'b', 's', 'i', 't', 'e', 'i', 'n', 'c', 'l', 'u', 'd', 'e', 's', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'o', 'n', 'a', 'b', 'o', 'u', 't', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', '-', 't', 'm', ',', '', 'i', 'n', 'c', 'l', 'u', 'd', 'i', 'n', 'g', 'h', 'o', 'w', 't', 'o', 'm', 'a', 'k', 'e', 'd', 'o', 'n', 'a', 't', 'i', 'o', 'n', 's', 't', 'o', 't', 'h', 'e', 'P', 'r', 'o', 'j', 'e', 'c', 't', 'G', 'u', 't', 'e', 'n', 'b', 'e', 'r', 'g', 'L', 'i', 't', 'e', 'r', 'a', 'r', 'y', '', 'A', 'r', 'c', 'h', 'i', 'v', 'e', 'F', 'o', 'u', 'n', 'd', 'a', 't', 'i', 'o', 'n', ',', 'h', 'o', 'w', 't', 'o', 'h', 'e', 'l', 'p', 'p', 'r', 'o', 'd', 'u', 'c', 'e', 'o', 'u', 'r', 'n', 'e', 'w', 'e', 'B', 'o', 'o', 'k', 's', ',', 'a', 'n', 'd', 'h', 'o', 'w', 't', 'o', '', 's', 'u', 'b', 's', 'c', 'r', 'i', 'b', 'e', 't', 'o', 'o', 'u', 'r', 'e', 'm', 'a', 'i', 'l', 'n', 'e', 'w', 's', 'l', 'e', 't', 't', 'e', 'r', 't', 'o', 'h', 'e', 'a', 'r', 'a', 'b', 'o', 'u', 't', 'n', 'e', 'w', 'e', 'B', 'o', 'o', 'k', 's', '.', '', '']\n" + ] + } + ], + "source": [ + "prophet_flat = []\n", + "\n", + "for i in prophet_line:\n", + " for j in i:\n", + " prophet_flat.append(j)\n", + "\n", + "print(prophet_flat)" ] }, { @@ -190,28 +289,28 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def word_filter(x):\n", - " '''\n", - " Input: A string\n", - " Output: True if the word is not in the specified list \n", - " and False if the word is in the list.\n", - " \n", - " Example:\n", - " word list = ['and', 'the']\n", - " Input: 'and'\n", - " Output: False\n", - " \n", - " Input: 'John'\n", - " Output: True\n", - " '''\n", - " \n", - " word_list = ['and', 'the', 'a', 'an']\n", - " \n", - " # your code here" + "execution_count": 54, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['PROPHET', 'chosen', 'who', 'was', 'dawn', 'unto', 'his', 'own', 'had', 'waited', 'twelve', 'years', 'in', 'city', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to', 'bear', 'him', 'back', 'to', 'isle', 'of', 'birth.', 'in', 'twelfth', 'year,', 'on', 'seventh', 'of', 'Ielool,', 'month', 'of', 'reaping,', 'he', 'hill', 'without', 'city', 'walls', 'looked', 'seaward;', 'he', 'beheld', 'his', 'coming', 'with', 'mist.', 'gates', 'of', 'his', 'heart', 'were', 'flung', 'his', 'joy', 'flew', 'far', 'over', 'sea.', 'he', 'closed', 'his', 'eyes', 'prayed', 'in', 'of', 'his', 'soul.', 'as', 'he', 'descended', 'hill,', 'sadness', 'upon', 'him,', 'he', 'thought', 'in', 'his', 'shall', 'I', 'go', 'in', 'peace', 'without', 'Nay,', 'not', 'without', 'wound', 'in', 'shall', 'I', 'leave', 'this', 'city.', '', 'days', 'of', 'pain', 'I', 'have', 'spent', 'its', 'walls,', 'long', 'were', 'of', 'aloneness;', 'who', 'can', 'depart', 'his', 'pain', 'his', 'aloneness', 'without', 'many', 'fragments', 'of', 'spirit', 'have', 'I', 'in', 'these', 'streets,', 'too', 'many', 'children', 'of', 'my', 'longing', 'that', 'walk', 'among', 'these', 'hills,', 'I', 'cannot', 'from', 'them', 'without', 'burden', 'ache.', 'is', 'not', 'garment', 'I', 'cast', 'off', 'this', 'but', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own', 'is', 'it', 'thought', 'I', 'leave', 'behind', 'me,', 'heart', 'made', 'sweet', 'with', 'hunger', 'thirst.', 'I', 'cannot', 'tarry', 'longer.', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her', 'me,', 'I', 'must', 'embark.', 'to', 'stay,', 'though', 'hours', 'burn', 'in', 'night,', 'is', 'to', 'freeze', 'crystallize', 'be', 'bound', 'in', 'mould.', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is', 'But', 'how', 'shall', 'I?', 'voice', 'cannot', 'carry', 'tongue', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone', 'it', 'seek', 'ether.', 'alone', 'without', 'his', 'nest', 'shall', 'fly', 'across', 'sun.', 'when', 'he', 'reached', 'foot', 'of', 'he', 'turned', 'again', 'towards', 'sea,', 'he', 'saw', 'his', 'ship', 'approaching', 'upon', 'her', 'prow', 'mariners,', 'men', 'of', 'his', 'own', 'land.', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'he', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of', 'tides,', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which', 'my', 'deeper', 'dream.', 'am', 'I', 'to', 'go,', 'my', 'eagerness', 'with', 'full', 'set', 'awaits', 'wind.', 'another', 'breath', 'will', 'I', 'breathe', 'in', 'still', 'air,', 'only', 'another', 'loving', 'look', 'backward,', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'among', 'seafarers.', '', 'you,', 'sea,', 'sleepless', 'mother,', 'alone', 'are', 'peace', 'freedom', 'to', 'stream,', 'another', 'winding', 'will', 'this', 'stream', 'only', 'another', 'murmur', 'in', 'this', 'glade,', 'then', 'shall', 'I', 'come', 'to', 'you,', 'drop', 'to', 'boundless', 'ocean.', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men', 'women', 'leaving', 'their', 'fields', 'their', 'hastening', 'towards', 'city', 'he', 'heard', 'their', 'voices', 'calling', 'his', 'shouting', 'from', 'field', 'to', 'field', 'one', 'another', 'of', 'coming', 'of', 'his', 'he', 'said', 'to', 'himself:', 'day', 'of', 'parting', 'be', 'day', 'of', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in', 'my', 'dawn?', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to', 'who', 'has', 'stopped', 'wheel', 'of', 'his', '', 'my', 'heart', 'become', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may', 'give', 'unto', 'them?', 'shall', 'my', 'desires', 'flow', 'like', 'that', 'I', 'may', 'fill', 'their', 'cups?', 'I', 'harp', 'that', 'hand', 'of', 'mighty', 'touch', 'me,', 'or', 'flute', 'that', 'his', 'breath', 'pass', 'through', 'me?', 'seeker', 'of', 'silences', 'am', 'I,', 'what', 'have', 'I', 'found', 'in', 'silences', 'that', 'I', 'dispense', 'with', 'confidence?', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what', 'have', 'I', 'sowed', 'seed,', 'in', 'unremembered', 'seasons?', 'this', 'indeed', 'be', 'hour', 'in', 'which', 'I', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame', 'shall', 'burn', 'therein.', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,', 'guardian', 'of', 'night', 'shall', 'fill', 'with', 'oil', 'he', 'shall', 'light', 'it', 'also.', 'things', 'he', 'said', 'in', 'words.', 'But', 'much', 'his', 'heart', 'remained', 'unsaid.', 'For', '', 'could', 'not', 'speak', 'his', 'deeper', '0020]', 'when', 'he', 'entered', 'into', 'city', 'all', 'people', 'came', 'to', 'meet', 'him,', 'they', 'crying', 'out', 'to', 'him', 'as', 'with', 'one', 'elders', 'of', 'city', 'stood', 'forth', 'said:', 'not', 'yet', 'away', 'from', 'us.', 'noontide', 'have', 'you', 'been', 'in', 'our', 'your', 'youth', 'has', 'given', 'us', 'to', 'dream.', 'stranger', 'are', 'you', 'among', 'us,', 'nor', 'guest,', 'but', 'our', 'son', 'our', 'dearly', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for', 'face.', 'priests', 'priestesses', 'said', 'him:', 'not', 'waves', 'of', 'sea', 'separate', 'us', 'years', 'you', 'have', 'spent', 'in', 'our', 'become', 'memory.', 'have', 'walked', 'among', 'us', 'spirit,', 'your', 'shadow', 'has', 'been', 'light', 'our', 'faces.', 'have', 'we', 'loved', 'you.', 'But', 'speechless', 'our', 'love,', 'with', 'veils', 'has', 'it', 'been', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'stand', 'revealed', 'before', 'you.', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows', 'its', 'own', 'depth', 'until', 'hour', 'of', 'others', 'came', 'also', 'entreated', 'him.', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent', 'head;', 'those', 'who', 'stood', 'near', 'saw', 'tears', 'falling', 'upon', 'his', 'breast.', 'he', 'people', 'proceeded', 'towards', 'great', 'square', 'before', 'temple.', 'there', 'came', 'out', 'of', 'sanctuary', 'whose', 'name', 'was', 'Almitra.', 'she', 'seeress.', 'he', 'looked', 'upon', 'her', 'with', 'exceeding', 'for', 'it', 'was', 'she', 'who', 'had', 'first', 'believed', 'in', 'him', 'when', 'he', 'had', 'but', 'day', 'in', 'their', 'city.', '', 'hailed', 'him,', 'saying:', 'of', 'God,', 'in', 'quest', 'of', 'long', 'have', 'you', 'searched', 'for', 'your', 'ship.', 'now', 'your', 'ship', 'has', 'come,', 'you', 'must', 'go.', 'is', 'your', 'longing', 'for', 'land', 'of', 'memories', 'dwelling', 'place', 'your', 'greater', 'desires;', 'our', 'love', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that', 'speak', 'to', 'us', 'give', 'us', 'of', 'your', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,', 'they', 'unto', 'their', 'children,', 'it', 'not', 'perish.', 'your', 'aloneness', 'you', 'have', 'watched', 'with', 'days,', 'in', 'your', 'wakefulness', 'you', 'listened', 'to', 'weeping', 'of', 'our', 'sleep.', 'therefore', 'disclose', 'us', 'to', 'ourselves,', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown', 'of', 'that', 'which', 'is', 'between', 'birth', 'he', 'answered,', 'of', 'Orphalese,', 'of', 'what', 'can', 'I', 'save', 'of', 'that', 'which', 'is', 'even', 'now', 'within', 'your', 'souls?', '*****', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of', 'he', 'raised', 'his', 'head', 'looked', 'upon', 'people,', 'there', 'fell', 'stillness', 'them.', 'with', 'great', 'voice', 'he', 'love', 'beckons', 'to', 'you,', 'follow', 'him,', 'his', 'ways', 'are', 'hard', 'steep.', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to', 'sword', 'hidden', 'among', 'his', 'may', 'wound', 'you.', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in', 'his', 'voice', 'may', 'shatter', 'your', 'dreams', 'north', 'wind', 'lays', 'waste', 'garden.', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your', 'so', 'is', 'he', 'for', 'your', 'pruning.', 'as', 'he', 'ascends', 'to', 'your', 'height', 'your', 'tenderest', 'branches', 'quiver', 'in', 'sun,', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'them', 'in', 'their', 'clinging', 'to', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto', 'threshes', 'you', 'to', 'make', 'you', 'naked.', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your', 'grinds', 'you', 'to', 'whiteness.', 'kneads', 'you', 'until', 'you', 'are', 'pliant;', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred', 'that', 'you', 'may', 'become', 'sacred', 'bread', 'God’s', 'sacred', 'feast.', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you', 'you', 'may', 'know', 'secrets', 'of', 'your', 'in', 'that', 'knowledge', 'become', 'of', 'Life’s', 'heart.', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only', 'peace', 'love’s', 'pleasure,', 'it', 'is', 'better', 'for', 'you', 'that', 'you', '', 'nakedness', 'pass', 'out', 'of', 'threshing-floor,', 'seasonless', 'world', 'where', 'you', 'laugh,', 'but', 'not', 'all', 'of', 'your', 'weep,', 'but', 'not', 'all', 'of', 'your', 'gives', 'naught', 'but', 'itself', 'takes', 'but', 'from', 'itself.', 'possesses', 'not', 'nor', 'would', 'it', 'be', 'love', 'is', 'sufficient', 'unto', 'love.', 'you', 'love', 'you', 'should', 'not', 'say,', '“God', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in', 'heart', 'of', 'God.”', 'think', 'not', 'you', 'can', 'direct', 'course', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you', 'directs', 'your', 'course.', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil', 'if', 'you', 'love', 'must', 'needs', 'have', 'let', 'these', 'be', 'your', 'desires:', 'melt', 'be', 'like', 'running', 'brook', 'that', 'its', 'melody', 'to', 'night.', '', 'pain', 'of', 'too', 'much', 'tenderness.', 'be', 'wounded', 'by', 'your', 'own', 'understanding', 'love;', 'to', 'bleed', 'willingly', 'joyfully.', 'wake', 'at', 'dawn', 'with', 'winged', 'heart', 'thanks', 'for', 'another', 'day', 'of', 'loving;', 'rest', 'at', 'noon', 'hour', 'meditate', 'ecstacy;', 'return', 'home', 'at', 'eventide', 'with', 'then', 'to', 'sleep', 'with', 'prayer', 'for', 'beloved', 'in', 'your', 'heart', 'song', 'of', 'upon', 'your', 'lips.', '0029]', '*****', 'Almitra', 'spoke', 'again', 'said,', 'what', 'of', '_Marriage_', 'master?', 'he', 'answered', 'saying:', 'were', 'born', 'together,', 'together', 'you', 'be', 'forevermore.', 'shall', 'be', 'together', 'when', 'white', 'of', 'death', 'scatter', 'your', 'days.', 'you', 'shall', 'be', 'together', 'even', 'in', 'memory', 'of', 'God.', 'let', 'there', 'be', 'spaces', 'in', 'your', 'let', 'winds', 'of', 'heavens', 'dance', 'you.', 'one', 'another,', 'but', 'make', 'not', 'bond', 'of', 'it', 'rather', 'be', 'moving', 'sea', 'between', 'shores', 'of', 'your', 'souls.', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from', 'cup.', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat', 'from', 'same', 'loaf.', '', 'together', 'be', 'joyous,', 'but', 'let', 'one', 'of', 'you', 'be', 'alone,', 'as', 'strings', 'of', 'lute', 'are', 'alone', 'they', 'quiver', 'with', 'same', 'music.', 'your', 'hearts,', 'but', 'not', 'into', 'each', 'keeping.', 'only', 'hand', 'of', 'Life', 'can', 'contain', 'hearts.', 'stand', 'together', 'yet', 'not', 'too', 'near', 'pillars', 'of', 'temple', 'stand', 'oak', 'tree', 'cypress', 'grow', 'in', 'each', 'other’s', 'shadow.', '0032]', '*****', 'woman', 'who', 'held', 'babe', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'children', 'are', 'not', 'your', 'children.', 'are', 'sons', 'daughters', 'of', 'longing', 'for', 'itself.', 'come', 'through', 'you', 'but', 'not', 'from', 'you,', 'though', 'they', 'are', 'with', 'you', 'yet', 'they', 'not', 'to', 'you.', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your', 'they', 'have', 'their', 'own', 'thoughts.', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their', 'their', 'souls', 'dwell', 'in', 'house', 'of', 'which', 'you', 'cannot', 'visit,', 'not', 'in', 'your', 'dreams.', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek', 'to', 'make', 'them', 'like', 'you.', '', 'goes', 'not', 'backward', 'nor', 'tarries', 'with', 'are', 'bows', 'from', 'which', 'your', 'as', 'living', 'arrows', 'are', 'sent', 'archer', 'sees', 'mark', 'upon', 'path', 'infinite,', 'He', 'bends', 'you', 'with', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift', 'far.', 'your', 'bending', 'in', 'Archer’s', 'hand', 'be', 'gladness;', 'even', 'as', 'he', 'loves', 'arrow', 'that', 'so', 'He', 'loves', 'also', 'bow', 'that', 'is', '*****', 'said', 'rich', 'man,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'give', 'but', 'little', 'when', 'you', 'give', 'of', 'possessions.', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you', 'give.', 'what', 'are', 'your', 'possessions', 'but', 'things', 'keep', 'guard', 'for', 'fear', 'you', 'may', 'need', 'tomorrow?', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring', 'overprudent', 'dog', 'burying', 'bones', 'trackless', 'sand', 'as', 'he', 'follows', 'to', 'holy', 'city?', 'what', 'is', 'fear', 'of', 'need', 'but', 'need', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is', 'thirst', 'that', 'is', 'unquenchable?', 'are', 'those', 'who', 'give', 'little', 'of', 'which', 'they', 'have--and', 'they', 'give', 'for', 'recognition', 'their', 'hidden', 'makes', 'their', 'gifts', 'unwholesome.', 'there', 'are', 'those', 'who', 'have', 'little', 'it', 'all.', 'are', 'believers', 'in', 'life', 'bounty', 'of', 'life,', 'their', 'coffer', 'is', 'empty.', 'are', 'those', 'who', 'give', 'with', 'joy,', 'joy', 'is', 'their', 'reward.', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,', 'that', 'pain', 'is', 'their', 'baptism.', 'there', 'are', 'those', 'who', 'give', 'know', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek', 'nor', 'give', 'with', 'mindfulness', 'of', 'give', 'as', 'in', 'yonder', 'valley', 'myrtle', 'its', 'fragrance', 'into', 'space.', 'hands', 'of', 'such', 'as', 'these', 'God', 'from', 'behind', 'their', 'eyes', 'He', 'upon', 'earth.', '0039]', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it', 'better', 'to', 'give', 'unasked,', 'through', 'to', 'open-handed', 'search', 'for', 'who', 'shall', 'receive', 'is', 'joy', 'greater', 'giving.', 'is', 'there', 'aught', 'you', 'would', 'withhold?', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;', 'give', 'now,', 'that', 'season', 'giving', 'may', 'be', 'yours', 'not', 'your', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only', 'deserving.”', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,', 'flocks', 'in', 'your', 'pasture.', 'give', 'that', 'they', 'may', 'live,', 'for', 'to', 'is', 'to', 'perish.', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his', 'his', 'nights,', 'is', 'worthy', 'of', 'all', 'from', 'you.', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his', 'from', 'your', 'little', 'stream.', 'what', 'desert', 'greater', 'shall', 'there', 'be,', 'that', 'which', 'lies', 'in', 'courage', 'confidence,', 'nay', 'charity,', 'of', 'who', 'are', 'you', 'that', 'men', 'should', 'rend', 'bosom', 'unveil', 'their', 'pride,', 'you', 'may', 'see', 'their', 'worth', 'naked', 'pride', 'unabashed?', 'first', 'that', 'you', 'yourself', 'deserve', 'to', 'giver,', 'instrument', 'of', 'giving.', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto', 'you,', 'who', 'deem', 'yourself', 'are', 'but', 'witness.', 'you', 'receivers--and', 'you', 'are', 'receivers--assume', 'no', 'weight', 'of', 'lest', 'you', 'lay', 'yoke', 'upon', 'upon', 'him', 'who', 'gives.', 'rise', 'together', 'with', 'giver', 'on', 'gifts', 'as', 'on', 'wings;', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is', 'doubt', 'his', 'generosity', 'who', 'has', 'earth', 'for', 'mother,', 'God', 'father.', '0042]', '*****', 'old', 'man,', 'keeper', 'of', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'he', 'said:', 'that', 'you', 'could', 'live', 'on', 'of', 'earth,', 'like', 'air', 'be', 'sustained', 'by', 'light.', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'rob', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'of', 'worship,', 'let', 'your', 'board', 'stand', 'altar', 'on', 'pure', 'innocent', 'of', 'plain', 'are', 'sacrificed', 'for', 'that', 'is', 'purer', 'still', 'more', 'innocent', 'man.', 'you', 'kill', 'beast', 'say', 'to', 'him', 'in', 'your', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too', 'slain;', 'I', 'too', 'shall', 'be', 'consumed.', 'law', 'that', 'delivered', 'you', 'into', 'hand', 'shall', 'deliver', 'me', 'into', 'mightier', 'blood', 'my', 'blood', 'is', 'naught', 'but', 'sap', 'that', 'feeds', 'tree', 'of', 'heaven.”', 'when', 'you', 'crush', 'apple', 'with', 'your', 'say', 'to', 'it', 'in', 'your', 'heart,', 'seeds', 'shall', 'live', 'in', 'my', 'body,', 'buds', 'of', 'your', 'tomorrow', 'shall', 'in', 'my', 'heart,', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,', 'together', 'we', 'shall', 'rejoice', 'through', 'seasons.”', 'in', 'autumn,', 'when', 'you', 'gather', 'grapes', 'of', 'your', 'vineyards', 'for', 'say', 'in', 'your', 'heart,', 'too', 'am', 'vineyard,', 'my', 'fruit', 'shall', 'gathered', 'for', 'winepress,', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in', 'vessels.”', 'in', 'winter,', 'when', 'you', 'draw', 'wine,', 'there', 'be', 'in', 'your', 'heart', 'song', 'each', 'cup;', 'let', 'there', 'be', 'in', 'song', 'for', 'autumn', 'days,', 'for', 'vineyard,', 'for', 'winepress.', 'Then', 'ploughman', 'said,', 'Speak', 'us', 'of', '_Work_.', 'he', 'answered,', 'saying:', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'soul', 'of', 'earth.', 'to', 'be', 'idle', 'is', 'to', 'become', 'stranger', 'seasons,', 'to', 'step', 'out', 'of', 'procession,', 'that', 'marches', 'in', 'proud', 'submission', 'towards', 'you', 'work', 'you', 'are', 'flute', 'through', 'heart', 'whispering', 'of', 'hours', 'to', 'music.', 'of', 'you', 'would', 'be', 'reed,', 'dumb', 'when', 'all', 'else', 'sings', 'together', 'in', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'labour', 'misfortune.', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you', 'part', 'of', 'earth’s', 'furthest', 'dream,', 'to', 'you', 'when', 'that', 'dream', 'was', 'in', 'keeping', 'yourself', 'with', 'labour', 'you', 'in', 'truth', 'loving', 'life,', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be', 'with', 'life’s', 'inmost', 'secret.', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'support', 'of', 'flesh', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I', 'that', 'naught', 'but', 'sweat', 'of', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is', 'have', 'been', 'told', 'also', 'that', 'life', 'is', 'in', 'your', 'weariness', 'you', 'echo', 'was', 'said', 'by', 'weary.', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness', 'when', 'there', 'is', 'urge,', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is', 'all', 'knowledge', 'is', 'vain', 'save', 'when', 'is', 'work,', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is', 'when', 'you', 'work', 'with', 'love', 'you', 'bind', 'to', 'yourself,', 'to', 'one', 'to', 'God.', 'what', 'is', 'it', 'to', 'work', 'with', 'love?', 'is', 'to', 'weave', 'cloth', 'with', 'threads', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your', 'were', 'to', 'wear', 'that', 'cloth.', 'is', 'to', 'build', 'house', 'with', 'affection,', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in', 'house.', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'harvest', 'with', 'joy,', 'even', 'as', 'if', 'beloved', 'were', 'to', 'eat', 'fruit.', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion', 'breath', 'of', 'your', 'own', 'spirit,', 'to', 'know', 'that', 'all', 'blessed', 'dead', 'standing', 'about', 'you', 'watching.', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if', 'in', 'sleep,', '“He', 'who', 'works', 'in', 'finds', 'shape', 'of', 'his', 'own', 'in', 'stone,', 'is', 'nobler', 'than', 'he', 'who', 'soil.', '', 'he', 'who', 'seizes', 'rainbow', 'to', 'lay', 'it', 'on', 'cloth', 'in', 'of', 'man,', 'is', 'more', 'than', 'he', 'who', 'sandals', 'for', 'our', 'feet.”', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'of', 'noontide,', 'that', 'speaks', 'not', 'more', 'sweetly', 'to', 'oaks', 'than', 'to', 'least', 'of', 'all', 'of', 'grass;', 'he', 'alone', 'is', 'great', 'who', 'turns', 'of', 'wind', 'into', 'song', 'made', 'by', 'his', 'own', 'loving.', 'is', 'love', 'made', 'visible.', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but', 'with', 'distaste,', 'it', 'is', 'better', 'that', 'should', 'leave', 'your', 'work', 'sit', 'at', 'gate', 'of', 'temple', 'take', 'alms', 'of', 'who', 'work', 'with', 'joy.', 'if', 'you', 'bake', 'bread', 'with', 'indifference,', 'bake', 'bitter', 'bread', 'that', 'feeds', 'but', 'man’s', 'hunger.', 'if', 'you', 'grudge', 'crushing', 'of', 'your', 'grudge', 'distils', 'poison', 'in', 'wine.', '', 'if', 'you', 'sing', 'though', 'as', 'love', 'not', 'singing,', 'you', 'man’s', 'ears', 'to', 'voices', 'of', 'voices', 'of', 'night.', '*****', 'woman', 'said,', 'Speak', 'to', 'us', 'of', 'Sorrow_.', 'he', 'answered:', 'joy', 'is', 'your', 'sorrow', 'unmasked.', 'selfsame', 'well', 'from', 'which', 'your', 'rises', 'was', 'oftentimes', 'filled', 'your', 'tears.', 'how', 'else', 'can', 'it', 'be?', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your', 'more', 'joy', 'you', 'can', 'contain.', 'not', 'cup', 'that', 'holds', 'your', 'wine', 'cup', 'that', 'was', 'burned', 'in', 'potter’s', 'is', 'not', 'lute', 'that', 'soothes', 'your', 'very', 'wood', 'that', 'was', 'hollowed', 'knives?', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your', 'you', 'shall', 'find', 'it', 'is', 'only', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is', 'you', 'joy.', 'you', 'are', 'sorrowful', 'look', 'again', 'in', 'heart,', 'you', 'shall', 'see', 'that', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which', 'been', 'your', 'delight.', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than', 'others', 'say,', '“Nay,', 'sorrow', 'is', 'greater.”', 'I', 'say', 'unto', 'you,', 'they', 'are', 'they', 'come,', 'when', 'one', 'sits', 'with', 'you', 'at', 'your', 'board,', 'remember', 'other', 'is', 'asleep', 'upon', 'your', 'bed.', 'you', 'are', 'suspended', 'like', 'scales', 'your', 'sorrow', 'your', 'joy.', 'when', 'you', 'are', 'empty', 'are', 'you', 'at', 'balanced.', 'treasure-keeper', 'lifts', 'you', 'to', 'his', 'gold', 'his', 'silver,', 'needs', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or', '*****', 'mason', 'came', 'forth', 'said,', 'to', 'us', 'of', '_Houses_.', 'he', 'answered', 'said:', 'of', 'your', 'imaginings', 'bower', 'in', 'ere', 'you', 'build', 'house', 'within', 'city', 'walls.', 'even', 'as', 'you', 'have', 'home-comings', 'in', 'twilight,', 'so', 'has', 'wanderer', 'in', 'ever', 'distant', 'alone.', 'house', 'is', 'your', 'larger', 'body.', 'grows', 'in', 'sun', 'sleeps', 'in', 'of', 'night;', 'it', 'is', 'not', 'Does', 'not', 'your', 'house', 'dream?', 'dreaming,', 'leave', 'city', 'for', 'grove', 'hilltop?', 'that', 'I', 'could', 'gather', 'your', 'houses', 'my', 'hand,', 'like', 'sower', 'scatter', 'in', 'forest', 'meadow.', 'valleys', 'were', 'your', 'streets,', 'green', 'paths', 'your', 'alleys,', 'that', 'you', 'seek', 'one', 'another', 'through', 'come', 'with', 'fragrance', 'earth', 'in', 'your', 'garments.', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.', 'their', 'fear', 'your', 'forefathers', 'gathered', 'too', 'near', 'together.', 'that', 'fear', 'endure', 'little', 'longer.', 'little', 'shall', 'your', 'city', 'walls', 'separate', 'hearths', 'from', 'your', 'fields.', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what', 'you', 'in', 'these', 'houses?', 'what', 'is', 'it', 'guard', 'with', 'fastened', 'doors?', 'you', 'peace,', 'quiet', 'urge', 'that', 'your', 'power?', 'you', 'remembrances,', 'glimmering', 'that', 'span', 'summits', 'of', 'you', 'beauty,', 'that', 'leads', 'heart', 'things', 'fashioned', 'of', 'wood', 'stone', 'holy', 'mountain?', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?', 'have', 'you', 'only', 'comfort,', 'lust', 'comfort,', 'that', 'stealthy', 'thing', 'that', 'house', 'guest,', 'then', 'host,', 'then', 'master?', 'it', 'becomes', 'tamer,', 'with', 'scourge', 'makes', 'puppets', 'of', 'your', 'desires.', 'its', 'hands', 'are', 'silken,', 'its', 'heart', 'of', 'iron.', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by', 'bed', 'jeer', 'at', 'dignity', 'of', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'them', 'in', 'thistledown', 'like', 'fragile', 'lust', 'for', 'comfort', 'murders', 'passion', 'of', 'soul,', 'then', 'walks', 'in', 'funeral.', 'you,', 'children', 'of', 'space,', 'you', 'restless', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor', 'house', 'shall', 'be', 'not', 'anchor', 'but', 'shall', 'not', 'be', 'glistening', 'film', 'that', 'wound,', 'but', 'eyelid', 'that', 'eye.', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you', 'pass', 'through', 'doors,', 'nor', 'bend', 'your', 'that', 'they', 'strike', 'not', 'against', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls', 'crack', 'fall', 'down.', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'for', 'living.', 'though', 'of', 'magnificence', 'your', 'house', 'shall', 'not', 'hold', 'secret', 'nor', 'shelter', 'your', 'longing.', 'that', 'which', 'is', 'boundless', 'in', 'you', 'in', 'mansion', 'of', 'sky,', 'whose', 'is', 'morning', 'mist,', 'whose', 'are', 'songs', 'silences', 'night.', '*****', 'weaver', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'clothes', 'conceal', 'much', 'of', 'your', 'yet', 'they', 'hide', 'not', 'though', 'you', 'seek', 'in', 'garments', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them', 'harness', 'chain.', 'that', 'you', 'could', 'meet', 'sun', 'wind', 'with', 'more', 'of', 'your', 'skin', 'less', 'your', 'raiment,', 'breath', 'of', 'life', 'is', 'in', 'hand', 'of', 'life', 'is', 'in', 'of', 'you', 'say,', '“It', 'is', 'north', 'wind', 'has', 'woven', 'clothes', 'we', 'wear.”', 'I', 'say,', 'Ay,', 'it', 'was', 'north', 'wind,', 'shame', 'was', 'his', 'loom,', 'of', 'sinews', 'was', 'his', 'thread.', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in', 'forest.', '', 'not', 'that', 'modesty', 'for', 'shield', 'against', 'eye', 'of', 'when', 'unclean', 'shall', 'be', 'no', 'more,', 'were', 'modesty', 'but', 'fetter', 'of', 'mind?', 'forget', 'not', 'that', 'earth', 'delights', 'feel', 'your', 'bare', 'feet', 'winds', 'to', 'play', 'with', 'your', 'hair.', '*****', 'merchant', 'said,', 'Speak', 'to', 'us', 'of', 'Selling_.', 'he', 'answered', 'said:', 'you', 'earth', 'yields', 'her', 'fruit,', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how', 'fill', 'your', 'hands.', 'is', 'in', 'exchanging', 'gifts', 'of', 'that', 'you', 'shall', 'find', 'abundance', 'satisfied.', 'unless', 'exchange', 'be', 'in', 'love', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to', 'others', 'to', 'hunger.', 'in', 'market', 'place', 'you', 'toilers', 'of', 'sea', 'fields', 'vineyards', 'meet', 'weavers', 'potters', 'of', 'spices,--', 'then', 'master', 'spirit', 'of', 'to', 'come', 'into', 'your', 'midst', 'scales', 'reckoning', 'weighs', 'value', 'against', 'value.', '', 'not', 'barren-handed', 'to', 'take', 'in', 'your', 'transactions,', 'who', 'would', 'their', 'words', 'for', 'your', 'labour.', 'such', 'men', 'you', 'should', 'say,', 'with', 'us', 'to', 'field,', 'or', 'go', 'with', 'brothers', 'to', 'sea', 'cast', 'your', 'land', 'sea', 'shall', 'be', 'to', 'you', 'even', 'as', 'to', 'us.”', 'if', 'there', 'come', 'singers', 'flute', 'players,--buy', 'of', 'gifts', 'also.', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'that', 'which', 'they', 'bring,', 'fashioned', 'of', 'dreams,', 'is', 'raiment', 'food', 'for', 'your', 'soul.', 'before', 'you', 'leave', 'market', 'place,', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with', 'hands.', 'master', 'spirit', 'of', 'earth', 'shall', 'sleep', 'peacefully', 'upon', 'wind', 'needs', 'of', 'least', 'of', 'you', 'are', '*****', 'one', 'of', 'judges', 'of', 'city', 'forth', 'said,', 'Speak', 'to', 'us', 'of', 'Punishment_.', 'he', 'answered,', 'saying:', 'is', 'when', 'your', 'spirit', 'goes', 'wandering', 'wind,', 'you,', 'alone', 'unguarded,', 'commit', 'wrong', 'unto', 'others', 'therefore', 'unto', 'for', 'that', 'wrong', 'committed', 'must', 'you', 'wait', 'while', 'unheeded', 'at', 'of', 'blessed.', 'ocean', 'is', 'your', 'god-self;', 'remains', 'for', 'ever', 'undefiled.', 'like', 'ether', 'it', 'lifts', 'but', 'like', 'sun', 'is', 'your', 'god-self;', 'knows', 'not', 'ways', 'of', 'mole', 'nor', 'it', 'holes', 'of', 'serpent.', 'your', 'god-self', 'dwells', 'not', 'alone', 'your', 'being.', 'in', 'you', 'is', 'still', 'man,', 'much', 'in', 'is', 'not', 'yet', 'man,', 'shapeless', 'pigmy', 'that', 'walks', 'asleep', 'mist', 'searching', 'for', 'its', 'own', 'of', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.', 'it', 'is', 'he', 'not', 'your', 'god-self', 'nor', 'pigmy', 'in', 'mist,', 'that', 'knows', 'crime', 'punishment', 'of', 'crime.', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one', 'commits', 'wrong', 'as', 'though', 'he', 'were', 'one', 'of', 'you,', 'but', 'stranger', 'unto', 'you', 'intruder', 'upon', 'your', 'world.', 'I', 'say', 'that', 'even', 'as', 'holy', 'cannot', 'rise', 'beyond', 'highest', 'is', 'in', 'each', 'one', 'of', 'you,', 'wicked', 'weak', 'cannot', 'fall', 'than', 'lowest', 'which', 'is', 'in', 'you', 'as', 'single', 'leaf', 'turns', 'not', 'yellow', 'with', 'silent', 'knowledge', 'of', 'tree,', '', 'wrong-doer', 'cannot', 'wrong', 'without', 'hidden', 'will', 'of', 'you', 'procession', 'you', 'walk', 'together', 'your', 'god-self.', '0064]', 'are', 'way', 'wayfarers.', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls', 'those', 'behind', 'him,', 'caution', 'against', 'stumbling', 'stone.', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,', 'though', 'faster', 'surer', 'of', 'foot,', 'yet', 'not', 'stumbling', 'stone.', 'this', 'also,', 'though', 'word', 'lie', 'heavy', 'your', 'hearts:', 'murdered', 'is', 'not', 'unaccountable', 'for', 'own', 'murder,', 'robbed', 'is', 'not', 'blameless', 'in', 'being', 'righteous', 'is', 'not', 'innocent', 'of', 'of', 'wicked,', 'white-handed', 'is', 'not', 'clean', 'in', 'of', 'felon.', 'guilty', 'is', 'oftentimes', 'victim', 'injured,', 'still', 'more', 'often', 'condemned', 'is', 'burden', 'bearer', 'for', 'guiltless', 'unblamed.', 'cannot', 'separate', 'just', 'from', 'good', 'from', 'wicked;', 'they', 'stand', 'together', 'before', 'face', 'sun', 'even', 'as', 'black', 'thread', 'white', 'are', 'woven', 'together.', 'when', 'black', 'thread', 'breaks,', 'shall', 'look', 'into', 'whole', 'cloth,', 'he', 'shall', 'examine', 'loom', 'also.', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment', 'unfaithful', 'wife,', 'him', 'also', 'weigh', 'heart', 'of', 'her', 'in', 'scales,', 'measure', 'his', 'soul', 'measurements.', 'let', 'him', 'who', 'would', 'lash', 'offender', 'unto', 'spirit', 'of', 'offended.', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'of', 'righteousness', 'lay', 'ax', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its', 'verily', 'he', 'will', 'find', 'roots', 'of', 'bad,', 'fruitful', 'all', 'entwined', 'together', 'in', 'silent', 'heart', 'of', 'earth.', 'you', 'judges', 'who', 'would', 'be', 'just,', 'judgment', 'pronounce', 'you', 'upon', 'him', 'though', 'honest', 'in', 'flesh', 'yet', 'is', 'in', 'spirit?', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action', 'deceiver', 'oppressor,', 'who', 'also', 'is', 'aggrieved', 'outraged?', 'how', 'shall', 'you', 'punish', 'those', 'whose', 'is', 'already', 'greater', 'than', 'their', 'not', 'remorse', 'justice', 'which', 'is', 'by', 'that', 'very', 'law', 'which', 'you', 'fain', 'serve?', 'you', 'cannot', 'lay', 'remorse', 'upon', 'nor', 'lift', 'it', 'from', 'heart', 'of', 'guilty.', 'shall', 'it', 'call', 'in', 'night,', 'men', 'may', 'wake', 'gaze', 'upon', '', 'you', 'who', 'would', 'justice,', 'how', 'shall', 'you', 'unless', 'look', 'upon', 'all', 'deeds', 'in', 'fullness', 'light?', 'then', 'shall', 'you', 'know', 'that', 'erect', 'fallen', 'are', 'but', 'one', 'man', 'standing', 'twilight', 'between', 'night', 'of', 'his', 'day', 'of', 'his', 'god-self,', 'that', 'corner-stone', 'of', 'temple', 'not', 'higher', 'than', 'lowest', 'stone', 'in', 'foundation.', '*****', 'lawyer', 'said,', 'But', 'what', 'of', 'our', 'master?', 'he', 'answered:', 'delight', 'in', 'laying', 'down', 'laws,', 'you', 'delight', 'more', 'in', 'breaking', 'them.', 'children', 'playing', 'by', 'ocean', 'who', 'sand-towers', 'with', 'constancy', 'destroy', 'them', 'with', 'laughter.', 'while', 'you', 'build', 'your', 'sand-towers', 'brings', 'more', 'sand', 'to', 'shore,', 'when', 'you', 'destroy', 'them', 'ocean', 'with', 'you.', 'ocean', 'laughs', 'always', 'with', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not', 'ocean,', 'man-made', 'laws', 'are', 'not', 'to', 'whom', 'life', 'is', 'rock,', 'law', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it', 'their', 'own', 'likeness?', '', 'of', 'who', 'hates', 'dancers?', 'of', 'ox', 'who', 'loves', 'his', 'yoke', 'elk', 'deer', 'of', 'forest', 'vagrant', 'things?', 'of', 'old', 'serpent', 'who', 'cannot', 'shed', 'skin,', 'calls', 'all', 'others', 'naked', 'of', 'him', 'who', 'comes', 'early', 'to', 'when', 'over-fed', 'goes', 'his', 'way', 'saying', 'that', 'all', 'are', 'violation', 'all', 'feasters', 'shall', 'I', 'say', 'of', 'these', 'save', 'that', 'too', 'stand', 'in', 'sunlight,', 'but', 'with', 'backs', 'to', 'sun?', 'see', 'only', 'their', 'shadows,', 'their', 'are', 'their', 'laws.', 'what', 'is', 'sun', 'to', 'them', 'but', 'caster', 'shadows?', 'what', 'is', 'it', 'to', 'acknowledge', 'but', 'to', 'stoop', 'down', 'trace', 'their', 'upon', 'earth?', 'you', 'who', 'walk', 'facing', 'sun,', 'what', 'drawn', 'on', 'earth', 'can', 'hold', 'who', 'travel', 'with', 'wind,', 'what', 'shall', 'direct', 'your', 'course?', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance', 'stumble', 'against', 'no', 'man’s', 'iron', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to', 'if', 'you', 'tear', 'off', 'your', 'garment', 'leave', 'it', 'in', 'no', 'man’s', 'path?', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'you', 'can', 'loosen', 'strings', 'lyre,', 'but', 'who', 'shall', 'command', 'not', 'to', 'sing?', '*****', 'orator', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'city', 'gate', 'by', 'your', 'fireside', 'have', 'seen', 'you', 'prostrate', 'yourself', 'your', 'own', 'freedom,', 'as', 'slaves', 'humble', 'themselves', 'before', 'tyrant', 'praise', 'him', 'though', 'he', 'slays', 'in', 'grove', 'of', 'temple', 'in', 'shadow', 'of', 'citadel', 'I', 'have', 'seen', 'freest', 'among', 'you', 'wear', 'their', 'freedom', 'yoke', 'handcuff.', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you', 'only', 'be', 'free', 'when', 'even', 'desire', 'seeking', 'freedom', 'becomes', 'harness', 'you,', 'when', 'you', 'cease', 'to', 'speak', 'of', 'as', 'goal', 'fulfilment.', 'shall', 'be', 'free', 'indeed', 'when', 'your', 'are', 'not', 'without', 'care', 'nor', 'your', 'without', 'want', 'grief,', 'rather', 'when', 'these', 'things', 'girdle', 'your', 'yet', 'you', 'rise', 'above', 'them', 'naked', 'unbound.', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days', 'nights', 'unless', 'you', 'break', 'which', 'you', 'at', 'dawn', 'of', 'your', 'have', 'fastened', 'around', 'your', 'hour?', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is', 'strongest', 'of', 'these', 'chains,', 'though', 'links', 'glitter', 'in', 'sun', 'dazzle', 'eyes.', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your', 'self', 'you', 'would', 'discard', 'that', 'you', 'may', 'free?', 'it', 'is', 'unjust', 'law', 'you', 'would', 'that', 'law', 'was', 'written', 'with', 'your', 'hand', 'upon', 'your', 'own', 'forehead.', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law', 'nor', 'by', 'washing', 'foreheads', 'of', 'judges,', 'though', 'you', 'pour', 'sea', 'them.', 'if', 'it', 'is', 'despot', 'you', 'would', 'see', 'first', 'that', 'his', 'throne', 'within', 'you', 'is', 'destroyed.', 'how', 'can', 'tyrant', 'rule', 'free', 'proud,', 'but', 'for', 'tyranny', 'in', 'their', 'freedom', 'shame', 'in', 'their', 'own', 'if', 'it', 'is', 'care', 'you', 'would', 'cast', 'off,', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather', 'imposed', 'upon', 'you.', 'if', 'it', 'is', 'fear', 'you', 'would', 'dispel,', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart', 'not', 'in', 'hand', 'of', 'feared.', 'all', 'things', 'move', 'within', 'your', 'being', 'constant', 'half', 'embrace,', 'desired', 'dreaded,', 'repugnant', 'pursued', 'that', 'which', 'would', 'escape.', 'things', 'move', 'within', 'you', 'as', 'lights', 'shadows', 'in', 'pairs', 'that', 'cling.', 'when', 'shadow', 'fades', 'is', 'no', 'light', 'that', 'lingers', 'becomes', 'to', 'another', 'light.', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its', 'becomes', 'itself', 'fetter', 'of', 'freedom.', '*****', 'priestess', 'spoke', 'again', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'he', 'answered,', 'saying:', 'soul', 'is', 'oftentimes', 'battlefield,', 'which', 'your', 'reason', 'your', 'judgment', 'war', 'against', 'your', 'passion', 'your', 'that', 'I', 'could', 'be', 'peacemaker', 'in', 'soul,', 'that', 'I', 'might', 'turn', 'discord', 'rivalry', 'of', 'your', 'elements', 'into', 'melody.', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves', 'also', 'peacemakers,', 'nay,', 'lovers', 'all', 'your', 'elements?', 'reason', 'your', 'passion', 'are', 'sails', 'of', 'your', 'seafaring', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be', 'you', 'can', 'but', 'toss', 'drift,', 'else', 'be', 'held', 'at', 'standstill', 'in', '', 'reason,', 'ruling', 'alone,', 'force', 'confining;', 'passion,', 'is', 'flame', 'that', 'burns', 'to', 'its', 'destruction.', 'let', 'your', 'soul', 'exalt', 'your', 'to', 'height', 'of', 'passion,', 'that', 'it', 'sing;', 'let', 'it', 'direct', 'your', 'passion', 'with', 'that', 'your', 'passion', 'may', 'live', 'its', 'own', 'daily', 'resurrection,', 'like', 'phoenix', 'rise', 'above', 'its', 'own', 'would', 'have', 'you', 'consider', 'your', 'judgment', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two', 'guests', 'in', 'your', 'house.', 'you', 'would', 'not', 'honour', 'one', 'guest', 'other;', 'for', 'he', 'who', 'is', 'more', 'of', 'one', 'loses', 'love', 'of', 'both', 'hills,', 'when', 'you', 'sit', 'in', 'shade', 'of', 'white', 'poplars,', 'sharing', 'peace', 'serenity', 'of', 'distant', 'fields', 'meadows--then', 'let', 'your', 'heart', 'say', 'in', '“God', 'rests', 'in', 'reason.”', 'when', 'storm', 'comes,', 'wind', 'shakes', 'forest,', 'thunder', 'lightning', 'proclaim', 'of', 'sky,--then', 'let', 'your', 'heart', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”', 'since', 'you', 'are', 'breath', 'in', 'God’s', 'leaf', 'in', 'God’s', 'forest,', 'you', 'should', 'rest', 'in', 'reason', 'move', 'in', '*****', 'woman', 'spoke,', 'saying,', 'Tell', 'us', '_Pain_.', 'he', 'said:', 'pain', 'is', 'breaking', 'of', 'shell', 'encloses', 'your', 'understanding.', 'as', 'stone', 'of', 'fruit', 'must', 'that', 'its', 'heart', 'may', 'stand', 'in', 'so', 'must', 'you', 'know', 'pain.', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder', 'daily', 'miracles', 'of', 'your', 'life,', 'your', 'would', 'not', 'seem', 'less', 'wondrous', 'than', 'joy;', 'you', 'would', 'accept', 'seasons', 'of', 'your', 'even', 'as', 'you', 'have', 'always', 'accepted', 'seasons', 'that', 'pass', 'over', 'your', 'fields.', 'you', 'would', 'watch', 'with', 'serenity', 'winters', 'of', 'your', 'grief.', 'of', 'your', 'pain', 'is', 'self-chosen.', 'is', 'bitter', 'potion', 'by', 'which', '', 'you', 'heals', 'your', 'sick', 'trust', 'physician,', 'drink', 'remedy', 'in', 'silence', 'tranquillity:', 'his', 'hand,', 'though', 'heavy', 'hard,', 'is', 'by', 'tender', 'hand', 'of', 'Unseen,', 'cup', 'he', 'brings,', 'though', 'it', 'burn', 'lips,', 'has', 'been', 'fashioned', 'of', 'which', 'Potter', 'has', 'moistened', 'with', 'own', 'sacred', 'tears.', '*****', 'man', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'hearts', 'know', 'in', 'silence', 'secrets', 'days', 'nights.', 'your', 'ears', 'thirst', 'for', 'sound', 'of', 'heart’s', 'knowledge.', 'would', 'know', 'in', 'words', 'that', 'which', 'you', 'always', 'known', 'in', 'thought.', 'would', 'touch', 'with', 'your', 'fingers', 'body', 'of', 'your', 'dreams.', 'it', 'is', 'well', 'you', 'should.', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must', 'rise', 'run', 'murmuring', 'to', 'sea;', 'treasure', 'of', 'your', 'infinite', 'depths', 'be', 'revealed', 'to', 'your', 'eyes.', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your', 'treasure;', 'seek', 'not', 'depths', 'of', 'your', 'with', 'staff', 'or', 'sounding', 'self', 'is', 'sea', 'boundless', 'not,', '“I', 'have', 'found', 'truth,”', 'but', '“I', 'have', 'found', 'truth.”', 'not,', '“I', 'have', 'found', 'path', 'of', 'Say', 'rather,', '“I', 'have', 'met', 'soul', 'upon', 'my', 'path.”', 'soul', 'walks', 'upon', 'all', 'paths.', 'soul', 'walks', 'not', 'upon', 'line,', 'neither', 'it', 'grow', 'like', 'reed.', 'soul', 'unfolds', 'itself,', 'like', 'lotus', 'of', 'petals.', '0083]', '*****', 'said', 'teacher,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that', 'already', 'lies', 'half', 'asleep', 'in', 'of', 'your', 'knowledge.', 'teacher', 'who', 'walks', 'in', 'shadow', 'of', 'temple,', 'among', 'his', 'followers,', 'gives', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his', 'his', 'lovingness.', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid', 'enter', 'house', 'of', 'his', 'wisdom,', 'but', 'leads', 'you', 'to', 'threshold', 'of', 'own', 'mind.', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his', 'of', 'space,', 'but', 'he', 'cannot', 'you', 'his', 'understanding.', 'musician', 'may', 'sing', 'to', 'you', 'of', 'which', 'is', 'in', 'all', 'space,', 'but', 'he', 'give', 'you', 'ear', 'which', 'arrests', 'rhythm', 'nor', 'voice', 'that', 'echoes', 'it.', 'he', 'who', 'is', 'versed', 'in', 'science', 'numbers', 'can', 'tell', 'of', 'regions', 'weight', 'measure,', 'but', 'he', 'cannot', 'you', 'thither.', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its', 'to', 'another', 'man.', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'his', 'understanding', 'of', 'earth.', '*****', 'youth', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'friend', 'is', 'your', 'needs', 'answered.', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love', 'reap', 'with', 'thanksgiving.', 'he', 'is', 'your', 'board', 'your', 'fireside.', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,', 'you', 'seek', 'him', 'for', 'peace.', 'your', 'friend', 'speaks', 'his', 'mind', 'you', 'not', '“nay”', 'in', 'your', 'own', 'mind,', 'nor', 'you', 'withhold', '“ay.”', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases', 'to', 'listen', 'to', 'his', 'heart;', 'without', 'words,', 'in', 'friendship,', 'all', 'all', 'desires,', 'all', 'expectations', 'born', 'shared,', 'with', 'joy', 'that', 'is', 'you', 'part', 'from', 'your', 'friend,', 'you', 'not;', 'that', 'which', 'you', 'love', 'most', 'in', 'him', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'to', 'climber', 'is', 'clearer', 'plain.', '', 'let', 'there', 'be', 'no', 'in', 'friendship', 'save', 'deepening', 'spirit.', 'love', 'that', 'seeks', 'aught', 'but', 'of', 'its', 'own', 'mystery', 'is', 'not', 'but', 'net', 'cast', 'forth:', 'only', 'is', 'caught.', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.', 'he', 'must', 'know', 'ebb', 'of', 'your', 'tide,', 'him', 'know', 'its', 'flood', 'also.', 'what', 'is', 'your', 'friend', 'that', 'you', 'should', 'him', 'with', 'hours', 'to', 'kill?', 'him', 'always', 'with', 'hours', 'to', 'live.', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not', 'emptiness.', 'in', 'sweetness', 'of', 'friendship', 'there', 'be', 'laughter,', 'sharing', 'of', 'in', 'dew', 'of', 'little', 'things', 'heart', 'finds', 'its', 'morning', 'is', '*****', 'then', 'scholar', 'said,', 'Speak', 'of', 'he', 'answered,', 'saying:', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace', 'your', 'thoughts;', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'of', 'your', 'heart', 'you', 'live', 'in', 'your', 'sound', 'is', 'diversion', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is', 'murdered.', 'thought', 'is', 'bird', 'of', 'space,', 'that', 'in', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its', 'but', 'cannot', 'fly.', 'are', 'those', 'among', 'you', 'who', 'seek', 'through', 'fear', 'of', 'being', 'alone.', 'silence', 'of', 'aloneness', 'reveals', 'to', 'eyes', 'their', 'naked', 'selves', 'they', 'escape.', 'there', 'are', 'those', 'who', 'talk,', 'knowledge', 'or', 'forethought', 'reveal', 'truth', 'which', 'they', 'themselves', 'do', 'not', 'there', 'are', 'those', 'who', 'have', 'truth', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in', 'bosom', 'of', 'such', 'as', 'these', 'spirit', 'in', 'rhythmic', 'silence.', 'you', 'meet', 'your', 'friend', 'on', 'or', 'in', 'market', 'place,', 'let', 'in', 'you', 'move', 'your', 'lips', 'direct', 'tongue.', 'voice', 'within', 'your', 'voice', 'speak', 'to', 'ear', 'of', 'his', 'ear;', 'his', 'soul', 'will', 'keep', 'truth', 'of', 'heart', 'as', 'taste', 'of', 'wine', 'is', 'colour', 'is', 'forgotten', 'is', 'no', 'more.', '*****', 'astronomer', 'said,', 'Master,', 'what', '_Time_?', 'he', 'answered:', 'would', 'measure', 'time', 'measureless', 'immeasurable.', 'would', 'adjust', 'your', 'conduct', 'direct', 'course', 'of', 'your', 'spirit', 'to', 'hours', 'seasons.', 'time', 'you', 'would', 'make', 'stream', 'upon', 'bank', 'you', 'would', 'sit', 'watch', 'its', 'timeless', 'in', 'you', 'is', 'aware', 'of', 'timelessness,', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s', 'tomorrow', 'is', 'today’s', 'dream.', 'that', 'that', 'which', 'sings', 'in', 'you', 'is', 'still', 'dwelling', 'bounds', 'of', 'that', 'first', 'moment', 'scattered', 'stars', 'into', 'space.', 'among', 'you', 'does', 'not', 'feel', 'that', 'his', 'to', 'love', 'is', 'boundless?', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very', 'though', 'boundless,', 'encompassed', 'centre', 'of', 'his', 'being,', 'not', 'from', 'love', 'thought', 'to', 'love', 'nor', 'from', 'love', 'deeds', 'to', 'other', 'deeds?', 'is', 'not', 'time', 'even', 'as', 'love', 'is,', 'paceless?', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure', 'into', 'seasons,', 'let', 'each', 'season', 'all', 'other', 'seasons,', 'let', 'today', 'embrace', 'past', 'with', 'future', 'with', 'longing.', '*****', 'one', 'of', 'elders', 'of', 'city', 'Speak', 'to', 'us', 'of', '_Good', 'Evil_.', 'he', 'answered:', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not', 'evil.', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by', 'own', 'hunger', 'thirst?', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food', 'in', 'dark', 'caves,', 'when', 'it', 'thirsts', 'drinks', 'even', 'of', 'dead', 'waters.', 'are', 'good', 'when', 'you', 'are', 'one', 'with', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself', 'are', 'not', 'evil.', 'divided', 'house', 'is', 'not', 'den', 'of', 'it', 'is', 'only', 'divided', 'house.', 'ship', 'without', 'rudder', 'may', 'wander', 'among', 'perilous', 'isles', 'yet', 'sink', 'to', 'bottom.', '', 'are', 'good', 'when', 'strive', 'to', 'give', 'of', 'yourself.', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain', 'yourself.', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are', 'root', 'that', 'clings', 'to', 'earth', 'at', 'her', 'breast.', 'fruit', 'cannot', 'say', 'to', 'root,', 'like', 'me,', 'ripe', 'full', 'ever', 'of', 'your', 'abundance.”', 'to', 'fruit', 'giving', 'is', 'need,', 'as', 'is', 'need', 'to', 'root.', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in', 'speech,', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep', 'your', 'tongue', 'staggers', 'without', 'even', 'stumbling', 'speech', 'may', 'strengthen', 'weak', 'tongue.', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal', 'with', 'bold', 'steps.', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither', '', 'those', 'who', 'limp', 'go', 'not', 'you', 'who', 'are', 'strong', 'swift,', 'see', 'you', 'do', 'not', 'limp', 'before', 'lame,', 'it', 'kindness.', 'are', 'good', 'in', 'countless', 'ways,', 'you', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,', 'are', 'only', 'loitering', 'sluggard.', 'that', 'stags', 'cannot', 'teach', 'to', 'turtles.', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies', 'goodness:', 'that', 'longing', 'is', 'in', 'of', 'you.', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'rushing', 'with', 'might', 'to', 'sea,', 'secrets', 'of', 'hillsides', 'songs', 'of', 'forest.', 'in', 'others', 'it', 'is', 'flat', 'stream', 'that', 'itself', 'in', 'angles', 'bends', 'before', 'it', 'reaches', 'shore.', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to', 'who', 'longs', 'little,', '“Wherefore', 'are', 'slow', 'halting?”', 'truly', 'good', 'ask', 'not', 'naked,', 'is', 'your', 'garment?”', 'nor', '“What', 'has', 'befallen', 'your', '*****', 'priestess', 'said,', 'Speak', 'to', 'us', '_Prayer_.', 'he', 'answered,', 'saying:', 'pray', 'in', 'your', 'distress', 'in', 'your', 'would', 'that', 'you', 'might', 'pray', 'also', 'fullness', 'of', 'your', 'joy', 'in', 'your', 'of', 'abundance.', 'what', 'is', 'prayer', 'but', 'expansion', 'of', 'into', 'living', 'ether?', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for', 'delight', 'to', 'pour', 'forth', 'dawning', 'your', 'heart.', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your', 'summons', 'you', 'to', 'prayer,', 'she', 'should', 'you', 'again', 'yet', 'again,', 'though', 'until', 'you', 'shall', 'come', 'laughing.', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'those', 'who', 'are', 'praying', 'at', 'that', 'very', 'whom', 'save', 'in', 'prayer', 'you', 'not', 'meet.', 'let', 'your', 'visit', 'to', 'that', 'temple', 'be', 'for', 'naught', 'but', 'ecstasy', 'communion.', 'if', 'you', 'should', 'enter', 'temple', 'for', 'other', 'purpose', 'than', 'asking', 'you', 'shall', 'receive:', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'for', 'good', 'of', 'others', 'you', 'shall', 'not', 'heard.', 'is', 'enough', 'that', 'you', 'enter', 'temple', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.', 'listens', 'not', 'to', 'your', 'words', 'save', 'when', 'Himself', 'utters', 'them', 'through', 'your', 'I', 'cannot', 'teach', 'you', 'prayer', 'of', 'forests', 'mountains.', 'you', 'who', 'are', 'born', 'of', 'forests', 'seas', 'find', 'their', 'prayer', 'in', 'your', 'heart,', 'if', 'you', 'but', 'listen', 'in', 'stillness', 'night', 'you', 'shall', 'hear', 'them', 'saying', 'silence,', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is', 'will', 'in', 'us', 'that', 'willeth.', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our', 'which', 'are', 'thine,', 'into', 'days', 'which', 'thine', 'also.', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou', 'our', 'needs', 'before', 'they', 'are', 'born', 'us:', 'art', 'our', 'need;', 'in', 'giving', 'us', 'more', 'thyself', 'thou', 'givest', 'us', 'all.”', '0100]', '*****', 'hermit,', 'who', 'visited', 'city', 'year,', 'came', 'forth', 'said,', 'Speak', 'us', 'of', '_Pleasure_.', 'he', 'answered,', 'saying:', 'is', 'freedom-song,', 'it', 'is', 'not', 'freedom.', 'is', 'blossoming', 'of', 'your', 'desires,', 'it', 'is', 'not', 'their', 'fruit.', 'is', 'depth', 'calling', 'unto', 'height,', 'it', 'is', 'not', 'deep', 'nor', 'high.', 'is', 'caged', 'taking', 'wing,', 'it', 'is', 'not', 'space', 'encompassed.', 'in', 'very', 'truth,', 'pleasure', 'is', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have', 'lose', 'your', 'hearts', 'in', 'singing.', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if', 'were', 'all,', 'they', 'are', 'judged', '', 'would', 'not', 'judge', 'nor', 'them.', 'I', 'would', 'have', 'them', 'seek.', 'they', 'shall', 'find', 'pleasure,', 'but', 'not', 'alone;', 'are', 'her', 'sisters,', 'least', 'of', 'is', 'more', 'beautiful', 'than', 'pleasure.', 'you', 'not', 'heard', 'of', 'man', 'who', 'was', 'in', 'earth', 'for', 'roots', 'found', 'treasure?', 'some', 'of', 'your', 'elders', 'remember', 'with', 'regret', 'like', 'wrongs', 'in', 'drunkenness.', 'regret', 'is', 'beclouding', 'of', 'mind', 'not', 'its', 'chastisement.', 'should', 'remember', 'their', 'pleasures', 'gratitude,', 'as', 'they', 'would', 'of', 'summer.', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let', 'be', 'comforted.', 'there', 'are', 'among', 'you', 'those', 'who', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to', 'in', 'their', 'fear', 'of', 'seeking', '', 'shun', 'all', 'pleasures,', 'they', 'neglect', 'spirit', 'or', 'offend', 'it.', 'even', 'in', 'their', 'foregoing', 'is', 'their', 'thus', 'they', 'too', 'find', 'treasure', 'though', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend', 'spirit?', 'nightingale', 'offend', 'of', 'night,', 'or', 'firefly', 'stars?', 'shall', 'your', 'flame', 'or', 'your', 'smoke', 'wind?', 'you', 'spirit', 'is', 'still', 'pool', 'you', 'can', 'trouble', 'with', 'staff?', 'in', 'denying', 'yourself', 'pleasure', 'do', 'but', 'store', 'desire', 'in', 'of', 'your', 'being.', 'knows', 'but', 'that', 'which', 'seems', 'omitted', 'waits', 'for', 'tomorrow?', 'your', 'body', 'knows', 'its', 'heritage', 'its', 'rightful', 'need', 'will', 'not', 'be', 'your', 'body', 'is', 'harp', 'of', 'your', 'soul,', 'it', 'is', 'yours', 'to', 'bring', 'forth', '', 'from', 'it', 'or', 'confused', 'sounds.', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How', 'we', 'distinguish', 'that', 'which', 'is', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not', 'to', 'your', 'fields', 'your', 'gardens,', 'shall', 'learn', 'that', 'it', 'is', 'pleasure', 'bee', 'to', 'gather', 'honey', 'of', 'it', 'is', 'also', 'pleasure', 'of', 'to', 'yield', 'its', 'honey', 'to', 'bee.', 'to', 'bee', 'flower', 'is', 'fountain', 'of', 'to', 'flower', 'bee', 'is', 'messenger', 'love,', 'to', 'both,', 'bee', 'flower,', 'giving', 'receiving', 'of', 'pleasure', 'is', 'need', 'ecstasy.', 'of', 'Orphalese,', 'be', 'in', 'your', 'like', 'flowers', 'bees.', '*****', 'poet', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'shall', 'you', 'seek', 'beauty,', 'how', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be', 'way', 'your', 'guide?', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except', 'be', 'weaver', 'of', 'your', 'speech?', 'aggrieved', 'injured', 'say,', 'is', 'kind', 'gentle.', 'young', 'mother', 'half-shy', 'of', 'her', 'own', 'she', 'walks', 'among', 'us.”', 'passionate', 'say,', '“Nay,', 'beauty', 'is', 'thing', 'of', 'might', 'dread.', 'tempest', 'she', 'shakes', 'earth', 'us', 'sky', 'above', 'us.”', 'tired', 'weary', 'say,', '“Beauty', 'is', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our', '', 'voice', 'yields', 'to', 'our', 'like', 'faint', 'light', 'that', 'quivers', 'fear', 'of', 'shadow.”', 'restless', 'say,', '“We', 'have', 'heard', 'her', 'among', 'mountains,', 'with', 'her', 'cries', 'came', 'sound', 'of', 'beating', 'of', 'wings', 'of', 'lions.”', 'night', 'watchmen', 'of', 'city', 'say,', 'shall', 'rise', 'with', 'dawn', 'from', 'east.”', 'at', 'noontide', 'toilers', 'say,', '“We', 'have', 'seen', 'her', 'leaning', 'earth', 'from', 'windows', 'of', 'winter', 'say', 'snow-bound,', '“She', 'shall', 'with', 'spring', 'leaping', 'upon', 'in', 'summer', 'heat', 'reapers', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'leaves,', 'we', 'saw', 'drift', 'of', 'in', 'her', 'hair.”', '', 'these', 'things', 'you', 'said', 'of', 'beauty,', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of', 'unsatisfied,', 'beauty', 'is', 'not', 'need', 'but', 'ecstasy.', 'is', 'not', 'mouth', 'thirsting', 'nor', 'empty', 'stretched', 'forth,', 'rather', 'heart', 'enflamed', 'soul', 'is', 'not', 'image', 'you', 'would', 'see', 'nor', 'song', 'you', 'would', 'hear,', 'rather', 'image', 'you', 'see', 'though', 'you', 'your', 'eyes', 'song', 'you', 'hear', 'you', 'shut', 'your', 'ears.', 'is', 'not', 'sap', 'within', 'furrowed', 'nor', 'wing', 'attached', 'to', 'claw,', 'rather', 'garden', 'for', 'ever', 'in', 'bloom', 'flock', 'of', 'angels', 'for', 'ever', 'in', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when', 'unveils', 'her', 'holy', 'face.', 'you', 'are', 'life', 'you', 'are', 'veil.', 'is', 'eternity', 'gazing', 'at', 'itself', 'mirror.', 'you', 'are', 'eternity', 'you', 'are', '*****', 'old', 'priest', 'said,', 'Speak', 'to', 'us', '_Religion_.', 'he', 'said:', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?', 'not', 'religion', 'all', 'deeds', 'all', 'that', 'which', 'is', 'neither', 'deed', 'nor', 'but', 'wonder', 'surprise', 'springing', 'in', 'soul,', 'even', 'while', 'hands', 'hew', 'stone', 'or', 'tend', 'can', 'separate', 'his', 'faith', 'from', 'actions,', 'or', 'his', 'belief', 'from', 'his', 'can', 'spread', 'his', 'hours', 'before', 'him,', '“This', 'for', 'God', 'this', 'for', 'This', 'for', 'my', 'soul,', 'this', 'other', 'my', 'body?”', 'your', 'hours', 'are', 'wings', 'that', 'beat', 'space', 'from', 'self', 'to', 'self.', '', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best', 'were', 'better', 'naked.', 'wind', 'sun', 'will', 'tear', 'no', 'holes', 'his', 'skin.', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics', 'his', 'song-bird', 'in', 'cage.', 'freest', 'song', 'comes', 'not', 'through', 'bars', 'wires.', 'he', 'to', 'whom', 'worshipping', 'is', 'window,', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet', 'house', 'of', 'his', 'soul', 'whose', 'are', 'from', 'dawn', 'to', 'dawn.', 'daily', 'life', 'is', 'your', 'temple', 'your', 'you', 'enter', 'into', 'it', 'take', 'with', 'you', 'all.', 'plough', 'forge', 'lute,', 'things', 'you', 'have', 'fashioned', 'in', 'or', 'for', 'delight.', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your', 'nor', 'fall', 'lower', 'than', 'your', 'take', 'with', 'you', 'all', 'men:', '', 'in', 'you', 'cannot', 'fly', 'higher', 'than', 'hopes', 'nor', 'humble', 'yourself', 'lower', 'their', 'despair.', 'if', 'you', 'would', 'know', 'God', 'be', 'not', 'solver', 'of', 'riddles.', 'look', 'about', 'you', 'you', 'shall', 'see', 'playing', 'with', 'your', 'children.', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him', 'in', 'cloud,', 'outstretching', 'His', 'in', 'lightning', 'descending', 'in', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,', 'rising', 'waving', 'His', 'hands', 'in', '*****', 'Almitra', 'spoke,', 'saying,', 'We', 'would', 'now', 'of', '_Death_.', 'he', 'said:', 'would', 'know', 'secret', 'of', 'death.', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you', 'it', 'in', 'heart', 'of', 'life?', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind', 'day', 'cannot', 'unveil', 'mystery', 'light.', 'you', 'would', 'indeed', 'behold', 'spirit', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'of', 'life.', 'life', 'death', 'are', 'one,', 'even', 'as', 'sea', 'are', 'one.', 'depth', 'of', 'your', 'hopes', 'desires', 'your', 'silent', 'knowledge', 'of', 'like', 'seeds', 'dreaming', 'beneath', 'snow', 'heart', 'dreams', 'of', 'spring.', 'dreams,', 'for', 'in', 'them', 'is', 'hidden', 'gate', 'to', 'eternity.', '', 'fear', 'death', 'is', 'but', 'trembling', 'of', 'when', 'he', 'stands', 'before', 'king', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in', 'shepherd', 'not', 'joyful', 'beneath', 'his', 'that', 'he', 'shall', 'wear', 'mark', 'king?', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked', 'wind', 'to', 'melt', 'into', 'sun?', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but', 'free', 'breath', 'from', 'its', 'restless', 'that', 'it', 'may', 'rise', 'expand', 'God', 'unencumbered?', 'when', 'you', 'drink', 'from', 'river', 'of', 'shall', 'you', 'indeed', 'sing.', 'when', 'you', 'have', 'reached', 'mountain', 'then', 'you', 'shall', 'begin', 'to', 'climb.', 'when', 'earth', 'shall', 'claim', 'your', 'then', 'shall', 'you', 'truly', 'dance.', 'now', 'it', 'was', 'evening.', 'Almitra', 'seeress', 'said,', 'Blessed', 'be', 'day', 'this', 'place', 'your', 'spirit', 'has', 'spoken.', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was', 'not', 'also', 'listener?', 'he', 'descended', 'steps', 'of', 'all', 'people', 'followed', 'him.', 'he', 'reached', 'his', 'ship', 'stood', 'upon', 'deck.', 'facing', 'people', 'again,', 'he', 'raised', 'voice', 'said:', 'of', 'Orphalese,', 'wind', 'bids', 'me', 'you.', 'hasty', 'am', 'I', 'than', 'wind,', 'yet', 'I', 'go.', 'wanderers,', 'ever', 'seeking', 'lonelier', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended', 'day;', 'no', 'sunrise', 'finds', 'us', 'sunset', 'left', 'us.', '', 'while', 'sleeps', 'we', 'travel.', 'are', 'seeds', 'of', 'tenacious', 'it', 'is', 'in', 'our', 'ripeness', 'our', 'of', 'heart', 'that', 'we', 'are', 'given', 'to', 'wind', 'are', 'scattered.', 'were', 'my', 'days', 'among', 'you,', 'still', 'words', 'I', 'have', 'spoken.', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then', 'will', 'come', 'again,', 'with', 'richer', 'heart', 'lips', 'more', 'to', 'spirit', 'will', 'I', 'speak.', 'I', 'shall', 'return', 'with', 'tide,', 'though', 'death', 'may', 'hide', 'me,', 'silence', 'enfold', 'me,', 'yet', 'again', 'I', 'seek', 'your', 'understanding.', 'not', 'in', 'vain', 'will', 'I', 'seek.', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that', 'shall', 'reveal', 'itself', 'in', 'clearer', 'in', 'words', 'more', 'kin', 'to', 'your', 'go', 'with', 'wind,', 'people', 'of', 'but', 'not', 'down', 'into', 'emptiness;', 'if', 'this', 'day', 'is', 'not', 'fulfilment', 'your', 'needs', 'my', 'love,', 'then', 'let', 'it', 'promise', 'till', 'another', 'day.', 'needs', 'change,', 'but', 'not', 'his', 'love,', 'his', 'desire', 'that', 'his', 'love', 'should', 'his', 'needs.', 'therefore,', 'that', 'from', 'greater', 'I', 'shall', 'return.', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,', 'but', 'dew', 'in', 'fields,', 'shall', 'gather', 'into', 'cloud', 'then', 'down', 'in', 'rain.', 'not', 'unlike', 'mist', 'have', 'I', 'been.', 'stillness', 'of', 'night', 'I', 'have', 'in', 'your', 'streets,', 'my', 'spirit', 'entered', 'your', 'houses,', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'I', 'you', 'all.', 'I', 'knew', 'your', 'joy', 'your', 'pain,', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my', 'oftentimes', 'I', 'was', 'among', 'you', 'lake', 'mountains.', 'mirrored', 'summits', 'in', 'you', 'slopes,', 'even', 'flocks', 'of', 'your', 'thoughts', 'your', 'to', 'my', 'silence', 'came', 'laughter', 'your', 'children', 'in', 'streams,', 'of', 'your', 'youths', 'in', 'rivers.', 'when', 'they', 'reached', 'my', 'depth', 'rivers', 'ceased', 'not', 'yet', 'to', '0119]', 'sweeter', 'still', 'than', 'laughter', 'than', 'longing', 'came', 'to', 'me.', 'was', 'boundless', 'in', 'you;', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but', 'sinews;', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is', 'soundless', 'throbbing.', 'is', 'in', 'vast', 'man', 'that', 'you', 'are', 'vast,', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you', 'loved', 'you.', 'what', 'distances', 'can', 'love', 'reach', 'that', 'not', 'in', 'that', 'vast', 'sphere?', 'visions,', 'what', 'expectations', 'what', 'can', 'outsoar', 'that', 'flight?', 'giant', 'oak', 'tree', 'covered', 'with', 'apple', 'is', 'vast', 'man', 'in', 'you.', '', 'binds', 'you', 'to', 'earth,', 'his', 'lifts', 'you', 'into', 'space,', 'in', 'durability', 'you', 'are', 'deathless.', 'have', 'been', 'told', 'that,', 'even', 'like', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest', 'is', 'but', 'half', 'truth.', 'You', 'are', 'also', 'strong', 'as', 'your', 'strongest', 'link.', 'measure', 'you', 'by', 'your', 'smallest', 'deed', 'to', 'reckon', 'power', 'of', 'ocean', 'by', 'of', 'its', 'foam.', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to', 'blame', 'upon', 'seasons', 'for', 'their', 'you', 'are', 'like', 'ocean,', 'though', 'heavy-grounded', 'ships', 'await', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even', 'ocean,', 'you', 'cannot', 'hasten', 'your', 'like', 'seasons', 'you', 'are', 'also,', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your', 'spring,', 'reposing', 'within', 'you,', 'smiles', 'her', 'drowsiness', 'is', 'not', 'offended.', 'not', 'I', 'say', 'these', 'things', 'in', 'that', 'you', 'may', 'say', 'one', 'to', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but', 'good', 'in', 'us.”', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that', 'you', 'yourselves', 'know', 'in', 'thought.', 'what', 'is', 'word', 'knowledge', 'but', 'shadow', 'wordless', 'knowledge?', 'thoughts', 'my', 'words', 'are', 'waves', 'sealed', 'memory', 'that', 'keeps', 'records', 'our', 'yesterdays,', 'of', 'ancient', 'days', 'when', 'earth', 'not', 'us', 'nor', 'herself,', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought', 'confusion.', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your', 'behold', 'I', 'have', 'found', 'that', 'which', 'is', 'than', 'wisdom.', 'is', 'flame', 'spirit', 'in', 'you', 'ever', 'more', 'of', 'itself,', 'you,', 'heedless', 'of', 'its', 'expansion,', 'withering', 'of', 'your', 'days.', 'is', 'life', 'in', 'quest', 'of', 'life', 'in', 'that', 'fear', 'grave.', 'are', 'no', 'graves', 'here.', 'mountains', 'plains', 'are', 'cradle', 'stepping-stone.', 'you', 'pass', 'by', 'field', 'where', 'have', 'laid', 'your', 'ancestors', 'look', 'well', 'you', 'shall', 'see', 'yourselves', 'your', 'children', 'dancing', 'hand', 'in', 'hand.', 'you', 'often', 'make', 'merry', 'without', 'have', 'come', 'to', 'you', 'to', 'whom', 'for', 'promises', 'made', 'unto', 'your', 'faith', 'have', 'given', 'but', 'riches', 'power', 'than', 'promise', 'have', 'I', 'given,', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.', 'have', 'given', 'me', 'my', 'deeper', 'thirsting', 'life.', 'there', 'is', 'no', 'greater', 'gift', 'to', 'man', 'that', 'which', 'turns', 'all', 'his', 'aims', 'parching', 'lips', 'all', 'life', 'into', '0125]', 'in', 'this', 'lies', 'my', 'honour', 'my', 'whenever', 'I', 'come', 'to', 'fountain', 'drink', 'I', 'find', 'living', 'water', 'itself', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'to', 'receive', 'gifts.', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,', 'not', 'gifts.', 'though', 'I', 'have', 'eaten', 'berries', 'among', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit', 'your', 'board,', 'slept', 'in', 'portico', 'of', 'temple', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,', 'was', 'it', 'not', 'your', 'loving', 'mindfulness', 'my', 'days', 'my', 'nights', 'that', 'made', 'food', 'to', 'my', 'mouth', 'girdled', 'my', 'sleep', 'visions?', 'this', 'I', 'bless', 'you', 'most:', 'give', 'much', 'know', 'not', 'that', 'you', 'give', 'all.', '', 'kindness', 'that', 'upon', 'itself', 'in', 'mirror', 'turns', 'to', 'good', 'deed', 'that', 'calls', 'itself', 'by', 'names', 'becomes', 'parent', 'to', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,', 'drunk', 'with', 'my', 'own', 'aloneness,', 'you', 'have', 'said,', '“He', 'holds', 'council', 'trees', 'of', 'forest,', 'but', 'not', 'men.', 'sits', 'alone', 'on', 'hill-tops', 'looks', 'upon', 'our', 'city.”', 'it', 'is', 'that', 'I', 'have', 'climbed', 'hills', 'walked', 'in', 'remote', 'places.', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'height', 'or', 'great', 'distance?', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not', 'words,', 'they', 'said,', 'stranger,', 'lover', 'of', 'heights,', 'why', 'dwell', 'you', 'among', 'summits', 'where', 'eagles', 'build', 'nests?', '', 'seek', 'you', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in', 'sky?', 'be', 'one', 'of', 'us.', 'appease', 'your', 'hunger', 'with', 'our', 'quench', 'your', 'thirst', 'with', 'our', 'solitude', 'of', 'their', 'souls', 'they', 'said', 'things;', 'were', 'their', 'solitude', 'deeper', 'they', 'have', 'known', 'that', 'I', 'sought', 'but', 'of', 'your', 'joy', 'your', 'pain,', 'I', 'hunted', 'only', 'your', 'larger', 'selves', 'walk', 'sky.', 'hunter', 'was', 'also', 'hunted;', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only', 'seek', 'my', 'own', 'breast.', 'flier', 'was', 'also', 'creeper;', 'when', 'my', 'wings', 'were', 'spread', 'in', 'their', 'shadow', 'upon', 'earth', 'was', 'I', 'believer', 'was', 'also', 'doubter;', 'often', 'have', 'I', 'put', 'my', 'finger', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'belief', 'in', 'you', 'greater', 'of', 'you.', 'it', 'is', 'with', 'this', 'belief', 'this', 'that', 'I', 'say,', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,', 'confined', 'to', 'houses', 'or', 'fields.', 'which', 'is', 'you', 'dwells', 'above', 'roves', 'with', 'wind.', 'is', 'not', 'thing', 'that', 'crawls', 'into', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into', 'for', 'safety,', 'thing', 'free,', 'spirit', 'that', 'envelops', 'earth', 'moves', 'in', 'ether.', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not', 'clear', 'them.', 'nebulous', 'is', 'beginning', 'of', 'things,', 'but', 'not', 'their', 'end,', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as', 'beginning.', 'all', 'that', 'lives,', 'is', 'conceived', 'mist', 'not', 'in', 'crystal.', 'who', 'knows', 'but', 'crystal', 'is', 'mist', 'decay?', 'would', 'I', 'have', 'you', 'remember', 'in', 'me:', 'which', 'seems', 'most', 'feeble', 'in', 'you', 'is', 'strongest', 'determined.', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected', 'hardened', 'structure', 'of', 'your', 'is', 'it', 'not', 'dream', 'which', 'none', 'of', 'you', 'having', 'dreamt,', 'that', 'builded', 'city', 'fashioned', 'all', 'there', 'is', 'in', 'you', 'but', 'see', 'tides', 'of', 'that', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,', 'if', 'you', 'could', 'hear', 'whispering', 'of', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'is', 'well.', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be', 'by', 'hands', 'that', 'wove', 'it,', 'clay', 'that', 'fills', 'your', 'ears', 'shall', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded', '', 'you', 'shall', 'see.', 'you', 'shall', 'hear.', 'you', 'shall', 'not', 'deplore', 'having', 'known', 'nor', 'regret', 'having', 'been', 'deaf.', 'in', 'that', 'day', 'you', 'shall', 'know', 'purposes', 'in', 'all', 'things,', 'you', 'shall', 'bless', 'darkness', 'as', 'you', 'bless', 'light.', 'saying', 'these', 'things', 'he', 'looked', 'him,', 'he', 'saw', 'pilot', 'of', 'his', 'standing', 'by', 'helm', 'gazing', 'at', 'full', 'sails', 'now', 'at', 'he', 'said:', 'over', 'patient,', 'is', 'captain', 'of', 'ship.', 'wind', 'blows,', 'restless', 'are', 'rudder', 'begs', 'direction;', 'quietly', 'my', 'captain', 'awaits', 'my', 'these', 'my', 'mariners,', 'who', 'have', 'heard', 'choir', 'of', 'greater', 'sea,', 'they', 'too', 'heard', 'me', 'patiently.', '', 'they', 'wait', 'no', 'longer.', 'am', 'ready.', 'stream', 'has', 'reached', 'sea,', 'more', 'great', 'mother', 'holds', 'her', 'son', 'her', 'breast.', 'you', 'well,', 'people', 'of', 'Orphalese.', 'day', 'has', 'ended.', 'is', 'closing', 'upon', 'us', 'even', 'as', 'upon', 'its', 'own', 'tomorrow.', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must', 'come', 'together', 'together', 'stretch', 'hands', 'unto', 'giver.', 'not', 'that', 'I', 'shall', 'come', 'back', 'to', 'little', 'while,', 'my', 'longing', 'shall', 'dust', 'foam', 'for', 'another', 'body.', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', 'to', 'you', 'youth', 'I', 'have', 'with', 'you.', 'was', 'but', 'yesterday', 'we', 'met', 'in', '', 'have', 'sung', 'to', 'me', 'in', 'my', 'I', 'of', 'your', 'longings', 'have', 'tower', 'in', 'sky.', 'now', 'our', 'sleep', 'has', 'fled', 'our', 'dream', 'over,', 'it', 'is', 'no', 'longer', 'dawn.', 'noontide', 'is', 'upon', 'us', 'our', 'half', 'has', 'turned', 'to', 'fuller', 'day,', 'we', 'part.', 'in', 'twilight', 'of', 'memory', 'we', 'should', 'once', 'more,', 'we', 'shall', 'speak', 'again', 'you', 'shall', 'sing', 'to', 'me', 'song.', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another', 'we', 'shall', 'build', 'another', 'tower', 'in', 'sky.', 'saying', 'he', 'made', 'signal', 'to', 'straightway', 'they', 'weighed', 'cast', 'ship', 'loose', 'from', 'its', 'they', 'moved', 'eastward.', 'cry', 'came', 'from', 'people', 'as', 'from', 'heart,', 'it', 'rose', 'into', 'dusk', 'was', 'carried', 'out', 'over', 'sea', 'like', 'trumpeting.', 'Almitra', 'was', 'silent,', 'gazing', 'after', 'ship', 'until', 'it', 'had', 'vanished', 'into', 'mist.', 'when', 'all', 'people', 'were', 'dispersed', 'still', 'stood', 'alone', 'upon', 'sea-wall,', 'in', 'her', 'heart', 'his', 'saying,', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', '0134]', 'of', 'Project', 'Gutenberg', 'EBook', 'of', 'Prophet,', 'by', 'Kahlil', 'Gibran', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'PROPHET', '***', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously', 'by', 'Internet', 'Archive', 'editions', 'will', 'replace', 'previous', 'one--the', 'old', 'editions', 'will', 'renamed.', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright', 'means', 'that', 'no', 'one', 'owns', 'United', 'States', 'copyright', 'in', 'these', 'works,', 'Foundation', '(and', 'you!)', 'can', 'copy', 'distribute', 'it', 'in', 'United', 'without', 'permission', 'without', 'paying', 'copyright', 'Special', 'rules,', 'set', 'forth', 'in', 'General', 'Terms', 'of', 'Use', 'part', 'this', 'license,', 'apply', 'to', 'copying', 'distributing', 'Project', 'electronic', 'works', 'to', 'protect', 'PROJECT', 'GUTENBERG-tm', 'trademark.', 'Project', 'Gutenberg', 'is', 'registered', 'trademark,', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'eBooks,', 'unless', 'you', 'receive', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'complying', 'with', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'research.', 'They', 'may', 'be', 'modified', 'printed', 'given', 'may', 'do', 'practically', 'ANYTHING', 'in', 'United', 'States', 'with', 'eBooks', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'license,', 'especially', 'commercial', 'redistribution.', 'FULL', 'LICENSE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK', 'protect', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'phrase', '\"Project', 'you', 'agree', 'to', 'comply', 'with', 'all', 'terms', 'of', 'Full', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at', '1.', 'General', 'Terms', 'of', 'Use', 'Redistributing', 'Project', 'electronic', 'works', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'accept', 'all', 'terms', 'of', 'this', 'license', 'intellectual', 'property', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'return', 'or', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'If', 'you', 'paid', 'fee', 'for', 'obtaining', 'copy', 'of', 'or', 'access', 'to', 'Gutenberg-tm', 'electronic', 'work', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'refund', 'from', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '\"Project', 'Gutenberg\"', 'is', 'registered', 'trademark.', 'It', 'may', 'only', 'be', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'electronic', 'work', 'by', 'people', 'who', 'to', 'be', 'bound', 'by', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'few', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'without', 'complying', 'with', 'full', 'terms', 'of', 'this', 'agreement.', 'See', '1.C', 'below.', 'There', 'are', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'electronic', 'works', 'if', 'you', 'follow', 'terms', 'of', 'this', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'works.', 'See', 'paragraph', '1.E', 'below.', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the', 'or', 'PGLAF),', 'owns', 'compilation', 'copyright', 'in', 'collection', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'individual', 'in', 'collection', 'are', 'in', 'public', 'domain', 'in', 'United', 'If', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'States', 'you', 'are', 'located', 'in', 'United', 'States,', 'we', 'do', 'not', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'work', 'as', 'long', 'as', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope', 'you', 'will', 'support', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'in', 'compliance', 'with', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'Gutenberg-tm', 'name', 'associated', 'with', 'work.', 'You', 'can', 'easily', 'with', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'share', 'it', 'without', 'charge', 'with', 'others.', 'copyright', 'laws', 'of', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'United', 'States,', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'terms', 'of', 'this', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'Project', 'Gutenberg-tm', 'work.', 'Foundation', 'makes', 'no', 'concerning', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'outside', 'United', 'States.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'access', 'to,', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'whenever', 'any', 'copy', 'of', 'Project', 'Gutenberg-tm', 'work', '(any', 'work', 'which', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'viewed,', 'copied', 'or', 'distributed:', '', 'This', 'eBook', 'is', 'for', 'use', 'of', 'anyone', 'anywhere', 'in', 'United', 'States', '', 'most', 'other', 'parts', 'of', 'world', 'at', 'no', 'cost', 'with', 'almost', 'no', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', '', 'under', 'terms', 'of', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'laws', 'of', 'country', 'where', 'you', '', 'are', 'located', 'before', 'using', 'this', 'ebook.', 'If', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'holder),', 'work', 'can', 'be', 'copied', 'distributed', 'to', 'anyone', 'in', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are', 'or', 'providing', 'access', 'to', 'work', 'with', 'phrase', '\"Project', 'associated', 'with', 'or', 'appearing', 'on', 'work,', 'you', 'must', 'comply', 'with', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'permission', 'for', 'use', 'of', 'work', 'Project', 'Gutenberg-tm', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.', 'If', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'permission', 'of', 'copyright', 'holder,', 'your', 'use', 'distribution', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'any', 'terms', 'imposed', 'by', 'copyright', 'holder.', 'Additional', 'terms', 'be', 'linked', 'to', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'with', 'permission', 'of', 'copyright', 'holder', 'found', 'at', 'of', 'this', 'work.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'full', 'Project', 'Gutenberg-tm', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'part', 'of', 'this', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'displaying', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'links', 'or', 'immediate', 'access', 'to', 'full', 'terms', 'of', 'Project', 'License.', 'You', 'may', 'convert', 'to', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access', 'or', 'distribute', 'copies', 'of', 'Project', 'Gutenberg-tm', 'work', 'in', 'format', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'official', 'posted', 'on', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'user,', 'provide', 'copy,', 'means', 'of', 'exporting', 'copy,', 'or', 'means', 'obtaining', 'copy', 'upon', 'request,', 'of', 'work', 'in', 'its', 'original', '\"Plain', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.', 'Do', 'not', 'charge', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.', 'You', 'may', 'charge', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'that', 'You', 'pay', 'royalty', 'fee', 'of', '20%', 'of', 'gross', 'profits', 'you', 'derive', 'from', '', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'method', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'fee', 'is', 'owed', '', 'to', 'owner', 'of', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'sent', 'to', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'address', 'specified', 'in', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'Project', 'Gutenberg', '', 'Literary', 'Archive', 'Foundation.\"', 'You', 'provide', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'user', 'who', 'notifies', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', '', 'does', 'not', 'agree', 'to', 'terms', 'of', 'full', 'Project', 'Gutenberg-tm', '', 'License.', 'You', 'must', 'require', 'such', 'user', 'to', 'return', 'or', 'destroy', 'all', '', 'copies', 'of', 'works', 'possessed', 'in', 'physical', 'medium', 'discontinue', '', 'all', 'use', 'of', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', '', 'works.', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'full', 'refund', 'of', '', 'any', 'money', 'paid', 'for', 'work', 'or', 'replacement', 'copy,', 'if', 'defect', 'in', '', 'electronic', 'work', 'is', 'discovered', 'reported', 'to', 'you', 'within', '90', 'days', 'of', '', 'receipt', 'of', 'work.', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.', 'If', 'you', 'wish', 'to', 'charge', 'fee', 'or', 'distribute', 'Project', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'both', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Gutenberg', 'Trademark', 'LLC,', 'owner', 'of', 'Project', 'Gutenberg-tm', 'Contact', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.', 'Project', 'Gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'proofread', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'Project', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm', 'works,', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'corrupt', 'data,', 'transcription', 'errors,', 'copyright', 'or', 'other', 'property', 'infringement,', 'defective', 'or', 'damaged', 'disk', 'or', 'medium,', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'be', 'read', 'by', 'your', 'equipment.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', '\"Right', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'Project', 'Literary', 'Archive', 'Foundation,', 'owner', 'of', 'Project', 'trademark,', 'any', 'other', 'party', 'distributing', 'Project', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'to', 'you', 'for', 'damages,', 'costs', 'expenses,', 'including', 'legal', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'FOUNDATION,', 'OWNER,', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'POSSIBILITY', 'OF', 'SUCH', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'refund', 'of', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'explanation', 'to', 'person', 'you', 'received', 'work', 'from.', 'If', 'you', 'work', 'on', 'physical', 'medium,', 'you', 'must', 'return', 'medium', 'your', 'written', 'explanation.', 'person', 'or', 'entity', 'that', 'provided', 'you', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'replacement', 'copy', 'in', 'of', 'refund.', 'If', 'you', 'received', 'work', 'electronically,', 'person', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'second', 'to', 'receive', 'work', 'electronically', 'in', 'lieu', 'of', 'refund.', 'If', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'refund', 'in', 'writing', 'further', 'opportunities', 'to', 'fix', 'problem.', 'Except', 'for', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'or', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'law', 'of', 'state', 'applicable', 'to', 'this', 'agreement,', 'shall', 'be', 'interpreted', 'to', 'make', 'maximum', 'disclaimer', 'or', 'permitted', 'by', 'applicable', 'state', 'law.', 'invalidity', 'or', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'provisions.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'hold', 'Foundation,', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'Foundation,', 'anyone', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'with', 'this', 'agreement,', 'any', 'volunteers', 'associated', 'with', 'promotion', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'expenses,', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', '(c)', 'any', 'you', 'cause.', '2.', 'Information', 'about', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'free', 'distribution', 'of', 'works', 'in', 'formats', 'readable', 'by', 'widest', 'variety', 'of', 'including', 'obsolete,', 'old,', 'middle-aged', 'new', 'computers.', 'It', 'because', 'of', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'donations', 'people', 'in', 'all', 'walks', 'of', 'life.', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\", 'ensuring', 'that', 'Project', 'Gutenberg-tm', 'collection', 'will', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'Project', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'secure', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'future', 'To', 'learn', 'more', 'about', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'how', 'your', 'efforts', 'donations', 'can', 'help,', 'see', '3', '4', 'Foundation', 'information', 'page', 'at', 'Section', '3.', 'Information', 'about', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'non', 'profit', 'educational', 'corporation', 'organized', 'under', 'laws', 'of', 'of', 'Mississippi', 'granted', 'tax', 'exempt', 'status', 'by', 'Internal', 'Service.', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification', 'is', '64-6221541.', 'Contributions', 'to', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'are', 'tax', 'deductible', 'to', 'full', 'extent', 'permitted', 'by', 'federal', 'laws', 'your', \"state's\", 'laws.', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'up', 'to', 'contact', 'information', 'can', 'be', 'found', 'at', \"Foundation's\", 'web', 'site', 'page', 'at', 'www.gutenberg.org/contact', 'additional', 'contact', 'information:', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby', '', '', '', 'Chief', 'Executive', 'Director', '', '', '', 'gbnewby@pglaf.org', '4.', 'Information', 'about', 'Donations', 'to', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Gutenberg-tm', 'depends', 'upon', 'cannot', 'survive', 'without', 'wide', 'public', 'support', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'number', 'of', 'public', 'domain', 'licensed', 'works', 'that', 'can', 'be', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'widest', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'with', 'IRS.', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'laws', 'regulating', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'United', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'it', 'takes', 'effort,', 'much', 'paperwork', 'many', 'fees', 'to', 'meet', 'keep', 'up', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND', 'or', 'determine', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'visit', 'www.gutenberg.org/donate', 'we', 'cannot', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'not', 'met', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'us', 'with', 'offers', 'to', 'donate.', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'check', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'number', 'of', 'other', 'including', 'checks,', 'online', 'payments', 'credit', 'card', 'donations.', 'To', 'please', 'visit:', 'www.gutenberg.org/donate', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Michael', 'S.', 'Hart', 'was', 'originator', 'of', 'Project', 'concept', 'of', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'loose', 'network', 'of', 'support.', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in', 'U.S.', 'unless', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'main', 'PG', 'search', 'www.gutenberg.org', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,', 'how', 'to', 'make', 'donations', 'to', 'Project', 'Gutenberg', 'Literary', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'how', 'to', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.']\n" + ] + } + ], + "source": [ + "def word_filter(no_slash):\n", + " return no_slash.lower() not in word_list\n", + "\n", + "filtered_words = []\n", + "word_list = ['and', 'the', 'a', 'an']\n", + "\n", + "for word in no_slash:\n", + " if word_filter(word):\n", + " filtered_words.append(word)\n", + "print(filtered_words)" ] }, { @@ -221,6 +320,24 @@ "Use the `filter()` function to filter out the words speficied in the `word_filter()` function. Store the filtered list in the variable `prophet_filter`." ] }, + { + "cell_type": "code", + "execution_count": 37, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['PROPHET', 'chosen', 'who', 'was', 'dawn', 'unto', 'his', 'own', 'had', 'waited', 'twelve', 'years', 'in', 'city', 'Orphalese', 'for', 'his', 'ship', 'that', 'was', 'to', 'bear', 'him', 'back', 'to', 'isle', 'of', 'birth.', 'in', 'twelfth', 'year,', 'on', 'seventh', 'of', 'Ielool,', 'month', 'of', 'reaping,', 'he', 'hill', 'without', 'city', 'walls', 'looked', 'seaward;', 'he', 'beheld', 'his', 'coming', 'with', 'mist.', 'gates', 'of', 'his', 'heart', 'were', 'flung', 'his', 'joy', 'flew', 'far', 'over', 'sea.', 'he', 'closed', 'his', 'eyes', 'prayed', 'in', 'of', 'his', 'soul.', 'as', 'he', 'descended', 'hill,', 'sadness', 'upon', 'him,', 'he', 'thought', 'in', 'his', 'shall', 'I', 'go', 'in', 'peace', 'without', 'Nay,', 'not', 'without', 'wound', 'in', 'shall', 'I', 'leave', 'this', 'city.', '', 'days', 'of', 'pain', 'I', 'have', 'spent', 'its', 'walls,', 'long', 'were', 'of', 'aloneness;', 'who', 'can', 'depart', 'his', 'pain', 'his', 'aloneness', 'without', 'many', 'fragments', 'of', 'spirit', 'have', 'I', 'in', 'these', 'streets,', 'too', 'many', 'children', 'of', 'my', 'longing', 'that', 'walk', 'among', 'these', 'hills,', 'I', 'cannot', 'from', 'them', 'without', 'burden', 'ache.', 'is', 'not', 'garment', 'I', 'cast', 'off', 'this', 'but', 'skin', 'that', 'I', 'tear', 'with', 'my', 'own', 'is', 'it', 'thought', 'I', 'leave', 'behind', 'me,', 'heart', 'made', 'sweet', 'with', 'hunger', 'thirst.', 'I', 'cannot', 'tarry', 'longer.', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her', 'me,', 'I', 'must', 'embark.', 'to', 'stay,', 'though', 'hours', 'burn', 'in', 'night,', 'is', 'to', 'freeze', 'crystallize', 'be', 'bound', 'in', 'mould.', 'would', 'I', 'take', 'with', 'me', 'all', 'that', 'is', 'But', 'how', 'shall', 'I?', 'voice', 'cannot', 'carry', 'tongue', 'lips', 'that', 'gave', 'it', 'wings.', 'Alone', 'it', 'seek', 'ether.', 'alone', 'without', 'his', 'nest', 'shall', 'fly', 'across', 'sun.', 'when', 'he', 'reached', 'foot', 'of', 'he', 'turned', 'again', 'towards', 'sea,', 'he', 'saw', 'his', 'ship', 'approaching', 'upon', 'her', 'prow', 'mariners,', 'men', 'of', 'his', 'own', 'land.', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'he', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of', 'tides,', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which', 'my', 'deeper', 'dream.', 'am', 'I', 'to', 'go,', 'my', 'eagerness', 'with', 'full', 'set', 'awaits', 'wind.', 'another', 'breath', 'will', 'I', 'breathe', 'in', 'still', 'air,', 'only', 'another', 'loving', 'look', 'backward,', 'then', 'I', 'shall', 'stand', 'among', 'you,', 'among', 'seafarers.', '', 'you,', 'sea,', 'sleepless', 'mother,', 'alone', 'are', 'peace', 'freedom', 'to', 'stream,', 'another', 'winding', 'will', 'this', 'stream', 'only', 'another', 'murmur', 'in', 'this', 'glade,', 'then', 'shall', 'I', 'come', 'to', 'you,', 'drop', 'to', 'boundless', 'ocean.', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men', 'women', 'leaving', 'their', 'fields', 'their', 'hastening', 'towards', 'city', 'he', 'heard', 'their', 'voices', 'calling', 'his', 'shouting', 'from', 'field', 'to', 'field', 'one', 'another', 'of', 'coming', 'of', 'his', 'he', 'said', 'to', 'himself:', 'day', 'of', 'parting', 'be', 'day', 'of', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in', 'my', 'dawn?', 'what', 'shall', 'I', 'give', 'unto', 'him', 'who', 'has', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to', 'who', 'has', 'stopped', 'wheel', 'of', 'his', '', 'my', 'heart', 'become', 'heavy-laden', 'with', 'fruit', 'that', 'I', 'may', 'give', 'unto', 'them?', 'shall', 'my', 'desires', 'flow', 'like', 'that', 'I', 'may', 'fill', 'their', 'cups?', 'I', 'harp', 'that', 'hand', 'of', 'mighty', 'touch', 'me,', 'or', 'flute', 'that', 'his', 'breath', 'pass', 'through', 'me?', 'seeker', 'of', 'silences', 'am', 'I,', 'what', 'have', 'I', 'found', 'in', 'silences', 'that', 'I', 'dispense', 'with', 'confidence?', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what', 'have', 'I', 'sowed', 'seed,', 'in', 'unremembered', 'seasons?', 'this', 'indeed', 'be', 'hour', 'in', 'which', 'I', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame', 'shall', 'burn', 'therein.', 'dark', 'shall', 'I', 'raise', 'my', 'lantern,', 'guardian', 'of', 'night', 'shall', 'fill', 'with', 'oil', 'he', 'shall', 'light', 'it', 'also.', 'things', 'he', 'said', 'in', 'words.', 'But', 'much', 'his', 'heart', 'remained', 'unsaid.', 'For', '', 'could', 'not', 'speak', 'his', 'deeper', '0020]', 'when', 'he', 'entered', 'into', 'city', 'all', 'people', 'came', 'to', 'meet', 'him,', 'they', 'crying', 'out', 'to', 'him', 'as', 'with', 'one', 'elders', 'of', 'city', 'stood', 'forth', 'said:', 'not', 'yet', 'away', 'from', 'us.', 'noontide', 'have', 'you', 'been', 'in', 'our', 'your', 'youth', 'has', 'given', 'us', 'to', 'dream.', 'stranger', 'are', 'you', 'among', 'us,', 'nor', 'guest,', 'but', 'our', 'son', 'our', 'dearly', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for', 'face.', 'priests', 'priestesses', 'said', 'him:', 'not', 'waves', 'of', 'sea', 'separate', 'us', 'years', 'you', 'have', 'spent', 'in', 'our', 'become', 'memory.', 'have', 'walked', 'among', 'us', 'spirit,', 'your', 'shadow', 'has', 'been', 'light', 'our', 'faces.', 'have', 'we', 'loved', 'you.', 'But', 'speechless', 'our', 'love,', 'with', 'veils', 'has', 'it', 'been', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'stand', 'revealed', 'before', 'you.', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows', 'its', 'own', 'depth', 'until', 'hour', 'of', 'others', 'came', 'also', 'entreated', 'him.', 'he', 'answered', 'them', 'not.', 'He', 'only', 'bent', 'head;', 'those', 'who', 'stood', 'near', 'saw', 'tears', 'falling', 'upon', 'his', 'breast.', 'he', 'people', 'proceeded', 'towards', 'great', 'square', 'before', 'temple.', 'there', 'came', 'out', 'of', 'sanctuary', 'whose', 'name', 'was', 'Almitra.', 'she', 'seeress.', 'he', 'looked', 'upon', 'her', 'with', 'exceeding', 'for', 'it', 'was', 'she', 'who', 'had', 'first', 'believed', 'in', 'him', 'when', 'he', 'had', 'but', 'day', 'in', 'their', 'city.', '', 'hailed', 'him,', 'saying:', 'of', 'God,', 'in', 'quest', 'of', 'long', 'have', 'you', 'searched', 'for', 'your', 'ship.', 'now', 'your', 'ship', 'has', 'come,', 'you', 'must', 'go.', 'is', 'your', 'longing', 'for', 'land', 'of', 'memories', 'dwelling', 'place', 'your', 'greater', 'desires;', 'our', 'love', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that', 'speak', 'to', 'us', 'give', 'us', 'of', 'your', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,', 'they', 'unto', 'their', 'children,', 'it', 'not', 'perish.', 'your', 'aloneness', 'you', 'have', 'watched', 'with', 'days,', 'in', 'your', 'wakefulness', 'you', 'listened', 'to', 'weeping', 'of', 'our', 'sleep.', 'therefore', 'disclose', 'us', 'to', 'ourselves,', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown', 'of', 'that', 'which', 'is', 'between', 'birth', 'he', 'answered,', 'of', 'Orphalese,', 'of', 'what', 'can', 'I', 'save', 'of', 'that', 'which', 'is', 'even', 'now', 'within', 'your', 'souls?', '*****', 'said', 'Almitra,', 'Speak', 'to', 'us', 'of', 'he', 'raised', 'his', 'head', 'looked', 'upon', 'people,', 'there', 'fell', 'stillness', 'them.', 'with', 'great', 'voice', 'he', 'love', 'beckons', 'to', 'you,', 'follow', 'him,', 'his', 'ways', 'are', 'hard', 'steep.', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to', 'sword', 'hidden', 'among', 'his', 'may', 'wound', 'you.', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in', 'his', 'voice', 'may', 'shatter', 'your', 'dreams', 'north', 'wind', 'lays', 'waste', 'garden.', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall', 'crucify', 'you.', 'Even', 'as', 'he', 'is', 'for', 'your', 'so', 'is', 'he', 'for', 'your', 'pruning.', 'as', 'he', 'ascends', 'to', 'your', 'height', 'your', 'tenderest', 'branches', 'quiver', 'in', 'sun,', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'them', 'in', 'their', 'clinging', 'to', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto', 'threshes', 'you', 'to', 'make', 'you', 'naked.', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your', 'grinds', 'you', 'to', 'whiteness.', 'kneads', 'you', 'until', 'you', 'are', 'pliant;', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred', 'that', 'you', 'may', 'become', 'sacred', 'bread', 'God’s', 'sacred', 'feast.', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you', 'you', 'may', 'know', 'secrets', 'of', 'your', 'in', 'that', 'knowledge', 'become', 'of', 'Life’s', 'heart.', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only', 'peace', 'love’s', 'pleasure,', 'it', 'is', 'better', 'for', 'you', 'that', 'you', '', 'nakedness', 'pass', 'out', 'of', 'threshing-floor,', 'seasonless', 'world', 'where', 'you', 'laugh,', 'but', 'not', 'all', 'of', 'your', 'weep,', 'but', 'not', 'all', 'of', 'your', 'gives', 'naught', 'but', 'itself', 'takes', 'but', 'from', 'itself.', 'possesses', 'not', 'nor', 'would', 'it', 'be', 'love', 'is', 'sufficient', 'unto', 'love.', 'you', 'love', 'you', 'should', 'not', 'say,', '“God', 'in', 'my', 'heart,”', 'but', 'rather,', '“I', 'am', 'in', 'heart', 'of', 'God.”', 'think', 'not', 'you', 'can', 'direct', 'course', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you', 'directs', 'your', 'course.', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil', 'if', 'you', 'love', 'must', 'needs', 'have', 'let', 'these', 'be', 'your', 'desires:', 'melt', 'be', 'like', 'running', 'brook', 'that', 'its', 'melody', 'to', 'night.', '', 'pain', 'of', 'too', 'much', 'tenderness.', 'be', 'wounded', 'by', 'your', 'own', 'understanding', 'love;', 'to', 'bleed', 'willingly', 'joyfully.', 'wake', 'at', 'dawn', 'with', 'winged', 'heart', 'thanks', 'for', 'another', 'day', 'of', 'loving;', 'rest', 'at', 'noon', 'hour', 'meditate', 'ecstacy;', 'return', 'home', 'at', 'eventide', 'with', 'then', 'to', 'sleep', 'with', 'prayer', 'for', 'beloved', 'in', 'your', 'heart', 'song', 'of', 'upon', 'your', 'lips.', '0029]', '*****', 'Almitra', 'spoke', 'again', 'said,', 'what', 'of', '_Marriage_', 'master?', 'he', 'answered', 'saying:', 'were', 'born', 'together,', 'together', 'you', 'be', 'forevermore.', 'shall', 'be', 'together', 'when', 'white', 'of', 'death', 'scatter', 'your', 'days.', 'you', 'shall', 'be', 'together', 'even', 'in', 'memory', 'of', 'God.', 'let', 'there', 'be', 'spaces', 'in', 'your', 'let', 'winds', 'of', 'heavens', 'dance', 'you.', 'one', 'another,', 'but', 'make', 'not', 'bond', 'of', 'it', 'rather', 'be', 'moving', 'sea', 'between', 'shores', 'of', 'your', 'souls.', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from', 'cup.', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat', 'from', 'same', 'loaf.', '', 'together', 'be', 'joyous,', 'but', 'let', 'one', 'of', 'you', 'be', 'alone,', 'as', 'strings', 'of', 'lute', 'are', 'alone', 'they', 'quiver', 'with', 'same', 'music.', 'your', 'hearts,', 'but', 'not', 'into', 'each', 'keeping.', 'only', 'hand', 'of', 'Life', 'can', 'contain', 'hearts.', 'stand', 'together', 'yet', 'not', 'too', 'near', 'pillars', 'of', 'temple', 'stand', 'oak', 'tree', 'cypress', 'grow', 'in', 'each', 'other’s', 'shadow.', '0032]', '*****', 'woman', 'who', 'held', 'babe', 'her', 'bosom', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'children', 'are', 'not', 'your', 'children.', 'are', 'sons', 'daughters', 'of', 'longing', 'for', 'itself.', 'come', 'through', 'you', 'but', 'not', 'from', 'you,', 'though', 'they', 'are', 'with', 'you', 'yet', 'they', 'not', 'to', 'you.', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your', 'they', 'have', 'their', 'own', 'thoughts.', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their', 'their', 'souls', 'dwell', 'in', 'house', 'of', 'which', 'you', 'cannot', 'visit,', 'not', 'in', 'your', 'dreams.', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek', 'to', 'make', 'them', 'like', 'you.', '', 'goes', 'not', 'backward', 'nor', 'tarries', 'with', 'are', 'bows', 'from', 'which', 'your', 'as', 'living', 'arrows', 'are', 'sent', 'archer', 'sees', 'mark', 'upon', 'path', 'infinite,', 'He', 'bends', 'you', 'with', 'might', 'that', 'His', 'arrows', 'may', 'go', 'swift', 'far.', 'your', 'bending', 'in', 'Archer’s', 'hand', 'be', 'gladness;', 'even', 'as', 'he', 'loves', 'arrow', 'that', 'so', 'He', 'loves', 'also', 'bow', 'that', 'is', '*****', 'said', 'rich', 'man,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'give', 'but', 'little', 'when', 'you', 'give', 'of', 'possessions.', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you', 'give.', 'what', 'are', 'your', 'possessions', 'but', 'things', 'keep', 'guard', 'for', 'fear', 'you', 'may', 'need', 'tomorrow?', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring', 'overprudent', 'dog', 'burying', 'bones', 'trackless', 'sand', 'as', 'he', 'follows', 'to', 'holy', 'city?', 'what', 'is', 'fear', 'of', 'need', 'but', 'need', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is', 'thirst', 'that', 'is', 'unquenchable?', 'are', 'those', 'who', 'give', 'little', 'of', 'which', 'they', 'have--and', 'they', 'give', 'for', 'recognition', 'their', 'hidden', 'makes', 'their', 'gifts', 'unwholesome.', 'there', 'are', 'those', 'who', 'have', 'little', 'it', 'all.', 'are', 'believers', 'in', 'life', 'bounty', 'of', 'life,', 'their', 'coffer', 'is', 'empty.', 'are', 'those', 'who', 'give', 'with', 'joy,', 'joy', 'is', 'their', 'reward.', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,', 'that', 'pain', 'is', 'their', 'baptism.', 'there', 'are', 'those', 'who', 'give', 'know', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek', 'nor', 'give', 'with', 'mindfulness', 'of', 'give', 'as', 'in', 'yonder', 'valley', 'myrtle', 'its', 'fragrance', 'into', 'space.', 'hands', 'of', 'such', 'as', 'these', 'God', 'from', 'behind', 'their', 'eyes', 'He', 'upon', 'earth.', '0039]', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it', 'better', 'to', 'give', 'unasked,', 'through', 'to', 'open-handed', 'search', 'for', 'who', 'shall', 'receive', 'is', 'joy', 'greater', 'giving.', 'is', 'there', 'aught', 'you', 'would', 'withhold?', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;', 'give', 'now,', 'that', 'season', 'giving', 'may', 'be', 'yours', 'not', 'your', 'often', 'say,', '“I', 'would', 'give,', 'but', 'only', 'deserving.”', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,', 'flocks', 'in', 'your', 'pasture.', 'give', 'that', 'they', 'may', 'live,', 'for', 'to', 'is', 'to', 'perish.', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his', 'his', 'nights,', 'is', 'worthy', 'of', 'all', 'from', 'you.', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his', 'from', 'your', 'little', 'stream.', 'what', 'desert', 'greater', 'shall', 'there', 'be,', 'that', 'which', 'lies', 'in', 'courage', 'confidence,', 'nay', 'charity,', 'of', 'who', 'are', 'you', 'that', 'men', 'should', 'rend', 'bosom', 'unveil', 'their', 'pride,', 'you', 'may', 'see', 'their', 'worth', 'naked', 'pride', 'unabashed?', 'first', 'that', 'you', 'yourself', 'deserve', 'to', 'giver,', 'instrument', 'of', 'giving.', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto', 'you,', 'who', 'deem', 'yourself', 'are', 'but', 'witness.', 'you', 'receivers--and', 'you', 'are', 'receivers--assume', 'no', 'weight', 'of', 'lest', 'you', 'lay', 'yoke', 'upon', 'upon', 'him', 'who', 'gives.', 'rise', 'together', 'with', 'giver', 'on', 'gifts', 'as', 'on', 'wings;', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is', 'doubt', 'his', 'generosity', 'who', 'has', 'earth', 'for', 'mother,', 'God', 'father.', '0042]', '*****', 'old', 'man,', 'keeper', 'of', 'said,', 'Speak', 'to', 'us', 'of', '_Eating', 'he', 'said:', 'that', 'you', 'could', 'live', 'on', 'of', 'earth,', 'like', 'air', 'be', 'sustained', 'by', 'light.', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'rob', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'of', 'worship,', 'let', 'your', 'board', 'stand', 'altar', 'on', 'pure', 'innocent', 'of', 'plain', 'are', 'sacrificed', 'for', 'that', 'is', 'purer', 'still', 'more', 'innocent', 'man.', 'you', 'kill', 'beast', 'say', 'to', 'him', 'in', 'your', 'same', 'power', 'that', 'slays', 'you,', 'I', 'too', 'slain;', 'I', 'too', 'shall', 'be', 'consumed.', 'law', 'that', 'delivered', 'you', 'into', 'hand', 'shall', 'deliver', 'me', 'into', 'mightier', 'blood', 'my', 'blood', 'is', 'naught', 'but', 'sap', 'that', 'feeds', 'tree', 'of', 'heaven.”', 'when', 'you', 'crush', 'apple', 'with', 'your', 'say', 'to', 'it', 'in', 'your', 'heart,', 'seeds', 'shall', 'live', 'in', 'my', 'body,', 'buds', 'of', 'your', 'tomorrow', 'shall', 'in', 'my', 'heart,', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,', 'together', 'we', 'shall', 'rejoice', 'through', 'seasons.”', 'in', 'autumn,', 'when', 'you', 'gather', 'grapes', 'of', 'your', 'vineyards', 'for', 'say', 'in', 'your', 'heart,', 'too', 'am', 'vineyard,', 'my', 'fruit', 'shall', 'gathered', 'for', 'winepress,', 'like', 'new', 'wine', 'I', 'shall', 'be', 'kept', 'in', 'vessels.”', 'in', 'winter,', 'when', 'you', 'draw', 'wine,', 'there', 'be', 'in', 'your', 'heart', 'song', 'each', 'cup;', 'let', 'there', 'be', 'in', 'song', 'for', 'autumn', 'days,', 'for', 'vineyard,', 'for', 'winepress.', 'Then', 'ploughman', 'said,', 'Speak', 'us', 'of', '_Work_.', 'he', 'answered,', 'saying:', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'soul', 'of', 'earth.', 'to', 'be', 'idle', 'is', 'to', 'become', 'stranger', 'seasons,', 'to', 'step', 'out', 'of', 'procession,', 'that', 'marches', 'in', 'proud', 'submission', 'towards', 'you', 'work', 'you', 'are', 'flute', 'through', 'heart', 'whispering', 'of', 'hours', 'to', 'music.', 'of', 'you', 'would', 'be', 'reed,', 'dumb', 'when', 'all', 'else', 'sings', 'together', 'in', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'labour', 'misfortune.', 'I', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you', 'part', 'of', 'earth’s', 'furthest', 'dream,', 'to', 'you', 'when', 'that', 'dream', 'was', 'in', 'keeping', 'yourself', 'with', 'labour', 'you', 'in', 'truth', 'loving', 'life,', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be', 'with', 'life’s', 'inmost', 'secret.', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'support', 'of', 'flesh', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'I', 'that', 'naught', 'but', 'sweat', 'of', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is', 'have', 'been', 'told', 'also', 'that', 'life', 'is', 'in', 'your', 'weariness', 'you', 'echo', 'was', 'said', 'by', 'weary.', 'I', 'say', 'that', 'life', 'is', 'indeed', 'darkness', 'when', 'there', 'is', 'urge,', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is', 'all', 'knowledge', 'is', 'vain', 'save', 'when', 'is', 'work,', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is', 'when', 'you', 'work', 'with', 'love', 'you', 'bind', 'to', 'yourself,', 'to', 'one', 'to', 'God.', 'what', 'is', 'it', 'to', 'work', 'with', 'love?', 'is', 'to', 'weave', 'cloth', 'with', 'threads', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your', 'were', 'to', 'wear', 'that', 'cloth.', 'is', 'to', 'build', 'house', 'with', 'affection,', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in', 'house.', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'harvest', 'with', 'joy,', 'even', 'as', 'if', 'beloved', 'were', 'to', 'eat', 'fruit.', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion', 'breath', 'of', 'your', 'own', 'spirit,', 'to', 'know', 'that', 'all', 'blessed', 'dead', 'standing', 'about', 'you', 'watching.', 'have', 'I', 'heard', 'you', 'say,', 'as', 'if', 'in', 'sleep,', '“He', 'who', 'works', 'in', 'finds', 'shape', 'of', 'his', 'own', 'in', 'stone,', 'is', 'nobler', 'than', 'he', 'who', 'soil.', '', 'he', 'who', 'seizes', 'rainbow', 'to', 'lay', 'it', 'on', 'cloth', 'in', 'of', 'man,', 'is', 'more', 'than', 'he', 'who', 'sandals', 'for', 'our', 'feet.”', 'I', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'of', 'noontide,', 'that', 'speaks', 'not', 'more', 'sweetly', 'to', 'oaks', 'than', 'to', 'least', 'of', 'all', 'of', 'grass;', 'he', 'alone', 'is', 'great', 'who', 'turns', 'of', 'wind', 'into', 'song', 'made', 'by', 'his', 'own', 'loving.', 'is', 'love', 'made', 'visible.', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but', 'with', 'distaste,', 'it', 'is', 'better', 'that', 'should', 'leave', 'your', 'work', 'sit', 'at', 'gate', 'of', 'temple', 'take', 'alms', 'of', 'who', 'work', 'with', 'joy.', 'if', 'you', 'bake', 'bread', 'with', 'indifference,', 'bake', 'bitter', 'bread', 'that', 'feeds', 'but', 'man’s', 'hunger.', 'if', 'you', 'grudge', 'crushing', 'of', 'your', 'grudge', 'distils', 'poison', 'in', 'wine.', '', 'if', 'you', 'sing', 'though', 'as', 'love', 'not', 'singing,', 'you', 'man’s', 'ears', 'to', 'voices', 'of', 'voices', 'of', 'night.', '*****', 'woman', 'said,', 'Speak', 'to', 'us', 'of', 'Sorrow_.', 'he', 'answered:', 'joy', 'is', 'your', 'sorrow', 'unmasked.', 'selfsame', 'well', 'from', 'which', 'your', 'rises', 'was', 'oftentimes', 'filled', 'your', 'tears.', 'how', 'else', 'can', 'it', 'be?', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your', 'more', 'joy', 'you', 'can', 'contain.', 'not', 'cup', 'that', 'holds', 'your', 'wine', 'cup', 'that', 'was', 'burned', 'in', 'potter’s', 'is', 'not', 'lute', 'that', 'soothes', 'your', 'very', 'wood', 'that', 'was', 'hollowed', 'knives?', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your', 'you', 'shall', 'find', 'it', 'is', 'only', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is', 'you', 'joy.', 'you', 'are', 'sorrowful', 'look', 'again', 'in', 'heart,', 'you', 'shall', 'see', 'that', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which', 'been', 'your', 'delight.', 'of', 'you', 'say,', '“Joy', 'is', 'greater', 'than', 'others', 'say,', '“Nay,', 'sorrow', 'is', 'greater.”', 'I', 'say', 'unto', 'you,', 'they', 'are', 'they', 'come,', 'when', 'one', 'sits', 'with', 'you', 'at', 'your', 'board,', 'remember', 'other', 'is', 'asleep', 'upon', 'your', 'bed.', 'you', 'are', 'suspended', 'like', 'scales', 'your', 'sorrow', 'your', 'joy.', 'when', 'you', 'are', 'empty', 'are', 'you', 'at', 'balanced.', 'treasure-keeper', 'lifts', 'you', 'to', 'his', 'gold', 'his', 'silver,', 'needs', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or', '*****', 'mason', 'came', 'forth', 'said,', 'to', 'us', 'of', '_Houses_.', 'he', 'answered', 'said:', 'of', 'your', 'imaginings', 'bower', 'in', 'ere', 'you', 'build', 'house', 'within', 'city', 'walls.', 'even', 'as', 'you', 'have', 'home-comings', 'in', 'twilight,', 'so', 'has', 'wanderer', 'in', 'ever', 'distant', 'alone.', 'house', 'is', 'your', 'larger', 'body.', 'grows', 'in', 'sun', 'sleeps', 'in', 'of', 'night;', 'it', 'is', 'not', 'Does', 'not', 'your', 'house', 'dream?', 'dreaming,', 'leave', 'city', 'for', 'grove', 'hilltop?', 'that', 'I', 'could', 'gather', 'your', 'houses', 'my', 'hand,', 'like', 'sower', 'scatter', 'in', 'forest', 'meadow.', 'valleys', 'were', 'your', 'streets,', 'green', 'paths', 'your', 'alleys,', 'that', 'you', 'seek', 'one', 'another', 'through', 'come', 'with', 'fragrance', 'earth', 'in', 'your', 'garments.', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.', 'their', 'fear', 'your', 'forefathers', 'gathered', 'too', 'near', 'together.', 'that', 'fear', 'endure', 'little', 'longer.', 'little', 'shall', 'your', 'city', 'walls', 'separate', 'hearths', 'from', 'your', 'fields.', 'tell', 'me,', 'people', 'of', 'Orphalese,', 'what', 'you', 'in', 'these', 'houses?', 'what', 'is', 'it', 'guard', 'with', 'fastened', 'doors?', 'you', 'peace,', 'quiet', 'urge', 'that', 'your', 'power?', 'you', 'remembrances,', 'glimmering', 'that', 'span', 'summits', 'of', 'you', 'beauty,', 'that', 'leads', 'heart', 'things', 'fashioned', 'of', 'wood', 'stone', 'holy', 'mountain?', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?', 'have', 'you', 'only', 'comfort,', 'lust', 'comfort,', 'that', 'stealthy', 'thing', 'that', 'house', 'guest,', 'then', 'host,', 'then', 'master?', 'it', 'becomes', 'tamer,', 'with', 'scourge', 'makes', 'puppets', 'of', 'your', 'desires.', 'its', 'hands', 'are', 'silken,', 'its', 'heart', 'of', 'iron.', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by', 'bed', 'jeer', 'at', 'dignity', 'of', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'them', 'in', 'thistledown', 'like', 'fragile', 'lust', 'for', 'comfort', 'murders', 'passion', 'of', 'soul,', 'then', 'walks', 'in', 'funeral.', 'you,', 'children', 'of', 'space,', 'you', 'restless', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor', 'house', 'shall', 'be', 'not', 'anchor', 'but', 'shall', 'not', 'be', 'glistening', 'film', 'that', 'wound,', 'but', 'eyelid', 'that', 'eye.', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you', 'pass', 'through', 'doors,', 'nor', 'bend', 'your', 'that', 'they', 'strike', 'not', 'against', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls', 'crack', 'fall', 'down.', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'for', 'living.', 'though', 'of', 'magnificence', 'your', 'house', 'shall', 'not', 'hold', 'secret', 'nor', 'shelter', 'your', 'longing.', 'that', 'which', 'is', 'boundless', 'in', 'you', 'in', 'mansion', 'of', 'sky,', 'whose', 'is', 'morning', 'mist,', 'whose', 'are', 'songs', 'silences', 'night.', '*****', 'weaver', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'clothes', 'conceal', 'much', 'of', 'your', 'yet', 'they', 'hide', 'not', 'though', 'you', 'seek', 'in', 'garments', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them', 'harness', 'chain.', 'that', 'you', 'could', 'meet', 'sun', 'wind', 'with', 'more', 'of', 'your', 'skin', 'less', 'your', 'raiment,', 'breath', 'of', 'life', 'is', 'in', 'hand', 'of', 'life', 'is', 'in', 'of', 'you', 'say,', '“It', 'is', 'north', 'wind', 'has', 'woven', 'clothes', 'we', 'wear.”', 'I', 'say,', 'Ay,', 'it', 'was', 'north', 'wind,', 'shame', 'was', 'his', 'loom,', 'of', 'sinews', 'was', 'his', 'thread.', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in', 'forest.', '', 'not', 'that', 'modesty', 'for', 'shield', 'against', 'eye', 'of', 'when', 'unclean', 'shall', 'be', 'no', 'more,', 'were', 'modesty', 'but', 'fetter', 'of', 'mind?', 'forget', 'not', 'that', 'earth', 'delights', 'feel', 'your', 'bare', 'feet', 'winds', 'to', 'play', 'with', 'your', 'hair.', '*****', 'merchant', 'said,', 'Speak', 'to', 'us', 'of', 'Selling_.', 'he', 'answered', 'said:', 'you', 'earth', 'yields', 'her', 'fruit,', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how', 'fill', 'your', 'hands.', 'is', 'in', 'exchanging', 'gifts', 'of', 'that', 'you', 'shall', 'find', 'abundance', 'satisfied.', 'unless', 'exchange', 'be', 'in', 'love', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to', 'others', 'to', 'hunger.', 'in', 'market', 'place', 'you', 'toilers', 'of', 'sea', 'fields', 'vineyards', 'meet', 'weavers', 'potters', 'of', 'spices,--', 'then', 'master', 'spirit', 'of', 'to', 'come', 'into', 'your', 'midst', 'scales', 'reckoning', 'weighs', 'value', 'against', 'value.', '', 'not', 'barren-handed', 'to', 'take', 'in', 'your', 'transactions,', 'who', 'would', 'their', 'words', 'for', 'your', 'labour.', 'such', 'men', 'you', 'should', 'say,', 'with', 'us', 'to', 'field,', 'or', 'go', 'with', 'brothers', 'to', 'sea', 'cast', 'your', 'land', 'sea', 'shall', 'be', 'to', 'you', 'even', 'as', 'to', 'us.”', 'if', 'there', 'come', 'singers', 'flute', 'players,--buy', 'of', 'gifts', 'also.', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'that', 'which', 'they', 'bring,', 'fashioned', 'of', 'dreams,', 'is', 'raiment', 'food', 'for', 'your', 'soul.', 'before', 'you', 'leave', 'market', 'place,', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with', 'hands.', 'master', 'spirit', 'of', 'earth', 'shall', 'sleep', 'peacefully', 'upon', 'wind', 'needs', 'of', 'least', 'of', 'you', 'are', '*****', 'one', 'of', 'judges', 'of', 'city', 'forth', 'said,', 'Speak', 'to', 'us', 'of', 'Punishment_.', 'he', 'answered,', 'saying:', 'is', 'when', 'your', 'spirit', 'goes', 'wandering', 'wind,', 'you,', 'alone', 'unguarded,', 'commit', 'wrong', 'unto', 'others', 'therefore', 'unto', 'for', 'that', 'wrong', 'committed', 'must', 'you', 'wait', 'while', 'unheeded', 'at', 'of', 'blessed.', 'ocean', 'is', 'your', 'god-self;', 'remains', 'for', 'ever', 'undefiled.', 'like', 'ether', 'it', 'lifts', 'but', 'like', 'sun', 'is', 'your', 'god-self;', 'knows', 'not', 'ways', 'of', 'mole', 'nor', 'it', 'holes', 'of', 'serpent.', 'your', 'god-self', 'dwells', 'not', 'alone', 'your', 'being.', 'in', 'you', 'is', 'still', 'man,', 'much', 'in', 'is', 'not', 'yet', 'man,', 'shapeless', 'pigmy', 'that', 'walks', 'asleep', 'mist', 'searching', 'for', 'its', 'own', 'of', 'man', 'in', 'you', 'would', 'I', 'now', 'speak.', 'it', 'is', 'he', 'not', 'your', 'god-self', 'nor', 'pigmy', 'in', 'mist,', 'that', 'knows', 'crime', 'punishment', 'of', 'crime.', 'have', 'I', 'heard', 'you', 'speak', 'of', 'one', 'commits', 'wrong', 'as', 'though', 'he', 'were', 'one', 'of', 'you,', 'but', 'stranger', 'unto', 'you', 'intruder', 'upon', 'your', 'world.', 'I', 'say', 'that', 'even', 'as', 'holy', 'cannot', 'rise', 'beyond', 'highest', 'is', 'in', 'each', 'one', 'of', 'you,', 'wicked', 'weak', 'cannot', 'fall', 'than', 'lowest', 'which', 'is', 'in', 'you', 'as', 'single', 'leaf', 'turns', 'not', 'yellow', 'with', 'silent', 'knowledge', 'of', 'tree,', '', 'wrong-doer', 'cannot', 'wrong', 'without', 'hidden', 'will', 'of', 'you', 'procession', 'you', 'walk', 'together', 'your', 'god-self.', '0064]', 'are', 'way', 'wayfarers.', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls', 'those', 'behind', 'him,', 'caution', 'against', 'stumbling', 'stone.', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,', 'though', 'faster', 'surer', 'of', 'foot,', 'yet', 'not', 'stumbling', 'stone.', 'this', 'also,', 'though', 'word', 'lie', 'heavy', 'your', 'hearts:', 'murdered', 'is', 'not', 'unaccountable', 'for', 'own', 'murder,', 'robbed', 'is', 'not', 'blameless', 'in', 'being', 'righteous', 'is', 'not', 'innocent', 'of', 'of', 'wicked,', 'white-handed', 'is', 'not', 'clean', 'in', 'of', 'felon.', 'guilty', 'is', 'oftentimes', 'victim', 'injured,', 'still', 'more', 'often', 'condemned', 'is', 'burden', 'bearer', 'for', 'guiltless', 'unblamed.', 'cannot', 'separate', 'just', 'from', 'good', 'from', 'wicked;', 'they', 'stand', 'together', 'before', 'face', 'sun', 'even', 'as', 'black', 'thread', 'white', 'are', 'woven', 'together.', 'when', 'black', 'thread', 'breaks,', 'shall', 'look', 'into', 'whole', 'cloth,', 'he', 'shall', 'examine', 'loom', 'also.', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment', 'unfaithful', 'wife,', 'him', 'also', 'weigh', 'heart', 'of', 'her', 'in', 'scales,', 'measure', 'his', 'soul', 'measurements.', 'let', 'him', 'who', 'would', 'lash', 'offender', 'unto', 'spirit', 'of', 'offended.', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'of', 'righteousness', 'lay', 'ax', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its', 'verily', 'he', 'will', 'find', 'roots', 'of', 'bad,', 'fruitful', 'all', 'entwined', 'together', 'in', 'silent', 'heart', 'of', 'earth.', 'you', 'judges', 'who', 'would', 'be', 'just,', 'judgment', 'pronounce', 'you', 'upon', 'him', 'though', 'honest', 'in', 'flesh', 'yet', 'is', 'in', 'spirit?', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action', 'deceiver', 'oppressor,', 'who', 'also', 'is', 'aggrieved', 'outraged?', 'how', 'shall', 'you', 'punish', 'those', 'whose', 'is', 'already', 'greater', 'than', 'their', 'not', 'remorse', 'justice', 'which', 'is', 'by', 'that', 'very', 'law', 'which', 'you', 'fain', 'serve?', 'you', 'cannot', 'lay', 'remorse', 'upon', 'nor', 'lift', 'it', 'from', 'heart', 'of', 'guilty.', 'shall', 'it', 'call', 'in', 'night,', 'men', 'may', 'wake', 'gaze', 'upon', '', 'you', 'who', 'would', 'justice,', 'how', 'shall', 'you', 'unless', 'look', 'upon', 'all', 'deeds', 'in', 'fullness', 'light?', 'then', 'shall', 'you', 'know', 'that', 'erect', 'fallen', 'are', 'but', 'one', 'man', 'standing', 'twilight', 'between', 'night', 'of', 'his', 'day', 'of', 'his', 'god-self,', 'that', 'corner-stone', 'of', 'temple', 'not', 'higher', 'than', 'lowest', 'stone', 'in', 'foundation.', '*****', 'lawyer', 'said,', 'But', 'what', 'of', 'our', 'master?', 'he', 'answered:', 'delight', 'in', 'laying', 'down', 'laws,', 'you', 'delight', 'more', 'in', 'breaking', 'them.', 'children', 'playing', 'by', 'ocean', 'who', 'sand-towers', 'with', 'constancy', 'destroy', 'them', 'with', 'laughter.', 'while', 'you', 'build', 'your', 'sand-towers', 'brings', 'more', 'sand', 'to', 'shore,', 'when', 'you', 'destroy', 'them', 'ocean', 'with', 'you.', 'ocean', 'laughs', 'always', 'with', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not', 'ocean,', 'man-made', 'laws', 'are', 'not', 'to', 'whom', 'life', 'is', 'rock,', 'law', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it', 'their', 'own', 'likeness?', '', 'of', 'who', 'hates', 'dancers?', 'of', 'ox', 'who', 'loves', 'his', 'yoke', 'elk', 'deer', 'of', 'forest', 'vagrant', 'things?', 'of', 'old', 'serpent', 'who', 'cannot', 'shed', 'skin,', 'calls', 'all', 'others', 'naked', 'of', 'him', 'who', 'comes', 'early', 'to', 'when', 'over-fed', 'goes', 'his', 'way', 'saying', 'that', 'all', 'are', 'violation', 'all', 'feasters', 'shall', 'I', 'say', 'of', 'these', 'save', 'that', 'too', 'stand', 'in', 'sunlight,', 'but', 'with', 'backs', 'to', 'sun?', 'see', 'only', 'their', 'shadows,', 'their', 'are', 'their', 'laws.', 'what', 'is', 'sun', 'to', 'them', 'but', 'caster', 'shadows?', 'what', 'is', 'it', 'to', 'acknowledge', 'but', 'to', 'stoop', 'down', 'trace', 'their', 'upon', 'earth?', 'you', 'who', 'walk', 'facing', 'sun,', 'what', 'drawn', 'on', 'earth', 'can', 'hold', 'who', 'travel', 'with', 'wind,', 'what', 'shall', 'direct', 'your', 'course?', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance', 'stumble', 'against', 'no', 'man’s', 'iron', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to', 'if', 'you', 'tear', 'off', 'your', 'garment', 'leave', 'it', 'in', 'no', 'man’s', 'path?', 'of', 'Orphalese,', 'you', 'can', 'muffle', 'you', 'can', 'loosen', 'strings', 'lyre,', 'but', 'who', 'shall', 'command', 'not', 'to', 'sing?', '*****', 'orator', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'city', 'gate', 'by', 'your', 'fireside', 'have', 'seen', 'you', 'prostrate', 'yourself', 'your', 'own', 'freedom,', 'as', 'slaves', 'humble', 'themselves', 'before', 'tyrant', 'praise', 'him', 'though', 'he', 'slays', 'in', 'grove', 'of', 'temple', 'in', 'shadow', 'of', 'citadel', 'I', 'have', 'seen', 'freest', 'among', 'you', 'wear', 'their', 'freedom', 'yoke', 'handcuff.', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you', 'only', 'be', 'free', 'when', 'even', 'desire', 'seeking', 'freedom', 'becomes', 'harness', 'you,', 'when', 'you', 'cease', 'to', 'speak', 'of', 'as', 'goal', 'fulfilment.', 'shall', 'be', 'free', 'indeed', 'when', 'your', 'are', 'not', 'without', 'care', 'nor', 'your', 'without', 'want', 'grief,', 'rather', 'when', 'these', 'things', 'girdle', 'your', 'yet', 'you', 'rise', 'above', 'them', 'naked', 'unbound.', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days', 'nights', 'unless', 'you', 'break', 'which', 'you', 'at', 'dawn', 'of', 'your', 'have', 'fastened', 'around', 'your', 'hour?', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is', 'strongest', 'of', 'these', 'chains,', 'though', 'links', 'glitter', 'in', 'sun', 'dazzle', 'eyes.', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your', 'self', 'you', 'would', 'discard', 'that', 'you', 'may', 'free?', 'it', 'is', 'unjust', 'law', 'you', 'would', 'that', 'law', 'was', 'written', 'with', 'your', 'hand', 'upon', 'your', 'own', 'forehead.', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law', 'nor', 'by', 'washing', 'foreheads', 'of', 'judges,', 'though', 'you', 'pour', 'sea', 'them.', 'if', 'it', 'is', 'despot', 'you', 'would', 'see', 'first', 'that', 'his', 'throne', 'within', 'you', 'is', 'destroyed.', 'how', 'can', 'tyrant', 'rule', 'free', 'proud,', 'but', 'for', 'tyranny', 'in', 'their', 'freedom', 'shame', 'in', 'their', 'own', 'if', 'it', 'is', 'care', 'you', 'would', 'cast', 'off,', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather', 'imposed', 'upon', 'you.', 'if', 'it', 'is', 'fear', 'you', 'would', 'dispel,', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart', 'not', 'in', 'hand', 'of', 'feared.', 'all', 'things', 'move', 'within', 'your', 'being', 'constant', 'half', 'embrace,', 'desired', 'dreaded,', 'repugnant', 'pursued', 'that', 'which', 'would', 'escape.', 'things', 'move', 'within', 'you', 'as', 'lights', 'shadows', 'in', 'pairs', 'that', 'cling.', 'when', 'shadow', 'fades', 'is', 'no', 'light', 'that', 'lingers', 'becomes', 'to', 'another', 'light.', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its', 'becomes', 'itself', 'fetter', 'of', 'freedom.', '*****', 'priestess', 'spoke', 'again', 'said:', 'Speak', 'to', 'us', 'of', '_Reason', 'he', 'answered,', 'saying:', 'soul', 'is', 'oftentimes', 'battlefield,', 'which', 'your', 'reason', 'your', 'judgment', 'war', 'against', 'your', 'passion', 'your', 'that', 'I', 'could', 'be', 'peacemaker', 'in', 'soul,', 'that', 'I', 'might', 'turn', 'discord', 'rivalry', 'of', 'your', 'elements', 'into', 'melody.', 'how', 'shall', 'I,', 'unless', 'you', 'yourselves', 'also', 'peacemakers,', 'nay,', 'lovers', 'all', 'your', 'elements?', 'reason', 'your', 'passion', 'are', 'sails', 'of', 'your', 'seafaring', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be', 'you', 'can', 'but', 'toss', 'drift,', 'else', 'be', 'held', 'at', 'standstill', 'in', '', 'reason,', 'ruling', 'alone,', 'force', 'confining;', 'passion,', 'is', 'flame', 'that', 'burns', 'to', 'its', 'destruction.', 'let', 'your', 'soul', 'exalt', 'your', 'to', 'height', 'of', 'passion,', 'that', 'it', 'sing;', 'let', 'it', 'direct', 'your', 'passion', 'with', 'that', 'your', 'passion', 'may', 'live', 'its', 'own', 'daily', 'resurrection,', 'like', 'phoenix', 'rise', 'above', 'its', 'own', 'would', 'have', 'you', 'consider', 'your', 'judgment', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two', 'guests', 'in', 'your', 'house.', 'you', 'would', 'not', 'honour', 'one', 'guest', 'other;', 'for', 'he', 'who', 'is', 'more', 'of', 'one', 'loses', 'love', 'of', 'both', 'hills,', 'when', 'you', 'sit', 'in', 'shade', 'of', 'white', 'poplars,', 'sharing', 'peace', 'serenity', 'of', 'distant', 'fields', 'meadows--then', 'let', 'your', 'heart', 'say', 'in', '“God', 'rests', 'in', 'reason.”', 'when', 'storm', 'comes,', 'wind', 'shakes', 'forest,', 'thunder', 'lightning', 'proclaim', 'of', 'sky,--then', 'let', 'your', 'heart', 'in', 'awe,', '“God', 'moves', 'in', 'passion.”', 'since', 'you', 'are', 'breath', 'in', 'God’s', 'leaf', 'in', 'God’s', 'forest,', 'you', 'should', 'rest', 'in', 'reason', 'move', 'in', '*****', 'woman', 'spoke,', 'saying,', 'Tell', 'us', '_Pain_.', 'he', 'said:', 'pain', 'is', 'breaking', 'of', 'shell', 'encloses', 'your', 'understanding.', 'as', 'stone', 'of', 'fruit', 'must', 'that', 'its', 'heart', 'may', 'stand', 'in', 'so', 'must', 'you', 'know', 'pain.', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder', 'daily', 'miracles', 'of', 'your', 'life,', 'your', 'would', 'not', 'seem', 'less', 'wondrous', 'than', 'joy;', 'you', 'would', 'accept', 'seasons', 'of', 'your', 'even', 'as', 'you', 'have', 'always', 'accepted', 'seasons', 'that', 'pass', 'over', 'your', 'fields.', 'you', 'would', 'watch', 'with', 'serenity', 'winters', 'of', 'your', 'grief.', 'of', 'your', 'pain', 'is', 'self-chosen.', 'is', 'bitter', 'potion', 'by', 'which', '', 'you', 'heals', 'your', 'sick', 'trust', 'physician,', 'drink', 'remedy', 'in', 'silence', 'tranquillity:', 'his', 'hand,', 'though', 'heavy', 'hard,', 'is', 'by', 'tender', 'hand', 'of', 'Unseen,', 'cup', 'he', 'brings,', 'though', 'it', 'burn', 'lips,', 'has', 'been', 'fashioned', 'of', 'which', 'Potter', 'has', 'moistened', 'with', 'own', 'sacred', 'tears.', '*****', 'man', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'hearts', 'know', 'in', 'silence', 'secrets', 'days', 'nights.', 'your', 'ears', 'thirst', 'for', 'sound', 'of', 'heart’s', 'knowledge.', 'would', 'know', 'in', 'words', 'that', 'which', 'you', 'always', 'known', 'in', 'thought.', 'would', 'touch', 'with', 'your', 'fingers', 'body', 'of', 'your', 'dreams.', 'it', 'is', 'well', 'you', 'should.', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must', 'rise', 'run', 'murmuring', 'to', 'sea;', 'treasure', 'of', 'your', 'infinite', 'depths', 'be', 'revealed', 'to', 'your', 'eyes.', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your', 'treasure;', 'seek', 'not', 'depths', 'of', 'your', 'with', 'staff', 'or', 'sounding', 'self', 'is', 'sea', 'boundless', 'not,', '“I', 'have', 'found', 'truth,”', 'but', '“I', 'have', 'found', 'truth.”', 'not,', '“I', 'have', 'found', 'path', 'of', 'Say', 'rather,', '“I', 'have', 'met', 'soul', 'upon', 'my', 'path.”', 'soul', 'walks', 'upon', 'all', 'paths.', 'soul', 'walks', 'not', 'upon', 'line,', 'neither', 'it', 'grow', 'like', 'reed.', 'soul', 'unfolds', 'itself,', 'like', 'lotus', 'of', 'petals.', '0083]', '*****', 'said', 'teacher,', 'Speak', 'to', 'us', 'of', 'he', 'said:', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that', 'already', 'lies', 'half', 'asleep', 'in', 'of', 'your', 'knowledge.', 'teacher', 'who', 'walks', 'in', 'shadow', 'of', 'temple,', 'among', 'his', 'followers,', 'gives', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his', 'his', 'lovingness.', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid', 'enter', 'house', 'of', 'his', 'wisdom,', 'but', 'leads', 'you', 'to', 'threshold', 'of', 'own', 'mind.', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his', 'of', 'space,', 'but', 'he', 'cannot', 'you', 'his', 'understanding.', 'musician', 'may', 'sing', 'to', 'you', 'of', 'which', 'is', 'in', 'all', 'space,', 'but', 'he', 'give', 'you', 'ear', 'which', 'arrests', 'rhythm', 'nor', 'voice', 'that', 'echoes', 'it.', 'he', 'who', 'is', 'versed', 'in', 'science', 'numbers', 'can', 'tell', 'of', 'regions', 'weight', 'measure,', 'but', 'he', 'cannot', 'you', 'thither.', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its', 'to', 'another', 'man.', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone', 'God’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'God', 'his', 'understanding', 'of', 'earth.', '*****', 'youth', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'friend', 'is', 'your', 'needs', 'answered.', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love', 'reap', 'with', 'thanksgiving.', 'he', 'is', 'your', 'board', 'your', 'fireside.', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,', 'you', 'seek', 'him', 'for', 'peace.', 'your', 'friend', 'speaks', 'his', 'mind', 'you', 'not', '“nay”', 'in', 'your', 'own', 'mind,', 'nor', 'you', 'withhold', '“ay.”', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases', 'to', 'listen', 'to', 'his', 'heart;', 'without', 'words,', 'in', 'friendship,', 'all', 'all', 'desires,', 'all', 'expectations', 'born', 'shared,', 'with', 'joy', 'that', 'is', 'you', 'part', 'from', 'your', 'friend,', 'you', 'not;', 'that', 'which', 'you', 'love', 'most', 'in', 'him', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'to', 'climber', 'is', 'clearer', 'plain.', '', 'let', 'there', 'be', 'no', 'in', 'friendship', 'save', 'deepening', 'spirit.', 'love', 'that', 'seeks', 'aught', 'but', 'of', 'its', 'own', 'mystery', 'is', 'not', 'but', 'net', 'cast', 'forth:', 'only', 'is', 'caught.', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.', 'he', 'must', 'know', 'ebb', 'of', 'your', 'tide,', 'him', 'know', 'its', 'flood', 'also.', 'what', 'is', 'your', 'friend', 'that', 'you', 'should', 'him', 'with', 'hours', 'to', 'kill?', 'him', 'always', 'with', 'hours', 'to', 'live.', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not', 'emptiness.', 'in', 'sweetness', 'of', 'friendship', 'there', 'be', 'laughter,', 'sharing', 'of', 'in', 'dew', 'of', 'little', 'things', 'heart', 'finds', 'its', 'morning', 'is', '*****', 'then', 'scholar', 'said,', 'Speak', 'of', 'he', 'answered,', 'saying:', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace', 'your', 'thoughts;', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'of', 'your', 'heart', 'you', 'live', 'in', 'your', 'sound', 'is', 'diversion', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is', 'murdered.', 'thought', 'is', 'bird', 'of', 'space,', 'that', 'in', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its', 'but', 'cannot', 'fly.', 'are', 'those', 'among', 'you', 'who', 'seek', 'through', 'fear', 'of', 'being', 'alone.', 'silence', 'of', 'aloneness', 'reveals', 'to', 'eyes', 'their', 'naked', 'selves', 'they', 'escape.', 'there', 'are', 'those', 'who', 'talk,', 'knowledge', 'or', 'forethought', 'reveal', 'truth', 'which', 'they', 'themselves', 'do', 'not', 'there', 'are', 'those', 'who', 'have', 'truth', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in', 'bosom', 'of', 'such', 'as', 'these', 'spirit', 'in', 'rhythmic', 'silence.', 'you', 'meet', 'your', 'friend', 'on', 'or', 'in', 'market', 'place,', 'let', 'in', 'you', 'move', 'your', 'lips', 'direct', 'tongue.', 'voice', 'within', 'your', 'voice', 'speak', 'to', 'ear', 'of', 'his', 'ear;', 'his', 'soul', 'will', 'keep', 'truth', 'of', 'heart', 'as', 'taste', 'of', 'wine', 'is', 'colour', 'is', 'forgotten', 'is', 'no', 'more.', '*****', 'astronomer', 'said,', 'Master,', 'what', '_Time_?', 'he', 'answered:', 'would', 'measure', 'time', 'measureless', 'immeasurable.', 'would', 'adjust', 'your', 'conduct', 'direct', 'course', 'of', 'your', 'spirit', 'to', 'hours', 'seasons.', 'time', 'you', 'would', 'make', 'stream', 'upon', 'bank', 'you', 'would', 'sit', 'watch', 'its', 'timeless', 'in', 'you', 'is', 'aware', 'of', 'timelessness,', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s', 'tomorrow', 'is', 'today’s', 'dream.', 'that', 'that', 'which', 'sings', 'in', 'you', 'is', 'still', 'dwelling', 'bounds', 'of', 'that', 'first', 'moment', 'scattered', 'stars', 'into', 'space.', 'among', 'you', 'does', 'not', 'feel', 'that', 'his', 'to', 'love', 'is', 'boundless?', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very', 'though', 'boundless,', 'encompassed', 'centre', 'of', 'his', 'being,', 'not', 'from', 'love', 'thought', 'to', 'love', 'nor', 'from', 'love', 'deeds', 'to', 'other', 'deeds?', 'is', 'not', 'time', 'even', 'as', 'love', 'is,', 'paceless?', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure', 'into', 'seasons,', 'let', 'each', 'season', 'all', 'other', 'seasons,', 'let', 'today', 'embrace', 'past', 'with', 'future', 'with', 'longing.', '*****', 'one', 'of', 'elders', 'of', 'city', 'Speak', 'to', 'us', 'of', '_Good', 'Evil_.', 'he', 'answered:', 'good', 'in', 'you', 'I', 'can', 'speak,', 'but', 'not', 'evil.', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by', 'own', 'hunger', 'thirst?', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food', 'in', 'dark', 'caves,', 'when', 'it', 'thirsts', 'drinks', 'even', 'of', 'dead', 'waters.', 'are', 'good', 'when', 'you', 'are', 'one', 'with', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself', 'are', 'not', 'evil.', 'divided', 'house', 'is', 'not', 'den', 'of', 'it', 'is', 'only', 'divided', 'house.', 'ship', 'without', 'rudder', 'may', 'wander', 'among', 'perilous', 'isles', 'yet', 'sink', 'to', 'bottom.', '', 'are', 'good', 'when', 'strive', 'to', 'give', 'of', 'yourself.', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain', 'yourself.', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are', 'root', 'that', 'clings', 'to', 'earth', 'at', 'her', 'breast.', 'fruit', 'cannot', 'say', 'to', 'root,', 'like', 'me,', 'ripe', 'full', 'ever', 'of', 'your', 'abundance.”', 'to', 'fruit', 'giving', 'is', 'need,', 'as', 'is', 'need', 'to', 'root.', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in', 'speech,', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep', 'your', 'tongue', 'staggers', 'without', 'even', 'stumbling', 'speech', 'may', 'strengthen', 'weak', 'tongue.', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal', 'with', 'bold', 'steps.', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither', '', 'those', 'who', 'limp', 'go', 'not', 'you', 'who', 'are', 'strong', 'swift,', 'see', 'you', 'do', 'not', 'limp', 'before', 'lame,', 'it', 'kindness.', 'are', 'good', 'in', 'countless', 'ways,', 'you', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,', 'are', 'only', 'loitering', 'sluggard.', 'that', 'stags', 'cannot', 'teach', 'to', 'turtles.', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies', 'goodness:', 'that', 'longing', 'is', 'in', 'of', 'you.', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'rushing', 'with', 'might', 'to', 'sea,', 'secrets', 'of', 'hillsides', 'songs', 'of', 'forest.', 'in', 'others', 'it', 'is', 'flat', 'stream', 'that', 'itself', 'in', 'angles', 'bends', 'before', 'it', 'reaches', 'shore.', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to', 'who', 'longs', 'little,', '“Wherefore', 'are', 'slow', 'halting?”', 'truly', 'good', 'ask', 'not', 'naked,', 'is', 'your', 'garment?”', 'nor', '“What', 'has', 'befallen', 'your', '*****', 'priestess', 'said,', 'Speak', 'to', 'us', '_Prayer_.', 'he', 'answered,', 'saying:', 'pray', 'in', 'your', 'distress', 'in', 'your', 'would', 'that', 'you', 'might', 'pray', 'also', 'fullness', 'of', 'your', 'joy', 'in', 'your', 'of', 'abundance.', 'what', 'is', 'prayer', 'but', 'expansion', 'of', 'into', 'living', 'ether?', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for', 'delight', 'to', 'pour', 'forth', 'dawning', 'your', 'heart.', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your', 'summons', 'you', 'to', 'prayer,', 'she', 'should', 'you', 'again', 'yet', 'again,', 'though', 'until', 'you', 'shall', 'come', 'laughing.', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'those', 'who', 'are', 'praying', 'at', 'that', 'very', 'whom', 'save', 'in', 'prayer', 'you', 'not', 'meet.', 'let', 'your', 'visit', 'to', 'that', 'temple', 'be', 'for', 'naught', 'but', 'ecstasy', 'communion.', 'if', 'you', 'should', 'enter', 'temple', 'for', 'other', 'purpose', 'than', 'asking', 'you', 'shall', 'receive:', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'for', 'good', 'of', 'others', 'you', 'shall', 'not', 'heard.', 'is', 'enough', 'that', 'you', 'enter', 'temple', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.', 'listens', 'not', 'to', 'your', 'words', 'save', 'when', 'Himself', 'utters', 'them', 'through', 'your', 'I', 'cannot', 'teach', 'you', 'prayer', 'of', 'forests', 'mountains.', 'you', 'who', 'are', 'born', 'of', 'forests', 'seas', 'find', 'their', 'prayer', 'in', 'your', 'heart,', 'if', 'you', 'but', 'listen', 'in', 'stillness', 'night', 'you', 'shall', 'hear', 'them', 'saying', 'silence,', 'God,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is', 'will', 'in', 'us', 'that', 'willeth.', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our', 'which', 'are', 'thine,', 'into', 'days', 'which', 'thine', 'also.', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou', 'our', 'needs', 'before', 'they', 'are', 'born', 'us:', 'art', 'our', 'need;', 'in', 'giving', 'us', 'more', 'thyself', 'thou', 'givest', 'us', 'all.”', '0100]', '*****', 'hermit,', 'who', 'visited', 'city', 'year,', 'came', 'forth', 'said,', 'Speak', 'us', 'of', '_Pleasure_.', 'he', 'answered,', 'saying:', 'is', 'freedom-song,', 'it', 'is', 'not', 'freedom.', 'is', 'blossoming', 'of', 'your', 'desires,', 'it', 'is', 'not', 'their', 'fruit.', 'is', 'depth', 'calling', 'unto', 'height,', 'it', 'is', 'not', 'deep', 'nor', 'high.', 'is', 'caged', 'taking', 'wing,', 'it', 'is', 'not', 'space', 'encompassed.', 'in', 'very', 'truth,', 'pleasure', 'is', 'I', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with', 'of', 'heart;', 'yet', 'I', 'would', 'not', 'have', 'lose', 'your', 'hearts', 'in', 'singing.', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if', 'were', 'all,', 'they', 'are', 'judged', '', 'would', 'not', 'judge', 'nor', 'them.', 'I', 'would', 'have', 'them', 'seek.', 'they', 'shall', 'find', 'pleasure,', 'but', 'not', 'alone;', 'are', 'her', 'sisters,', 'least', 'of', 'is', 'more', 'beautiful', 'than', 'pleasure.', 'you', 'not', 'heard', 'of', 'man', 'who', 'was', 'in', 'earth', 'for', 'roots', 'found', 'treasure?', 'some', 'of', 'your', 'elders', 'remember', 'with', 'regret', 'like', 'wrongs', 'in', 'drunkenness.', 'regret', 'is', 'beclouding', 'of', 'mind', 'not', 'its', 'chastisement.', 'should', 'remember', 'their', 'pleasures', 'gratitude,', 'as', 'they', 'would', 'of', 'summer.', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let', 'be', 'comforted.', 'there', 'are', 'among', 'you', 'those', 'who', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to', 'in', 'their', 'fear', 'of', 'seeking', '', 'shun', 'all', 'pleasures,', 'they', 'neglect', 'spirit', 'or', 'offend', 'it.', 'even', 'in', 'their', 'foregoing', 'is', 'their', 'thus', 'they', 'too', 'find', 'treasure', 'though', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend', 'spirit?', 'nightingale', 'offend', 'of', 'night,', 'or', 'firefly', 'stars?', 'shall', 'your', 'flame', 'or', 'your', 'smoke', 'wind?', 'you', 'spirit', 'is', 'still', 'pool', 'you', 'can', 'trouble', 'with', 'staff?', 'in', 'denying', 'yourself', 'pleasure', 'do', 'but', 'store', 'desire', 'in', 'of', 'your', 'being.', 'knows', 'but', 'that', 'which', 'seems', 'omitted', 'waits', 'for', 'tomorrow?', 'your', 'body', 'knows', 'its', 'heritage', 'its', 'rightful', 'need', 'will', 'not', 'be', 'your', 'body', 'is', 'harp', 'of', 'your', 'soul,', 'it', 'is', 'yours', 'to', 'bring', 'forth', '', 'from', 'it', 'or', 'confused', 'sounds.', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“How', 'we', 'distinguish', 'that', 'which', 'is', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not', 'to', 'your', 'fields', 'your', 'gardens,', 'shall', 'learn', 'that', 'it', 'is', 'pleasure', 'bee', 'to', 'gather', 'honey', 'of', 'it', 'is', 'also', 'pleasure', 'of', 'to', 'yield', 'its', 'honey', 'to', 'bee.', 'to', 'bee', 'flower', 'is', 'fountain', 'of', 'to', 'flower', 'bee', 'is', 'messenger', 'love,', 'to', 'both,', 'bee', 'flower,', 'giving', 'receiving', 'of', 'pleasure', 'is', 'need', 'ecstasy.', 'of', 'Orphalese,', 'be', 'in', 'your', 'like', 'flowers', 'bees.', '*****', 'poet', 'said,', 'Speak', 'to', 'us', 'of', 'he', 'answered:', 'shall', 'you', 'seek', 'beauty,', 'how', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be', 'way', 'your', 'guide?', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except', 'be', 'weaver', 'of', 'your', 'speech?', 'aggrieved', 'injured', 'say,', 'is', 'kind', 'gentle.', 'young', 'mother', 'half-shy', 'of', 'her', 'own', 'she', 'walks', 'among', 'us.”', 'passionate', 'say,', '“Nay,', 'beauty', 'is', 'thing', 'of', 'might', 'dread.', 'tempest', 'she', 'shakes', 'earth', 'us', 'sky', 'above', 'us.”', 'tired', 'weary', 'say,', '“Beauty', 'is', 'soft', 'whisperings.', 'She', 'speaks', 'in', 'our', '', 'voice', 'yields', 'to', 'our', 'like', 'faint', 'light', 'that', 'quivers', 'fear', 'of', 'shadow.”', 'restless', 'say,', '“We', 'have', 'heard', 'her', 'among', 'mountains,', 'with', 'her', 'cries', 'came', 'sound', 'of', 'beating', 'of', 'wings', 'of', 'lions.”', 'night', 'watchmen', 'of', 'city', 'say,', 'shall', 'rise', 'with', 'dawn', 'from', 'east.”', 'at', 'noontide', 'toilers', 'say,', '“We', 'have', 'seen', 'her', 'leaning', 'earth', 'from', 'windows', 'of', 'winter', 'say', 'snow-bound,', '“She', 'shall', 'with', 'spring', 'leaping', 'upon', 'in', 'summer', 'heat', 'reapers', '“We', 'have', 'seen', 'her', 'dancing', 'with', 'leaves,', 'we', 'saw', 'drift', 'of', 'in', 'her', 'hair.”', '', 'these', 'things', 'you', 'said', 'of', 'beauty,', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of', 'unsatisfied,', 'beauty', 'is', 'not', 'need', 'but', 'ecstasy.', 'is', 'not', 'mouth', 'thirsting', 'nor', 'empty', 'stretched', 'forth,', 'rather', 'heart', 'enflamed', 'soul', 'is', 'not', 'image', 'you', 'would', 'see', 'nor', 'song', 'you', 'would', 'hear,', 'rather', 'image', 'you', 'see', 'though', 'you', 'your', 'eyes', 'song', 'you', 'hear', 'you', 'shut', 'your', 'ears.', 'is', 'not', 'sap', 'within', 'furrowed', 'nor', 'wing', 'attached', 'to', 'claw,', 'rather', 'garden', 'for', 'ever', 'in', 'bloom', 'flock', 'of', 'angels', 'for', 'ever', 'in', 'of', 'Orphalese,', 'beauty', 'is', 'life', 'when', 'unveils', 'her', 'holy', 'face.', 'you', 'are', 'life', 'you', 'are', 'veil.', 'is', 'eternity', 'gazing', 'at', 'itself', 'mirror.', 'you', 'are', 'eternity', 'you', 'are', '*****', 'old', 'priest', 'said,', 'Speak', 'to', 'us', '_Religion_.', 'he', 'said:', 'I', 'spoken', 'this', 'day', 'of', 'aught', 'else?', 'not', 'religion', 'all', 'deeds', 'all', 'that', 'which', 'is', 'neither', 'deed', 'nor', 'but', 'wonder', 'surprise', 'springing', 'in', 'soul,', 'even', 'while', 'hands', 'hew', 'stone', 'or', 'tend', 'can', 'separate', 'his', 'faith', 'from', 'actions,', 'or', 'his', 'belief', 'from', 'his', 'can', 'spread', 'his', 'hours', 'before', 'him,', '“This', 'for', 'God', 'this', 'for', 'This', 'for', 'my', 'soul,', 'this', 'other', 'my', 'body?”', 'your', 'hours', 'are', 'wings', 'that', 'beat', 'space', 'from', 'self', 'to', 'self.', '', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best', 'were', 'better', 'naked.', 'wind', 'sun', 'will', 'tear', 'no', 'holes', 'his', 'skin.', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics', 'his', 'song-bird', 'in', 'cage.', 'freest', 'song', 'comes', 'not', 'through', 'bars', 'wires.', 'he', 'to', 'whom', 'worshipping', 'is', 'window,', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet', 'house', 'of', 'his', 'soul', 'whose', 'are', 'from', 'dawn', 'to', 'dawn.', 'daily', 'life', 'is', 'your', 'temple', 'your', 'you', 'enter', 'into', 'it', 'take', 'with', 'you', 'all.', 'plough', 'forge', 'lute,', 'things', 'you', 'have', 'fashioned', 'in', 'or', 'for', 'delight.', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your', 'nor', 'fall', 'lower', 'than', 'your', 'take', 'with', 'you', 'all', 'men:', '', 'in', 'you', 'cannot', 'fly', 'higher', 'than', 'hopes', 'nor', 'humble', 'yourself', 'lower', 'their', 'despair.', 'if', 'you', 'would', 'know', 'God', 'be', 'not', 'solver', 'of', 'riddles.', 'look', 'about', 'you', 'you', 'shall', 'see', 'playing', 'with', 'your', 'children.', 'look', 'into', 'space;', 'you', 'shall', 'see', 'Him', 'in', 'cloud,', 'outstretching', 'His', 'in', 'lightning', 'descending', 'in', 'shall', 'see', 'Him', 'smiling', 'in', 'flowers,', 'rising', 'waving', 'His', 'hands', 'in', '*****', 'Almitra', 'spoke,', 'saying,', 'We', 'would', 'now', 'of', '_Death_.', 'he', 'said:', 'would', 'know', 'secret', 'of', 'death.', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you', 'it', 'in', 'heart', 'of', 'life?', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind', 'day', 'cannot', 'unveil', 'mystery', 'light.', 'you', 'would', 'indeed', 'behold', 'spirit', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'of', 'life.', 'life', 'death', 'are', 'one,', 'even', 'as', 'sea', 'are', 'one.', 'depth', 'of', 'your', 'hopes', 'desires', 'your', 'silent', 'knowledge', 'of', 'like', 'seeds', 'dreaming', 'beneath', 'snow', 'heart', 'dreams', 'of', 'spring.', 'dreams,', 'for', 'in', 'them', 'is', 'hidden', 'gate', 'to', 'eternity.', '', 'fear', 'death', 'is', 'but', 'trembling', 'of', 'when', 'he', 'stands', 'before', 'king', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in', 'shepherd', 'not', 'joyful', 'beneath', 'his', 'that', 'he', 'shall', 'wear', 'mark', 'king?', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked', 'wind', 'to', 'melt', 'into', 'sun?', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but', 'free', 'breath', 'from', 'its', 'restless', 'that', 'it', 'may', 'rise', 'expand', 'God', 'unencumbered?', 'when', 'you', 'drink', 'from', 'river', 'of', 'shall', 'you', 'indeed', 'sing.', 'when', 'you', 'have', 'reached', 'mountain', 'then', 'you', 'shall', 'begin', 'to', 'climb.', 'when', 'earth', 'shall', 'claim', 'your', 'then', 'shall', 'you', 'truly', 'dance.', 'now', 'it', 'was', 'evening.', 'Almitra', 'seeress', 'said,', 'Blessed', 'be', 'day', 'this', 'place', 'your', 'spirit', 'has', 'spoken.', 'he', 'answered,', 'Was', 'it', 'I', 'who', 'spoke?', 'Was', 'not', 'also', 'listener?', 'he', 'descended', 'steps', 'of', 'all', 'people', 'followed', 'him.', 'he', 'reached', 'his', 'ship', 'stood', 'upon', 'deck.', 'facing', 'people', 'again,', 'he', 'raised', 'voice', 'said:', 'of', 'Orphalese,', 'wind', 'bids', 'me', 'you.', 'hasty', 'am', 'I', 'than', 'wind,', 'yet', 'I', 'go.', 'wanderers,', 'ever', 'seeking', 'lonelier', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended', 'day;', 'no', 'sunrise', 'finds', 'us', 'sunset', 'left', 'us.', '', 'while', 'sleeps', 'we', 'travel.', 'are', 'seeds', 'of', 'tenacious', 'it', 'is', 'in', 'our', 'ripeness', 'our', 'of', 'heart', 'that', 'we', 'are', 'given', 'to', 'wind', 'are', 'scattered.', 'were', 'my', 'days', 'among', 'you,', 'still', 'words', 'I', 'have', 'spoken.', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then', 'will', 'come', 'again,', 'with', 'richer', 'heart', 'lips', 'more', 'to', 'spirit', 'will', 'I', 'speak.', 'I', 'shall', 'return', 'with', 'tide,', 'though', 'death', 'may', 'hide', 'me,', 'silence', 'enfold', 'me,', 'yet', 'again', 'I', 'seek', 'your', 'understanding.', 'not', 'in', 'vain', 'will', 'I', 'seek.', 'aught', 'I', 'have', 'said', 'is', 'truth,', 'that', 'shall', 'reveal', 'itself', 'in', 'clearer', 'in', 'words', 'more', 'kin', 'to', 'your', 'go', 'with', 'wind,', 'people', 'of', 'but', 'not', 'down', 'into', 'emptiness;', 'if', 'this', 'day', 'is', 'not', 'fulfilment', 'your', 'needs', 'my', 'love,', 'then', 'let', 'it', 'promise', 'till', 'another', 'day.', 'needs', 'change,', 'but', 'not', 'his', 'love,', 'his', 'desire', 'that', 'his', 'love', 'should', 'his', 'needs.', 'therefore,', 'that', 'from', 'greater', 'I', 'shall', 'return.', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,', 'but', 'dew', 'in', 'fields,', 'shall', 'gather', 'into', 'cloud', 'then', 'down', 'in', 'rain.', 'not', 'unlike', 'mist', 'have', 'I', 'been.', 'stillness', 'of', 'night', 'I', 'have', 'in', 'your', 'streets,', 'my', 'spirit', 'entered', 'your', 'houses,', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'I', 'you', 'all.', 'I', 'knew', 'your', 'joy', 'your', 'pain,', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my', 'oftentimes', 'I', 'was', 'among', 'you', 'lake', 'mountains.', 'mirrored', 'summits', 'in', 'you', 'slopes,', 'even', 'flocks', 'of', 'your', 'thoughts', 'your', 'to', 'my', 'silence', 'came', 'laughter', 'your', 'children', 'in', 'streams,', 'of', 'your', 'youths', 'in', 'rivers.', 'when', 'they', 'reached', 'my', 'depth', 'rivers', 'ceased', 'not', 'yet', 'to', '0119]', 'sweeter', 'still', 'than', 'laughter', 'than', 'longing', 'came', 'to', 'me.', 'was', 'boundless', 'in', 'you;', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but', 'sinews;', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is', 'soundless', 'throbbing.', 'is', 'in', 'vast', 'man', 'that', 'you', 'are', 'vast,', 'in', 'beholding', 'him', 'that', 'I', 'beheld', 'you', 'loved', 'you.', 'what', 'distances', 'can', 'love', 'reach', 'that', 'not', 'in', 'that', 'vast', 'sphere?', 'visions,', 'what', 'expectations', 'what', 'can', 'outsoar', 'that', 'flight?', 'giant', 'oak', 'tree', 'covered', 'with', 'apple', 'is', 'vast', 'man', 'in', 'you.', '', 'binds', 'you', 'to', 'earth,', 'his', 'lifts', 'you', 'into', 'space,', 'in', 'durability', 'you', 'are', 'deathless.', 'have', 'been', 'told', 'that,', 'even', 'like', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest', 'is', 'but', 'half', 'truth.', 'You', 'are', 'also', 'strong', 'as', 'your', 'strongest', 'link.', 'measure', 'you', 'by', 'your', 'smallest', 'deed', 'to', 'reckon', 'power', 'of', 'ocean', 'by', 'of', 'its', 'foam.', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to', 'blame', 'upon', 'seasons', 'for', 'their', 'you', 'are', 'like', 'ocean,', 'though', 'heavy-grounded', 'ships', 'await', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even', 'ocean,', 'you', 'cannot', 'hasten', 'your', 'like', 'seasons', 'you', 'are', 'also,', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your', 'spring,', 'reposing', 'within', 'you,', 'smiles', 'her', 'drowsiness', 'is', 'not', 'offended.', 'not', 'I', 'say', 'these', 'things', 'in', 'that', 'you', 'may', 'say', 'one', 'to', '“He', 'praised', 'us', 'well.', 'He', 'saw', 'but', 'good', 'in', 'us.”', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that', 'you', 'yourselves', 'know', 'in', 'thought.', 'what', 'is', 'word', 'knowledge', 'but', 'shadow', 'wordless', 'knowledge?', 'thoughts', 'my', 'words', 'are', 'waves', 'sealed', 'memory', 'that', 'keeps', 'records', 'our', 'yesterdays,', 'of', 'ancient', 'days', 'when', 'earth', 'not', 'us', 'nor', 'herself,', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought', 'confusion.', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you', 'their', 'wisdom.', 'I', 'came', 'to', 'take', 'of', 'your', 'behold', 'I', 'have', 'found', 'that', 'which', 'is', 'than', 'wisdom.', 'is', 'flame', 'spirit', 'in', 'you', 'ever', 'more', 'of', 'itself,', 'you,', 'heedless', 'of', 'its', 'expansion,', 'withering', 'of', 'your', 'days.', 'is', 'life', 'in', 'quest', 'of', 'life', 'in', 'that', 'fear', 'grave.', 'are', 'no', 'graves', 'here.', 'mountains', 'plains', 'are', 'cradle', 'stepping-stone.', 'you', 'pass', 'by', 'field', 'where', 'have', 'laid', 'your', 'ancestors', 'look', 'well', 'you', 'shall', 'see', 'yourselves', 'your', 'children', 'dancing', 'hand', 'in', 'hand.', 'you', 'often', 'make', 'merry', 'without', 'have', 'come', 'to', 'you', 'to', 'whom', 'for', 'promises', 'made', 'unto', 'your', 'faith', 'have', 'given', 'but', 'riches', 'power', 'than', 'promise', 'have', 'I', 'given,', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.', 'have', 'given', 'me', 'my', 'deeper', 'thirsting', 'life.', 'there', 'is', 'no', 'greater', 'gift', 'to', 'man', 'that', 'which', 'turns', 'all', 'his', 'aims', 'parching', 'lips', 'all', 'life', 'into', '0125]', 'in', 'this', 'lies', 'my', 'honour', 'my', 'whenever', 'I', 'come', 'to', 'fountain', 'drink', 'I', 'find', 'living', 'water', 'itself', 'it', 'drinks', 'me', 'while', 'I', 'drink', 'it.', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'to', 'receive', 'gifts.', 'proud', 'indeed', 'am', 'I', 'to', 'receive', 'wages,', 'not', 'gifts.', 'though', 'I', 'have', 'eaten', 'berries', 'among', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit', 'your', 'board,', 'slept', 'in', 'portico', 'of', 'temple', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,', 'was', 'it', 'not', 'your', 'loving', 'mindfulness', 'my', 'days', 'my', 'nights', 'that', 'made', 'food', 'to', 'my', 'mouth', 'girdled', 'my', 'sleep', 'visions?', 'this', 'I', 'bless', 'you', 'most:', 'give', 'much', 'know', 'not', 'that', 'you', 'give', 'all.', '', 'kindness', 'that', 'upon', 'itself', 'in', 'mirror', 'turns', 'to', 'good', 'deed', 'that', 'calls', 'itself', 'by', 'names', 'becomes', 'parent', 'to', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,', 'drunk', 'with', 'my', 'own', 'aloneness,', 'you', 'have', 'said,', '“He', 'holds', 'council', 'trees', 'of', 'forest,', 'but', 'not', 'men.', 'sits', 'alone', 'on', 'hill-tops', 'looks', 'upon', 'our', 'city.”', 'it', 'is', 'that', 'I', 'have', 'climbed', 'hills', 'walked', 'in', 'remote', 'places.', 'could', 'I', 'have', 'seen', 'you', 'save', 'from', 'height', 'or', 'great', 'distance?', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not', 'words,', 'they', 'said,', 'stranger,', 'lover', 'of', 'heights,', 'why', 'dwell', 'you', 'among', 'summits', 'where', 'eagles', 'build', 'nests?', '', 'seek', 'you', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in', 'sky?', 'be', 'one', 'of', 'us.', 'appease', 'your', 'hunger', 'with', 'our', 'quench', 'your', 'thirst', 'with', 'our', 'solitude', 'of', 'their', 'souls', 'they', 'said', 'things;', 'were', 'their', 'solitude', 'deeper', 'they', 'have', 'known', 'that', 'I', 'sought', 'but', 'of', 'your', 'joy', 'your', 'pain,', 'I', 'hunted', 'only', 'your', 'larger', 'selves', 'walk', 'sky.', 'hunter', 'was', 'also', 'hunted;', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only', 'seek', 'my', 'own', 'breast.', 'flier', 'was', 'also', 'creeper;', 'when', 'my', 'wings', 'were', 'spread', 'in', 'their', 'shadow', 'upon', 'earth', 'was', 'I', 'believer', 'was', 'also', 'doubter;', 'often', 'have', 'I', 'put', 'my', 'finger', 'my', 'own', 'wound', 'that', 'I', 'might', 'have', 'belief', 'in', 'you', 'greater', 'of', 'you.', 'it', 'is', 'with', 'this', 'belief', 'this', 'that', 'I', 'say,', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,', 'confined', 'to', 'houses', 'or', 'fields.', 'which', 'is', 'you', 'dwells', 'above', 'roves', 'with', 'wind.', 'is', 'not', 'thing', 'that', 'crawls', 'into', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into', 'for', 'safety,', 'thing', 'free,', 'spirit', 'that', 'envelops', 'earth', 'moves', 'in', 'ether.', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not', 'clear', 'them.', 'nebulous', 'is', 'beginning', 'of', 'things,', 'but', 'not', 'their', 'end,', 'I', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as', 'beginning.', 'all', 'that', 'lives,', 'is', 'conceived', 'mist', 'not', 'in', 'crystal.', 'who', 'knows', 'but', 'crystal', 'is', 'mist', 'decay?', 'would', 'I', 'have', 'you', 'remember', 'in', 'me:', 'which', 'seems', 'most', 'feeble', 'in', 'you', 'is', 'strongest', 'determined.', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected', 'hardened', 'structure', 'of', 'your', 'is', 'it', 'not', 'dream', 'which', 'none', 'of', 'you', 'having', 'dreamt,', 'that', 'builded', 'city', 'fashioned', 'all', 'there', 'is', 'in', 'you', 'but', 'see', 'tides', 'of', 'that', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,', 'if', 'you', 'could', 'hear', 'whispering', 'of', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'is', 'well.', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be', 'by', 'hands', 'that', 'wove', 'it,', 'clay', 'that', 'fills', 'your', 'ears', 'shall', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded', '', 'you', 'shall', 'see.', 'you', 'shall', 'hear.', 'you', 'shall', 'not', 'deplore', 'having', 'known', 'nor', 'regret', 'having', 'been', 'deaf.', 'in', 'that', 'day', 'you', 'shall', 'know', 'purposes', 'in', 'all', 'things,', 'you', 'shall', 'bless', 'darkness', 'as', 'you', 'bless', 'light.', 'saying', 'these', 'things', 'he', 'looked', 'him,', 'he', 'saw', 'pilot', 'of', 'his', 'standing', 'by', 'helm', 'gazing', 'at', 'full', 'sails', 'now', 'at', 'he', 'said:', 'over', 'patient,', 'is', 'captain', 'of', 'ship.', 'wind', 'blows,', 'restless', 'are', 'rudder', 'begs', 'direction;', 'quietly', 'my', 'captain', 'awaits', 'my', 'these', 'my', 'mariners,', 'who', 'have', 'heard', 'choir', 'of', 'greater', 'sea,', 'they', 'too', 'heard', 'me', 'patiently.', '', 'they', 'wait', 'no', 'longer.', 'am', 'ready.', 'stream', 'has', 'reached', 'sea,', 'more', 'great', 'mother', 'holds', 'her', 'son', 'her', 'breast.', 'you', 'well,', 'people', 'of', 'Orphalese.', 'day', 'has', 'ended.', 'is', 'closing', 'upon', 'us', 'even', 'as', 'upon', 'its', 'own', 'tomorrow.', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must', 'come', 'together', 'together', 'stretch', 'hands', 'unto', 'giver.', 'not', 'that', 'I', 'shall', 'come', 'back', 'to', 'little', 'while,', 'my', 'longing', 'shall', 'dust', 'foam', 'for', 'another', 'body.', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', 'to', 'you', 'youth', 'I', 'have', 'with', 'you.', 'was', 'but', 'yesterday', 'we', 'met', 'in', '', 'have', 'sung', 'to', 'me', 'in', 'my', 'I', 'of', 'your', 'longings', 'have', 'tower', 'in', 'sky.', 'now', 'our', 'sleep', 'has', 'fled', 'our', 'dream', 'over,', 'it', 'is', 'no', 'longer', 'dawn.', 'noontide', 'is', 'upon', 'us', 'our', 'half', 'has', 'turned', 'to', 'fuller', 'day,', 'we', 'part.', 'in', 'twilight', 'of', 'memory', 'we', 'should', 'once', 'more,', 'we', 'shall', 'speak', 'again', 'you', 'shall', 'sing', 'to', 'me', 'song.', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another', 'we', 'shall', 'build', 'another', 'tower', 'in', 'sky.', 'saying', 'he', 'made', 'signal', 'to', 'straightway', 'they', 'weighed', 'cast', 'ship', 'loose', 'from', 'its', 'they', 'moved', 'eastward.', 'cry', 'came', 'from', 'people', 'as', 'from', 'heart,', 'it', 'rose', 'into', 'dusk', 'was', 'carried', 'out', 'over', 'sea', 'like', 'trumpeting.', 'Almitra', 'was', 'silent,', 'gazing', 'after', 'ship', 'until', 'it', 'had', 'vanished', 'into', 'mist.', 'when', 'all', 'people', 'were', 'dispersed', 'still', 'stood', 'alone', 'upon', 'sea-wall,', 'in', 'her', 'heart', 'his', 'saying,', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', '0134]', 'of', 'Project', 'Gutenberg', 'EBook', 'of', 'Prophet,', 'by', 'Kahlil', 'Gibran', 'END', 'OF', 'THIS', 'PROJECT', 'GUTENBERG', 'EBOOK', 'PROPHET', '***', 'This', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/', 'by', 'David', 'Widger', 'from', 'page', 'images', 'generously', 'by', 'Internet', 'Archive', 'editions', 'will', 'replace', 'previous', 'one--the', 'old', 'editions', 'will', 'renamed.', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'U.S.', 'copyright', 'means', 'that', 'no', 'one', 'owns', 'United', 'States', 'copyright', 'in', 'these', 'works,', 'Foundation', '(and', 'you!)', 'can', 'copy', 'distribute', 'it', 'in', 'United', 'without', 'permission', 'without', 'paying', 'copyright', 'Special', 'rules,', 'set', 'forth', 'in', 'General', 'Terms', 'of', 'Use', 'part', 'this', 'license,', 'apply', 'to', 'copying', 'distributing', 'Project', 'electronic', 'works', 'to', 'protect', 'PROJECT', 'GUTENBERG-tm', 'trademark.', 'Project', 'Gutenberg', 'is', 'registered', 'trademark,', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'eBooks,', 'unless', 'you', 'receive', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'complying', 'with', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'research.', 'They', 'may', 'be', 'modified', 'printed', 'given', 'may', 'do', 'practically', 'ANYTHING', 'in', 'United', 'States', 'with', 'eBooks', 'protected', 'by', 'U.S.', 'copyright', 'law.', 'Redistribution', 'is', 'subject', 'to', 'license,', 'especially', 'commercial', 'redistribution.', 'FULL', 'LICENSE', 'FULL', 'PROJECT', 'GUTENBERG', 'LICENSE', 'READ', 'THIS', 'BEFORE', 'YOU', 'DISTRIBUTE', 'OR', 'USE', 'THIS', 'WORK', 'protect', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'phrase', '\"Project', 'you', 'agree', 'to', 'comply', 'with', 'all', 'terms', 'of', 'Full', 'Gutenberg-tm', 'License', 'available', 'with', 'this', 'file', 'or', 'online', 'at', '1.', 'General', 'Terms', 'of', 'Use', 'Redistributing', 'Project', 'electronic', 'works', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'accept', 'all', 'terms', 'of', 'this', 'license', 'intellectual', 'property', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'return', 'or', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'If', 'you', 'paid', 'fee', 'for', 'obtaining', 'copy', 'of', 'or', 'access', 'to', 'Gutenberg-tm', 'electronic', 'work', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'refund', 'from', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '\"Project', 'Gutenberg\"', 'is', 'registered', 'trademark.', 'It', 'may', 'only', 'be', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'electronic', 'work', 'by', 'people', 'who', 'to', 'be', 'bound', 'by', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'few', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'without', 'complying', 'with', 'full', 'terms', 'of', 'this', 'agreement.', 'See', '1.C', 'below.', 'There', 'are', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'electronic', 'works', 'if', 'you', 'follow', 'terms', 'of', 'this', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'works.', 'See', 'paragraph', '1.E', 'below.', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(\"the', 'or', 'PGLAF),', 'owns', 'compilation', 'copyright', 'in', 'collection', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'individual', 'in', 'collection', 'are', 'in', 'public', 'domain', 'in', 'United', 'If', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'States', 'you', 'are', 'located', 'in', 'United', 'States,', 'we', 'do', 'not', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'work', 'as', 'long', 'as', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope', 'you', 'will', 'support', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'in', 'compliance', 'with', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'Gutenberg-tm', 'name', 'associated', 'with', 'work.', 'You', 'can', 'easily', 'with', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'share', 'it', 'without', 'charge', 'with', 'others.', 'copyright', 'laws', 'of', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'United', 'States,', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'terms', 'of', 'this', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'Project', 'Gutenberg-tm', 'work.', 'Foundation', 'makes', 'no', 'concerning', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'outside', 'United', 'States.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'access', 'to,', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'whenever', 'any', 'copy', 'of', 'Project', 'Gutenberg-tm', 'work', '(any', 'work', 'which', 'phrase', '\"Project', 'Gutenberg\"', 'appears,', 'or', 'with', 'which', '\"Project', 'Gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'viewed,', 'copied', 'or', 'distributed:', '', 'This', 'eBook', 'is', 'for', 'use', 'of', 'anyone', 'anywhere', 'in', 'United', 'States', '', 'most', 'other', 'parts', 'of', 'world', 'at', 'no', 'cost', 'with', 'almost', 'no', '', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', '', 'under', 'terms', 'of', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', '', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org.', 'If', 'you', 'are', 'not', 'located', 'in', '', 'United', 'States,', \"you'll\", 'have', 'to', 'check', 'laws', 'of', 'country', 'where', 'you', '', 'are', 'located', 'before', 'using', 'this', 'ebook.', 'If', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'from', 'texts', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', '(does', 'not', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'holder),', 'work', 'can', 'be', 'copied', 'distributed', 'to', 'anyone', 'in', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are', 'or', 'providing', 'access', 'to', 'work', 'with', 'phrase', '\"Project', 'associated', 'with', 'or', 'appearing', 'on', 'work,', 'you', 'must', 'comply', 'with', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'permission', 'for', 'use', 'of', 'work', 'Project', 'Gutenberg-tm', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.', 'If', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'permission', 'of', 'copyright', 'holder,', 'your', 'use', 'distribution', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'any', 'terms', 'imposed', 'by', 'copyright', 'holder.', 'Additional', 'terms', 'be', 'linked', 'to', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'with', 'permission', 'of', 'copyright', 'holder', 'found', 'at', 'of', 'this', 'work.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'full', 'Project', 'Gutenberg-tm', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'part', 'of', 'this', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'displaying', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'links', 'or', 'immediate', 'access', 'to', 'full', 'terms', 'of', 'Project', 'License.', 'You', 'may', 'convert', 'to', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access', 'or', 'distribute', 'copies', 'of', 'Project', 'Gutenberg-tm', 'work', 'in', 'format', 'than', '\"Plain', 'Vanilla', 'ASCII\"', 'or', 'other', 'format', 'used', 'in', 'official', 'posted', 'on', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'user,', 'provide', 'copy,', 'means', 'of', 'exporting', 'copy,', 'or', 'means', 'obtaining', 'copy', 'upon', 'request,', 'of', 'work', 'in', 'its', 'original', '\"Plain', 'ASCII\"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.', 'Do', 'not', 'charge', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.', 'You', 'may', 'charge', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'that', 'You', 'pay', 'royalty', 'fee', 'of', '20%', 'of', 'gross', 'profits', 'you', 'derive', 'from', '', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'method', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'fee', 'is', 'owed', '', 'to', 'owner', 'of', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'sent', 'to', 'Project', '', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'address', 'specified', 'in', '', 'Section', '4,', '\"Information', 'about', 'donations', 'to', 'Project', 'Gutenberg', '', 'Literary', 'Archive', 'Foundation.\"', 'You', 'provide', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'user', 'who', 'notifies', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', '', 'does', 'not', 'agree', 'to', 'terms', 'of', 'full', 'Project', 'Gutenberg-tm', '', 'License.', 'You', 'must', 'require', 'such', 'user', 'to', 'return', 'or', 'destroy', 'all', '', 'copies', 'of', 'works', 'possessed', 'in', 'physical', 'medium', 'discontinue', '', 'all', 'use', 'of', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', '', 'works.', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'full', 'refund', 'of', '', 'any', 'money', 'paid', 'for', 'work', 'or', 'replacement', 'copy,', 'if', 'defect', 'in', '', 'electronic', 'work', 'is', 'discovered', 'reported', 'to', 'you', 'within', '90', 'days', 'of', '', 'receipt', 'of', 'work.', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', '', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.', 'If', 'you', 'wish', 'to', 'charge', 'fee', 'or', 'distribute', 'Project', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'both', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Gutenberg', 'Trademark', 'LLC,', 'owner', 'of', 'Project', 'Gutenberg-tm', 'Contact', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.', 'Project', 'Gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'proofread', 'not', 'protected', 'by', 'U.S.', 'copyright', 'law', 'in', 'creating', 'Project', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm', 'works,', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', '\"Defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'corrupt', 'data,', 'transcription', 'errors,', 'copyright', 'or', 'other', 'property', 'infringement,', 'defective', 'or', 'damaged', 'disk', 'or', 'medium,', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'be', 'read', 'by', 'your', 'equipment.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', '\"Right', 'Replacement', 'or', 'Refund\"', 'described', 'in', 'paragraph', '1.F.3,', 'Project', 'Literary', 'Archive', 'Foundation,', 'owner', 'of', 'Project', 'trademark,', 'any', 'other', 'party', 'distributing', 'Project', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'to', 'you', 'for', 'damages,', 'costs', 'expenses,', 'including', 'legal', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'IN', 'PARAGRAPH', '1.F.3.', 'YOU', 'AGREE', 'THAT', 'FOUNDATION,', 'OWNER,', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'POSSIBILITY', 'OF', 'SUCH', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'refund', 'of', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'explanation', 'to', 'person', 'you', 'received', 'work', 'from.', 'If', 'you', 'work', 'on', 'physical', 'medium,', 'you', 'must', 'return', 'medium', 'your', 'written', 'explanation.', 'person', 'or', 'entity', 'that', 'provided', 'you', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'replacement', 'copy', 'in', 'of', 'refund.', 'If', 'you', 'received', 'work', 'electronically,', 'person', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'second', 'to', 'receive', 'work', 'electronically', 'in', 'lieu', 'of', 'refund.', 'If', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'refund', 'in', 'writing', 'further', 'opportunities', 'to', 'fix', 'problem.', 'Except', 'for', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'AS-IS',\", 'WITH', 'NO', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT', 'TO', 'WARRANTIES', 'OF', 'MERCHANTABILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'or', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'law', 'of', 'state', 'applicable', 'to', 'this', 'agreement,', 'shall', 'be', 'interpreted', 'to', 'make', 'maximum', 'disclaimer', 'or', 'permitted', 'by', 'applicable', 'state', 'law.', 'invalidity', 'or', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'provisions.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'hold', 'Foundation,', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'Foundation,', 'anyone', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'with', 'this', 'agreement,', 'any', 'volunteers', 'associated', 'with', 'promotion', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'expenses,', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', '(c)', 'any', 'you', 'cause.', '2.', 'Information', 'about', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'free', 'distribution', 'of', 'works', 'in', 'formats', 'readable', 'by', 'widest', 'variety', 'of', 'including', 'obsolete,', 'old,', 'middle-aged', 'new', 'computers.', 'It', 'because', 'of', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'donations', 'people', 'in', 'all', 'walks', 'of', 'life.', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'Project', \"Gutenberg-tm's\", 'ensuring', 'that', 'Project', 'Gutenberg-tm', 'collection', 'will', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'Project', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'secure', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'future', 'To', 'learn', 'more', 'about', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'how', 'your', 'efforts', 'donations', 'can', 'help,', 'see', '3', '4', 'Foundation', 'information', 'page', 'at', 'Section', '3.', 'Information', 'about', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'non', 'profit', 'educational', 'corporation', 'organized', 'under', 'laws', 'of', 'of', 'Mississippi', 'granted', 'tax', 'exempt', 'status', 'by', 'Internal', 'Service.', \"Foundation's\", 'EIN', 'or', 'federal', 'tax', 'identification', 'is', '64-6221541.', 'Contributions', 'to', 'Project', 'Gutenberg', 'Literary', 'Foundation', 'are', 'tax', 'deductible', 'to', 'full', 'extent', 'permitted', 'by', 'federal', 'laws', 'your', \"state's\", 'laws.', \"Foundation's\", 'principal', 'office', 'is', 'in', 'Fairbanks,', 'Alaska,', 'with', 'address:', 'PO', 'Box', '750175,', 'Fairbanks,', 'AK', '99775,', 'but', 'its', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt', 'City,', 'UT', '84116,', '(801)', '596-1887.', 'Email', 'contact', 'links', 'up', 'to', 'contact', 'information', 'can', 'be', 'found', 'at', \"Foundation's\", 'web', 'site', 'page', 'at', 'www.gutenberg.org/contact', 'additional', 'contact', 'information:', '', '', '', 'Dr.', 'Gregory', 'B.', 'Newby', '', '', '', 'Chief', 'Executive', 'Director', '', '', '', 'gbnewby@pglaf.org', '4.', 'Information', 'about', 'Donations', 'to', 'Project', 'Gutenberg', 'Archive', 'Foundation', 'Gutenberg-tm', 'depends', 'upon', 'cannot', 'survive', 'without', 'wide', 'public', 'support', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'number', 'of', 'public', 'domain', 'licensed', 'works', 'that', 'can', 'be', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'widest', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'with', 'IRS.', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'laws', 'regulating', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'United', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'it', 'takes', 'effort,', 'much', 'paperwork', 'many', 'fees', 'to', 'meet', 'keep', 'up', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND', 'or', 'determine', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'visit', 'www.gutenberg.org/donate', 'we', 'cannot', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'not', 'met', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'us', 'with', 'offers', 'to', 'donate.', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'check', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'number', 'of', 'other', 'including', 'checks,', 'online', 'payments', 'credit', 'card', 'donations.', 'To', 'please', 'visit:', 'www.gutenberg.org/donate', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Michael', 'S.', 'Hart', 'was', 'originator', 'of', 'Project', 'concept', 'of', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'shared', 'with', 'anyone.', 'For', 'forty', 'years,', 'he', 'produced', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'loose', 'network', 'of', 'support.', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in', 'U.S.', 'unless', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'main', 'PG', 'search', 'www.gutenberg.org', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,', 'how', 'to', 'make', 'donations', 'to', 'Project', 'Gutenberg', 'Literary', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'how', 'to', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.']\n" + ] + } + ], + "source": [ + "prophet_filter = list(filter(word_filter, no_slash))\n", + "print(prophet_filter)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -232,15 +349,44 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 79, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['prophet', 'chosen', 'who', 'was', 'dawn', 'unto', 'his', 'own', 'had', 'waited', 'twelve', 'years', 'in', 'city', 'orphalese', 'for', 'his', 'ship', 'that', 'was', 'to', 'bear', 'him', 'back', 'to', 'isle', 'of', 'birth.', 'in', 'twelfth', 'year,', 'on', 'seventh', 'of', 'ielool,', 'month', 'of', 'reaping,', 'he', 'hill', 'without', 'city', 'walls', 'looked', 'seaward;', 'he', 'beheld', 'his', 'coming', 'with', 'mist.', 'gates', 'of', 'his', 'heart', 'were', 'flung', 'his', 'joy', 'flew', 'far', 'over', 'sea.', 'he', 'closed', 'his', 'eyes', 'prayed', 'in', 'of', 'his', 'soul.', 'as', 'he', 'descended', 'hill,', 'sadness', 'upon', 'him,', 'he', 'thought', 'in', 'his', 'shall', 'i', 'go', 'in', 'peace', 'without', 'nay,', 'not', 'without', 'wound', 'in', 'shall', 'i', 'leave', 'this', 'city.', '', 'days', 'of', 'pain', 'i', 'have', 'spent', 'its', 'walls,', 'long', 'were', 'of', 'aloneness;', 'who', 'can', 'depart', 'his', 'pain', 'his', 'aloneness', 'without', 'many', 'fragments', 'of', 'spirit', 'have', 'i', 'in', 'these', 'streets,', 'too', 'many', 'children', 'of', 'my', 'longing', 'that', 'walk', 'among', 'these', 'hills,', 'i', 'cannot', 'from', 'them', 'without', 'burden', 'ache.', 'is', 'not', 'garment', 'i', 'cast', 'off', 'this', 'but', 'skin', 'that', 'i', 'tear', 'with', 'my', 'own', 'is', 'it', 'thought', 'i', 'leave', 'behind', 'me,', 'heart', 'made', 'sweet', 'with', 'hunger', 'thirst.', 'i', 'cannot', 'tarry', 'longer.', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her', 'me,', 'i', 'must', 'embark.', 'to', 'stay,', 'though', 'hours', 'burn', 'in', 'night,', 'is', 'to', 'freeze', 'crystallize', 'be', 'bound', 'in', 'mould.', 'would', 'i', 'take', 'with', 'me', 'all', 'that', 'is', 'but', 'how', 'shall', 'i?', 'voice', 'cannot', 'carry', 'tongue', 'lips', 'that', 'gave', 'it', 'wings.', 'alone', 'it', 'seek', 'ether.', 'alone', 'without', 'his', 'nest', 'shall', 'fly', 'across', 'sun.', 'when', 'he', 'reached', 'foot', 'of', 'he', 'turned', 'again', 'towards', 'sea,', 'he', 'saw', 'his', 'ship', 'approaching', 'upon', 'her', 'prow', 'mariners,', 'men', 'of', 'his', 'own', 'land.', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'he', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of', 'tides,', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which', 'my', 'deeper', 'dream.', 'am', 'i', 'to', 'go,', 'my', 'eagerness', 'with', 'full', 'set', 'awaits', 'wind.', 'another', 'breath', 'will', 'i', 'breathe', 'in', 'still', 'air,', 'only', 'another', 'loving', 'look', 'backward,', 'then', 'i', 'shall', 'stand', 'among', 'you,', 'among', 'seafarers.', '', 'you,', 'sea,', 'sleepless', 'mother,', 'alone', 'are', 'peace', 'freedom', 'to', 'stream,', 'another', 'winding', 'will', 'this', 'stream', 'only', 'another', 'murmur', 'in', 'this', 'glade,', 'then', 'shall', 'i', 'come', 'to', 'you,', 'drop', 'to', 'boundless', 'ocean.', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men', 'women', 'leaving', 'their', 'fields', 'their', 'hastening', 'towards', 'city', 'he', 'heard', 'their', 'voices', 'calling', 'his', 'shouting', 'from', 'field', 'to', 'field', 'one', 'another', 'of', 'coming', 'of', 'his', 'he', 'said', 'to', 'himself:', 'day', 'of', 'parting', 'be', 'day', 'of', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in', 'my', 'dawn?', 'what', 'shall', 'i', 'give', 'unto', 'him', 'who', 'has', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to', 'who', 'has', 'stopped', 'wheel', 'of', 'his', '', 'my', 'heart', 'become', 'heavy-laden', 'with', 'fruit', 'that', 'i', 'may', 'give', 'unto', 'them?', 'shall', 'my', 'desires', 'flow', 'like', 'that', 'i', 'may', 'fill', 'their', 'cups?', 'i', 'harp', 'that', 'hand', 'of', 'mighty', 'touch', 'me,', 'or', 'flute', 'that', 'his', 'breath', 'pass', 'through', 'me?', 'seeker', 'of', 'silences', 'am', 'i,', 'what', 'have', 'i', 'found', 'in', 'silences', 'that', 'i', 'dispense', 'with', 'confidence?', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what', 'have', 'i', 'sowed', 'seed,', 'in', 'unremembered', 'seasons?', 'this', 'indeed', 'be', 'hour', 'in', 'which', 'i', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame', 'shall', 'burn', 'therein.', 'dark', 'shall', 'i', 'raise', 'my', 'lantern,', 'guardian', 'of', 'night', 'shall', 'fill', 'with', 'oil', 'he', 'shall', 'light', 'it', 'also.', 'things', 'he', 'said', 'in', 'words.', 'but', 'much', 'his', 'heart', 'remained', 'unsaid.', 'for', '', 'could', 'not', 'speak', 'his', 'deeper', '0020]', 'when', 'he', 'entered', 'into', 'city', 'all', 'people', 'came', 'to', 'meet', 'him,', 'they', 'crying', 'out', 'to', 'him', 'as', 'with', 'one', 'elders', 'of', 'city', 'stood', 'forth', 'said:', 'not', 'yet', 'away', 'from', 'us.', 'noontide', 'have', 'you', 'been', 'in', 'our', 'your', 'youth', 'has', 'given', 'us', 'to', 'dream.', 'stranger', 'are', 'you', 'among', 'us,', 'nor', 'guest,', 'but', 'our', 'son', 'our', 'dearly', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for', 'face.', 'priests', 'priestesses', 'said', 'him:', 'not', 'waves', 'of', 'sea', 'separate', 'us', 'years', 'you', 'have', 'spent', 'in', 'our', 'become', 'memory.', 'have', 'walked', 'among', 'us', 'spirit,', 'your', 'shadow', 'has', 'been', 'light', 'our', 'faces.', 'have', 'we', 'loved', 'you.', 'but', 'speechless', 'our', 'love,', 'with', 'veils', 'has', 'it', 'been', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'stand', 'revealed', 'before', 'you.', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows', 'its', 'own', 'depth', 'until', 'hour', 'of', 'others', 'came', 'also', 'entreated', 'him.', 'he', 'answered', 'them', 'not.', 'he', 'only', 'bent', 'head;', 'those', 'who', 'stood', 'near', 'saw', 'tears', 'falling', 'upon', 'his', 'breast.', 'he', 'people', 'proceeded', 'towards', 'great', 'square', 'before', 'temple.', 'there', 'came', 'out', 'of', 'sanctuary', 'whose', 'name', 'was', 'almitra.', 'she', 'seeress.', 'he', 'looked', 'upon', 'her', 'with', 'exceeding', 'for', 'it', 'was', 'she', 'who', 'had', 'first', 'believed', 'in', 'him', 'when', 'he', 'had', 'but', 'day', 'in', 'their', 'city.', '', 'hailed', 'him,', 'saying:', 'of', 'god,', 'in', 'quest', 'of', 'long', 'have', 'you', 'searched', 'for', 'your', 'ship.', 'now', 'your', 'ship', 'has', 'come,', 'you', 'must', 'go.', 'is', 'your', 'longing', 'for', 'land', 'of', 'memories', 'dwelling', 'place', 'your', 'greater', 'desires;', 'our', 'love', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that', 'speak', 'to', 'us', 'give', 'us', 'of', 'your', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,', 'they', 'unto', 'their', 'children,', 'it', 'not', 'perish.', 'your', 'aloneness', 'you', 'have', 'watched', 'with', 'days,', 'in', 'your', 'wakefulness', 'you', 'listened', 'to', 'weeping', 'of', 'our', 'sleep.', 'therefore', 'disclose', 'us', 'to', 'ourselves,', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown', 'of', 'that', 'which', 'is', 'between', 'birth', 'he', 'answered,', 'of', 'orphalese,', 'of', 'what', 'can', 'i', 'save', 'of', 'that', 'which', 'is', 'even', 'now', 'within', 'your', 'souls?', '*****', 'said', 'almitra,', 'speak', 'to', 'us', 'of', 'he', 'raised', 'his', 'head', 'looked', 'upon', 'people,', 'there', 'fell', 'stillness', 'them.', 'with', 'great', 'voice', 'he', 'love', 'beckons', 'to', 'you,', 'follow', 'him,', 'his', 'ways', 'are', 'hard', 'steep.', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to', 'sword', 'hidden', 'among', 'his', 'may', 'wound', 'you.', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in', 'his', 'voice', 'may', 'shatter', 'your', 'dreams', 'north', 'wind', 'lays', 'waste', 'garden.', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall', 'crucify', 'you.', 'even', 'as', 'he', 'is', 'for', 'your', 'so', 'is', 'he', 'for', 'your', 'pruning.', 'as', 'he', 'ascends', 'to', 'your', 'height', 'your', 'tenderest', 'branches', 'quiver', 'in', 'sun,', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'them', 'in', 'their', 'clinging', 'to', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto', 'threshes', 'you', 'to', 'make', 'you', 'naked.', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your', 'grinds', 'you', 'to', 'whiteness.', 'kneads', 'you', 'until', 'you', 'are', 'pliant;', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred', 'that', 'you', 'may', 'become', 'sacred', 'bread', 'god’s', 'sacred', 'feast.', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you', 'you', 'may', 'know', 'secrets', 'of', 'your', 'in', 'that', 'knowledge', 'become', 'of', 'life’s', 'heart.', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only', 'peace', 'love’s', 'pleasure,', 'it', 'is', 'better', 'for', 'you', 'that', 'you', '', 'nakedness', 'pass', 'out', 'of', 'threshing-floor,', 'seasonless', 'world', 'where', 'you', 'laugh,', 'but', 'not', 'all', 'of', 'your', 'weep,', 'but', 'not', 'all', 'of', 'your', 'gives', 'naught', 'but', 'itself', 'takes', 'but', 'from', 'itself.', 'possesses', 'not', 'nor', 'would', 'it', 'be', 'love', 'is', 'sufficient', 'unto', 'love.', 'you', 'love', 'you', 'should', 'not', 'say,', '“god', 'in', 'my', 'heart,”', 'but', 'rather,', '“i', 'am', 'in', 'heart', 'of', 'god.”', 'think', 'not', 'you', 'can', 'direct', 'course', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you', 'directs', 'your', 'course.', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil', 'if', 'you', 'love', 'must', 'needs', 'have', 'let', 'these', 'be', 'your', 'desires:', 'melt', 'be', 'like', 'running', 'brook', 'that', 'its', 'melody', 'to', 'night.', '', 'pain', 'of', 'too', 'much', 'tenderness.', 'be', 'wounded', 'by', 'your', 'own', 'understanding', 'love;', 'to', 'bleed', 'willingly', 'joyfully.', 'wake', 'at', 'dawn', 'with', 'winged', 'heart', 'thanks', 'for', 'another', 'day', 'of', 'loving;', 'rest', 'at', 'noon', 'hour', 'meditate', 'ecstacy;', 'return', 'home', 'at', 'eventide', 'with', 'then', 'to', 'sleep', 'with', 'prayer', 'for', 'beloved', 'in', 'your', 'heart', 'song', 'of', 'upon', 'your', 'lips.', '0029]', '*****', 'almitra', 'spoke', 'again', 'said,', 'what', 'of', '_marriage_', 'master?', 'he', 'answered', 'saying:', 'were', 'born', 'together,', 'together', 'you', 'be', 'forevermore.', 'shall', 'be', 'together', 'when', 'white', 'of', 'death', 'scatter', 'your', 'days.', 'you', 'shall', 'be', 'together', 'even', 'in', 'memory', 'of', 'god.', 'let', 'there', 'be', 'spaces', 'in', 'your', 'let', 'winds', 'of', 'heavens', 'dance', 'you.', 'one', 'another,', 'but', 'make', 'not', 'bond', 'of', 'it', 'rather', 'be', 'moving', 'sea', 'between', 'shores', 'of', 'your', 'souls.', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from', 'cup.', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat', 'from', 'same', 'loaf.', '', 'together', 'be', 'joyous,', 'but', 'let', 'one', 'of', 'you', 'be', 'alone,', 'as', 'strings', 'of', 'lute', 'are', 'alone', 'they', 'quiver', 'with', 'same', 'music.', 'your', 'hearts,', 'but', 'not', 'into', 'each', 'keeping.', 'only', 'hand', 'of', 'life', 'can', 'contain', 'hearts.', 'stand', 'together', 'yet', 'not', 'too', 'near', 'pillars', 'of', 'temple', 'stand', 'oak', 'tree', 'cypress', 'grow', 'in', 'each', 'other’s', 'shadow.', '0032]', '*****', 'woman', 'who', 'held', 'babe', 'her', 'bosom', 'said,', 'speak', 'to', 'us', 'of', 'he', 'said:', 'children', 'are', 'not', 'your', 'children.', 'are', 'sons', 'daughters', 'of', 'longing', 'for', 'itself.', 'come', 'through', 'you', 'but', 'not', 'from', 'you,', 'though', 'they', 'are', 'with', 'you', 'yet', 'they', 'not', 'to', 'you.', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your', 'they', 'have', 'their', 'own', 'thoughts.', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their', 'their', 'souls', 'dwell', 'in', 'house', 'of', 'which', 'you', 'cannot', 'visit,', 'not', 'in', 'your', 'dreams.', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek', 'to', 'make', 'them', 'like', 'you.', '', 'goes', 'not', 'backward', 'nor', 'tarries', 'with', 'are', 'bows', 'from', 'which', 'your', 'as', 'living', 'arrows', 'are', 'sent', 'archer', 'sees', 'mark', 'upon', 'path', 'infinite,', 'he', 'bends', 'you', 'with', 'might', 'that', 'his', 'arrows', 'may', 'go', 'swift', 'far.', 'your', 'bending', 'in', 'archer’s', 'hand', 'be', 'gladness;', 'even', 'as', 'he', 'loves', 'arrow', 'that', 'so', 'he', 'loves', 'also', 'bow', 'that', 'is', '*****', 'said', 'rich', 'man,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'give', 'but', 'little', 'when', 'you', 'give', 'of', 'possessions.', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you', 'give.', 'what', 'are', 'your', 'possessions', 'but', 'things', 'keep', 'guard', 'for', 'fear', 'you', 'may', 'need', 'tomorrow?', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring', 'overprudent', 'dog', 'burying', 'bones', 'trackless', 'sand', 'as', 'he', 'follows', 'to', 'holy', 'city?', 'what', 'is', 'fear', 'of', 'need', 'but', 'need', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is', 'thirst', 'that', 'is', 'unquenchable?', 'are', 'those', 'who', 'give', 'little', 'of', 'which', 'they', 'have--and', 'they', 'give', 'for', 'recognition', 'their', 'hidden', 'makes', 'their', 'gifts', 'unwholesome.', 'there', 'are', 'those', 'who', 'have', 'little', 'it', 'all.', 'are', 'believers', 'in', 'life', 'bounty', 'of', 'life,', 'their', 'coffer', 'is', 'empty.', 'are', 'those', 'who', 'give', 'with', 'joy,', 'joy', 'is', 'their', 'reward.', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,', 'that', 'pain', 'is', 'their', 'baptism.', 'there', 'are', 'those', 'who', 'give', 'know', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek', 'nor', 'give', 'with', 'mindfulness', 'of', 'give', 'as', 'in', 'yonder', 'valley', 'myrtle', 'its', 'fragrance', 'into', 'space.', 'hands', 'of', 'such', 'as', 'these', 'god', 'from', 'behind', 'their', 'eyes', 'he', 'upon', 'earth.', '0039]', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it', 'better', 'to', 'give', 'unasked,', 'through', 'to', 'open-handed', 'search', 'for', 'who', 'shall', 'receive', 'is', 'joy', 'greater', 'giving.', 'is', 'there', 'aught', 'you', 'would', 'withhold?', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;', 'give', 'now,', 'that', 'season', 'giving', 'may', 'be', 'yours', 'not', 'your', 'often', 'say,', '“i', 'would', 'give,', 'but', 'only', 'deserving.”', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,', 'flocks', 'in', 'your', 'pasture.', 'give', 'that', 'they', 'may', 'live,', 'for', 'to', 'is', 'to', 'perish.', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his', 'his', 'nights,', 'is', 'worthy', 'of', 'all', 'from', 'you.', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his', 'from', 'your', 'little', 'stream.', 'what', 'desert', 'greater', 'shall', 'there', 'be,', 'that', 'which', 'lies', 'in', 'courage', 'confidence,', 'nay', 'charity,', 'of', 'who', 'are', 'you', 'that', 'men', 'should', 'rend', 'bosom', 'unveil', 'their', 'pride,', 'you', 'may', 'see', 'their', 'worth', 'naked', 'pride', 'unabashed?', 'first', 'that', 'you', 'yourself', 'deserve', 'to', 'giver,', 'instrument', 'of', 'giving.', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto', 'you,', 'who', 'deem', 'yourself', 'are', 'but', 'witness.', 'you', 'receivers--and', 'you', 'are', 'receivers--assume', 'no', 'weight', 'of', 'lest', 'you', 'lay', 'yoke', 'upon', 'upon', 'him', 'who', 'gives.', 'rise', 'together', 'with', 'giver', 'on', 'gifts', 'as', 'on', 'wings;', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is', 'doubt', 'his', 'generosity', 'who', 'has', 'earth', 'for', 'mother,', 'god', 'father.', '0042]', '*****', 'old', 'man,', 'keeper', 'of', 'said,', 'speak', 'to', 'us', 'of', '_eating', 'he', 'said:', 'that', 'you', 'could', 'live', 'on', 'of', 'earth,', 'like', 'air', 'be', 'sustained', 'by', 'light.', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'rob', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'of', 'worship,', 'let', 'your', 'board', 'stand', 'altar', 'on', 'pure', 'innocent', 'of', 'plain', 'are', 'sacrificed', 'for', 'that', 'is', 'purer', 'still', 'more', 'innocent', 'man.', 'you', 'kill', 'beast', 'say', 'to', 'him', 'in', 'your', 'same', 'power', 'that', 'slays', 'you,', 'i', 'too', 'slain;', 'i', 'too', 'shall', 'be', 'consumed.', 'law', 'that', 'delivered', 'you', 'into', 'hand', 'shall', 'deliver', 'me', 'into', 'mightier', 'blood', 'my', 'blood', 'is', 'naught', 'but', 'sap', 'that', 'feeds', 'tree', 'of', 'heaven.”', 'when', 'you', 'crush', 'apple', 'with', 'your', 'say', 'to', 'it', 'in', 'your', 'heart,', 'seeds', 'shall', 'live', 'in', 'my', 'body,', 'buds', 'of', 'your', 'tomorrow', 'shall', 'in', 'my', 'heart,', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,', 'together', 'we', 'shall', 'rejoice', 'through', 'seasons.”', 'in', 'autumn,', 'when', 'you', 'gather', 'grapes', 'of', 'your', 'vineyards', 'for', 'say', 'in', 'your', 'heart,', 'too', 'am', 'vineyard,', 'my', 'fruit', 'shall', 'gathered', 'for', 'winepress,', 'like', 'new', 'wine', 'i', 'shall', 'be', 'kept', 'in', 'vessels.”', 'in', 'winter,', 'when', 'you', 'draw', 'wine,', 'there', 'be', 'in', 'your', 'heart', 'song', 'each', 'cup;', 'let', 'there', 'be', 'in', 'song', 'for', 'autumn', 'days,', 'for', 'vineyard,', 'for', 'winepress.', 'then', 'ploughman', 'said,', 'speak', 'us', 'of', '_work_.', 'he', 'answered,', 'saying:', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'soul', 'of', 'earth.', 'to', 'be', 'idle', 'is', 'to', 'become', 'stranger', 'seasons,', 'to', 'step', 'out', 'of', 'procession,', 'that', 'marches', 'in', 'proud', 'submission', 'towards', 'you', 'work', 'you', 'are', 'flute', 'through', 'heart', 'whispering', 'of', 'hours', 'to', 'music.', 'of', 'you', 'would', 'be', 'reed,', 'dumb', 'when', 'all', 'else', 'sings', 'together', 'in', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'labour', 'misfortune.', 'i', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you', 'part', 'of', 'earth’s', 'furthest', 'dream,', 'to', 'you', 'when', 'that', 'dream', 'was', 'in', 'keeping', 'yourself', 'with', 'labour', 'you', 'in', 'truth', 'loving', 'life,', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be', 'with', 'life’s', 'inmost', 'secret.', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'support', 'of', 'flesh', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'i', 'that', 'naught', 'but', 'sweat', 'of', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is', 'have', 'been', 'told', 'also', 'that', 'life', 'is', 'in', 'your', 'weariness', 'you', 'echo', 'was', 'said', 'by', 'weary.', 'i', 'say', 'that', 'life', 'is', 'indeed', 'darkness', 'when', 'there', 'is', 'urge,', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is', 'all', 'knowledge', 'is', 'vain', 'save', 'when', 'is', 'work,', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is', 'when', 'you', 'work', 'with', 'love', 'you', 'bind', 'to', 'yourself,', 'to', 'one', 'to', 'god.', 'what', 'is', 'it', 'to', 'work', 'with', 'love?', 'is', 'to', 'weave', 'cloth', 'with', 'threads', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your', 'were', 'to', 'wear', 'that', 'cloth.', 'is', 'to', 'build', 'house', 'with', 'affection,', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in', 'house.', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'harvest', 'with', 'joy,', 'even', 'as', 'if', 'beloved', 'were', 'to', 'eat', 'fruit.', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion', 'breath', 'of', 'your', 'own', 'spirit,', 'to', 'know', 'that', 'all', 'blessed', 'dead', 'standing', 'about', 'you', 'watching.', 'have', 'i', 'heard', 'you', 'say,', 'as', 'if', 'in', 'sleep,', '“he', 'who', 'works', 'in', 'finds', 'shape', 'of', 'his', 'own', 'in', 'stone,', 'is', 'nobler', 'than', 'he', 'who', 'soil.', '', 'he', 'who', 'seizes', 'rainbow', 'to', 'lay', 'it', 'on', 'cloth', 'in', 'of', 'man,', 'is', 'more', 'than', 'he', 'who', 'sandals', 'for', 'our', 'feet.”', 'i', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'of', 'noontide,', 'that', 'speaks', 'not', 'more', 'sweetly', 'to', 'oaks', 'than', 'to', 'least', 'of', 'all', 'of', 'grass;', 'he', 'alone', 'is', 'great', 'who', 'turns', 'of', 'wind', 'into', 'song', 'made', 'by', 'his', 'own', 'loving.', 'is', 'love', 'made', 'visible.', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but', 'with', 'distaste,', 'it', 'is', 'better', 'that', 'should', 'leave', 'your', 'work', 'sit', 'at', 'gate', 'of', 'temple', 'take', 'alms', 'of', 'who', 'work', 'with', 'joy.', 'if', 'you', 'bake', 'bread', 'with', 'indifference,', 'bake', 'bitter', 'bread', 'that', 'feeds', 'but', 'man’s', 'hunger.', 'if', 'you', 'grudge', 'crushing', 'of', 'your', 'grudge', 'distils', 'poison', 'in', 'wine.', '', 'if', 'you', 'sing', 'though', 'as', 'love', 'not', 'singing,', 'you', 'man’s', 'ears', 'to', 'voices', 'of', 'voices', 'of', 'night.', '*****', 'woman', 'said,', 'speak', 'to', 'us', 'of', 'sorrow_.', 'he', 'answered:', 'joy', 'is', 'your', 'sorrow', 'unmasked.', 'selfsame', 'well', 'from', 'which', 'your', 'rises', 'was', 'oftentimes', 'filled', 'your', 'tears.', 'how', 'else', 'can', 'it', 'be?', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your', 'more', 'joy', 'you', 'can', 'contain.', 'not', 'cup', 'that', 'holds', 'your', 'wine', 'cup', 'that', 'was', 'burned', 'in', 'potter’s', 'is', 'not', 'lute', 'that', 'soothes', 'your', 'very', 'wood', 'that', 'was', 'hollowed', 'knives?', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your', 'you', 'shall', 'find', 'it', 'is', 'only', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is', 'you', 'joy.', 'you', 'are', 'sorrowful', 'look', 'again', 'in', 'heart,', 'you', 'shall', 'see', 'that', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which', 'been', 'your', 'delight.', 'of', 'you', 'say,', '“joy', 'is', 'greater', 'than', 'others', 'say,', '“nay,', 'sorrow', 'is', 'greater.”', 'i', 'say', 'unto', 'you,', 'they', 'are', 'they', 'come,', 'when', 'one', 'sits', 'with', 'you', 'at', 'your', 'board,', 'remember', 'other', 'is', 'asleep', 'upon', 'your', 'bed.', 'you', 'are', 'suspended', 'like', 'scales', 'your', 'sorrow', 'your', 'joy.', 'when', 'you', 'are', 'empty', 'are', 'you', 'at', 'balanced.', 'treasure-keeper', 'lifts', 'you', 'to', 'his', 'gold', 'his', 'silver,', 'needs', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or', '*****', 'mason', 'came', 'forth', 'said,', 'to', 'us', 'of', '_houses_.', 'he', 'answered', 'said:', 'of', 'your', 'imaginings', 'bower', 'in', 'ere', 'you', 'build', 'house', 'within', 'city', 'walls.', 'even', 'as', 'you', 'have', 'home-comings', 'in', 'twilight,', 'so', 'has', 'wanderer', 'in', 'ever', 'distant', 'alone.', 'house', 'is', 'your', 'larger', 'body.', 'grows', 'in', 'sun', 'sleeps', 'in', 'of', 'night;', 'it', 'is', 'not', 'does', 'not', 'your', 'house', 'dream?', 'dreaming,', 'leave', 'city', 'for', 'grove', 'hilltop?', 'that', 'i', 'could', 'gather', 'your', 'houses', 'my', 'hand,', 'like', 'sower', 'scatter', 'in', 'forest', 'meadow.', 'valleys', 'were', 'your', 'streets,', 'green', 'paths', 'your', 'alleys,', 'that', 'you', 'seek', 'one', 'another', 'through', 'come', 'with', 'fragrance', 'earth', 'in', 'your', 'garments.', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.', 'their', 'fear', 'your', 'forefathers', 'gathered', 'too', 'near', 'together.', 'that', 'fear', 'endure', 'little', 'longer.', 'little', 'shall', 'your', 'city', 'walls', 'separate', 'hearths', 'from', 'your', 'fields.', 'tell', 'me,', 'people', 'of', 'orphalese,', 'what', 'you', 'in', 'these', 'houses?', 'what', 'is', 'it', 'guard', 'with', 'fastened', 'doors?', 'you', 'peace,', 'quiet', 'urge', 'that', 'your', 'power?', 'you', 'remembrances,', 'glimmering', 'that', 'span', 'summits', 'of', 'you', 'beauty,', 'that', 'leads', 'heart', 'things', 'fashioned', 'of', 'wood', 'stone', 'holy', 'mountain?', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?', 'have', 'you', 'only', 'comfort,', 'lust', 'comfort,', 'that', 'stealthy', 'thing', 'that', 'house', 'guest,', 'then', 'host,', 'then', 'master?', 'it', 'becomes', 'tamer,', 'with', 'scourge', 'makes', 'puppets', 'of', 'your', 'desires.', 'its', 'hands', 'are', 'silken,', 'its', 'heart', 'of', 'iron.', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by', 'bed', 'jeer', 'at', 'dignity', 'of', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'them', 'in', 'thistledown', 'like', 'fragile', 'lust', 'for', 'comfort', 'murders', 'passion', 'of', 'soul,', 'then', 'walks', 'in', 'funeral.', 'you,', 'children', 'of', 'space,', 'you', 'restless', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor', 'house', 'shall', 'be', 'not', 'anchor', 'but', 'shall', 'not', 'be', 'glistening', 'film', 'that', 'wound,', 'but', 'eyelid', 'that', 'eye.', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you', 'pass', 'through', 'doors,', 'nor', 'bend', 'your', 'that', 'they', 'strike', 'not', 'against', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls', 'crack', 'fall', 'down.', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'for', 'living.', 'though', 'of', 'magnificence', 'your', 'house', 'shall', 'not', 'hold', 'secret', 'nor', 'shelter', 'your', 'longing.', 'that', 'which', 'is', 'boundless', 'in', 'you', 'in', 'mansion', 'of', 'sky,', 'whose', 'is', 'morning', 'mist,', 'whose', 'are', 'songs', 'silences', 'night.', '*****', 'weaver', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'clothes', 'conceal', 'much', 'of', 'your', 'yet', 'they', 'hide', 'not', 'though', 'you', 'seek', 'in', 'garments', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them', 'harness', 'chain.', 'that', 'you', 'could', 'meet', 'sun', 'wind', 'with', 'more', 'of', 'your', 'skin', 'less', 'your', 'raiment,', 'breath', 'of', 'life', 'is', 'in', 'hand', 'of', 'life', 'is', 'in', 'of', 'you', 'say,', '“it', 'is', 'north', 'wind', 'has', 'woven', 'clothes', 'we', 'wear.”', 'i', 'say,', 'ay,', 'it', 'was', 'north', 'wind,', 'shame', 'was', 'his', 'loom,', 'of', 'sinews', 'was', 'his', 'thread.', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in', 'forest.', '', 'not', 'that', 'modesty', 'for', 'shield', 'against', 'eye', 'of', 'when', 'unclean', 'shall', 'be', 'no', 'more,', 'were', 'modesty', 'but', 'fetter', 'of', 'mind?', 'forget', 'not', 'that', 'earth', 'delights', 'feel', 'your', 'bare', 'feet', 'winds', 'to', 'play', 'with', 'your', 'hair.', '*****', 'merchant', 'said,', 'speak', 'to', 'us', 'of', 'selling_.', 'he', 'answered', 'said:', 'you', 'earth', 'yields', 'her', 'fruit,', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how', 'fill', 'your', 'hands.', 'is', 'in', 'exchanging', 'gifts', 'of', 'that', 'you', 'shall', 'find', 'abundance', 'satisfied.', 'unless', 'exchange', 'be', 'in', 'love', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to', 'others', 'to', 'hunger.', 'in', 'market', 'place', 'you', 'toilers', 'of', 'sea', 'fields', 'vineyards', 'meet', 'weavers', 'potters', 'of', 'spices,--', 'then', 'master', 'spirit', 'of', 'to', 'come', 'into', 'your', 'midst', 'scales', 'reckoning', 'weighs', 'value', 'against', 'value.', '', 'not', 'barren-handed', 'to', 'take', 'in', 'your', 'transactions,', 'who', 'would', 'their', 'words', 'for', 'your', 'labour.', 'such', 'men', 'you', 'should', 'say,', 'with', 'us', 'to', 'field,', 'or', 'go', 'with', 'brothers', 'to', 'sea', 'cast', 'your', 'land', 'sea', 'shall', 'be', 'to', 'you', 'even', 'as', 'to', 'us.”', 'if', 'there', 'come', 'singers', 'flute', 'players,--buy', 'of', 'gifts', 'also.', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'that', 'which', 'they', 'bring,', 'fashioned', 'of', 'dreams,', 'is', 'raiment', 'food', 'for', 'your', 'soul.', 'before', 'you', 'leave', 'market', 'place,', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with', 'hands.', 'master', 'spirit', 'of', 'earth', 'shall', 'sleep', 'peacefully', 'upon', 'wind', 'needs', 'of', 'least', 'of', 'you', 'are', '*****', 'one', 'of', 'judges', 'of', 'city', 'forth', 'said,', 'speak', 'to', 'us', 'of', 'punishment_.', 'he', 'answered,', 'saying:', 'is', 'when', 'your', 'spirit', 'goes', 'wandering', 'wind,', 'you,', 'alone', 'unguarded,', 'commit', 'wrong', 'unto', 'others', 'therefore', 'unto', 'for', 'that', 'wrong', 'committed', 'must', 'you', 'wait', 'while', 'unheeded', 'at', 'of', 'blessed.', 'ocean', 'is', 'your', 'god-self;', 'remains', 'for', 'ever', 'undefiled.', 'like', 'ether', 'it', 'lifts', 'but', 'like', 'sun', 'is', 'your', 'god-self;', 'knows', 'not', 'ways', 'of', 'mole', 'nor', 'it', 'holes', 'of', 'serpent.', 'your', 'god-self', 'dwells', 'not', 'alone', 'your', 'being.', 'in', 'you', 'is', 'still', 'man,', 'much', 'in', 'is', 'not', 'yet', 'man,', 'shapeless', 'pigmy', 'that', 'walks', 'asleep', 'mist', 'searching', 'for', 'its', 'own', 'of', 'man', 'in', 'you', 'would', 'i', 'now', 'speak.', 'it', 'is', 'he', 'not', 'your', 'god-self', 'nor', 'pigmy', 'in', 'mist,', 'that', 'knows', 'crime', 'punishment', 'of', 'crime.', 'have', 'i', 'heard', 'you', 'speak', 'of', 'one', 'commits', 'wrong', 'as', 'though', 'he', 'were', 'one', 'of', 'you,', 'but', 'stranger', 'unto', 'you', 'intruder', 'upon', 'your', 'world.', 'i', 'say', 'that', 'even', 'as', 'holy', 'cannot', 'rise', 'beyond', 'highest', 'is', 'in', 'each', 'one', 'of', 'you,', 'wicked', 'weak', 'cannot', 'fall', 'than', 'lowest', 'which', 'is', 'in', 'you', 'as', 'single', 'leaf', 'turns', 'not', 'yellow', 'with', 'silent', 'knowledge', 'of', 'tree,', '', 'wrong-doer', 'cannot', 'wrong', 'without', 'hidden', 'will', 'of', 'you', 'procession', 'you', 'walk', 'together', 'your', 'god-self.', '0064]', 'are', 'way', 'wayfarers.', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls', 'those', 'behind', 'him,', 'caution', 'against', 'stumbling', 'stone.', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,', 'though', 'faster', 'surer', 'of', 'foot,', 'yet', 'not', 'stumbling', 'stone.', 'this', 'also,', 'though', 'word', 'lie', 'heavy', 'your', 'hearts:', 'murdered', 'is', 'not', 'unaccountable', 'for', 'own', 'murder,', 'robbed', 'is', 'not', 'blameless', 'in', 'being', 'righteous', 'is', 'not', 'innocent', 'of', 'of', 'wicked,', 'white-handed', 'is', 'not', 'clean', 'in', 'of', 'felon.', 'guilty', 'is', 'oftentimes', 'victim', 'injured,', 'still', 'more', 'often', 'condemned', 'is', 'burden', 'bearer', 'for', 'guiltless', 'unblamed.', 'cannot', 'separate', 'just', 'from', 'good', 'from', 'wicked;', 'they', 'stand', 'together', 'before', 'face', 'sun', 'even', 'as', 'black', 'thread', 'white', 'are', 'woven', 'together.', 'when', 'black', 'thread', 'breaks,', 'shall', 'look', 'into', 'whole', 'cloth,', 'he', 'shall', 'examine', 'loom', 'also.', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment', 'unfaithful', 'wife,', 'him', 'also', 'weigh', 'heart', 'of', 'her', 'in', 'scales,', 'measure', 'his', 'soul', 'measurements.', 'let', 'him', 'who', 'would', 'lash', 'offender', 'unto', 'spirit', 'of', 'offended.', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'of', 'righteousness', 'lay', 'ax', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its', 'verily', 'he', 'will', 'find', 'roots', 'of', 'bad,', 'fruitful', 'all', 'entwined', 'together', 'in', 'silent', 'heart', 'of', 'earth.', 'you', 'judges', 'who', 'would', 'be', 'just,', 'judgment', 'pronounce', 'you', 'upon', 'him', 'though', 'honest', 'in', 'flesh', 'yet', 'is', 'in', 'spirit?', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action', 'deceiver', 'oppressor,', 'who', 'also', 'is', 'aggrieved', 'outraged?', 'how', 'shall', 'you', 'punish', 'those', 'whose', 'is', 'already', 'greater', 'than', 'their', 'not', 'remorse', 'justice', 'which', 'is', 'by', 'that', 'very', 'law', 'which', 'you', 'fain', 'serve?', 'you', 'cannot', 'lay', 'remorse', 'upon', 'nor', 'lift', 'it', 'from', 'heart', 'of', 'guilty.', 'shall', 'it', 'call', 'in', 'night,', 'men', 'may', 'wake', 'gaze', 'upon', '', 'you', 'who', 'would', 'justice,', 'how', 'shall', 'you', 'unless', 'look', 'upon', 'all', 'deeds', 'in', 'fullness', 'light?', 'then', 'shall', 'you', 'know', 'that', 'erect', 'fallen', 'are', 'but', 'one', 'man', 'standing', 'twilight', 'between', 'night', 'of', 'his', 'day', 'of', 'his', 'god-self,', 'that', 'corner-stone', 'of', 'temple', 'not', 'higher', 'than', 'lowest', 'stone', 'in', 'foundation.', '*****', 'lawyer', 'said,', 'but', 'what', 'of', 'our', 'master?', 'he', 'answered:', 'delight', 'in', 'laying', 'down', 'laws,', 'you', 'delight', 'more', 'in', 'breaking', 'them.', 'children', 'playing', 'by', 'ocean', 'who', 'sand-towers', 'with', 'constancy', 'destroy', 'them', 'with', 'laughter.', 'while', 'you', 'build', 'your', 'sand-towers', 'brings', 'more', 'sand', 'to', 'shore,', 'when', 'you', 'destroy', 'them', 'ocean', 'with', 'you.', 'ocean', 'laughs', 'always', 'with', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not', 'ocean,', 'man-made', 'laws', 'are', 'not', 'to', 'whom', 'life', 'is', 'rock,', 'law', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it', 'their', 'own', 'likeness?', '', 'of', 'who', 'hates', 'dancers?', 'of', 'ox', 'who', 'loves', 'his', 'yoke', 'elk', 'deer', 'of', 'forest', 'vagrant', 'things?', 'of', 'old', 'serpent', 'who', 'cannot', 'shed', 'skin,', 'calls', 'all', 'others', 'naked', 'of', 'him', 'who', 'comes', 'early', 'to', 'when', 'over-fed', 'goes', 'his', 'way', 'saying', 'that', 'all', 'are', 'violation', 'all', 'feasters', 'shall', 'i', 'say', 'of', 'these', 'save', 'that', 'too', 'stand', 'in', 'sunlight,', 'but', 'with', 'backs', 'to', 'sun?', 'see', 'only', 'their', 'shadows,', 'their', 'are', 'their', 'laws.', 'what', 'is', 'sun', 'to', 'them', 'but', 'caster', 'shadows?', 'what', 'is', 'it', 'to', 'acknowledge', 'but', 'to', 'stoop', 'down', 'trace', 'their', 'upon', 'earth?', 'you', 'who', 'walk', 'facing', 'sun,', 'what', 'drawn', 'on', 'earth', 'can', 'hold', 'who', 'travel', 'with', 'wind,', 'what', 'shall', 'direct', 'your', 'course?', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance', 'stumble', 'against', 'no', 'man’s', 'iron', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to', 'if', 'you', 'tear', 'off', 'your', 'garment', 'leave', 'it', 'in', 'no', 'man’s', 'path?', 'of', 'orphalese,', 'you', 'can', 'muffle', 'you', 'can', 'loosen', 'strings', 'lyre,', 'but', 'who', 'shall', 'command', 'not', 'to', 'sing?', '*****', 'orator', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'city', 'gate', 'by', 'your', 'fireside', 'have', 'seen', 'you', 'prostrate', 'yourself', 'your', 'own', 'freedom,', 'as', 'slaves', 'humble', 'themselves', 'before', 'tyrant', 'praise', 'him', 'though', 'he', 'slays', 'in', 'grove', 'of', 'temple', 'in', 'shadow', 'of', 'citadel', 'i', 'have', 'seen', 'freest', 'among', 'you', 'wear', 'their', 'freedom', 'yoke', 'handcuff.', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you', 'only', 'be', 'free', 'when', 'even', 'desire', 'seeking', 'freedom', 'becomes', 'harness', 'you,', 'when', 'you', 'cease', 'to', 'speak', 'of', 'as', 'goal', 'fulfilment.', 'shall', 'be', 'free', 'indeed', 'when', 'your', 'are', 'not', 'without', 'care', 'nor', 'your', 'without', 'want', 'grief,', 'rather', 'when', 'these', 'things', 'girdle', 'your', 'yet', 'you', 'rise', 'above', 'them', 'naked', 'unbound.', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days', 'nights', 'unless', 'you', 'break', 'which', 'you', 'at', 'dawn', 'of', 'your', 'have', 'fastened', 'around', 'your', 'hour?', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is', 'strongest', 'of', 'these', 'chains,', 'though', 'links', 'glitter', 'in', 'sun', 'dazzle', 'eyes.', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your', 'self', 'you', 'would', 'discard', 'that', 'you', 'may', 'free?', 'it', 'is', 'unjust', 'law', 'you', 'would', 'that', 'law', 'was', 'written', 'with', 'your', 'hand', 'upon', 'your', 'own', 'forehead.', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law', 'nor', 'by', 'washing', 'foreheads', 'of', 'judges,', 'though', 'you', 'pour', 'sea', 'them.', 'if', 'it', 'is', 'despot', 'you', 'would', 'see', 'first', 'that', 'his', 'throne', 'within', 'you', 'is', 'destroyed.', 'how', 'can', 'tyrant', 'rule', 'free', 'proud,', 'but', 'for', 'tyranny', 'in', 'their', 'freedom', 'shame', 'in', 'their', 'own', 'if', 'it', 'is', 'care', 'you', 'would', 'cast', 'off,', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather', 'imposed', 'upon', 'you.', 'if', 'it', 'is', 'fear', 'you', 'would', 'dispel,', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart', 'not', 'in', 'hand', 'of', 'feared.', 'all', 'things', 'move', 'within', 'your', 'being', 'constant', 'half', 'embrace,', 'desired', 'dreaded,', 'repugnant', 'pursued', 'that', 'which', 'would', 'escape.', 'things', 'move', 'within', 'you', 'as', 'lights', 'shadows', 'in', 'pairs', 'that', 'cling.', 'when', 'shadow', 'fades', 'is', 'no', 'light', 'that', 'lingers', 'becomes', 'to', 'another', 'light.', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its', 'becomes', 'itself', 'fetter', 'of', 'freedom.', '*****', 'priestess', 'spoke', 'again', 'said:', 'speak', 'to', 'us', 'of', '_reason', 'he', 'answered,', 'saying:', 'soul', 'is', 'oftentimes', 'battlefield,', 'which', 'your', 'reason', 'your', 'judgment', 'war', 'against', 'your', 'passion', 'your', 'that', 'i', 'could', 'be', 'peacemaker', 'in', 'soul,', 'that', 'i', 'might', 'turn', 'discord', 'rivalry', 'of', 'your', 'elements', 'into', 'melody.', 'how', 'shall', 'i,', 'unless', 'you', 'yourselves', 'also', 'peacemakers,', 'nay,', 'lovers', 'all', 'your', 'elements?', 'reason', 'your', 'passion', 'are', 'sails', 'of', 'your', 'seafaring', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be', 'you', 'can', 'but', 'toss', 'drift,', 'else', 'be', 'held', 'at', 'standstill', 'in', '', 'reason,', 'ruling', 'alone,', 'force', 'confining;', 'passion,', 'is', 'flame', 'that', 'burns', 'to', 'its', 'destruction.', 'let', 'your', 'soul', 'exalt', 'your', 'to', 'height', 'of', 'passion,', 'that', 'it', 'sing;', 'let', 'it', 'direct', 'your', 'passion', 'with', 'that', 'your', 'passion', 'may', 'live', 'its', 'own', 'daily', 'resurrection,', 'like', 'phoenix', 'rise', 'above', 'its', 'own', 'would', 'have', 'you', 'consider', 'your', 'judgment', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two', 'guests', 'in', 'your', 'house.', 'you', 'would', 'not', 'honour', 'one', 'guest', 'other;', 'for', 'he', 'who', 'is', 'more', 'of', 'one', 'loses', 'love', 'of', 'both', 'hills,', 'when', 'you', 'sit', 'in', 'shade', 'of', 'white', 'poplars,', 'sharing', 'peace', 'serenity', 'of', 'distant', 'fields', 'meadows--then', 'let', 'your', 'heart', 'say', 'in', '“god', 'rests', 'in', 'reason.”', 'when', 'storm', 'comes,', 'wind', 'shakes', 'forest,', 'thunder', 'lightning', 'proclaim', 'of', 'sky,--then', 'let', 'your', 'heart', 'in', 'awe,', '“god', 'moves', 'in', 'passion.”', 'since', 'you', 'are', 'breath', 'in', 'god’s', 'leaf', 'in', 'god’s', 'forest,', 'you', 'should', 'rest', 'in', 'reason', 'move', 'in', '*****', 'woman', 'spoke,', 'saying,', 'tell', 'us', '_pain_.', 'he', 'said:', 'pain', 'is', 'breaking', 'of', 'shell', 'encloses', 'your', 'understanding.', 'as', 'stone', 'of', 'fruit', 'must', 'that', 'its', 'heart', 'may', 'stand', 'in', 'so', 'must', 'you', 'know', 'pain.', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder', 'daily', 'miracles', 'of', 'your', 'life,', 'your', 'would', 'not', 'seem', 'less', 'wondrous', 'than', 'joy;', 'you', 'would', 'accept', 'seasons', 'of', 'your', 'even', 'as', 'you', 'have', 'always', 'accepted', 'seasons', 'that', 'pass', 'over', 'your', 'fields.', 'you', 'would', 'watch', 'with', 'serenity', 'winters', 'of', 'your', 'grief.', 'of', 'your', 'pain', 'is', 'self-chosen.', 'is', 'bitter', 'potion', 'by', 'which', '', 'you', 'heals', 'your', 'sick', 'trust', 'physician,', 'drink', 'remedy', 'in', 'silence', 'tranquillity:', 'his', 'hand,', 'though', 'heavy', 'hard,', 'is', 'by', 'tender', 'hand', 'of', 'unseen,', 'cup', 'he', 'brings,', 'though', 'it', 'burn', 'lips,', 'has', 'been', 'fashioned', 'of', 'which', 'potter', 'has', 'moistened', 'with', 'own', 'sacred', 'tears.', '*****', 'man', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'hearts', 'know', 'in', 'silence', 'secrets', 'days', 'nights.', 'your', 'ears', 'thirst', 'for', 'sound', 'of', 'heart’s', 'knowledge.', 'would', 'know', 'in', 'words', 'that', 'which', 'you', 'always', 'known', 'in', 'thought.', 'would', 'touch', 'with', 'your', 'fingers', 'body', 'of', 'your', 'dreams.', 'it', 'is', 'well', 'you', 'should.', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must', 'rise', 'run', 'murmuring', 'to', 'sea;', 'treasure', 'of', 'your', 'infinite', 'depths', 'be', 'revealed', 'to', 'your', 'eyes.', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your', 'treasure;', 'seek', 'not', 'depths', 'of', 'your', 'with', 'staff', 'or', 'sounding', 'self', 'is', 'sea', 'boundless', 'not,', '“i', 'have', 'found', 'truth,”', 'but', '“i', 'have', 'found', 'truth.”', 'not,', '“i', 'have', 'found', 'path', 'of', 'say', 'rather,', '“i', 'have', 'met', 'soul', 'upon', 'my', 'path.”', 'soul', 'walks', 'upon', 'all', 'paths.', 'soul', 'walks', 'not', 'upon', 'line,', 'neither', 'it', 'grow', 'like', 'reed.', 'soul', 'unfolds', 'itself,', 'like', 'lotus', 'of', 'petals.', '0083]', '*****', 'said', 'teacher,', 'speak', 'to', 'us', 'of', 'he', 'said:', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that', 'already', 'lies', 'half', 'asleep', 'in', 'of', 'your', 'knowledge.', 'teacher', 'who', 'walks', 'in', 'shadow', 'of', 'temple,', 'among', 'his', 'followers,', 'gives', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his', 'his', 'lovingness.', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid', 'enter', 'house', 'of', 'his', 'wisdom,', 'but', 'leads', 'you', 'to', 'threshold', 'of', 'own', 'mind.', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his', 'of', 'space,', 'but', 'he', 'cannot', 'you', 'his', 'understanding.', 'musician', 'may', 'sing', 'to', 'you', 'of', 'which', 'is', 'in', 'all', 'space,', 'but', 'he', 'give', 'you', 'ear', 'which', 'arrests', 'rhythm', 'nor', 'voice', 'that', 'echoes', 'it.', 'he', 'who', 'is', 'versed', 'in', 'science', 'numbers', 'can', 'tell', 'of', 'regions', 'weight', 'measure,', 'but', 'he', 'cannot', 'you', 'thither.', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its', 'to', 'another', 'man.', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone', 'god’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'god', 'his', 'understanding', 'of', 'earth.', '*****', 'youth', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'friend', 'is', 'your', 'needs', 'answered.', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love', 'reap', 'with', 'thanksgiving.', 'he', 'is', 'your', 'board', 'your', 'fireside.', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,', 'you', 'seek', 'him', 'for', 'peace.', 'your', 'friend', 'speaks', 'his', 'mind', 'you', 'not', '“nay”', 'in', 'your', 'own', 'mind,', 'nor', 'you', 'withhold', '“ay.”', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases', 'to', 'listen', 'to', 'his', 'heart;', 'without', 'words,', 'in', 'friendship,', 'all', 'all', 'desires,', 'all', 'expectations', 'born', 'shared,', 'with', 'joy', 'that', 'is', 'you', 'part', 'from', 'your', 'friend,', 'you', 'not;', 'that', 'which', 'you', 'love', 'most', 'in', 'him', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'to', 'climber', 'is', 'clearer', 'plain.', '', 'let', 'there', 'be', 'no', 'in', 'friendship', 'save', 'deepening', 'spirit.', 'love', 'that', 'seeks', 'aught', 'but', 'of', 'its', 'own', 'mystery', 'is', 'not', 'but', 'net', 'cast', 'forth:', 'only', 'is', 'caught.', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.', 'he', 'must', 'know', 'ebb', 'of', 'your', 'tide,', 'him', 'know', 'its', 'flood', 'also.', 'what', 'is', 'your', 'friend', 'that', 'you', 'should', 'him', 'with', 'hours', 'to', 'kill?', 'him', 'always', 'with', 'hours', 'to', 'live.', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not', 'emptiness.', 'in', 'sweetness', 'of', 'friendship', 'there', 'be', 'laughter,', 'sharing', 'of', 'in', 'dew', 'of', 'little', 'things', 'heart', 'finds', 'its', 'morning', 'is', '*****', 'then', 'scholar', 'said,', 'speak', 'of', 'he', 'answered,', 'saying:', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace', 'your', 'thoughts;', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'of', 'your', 'heart', 'you', 'live', 'in', 'your', 'sound', 'is', 'diversion', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is', 'murdered.', 'thought', 'is', 'bird', 'of', 'space,', 'that', 'in', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its', 'but', 'cannot', 'fly.', 'are', 'those', 'among', 'you', 'who', 'seek', 'through', 'fear', 'of', 'being', 'alone.', 'silence', 'of', 'aloneness', 'reveals', 'to', 'eyes', 'their', 'naked', 'selves', 'they', 'escape.', 'there', 'are', 'those', 'who', 'talk,', 'knowledge', 'or', 'forethought', 'reveal', 'truth', 'which', 'they', 'themselves', 'do', 'not', 'there', 'are', 'those', 'who', 'have', 'truth', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in', 'bosom', 'of', 'such', 'as', 'these', 'spirit', 'in', 'rhythmic', 'silence.', 'you', 'meet', 'your', 'friend', 'on', 'or', 'in', 'market', 'place,', 'let', 'in', 'you', 'move', 'your', 'lips', 'direct', 'tongue.', 'voice', 'within', 'your', 'voice', 'speak', 'to', 'ear', 'of', 'his', 'ear;', 'his', 'soul', 'will', 'keep', 'truth', 'of', 'heart', 'as', 'taste', 'of', 'wine', 'is', 'colour', 'is', 'forgotten', 'is', 'no', 'more.', '*****', 'astronomer', 'said,', 'master,', 'what', '_time_?', 'he', 'answered:', 'would', 'measure', 'time', 'measureless', 'immeasurable.', 'would', 'adjust', 'your', 'conduct', 'direct', 'course', 'of', 'your', 'spirit', 'to', 'hours', 'seasons.', 'time', 'you', 'would', 'make', 'stream', 'upon', 'bank', 'you', 'would', 'sit', 'watch', 'its', 'timeless', 'in', 'you', 'is', 'aware', 'of', 'timelessness,', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s', 'tomorrow', 'is', 'today’s', 'dream.', 'that', 'that', 'which', 'sings', 'in', 'you', 'is', 'still', 'dwelling', 'bounds', 'of', 'that', 'first', 'moment', 'scattered', 'stars', 'into', 'space.', 'among', 'you', 'does', 'not', 'feel', 'that', 'his', 'to', 'love', 'is', 'boundless?', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very', 'though', 'boundless,', 'encompassed', 'centre', 'of', 'his', 'being,', 'not', 'from', 'love', 'thought', 'to', 'love', 'nor', 'from', 'love', 'deeds', 'to', 'other', 'deeds?', 'is', 'not', 'time', 'even', 'as', 'love', 'is,', 'paceless?', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure', 'into', 'seasons,', 'let', 'each', 'season', 'all', 'other', 'seasons,', 'let', 'today', 'embrace', 'past', 'with', 'future', 'with', 'longing.', '*****', 'one', 'of', 'elders', 'of', 'city', 'speak', 'to', 'us', 'of', '_good', 'evil_.', 'he', 'answered:', 'good', 'in', 'you', 'i', 'can', 'speak,', 'but', 'not', 'evil.', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by', 'own', 'hunger', 'thirst?', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food', 'in', 'dark', 'caves,', 'when', 'it', 'thirsts', 'drinks', 'even', 'of', 'dead', 'waters.', 'are', 'good', 'when', 'you', 'are', 'one', 'with', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself', 'are', 'not', 'evil.', 'divided', 'house', 'is', 'not', 'den', 'of', 'it', 'is', 'only', 'divided', 'house.', 'ship', 'without', 'rudder', 'may', 'wander', 'among', 'perilous', 'isles', 'yet', 'sink', 'to', 'bottom.', '', 'are', 'good', 'when', 'strive', 'to', 'give', 'of', 'yourself.', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain', 'yourself.', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are', 'root', 'that', 'clings', 'to', 'earth', 'at', 'her', 'breast.', 'fruit', 'cannot', 'say', 'to', 'root,', 'like', 'me,', 'ripe', 'full', 'ever', 'of', 'your', 'abundance.”', 'to', 'fruit', 'giving', 'is', 'need,', 'as', 'is', 'need', 'to', 'root.', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in', 'speech,', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep', 'your', 'tongue', 'staggers', 'without', 'even', 'stumbling', 'speech', 'may', 'strengthen', 'weak', 'tongue.', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal', 'with', 'bold', 'steps.', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither', '', 'those', 'who', 'limp', 'go', 'not', 'you', 'who', 'are', 'strong', 'swift,', 'see', 'you', 'do', 'not', 'limp', 'before', 'lame,', 'it', 'kindness.', 'are', 'good', 'in', 'countless', 'ways,', 'you', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,', 'are', 'only', 'loitering', 'sluggard.', 'that', 'stags', 'cannot', 'teach', 'to', 'turtles.', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies', 'goodness:', 'that', 'longing', 'is', 'in', 'of', 'you.', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'rushing', 'with', 'might', 'to', 'sea,', 'secrets', 'of', 'hillsides', 'songs', 'of', 'forest.', 'in', 'others', 'it', 'is', 'flat', 'stream', 'that', 'itself', 'in', 'angles', 'bends', 'before', 'it', 'reaches', 'shore.', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to', 'who', 'longs', 'little,', '“wherefore', 'are', 'slow', 'halting?”', 'truly', 'good', 'ask', 'not', 'naked,', 'is', 'your', 'garment?”', 'nor', '“what', 'has', 'befallen', 'your', '*****', 'priestess', 'said,', 'speak', 'to', 'us', '_prayer_.', 'he', 'answered,', 'saying:', 'pray', 'in', 'your', 'distress', 'in', 'your', 'would', 'that', 'you', 'might', 'pray', 'also', 'fullness', 'of', 'your', 'joy', 'in', 'your', 'of', 'abundance.', 'what', 'is', 'prayer', 'but', 'expansion', 'of', 'into', 'living', 'ether?', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for', 'delight', 'to', 'pour', 'forth', 'dawning', 'your', 'heart.', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your', 'summons', 'you', 'to', 'prayer,', 'she', 'should', 'you', 'again', 'yet', 'again,', 'though', 'until', 'you', 'shall', 'come', 'laughing.', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'those', 'who', 'are', 'praying', 'at', 'that', 'very', 'whom', 'save', 'in', 'prayer', 'you', 'not', 'meet.', 'let', 'your', 'visit', 'to', 'that', 'temple', 'be', 'for', 'naught', 'but', 'ecstasy', 'communion.', 'if', 'you', 'should', 'enter', 'temple', 'for', 'other', 'purpose', 'than', 'asking', 'you', 'shall', 'receive:', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'for', 'good', 'of', 'others', 'you', 'shall', 'not', 'heard.', 'is', 'enough', 'that', 'you', 'enter', 'temple', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.', 'listens', 'not', 'to', 'your', 'words', 'save', 'when', 'himself', 'utters', 'them', 'through', 'your', 'i', 'cannot', 'teach', 'you', 'prayer', 'of', 'forests', 'mountains.', 'you', 'who', 'are', 'born', 'of', 'forests', 'seas', 'find', 'their', 'prayer', 'in', 'your', 'heart,', 'if', 'you', 'but', 'listen', 'in', 'stillness', 'night', 'you', 'shall', 'hear', 'them', 'saying', 'silence,', 'god,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is', 'will', 'in', 'us', 'that', 'willeth.', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our', 'which', 'are', 'thine,', 'into', 'days', 'which', 'thine', 'also.', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou', 'our', 'needs', 'before', 'they', 'are', 'born', 'us:', 'art', 'our', 'need;', 'in', 'giving', 'us', 'more', 'thyself', 'thou', 'givest', 'us', 'all.”', '0100]', '*****', 'hermit,', 'who', 'visited', 'city', 'year,', 'came', 'forth', 'said,', 'speak', 'us', 'of', '_pleasure_.', 'he', 'answered,', 'saying:', 'is', 'freedom-song,', 'it', 'is', 'not', 'freedom.', 'is', 'blossoming', 'of', 'your', 'desires,', 'it', 'is', 'not', 'their', 'fruit.', 'is', 'depth', 'calling', 'unto', 'height,', 'it', 'is', 'not', 'deep', 'nor', 'high.', 'is', 'caged', 'taking', 'wing,', 'it', 'is', 'not', 'space', 'encompassed.', 'in', 'very', 'truth,', 'pleasure', 'is', 'i', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with', 'of', 'heart;', 'yet', 'i', 'would', 'not', 'have', 'lose', 'your', 'hearts', 'in', 'singing.', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if', 'were', 'all,', 'they', 'are', 'judged', '', 'would', 'not', 'judge', 'nor', 'them.', 'i', 'would', 'have', 'them', 'seek.', 'they', 'shall', 'find', 'pleasure,', 'but', 'not', 'alone;', 'are', 'her', 'sisters,', 'least', 'of', 'is', 'more', 'beautiful', 'than', 'pleasure.', 'you', 'not', 'heard', 'of', 'man', 'who', 'was', 'in', 'earth', 'for', 'roots', 'found', 'treasure?', 'some', 'of', 'your', 'elders', 'remember', 'with', 'regret', 'like', 'wrongs', 'in', 'drunkenness.', 'regret', 'is', 'beclouding', 'of', 'mind', 'not', 'its', 'chastisement.', 'should', 'remember', 'their', 'pleasures', 'gratitude,', 'as', 'they', 'would', 'of', 'summer.', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let', 'be', 'comforted.', 'there', 'are', 'among', 'you', 'those', 'who', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to', 'in', 'their', 'fear', 'of', 'seeking', '', 'shun', 'all', 'pleasures,', 'they', 'neglect', 'spirit', 'or', 'offend', 'it.', 'even', 'in', 'their', 'foregoing', 'is', 'their', 'thus', 'they', 'too', 'find', 'treasure', 'though', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend', 'spirit?', 'nightingale', 'offend', 'of', 'night,', 'or', 'firefly', 'stars?', 'shall', 'your', 'flame', 'or', 'your', 'smoke', 'wind?', 'you', 'spirit', 'is', 'still', 'pool', 'you', 'can', 'trouble', 'with', 'staff?', 'in', 'denying', 'yourself', 'pleasure', 'do', 'but', 'store', 'desire', 'in', 'of', 'your', 'being.', 'knows', 'but', 'that', 'which', 'seems', 'omitted', 'waits', 'for', 'tomorrow?', 'your', 'body', 'knows', 'its', 'heritage', 'its', 'rightful', 'need', 'will', 'not', 'be', 'your', 'body', 'is', 'harp', 'of', 'your', 'soul,', 'it', 'is', 'yours', 'to', 'bring', 'forth', '', 'from', 'it', 'or', 'confused', 'sounds.', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“how', 'we', 'distinguish', 'that', 'which', 'is', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not', 'to', 'your', 'fields', 'your', 'gardens,', 'shall', 'learn', 'that', 'it', 'is', 'pleasure', 'bee', 'to', 'gather', 'honey', 'of', 'it', 'is', 'also', 'pleasure', 'of', 'to', 'yield', 'its', 'honey', 'to', 'bee.', 'to', 'bee', 'flower', 'is', 'fountain', 'of', 'to', 'flower', 'bee', 'is', 'messenger', 'love,', 'to', 'both,', 'bee', 'flower,', 'giving', 'receiving', 'of', 'pleasure', 'is', 'need', 'ecstasy.', 'of', 'orphalese,', 'be', 'in', 'your', 'like', 'flowers', 'bees.', '*****', 'poet', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'shall', 'you', 'seek', 'beauty,', 'how', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be', 'way', 'your', 'guide?', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except', 'be', 'weaver', 'of', 'your', 'speech?', 'aggrieved', 'injured', 'say,', 'is', 'kind', 'gentle.', 'young', 'mother', 'half-shy', 'of', 'her', 'own', 'she', 'walks', 'among', 'us.”', 'passionate', 'say,', '“nay,', 'beauty', 'is', 'thing', 'of', 'might', 'dread.', 'tempest', 'she', 'shakes', 'earth', 'us', 'sky', 'above', 'us.”', 'tired', 'weary', 'say,', '“beauty', 'is', 'soft', 'whisperings.', 'she', 'speaks', 'in', 'our', '', 'voice', 'yields', 'to', 'our', 'like', 'faint', 'light', 'that', 'quivers', 'fear', 'of', 'shadow.”', 'restless', 'say,', '“we', 'have', 'heard', 'her', 'among', 'mountains,', 'with', 'her', 'cries', 'came', 'sound', 'of', 'beating', 'of', 'wings', 'of', 'lions.”', 'night', 'watchmen', 'of', 'city', 'say,', 'shall', 'rise', 'with', 'dawn', 'from', 'east.”', 'at', 'noontide', 'toilers', 'say,', '“we', 'have', 'seen', 'her', 'leaning', 'earth', 'from', 'windows', 'of', 'winter', 'say', 'snow-bound,', '“she', 'shall', 'with', 'spring', 'leaping', 'upon', 'in', 'summer', 'heat', 'reapers', '“we', 'have', 'seen', 'her', 'dancing', 'with', 'leaves,', 'we', 'saw', 'drift', 'of', 'in', 'her', 'hair.”', '', 'these', 'things', 'you', 'said', 'of', 'beauty,', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of', 'unsatisfied,', 'beauty', 'is', 'not', 'need', 'but', 'ecstasy.', 'is', 'not', 'mouth', 'thirsting', 'nor', 'empty', 'stretched', 'forth,', 'rather', 'heart', 'enflamed', 'soul', 'is', 'not', 'image', 'you', 'would', 'see', 'nor', 'song', 'you', 'would', 'hear,', 'rather', 'image', 'you', 'see', 'though', 'you', 'your', 'eyes', 'song', 'you', 'hear', 'you', 'shut', 'your', 'ears.', 'is', 'not', 'sap', 'within', 'furrowed', 'nor', 'wing', 'attached', 'to', 'claw,', 'rather', 'garden', 'for', 'ever', 'in', 'bloom', 'flock', 'of', 'angels', 'for', 'ever', 'in', 'of', 'orphalese,', 'beauty', 'is', 'life', 'when', 'unveils', 'her', 'holy', 'face.', 'you', 'are', 'life', 'you', 'are', 'veil.', 'is', 'eternity', 'gazing', 'at', 'itself', 'mirror.', 'you', 'are', 'eternity', 'you', 'are', '*****', 'old', 'priest', 'said,', 'speak', 'to', 'us', '_religion_.', 'he', 'said:', 'i', 'spoken', 'this', 'day', 'of', 'aught', 'else?', 'not', 'religion', 'all', 'deeds', 'all', 'that', 'which', 'is', 'neither', 'deed', 'nor', 'but', 'wonder', 'surprise', 'springing', 'in', 'soul,', 'even', 'while', 'hands', 'hew', 'stone', 'or', 'tend', 'can', 'separate', 'his', 'faith', 'from', 'actions,', 'or', 'his', 'belief', 'from', 'his', 'can', 'spread', 'his', 'hours', 'before', 'him,', '“this', 'for', 'god', 'this', 'for', 'this', 'for', 'my', 'soul,', 'this', 'other', 'my', 'body?”', 'your', 'hours', 'are', 'wings', 'that', 'beat', 'space', 'from', 'self', 'to', 'self.', '', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best', 'were', 'better', 'naked.', 'wind', 'sun', 'will', 'tear', 'no', 'holes', 'his', 'skin.', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics', 'his', 'song-bird', 'in', 'cage.', 'freest', 'song', 'comes', 'not', 'through', 'bars', 'wires.', 'he', 'to', 'whom', 'worshipping', 'is', 'window,', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet', 'house', 'of', 'his', 'soul', 'whose', 'are', 'from', 'dawn', 'to', 'dawn.', 'daily', 'life', 'is', 'your', 'temple', 'your', 'you', 'enter', 'into', 'it', 'take', 'with', 'you', 'all.', 'plough', 'forge', 'lute,', 'things', 'you', 'have', 'fashioned', 'in', 'or', 'for', 'delight.', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your', 'nor', 'fall', 'lower', 'than', 'your', 'take', 'with', 'you', 'all', 'men:', '', 'in', 'you', 'cannot', 'fly', 'higher', 'than', 'hopes', 'nor', 'humble', 'yourself', 'lower', 'their', 'despair.', 'if', 'you', 'would', 'know', 'god', 'be', 'not', 'solver', 'of', 'riddles.', 'look', 'about', 'you', 'you', 'shall', 'see', 'playing', 'with', 'your', 'children.', 'look', 'into', 'space;', 'you', 'shall', 'see', 'him', 'in', 'cloud,', 'outstretching', 'his', 'in', 'lightning', 'descending', 'in', 'shall', 'see', 'him', 'smiling', 'in', 'flowers,', 'rising', 'waving', 'his', 'hands', 'in', '*****', 'almitra', 'spoke,', 'saying,', 'we', 'would', 'now', 'of', '_death_.', 'he', 'said:', 'would', 'know', 'secret', 'of', 'death.', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you', 'it', 'in', 'heart', 'of', 'life?', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind', 'day', 'cannot', 'unveil', 'mystery', 'light.', 'you', 'would', 'indeed', 'behold', 'spirit', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'of', 'life.', 'life', 'death', 'are', 'one,', 'even', 'as', 'sea', 'are', 'one.', 'depth', 'of', 'your', 'hopes', 'desires', 'your', 'silent', 'knowledge', 'of', 'like', 'seeds', 'dreaming', 'beneath', 'snow', 'heart', 'dreams', 'of', 'spring.', 'dreams,', 'for', 'in', 'them', 'is', 'hidden', 'gate', 'to', 'eternity.', '', 'fear', 'death', 'is', 'but', 'trembling', 'of', 'when', 'he', 'stands', 'before', 'king', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in', 'shepherd', 'not', 'joyful', 'beneath', 'his', 'that', 'he', 'shall', 'wear', 'mark', 'king?', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked', 'wind', 'to', 'melt', 'into', 'sun?', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but', 'free', 'breath', 'from', 'its', 'restless', 'that', 'it', 'may', 'rise', 'expand', 'god', 'unencumbered?', 'when', 'you', 'drink', 'from', 'river', 'of', 'shall', 'you', 'indeed', 'sing.', 'when', 'you', 'have', 'reached', 'mountain', 'then', 'you', 'shall', 'begin', 'to', 'climb.', 'when', 'earth', 'shall', 'claim', 'your', 'then', 'shall', 'you', 'truly', 'dance.', 'now', 'it', 'was', 'evening.', 'almitra', 'seeress', 'said,', 'blessed', 'be', 'day', 'this', 'place', 'your', 'spirit', 'has', 'spoken.', 'he', 'answered,', 'was', 'it', 'i', 'who', 'spoke?', 'was', 'not', 'also', 'listener?', 'he', 'descended', 'steps', 'of', 'all', 'people', 'followed', 'him.', 'he', 'reached', 'his', 'ship', 'stood', 'upon', 'deck.', 'facing', 'people', 'again,', 'he', 'raised', 'voice', 'said:', 'of', 'orphalese,', 'wind', 'bids', 'me', 'you.', 'hasty', 'am', 'i', 'than', 'wind,', 'yet', 'i', 'go.', 'wanderers,', 'ever', 'seeking', 'lonelier', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended', 'day;', 'no', 'sunrise', 'finds', 'us', 'sunset', 'left', 'us.', '', 'while', 'sleeps', 'we', 'travel.', 'are', 'seeds', 'of', 'tenacious', 'it', 'is', 'in', 'our', 'ripeness', 'our', 'of', 'heart', 'that', 'we', 'are', 'given', 'to', 'wind', 'are', 'scattered.', 'were', 'my', 'days', 'among', 'you,', 'still', 'words', 'i', 'have', 'spoken.', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then', 'will', 'come', 'again,', 'with', 'richer', 'heart', 'lips', 'more', 'to', 'spirit', 'will', 'i', 'speak.', 'i', 'shall', 'return', 'with', 'tide,', 'though', 'death', 'may', 'hide', 'me,', 'silence', 'enfold', 'me,', 'yet', 'again', 'i', 'seek', 'your', 'understanding.', 'not', 'in', 'vain', 'will', 'i', 'seek.', 'aught', 'i', 'have', 'said', 'is', 'truth,', 'that', 'shall', 'reveal', 'itself', 'in', 'clearer', 'in', 'words', 'more', 'kin', 'to', 'your', 'go', 'with', 'wind,', 'people', 'of', 'but', 'not', 'down', 'into', 'emptiness;', 'if', 'this', 'day', 'is', 'not', 'fulfilment', 'your', 'needs', 'my', 'love,', 'then', 'let', 'it', 'promise', 'till', 'another', 'day.', 'needs', 'change,', 'but', 'not', 'his', 'love,', 'his', 'desire', 'that', 'his', 'love', 'should', 'his', 'needs.', 'therefore,', 'that', 'from', 'greater', 'i', 'shall', 'return.', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,', 'but', 'dew', 'in', 'fields,', 'shall', 'gather', 'into', 'cloud', 'then', 'down', 'in', 'rain.', 'not', 'unlike', 'mist', 'have', 'i', 'been.', 'stillness', 'of', 'night', 'i', 'have', 'in', 'your', 'streets,', 'my', 'spirit', 'entered', 'your', 'houses,', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'i', 'you', 'all.', 'i', 'knew', 'your', 'joy', 'your', 'pain,', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my', 'oftentimes', 'i', 'was', 'among', 'you', 'lake', 'mountains.', 'mirrored', 'summits', 'in', 'you', 'slopes,', 'even', 'flocks', 'of', 'your', 'thoughts', 'your', 'to', 'my', 'silence', 'came', 'laughter', 'your', 'children', 'in', 'streams,', 'of', 'your', 'youths', 'in', 'rivers.', 'when', 'they', 'reached', 'my', 'depth', 'rivers', 'ceased', 'not', 'yet', 'to', '0119]', 'sweeter', 'still', 'than', 'laughter', 'than', 'longing', 'came', 'to', 'me.', 'was', 'boundless', 'in', 'you;', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but', 'sinews;', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is', 'soundless', 'throbbing.', 'is', 'in', 'vast', 'man', 'that', 'you', 'are', 'vast,', 'in', 'beholding', 'him', 'that', 'i', 'beheld', 'you', 'loved', 'you.', 'what', 'distances', 'can', 'love', 'reach', 'that', 'not', 'in', 'that', 'vast', 'sphere?', 'visions,', 'what', 'expectations', 'what', 'can', 'outsoar', 'that', 'flight?', 'giant', 'oak', 'tree', 'covered', 'with', 'apple', 'is', 'vast', 'man', 'in', 'you.', '', 'binds', 'you', 'to', 'earth,', 'his', 'lifts', 'you', 'into', 'space,', 'in', 'durability', 'you', 'are', 'deathless.', 'have', 'been', 'told', 'that,', 'even', 'like', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest', 'is', 'but', 'half', 'truth.', 'you', 'are', 'also', 'strong', 'as', 'your', 'strongest', 'link.', 'measure', 'you', 'by', 'your', 'smallest', 'deed', 'to', 'reckon', 'power', 'of', 'ocean', 'by', 'of', 'its', 'foam.', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to', 'blame', 'upon', 'seasons', 'for', 'their', 'you', 'are', 'like', 'ocean,', 'though', 'heavy-grounded', 'ships', 'await', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even', 'ocean,', 'you', 'cannot', 'hasten', 'your', 'like', 'seasons', 'you', 'are', 'also,', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your', 'spring,', 'reposing', 'within', 'you,', 'smiles', 'her', 'drowsiness', 'is', 'not', 'offended.', 'not', 'i', 'say', 'these', 'things', 'in', 'that', 'you', 'may', 'say', 'one', 'to', '“he', 'praised', 'us', 'well.', 'he', 'saw', 'but', 'good', 'in', 'us.”', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that', 'you', 'yourselves', 'know', 'in', 'thought.', 'what', 'is', 'word', 'knowledge', 'but', 'shadow', 'wordless', 'knowledge?', 'thoughts', 'my', 'words', 'are', 'waves', 'sealed', 'memory', 'that', 'keeps', 'records', 'our', 'yesterdays,', 'of', 'ancient', 'days', 'when', 'earth', 'not', 'us', 'nor', 'herself,', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought', 'confusion.', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you', 'their', 'wisdom.', 'i', 'came', 'to', 'take', 'of', 'your', 'behold', 'i', 'have', 'found', 'that', 'which', 'is', 'than', 'wisdom.', 'is', 'flame', 'spirit', 'in', 'you', 'ever', 'more', 'of', 'itself,', 'you,', 'heedless', 'of', 'its', 'expansion,', 'withering', 'of', 'your', 'days.', 'is', 'life', 'in', 'quest', 'of', 'life', 'in', 'that', 'fear', 'grave.', 'are', 'no', 'graves', 'here.', 'mountains', 'plains', 'are', 'cradle', 'stepping-stone.', 'you', 'pass', 'by', 'field', 'where', 'have', 'laid', 'your', 'ancestors', 'look', 'well', 'you', 'shall', 'see', 'yourselves', 'your', 'children', 'dancing', 'hand', 'in', 'hand.', 'you', 'often', 'make', 'merry', 'without', 'have', 'come', 'to', 'you', 'to', 'whom', 'for', 'promises', 'made', 'unto', 'your', 'faith', 'have', 'given', 'but', 'riches', 'power', 'than', 'promise', 'have', 'i', 'given,', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.', 'have', 'given', 'me', 'my', 'deeper', 'thirsting', 'life.', 'there', 'is', 'no', 'greater', 'gift', 'to', 'man', 'that', 'which', 'turns', 'all', 'his', 'aims', 'parching', 'lips', 'all', 'life', 'into', '0125]', 'in', 'this', 'lies', 'my', 'honour', 'my', 'whenever', 'i', 'come', 'to', 'fountain', 'drink', 'i', 'find', 'living', 'water', 'itself', 'it', 'drinks', 'me', 'while', 'i', 'drink', 'it.', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'to', 'receive', 'gifts.', 'proud', 'indeed', 'am', 'i', 'to', 'receive', 'wages,', 'not', 'gifts.', 'though', 'i', 'have', 'eaten', 'berries', 'among', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit', 'your', 'board,', 'slept', 'in', 'portico', 'of', 'temple', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,', 'was', 'it', 'not', 'your', 'loving', 'mindfulness', 'my', 'days', 'my', 'nights', 'that', 'made', 'food', 'to', 'my', 'mouth', 'girdled', 'my', 'sleep', 'visions?', 'this', 'i', 'bless', 'you', 'most:', 'give', 'much', 'know', 'not', 'that', 'you', 'give', 'all.', '', 'kindness', 'that', 'upon', 'itself', 'in', 'mirror', 'turns', 'to', 'good', 'deed', 'that', 'calls', 'itself', 'by', 'names', 'becomes', 'parent', 'to', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,', 'drunk', 'with', 'my', 'own', 'aloneness,', 'you', 'have', 'said,', '“he', 'holds', 'council', 'trees', 'of', 'forest,', 'but', 'not', 'men.', 'sits', 'alone', 'on', 'hill-tops', 'looks', 'upon', 'our', 'city.”', 'it', 'is', 'that', 'i', 'have', 'climbed', 'hills', 'walked', 'in', 'remote', 'places.', 'could', 'i', 'have', 'seen', 'you', 'save', 'from', 'height', 'or', 'great', 'distance?', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not', 'words,', 'they', 'said,', 'stranger,', 'lover', 'of', 'heights,', 'why', 'dwell', 'you', 'among', 'summits', 'where', 'eagles', 'build', 'nests?', '', 'seek', 'you', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in', 'sky?', 'be', 'one', 'of', 'us.', 'appease', 'your', 'hunger', 'with', 'our', 'quench', 'your', 'thirst', 'with', 'our', 'solitude', 'of', 'their', 'souls', 'they', 'said', 'things;', 'were', 'their', 'solitude', 'deeper', 'they', 'have', 'known', 'that', 'i', 'sought', 'but', 'of', 'your', 'joy', 'your', 'pain,', 'i', 'hunted', 'only', 'your', 'larger', 'selves', 'walk', 'sky.', 'hunter', 'was', 'also', 'hunted;', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only', 'seek', 'my', 'own', 'breast.', 'flier', 'was', 'also', 'creeper;', 'when', 'my', 'wings', 'were', 'spread', 'in', 'their', 'shadow', 'upon', 'earth', 'was', 'i', 'believer', 'was', 'also', 'doubter;', 'often', 'have', 'i', 'put', 'my', 'finger', 'my', 'own', 'wound', 'that', 'i', 'might', 'have', 'belief', 'in', 'you', 'greater', 'of', 'you.', 'it', 'is', 'with', 'this', 'belief', 'this', 'that', 'i', 'say,', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,', 'confined', 'to', 'houses', 'or', 'fields.', 'which', 'is', 'you', 'dwells', 'above', 'roves', 'with', 'wind.', 'is', 'not', 'thing', 'that', 'crawls', 'into', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into', 'for', 'safety,', 'thing', 'free,', 'spirit', 'that', 'envelops', 'earth', 'moves', 'in', 'ether.', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not', 'clear', 'them.', 'nebulous', 'is', 'beginning', 'of', 'things,', 'but', 'not', 'their', 'end,', 'i', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as', 'beginning.', 'all', 'that', 'lives,', 'is', 'conceived', 'mist', 'not', 'in', 'crystal.', 'who', 'knows', 'but', 'crystal', 'is', 'mist', 'decay?', 'would', 'i', 'have', 'you', 'remember', 'in', 'me:', 'which', 'seems', 'most', 'feeble', 'in', 'you', 'is', 'strongest', 'determined.', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected', 'hardened', 'structure', 'of', 'your', 'is', 'it', 'not', 'dream', 'which', 'none', 'of', 'you', 'having', 'dreamt,', 'that', 'builded', 'city', 'fashioned', 'all', 'there', 'is', 'in', 'you', 'but', 'see', 'tides', 'of', 'that', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,', 'if', 'you', 'could', 'hear', 'whispering', 'of', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'is', 'well.', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be', 'by', 'hands', 'that', 'wove', 'it,', 'clay', 'that', 'fills', 'your', 'ears', 'shall', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded', '', 'you', 'shall', 'see.', 'you', 'shall', 'hear.', 'you', 'shall', 'not', 'deplore', 'having', 'known', 'nor', 'regret', 'having', 'been', 'deaf.', 'in', 'that', 'day', 'you', 'shall', 'know', 'purposes', 'in', 'all', 'things,', 'you', 'shall', 'bless', 'darkness', 'as', 'you', 'bless', 'light.', 'saying', 'these', 'things', 'he', 'looked', 'him,', 'he', 'saw', 'pilot', 'of', 'his', 'standing', 'by', 'helm', 'gazing', 'at', 'full', 'sails', 'now', 'at', 'he', 'said:', 'over', 'patient,', 'is', 'captain', 'of', 'ship.', 'wind', 'blows,', 'restless', 'are', 'rudder', 'begs', 'direction;', 'quietly', 'my', 'captain', 'awaits', 'my', 'these', 'my', 'mariners,', 'who', 'have', 'heard', 'choir', 'of', 'greater', 'sea,', 'they', 'too', 'heard', 'me', 'patiently.', '', 'they', 'wait', 'no', 'longer.', 'am', 'ready.', 'stream', 'has', 'reached', 'sea,', 'more', 'great', 'mother', 'holds', 'her', 'son', 'her', 'breast.', 'you', 'well,', 'people', 'of', 'orphalese.', 'day', 'has', 'ended.', 'is', 'closing', 'upon', 'us', 'even', 'as', 'upon', 'its', 'own', 'tomorrow.', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must', 'come', 'together', 'together', 'stretch', 'hands', 'unto', 'giver.', 'not', 'that', 'i', 'shall', 'come', 'back', 'to', 'little', 'while,', 'my', 'longing', 'shall', 'dust', 'foam', 'for', 'another', 'body.', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', 'to', 'you', 'youth', 'i', 'have', 'with', 'you.', 'was', 'but', 'yesterday', 'we', 'met', 'in', '', 'have', 'sung', 'to', 'me', 'in', 'my', 'i', 'of', 'your', 'longings', 'have', 'tower', 'in', 'sky.', 'now', 'our', 'sleep', 'has', 'fled', 'our', 'dream', 'over,', 'it', 'is', 'no', 'longer', 'dawn.', 'noontide', 'is', 'upon', 'us', 'our', 'half', 'has', 'turned', 'to', 'fuller', 'day,', 'we', 'part.', 'in', 'twilight', 'of', 'memory', 'we', 'should', 'once', 'more,', 'we', 'shall', 'speak', 'again', 'you', 'shall', 'sing', 'to', 'me', 'song.', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another', 'we', 'shall', 'build', 'another', 'tower', 'in', 'sky.', 'saying', 'he', 'made', 'signal', 'to', 'straightway', 'they', 'weighed', 'cast', 'ship', 'loose', 'from', 'its', 'they', 'moved', 'eastward.', 'cry', 'came', 'from', 'people', 'as', 'from', 'heart,', 'it', 'rose', 'into', 'dusk', 'was', 'carried', 'out', 'over', 'sea', 'like', 'trumpeting.', 'almitra', 'was', 'silent,', 'gazing', 'after', 'ship', 'until', 'it', 'had', 'vanished', 'into', 'mist.', 'when', 'all', 'people', 'were', 'dispersed', 'still', 'stood', 'alone', 'upon', 'sea-wall,', 'in', 'her', 'heart', 'his', 'saying,', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', '0134]', 'of', 'project', 'gutenberg', 'ebook', 'of', 'prophet,', 'by', 'kahlil', 'gibran', 'end', 'of', 'this', 'project', 'gutenberg', 'ebook', 'prophet', '***', 'this', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:', '', '', '', '', '', '', '', 'http://www.gutenberg.org/5/8/5/8/58585/', 'by', 'david', 'widger', 'from', 'page', 'images', 'generously', 'by', 'internet', 'archive', 'editions', 'will', 'replace', 'previous', 'one--the', 'old', 'editions', 'will', 'renamed.', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'u.s.', 'copyright', 'means', 'that', 'no', 'one', 'owns', 'united', 'states', 'copyright', 'in', 'these', 'works,', 'foundation', '(and', 'you!)', 'can', 'copy', 'distribute', 'it', 'in', 'united', 'without', 'permission', 'without', 'paying', 'copyright', 'special', 'rules,', 'set', 'forth', 'in', 'general', 'terms', 'of', 'use', 'part', 'this', 'license,', 'apply', 'to', 'copying', 'distributing', 'project', 'electronic', 'works', 'to', 'protect', 'project', 'gutenberg-tm', 'trademark.', 'project', 'gutenberg', 'is', 'registered', 'trademark,', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'ebooks,', 'unless', 'you', 'receive', 'permission.', 'if', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'complying', 'with', 'rules', 'is', 'very', 'easy.', 'you', 'may', 'use', 'this', 'ebook', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'research.', 'they', 'may', 'be', 'modified', 'printed', 'given', 'may', 'do', 'practically', 'anything', 'in', 'united', 'states', 'with', 'ebooks', 'protected', 'by', 'u.s.', 'copyright', 'law.', 'redistribution', 'is', 'subject', 'to', 'license,', 'especially', 'commercial', 'redistribution.', 'full', 'license', 'full', 'project', 'gutenberg', 'license', 'read', 'this', 'before', 'you', 'distribute', 'or', 'use', 'this', 'work', 'protect', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'phrase', '\"project', 'you', 'agree', 'to', 'comply', 'with', 'all', 'terms', 'of', 'full', 'gutenberg-tm', 'license', 'available', 'with', 'this', 'file', 'or', 'online', 'at', '1.', 'general', 'terms', 'of', 'use', 'redistributing', 'project', 'electronic', 'works', 'by', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'project', 'gutenberg-tm', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'accept', 'all', 'terms', 'of', 'this', 'license', 'intellectual', 'property', 'agreement.', 'if', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'return', 'or', 'all', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'your', 'if', 'you', 'paid', 'fee', 'for', 'obtaining', 'copy', 'of', 'or', 'access', 'to', 'gutenberg-tm', 'electronic', 'work', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'refund', 'from', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '\"project', 'gutenberg\"', 'is', 'registered', 'trademark.', 'it', 'may', 'only', 'be', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'electronic', 'work', 'by', 'people', 'who', 'to', 'be', 'bound', 'by', 'terms', 'of', 'this', 'agreement.', 'there', 'are', 'few', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electronic', 'works', 'without', 'complying', 'with', 'full', 'terms', 'of', 'this', 'agreement.', 'see', '1.c', 'below.', 'there', 'are', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'project', 'electronic', 'works', 'if', 'you', 'follow', 'terms', 'of', 'this', 'help', 'preserve', 'free', 'future', 'access', 'to', 'project', 'gutenberg-tm', 'works.', 'see', 'paragraph', '1.e', 'below.', 'project', 'gutenberg', 'literary', 'archive', 'foundation', '(\"the', 'or', 'pglaf),', 'owns', 'compilation', 'copyright', 'in', 'collection', 'project', 'gutenberg-tm', 'electronic', 'works.', 'nearly', 'all', 'individual', 'in', 'collection', 'are', 'in', 'public', 'domain', 'in', 'united', 'if', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'states', 'you', 'are', 'located', 'in', 'united', 'states,', 'we', 'do', 'not', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'work', 'as', 'long', 'as', 'references', 'to', 'project', 'gutenberg', 'are', 'removed.', 'of', 'course,', 'we', 'hope', 'you', 'will', 'support', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'project', 'gutenberg-tm', 'in', 'compliance', 'with', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'gutenberg-tm', 'name', 'associated', 'with', 'work.', 'you', 'can', 'easily', 'with', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'format', 'with', 'its', 'attached', 'full', 'project', 'gutenberg-tm', 'license', 'when', 'share', 'it', 'without', 'charge', 'with', 'others.', 'copyright', 'laws', 'of', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'you', 'can', 'do', 'with', 'this', 'work.', 'copyright', 'laws', 'in', 'most', 'countries', 'are', 'constant', 'state', 'of', 'change.', 'if', 'you', 'are', 'outside', 'united', 'states,', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'terms', 'of', 'this', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'project', 'gutenberg-tm', 'work.', 'foundation', 'makes', 'no', 'concerning', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'outside', 'united', 'states.', 'unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'project', 'gutenberg:', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'access', 'to,', 'full', 'project', 'gutenberg-tm', 'license', 'must', 'appear', 'whenever', 'any', 'copy', 'of', 'project', 'gutenberg-tm', 'work', '(any', 'work', 'which', 'phrase', '\"project', 'gutenberg\"', 'appears,', 'or', 'with', 'which', '\"project', 'gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'viewed,', 'copied', 'or', 'distributed:', '', 'this', 'ebook', 'is', 'for', 'use', 'of', 'anyone', 'anywhere', 'in', 'united', 'states', '', 'most', 'other', 'parts', 'of', 'world', 'at', 'no', 'cost', 'with', 'almost', 'no', '', 'restrictions', 'whatsoever.', 'you', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', '', 'under', 'terms', 'of', 'project', 'gutenberg', 'license', 'included', 'with', 'this', '', 'ebook', 'or', 'online', 'at', 'www.gutenberg.org.', 'if', 'you', 'are', 'not', 'located', 'in', '', 'united', 'states,', \"you'll\", 'have', 'to', 'check', 'laws', 'of', 'country', 'where', 'you', '', 'are', 'located', 'before', 'using', 'this', 'ebook.', 'if', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'from', 'texts', 'not', 'protected', 'by', 'u.s.', 'copyright', 'law', '(does', 'not', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'holder),', 'work', 'can', 'be', 'copied', 'distributed', 'to', 'anyone', 'in', 'united', 'states', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'if', 'you', 'are', 'or', 'providing', 'access', 'to', 'work', 'with', 'phrase', '\"project', 'associated', 'with', 'or', 'appearing', 'on', 'work,', 'you', 'must', 'comply', 'with', 'requirements', 'of', 'paragraphs', '1.e.1', 'through', '1.e.7', 'or', 'permission', 'for', 'use', 'of', 'work', 'project', 'gutenberg-tm', 'as', 'set', 'forth', 'in', 'paragraphs', '1.e.8', 'or', '1.e.9.', 'if', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'permission', 'of', 'copyright', 'holder,', 'your', 'use', 'distribution', 'comply', 'with', 'both', 'paragraphs', '1.e.1', 'through', '1.e.7', 'any', 'terms', 'imposed', 'by', 'copyright', 'holder.', 'additional', 'terms', 'be', 'linked', 'to', 'project', 'gutenberg-tm', 'license', 'for', 'all', 'works', 'with', 'permission', 'of', 'copyright', 'holder', 'found', 'at', 'of', 'this', 'work.', 'do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'full', 'project', 'gutenberg-tm', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'part', 'of', 'this', 'or', 'any', 'other', 'work', 'associated', 'with', 'project', 'gutenberg-tm.', 'do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'displaying', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'links', 'or', 'immediate', 'access', 'to', 'full', 'terms', 'of', 'project', 'license.', 'you', 'may', 'convert', 'to', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'word', 'processing', 'or', 'hypertext', 'form.', 'however,', 'if', 'you', 'provide', 'access', 'or', 'distribute', 'copies', 'of', 'project', 'gutenberg-tm', 'work', 'in', 'format', 'than', '\"plain', 'vanilla', 'ascii\"', 'or', 'other', 'format', 'used', 'in', 'official', 'posted', 'on', 'official', 'project', 'gutenberg-tm', 'web', 'site', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'user,', 'provide', 'copy,', 'means', 'of', 'exporting', 'copy,', 'or', 'means', 'obtaining', 'copy', 'upon', 'request,', 'of', 'work', 'in', 'its', 'original', '\"plain', 'ascii\"', 'or', 'other', 'form.', 'any', 'alternate', 'format', 'must', 'include', 'project', 'gutenberg-tm', 'license', 'as', 'specified', 'in', 'paragraph', '1.e.1.', 'do', 'not', 'charge', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'copying', 'or', 'distributing', 'any', 'project', 'gutenberg-tm', 'works', 'you', 'comply', 'with', 'paragraph', '1.e.8', 'or', '1.e.9.', 'you', 'may', 'charge', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'to', 'or', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'that', 'you', 'pay', 'royalty', 'fee', 'of', '20%', 'of', 'gross', 'profits', 'you', 'derive', 'from', '', 'use', 'of', 'project', 'gutenberg-tm', 'works', 'calculated', 'using', 'method', '', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'fee', 'is', 'owed', '', 'to', 'owner', 'of', 'project', 'gutenberg-tm', 'trademark,', 'but', 'he', 'has', '', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'project', '', 'gutenberg', 'literary', 'archive', 'foundation.', 'royalty', 'payments', 'must', 'be', 'paid', '', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', '', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'royalty', '', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'sent', 'to', 'project', '', 'gutenberg', 'literary', 'archive', 'foundation', 'at', 'address', 'specified', 'in', '', 'section', '4,', '\"information', 'about', 'donations', 'to', 'project', 'gutenberg', '', 'literary', 'archive', 'foundation.\"', 'you', 'provide', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'user', 'who', 'notifies', '', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', '', 'does', 'not', 'agree', 'to', 'terms', 'of', 'full', 'project', 'gutenberg-tm', '', 'license.', 'you', 'must', 'require', 'such', 'user', 'to', 'return', 'or', 'destroy', 'all', '', 'copies', 'of', 'works', 'possessed', 'in', 'physical', 'medium', 'discontinue', '', 'all', 'use', 'of', 'all', 'access', 'to', 'other', 'copies', 'of', 'project', 'gutenberg-tm', '', 'works.', 'you', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.f.3,', 'full', 'refund', 'of', '', 'any', 'money', 'paid', 'for', 'work', 'or', 'replacement', 'copy,', 'if', 'defect', 'in', '', 'electronic', 'work', 'is', 'discovered', 'reported', 'to', 'you', 'within', '90', 'days', 'of', '', 'receipt', 'of', 'work.', 'you', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', '', 'distribution', 'of', 'project', 'gutenberg-tm', 'works.', 'if', 'you', 'wish', 'to', 'charge', 'fee', 'or', 'distribute', 'project', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'both', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'gutenberg', 'trademark', 'llc,', 'owner', 'of', 'project', 'gutenberg-tm', 'contact', 'foundation', 'as', 'set', 'forth', 'in', 'section', '3', 'below.', 'project', 'gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'proofread', 'not', 'protected', 'by', 'u.s.', 'copyright', 'law', 'in', 'creating', 'project', 'collection.', 'despite', 'these', 'efforts,', 'project', 'gutenberg-tm', 'works,', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', '\"defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'corrupt', 'data,', 'transcription', 'errors,', 'copyright', 'or', 'other', 'property', 'infringement,', 'defective', 'or', 'damaged', 'disk', 'or', 'medium,', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'be', 'read', 'by', 'your', 'equipment.', 'limited', 'warranty,', 'disclaimer', 'of', 'damages', '-', 'except', 'for', '\"right', 'replacement', 'or', 'refund\"', 'described', 'in', 'paragraph', '1.f.3,', 'project', 'literary', 'archive', 'foundation,', 'owner', 'of', 'project', 'trademark,', 'any', 'other', 'party', 'distributing', 'project', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'to', 'you', 'for', 'damages,', 'costs', 'expenses,', 'including', 'legal', 'you', 'agree', 'that', 'you', 'have', 'no', 'remedies', 'for', 'negligence,', 'strict', 'breach', 'of', 'warranty', 'or', 'breach', 'of', 'contract', 'except', 'those', 'in', 'paragraph', '1.f.3.', 'you', 'agree', 'that', 'foundation,', 'owner,', 'any', 'distributor', 'under', 'this', 'agreement', 'will', 'not', 'be', 'to', 'you', 'for', 'actual,', 'direct,', 'indirect,', 'consequential,', 'punitive', 'or', 'damages', 'even', 'if', 'you', 'give', 'notice', 'of', 'possibility', 'of', 'such', 'limited', 'right', 'of', 'replacement', 'or', 'refund', '-', 'if', 'you', 'discover', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'refund', 'of', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'explanation', 'to', 'person', 'you', 'received', 'work', 'from.', 'if', 'you', 'work', 'on', 'physical', 'medium,', 'you', 'must', 'return', 'medium', 'your', 'written', 'explanation.', 'person', 'or', 'entity', 'that', 'provided', 'you', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'replacement', 'copy', 'in', 'of', 'refund.', 'if', 'you', 'received', 'work', 'electronically,', 'person', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'second', 'to', 'receive', 'work', 'electronically', 'in', 'lieu', 'of', 'refund.', 'if', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'refund', 'in', 'writing', 'further', 'opportunities', 'to', 'fix', 'problem.', 'except', 'for', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'paragraph', '1.f.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'as-is',\", 'with', 'no', 'warranties', 'of', 'any', 'kind,', 'express', 'or', 'implied,', 'including', 'but', 'not', 'to', 'warranties', 'of', 'merchantability', 'or', 'fitness', 'for', 'any', 'purpose.', 'some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'or', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'if', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'law', 'of', 'state', 'applicable', 'to', 'this', 'agreement,', 'shall', 'be', 'interpreted', 'to', 'make', 'maximum', 'disclaimer', 'or', 'permitted', 'by', 'applicable', 'state', 'law.', 'invalidity', 'or', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'provisions.', 'indemnity', '-', 'you', 'agree', 'to', 'indemnify', 'hold', 'foundation,', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'foundation,', 'anyone', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'with', 'this', 'agreement,', 'any', 'volunteers', 'associated', 'with', 'promotion', 'distribution', 'of', 'project', 'gutenberg-tm', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'expenses,', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'any', 'project', 'gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'or', 'deletions', 'to', 'any', 'project', 'gutenberg-tm', 'work,', '(c)', 'any', 'you', 'cause.', '2.', 'information', 'about', 'mission', 'of', 'project', 'gutenberg-tm', 'gutenberg-tm', 'is', 'synonymous', 'with', 'free', 'distribution', 'of', 'works', 'in', 'formats', 'readable', 'by', 'widest', 'variety', 'of', 'including', 'obsolete,', 'old,', 'middle-aged', 'new', 'computers.', 'it', 'because', 'of', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'donations', 'people', 'in', 'all', 'walks', 'of', 'life.', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'project', \"gutenberg-tm's\", 'ensuring', 'that', 'project', 'gutenberg-tm', 'collection', 'will', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'in', '2001,', 'project', 'literary', 'archive', 'foundation', 'was', 'created', 'to', 'provide', 'secure', 'permanent', 'future', 'for', 'project', 'gutenberg-tm', 'future', 'to', 'learn', 'more', 'about', 'project', 'gutenberg', 'literary', 'foundation', 'how', 'your', 'efforts', 'donations', 'can', 'help,', 'see', '3', '4', 'foundation', 'information', 'page', 'at', 'section', '3.', 'information', 'about', 'project', 'gutenberg', 'archive', 'foundation', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'is', 'non', 'profit', 'educational', 'corporation', 'organized', 'under', 'laws', 'of', 'of', 'mississippi', 'granted', 'tax', 'exempt', 'status', 'by', 'internal', 'service.', \"foundation's\", 'ein', 'or', 'federal', 'tax', 'identification', 'is', '64-6221541.', 'contributions', 'to', 'project', 'gutenberg', 'literary', 'foundation', 'are', 'tax', 'deductible', 'to', 'full', 'extent', 'permitted', 'by', 'federal', 'laws', 'your', \"state's\", 'laws.', \"foundation's\", 'principal', 'office', 'is', 'in', 'fairbanks,', 'alaska,', 'with', 'address:', 'po', 'box', '750175,', 'fairbanks,', 'ak', '99775,', 'but', 'its', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'its', 'business', 'office', 'is', 'located', 'at', '809', 'north', '1500', 'west,', 'salt', 'city,', 'ut', '84116,', '(801)', '596-1887.', 'email', 'contact', 'links', 'up', 'to', 'contact', 'information', 'can', 'be', 'found', 'at', \"foundation's\", 'web', 'site', 'page', 'at', 'www.gutenberg.org/contact', 'additional', 'contact', 'information:', '', '', '', 'dr.', 'gregory', 'b.', 'newby', '', '', '', 'chief', 'executive', 'director', '', '', '', 'gbnewby@pglaf.org', '4.', 'information', 'about', 'donations', 'to', 'project', 'gutenberg', 'archive', 'foundation', 'gutenberg-tm', 'depends', 'upon', 'cannot', 'survive', 'without', 'wide', 'public', 'support', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'number', 'of', 'public', 'domain', 'licensed', 'works', 'that', 'can', 'be', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'widest', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'many', 'small', 'donations', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'with', 'irs.', 'foundation', 'is', 'committed', 'to', 'complying', 'with', 'laws', 'regulating', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'united', 'compliance', 'requirements', 'are', 'not', 'uniform', 'it', 'takes', 'effort,', 'much', 'paperwork', 'many', 'fees', 'to', 'meet', 'keep', 'up', 'these', 'requirements.', 'we', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'to', 'send', 'or', 'determine', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'visit', 'www.gutenberg.org/donate', 'we', 'cannot', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'not', 'met', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'us', 'with', 'offers', 'to', 'donate.', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'united', 'states.', 'u.s.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'check', 'project', 'gutenberg', 'web', 'pages', 'for', 'current', 'donation', 'addresses.', 'donations', 'are', 'accepted', 'in', 'number', 'of', 'other', 'including', 'checks,', 'online', 'payments', 'credit', 'card', 'donations.', 'to', 'please', 'visit:', 'www.gutenberg.org/donate', '5.', 'general', 'information', 'about', 'project', 'gutenberg-tm', 'electronic', 'works.', 'michael', 's.', 'hart', 'was', 'originator', 'of', 'project', 'concept', 'of', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'shared', 'with', 'anyone.', 'for', 'forty', 'years,', 'he', 'produced', 'project', 'gutenberg-tm', 'ebooks', 'with', 'only', 'loose', 'network', 'of', 'support.', 'gutenberg-tm', 'ebooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in', 'u.s.', 'unless', 'copyright', 'notice', 'is', 'included.', 'thus,', 'we', 'do', 'not', 'keep', 'ebooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'people', 'start', 'at', 'our', 'web', 'site', 'which', 'has', 'main', 'pg', 'search', 'www.gutenberg.org', 'web', 'site', 'includes', 'information', 'about', 'project', 'gutenberg-tm,', 'how', 'to', 'make', 'donations', 'to', 'project', 'gutenberg', 'literary', 'foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'ebooks,', 'how', 'to', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'ebooks.']\n" + ] + } + ], + "source": [ + "def word_filter_case(no_slash):\n", + " word_list = ['and', 'the', 'a', 'an']\n", + " filtered_words2 = [word.lower() for word in no_slash]\n", + " filtered_words = [word for word in filtered_words2 if word not in word_list]\n", + " return filtered_words\n", + "\n", + "result = word_filter_case(no_slash)\n", + "print(result)" + ] + }, + { + "cell_type": "code", + "execution_count": 82, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['prophet', 'chosen', 'who', 'was', 'dawn', 'unto', 'his', 'own', 'had', 'waited', 'twelve', 'years', 'in', 'city', 'orphalese', 'for', 'his', 'ship', 'that', 'was', 'to', 'bear', 'him', 'back', 'to', 'isle', 'of', 'birth.', 'in', 'twelfth', 'year,', 'on', 'seventh', 'of', 'ielool,', 'month', 'of', 'reaping,', 'he', 'hill', 'without', 'city', 'walls', 'looked', 'seaward;', 'he', 'beheld', 'his', 'coming', 'with', 'mist.', 'gates', 'of', 'his', 'heart', 'were', 'flung', 'his', 'joy', 'flew', 'far', 'over', 'sea.', 'he', 'closed', 'his', 'eyes', 'prayed', 'in', 'of', 'his', 'soul.', 'as', 'he', 'descended', 'hill,', 'sadness', 'upon', 'him,', 'he', 'thought', 'in', 'his', 'shall', 'i', 'go', 'in', 'peace', 'without', 'nay,', 'not', 'without', 'wound', 'in', 'shall', 'i', 'leave', 'this', 'city.', 'days', 'of', 'pain', 'i', 'have', 'spent', 'its', 'walls,', 'long', 'were', 'of', 'aloneness;', 'who', 'can', 'depart', 'his', 'pain', 'his', 'aloneness', 'without', 'many', 'fragments', 'of', 'spirit', 'have', 'i', 'in', 'these', 'streets,', 'too', 'many', 'children', 'of', 'my', 'longing', 'that', 'walk', 'among', 'these', 'hills,', 'i', 'cannot', 'from', 'them', 'without', 'burden', 'ache.', 'is', 'not', 'garment', 'i', 'cast', 'off', 'this', 'but', 'skin', 'that', 'i', 'tear', 'with', 'my', 'own', 'is', 'it', 'thought', 'i', 'leave', 'behind', 'me,', 'heart', 'made', 'sweet', 'with', 'hunger', 'thirst.', 'i', 'cannot', 'tarry', 'longer.', 'sea', 'that', 'calls', 'all', 'things', 'unto', 'her', 'me,', 'i', 'must', 'embark.', 'to', 'stay,', 'though', 'hours', 'burn', 'in', 'night,', 'is', 'to', 'freeze', 'crystallize', 'be', 'bound', 'in', 'mould.', 'would', 'i', 'take', 'with', 'me', 'all', 'that', 'is', 'but', 'how', 'shall', 'i?', 'voice', 'cannot', 'carry', 'tongue', 'lips', 'that', 'gave', 'it', 'wings.', 'alone', 'it', 'seek', 'ether.', 'alone', 'without', 'his', 'nest', 'shall', 'fly', 'across', 'sun.', 'when', 'he', 'reached', 'foot', 'of', 'he', 'turned', 'again', 'towards', 'sea,', 'he', 'saw', 'his', 'ship', 'approaching', 'upon', 'her', 'prow', 'mariners,', 'men', 'of', 'his', 'own', 'land.', 'his', 'soul', 'cried', 'out', 'to', 'them,', 'he', 'of', 'my', 'ancient', 'mother,', 'you', 'riders', 'of', 'tides,', 'often', 'have', 'you', 'sailed', 'in', 'my', 'dreams.', 'now', 'you', 'come', 'in', 'my', 'awakening,', 'which', 'my', 'deeper', 'dream.', 'am', 'i', 'to', 'go,', 'my', 'eagerness', 'with', 'full', 'set', 'awaits', 'wind.', 'another', 'breath', 'will', 'i', 'breathe', 'in', 'still', 'air,', 'only', 'another', 'loving', 'look', 'backward,', 'then', 'i', 'shall', 'stand', 'among', 'you,', 'among', 'seafarers.', 'you,', 'sea,', 'sleepless', 'mother,', 'alone', 'are', 'peace', 'freedom', 'to', 'stream,', 'another', 'winding', 'will', 'this', 'stream', 'only', 'another', 'murmur', 'in', 'this', 'glade,', 'then', 'shall', 'i', 'come', 'to', 'you,', 'drop', 'to', 'boundless', 'ocean.', 'as', 'he', 'walked', 'he', 'saw', 'from', 'afar', 'men', 'women', 'leaving', 'their', 'fields', 'their', 'hastening', 'towards', 'city', 'he', 'heard', 'their', 'voices', 'calling', 'his', 'shouting', 'from', 'field', 'to', 'field', 'one', 'another', 'of', 'coming', 'of', 'his', 'he', 'said', 'to', 'himself:', 'day', 'of', 'parting', 'be', 'day', 'of', 'shall', 'it', 'be', 'said', 'that', 'my', 'eve', 'was', 'in', 'my', 'dawn?', 'what', 'shall', 'i', 'give', 'unto', 'him', 'who', 'has', 'his', 'plough', 'in', 'midfurrow,', 'or', 'to', 'who', 'has', 'stopped', 'wheel', 'of', 'his', 'my', 'heart', 'become', 'heavy-laden', 'with', 'fruit', 'that', 'i', 'may', 'give', 'unto', 'them?', 'shall', 'my', 'desires', 'flow', 'like', 'that', 'i', 'may', 'fill', 'their', 'cups?', 'i', 'harp', 'that', 'hand', 'of', 'mighty', 'touch', 'me,', 'or', 'flute', 'that', 'his', 'breath', 'pass', 'through', 'me?', 'seeker', 'of', 'silences', 'am', 'i,', 'what', 'have', 'i', 'found', 'in', 'silences', 'that', 'i', 'dispense', 'with', 'confidence?', 'this', 'is', 'my', 'day', 'of', 'harvest,', 'in', 'what', 'have', 'i', 'sowed', 'seed,', 'in', 'unremembered', 'seasons?', 'this', 'indeed', 'be', 'hour', 'in', 'which', 'i', 'up', 'my', 'lantern,', 'it', 'is', 'not', 'my', 'flame', 'shall', 'burn', 'therein.', 'dark', 'shall', 'i', 'raise', 'my', 'lantern,', 'guardian', 'of', 'night', 'shall', 'fill', 'with', 'oil', 'he', 'shall', 'light', 'it', 'also.', 'things', 'he', 'said', 'in', 'words.', 'but', 'much', 'his', 'heart', 'remained', 'unsaid.', 'for', 'could', 'not', 'speak', 'his', 'deeper', '0020]', 'when', 'he', 'entered', 'into', 'city', 'all', 'people', 'came', 'to', 'meet', 'him,', 'they', 'crying', 'out', 'to', 'him', 'as', 'with', 'one', 'elders', 'of', 'city', 'stood', 'forth', 'said:', 'not', 'yet', 'away', 'from', 'us.', 'noontide', 'have', 'you', 'been', 'in', 'our', 'your', 'youth', 'has', 'given', 'us', 'to', 'dream.', 'stranger', 'are', 'you', 'among', 'us,', 'nor', 'guest,', 'but', 'our', 'son', 'our', 'dearly', 'not', 'yet', 'our', 'eyes', 'to', 'hunger', 'for', 'face.', 'priests', 'priestesses', 'said', 'him:', 'not', 'waves', 'of', 'sea', 'separate', 'us', 'years', 'you', 'have', 'spent', 'in', 'our', 'become', 'memory.', 'have', 'walked', 'among', 'us', 'spirit,', 'your', 'shadow', 'has', 'been', 'light', 'our', 'faces.', 'have', 'we', 'loved', 'you.', 'but', 'speechless', 'our', 'love,', 'with', 'veils', 'has', 'it', 'been', 'now', 'it', 'cries', 'aloud', 'unto', 'you,', 'stand', 'revealed', 'before', 'you.', 'ever', 'has', 'it', 'been', 'that', 'love', 'knows', 'its', 'own', 'depth', 'until', 'hour', 'of', 'others', 'came', 'also', 'entreated', 'him.', 'he', 'answered', 'them', 'not.', 'he', 'only', 'bent', 'head;', 'those', 'who', 'stood', 'near', 'saw', 'tears', 'falling', 'upon', 'his', 'breast.', 'he', 'people', 'proceeded', 'towards', 'great', 'square', 'before', 'temple.', 'there', 'came', 'out', 'of', 'sanctuary', 'whose', 'name', 'was', 'almitra.', 'she', 'seeress.', 'he', 'looked', 'upon', 'her', 'with', 'exceeding', 'for', 'it', 'was', 'she', 'who', 'had', 'first', 'believed', 'in', 'him', 'when', 'he', 'had', 'but', 'day', 'in', 'their', 'city.', 'hailed', 'him,', 'saying:', 'of', 'god,', 'in', 'quest', 'of', 'long', 'have', 'you', 'searched', 'for', 'your', 'ship.', 'now', 'your', 'ship', 'has', 'come,', 'you', 'must', 'go.', 'is', 'your', 'longing', 'for', 'land', 'of', 'memories', 'dwelling', 'place', 'your', 'greater', 'desires;', 'our', 'love', 'not', 'bind', 'you', 'nor', 'our', 'needs', 'hold', 'this', 'we', 'ask', 'ere', 'you', 'leave', 'us,', 'that', 'speak', 'to', 'us', 'give', 'us', 'of', 'your', 'we', 'will', 'give', 'it', 'unto', 'our', 'children,', 'they', 'unto', 'their', 'children,', 'it', 'not', 'perish.', 'your', 'aloneness', 'you', 'have', 'watched', 'with', 'days,', 'in', 'your', 'wakefulness', 'you', 'listened', 'to', 'weeping', 'of', 'our', 'sleep.', 'therefore', 'disclose', 'us', 'to', 'ourselves,', 'tell', 'us', 'all', 'that', 'has', 'been', 'shown', 'of', 'that', 'which', 'is', 'between', 'birth', 'he', 'answered,', 'of', 'orphalese,', 'of', 'what', 'can', 'i', 'save', 'of', 'that', 'which', 'is', 'even', 'now', 'within', 'your', 'souls?', '*****', 'said', 'almitra,', 'speak', 'to', 'us', 'of', 'he', 'raised', 'his', 'head', 'looked', 'upon', 'people,', 'there', 'fell', 'stillness', 'them.', 'with', 'great', 'voice', 'he', 'love', 'beckons', 'to', 'you,', 'follow', 'him,', 'his', 'ways', 'are', 'hard', 'steep.', 'when', 'his', 'wings', 'enfold', 'you', 'yield', 'to', 'sword', 'hidden', 'among', 'his', 'may', 'wound', 'you.', 'when', 'he', 'speaks', 'to', 'you', 'believe', 'in', 'his', 'voice', 'may', 'shatter', 'your', 'dreams', 'north', 'wind', 'lays', 'waste', 'garden.', 'even', 'as', 'love', 'crowns', 'you', 'so', 'shall', 'crucify', 'you.', 'even', 'as', 'he', 'is', 'for', 'your', 'so', 'is', 'he', 'for', 'your', 'pruning.', 'as', 'he', 'ascends', 'to', 'your', 'height', 'your', 'tenderest', 'branches', 'quiver', 'in', 'sun,', 'shall', 'he', 'descend', 'to', 'your', 'roots', 'them', 'in', 'their', 'clinging', 'to', 'sheaves', 'of', 'corn', 'he', 'gathers', 'you', 'unto', 'threshes', 'you', 'to', 'make', 'you', 'naked.', 'sifts', 'you', 'to', 'free', 'you', 'from', 'your', 'grinds', 'you', 'to', 'whiteness.', 'kneads', 'you', 'until', 'you', 'are', 'pliant;', 'then', 'he', 'assigns', 'you', 'to', 'his', 'sacred', 'that', 'you', 'may', 'become', 'sacred', 'bread', 'god’s', 'sacred', 'feast.', 'these', 'things', 'shall', 'love', 'do', 'unto', 'you', 'you', 'may', 'know', 'secrets', 'of', 'your', 'in', 'that', 'knowledge', 'become', 'of', 'life’s', 'heart.', 'if', 'in', 'your', 'fear', 'you', 'would', 'seek', 'only', 'peace', 'love’s', 'pleasure,', 'it', 'is', 'better', 'for', 'you', 'that', 'you', 'nakedness', 'pass', 'out', 'of', 'threshing-floor,', 'seasonless', 'world', 'where', 'you', 'laugh,', 'but', 'not', 'all', 'of', 'your', 'weep,', 'but', 'not', 'all', 'of', 'your', 'gives', 'naught', 'but', 'itself', 'takes', 'but', 'from', 'itself.', 'possesses', 'not', 'nor', 'would', 'it', 'be', 'love', 'is', 'sufficient', 'unto', 'love.', 'you', 'love', 'you', 'should', 'not', 'say,', '“god', 'in', 'my', 'heart,”', 'but', 'rather,', '“i', 'am', 'in', 'heart', 'of', 'god.”', 'think', 'not', 'you', 'can', 'direct', 'course', 'love,', 'for', 'love,', 'if', 'it', 'finds', 'you', 'directs', 'your', 'course.', 'has', 'no', 'other', 'desire', 'but', 'to', 'fulfil', 'if', 'you', 'love', 'must', 'needs', 'have', 'let', 'these', 'be', 'your', 'desires:', 'melt', 'be', 'like', 'running', 'brook', 'that', 'its', 'melody', 'to', 'night.', 'pain', 'of', 'too', 'much', 'tenderness.', 'be', 'wounded', 'by', 'your', 'own', 'understanding', 'love;', 'to', 'bleed', 'willingly', 'joyfully.', 'wake', 'at', 'dawn', 'with', 'winged', 'heart', 'thanks', 'for', 'another', 'day', 'of', 'loving;', 'rest', 'at', 'noon', 'hour', 'meditate', 'ecstacy;', 'return', 'home', 'at', 'eventide', 'with', 'then', 'to', 'sleep', 'with', 'prayer', 'for', 'beloved', 'in', 'your', 'heart', 'song', 'of', 'upon', 'your', 'lips.', '0029]', '*****', 'almitra', 'spoke', 'again', 'said,', 'what', 'of', '_marriage_', 'master?', 'he', 'answered', 'saying:', 'were', 'born', 'together,', 'together', 'you', 'be', 'forevermore.', 'shall', 'be', 'together', 'when', 'white', 'of', 'death', 'scatter', 'your', 'days.', 'you', 'shall', 'be', 'together', 'even', 'in', 'memory', 'of', 'god.', 'let', 'there', 'be', 'spaces', 'in', 'your', 'let', 'winds', 'of', 'heavens', 'dance', 'you.', 'one', 'another,', 'but', 'make', 'not', 'bond', 'of', 'it', 'rather', 'be', 'moving', 'sea', 'between', 'shores', 'of', 'your', 'souls.', 'each', 'other’s', 'cup', 'but', 'drink', 'not', 'from', 'cup.', 'one', 'another', 'of', 'your', 'bread', 'but', 'eat', 'from', 'same', 'loaf.', 'together', 'be', 'joyous,', 'but', 'let', 'one', 'of', 'you', 'be', 'alone,', 'as', 'strings', 'of', 'lute', 'are', 'alone', 'they', 'quiver', 'with', 'same', 'music.', 'your', 'hearts,', 'but', 'not', 'into', 'each', 'keeping.', 'only', 'hand', 'of', 'life', 'can', 'contain', 'hearts.', 'stand', 'together', 'yet', 'not', 'too', 'near', 'pillars', 'of', 'temple', 'stand', 'oak', 'tree', 'cypress', 'grow', 'in', 'each', 'other’s', 'shadow.', '0032]', '*****', 'woman', 'who', 'held', 'babe', 'her', 'bosom', 'said,', 'speak', 'to', 'us', 'of', 'he', 'said:', 'children', 'are', 'not', 'your', 'children.', 'are', 'sons', 'daughters', 'of', 'longing', 'for', 'itself.', 'come', 'through', 'you', 'but', 'not', 'from', 'you,', 'though', 'they', 'are', 'with', 'you', 'yet', 'they', 'not', 'to', 'you.', 'may', 'give', 'them', 'your', 'love', 'but', 'not', 'your', 'they', 'have', 'their', 'own', 'thoughts.', 'may', 'house', 'their', 'bodies', 'but', 'not', 'their', 'their', 'souls', 'dwell', 'in', 'house', 'of', 'which', 'you', 'cannot', 'visit,', 'not', 'in', 'your', 'dreams.', 'may', 'strive', 'to', 'be', 'like', 'them,', 'but', 'seek', 'to', 'make', 'them', 'like', 'you.', 'goes', 'not', 'backward', 'nor', 'tarries', 'with', 'are', 'bows', 'from', 'which', 'your', 'as', 'living', 'arrows', 'are', 'sent', 'archer', 'sees', 'mark', 'upon', 'path', 'infinite,', 'he', 'bends', 'you', 'with', 'might', 'that', 'his', 'arrows', 'may', 'go', 'swift', 'far.', 'your', 'bending', 'in', 'archer’s', 'hand', 'be', 'gladness;', 'even', 'as', 'he', 'loves', 'arrow', 'that', 'so', 'he', 'loves', 'also', 'bow', 'that', 'is', '*****', 'said', 'rich', 'man,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'give', 'but', 'little', 'when', 'you', 'give', 'of', 'possessions.', 'is', 'when', 'you', 'give', 'of', 'yourself', 'that', 'you', 'give.', 'what', 'are', 'your', 'possessions', 'but', 'things', 'keep', 'guard', 'for', 'fear', 'you', 'may', 'need', 'tomorrow?', 'tomorrow,', 'what', 'shall', 'tomorrow', 'bring', 'overprudent', 'dog', 'burying', 'bones', 'trackless', 'sand', 'as', 'he', 'follows', 'to', 'holy', 'city?', 'what', 'is', 'fear', 'of', 'need', 'but', 'need', 'not', 'dread', 'of', 'thirst', 'when', 'your', 'well', 'is', 'thirst', 'that', 'is', 'unquenchable?', 'are', 'those', 'who', 'give', 'little', 'of', 'which', 'they', 'have--and', 'they', 'give', 'for', 'recognition', 'their', 'hidden', 'makes', 'their', 'gifts', 'unwholesome.', 'there', 'are', 'those', 'who', 'have', 'little', 'it', 'all.', 'are', 'believers', 'in', 'life', 'bounty', 'of', 'life,', 'their', 'coffer', 'is', 'empty.', 'are', 'those', 'who', 'give', 'with', 'joy,', 'joy', 'is', 'their', 'reward.', 'there', 'are', 'those', 'who', 'give', 'with', 'pain,', 'that', 'pain', 'is', 'their', 'baptism.', 'there', 'are', 'those', 'who', 'give', 'know', 'pain', 'in', 'giving,', 'nor', 'do', 'they', 'seek', 'nor', 'give', 'with', 'mindfulness', 'of', 'give', 'as', 'in', 'yonder', 'valley', 'myrtle', 'its', 'fragrance', 'into', 'space.', 'hands', 'of', 'such', 'as', 'these', 'god', 'from', 'behind', 'their', 'eyes', 'he', 'upon', 'earth.', '0039]', 'is', 'well', 'to', 'give', 'when', 'asked,', 'but', 'it', 'better', 'to', 'give', 'unasked,', 'through', 'to', 'open-handed', 'search', 'for', 'who', 'shall', 'receive', 'is', 'joy', 'greater', 'giving.', 'is', 'there', 'aught', 'you', 'would', 'withhold?', 'you', 'have', 'shall', 'some', 'day', 'be', 'given;', 'give', 'now,', 'that', 'season', 'giving', 'may', 'be', 'yours', 'not', 'your', 'often', 'say,', '“i', 'would', 'give,', 'but', 'only', 'deserving.”', 'trees', 'in', 'your', 'orchard', 'say', 'not', 'so,', 'flocks', 'in', 'your', 'pasture.', 'give', 'that', 'they', 'may', 'live,', 'for', 'to', 'is', 'to', 'perish.', 'he', 'who', 'is', 'worthy', 'to', 'receive', 'his', 'his', 'nights,', 'is', 'worthy', 'of', 'all', 'from', 'you.', 'he', 'who', 'has', 'deserved', 'to', 'drink', 'from', 'ocean', 'of', 'life', 'deserves', 'to', 'fill', 'his', 'from', 'your', 'little', 'stream.', 'what', 'desert', 'greater', 'shall', 'there', 'be,', 'that', 'which', 'lies', 'in', 'courage', 'confidence,', 'nay', 'charity,', 'of', 'who', 'are', 'you', 'that', 'men', 'should', 'rend', 'bosom', 'unveil', 'their', 'pride,', 'you', 'may', 'see', 'their', 'worth', 'naked', 'pride', 'unabashed?', 'first', 'that', 'you', 'yourself', 'deserve', 'to', 'giver,', 'instrument', 'of', 'giving.', 'in', 'truth', 'it', 'is', 'life', 'that', 'gives', 'unto', 'you,', 'who', 'deem', 'yourself', 'are', 'but', 'witness.', 'you', 'receivers--and', 'you', 'are', 'receivers--assume', 'no', 'weight', 'of', 'lest', 'you', 'lay', 'yoke', 'upon', 'upon', 'him', 'who', 'gives.', 'rise', 'together', 'with', 'giver', 'on', 'gifts', 'as', 'on', 'wings;', 'to', 'be', 'overmindful', 'of', 'your', 'debt,', 'is', 'doubt', 'his', 'generosity', 'who', 'has', 'earth', 'for', 'mother,', 'god', 'father.', '0042]', '*****', 'old', 'man,', 'keeper', 'of', 'said,', 'speak', 'to', 'us', 'of', '_eating', 'he', 'said:', 'that', 'you', 'could', 'live', 'on', 'of', 'earth,', 'like', 'air', 'be', 'sustained', 'by', 'light.', 'since', 'you', 'must', 'kill', 'to', 'eat,', 'rob', 'newly', 'born', 'of', 'its', 'mother’s', 'milk', 'to', 'your', 'thirst,', 'let', 'it', 'then', 'be', 'of', 'worship,', 'let', 'your', 'board', 'stand', 'altar', 'on', 'pure', 'innocent', 'of', 'plain', 'are', 'sacrificed', 'for', 'that', 'is', 'purer', 'still', 'more', 'innocent', 'man.', 'you', 'kill', 'beast', 'say', 'to', 'him', 'in', 'your', 'same', 'power', 'that', 'slays', 'you,', 'i', 'too', 'slain;', 'i', 'too', 'shall', 'be', 'consumed.', 'law', 'that', 'delivered', 'you', 'into', 'hand', 'shall', 'deliver', 'me', 'into', 'mightier', 'blood', 'my', 'blood', 'is', 'naught', 'but', 'sap', 'that', 'feeds', 'tree', 'of', 'heaven.”', 'when', 'you', 'crush', 'apple', 'with', 'your', 'say', 'to', 'it', 'in', 'your', 'heart,', 'seeds', 'shall', 'live', 'in', 'my', 'body,', 'buds', 'of', 'your', 'tomorrow', 'shall', 'in', 'my', 'heart,', 'your', 'fragrance', 'shall', 'be', 'my', 'breath,', 'together', 'we', 'shall', 'rejoice', 'through', 'seasons.”', 'in', 'autumn,', 'when', 'you', 'gather', 'grapes', 'of', 'your', 'vineyards', 'for', 'say', 'in', 'your', 'heart,', 'too', 'am', 'vineyard,', 'my', 'fruit', 'shall', 'gathered', 'for', 'winepress,', 'like', 'new', 'wine', 'i', 'shall', 'be', 'kept', 'in', 'vessels.”', 'in', 'winter,', 'when', 'you', 'draw', 'wine,', 'there', 'be', 'in', 'your', 'heart', 'song', 'each', 'cup;', 'let', 'there', 'be', 'in', 'song', 'for', 'autumn', 'days,', 'for', 'vineyard,', 'for', 'winepress.', 'then', 'ploughman', 'said,', 'speak', 'us', 'of', '_work_.', 'he', 'answered,', 'saying:', 'work', 'that', 'you', 'may', 'keep', 'pace', 'with', 'soul', 'of', 'earth.', 'to', 'be', 'idle', 'is', 'to', 'become', 'stranger', 'seasons,', 'to', 'step', 'out', 'of', 'procession,', 'that', 'marches', 'in', 'proud', 'submission', 'towards', 'you', 'work', 'you', 'are', 'flute', 'through', 'heart', 'whispering', 'of', 'hours', 'to', 'music.', 'of', 'you', 'would', 'be', 'reed,', 'dumb', 'when', 'all', 'else', 'sings', 'together', 'in', 'you', 'have', 'been', 'told', 'that', 'work', 'is', 'labour', 'misfortune.', 'i', 'say', 'to', 'you', 'that', 'when', 'you', 'work', 'you', 'part', 'of', 'earth’s', 'furthest', 'dream,', 'to', 'you', 'when', 'that', 'dream', 'was', 'in', 'keeping', 'yourself', 'with', 'labour', 'you', 'in', 'truth', 'loving', 'life,', 'to', 'love', 'life', 'through', 'labour', 'is', 'to', 'be', 'with', 'life’s', 'inmost', 'secret.', 'if', 'you', 'in', 'your', 'pain', 'call', 'birth', 'support', 'of', 'flesh', 'curse', 'written', 'upon', 'your', 'brow,', 'then', 'i', 'that', 'naught', 'but', 'sweat', 'of', 'brow', 'shall', 'wash', 'away', 'that', 'which', 'is', 'have', 'been', 'told', 'also', 'that', 'life', 'is', 'in', 'your', 'weariness', 'you', 'echo', 'was', 'said', 'by', 'weary.', 'i', 'say', 'that', 'life', 'is', 'indeed', 'darkness', 'when', 'there', 'is', 'urge,', 'all', 'urge', 'is', 'blind', 'save', 'when', 'there', 'is', 'all', 'knowledge', 'is', 'vain', 'save', 'when', 'is', 'work,', 'all', 'work', 'is', 'empty', 'save', 'when', 'there', 'is', 'when', 'you', 'work', 'with', 'love', 'you', 'bind', 'to', 'yourself,', 'to', 'one', 'to', 'god.', 'what', 'is', 'it', 'to', 'work', 'with', 'love?', 'is', 'to', 'weave', 'cloth', 'with', 'threads', 'from', 'your', 'heart,', 'even', 'as', 'if', 'your', 'were', 'to', 'wear', 'that', 'cloth.', 'is', 'to', 'build', 'house', 'with', 'affection,', 'as', 'if', 'your', 'beloved', 'were', 'to', 'dwell', 'in', 'house.', 'is', 'to', 'sow', 'seeds', 'with', 'tenderness', 'harvest', 'with', 'joy,', 'even', 'as', 'if', 'beloved', 'were', 'to', 'eat', 'fruit.', 'is', 'to', 'charge', 'all', 'things', 'you', 'fashion', 'breath', 'of', 'your', 'own', 'spirit,', 'to', 'know', 'that', 'all', 'blessed', 'dead', 'standing', 'about', 'you', 'watching.', 'have', 'i', 'heard', 'you', 'say,', 'as', 'if', 'in', 'sleep,', '“he', 'who', 'works', 'in', 'finds', 'shape', 'of', 'his', 'own', 'in', 'stone,', 'is', 'nobler', 'than', 'he', 'who', 'soil.', 'he', 'who', 'seizes', 'rainbow', 'to', 'lay', 'it', 'on', 'cloth', 'in', 'of', 'man,', 'is', 'more', 'than', 'he', 'who', 'sandals', 'for', 'our', 'feet.”', 'i', 'say,', 'not', 'in', 'sleep', 'but', 'in', 'of', 'noontide,', 'that', 'speaks', 'not', 'more', 'sweetly', 'to', 'oaks', 'than', 'to', 'least', 'of', 'all', 'of', 'grass;', 'he', 'alone', 'is', 'great', 'who', 'turns', 'of', 'wind', 'into', 'song', 'made', 'by', 'his', 'own', 'loving.', 'is', 'love', 'made', 'visible.', 'if', 'you', 'cannot', 'work', 'with', 'love', 'but', 'with', 'distaste,', 'it', 'is', 'better', 'that', 'should', 'leave', 'your', 'work', 'sit', 'at', 'gate', 'of', 'temple', 'take', 'alms', 'of', 'who', 'work', 'with', 'joy.', 'if', 'you', 'bake', 'bread', 'with', 'indifference,', 'bake', 'bitter', 'bread', 'that', 'feeds', 'but', 'man’s', 'hunger.', 'if', 'you', 'grudge', 'crushing', 'of', 'your', 'grudge', 'distils', 'poison', 'in', 'wine.', 'if', 'you', 'sing', 'though', 'as', 'love', 'not', 'singing,', 'you', 'man’s', 'ears', 'to', 'voices', 'of', 'voices', 'of', 'night.', '*****', 'woman', 'said,', 'speak', 'to', 'us', 'of', 'sorrow_.', 'he', 'answered:', 'joy', 'is', 'your', 'sorrow', 'unmasked.', 'selfsame', 'well', 'from', 'which', 'your', 'rises', 'was', 'oftentimes', 'filled', 'your', 'tears.', 'how', 'else', 'can', 'it', 'be?', 'deeper', 'that', 'sorrow', 'carves', 'into', 'your', 'more', 'joy', 'you', 'can', 'contain.', 'not', 'cup', 'that', 'holds', 'your', 'wine', 'cup', 'that', 'was', 'burned', 'in', 'potter’s', 'is', 'not', 'lute', 'that', 'soothes', 'your', 'very', 'wood', 'that', 'was', 'hollowed', 'knives?', 'you', 'are', 'joyous,', 'look', 'deep', 'into', 'your', 'you', 'shall', 'find', 'it', 'is', 'only', 'which', 'has', 'given', 'you', 'sorrow', 'that', 'is', 'you', 'joy.', 'you', 'are', 'sorrowful', 'look', 'again', 'in', 'heart,', 'you', 'shall', 'see', 'that', 'truth', 'you', 'are', 'weeping', 'for', 'that', 'which', 'been', 'your', 'delight.', 'of', 'you', 'say,', '“joy', 'is', 'greater', 'than', 'others', 'say,', '“nay,', 'sorrow', 'is', 'greater.”', 'i', 'say', 'unto', 'you,', 'they', 'are', 'they', 'come,', 'when', 'one', 'sits', 'with', 'you', 'at', 'your', 'board,', 'remember', 'other', 'is', 'asleep', 'upon', 'your', 'bed.', 'you', 'are', 'suspended', 'like', 'scales', 'your', 'sorrow', 'your', 'joy.', 'when', 'you', 'are', 'empty', 'are', 'you', 'at', 'balanced.', 'treasure-keeper', 'lifts', 'you', 'to', 'his', 'gold', 'his', 'silver,', 'needs', 'your', 'joy', 'or', 'your', 'sorrow', 'rise', 'or', '*****', 'mason', 'came', 'forth', 'said,', 'to', 'us', 'of', '_houses_.', 'he', 'answered', 'said:', 'of', 'your', 'imaginings', 'bower', 'in', 'ere', 'you', 'build', 'house', 'within', 'city', 'walls.', 'even', 'as', 'you', 'have', 'home-comings', 'in', 'twilight,', 'so', 'has', 'wanderer', 'in', 'ever', 'distant', 'alone.', 'house', 'is', 'your', 'larger', 'body.', 'grows', 'in', 'sun', 'sleeps', 'in', 'of', 'night;', 'it', 'is', 'not', 'does', 'not', 'your', 'house', 'dream?', 'dreaming,', 'leave', 'city', 'for', 'grove', 'hilltop?', 'that', 'i', 'could', 'gather', 'your', 'houses', 'my', 'hand,', 'like', 'sower', 'scatter', 'in', 'forest', 'meadow.', 'valleys', 'were', 'your', 'streets,', 'green', 'paths', 'your', 'alleys,', 'that', 'you', 'seek', 'one', 'another', 'through', 'come', 'with', 'fragrance', 'earth', 'in', 'your', 'garments.', 'these', 'things', 'are', 'not', 'yet', 'to', 'be.', 'their', 'fear', 'your', 'forefathers', 'gathered', 'too', 'near', 'together.', 'that', 'fear', 'endure', 'little', 'longer.', 'little', 'shall', 'your', 'city', 'walls', 'separate', 'hearths', 'from', 'your', 'fields.', 'tell', 'me,', 'people', 'of', 'orphalese,', 'what', 'you', 'in', 'these', 'houses?', 'what', 'is', 'it', 'guard', 'with', 'fastened', 'doors?', 'you', 'peace,', 'quiet', 'urge', 'that', 'your', 'power?', 'you', 'remembrances,', 'glimmering', 'that', 'span', 'summits', 'of', 'you', 'beauty,', 'that', 'leads', 'heart', 'things', 'fashioned', 'of', 'wood', 'stone', 'holy', 'mountain?', 'me,', 'have', 'you', 'these', 'in', 'your', 'houses?', 'have', 'you', 'only', 'comfort,', 'lust', 'comfort,', 'that', 'stealthy', 'thing', 'that', 'house', 'guest,', 'then', 'host,', 'then', 'master?', 'it', 'becomes', 'tamer,', 'with', 'scourge', 'makes', 'puppets', 'of', 'your', 'desires.', 'its', 'hands', 'are', 'silken,', 'its', 'heart', 'of', 'iron.', 'lulls', 'you', 'to', 'sleep', 'only', 'to', 'stand', 'by', 'bed', 'jeer', 'at', 'dignity', 'of', 'makes', 'mock', 'of', 'your', 'sound', 'senses,', 'them', 'in', 'thistledown', 'like', 'fragile', 'lust', 'for', 'comfort', 'murders', 'passion', 'of', 'soul,', 'then', 'walks', 'in', 'funeral.', 'you,', 'children', 'of', 'space,', 'you', 'restless', 'rest,', 'you', 'shall', 'not', 'be', 'trapped', 'nor', 'house', 'shall', 'be', 'not', 'anchor', 'but', 'shall', 'not', 'be', 'glistening', 'film', 'that', 'wound,', 'but', 'eyelid', 'that', 'eye.', 'shall', 'not', 'fold', 'your', 'wings', 'that', 'you', 'pass', 'through', 'doors,', 'nor', 'bend', 'your', 'that', 'they', 'strike', 'not', 'against', 'nor', 'fear', 'to', 'breathe', 'lest', 'walls', 'crack', 'fall', 'down.', 'shall', 'not', 'dwell', 'in', 'tombs', 'made', 'by', 'for', 'living.', 'though', 'of', 'magnificence', 'your', 'house', 'shall', 'not', 'hold', 'secret', 'nor', 'shelter', 'your', 'longing.', 'that', 'which', 'is', 'boundless', 'in', 'you', 'in', 'mansion', 'of', 'sky,', 'whose', 'is', 'morning', 'mist,', 'whose', 'are', 'songs', 'silences', 'night.', '*****', 'weaver', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'clothes', 'conceal', 'much', 'of', 'your', 'yet', 'they', 'hide', 'not', 'though', 'you', 'seek', 'in', 'garments', 'of', 'privacy', 'you', 'may', 'find', 'in', 'them', 'harness', 'chain.', 'that', 'you', 'could', 'meet', 'sun', 'wind', 'with', 'more', 'of', 'your', 'skin', 'less', 'your', 'raiment,', 'breath', 'of', 'life', 'is', 'in', 'hand', 'of', 'life', 'is', 'in', 'of', 'you', 'say,', '“it', 'is', 'north', 'wind', 'has', 'woven', 'clothes', 'we', 'wear.”', 'i', 'say,', 'ay,', 'it', 'was', 'north', 'wind,', 'shame', 'was', 'his', 'loom,', 'of', 'sinews', 'was', 'his', 'thread.', 'when', 'his', 'work', 'was', 'done', 'he', 'laughed', 'in', 'forest.', 'not', 'that', 'modesty', 'for', 'shield', 'against', 'eye', 'of', 'when', 'unclean', 'shall', 'be', 'no', 'more,', 'were', 'modesty', 'but', 'fetter', 'of', 'mind?', 'forget', 'not', 'that', 'earth', 'delights', 'feel', 'your', 'bare', 'feet', 'winds', 'to', 'play', 'with', 'your', 'hair.', '*****', 'merchant', 'said,', 'speak', 'to', 'us', 'of', 'selling_.', 'he', 'answered', 'said:', 'you', 'earth', 'yields', 'her', 'fruit,', 'shall', 'not', 'want', 'if', 'you', 'but', 'know', 'how', 'fill', 'your', 'hands.', 'is', 'in', 'exchanging', 'gifts', 'of', 'that', 'you', 'shall', 'find', 'abundance', 'satisfied.', 'unless', 'exchange', 'be', 'in', 'love', 'justice,', 'it', 'will', 'but', 'lead', 'some', 'to', 'others', 'to', 'hunger.', 'in', 'market', 'place', 'you', 'toilers', 'of', 'sea', 'fields', 'vineyards', 'meet', 'weavers', 'potters', 'of', 'spices,--', 'then', 'master', 'spirit', 'of', 'to', 'come', 'into', 'your', 'midst', 'scales', 'reckoning', 'weighs', 'value', 'against', 'value.', 'not', 'barren-handed', 'to', 'take', 'in', 'your', 'transactions,', 'who', 'would', 'their', 'words', 'for', 'your', 'labour.', 'such', 'men', 'you', 'should', 'say,', 'with', 'us', 'to', 'field,', 'or', 'go', 'with', 'brothers', 'to', 'sea', 'cast', 'your', 'land', 'sea', 'shall', 'be', 'to', 'you', 'even', 'as', 'to', 'us.”', 'if', 'there', 'come', 'singers', 'flute', 'players,--buy', 'of', 'gifts', 'also.', 'they', 'too', 'are', 'gatherers', 'of', 'fruit', 'that', 'which', 'they', 'bring,', 'fashioned', 'of', 'dreams,', 'is', 'raiment', 'food', 'for', 'your', 'soul.', 'before', 'you', 'leave', 'market', 'place,', 'that', 'no', 'one', 'has', 'gone', 'his', 'way', 'with', 'hands.', 'master', 'spirit', 'of', 'earth', 'shall', 'sleep', 'peacefully', 'upon', 'wind', 'needs', 'of', 'least', 'of', 'you', 'are', '*****', 'one', 'of', 'judges', 'of', 'city', 'forth', 'said,', 'speak', 'to', 'us', 'of', 'punishment_.', 'he', 'answered,', 'saying:', 'is', 'when', 'your', 'spirit', 'goes', 'wandering', 'wind,', 'you,', 'alone', 'unguarded,', 'commit', 'wrong', 'unto', 'others', 'therefore', 'unto', 'for', 'that', 'wrong', 'committed', 'must', 'you', 'wait', 'while', 'unheeded', 'at', 'of', 'blessed.', 'ocean', 'is', 'your', 'god-self;', 'remains', 'for', 'ever', 'undefiled.', 'like', 'ether', 'it', 'lifts', 'but', 'like', 'sun', 'is', 'your', 'god-self;', 'knows', 'not', 'ways', 'of', 'mole', 'nor', 'it', 'holes', 'of', 'serpent.', 'your', 'god-self', 'dwells', 'not', 'alone', 'your', 'being.', 'in', 'you', 'is', 'still', 'man,', 'much', 'in', 'is', 'not', 'yet', 'man,', 'shapeless', 'pigmy', 'that', 'walks', 'asleep', 'mist', 'searching', 'for', 'its', 'own', 'of', 'man', 'in', 'you', 'would', 'i', 'now', 'speak.', 'it', 'is', 'he', 'not', 'your', 'god-self', 'nor', 'pigmy', 'in', 'mist,', 'that', 'knows', 'crime', 'punishment', 'of', 'crime.', 'have', 'i', 'heard', 'you', 'speak', 'of', 'one', 'commits', 'wrong', 'as', 'though', 'he', 'were', 'one', 'of', 'you,', 'but', 'stranger', 'unto', 'you', 'intruder', 'upon', 'your', 'world.', 'i', 'say', 'that', 'even', 'as', 'holy', 'cannot', 'rise', 'beyond', 'highest', 'is', 'in', 'each', 'one', 'of', 'you,', 'wicked', 'weak', 'cannot', 'fall', 'than', 'lowest', 'which', 'is', 'in', 'you', 'as', 'single', 'leaf', 'turns', 'not', 'yellow', 'with', 'silent', 'knowledge', 'of', 'tree,', 'wrong-doer', 'cannot', 'wrong', 'without', 'hidden', 'will', 'of', 'you', 'procession', 'you', 'walk', 'together', 'your', 'god-self.', '0064]', 'are', 'way', 'wayfarers.', 'when', 'one', 'of', 'you', 'falls', 'down', 'he', 'falls', 'those', 'behind', 'him,', 'caution', 'against', 'stumbling', 'stone.', 'he', 'falls', 'for', 'those', 'ahead', 'of', 'him,', 'though', 'faster', 'surer', 'of', 'foot,', 'yet', 'not', 'stumbling', 'stone.', 'this', 'also,', 'though', 'word', 'lie', 'heavy', 'your', 'hearts:', 'murdered', 'is', 'not', 'unaccountable', 'for', 'own', 'murder,', 'robbed', 'is', 'not', 'blameless', 'in', 'being', 'righteous', 'is', 'not', 'innocent', 'of', 'of', 'wicked,', 'white-handed', 'is', 'not', 'clean', 'in', 'of', 'felon.', 'guilty', 'is', 'oftentimes', 'victim', 'injured,', 'still', 'more', 'often', 'condemned', 'is', 'burden', 'bearer', 'for', 'guiltless', 'unblamed.', 'cannot', 'separate', 'just', 'from', 'good', 'from', 'wicked;', 'they', 'stand', 'together', 'before', 'face', 'sun', 'even', 'as', 'black', 'thread', 'white', 'are', 'woven', 'together.', 'when', 'black', 'thread', 'breaks,', 'shall', 'look', 'into', 'whole', 'cloth,', 'he', 'shall', 'examine', 'loom', 'also.', 'any', 'of', 'you', 'would', 'bring', 'to', 'judgment', 'unfaithful', 'wife,', 'him', 'also', 'weigh', 'heart', 'of', 'her', 'in', 'scales,', 'measure', 'his', 'soul', 'measurements.', 'let', 'him', 'who', 'would', 'lash', 'offender', 'unto', 'spirit', 'of', 'offended.', 'if', 'any', 'of', 'you', 'would', 'punish', 'in', 'of', 'righteousness', 'lay', 'ax', 'evil', 'tree,', 'let', 'him', 'see', 'to', 'its', 'verily', 'he', 'will', 'find', 'roots', 'of', 'bad,', 'fruitful', 'all', 'entwined', 'together', 'in', 'silent', 'heart', 'of', 'earth.', 'you', 'judges', 'who', 'would', 'be', 'just,', 'judgment', 'pronounce', 'you', 'upon', 'him', 'though', 'honest', 'in', 'flesh', 'yet', 'is', 'in', 'spirit?', 'penalty', 'lay', 'you', 'upon', 'him', 'who', 'slays', 'flesh', 'yet', 'is', 'himself', 'slain', 'in', 'how', 'prosecute', 'you', 'him', 'who', 'in', 'action', 'deceiver', 'oppressor,', 'who', 'also', 'is', 'aggrieved', 'outraged?', 'how', 'shall', 'you', 'punish', 'those', 'whose', 'is', 'already', 'greater', 'than', 'their', 'not', 'remorse', 'justice', 'which', 'is', 'by', 'that', 'very', 'law', 'which', 'you', 'fain', 'serve?', 'you', 'cannot', 'lay', 'remorse', 'upon', 'nor', 'lift', 'it', 'from', 'heart', 'of', 'guilty.', 'shall', 'it', 'call', 'in', 'night,', 'men', 'may', 'wake', 'gaze', 'upon', 'you', 'who', 'would', 'justice,', 'how', 'shall', 'you', 'unless', 'look', 'upon', 'all', 'deeds', 'in', 'fullness', 'light?', 'then', 'shall', 'you', 'know', 'that', 'erect', 'fallen', 'are', 'but', 'one', 'man', 'standing', 'twilight', 'between', 'night', 'of', 'his', 'day', 'of', 'his', 'god-self,', 'that', 'corner-stone', 'of', 'temple', 'not', 'higher', 'than', 'lowest', 'stone', 'in', 'foundation.', '*****', 'lawyer', 'said,', 'but', 'what', 'of', 'our', 'master?', 'he', 'answered:', 'delight', 'in', 'laying', 'down', 'laws,', 'you', 'delight', 'more', 'in', 'breaking', 'them.', 'children', 'playing', 'by', 'ocean', 'who', 'sand-towers', 'with', 'constancy', 'destroy', 'them', 'with', 'laughter.', 'while', 'you', 'build', 'your', 'sand-towers', 'brings', 'more', 'sand', 'to', 'shore,', 'when', 'you', 'destroy', 'them', 'ocean', 'with', 'you.', 'ocean', 'laughs', 'always', 'with', 'what', 'of', 'those', 'to', 'whom', 'life', 'is', 'not', 'ocean,', 'man-made', 'laws', 'are', 'not', 'to', 'whom', 'life', 'is', 'rock,', 'law', 'chisel', 'with', 'which', 'they', 'would', 'carve', 'it', 'their', 'own', 'likeness?', 'of', 'who', 'hates', 'dancers?', 'of', 'ox', 'who', 'loves', 'his', 'yoke', 'elk', 'deer', 'of', 'forest', 'vagrant', 'things?', 'of', 'old', 'serpent', 'who', 'cannot', 'shed', 'skin,', 'calls', 'all', 'others', 'naked', 'of', 'him', 'who', 'comes', 'early', 'to', 'when', 'over-fed', 'goes', 'his', 'way', 'saying', 'that', 'all', 'are', 'violation', 'all', 'feasters', 'shall', 'i', 'say', 'of', 'these', 'save', 'that', 'too', 'stand', 'in', 'sunlight,', 'but', 'with', 'backs', 'to', 'sun?', 'see', 'only', 'their', 'shadows,', 'their', 'are', 'their', 'laws.', 'what', 'is', 'sun', 'to', 'them', 'but', 'caster', 'shadows?', 'what', 'is', 'it', 'to', 'acknowledge', 'but', 'to', 'stoop', 'down', 'trace', 'their', 'upon', 'earth?', 'you', 'who', 'walk', 'facing', 'sun,', 'what', 'drawn', 'on', 'earth', 'can', 'hold', 'who', 'travel', 'with', 'wind,', 'what', 'shall', 'direct', 'your', 'course?', 'man’s', 'law', 'shall', 'bind', 'you', 'if', 'you', 'your', 'yoke', 'but', 'upon', 'no', 'man’s', 'prison', 'laws', 'shall', 'you', 'fear', 'if', 'you', 'dance', 'stumble', 'against', 'no', 'man’s', 'iron', 'who', 'is', 'he', 'that', 'shall', 'bring', 'you', 'to', 'if', 'you', 'tear', 'off', 'your', 'garment', 'leave', 'it', 'in', 'no', 'man’s', 'path?', 'of', 'orphalese,', 'you', 'can', 'muffle', 'you', 'can', 'loosen', 'strings', 'lyre,', 'but', 'who', 'shall', 'command', 'not', 'to', 'sing?', '*****', 'orator', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'city', 'gate', 'by', 'your', 'fireside', 'have', 'seen', 'you', 'prostrate', 'yourself', 'your', 'own', 'freedom,', 'as', 'slaves', 'humble', 'themselves', 'before', 'tyrant', 'praise', 'him', 'though', 'he', 'slays', 'in', 'grove', 'of', 'temple', 'in', 'shadow', 'of', 'citadel', 'i', 'have', 'seen', 'freest', 'among', 'you', 'wear', 'their', 'freedom', 'yoke', 'handcuff.', 'my', 'heart', 'bled', 'within', 'me;', 'for', 'you', 'only', 'be', 'free', 'when', 'even', 'desire', 'seeking', 'freedom', 'becomes', 'harness', 'you,', 'when', 'you', 'cease', 'to', 'speak', 'of', 'as', 'goal', 'fulfilment.', 'shall', 'be', 'free', 'indeed', 'when', 'your', 'are', 'not', 'without', 'care', 'nor', 'your', 'without', 'want', 'grief,', 'rather', 'when', 'these', 'things', 'girdle', 'your', 'yet', 'you', 'rise', 'above', 'them', 'naked', 'unbound.', 'how', 'shall', 'you', 'rise', 'beyond', 'your', 'days', 'nights', 'unless', 'you', 'break', 'which', 'you', 'at', 'dawn', 'of', 'your', 'have', 'fastened', 'around', 'your', 'hour?', 'truth', 'that', 'which', 'you', 'call', 'freedom', 'is', 'strongest', 'of', 'these', 'chains,', 'though', 'links', 'glitter', 'in', 'sun', 'dazzle', 'eyes.', 'what', 'is', 'it', 'but', 'fragments', 'of', 'your', 'self', 'you', 'would', 'discard', 'that', 'you', 'may', 'free?', 'it', 'is', 'unjust', 'law', 'you', 'would', 'that', 'law', 'was', 'written', 'with', 'your', 'hand', 'upon', 'your', 'own', 'forehead.', 'cannot', 'erase', 'it', 'by', 'burning', 'your', 'law', 'nor', 'by', 'washing', 'foreheads', 'of', 'judges,', 'though', 'you', 'pour', 'sea', 'them.', 'if', 'it', 'is', 'despot', 'you', 'would', 'see', 'first', 'that', 'his', 'throne', 'within', 'you', 'is', 'destroyed.', 'how', 'can', 'tyrant', 'rule', 'free', 'proud,', 'but', 'for', 'tyranny', 'in', 'their', 'freedom', 'shame', 'in', 'their', 'own', 'if', 'it', 'is', 'care', 'you', 'would', 'cast', 'off,', 'cart', 'has', 'been', 'chosen', 'by', 'you', 'rather', 'imposed', 'upon', 'you.', 'if', 'it', 'is', 'fear', 'you', 'would', 'dispel,', 'seat', 'of', 'that', 'fear', 'is', 'in', 'your', 'heart', 'not', 'in', 'hand', 'of', 'feared.', 'all', 'things', 'move', 'within', 'your', 'being', 'constant', 'half', 'embrace,', 'desired', 'dreaded,', 'repugnant', 'pursued', 'that', 'which', 'would', 'escape.', 'things', 'move', 'within', 'you', 'as', 'lights', 'shadows', 'in', 'pairs', 'that', 'cling.', 'when', 'shadow', 'fades', 'is', 'no', 'light', 'that', 'lingers', 'becomes', 'to', 'another', 'light.', 'thus', 'your', 'freedom', 'when', 'it', 'loses', 'its', 'becomes', 'itself', 'fetter', 'of', 'freedom.', '*****', 'priestess', 'spoke', 'again', 'said:', 'speak', 'to', 'us', 'of', '_reason', 'he', 'answered,', 'saying:', 'soul', 'is', 'oftentimes', 'battlefield,', 'which', 'your', 'reason', 'your', 'judgment', 'war', 'against', 'your', 'passion', 'your', 'that', 'i', 'could', 'be', 'peacemaker', 'in', 'soul,', 'that', 'i', 'might', 'turn', 'discord', 'rivalry', 'of', 'your', 'elements', 'into', 'melody.', 'how', 'shall', 'i,', 'unless', 'you', 'yourselves', 'also', 'peacemakers,', 'nay,', 'lovers', 'all', 'your', 'elements?', 'reason', 'your', 'passion', 'are', 'sails', 'of', 'your', 'seafaring', 'either', 'your', 'sails', 'or', 'your', 'rudder', 'be', 'you', 'can', 'but', 'toss', 'drift,', 'else', 'be', 'held', 'at', 'standstill', 'in', 'reason,', 'ruling', 'alone,', 'force', 'confining;', 'passion,', 'is', 'flame', 'that', 'burns', 'to', 'its', 'destruction.', 'let', 'your', 'soul', 'exalt', 'your', 'to', 'height', 'of', 'passion,', 'that', 'it', 'sing;', 'let', 'it', 'direct', 'your', 'passion', 'with', 'that', 'your', 'passion', 'may', 'live', 'its', 'own', 'daily', 'resurrection,', 'like', 'phoenix', 'rise', 'above', 'its', 'own', 'would', 'have', 'you', 'consider', 'your', 'judgment', 'your', 'appetite', 'even', 'as', 'you', 'would', 'two', 'guests', 'in', 'your', 'house.', 'you', 'would', 'not', 'honour', 'one', 'guest', 'other;', 'for', 'he', 'who', 'is', 'more', 'of', 'one', 'loses', 'love', 'of', 'both', 'hills,', 'when', 'you', 'sit', 'in', 'shade', 'of', 'white', 'poplars,', 'sharing', 'peace', 'serenity', 'of', 'distant', 'fields', 'meadows--then', 'let', 'your', 'heart', 'say', 'in', '“god', 'rests', 'in', 'reason.”', 'when', 'storm', 'comes,', 'wind', 'shakes', 'forest,', 'thunder', 'lightning', 'proclaim', 'of', 'sky,--then', 'let', 'your', 'heart', 'in', 'awe,', '“god', 'moves', 'in', 'passion.”', 'since', 'you', 'are', 'breath', 'in', 'god’s', 'leaf', 'in', 'god’s', 'forest,', 'you', 'should', 'rest', 'in', 'reason', 'move', 'in', '*****', 'woman', 'spoke,', 'saying,', 'tell', 'us', '_pain_.', 'he', 'said:', 'pain', 'is', 'breaking', 'of', 'shell', 'encloses', 'your', 'understanding.', 'as', 'stone', 'of', 'fruit', 'must', 'that', 'its', 'heart', 'may', 'stand', 'in', 'so', 'must', 'you', 'know', 'pain.', 'could', 'you', 'keep', 'your', 'heart', 'in', 'wonder', 'daily', 'miracles', 'of', 'your', 'life,', 'your', 'would', 'not', 'seem', 'less', 'wondrous', 'than', 'joy;', 'you', 'would', 'accept', 'seasons', 'of', 'your', 'even', 'as', 'you', 'have', 'always', 'accepted', 'seasons', 'that', 'pass', 'over', 'your', 'fields.', 'you', 'would', 'watch', 'with', 'serenity', 'winters', 'of', 'your', 'grief.', 'of', 'your', 'pain', 'is', 'self-chosen.', 'is', 'bitter', 'potion', 'by', 'which', 'you', 'heals', 'your', 'sick', 'trust', 'physician,', 'drink', 'remedy', 'in', 'silence', 'tranquillity:', 'his', 'hand,', 'though', 'heavy', 'hard,', 'is', 'by', 'tender', 'hand', 'of', 'unseen,', 'cup', 'he', 'brings,', 'though', 'it', 'burn', 'lips,', 'has', 'been', 'fashioned', 'of', 'which', 'potter', 'has', 'moistened', 'with', 'own', 'sacred', 'tears.', '*****', 'man', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'hearts', 'know', 'in', 'silence', 'secrets', 'days', 'nights.', 'your', 'ears', 'thirst', 'for', 'sound', 'of', 'heart’s', 'knowledge.', 'would', 'know', 'in', 'words', 'that', 'which', 'you', 'always', 'known', 'in', 'thought.', 'would', 'touch', 'with', 'your', 'fingers', 'body', 'of', 'your', 'dreams.', 'it', 'is', 'well', 'you', 'should.', 'hidden', 'well-spring', 'of', 'your', 'soul', 'must', 'rise', 'run', 'murmuring', 'to', 'sea;', 'treasure', 'of', 'your', 'infinite', 'depths', 'be', 'revealed', 'to', 'your', 'eyes.', 'let', 'there', 'be', 'no', 'scales', 'to', 'weigh', 'your', 'treasure;', 'seek', 'not', 'depths', 'of', 'your', 'with', 'staff', 'or', 'sounding', 'self', 'is', 'sea', 'boundless', 'not,', '“i', 'have', 'found', 'truth,”', 'but', '“i', 'have', 'found', 'truth.”', 'not,', '“i', 'have', 'found', 'path', 'of', 'say', 'rather,', '“i', 'have', 'met', 'soul', 'upon', 'my', 'path.”', 'soul', 'walks', 'upon', 'all', 'paths.', 'soul', 'walks', 'not', 'upon', 'line,', 'neither', 'it', 'grow', 'like', 'reed.', 'soul', 'unfolds', 'itself,', 'like', 'lotus', 'of', 'petals.', '0083]', '*****', 'said', 'teacher,', 'speak', 'to', 'us', 'of', 'he', 'said:', 'man', 'can', 'reveal', 'to', 'you', 'aught', 'but', 'that', 'already', 'lies', 'half', 'asleep', 'in', 'of', 'your', 'knowledge.', 'teacher', 'who', 'walks', 'in', 'shadow', 'of', 'temple,', 'among', 'his', 'followers,', 'gives', 'of', 'his', 'wisdom', 'but', 'rather', 'of', 'his', 'his', 'lovingness.', 'he', 'is', 'indeed', 'wise', 'he', 'does', 'not', 'bid', 'enter', 'house', 'of', 'his', 'wisdom,', 'but', 'leads', 'you', 'to', 'threshold', 'of', 'own', 'mind.', 'astronomer', 'may', 'speak', 'to', 'you', 'of', 'his', 'of', 'space,', 'but', 'he', 'cannot', 'you', 'his', 'understanding.', 'musician', 'may', 'sing', 'to', 'you', 'of', 'which', 'is', 'in', 'all', 'space,', 'but', 'he', 'give', 'you', 'ear', 'which', 'arrests', 'rhythm', 'nor', 'voice', 'that', 'echoes', 'it.', 'he', 'who', 'is', 'versed', 'in', 'science', 'numbers', 'can', 'tell', 'of', 'regions', 'weight', 'measure,', 'but', 'he', 'cannot', 'you', 'thither.', 'vision', 'of', 'one', 'man', 'lends', 'not', 'its', 'to', 'another', 'man.', 'even', 'as', 'each', 'one', 'of', 'you', 'stands', 'alone', 'god’s', 'knowledge,', 'so', 'must', 'each', 'one', 'of', 'be', 'alone', 'in', 'his', 'knowledge', 'of', 'god', 'his', 'understanding', 'of', 'earth.', '*****', 'youth', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered,', 'saying:', 'friend', 'is', 'your', 'needs', 'answered.', 'is', 'your', 'field', 'which', 'you', 'sow', 'with', 'love', 'reap', 'with', 'thanksgiving.', 'he', 'is', 'your', 'board', 'your', 'fireside.', 'you', 'come', 'to', 'him', 'with', 'your', 'hunger,', 'you', 'seek', 'him', 'for', 'peace.', 'your', 'friend', 'speaks', 'his', 'mind', 'you', 'not', '“nay”', 'in', 'your', 'own', 'mind,', 'nor', 'you', 'withhold', '“ay.”', 'when', 'he', 'is', 'silent', 'your', 'heart', 'ceases', 'to', 'listen', 'to', 'his', 'heart;', 'without', 'words,', 'in', 'friendship,', 'all', 'all', 'desires,', 'all', 'expectations', 'born', 'shared,', 'with', 'joy', 'that', 'is', 'you', 'part', 'from', 'your', 'friend,', 'you', 'not;', 'that', 'which', 'you', 'love', 'most', 'in', 'him', 'be', 'clearer', 'in', 'his', 'absence,', 'as', 'to', 'climber', 'is', 'clearer', 'plain.', 'let', 'there', 'be', 'no', 'in', 'friendship', 'save', 'deepening', 'spirit.', 'love', 'that', 'seeks', 'aught', 'but', 'of', 'its', 'own', 'mystery', 'is', 'not', 'but', 'net', 'cast', 'forth:', 'only', 'is', 'caught.', 'let', 'your', 'best', 'be', 'for', 'your', 'friend.', 'he', 'must', 'know', 'ebb', 'of', 'your', 'tide,', 'him', 'know', 'its', 'flood', 'also.', 'what', 'is', 'your', 'friend', 'that', 'you', 'should', 'him', 'with', 'hours', 'to', 'kill?', 'him', 'always', 'with', 'hours', 'to', 'live.', 'it', 'is', 'his', 'to', 'fill', 'your', 'need,', 'but', 'not', 'emptiness.', 'in', 'sweetness', 'of', 'friendship', 'there', 'be', 'laughter,', 'sharing', 'of', 'in', 'dew', 'of', 'little', 'things', 'heart', 'finds', 'its', 'morning', 'is', '*****', 'then', 'scholar', 'said,', 'speak', 'of', 'he', 'answered,', 'saying:', 'talk', 'when', 'you', 'cease', 'to', 'be', 'at', 'peace', 'your', 'thoughts;', 'when', 'you', 'can', 'no', 'longer', 'dwell', 'in', 'of', 'your', 'heart', 'you', 'live', 'in', 'your', 'sound', 'is', 'diversion', 'in', 'much', 'of', 'your', 'talking,', 'thinking', 'is', 'murdered.', 'thought', 'is', 'bird', 'of', 'space,', 'that', 'in', 'cage', 'of', 'words', 'may', 'indeed', 'unfold', 'its', 'but', 'cannot', 'fly.', 'are', 'those', 'among', 'you', 'who', 'seek', 'through', 'fear', 'of', 'being', 'alone.', 'silence', 'of', 'aloneness', 'reveals', 'to', 'eyes', 'their', 'naked', 'selves', 'they', 'escape.', 'there', 'are', 'those', 'who', 'talk,', 'knowledge', 'or', 'forethought', 'reveal', 'truth', 'which', 'they', 'themselves', 'do', 'not', 'there', 'are', 'those', 'who', 'have', 'truth', 'them,', 'but', 'they', 'tell', 'it', 'not', 'in', 'bosom', 'of', 'such', 'as', 'these', 'spirit', 'in', 'rhythmic', 'silence.', 'you', 'meet', 'your', 'friend', 'on', 'or', 'in', 'market', 'place,', 'let', 'in', 'you', 'move', 'your', 'lips', 'direct', 'tongue.', 'voice', 'within', 'your', 'voice', 'speak', 'to', 'ear', 'of', 'his', 'ear;', 'his', 'soul', 'will', 'keep', 'truth', 'of', 'heart', 'as', 'taste', 'of', 'wine', 'is', 'colour', 'is', 'forgotten', 'is', 'no', 'more.', '*****', 'astronomer', 'said,', 'master,', 'what', '_time_?', 'he', 'answered:', 'would', 'measure', 'time', 'measureless', 'immeasurable.', 'would', 'adjust', 'your', 'conduct', 'direct', 'course', 'of', 'your', 'spirit', 'to', 'hours', 'seasons.', 'time', 'you', 'would', 'make', 'stream', 'upon', 'bank', 'you', 'would', 'sit', 'watch', 'its', 'timeless', 'in', 'you', 'is', 'aware', 'of', 'timelessness,', 'knows', 'that', 'yesterday', 'is', 'but', 'today’s', 'tomorrow', 'is', 'today’s', 'dream.', 'that', 'that', 'which', 'sings', 'in', 'you', 'is', 'still', 'dwelling', 'bounds', 'of', 'that', 'first', 'moment', 'scattered', 'stars', 'into', 'space.', 'among', 'you', 'does', 'not', 'feel', 'that', 'his', 'to', 'love', 'is', 'boundless?', 'yet', 'who', 'does', 'not', 'feel', 'that', 'very', 'though', 'boundless,', 'encompassed', 'centre', 'of', 'his', 'being,', 'not', 'from', 'love', 'thought', 'to', 'love', 'nor', 'from', 'love', 'deeds', 'to', 'other', 'deeds?', 'is', 'not', 'time', 'even', 'as', 'love', 'is,', 'paceless?', 'if', 'in', 'your', 'thought', 'you', 'must', 'measure', 'into', 'seasons,', 'let', 'each', 'season', 'all', 'other', 'seasons,', 'let', 'today', 'embrace', 'past', 'with', 'future', 'with', 'longing.', '*****', 'one', 'of', 'elders', 'of', 'city', 'speak', 'to', 'us', 'of', '_good', 'evil_.', 'he', 'answered:', 'good', 'in', 'you', 'i', 'can', 'speak,', 'but', 'not', 'evil.', 'what', 'is', 'evil', 'but', 'good', 'tortured', 'by', 'own', 'hunger', 'thirst?', 'when', 'good', 'is', 'hungry', 'it', 'seeks', 'food', 'in', 'dark', 'caves,', 'when', 'it', 'thirsts', 'drinks', 'even', 'of', 'dead', 'waters.', 'are', 'good', 'when', 'you', 'are', 'one', 'with', 'when', 'you', 'are', 'not', 'one', 'with', 'yourself', 'are', 'not', 'evil.', 'divided', 'house', 'is', 'not', 'den', 'of', 'it', 'is', 'only', 'divided', 'house.', 'ship', 'without', 'rudder', 'may', 'wander', 'among', 'perilous', 'isles', 'yet', 'sink', 'to', 'bottom.', 'are', 'good', 'when', 'strive', 'to', 'give', 'of', 'yourself.', 'you', 'are', 'not', 'evil', 'when', 'you', 'seek', 'gain', 'yourself.', 'when', 'you', 'strive', 'for', 'gain', 'you', 'are', 'root', 'that', 'clings', 'to', 'earth', 'at', 'her', 'breast.', 'fruit', 'cannot', 'say', 'to', 'root,', 'like', 'me,', 'ripe', 'full', 'ever', 'of', 'your', 'abundance.”', 'to', 'fruit', 'giving', 'is', 'need,', 'as', 'is', 'need', 'to', 'root.', 'are', 'good', 'when', 'you', 'are', 'fully', 'awake', 'in', 'speech,', 'you', 'are', 'not', 'evil', 'when', 'you', 'sleep', 'your', 'tongue', 'staggers', 'without', 'even', 'stumbling', 'speech', 'may', 'strengthen', 'weak', 'tongue.', 'are', 'good', 'when', 'you', 'walk', 'to', 'your', 'goal', 'with', 'bold', 'steps.', 'you', 'are', 'not', 'evil', 'when', 'you', 'go', 'thither', 'those', 'who', 'limp', 'go', 'not', 'you', 'who', 'are', 'strong', 'swift,', 'see', 'you', 'do', 'not', 'limp', 'before', 'lame,', 'it', 'kindness.', 'are', 'good', 'in', 'countless', 'ways,', 'you', 'not', 'evil', 'when', 'you', 'are', 'not', 'good,', 'are', 'only', 'loitering', 'sluggard.', 'that', 'stags', 'cannot', 'teach', 'to', 'turtles.', 'your', 'longing', 'for', 'your', 'giant', 'self', 'lies', 'goodness:', 'that', 'longing', 'is', 'in', 'of', 'you.', 'in', 'some', 'of', 'you', 'that', 'longing', 'is', 'rushing', 'with', 'might', 'to', 'sea,', 'secrets', 'of', 'hillsides', 'songs', 'of', 'forest.', 'in', 'others', 'it', 'is', 'flat', 'stream', 'that', 'itself', 'in', 'angles', 'bends', 'before', 'it', 'reaches', 'shore.', 'let', 'not', 'him', 'who', 'longs', 'much', 'say', 'to', 'who', 'longs', 'little,', '“wherefore', 'are', 'slow', 'halting?”', 'truly', 'good', 'ask', 'not', 'naked,', 'is', 'your', 'garment?”', 'nor', '“what', 'has', 'befallen', 'your', '*****', 'priestess', 'said,', 'speak', 'to', 'us', '_prayer_.', 'he', 'answered,', 'saying:', 'pray', 'in', 'your', 'distress', 'in', 'your', 'would', 'that', 'you', 'might', 'pray', 'also', 'fullness', 'of', 'your', 'joy', 'in', 'your', 'of', 'abundance.', 'what', 'is', 'prayer', 'but', 'expansion', 'of', 'into', 'living', 'ether?', 'if', 'it', 'is', 'for', 'your', 'comfort', 'to', 'pour', 'darkness', 'into', 'space,', 'it', 'is', 'also', 'for', 'delight', 'to', 'pour', 'forth', 'dawning', 'your', 'heart.', 'if', 'you', 'cannot', 'but', 'weep', 'when', 'your', 'summons', 'you', 'to', 'prayer,', 'she', 'should', 'you', 'again', 'yet', 'again,', 'though', 'until', 'you', 'shall', 'come', 'laughing.', 'you', 'pray', 'you', 'rise', 'to', 'meet', 'in', 'those', 'who', 'are', 'praying', 'at', 'that', 'very', 'whom', 'save', 'in', 'prayer', 'you', 'not', 'meet.', 'let', 'your', 'visit', 'to', 'that', 'temple', 'be', 'for', 'naught', 'but', 'ecstasy', 'communion.', 'if', 'you', 'should', 'enter', 'temple', 'for', 'other', 'purpose', 'than', 'asking', 'you', 'shall', 'receive:', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'yourself', 'you', 'shall', 'not', 'be', 'lifted:', 'even', 'if', 'you', 'should', 'enter', 'into', 'it', 'to', 'for', 'good', 'of', 'others', 'you', 'shall', 'not', 'heard.', 'is', 'enough', 'that', 'you', 'enter', 'temple', 'cannot', 'teach', 'you', 'how', 'to', 'pray', 'in', 'words.', 'listens', 'not', 'to', 'your', 'words', 'save', 'when', 'himself', 'utters', 'them', 'through', 'your', 'i', 'cannot', 'teach', 'you', 'prayer', 'of', 'forests', 'mountains.', 'you', 'who', 'are', 'born', 'of', 'forests', 'seas', 'find', 'their', 'prayer', 'in', 'your', 'heart,', 'if', 'you', 'but', 'listen', 'in', 'stillness', 'night', 'you', 'shall', 'hear', 'them', 'saying', 'silence,', 'god,', 'who', 'art', 'our', 'winged', 'self,', 'it', 'is', 'will', 'in', 'us', 'that', 'willeth.', 'is', 'thy', 'desire', 'in', 'us', 'that', 'desireth.', 'is', 'thy', 'urge', 'in', 'us', 'that', 'would', 'turn', 'our', 'which', 'are', 'thine,', 'into', 'days', 'which', 'thine', 'also.', 'cannot', 'ask', 'thee', 'for', 'aught,', 'for', 'thou', 'our', 'needs', 'before', 'they', 'are', 'born', 'us:', 'art', 'our', 'need;', 'in', 'giving', 'us', 'more', 'thyself', 'thou', 'givest', 'us', 'all.”', '0100]', '*****', 'hermit,', 'who', 'visited', 'city', 'year,', 'came', 'forth', 'said,', 'speak', 'us', 'of', '_pleasure_.', 'he', 'answered,', 'saying:', 'is', 'freedom-song,', 'it', 'is', 'not', 'freedom.', 'is', 'blossoming', 'of', 'your', 'desires,', 'it', 'is', 'not', 'their', 'fruit.', 'is', 'depth', 'calling', 'unto', 'height,', 'it', 'is', 'not', 'deep', 'nor', 'high.', 'is', 'caged', 'taking', 'wing,', 'it', 'is', 'not', 'space', 'encompassed.', 'in', 'very', 'truth,', 'pleasure', 'is', 'i', 'fain', 'would', 'have', 'you', 'sing', 'it', 'with', 'of', 'heart;', 'yet', 'i', 'would', 'not', 'have', 'lose', 'your', 'hearts', 'in', 'singing.', 'of', 'your', 'youth', 'seek', 'pleasure', 'as', 'if', 'were', 'all,', 'they', 'are', 'judged', 'would', 'not', 'judge', 'nor', 'them.', 'i', 'would', 'have', 'them', 'seek.', 'they', 'shall', 'find', 'pleasure,', 'but', 'not', 'alone;', 'are', 'her', 'sisters,', 'least', 'of', 'is', 'more', 'beautiful', 'than', 'pleasure.', 'you', 'not', 'heard', 'of', 'man', 'who', 'was', 'in', 'earth', 'for', 'roots', 'found', 'treasure?', 'some', 'of', 'your', 'elders', 'remember', 'with', 'regret', 'like', 'wrongs', 'in', 'drunkenness.', 'regret', 'is', 'beclouding', 'of', 'mind', 'not', 'its', 'chastisement.', 'should', 'remember', 'their', 'pleasures', 'gratitude,', 'as', 'they', 'would', 'of', 'summer.', 'if', 'it', 'comforts', 'them', 'to', 'regret,', 'let', 'be', 'comforted.', 'there', 'are', 'among', 'you', 'those', 'who', 'neither', 'young', 'to', 'seek', 'nor', 'old', 'to', 'in', 'their', 'fear', 'of', 'seeking', 'shun', 'all', 'pleasures,', 'they', 'neglect', 'spirit', 'or', 'offend', 'it.', 'even', 'in', 'their', 'foregoing', 'is', 'their', 'thus', 'they', 'too', 'find', 'treasure', 'though', 'dig', 'for', 'roots', 'with', 'quivering', 'hands.', 'tell', 'me,', 'who', 'is', 'he', 'that', 'can', 'offend', 'spirit?', 'nightingale', 'offend', 'of', 'night,', 'or', 'firefly', 'stars?', 'shall', 'your', 'flame', 'or', 'your', 'smoke', 'wind?', 'you', 'spirit', 'is', 'still', 'pool', 'you', 'can', 'trouble', 'with', 'staff?', 'in', 'denying', 'yourself', 'pleasure', 'do', 'but', 'store', 'desire', 'in', 'of', 'your', 'being.', 'knows', 'but', 'that', 'which', 'seems', 'omitted', 'waits', 'for', 'tomorrow?', 'your', 'body', 'knows', 'its', 'heritage', 'its', 'rightful', 'need', 'will', 'not', 'be', 'your', 'body', 'is', 'harp', 'of', 'your', 'soul,', 'it', 'is', 'yours', 'to', 'bring', 'forth', 'from', 'it', 'or', 'confused', 'sounds.', 'now', 'you', 'ask', 'in', 'your', 'heart,', '“how', 'we', 'distinguish', 'that', 'which', 'is', 'in', 'pleasure', 'from', 'that', 'which', 'is', 'not', 'to', 'your', 'fields', 'your', 'gardens,', 'shall', 'learn', 'that', 'it', 'is', 'pleasure', 'bee', 'to', 'gather', 'honey', 'of', 'it', 'is', 'also', 'pleasure', 'of', 'to', 'yield', 'its', 'honey', 'to', 'bee.', 'to', 'bee', 'flower', 'is', 'fountain', 'of', 'to', 'flower', 'bee', 'is', 'messenger', 'love,', 'to', 'both,', 'bee', 'flower,', 'giving', 'receiving', 'of', 'pleasure', 'is', 'need', 'ecstasy.', 'of', 'orphalese,', 'be', 'in', 'your', 'like', 'flowers', 'bees.', '*****', 'poet', 'said,', 'speak', 'to', 'us', 'of', 'he', 'answered:', 'shall', 'you', 'seek', 'beauty,', 'how', 'you', 'find', 'her', 'unless', 'she', 'herself', 'be', 'way', 'your', 'guide?', 'how', 'shall', 'you', 'speak', 'of', 'her', 'except', 'be', 'weaver', 'of', 'your', 'speech?', 'aggrieved', 'injured', 'say,', 'is', 'kind', 'gentle.', 'young', 'mother', 'half-shy', 'of', 'her', 'own', 'she', 'walks', 'among', 'us.”', 'passionate', 'say,', '“nay,', 'beauty', 'is', 'thing', 'of', 'might', 'dread.', 'tempest', 'she', 'shakes', 'earth', 'us', 'sky', 'above', 'us.”', 'tired', 'weary', 'say,', '“beauty', 'is', 'soft', 'whisperings.', 'she', 'speaks', 'in', 'our', 'voice', 'yields', 'to', 'our', 'like', 'faint', 'light', 'that', 'quivers', 'fear', 'of', 'shadow.”', 'restless', 'say,', '“we', 'have', 'heard', 'her', 'among', 'mountains,', 'with', 'her', 'cries', 'came', 'sound', 'of', 'beating', 'of', 'wings', 'of', 'lions.”', 'night', 'watchmen', 'of', 'city', 'say,', 'shall', 'rise', 'with', 'dawn', 'from', 'east.”', 'at', 'noontide', 'toilers', 'say,', '“we', 'have', 'seen', 'her', 'leaning', 'earth', 'from', 'windows', 'of', 'winter', 'say', 'snow-bound,', '“she', 'shall', 'with', 'spring', 'leaping', 'upon', 'in', 'summer', 'heat', 'reapers', '“we', 'have', 'seen', 'her', 'dancing', 'with', 'leaves,', 'we', 'saw', 'drift', 'of', 'in', 'her', 'hair.”', 'these', 'things', 'you', 'said', 'of', 'beauty,', 'in', 'truth', 'you', 'spoke', 'not', 'of', 'her', 'but', 'of', 'unsatisfied,', 'beauty', 'is', 'not', 'need', 'but', 'ecstasy.', 'is', 'not', 'mouth', 'thirsting', 'nor', 'empty', 'stretched', 'forth,', 'rather', 'heart', 'enflamed', 'soul', 'is', 'not', 'image', 'you', 'would', 'see', 'nor', 'song', 'you', 'would', 'hear,', 'rather', 'image', 'you', 'see', 'though', 'you', 'your', 'eyes', 'song', 'you', 'hear', 'you', 'shut', 'your', 'ears.', 'is', 'not', 'sap', 'within', 'furrowed', 'nor', 'wing', 'attached', 'to', 'claw,', 'rather', 'garden', 'for', 'ever', 'in', 'bloom', 'flock', 'of', 'angels', 'for', 'ever', 'in', 'of', 'orphalese,', 'beauty', 'is', 'life', 'when', 'unveils', 'her', 'holy', 'face.', 'you', 'are', 'life', 'you', 'are', 'veil.', 'is', 'eternity', 'gazing', 'at', 'itself', 'mirror.', 'you', 'are', 'eternity', 'you', 'are', '*****', 'old', 'priest', 'said,', 'speak', 'to', 'us', '_religion_.', 'he', 'said:', 'i', 'spoken', 'this', 'day', 'of', 'aught', 'else?', 'not', 'religion', 'all', 'deeds', 'all', 'that', 'which', 'is', 'neither', 'deed', 'nor', 'but', 'wonder', 'surprise', 'springing', 'in', 'soul,', 'even', 'while', 'hands', 'hew', 'stone', 'or', 'tend', 'can', 'separate', 'his', 'faith', 'from', 'actions,', 'or', 'his', 'belief', 'from', 'his', 'can', 'spread', 'his', 'hours', 'before', 'him,', '“this', 'for', 'god', 'this', 'for', 'this', 'for', 'my', 'soul,', 'this', 'other', 'my', 'body?”', 'your', 'hours', 'are', 'wings', 'that', 'beat', 'space', 'from', 'self', 'to', 'self.', 'wears', 'his', 'morality', 'but', 'as', 'his', 'best', 'were', 'better', 'naked.', 'wind', 'sun', 'will', 'tear', 'no', 'holes', 'his', 'skin.', 'he', 'who', 'defines', 'his', 'conduct', 'by', 'ethics', 'his', 'song-bird', 'in', 'cage.', 'freest', 'song', 'comes', 'not', 'through', 'bars', 'wires.', 'he', 'to', 'whom', 'worshipping', 'is', 'window,', 'open', 'but', 'also', 'to', 'shut,', 'has', 'not', 'yet', 'house', 'of', 'his', 'soul', 'whose', 'are', 'from', 'dawn', 'to', 'dawn.', 'daily', 'life', 'is', 'your', 'temple', 'your', 'you', 'enter', 'into', 'it', 'take', 'with', 'you', 'all.', 'plough', 'forge', 'lute,', 'things', 'you', 'have', 'fashioned', 'in', 'or', 'for', 'delight.', 'in', 'revery', 'you', 'cannot', 'rise', 'above', 'your', 'nor', 'fall', 'lower', 'than', 'your', 'take', 'with', 'you', 'all', 'men:', 'in', 'you', 'cannot', 'fly', 'higher', 'than', 'hopes', 'nor', 'humble', 'yourself', 'lower', 'their', 'despair.', 'if', 'you', 'would', 'know', 'god', 'be', 'not', 'solver', 'of', 'riddles.', 'look', 'about', 'you', 'you', 'shall', 'see', 'playing', 'with', 'your', 'children.', 'look', 'into', 'space;', 'you', 'shall', 'see', 'him', 'in', 'cloud,', 'outstretching', 'his', 'in', 'lightning', 'descending', 'in', 'shall', 'see', 'him', 'smiling', 'in', 'flowers,', 'rising', 'waving', 'his', 'hands', 'in', '*****', 'almitra', 'spoke,', 'saying,', 'we', 'would', 'now', 'of', '_death_.', 'he', 'said:', 'would', 'know', 'secret', 'of', 'death.', 'how', 'shall', 'you', 'find', 'it', 'unless', 'you', 'it', 'in', 'heart', 'of', 'life?', 'owl', 'whose', 'night-bound', 'eyes', 'are', 'blind', 'day', 'cannot', 'unveil', 'mystery', 'light.', 'you', 'would', 'indeed', 'behold', 'spirit', 'death,', 'open', 'your', 'heart', 'wide', 'unto', 'of', 'life.', 'life', 'death', 'are', 'one,', 'even', 'as', 'sea', 'are', 'one.', 'depth', 'of', 'your', 'hopes', 'desires', 'your', 'silent', 'knowledge', 'of', 'like', 'seeds', 'dreaming', 'beneath', 'snow', 'heart', 'dreams', 'of', 'spring.', 'dreams,', 'for', 'in', 'them', 'is', 'hidden', 'gate', 'to', 'eternity.', 'fear', 'death', 'is', 'but', 'trembling', 'of', 'when', 'he', 'stands', 'before', 'king', 'hand', 'is', 'to', 'be', 'laid', 'upon', 'him', 'in', 'shepherd', 'not', 'joyful', 'beneath', 'his', 'that', 'he', 'shall', 'wear', 'mark', 'king?', 'is', 'he', 'not', 'more', 'mindful', 'of', 'his', 'what', 'is', 'it', 'to', 'die', 'but', 'to', 'stand', 'naked', 'wind', 'to', 'melt', 'into', 'sun?', 'what', 'is', 'it', 'to', 'cease', 'breathing,', 'but', 'free', 'breath', 'from', 'its', 'restless', 'that', 'it', 'may', 'rise', 'expand', 'god', 'unencumbered?', 'when', 'you', 'drink', 'from', 'river', 'of', 'shall', 'you', 'indeed', 'sing.', 'when', 'you', 'have', 'reached', 'mountain', 'then', 'you', 'shall', 'begin', 'to', 'climb.', 'when', 'earth', 'shall', 'claim', 'your', 'then', 'shall', 'you', 'truly', 'dance.', 'now', 'it', 'was', 'evening.', 'almitra', 'seeress', 'said,', 'blessed', 'be', 'day', 'this', 'place', 'your', 'spirit', 'has', 'spoken.', 'he', 'answered,', 'was', 'it', 'i', 'who', 'spoke?', 'was', 'not', 'also', 'listener?', 'he', 'descended', 'steps', 'of', 'all', 'people', 'followed', 'him.', 'he', 'reached', 'his', 'ship', 'stood', 'upon', 'deck.', 'facing', 'people', 'again,', 'he', 'raised', 'voice', 'said:', 'of', 'orphalese,', 'wind', 'bids', 'me', 'you.', 'hasty', 'am', 'i', 'than', 'wind,', 'yet', 'i', 'go.', 'wanderers,', 'ever', 'seeking', 'lonelier', 'begin', 'no', 'day', 'where', 'we', 'have', 'ended', 'day;', 'no', 'sunrise', 'finds', 'us', 'sunset', 'left', 'us.', 'while', 'sleeps', 'we', 'travel.', 'are', 'seeds', 'of', 'tenacious', 'it', 'is', 'in', 'our', 'ripeness', 'our', 'of', 'heart', 'that', 'we', 'are', 'given', 'to', 'wind', 'are', 'scattered.', 'were', 'my', 'days', 'among', 'you,', 'still', 'words', 'i', 'have', 'spoken.', 'should', 'my', 'voice', 'fade', 'in', 'your', 'ears,', 'my', 'love', 'vanish', 'in', 'your', 'memory,', 'then', 'will', 'come', 'again,', 'with', 'richer', 'heart', 'lips', 'more', 'to', 'spirit', 'will', 'i', 'speak.', 'i', 'shall', 'return', 'with', 'tide,', 'though', 'death', 'may', 'hide', 'me,', 'silence', 'enfold', 'me,', 'yet', 'again', 'i', 'seek', 'your', 'understanding.', 'not', 'in', 'vain', 'will', 'i', 'seek.', 'aught', 'i', 'have', 'said', 'is', 'truth,', 'that', 'shall', 'reveal', 'itself', 'in', 'clearer', 'in', 'words', 'more', 'kin', 'to', 'your', 'go', 'with', 'wind,', 'people', 'of', 'but', 'not', 'down', 'into', 'emptiness;', 'if', 'this', 'day', 'is', 'not', 'fulfilment', 'your', 'needs', 'my', 'love,', 'then', 'let', 'it', 'promise', 'till', 'another', 'day.', 'needs', 'change,', 'but', 'not', 'his', 'love,', 'his', 'desire', 'that', 'his', 'love', 'should', 'his', 'needs.', 'therefore,', 'that', 'from', 'greater', 'i', 'shall', 'return.', 'mist', 'that', 'drifts', 'away', 'at', 'dawn,', 'but', 'dew', 'in', 'fields,', 'shall', 'gather', 'into', 'cloud', 'then', 'down', 'in', 'rain.', 'not', 'unlike', 'mist', 'have', 'i', 'been.', 'stillness', 'of', 'night', 'i', 'have', 'in', 'your', 'streets,', 'my', 'spirit', 'entered', 'your', 'houses,', 'your', 'heart-beats', 'were', 'in', 'my', 'heart,', 'your', 'breath', 'was', 'upon', 'my', 'face,', 'i', 'you', 'all.', 'i', 'knew', 'your', 'joy', 'your', 'pain,', 'in', 'your', 'sleep', 'your', 'dreams', 'were', 'my', 'oftentimes', 'i', 'was', 'among', 'you', 'lake', 'mountains.', 'mirrored', 'summits', 'in', 'you', 'slopes,', 'even', 'flocks', 'of', 'your', 'thoughts', 'your', 'to', 'my', 'silence', 'came', 'laughter', 'your', 'children', 'in', 'streams,', 'of', 'your', 'youths', 'in', 'rivers.', 'when', 'they', 'reached', 'my', 'depth', 'rivers', 'ceased', 'not', 'yet', 'to', '0119]', 'sweeter', 'still', 'than', 'laughter', 'than', 'longing', 'came', 'to', 'me.', 'was', 'boundless', 'in', 'you;', 'vast', 'man', 'in', 'whom', 'you', 'are', 'all', 'but', 'sinews;', 'in', 'whose', 'chant', 'all', 'your', 'singing', 'is', 'soundless', 'throbbing.', 'is', 'in', 'vast', 'man', 'that', 'you', 'are', 'vast,', 'in', 'beholding', 'him', 'that', 'i', 'beheld', 'you', 'loved', 'you.', 'what', 'distances', 'can', 'love', 'reach', 'that', 'not', 'in', 'that', 'vast', 'sphere?', 'visions,', 'what', 'expectations', 'what', 'can', 'outsoar', 'that', 'flight?', 'giant', 'oak', 'tree', 'covered', 'with', 'apple', 'is', 'vast', 'man', 'in', 'you.', 'binds', 'you', 'to', 'earth,', 'his', 'lifts', 'you', 'into', 'space,', 'in', 'durability', 'you', 'are', 'deathless.', 'have', 'been', 'told', 'that,', 'even', 'like', 'you', 'are', 'as', 'weak', 'as', 'your', 'weakest', 'is', 'but', 'half', 'truth.', 'you', 'are', 'also', 'strong', 'as', 'your', 'strongest', 'link.', 'measure', 'you', 'by', 'your', 'smallest', 'deed', 'to', 'reckon', 'power', 'of', 'ocean', 'by', 'of', 'its', 'foam.', 'judge', 'you', 'by', 'your', 'failures', 'is', 'to', 'blame', 'upon', 'seasons', 'for', 'their', 'you', 'are', 'like', 'ocean,', 'though', 'heavy-grounded', 'ships', 'await', 'tide', 'upon', 'your', 'shores,', 'yet,', 'even', 'ocean,', 'you', 'cannot', 'hasten', 'your', 'like', 'seasons', 'you', 'are', 'also,', 'though', 'in', 'your', 'winter', 'you', 'deny', 'your', 'spring,', 'reposing', 'within', 'you,', 'smiles', 'her', 'drowsiness', 'is', 'not', 'offended.', 'not', 'i', 'say', 'these', 'things', 'in', 'that', 'you', 'may', 'say', 'one', 'to', '“he', 'praised', 'us', 'well.', 'he', 'saw', 'but', 'good', 'in', 'us.”', 'only', 'speak', 'to', 'you', 'in', 'words', 'of', 'that', 'you', 'yourselves', 'know', 'in', 'thought.', 'what', 'is', 'word', 'knowledge', 'but', 'shadow', 'wordless', 'knowledge?', 'thoughts', 'my', 'words', 'are', 'waves', 'sealed', 'memory', 'that', 'keeps', 'records', 'our', 'yesterdays,', 'of', 'ancient', 'days', 'when', 'earth', 'not', 'us', 'nor', 'herself,', 'of', 'nights', 'when', 'earth', 'was', 'up-wrought', 'confusion.', 'men', 'have', 'come', 'to', 'you', 'to', 'give', 'you', 'their', 'wisdom.', 'i', 'came', 'to', 'take', 'of', 'your', 'behold', 'i', 'have', 'found', 'that', 'which', 'is', 'than', 'wisdom.', 'is', 'flame', 'spirit', 'in', 'you', 'ever', 'more', 'of', 'itself,', 'you,', 'heedless', 'of', 'its', 'expansion,', 'withering', 'of', 'your', 'days.', 'is', 'life', 'in', 'quest', 'of', 'life', 'in', 'that', 'fear', 'grave.', 'are', 'no', 'graves', 'here.', 'mountains', 'plains', 'are', 'cradle', 'stepping-stone.', 'you', 'pass', 'by', 'field', 'where', 'have', 'laid', 'your', 'ancestors', 'look', 'well', 'you', 'shall', 'see', 'yourselves', 'your', 'children', 'dancing', 'hand', 'in', 'hand.', 'you', 'often', 'make', 'merry', 'without', 'have', 'come', 'to', 'you', 'to', 'whom', 'for', 'promises', 'made', 'unto', 'your', 'faith', 'have', 'given', 'but', 'riches', 'power', 'than', 'promise', 'have', 'i', 'given,', 'more', 'generous', 'have', 'you', 'been', 'to', 'me.', 'have', 'given', 'me', 'my', 'deeper', 'thirsting', 'life.', 'there', 'is', 'no', 'greater', 'gift', 'to', 'man', 'that', 'which', 'turns', 'all', 'his', 'aims', 'parching', 'lips', 'all', 'life', 'into', '0125]', 'in', 'this', 'lies', 'my', 'honour', 'my', 'whenever', 'i', 'come', 'to', 'fountain', 'drink', 'i', 'find', 'living', 'water', 'itself', 'it', 'drinks', 'me', 'while', 'i', 'drink', 'it.', 'of', 'you', 'have', 'deemed', 'me', 'proud', 'to', 'receive', 'gifts.', 'proud', 'indeed', 'am', 'i', 'to', 'receive', 'wages,', 'not', 'gifts.', 'though', 'i', 'have', 'eaten', 'berries', 'among', 'hills', 'when', 'you', 'would', 'have', 'had', 'me', 'sit', 'your', 'board,', 'slept', 'in', 'portico', 'of', 'temple', 'you', 'would', 'gladly', 'have', 'sheltered', 'me,', 'was', 'it', 'not', 'your', 'loving', 'mindfulness', 'my', 'days', 'my', 'nights', 'that', 'made', 'food', 'to', 'my', 'mouth', 'girdled', 'my', 'sleep', 'visions?', 'this', 'i', 'bless', 'you', 'most:', 'give', 'much', 'know', 'not', 'that', 'you', 'give', 'all.', 'kindness', 'that', 'upon', 'itself', 'in', 'mirror', 'turns', 'to', 'good', 'deed', 'that', 'calls', 'itself', 'by', 'names', 'becomes', 'parent', 'to', 'some', 'of', 'you', 'have', 'called', 'me', 'aloof,', 'drunk', 'with', 'my', 'own', 'aloneness,', 'you', 'have', 'said,', '“he', 'holds', 'council', 'trees', 'of', 'forest,', 'but', 'not', 'men.', 'sits', 'alone', 'on', 'hill-tops', 'looks', 'upon', 'our', 'city.”', 'it', 'is', 'that', 'i', 'have', 'climbed', 'hills', 'walked', 'in', 'remote', 'places.', 'could', 'i', 'have', 'seen', 'you', 'save', 'from', 'height', 'or', 'great', 'distance?', 'can', 'one', 'be', 'indeed', 'near', 'unless', 'he', 'be', 'others', 'among', 'you', 'called', 'unto', 'me,', 'not', 'words,', 'they', 'said,', 'stranger,', 'lover', 'of', 'heights,', 'why', 'dwell', 'you', 'among', 'summits', 'where', 'eagles', 'build', 'nests?', 'seek', 'you', 'storms', 'would', 'you', 'trap', 'in', 'your', 'net,', 'what', 'vaporous', 'birds', 'do', 'you', 'hunt', 'in', 'sky?', 'be', 'one', 'of', 'us.', 'appease', 'your', 'hunger', 'with', 'our', 'quench', 'your', 'thirst', 'with', 'our', 'solitude', 'of', 'their', 'souls', 'they', 'said', 'things;', 'were', 'their', 'solitude', 'deeper', 'they', 'have', 'known', 'that', 'i', 'sought', 'but', 'of', 'your', 'joy', 'your', 'pain,', 'i', 'hunted', 'only', 'your', 'larger', 'selves', 'walk', 'sky.', 'hunter', 'was', 'also', 'hunted;', 'many', 'of', 'my', 'arrows', 'left', 'my', 'bow', 'only', 'seek', 'my', 'own', 'breast.', 'flier', 'was', 'also', 'creeper;', 'when', 'my', 'wings', 'were', 'spread', 'in', 'their', 'shadow', 'upon', 'earth', 'was', 'i', 'believer', 'was', 'also', 'doubter;', 'often', 'have', 'i', 'put', 'my', 'finger', 'my', 'own', 'wound', 'that', 'i', 'might', 'have', 'belief', 'in', 'you', 'greater', 'of', 'you.', 'it', 'is', 'with', 'this', 'belief', 'this', 'that', 'i', 'say,', 'are', 'not', 'enclosed', 'within', 'your', 'bodies,', 'confined', 'to', 'houses', 'or', 'fields.', 'which', 'is', 'you', 'dwells', 'above', 'roves', 'with', 'wind.', 'is', 'not', 'thing', 'that', 'crawls', 'into', 'sun', 'for', 'warmth', 'or', 'digs', 'holes', 'into', 'for', 'safety,', 'thing', 'free,', 'spirit', 'that', 'envelops', 'earth', 'moves', 'in', 'ether.', 'these', 'be', 'vague', 'words,', 'then', 'seek', 'not', 'clear', 'them.', 'nebulous', 'is', 'beginning', 'of', 'things,', 'but', 'not', 'their', 'end,', 'i', 'fain', 'would', 'have', 'you', 'remember', 'me', 'as', 'beginning.', 'all', 'that', 'lives,', 'is', 'conceived', 'mist', 'not', 'in', 'crystal.', 'who', 'knows', 'but', 'crystal', 'is', 'mist', 'decay?', 'would', 'i', 'have', 'you', 'remember', 'in', 'me:', 'which', 'seems', 'most', 'feeble', 'in', 'you', 'is', 'strongest', 'determined.', 'it', 'not', 'your', 'breath', 'that', 'has', 'erected', 'hardened', 'structure', 'of', 'your', 'is', 'it', 'not', 'dream', 'which', 'none', 'of', 'you', 'having', 'dreamt,', 'that', 'builded', 'city', 'fashioned', 'all', 'there', 'is', 'in', 'you', 'but', 'see', 'tides', 'of', 'that', 'you', 'would', 'cease', 'to', 'see', 'all', 'else,', 'if', 'you', 'could', 'hear', 'whispering', 'of', 'dream', 'you', 'would', 'hear', 'no', 'other', 'sound.', 'you', 'do', 'not', 'see,', 'nor', 'do', 'you', 'hear,', 'is', 'well.', 'veil', 'that', 'clouds', 'your', 'eyes', 'shall', 'be', 'by', 'hands', 'that', 'wove', 'it,', 'clay', 'that', 'fills', 'your', 'ears', 'shall', 'pierced', 'by', 'those', 'fingers', 'that', 'kneaded', 'you', 'shall', 'see.', 'you', 'shall', 'hear.', 'you', 'shall', 'not', 'deplore', 'having', 'known', 'nor', 'regret', 'having', 'been', 'deaf.', 'in', 'that', 'day', 'you', 'shall', 'know', 'purposes', 'in', 'all', 'things,', 'you', 'shall', 'bless', 'darkness', 'as', 'you', 'bless', 'light.', 'saying', 'these', 'things', 'he', 'looked', 'him,', 'he', 'saw', 'pilot', 'of', 'his', 'standing', 'by', 'helm', 'gazing', 'at', 'full', 'sails', 'now', 'at', 'he', 'said:', 'over', 'patient,', 'is', 'captain', 'of', 'ship.', 'wind', 'blows,', 'restless', 'are', 'rudder', 'begs', 'direction;', 'quietly', 'my', 'captain', 'awaits', 'my', 'these', 'my', 'mariners,', 'who', 'have', 'heard', 'choir', 'of', 'greater', 'sea,', 'they', 'too', 'heard', 'me', 'patiently.', 'they', 'wait', 'no', 'longer.', 'am', 'ready.', 'stream', 'has', 'reached', 'sea,', 'more', 'great', 'mother', 'holds', 'her', 'son', 'her', 'breast.', 'you', 'well,', 'people', 'of', 'orphalese.', 'day', 'has', 'ended.', 'is', 'closing', 'upon', 'us', 'even', 'as', 'upon', 'its', 'own', 'tomorrow.', 'was', 'given', 'us', 'here', 'we', 'shall', 'keep,', 'if', 'it', 'suffices', 'not,', 'then', 'again', 'must', 'come', 'together', 'together', 'stretch', 'hands', 'unto', 'giver.', 'not', 'that', 'i', 'shall', 'come', 'back', 'to', 'little', 'while,', 'my', 'longing', 'shall', 'dust', 'foam', 'for', 'another', 'body.', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', 'to', 'you', 'youth', 'i', 'have', 'with', 'you.', 'was', 'but', 'yesterday', 'we', 'met', 'in', 'have', 'sung', 'to', 'me', 'in', 'my', 'i', 'of', 'your', 'longings', 'have', 'tower', 'in', 'sky.', 'now', 'our', 'sleep', 'has', 'fled', 'our', 'dream', 'over,', 'it', 'is', 'no', 'longer', 'dawn.', 'noontide', 'is', 'upon', 'us', 'our', 'half', 'has', 'turned', 'to', 'fuller', 'day,', 'we', 'part.', 'in', 'twilight', 'of', 'memory', 'we', 'should', 'once', 'more,', 'we', 'shall', 'speak', 'again', 'you', 'shall', 'sing', 'to', 'me', 'song.', 'if', 'our', 'hands', 'should', 'meet', 'in', 'another', 'we', 'shall', 'build', 'another', 'tower', 'in', 'sky.', 'saying', 'he', 'made', 'signal', 'to', 'straightway', 'they', 'weighed', 'cast', 'ship', 'loose', 'from', 'its', 'they', 'moved', 'eastward.', 'cry', 'came', 'from', 'people', 'as', 'from', 'heart,', 'it', 'rose', 'into', 'dusk', 'was', 'carried', 'out', 'over', 'sea', 'like', 'trumpeting.', 'almitra', 'was', 'silent,', 'gazing', 'after', 'ship', 'until', 'it', 'had', 'vanished', 'into', 'mist.', 'when', 'all', 'people', 'were', 'dispersed', 'still', 'stood', 'alone', 'upon', 'sea-wall,', 'in', 'her', 'heart', 'his', 'saying,', 'little', 'while,', 'moment', 'of', 'rest', 'upon', 'wind,', 'another', 'woman', 'shall', 'bear', '0134]', 'of', 'project', 'gutenberg', 'ebook', 'of', 'prophet,', 'by', 'kahlil', 'gibran', 'end', 'of', 'this', 'project', 'gutenberg', 'ebook', 'prophet', '***', 'this', 'file', 'should', 'be', 'named', '58585-0.txt', 'or', '58585-0.zip', '*****', 'all', 'associated', 'files', 'of', 'various', 'formats', 'will', 'be', 'found', 'in:', 'http://www.gutenberg.org/5/8/5/8/58585/', 'by', 'david', 'widger', 'from', 'page', 'images', 'generously', 'by', 'internet', 'archive', 'editions', 'will', 'replace', 'previous', 'one--the', 'old', 'editions', 'will', 'renamed.', 'works', 'from', 'print', 'editions', 'not', 'protected', 'by', 'u.s.', 'copyright', 'means', 'that', 'no', 'one', 'owns', 'united', 'states', 'copyright', 'in', 'these', 'works,', 'foundation', '(and', 'you!)', 'can', 'copy', 'distribute', 'it', 'in', 'united', 'without', 'permission', 'without', 'paying', 'copyright', 'special', 'rules,', 'set', 'forth', 'in', 'general', 'terms', 'of', 'use', 'part', 'this', 'license,', 'apply', 'to', 'copying', 'distributing', 'project', 'electronic', 'works', 'to', 'protect', 'project', 'gutenberg-tm', 'trademark.', 'project', 'gutenberg', 'is', 'registered', 'trademark,', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'ebooks,', 'unless', 'you', 'receive', 'permission.', 'if', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'complying', 'with', 'rules', 'is', 'very', 'easy.', 'you', 'may', 'use', 'this', 'ebook', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'research.', 'they', 'may', 'be', 'modified', 'printed', 'given', 'may', 'do', 'practically', 'anything', 'in', 'united', 'states', 'with', 'ebooks', 'protected', 'by', 'u.s.', 'copyright', 'law.', 'redistribution', 'is', 'subject', 'to', 'license,', 'especially', 'commercial', 'redistribution.', 'full', 'license', 'full', 'project', 'gutenberg', 'license', 'read', 'this', 'before', 'you', 'distribute', 'or', 'use', 'this', 'work', 'protect', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'of', 'electronic', 'works,', 'by', 'using', 'or', 'distributing', 'this', 'work', 'any', 'other', 'work', 'associated', 'in', 'any', 'way', 'with', 'phrase', '\"project', 'you', 'agree', 'to', 'comply', 'with', 'all', 'terms', 'of', 'full', 'gutenberg-tm', 'license', 'available', 'with', 'this', 'file', 'or', 'online', 'at', '1.', 'general', 'terms', 'of', 'use', 'redistributing', 'project', 'electronic', 'works', 'by', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'project', 'gutenberg-tm', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'accept', 'all', 'terms', 'of', 'this', 'license', 'intellectual', 'property', 'agreement.', 'if', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'return', 'or', 'all', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'your', 'if', 'you', 'paid', 'fee', 'for', 'obtaining', 'copy', 'of', 'or', 'access', 'to', 'gutenberg-tm', 'electronic', 'work', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'refund', 'from', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '\"project', 'gutenberg\"', 'is', 'registered', 'trademark.', 'it', 'may', 'only', 'be', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'electronic', 'work', 'by', 'people', 'who', 'to', 'be', 'bound', 'by', 'terms', 'of', 'this', 'agreement.', 'there', 'are', 'few', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electronic', 'works', 'without', 'complying', 'with', 'full', 'terms', 'of', 'this', 'agreement.', 'see', '1.c', 'below.', 'there', 'are', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'project', 'electronic', 'works', 'if', 'you', 'follow', 'terms', 'of', 'this', 'help', 'preserve', 'free', 'future', 'access', 'to', 'project', 'gutenberg-tm', 'works.', 'see', 'paragraph', '1.e', 'below.', 'project', 'gutenberg', 'literary', 'archive', 'foundation', '(\"the', 'or', 'pglaf),', 'owns', 'compilation', 'copyright', 'in', 'collection', 'project', 'gutenberg-tm', 'electronic', 'works.', 'nearly', 'all', 'individual', 'in', 'collection', 'are', 'in', 'public', 'domain', 'in', 'united', 'if', 'individual', 'work', 'is', 'unprotected', 'by', 'copyright', 'law', 'in', 'states', 'you', 'are', 'located', 'in', 'united', 'states,', 'we', 'do', 'not', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'work', 'as', 'long', 'as', 'references', 'to', 'project', 'gutenberg', 'are', 'removed.', 'of', 'course,', 'we', 'hope', 'you', 'will', 'support', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'project', 'gutenberg-tm', 'in', 'compliance', 'with', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'gutenberg-tm', 'name', 'associated', 'with', 'work.', 'you', 'can', 'easily', 'with', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'format', 'with', 'its', 'attached', 'full', 'project', 'gutenberg-tm', 'license', 'when', 'share', 'it', 'without', 'charge', 'with', 'others.', 'copyright', 'laws', 'of', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'you', 'can', 'do', 'with', 'this', 'work.', 'copyright', 'laws', 'in', 'most', 'countries', 'are', 'constant', 'state', 'of', 'change.', 'if', 'you', 'are', 'outside', 'united', 'states,', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'terms', 'of', 'this', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'project', 'gutenberg-tm', 'work.', 'foundation', 'makes', 'no', 'concerning', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'outside', 'united', 'states.', 'unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'project', 'gutenberg:', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'access', 'to,', 'full', 'project', 'gutenberg-tm', 'license', 'must', 'appear', 'whenever', 'any', 'copy', 'of', 'project', 'gutenberg-tm', 'work', '(any', 'work', 'which', 'phrase', '\"project', 'gutenberg\"', 'appears,', 'or', 'with', 'which', '\"project', 'gutenberg\"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'viewed,', 'copied', 'or', 'distributed:', 'this', 'ebook', 'is', 'for', 'use', 'of', 'anyone', 'anywhere', 'in', 'united', 'states', 'most', 'other', 'parts', 'of', 'world', 'at', 'no', 'cost', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'you', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'terms', 'of', 'project', 'gutenberg', 'license', 'included', 'with', 'this', 'ebook', 'or', 'online', 'at', 'www.gutenberg.org.', 'if', 'you', 'are', 'not', 'located', 'in', 'united', 'states,', \"you'll\", 'have', 'to', 'check', 'laws', 'of', 'country', 'where', 'you', 'are', 'located', 'before', 'using', 'this', 'ebook.', 'if', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'from', 'texts', 'not', 'protected', 'by', 'u.s.', 'copyright', 'law', '(does', 'not', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'holder),', 'work', 'can', 'be', 'copied', 'distributed', 'to', 'anyone', 'in', 'united', 'states', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'if', 'you', 'are', 'or', 'providing', 'access', 'to', 'work', 'with', 'phrase', '\"project', 'associated', 'with', 'or', 'appearing', 'on', 'work,', 'you', 'must', 'comply', 'with', 'requirements', 'of', 'paragraphs', '1.e.1', 'through', '1.e.7', 'or', 'permission', 'for', 'use', 'of', 'work', 'project', 'gutenberg-tm', 'as', 'set', 'forth', 'in', 'paragraphs', '1.e.8', 'or', '1.e.9.', 'if', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'permission', 'of', 'copyright', 'holder,', 'your', 'use', 'distribution', 'comply', 'with', 'both', 'paragraphs', '1.e.1', 'through', '1.e.7', 'any', 'terms', 'imposed', 'by', 'copyright', 'holder.', 'additional', 'terms', 'be', 'linked', 'to', 'project', 'gutenberg-tm', 'license', 'for', 'all', 'works', 'with', 'permission', 'of', 'copyright', 'holder', 'found', 'at', 'of', 'this', 'work.', 'do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'full', 'project', 'gutenberg-tm', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'part', 'of', 'this', 'or', 'any', 'other', 'work', 'associated', 'with', 'project', 'gutenberg-tm.', 'do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'displaying', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'links', 'or', 'immediate', 'access', 'to', 'full', 'terms', 'of', 'project', 'license.', 'you', 'may', 'convert', 'to', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'word', 'processing', 'or', 'hypertext', 'form.', 'however,', 'if', 'you', 'provide', 'access', 'or', 'distribute', 'copies', 'of', 'project', 'gutenberg-tm', 'work', 'in', 'format', 'than', '\"plain', 'vanilla', 'ascii\"', 'or', 'other', 'format', 'used', 'in', 'official', 'posted', 'on', 'official', 'project', 'gutenberg-tm', 'web', 'site', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'user,', 'provide', 'copy,', 'means', 'of', 'exporting', 'copy,', 'or', 'means', 'obtaining', 'copy', 'upon', 'request,', 'of', 'work', 'in', 'its', 'original', '\"plain', 'ascii\"', 'or', 'other', 'form.', 'any', 'alternate', 'format', 'must', 'include', 'project', 'gutenberg-tm', 'license', 'as', 'specified', 'in', 'paragraph', '1.e.1.', 'do', 'not', 'charge', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'copying', 'or', 'distributing', 'any', 'project', 'gutenberg-tm', 'works', 'you', 'comply', 'with', 'paragraph', '1.e.8', 'or', '1.e.9.', 'you', 'may', 'charge', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'to', 'or', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'that', 'you', 'pay', 'royalty', 'fee', 'of', '20%', 'of', 'gross', 'profits', 'you', 'derive', 'from', 'use', 'of', 'project', 'gutenberg-tm', 'works', 'calculated', 'using', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'fee', 'is', 'owed', 'to', 'owner', 'of', 'project', 'gutenberg-tm', 'trademark,', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'project', 'gutenberg', 'literary', 'archive', 'foundation.', 'royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'sent', 'to', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'at', 'address', 'specified', 'in', 'section', '4,', '\"information', 'about', 'donations', 'to', 'project', 'gutenberg', 'literary', 'archive', 'foundation.\"', 'you', 'provide', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'terms', 'of', 'full', 'project', 'gutenberg-tm', 'license.', 'you', 'must', 'require', 'such', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'works', 'possessed', 'in', 'physical', 'medium', 'discontinue', 'all', 'use', 'of', 'all', 'access', 'to', 'other', 'copies', 'of', 'project', 'gutenberg-tm', 'works.', 'you', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.f.3,', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'work', 'or', 'replacement', 'copy,', 'if', 'defect', 'in', 'electronic', 'work', 'is', 'discovered', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'work.', 'you', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'project', 'gutenberg-tm', 'works.', 'if', 'you', 'wish', 'to', 'charge', 'fee', 'or', 'distribute', 'project', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'both', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'gutenberg', 'trademark', 'llc,', 'owner', 'of', 'project', 'gutenberg-tm', 'contact', 'foundation', 'as', 'set', 'forth', 'in', 'section', '3', 'below.', 'project', 'gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'proofread', 'not', 'protected', 'by', 'u.s.', 'copyright', 'law', 'in', 'creating', 'project', 'collection.', 'despite', 'these', 'efforts,', 'project', 'gutenberg-tm', 'works,', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', '\"defects,\"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'corrupt', 'data,', 'transcription', 'errors,', 'copyright', 'or', 'other', 'property', 'infringement,', 'defective', 'or', 'damaged', 'disk', 'or', 'medium,', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'be', 'read', 'by', 'your', 'equipment.', 'limited', 'warranty,', 'disclaimer', 'of', 'damages', '-', 'except', 'for', '\"right', 'replacement', 'or', 'refund\"', 'described', 'in', 'paragraph', '1.f.3,', 'project', 'literary', 'archive', 'foundation,', 'owner', 'of', 'project', 'trademark,', 'any', 'other', 'party', 'distributing', 'project', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'to', 'you', 'for', 'damages,', 'costs', 'expenses,', 'including', 'legal', 'you', 'agree', 'that', 'you', 'have', 'no', 'remedies', 'for', 'negligence,', 'strict', 'breach', 'of', 'warranty', 'or', 'breach', 'of', 'contract', 'except', 'those', 'in', 'paragraph', '1.f.3.', 'you', 'agree', 'that', 'foundation,', 'owner,', 'any', 'distributor', 'under', 'this', 'agreement', 'will', 'not', 'be', 'to', 'you', 'for', 'actual,', 'direct,', 'indirect,', 'consequential,', 'punitive', 'or', 'damages', 'even', 'if', 'you', 'give', 'notice', 'of', 'possibility', 'of', 'such', 'limited', 'right', 'of', 'replacement', 'or', 'refund', '-', 'if', 'you', 'discover', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'refund', 'of', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'explanation', 'to', 'person', 'you', 'received', 'work', 'from.', 'if', 'you', 'work', 'on', 'physical', 'medium,', 'you', 'must', 'return', 'medium', 'your', 'written', 'explanation.', 'person', 'or', 'entity', 'that', 'provided', 'you', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'replacement', 'copy', 'in', 'of', 'refund.', 'if', 'you', 'received', 'work', 'electronically,', 'person', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'second', 'to', 'receive', 'work', 'electronically', 'in', 'lieu', 'of', 'refund.', 'if', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'refund', 'in', 'writing', 'further', 'opportunities', 'to', 'fix', 'problem.', 'except', 'for', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'paragraph', '1.f.3,', 'this', 'work', 'is', 'provided', 'to', 'you', \"'as-is',\", 'with', 'no', 'warranties', 'of', 'any', 'kind,', 'express', 'or', 'implied,', 'including', 'but', 'not', 'to', 'warranties', 'of', 'merchantability', 'or', 'fitness', 'for', 'any', 'purpose.', 'some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'or', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'if', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'law', 'of', 'state', 'applicable', 'to', 'this', 'agreement,', 'shall', 'be', 'interpreted', 'to', 'make', 'maximum', 'disclaimer', 'or', 'permitted', 'by', 'applicable', 'state', 'law.', 'invalidity', 'or', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'provisions.', 'indemnity', '-', 'you', 'agree', 'to', 'indemnify', 'hold', 'foundation,', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'foundation,', 'anyone', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'with', 'this', 'agreement,', 'any', 'volunteers', 'associated', 'with', 'promotion', 'distribution', 'of', 'project', 'gutenberg-tm', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'expenses,', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'any', 'project', 'gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'or', 'deletions', 'to', 'any', 'project', 'gutenberg-tm', 'work,', '(c)', 'any', 'you', 'cause.', '2.', 'information', 'about', 'mission', 'of', 'project', 'gutenberg-tm', 'gutenberg-tm', 'is', 'synonymous', 'with', 'free', 'distribution', 'of', 'works', 'in', 'formats', 'readable', 'by', 'widest', 'variety', 'of', 'including', 'obsolete,', 'old,', 'middle-aged', 'new', 'computers.', 'it', 'because', 'of', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'donations', 'people', 'in', 'all', 'walks', 'of', 'life.', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'they', 'need', 'are', 'critical', 'to', 'reaching', 'project', \"gutenberg-tm's\", 'ensuring', 'that', 'project', 'gutenberg-tm', 'collection', 'will', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'in', '2001,', 'project', 'literary', 'archive', 'foundation', 'was', 'created', 'to', 'provide', 'secure', 'permanent', 'future', 'for', 'project', 'gutenberg-tm', 'future', 'to', 'learn', 'more', 'about', 'project', 'gutenberg', 'literary', 'foundation', 'how', 'your', 'efforts', 'donations', 'can', 'help,', 'see', '3', '4', 'foundation', 'information', 'page', 'at', 'section', '3.', 'information', 'about', 'project', 'gutenberg', 'archive', 'foundation', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'is', 'non', 'profit', 'educational', 'corporation', 'organized', 'under', 'laws', 'of', 'of', 'mississippi', 'granted', 'tax', 'exempt', 'status', 'by', 'internal', 'service.', \"foundation's\", 'ein', 'or', 'federal', 'tax', 'identification', 'is', '64-6221541.', 'contributions', 'to', 'project', 'gutenberg', 'literary', 'foundation', 'are', 'tax', 'deductible', 'to', 'full', 'extent', 'permitted', 'by', 'federal', 'laws', 'your', \"state's\", 'laws.', \"foundation's\", 'principal', 'office', 'is', 'in', 'fairbanks,', 'alaska,', 'with', 'address:', 'po', 'box', '750175,', 'fairbanks,', 'ak', '99775,', 'but', 'its', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'its', 'business', 'office', 'is', 'located', 'at', '809', 'north', '1500', 'west,', 'salt', 'city,', 'ut', '84116,', '(801)', '596-1887.', 'email', 'contact', 'links', 'up', 'to', 'contact', 'information', 'can', 'be', 'found', 'at', \"foundation's\", 'web', 'site', 'page', 'at', 'www.gutenberg.org/contact', 'additional', 'contact', 'information:', 'dr.', 'gregory', 'b.', 'newby', 'chief', 'executive', 'director', 'gbnewby@pglaf.org', '4.', 'information', 'about', 'donations', 'to', 'project', 'gutenberg', 'archive', 'foundation', 'gutenberg-tm', 'depends', 'upon', 'cannot', 'survive', 'without', 'wide', 'public', 'support', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'number', 'of', 'public', 'domain', 'licensed', 'works', 'that', 'can', 'be', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'widest', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'many', 'small', 'donations', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'with', 'irs.', 'foundation', 'is', 'committed', 'to', 'complying', 'with', 'laws', 'regulating', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'united', 'compliance', 'requirements', 'are', 'not', 'uniform', 'it', 'takes', 'effort,', 'much', 'paperwork', 'many', 'fees', 'to', 'meet', 'keep', 'up', 'these', 'requirements.', 'we', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'to', 'send', 'or', 'determine', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'visit', 'www.gutenberg.org/donate', 'we', 'cannot', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'not', 'met', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'us', 'with', 'offers', 'to', 'donate.', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'united', 'states.', 'u.s.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'check', 'project', 'gutenberg', 'web', 'pages', 'for', 'current', 'donation', 'addresses.', 'donations', 'are', 'accepted', 'in', 'number', 'of', 'other', 'including', 'checks,', 'online', 'payments', 'credit', 'card', 'donations.', 'to', 'please', 'visit:', 'www.gutenberg.org/donate', '5.', 'general', 'information', 'about', 'project', 'gutenberg-tm', 'electronic', 'works.', 'michael', 's.', 'hart', 'was', 'originator', 'of', 'project', 'concept', 'of', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'shared', 'with', 'anyone.', 'for', 'forty', 'years,', 'he', 'produced', 'project', 'gutenberg-tm', 'ebooks', 'with', 'only', 'loose', 'network', 'of', 'support.', 'gutenberg-tm', 'ebooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'not', 'protected', 'by', 'copyright', 'in', 'u.s.', 'unless', 'copyright', 'notice', 'is', 'included.', 'thus,', 'we', 'do', 'not', 'keep', 'ebooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'people', 'start', 'at', 'our', 'web', 'site', 'which', 'has', 'main', 'pg', 'search', 'www.gutenberg.org', 'web', 'site', 'includes', 'information', 'about', 'project', 'gutenberg-tm,', 'how', 'to', 'make', 'donations', 'to', 'project', 'gutenberg', 'literary', 'foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'ebooks,', 'how', 'to', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'ebooks.']\n" + ] + } + ], "source": [ - "def word_filter_case(x):\n", - " \n", - " word_list = ['and', 'the', 'a', 'an']\n", - " \n", - " # your code here" + "prophet_filter1 = list(filter(word_filter_case, result))\n", + "print(prophet_filter1)" ] }, { @@ -256,21 +402,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 61, "metadata": {}, "outputs": [], "source": [ "def concat_space(a, b):\n", - " '''\n", - " Input:Two strings\n", - " Output: A single string separated by a space\n", - " \n", - " Example:\n", - " Input: 'John', 'Smith'\n", - " Output: 'John Smith'\n", - " '''\n", - " \n", - " # your code here" + " result = a + \" \" + b \n", + " return result" ] }, { @@ -282,11 +420,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 62, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "' '" + ] + }, + "execution_count": 62, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "# your code here" + "reduce(concat_space, prophet_filter1, \" \")" ] }, { @@ -302,7 +451,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 83, "metadata": {}, "outputs": [], "source": [ @@ -318,11 +467,11 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 85, "metadata": {}, "outputs": [], "source": [ - "# your code here" + "import pandas as pd" ] }, { @@ -334,10 +483,47 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] + "execution_count": 86, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " No year month day hour pm2.5 DEWP TEMP PRES cbwd Iws \\\n", + "0 1 2010 1 1 0 NaN -21 -11.0 1021.0 NW 1.79 \n", + "1 2 2010 1 1 1 NaN -21 -12.0 1020.0 NW 4.92 \n", + "2 3 2010 1 1 2 NaN -21 -11.0 1019.0 NW 6.71 \n", + "3 4 2010 1 1 3 NaN -21 -14.0 1019.0 NW 9.84 \n", + "4 5 2010 1 1 4 NaN -20 -12.0 1018.0 NW 12.97 \n", + "... ... ... ... ... ... ... ... ... ... ... ... \n", + "43819 43820 2014 12 31 19 8.0 -23 -2.0 1034.0 NW 231.97 \n", + "43820 43821 2014 12 31 20 10.0 -22 -3.0 1034.0 NW 237.78 \n", + "43821 43822 2014 12 31 21 10.0 -22 -3.0 1034.0 NW 242.70 \n", + "43822 43823 2014 12 31 22 8.0 -22 -4.0 1034.0 NW 246.72 \n", + "43823 43824 2014 12 31 23 12.0 -21 -3.0 1034.0 NW 249.85 \n", + "\n", + " Is Ir \n", + "0 0 0 \n", + "1 0 0 \n", + "2 0 0 \n", + "3 0 0 \n", + "4 0 0 \n", + "... .. .. \n", + "43819 0 0 \n", + "43820 0 0 \n", + "43821 0 0 \n", + "43822 0 0 \n", + "43823 0 0 \n", + "\n", + "[43824 rows x 13 columns]\n" + ] + } + ], + "source": [ + "d_frame = pd.read_csv(url)\n", + "print(d_frame)" + ] }, { "cell_type": "markdown", @@ -348,11 +534,146 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# your code here" + "execution_count": 88, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Noyearmonthdayhourpm2.5DEWPTEMPPREScbwdIwsIsIr
012010110NaN-21-11.01021.0NW1.7900
122010111NaN-21-12.01020.0NW4.9200
232010112NaN-21-11.01019.0NW6.7100
342010113NaN-21-14.01019.0NW9.8400
452010114NaN-20-12.01018.0NW12.9700
\n", + "
" + ], + "text/plain": [ + " No year month day hour pm2.5 DEWP TEMP PRES cbwd Iws Is Ir\n", + "0 1 2010 1 1 0 NaN -21 -11.0 1021.0 NW 1.79 0 0\n", + "1 2 2010 1 1 1 NaN -21 -12.0 1020.0 NW 4.92 0 0\n", + "2 3 2010 1 1 2 NaN -21 -11.0 1019.0 NW 6.71 0 0\n", + "3 4 2010 1 1 3 NaN -21 -14.0 1019.0 NW 9.84 0 0\n", + "4 5 2010 1 1 4 NaN -20 -12.0 1018.0 NW 12.97 0 0" + ] + }, + "execution_count": 88, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "d_frame.head()" ] }, { @@ -364,21 +685,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 101, "metadata": {}, "outputs": [], "source": [ - "def hourly(x):\n", - " '''\n", - " Input: A numerical value\n", - " Output: The value divided by 24\n", - " \n", - " Example:\n", - " Input: 48\n", - " Output: 2.0\n", - " '''\n", - " \n", - " # your code here" + "def hourly(Iws, Is, Ir):\n", + " output = (Iws + Is + Ir) / 24\n", + " return output" ] }, { @@ -390,11 +703,32 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# your code here" + "execution_count": 103, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0 0.074583\n", + "1 0.205000\n", + "2 0.279583\n", + "3 0.410000\n", + "4 0.540417\n", + " ... \n", + "43819 9.665417\n", + "43820 9.907500\n", + "43821 10.112500\n", + "43822 10.280000\n", + "43823 10.410417\n", + "Length: 43824, dtype: float64\n" + ] + } + ], + "source": [ + "pm25_hourly = hourly(d_frame['Iws'], d_frame['Is'], d_frame['Ir'])\n", + "\n", + "print(pm25_hourly)" ] }, { @@ -408,7 +742,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -442,7 +776,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.13" + "version": "3.11.5" }, "toc": { "base_numbering": 1,