diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,16354 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "UTT_BOUNDARY", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "PAD", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "UNK", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Replace", + "pattern": { + "String": " " + }, + "content": "" + }, + { + "type": "Replace", + "pattern": { + "String": "\t" + }, + "content": "" + }, + { + "type": "NFD" + }, + { + "type": "Lowercase" + }, + { + "type": "Strip", + "strip_left": true, + "strip_right": true + }, + { + "type": "StripAccents" + } + ] + }, + "pre_tokenizer": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "UTT_BOUNDARY", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "UTT_BOUNDARY", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "UTT_BOUNDARY", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": { + "UTT_BOUNDARY": { + "id": "UTT_BOUNDARY", + "ids": [ + 0 + ], + "tokens": [ + "UTT_BOUNDARY" + ] + } + } + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "UTT_BOUNDARY": 0, + "PAD": 1, + "UNK": 2, + "!": 3, + "\"": 4, + "#": 5, + "$": 6, + "%": 7, + "&": 8, + "'": 9, + "(": 10, + ")": 11, + "*": 12, + "+": 13, + ",": 14, + "-": 15, + ".": 16, + "/": 17, + "0": 18, + "1": 19, + "2": 20, + "3": 21, + "4": 22, + "5": 23, + "6": 24, + "7": 25, + "8": 26, + "9": 27, + ":": 28, + ";": 29, + "<": 30, + "=": 31, + ">": 32, + "?": 33, + "@": 34, + "[": 35, + "\\": 36, + "]": 37, + "^": 38, + "_": 39, + "`": 40, + "a": 41, + "b": 42, + "c": 43, + "d": 44, + "e": 45, + "f": 46, + "g": 47, + "h": 48, + "i": 49, + "j": 50, + "k": 51, + "l": 52, + "m": 53, + "n": 54, + "o": 55, + "p": 56, + "q": 57, + "r": 58, + "s": 59, + "t": 60, + "u": 61, + "v": 62, + "w": 63, + "x": 64, + "y": 65, + "z": 66, + "{": 67, + "|": 68, + "}": 69, + "~": 70, + "¡": 71, + "¢": 72, + "£": 73, + "¤": 74, + "¥": 75, + "¦": 76, + "§": 77, + "¨": 78, + "©": 79, + "ª": 80, + "«": 81, + "¬": 82, + "®": 83, + "¯": 84, + "°": 85, + "±": 86, + "²": 87, + "³": 88, + "´": 89, + "µ": 90, + "¶": 91, + "·": 92, + "¸": 93, + "¹": 94, + "º": 95, + "»": 96, + "¼": 97, + "½": 98, + "¾": 99, + "¿": 100, + "Â": 101, + "Ã": 102, + "Ä": 103, + "Å": 104, + "Æ": 105, + "Ç": 106, + "È": 107, + "É": 108, + "Ê": 109, + "Ë": 110, + "Î": 111, + "Ï": 112, + "Ð": 113, + "Ñ": 114, + "Ò": 115, + "Ó": 116, + "Ô": 117, + "Ö": 118, + "×": 119, + "Ø": 120, + "Ù": 121, + "Ú": 122, + "Û": 123, + "Ü": 124, + "Ý": 125, + "Þ": 126, + "à": 127, + "á": 128, + "â": 129, + "ã": 130, + "ä": 131, + "å": 132, + "æ": 133, + "ç": 134, + "è": 135, + "é": 136, + "ê": 137, + "î": 138, + "ï": 139, + "ð": 140, + "Č": 141, + "ġ": 142, + "Ģ": 143, + "ģ": 144, + "Ĥ": 145, + "ĥ": 146, + "Ħ": 147, + "ħ": 148, + "Ĩ": 149, + "ĩ": 150, + "Ī": 151, + "ī": 152, + "Ĭ": 153, + "ĭ": 154, + "Į": 155, + "į": 156, + "İ": 157, + "ı": 158, + "IJ": 159, + "ij": 160, + "Ĵ": 161, + "ĵ": 162, + "Ķ": 163, + "ķ": 164, + "ĸ": 165, + "Ĺ": 166, + "ĺ": 167, + "Ļ": 168, + "ļ": 169, + "Ľ": 170, + "ľ": 171, + "Ŀ": 172, + "ŀ": 173, + "Ł": 174, + "ł": 175, + "Ń": 176, + "th": 177, + "in": 178, + "the": 179, + "an": 180, + "re": 181, + "ou": 182, + "on": 183, + "er": 184, + "at": 185, + "is": 186, + "to": 187, + "en": 188, + "al": 189, + "as": 190, + "es": 191, + "ed": 192, + "it": 193, + "and": 194, + "or": 195, + "ing": 196, + "ar": 197, + "you": 198, + "of": 199, + "he": 200, + "me": 201, + "le": 202, + "st": 203, + "ow": 204, + "ic": 205, + "ll": 206, + "wh": 207, + "se": 208, + "be": 209, + "ac": 210, + "ve": 211, + "'s": 212, + "ad": 213, + "id": 214, + "ro": 215, + "that": 216, + "we": 217, + "ay": 218, + "ch": 219, + "ly": 220, + "ion": 221, + "gh": 222, + "am": 223, + "ot": 224, + "ld": 225, + "for": 226, + "was": 227, + "so": 228, + "wi": 229, + "co": 230, + "li": 231, + "ver": 232, + "ent": 233, + "ri": 234, + "ut": 235, + "are": 236, + "un": 237, + "ab": 238, + "..": 239, + "ke": 240, + "go": 241, + "ir": 242, + "ha": 243, + "ge": 244, + "lo": 245, + "'t": 246, + "all": 247, + "im": 248, + "ter": 249, + "us": 250, + "ap": 251, + "this": 252, + "ght": 253, + "now": 254, + "one": 255, + "with": 256, + "mo": 257, + "ur": 258, + "ther": 259, + "do": 260, + "sh": 261, + "ce": 262, + "pe": 263, + "what": 264, + "de": 265, + "there": 266, + "ne": 267, + "if": 268, + "te": 269, + "no": 270, + "out": 271, + "ok": 272, + "they": 273, + "fe": 274, + "inthe": 275, + "ag": 276, + "ofthe": 277, + "ould": 278, + "ant": 279, + "my": 280, + "up": 281, + "tr": 282, + "but": 283, + "il": 284, + "here": 285, + "ain": 286, + "not": 287, + "ye": 288, + "od": 289, + "ust": 290, + "ation": 291, + "tof": 292, + "oun": 293, + "his": 294, + "con": 295, + "pl": 296, + "have": 297, + "po": 298, + "man": 299, + "know": 300, + "ti": 301, + "ah": 302, + "thing": 303, + "ul": 304, + "your": 305, + "rom": 306, + "our": 307, + "...": 308, + "by": 309, + "res": 310, + "com": 311, + "ers": 312, + "est": 313, + "af": 314, + "ct": 315, + "op": 316, + "ess": 317, + "wor": 318, + "um": 319, + "au": 320, + "she": 321, + "them": 322, + "can": 323, + "ind": 324, + "qu": 325, + "ig": 326, + "from": 327, + "art": 328, + "her": 329, + "ak": 330, + "ate": 331, + "pro": 332, + "oh": 333, + "'re": 334, + "thes": 335, + "ard": 336, + "red": 337, + "ie": 338, + "ill": 339, + "aw": 340, + "19": 341, + "ally": 342, + "fo": 343, + "get": 344, + "âĢ": 345, + "some": 346, + "bo": 347, + "end": 348, + "very": 349, + "ack": 350, + "like": 351, + "'m": 352, + "edto": 353, + "ist": 354, + "just": 355, + "ame": 356, + "ine": 357, + "then": 358, + "ry": 359, + "ink": 360, + "ho": 361, + "20": 362, + "ast": 363, + "ake": 364, + "su": 365, + "ber": 366, + "had": 367, + "gr": 368, + "ound": 369, + "ong": 370, + "ck": 371, + "ish": 372, + "ex": 373, + "about": 374, + "were": 375, + "own": 376, + "right": 377, + "well": 378, + "ol": 379, + "br": 380, + "ity": 381, + "any": 382, + "om": 383, + "ven": 384, + "him": 385, + "sto": 386, + "when": 387, + "will": 388, + "don": 389, + "ight": 390, + "how": 391, + "ment": 392, + "ive": 393, + "aid": 394, + "see": 395, + "ide": 396, + "'ll": 397, + "per": 398, + "would": 399, + "yeah": 400, + "think": 401, + "ich": 402, + "want": 403, + "el": 404, + "way": 405, + "cl": 406, + "tothe": 407, + "let": 408, + "ren": 409, + "ous": 410, + "av": 411, + "come": 412, + "act": 413, + "who": 414, + "ty": 415, + "look": 416, + "ough": 417, + "thef": 418, + "sp": 419, + "der": 420, + "bl": 421, + "itt": 422, + "ice": 423, + "ci": 424, + "sof": 425, + "ath": 426, + "where": 427, + "other": 428, + "mar": 429, + "ingto": 430, + "bec": 431, + "ep": 432, + "than": 433, + "tw": 434, + "got": 435, + "yes": 436, + "ass": 437, + "ort": 438, + "ree": 439, + "did": 440, + "'ve": 441, + "good": 442, + "ace": 443, + "time": 444, + "onthe": 445, + "ach": 446, + "tor": 447, + "off": 448, + "age": 449, + "bu": 450, + "sand": 451, + "ang": 452, + "ies": 453, + "pr": 454, + "which": 455, + "ase": 456, + "ple": 457, + "been": 458, + "day": 459, + "--": 460, + "thec": 461, + "more": 462, + "ire": 463, + "ans": 464, + "ure": 465, + "ave": 466, + "ip": 467, + "back": 468, + "work": 469, + "ick": 470, + "ade": 471, + "iv": 472, + "sel": 473, + "ite": 474, + "itwas": 475, + "say": 476, + "fore": 477, + "ause": 478, + "ud": 479, + "has": 480, + "si": 481, + "ople": 482, + "edin": 483, + "itis": 484, + "people": 485, + ".\"": 486, + "reat": 487, + "irst": 488, + "em": 489, + "youknow": 490, + "sin": 491, + "ble": 492, + "ary": 493, + "ican": 494, + "theb": 495, + "sc": 496, + "after": 497, + "thep": 498, + "idon": 499, + "et": 500, + "new": 501, + "alk": 502, + "form": 503, + "why": 504, + "may": 505, + "uh": 506, + "bet": 507, + "gu": 508, + "only": 509, + "00": 510, + "play": 511, + "could": 512, + "ars": 513, + "int": 514, + "okay": 515, + "land": 516, + "because": 517, + "ves": 518, + "edby": 519, + "orn": 520, + "jo": 521, + "str": 522, + "ance": 523, + "min": 524, + "over": 525, + "their": 526, + "pos": 527, + "par": 528, + "pres": 529, + "ater": 530, + "pp": 531, + "dis": 532, + "able": 533, + "again": 534, + "ith": 535, + "these": 536, + "ph": 537, + "its": 538, + ",\"": 539, + "call": 540, + "ia": 541, + "ret": 542, + "down": 543, + "air": 544, + "ian": 545, + "atthe": 546, + "mber": 547, + "put": 548, + "son": 549, + "hewas": 550, + "urn": 551, + "cr": 552, + "mon": 553, + "ue": 554, + "self": 555, + "ated": 556, + "les": 557, + "ild": 558, + "ittle": 559, + "ser": 560, + "areyou": 561, + "igh": 562, + "tell": 563, + "also": 564, + "ction": 565, + "uch": 566, + "andthe": 567, + "ought": 568, + "iss": 569, + "read": 570, + "amp": 571, + "ord": 572, + "thisis": 573, + "201": 574, + "doyou": 575, + "port": 576, + "thr": 577, + "cho": 578, + "tom": 579, + "ather": 580, + "thel": 581, + "ved": 582, + "gon": 583, + "coun": 584, + "take": 585, + "ise": 586, + "said": 587, + "ence": 588, + "dr": 589, + "pt": 590, + "ever": 591, + "men": 592, + "hel": 593, + "fr": 594, + "ins": 595, + "car": 596, + "try": 597, + "tho": 598, + "iz": 599, + "ical": 600, + "many": 601, + "mean": 602, + "two": 603, + "uck": 604, + "ile": 605, + "ign": 606, + "part": 607, + "ts": 608, + "every": 609, + "under": 610, + "ann": 611, + "ting": 612, + "'d": 613, + "really": 614, + "ail": 615, + "sor": 616, + "ifyou": 617, + "wr": 618, + "ition": 619, + "tobe": 620, + "old": 621, + "col": 622, + "ask": 623, + "tain": 624, + "gonn": 625, + "ouse": 626, + "something": 627, + "du": 628, + "most": 629, + "ates": 630, + "edthe": 631, + "ys": 632, + "ingthe": 633, + "goingto": 634, + "att": 635, + "before": 636, + "ody": 637, + "ens": 638, + "ane": 639, + "fl": 640, + "ton": 641, + "eng": 642, + "tim": 643, + "ands": 644, + "als": 645, + "cent": 646, + "ithink": 647, + "200": 648, + "iwas": 649, + "mr": 650, + "je": 651, + "won": 652, + "hes": 653, + "thank": 654, + "into": 655, + "ces": 656, + "wo": 657, + "does": 658, + "comm": 659, + "ings": 660, + "edon": 661, + "amer": 662, + "head": 663, + "even": 664, + "first": 665, + "much": 666, + "world": 667, + "ull": 668, + "away": 669, + "made": 670, + "gen": 671, + "forthe": 672, + "lie": 673, + "fin": 674, + "atch": 675, + "ss": 676, + "cont": 677, + "nor": 678, + "az": 679, + "âĢľ": 680, + "through": 681, + "inter": 682, + "ving": 683, + "vers": 684, + "long": 685, + "ily": 686, + "give": 687, + "ear": 688, + "âĢĿ": 689, + "spe": 690, + "youcan": 691, + "med": 692, + "life": 693, + "ash": 694, + "iam": 695, + "app": 696, + "ually": 697, + "tow": 698, + "18": 699, + "use": 700, + "bro": 701, + "talk": 702, + "vi": 703, + "ub": 704, + "ger": 705, + "oc": 706, + "ange": 707, + "happ": 708, + "stand": 709, + "body": 710, + "mm": 711, + "feren": 712, + "ited": 713, + "cour": 714, + "love": 715, + "des": 716, + "going": 717, + "che": 718, + "cle": 719, + "ful": 720, + "should": 721, + "''": 722, + "ps": 723, + "too": 724, + "wantto": 725, + "ict": 726, + "pre": 727, + "cer": 728, + "llow": 729, + "never": 730, + "arm": 731, + "ale": 732, + "wa": 733, + "make": 734, + "pol": 735, + "cess": 736, + "ene": 737, + "ome": 738, + "``": 739, + "those": 740, + "help": 741, + "haveto": 742, + "andi": 743, + "ff": 744, + "riend": 745, + "ten": 746, + "ank": 747, + "three": 748, + "great": 749, + "hey": 750, + "bes": 751, + "withthe": 752, + "aking": 753, + "show": 754, + "ship": 755, + "care": 756, + "outof": 757, + "god": 758, + "comp": 759, + "âĢĻ": 760, + "still": 761, + "clo": 762, + "cond": 763, + "outh": 764, + "found": 765, + "ions": 766, + "vie": 767, + "unt": 768, + "ma": 769, + "oney": 770, + "rest": 771, + "char": 772, + "gan": 773, + "add": 774, + "went": 775, + "light": 776, + "erson": 777, + "alo": 778, + "inn": 779, + "things": 780, + "mus": 781, + "ason": 782, + "irl": 783, + "being": 784, + "\".": 785, + "âĻ": 786, + "year": 787, + "bed": 788, + "ult": 789, + "ste": 790, + "child": 791, + "fromthe": 792, + "kill": 793, + "ial": 794, + "ational": 795, + "gl": 796, + "andthen": 797, + "augh": 798, + "top": 799, + "sup": 800, + "house": 801, + "akes": 802, + "sure": 803, + "place": 804, + "ations": 805, + "iknow": 806, + "king": 807, + "xt": 808, + "years": 809, + "erm": 810, + "vis": 811, + "âĢĵ": 812, + "chool": 813, + "vent": 814, + "ifferen": 815, + "hand": 816, + "bab": 817, + "times": 818, + "born": 819, + "though": 820, + "kind": 821, + "friend": 822, + "wes": 823, + "another": 824, + "war": 825, + "io": 826, + "und": 827, + "pu": 828, + "doing": 829, + "start": 830, + "athe": 831, + "around": 832, + "reg": 833, + "ft": 834, + "night": 835, + "bre": 836, + "cy": 837, + "keep": 838, + "cal": 839, + "side": 840, + "less": 841, + "cap": 842, + "ied": 843, + "âĻª": 844, + "ob": 845, + "ared": 846, + "mer": 847, + "tory": 848, + "such": 849, + "tri": 850, + "hed": 851, + "ek": 852, + "199": 853, + "anything": 854, + "fam": 855, + "ways": 856, + "afe": 857, + "ident": 858, + "val": 859, + "word": 860, + "ital": 861, + "ready": 862, + "||": 863, + "log": 864, + "cre": 865, + "cur": 866, + "better": 867, + "known": 868, + ").": 869, + "home": 870, + "point": 871, + "ones": 872, + "set": 873, + "atter": 874, + "led": 875, + "came": 876, + "mother": 877, + "thefirst": 878, + "while": 879, + "girl": 880, + "aren": 881, + "ress": 882, + "betwe": 883, + "tofthe": 884, + "low": 885, + "turn": 886, + "ried": 887, + "called": 888, + "sy": 889, + "gi": 890, + "maybe": 891, + "ced": 892, + "wait": 893, + "comeon": 894, + "idn": 895, + "thankyou": 896, + "uni": 897, + "must": 898, + "bar": 899, + "ug": 900, + "father": 901, + "last": 902, + "cord": 903, + "sorry": 904, + "ames": 905, + "ago": 906, + "ward": 907, + "nothing": 908, + "please": 909, + "ating": 910, + "miss": 911, + "little": 912, + "hell": 913, + "ms": 914, + "bas": 915, + "belie": 916, + "wed": 917, + "high": 918, + "told": 919, + "ics": 920, + "ctor": 921, + "find": 922, + "alittle": 923, + "vol": 924, + "sm": 925, + "book": 926, + "youare": 927, + "bus": 928, + "ness": 929, + "thed": 930, + "both": 931, + "four": 932, + "need": 933, + "between": 934, + "oneofthe": 935, + "room": 936, + "abe": 937, + "ors": 938, + "didyou": 939, + "arch": 940, + "ute": 941, + "along": 942, + "ird": 943, + "ju": 944, + "row": 945, + "isthat": 946, + "member": 947, + "os": 948, + "open": 949, + "mes": 950, + "haven": 951, + "list": 952, + "water": 953, + "imean": 954, + "name": 955, + "umber": 956, + "shewas": 957, + "alf": 958, + "allright": 959, + "10": 960, + "pri": 961, + "ball": 962, + "rel": 963, + "feel": 964, + "gre": 965, + "united": 966, + "youn": 967, + "),": 968, + "sare": 969, + "aster": 970, + "ais": 971, + "cial": 972, + "ines": 973, + "ious": 974, + "inte": 975, + "leg": 976, + "hi": 977, + "cor": 978, + "ual": 979, + "ister": 980, + "used": 981, + "gether": 982, + "produ": 983, + "ular": 984, + "actually": 985, + "boy": 986, + "incl": 987, + "didn": 988, + "mind": 989, + "ket": 990, + "until": 991, + "publ": 992, + "198": 993, + "une": 994, + "appe": 995, + "states": 996, + "joh": 997, + "stud": 998, + "sol": 999, + "ihave": 1000, + "full": 1001, + "main": 1002, + "next": 1003, + "ifferent": 1004, + "owe": 1005, + "tome": 1006, + "hear": 1007, + "gener": 1008, + "ris": 1009, + "took": 1010, + "allthe": 1011, + "mb": 1012, + "ele": 1013, + "coming": 1014, + "later": 1015, + "que": 1016, + "ark": 1017, + "dur": 1018, + "run": 1019, + "den": 1020, + "quest": 1021, + "thereis": 1022, + "follow": 1023, + "sho": 1024, + "state": 1025, + "cri": 1026, + "american": 1027, + "andyou": 1028, + "course": 1029, + "cons": 1030, + "lt": 1031, + "ower": 1032, + "big": 1033, + "sir": 1034, + "uary": 1035, + "thesame": 1036, + "present": 1037, + "thatis": 1038, + "ures": 1039, + "oup": 1040, + "huh": 1041, + "ix": 1042, + "ities": 1043, + "always": 1044, + "left": 1045, + "hold": 1046, + "stop": 1047, + "once": 1048, + "\",": 1049, + "sing": 1050, + "john": 1051, + "might": 1052, + "uc": 1053, + "gover": 1054, + "thatthe": 1055, + "week": 1056, + "ik": 1057, + "team": 1058, + "pect": 1059, + "arn": 1060, + "mp": 1061, + "aut": 1062, + "197": 1063, + "shes": 1064, + "live": 1065, + "thought": 1066, + "itch": 1067, + "ened": 1068, + "isit": 1069, + "youdon": 1070, + "person": 1071, + "esof": 1072, + "move": 1073, + "ative": 1074, + "thet": 1075, + "ina": 1076, + "ond": 1077, + "ingfor": 1078, + "mor": 1079, + "ross": 1080, + "iness": 1081, + "ons": 1082, + "thereare": 1083, + "bur": 1084, + "tos": 1085, + "cept": 1086, + "fort": 1087, + "therewas": 1088, + "children": 1089, + "amed": 1090, + "real": 1091, + "met": 1092, + "edwith": 1093, + "ific": 1094, + "face": 1095, + "di": 1096, + "leave": 1097, + "since": 1098, + "hu": 1099, + "har": 1100, + "town": 1101, + "enough": 1102, + "fect": 1103, + "15": 1104, + "thatwas": 1105, + "ling": 1106, + "foot": 1107, + "ax": 1108, + "money": 1109, + "ley": 1110, + "blo": 1111, + "young": 1112, + "theywere": 1113, + "fun": 1114, + "pass": 1115, + "hy": 1116, + "bythe": 1117, + "fer": 1118, + "17": 1119, + "vic": 1120, + "ator": 1121, + "ili": 1122, + "national": 1123, + "ze": 1124, + "vo": 1125, + "abo": 1126, + "ier": 1127, + "ny": 1128, + "hard": 1129, + "todo": 1130, + "isthe": 1131, + "asthe": 1132, + "today": 1133, + "hehad": 1134, + "without": 1135, + "stem": 1136, + "ished": 1137, + "thatyou": 1138, + "ted": 1139, + "mil": 1140, + "omen": 1141, + "ai": 1142, + "pop": 1143, + "sur": 1144, + "ays": 1145, + "against": 1146, + "whic": 1147, + "city": 1148, + "ung": 1149, + "thim": 1150, + "done": 1151, + "kindof": 1152, + "five": 1153, + "ject": 1154, + "cut": 1155, + "ield": 1156, + "gg": 1157, + "lead": 1158, + "theyare": 1159, + "inde": 1160, + "family": 1161, + "esand": 1162, + "aj": 1163, + "music": 1164, + "became": 1165, + "bad": 1166, + "press": 1167, + "import": 1168, + "isn": 1169, + "wecan": 1170, + "cus": 1171, + "willbe": 1172, + "196": 1173, + "comes": 1174, + "band": 1175, + "build": 1176, + "door": 1177, + "sit": 1178, + "getting": 1179, + "mal": 1180, + "six": 1181, + "heart": 1182, + "ore": 1183, + "unitedstates": 1184, + "univers": 1185, + "tive": 1186, + "stay": 1187, + "afr": 1188, + "together": 1189, + "ters": 1190, + "pret": 1191, + "foryou": 1192, + "watch": 1193, + "ream": 1194, + "thathe": 1195, + "ner": 1196, + "proble": 1197, + "ince": 1198, + "usedto": 1199, + "orning": 1200, + "school": 1201, + "heis": 1202, + "000": 1203, + "12": 1204, + "possi": 1205, + "believe": 1206, + "?\"": 1207, + "line": 1208, + "intothe": 1209, + "ork": 1210, + "acom": 1211, + "16": 1212, + "soon": 1213, + "doesn": 1214, + "sub": 1215, + "brother": 1216, + "lik": 1217, + "colle": 1218, + "ages": 1219, + "order": 1220, + "inthis": 1221, + "ents": 1222, + "kid": 1223, + "leas": 1224, + "vel": 1225, + "yet": 1226, + "everything": 1227, + "ped": 1228, + "wind": 1229, + "wouldbe": 1230, + "whatyou": 1231, + "includ": 1232, + "andthat": 1233, + "jan": 1234, + "haves": 1235, + "till": 1236, + "ral": 1237, + "seen": 1238, + "prov": 1239, + "tod": 1240, + "interest": 1241, + "understand": 1242, + "ives": 1243, + "oneof": 1244, + "agood": 1245, + "sk": 1246, + "ense": 1247, + "andit": 1248, + "ism": 1249, + "listen": 1250, + "heard": 1251, + "best": 1252, + "velo": 1253, + "remember": 1254, + "wehave": 1255, + "lar": 1256, + "ofcourse": 1257, + "whenyou": 1258, + "law": 1259, + "inc": 1260, + "la": 1261, + "walk": 1262, + "job": 1263, + "ither": 1264, + "mom": 1265, + "death": 1266, + "whow": 1267, + "andhe": 1268, + "wel": 1269, + "black": 1270, + "mad": 1271, + "atr": 1272, + "inst": 1273, + "ationof": 1274, + "morning": 1275, + "aper": 1276, + "dec": 1277, + "govern": 1278, + "alb": 1279, + "vil": 1280, + "leep": 1281, + "ionof": 1282, + "laugh": 1283, + "road": 1284, + "bit": 1285, + "key": 1286, + "tem": 1287, + "beg": 1288, + "plac": 1289, + "probab": 1290, + "contin": 1291, + "ididn": 1292, + "\"(": 1293, + "hon": 1294, + "toget": 1295, + "hour": 1296, + "urch": 1297, + "whatdoyou": 1298, + "peri": 1299, + "aswell": 1300, + "inhis": 1301, + "gy": 1302, + "ont": 1303, + "oper": 1304, + "lish": 1305, + "mark": 1306, + "chang": 1307, + "thave": 1308, + "whath": 1309, + "west": 1310, + "fine": 1311, + "lad": 1312, + "30": 1313, + "fac": 1314, + "whichis": 1315, + "polit": 1316, + "sthat": 1317, + "vice": 1318, + "iter": 1319, + "bring": 1320, + "ihad": 1321, + "canyou": 1322, + "allow": 1323, + "igot": 1324, + "offic": 1325, + "edfor": 1326, + "however": 1327, + "mic": 1328, + "whe": 1329, + "icould": 1330, + "else": 1331, + "uff": 1332, + "toyou": 1333, + "anim": 1334, + "weare": 1335, + "ityof": 1336, + "wrong": 1337, + "mill": 1338, + "thath": 1339, + "eat": 1340, + "ef": 1341, + "oes": 1342, + "whatareyou": 1343, + "likethat": 1344, + "plan": 1345, + "softhe": 1346, + "ati": 1347, + "north": 1348, + "happen": 1349, + "tru": 1350, + "sim": 1351, + "important": 1352, + "fro": 1353, + "arr": 1354, + "grap": 1355, + "fic": 1356, + "iwant": 1357, + "youhave": 1358, + "view": 1359, + "ii": 1360, + "women": 1361, + "ingand": 1362, + "dire": 1363, + "tosee": 1364, + "alotof": 1365, + "prof": 1366, + "quite": 1367, + "wann": 1368, + "hen": 1369, + "edup": 1370, + "trans": 1371, + "ature": 1372, + "por": 1373, + "tore": 1374, + "isan": 1375, + "ca": 1376, + "edand": 1377, + "hur": 1378, + "aken": 1379, + "del": 1380, + "ijust": 1381, + "woman": 1382, + "round": 1383, + "near": 1384, + "inal": 1385, + "ben": 1386, + "makes": 1387, + "ison": 1388, + "gt": 1389, + "ster": 1390, + "ford": 1391, + "iwould": 1392, + "wife": 1393, + "ese": 1394, + "ush": 1395, + "commun": 1396, + "change": 1397, + "ries": 1398, + "far": 1399, + "fre": 1400, + "having": 1401, + "probably": 1402, + "ically": 1403, + "195": 1404, + "ards": 1405, + "fil": 1406, + "already": 1407, + "andthey": 1408, + "wood": 1409, + "pen": 1410, + "dy": 1411, + "Âł": 1412, + "ides": 1413, + "van": 1414, + "class": 1415, + "guy": 1416, + "havebeen": 1417, + "lookat": 1418, + "gram": 1419, + "gone": 1420, + "edas": 1421, + "bor": 1422, + "14": 1423, + "iwill": 1424, + "cu": 1425, + "uro": 1426, + "whole": 1427, + "ingin": 1428, + "white": 1429, + "ofhis": 1430, + "asy": 1431, + "grand": 1432, + "ately": 1433, + "andwe": 1434, + "194": 1435, + "ury": 1436, + "ica": 1437, + "stof": 1438, + "ution": 1439, + "second": 1440, + "dead": 1441, + "cas": 1442, + "beh": 1443, + "amin": 1444, + "bi": 1445, + "tre": 1446, + "shed": 1447, + "hello": 1448, + "bye": 1449, + "mis": 1450, + "learn": 1451, + "himself": 1452, + "ments": 1453, + "game": 1454, + "ground": 1455, + "pend": 1456, + "someone": 1457, + "atur": 1458, + "happy": 1459, + "edit": 1460, + ".âĢĿ": 1461, + "var": 1462, + "ithought": 1463, + "record": 1464, + "swe": 1465, + "ingabout": 1466, + "13": 1467, + "company": 1468, + "meet": 1469, + "sold": 1470, + "ler": 1471, + "ude": 1472, + "plain": 1473, + "hm": 1474, + "ants": 1475, + "dri": 1476, + "creat": 1477, + "began": 1478, + "apri": 1479, + "wer": 1480, + "roy": 1481, + "looking": 1482, + "hor": 1483, + "return": 1484, + "goes": 1485, + "during": 1486, + "power": 1487, + ",''": 1488, + "togo": 1489, + "dad": 1490, + "business": 1491, + "cand": 1492, + "aman": 1493, + "march": 1494, + "wish": 1495, + "group": 1496, + "ning": 1497, + "idea": 1498, + "fuck": 1499, + "gust": 1500, + "yourself": 1501, + "bill": 1502, + "given": 1503, + "vir": 1504, + "pet": 1505, + "hat": 1506, + "inf": 1507, + "stru": 1508, + "isa": 1509, + "train": 1510, + "different": 1511, + "beaut": 1512, + "lon": 1513, + "pay": 1514, + "afew": 1515, + "asked": 1516, + "public": 1517, + "saying": 1518, + "ility": 1519, + "ouch": 1520, + "undred": 1521, + "guys": 1522, + "ump": 1523, + "qual": 1524, + "upon": 1525, + "organ": 1526, + "tern": 1527, + "ae": 1528, + "ado": 1529, + "seem": 1530, + "york": 1531, + "orig": 1532, + "hesaid": 1533, + "star": 1534, + "tellme": 1535, + "conf": 1536, + "gave": 1537, + "aim": 1538, + "field": 1539, + "ional": 1540, + "sen": 1541, + "contro": 1542, + "county": 1543, + "tele": 1544, + "break": 1545, + "inthere": 1546, + "ott": 1547, + "dam": 1548, + "tomake": 1549, + "thee": 1550, + "nice": 1551, + "fall": 1552, + "mid": 1553, + "pleas": 1554, + "lost": 1555, + "clear": 1556, + "club": 1557, + "question": 1558, + "certain": 1559, + "edthat": 1560, + "means": 1561, + "ney": 1562, + "bal": 1563, + "theother": 1564, + "withyou": 1565, + "unch": 1566, + "making": 1567, + "rop": 1568, + "loc": 1569, + "ats": 1570, + "morethan": 1571, + "sever": 1572, + "!\"": 1573, + "yougot": 1574, + "thor": 1575, + "21": 1576, + "forme": 1577, + "tot": 1578, + "mag": 1579, + "resp": 1580, + "position": 1581, + "develo": 1582, + "net": 1583, + "pretty": 1584, + "letme": 1585, + "angu": 1586, + "human": 1587, + "youwere": 1588, + "ider": 1589, + "church": 1590, + "mrs": 1591, + ".''": 1592, + "sha": 1593, + "22": 1594, + "ham": 1595, + ".'": 1596, + "lim": 1597, + "gar": 1598, + "umb": 1599, + "often": 1600, + "lin": 1601, + "mall": 1602, + "agr": 1603, + "pose": 1604, + "apan": 1605, + "thanks": 1606, + "step": 1607, + "grow": 1608, + "hope": 1609, + ",âĢĿ": 1610, + "cell": 1611, + "month": 1612, + "action": 1613, + "quick": 1614, + "hot": 1615, + "los": 1616, + "ances": 1617, + "government": 1618, + "sometimes": 1619, + "andre": 1620, + "area": 1621, + "possible": 1622, + "thre": 1623, + "january": 1624, + "myself": 1625, + "25": 1626, + "sex": 1627, + "anew": 1628, + "alone": 1629, + "close": 1630, + "isaid": 1631, + "country": 1632, + "ize": 1633, + "ofthem": 1634, + "almost": 1635, + "pa": 1636, + "cret": 1637, + "party": 1638, + "true": 1639, + "ived": 1640, + "uk": 1641, + "anc": 1642, + "lly": 1643, + "butit": 1644, + "ingof": 1645, + "ired": 1646, + "behind": 1647, + "doit": 1648, + "album": 1649, + "ues": 1650, + "11": 1651, + "partof": 1652, + "sow": 1653, + "div": 1654, + "toff": 1655, + "pal": 1656, + "brit": 1657, + "half": 1658, + "exc": 1659, + "sep": 1660, + "partic": 1661, + "ken": 1662, + "number": 1663, + "case": 1664, + "ido": 1665, + "logy": 1666, + "tryingto": 1667, + "gold": 1668, + "ample": 1669, + "inmy": 1670, + "chr": 1671, + "aff": 1672, + "avery": 1673, + "pain": 1674, + "releas": 1675, + "jack": 1676, + "ofs": 1677, + "rent": 1678, + "appro": 1679, + "emp": 1680, + "utes": 1681, + "aughter": 1682, + "oud": 1683, + "edinthe": 1684, + "buti": 1685, + "prom": 1686, + "abit": 1687, + "search": 1688, + "swere": 1689, + "working": 1690, + "gent": 1691, + "history": 1692, + "alth": 1693, + "bri": 1694, + "anger": 1695, + "cup": 1696, + "ato": 1697, + "ously": 1698, + "food": 1699, + "inv": 1700, + "looks": 1701, + "ru": 1702, + "ote": 1703, + "thest": 1704, + ",'": 1705, + "ener": 1706, + "august": 1707, + "board": 1708, + "fully": 1709, + "aboutit": 1710, + "wonder": 1711, + "ring": 1712, + "english": 1713, + "selves": 1714, + "whatis": 1715, + "island": 1716, + "least": 1717, + "tober": 1718, + "ists": 1719, + "dist": 1720, + "enty": 1721, + "rench": 1722, + "ouble": 1723, + "june": 1724, + "vision": 1725, + "ife": 1726, + "shad": 1727, + "apo": 1728, + "ander": 1729, + "ls": 1730, + "init": 1731, + "ra": 1732, + "season": 1733, + "gn": 1734, + "lay": 1735, + "baby": 1736, + "andwas": 1737, + "whathapp": 1738, + "alright": 1739, + "ply": 1740, + "aves": 1741, + "aust": 1742, + "mi": 1743, + "champ": 1744, + "rock": 1745, + "ofthis": 1746, + "teen": 1747, + "attack": 1748, + "youto": 1749, + "river": 1750, + "uses": 1751, + "edhis": 1752, + "tember": 1753, + "gest": 1754, + "andhis": 1755, + "iful": 1756, + "youwant": 1757, + "igu": 1758, + "ky": 1759, + "pick": 1760, + "problem": 1761, + "atic": 1762, + "dear": 1763, + "lu": 1764, + "lect": 1765, + "gun": 1766, + "matter": 1767, + "deal": 1768, + "inform": 1769, + "sign": 1770, + "free": 1771, + "hould": 1772, + "inthes": 1773, + "perha": 1774, + "ande": 1775, + "looked": 1776, + "ableto": 1777, + "comple": 1778, + "....": 1779, + "reet": 1780, + "prote": 1781, + "wear": 1782, + "âĢĶ": 1783, + "edbythe": 1784, + "ague": 1785, + "vill": 1786, + "theonly": 1787, + "joy": 1788, + "stead": 1789, + "early": 1790, + "urope": 1791, + "peci": 1792, + "geor": 1793, + "haveyou": 1794, + "charac": 1795, + "test": 1796, + "wouldn": 1797, + "rad": 1798, + "general": 1799, + "ision": 1800, + "aboutthe": 1801, + "ilt": 1802, + "sat": 1803, + "july": 1804, + "profess": 1805, + "ulation": 1806, + "suc": 1807, + "sed": 1808, + "movie": 1809, + "owith": 1810, + "using": 1811, + "canbe": 1812, + "apro": 1813, + "distr": 1814, + "football": 1815, + "lock": 1816, + "box": 1817, + "gonna": 1818, + "september": 1819, + "hasbeen": 1820, + "fire": 1821, + "exp": 1822, + "april": 1823, + "aged": 1824, + "enter": 1825, + "cover": 1826, + "yousee": 1827, + "maj": 1828, + "program": 1829, + "ageof": 1830, + "seven": 1831, + "andd": 1832, + "cast": 1833, + "ib": 1834, + "hair": 1835, + "nove": 1836, + "brought": 1837, + "pie": 1838, + "reason": 1839, + "withme": 1840, + "appear": 1841, + "tellyou": 1842, + "193": 1843, + "several": 1844, + "apart": 1845, + "shehad": 1846, + "24": 1847, + "ousand": 1848, + "acho": 1849, + "sthe": 1850, + "agreat": 1851, + "ose": 1852, + "ches": 1853, + "wall": 1854, + "aand": 1855, + "oned": 1856, + "speak": 1857, + "ned": 1858, + "ctr": 1859, + "played": 1860, + "ory": 1861, + "japan": 1862, + "green": 1863, + "tha": 1864, + "dog": 1865, + "inger": 1866, + "anne": 1867, + "ses": 1868, + "andso": 1869, + "ites": 1870, + "jud": 1871, + "former": 1872, + "cember": 1873, + "buy": 1874, + "university": 1875, + "thatwe": 1876, + "actly": 1877, + "mur": 1878, + "park": 1879, + "usually": 1880, + "andin": 1881, + "50": 1882, + "ples": 1883, + "hus": 1884, + "short": 1885, + "ithas": 1886, + "sl": 1887, + "camp": 1888, + "tofind": 1889, + "cient": 1890, + "pur": 1891, + "sfor": 1892, + "reach": 1893, + "mine": 1894, + "likethis": 1895, + "chris": 1896, + "edhim": 1897, + "knew": 1898, + "fa": 1899, + "anyway": 1900, + "october": 1901, + "fast": 1902, + "pot": 1903, + "prin": 1904, + "million": 1905, + "living": 1906, + "wouldyou": 1907, + "sal": 1908, + "ofit": 1909, + "thern": 1910, + "newyork": 1911, + "meto": 1912, + "tiv": 1913, + "ano": 1914, + "mov": 1915, + "ctive": 1916, + "aught": 1917, + "check": 1918, + "friends": 1919, + "draw": 1920, + "nine": 1921, + "anyone": 1922, + "answer": 1923, + "wal": 1924, + "bert": 1925, + "rich": 1926, + "arri": 1927, + "doctor": 1928, + "bir": 1929, + "ding": 1930, + "butthe": 1931, + "edtobe": 1932, + "iting": 1933, + "pan": 1934, + "ges": 1935, + "held": 1936, + "die": 1937, + "itten": 1938, + "atall": 1939, + "mentof": 1940, + "november": 1941, + "lord": 1942, + "inyour": 1943, + "ament": 1944, + "cause": 1945, + "hall": 1946, + "late": 1947, + "inner": 1948, + "peter": 1949, + "hands": 1950, + "cove": 1951, + "mary": 1952, + "abr": 1953, + "roll": 1954, + "ief": 1955, + "tohave": 1956, + "andthere": 1957, + "ero": 1958, + "thatthey": 1959, + "police": 1960, + "playing": 1961, + "fif": 1962, + "inside": 1963, + "febr": 1964, + "aving": 1965, + "tover": 1966, + "whoh": 1967, + "career": 1968, + "edher": 1969, + "develop": 1970, + "february": 1971, + "iety": 1972, + "sw": 1973, + "join": 1974, + "poor": 1975, + "iving": 1976, + "ounds": 1977, + "minutes": 1978, + "giveme": 1979, + "soci": 1980, + "acon": 1981, + "ref": 1982, + "wedon": 1983, + "among": 1984, + "non": 1985, + "each": 1986, + "istr": 1987, + "isnot": 1988, + "issu": 1989, + "2010": 1990, + "mbers": 1991, + "idid": 1992, + "outside": 1993, + "tra": 1994, + "award": 1995, + "small": 1996, + "sport": 1997, + "ta": 1998, + "yours": 1999, + "across": 2000, + "ifi": 2001, + "dle": 2002, + "stuff": 2003, + "lives": 2004, + "wewere": 2005, + "christ": 2006, + "ingon": 2007, + "voice": 2008, + "rece": 2009, + "gas": 2010, + "eyes": 2011, + "ystem": 2012, + "days": 2013, + "chair": 2014, + "shall": 2015, + "whatever": 2016, + "perhaps": 2017, + "president": 2018, + "sell": 2019, + "third": 2020, + "ties": 2021, + "gree": 2022, + "ape": 2023, + "thelast": 2024, + "shit": 2025, + "design": 2026, + "mand": 2027, + "tech": 2028, + "force": 2029, + "moment": 2030, + "buthe": 2031, + "lot": 2032, + "depart": 2033, + "sinthe": 2034, + "wasan": 2035, + "ager": 2036, + "def": 2037, + "youcould": 2038, + "anymore": 2039, + "ev": 2040, + "amo": 2041, + "rather": 2042, + "century": 2043, + "aven": 2044, + "yougo": 2045, + "const": 2046, + "atleast": 2047, + "idge": 2048, + "rob": 2049, + "married": 2050, + "ony": 2051, + "whenthe": 2052, + "orrow": 2053, + "claim": 2054, + "quar": 2055, + "ali": 2056, + "hit": 2057, + "building": 2058, + "cil": 2059, + "ices": 2060, + "following": 2061, + "addy": 2062, + "sch": 2063, + "abig": 2064, + "strong": 2065, + "taking": 2066, + "jus": 2067, + "phone": 2068, + "ino": 2069, + "worth": 2070, + "ured": 2071, + "office": 2072, + "france": 2073, + "backto": 2074, + "youshould": 2075, + "thecoun": 2076, + "tex": 2077, + "daughter": 2078, + "educ": 2079, + "concer": 2080, + "cop": 2081, + "pped": 2082, + "23": 2083, + "twenty": 2084, + "conne": 2085, + "ering": 2086, + "taken": 2087, + "cold": 2088, + "tee": 2089, + "hehas": 2090, + "covered": 2091, + "author": 2092, + "built": 2093, + "liketo": 2094, + "burn": 2095, + "edtothe": 2096, + "ussi": 2097, + "ee": 2098, + "words": 2099, + "rain": 2100, + "beautiful": 2101, + "pict": 2102, + "members": 2103, + "army": 2104, + "tori": 2105, + "although": 2106, + "acc": 2107, + "hill": 2108, + "unk": 2109, + "ishould": 2110, + "whether": 2111, + "worry": 2112, + "ountain": 2113, + "mit": 2114, + "champion": 2115, + "iden": 2116, + "drink": 2117, + "december": 2118, + "common": 2119, + "sam": 2120, + "suchas": 2121, + "langu": 2122, + "expect": 2123, + "british": 2124, + "proper": 2125, + "na": 2126, + "husband": 2127, + "isac": 2128, + "cry": 2129, + "master": 2130, + "fee": 2131, + "blood": 2132, + "stat": 2133, + "inthat": 2134, + "games": 2135, + "gor": 2136, + "ingit": 2137, + "themost": 2138, + "cli": 2139, + "plic": 2140, + "ummer": 2141, + "alli": 2142, + "abl": 2143, + "youthink": 2144, + "aint": 2145, + "represent": 2146, + "exactly": 2147, + "ribut": 2148, + "ument": 2149, + "flo": 2150, + "youknowwhat": 2151, + "sothat": 2152, + "mas": 2153, + "bell": 2154, + "ihaven": 2155, + "likes": 2156, + "player": 2157, + "report": 2158, + "ingyou": 2159, + "character": 2160, + "astr": 2161, + "isto": 2162, + "ourn": 2163, + "afraid": 2164, + "tomorrow": 2165, + "fight": 2166, + "cted": 2167, + "alot": 2168, + "fell": 2169, + "shut": 2170, + "pull": 2171, + "achother": 2172, + "withhis": 2173, + "wash": 2174, + "itor": 2175, + "tit": 2176, + "isee": 2177, + "ime": 2178, + "abou": 2179, + "fur": 2180, + "anex": 2181, + "ized": 2182, + "dom": 2183, + "26": 2184, + "luck": 2185, + "whom": 2186, + "written": 2187, + "avy": 2188, + "thiswas": 2189, + "aro": 2190, + "iffic": 2191, + "actor": 2192, + "27": 2193, + "league": 2194, + "vide": 2195, + "medi": 2196, + "accord": 2197, + "pract": 2198, + "feet": 2199, + "ised": 2200, + "ians": 2201, + "paren": 2202, + "ingthat": 2203, + "butyou": 2204, + "story": 2205, + "attle": 2206, + "boys": 2207, + "shesaid": 2208, + "terri": 2209, + "iwantto": 2210, + "thebest": 2211, + "ality": 2212, + "cir": 2213, + "100": 2214, + "toher": 2215, + "hop": 2216, + "idence": 2217, + "irty": 2218, + "therewere": 2219, + "peo": 2220, + "hadbeen": 2221, + "theone": 2222, + "28": 2223, + "iguess": 2224, + "window": 2225, + "song": 2226, + "wered": 2227, + "theway": 2228, + "ofyou": 2229, + "forget": 2230, + "everyone": 2231, + "somuch": 2232, + "trad": 2233, + "itting": 2234, + "system": 2235, + "gin": 2236, + "tohim": 2237, + "apl": 2238, + "sortof": 2239, + "william": 2240, + "level": 2241, + "lli": 2242, + "iet": 2243, + "ofthat": 2244, + "international": 2245, + "post": 2246, + "ifit": 2247, + "college": 2248, + "tail": 2249, + "ama": 2250, + "south": 2251, + "icip": 2252, + "bow": 2253, + "throughthe": 2254, + "ouple": 2255, + "forhis": 2256, + "teach": 2257, + "success": 2258, + "serv": 2259, + "grad": 2260, + "station": 2261, + "wene": 2262, + "soc": 2263, + "hundred": 2264, + "ana": 2265, + "glad": 2266, + "lived": 2267, + "bank": 2268, + "bird": 2269, + "associ": 2270, + "ni": 2271, + "past": 2272, + "tosay": 2273, + "rote": 2274, + "allo": 2275, + "acy": 2276, + "nes": 2277, + "cost": 2278, + "process": 2279, + "agree": 2280, + "thesecond": 2281, + "dered": 2282, + "england": 2283, + "cul": 2284, + "tract": 2285, + "sus": 2286, + "didnot": 2287, + "needto": 2288, + "----": 2289, + "event": 2290, + "bornin": 2291, + "chief": 2292, + "knowwhat": 2293, + "goingon": 2294, + "ged": 2295, + "ided": 2296, + "become": 2297, + "shot": 2298, + "blue": 2299, + "asing": 2300, + "fish": 2301, + "fair": 2302, + "including": 2303, + "cook": 2304, + "bod": 2305, + "zz": 2306, + "london": 2307, + "tered": 2308, + "flu": 2309, + "dro": 2310, + "win": 2311, + "ingup": 2312, + "aha": 2313, + "either": 2314, + "sheis": 2315, + "goto": 2316, + "eder": 2317, + "bud": 2318, + "series": 2319, + "invol": 2320, + "graph": 2321, + "control": 2322, + "count": 2323, + "righ": 2324, + "theyhad": 2325, + "somebody": 2326, + "dav": 2327, + "ilove": 2328, + "bon": 2329, + "killed": 2330, + "write": 2331, + "information": 2332, + "noone": 2333, + "fir": 2334, + "ifor": 2335, + "lies": 2336, + "imag": 2337, + "sher": 2338, + "mustbe": 2339, + "named": 2340, + "incre": 2341, + "hol": 2342, + "ifwe": 2343, + "local": 2344, + "complete": 2345, + "andas": 2346, + "azy": 2347, + "rid": 2348, + "ror": 2349, + "cogn": 2350, + "german": 2351, + "whichwas": 2352, + "andis": 2353, + "ran": 2354, + "tohis": 2355, + "fly": 2356, + "afterthe": 2357, + "pho": 2358, + "sent": 2359, + "sleep": 2360, + "knownas": 2361, + "aby": 2362, + "gion": 2363, + "mhm": 2364, + "stra": 2365, + "instead": 2366, + "alld": 2367, + "birth": 2368, + "pi": 2369, + "inning": 2370, + "lady": 2371, + "29": 2372, + "ga": 2373, + "gro": 2374, + "accept": 2375, + "spital": 2376, + "sil": 2377, + "ahead": 2378, + "remain": 2379, + "roman": 2380, + "uation": 2381, + "sun": 2382, + "bel": 2383, + "dou": 2384, + "theworld": 2385, + "tired": 2386, + "truth": 2387, + "ivid": 2388, + "withher": 2389, + "ician": 2390, + "throw": 2391, + "rightnow": 2392, + "andwhat": 2393, + "mir": 2394, + "tonight": 2395, + "ode": 2396, + "street": 2397, + "lat": 2398, + "dan": 2399, + "erand": 2400, + "comput": 2401, + "respon": 2402, + "ently": 2403, + "lose": 2404, + "wantedto": 2405, + "continu": 2406, + "television": 2407, + "mart": 2408, + "stri": 2409, + "oul": 2410, + "ingme": 2411, + "earth": 2412, + "thew": 2413, + "thousand": 2414, + "cross": 2415, + "sa": 2416, + "excuse": 2417, + "itary": 2418, + "prison": 2419, + "talkingabout": 2420, + "duringthe": 2421, + "health": 2422, + "jim": 2423, + "trouble": 2424, + "squ": 2425, + "40": 2426, + "shop": 2427, + "jes": 2428, + "rew": 2429, + "frank": 2430, + "spir": 2431, + "uture": 2432, + "thisone": 2433, + "everybody": 2434, + "film": 2435, + "marri": 2436, + "loy": 2437, + "secret": 2438, + "hang": 2439, + "verything": 2440, + "wild": 2441, + "activ": 2442, + "fill": 2443, + "dothat": 2444, + "andshe": 2445, + "dark": 2446, + "whenhe": 2447, + "austral": 2448, + "goingtobe": 2449, + "ency": 2450, + "ilo": 2451, + "een": 2452, + "youwill": 2453, + "\",\"": 2454, + "whatareyoudoing": 2455, + "says": 2456, + "inher": 2457, + "ium": 2458, + "ede": 2459, + "lou": 2460, + "engine": 2461, + "flow": 2462, + "gard": 2463, + "inan": 2464, + "themselves": 2465, + "onhis": 2466, + "memor": 2467, + "edinto": 2468, + "track": 2469, + "ineed": 2470, + "somes": 2471, + "bey": 2472, + "rer": 2473, + "thati": 2474, + "trave": 2475, + "clean": 2476, + "ences": 2477, + "brown": 2478, + "cos": 2479, + "sn": 2480, + "touch": 2481, + "ention": 2482, + "color": 2483, + "particular": 2484, + "ifthey": 2485, + ".âĢľ": 2486, + "xample": 2487, + "cat": 2488, + "seeyou": 2489, + "whowas": 2490, + "ington": 2491, + "defin": 2492, + "service": 2493, + "fit": 2494, + "fle": 2495, + "ctions": 2496, + "andnow": 2497, + "ron": 2498, + "fig": 2499, + "appeared": 2500, + "tur": 2501, + "jer": 2502, + "fu": 2503, + "youget": 2504, + "court": 2505, + "mach": 2506, + "requ": 2507, + "period": 2508, + "bear": 2509, + "itup": 2510, + "started": 2511, + "ald": 2512, + "ingwith": 2513, + "canad": 2514, + "aver": 2515, + "aco": 2516, + "ba": 2517, + "ior": 2518, + "mess": 2519, + "gress": 2520, + "isthis": 2521, + "arth": 2522, + "isas": 2523, + "works": 2524, + "mouth": 2525, + "oesn": 2526, + "ersand": 2527, + "whydon": 2528, + "totake": 2529, + "descri": 2530, + "haved": 2531, + "others": 2532, + "send": 2533, + "ofher": 2534, + ":\"": 2535, + "ram": 2536, + "agu": 2537, + "cool": 2538, + "honey": 2539, + "adv": 2540, + "americ": 2541, + "moved": 2542, + "sowe": 2543, + "2014": 2544, + "type": 2545, + "captain": 2546, + "eight": 2547, + "ofmy": 2548, + "ified": 2549, + "tend": 2550, + "willyou": 2551, + "feat": 2552, + "above": 2553, + "han": 2554, + "news": 2555, + "tie": 2556, + "meas": 2557, + "union": 2558, + "america": 2559, + "bs": 2560, + "major": 2561, + "felt": 2562, + "catch": 2563, + "reli": 2564, + "wow": 2565, + "whatthe": 2566, + "saw": 2567, + "minister": 2568, + "aminute": 2569, + "appoint": 2570, + "population": 2571, + "edat": 2572, + "paul": 2573, + "vin": 2574, + "prince": 2575, + "yand": 2576, + "pecially": 2577, + "queen": 2578, + "shoot": 2579, + "tian": 2580, + "large": 2581, + "consider": 2582, + "ilar": 2583, + "kept": 2584, + "thistime": 2585, + "comehere": 2586, + "treat": 2587, + "tempt": 2588, + "moder": 2589, + "match": 2590, + "nic": 2591, + "ko": 2592, + "wrote": 2593, + "wasthe": 2594, + "perfect": 2595, + "couldn": 2596, + "ofor": 2597, + "sister": 2598, + "beat": 2599, + "whenthey": 2600, + "aft": 2601, + "super": 2602, + "rac": 2603, + "mc": 2604, + "2011": 2605, + "tries": 2606, + "mommy": 2607, + "announ": 2608, + "thatit": 2609, + "wegot": 2610, + "alex": 2611, + "doyouknow": 2612, + "longer": 2613, + "ofthese": 2614, + ",âĢľ": 2615, + "girls": 2616, + "thcentury": 2617, + "george": 2618, + "unicip": 2619, + "ping": 2620, + "cience": 2621, + "nobody": 2622, + "bles": 2623, + "theman": 2624, + "plant": 2625, + "trust": 2626, + "sett": 2627, + "thepres": 2628, + "san": 2629, + "bt": 2630, + "2018": 2631, + "james": 2632, + "aste": 2633, + "thenor": 2634, + "support": 2635, + "hood": 2636, + "condition": 2637, + "ban": 2638, + "hael": 2639, + "quiet": 2640, + "rodu": 2641, + "origin": 2642, + "hers": 2643, + "gri": 2644, + "daddy": 2645, + "lab": 2646, + "chance": 2647, + "places": 2648, + "viously": 2649, + "imp": 2650, + "ray": 2651, + "lam": 2652, + "card": 2653, + "gentle": 2654, + "withhim": 2655, + "indian": 2656, + "ari": 2657, + "omuch": 2658, + "edout": 2659, + "amember": 2660, + "indust": 2661, + "airs": 2662, + "absol": 2663, + "term": 2664, + "hous": 2665, + "deep": 2666, + "putit": 2667, + "rep": 2668, + "ient": 2669, + "ros": 2670, + "couldbe": 2671, + "dream": 2672, + "lor": 2673, + "tothem": 2674, + "chap": 2675, + "thename": 2676, + "lookingfor": 2677, + "ares": 2678, + "ables": 2679, + "goon": 2680, + "umberof": 2681, + "cant": 2682, + "partofthe": 2683, + "mot": 2684, + "enjoy": 2685, + "district": 2686, + "fail": 2687, + "anch": 2688, + "2013": 2689, + "tic": 2690, + "eas": 2691, + "theold": 2692, + "carry": 2693, + "entire": 2694, + "inhere": 2695, + "giveyou": 2696, + "ours": 2697, + "fron": 2698, + "study": 2699, + "typ": 2700, + "western": 2701, + "social": 2702, + "alive": 2703, + "soyou": 2704, + "dest": 2705, + "especially": 2706, + "letter": 2707, + "donot": 2708, + "onyour": 2709, + "2017": 2710, + "ula": 2711, + "coll": 2712, + "finally": 2713, + "doyouthink": 2714, + "ered": 2715, + "amon": 2716, + "?âĢĿ": 2717, + "tothes": 2718, + "likeyou": 2719, + "notbe": 2720, + "welcome": 2721, + "ert": 2722, + "yo": 2723, + "itive": 2724, + "intheir": 2725, + "ifhe": 2726, + "project": 2727, + "avor": 2728, + "-[": 2729, + "damn": 2730, + "amoun": 2731, + "thus": 2732, + "atural": 2733, + "ery": 2734, + "giving": 2735, + "perform": 2736, + "quickly": 2737, + "eds": 2738, + "gonnabe": 2739, + "ashe": 2740, + "ural": 2741, + "weshould": 2742, + "championship": 2743, + "?''": 2744, + "ially": 2745, + "months": 2746, + "paper": 2747, + "peace": 2748, + "tool": 2749, + "compan": 2750, + "getit": 2751, + "asan": 2752, + "straight": 2753, + "kids": 2754, + "awo": 2755, + "len": 2756, + "thy": 2757, + "sar": 2758, + "ization": 2759, + "sound": 2760, + "introdu": 2761, + "contain": 2762, + "itold": 2763, + "omething": 2764, + "commit": 2765, + "posedto": 2766, + "hal": 2767, + "cult": 2768, + "pers": 2769, + "space": 2770, + "certainly": 2771, + "mygod": 2772, + "hun": 2773, + "howmuch": 2774, + "wil": 2775, + "died": 2776, + "individ": 2777, + "mission": 2778, + "struct": 2779, + "viol": 2780, + "whathappened": 2781, + "forher": 2782, + "serious": 2783, + "tro": 2784, + "inwhich": 2785, + "ersto": 2786, + "direct": 2787, + "wehad": 2788, + "ify": 2789, + "aboutthat": 2790, + "alar": 2791, + "iles": 2792, + "brain": 2793, + "bin": 2794, + "special": 2795, + "liz": 2796, + "gets": 2797, + "2012": 2798, + "rap": 2799, + "aswellas": 2800, + "avo": 2801, + "ordin": 2802, + "kno": 2803, + "yle": 2804, + "onthes": 2805, + "due": 2806, + "acomm": 2807, + "hospital": 2808, + "necess": 2809, + "litt": 2810, + "ooh": 2811, + "asp": 2812, + "swith": 2813, + "crit": 2814, + "2020": 2815, + "crazy": 2816, + "thede": 2817, + "ata": 2818, + "excuseme": 2819, + "original": 2820, + "easy": 2821, + "**": 2822, + "agre": 2823, + "doll": 2824, + "2008": 2825, + "bene": 2826, + "ami": 2827, + "political": 2828, + "whatwas": 2829, + "whohad": 2830, + "cies": 2831, + "mist": 2832, + "upto": 2833, + "thinking": 2834, + "wise": 2835, + "oftheir": 2836, + "hum": 2837, + "aur": 2838, + "2015": 2839, + "\")": 2840, + "corn": 2841, + "bul": 2842, + "ya": 2843, + "verymuch": 2844, + "sme": 2845, + "lee": 2846, + "current": 2847, + "stick": 2848, + "dar": 2849, + "mum": 2850, + "ks": 2851, + "council": 2852, + "atl": 2853, + "bridge": 2854, + "explain": 2855, + "wide": 2856, + "intheunitedstates": 2857, + "except": 2858, + "butthey": 2859, + "lef": 2860, + "audi": 2861, + "sud": 2862, + "hate": 2863, + "popular": 2864, + "michael": 2865, + "ihaveto": 2866, + "aland": 2867, + "mat": 2868, + "forexample": 2869, + "dow": 2870, + "wan": 2871, + "research": 2872, + "broad": 2873, + "david": 2874, + "youhaveto": 2875, + "inever": 2876, + "running": 2877, + "sequ": 2878, + "priv": 2879, + "ible": 2880, + "aser": 2881, + "finished": 2882, + "onmy": 2883, + "absolute": 2884, + "bly": 2885, + "polic": 2886, + "kin": 2887, + "iff": 2888, + "2016": 2889, + "oft": 2890, + "intheworld": 2891, + "east": 2892, + "uf": 2893, + "parents": 2894, + "andall": 2895, + "mass": 2896, + "edfrom": 2897, + "agon": 2898, + "2007": 2899, + "peak": 2900, + "ofyour": 2901, + "comeback": 2902, + "theyhave": 2903, + "acouple": 2904, + "phys": 2905, + "bag": 2906, + "fellow": 2907, + "termin": 2908, + "pression": 2909, + "califor": 2910, + "alway": 2911, + "abouth": 2912, + "iwon": 2913, + "verse": 2914, + "areas": 2915, + "60": 2916, + "youre": 2917, + "inghis": 2918, + "respect": 2919, + "wit": 2920, + "wouldhave": 2921, + "2009": 2922, + "ulti": 2923, + "problems": 2924, + "fucking": 2925, + "abi": 2926, + "forest": 2927, + "enow": 2928, + "community": 2929, + "language": 2930, + "comed": 2931, + "wheni": 2932, + "shar": 2933, + "stone": 2934, + "fear": 2935, + "jesus": 2936, + "lines": 2937, + "2006": 2938, + "ortof": 2939, + "experi": 2940, + "nam": 2941, + "ifficult": 2942, + "leader": 2943, + "table": 2944, + "rup": 2945, + "ston": 2946, + "pat": 2947, + "ability": 2948, + "ceof": 2949, + "thecar": 2950, + "190": 2951, + "thand": 2952, + "infact": 2953, + "moving": 2954, + "middle": 2955, + "addition": 2956, + "meant": 2957, + "awas": 2958, + "inch": 2959, + "thenext": 2960, + "bour": 2961, + "anal": 2962, + "belong": 2963, + "theres": 2964, + "howmany": 2965, + "forward": 2966, + "asc": 2967, + "upand": 2968, + "feeling": 2969, + "thom": 2970, + "theg": 2971, + "ended": 2972, + "load": 2973, + "likeit": 2974, + "mos": 2975, + "independ": 2976, + "weres": 2977, + "mostof": 2978, + "ville": 2979, + "modern": 2980, + "denly": 2981, + "ishe": 2982, + "thebig": 2983, + "guard": 2984, + "forthis": 2985, + "awayfrom": 2986, + "department": 2987, + "edme": 2988, + "blow": 2989, + "ingthem": 2990, + "vot": 2991, + "noon": 2992, + "forit": 2993, + "mocr": 2994, + "yearsago": 2995, + "acade": 2996, + "horse": 2997, + "ades": 2998, + "tin": 2999, + "seat": 3000, + "edthem": 3001, + "education": 3002, + "acher": 3003, + "indeed": 3004, + "someofthe": 3005, + "youdo": 3006, + "isay": 3007, + "vices": 3008, + "ots": 3009, + "psy": 3010, + "burg": 3011, + "isthere": 3012, + "iment": 3013, + "onit": 3014, + "ico": 3015, + "male": 3016, + "whatisit": 3017, + "leaving": 3018, + "tal": 3019, + "reng": 3020, + "hung": 3021, + "likethe": 3022, + "tig": 3023, + "chuck": 3024, + "conom": 3025, + "shouldbe": 3026, + "amaz": 3027, + "ference": 3028, + "interesting": 3029, + "stor": 3030, + "moon": 3031, + "energy": 3032, + "themain": 3033, + "whatwe": 3034, + "loved": 3035, + "thatone": 3036, + "anybody": 3037, + "isaw": 3038, + "compet": 3039, + "whati": 3040, + "gives": 3041, + "prove": 3042, + "mention": 3043, + "2019": 3044, + "ably": 3045, + "further": 3046, + "neigh": 3047, + "iction": 3048, + "da": 3049, + "lection": 3050, + "countries": 3051, + "upid": 3052, + "aho": 3053, + "exist": 3054, + "video": 3055, + "ensive": 3056, + "instit": 3057, + "theseare": 3058, + "vedin": 3059, + "plann": 3060, + "yout": 3061, + "recogn": 3062, + "whis": 3063, + "hours": 3064, + "ending": 3065, + "relation": 3066, + "volution": 3067, + "fi": 3068, + "happened": 3069, + "electr": 3070, + "ofus": 3071, + "aud": 3072, + "ubl": 3073, + "thered": 3074, + "bob": 3075, + "itself": 3076, + "base": 3077, + "soi": 3078, + "soit": 3079, + "model": 3080, + "tomy": 3081, + "youjust": 3082, + "youwantto": 3083, + "ationofthe": 3084, + "responsi": 3085, + "cried": 3086, + "sis": 3087, + "withthat": 3088, + "apr": 3089, + ".,": 3090, + "french": 3091, + "depend": 3092, + "withthem": 3093, + "onthis": 3094, + "fered": 3095, + "whenwe": 3096, + "mac": 3097, + "logical": 3098, + "ming": 3099, + "vert": 3100, + "uel": 3101, + "sess": 3102, + "adam": 3103, + "refer": 3104, + "wards": 3105, + "miles": 3106, + "isup": 3107, + "mex": 3108, + "changed": 3109, + "notto": 3110, + "nia": 3111, + "center": 3112, + "mak": 3113, + "rect": 3114, + "universityof": 3115, + "withyour": 3116, + "acqu": 3117, + "andto": 3118, + "asif": 3119, + "asecond": 3120, + "wedo": 3121, + "lis": 3122, + "block": 3123, + "farm": 3124, + "produc": 3125, + "iding": 3126, + "funny": 3127, + "asmall": 3128, + "fix": 3129, + "books": 3130, + "thirty": 3131, + "sugg": 3132, + "thecap": 3133, + "mightbe": 3134, + "gain": 3135, + "ensus": 3136, + "mont": 3137, + "rose": 3138, + "lied": 3139, + "asit": 3140, + "pap": 3141, + "doc": 3142, + "thecity": 3143, + "ingtothe": 3144, + "adr": 3145, + "arly": 3146, + "ireally": 3147, + "famili": 3148, + "boat": 3149, + "stateof": 3150, + "ission": 3151, + "ithinkit": 3152, + "attheageof": 3153, + "takes": 3154, + "questions": 3155, + "village": 3156, + "pray": 3157, + "conside": 3158, + "lif": 3159, + "wherethe": 3160, + "ceed": 3161, + "liber": 3162, + "âĢĺ": 3163, + "zo": 3164, + "(\"": 3165, + "influ": 3166, + "zer": 3167, + "fol": 3168, + "endofthe": 3169, + "wewill": 3170, + "command": 3171, + "sigh": 3172, + "uncle": 3173, + "umbers": 3174, + "icle": 3175, + "knock": 3176, + "equ": 3177, + "forthat": 3178, + "dress": 3179, + "ache": 3180, + "outofthe": 3181, + "glass": 3182, + "amily": 3183, + "forman": 3184, + "graphy": 3185, + "erthan": 3186, + "cando": 3187, + "lic": 3188, + "aboutthis": 3189, + "chan": 3190, + "inand": 3191, + "finish": 3192, + "answered": 3193, + "uper": 3194, + "tar": 3195, + "plus": 3196, + "pas": 3197, + "theking": 3198, + "withit": 3199, + "pecial": 3200, + "coach": 3201, + "escap": 3202, + "comfort": 3203, + "writing": 3204, + "wego": 3205, + "ingher": 3206, + "2000": 3207, + "thesun": 3208, + "assist": 3209, + "vere": 3210, + "knowled": 3211, + "central": 3212, + "mel": 3213, + "liver": 3214, + "posed": 3215, + "underthe": 3216, + "production": 3217, + "wasn": 3218, + "whose": 3219, + "considered": 3220, + "wen": 3221, + "istic": 3222, + "forthem": 3223, + "mater": 3224, + "theyear": 3225, + "alook": 3226, + "tran": 3227, + "hmm": 3228, + "attempt": 3229, + "note": 3230, + "theycan": 3231, + "asyou": 3232, + "suggest": 3233, + "ker": 3234, + "wecould": 3235, + "whathe": 3236, + "kiss": 3237, + "charge": 3238, + "attention": 3239, + "society": 3240, + "hedid": 3241, + "russi": 3242, + "immedi": 3243, + "regard": 3244, + "wis": 3245, + "stage": 3246, + "ofan": 3247, + "atives": 3248, + "rot": 3249, + "apar": 3250, + "ithad": 3251, + "absolutely": 3252, + "based": 3253, + "somewhere": 3254, + "hurt": 3255, + "arewe": 3256, + "asse": 3257, + "gal": 3258, + "youdidn": 3259, + "thenew": 3260, + "foryour": 3261, + "itwould": 3262, + "aye": 3263, + "pack": 3264, + "acommune": 3265, + "value": 3266, + "awoman": 3267, + "role": 3268, + "ottom": 3269, + "athis": 3270, + "viet": 3271, + "80": 3272, + "anti": 3273, + "esare": 3274, + "asi": 3275, + "syl": 3276, + "thech": 3277, + "thewhole": 3278, + "kne": 3279, + "lymp": 3280, + "cious": 3281, + "saythat": 3282, + "standing": 3283, + "avail": 3284, + "lier": 3285, + "themin": 3286, + "anda": 3287, + "safe": 3288, + "print": 3289, + "dut": 3290, + "outhern": 3291, + "europe": 3292, + "broke": 3293, + "thad": 3294, + "tree": 3295, + "gotto": 3296, + "located": 3297, + "isat": 3298, + "surpr": 3299, + "front": 3300, + "ption": 3301, + "few": 3302, + "admin": 3303, + "politician": 3304, + "tradition": 3305, + "paid": 3306, + "suff": 3307, + "withthis": 3308, + "nation": 3309, + "´": 3310, + "jose": 3311, + "approach": 3312, + "lip": 3313, + "thod": 3314, + "mountain": 3315, + "asa": 3316, + "!âĢĿ": 3317, + "active": 3318, + "within": 3319, + "ajor": 3320, + "phy": 3321, + "knows": 3322, + "governor": 3323, + "irt": 3324, + "served": 3325, + "wasnot": 3326, + "onto": 3327, + "wantsto": 3328, + "ki": 3329, + "forhim": 3330, + "writer": 3331, + "whatabout": 3332, + "thelittle": 3333, + "terday": 3334, + "ox": 3335, + "ancy": 3336, + "atthat": 3337, + "accident": 3338, + "cen": 3339, + "struction": 3340, + "unity": 3341, + "189": 3342, + "itout": 3343, + "sfrom": 3344, + "various": 3345, + "rais": 3346, + "famous": 3347, + "thatare": 3348, + "fora": 3349, + "itdoesn": 3350, + "include": 3351, + "pati": 3352, + "below": 3353, + "animal": 3354, + "atthis": 3355, + "kets": 3356, + "wanted": 3357, + "max": 3358, + "ifference": 3359, + "beca": 3360, + "host": 3361, + "pic": 3362, + "inves": 3363, + "pec": 3364, + "warm": 3365, + "slow": 3366, + "heavy": 3367, + "sea": 3368, + "protect": 3369, + "youmust": 3370, + "curity": 3371, + "garden": 3372, + "push": 3373, + "prep": 3374, + "tv": 3375, + "viron": 3376, + "ecut": 3377, + "india": 3378, + "final": 3379, + "director": 3380, + "royal": 3381, + "alitt": 3382, + "andif": 3383, + "astern": 3384, + "poke": 3385, + "suddenly": 3386, + "liter": 3387, + "onthat": 3388, + "allthat": 3389, + "ost": 3390, + "personal": 3391, + "erved": 3392, + "share": 3393, + "california": 3394, + "peopl": 3395, + "aperson": 3396, + "verygood": 3397, + "withe": 3398, + "asthey": 3399, + "outthere": 3400, + "andwhen": 3401, + "iday": 3402, + "tothis": 3403, + "2005": 3404, + "sowhat": 3405, + "jump": 3406, + "yn": 3407, + "toldme": 3408, + "iel": 3409, + "constit": 3410, + "estart": 3411, + "winter": 3412, + "kn": 3413, + "ift": 3414, + "manage": 3415, + "future": 3416, + "allthis": 3417, + "whoa": 3418, + "animals": 3419, + "officer": 3420, + "connect": 3421, + "tly": 3422, + "isacommune": 3423, + "lebr": 3424, + "clothes": 3425, + "ength": 3426, + "youwann": 3427, + "ops": 3428, + "hecould": 3429, + "amemberofthe": 3430, + "antly": 3431, + "honor": 3432, + "isf": 3433, + "ging": 3434, + "recent": 3435, + "lling": 3436, + "rail": 3437, + "andthis": 3438, + "thas": 3439, + "lease": 3440, + "ihope": 3441, + "themoney": 3442, + "whatthey": 3443, + "alle": 3444, + "version": 3445, + "wing": 3446, + "robert": 3447, + "withmy": 3448, + "charles": 3449, + "butthat": 3450, + "shere": 3451, + "becauseit": 3452, + "70": 3453, + "inas": 3454, + "allover": 3455, + "bull": 3456, + "nearly": 3457, + "separ": 3458, + "itwasn": 3459, + "uit": 3460, + "province": 3461, + "abad": 3462, + "ded": 3463, + "arethey": 3464, + "unless": 3465, + "germany": 3466, + "sweet": 3467, + "penn": 3468, + "andmy": 3469, + "marry": 3470, + "andthes": 3471, + "ults": 3472, + "compe": 3473, + "fortun": 3474, + "shehas": 3475, + "vari": 3476, + "lookslike": 3477, + "completely": 3478, + "afternoon": 3479, + "kes": 3480, + "alittlebit": 3481, + "whod": 3482, + "hewould": 3483, + "weap": 3484, + "cof": 3485, + "edo": 3486, + "whatdoes": 3487, + "illy": 3488, + "fox": 3489, + "ofour": 3490, + "icand": 3491, + "vious": 3492, + "knowthat": 3493, + "census": 3494, + "paris": 3495, + "acar": 3496, + "ounder": 3497, + "rance": 3498, + "hurry": 3499, + "toyour": 3500, + "thedoor": 3501, + "andy": 3502, + "guess": 3503, + "washington": 3504, + "andher": 3505, + "ka": 3506, + "heaven": 3507, + "31": 3508, + "glo": 3509, + "thecon": 3510, + "ustr": 3511, + "ec": 3512, + "region": 3513, + "access": 3514, + "helpyou": 3515, + "itely": 3516, + "enn": 3517, + "fred": 3518, + "ential": 3519, + "inh": 3520, + "agent": 3521, + "neck": 3522, + "princi": 3523, + "ules": 3524, + "berg": 3525, + "likely": 3526, + "offer": 3527, + "inorder": 3528, + "received": 3529, + "py": 3530, + "theright": 3531, + "seems": 3532, + "cit": 3533, + "lastnight": 3534, + "iers": 3535, + "accordingto": 3536, + "boss": 3537, + "core": 3538, + "stupid": 3539, + "bound": 3540, + "decl": 3541, + "honest": 3542, + "amom": 3543, + "2004": 3544, + "movies": 3545, + "caught": 3546, + "aday": 3547, + "useum": 3548, + "dig": 3549, + "istan": 3550, + "scar": 3551, + "inj": 3552, + "icouldn": 3553, + "youand": 3554, + "discus": 3555, + "athing": 3556, + "arrow": 3557, + "()": 3558, + "thefact": 3559, + "market": 3560, + "same": 3561, + "cro": 3562, + "ell": 3563, + "text": 3564, + "uring": 3565, + "athome": 3566, + "wentto": 3567, + "insp": 3568, + "ech": 3569, + "picture": 3570, + "henry": 3571, + "tokeep": 3572, + "lying": 3573, + "gue": 3574, + "ased": 3575, + "comein": 3576, + "joe": 3577, + "path": 3578, + "aph": 3579, + "meeting": 3580, + "imust": 3581, + "quarter": 3582, + "cam": 3583, + "clock": 3584, + "student": 3585, + ",``": 3586, + "itin": 3587, + "musthave": 3588, + "reme": 3589, + "virgin": 3590, + "eh": 3591, + "bio": 3592, + "anny": 3593, + "ov": 3594, + "shim": 3595, + "yer": 3596, + "ises": 3597, + "ofall": 3598, + "cani": 3599, + "stobe": 3600, + "fat": 3601, + "edyou": 3602, + "professor": 3603, + "doesnot": 3604, + "idi": 3605, + "betweenthe": 3606, + "overthe": 3607, + "eachother": 3608, + "theser": 3609, + "yesterday": 3610, + "fool": 3611, + "vironment": 3612, + "performan": 3613, + "kingdom": 3614, + "andon": 3615, + "ender": 3616, + "administr": 3617, + "thestory": 3618, + "gotten": 3619, + "irect": 3620, + "putting": 3621, + "itto": 3622, + ";&": 3623, + "rill": 3624, + "shire": 3625, + "whois": 3626, + "kick": 3627, + "nature": 3628, + "changes": 3629, + "bat": 3630, + "smo": 3631, + "ension": 3632, + "estab": 3633, + "!''": 3634, + "afo": 3635, + "andfor": 3636, + "andsee": 3637, + "movement": 3638, + "cher": 3639, + "techno": 3640, + "imagine": 3641, + "strange": 3642, + "peoplewho": 3643, + "ayear": 3644, + "uponthe": 3645, + "none": 3646, + "multi": 3647, + "ilities": 3648, + "natural": 3649, + "weight": 3650, + "communic": 3651, + "epart": 3652, + "thegreat": 3653, + "bang": 3654, + "knowledge": 3655, + "thenational": 3656, + "hip": 3657, + "helpme": 3658, + "investig": 3659, + "corpor": 3660, + "richard": 3661, + "ifeel": 3662, + "wheel": 3663, + "drug": 3664, + "ofa": 3665, + "sey": 3666, + "consist": 3667, + "cket": 3668, + "theydon": 3669, + "istics": 3670, + "broken": 3671, + "imes": 3672, + "condu": 3673, + "save": 3674, + "touse": 3675, + "threat": 3676, + "35": 3677, + "ising": 3678, + "beganto": 3679, + "butwe": 3680, + "ishall": 3681, + "speaking": 3682, + "students": 3683, + "ifthe": 3684, + "arms": 3685, + "beyond": 3686, + "thematter": 3687, + "ady": 3688, + "whyareyou": 3689, + "amy": 3690, + "viv": 3691, + "forces": 3692, + "gle": 3693, + "whatdidyou": 3694, + "atime": 3695, + "doyouwant": 3696, + "inghim": 3697, + "louis": 3698, + "lower": 3699, + "thou": 3700, + "desp": 3701, + "total": 3702, + "rem": 3703, + "rit": 3704, + "individual": 3705, + "product": 3706, + "address": 3707, + "noth": 3708, + "summer": 3709, + "iknew": 3710, + "migh": 3711, + "function": 3712, + "presiden": 3713, + "figure": 3714, + "worse": 3715, + "stood": 3716, + "photo": 3717, + "theex": 3718, + "makeit": 3719, + "dor": 3720, + "astic": 3721, + "whol": 3722, + "zen": 3723, + "usual": 3724, + "tone": 3725, + "knowhow": 3726, + "princess": 3727, + "ideas": 3728, + "birthday": 3729, + "ule": 3730, + "amb": 3731, + "phil": 3732, + "whenit": 3733, + "withan": 3734, + "bb": 3735, + "drive": 3736, + "crow": 3737, + "faith": 3738, + "2001": 3739, + "military": 3740, + "itwill": 3741, + "released": 3742, + "oneday": 3743, + "italian": 3744, + "professional": 3745, + "inour": 3746, + "youhad": 3747, + "formula": 3748, + "grew": 3749, + "andnot": 3750, + "method": 3751, + "democr": 3752, + "mostly": 3753, + "ingout": 3754, + "planet": 3755, + "orders": 3756, + "inno": 3757, + "usion": 3758, + "yousaid": 3759, + "wonthe": 3760, + "1990": 3761, + "ric": 3762, + "youdid": 3763, + "arrest": 3764, + "itude": 3765, + "leaves": 3766, + "spend": 3767, + "opport": 3768, + "temper": 3769, + "cometo": 3770, + "neg": 3771, + "amoment": 3772, + "thisway": 3773, + "onthef": 3774, + "jac": 3775, + "llo": 3776, + "itar": 3777, + "pes": 3778, + "spec": 3779, + "unicipality": 3780, + "section": 3781, + "race": 3782, + "camer": 3783, + "2021": 3784, + "lyn": 3785, + "ources": 3786, + "oute": 3787, + "civil": 3788, + "fifty": 3789, + "rank": 3790, + "therefore": 3791, + "christian": 3792, + "acoupleof": 3793, + "scre": 3794, + "beforethe": 3795, + "establish": 3796, + "bought": 3797, + "talking": 3798, + "visit": 3799, + "immediately": 3800, + "atedin": 3801, + "pun": 3802, + "whereareyou": 3803, + "ials": 3804, + "ournal": 3805, + "sick": 3806, + "toomuch": 3807, + "sover": 3808, + "truck": 3809, + "medic": 3810, + "sas": 3811, + "acle": 3812, + "timeto": 3813, + "pow": 3814, + "erve": 3815, + "forus": 3816, + "iny": 3817, + "iwouldn": 3818, + "franc": 3819, + "theo": 3820, + "iesof": 3821, + "thefirsttime": 3822, + "aign": 3823, + "lan": 3824, + "apol": 3825, + "clud": 3826, + "imple": 3827, + "bay": 3828, + "atedto": 3829, + "90": 3830, + "kar": 3831, + "basedon": 3832, + "urt": 3833, + "publish": 3834, + "kim": 3835, + "45": 3836, + "store": 3837, + "weeks": 3838, + "cred": 3839, + "acer": 3840, + "esome": 3841, + "wehaveto": 3842, + "commission": 3843, + "mylife": 3844, + "reci": 3845, + "committee": 3846, + "issue": 3847, + "tax": 3848, + "complet": 3849, + "ahu": 3850, + "¶": 3851, + "whatdoyouthink": 3852, + "fund": 3853, + "1980": 3854, + "antic": 3855, + "turned": 3856, + "ingat": 3857, + "grou": 3858, + "laughter": 3859, + "epis": 3860, + "operation": 3861, + "triedto": 3862, + "atthetime": 3863, + "danger": 3864, + "cow": 3865, + "development": 3866, + "bility": 3867, + "nose": 3868, + "overhere": 3869, + "somed": 3870, + "domin": 3871, + "goal": 3872, + "backtothe": 3873, + "andget": 3874, + "2003": 3875, + "sylvan": 3876, + "plane": 3877, + "achie": 3878, + "myfather": 3879, + "contact": 3880, + "wat": 3881, + "themon": 3882, + "evening": 3883, + "2002": 3884, + "coast": 3885, + "beginning": 3886, + "names": 3887, + "eno": 3888, + "dothis": 3889, + "celebr": 3890, + "environment": 3891, + "chick": 3892, + "betterthan": 3893, + "artist": 3894, + "difficult": 3895, + "iced": 3896, + "whatdid": 3897, + "christmas": 3898, + "necessary": 3899, + "outofhere": 3900, + "capital": 3901, + "hors": 3902, + "thatshe": 3903, + "herself": 3904, + "quit": 3905, + "itall": 3906, + "carol": 3907, + "allen": 3908, + "isanamerican": 3909, + "competition": 3910, + "havesome": 3911, + "butnot": 3912, + "thesong": 3913, + "verywell": 3914, + "arethe": 3915, + "ontheir": 3916, + "ales": 3917, + "nick": 3918, + "ithinkthat": 3919, + "serve": 3920, + "computer": 3921, + "beent": 3922, + "insteadof": 3923, + "186": 3924, + "isam": 3925, + "ilm": 3926, + "occur": 3927, + "toit": 3928, + "custom": 3929, + "relationship": 3930, + "date": 3931, + "rie": 3932, + "sad": 3933, + "scream": 3934, + "rub": 3935, + "marriage": 3936, + "geo": 3937, + "assoon": 3938, + "opt": 3939, + "sky": 3940, + "mix": 3941, + "forever": 3942, + "vey": 3943, + "lake": 3944, + "ined": 3945, + "aved": 3946, + "respond": 3947, + "omy": 3948, + "available": 3949, + "thek": 3950, + "ito": 3951, + "angry": 3952, + "lovely": 3953, + "las": 3954, + "americans": 3955, + "official": 3956, + "tobes": 3957, + "orsomething": 3958, + "500": 3959, + "afriend": 3960, + "adi": 3961, + "endof": 3962, + "meaning": 3963, + "todowith": 3964, + "boo": 3965, + "areal": 3966, + "frontof": 3967, + "ched": 3968, + "thecour": 3969, + "single": 3970, + "thepart": 3971, + "bright": 3972, + "cean": 3973, + "suit": 3974, + "usic": 3975, + "peopleare": 3976, + "busy": 3977, + "yearsold": 3978, + "affect": 3979, + "object": 3980, + "cannot": 3981, + "continue": 3982, + "bomb": 3983, + "nie": 3984, + "som": 3985, + "choice": 3986, + "adel": 3987, + "create": 3988, + "esti": 3989, + "code": 3990, + "milk": 3991, + "libr": 3992, + "ires": 3993, + "igr": 3994, + "nel": 3995, + "ifyoudon": 3996, + "hedidn": 3997, + "worldwar": 3998, + "grant": 3999, + "shutup": 4000, + "histor": 4001, + "weather": 4002, + "gradu": 4003, + "channe": 4004, + "wol": 4005, + "outthe": 4006, + "iloveyou": 4007, + "craft": 4008, + "welve": 4009, + "species": 4010, + "iron": 4011, + "battle": 4012, + "howabout": 4013, + "upthe": 4014, + "chapter": 4015, + "juli": 4016, + "legal": 4017, + "trade": 4018, + "righthere": 4019, + "takeit": 4020, + "tour": 4021, + "pictures": 4022, + "wonderful": 4023, + "lookingat": 4024, + "weak": 4025, + "onel": 4026, + "favor": 4027, + "looklike": 4028, + "account": 4029, + "unit": 4030, + "effect": 4031, + "studio": 4032, + "iwish": 4033, + "becomes": 4034, + "thomas": 4035, + "ini": 4036, + "theschool": 4037, + "page": 4038, + "cases": 4039, + "tothat": 4040, + "stars": 4041, + "thelar": 4042, + "association": 4043, + "bac": 4044, + "olymp": 4045, + "haveany": 4046, + "pool": 4047, + "fault": 4048, + "pennsylvan": 4049, + "passed": 4050, + "inct": 4051, + "aces": 4052, + "obviously": 4053, + "security": 4054, + "division": 4055, + "yellow": 4056, + "aunt": 4057, + "aret": 4058, + "possess": 4059, + "aval": 4060, + "andother": 4061, + "jam": 4062, + "overthere": 4063, + "dinner": 4064, + "temp": 4065, + "acri": 4066, + "neither": 4067, + "bled": 4068, + "weneed": 4069, + "achild": 4070, + "ification": 4071, + "beend": 4072, + "gentlemen": 4073, + "coffee": 4074, + "lands": 4075, + "lucky": 4076, + "youth": 4077, + "rey": 4078, + "percent": 4079, + "rog": 4080, + "pin": 4081, + "withinthe": 4082, + "mut": 4083, + "stan": 4084, + "formy": 4085, + "spr": 4086, + "llike": 4087, + "andhad": 4088, + "onher": 4089, + "mann": 4090, + "experience": 4091, + "eye": 4092, + "thecountry": 4093, + "ume": 4094, + "awn": 4095, + "peoples": 4096, + "talkabout": 4097, + "atonce": 4098, + "somany": 4099, + "price": 4100, + "reve": 4101, + "ators": 4102, + "thatway": 4103, + "stothe": 4104, + "arab": 4105, + "phe": 4106, + "upport": 4107, + "mitt": 4108, + "worked": 4109, + "japanese": 4110, + "youguys": 4111, + "va": 4112, + "bath": 4113, + "shis": 4114, + "estud": 4115, + "laughing": 4116, + "uri": 4117, + "bid": 4118, + "andhow": 4119, + "dance": 4120, + "fromhis": 4121, + "thismorning": 4122, + "2022": 4123, + "188": 4124, + "bish": 4125, + "thro": 4126, + "greg": 4127, + "anhour": 4128, + "yof": 4129, + "chic": 4130, + "pent": 4131, + "becauseof": 4132, + "occas": 4133, + "gott": 4134, + "amen": 4135, + "spring": 4136, + "inginthe": 4137, + "beach": 4138, + "abel": 4139, + "umn": 4140, + "1970": 4141, + "streng": 4142, + "hide": 4143, + "wereyou": 4144, + "africa": 4145, + "rus": 4146, + "cab": 4147, + "tellhim": 4148, + "decision": 4149, + "alongtime": 4150, + "tu": 4151, + "anywhere": 4152, + "bless": 4153, + "ination": 4154, + "spread": 4155, + "agen": 4156, + "edom": 4157, + "aries": 4158, + "healso": 4159, + "umer": 4160, + "itell": 4161, + "leon": 4162, + "asmuch": 4163, + "fullof": 4164, + "enemy": 4165, + "isin": 4166, + "indic": 4167, + "spirit": 4168, + "apt": 4169, + "swee": 4170, + "journal": 4171, + "pound": 4172, + "twod": 4173, + "property": 4174, + "getthe": 4175, + "thepri": 4176, + "towork": 4177, + "holy": 4178, + "services": 4179, + "scot": 4180, + "announced": 4181, + "liament": 4182, + "ingly": 4183, + "mob": 4184, + "edge": 4185, + "tomeet": 4186, + "destroy": 4187, + "dowe": 4188, + "hecan": 4189, + "whereyou": 4190, + "whatdoyoumean": 4191, + "ublic": 4192, + "cars": 4193, + "northern": 4194, + "valley": 4195, + "isl": 4196, + "allthetime": 4197, + "weneedto": 4198, + "agirl": 4199, + "drop": 4200, + "tofe": 4201, + "arts": 4202, + "aswe": 4203, + "becausethey": 4204, + "andsaid": 4205, + "inthemiddle": 4206, + "justlike": 4207, + "nd": 4208, + "ligh": 4209, + "rome": 4210, + "athim": 4211, + "writ": 4212, + "atlast": 4213, + "style": 4214, + "waitingfor": 4215, + "athol": 4216, + "currently": 4217, + "isuppose": 4218, + "moun": 4219, + "andan": 4220, + "thenorth": 4221, + "cks": 4222, + "stairs": 4223, + "itchen": 4224, + "apparen": 4225, + "thenight": 4226, + "similar": 4227, + "ofe": 4228, + "braz": 4229, + "cum": 4230, + "ornot": 4231, + "academy": 4232, + "therestof": 4233, + "hotel": 4234, + "shel": 4235, + "twom": 4236, + "impossible": 4237, + "players": 4238, + "calm": 4239, + "avour": 4240, + "abor": 4241, + "calledthe": 4242, + "witch": 4243, + "alis": 4244, + "soff": 4245, + "erof": 4246, + "din": 4247, + "oo": 4248, + "mam": 4249, + "sum": 4250, + "mores": 4251, + "youneed": 4252, + "youhaven": 4253, + "concern": 4254, + "tes": 4255, + "mbo": 4256, + "nomore": 4257, + "idedto": 4258, + "withus": 4259, + "itisfound": 4260, + "judge": 4261, + "scared": 4262, + "shout": 4263, + "nothave": 4264, + "justice": 4265, + "houses": 4266, + "imm": 4267, + "practice": 4268, + "employ": 4269, + "takecare": 4270, + "motor": 4271, + "36": 4272, + "nut": 4273, + "pus": 4274, + "ounty": 4275, + "ineedto": 4276, + "scri": 4277, + "isacity": 4278, + "idonot": 4279, + "frog": 4280, + "howyou": 4281, + "1999": 4282, + "inese": 4283, + "ashion": 4284, + "atri": 4285, + "thecur": 4286, + "loor": 4287, + "wasanamerican": 4288, + "whowe": 4289, + "anditwas": 4290, + "review": 4291, + "haw": 4292, + "wasborn": 4293, + "howareyou": 4294, + "againstthe": 4295, + "canada": 4296, + "tocome": 4297, + "amar": 4298, + "italy": 4299, + "towards": 4300, + "seemed": 4301, + "ifound": 4302, + "ext": 4303, + "link": 4304, + "whynot": 4305, + "?'": 4306, + "itation": 4307, + "unny": 4308, + "retty": 4309, + "itoldyou": 4310, + "feder": 4311, + "sout": 4312, + "lement": 4313, + "focus": 4314, + "yel": 4315, + "ahundred": 4316, + "exper": 4317, + "foreign": 4318, + "emer": 4319, + "wake": 4320, + "ji": 4321, + "ahigh": 4322, + "atory": 4323, + "thesp": 4324, + "asto": 4325, + "highschool": 4326, + "grat": 4327, + "icame": 4328, + "soft": 4329, + "couldnot": 4330, + "fresh": 4331, + "mate": 4332, + "iver": 4333, + "sion": 4334, + "originally": 4335, + "joseph": 4336, + "bling": 4337, + "generally": 4338, + "thisisthe": 4339, + "alarge": 4340, + "instr": 4341, + "loves": 4342, + "subject": 4343, + "grace": 4344, + "attend": 4345, + "select": 4346, + "tea": 4347, + "lev": 4348, + "acl": 4349, + "besides": 4350, + "rab": 4351, + "theory": 4352, + "arenot": 4353, + "capt": 4354, + "basically": 4355, + "allof": 4356, + "dick": 4357, + "cancer": 4358, + "enceof": 4359, + "itisnot": 4360, + "upper": 4361, + "tryto": 4362, + "icles": 4363, + "correct": 4364, + "uccess": 4365, + "getyou": 4366, + "'.": 4367, + "intof": 4368, + "plat": 4369, + "esty": 4370, + "hid": 4371, + "transport": 4372, + "supposedto": 4373, + "istance": 4374, + "stock": 4375, + "wheniwas": 4376, + "ait": 4377, + "rate": 4378, + "ancient": 4379, + "kore": 4380, + "spot": 4381, + "187": 4382, + "lind": 4383, + "tak": 4384, + "adis": 4385, + "fact": 4386, + "web": 4387, + "yex": 4388, + "distric": 4389, + "estival": 4390, + "37": 4391, + "meat": 4392, + "angle": 4393, + "proud": 4394, + "stit": 4395, + "detail": 4396, + "texas": 4397, + "thereisno": 4398, + "amazing": 4399, + "trick": 4400, + "myname": 4401, + "enedto": 4402, + "mod": 4403, + "contract": 4404, + "applic": 4405, + "onething": 4406, + "esto": 4407, + "arg": 4408, + "happening": 4409, + "aslong": 4410, + "radio": 4411, + "teacher": 4412, + "saidthe": 4413, + "aplace": 4414, + "involved": 4415, + "theat": 4416, + "philo": 4417, + "lled": 4418, + "havi": 4419, + "thepar": 4420, + "mn": 4421, + "amountof": 4422, + "itcan": 4423, + "acity": 4424, + "pennsylvania": 4425, + "ingthis": 4426, + "industry": 4427, + "blem": 4428, + "elect": 4429, + "conscious": 4430, + "novel": 4431, + "grun": 4432, + "becauseyou": 4433, + "machine": 4434, + "yep": 4435, + "letmes": 4436, + "thetruth": 4437, + "ladies": 4438, + "training": 4439, + "groups": 4440, + "victim": 4441, + "repe": 4442, + "ease": 4443, + "swi": 4444, + "inthemorning": 4445, + "upwith": 4446, + "folk": 4447, + "standard": 4448, + "hedoesn": 4449, + "tous": 4450, + "technology": 4451, + "valu": 4452, + "thatwould": 4453, + "tellig": 4454, + "letus": 4455, + "anold": 4456, + "avar": 4457, + "km": 4458, + "andp": 4459, + "thehouse": 4460, + "span": 4461, + "anun": 4462, + "ureof": 4463, + "yard": 4464, + "ias": 4465, + "._": 4466, + "hewent": 4467, + "34": 4468, + "youwould": 4469, + "forty": 4470, + "entered": 4471, + "twoh": 4472, + "definitely": 4473, + "howdoyou": 4474, + "1998": 4475, + "lotsof": 4476, + "kr": 4477, + "spl": 4478, + "cities": 4479, + "includes": 4480, + "produced": 4481, + "angel": 4482, + "thefour": 4483, + "abitof": 4484, + "wasbornin": 4485, + "whatthehell": 4486, + "conv": 4487, + "crimin": 4488, + "itect": 4489, + "oppos": 4490, + "sitting": 4491, + "blind": 4492, + "jour": 4493, + "gotothe": 4494, + "tire": 4495, + "getout": 4496, + "sitdown": 4497, + "ara": 4498, + "1996": 4499, + "snow": 4500, + "manager": 4501, + "australia": 4502, + "aun": 4503, + "lift": 4504, + "ibelieve": 4505, + "notgoingto": 4506, + "inlove": 4507, + "occup": 4508, + "behavi": 4509, + "centre": 4510, + "togive": 4511, + "illustr": 4512, + "guest": 4513, + "ersof": 4514, + "yourfather": 4515, + "created": 4516, + "kay": 4517, + "oken": 4518, + "ource": 4519, + "toward": 4520, + "lethim": 4521, + "becauses": 4522, + "bread": 4523, + "tray": 4524, + "justas": 4525, + "particip": 4526, + "lex": 4527, + "iheard": 4528, + "1960": 4529, + "soldiers": 4530, + "thebaby": 4531, + "wedding": 4532, + "trees": 4533, + "nolonger": 4534, + "commer": 4535, + "reak": 4536, + "twice": 4537, + "hisown": 4538, + "dev": 4539, + "bered": 4540, + "staff": 4541, + "cise": 4542, + "china": 4543, + "private": 4544, + "wedid": 4545, + "lectr": 4546, + "hast": 4547, + "network": 4548, + "sevent": 4549, + "martin": 4550, + "ordinary": 4551, + "grass": 4552, + "atedby": 4553, + "floor": 4554, + "asof": 4555, + "lunch": 4556, + "gotit": 4557, + "chairman": 4558, + ".&": 4559, + "youwon": 4560, + "choose": 4561, + "theirown": 4562, + "edintothe": 4563, + "companies": 4564, + "orthe": 4565, + "smith": 4566, + "pil": 4567, + "prevent": 4568, + "upthere": 4569, + "material": 4570, + "forthes": 4571, + "waiting": 4572, + "advant": 4573, + "anin": 4574, + "enc": 4575, + "carried": 4576, + "replac": 4577, + "azine": 4578, + "ius": 4579, + "andr": 4580, + "heat": 4581, + "organization": 4582, + "prime": 4583, + "quality": 4584, + "ohyeah": 4585, + "iremember": 4586, + "lau": 4587, + "onthem": 4588, + "shadow": 4589, + "38": 4590, + "opin": 4591, + "coat": 4592, + "particularly": 4593, + "fare": 4594, + "mu": 4595, + "bury": 4596, + "onen": 4597, + "ationand": 4598, + "closed": 4599, + "scient": 4600, + "oil": 4601, + "isk": 4602, + "apple": 4603, + "breakfast": 4604, + "ilike": 4605, + "acting": 4606, + "contr": 4607, + "thefuck": 4608, + "parliament": 4609, + "rial": 4610, + "lets": 4611, + "sense": 4612, + "dram": 4613, + "gay": 4614, + "toknow": 4615, + "downthe": 4616, + "appearance": 4617, + "regular": 4618, + "pieces": 4619, + "seeing": 4620, + "flowers": 4621, + "election": 4622, + "laughs": 4623, + "alt": 4624, + "frequ": 4625, + "thin": 4626, + "onder": 4627, + "shown": 4628, + "travel": 4629, + "thinkthat": 4630, + "quare": 4631, + "piece": 4632, + "aweek": 4633, + "uce": 4634, + "theph": 4635, + "published": 4636, + "withas": 4637, + "ingofthe": 4638, + "architect": 4639, + "sothey": 4640, + "ria": 4641, + "goahead": 4642, + "normal": 4643, + "convers": 4644, + "onof": 4645, + "itwouldbe": 4646, + "owas": 4647, + "policy": 4648, + "thinkof": 4649, + "positive": 4650, + "content": 4651, + "medical": 4652, + "gam": 4653, + "construction": 4654, + "express": 4655, + "andbe": 4656, + "worried": 4657, + "sort": 4658, + "anice": 4659, + "intend": 4660, + "launch": 4661, + "responsible": 4662, + "nomin": 4663, + "conomic": 4664, + "epartment": 4665, + "uten": 4666, + "ura": 4667, + "sothe": 4668, + "notonly": 4669, + "ida": 4670, + "forc": 4671, + "chi": 4672, + "onic": 4673, + "wound": 4674, + "achance": 4675, + "exam": 4676, + "possibly": 4677, + "_,": 4678, + "mymother": 4679, + "extre": 4680, + "allthese": 4681, + "wayto": 4682, + "oneofthem": 4683, + ".(": 4684, + "formed": 4685, + "sighs": 4686, + "statistics": 4687, + "airport": 4688, + "rive": 4689, + "lap": 4690, + "mond": 4691, + "francis": 4692, + "meter": 4693, + "butter": 4694, + "minute": 4695, + "otion": 4696, + "unction": 4697, + "flor": 4698, + "stories": 4699, + "1995": 4700, + "kee": 4701, + "youmay": 4702, + "goodnight": 4703, + "wasit": 4704, + "urpr": 4705, + "breath": 4706, + "iwantedto": 4707, + "iget": 4708, + "finger": 4709, + "atthesame": 4710, + "basket": 4711, + "appreci": 4712, + "scott": 4713, + "independent": 4714, + "pping": 4715, + "phili": 4716, + "grave": 4717, + "rian": 4718, + "whenshe": 4719, + "thereason": 4720, + "1994": 4721, + "whichare": 4722, + "shoes": 4723, + "32": 4724, + "mail": 4725, + "size": 4726, + "becausei": 4727, + "dat": 4728, + "alled": 4729, + "philoso": 4730, + "clearly": 4731, + "library": 4732, + "adifferent": 4733, + "youcansee": 4734, + "whoare": 4735, + "distribut": 4736, + "iran": 4737, + "wejust": 4738, + "ontheother": 4739, + "oner": 4740, + "execut": 4741, + "flat": 4742, + "memory": 4743, + "ador": 4744, + "witha": 4745, + "sofar": 4746, + "ansas": 4747, + "performance": 4748, + "thecounty": 4749, + "ahalf": 4750, + "andyour": 4751, + "darling": 4752, + "features": 4753, + "sche": 4754, + "endid": 4755, + "thelaw": 4756, + "acertain": 4757, + "ws": 4758, + "asleep": 4759, + "grown": 4760, + "african": 4761, + "culture": 4762, + "gate": 4763, + "manag": 4764, + "rence": 4765, + "wine": 4766, + "asking": 4767, + "wherehe": 4768, + "estim": 4769, + "direction": 4770, + "aham": 4771, + "campaign": 4772, + "asingle": 4773, + "wick": 4774, + "reading": 4775, + "thathewas": 4776, + "thetwo": 4777, + "lover": 4778, + "cock": 4779, + "veryone": 4780, + "eding": 4781, + "andt": 4782, + "fan": 4783, + "hero": 4784, + "-(": 4785, + "ases": 4786, + "butshe": 4787, + "arrived": 4788, + "whim": 4789, + "combin": 4790, + "shedid": 4791, + "movedto": 4792, + "syou": 4793, + "thesub": 4794, + "rex": 4795, + "andst": 4796, + "contribut": 4797, + "partner": 4798, + "oured": 4799, + "andsome": 4800, + "lder": 4801, + "crack": 4802, + "aware": 4803, + "critic": 4804, + "insome": 4805, + "doubt": 4806, + "offthe": 4807, + "average": 4808, + "cles": 4809, + "rupt": 4810, + "flight": 4811, + "noway": 4812, + "complex": 4813, + "thepeople": 4814, + "advent": 4815, + "interview": 4816, + "points": 4817, + "greek": 4818, + "pac": 4819, + "iton": 4820, + "afrom": 4821, + "lightly": 4822, + "ofme": 4823, + "entertain": 4824, + "rights": 4825, + "whatkindof": 4826, + "ulous": 4827, + "assum": 4828, + "goand": 4829, + "youmean": 4830, + "result": 4831, + "agroup": 4832, + "sandthe": 4833, + "apop": 4834, + "âĻ«": 4835, + "escape": 4836, + "totally": 4837, + "amber": 4838, + "jane": 4839, + "irm": 4840, + "beginn": 4841, + "fing": 4842, + "jec": 4843, + "congress": 4844, + "cous": 4845, + "andde": 4846, + "soviet": 4847, + "included": 4848, + "tors": 4849, + "39": 4850, + "horn": 4851, + "askyou": 4852, + "notice": 4853, + "atholic": 4854, + "explo": 4855, + "simply": 4856, + "frome": 4857, + "copy": 4858, + "yourname": 4859, + "ingfrom": 4860, + "pressure": 4861, + "andhere": 4862, + "weird": 4863, + "1997": 4864, + "alan": 4865, + "asas": 4866, + "courage": 4867, + "aproblem": 4868, + "assign": 4869, + "colonel": 4870, + "ez": 4871, + "erstood": 4872, + "urs": 4873, + "giveit": 4874, + "charlie": 4875, + "hole": 4876, + "mical": 4877, + "cream": 4878, + "emper": 4879, + "theband": 4880, + "homes": 4881, + "wherethey": 4882, + "walking": 4883, + "successful": 4884, + "othing": 4885, + "citiz": 4886, + "reven": 4887, + "goodbye": 4888, + "usedby": 4889, + "1992": 4890, + "westof": 4891, + "nu": 4892, + "theword": 4893, + "arily": 4894, + "murder": 4895, + "estate": 4896, + "cot": 4897, + "poly": 4898, + "yourown": 4899, + "wet": 4900, + "ulations": 4901, + "myson": 4902, + "48": 4903, + "brid": 4904, + "01": 4905, + "totheir": 4906, + "strate": 4907, + "title": 4908, + "disease": 4909, + "reached": 4910, + "believed": 4911, + "ception": 4912, + "rible": 4913, + "butthen": 4914, + "thero": 4915, + "becoming": 4916, + "zero": 4917, + "compos": 4918, + "kitchen": 4919, + "za": 4920, + "plays": 4921, + "sounds": 4922, + "hardly": 4923, + "romise": 4924, + "wealth": 4925, + "tle": 4926, + "anumberof": 4927, + "intheregion": 4928, + "thefollowing": 4929, + "cloud": 4930, + "accoun": 4931, + "australian": 4932, + "opportunity": 4933, + "myfriend": 4934, + "tohelp": 4935, + "hook": 4936, + "couldyou": 4937, + "stream": 4938, + "utter": 4939, + "awards": 4940, + "horses": 4941, + "clim": 4942, + "fection": 4943, + "castle": 4944, + "newsp": 4945, + "gonnado": 4946, + "pig": 4947, + "holdon": 4948, + "rum": 4949, + "letters": 4950, + "mighthave": 4951, + "showyou": 4952, + "whit": 4953, + "billy": 4954, + "republic": 4955, + "oing": 4956, + "itoff": 4957, + "spent": 4958, + "mile": 4959, + "astate": 4960, + "authority": 4961, + "thefire": 4962, + "uals": 4963, + "beauty": 4964, + "theday": 4965, + "aboutyou": 4966, + "dete": 4967, + "odd": 4968, + "asty": 4969, + "painting": 4970, + "auto": 4971, + "1993": 4972, + "solution": 4973, + "iddle": 4974, + "legs": 4975, + "issues": 4976, + "inthenorth": 4977, + "whereis": 4978, + "aked": 4979, + "actress": 4980, + "kat": 4981, + "bc": 4982, + "ques": 4983, + "nat": 4984, + "afford": 4985, + "branch": 4986, + "\"?": 4987, + "inac": 4988, + "theses": 4989, + "pill": 4990, + "thecase": 4991, + "provide": 4992, + "collection": 4993, + "alof": 4994, + "youlook": 4995, + "thepro": 4996, + "yelse": 4997, + "iwasn": 4998, + "raw": 4999, + "thetime": 5000, + "rely": 5001, + "carri": 5002, + "watching": 5003, + "saint": 5004, + "aturday": 5005, + "ole": 5006, + "jeff": 5007, + "yousay": 5008, + "wn": 5009, + "stopit": 5010, + "bother": 5011, + "75": 5012, + "pard": 5013, + "usedin": 5014, + "simple": 5015, + "vote": 5016, + "tobed": 5017, + "ituation": 5018, + "aker": 5019, + "bott": 5020, + "myown": 5021, + "understood": 5022, + "highest": 5023, + "withtheir": 5024, + "fran": 5025, + "onme": 5026, + "museum": 5027, + "ourselves": 5028, + "jon": 5029, + "andthisis": 5030, + "hebecame": 5031, + "length": 5032, + "intellig": 5033, + "hoc": 5034, + "bing": 5035, + "infrontof": 5036, + "produce": 5037, + "relax": 5038, + "thathad": 5039, + "ofhim": 5040, + "ids": 5041, + "attern": 5042, + "abook": 5043, + "families": 5044, + "minus": 5045, + "itdown": 5046, + "ersare": 5047, + "anor": 5048, + "female": 5049, + "mah": 5050, + "ceived": 5051, + "185": 5052, + "||||": 5053, + "uments": 5054, + "sohe": 5055, + "continues": 5056, + "laid": 5057, + "golden": 5058, + "andal": 5059, + "dry": 5060, + "pon": 5061, + "release": 5062, + "establ": 5063, + "inthefirst": 5064, + "labor": 5065, + "loss": 5066, + "apie": 5067, + "tories": 5068, + "rightthere": 5069, + "hib": 5070, + "aly": 5071, + "ici": 5072, + "asfar": 5073, + "veh": 5074, + "stuck": 5075, + "iling": 5076, + "33": 5077, + "atfirst": 5078, + "forall": 5079, + "wasin": 5080, + "teeth": 5081, + "attheb": 5082, + "neighbor": 5083, + "),\"": 5084, + "thow": 5085, + "isalso": 5086, + "sexual": 5087, + "iled": 5088, + "gious": 5089, + "!'": 5090, + "anad": 5091, + "pleasure": 5092, + "handle": 5093, + "harry": 5094, + "differen": 5095, + "ifshe": 5096, + "britain": 5097, + "determin": 5098, + "button": 5099, + "theme": 5100, + "avi": 5101, + "doyouwantto": 5102, + "andone": 5103, + "liked": 5104, + "hav": 5105, + "thereal": 5106, + "actions": 5107, + "accom": 5108, + "wasthat": 5109, + "empty": 5110, + "youmight": 5111, + "afterall": 5112, + "vention": 5113, + "comfortable": 5114, + "whatdoyouwant": 5115, + "theperson": 5116, + "thathis": 5117, + "mike": 5118, + "bond": 5119, + "nex": 5120, + "thepre": 5121, + "bloody": 5122, + "themar": 5123, + "alsow": 5124, + "1991": 5125, + "anyother": 5126, + "oth": 5127, + "lessthan": 5128, + "channel": 5129, + "apparently": 5130, + "colon": 5131, + "recently": 5132, + "journey": 5133, + "aplay": 5134, + "yourmother": 5135, + "bub": 5136, + "everyday": 5137, + "andf": 5138, + "illino": 5139, + "anx": 5140, + "rug": 5141, + "ira": 5142, + "vous": 5143, + "secretary": 5144, + "goback": 5145, + "numbers": 5146, + "pred": 5147, + "gall": 5148, + "isher": 5149, + "gethim": 5150, + "weet": 5151, + "reck": 5152, + "atthes": 5153, + "thathas": 5154, + "transfer": 5155, + "mostofthe": 5156, + "aword": 5157, + "kit": 5158, + "toseeyou": 5159, + "hisfather": 5160, + "azz": 5161, + "wemust": 5162, + "prepared": 5163, + "empire": 5164, + "theball": 5165, + "trying": 5166, + "increase": 5167, + "metal": 5168, + "rust": 5169, + "whok": 5170, + "steal": 5171, + "theh": 5172, + "joined": 5173, + "thick": 5174, + "debut": 5175, + "trip": 5176, + "butnow": 5177, + "plate": 5178, + "bast": 5179, + "caused": 5180, + "astof": 5181, + "imilar": 5182, + "pocket": 5183, + "fold": 5184, + "jean": 5185, + "missing": 5186, + "areaof": 5187, + "noteven": 5188, + "dollars": 5189, + "lla": 5190, + "lean": 5191, + "chester": 5192, + "threed": 5193, + "kins": 5194, + "whatit": 5195, + "wants": 5196, + "studies": 5197, + "ireland": 5198, + "ofar": 5199, + "appl": 5200, + "organiz": 5201, + "seethat": 5202, + "myster": 5203, + "hungry": 5204, + "gs": 5205, + "anton": 5206, + "sometime": 5207, + "tempor": 5208, + "toplay": 5209, + "bigger": 5210, + "pounds": 5211, + "vac": 5212, + "bodyelse": 5213, + "ordered": 5214, + "psycho": 5215, + "otherwise": 5216, + "youknowthat": 5217, + "knownfor": 5218, + "rat": 5219, + "ghost": 5220, + "universe": 5221, + "weknow": 5222, + "kindsof": 5223, + "audience": 5224, + "crying": 5225, + "speed": 5226, + "majesty": 5227, + "sonthe": 5228, + "angeles": 5229, + "chicago": 5230, + "...\"": 5231, + "jimmy": 5232, + "isaf": 5233, + "witness": 5234, + "constitution": 5235, + "atom": 5236, + "doesit": 5237, + "onemore": 5238, + "47": 5239, + "curi": 5240, + "weapon": 5241, + "ingu": 5242, + "spain": 5243, + "lls": 5244, + "andalso": 5245, + "patr": 5246, + "thof": 5247, + "doyouhave": 5248, + "established": 5249, + "arest": 5250, + "progress": 5251, + "gonnat": 5252, + "dim": 5253, + "fashion": 5254, + "unfortun": 5255, + "sie": 5256, + "alet": 5257, + "ashort": 5258, + "avoid": 5259, + "cure": 5260, + "complain": 5261, + "becauseofthe": 5262, + "ropical": 5263, + "seriously": 5264, + "fective": 5265, + "hewon": 5266, + "keys": 5267, + "strug": 5268, + "eli": 5269, + "alongwith": 5270, + "scr": 5271, + "300": 5272, + "thir": 5273, + "whenhewas": 5274, + "theywill": 5275, + "mainly": 5276, + "enced": 5277, + "ulty": 5278, + "rough": 5279, + "chin": 5280, + "...?": 5281, + "seemedto": 5282, + "crew": 5283, + "saidthat": 5284, + "tight": 5285, + "wayof": 5286, + "batt": 5287, + "ratherthan": 5288, + "pup": 5289, + "offered": 5290, + "diedon": 5291, + "footballplayer": 5292, + "ori": 5293, + "despite": 5294, + "lieuten": 5295, + "uphere": 5296, + "seeit": 5297, + "1989": 5298, + "butthere": 5299, + "conserv": 5300, + "themen": 5301, + "eventually": 5302, + "broadcast": 5303, + "weget": 5304, + "andtheir": 5305, + "rick": 5306, + "xim": 5307, + "developed": 5308, + "protest": 5309, + "redto": 5310, + "european": 5311, + "49": 5312, + "gil": 5313, + "rs": 5314, + "theywould": 5315, + "ancing": 5316, + "iunderstand": 5317, + "enoughto": 5318, + "withthes": 5319, + "losangeles": 5320, + "maid": 5321, + "wehaven": 5322, + "hewill": 5323, + "revolution": 5324, + "purpose": 5325, + "pier": 5326, + "esign": 5327, + "shas": 5328, + "themed": 5329, + "background": 5330, + "thegirl": 5331, + "butitwas": 5332, + "formof": 5333, + "itellyou": 5334, + "promise": 5335, + "buck": 5336, + "aboy": 5337, + "impress": 5338, + "ingle": 5339, + "sco": 5340, + "enor": 5341, + "ohno": 5342, + "weren": 5343, + "colour": 5344, + "largest": 5345, + "evidence": 5346, + "howlong": 5347, + "document": 5348, + "atell": 5349, + "rod": 5350, + "icture": 5351, + "claimed": 5352, + "twop": 5353, + "commander": 5354, + "assemb": 5355, + "acol": 5356, + "discovered": 5357, + "grandfather": 5358, + "square": 5359, + "sole": 5360, + "whatisthat": 5361, + "awa": 5362, + "collect": 5363, + "terrible": 5364, + "rul": 5365, + "butidon": 5366, + "typeof": 5367, + "anth": 5368, + "comment": 5369, + "thefr": 5370, + "demon": 5371, + "thome": 5372, + "ithinki": 5373, + "whydidyou": 5374, + "location": 5375, + "structure": 5376, + "nis": 5377, + "outand": 5378, + "appen": 5379, + "ithinkyou": 5380, + "kent": 5381, + "wearing": 5382, + "dun": 5383, + "invest": 5384, + "mywife": 5385, + "tall": 5386, + "iwonder": 5387, + "thepower": 5388, + "itand": 5389, + "areful": 5390, + "iput": 5391, + "findout": 5392, + "asshe": 5393, + "chant": 5394, + "losing": 5395, + "realize": 5396, + "amess": 5397, + "hisname": 5398, + "added": 5399, + "wedidn": 5400, + "ounderstand": 5401, + "cameto": 5402, + "ears": 5403, + "alp": 5404, + "via": 5405, + "itisn": 5406, + "rand": 5407, + "inall": 5408, + "chuckles": 5409, + "ucky": 5410, + "owner": 5411, + "athan": 5412, + "crash": 5413, + "eventhough": 5414, + "jum": 5415, + "thebody": 5416, + "heplayed": 5417, + "joke": 5418, + "icannot": 5419, + "intheu": 5420, + "whatisthis": 5421, + "extreme": 5422, + "covery": 5423, + "nur": 5424, + "outhe": 5425, + "goodmorning": 5426, + "onlyone": 5427, + "mechan": 5428, + "chain": 5429, + "faces": 5430, + "jackson": 5431, + "46": 5432, + "arrange": 5433, + "ahas": 5434, + "hesays": 5435, + "mored": 5436, + "ada": 5437, + "records": 5438, + "lf": 5439, + "cru": 5440, + "victori": 5441, + "thefrench": 5442, + "ahouse": 5443, + "screen": 5444, + "voc": 5445, + "remark": 5446, + "climb": 5447, + "ightof": 5448, + "insur": 5449, + "bottom": 5450, + "complic": 5451, + "havedone": 5452, + "religion": 5453, + "counter": 5454, + "iwent": 5455, + "rink": 5456, + "johnny": 5457, + "therest": 5458, + "inex": 5459, + "livedthere": 5460, + "festival": 5461, + "eem": 5462, + "stopped": 5463, + "thatthis": 5464, + "abeth": 5465, + "illinois": 5466, + "colo": 5467, + "unicipal": 5468, + "map": 5469, + "ku": 5470, + "eneed": 5471, + "workers": 5472, + "becausethe": 5473, + "abus": 5474, + "icient": 5475, + "motion": 5476, + "acrossthe": 5477, + "learning": 5478, + "occasion": 5479, + "andmore": 5480, + "igure": 5481, + "defend": 5482, + "eating": 5483, + "atit": 5484, + "brand": 5485, + "cellent": 5486, + "andh": 5487, + "talkingto": 5488, + "forgotten": 5489, + "shi": 5490, + "rael": 5491, + "electric": 5492, + "gian": 5493, + "ying": 5494, + "unning": 5495, + "organis": 5496, + "quant": 5497, + "thelong": 5498, + "jen": 5499, + "barr": 5500, + "scotland": 5501, + "lig": 5502, + "stein": 5503, + "hockey": 5504, + "science": 5505, + "grab": 5506, + "advice": 5507, + "imade": 5508, + "plans": 5509, + "whoareyou": 5510, + "shore": 5511, + "imply": 5512, + "thinkabout": 5513, + "gof": 5514, + "edward": 5515, + "advan": 5516, + "hewasbornin": 5517, + "trail": 5518, + "fighting": 5519, + "decide": 5520, + "conference": 5521, + "talked": 5522, + "brothers": 5523, + "1950": 5524, + "activity": 5525, + "estroy": 5526, + "billion": 5527, + "thething": 5528, + "makesure": 5529, + "dueto": 5530, + "equal": 5531, + "zy": 5532, + "yearsof": 5533, + "toput": 5534, + "tellus": 5535, + "didhe": 5536, + "virginia": 5537, + "fal": 5538, + "pit": 5539, + "ends": 5540, + "whatare": 5541, + "doanything": 5542, + "littles": 5543, + "lack": 5544, + "fortheir": 5545, + "iamnot": 5546, + "lation": 5547, + "getyour": 5548, + "aring": 5549, + "worst": 5550, + "mydear": 5551, + "whowere": 5552, + "waitaminute": 5553, + "......": 5554, + "shock": 5555, + "actual": 5556, + "finan": 5557, + "plenty": 5558, + "careful": 5559, + "bytheway": 5560, + "mally": 5561, + "adoc": 5562, + "manner": 5563, + "releasedon": 5564, + "youngman": 5565, + "appointed": 5566, + "assembly": 5567, + "tong": 5568, + "goo": 5569, + "physical": 5570, + "gonnas": 5571, + "brook": 5572, + "nal": 5573, + "andidon": 5574, + "degree": 5575, + "trou": 5576, + "gency": 5577, + "havethe": 5578, + "amount": 5579, + "bare": 5580, + "cate": 5581, + "sarah": 5582, + "tood": 5583, + "befo": 5584, + "tower": 5585, + "altern": 5586, + "guil": 5587, + "dude": 5588, + "gang": 5589, + "aran": 5590, + "takethe": 5591, + "higher": 5592, + "freedom": 5593, + "cub": 5594, + "tun": 5595, + "getup": 5596, + "nof": 5597, + "episode": 5598, + "era": 5599, + "mort": 5600, + "andits": 5601, + "measure": 5602, + "ocean": 5603, + "inother": 5604, + "esh": 5605, + "strain": 5606, + "ona": 5607, + "admir": 5608, + "demand": 5609, + "illion": 5610, + "toldyou": 5611, + "enot": 5612, + "lest": 5613, + "ilver": 5614, + "tolive": 5615, + "orof": 5616, + "apped": 5617, + "gowith": 5618, + "apos": 5619, + "ashes": 5620, + "icult": 5621, + "lips": 5622, + "chinese": 5623, + "1988": 5624, + "upin": 5625, + "prize": 5626, + "protection": 5627, + "atthesametime": 5628, + ",--": 5629, + "youneedto": 5630, + "guitar": 5631, + "wasas": 5632, + "urface": 5633, + "oust": 5634, + "ahand": 5635, + "corner": 5636, + "youlike": 5637, + "eneral": 5638, + "inthesame": 5639, + "fright": 5640, + "isvery": 5641, + "becausehe": 5642, + "bishop": 5643, + "adio": 5644, + "notthat": 5645, + "candid": 5646, + "tosleep": 5647, + "improve": 5648, + "iain": 5649, + "odes": 5650, + "plants": 5651, + "ournament": 5652, + "sid": 5653, + "palace": 5654, + "cere": 5655, + "rend": 5656, + "earlier": 5657, + "management": 5658, + "smart": 5659, + "lieutenant": 5660, + "fant": 5661, + "goin": 5662, + "medicine": 5663, + "givehim": 5664, + "lit": 5665, + "placed": 5666, + "55": 5667, + "ifican": 5668, + "johnson": 5669, + "eso": 5670, + "crime": 5671, + "comedy": 5672, + "logist": 5673, + "newyorkcity": 5674, + "tt": 5675, + "ono": 5676, + "ificant": 5677, + "sav": 5678, + "dothey": 5679, + "tel": 5680, + "metro": 5681, + "allofthe": 5682, + "iwasjust": 5683, + "irector": 5684, + "aa": 5685, + "ufact": 5686, + "terms": 5687, + "tommy": 5688, + "fromthes": 5689, + "thepolice": 5690, + "resident": 5691, + "thefamily": 5692, + "iii": 5693, + "atot": 5694, + "temple": 5695, + "waste": 5696, + "shave": 5697, + "institute": 5698, + "throat": 5699, + "younger": 5700, + "ofthose": 5701, + "buildings": 5702, + "ware": 5703, + "tob": 5704, + "butwhat": 5705, + "froman": 5706, + "fifteen": 5707, + "whohas": 5708, + "powerful": 5709, + "44": 5710, + "driving": 5711, + "onyou": 5712, + "click": 5713, + "imum": 5714, + "earn": 5715, + "beside": 5716, + "brief": 5717, + "languages": 5718, + "abeaut": 5719, + "ffect": 5720, + "throughout": 5721, + "mexico": 5722, + "sides": 5723, + "shin": 5724, + "themto": 5725, + "1987": 5726, + "narr": 5727, + "retch": 5728, + "required": 5729, + "ersofthe": 5730, + "movi": 5731, + "atnight": 5732, + "situation": 5733, + "otic": 5734, + "ababy": 5735, + "thecent": 5736, + "abouthim": 5737, + "abouther": 5738, + "directly": 5739, + "akind": 5740, + "ifyoucan": 5741, + ",`": 5742, + "twelve": 5743, + "interestedin": 5744, + "pir": 5745, + "andinthe": 5746, + "atethe": 5747, + "seethe": 5748, + "ths": 5749, + "proved": 5750, + "itfor": 5751, + "thoughtof": 5752, + "knownforhis": 5753, + "ollow": 5754, + "wrest": 5755, + "igo": 5756, + "eral": 5757, + "delight": 5758, + "spon": 5759, + "soul": 5760, + "yu": 5761, + "accordingtothe": 5762, + "thereyougo": 5763, + "easily": 5764, + "surely": 5765, + "cha": 5766, + "pitch": 5767, + "becareful": 5768, + "ingyour": 5769, + "lood": 5770, + "terror": 5771, + "breaking": 5772, + "gir": 5773, + "inqu": 5774, + "begin": 5775, + "egg": 5776, + "ulationof": 5777, + "victory": 5778, + "inthem": 5779, + "continued": 5780, + "toeat": 5781, + "stances": 5782, + "conomy": 5783, + "threes": 5784, + "theart": 5785, + "thathehad": 5786, + "allowedto": 5787, + "incred": 5788, + "ota": 5789, + "pointof": 5790, + ".)": 5791, + "pink": 5792, + "thenyou": 5793, + "callme": 5794, + "propos": 5795, + "tony": 5796, + ".]": 5797, + "reveal": 5798, + "heplay": 5799, + "tap": 5800, + "wee": 5801, + "hereis": 5802, + "buddy": 5803, + "fired": 5804, + "wire": 5805, + "marg": 5806, + "thelargest": 5807, + "apartment": 5808, + "inse": 5809, + "ern": 5810, + "solve": 5811, + "imight": 5812, + "thisisnot": 5813, + "afterthat": 5814, + "membersofthe": 5815, + "pak": 5816, + "whist": 5817, + "suf": 5818, + "gment": 5819, + "andb": 5820, + "giant": 5821, + "oneofthemost": 5822, + "poet": 5823, + "inaddition": 5824, + "comefrom": 5825, + "ultim": 5826, + "ival": 5827, + "ofn": 5828, + "sight": 5829, + "quid": 5830, + "growing": 5831, + "thetown": 5832, + "loud": 5833, + "cep": 5834, + "older": 5835, + "thecapital": 5836, + "flower": 5837, + "rule": 5838, + "trid": 5839, + "acr": 5840, + "asure": 5841, + "offrance": 5842, + "jewish": 5843, + "topay": 5844, + "ofthere": 5845, + "foran": 5846, + "thinkingabout": 5847, + "atme": 5848, + "esin": 5849, + "civi": 5850, + "lia": 5851, + "kidding": 5852, + "friday": 5853, + "centr": 5854, + "noise": 5855, + "affair": 5856, + "ationis": 5857, + "1984": 5858, + "isions": 5859, + "lookatthe": 5860, + "pretend": 5861, + "strength": 5862, + "mun": 5863, + "butif": 5864, + "firm": 5865, + "ο": 5866, + "thefl": 5867, + "thesed": 5868, + "chosen": 5869, + "theco": 5870, + "allenge": 5871, + "bitch": 5872, + "influence": 5873, + "defe": 5874, + "sports": 5875, + "cou": 5876, + "apretty": 5877, + "thingsthat": 5878, + "expected": 5879, + "howto": 5880, + "notreally": 5881, + "gray": 5882, + "thebook": 5883, + "characters": 5884, + "vit": 5885, + "sayit": 5886, + "weall": 5887, + "forms": 5888, + "kh": 5889, + "opened": 5890, + "iro": 5891, + "limit": 5892, + "negative": 5893, + "israel": 5894, + "rang": 5895, + "gohome": 5896, + "thisguy": 5897, + "affic": 5898, + "solong": 5899, + "tobecome": 5900, + "legisl": 5901, + "specific": 5902, + "myheart": 5903, + "apolog": 5904, + "entirely": 5905, + "gonnago": 5906, + "conduct": 5907, + "prem": 5908, + "previously": 5909, + "males": 5910, + "robin": 5911, + "hemade": 5912, + "notsure": 5913, + "trial": 5914, + "magazine": 5915, + "concerned": 5916, + "urb": 5917, + "weden": 5918, + "theri": 5919, + "pair": 5920, + "vening": 5921, + "clude": 5922, + "patient": 5923, + "ofess": 5924, + "tryand": 5925, + "hetook": 5926, + "wasfound": 5927, + "theless": 5928, + "producer": 5929, + "honour": 5930, + "whathappens": 5931, + "(;": 5932, + "harm": 5933, + "perfectly": 5934, + "promot": 5935, + "',": 5936, + "ahad": 5937, + "cake": 5938, + "activities": 5939, + "delic": 5940, + "achieve": 5941, + "integr": 5942, + "42": 5943, + "hegot": 5944, + "vive": 5945, + "winning": 5946, + "causes": 5947, + "innorth": 5948, + "abled": 5949, + "generation": 5950, + "pher": 5951, + "somehow": 5952, + "somethingthat": 5953, + "heads": 5954, + "utch": 5955, + "allowed": 5956, + "himto": 5957, + "publican": 5958, + "magic": 5959, + "deb": 5960, + "closer": 5961, + "larger": 5962, + "useof": 5963, + "sty": 5964, + "shows": 5965, + "--------": 5966, + "thefilm": 5967, + "todoit": 5968, + "micro": 5969, + "joint": 5970, + "1979": 5971, + "hay": 5972, + "icall": 5973, + "roof": 5974, + "nomatter": 5975, + "ohyes": 5976, + "maybes": 5977, + "mbered": 5978, + "connection": 5979, + "catholic": 5980, + "andhewas": 5981, + "carefully": 5982, + "1986": 5983, + "sem": 5984, + "sphere": 5985, + "distance": 5986, + "chip": 5987, + "jay": 5988, + "attach": 5989, + "thatitwas": 5990, + "imay": 5991, + "emperor": 5992, + "inju": 5993, + "oneofthose": 5994, + "itisfoundintheregion": 5995, + "internet": 5996, + "ainthe": 5997, + "ifyouwant": 5998, + "howdid": 5999, + "aus": 6000, + "1981": 6001, + "quites": 6002, + "approxim": 6003, + "peoplelivedthere": 6004, + "andn": 6005, + "aside": 6006, + "ofwhich": 6007, + "stad": 6008, + "atedwith": 6009, + "opinion": 6010, + "itbe": 6011, + "cel": 6012, + "cheer": 6013, + "oon": 6014, + "adrink": 6015, + "feed": 6016, + "mode": 6017, + "awful": 6018, + "1972": 6019, + "notjust": 6020, + "iwann": 6021, + "syn": 6022, + "cript": 6023, + "congrat": 6024, + "putthe": 6025, + "iously": 6026, + "drag": 6027, + "fingers": 6028, + "flag": 6029, + "ofab": 6030, + "feelings": 6031, + "circum": 6032, + "inish": 6033, + "untilthe": 6034, + "formation": 6035, + "remind": 6036, + "apers": 6037, + "fortune": 6038, + "officers": 6039, + "ihate": 6040, + "arthur": 6041, + "aveyou": 6042, + "\"\"": 6043, + "hishead": 6044, + "careerstatistics": 6045, + "icide": 6046, + "mybrother": 6047, + "gonnaget": 6048, + "guilty": 6049, + "prior": 6050, + "1983": 6051, + "letmesee": 6052, + "ajob": 6053, + "assu": 6054, + "aqu": 6055, + "lov": 6056, + "autom": 6057, + "thatthere": 6058, + "yourlife": 6059, + "rig": 6060, + "canwe": 6061, + "inspe": 6062, + "thisisn": 6063, + "grey": 6064, + "armed": 6065, + "alltheway": 6066, + "verybody": 6067, + "comeout": 6068, + "downthere": 6069, + "ux": 6070, + "duty": 6071, + "cott": 6072, + "andwith": 6073, + "allday": 6074, + "toad": 6075, + "idiot": 6076, + "isis": 6077, + "tofight": 6078, + "athy": 6079, + "andhave": 6080, + "setting": 6081, + "gaz": 6082, + "ithere": 6083, + "rag": 6084, + "mole": 6085, + "backin": 6086, + "1985": 6087, + "alty": 6088, + "ussian": 6089, + "zerland": 6090, + "orange": 6091, + "democratic": 6092, + "gow": 6093, + "ando": 6094, + "uggest": 6095, + "assistant": 6096, + "helped": 6097, + "kir": 6098, + "calling": 6099, + "weekend": 6100, + "learned": 6101, + "article": 6102, + "onour": 6103, + "istrict": 6104, + "primeminister": 6105, + "cycl": 6106, + "bust": 6107, + "tives": 6108, + "torun": 6109, + "saidhe": 6110, + "happiness": 6111, + "marriedto": 6112, + "65": 6113, + "instance": 6114, + "rh": 6115, + "ows": 6116, + "aire": 6117, + "inits": 6118, + "struck": 6119, + "doors": 6120, + "musical": 6121, + "manufact": 6122, + "buzz": 6123, + "relie": 6124, + "blame": 6125, + "sees": 6126, + "hass": 6127, + "avill": 6128, + "numberof": 6129, + "holding": 6130, + "sail": 6131, + "wich": 6132, + "inone": 6133, + "conversation": 6134, + "99": 6135, + "ishow": 6136, + "thathave": 6137, + "jess": 6138, + "islam": 6139, + "whydoyou": 6140, + "seemsto": 6141, + "edof": 6142, + "1982": 6143, + "constant": 6144, + "bern": 6145, + "double": 6146, + "fec": 6147, + "andithink": 6148, + "commend": 6149, + "birds": 6150, + "thinkit": 6151, + "els": 6152, + "poem": 6153, + "duck": 6154, + "aty": 6155, + "advis": 6156, + "mony": 6157, + "houseof": 6158, + "shouldn": 6159, + "brazil": 6160, + "rican": 6161, + "ialways": 6162, + "quarters": 6163, + "faster": 6164, + "arer": 6165, + "agricult": 6166, + "feels": 6167, + "wave": 6168, + "territory": 6169, + "meand": 6170, + "bron": 6171, + "confess": 6172, + "toy": 6173, + "youreally": 6174, + "wenton": 6175, + "needs": 6176, + "strike": 6177, + "welli": 6178, + "thefinal": 6179, + "themat": 6180, + "useful": 6181, + "entof": 6182, + "putyour": 6183, + "bitof": 6184, + "moves": 6185, + "poison": 6186, + "hisfirst": 6187, + "extend": 6188, + "notthe": 6189, + "):": 6190, + "afull": 6191, + "ena": 6192, + "advert": 6193, + "bede": 6194, + "alsof": 6195, + "beings": 6196, + "poll": 6197, + "seewhat": 6198, + "clar": 6199, + "eve": 6200, + "range": 6201, + "spanish": 6202, + "pian": 6203, + "storm": 6204, + "andby": 6205, + "sugar": 6206, + "usedfor": 6207, + "usedtobe": 6208, + "iner": 6209, + "chart": 6210, + "igan": 6211, + "agreement": 6212, + "aircraft": 6213, + "1976": 6214, + "itjust": 6215, + "andun": 6216, + "sue": 6217, + "gotthe": 6218, + "andhas": 6219, + "andifyou": 6220, + "tellher": 6221, + "tother": 6222, + "knownasthe": 6223, + "incident": 6224, + "inthesouth": 6225, + "\").": 6226, + "ledto": 6227, + "buried": 6228, + "crowd": 6229, + "thecor": 6230, + "porter": 6231, + "itseems": 6232, + "thatmeans": 6233, + "pel": 6234, + "therewasno": 6235, + "imper": 6236, + "fromthis": 6237, + "alleng": 6238, + "icket": 6239, + "prepar": 6240, + "dowith": 6241, + "ology": 6242, + "steve": 6243, + "thegame": 6244, + "spoken": 6245, + "thecompany": 6246, + "wouldyoulike": 6247, + "ilet": 6248, + "inhabit": 6249, + "pregn": 6250, + "mous": 6251, + "request": 6252, + "istill": 6253, + "thenumberof": 6254, + "thecr": 6255, + "thebus": 6256, + "ideaof": 6257, + "thatwill": 6258, + "themall": 6259, + "rison": 6260, + "suppos": 6261, + "appeal": 6262, + "alittles": 6263, + "ouri": 6264, + "cash": 6265, + "forth": 6266, + "clos": 6267, + "theplace": 6268, + "pieceof": 6269, + "plot": 6270, + "goaway": 6271, + "goingtodo": 6272, + "instrument": 6273, + "andthem": 6274, + "ships": 6275, + "belief": 6276, + "rother": 6277, + "ysis": 6278, + "lookatthis": 6279, + "dogs": 6280, + "ey": 6281, + "leading": 6282, + "pul": 6283, + "replied": 6284, + "stayhere": 6285, + "anythingelse": 6286, + "cler": 6287, + "contest": 6288, + "aurant": 6289, + "dangerous": 6290, + "veget": 6291, + "whenever": 6292, + "techn": 6293, + "dem": 6294, + "strict": 6295, + "divid": 6296, + "thoses": 6297, + "slowly": 6298, + "jones": 6299, + "reality": 6300, + "jok": 6301, + "uman": 6302, + "proof": 6303, + "elt": 6304, + "ala": 6305, + "kel": 6306, + "dep": 6307, + "afamily": 6308, + "willingto": 6309, + "usto": 6310, + "lizabeth": 6311, + "pant": 6312, + "goodness": 6313, + "enew": 6314, + "itz": 6315, + "withall": 6316, + "ifthat": 6317, + "setup": 6318, + "amonth": 6319, + "msof": 6320, + "shewould": 6321, + "1978": 6322, + "pecies": 6323, + "oldman": 6324, + "madeup": 6325, + "andeven": 6326, + "atively": 6327, + "listentome": 6328, + "georg": 6329, + "pure": 6330, + "isabout": 6331, + "orse": 6332, + "areg": 6333, + "inet": 6334, + "aine": 6335, + "1974": 6336, + "silver": 6337, + ".[": 6338, + "image": 6339, + "require": 6340, + "attract": 6341, + "awhile": 6342, + "younever": 6343, + "--&": 6344, + "amongthe": 6345, + "whathappenedto": 6346, + "theycould": 6347, + "thesamething": 6348, + "driver": 6349, + "abri": 6350, + "hesaw": 6351, + "vidence": 6352, + "ittakes": 6353, + "resources": 6354, + "ashed": 6355, + "winn": 6356, + "iana": 6357, + "rd": 6358, + "ishes": 6359, + "amajor": 6360, + "telling": 6361, + "lights": 6362, + "ortwo": 6363, + "suppose": 6364, + "wellthat": 6365, + "enses": 6366, + "icome": 6367, + "grade": 6368, + "appropri": 6369, + "steam": 6370, + "olar": 6371, + "needed": 6372, + "ionofthe": 6373, + "iknowyou": 6374, + "decidedto": 6375, + "assoonas": 6376, + "andno": 6377, + "basedonthe": 6378, + "boston": 6379, + "risk": 6380, + ";\"": 6381, + "lav": 6382, + "chest": 6383, + "resent": 6384, + "grav": 6385, + "themovie": 6386, + "hadto": 6387, + "temperature": 6388, + "gery": 6389, + "ja": 6390, + "juni": 6391, + "anna": 6392, + "onearth": 6393, + "areally": 6394, + "mydad": 6395, + "mentofthe": 6396, + "itish": 6397, + "solid": 6398, + "crown": 6399, + "alice": 6400, + "walked": 6401, + "jung": 6402, + "400": 6403, + "alsoknownas": 6404, + "erin": 6405, + "column": 6406, + "pope": 6407, + "von": 6408, + "aroundthe": 6409, + "1973": 6410, + "somethingelse": 6411, + "releasedin": 6412, + "basketball": 6413, + "applause": 6414, + "killing": 6415, + "hedoes": 6416, + "satisf": 6417, + "indi": 6418, + "chamber": 6419, + "arian": 6420, + "og": 6421, + "eks": 6422, + "skin": 6423, + "flying": 6424, + "compared": 6425, + "dirty": 6426, + "ishment": 6427, + "andjust": 6428, + "amil": 6429, + "andthef": 6430, + "tware": 6431, + "symp": 6432, + "outhere": 6433, + "otherpeople": 6434, + "thankyouverymuch": 6435, + "mental": 6436, + "callit": 6437, + "thoseare": 6438, + "itted": 6439, + "listof": 6440, + "pective": 6441, + "theni": 6442, + "anceof": 6443, + "reets": 6444, + "greater": 6445, + "ani": 6446, + "tear": 6447, + "madeby": 6448, + "speech": 6449, + "vest": 6450, + "fromher": 6451, + "gene": 6452, + "aband": 6453, + "innocent": 6454, + "coal": 6455, + "abu": 6456, + "giveus": 6457, + "spect": 6458, + "lookatthat": 6459, + "isstill": 6460, + "asia": 6461, + "beast": 6462, + "isatown": 6463, + "hou": 6464, + "luc": 6465, + "ionly": 6466, + "normally": 6467, + "vessel": 6468, + "inthese": 6469, + "hereto": 6470, + "hiswife": 6471, + "bran": 6472, + "unitedkingdom": 6473, + "rise": 6474, + "twoyears": 6475, + "wesee": 6476, + "violence": 6477, + "itsown": 6478, + "areyousure": 6479, + "otto": 6480, + "bodies": 6481, + "matches": 6482, + "traffic": 6483, + "drunk": 6484, + "aise": 6485, + "shedidn": 6486, + "shedoesn": 6487, + "whydidn": 6488, + "followed": 6489, + "response": 6490, + "damnit": 6491, + "surprise": 6492, + "1969": 6493, + "thein": 6494, + "rb": 6495, + "mell": 6496, + "comingto": 6497, + "pleasant": 6498, + "radi": 6499, + "extr": 6500, + "notes": 6501, + "flict": 6502, + "juice": 6503, + "toolate": 6504, + "abetter": 6505, + "whowould": 6506, + "amatter": 6507, + "units": 6508, + "jerry": 6509, + "thisthing": 6510, + "beforeyou": 6511, + "zealand": 6512, + "isjust": 6513, + "goout": 6514, + "nowyou": 6515, + "cousin": 6516, + "oli": 6517, + "vas": 6518, + "rip": 6519, + "acid": 6520, + "forsome": 6521, + "yd": 6522, + "ening": 6523, + "berry": 6524, + "gather": 6525, + "beth": 6526, + "apping": 6527, + "theboy": 6528, + "eric": 6529, + "knowwhere": 6530, + "justhave": 6531, + "scould": 6532, + "alous": 6533, + "oftheworld": 6534, + "kong": 6535, + "meters": 6536, + "example": 6537, + "athlet": 6538, + "tomakes": 6539, + "glas": 6540, + "ille": 6541, + "minor": 6542, + "chicken": 6543, + "pattern": 6544, + "haveseen": 6545, + "zed": 6546, + "succeed": 6547, + "gofor": 6548, + "boom": 6549, + "calcul": 6550, + "thene": 6551, + "russia": 6552, + "xx": 6553, + "starting": 6554, + "wolf": 6555, + "asub": 6556, + "results": 6557, + "leaveme": 6558, + "pered": 6559, + "1975": 6560, + "andagain": 6561, + "thinkso": 6562, + "charm": 6563, + "ultof": 6564, + "canadian": 6565, + "singing": 6566, + "jersey": 6567, + "credit": 6568, + "entially": 6569, + "abroad": 6570, + "attheendofthe": 6571, + "veryday": 6572, + "twof": 6573, + "etc": 6574, + "seconds": 6575, + "thepresident": 6576, + "figures": 6577, + "theatre": 6578, + "gers": 6579, + "powers": 6580, + "edown": 6581, + "youreyes": 6582, + "notgonn": 6583, + "theparty": 6584, + "thatwere": 6585, + "iwantyouto": 6586, + "orches": 6587, + "aying": 6588, + "1977": 6589, + "cityof": 6590, + "thenhe": 6591, + "1968": 6592, + "arrang": 6593, + "roles": 6594, + "haha": 6595, + "editor": 6596, + "religious": 6597, + "95": 6598, + "rol": 6599, + "spo": 6600, + "thatcan": 6601, + "goup": 6602, + "heav": 6603, + "mmm": 6604, + "hunting": 6605, + "thewater": 6606, + "wasto": 6607, + "peas": 6608, + "myhusband": 6609, + "desire": 6610, + "unfortunately": 6611, + "lod": 6612, + "smile": 6613, + "hisdeath": 6614, + "owa": 6615, + "thousandsof": 6616, + "ifthere": 6617, + "wondering": 6618, + "parent": 6619, + "agues": 6620, + "abar": 6621, + "inorderto": 6622, + "nan": 6623, + "appened": 6624, + "poe": 6625, + "66": 6626, + "arted": 6627, + "fruit": 6628, + "populationwas": 6629, + "argument": 6630, + "height": 6631, + "lieve": 6632, + "steel": 6633, + "orth": 6634, + "burgh": 6635, + "jr": 6636, + "ø": 6637, + "exer": 6638, + "prefer": 6639, + "believethat": 6640, + "whiles": 6641, + "sake": 6642, + "brad": 6643, + "monday": 6644, + "girlfriend": 6645, + "icy": 6646, + "task": 6647, + "scor": 6648, + "iamond": 6649, + "1971": 6650, + "andiwas": 6651, + "medal": 6652, + "anotherone": 6653, + "opening": 6654, + "maintain": 6655, + "haveit": 6656, + "dum": 6657, + "removed": 6658, + "leof": 6659, + "rare": 6660, + "afterwards": 6661, + "mama": 6662, + "onand": 6663, + "shirt": 6664, + "perience": 6665, + "themag": 6666, + "keeping": 6667, + "cene": 6668, + "danny": 6669, + "fought": 6670, + "eries": 6671, + "lyand": 6672, + "loye": 6673, + "concept": 6674, + "shoulder": 6675, + "forawhile": 6676, + "fromthat": 6677, + "scene": 6678, + "insist": 6679, + "passeng": 6680, + "41": 6681, + "thisplace": 6682, + "thebas": 6683, + "mbol": 6684, + "ride": 6685, + "donald": 6686, + "serving": 6687, + "43": 6688, + "sideofthe": 6689, + "livein": 6690, + "message": 6691, + "downto": 6692, + "fourth": 6693, + "£": 6694, + "thosed": 6695, + "chemical": 6696, + "eld": 6697, + "ineurope": 6698, + "greatest": 6699, + "aguy": 6700, + "beep": 6701, + "ondis": 6702, + "madeit": 6703, + "advance": 6704, + "typesof": 6705, + "drawn": 6706, + "andare": 6707, + "worn": 6708, + "thehead": 6709, + "theguy": 6710, + "youtof": 6711, + "wha": 6712, + "surround": 6713, + "heal": 6714, + "tial": 6715, + "brave": 6716, + "commonly": 6717, + "observ": 6718, + "suck": 6719, + "itover": 6720, + "roger": 6721, + "wasalso": 6722, + "isshe": 6723, + "feature": 6724, + "pover": 6725, + "takeyour": 6726, + "apply": 6727, + "shh": 6728, + "ulf": 6729, + "clus": 6730, + "jection": 6731, + "passion": 6732, + "outhis": 6733, + "shine": 6734, + "ofther": 6735, + "wid": 6736, + "isnow": 6737, + "1964": 6738, + "istry": 6739, + "hedied": 6740, + "pleasedon": 6741, + "madeof": 6742, + "thethird": 6743, + "eastern": 6744, + "thelp": 6745, + "itwillbe": 6746, + "whil": 6747, + "thepublic": 6748, + "webs": 6749, + "solet": 6750, + "isaformer": 6751, + "mud": 6752, + "wouldnot": 6753, + "everywhere": 6754, + "borrow": 6755, + "twow": 6756, + "waters": 6757, + "twot": 6758, + "thisismy": 6759, + "oro": 6760, + "fet": 6761, + "cend": 6762, + "tohear": 6763, + "isinthe": 6764, + "voices": 6765, + "inmany": 6766, + "behavior": 6767, + "sixty": 6768, + "railway": 6769, + "bedone": 6770, + "factor": 6771, + "data": 6772, + "hunt": 6773, + "jur": 6774, + "phant": 6775, + "nar": 6776, + "itwon": 6777, + "lliant": 6778, + "uptothe": 6779, + "comeand": 6780, + "serge": 6781, + "fallen": 6782, + "pear": 6783, + "knowing": 6784, + "whatelse": 6785, + "rees": 6786, + "ationsof": 6787, + "cd": 6788, + "lept": 6789, + "agency": 6790, + "selling": 6791, + "ora": 6792, + "thebar": 6793, + "ighth": 6794, + "tellthem": 6795, + "ninety": 6796, + "bun": 6797, + "duke": 6798, + "talktoyou": 6799, + "virt": 6800, + "theline": 6801, + "andlet": 6802, + "pell": 6803, + "returned": 6804, + "anguage": 6805, + "acall": 6806, + "soil": 6807, + "reek": 6808, + "methat": 6809, + "bean": 6810, + "guns": 6811, + "windows": 6812, + "gentleman": 6813, + "media": 6814, + "degre": 6815, + "chocol": 6816, + "statement": 6817, + "writtenby": 6818, + "papers": 6819, + "adoctor": 6820, + "themore": 6821, + "drum": 6822, + "topofthe": 6823, + "industrial": 6824, + "bis": 6825, + "grate": 6826, + "thefir": 6827, + "doingit": 6828, + "lastyear": 6829, + "rush": 6830, + "wy": 6831, + "politics": 6832, + "atthemoment": 6833, + "declared": 6834, + "hut": 6835, + "icular": 6836, + "--\"": 6837, + "consum": 6838, + "gypt": 6839, + "lipp": 6840, + "getthat": 6841, + "doesthat": 6842, + "ofas": 6843, + "properly": 6844, + "oneis": 6845, + "estof": 6846, + "theysay": 6847, + "leton": 6848, + "takethis": 6849, + "diffic": 6850, + "matthe": 6851, + "hasn": 6852, + "hejust": 6853, + "cod": 6854, + "brian": 6855, + "epar": 6856, + "cope": 6857, + "ipment": 6858, + "bush": 6859, + "85": 6860, + "officially": 6861, + "aded": 6862, + "geon": 6863, + "bil": 6864, + "bass": 6865, + "omin": 6866, + "climate": 6867, + "illa": 6868, + "willnot": 6869, + "dosomething": 6870, + "1967": 6871, + "rapid": 6872, + "traditional": 6873, + "ryan": 6874, + "status": 6875, + "astron": 6876, + "invent": 6877, + "atone": 6878, + "getoutof": 6879, + "techni": 6880, + "ners": 6881, + "aps": 6882, + "anddon": 6883, + "urder": 6884, + "yourhead": 6885, + "thenwe": 6886, + "beneath": 6887, + "wakeup": 6888, + "ario": 6889, + "udden": 6890, + "elected": 6891, + "1940": 6892, + "notyet": 6893, + "districtof": 6894, + "difference": 6895, + "iedin": 6896, + "user": 6897, + "amag": 6898, + "craw": 6899, + "alongthe": 6900, + "edirect": 6901, + "becausewe": 6902, + "pecific": 6903, + "whatdo": 6904, + "wore": 6905, + "iknowthat": 6906, + "believeit": 6907, + "beableto": 6908, + "1930": 6909, + "killyou": 6910, + "commercial": 6911, + "singer": 6912, + "soldier": 6913, + "org": 6914, + "agains": 6915, + "ifyouwantto": 6916, + "aired": 6917, + "drew": 6918, + "familiar": 6919, + "oftime": 6920, + "sinto": 6921, + "alco": 6922, + "hesay": 6923, + "islands": 6924, + "aboutyour": 6925, + "tort": 6926, + "related": 6927, + "amake": 6928, + "beright": 6929, + "acop": 6930, + "unti": 6931, + "loose": 6932, + "thingsto": 6933, + "toldhim": 6934, + "vation": 6935, + "shecan": 6936, + "thenthe": 6937, + "ere": 6938, + "nik": 6939, + "attr": 6940, + "begg": 6941, + "getrid": 6942, + "butthis": 6943, + "thosewho": 6944, + "sper": 6945, + "escri": 6946, + "aput": 6947, + "makeyou": 6948, + "cycle": 6949, + "abouthow": 6950, + "mobile": 6951, + "gur": 6952, + "stones": 6953, + "werenot": 6954, + "aletter": 6955, + "stopp": 6956, + "tolook": 6957, + "theche": 6958, + "ette": 6959, + "iger": 6960, + "jun": 6961, + "sosorry": 6962, + "tears": 6963, + "upset": 6964, + "mari": 6965, + "jail": 6966, + "ucking": 6967, + "russian": 6968, + "apre": 6969, + "teams": 6970, + "decided": 6971, + "ao": 6972, + "bones": 6973, + "withat": 6974, + "ingonthe": 6975, + "wanttobe": 6976, + "waited": 6977, + "entertainment": 6978, + "jar": 6979, + "igno": 6980, + "pride": 6981, + "bastard": 6982, + "inthecar": 6983, + "dragon": 6984, + "admit": 6985, + "pete": 6986, + "cheese": 6987, + "financial": 6988, + "livedin": 6989, + "holly": 6990, + "breathe": 6991, + "inaf": 6992, + "shecould": 6993, + "proceed": 6994, + "computers": 6995, + "sharp": 6996, + "owell": 6997, + "heim": 6998, + "ained": 6999, + "sheep": 7000, + "jason": 7001, + "ousto": 7002, + "howcan": 7003, + "acha": 7004, + "appreciate": 7005, + "aspecial": 7006, + "whyyou": 7007, + "changing": 7008, + "wales": 7009, + "whoever": 7010, + "mount": 7011, + "insurance": 7012, + "wellit": 7013, + "ader": 7014, + "uss": 7015, + "abouthis": 7016, + "mistake": 7017, + "soph": 7018, + "daniel": 7019, + "alelection": 7020, + "indu": 7021, + "discover": 7022, + "theproblem": 7023, + "truly": 7024, + "forthep": 7025, + "native": 7026, + "zes": 7027, + "themajor": 7028, + "ithinkwe": 7029, + "described": 7030, + "favorite": 7031, + "themusic": 7032, + "mich": 7033, + "tape": 7034, + "stro": 7035, + "stands": 7036, + "iculous": 7037, + "unknown": 7038, + "rooms": 7039, + "acomp": 7040, + "meg": 7041, + "iex": 7042, + "estarted": 7043, + "toleave": 7044, + "intermsof": 7045, + "root": 7046, + "forced": 7047, + "somepeople": 7048, + "inar": 7049, + "hydro": 7050, + "limited": 7051, + "thecould": 7052, + "toour": 7053, + "thesound": 7054, + "andyoucan": 7055, + "alexander": 7056, + "dess": 7057, + "zone": 7058, + "theydo": 7059, + "whichhad": 7060, + "ingis": 7061, + "settled": 7062, + "aroundhere": 7063, + "wings": 7064, + "goals": 7065, + "ighty": 7066, + "platform": 7067, + "oure": 7068, + "lope": 7069, + "mylord": 7070, + "ohthat": 7071, + "tried": 7072, + "provid": 7073, + "mers": 7074, + "ita": 7075, + "pardon": 7076, + "whereit": 7077, + "literature": 7078, + "kilo": 7079, + "capable": 7080, + "films": 7081, + "extremely": 7082, + "atus": 7083, + "istand": 7084, + "aboutme": 7085, + "bug": 7086, + "urban": 7087, + "istake": 7088, + "challeng": 7089, + "profession": 7090, + "shen": 7091, + "federal": 7092, + "bee": 7093, + "ulate": 7094, + "interpret": 7095, + "walter": 7096, + "][": 7097, + "æ": 7098, + "steps": 7099, + "pakistan": 7100, + "bone": 7101, + "secut": 7102, + "uspect": 7103, + "somemore": 7104, + "conditions": 7105, + "guide": 7106, + "factory": 7107, + "perhap": 7108, + "iswear": 7109, + "amore": 7110, + "thereg": 7111, + "seas": 7112, + "sincethe": 7113, + "magn": 7114, + "getback": 7115, + "hoto": 7116, + "andahalf": 7117, + "mydaughter": 7118, + "clay": 7119, + "\"),": 7120, + "ofits": 7121, + "doyouremember": 7122, + "iedon": 7123, + "verynice": 7124, + "uropean": 7125, + "aprofess": 7126, + "mming": 7127, + "beck": 7128, + "stal": 7129, + "unday": 7130, + "andro": 7131, + "barrass": 7132, + "website": 7133, + "itas": 7134, + "italso": 7135, + "lether": 7136, + "treatment": 7137, + "presidentof": 7138, + "producedby": 7139, + "88": 7140, + "border": 7141, + "consequ": 7142, + "fromme": 7143, + "appears": 7144, + "whichhe": 7145, + "visitor": 7146, + "ipromise": 7147, + "youwouldn": 7148, + "agno": 7149, + "accompl": 7150, + "gig": 7151, + "ingermany": 7152, + "theteam": 7153, + "allmy": 7154, + "breast": 7155, + "weapons": 7156, + "tip": 7157, + "osaur": 7158, + "forthefirsttime": 7159, + "igured": 7160, + "hismother": 7161, + "blast": 7162, + "thealbum": 7163, + "tode": 7164, + "180": 7165, + "het": 7166, + "chop": 7167, + "thefuture": 7168, + "goodluck": 7169, + "whop": 7170, + "values": 7171, + "inton": 7172, + "icon": 7173, + "avis": 7174, + "1945": 7175, + "aah": 7176, + "idae": 7177, + "switch": 7178, + "97": 7179, + "shir": 7180, + "aston": 7181, + "manypeople": 7182, + "erves": 7183, + "whites": 7184, + "cooper": 7185, + "intel": 7186, + "anditis": 7187, + "nothere": 7188, + "worldwarii": 7189, + "sinclud": 7190, + "ilian": 7191, + "ault": 7192, + "hem": 7193, + "amend": 7194, + "shortly": 7195, + "camefrom": 7196, + "patch": 7197, + "worldcup": 7198, + "budd": 7199, + "irish": 7200, + "inevery": 7201, + "attheuniversityof": 7202, + "whilethe": 7203, + "appointment": 7204, + "christi": 7205, + "andthec": 7206, + "simon": 7207, + "awhole": 7208, + "eu": 7209, + "edmy": 7210, + "andrew": 7211, + "gus": 7212, + "butican": 7213, + "hislife": 7214, + "morrow": 7215, + "opposite": 7216, + "temporary": 7217, + "andsoon": 7218, + "cert": 7219, + "latin": 7220, + "advantage": 7221, + "boot": 7222, + "twowe": 7223, + "thecaptain": 7224, + "screaming": 7225, + "citizen": 7226, + "infant": 7227, + "inb": 7228, + "icando": 7229, + "aturally": 7230, + "avillage": 7231, + "worship": 7232, + "introduced": 7233, + "toshow": 7234, + "huge": 7235, + "provin": 7236, + "utions": 7237, + "ilton": 7238, + "hibition": 7239, + "istinct": 7240, + "alove": 7241, + "intheearly": 7242, + "andyet": 7243, + "madam": 7244, + "reasons": 7245, + "howdidyou": 7246, + "silly": 7247, + "rif": 7248, + "havean": 7249, + "cantake": 7250, + "calls": 7251, + "cored": 7252, + "budget": 7253, + "couple": 7254, + "itter": 7255, + "estand": 7256, + "believ": 7257, + "featured": 7258, + "recorded": 7259, + "atlant": 7260, + "mentioned": 7261, + "##": 7262, + "67": 7263, + "isgoingto": 7264, + "blu": 7265, + "argu": 7266, + "tellingyou": 7267, + "circle": 7268, + "knight": 7269, + "shell": 7270, + "downhere": 7271, + "toschool": 7272, + "favour": 7273, + "gary": 7274, + "achuse": 7275, + "visible": 7276, + "berlin": 7277, + "coln": 7278, + "daily": 7279, + "lah": 7280, + "edition": 7281, + "agi": 7282, + "andtheother": 7283, + "tosave": 7284, + "mph": 7285, + "aylor": 7286, + "speci": 7287, + "belt": 7288, + "compar": 7289, + "afety": 7290, + "1966": 7291, + "sby": 7292, + "thebird": 7293, + "flew": 7294, + "inth": 7295, + "asha": 7296, + "thrown": 7297, + "ugu": 7298, + "online": 7299, + "nations": 7300, + "kings": 7301, + "stated": 7302, + "excellent": 7303, + "basis": 7304, + "astrong": 7305, + "gres": 7306, + "seal": 7307, + "astud": 7308, + "andat": 7309, + "mayhave": 7310, + "borough": 7311, + "agun": 7312, + "southern": 7313, + "whatif": 7314, + "pace": 7315, + "tounderstand": 7316, + "crap": 7317, + "allabout": 7318, + "ablack": 7319, + "justh": 7320, + "firstof": 7321, + "dust": 7322, + "itook": 7323, + "itdoes": 7324, + "riedto": 7325, + "bride": 7326, + "jealous": 7327, + "isamunicipality": 7328, + "onhim": 7329, + "defense": 7330, + "uchas": 7331, + "umin": 7332, + "oneofthese": 7333, + "abs": 7334, + "acred": 7335, + "seehow": 7336, + "letgo": 7337, + "babies": 7338, + "abeautiful": 7339, + "approximately": 7340, + "iand": 7341, + "thear": 7342, + "theclub": 7343, + "alon": 7344, + "investigation": 7345, + "dare": 7346, + "mates": 7347, + "edover": 7348, + "redu": 7349, + "dreams": 7350, + "communication": 7351, + "pand": 7352, + "getoff": 7353, + "youcando": 7354, + "icans": 7355, + "ithasbeen": 7356, + "toe": 7357, + "acoun": 7358, + "heserved": 7359, + "wars": 7360, + "laura": 7361, + "damage": 7362, + "paint": 7363, + "edirectedby": 7364, + "mayor": 7365, + "ivers": 7366, + "thecurrent": 7367, + "athousand": 7368, + "itake": 7369, + "thatwouldbe": 7370, + "betty": 7371, + "authorities": 7372, + "alaw": 7373, + "classes": 7374, + "volume": 7375, + "responsibility": 7376, + "anced": 7377, + "devil": 7378, + "passing": 7379, + "thefactthat": 7380, + "alll": 7381, + "continent": 7382, + "apieceof": 7383, + "outer": 7384, + "adult": 7385, + "izing": 7386, + "dollar": 7387, + "believeme": 7388, + "baseball": 7389, + "64": 7390, + "accur": 7391, + "andwent": 7392, + "leav": 7393, + "seehim": 7394, + "scan": 7395, + "gran": 7396, + "discuss": 7397, + "boyfriend": 7398, + "jobs": 7399, + "drawing": 7400, + "alie": 7401, + "ontheground": 7402, + "bach": 7403, + "thedoctor": 7404, + "fairly": 7405, + "hl": 7406, + "somen": 7407, + "parties": 7408, + "desk": 7409, + "administration": 7410, + "frame": 7411, + "itsc": 7412, + "thesmall": 7413, + "thanthe": 7414, + "asares": 7415, + "doyouknowwhat": 7416, + "1963": 7417, + "graphic": 7418, + "newspaper": 7419, + "andsay": 7420, + "sters": 7421, + "answ": 7422, + "obtain": 7423, + "doi": 7424, + "resign": 7425, + "readyto": 7426, + "nowi": 7427, + "remained": 7428, + "separate": 7429, + "aso": 7430, + "olympics": 7431, + "ders": 7432, + "shape": 7433, + "introduc": 7434, + "planning": 7435, + "hedidnot": 7436, + "dip": 7437, + "stair": 7438, + "tongue": 7439, + "wherewe": 7440, + "asign": 7441, + "brough": 7442, + "butifyou": 7443, + "tofindout": 7444, + "habit": 7445, + "whichmeans": 7446, + "gyp": 7447, + "towatch": 7448, + "'?": 7449, + "lowly": 7450, + "hecame": 7451, + "butwhen": 7452, + "lily": 7453, + "byhis": 7454, + "owned": 7455, + "permission": 7456, + "whywould": 7457, + "77": 7458, + "tofall": 7459, + "happens": 7460, + "theyoung": 7461, + "orient": 7462, + "brush": 7463, + "tat": 7464, + "fromthem": 7465, + "institution": 7466, + "atthem": 7467, + "brick": 7468, + "estic": 7469, + "buff": 7470, + "everytime": 7471, + "killhim": 7472, + "didit": 7473, + "flash": 7474, + "atmo": 7475, + "agame": 7476, + "unchof": 7477, + "actof": 7478, + "taste": 7479, + "getoutofhere": 7480, + "aloc": 7481, + "prepare": 7482, + "increasing": 7483, + "torm": 7484, + "pron": 7485, + "parish": 7486, + "disci": 7487, + "trem": 7488, + "inging": 7489, + "leaf": 7490, + "ahard": 7491, + "falling": 7492, + "fel": 7493, + "metres": 7494, + "excited": 7495, + "involvedin": 7496, + "mith": 7497, + "inany": 7498, + "ulated": 7499, + "humans": 7500, + "merely": 7501, + "challenge": 7502, + "folks": 7503, + "andwere": 7504, + "150": 7505, + "supposedtobe": 7506, + "sot": 7507, + "yl": 7508, + "toc": 7509, + "forour": 7510, + "neverbeen": 7511, + "primar": 7512, + "1965": 7513, + "florida": 7514, + "bold": 7515, + "turnedto": 7516, + "initi": 7517, + "apartof": 7518, + "directedby": 7519, + "andafter": 7520, + "sheet": 7521, + "purch": 7522, + "marie": 7523, + "ohmy": 7524, + "mood": 7525, + "analysis": 7526, + "sible": 7527, + "hills": 7528, + "route": 7529, + "doingthis": 7530, + "wasa": 7531, + "screw": 7532, + "towait": 7533, + "eth": 7534, + "beer": 7535, + "overall": 7536, + "jord": 7537, + "atherine": 7538, + "hidden": 7539, + "ew": 7540, + "theshow": 7541, + "eddown": 7542, + "ushed": 7543, + "incase": 7544, + "eleven": 7545, + "idnot": 7546, + "thelord": 7547, + "astory": 7548, + "conce": 7549, + "knife": 7550, + "junior": 7551, + "fiction": 7552, + "andthep": 7553, + "partsofthe": 7554, + "aboute": 7555, + "notbeen": 7556, + "attitude": 7557, + "kan": 7558, + "letthem": 7559, + "ugly": 7560, + "itof": 7561, + "andc": 7562, + "experiment": 7563, + "killer": 7564, + "weshall": 7565, + "ederal": 7566, + "thesouth": 7567, + "diedin": 7568, + "engineer": 7569, + "thenumber": 7570, + "application": 7571, + "asin": 7572, + "wheredidyou": 7573, + "ike": 7574, + "oom": 7575, + "edan": 7576, + "igive": 7577, + "asho": 7578, + "onsense": 7579, + "totell": 7580, + "adog": 7581, + "entry": 7582, + "makeme": 7583, + "returnedto": 7584, + "°": 7585, + "woods": 7586, + "impact": 7587, + "sweetie": 7588, + "deput": 7589, + "whichthe": 7590, + "comb": 7591, + "carl": 7592, + "calmdown": 7593, + "mant": 7594, + "insouth": 7595, + "gaveme": 7596, + "feellike": 7597, + "evil": 7598, + "pale": 7599, + "inlondon": 7600, + "wher": 7601, + "wanna": 7602, + "whatcan": 7603, + "pole": 7604, + "chat": 7605, + "brings": 7606, + "pis": 7607, + "ils": 7608, + "carbon": 7609, + "quietly": 7610, + "adelph": 7611, + "ads": 7612, + "wasvery": 7613, + "therecord": 7614, + "onely": 7615, + "ively": 7616, + "element": 7617, + "raj": 7618, + "breathing": 7619, + "ukrain": 7620, + "independence": 7621, + "whereareyougoing": 7622, + "gie": 7623, + "ilk": 7624, + "tobelieve": 7625, + "wasre": 7626, + "muchmore": 7627, + "andiwill": 7628, + "henever": 7629, + "thefloor": 7630, + "burst": 7631, + "agroupof": 7632, + "cards": 7633, + "solo": 7634, + "dol": 7635, + "thefather": 7636, + "airof": 7637, + "gosh": 7638, + "thehell": 7639, + "atyour": 7640, + "ingmy": 7641, + "killme": 7642, + "/&": 7643, + "jet": 7644, + "itgoes": 7645, + "knowwhy": 7646, + "memberofthe": 7647, + "amous": 7648, + "goti": 7649, + "bure": 7650, + "abritish": 7651, + "newzealand": 7652, + "closely": 7653, + "fits": 7654, + "thisyear": 7655, + "emergency": 7656, + "priest": 7657, + "ulting": 7658, + "onmay": 7659, + "likeme": 7660, + "aboutto": 7661, + "stell": 7662, + "happenedto": 7663, + "iscovered": 7664, + "iti": 7665, + "telephone": 7666, + "extra": 7667, + "ski": 7668, + "thebank": 7669, + "bobby": 7670, + "weigh": 7671, + "thesecret": 7672, + "enseof": 7673, + "congratulations": 7674, + "missed": 7675, + "holiday": 7676, + "keeper": 7677, + "narrator": 7678, + "iusedto": 7679, + "nowthat": 7680, + "artists": 7681, + "volun": 7682, + "affairs": 7683, + "esthe": 7684, + "atin": 7685, + "urround": 7686, + ")(": 7687, + "vor": 7688, + "mead": 7689, + "perman": 7690, + "atient": 7691, + "explos": 7692, + "kansas": 7693, + "atthec": 7694, + "herewego": 7695, + "parts": 7696, + "inthehouse": 7697, + "ivision": 7698, + "geography": 7699, + "fromyou": 7700, + "airy": 7701, + "silence": 7702, + "chatter": 7703, + "andl": 7704, + "manyofthe": 7705, + "akindof": 7706, + "string": 7707, + "suffer": 7708, + "fancy": 7709, + "esthat": 7710, + "adm": 7711, + "expensive": 7712, + "atthattime": 7713, + "adventure": 7714, + "apen": 7715, + "yourfriend": 7716, + "erswere": 7717, + "seless": 7718, + "followedby": 7719, + "additional": 7720, + "callyou": 7721, + "todothat": 7722, + "bite": 7723, + "lincoln": 7724, + "sons": 7725, + "whatareyoudoinghere": 7726, + "ibet": 7727, + "theyall": 7728, + "agan": 7729, + "peoplewere": 7730, + "neverseen": 7731, + "growth": 7732, + "butalso": 7733, + "hearme": 7734, + "68": 7735, + "ighter": 7736, + "iknowit": 7737, + "thetit": 7738, + "uts": 7739, + "therap": 7740, + "evenif": 7741, + "akid": 7742, + "whof": 7743, + "awake": 7744, + "badly": 7745, + "wag": 7746, + "desert": 7747, + "truct": 7748, + "gasps": 7749, + "batter": 7750, + "allthose": 7751, + "thebiggest": 7752, + "thunder": 7753, + "goode": 7754, + "gel": 7755, + "heknew": 7756, + "yan": 7757, + "aux": 7758, + "carolina": 7759, + "ÂĴ": 7760, + "edtogether": 7761, + "olympic": 7762, + "butin": 7763, + "twist": 7764, + "tab": 7765, + "tox": 7766, + "thebattle": 7767, + "uringthe": 7768, + "divor": 7769, + "individuals": 7770, + "vid": 7771, + "findit": 7772, + "matters": 7773, + "onjanuary": 7774, + "astro": 7775, + "regret": 7776, + "thold": 7777, + "doeshe": 7778, + "phones": 7779, + "cutting": 7780, + "failure": 7781, + "==": 7782, + "captured": 7783, + "hefound": 7784, + "strang": 7785, + "putthem": 7786, + "math": 7787, + "theend": 7788, + "therain": 7789, + "provides": 7790, + "smell": 7791, + "edly": 7792, + "poland": 7793, + "ididnot": 7794, + "iscalled": 7795, + "onseptember": 7796, + "scow": 7797, + "threw": 7798, + "57": 7799, + "itcould": 7800, + "amor": 7801, + "theysaid": 7802, + "quad": 7803, + "1962": 7804, + "historical": 7805, + "chocolate": 7806, + "avid": 7807, + "steven": 7808, + "quot": 7809, + "fate": 7810, + "theor": 7811, + "onjune": 7812, + "letyou": 7813, + "philosophy": 7814, + "wins": 7815, + "eda": 7816, + "ingtheir": 7817, + "torney": 7818, + "isso": 7819, + "howcould": 7820, + "1956": 7821, + "pickup": 7822, + "wilson": 7823, + "highway": 7824, + "gif": 7825, + "numer": 7826, + "gonnab": 7827, + "gorith": 7828, + "scale": 7829, + "ityofthe": 7830, + "forgiveme": 7831, + "principal": 7832, + "forgot": 7833, + "referto": 7834, + "francisco": 7835, + "58": 7836, + "dish": 7837, + "stant": 7838, + "gee": 7839, + "urprise": 7840, + "aki": 7841, + "1948": 7842, + "panish": 7843, + "ingsystem": 7844, + "itturn": 7845, + "asecret": 7846, + "multiple": 7847, + "comedown": 7848, + "sant": 7849, + "andme": 7850, + "blues": 7851, + "hewasborn": 7852, + "1958": 7853, + "percen": 7854, + "loveyou": 7855, + "previous": 7856, + "labour": 7857, + "glasses": 7858, + "rene": 7859, + "seed": 7860, + "wasmade": 7861, + "gift": 7862, + "whichhas": 7863, + "theonlyone": 7864, + "presently": 7865, + "sunday": 7866, + "agreed": 7867, + "onoctober": 7868, + "teachers": 7869, + "feather": 7870, + "andover": 7871, + "ifind": 7872, + "getin": 7873, + "showme": 7874, + "teaching": 7875, + "forinstance": 7876, + "menand": 7877, + "illustration": 7878, + "rules": 7879, + "aning": 7880, + "butitis": 7881, + "thinks": 7882, + "render": 7883, + "toan": 7884, + "ishing": 7885, + "seek": 7886, + "hewasthe": 7887, + "edoff": 7888, + "youup": 7889, + "myhead": 7890, + "tored": 7891, + "dois": 7892, + "nearby": 7893, + "thework": 7894, + "getme": 7895, + "suicide": 7896, + "hurrican": 7897, + "atest": 7898, + "shooting": 7899, + "fromtheir": 7900, + "getsome": 7901, + "confidence": 7902, + "hans": 7903, + "itwasnot": 7904, + "tofollow": 7905, + "intelligence": 7906, + "deck": 7907, + "adop": 7908, + "rivers": 7909, + "highly": 7910, + "whatareyoutalkingabout": 7911, + "thefront": 7912, + "bits": 7913, + "household": 7914, + "turning": 7915, + "degrees": 7916, + "-\"": 7917, + "oll": 7918, + "tric": 7919, + "ateof": 7920, + "clark": 7921, + "thepal": 7922, + "ferences": 7923, + "tobring": 7924, + "understanding": 7925, + "oy": 7926, + "uries": 7927, + "icel": 7928, + "1961": 7929, + "whatwould": 7930, + "thesign": 7931, + "target": 7932, + "ading": 7933, + "hape": 7934, + "56": 7935, + "hangon": 7936, + "onthefloor": 7937, + "98": 7938, + "discovery": 7939, + "annual": 7940, + "representatives": 7941, + "clever": 7942, + "talkto": 7943, + "charges": 7944, + "edonthe": 7945, + "scame": 7946, + "furn": 7947, + "thequestion": 7948, + "alist": 7949, + "partsof": 7950, + "settle": 7951, + "circumstances": 7952, + "rober": 7953, + "thecat": 7954, + "ube": 7955, + "ugh": 7956, + "wasthere": 7957, + "covers": 7958, + "sinclude": 7959, + "themo": 7960, + "ahot": 7961, + "holes": 7962, + "lookatme": 7963, + "aslongas": 7964, + "asfaras": 7965, + "whoknow": 7966, + "tostop": 7967, + "withsome": 7968, + "toask": 7969, + "ityand": 7970, + "cia": 7971, + "shallwe": 7972, + "urther": 7973, + "1920": 7974, + "hest": 7975, + "vy": 7976, + "threeyears": 7977, + "voy": 7978, + "ij": 7979, + "isyour": 7980, + "instant": 7981, + "ternal": 7982, + "afire": 7983, + "attheend": 7984, + "amis": 7985, + "pregnant": 7986, + "hiseyes": 7987, + "thinkaboutit": 7988, + "1957": 7989, + "thegood": 7990, + ".....": 7991, + "formany": 7992, + "nevermind": 7993, + "copies": 7994, + "upinthe": 7995, + "ghan": 7996, + "thoughts": 7997, + "lawyer": 7998, + "someoneelse": 7999, + "atisf": 8000, + "owl": 8001, + "initially": 8002, + "hunter": 8003, + "critical": 8004, + "brow": 8005, + "swas": 8006, + "forwhat": 8007, + "aparty": 8008, + "arring": 8009, + "neighborhood": 8010, + "bent": 8011, + "tis": 8012, + "allyour": 8013, + "cart": 8014, + "aten": 8015, + "genet": 8016, + "iwantyou": 8017, + "ietyof": 8018, + "entre": 8019, + "relatedto": 8020, + "stephen": 8021, + "anderm": 8022, + "engineering": 8023, + "massachuse": 8024, + "patrick": 8025, + "onmarch": 8026, + "wedish": 8027, + "gordon": 8028, + "yay": 8029, + "asier": 8030, + "mmmm": 8031, + "cular": 8032, + "alife": 8033, + "thedifference": 8034, + "cultural": 8035, + "injanuary": 8036, + "1939": 8037, + "dover": 8038, + "igaret": 8039, + "showed": 8040, + "township": 8041, + "ahuge": 8042, + "tum": 8043, + "nowhere": 8044, + "decor": 8045, + "marine": 8046, + "havesomething": 8047, + "concentr": 8048, + "oncemore": 8049, + "todie": 8050, + "aging": 8051, + "leaders": 8052, + "nominated": 8053, + "cute": 8054, + "whichwere": 8055, + "engage": 8056, + "provided": 8057, + "conven": 8058, + "necessarily": 8059, + "asian": 8060, + "wewould": 8061, + "notgoing": 8062, + "thesen": 8063, + "studioalbum": 8064, + "proced": 8065, + "whoo": 8066, + "argent": 8067, + "noneof": 8068, + "allnight": 8069, + "northe": 8070, + "bedroom": 8071, + "78": 8072, + "onjuly": 8073, + "forone": 8074, + "blan": 8075, + "item": 8076, + "chose": 8077, + "pled": 8078, + "inab": 8079, + "aris": 8080, + "imiss": 8081, + "inthepast": 8082, + "somewhat": 8083, + "thinki": 8084, + "arrondis": 8085, + "thirteen": 8086, + "trap": 8087, + "hehadbeen": 8088, + "describe": 8089, + "herfather": 8090, + "fiveminutes": 8091, + "ohyou": 8092, + "arrondisse": 8093, + "matt": 8094, + "holl": 8095, + "thevery": 8096, + "andeverything": 8097, + "cuit": 8098, + "walls": 8099, + "retired": 8100, + "andtheb": 8101, + "nineteen": 8102, + "intime": 8103, + "orner": 8104, + "grandma": 8105, + "stations": 8106, + "clas": 8107, + "finding": 8108, + "navy": 8109, + "andmade": 8110, + "acan": 8111, + "defeat": 8112, + "scen": 8113, + "wholes": 8114, + "file": 8115, + "nether": 8116, + "intim": 8117, + "brig": 8118, + "appropriate": 8119, + "hab": 8120, + "unique": 8121, + "igott": 8122, + "dying": 8123, + "ende": 8124, + "andk": 8125, + "oflife": 8126, + "gothere": 8127, + "drinking": 8128, + "introduce": 8129, + "ihear": 8130, + "theair": 8131, + "sureyou": 8132, + "michigan": 8133, + "cosi": 8134, + "theyjust": 8135, + "ailway": 8136, + "threetimes": 8137, + "herhusband": 8138, + "sayingthat": 8139, + "foundation": 8140, + "client": 8141, + "tts": 8142, + "onas": 8143, + "atmy": 8144, + "childhood": 8145, + "bitter": 8146, + "intent": 8147, + "ked": 8148, + "howcome": 8149, + "identify": 8150, + "hiding": 8151, + "frommy": 8152, + "increased": 8153, + "stretch": 8154, + "tournament": 8155, + "obvious": 8156, + "flood": 8157, + "tent": 8158, + "ww": 8159, + "tere": 8160, + "whocan": 8161, + "thecityof": 8162, + "dowhat": 8163, + "kish": 8164, + "chase": 8165, + "isequal": 8166, + "vate": 8167, + "esofthe": 8168, + "aboard": 8169, + "grateful": 8170, + "thecountyseat": 8171, + "ffort": 8172, + "sque": 8173, + "afteryou": 8174, + "thesethings": 8175, + "1947": 8176, + "theun": 8177, + "itmeans": 8178, + "yourhand": 8179, + "ails": 8180, + "clubcareerstatistics": 8181, + "tostay": 8182, + "itlooks": 8183, + "liest": 8184, + "absor": 8185, + "aline": 8186, + "cared": 8187, + "global": 8188, + "romantic": 8189, + "59": 8190, + "andgo": 8191 + }, + "merges": [ + "t h", + "i n", + "th e", + "a n", + "r e", + "o u", + "o n", + "e r", + "a t", + "i s", + "t o", + "e n", + "a l", + "a s", + "e s", + "e d", + "i t", + "an d", + "o r", + "in g", + "a r", + "y ou", + "o f", + "h e", + "m e", + "l e", + "s t", + "o w", + "i c", + "l l", + "w h", + "s e", + "b e", + "a c", + "v e", + "' s", + "a d", + "i d", + "r o", + "th at", + "w e", + "a y", + "c h", + "l y", + "i on", + "g h", + "a m", + "o t", + "l d", + "f or", + "w as", + "s o", + "w i", + "c o", + "l i", + "v er", + "en t", + "r i", + "u t", + "a re", + "u n", + "a b", + ". .", + "k e", + "g o", + "i r", + "h a", + "g e", + "l o", + "' t", + "al l", + "i m", + "t er", + "u s", + "a p", + "th is", + "gh t", + "n ow", + "on e", + "wi th", + "m o", + "u r", + "the r", + "d o", + "s h", + "c e", + "p e", + "wh at", + "d e", + "the re", + "n e", + "i f", + "t e", + "n o", + "ou t", + "o k", + "the y", + "f e", + "in the", + "a g", + "of the", + "ou ld", + "an t", + "m y", + "u p", + "t r", + "b ut", + "i l", + "he re", + "a in", + "n ot", + "y e", + "o d", + "u st", + "at ion", + "to f", + "ou n", + "h is", + "c on", + "p l", + "ha ve", + "p o", + "m an", + "k now", + "t i", + "a h", + "th ing", + "u l", + "you r", + "ro m", + "ou r", + ".. .", + "b y", + "re s", + "co m", + "er s", + "es t", + "a f", + "c t", + "o p", + "es s", + "w or", + "u m", + "a u", + "s he", + "the m", + "c an", + "in d", + "q u", + "i g", + "f rom", + "ar t", + "h er", + "a k", + "at e", + "p ro", + "o h", + "' re", + "the s", + "ar d", + "re d", + "i e", + "i ll", + "a w", + "1 9", + "al ly", + "f o", + "ge t", + "â Ģ", + "so me", + "b o", + "en d", + "ver y", + "ac k", + "li ke", + "' m", + "ed to", + "is t", + "j ust", + "a me", + "in e", + "the n", + "r y", + "in k", + "h o", + "2 0", + "as t", + "a ke", + "s u", + "b er", + "h ad", + "g r", + "oun d", + "on g", + "c k", + "is h", + "e x", + "ab out", + "we re", + "ow n", + "ri ght", + "we ll", + "o l", + "b r", + "it y", + "an y", + "o m", + "v en", + "h im", + "s to", + "wh en", + "wi ll", + "d on", + "i ght", + "h ow", + "m ent", + "i ve", + "a id", + "se e", + "id e", + "' ll", + "p er", + "w ould", + "ye ah", + "th ink", + "ic h", + "w ant", + "e l", + "w ay", + "c l", + "to the", + "le t", + "re n", + "ou s", + "a v", + "co me", + "ac t", + "wh o", + "t y", + "lo ok", + "ou gh", + "the f", + "s p", + "d er", + "b l", + "it t", + "ic e", + "c i", + "s of", + "a th", + "w here", + "o ther", + "m ar", + "ing to", + "be c", + "e p", + "th an", + "t w", + "g ot", + "y es", + "as s", + "or t", + "re e", + "d id", + "' ve", + "go od", + "ac e", + "ti me", + "on the", + "ac h", + "to r", + "of f", + "a ge", + "b u", + "s and", + "an g", + "i es", + "p r", + "wh ich", + "as e", + "p le", + "be en", + "d ay", + "- -", + "the c", + "mo re", + "i re", + "an s", + "u re", + "a ve", + "i p", + "b ack", + "wor k", + "ic k", + "ad e", + "i v", + "se l", + "it e", + "it was", + "s ay", + "fo re", + "au se", + "u d", + "h as", + "s i", + "op le", + "ed in", + "it is", + "pe ople", + ". \"", + "re at", + "ir st", + "e m", + "you know", + "s in", + "b le", + "ar y", + "ic an", + "the b", + "s c", + "af ter", + "the p", + "id on", + "e t", + "ne w", + "al k", + "for m", + "wh y", + "m ay", + "u h", + "be t", + "g u", + "on ly", + "0 0", + "pl ay", + "c ould", + "ar s", + "in t", + "ok ay", + "l and", + "bec ause", + "v es", + "ed by", + "or n", + "j o", + "st r", + "an ce", + "m in", + "o ver", + "the ir", + "po s", + "p ar", + "p res", + "at er", + "p p", + "d is", + "ab le", + "ag ain", + "i th", + "the se", + "p h", + "it s", + ", \"", + "c all", + "i a", + "re t", + "d own", + "a ir", + "i an", + "at the", + "m ber", + "p ut", + "s on", + "he was", + "ur n", + "c r", + "m on", + "u e", + "sel f", + "at ed", + "l es", + "i ld", + "itt le", + "s er", + "are you", + "i gh", + "te ll", + "al so", + "ct ion", + "u ch", + "and the", + "ou ght", + "is s", + "re ad", + "am p", + "or d", + "this is", + "20 1", + "do you", + "p ort", + "th r", + "ch o", + "to m", + "a ther", + "the l", + "v ed", + "g on", + "c oun", + "t ake", + "is e", + "s aid", + "en ce", + "d r", + "p t", + "e ver", + "m en", + "he l", + "f r", + "in s", + "c ar", + "tr y", + "th o", + "i z", + "ic al", + "man y", + "me an", + "tw o", + "u ck", + "i le", + "ig n", + "p art", + "t s", + "e very", + "un der", + "an n", + "t ing", + "' d", + "re ally", + "a il", + "s or", + "if you", + "w r", + "it ion", + "to be", + "o ld", + "co l", + "as k", + "t ain", + "gon n", + "ou se", + "some thing", + "d u", + "mo st", + "at es", + "ed the", + "y s", + "ing the", + "go ingto", + "at t", + "be fore", + "od y", + "en s", + "an e", + "f l", + "t on", + "en g", + "t im", + "and s", + "al s", + "c ent", + "i think", + "20 0", + "i was", + "m r", + "j e", + "w on", + "h es", + "than k", + "in to", + "c es", + "w o", + "do es", + "com m", + "ing s", + "ed on", + "am er", + "he ad", + "e ven", + "f irst", + "m uch", + "wor ld", + "u ll", + "aw ay", + "m ade", + "g en", + "for the", + "li e", + "f in", + "at ch", + "s s", + "con t", + "n or", + "a z", + "âĢ ľ", + "thr ough", + "in ter", + "v ing", + "ver s", + "l ong", + "i ly", + "g ive", + "e ar", + "âĢ Ŀ", + "s pe", + "you can", + "m ed", + "li fe", + "as h", + "i am", + "ap p", + "u ally", + "to w", + "1 8", + "u se", + "b ro", + "t alk", + "v i", + "u b", + "g er", + "o c", + "an ge", + "ha pp", + "st and", + "b ody", + "m m", + "fe ren", + "it ed", + "c our", + "lo ve", + "d es", + "go ing", + "c he", + "c le", + "f ul", + "sh ould", + "' '", + "p s", + "to o", + "want to", + "ic t", + "p re", + "c er", + "ll ow", + "ne ver", + "ar m", + "al e", + "w a", + "m ake", + "po l", + "c ess", + "en e", + "o me", + "` `", + "tho se", + "hel p", + "have to", + "and i", + "f f", + "ri end", + "t en", + "an k", + "th ree", + "g reat", + "he y", + "b es", + "with the", + "ak ing", + "sh ow", + "sh ip", + "c are", + "ou tof", + "go d", + "com p", + "âĢ Ļ", + "st ill", + "c lo", + "con d", + "ou th", + "f ound", + "ion s", + "v ie", + "un t", + "m a", + "one y", + "re st", + "ch ar", + "g an", + "ad d", + "w ent", + "li ght", + "ers on", + "al o", + "in n", + "thing s", + "m us", + "as on", + "ir l", + "be ing", + "\" .", + "â Ļ", + "ye ar", + "b ed", + "ul t", + "st e", + "ch ild", + "from the", + "k ill", + "i al", + "ation al", + "g l", + "and then", + "au gh", + "to p", + "s up", + "h ouse", + "ak es", + "su re", + "pl ace", + "ation s", + "i know", + "k ing", + "x t", + "ye ars", + "er m", + "v is", + "âĢ ĵ", + "cho ol", + "v ent", + "if feren", + "h and", + "b ab", + "tim es", + "b orn", + "th ough", + "k ind", + "f riend", + "w es", + "an other", + "w ar", + "i o", + "un d", + "p u", + "do ing", + "st art", + "a the", + "ar ound", + "re g", + "f t", + "n ight", + "b re", + "c y", + "ke ep", + "c al", + "s ide", + "l ess", + "c ap", + "i ed", + "âĻ ª", + "o b", + "are d", + "m er", + "to ry", + "su ch", + "t ri", + "h ed", + "e k", + "19 9", + "any thing", + "f am", + "way s", + "a fe", + "id ent", + "v al", + "wor d", + "it al", + "read y", + "| |", + "lo g", + "c re", + "c ur", + "bet ter", + "know n", + ") .", + "ho me", + "po int", + "on es", + "se t", + "at ter", + "l ed", + "c ame", + "mo ther", + "thef irst", + "wh ile", + "g irl", + "are n", + "res s", + "bet we", + "tof the", + "l ow", + "t urn", + "ri ed", + "call ed", + "s y", + "g i", + "may be", + "c ed", + "wa it", + "come on", + "id n", + "thank you", + "un i", + "m ust", + "b ar", + "u g", + "f ather", + "l ast", + "c ord", + "sor ry", + "am es", + "a go", + "w ard", + "no thing", + "ple ase", + "at ing", + "m iss", + "l ittle", + "he ll", + "m s", + "b as", + "be lie", + "w ed", + "h igh", + "to ld", + "ic s", + "c tor", + "f ind", + "al ittle", + "v ol", + "s m", + "bo ok", + "you are", + "b us", + "n ess", + "the d", + "bo th", + "f our", + "ne ed", + "betwe en", + "one ofthe", + "ro om", + "a be", + "or s", + "did you", + "ar ch", + "ut e", + "al ong", + "ir d", + "j u", + "r ow", + "is that", + "me mber", + "o s", + "op en", + "m es", + "ha ven", + "l ist", + "w ater", + "i mean", + "n ame", + "um ber", + "she was", + "al f", + "all right", + "1 0", + "p ri", + "b all", + "re l", + "fe el", + "g re", + "un ited", + "you n", + ") ,", + "s are", + "as ter", + "a is", + "ci al", + "in es", + "i ous", + "in te", + "le g", + "h i", + "c or", + "u al", + "is ter", + "us ed", + "ge ther", + "pro du", + "ul ar", + "act ually", + "bo y", + "in cl", + "did n", + "m ind", + "ke t", + "unt il", + "pu bl", + "19 8", + "un e", + "ap pe", + "st ates", + "j oh", + "st ud", + "so l", + "i have", + "f ull", + "m ain", + "ne xt", + "ifferen t", + "ow e", + "to me", + "he ar", + "gen er", + "r is", + "to ok", + "all the", + "m b", + "e le", + "com ing", + "l ater", + "qu e", + "ar k", + "d ur", + "r un", + "d en", + "qu est", + "there is", + "fo llow", + "sh o", + "st ate", + "c ri", + "amer ican", + "and you", + "cour se", + "con s", + "l t", + "ow er", + "b ig", + "s ir", + "u ary", + "thes ame", + "pres ent", + "that is", + "u res", + "ou p", + "h uh", + "i x", + "it ies", + "al ways", + "le ft", + "ho ld", + "sto p", + "on ce", + "\" ,", + "s ing", + "joh n", + "m ight", + "u c", + "go ver", + "that the", + "we ek", + "i k", + "te am", + "pe ct", + "ar n", + "m p", + "a ut", + "19 7", + "sh es", + "li ve", + "th ought", + "it ch", + "en ed", + "is it", + "you don", + "p erson", + "es of", + "mo ve", + "at ive", + "the t", + "in a", + "on d", + "ing for", + "m or", + "ro ss", + "in ess", + "on s", + "there are", + "b ur", + "to s", + "ce pt", + "for t", + "there was", + "child ren", + "am ed", + "re al", + "me t", + "ed with", + "if ic", + "f ace", + "d i", + "le ave", + "sin ce", + "h u", + "h ar", + "tow n", + "en ough", + "fe ct", + "1 5", + "that was", + "l ing", + "fo ot", + "a x", + "m oney", + "le y", + "b lo", + "youn g", + "they were", + "f un", + "p ass", + "h y", + "by the", + "f er", + "1 7", + "v ic", + "at or", + "i li", + "n ational", + "z e", + "v o", + "ab o", + "i er", + "n y", + "h ard", + "to do", + "is the", + "as the", + "to day", + "he had", + "with out", + "st em", + "ish ed", + "that you", + "t ed", + "m il", + "om en", + "a i", + "po p", + "s ur", + "ay s", + "again st", + "wh ic", + "c ity", + "un g", + "th im", + "d one", + "kind of", + "f ive", + "je ct", + "c ut", + "ie ld", + "g g", + "le ad", + "they are", + "in de", + "fam ily", + "es and", + "a j", + "mus ic", + "bec ame", + "b ad", + "pres s", + "im port", + "is n", + "we can", + "c us", + "will be", + "19 6", + "com es", + "b and", + "bu ild", + "do or", + "s it", + "get ting", + "m al", + "si x", + "he art", + "o re", + "united states", + "uni vers", + "ti ve", + "st ay", + "af r", + "to gether", + "ter s", + "p ret", + "for you", + "w atch", + "re am", + "th athe", + "n er", + "pro ble", + "in ce", + "us edto", + "orn ing", + "s chool", + "he is", + "00 0", + "1 2", + "pos si", + "belie ve", + "? \"", + "l ine", + "in tothe", + "or k", + "ac om", + "1 6", + "so on", + "does n", + "su b", + "bro ther", + "li k", + "col le", + "ag es", + "or der", + "in this", + "ent s", + "k id", + "le as", + "ve l", + "ye t", + "every thing", + "p ed", + "w ind", + "would be", + "what you", + "incl ud", + "and that", + "j an", + "ha ves", + "ti ll", + "r al", + "se en", + "pro v", + "to d", + "inte rest", + "under stand", + "iv es", + "one of", + "a good", + "s k", + "en se", + "and it", + "is m", + "list en", + "he ard", + "b est", + "ve lo", + "re member", + "we have", + "l ar", + "of course", + "when you", + "l aw", + "in c", + "l a", + "w alk", + "jo b", + "i ther", + "mo m", + "de ath", + "wh ow", + "and he", + "we l", + "bl ack", + "m ad", + "at r", + "in st", + "ation of", + "m orning", + "ap er", + "de c", + "gover n", + "al b", + "v il", + "le ep", + "ion of", + "l augh", + "ro ad", + "b it", + "ke y", + "te m", + "be g", + "pl ac", + "pro bab", + "cont in", + "id idn", + "\" (", + "h on", + "to get", + "h our", + "ur ch", + "what doyou", + "per i", + "as well", + "in his", + "g y", + "on t", + "op er", + "l ish", + "mar k", + "ch ang", + "th ave", + "wh ath", + "w est", + "f ine", + "l ad", + "3 0", + "f ac", + "whic his", + "pol it", + "s that", + "v ice", + "it er", + "br ing", + "i had", + "can you", + "all ow", + "ig ot", + "off ic", + "ed for", + "how ever", + "m ic", + "w he", + "ic ould", + "el se", + "u ff", + "to you", + "an im", + "we are", + "ity of", + "wr ong", + "m ill", + "th ath", + "e at", + "e f", + "o es", + "what areyou", + "like that", + "pl an", + "s ofthe", + "at i", + "nor th", + "happ en", + "tr u", + "s im", + "import ant", + "f ro", + "ar r", + "gr ap", + "f ic", + "i want", + "you have", + "vie w", + "i i", + "w omen", + "ing and", + "d ire", + "to see", + "alo tof", + "pr of", + "qu ite", + "w ann", + "h en", + "ed up", + "tr ans", + "at ure", + "p or", + "to re", + "is an", + "c a", + "ed and", + "h ur", + "ak en", + "de l", + "i just", + "wo man", + "r ound", + "ne ar", + "in al", + "b en", + "m akes", + "is on", + "g t", + "st er", + "for d", + "i would", + "wi fe", + "es e", + "us h", + "comm un", + "ch ange", + "ri es", + "f ar", + "f re", + "ha ving", + "probab ly", + "ic ally", + "19 5", + "ard s", + "f il", + "al ready", + "and they", + "wo od", + "p en", + "d y", + " ł", + "id es", + "v an", + "cl ass", + "gu y", + "have been", + "look at", + "gr am", + "g one", + "ed as", + "b or", + "1 4", + "i will", + "c u", + "u ro", + "who le", + "ing in", + "wh ite", + "of his", + "as y", + "gr and", + "ate ly", + "and we", + "19 4", + "ur y", + "ic a", + "s tof", + "ut ion", + "se cond", + "de ad", + "c as", + "be h", + "am in", + "b i", + "t re", + "sh ed", + "hell o", + "b ye", + "m is", + "le arn", + "him self", + "ment s", + "g ame", + "gr ound", + "p end", + "some one", + "at ur", + "happ y", + "ed it", + ". âĢĿ", + "v ar", + "ith ought", + "re cord", + "s we", + "ing about", + "1 3", + "comp any", + "me et", + "so ld", + "l er", + "u de", + "pl ain", + "h m", + "ant s", + "d ri", + "c reat", + "be gan", + "ap ri", + "w er", + "ro y", + "look ing", + "h or", + "ret urn", + "go es", + "dur ing", + "p ower", + ", ''", + "to go", + "d ad", + "bus iness", + "c and", + "am an", + "mar ch", + "w ish", + "gr oup", + "n ing", + "ide a", + "f uck", + "g ust", + "your self", + "b ill", + "gi ven", + "v ir", + "pe t", + "h at", + "in f", + "str u", + "is a", + "tr ain", + "d ifferent", + "be aut", + "l on", + "p ay", + "afe w", + "ask ed", + "publ ic", + "say ing", + "il ity", + "ou ch", + "und red", + "gu ys", + "um p", + "qu al", + "up on", + "or gan", + "ter n", + "a e", + "ad o", + "see m", + "y ork", + "or ig", + "hes aid", + "st ar", + "tell me", + "con f", + "g ave", + "a im", + "f ield", + "ion al", + "s en", + "cont ro", + "coun ty", + "te le", + "bre ak", + "in there", + "ot t", + "d am", + "tom ake", + "the e", + "n ice", + "f all", + "m id", + "ple as", + "lo st", + "cle ar", + "cl ub", + "quest ion", + "cer tain", + "ed that", + "me ans", + "ne y", + "b al", + "the other", + "with you", + "un ch", + "m aking", + "ro p", + "lo c", + "at s", + "more than", + "se ver", + "! \"", + "you got", + "th or", + "2 1", + "for me", + "to t", + "m ag", + "res p", + "pos ition", + "de velo", + "ne t", + "pret ty", + "let me", + "ang u", + "hu man", + "you were", + "id er", + "ch urch", + "mr s", + ". ''", + "s ha", + "2 2", + "h am", + ". '", + "li m", + "g ar", + "um b", + "of ten", + "l in", + "m all", + "ag r", + "po se", + "ap an", + "thank s", + "st ep", + "gr ow", + "ho pe", + ", âĢĿ", + "ce ll", + "mon th", + "act ion", + "qu ick", + "h ot", + "lo s", + "an ces", + "govern ment", + "some times", + "and re", + "are a", + "possi ble", + "th re", + "jan uary", + "my self", + "2 5", + "se x", + "ane w", + "al one", + "clo se", + "is aid", + "coun try", + "iz e", + "ofthe m", + "al most", + "p a", + "c ret", + "part y", + "tr ue", + "iv ed", + "u k", + "an c", + "ll y", + "but it", + "ing of", + "i red", + "beh ind", + "do it", + "alb um", + "u es", + "1 1", + "par tof", + "s ow", + "d iv", + "tof f", + "p al", + "br it", + "h alf", + "ex c", + "se p", + "part ic", + "k en", + "n umber", + "c ase", + "id o", + "log y", + "try ingto", + "go ld", + "am ple", + "in my", + "ch r", + "af f", + "a very", + "p ain", + "re leas", + "j ack", + "of s", + "ren t", + "ap pro", + "em p", + "ut es", + "augh ter", + "ou d", + "ed inthe", + "but i", + "p rom", + "ab it", + "se arch", + "s were", + "work ing", + "g ent", + "his tory", + "al th", + "b ri", + "ang er", + "c up", + "at o", + "ous ly", + "fo od", + "in v", + "look s", + "r u", + "ot e", + "the st", + ", '", + "en er", + "au gust", + "bo ard", + "full y", + "about it", + "won der", + "r ing", + "eng lish", + "sel ves", + "what is", + "is land", + "le ast", + "to ber", + "ist s", + "d ist", + "ent y", + "ren ch", + "ou ble", + "j une", + "vis ion", + "if e", + "sh ad", + "ap o", + "and er", + "l s", + "in it", + "r a", + "se ason", + "g n", + "l ay", + "bab y", + "and was", + "whath app", + "al right", + "p ly", + "av es", + "a ust", + "m i", + "ch amp", + "ro ck", + "of this", + "te en", + "att ack", + "you to", + "ri ver", + "us es", + "ed his", + "te mber", + "g est", + "and his", + "if ul", + "you want", + "ig u", + "k y", + "p ick", + "proble m", + "at ic", + "de ar", + "l u", + "le ct", + "g un", + "m atter", + "de al", + "in form", + "s ign", + "f ree", + "h ould", + "inthe s", + "per ha", + "and e", + "look ed", + "able to", + "com ple", + ".. ..", + "ree t", + "pro te", + "we ar", + "âĢ Ķ", + "edby the", + "ag ue", + "v ill", + "the only", + "jo y", + "ste ad", + "ear ly", + "uro pe", + "pe ci", + "ge or", + "have you", + "char ac", + "t est", + "would n", + "r ad", + "gener al", + "is ion", + "about the", + "il t", + "s at", + "ju ly", + "prof ess", + "ul ation", + "su c", + "s ed", + "mo vie", + "ow ith", + "us ing", + "can be", + "ap ro", + "dis tr", + "foot ball", + "lo ck", + "bo x", + "gonn a", + "sep tember", + "has been", + "f ire", + "ex p", + "apri l", + "ag ed", + "ent er", + "co ver", + "you see", + "ma j", + "pro gram", + "age of", + "se ven", + "and d", + "c ast", + "i b", + "ha ir", + "no ve", + "br ought", + "p ie", + "re ason", + "with me", + "appe ar", + "tell you", + "19 3", + "sever al", + "ap art", + "she had", + "2 4", + "ous and", + "ac ho", + "s the", + "ag reat", + "o se", + "ch es", + "w all", + "a and", + "on ed", + "spe ak", + "n ed", + "c tr", + "play ed", + "or y", + "j apan", + "gre en", + "th a", + "do g", + "ing er", + "an ne", + "s es", + "and so", + "it es", + "j ud", + "form er", + "ce mber", + "bu y", + "univers ity", + "that we", + "act ly", + "m ur", + "par k", + "us ually", + "and in", + "5 0", + "pl es", + "h us", + "sh ort", + "ith as", + "s l", + "c amp", + "tof ind", + "ci ent", + "p ur", + "s for", + "re ach", + "m ine", + "like this", + "ch ris", + "ed him", + "k new", + "f a", + "any way", + "oc tober", + "f ast", + "p ot", + "pr in", + "mill ion", + "li ving", + "would you", + "s al", + "of it", + "ther n", + "new york", + "me to", + "ti v", + "an o", + "mo v", + "c tive", + "au ght", + "che ck", + "friend s", + "dr aw", + "n ine", + "any one", + "ans wer", + "w al", + "ber t", + "r ich", + "ar ri", + "do ctor", + "b ir", + "d ing", + "but the", + "edto be", + "it ing", + "p an", + "g es", + "he ld", + "d ie", + "itt en", + "at all", + "men tof", + "nove mber", + "l ord", + "in your", + "am ent", + "c ause", + "h all", + "l ate", + "inn er", + "pe ter", + "h ands", + "co ve", + "mar y", + "ab r", + "ro ll", + "ie f", + "to have", + "and there", + "er o", + "that they", + "pol ice", + "play ing", + "f if", + "ins ide", + "fe br", + "av ing", + "to ver", + "wh oh", + "care er", + "ed her", + "develo p", + "febr uary", + "ie ty", + "s w", + "jo in", + "po or", + "iv ing", + "ound s", + "min utes", + "give me", + "so ci", + "ac on", + "re f", + "w edon", + "am ong", + "n on", + "e ach", + "is tr", + "is not", + "is su", + "201 0", + "mb ers", + "id id", + "out side", + "tr a", + "aw ard", + "sm all", + "sp ort", + "t a", + "your s", + "ac ross", + "if i", + "d le", + "st uff", + "li ves", + "we were", + "chr ist", + "ing on", + "vo ice", + "re ce", + "g as", + "e yes", + "y stem", + "day s", + "ch air", + "sh all", + "what ever", + "perha ps", + "pres ident", + "se ll", + "th ird", + "ti es", + "g ree", + "ap e", + "thel ast", + "sh it", + "des ign", + "m and", + "te ch", + "for ce", + "mo ment", + "bu the", + "l ot", + "de part", + "s inthe", + "was an", + "ag er", + "de f", + "you could", + "any more", + "e v", + "am o", + "r ather", + "cent ury", + "a ven", + "you go", + "con st", + "at least", + "id ge", + "ro b", + "mar ried", + "on y", + "when the", + "or row", + "cl aim", + "qu ar", + "al i", + "h it", + "build ing", + "c il", + "ic es", + "follow ing", + "add y", + "s ch", + "ab ig", + "str ong", + "t aking", + "j us", + "ph one", + "in o", + "wor th", + "u red", + "off ice", + "fr ance", + "back to", + "you should", + "thec oun", + "te x", + "d aughter", + "ed uc", + "con cer", + "co p", + "pp ed", + "2 3", + "tw enty", + "con ne", + "er ing", + "t aken", + "co ld", + "te e", + "he has", + "cove red", + "au thor", + "bu ilt", + "like to", + "b urn", + "edto the", + "us si", + "e e", + "word s", + "r ain", + "beaut iful", + "p ict", + "me mbers", + "ar my", + "to ri", + "al though", + "ac c", + "h ill", + "un k", + "ish ould", + "whe ther", + "wor ry", + "oun tain", + "m it", + "champ ion", + "id en", + "dr ink", + "de cember", + "com mon", + "s am", + "such as", + "l angu", + "ex pect", + "brit ish", + "pro per", + "n a", + "hus band", + "is ac", + "c ry", + "m aster", + "fe e", + "blo od", + "st at", + "in that", + "g ames", + "g or", + "ing it", + "the most", + "c li", + "pl ic", + "um mer", + "al li", + "ab l", + "you think", + "ain t", + "re present", + "ex actly", + "ri but", + "um ent", + "f lo", + "youknow what", + "so that", + "m as", + "be ll", + "i haven", + "lik es", + "play er", + "re port", + "ing you", + "charac ter", + "as tr", + "is to", + "our n", + "afr aid", + "tom orrow", + "f ight", + "ct ed", + "al ot", + "fe ll", + "sh ut", + "p ull", + "acho ther", + "with his", + "was h", + "i tor", + "t it", + "ise e", + "i me", + "ab ou", + "f ur", + "an ex", + "iz ed", + "do m", + "2 6", + "l uck", + "wh om", + "wr itten", + "av y", + "this was", + "ar o", + "if fic", + "ac tor", + "2 7", + "le ague", + "v ide", + "med i", + "ac cord", + "pr act", + "fe et", + "is ed", + "i ans", + "p aren", + "ing that", + "but you", + "sto ry", + "att le", + "bo ys", + "shes aid", + "ter ri", + "i wantto", + "theb est", + "al ity", + "c ir", + "1 00", + "to her", + "h op", + "id ence", + "ir ty", + "there were", + "pe o", + "had been", + "the one", + "2 8", + "igu ess", + "wind ow", + "s ong", + "we red", + "the way", + "of you", + "for get", + "every one", + "so much", + "tr ad", + "itt ing", + "sy stem", + "g in", + "to him", + "ap l", + "sor tof", + "will iam", + "le vel", + "ll i", + "ie t", + "of that", + "inter national", + "po st", + "if it", + "colle ge", + "t ail", + "am a", + "s outh", + "ic ip", + "b ow", + "through the", + "ou ple", + "for his", + "te ach", + "suc cess", + "ser v", + "gr ad", + "st ation", + "w ene", + "so c", + "h undred", + "an a", + "gl ad", + "li ved", + "b ank", + "b ird", + "as soci", + "n i", + "p ast", + "to say", + "ro te", + "al lo", + "ac y", + "n es", + "co st", + "pro cess", + "ag ree", + "these cond", + "de red", + "eng land", + "c ul", + "tr act", + "s us", + "did not", + "ne edto", + "-- --", + "e vent", + "born in", + "ch ief", + "know what", + "going on", + "g ed", + "id ed", + "be come", + "sh ot", + "bl ue", + "as ing", + "f ish", + "f air", + "includ ing", + "co ok", + "b od", + "z z", + "lon don", + "te red", + "fl u", + "d ro", + "w in", + "ing up", + "a ha", + "e ither", + "she is", + "go to", + "ed er", + "bu d", + "ser ies", + "in vol", + "grap h", + "contro l", + "coun t", + "ri gh", + "they had", + "some body", + "d av", + "i love", + "b on", + "kill ed", + "wr ite", + "inform ation", + "no one", + "f ir", + "i for", + "li es", + "im ag", + "sh er", + "must be", + "n amed", + "in cre", + "ho l", + "if we", + "lo cal", + "comple te", + "and as", + "az y", + "r id", + "r or", + "co gn", + "ger man", + "which was", + "and is", + "r an", + "to his", + "f ly", + "after the", + "p ho", + "s ent", + "s leep", + "known as", + "ab y", + "g ion", + "m hm", + "str a", + "in stead", + "al ld", + "bir th", + "p i", + "inn ing", + "lad y", + "2 9", + "g a", + "g ro", + "ac cept", + "sp ital", + "s il", + "a head", + "re main", + "ro man", + "u ation", + "s un", + "be l", + "d ou", + "the world", + "ti red", + "tru th", + "iv id", + "with her", + "ic ian", + "thr ow", + "right now", + "and what", + "m ir", + "ton ight", + "o de", + "st reet", + "l at", + "d an", + "er and", + "com put", + "resp on", + "ent ly", + "lo se", + "want edto", + "contin u", + "tele vision", + "m art", + "st ri", + "ou l", + "ing me", + "ear th", + "the w", + "th ousand", + "c ross", + "s a", + "exc use", + "it ary", + "pr ison", + "talk ingabout", + "dur ingthe", + "he alth", + "j im", + "tr ouble", + "s qu", + "4 0", + "sh op", + "j es", + "re w", + "fr ank", + "sp ir", + "ut ure", + "this one", + "every body", + "fil m", + "mar ri", + "lo y", + "se cret", + "h ang", + "very thing", + "wi ld", + "ac tiv", + "f ill", + "do that", + "and she", + "d ark", + "when he", + "aust ral", + "goingto be", + "en cy", + "i lo", + "e en", + "you will", + "\" ,\"", + "whatareyou doing", + "say s", + "in her", + "i um", + "ed e", + "l ou", + "eng ine", + "fl ow", + "g ard", + "in an", + "them selves", + "on his", + "me mor", + "edin to", + "tr ack", + "ine ed", + "so mes", + "be y", + "re r", + "that i", + "tr ave", + "cle an", + "en ces", + "br own", + "co s", + "s n", + "t ouch", + "ent ion", + "col or", + "partic ular", + "if they", + ". âĢľ", + "x ample", + "c at", + "see you", + "whow as", + "ing ton", + "de fin", + "ser vice", + "f it", + "f le", + "ction s", + "and now", + "r on", + "f ig", + "appe ared", + "t ur", + "j er", + "f u", + "you get", + "cour t", + "m ach", + "re qu", + "peri od", + "be ar", + "it up", + "start ed", + "al d", + "ing with", + "can ad", + "a ver", + "ac o", + "b a", + "i or", + "m ess", + "g ress", + "is this", + "ar th", + "is as", + "work s", + "m outh", + "oes n", + "ers and", + "why don", + "to take", + "des cri", + "ha ved", + "other s", + "s end", + "of her", + ": \"", + "r am", + "ag u", + "co ol", + "h oney", + "ad v", + "amer ic", + "mo ved", + "s owe", + "201 4", + "ty pe", + "cap tain", + "e ight", + "of my", + "if ied", + "t end", + "will you", + "fe at", + "abo ve", + "h an", + "new s", + "ti e", + "me as", + "un ion", + "amer ica", + "b s", + "maj or", + "fe lt", + "c atch", + "re li", + "w ow", + "what the", + "s aw", + "min ister", + "amin ute", + "ap point", + "pop ulation", + "ed at", + "pa ul", + "v in", + "pr ince", + "y and", + "peci ally", + "que en", + "sho ot", + "ti an", + "lar ge", + "cons ider", + "il ar", + "ke pt", + "this time", + "come here", + "t reat", + "tem pt", + "mo der", + "m atch", + "n ic", + "k o", + "w rote", + "was the", + "per fect", + "could n", + "of or", + "s ister", + "be at", + "when they", + "af t", + "sup er", + "r ac", + "m c", + "201 1", + "tri es", + "mom my", + "ann oun", + "that it", + "we got", + "al ex", + "do youknow", + "long er", + "ofthe se", + ", âĢľ", + "girl s", + "th century", + "geor ge", + "un icip", + "p ing", + "ci ence", + "no body", + "bl es", + "the man", + "pl ant", + "tr ust", + "set t", + "thep res", + "s an", + "b t", + "201 8", + "j ames", + "as te", + "then or", + "sup port", + "ho od", + "cond ition", + "b an", + "ha el", + "qu iet", + "ro du", + "orig in", + "h ers", + "g ri", + "d addy", + "l ab", + "ch ance", + "plac es", + "vi ously", + "im p", + "r ay", + "l am", + "c ard", + "gent le", + "with him", + "ind ian", + "ar i", + "om uch", + "ed out", + "ame mber", + "ind ust", + "air s", + "ab sol", + "ter m", + "h ous", + "de ep", + "put it", + "re p", + "i ent", + "ro s", + "could be", + "d ream", + "l or", + "to them", + "ch ap", + "then ame", + "look ingfor", + "are s", + "ab les", + "go on", + "umber of", + "c ant", + "par tofthe", + "m ot", + "en joy", + "distr ict", + "f ail", + "an ch", + "201 3", + "t ic", + "e as", + "the old", + "car ry", + "ent ire", + "in here", + "give you", + "our s", + "fr on", + "stud y", + "ty p", + "wes tern", + "so cial", + "al ive", + "so you", + "d est", + "es pecially", + "let ter", + "don ot", + "on your", + "201 7", + "ul a", + "co ll", + "fin ally", + "doyou think", + "e red", + "am on", + "? âĢĿ", + "to thes", + "like you", + "not be", + "wel come", + "er t", + "y o", + "it ive", + "inthe ir", + "if he", + "pro ject", + "av or", + "- [", + "dam n", + "am oun", + "th us", + "atur al", + "er y", + "g iving", + "per form", + "quick ly", + "ed s", + "gonn abe", + "as he", + "ur al", + "wes hould", + "champion ship", + "? ''", + "i ally", + "month s", + "p aper", + "pe ace", + "to ol", + "comp an", + "get it", + "as an", + "stra ight", + "kid s", + "aw o", + "l en", + "th y", + "s ar", + "iz ation", + "s ound", + "int rodu", + "con tain", + "i told", + "ome thing", + "comm it", + "pos edto", + "h al", + "c ult", + "p ers", + "sp ace", + "certain ly", + "my god", + "h un", + "how much", + "wi l", + "d ied", + "ind ivid", + "miss ion", + "stru ct", + "vi ol", + "whathapp ened", + "for her", + "ser ious", + "t ro", + "in which", + "ers to", + "dire ct", + "we had", + "if y", + "about that", + "al ar", + "il es", + "br ain", + "b in", + "spe cial", + "li z", + "get s", + "201 2", + "r ap", + "aswell as", + "av o", + "ord in", + "k no", + "y le", + "on thes", + "d ue", + "acom m", + "ho spital", + "ne cess", + "l itt", + "o oh", + "as p", + "s with", + "cr it", + "20 20", + "cr azy", + "the de", + "at a", + "excuse me", + "orig inal", + "e asy", + "* *", + "ag re", + "do ll", + "200 8", + "b ene", + "am i", + "polit ical", + "what was", + "whoh ad", + "ci es", + "m ist", + "up to", + "think ing", + "w ise", + "ofthe ir", + "h um", + "a ur", + "201 5", + "\" )", + "c orn", + "b ul", + "y a", + "very much", + "s me", + "le e", + "cur rent", + "st ick", + "d ar", + "m um", + "k s", + "coun cil", + "at l", + "br idge", + "ex plain", + "w ide", + "inthe unitedstates", + "ex cept", + "but they", + "le f", + "au di", + "su d", + "h ate", + "pop ular", + "mic hael", + "i haveto", + "al and", + "m at", + "fore xample", + "d ow", + "w an", + "re search", + "bro ad", + "dav id", + "you haveto", + "ine ver", + "run ning", + "se qu", + "pri v", + "i ble", + "as er", + "fin ished", + "on my", + "absol ute", + "b ly", + "pol ic", + "k in", + "if f", + "201 6", + "of t", + "inthe world", + "e ast", + "u f", + "paren ts", + "and all", + "m ass", + "ed from", + "ag on", + "200 7", + "pe ak", + "of your", + "come back", + "they have", + "ac ouple", + "ph ys", + "b ag", + "fe llow", + "ter min", + "press ion", + "cal ifor", + "al way", + "ab outh", + "i won", + "ver se", + "are as", + "6 0", + "you re", + "ing his", + "res pect", + "w it", + "would have", + "200 9", + "ul ti", + "proble ms", + "fuck ing", + "ab i", + "fore st", + "en ow", + "commun ity", + "langu age", + "com ed", + "when i", + "sh ar", + "st one", + "fe ar", + "jes us", + "l ines", + "200 6", + "or tof", + "ex peri", + "n am", + "iffic ult", + "lead er", + "t able", + "r up", + "st on", + "p at", + "ab ility", + "ce of", + "thec ar", + "19 0", + "th and", + "inf act", + "mo ving", + "mid dle", + "add ition", + "me ant", + "a was", + "in ch", + "the next", + "b our", + "an al", + "be long", + "there s", + "how many", + "for ward", + "as c", + "up and", + "feel ing", + "th om", + "the g", + "end ed", + "lo ad", + "like it", + "mo s", + "inde pend", + "we res", + "mo stof", + "vil le", + "moder n", + "den ly", + "is he", + "theb ig", + "gu ard", + "for this", + "away from", + "depart ment", + "ed me", + "bl ow", + "ing them", + "v ot", + "no on", + "for it", + "mo cr", + "years ago", + "ac ade", + "hor se", + "ad es", + "t in", + "se at", + "ed them", + "educ ation", + "ac her", + "inde ed", + "some ofthe", + "you do", + "is ay", + "vic es", + "ot s", + "ps y", + "bur g", + "is there", + "im ent", + "on it", + "ic o", + "m ale", + "what isit", + "le aving", + "t al", + "ren g", + "h ung", + "like the", + "ti g", + "ch uck", + "con om", + "should be", + "am az", + "feren ce", + "interest ing", + "sto r", + "mo on", + "ener gy", + "them ain", + "what we", + "lo ved", + "that one", + "any body", + "is aw", + "com pet", + "what i", + "g ives", + "pro ve", + "ment ion", + "20 19", + "ab ly", + "fur ther", + "ne igh", + "ict ion", + "d a", + "le ction", + "coun tries", + "up id", + "ah o", + "ex ist", + "vide o", + "ens ive", + "inst it", + "these are", + "v edin", + "pl ann", + "you t", + "re cogn", + "wh is", + "hour s", + "end ing", + "rel ation", + "vol ution", + "f i", + "happ ened", + "ele ctr", + "of us", + "au d", + "u bl", + "there d", + "bo b", + "it self", + "b ase", + "so i", + "so it", + "mo del", + "to my", + "you just", + "you wantto", + "ation ofthe", + "respon si", + "c ried", + "s is", + "with that", + "ap r", + ". ,", + "f rench", + "de pend", + "with them", + "on this", + "fe red", + "when we", + "m ac", + "log ical", + "m ing", + "ver t", + "u el", + "s ess", + "ad am", + "re fer", + "ward s", + "mil es", + "is up", + "me x", + "chang ed", + "not to", + "n ia", + "cent er", + "m ak", + "re ct", + "univers ityof", + "with your", + "ac qu", + "and to", + "as if", + "ase cond", + "wed o", + "l is", + "blo ck", + "f arm", + "produ c", + "id ing", + "fun ny", + "as mall", + "f ix", + "book s", + "th irty", + "su gg", + "thec ap", + "might be", + "g ain", + "ens us", + "mon t", + "ro se", + "li ed", + "as it", + "p ap", + "do c", + "thec ity", + "ing tothe", + "ad r", + "ar ly", + "ire ally", + "fam ili", + "bo at", + "state of", + "iss ion", + "ithink it", + "atthe ageof", + "t akes", + "quest ions", + "vill age", + "pr ay", + "con side", + "li f", + "where the", + "ce ed", + "li ber", + "âĢ ĺ", + "z o", + "( \"", + "in flu", + "z er", + "fo l", + "end ofthe", + "we will", + "comm and", + "si gh", + "un cle", + "umb ers", + "ic le", + "kno ck", + "e qu", + "for that", + "d ress", + "ac he", + "outof the", + "gl ass", + "am ily", + "for man", + "grap hy", + "er than", + "cand o", + "l ic", + "about this", + "ch an", + "in and", + "fin ish", + "ans wered", + "up er", + "t ar", + "pl us", + "p as", + "the king", + "with it", + "pe cial", + "co ach", + "es cap", + "com fort", + "wr iting", + "we go", + "ing her", + "20 00", + "thes un", + "ass ist", + "ve re", + "know led", + "cent ral", + "me l", + "li ver", + "pos ed", + "under the", + "produ ction", + "was n", + "who se", + "conside red", + "w en", + "ist ic", + "for them", + "m ater", + "they ear", + "alo ok", + "tr an", + "h mm", + "at tempt", + "not e", + "they can", + "as you", + "sugg est", + "k er", + "we could", + "wh athe", + "k iss", + "char ge", + "att ention", + "soc iety", + "hed id", + "r ussi", + "im medi", + "reg ard", + "w is", + "st age", + "of an", + "at ives", + "ro t", + "ap ar", + "ith ad", + "absolute ly", + "bas ed", + "some where", + "hur t", + "are we", + "as se", + "g al", + "you didn", + "the new", + "for your", + "it would", + "ay e", + "p ack", + "acomm une", + "val ue", + "awo man", + "ro le", + "ot tom", + "a this", + "vie t", + "8 0", + "ant i", + "es are", + "as i", + "sy l", + "the ch", + "the whole", + "k ne", + "ly mp", + "ci ous", + "say that", + "stand ing", + "av ail", + "li er", + "them in", + "and a", + "s afe", + "pr int", + "d ut", + "ou thern", + "e urope", + "bro ke", + "th ad", + "t ree", + "got to", + "loc ated", + "is at", + "sur pr", + "fr ont", + "pt ion", + "fe w", + "ad min", + "polit ician", + "trad ition", + "p aid", + "su ff", + "with this", + "n ation", + " ´", + "jo se", + "appro ach", + "li p", + "th od", + "m ountain", + "as a", + "! âĢĿ", + "ac tive", + "with in", + "aj or", + "ph y", + "know s", + "gover nor", + "ir t", + "ser ved", + "was not", + "on to", + "want sto", + "k i", + "for him", + "wr iter", + "what about", + "thel ittle", + "ter day", + "o x", + "an cy", + "at that", + "acc ident", + "c en", + "stru ction", + "un ity", + "18 9", + "it out", + "s from", + "var ious", + "r ais", + "fam ous", + "that are", + "for a", + "it doesn", + "incl ude", + "p ati", + "be low", + "anim al", + "at this", + "ke ts", + "want ed", + "ma x", + "ifferen ce", + "bec a", + "ho st", + "p ic", + "in ves", + "pe c", + "w arm", + "s low", + "he avy", + "se a", + "prote ct", + "you must", + "cur ity", + "gard en", + "p ush", + "pre p", + "t v", + "vir on", + "e cut", + "ind ia", + "fin al", + "dire ctor", + "roy al", + "al itt", + "and if", + "aster n", + "po ke", + "sud denly", + "l iter", + "on that", + "all that", + "o st", + "person al", + "er ved", + "sh are", + "califor nia", + "peo pl", + "ap erson", + "very good", + "wi the", + "as they", + "out there", + "and when", + "id ay", + "to this", + "200 5", + "sow hat", + "j ump", + "y n", + "told me", + "ie l", + "const it", + "est art", + "w inter", + "k n", + "if t", + "man age", + "f uture", + "all this", + "who a", + "anim als", + "offic er", + "conne ct", + "t ly", + "is acommune", + "le br", + "clo thes", + "eng th", + "you wann", + "op s", + "he could", + "amember ofthe", + "ant ly", + "hon or", + "is f", + "g ing", + "re cent", + "ll ing", + "r ail", + "and this", + "th as", + "le ase", + "i hope", + "them oney", + "what they", + "al le", + "vers ion", + "w ing", + "ro bert", + "with my", + "char les", + "but that", + "s here", + "because it", + "7 0", + "in as", + "allo ver", + "bu ll", + "near ly", + "se par", + "itwas n", + "u it", + "prov ince", + "ab ad", + "d ed", + "are they", + "un less", + "ger many", + "swe et", + "pen n", + "and my", + "mar ry", + "and thes", + "ul ts", + "com pe", + "fort un", + "she has", + "var i", + "looks like", + "complete ly", + "after noon", + "k es", + "alittle bit", + "wh od", + "he would", + "we ap", + "c of", + "ed o", + "what does", + "ill y", + "fo x", + "of our", + "ic and", + "vi ous", + "know that", + "c ensus", + "par is", + "ac ar", + "ound er", + "r ance", + "hur ry", + "to your", + "the door", + "and y", + "gu ess", + "wash ington", + "and her", + "k a", + "he aven", + "3 1", + "g lo", + "the con", + "ust r", + "e c", + "reg ion", + "ac cess", + "help you", + "ite ly", + "en n", + "f red", + "ent ial", + "in h", + "ag ent", + "ne ck", + "prin ci", + "ul es", + "ber g", + "like ly", + "off er", + "in order", + "rece ived", + "p y", + "the right", + "see ms", + "c it", + "last night", + "i ers", + "accord ingto", + "bo ss", + "co re", + "st upid", + "b ound", + "de cl", + "hon est", + "am om", + "200 4", + "mov ies", + "c aught", + "ad ay", + "use um", + "d ig", + "ist an", + "sc ar", + "in j", + "icould n", + "you and", + "dis cus", + "a thing", + "ar row", + "( )", + "thef act", + "mar ket", + "s ame", + "c ro", + "e ll", + "te xt", + "ur ing", + "ath ome", + "went to", + "in sp", + "e ch", + "pict ure", + "hen ry", + "to keep", + "ly ing", + "gu e", + "as ed", + "come in", + "jo e", + "p ath", + "ap h", + "meet ing", + "im ust", + "quar ter", + "c am", + "clo ck", + "stud ent", + ", ``", + "it in", + "mus thave", + "re me", + "vir gin", + "e h", + "b io", + "ann y", + "o v", + "sh im", + "y er", + "is es", + "of all", + "can i", + "sto be", + "f at", + "ed you", + "profess or", + "does not", + "id i", + "between the", + "over the", + "e achother", + "thes er", + "yes terday", + "fo ol", + "viron ment", + "per forman", + "king dom", + "and on", + "end er", + "admin istr", + "thes tory", + "got ten", + "ire ct", + "put ting", + "it to", + "; &", + "ri ll", + "sh ire", + "who is", + "k ick", + "n ature", + "chang es", + "b at", + "s mo", + "ens ion", + "est ab", + "! ''", + "af o", + "and for", + "and see", + "move ment", + "ch er", + "tech no", + "imag ine", + "str ange", + "people who", + "ay ear", + "up onthe", + "n one", + "m ulti", + "il ities", + "n atural", + "we ight", + "commun ic", + "ep art", + "the great", + "b ang", + "knowled ge", + "then ational", + "h ip", + "help me", + "inves tig", + "cor por", + "rich ard", + "ife el", + "whe el", + "dr ug", + "of a", + "se y", + "cons ist", + "c ket", + "they don", + "ist ics", + "bro ken", + "im es", + "con du", + "s ave", + "t ouse", + "th reat", + "3 5", + "is ing", + "began to", + "but we", + "ish all", + "spe aking", + "stud ents", + "if the", + "arm s", + "bey ond", + "them atter", + "ad y", + "why areyou", + "am y", + "v iv", + "for ces", + "g le", + "what didyou", + "ati me", + "doyou want", + "ing him", + "lou is", + "low er", + "th ou", + "des p", + "tot al", + "re m", + "r it", + "individ ual", + "produ ct", + "add ress", + "no th", + "s ummer", + "ik new", + "m igh", + "fun ction", + "pres iden", + "fig ure", + "wor se", + "sto od", + "pho to", + "the ex", + "make it", + "d or", + "ast ic", + "wh ol", + "z en", + "us ual", + "t one", + "know how", + "prin cess", + "ide as", + "birth day", + "u le", + "am b", + "ph il", + "when it", + "with an", + "b b", + "dri ve", + "cr ow", + "fa ith", + "200 1", + "mil itary", + "it will", + "releas ed", + "oned ay", + "ital ian", + "profess ional", + "in our", + "you had", + "form ula", + "gre w", + "and not", + "me thod", + "de mocr", + "most ly", + "ing out", + "plan et", + "ord ers", + "in no", + "us ion", + "you said", + "w onthe", + "199 0", + "r ic", + "you did", + "ar rest", + "it ude", + "le aves", + "sp end", + "op port", + "tem per", + "come to", + "ne g", + "amom ent", + "this way", + "on thef", + "j ac", + "ll o", + "it ar", + "p es", + "spe c", + "unicip ality", + "se ction", + "r ace", + "c amer", + "20 21", + "ly n", + "our ces", + "ou te", + "ci vil", + "fif ty", + "r ank", + "there fore", + "chris tian", + "acouple of", + "sc re", + "before the", + "estab lish", + "b ought", + "talk ing", + "vis it", + "immedi ately", + "at edin", + "p un", + "where areyou", + "i als", + "ourn al", + "s ick", + "to omuch", + "so ver", + "tr uck", + "med ic", + "s as", + "ac le", + "time to", + "p ow", + "er ve", + "for us", + "in y", + "iwould n", + "fr anc", + "the o", + "ies of", + "thefirst time", + "a ign", + "l an", + "ap ol", + "cl ud", + "im ple", + "b ay", + "at edto", + "9 0", + "k ar", + "bas edon", + "ur t", + "publ ish", + "k im", + "4 5", + "sto re", + "week s", + "c red", + "ac er", + "es ome", + "we haveto", + "comm ission", + "my life", + "re ci", + "commit tee", + "issu e", + "t ax", + "comp let", + "ah u", + " ¶", + "whatdoyou think", + "f und", + "198 0", + "ant ic", + "turn ed", + "ing at", + "gr ou", + "laugh ter", + "ep is", + "oper ation", + "tri edto", + "atthe time", + "d anger", + "c ow", + "develop ment", + "b ility", + "no se", + "over here", + "so med", + "do min", + "go al", + "back tothe", + "and get", + "200 3", + "syl van", + "pl ane", + "ach ie", + "my father", + "cont act", + "w at", + "them on", + "even ing", + "200 2", + "co ast", + "beg inning", + "n ames", + "en o", + "do this", + "ce lebr", + "en vironment", + "ch ick", + "better than", + "art ist", + "d ifficult", + "ic ed", + "what did", + "christ mas", + "necess ary", + "outof here", + "cap ital", + "h ors", + "that she", + "her self", + "qu it", + "it all", + "car ol", + "all en", + "isan american", + "compet ition", + "haves ome", + "but not", + "thes ong", + "very well", + "are the", + "onthe ir", + "al es", + "n ick", + "ithink that", + "ser ve", + "comput er", + "be ent", + "instead of", + "18 6", + "is am", + "il m", + "oc cur", + "to it", + "cus tom", + "relation ship", + "d ate", + "ri e", + "s ad", + "sc ream", + "r ub", + "marri age", + "ge o", + "as soon", + "op t", + "sk y", + "m ix", + "fore ver", + "ve y", + "l ake", + "in ed", + "av ed", + "resp ond", + "o my", + "avail able", + "the k", + "i to", + "ang ry", + "love ly", + "l as", + "americ ans", + "offic ial", + "to bes", + "or something", + "5 00", + "af riend", + "ad i", + "end of", + "mean ing", + "tod owith", + "bo o", + "are al", + "fron tof", + "ch ed", + "thec our", + "sing le", + "thep art", + "b right", + "ce an", + "su it", + "us ic", + "people are", + "bus y", + "year sold", + "af fect", + "ob ject", + "can not", + "contin ue", + "bo mb", + "n ie", + "so m", + "cho ice", + "ad el", + "cre ate", + "es ti", + "co de", + "mil k", + "li br", + "i res", + "ig r", + "ne l", + "ifyou don", + "hed idn", + "world war", + "gr ant", + "shut up", + "his tor", + "we ather", + "grad u", + "ch anne", + "w ol", + "out the", + "ilove you", + "cr aft", + "wel ve", + "spe cies", + "ir on", + "b attle", + "how about", + "up the", + "chap ter", + "ju li", + "leg al", + "tr ade", + "righ there", + "take it", + "t our", + "pict ures", + "wonder ful", + "looking at", + "we ak", + "one l", + "f avor", + "look like", + "ac count", + "un it", + "ef fect", + "stud io", + "i wish", + "be comes", + "thom as", + "in i", + "thes chool", + "p age", + "cas es", + "to that", + "st ars", + "thel ar", + "associ ation", + "b ac", + "o lymp", + "have any", + "po ol", + "fa ult", + "penn sylvan", + "pass ed", + "in ct", + "ac es", + "ob viously", + "se curity", + "div ision", + "ye llow", + "a unt", + "are t", + "pos sess", + "av al", + "and other", + "j am", + "over there", + "d inner", + "te mp", + "ac ri", + "ne ither", + "bl ed", + "wene ed", + "ach ild", + "ific ation", + "be end", + "gentle men", + "cof fee", + "land s", + "luck y", + "you th", + "re y", + "per cent", + "ro g", + "p in", + "with inthe", + "m ut", + "st an", + "for my", + "sp r", + "lli ke", + "and had", + "on her", + "man n", + "experi ence", + "e ye", + "thecoun try", + "u me", + "aw n", + "peo ples", + "talk about", + "at once", + "so many", + "pr ice", + "re ve", + "at ors", + "that way", + "sto the", + "ar ab", + "p he", + "up port", + "m itt", + "work ed", + "japan ese", + "you guys", + "v a", + "b ath", + "sh is", + "est ud", + "laugh ing", + "u ri", + "b id", + "and how", + "d ance", + "from his", + "this morning", + "20 22", + "18 8", + "b ish", + "th ro", + "g reg", + "an hour", + "y of", + "ch ic", + "p ent", + "because of", + "oc cas", + "got t", + "am en", + "sp ring", + "ing inthe", + "be ach", + "abe l", + "um n", + "197 0", + "st reng", + "h ide", + "were you", + "afr ica", + "r us", + "c ab", + "tell him", + "dec ision", + "along time", + "t u", + "any where", + "bl ess", + "in ation", + "sp read", + "ag en", + "ed om", + "ar ies", + "he also", + "um er", + "ite ll", + "le on", + "as much", + "full of", + "ene my", + "is in", + "ind ic", + "spir it", + "ap t", + "swe e", + "j ournal", + "p ound", + "tw od", + "proper ty", + "get the", + "thep ri", + "to work", + "ho ly", + "ser vices", + "sc ot", + "announ ced", + "li ament", + "ing ly", + "mo b", + "ed ge", + "tome et", + "dest roy", + "d owe", + "he can", + "where you", + "whatdoyou mean", + "ubl ic", + "c ars", + "nor thern", + "val ley", + "is l", + "allthe time", + "wene edto", + "ag irl", + "d rop", + "to fe", + "art s", + "as we", + "because they", + "and said", + "inthe middle", + "just like", + "n d", + "li gh", + "ro me", + "ath im", + "wr it", + "at last", + "st yle", + "wait ingfor", + "ath ol", + "current ly", + "isup pose", + "m oun", + "and an", + "thenor th", + "ck s", + "st airs", + "itch en", + "app aren", + "then ight", + "sim ilar", + "of e", + "br az", + "c um", + "or not", + "acade my", + "there stof", + "hot el", + "she l", + "tw om", + "im possible", + "play ers", + "cal m", + "av our", + "ab or", + "call edthe", + "w itch", + "al is", + "sof f", + "er of", + "d in", + "o o", + "m am", + "s um", + "mo res", + "you need", + "you haven", + "concer n", + "t es", + "m bo", + "no more", + "id edto", + "with us", + "itis found", + "jud ge", + "sc ared", + "sh out", + "no thave", + "just ice", + "hous es", + "im m", + "pract ice", + "emp loy", + "take care", + "mo tor", + "3 6", + "n ut", + "p us", + "oun ty", + "ine edto", + "sc ri", + "isac ity", + "idon ot", + "fro g", + "how you", + "199 9", + "ines e", + "ash ion", + "at ri", + "thec ur", + "lo or", + "wasan american", + "wh owe", + "and itwas", + "re view", + "ha w", + "was born", + "how areyou", + "against the", + "canad a", + "to come", + "am ar", + "ital y", + "tow ards", + "see med", + "if ound", + "ex t", + "l ink", + "why not", + "? '", + "it ation", + "un ny", + "ret ty", + "itold you", + "f eder", + "s out", + "le ment", + "fo cus", + "ye l", + "ah undred", + "ex per", + "fore ign", + "em er", + "w ake", + "j i", + "ah igh", + "ator y", + "thes p", + "as to", + "high school", + "gr at", + "ic ame", + "sof t", + "could not", + "fre sh", + "m ate", + "i ver", + "s ion", + "origin ally", + "jose ph", + "bl ing", + "gener ally", + "thisis the", + "alar ge", + "in str", + "lo ves", + "sub ject", + "gr ace", + "att end", + "se lect", + "te a", + "le v", + "ac l", + "bes ides", + "r ab", + "the ory", + "are not", + "cap t", + "bas ically", + "all of", + "d ick", + "can cer", + "ence of", + "itis not", + "up per", + "try to", + "ic les", + "cor rect", + "uc cess", + "get you", + "' .", + "in tof", + "pl at", + "est y", + "h id", + "tran sport", + "sup posedto", + "ist ance", + "sto ck", + "when iwas", + "a it", + "r ate", + "an cient", + "k ore", + "sp ot", + "18 7", + "l ind", + "t ak", + "ad is", + "f act", + "we b", + "ye x", + "distr ic", + "esti val", + "3 7", + "me at", + "ang le", + "pr oud", + "st it", + "de tail", + "tex as", + "thereis no", + "amaz ing", + "tr ick", + "my name", + "en edto", + "mo d", + "con tract", + "ap plic", + "one thing", + "es to", + "ar g", + "happen ing", + "as long", + "rad io", + "te acher", + "said the", + "apl ace", + "invol ved", + "the at", + "ph ilo", + "ll ed", + "ha vi", + "thep ar", + "m n", + "amoun tof", + "it can", + "ac ity", + "pennsylvan ia", + "ing this", + "indust ry", + "ble m", + "ele ct", + "cons cious", + "no vel", + "gr un", + "because you", + "mach ine", + "ye p", + "let mes", + "the truth", + "lad ies", + "train ing", + "grou ps", + "vic tim", + "re pe", + "e ase", + "s wi", + "inthe morning", + "up with", + "fol k", + "stand ard", + "hed oesn", + "t ous", + "techno logy", + "val u", + "that would", + "tell ig", + "let us", + "an old", + "av ar", + "k m", + "and p", + "the house", + "sp an", + "an un", + "ure of", + "y ard", + "i as", + ". _", + "he went", + "3 4", + "you would", + "for ty", + "ent ered", + "tw oh", + "defin itely", + "how doyou", + "199 8", + "lot sof", + "k r", + "s pl", + "c ities", + "includ es", + "produ ced", + "ange l", + "thef our", + "abi tof", + "was bornin", + "whatthe hell", + "con v", + "cri min", + "ite ct", + "op pos", + "s itting", + "bl ind", + "j our", + "go tothe", + "ti re", + "get out", + "sit down", + "ar a", + "199 6", + "s now", + "man ager", + "austral ia", + "a un", + "li ft", + "i believe", + "not goingto", + "in love", + "oc cup", + "be havi", + "cent re", + "to give", + "ill ustr", + "gu est", + "ers of", + "your father", + "creat ed", + "k ay", + "ok en", + "our ce", + "tow ard", + "le thim", + "beca uses", + "b read", + "tr ay", + "just as", + "partic ip", + "le x", + "i heard", + "196 0", + "sold iers", + "theb aby", + "wed ding", + "tre es", + "no longer", + "comm er", + "re ak", + "tw ice", + "his own", + "de v", + "be red", + "st aff", + "c ise", + "ch ina", + "priv ate", + "wed id", + "le ctr", + "h ast", + "net work", + "se vent", + "mart in", + "ordin ary", + "gr ass", + "at edby", + "flo or", + "as of", + "l unch", + "got it", + "chair man", + ". &", + "you won", + "cho ose", + "their own", + "edin tothe", + "compan ies", + "or the", + "sm ith", + "p il", + "pre vent", + "up there", + "mater ial", + "for thes", + "wait ing", + "adv ant", + "an in", + "en c", + "car ried", + "re plac", + "az ine", + "i us", + "and r", + "he at", + "organ ization", + "pri me", + "qual ity", + "oh yeah", + "ire member", + "l au", + "on them", + "shad ow", + "3 8", + "op in", + "co at", + "particular ly", + "f are", + "m u", + "bur y", + "on en", + "ation and", + "clo sed", + "s cient", + "o il", + "is k", + "ap ple", + "break fast", + "i like", + "act ing", + "con tr", + "thef uck", + "par liament", + "ri al", + "let s", + "s ense", + "dr am", + "g ay", + "to know", + "down the", + "appear ance", + "reg ular", + "pie ces", + "see ing", + "flow ers", + "ele ction", + "laugh s", + "al t", + "fre qu", + "th in", + "on der", + "sh own", + "trave l", + "think that", + "qu are", + "pie ce", + "a week", + "u ce", + "thep h", + "publ ished", + "with as", + "ing ofthe", + "arch itect", + "so they", + "ri a", + "go ahead", + "nor mal", + "con vers", + "on of", + "it wouldbe", + "ow as", + "polic y", + "think of", + "pos itive", + "cont ent", + "med ical", + "g am", + "con struction", + "ex press", + "and be", + "wor ried", + "s ort", + "an ice", + "int end", + "la unch", + "responsi ble", + "no min", + "conom ic", + "epart ment", + "ut en", + "ur a", + "so the", + "not only", + "id a", + "for c", + "ch i", + "on ic", + "w ound", + "ach ance", + "ex am", + "possi bly", + "_ ,", + "my mother", + "ex tre", + "all these", + "way to", + "oneofthe m", + ". (", + "form ed", + "sigh s", + "stat istics", + "air port", + "ri ve", + "l ap", + "mon d", + "franc is", + "me ter", + "but ter", + "min ute", + "ot ion", + "un ction", + "fl or", + "sto ries", + "199 5", + "ke e", + "you may", + "good night", + "was it", + "ur pr", + "bre ath", + "iwant edto", + "i get", + "f inger", + "at thesame", + "bas ket", + "app reci", + "sc ott", + "independ ent", + "pp ing", + "ph ili", + "gr ave", + "ri an", + "when she", + "there ason", + "199 4", + "which are", + "sho es", + "3 2", + "m ail", + "si ze", + "because i", + "d at", + "all ed", + "philo so", + "clear ly", + "libr ary", + "ad ifferent", + "youcan see", + "who are", + "dist ribut", + "ir an", + "we just", + "onthe other", + "on er", + "ex ecut", + "fl at", + "memor y", + "ad or", + "with a", + "sof ar", + "ans as", + "performan ce", + "thecoun ty", + "ah alf", + "and your", + "dar ling", + "feat ures", + "sc he", + "end id", + "thel aw", + "acer tain", + "w s", + "as leep", + "gr own", + "afr ican", + "cult ure", + "g ate", + "man ag", + "ren ce", + "w ine", + "ask ing", + "where he", + "est im", + "dire ction", + "ah am", + "camp aign", + "asing le", + "w ick", + "read ing", + "thathe was", + "the two", + "lo ver", + "co ck", + "very one", + "ed ing", + "and t", + "f an", + "her o", + "- (", + "as es", + "but she", + "arri ved", + "wh im", + "com bin", + "shed id", + "mov edto", + "s you", + "thes ub", + "re x", + "and st", + "cont ribut", + "part ner", + "ou red", + "and some", + "ld er", + "cr ack", + "aw are", + "crit ic", + "in some", + "dou bt", + "off the", + "aver age", + "cl es", + "rup t", + "f light", + "now ay", + "comple x", + "the people", + "ad vent", + "inter view", + "point s", + "gree k", + "p ac", + "it on", + "af rom", + "light ly", + "of me", + "enter tain", + "right s", + "what kindof", + "ul ous", + "ass um", + "go and", + "you mean", + "res ult", + "agr oup", + "sand the", + "ap op", + "âĻ «", + "escap e", + "tot ally", + "am ber", + "j ane", + "ir m", + "beg inn", + "f ing", + "je c", + "con gress", + "c ous", + "and de", + "so viet", + "includ ed", + "tor s", + "3 9", + "h orn", + "ask you", + "not ice", + "athol ic", + "exp lo", + "sim ply", + "fro me", + "cop y", + "your name", + "ing from", + "pres sure", + "and here", + "we ird", + "199 7", + "al an", + "as as", + "cour age", + "apro blem", + "ass ign", + "col onel", + "e z", + "ersto od", + "ur s", + "give it", + "char lie", + "ho le", + "m ical", + "cre am", + "em per", + "theb and", + "ho mes", + "where they", + "walk ing", + "success ful", + "o thing", + "cit iz", + "re ven", + "good bye", + "us edby", + "199 2", + "wes tof", + "n u", + "the word", + "ar ily", + "mur der", + "est ate", + "c ot", + "po ly", + "your own", + "we t", + "ul ations", + "my son", + "4 8", + "br id", + "0 1", + "tothe ir", + "str ate", + "tit le", + "dis ease", + "reach ed", + "belie ved", + "cept ion", + "ri ble", + "but then", + "the ro", + "be coming", + "z ero", + "com pos", + "k itchen", + "z a", + "play s", + "s ounds", + "hard ly", + "rom ise", + "we alth", + "t le", + "an umberof", + "inthere gion", + "the following", + "cl oud", + "ac coun", + "austral ian", + "opport unity", + "my friend", + "to help", + "ho ok", + "could you", + "st ream", + "ut ter", + "aw ards", + "hors es", + "c lim", + "fe ction", + "cast le", + "new sp", + "gonn ado", + "p ig", + "hold on", + "r um", + "let ters", + "migh thave", + "show you", + "wh it", + "bill y", + "re public", + "o ing", + "i toff", + "sp ent", + "m ile", + "ast ate", + "author ity", + "thef ire", + "u als", + "beaut y", + "the day", + "about you", + "de te", + "od d", + "ast y", + "pain ting", + "au to", + "199 3", + "sol ution", + "id dle", + "leg s", + "issu es", + "inthe north", + "where is", + "ak ed", + "act ress", + "k at", + "b c", + "qu es", + "n at", + "af ford", + "br anch", + "\" ?", + "in ac", + "thes es", + "p ill", + "thec ase", + "prov ide", + "colle ction", + "al of", + "you look", + "the pro", + "yel se", + "iwas n", + "r aw", + "the time", + "re ly", + "car ri", + "watch ing", + "s aint", + "atur day", + "o le", + "je ff", + "you say", + "w n", + "stop it", + "bo ther", + "7 5", + "p ard", + "us edin", + "sim ple", + "v ote", + "to bed", + "it uation", + "ak er", + "b ott", + "my own", + "und erstood", + "high est", + "with their", + "fr an", + "on me", + "m useum", + "our selves", + "j on", + "and thisis", + "he became", + "l ength", + "in tellig", + "ho c", + "b ing", + "in frontof", + "produ ce", + "rel ax", + "thath ad", + "of him", + "id s", + "atter n", + "abo ok", + "famili es", + "min us", + "it down", + "ers are", + "an or", + "fe male", + "m ah", + "ce ived", + "18 5", + "|| ||", + "um ents", + "so he", + "contin ues", + "l aid", + "gold en", + "and al", + "d ry", + "p on", + "re lease", + "est abl", + "inthe first", + "lab or", + "lo ss", + "ap ie", + "to ries", + "right there", + "hi b", + "al y", + "ic i", + "as far", + "ve h", + "st uck", + "il ing", + "3 3", + "at first", + "for all", + "was in", + "tee th", + "at theb", + "neigh bor", + ") ,\"", + "th ow", + "is also", + "sex ual", + "il ed", + "gi ous", + "! '", + "an ad", + "pleas ure", + "hand le", + "har ry", + "d ifferen", + "if she", + "brit ain", + "de termin", + "but ton", + "the me", + "av i", + "doyou wantto", + "and one", + "lik ed", + "ha v", + "there al", + "act ions", + "ac com", + "was that", + "emp ty", + "you might", + "after all", + "vent ion", + "comfort able", + "whatdoyou want", + "thep erson", + "tha this", + "mi ke", + "b ond", + "ne x", + "thep re", + "blo ody", + "them ar", + "als ow", + "199 1", + "any other", + "o th", + "less than", + "channe l", + "apparen tly", + "col on", + "recent ly", + "jour ney", + "ap lay", + "your mother", + "bu b", + "every day", + "and f", + "ill ino", + "an x", + "r ug", + "ir a", + "v ous", + "secret ary", + "go back", + "n umbers", + "p red", + "g all", + "is her", + "ge thim", + "we et", + "re ck", + "at thes", + "thath as", + "trans fer", + "mos tofthe", + "a word", + "k it", + "tosee you", + "his father", + "az z", + "we must", + "prep ared", + "emp ire", + "theb all", + "try ing", + "incre ase", + "met al", + "r ust", + "wh ok", + "ste al", + "the h", + "join ed", + "th ick", + "de but", + "tri p", + "but now", + "pl ate", + "b ast", + "ca used", + "as tof", + "im ilar", + "po cket", + "fo ld", + "je an", + "miss ing", + "area of", + "not even", + "doll ars", + "ll a", + "le an", + "ches ter", + "thre ed", + "k ins", + "what it", + "want s", + "stud ies", + "ire land", + "of ar", + "ap pl", + "organ iz", + "see that", + "my ster", + "hung ry", + "g s", + "ant on", + "some time", + "temp or", + "to play", + "big ger", + "p ounds", + "v ac", + "bod yelse", + "or dered", + "psy cho", + "other wise", + "youknow that", + "known for", + "r at", + "gh ost", + "uni verse", + "we know", + "kind sof", + "audi ence", + "cry ing", + "spe ed", + "maj esty", + "s onthe", + "ange les", + "chic ago", + "... \"", + "jim my", + "is af", + "wit ness", + "constit ution", + "at om", + "does it", + "one more", + "4 7", + "cu ri", + "weap on", + "ing u", + "sp ain", + "ll s", + "and also", + "p atr", + "th of", + "doyou have", + "establ ished", + "are st", + "pro gress", + "gonn at", + "d im", + "f ashion", + "un fortun", + "s ie", + "al et", + "ash ort", + "avo id", + "c ure", + "com plain", + "because ofthe", + "rop ical", + "serious ly", + "fe ctive", + "he won", + "ke ys", + "str ug", + "e li", + "along with", + "sc r", + "3 00", + "th ir", + "when hewas", + "they will", + "main ly", + "en ced", + "ul ty", + "r ough", + "ch in", + "... ?", + "seem edto", + "cre w", + "said that", + "ti ght", + "way of", + "b att", + "rather than", + "p up", + "of fered", + "di edon", + "football player", + "or i", + "desp ite", + "lie uten", + "up here", + "see it", + "198 9", + "but there", + "con serv", + "them en", + "event ually", + "broad cast", + "we get", + "and their", + "r ick", + "x im", + "develo ped", + "pro test", + "red to", + "europe an", + "4 9", + "g il", + "r s", + "they would", + "anc ing", + "i understand", + "enough to", + "with thes", + "los angeles", + "m aid", + "we haven", + "he will", + "re volution", + "pur pose", + "p ier", + "es ign", + "sh as", + "them ed", + "back ground", + "the girl", + "but itwas", + "form of", + "itell you", + "prom ise", + "bu ck", + "abo y", + "im press", + "ing le", + "s co", + "en or", + "oh no", + "were n", + "col our", + "lar gest", + "ev idence", + "how long", + "doc ument", + "ate ll", + "ro d", + "ict ure", + "claim ed", + "tw op", + "comm ander", + "asse mb", + "ac ol", + "dis covered", + "grand father", + "squ are", + "so le", + "what isthat", + "aw a", + "colle ct", + "terri ble", + "r ul", + "but idon", + "type of", + "an th", + "com ment", + "thef r", + "de mon", + "tho me", + "ithink i", + "why didyou", + "loc ation", + "struct ure", + "n is", + "out and", + "app en", + "ithink you", + "k ent", + "wear ing", + "d un", + "inv est", + "my wife", + "t all", + "i wonder", + "thep ower", + "it and", + "are ful", + "ip ut", + "find out", + "as she", + "ch ant", + "lo sing", + "real ize", + "am ess", + "his name", + "add ed", + "wed idn", + "ounder stand", + "came to", + "e ars", + "al p", + "v ia", + "itis n", + "r and", + "in all", + "chuck les", + "uck y", + "own er", + "ath an", + "cr ash", + "even though", + "j um", + "theb ody", + "he played", + "jo ke", + "ican not", + "inthe u", + "whatis this", + "extre me", + "co very", + "n ur", + "ou the", + "good morning", + "only one", + "me chan", + "ch ain", + "fac es", + "jack son", + "4 6", + "arr ange", + "ah as", + "hes ays", + "mo red", + "ad a", + "record s", + "l f", + "cr u", + "vic tori", + "thef rench", + "ah ouse", + "scre en", + "v oc", + "re mark", + "cli mb", + "igh tof", + "ins ur", + "b ottom", + "com plic", + "haved one", + "reli gion", + "coun ter", + "i went", + "r ink", + "john ny", + "there st", + "ine x", + "lived there", + "f estival", + "e em", + "sto pped", + "that this", + "abe th", + "illino is", + "co lo", + "unicip al", + "m ap", + "k u", + "ene ed", + "work ers", + "because the", + "ab us", + "ic ient", + "mot ion", + "across the", + "learn ing", + "occas ion", + "and more", + "ig ure", + "def end", + "e ating", + "at it", + "br and", + "cell ent", + "and h", + "talk ingto", + "for gotten", + "sh i", + "ra el", + "electr ic", + "g ian", + "y ing", + "un ning", + "organ is", + "qu ant", + "thel ong", + "j en", + "bar r", + "scot land", + "li g", + "ste in", + "hoc key", + "s cience", + "gr ab", + "ad vice", + "im ade", + "pl ans", + "who areyou", + "sho re", + "im ply", + "think about", + "g of", + "ed ward", + "ad van", + "hewas bornin", + "tr ail", + "fight ing", + "dec ide", + "con ference", + "talk ed", + "brother s", + "195 0", + "activ ity", + "est roy", + "bill ion", + "the thing", + "makes ure", + "due to", + "e qual", + "z y", + "year sof", + "to put", + "tell us", + "did he", + "virgin ia", + "f al", + "p it", + "end s", + "what are", + "do anything", + "litt les", + "l ack", + "for their", + "iam not", + "l ation", + "get your", + "ar ing", + "wor st", + "my dear", + "whowe re", + "wait aminute", + ".... ..", + "sho ck", + "act ual", + "fin an", + "pl enty", + "care ful", + "bythe way", + "m ally", + "ad oc", + "man ner", + "releas edon", + "young man", + "appoint ed", + "assemb ly", + "t ong", + "go o", + "phys ical", + "gonn as", + "bro ok", + "n al", + "and idon", + "de gree", + "tr ou", + "gen cy", + "have the", + "amoun t", + "b are", + "c ate", + "sar ah", + "to od", + "be fo", + "tow er", + "al tern", + "gu il", + "du de", + "g ang", + "ar an", + "take the", + "high er", + "fre edom", + "c ub", + "t un", + "get up", + "n of", + "epis ode", + "er a", + "m ort", + "and its", + "meas ure", + "o cean", + "in other", + "es h", + "str ain", + "on a", + "ad mir", + "de mand", + "ill ion", + "told you", + "en ot", + "l est", + "il ver", + "to live", + "or of", + "app ed", + "g owith", + "ap os", + "as hes", + "ic ult", + "li ps", + "ch inese", + "198 8", + "up in", + "pri ze", + "prote ction", + "atthesame time", + ", --", + "you needto", + "gu itar", + "was as", + "ur face", + "ou st", + "ah and", + "corn er", + "you like", + "ener al", + "inthes ame", + "f right", + "is very", + "because he", + "bish op", + "ad io", + "not that", + "cand id", + "tos leep", + "im prove", + "i ain", + "od es", + "pl ants", + "ourn ament", + "s id", + "pal ace", + "ce re", + "ren d", + "ear lier", + "manage ment", + "sm art", + "lieuten ant", + "f ant", + "go in", + "medic ine", + "give him", + "l it", + "plac ed", + "5 5", + "if ican", + "john son", + "es o", + "cri me", + "comed y", + "log ist", + "newyork city", + "t t", + "on o", + "ific ant", + "s av", + "do they", + "te l", + "met ro", + "all ofthe", + "iwas just", + "ire ctor", + "a a", + "uf act", + "ter ms", + "tom my", + "from thes", + "the police", + "res ident", + "thef amily", + "ii i", + "at ot", + "tem ple", + "was te", + "s have", + "instit ute", + "thro at", + "youn ger", + "of those", + "build ings", + "w are", + "to b", + "but what", + "fro man", + "fif teen", + "whoh as", + "power ful", + "4 4", + "dri ving", + "on you", + "cl ick", + "im um", + "ear n", + "bes ide", + "bri ef", + "langu ages", + "abe aut", + "f fect", + "through out", + "mex ico", + "s ides", + "sh in", + "them to", + "198 7", + "n arr", + "ret ch", + "requ ired", + "ers ofthe", + "mo vi", + "at night", + "sit uation", + "ot ic", + "ab aby", + "thec ent", + "abouth im", + "abou ther", + "direct ly", + "ak ind", + "ifyou can", + ", `", + "t welve", + "interest edin", + "p ir", + "and inthe", + "ate the", + "see the", + "th s", + "pro ved", + "it for", + "though tof", + "known forhis", + "o llow", + "w rest", + "i go", + "er al", + "de light", + "sp on", + "s oul", + "y u", + "accord ingtothe", + "there yougo", + "eas ily", + "sure ly", + "ch a", + "p itch", + "bec areful", + "ing your", + "lo od", + "ter ror", + "bre aking", + "g ir", + "in qu", + "beg in", + "e gg", + "ul ationof", + "vic tory", + "inthe m", + "continu ed", + "to eat", + "st ances", + "con omy", + "thre es", + "the art", + "thathe had", + "allow edto", + "inc red", + "ot a", + "po intof", + ". )", + "p ink", + "then you", + "call me", + "pro pos", + "ton y", + ". ]", + "reve al", + "he play", + "t ap", + "we e", + "here is", + "bud dy", + "f ired", + "wi re", + "mar g", + "thelar gest", + "apart ment", + "in se", + "er n", + "sol ve", + "im ight", + "thisis not", + "after that", + "members ofthe", + "p ak", + "wh ist", + "su f", + "g ment", + "and b", + "gi ant", + "oneofthe most", + "po et", + "in addition", + "come from", + "ul tim", + "iv al", + "of n", + "s ight", + "qu id", + "grow ing", + "the town", + "l oud", + "ce p", + "old er", + "thecap ital", + "fl ower", + "ru le", + "tr id", + "ac r", + "as ure", + "off rance", + "je wish", + "top ay", + "of there", + "for an", + "think ingabout", + "at me", + "es in", + "ci vi", + "li a", + "kid ding", + "fr iday", + "cent r", + "no ise", + "aff air", + "ation is", + "198 4", + "is ions", + "look atthe", + "pret end", + "streng th", + "m un", + "but if", + "fir m", + "Î ¿", + "thef l", + "thes ed", + "cho sen", + "the co", + "allen ge", + "b itch", + "influ ence", + "de fe", + "sport s", + "c ou", + "ap retty", + "things that", + "expect ed", + "how to", + "not really", + "gr ay", + "the book", + "charac ters", + "v it", + "say it", + "we all", + "form s", + "k h", + "open ed", + "i ro", + "lim it", + "neg ative", + "is rael", + "r ang", + "go home", + "this guy", + "af fic", + "so long", + "tobe come", + "leg isl", + "spec ific", + "my heart", + "apo log", + "entire ly", + "gonn ago", + "condu ct", + "pre m", + "pre viously", + "mal es", + "rob in", + "he made", + "not sure", + "tri al", + "mag azine", + "concer ned", + "ur b", + "wed en", + "the ri", + "p air", + "ven ing", + "cl ude", + "pati ent", + "of ess", + "try and", + "he took", + "was found", + "thel ess", + "produ cer", + "hon our", + "whathapp ens", + "( ;", + "h arm", + "perfect ly", + "prom ot", + "' ,", + "ah ad", + "c ake", + "activ ities", + "del ic", + "achie ve", + "inte gr", + "4 2", + "he got", + "v ive", + "w inning", + "ca uses", + "in north", + "ab led", + "gener ation", + "p her", + "some how", + "something that", + "head s", + "ut ch", + "allow ed", + "him to", + "publ ican", + "mag ic", + "de b", + "clo ser", + "lar ger", + "use of", + "st y", + "show s", + "---- ----", + "thef ilm", + "todo it", + "mic ro", + "jo int", + "197 9", + "h ay", + "ic all", + "ro of", + "no matter", + "oh yes", + "may bes", + "m bered", + "conne ction", + "c atholic", + "and hewas", + "care fully", + "198 6", + "se m", + "sp here", + "dist ance", + "ch ip", + "j ay", + "att ach", + "that itwas", + "im ay", + "emper or", + "in ju", + "oneof those", + "itisfound intheregion", + "inter net", + "a inthe", + "ifyou want", + "how did", + "a us", + "198 1", + "qu ites", + "appro xim", + "people livedthere", + "and n", + "as ide", + "of which", + "st ad", + "ated with", + "opin ion", + "it be", + "ce l", + "che er", + "o on", + "adr ink", + "fe ed", + "mo de", + "aw ful", + "197 2", + "not just", + "i wann", + "sy n", + "cri pt", + "con grat", + "put the", + "ious ly", + "dr ag", + "fing ers", + "fl ag", + "of ab", + "feel ings", + "cir cum", + "in ish", + "until the", + "form ation", + "re mind", + "ap ers", + "fort une", + "offic ers", + "i hate", + "arth ur", + "ave you", + "\" \"", + "his head", + "career statistics", + "ic ide", + "my brother", + "gonna get", + "guil ty", + "pri or", + "198 3", + "letmes ee", + "a job", + "as su", + "a qu", + "lo v", + "au tom", + "that there", + "your life", + "ri g", + "can we", + "ins pe", + "thisis n", + "gre y", + "ar med", + "allthe way", + "very body", + "come out", + "down there", + "u x", + "dut y", + "c ott", + "and with", + "alld ay", + "to ad", + "idi ot", + "is is", + "tof ight", + "ath y", + "and have", + "set ting", + "g az", + "i there", + "r ag", + "mo le", + "back in", + "198 5", + "al ty", + "ussi an", + "zer land", + "or ange", + "democr atic", + "g ow", + "and o", + "ug gest", + "assist ant", + "help ed", + "k ir", + "call ing", + "week end", + "learn ed", + "art icle", + "on our", + "istr ict", + "prime minister", + "cy cl", + "b ust", + "ti ves", + "tor un", + "said he", + "happ iness", + "marri edto", + "6 5", + "inst ance", + "r h", + "ow s", + "a ire", + "in its", + "str uck", + "do ors", + "mus ical", + "man ufact", + "bu zz", + "re lie", + "bl ame", + "se es", + "h ass", + "av ill", + "number of", + "hold ing", + "s ail", + "w ich", + "in one", + "convers ation", + "9 9", + "ish ow", + "thath ave", + "j ess", + "is lam", + "why doyou", + "seem sto", + "ed of", + "198 2", + "const ant", + "ber n", + "d ouble", + "fe c", + "and ithink", + "comm end", + "bird s", + "think it", + "el s", + "po em", + "d uck", + "at y", + "ad vis", + "mon y", + "house of", + "should n", + "braz il", + "r ican", + "ial ways", + "quar ters", + "f aster", + "are r", + "agr icult", + "feel s", + "w ave", + "terri tory", + "me and", + "br on", + "conf ess", + "to y", + "you really", + "went on", + "need s", + "stri ke", + "well i", + "thef inal", + "them at", + "use ful", + "en tof", + "put your", + "bi tof", + "mo ves", + "po ison", + "his first", + "ex tend", + "not the", + ") :", + "af ull", + "en a", + "ad vert", + "bed e", + "al sof", + "be ings", + "po ll", + "see what", + "cl ar", + "e ve", + "r ange", + "span ish", + "p ian", + "stor m", + "and by", + "su gar", + "used for", + "usedto be", + "in er", + "ch art", + "ig an", + "agree ment", + "air craft", + "197 6", + "it just", + "and un", + "su e", + "got the", + "and has", + "and ifyou", + "tell her", + "to ther", + "known asthe", + "inc ident", + "inthes outh", + "\" ).", + "l edto", + "bu ried", + "crow d", + "thec or", + "por ter", + "it seems", + "that means", + "pe l", + "therewas no", + "im per", + "from this", + "all eng", + "ic ket", + "pre par", + "d owith", + "o logy", + "ste ve", + "the game", + "sp oken", + "the company", + "wouldyou like", + "i let", + "inh abit", + "pre gn", + "m ous", + "re quest", + "is till", + "then umberof", + "thec r", + "theb us", + "idea of", + "that will", + "them all", + "ris on", + "sup pos", + "appe al", + "alitt les", + "ou ri", + "c ash", + "for th", + "clo s", + "the place", + "pie ceof", + "pl ot", + "go away", + "goingto do", + "instr ument", + "and them", + "ship s", + "belie f", + "ro ther", + "ys is", + "lookat this", + "dog s", + "e y", + "lead ing", + "p ul", + "rep lied", + "stay here", + "anything else", + "cl er", + "cont est", + "aur ant", + "danger ous", + "ve get", + "when ever", + "tech n", + "de m", + "str ict", + "div id", + "tho ses", + "slow ly", + "j ones", + "real ity", + "j ok", + "u man", + "pro of", + "el t", + "al a", + "ke l", + "de p", + "af amily", + "will ingto", + "us to", + "liz abeth", + "p ant", + "good ness", + "ene w", + "it z", + "with all", + "if that", + "set up", + "amon th", + "m sof", + "she would", + "197 8", + "peci es", + "old man", + "made up", + "and even", + "ative ly", + "listen tome", + "geor g", + "p ure", + "is about", + "or se", + "are g", + "ine t", + "ain e", + "197 4", + "sil ver", + ". [", + "im age", + "requ ire", + "at tract", + "a while", + "you never", + "-- &", + "among the", + "whathapp enedto", + "they could", + "thesame thing", + "dri ver", + "ab ri", + "hes aw", + "v idence", + "itt akes", + "res ources", + "ash ed", + "w inn", + "ian a", + "r d", + "ish es", + "am ajor", + "tell ing", + "light s", + "or two", + "sup pose", + "well that", + "ens es", + "ic ome", + "gr ade", + "appro pri", + "ste am", + "ol ar", + "need ed", + "ion ofthe", + "iknow you", + "dec idedto", + "assoon as", + "and no", + "based onthe", + "bo ston", + "ris k", + "; \"", + "l av", + "ch est", + "res ent", + "gr av", + "the movie", + "had to", + "temper ature", + "ger y", + "j a", + "j uni", + "ann a", + "one arth", + "are ally", + "my dad", + "men tofthe", + "it ish", + "sol id", + "cr own", + "al ice", + "walk ed", + "j ung", + "4 00", + "also knownas", + "er in", + "col umn", + "po pe", + "v on", + "around the", + "197 3", + "something else", + "releas edin", + "basket ball", + "appl ause", + "kill ing", + "hed oes", + "sat isf", + "ind i", + "ch amber", + "ar ian", + "o g", + "ek s", + "sk in", + "fly ing", + "comp ared", + "d irty", + "ish ment", + "and just", + "am il", + "and thef", + "tw are", + "sy mp", + "ou there", + "other people", + "thankyou verymuch", + "ment al", + "call it", + "those are", + "itt ed", + "lis tof", + "pe ctive", + "then i", + "ance of", + "ree ts", + "great er", + "an i", + "te ar", + "made by", + "spe ech", + "v est", + "from her", + "gen e", + "ab and", + "inno cent", + "co al", + "ab u", + "give us", + "spe ct", + "lookat that", + "is still", + "as ia", + "be ast", + "isat own", + "h ou", + "l uc", + "ion ly", + "nor mally", + "ves sel", + "inthe se", + "here to", + "his wife", + "br an", + "united kingdom", + "r ise", + "two years", + "wes ee", + "viol ence", + "its own", + "areyou sure", + "ot to", + "bod ies", + "match es", + "tr affic", + "dr unk", + "a ise", + "shed idn", + "shed oesn", + "why didn", + "follow ed", + "respon se", + "damn it", + "surpr ise", + "196 9", + "the in", + "r b", + "me ll", + "com ingto", + "pleas ant", + "rad i", + "ex tr", + "not es", + "fl ict", + "ju ice", + "tool ate", + "a better", + "whow ould", + "am atter", + "un its", + "jer ry", + "this thing", + "before you", + "ze aland", + "is just", + "go out", + "now you", + "cous in", + "o li", + "v as", + "ri p", + "ac id", + "for some", + "y d", + "en ing", + "ber ry", + "g ather", + "be th", + "app ing", + "the boy", + "er ic", + "know where", + "jus thave", + "sc ould", + "al ous", + "ofthe world", + "k ong", + "me ters", + "ex ample", + "ath let", + "tom akes", + "gl as", + "il le", + "min or", + "chick en", + "p attern", + "haves een", + "z ed", + "suc ceed", + "g ofor", + "bo om", + "cal cul", + "the ne", + "russi a", + "x x", + "start ing", + "wol f", + "as ub", + "res ults", + "leave me", + "pe red", + "197 5", + "and again", + "think so", + "ch arm", + "ul tof", + "canad ian", + "sing ing", + "jer sey", + "cred it", + "ent ially", + "ab road", + "atthe endofthe", + "very day", + "tw of", + "et c", + "second s", + "thepres ident", + "fig ures", + "theat re", + "g ers", + "pow ers", + "ed own", + "youre yes", + "not gonn", + "thepart y", + "that were", + "iwant youto", + "or ches", + "ay ing", + "197 7", + "city of", + "then he", + "196 8", + "arr ang", + "ro les", + "ha ha", + "ed itor", + "reli gious", + "9 5", + "ro l", + "s po", + "that can", + "g oup", + "he av", + "mm m", + "hun ting", + "the water", + "was to", + "pe as", + "my husband", + "des ire", + "unfortun ately", + "lo d", + "sm ile", + "his death", + "ow a", + "thousand sof", + "if there", + "wonder ing", + "paren t", + "ag ues", + "ab ar", + "inorder to", + "n an", + "app ened", + "po e", + "6 6", + "art ed", + "fr uit", + "population was", + "arg ument", + "he ight", + "lie ve", + "ste el", + "or th", + "bur gh", + "j r", + "à ¸", + "ex er", + "pre fer", + "believe that", + "wh iles", + "s ake", + "br ad", + "mon day", + "girl friend", + "ic y", + "t ask", + "sc or", + "iam ond", + "197 1", + "and iwas", + "med al", + "another one", + "open ing", + "main tain", + "have it", + "d um", + "re moved", + "le of", + "r are", + "after wards", + "m ama", + "on and", + "sh irt", + "peri ence", + "them ag", + "keep ing", + "c ene", + "d anny", + "f ought", + "er ies", + "ly and", + "lo ye", + "con cept", + "should er", + "fora while", + "from that", + "sc ene", + "ins ist", + "pass eng", + "4 1", + "this place", + "theb as", + "mbo l", + "r ide", + "don ald", + "ser ving", + "4 3", + "side ofthe", + "live in", + "mess age", + "down to", + "four th", + " £", + "tho sed", + "che mical", + "e ld", + "ine urope", + "great est", + "agu y", + "be ep", + "on dis", + "made it", + "adv ance", + "typ esof", + "draw n", + "and are", + "wor n", + "the head", + "the guy", + "you tof", + "wh a", + "sur round", + "he al", + "ti al", + "br ave", + "comm only", + "ob serv", + "su ck", + "i tover", + "ro ger", + "was also", + "is she", + "fe ature", + "po ver", + "take your", + "app ly", + "sh h", + "ul f", + "cl us", + "je ction", + "pass ion", + "ou this", + "sh ine", + "of ther", + "w id", + "is now", + "196 4", + "is try", + "hed ied", + "pleas edon", + "made of", + "the third", + "e astern", + "thel p", + "it willbe", + "wh il", + "thep ublic", + "we bs", + "so let", + "isa former", + "m ud", + "would not", + "every where", + "bor row", + "tw ow", + "wat ers", + "tw ot", + "thisis my", + "or o", + "fe t", + "c end", + "to hear", + "is inthe", + "vo ices", + "in many", + "behavi or", + "six ty", + "rail way", + "bed one", + "fac tor", + "d ata", + "h unt", + "j ur", + "ph ant", + "n ar", + "it won", + "lli ant", + "up tothe", + "come and", + "ser ge", + "fall en", + "pe ar", + "know ing", + "what else", + "re es", + "ation sof", + "c d", + "le pt", + "ag ency", + "sell ing", + "or a", + "theb ar", + "igh th", + "tell them", + "nine ty", + "b un", + "du ke", + "talk toyou", + "vir t", + "thel ine", + "and let", + "pe ll", + "return ed", + "angu age", + "ac all", + "so il", + "ree k", + "me that", + "be an", + "gun s", + "window s", + "gentle man", + "med ia", + "de gre", + "cho col", + "state ment", + "written by", + "pap ers", + "adoc tor", + "the more", + "dr um", + "top ofthe", + "indust rial", + "b is", + "gr ate", + "thef ir", + "doing it", + "last year", + "r ush", + "w y", + "polit ics", + "atthe moment", + "decl ared", + "h ut", + "ic ular", + "-- \"", + "cons um", + "gy pt", + "li pp", + "get that", + "does that", + "of as", + "proper ly", + "one is", + "es tof", + "they say", + "let on", + "take this", + "d iffic", + "m atthe", + "has n", + "he just", + "co d", + "bri an", + "ep ar", + "co pe", + "ip ment", + "bus h", + "8 5", + "offic ially", + "ad ed", + "ge on", + "b il", + "b ass", + "om in", + "clim ate", + "ill a", + "will not", + "do something", + "196 7", + "rap id", + "tradition al", + "ry an", + "stat us", + "astr on", + "in vent", + "at one", + "get outof", + "tech ni", + "n ers", + "ap s", + "and don", + "ur der", + "your head", + "then we", + "bene ath", + "wake up", + "ar io", + "ud den", + "ele cted", + "194 0", + "not yet", + "distric tof", + "d ifference", + "i edin", + "us er", + "am ag", + "cr aw", + "along the", + "ed irect", + "because we", + "pec ific", + "what do", + "wo re", + "iknow that", + "believe it", + "be ableto", + "19 30", + "kill you", + "commer cial", + "sing er", + "sold ier", + "or g", + "again s", + "ifyou wantto", + "ai red", + "d rew", + "famili ar", + "of time", + "sin to", + "al co", + "hes ay", + "island s", + "about your", + "tor t", + "rel ated", + "am ake", + "ber ight", + "ac op", + "un ti", + "lo ose", + "thing sto", + "told him", + "v ation", + "she can", + "then the", + "e re", + "n ik", + "at tr", + "be gg", + "ge trid", + "but this", + "those who", + "s per", + "es cri", + "ap ut", + "make you", + "cy cle", + "abouth ow", + "mob ile", + "g ur", + "st ones", + "were not", + "alet ter", + "sto pp", + "to look", + "thec he", + "et te", + "ig er", + "j un", + "so sorry", + "te ars", + "up set", + "mar i", + "j ail", + "uck ing", + "russi an", + "ap re", + "team s", + "dec ided", + "a o", + "b ones", + "wi that", + "ing onthe", + "want tobe", + "wa ited", + "entertain ment", + "j ar", + "ig no", + "pr ide", + "bast ard", + "inthe car", + "dr agon", + "ad mit", + "pe te", + "che ese", + "finan cial", + "li vedin", + "ho lly", + "bre athe", + "in af", + "she could", + "pro ceed", + "comput ers", + "shar p", + "owe ll", + "he im", + "ain ed", + "she ep", + "j ason", + "ou sto", + "how can", + "ac ha", + "appreci ate", + "as pecial", + "why you", + "chang ing", + "wal es", + "who ever", + "moun t", + "insur ance", + "well it", + "ad er", + "us s", + "abou this", + "mist ake", + "so ph", + "dan iel", + "ale lection", + "ind u", + "dis cover", + "the problem", + "tru ly", + "for thep", + "n ative", + "z es", + "them ajor", + "ithink we", + "descri bed", + "favor ite", + "them usic", + "m ich", + "t ape", + "st ro", + "st ands", + "ic ulous", + "un known", + "room s", + "acom p", + "me g", + "ie x", + "estart ed", + "to leave", + "inter msof", + "ro ot", + "for ced", + "some people", + "in ar", + "hy dro", + "lim ited", + "thec ould", + "to our", + "thes ound", + "and youcan", + "alex ander", + "d ess", + "z one", + "they do", + "which had", + "ing is", + "sett led", + "around here", + "w ings", + "go als", + "ight y", + "plat form", + "ou re", + "lo pe", + "my lord", + "oh that", + "tri ed", + "prov id", + "m ers", + "it a", + "pard on", + "where it", + "liter ature", + "k ilo", + "cap able", + "fil ms", + "extreme ly", + "at us", + "ist and", + "about me", + "bu g", + "ur ban", + "ist ake", + "ch alleng", + "profess ion", + "sh en", + "feder al", + "be e", + "ul ate", + "inter pret", + "wal ter", + "] [", + "à ¦", + "step s", + "pak istan", + "b one", + "se cut", + "us pect", + "some more", + "condition s", + "gu ide", + "fac tory", + "perha p", + "is wear", + "am ore", + "there g", + "se as", + "since the", + "mag n", + "get back", + "ho to", + "and ahalf", + "my daughter", + "cl ay", + "\" ),", + "of its", + "doyou remember", + "i edon", + "very nice", + "urope an", + "apr ofess", + "mm ing", + "be ck", + "st al", + "un day", + "and ro", + "barr ass", + "webs ite", + "it as", + "it also", + "le ther", + "treat ment", + "presiden tof", + "produc edby", + "8 8", + "b order", + "con sequ", + "from me", + "appe ars", + "which he", + "vis itor", + "ip romise", + "you wouldn", + "ag no", + "accom pl", + "g ig", + "inger many", + "the team", + "all my", + "bre ast", + "weap ons", + "ti p", + "os aur", + "for thefirsttime", + "igu red", + "his mother", + "bl ast", + "the album", + "to de", + "18 0", + "he t", + "ch op", + "thef uture", + "good luck", + "wh op", + "val ues", + "int on", + "ic on", + "av is", + "194 5", + "a ah", + "id ae", + "sw itch", + "9 7", + "sh ir", + "ast on", + "many people", + "er ves", + "wh ites", + "co oper", + "inte l", + "and itis", + "no there", + "worldwar ii", + "sin clud", + "ili an", + "a ult", + "he m", + "am end", + "short ly", + "came from", + "p atch", + "world cup", + "bud d", + "ir ish", + "ine very", + "atthe universityof", + "while the", + "appoint ment", + "chris ti", + "and thec", + "sim on", + "a whole", + "e u", + "ed my", + "andre w", + "g us", + "but ican", + "his life", + "mor row", + "oppos ite", + "tempor ary", + "and soon", + "cer t", + "lat in", + "advant age", + "bo ot", + "tw owe", + "thecap tain", + "scream ing", + "citiz en", + "inf ant", + "in b", + "icand o", + "atur ally", + "avill age", + "wor ship", + "introdu ced", + "to show", + "hu ge", + "prov in", + "ut ions", + "il ton", + "hib ition", + "ist inct", + "alo ve", + "inthe early", + "and yet", + "mad am", + "reason s", + "how didyou", + "s illy", + "ri f", + "have an", + "cant ake", + "call s", + "co red", + "bud get", + "c ouple", + "it ter", + "est and", + "belie v", + "feat ured", + "record ed", + "atl ant", + "mention ed", + "# #", + "6 7", + "is goingto", + "bl u", + "ar gu", + "tell ingyou", + "cir cle", + "k night", + "she ll", + "down here", + "tos chool", + "f avour", + "g ary", + "ach use", + "vis ible", + "ber lin", + "col n", + "da ily", + "l ah", + "ed ition", + "ag i", + "andthe other", + "tos ave", + "m ph", + "ay lor", + "spe ci", + "be lt", + "com par", + "afe ty", + "196 6", + "s by", + "theb ird", + "fle w", + "in th", + "as ha", + "thr own", + "u gu", + "on line", + "n ations", + "k ings", + "st ated", + "ex cellent", + "bas is", + "astr ong", + "g res", + "se al", + "ast ud", + "and at", + "may have", + "bor ough", + "ag un", + "s outhern", + "what if", + "p ace", + "t ounderstand", + "cr ap", + "all about", + "abl ack", + "jus th", + "fir stof", + "d ust", + "i took", + "it does", + "ri edto", + "br ide", + "je alous", + "isam unicipality", + "on him", + "def ense", + "uch as", + "um in", + "oneofthe se", + "ab s", + "ac red", + "see how", + "let go", + "bab ies", + "abeaut iful", + "approxim ately", + "i and", + "the ar", + "the club", + "al on", + "investig ation", + "d are", + "m ates", + "ed over", + "red u", + "dream s", + "communic ation", + "p and", + "ge toff", + "you cando", + "ic ans", + "ithas been", + "to e", + "ac oun", + "hes erved", + "w ars", + "la ura", + "dam age", + "pain t", + "edirect edby", + "may or", + "i vers", + "thecur rent", + "ath ousand", + "it ake", + "that wouldbe", + "bet ty", + "author ities", + "al aw", + "class es", + "vol ume", + "responsi bility", + "an ced", + "de vil", + "pass ing", + "thefact that", + "al ll", + "contin ent", + "apie ceof", + "ou ter", + "ad ult", + "iz ing", + "doll ar", + "believe me", + "base ball", + "6 4", + "ac cur", + "and went", + "le av", + "see him", + "s can", + "gr an", + "discus s", + "boy friend", + "job s", + "draw ing", + "al ie", + "onthe ground", + "b ach", + "the doctor", + "fair ly", + "h l", + "so men", + "par ties", + "des k", + "administr ation", + "fr ame", + "it sc", + "thes mall", + "than the", + "as ares", + "do youknowwhat", + "196 3", + "graph ic", + "newsp aper", + "and say", + "st ers", + "ans w", + "ob tain", + "do i", + "res ign", + "ready to", + "now i", + "remain ed", + "separ ate", + "as o", + "olymp ics", + "d ers", + "sha pe", + "introdu c", + "plann ing", + "hedid not", + "d ip", + "st air", + "tong ue", + "where we", + "as ign", + "br ough", + "but ifyou", + "tofind out", + "h abit", + "which means", + "gy p", + "tow atch", + "' ?", + "low ly", + "he came", + "but when", + "li ly", + "by his", + "own ed", + "per mission", + "why would", + "7 7", + "tof all", + "happ ens", + "the young", + "or ient", + "br ush", + "t at", + "from them", + "instit ution", + "at them", + "br ick", + "est ic", + "bu ff", + "every time", + "kill him", + "did it", + "fl ash", + "at mo", + "ag ame", + "unch of", + "ac tof", + "t aste", + "get outofhere", + "al oc", + "prep are", + "incre asing", + "tor m", + "pr on", + "par ish", + "dis ci", + "tre m", + "ing ing", + "le af", + "ah ard", + "fall ing", + "fe l", + "met res", + "exc ited", + "invol vedin", + "m ith", + "in any", + "ul ated", + "human s", + "me rely", + "ch allenge", + "fol ks", + "and were", + "15 0", + "suppos edtobe", + "s ot", + "y l", + "to c", + "for our", + "never been", + "pri mar", + "196 5", + "flor ida", + "bo ld", + "turn edto", + "init i", + "apar tof", + "direct edby", + "and after", + "she et", + "p urch", + "mar ie", + "oh my", + "mo od", + "anal ysis", + "si ble", + "hill s", + "r oute", + "doing this", + "was a", + "sc rew", + "tow ait", + "e th", + "be er", + "over all", + "j ord", + "ather ine", + "hid den", + "e w", + "the show", + "ed down", + "us hed", + "inc ase", + "ele ven", + "id not", + "thel ord", + "as tory", + "con ce", + "kn ife", + "juni or", + "f iction", + "and thep", + "part softhe", + "abou te", + "not been", + "att itude", + "k an", + "let them", + "ug ly", + "i tof", + "and c", + "exper iment", + "kill er", + "wes hall", + "eder al", + "thes outh", + "di edin", + "engine er", + "then umber", + "applic ation", + "as in", + "where didyou", + "i ke", + "o om", + "ed an", + "ig ive", + "as ho", + "ons ense", + "to tell", + "ado g", + "ent ry", + "make me", + "return edto", + " °", + "wood s", + "imp act", + "swee tie", + "de put", + "which the", + "com b", + "car l", + "calm down", + "m ant", + "ins outh", + "gave me", + "fee llike", + "e vil", + "p ale", + "in london", + "wh er", + "wann a", + "what can", + "po le", + "ch at", + "br ings", + "p is", + "il s", + "car bon", + "quiet ly", + "adel ph", + "ad s", + "was very", + "there cord", + "one ly", + "ive ly", + "ele ment", + "r aj", + "bre athing", + "uk rain", + "independ ence", + "whereareyou going", + "g ie", + "il k", + "tobe lieve", + "was re", + "much more", + "andi will", + "hen ever", + "thef loor", + "bur st", + "agroup of", + "c ards", + "so lo", + "do l", + "thef ather", + "air of", + "go sh", + "the hell", + "at your", + "ing my", + "kill me", + "/ &", + "j et", + "it goes", + "know why", + "member ofthe", + "am ous", + "got i", + "bu re", + "abr itish", + "new zealand", + "close ly", + "f its", + "this year", + "emer gency", + "pri est", + "ul ting", + "on may", + "like me", + "about to", + "ste ll", + "happen edto", + "is covered", + "it i", + "tele phone", + "ex tra", + "sk i", + "theb ank", + "bob by", + "we igh", + "these cret", + "ense of", + "congrat ulations", + "miss ed", + "hol iday", + "kee per", + "narr ator", + "i usedto", + "now that", + "art ists", + "vol un", + "aff airs", + "es the", + "at in", + "ur round", + ") (", + "v or", + "me ad", + "per man", + "ati ent", + "exp los", + "k ansas", + "at thec", + "here wego", + "part s", + "inthe house", + "iv ision", + "geo graphy", + "from you", + "air y", + "sil ence", + "ch atter", + "and l", + "many ofthe", + "akind of", + "str ing", + "suff er", + "f ancy", + "es that", + "ad m", + "exp ensive", + "atthat time", + "advent ure", + "ap en", + "your friend", + "ers were", + "sel ess", + "follow edby", + "addition al", + "call you", + "todo that", + "b ite", + "lin coln", + "son s", + "whatareyoudoing here", + "i bet", + "they all", + "ag an", + "people were", + "never seen", + "grow th", + "but also", + "hear me", + "6 8", + "igh ter", + "iknow it", + "thet it", + "ut s", + "ther ap", + "even if", + "ak id", + "wh of", + "aw ake", + "bad ly", + "w ag", + "des ert", + "tru ct", + "gas ps", + "b atter", + "all those", + "thebig gest", + "th under", + "go ode", + "ge l", + "he knew", + "y an", + "au x", + "carol ina", + " Ĵ", + "edto gether", + "olymp ic", + "but in", + "tw ist", + "t ab", + "to x", + "theb attle", + "ur ingthe", + "div or", + "individ uals", + "v id", + "find it", + "matter s", + "on january", + "ast ro", + "reg ret", + "tho ld", + "does he", + "ph ones", + "cut ting", + "fail ure", + "= =", + "capt ured", + "he found", + "str ang", + "put them", + "m ath", + "the end", + "ther ain", + "prov ides", + "sme ll", + "ed ly", + "po land", + "idid not", + "is called", + "on september", + "sc ow", + "thre w", + "5 7", + "it could", + "am or", + "they said", + "qu ad", + "196 2", + "histor ical", + "chocol ate", + "av id", + "st even", + "qu ot", + "f ate", + "the or", + "on june", + "let you", + "philoso phy", + "w ins", + "ed a", + "ing their", + "tor ney", + "is so", + "how could", + "195 6", + "pick up", + "wil son", + "high way", + "g if", + "n umer", + "gonn ab", + "gor ith", + "sc ale", + "ity ofthe", + "for giveme", + "princi pal", + "for got", + "refer to", + "francis co", + "5 8", + "d ish", + "st ant", + "ge e", + "urpr ise", + "ak i", + "194 8", + "pan ish", + "ings ystem", + "itt urn", + "ase cret", + "multi ple", + "comed own", + "s ant", + "and me", + "bl ues", + "hewas born", + "195 8", + "per cen", + "love you", + "pre vious", + "lab our", + "glass es", + "re ne", + "se ed", + "was made", + "g ift", + "which has", + "theonly one", + "present ly", + "sun day", + "agre ed", + "on october", + "teach ers", + "fe ather", + "and over", + "if ind", + "get in", + "show me", + "teach ing", + "for instance", + "men and", + "illustr ation", + "r ules", + "an ing", + "but itis", + "think s", + "ren der", + "to an", + "ish ing", + "see k", + "hewas the", + "ed off", + "you up", + "my head", + "to red", + "do is", + "near by", + "the work", + "get me", + "su icide", + "hur rican", + "at est", + "shoot ing", + "from their", + "get some", + "conf idence", + "h ans", + "itwas not", + "tof ollow", + "intellig ence", + "de ck", + "ad op", + "ri vers", + "high ly", + "whatareyou talkingabout", + "thefr ont", + "b its", + "house hold", + "turn ing", + "degre es", + "- \"", + "o ll", + "tr ic", + "ate of", + "cl ark", + "thep al", + "feren ces", + "to bring", + "understand ing", + "o y", + "u ries", + "ic el", + "196 1", + "what would", + "thes ign", + "tar get", + "ad ing", + "ha pe", + "5 6", + "hang on", + "onthef loor", + "9 8", + "dis covery", + "ann ual", + "represent atives", + "cle ver", + "talk to", + "char ges", + "ed onthe", + "sc ame", + "f urn", + "the question", + "al ist", + "part sof", + "sett le", + "circum stances", + "ro ber", + "thec at", + "u be", + "u gh", + "was there", + "co vers", + "sin clude", + "the mo", + "ah ot", + "ho les", + "lookat me", + "aslong as", + "asfar as", + "whok now", + "to stop", + "with some", + "to ask", + "ity and", + "ci a", + "shall we", + "ur ther", + "19 20", + "h est", + "v y", + "three years", + "vo y", + "i j", + "is your", + "inst ant", + "tern al", + "af ire", + "atthe end", + "am is", + "pregn ant", + "his eyes", + "think aboutit", + "195 7", + "the good", + ".. ...", + "for many", + "never mind", + "cop ies", + "up inthe", + "gh an", + "thought s", + "law yer", + "someone else", + "at isf", + "ow l", + "init ially", + "hun ter", + "crit ical", + "br ow", + "s was", + "for what", + "apart y", + "arr ing", + "neighbor hood", + "b ent", + "t is", + "all your", + "c art", + "at en", + "gen et", + "iwant you", + "iety of", + "ent re", + "rel atedto", + "step hen", + "and erm", + "engine ering", + "mass achuse", + "patr ick", + "on march", + "wed ish", + "gor don", + "y ay", + "as ier", + "mm mm", + "c ular", + "al ife", + "thed ifference", + "cult ural", + "in january", + "193 9", + "do ver", + "ig aret", + "show ed", + "town ship", + "ahu ge", + "t um", + "now here", + "de cor", + "mar ine", + "haves omething", + "con centr", + "once more", + "tod ie", + "ag ing", + "lead ers", + "nomin ated", + "c ute", + "which were", + "eng age", + "prov ided", + "con ven", + "necess arily", + "as ian", + "we would", + "not going", + "thes en", + "studio album", + "pro ced", + "who o", + "ar gent", + "n oneof", + "all night", + "nor the", + "bed room", + "7 8", + "on july", + "for one", + "bl an", + "ite m", + "cho se", + "pl ed", + "in ab", + "ar is", + "im iss", + "inthe past", + "some what", + "think i", + "arr ondis", + "thir teen", + "tr ap", + "hehad been", + "descri be", + "her father", + "five minutes", + "oh you", + "arrondis se", + "m att", + "ho ll", + "the very", + "and everything", + "cu it", + "wall s", + "re tired", + "and theb", + "nine teen", + "in time", + "orn er", + "grand ma", + "st ations", + "cl as", + "find ing", + "n avy", + "and made", + "ac an", + "de feat", + "sc en", + "whol es", + "f ile", + "ne ther", + "int im", + "bri g", + "appropri ate", + "h ab", + "uni que", + "igot t", + "dy ing", + "en de", + "and k", + "of life", + "go there", + "drink ing", + "introdu ce", + "i hear", + "the air", + "sure you", + "mich igan", + "co si", + "they just", + "ail way", + "three times", + "her husband", + "saying that", + "found ation", + "cli ent", + "t ts", + "on as", + "at my", + "child hood", + "bit ter", + "int ent", + "k ed", + "how come", + "ident ify", + "h iding", + "from my", + "incre ased", + "st retch", + "t ournament", + "ob vious", + "flo od", + "t ent", + "w w", + "te re", + "who can", + "thec ityof", + "dow hat", + "k ish", + "ch ase", + "ise qual", + "v ate", + "es ofthe", + "abo ard", + "grate ful", + "thecounty seat", + "f fort", + "s que", + "after you", + "these things", + "194 7", + "the un", + "it means", + "your hand", + "ail s", + "club careerstatistics", + "to stay", + "it looks", + "li est", + "ab sor", + "al ine", + "care d", + "glo bal", + "rom antic", + "5 9", + "and go" + ] + } +} \ No newline at end of file