diff --git "a/tokenizer.json" "b/tokenizer.json" --- "a/tokenizer.json" +++ "b/tokenizer.json" @@ -5,7 +5,7 @@ "added_tokens": [ { "id": 0, - "content": "<|pad|>", + "content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, @@ -14,24 +14,6 @@ }, { "id": 1, - "content": "<|bos|>", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 2, - "content": "<|eos|>", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 3, "content": "<|im_start|>", "single_word": false, "lstrip": false, @@ -40,7 +22,7 @@ "special": true }, { - "id": 4, + "id": 2, "content": "<|im_end|>", "single_word": false, "lstrip": false, @@ -53,18 +35,10 @@ "type": "NFKC" }, "pre_tokenizer": { - "type": "Sequence", - "pretokenizers": [ - { - "type": "WhitespaceSplit" - }, - { - "type": "ByteLevel", - "add_prefix_space": true, - "trim_offsets": true, - "use_regex": true - } - ] + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true }, "post_processor": { "type": "ByteLevel", @@ -88,16131 +62,39932 @@ "byte_fallback": true, "ignore_merges": false, "vocab": { - "<|pad|>": 0, - "<|bos|>": 1, - "<|eos|>": 2, - "<|im_start|>": 3, - "<|im_end|>": 4, - "!": 5, - "\"": 6, - "#": 7, - "$": 8, - "%": 9, - "&": 10, - "'": 11, - "(": 12, - ")": 13, - "*": 14, - "+": 15, - ",": 16, - "-": 17, - ".": 18, - "/": 19, - "0": 20, - "1": 21, - "2": 22, - "3": 23, - "4": 24, - "5": 25, - "6": 26, - "7": 27, - "8": 28, - "9": 29, - ":": 30, - ";": 31, - "<": 32, - "=": 33, - ">": 34, - "?": 35, - "@": 36, - "A": 37, - "B": 38, - "C": 39, - "D": 40, - "E": 41, - "F": 42, - "G": 43, - "H": 44, - "I": 45, - "J": 46, - "K": 47, - "L": 48, - "M": 49, - "N": 50, - "O": 51, - "P": 52, - "Q": 53, - "R": 54, - "S": 55, - "T": 56, - "U": 57, - "V": 58, - "W": 59, - "X": 60, - "Y": 61, - "Z": 62, - "[": 63, - "\\": 64, - "]": 65, - "^": 66, - "_": 67, - "`": 68, - "a": 69, - "b": 70, - "c": 71, - "d": 72, - "e": 73, - "f": 74, - "g": 75, - "h": 76, - "i": 77, - "j": 78, - "k": 79, - "l": 80, - "m": 81, - "n": 82, - "o": 83, - "p": 84, - "q": 85, - "r": 86, - "s": 87, - "t": 88, - "u": 89, - "v": 90, - "w": 91, - "x": 92, - "y": 93, - "z": 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, - "Þ": 159, - "ß": 160, - "à": 161, - "á": 162, - "â": 163, - "ã": 164, - "ä": 165, - "å": 166, - "æ": 167, - "ç": 168, - "è": 169, - "é": 170, - "ê": 171, - "ë": 172, - "ì": 173, - "í": 174, - "î": 175, - "ï": 176, - "ð": 177, - "ñ": 178, - "ò": 179, - "ó": 180, - "ô": 181, - "õ": 182, - "ö": 183, - "÷": 184, - "ø": 185, - "ù": 186, - "ú": 187, - "û": 188, - "ü": 189, - "ý": 190, - "þ": 191, - "ÿ": 192, - "Ā": 193, - "ā": 194, - "Ă": 195, - "ă": 196, - "Ą": 197, - "ą": 198, - "Ć": 199, - "ć": 200, - "Ĉ": 201, - "ĉ": 202, - "Ċ": 203, - "ċ": 204, - "Č": 205, - "č": 206, - "Ď": 207, - "ď": 208, - "Đ": 209, - "đ": 210, - "Ē": 211, - "ē": 212, - "Ĕ": 213, - "ĕ": 214, - "Ė": 215, - "ė": 216, - "Ę": 217, - "ę": 218, - "Ě": 219, - "ě": 220, - "Ĝ": 221, - "ĝ": 222, - "Ğ": 223, - "ğ": 224, - "Ġ": 225, - "ġ": 226, - "Ģ": 227, - "ģ": 228, - "Ĥ": 229, - "ĥ": 230, - "Ħ": 231, - "ħ": 232, - "Ĩ": 233, - "ĩ": 234, - "Ī": 235, - "ī": 236, - "Ĭ": 237, - "ĭ": 238, - "Į": 239, - "į": 240, - "İ": 241, - "ı": 242, - "IJ": 243, - "ij": 244, - "Ĵ": 245, - "ĵ": 246, - "Ķ": 247, - "ķ": 248, - "ĸ": 249, - "Ĺ": 250, - "ĺ": 251, - "Ļ": 252, - "ļ": 253, - "Ľ": 254, - "ľ": 255, - "Ŀ": 256, - "ŀ": 257, - "Ł": 258, - "ł": 259, - "Ń": 260, - "Ġt": 261, - "Ġa": 262, - "he": 263, - "in": 264, - "re": 265, + "<|endoftext|>": 0, + "<|im_start|>": 1, + "<|im_end|>": 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, + "A": 35, + "B": 36, + "C": 37, + "D": 38, + "E": 39, + "F": 40, + "G": 41, + "H": 42, + "I": 43, + "J": 44, + "K": 45, + "L": 46, + "M": 47, + "N": 48, + "O": 49, + "P": 50, + "Q": 51, + "R": 52, + "S": 53, + "T": 54, + "U": 55, + "V": 56, + "W": 57, + "X": 58, + "Y": 59, + "Z": 60, + "[": 61, + "\\": 62, + "]": 63, + "^": 64, + "_": 65, + "`": 66, + "a": 67, + "b": 68, + "c": 69, + "d": 70, + "e": 71, + "f": 72, + "g": 73, + "h": 74, + "i": 75, + "j": 76, + "k": 77, + "l": 78, + "m": 79, + "n": 80, + "o": 81, + "p": 82, + "q": 83, + "r": 84, + "s": 85, + "t": 86, + "u": 87, + "v": 88, + "w": 89, + "x": 90, + "y": 91, + "z": 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, + "à": 159, + "á": 160, + "â": 161, + "ã": 162, + "ä": 163, + "å": 164, + "æ": 165, + "ç": 166, + "è": 167, + "é": 168, + "ê": 169, + "ë": 170, + "ì": 171, + "í": 172, + "î": 173, + "ï": 174, + "ð": 175, + "ñ": 176, + "ò": 177, + "ó": 178, + "ô": 179, + "õ": 180, + "ö": 181, + "÷": 182, + "ø": 183, + "ù": 184, + "ú": 185, + "û": 186, + "ü": 187, + "ý": 188, + "þ": 189, + "ÿ": 190, + "Ā": 191, + "ā": 192, + "Ă": 193, + "ă": 194, + "Ą": 195, + "ą": 196, + "Ć": 197, + "ć": 198, + "Ĉ": 199, + "ĉ": 200, + "Ċ": 201, + "ċ": 202, + "Č": 203, + "č": 204, + "Ď": 205, + "ď": 206, + "Đ": 207, + "đ": 208, + "Ē": 209, + "ē": 210, + "Ĕ": 211, + "ĕ": 212, + "Ė": 213, + "ė": 214, + "Ę": 215, + "ę": 216, + "Ě": 217, + "ě": 218, + "Ĝ": 219, + "ĝ": 220, + "Ğ": 221, + "ğ": 222, + "Ġ": 223, + "ġ": 224, + "Ģ": 225, + "ģ": 226, + "Ĥ": 227, + "ĥ": 228, + "Ħ": 229, + "ħ": 230, + "Ĩ": 231, + "ĩ": 232, + "Ī": 233, + "ī": 234, + "Ĭ": 235, + "ĭ": 236, + "Į": 237, + "į": 238, + "İ": 239, + "ı": 240, + "IJ": 241, + "ij": 242, + "Ĵ": 243, + "ĵ": 244, + "Ķ": 245, + "ķ": 246, + "ĸ": 247, + "Ĺ": 248, + "ĺ": 249, + "Ļ": 250, + "ļ": 251, + "Ľ": 252, + "ľ": 253, + "Ŀ": 254, + "ŀ": 255, + "Ł": 256, + "ł": 257, + "Ń": 258, + "Ġt": 259, + "Ġa": 260, + "in": 261, + "he": 262, + "re": 263, + "on": 264, + "er": 265, "Ġthe": 266, - "on": 267, - "er": 268, - "Ġo": 269, - "at": 270, - "Ġs": 271, - "en": 272, + "Ġs": 267, + "at": 268, + "Ġw": 269, + "or": 270, + "ou": 271, + "nd": 272, "Ġc": 273, - "Ġw": 274, + "it": 274, "es": 275, "is": 276, - "nd": 277, - "it": 278, - "or": 279, - "Ġp": 280, - "al": 281, - "Ġb": 282, - "ed": 283, - "an": 284, - "Ġof": 285, - "Ġf": 286, - "ing": 287, - "Ġin": 288, - "ou": 289, - "ar": 290, - "Ġm": 291, - "Ġand": 292, - "Ġto": 293, - "ic": 294, - "Ġd": 295, - "ion": 296, - "le": 297, - "ro": 298, - "as": 299, - "Ġh": 300, - "ent": 301, - "Ġth": 302, - "ct": 303, - "Ġe": 304, - "il": 305, - "Ġre": 306, - "ĠT": 307, - "om": 308, - "ve": 309, - "Ġl": 310, - "st": 311, - "Ġn": 312, - "ly": 313, - "Ġbe": 314, - "âĢ": 315, - "Ġis": 316, - "se": 317, - "ol": 318, - "Ġg": 319, - "ĠA": 320, - "ation": 321, - "im": 322, - "id": 323, - "et": 324, - "ut": 325, - "ce": 326, - "ĠS": 327, - "ot": 328, - "ur": 329, - "ra": 330, - "ĠI": 331, - "ch": 332, - "ow": 333, - "Ġfor": 334, - "ig": 335, - "Ġu": 336, - "ĠC": 337, + "en": 277, + "ing": 278, + "Ġf": 279, + "Ġb": 280, + "Ġp": 281, + "Ġo": 282, + "an": 283, + "al": 284, + "ed": 285, + "Ġm": 286, + "Ġto": 287, + "ar": 288, + "Ġand": 289, + "Ġin": 290, + "Ġof": 291, + "Ġd": 292, + "ic": 293, + "le": 294, + "Ġh": 295, + "as": 296, + "om": 297, + "ion": 298, + "Ġth": 299, + "ll": 300, + "Ġl": 301, + "ent": 302, + "âĢ": 303, + "ve": 304, + "st": 305, + "ro": 306, + "Ġn": 307, + "Ġe": 308, + "Ġy": 309, + "ĠI": 310, + "Ġre": 311, + "Ġg": 312, + "et": 313, + "ly": 314, + "ct": 315, + "ĠS": 316, + "ĠT": 317, + "Ġyou": 318, + "ot": 319, + "Ġis": 320, + "ĠC": 321, + "id": 322, + "Ġbe": 323, + "ay": 324, + "Ġfor": 325, + "Ġon": 326, + "ow": 327, + "ĠA": 328, + "ad": 329, + "us": 330, + "ac": 331, + "im": 332, + "ig": 333, + "am": 334, + "ver": 335, + "ut": 336, + "il": 337, "Ġthat": 338, - "Ġon": 339, - "Ġst": 340, - "ver": 341, - "ĠThe": 342, - "Ġy": 343, - "ir": 344, - "ul": 345, - "ay": 346, - "am": 347, - "Ġas": 348, - "ith": 349, - "el": 350, - "ad": 351, - "Ġpro": 352, - "her": 353, - "Ġare": 354, - "Ġcon": 355, - "Ġan": 356, - "Ġwith": 357, - "ĠM": 358, - "Ġyou": 359, - "if": 360, - "Ġwh": 361, - "Ġit": 362, - "Ġor": 363, - "Ġal": 364, - "ĠP": 365, - "od": 366, - "ter": 367, - "Ġ(": 368, - "Ġ1": 369, - "ment": 370, - "ĠB": 371, - "ge": 372, - "th": 373, - "ĠW": 374, - "op": 375, - "ate": 376, - "ist": 377, - "Ġde": 378, - "ers": 379, - "ess": 380, - "ĠH": 381, - "ill": 382, - "Ġhe": 383, - "ies": 384, - "ab": 385, - "Ġex": 386, - "Ġsu": 387, - "âĢĻ": 388, - "ect": 389, - "Ġwe": 390, - "Ġcom": 391, - "ore": 392, - "us": 393, - "ity": 394, - "est": 395, - "Ġha": 396, - "res": 397, - "ive": 398, - "ac": 399, - "ĠD": 400, - "um": 401, - "rom": 402, - "Ġv": 403, - "ld": 404, - "os": 405, - "ke": 406, - "Ġby": 407, - "ant": 408, - "ĠE": 409, - "ĠF": 410, - "qu": 411, - "em": 412, - "iv": 413, - "ain": 414, - "ĠR": 415, - "nt": 416, - "Ġat": 417, - "pp": 418, - "igh": 419, - "Ġcan": 420, - "ĠâĢ": 421, - "Ġwas": 422, - "ud": 423, - "Ġ-": 424, - "Ġfrom": 425, - "Ġch": 426, - "oc": 427, - "Ġr": 428, - "ort": 429, - "and": 430, - "Ġne": 431, - "Ġ2": 432, - "ĠN": 433, - "ial": 434, - "Ġse": 435, - "ĠG": 436, - "ĠL": 437, - "ure": 438, - "un": 439, - "Ġnot": 440, - "Ġle": 441, - "ical": 442, - "art": 443, - "Ġhave": 444, - "ri": 445, - "og": 446, - "Ġsh": 447, - "Ġen": 448, - "Ġsp": 449, - "Ġthis": 450, - "ĠO": 451, - "ĠIn": 452, - "pt": 453, - "Ġwor": 454, - "ight": 455, - "Ġab": 456, - "rou": 457, - "ich": 458, - "red": 459, - "all": 460, - "ions": 461, - "ould": 462, - "ther": 463, - "ost": 464, - "00": 465, - "gh": 466, - "our": 467, - "ome": 468, - "du": 469, - "Ġim": 470, - "ated": 471, - "ine": 472, - "Ġus": 473, - "per": 474, - "Ġpl": 475, - "ag": 476, - "ard": 477, - "out": 478, - "act": 479, - "Ġtheir": 480, - "ell": 481, - "ff": 482, - "ide": 483, - "Ġint": 484, - "pl": 485, - "ĠTh": 486, - "ĠJ": 487, - "ĠU": 488, - "ans": 489, - "ear": 490, - "ast": 491, - "age": 492, - "ak": 493, - "Ġyour": 494, - "Ġwhich": 495, - "ust": 496, - "Ġk": 497, - "Ġwhe": 498, - "Ġthey": 499, - "ous": 500, - "iz": 501, - "ec": 502, - "ood": 503, - "Ġad": 504, - "ult": 505, - "Ġall": 506, - "Ġwill": 507, - "Ġcont": 508, - "Ġinc": 509, - "ib": 510, - "end": 511, - "cc": 512, - "ru": 513, - "Ġdis": 514, - "Ġcomp": 515, - "âĢĿ": 516, - "ĠâĢľ": 517, - "Ġmore": 518, - "ap": 519, - "Ġres": 520, - "ong": 521, - "ip": 522, - "vel": 523, - "ia": 524, - "Ġhas": 525, - "ations": 526, - "ew": 527, - "ere": 528, - "Ġdo": 529, - "so": 530, - "orm": 531, - "ary": 532, - "ater": 533, - "able": 534, - "ence": 535, - "are": 536, - "ild": 537, - "Ġman": 538, - "Ġcl": 539, - "Ġother": 540, - "ual": 541, - "ks": 542, - "Ġbut": 543, - "ry": 544, - "Ġwere": 545, - "ind": 546, - "Ġper": 547, - "Ġte": 548, - "Ġimp": 549, - "ents": 550, - "ance": 551, - "ep": 552, - "Ġalso": 553, - "Ġme": 554, - "ach": 555, - "Ġone": 556, - "ose": 557, - "reat": 558, - "ign": 559, - "ake": 560, - "ress": 561, - "ass": 562, - "ase": 563, - "av": 564, - "Ġ19": 565, - "ĠSt": 566, - "au": 567, - "Ġso": 568, - "ction": 569, - "Ġj": 570, - "'s": 571, - "ition": 572, - "ĠIt": 573, - "Ġout": 574, - "ice": 575, - "Ġun": 576, - "ber": 577, - "Ġapp": 578, - "ime": 579, - "one": 580, - "very": 581, - "Ġar": 582, - "Ġpart": 583, - "ĠThis": 584, - "Ġstud": 585, - "Ġabout": 586, - "ord": 587, - "ace": 588, - "Ġev": 589, - "ens": 590, - "ount": 591, - "ory": 592, - "Ġ\"": 593, - "ĠK": 594, - "ok": 595, - "ish": 596, - "ire": 597, - "Ġwho": 598, - "Ġpe": 599, - ").": 600, - "Ġinf": 601, - "ack": 602, - "ame": 603, - "Ġsy": 604, - "Ġhis": 605, - "Ġcomm": 606, - "ue": 607, - "ors": 608, - "Ġthem": 609, - "Ġsc": 610, - "ub": 611, - "ang": 612, - "ite": 613, - "ces": 614, - "ike": 615, - "ound": 616, - "ree": 617, - "Ġpre": 618, - "now": 619, - "low": 620, - "olog": 621, - "Ġbec": 622, - "ĠCh": 623, - "Ġup": 624, - "ric": 625, - "Ġqu": 626, - "Ġmay": 627, - "iff": 628, - "Ġthan": 629, - "ie": 630, - "ile": 631, - "ople": 632, - "ays": 633, - "Ġrec": 634, - "Ġsome": 635, - "Ġyear": 636, - "Ġ20": 637, - "Ġwhen": 638, - "Ġbeen": 639, - "ail": 640, - "Ġ3": 641, - "ates": 642, - "ĠV": 643, - "ĠY": 644, - "Ġthere": 645, - "nder": 646, - "ings": 647, - "ian": 648, - "Ġits": 649, - "mer": 650, - "Ġinto": 651, - "ren": 652, - "Ġwork": 653, - "Ġgo": 654, - "Ġtra": 655, - "ough": 656, - "Ġtime": 657, - "Ġag": 658, - "rit": 659, - "Ġover": 660, - "ph": 661, - "Ġdiff": 662, - "Ġthese": 663, - "Ġpeople": 664, - "Ġhow": 665, - "erv": 666, - "vers": 667, - "Ġro": 668, - "te": 669, - "rough": 670, - "ally": 671, - "ons": 672, - "lud": 673, - "ause": 674, - "Ġcons": 675, - "Ġuse": 676, - "Ġtr": 677, - "ond": 678, - "Ġcol": 679, - "ific": 680, - "ms": 681, - "Ġra": 682, - "ll": 683, - "tern": 684, - "Ġbet": 685, - "Ġour": 686, - "ove": 687, - "Ġact": 688, - "Ġhad": 689, - "we": 690, - "alth": 691, - "Ġmost": 692, - "ys": 693, - "Ġlike": 694, - "int": 695, - "ities": 696, - "Ġknow": 697, - "..": 698, - "Ġunder": 699, - "irst": 700, - "Ġbl": 701, - "lect": 702, - "lic": 703, - "Ġacc": 704, - "row": 705, - "ments": 706, - "Ġsa": 707, - "Ġdes": 708, - "les": 709, - "ning": 710, - "ious": 711, - "ject": 712, - "ook": 713, - "velop": 714, - "Ġwould": 715, - "stem": 716, - "Ġneed": 717, - "ffect": 718, + "ol": 339, + "ĠM": 340, + "ith": 341, + "ation": 342, + "Ġst": 343, + "ur": 344, + "ir": 345, + "ĠP": 346, + "Ġwith": 347, + "ce": 348, + "Ġit": 349, + "âĢĻ": 350, + "ch": 351, + "se": 352, + "ĠB": 353, + "Ġhe": 354, + "Ġwe": 355, + "ter": 356, + "ill": 357, + "un": 358, + "Ġan": 359, + "Ġwh": 360, + "ra": 361, + "Ġas": 362, + "ke": 363, + "if": 364, + "out": 365, + "ĠW": 366, + "oo": 367, + "ge": 368, + "ĠD": 369, + "ers": 370, + "Ġha": 371, + "Ġare": 372, + "ĠH": 373, + "Ġpro": 374, + "ul": 375, + "Ġ1": 376, + "Ġ2": 377, + "ĠF": 378, + "ld": 379, + "ĠR": 380, + "pp": 381, + "ate": 382, + "her": 383, + "Ġcon": 384, + "ess": 385, + "ment": 386, + "ri": 387, + "ore": 388, + "our": 389, + "Ġat": 390, + "est": 391, + "Ġcom": 392, + "Ġse": 393, + "Ġ(": 394, + "ĠThe": 395, + "ab": 396, + "Ġor": 397, + "ĠL": 398, + "Ġde": 399, + "igh": 400, + "pe": 401, + "ew": 402, + "ist": 403, + "rom": 404, + "..": 405, + "th": 406, + "Ġwas": 407, + "ĠG": 408, + "Ġex": 409, + "ant": 410, + "ĠN": 411, + "ĠE": 412, + "qu": 413, + "ure": 414, + "Ġv": 415, + "um": 416, + "el": 417, + "ity": 418, + "Ġr": 419, + "em": 420, + "op": 421, + "Ġhave": 422, + "Ġyour": 423, + "ust": 424, + "Ġthis": 425, + "ive": 426, + "ort": 427, + "ain": 428, + "oc": 429, + "art": 430, + "os": 431, + "ĠâĢ": 432, + "Ġsh": 433, + "and": 434, + "Ġnot": 435, + "Ġfrom": 436, + "ies": 437, + "Ġby": 438, + "Ġal": 439, + "ĠO": 440, + "up": 441, + "Ġcan": 442, + "Ġch": 443, + "ight": 444, + "nt": 445, + "00": 446, + "all": 447, + "ard": 448, + "Ġus": 449, + "res": 450, + "ome": 451, + "ould": 452, + "ost": 453, + "Ġle": 454, + "ud": 455, + "Ġwill": 456, + "od": 457, + "Ġab": 458, + "ear": 459, + "ally": 460, + "iv": 461, + "Ġsu": 462, + "te": 463, + "ĠJ": 464, + "ack": 465, + "Ġwor": 466, + "Ġdo": 467, + "gh": 468, + "ine": 469, + "Ġj": 470, + "Ġpl": 471, + "ide": 472, + "ag": 473, + "Ġk": 474, + "Ġall": 475, + "ak": 476, + "red": 477, + "ast": 478, + "rou": 479, + "'s": 480, + "Ġne": 481, + "age": 482, + "ice": 483, + "fe": 484, + "Ġme": 485, + "pt": 486, + "Ġbut": 487, + "The": 488, + "ction": 489, + "ook": 490, + "ial": 491, + "ie": 492, + "Ġhas": 493, + "one": 494, + "Ġwhe": 495, + "ind": 496, + "og": 497, + "ip": 498, + "Ġout": 499, + "Ġad": 500, + "ĠU": 501, + "per": 502, + "Ġmy": 503, + "ry": 504, + "ake": 505, + "Ġso": 506, + "âĢĿ": 507, + "Ġup": 508, + "are": 509, + "Ġcomp": 510, + "01": 511, + "ther": 512, + "ite": 513, + "ood": 514, + "able": 515, + "ich": 516, + "very": 517, + "Ġthey": 518, + "Ġmore": 519, + "ong": 520, + "ike": 521, + "ated": 522, + "Ġen": 523, + "ime": 524, + "ĠTh": 525, + "iz": 526, + "ĠIn": 527, + "ous": 528, + "ber": 529, + "Ġtheir": 530, + "pl": 531, + "Ġcl": 532, + "Ġte": 533, + "Ġone": 534, + "ans": 535, + "cc": 536, + "ĠK": 537, + "Ġabout": 538, + "ks": 539, + "orm": 540, + "ace": 541, + "Ġim": 542, + "ia": 543, + "ame": 544, + "so": 545, + "ĠY": 546, + "ance": 547, + "ĠSt": 548, + "Ġ-": 549, + "act": 550, + "ue": 551, + "ap": 552, + "ions": 553, + "Ġgo": 554, + "Ġour": 555, + "ree": 556, + "Ġman": 557, + "du": 558, + "ail": 559, + "Ġun": 560, + "ĠV": 561, + "Ġtr": 562, + "Ġcont": 563, + "Ġwho": 564, + "ase": 565, + "ire": 566, + "reat": 567, + "ff": 568, + "ign": 569, + "Ġhis": 570, + "Ġsa": 571, + "ary": 572, + "Ġ3": 573, + "ult": 574, + "ib": 575, + "ach": 576, + "ove": 577, + "ub": 578, + "ĠâĢľ": 579, + "ep": 580, + "cl": 581, + "und": 582, + "ays": 583, + "Ġlike": 584, + "ass": 585, + "Ġres": 586, + "ations": 587, + "Ġ201": 588, + "Ġapp": 589, + "Ġqu": 590, + "Ġwhich": 591, + "ick": 592, + "Ġget": 593, + "ven": 594, + "ile": 595, + "ĠCh": 596, + "to": 597, + "Ġper": 598, + "Ġtime": 599, + "ical": 600, + "ne": 601, + "own": 602, + "Ġoff": 603, + "Ġother": 604, + "Ġyear": 605, + "Ġsome": 606, + "erv": 607, + "ount": 608, + "ĠIt": 609, + "ings": 610, + "ond": 611, + "ence": 612, + "Ġalso": 613, + "Ġany": 614, + "...": 615, + "ress": 616, + "ord": 617, + "Ġdis": 618, + "Ġwork": 619, + "ark": 620, + "Ġkn": 621, + "av": 622, + "Ġsp": 623, + "form": 624, + "Ġthem": 625, + "Ġag": 626, + "Ġnew": 627, + "Ġthere": 628, + "vel": 629, + "ough": 630, + "Ġwould": 631, + "Ġpe": 632, + "ru": 633, + "ose": 634, + "Ġwhat": 635, + "ition": 636, + "Ġpart": 637, + "Ġbeen": 638, + "Ġif": 639, + "Ġhad": 640, + "ents": 641, + "Ġwere": 642, + "Ġwhen": 643, + "Ġjust": 644, + "ink": 645, + "ors": 646, + "Ġar": 647, + "Ġover": 648, + "Ġher": 649, + "ob": 650, + "Ġfe": 651, + "Ġro": 652, + "Ġam": 653, + "Ġsc": 654, + "Ġ\"": 655, + "ens": 656, + "Ġrec": 657, + "ish": 658, + "int": 659, + "ild": 660, + "Ġthan": 661, + "Ġpre": 662, + "ound": 663, + "ĠWe": 664, + "port": 665, + "ck": 666, + "use": 667, + "Ġneed": 668, + "ov": 669, + "oy": 670, + "Ġspe": 671, + "ren": 672, + "ople": 673, + "wn": 674, + "Ġbec": 675, + "ory": 676, + "Ġhow": 677, + "ĠHe": 678, + "ang": 679, + "Ġ4": 680, + "mer": 681, + "iew": 682, + "Ġbl": 683, + "irst": 684, + "ade": 685, + "vers": 686, + "ater": 687, + "ĠâĢĵ": 688, + "lic": 689, + "old": 690, + "Ġinto": 691, + "ĠRe": 692, + "fter": 693, + "Ġ5": 694, + "itt": 695, + "Ġpeople": 696, + "ning": 697, + "Ġco": 698, + "Ġdes": 699, + "Ġacc": 700, + "end": 701, + "we": 702, + "'t": 703, + "ons": 704, + "ments": 705, + "Ġknow": 706, + "ual": 707, + "anc": 708, + "Ġno": 709, + "rough": 710, + "Ġlook": 711, + "ric": 712, + "Ġshe": 713, + "ull": 714, + "ian": 715, + "ating": 716, + "ious": 717, + "Ġsaid": 718, "Ġtw": 719, - "Ġnew": 720, - "Ġrel": 721, - "Ġsuch": 722, - "ĠWh": 723, - "Ġif": 724, - "Ġrep": 725, - "Ġhel": 726, - "Ġchild": 727, - "Ġgen": 728, - "ient": 729, - "Ġinclud": 730, - "Ġany": 731, - "ob": 732, - "cess": 733, - "ational": 734, - "ative": 735, - "ple": 736, - "ular": 737, - "Ġhelp": 738, - "Ġpr": 739, - "hed": 740, - "Ġwhat": 741, - "Ġprodu": 742, - "Ġused": 743, - "ced": 744, - "Ġph": 745, - "yp": 746, - "ating": 747, - "Ġonly": 748, - "ĠUn": 749, - "ool": 750, - "ov": 751, - "Ġind": 752, - "Ġprov": 753, - "Ġmany": 754, - "Ġno": 755, - "Ġam": 756, - "Ġdevelop": 757, - "Ġthrough": 758, - "Ġoff": 759, - "Ġfirst": 760, - "Ġfe": 761, - "Ġspec": 762, - "),": 763, - "ĠAs": 764, - "Ġac": 765, - "fter": 766, - "ath": 767, - "ise": 768, - "round": 769, - "oss": 770, - "ark": 771, - "ics": 772, - "Ġem": 773, - "iet": 774, - "Ġreg": 775, - "uc": 776, - "Ġexp": 777, - "uring": 778, - "Ġpo": 779, - "Ġdiffere": 780, - "Ġsystem": 781, - "ĠHe": 782, - "ful": 783, - "hen": 784, - "Ġtwo": 785, - "rib": 786, - "erm": 787, - "ts": 788, - "oth": 789, - "ĠâĢĵ": 790, - "eth": 791, - "ink": 792, - "iss": 793, - "ied": 794, - "ne": 795, - "ility": 796, - "Ġob": 797, - "Ġ4": 798, - "rop": 799, - "Ġ201": 800, - "Ġdec": 801, - "als": 802, - "old": 803, - "Ġass": 804, - "ible": 805, - "ased": 806, - "Ġatt": 807, - "Ġadd": 808, - "ange": 809, - "Ġsur": 810, - "ten": 811, - "Ġshould": 812, - "ower": 813, - "ures": 814, - "Ġwell": 815, - "ife": 816, - "ween": 817, - "fore": 818, - "arch": 819, - "ble": 820, - "Ġsupp": 821, - "ert": 822, - "ract": 823, - "Ġwater": 824, - "Ġfl": 825, - "Ġ5": 826, - "Ġrem": 827, - "ng": 828, - "Ġinv": 829, - "ram": 830, - "Ġsub": 831, - "own": 832, - "Ġhealth": 833, - "Ġco": 834, - "aw": 835, - "Ġyears": 836, - "Ġbetween": 837, - "gan": 838, - "Ġsm": 839, - "ade": 840, - "Ġhigh": 841, - "sel": 842, - "ution": 843, - "hes": 844, - "Ġpres": 845, - "Ġcould": 846, - "cy": 847, - "Ġwhere": 848, - "its": 849, - "ever": 850, - "Ġtrans": 851, - "Ġ200": 852, - "ick": 853, - "Ġmake": 854, - "ĠIf": 855, - "ants": 856, - "wn": 857, - "Ġget": 858, - "ily": 859, - "Ġbu": 860, - "uch": 861, - "Ġpers": 862, - "Ġrese": 863, - "Ġimport": 864, - "ĠWe": 865, - "chool": 866, - "xt": 867, - "chn": 868, - "ology": 869, - "form": 870, - "ural": 871, - "Ġher": 872, - "Ġear": 873, - "Ġform": 874, - "Ġmod": 875, - "ience": 876, - "ident": 877, - "Ġinter": 878, - "ting": 879, - "ĠHow": 880, - "Ġpol": 881, - "Ġnum": 882, - "Ġinst": 883, - "ited": 884, - "Ġexam": 885, - "ĠAl": 886, - "ines": 887, - "ivers": 888, - "meric": 889, - "Ġdisc": 890, - "Ġdifferent": 891, - "ins": 892, - "land": 893, - "ĠAn": 894, - "Ġlear": 895, - "Ġeffect": 896, - "ef": 897, - "ĠFor": 898, - "Ġfound": 899, - "ness": 900, - "Ġbecause": 901, - "ata": 902, - "Ġcar": 903, - "Ġsim": 904, - "ict": 905, - "ually": 906, - "Ġafter": 907, - "Ġexper": 908, - "ists": 909, - "ont": 910, - "Ġlong": 911, - "Ġlar": 912, - "Ġincre": 913, - "Ġworld": 914, - "Ġmed": 915, - "Ġeven": 916, - "Ġthen": 917, - "Ġvery": 918, - "Ġcent": 919, - "ism": 920, - "cept": 921, - "Ġjust": 922, - "gy": 923, - "oy": 924, - "Ġway": 925, - "ature": 926, - "ft": 927, - "Ġcount": 928, - "Ġdet": 929, - "Ġtyp": 930, - "Ġed": 931, - "Ġresp": 932, - "Ġ18": 933, - "aking": 934, - "get": 935, - "Ġhum": 936, - "urn": 937, - "Ġinform": 938, - "Ġsign": 939, - "ĠAmeric": 940, - "ically": 941, - "Ġvar": 942, - "vent": 943, - "other": 944, - "Ġke": 945, - "Ġsee": 946, - "Ġgener": 947, - "ives": 948, - "Ġref": 949, - "Ġthose": 950, - "ck": 951, - "Ġfol": 952, - "iew": 953, - "Ġpat": 954, - "ĠRe": 955, - "ĠPro": 956, - "Ġext": 957, - "Ġprocess": 958, - "Ġresult": 959, - "Ġsoc": 960, - "Ġevery": 961, - "Ġprog": 962, - "Ġchildren": 963, - "Ġpub": 964, - "ĠCom": 965, - "Ġfact": 966, - "Ġcall": 967, - "ases": 968, - "cer": 969, - "arm": 970, - ".âĢĿ": 971, - "Ġbeing": 972, - "Ġeach": 973, - "Ġsaid": 974, - "Ġgra": 975, - "ros": 976, - "ĠThere": 977, - "ps": 978, - "ues": 979, - "Ġsec": 980, - "Ġca": 981, - "ĠThey": 982, - "Ġloc": 983, - "led": 984, - "iron": 985, - "ds": 986, - "ruct": 987, - "Ġ6": 988, - "Ġrequ": 989, - "Ġpartic": 990, - "Ġimportant": 991, - "ody": 992, - "Ġtechn": 993, - "Ġlife": 994, - "ages": 995, - "Ġdist": 996, - "Ġcommun": 997, - "ork": 998, - "tle": 999, - "Ġset": 1000, - "io": 1001, - "Ġmon": 1002, - "ved": 1003, - "Ġmuch": 1004, - "Ġshe": 1005, - "Ġduring": 1006, - "Ġdef": 1007, - "Ġdep": 1008, - "Ġcre": 1009, - "ather": 1010, - "Ġent": 1011, - "ized": 1012, - "Ġart": 1013, - "Ġfam": 1014, - "ward": 1015, - "Ġfood": 1016, - "cent": 1017, - "Ġstudents": 1018, - "Ġlead": 1019, - "Ġown": 1020, - "Ġlevel": 1021, - "Ġread": 1022, - "Ġfollow": 1023, - "imes": 1024, - "Ġsk": 1025, - "vern": 1026, - "ices": 1027, - "Ġmy": 1028, - "Ġstudy": 1029, - "Ġinformation": 1030, - "gg": 1031, - "Ġgrow": 1032, - "Ġaut": 1033, - "Ġdoes": 1034, - "Ġsame": 1035, - "Ġright": 1036, - "ĠAr": 1037, - "Ġmade": 1038, - "ize": 1039, - "Ġdata": 1040, - "any": 1041, - "Ġproble": 1042, - "Ġperson": 1043, - "Ġfind": 1044, - "ĠYou": 1045, - "ection": 1046, - "ĠBut": 1047, - "Ġcur": 1048, - "hip": 1049, - "Ġgood": 1050, - "Ġschool": 1051, - "Ġmin": 1052, - "Ġav": 1053, - "Ġend": 1054, - "Ġstr": 1055, - "Ġins": 1056, - "Ġboth": 1057, - "onom": 1058, - "Ġback": 1059, - "ted": 1060, - "ale": 1061, - "Ġdi": 1062, - "Ġusing": 1063, - "ality": 1064, - "Ġche": 1065, - "viron": 1066, - "Ġshow": 1067, - "Ġpop": 1068, - "Ġgrou": 1069, - "ĠSp": 1070, - "ĠInd": 1071, - "Ġhist": 1072, - "und": 1073, - "Ġcomple": 1074, - "Ġexpl": 1075, - "Ġbefore": 1076, - "Ġcor": 1077, - "Ġgl": 1078, - ".,": 1079, - "Ġsmall": 1080, - "Ġmain": 1081, - "read": 1082, - "Ġtest": 1083, - "ivid": 1084, - "stand": 1085, - "ĠWhat": 1086, - "ially": 1087, - "Ġtreat": 1088, - "Ġbo": 1089, - "iel": 1090, - "||": 1091, - "iversity": 1092, - "Ġsol": 1093, - "ĠSc": 1094, - "ock": 1095, - "inal": 1096, - "Ġval": 1097, - "ined": 1098, - "Ġoften": 1099, - "ince": 1100, - "Ġagain": 1101, - "ĠNew": 1102, - "20": 1103, - "Ġbr": 1104, - "omen": 1105, - "Ġless": 1106, - "Ġprot": 1107, - "Ġ10": 1108, - "ars": 1109, - "der": 1110, - "Ġwhile": 1111, - "rol": 1112, - "nce": 1113, - "Ġposs": 1114, - "ix": 1115, - "ty": 1116, - "Ġtake": 1117, - "Ġdise": 1118, - "Ġday": 1119, - "000": 1120, - "ergy": 1121, - "imate": 1122, - "ien": 1123, - "Ġstate": 1124, - "ax": 1125, - "19": 1126, - "Ġ7": 1127, - "ished": 1128, - "Ġlit": 1129, - "ute": 1130, - "Ġec": 1131, - "Ġocc": 1132, - "Ġnumber": 1133, - "Ġserv": 1134, - "akes": 1135, - "Ġ|": 1136, - "Ġresearch": 1137, - "Ġnow": 1138, - "ral": 1139, - "Ġris": 1140, - "Ġpower": 1141, - "ĠAnd": 1142, - "Ġcell": 1143, - "Ġfun": 1144, - "Ġorgan": 1145, - "Ġbody": 1146, - "vironment": 1147, - "oh": 1148, - "ex": 1149, - "Ġmem": 1150, - "ĠWhen": 1151, - "ulation": 1152, - "ier": 1153, - "Ġactiv": 1154, - "dition": 1155, - "Ġhim": 1156, - "Ġvis": 1157, - "Ġprovid": 1158, - "Ġdesign": 1159, - "iqu": 1160, - "iety": 1161, - "Ġchar": 1162, - "Ġaround": 1163, - "ĠThese": 1164, - "ury": 1165, - "irect": 1166, - "Ġhand": 1167, - "Ġclass": 1168, - "Ġredu": 1169, - "up": 1170, - "Ġdown": 1171, - "Ġhuman": 1172, - "Ġsupport": 1173, - "iving": 1174, - "air": 1175, - "Ġbel": 1176, - "Ġ8": 1177, - "ves": 1178, - "ered": 1179, - "Ġthree": 1180, - "com": 1181, - "Ġcommon": 1182, - "Ġmust": 1183, - "hers": 1184, - "ters": 1185, - "ital": 1186, - "Ġstart": 1187, - "ĠIs": 1188, - "ium": 1189, - "ah": 1190, - "Ġconf": 1191, - "ger": 1192, - "Ġlook": 1193, - "Ġelect": 1194, - "Ġest": 1195, - "ven": 1196, - "uss": 1197, - "Ġcle": 1198, - "aj": 1199, - "rent": 1200, - "Ġpoint": 1201, - "acter": 1202, - "Ġplan": 1203, - "ving": 1204, - "ĠTo": 1205, - "Ġgreat": 1206, - "ĠâĢĺ": 1207, - "ains": 1208, - "Ġgovern": 1209, - ",âĢĿ": 1210, - "day": 1211, - "Ġlarge": 1212, - "ave": 1213, - "Ġexample": 1214, - "Ġser": 1215, - "Ġdid": 1216, + "ft": 720, + "ause": 721, + "lp": 722, + "Ġmake": 723, + "Ġits": 724, + "--": 725, + "ĠThis": 726, + "ates": 727, + "hed": 728, + "les": 729, + "Ġmay": 730, + "rent": 731, + "Ġonly": 732, + "tern": 733, + "clud": 734, + "Ġbet": 735, + "ily": 736, + "day": 737, + "Ġadd": 738, + "Ġwant": 739, + "Ġhelp": 740, + "Ġcomm": 741, + "Ġfirst": 742, + "Ġfl": 743, + "Ġback": 744, + "Ġsee": 745, + "Th": 746, + "oll": 747, + "ise": 748, + "hing": 749, + "amp": 750, + "Ġund": 751, + "Ġevery": 752, + "Ġmost": 753, + "ph": 754, + ").": 755, + "Ġbu": 756, + "ect": 757, + "ool": 758, + "Ġind": 759, + "ram": 760, + "Ġ19": 761, + "Ġwell": 762, + "round": 763, + "Ġact": 764, + "Ġuse": 765, + "ont": 766, + "Ġph": 767, + "xt": 768, + "hen": 769, + "Ġprov": 770, + "Ġvery": 771, + "Ġthese": 772, + "iss": 773, + "fect": 774, + "Ġgood": 775, + "Ġthrough": 776, + "uch": 777, + "Ġem": 778, + "Ġcons": 779, + "Ġcould": 780, + "ock": 781, + "ting": 782, + "Ġunder": 783, + "ities": 784, + "Ġ$": 785, + "sel": 786, + "Ġprodu": 787, + "ific": 788, + "Ġtwo": 789, + "ife": 790, + "Ġinclud": 791, + "urn": 792, + "Ġserv": 793, + "ful": 794, + "enc": 795, + "li": 796, + "row": 797, + "ĠYou": 798, + "Ġpr": 799, + "ss": 800, + "aw": 801, + "Ġdif": 802, + "Ġ&": 803, + "Ġafter": 804, + "Ġsupp": 805, + "ts": 806, + "ject": 807, + "ath": 808, + "Ġ200": 809, + "Ġpo": 810, + "fore": 811, + "Ġway": 812, + "rit": 813, + "lect": 814, + "ĠSe": 815, + "Ġ6": 816, + "Ġnow": 817, + "als": 818, + "ĠCom": 819, + "bs": 820, + "Ġcol": 821, + "ĠWh": 822, + "iness": 823, + "Ġplay": 824, + "Ġshould": 825, + "Ġyears": 826, + "erson": 827, + "Ġeven": 828, + "ange": 829, + "Ġinc": 830, + "Ġmany": 831, + "Ġsy": 832, + "ty": 833, + "Ġdon": 834, + "ell": 835, + "oss": 836, + "Ġgreat": 837, + "Ġreg": 838, + "Ġstud": 839, + "ert": 840, + "Ġke": 841, + "Ġthen": 842, + "ures": 843, + "aking": 844, + "Ġimp": 845, + "Ġdid": 846, + "ĠPro": 847, + "Ġsm": 848, + "Ġthink": 849, + "Ġtra": 850, + "Ġinv": 851, + "erm": 852, + "oth": 853, + "ble": 854, + "pect": 855, + "Ġmuch": 856, + "Ġrem": 857, + "get": 858, + "cess": 859, + "Ġgu": 860, + "com": 861, + "line": 862, + "ys": 863, + "Ġass": 864, + "Ġbecause": 865, + "ower": 866, + "Ġwhere": 867, + "olog": 868, + "Ġdown": 869, + "Ġtoo": 870, + "ational": 871, + "any": 872, + "ility": 873, + "ĠDe": 874, + "ular": 875, + "air": 876, + "ible": 877, + "Ġexper": 878, + "ĠUn": 879, + "Ġrel": 880, + "ased": 881, + "ices": 882, + "Ġev": 883, + "Ġright": 884, + "ract": 885, + "Ġhim": 886, + "Ġstart": 887, + "Ġread": 888, + "ics": 889, + "ward": 890, + "usiness": 891, + "its": 892, + "ience": 893, + "ict": 894, + "ĠAnd": 895, + "Ġac": 896, + "hes": 897, + "ĠAn": 898, + "ank": 899, + "Ġown": 900, + "Ġfind": 901, + "ative": 902, + "Ġ7": 903, + "omet": 904, + "Ġbest": 905, + "Ġfin": 906, + "Ġdec": 907, + "Ġhere": 908, + "ork": 909, + "Ġday": 910, + "view": 911, + "hip": 912, + "other": 913, + "Ġset": 914, + "Ġsec": 915, + "arch": 916, + "stem": 917, + "uring": 918, + "ident": 919, + "In": 920, + "alth": 921, + "Ġent": 922, + "ener": 923, + "Ġins": 924, + "Ġatt": 925, + "),": 926, + "formation": 927, + "Ġ10": 928, + "Ġinst": 929, + "Ġcar": 930, + "velop": 931, + "Ġche": 932, + "Ġhigh": 933, + "Ġdoes": 934, + "Ġlong": 935, + "ale": 936, + "ited": 937, + "ĠSh": 938, + "Ġagain": 939, + "Ġ8": 940, + "Ġtake": 941, + ".âĢĿ": 942, + "io": 943, + "chool": 944, + "Ġmin": 945, + "Ġspec": 946, + "ug": 947, + "Ġdiffe": 948, + "Ġmon": 949, + "Ġsuch": 950, + "rib": 951, + "Ġbeing": 952, + "__": 953, + "Ġwee": 954, + "ually": 955, + "gan": 956, + "ner": 957, + "Ġinte": 958, + "ix": 959, + "Ġshow": 960, + "Ġbel": 961, + "Ġreally": 962, + "Ġloc": 963, + "ax": 964, + "Ġbr": 965, + "Ġhome": 966, + "ave": 967, + "Ġthose": 968, + "alk": 969, + "ied": 970, + "Ġmade": 971, + "az": 972, + "ĠIf": 973, + "ng": 974, + "Ġperson": 975, + "ĠNew": 976, + "ollow": 977, + "Ġbefore": 978, + "rest": 979, + "Ġpres": 980, + "arket": 981, + "Ġend": 982, + "way": 983, + "ason": 984, + "Ġlove": 985, + "pr": 986, + "ient": 987, + "ues": 988, + "Ġ9": 989, + "ouse": 990, + "atch": 991, + "Ġsim": 992, + "Ġcall": 993, + "Ġrequ": 994, + "ah": 995, + "ving": 996, + "Ġfam": 997, + "Ġsur": 998, + "ins": 999, + "Ġ20": 1000, + "arm": 1001, + "Ġmod": 1002, + "Ġav": 1003, + "ize": 1004, + "Ġpost": 1005, + "Ġthough": 1006, + "âĢľ": 1007, + "self": 1008, + "Ġlast": 1009, + "ĠAl": 1010, + "Ġused": 1011, + "Ġbusiness": 1012, + "Ġhand": 1013, + "gram": 1014, + "ather": 1015, + "Ġra": 1016, + "ffect": 1017, + "ash": 1018, + "Ġlife": 1019, + "Ġart": 1020, + "Ġdisc": 1021, + "land": 1022, + "ĠCl": 1023, + "ces": 1024, + "We": 1025, + "ince": 1026, + "Ġgoing": 1027, + "pen": 1028, + "Ġdesign": 1029, + "Ġ0": 1030, + "oun": 1031, + "Ġworld": 1032, + "ages": 1033, + "ple": 1034, + "oad": 1035, + "Ġtrans": 1036, + "arn": 1037, + "ĠAr": 1038, + "akes": 1039, + "read": 1040, + "Ġmed": 1041, + "Ġgr": 1042, + "ption": 1043, + "ĠBe": 1044, + "chn": 1045, + "riend": 1046, + "ines": 1047, + "ĠFor": 1048, + "uc": 1049, + "Ġsystem": 1050, + "led": 1051, + "Ġdet": 1052, + "Ġinter": 1053, + "Ġdevelop": 1054, + "Ġsomet": 1055, + "Ġnum": 1056, + "ives": 1057, + "Ġinformation": 1058, + "Ġsub": 1059, + "Ġmem": 1060, + "iet": 1061, + "ctions": 1062, + "ene": 1063, + "imes": 1064, + "Ġcre": 1065, + "Ġwhile": 1066, + "ute": 1067, + "Ġstill": 1068, + "Ġsay": 1069, + "Ġcur": 1070, + "ĠLe": 1071, + "ars": 1072, + "ced": 1073, + "Ġfollow": 1074, + "Ġvis": 1075, + "ĠAd": 1076, + "Ġfree": 1077, + "20": 1078, + "ublic": 1079, + "Ġaround": 1080, + "Ġi": 1081, + "ĠAs": 1082, + "Ġpol": 1083, + "Ġbook": 1084, + "der": 1085, + "Ġreal": 1086, + "lease": 1087, + "Ġfeel": 1088, + "ĠBut": 1089, + "Ġeach": 1090, + "ness": 1091, + "ittle": 1092, + "Ġproduct": 1093, + "roup": 1094, + "Ġsl": 1095, + "Ġdifferent": 1096, + "irect": 1097, + "Ġlot": 1098, + "ivers": 1099, + "Ġfun": 1100, + "ata": 1101, + "This": 1102, + "ever": 1103, + "Wh": 1104, + "ton": 1105, + "Ġform": 1106, + "ustom": 1107, + "Ġmet": 1108, + "au": 1109, + "Ġcour": 1110, + "ution": 1111, + "Ġcomple": 1112, + "ways": 1113, + "Ġret": 1114, + "Ġpoint": 1115, + "Ġsame": 1116, + "Ġcount": 1117, + "Ġchild": 1118, + "Ġsk": 1119, + "Ġgl": 1120, + "Ġbo": 1121, + "Ġsign": 1122, + "Ġcle": 1123, + "Ġlead": 1124, + "Ġstr": 1125, + "ets": 1126, + "Ġser": 1127, + "Ġsupport": 1128, + "ween": 1129, + "Ġeas": 1130, + "Ġcare": 1131, + "be": 1132, + "Ġed": 1133, + "Ġ|": 1134, + "ved": 1135, + "Ġadv": 1136, + "Ġlist": 1137, + "Ġhapp": 1138, + "unity": 1139, + "Ġteam": 1140, + "000": 1141, + "Ġ[": 1142, + "Ġtop": 1143, + "Ġchar": 1144, + "Ġfound": 1145, + "ature": 1146, + "Ġplace": 1147, + "!!": 1148, + "Ġprovid": 1149, + "Ġaut": 1150, + "ters": 1151, + "10": 1152, + "ĠBl": 1153, + "ĠTe": 1154, + "man": 1155, + "Ġboth": 1156, + "Ġrun": 1157, + "Ġfew": 1158, + "ik": 1159, + "ĠThey": 1160, + "Ġrep": 1161, + "Ġexp": 1162, + "Ġbetween": 1163, + "oh": 1164, + "less": 1165, + "ĠPl": 1166, + "Ġthings": 1167, + "Ġmarket": 1168, + "ody": 1169, + "ital": 1170, + "It": 1171, + "Ġcr": 1172, + "thing": 1173, + "Ġlittle": 1174, + "Ġide": 1175, + "gg": 1176, + "Ġ.": 1177, + "the": 1178, + "br": 1179, + "orn": 1180, + "ized": 1181, + "ames": 1182, + "ired": 1183, + "Ġmonth": 1184, + "ten": 1185, + "ining": 1186, + "Ġext": 1187, + "Ġprof": 1188, + "ants": 1189, + "Ġprogram": 1190, + "ĠSc": 1191, + "ĠQ": 1192, + "Ġfull": 1193, + "ology": 1194, + "ailable": 1195, + "ering": 1196, + "Ġimport": 1197, + "ĠEx": 1198, + "Ġgener": 1199, + ",âĢĿ": 1200, + "Re": 1201, + "Ġplan": 1202, + "meric": 1203, + "rand": 1204, + "ern": 1205, + "Ġdef": 1206, + "Ġkeep": 1207, + "Ġusing": 1208, + "Ġprocess": 1209, + "Ġpur": 1210, + "ention": 1211, + "ality": 1212, + "Ġty": 1213, + "ĠHow": 1214, + "Ġlar": 1215, + "ĠOn": 1216, "ross": 1217, - "Ġland": 1218, - "Ġcare": 1219, - "Ġreport": 1220, - "self": 1221, - "the": 1222, - "cl": 1223, - "Ġ9": 1224, - "ional": 1225, - "Ġcontin": 1226, - "itions": 1227, - "Ġop": 1228, - "ouse": 1229, - "ron": 1230, - "rain": 1231, - "gen": 1232, - "âĢĶ": 1233, - "ĠSe": 1234, - "ull": 1235, - "Ġallow": 1236, - "Ġwrit": 1237, - "Ġequ": 1238, - "Ġincluding": 1239, - "ared": 1240, - "anc": 1241, - "orn": 1242, - "Ġconst": 1243, - "Ġadv": 1244, - "Ġunderstand": 1245, - "way": 1246, - "Ġmet": 1247, - "Ġbuild": 1248, - "Ġeduc": 1249, - "Ġdr": 1250, - "...": 1251, - "ash": 1252, - "Ġthough": 1253, - "Ġret": 1254, - "Ġcalled": 1255, - "Ġbeh": 1256, - "Ġcour": 1257, - "ĠDe": 1258, - "Ġknown": 1259, - "aterial": 1260, - "ner": 1261, - "Ġpract": 1262, - "iven": 1263, - "ĠAt": 1264, - "outh": 1265, - "Ġsom": 1266, - "esp": 1267, - "iver": 1268, - "ividual": 1269, - "Ġstill": 1270, - "me": 1271, - "The": 1272, - "ired": 1273, - "Ġpublic": 1274, - "els": 1275, - "Ġeas": 1276, - "ential": 1277, - "ids": 1278, - "Ġquest": 1279, - "ĠAd": 1280, - "Ġgu": 1281, - "Ġplace": 1282, - "iod": 1283, - "oms": 1284, - "ries": 1285, - "ĠHowever": 1286, - "oci": 1287, - "Ġide": 1288, - "ization": 1289, - "Ġappro": 1290, - "ected": 1291, - "osed": 1292, - "Ġgre": 1293, - "itive": 1294, - "Ġmight": 1295, - "Ġthink": 1296, - "de": 1297, - "Ġmat": 1298, - "inc": 1299, - "erest": 1300, - "ering": 1301, - "Ġfew": 1302, - "Ġpresent": 1303, - "Ġcaus": 1304, - "ĠEng": 1305, - "Ġtem": 1306, - "Ġchang": 1307, - "Ġstand": 1308, - "lish": 1309, - "Ġenvironment": 1310, - "ination": 1311, - "âĢĵ": 1312, - "ank": 1313, - "Ġchange": 1314, - "Ġwithin": 1315, - "eng": 1316, - "Ġdem": 1317, - "Ġenergy": 1318, - "10": 1319, - "Ġproduct": 1320, - "Ġpur": 1321, - "raph": 1322, - "ources": 1323, - "ording": 1324, - "Ġindividual": 1325, - "Ġwant": 1326, - "bers": 1327, - "ĠCon": 1328, - "ption": 1329, - "ration": 1330, - "Ġwithout": 1331, - "oun": 1332, - "ived": 1333, - "ĠEx": 1334, - "Ġdevelopment": 1335, - "ffic": 1336, - "ethod": 1337, - "Ġphys": 1338, - "ior": 1339, - "ense": 1340, - "Ġmaterial": 1341, - "Ġimpro": 1342, - "Ġiss": 1343, - "Ġsym": 1344, - "Ġlight": 1345, - "agn": 1346, - "ason": 1347, - "ertain": 1348, - "Ġcap": 1349, - "ets": 1350, - "Ġimm": 1351, - "angu": 1352, - "ĠUniversity": 1353, - "Ġair": 1354, - "Ġplay": 1355, - "Ġ199": 1356, - "Ġprof": 1357, - "ĠPh": 1358, - "Ġpot": 1359, - "Ġlearn": 1360, - "line": 1361, - "Ġproject": 1362, - "Ġben": 1363, - "Ġident": 1364, - "ĠSh": 1365, - "Ġspe": 1366, - "Ġpos": 1367, - "iness": 1368, - "Ġdisease": 1369, - ".\"": 1370, - "Ġve": 1371, - "Ġdon": 1372, - "less": 1373, - "Ġbre": 1374, - "ĠAmerican": 1375, - "arent": 1376, - "Ġsl": 1377, - "Ġdirect": 1378, - "ĠRes": 1379, - "Ġsit": 1380, - "alk": 1381, - "man": 1382, - "Ġsocial": 1383, - "sp": 1384, - "Ġeng": 1385, - "ability": 1386, - "Ġarea": 1387, - "ental": 1388, - "Ġpass": 1389, - "Ġanother": 1390, - "bs": 1391, - "eral": 1392, - "Ġ&": 1393, - "Ġwomen": 1394, - "Ġant": 1395, - "Ġmeas": 1396, - "Ġbest": 1397, - "illion": 1398, - "Ġanal": 1399, - "gin": 1400, - "ton": 1401, - "ological": 1402, - "Ġhome": 1403, - "Ġblood": 1404, - "ajor": 1405, - "ians": 1406, - "orth": 1407, - "ield": 1408, - "Ġinclude": 1409, - "ified": 1410, - "Ġet": 1411, - "Ġbelie": 1412, - "Ġbas": 1413, - "Ġmark": 1414, - "Ġcult": 1415, - "Ġmus": 1416, - "erc": 1417, - "Ġrisk": 1418, - "ĠCl": 1419, - "ify": 1420, - "Ġpain": 1421, - "ĠOn": 1422, - "Ġ[": 1423, - "ĠBe": 1424, - "Ġlaw": 1425, - "ris": 1426, - "ained": 1427, - "Ġinterest": 1428, - "Ġdesc": 1429, - "atic": 1430, - "atural": 1431, - "rodu": 1432, - "Ġcontrol": 1433, - "ug": 1434, - "ccess": 1435, - "Ġopp": 1436, - "Ġrest": 1437, - "Ġbecome": 1438, - "Ġlow": 1439, - "ently": 1440, - "ĠQ": 1441, - "Ġeconom": 1442, - "Ġproper": 1443, - "ining": 1444, - "Ġmethod": 1445, - "ats": 1446, - "ĠLe": 1447, - "Ġsever": 1448, - "Ġbetter": 1449, - "Ġold": 1450, - "az": 1451, - "Ġearly": 1452, - "ĠSo": 1453, - "Ġanim": 1454, - "Ġmove": 1455, - "Ġpar": 1456, - "ways": 1457, - "Ġprogram": 1458, - "ern": 1459, - "ĠPl": 1460, - "ource": 1461, - "Ġleg": 1462, - "arc": 1463, - "ision": 1464, - "Ġgovernment": 1465, - "ik": 1466, - "ills": 1467, - "Ġwar": 1468, - "hor": 1469, - "Ġagainst": 1470, - "Ġkeep": 1471, - "lished": 1472, - "Ġsecond": 1473, - "Ġtre": 1474, - "Ġmil": 1475, - "ients": 1476, - "Ġreal": 1477, - "Ġhere": 1478, - "Ġlast": 1479, - "Ġfore": 1480, - "'t": 1481, - "Ġoper": 1482, - "Ġ.": 1483, - "str": 1484, - "ider": 1485, - "Ġtoo": 1486, - "Ġmeans": 1487, - "ware": 1488, - "Ġorder": 1489, - "Ġele": 1490, - "Ġcause": 1491, - "here": 1492, - "ĠâĢĶ": 1493, - "rist": 1494, - "Ġinfl": 1495, - "ĠCan": 1496, - "rap": 1497, - "Ġmajor": 1498, - "Ġgroup": 1499, - "Ġhistory": 1500, - "Ġperform": 1501, - "Ġprovide": 1502, - "Ġoccur": 1503, - "ories": 1504, - "Ġter": 1505, - "Ġindu": 1506, - "Ġavail": 1507, - "Ġ15": 1508, - "ention": 1509, - "ĠCol": 1510, - "Ġtop": 1511, - "ission": 1512, - "Ġparticular": 1513, - "ples": 1514, - "Ġcurrent": 1515, - "view": 1516, - "ards": 1517, - "Ġfamily": 1518, - "Ġdev": 1519, - "tt": 1520, - "icle": 1521, - "Ġlearning": 1522, - "Ġpossible": 1523, - "amp": 1524, - "Ġperiod": 1525, - "ĠUnited": 1526, - "Ġinvol": 1527, - "Ġaddition": 1528, - "Ġhig": 1529, - "Ġunt": 1530, - "Ġseveral": 1531, - "Ġsaf": 1532, - "Ġfin": 1533, - "Ġmean": 1534, - "Ġlangu": 1535, - "use": 1536, - "Ġable": 1537, - "irc": 1538, - "oid": 1539, - "Ġbenef": 1540, - "ograph": 1541, - "Ġnear": 1542, - "Ġsay": 1543, - "Ġess": 1544, - "Ġspecies": 1545, - "Ġbus": 1546, - "par": 1547, - "Ġplant": 1548, - "Ġsignific": 1549, - "Ġpercent": 1550, - "ote": 1551, - "Ġorig": 1552, - "ĠZ": 1553, - "Ġaffect": 1554, - "Ġhapp": 1555, - "ĠComm": 1556, - "Ġmen": 1557, - "Ġcal": 1558, - "Ġprom": 1559, - "Ġcost": 1560, - "Ġnon": 1561, - "ina": 1562, - "ogn": 1563, - "ĠGod": 1564, - "ĠAll": 1565, - "Ġopen": 1566, - "Ġlim": 1567, - "Ġsince": 1568, - "Ġfeel": 1569, - "Ġel": 1570, - "Ġthings": 1571, - "idence": 1572, - "urop": 1573, - "ĠOne": 1574, - "ator": 1575, - "Ġamong": 1576, - "Ġmar": 1577, - "ane": 1578, - "Ġareas": 1579, - "sy": 1580, - "ilar": 1581, - "ole": 1582, - "ĠTe": 1583, - "Ġtreatment": 1584, - "Ġscient": 1585, - "osp": 1586, - "Ġothers": 1587, - "ĠEn": 1588, - "though": 1589, - "ret": 1590, - "Ġcountry": 1591, - "Ġbased": 1592, - "Ġsays": 1593, - "ended": 1594, - "ends": 1595, - "Ġhead": 1596, - "Ġprevent": 1597, - "Ġ12": 1598, - "Ġavailable": 1599, - "ling": 1600, - "Ġfollowing": 1601, - "elf": 1602, - "Ġ17": 1603, - "Ġfre": 1604, - "Ġtimes": 1605, - "ots": 1606, - "Ġfour": 1607, - "ocus": 1608, - "Ġcond": 1609, - "Ġdel": 1610, - "Ġname": 1611, - "Ġfac": 1612, - "port": 1613, - "cing": 1614, - "ances": 1615, - "ĠSome": 1616, - "ploy": 1617, - "urther": 1618, - "ĠWith": 1619, - "Ġaccess": 1620, - "Ġlo": 1621, - "ably": 1622, - "ĠStates": 1623, - "aper": 1624, - "Ġwee": 1625, - "ames": 1626, - "Ġcase": 1627, - "Ġstruct": 1628, - "ĠOr": 1629, - "Ġage": 1630, - "Ġcertain": 1631, - "sc": 1632, - "Ġfree": 1633, - "Ġcome": 1634, - "to": 1635, - "Ġmonth": 1636, - "Ġproblem": 1637, - "ised": 1638, - "une": 1639, - "Ġconn": 1640, - "__": 1641, - "Ġtype": 1642, - "Ġpress": 1643, - "Ġlist": 1644, - "ression": 1645, - "urope": 1646, - "Ġlab": 1647, - "Ġrece": 1648, - "Ġpost": 1649, - "Ġrun": 1650, - "Ġview": 1651, - "Ġnatural": 1652, - "Ġobject": 1653, - "Ġbi": 1654, - "oint": 1655, - "ones": 1656, - "Ġput": 1657, - "Ġproblems": 1658, - "Ġintern": 1659, - "Ġsuccess": 1660, - "Ġcreat": 1661, - "eg": 1662, - "br": 1663, - "Ġgr": 1664, - "Ġlevels": 1665, - "ww": 1666, - "Ġhard": 1667, - "Ġlocal": 1668, - "be": 1669, - "Ġamount": 1670, - "Ġbro": 1671, - "Ġcells": 1672, - "olution": 1673, - "Ġimpact": 1674, - "Ġflow": 1675, - "Ġassoci": 1676, - "Ġsignificant": 1677, - ",\"": 1678, - "icult": 1679, - "ĠCent": 1680, - "ggest": 1681, - "ope": 1682, - "Ġlittle": 1683, - "ĠAf": 1684, - "Ġmult": 1685, - "Ġvol": 1686, - "ĠNational": 1687, - "Ġbook": 1688, - "ring": 1689, - "Ġbir": 1690, - "Ġ0": 1691, - "Ġdue": 1692, - "Ġyoung": 1693, - "por": 1694, - "work": 1695, - "Ġfar": 1696, - "Ġmaking": 1697, - "resent": 1698, - "ĠEurope": 1699, - "Ġvir": 1700, - "ething": 1701, - "ĠChrist": 1702, - "ĠFr": 1703, - "Ġlet": 1704, - "atory": 1705, - "ĠBy": 1706, - "Ġfocus": 1707, - "Ġlater": 1708, - "Ġuntil": 1709, - "Ġsuggest": 1710, - "Ġbehav": 1711, - "oks": 1712, - "ledge": 1713, - "Ġshort": 1714, - "ortun": 1715, - "ither": 1716, - "ication": 1717, - "Ġturn": 1718, - "Ġgiven": 1719, - "uture": 1720, - "ately": 1721, - "Ġcho": 1722, - "stit": 1723, - "ĠBl": 1724, - "Ġinvest": 1725, - "ides": 1726, - "Ġsw": 1727, - "Ġcomput": 1728, - "Ġfunction": 1729, - "ured": 1730, - "yd": 1731, - "Ġdeterm": 1732, - "ged": 1733, - "ĠWor": 1734, - "Ġheart": 1735, - "ĠUS": 1736, - "Ġrad": 1737, - "Ġeducation": 1738, - "Ġcirc": 1739, - "Ġpolit": 1740, - "Ġlikely": 1741, - "omm": 1742, - "cle": 1743, - "Ġdays": 1744, - "over": 1745, - "Ġsystems": 1746, - "Ġseem": 1747, - "Ġ16": 1748, - "aken": 1749, - "agement": 1750, - "face": 1751, - "hem": 1752, - "Ġincrease": 1753, - "aps": 1754, - "Ġalong": 1755, - "Ġcomb": 1756, - "not": 1757, - "ead": 1758, - "ĠMed": 1759, - "Ġ'": 1760, - "Ġcommunity": 1761, - "Ġobs": 1762, - "Ġfil": 1763, - "Ġsomething": 1764, - "Ġresults": 1765, - "oph": 1766, - "Ġteac": 1767, - "Ġlanguage": 1768, - "Ġappear": 1769, - "ried": 1770, - "ending": 1771, - "Ġusually": 1772, - "Ġcourse": 1773, - "12": 1774, - "Ġsing": 1775, - "Ġtechnology": 1776, - "Ġalways": 1777, - "vious": 1778, - "Ġconsum": 1779, - "Ġdeath": 1780, - "pect": 1781, - "Ġdra": 1782, - "ĠEar": 1783, - "Ġspecific": 1784, - "ecially": 1785, - "Ġdifficult": 1786, - "aster": 1787, - "ape": 1788, - "Ġtemper": 1789, - "18": 1790, - "Ġrele": 1791, - "ohn": 1792, - "Ġcreate": 1793, - "Ġpast": 1794, - "Ġclear": 1795, - "Ġsimilar": 1796, - "etic": 1797, - "Ġenc": 1798, - "Ġ$": 1799, - "Ġeffective": 1800, - "Ġcharacter": 1801, - "Ġconditions": 1802, - "Ġgive": 1803, - "Ġwords": 1804, - "Ġexperience": 1805, - "Ġauthor": 1806, - "Ġworks": 1807, - "Ġcr": 1808, - "pr": 1809, - "asing": 1810, - "ĠThat": 1811, - "Ġparent": 1812, - "Ġneeds": 1813, - "Ġey": 1814, - "ym": 1815, - "ators": 1816, - "Ġexist": 1817, - "Ġill": 1818, - "Ġcentury": 1819, - "ember": 1820, - "ours": 1821, - "Ġspace": 1822, - "Ġwhy": 1823, - "Ġdescrib": 1824, - "Ġpopulation": 1825, - "ned": 1826, - "Ġline": 1827, - "Ġtoday": 1828, - "ptoms": 1829, - "af": 1830, - "isc": 1831, - "Ġmillion": 1832, - "Ġhigher": 1833, - "Ġvarious": 1834, - "Ġcrit": 1835, - "rug": 1836, - "aining": 1837, - "Ġrecord": 1838, - "Ġbrain": 1839, - "especially": 1840, - "50": 1841, - "Ġfuture": 1842, - "Ġprofess": 1843, - "Ġspecial": 1844, - "idd": 1845, - "Ġcancer": 1846, - "of": 1847, - "Ġdam": 1848, - "ĠBrit": 1849, - "ĠAfric": 1850, - "Ġdiscuss": 1851, - "ĠWhile": 1852, - "ler": 1853, - "ribut": 1854, - "ruction": 1855, - "Ġacross": 1856, - "iation": 1857, - "ĠIm": 1858, - "Ġnecess": 1859, - "min": 1860, - "Ġabove": 1861, - "obal": 1862, - "Ġer": 1863, - "Ġapplic": 1864, - "Ġbusiness": 1865, - "Ġbegin": 1866, - "Ġstrong": 1867, - "Ġchanges": 1868, - "Ġnext": 1869, - "ored": 1870, - "Ġtoget": 1871, - "Ġtogether": 1872, - "mit": 1873, - "Ġhowever": 1874, - "Ġcountries": 1875, - "orts": 1876, - "Ġprop": 1877, - "ox": 1878, - "put": 1879, - "Ġside": 1880, - "Ġtry": 1881, - "Ġleast": 1882, - "reen": 1883, - "app": 1884, - "ique": 1885, - "Ġmov": 1886, - "ysis": 1887, - "Ġrequire": 1888, - "Ġimprove": 1889, - "ateg": 1890, - "Ġrespons": 1891, - "Ġplants": 1892, - "Ġask": 1893, - "Ġworking": 1894, - "ilities": 1895, - "Ġmot": 1896, - "most": 1897, - "Ġestab": 1898, - "Ġkind": 1899, - "aves": 1900, - "ray": 1901, - "Ġeffects": 1902, - "Ġcy": 1903, - "Ġcomplete": 1904, - "atch": 1905, - "Ġpatients": 1906, - "ĠAb": 1907, - "ĠJohn": 1908, - "Ġnever": 1909, - "Ġleft": 1910, - "Ġresearc": 1911, - "selves": 1912, - "Ġaway": 1913, - "ĠGen": 1914, - "Ġways": 1915, - "ode": 1916, - "oney": 1917, - "ĠDr": 1918, - "amm": 1919, - "Ġespecially": 1920, - "Ġtool": 1921, - "Ġterm": 1922, - "sw": 1923, - "omes": 1924, - "Ġcolle": 1925, - "11": 1926, - "Ġenough": 1927, - "ĠAfter": 1928, - "aces": 1929, - "Ġtru": 1930, - "acy": 1931, - "Ġsens": 1932, - "Ġprim": 1933, - "ales": 1934, - "ilt": 1935, - "Ġkey": 1936, - "Ġchem": 1937, - "Ġgeneral": 1938, - "Ġteam": 1939, - "Ġnet": 1940, - "Ġfull": 1941, - "Ġinflu": 1942, - "Ġhaving": 1943, - "Ġstudies": 1944, - "ĠGerm": 1945, - "let": 1946, - "Ġtypes": 1947, - "oot": 1948, - "Ġsubject": 1949, - "ĠWar": 1950, - "duct": 1951, - "Ġcases": 1952, - "Ġrelations": 1953, - "aching": 1954, - "Ġconsider": 1955, - "alf": 1956, - "nal": 1957, - "ires": 1958, - "acc": 1959, - "ĠGo": 1960, - "thing": 1961, - "ush": 1962, - "ument": 1963, - "oman": 1964, - "Ġgoing": 1965, - "iting": 1966, - "Ġlower": 1967, - "lement": 1968, - "aring": 1969, - "Ġopt": 1970, - "Ġstep": 1971, - "side": 1972, - "chie": 1973, - "Ġnorm": 1974, - "Ġaccount": 1975, - "ĠAm": 1976, - "ĠNe": 1977, - "Ġrole": 1978, - "Ġknowledge": 1979, - "Ġwhether": 1980, - "ipp": 1981, - "ges": 1982, - "Ġbecame": 1983, - "Ġphysical": 1984, - "ĠWorld": 1985, - "Ġself": 1986, - "Ġz": 1987, - "ĠStud": 1988, - "ley": 1989, - "Ġsymptoms": 1990, - "Ġ198": 1991, - "Ġmic": 1992, - "istic": 1993, - "ĠEnglish": 1994, - "Ġprotect": 1995, - "Ġproduction": 1996, - "Ġconcer": 1997, - "Ġmind": 1998, - "Ġrepresent": 1999, - "Ġfurther": 2000, - "Ġmakes": 2001, - "NA": 2002, - "Ġpred": 2003, - "aim": 2004, - "Ġhouse": 2005, - "ann": 2006, - "ification": 2007, - "apt": 2008, - "Ġreason": 2009, - "Ġpolic": 2010, - "ĠHealth": 2011, - "Ġ14": 2012, - "ency": 2013, - "ued": 2014, - "ĠShe": 2015, - "Ġcity": 2016, - "ready": 2017, - "ables": 2018, - "ae": 2019, - "ĠTr": 2020, - "Ġground": 2021, - "Ġ30": 2022, - "Ġlive": 2023, - "ĠCar": 2024, - "Ġbig": 2025, - "Ġsum": 2026, - "atures": 2027, - "itor": 2028, - "ung": 2029, - "Ġscience": 2030, - "Ġchall": 2031, - "Ġens": 2032, - "cul": 2033, - "//": 2034, - "Ġdig": 2035, - "ott": 2036, - "Ġrange": 2037, - "Ġquestion": 2038, - "Ġnut": 2039, - "ery": 2040, - "Ġgrowth": 2041, - "eds": 2042, - "Ġvalue": 2043, - "Ġwr": 2044, - "Ġtoward": 2045, - "ĠMar": 2046, - "sych": 2047, - "Ġfund": 2048, - "Ġtext": 2049, - "Ġemploy": 2050, - "Ġmodel": 2051, - "ĠDo": 2052, - "bon": 2053, - "Ġactivity": 2054, - "edi": 2055, - "Ġindic": 2056, - "Ġsure": 2057, - "ĠResear": 2058, - "ites": 2059, - "verage": 2060, - "ĠIntern": 2061, - "Ġseen": 2062, - "ibility": 2063, - "aut": 2064, - "Ġparticip": 2065, - "Ġquality": 2066, - "Ġ13": 2067, - "ird": 2068, - "Ġpaper": 2069, - "ĠGe": 2070, - "Ġgroups": 2071, - "Ġloss": 2072, - "Ġactivities": 2073, - "lo": 2074, - "Ġalready": 2075, - "Ġeff": 2076, - "Ġpotential": 2077, - "Ġbelow": 2078, - "for": 2079, - "urch": 2080, - "ream": 2081, - "Ġ11": 2082, - "Ġfall": 2083, - "uation": 2084, - "iol": 2085, - "Ġstat": 2086, - "Ġreally": 2087, - "by": 2088, - "Ġwind": 2089, - "Ġlot": 2090, - "Ġword": 2091, - "Ġdone": 2092, - "osis": 2093, - "ĠPr": 2094, - "iple": 2095, - "Ġproducts": 2096, - "Ġclose": 2097, - "Ġstory": 2098, - "augh": 2099, - "rel": 2100, - "Ġdeveloped": 2101, - "Ġrather": 2102, - "200": 2103, - "oura": 2104, - "Ġachie": 2105, - "mber": 2106, - "Ġoffic": 2107, - "erence": 2108, - "://": 2109, - "etimes": 2110, - "Ġfield": 2111, - "Ġresources": 2112, - "Ġrecogn": 2113, - "Ġneg": 2114, - "fact": 2115, - "Ġeither": 2116, - "ee": 2117, - "ands": 2118, - "ĠAcc": 2119, - "ils": 2120, - "Ġdiet": 2121, - "esc": 2122, - "Ġsingle": 2123, - "ĠCal": 2124, - "Ġaccording": 2125, - "Ġindust": 2126, - "Ġmass": 2127, - "Ġdeg": 2128, - "Ġrate": 2129, - "ĠSouth": 2130, - "Ġprob": 2131, - "Ġ=": 2132, - "Ġskills": 2133, - "overed": 2134, - "Ġur": 2135, - "Ġabs": 2136, - "Ġsurface": 2137, - "Ġtradition": 2138, - "Ġreduce": 2139, - "ĠMay": 2140, - "idered": 2141, - "Ġbuilding": 2142, - "Ġevent": 2143, - "ival": 2144, - "Ġdrug": 2145, - "Ġclimate": 2146, - "Ġphot": 2147, - "unt": 2148, - "iam": 2149, - "yl": 2150, - "Ġbat": 2151, - "Ġflu": 2152, - "Ġconcept": 2153, - "Ġsource": 2154, - "wh": 2155, - "Ġobserv": 2156, - "Ġnational": 2157, - "amin": 2158, - "Ġinit": 2159, - "Ġcollect": 2160, - "ĠNorth": 2161, - "ison": 2162, - "Ġmedical": 2163, - "Ġfive": 2164, - "ask": 2165, - "Ġarticle": 2166, - "Ġissues": 2167, - "Ġonce": 2168, - "yn": 2169, - "rams": 2170, - "30": 2171, - "leep": 2172, - "Ġsite": 2173, - "Ġwhole": 2174, - "Ġfr": 2175, - "Ġtaken": 2176, - "val": 2177, - "Ġintrodu": 2178, - "fer": 2179, - "urity": 2180, - "Ġtot": 2181, - "ivity": 2182, - "ER": 2183, - "eter": 2184, - "Ġconsidered": 2185, - "Ġred": 2186, - "Ġresearchers": 2187, - "Ġfrequ": 2188, - "Ġrecomm": 2189, - "rict": 2190, - "16": 2191, - "Ġdom": 2192, - "ĠAss": 2193, - "Ġpressure": 2194, - "ule": 2195, - "Ġquestions": 2196, - "Ġcut": 2197, - "ĠCont": 2198, - "fficient": 2199, - "rect": 2200, - "Ġwhite": 2201, - "Ġevidence": 2202, - "15": 2203, - "ĠAmerica": 2204, - "ivil": 2205, - "ĠMan": 2206, - "Ġaddress": 2207, - "Ġsize": 2208, - "Ġfail": 2209, - "Ġassociated": 2210, - "Ġann": 2211, - "Ġsun": 2212, - "Ġmembers": 2213, - "Ġdetail": 2214, - "roll": 2215, - "Ġver": 2216, - "Ġmeet": 2217, - "Ġmarket": 2218, - "Ġcreated": 2219, - "Ġupon": 2220, - "ĠRep": 2221, - "Ġincreased": 2222, - "Ġpay": 2223, - "ublic": 2224, - "Ġnature": 2225, - "Ġwide": 2226, - "ĠMany": 2227, - "Ġfri": 2228, - "reme": 2229, - "Ġskin": 2230, - "ips": 2231, - "Ġsent": 2232, - "Ġdoct": 2233, - "plic": 2234, - "Ġsal": 2235, - "Ġstress": 2236, - "Ġliving": 2237, - "Ġthemselves": 2238, - "Ġcame": 2239, - "ĠSoc": 2240, - "Ġtell": 2241, - "Ġrelig": 2242, - "Ġhold": 2243, - "epend": 2244, - "Ġpolitical": 2245, - "Ġcannot": 2246, - "ĠAust": 2247, - "utions": 2248, - "Ġanimals": 2249, - "Ġunderstanding": 2250, - "Ġpractice": 2251, - "Ġlay": 2252, - "Ġactually": 2253, - "Ġsound": 2254, - "ensive": 2255, - "Ġhistor": 2256, - "Ġdest": 2257, - "ĠAct": 2258, - "Ġrequired": 2259, - "ights": 2260, - "Ġopportun": 2261, - "illed": 2262, - "Ġsimple": 2263, - "reg": 2264, - "Ġreturn": 2265, - "ĠNo": 2266, - "Ġstates": 2267, - "Ġrelated": 2268, - "ĠPe": 2269, - "ournal": 2270, - "sequ": 2271, - "aced": 2272, - "Ġrelationship": 2273, - "Ġweek": 2274, - "itud": 2275, - "ober": 2276, - "Ġhealthy": 2277, - "Ġneeded": 2278, - "Ġengine": 2279, - "Ġadult": 2280, - "ety": 2281, - "Ġblack": 2282, - "Ġpurp": 2283, - "Ġability": 2284, - "Ġeconomic": 2285, - "ĠHis": 2286, - "Ġmaterials": 2287, - "ĠHist": 2288, - "Ġ197": 2289, - "Ġentire": 2290, - "Ġcondition": 2291, - "ening": 2292, - "like": 2293, - "Ġmaint": 2294, - "Ġprote": 2295, - "ibr": 2296, - "Ġglobal": 2297, - "ĠDep": 2298, - "org": 2299, - "Ġthought": 2300, - "oon": 2301, - "enn": 2302, - "Ġquick": 2303, - "Ġcomplex": 2304, - "aging": 2305, - "Ġstudent": 2306, - "Ġmodern": 2307, - "14": 2308, - "Ġcomes": 2309, - "17": 2310, - "sh": 2311, - "Ġfamil": 2312, - "Ġpublished": 2313, - "Ġparts": 2314, - "Ġfat": 2315, - "Ġfactors": 2316, - "Ġport": 2317, - "Ġansw": 2318, - "Ġidea": 2319, - "ĠEm": 2320, - "Ġanalysis": 2321, - "Ġexperien": 2322, - "ĠGu": 2323, - "Ġfish": 2324, - "chan": 2325, - "Ġarg": 2326, - "Ġalmost": 2327, - "Ġdoc": 2328, - "Ġexerc": 2329, - "ĠFl": 2330, - "AS": 2331, - "Ġavoid": 2332, - "Ġdog": 2333, - "Ġservices": 2334, - "Ġitself": 2335, - "Ġhtt": 2336, - "ĠX": 2337, - "hing": 2338, - "ging": 2339, - "Ġmanagement": 2340, - "ump": 2341, - "Ġprovides": 2342, - "acks": 2343, - "Ġvers": 2344, - "artment": 2345, - "Ġmoney": 2346, - "oses": 2347, - "gest": 2348, - "hib": 2349, - "Ġoil": 2350, - "eb": 2351, - "aged": 2352, - "ĠEarth": 2353, - "ai": 2354, - "rad": 2355, - "\".": 2356, - "ĠCo": 2357, - "ĠMost": 2358, - "ores": 2359, - "ened": 2360, - "Ġassess": 2361, - "Ġsoil": 2362, - "Ġweight": 2363, - "ney": 2364, - "Ġcat": 2365, - "Ġreact": 2366, - "Ġapproach": 2367, - "lying": 2368, - "):": 2369, - "Ġmonths": 2370, - "ĠÂ": 2371, - "Ġsuff": 2372, - "Ġcoll": 2373, - "Ġpath": 2374, - "Ġarch": 2375, - "itary": 2376, - "Ġhalf": 2377, - "Ġgas": 2378, - "Ġnecessary": 2379, - "Ġmor": 2380, - "erve": 2381, - "ĠYork": 2382, - "13": 2383, - "vere": 2384, - "Ġsam": 2385, - "ences": 2386, - "go": 2387, - "mon": 2388, - "Ġbar": 2389, - "Ġmeasure": 2390, - "ĠMore": 2391, - "Ġproduce": 2392, - "Ġsuper": 2393, - "ĠState": 2394, - "Ġrights": 2395, - "Ġparents": 2396, - ".)": 2397, - "Ġjob": 2398, - "olic": 2399, - "Ġ100": 2400, - "eding": 2401, - "ystem": 2402, - "ĠSu": 2403, - "Ġwriting": 2404, - "Ġlink": 2405, - "Ġmedic": 2406, - "bo": 2407, - "uel": 2408, - "usion": 2409, - "ply": 2410, - "Ġarr": 2411, - "Ġliter": 2412, - "Ġtook": 2413, - "Ġconduct": 2414, - "izing": 2415, - "Ġpriv": 2416, - "ĠAlthough": 2417, - "based": 2418, - "Ġsoft": 2419, - "Ġbegan": 2420, - "onse": 2421, - "Ġever": 2422, - "urs": 2423, - "Ġtar": 2424, - "Ġgreen": 2425, - "Ġpersonal": 2426, - "Ġemer": 2427, - "ĠResearch": 2428, - "ĠHere": 2429, - "rown": 2430, - "Ġcomputer": 2431, - "nces": 2432, - "emic": 2433, - "Ġprinc": 2434, - "abor": 2435, - "Ġchemical": 2436, - "Ġpattern": 2437, - "Ġpopular": 2438, - "irm": 2439, - "Ġsepar": 2440, - "Ġindividuals": 2441, - "Ġstop": 2442, - "Ġrepl": 2443, - "iddle": 2444, - "ese": 2445, - "Ġthroughout": 2446, - "ĠBritish": 2447, - "Ġreading": 2448, - "Ġregion": 2449, - "utes": 2450, - "ections": 2451, - "Ġincreasing": 2452, - "Ġyet": 2453, - "ume": 2454, - "Ġcolor": 2455, - "Ġaction": 2456, - "Ġregard": 2457, - "Ġcompany": 2458, - "Ġ196": 2459, - "Ġshows": 2460, - "Ġtaking": 2461, - "Ġge": 2462, - "Ġcop": 2463, - "iction": 2464, - "ĠCanad": 2465, - "Ġtherap": 2466, - "Ġfarm": 2467, - "pid": 2468, - "igure": 2469, - "Ġ50": 2470, - "ma": 2471, - "Ġsociety": 2472, - "Ġclaim": 2473, - "oll": 2474, - "inter": 2475, - "ĠJew": 2476, - "abit": 2477, - "Ġinteract": 2478, - "Ġfire": 2479, - "erous": 2480, - "Ġonline": 2481, - "ze": 2482, - "Ġtotal": 2483, - "empt": 2484, - "ĠAccording": 2485, - "Ġcontent": 2486, - "ID": 2487, - "Ġanc": 2488, - "estern": 2489, - "Ġut": 2490, - "Ġ25": 2491, - "Ġstructure": 2492, - "Ġrecent": 2493, - "Ġbur": 2494, - "Ġsense": 2495, - "hold": 2496, - "ising": 2497, - "ript": 2498, - "Ġprevious": 2499, - "apan": 2500, - "Ġindustry": 2501, - "Ġbuilt": 2502, - "Ġlonger": 2503, - "my": 2504, - "Ġtraining": 2505, - "Ġclean": 2506, - "ĠMe": 2507, - "Ġterms": 2508, - "Ġtemperature": 2509, - "ches": 2510, - "anced": 2511, - "het": 2512, - "yle": 2513, - "ively": 2514, - "Ġrul": 2515, - "Ġservice": 2516, - "Ġposition": 2517, - "uck": 2518, - "astic": 2519, - "Ġinj": 2520, - "Ġdeb": 2521, - "icles": 2522, - "ĠSchool": 2523, - "Ġbehavior": 2524, - "Ġtalk": 2525, - "pro": 2526, - "ĠPar": 2527, - "Ġla": 2528, - "iment": 2529, - "é": 2530, - "Ġsix": 2531, - "Ġschools": 2532, - "Ġsleep": 2533, - "ĠPre": 2534, - "ES": 2535, - "itation": 2536, - "ĠPer": 2537, - "Ġdiagn": 2538, - "Ġcaused": 2539, - "ĠInstit": 2540, - "reng": 2541, - "Ġmatter": 2542, - "Ġhours": 2543, - "Ġenvironmental": 2544, - "Ġheat": 2545, - "Ġsurv": 2546, - "ĠOther": 2547, - "Ġbreak": 2548, - "Ġtravel": 2549, - "Ġcauses": 2550, - "Ġheav": 2551, - "ĠYour": 2552, - "Ġbenefits": 2553, - "Ġsat": 2554, - "Ġce": 2555, - "Ġmeaning": 2556, - "lt": 2557, - "ĠSec": 2558, - "ĠInt": 2559, - "Ġconc": 2560, - "Ġmach": 2561, - "Ġsex": 2562, - "AT": 2563, - "Ġpositive": 2564, - "ulations": 2565, - "fully": 2566, - "Ġcontact": 2567, - "ĠQu": 2568, - "Ġrev": 2569, - "Ġdisord": 2570, - "ns": 2571, - "Ġlives": 2572, - "lex": 2573, - "Ġthing": 2574, - "Ġvari": 2575, - "minist": 2576, - "ene": 2577, - "ĠCO": 2578, - "Ġcheck": 2579, - "Ġeasy": 2580, - "Ġetc": 2581, - "ĠApp": 2582, - "Ġprovided": 2583, - "Ġ194": 2584, - "Ġcontain": 2585, - "Ġshown": 2586, - "istance": 2587, - "vey": 2588, - "aily": 2589, - "Ġste": 2590, - "ĠII": 2591, - "ĠIndia": 2592, - "ĠFrom": 2593, - "Ġspread": 2594, - "Ġtrue": 2595, - "Ġbacter": 2596, - "Ġbring": 2597, - "istics": 2598, - "hood": 2599, - "ropri": 2600, - "Ġdesigned": 2601, - "ricult": 2602, - "aff": 2603, - "ĠJapan": 2604, - "ows": 2605, - "Ġfru": 2606, - "inary": 2607, - "Ġmethods": 2608, - "ĠComp": 2609, - "Ġsafe": 2610, - "ĠWill": 2611, - "Ġaccept": 2612, - "Ġincludes": 2613, - "Ġregular": 2614, - "Ġprec": 2615, - "Ġaverage": 2616, - "ronic": 2617, - "Ġfem": 2618, - "gar": 2619, - "Ġwild": 2620, - "Ġcarbon": 2621, - "Ġmechan": 2622, - "Ġvide": 2623, - "ufact": 2624, - "ĠUs": 2625, - "Ġstandard": 2626, - "ĠPres": 2627, - "asc": 2628, - "ster": 2629, - "rought": 2630, - "Ġled": 2631, - "Ġlif": 2632, - "ĠOf": 2633, - "aving": 2634, - "Ġsubst": 2635, - "Ġ...": 2636, - "Ġvariety": 2637, - "Ġtarget": 2638, - "Ġrelative": 2639, - "Ġresponse": 2640, - "ister": 2641, - "Ġdeep": 2642, - "Ġearth": 2643, - "ederal": 2644, - "AR": 2645, - "Ġgreater": 2646, - "Ġlove": 2647, - "mb": 2648, - "ĠKing": 2649, - "Ġeat": 2650, - "lands": 2651, - "ners": 2652, - "ched": 2653, - "rior": 2654, - "imately": 2655, - "ĠEd": 2656, - "Ġmovement": 2657, - "Ġhelps": 2658, - "Ġsimply": 2659, - "ĠâĢ¢": 2660, - "Ġpoll": 2661, - "Ġslow": 2662, - "Ġissue": 2663, - "Ġbelieve": 2664, - "Ġmusic": 2665, - "ĠNot": 2666, - "Ġmicro": 2667, - "atives": 2668, - "Ġsometimes": 2669, - "abet": 2670, - "Ġculture": 2671, - "ades": 2672, - "rast": 2673, - "verse": 2674, - "Ġreview": 2675, - "Ġcompan": 2676, - "aries": 2677, - "Ġviol": 2678, - "Ġ,": 2679, - "Ġreported": 2680, - "rench": 2681, - "Ġorigin": 2682, - "Ġface": 2683, - "ĠPart": 2684, - "ĠRec": 2685, - "Ġprograms": 2686, - "Ġexc": 2687, - "Ġpsych": 2688, - "Ġthreat": 2689, - "ength": 2690, - "Ġdamage": 2691, - "Ġoriginal": 2692, - "Ġdoing": 2693, - "--": 2694, - "eration": 2695, - "Ġuses": 2696, - "aling": 2697, - "Ġinvolved": 2698, - "Ġstreng": 2699, - "amed": 2700, - "duc": 2701, - "Ġrespect": 2702, - "Ġwritten": 2703, - "Ġevents": 2704, - "Ġdemon": 2705, - "osition": 2706, - "dom": 2707, - "Ġencoura": 2708, - "Ġscientists": 2709, - "Ġidentify": 2710, - "ĠCons": 2711, - "ĠAustral": 2712, - "ĠScience": 2713, - "Ġremov": 2714, - "Ġfoods": 2715, - "Ġsources": 2716, - "arily": 2717, - "Ġnormal": 2718, - "ĠMin": 2719, - "ban": 2720, - "Ġcompet": 2721, - "Ġoutside": 2722, - "ucle": 2723, - "know": 2724, - "Ġcompon": 2725, - "Ġtax": 2726, - "Ġbal": 2727, - "ender": 2728, - "ials": 2729, - "rand": 2730, - "Ġparticularly": 2731, - "Ġelectric": 2732, - "Ġemot": 2733, - "Ġinteg": 2734, - "aches": 2735, - "Ġforms": 2736, - "Ġimage": 2737, - "oor": 2738, - "Ġcamp": 2739, - "Ġpoor": 2740, - "new": 2741, - "Ġessential": 2742, - "Ġ24": 2743, - "Ġlack": 2744, - "ĠHar": 2745, - "ctions": 2746, - "Ġpict": 2747, - "ises": 2748, - "Ġbasic": 2749, - "light": 2750, - "Ġensure": 2751, - "elling": 2752, - "uge": 2753, - "Ġcust": 2754, - "Ġvirus": 2755, - "ĠAg": 2756, - "hel": 2757, - "Ġgrowing": 2758, - "Ġproduced": 2759, - "Ġattention": 2760, - "Ġdeveloping": 2761, - "Ġple": 2762, - "Ġrefer": 2763, - "ĠGl": 2764, - "Ġforest": 2765, - "Ġgenerally": 2766, - "Ġemb": 2767, - "ĠChina": 2768, - "Ġchalleng": 2769, - "Ġextreme": 2770, - "Ġox": 2771, - "Ġforce": 2772, - "Ġsust": 2773, - "Ġlate": 2774, - "idge": 2775, - "Ġshare": 2776, - "Ġdispl": 2777, - "rated": 2778, - "ĠNow": 2779, - "room": 2780, - "Ġserious": 2781, - "Ġappl": 2782, - "ĠFirst": 2783, - "oles": 2784, - "Ġi": 2785, - "Ġpage": 2786, - "Ġaff": 2787, - "Ġwebs": 2788, - "Ġteachers": 2789, - "Ġattempt": 2790, - "ief": 2791, - "Ġharm": 2792, - "son": 2793, - "ĠCount": 2794, - "ached": 2795, - "Ġmagn": 2796, - "Ġimplement": 2797, - "umb": 2798, - "Ġlat": 2799, - "rie": 2800, - "ĠBec": 2801, - "ĠOur": 2802, - "Ġlog": 2803, - "Ġfeet": 2804, - "ĠDuring": 2805, - "ĠJan": 2806, - "Ġanimal": 2807, - "Ġcorrect": 2808, - "Ġnetwork": 2809, - "Ġselect": 2810, - "Ġhyd": 2811, - "Ġconsist": 2812, - "Ġcoun": 2813, - "ops": 2814, - "Ġvacc": 2815, - "ĠKe": 2816, - "Ġsqu": 2817, - "Ġnumbers": 2818, - "Ġdefin": 2819, - "Ġincluded": 2820, - "Ġpatient": 2821, - "Ġmanufact": 2822, - "Ġdoesn": 2823, - "Ġdraw": 2824, - "ervation": 2825, - "ems": 2826, - "issions": 2827, - "Ġir": 2828, - "ads": 2829, - "Ġaware": 2830, - "Ġap": 2831, - "osing": 2832, - "Ġattack": 2833, - "bor": 2834, - "ĠAc": 2835, - "ĠBo": 2836, - "ĠArt": 2837, - "osure": 2838, - "Ġvisit": 2839, - "Ġsafety": 2840, - "Ġwood": 2841, - "Ġideas": 2842, - "ĠEl": 2843, - "isions": 2844, - "Ġprobably": 2845, - "Ġindepend": 2846, - "Ġmess": 2847, - "Ġcontinue": 2848, - "Ġgetting": 2849, - "Ġ--": 2850, - "25": 2851, - "Ġseries": 2852, - "Ġtherefore": 2853, - "Ġtakes": 2854, - "ĠChild": 2855, - "fect": 2856, - "ĠEduc": 2857, - "ribution": 2858, - "ming": 2859, - "Ġdou": 2860, - "Ġ/": 2861, - "set": 2862, - "ana": 2863, - "imum": 2864, - "Ġnight": 2865, - "Ġfinanc": 2866, - "ĠSm": 2867, - "Ġexpress": 2868, - "imin": 2869, - "Ġkids": 2870, - "Ġprep": 2871, - "Ġprint": 2872, - "eed": 2873, - "ography": 2874, - "IS": 2875, - "cies": 2876, - "raft": 2877, - "uth": 2878, - "Ġeasily": 2879, - "Ġmedia": 2880, - "iot": 2881, - "ties": 2882, - "Ġcolon": 2883, - "Ġthus": 2884, - "ĠJu": 2885, - "Ġpolicy": 2886, - "ĠMy": 2887, - "Ġperformance": 2888, - "Ġsomeone": 2889, - "ground": 2890, - "Ġconcent": 2891, - "ĠAug": 2892, - "Ġveget": 2893, - "irit": 2894, - "Ġinternational": 2895, - "ĠTw": 2896, - "ided": 2897, - "Ġprimary": 2898, - "oly": 2899, - "Ġmother": 2900, - "IN": 2901, - "Ġinvestig": 2902, - "Ġdaily": 2903, - "Ġlooking": 2904, - "Ġbab": 2905, - "Ġfa": 2906, - "Ġcommit": 2907, - "Ġwall": 2908, - "Ġstarted": 2909, - "Ġtheory": 2910, - "Ġleaders": 2911, - "Ġsil": 2912, - "Ġvit": 2913, - "ension": 2914, - "Ġearl": 2915, - "Th": 2916, - "Ġdifference": 2917, - "Ġallows": 2918, - "ĠEuropean": 2919, - "Ġmental": 2920, - "Ġtraditional": 2921, - "Ġquite": 2922, - "Ġcover": 2923, - "vention": 2924, - "Ġ40": 2925, - "Ġdiseases": 2926, - "asons": 2927, - "Ġinstead": 2928, - "iency": 2929, - "Ġsea": 2930, - "ius": 2931, - "Ġestim": 2932, - "Ġadded": 2933, - "ino": 2934, - "rew": 2935, - "Ġcross": 2936, - "rs": 2937, - "itude": 2938, - "Ġappropri": 2939, - "Ġful": 2940, - "Ġcit": 2941, - "Ġdang": 2942, - "ha": 2943, - "Ġdiv": 2944, - "Ġtree": 2945, - "Ġdecre": 2946, - "erg": 2947, - "Ġtown": 2948, - "haps": 2949, - "Ġbooks": 2950, - "Ġtur": 2951, - "overy": 2952, - "Ġachieve": 2953, - "Ġwarm": 2954, - "ĠFrench": 2955, - "Ġinstit": 2956, - "Ġdetermine": 2957, - "ĠSince": 2958, - "Ġago": 2959, - "Ġcompared": 2960, - "ror": 2961, - "ĠSch": 2962, - "uary": 2963, - "Ġinside": 2964, - "cell": 2965, - "Ġcommunities": 2966, - "Ġoffer": 2967, - "Ġtiss": 2968, - "ancy": 2969, - "ĠEven": 2970, - "ĠCenter": 2971, - "Ġprogress": 2972, - "Ġcivil": 2973, - "ying": 2974, - "Ġfav": 2975, - "Ġcompanies": 2976, - "ĠTra": 2977, - "Ġtend": 2978, - "Ġpoints": 2979, - "Ġmultiple": 2980, - "Ġcapt": 2981, - "Ġsold": 2982, - "na": 2983, - "Ġeth": 2984, - "Ġhy": 2985, - "Ġreflect": 2986, - "Ġeval": 2987, - "Ġtools": 2988, - "Ġestablished": 2989, - "ĠJes": 2990, - "Ġsou": 2991, - "inks": 2992, - "Ġthous": 2993, - "22": 2994, - "ĠIndian": 2995, - "Ġscientific": 2996, - "Ġhumans": 2997, - "ĠReg": 2998, - "Ġlarger": 2999, - "Ġreve": 3000, - "Ġthird": 3001, - "Ġheld": 3002, - "erson": 3003, - "ington": 3004, - "Ġfeed": 3005, - "Ġnation": 3006, - "Ġunique": 3007, - "Ġquickly": 3008, - "ĠCalif": 3009, - "rate": 3010, - "Ġrout": 3011, - "Ġanswer": 3012, - "Ġtrees": 3013, - "Ġeye": 3014, - "Ġdirectly": 3015, - "where": 3016, - "ls": 3017, - "ĠLear": 3018, - "Ġimmedi": 3019, - "Ġhighly": 3020, - "ellow": 3021, - "ounds": 3022, - "cil": 3023, - "Ġdemonstr": 3024, - "Ġdry": 3025, - "Ġgard": 3026, - "Ġinfection": 3027, - "ims": 3028, - "Ġnegative": 3029, - "ift": 3030, - "Ġfront": 3031, - "ĠHer": 3032, - "Ġspeak": 3033, - "Ġmilitary": 3034, - "Ġaltern": 3035, - "ĠOct": 3036, - "elt": 3037, - "anks": 3038, - "Ġacid": 3039, - "ĠWest": 3040, - "olar": 3041, - "ĠAnt": 3042, - "ille": 3043, - "Ġsolar": 3044, - "Ġadditional": 3045, - "nov": 3046, - "Ġdocument": 3047, - "Ġexercise": 3048, - "ĠApr": 3049, - "abetes": 3050, - "Ġdrink": 3051, - "ĠChar": 3052, - "Ġcritical": 3053, - "term": 3054, - "ĠInstitute": 3055, - "Ġactive": 3056, - "Ġextra": 3057, - "ĠAfrica": 3058, - "Ġbehind": 3059, - "Ġalthough": 3060, - "Ġproced": 3061, - "Ġquant": 3062, - "Ġclin": 3063, - "Ġbirth": 3064, - "ĠMarch": 3065, - "Ġbit": 3066, - "Ġhor": 3067, - "ĠWhy": 3068, - "undred": 3069, - "Ġsevere": 3070, - "Ġaspect": 3071, - "Ġsoon": 3072, - "ĠDepartment": 3073, - "Ġsecurity": 3074, - "____": 3075, - "Ġtowards": 3076, - "iers": 3077, - "Ġanaly": 3078, - "Ġcentral": 3079, - "iques": 3080, - "aly": 3081, - "useum": 3082, - "joy": 3083, - "ĠRead": 3084, - "ornia": 3085, - "ĠRuss": 3086, - "Ġfoot": 3087, - "www": 3088, - "Ġprior": 3089, - "Ġbad": 3090, - "ĠGerman": 3091, - "Ġhost": 3092, - "Ġtransport": 3093, - "Ġbroad": 3094, - "Ġfamilies": 3095, - "AN": 3096, - "ulate": 3097, - "Ġpurpose": 3098, - "Ġsupply": 3099, - "Ġhar": 3100, - "Ġwalk": 3101, - "cean": 3102, - "Ġobt": 3103, - "Ġaud": 3104, - "vant": 3105, - "gency": 3106, - "ĠHistory": 3107, - "Ġleading": 3108, - "Ġvalues": 3109, - "Ġtri": 3110, - "isms": 3111, - "ĠBr": 3112, - "Ġprotein": 3113, - "arr": 3114, - "Ġuseful": 3115, - "omet": 3116, - "ĠInc": 3117, - "Ġstay": 3118, - "Ġhot": 3119, - "att": 3120, - "Ġshall": 3121, - "ĠInternational": 3122, - "Ġlabor": 3123, - "Ġbeginning": 3124, - "Ġsituation": 3125, - "Ġstra": 3126, - "thern": 3127, - "uries": 3128, - "Ġwent": 3129, - "Ġteaching": 3130, - "ĠCalifornia": 3131, - "Ġwrite": 3132, - "Ġexpect": 3133, - "itis": 3134, - "Ġaccur": 3135, - "den": 3136, - "Ġcustom": 3137, - "pe": 3138, - "Ġfram": 3139, - "Ġlimited": 3140, - "ĠCor": 3141, - "ĠSept": 3142, - "oes": 3143, - "ĠSw": 3144, - "yond": 3145, - "Ġdoctor": 3146, - "ĠMon": 3147, - "Ġcard": 3148, - "Ġ2010": 3149, - "ĠAfrican": 3150, - "ON": 3151, - "ĠRet": 3152, - "ĠBecause": 3153, - "fl": 3154, - "Ġfeatures": 3155, - "ĠMus": 3156, - "ĠJune": 3157, - "Ġseems": 3158, - "Ġdecl": 3159, - "OR": 3160, - "Ġwhose": 3161, - "21": 3162, - "Ġhabit": 3163, - "Ġvideo": 3164, - "mar": 3165, - "Ġcontribut": 3166, - "yr": 3167, - "We": 3168, - "ĠDav": 3169, - "Ġhands": 3170, - "Ġ2012": 3171, - "Ġbase": 3172, - "hern": 3173, - "Ġelements": 3174, - "formation": 3175, - "ĠGree": 3176, - "Ġones": 3177, - "rition": 3178, - "Ġhttp": 3179, - "Ġworkers": 3180, - "ĠBar": 3181, - "Ġinfluence": 3182, - "iber": 3183, - "Ġ21": 3184, - "ilos": 3185, - "Ġmount": 3186, - "oming": 3187, - "Ġfinancial": 3188, - "Ġstrateg": 3189, - "Ġsoftware": 3190, - "Ġcontains": 3191, - "ĠAugust": 3192, - "Ġlength": 3193, - "Ġsearch": 3194, - "ĠJesus": 3195, - "Ġcapital": 3196, - "ĠThen": 3197, - "lection": 3198, - "Ġfight": 3199, - "ĠSim": 3200, - "Ġminutes": 3201, - "Ġlost": 3202, - "Ġsection": 3203, - "rogen": 3204, - "Ġwaste": 3205, - "Ġpack": 3206, - "ching": 3207, - "Ġthinking": 3208, - "Ġnucle": 3209, - "Ġang": 3210, - "Ġ*": 3211, - "Ġblock": 3212, - "Ġx": 3213, - "ĠApril": 3214, - "bol": 3215, - "Ġmom": 3216, - "Ġrates": 3217, - "iter": 3218, - "Ġexact": 3219, - "Ġrequires": 3220, - "Ġancient": 3221, - "inct": 3222, - "Ġapplication": 3223, - "oring": 3224, - "Ġdark": 3225, - "Ġmill": 3226, - "Ġfast": 3227, - "coh": 3228, - "gn": 3229, - "âĢĿ.": 3230, - "hens": 3231, - "hest": 3232, - "ĠAlso": 3233, - "Ġunc": 3234, - "ription": 3235, - "Ġinterp": 3236, - "ext": 3237, - "uk": 3238, - "uman": 3239, - "ologies": 3240, - "Ġsustain": 3241, - "Ġlargest": 3242, - "Ġjo": 3243, - "pper": 3244, - "fort": 3245, - "Ġreceived": 3246, - "Ġdescribed": 3247, - "cial": 3248, - "Ġelse": 3249, - "Ġcred": 3250, - "Ġcapac": 3251, - "Ġleaves": 3252, - "Ġenjoy": 3253, - "Ġnews": 3254, - "Ġhundred": 3255, - "Ġprocesses": 3256, - "Ġprotection": 3257, - "ipment": 3258, - "IC": 3259, - "Ġstri": 3260, - "Ġcosts": 3261, - "ĠMc": 3262, - "Ġdemand": 3263, - "Ġcarry": 3264, - "Ġbacteria": 3265, - "Ġadults": 3266, - "istry": 3267, - "Ġexcept": 3268, - "Ġ2011": 3269, - "Ġadminist": 3270, - "wise": 3271, - "Ġveh": 3272, - "Ġweeks": 3273, - "40": 3274, - "ĠFin": 3275, - "Ġdevices": 3276, - "Ġbrought": 3277, - "Ġdecision": 3278, - "ĠRiver": 3279, - "Ġimportance": 3280, - "Ġdisp": 3281, - "ields": 3282, - "rote": 3283, - "Ġsolution": 3284, - "Ġgot": 3285, - "Ġmole": 3286, - "Ġwa": 3287, - "Ġfit": 3288, - "Ġprivate": 3289, - "cks": 3290, - "ĠServ": 3291, - "orthern": 3292, - "Ġnearly": 3293, - "Ġjud": 3294, - "Ġult": 3295, - "Ġagricult": 3296, - "ĠJuly": 3297, - "Ġspeed": 3298, - "ĠWilliam": 3299, - "imal": 3300, - "Ġlines": 3301, - "Ġsn": 3302, - "izations": 3303, - "Ġbecomes": 3304, - "ĠWash": 3305, - "Ġimages": 3306, - "ulated": 3307, - "Ġnorth": 3308, - "Ġgoal": 3309, - "Ġlocated": 3310, - "estic": 3311, - "Ġstru": 3312, - "Ġord": 3313, - "Ġtable": 3314, - "equ": 3315, - "Ġagree": 3316, - "Ġplaces": 3317, - "Ġadop": 3318, - "Ġseason": 3319, - "mission": 3320, - "60": 3321, - "Ġcommunication": 3322, - "ĠOver": 3323, - "ĠLet": 3324, - "Ġrespond": 3325, - "vest": 3326, - "uous": 3327, - "ĠPeople": 3328, - "Ġreach": 3329, - "80": 3330, - "Ġmemory": 3331, - "Ġremain": 3332, - "used": 3333, - "Ġtests": 3334, - "Ġbehavi": 3335, - "Ġmention": 3336, - "Ġappropriate": 3337, - "odies": 3338, - "Ġep": 3339, - "ĠEngland": 3340, - "ĠCanada": 3341, - "idents": 3342, - "Ġwebsite": 3343, - "Ġtypically": 3344, - "rag": 3345, - "Ġremains": 3346, - "Ġadapt": 3347, - "IV": 3348, - "Ġestablish": 3349, - "ĠPress": 3350, - "Ġ:": 3351, - "Ġproperty": 3352, - "ĠEc": 3353, - "Ġborn": 3354, - "Ġtechniques": 3355, - "Ġrapid": 3356, - "Ġrare": 3357, - "ĠAmericans": 3358, - "rael": 3359, - "Ġadj": 3360, - "Ġprojects": 3361, - "ĠTechn": 3362, - "iles": 3363, - "itect": 3364, - "entially": 3365, - "Ġgame": 3366, - "ĠPresident": 3367, - "Ġsurround": 3368, - "ĠAssoci": 3369, - "ĠDay": 3370, - "Ġdeal": 3371, - "Ġ2013": 3372, - "ĠAre": 3373, - "In": 3374, - "Ġtold": 3375, - "Ġegg": 3376, - "sect": 3377, - "see": 3378, - "Ġbasis": 3379, - "Ġfriends": 3380, - "Ġinstall": 3381, - "come": 3382, - "Ġeyes": 3383, - "Ġmix": 3384, - "inese": 3385, - "Ġadvant": 3386, - "ĠChristian": 3387, - "ĠHigh": 3388, - "bit": 3389, - "Ġbeaut": 3390, - "izes": 3391, - "ĠTrans": 3392, - "Ġcool": 3393, - "ipl": 3394, - "Ġcultural": 3395, - "Ġefforts": 3396, - "Ġcrop": 3397, - "Ġtesting": 3398, - "Ġgives": 3399, - "Ġsites": 3400, - "AC": 3401, - "EN": 3402, - "Ġsouth": 3403, - "year": 3404, - "Ġfather": 3405, - "aul": 3406, - "ĠAnother": 3407, - "Ġcreating": 3408, - "ĠJust": 3409, - "ĠUse": 3410, - "Ġtransl": 3411, - "ĠInst": 3412, - "Ġsummer": 3413, - "Ġaccom": 3414, - "ibrary": 3415, - "'re": 3416, - "ĠEducation": 3417, - "Ġlaws": 3418, - "Ġreligious": 3419, - "Ġeating": 3420, - "iece": 3421, - "oud": 3422, - "Ġteeth": 3423, - "oke": 3424, - "resh": 3425, - "Ġteacher": 3426, - "atur": 3427, - "Ġhimself": 3428, - "Ġvict": 3429, - "king": 3430, - "Ġapplications": 3431, - "Ġbreat": 3432, - "ĠMod": 3433, - "ondon": 3434, - "Ġdied": 3435, - "ĠGovern": 3436, - "ĠDis": 3437, - "ype": 3438, - "Ġsugar": 3439, - "Ġder": 3440, - "ĠProg": 3441, - "med": 3442, - "Ġconstruction": 3443, - "ony": 3444, - "ED": 3445, - "Ġstage": 3446, - "ceed": 3447, - "aid": 3448, - "cles": 3449, - "Ġfinal": 3450, - "23": 3451, - "ding": 3452, - "Ġdead": 3453, - "Ġcommand": 3454, - "itable": 3455, - "Ġcold": 3456, - "ĠEach": 3457, - "ogen": 3458, - "Ġsaw": 3459, - "Ġcele": 3460, - "cohol": 3461, - "Ġanti": 3462, - "cember": 3463, - "arian": 3464, - "ford": 3465, - "Ġpan": 3466, - "ĠRed": 3467, - "Ġcalcul": 3468, - "Ġcenter": 3469, - "Ġsequ": 3470, - "Ġtherapy": 3471, - "ĠPark": 3472, - "Ġcitiz": 3473, - "ĠDevelop": 3474, - "Ġexpected": 3475, - "Ġroom": 3476, - "It": 3477, - "ĠSeptember": 3478, - "ĠGreat": 3479, - "Ġcoast": 3480, - "head": 3481, - "ĠSur": 3482, - "Ġcam": 3483, - "Ġmonitor": 3484, - "Ġdigital": 3485, - "ĠChurch": 3486, - "Ġcou": 3487, - "Ġautom": 3488, - "Ġbenefit": 3489, - "Ġreasons": 3490, - "Ġaffected": 3491, - "Ġanything": 3492, - "ĠPol": 3493, - "Ġexamples": 3494, - "ham": 3495, - "Ġson": 3496, - "ĠCong": 3497, - "Ġdevice": 3498, - "back": 3499, - "uments": 3500, - "ĠIS": 3501, - "Ġequipment": 3502, - "ĠOnce": 3503, - "Ġfuel": 3504, - "life": 3505, - "Ġbott": 3506, - "Ġhope": 3507, - "iar": 3508, - "Ġresponsible": 3509, - "Ġdepend": 3510, - "Ġtrade": 3511, - "ĠBi": 3512, - "Ġessay": 3513, - "strial": 3514, - "Ġhous": 3515, - "Ġgradu": 3516, - "Ġfollowed": 3517, - "ĠOctober": 3518, - "24": 3519, - "Ġrecently": 3520, - "Ġeverything": 3521, - "ĠFeb": 3522, - "aught": 3523, - "Ġmiles": 3524, - "Ġmiddle": 3525, - "Ġnothing": 3526, - "ellig": 3527, - "Ġimag": 3528, - "Ġpractices": 3529, - "Ġreceive": 3530, - "Ġ23": 3531, - "Ġund": 3532, - "ĠJanuary": 3533, - "ĠPat": 3534, - "illing": 3535, - "Ġconnect": 3536, - "Ġscreen": 3537, - "ĠCommun": 3538, - "Ġprofessional": 3539, - "ĠJournal": 3540, - "ĠIsrael": 3541, - "Ġking": 3542, - "Ġforces": 3543, - "rim": 3544, - "ira": 3545, - "Ġconsequ": 3546, - "bur": 3547, - "eal": 3548, - "Ġpen": 3549, - "water": 3550, - "Ġcontroll": 3551, - "Ġbeyond": 3552, - "Ġolder": 3553, - "Ġcommunic": 3554, - "Ġ2009": 3555, - "Ġlegal": 3556, - "Ġweb": 3557, - "Ġchoose": 3558, - "ĠChinese": 3559, - "Ġmodels": 3560, - "ovember": 3561, - "apter": 3562, - "Ġyourself": 3563, - "Ġmid": 3564, - "Ġopportunity": 3565, - "Ġeconomy": 3566, - "Ġconflic": 3567, - "Ġbul": 3568, - "Ġcru": 3569, - "wor": 3570, - "mosp": 3571, - "ĠProf": 3572, - "Ġ2014": 3573, - "ari": 3574, - "Ġcode": 3575, - "Ġhyp": 3576, - "ran": 3577, - "Ġten": 3578, - "ula": 3579, - "Ġice": 3580, - "ama": 3581, - "Ġproviding": 3582, - "ĠWashington": 3583, - "Ġobjects": 3584, - "ĠCity": 3585, - "199": 3586, - "Ġcra": 3587, - "Ġoverall": 3588, - "Ġrock": 3589, - "ĠWater": 3590, - "Ġweather": 3591, - "Ġdate": 3592, - "Ġinsp": 3593, - "Ġasked": 3594, - "ĠSystem": 3595, - "Ġspirit": 3596, - "Ġguid": 3597, - "Ġexposure": 3598, - "ribute": 3599, - "Ġenh": 3600, - "Ġsmaller": 3601, - "Ġfear": 3602, - "Ġstrength": 3603, - "ought": 3604, - "Ġoccurs": 3605, - "Ġdiabetes": 3606, - "vert": 3607, - "iples": 3608, - "Ġcurrently": 3609, - "Ġdegree": 3610, - "Ġrecommend": 3611, - "ico": 3612, - "load": 3613, - "Ġalone": 3614, - "Ġsett": 3615, - "Ġrain": 3616, - "ĠVir": 3617, - "ospital": 3618, - "Ġtit": 3619, - "Ġâ": 3620, - "Ġwon": 3621, - "Ġscale": 3622, - "Ġvia": 3623, - "Ġrob": 3624, - "Ġpregn": 3625, - "Ġ2008": 3626, - "Ġeveryone": 3627, - "uff": 3628, - "Ġlocation": 3629, - "Ġorganization": 3630, - "Ġ2015": 3631, - "Ġwoman": 3632, - "oe": 3633, - "Ġfederal": 3634, - "Ġcompletely": 3635, - "IT": 3636, - "Ġ22": 3637, - "Ġvisual": 3638, - "ensity": 3639, - "time": 3640, - "Ġshape": 3641, - "isl": 3642, - "....": 3643, - "Ġdifferences": 3644, - "Ġconstit": 3645, - "rees": 3646, - "Ġswe": 3647, - "Ġrise": 3648, - "Ġtrying": 3649, - "Ġpredict": 3650, - "ĠBlack": 3651, - "Ġconstant": 3652, - "Ġdrugs": 3653, - "ests": 3654, - "ĠArch": 3655, - "Ġsuccessful": 3656, - "ĠLondon": 3657, - "airs": 3658, - "Ġ60": 3659, - "Ġbeg": 3660, - "Ġinstru": 3661, - "amic": 3662, - "sec": 3663, - "Ġwrote": 3664, - "Ġstandards": 3665, - "Ġmeasures": 3666, - "Ġcommonly": 3667, - "ĠDecember": 3668, - "Ġearlier": 3669, - "Ġpurch": 3670, - "anish": 3671, - "ĠCur": 3672, - "tery": 3673, - "omb": 3674, - "Ġwinter": 3675, - "Ġpet": 3676, - "ĠEast": 3677, - "PA": 3678, - "Ġusers": 3679, - "Ġball": 3680, - "Ġelectr": 3681, - "Ġeffort": 3682, - "Ġgoes": 3683, - "Ġreduced": 3684, - "book": 3685, - "Ġjoint": 3686, - "enge": 3687, - "ĠCounty": 3688, - "ech": 3689, - "Ġisn": 3690, - "ĠSee": 3691, - "Ġbirds": 3692, - "Ġcateg": 3693, - "Ġleave": 3694, - "ĠDon": 3695, - "rick": 3696, - "Ġcollection": 3697, - "Ġmaintain": 3698, - "à¤": 3699, - "Ġnamed": 3700, - "con": 3701, - "Ġbillion": 3702, - "Ġmax": 3703, - "ĠDNA": 3704, - "Ġformer": 3705, - ");": 3706, - "Ġvirt": 3707, - "Ġgenetic": 3708, - "ĠUnder": 3709, - "ĠTod": 3710, - "Ġplaced": 3711, - "Ġallowed": 3712, - "Ġapprox": 3713, - "Ġexec": 3714, - "Ġrules": 3715, - "Ġuser": 3716, - "Ġpoly": 3717, - "Ġoccup": 3718, - "Ġapplied": 3719, - "Ġperfect": 3720, - "ĠVal": 3721, - "ĠLaw": 3722, - "Ġsteps": 3723, - "ocr": 3724, - "hy": 3725, - "Ġneigh": 3726, - "iest": 3727, - "Ġinteresting": 3728, - "Ġacqu": 3729, - "ĠCour": 3730, - "Ġplanet": 3731, - "ĠNovember": 3732, - "ocks": 3733, + "Ġtry": 1218, + "Ġfact": 1219, + "Ġthree": 1220, + "els": 1221, + "ves": 1222, + "ger": 1223, + ".\"": 1224, + "Ġpat": 1225, + "Ġbetter": 1226, + "iving": 1227, + "Ġgot": 1228, + "Ġsomething": 1229, + "Ġ/": 1230, + "Ġhealth": 1231, + "Ġalways": 1232, + "uss": 1233, + "oot": 1234, + "cept": 1235, + "rist": 1236, + "Ġfil": 1237, + "ĠThere": 1238, + "bers": 1239, + "Ġonline": 1240, + "Ġsol": 1241, + "Ġcome": 1242, + "Ġfriend": 1243, + "Ġval": 1244, + "19": 1245, + "ms": 1246, + "Ġob": 1247, + "ĠSo": 1248, + "Ġschool": 1249, + "ier": 1250, + "ield": 1251, + "Ġstate": 1252, + "Ġ12": 1253, + "ĠTr": 1254, + "Ġput": 1255, + "Ġposs": 1256, + "con": 1257, + "over": 1258, + "Ġresult": 1259, + "Ġvar": 1260, + "Ġbig": 1261, + "iqu": 1262, + "Ġinterest": 1263, + "Ġopen": 1264, + "Ġcor": 1265, + "ession": 1266, + "----": 1267, + "Ġear": 1268, + "reen": 1269, + "Ġappro": 1270, + "Ġsmall": 1271, + "Ġiss": 1272, + "Ġcustom": 1273, + "ined": 1274, + "ished": 1275, + "ically": 1276, + "Ġref": 1277, + "Ġduring": 1278, + "gy": 1279, + "Ġtechn": 1280, + "uck": 1281, + "Ġsure": 1282, + "Ġreport": 1283, + "me": 1284, + "Ġquest": 1285, + "Ġrest": 1286, + "Ġpartic": 1287, + "Ġnext": 1288, + "Ġint": 1289, + "Ġmust": 1290, + "ows": 1291, + "ists": 1292, + "cent": 1293, + "oney": 1294, + "Ġcent": 1295, + "ared": 1296, + "Ġmain": 1297, + "atur": 1298, + "Ġnever": 1299, + "Ġgame": 1300, + "ĠAmeric": 1301, + "stand": 1302, + "ĠPh": 1303, + "Ġwithout": 1304, + "50": 1305, + "Ġpay": 1306, + "Ġmight": 1307, + "Ġavailable": 1308, + "Ġtri": 1309, + "Ġwom": 1310, + "ĠShe": 1311, + "aut": 1312, + "ially": 1313, + "Ġresp": 1314, + "Ġanother": 1315, + "ĠInd": 1316, + "Ġlet": 1317, + "ope": 1318, + "Ġdist": 1319, + "ware": 1320, + "Ġfamily": 1321, + "ĠâĢĺ": 1322, + "Ġhard": 1323, + "Ġcompany": 1324, + "Ġeffect": 1325, + "Ġwr": 1326, + "Ġcontin": 1327, + "Ġweek": 1328, + "Ġbuild": 1329, + "Ġproble": 1330, + "Ġhead": 1331, + "Ġclass": 1332, + "Ġwater": 1333, + "....": 1334, + "Ġdri": 1335, + "Ġstand": 1336, + "ling": 1337, + "Ġconf": 1338, + "ER": 1339, + "Ġgroup": 1340, + "Ġsince": 1341, + "Ġpri": 1342, + "Ġold": 1343, + "ted": 1344, + "Ġmov": 1345, + "ĠCon": 1346, + "Ġpass": 1347, + "Ġfr": 1348, + "ral": 1349, + "Ġsoc": 1350, + "Ġexperience": 1351, + "Ġnumber": 1352, + "Ġinf": 1353, + "ertain": 1354, + "ploy": 1355, + "aj": 1356, + "Ġorgan": 1357, + "Ġ'": 1358, + "rol": 1359, + "ĠAll": 1360, + "ards": 1361, + "ior": 1362, + "Ġproject": 1363, + "ĠTo": 1364, + "ĠFr": 1365, + "ats": 1366, + "ote": 1367, + "ision": 1368, + "ump": 1369, + "pec": 1370, + "ism": 1371, + "Ġservice": 1372, + "Ġrece": 1373, + "ĠZ": 1374, + "ember": 1375, + "âĢĶ": 1376, + "Ġsecond": 1377, + "Ġdata": 1378, + "iversity": 1379, + "Ġcost": 1380, + "ately": 1381, + "Ġgive": 1382, + "Ġmus": 1383, + "ĠIs": 1384, + "Ġimportant": 1385, + "Ġask": 1386, + "raph": 1387, + "Ġincre": 1388, + "Ġopp": 1389, + "rence": 1390, + "Ġbro": 1391, + "ann": 1392, + "Ġdays": 1393, + "Ġincluding": 1394, + "Ġlevel": 1395, + "outh": 1396, + "Ġel": 1397, + "Ġ18": 1398, + "ok": 1399, + "Ġ:": 1400, + "30": 1401, + "ery": 1402, + "ccess": 1403, + "att": 1404, + "Ġable": 1405, + "ĠCol": 1406, + "ours": 1407, + "Ġperform": 1408, + "Ġve": 1409, + "Ġroom": 1410, + "ium": 1411, + "ator": 1412, + "Ġsit": 1413, + "ina": 1414, + "ems": 1415, + "Ġexpl": 1416, + "ense": 1417, + "ĠRes": 1418, + "ients": 1419, + "12": 1420, + "Ġlight": 1421, + "Ġbre": 1422, + "app": 1423, + "pend": 1424, + "ĠOr": 1425, + "here": 1426, + "Ġwin": 1427, + "inal": 1428, + "Ġless": 1429, + "Ġpos": 1430, + "ĠSp": 1431, + "Ġtest": 1432, + "You": 1433, + "Ġdirect": 1434, + "ret": 1435, + "load": 1436, + "gr": 1437, + "by": 1438, + "illion": 1439, + "ffic": 1440, + "ode": 1441, + "ases": 1442, + "He": 1443, + "Ġpower": 1444, + "If": 1445, + "joy": 1446, + "ĠAt": 1447, + ".,": 1448, + "ĠMan": 1449, + "Ġ11": 1450, + "Ġpublic": 1451, + "icle": 1452, + "ids": 1453, + "Ġinvest": 1454, + "Ġbelie": 1455, + "ott": 1456, + "Ġgrow": 1457, + "ably": 1458, + "Ġjob": 1459, + "ĠâĢĶ": 1460, + "ĠÂ": 1461, + "Ġview": 1462, + "ruct": 1463, + "ĠUS": 1464, + "room": 1465, + "ency": 1466, + "'m": 1467, + "ley": 1468, + "Ġphot": 1469, + "Ġcurrent": 1470, + "of": 1471, + "**": 1472, + "201": 1473, + "oor": 1474, + "ered": 1475, + "eng": 1476, + "let": 1477, + "Ġsite": 1478, + "Ġlooking": 1479, + "irl": 1480, + "omm": 1481, + "ron": 1482, + "Ġthing": 1483, + "ird": 1484, + "ox": 1485, + "ec": 1486, + "ĠThat": 1487, + "ivid": 1488, + "Ġagainst": 1489, + "Ġreview": 1490, + "IN": 1491, + "ex": 1492, + "Ġca": 1493, + "Ġorder": 1494, + "Ġwebs": 1495, + "Ġproper": 1496, + "pos": 1497, + "Ġtoday": 1498, + "Ġwithin": 1499, + "Ġrese": 1500, + "Ġarea": 1501, + "ills": 1502, + "gin": 1503, + "Ġmeet": 1504, + "oint": 1505, + "Ġaway": 1506, + "St": 1507, + "ee": 1508, + "ĠMar": 1509, + "ories": 1510, + "ĠComm": 1511, + "Ġequ": 1512, + "Ġbuy": 1513, + "Ġsing": 1514, + "Ġ15": 1515, + "Ġturn": 1516, + "ently": 1517, + "Ġfood": 1518, + "ream": 1519, + "ised": 1520, + "Ġservices": 1521, + "anks": 1522, + "Ġwhy": 1523, + "ails": 1524, + "ider": 1525, + "Ġeng": 1526, + "atter": 1527, + "Ġmoney": 1528, + "Ġprovide": 1529, + "Ġvide": 1530, + "ified": 1531, + "Ġpop": 1532, + "Ġworking": 1533, + "ains": 1534, + "Ġest": 1535, + "Ġsal": 1536, + "Ġmaking": 1537, + "11": 1538, + "aring": 1539, + "Ġprev": 1540, + "ĠPr": 1541, + "lection": 1542, + "ĠWhat": 1543, + "agement": 1544, + "ission": 1545, + "Ġcase": 1546, + "iting": 1547, + "Ġ...": 1548, + "tend": 1549, + "Ġsays": 1550, + "Ġunt": 1551, + "ĠNo": 1552, + "orth": 1553, + "ĠCent": 1554, + "Ġkind": 1555, + "med": 1556, + "Ġlaw": 1557, + "Ġaccess": 1558, + "rap": 1559, + "Ġoper": 1560, + "iron": 1561, + "Ġaddition": 1562, + "Ġprote": 1563, + "vern": 1564, + "Ġprom": 1565, + "Ġspecial": 1566, + "co": 1567, + "ample": 1568, + "'re": 1569, + "Ġhum": 1570, + "pping": 1571, + "rop": 1572, + "____": 1573, + "ĠChrist": 1574, + "Ġintern": 1575, + "ane": 1576, + "Ġnight": 1577, + "Ġbas": 1578, + "Ġchildren": 1579, + "Ġfac": 1580, + "cri": 1581, + "por": 1582, + "ĠFl": 1583, + "Ġann": 1584, + "Ġword": 1585, + "Ġmar": 1586, + "Ġwrit": 1587, + "Ġchange": 1588, + "ĠMay": 1589, + "Ġcourse": 1590, + "work": 1591, + "Ġleg": 1592, + "lish": 1593, + "ury": 1594, + "min": 1595, + "ged": 1596, + "hor": 1597, + "ability": 1598, + ",\"": 1599, + "enn": 1600, + "Ġcap": 1601, + "ON": 1602, + "Ġunderstand": 1603, + "arent": 1604, + "mber": 1605, + "Ġdem": 1606, + "augh": 1607, + "ĠMy": 1608, + "ization": 1609, + "Ġhouse": 1610, + "Ġpresent": 1611, + "Ġbeh": 1612, + "Ġchang": 1613, + "ney": 1614, + "Ġenjoy": 1615, + "Ġlarge": 1616, + "Ġstudents": 1617, + "Ġpa": 1618, + "Ġfour": 1619, + "Ġhaving": 1620, + "ration": 1621, + "oci": 1622, + "Ġlocal": 1623, + "aster": 1624, + "ify": 1625, + "Ġdidn": 1626, + "Ġconst": 1627, + "Ġ30": 1628, + "ĠWith": 1629, + "Ġgovern": 1630, + "une": 1631, + "Ġname": 1632, + "son": 1633, + "Ġpract": 1634, + "Ġtimes": 1635, + "Ġactiv": 1636, + "pped": 1637, + "ohn": 1638, + "Ġopt": 1639, + "yle": 1640, + "part": 1641, + "ential": 1642, + "ots": 1643, + "iety": 1644, + "Ġuntil": 1645, + "Ġcheck": 1646, + "Ġimpro": 1647, + "Ġpast": 1648, + "AT": 1649, + "Ġnear": 1650, + "urs": 1651, + "iven": 1652, + "Ġes": 1653, + "RE": 1654, + "ĠEng": 1655, + "Ġbit": 1656, + "sh": 1657, + "utes": 1658, + "Ġsw": 1659, + "ĠApp": 1660, + "Ġallow": 1661, + "Ġtell": 1662, + "Ġcomplete": 1663, + "ĠWhen": 1664, + "ising": 1665, + "ĠFe": 1666, + "Ġhist": 1667, + "Ġapplic": 1668, + "enef": 1669, + "Ġlearn": 1670, + "ries": 1671, + "Ġterm": 1672, + "ready": 1673, + "ĠCar": 1674, + "What": 1675, + "Ġla": 1676, + "Ġtoget": 1677, + "Ġdra": 1678, + "Ġexpect": 1679, + "Ġtogether": 1680, + "ush": 1681, + "itions": 1682, + "Ġpain": 1683, + "tain": 1684, + "sc": 1685, + "Ġdone": 1686, + "ording": 1687, + "ĠCan": 1688, + "Ġtalk": 1689, + "err": 1690, + "side": 1691, + "itive": 1692, + "Ġconc": 1693, + "Ġever": 1694, + "Ġenough": 1695, + "Ġevent": 1696, + "Ġcou": 1697, + "Ġactually": 1698, + "Ġleft": 1699, + "Ġalong": 1700, + "Ġcond": 1701, + "Ġemploy": 1702, + "Ġair": 1703, + "Ġtreat": 1704, + "Ġgetting": 1705, + "acy": 1706, + "conom": 1707, + "ĠAm": 1708, + "Ġwebsite": 1709, + "uff": 1710, + "Ġoften": 1711, + "ocus": 1712, + "ination": 1713, + "ĠGod": 1714, + "Ġindust": 1715, + "Ġside": 1716, + "uly": 1717, + "Ġsuccess": 1718, + "ived": 1719, + "Ġstory": 1720, + "duct": 1721, + "ĠUniversity": 1722, + "'ve": 1723, + "ividual": 1724, + "Ġcreat": 1725, + "Ġneeds": 1726, + "Ġmakes": 1727, + "Ġshort": 1728, + "Ġwomen": 1729, + "As": 1730, + "Ġaccount": 1731, + "atures": 1732, + "Ġeasy": 1733, + "Ġfollowing": 1734, + "15": 1735, + "ances": 1736, + "ique": 1737, + "Ġdoing": 1738, + "Ġbeaut": 1739, + "Ġmen": 1740, + "Ġmean": 1741, + "Ġblog": 1742, + "Ġline": 1743, + "Ġalready": 1744, + "Ġoffer": 1745, + "fort": 1746, + "Ġmove": 1747, + "ajor": 1748, + "Ġhot": 1749, + "Ġcertain": 1750, + "Ġseason": 1751, + "aterial": 1752, + "alf": 1753, + "Ġquality": 1754, + "Ġfar": 1755, + "veral": 1756, + "uro": 1757, + "Ġdi": 1758, + "ateg": 1759, + "Ġdev": 1760, + "Ġproducts": 1761, + "aff": 1762, + "Ġfav": 1763, + "Ġcommunity": 1764, + "Ġlive": 1765, + "oice": 1766, + "aim": 1767, + "uper": 1768, + "Ġpot": 1769, + "Ġet": 1770, + "Ġ14": 1771, + "lement": 1772, + "Ġ#": 1773, + "Ġpossible": 1774, + "book": 1775, + "Ġtrad": 1776, + "Ġ16": 1777, + "inc": 1778, + "Ġconne": 1779, + "Ġthought": 1780, + "Ġmil": 1781, + "ĠCo": 1782, + "Ġbody": 1783, + "Ġworks": 1784, + "ino": 1785, + "ither": 1786, + "itc": 1787, + "ai": 1788, + "ured": 1789, + "Ch": 1790, + "Ġresearch": 1791, + "fer": 1792, + "AN": 1793, + "Ġbecome": 1794, + "âĢĵ": 1795, + "ead": 1796, + "Ġbased": 1797, + "Ġvisit": 1798, + "Ġdoesn": 1799, + "ĠMed": 1800, + "ĠBr": 1801, + "An": 1802, + "Ġinclude": 1803, + "Ġothers": 1804, + "Ġcontrol": 1805, + "idd": 1806, + "ĠX": 1807, + "sw": 1808, + "Ġbenef": 1809, + "ource": 1810, + "ides": 1811, + "viron": 1812, + "Ġmind": 1813, + "Ġpage": 1814, + "99": 1815, + "ape": 1816, + "ĠRep": 1817, + "Ġmembers": 1818, + "ony": 1819, + "ĠCont": 1820, + "osed": 1821, + "Ġanal": 1822, + "Ġess": 1823, + "Ġindividual": 1824, + "Ġtre": 1825, + "Ġcountry": 1826, + "For": 1827, + "Ġpar": 1828, + "ips": 1829, + "Ġago": 1830, + "Ġmeans": 1831, + "orts": 1832, + "Ġnon": 1833, + "ES": 1834, + "Ġlow": 1835, + "Ġdeal": 1836, + "Ġleast": 1837, + "ĠEn": 1838, + "Ġfore": 1839, + "ored": 1840, + "Ġce": 1841, + "uture": 1842, + "Ġocc": 1843, + "aces": 1844, + "ĠNe": 1845, + "Ġseveral": 1846, + "ober": 1847, + "Ġmom": 1848, + "Ġbed": 1849, + "Ġprice": 1850, + "Ġsocial": 1851, + "ister": 1852, + "Ġwa": 1853, + "atic": 1854, + "Ġcalled": 1855, + "ully": 1856, + "hod": 1857, + "Ġrecord": 1858, + "de": 1859, + "Ġcomes": 1860, + "Ġhold": 1861, + "Ġelect": 1862, + "Ġmusic": 1863, + "Ġprofession": 1864, + "Ġnews": 1865, + "21": 1866, + "ĠDes": 1867, + "most": 1868, + "ĠSte": 1869, + "ĠComp": 1870, + "ĠSy": 1871, + "Ġsoft": 1872, + "ograph": 1873, + "Ġpersonal": 1874, + "ienc": 1875, + "for": 1876, + "ones": 1877, + "Ġ13": 1878, + "Ġoffic": 1879, + "Ġtem": 1880, + "ĠServ": 1881, + "Ġvideo": 1882, + "Ġfocus": 1883, + "Ġfund": 1884, + "Ġx": 1885, + "Ġyet": 1886, + "Ġcame": 1887, + "ĠMe": 1888, + "Ġperfect": 1889, + "Ġvers": 1890, + "aps": 1891, + "Ġquick": 1892, + "ift": 1893, + "iday": 1894, + "ĠDo": 1895, + "lf": 1896, + "Ġmult": 1897, + "Ġlim": 1898, + "Ġhappen": 1899, + "ĠJohn": 1900, + "ster": 1901, + "Ġmajor": 1902, + "Ġyoung": 1903, + "wards": 1904, + "Ġland": 1905, + "icy": 1906, + "AR": 1907, + "Ġeduc": 1908, + "Ġmonths": 1909, + "Ġopport": 1910, + "pro": 1911, + "Ġclear": 1912, + "upp": 1913, + "Ġonce": 1914, + "Ġcreate": 1915, + "Ġcharact": 1916, + "Ġproblem": 1917, + "25": 1918, + "Ġcontact": 1919, + "Ġfriends": 1920, + "Ġnet": 1921, + "reet": 1922, + "ĠGu": 1923, + "ĠChe": 1924, + "Ġey": 1925, + "There": 1926, + "ĠAss": 1927, + "Ġcamp": 1928, + "ĠYour": 1929, + "not": 1930, + "Ġstarted": 1931, + "oose": 1932, + "Ġ17": 1933, + "Ġstudy": 1934, + "Ġdr": 1935, + "urther": 1936, + "gle": 1937, + "ference": 1938, + "Ġreason": 1939, + "Ġwent": 1940, + "Ġdevelopment": 1941, + "How": 1942, + "Ġacross": 1943, + "Ġparticular": 1944, + "14": 1945, + "yl": 1946, + "back": 1947, + "Ġwond": 1948, + "Ġhope": 1949, + "Ġgovernment": 1950, + "Ġwon": 1951, + "iful": 1952, + "Ġcity": 1953, + "vironment": 1954, + "Ġexample": 1955, + "Ġtyp": 1956, + "ĠOne": 1957, + "unic": 1958, + "Ġcover": 1959, + "Ġreturn": 1960, + "bo": 1961, + "Ġkey": 1962, + "Ġspecific": 1963, + "isc": 1964, + "ians": 1965, + "Ġhours": 1966, + "Ġ,": 1967, + "'ll": 1968, + "ĠInst": 1969, + "Ġsomeone": 1970, + "arr": 1971, + "Ġtook": 1972, + "ulation": 1973, + "af": 1974, + "Ġinvol": 1975, + "Ġsum": 1976, + "Ġmillion": 1977, + "ĠNot": 1978, + "ĠQu": 1979, + "Ġcut": 1980, + "lished": 1981, + "Ġz": 1982, + "ilar": 1983, + "ĠWor": 1984, + "isk": 1985, + "ĠAmerican": 1986, + "osp": 1987, + "Ġshare": 1988, + "Ġpict": 1989, + "Ġgirl": 1990, + "18": 1991, + "unch": 1992, + "Ġprob": 1993, + "Ġ24": 1994, + "urity": 1995, + "Ġredu": 1996, + "Ġexce": 1997, + "Ġ100": 1998, + "Ġmaterial": 1999, + "Ġtot": 2000, + "lege": 2001, + "13": 2002, + "lling": 2003, + "aken": 2004, + "And": 2005, + "Ġsound": 2006, + "ĠIntern": 2007, + "oon": 2008, + "ights": 2009, + "Ġbelow": 2010, + "16": 2011, + "Ġfuture": 2012, + "wh": 2013, + "Ġrequire": 2014, + "Ġant": 2015, + "Ġstep": 2016, + "resent": 2017, + "ball": 2018, + "Ġorig": 2019, + "Ġstay": 2020, + "ĠThese": 2021, + "ources": 2022, + "Ġpack": 2023, + "cle": 2024, + "ĠGr": 2025, + "Ġheart": 2026, + "ges": 2027, + "ĠIm": 2028, + "ilities": 2029, + "par": 2030, + "Ġstrong": 2031, + "Ġsex": 2032, + "now": 2033, + "itor": 2034, + "Ġwalk": 2035, + "lev": 2036, + "rew": 2037, + "anies": 2038, + "Ġbring": 2039, + "Ġdiscuss": 2040, + "Ġ>": 2041, + "Ġ25": 2042, + "Ġeverything": 2043, + "200": 2044, + "Ġclose": 2045, + "Ġhig": 2046, + "ging": 2047, + "ille": 2048, + "Ġclean": 2049, + "urch": 2050, + "OR": 2051, + "Ġwind": 2052, + "Ġgames": 2053, + "ctor": 2054, + "ilt": 2055, + "Ġ199": 2056, + "utions": 2057, + "Ġquestion": 2058, + "Ġcompet": 2059, + "Ġste": 2060, + "Ġident": 2061, + "iously": 2062, + "Ġlater": 2063, + "idence": 2064, + "vert": 2065, + "ĠCount": 2066, + "Ġearly": 2067, + "Ġseen": 2068, + "Ġsingle": 2069, + "Ġpie": 2070, + "ply": 2071, + "ler": 2072, + "Ġweb": 2073, + "Ġwhole": 2074, + "irt": 2075, + "Ġidea": 2076, + "Ġeconom": 2077, + "Ġbegin": 2078, + "Ġgiven": 2079, + "Ġanything": 2080, + "Ġbreak": 2081, + "ĠJan": 2082, + "urance": 2083, + "Ġbelieve": 2084, + "Ġspace": 2085, + "Ġpriv": 2086, + "On": 2087, + "ural": 2088, + "iod": 2089, + "EN": 2090, + "Ġtool": 2091, + "Ġ--": 2092, + "Ġpress": 2093, + "ĠState": 2094, + "Ġpurch": 2095, + "ĠAb": 2096, + "ĠHowever": 2097, + "Ġresults": 2098, + "hers": 2099, + "ourn": 2100, + "pecially": 2101, + "Ġminutes": 2102, + "crib": 2103, + "ison": 2104, + "AL": 2105, + "ĠBro": 2106, + "ental": 2107, + "Ġchall": 2108, + "Ġbad": 2109, + "Ġjo": 2110, + "ners": 2111, + "Ġblack": 2112, + "Ġface": 2113, + "ST": 2114, + "rain": 2115, + "atural": 2116, + "uf": 2117, + "Ġstore": 2118, + "Ġrecomm": 2119, + "ps": 2120, + "Ġtax": 2121, + "Ġappear": 2122, + "ĠCity": 2123, + "Ġrelations": 2124, + "illed": 2125, + "Ġtype": 2126, + "Ġabove": 2127, + "ĠMin": 2128, + "cer": 2129, + "Ġrecommend": 2130, + "22": 2131, + "Ġvol": 2132, + "Ġdeli": 2133, + "Ġcomb": 2134, + "Ġcal": 2135, + "ĠEd": 2136, + "17": 2137, + "Ġpret": 2138, + "aur": 2139, + "Ġwatch": 2140, + "Ġmot": 2141, + "though": 2142, + "yn": 2143, + "Ġcard": 2144, + "Ġplease": 2145, + "Ġfre": 2146, + "Ġtold": 2147, + "Ġmess": 2148, + "Ġtaking": 2149, + "Ġhuman": 2150, + "Ġcred": 2151, + "Ġmor": 2152, + "ocu": 2153, + "uation": 2154, + "rict": 2155, + "ume": 2156, + "Ġfield": 2157, + "ched": 2158, + "ĠUnited": 2159, + "ung": 2160, + "cription": 2161, + "Ġenc": 2162, + "Ġfive": 2163, + "ĠSchool": 2164, + "Ġrepl": 2165, + "ites": 2166, + "Ġsize": 2167, + "Ġindustry": 2168, + "Ġsearch": 2169, + "ĠCal": 2170, + "Ġamount": 2171, + "Ġdue": 2172, + "Ġseem": 2173, + "ibility": 2174, + "eral": 2175, + "Ġage": 2176, + "Ġbar": 2177, + "Ġ2012": 2178, + "Ġissues": 2179, + "Ġknown": 2180, + "umb": 2181, + "Ġsugg": 2182, + "Ġpercent": 2183, + "Ġsuggest": 2184, + "ancial": 2185, + "ĠTw": 2186, + "Ġener": 2187, + "ided": 2188, + "ĠOur": 2189, + "ensive": 2190, + "fully": 2191, + "Ġvalue": 2192, + "Ġ2013": 2193, + "Ġfront": 2194, + "Ġmethod": 2195, + "fic": 2196, + "Ġcell": 2197, + "Ġpick": 2198, + "Ġconsider": 2199, + "Ġport": 2200, + "Ġ2017": 2201, + "rodu": 2202, + "Ġeveryone": 2203, + "mb": 2204, + "ask": 2205, + "Ġwhether": 2206, + "ued": 2207, + "lex": 2208, + "Ġaddress": 2209, + "come": 2210, + "ĠGl": 2211, + "Ġquite": 2212, + "Ġmiss": 2213, + "Ġcompanies": 2214, + "ional": 2215, + "ches": 2216, + "inks": 2217, + "elt": 2218, + "irm": 2219, + "Ġens": 2220, + "So": 2221, + "nder": 2222, + "Ġexc": 2223, + "Ġcontent": 2224, + "ĠPe": 2225, + "Ġpretty": 2226, + "Ġamong": 2227, + "ili": 2228, + "imate": 2229, + "Ġeither": 2230, + "Ġcult": 2231, + "Ġbrand": 2232, + "Ġhalf": 2233, + "Ġtrying": 2234, + "--------": 2235, + "go": 2236, + "Ġfall": 2237, + "my": 2238, + "iver": 2239, + "Ġrespons": 2240, + "Ġquestions": 2241, + "Ġauthor": 2242, + "Ġwhite": 2243, + "Ġmanag": 2244, + "ried": 2245, + "ogn": 2246, + "Ġtable": 2247, + "ole": 2248, + "==": 2249, + "Ġfavor": 2250, + "ledge": 2251, + "Ġclaim": 2252, + "selves": 2253, + "ĠMore": 2254, + "But": 2255, + "abor": 2256, + "Ġupd": 2257, + "Ġ50": 2258, + "Ġhistory": 2259, + "astic": 2260, + "Ġmedia": 2261, + "ĠPart": 2262, + "oved": 2263, + "ĠSm": 2264, + "iam": 2265, + "ĠEuro": 2266, + "agn": 2267, + "Ġinstall": 2268, + "Ġbeautiful": 2269, + "Ġcommon": 2270, + "Ġwriting": 2271, + "asing": 2272, + "Ad": 2273, + "Ġimprove": 2274, + "ĠDr": 2275, + "Ġpolit": 2276, + "ĠMc": 2277, + "Ġtravel": 2278, + "Ġseries": 2279, + "play": 2280, + "IC": 2281, + "When": 2282, + "obile": 2283, + "Ġalmost": 2284, + "Ġbuilding": 2285, + "ained": 2286, + "pril": 2287, + "Ġfeatures": 2288, + "resh": 2289, + "Ġdou": 2290, + "Ġphys": 2291, + "Ġprobably": 2292, + "40": 2293, + "Ġhy": 2294, + "ĠPer": 2295, + "ops": 2296, + "Ġrange": 2297, + "Ġaff": 2298, + "Ġsimple": 2299, + "ĠPre": 2300, + "Ġ2014": 2301, + "Ġelse": 2302, + "itch": 2303, + "Ġdel": 2304, + "Ġself": 2305, + "Ġenvironment": 2306, + "ators": 2307, + "arning": 2308, + "Ġperiod": 2309, + "ĠSec": 2310, + "ĠKe": 2311, + "ĠOct": 2312, + "ĠBy": 2313, + "omes": 2314, + "ĠAfter": 2315, + "Ġpub": 2316, + "Ġoffers": 2317, + "Ġemail": 2318, + "gest": 2319, + "Sh": 2320, + "Ġ2018": 2321, + "Ġansw": 2322, + "Ġvi": 2323, + "raft": 2324, + "Pro": 2325, + "Al": 2326, + "60": 2327, + "Ġfurther": 2328, + "ruction": 2329, + "Ġparent": 2330, + "ĠYork": 2331, + "angu": 2332, + "Ġmeas": 2333, + "Ġcrit": 2334, + "Ġliving": 2335, + "Ġwanted": 2336, + "rug": 2337, + "earch": 2338, + "itted": 2339, + "Ġnice": 2340, + "Ġtrack": 2341, + "ada": 2342, + "uter": 2343, + "ED": 2344, + "Ġespecially": 2345, + "Ġaud": 2346, + "Ġdownload": 2347, + "ufact": 2348, + "Ġred": 2349, + "ĠSouth": 2350, + "Ġsoon": 2351, + "Ġarticle": 2352, + "ĠPol": 2353, + "Ġdefin": 2354, + "Ġmanagement": 2355, + "Ġideas": 2356, + "Ġentire": 2357, + "icro": 2358, + "Ġlink": 2359, + "Ġcoming": 2360, + "Ġneeded": 2361, + "cy": 2362, + "Ġdeb": 2363, + "Ġabs": 2364, + "uary": 2365, + "AS": 2366, + "AC": 2367, + "IT": 2368, + "Ġ2016": 2369, + "ands": 2370, + "ĠWill": 2371, + "Ġtraining": 2372, + "Ġsignific": 2373, + "Ġvarious": 2374, + "oe": 2375, + "obal": 2376, + "Ġmach": 2377, + "ables": 2378, + "oogle": 2379, + "Ġeff": 2380, + "ibr": 2381, + "Ġisn": 2382, + "Ġissue": 2383, + "Ġrelationship": 2384, + "ively": 2385, + "roll": 2386, + "Ġenergy": 2387, + "ĠEm": 2388, + "Ġcomment": 2389, + "ficult": 2390, + "ification": 2391, + "used": 2392, + "chie": 2393, + "itional": 2394, + "Ġexam": 2395, + "Ġwonder": 2396, + "oid": 2397, + "ĠMr": 2398, + "Ġfilm": 2399, + "ĠAug": 2400, + "Ġdig": 2401, + "Ġtechnology": 2402, + "Ġlog": 2403, + "val": 2404, + "Ġoil": 2405, + "ĠArt": 2406, + "ires": 2407, + "Ġhowever": 2408, + "Ġkids": 2409, + "To": 2410, + "ze": 2411, + "time": 2412, + "Ġsimply": 2413, + "Ġ+": 2414, + "Ġadded": 2415, + "ĠStud": 2416, + "Ġlo": 2417, + "Ġspend": 2418, + "24": 2419, + "ĠPres": 2420, + "ding": 2421, + "Ġagree": 2422, + "gress": 2423, + "Ġtaken": 2424, + "Ġoffice": 2425, + "Ġlikely": 2426, + "Ġpoints": 2427, + "irc": 2428, + "80": 2429, + "aching": 2430, + "Ġhost": 2431, + "Ġtext": 2432, + "Ġstyle": 2433, + "Ġstaff": 2434, + "IS": 2435, + "ana": 2436, + "ĠPark": 2437, + "ises": 2438, + "ĠAust": 2439, + "ĠWorld": 2440, + "ĠNorth": 2441, + "Ġareas": 2442, + ".)": 2443, + "Ġrather": 2444, + "azing": 2445, + "Ġcustomers": 2446, + "Ġfoot": 2447, + "Ġsent": 2448, + "Ġcook": 2449, + "sp": 2450, + "Ġdifficult": 2451, + "head": 2452, + "ĠBar": 2453, + "clus": 2454, + "Ġrequired": 2455, + "unities": 2456, + "Ġ<": 2457, + "ĠJust": 2458, + "Ġwords": 2459, + "Ġyourself": 2460, + "Ġnothing": 2461, + "oes": 2462, + "ude": 2463, + "Ġperformance": 2464, + "Ġnecess": 2465, + "ĠEurope": 2466, + "ĠNational": 2467, + "Ġparticip": 2468, + "rie": 2469, + "ĠCor": 2470, + "Ġpaper": 2471, + "Ġways": 2472, + "Ġcolor": 2473, + "Ġ2015": 2474, + "Ġproblems": 2475, + "Ġposition": 2476, + "ĠHigh": 2477, + "Ġsimilar": 2478, + "ĠBu": 2479, + "vent": 2480, + "eth": 2481, + "itting": 2482, + "Ġphone": 2483, + "itchen": 2484, + "ama": 2485, + "Ġreading": 2486, + "ĠNow": 2487, + "uge": 2488, + "Ġassist": 2489, + "Ġwall": 2490, + "Ġtrue": 2491, + "Ġswe": 2492, + "Ġexperienc": 2493, + "ID": 2494, + "ĠAg": 2495, + "Ġmodel": 2496, + "Ġsle": 2497, + "Ġforward": 2498, + "Ġoptions": 2499, + "reme": 2500, + "Ġdocu": 2501, + "Ġfunction": 2502, + "Ġmatter": 2503, + "ĠMarch": 2504, + "ese": 2505, + "aily": 2506, + "Ġseems": 2507, + "reg": 2508, + "lu": 2509, + "che": 2510, + "verage": 2511, + "Ġprofessional": 2512, + "Ġprovides": 2513, + "ĠGe": 2514, + "ĠDep": 2515, + "Ġasked": 2516, + "ety": 2517, + "Ġproperty": 2518, + "Ġcharacter": 2519, + "Ġexist": 2520, + "Ġdetails": 2521, + "ĠHealth": 2522, + "Ġdam": 2523, + "ĠReg": 2524, + "Ġinit": 2525, + "Ph": 2526, + "Ġsuper": 2527, + "Ġetc": 2528, + "Ġ2011": 2529, + "arget": 2530, + "ival": 2531, + "itten": 2532, + "23": 2533, + "Ġextra": 2534, + "ĠCenter": 2535, + "ules": 2536, + "Ġprotect": 2537, + "Ġsignificant": 2538, + "uk": 2539, + "Ġselect": 2540, + "é": 2541, + "ysis": 2542, + "Ġprep": 2543, + "Ġcontinue": 2544, + "Ġrisk": 2545, + "Ġlooks": 2546, + "era": 2547, + "Ġsix": 2548, + "mit": 2549, + "Ġ=": 2550, + "ĠPa": 2551, + "My": 2552, + "Ġfire": 2553, + "ptember": 2554, + "ĠJune": 2555, + "atest": 2556, + "ĠOff": 2557, + "Ġcoun": 2558, + "Ġdeterm": 2559, + "ĠStates": 2560, + "aby": 2561, + "Ġweeks": 2562, + "minist": 2563, + "ring": 2564, + "Ġcas": 2565, + "oom": 2566, + "Ġdate": 2567, + "Ġhon": 2568, + "Ġhappy": 2569, + "eter": 2570, + "cial": 2571, + "Ġaccept": 2572, + "Ġbehind": 2573, + "ĠTra": 2574, + "Ġthird": 2575, + "Ġtou": 2576, + "Ġanyone": 2577, + "bl": 2578, + "Ġpopular": 2579, + "ipe": 2580, + "Ġparty": 2581, + "bor": 2582, + "rect": 2583, + "Ġstat": 2584, + "lebr": 2585, + "Ġcouple": 2586, + "na": 2587, + "Ġbox": 2588, + "Ġop": 2589, + "Ġimpact": 2590, + "ĠOf": 2591, + "istic": 2592, + "olution": 2593, + "ades": 2594, + "ek": 2595, + "erc": 2596, + "ĠAct": 2597, + "Ġpric": 2598, + "ĠInt": 2599, + "Ġworth": 2600, + "ĠUs": 2601, + "Ġroad": 2602, + "Ġregard": 2603, + "aced": 2604, + "Ġ21": 2605, + "Ġincrease": 2606, + "ĠFeb": 2607, + "Ġaction": 2608, + "Ġfail": 2609, + "ĠCounty": 2610, + "ham": 2611, + "Ġevents": 2612, + "idge": 2613, + "ĠDay": 2614, + "Ġconnect": 2615, + "Ġstop": 2616, + "iter": 2617, + "ief": 2618, + "Ġrepresent": 2619, + "ĠApril": 2620, + "sy": 2621, + "Ġrole": 2622, + "Ġtakes": 2623, + "Ġsoftware": 2624, + "Ġsubject": 2625, + "Ġ2010": 2626, + "Ġassoci": 2627, + "Ġsend": 2628, + "nes": 2629, + "aving": 2630, + "year": 2631, + "ĠAf": 2632, + "Ġdog": 2633, + "ĠHis": 2634, + "iate": 2635, + "Ġnatural": 2636, + "opy": 2637, + "itter": 2638, + "Ġgen": 2639, + "Ġunique": 2640, + "Ġoutside": 2641, + "oud": 2642, + "Ġprint": 2643, + "ma": 2644, + "ĠDon": 2645, + "Ġtreatment": 2646, + "Ġconsum": 2647, + "ought": 2648, + "anced": 2649, + "Ġachie": 2650, + "izing": 2651, + "Ġchanges": 2652, + "ĠSome": 2653, + "gu": 2654, + "oph": 2655, + "ĠWest": 2656, + "><": 2657, + "OT": 2658, + "Ġsafe": 2659, + "Ġfinal": 2660, + "Ġsong": 2661, + "aker": 2662, + "Ġgeneral": 2663, + "Ġrunning": 2664, + "Ġusually": 2665, + "icles": 2666, + "Ġfinancial": 2667, + "Ġprovided": 2668, + "ny": 2669, + "iff": 2670, + "âĢ¢": 2671, + "ovember": 2672, + "Ġrespect": 2673, + "Ġinside": 2674, + "Ġwide": 2675, + "ux": 2676, + "Ġleave": 2677, + "ales": 2678, + "Ġcomfort": 2679, + "Ġconcern": 2680, + "Ġversion": 2681, + "airs": 2682, + "Ġfast": 2683, + "Ġtit": 2684, + "Ġengine": 2685, + "iple": 2686, + "ests": 2687, + "Ġrate": 2688, + "Ġfig": 2689, + "Ġ2019": 2690, + "Ġchoose": 2691, + "Ġannoun": 2692, + "Ġshows": 2693, + "Ġinj": 2694, + "ĠAdd": 2695, + "ĠJuly": 2696, + "Ġaccording": 2697, + "Ġcomments": 2698, + "Ġloss": 2699, + "Ġ23": 2700, + "Ġcoll": 2701, + "Ġnorm": 2702, + "ression": 2703, + "Ġeducation": 2704, + "Ġground": 2705, + "Ġhigher": 2706, + "ĠPar": 2707, + "Ġmat": 2708, + "ples": 2709, + "ees": 2710, + "overed": 2711, + "Ġtotal": 2712, + "irth": 2713, + "Ġapplication": 2714, + "ĠEl": 2715, + "ĠAut": 2716, + "Ġbott": 2717, + "Ġincludes": 2718, + "ĠPM": 2719, + "ĠBo": 2720, + "Ġut": 2721, + "Ġdep": 2722, + "ĠHouse": 2723, + "Ġready": 2724, + "Ġlonger": 2725, + "apt": 2726, + "arter": 2727, + "osted": 2728, + "hel": 2729, + "Ġsales": 2730, + "eds": 2731, + "Ġcannot": 2732, + "empt": 2733, + "Ġ22": 2734, + "Ġrecent": 2735, + "face": 2736, + "Ġexact": 2737, + "hib": 2738, + "Ġ2008": 2739, + "ĠMon": 2740, + "Ġsystems": 2741, + "AM": 2742, + "ĠBlack": 2743, + "ĠFree": 2744, + "Ġbooks": 2745, + "ha": 2746, + "Ġvia": 2747, + "Ġknowledge": 2748, + "Ġopportunity": 2749, + "oura": 2750, + "mas": 2751, + "Ġdepend": 2752, + "Cl": 2753, + "Ġsaw": 2754, + "leased": 2755, + "iddle": 2756, + "Ġlay": 2757, + "Ġdeath": 2758, + "Ġanim": 2759, + "cember": 2760, + "Ġcommunic": 2761, + "ground": 2762, + "ĠVal": 2763, + "Ġcreated": 2764, + "Ġmoment": 2765, + "nov": 2766, + "mon": 2767, + "ĠSoc": 2768, + "Ġneg": 2769, + "Ġsecurity": 2770, + "70": 2771, + "Ġmass": 2772, + "cing": 2773, + "Ġball": 2774, + "Ġskin": 2775, + "ĠDav": 2776, + "ĠFin": 2777, + "ming": 2778, + "Ġcool": 2779, + "OU": 2780, + "action": 2781, + "Ġfit": 2782, + "Ġrecogn": 2783, + "Ġaw": 2784, + "ĠSw": 2785, + "atory": 2786, + "oke": 2787, + "Ġmyself": 2788, + "Ġfeature": 2789, + "ipment": 2790, + "Ġheld": 2791, + "Ġele": 2792, + "aining": 2793, + "Ġpotential": 2794, + "Ġcredit": 2795, + "Ex": 2796, + "Ġmember": 2797, + "Ġestab": 2798, + "Ġ40": 2799, + "inary": 2800, + "Ġbase": 2801, + "Ġstri": 2802, + "Ġdating": 2803, + "atform": 2804, + "Ġclick": 2805, + "Ġinsurance": 2806, + "Ġamazing": 2807, + "Ġlearning": 2808, + "Ġinde": 2809, + "rec": 2810, + "Ġdom": 2811, + "Ġmanufact": 2812, + "ĠHere": 2813, + "Ġcontract": 2814, + "Ġpatients": 2815, + "Ġregular": 2816, + "Ġwood": 2817, + "Ġill": 2818, + "Ġrecently": 2819, + "Ġstruct": 2820, + "Ġpan": 2821, + "aging": 2822, + "Ġcurrently": 2823, + "Ġupon": 2824, + "anguage": 2825, + "lier": 2826, + "wood": 2827, + "Ġdesigned": 2828, + "Ġsense": 2829, + "Ġhair": 2830, + "Ġrad": 2831, + "ule": 2832, + "ffe": 2833, + "ĠRead": 2834, + "________": 2835, + "adem": 2836, + "Ġweight": 2837, + "Ġgrowth": 2838, + "ky": 2839, + "Ġsale": 2840, + "Ġoption": 2841, + "Ġnetwork": 2842, + "Be": 2843, + "iber": 2844, + "llent": 2845, + "Ġwrite": 2846, + "Ġattend": 2847, + "Ġtown": 2848, + "Ġinsp": 2849, + "Ġplayers": 2850, + "Ġreceived": 2851, + "Ġdescrib": 2852, + "Ġmorning": 2853, + "Ġthroughout": 2854, + "Ġusers": 2855, + "ville": 2856, + "off": 2857, + "oring": 2858, + "Ġcontrib": 2859, + "Ġitems": 2860, + "45": 2861, + "Com": 2862, + "mm": 2863, + "ĠInc": 2864, + "ĠAmerica": 2865, + "arden": 2866, + "Ġpolicy": 2867, + "26": 2868, + "str": 2869, + "Ġmix": 2870, + "Ġdrive": 2871, + "amb": 2872, + "Ġremember": 2873, + "Ġoriginal": 2874, + "cast": 2875, + "Ġprim": 2876, + "Ġimage": 2877, + "ruary": 2878, + "Ġsqu": 2879, + "ournal": 2880, + "Ġtarget": 2881, + "ĠNews": 2882, + "itely": 2883, + "Ġplaying": 2884, + "Ġteac": 2885, + "Ġdoor": 2886, + "Ġstra": 2887, + "ĠJanuary": 2888, + "Ġlate": 2889, + "Ġfa": 2890, + "pper": 2891, + "Ġsn": 2892, + "fl": 2893, + "Ġep": 2894, + "Ġclos": 2895, + "Ġautom": 2896, + "ĠFrom": 2897, + "Ġhol": 2898, + "just": 2899, + "ĠAc": 2900, + "urg": 2901, + "Ġpractice": 2902, + "like": 2903, + "Ġ2009": 2904, + "ĠSer": 2905, + "Ġpers": 2906, + "Ġobject": 2907, + "Ġofficial": 2908, + "Ġobs": 2909, + "Ġboard": 2910, + "Ġcause": 2911, + "All": 2912, + "Ġfile": 2913, + "Ġensure": 2914, + "Ġhit": 2915, + "ĠHar": 2916, + "ĠCr": 2917, + "uses": 2918, + "ached": 2919, + "Ġmention": 2920, + "ĠChar": 2921, + "uth": 2922, + "udd": 2923, + "ĠAugust": 2924, + "Ġ@": 2925, + "ĠSch": 2926, + "ĠSeptember": 2927, + "ĠUp": 2928, + "ĠWas": 2929, + "Ġdeg": 2930, + "27": 2931, + "Ġcustomer": 2932, + "Ġattack": 2933, + "ĠOctober": 2934, + "Ġprivate": 2935, + "Ġveh": 2936, + "Ġround": 2937, + "Ġskills": 2938, + "Ġwoman": 2939, + "ĠTH": 2940, + "Ġscreen": 2941, + "imum": 2942, + "Ġboy": 2943, + "onse": 2944, + "Ġdrug": 2945, + "Ġsens": 2946, + "ĠAre": 2947, + "Ġones": 2948, + "Ġadditional": 2949, + "Ġgoes": 2950, + "28": 2951, + "At": 2952, + "ĠCour": 2953, + "'d": 2954, + "Ġhear": 2955, + "lim": 2956, + "hood": 2957, + "Ġsummer": 2958, + "Ġdraw": 2959, + "Ġfavorite": 2960, + "Ġchance": 2961, + "Ġlost": 2962, + "ĠPat": 2963, + "Ġlives": 2964, + "ĠRed": 2965, + "ĠHome": 2966, + "Ġcourt": 2967, + "Ġactivities": 2968, + "aturday": 2969, + "Ġreceive": 2970, + "Our": 2971, + "Ġlatest": 2972, + "Ġmedical": 2973, + "Ġchoice": 2974, + "ĠAcc": 2975, + "Ġâ": 2976, + "based": 2977, + "Ġdeep": 2978, + "35": 2979, + "ological": 2980, + "Ġbal": 2981, + "Ġcollect": 2982, + "Ġsat": 2983, + "Ġleaders": 2984, + "Ġwrong": 2985, + "Ġinstead": 2986, + "where": 2987, + "Ġcand": 2988, + "Ġindic": 2989, + "Ġcelebr": 2990, + "ĠPresident": 2991, + "kend": 2992, + "ING": 2993, + "ĠFace": 2994, + "rs": 2995, + "Ġcam": 2996, + "Ġdecision": 2997, + "Ġquickly": 2998, + "Ġthemselves": 2999, + "ara": 3000, + "ĠHer": 3001, + "zy": 3002, + "That": 3003, + "Ġ28": 3004, + "Ġworked": 3005, + "Ġprior": 3006, + "ospital": 3007, + "29": 3008, + "ĠMus": 3009, + "put": 3010, + "aign": 3011, + "Ġmeeting": 3012, + "Ġproduction": 3013, + "ray": 3014, + "Ġmatch": 3015, + "Ġhands": 3016, + "Ġbath": 3017, + "artment": 3018, + "Ġrelated": 3019, + "Ġcy": 3020, + "ĠAustral": 3021, + "Ġinteresting": 3022, + "ester": 3023, + "ecut": 3024, + "ett": 3025, + "Ġdest": 3026, + "light": 3027, + "Ġterms": 3028, + "rel": 3029, + "Ġmother": 3030, + "rown": 3031, + "De": 3032, + "Ġfloor": 3033, + "iction": 3034, + "Ġpark": 3035, + "haps": 3036, + "Ġaffect": 3037, + "Ġsun": 3038, + "unday": 3039, + "Ġ26": 3040, + "Ġcode": 3041, + "Ġincluded": 3042, + "rup": 3043, + "OM": 3044, + "Ġwasn": 3045, + "Ġgets": 3046, + "ĠTV": 3047, + "asons": 3048, + "ague": 3049, + "Ġ£": 3050, + "Ġeasily": 3051, + "Ġtour": 3052, + "ðŁ": 3053, + "illing": 3054, + "Ġcases": 3055, + "Ġ*": 3056, + "):": 3057, + "Ġri": 3058, + "ivity": 3059, + "Ġ2020": 3060, + "Ġnational": 3061, + "ĠDirect": 3062, + "ĠUK": 3063, + "ension": 3064, + "ET": 3065, + "Ġstuff": 3066, + "cil": 3067, + "orge": 3068, + "Ġgrad": 3069, + "irit": 3070, + "Ġintrodu": 3071, + "Ġsell": 3072, + "Ġwar": 3073, + "Ġcirc": 3074, + "ags": 3075, + "Ġstudent": 3076, + "ondon": 3077, + "Ġmodern": 3078, + "Ġplant": 3079, + "ĠOut": 3080, + "Ġbuilt": 3081, + "ĠDis": 3082, + "Ġ27": 3083, + "Ġplans": 3084, + "With": 3085, + "iles": 3086, + "Ġimm": 3087, + "Ġlower": 3088, + "Ġgoal": 3089, + "fficient": 3090, + "ĠAM": 3091, + "ressed": 3092, + "pose": 3093, + "Ġsil": 3094, + "Ġability": 3095, + "Ġuser": 3096, + "Ġparents": 3097, + "ĠNovember": 3098, + "ĠMich": 3099, + "ica": 3100, + "ĠWind": 3101, + "ĠCons": 3102, + "Ġbi": 3103, + "Ġhuge": 3104, + "uel": 3105, + "Ġsurpr": 3106, + "Ġmovie": 3107, + "Ġapproach": 3108, + "Ġarri": 3109, + "Ġprojects": 3110, + "Ġitself": 3111, + "Ġmarketing": 3112, + "ĠWar": 3113, + "Ġinvolved": 3114, + "Ġfresh": 3115, + "iring": 3116, + "Ġthinking": 3117, + "Ġapply": 3118, + "ament": 3119, + "??": 3120, + "hold": 3121, + "No": 3122, + "Ġlevels": 3123, + "reng": 3124, + "AP": 3125, + "Ġbank": 3126, + "Ġblood": 3127, + "Ġsaf": 3128, + "ĠAir": 3129, + "ĠWhile": 3130, + "Ġsites": 3131, + "ĠEnglish": 3132, + "avy": 3133, + "ĠFriday": 3134, + "ĠAssoci": 3135, + "Ġcomputer": 3136, + "US": 3137, + "ĠGoogle": 3138, + "ocr": 3139, + "eal": 3140, + "Ġstandard": 3141, + "Ġwish": 3142, + "erve": 3143, + "Ġformer": 3144, + "rab": 3145, + "omen": 3146, + "ĠBusiness": 3147, + "atives": 3148, + "onday": 3149, + "iation": 3150, + "Ġanswer": 3151, + "ĠHot": 3152, + "Ġkitchen": 3153, + "key": 3154, + "Ġplatform": 3155, + "Ġphotos": 3156, + "EC": 3157, + "pm": 3158, + "Ġfelt": 3159, + "Ġdecided": 3160, + "Ġprograms": 3161, + "Ġcareer": 3162, + "Ġflow": 3163, + "alt": 3164, + "Ġsaying": 3165, + "ĠDecember": 3166, + "Ġfeed": 3167, + "Ġdise": 3168, + "hern": 3169, + "opping": 3170, + "ĠReview": 3171, + "Ġhor": 3172, + "ĠAfric": 3173, + "more": 3174, + "aly": 3175, + "ening": 3176, + "Ġlocation": 3177, + "ĠStreet": 3178, + "Ġwritten": 3179, + "ĠNet": 3180, + "itte": 3181, + "ford": 3182, + "orage": 3183, + "ĠLa": 3184, + "One": 3185, + "pri": 3186, + "Ġpred": 3187, + "iding": 3188, + "****": 3189, + "Ġchalleng": 3190, + "Ġparts": 3191, + "vey": 3192, + "Ġclients": 3193, + "OL": 3194, + "ĠWed": 3195, + "Ġvac": 3196, + "ĠSim": 3197, + "OS": 3198, + "amed": 3199, + "Ġpiece": 3200, + "Ġattention": 3201, + "attle": 3202, + "Ġspeak": 3203, + "erous": 3204, + "Ġinternational": 3205, + "Ġaverage": 3206, + "ĠSan": 3207, + "urt": 3208, + "ederal": 3209, + "board": 3210, + "urb": 3211, + "Ġbenefits": 3212, + "gar": 3213, + "Ġimmed": 3214, + "aves": 3215, + "Ġfair": 3216, + "duc": 3217, + "Ġsett": 3218, + "itation": 3219, + "Ġtypes": 3220, + "Ġmaintain": 3221, + "Ġeyes": 3222, + "band": 3223, + "Ġcosts": 3224, + "Ġtouch": 3225, + "Ġcenter": 3226, + "EL": 3227, + "Ġeffective": 3228, + "Ġconditions": 3229, + "ography": 3230, + "Ġstock": 3231, + "Ġbus": 3232, + "33": 3233, + "ĠPlease": 3234, + "75": 3235, + "oul": 3236, + "Ġsepar": 3237, + "Ġpull": 3238, + "Ġfight": 3239, + "udget": 3240, + "ĠGener": 3241, + "Ġcompletely": 3242, + "Ġnecessary": 3243, + "Ġviol": 3244, + "Ġsource": 3245, + "otes": 3246, + "Ġtrust": 3247, + "aste": 3248, + "ancy": 3249, + "apan": 3250, + "mercial": 3251, + "Ġdiv": 3252, + "Ġreviews": 3253, + "bit": 3254, + "Ġsche": 3255, + "AD": 3256, + "Ġpm": 3257, + "Ġlab": 3258, + "Ġmag": 3259, + "95": 3260, + "Ġlocated": 3261, + "Ġsave": 3262, + "Ġfix": 3263, + "ĠGet": 3264, + "Ġord": 3265, + "ĠService": 3266, + "Ġgives": 3267, + "king": 3268, + "Ġattempt": 3269, + "By": 3270, + "Ġjud": 3271, + "ĠThanks": 3272, + "Ġvariety": 3273, + "right": 3274, + "Ġgave": 3275, + "Ġtal": 3276, + "Ġpositive": 3277, + "Ġrelease": 3278, + "ords": 3279, + "rences": 3280, + "ĠRec": 3281, + "ĠThen": 3282, + "ength": 3283, + "Ġheard": 3284, + "Ġgroups": 3285, + "ael": 3286, + "Ġcat": 3287, + "Ġgold": 3288, + "unt": 3289, + "Ġwait": 3290, + "ĠInternational": 3291, + "enge": 3292, + "Ġcup": 3293, + "Ġencoura": 3294, + "rought": 3295, + "ĠDesign": 3296, + "Ġ198": 3297, + "Ġdefinitely": 3298, + "Ġrequest": 3299, + "Ġdaily": 3300, + "ari": 3301, + "ager": 3302, + "ris": 3303, + "=\"": 3304, + "zz": 3305, + "ani": 3306, + "aint": 3307, + "ĠBrit": 3308, + "ĠFirst": 3309, + "ĠTechn": 3310, + "Ġanalysis": 3311, + "add": 3312, + "New": 3313, + "Ġgreen": 3314, + "Ġpropos": 3315, + "verse": 3316, + "igation": 3317, + "Ġcountries": 3318, + "ĠMarket": 3319, + "ald": 3320, + "sych": 3321, + "ĠFacebook": 3322, + "ION": 3323, + "ĠMet": 3324, + "IL": 3325, + "Ġfine": 3326, + "Ġmobile": 3327, + "olute": 3328, + "Ġsus": 3329, + "ĠPost": 3330, + "ĠTrans": 3331, + "Ġpurchase": 3332, + "ĠGroup": 3333, + "Ġpath": 3334, + "ibly": 3335, + "ĠChina": 3336, + "Ġallows": 3337, + "ĠOb": 3338, + "enty": 3339, + "Ġcross": 3340, + "ĠDepartment": 3341, + "ĠMod": 3342, + "Ġcertainly": 3343, + "Ġpicture": 3344, + "Ġsection": 3345, + "Ġpolitical": 3346, + "Ġreported": 3347, + "Ġweekend": 3348, + "ĠProf": 3349, + "ĠLaw": 3350, + "Ġsituation": 3351, + "Ġmachine": 3352, + "Ġgiving": 3353, + "iforn": 3354, + "ams": 3355, + "ĠCoun": 3356, + "Ġsafety": 3357, + "Ġenter": 3358, + "het": 3359, + "Ġcollection": 3360, + "ĠBook": 3361, + "Ġrev": 3362, + "idered": 3363, + "Ġlegal": 3364, + "Ġdisplay": 3365, + "Ġresources": 3366, + "Ġ2007": 3367, + "ishing": 3368, + "Ġextreme": 3369, + "ĠKing": 3370, + "ĠFebruary": 3371, + "Ġequipment": 3372, + "ĠServices": 3373, + "wise": 3374, + "overn": 3375, + "ĠEvery": 3376, + "Ġlif": 3377, + "Ġrout": 3378, + "Ġcampaign": 3379, + "ĠBest": 3380, + "mission": 3381, + "field": 3382, + "Ġemer": 3383, + "ĠIndia": 3384, + "âĢĿ.": 3385, + "Ġglobal": 3386, + "aged": 3387, + "Ġsolution": 3388, + "Ġsleep": 3389, + "org": 3390, + "ĠLondon": 3391, + "Ġconv": 3392, + "Ġdetail": 3393, + "Ġmaybe": 3394, + "ube": 3395, + "Ġexpected": 3396, + "Ġleading": 3397, + "Ġsometimes": 3398, + "ĠSupp": 3399, + "ults": 3400, + "Ġresponse": 3401, + "Un": 3402, + "Ġbegan": 3403, + "Ġvict": 3404, + "Ġtools": 3405, + "unk": 3406, + "Ġrestaur": 3407, + "Ġpolice": 3408, + "partment": 3409, + "lin": 3410, + "Ġbecame": 3411, + "Ġrent": 3412, + "Ġ29": 3413, + "Ġexcellent": 3414, + "Ġknew": 3415, + "Ġwonderful": 3416, + "Ġnote": 3417, + "Ġdark": 3418, + "Ġdefe": 3419, + "ĠGreat": 3420, + "Ġmid": 3421, + "Ġsold": 3422, + "ĠSunday": 3423, + "ifornia": 3424, + "Ġstarting": 3425, + "Ġdocument": 3426, + "Ġslow": 3427, + "Ġcorrect": 3428, + "ĠSystem": 3429, + "acing": 3430, + "ĠSaturday": 3431, + "rote": 3432, + "Ġarch": 3433, + "Ġstreng": 3434, + "Ġtried": 3435, + "Ġcondition": 3436, + "Ġblock": 3437, + "Ġearn": 3438, + "body": 3439, + "ĠChristmas": 3440, + "Ġplayed": 3441, + "ida": 3442, + "ĠGerm": 3443, + "Ġ60": 3444, + "Ġinflu": 3445, + "ĠGood": 3446, + "Ġrights": 3447, + "Ġdigital": 3448, + "Ġhelps": 3449, + "Ġbaby": 3450, + "Ġintegr": 3451, + "aches": 3452, + "ĠWell": 3453, + "Ġimplement": 3454, + "ores": 3455, + "yond": 3456, + "ĠCollege": 3457, + "itary": 3458, + "urning": 3459, + "asc": 3460, + "error": 3461, + "Ġmount": 3462, + "icks": 3463, + "Ġhour": 3464, + "pre": 3465, + "Ġoffe": 3466, + "Ġstru": 3467, + "Ġmark": 3468, + "Ġinterview": 3469, + "pite": 3470, + "ares": 3471, + "Ġprices": 3472, + "place": 3473, + "ĠLet": 3474, + "Ġeffects": 3475, + "Ġtowards": 3476, + "Ġqual": 3477, + "EO": 3478, + "Ġtrip": 3479, + "rows": 3480, + "Ġconvers": 3481, + "Ġexactly": 3482, + "Ġlanguage": 3483, + "Ġmultiple": 3484, + "Ġbirth": 3485, + "Ġson": 3486, + "Ġfeeling": 3487, + "aries": 3488, + "Ġinterested": 3489, + "Thanks": 3490, + "Ġhighly": 3491, + "100": 3492, + "Ġwarm": 3493, + "Posted": 3494, + "ĠWhite": 3495, + "aughter": 3496, + "Ġdream": 3497, + "Ġdead": 3498, + "itute": 3499, + "Ġadminist": 3500, + "Ġdecor": 3501, + "uit": 3502, + "Ġinternet": 3503, + "Ġled": 3504, + "Ġlooked": 3505, + "oly": 3506, + "nds": 3507, + "Ġprogress": 3508, + "ĠJe": 3509, + "izes": 3510, + "chan": 3511, + "Ġclub": 3512, + "Ġcollege": 3513, + "isions": 3514, + "idents": 3515, + "ownload": 3516, + "ursday": 3517, + "Ġmedic": 3518, + "ibrary": 3519, + "Ġconsist": 3520, + "uate": 3521, + "Ġeat": 3522, + "ĠDel": 3523, + "enior": 3524, + "Ġsubs": 3525, + "Ġple": 3526, + "Ġpictures": 3527, + "Ġmessage": 3528, + "Ġlik": 3529, + "Ġprevent": 3530, + "Ġeye": 3531, + "ocol": 3532, + "36": 3533, + "ilies": 3534, + "inner": 3535, + "ipping": 3536, + "Ġwel": 3537, + "Ġlack": 3538, + "omew": 3539, + "iant": 3540, + "Ġconsidered": 3541, + "Ġplayer": 3542, + "Ġdirectly": 3543, + "oday": 3544, + "Ġbehav": 3545, + "sec": 3546, + "ashion": 3547, + "44": 3548, + "rench": 3549, + "Ġenh": 3550, + "ulations": 3551, + "Ġprevious": 3552, + "ĠAlso": 3553, + "anch": 3554, + "Ġproviding": 3555, + "olf": 3556, + "\".": 3557, + "ocks": 3558, + "Ġaware": 3559, + "iture": 3560, + "Ġspeed": 3561, + "Ġglass": 3562, + "itution": 3563, + "Ġindividuals": 3564, + "Ġplaces": 3565, + "Ġorganization": 3566, + "uesday": 3567, + "ĠProgram": 3568, + "Ġplanning": 3569, + "Ġsort": 3570, + "Ġturned": 3571, + "imately": 3572, + "Ġreve": 3573, + "vest": 3574, + "Ġimages": 3575, + "Ġcomplex": 3576, + "ĠYear": 3577, + "Ġpublished": 3578, + "ĠCle": 3579, + "Ġshall": 3580, + "Ġdifference": 3581, + "Ġspot": 3582, + "Ġavoid": 3583, + "Ġactivity": 3584, + "Se": 3585, + "ĠMost": 3586, + "Ġneigh": 3587, + "rast": 3588, + "Ġconcept": 3589, + "aught": 3590, + "ĠPri": 3591, + "90": 3592, + "Ġhotel": 3593, + "raw": 3594, + "Ġwants": 3595, + "Ġhimself": 3596, + "cript": 3597, + "PS": 3598, + "Ġstories": 3599, + "Ġgar": 3600, + "ategy": 3601, + "ĠPlay": 3602, + "ĠRem": 3603, + "ĠInter": 3604, + "Ġphysical": 3605, + "Ġemb": 3606, + "Read": 3607, + "Ġsubst": 3608, + "Ġreach": 3609, + "ittee": 3610, + "Ġnature": 3611, + "Ar": 3612, + "ĠDevelop": 3613, + "Ġphoto": 3614, + "ruit": 3615, + "Ġdry": 3616, + "hington": 3617, + "Ġadvant": 3618, + "Ġaltern": 3619, + "Ġcarry": 3620, + "ls": 3621, + "ĠWeb": 3622, + "Ġobtain": 3623, + "Ġconduct": 3624, + "Con": 3625, + "Ġpresident": 3626, + "ĠDet": 3627, + "Ġten": 3628, + "ĠJack": 3629, + "isf": 3630, + "Ġfinally": 3631, + "ĠDem": 3632, + "Ġimag": 3633, + "Ġessay": 3634, + "Ġband": 3635, + "bum": 3636, + "Ġwed": 3637, + "Ġexpert": 3638, + "Ġfell": 3639, + "Ġfurn": 3640, + "Ġdistrib": 3641, + "nesday": 3642, + "edic": 3643, + "After": 3644, + "Ġstates": 3645, + "venue": 3646, + "Ġbrought": 3647, + "ĠMonday": 3648, + "Ġprem": 3649, + "Ġdress": 3650, + "arily": 3651, + "ĠWork": 3652, + "ĠEast": 3653, + "Ġdecl": 3654, + "They": 3655, + "ying": 3656, + "Ġmaterials": 3657, + "istry": 3658, + "Ġdevice": 3659, + "ĠDist": 3660, + "Ġblue": 3661, + "OV": 3662, + "ils": 3663, + "Ġload": 3664, + "Ġbroad": 3665, + "ĠEven": 3666, + "Ġfarm": 3667, + "ĠCourt": 3668, + "Ġloved": 3669, + "Ġcapt": 3670, + "ĠGreen": 3671, + "uted": 3672, + "rial": 3673, + "Ġpartners": 3674, + "esome": 3675, + "ĠSpec": 3676, + "Ġfirm": 3677, + "Ġpattern": 3678, + "Ġthanks": 3679, + "ĠII": 3680, + "Ġsuccessful": 3681, + "Ġinform": 3682, + "Ġtick": 3683, + "Ġexerc": 3684, + "ĠCalifornia": 3685, + "Ġreleased": 3686, + "ĠJapan": 3687, + "Ġacqu": 3688, + "Ġfully": 3689, + "Ġpen": 3690, + "Get": 3691, + "Ġmiles": 3692, + "!!!": 3693, + "Ġtalking": 3694, + "Ġfem": 3695, + "ĠMor": 3696, + "Ġachieve": 3697, + "set": 3698, + "Ġprec": 3699, + "ĠDavid": 3700, + "ened": 3701, + "TM": 3702, + "Ġpaid": 3703, + "ĠPrice": 3704, + "Ġlimited": 3705, + "Ġwrote": 3706, + "Ġmoving": 3707, + "rey": 3708, + "Ġrock": 3709, + "ĠSl": 3710, + "Ġver": 3711, + "Ġrespond": 3712, + "55": 3713, + "Ġspent": 3714, + "Ġroll": 3715, + "Ġcrus": 3716, + "Ġhealthy": 3717, + "ĠPhot": 3718, + "Ġbudget": 3719, + "ĠOver": 3720, + "Ġguys": 3721, + "BC": 3722, + "Ġdire": 3723, + "ences": 3724, + "tr": 3725, + "Ġfather": 3726, + "ivil": 3727, + "Ġthank": 3728, + "Ġwife": 3729, + "Ġgrowing": 3730, + "house": 3731, + "Ġfab": 3732, + "34": 3733, "mitted": 3734, - "wide": 3735, - "ĠAut": 3736, - "Ġmember": 3737, - "Ġenter": 3738, - "Ġidentified": 3739, - "Ġsch": 3740, - "Ġcommerc": 3741, - "Ġsect": 3742, - "Ġfruit": 3743, - "itch": 3744, - "Ġhistorical": 3745, - "ica": 3746, - "irection": 3747, - "ĠGeneral": 3748, - "ĠRoman": 3749, - "ĠMex": 3750, - "uit": 3751, - "Ġmob": 3752, - "Ġ193": 3753, - "lin": 3754, - "Ġfile": 3755, - "men": 3756, - "Ġtrack": 3757, - "Ġrich": 3758, - "co": 3759, - "Ġhon": 3760, - "Ġdiscovered": 3761, - "Ġcontext": 3762, - "Ġroad": 3763, - "Ġdestro": 3764, - "aur": 3765, - "ingu": 3766, - "iable": 3767, - "Ġ2016": 3768, - "reet": 3769, - "Ġmajority": 3770, - "ĠThus": 3771, - "Ġdisplay": 3772, - "Ġpowerful": 3773, - "Ġimmune": 3774, - "Ġtox": 3775, - "ara": 3776, - "ocol": 3777, - "ste": 3778, - "Ġcontinued": 3779, - "Ġeight": 3780, - "Ġcompar": 3781, - "Ġcoming": 3782, - "Ġpresence": 3783, - "ibly": 3784, - "Ġproperties": 3785, - "Ġchurch": 3786, - "Ġformed": 3787, - "Ġmis": 3788, - "Ġgold": 3789, - "Ġrule": 3790, - "Ġ+": 3791, - "Ġshowed": 3792, - "bre": 3793, - "70": 3794, - "ĠSan": 3795, - "ĠTheir": 3796, - "rieved": 3797, - "Ġstatus": 3798, - "Ġfair": 3799, - "ords": 3800, - "Ġnutri": 3801, - "oration": 3802, - "que": 3803, - "ĠCoun": 3804, - "Ġmiss": 3805, - "Ġrat": 3806, - "aled": 3807, - "rig": 3808, - "Ġden": 3809, - "Ġpow": 3810, - "Ġlimit": 3811, - "Ġincreases": 3812, - "Ġmig": 3813, - "Ġbra": 3814, - "Ġsigns": 3815, - "enty": 3816, - "Ġsitu": 3817, - "Ġmachine": 3818, - "Ġwond": 3819, - "ruary": 3820, - "Ġantib": 3821, - "ogle": 3822, - "Ġacad": 3823, - "hemat": 3824, - "ament": 3825, - "Ġcapacity": 3826, - "ĠProt": 3827, - "Ġversion": 3828, - "rab": 3829, - "Ġfactor": 3830, - "Ġgave": 3831, - "aters": 3832, - "Ġ195": 3833, - "Ġillness": 3834, - "Ġteach": 3835, - "Ġgir": 3836, - "alt": 3837, - "Ġstim": 3838, - "Ġchoice": 3839, - "Ġmouth": 3840, - "ĠChe": 3841, - "Ġphilos": 3842, - "bl": 3843, - "Ġassign": 3844, - "Ġcook": 3845, - "Ġfemale": 3846, - "Ġmut": 3847, - "Ġpatterns": 3848, - "ĠConf": 3849, - "Ġasse": 3850, - "edom": 3851, - "Ġdat": 3852, - "Ġ26": 3853, - "Ġcry": 3854, - "ĠEvery": 3855, - "ĠAustralia": 3856, - "known": 3857, - "Ġcities": 3858, - "ĠChildren": 3859, - "Ġbaby": 3860, - "Ġanx": 3861, - "Ġ2007": 3862, - "ĠRo": 3863, - "Ġ28": 3864, - "Ġefficient": 3865, - "Ġsymbol": 3866, - "Ġatmosp": 3867, - "Ġactions": 3868, - "Ġchanged": 3869, - "Ġperhaps": 3870, - "Ġnote": 3871, - "Ġillust": 3872, - "ĠRel": 3873, - "ĠHouse": 3874, - "Ġprice": 3875, - "aste": 3876, - "Ġstrugg": 3877, - "Ġtissue": 3878, - "Ġfully": 3879, - "phas": 3880, - "cious": 3881, - "ees": 3882, - "gery": 3883, - "ĠUK": 3884, - "Ġbelief": 3885, - "iring": 3886, - "Ġrelatively": 3887, - "aint": 3888, - "Ġcourt": 3889, - "Ġincor": 3890, - "related": 3891, - "Ġremember": 3892, - "Ġtou": 3893, - "Ġpeace": 3894, - "ĠPublic": 3895, - "Ġfunctions": 3896, - "ĠSpec": 3897, - "edia": 3898, - "ĠGermany": 3899, - "encies": 3900, - "��promot": 3901, - "off": 3902, - "Ġroot": 3903, - "Ġdidn": 3904, - "Ġtask": 3905, - "Ġemp": 3906, - "ĠEnvironment": 3907, - "Ġeffic": 3908, - "Ġassist": 3909, - "unch": 3910, - "ĠTH": 3911, - "Ġunit": 3912, - "Ġhair": 3913, - "Ġmoment": 3914, - "Ġemissions": 3915, - "Ġmoving": 3916, - "ss": 3917, - "Ġarchitect": 3918, - "Ġworth": 3919, - "Ġcomponents": 3920, - "more": 3921, - "ev": 3922, - "ĠSociety": 3923, - "craft": 3924, - "Ġalcohol": 3925, - "ternal": 3926, - "Ġappears": 3927, - "emy": 3928, - "Ġforward": 3929, - "Ġvill": 3930, - "orge": 3931, - "ĠLat": 3932, - "Ġstories": 3933, - "Ġconstruct": 3934, - "Ġcontract": 3935, - "Ġtransfer": 3936, - "Ġchallenges": 3937, - "Ġ27": 3938, - "Ġdistance": 3939, - "Ġevolution": 3940, - "Ġelement": 3941, - "Ġstaff": 3942, - "AL": 3943, - "ĠInter": 3944, - "Ġast": 3945, - "Ġfresh": 3946, - "Ġexisting": 3947, - "can": 3948, - "odes": 3949, - "ygen": 3950, - "Ġpiece": 3951, - "ĠMic": 3952, - "ero": 3953, - "ĠUnion": 3954, - "Ġinnov": 3955, - "ĠGreen": 3956, - "iful": 3957, - "lor": 3958, - "Ġnames": 3959, - "Ġgarden": 3960, - "Ġconvers": 3961, - "Ġbalance": 3962, - "ĠFrance": 3963, - "iences": 3964, - "Ġworked": 3965, - "Ġoffers": 3966, - "Ġopportunities": 3967, - "ĠToday": 3968, - "aign": 3969, - "ĠMedic": 3970, - "resp": 3971, - "gypt": 3972, - "rupt": 3973, - "Ġeducational": 3974, - "Ġgiving": 3975, - "Ġobserved": 3976, - "abilities": 3977, - "Ġinstance": 3978, - "Ġsusp": 3979, - "ession": 3980, - "Ġexpand": 3981, - "rief": 3982, - "Ġ#": 3983, - "Ġrepe": 3984, - "ĠJewish": 3985, - "iate": 3986, - "Ġaim": 3987, - "era": 3988, - "Ġconsumption": 3989, - "Ġfindings": 3990, - "Ġdirection": 3991, - "Ġexperim": 3992, - "Ġstar": 3993, - "Ġresistance": 3994, - "Ġpp": 3995, - "ĠAng": 3996, - "ux": 3997, - "inated": 3998, - "Ġwid": 3999, - "force": 4000, - "Ġstyle": 4001, - "29": 4002, - "icip": 4003, - "Ġguide": 4004, - "Ġsignificantly": 4005, - "Ġequal": 4006, - "rehens": 4007, - "Ġriver": 4008, - "ĠPhil": 4009, - "26": 4010, - "Ġevalu": 4011, - "Ġabsor": 4012, - "Ġincome": 4013, - "house": 4014, - "Ġing": 4015, - "udd": 4016, - "iny": 4017, - "ĠFebruary": 4018, - "Ġhuge": 4019, - "Ġbox": 4020, - "Ġforeign": 4021, - "Ġpicture": 4022, - "Ġqual": 4023, - "Ġtele": 4024, - "ĠAv": 4025, - "Ġmal": 4026, - "Ġplanning": 4027, - "\",": 4028, - "Ġdetect": 4029, - "ĠDes": 4030, - "Ġrunning": 4031, - "Ġweak": 4032, - "Ġreports": 4033, - "Ġthousands": 4034, - "care": 4035, - "rome": 4036, - "EC": 4037, - "Ġregions": 4038, - "ĠDec": 4039, - "ĠPal": 4040, - "ĠStudents": 4041, - "27": 4042, - "Ġmission": 4043, - "Ġblue": 4044, - "Ġvo": 4045, - "Ġstrategies": 4046, - "Ġcollabor": 4047, - "Ġiron": 4048, - "ĠWork": 4049, - "Ġoptions": 4050, - "Ġmap": 4051, - "omas": 4052, - "Ġdefined": 4053, - "Ġwrong": 4054, - "Ġplastic": 4055, - "Ġexplain": 4056, - "âĢĿ,": 4057, - "Ġsurvey": 4058, - "ky": 4059, - "Ġsuggests": 4060, - "Ġfriend": 4061, - "ĠMat": 4062, - "Ġfamous": 4063, - "igen": 4064, - "Ġdetails": 4065, - "Ġglass": 4066, - "Ġchance": 4067, - "bed": 4068, - "Ġbelieved": 4069, - "ĠTherefore": 4070, - "ĠAssociation": 4071, - "Ġvision": 4072, - "28": 4073, - "Ġassum": 4074, - "Ġmuscle": 4075, - "Ġgain": 4076, - "ĠWestern": 4077, - "hors": 4078, - "Ġbound": 4079, - "ĠBra": 4080, - "amb": 4081, - "Ġbreast": 4082, - "Ġclinical": 4083, - "ĠRetrieved": 4084, - "ifically": 4085, - "Ġattract": 4086, - "Ġtreated": 4087, - "Ġcarried": 4088, - "Ġ2000": 4089, - "Ġutil": 4090, - "asion": 4091, - "orage": 4092, - "Ġpassed": 4093, - "rec": 4094, - "Ġwatch": 4095, - "Ġoffice": 4096, - "Ġextremely": 4097, - "Ġnative": 4098, - "ald": 4099, - "Ġfert": 4100, - "Ġfeature": 4101, - "Ġdivid": 4102, - "Ġplans": 4103, - "ĠColle": 4104, - "ĠJames": 4105, - "Ġinstruct": 4106, - "Ġexperiences": 4107, - "Ġitems": 4108, - "Ġspect": 4109, - "ĠDavid": 4110, - "Ġfix": 4111, - "Ġinsect": 4112, - "ĠRem": 4113, - "ĠSocial": 4114, - "isation": 4115, - "Ġsuppl": 4116, - "Ġexcess": 4117, - "pped": 4118, - "Ġdisorder": 4119, - "Ġmale": 4120, - "Ġclassroom": 4121, - "Ġphen": 4122, - "ĠUN": 4123, - "Ġliqu": 4124, - "Ġgeneration": 4125, - "Ġcelebr": 4126, - "Ġmilk": 4127, - "pris": 4128, - "Ġexhib": 4129, - "Ġbone": 4130, - "Ġseparate": 4131, - "ĠMich": 4132, - "Ġstructures": 4133, - "Ġrot": 4134, - "Ġeventually": 4135, - "ĠRev": 4136, - "Ġcitizens": 4137, - "ĠEgypt": 4138, - "ĠOb": 4139, - "Ġapply": 4140, - "ĠCongress": 4141, - "ĠInternet": 4142, - "Ġhighest": 4143, - "Ġurban": 4144, - "ĠBu": 4145, - "iding": 4146, - "Ġcommercial": 4147, - "Ġspring": 4148, - "Ġfigure": 4149, - "iox": 4150, - "ĠFood": 4151, - "Ġhappen": 4152, - "ĠMary": 4153, - "Ġgoals": 4154, - "ares": 4155, - "Ġnovel": 4156, - "ĠPlan": 4157, - "ĠLord": 4158, - "Ġpick": 4159, - "Ġheavy": 4160, - "Ġpresented": 4161, - "Ġmo": 4162, - "Ġseven": 4163, - "part": 4164, - "oma": 4165, - "ĠUsing": 4166, - "Ġimmediately": 4167, - ".;": 4168, - "Ġdecades": 4169, - "Ġindustrial": 4170, - "Ġtechnologies": 4171, - "Ġsac": 4172, - "ĠSub": 4173, - "Ġfavor": 4174, - "ĠMor": 4175, - "Ġrequirements": 4176, - "Ġexplore": 4177, - "ube": 4178, - "ĠVol": 4179, - "wards": 4180, - "uls": 4181, - "Ġ2017": 4182, - "Ġdepression": 4183, - "nes": 4184, - "Ġorganizations": 4185, - "Ġeasier": 4186, - "asks": 4187, - "iance": 4188, - "ographic": 4189, - "ĠHuman": 4190, - "Ġneu": 4191, - "Ġlearned": 4192, - "DA": 4193, - "ulum": 4194, - "Ġhom": 4195, - "ĠBel": 4196, - "Ġtopic": 4197, - "Ġtruth": 4198, - "eces": 4199, - "Ġsave": 4200, - "change": 4201, - "ĠDi": 4202, - "ĠJapanese": 4203, - "Ġboard": 4204, - "che": 4205, - "Ġemphas": 4206, - "Ġbank": 4207, - "Ġconducted": 4208, - "lim": 4209, - "Ġjournal": 4210, - "ĠFound": 4211, - "90": 4212, - "ĠNet": 4213, - "Ġdyn": 4214, - "iant": 4215, - "Ġbed": 4216, - "Ġmedicine": 4217, - "Ġcand": 4218, - "Ġreality": 4219, - "Ġperspect": 4220, - "Ġagg": 4221, - "ken": 4222, - "Ġ2006": 4223, - "Ġremove": 4224, - "ĠSam": 4225, - "Ġintroduced": 4226, - "Ġcycle": 4227, - "apers": 4228, - "Ġvary": 4229, - "roph": 4230, - "enth": 4231, - "Ġbecoming": 4232, - "zz": 4233, - "Ġintellig": 4234, - "II": 4235, - "ĠFurther": 4236, - "Ġsample": 4237, - "Ġslight": 4238, - "Ġdistribution": 4239, - "uing": 4240, - "Ġperformed": 4241, - "Ġfaith": 4242, - "ĠPhys": 4243, - "pan": 4244, - "Ġmer": 4245, - "Ġserve": 4246, - "Ġoxygen": 4247, - "iated": 4248, - "Ġapproximately": 4249, - "Ġfig": 4250, - "Ġelectricity": 4251, - "cast": 4252, - "Ġmetal": 4253, - "Ġ80": 4254, - "ĠProgram": 4255, - "OS": 4256, - "EM": 4257, - "Ġkid": 4258, - "Ġrelease": 4259, - "Ġgraph": 4260, - "Ġsexual": 4261, - "plications": 4262, - "Ġdecisions": 4263, - "ĠTwo": 4264, - "Ġcontrast": 4265, - "ologist": 4266, - "Ġresource": 4267, - "Ġchallenge": 4268, - "Ġalternative": 4269, - "Ġexperiment": 4270, - "ophy": 4271, - "Ġnutrition": 4272, - "Ġactual": 4273, - "Ġaspects": 4274, - "Ġpopulations": 4275, - "Ġves": 4276, - "Ġrecommended": 4277, - "Ġgene": 4278, - "This": 4279, - "ĠPaul": 4280, - "Ġopin": 4281, - "St": 4282, - "Ġspeech": 4283, - "Ġbodies": 4284, - "ĠGra": 4285, - "ĠWeb": 4286, - "tical": 4287, - "bal": 4288, - "°": 4289, - "Ġlegisl": 4290, - "Ġdestroy": 4291, - "Ġorganic": 4292, - "Ġtemperatures": 4293, - "Ġletter": 4294, - "Ġplat": 4295, - "Ġmoved": 4296, - "Ġbuy": 4297, - "erate": 4298, - "Ġtrust": 4299, - "Ġfrequently": 4300, - "imens": 4301, - "ĠOrgan": 4302, - "Ġnuclear": 4303, - "ĠTest": 4304, - "Ġconnected": 4305, - "Ġstream": 4306, - "ager": 4307, - "othes": 4308, - "Ġmag": 4309, - "Ġpresident": 4310, - "Ġvitamin": 4311, - "Ġparty": 4312, - "ĠCouncil": 4313, - "Ġchronic": 4314, - "Wh": 4315, - "Ġwidely": 4316, - "ĠCollege": 4317, - "ructure": 4318, - "unction": 4319, - "Ġhousehold": 4320, - "Ġestimated": 4321, - "Ġparticipants": 4322, - "Ġdisorders": 4323, - "ously": 4324, - "ĠDevelopment": 4325, - "ĠAir": 4326, - "ida": 4327, - "Ġcharacteristics": 4328, - "Ġfilm": 4329, - "Ġliterature": 4330, - "Ġcombination": 4331, - "Ġcausing": 4332, - "Ġbuildings": 4333, - "ĠTur": 4334, - "char": 4335, - "raction": 4336, - "ET": 4337, - "ĠHel": 4338, - "porary": 4339, - "Ġdesp": 4340, - "gal": 4341, - "Ġnumerous": 4342, - "Ġign": 4343, - "Ġrecords": 4344, - "ĠGreek": 4345, - "Ġassessment": 4346, - "Ġsolutions": 4347, - "Ġesc": 4348, - "raw": 4349, - "Ġnotes": 4350, - "Ġindependent": 4351, - "Ġdrive": 4352, - "antic": 4353, - "Ġ2005": 4354, - "uses": 4355, - "icial": 4356, - "Ġreleased": 4357, - "cular": 4358, - "Ġhomes": 4359, - "Ġfields": 4360, - "Ġdogs": 4361, - "Ġprefer": 4362, - "Ġstore": 4363, - "Ġchanging": 4364, - "ĠSom": 4365, - "Ġdoub": 4366, - "Ġoperations": 4367, - "met": 4368, - "Ġisol": 4369, - "Ġrisks": 4370, - "35": 4371, - "AM": 4372, - "Ġsetting": 4373, - "Ġbottom": 4374, - "tee": 4375, - "Ġ29": 4376, - "ĠLike": 4377, - "ĠRober": 4378, - "Ġpolicies": 4379, - "Ġlayer": 4380, - "Ġinflamm": 4381, - "Ġreference": 4382, - "Ġtour": 4383, - "Ġemail": 4384, - "ĠGeorge": 4385, - "Ġcompl": 4386, - "Ġflood": 4387, - "ĠBoth": 4388, - "ilit": 4389, - "Ġclearly": 4390, - "rog": 4391, - "Ġreducing": 4392, - "Ġtrig": 4393, - "clus": 4394, - "ologists": 4395, - "ĠAbout": 4396, - "Ġinternal": 4397, - "ĠMark": 4398, - "Ġstatement": 4399, - "rant": 4400, - "Ġstarting": 4401, - "Ġtechnique": 4402, - "Ġwanted": 4403, - "Ġ190": 4404, - "ij": 4405, - "Ġdrop": 4406, - "ĠDef": 4407, - "Ġcollege": 4408, - "Ġgets": 4409, - "Ġunivers": 4410, - "Ġresulting": 4411, - "do": 4412, - "Ġthr": 4413, - "ressive": 4414, - "Ġfailure": 4415, - "ĠIts": 4416, - "ognitive": 4417, - "Ġkilled": 4418, - "order": 4419, - "ulf": 4420, - "Ġviolence": 4421, - "Ch": 4422, - "Ġready": 4423, - "Ġappe": 4424, - "Ġlived": 4425, - "rosc": 4426, - "Ġinitial": 4427, - "works": 4428, - "ĠFore": 4429, - "olved": 4430, - "iveness": 4431, - "Ġprepar": 4432, - "Ġdri": 4433, - "Ġcampaign": 4434, - "erences": 4435, - "Ġshap": 4436, - "Ġanxiety": 4437, - "Ġburn": 4438, - "ped": 4439, - "ĠSpanish": 4440, - "PS": 4441, - "Ġpartners": 4442, - "Ġinfections": 4443, - "Ġminor": 4444, - "cont": 4445, - "olid": 4446, - "Ġinjury": 4447, - "ollow": 4448, - "Ġcovered": 4449, - "tered": 4450, - "ĠSy": 4451, - "Ġauthors": 4452, - "Ġtooth": 4453, - "Ġdiscussion": 4454, - "ĠOff": 4455, - "ĠRepublic": 4456, - "Ġocean": 4457, - "Ġinvolves": 4458, - "Ġconnection": 4459, - "Ġhear": 4460, - "ĠTex": 4461, - "ingly": 4462, - "Ġrelationships": 4463, - "Ġhorm": 4464, - "ĠProject": 4465, - "Ġdistinct": 4466, - "Ġanyone": 4467, - "Ġmostly": 4468, - "ĠGovernment": 4469, - "Ġded": 4470, - "anging": 4471, - "Ġload": 4472, - "Ġnoted": 4473, - "ĠNAS": 4474, - "Ġthick": 4475, - "hetic": 4476, - "Ġhappens": 4477, - "Ġsand": 4478, - "rm": 4479, - "urance": 4480, - "45": 4481, - "Ġvessel": 4482, - "Ġreprodu": 4483, - "elines": 4484, - "78": 4485, - "Ġbattle": 4486, - "ii": 4487, - "Ġcounter": 4488, - "Ġterrit": 4489, - "Ġupper": 4490, - "Ġexactly": 4491, - "Ġsav": 4492, - "ĠST": 4493, - "ĠSecond": 4494, - "Ġfeeling": 4495, - "ĠMuseum": 4496, - "atically": 4497, - "Ġarm": 4498, - "Ġcircum": 4499, - "Ġoutput": 4500, - "Ġradio": 4501, - "Ġtrend": 4502, - "roup": 4503, - "ias": 4504, - "Ġreferred": 4505, - "Ġturned": 4506, - "essor": 4507, - "Ġremoved": 4508, - "Ġcreation": 4509, - "Ġexpression": 4510, - "Ġreplace": 4511, - "Ġsurgery": 4512, - "Ġencourage": 4513, - "key": 4514, - "rest": 4515, - "Ġstorage": 4516, - "Ġmessage": 4517, - "ĠEv": 4518, - "ĠMr": 4519, - "Ġtim": 4520, - "ieties": 4521, - "Ġdangerous": 4522, - "ĠSun": 4523, - "ĠMal": 4524, - "erved": 4525, - "Ġpi": 4526, - "Ġvolume": 4527, - "Ġbackground": 4528, - "amental": 4529, - "ĠCourt": 4530, - "SA": 4531, - "Ġcris": 4532, - "ĠDem": 4533, - "Ġseed": 4534, - "Ġfinding": 4535, - "Ġtrou": 4536, - "Ġdegrees": 4537, - "ĠBas": 4538, - "Ġpal": 4539, - "Ġfine": 4540, - "ĠRich": 4541, - "ocal": 4542, - "Ġscen": 4543, - "onds": 4544, - "Ġtrib": 4545, - "Ġwin": 4546, - "ception": 4547, - "Ġadjust": 4548, - "Ġphysic": 4549, - "Ġseeds": 4550, - "ĠLa": 4551, - "Ġmentioned": 4552, - "Ġconv": 4553, - "ĠCath": 4554, - "Ġcore": 4555, - "Ġtum": 4556, - "Ġvul": 4557, - "ault": 4558, - "Ġunits": 4559, - "Ġadvanced": 4560, - "Ġprinciples": 4561, - "uration": 4562, - "Ġgames": 4563, - "Ġproperly": 4564, - "Ġclasses": 4565, - "Ġgenes": 4566, - "Ġleads": 4567, - "Ġnor": 4568, - "Ġconfirm": 4569, - "Ġpric": 4570, - "Ġfreedom": 4571, - "Ġoption": 4572, - "riculum": 4573, - "ĠMount": 4574, - "Ġincorpor": 4575, - "Ġadvantage": 4576, - "Ġupd": 4577, - "Ġannual": 4578, - "Ġbelong": 4579, - "rows": 4580, - "Ġdetermined": 4581, - "Ġwhom": 4582, - "Ġradiation": 4583, - "Ġ186": 4584, - "Ġexperts": 4585, - "Ġexperienced": 4586, - "Ġ90": 4587, - "Ġregarding": 4588, - "Ġdie": 4589, - "osystem": 4590, - "ĠHen": 4591, - "Ġhelped": 4592, - "Ġlandsc": 4593, - "anch": 4594, - "Ġdram": 4595, - "Ġreligion": 4596, - "Ġconflict": 4597, - "och": 4598, - "Ġemotional": 4599, - "Ġgender": 4600, - "Ġmeeting": 4601, - "ĠWhite": 4602, - "Ġprofession": 4603, - "Ġsolid": 4604, - "Ġinvolve": 4605, - "ĠIsl": 4606, - "ndrome": 4607, - "Ġexcell": 4608, - "Ġacademic": 4609, - "ressed": 4610, - "ortunately": 4611, - "ping": 4612, - "Ġcomprehens": 4613, - "ĠPort": 4614, - "Ġdiss": 4615, - "ander": 4616, - "Ġmath": 4617, - "Ġmotor": 4618, - "Ġrace": 4619, - "ĠHIV": 4620, - "Ġprocessing": 4621, - "Ġelimin": 4622, - "ios": 4623, - "Ġunf": 4624, - "Ġ70": 4625, - "ĠBen": 4626, - "oyal": 4627, - "orial": 4628, - "ĠStep": 4629, - "Ġdepending": 4630, - "Ġsynt": 4631, - "Ġdescribe": 4632, - "Ġlung": 4633, - "Ġpollution": 4634, - "Ġgrade": 4635, - "Ġexposed": 4636, - "Ġalg": 4637, - "Ġinfluen": 4638, - "Ġpreviously": 4639, - "lick": 4640, - "ĠBro": 4641, - "Ġtransform": 4642, - "33": 4643, - "Ġclick": 4644, - "ĠPost": 4645, - "Ġlinked": 4646, - "ST": 4647, - "riage": 4648, - "ĠGet": 4649, - "Ġphase": 4650, - "Ġrelevant": 4651, - "ishing": 4652, - "Ġpromote": 4653, - "Ġinh": 4654, - "Ġdefic": 4655, - "Ġbeautiful": 4656, - "Ġinput": 4657, - "ĠMet": 4658, - "rum": 4659, - "Ġreb": 4660, - "ĠScient": 4661, - "Ġjour": 4662, - "mark": 4663, - "Ġreaction": 4664, - "Ġeffectively": 4665, - "Ġheard": 4666, - "Ġpip": 4667, - "Ġgrass": 4668, - "RE": 4669, - "Ġplease": 4670, - "Ġhelping": 4671, - "Ġ2018": 4672, - "ĠClass": 4673, - "Ġamounts": 4674, - "Ġmist": 4675, - "Ġgrant": 4676, - "Ġcoal": 4677, - "ĠTreat": 4678, - "Ġkept": 4679, - "Ġisland": 4680, - "ĠAsia": 4681, - "onic": 4682, - "Ġgod": 4683, - "Ġspot": 4684, - "ĠJews": 4685, - "ĠElect": 4686, - "Ġround": 4687, - "ategy": 4688, - "ĠCle": 4689, - "ĠÃ": 4690, - "Ġsem": 4691, - "rete": 4692, - "Ġserved": 4693, - "Ġsort": 4694, - "Ġinterpret": 4695, - "Ġmathemat": 4696, - "umn": 4697, - "ago": 4698, - "urt": 4699, - "Ġexpert": 4700, - "Ġmanufacture": 4701, - "Ġpresc": 4702, - "Ġoperation": 4703, - "ributed": 4704, - "Äģ": 4705, - "oking": 4706, - "Ġvot": 4707, - "Ġconcerns": 4708, - "Ġconcepts": 4709, - "ĠNASA": 4710, - "ĠBer": 4711, - "Ġcalc": 4712, - "Ġmeat": 4713, - "Ġstrategy": 4714, - "Ġmeant": 4715, - "ĠMake": 4716, - "75": 4717, - "itz": 4718, - "Ġeggs": 4719, - "Ġimproved": 4720, - "ĠThomas": 4721, - "place": 4722, - "Ġpun": 4723, - "Ġsaying": 4724, - "Ġwealth": 4725, - "cers": 4726, - "Ġdecided": 4727, - "Ġinterested": 4728, - "Ġprepared": 4729, - "ĠSer": 4730, - "ĠData": 4731, - "Ġcomfort": 4732, - "Ġmanage": 4733, - "ta": 4734, - "ĠIsland": 4735, - "Ġconservation": 4736, - "ya": 4737, - "Ġcredit": 4738, - "uted": 4739, - "Ġsquare": 4740, - "ĠOld": 4741, - "Ġefficiency": 4742, - "Ġship": 4743, - "ĠMars": 4744, - "Ġengineering": 4745, - "za": 4746, - "stitution": 4747, - "Ġdatab": 4748, - "Ġdefinition": 4749, - "Ġmel": 4750, - "ĠMac": 4751, - "ĠCentral": 4752, - "Ġspent": 4753, - "ifying": 4754, - "��hour": 4755, - "ball": 4756, - "Ġhearing": 4757, - "Ġaid": 4758, - "mat": 4759, - "Ġconsult": 4760, - "ĠJe": 4761, - "ĠSal": 4762, - "Ġsouthern": 4763, - "ria": 4764, - "Ġobvious": 4765, - "ded": 4766, - "ĠService": 4767, - "ĠÎ": 4768, - "ĠLearning": 4769, - "ĠRef": 4770, - "lease": 4771, - "Ġofficial": 4772, - "Ġfarmers": 4773, - "iverse": 4774, - "ek": 4775, - "Ġimpl": 4776, - "Ġatmosphere": 4777, - "Ġsustainable": 4778, - "Ġbud": 4779, - "Ġcompleted": 4780, - "Ġpages": 4781, - "Ġmanner": 4782, - "ĠTexas": 4783, - "Ġconcern": 4784, - "Ġowners": 4785, - "Ġcere": 4786, - "ĠAD": 4787, - "Ġarticles": 4788, - "Ġcast": 4789, - "wood": 4790, - "Ġawareness": 4791, - "Ġvegetables": 4792, - "ĠDist": 4793, - "Ġinvent": 4794, - "berg": 4795, - "Ġnorthern": 4796, - "ĠOp": 4797, - "Ġsignal": 4798, - "Ġplatform": 4799, - "Ġkill": 4800, - "ĠMexico": 4801, - "aughter": 4802, - "Ġvaccine": 4803, - "Ġmotiv": 4804, - "ams": 4805, - "Ġinstitutions": 4806, - "Ġdiscover": 4807, - "ĠMart": 4808, - "Ġmainly": 4809, - "bi": 4810, - "Ġprocedure": 4811, - "isher": 4812, - "Ġhospital": 4813, - "tes": 4814, - "Ġconclud": 4815, - "Ġhttps": 4816, - "Ġdiagnosis": 4817, - "ĠSk": 4818, - "Ġ35": 4819, - "Ġchemicals": 4820, - "Ġreached": 4821, - "ĠFre": 4822, - "Ġvolunt": 4823, - "Ġseek": 4824, - "Ġ2004": 4825, - "Ġclos": 4826, - "Ġconver": 4827, - "board": 4828, - "Ġwest": 4829, - "Ġsamples": 4830, - "ĠBritain": 4831, - "Ġlanguages": 4832, - "ĠJer": 4833, - "onomic": 4834, - "acing": 4835, - "zing": 4836, - "nic": 4837, - "Ġformation": 4838, - "Ġpret": 4839, - "ĠThrough": 4840, - "ĠSupp": 4841, - "ĠMiss": 4842, - "Ġfrequency": 4843, - "Ġsong": 4844, - "standing": 4845, - "ĠAny": 4846, - "Ġyellow": 4847, - "well": 4848, - "ĠUp": 4849, - "rates": 4850, - "ĠSen": 4851, - "iling": 4852, - "Ġsupported": 4853, - "ĠAcad": 4854, - "Ġhop": 4855, - "ĠHol": 4856, - "Ġpieces": 4857, - "astern": 4858, - "alled": 4859, - "Ġcorresp": 4860, - "Ġreduction": 4861, - "Ġlooks": 4862, - "comes": 4863, - "Ġappoint": 4864, - "36": 4865, - "clusion": 4866, - "uable": 4867, - "Ġpurposes": 4868, - "ormal": 4869, - "Ġpractical": 4870, - "Ġflex": 4871, - "Ġcontinues": 4872, - "Ġcontribute": 4873, - "Ġnav": 4874, - "Ġsecret": 4875, - "ĠDisc": 4876, - "Ġmort": 4877, - "á": 4878, - "osite": 4879, - "otic": 4880, - "ĠAddition": 4881, - "Ġnotice": 4882, - "Ġproposed": 4883, - "ĠLou": 4884, - "pat": 4885, - "Ġcharge": 4886, - "ĠOut": 4887, - "vision": 4888, - "Ġdro": 4889, - "ĠWomen": 4890, - "CC": 4891, - "Ġlesson": 4892, - "Ġrecorded": 4893, - "Ġdrinking": 4894, - "Ġprofessor": 4895, - "ules": 4896, - "Ġextensive": 4897, - "acific": 4898, - "Ġintended": 4899, - "ĠMedical": 4900, - "Ġallowing": 4901, - "Ġshared": 4902, - "Ġsituations": 4903, - "Ġvulner": 4904, - "Ġbrother": 4905, - "rence": 4906, - "ĠDirect": 4907, - "Ġban": 4908, - "100": 4909, - "istan": 4910, - "Ġbegins": 4911, - "Ġyouth": 4912, - "ĠNews": 4913, - "Ġauthority": 4914, - "ĠEnergy": 4915, - "su": 4916, - "eline": 4917, - "ĠWhere": 4918, - "Ġpul": 4919, - "Ġsufficient": 4920, - "Ġelectrical": 4921, - "Ġfib": 4922, - "Ġlib": 4923, - "ĠCivil": 4924, - "ishes": 4925, - "Ġliquid": 4926, - "ĠLife": 4927, - "Ġheight": 4928, - "ĠArab": 4929, - "lig": 4930, - "Ġtoxic": 4931, - "Ġjobs": 4932, - "Ġstorm": 4933, - "Ġcombined": 4934, - "Ġfinally": 4935, - "Ġrevolution": 4936, - "Ġmaster": 4937, - "umin": 4938, - "Ġideal": 4939, - "ĠIr": 4940, - "akers": 4941, - "ĠCam": 4942, - "Ġsector": 4943, - "ounced": 4944, - "].": 4945, - "ĠVirgin": 4946, - "38": 4947, - "ĠDise": 4948, - "Ġstation": 4949, - "Ġtasks": 4950, - "Ġstraight": 4951, - "OT": 4952, - "itors": 4953, - "rep": 4954, - "rations": 4955, - "Ġpark": 4956, - "Ġwet": 4957, - "Ġphenomen": 4958, - "Ġfacts": 4959, - "Ġhit": 4960, - "Ġprimarily": 4961, - "Ġoffered": 4962, - "Ġnutrients": 4963, - "Ġ2003": 4964, - "Ġrenew": 4965, - "Ġkinds": 4966, - "Ġtaught": 4967, - "Ġcertainly": 4968, - "EL": 4969, - "Ġmuscles": 4970, - "Ġindicate": 4971, - "Ġfocused": 4972, - "ulating": 4973, - "ĠBefore": 4974, - "eters": 4975, - "Ġtreatments": 4976, - "ĠTechnology": 4977, - "aker": 4978, - "ixt": 4979, - "ĠSuch": 4980, - "ears": 4981, - "alle": 4982, - "Ġforced": 4983, - "ĠInstead": 4984, - "ĠMedicine": 4985, - "Ġlic": 4986, - "Ġdigest": 4987, - "ĠInformation": 4988, - "Ġtechnical": 4989, - "ĠExam": 4990, - "Ġcoord": 4991, - "Ġ2020": 4992, - "Ġextent": 4993, - "Ġlargely": 4994, - "ĠAN": 4995, - "ags": 4996, - "Ġvital": 4997, - "Ġconsequences": 4998, - "Ġwonder": 4999, - "Ġremained": 5000, - "Ġdoll": 5001, - "AD": 5002, - "ĠMil": 5003, - "Ġflowers": 5004, - "'ll": 5005, - "ĠFranc": 5006, - "acters": 5007, - "Ġsubjects": 5008, - "ague": 5009, - "Ġcollected": 5010, - "Ġrecy": 5011, - "Ġfoss": 5012, - "ses": 5013, - "Ġshowing": 5014, - "oper": 5015, - "Ġkeeping": 5016, - "ĠLatin": 5017, - "Ġbrief": 5018, - "espite": 5019, - "Ġmorning": 5020, - "Ġoperating": 5021, - "Ġcareer": 5022, - "Ġgar": 5023, - "Ġfort": 5024, - "aturally": 5025, - "ĠSpace": 5026, - "Ġimpacts": 5027, - "Ġlov": 5028, - "roke": 5029, - "des": 5030, - "Ġarmy": 5031, - "Ġstone": 5032, - "Ġadvance": 5033, - "Ġspend": 5034, - "rier": 5035, - "eria": 5036, - "ĠBook": 5037, - "ĠWell": 5038, - "Ġidentity": 5039, - "Ġbright": 5040, - "ĠBay": 5041, - "Ġspecifically": 5042, - "Ġexistence": 5043, - "rapy": 5044, - "arrow": 5045, - "Ġoccurred": 5046, - "Ġparticles": 5047, - "Ġwaters": 5048, - "Ġperman": 5049, - "ĠBur": 5050, - "vis": 5051, - "olute": 5052, - "Ġattacks": 5053, - "Ġiniti": 5054, - "Ġquar": 5055, - "Ġcenturies": 5056, - "ĠSl": 5057, - "Ġecosystem": 5058, - "icated": 5059, - "Ġeast": 5060, - "Ġgoods": 5061, - "Ġemergency": 5062, - "Ġfelt": 5063, - "ĠMass": 5064, - "Ġfaster": 5065, - "inger": 5066, - "Ġhyper": 5067, - "Ġdouble": 5068, - "ĠJud": 5069, - "Ġbird": 5070, - "Ġsalt": 5071, - "Ġroll": 5072, - "Ġleader": 5073, - "Ġresist": 5074, - "going": 5075, - "Ġwife": 5076, - "ĠBet": 5077, - "Ġshar": 5078, - "Ġadvice": 5079, - "Ġmetab": 5080, - "ĠQue": 5081, - "ĠCommon": 5082, - "ĠStand": 5083, - "ossible": 5084, - "gl": 5085, - "Ġvehicle": 5086, - "Ġbill": 5087, - "AP": 5088, - "Ġoral": 5089, - "gra": 5090, - "inding": 5091, - "osen": 5092, - "ĠFe": 5093, - "ĠRobert": 5094, - "Ġsettle": 5095, - "RI": 5096, - "Ġresponsibility": 5097, - "nel": 5098, - "inent": 5099, - "tion": 5100, - "ĠAtl": 5101, - "ĠFam": 5102, - "rich": 5103, - "Ġraised": 5104, - "Ġcrucial": 5105, - "Ġmeasured": 5106, - "Ġsurrounding": 5107, - "Ġdespite": 5108, - "unk": 5109, - "Ġliver": 5110, - "rian": 5111, - "99": 5112, - "ĠArmy": 5113, - "ĠThose": 5114, - "Ġsyn": 5115, - "Ġ1990": 5116, - "leg": 5117, - "Ġnations": 5118, - "Ġrefers": 5119, - "rastructure": 5120, - "olars": 5121, - "ipped": 5122, - "ework": 5123, - "Ġexternal": 5124, - "Ġproteins": 5125, - "Ġkn": 5126, - "ĠExpl": 5127, - "Ġmoist": 5128, - "Ġnerv": 5129, - "Ġgrand": 5130, - "Ġthin": 5131, - "Ġdomestic": 5132, - "Ġexcellent": 5133, - "osc": 5134, - "omin": 5135, - "Ġclim": 5136, - "ancing": 5137, - "ĠStudies": 5138, - "west": 5139, - "atric": 5140, - "ĠCommission": 5141, - "Ġ>": 5142, - "ĠNor": 5143, - "Ġletters": 5144, - "Ġmotion": 5145, - "Ġmaximum": 5146, - "Ġaffects": 5147, - "oo": 5148, - "Ġvast": 5149, - "Ġperspective": 5150, - "Ġdetailed": 5151, - "ĠJose": 5152, - "ĠKnow": 5153, - "ĠSte": 5154, - "Ġcert": 5155, - "Ġtested": 5156, - "Ġhaz": 5157, - "Ġexplains": 5158, - "Ġonto": 5159, - "Ġsin": 5160, - "48": 5161, - "ado": 5162, - "down": 5163, - "Ġsche": 5164, - "Ġcomponent": 5165, - "ĠHistor": 5166, - "ĠPsych": 5167, - "Ġkil": 5168, - "Ġaren": 5169, - "Ġsounds": 5170, - "Ġvent": 5171, - "Ġcharacters": 5172, - "Ġsuggested": 5173, - "Ġfamiliar": 5174, - "Ġmonitoring": 5175, - "Ġperiods": 5176, - "enses": 5177, - "roc": 5178, - "itness": 5179, - "Ġotherwise": 5180, - "ĠCop": 5181, - "ĠTHE": 5182, - "Ġcognitive": 5183, - "Ġdiam": 5184, - "Ġcomment": 5185, - "othing": 5186, - "Ġtypical": 5187, - "ĠSum": 5188, - "Ġvoice": 5189, - "oughly": 5190, - "Ġagricultural": 5191, - "Ġtopics": 5192, - "verty": 5193, - "gment": 5194, - "hi": 5195, - "ĠBible": 5196, - "Ġju": 5197, - "Ġpoverty": 5198, - "ĠDespite": 5199, - "ras": 5200, - "ificial": 5201, - "Ġspl": 5202, - "Ġ2001": 5203, - "anges": 5204, - "ĠYet": 5205, - "Ġblog": 5206, - "igenous": 5207, - "osa": 5208, - "Ġdivided": 5209, - "Ġcontrolled": 5210, - "Ġsatis": 5211, - "Ġfundamental": 5212, - "ael": 5213, - "Ġaccurate": 5214, - "Ġflat": 5215, - "RO": 5216, - "Ġslightly": 5217, - "Ġdomin": 5218, - "ĠFlor": 5219, - "ĠSou": 5220, - "ĠLand": 5221, - "inn": 5222, - "Ġgirls": 5223, - "Ġhelpful": 5224, - "Ġplayed": 5225, - "Ġimmun": 5226, - "point": 5227, - "Ġtro": 5228, - "Ġbiological": 5229, - "Ġfif": 5230, - "Ġexplan": 5231, - "Ġcrisis": 5232, - "ĠWind": 5233, - "Ġlose": 5234, - "iced": 5235, - "band": 5236, - "Ġsubsequ": 5237, - "Ġfacilities": 5238, - "Ġinvestment": 5239, - "Ġexplained": 5240, - "omy": 5241, - "Ġfluid": 5242, - "Ġcrops": 5243, - "ails": 5244, - "Ġnit": 5245, - "Ġrail": 5246, - "Ġpotentially": 5247, - "Ġincreasingly": 5248, - "Ġgreatest": 5249, - "Ġmere": 5250, - "ĠGoogle": 5251, - "Ġsend": 5252, - "field": 5253, - "Ġchann": 5254, - "Ġimmig": 5255, - "ĠKore": 5256, - "Ġproport": 5257, - "ĠBC": 5258, - "ĠInf": 5259, - "ĠPacific": 5260, - "Ġtrial": 5261, - "Ġfruits": 5262, - "Ġstudied": 5263, - "Ġwel": 5264, - "Ġlinks": 5265, - "Ġsubstant": 5266, - "ĠMem": 5267, - "Ġinstruction": 5268, - "Ġpaint": 5269, - "Ġgrown": 5270, - "ĠLake": 5271, - "Ġdepends": 5272, - "ĠFoundation": 5273, - "ĠHam": 5274, - "BC": 5275, - "Ġphone": 5276, - "Ġfloor": 5277, - "Ġsmart": 5278, - "li": 5279, - "Ġ<": 5280, - "Ġapparent": 5281, - "ĠCD": 5282, - "Ġfollows": 5283, - "Ġsurpris": 5284, - "ville": 5285, - "Ġvalid": 5286, - "Ġkm": 5287, - "ĠMiddle": 5288, - "cript": 5289, - "Ġcurriculum": 5290, - "Ġneut": 5291, - "Ġconsists": 5292, - "ht": 5293, - "ION": 5294, - "ĠSea": 5295, - "Ġpolice": 5296, - "34": 5297, - "ĠSmith": 5298, - "Ġstem": 5299, - "Ġsnow": 5300, - "Ġinterests": 5301, - "Ġinterview": 5302, - "Ġ2019": 5303, - "Ġobtained": 5304, - "stood": 5305, - "'ve": 5306, - "Ġwestern": 5307, - "Ġcardi": 5308, - "Ġhappened": 5309, - "oviet": 5310, - "aks": 5311, - "Ġsen": 5312, - "Ġcontinuous": 5313, - "Ġrural": 5314, - "Ġ2002": 5315, - "athy": 5316, - "roid": 5317, - "Ġdepth": 5318, - "Ġelev": 5319, - "Ġprices": 5320, - "ĠEngine": 5321, - "itage": 5322, - "Ġharvest": 5323, - "Ġbow": 5324, - "celer": 5325, - "resents": 5326, - "Ġroots": 5327, - "ĠTem": 5328, - "95": 5329, - "Ġlik": 5330, - "ĠRussia": 5331, - "ĠCharles": 5332, - "Ġtips": 5333, - "ensus": 5334, - "ĠRussian": 5335, - "zy": 5336, - "âĢĻ.": 5337, - "utive": 5338, - "ĠGood": 5339, - "Ġcontaining": 5340, - "Ġabuse": 5341, - "Ġconvent": 5342, - "Ġpregnancy": 5343, - "Ġinstrument": 5344, - "lar": 5345, - "ĠBudd": 5346, - "Ġdeliver": 5347, - "Ġpersons": 5348, - "col": 5349, - "Ġlooked": 5350, - "Ġstars": 5351, - "Ġrequest": 5352, - "Ġplaying": 5353, - "Ġpig": 5354, - "Ġdial": 5355, - "Ġdisapp": 5356, - "Ġpil": 5357, - "Ġstock": 5358, - "ĠHenry": 5359, - "Ġwalls": 5360, - "Ġgovernments": 5361, - "ĠProfessor": 5362, - "Ġthoughts": 5363, - "ĠEnvironmental": 5364, - "Ġemployees": 5365, - "Ġconcerned": 5366, - "ĠNav": 5367, - "ĠSaf": 5368, - "Ġoutcomes": 5369, - "name": 5370, - "Ġdecrease": 5371, - "right": 5372, - "Ġpray": 5373, - "ĠPub": 5374, - "Ġneighbor": 5375, - "Ġtrain": 5376, - "Ġconcentration": 5377, - "ĠDel": 5378, - "Ġmedium": 5379, - "Ġfirm": 5380, - "37": 5381, - "Ġformat": 5382, - "ĠFigure": 5383, - "Ġhabitat": 5384, - "Ġrapidly": 5385, - "Ġhundreds": 5386, - "Ġweap": 5387, - "Ġapproaches": 5388, - "burg": 5389, - "Ġrecognized": 5390, - "Ġreturned": 5391, - "Ġfeelings": 5392, - "van": 5393, - "Ġsuffering": 5394, - "which": 5395, - "ĠCatholic": 5396, - "ĠId": 5397, - "ĠMont": 5398, - "Ġdu": 5399, - "active": 5400, - "tenance": 5401, - "Ġrepresents": 5402, - "win": 5403, - "Ġvisible": 5404, - "Ġtried": 5405, - "Ġprotected": 5406, - "Ġdut": 5407, - "ĠCarol": 5408, - "atever": 5409, - "Ġpu": 5410, - "ascular": 5411, - "Ġ45": 5412, - "Ġinternet": 5413, - "Ġtherm": 5414, - "hips": 5415, - "rolog": 5416, - "?âĢĿ": 5417, - "Ġdeaths": 5418, - "asure": 5419, - "Ġappearance": 5420, - "Ġprinciple": 5421, - "Ġbehaviour": 5422, - "Ġofficials": 5423, - "Ġclosely": 5424, - "Ġresidents": 5425, - "ye": 5426, - "ĠWild": 5427, - "ĠBre": 5428, - "Ġappeared": 5429, - "Ġvaluable": 5430, - "Ġwear": 5431, - "what": 5432, - "chers": 5433, - "Ġportion": 5434, - "Ġmedications": 5435, - "onomy": 5436, - "Ġfle": 5437, - "BN": 5438, - "Ġminimum": 5439, - "ĠEmp": 5440, - "Ġrand": 5441, - "Ġrein": 5442, - "mp": 5443, - "MS": 5444, - "Ġselected": 5445, - "ĠOx": 5446, - "DF": 5447, - "Ġsed": 5448, - "Ġlatest": 5449, - "Ġprocedures": 5450, - "ĠHave": 5451, - "Ġchief": 5452, - "Ġtitle": 5453, - "Ġaccompl": 5454, - "Ġdiscussed": 5455, - "Ġargument": 5456, - "ĠPower": 5457, - "Ġreform": 5458, - "yright": 5459, - "Ġwire": 5460, - "ĠOnly": 5461, - "Ġintroduction": 5462, - "Ġjustice": 5463, - "Ġpaid": 5464, - "Ġextract": 5465, - "65": 5466, - "ĠAtt": 5467, - "Ġdirector": 5468, - "Ġregularly": 5469, - "racy": 5470, - "umber": 5471, - "Ġprison": 5472, - "Ġclaims": 5473, - "Ġhorse": 5474, - "icks": 5475, - "Ġcontem": 5476, - "abil": 5477, - "Ġdriving": 5478, - "Ġdiversity": 5479, - "Ġadding": 5480, - "Ġinflammation": 5481, - "ĠKeep": 5482, - "Ġviews": 5483, - "ĠSoviet": 5484, - "Ġcorrespond": 5485, - "Ġsyndrome": 5486, - "Ġrandom": 5487, - "Ġcircumst": 5488, - "fall": 5489, - "ĠIN": 5490, - "Ġlessons": 5491, - "Ġfiles": 5492, - "ĠPC": 5493, - "Ġnaturally": 5494, - "Ġenhance": 5495, - "39": 5496, - "Ġleaving": 5497, - "Ġinfrastructure": 5498, - "ĠControl": 5499, - "Ġgun": 5500, - "Ġfrag": 5501, - "Ġexpensive": 5502, - "ĠAlex": 5503, - "ĠMicro": 5504, - "ĠProv": 5505, - "Ġsatell": 5506, - "Ġparam": 5507, - "Ġ188": 5508, - "ario": 5509, - "ĠPhot": 5510, - "Ġinches": 5511, - "Ġsides": 5512, - "Ġbusinesses": 5513, - "ĠReview": 5514, - "Ġconscious": 5515, - "mic": 5516, - "Ġband": 5517, - "Ġassemb": 5518, - "Ġmobile": 5519, - "Ġrecovery": 5520, - "bing": 5521, - "Ġages": 5522, - "ooth": 5523, - "indu": 5524, - "Ġmovements": 5525, - "Ġshel": 5526, - "Ġdistingu": 5527, - "Ġlaun": 5528, - "CO": 5529, - "Ġpush": 5530, - "Ġstated": 5531, - "44": 5532, - "ĠWho": 5533, - "Ġ31": 5534, - "Ġinfected": 5535, - "cling": 5536, - "Ġknew": 5537, - "tr": 5538, - "ĠNote": 5539, - "Ġrecognize": 5540, - "ĠAdd": 5541, - "Ġalt": 5542, - "ĠExper": 5543, - "lers": 5544, - "stream": 5545, - "TS": 5546, - "alse": 5547, - "Ġboost": 5548, - "Ġsan": 5549, - "Ġstret": 5550, - "Ġspiritual": 5551, - "US": 5552, - "mas": 5553, - "Ġpurs": 5554, - "ĠVis": 5555, - "Ġadvoc": 5556, - "ellect": 5557, - "Ġexchange": 5558, - "Ġsick": 5559, - "ÃŃ": 5560, - "ĠNature": 5561, - "Ġsecure": 5562, - "iled": 5563, - "anes": 5564, - "ĠPlease": 5565, - "Ġsubstance": 5566, - "ING": 5567, - "ĠCare": 5568, - "Ġcouple": 5569, - "ĠFinally": 5570, - "free": 5571, - "ulin": 5572, - "ĠAp": 5573, - "Ġcorpor": 5574, - "inet": 5575, - "Ġfacilit": 5576, - "ga": 5577, - "Ġleadership": 5578, - "Ġod": 5579, - "ĠCompany": 5580, - "Ġsuffer": 5581, - "ĠFollow": 5582, - "ĠDiv": 5583, - "state": 5584, - "oral": 5585, - "Ġdiscovery": 5586, - "Ġcapable": 5587, - "Ġsoldiers": 5588, - "Ġmit": 5589, - "Ġmillions": 5590, - "Ġingred": 5591, - "ĠBat": 5592, - "Ġpump": 5593, - "Ġsets": 5594, - "Ġcolors": 5595, - "Ġsecondary": 5596, - "Ġagriculture": 5597, - "ĠGroup": 5598, - "orith": 5599, - "cules": 5600, - "ĠManagement": 5601, - "Ġfunding": 5602, - "Ġraise": 5603, - "Ġintelligence": 5604, - "Ġincl": 5605, - "ĠDesign": 5606, - "Ġstages": 5607, - "ĠThough": 5608, - "ĠMo": 5609, - "Ġmoral": 5610, - "ĠLouis": 5611, - "Ġprevention": 5612, - "Ġrub": 5613, - "Ġwave": 5614, - "anguage": 5615, - "ĠLong": 5616, - "ĠWhe": 5617, - "Ġlifest": 5618, - "Ġpref": 5619, - "Ġtrad": 5620, - "ota": 5621, - "Ġtalking": 5622, - "Ġhunt": 5623, - "ĠTer": 5624, - "agers": 5625, - "ĠRad": 5626, - "Ġprem": 5627, - "Ġdental": 5628, - "ĠWrit": 5629, - "alysis": 5630, - "Ġdocuments": 5631, - "ocratic": 5632, - "Ġpoet": 5633, - "ffee": 5634, - "Ġpure": 5635, - "ĠTake": 5636, - "uke": 5637, - "Ġfertil": 5638, - "Ġabsolute": 5639, - "with": 5640, - "CS": 5641, - "Ġdescribes": 5642, - "Ġantibiot": 5643, - "32": 5644, - "Ġselection": 5645, - "Ġadequ": 5646, - "ato": 5647, - "rants": 5648, - "pping": 5649, - "ava": 5650, - "ĠLibrary": 5651, - "Ġvehicles": 5652, - "Ġchain": 5653, - "Ġapart": 5654, - "plicated": 5655, - "Ġentirely": 5656, - "Ġimpossible": 5657, - "Ġsensitive": 5658, - "Ġtraffic": 5659, - "Ġmyth": 5660, - "Ġprecise": 5661, - "ĠCa": 5662, - "ĠEarly": 5663, - "Ġhealthcare": 5664, - "Ġble": 5665, - "Ġunlike": 5666, - "Ġnormally": 5667, - "being": 5668, - "Ġallerg": 5669, - "bert": 5670, - "Ġsteel": 5671, - "Ġmassive": 5672, - "Ġparties": 5673, - "Ġrevealed": 5674, - "Ġbrown": 5675, - "Ġproducing": 5676, - "long": 5677, - "Ġexperiments": 5678, - "asp": 5679, - "Ġmanufacturing": 5680, - "ĠDiff": 5681, - "ĠRights": 5682, - "olf": 5683, - "ĠFederal": 5684, - "osal": 5685, - "ĠAI": 5686, - "obe": 5687, - "esity": 5688, - "la": 5689, - "Ġsuitable": 5690, - "Ġnarr": 5691, - "ĠPers": 5692, - "Ġlabel": 5693, - "Ġera": 5694, - "road": 5695, - "dden": 5696, - "Ġchapter": 5697, - "Ġfigures": 5698, - "olve": 5699, - "Ġtouch": 5700, - "Ġrecon": 5701, - "ĠDet": 5702, - "ĠVirginia": 5703, - ".|": 5704, - "ka": 5705, - "osph": 5706, - "Ġcandid": 5707, - "Ġdatabase": 5708, - "ĠAnn": 5709, - "ĠExt": 5710, - "Ġintake": 5711, - "Ġopinion": 5712, - "Ġnetworks": 5713, - "Ġdiverse": 5714, - "Ġcalls": 5715, - "ypes": 5716, - "Ġformal": 5717, - "Ġcomputers": 5718, - "Ġinterf": 5719, - "ĠLast": 5720, - "ibilities": 5721, - "Ġsurvival": 5722, - "Ġcreative": 5723, - "VID": 5724, - "ĠGlobal": 5725, - "Ġnarrow": 5726, - "Ġwors": 5727, - "alian": 5728, - "teries": 5729, - "Ġphr": 5730, - "Ġminim": 5731, - "Ġlandscape": 5732, - "ny": 5733, - "ilding": 5734, - "Ġsupplement": 5735, - "Ġimproving": 5736, - "idden": 5737, - "Ġpossess": 5738, - "Ġgall": 5739, - "Ġconsid": 5740, - "Ġprepare": 5741, - "olester": 5742, - "Ġclosed": 5743, - "Ġroutine": 5744, - "Ġgenerate": 5745, - "omach": 5746, - "Ġtransition": 5747, - "Ġmoon": 5748, - "76": 5749, - "iology": 5750, - "abric": 5751, - "ston": 5752, - "Ġadopted": 5753, - "Ġnurs": 5754, - "vironments": 5755, - "ona": 5756, - "Ġunderstood": 5757, - "Ġaccepted": 5758, - "Ġoriginally": 5759, - "Ġlibrary": 5760, - "Ġmedication": 5761, - "Ġspeaking": 5762, - "Ġrecip": 5763, - "flow": 5764, - "ca": 5765, - "Ġtun": 5766, - "Ġtal": 5767, - "anged": 5768, - "erals": 5769, - "Ġinject": 5770, - "Ġtoler": 5771, - "Ġindex": 5772, - "orter": 5773, - "Ġworldwide": 5774, - "kin": 5775, - "isp": 5776, - "ĠKen": 5777, - "ĠSym": 5778, - "ĠFlorida": 5779, - "Ġvillage": 5780, - "Ġamb": 5781, - "Ġdream": 5782, - "ĠPeter": 5783, - "Ġachieved": 5784, - "Ġpossibly": 5785, - "Ġnan": 5786, - "Ġdecline": 5787, - "ĠFact": 5788, - "Ġsudden": 5789, - "othe": 5790, - "ĠOffice": 5791, - "Ġmamm": 5792, - "ĠExp": 5793, - "liam": 5794, - "Ġbones": 5795, - "Ġcomprehensive": 5796, - "ĠJoseph": 5797, - "Ġcars": 5798, - "Ġdistrict": 5799, - "Ġpictures": 5800, - "Ġstick": 5801, - "mun": 5802, - "Ġplate": 5803, - "ĠHome": 5804, - "Ġpossibility": 5805, - "Ġfill": 5806, - "ĠLabor": 5807, - "Ġopened": 5808, - "ĠCanadian": 5809, - "Ġworse": 5810, - "Ġplays": 5811, - "Ġflight": 5812, - "Ġax": 5813, - "Ġleaf": 5814, - "Ġwindow": 5815, - "abits": 5816, - "âĢľ": 5817, - "ĠForm": 5818, - "Ġlisted": 5819, - "ĠIll": 5820, - "Ġsports": 5821, - "500": 5822, - "Ġhouses": 5823, - "Ġaqu": 5824, - "Ġstored": 5825, - "ĠFrank": 5826, - "olesterol": 5827, - "Ġregional": 5828, - "Ġinjuries": 5829, - "pass": 5830, - "ĠNatural": 5831, - "asive": 5832, - "Ġaw": 5833, - "Ġlatter": 5834, - "aser": 5835, - "ĠDan": 5836, - "Ġwarming": 5837, - "Ġgather": 5838, - "apping": 5839, - "agues": 5840, - "Ġharmful": 5841, - "46": 5842, - "Ġforests": 5843, - "Ġrestrict": 5844, - "ĠEss": 5845, - "Ġrepeated": 5846, - "Ġstarts": 5847, - "Ġengage": 5848, - "ĠStat": 5849, - "Ġtow": 5850, - "Ġreaders": 5851, - "Ġsolve": 5852, - "Ġacts": 5853, - "Ġaircraft": 5854, - "Ġbeneficial": 5855, - "Ġmarriage": 5856, - "Ġsuc": 5857, - "pet": 5858, - "Ġadministration": 5859, - "war": 5860, - "ĠLearn": 5861, - "ifies": 5862, - "lements": 5863, - "rors": 5864, - "exp": 5865, - "Ġmountain": 5866, - "Ġbudget": 5867, - "organ": 5868, - "Ġmaintenance": 5869, - "ĠVict": 5870, - "ester": 5871, - "ĠGold": 5872, - "ropical": 5873, - "Ġchart": 5874, - "aph": 5875, - "Ġabund": 5876, - "Ġguidelines": 5877, - "Ġanswers": 5878, - "Ġfell": 5879, - "Ġimper": 5880, - "Ġpretty": 5881, - "Ġcourses": 5882, - "hemical": 5883, - "Ġprofessionals": 5884, - "Ġdust": 5885, - "ctic": 5886, - "Ġcloud": 5887, - "Ġunless": 5888, - "ĠISBN": 5889, - "Ġcreates": 5890, - "55": 5891, - "Ġgenerated": 5892, - "normal": 5893, - "Ġsurvive": 5894, - "Ġtail": 5895, - "31": 5896, - "ĠAustralian": 5897, - "Ġdoctors": 5898, - "Ġscholars": 5899, - "Ġapprec": 5900, - "born": 5901, - "Ġsurf": 5902, - "Ġsequence": 5903, - "prise": 5904, - "ĠCommit": 5905, - "âĢĻ,": 5906, - "ĠMad": 5907, - "iform": 5908, - "Ġarms": 5909, - "Ġ1999": 5910, - "Ġremote": 5911, - "Ġtwice": 5912, - "rem": 5913, - "Ġjourney": 5914, - "Ġremaining": 5915, - "ĠLab": 5916, - "Ġchoices": 5917, - "Ġtransmission": 5918, - "Ġaccounts": 5919, - "imer": 5920, - "ĠConstitution": 5921, - "Ġagreement": 5922, - "Ġwildlife": 5923, - "Ġancest": 5924, - "inations": 5925, - "oted": 5926, - "ĠParis": 5927, - "ĠCult": 5928, - "ĠFree": 5929, - "ĠSometimes": 5930, - "liament": 5931, - "Ġsweet": 5932, - "gent": 5933, - "Ġmolecules": 5934, - "ĠColumb": 5935, - "Ġequival": 5936, - "orrow": 5937, - "ums": 5938, - "ĠUSA": 5939, - "aria": 5940, - "Ġsell": 5941, - "Ġacceler": 5942, - "Ġafford": 5943, - "Ġexpressed": 5944, - "Ġfilled": 5945, - "Ġcultiv": 5946, - "Ġchildhood": 5947, - "ansion": 5948, - "Ġbio": 5949, - "Ġobtain": 5950, - "ĠAmong": 5951, - "Ġtiny": 5952, - "ĠTime": 5953, - "CT": 5954, - "Ġalgorith": 5955, - "Ġbattery": 5956, - "Ġmur": 5957, - "Ġderived": 5958, - "Ġ1980": 5959, - "Ġdiscipl": 5960, - "198": 5961, - "ki": 5962, - "Ġstruggle": 5963, - "ĠStudy": 5964, - "ĠOF": 5965, - "Ġmuseum": 5966, - "Ġcatch": 5967, - "Ġprotocol": 5968, - "Ġdepos": 5969, - "Ġmac": 5970, - "ĠCat": 5971, - "ĠMa": 5972, - "ects": 5973, - "Ġdensity": 5974, - "mary": 5975, - "47": 5976, - "Ġedge": 5977, - "inder": 5978, - "Ġuniverse": 5979, - "Ġextended": 5980, - "ogue": 5981, - "ĠReport": 5982, - "Ġenvironments": 5983, - "Ġmarine": 5984, - "Ġcolour": 5985, - "Ġtells": 5986, - "ala": 5987, - "Ġelectronic": 5988, - "Ġerror": 5989, - "Ġaf": 5990, - "ua": 5991, - "Ġdoor": 5992, - "Ġwants": 5993, - "Ġhappy": 5994, - "ĠClin": 5995, - "ĠCre": 5996, - "Ġproduces": 5997, - "Ġassistance": 5998, - "Ġagencies": 5999, - "ĠTor": 6000, - "Ġstudying": 6001, - "Ġcircumstances": 6002, - "tage": 6003, - "icians": 6004, - "Ġoptim": 6005, - "Ġlands": 6006, - "Ġseeing": 6007, - "Ġperce": 6008, - "Ġaer": 6009, - "Ġunknown": 6010, - "ĠStreet": 6011, - "Ġwaves": 6012, - "Ġshell": 6013, - "ĠHaw": 6014, - ".âĢĻ": 6015, - "Ġkit": 6016, - "Ġdecade": 6017, - "Ġ500": 6018, - "ĠSol": 6019, - "ĠEnd": 6020, - "Ġslowly": 6021, - "Ġopening": 6022, - "Ġbroken": 6023, - "Ġcomposition": 6024, - "Ġsod": 6025, - "Ġcircuit": 6026, - "nam": 6027, - "Ġenable": 6028, - "ĠNations": 6029, - "Ġsuccessfully": 6030, - "Ġindeed": 6031, - "Ġreject": 6032, - "ĠKh": 6033, - "IL": 6034, - "Ġconsistent": 6035, - "Ġoutl": 6036, - "throp": 6037, - "anda": 6038, - "ĠDisease": 6039, - "lets": 6040, - "Ġresponses": 6041, - "ocracy": 6042, - "Ġdownload": 6043, - "Ġlocations": 6044, - "eper": 6045, - "Ġcopy": 6046, - "Ġskill": 6047, - "Ġratio": 6048, - "Ġintervention": 6049, - "ĠÐ": 6050, - "ada": 6051, - "Ġmechanism": 6052, - "spec": 6053, - "Ġlots": 6054, - "Ġframework": 6055, - "Ġopposite": 6056, - "Ġtruly": 6057, - "Ġfailed": 6058, - "Ġintellect": 6059, - "Ġtraum": 6060, - "icide": 6061, - "Ġgrav": 6062, - "ashion": 6063, - "rid": 6064, - "Ġinteraction": 6065, - "zen": 6066, - "add": 6067, - "cel": 6068, - "Ġfoundation": 6069, - "Ġpull": 6070, - "Ġstomach": 6071, - "Ġyield": 6072, - "If": 6073, - "Ġcritic": 6074, - "ican": 6075, - "ĠRob": 6076, - "Ġdecide": 6077, - "ĠRome": 6078, - "ĠHall": 6079, - "Ġgreatly": 6080, - "ivery": 6081, - "oster": 6082, - "Ġthor": 6083, - "49": 6084, - "Ġfixed": 6085, - "Ġacids": 6086, - "Ġphotos": 6087, - "Ġdoi": 6088, - "ĠOh": 6089, - "Ġsignals": 6090, - "ĠCheck": 6091, - "Ġtroops": 6092, - "Ġgal": 6093, - "77": 6094, - "Ġsentence": 6095, - "Ġaudience": 6096, - "arant": 6097, - "Ġmulti": 6098, - "Ġdoubt": 6099, - "inity": 6100, - "Ġconsumers": 6101, - "Ġfossil": 6102, - "Ġrespir": 6103, - "Ġinstitution": 6104, - "struct": 6105, - "itative": 6106, - "inction": 6107, - "ini": 6108, - "ĠMill": 6109, - "itudes": 6110, - "Ġ1970": 6111, - "UR": 6112, - "ĠPract": 6113, - "Ġbear": 6114, - "Ġhus": 6115, - "Ġuns": 6116, - "ena": 6117, - "yles": 6118, - "Ġraw": 6119, - "Ġ300": 6120, - "Ġinsects": 6121, - "Ġmixed": 6122, - "hist": 6123, - "erent": 6124, - "last": 6125, - "Ġsimpl": 6126, - "Ġ189": 6127, - "Ġvessels": 6128, - "Ġmarked": 6129, - "Ġpermanent": 6130, - "Ġindicates": 6131, - "ribed": 6132, - "TM": 6133, - "Ġprincip": 6134, - "Ġemotions": 6135, - "Ġcultures": 6136, - "Ġcalcium": 6137, - "Ġsky": 6138, - "HO": 6139, - "Ġauthorities": 6140, - "rine": 6141, - "ĠRichard": 6142, - "wing": 6143, - "Ġdifficulty": 6144, - "body": 6145, - "ait": 6146, - "Ġlifestyle": 6147, - "ĠSouthern": 6148, - "Ġlaboratory": 6149, - "EP": 6150, - "Ġdescription": 6151, - "Ġunp": 6152, - "Ġ1998": 6153, - "ocy": 6154, - "Ġwalking": 6155, - "Ġultimately": 6156, - "gans": 6157, - "Ġfiber": 6158, - "Ġcarefully": 6159, - "igation": 6160, - "Ġfly": 6161, - "Ġinhib": 6162, - "Ġwish": 6163, - "Ġreplaced": 6164, - "Ġimmediate": 6165, - "luding": 6166, - "Ġwitness": 6167, - "Ġcart": 6168, - "oned": 6169, - "Ġconventional": 6170, - "Ġmanaged": 6171, - "Ġflav": 6172, - "ifications": 6173, - "Ġsight": 6174, - "ĠCOVID": 6175, - "Ġrepresented": 6176, - "usal": 6177, - "Ġcomparison": 6178, - "Ġwww": 6179, - "Ġbrand": 6180, - "Ġshift": 6181, - "Ġorganized": 6182, - "Ġbiggest": 6183, - "Ġdedicated": 6184, - "using": 6185, - "Ġnewsp": 6186, - "Ġhighlight": 6187, - "hma": 6188, - "ĠClimate": 6189, - "ĠDig": 6190, - "ĠWood": 6191, - "ache": 6192, - "ĠCreat": 6193, - "kes": 6194, - "stein": 6195, - "Ġelectron": 6196, - "ĠOcean": 6197, - "Ġdaughter": 6198, - "Ġethnic": 6199, - "Ġfasc": 6200, - "no": 6201, - "Ġacknow": 6202, - "inking": 6203, - "ĠDoes": 6204, - "reed": 6205, - "Ġ36": 6206, - "Ġphilosophy": 6207, - "Ġvolunte": 6208, - "Ġunable": 6209, - "Ġmagnetic": 6210, - "ĠBank": 6211, - "Ġyounger": 6212, - "irus": 6213, - "Ġnoise": 6214, - "Ġalle": 6215, - "tering": 6216, - "Ġsmoking": 6217, - "zil": 6218, - "Ġsupporting": 6219, - "Ġattend": 6220, - "tic": 6221, - "umes": 6222, - "reland": 6223, - "Ġhandle": 6224, - "ĠFort": 6225, - "Ġreserv": 6226, - "ü": 6227, - "Ġaccum": 6228, - "abul": 6229, - "Ġnecessarily": 6230, - "inate": 6231, - "Ġcoffee": 6232, - "ĠAS": 6233, - "Ġdebate": 6234, - "ĠQuest": 6235, - "Ġgluc": 6236, - "Ġcholesterol": 6237, - "Ġroof": 6238, - "ĠIP": 6239, - "bour": 6240, - "Ġpreval": 6241, - "antly": 6242, - "izer": 6243, - "Ġdesire": 6244, - "Ġreader": 6245, - "Ġdent": 6246, - "ront": 6247, - "Ġpurchase": 6248, - "Ġvoc": 6249, - "Ġimplementation": 6250, - "ĠMichael": 6251, - "Ġpup": 6252, - "Ġpersist": 6253, - "Ġmachines": 6254, - "Ġnine": 6255, - "Ġdiox": 6256, - "ĠCancer": 6257, - "Ġmild": 6258, - "ĠSign": 6259, - "ĠCamp": 6260, - "ĠFind": 6261, - "Ġcloser": 6262, - "Ġremark": 6263, - "Ġregul": 6264, - "Ġwriter": 6265, - "Ġinner": 6266, - "gu": 6267, - "riers": 6268, - "Ġchosen": 6269, - "aped": 6270, - "ĠColor": 6271, - "Ġregulations": 6272, - "Ġcutting": 6273, - "Ġconcrete": 6274, - "ĠFurthermore": 6275, - "Ġbreathing": 6276, - "Ġcommunicate": 6277, - "Ġdestroyed": 6278, - "Ġhabits": 6279, - "Ġfabric": 6280, - "zed": 6281, - "Ġarrived": 6282, - "Ġlimits": 6283, - "Ġcorn": 6284, - "rating": 6285, - "ĠNorthern": 6286, - "Ġthousand": 6287, - "Ġnerve": 6288, - "ĠForest": 6289, - "Ġoverl": 6290, - "Ġgone": 6291, - "Ġhero": 6292, - "Ġfewer": 6293, - "ĠChic": 6294, - "Ġmarried": 6295, - "Ġarchitecture": 6296, - "ĠItaly": 6297, - "ints": 6298, - "Ġconstitution": 6299, - "ĠMoreover": 6300, - "ella": 6301, - "ĠStr": 6302, - "Ġmechanisms": 6303, - "ĠList": 6304, - "level": 6305, - "ĠIreland": 6306, - "ĠAdminist": 6307, - "Ġunderlying": 6308, - "Ġends": 6309, - "ĠCurrent": 6310, - "ĠCap": 6311, - "Ġuniversity": 6312, - "Ġstands": 6313, - "ipping": 6314, - "ĠEth": 6315, - "ĠSimilar": 6316, - "ĠUnf": 6317, - "agon": 6318, - "Ġlisten": 6319, - "ĠRevolution": 6320, - "Ġfighting": 6321, - "Ġhydrogen": 6322, - "ĠTop": 6323, - "ĠSing": 6324, - "Ġimprovement": 6325, - "ctive": 6326, - "Ġfounded": 6327, - "ĠPlant": 6328, - "Ġbehaviors": 6329, - "ĠMag": 6330, - "eck": 6331, - "Ġjoin": 6332, - "ĠCommittee": 6333, - "fe": 6334, - "Ġsharing": 6335, - "Ġfalse": 6336, - "Ġrelax": 6337, - "Ġpron": 6338, - "Ġevaluation": 6339, - "ribe": 6340, - "ĠNative": 6341, - "rd": 6342, - "Ġpercentage": 6343, - "Ġstanding": 6344, - "hop": 6345, - "ĠSpain": 6346, - "ĠBrown": 6347, - "elled": 6348, - "under": 6349, - "Ġ185": 6350, - "Ġexists": 6351, - "Americ": 6352, - "Ġsupports": 6353, - "Ġcm": 6354, - "phone": 6355, - "stone": 6356, - "Ġneck": 6357, - "ĠClick": 6358, - "ĠLook": 6359, - "ĠVit": 6360, - "ĠCr": 6361, - "ml": 6362, - "Ġwhereas": 6363, - "hand": 6364, - "Ġhousing": 6365, - "ĠRoyal": 6366, - "Ġrecognition": 6367, - "Ġdin": 6368, - "ĠAgricult": 6369, - "sey": 6370, - "ora": 6371, - "Ġdrawing": 6372, - "DP": 6373, - "Ġparalle": 6374, - "Ġpsychological": 6375, - "ading": 6376, - "Ġfeeding": 6377, - "orses": 6378, - "azing": 6379, - "irty": 6380, - "Ġourselves": 6381, - "Ġunus": 6382, - "Ġorganisms": 6383, - "ĠPM": 6384, - "Ġchrom": 6385, - "Ġartificial": 6386, - "ĠNon": 6387, - "then": 6388, - "ĠSet": 6389, - "Ġcolleagues": 6390, - "Ġpapers": 6391, - "Ġcos": 6392, - "bra": 6393, - "Ġvulnerable": 6394, - "Ġeld": 6395, - "inson": 6396, - "Ġfract": 6397, - "Ġcompounds": 6398, - "ĠComput": 6399, - "Ġregist": 6400, - "Ġmembr": 6401, - "bridge": 6402, - "fish": 6403, - "Ġhoriz": 6404, - "What": 6405, - "Ġagency": 6406, - "Ġphotograph": 6407, - "Ġconfidence": 6408, - "Ġvariable": 6409, - "Ġtwenty": 6410, - "ictionary": 6411, - "cher": 6412, - "ĠSever": 6413, - "Ġtea": 6414, - "Ġattached": 6415, - "ĠScot": 6416, - "itan": 6417, - "Ġepid": 6418, - "Ġrid": 6419, - "Ġ1960": 6420, - "Ġoccasion": 6421, - "Ġcontamin": 6422, - "ĠEffect": 6423, - "ĠEmpire": 6424, - "rimination": 6425, - "heast": 6426, - "Ġsupplies": 6427, - "Ġcamera": 6428, - "ĠAccess": 6429, - "Ġfunctional": 6430, - "orous": 6431, - "ĠTimes": 6432, - "Ġtransportation": 6433, - "Ġlies": 6434, - "Ġbread": 6435, - "Ġprogramming": 6436, - "Ġvote": 6437, - "aud": 6438, - "Ġdemonstrated": 6439, - "Ġclust": 6440, - "Ġeastern": 6441, - "isters": 6442, - "Ġtaste": 6443, - "Ġzone": 6444, - "omic": 6445, - "Ġturns": 6446, - "ĠBack": 6447, - "ĠNut": 6448, - "ĠGard": 6449, - "ctor": 6450, - "hesis": 6451, - "Ġstable": 6452, - "Ġmice": 6453, - "icon": 6454, - "Ġborder": 6455, - "ĠScott": 6456, - "Ġrising": 6457, - "Ġtank": 6458, - "ĠCy": 6459, - "Ġterritory": 6460, - "Ġcontained": 6461, - "ĠPenn": 6462, - "ifest": 6463, - "ĠResearchers": 6464, - "ĠGal": 6465, - "Ġparticipate": 6466, - "Ġshop": 6467, - "Ġtrials": 6468, - "Ġsubs": 6469, - "ĠPan": 6470, - "Ġtall": 6471, - "As": 6472, - "word": 6473, - "Ġgrew": 6474, - "Ġcrow": 6475, - "Ġresulted": 6476, - "ĠTeac": 6477, - "ĠMain": 6478, - "stract": 6479, - "Ġemployment": 6480, - "Ġment": 6481, - "Ġreactions": 6482, - "avery": 6483, - "ĠTable": 6484, - "Ġinstructions": 6485, - "Ġfeedback": 6486, - "Ġhypothes": 6487, - "ĠThree": 6488, - "________": 6489, - "Ġwilling": 6490, - "hav": 6491, - "Ġdioxide": 6492, - "ita": 6493, - "Ġshut": 6494, - "Ġrelation": 6495, - "Ġcrime": 6496, - "Ġrecept": 6497, - "Ġzero": 6498, - "Ġlayers": 6499, - "ĠCarolina": 6500, - "Ġequivalent": 6501, - "ĠAdditionally": 6502, - "Ġath": 6503, - "Ġaccident": 6504, - "ĠEqu": 6505, - "Ġveter": 6506, - "Ġpolitics": 6507, - "Ġtrained": 6508, - "abled": 6509, - "Ġdemonstrate": 6510, - "top": 6511, - "Ġdelay": 6512, - "Ġahead": 6513, - "Ġthy": 6514, - "erior": 6515, - "ĠAdv": 6516, - "onia": 6517, - "Ġresolution": 6518, - "ĠConn": 6519, - "Ġcustomers": 6520, - "Ġobesity": 6521, - "Ġconclusion": 6522, - "ih": 6523, - "Ġexamine": 6524, - "rovers": 6525, - "Ġrow": 6526, - "LE": 6527, - "Ġ75": 6528, - "Ġmeth": 6529, - "Ġwhatever": 6530, - "Ġdebt": 6531, - "Ġserver": 6532, - "Ġ32": 6533, - "ĠProp": 6534, - "Ġpool": 6535, - "Ġknows": 6536, - "Ġpowers": 6537, - "opy": 6538, - "Ġpair": 6539, - "Ġobservations": 6540, - "Ġships": 6541, - "ĠBab": 6542, - "Ġcompetition": 6543, - "ĠBus": 6544, - "Ġdiagnosed": 6545, - "Ġinsurance": 6546, - "Ġinteractions": 6547, - "ĠPop": 6548, - "Ġgreenhouse": 6549, - "ĠUnfortunately": 6550, - "Ġlegs": 6551, - "ĠSciences": 6552, - "Ġprev": 6553, - "utch": 6554, - "Ġcarb": 6555, - "anta": 6556, - "Ġbeliefs": 6557, - "Ġentry": 6558, - "sis": 6559, - "Ġobjective": 6560, - "ĠValley": 6561, - "Ġdistur": 6562, - "Ġinstruments": 6563, - "uh": 6564, - "irds": 6565, - "Ġcapture": 6566, - "LA": 6567, - "Ġ1997": 6568, - "Ġrefuge": 6569, - "net": 6570, - "ó": 6571, - "Ġpresentation": 6572, - "Ġfever": 6573, - "Ġguarant": 6574, - "Ġprompt": 6575, - "05": 6576, - "ĠAcademy": 6577, - "ĠChapter": 6578, - "ritis": 6579, - "ola": 6580, - "ione": 6581, - "Ġdelivery": 6582, - "ĠSil": 6583, - "Ġconnections": 6584, - "ĠOpen": 6585, - "Ġjoined": 6586, - "Ġvirtual": 6587, - "Ġgenerations": 6588, - "ĠChicago": 6589, - "Ġprove": 6590, - "Ġteen": 6591, - "Ġsubstances": 6592, - "een": 6593, - "ymph": 6594, - "ĠBig": 6595, - "Ġfrequent": 6596, - "Ġpartner": 6597, - "Ġadministr": 6598, - "asters": 6599, - "tra": 6600, - "Ġflo": 6601, - "Ġestimates": 6602, - "Ġgap": 6603, - "ĠArticle": 6604, - "Ġastr": 6605, - "Ġindependence": 6606, - "ĠBrazil": 6607, - "IP": 6608, - "ĠLanguage": 6609, - "Ġdepartment": 6610, - "Ġhem": 6611, - "Ġ·": 6612, - "Ġsupposed": 6613, - "Ġnearby": 6614, - "Ġmaintaining": 6615, - "Ġconsumer": 6616, - "esis": 6617, - "ults": 6618, - "hered": 6619, - "Ġcomments": 6620, - "ĠEU": 6621, - "ö": 6622, - "icious": 6623, - "teen": 6624, - "espread": 6625, - "Ġfunds": 6626, - "Ġstroke": 6627, - "called": 6628, - "ugh": 6629, - "Ġissued": 6630, - "ĠIII": 6631, - "ĠVictor": 6632, - "Ġfu": 6633, - "exam": 6634, - "ĠSpecial": 6635, - "ĠBoard": 6636, - "oding": 6637, - "ĠStart": 6638, - "ups": 6639, - "Ġmaps": 6640, - "anches": 6641, - "79": 6642, - "ĠHy": 6643, - "struction": 6644, - "Ġmm": 6645, - "Ġcats": 6646, - "01": 6647, - "Ġshot": 6648, - "Ġtissues": 6649, - "itivity": 6650, - "ĠAge": 6651, - "There": 6652, - "Ġpositions": 6653, - "Ġsheet": 6654, - "Ġindustries": 6655, - "Ġmos": 6656, - "Ġscene": 6657, - "Ġemployed": 6658, - "itt": 6659, - "Ġru": 6660, - "weight": 6661, - "Ġsole": 6662, - "roduction": 6663, - "Ġpainting": 6664, - "ĠEastern": 6665, - "Ġexpansion": 6666, - "cycl": 6667, - "Ġstimul": 6668, - "Ġdefine": 6669, - "xts": 6670, - "Ġexplo": 6671, - "Ġbond": 6672, - "Ġarrange": 6673, - "ĠPy": 6674, - "ĠFamily": 6675, - "Ġmarkets": 6676, - "ĠYear": 6677, - "Ġbot": 6678, - "Ġsmoke": 6679, - "Ġvs": 6680, - "oven": 6681, - "Ġdefe": 6682, - "42": 6683, - "ĠJo": 6684, - "Ġpoison": 6685, - "Ġneur": 6686, - "Ġscan": 6687, - "eenth": 6688, - "eless": 6689, - "Ġassociation": 6690, - "Ġoutbre": 6691, - "ĠNever": 6692, - "ĠMer": 6693, - "Ġbridge": 6694, - "ureau": 6695, - "Ġlect": 6696, - "Ġmode": 6697, - "Ġdrain": 6698, - "Ġoblig": 6699, - "Ġpra": 6700, - "inating": 6701, - "Ġoperate": 6702, - "how": 6703, - "ĠAuthor": 6704, - "Ġchallenging": 6705, - "BS": 6706, - "Ġmining": 6707, - "Ġeveryday": 6708, - "itely": 6709, - "ĠYoung": 6710, - "Ġspending": 6711, - "but": 6712, - "ushed": 6713, - "Ġcategories": 6714, - "plant": 6715, - "ĠMult": 6716, - "Ġlaunched": 6717, - "66": 6718, - "Ġputting": 6719, - "ployment": 6720, - "aked": 6721, - "Ġreven": 6722, - "ĠGeorg": 6723, - "Ġmand": 6724, - "Ġmatch": 6725, - "Ġnest": 6726, - "Ġspok": 6727, - "ishment": 6728, - "ether": 6729, - "ĠLess": 6730, - "Ġvoltage": 6731, - "while": 6732, - "etime": 6733, - "Ġinvolving": 6734, - "Ġhur": 6735, - "%)": 6736, - "Ġmatters": 6737, - "ĠHoly": 6738, - "ĠDar": 6739, - "Ġsurve": 6740, - "Ġparticipation": 6741, - "Ġchick": 6742, - "Ġlegislation": 6743, - "Ġwasn": 6744, - "88": 6745, - "earing": 6746, - "Ġexercises": 6747, - "Ġhole": 6748, - "Ġbreath": 6749, - "Ġdanger": 6750, - "omp": 6751, - "ĠPet": 6752, - "Ġmeal": 6753, - "Ġworkshe": 6754, - "Ġundert": 6755, - "Ġdivision": 6756, - "Ġsettings": 6757, - "Ġsmooth": 6758, - "Ġscript": 6759, - "ĠMartin": 6760, - "ĠResp": 6761, - "Ġkidney": 6762, - "Ġcav": 6763, - "ey": 6764, - "Ġpassage": 6765, - "43": 6766, - "ĠEst": 6767, - "Ġelectro": 6768, - "Ġ150": 6769, - "Ġframe": 6770, - "Ġplayers": 6771, - "Ġaward": 6772, - "Ġstring": 6773, - "ighter": 6774, - "ĠFour": 6775, - "Ġminerals": 6776, - "Ġrepair": 6777, - "ĠMean": 6778, - "Ġsections": 6779, - "You": 6780, - "Ġholds": 6781, - "scale": 6782, - "Ġreliable": 6783, - "Ġexplanation": 6784, - "dule": 6785, - "Ġcentre": 6786, - "Ġfer": 6787, - "hyth": 6788, - "ĠWord": 6789, - "umps": 6790, - "Ġusage": 6791, - "ĠWik": 6792, - "Ġroute": 6793, - "Ġfold": 6794, - "Ġcryst": 6795, - "Ġblocks": 6796, - "Ġrice": 6797, - "isk": 6798, - "osion": 6799, - "ĠItalian": 6800, - "Ġorgans": 6801, - "Ġcovers": 6802, - "Ġ1996": 6803, - "Ġongoing": 6804, - "Ġswim": 6805, - "Ġforget": 6806, - "itter": 6807, - "Ġwidespread": 6808, - "Ġreduces": 6809, - "Ġnone": 6810, - "ĠOrig": 6811, - "ĠGuide": 6812, - "IR": 6813, - "Ġended": 6814, - "ĠLow": 6815, - "Ġcounty": 6816, - "ourage": 6817, - "ediatric": 6818, - "Ġviruses": 6819, - "iah": 6820, - "Ġtons": 6821, - "Ġmeters": 6822, - "Ġholid": 6823, - "Ġspaces": 6824, - "IA": 6825, - "Ġbrings": 6826, - "ittle": 6827, - "Ġrelief": 6828, - "ĠMel": 6829, - "ĠIrish": 6830, - "Ġcup": 6831, - "Ġdrawn": 6832, - "Ġcommitted": 6833, - "Ġadequate": 6834, - "gical": 6835, - "Ġaccessible": 6836, - "such": 6837, - "Go": 6838, - "Ġrig": 6839, - "azine": 6840, - "Ġapproved": 6841, - "Ġblow": 6842, - "ĠSat": 6843, - "Ġindicated": 6844, - "Ġdepart": 6845, - "Ġsignificance": 6846, - "ĠLar": 6847, - "Ġinstalled": 6848, - "Ġbanks": 6849, - "Ġcompare": 6850, - "Ġrank": 6851, - "Ġholding": 6852, - "Ġfashion": 6853, - "Ġphysics": 6854, - "Ġruns": 6855, - "Ġinsulin": 6856, - "ĠSeveral": 6857, - "ĠCho": 6858, - "Ġgram": 6859, - "Ġagreed": 6860, - "Ġcontrols": 6861, - "Ġestimate": 6862, - "ĠKingdom": 6863, - "otes": 6864, - "Ġboys": 6865, - "fit": 6866, - "Ġsucceed": 6867, - "Ġdamaged": 6868, - "Ġelection": 6869, - "Ġshif": 6870, - "idity": 6871, - "Ġearn": 6872, - "Ġmechanical": 6873, - "Ġfulf": 6874, - "Ġorient": 6875, - "Ġboy": 6876, - "Ġalign": 6877, - "Ġblind": 6878, - "Ġtight": 6879, - "ĠDown": 6880, - "Ġglucose": 6881, - "Ġdys": 6882, - "Ġ65": 6883, - "Ġvac": 6884, - "Ġreceiving": 6885, - "41": 6886, - "ĠParty": 6887, - "ented": 6888, - "Ġintegrated": 6889, - "Ġtrip": 6890, - "Ġrivers": 6891, - "Ġmoisture": 6892, - "Ġtexts": 6893, - "Ġhistoric": 6894, - "Ġforth": 6895, - "Ġgut": 6896, - "IG": 6897, - "ibl": 6898, - "amins": 6899, - "Ġrespectively": 6900, - "ĠVer": 6901, - "CD": 6902, - "Ġsacr": 6903, - "Ġadvert": 6904, - "Ġconstructed": 6905, - "iability": 6906, - "Ġmeasurement": 6907, - "Ġstrongly": 6908, - "Ġstreet": 6909, - "Ġbabies": 6910, - "Ġworry": 6911, - "alls": 6912, - "Ġconven": 6913, - "rite": 6914, - "ĠCommunity": 6915, - "Ġ©": 6916, - "Ġske": 6917, - "hent": 6918, - "Ġcomposed": 6919, - "ĠWhich": 6920, - "icit": 6921, - "rency": 6922, - "ĠWorks": 6923, - "Ġmales": 6924, - "Ġdeclared": 6925, - "she": 6926, - "occ": 6927, - "ocation": 6928, - "Is": 6929, - "ĠMen": 6930, - "Ġannounced": 6931, - "car": 6932, - "ĠRom": 6933, - "ĠMS": 6934, - "Ġoffering": 6935, - "Ġneither": 6936, - "ĠLeg": 6937, - "Ġsomewhat": 6938, - "Ġcards": 6939, - "Ġcolumn": 6940, - "gov": 6941, - "Ġburning": 6942, - "Ġvariables": 6943, - "Ġaband": 6944, - "ĠAP": 6945, - "oples": 6946, - "rooms": 6947, - "Ġnob": 6948, - "Ġfurn": 6949, - "Ġentered": 6950, - "Ġbutter": 6951, - "irt": 6952, - "ĠNext": 6953, - "Ġartists": 6954, - "Ġtub": 6955, - "Ġtract": 6956, - "Ġarchae": 6957, - "Ġenemy": 6958, - "Ġfemales": 6959, - "ĠServices": 6960, - "Ġ1995": 6961, - "85": 6962, - "Ġmanip": 6963, - "ĠResources": 6964, - "Ġmeasurements": 6965, - "Ġille": 6966, - "Ġconstantly": 6967, - "Ġrecommendations": 6968, - "Ġmissing": 6969, - "Ġped": 6970, - "Ġdestruction": 6971, - "abulary": 6972, - "Ġmood": 6973, - "herent": 6974, - "Ġasking": 6975, - "idential": 6976, - "Ġproportion": 6977, - "ĠMethod": 6978, - "Ġtheories": 6979, - "Ġphoto": 6980, - "gers": 6981, - "Ġcalories": 6982, - "ĠChange": 6983, - "Ġkne": 6984, - "Ġsurfaces": 6985, - "ady": 6986, - "Ġroles": 6987, - "Ġintellectual": 6988, - "Ġ)": 6989, - "iration": 6990, - "Ġtube": 6991, - "Ġhusband": 6992, - "Ġtheore": 6993, - "Ġcontrovers": 6994, - "quit": 6995, - "%.": 6996, - "Ġcategory": 6997, - "agram": 6998, - "Ġinfluenced": 6999, - "Ġoutcome": 7000, - "Ġpreparation": 7001, - "making": 7002, - "ĠType": 7003, - "ĠTry": 7004, - "Ġtrouble": 7005, - "Ġring": 7006, - "Ġnegot": 7007, - "Ġvictims": 7008, - "Ġloved": 7009, - "CA": 7010, - "Ġfacility": 7011, - "Ġseeking": 7012, - "Ġnervous": 7013, - "Ġevaluate": 7014, - "ĠIslam": 7015, - "Ġintest": 7016, - "rot": 7017, - "Ġpublication": 7018, - "Ġstre": 7019, - "ĠGr": 7020, - "ĠChristmas": 7021, - "acco": 7022, - "Ġintense": 7023, - "Ġpharm": 7024, - "Ġturning": 7025, - "Ġdistributed": 7026, - "Ġangle": 7027, - "Ġfro": 7028, - "rial": 7029, - "Ġbiod": 7030, - "ĠFace": 7031, - "Ġmetabol": 7032, - "Ġwait": 7033, - "71": 7034, - "Ġcenters": 7035, - "ĠEp": 7036, - "orph": 7037, - "Ġcriteria": 7038, - "ĠIndust": 7039, - "ĠPak": 7040, - "Ġpounds": 7041, - "Ġcollaboration": 7042, - "Ġflag": 7043, - "Ġcoastal": 7044, - "that": 7045, - "Ġbath": 7046, - "airy": 7047, - "ulty": 7048, - "ĠOxford": 7049, - "ĠNaz": 7050, - "Ġparas": 7051, - "Ġplus": 7052, - "Ġanalys": 7053, - "Ġpregnant": 7054, - "ĠAtlantic": 7055, - "reek": 7056, - "kins": 7057, - "igan": 7058, - "Ġarts": 7059, - "Ġdetection": 7060, - "Ġdesigns": 7061, - "etics": 7062, - "Ġrely": 7063, - "ĠIndians": 7064, - "Ġpreventing": 7065, - "Ġguidance": 7066, - "Ġrocks": 7067, - "elesc": 7068, - "Ġhun": 7069, - "ĠSecurity": 7070, - "ĠBill": 7071, - "Ġexamination": 7072, - "Ġwithd": 7073, - "esides": 7074, - "Ġwound": 7075, - "Ġseemed": 7076, - "ĠViet": 7077, - "ĠFund": 7078, - "ĠHill": 7079, - "Ġdose": 7080, - "aded": 7081, - "rey": 7082, - "Ġforg": 7083, - "Ġweapons": 7084, - "Ġdependent": 7085, - "ĠKar": 7086, - "thritis": 7087, - "otton": 7088, - "apse": 7089, - "ĠPolic": 7090, - "ĠPrinc": 7091, - "Ġvolcan": 7092, - "Ġadvantages": 7093, - "ĠPo": 7094, - "Ġartist": 7095, - "ĠLib": 7096, - "Ġscore": 7097, - "Ġdollars": 7098, - "Ġrenewable": 7099, - "ĠDou": 7100, - "Ġcontemporary": 7101, - "ĠTV": 7102, - "Ġuncertain": 7103, - "operation": 7104, - "Ġsought": 7105, - "Ġhorses": 7106, - "greg": 7107, - "Ġhonor": 7108, - "Ġengaged": 7109, - "Ġbreeding": 7110, - "ĠKey": 7111, - "ĠSup": 7112, - "OL": 7113, - "ĠAsian": 7114, - "Ġstrict": 7115, - "Ġacute": 7116, - "Ġcomplicated": 7117, - "Ġparallel": 7118, - "Ġplenty": 7119, - "Ġtheme": 7120, - "Ġfarming": 7121, - "Ġconversation": 7122, - "hyd": 7123, - "Ġrespiratory": 7124, - "Ġearthqu": 7125, - "Ġmerely": 7126, - "Ġmortality": 7127, - "Ġbeauty": 7128, - "Ġrealize": 7129, - "ĠWithout": 7130, - "Ġdomain": 7131, - "Ġowner": 7132, - "Ġfacing": 7133, - "Ġcrim": 7134, - "ortion": 7135, - "Ġconsidering": 7136, - "Ġmolecular": 7137, - "Ġcommission": 7138, - "ĠModern": 7139, - "bu": 7140, - "Ġfourth": 7141, - "Ġsilver": 7142, - "ĠAgency": 7143, - "roat": 7144, - "Ġpand": 7145, - "oom": 7146, - "Ġsharp": 7147, - "Ġsatellite": 7148, - "ivered": 7149, - "ixture": 7150, - "Ġcompris": 7151, - "UN": 7152, - "ĠZeal": 7153, - "Ġproof": 7154, - "Ġescape": 7155, - "Ġsubsequent": 7156, - "ani": 7157, - "OC": 7158, - "Ġshock": 7159, - "opes": 7160, - "ĠPot": 7161, - "Ġaccuracy": 7162, - "aming": 7163, - "Ġswitch": 7164, - "cons": 7165, - "yal": 7166, - "iral": 7167, - "ĠDen": 7168, - "ĠSuper": 7169, - "Ġingredients": 7170, - "Ġofficers": 7171, - "Al": 7172, - "Ġabnormal": 7173, - "gs": 7174, - "Ġdischar": 7175, - "Ġedition": 7176, - "Ġtransp": 7177, - "itals": 7178, - "medi": 7179, - "health": 7180, - "forcement": 7181, - "Ġfavorite": 7182, - "Ġdesired": 7183, - "Ġclothing": 7184, - "rary": 7185, - "ĠYes": 7186, - "Ġcareful": 7187, - "osh": 7188, - "Ġcaptured": 7189, - "Ġirrit": 7190, - "Ġbeings": 7191, - "Ġagents": 7192, - "IM": 7193, - "73": 7194, - "Ġphenomenon": 7195, - "arsh": 7196, - "sts": 7197, - "Ġmessages": 7198, - "Ġformula": 7199, - "Ġcarrying": 7200, - "ĠAND": 7201, - "Ġmaintained": 7202, - "ĠHeb": 7203, - "RA": 7204, - "Ġcircle": 7205, - "oln": 7206, - "aired": 7207, - "Ġopposed": 7208, - "Ġmoves": 7209, - "Ġthanks": 7210, - "ĠGrand": 7211, - "rene": 7212, - "Ġinn": 7213, - "ĠMoon": 7214, - "Ġmicrob": 7215, - "Ġpresents": 7216, - "Ġaims": 7217, - "Ġgradually": 7218, - "Ġconfirmed": 7219, - "Ġjump": 7220, - "Ġnose": 7221, - "Ġincred": 7222, - "Ġimplemented": 7223, - "Ġbiology": 7224, - "Ġproven": 7225, - "olesc": 7226, - "Ġrarely": 7227, - "Ġarrest": 7228, - "ĠReading": 7229, - "Ġfairly": 7230, - "Ġpeak": 7231, - "Ġcorrel": 7232, - "Ġremoval": 7233, - "Ġabsence": 7234, - "Ġattempts": 7235, - "Ġslavery": 7236, - "icate": 7237, - "ĠWhether": 7238, - "Ġsession": 7239, - "Ġov": 7240, - "eren": 7241, - "eut": 7242, - "Ġstronger": 7243, - "rowing": 7244, - "raining": 7245, - "ovascular": 7246, - "ĠDistrict": 7247, - "Ġheating": 7248, - "Ġshapes": 7249, - "isdom": 7250, - "Ġbringing": 7251, - "Ġexcessive": 7252, - "ĠZealand": 7253, - "Ġitem": 7254, - "Ġdiscrimination": 7255, - "Ġimplications": 7256, - "Ġconsiderable": 7257, - "ĠCell": 7258, - "ĠSwed": 7259, - "ĠCast": 7260, - "Ġpassing": 7261, - "asty": 7262, - "Ġessentially": 7263, - "ĠRock": 7264, - "Ġphosph": 7265, - "Ġtowns": 7266, - "ĠJac": 7267, - "Ġcopper": 7268, - "Ġserving": 7269, - "pes": 7270, - "oir": 7271, - "Ġfocuses": 7272, - "Ġprincipal": 7273, - "He": 7274, - "Ġseconds": 7275, - "Ġeffectiveness": 7276, - "orders": 7277, - "Ġbranches": 7278, - "Ġsales": 7279, - "Ġteams": 7280, - "ĠNetwork": 7281, - "theless": 7282, - "Ġencouraged": 7283, - "ventions": 7284, - "ĠLo": 7285, - "Ġcombat": 7286, - "Ġid": 7287, - "df": 7288, - "peror": 7289, - "ĠSir": 7290, - "agraph": 7291, - "ommod": 7292, - "ĠJul": 7293, - "Ġ38": 7294, - "Ġsigned": 7295, - "Ġprohib": 7296, - "Ġradical": 7297, - "iological": 7298, - "nut": 7299, - "ĠMah": 7300, - "Ġlearners": 7301, - "Ġinfant": 7302, - "tles": 7303, - "ĠAngel": 7304, - "Ġtreating": 7305, - "oston": 7306, - "heimer": 7307, - "Ġflower": 7308, - "ĠDesc": 7309, - "ĠSecret": 7310, - "eness": 7311, - "ĠSource": 7312, - "Ġuniversal": 7313, - "Ġstatistics": 7314, - "Ġtemple": 7315, - "ohyd": 7316, - "Ġdisaster": 7317, - "Ġchlor": 7318, - "Ġvarieties": 7319, - "ĠCentre": 7320, - "Ġtransact": 7321, - "ĠPerhaps": 7322, - "Ġturb": 7323, - "oga": 7324, - "Ġdifficulties": 7325, - "ĠAdministration": 7326, - "UT": 7327, - "Ġempt": 7328, - "ruption": 7329, - "pling": 7330, - "Ġtut": 7331, - "Ġcleaning": 7332, - "Ġpit": 7333, - "Ġclaimed": 7334, - "Ġinfect": 7335, - "Ġinher": 7336, - "heric": 7337, - "Ġproved": 7338, - "Ġdealing": 7339, - "Ġmineral": 7340, - "Ġdefense": 7341, - "72": 7342, - "ĠJohnson": 7343, - "Ġcharacterized": 7344, - "ailed": 7345, - "illa": 7346, - "ĠEr": 7347, - "cyclop": 7348, - "olving": 7349, - "rous": 7350, - "Ġreward": 7351, - "Ġhormone": 7352, - "ĠLight": 7353, - "mes": 7354, - "68": 7355, - "ĠDirector": 7356, - "Ġfilter": 7357, - "Ġvisitors": 7358, - "Ġ48": 7359, - "Ġscreening": 7360, - "Ġstructural": 7361, - "Ġexperimental": 7362, - "Ġsport": 7363, - "Ġcrew": 7364, - "Ġinsert": 7365, - "SS": 7366, - "Ġoverw": 7367, - "bar": 7368, - "Ġwriters": 7369, - "ĠSund": 7370, - "rox": 7371, - "ĠScientists": 7372, - "ĠTreatment": 7373, - "istical": 7374, - "Ġinterpretation": 7375, - "Ġnewly": 7376, - "Ġdelivered": 7377, - "Ġcham": 7378, - "Ġ1950": 7379, - "Ġroughly": 7380, - "Ġislands": 7381, - "Ġouter": 7382, - "Ġguard": 7383, - "Ġequally": 7384, - "Ġbranch": 7385, - "ĠNeu": 7386, - "Ġlaunch": 7387, - "ĠPakistan": 7388, - "Ġcomfortable": 7389, - "Ġpanel": 7390, - "ĠTim": 7391, - "Ġevil": 7392, - "ĠSafety": 7393, - "Ġplanned": 7394, - "Ġspectrum": 7395, - "ĠTre": 7396, - "Ġ1994": 7397, - "Ġfung": 7398, - "Ġmodified": 7399, - "Ġ400": 7400, - "Ġknowing": 7401, - "Ġgained": 7402, - "outs": 7403, - "eli": 7404, - "Ġroads": 7405, - "Ġinterpre": 7406, - "Ġinformed": 7407, - "vard": 7408, - "Ġmathematics": 7409, - "ĠColl": 7410, - "Ġwine": 7411, - "onn": 7412, - "Ġinvestigation": 7413, - "Ġlake": 7414, - "emia": 7415, - "Ġchest": 7416, - "Ġimagine": 7417, - "aska": 7418, - "Ġtargets": 7419, - "Ġlights": 7420, - "Ġjudge": 7421, - "ĠEngineering": 7422, - "bles": 7423, - "example": 7424, - "chen": 7425, - "Ġracial": 7426, - "ĠMD": 7427, - "Ġminute": 7428, - "ilation": 7429, - "Ġfalls": 7430, - "Ġlie": 7431, - "Ġunusual": 7432, - "Ġclar": 7433, - "Ġinnovation": 7434, - "incoln": 7435, - "vin": 7436, - "ĠUr": 7437, - "ĠOper": 7438, - "Ġmicrosc": 7439, - "Ġhealing": 7440, - "Ġremed": 7441, - "ogether": 7442, - "ano": 7443, - "74": 7444, - "ĠIdent": 7445, - "iana": 7446, - "essions": 7447, - "Ġserves": 7448, - "Ġprominent": 7449, - "lishing": 7450, - "Ġelected": 7451, - "Ġtrigger": 7452, - "ĠMuslim": 7453, - "Ġbreed": 7454, - "ĠAM": 7455, - "Ġdemands": 7456, - "Ġhappening": 7457, - "Ġlaid": 7458, - "riend": 7459, - "Ġdeeper": 7460, - "mm": 7461, - "ontal": 7462, - "Ġfishing": 7463, - "unicip": 7464, - "Ġcash": 7465, - "Ġspin": 7466, - "Ġcooking": 7467, - "Ġexamined": 7468, - "Ġhazard": 7469, - "Ġgalax": 7470, - "Ġexclus": 7471, - "Ġdecreased": 7472, - "ĠOnline": 7473, - "Ġcompound": 7474, - "bec": 7475, - "Ġencoun": 7476, - "ĠWall": 7477, - "ĠFire": 7478, - "Ġconcerning": 7479, - "Ġassume": 7480, - "Ġmold": 7481, - "Ġ33": 7482, - "Ġcriminal": 7483, - "Ġdiameter": 7484, - "Ġusual": 7485, - "Ġeliminate": 7486, - "Ġvariation": 7487, - "IDS": 7488, - "Ġdecor": 7489, - "Ġgro": 7490, - "Ġsubstantial": 7491, - "Ġconsideration": 7492, - "Ġinitially": 7493, - "Ġnitrogen": 7494, - "Ġsatisf": 7495, - "ĠHand": 7496, - "ĠHaving": 7497, - "Ġbomb": 7498, - "Ġfed": 7499, - "haust": 7500, - "Ġanywhere": 7501, - "Ġfinished": 7502, - "rav": 7503, - "ĠTom": 7504, - "Ġsuffered": 7505, - "Ġneuro": 7506, - "Ġbigger": 7507, - "Ġsenior": 7508, - "Ġbrush": 7509, - "iary": 7510, - "Ġstead": 7511, - "Ġpoem": 7512, - "Ph": 7513, - "Ġprinted": 7514, - "Ġassigned": 7515, - "abeth": 7516, - "Ġliteracy": 7517, - "Ġasthma": 7518, - "ograp": 7519, - "ĠWindows": 7520, - "adder": 7521, - "ĠRemember": 7522, - "Ġplane": 7523, - "Ġplot": 7524, - "ĠSar": 7525, - "ĠDev": 7526, - "Ġmanifest": 7527, - "ounce": 7528, - "Ġexception": 7529, - "ĠLiter": 7530, - "Ġobserve": 7531, - "Ġneighborhood": 7532, - "uality": 7533, - "rane": 7534, - "Ġsubt": 7535, - "Ġrecover": 7536, - "ĠVen": 7537, - "Ġerrors": 7538, - "Ġcompens": 7539, - "ĠColumbia": 7540, - "Ġconfig": 7541, - "amics": 7542, - "ĠIran": 7543, - "Ġcort": 7544, - "sell": 7545, - "Ġtraditions": 7546, - "Ġdetected": 7547, - "Ġholes": 7548, - "ĠAgain": 7549, - "Ġstatements": 7550, - "ĠSand": 7551, - "Ġremind": 7552, - "Ġphysician": 7553, - "Ġthreats": 7554, - "Ġdefend": 7555, - "Ġmarks": 7556, - "Ġcab": 7557, - "Ġdriven": 7558, - "Ġtrends": 7559, - "Ġsplit": 7560, - "ĠParent": 7561, - "EE": 7562, - "ĠOrganization": 7563, - "HD": 7564, - "ultane": 7565, - "Ġunw": 7566, - "ptions": 7567, - "Ġcomplications": 7568, - "Ġflour": 7569, - "ostic": 7570, - "mers": 7571, - "Ġadm": 7572, - "ioxid": 7573, - "Ġgrain": 7574, - "atial": 7575, - "ĠBusiness": 7576, - "ĠPur": 7577, - "Ġisolated": 7578, - "Ġrose": 7579, - "Ġhosp": 7580, - "class": 7581, - "rison": 7582, - "Ġdates": 7583, - "Ġkilomet": 7584, - "ricts": 7585, - "Ġpy": 7586, - "Ġfaced": 7587, - "onal": 7588, - "Ġwarning": 7589, - "ĠCoast": 7590, - "gence": 7591, - "igue": 7592, - "ĠChristians": 7593, - "ĠIss": 7594, - "Ġadds": 7595, - "Ġalter": 7596, - "ĠEliz": 7597, - "ĠContin": 7598, - "ĠLim": 7599, - "Ġsus": 7600, - "'m": 7601, - "Ġfest": 7602, - "Ġscar": 7603, - "Ġscientist": 7604, - "69": 7605, - "Ġaccommod": 7606, - "Ġidentification": 7607, - "otype": 7608, - "ĠMath": 7609, - "riz": 7610, - "coming": 7611, - "Ġstability": 7612, - "Ġpestic": 7613, - "Ġconsume": 7614, - "Ġtelevision": 7615, - "Ġintent": 7616, - "Ġprovider": 7617, - "Ġcorner": 7618, - "Ġterror": 7619, - "Ġgrid": 7620, - "ĠWal": 7621, - "Ġeditor": 7622, - "Ġdisrupt": 7623, - "An": 7624, - "ĠBoston": 7625, - "Ġmaybe": 7626, - "Ġsoul": 7627, - "Ġorbit": 7628, - "Ġstores": 7629, - "Ġmg": 7630, - "Ġbacterial": 7631, - "Ġearliest": 7632, - "Ar": 7633, - "Ġregulation": 7634, - "Ġprinting": 7635, - "Ġaged": 7636, - "Ġintensity": 7637, - "Ġdynamic": 7638, - "Ġordered": 7639, - "atively": 7640, - "Ġarray": 7641, - "Ġbiom": 7642, - "fts": 7643, - "Ġschedule": 7644, - "oured": 7645, - "Ġaccompan": 7646, - "ĠNov": 7647, - "CE": 7648, - "ĠLincoln": 7649, - "Ġtropical": 7650, - "sm": 7651, - "ĠPrevention": 7652, - "ĠAssess": 7653, - "Ġheavily": 7654, - "Ġevolved": 7655, - "Ġcaught": 7656, - "ĠLead": 7657, - "Ġconj": 7658, - "Ġconqu": 7659, - "icted": 7660, - "etary": 7661, - "Ġslaves": 7662, - "ĠImp": 7663, - "ĠInit": 7664, - "vania": 7665, - "ĠOhio": 7666, - "ested": 7667, - "ĠSupreme": 7668, - "elfare": 7669, - "ustain": 7670, - "Ġgranted": 7671, - "oric": 7672, - "ogenic": 7673, - "opic": 7674, - "iat": 7675, - "Ġye": 7676, - "ĠFar": 7677, - "including": 7678, - "Ġamazing": 7679, - "Ġlistening": 7680, - "ĠFollowing": 7681, - "Ġvideos": 7682, - "ĠJeff": 7683, - "itarian": 7684, - "Ġmeasuring": 7685, - "otal": 7686, - "ĠAlz": 7687, - "ĠHeart": 7688, - "Ġhence": 7689, - "Ġchannel": 7690, - "American": 7691, - "Ġindigenous": 7692, - "Ġvan": 7693, - "ĠRh": 7694, - "Ġcorrectly": 7695, - "Ġantibiotics": 7696, - "igate": 7697, - "ĠStar": 7698, - "ette": 7699, - "Ġsitting": 7700, - "Ġobjectives": 7701, - "ĠDue": 7702, - "ĠCross": 7703, - "ude": 7704, - "oids": 7705, - "ĠFather": 7706, - "ieval": 7707, - "Ġsuscept": 7708, - "ali": 7709, - "Ġstuff": 7710, - "Ġconcluded": 7711, - "Ġ;": 7712, - "Ġwindows": 7713, - "cient": 7714, - "ipedia": 7715, - "onym": 7716, - "Ġinspired": 7717, - "AA": 7718, - "inf": 7719, - "effect": 7720, - "Ġclient": 7721, - "Ġobservation": 7722, - "Ġstations": 7723, - "Ġimaging": 7724, - "Ġreveal": 7725, - "ĠHebrew": 7726, - "Ġuniform": 7727, - "Ġtranslation": 7728, - "ĠPerson": 7729, - "Ġstrengthen": 7730, - "ĠAsk": 7731, - "ĠOl": 7732, - "Ġpin": 7733, - "о": 7734, - "iture": 7735, - "Ġovercome": 7736, - "Ġdecay": 7737, - "Ġdrought": 7738, - "ĠEdward": 7739, - "Ġengineers": 7740, - "ĠIncre": 7741, - "ĠPen": 7742, - "Ġrab": 7743, - "Ġmir": 7744, - "semb": 7745, - "Ġrac": 7746, - "icy": 7747, - "а": 7748, - "isco": 7749, - "ĠView": 7750, - "Ġprocessed": 7751, - "CH": 7752, - "Ġvitamins": 7753, - "ĠIns": 7754, - "produ": 7755, - "ĠBul": 7756, - "ishop": 7757, - "ĠMot": 7758, - "Ġgrows": 7759, - "ĠBeing": 7760, - "syl": 7761, - "Ġ55": 7762, - "icing": 7763, - "rays": 7764, - "Ġfinds": 7765, - "Ġemphasis": 7766, - "ĠPolit": 7767, - "Ġworst": 7768, - "Ġwheel": 7769, - "Ġworship": 7770, - "ĠAR": 7771, - "Ġplayer": 7772, - "ĠBased": 7773, - "ura": 7774, - "Ġgiant": 7775, - "Ġles": 7776, - "Ġenorm": 7777, - "Ġsuperior": 7778, - "ĠMinister": 7779, - "Ġheads": 7780, - "Ġconce": 7781, - "Ġcontribution": 7782, - "Ġagent": 7783, - "Ġperception": 7784, - "ĠIV": 7785, - "Ġdriver": 7786, - "uten": 7787, - "Ġcoverage": 7788, - "ĠScotland": 7789, - "ucky": 7790, - "Ġflows": 7791, - "ĠHospital": 7792, - "Ġduty": 7793, - "night": 7794, - "ĠLy": 7795, - "Ġslave": 7796, - "Ġfatty": 7797, - "Ġperm": 7798, - "Ġmusical": 7799, - "ĠQueen": 7800, - "Ġseat": 7801, - "Ġidentifying": 7802, - "ĠUnlike": 7803, - "Ġathlet": 7804, - "ĠHor": 7805, - "ĠDid": 7806, - "Ġvocabulary": 7807, - "Ġfunctioning": 7808, - "Ġsunlight": 7809, - "rance": 7810, - "Ġprogramme": 7811, - "Ġwrites": 7812, - "ĠIndeed": 7813, - "ĠAvoid": 7814, - "Ġdisabilities": 7815, - "64": 7816, - "Ġoccurring": 7817, - "Ġstrain": 7818, - "Ġcoc": 7819, - "Ġpros": 7820, - "acent": 7821, - "Ġacquired": 7822, - "orted": 7823, - "itual": 7824, - "cking": 7825, - "Ġvel": 7826, - "Ġviewed": 7827, - "ĠTO": 7828, - "gien": 7829, - "Ġreaching": 7830, - "ĠKorea": 7831, - "va": 7832, - "98": 7833, - "Ġpeoples": 7834, - "Ġ2021": 7835, - "ĠCP": 7836, - "ĠVitamin": 7837, - "ĠCambridge": 7838, - "Ġuncom": 7839, - "Ġquantity": 7840, - "Ġexperiencing": 7841, - "asant": 7842, - "Ġhoney": 7843, - "ĠPlay": 7844, - "Ġbrows": 7845, - "ĠAlzheimer": 7846, - "ĠSurvey": 7847, - "Ġinhabit": 7848, - "Ġrepresentation": 7849, - "spect": 7850, - "ĠDivision": 7851, - "angered": 7852, - "Ġasc": 7853, - "ĠUt": 7854, - "Ġoldest": 7855, - "Ġconference": 7856, - "Ġalph": 7857, - "Ġcattle": 7858, - "Ġcommitment": 7859, - "holders": 7860, - "Ġproviders": 7861, - "Ġthermal": 7862, - "Ġadverse": 7863, - "ba": 7864, - "Ġmeals": 7865, - "ĠObs": 7866, - "Ġabilities": 7867, - "Ġbees": 7868, - "Ġauthent": 7869, - "trans": 7870, - "Ġmoderate": 7871, - "Ġdietary": 7872, - "Ġsup": 7873, - "Ġceremon": 7874, - "Ġlymph": 7875, - "ĠProtection": 7876, - "ENT": 7877, - "ĠRoad": 7878, - "â̲": 7879, - "yer": 7880, - "Ġvictim": 7881, - "ĠLee": 7882, - "Ġtaxes": 7883, - "Ġprotective": 7884, - "Ġprotecting": 7885, - "Ġdirected": 7886, - "Ġtables": 7887, - "Ġstake": 7888, - "Ġextend": 7889, - "Ġinnovative": 7890, - "ĠConservation": 7891, - "Ġepis": 7892, - "ĠBooks": 7893, - "Ġpolar": 7894, - "Ġautomatically": 7895, - "mod": 7896, - "isted": 7897, - "Ġpandemic": 7898, - "soft": 7899, - "Ġcooling": 7900, - "Ġrelie": 7901, - "just": 7902, - "Ġ1992": 7903, - "Ġprofit": 7904, - "Ġinequ": 7905, - "plete": 7906, - "usalem": 7907, - "Ġquantum": 7908, - "door": 7909, - "Ġcovering": 7910, - "Ġconcentrations": 7911, - "Ġmixture": 7912, - "Ġconserv": 7913, - "Ġparameters": 7914, - "Ġ180": 7915, - "ĠHead": 7916, - "Ġampl": 7917, - "ĠCorn": 7918, - "ĠâĨ": 7919, - "Ġregardless": 7920, - "Ġcontributed": 7921, - "Ġunion": 7922, - "Ġplanting": 7923, - "Ġrobot": 7924, - "ĠFacebook": 7925, - "Ġphrase": 7926, - "Ġaffecting": 7927, - "Ġresid": 7928, - "Ġproductivity": 7929, - "from": 7930, - "MP": 7931, - "HS": 7932, - "Ġvaccines": 7933, - "ĠMichigan": 7934, - "ercury": 7935, - "brid": 7936, - "ĠBattle": 7937, - "ailable": 7938, - "Ġdemocracy": 7939, - "Ġgirl": 7940, - "Ġhardware": 7941, - "Ġmountains": 7942, - "ographical": 7943, - "ĠScholar": 7944, - "Ġmosquit": 7945, - "Ġregarded": 7946, - "ĠHelp": 7947, - "Ġsupplements": 7948, - "Ġquarter": 7949, - "Ġwheat": 7950, - "Ġexhaust": 7951, - "athered": 7952, - "Ġthereby": 7953, - "ĠForce": 7954, - "sylvania": 7955, - "ĠHim": 7956, - "Ġenables": 7957, - "usive": 7958, - "har": 7959, - "Ġautism": 7960, - "ĠCard": 7961, - "Ġaddressed": 7962, - "otherapy": 7963, - "Ġcharacteristic": 7964, - "Ġsteam": 7965, - "ĠGar": 7966, - "ĠSpring": 7967, - "lines": 7968, - "Ġvertical": 7969, - "Ġbag": 7970, - "alities": 7971, - "Ġforming": 7972, - "ogs": 7973, - "Ġargue": 7974, - "ĠAnalysis": 7975, - "Ġseparated": 7976, - "Ġscores": 7977, - "Ġnarrative": 7978, - "ĠPolicy": 7979, - "rection": 7980, - "Ġfarms": 7981, - "ymes": 7982, - "ruit": 7983, - "Ġcalling": 7984, - "ĠWay": 7985, - "Ġpreced": 7986, - "Ġcolonial": 7987, - "Ġ1993": 7988, - "rolled": 7989, - "ĠDO": 7990, - "Ġrect": 7991, - "ĠIT": 7992, - "ptom": 7993, - "enger": 7994, - "century": 7995, - "Ġlip": 7996, - "Ġnice": 7997, - "quar": 7998, - "itory": 7999, - "rical": 8000, - "Ġlaser": 8001, - "ĠAL": 8002, - "Ġacres": 8003, - "],": 8004, - "Ġrational": 8005, - "Ġquiet": 8006, - "Ġsimultane": 8007, - "Ġadvent": 8008, - "ĠGeorgia": 8009, - "New": 8010, - "ett": 8011, - "Ġfalling": 8012, - "ansas": 8013, - "Ġhidden": 8014, - "ĠElizabeth": 8015, - "Ġpla": 8016, - "Ġweakness": 8017, - "Ġtumor": 8018, - "ulpt": 8019, - "',": 8020, - "Ġsensitivity": 8021, - "Ġsettlement": 8022, - "Ġgases": 8023, - "Ġassets": 8024, - "oli": 8025, - "Ġoverwhel": 8026, - "Ġavailability": 8027, - "Ġdesert": 8028, - "Ġsensors": 8029, - "uset": 8030, - "Ġherb": 8031, - "print": 8032, - "Ġelder": 8033, - "Ġstones": 8034, - "ĠWil": 8035, - "Ġaimed": 8036, - ")||": 8037, - "Ġmigration": 8038, - "ĠSS": 8039, - "ĠImpro": 8040, - "Ġcounsel": 8041, - "Ġcoron": 8042, - "ao": 8043, - "angle": 8044, - "Ġtechnological": 8045, - "ĠJerusalem": 8046, - "Ġlens": 8047, - "ĠModel": 8048, - "ema": 8049, - "ĠLittle": 8050, - "Ġ1991": 8051, - "ĠLater": 8052, - "Ġ?": 8053, - "Ġsurge": 8054, - "igare": 8055, - "Ġdisability": 8056, - "Ġmathematical": 8057, - "CP": 8058, - "icular": 8059, - "Ġappointed": 8060, - "ĠDutch": 8061, - "quir": 8062, - "Ġparagraph": 8063, - "atal": 8064, - "Ġcyber": 8065, - "irms": 8066, - "Ġreporting": 8067, - "Ġresearcher": 8068, - "Cl": 8069, - "amine": 8070, - "ĠSmall": 8071, - "htt": 8072, - "Ġpersonality": 8073, - "urches": 8074, - "ĠCH": 8075, - "ĠMach": 8076, - "Ġmine": 8077, - "Ġpreserve": 8078, - "Ġdeficiency": 8079, - "neys": 8080, - "Ġlungs": 8081, - "usetts": 8082, - "е": 8083, - "Ġdress": 8084, - "achusetts": 8085, - "Ġ39": 8086, - "Ġmanufacturers": 8087, - "Ġliterary": 8088, - "Ġsizes": 8089, - "Ġheritage": 8090, - "ima": 8091, - "Ġsmell": 8092, - "Ġkilling": 8093, - "Ġswit": 8094, - "Ġneutral": 8095, - "writ": 8096, - "Ġrhyth": 8097, - "Ġtrauma": 8098, - "Ġinsight": 8099, - "Ġtob": 8100, - "Ġeducators": 8101, - "Ġtor": 8102, - "iments": 8103, - "ĠPennsylvania": 8104, - "ĠInvest": 8105, - "ĠThanks": 8106, - "ĠDrug": 8107, - "ä": 8108, - "acts": 8109, - "Ġconsumed": 8110, - "dr": 8111, - "Ġurine": 8112, - "allow": 8113, - "Ġpsychology": 8114, - "Ġbless": 8115, - "archy": 8116, - "hea": 8117, - "Ġadolesc": 8118, - "Ġdance": 8119, - "NS": 8120, - "Ġcustomer": 8121, - "Ġcord": 8122, - "Ġcardiovascular": 8123, - "ĠPalest": 8124, - "Ġlosses": 8125, - ".).": 8126, - "Ġ95": 8127, - "Ġcure": 8128, - "Ġversions": 8129, - "ĠBuilding": 8130, - "Ġshoot": 8131, - "Ġintroduce": 8132, - "Ġinteractive": 8133, - "apor": 8134, - "Ġran": 8135, - "ĠIslamic": 8136, - "Ġcalculated": 8137, - "Ġ34": 8138, - "alm": 8139, - "Ġensuring": 8140, - "Ġofficer": 8141, - "Ġcomprom": 8142, - "Ġvisited": 8143, - "una": 8144, - "Ġ37": 8145, - "Ġordinary": 8146, - "Ġequation": 8147, - "Ġbehavioral": 8148, - "How": 8149, - "Ġburied": 8150, - "?\"": 8151, - "Ġanalyze": 8152, - "Ġantioxid": 8153, - "rix": 8154, - "azon": 8155, - "Ġnutrient": 8156, - "ĠSolar": 8157, - "Ġinterface": 8158, - "Ġchances": 8159, - "67": 8160, - "ricted": 8161, - "ĠpH": 8162, - "ĠBlue": 8163, - "Ġinterventions": 8164, - "Ġdescript": 8165, - "Ġgast": 8166, - "pled": 8167, - "Ġpanels": 8168, - "ĠSpirit": 8169, - "real": 8170, - "Ġmothers": 8171, - "ĠConsider": 8172, - "à¥": 8173, - "89": 8174, - "Ġbelieves": 8175, - "ĠPoint": 8176, - "berry": 8177, - "Ġachievement": 8178, - "Ġexpanded": 8179, - "ĠSection": 8180, - "rob": 8181, - "Ġopposition": 8182, - "Ġsubstit": 8183, - "Ġalive": 8184, - "Ġflexible": 8185, - "Ġillegal": 8186, - "Ġbutton": 8187, - "ĠCirc": 8188, - "Ġcharged": 8189, - "Ġhumanity": 8190, - "ĠDigital": 8191 + "Ġlic": 3735, + "lied": 3736, + "Ġeffort": 3737, + "sequ": 3738, + "Ġhous": 3739, + "ĠPaul": 3740, + "atever": 3741, + "Ġhop": 3742, + "Ġpages": 3743, + "ĠTy": 3744, + "ĠPort": 3745, + "Ġfat": 3746, + "ĠSub": 3747, + "ĠGold": 3748, + "Ġstage": 3749, + "Ġstraight": 3750, + "ĠSol": 3751, + "Ġassess": 3752, + "ĠGo": 3753, + "ĠJes": 3754, + "Ġdeveloped": 3755, + "Ġpressure": 3756, + "ĠOther": 3757, + "Ġabsolute": 3758, + "antly": 3759, + "Ġemployees": 3760, + "ĠEduc": 3761, + "Ġgirls": 3762, + "Ġevidence": 3763, + "oms": 3764, + "Ġgas": 3765, + "Ġeconomic": 3766, + "38": 3767, + "ounds": 3768, + "rem": 3769, + "Ġfrequ": 3770, + "Ġmis": 3771, + "Ġult": 3772, + "Ġapprec": 3773, + "ĠLove": 3774, + "Ġinstru": 3775, + "Ġcash": 3776, + "wor": 3777, + "Ġdrop": 3778, + "Is": 3779, + "Ġtraditional": 3780, + "?âĢĿ": 3781, + "Ġcopy": 3782, + "Ġdoll": 3783, + "inger": 3784, + "down": 3785, + "amily": 3786, + "Ġschools": 3787, + "Ġanaly": 3788, + "etic": 3789, + "Ġgrand": 3790, + "umn": 3791, + "ĠSk": 3792, + "mp": 3793, + "order": 3794, + "Ġfeet": 3795, + "istics": 3796, + "Ġsolutions": 3797, + "Ġsuit": 3798, + "Ġguide": 3799, + "ĠResearch": 3800, + "Ġrequirements": 3801, + "Ġorganiz": 3802, + "ĠView": 3803, + "Ġguy": 3804, + "Ġnormal": 3805, + "...]": 3806, + "Ġopin": 3807, + "Sc": 3808, + "Ġdemand": 3809, + "rig": 3810, + "reed": 3811, + "ĠTop": 3812, + "Ġunderstanding": 3813, + "ĠOnline": 3814, + "Ġaccom": 3815, + "ĠðŁ": 3816, + "Ġcateg": 3817, + "estern": 3818, + "Ġmax": 3819, + "Ġrates": 3820, + "gen": 3821, + "Ġcreating": 3822, + "aper": 3823, + "ĠSpr": 3824, + "ĠInformation": 3825, + "Ġalone": 3826, + "ĠRoad": 3827, + "More": 3828, + "Ġbeginning": 3829, + "Ab": 3830, + "ancing": 3831, + "arant": 3832, + "door": 3833, + "ĠPal": 3834, + "ĠGovern": 3835, + "Here": 3836, + "Ġbusinesses": 3837, + "Ġculture": 3838, + "Cont": 3839, + "Ġshown": 3840, + "Ġdemon": 3841, + "Ġdrink": 3842, + "ĠManagement": 3843, + "Ġemot": 3844, + "Ġsupply": 3845, + "arc": 3846, + "Ġnumbers": 3847, + "Ġcert": 3848, + "Ġstar": 3849, + "dom": 3850, + "Ġtruly": 3851, + "ties": 3852, + "Ġstrateg": 3853, + "Ġhus": 3854, + "Ġtitle": 3855, + "ĠIN": 3856, + "ned": 3857, + "ĠAny": 3858, + "She": 3859, + "erved": 3860, + "Ġstorage": 3861, + "Ġuses": 3862, + "Ġcouldn": 3863, + "ronic": 3864, + "Ġgoals": 3865, + "Ġcab": 3866, + "Ġshop": 3867, + "Ġrace": 3868, + "ĠSur": 3869, + "Ġincreased": 3870, + "Ġlots": 3871, + "iling": 3872, + "ĠMem": 3873, + "39": 3874, + "que": 3875, + "Ġdoub": 3876, + "ĠWhy": 3877, + "Ġpet": 3878, + "Ġregist": 3879, + "Ġsweet": 3880, + "ĠRel": 3881, + "rapy": 3882, + "ĠAnt": 3883, + "change": 3884, + "asy": 3885, + "amic": 3886, + "Ġaim": 3887, + "Ġdeliver": 3888, + "ĠAnn": 3889, + "Ġpurpose": 3890, + "ports": 3891, + "leg": 3892, + "Ġshoot": 3893, + "ĠRuss": 3894, + "ĠClass": 3895, + "Ġheat": 3896, + "Ġtemper": 3897, + "37": 3898, + "Ġtrade": 3899, + "mat": 3900, + "Ġoverall": 3901, + "65": 3902, + "Ġappropri": 3903, + "Ġsmart": 3904, + "EM": 3905, + "ĠCanada": 3906, + "Now": 3907, + "Ġoccur": 3908, + "Ġinnov": 3909, + "Pl": 3910, + "Ġconsult": 3911, + "Ġteams": 3912, + "ecutive": 3913, + "Ġopportunities": 3914, + "IP": 3915, + "Ġdisease": 3916, + "ulated": 3917, + "ooth": 3918, + "Ġapplications": 3919, + "porate": 3920, + "Ġregion": 3921, + "Ġbenefit": 3922, + "Ġdouble": 3923, + "Ġfamilies": 3924, + "ĠAv": 3925, + "Ġcharge": 3926, + "Ġnation": 3927, + "tion": 3928, + "05": 3929, + "inter": 3930, + "bon": 3931, + "aling": 3932, + "wide": 3933, + "ĠEv": 3934, + "Ġpow": 3935, + "ault": 3936, + "ĠHall": 3937, + "Ġalthough": 3938, + "Ġnut": 3939, + "Ġprot": 3940, + "ĠIndian": 3941, + "hest": 3942, + "Ġshot": 3943, + "ĠIns": 3944, + "Ġearlier": 3945, + "ĠEar": 3946, + "ĠTex": 3947, + "Ġden": 3948, + "Ġliter": 3949, + "ĠMac": 3950, + "iately": 3951, + "Tr": 3952, + "ĠWilliam": 3953, + "orrow": 3954, + "Ġparticularly": 3955, + "ĠDec": 3956, + "oming": 3957, + "Ġpromot": 3958, + "Ġstudies": 3959, + "la": 3960, + "roid": 3961, + "ocal": 3962, + "Ġadvice": 3963, + "ĠAN": 3964, + "Ġchanged": 3965, + "ĠIr": 3966, + "Ġmiddle": 3967, + "ĠWashington": 3968, + "Ġinvestment": 3969, + "Ġreports": 3970, + "Ġextend": 3971, + "ady": 3972, + "Ġindepend": 3973, + "mar": 3974, + "ĠPlan": 3975, + "Ġjobs": 3976, + "Ġnearly": 3977, + "Ġcandid": 3978, + "48": 3979, + "Ġjoin": 3980, + "Ġbeyond": 3981, + "Ġallowed": 3982, + "ĠâĢ¢": 3983, + "Ġaren": 3984, + "see": 3985, + "itect": 3986, + "Ġthreat": 3987, + "Ġconstruction": 3988, + "ĠCare": 3989, + "apter": 3990, + "ĠOffice": 3991, + "Ġcommercial": 3992, + "Ġcold": 3993, + "inated": 3994, + "ĠWindows": 3995, + "Ġstatement": 3996, + "Ġmeaning": 3997, + "ĠInternet": 3998, + "Ġfant": 3999, + "Ġprefer": 4000, + "IM": 4001, + "Ġhistor": 4002, + "Ġoffered": 4003, + "Ġcry": 4004, + "Ġhappened": 4005, + "iny": 4006, + "49": 4007, + ");": 4008, + "Ġproced": 4009, + "ston": 4010, + "ker": 4011, + "Ġreasons": 4012, + "Ġactive": 4013, + "Ġ31": 4014, + "urd": 4015, + "Ġhaven": 4016, + "ously": 4017, + "Ġfans": 4018, + "erry": 4019, + "useum": 4020, + "Ġgift": 4021, + "ago": 4022, + "ĠBel": 4023, + "ym": 4024, + "Ġadvert": 4025, + "ken": 4026, + "coming": 4027, + "Ġserious": 4028, + "Ġpool": 4029, + "imal": 4030, + "Ġing": 4031, + "Ġclient": 4032, + "Ġbasic": 4033, + "Ġeasier": 4034, + "Ġthous": 4035, + "Ġrules": 4036, + "undred": 4037, + "ĠTime": 4038, + "Ġaspect": 4039, + "Ġessential": 4040, + "cause": 4041, + "Ġplus": 4042, + "Ġchurch": 4043, + "ij": 4044, + "Ġdegree": 4045, + "ico": 4046, + "Ġclin": 4047, + "ĠCompany": 4048, + "Ġfear": 4049, + "Ġcells": 4050, + "Ġguess": 4051, + "Ġlines": 4052, + "Ġluck": 4053, + "IG": 4054, + "Ġassociated": 4055, + "bu": 4056, + "Ġspirit": 4057, + "ĠSee": 4058, + "Fe": 4059, + "ĠLife": 4060, + "itude": 4061, + "Bl": 4062, + "Ġincreasing": 4063, + "mail": 4064, + "Ġcapital": 4065, + "ĠBoard": 4066, + "32": 4067, + "gn": 4068, + "Ġmill": 4069, + "Ġannounced": 4070, + "umber": 4071, + "oving": 4072, + "Ġchallenge": 4073, + "Ġstress": 4074, + "====": 4075, + "lation": 4076, + "Ġcasino": 4077, + "ĠPublic": 4078, + "Ġ2006": 4079, + "oos": 4080, + "Ġgone": 4081, + "Ġcompared": 4082, + "ocation": 4083, + "Ġaward": 4084, + "ĠChurch": 4085, + "Ġrelig": 4086, + "Ġbasis": 4087, + "Ġclot": 4088, + "rag": 4089, + "Ġahead": 4090, + "Ġble": 4091, + "Te": 4092, + "Ġ»": 4093, + "Ġquarter": 4094, + "Ġcontain": 4095, + "Ġalbum": 4096, + "Ġcancer": 4097, + "omb": 4098, + "78": 4099, + "Ġpoor": 4100, + "new": 4101, + "LE": 4102, + "Ġvehicle": 4103, + "ĠCouncil": 4104, + "iment": 4105, + "Ġreplace": 4106, + "Ġcheap": 4107, + "Ġmeasure": 4108, + "Ġsurv": 4109, + "From": 4110, + "rief": 4111, + "ĠThursday": 4112, + "ĠAdv": 4113, + "za": 4114, + "Ġseeing": 4115, + "Ġscience": 4116, + "Ġhusband": 4117, + "ooking": 4118, + "Ġimmediately": 4119, + "OW": 4120, + "anging": 4121, + "Ġperhaps": 4122, + "Ġvoice": 4123, + "ero": 4124, + "Ġstrugg": 4125, + "Ġpatient": 4126, + "arge": 4127, + "Ġprinc": 4128, + "Please": 4129, + "Ġreduce": 4130, + "ĠAssociation": 4131, + "Ġsharing": 4132, + "hips": 4133, + "osing": 4134, + "ĠTuesday": 4135, + "force": 4136, + "Ġadjust": 4137, + "ĠJesus": 4138, + "Add": 4139, + "acity": 4140, + "eria": 4141, + "Ġletter": 4142, + "olic": 4143, + "fast": 4144, + "well": 4145, + "ceed": 4146, + "IV": 4147, + "Ġuseful": 4148, + "Ġstrategy": 4149, + "Ġmoved": 4150, + "ĠJames": 4151, + "friend": 4152, + "Ġeval": 4153, + "Des": 4154, + "Ġowners": 4155, + "Ġserve": 4156, + "Ġattract": 4157, + "odes": 4158, + "ae": 4159, + "ĠPC": 4160, + "itiz": 4161, + "Ġcoffe": 4162, + "Ġobv": 4163, + "ĠRich": 4164, + "Ġcompon": 4165, + "Ġtips": 4166, + "Ġlength": 4167, + "ĠST": 4168, + "ĠAnge": 4169, + "Ġforce": 4170, + "aled": 4171, + "Ġremain": 4172, + "dd": 4173, + "Ġitem": 4174, + "Ġcru": 4175, + "nown": 4176, + "Ġsatisf": 4177, + "orial": 4178, + "31": 4179, + "Ġhelped": 4180, + "ĠHel": 4181, + "ĠBig": 4182, + "Ġmer": 4183, + "ĠEuropean": 4184, + "ĠClub": 4185, + "Ġtrou": 4186, + "ĠMany": 4187, + "azon": 4188, + "08": 4189, + "SS": 4190, + "Ġbillion": 4191, + "Ġregarding": 4192, + "Ġter": 4193, + "ĠRet": 4194, + "Ġdamage": 4195, + "Ġspread": 4196, + "Ġwouldn": 4197, + "Ġbedroom": 4198, + "dule": 4199, + "oves": 4200, + "Ġfinish": 4201, + "ĠGeneral": 4202, + "ĠFound": 4203, + "text": 4204, + "Ġgarden": 4205, + "Ġextremely": 4206, + "ĠWater": 4207, + "ĠAustralia": 4208, + "sey": 4209, + "Ġsteps": 4210, + "Ġ:)": 4211, + "CC": 4212, + "Ġdro": 4213, + "Ġsetting": 4214, + "Ġmanufacture": 4215, + "Ġposted": 4216, + "Ġfan": 4217, + "ĠOh": 4218, + "phone": 4219, + "Ġafford": 4220, + "ĠTexas": 4221, + "ĠSal": 4222, + "ĠFlor": 4223, + "reak": 4224, + "Ġoffering": 4225, + "hens": 4226, + "Ġwild": 4227, + "ĠTwitter": 4228, + "Ġcards": 4229, + "ĠOpen": 4230, + "ĠSu": 4231, + "Ġviews": 4232, + "ulate": 4233, + "ourney": 4234, + "ĠWednesday": 4235, + "Ġbottom": 4236, + "46": 4237, + "ĠBank": 4238, + "Ġincome": 4239, + "ustr": 4240, + "term": 4241, + "ĠMicro": 4242, + "TS": 4243, + "Ġvs": 4244, + "Ġwear": 4245, + "Ġsports": 4246, + "lies": 4247, + "bed": 4248, + "Ġgreater": 4249, + "Don": 4250, + "Ġtrain": 4251, + "ĠSun": 4252, + "Ġdirector": 4253, + "Ġutil": 4254, + "Ġtransport": 4255, + "Ġcoffee": 4256, + "care": 4257, + "Ġbackground": 4258, + "ĠCam": 4259, + "Ġdiet": 4260, + "........": 4261, + "porary": 4262, + "Ġchem": 4263, + "Ġweather": 4264, + "men": 4265, + "lying": 4266, + "Ġwindow": 4267, + "Ġthoughts": 4268, + "Le": 4269, + "ado": 4270, + "ette": 4271, + "ĠStr": 4272, + "ĠProduct": 4273, + "Ġwhose": 4274, + "Ġcho": 4275, + "inding": 4276, + "atively": 4277, + "Ġsurround": 4278, + "iced": 4279, + "Not": 4280, + "DA": 4281, + "ĠSing": 4282, + "rael": 4283, + "ios": 4284, + "ĠPeople": 4285, + "Ġwedding": 4286, + "Ġhospital": 4287, + "47": 4288, + "ror": 4289, + "These": 4290, + "nded": 4291, + "Ġunit": 4292, + "box": 4293, + "Ġpartner": 4294, + "Ġnotice": 4295, + "ĠThank": 4296, + "ĠRepublic": 4297, + "Ġreflect": 4298, + "Ne": 4299, + "ĠChild": 4300, + "Ġproduce": 4301, + "ĠFore": 4302, + "Ġbrother": 4303, + "Ġhomes": 4304, + "Ġgra": 4305, + "Thank": 4306, + "Do": 4307, + "Ġdang": 4308, + "Ġseven": 4309, + "\",": 4310, + "Ġstructure": 4311, + "but": 4312, + "Ġeight": 4313, + "ĠSum": 4314, + "ĠSa": 4315, + "inese": 4316, + "ĠMichael": 4317, + "Ġslight": 4318, + "----------------": 4319, + "Ġtruth": 4320, + "lor": 4321, + "ĠEducation": 4322, + "Ġcomfortable": 4323, + "Ġsup": 4324, + "amm": 4325, + "Ġdevices": 4326, + "Ġfollowed": 4327, + "akers": 4328, + "Ġhundred": 4329, + "ulf": 4330, + "Ġcast": 4331, + "Ġbag": 4332, + "Ġannual": 4333, + "ona": 4334, + "Ġcalc": 4335, + "ĠBill": 4336, + "ĠMag": 4337, + "ĠHist": 4338, + "Ġhom": 4339, + "ĠUse": 4340, + "Ġscient": 4341, + "Ġmechan": 4342, + "ros": 4343, + "inate": 4344, + "ĠCong": 4345, + "Ġoccas": 4346, + "Ġdelivery": 4347, + "Ġmicro": 4348, + "Ġfinished": 4349, + "how": 4350, + "asure": 4351, + "Ġfigure": 4352, + "ifying": 4353, + "ustain": 4354, + "Ġbill": 4355, + "Ġprimary": 4356, + "ĠDirector": 4357, + "ĠPower": 4358, + "oman": 4359, + "Ġstrength": 4360, + "Ġincred": 4361, + "orry": 4362, + "07": 4363, + "ĠMake": 4364, + "Ġvot": 4365, + "iled": 4366, + "ĠRob": 4367, + "Ġmodels": 4368, + "Ġelectric": 4369, + "ka": 4370, + "Ġborn": 4371, + "CH": 4372, + "Ġir": 4373, + "Ġarr": 4374, + "osh": 4375, + "ĠMart": 4376, + "Ġcreative": 4377, + "500": 4378, + "Ġpeace": 4379, + "ĠEngine": 4380, + "ipped": 4381, + "ĠLike": 4382, + "OP": 4383, + "Ġmethods": 4384, + "aming": 4385, + "Ġge": 4386, + "soft": 4387, + "Ġsurface": 4388, + "inn": 4389, + "Ġstick": 4390, + "apers": 4391, + "Ġappoint": 4392, + "NA": 4393, + "Ġselection": 4394, + "Ġlearned": 4395, + "Ġbathroom": 4396, + "Ġkept": 4397, + "aven": 4398, + "ĠBack": 4399, + "ĠIsland": 4400, + "Ġpowerful": 4401, + "ĠVol": 4402, + "Ġton": 4403, + "gal": 4404, + "ideo": 4405, + "using": 4406, + "Ġbow": 4407, + "ĠChristian": 4408, + "Ġ80": 4409, + "pective": 4410, + "88": 4411, + "ĠMat": 4412, + "Ġhelping": 4413, + "Ġexisting": 4414, + "Ġpopulation": 4415, + "icken": 4416, + "Ġwat": 4417, + "rd": 4418, + "ologies": 4419, + "Ġposts": 4420, + "Ġcontinu": 4421, + "anta": 4422, + "Ġbreat": 4423, + "Ġbrain": 4424, + "ĠSuper": 4425, + "ĠCur": 4426, + "Ġsociety": 4427, + "Ġopening": 4428, + "Your": 4429, + "annel": 4430, + "illa": 4431, + "Ġcra": 4432, + "Ġfiles": 4433, + "Ġknows": 4434, + "Ġexperienced": 4435, + "Ġanti": 4436, + "Ġdaughter": 4437, + "While": 4438, + "unte": 4439, + "ĠMary": 4440, + "Ġpray": 4441, + "inally": 4442, + "].": 4443, + "Ġesc": 4444, + "Ġgenerally": 4445, + "Ġvirt": 4446, + "Ġdedic": 4447, + "ĠLear": 4448, + "Ġdisapp": 4449, + "Ġlargest": 4450, + "ĠTHE": 4451, + "Ġappropriate": 4452, + "Ġtransfer": 4453, + "free": 4454, + "ota": 4455, + "ĠUSA": 4456, + "nding": 4457, + "Ġfinding": 4458, + "ĠWhe": 4459, + "ĠSpe": 4460, + "ĠCamp": 4461, + "Ġactual": 4462, + "uman": 4463, + "ĠFrench": 4464, + "77": 4465, + "Ġlaws": 4466, + "ĠPet": 4467, + "Ġcharacters": 4468, + "Ġargu": 4469, + "Ġresponsible": 4470, + "Ġcamera": 4471, + "Ġpsych": 4472, + "ĠBay": 4473, + "encies": 4474, + "ĠScience": 4475, + "Ġpieces": 4476, + "oma": 4477, + "itors": 4478, + "ĠProject": 4479, + "ula": 4480, + "Ġlinks": 4481, + "ĠClick": 4482, + "ĠSam": 4483, + "Ġadvantage": 4484, + "ĠBritish": 4485, + "Ġprotection": 4486, + "ĠIS": 4487, + "rim": 4488, + "Ġguid": 4489, + "with": 4490, + "Ġefforts": 4491, + "09": 4492, + "66": 4493, + "App": 4494, + "Ġexpand": 4495, + "ses": 4496, + "unately": 4497, + "Ġolder": 4498, + "tt": 4499, + "levant": 4500, + "Ġentertain": 4501, + "iques": 4502, + "ĠSil": 4503, + "Ġrepe": 4504, + "04": 4505, + "Ġwhatever": 4506, + "rian": 4507, + "Ġdriving": 4508, + "Ġnamed": 4509, + "ĠVis": 4510, + "Ġmilitary": 4511, + "ĠYes": 4512, + "Ġserved": 4513, + "gl": 4514, + "Ġsand": 4515, + "ĠThom": 4516, + "ĠRober": 4517, + "UR": 4518, + "Ġlarger": 4519, + "ĠIT": 4520, + "Ġsuff": 4521, + "Ġvideos": 4522, + "agram": 4523, + "ĠRock": 4524, + "Ġrequires": 4525, + "Ġmist": 4526, + "Ġfurniture": 4527, + "ĠDevelopment": 4528, + "estival": 4529, + "Ġcounter": 4530, + "ĠVe": 4531, + "Ġpros": 4532, + "Ġpassed": 4533, + "Ġloan": 4534, + "oop": 4535, + "acks": 4536, + "ellow": 4537, + "ki": 4538, + "Ġ35": 4539, + "standing": 4540, + "Ġonto": 4541, + "Ġmentioned": 4542, + "Ġaccur": 4543, + "Ġstream": 4544, + "Ġnames": 4545, + "TH": 4546, + "Ġwaiting": 4547, + "ĠMark": 4548, + "Ġworkers": 4549, + "ĠCap": 4550, + "iller": 4551, + "Ġdemonstr": 4552, + "Ġcritical": 4553, + "Ġpaint": 4554, + "Ġmaster": 4555, + "Ġcompl": 4556, + "06": 4557, + "Ġbiggest": 4558, + "state": 4559, + "Ġinvestig": 4560, + "Ġsomew": 4561, + "Me": 4562, + "Ġreality": 4563, + "riage": 4564, + "ĠDri": 4565, + "inder": 4566, + "rees": 4567, + "Ġfactors": 4568, + "Ġadop": 4569, + "redients": 4570, + "Ġcollabor": 4571, + "Ġheavy": 4572, + "ĠSince": 4573, + "Ġnove": 4574, + "Ġshared": 4575, + "Ġfashion": 4576, + "Ġupdate": 4577, + "Ke": 4578, + "Ġsounds": 4579, + "Ġsolid": 4580, + "ipp": 4581, + "ads": 4582, + "Ġtend": 4583, + "AG": 4584, + "Ġ2021": 4585, + "Ġfaith": 4586, + "Ġfederal": 4587, + "ĠWood": 4588, + "Ġhappens": 4589, + "âĢĿ,": 4590, + "rely": 4591, + "nect": 4592, + "Ġscore": 4593, + "ading": 4594, + "yd": 4595, + "View": 4596, + "Ġtherefore": 4597, + "Ġchair": 4598, + "essor": 4599, + "Ġeconomy": 4600, + "<": 5466, + "icians": 5467, + "cell": 5468, + "noon": 5469, + "Ġframe": 5470, + "yan": 5471, + "Ġdocuments": 5472, + "Ġtow": 5473, + "Ġaccompl": 5474, + "Ġnorth": 5475, + "SA": 5476, + "ĠOffic": 5477, + "Ġcontext": 5478, + "idden": 5479, + "Ġaccommod": 5480, + "Ġcircum": 5481, + "Ġfavour": 5482, + "Ġassistance": 5483, + "Ġrise": 5484, + "Ġwebsites": 5485, + "Ġeventually": 5486, + "Ġmouth": 5487, + "ĠBer": 5488, + "Ġunits": 5489, + "iance": 5490, + "Ġexplain": 5491, + "Ġsurvey": 5492, + "Ġmenu": 5493, + "ĠCas": 5494, + "64": 5495, + "udden": 5496, + "Ġscale": 5497, + "Ġleads": 5498, + "Ġapplied": 5499, + "burg": 5500, + "Ġexception": 5501, + "Ġder": 5502, + "ĠSociety": 5503, + "ĠLeague": 5504, + "Ġgeneration": 5505, + "Ġsitting": 5506, + "Ġadapt": 5507, + "van": 5508, + "Ġ)": 5509, + "uts": 5510, + "Ġship": 5511, + "Ġnovel": 5512, + "fol": 5513, + "Ġ/>": 5514, + "Ġconversation": 5515, + "LA": 5516, + "Ġoperation": 5517, + "ĠFort": 5518, + "Ġsexual": 5519, + "ĠWil": 5520, + "Ġimpress": 5521, + "Ġsav": 5522, + "Ġlabor": 5523, + "ĠUN": 5524, + "Ġremind": 5525, + "Ġmulti": 5526, + "rier": 5527, + "craft": 5528, + "ala": 5529, + "Ġradio": 5530, + "Reg": 5531, + "adian": 5532, + "url": 5533, + "ĠPerson": 5534, + "prise": 5535, + "orthern": 5536, + "osen": 5537, + "rolled": 5538, + "Ġupgr": 5539, + "uations": 5540, + "!)": 5541, + "ĠHam": 5542, + "Ġtables": 5543, + "ĠFrank": 5544, + "td": 5545, + "xy": 5546, + "reens": 5547, + "cohol": 5548, + "nergy": 5549, + "tered": 5550, + "Ġreference": 5551, + "ĠType": 5552, + "Ġprocesses": 5553, + "rome": 5554, + "ĠGen": 5555, + "67": 5556, + "Ġspecies": 5557, + "Ġteen": 5558, + "pan": 5559, + "Ġcute": 5560, + "Ġhyd": 5561, + "anish": 5562, + "Ġpoly": 5563, + "ĠDou": 5564, + "uting": 5565, + "can": 5566, + "Ġ32": 5567, + "Ġmaintenance": 5568, + "ĠHand": 5569, + "fection": 5570, + "kins": 5571, + "ĠLog": 5572, + "Ind": 5573, + "levision": 5574, + "Ġrecommended": 5575, + "Ġminimum": 5576, + "Ġprofit": 5577, + "ĠSup": 5578, + "Ġ·": 5579, + "Ġaccident": 5580, + "Ġ?": 5581, + "ĠMicrosoft": 5582, + "oses": 5583, + "ĠStart": 5584, + "Ġplays": 5585, + "Ġstars": 5586, + "ĠOnly": 5587, + "Ġrub": 5588, + "Ġbrown": 5589, + "ĠPriv": 5590, + "Ġfuel": 5591, + "Ġquiet": 5592, + "Ġdyn": 5593, + "Ġartists": 5594, + "Ġerror": 5595, + "elines": 5596, + "Ġtele": 5597, + "However": 5598, + "ĠTown": 5599, + "Ġbattle": 5600, + "Ġrealize": 5601, + "ĠRest": 5602, + "Let": 5603, + "ĠAud": 5604, + "Ġinfluence": 5605, + "Ġsad": 5606, + "Ġenvironmental": 5607, + "Ġedge": 5608, + "Ġbutter": 5609, + "Ġyouth": 5610, + "Ġseeking": 5611, + "ĠIll": 5612, + "Ġcrusher": 5613, + "Ġfactor": 5614, + ">>": 5615, + "Ġjoined": 5616, + "Ġelement": 5617, + "Ġdetect": 5618, + "Ġiron": 5619, + "equ": 5620, + "Ġminor": 5621, + "istan": 5622, + "Ġcrim": 5623, + "Ġholding": 5624, + "rad": 5625, + "ĠComments": 5626, + "Ġsupposed": 5627, + "Ġment": 5628, + "Ġkilled": 5629, + "Ġexchange": 5630, + "Ġtight": 5631, + "Ġparking": 5632, + "Ġmotiv": 5633, + "Ġeffic": 5634, + "Ġclimate": 5635, + "Am": 5636, + "ĠHy": 5637, + "Ġlux": 5638, + "Ġadministration": 5639, + "ĠOper": 5640, + "SE": 5641, + "Ġ2003": 5642, + "onds": 5643, + "ĠSoft": 5644, + "Ġwal": 5645, + "Ġsam": 5646, + "otal": 5647, + "~~": 5648, + "ĠUnion": 5649, + "Ġfreed": 5650, + "Ġstated": 5651, + "ĠNetwork": 5652, + "uable": 5653, + "Ġdefense": 5654, + "ception": 5655, + "cean": 5656, + "Ġroof": 5657, + "UN": 5658, + "Ġwindows": 5659, + "aser": 5660, + "Ġflo": 5661, + "ĠGame": 5662, + "Ġtough": 5663, + "Ġlibrary": 5664, + "ĠEqu": 5665, + "ĠBur": 5666, + "ĠMach": 5667, + "Ġvisitors": 5668, + "Fr": 5669, + "Ġjoint": 5670, + "Ġwhom": 5671, + "ato": 5672, + "ĠDate": 5673, + "Ġproperly": 5674, + "Ġdecre": 5675, + "ĠPack": 5676, + "Ġmeasures": 5677, + "Ġpus": 5678, + "olars": 5679, + "odies": 5680, + "igure": 5681, + "vis": 5682, + "date": 5683, + "Ġsigned": 5684, + "Ġtypically": 5685, + "Ġmarriage": 5686, + "Ġimportance": 5687, + "ãģ": 5688, + "Ġcourses": 5689, + "Ġdistrict": 5690, + "ĠPeter": 5691, + "ien": 5692, + "Ġvolume": 5693, + "Ġingredients": 5694, + "ĠMont": 5695, + "Ġcolour": 5696, + "Ġseek": 5697, + "ĠId": 5698, + "Ġthick": 5699, + "Ġarrest": 5700, + "Ġcalling": 5701, + "ĠJud": 5702, + "Mar": 5703, + "Ġdrugs": 5704, + "Ġteach": 5705, + "Ġtrees": 5706, + "ĠJun": 5707, + "ĠCy": 5708, + "Ġelection": 5709, + "ĠRobert": 5710, + "ĠWeek": 5711, + "ometimes": 5712, + "Ġreb": 5713, + "Ġgrade": 5714, + "Ġlights": 5715, + "rate": 5716, + "Ġpush": 5717, + "Ġswim": 5718, + "ĠSeries": 5719, + "Ġ{": 5720, + "Ġsample": 5721, + "Ġiniti": 5722, + "Ġdogs": 5723, + "umin": 5724, + "98": 5725, + "Ġremoved": 5726, + "arsh": 5727, + "Ġaf": 5728, + "Ġfuck": 5729, + "Ġpun": 5730, + "Ġshoes": 5731, + "Ġcorporate": 5732, + "FL": 5733, + "ocket": 5734, + "ĠFrance": 5735, + "ulty": 5736, + "Ġid": 5737, + "ĠPolicy": 5738, + "Ġinstance": 5739, + "rics": 5740, + "Ġreaders": 5741, + "ĠJim": 5742, + "ĠAccess": 5743, + "Ġtransform": 5744, + "Ġallowing": 5745, + "Ġang": 5746, + "Ġnor": 5747, + "Ġdoors": 5748, + "Ġrom": 5749, + "Ġinternal": 5750, + "ĠSearch": 5751, + "aren": 5752, + "Ġwriter": 5753, + "uke": 5754, + "Ġdining": 5755, + "Ġfamiliar": 5756, + "Ġraise": 5757, + "ĠDen": 5758, + "Every": 5759, + "Ġuniversity": 5760, + "Ġlunch": 5761, + "Pub": 5762, + "ician": 5763, + "ĠSupport": 5764, + "ĠWhere": 5765, + "Ġourselves": 5766, + "Ġanimal": 5767, + "Ġcities": 5768, + "Ġfees": 5769, + "ĠLab": 5770, + "ĠHistory": 5771, + "About": 5772, + "Ġshipping": 5773, + "Ġseconds": 5774, + "ĠSign": 5775, + "Man": 5776, + "Ġyesterday": 5777, + "Ġplug": 5778, + "Ġreturned": 5779, + "ĠThomas": 5780, + "gas": 5781, + "ĠTem": 5782, + "Ġbask": 5783, + "ache": 5784, + "lla": 5785, + "Ġlived": 5786, + "iner": 5787, + "ĠAtl": 5788, + "iest": 5789, + "ĠInvest": 5790, + "ĠGirl": 5791, + "ĠMaster": 5792, + "ĠCat": 5793, + "ĠExt": 5794, + "ĠVirgin": 5795, + "ĠFund": 5796, + "ĠWay": 5797, + "abled": 5798, + "ĠVideo": 5799, + "Ġsquare": 5800, + "Ġresponsibility": 5801, + "Ġstrategies": 5802, + "ĠLim": 5803, + "ora": 5804, + "ĠAND": 5805, + "Ġelim": 5806, + "ĠSqu": 5807, + "Ġintell": 5808, + "Ġadults": 5809, + "Ġprocessing": 5810, + "Ġdesire": 5811, + "Ġstret": 5812, + "ĠBas": 5813, + "Ġsoul": 5814, + "Like": 5815, + "Ġsalt": 5816, + "Ġsister": 5817, + "lo": 5818, + "ĠLouis": 5819, + ".[": 5820, + "Ġfacility": 5821, + "Ġlocations": 5822, + "Rel": 5823, + "Ġexamples": 5824, + "Ġappreciate": 5825, + "ogue": 5826, + "okes": 5827, + "ĠWestern": 5828, + "Ġbigger": 5829, + "Ġworse": 5830, + "Ġneck": 5831, + "ias": 5832, + "Ġlandsc": 5833, + "ivered": 5834, + "inations": 5835, + "look": 5836, + "stract": 5837, + "Ġfunctions": 5838, + "under": 5839, + "Ġapparent": 5840, + "Ġtherapy": 5841, + "Ġanswers": 5842, + "Ġburn": 5843, + "54": 5844, + "Ġdisp": 5845, + "Ġspecifically": 5846, + "bert": 5847, + "CE": 5848, + "ĠInte": 5849, + "Ġsymptoms": 5850, + "ĠAfrican": 5851, + "ĠVict": 5852, + "ĠMuseum": 5853, + "Ġarg": 5854, + "Ġcaught": 5855, + "ĠPan": 5856, + "ĠCode": 5857, + "ĠEp": 5858, + "eed": 5859, + "Ġfilter": 5860, + "Ġappeared": 5861, + "Ġpaying": 5862, + "Ġmilk": 5863, + "ĠAuthor": 5864, + "Dr": 5865, + "hy": 5866, + "ĠIP": 5867, + "Ġsigns": 5868, + "Other": 5869, + "Ġassum": 5870, + "Ġarrange": 5871, + "ĠGerman": 5872, + "Ġemp": 5873, + "ĠMaybe": 5874, + "Ġmanner": 5875, + "Ġafternoon": 5876, + "Ġserving": 5877, + "alian": 5878, + "oup": 5879, + "ĠBlog": 5880, + "ĠDuring": 5881, + "Bu": 5882, + "illy": 5883, + "Ġkill": 5884, + "ĠCost": 5885, + "water": 5886, + "Ġchoices": 5887, + "ĠProte": 5888, + "Ġamb": 5889, + "ĠMike": 5890, + "ĠGermany": 5891, + "Ġdance": 5892, + "Ġboys": 5893, + "wo": 5894, + "Ġscr": 5895, + "Ġchemical": 5896, + "Ġdetailed": 5897, + "related": 5898, + "Ġbreakfast": 5899, + "ownt": 5900, + "Any": 5901, + "First": 5902, + "Col": 5903, + "lets": 5904, + "Ġcategory": 5905, + "Ġmaximum": 5906, + "Ġfailed": 5907, + "ĠCentre": 5908, + "Ġprotein": 5909, + "ĠAndroid": 5910, + "Ġconfidence": 5911, + "Ġ!": 5912, + "arrant": 5913, + "ĠCEO": 5914, + "Ġmut": 5915, + "ĠKeep": 5916, + "Ġtom": 5917, + "Ġaspects": 5918, + "away": 5919, + "Ġregister": 5920, + "Ġstanding": 5921, + "Ġacademic": 5922, + "Ġaccounts": 5923, + "Great": 5924, + "Ġanywhere": 5925, + "eper": 5926, + "cious": 5927, + "Ġfruit": 5928, + "Ġdiss": 5929, + "iveness": 5930, + "ĠRev": 5931, + "ĠKore": 5932, + "ĠHuman": 5933, + "ĠEarth": 5934, + "OO": 5935, + "ĠAccording": 5936, + "bsite": 5937, + "ria": 5938, + "Ġfeedback": 5939, + "ĠDev": 5940, + "ĠCup": 5941, + "Ġnoted": 5942, + "53": 5943, + "ĠContact": 5944, + "po": 5945, + "redit": 5946, + "Ġcommitted": 5947, + "ef": 5948, + "ĠChris": 5949, + "ĠJoe": 5950, + "ĻĤ": 5951, + "Ġcommand": 5952, + "Ġspons": 5953, + "Ġcomprehens": 5954, + "Ġsurgery": 5955, + "hat": 5956, + "ĠEconom": 5957, + "Also": 5958, + "Ġdollars": 5959, + "ĠSecret": 5960, + "Ġtests": 5961, + "Ġproposed": 5962, + "Ġconflic": 5963, + "Car": 5964, + "е": 5965, + "ĠAmericans": 5966, + "phas": 5967, + "Ġcomponents": 5968, + "Ġmode": 5969, + "Ġweap": 5970, + "Ġrot": 5971, + "real": 5972, + "ua": 5973, + "Ġanc": 5974, + "Ġnurs": 5975, + "Ġpharm": 5976, + "oking": 5977, + "Ġapproximately": 5978, + "Ġoccup": 5979, + "Ġsupported": 5980, + "ĠGlobal": 5981, + "Ġtea": 5982, + "sm": 5983, + "Ġbound": 5984, + "Rep": 5985, + "Ġath": 5986, + "ĠBed": 5987, + "oration": 5988, + "76": 5989, + "hetic": 5990, + "Int": 5991, + "ĠWal": 5992, + "ossible": 5993, + "Ġannounce": 5994, + "Ġimagine": 5995, + "azz": 5996, + "Ġtells": 5997, + "road": 5998, + "Ġstopped": 5999, + "iser": 6000, + "52": 6001, + "ĠMo": 6002, + "Ġdiscovered": 6003, + "ĠEr": 6004, + "Ġboost": 6005, + "Ġcombined": 6006, + "Ġconcerned": 6007, + "ĠBrand": 6008, + "Ġapps": 6009, + "MA": 6010, + "Ġliqu": 6011, + "ĠLos": 6012, + "pected": 6013, + "Ġdeals": 6014, + "Ġwearing": 6015, + "hand": 6016, + "elf": 6017, + "Ġhun": 6018, + "Ġfunny": 6019, + "Ġpromote": 6020, + "Free": 6021, + "Ġconsidering": 6022, + "Ġrapid": 6023, + "ibilities": 6024, + "Ġcharges": 6025, + "ultural": 6026, + "Ġcultural": 6027, + "ĠArts": 6028, + "Ġinstallation": 6029, + "Ġloans": 6030, + "Ġcauses": 6031, + "Ġjoy": 6032, + "Ġcop": 6033, + "Ġdial": 6034, + "Ġaid": 6035, + "lt": 6036, + "ĠNOT": 6037, + "rastructure": 6038, + "Ġclinical": 6039, + "hors": 6040, + "Ġfourth": 6041, + "irty": 6042, + "ican": 6043, + "Ġintroduced": 6044, + "Ġexpression": 6045, + "Ġcentre": 6046, + "Ġkinds": 6047, + "Ġtast": 6048, + "never": 6049, + "Pe": 6050, + "Ġrevenue": 6051, + "ĠBre": 6052, + "Ġfif": 6053, + "Ġhousing": 6054, + "Book": 6055, + "oga": 6056, + "Ġrand": 6057, + "********": 6058, + "Ġran": 6059, + "Ġscript": 6060, + "Ġliked": 6061, + "ĠMax": 6062, + "ench": 6063, + "Ġconsumers": 6064, + "Ġbroken": 6065, + "ĠGuide": 6066, + "Ġprepare": 6067, + "Ġdelicious": 6068, + "ĠSpring": 6069, + "Ġbirthday": 6070, + "ĠCa": 6071, + "ĠEnd": 6072, + "ĠMinister": 6073, + "Ġreduced": 6074, + "ĠMa": 6075, + "Ġchart": 6076, + "Ġtelling": 6077, + "Ġmeal": 6078, + "Ġknowing": 6079, + "Ġfaster": 6080, + "Ġdescription": 6081, + "ĠConference": 6082, + "Ġcircumst": 6083, + "paper": 6084, + "Ġchicken": 6085, + "Ġadvertising": 6086, + "ĠGar": 6087, + "obby": 6088, + "Ġcheese": 6089, + "Ġsymb": 6090, + "Ġbreast": 6091, + "Ġupdates": 6092, + "PM": 6093, + "SC": 6094, + "Ġtrouble": 6095, + "oston": 6096, + "ĠControl": 6097, + "ĠJose": 6098, + "Ġweak": 6099, + "Ġepisode": 6100, + "Ġ36": 6101, + "Med": 6102, + "Ġinterests": 6103, + "51": 6104, + "Ġconsequ": 6105, + "Over": 6106, + "Ġapproved": 6107, + "Ġgather": 6108, + "arp": 6109, + "ĠBoy": 6110, + "Ġsides": 6111, + "Ġdetermined": 6112, + "ĠCe": 6113, + "Ġdepending": 6114, + "Ġtheory": 6115, + "Ġcomplic": 6116, + "о": 6117, + "Ġfly": 6118, + "Ġvehicles": 6119, + "Ġbringing": 6120, + "Are": 6121, + "Ġemployee": 6122, + "Ġsudden": 6123, + "ĠOpt": 6124, + "Ġcitizens": 6125, + "Ġwid": 6126, + "Ġconsumer": 6127, + "Ġbless": 6128, + "Ġpure": 6129, + "Ġflight": 6130, + "EE": 6131, + "achel": 6132, + "ĠVer": 6133, + "PC": 6134, + "kes": 6135, + "Ġphil": 6136, + "Ġfixed": 6137, + "Ġodd": 6138, + "Ġperspective": 6139, + "Ġconstruct": 6140, + "orgeous": 6141, + "ĠCH": 6142, + "ĠBoth": 6143, + "gs": 6144, + "from": 6145, + "ĠLo": 6146, + "Ġfailure": 6147, + "Ġemergency": 6148, + "elcome": 6149, + "Ġisland": 6150, + "ĠAdminist": 6151, + "ĠJob": 6152, + "ĠStep": 6153, + "Ġprop": 6154, + "ĠAward": 6155, + "ĠLook": 6156, + "oted": 6157, + "atre": 6158, + "acle": 6159, + "Ġcoord": 6160, + "Ġbattery": 6161, + "Ġ48": 6162, + "Ġimproved": 6163, + "Ġliber": 6164, + "aniel": 6165, + "Ġsignificantly": 6166, + "Ġbike": 6167, + "Ġnine": 6168, + "orable": 6169, + "Ġindustrial": 6170, + "ancer": 6171, + "bur": 6172, + "inte": 6173, + "ĠJohnson": 6174, + "Ġgreatest": 6175, + "ĠNor": 6176, + "Ġparticipants": 6177, + "!\"": 6178, + "Ġremote": 6179, + "eding": 6180, + "Ġprovider": 6181, + "Ġextensive": 6182, + "Ġarrived": 6183, + "Ġ300": 6184, + "Ġlaugh": 6185, + "Ġfolks": 6186, + "ĠSar": 6187, + "ĠBuy": 6188, + "Ġinspired": 6189, + "Ġauto": 6190, + "ĠQuest": 6191, + "ĠPlus": 6192, + "Ġeditor": 6193, + "estyle": 6194, + "ĠHospital": 6195, + "Ġmeat": 6196, + "Ġmissed": 6197, + "Ġshares": 6198, + "Ġtwice": 6199, + "Ġappearance": 6200, + "urban": 6201, + "ĠCre": 6202, + "Ġhero": 6203, + "Ġmal": 6204, + "Ġdelivered": 6205, + "merce": 6206, + "Ġhate": 6207, + "poration": 6208, + "ĠKey": 6209, + "irmed": 6210, + "ĠðŁĻĤ": 6211, + "Ġviolence": 6212, + "hent": 6213, + "ĠChildren": 6214, + "Ġforces": 6215, + "igr": 6216, + "Ġinn": 6217, + "Ġris": 6218, + "Ġoccasion": 6219, + "Ġnav": 6220, + "Ġturns": 6221, + "orough": 6222, + "Ġrandom": 6223, + "Ġjack": 6224, + "riting": 6225, + "elly": 6226, + "Ġguest": 6227, + "Ġspeech": 6228, + "rooms": 6229, + "Ġforced": 6230, + "Ġresol": 6231, + "poses": 6232, + "Ġmanual": 6233, + "ĠCross": 6234, + "Ġdraft": 6235, + "Ġtopics": 6236, + "Ġtreated": 6237, + "ĠBow": 6238, + "Ġmel": 6239, + "Ġdefend": 6240, + "Ġintended": 6241, + "aped": 6242, + "Ġtruck": 6243, + "Most": 6244, + "TC": 6245, + "eline": 6246, + "arian": 6247, + "ĠTO": 6248, + "ucks": 6249, + "Ġdump": 6250, + "Ġnom": 6251, + "Ġking": 6252, + "Ġtag": 6253, + "Ġobl": 6254, + "Ġagent": 6255, + "anges": 6256, + "Ġtickets": 6257, + "Ġcovers": 6258, + "Ġrecovery": 6259, + "ĠHard": 6260, + "Ġshower": 6261, + "essional": 6262, + "erves": 6263, + "ĠJapanese": 6264, + "owing": 6265, + "Ġjudge": 6266, + "а": 6267, + "Ġexecutive": 6268, + "Ġneighborhood": 6269, + "Ġinstalled": 6270, + "Ġidentified": 6271, + "anged": 6272, + "roc": 6273, + "Ġlabel": 6274, + "weight": 6275, + "Ġspeaking": 6276, + "Ġheight": 6277, + "ĠNext": 6278, + "ĠTit": 6279, + "Ġclothes": 6280, + "ĠEnergy": 6281, + "ĠON": 6282, + "ĠLibrary": 6283, + "eries": 6284, + "ĠTour": 6285, + "ĠWild": 6286, + "Ġchocolate": 6287, + "ilit": 6288, + "Ġends": 6289, + "Ġbelong": 6290, + "iors": 6291, + "Ġdepart": 6292, + "ĠBox": 6293, + "ĠWalk": 6294, + "aturing": 6295, + "Ġdistribution": 6296, + "ĠSports": 6297, + "ĠOk": 6298, + "ĠWatch": 6299, + "ĠMult": 6300, + "Ġrac": 6301, + ".....": 6302, + "Ġtransl": 6303, + "ĠiPhone": 6304, + "Ġresource": 6305, + "ĠGal": 6306, + "ĠDoes": 6307, + "ĠTable": 6308, + "Ġhighlight": 6309, + "Ġpractical": 6310, + "ĠLive": 6311, + "uters": 6312, + "vit": 6313, + "Ġusual": 6314, + "alled": 6315, + "this": 6316, + "Ġchain": 6317, + "intage": 6318, + "ĠJeff": 6319, + "Ġanx": 6320, + "Ġbelief": 6321, + "aded": 6322, + "Ġchief": 6323, + "ighter": 6324, + "Ġflowers": 6325, + "Ġcarried": 6326, + "Ġsimpl": 6327, + "ĠDescription": 6328, + "According": 6329, + "ĠCath": 6330, + "ĠWin": 6331, + "ĠLee": 6332, + "onym": 6333, + "ĠAff": 6334, + "Ġ2002": 6335, + "Good": 6336, + "Ġsupporting": 6337, + "Ġfle": 6338, + "ATION": 6339, + "Ġperfectly": 6340, + "ban": 6341, + "Ġlaunched": 6342, + "Ġfreedom": 6343, + "ĠApplic": 6344, + "osite": 6345, + "itutions": 6346, + "berry": 6347, + "igration": 6348, + "west": 6349, + "ĠSaf": 6350, + "Ġdish": 6351, + "Ġinput": 6352, + "lock": 6353, + "ĠHD": 6354, + "lights": 6355, + "Ġfoods": 6356, + "Ġregistered": 6357, + "Ġaudio": 6358, + "abet": 6359, + "Ġnone": 6360, + "Ġinterior": 6361, + "Ġorders": 6362, + "Ġshel": 6363, + "wing": 6364, + "Ġfields": 6365, + "Love": 6366, + "Ġdatabase": 6367, + "Pre": 6368, + "Ġfort": 6369, + "Ġexplained": 6370, + "aks": 6371, + "Ġec": 6372, + "Ġchannel": 6373, + "Ġsan": 6374, + "ogen": 6375, + "Ġsick": 6376, + "ĠFair": 6377, + "Ġtrend": 6378, + "Ġimprovement": 6379, + "vy": 6380, + "Ġli": 6381, + "Ġshock": 6382, + "ĠAngeles": 6383, + "Ġbegins": 6384, + "Ġbrands": 6385, + "Ġaffected": 6386, + "Ġeffectively": 6387, + "ployment": 6388, + "Ġsuitable": 6389, + "ĠDetails": 6390, + "ĠPolice": 6391, + "ĠStat": 6392, + "Ġvisiting": 6393, + "Ġven": 6394, + "ĠCreat": 6395, + "GB": 6396, + "Ġthread": 6397, + "Ġ38": 6398, + "Ġreligious": 6399, + "Ġhook": 6400, + "ĠMic": 6401, + "Ġenable": 6402, + "Ġaffordable": 6403, + "DS": 6404, + "ĠMS": 6405, + "she": 6406, + "Ġpicked": 6407, + "comes": 6408, + "mosp": 6409, + "cluding": 6410, + "ĠSecond": 6411, + "Ġjew": 6412, + "omy": 6413, + "Ġdu": 6414, + "Ġcounty": 6415, + "Ġagreed": 6416, + "itionally": 6417, + "Ġbread": 6418, + "bal": 6419, + "print": 6420, + "ĠMartin": 6421, + "hem": 6422, + "ĠHaw": 6423, + "pass": 6424, + "Ġcloser": 6425, + "aning": 6426, + "Ġplate": 6427, + "ĠNight": 6428, + ".âĢĻ": 6429, + "Ġcrazy": 6430, + "97": 6431, + "ĠCharl": 6432, + "Ġwitness": 6433, + "Ġfollows": 6434, + "Ġbasket": 6435, + "ĠFriend": 6436, + "Ġmur": 6437, + "isters": 6438, + "Ġmatters": 6439, + "Ġunivers": 6440, + "Ġcrisis": 6441, + "Ġfro": 6442, + "Ġgoods": 6443, + "othe": 6444, + "ĠColl": 6445, + "uing": 6446, + "ĠKnow": 6447, + "Ġobvious": 6448, + "Ġ2001": 6449, + "Ġsurprise": 6450, + "Ġcoast": 6451, + "va": 6452, + "host": 6453, + "pes": 6454, + "ĠYoung": 6455, + "odd": 6456, + "Ġeducational": 6457, + "Ġfilms": 6458, + "rid": 6459, + "ĠKn": 6460, + "Ġabuse": 6461, + "Ġhappening": 6462, + "Ġbonus": 6463, + "Ġcooking": 6464, + "Ġtechnologies": 6465, + "sembly": 6466, + "Ġoutput": 6467, + "Ġprocedure": 6468, + "Ġboat": 6469, + "ĠHope": 6470, + "Ġhundreds": 6471, + "Ġdisappoint": 6472, + "ĠPenn": 6473, + "Ġincredible": 6474, + "Ġproviders": 6475, + "stone": 6476, + "edu": 6477, + "Ġkeeps": 6478, + "AA": 6479, + "oster": 6480, + "Ġassign": 6481, + "Ġpurposes": 6482, + "Ġtro": 6483, + "Ġbreath": 6484, + "ĠÎ": 6485, + "·": 6486, + "Ġresearc": 6487, + "ĠThose": 6488, + "ĠBal": 6489, + "Ġfacts": 6490, + "ĠJones": 6491, + "Ġindeed": 6492, + "mond": 6493, + "Ġprison": 6494, + "Ġmachines": 6495, + "ĠPass": 6496, + "ĠReviews": 6497, + "arrow": 6498, + "ĠMP": 6499, + "oty": 6500, + "prene": 6501, + "ĠLink": 6502, + "osoph": 6503, + "Ġsac": 6504, + "Ġcommitment": 6505, + "Ġofficer": 6506, + "Ġvary": 6507, + "Ġmonthly": 6508, + "Ġdecades": 6509, + "Ġcreation": 6510, + "pat": 6511, + "Ġalle": 6512, + "Ġalcohol": 6513, + "Americ": 6514, + "ĠChief": 6515, + "Ġvaluable": 6516, + "endar": 6517, + "Ġphotograph": 6518, + "Ġnoticed": 6519, + "Ġrestaurants": 6520, + "Ġautomatically": 6521, + "á": 6522, + "apes": 6523, + "ĠSale": 6524, + "ĠPoint": 6525, + "ĠArea": 6526, + "Ġsettings": 6527, + "anna": 6528, + "hentic": 6529, + "rible": 6530, + "inos": 6531, + "ĠHelp": 6532, + "Ġviagra": 6533, + "Ġcompetitive": 6534, + "Ġherself": 6535, + "Ġmassive": 6536, + "Ġtut": 6537, + "ĠShare": 6538, + "REE": 6539, + "°": 6540, + "rick": 6541, + "erman": 6542, + "Jan": 6543, + "Ġbuildings": 6544, + "anger": 6545, + "upper": 6546, + "Ġcrime": 6547, + "Best": 6548, + "och": 6549, + "bi": 6550, + "Ġ>>": 6551, + "ĠGra": 6552, + "Ġhousehold": 6553, + "Ġrelatively": 6554, + "Another": 6555, + "reprene": 6556, + "Ġnucle": 6557, + "Ġhyp": 6558, + "Ġplanned": 6559, + "ĠAssist": 6560, + "ĠAccount": 6561, + "acking": 6562, + "Ġrevealed": 6563, + "Ġlit": 6564, + "ĠNumber": 6565, + "oosing": 6566, + "ĠPlace": 6567, + "ĠGames": 6568, + "Ġwheel": 6569, + "Ġcake": 6570, + "Ġconfig": 6571, + "Ġremaining": 6572, + "cknow": 6573, + "Ġchosen": 6574, + "Ġentirely": 6575, + "TA": 6576, + "Ġpill": 6577, + "Ġrough": 6578, + "Ġexcess": 6579, + "VD": 6580, + "eration": 6581, + "Ġadministr": 6582, + "Ġrare": 6583, + "Ġexpertise": 6584, + "ĠMeet": 6585, + "âĢĻ.": 6586, + "UL": 6587, + "Ġmoments": 6588, + "Ġaccepted": 6589, + "ĠMid": 6590, + "Ġinstructions": 6591, + "Ġtelevision": 6592, + "Ġemphas": 6593, + "Ġpurchased": 6594, + "ĠPrem": 6595, + "Per": 6596, + "Ġinches": 6597, + "ugs": 6598, + "ĠAnother": 6599, + "ĠMarketing": 6600, + "ĠDigital": 6601, + "Ġemotional": 6602, + "Ġcycle": 6603, + "Ġmotion": 6604, + "Ġsilver": 6605, + "cluded": 6606, + "ĠLittle": 6607, + "arks": 6608, + "Ġlikes": 6609, + "Ġcutting": 6610, + "Ġinvolve": 6611, + "Ġengineering": 6612, + "Ġterror": 6613, + "Ġdrivers": 6614, + "Ġconfirm": 6615, + "ca": 6616, + "otton": 6617, + "Ġcandidates": 6618, + "ĠSize": 6619, + "ĠFollow": 6620, + "Ġequal": 6621, + "Ġmessages": 6622, + "ĠLow": 6623, + "Ġacid": 6624, + "ĠTerm": 6625, + "Ġroute": 6626, + "gend": 6627, + "ailability": 6628, + "Ġcritic": 6629, + "Ġlad": 6630, + "icing": 6631, + "han": 6632, + "emic": 6633, + "Ġtail": 6634, + "Ġlighting": 6635, + "Ġunf": 6636, + "Ġdangerous": 6637, + "OVID": 6638, + "lines": 6639, + "ĠAustralian": 6640, + "ĠVan": 6641, + "Ġpremium": 6642, + "73": 6643, + "Ġpresentation": 6644, + "ĠName": 6645, + "Ġhorse": 6646, + "ĠLtd": 6647, + "respond": 6648, + "inch": 6649, + "Ġworst": 6650, + "Ġped": 6651, + "alse": 6652, + "ref": 6653, + "Ġcomprehensive": 6654, + "ĠMiddle": 6655, + "hus": 6656, + "irms": 6657, + "Click": 6658, + "oral": 6659, + "ï¿": 6660, + "Ġtaught": 6661, + "Ġtomorrow": 6662, + "Ġspr": 6663, + "ĠFun": 6664, + "rency": 6665, + "Ġconstantly": 6666, + "Ġwalls": 6667, + "Ġcontrast": 6668, + "ĠYOU": 6669, + "Ġnegot": 6670, + "oria": 6671, + "âĤ¬": 6672, + "ĠHen": 6673, + "ĠMur": 6674, + "awn": 6675, + "Ġgrown": 6676, + "Since": 6677, + "CD": 6678, + "agon": 6679, + "74": 6680, + "Ġrow": 6681, + "72": 6682, + "ĠRight": 6683, + "Ġreliable": 6684, + "oval": 6685, + "orders": 6686, + "RI": 6687, + "Ġparticipate": 6688, + "Mr": 6689, + "Ġhell": 6690, + "Ġsubstant": 6691, + "Ġregul": 6692, + "Ġdiam": 6693, + "Ġpapers": 6694, + "Ġperman": 6695, + "rum": 6696, + "apping": 6697, + "ĠMA": 6698, + "ĠFarm": 6699, + "Ġforest": 6700, + "iece": 6701, + "ĠNon": 6702, + "Ġassessment": 6703, + "Ġcommission": 6704, + "Ġbrowser": 6705, + "Ġhouses": 6706, + "plete": 6707, + "ĠJon": 6708, + "ĠPot": 6709, + "Ġassets": 6710, + "Ġcorn": 6711, + "ĠOil": 6712, + "Ġsyn": 6713, + "Ġseriously": 6714, + "ensity": 6715, + "Ġdefined": 6716, + "Ġhurt": 6717, + "Ġfrequently": 6718, + "Ġillustr": 6719, + "alysis": 6720, + "Ġprotected": 6721, + "Ġlicense": 6722, + "ĠRussian": 6723, + "Ġleather": 6724, + "Aut": 6725, + "ayer": 6726, + "ĠSn": 6727, + "ĠFederal": 6728, + "Ġregularly": 6729, + "�": 6730, + "ĠHor": 6731, + "Ġtypical": 6732, + "Ġsuggested": 6733, + "ĠCert": 6734, + "Ġpositions": 6735, + "Ġinvestigation": 6736, + "63": 6737, + "ĠVirginia": 6738, + "Ġcircumstances": 6739, + "Ġproceed": 6740, + "fa": 6741, + "ĠCanadian": 6742, + "Ġvirtual": 6743, + "Ġwealth": 6744, + "ĠMexico": 6745, + "ĠCarolina": 6746, + "icit": 6747, + "Ġgrab": 6748, + "Where": 6749, + "pret": 6750, + "Ġloves": 6751, + "ba": 6752, + "Ġreceiving": 6753, + "erts": 6754, + "ĠFestival": 6755, + "Ġissued": 6756, + "ĠCook": 6757, + "ĠBoston": 6758, + "ĠAsia": 6759, + "ĠPac": 6760, + "Ġsurprised": 6761, + "Ġtrib": 6762, + "ĠParis": 6763, + "Ġpatterns": 6764, + "ĠTrust": 6765, + "ĠLin": 6766, + "Ġsauce": 6767, + "Ġveter": 6768, + "''": 6769, + "ĠHa": 6770, + "Ġcolumn": 6771, + "ĠChair": 6772, + "Ġmedicine": 6773, + "ĠRussia": 6774, + "ansion": 6775, + "Ġarms": 6776, + "Ġcir": 6777, + "ĠRichard": 6778, + "div": 6779, + "ĠWilliams": 6780, + "Ġapartment": 6781, + "ĠMill": 6782, + "Ġlosing": 6783, + "Ġanyway": 6784, + "ĠSP": 6785, + "Ġcharged": 6786, + "uine": 6787, + "Ġmanufacturing": 6788, + "Ġyellow": 6789, + "idays": 6790, + "ĠCB": 6791, + "lete": 6792, + "Ġcrew": 6793, + "onna": 6794, + "Ġrecorded": 6795, + "iki": 6796, + "Ġefficiency": 6797, + "ura": 6798, + "Ġscientific": 6799, + "ansas": 6800, + "nel": 6801, + "ework": 6802, + "nic": 6803, + "Ġagencies": 6804, + "ĠRef": 6805, + "Ġsmile": 6806, + "John": 6807, + "Ġunlike": 6808, + "enced": 6809, + "person": 6810, + "EST": 6811, + "Ġ33": 6812, + "Ġauthority": 6813, + "Ġvital": 6814, + "Ġkm": 6815, + "ĠDef": 6816, + "Ġrestrict": 6817, + "df": 6818, + "ĠAC": 6819, + "Ġphase": 6820, + "Ġslot": 6821, + "Ġemployment": 6822, + "Ġadvoc": 6823, + "ĠTri": 6824, + "ĠBefore": 6825, + "arry": 6826, + "ĠAcademy": 6827, + "earing": 6828, + "ĠEss": 6829, + "Ġsorry": 6830, + "Ġinfrastructure": 6831, + "ĠAD": 6832, + "Ġmini": 6833, + "ĠDC": 6834, + "Ġelectronic": 6835, + "Ġinvestors": 6836, + "Ġedition": 6837, + "ĠTravel": 6838, + "Ġconver": 6839, + "Ġsurf": 6840, + "ras": 6841, + "Ġvacc": 6842, + "Ġdelight": 6843, + "Ġfulf": 6844, + "Ġatmosp": 6845, + "Sub": 6846, + "tes": 6847, + "ĠAR": 6848, + "Ġtab": 6849, + "Ġidentity": 6850, + "Ġstudio": 6851, + "utation": 6852, + "Ġ~": 6853, + "utch": 6854, + "cling": 6855, + "Ġhistorical": 6856, + "Ġsymbol": 6857, + "words": 6858, + "ĠCast": 6859, + "Ġargument": 6860, + "Ġnearby": 6861, + "lymp": 6862, + "Ġcock": 6863, + "Ġturning": 6864, + "ĠMcC": 6865, + "Ġprocedures": 6866, + "ĠAT": 6867, + "Ġstim": 6868, + "Ġ08": 6869, + "Ġvit": 6870, + "ĠKen": 6871, + "Ġupper": 6872, + "Ġorganic": 6873, + "Ġtalent": 6874, + "Ġrenew": 6875, + "Ġcandidate": 6876, + "ĠMatt": 6877, + "Ġdifferences": 6878, + "Ġwinner": 6879, + "ingly": 6880, + "Ġresolution": 6881, + "Ġdomestic": 6882, + "Ġbear": 6883, + "Of": 6884, + "71": 6885, + "Ġcampus": 6886, + "ĠInstead": 6887, + "Ġpainting": 6888, + "Ġenem": 6889, + "Sim": 6890, + "Ġsole": 6891, + "Ġrental": 6892, + "ĠDom": 6893, + "Ġtur": 6894, + "Gu": 6895, + "Ġguard": 6896, + "ĠExpl": 6897, + "Ġrating": 6898, + "acc": 6899, + "asters": 6900, + "ERS": 6901, + "Ġmixed": 6902, + "Ġextended": 6903, + "ĠSteve": 6904, + "Ġholds": 6905, + "rite": 6906, + "ppers": 6907, + "Jo": 6908, + "ĠItalian": 6909, + "ĠGeorg": 6910, + "â": 6911, + "Ġadm": 6912, + "Ġstands": 6913, + "Ġbes": 6914, + "Ġinnovative": 6915, + "blog": 6916, + "ĠOrder": 6917, + "iana": 6918, + "Ġcriminal": 6919, + "Ġbab": 6920, + "Ġreplacement": 6921, + "AB": 6922, + "yard": 6923, + "Ġmeetings": 6924, + "Lear": 6925, + "Ġaccurate": 6926, + "89": 6927, + "Ġexternal": 6928, + "ĠPhys": 6929, + "bar": 6930, + "ĠCond": 6931, + "Ġdegrees": 6932, + "Ġhall": 6933, + "Have": 6934, + "ĠAri": 6935, + "ĠRequ": 6936, + "Ġtrig": 6937, + "Ġreasonable": 6938, + "Ġconducted": 6939, + "Ġconcrete": 6940, + "ĠJackson": 6941, + "ĠTax": 6942, + "Ġupcoming": 6943, + "Sm": 6944, + "Ġroutine": 6945, + "Ġleague": 6946, + "lements": 6947, + "Ġofficers": 6948, + "Ġsituations": 6949, + "ĠCO": 6950, + "lyn": 6951, + "Ġempt": 6952, + "reets": 6953, + "Ġprompt": 6954, + "Ġpayments": 6955, + "ĠSales": 6956, + "Ġcommittee": 6957, + "Ġtasks": 6958, + "ĠIsl": 6959, + "was": 6960, + "claim": 6961, + "Many": 6962, + "ouch": 6963, + "Ġriver": 6964, + "nam": 6965, + "Ġgrew": 6966, + "ĠGarden": 6967, + "uzz": 6968, + "greg": 6969, + "ĠEU": 6970, + "ĠTraining": 6971, + "Ġfairly": 6972, + "ennis": 6973, + "Ġsheet": 6974, + "ĠUsing": 6975, + "Ġregional": 6976, + "Ġfellow": 6977, + "ĠPA": 6978, + "Ġhang": 6979, + "Ġhoping": 6980, + "icial": 6981, + "Ġstorm": 6982, + "Oct": 6983, + "Ġentertainment": 6984, + "ĠPract": 6985, + "Ġinstitutions": 6986, + "Ġdepth": 6987, + "Ġgorgeous": 6988, + "Ġshooting": 6989, + "ĠConf": 6990, + "ether": 6991, + "ati": 6992, + "62": 6993, + "Then": 6994, + "Ġyounger": 6995, + "ĠBath": 6996, + "Ġcontro": 6997, + "Tube": 6998, + "ĠWorks": 6999, + "Ġelig": 7000, + "Ġreturns": 7001, + "Ġprivacy": 7002, + "Ġregistration": 7003, + "Back": 7004, + "ĠDan": 7005, + "Ġlayer": 7006, + "Ġattrib": 7007, + "orters": 7008, + "HS": 7009, + "Ġdistinct": 7010, + "Ġdates": 7011, + "dated": 7012, + "owntown": 7013, + "2013": 7014, + "ĠPop": 7015, + "ĠSmall": 7016, + "61": 7017, + "ĠRom": 7018, + "Ġtiss": 7019, + "Ġportion": 7020, + "athy": 7021, + "Once": 7022, + "Ġeveryday": 7023, + "Ġ75": 7024, + "cm": 7025, + "85": 7026, + "Ġdomain": 7027, + "athe": 7028, + "Ġcarbon": 7029, + "ĠBob": 7030, + "izer": 7031, + "ml": 7032, + "Ġdiscussed": 7033, + "Ġbasically": 7034, + "Ġfacing": 7035, + "Ġvictory": 7036, + "Ġkne": 7037, + "Ġfighting": 7038, + "Ġacknow": 7039, + "amps": 7040, + "tle": 7041, + "astern": 7042, + "ĠStock": 7043, + "Ġsessions": 7044, + "aylor": 7045, + "Ġticket": 7046, + "Ġbeer": 7047, + "Ġrealized": 7048, + "alog": 7049, + "Ġvillage": 7050, + "inem": 7051, + "Ġowned": 7052, + "Ġguarantee": 7053, + "bles": 7054, + "Ġretire": 7055, + "ĠSystems": 7056, + "HA": 7057, + "ĠIde": 7058, + "FC": 7059, + "ĠEnvironment": 7060, + "class": 7061, + "Ġast": 7062, + "Ġfeatured": 7063, + "Ġproof": 7064, + "Ġdelay": 7065, + "ĠChampions": 7066, + "Art": 7067, + "Ġforum": 7068, + "Ġsubmit": 7069, + "Ġtiny": 7070, + "ikes": 7071, + "ĠExecutive": 7072, + "Ġpersonally": 7073, + "Ġtrail": 7074, + "Ġbowl": 7075, + "UM": 7076, + "Ġfavourite": 7077, + "ĠProper": 7078, + "LY": 7079, + "========": 7080, + "ĠBell": 7081, + "Ġimpressive": 7082, + "ĠResp": 7083, + "anche": 7084, + "Ġsurrounding": 7085, + "Ġworldwide": 7086, + "sell": 7087, + "ĠEs": 7088, + "Ġgay": 7089, + "terior": 7090, + "Ġwet": 7091, + "Ġawareness": 7092, + "liance": 7093, + "Spec": 7094, + "ran": 7095, + "Ġsupports": 7096, + "Ġincreases": 7097, + "ĠSon": 7098, + "Ġsmell": 7099, + "Part": 7100, + "aturally": 7101, + "ĠArticle": 7102, + "Ġconfirmed": 7103, + "ĠDaily": 7104, + "Ġobviously": 7105, + "Ġille": 7106, + "Ġimpossible": 7107, + "Ġpublish": 7108, + "isa": 7109, + "Ġcontemporary": 7110, + "Ġauthors": 7111, + "des": 7112, + "Ġdebate": 7113, + "ĠBall": 7114, + "aze": 7115, + "Ġsizes": 7116, + "Ġphen": 7117, + "Ġreporting": 7118, + "Ġwalked": 7119, + "Ġprepar": 7120, + "Ġconvenient": 7121, + "acked": 7122, + "Ġinspiration": 7123, + "ĠInstagram": 7124, + "ollywood": 7125, + "Ġsolar": 7126, + "ĠRose": 7127, + "Ġskill": 7128, + "Inst": 7129, + "2014": 7130, + "Ġdeck": 7131, + "Ġpossibility": 7132, + "Ġinvent": 7133, + "ĠIre": 7134, + "Ġvacation": 7135, + "ĠDid": 7136, + "ĠFinancial": 7137, + "Ġjustice": 7138, + "Top": 7139, + "Ġchallenging": 7140, + "Ġbanks": 7141, + "Ġcapable": 7142, + "ĠCOVID": 7143, + "Ġbottle": 7144, + "umes": 7145, + "Ġparam": 7146, + "requ": 7147, + "Ġathlet": 7148, + "ĠFact": 7149, + "Ġprove": 7150, + "Ġlistening": 7151, + "Ġforth": 7152, + "Ġhardware": 7153, + "Ġreward": 7154, + "page": 7155, + "ĠNote": 7156, + "Ġquote": 7157, + "Ġindex": 7158, + "ĠArab": 7159, + "raq": 7160, + "Ġ00": 7161, + "Ġcontest": 7162, + "ĠRoyal": 7163, + "Ġnormally": 7164, + "ãĥ": 7165, + "illiant": 7166, + "Ġtaxes": 7167, + "ĠDog": 7168, + "rition": 7169, + "grad": 7170, + "Ġengage": 7171, + "ĠCommunic": 7172, + "ĠBible": 7173, + "Ġaffili": 7174, + "ĠEngineering": 7175, + "ĠInsurance": 7176, + "Ġliquid": 7177, + "uls": 7178, + "Ġconsistent": 7179, + "ĠFac": 7180, + "roduction": 7181, + "ĠMobile": 7182, + "asant": 7183, + "ixture": 7184, + "ĠHeart": 7185, + "Ġpil": 7186, + "ingu": 7187, + "urrent": 7188, + "Ġcarefully": 7189, + "ĠOhio": 7190, + "ĠUt": 7191, + "coin": 7192, + "ĠCoast": 7193, + "Ġtall": 7194, + "ĠDie": 7195, + "Ġentered": 7196, + "build": 7197, + "Ġfigures": 7198, + "ĠSpanish": 7199, + "Ġsupplies": 7200, + "Ġhire": 7201, + "Ġsin": 7202, + "urse": 7203, + "case": 7204, + "Ġsomewhere": 7205, + "Ġcompens": 7206, + "Ġterr": 7207, + "zer": 7208, + "Ġdestroy": 7209, + "ĠWhether": 7210, + "ournament": 7211, + "ĠTherefore": 7212, + "ih": 7213, + "alle": 7214, + "300": 7215, + "Find": 7216, + "Ġscheduled": 7217, + "ĠDrive": 7218, + "ĠScot": 7219, + "Ġfo": 7220, + "Ġtechnique": 7221, + "ĠColumb": 7222, + "Ġmg": 7223, + "ĠBon": 7224, + "Ġwarrant": 7225, + "Ġsuccessfully": 7226, + "entle": 7227, + "Ġteeth": 7228, + "ĠAsh": 7229, + "Ġattacks": 7230, + "Ġelev": 7231, + "ĠPrint": 7232, + "Ġ34": 7233, + "Ġpink": 7234, + "Ġcoup": 7235, + "Review": 7236, + "Ġspaces": 7237, + "Ġmainly": 7238, + "sters": 7239, + "Ġpolitics": 7240, + "Ġhealthcare": 7241, + "Ġicon": 7242, + "Ġsight": 7243, + "ĠEnt": 7244, + "Ġrail": 7245, + "ĠLearn": 7246, + "Ġages": 7247, + "ãĢ": 7248, + "Ġchapter": 7249, + "ĠiP": 7250, + "Ġsearching": 7251, + "Ġexpectations": 7252, + "Ġunable": 7253, + "Ġobtained": 7254, + "ĠPerform": 7255, + "%.": 7256, + "Who": 7257, + "zil": 7258, + "Ġtested": 7259, + "ographic": 7260, + "Ġsignal": 7261, + "Ġslowly": 7262, + "ĠThrough": 7263, + "iano": 7264, + "Ġnative": 7265, + "made": 7266, + "cons": 7267, + "bel": 7268, + "Ġwest": 7269, + "izz": 7270, + "Ġlegs": 7271, + "Ġspin": 7272, + "leep": 7273, + "stream": 7274, + "Ġsky": 7275, + "law": 7276, + "<<": 7277, + "Ġgifts": 7278, + "ĠHon": 7279, + "Ġtonight": 7280, + "\">": 7281, + "Ġinstitution": 7282, + "enger": 7283, + "Ġmagazine": 7284, + "etry": 7285, + "Ġborder": 7286, + "ĠClin": 7287, + "ja": 7288, + "Ġtack": 7289, + "ĠVery": 7290, + "Ġweekly": 7291, + "front": 7292, + "Ġrecognized": 7293, + "Ġlucky": 7294, + "Ġbat": 7295, + "86": 7296, + "ĠIran": 7297, + "ĠBeaut": 7298, + "Ġgolf": 7299, + "ĠAndrew": 7300, + "Ġreform": 7301, + "Ġpulled": 7302, + "Ġstretch": 7303, + "Ġrelief": 7304, + "Ġpowder": 7305, + "osc": 7306, + "ĠMichigan": 7307, + "ĠEll": 7308, + "lder": 7309, + "una": 7310, + "Ġdealing": 7311, + "Ġfasc": 7312, + "ificate": 7313, + "ĠSC": 7314, + "worth": 7315, + "EA": 7316, + "forcement": 7317, + "Ġluxury": 7318, + "Ġfeelings": 7319, + "Ġpod": 7320, + "Ġhosting": 7321, + "Ġthin": 7322, + "Related": 7323, + "Ġcounsel": 7324, + "Ġdefinition": 7325, + "olec": 7326, + "Ġmining": 7327, + "Aug": 7328, + "Ġbare": 7329, + "ĠFour": 7330, + "ĠKim": 7331, + "ĠAgain": 7332, + "Ġhur": 7333, + "ools": 7334, + "LS": 7335, + "Ġdropped": 7336, + "Ġfeaturing": 7337, + "96": 7338, + "Ġspoke": 7339, + "Ġrecognize": 7340, + "Today": 7341, + "Ġadvis": 7342, + "Ġtransition": 7343, + "aine": 7344, + "aints": 7345, + "ĠAS": 7346, + "ĠOlymp": 7347, + "ĠSher": 7348, + "Ġhat": 7349, + "ainless": 7350, + "Ġvul": 7351, + "£": 7352, + "Ġmuscle": 7353, + "BI": 7354, + "Google": 7355, + "ĠFrancisco": 7356, + "Comm": 7357, + "ĠPDF": 7358, + "ĠMD": 7359, + "ĠThree": 7360, + "quir": 7361, + "isms": 7362, + "long": 7363, + "Ġads": 7364, + "Ġcooper": 7365, + "Ġbelieved": 7366, + "born": 7367, + "Ġfoundation": 7368, + "Ġtub": 7369, + "live": 7370, + "Press": 7371, + "vi": 7372, + "ucky": 7373, + "Ġadds": 7374, + "Ġongoing": 7375, + "Ġtrick": 7376, + "raid": 7377, + "bing": 7378, + "ĠSoftware": 7379, + "adow": 7380, + "Ġrose": 7381, + "star": 7382, + "Go": 7383, + "Ġentr": 7384, + "Ġearned": 7385, + "ĠStore": 7386, + "Ġattorney": 7387, + "onder": 7388, + "bury": 7389, + "ĠVi": 7390, + "Ġdescribe": 7391, + "acter": 7392, + "Ġrisks": 7393, + "Ġwriters": 7394, + "itage": 7395, + "agues": 7396, + "Ġoriginally": 7397, + ",.": 7398, + "cue": 7399, + "Ġletters": 7400, + "ORE": 7401, + "Co": 7402, + "Ġappointment": 7403, + "Ġcookies": 7404, + "ĠHun": 7405, + "Ġenthus": 7406, + "Ġbond": 7407, + "ĠProm": 7408, + "Ġpleased": 7409, + "ns": 7410, + "ĠFurther": 7411, + "Ġmillions": 7412, + "ĠCab": 7413, + "Ġexclusive": 7414, + "Ġnetworks": 7415, + "Ġordered": 7416, + "ĠWhich": 7417, + "Ġcomparison": 7418, + "RS": 7419, + "Ġkit": 7420, + "hire": 7421, + "Ġgarage": 7422, + "Ġrear": 7423, + "raction": 7424, + "folio": 7425, + "ensed": 7426, + "ĠMrs": 7427, + "Ġagents": 7428, + "Ġincident": 7429, + "Ġmac": 7430, + "Ġ150": 7431, + "Even": 7432, + "Ġmusical": 7433, + "ĠContin": 7434, + "ĠFoot": 7435, + "ĠCharles": 7436, + "ĠItaly": 7437, + "inton": 7438, + "Gl": 7439, + "Ġmanufacturer": 7440, + "Ġconvention": 7441, + "ĠIraq": 7442, + "anny": 7443, + "ĠFar": 7444, + "Ġbench": 7445, + "ĠPo": 7446, + "ĠBuilding": 7447, + "Ġsuc": 7448, + "ĠCase": 7449, + "Ġreaction": 7450, + "Ġclar": 7451, + ":.": 7452, + "ĠSep": 7453, + "Ġregulations": 7454, + "Ġoperate": 7455, + "Ġsufficient": 7456, + "ĠPhoto": 7457, + "2012": 7458, + "Ġpassing": 7459, + "Ġarts": 7460, + "Ġhasn": 7461, + "Ġthorough": 7462, + "iverse": 7463, + "ĠSilver": 7464, + "rich": 7465, + "Ġextract": 7466, + "Ġimplementation": 7467, + "Ġyards": 7468, + "ĠEst": 7469, + "Ġformed": 7470, + "onto": 7471, + "ĠSus": 7472, + "],": 7473, + "Ġtemplate": 7474, + "Ġ09": 7475, + "Ġplanet": 7476, + "ĠLocal": 7477, + "Ġshift": 7478, + "ĠRoll": 7479, + "Ġcable": 7480, + "ĠRam": 7481, + "Ġgod": 7482, + "Ġbodies": 7483, + "uster": 7484, + "Ġexposure": 7485, + "Ġtech": 7486, + "Ġrein": 7487, + "Ġconfident": 7488, + "Ġobjects": 7489, + "Ġpic": 7490, + "ĠShould": 7491, + "Ġobserved": 7492, + "uling": 7493, + "ĠProducts": 7494, + "ĠMedicine": 7495, + "Ġreader": 7496, + "inking": 7497, + "asts": 7498, + "den": 7499, + "sis": 7500, + "owers": 7501, + "Ġscholars": 7502, + "ĠSanta": 7503, + "uan": 7504, + "Ġtalked": 7505, + "Ġcorrespond": 7506, + "Ġ400": 7507, + "Ġguidance": 7508, + "Ġlifestyle": 7509, + "Ġhonor": 7510, + "Ġconstant": 7511, + "odel": 7512, + "Ġlin": 7513, + "Ġmand": 7514, + "Ġtank": 7515, + "yers": 7516, + "ĠSummer": 7517, + "ilst": 7518, + "Ġvast": 7519, + "TV": 7520, + "Source": 7521, + "Ġguitar": 7522, + "liers": 7523, + "Ġcrucial": 7524, + "Ġstyles": 7525, + "iger": 7526, + "Ġmountain": 7527, + "etime": 7528, + "Ġdeposit": 7529, + "Ġexec": 7530, + "ĠLuc": 7531, + "Ġlinked": 7532, + "Ġcelebrate": 7533, + "Ġpleasure": 7534, + "Ġanymore": 7535, + "Ġoutstanding": 7536, + "Ġairport": 7537, + "Ġinch": 7538, + "Ġease": 7539, + "Fi": 7540, + "ĠModel": 7541, + "Ġlessons": 7542, + "bell": 7543, + "level": 7544, + "Download": 7545, + "aa": 7546, + "pel": 7547, + "ĠPen": 7548, + "abetes": 7549, + "Ġsomewhat": 7550, + "Ġmonitoring": 7551, + "ĠLeg": 7552, + "Ġresistance": 7553, + "Ġserves": 7554, + "Ġsaved": 7555, + "ĠStudents": 7556, + "Ġerr": 7557, + "Ġtalks": 7558, + "Product": 7559, + "Ġcoc": 7560, + "ĠOS": 7561, + "ĠNeed": 7562, + "Ġscored": 7563, + "Sec": 7564, + "Ġrecipes": 7565, + "Ġclothing": 7566, + "Ġguidelines": 7567, + "Ġsuggests": 7568, + "Ġstunning": 7569, + "Ġmm": 7570, + "Ġforever": 7571, + "Ġtip": 7572, + "Ġpartnership": 7573, + "ĠCountry": 7574, + "Ġchose": 7575, + "celer": 7576, + "Ġauthorities": 7577, + "Ġisol": 7578, + "Step": 7579, + "ĠSite": 7580, + "Ġwash": 7581, + "2017": 7582, + "unes": 7583, + "Ġshots": 7584, + "Ġsevere": 7585, + "Ġgenuine": 7586, + "Ġbags": 7587, + "Ġdesigner": 7588, + "stal": 7589, + "ĠSky": 7590, + "Ġreduction": 7591, + "Ġclosely": 7592, + "ulating": 7593, + "ĠSouthern": 7594, + "Ġinjuries": 7595, + "ĠAvenue": 7596, + "Ġadventure": 7597, + "ĠMess": 7598, + "Ġshouldn": 7599, + "Ġinterface": 7600, + "Ġdiverse": 7601, + "ĠDivision": 7602, + "Ġauthentic": 7603, + "Ġinformed": 7604, + "Ġprecise": 7605, + "Ġinstruct": 7606, + "Ġhotels": 7607, + "ĠFord": 7608, + "Ġanticip": 7609, + "apped": 7610, + "Ġsuspect": 7611, + "Ġaccessible": 7612, + "Ġvisited": 7613, + "ĠSenate": 7614, + "ila": 7615, + "AY": 7616, + "Ġhits": 7617, + "odge": 7618, + "Ġlie": 7619, + "ĠSpirit": 7620, + "Ġoven": 7621, + "Ġgraduate": 7622, + "âĢĻ,": 7623, + "Ġexecut": 7624, + "ĠNever": 7625, + "ĠIreland": 7626, + "Ġtrends": 7627, + "ĠYouTube": 7628, + "ĠRay": 7629, + "Ġ39": 7630, + "Ġ37": 7631, + "Ġresearchers": 7632, + "Although": 7633, + "Comp": 7634, + "Ġgenerate": 7635, + "mal": 7636, + "Ġphotograp": 7637, + "ĠCrus": 7638, + "Ġflood": 7639, + "ĠMir": 7640, + "lee": 7641, + "boy": 7642, + "MP": 7643, + "Ġnob": 7644, + "Ġsubsequ": 7645, + "Ġwatched": 7646, + "athan": 7647, + "Ġporn": 7648, + "Ġpipe": 7649, + "then": 7650, + "Ġbell": 7651, + "ĠSteel": 7652, + "Ġcompare": 7653, + "Ġeleg": 7654, + "Ġ1999": 7655, + "Ġprogramme": 7656, + "ingers": 7657, + "Ġaside": 7658, + "ĠConnect": 7659, + "EP": 7660, + "Feb": 7661, + "aron": 7662, + "rog": 7663, + "ĠFed": 7664, + "Ġalt": 7665, + "ĠProcess": 7666, + "Ġroot": 7667, + "rage": 7668, + "Ġduty": 7669, + "ĠRun": 7670, + "Ġattached": 7671, + "ĠCredit": 7672, + "Ġmoves": 7673, + "Ġmemories": 7674, + "ambling": 7675, + "Ġflour": 7676, + "Ġfacilit": 7677, + "Ġcouncil": 7678, + "Ġzone": 7679, + "Ġremark": 7680, + "Ġdad": 7681, + "uction": 7682, + "Ġtum": 7683, + "Ġheads": 7684, + "Ġgrass": 7685, + "nda": 7686, + "Ġatmosphere": 7687, + "Ġfalse": 7688, + "Ġsuperv": 7689, + "Ġcontribute": 7690, + "Ġwithd": 7691, + "bridge": 7692, + "ĠField": 7693, + "Ġspiritual": 7694, + "Fl": 7695, + "EG": 7696, + "Ġillness": 7697, + "RL": 7698, + "Ġurban": 7699, + "VER": 7700, + "enny": 7701, + "800": 7702, + "Ġexperiment": 7703, + "ĠKar": 7704, + "Ġnic": 7705, + "aping": 7706, + "Ġdemocr": 7707, + "Ġdecade": 7708, + "ĠSometimes": 7709, + "ĠFL": 7710, + "Ġinnovation": 7711, + "bro": 7712, + "Ġdefault": 7713, + "onymous": 7714, + "ĠDub": 7715, + "ĠRo": 7716, + "++": 7717, + "ĠShop": 7718, + "Ġgear": 7719, + "ĠMembers": 7720, + "Ġphr": 7721, + "resents": 7722, + "Ġprospect": 7723, + "ĠTurn": 7724, + "Ġlapt": 7725, + "bre": 7726, + "Ġ..": 7727, + "rat": 7728, + "Ġempty": 7729, + "esh": 7730, + "annels": 7731, + "Ġtrained": 7732, + "ĠâĨ": 7733, + "whel": 7734, + "ystem": 7735, + "ategory": 7736, + "Ġmanufacturers": 7737, + "Ġstuck": 7738, + "Ġjun": 7739, + "Ġsoil": 7740, + "Ġdur": 7741, + "Ġstruggle": 7742, + "irts": 7743, + "Ġcomponent": 7744, + "ĠOrig": 7745, + "ĠJersey": 7746, + "Ġuk": 7747, + "Ġfiled": 7748, + "Ġdrinking": 7749, + "Ġcos": 7750, + "Ġcompr": 7751, + "Ġwarn": 7752, + "roph": 7753, + "ĠProfessor": 7754, + "holders": 7755, + "Ġhumans": 7756, + "da": 7757, + "mg": 7758, + "Ġimmediate": 7759, + "aha": 7760, + "ello": 7761, + "Ġcoal": 7762, + "ĠAsian": 7763, + "Ġultimately": 7764, + "ĠJac": 7765, + "ĠStory": 7766, + "ĠPak": 7767, + "olit": 7768, + "Ġpromise": 7769, + "Ġposting": 7770, + "izza": 7771, + "zing": 7772, + "Ġplot": 7773, + "Ġmortgage": 7774, + "ĠMov": 7775, + "Ġlandscape": 7776, + "Ġcollected": 7777, + "upid": 7778, + "ĠMuslim": 7779, + "ifies": 7780, + "ĠStudies": 7781, + "iversary": 7782, + "ĠBush": 7783, + "Ġorganized": 7784, + "ĠLiving": 7785, + "Ġintegrated": 7786, + "Ġestimated": 7787, + "lisher": 7788, + "Ġforgot": 7789, + "Ġcategories": 7790, + "2016": 7791, + "Ġpin": 7792, + "Ġmuseum": 7793, + "Ġcreates": 7794, + "Ġimproving": 7795, + "ĠJava": 7796, + "ership": 7797, + "MC": 7798, + "ĠDaniel": 7799, + "Ġafraid": 7800, + "Ġsusp": 7801, + "Ġchoosing": 7802, + "ĠSafety": 7803, + "stood": 7804, + "vas": 7805, + "ĠWebsite": 7806, + "Ġ07": 7807, + "Ġ55": 7808, + "Ġmoist": 7809, + "Ġfitness": 7810, + "ĠJustice": 7811, + "Ġversions": 7812, + "Ġexpressed": 7813, + "ĠLevel": 7814, + "Will": 7815, + "Ġmagic": 7816, + "ĠTry": 7817, + "ouston": 7818, + "Ġlady": 7819, + "Ġine": 7820, + "ĠProdu": 7821, + "ĠDar": 7822, + "amber": 7823, + "Ġmanaging": 7824, + "Ġvent": 7825, + "Ġpercentage": 7826, + "и": 7827, + "Cons": 7828, + "Ġvend": 7829, + "ashed": 7830, + "Ġconflict": 7831, + "Ġnoise": 7832, + "Ġeggs": 7833, + "Ġnarr": 7834, + "Ġbunch": 7835, + "ĠAp": 7836, + "Ġsavings": 7837, + "Ġpoker": 7838, + "ĠArmy": 7839, + "ials": 7840, + "ĠSat": 7841, + "Ġsuffering": 7842, + "Ġhidden": 7843, + "ended": 7844, + "Ġpra": 7845, + "igs": 7846, + "Ġscheme": 7847, + "Ġpresents": 7848, + "Ġpersons": 7849, + "ĠPsych": 7850, + "RC": 7851, + "Ġstreets": 7852, + "Ġnarrow": 7853, + "ounce": 7854, + "Ġrecommendations": 7855, + "abeth": 7856, + "ĠTreat": 7857, + "Ġtor": 7858, + "ĠHarr": 7859, + "oured": 7860, + "iami": 7861, + "Ġrele": 7862, + "ĠColorado": 7863, + "ĠFall": 7864, + "stein": 7865, + "Ġflash": 7866, + "Ġentreprene": 7867, + "Ġabsor": 7868, + "ĠCatholic": 7869, + "km": 7870, + "ü": 7871, + ".'": 7872, + "ĠWi": 7873, + "Ġmeals": 7874, + "Ġmembership": 7875, + "rus": 7876, + "Contact": 7877, + "ĠThus": 7878, + "ĠKitchen": 7879, + "xic": 7880, + "teen": 7881, + "Ġreferred": 7882, + "Ġsubscrib": 7883, + "ĠThough": 7884, + "Ġstrange": 7885, + "apore": 7886, + "ĠGeorgia": 7887, + "Ġpounds": 7888, + "Ġsamples": 7889, + "FA": 7890, + "Ġfishing": 7891, + "Ġloving": 7892, + "Ġdepends": 7893, + "iral": 7894, + "ĠLine": 7895, + "Ġnecessarily": 7896, + "ĠSex": 7897, + "rowse": 7898, + "anguages": 7899, + "Ġhabit": 7900, + "Ġdrawing": 7901, + "acher": 7902, + "ĠMachine": 7903, + "ĠQuality": 7904, + "parent": 7905, + "elry": 7906, + "Ġplatforms": 7907, + "Ġlegislation": 7908, + "Ġbelieves": 7909, + "Ġdivid": 7910, + "Ġham": 7911, + "Ġrecy": 7912, + "ifer": 7913, + "Ġblank": 7914, + "Ġopposite": 7915, + "ogether": 7916, + "ĠPaper": 7917, + "ĠSpace": 7918, + "Ġincredibly": 7919, + "2015": 7920, + "car": 7921, + "Ġphilosoph": 7922, + "inds": 7923, + "ĠLy": 7924, + "ĠSelect": 7925, + "gypt": 7926, + "Ġheav": 7927, + "Follow": 7928, + "ĠFeatures": 7929, + "ĠEvent": 7930, + "Ġattended": 7931, + "Ġtracks": 7932, + "stery": 7933, + "Ġapproval": 7934, + "Ġexperim": 7935, + "ĠHim": 7936, + "Ġsplit": 7937, + "Ġachieved": 7938, + "Ġsolve": 7939, + "Ġgender": 7940, + "Ġprimarily": 7941, + "Ġproven": 7942, + "Ġreply": 7943, + "Ġyard": 7944, + "iot": 7945, + "Ġcollaboration": 7946, + "Ġancient": 7947, + "Ġweren": 7948, + "Ġstrategic": 7949, + "inson": 7950, + "ormal": 7951, + "uis": 7952, + "Ġdust": 7953, + "Ġnuclear": 7954, + "ĠUlt": 7955, + "Ġattractive": 7956, + "ĠHell": 7957, + "Ġprinciples": 7958, + "Ġresulting": 7959, + "âģ": 7960, + "2018": 7961, + "Ġdoctors": 7962, + "Ġevol": 7963, + "ealand": 7964, + "fee": 7965, + "making": 7966, + "Ġreligion": 7967, + "ĠJewish": 7968, + "Ġproposal": 7969, + "Ġengagement": 7970, + "Ġsending": 7971, + "erning": 7972, + "ĠRyan": 7973, + "Ġroles": 7974, + "Ġdiscl": 7975, + "Ġexplains": 7976, + "lled": 7977, + "icket": 7978, + "gor": 7979, + "Ġsurprising": 7980, + "ĠLiber": 7981, + "Ġalleged": 7982, + "Ġperforming": 7983, + "Ġmile": 7984, + "Ġhyper": 7985, + "Ġrepresents": 7986, + "Ġformal": 7987, + "Note": 7988, + "Ġinstrument": 7989, + "Ġsynt": 7990, + "Ġdecent": 7991, + "Ġvulner": 7992, + "Ġcharm": 7993, + "Ġhole": 7994, + "ĠIss": 7995, + "adium": 7996, + "anted": 7997, + "ipal": 7998, + "ĠBa": 7999, + "itis": 8000, + "zona": 8001, + "Ġrecording": 8002, + "Ġ02": 8003, + "jo": 8004, + "Ġenjoying": 8005, + "Ġextent": 8006, + "Ġtired": 8007, + "94": 8008, + "ĠSea": 8009, + "Ġinfl": 8010, + "Ġeast": 8011, + "Ġbeds": 8012, + "yes": 8013, + "Ġcapture": 8014, + "Ġacting": 8015, + "ĠDown": 8016, + "Ġfinance": 8017, + "Ġsaving": 8018, + "Ġpossess": 8019, + "Ġ42": 8020, + "Ġqualified": 8021, + "ãĤ": 8022, + "ĠConc": 8023, + "Ġwhenever": 8024, + "ologist": 8025, + "ĠSav": 8026, + "Ġlogo": 8027, + "ĠRepublican": 8028, + "âģĦ": 8029, + "EX": 8030, + "Ġexpenses": 8031, + "ington": 8032, + "Ġwidely": 8033, + "ĠResources": 8034, + "Ġgeneric": 8035, + "Gener": 8036, + "Ġpitch": 8037, + "Ġdivision": 8038, + "erate": 8039, + "Ġaccomplish": 8040, + "Ġgaming": 8041, + "ione": 8042, + "ĠFREE": 8043, + "Ġje": 8044, + "Ġrice": 8045, + "ounter": 8046, + "ĠCurrent": 8047, + "ĠDVD": 8048, + "Ġfaces": 8049, + "ĠStaff": 8050, + "ĠKat": 8051, + "ĠStudy": 8052, + "ĠPS": 8053, + "Ġconserv": 8054, + "ĠText": 8055, + "TER": 8056, + "Ġ03": 8057, + "Ġyield": 8058, + "ĠPersonal": 8059, + "ÃŃ": 8060, + "Ġshops": 8061, + "liament": 8062, + "Ġbrilliant": 8063, + "Ġtransportation": 8064, + "Ġintroduction": 8065, + "ĠSecretary": 8066, + "Ġsupplement": 8067, + "profit": 8068, + "Ġreplaced": 8069, + "thew": 8070, + "List": 8071, + "Ġcm": 8072, + "ĠCru": 8073, + "iac": 8074, + "Ġseed": 8075, + "Ġupload": 8076, + "rated": 8077, + "iking": 8078, + "Ġinvited": 8079, + "Ġconsideration": 8080, + "iform": 8081, + "oned": 8082, + "Ġsustainable": 8083, + "Ġbutt": 8084, + "Ġsuggestions": 8085, + "ĠLearning": 8086, + "Ġjoining": 8087, + "Ġraw": 8088, + "ĠSenior": 8089, + "ampion": 8090, + "Ġchances": 8091, + "Ġcro": 8092, + "Ġapparently": 8093, + "Ġyours": 8094, + "ĠScholar": 8095, + "ĠYet": 8096, + "ĠMember": 8097, + "Ġdirected": 8098, + "Ġassume": 8099, + "ĠUr": 8100, + "ellect": 8101, + "ilipp": 8102, + "Ġinterpret": 8103, + "Ġextension": 8104, + "::": 8105, + "secut": 8106, + "Ġcausing": 8107, + "Ġfaculty": 8108, + "American": 8109, + "anned": 8110, + "nell": 8111, + "ĠRa": 8112, + "site": 8113, + "Ġexplan": 8114, + "andy": 8115, + "Ġbars": 8116, + "ĠRoman": 8117, + "Ġanxiety": 8118, + "Ġstake": 8119, + "87": 8120, + "ĠOK": 8121, + "ĠMountain": 8122, + "acon": 8123, + "ĠâĢĻ": 8124, + "Ġdestination": 8125, + "Ġtill": 8126, + "Ġfinds": 8127, + "inity": 8128, + "400": 8129, + "Ġmatches": 8130, + "Wor": 8131, + "ĠStudent": 8132, + "ĠSmart": 8133, + "Ġchairs": 8134, + "Key": 8135, + "letter": 8136, + "ĠKent": 8137, + "Ġflower": 8138, + "Ġbridge": 8139, + "Description": 8140, + "Out": 8141, + "span": 8142, + "neys": 8143, + "ilton": 8144, + "Ġcontinuing": 8145, + "Ġliterally": 8146, + "Rem": 8147, + "Ġalive": 8148, + "Ġbroke": 8149, + "Ġamounts": 8150, + "ĠStill": 8151, + "ĠProfessional": 8152, + "bra": 8153, + "ĠTaylor": 8154, + "Ġvirus": 8155, + "Ġeverywhere": 8156, + "je": 8157, + "adel": 8158, + "Ġacts": 8159, + "uma": 8160, + "ocated": 8161, + "inois": 8162, + "Ġlip": 8163, + "ĠRon": 8164, + "anes": 8165, + "ersion": 8166, + "ĠPacific": 8167, + "Ġintention": 8168, + "lessly": 8169, + "uz": 8170, + "pir": 8171, + "Ġmassage": 8172, + "ĠFA": 8173, + "Ġsucceed": 8174, + "ó": 8175, + "ĠAdministration": 8176, + "alo": 8177, + "Ġcontrols": 8178, + "Ġdynamic": 8179, + "ĠLA": 8180, + "Ġwins": 8181, + "Ġhopes": 8182, + "Ġfirms": 8183, + "amental": 8184, + "Ġliterature": 8185, + "Ġsubmitted": 8186, + "Ġdreams": 8187, + "ordan": 8188, + "Av": 8189, + "ĠFOR": 8190, + "ĠNatural": 8191 }, "merges": [ - "Ġ t", - "Ġ a", - "h e", - "i n", - "r e", - "Ġt he", - "o n", - "e r", - "Ġ o", - "a t", - "Ġ s", - "e n", - "Ġ c", - "Ġ w", - "e s", - "i s", - "n d", - "i t", - "o r", - "Ġ p", - "a l", - "Ġ b", - "e d", - "a n", - "Ġo f", - "Ġ f", - "in g", - "Ġ in", - "o u", - "a r", - "Ġ m", - "Ġa nd", - "Ġt o", - "i c", - "Ġ d", - "i on", - "l e", - "r o", - "a s", - "Ġ h", - "en t", - "Ġt h", - "c t", - "Ġ e", - "i l", - "Ġ re", - "Ġ T", - "o m", - "v e", - "Ġ l", - "s t", - "Ġ n", - "l y", - "Ġb e", - "â Ģ", - "Ġ is", - "s e", - "o l", - "Ġ g", - "Ġ A", - "at ion", - "i m", - "i d", - "e t", - "u t", - "c e", - "Ġ S", - "o t", - "u r", - "r a", - "Ġ I", - "c h", - "o w", - "Ġf or", - "i g", - "Ġ u", - "Ġ C", - "Ġth at", - "Ġ on", - "Ġs t", - "v er", - "ĠT he", - "Ġ y", - "i r", - "u l", - "a y", - "a m", - "Ġa s", - "it h", - "e l", - "a d", - "Ġp ro", - "he r", - "Ġa re", - "Ġc on", - "Ġa n", - "Ġw ith", - "Ġ M", - "Ġy ou", - "i f", - "Ġw h", - "Ġ it", - "Ġo r", - "Ġa l", - "Ġ P", - "o d", - "t er", - "Ġ (", - "Ġ 1", - "m ent", - "Ġ B", - "g e", - "t h", - "Ġ W", - "o p", - "at e", - "is t", - "Ġd e", - "er s", - "es s", - "Ġ H", - "il l", - "Ġ he", - "i es", - "a b", - "Ġe x", - "Ġs u", - "âĢ Ļ", - "e ct", - "Ġw e", - "Ġc om", - "o re", - "u s", - "it y", - "es t", - "Ġh a", - "re s", - "i ve", - "a c", - "Ġ D", - "u m", - "ro m", - "Ġ v", - "l d", - "o s", - "k e", - "Ġb y", - "an t", - "Ġ E", - "Ġ F", - "q u", - "e m", - "i v", - "a in", - "Ġ R", - "n t", - "Ġa t", - "p p", - "ig h", - "Ġc an", - "Ġ âĢ", - "Ġw as", - "u d", - "Ġ -", - "Ġf rom", - "Ġc h", - "o c", - "Ġ r", - "or t", - "a nd", - "Ġn e", - "Ġ 2", - "Ġ N", - "i al", - "Ġs e", - "Ġ G", - "Ġ L", - "u re", - "u n", - "Ġn ot", - "Ġ le", - "ic al", - "ar t", - "Ġha ve", - "r i", - "o g", - "Ġs h", - "Ġ en", - "Ġs p", - "Ġth is", - "Ġ O", - "ĠI n", - "p t", - "Ġw or", - "igh t", - "Ġa b", - "r ou", - "ic h", - "re d", - "al l", - "ion s", - "ou ld", - "t her", - "o st", - "0 0", - "g h", - "ou r", - "om e", - "d u", - "Ġ im", - "at ed", - "in e", - "Ġu s", - "p er", - "Ġp l", - "a g", - "ar d", - "ou t", - "a ct", - "Ġthe ir", - "el l", - "f f", - "id e", - "Ġin t", - "p l", - "ĠT h", - "Ġ J", - "Ġ U", - "an s", - "e ar", - "as t", - "a ge", - "a k", - "Ġyou r", - "Ġwh ich", - "u st", - "Ġ k", - "Ġw he", - "Ġthe y", - "ou s", - "i z", - "e c", - "o od", - "Ġa d", - "ul t", - "Ġal l", - "Ġw ill", - "Ġcon t", - "Ġin c", - "i b", - "en d", - "c c", - "r u", - "Ġd is", - "Ġcom p", - "âĢ Ŀ", - "ĠâĢ ľ", - "Ġm ore", - "a p", - "Ġre s", - "on g", - "i p", - "ve l", - "i a", - "Ġh as", - "ation s", - "e w", - "e re", - "Ġd o", - "s o", - "or m", - "ar y", - "at er", - "ab le", - "en ce", - "a re", - "il d", - "Ġm an", - "Ġc l", - "Ġo ther", - "u al", - "k s", - "Ġb ut", - "r y", - "Ġwe re", - "in d", - "Ġp er", - "Ġt e", - "Ġim p", - "ent s", - "an ce", - "e p", - "Ġal so", - "Ġm e", - "a ch", - "Ġon e", - "o se", - "re at", - "ig n", - "a ke", - "res s", - "as s", - "as e", - "a v", - "Ġ1 9", - "ĠS t", - "a u", - "Ġs o", - "ct ion", - "Ġ j", - "' s", - "it ion", - "ĠI t", - "Ġo ut", - "ic e", - "Ġu n", - "b er", - "Ġa pp", - "im e", - "on e", - "ver y", - "Ġa r", - "Ġp art", - "ĠTh is", - "Ġst ud", - "Ġab out", - "or d", - "a ce", - "Ġe v", - "en s", - "ou nt", - "or y", - "Ġ \"", - "Ġ K", - "o k", - "is h", - "i re", - "Ġwh o", - "Ġp e", - ") .", - "Ġin f", - "ac k", - "am e", - "Ġs y", - "Ġh is", - "Ġcom m", - "u e", - "or s", - "Ġthe m", - "Ġs c", - "u b", - "an g", - "it e", - "c es", - "i ke", - "ou nd", - "re e", - "Ġp re", - "n ow", - "l ow", - "ol og", - "Ġbe c", - "ĠC h", - "Ġu p", - "r ic", - "Ġ qu", - "Ġm ay", - "if f", - "Ġth an", - "i e", - "i le", - "op le", - "ay s", - "Ġre c", - "Ġs ome", - "Ġy ear", - "Ġ2 0", - "Ġwhe n", - "Ġbe en", - "a il", - "Ġ 3", - "at es", - "Ġ V", - "Ġ Y", - "Ġthe re", - "nd er", - "ing s", - "i an", - "Ġit s", - "m er", - "Ġint o", - "re n", - "Ġwor k", - "Ġg o", - "Ġt ra", - "ou gh", - "Ġt ime", - "Ġa g", - "r it", - "Ġo ver", - "p h", - "Ġd iff", - "Ġthe se", - "Ġpe ople", - "Ġh ow", - "er v", - "ver s", - "Ġ ro", - "t e", - "rou gh", - "al ly", - "on s", - "l ud", - "au se", - "Ġcon s", - "Ġu se", - "Ġt r", - "on d", - "Ġc ol", - "if ic", - "m s", - "Ġ ra", - "l l", - "ter n", - "Ġbe t", - "Ġo ur", - "o ve", - "Ġa ct", - "Ġh ad", - "w e", - "al th", - "Ġm ost", - "y s", - "Ġl ike", - "in t", - "it ies", - "Ġk now", - ". .", - "Ġu nder", - "ir st", - "Ġb l", - "le ct", - "l ic", - "Ġa cc", - "ro w", - "ment s", - "Ġs a", - "Ġd es", - "l es", - "n ing", - "i ous", - "j ect", - "o ok", - "vel op", - "Ġw ould", - "st em", - "Ġne ed", - "ff ect", - "Ġt w", - "Ġne w", - "Ġre l", - "Ġsu ch", - "ĠW h", - "Ġ if", - "Ġre p", - "Ġhe l", - "Ġch ild", - "Ġg en", - "i ent", - "Ġinc lud", - "Ġan y", - "o b", - "c ess", - "ation al", - "at ive", - "p le", - "ul ar", - "Ġhel p", - "Ġp r", - "he d", - "Ġwh at", - "Ġpro du", - "Ġus ed", - "c ed", - "Ġp h", - "y p", - "at ing", - "Ġon ly", - "ĠU n", - "o ol", - "o v", - "Ġin d", - "Ġpro v", - "Ġman y", - "Ġn o", - "Ġa m", - "Ġde velop", - "Ġth rough", - "Ġof f", - "Ġf irst", - "Ġf e", - "Ġsp ec", - ") ,", - "ĠA s", - "Ġa c", - "f ter", - "at h", - "is e", - "rou nd", - "os s", - "ar k", - "ic s", - "Ġe m", - "i et", - "Ġre g", - "u c", - "Ġex p", - "ur ing", - "Ġp o", - "Ġdiff ere", - "Ġsy stem", - "ĠH e", - "f ul", - "he n", - "Ġtw o", - "ri b", - "er m", - "t s", - "ot h", - "ĠâĢ ĵ", - "et h", - "in k", - "is s", - "i ed", - "n e", - "il ity", - "Ġo b", - "Ġ 4", - "ro p", - "Ġ20 1", - "Ġde c", - "al s", - "ol d", - "Ġas s", - "ib le", - "as ed", - "Ġat t", - "Ġad d", - "an ge", - "Ġs ur", - "t en", - "Ġsh ould", - "ow er", - "u res", - "Ġw ell", - "if e", - "we en", - "f ore", - "ar ch", - "b le", - "Ġsu pp", - "er t", - "ra ct", - "Ġw ater", - "Ġf l", - "Ġ 5", - "Ġre m", - "n g", - "Ġin v", - "ra m", - "Ġsu b", - "ow n", - "Ġhe alth", - "Ġc o", - "a w", - "Ġyear s", - "Ġbet ween", - "g an", - "Ġs m", - "ad e", - "Ġh igh", - "se l", - "ut ion", - "he s", - "Ġp res", - "Ġc ould", - "c y", - "Ġwhe re", - "it s", - "e ver", - "Ġtr ans", - "Ġ2 00", - "ic k", - "Ġm ake", - "ĠI f", - "ant s", - "w n", - "Ġg et", - "il y", - "Ġb u", - "u ch", - "Ġp ers", - "Ġre se", - "Ġimp ort", - "ĠW e", - "ch ool", - "x t", - "ch n", - "olog y", - "f orm", - "ur al", - "Ġ her", - "Ġe ar", - "Ġfor m", - "Ġm od", - "i ence", - "id ent", - "Ġin ter", - "t ing", - "ĠH ow", - "Ġp ol", - "Ġn um", - "Ġin st", - "it ed", - "Ġex am", - "ĠA l", - "in es", - "i vers", - "mer ic", - "Ġdis c", - "Ġdiffere nt", - "in s", - "l and", - "ĠA n", - "Ġle ar", - "Ġe ffect", - "e f", - "ĠF or", - "Ġf ound", - "n ess", - "Ġbec ause", - "at a", - "Ġc ar", - "Ġs im", - "ic t", - "ual ly", - "Ġa fter", - "Ġex per", - "ist s", - "on t", - "Ġl ong", - "Ġl ar", - "Ġinc re", - "Ġwor ld", - "Ġm ed", - "Ġev en", - "Ġthe n", - "Ġ very", - "Ġc ent", - "is m", - "ce pt", - "Ġj ust", - "g y", - "o y", - "Ġw ay", - "at ure", - "f t", - "Ġc ount", - "Ġd et", - "Ġt yp", - "Ġ ed", - "Ġres p", - "Ġ1 8", - "ak ing", - "g et", - "Ġh um", - "ur n", - "Ġinf orm", - "Ġs ign", - "ĠA meric", - "ical ly", - "Ġv ar", - "v ent", - "ot her", - "Ġ ke", - "Ġse e", - "Ġgen er", - "iv es", - "Ġre f", - "Ġth ose", - "c k", - "Ġf ol", - "i ew", - "Ġp at", - "ĠR e", - "ĠP ro", - "Ġex t", - "Ġpro cess", - "Ġres ult", - "Ġs oc", - "Ġe very", - "Ġpro g", - "Ġchild ren", - "Ġp ub", - "ĠC om", - "Ġf act", - "Ġc all", - "as es", - "c er", - "ar m", - ". âĢĿ", - "Ġbe ing", - "Ġe ach", - "Ġsa id", - "Ġg ra", - "ro s", - "ĠThe re", - "p s", - "u es", - "Ġse c", - "Ġc a", - "ĠThe y", - "Ġl oc", - "l ed", - "ir on", - "d s", - "ru ct", - "Ġ 6", - "Ġre qu", - "Ġpart ic", - "Ġimport ant", - "od y", - "Ġte chn", - "Ġl ife", - "ag es", - "Ġd ist", - "Ġcomm un", - "or k", - "t le", - "Ġs et", - "i o", - "Ġm on", - "v ed", - "Ġm uch", - "Ġs he", - "Ġd uring", - "Ġde f", - "Ġde p", - "Ġc re", - "at her", - "Ġ ent", - "iz ed", - "Ġar t", - "Ġf am", - "w ard", - "Ġf ood", - "c ent", - "Ġstud ents", - "Ġle ad", - "Ġo wn", - "Ġle vel", - "Ġre ad", - "Ġfol low", - "im es", - "Ġs k", - "ver n", - "ic es", - "Ġm y", - "Ġstud y", - "Ġinform ation", - "g g", - "Ġg row", - "Ġa ut", - "Ġdo es", - "Ġs ame", - "Ġr ight", - "ĠA r", - "Ġm ade", - "iz e", - "Ġd ata", - "an y", - "Ġpro ble", - "Ġpers on", - "Ġf ind", - "ĠY ou", - "ect ion", - "ĠB ut", - "Ġc ur", - "h ip", - "Ġg ood", - "Ġs chool", - "Ġm in", - "Ġa v", - "Ġen d", - "Ġst r", - "Ġin s", - "Ġb oth", - "on om", - "Ġb ack", - "t ed", - "al e", - "Ġd i", - "Ġus ing", - "al ity", - "Ġc he", - "v iron", - "Ġsh ow", - "Ġp op", - "Ġg rou", - "ĠS p", - "ĠI nd", - "Ġh ist", - "u nd", - "Ġcomp le", - "Ġex pl", - "Ġbe fore", - "Ġc or", - "Ġg l", - ". ,", - "Ġsm all", - "Ġm ain", - "re ad", - "Ġt est", - "iv id", - "st and", - "ĠWh at", - "ial ly", - "Ġt reat", - "Ġb o", - "i el", - "| |", - "ivers ity", - "Ġs ol", - "ĠS c", - "oc k", - "in al", - "Ġv al", - "in ed", - "Ġof ten", - "in ce", - "Ġag ain", - "ĠN ew", - "2 0", - "Ġb r", - "om en", - "Ġl ess", - "Ġpro t", - "Ġ1 0", - "ar s", - "d er", - "Ġwh ile", - "ro l", - "n ce", - "Ġp oss", - "i x", - "t y", - "Ġt ake", - "Ġdis e", - "Ġd ay", - "00 0", - "er gy", - "im ate", - "i en", - "Ġst ate", - "a x", - "1 9", - "Ġ 7", - "is hed", - "Ġl it", - "ut e", - "Ġe c", - "Ġo cc", - "Ġnum ber", - "Ġs erv", - "ak es", - "Ġ |", - "Ġrese arch", - "Ġn ow", - "r al", - "Ġr is", - "Ġp ower", - "ĠA nd", - "Ġc ell", - "Ġf un", - "Ġor gan", - "Ġb ody", - "viron ment", - "o h", - "e x", - "Ġm em", - "ĠW hen", - "ul ation", - "i er", - "Ġact iv", - "d ition", - "Ġh im", - "Ġv is", - "Ġprov id", - "Ġdes ign", - "i qu", - "iet y", - "Ġch ar", - "Ġa round", - "ĠThe se", - "ur y", - "ire ct", - "Ġha nd", - "Ġcl ass", - "Ġre du", - "u p", - "Ġd own", - "Ġhum an", - "Ġsupp ort", - "iv ing", - "a ir", - "Ġbe l", - "Ġ 8", - "v es", - "e red", - "Ġth ree", - "c om", - "Ġcomm on", - "Ġm ust", - "her s", - "ter s", - "it al", - "Ġst art", - "ĠI s", - "i um", - "a h", - "Ġcon f", - "g er", - "Ġl ook", - "Ġe lect", - "Ġ est", - "v en", - "us s", - "Ġc le", - "a j", - "re nt", - "Ġpo int", - "act er", - "Ġpl an", - "v ing", - "ĠT o", - "Ġg reat", - "ĠâĢ ĺ", - "ain s", - "Ġgo vern", - ", âĢĿ", - "d ay", - "Ġlar ge", - "a ve", - "Ġexam ple", - "Ġs er", - "Ġd id", - "ros s", - "Ġl and", - "Ġc are", - "Ġrep ort", - "sel f", - "t he", - "c l", - "Ġ 9", - "ion al", - "Ġcont in", - "it ions", - "Ġo p", - "ou se", - "r on", - "ra in", - "g en", - "âĢ Ķ", - "ĠS e", - "ul l", - "Ġall ow", - "Ġw rit", - "Ġe qu", - "Ġinclud ing", - "a red", - "an c", - "or n", - "Ġcon st", - "Ġad v", - "Ġunder stand", - "w ay", - "Ġm et", - "Ġbu ild", - "Ġed uc", - "Ġd r", - ".. .", - "as h", - "Ġth ough", - "Ġre t", - "Ġcall ed", - "Ġbe h", - "Ġc our", - "ĠD e", - "Ġknow n", - "ater ial", - "n er", - "Ġp ract", - "iv en", - "ĠA t", - "ou th", - "Ġs om", - "es p", - "i ver", - "ivid ual", - "Ġst ill", - "m e", - "T he", - "i red", - "Ġpub lic", - "el s", - "Ġe as", - "ent ial", - "id s", - "Ġqu est", - "ĠA d", - "Ġg u", - "Ġpl ace", - "i od", - "om s", - "r ies", - "ĠHow ever", - "oc i", - "Ġ ide", - "iz ation", - "Ġapp ro", - "ect ed", - "os ed", - "Ġg re", - "it ive", - "Ġm ight", - "Ġth ink", - "d e", - "Ġm at", - "in c", - "ere st", - "er ing", - "Ġf ew", - "Ġpres ent", - "Ġca us", - "ĠE ng", - "Ġt em", - "Ġch ang", - "Ġst and", - "l ish", - "Ġen vironment", - "in ation", - "âĢ ĵ", - "an k", - "Ġch ange", - "Ġwith in", - "en g", - "Ġde m", - "Ġen ergy", - "1 0", - "Ġprodu ct", - "Ġp ur", - "ra ph", - "our ces", - "ord ing", - "Ġind ividual", - "Ġw ant", - "b ers", - "ĠC on", - "pt ion", - "r ation", - "Ġwith out", - "ou n", - "iv ed", - "ĠE x", - "Ġdevelop ment", - "ff ic", - "eth od", - "Ġph ys", - "i or", - "en se", - "Ġm aterial", - "Ġimp ro", - "Ġis s", - "Ġsy m", - "Ġl ight", - "ag n", - "as on", - "ert ain", - "Ġc ap", - "et s", - "Ġim m", - "ang u", - "ĠUn iversity", - "Ġa ir", - "Ġpl ay", - "Ġ19 9", - "Ġpro f", - "ĠP h", - "Ġp ot", - "Ġlear n", - "l ine", - "Ġpro ject", - "Ġb en", - "Ġ ident", - "ĠS h", - "Ġsp e", - "Ġp os", - "in ess", - "Ġdise ase", - ". \"", - "Ġ ve", - "Ġd on", - "l ess", - "Ġb re", - "ĠAmeric an", - "are nt", - "Ġs l", - "Ġd irect", - "ĠR es", - "Ġs it", - "al k", - "m an", - "Ġsoc ial", - "s p", - "Ġen g", - "ab ility", - "Ġare a", - "ent al", - "Ġp ass", - "Ġan other", - "b s", - "er al", - "Ġ &", - "Ġw omen", - "Ġan t", - "Ġme as", - "Ġb est", - "ill ion", - "Ġan al", - "g in", - "t on", - "olog ical", - "Ġh ome", - "Ġbl ood", - "aj or", - "i ans", - "or th", - "iel d", - "Ġinclud e", - "if ied", - "Ġe t", - "Ġbel ie", - "Ġb as", - "Ġm ark", - "Ġc ult", - "Ġm us", - "er c", - "Ġris k", - "ĠC l", - "if y", - "Ġp ain", - "ĠO n", - "Ġ [", - "ĠB e", - "Ġl aw", - "r is", - "ain ed", - "Ġint erest", - "Ġdes c", - "at ic", - "at ural", - "ro du", - "Ġcont rol", - "u g", - "cc ess", - "Ġo pp", - "Ġre st", - "Ġbec ome", - "Ġl ow", - "ent ly", - "Ġ Q", - "Ġec onom", - "Ġpro per", - "in ing", - "Ġm ethod", - "at s", - "ĠL e", - "Ġse ver", - "Ġbet ter", - "Ġo ld", - "a z", - "Ġear ly", - "ĠS o", - "Ġan im", - "Ġm ove", - "Ġp ar", - "w ays", - "Ġprog ram", - "er n", - "ĠP l", - "our ce", - "Ġle g", - "ar c", - "is ion", - "Ġgovern ment", - "i k", - "ill s", - "Ġw ar", - "h or", - "Ġagain st", - "Ġke ep", - "l ished", - "Ġsec ond", - "Ġt re", - "Ġm il", - "i ents", - "Ġre al", - "Ġhe re", - "Ġl ast", - "Ġf ore", - "' t", - "Ġo per", - "Ġ .", - "st r", - "id er", - "Ġto o", - "Ġme ans", - "w are", - "Ġor der", - "Ġe le", - "Ġc ause", - "he re", - "ĠâĢ Ķ", - "r ist", - "Ġinf l", - "ĠC an", - "ra p", - "Ġm ajor", - "Ġgrou p", - "Ġhist ory", - "Ġper form", - "Ġprov ide", - "Ġocc ur", - "or ies", - "Ġt er", - "Ġin du", - "Ġav ail", - "Ġ1 5", - "ent ion", - "ĠC ol", - "Ġto p", - "iss ion", - "Ġpartic ular", - "pl es", - "Ġcur rent", - "v iew", - "ard s", - "Ġfam ily", - "Ġde v", - "t t", - "ic le", - "Ġlear ning", - "Ġposs ible", - "am p", - "Ġper iod", - "ĠUn ited", - "Ġinv ol", - "Ġadd ition", - "Ġh ig", - "Ġu nt", - "Ġsever al", - "Ġsa f", - "Ġf in", - "Ġme an", - "Ġl angu", - "u se", - "Ġab le", - "ir c", - "o id", - "Ġben ef", - "og raph", - "Ġne ar", - "Ġs ay", - "Ġ ess", - "Ġspec ies", - "Ġb us", - "p ar", - "Ġpl ant", - "Ġsign ific", - "Ġper cent", - "ot e", - "Ġor ig", - "Ġ Z", - "Ġa ffect", - "Ġha pp", - "ĠCom m", - "Ġm en", - "Ġc al", - "Ġpro m", - "Ġc ost", - "Ġn on", - "in a", - "og n", - "ĠG od", - "ĠA ll", - "Ġop en", - "Ġl im", - "Ġs ince", - "Ġfe el", - "Ġe l", - "Ġth ings", - "id ence", - "u rop", - "ĠO ne", - "at or", - "Ġam ong", - "Ġm ar", - "an e", - "Ġare as", - "s y", - "il ar", - "o le", - "ĠT e", - "Ġtreat ment", - "Ġsc ient", - "os p", - "Ġother s", - "ĠE n", - "th ough", - "re t", - "Ġcount ry", - "Ġb ased", - "Ġs ays", - "end ed", - "end s", - "Ġhe ad", - "Ġpre vent", - "Ġ1 2", - "Ġavail able", - "l ing", - "Ġfollow ing", - "el f", - "Ġ1 7", - "Ġf re", - "Ġt imes", - "ot s", - "Ġf our", - "oc us", - "Ġcon d", - "Ġd el", - "Ġn ame", - "Ġf ac", - "p ort", - "c ing", - "an ces", - "ĠS ome", - "pl oy", - "ur ther", - "ĠW ith", - "Ġacc ess", - "Ġl o", - "ab ly", - "ĠSt ates", - "a per", - "Ġwe e", - "am es", - "Ġc ase", - "Ġst ruct", - "ĠO r", - "Ġa ge", - "Ġc ertain", - "s c", - "Ġf ree", - "Ġcom e", - "t o", - "Ġmon th", - "Ġproble m", - "is ed", - "un e", - "Ġcon n", - "_ _", - "Ġtyp e", - "Ġp ress", - "Ġl ist", - "ress ion", - "urop e", - "Ġl ab", - "Ġre ce", - "Ġp ost", - "Ġr un", - "Ġv iew", - "Ġn atural", - "Ġob ject", - "Ġb i", - "o int", - "on es", - "Ġp ut", - "Ġproble ms", - "Ġin tern", - "Ġsu ccess", - "Ġc reat", - "e g", - "b r", - "Ġg r", - "Ġlevel s", - "w w", - "Ġh ard", - "Ġloc al", - "b e", - "Ġam ount", - "Ġb ro", - "Ġcell s", - "ol ution", - "Ġimp act", - "Ġf low", - "Ġass oci", - "Ġsignific ant", - ", \"", - "ic ult", - "ĠC ent", - "gg est", - "op e", - "Ġlit tle", - "ĠA f", - "Ġm ult", - "Ġv ol", - "ĠN ational", - "Ġb ook", - "r ing", - "Ġb ir", - "Ġ 0", - "Ġd ue", - "Ġyou ng", - "p or", - "w ork", - "Ġf ar", - "Ġm aking", - "res ent", - "ĠE urope", - "Ġv ir", - "eth ing", - "ĠCh rist", - "ĠF r", - "Ġle t", - "at ory", - "ĠB y", - "Ġf ocus", - "Ġl ater", - "Ġunt il", - "Ġsu ggest", - "Ġbeh av", - "o ks", - "led ge", - "Ġsh ort", - "ort un", - "it her", - "ic ation", - "Ġt urn", - "Ġg iven", - "ut ure", - "ate ly", - "Ġch o", - "st it", - "ĠB l", - "Ġinv est", - "id es", - "Ġs w", - "Ġcomp ut", - "Ġfun ction", - "ure d", - "y d", - "Ġdet erm", - "g ed", - "ĠW or", - "Ġhe art", - "ĠU S", - "Ġra d", - "Ġeduc ation", - "Ġc irc", - "Ġpol it", - "Ġlike ly", - "om m", - "c le", - "Ġd ays", - "o ver", - "Ġsystem s", - "Ġse em", - "Ġ1 6", - "ak en", - "age ment", - "f ace", - "he m", - "Ġincre ase", - "ap s", - "Ġal ong", - "Ġcom b", - "n ot", - "e ad", - "ĠM ed", - "Ġ '", - "Ġcommun ity", - "Ġob s", - "Ġf il", - "Ġsom ething", - "Ġresult s", - "op h", - "Ġte ac", - "Ġlangu age", - "Ġapp ear", - "ri ed", - "end ing", - "Ġus ually", - "Ġcour se", - "1 2", - "Ġs ing", - "Ġtechn ology", - "Ġal ways", - "v ious", - "Ġcons um", - "Ġde ath", - "p ect", - "Ġd ra", - "ĠE ar", - "Ġspec ific", - "ec ially", - "Ġdiff icult", - "as ter", - "ap e", - "Ġtem per", - "1 8", - "Ġre le", - "oh n", - "Ġcre ate", - "Ġp ast", - "Ġcle ar", - "Ġsim ilar", - "et ic", - "Ġen c", - "Ġ $", - "Ġeffect ive", - "Ġchar acter", - "Ġcond itions", - "Ġg ive", - "Ġwor ds", - "Ġexper ience", - "Ġaut hor", - "Ġwor ks", - "Ġc r", - "p r", - "as ing", - "ĠTh at", - "Ġp arent", - "Ġneed s", - "Ġe y", - "y m", - "at ors", - "Ġex ist", - "Ġ ill", - "Ġcent ury", - "em ber", - "our s", - "Ġsp ace", - "Ġwh y", - "Ġdesc rib", - "Ġpop ulation", - "n ed", - "Ġl ine", - "Ġto day", - "pt oms", - "a f", - "is c", - "Ġm illion", - "Ġhig her", - "Ġvar ious", - "Ġc rit", - "ru g", - "ain ing", - "Ġrec ord", - "Ġb rain", - "esp ecially", - "5 0", - "Ġf uture", - "Ġprof ess", - "Ġspec ial", - "id d", - "Ġcan cer", - "o f", - "Ġd am", - "ĠB rit", - "ĠAf ric", - "Ġdisc uss", - "ĠWh ile", - "l er", - "rib ut", - "ru ction", - "Ġac ross", - "i ation", - "ĠI m", - "Ġne cess", - "m in", - "Ġab ove", - "ob al", - "Ġ er", - "Ġapp lic", - "Ġbus iness", - "Ġbe gin", - "Ġstr ong", - "Ġchang es", - "Ġne xt", - "ore d", - "Ġto get", - "Ġtoget her", - "m it", - "Ġhow ever", - "Ġcount ries", - "ort s", - "Ġpro p", - "o x", - "p ut", - "Ġs ide", - "Ġt ry", - "Ġle ast", - "re en", - "a pp", - "iqu e", - "Ġm ov", - "ys is", - "Ġrequ ire", - "Ġimpro ve", - "ate g", - "Ġresp ons", - "Ġpl ants", - "Ġas k", - "Ġwork ing", - "il ities", - "Ġm ot", - "m ost", - "Ġest ab", - "Ġk ind", - "av es", - "ra y", - "Ġeffect s", - "Ġc y", - "Ġcomple te", - "at ch", - "Ġpat ients", - "ĠA b", - "ĠJ ohn", - "Ġne ver", - "Ġle ft", - "Ġrese arc", - "sel ves", - "Ġa way", - "ĠG en", - "Ġw ays", - "od e", - "one y", - "ĠD r", - "am m", - "Ġ especially", - "Ġto ol", - "Ġt erm", - "s w", - "om es", - "Ġcol le", - "1 1", - "Ġen ough", - "ĠA fter", - "ac es", - "Ġt ru", - "ac y", - "Ġs ens", - "Ġpr im", - "al es", - "il t", - "Ġke y", - "Ġche m", - "Ġgener al", - "Ġte am", - "Ġn et", - "Ġf ull", - "Ġinfl u", - "Ġha ving", - "Ġstud ies", - "ĠG erm", - "le t", - "Ġtyp es", - "o ot", - "Ġsub ject", - "ĠW ar", - "du ct", - "Ġc ases", - "Ġrel ations", - "ach ing", - "Ġcons ider", - "al f", - "n al", - "i res", - "ac c", - "ĠG o", - "th ing", - "us h", - "u ment", - "om an", - "Ġgo ing", - "it ing", - "Ġl ower", - "le ment", - "ar ing", - "Ġo pt", - "Ġst ep", - "s ide", - "ch ie", - "Ġn orm", - "Ġacc ount", - "ĠA m", - "ĠN e", - "Ġro le", - "Ġknow ledge", - "Ġwhe ther", - "i pp", - "g es", - "Ġbec ame", - "Ġphys ical", - "ĠWor ld", - "Ġs elf", - "Ġ z", - "ĠSt ud", - "le y", - "Ġsym ptoms", - "Ġ19 8", - "Ġm ic", - "ist ic", - "ĠEng lish", - "Ġprot ect", - "Ġprodu ction", - "Ġcon cer", - "Ġm ind", - "Ġrep resent", - "Ġf urther", - "Ġm akes", - "N A", - "Ġp red", - "a im", - "Ġh ouse", - "an n", - "ific ation", - "a pt", - "Ġre ason", - "Ġpol ic", - "ĠHe alth", - "Ġ1 4", - "en cy", - "u ed", - "ĠS he", - "Ġc ity", - "read y", - "ab les", - "a e", - "ĠT r", - "Ġg round", - "Ġ3 0", - "Ġl ive", - "ĠC ar", - "Ġb ig", - "Ġsu m", - "at ures", - "it or", - "un g", - "Ġsc ience", - "Ġch all", - "Ġen s", - "c ul", - "/ /", - "Ġd ig", - "ot t", - "Ġr ange", - "Ġquest ion", - "Ġn ut", - "er y", - "Ġgrow th", - "ed s", - "Ġval ue", - "Ġw r", - "Ġto ward", - "ĠM ar", - "sy ch", - "Ġf und", - "Ġte xt", - "Ġem ploy", - "Ġmod el", - "ĠD o", - "b on", - "Ġactiv ity", - "ed i", - "Ġind ic", - "Ġsu re", - "ĠRes ear", - "it es", - "ver age", - "ĠIn tern", - "Ġse en", - "ib ility", - "a ut", - "Ġpartic ip", - "Ġqu ality", - "Ġ1 3", - "ir d", - "Ġp aper", - "ĠG e", - "Ġgrou ps", - "Ġl oss", - "Ġactiv ities", - "l o", - "Ġal ready", - "Ġe ff", - "Ġpot ential", - "Ġbe low", - "f or", - "ur ch", - "re am", - "Ġ1 1", - "Ġf all", - "u ation", - "i ol", - "Ġst at", - "Ġre ally", - "b y", - "Ġw ind", - "Ġl ot", - "Ġwor d", - "Ġd one", - "os is", - "ĠP r", - "ip le", - "Ġproduct s", - "Ġcl ose", - "Ġst ory", - "au gh", - "re l", - "Ġdevelop ed", - "Ġr ather", - "2 00", - "ou ra", - "Ġa chie", - "m ber", - "Ġoff ic", - "ere nce", - ": //", - "et imes", - "Ġf ield", - "Ġres ources", - "Ġrec ogn", - "Ġne g", - "f act", - "Ġe ither", - "e e", - "and s", - "ĠA cc", - "il s", - "Ġd iet", - "es c", - "Ġsing le", - "ĠC al", - "Ġacc ording", - "Ġindu st", - "Ġm ass", - "Ġde g", - "Ġr ate", - "ĠS outh", - "Ġpro b", - "Ġ =", - "Ġsk ills", - "ove red", - "Ġ ur", - "Ġab s", - "Ġsur face", - "Ġtra dition", - "Ġredu ce", - "ĠM ay", - "ide red", - "Ġbuild ing", - "Ġev ent", - "iv al", - "Ġd rug", - "Ġcl imate", - "Ġph ot", - "u nt", - "i am", - "y l", - "Ġb at", - "Ġfl u", - "Ġcon cept", - "Ġs ource", - "w h", - "Ġobs erv", - "Ġn ational", - "am in", - "Ġin it", - "Ġcol lect", - "ĠN orth", - "is on", - "Ġmed ical", - "Ġf ive", - "as k", - "Ġart icle", - "Ġiss ues", - "Ġon ce", - "y n", - "ra ms", - "3 0", - "le ep", - "Ġs ite", - "Ġwho le", - "Ġf r", - "Ġt aken", - "v al", - "Ġint rodu", - "f er", - "ur ity", - "Ġto t", - "iv ity", - "E R", - "et er", - "Ġcons idered", - "Ġre d", - "Ġresearc hers", - "Ġfre qu", - "Ġrec omm", - "ric t", - "1 6", - "Ġd om", - "ĠAs s", - "Ġpress ure", - "u le", - "Ġquest ions", - "Ġc ut", - "ĠC ont", - "ffic ient", - "re ct", - "Ġwh ite", - "Ġev idence", - "1 5", - "ĠAmeric a", - "iv il", - "ĠM an", - "Ġadd ress", - "Ġs ize", - "Ġf ail", - "Ġassoci ated", - "Ġan n", - "Ġsu n", - "Ġmem bers", - "Ġdet ail", - "ro ll", - "Ġ ver", - "Ġme et", - "Ġmark et", - "Ġcre ated", - "Ġup on", - "ĠR ep", - "Ġincre ased", - "Ġp ay", - "ub lic", - "Ġn ature", - "Ġw ide", - "ĠM any", - "Ġf ri", - "re me", - "Ġsk in", - "ip s", - "Ġs ent", - "Ġdo ct", - "pl ic", - "Ġs al", - "Ġst ress", - "Ġl iving", - "Ġthem selves", - "Ġc ame", - "ĠS oc", - "Ġt ell", - "Ġrel ig", - "Ġh old", - "ep end", - "Ġpolit ical", - "Ġcan not", - "ĠA ust", - "ut ions", - "Ġanim als", - "Ġunderstand ing", - "Ġpract ice", - "Ġl ay", - "Ġact ually", - "Ġs ound", - "ens ive", - "Ġhist or", - "Ġd est", - "ĠA ct", - "Ġrequ ired", - "ight s", - "Ġopp ortun", - "ill ed", - "Ġsim ple", - "re g", - "Ġret urn", - "ĠN o", - "Ġst ates", - "Ġrel ated", - "ĠP e", - "our nal", - "se qu", - "ac ed", - "Ġrelations hip", - "Ġwee k", - "it ud", - "o ber", - "Ġhealth y", - "Ġneed ed", - "Ġeng ine", - "Ġad ult", - "et y", - "Ġbl ack", - "Ġpur p", - "Ġab ility", - "Ġeconom ic", - "ĠH is", - "Ġmaterial s", - "ĠH ist", - "Ġ19 7", - "Ġent ire", - "Ġcon dition", - "en ing", - "l ike", - "Ġmain t", - "Ġpro te", - "ib r", - "Ġgl obal", - "ĠD ep", - "or g", - "Ġthough t", - "o on", - "en n", - "Ġqu ick", - "Ġcomple x", - "ag ing", - "Ġstud ent", - "Ġmod ern", - "1 4", - "Ġcom es", - "1 7", - "s h", - "Ġfam il", - "Ġpub lished", - "Ġpart s", - "Ġf at", - "Ġfact ors", - "Ġp ort", - "Ġan sw", - "Ġide a", - "ĠE m", - "Ġanal ysis", - "Ġexper ien", - "ĠG u", - "Ġf ish", - "ch an", - "Ġar g", - "Ġal most", - "Ġd oc", - "Ġex erc", - "ĠF l", - "A S", - "Ġav oid", - "Ġd og", - "Ġserv ices", - "Ġit self", - "Ġh tt", - "Ġ X", - "h ing", - "g ing", - "Ġman agement", - "um p", - "Ġprovid es", - "ac ks", - "Ġ vers", - "art ment", - "Ġm oney", - "os es", - "g est", - "h ib", - "Ġo il", - "e b", - "ag ed", - "ĠEar th", - "a i", - "ra d", - "\" .", - "ĠC o", - "ĠM ost", - "ore s", - "en ed", - "Ġass ess", - "Ġso il", - "Ġwe ight", - "ne y", - "Ġc at", - "Ġre act", - "Ġappro ach", - "ly ing", - ") :", - "Ġmonth s", - "Ġ Â", - "Ġsu ff", - "Ġcol l", - "Ġp ath", - "Ġar ch", - "it ary", - "Ġh alf", - "Ġg as", - "Ġnecess ary", - "Ġm or", - "er ve", - "ĠY ork", - "1 3", - "ve re", - "Ġs am", - "en ces", - "g o", - "m on", - "Ġb ar", - "Ġmeas ure", - "ĠM ore", - "Ġprodu ce", - "Ġsu per", - "ĠSt ate", - "Ġright s", - "Ġparent s", - ". )", - "Ġj ob", - "ol ic", - "Ġ1 00", - "ed ing", - "y stem", - "ĠS u", - "Ġwrit ing", - "Ġl ink", - "Ġmed ic", - "b o", - "u el", - "us ion", - "p ly", - "Ġar r", - "Ġlit er", - "Ġto ok", - "Ġcon duct", - "iz ing", - "Ġpr iv", - "ĠAl though", - "b ased", - "Ġso ft", - "Ġbe gan", - "on se", - "Ġe ver", - "ur s", - "Ġt ar", - "Ġgre en", - "Ġperson al", - "Ġe mer", - "ĠResear ch", - "ĠH ere", - "row n", - "Ġcomput er", - "n ces", - "em ic", - "Ġpr inc", - "ab or", - "Ġchem ical", - "Ġpat tern", - "Ġpop ular", - "ir m", - "Ġse par", - "Ġindividual s", - "Ġst op", - "Ġre pl", - "idd le", - "es e", - "Ġthrough out", - "ĠBrit ish", - "Ġread ing", - "Ġreg ion", - "ut es", - "ect ions", - "Ġincre asing", - "Ġy et", - "um e", - "Ġcol or", - "Ġa ction", - "Ġreg ard", - "Ġcomp any", - "Ġ19 6", - "Ġshow s", - "Ġt aking", - "Ġg e", - "Ġc op", - "ict ion", - "ĠCan ad", - "Ġthe rap", - "Ġf arm", - "p id", - "ig ure", - "Ġ5 0", - "m a", - "Ġsoc iety", - "Ġcl aim", - "ol l", - "in ter", - "ĠJ ew", - "ab it", - "Ġinter act", - "Ġf ire", - "er ous", - "Ġon line", - "z e", - "Ġtot al", - "em pt", - "ĠAcc ording", - "Ġcont ent", - "I D", - "Ġan c", - "es tern", - "Ġ ut", - "Ġ2 5", - "Ġstruct ure", - "Ġrec ent", - "Ġb ur", - "Ġs ense", - "h old", - "is ing", - "ri pt", - "Ġpre vious", - "ap an", - "Ġindust ry", - "Ġbu ilt", - "Ġlong er", - "m y", - "Ġtra ining", - "Ġcle an", - "ĠM e", - "Ġter ms", - "Ġtemper ature", - "c hes", - "an ced", - "he t", - "y le", - "ive ly", - "Ġr ul", - "Ġserv ice", - "Ġpos ition", - "uc k", - "ast ic", - "Ġin j", - "Ġde b", - "ic les", - "ĠS chool", - "Ġbehav ior", - "Ġt alk", - "p ro", - "ĠP ar", - "Ġl a", - "im ent", - "à ©", - "Ġs ix", - "Ġschool s", - "Ġs leep", - "ĠP re", - "E S", - "it ation", - "ĠP er", - "Ġdi agn", - "Ġcaus ed", - "ĠIn stit", - "ren g", - "Ġmat ter", - "Ġh ours", - "Ġenvironment al", - "Ġhe at", - "Ġsur v", - "ĠO ther", - "Ġbre ak", - "Ġtra vel", - "Ġcaus es", - "Ġhe av", - "ĠY our", - "Ġbenef its", - "Ġs at", - "Ġc e", - "Ġmean ing", - "l t", - "ĠS ec", - "ĠI nt", - "Ġcon c", - "Ġm ach", - "Ġse x", - "A T", - "Ġpos itive", - "ul ations", - "ful ly", - "Ġcont act", - "ĠQ u", - "Ġre v", - "Ġdis ord", - "n s", - "Ġl ives", - "le x", - "Ġth ing", - "Ġvar i", - "min ist", - "en e", - "ĠC O", - "Ġche ck", - "Ġeas y", - "Ġet c", - "ĠA pp", - "Ġprovid ed", - "Ġ19 4", - "Ġcont ain", - "Ġsh own", - "ist ance", - "ve y", - "ail y", - "Ġst e", - "ĠI I", - "ĠInd ia", - "ĠF rom", - "Ġsp read", - "Ġtru e", - "Ġb acter", - "Ġbr ing", - "ist ics", - "h ood", - "rop ri", - "Ġdesign ed", - "ric ult", - "a ff", - "ĠJ apan", - "ow s", - "Ġf ru", - "in ary", - "Ġmethod s", - "ĠCom p", - "Ġsaf e", - "ĠW ill", - "Ġac cept", - "Ġinclud es", - "Ġreg ular", - "Ġpre c", - "Ġa verage", - "ron ic", - "Ġf em", - "g ar", - "Ġw ild", - "Ġcar bon", - "Ġme chan", - "Ġv ide", - "u fact", - "ĠU s", - "Ġstand ard", - "ĠP res", - "as c", - "st er", - "rough t", - "Ġl ed", - "Ġl if", - "ĠO f", - "av ing", - "Ġsub st", - "Ġ ...", - "Ġvar iety", - "Ġtar get", - "Ġrel ative", - "Ġresp onse", - "is ter", - "Ġde ep", - "Ġear th", - "ed eral", - "A R", - "Ġgre ater", - "Ġl ove", - "m b", - "ĠK ing", - "Ġe at", - "land s", - "n ers", - "c hed", - "ri or", - "imate ly", - "ĠE d", - "Ġmove ment", - "Ġhelp s", - "Ġsim ply", - "ĠâĢ ¢", - "Ġpol l", - "Ġs low", - "Ġiss ue", - "Ġbelie ve", - "Ġmus ic", - "ĠN ot", - "Ġmic ro", - "at ives", - "Ġsom etimes", - "ab et", - "Ġcult ure", - "ad es", - "r ast", - "ver se", - "Ġre view", - "Ġcomp an", - "ar ies", - "Ġv iol", - "Ġ ,", - "Ġreport ed", - "ren ch", - "Ġorig in", - "Ġf ace", - "ĠP art", - "ĠR ec", - "Ġprog rams", - "Ġex c", - "Ġp sych", - "Ġth reat", - "eng th", - "Ġdam age", - "Ġorig inal", - "Ġdo ing", - "- -", - "er ation", - "Ġus es", - "al ing", - "Ġinvol ved", - "Ġst reng", - "am ed", - "du c", - "Ġresp ect", - "Ġwrit ten", - "Ġev ents", - "Ġdem on", - "os ition", - "d om", - "Ġenc oura", - "Ġscient ists", - "Ġident ify", - "ĠC ons", - "ĠAust ral", - "ĠSc ience", - "Ġrem ov", - "Ġfood s", - "Ġs ources", - "ar ily", - "Ġnorm al", - "ĠM in", - "b an", - "Ġcomp et", - "Ġout side", - "uc le", - "k now", - "Ġcomp on", - "Ġt ax", - "Ġb al", - "end er", - "ial s", - "ra nd", - "Ġparticular ly", - "Ġelect ric", - "Ġem ot", - "Ġint eg", - "ac hes", - "Ġfor ms", - "Ġim age", - "o or", - "Ġc amp", - "Ġpo or", - "n ew", - "Ġess ential", - "Ġ2 4", - "Ġl ack", - "ĠH ar", - "ct ions", - "Ġp ict", - "is es", - "Ġbas ic", - "l ight", - "Ġens ure", - "ell ing", - "u ge", - "Ġc ust", - "Ġvir us", - "ĠA g", - "he l", - "Ġgrow ing", - "Ġprodu ced", - "Ġatt ention", - "Ġdevelop ing", - "Ġp le", - "Ġref er", - "ĠG l", - "Ġfore st", - "Ġgener ally", - "Ġem b", - "ĠCh ina", - "Ġchall eng", - "Ġext reme", - "Ġo x", - "Ġfor ce", - "Ġsu st", - "Ġl ate", - "id ge", - "Ġsh are", - "Ġdis pl", - "r ated", - "ĠN ow", - "ro om", - "Ġser ious", - "Ġapp l", - "ĠF irst", - "ol es", - "Ġ i", - "Ġp age", - "Ġa ff", - "Ġwe bs", - "Ġteac hers", - "Ġatt empt", - "ie f", - "Ġh arm", - "s on", - "ĠC ount", - "ac hed", - "Ġm agn", - "Ġimp lement", - "um b", - "Ġl at", - "ri e", - "ĠB ec", - "ĠO ur", - "Ġl og", - "Ġfe et", - "ĠD uring", - "ĠJ an", - "Ġanim al", - "Ġcor rect", - "Ġnet work", - "Ġse lect", - "Ġh yd", - "Ġcons ist", - "Ġc oun", - "op s", - "Ġv acc", - "ĠK e", - "Ġs qu", - "Ġnum bers", - "Ġdef in", - "Ġinclud ed", - "Ġpat ient", - "Ġman ufact", - "Ġdoes n", - "Ġdra w", - "erv ation", - "em s", - "iss ions", - "Ġ ir", - "ad s", - "Ġa ware", - "Ġa p", - "os ing", - "Ġatt ack", - "b or", - "ĠA c", - "ĠB o", - "ĠAr t", - "os ure", - "Ġvis it", - "Ġsaf ety", - "Ġw ood", - "Ġide as", - "ĠE l", - "is ions", - "Ġprob ably", - "Ġind epend", - "Ġm ess", - "Ġcontin ue", - "Ġget ting", - "Ġ- -", - "2 5", - "Ġser ies", - "Ġthere fore", - "Ġt akes", - "ĠCh ild", - "f ect", - "ĠE duc", - "rib ution", - "m ing", - "Ġd ou", - "Ġ /", - "se t", - "an a", - "im um", - "Ġn ight", - "Ġfin anc", - "ĠS m", - "Ġexp ress", - "im in", - "Ġk ids", - "Ġpre p", - "Ġpr int", - "e ed", - "ograph y", - "I S", - "c ies", - "ra ft", - "ut h", - "Ġeas ily", - "Ġmed ia", - "i ot", - "t ies", - "Ġcol on", - "Ġth us", - "ĠJ u", - "Ġpolic y", - "ĠM y", - "Ġperform ance", - "Ġsome one", - "g round", - "Ġcon cent", - "ĠA ug", - "Ġve get", - "ir it", - "Ġintern ational", - "ĠT w", - "id ed", - "Ġprim ary", - "o ly", - "Ġm other", - "I N", - "Ġinvest ig", - "Ġd aily", - "Ġlook ing", - "Ġb ab", - "Ġf a", - "Ġcomm it", - "Ġw all", - "Ġstart ed", - "Ġthe ory", - "Ġlead ers", - "Ġs il", - "Ġv it", - "ens ion", - "Ġear l", - "T h", - "Ġdiffere nce", - "Ġallow s", - "ĠEurope an", - "Ġm ental", - "Ġtradition al", - "Ġqu ite", - "Ġco ver", - "vent ion", - "Ġ4 0", - "Ġdise ases", - "as ons", - "Ġinst ead", - "ien cy", - "Ġse a", - "i us", - "Ġest im", - "Ġadd ed", - "in o", - "re w", - "Ġc ross", - "r s", - "itud e", - "Ġapp ropri", - "Ġf ul", - "Ġc it", - "Ġd ang", - "h a", - "Ġd iv", - "Ġt ree", - "Ġdec re", - "er g", - "Ġto wn", - "h aps", - "Ġbo oks", - "Ġt ur", - "o very", - "Ġachie ve", - "Ġw arm", - "ĠF rench", - "Ġinst it", - "Ġdeterm ine", - "ĠS ince", - "Ġag o", - "Ġcomp ared", - "r or", - "ĠS ch", - "u ary", - "Ġins ide", - "ce ll", - "Ġcommun ities", - "Ġoff er", - "Ġt iss", - "an cy", - "ĠE ven", - "ĠCent er", - "Ġprog ress", - "Ġc ivil", - "y ing", - "Ġf av", - "Ġcompan ies", - "ĠT ra", - "Ġt end", - "Ġpoint s", - "Ġmult iple", - "Ġca pt", - "Ġs old", - "n a", - "Ġe th", - "Ġh y", - "Ġref lect", - "Ġev al", - "Ġtool s", - "Ġestab lished", - "ĠJ es", - "Ġs ou", - "in ks", - "Ġth ous", - "2 2", - "ĠInd ian", - "Ġscient ific", - "Ġhum ans", - "ĠRe g", - "Ġlar ger", - "Ġre ve", - "Ġth ird", - "Ġhe ld", - "ers on", - "ing ton", - "Ġfe ed", - "Ġn ation", - "Ġun ique", - "Ġquick ly", - "ĠCal if", - "r ate", - "Ġr out", - "Ġansw er", - "Ġtre es", - "Ġey e", - "Ġdirect ly", - "w here", - "l s", - "ĠL ear", - "Ġimm edi", - "Ġhigh ly", - "ell ow", - "ound s", - "c il", - "Ġdemon str", - "Ġd ry", - "Ġg ard", - "Ġinf ection", - "im s", - "Ġneg ative", - "if t", - "Ġfr ont", - "ĠH er", - "Ġspe ak", - "Ġmil itary", - "Ġal tern", - "ĠO ct", - "el t", - "an ks", - "Ġac id", - "ĠW est", - "ol ar", - "ĠA nt", - "il le", - "Ġsol ar", - "Ġaddition al", - "n ov", - "Ġdoc ument", - "Ġexerc ise", - "ĠA pr", - "abet es", - "Ġdr ink", - "ĠCh ar", - "Ġcrit ical", - "ter m", - "ĠInstit ute", - "Ġact ive", - "Ġext ra", - "ĠAfric a", - "Ġbeh ind", - "Ġal though", - "Ġpro ced", - "Ġqu ant", - "Ġcl in", - "Ġbir th", - "ĠM arch", - "Ġb it", - "Ġh or", - "ĠWh y", - "und red", - "Ġse vere", - "Ġas pect", - "Ġso on", - "ĠDep artment", - "Ġsec urity", - "__ __", - "Ġtoward s", - "i ers", - "Ġanal y", - "Ġcent ral", - "iqu es", - "al y", - "use um", - "j oy", - "ĠRe ad", - "orn ia", - "ĠR uss", - "Ġf oot", - "ww w", - "Ġp rior", - "Ġb ad", - "ĠGerm an", - "Ġh ost", - "Ġtrans port", - "Ġbro ad", - "Ġfamil ies", - "A N", - "ul ate", - "Ġpurp ose", - "Ġsupp ly", - "Ġh ar", - "Ġw alk", - "ce an", - "Ġob t", - "Ġa ud", - "v ant", - "gen cy", - "ĠHist ory", - "Ġlead ing", - "Ġval ues", - "Ġt ri", - "is ms", - "ĠB r", - "Ġprote in", - "ar r", - "Ġuse ful", - "om et", - "ĠIn c", - "Ġst ay", - "Ġh ot", - "at t", - "Ġsh all", - "ĠIntern ational", - "Ġlab or", - "Ġbegin ning", - "Ġsit uation", - "Ġst ra", - "ther n", - "ur ies", - "Ġw ent", - "Ġte aching", - "ĠCalif ornia", - "Ġwr ite", - "Ġexp ect", - "it is", - "Ġacc ur", - "d en", - "Ġcust om", - "p e", - "Ġf ram", - "Ġlim ited", - "ĠC or", - "ĠSe pt", - "o es", - "ĠS w", - "y ond", - "Ġdoct or", - "ĠM on", - "Ġc ard", - "Ġ201 0", - "ĠAfric an", - "O N", - "ĠR et", - "ĠBec ause", - "f l", - "Ġfe atures", - "ĠM us", - "ĠJ une", - "Ġseem s", - "Ġdec l", - "O R", - "Ġwh ose", - "2 1", - "Ġh abit", - "Ġvide o", - "m ar", - "Ġcont ribut", - "y r", - "W e", - "ĠD av", - "Ġhand s", - "Ġ201 2", - "Ġb ase", - "her n", - "Ġele ments", - "form ation", - "ĠG ree", - "Ġon es", - "r ition", - "Ġhtt p", - "Ġwork ers", - "ĠB ar", - "Ġinflu ence", - "ib er", - "Ġ2 1", - "il os", - "Ġm ount", - "om ing", - "Ġfinanc ial", - "Ġstr ateg", - "Ġsoft ware", - "Ġcont ains", - "ĠAug ust", - "Ġl ength", - "Ġse arch", - "ĠJes us", - "Ġcap ital", - "ĠThe n", - "le ction", - "Ġf ight", - "ĠS im", - "Ġmin utes", - "Ġl ost", - "Ġs ection", - "ro gen", - "Ġwas te", - "Ġp ack", - "ch ing", - "Ġthink ing", - "Ġn ucle", - "Ġan g", - "Ġ *", - "Ġbl ock", - "Ġ x", - "ĠApr il", - "b ol", - "Ġm om", - "Ġr ates", - "it er", - "Ġex act", - "Ġrequ ires", - "Ġanc ient", - "in ct", - "Ġapplic ation", - "or ing", - "Ġd ark", - "Ġm ill", - "Ġf ast", - "c oh", - "g n", - "âĢĿ .", - "hen s", - "he st", - "ĠAl so", - "Ġun c", - "ri ption", - "Ġinter p", - "e xt", - "u k", - "um an", - "olog ies", - "Ġsust ain", - "Ġlar gest", - "Ġj o", - "pp er", - "f ort", - "Ġrece ived", - "Ġdescrib ed", - "c ial", - "Ġel se", - "Ġc red", - "Ġcap ac", - "Ġle aves", - "Ġen joy", - "Ġnew s", - "Ġh undred", - "Ġprocess es", - "Ġprot ection", - "ip ment", - "I C", - "Ġst ri", - "Ġcost s", - "ĠM c", - "Ġdem and", - "Ġcar ry", - "Ġbacter ia", - "Ġadult s", - "ist ry", - "Ġex cept", - "Ġ201 1", - "Ġad minist", - "w ise", - "Ġve h", - "Ġwee ks", - "4 0", - "ĠF in", - "Ġdev ices", - "Ġb rought", - "Ġdec ision", - "ĠR iver", - "Ġimport ance", - "Ġdis p", - "iel ds", - "ro te", - "Ġsol ution", - "Ġg ot", - "Ġm ole", - "Ġw a", - "Ġf it", - "Ġpriv ate", - "c ks", - "ĠS erv", - "ort hern", - "Ġnear ly", - "Ġj ud", - "Ġu lt", - "Ġag ricult", - "ĠJu ly", - "Ġspe ed", - "ĠWill iam", - "im al", - "Ġl ines", - "Ġs n", - "iz ations", - "Ġbec omes", - "ĠW ash", - "Ġim ages", - "ul ated", - "Ġn orth", - "Ġgo al", - "Ġloc ated", - "est ic", - "Ġst ru", - "Ġor d", - "Ġt able", - "e qu", - "Ġag ree", - "Ġpl aces", - "Ġad op", - "Ġse ason", - "m ission", - "6 0", - "Ġcommun ication", - "ĠO ver", - "ĠL et", - "Ġresp ond", - "v est", - "u ous", - "ĠPe ople", - "Ġre ach", - "8 0", - "Ġmem ory", - "Ġrem ain", - "us ed", - "Ġtest s", - "Ġbehav i", - "Ġm ention", - "Ġappropri ate", - "od ies", - "Ġe p", - "ĠEng land", - "ĠCanad a", - "id ents", - "Ġwebs ite", - "Ġtyp ically", - "ra g", - "Ġrem ains", - "Ġad apt", - "I V", - "Ġestab lish", - "ĠP ress", - "Ġ :", - "Ġproper ty", - "ĠE c", - "Ġb orn", - "Ġtechn iques", - "Ġra pid", - "Ġra re", - "ĠAmeric ans", - "ra el", - "Ġad j", - "Ġproject s", - "ĠTe chn", - "il es", - "it ect", - "ent ially", - "Ġg ame", - "ĠPres ident", - "Ġsur round", - "ĠAss oci", - "ĠD ay", - "Ġde al", - "Ġ201 3", - "ĠA re", - "I n", - "Ġto ld", - "Ġe gg", - "se ct", - "se e", - "Ġbas is", - "Ġfri ends", - "Ġinst all", - "c ome", - "Ġey es", - "Ġm ix", - "ines e", - "Ġadv ant", - "ĠChrist ian", - "ĠH igh", - "b it", - "Ġbe aut", - "iz es", - "ĠTr ans", - "Ġc ool", - "i pl", - "Ġcult ural", - "Ġeff orts", - "Ġc rop", - "Ġtest ing", - "Ġg ives", - "Ġsit es", - "A C", - "E N", - "Ġs outh", - "y ear", - "Ġf ather", - "a ul", - "ĠAn other", - "Ġcreat ing", - "ĠJ ust", - "ĠU se", - "Ġtrans l", - "ĠIn st", - "Ġsum mer", - "Ġacc om", - "ibr ary", - "' re", - "ĠEduc ation", - "Ġlaw s", - "Ġrelig ious", - "Ġe ating", - "ie ce", - "ou d", - "Ġte eth", - "o ke", - "res h", - "Ġteac her", - "at ur", - "Ġhim self", - "Ġv ict", - "k ing", - "Ġapplic ations", - "Ġb reat", - "ĠM od", - "ond on", - "Ġd ied", - "ĠGo vern", - "ĠD is", - "yp e", - "Ġsu gar", - "Ġd er", - "ĠPro g", - "m ed", - "Ġconst ruction", - "on y", - "E D", - "Ġst age", - "ce ed", - "a id", - "c les", - "Ġf inal", - "2 3", - "d ing", - "Ġde ad", - "Ġcomm and", - "it able", - "Ġcol d", - "ĠE ach", - "og en", - "Ġsa w", - "Ġce le", - "coh ol", - "Ġant i", - "ce mber", - "ar ian", - "f ord", - "Ġp an", - "ĠR ed", - "Ġcal cul", - "Ġcent er", - "Ġse qu", - "Ġtherap y", - "ĠP ark", - "Ġcit iz", - "ĠDe velop", - "Ġexp ected", - "Ġro om", - "I t", - "ĠSept ember", - "ĠG reat", - "Ġco ast", - "he ad", - "ĠS ur", - "Ġc am", - "Ġmon itor", - "Ġdig ital", - "ĠCh urch", - "Ġc ou", - "Ġaut om", - "Ġbenef it", - "Ġre asons", - "Ġaffect ed", - "Ġany thing", - "ĠP ol", - "Ġexam ples", - "h am", - "Ġs on", - "ĠC ong", - "Ġdev ice", - "b ack", - "u ments", - "ĠI S", - "Ġequ ipment", - "ĠO nce", - "Ġf uel", - "l ife", - "Ġb ott", - "Ġh ope", - "i ar", - "Ġrespons ible", - "Ġdep end", - "Ġtra de", - "ĠB i", - "Ġess ay", - "str ial", - "Ġh ous", - "Ġgra du", - "Ġfollow ed", - "ĠOct ober", - "2 4", - "Ġrec ently", - "Ġevery thing", - "ĠF eb", - "augh t", - "Ġmil es", - "Ġm iddle", - "Ġnot hing", - "ell ig", - "Ġim ag", - "Ġpract ices", - "Ġrece ive", - "Ġ2 3", - "Ġu nd", - "ĠJan uary", - "ĠP at", - "ill ing", - "Ġconn ect", - "Ġsc reen", - "ĠComm un", - "Ġprofess ional", - "ĠJ ournal", - "ĠIs rael", - "Ġk ing", - "Ġfor ces", - "r im", - "i ra", - "Ġcon sequ", - "b ur", - "e al", - "Ġp en", - "w ater", - "Ġcont roll", - "Ġbe yond", - "Ġold er", - "Ġcommun ic", - "Ġ200 9", - "Ġleg al", - "Ġwe b", - "Ġcho ose", - "ĠCh inese", - "Ġmod els", - "ove mber", - "ap ter", - "Ġyour self", - "Ġm id", - "Ġopportun ity", - "Ġeconom y", - "Ġconf lic", - "Ġb ul", - "Ġc ru", - "w or", - "m osp", - "ĠPro f", - "Ġ201 4", - "ar i", - "Ġc ode", - "Ġh yp", - "r an", - "Ġt en", - "ul a", - "Ġ ice", - "am a", - "Ġprovid ing", - "ĠWash ington", - "Ġobject s", - "ĠC ity", - "19 9", - "Ġc ra", - "Ġover all", - "Ġro ck", - "ĠW ater", - "Ġwe ather", - "Ġd ate", - "Ġins p", - "Ġask ed", - "ĠS ystem", - "Ġsp irit", - "Ġgu id", - "Ġexp osure", - "rib ute", - "Ġen h", - "Ġsmall er", - "Ġf ear", - "Ġstreng th", - "ough t", - "Ġoccur s", - "Ġdi abetes", - "ver t", - "i ples", - "Ġcurrent ly", - "Ġdeg ree", - "Ġrecomm end", - "ic o", - "lo ad", - "Ġal one", - "Ġset t", - "Ġra in", - "ĠV ir", - "osp ital", - "Ġt it", - "Ġ â", - "Ġw on", - "Ġsc ale", - "Ġv ia", - "Ġro b", - "Ġpre gn", - "Ġ200 8", - "Ġevery one", - "u ff", - "Ġloc ation", - "Ġorgan ization", - "Ġ201 5", - "Ġw oman", - "o e", - "Ġf ederal", - "Ġcomplete ly", - "I T", - "Ġ2 2", - "Ġvis ual", - "ens ity", - "t ime", - "Ġsh ape", - "is l", - ".. ..", - "Ġdiffere nces", - "Ġconst it", - "re es", - "Ġs we", - "Ġr ise", - "Ġtry ing", - "Ġpred ict", - "ĠBl ack", - "Ġconst ant", - "Ġdrug s", - "est s", - "ĠAr ch", - "Ġsuccess ful", - "ĠL ondon", - "air s", - "Ġ6 0", - "Ġbe g", - "Ġinst ru", - "am ic", - "se c", - "Ġw rote", - "Ġstand ards", - "Ġmeas ures", - "Ġcommon ly", - "ĠDe cember", - "Ġearl ier", - "Ġpur ch", - "an ish", - "ĠC ur", - "ter y", - "om b", - "Ġw inter", - "Ġp et", - "ĠE ast", - "P A", - "Ġus ers", - "Ġb all", - "Ġelect r", - "Ġeff ort", - "Ġgo es", - "Ġredu ced", - "b ook", - "Ġj oint", - "en ge", - "ĠCount y", - "e ch", - "Ġis n", - "ĠSe e", - "Ġbir ds", - "Ġc ateg", - "Ġle ave", - "ĠD on", - "ric k", - "Ġcolle ction", - "Ġmaint ain", - "à ¤", - "Ġn amed", - "c on", - "Ġb illion", - "Ġm ax", - "ĠD NA", - "Ġfor mer", - ") ;", - "Ġvir t", - "Ġgen etic", - "ĠU nder", - "ĠT od", - "Ġpl aced", - "Ġallow ed", - "Ġappro x", - "Ġex ec", - "Ġrul es", - "Ġus er", - "Ġpo ly", - "Ġocc up", - "Ġappl ied", - "Ġper fect", - "ĠV al", - "ĠL aw", - "Ġstep s", - "oc r", - "h y", - "Ġne igh", - "ies t", - "Ġinterest ing", - "Ġac qu", - "ĠC our", - "Ġplan et", - "ĠN ovember", - "oc ks", - "mit ted", - "w ide", - "ĠA ut", - "Ġmem ber", - "Ġent er", - "Ġident ified", - "Ġs ch", - "Ġcomm erc", - "Ġs ect", - "Ġfru it", - "it ch", - "Ġhistor ical", - "ic a", - "ire ction", - "ĠGen eral", - "ĠR oman", - "ĠM ex", - "u it", - "Ġm ob", - "Ġ19 3", - "l in", - "Ġf ile", - "m en", - "Ġtra ck", - "Ġr ich", - "c o", - "Ġh on", - "Ġdisc overed", - "Ġcont ext", - "Ġro ad", - "Ġdest ro", - "a ur", - "ing u", - "i able", - "Ġ201 6", - "re et", - "Ġmajor ity", - "ĠTh us", - "Ġdispl ay", - "Ġpower ful", - "Ġimm une", - "Ġto x", - "ar a", - "oc ol", - "st e", - "Ġcontin ued", - "Ġe ight", - "Ġcomp ar", - "Ġcom ing", - "Ġpres ence", - "ib ly", - "Ġproper ties", - "Ġch urch", - "Ġform ed", - "Ġm is", - "Ġg old", - "Ġr ule", - "Ġ +", - "Ġshow ed", - "b re", - "7 0", - "ĠS an", - "ĠThe ir", - "rie ved", - "Ġstat us", - "Ġf air", - "ord s", - "Ġnut ri", - "or ation", - "qu e", - "ĠC oun", - "Ġm iss", - "Ġr at", - "al ed", - "r ig", - "Ġd en", - "Ġp ow", - "Ġlim it", - "Ġincre ases", - "Ġm ig", - "Ġb ra", - "Ġsign s", - "ent y", - "Ġsit u", - "Ġmach ine", - "Ġw ond", - "ru ary", - "Ġant ib", - "og le", - "Ġac ad", - "hem at", - "am ent", - "Ġcapac ity", - "ĠPro t", - "Ġvers ion", - "ra b", - "Ġfact or", - "Ġg ave", - "at ers", - "Ġ19 5", - "Ġill ness", - "Ġte ach", - "Ġg ir", - "al t", - "Ġst im", - "Ġcho ice", - "Ġm outh", - "ĠC he", - "Ġph ilos", - "b l", - "Ġass ign", - "Ġc ook", - "Ġfem ale", - "Ġm ut", - "Ġpattern s", - "ĠCon f", - "Ġas se", - "ed om", - "Ġd at", - "Ġ2 6", - "Ġc ry", - "ĠE very", - "ĠAustral ia", - "know n", - "Ġc ities", - "ĠChild ren", - "Ġbab y", - "Ġan x", - "Ġ200 7", - "ĠR o", - "Ġ2 8", - "Ġe fficient", - "Ġsym bol", - "Ġat mosp", - "Ġact ions", - "Ġchang ed", - "Ġper haps", - "Ġnot e", - "Ġill ust", - "ĠR el", - "ĠH ouse", - "Ġpr ice", - "ast e", - "Ġstru gg", - "Ġtiss ue", - "Ġful ly", - "ph as", - "c ious", - "e es", - "ger y", - "ĠU K", - "Ġbelie f", - "ir ing", - "Ġrelative ly", - "ain t", - "Ġcour t", - "Ġinc or", - "rel ated", - "Ġrem ember", - "Ġt ou", - "Ġpe ace", - "ĠP ublic", - "Ġfun ctions", - "ĠSp ec", - "ed ia", - "ĠGerm any", - "en cies", - "Ġprom ot", - "o ff", - "Ġro ot", - "Ġdid n", - "Ġt ask", - "Ġem p", - "ĠEn vironment", - "Ġe ffic", - "Ġass ist", - "un ch", - "ĠT H", - "Ġun it", - "Ġha ir", - "Ġmom ent", - "Ġem issions", - "Ġmov ing", - "s s", - "Ġarch itect", - "Ġwor th", - "Ġcompon ents", - "m ore", - "e v", - "ĠSoc iety", - "c raft", - "Ġal cohol", - "tern al", - "Ġappear s", - "em y", - "Ġfor ward", - "Ġv ill", - "or ge", - "ĠL at", - "Ġst ories", - "Ġconst ruct", - "Ġcont ract", - "Ġtrans fer", - "Ġchalleng es", - "Ġ2 7", - "Ġdist ance", - "Ġev olution", - "Ġele ment", - "Ġst aff", - "A L", - "ĠIn ter", - "Ġa st", - "Ġf resh", - "Ġexist ing", - "c an", - "od es", - "y gen", - "Ġp iece", - "ĠM ic", - "er o", - "ĠUn ion", - "Ġin nov", - "ĠG reen", - "if ul", - "l or", - "Ġn ames", - "Ġgard en", - "Ġcon vers", - "Ġbal ance", - "ĠFr ance", - "ien ces", - "Ġwork ed", - "Ġoff ers", - "Ġopportun ities", - "ĠTod ay", - "a ign", - "ĠMed ic", - "res p", - "gy pt", - "ru pt", - "Ġeduc ational", - "Ġg iving", - "Ġobserv ed", - "ab ilities", - "Ġinst ance", - "Ġsu sp", - "ess ion", - "Ġexp and", - "ri ef", - "Ġ #", - "Ġrep e", - "ĠJew ish", - "i ate", - "Ġa im", - "er a", - "Ġconsum ption", - "Ġfind ings", - "Ġd irection", - "Ġexper im", - "Ġst ar", - "Ġres istance", - "Ġp p", - "ĠA ng", - "u x", - "in ated", - "Ġw id", - "for ce", - "Ġst yle", - "2 9", - "ic ip", - "Ġgu ide", - "Ġsignificant ly", - "Ġequ al", - "re hens", - "Ġr iver", - "ĠPh il", - "2 6", - "Ġeval u", - "Ġabs or", - "Ġinc ome", - "h ouse", - "Ġ ing", - "ud d", - "in y", - "ĠFeb ruary", - "Ġh uge", - "Ġbo x", - "Ġfore ign", - "Ġpict ure", - "Ġqu al", - "Ġte le", - "ĠA v", - "Ġm al", - "Ġplan ning", - "\" ,", - "Ġdet ect", - "ĠD es", - "Ġrun ning", - "Ġwe ak", - "Ġreport s", - "Ġthous ands", - "c are", - "rom e", - "E C", - "Ġreg ions", - "ĠD ec", - "ĠP al", - "ĠStud ents", - "2 7", - "Ġm ission", - "Ġbl ue", - "Ġv o", - "Ġstrateg ies", - "Ġcoll abor", - "Ġ iron", - "ĠW ork", - "Ġopt ions", - "Ġm ap", - "om as", - "Ġdef ined", - "Ġwr ong", - "Ġpl astic", - "Ġexpl ain", - "âĢĿ ,", - "Ġsur vey", - "k y", - "Ġsuggest s", - "Ġfri end", - "ĠM at", - "Ġfam ous", - "ig en", - "Ġdetail s", - "Ġgl ass", - "Ġch ance", - "b ed", - "Ġbelie ved", - "ĠThere fore", - "ĠAssoci ation", - "Ġvis ion", - "2 8", - "Ġass um", - "Ġmus cle", - "Ġg ain", - "ĠW estern", - "h ors", - "Ġb ound", - "ĠB ra", - "am b", - "Ġbre ast", - "Ġclin ical", - "ĠRet rieved", - "if ically", - "Ġatt ract", - "Ġtre ated", - "Ġcar ried", - "Ġ200 0", - "Ġut il", - "as ion", - "or age", - "Ġpass ed", - "re c", - "Ġw atch", - "Ġoff ice", - "Ġextreme ly", - "Ġn ative", - "al d", - "Ġf ert", - "Ġfe ature", - "Ġd ivid", - "Ġpl ans", - "ĠCol le", - "ĠJ ames", - "Ġinst ruct", - "Ġexperien ces", - "Ġit ems", - "Ġsp ect", - "ĠDav id", - "Ġf ix", - "Ġin sect", - "ĠR em", - "ĠSoc ial", - "is ation", - "Ġsupp l", - "Ġex cess", - "pp ed", - "Ġdisord er", - "Ġm ale", - "Ġclass room", - "Ġp hen", - "ĠU N", - "Ġl iqu", - "Ġgener ation", - "Ġcele br", - "Ġmil k", - "p ris", - "Ġex hib", - "Ġb one", - "Ġsepar ate", - "ĠM ich", - "Ġstruct ures", - "Ġro t", - "Ġevent ually", - "ĠRe v", - "Ġcitiz ens", - "ĠE gypt", - "ĠO b", - "Ġapp ly", - "ĠCong ress", - "ĠIntern et", - "Ġhig hest", - "Ġur ban", - "ĠB u", - "id ing", - "Ġcommerc ial", - "Ġsp ring", - "Ġf igure", - "io x", - "ĠF ood", - "Ġhapp en", - "ĠM ary", - "Ġgo als", - "a res", - "Ġno vel", - "ĠPl an", - "ĠL ord", - "Ġp ick", - "Ġheav y", - "Ġpresent ed", - "Ġm o", - "Ġse ven", - "p art", - "om a", - "ĠUs ing", - "Ġimmedi ately", - ". ;", - "Ġdec ades", - "Ġindu strial", - "Ġtechn ologies", - "Ġs ac", - "ĠS ub", - "Ġfav or", - "ĠM or", - "Ġrequire ments", - "Ġexpl ore", - "ub e", - "ĠV ol", - "ward s", - "ul s", - "Ġ201 7", - "Ġdep ression", - "n es", - "Ġorgan izations", - "Ġeas ier", - "as ks", - "i ance", - "ograph ic", - "ĠH uman", - "Ġne u", - "Ġlearn ed", - "D A", - "ul um", - "Ġh om", - "ĠB el", - "Ġtop ic", - "Ġtr uth", - "ec es", - "Ġsa ve", - "ch ange", - "ĠD i", - "ĠJapan ese", - "Ġbo ard", - "c he", - "Ġem phas", - "Ġb ank", - "Ġconduct ed", - "l im", - "Ġj ournal", - "ĠF ound", - "9 0", - "ĠN et", - "Ġd yn", - "i ant", - "Ġb ed", - "Ġmedic ine", - "Ġc and", - "Ġre ality", - "Ġpers pect", - "Ġag g", - "k en", - "Ġ200 6", - "Ġrem ove", - "ĠS am", - "Ġintrodu ced", - "Ġcy cle", - "ap ers", - "Ġv ary", - "ro ph", - "ent h", - "Ġbec oming", - "z z", - "Ġint ellig", - "I I", - "ĠF urther", - "Ġsam ple", - "Ġsl ight", - "Ġdist ribution", - "u ing", - "Ġperform ed", - "Ġfa ith", - "ĠPh ys", - "p an", - "Ġm er", - "Ġser ve", - "Ġox ygen", - "i ated", - "Ġapprox imately", - "Ġf ig", - "Ġelectric ity", - "c ast", - "Ġmet al", - "Ġ8 0", - "ĠProg ram", - "O S", - "E M", - "Ġk id", - "Ġrele ase", - "Ġgra ph", - "Ġsex ual", - "plic ations", - "Ġdec isions", - "ĠTw o", - "Ġcont rast", - "olog ist", - "Ġres ource", - "Ġchall enge", - "Ġaltern ative", - "Ġexper iment", - "oph y", - "Ġnut rition", - "Ġact ual", - "Ġaspect s", - "Ġpop ulations", - "Ġv es", - "Ġrecomm ended", - "Ġgen e", - "Th is", - "ĠP aul", - "Ġop in", - "S t", - "Ġspe ech", - "Ġb odies", - "ĠG ra", - "ĠWe b", - "t ical", - "b al", - " °", - "Ġleg isl", - "Ġdestro y", - "Ġorgan ic", - "Ġtemper atures", - "Ġlet ter", - "Ġpl at", - "Ġmov ed", - "Ġbu y", - "er ate", - "Ġtr ust", - "Ġfrequ ently", - "im ens", - "ĠOr gan", - "Ġnucle ar", - "ĠT est", - "Ġconn ected", - "Ġst ream", - "ag er", - "ot hes", - "Ġm ag", - "Ġpres ident", - "Ġvit amin", - "Ġpart y", - "ĠCoun cil", - "Ġch ronic", - "W h", - "Ġwide ly", - "ĠColle ge", - "ruct ure", - "un ction", - "Ġhouse hold", - "Ġestim ated", - "Ġparticip ants", - "Ġdisord ers", - "ous ly", - "ĠDevelop ment", - "ĠA ir", - "id a", - "Ġcharacter istics", - "Ġfil m", - "Ġliter ature", - "Ġcomb ination", - "Ġcaus ing", - "Ġbuild ings", - "ĠT ur", - "ch ar", - "ra ction", - "E T", - "ĠH el", - "por ary", - "Ġdes p", - "g al", - "Ġnum erous", - "Ġ ign", - "Ġrecord s", - "ĠGree k", - "Ġassess ment", - "Ġsol utions", - "Ġ esc", - "ra w", - "Ġnot es", - "Ġindepend ent", - "Ġdr ive", - "ant ic", - "Ġ200 5", - "us es", - "ic ial", - "Ġrele ased", - "c ular", - "Ġh omes", - "Ġf ields", - "Ġdog s", - "Ġpre fer", - "Ġst ore", - "Ġchang ing", - "ĠS om", - "Ġdou b", - "Ġoper ations", - "m et", - "Ġis ol", - "Ġris ks", - "3 5", - "A M", - "Ġset ting", - "Ġbott om", - "te e", - "Ġ2 9", - "ĠL ike", - "ĠR ober", - "Ġpolic ies", - "Ġlay er", - "Ġinfl amm", - "Ġref erence", - "Ġt our", - "Ġem ail", - "ĠGe orge", - "Ġcom pl", - "Ġfl ood", - "ĠB oth", - "il it", - "Ġclear ly", - "ro g", - "Ġredu cing", - "Ġtr ig", - "cl us", - "olog ists", - "ĠAb out", - "Ġintern al", - "ĠM ark", - "Ġstate ment", - "r ant", - "Ġstart ing", - "Ġtechn ique", - "Ġwant ed", - "Ġ19 0", - "i j", - "Ġd rop", - "ĠD ef", - "Ġcolle ge", - "Ġget s", - "Ġun ivers", - "Ġresult ing", - "d o", - "Ġth r", - "ress ive", - "Ġfail ure", - "ĠIt s", - "ogn itive", - "Ġk illed", - "ord er", - "ul f", - "Ġviol ence", - "C h", - "Ġread y", - "Ġapp e", - "Ġl ived", - "ros c", - "Ġinit ial", - "wor ks", - "ĠF ore", - "ol ved", - "iven ess", - "Ġpre par", - "Ġd ri", - "Ġcamp aign", - "ere nces", - "Ġsh ap", - "Ġanx iety", - "Ġb urn", - "p ed", - "ĠSp anish", - "P S", - "Ġpart ners", - "Ġinf ections", - "Ġmin or", - "c ont", - "ol id", - "Ġinj ury", - "ol low", - "Ġc overed", - "te red", - "ĠS y", - "Ġaut hors", - "Ġto oth", - "Ġdiscuss ion", - "ĠO ff", - "ĠRep ublic", - "Ġo cean", - "Ġinvol ves", - "Ġconn ection", - "Ġhe ar", - "ĠT ex", - "ing ly", - "Ġrelationship s", - "Ġh orm", - "ĠPro ject", - "Ġdist inct", - "Ġany one", - "Ġmost ly", - "ĠGovern ment", - "Ġd ed", - "ang ing", - "Ġlo ad", - "Ġnot ed", - "ĠN AS", - "Ġth ick", - "het ic", - "Ġhapp ens", - "Ġs and", - "r m", - "ur ance", - "4 5", - "Ġves sel", - "Ġrep rodu", - "el ines", - "7 8", - "Ġbat tle", - "i i", - "Ġcoun ter", - "Ġter rit", - "Ġu pper", - "Ġexact ly", - "Ġs av", - "ĠS T", - "ĠSec ond", - "Ġfeel ing", - "ĠM useum", - "at ically", - "Ġar m", - "Ġcirc um", - "Ġout put", - "Ġrad io", - "Ġtre nd", - "rou p", - "i as", - "Ġrefer red", - "Ġturn ed", - "ess or", - "Ġremov ed", - "Ġcre ation", - "Ġexp ression", - "Ġrepl ace", - "Ġsur gery", - "Ġencoura ge", - "ke y", - "re st", - "Ġst orage", - "Ġmess age", - "ĠE v", - "ĠM r", - "Ġt im", - "iet ies", - "Ġdang erous", - "ĠS un", - "ĠM al", - "erv ed", - "Ġp i", - "Ġvol ume", - "Ġback ground", - "am ental", - "ĠCour t", - "S A", - "Ġc ris", - "ĠD em", - "Ġse ed", - "Ġfind ing", - "Ġt rou", - "Ġdeg rees", - "ĠB as", - "Ġp al", - "Ġf ine", - "ĠR ich", - "oc al", - "Ġsc en", - "ond s", - "Ġt rib", - "Ġw in", - "cept ion", - "Ġadj ust", - "Ġphys ic", - "Ġse eds", - "ĠL a", - "Ġmention ed", - "Ġcon v", - "ĠC ath", - "Ġc ore", - "Ġt um", - "Ġv ul", - "a ult", - "Ġun its", - "Ġadv anced", - "Ġprinc iples", - "ur ation", - "Ġg ames", - "Ġproper ly", - "Ġclass es", - "Ġgen es", - "Ġlead s", - "Ġn or", - "Ġconf irm", - "Ġp ric", - "Ġfre edom", - "Ġo ption", - "ric ulum", - "ĠM ount", - "Ġincor por", - "Ġadvant age", - "Ġup d", - "Ġann ual", - "Ġbel ong", - "row s", - "Ġdeterm ined", - "Ġwh om", - "Ġrad iation", - "Ġ18 6", - "Ġexper ts", - "Ġexperien ced", - "Ġ9 0", - "Ġregard ing", - "Ġd ie", - "os ystem", - "ĠH en", - "Ġhelp ed", - "Ġland sc", - "an ch", - "Ġd ram", - "Ġrelig ion", - "Ġconflic t", - "o ch", - "Ġemot ional", - "Ġg ender", - "Ġmeet ing", - "ĠWh ite", - "Ġprofess ion", - "Ġsol id", - "Ġinvol ve", - "ĠIs l", - "nd rome", - "Ġex cell", - "Ġacad emic", - "ress ed", - "ortun ately", - "p ing", - "Ġcomp rehens", - "ĠP ort", - "Ġdis s", - "and er", - "Ġm ath", - "Ġmot or", - "Ġra ce", - "ĠH IV", - "Ġprocess ing", - "Ġel imin", - "i os", - "Ġun f", - "Ġ7 0", - "ĠB en", - "oy al", - "or ial", - "ĠSt ep", - "Ġdep ending", - "Ġsy nt", - "Ġdescrib e", - "Ġl ung", - "Ġpoll ution", - "Ġgra de", - "Ġexp osed", - "Ġal g", - "Ġinflu en", - "Ġprevious ly", - "lic k", - "ĠB ro", - "Ġtrans form", - "3 3", - "Ġcl ick", - "ĠP ost", - "Ġlink ed", - "S T", - "ri age", - "ĠG et", - "Ġph ase", - "Ġrele vant", - "ish ing", - "Ġprom ote", - "Ġin h", - "Ġdef ic", - "Ġbeaut iful", - "Ġin put", - "ĠM et", - "r um", - "Ġre b", - "ĠSc ient", - "Ġj our", - "m ark", - "Ġreact ion", - "Ġeffective ly", - "Ġhe ard", - "Ġp ip", - "Ġgr ass", - "R E", - "Ġple ase", - "Ġhelp ing", - "Ġ201 8", - "ĠCl ass", - "Ġamount s", - "Ġm ist", - "Ġgr ant", - "Ġco al", - "ĠT reat", - "Ġke pt", - "Ġis land", - "ĠAs ia", - "on ic", - "Ġg od", - "Ġsp ot", - "ĠJew s", - "ĠE lect", - "Ġr ound", - "ate gy", - "ĠC le", - "Ġ Ã", - "Ġs em", - "re te", - "Ġserv ed", - "Ġs ort", - "Ġinterp ret", - "Ġmat hemat", - "um n", - "ag o", - "ur t", - "Ġexper t", - "Ġmanufact ure", - "Ġpres c", - "Ġoper ation", - "ribut ed", - "Ä ģ", - "ok ing", - "Ġv ot", - "Ġconcer ns", - "Ġconcept s", - "ĠNAS A", - "ĠB er", - "Ġcal c", - "Ġme at", - "Ġstr ategy", - "Ġme ant", - "ĠM ake", - "7 5", - "it z", - "Ġegg s", - "Ġimpro ved", - "ĠTh omas", - "pl ace", - "Ġp un", - "Ġsay ing", - "Ġwe alth", - "c ers", - "Ġdec ided", - "Ġinterest ed", - "Ġprep ared", - "ĠS er", - "ĠD ata", - "Ġcom fort", - "Ġman age", - "t a", - "ĠIs land", - "Ġcons ervation", - "y a", - "Ġcred it", - "ut ed", - "Ġsqu are", - "ĠO ld", - "Ġeffic iency", - "Ġsh ip", - "ĠM ars", - "Ġengine ering", - "z a", - "stit ution", - "Ġdat ab", - "Ġdefin ition", - "Ġm el", - "ĠM ac", - "ĠCent ral", - "Ġsp ent", - "ify ing", - "Ġh our", - "b all", - "Ġhe aring", - "Ġa id", - "m at", - "Ġcons ult", - "ĠJ e", - "ĠS al", - "Ġsou thern", - "ri a", - "Ġob vious", - "d ed", - "ĠServ ice", - "Ġ Î", - "ĠLear ning", - "ĠR ef", - "le ase", - "Ġoffic ial", - "Ġfarm ers", - "iver se", - "e k", - "Ġim pl", - "Ġatmosp here", - "Ġsustain able", - "Ġb ud", - "Ġcomple ted", - "Ġp ages", - "Ġman ner", - "ĠTex as", - "Ġconcer n", - "Ġown ers", - "Ġc ere", - "ĠA D", - "Ġart icles", - "Ġc ast", - "w ood", - "Ġaware ness", - "Ġveget ables", - "ĠD ist", - "Ġinv ent", - "ber g", - "Ġn orthern", - "ĠO p", - "Ġsign al", - "Ġplat form", - "Ġk ill", - "ĠMex ico", - "augh ter", - "Ġvacc ine", - "Ġmot iv", - "am s", - "Ġinstit utions", - "Ġdisc over", - "ĠM art", - "Ġmain ly", - "b i", - "Ġproced ure", - "is her", - "Ġh ospital", - "t es", - "Ġconc lud", - "Ġhtt ps", - "Ġdiagn osis", - "ĠS k", - "Ġ3 5", - "Ġchemical s", - "Ġre ached", - "ĠF re", - "Ġvol unt", - "Ġsee k", - "Ġ200 4", - "Ġcl os", - "Ġcon ver", - "bo ard", - "Ġw est", - "Ġsam ples", - "ĠBrit ain", - "Ġlangu ages", - "ĠJ er", - "onom ic", - "ac ing", - "z ing", - "n ic", - "Ġform ation", - "Ġpre t", - "ĠTh rough", - "ĠSu pp", - "ĠM iss", - "Ġfrequ ency", - "Ġs ong", - "stand ing", - "ĠAn y", - "Ġy ellow", - "w ell", - "ĠU p", - "r ates", - "ĠS en", - "il ing", - "Ġsupport ed", - "ĠAc ad", - "Ġh op", - "ĠH ol", - "Ġpi eces", - "as tern", - "all ed", - "Ġcor resp", - "Ġredu ction", - "Ġlo oks", - "com es", - "Ġapp oint", - "3 6", - "cl usion", - "u able", - "Ġpurp oses", - "orm al", - "Ġpract ical", - "Ġf lex", - "Ġcontin ues", - "Ġcont ribute", - "Ġn av", - "Ġsec ret", - "ĠD isc", - "Ġm ort", - "à ¡", - "os ite", - "ot ic", - "ĠAd dition", - "Ġnot ice", - "Ġprop osed", - "ĠL ou", - "p at", - "Ġchar ge", - "ĠO ut", - "v ision", - "Ġd ro", - "ĠW omen", - "C C", - "Ġless on", - "Ġrecord ed", - "Ġdrink ing", - "Ġprofess or", - "ul es", - "Ġext ensive", - "ac ific", - "Ġint ended", - "ĠMed ical", - "Ġallow ing", - "Ġsh ared", - "Ġsitu ations", - "Ġvul ner", - "Ġbro ther", - "ren ce", - "ĠD irect", - "Ġb an", - "1 00", - "ist an", - "Ġbeg ins", - "Ġyou th", - "ĠNew s", - "Ġauthor ity", - "ĠEn ergy", - "s u", - "el ine", - "ĠW here", - "Ġp ul", - "Ġsu fficient", - "Ġelectr ical", - "Ġf ib", - "Ġl ib", - "ĠC ivil", - "is hes", - "Ġliqu id", - "ĠL ife", - "Ġhe ight", - "ĠA rab", - "l ig", - "Ġtox ic", - "Ġjob s", - "Ġst orm", - "Ġcomb ined", - "Ġfin ally", - "Ġrev olution", - "Ġm aster", - "um in", - "Ġide al", - "ĠI r", - "ak ers", - "ĠC am", - "Ġsect or", - "oun ced", - "] .", - "ĠVir gin", - "3 8", - "ĠD ise", - "Ġst ation", - "Ġt asks", - "Ġstra ight", - "O T", - "it ors", - "re p", - "r ations", - "Ġp ark", - "Ġw et", - "Ġphen omen", - "Ġfact s", - "Ġh it", - "Ġprim arily", - "Ġoff ered", - "Ġnutri ents", - "Ġ200 3", - "Ġre new", - "Ġkind s", - "Ġt aught", - "Ġcertain ly", - "E L", - "Ġmus cles", - "Ġindic ate", - "Ġfocus ed", - "ul ating", - "ĠBe fore", - "et ers", - "Ġtreat ments", - "ĠTechn ology", - "ak er", - "i xt", - "ĠS uch", - "ear s", - "al le", - "Ġfor ced", - "ĠInst ead", - "ĠMedic ine", - "Ġl ic", - "Ġdig est", - "ĠIn formation", - "Ġtechn ical", - "ĠEx am", - "Ġco ord", - "Ġ20 20", - "Ġext ent", - "Ġlarge ly", - "ĠA N", - "ag s", - "Ġv ital", - "Ġconsequ ences", - "Ġwond er", - "Ġrem ained", - "Ġd oll", - "A D", - "ĠM il", - "Ġflow ers", - "' ll", - "ĠFr anc", - "act ers", - "Ġsubject s", - "ag ue", - "Ġcollect ed", - "Ġrec y", - "Ġf oss", - "s es", - "Ġshow ing", - "op er", - "Ġkeep ing", - "ĠLat in", - "Ġb rief", - "esp ite", - "Ġmor ning", - "Ġoper ating", - "Ġcare er", - "Ġg ar", - "Ġfor t", - "atur ally", - "ĠSp ace", - "Ġimpact s", - "Ġl ov", - "ro ke", - "d es", - "Ġar my", - "Ġst one", - "Ġadv ance", - "Ġsp end", - "ri er", - "er ia", - "ĠB ook", - "ĠW ell", - "Ġident ity", - "Ġbr ight", - "ĠB ay", - "Ġspec ifically", - "Ġexist ence", - "rap y", - "ar row", - "Ġoccur red", - "Ġpartic les", - "Ġw aters", - "Ġper man", - "ĠB ur", - "v is", - "ol ute", - "Ġatt acks", - "Ġinit i", - "Ġqu ar", - "Ġcent uries", - "ĠS l", - "Ġec osystem", - "ic ated", - "Ġe ast", - "Ġgood s", - "Ġemer gency", - "Ġf elt", - "ĠM ass", - "Ġf aster", - "ing er", - "Ġhy per", - "Ġdou ble", - "ĠJ ud", - "Ġbir d", - "Ġsal t", - "Ġro ll", - "Ġlead er", - "Ġres ist", - "go ing", - "Ġw ife", - "ĠB et", - "Ġsh ar", - "Ġadv ice", - "Ġmet ab", - "ĠQ ue", - "ĠComm on", - "ĠSt and", - "oss ible", - "g l", - "Ġveh icle", - "Ġb ill", - "A P", - "Ġor al", - "g ra", - "ind ing", - "os en", - "ĠF e", - "ĠRober t", - "Ġset tle", - "R I", - "Ġrespons ibility", - "n el", - "in ent", - "t ion", - "ĠAt l", - "ĠF am", - "r ich", - "Ġra ised", - "Ġcru cial", - "Ġmeas ured", - "Ġsurround ing", - "Ġdesp ite", - "un k", - "Ġl iver", - "ri an", - "9 9", - "ĠAr my", - "ĠTh ose", - "Ġsy n", - "Ġ199 0", - "le g", - "Ġn ations", - "Ġref ers", - "rast ructure", - "ol ars", - "ipp ed", - "ew ork", - "Ġex ternal", - "Ġprote ins", - "Ġk n", - "ĠEx pl", - "Ġmo ist", - "Ġn erv", - "Ġgra nd", - "Ġth in", - "Ġdom estic", - "Ġexcell ent", - "os c", - "om in", - "Ġcl im", - "anc ing", - "ĠStud ies", - "w est", - "at ric", - "ĠComm ission", - "Ġ >", - "ĠN or", - "Ġlet ters", - "Ġmot ion", - "Ġmax imum", - "Ġaffect s", - "o o", - "Ġv ast", - "Ġperspect ive", - "Ġdetail ed", - "ĠJ ose", - "ĠK now", - "ĠSt e", - "Ġc ert", - "Ġtest ed", - "Ġha z", - "Ġexpl ains", - "Ġon to", - "Ġs in", - "4 8", - "ad o", - "d own", - "Ġsc he", - "Ġcompon ent", - "ĠHist or", - "ĠP sych", - "Ġk il", - "Ġare n", - "Ġsound s", - "Ġv ent", - "Ġchar acters", - "Ġsuggest ed", - "Ġfamil iar", - "Ġmonitor ing", - "Ġperiod s", - "ens es", - "ro c", - "it ness", - "Ġother wise", - "ĠC op", - "ĠTH E", - "Ġc ognitive", - "Ġdi am", - "Ġcom ment", - "oth ing", - "Ġtyp ical", - "ĠS um", - "Ġvo ice", - "ough ly", - "Ġagricult ural", - "Ġtop ics", - "ver ty", - "g ment", - "h i", - "ĠB ible", - "Ġj u", - "Ġpo verty", - "ĠD espite", - "r as", - "ific ial", - "Ġsp l", - "Ġ200 1", - "ang es", - "ĠY et", - "Ġbl og", - "igen ous", - "os a", - "Ġdivid ed", - "Ġcontroll ed", - "Ġsat is", - "Ġfund amental", - "a el", - "Ġaccur ate", - "Ġfl at", - "R O", - "Ġslight ly", - "Ġdom in", - "ĠFl or", - "ĠS ou", - "ĠL and", - "in n", - "Ġgir ls", - "Ġhelp ful", - "Ġplay ed", - "Ġimm un", - "p oint", - "Ġt ro", - "Ġbi ological", - "Ġf if", - "Ġexpl an", - "Ġcris is", - "ĠW ind", - "Ġl ose", - "ic ed", - "b and", - "Ġsub sequ", - "Ġfac ilities", - "Ġinvest ment", - "Ġexpl ained", - "om y", - "Ġflu id", - "Ġcrop s", - "ail s", - "Ġn it", - "Ġra il", - "Ġpot entially", - "Ġincreasing ly", - "Ġgreat est", - "Ġm ere", - "ĠGo ogle", - "Ġs end", - "f ield", - "Ġch ann", - "Ġimm ig", - "ĠK ore", - "Ġpro port", - "ĠB C", - "ĠIn f", - "ĠP acific", - "Ġtr ial", - "Ġfru its", - "Ġstud ied", - "Ġw el", - "Ġl inks", - "Ġsubst ant", - "ĠM em", - "Ġinst ruction", - "Ġpain t", - "Ġgrow n", - "ĠL ake", - "Ġdep ends", - "ĠFound ation", - "ĠH am", - "B C", - "Ġph one", - "Ġfl oor", - "Ġsm art", - "l i", - "Ġ <", - "Ġapp arent", - "ĠC D", - "Ġfollow s", - "Ġsur pris", - "v ille", - "Ġval id", - "Ġk m", - "ĠM iddle", - "c ript", - "Ġcur riculum", - "Ġne ut", - "Ġcons ists", - "h t", - "I ON", - "ĠSe a", - "Ġpol ice", - "3 4", - "ĠSm ith", - "Ġst em", - "Ġs now", - "Ġinterest s", - "Ġinter view", - "Ġ201 9", - "Ġobt ained", - "st ood", - "' ve", - "Ġw estern", - "Ġcard i", - "Ġhapp ened", - "ov iet", - "ak s", - "Ġs en", - "Ġcontin uous", - "Ġr ural", - "Ġ200 2", - "ath y", - "ro id", - "Ġdep th", - "Ġele v", - "Ġpric es", - "ĠEng ine", - "it age", - "Ġhar vest", - "Ġb ow", - "ce ler", - "res ents", - "Ġro ots", - "ĠT em", - "9 5", - "Ġl ik", - "ĠRuss ia", - "ĠChar les", - "Ġt ips", - "ens us", - "ĠRuss ian", - "z y", - "âĢĻ .", - "ut ive", - "ĠG ood", - "Ġcont aining", - "Ġab use", - "Ġcon vent", - "Ġpregn ancy", - "Ġinstru ment", - "l ar", - "ĠB udd", - "Ġdel iver", - "Ġpers ons", - "c ol", - "Ġlook ed", - "Ġst ars", - "Ġrequ est", - "Ġplay ing", - "Ġp ig", - "Ġd ial", - "Ġdis app", - "Ġp il", - "Ġst ock", - "ĠHen ry", - "Ġwall s", - "Ġgovern ments", - "ĠProf essor", - "Ġthough ts", - "ĠEnvironment al", - "Ġemploy ees", - "Ġconcer ned", - "ĠN av", - "ĠS af", - "Ġout comes", - "n ame", - "Ġdecre ase", - "r ight", - "Ġp ray", - "ĠP ub", - "Ġneigh bor", - "Ġtra in", - "Ġconcent ration", - "ĠD el", - "Ġmed ium", - "Ġf irm", - "3 7", - "Ġform at", - "ĠF igure", - "Ġhabit at", - "Ġrapid ly", - "Ġhundred s", - "Ġwe ap", - "Ġappro aches", - "bur g", - "Ġrecogn ized", - "Ġreturn ed", - "Ġfeel ings", - "v an", - "Ġsuff ering", - "wh ich", - "ĠCath olic", - "ĠI d", - "ĠM ont", - "Ġd u", - "act ive", - "ten ance", - "Ġrep resents", - "w in", - "Ġvis ible", - "Ġt ried", - "Ġprot ected", - "Ġd ut", - "ĠCar ol", - "ate ver", - "Ġp u", - "asc ular", - "Ġ4 5", - "Ġintern et", - "Ġthe rm", - "hip s", - "rol og", - "? âĢĿ", - "Ġdeath s", - "as ure", - "Ġappear ance", - "Ġprinc iple", - "Ġbehavi our", - "Ġoffic ials", - "Ġclose ly", - "Ġres idents", - "y e", - "ĠW ild", - "ĠB re", - "Ġappe ared", - "Ġval uable", - "Ġwe ar", - "wh at", - "c hers", - "Ġport ion", - "Ġmedic ations", - "onom y", - "Ġf le", - "B N", - "Ġmin imum", - "ĠEm p", - "Ġra nd", - "Ġre in", - "m p", - "M S", - "Ġselect ed", - "ĠO x", - "D F", - "Ġs ed", - "Ġlat est", - "Ġproced ures", - "ĠH ave", - "Ġch ief", - "Ġtit le", - "Ġaccom pl", - "Ġdiscuss ed", - "Ġarg ument", - "ĠP ower", - "Ġre form", - "yr ight", - "Ġw ire", - "ĠOn ly", - "Ġintrodu ction", - "Ġjust ice", - "Ġp aid", - "Ġext ract", - "6 5", - "ĠAt t", - "Ġdirect or", - "Ġregular ly", - "ra cy", - "um ber", - "Ġpr ison", - "Ġclaim s", - "Ġhor se", - "ic ks", - "Ġcont em", - "ab il", - "Ġdr iving", - "Ġd iversity", - "Ġadd ing", - "Ġinflamm ation", - "ĠKe ep", - "Ġview s", - "ĠS oviet", - "Ġcorresp ond", - "Ġsy ndrome", - "Ġrand om", - "Ġcircum st", - "f all", - "ĠI N", - "Ġless ons", - "Ġfil es", - "ĠP C", - "Ġn aturally", - "Ġenh ance", - "3 9", - "Ġle aving", - "Ġinf rastructure", - "ĠCont rol", - "Ġg un", - "Ġf rag", - "Ġexp ensive", - "ĠA lex", - "ĠMic ro", - "ĠPro v", - "Ġsat ell", - "Ġpar am", - "Ġ18 8", - "ar io", - "ĠPh ot", - "Ġinc hes", - "Ġs ides", - "Ġbusiness es", - "ĠRe view", - "Ġcons cious", - "m ic", - "Ġb and", - "Ġasse mb", - "Ġmob ile", - "Ġrec overy", - "b ing", - "Ġag es", - "o oth", - "in du", - "Ġmove ments", - "Ġshe l", - "Ġdist ingu", - "Ġla un", - "C O", - "Ġp ush", - "Ġst ated", - "4 4", - "ĠWh o", - "Ġ3 1", - "Ġinf ected", - "cl ing", - "Ġk new", - "t r", - "ĠN ote", - "Ġrecogn ize", - "ĠAd d", - "Ġal t", - "ĠEx per", - "l ers", - "st ream", - "T S", - "al se", - "Ġbo ost", - "Ġs an", - "Ġst ret", - "Ġspirit ual", - "U S", - "m as", - "Ġpur s", - "ĠV is", - "Ġadv oc", - "el lect", - "Ġex change", - "Ġs ick", - "à Ń", - "ĠN ature", - "Ġsec ure", - "il ed", - "an es", - "ĠP lease", - "Ġsubst ance", - "IN G", - "ĠC are", - "Ġcou ple", - "ĠFin ally", - "f ree", - "ul in", - "ĠA p", - "Ġcor por", - "in et", - "Ġfac ilit", - "g a", - "Ġleaders hip", - "Ġo d", - "ĠComp any", - "Ġsuff er", - "ĠF ollow", - "ĠD iv", - "st ate", - "or al", - "Ġdisc overy", - "Ġcap able", - "Ġsold iers", - "Ġm it", - "Ġmill ions", - "Ġing red", - "ĠB at", - "Ġp ump", - "Ġset s", - "Ġcol ors", - "Ġsecond ary", - "Ġagricult ure", - "ĠG roup", - "or ith", - "cul es", - "ĠMan agement", - "Ġfund ing", - "Ġra ise", - "Ġintellig ence", - "Ġinc l", - "ĠDes ign", - "Ġst ages", - "ĠTh ough", - "ĠM o", - "Ġmor al", - "ĠLou is", - "Ġprevent ion", - "Ġr ub", - "Ġw ave", - "angu age", - "ĠL ong", - "ĠW he", - "Ġlif est", - "Ġpre f", - "Ġtra d", - "ot a", - "Ġtalk ing", - "Ġh unt", - "ĠT er", - "ag ers", - "ĠR ad", - "Ġpre m", - "Ġd ental", - "ĠW rit", - "al ysis", - "Ġdoc uments", - "ocr atic", - "Ġpo et", - "ff ee", - "Ġp ure", - "ĠT ake", - "u ke", - "Ġfert il", - "Ġabs olute", - "w ith", - "C S", - "Ġdescrib es", - "Ġantib iot", - "3 2", - "Ġse lection", - "Ġad equ", - "at o", - "r ants", - "pp ing", - "av a", - "ĠL ibrary", - "Ġveh icles", - "Ġch ain", - "Ġap art", - "plic ated", - "Ġentire ly", - "Ġimp ossible", - "Ġsens itive", - "Ġtra ffic", - "Ġmy th", - "Ġprec ise", - "ĠC a", - "ĠEar ly", - "Ġhealth care", - "Ġb le", - "Ġun like", - "Ġnorm ally", - "be ing", - "Ġall erg", - "ber t", - "Ġste el", - "Ġmass ive", - "Ġpart ies", - "Ġreve aled", - "Ġb rown", - "Ġprodu cing", - "l ong", - "Ġexperim ents", - "as p", - "Ġmanufact uring", - "ĠD iff", - "ĠR ights", - "ol f", - "ĠF ederal", - "os al", - "ĠA I", - "ob e", - "es ity", - "l a", - "Ġsu itable", - "Ġn arr", - "ĠP ers", - "Ġlab el", - "Ġer a", - "ro ad", - "d den", - "Ġch apter", - "Ġfig ures", - "ol ve", - "Ġtou ch", - "Ġrec on", - "ĠD et", - "ĠVirgin ia", - ". |", - "k a", - "os ph", - "Ġcand id", - "Ġdatab ase", - "ĠAn n", - "ĠE xt", - "Ġint ake", - "Ġopin ion", - "Ġnet works", - "Ġdi verse", - "Ġcall s", - "yp es", - "Ġform al", - "Ġcomput ers", - "Ġinter f", - "ĠL ast", - "ib ilities", - "Ġsurv ival", - "Ġcreat ive", - "V ID", - "ĠGl obal", - "Ġn arrow", - "Ġwor s", - "al ian", - "ter ies", - "Ġph r", - "Ġmin im", - "Ġlandsc ape", - "n y", - "ild ing", - "Ġsupp lement", - "Ġimpro ving", - "idd en", - "Ġposs ess", - "Ġg all", - "Ġcons id", - "Ġprep are", - "oles ter", - "Ġcl osed", - "Ġrout ine", - "Ġgener ate", - "om ach", - "Ġtrans ition", - "Ġm oon", - "7 6", - "i ology", - "ab ric", - "st on", - "Ġadop ted", - "Ġn urs", - "viron ments", - "on a", - "Ġunder stood", - "Ġaccept ed", - "Ġorigin ally", - "Ġl ibrary", - "Ġmed ication", - "Ġspe aking", - "Ġrec ip", - "f low", - "c a", - "Ġt un", - "Ġt al", - "ang ed", - "er als", - "Ġin ject", - "Ġto ler", - "Ġind ex", - "or ter", - "Ġworld wide", - "k in", - "is p", - "ĠK en", - "ĠS ym", - "ĠFlor ida", - "Ġvill age", - "Ġam b", - "Ġd ream", - "ĠP eter", - "Ġachie ved", - "Ġposs ibly", - "Ġn an", - "Ġdec line", - "ĠF act", - "Ġsu dden", - "ot he", - "ĠOff ice", - "Ġm amm", - "ĠEx p", - "l iam", - "Ġb ones", - "Ġcomprehens ive", - "ĠJose ph", - "Ġcar s", - "Ġdist rict", - "Ġpict ures", - "Ġst ick", - "m un", - "Ġpl ate", - "ĠH ome", - "Ġposs ibility", - "Ġf ill", - "ĠL abor", - "Ġopen ed", - "ĠCanad ian", - "Ġwor se", - "Ġpl ays", - "Ġfl ight", - "Ġa x", - "Ġle af", - "Ġwind ow", - "ab its", - "âĢ ľ", - "ĠF orm", - "Ġlist ed", - "ĠI ll", - "Ġsp orts", - "5 00", - "Ġhous es", - "Ġa qu", - "Ġst ored", - "ĠFr ank", - "olester ol", - "Ġreg ional", - "Ġinj uries", - "p ass", - "ĠN atural", - "as ive", - "Ġa w", - "Ġlat ter", - "as er", - "ĠD an", - "Ġwarm ing", - "Ġg ather", - "app ing", - "ag ues", - "Ġharm ful", - "4 6", - "Ġforest s", - "Ġrest rict", - "ĠE ss", - "Ġrepe ated", - "Ġstart s", - "Ġeng age", - "ĠSt at", - "Ġto w", - "Ġread ers", - "Ġsol ve", - "Ġact s", - "Ġair craft", - "Ġbenef icial", - "Ġmar riage", - "Ġsu c", - "p et", - "Ġadminist ration", - "w ar", - "ĠLear n", - "if ies", - "le ments", - "r ors", - "ex p", - "Ġmount ain", - "Ġbud get", - "or gan", - "Ġmain tenance", - "ĠV ict", - "es ter", - "ĠG old", - "rop ical", - "Ġch art", - "ap h", - "Ġab und", - "Ġguid elines", - "Ġansw ers", - "Ġf ell", - "Ġim per", - "Ġpret ty", - "Ġcour ses", - "hem ical", - "Ġprofession als", - "Ġd ust", - "ct ic", - "Ġcl oud", - "Ġun less", - "ĠIS BN", - "Ġcreat es", - "5 5", - "Ġgener ated", - "n ormal", - "Ġsurv ive", - "Ġt ail", - "3 1", - "ĠAustral ian", - "Ġdoct ors", - "Ġsch olars", - "Ġapp rec", - "b orn", - "Ġsur f", - "Ġsequ ence", - "pr ise", - "ĠComm it", - "âĢĻ ,", - "ĠM ad", - "if orm", - "Ġar ms", - "Ġ199 9", - "Ġrem ote", - "Ġtw ice", - "re m", - "Ġjour ney", - "Ġrem aining", - "ĠL ab", - "Ġcho ices", - "Ġtrans mission", - "Ġaccount s", - "im er", - "ĠCon stitution", - "Ġagree ment", - "Ġwild life", - "Ġanc est", - "in ations", - "ot ed", - "ĠPar is", - "ĠC ult", - "ĠF ree", - "ĠSom etimes", - "liam ent", - "Ġswe et", - "g ent", - "Ġmole cules", - "ĠCol umb", - "Ġequ ival", - "or row", - "um s", - "ĠUS A", - "ar ia", - "Ġs ell", - "Ġac celer", - "Ġaff ord", - "Ġexpress ed", - "Ġf illed", - "Ġcult iv", - "Ġchild hood", - "ans ion", - "Ġb io", - "Ġobt ain", - "ĠAm ong", - "Ġt iny", - "ĠT ime", - "C T", - "Ġalg orith", - "Ġbat tery", - "Ġm ur", - "Ġder ived", - "Ġ198 0", - "Ġdisc ipl", - "19 8", - "k i", - "Ġstrugg le", - "ĠStud y", - "ĠO F", - "Ġm useum", - "Ġc atch", - "Ġprot ocol", - "Ġdep os", - "Ġm ac", - "ĠC at", - "ĠM a", - "ect s", - "Ġd ensity", - "m ary", - "4 7", - "Ġed ge", - "ind er", - "Ġun iverse", - "Ġext ended", - "og ue", - "ĠRep ort", - "Ġen vironments", - "Ġmar ine", - "Ġcol our", - "Ġtell s", - "al a", - "Ġelect ronic", - "Ġer ror", - "Ġa f", - "u a", - "Ġdo or", - "Ġw ants", - "Ġhapp y", - "ĠCl in", - "ĠC re", - "Ġprodu ces", - "Ġass istance", - "Ġag encies", - "ĠT or", - "Ġstudy ing", - "Ġcircumst ances", - "t age", - "ic ians", - "Ġopt im", - "Ġland s", - "Ġsee ing", - "Ġper ce", - "Ġa er", - "Ġun known", - "ĠSt reet", - "Ġw aves", - "Ġshe ll", - "ĠH aw", - ". âĢĻ", - "Ġk it", - "Ġdec ade", - "Ġ5 00", - "ĠS ol", - "ĠE nd", - "Ġslow ly", - "Ġopen ing", - "Ġbro ken", - "Ġcomp osition", - "Ġs od", - "Ġcirc uit", - "n am", - "Ġen able", - "ĠN ations", - "Ġsuccess fully", - "Ġind eed", - "Ġre ject", - "ĠK h", - "I L", - "Ġconsist ent", - "Ġout l", - "th rop", - "and a", - "ĠDise ase", - "le ts", - "Ġrespons es", - "oc racy", - "Ġdown load", - "Ġloc ations", - "e per", - "Ġcop y", - "Ġsk ill", - "Ġrat io", - "Ġinter vention", - "Ġ Ð", - "ad a", - "Ġmechan ism", - "sp ec", - "Ġl ots", - "Ġfram ework", - "Ġopp osite", - "Ġtru ly", - "Ġfail ed", - "Ġint ellect", - "Ġtra um", - "ic ide", - "Ġgra v", - "ash ion", - "r id", - "Ġinteract ion", - "z en", - "ad d", - "ce l", - "Ġfound ation", - "Ġp ull", - "Ġst omach", - "Ġy ield", - "I f", - "Ġcrit ic", - "ic an", - "ĠR ob", - "Ġdec ide", - "ĠR ome", - "ĠH all", - "Ġgreat ly", - "i very", - "ost er", - "Ġth or", - "4 9", - "Ġfix ed", - "Ġac ids", - "Ġphot os", - "Ġdo i", - "ĠO h", - "Ġsign als", - "ĠChe ck", - "Ġtro ops", - "Ġg al", - "7 7", - "Ġsent ence", - "Ġaud ience", - "ar ant", - "Ġmult i", - "Ġdoub t", - "in ity", - "Ġconsum ers", - "Ġfoss il", - "Ġresp ir", - "Ġinstit ution", - "st ruct", - "it ative", - "in ction", - "in i", - "ĠM ill", - "itud es", - "Ġ197 0", - "U R", - "ĠP ract", - "Ġbe ar", - "Ġh us", - "Ġun s", - "en a", - "y les", - "Ġra w", - "Ġ3 00", - "Ġinsect s", - "Ġmix ed", - "h ist", - "ere nt", - "l ast", - "Ġsim pl", - "Ġ18 9", - "Ġvessel s", - "Ġmark ed", - "Ġperman ent", - "Ġindic ates", - "rib ed", - "T M", - "Ġprinc ip", - "Ġemot ions", - "Ġcult ures", - "Ġcalc ium", - "Ġsk y", - "H O", - "Ġauthor ities", - "r ine", - "ĠRich ard", - "w ing", - "Ġdifficult y", - "b ody", - "a it", - "Ġlifest yle", - "ĠSou thern", - "Ġlabor atory", - "E P", - "Ġdesc ription", - "Ġun p", - "Ġ199 8", - "oc y", - "Ġwalk ing", - "Ġult imately", - "g ans", - "Ġf iber", - "Ġcare fully", - "ig ation", - "Ġf ly", - "Ġin hib", - "Ġw ish", - "Ġrepl aced", - "Ġimmedi ate", - "lud ing", - "Ġw itness", - "Ġc art", - "on ed", - "Ġconvent ional", - "Ġman aged", - "Ġfl av", - "ific ations", - "Ġs ight", - "ĠCO VID", - "Ġrepresent ed", - "us al", - "Ġcompar ison", - "Ġw ww", - "Ġb rand", - "Ġsh ift", - "Ġorgan ized", - "Ġbig gest", - "Ġded icated", - "us ing", - "Ġnew sp", - "Ġhigh light", - "h ma", - "ĠCl imate", - "ĠD ig", - "ĠW ood", - "ac he", - "ĠC reat", - "k es", - "ste in", - "Ġelect ron", - "ĠO cean", - "Ġd aughter", - "Ġeth nic", - "Ġf asc", - "n o", - "Ġac know", - "ink ing", - "ĠDo es", - "re ed", - "Ġ3 6", - "Ġphilos ophy", - "Ġvolunt e", - "Ġun able", - "Ġmagn etic", - "ĠB ank", - "Ġyoung er", - "ir us", - "Ġno ise", - "Ġal le", - "ter ing", - "Ġsm oking", - "z il", - "Ġsupport ing", - "Ġatt end", - "t ic", - "um es", - "re land", - "Ġhand le", - "ĠF ort", - "Ġres erv", - "à ¼", - "Ġacc um", - "ab ul", - "Ġnecess arily", - "in ate", - "Ġco ffee", - "ĠA S", - "Ġdeb ate", - "ĠQu est", - "Ġgl uc", - "Ġch olesterol", - "Ġro of", - "ĠI P", - "b our", - "Ġpre val", - "ant ly", - "iz er", - "Ġdes ire", - "Ġread er", - "Ġd ent", - "r ont", - "Ġpurch ase", - "Ġv oc", - "Ġimplement ation", - "ĠMich ael", - "Ġp up", - "Ġpers ist", - "Ġmach ines", - "Ġn ine", - "Ġd iox", - "ĠCan cer", - "Ġm ild", - "ĠS ign", - "ĠC amp", - "ĠF ind", - "Ġclos er", - "Ġrem ark", - "Ġreg ul", - "Ġwrit er", - "Ġin ner", - "g u", - "ri ers", - "Ġch osen", - "ap ed", - "ĠCol or", - "Ġreg ulations", - "Ġcut ting", - "Ġconc rete", - "ĠFurther more", - "Ġbreat hing", - "Ġcommunic ate", - "Ġdestroy ed", - "Ġh abits", - "Ġf abric", - "z ed", - "Ġarr ived", - "Ġlim its", - "Ġcor n", - "r ating", - "ĠN orthern", - "Ġthous and", - "Ġn erve", - "ĠFore st", - "Ġover l", - "Ġg one", - "Ġhe ro", - "Ġfew er", - "ĠCh ic", - "Ġmar ried", - "Ġarchitect ure", - "ĠIt aly", - "int s", - "Ġconstit ution", - "ĠMore over", - "ell a", - "ĠSt r", - "Ġmechan isms", - "ĠL ist", - "le vel", - "ĠI reland", - "ĠAd minist", - "Ġunder lying", - "Ġen ds", - "ĠCur rent", - "ĠC ap", - "Ġun iversity", - "Ġstand s", - "ipp ing", - "ĠE th", - "ĠSim ilar", - "ĠUn f", - "ag on", - "Ġlist en", - "ĠRev olution", - "Ġfight ing", - "Ġhyd rogen", - "ĠT op", - "ĠS ing", - "Ġimprove ment", - "ct ive", - "Ġfound ed", - "ĠPl ant", - "Ġbehavi ors", - "ĠM ag", - "ec k", - "Ġjo in", - "ĠCommit tee", - "f e", - "Ġsh aring", - "Ġf alse", - "Ġrel ax", - "Ġpr on", - "Ġeval uation", - "rib e", - "ĠN ative", - "r d", - "Ġpercent age", - "Ġstand ing", - "h op", - "ĠSp ain", - "ĠB rown", - "ell ed", - "u nder", - "Ġ18 5", - "Ġex ists", - "A meric", - "Ġsupport s", - "Ġc m", - "ph one", - "st one", - "Ġne ck", - "ĠC lick", - "ĠL ook", - "ĠV it", - "ĠC r", - "m l", - "Ġwhere as", - "h and", - "Ġhous ing", - "ĠR oyal", - "Ġrecogn ition", - "Ġd in", - "ĠAg ricult", - "se y", - "or a", - "Ġdraw ing", - "D P", - "Ġpar alle", - "Ġpsych ological", - "ad ing", - "Ġfe eding", - "ors es", - "az ing", - "ir ty", - "Ġour selves", - "Ġun us", - "Ġorgan isms", - "ĠP M", - "Ġch rom", - "Ġart ificial", - "ĠN on", - "t hen", - "ĠS et", - "Ġcolle agues", - "Ġp apers", - "Ġc os", - "b ra", - "Ġvulner able", - "Ġe ld", - "ins on", - "Ġf ract", - "Ġcomp ounds", - "ĠCom put", - "Ġreg ist", - "Ġmem br", - "br idge", - "f ish", - "Ġhor iz", - "Wh at", - "Ġag ency", - "Ġphot ograph", - "Ġconf idence", - "Ġvari able", - "Ġtw enty", - "iction ary", - "c her", - "ĠS ever", - "Ġte a", - "Ġatt ached", - "ĠSc ot", - "it an", - "Ġe pid", - "Ġr id", - "Ġ196 0", - "Ġocc asion", - "Ġcont amin", - "ĠE ffect", - "ĠEmp ire", - "rim ination", - "he ast", - "Ġsuppl ies", - "Ġcam era", - "ĠA ccess", - "Ġfunction al", - "or ous", - "ĠT imes", - "Ġtransport ation", - "Ġl ies", - "Ġb read", - "Ġprogram ming", - "Ġv ote", - "a ud", - "Ġdemonstr ated", - "Ġcl ust", - "Ġeas tern", - "is ters", - "Ġt aste", - "Ġz one", - "om ic", - "Ġturn s", - "ĠB ack", - "ĠN ut", - "ĠG ard", - "ct or", - "hes is", - "Ġst able", - "Ġm ice", - "ic on", - "Ġb order", - "ĠSc ott", - "Ġris ing", - "Ġt ank", - "ĠC y", - "Ġterrit ory", - "Ġcont ained", - "ĠP enn", - "if est", - "ĠResear chers", - "ĠG al", - "Ġparticip ate", - "Ġsh op", - "Ġtr ials", - "Ġsub s", - "ĠP an", - "Ġt all", - "A s", - "w ord", - "Ġgre w", - "Ġc row", - "Ġresult ed", - "ĠTe ac", - "ĠM ain", - "st ract", - "Ġemploy ment", - "Ġm ent", - "Ġreact ions", - "a very", - "ĠT able", - "Ġinstruct ions", - "Ġfeed back", - "Ġhyp othes", - "ĠTh ree", - "____ ____", - "Ġwill ing", - "h av", - "Ġdiox ide", - "it a", - "Ġsh ut", - "Ġrel ation", - "Ġcr ime", - "Ġre cept", - "Ġz ero", - "Ġlay ers", - "ĠCarol ina", - "Ġequival ent", - "ĠAddition ally", - "Ġa th", - "Ġacc ident", - "ĠE qu", - "Ġve ter", - "Ġpolit ics", - "Ġtra ined", - "ab led", - "Ġdemonstr ate", - "t op", - "Ġdel ay", - "Ġa head", - "Ġth y", - "er ior", - "ĠAd v", - "on ia", - "Ġres olution", - "ĠCon n", - "Ġcustom ers", - "Ġob esity", - "Ġcon clusion", - "i h", - "Ġexam ine", - "ro vers", - "Ġro w", - "L E", - "Ġ7 5", - "Ġm eth", - "Ġwh atever", - "Ġdeb t", - "Ġser ver", - "Ġ3 2", - "ĠP rop", - "Ġp ool", - "Ġknow s", - "Ġpow ers", - "op y", - "Ġp air", - "Ġobserv ations", - "Ġsh ips", - "ĠB ab", - "Ġcompet ition", - "ĠB us", - "Ġdiagn osed", - "Ġins urance", - "Ġinteract ions", - "ĠP op", - "Ġgreen house", - "ĠUnf ortunately", - "Ġleg s", - "ĠSc iences", - "Ġpre v", - "ut ch", - "Ġcar b", - "ant a", - "Ġbelief s", - "Ġent ry", - "s is", - "Ġobject ive", - "ĠVal ley", - "Ġdist ur", - "Ġinstru ments", - "u h", - "ir ds", - "Ġcapt ure", - "L A", - "Ġ199 7", - "Ġref uge", - "n et", - "à ³", - "Ġpresent ation", - "Ġfe ver", - "Ġgu arant", - "Ġprom pt", - "0 5", - "ĠAcad emy", - "ĠCh apter", - "rit is", - "ol a", - "ion e", - "Ġdel ivery", - "ĠS il", - "Ġconn ections", - "ĠOp en", - "Ġjo ined", - "Ġvirt ual", - "Ġgener ations", - "ĠChic ago", - "Ġpro ve", - "Ġte en", - "Ġsubst ances", - "e en", - "ym ph", - "ĠB ig", - "Ġfrequ ent", - "Ġpart ner", - "Ġadminist r", - "as ters", - "t ra", - "Ġfl o", - "Ġestim ates", - "Ġg ap", - "ĠArt icle", - "Ġa str", - "Ġindepend ence", - "ĠBra zil", - "I P", - "ĠL anguage", - "Ġdep artment", - "Ġhe m", - "Ġ ·", - "Ġsupp osed", - "Ġnear by", - "Ġmaint aining", - "Ġconsum er", - "es is", - "ult s", - "he red", - "Ġcom ments", - "ĠE U", - "à ¶", - "ic ious", - "te en", - "esp read", - "Ġfund s", - "Ġst roke", - "c alled", - "u gh", - "Ġiss ued", - "ĠII I", - "ĠVict or", - "Ġf u", - "ex am", - "ĠSpec ial", - "ĠBo ard", - "od ing", - "ĠSt art", - "u ps", - "Ġm aps", - "anc hes", - "7 9", - "ĠH y", - "st ruction", - "Ġm m", - "Ġc ats", - "0 1", - "Ġsh ot", - "Ġtiss ues", - "it ivity", - "ĠA ge", - "The re", - "Ġpos itions", - "Ġshe et", - "Ġindust ries", - "Ġm os", - "Ġsc ene", - "Ġemploy ed", - "it t", - "Ġr u", - "we ight", - "Ġso le", - "rodu ction", - "Ġpain ting", - "ĠE astern", - "Ġexp ansion", - "cy cl", - "Ġstim ul", - "Ġdef ine", - "x ts", - "Ġexpl o", - "Ġb ond", - "Ġarr ange", - "ĠP y", - "ĠFam ily", - "Ġmark ets", - "ĠY ear", - "Ġb ot", - "Ġsm oke", - "Ġv s", - "ov en", - "Ġdef e", - "4 2", - "ĠJ o", - "Ġpo ison", - "Ġne ur", - "Ġsc an", - "e enth", - "el ess", - "Ġassoci ation", - "Ġout bre", - "ĠN ever", - "ĠM er", - "Ġbr idge", - "ure au", - "Ġle ct", - "Ġmod e", - "Ġd rain", - "Ġob lig", - "Ġp ra", - "in ating", - "Ġoper ate", - "h ow", - "ĠAut hor", - "Ġchalleng ing", - "B S", - "Ġmin ing", - "Ġevery day", - "ite ly", - "ĠYou ng", - "Ġsp ending", - "b ut", - "us hed", - "Ġcateg ories", - "pl ant", - "ĠM ult", - "Ġlaun ched", - "6 6", - "Ġput ting", - "ploy ment", - "ak ed", - "Ġre ven", - "ĠGe org", - "Ġm and", - "Ġmat ch", - "Ġn est", - "Ġsp ok", - "ish ment", - "et her", - "ĠL ess", - "Ġvol tage", - "wh ile", - "et ime", - "Ġinvol ving", - "Ġh ur", - "% )", - "Ġmat ters", - "ĠH oly", - "ĠD ar", - "Ġsur ve", - "Ġparticip ation", - "Ġch ick", - "Ġlegisl ation", - "Ġwas n", - "8 8", - "ear ing", - "Ġexerc ises", - "Ġh ole", - "Ġbreat h", - "Ġdang er", - "om p", - "ĠP et", - "Ġme al", - "Ġworks he", - "Ġunder t", - "Ġdiv ision", - "Ġsett ings", - "Ġsm ooth", - "Ġsc ript", - "ĠMart in", - "ĠR esp", - "Ġkid ney", - "Ġc av", - "e y", - "Ġpass age", - "4 3", - "ĠE st", - "Ġelect ro", - "Ġ15 0", - "Ġfram e", - "Ġplay ers", - "Ġa ward", - "Ġstr ing", - "igh ter", - "ĠF our", - "Ġmin erals", - "Ġrep air", - "ĠMe an", - "Ġs ections", - "Y ou", - "Ġhold s", - "sc ale", - "Ġrel iable", - "Ġexplan ation", - "du le", - "Ġcent re", - "Ġf er", - "hy th", - "ĠW ord", - "um ps", - "Ġus age", - "ĠW ik", - "Ġrout e", - "Ġf old", - "Ġcry st", - "Ġbl ocks", - "Ġr ice", - "is k", - "os ion", - "ĠIt alian", - "Ġor gans", - "Ġco vers", - "Ġ199 6", - "Ġon going", - "Ġsw im", - "Ġfor get", - "it ter", - "Ġwid espread", - "Ġredu ces", - "Ġn one", - "ĠOr ig", - "ĠGu ide", - "I R", - "Ġend ed", - "ĠL ow", - "Ġcount y", - "oura ge", - "edi atric", - "Ġvirus es", - "ia h", - "Ġt ons", - "Ġmet ers", - "Ġh olid", - "Ġsp aces", - "I A", - "Ġbr ings", - "it tle", - "Ġrel ief", - "ĠM el", - "ĠIr ish", - "Ġc up", - "Ġdra wn", - "Ġcommit ted", - "Ġadequ ate", - "g ical", - "Ġaccess ible", - "s uch", - "G o", - "Ġr ig", - "az ine", - "Ġappro ved", - "Ġb low", - "ĠS at", - "Ġindic ated", - "Ġdep art", - "Ġsignific ance", - "ĠL ar", - "Ġinstall ed", - "Ġb anks", - "Ġcomp are", - "Ġr ank", - "Ġhold ing", - "Ġf ashion", - "Ġphys ics", - "Ġrun s", - "Ġins ulin", - "ĠSever al", - "ĠCh o", - "Ġg ram", - "Ġag reed", - "Ġcontrol s", - "Ġest imate", - "ĠKing dom", - "ot es", - "Ġbo ys", - "f it", - "Ġsuc ceed", - "Ġdam aged", - "Ġele ction", - "Ġsh if", - "id ity", - "Ġear n", - "Ġmechan ical", - "Ġful f", - "Ġor ient", - "Ġb oy", - "Ġal ign", - "Ġbl ind", - "Ġt ight", - "ĠD own", - "Ġgluc ose", - "Ġd ys", - "Ġ6 5", - "Ġv ac", - "Ġrece iving", - "4 1", - "ĠPart y", - "ent ed", - "Ġinteg rated", - "Ġtri p", - "Ġr ivers", - "Ġmoist ure", - "Ġte xts", - "Ġhistor ic", - "Ġfor th", - "Ġg ut", - "I G", - "ib l", - "am ins", - "Ġrespect ively", - "ĠV er", - "C D", - "Ġsac r", - "Ġad vert", - "Ġconstruct ed", - "i ability", - "Ġmeasure ment", - "Ġstrong ly", - "Ġst reet", - "Ġbab ies", - "Ġwor ry", - "all s", - "Ġcon ven", - "r ite", - "ĠCommun ity", - "Ġ ©", - "Ġs ke", - "he nt", - "Ġcomp osed", - "ĠWh ich", - "ic it", - "ren cy", - "ĠWor ks", - "Ġm ales", - "Ġdecl ared", - "s he", - "oc c", - "oc ation", - "I s", - "ĠM en", - "Ġann ounced", - "c ar", - "ĠR om", - "ĠM S", - "Ġoff ering", - "Ġne ither", - "ĠLe g", - "Ġsome what", - "Ġc ards", - "Ġcol umn", - "g ov", - "Ġbur ning", - "Ġvari ables", - "Ġab and", - "ĠA P", - "op les", - "ro oms", - "Ġn ob", - "Ġf urn", - "Ġent ered", - "Ġbut ter", - "ir t", - "ĠNe xt", - "Ġart ists", - "Ġt ub", - "Ġtra ct", - "Ġarch ae", - "Ġen emy", - "Ġfem ales", - "ĠServ ices", - "Ġ199 5", - "8 5", - "Ġman ip", - "ĠRes ources", - "Ġmeasure ments", - "Ġ ille", - "Ġconstant ly", - "Ġrecommend ations", - "Ġmiss ing", - "Ġp ed", - "Ġdest ruction", - "abul ary", - "Ġm ood", - "he rent", - "Ġask ing", - "ident ial", - "Ġproport ion", - "ĠM ethod", - "Ġthe ories", - "Ġphot o", - "g ers", - "Ġcal ories", - "ĠCh ange", - "Ġk ne", - "Ġsurf aces", - "ad y", - "Ġro les", - "Ġintellect ual", - "Ġ )", - "ir ation", - "Ġt ube", - "Ġhus band", - "Ġthe ore", - "Ġcont rovers", - "qu it", - "% .", - "Ġcateg ory", - "ag ram", - "Ġinfluen ced", - "Ġout come", - "Ġprepar ation", - "m aking", - "ĠT ype", - "ĠT ry", - "Ġtrou ble", - "Ġr ing", - "Ġneg ot", - "Ġvict ims", - "Ġlov ed", - "C A", - "Ġfac ility", - "Ġsee king", - "Ġnerv ous", - "Ġevalu ate", - "ĠIsl am", - "Ġint est", - "ro t", - "Ġpublic ation", - "Ġst re", - "ĠG r", - "ĠChrist mas", - "acc o", - "Ġint ense", - "Ġph arm", - "Ġtur ning", - "Ġdist ributed", - "Ġang le", - "Ġf ro", - "r ial", - "Ġb iod", - "ĠF ace", - "Ġmetab ol", - "Ġwa it", - "7 1", - "Ġcent ers", - "ĠE p", - "or ph", - "Ġcrit eria", - "ĠInd ust", - "ĠP ak", - "Ġp ounds", - "Ġcollabor ation", - "Ġfl ag", - "Ġcoast al", - "th at", - "Ġb ath", - "air y", - "ult y", - "ĠOx ford", - "ĠN az", - "Ġpar as", - "Ġpl us", - "Ġanal ys", - "Ġpregn ant", - "ĠAtl antic", - "ree k", - "k ins", - "ig an", - "Ġar ts", - "Ġdet ection", - "Ġdesign s", - "et ics", - "Ġre ly", - "ĠInd ians", - "Ġprevent ing", - "Ġguid ance", - "Ġro cks", - "el esc", - "Ġh un", - "ĠSec urity", - "ĠB ill", - "Ġexam ination", - "Ġwith d", - "es ides", - "Ġw ound", - "Ġseem ed", - "ĠV iet", - "ĠF und", - "ĠH ill", - "Ġdo se", - "ad ed", - "re y", - "Ġfor g", - "Ġweap ons", - "Ġdepend ent", - "ĠK ar", - "th ritis", - "ot ton", - "ap se", - "ĠP olic", - "ĠPr inc", - "Ġvol can", - "Ġadvant ages", - "ĠP o", - "Ġart ist", - "ĠL ib", - "Ġsc ore", - "Ġdoll ars", - "Ġrenew able", - "ĠD ou", - "Ġcontem porary", - "ĠT V", - "Ġunc ertain", - "op eration", - "Ġs ought", - "Ġh orses", - "g reg", - "Ġhon or", - "Ġeng aged", - "Ġbre eding", - "ĠKe y", - "ĠS up", - "O L", - "ĠAs ian", - "Ġst rict", - "Ġac ute", - "Ġcom plicated", - "Ġparalle l", - "Ġpl enty", - "Ġthem e", - "Ġfarm ing", - "Ġconvers ation", - "h yd", - "Ġrespir atory", - "Ġearth qu", - "Ġmere ly", - "Ġmort ality", - "Ġbeaut y", - "Ġreal ize", - "ĠWith out", - "Ġdom ain", - "Ġown er", - "Ġfac ing", - "Ġcr im", - "ort ion", - "Ġconsid ering", - "Ġmole cular", - "Ġcomm ission", - "ĠMod ern", - "b u", - "Ġfour th", - "Ġsil ver", - "ĠA gency", - "ro at", - "Ġp and", - "o om", - "Ġshar p", - "Ġsatell ite", - "ive red", - "ixt ure", - "Ġcomp ris", - "U N", - "ĠZ eal", - "Ġpro of", - "Ġesc ape", - "Ġsubsequ ent", - "an i", - "O C", - "Ġsh ock", - "op es", - "ĠP ot", - "Ġaccur acy", - "am ing", - "Ġsw itch", - "c ons", - "y al", - "ir al", - "ĠD en", - "ĠSu per", - "Ġingred ients", - "Ġoffic ers", - "A l", - "Ġab normal", - "g s", - "Ġdis char", - "Ġed ition", - "Ġtrans p", - "it als", - "m edi", - "he alth", - "force ment", - "Ġfavor ite", - "Ġdes ired", - "Ġcl othing", - "r ary", - "ĠY es", - "Ġcare ful", - "os h", - "Ġcapt ured", - "Ġir rit", - "Ġbe ings", - "Ġag ents", - "I M", - "7 3", - "Ġphenomen on", - "ars h", - "st s", - "Ġmess ages", - "Ġform ula", - "Ġcarry ing", - "ĠAN D", - "Ġmaint ained", - "ĠHe b", - "R A", - "Ġcirc le", - "ol n", - "a ired", - "Ġopp osed", - "Ġmov es", - "Ġthan ks", - "ĠG rand", - "ren e", - "Ġin n", - "ĠM oon", - "Ġmicro b", - "Ġpres ents", - "Ġa ims", - "Ġgradu ally", - "Ġconfirm ed", - "Ġj ump", - "Ġn ose", - "Ġinc red", - "Ġimplement ed", - "Ġbi ology", - "Ġprov en", - "ol esc", - "Ġrare ly", - "Ġar rest", - "ĠRead ing", - "Ġfair ly", - "Ġpe ak", - "Ġcor rel", - "Ġremov al", - "Ġabs ence", - "Ġattempt s", - "Ġsl avery", - "ic ate", - "ĠWhe ther", - "Ġs ession", - "Ġo v", - "ere n", - "e ut", - "Ġstrong er", - "row ing", - "rain ing", - "ov ascular", - "ĠDist rict", - "Ġhe ating", - "Ġshap es", - "is dom", - "Ġbring ing", - "Ġexcess ive", - "ĠZeal and", - "Ġit em", - "Ġdisc rimination", - "Ġim plications", - "Ġconsider able", - "ĠC ell", - "ĠSw ed", - "ĠC ast", - "Ġpass ing", - "ast y", - "Ġess entially", - "ĠR ock", - "Ġph osph", - "Ġtown s", - "ĠJ ac", - "Ġcop per", - "Ġserv ing", - "p es", - "o ir", - "Ġfocus es", - "Ġprincip al", - "H e", - "Ġsecond s", - "Ġeffect iveness", - "ord ers", - "Ġbr anches", - "Ġs ales", - "Ġteam s", - "ĠNet work", - "the less", - "Ġencoura ged", - "vent ions", - "ĠL o", - "Ġcomb at", - "Ġ id", - "d f", - "per or", - "ĠS ir", - "ag raph", - "omm od", - "ĠJ ul", - "Ġ3 8", - "Ġsign ed", - "Ġpro hib", - "Ġrad ical", - "i ological", - "n ut", - "ĠM ah", - "Ġlearn ers", - "Ġinf ant", - "t les", - "ĠAng el", - "Ġtreat ing", - "ost on", - "he imer", - "Ġflow er", - "ĠD esc", - "ĠSec ret", - "en ess", - "ĠS ource", - "Ġunivers al", - "Ġstat istics", - "Ġtem ple", - "oh yd", - "Ġdis aster", - "Ġch lor", - "Ġvar ieties", - "ĠCent re", - "Ġtrans act", - "ĠPer haps", - "Ġtur b", - "og a", - "Ġdifficult ies", - "ĠAdminist ration", - "U T", - "Ġem pt", - "ru ption", - "pl ing", - "Ġt ut", - "Ġclean ing", - "Ġp it", - "Ġclaim ed", - "Ġinf ect", - "Ġin her", - "her ic", - "Ġprov ed", - "Ġde aling", - "Ġmin eral", - "Ġdef ense", - "7 2", - "ĠJohn son", - "Ġcharacter ized", - "ail ed", - "ill a", - "ĠE r", - "cycl op", - "ol ving", - "rou s", - "Ġre ward", - "Ġhorm one", - "ĠL ight", - "m es", - "6 8", - "ĠDirect or", - "Ġfil ter", - "Ġvisit ors", - "Ġ4 8", - "Ġscreen ing", - "Ġstruct ural", - "Ġexperim ental", - "Ġsp ort", - "Ġcre w", - "Ġins ert", - "S S", - "Ġover w", - "b ar", - "Ġwrit ers", - "ĠS und", - "ro x", - "ĠScient ists", - "ĠTreat ment", - "ist ical", - "Ġinterpret ation", - "Ġnew ly", - "Ġdel ivered", - "Ġch am", - "Ġ19 50", - "Ġr oughly", - "Ġis lands", - "Ġout er", - "Ġgu ard", - "Ġequ ally", - "Ġbr anch", - "ĠNe u", - "Ġla unch", - "ĠPak istan", - "Ġcomfort able", - "Ġpan el", - "ĠT im", - "Ġev il", - "ĠSaf ety", - "Ġplan ned", - "Ġspect rum", - "ĠT re", - "Ġ199 4", - "Ġfun g", - "Ġmod ified", - "Ġ4 00", - "Ġknow ing", - "Ġg ained", - "out s", - "el i", - "Ġro ads", - "Ġinterp re", - "Ġinform ed", - "v ard", - "Ġmathemat ics", - "ĠCol l", - "Ġw ine", - "on n", - "Ġinvestig ation", - "Ġl ake", - "em ia", - "Ġche st", - "Ġimag ine", - "ask a", - "Ġtarget s", - "Ġlight s", - "Ġjud ge", - "ĠEngine ering", - "b les", - "exam ple", - "c hen", - "Ġra cial", - "ĠM D", - "Ġmin ute", - "il ation", - "Ġfall s", - "Ġl ie", - "Ġunus ual", - "Ġcl ar", - "Ġinnov ation", - "inc oln", - "v in", - "ĠU r", - "ĠO per", - "Ġmic rosc", - "Ġhe aling", - "Ġrem ed", - "og ether", - "an o", - "7 4", - "ĠId ent", - "ian a", - "ess ions", - "Ġserv es", - "Ġprom inent", - "lish ing", - "Ġelect ed", - "Ġtrig ger", - "ĠMus lim", - "Ġbre ed", - "ĠA M", - "Ġdem ands", - "Ġhapp ening", - "Ġla id", - "ri end", - "Ġde eper", - "m m", - "ont al", - "Ġfish ing", - "un icip", - "Ġc ash", - "Ġsp in", - "Ġcook ing", - "Ġexam ined", - "Ġhaz ard", - "Ġgal ax", - "Ġex clus", - "Ġdecre ased", - "ĠOn line", - "Ġcomp ound", - "b ec", - "Ġenc oun", - "ĠW all", - "ĠF ire", - "Ġconcer ning", - "Ġass ume", - "Ġm old", - "Ġ3 3", - "Ġcrim inal", - "Ġdiam eter", - "Ġus ual", - "Ġelimin ate", - "Ġvar iation", - "ID S", - "Ġdec or", - "Ġg ro", - "Ġsubstant ial", - "Ġconsider ation", - "Ġinit ially", - "Ġnit rogen", - "Ġsatis f", - "ĠH and", - "ĠH aving", - "Ġb omb", - "Ġf ed", - "ha ust", - "Ġany where", - "Ġfin ished", - "ra v", - "ĠT om", - "Ġsuff ered", - "Ġneu ro", - "Ġbig ger", - "Ġsen ior", - "Ġbr ush", - "i ary", - "Ġst ead", - "Ġpo em", - "P h", - "Ġprint ed", - "Ġassign ed", - "ab eth", - "Ġliter acy", - "Ġast hma", - "og rap", - "ĠWind ows", - "ad der", - "ĠRem ember", - "Ġplan e", - "Ġpl ot", - "ĠS ar", - "ĠDe v", - "Ġman ifest", - "ou nce", - "Ġexcept ion", - "ĠL iter", - "Ġobs erve", - "Ġneighbor hood", - "ual ity", - "r ane", - "Ġsub t", - "Ġrec over", - "ĠV en", - "Ġer rors", - "Ġcomp ens", - "ĠColumb ia", - "Ġconf ig", - "am ics", - "ĠI ran", - "Ġc ort", - "se ll", - "Ġtrad itions", - "Ġdet ected", - "Ġh oles", - "ĠAg ain", - "Ġstate ments", - "ĠS and", - "Ġrem ind", - "Ġphysic ian", - "Ġthreat s", - "Ġdef end", - "Ġmar ks", - "Ġc ab", - "Ġdr iven", - "Ġtrend s", - "Ġspl it", - "ĠP arent", - "E E", - "ĠOrgan ization", - "H D", - "ult ane", - "Ġun w", - "pt ions", - "Ġcom plications", - "Ġfl our", - "ost ic", - "m ers", - "Ġad m", - "iox id", - "Ġgra in", - "at ial", - "ĠBus iness", - "ĠP ur", - "Ġisol ated", - "Ġro se", - "Ġh osp", - "cl ass", - "ris on", - "Ġd ates", - "Ġkil omet", - "ric ts", - "Ġp y", - "Ġfac ed", - "on al", - "Ġwar ning", - "ĠCo ast", - "g ence", - "ig ue", - "ĠChrist ians", - "ĠIs s", - "Ġadd s", - "Ġal ter", - "ĠEl iz", - "ĠCont in", - "ĠL im", - "Ġsu s", - "' m", - "Ġf est", - "Ġsc ar", - "Ġscient ist", - "6 9", - "Ġacc ommod", - "Ġident ification", - "ot ype", - "ĠM ath", - "ri z", - "com ing", - "Ġst ability", - "Ġp estic", - "Ġconsum e", - "Ġtele vision", - "Ġint ent", - "Ġprovid er", - "Ġcor ner", - "Ġter ror", - "Ġgr id", - "ĠW al", - "Ġed itor", - "Ġdis rupt", - "A n", - "ĠB oston", - "Ġmay be", - "Ġsou l", - "Ġor bit", - "Ġst ores", - "Ġm g", - "Ġbacter ial", - "Ġearl iest", - "A r", - "Ġreg ulation", - "Ġprint ing", - "Ġag ed", - "Ġint ensity", - "Ġdyn amic", - "Ġord ered", - "ative ly", - "Ġar ray", - "Ġbi om", - "f ts", - "Ġsche dule", - "ou red", - "Ġaccom pan", - "ĠN ov", - "C E", - "ĠL incoln", - "Ġt ropical", - "s m", - "ĠPre vention", - "ĠAss ess", - "Ġheav ily", - "Ġev olved", - "Ġc aught", - "ĠLe ad", - "Ġcon j", - "Ġcon qu", - "ict ed", - "et ary", - "Ġsl aves", - "ĠIm p", - "ĠIn it", - "van ia", - "ĠOh io", - "est ed", - "ĠSup reme", - "elf are", - "ust ain", - "Ġgrant ed", - "or ic", - "ogen ic", - "op ic", - "i at", - "Ġy e", - "ĠF ar", - "inc luding", - "Ġam azing", - "Ġlist ening", - "ĠFollow ing", - "Ġvide os", - "ĠJe ff", - "it arian", - "Ġmeas uring", - "ot al", - "ĠAl z", - "ĠHe art", - "Ġhe nce", - "Ġchann el", - "Americ an", - "Ġind igenous", - "Ġv an", - "ĠR h", - "Ġcorrect ly", - "Ġantibiot ics", - "ig ate", - "ĠSt ar", - "et te", - "Ġsit ting", - "Ġobject ives", - "ĠD ue", - "ĠC ross", - "ud e", - "o ids", - "ĠF ather", - "ie val", - "Ġsus cept", - "al i", - "Ġst uff", - "Ġconclud ed", - "Ġ ;", - "Ġwind ows", - "c ient", - "ip edia", - "on ym", - "Ġinsp ired", - "A A", - "in f", - "e ffect", - "Ġcl ient", - "Ġobserv ation", - "Ġst ations", - "Ġim aging", - "Ġreve al", - "ĠHeb rew", - "Ġun iform", - "Ġtransl ation", - "ĠP erson", - "Ġstreng then", - "ĠAs k", - "ĠO l", - "Ġp in", - "Ð ¾", - "it ure", - "Ġover come", - "Ġdec ay", - "Ġd rought", - "ĠEd ward", - "Ġengine ers", - "ĠInc re", - "ĠP en", - "Ġra b", - "Ġm ir", - "se mb", - "Ġra c", - "ic y", - "Ð °", - "isc o", - "ĠV iew", - "Ġprocess ed", - "C H", - "Ġvit amins", - "ĠIn s", - "p rodu", - "ĠB ul", - "ish op", - "ĠM ot", - "Ġgrow s", - "ĠBe ing", - "sy l", - "Ġ5 5", - "ic ing", - "ra ys", - "Ġfind s", - "Ġemphas is", - "ĠPol it", - "Ġwor st", - "Ġwhe el", - "Ġwors hip", - "ĠA R", - "Ġplay er", - "ĠB ased", - "ur a", - "Ġg iant", - "Ġl es", - "Ġen orm", - "Ġsuper ior", - "ĠMin ister", - "Ġhead s", - "Ġcon ce", - "Ġcont ribution", - "Ġag ent", - "Ġper ception", - "ĠI V", - "Ġdri ver", - "ut en", - "Ġco verage", - "ĠScot land", - "uck y", - "Ġflow s", - "ĠH ospital", - "Ġdut y", - "n ight", - "ĠL y", - "Ġsl ave", - "Ġfat ty", - "Ġper m", - "Ġmus ical", - "ĠQue en", - "Ġse at", - "Ġidentify ing", - "ĠUn like", - "Ġath let", - "ĠH or", - "ĠD id", - "Ġvoc abulary", - "Ġfunction ing", - "Ġsun light", - "r ance", - "Ġprogram me", - "Ġwrit es", - "ĠInd eed", - "ĠAv oid", - "Ġdis abilities", - "6 4", - "Ġoccur ring", - "Ġst rain", - "Ġc oc", - "Ġpro s", - "ac ent", - "Ġacqu ired", - "ort ed", - "it ual", - "ck ing", - "Ġ vel", - "Ġview ed", - "ĠT O", - "g ien", - "Ġre aching", - "ĠKore a", - "v a", - "9 8", - "Ġpe oples", - "Ġ20 21", - "ĠC P", - "ĠVit amin", - "ĠCam bridge", - "Ġun com", - "Ġquant ity", - "Ġexperien cing", - "as ant", - "Ġh oney", - "ĠPl ay", - "Ġb rows", - "ĠAlz heimer", - "ĠSur vey", - "Ġinh abit", - "Ġrepresent ation", - "sp ect", - "ĠDiv ision", - "ange red", - "Ġas c", - "ĠU t", - "Ġold est", - "Ġconf erence", - "Ġal ph", - "Ġcat tle", - "Ġcommit ment", - "hold ers", - "Ġprovid ers", - "Ġtherm al", - "Ġad verse", - "b a", - "Ġme als", - "ĠO bs", - "Ġab ilities", - "Ġbe es", - "Ġaut hent", - "tr ans", - "Ġmod erate", - "Ġdiet ary", - "Ġsu p", - "Ġcere mon", - "Ġl ymph", - "ĠProt ection", - "EN T", - "ĠRo ad", - "âĢ ²", - "y er", - "Ġvict im", - "ĠLe e", - "Ġtax es", - "Ġprotect ive", - "Ġprotect ing", - "Ġdirect ed", - "Ġt ables", - "Ġst ake", - "Ġext end", - "Ġinnov ative", - "ĠCons ervation", - "Ġep is", - "ĠBo oks", - "Ġpol ar", - "Ġautom atically", - "m od", - "ist ed", - "Ġpand emic", - "so ft", - "Ġcool ing", - "Ġrel ie", - "j ust", - "Ġ199 2", - "Ġprof it", - "Ġin equ", - "ple te", - "usal em", - "Ġquant um", - "d oor", - "Ġcover ing", - "Ġconcent rations", - "Ġm ixture", - "Ġcons erv", - "Ġparam eters", - "Ġ18 0", - "ĠHe ad", - "Ġam pl", - "ĠC orn", - "Ġâ Ĩ", - "Ġregard less", - "Ġcontribut ed", - "Ġun ion", - "Ġplant ing", - "Ġrob ot", - "ĠFace book", - "Ġphr ase", - "Ġaffect ing", - "Ġres id", - "Ġproduct ivity", - "f rom", - "M P", - "H S", - "Ġvacc ines", - "ĠMich igan", - "erc ury", - "br id", - "ĠBat tle", - "ail able", - "Ġdem ocracy", - "Ġgir l", - "Ġhard ware", - "Ġmount ains", - "ograph ical", - "ĠSch olar", - "Ġmos quit", - "Ġregard ed", - "ĠHel p", - "Ġsupp lements", - "Ġquar ter", - "Ġwhe at", - "Ġex haust", - "at hered", - "Ġthere by", - "ĠFor ce", - "syl vania", - "ĠH im", - "Ġen ables", - "us ive", - "h ar", - "Ġaut ism", - "ĠC ard", - "Ġaddress ed", - "othe rapy", - "Ġcharacter istic", - "Ġste am", - "ĠG ar", - "ĠSp ring", - "l ines", - "Ġver tical", - "Ġb ag", - "al ities", - "Ġform ing", - "og s", - "Ġarg ue", - "ĠAn alysis", - "Ġsepar ated", - "Ġsc ores", - "Ġnarr ative", - "ĠPolic y", - "re ction", - "Ġfar ms", - "ym es", - "ru it", - "Ġcall ing", - "ĠW ay", - "Ġpre ced", - "Ġcolon ial", - "Ġ199 3", - "roll ed", - "ĠD O", - "Ġre ct", - "ĠI T", - "pt om", - "en ger", - "cent ury", - "Ġl ip", - "Ġn ice", - "qu ar", - "it ory", - "r ical", - "Ġl aser", - "ĠA L", - "Ġac res", - "] ,", - "Ġr ational", - "Ġqu iet", - "Ġsim ultane", - "Ġad vent", - "ĠGeorg ia", - "N ew", - "et t", - "Ġfall ing", - "ans as", - "Ġh idden", - "ĠEliz abeth", - "Ġpl a", - "Ġweak ness", - "Ġtum or", - "ul pt", - "' ,", - "Ġsens itivity", - "Ġsettle ment", - "Ġg ases", - "Ġasse ts", - "ol i", - "Ġoverw hel", - "Ġavail ability", - "Ġdes ert", - "Ġsens ors", - "use t", - "Ġher b", - "pr int", - "Ġeld er", - "Ġst ones", - "ĠW il", - "Ġaim ed", - ") ||", - "Ġmig ration", - "ĠS S", - "ĠIm pro", - "Ġcoun sel", - "Ġcor on", - "a o", - "ang le", - "Ġtechn ological", - "ĠJer usalem", - "Ġl ens", - "ĠMod el", - "em a", - "ĠL ittle", - "Ġ199 1", - "ĠL ater", - "Ġ ?", - "Ġsur ge", - "ig are", - "Ġdis ability", - "Ġmathemat ical", - "C P", - "ic ular", - "Ġappoint ed", - "ĠD utch", - "qu ir", - "Ġpar agraph", - "at al", - "Ġcy ber", - "ir ms", - "Ġreport ing", - "Ġresearc her", - "C l", - "am ine", - "ĠSm all", - "h tt", - "Ġperson ality", - "ur ches", - "ĠC H", - "ĠM ach", - "Ġm ine", - "Ġpres erve", - "Ġdefic iency", - "ne ys", - "Ġlung s", - "uset ts", - "Ð µ", - "Ġd ress", - "ach usetts", - "Ġ3 9", - "Ġmanufacture rs", - "Ġliter ary", - "Ġs izes", - "Ġher itage", - "im a", - "Ġsm ell", - "Ġk illing", - "Ġsw it", - "Ġneut ral", - "w rit", - "Ġr hyth", - "Ġtraum a", - "Ġins ight", - "Ġto b", - "Ġeduc ators", - "Ġt or", - "im ents", - "ĠPenn sylvania", - "ĠIn vest", - "ĠTh anks", - "ĠD rug", - "à ¤", - "act s", - "Ġconsum ed", - "d r", - "Ġur ine", - "all ow", - "Ġpsych ology", - "Ġbl ess", - "arch y", - "he a", - "Ġad olesc", - "Ġd ance", - "N S", - "Ġcustom er", - "Ġc ord", - "Ġcardi ovascular", - "ĠPal est", - "Ġloss es", - ". ).", - "Ġ9 5", - "Ġc ure", - "Ġvers ions", - "ĠBu ilding", - "Ġsh oot", - "Ġintrodu ce", - "Ġinteract ive", - "ap or", - "Ġr an", - "ĠIsl amic", - "Ġcalcul ated", - "Ġ3 4", - "al m", - "Ġens uring", - "Ġoffic er", - "Ġcomp rom", - "Ġvis ited", - "un a", - "Ġ3 7", - "Ġord inary", - "Ġequ ation", - "Ġbehavior al", - "H ow", - "Ġbur ied", - "? \"", - "Ġanaly ze", - "Ġant ioxid", - "ri x", - "az on", - "Ġnutri ent", - "ĠS olar", - "Ġinter face", - "Ġch ances", - "6 7", - "ric ted", - "Ġp H", - "ĠBl ue", - "Ġinter ventions", - "Ġdesc ript", - "Ġg ast", - "pl ed", - "Ġpan els", - "ĠSp irit", - "re al", - "Ġmother s", - "ĠCons ider", - "à ¥", - "8 9", - "Ġbelie ves", - "ĠP oint", - "ber ry", - "Ġachieve ment", - "Ġexpand ed", - "ĠS ection", - "ro b", - "Ġopp osition", - "Ġsub stit", - "Ġal ive", - "Ġflex ible", - "Ġille gal", - "Ġbut ton", - "ĠC irc", - "Ġchar ged", - "Ġhuman ity", - "ĠDig ital" + [ + "Ġ", + "t" + ], + [ + "Ġ", + "a" + ], + [ + "i", + "n" + ], + [ + "h", + "e" + ], + [ + "r", + "e" + ], + [ + "o", + "n" + ], + [ + "e", + "r" + ], + [ + "Ġt", + "he" + ], + [ + "Ġ", + "s" + ], + [ + "a", + "t" + ], + [ + "Ġ", + "w" + ], + [ + "o", + "r" + ], + [ + "o", + "u" + ], + [ + "n", + "d" + ], + [ + "Ġ", + "c" + ], + [ + "i", + "t" + ], + [ + "e", + "s" + ], + [ + "i", + "s" + ], + [ + "e", + "n" + ], + [ + "in", + "g" + ], + [ + "Ġ", + "f" + ], + [ + "Ġ", + "b" + ], + [ + "Ġ", + "p" + ], + [ + "Ġ", + "o" + ], + [ + "a", + "n" + ], + [ + "a", + "l" + ], + [ + "e", + "d" + ], + [ + "Ġ", + "m" + ], + [ + "Ġt", + "o" + ], + [ + "a", + "r" + ], + [ + "Ġa", + "nd" + ], + [ + "Ġ", + "in" + ], + [ + "Ġo", + "f" + ], + [ + "Ġ", + "d" + ], + [ + "i", + "c" + ], + [ + "l", + "e" + ], + [ + "Ġ", + "h" + ], + [ + "a", + "s" + ], + [ + "o", + "m" + ], + [ + "i", + "on" + ], + [ + "Ġt", + "h" + ], + [ + "l", + "l" + ], + [ + "Ġ", + "l" + ], + [ + "en", + "t" + ], + [ + "â", + "Ģ" + ], + [ + "v", + "e" + ], + [ + "s", + "t" + ], + [ + "r", + "o" + ], + [ + "Ġ", + "n" + ], + [ + "Ġ", + "e" + ], + [ + "Ġ", + "y" + ], + [ + "Ġ", + "I" + ], + [ + "Ġ", + "re" + ], + [ + "Ġ", + "g" + ], + [ + "e", + "t" + ], + [ + "l", + "y" + ], + [ + "c", + "t" + ], + [ + "Ġ", + "S" + ], + [ + "Ġ", + "T" + ], + [ + "Ġy", + "ou" + ], + [ + "o", + "t" + ], + [ + "Ġ", + "is" + ], + [ + "Ġ", + "C" + ], + [ + "i", + "d" + ], + [ + "Ġb", + "e" + ], + [ + "a", + "y" + ], + [ + "Ġf", + "or" + ], + [ + "Ġ", + "on" + ], + [ + "o", + "w" + ], + [ + "Ġ", + "A" + ], + [ + "a", + "d" + ], + [ + "u", + "s" + ], + [ + "a", + "c" + ], + [ + "i", + "m" + ], + [ + "i", + "g" + ], + [ + "a", + "m" + ], + [ + "v", + "er" + ], + [ + "u", + "t" + ], + [ + "i", + "l" + ], + [ + "Ġth", + "at" + ], + [ + "o", + "l" + ], + [ + "Ġ", + "M" + ], + [ + "it", + "h" + ], + [ + "at", + "ion" + ], + [ + "Ġs", + "t" + ], + [ + "u", + "r" + ], + [ + "i", + "r" + ], + [ + "Ġ", + "P" + ], + [ + "Ġw", + "ith" + ], + [ + "c", + "e" + ], + [ + "Ġ", + "it" + ], + [ + "âĢ", + "Ļ" + ], + [ + "c", + "h" + ], + [ + "s", + "e" + ], + [ + "Ġ", + "B" + ], + [ + "Ġ", + "he" + ], + [ + "Ġw", + "e" + ], + [ + "t", + "er" + ], + [ + "i", + "ll" + ], + [ + "u", + "n" + ], + [ + "Ġa", + "n" + ], + [ + "Ġw", + "h" + ], + [ + "r", + "a" + ], + [ + "Ġa", + "s" + ], + [ + "k", + "e" + ], + [ + "i", + "f" + ], + [ + "ou", + "t" + ], + [ + "Ġ", + "W" + ], + [ + "o", + "o" + ], + [ + "g", + "e" + ], + [ + "Ġ", + "D" + ], + [ + "er", + "s" + ], + [ + "Ġh", + "a" + ], + [ + "Ġa", + "re" + ], + [ + "Ġ", + "H" + ], + [ + "Ġp", + "ro" + ], + [ + "u", + "l" + ], + [ + "Ġ", + "1" + ], + [ + "Ġ", + "2" + ], + [ + "Ġ", + "F" + ], + [ + "l", + "d" + ], + [ + "Ġ", + "R" + ], + [ + "p", + "p" + ], + [ + "at", + "e" + ], + [ + "he", + "r" + ], + [ + "Ġc", + "on" + ], + [ + "es", + "s" + ], + [ + "m", + "ent" + ], + [ + "r", + "i" + ], + [ + "o", + "re" + ], + [ + "ou", + "r" + ], + [ + "Ġa", + "t" + ], + [ + "es", + "t" + ], + [ + "Ġc", + "om" + ], + [ + "Ġs", + "e" + ], + [ + "Ġ", + "(" + ], + [ + "ĠT", + "he" + ], + [ + "a", + "b" + ], + [ + "Ġ", + "or" + ], + [ + "Ġ", + "L" + ], + [ + "Ġd", + "e" + ], + [ + "ig", + "h" + ], + [ + "p", + "e" + ], + [ + "e", + "w" + ], + [ + "is", + "t" + ], + [ + "r", + "om" + ], + [ + ".", + "." + ], + [ + "t", + "h" + ], + [ + "Ġw", + "as" + ], + [ + "Ġ", + "G" + ], + [ + "Ġe", + "x" + ], + [ + "an", + "t" + ], + [ + "Ġ", + "N" + ], + [ + "Ġ", + "E" + ], + [ + "q", + "u" + ], + [ + "u", + "re" + ], + [ + "Ġ", + "v" + ], + [ + "u", + "m" + ], + [ + "e", + "l" + ], + [ + "it", + "y" + ], + [ + "Ġ", + "r" + ], + [ + "e", + "m" + ], + [ + "o", + "p" + ], + [ + "Ġha", + "ve" + ], + [ + "Ġyou", + "r" + ], + [ + "u", + "st" + ], + [ + "Ġth", + "is" + ], + [ + "i", + "ve" + ], + [ + "or", + "t" + ], + [ + "a", + "in" + ], + [ + "o", + "c" + ], + [ + "ar", + "t" + ], + [ + "o", + "s" + ], + [ + "Ġ", + "âĢ" + ], + [ + "Ġs", + "h" + ], + [ + "a", + "nd" + ], + [ + "Ġn", + "ot" + ], + [ + "Ġf", + "rom" + ], + [ + "i", + "es" + ], + [ + "Ġb", + "y" + ], + [ + "Ġa", + "l" + ], + [ + "Ġ", + "O" + ], + [ + "u", + "p" + ], + [ + "Ġc", + "an" + ], + [ + "Ġc", + "h" + ], + [ + "igh", + "t" + ], + [ + "n", + "t" + ], + [ + "0", + "0" + ], + [ + "al", + "l" + ], + [ + "ar", + "d" + ], + [ + "Ġ", + "us" + ], + [ + "re", + "s" + ], + [ + "om", + "e" + ], + [ + "ou", + "ld" + ], + [ + "o", + "st" + ], + [ + "Ġ", + "le" + ], + [ + "u", + "d" + ], + [ + "Ġw", + "ill" + ], + [ + "o", + "d" + ], + [ + "Ġa", + "b" + ], + [ + "e", + "ar" + ], + [ + "al", + "ly" + ], + [ + "i", + "v" + ], + [ + "Ġs", + "u" + ], + [ + "t", + "e" + ], + [ + "Ġ", + "J" + ], + [ + "ac", + "k" + ], + [ + "Ġw", + "or" + ], + [ + "Ġd", + "o" + ], + [ + "g", + "h" + ], + [ + "in", + "e" + ], + [ + "Ġ", + "j" + ], + [ + "Ġp", + "l" + ], + [ + "id", + "e" + ], + [ + "a", + "g" + ], + [ + "Ġ", + "k" + ], + [ + "Ġa", + "ll" + ], + [ + "a", + "k" + ], + [ + "re", + "d" + ], + [ + "as", + "t" + ], + [ + "r", + "ou" + ], + [ + "'", + "s" + ], + [ + "Ġn", + "e" + ], + [ + "a", + "ge" + ], + [ + "ic", + "e" + ], + [ + "f", + "e" + ], + [ + "Ġm", + "e" + ], + [ + "p", + "t" + ], + [ + "Ġb", + "ut" + ], + [ + "T", + "he" + ], + [ + "ct", + "ion" + ], + [ + "oo", + "k" + ], + [ + "i", + "al" + ], + [ + "i", + "e" + ], + [ + "Ġh", + "as" + ], + [ + "on", + "e" + ], + [ + "Ġw", + "he" + ], + [ + "in", + "d" + ], + [ + "o", + "g" + ], + [ + "i", + "p" + ], + [ + "Ġ", + "out" + ], + [ + "Ġa", + "d" + ], + [ + "Ġ", + "U" + ], + [ + "p", + "er" + ], + [ + "Ġm", + "y" + ], + [ + "r", + "y" + ], + [ + "a", + "ke" + ], + [ + "Ġs", + "o" + ], + [ + "âĢ", + "Ŀ" + ], + [ + "Ġ", + "up" + ], + [ + "a", + "re" + ], + [ + "Ġcom", + "p" + ], + [ + "0", + "1" + ], + [ + "t", + "her" + ], + [ + "it", + "e" + ], + [ + "oo", + "d" + ], + [ + "ab", + "le" + ], + [ + "ic", + "h" + ], + [ + "ver", + "y" + ], + [ + "Ġthe", + "y" + ], + [ + "Ġm", + "ore" + ], + [ + "on", + "g" + ], + [ + "i", + "ke" + ], + [ + "at", + "ed" + ], + [ + "Ġ", + "en" + ], + [ + "im", + "e" + ], + [ + "ĠT", + "h" + ], + [ + "i", + "z" + ], + [ + "ĠI", + "n" + ], + [ + "ou", + "s" + ], + [ + "b", + "er" + ], + [ + "Ġthe", + "ir" + ], + [ + "p", + "l" + ], + [ + "Ġc", + "l" + ], + [ + "Ġt", + "e" + ], + [ + "Ġon", + "e" + ], + [ + "an", + "s" + ], + [ + "c", + "c" + ], + [ + "Ġ", + "K" + ], + [ + "Ġab", + "out" + ], + [ + "k", + "s" + ], + [ + "or", + "m" + ], + [ + "ac", + "e" + ], + [ + "Ġ", + "im" + ], + [ + "i", + "a" + ], + [ + "am", + "e" + ], + [ + "s", + "o" + ], + [ + "Ġ", + "Y" + ], + [ + "an", + "ce" + ], + [ + "ĠS", + "t" + ], + [ + "Ġ", + "-" + ], + [ + "a", + "ct" + ], + [ + "u", + "e" + ], + [ + "a", + "p" + ], + [ + "ion", + "s" + ], + [ + "Ġg", + "o" + ], + [ + "Ġ", + "our" + ], + [ + "re", + "e" + ], + [ + "Ġm", + "an" + ], + [ + "d", + "u" + ], + [ + "a", + "il" + ], + [ + "Ġ", + "un" + ], + [ + "Ġ", + "V" + ], + [ + "Ġt", + "r" + ], + [ + "Ġcon", + "t" + ], + [ + "Ġwh", + "o" + ], + [ + "as", + "e" + ], + [ + "i", + "re" + ], + [ + "re", + "at" + ], + [ + "f", + "f" + ], + [ + "ig", + "n" + ], + [ + "Ġh", + "is" + ], + [ + "Ġs", + "a" + ], + [ + "ar", + "y" + ], + [ + "Ġ", + "3" + ], + [ + "ul", + "t" + ], + [ + "i", + "b" + ], + [ + "ac", + "h" + ], + [ + "o", + "ve" + ], + [ + "u", + "b" + ], + [ + "ĠâĢ", + "ľ" + ], + [ + "e", + "p" + ], + [ + "c", + "l" + ], + [ + "u", + "nd" + ], + [ + "ay", + "s" + ], + [ + "Ġl", + "ike" + ], + [ + "as", + "s" + ], + [ + "Ġre", + "s" + ], + [ + "ation", + "s" + ], + [ + "Ġ2", + "01" + ], + [ + "Ġa", + "pp" + ], + [ + "Ġ", + "qu" + ], + [ + "Ġwh", + "ich" + ], + [ + "ic", + "k" + ], + [ + "Ġg", + "et" + ], + [ + "v", + "en" + ], + [ + "i", + "le" + ], + [ + "ĠC", + "h" + ], + [ + "t", + "o" + ], + [ + "Ġp", + "er" + ], + [ + "Ġt", + "ime" + ], + [ + "ic", + "al" + ], + [ + "n", + "e" + ], + [ + "ow", + "n" + ], + [ + "Ġof", + "f" + ], + [ + "Ġo", + "ther" + ], + [ + "Ġy", + "ear" + ], + [ + "Ġs", + "ome" + ], + [ + "er", + "v" + ], + [ + "ou", + "nt" + ], + [ + "ĠI", + "t" + ], + [ + "ing", + "s" + ], + [ + "on", + "d" + ], + [ + "en", + "ce" + ], + [ + "Ġal", + "so" + ], + [ + "Ġan", + "y" + ], + [ + "..", + "." + ], + [ + "res", + "s" + ], + [ + "or", + "d" + ], + [ + "Ġd", + "is" + ], + [ + "Ġwor", + "k" + ], + [ + "ar", + "k" + ], + [ + "Ġk", + "n" + ], + [ + "a", + "v" + ], + [ + "Ġs", + "p" + ], + [ + "f", + "orm" + ], + [ + "Ġthe", + "m" + ], + [ + "Ġa", + "g" + ], + [ + "Ġn", + "ew" + ], + [ + "Ġthe", + "re" + ], + [ + "ve", + "l" + ], + [ + "ou", + "gh" + ], + [ + "Ġw", + "ould" + ], + [ + "Ġp", + "e" + ], + [ + "r", + "u" + ], + [ + "o", + "se" + ], + [ + "Ġwh", + "at" + ], + [ + "it", + "ion" + ], + [ + "Ġp", + "art" + ], + [ + "Ġbe", + "en" + ], + [ + "Ġ", + "if" + ], + [ + "Ġh", + "ad" + ], + [ + "ent", + "s" + ], + [ + "Ġwe", + "re" + ], + [ + "Ġwhe", + "n" + ], + [ + "Ġj", + "ust" + ], + [ + "in", + "k" + ], + [ + "or", + "s" + ], + [ + "Ġa", + "r" + ], + [ + "Ġo", + "ver" + ], + [ + "Ġhe", + "r" + ], + [ + "o", + "b" + ], + [ + "Ġf", + "e" + ], + [ + "Ġ", + "ro" + ], + [ + "Ġa", + "m" + ], + [ + "Ġs", + "c" + ], + [ + "Ġ", + "\"" + ], + [ + "en", + "s" + ], + [ + "Ġre", + "c" + ], + [ + "is", + "h" + ], + [ + "in", + "t" + ], + [ + "il", + "d" + ], + [ + "Ġth", + "an" + ], + [ + "Ġp", + "re" + ], + [ + "ou", + "nd" + ], + [ + "ĠW", + "e" + ], + [ + "p", + "ort" + ], + [ + "c", + "k" + ], + [ + "us", + "e" + ], + [ + "Ġne", + "ed" + ], + [ + "o", + "v" + ], + [ + "o", + "y" + ], + [ + "Ġs", + "pe" + ], + [ + "re", + "n" + ], + [ + "op", + "le" + ], + [ + "w", + "n" + ], + [ + "Ġbe", + "c" + ], + [ + "or", + "y" + ], + [ + "Ġh", + "ow" + ], + [ + "ĠH", + "e" + ], + [ + "an", + "g" + ], + [ + "Ġ", + "4" + ], + [ + "m", + "er" + ], + [ + "i", + "ew" + ], + [ + "Ġb", + "l" + ], + [ + "ir", + "st" + ], + [ + "ad", + "e" + ], + [ + "ver", + "s" + ], + [ + "at", + "er" + ], + [ + "ĠâĢ", + "ĵ" + ], + [ + "l", + "ic" + ], + [ + "ol", + "d" + ], + [ + "Ġin", + "to" + ], + [ + "ĠR", + "e" + ], + [ + "f", + "ter" + ], + [ + "Ġ", + "5" + ], + [ + "it", + "t" + ], + [ + "Ġpe", + "ople" + ], + [ + "n", + "ing" + ], + [ + "Ġc", + "o" + ], + [ + "Ġd", + "es" + ], + [ + "Ġa", + "cc" + ], + [ + "e", + "nd" + ], + [ + "w", + "e" + ], + [ + "'", + "t" + ], + [ + "on", + "s" + ], + [ + "ment", + "s" + ], + [ + "Ġkn", + "ow" + ], + [ + "u", + "al" + ], + [ + "an", + "c" + ], + [ + "Ġn", + "o" + ], + [ + "rou", + "gh" + ], + [ + "Ġl", + "ook" + ], + [ + "r", + "ic" + ], + [ + "Ġs", + "he" + ], + [ + "u", + "ll" + ], + [ + "i", + "an" + ], + [ + "at", + "ing" + ], + [ + "i", + "ous" + ], + [ + "Ġsa", + "id" + ], + [ + "Ġt", + "w" + ], + [ + "f", + "t" + ], + [ + "a", + "use" + ], + [ + "l", + "p" + ], + [ + "Ġm", + "ake" + ], + [ + "Ġit", + "s" + ], + [ + "-", + "-" + ], + [ + "ĠTh", + "is" + ], + [ + "at", + "es" + ], + [ + "he", + "d" + ], + [ + "l", + "es" + ], + [ + "Ġm", + "ay" + ], + [ + "re", + "nt" + ], + [ + "Ġon", + "ly" + ], + [ + "ter", + "n" + ], + [ + "cl", + "ud" + ], + [ + "Ġb", + "et" + ], + [ + "i", + "ly" + ], + [ + "d", + "ay" + ], + [ + "Ġad", + "d" + ], + [ + "Ġw", + "ant" + ], + [ + "Ġhe", + "lp" + ], + [ + "Ġcom", + "m" + ], + [ + "Ġf", + "irst" + ], + [ + "Ġf", + "l" + ], + [ + "Ġb", + "ack" + ], + [ + "Ġse", + "e" + ], + [ + "T", + "h" + ], + [ + "o", + "ll" + ], + [ + "is", + "e" + ], + [ + "h", + "ing" + ], + [ + "am", + "p" + ], + [ + "Ġ", + "und" + ], + [ + "Ġe", + "very" + ], + [ + "Ġm", + "ost" + ], + [ + "p", + "h" + ], + [ + ")", + "." + ], + [ + "Ġb", + "u" + ], + [ + "e", + "ct" + ], + [ + "o", + "ol" + ], + [ + "Ġin", + "d" + ], + [ + "r", + "am" + ], + [ + "Ġ1", + "9" + ], + [ + "Ġwe", + "ll" + ], + [ + "rou", + "nd" + ], + [ + "Ġa", + "ct" + ], + [ + "Ġus", + "e" + ], + [ + "on", + "t" + ], + [ + "Ġp", + "h" + ], + [ + "x", + "t" + ], + [ + "he", + "n" + ], + [ + "Ġpro", + "v" + ], + [ + "Ġ", + "very" + ], + [ + "Ġthe", + "se" + ], + [ + "is", + "s" + ], + [ + "fe", + "ct" + ], + [ + "Ġg", + "ood" + ], + [ + "Ġth", + "rough" + ], + [ + "u", + "ch" + ], + [ + "Ġe", + "m" + ], + [ + "Ġcon", + "s" + ], + [ + "Ġc", + "ould" + ], + [ + "oc", + "k" + ], + [ + "t", + "ing" + ], + [ + "Ġund", + "er" + ], + [ + "it", + "ies" + ], + [ + "Ġ", + "$" + ], + [ + "se", + "l" + ], + [ + "Ġpro", + "du" + ], + [ + "if", + "ic" + ], + [ + "Ġtw", + "o" + ], + [ + "if", + "e" + ], + [ + "Ġin", + "clud" + ], + [ + "ur", + "n" + ], + [ + "Ġs", + "erv" + ], + [ + "f", + "ul" + ], + [ + "en", + "c" + ], + [ + "l", + "i" + ], + [ + "ro", + "w" + ], + [ + "ĠY", + "ou" + ], + [ + "Ġp", + "r" + ], + [ + "s", + "s" + ], + [ + "a", + "w" + ], + [ + "Ġd", + "if" + ], + [ + "Ġ", + "&" + ], + [ + "Ġa", + "fter" + ], + [ + "Ġsu", + "pp" + ], + [ + "t", + "s" + ], + [ + "j", + "ect" + ], + [ + "at", + "h" + ], + [ + "Ġ2", + "00" + ], + [ + "Ġp", + "o" + ], + [ + "f", + "ore" + ], + [ + "Ġw", + "ay" + ], + [ + "r", + "it" + ], + [ + "le", + "ct" + ], + [ + "ĠS", + "e" + ], + [ + "Ġ", + "6" + ], + [ + "Ġn", + "ow" + ], + [ + "al", + "s" + ], + [ + "ĠC", + "om" + ], + [ + "b", + "s" + ], + [ + "Ġc", + "ol" + ], + [ + "ĠW", + "h" + ], + [ + "in", + "ess" + ], + [ + "Ġpl", + "ay" + ], + [ + "Ġsh", + "ould" + ], + [ + "Ġyear", + "s" + ], + [ + "ers", + "on" + ], + [ + "Ġe", + "ven" + ], + [ + "an", + "ge" + ], + [ + "Ġin", + "c" + ], + [ + "Ġman", + "y" + ], + [ + "Ġs", + "y" + ], + [ + "t", + "y" + ], + [ + "Ġd", + "on" + ], + [ + "e", + "ll" + ], + [ + "os", + "s" + ], + [ + "Ġg", + "reat" + ], + [ + "Ġre", + "g" + ], + [ + "Ġst", + "ud" + ], + [ + "er", + "t" + ], + [ + "Ġ", + "ke" + ], + [ + "Ġthe", + "n" + ], + [ + "ure", + "s" + ], + [ + "ak", + "ing" + ], + [ + "Ġim", + "p" + ], + [ + "Ġd", + "id" + ], + [ + "ĠP", + "ro" + ], + [ + "Ġs", + "m" + ], + [ + "Ġth", + "ink" + ], + [ + "Ġt", + "ra" + ], + [ + "Ġin", + "v" + ], + [ + "er", + "m" + ], + [ + "ot", + "h" + ], + [ + "b", + "le" + ], + [ + "pe", + "ct" + ], + [ + "Ġm", + "uch" + ], + [ + "Ġre", + "m" + ], + [ + "g", + "et" + ], + [ + "c", + "ess" + ], + [ + "Ġg", + "u" + ], + [ + "c", + "om" + ], + [ + "l", + "ine" + ], + [ + "y", + "s" + ], + [ + "Ġas", + "s" + ], + [ + "Ġbec", + "ause" + ], + [ + "ow", + "er" + ], + [ + "Ġwhe", + "re" + ], + [ + "ol", + "og" + ], + [ + "Ġd", + "own" + ], + [ + "Ġto", + "o" + ], + [ + "ation", + "al" + ], + [ + "an", + "y" + ], + [ + "il", + "ity" + ], + [ + "ĠD", + "e" + ], + [ + "ul", + "ar" + ], + [ + "a", + "ir" + ], + [ + "ib", + "le" + ], + [ + "Ġex", + "per" + ], + [ + "ĠU", + "n" + ], + [ + "Ġre", + "l" + ], + [ + "as", + "ed" + ], + [ + "ic", + "es" + ], + [ + "Ġe", + "v" + ], + [ + "Ġr", + "ight" + ], + [ + "ra", + "ct" + ], + [ + "Ġh", + "im" + ], + [ + "Ġst", + "art" + ], + [ + "Ġre", + "ad" + ], + [ + "ic", + "s" + ], + [ + "w", + "ard" + ], + [ + "us", + "iness" + ], + [ + "it", + "s" + ], + [ + "i", + "ence" + ], + [ + "ic", + "t" + ], + [ + "ĠA", + "nd" + ], + [ + "Ġa", + "c" + ], + [ + "he", + "s" + ], + [ + "ĠA", + "n" + ], + [ + "an", + "k" + ], + [ + "Ġo", + "wn" + ], + [ + "Ġf", + "ind" + ], + [ + "at", + "ive" + ], + [ + "Ġ", + "7" + ], + [ + "om", + "et" + ], + [ + "Ġb", + "est" + ], + [ + "Ġf", + "in" + ], + [ + "Ġde", + "c" + ], + [ + "Ġhe", + "re" + ], + [ + "or", + "k" + ], + [ + "Ġd", + "ay" + ], + [ + "v", + "iew" + ], + [ + "h", + "ip" + ], + [ + "ot", + "her" + ], + [ + "Ġs", + "et" + ], + [ + "Ġse", + "c" + ], + [ + "ar", + "ch" + ], + [ + "st", + "em" + ], + [ + "ur", + "ing" + ], + [ + "id", + "ent" + ], + [ + "I", + "n" + ], + [ + "al", + "th" + ], + [ + "Ġ", + "ent" + ], + [ + "en", + "er" + ], + [ + "Ġin", + "s" + ], + [ + "Ġat", + "t" + ], + [ + ")", + "," + ], + [ + "form", + "ation" + ], + [ + "Ġ1", + "0" + ], + [ + "Ġin", + "st" + ], + [ + "Ġc", + "ar" + ], + [ + "vel", + "op" + ], + [ + "Ġc", + "he" + ], + [ + "Ġh", + "igh" + ], + [ + "Ġdo", + "es" + ], + [ + "Ġl", + "ong" + ], + [ + "al", + "e" + ], + [ + "it", + "ed" + ], + [ + "ĠS", + "h" + ], + [ + "Ġag", + "ain" + ], + [ + "Ġ", + "8" + ], + [ + "Ġt", + "ake" + ], + [ + ".", + "âĢĿ" + ], + [ + "i", + "o" + ], + [ + "ch", + "ool" + ], + [ + "Ġm", + "in" + ], + [ + "Ġspe", + "c" + ], + [ + "u", + "g" + ], + [ + "Ġdif", + "fe" + ], + [ + "Ġm", + "on" + ], + [ + "Ġsu", + "ch" + ], + [ + "ri", + "b" + ], + [ + "Ġbe", + "ing" + ], + [ + "_", + "_" + ], + [ + "Ġwe", + "e" + ], + [ + "u", + "ally" + ], + [ + "g", + "an" + ], + [ + "n", + "er" + ], + [ + "Ġin", + "te" + ], + [ + "i", + "x" + ], + [ + "Ġsh", + "ow" + ], + [ + "Ġbe", + "l" + ], + [ + "Ġre", + "ally" + ], + [ + "Ġl", + "oc" + ], + [ + "a", + "x" + ], + [ + "Ġb", + "r" + ], + [ + "Ġh", + "ome" + ], + [ + "a", + "ve" + ], + [ + "Ġth", + "ose" + ], + [ + "al", + "k" + ], + [ + "i", + "ed" + ], + [ + "Ġm", + "ade" + ], + [ + "a", + "z" + ], + [ + "ĠI", + "f" + ], + [ + "n", + "g" + ], + [ + "Ġp", + "erson" + ], + [ + "ĠN", + "ew" + ], + [ + "oll", + "ow" + ], + [ + "Ġbe", + "fore" + ], + [ + "re", + "st" + ], + [ + "Ġp", + "res" + ], + [ + "ark", + "et" + ], + [ + "Ġe", + "nd" + ], + [ + "w", + "ay" + ], + [ + "as", + "on" + ], + [ + "Ġl", + "ove" + ], + [ + "p", + "r" + ], + [ + "i", + "ent" + ], + [ + "u", + "es" + ], + [ + "Ġ", + "9" + ], + [ + "ou", + "se" + ], + [ + "at", + "ch" + ], + [ + "Ġs", + "im" + ], + [ + "Ġc", + "all" + ], + [ + "Ġre", + "qu" + ], + [ + "a", + "h" + ], + [ + "v", + "ing" + ], + [ + "Ġf", + "am" + ], + [ + "Ġs", + "ur" + ], + [ + "in", + "s" + ], + [ + "Ġ2", + "0" + ], + [ + "ar", + "m" + ], + [ + "Ġm", + "od" + ], + [ + "Ġa", + "v" + ], + [ + "iz", + "e" + ], + [ + "Ġp", + "ost" + ], + [ + "Ġth", + "ough" + ], + [ + "âĢ", + "ľ" + ], + [ + "sel", + "f" + ], + [ + "Ġl", + "ast" + ], + [ + "ĠA", + "l" + ], + [ + "Ġus", + "ed" + ], + [ + "Ġb", + "usiness" + ], + [ + "Ġha", + "nd" + ], + [ + "g", + "ram" + ], + [ + "at", + "her" + ], + [ + "Ġ", + "ra" + ], + [ + "f", + "fect" + ], + [ + "as", + "h" + ], + [ + "Ġl", + "ife" + ], + [ + "Ġar", + "t" + ], + [ + "Ġdis", + "c" + ], + [ + "l", + "and" + ], + [ + "ĠC", + "l" + ], + [ + "c", + "es" + ], + [ + "W", + "e" + ], + [ + "in", + "ce" + ], + [ + "Ġgo", + "ing" + ], + [ + "p", + "en" + ], + [ + "Ġdes", + "ign" + ], + [ + "Ġ", + "0" + ], + [ + "ou", + "n" + ], + [ + "Ġwor", + "ld" + ], + [ + "ag", + "es" + ], + [ + "p", + "le" + ], + [ + "o", + "ad" + ], + [ + "Ġtr", + "ans" + ], + [ + "ar", + "n" + ], + [ + "ĠA", + "r" + ], + [ + "ak", + "es" + ], + [ + "re", + "ad" + ], + [ + "Ġm", + "ed" + ], + [ + "Ġg", + "r" + ], + [ + "pt", + "ion" + ], + [ + "ĠB", + "e" + ], + [ + "ch", + "n" + ], + [ + "ri", + "end" + ], + [ + "in", + "es" + ], + [ + "ĠF", + "or" + ], + [ + "u", + "c" + ], + [ + "Ġsy", + "stem" + ], + [ + "l", + "ed" + ], + [ + "Ġd", + "et" + ], + [ + "Ġin", + "ter" + ], + [ + "Ġde", + "velop" + ], + [ + "Ġs", + "omet" + ], + [ + "Ġn", + "um" + ], + [ + "iv", + "es" + ], + [ + "Ġin", + "formation" + ], + [ + "Ġsu", + "b" + ], + [ + "Ġm", + "em" + ], + [ + "i", + "et" + ], + [ + "ction", + "s" + ], + [ + "en", + "e" + ], + [ + "im", + "es" + ], + [ + "Ġc", + "re" + ], + [ + "Ġwh", + "ile" + ], + [ + "ut", + "e" + ], + [ + "Ġst", + "ill" + ], + [ + "Ġs", + "ay" + ], + [ + "Ġc", + "ur" + ], + [ + "ĠL", + "e" + ], + [ + "ar", + "s" + ], + [ + "c", + "ed" + ], + [ + "Ġf", + "ollow" + ], + [ + "Ġv", + "is" + ], + [ + "ĠA", + "d" + ], + [ + "Ġf", + "ree" + ], + [ + "2", + "0" + ], + [ + "ub", + "lic" + ], + [ + "Ġa", + "round" + ], + [ + "Ġ", + "i" + ], + [ + "ĠA", + "s" + ], + [ + "Ġp", + "ol" + ], + [ + "Ġb", + "ook" + ], + [ + "d", + "er" + ], + [ + "Ġre", + "al" + ], + [ + "le", + "ase" + ], + [ + "Ġfe", + "el" + ], + [ + "ĠB", + "ut" + ], + [ + "Ġe", + "ach" + ], + [ + "n", + "ess" + ], + [ + "itt", + "le" + ], + [ + "Ġprodu", + "ct" + ], + [ + "rou", + "p" + ], + [ + "Ġs", + "l" + ], + [ + "Ġdiffe", + "rent" + ], + [ + "ire", + "ct" + ], + [ + "Ġl", + "ot" + ], + [ + "i", + "vers" + ], + [ + "Ġf", + "un" + ], + [ + "at", + "a" + ], + [ + "Th", + "is" + ], + [ + "e", + "ver" + ], + [ + "W", + "h" + ], + [ + "t", + "on" + ], + [ + "Ġfor", + "m" + ], + [ + "ust", + "om" + ], + [ + "Ġm", + "et" + ], + [ + "a", + "u" + ], + [ + "Ġc", + "our" + ], + [ + "ut", + "ion" + ], + [ + "Ġcomp", + "le" + ], + [ + "w", + "ays" + ], + [ + "Ġre", + "t" + ], + [ + "Ġpo", + "int" + ], + [ + "Ġs", + "ame" + ], + [ + "Ġc", + "ount" + ], + [ + "Ġch", + "ild" + ], + [ + "Ġs", + "k" + ], + [ + "Ġg", + "l" + ], + [ + "Ġb", + "o" + ], + [ + "Ġs", + "ign" + ], + [ + "Ġc", + "le" + ], + [ + "Ġle", + "ad" + ], + [ + "Ġst", + "r" + ], + [ + "et", + "s" + ], + [ + "Ġs", + "er" + ], + [ + "Ġsupp", + "ort" + ], + [ + "we", + "en" + ], + [ + "Ġe", + "as" + ], + [ + "Ġc", + "are" + ], + [ + "b", + "e" + ], + [ + "Ġ", + "ed" + ], + [ + "Ġ", + "|" + ], + [ + "v", + "ed" + ], + [ + "Ġad", + "v" + ], + [ + "Ġl", + "ist" + ], + [ + "Ġha", + "pp" + ], + [ + "un", + "ity" + ], + [ + "Ġte", + "am" + ], + [ + "00", + "0" + ], + [ + "Ġ", + "[" + ], + [ + "Ġto", + "p" + ], + [ + "Ġch", + "ar" + ], + [ + "Ġf", + "ound" + ], + [ + "at", + "ure" + ], + [ + "Ġpl", + "ace" + ], + [ + "!", + "!" + ], + [ + "Ġprov", + "id" + ], + [ + "Ġa", + "ut" + ], + [ + "ter", + "s" + ], + [ + "1", + "0" + ], + [ + "ĠB", + "l" + ], + [ + "ĠT", + "e" + ], + [ + "m", + "an" + ], + [ + "Ġb", + "oth" + ], + [ + "Ġr", + "un" + ], + [ + "Ġf", + "ew" + ], + [ + "i", + "k" + ], + [ + "ĠThe", + "y" + ], + [ + "Ġre", + "p" + ], + [ + "Ġex", + "p" + ], + [ + "Ġbet", + "ween" + ], + [ + "o", + "h" + ], + [ + "l", + "ess" + ], + [ + "ĠP", + "l" + ], + [ + "Ġth", + "ings" + ], + [ + "Ġm", + "arket" + ], + [ + "od", + "y" + ], + [ + "it", + "al" + ], + [ + "I", + "t" + ], + [ + "Ġc", + "r" + ], + [ + "th", + "ing" + ], + [ + "Ġl", + "ittle" + ], + [ + "Ġ", + "ide" + ], + [ + "g", + "g" + ], + [ + "Ġ", + "." + ], + [ + "t", + "he" + ], + [ + "b", + "r" + ], + [ + "or", + "n" + ], + [ + "iz", + "ed" + ], + [ + "am", + "es" + ], + [ + "i", + "red" + ], + [ + "Ġmon", + "th" + ], + [ + "t", + "en" + ], + [ + "in", + "ing" + ], + [ + "Ġex", + "t" + ], + [ + "Ġpro", + "f" + ], + [ + "ant", + "s" + ], + [ + "Ġpro", + "gram" + ], + [ + "ĠS", + "c" + ], + [ + "Ġ", + "Q" + ], + [ + "Ġf", + "ull" + ], + [ + "olog", + "y" + ], + [ + "ail", + "able" + ], + [ + "er", + "ing" + ], + [ + "Ġim", + "port" + ], + [ + "ĠE", + "x" + ], + [ + "Ġg", + "ener" + ], + [ + ",", + "âĢĿ" + ], + [ + "R", + "e" + ], + [ + "Ġpl", + "an" + ], + [ + "mer", + "ic" + ], + [ + "ra", + "nd" + ], + [ + "er", + "n" + ], + [ + "Ġde", + "f" + ], + [ + "Ġke", + "ep" + ], + [ + "Ġus", + "ing" + ], + [ + "Ġpro", + "cess" + ], + [ + "Ġp", + "ur" + ], + [ + "ent", + "ion" + ], + [ + "al", + "ity" + ], + [ + "Ġt", + "y" + ], + [ + "ĠH", + "ow" + ], + [ + "Ġl", + "ar" + ], + [ + "ĠO", + "n" + ], + [ + "ro", + "ss" + ], + [ + "Ġt", + "ry" + ], + [ + "Ġf", + "act" + ], + [ + "Ġth", + "ree" + ], + [ + "el", + "s" + ], + [ + "v", + "es" + ], + [ + "g", + "er" + ], + [ + ".", + "\"" + ], + [ + "Ġp", + "at" + ], + [ + "Ġbet", + "ter" + ], + [ + "iv", + "ing" + ], + [ + "Ġg", + "ot" + ], + [ + "Ġsomet", + "hing" + ], + [ + "Ġ", + "/" + ], + [ + "Ġhe", + "alth" + ], + [ + "Ġal", + "ways" + ], + [ + "us", + "s" + ], + [ + "o", + "ot" + ], + [ + "ce", + "pt" + ], + [ + "r", + "ist" + ], + [ + "Ġf", + "il" + ], + [ + "ĠThe", + "re" + ], + [ + "b", + "ers" + ], + [ + "Ġon", + "line" + ], + [ + "Ġs", + "ol" + ], + [ + "Ġcom", + "e" + ], + [ + "Ġf", + "riend" + ], + [ + "Ġv", + "al" + ], + [ + "1", + "9" + ], + [ + "m", + "s" + ], + [ + "Ġo", + "b" + ], + [ + "ĠS", + "o" + ], + [ + "Ġs", + "chool" + ], + [ + "i", + "er" + ], + [ + "ie", + "ld" + ], + [ + "Ġst", + "ate" + ], + [ + "Ġ1", + "2" + ], + [ + "ĠT", + "r" + ], + [ + "Ġp", + "ut" + ], + [ + "Ġp", + "oss" + ], + [ + "c", + "on" + ], + [ + "o", + "ver" + ], + [ + "Ġres", + "ult" + ], + [ + "Ġv", + "ar" + ], + [ + "Ġb", + "ig" + ], + [ + "i", + "qu" + ], + [ + "Ġinte", + "rest" + ], + [ + "Ġo", + "pen" + ], + [ + "Ġc", + "or" + ], + [ + "ess", + "ion" + ], + [ + "--", + "--" + ], + [ + "Ġe", + "ar" + ], + [ + "re", + "en" + ], + [ + "Ġapp", + "ro" + ], + [ + "Ġsm", + "all" + ], + [ + "Ġis", + "s" + ], + [ + "Ġc", + "ustom" + ], + [ + "in", + "ed" + ], + [ + "is", + "hed" + ], + [ + "ic", + "ally" + ], + [ + "Ġre", + "f" + ], + [ + "Ġd", + "uring" + ], + [ + "g", + "y" + ], + [ + "Ġte", + "chn" + ], + [ + "u", + "ck" + ], + [ + "Ġs", + "ure" + ], + [ + "Ġre", + "port" + ], + [ + "m", + "e" + ], + [ + "Ġqu", + "est" + ], + [ + "Ġre", + "st" + ], + [ + "Ġpart", + "ic" + ], + [ + "Ġne", + "xt" + ], + [ + "Ġin", + "t" + ], + [ + "Ġm", + "ust" + ], + [ + "ow", + "s" + ], + [ + "ist", + "s" + ], + [ + "c", + "ent" + ], + [ + "one", + "y" + ], + [ + "Ġc", + "ent" + ], + [ + "a", + "red" + ], + [ + "Ġm", + "ain" + ], + [ + "at", + "ur" + ], + [ + "Ġne", + "ver" + ], + [ + "Ġg", + "ame" + ], + [ + "ĠA", + "meric" + ], + [ + "st", + "and" + ], + [ + "ĠP", + "h" + ], + [ + "Ġwith", + "out" + ], + [ + "5", + "0" + ], + [ + "Ġp", + "ay" + ], + [ + "Ġm", + "ight" + ], + [ + "Ġav", + "ailable" + ], + [ + "Ġt", + "ri" + ], + [ + "Ġw", + "om" + ], + [ + "ĠS", + "he" + ], + [ + "a", + "ut" + ], + [ + "i", + "ally" + ], + [ + "Ġres", + "p" + ], + [ + "Ġan", + "other" + ], + [ + "ĠI", + "nd" + ], + [ + "Ġle", + "t" + ], + [ + "o", + "pe" + ], + [ + "Ġd", + "ist" + ], + [ + "w", + "are" + ], + [ + "Ġfam", + "ily" + ], + [ + "ĠâĢ", + "ĺ" + ], + [ + "Ġh", + "ard" + ], + [ + "Ġcomp", + "any" + ], + [ + "Ġe", + "ffect" + ], + [ + "Ġw", + "r" + ], + [ + "Ġcont", + "in" + ], + [ + "Ġwee", + "k" + ], + [ + "Ġbu", + "ild" + ], + [ + "Ġpro", + "ble" + ], + [ + "Ġhe", + "ad" + ], + [ + "Ġcl", + "ass" + ], + [ + "Ġw", + "ater" + ], + [ + "..", + ".." + ], + [ + "Ġd", + "ri" + ], + [ + "Ġst", + "and" + ], + [ + "l", + "ing" + ], + [ + "Ġcon", + "f" + ], + [ + "E", + "R" + ], + [ + "Ġg", + "roup" + ], + [ + "Ġs", + "ince" + ], + [ + "Ġp", + "ri" + ], + [ + "Ġo", + "ld" + ], + [ + "t", + "ed" + ], + [ + "Ġm", + "ov" + ], + [ + "ĠC", + "on" + ], + [ + "Ġp", + "ass" + ], + [ + "Ġf", + "r" + ], + [ + "r", + "al" + ], + [ + "Ġs", + "oc" + ], + [ + "Ġexper", + "ience" + ], + [ + "Ġnum", + "ber" + ], + [ + "Ġin", + "f" + ], + [ + "ert", + "ain" + ], + [ + "pl", + "oy" + ], + [ + "a", + "j" + ], + [ + "Ġor", + "gan" + ], + [ + "Ġ", + "'" + ], + [ + "ro", + "l" + ], + [ + "ĠA", + "ll" + ], + [ + "ard", + "s" + ], + [ + "i", + "or" + ], + [ + "Ġpro", + "ject" + ], + [ + "ĠT", + "o" + ], + [ + "ĠF", + "r" + ], + [ + "at", + "s" + ], + [ + "ot", + "e" + ], + [ + "is", + "ion" + ], + [ + "um", + "p" + ], + [ + "pe", + "c" + ], + [ + "is", + "m" + ], + [ + "Ġserv", + "ice" + ], + [ + "Ġre", + "ce" + ], + [ + "Ġ", + "Z" + ], + [ + "em", + "ber" + ], + [ + "âĢ", + "Ķ" + ], + [ + "Ġsec", + "ond" + ], + [ + "Ġd", + "ata" + ], + [ + "ivers", + "ity" + ], + [ + "Ġc", + "ost" + ], + [ + "ate", + "ly" + ], + [ + "Ġg", + "ive" + ], + [ + "Ġm", + "us" + ], + [ + "ĠI", + "s" + ], + [ + "Ġimport", + "ant" + ], + [ + "Ġas", + "k" + ], + [ + "ra", + "ph" + ], + [ + "Ġinc", + "re" + ], + [ + "Ġo", + "pp" + ], + [ + "ren", + "ce" + ], + [ + "Ġb", + "ro" + ], + [ + "an", + "n" + ], + [ + "Ġd", + "ays" + ], + [ + "Ġinclud", + "ing" + ], + [ + "Ġle", + "vel" + ], + [ + "out", + "h" + ], + [ + "Ġe", + "l" + ], + [ + "Ġ1", + "8" + ], + [ + "o", + "k" + ], + [ + "Ġ", + ":" + ], + [ + "3", + "0" + ], + [ + "er", + "y" + ], + [ + "cc", + "ess" + ], + [ + "at", + "t" + ], + [ + "Ġab", + "le" + ], + [ + "ĠC", + "ol" + ], + [ + "our", + "s" + ], + [ + "Ġper", + "form" + ], + [ + "Ġ", + "ve" + ], + [ + "Ġro", + "om" + ], + [ + "i", + "um" + ], + [ + "at", + "or" + ], + [ + "Ġs", + "it" + ], + [ + "in", + "a" + ], + [ + "em", + "s" + ], + [ + "Ġex", + "pl" + ], + [ + "en", + "se" + ], + [ + "ĠR", + "es" + ], + [ + "i", + "ents" + ], + [ + "1", + "2" + ], + [ + "Ġl", + "ight" + ], + [ + "Ġb", + "re" + ], + [ + "a", + "pp" + ], + [ + "pe", + "nd" + ], + [ + "ĠO", + "r" + ], + [ + "he", + "re" + ], + [ + "Ġw", + "in" + ], + [ + "in", + "al" + ], + [ + "Ġl", + "ess" + ], + [ + "Ġp", + "os" + ], + [ + "ĠS", + "p" + ], + [ + "Ġt", + "est" + ], + [ + "Y", + "ou" + ], + [ + "Ġd", + "irect" + ], + [ + "re", + "t" + ], + [ + "l", + "oad" + ], + [ + "g", + "r" + ], + [ + "b", + "y" + ], + [ + "ill", + "ion" + ], + [ + "ff", + "ic" + ], + [ + "od", + "e" + ], + [ + "as", + "es" + ], + [ + "H", + "e" + ], + [ + "Ġp", + "ower" + ], + [ + "I", + "f" + ], + [ + "j", + "oy" + ], + [ + "ĠA", + "t" + ], + [ + ".", + "," + ], + [ + "ĠM", + "an" + ], + [ + "Ġ1", + "1" + ], + [ + "Ġp", + "ublic" + ], + [ + "ic", + "le" + ], + [ + "id", + "s" + ], + [ + "Ġinv", + "est" + ], + [ + "Ġbel", + "ie" + ], + [ + "ot", + "t" + ], + [ + "Ġg", + "row" + ], + [ + "ab", + "ly" + ], + [ + "Ġj", + "ob" + ], + [ + "ĠâĢ", + "Ķ" + ], + [ + "Ġ", + "Â" + ], + [ + "Ġv", + "iew" + ], + [ + "ru", + "ct" + ], + [ + "ĠU", + "S" + ], + [ + "ro", + "om" + ], + [ + "enc", + "y" + ], + [ + "'", + "m" + ], + [ + "le", + "y" + ], + [ + "Ġph", + "ot" + ], + [ + "Ġcur", + "rent" + ], + [ + "o", + "f" + ], + [ + "*", + "*" + ], + [ + "2", + "01" + ], + [ + "o", + "or" + ], + [ + "e", + "red" + ], + [ + "en", + "g" + ], + [ + "le", + "t" + ], + [ + "Ġs", + "ite" + ], + [ + "Ġlook", + "ing" + ], + [ + "ir", + "l" + ], + [ + "om", + "m" + ], + [ + "r", + "on" + ], + [ + "Ġth", + "ing" + ], + [ + "ir", + "d" + ], + [ + "o", + "x" + ], + [ + "e", + "c" + ], + [ + "ĠTh", + "at" + ], + [ + "iv", + "id" + ], + [ + "Ġagain", + "st" + ], + [ + "Ġre", + "view" + ], + [ + "I", + "N" + ], + [ + "e", + "x" + ], + [ + "Ġc", + "a" + ], + [ + "Ġor", + "der" + ], + [ + "Ġwe", + "bs" + ], + [ + "Ġpro", + "per" + ], + [ + "p", + "os" + ], + [ + "Ġto", + "day" + ], + [ + "Ġwith", + "in" + ], + [ + "Ġre", + "se" + ], + [ + "Ġare", + "a" + ], + [ + "ill", + "s" + ], + [ + "g", + "in" + ], + [ + "Ġme", + "et" + ], + [ + "o", + "int" + ], + [ + "Ġa", + "way" + ], + [ + "S", + "t" + ], + [ + "e", + "e" + ], + [ + "ĠM", + "ar" + ], + [ + "or", + "ies" + ], + [ + "ĠCom", + "m" + ], + [ + "Ġe", + "qu" + ], + [ + "Ġbu", + "y" + ], + [ + "Ġs", + "ing" + ], + [ + "Ġ1", + "5" + ], + [ + "Ġt", + "urn" + ], + [ + "ent", + "ly" + ], + [ + "Ġf", + "ood" + ], + [ + "re", + "am" + ], + [ + "is", + "ed" + ], + [ + "Ġserv", + "ices" + ], + [ + "an", + "ks" + ], + [ + "Ġwh", + "y" + ], + [ + "ail", + "s" + ], + [ + "id", + "er" + ], + [ + "Ġen", + "g" + ], + [ + "at", + "ter" + ], + [ + "Ġm", + "oney" + ], + [ + "Ġprov", + "ide" + ], + [ + "Ġv", + "ide" + ], + [ + "if", + "ied" + ], + [ + "Ġp", + "op" + ], + [ + "Ġwork", + "ing" + ], + [ + "ain", + "s" + ], + [ + "Ġ", + "est" + ], + [ + "Ġs", + "al" + ], + [ + "Ġm", + "aking" + ], + [ + "1", + "1" + ], + [ + "ar", + "ing" + ], + [ + "Ġpre", + "v" + ], + [ + "ĠP", + "r" + ], + [ + "le", + "ction" + ], + [ + "ĠWh", + "at" + ], + [ + "age", + "ment" + ], + [ + "iss", + "ion" + ], + [ + "Ġc", + "ase" + ], + [ + "it", + "ing" + ], + [ + "Ġ", + "..." + ], + [ + "te", + "nd" + ], + [ + "Ġs", + "ays" + ], + [ + "Ġun", + "t" + ], + [ + "ĠN", + "o" + ], + [ + "or", + "th" + ], + [ + "ĠC", + "ent" + ], + [ + "Ġk", + "ind" + ], + [ + "m", + "ed" + ], + [ + "Ġl", + "aw" + ], + [ + "Ġacc", + "ess" + ], + [ + "ra", + "p" + ], + [ + "Ġo", + "per" + ], + [ + "ir", + "on" + ], + [ + "Ġadd", + "ition" + ], + [ + "Ġpro", + "te" + ], + [ + "ver", + "n" + ], + [ + "Ġp", + "rom" + ], + [ + "Ġspec", + "ial" + ], + [ + "c", + "o" + ], + [ + "amp", + "le" + ], + [ + "'", + "re" + ], + [ + "Ġh", + "um" + ], + [ + "pp", + "ing" + ], + [ + "ro", + "p" + ], + [ + "__", + "__" + ], + [ + "ĠCh", + "rist" + ], + [ + "Ġin", + "tern" + ], + [ + "an", + "e" + ], + [ + "Ġn", + "ight" + ], + [ + "Ġb", + "as" + ], + [ + "Ġchild", + "ren" + ], + [ + "Ġf", + "ac" + ], + [ + "c", + "ri" + ], + [ + "p", + "or" + ], + [ + "ĠF", + "l" + ], + [ + "Ġan", + "n" + ], + [ + "Ġwor", + "d" + ], + [ + "Ġm", + "ar" + ], + [ + "Ġw", + "rit" + ], + [ + "Ġch", + "ange" + ], + [ + "ĠM", + "ay" + ], + [ + "Ġcour", + "se" + ], + [ + "w", + "ork" + ], + [ + "Ġle", + "g" + ], + [ + "l", + "ish" + ], + [ + "ur", + "y" + ], + [ + "m", + "in" + ], + [ + "g", + "ed" + ], + [ + "h", + "or" + ], + [ + "ab", + "ility" + ], + [ + ",", + "\"" + ], + [ + "en", + "n" + ], + [ + "Ġc", + "ap" + ], + [ + "O", + "N" + ], + [ + "Ġunder", + "stand" + ], + [ + "are", + "nt" + ], + [ + "m", + "ber" + ], + [ + "Ġde", + "m" + ], + [ + "au", + "gh" + ], + [ + "ĠM", + "y" + ], + [ + "iz", + "ation" + ], + [ + "Ġh", + "ouse" + ], + [ + "Ġpres", + "ent" + ], + [ + "Ġbe", + "h" + ], + [ + "Ġch", + "ang" + ], + [ + "ne", + "y" + ], + [ + "Ġen", + "joy" + ], + [ + "Ġlar", + "ge" + ], + [ + "Ġstud", + "ents" + ], + [ + "Ġp", + "a" + ], + [ + "Ġf", + "our" + ], + [ + "Ġha", + "ving" + ], + [ + "r", + "ation" + ], + [ + "oc", + "i" + ], + [ + "Ġloc", + "al" + ], + [ + "as", + "ter" + ], + [ + "if", + "y" + ], + [ + "Ġdid", + "n" + ], + [ + "Ġcon", + "st" + ], + [ + "Ġ3", + "0" + ], + [ + "ĠW", + "ith" + ], + [ + "Ġgo", + "vern" + ], + [ + "un", + "e" + ], + [ + "Ġn", + "ame" + ], + [ + "s", + "on" + ], + [ + "Ġp", + "ract" + ], + [ + "Ġt", + "imes" + ], + [ + "Ġact", + "iv" + ], + [ + "pp", + "ed" + ], + [ + "oh", + "n" + ], + [ + "Ġo", + "pt" + ], + [ + "y", + "le" + ], + [ + "p", + "art" + ], + [ + "ent", + "ial" + ], + [ + "ot", + "s" + ], + [ + "iet", + "y" + ], + [ + "Ġunt", + "il" + ], + [ + "Ġche", + "ck" + ], + [ + "Ġimp", + "ro" + ], + [ + "Ġp", + "ast" + ], + [ + "A", + "T" + ], + [ + "Ġn", + "ear" + ], + [ + "ur", + "s" + ], + [ + "iv", + "en" + ], + [ + "Ġ", + "es" + ], + [ + "R", + "E" + ], + [ + "ĠE", + "ng" + ], + [ + "Ġb", + "it" + ], + [ + "s", + "h" + ], + [ + "ut", + "es" + ], + [ + "Ġs", + "w" + ], + [ + "ĠA", + "pp" + ], + [ + "Ġall", + "ow" + ], + [ + "Ġte", + "ll" + ], + [ + "Ġcomple", + "te" + ], + [ + "ĠW", + "hen" + ], + [ + "is", + "ing" + ], + [ + "ĠF", + "e" + ], + [ + "Ġh", + "ist" + ], + [ + "Ġapp", + "lic" + ], + [ + "ene", + "f" + ], + [ + "Ġle", + "arn" + ], + [ + "ri", + "es" + ], + [ + "Ġt", + "erm" + ], + [ + "read", + "y" + ], + [ + "ĠC", + "ar" + ], + [ + "Wh", + "at" + ], + [ + "Ġl", + "a" + ], + [ + "Ġto", + "get" + ], + [ + "Ġd", + "ra" + ], + [ + "Ġex", + "pect" + ], + [ + "Ġtoget", + "her" + ], + [ + "us", + "h" + ], + [ + "it", + "ions" + ], + [ + "Ġp", + "ain" + ], + [ + "t", + "ain" + ], + [ + "s", + "c" + ], + [ + "Ġd", + "one" + ], + [ + "ord", + "ing" + ], + [ + "ĠC", + "an" + ], + [ + "Ġt", + "alk" + ], + [ + "er", + "r" + ], + [ + "s", + "ide" + ], + [ + "it", + "ive" + ], + [ + "Ġcon", + "c" + ], + [ + "Ġe", + "ver" + ], + [ + "Ġen", + "ough" + ], + [ + "Ġev", + "ent" + ], + [ + "Ġc", + "ou" + ], + [ + "Ġact", + "ually" + ], + [ + "Ġle", + "ft" + ], + [ + "Ġal", + "ong" + ], + [ + "Ġcon", + "d" + ], + [ + "Ġem", + "ploy" + ], + [ + "Ġa", + "ir" + ], + [ + "Ġt", + "reat" + ], + [ + "Ġget", + "ting" + ], + [ + "ac", + "y" + ], + [ + "con", + "om" + ], + [ + "ĠA", + "m" + ], + [ + "Ġwebs", + "ite" + ], + [ + "u", + "ff" + ], + [ + "Ġof", + "ten" + ], + [ + "oc", + "us" + ], + [ + "in", + "ation" + ], + [ + "ĠG", + "od" + ], + [ + "Ġind", + "ust" + ], + [ + "Ġs", + "ide" + ], + [ + "u", + "ly" + ], + [ + "Ġsu", + "ccess" + ], + [ + "iv", + "ed" + ], + [ + "Ġst", + "ory" + ], + [ + "du", + "ct" + ], + [ + "ĠUn", + "iversity" + ], + [ + "'", + "ve" + ], + [ + "ivid", + "ual" + ], + [ + "Ġc", + "reat" + ], + [ + "Ġneed", + "s" + ], + [ + "Ġm", + "akes" + ], + [ + "Ġsh", + "ort" + ], + [ + "Ġwom", + "en" + ], + [ + "A", + "s" + ], + [ + "Ġacc", + "ount" + ], + [ + "at", + "ures" + ], + [ + "Ġeas", + "y" + ], + [ + "Ġfollow", + "ing" + ], + [ + "1", + "5" + ], + [ + "anc", + "es" + ], + [ + "iqu", + "e" + ], + [ + "Ġdo", + "ing" + ], + [ + "Ġbe", + "aut" + ], + [ + "Ġm", + "en" + ], + [ + "Ġme", + "an" + ], + [ + "Ġbl", + "og" + ], + [ + "Ġl", + "ine" + ], + [ + "Ġal", + "ready" + ], + [ + "Ġoff", + "er" + ], + [ + "f", + "ort" + ], + [ + "Ġm", + "ove" + ], + [ + "aj", + "or" + ], + [ + "Ġh", + "ot" + ], + [ + "Ġc", + "ertain" + ], + [ + "Ġse", + "ason" + ], + [ + "ater", + "ial" + ], + [ + "al", + "f" + ], + [ + "Ġqu", + "ality" + ], + [ + "Ġf", + "ar" + ], + [ + "ver", + "al" + ], + [ + "u", + "ro" + ], + [ + "Ġd", + "i" + ], + [ + "ate", + "g" + ], + [ + "Ġde", + "v" + ], + [ + "Ġproduct", + "s" + ], + [ + "a", + "ff" + ], + [ + "Ġf", + "av" + ], + [ + "Ġcomm", + "unity" + ], + [ + "Ġl", + "ive" + ], + [ + "o", + "ice" + ], + [ + "a", + "im" + ], + [ + "up", + "er" + ], + [ + "Ġp", + "ot" + ], + [ + "Ġe", + "t" + ], + [ + "Ġ1", + "4" + ], + [ + "le", + "ment" + ], + [ + "Ġ", + "#" + ], + [ + "Ġposs", + "ible" + ], + [ + "b", + "ook" + ], + [ + "Ġtr", + "ad" + ], + [ + "Ġ1", + "6" + ], + [ + "in", + "c" + ], + [ + "Ġcon", + "ne" + ], + [ + "Ġthough", + "t" + ], + [ + "Ġm", + "il" + ], + [ + "ĠC", + "o" + ], + [ + "Ġb", + "ody" + ], + [ + "Ġwor", + "ks" + ], + [ + "in", + "o" + ], + [ + "it", + "her" + ], + [ + "it", + "c" + ], + [ + "a", + "i" + ], + [ + "ure", + "d" + ], + [ + "C", + "h" + ], + [ + "Ġrese", + "arch" + ], + [ + "f", + "er" + ], + [ + "A", + "N" + ], + [ + "Ġbec", + "ome" + ], + [ + "âĢ", + "ĵ" + ], + [ + "e", + "ad" + ], + [ + "Ġb", + "ased" + ], + [ + "Ġvis", + "it" + ], + [ + "Ġdoes", + "n" + ], + [ + "ĠM", + "ed" + ], + [ + "ĠB", + "r" + ], + [ + "A", + "n" + ], + [ + "Ġinclud", + "e" + ], + [ + "Ġother", + "s" + ], + [ + "Ġcont", + "rol" + ], + [ + "id", + "d" + ], + [ + "Ġ", + "X" + ], + [ + "s", + "w" + ], + [ + "Ġb", + "enef" + ], + [ + "our", + "ce" + ], + [ + "id", + "es" + ], + [ + "v", + "iron" + ], + [ + "Ġm", + "ind" + ], + [ + "Ġp", + "age" + ], + [ + "9", + "9" + ], + [ + "a", + "pe" + ], + [ + "ĠR", + "ep" + ], + [ + "Ġmem", + "bers" + ], + [ + "on", + "y" + ], + [ + "ĠC", + "ont" + ], + [ + "os", + "ed" + ], + [ + "Ġan", + "al" + ], + [ + "Ġ", + "ess" + ], + [ + "Ġind", + "ividual" + ], + [ + "Ġt", + "re" + ], + [ + "Ġcount", + "ry" + ], + [ + "F", + "or" + ], + [ + "Ġp", + "ar" + ], + [ + "ip", + "s" + ], + [ + "Ġag", + "o" + ], + [ + "Ġme", + "ans" + ], + [ + "ort", + "s" + ], + [ + "Ġn", + "on" + ], + [ + "E", + "S" + ], + [ + "Ġl", + "ow" + ], + [ + "Ġde", + "al" + ], + [ + "Ġle", + "ast" + ], + [ + "ĠE", + "n" + ], + [ + "Ġf", + "ore" + ], + [ + "ore", + "d" + ], + [ + "Ġc", + "e" + ], + [ + "ut", + "ure" + ], + [ + "Ġo", + "cc" + ], + [ + "ac", + "es" + ], + [ + "ĠN", + "e" + ], + [ + "Ġse", + "veral" + ], + [ + "o", + "ber" + ], + [ + "Ġm", + "om" + ], + [ + "Ġb", + "ed" + ], + [ + "Ġpr", + "ice" + ], + [ + "Ġsoc", + "ial" + ], + [ + "is", + "ter" + ], + [ + "Ġw", + "a" + ], + [ + "at", + "ic" + ], + [ + "Ġcall", + "ed" + ], + [ + "ull", + "y" + ], + [ + "h", + "od" + ], + [ + "Ġrec", + "ord" + ], + [ + "d", + "e" + ], + [ + "Ġcom", + "es" + ], + [ + "Ġh", + "old" + ], + [ + "Ġe", + "lect" + ], + [ + "Ġmus", + "ic" + ], + [ + "Ġprof", + "ession" + ], + [ + "Ġnew", + "s" + ], + [ + "2", + "1" + ], + [ + "ĠD", + "es" + ], + [ + "m", + "ost" + ], + [ + "ĠS", + "te" + ], + [ + "ĠCom", + "p" + ], + [ + "ĠS", + "y" + ], + [ + "Ġso", + "ft" + ], + [ + "og", + "raph" + ], + [ + "Ġperson", + "al" + ], + [ + "i", + "enc" + ], + [ + "f", + "or" + ], + [ + "on", + "es" + ], + [ + "Ġ1", + "3" + ], + [ + "Ġoff", + "ic" + ], + [ + "Ġt", + "em" + ], + [ + "ĠS", + "erv" + ], + [ + "Ġvide", + "o" + ], + [ + "Ġf", + "ocus" + ], + [ + "Ġf", + "und" + ], + [ + "Ġ", + "x" + ], + [ + "Ġy", + "et" + ], + [ + "Ġc", + "ame" + ], + [ + "ĠM", + "e" + ], + [ + "Ġper", + "fect" + ], + [ + "Ġ", + "vers" + ], + [ + "ap", + "s" + ], + [ + "Ġqu", + "ick" + ], + [ + "if", + "t" + ], + [ + "id", + "ay" + ], + [ + "ĠD", + "o" + ], + [ + "l", + "f" + ], + [ + "Ġm", + "ult" + ], + [ + "Ġl", + "im" + ], + [ + "Ġhapp", + "en" + ], + [ + "ĠJ", + "ohn" + ], + [ + "st", + "er" + ], + [ + "Ġm", + "ajor" + ], + [ + "Ġyou", + "ng" + ], + [ + "ward", + "s" + ], + [ + "Ġl", + "and" + ], + [ + "ic", + "y" + ], + [ + "A", + "R" + ], + [ + "Ġed", + "uc" + ], + [ + "Ġmonth", + "s" + ], + [ + "Ġopp", + "ort" + ], + [ + "p", + "ro" + ], + [ + "Ġcle", + "ar" + ], + [ + "u", + "pp" + ], + [ + "Ġon", + "ce" + ], + [ + "Ġcre", + "ate" + ], + [ + "Ġchar", + "act" + ], + [ + "Ġproble", + "m" + ], + [ + "2", + "5" + ], + [ + "Ġcont", + "act" + ], + [ + "Ġfriend", + "s" + ], + [ + "Ġn", + "et" + ], + [ + "re", + "et" + ], + [ + "ĠG", + "u" + ], + [ + "ĠC", + "he" + ], + [ + "Ġe", + "y" + ], + [ + "The", + "re" + ], + [ + "ĠA", + "ss" + ], + [ + "Ġc", + "amp" + ], + [ + "ĠY", + "our" + ], + [ + "n", + "ot" + ], + [ + "Ġstart", + "ed" + ], + [ + "oo", + "se" + ], + [ + "Ġ1", + "7" + ], + [ + "Ġstud", + "y" + ], + [ + "Ġd", + "r" + ], + [ + "ur", + "ther" + ], + [ + "g", + "le" + ], + [ + "fe", + "rence" + ], + [ + "Ġre", + "ason" + ], + [ + "Ġw", + "ent" + ], + [ + "Ġdevelop", + "ment" + ], + [ + "H", + "ow" + ], + [ + "Ġac", + "ross" + ], + [ + "Ġpartic", + "ular" + ], + [ + "1", + "4" + ], + [ + "y", + "l" + ], + [ + "b", + "ack" + ], + [ + "Ġw", + "ond" + ], + [ + "Ġh", + "ope" + ], + [ + "Ġgovern", + "ment" + ], + [ + "Ġw", + "on" + ], + [ + "if", + "ul" + ], + [ + "Ġc", + "ity" + ], + [ + "viron", + "ment" + ], + [ + "Ġex", + "ample" + ], + [ + "Ġty", + "p" + ], + [ + "ĠO", + "ne" + ], + [ + "un", + "ic" + ], + [ + "Ġco", + "ver" + ], + [ + "Ġret", + "urn" + ], + [ + "b", + "o" + ], + [ + "Ġke", + "y" + ], + [ + "Ġspec", + "ific" + ], + [ + "is", + "c" + ], + [ + "i", + "ans" + ], + [ + "Ġh", + "ours" + ], + [ + "Ġ", + "," + ], + [ + "'", + "ll" + ], + [ + "ĠIn", + "st" + ], + [ + "Ġsome", + "one" + ], + [ + "ar", + "r" + ], + [ + "Ġtoo", + "k" + ], + [ + "ul", + "ation" + ], + [ + "a", + "f" + ], + [ + "Ġinv", + "ol" + ], + [ + "Ġs", + "um" + ], + [ + "Ġm", + "illion" + ], + [ + "ĠN", + "ot" + ], + [ + "ĠQ", + "u" + ], + [ + "Ġc", + "ut" + ], + [ + "l", + "ished" + ], + [ + "Ġ", + "z" + ], + [ + "il", + "ar" + ], + [ + "ĠW", + "or" + ], + [ + "is", + "k" + ], + [ + "ĠAmeric", + "an" + ], + [ + "os", + "p" + ], + [ + "Ġsh", + "are" + ], + [ + "Ġp", + "ict" + ], + [ + "Ġg", + "irl" + ], + [ + "1", + "8" + ], + [ + "un", + "ch" + ], + [ + "Ġpro", + "b" + ], + [ + "Ġ2", + "4" + ], + [ + "ur", + "ity" + ], + [ + "Ġre", + "du" + ], + [ + "Ġex", + "ce" + ], + [ + "Ġ1", + "00" + ], + [ + "Ġm", + "aterial" + ], + [ + "Ġto", + "t" + ], + [ + "le", + "ge" + ], + [ + "1", + "3" + ], + [ + "ll", + "ing" + ], + [ + "ak", + "en" + ], + [ + "A", + "nd" + ], + [ + "Ġs", + "ound" + ], + [ + "ĠIn", + "tern" + ], + [ + "o", + "on" + ], + [ + "ight", + "s" + ], + [ + "Ġbel", + "ow" + ], + [ + "1", + "6" + ], + [ + "Ġf", + "uture" + ], + [ + "w", + "h" + ], + [ + "Ġrequ", + "ire" + ], + [ + "Ġan", + "t" + ], + [ + "Ġst", + "ep" + ], + [ + "res", + "ent" + ], + [ + "b", + "all" + ], + [ + "Ġor", + "ig" + ], + [ + "Ġst", + "ay" + ], + [ + "ĠThe", + "se" + ], + [ + "our", + "ces" + ], + [ + "Ġp", + "ack" + ], + [ + "c", + "le" + ], + [ + "ĠG", + "r" + ], + [ + "Ġhe", + "art" + ], + [ + "g", + "es" + ], + [ + "ĠI", + "m" + ], + [ + "il", + "ities" + ], + [ + "p", + "ar" + ], + [ + "Ġstr", + "ong" + ], + [ + "Ġse", + "x" + ], + [ + "n", + "ow" + ], + [ + "it", + "or" + ], + [ + "Ġw", + "alk" + ], + [ + "le", + "v" + ], + [ + "re", + "w" + ], + [ + "an", + "ies" + ], + [ + "Ġbr", + "ing" + ], + [ + "Ġdisc", + "uss" + ], + [ + "Ġ", + ">" + ], + [ + "Ġ2", + "5" + ], + [ + "Ġevery", + "thing" + ], + [ + "2", + "00" + ], + [ + "Ġcl", + "ose" + ], + [ + "Ġh", + "ig" + ], + [ + "g", + "ing" + ], + [ + "il", + "le" + ], + [ + "Ġcle", + "an" + ], + [ + "ur", + "ch" + ], + [ + "O", + "R" + ], + [ + "Ġw", + "ind" + ], + [ + "Ġg", + "ames" + ], + [ + "ct", + "or" + ], + [ + "il", + "t" + ], + [ + "Ġ19", + "9" + ], + [ + "ut", + "ions" + ], + [ + "Ġquest", + "ion" + ], + [ + "Ġcomp", + "et" + ], + [ + "Ġst", + "e" + ], + [ + "Ġ", + "ident" + ], + [ + "ious", + "ly" + ], + [ + "Ġl", + "ater" + ], + [ + "id", + "ence" + ], + [ + "ver", + "t" + ], + [ + "ĠC", + "ount" + ], + [ + "Ġear", + "ly" + ], + [ + "Ġse", + "en" + ], + [ + "Ġsing", + "le" + ], + [ + "Ġp", + "ie" + ], + [ + "p", + "ly" + ], + [ + "l", + "er" + ], + [ + "Ġwe", + "b" + ], + [ + "Ġwho", + "le" + ], + [ + "ir", + "t" + ], + [ + "Ġide", + "a" + ], + [ + "Ġe", + "conom" + ], + [ + "Ġbe", + "gin" + ], + [ + "Ġg", + "iven" + ], + [ + "Ġany", + "thing" + ], + [ + "Ġbre", + "ak" + ], + [ + "ĠJ", + "an" + ], + [ + "ur", + "ance" + ], + [ + "Ġbelie", + "ve" + ], + [ + "Ġsp", + "ace" + ], + [ + "Ġpri", + "v" + ], + [ + "O", + "n" + ], + [ + "ur", + "al" + ], + [ + "i", + "od" + ], + [ + "E", + "N" + ], + [ + "Ġto", + "ol" + ], + [ + "Ġ-", + "-" + ], + [ + "Ġp", + "ress" + ], + [ + "ĠSt", + "ate" + ], + [ + "Ġpur", + "ch" + ], + [ + "ĠA", + "b" + ], + [ + "ĠHow", + "ever" + ], + [ + "Ġresult", + "s" + ], + [ + "her", + "s" + ], + [ + "our", + "n" + ], + [ + "pec", + "ially" + ], + [ + "Ġmin", + "utes" + ], + [ + "c", + "rib" + ], + [ + "is", + "on" + ], + [ + "A", + "L" + ], + [ + "ĠB", + "ro" + ], + [ + "ent", + "al" + ], + [ + "Ġch", + "all" + ], + [ + "Ġb", + "ad" + ], + [ + "Ġj", + "o" + ], + [ + "n", + "ers" + ], + [ + "Ġbl", + "ack" + ], + [ + "Ġf", + "ace" + ], + [ + "S", + "T" + ], + [ + "ra", + "in" + ], + [ + "atur", + "al" + ], + [ + "u", + "f" + ], + [ + "Ġst", + "ore" + ], + [ + "Ġrec", + "omm" + ], + [ + "p", + "s" + ], + [ + "Ġt", + "ax" + ], + [ + "Ġapp", + "ear" + ], + [ + "ĠC", + "ity" + ], + [ + "Ġrel", + "ations" + ], + [ + "ill", + "ed" + ], + [ + "Ġty", + "pe" + ], + [ + "Ġab", + "ove" + ], + [ + "ĠM", + "in" + ], + [ + "c", + "er" + ], + [ + "Ġrecomm", + "end" + ], + [ + "2", + "2" + ], + [ + "Ġv", + "ol" + ], + [ + "Ġde", + "li" + ], + [ + "Ġcom", + "b" + ], + [ + "Ġc", + "al" + ], + [ + "ĠE", + "d" + ], + [ + "1", + "7" + ], + [ + "Ġpre", + "t" + ], + [ + "a", + "ur" + ], + [ + "Ġw", + "atch" + ], + [ + "Ġm", + "ot" + ], + [ + "th", + "ough" + ], + [ + "y", + "n" + ], + [ + "Ġc", + "ard" + ], + [ + "Ġp", + "lease" + ], + [ + "Ġf", + "re" + ], + [ + "Ġto", + "ld" + ], + [ + "Ġm", + "ess" + ], + [ + "Ġt", + "aking" + ], + [ + "Ġhum", + "an" + ], + [ + "Ġc", + "red" + ], + [ + "Ġm", + "or" + ], + [ + "oc", + "u" + ], + [ + "u", + "ation" + ], + [ + "ric", + "t" + ], + [ + "um", + "e" + ], + [ + "Ġf", + "ield" + ], + [ + "c", + "hed" + ], + [ + "ĠUn", + "ited" + ], + [ + "un", + "g" + ], + [ + "cri", + "ption" + ], + [ + "Ġen", + "c" + ], + [ + "Ġf", + "ive" + ], + [ + "ĠS", + "chool" + ], + [ + "Ġre", + "pl" + ], + [ + "it", + "es" + ], + [ + "Ġs", + "ize" + ], + [ + "Ġindust", + "ry" + ], + [ + "Ġse", + "arch" + ], + [ + "ĠC", + "al" + ], + [ + "Ġam", + "ount" + ], + [ + "Ġd", + "ue" + ], + [ + "Ġse", + "em" + ], + [ + "ib", + "ility" + ], + [ + "er", + "al" + ], + [ + "Ġa", + "ge" + ], + [ + "Ġb", + "ar" + ], + [ + "Ġ201", + "2" + ], + [ + "Ġiss", + "ues" + ], + [ + "Ġkn", + "own" + ], + [ + "um", + "b" + ], + [ + "Ġsu", + "gg" + ], + [ + "Ġper", + "cent" + ], + [ + "Ġsugg", + "est" + ], + [ + "anc", + "ial" + ], + [ + "ĠT", + "w" + ], + [ + "Ġen", + "er" + ], + [ + "id", + "ed" + ], + [ + "ĠO", + "ur" + ], + [ + "ens", + "ive" + ], + [ + "f", + "ully" + ], + [ + "Ġval", + "ue" + ], + [ + "Ġ201", + "3" + ], + [ + "Ġfr", + "ont" + ], + [ + "Ġmet", + "hod" + ], + [ + "f", + "ic" + ], + [ + "Ġc", + "ell" + ], + [ + "Ġp", + "ick" + ], + [ + "Ġcons", + "ider" + ], + [ + "Ġp", + "ort" + ], + [ + "Ġ201", + "7" + ], + [ + "ro", + "du" + ], + [ + "Ġevery", + "one" + ], + [ + "m", + "b" + ], + [ + "as", + "k" + ], + [ + "Ġwhe", + "ther" + ], + [ + "u", + "ed" + ], + [ + "le", + "x" + ], + [ + "Ġadd", + "ress" + ], + [ + "c", + "ome" + ], + [ + "ĠG", + "l" + ], + [ + "Ġqu", + "ite" + ], + [ + "Ġm", + "iss" + ], + [ + "Ġcomp", + "anies" + ], + [ + "ion", + "al" + ], + [ + "c", + "hes" + ], + [ + "in", + "ks" + ], + [ + "el", + "t" + ], + [ + "ir", + "m" + ], + [ + "Ġen", + "s" + ], + [ + "S", + "o" + ], + [ + "nd", + "er" + ], + [ + "Ġex", + "c" + ], + [ + "Ġcont", + "ent" + ], + [ + "ĠP", + "e" + ], + [ + "Ġpret", + "ty" + ], + [ + "Ġam", + "ong" + ], + [ + "il", + "i" + ], + [ + "im", + "ate" + ], + [ + "Ġe", + "ither" + ], + [ + "Ġc", + "ult" + ], + [ + "Ġb", + "rand" + ], + [ + "Ġh", + "alf" + ], + [ + "Ġtry", + "ing" + ], + [ + "----", + "----" + ], + [ + "g", + "o" + ], + [ + "Ġf", + "all" + ], + [ + "m", + "y" + ], + [ + "i", + "ver" + ], + [ + "Ġresp", + "ons" + ], + [ + "Ġquest", + "ions" + ], + [ + "Ġaut", + "hor" + ], + [ + "Ġwh", + "ite" + ], + [ + "Ġman", + "ag" + ], + [ + "ri", + "ed" + ], + [ + "og", + "n" + ], + [ + "Ġt", + "able" + ], + [ + "o", + "le" + ], + [ + "=", + "=" + ], + [ + "Ġfav", + "or" + ], + [ + "led", + "ge" + ], + [ + "Ġcl", + "aim" + ], + [ + "sel", + "ves" + ], + [ + "ĠM", + "ore" + ], + [ + "B", + "ut" + ], + [ + "ab", + "or" + ], + [ + "Ġup", + "d" + ], + [ + "Ġ5", + "0" + ], + [ + "Ġhist", + "ory" + ], + [ + "ast", + "ic" + ], + [ + "Ġmed", + "ia" + ], + [ + "ĠP", + "art" + ], + [ + "ov", + "ed" + ], + [ + "ĠS", + "m" + ], + [ + "i", + "am" + ], + [ + "ĠE", + "uro" + ], + [ + "ag", + "n" + ], + [ + "Ġinst", + "all" + ], + [ + "Ġbeaut", + "iful" + ], + [ + "Ġcomm", + "on" + ], + [ + "Ġwrit", + "ing" + ], + [ + "as", + "ing" + ], + [ + "A", + "d" + ], + [ + "Ġimpro", + "ve" + ], + [ + "ĠD", + "r" + ], + [ + "Ġpol", + "it" + ], + [ + "ĠM", + "c" + ], + [ + "Ġtra", + "vel" + ], + [ + "Ġser", + "ies" + ], + [ + "pl", + "ay" + ], + [ + "I", + "C" + ], + [ + "W", + "hen" + ], + [ + "ob", + "ile" + ], + [ + "Ġal", + "most" + ], + [ + "Ġbuild", + "ing" + ], + [ + "ain", + "ed" + ], + [ + "pr", + "il" + ], + [ + "Ġfe", + "atures" + ], + [ + "res", + "h" + ], + [ + "Ġd", + "ou" + ], + [ + "Ġph", + "ys" + ], + [ + "Ġprob", + "ably" + ], + [ + "4", + "0" + ], + [ + "Ġh", + "y" + ], + [ + "ĠP", + "er" + ], + [ + "op", + "s" + ], + [ + "Ġr", + "ange" + ], + [ + "Ġa", + "ff" + ], + [ + "Ġsim", + "ple" + ], + [ + "ĠP", + "re" + ], + [ + "Ġ201", + "4" + ], + [ + "Ġel", + "se" + ], + [ + "it", + "ch" + ], + [ + "Ġde", + "l" + ], + [ + "Ġse", + "lf" + ], + [ + "Ġen", + "vironment" + ], + [ + "at", + "ors" + ], + [ + "ar", + "ning" + ], + [ + "Ġper", + "iod" + ], + [ + "ĠSe", + "c" + ], + [ + "ĠK", + "e" + ], + [ + "ĠO", + "ct" + ], + [ + "ĠB", + "y" + ], + [ + "om", + "es" + ], + [ + "ĠA", + "fter" + ], + [ + "Ġp", + "ub" + ], + [ + "Ġoff", + "ers" + ], + [ + "Ġem", + "ail" + ], + [ + "g", + "est" + ], + [ + "S", + "h" + ], + [ + "Ġ201", + "8" + ], + [ + "Ġan", + "sw" + ], + [ + "Ġv", + "i" + ], + [ + "ra", + "ft" + ], + [ + "P", + "ro" + ], + [ + "A", + "l" + ], + [ + "6", + "0" + ], + [ + "Ġf", + "urther" + ], + [ + "ru", + "ction" + ], + [ + "Ġp", + "arent" + ], + [ + "ĠY", + "ork" + ], + [ + "ang", + "u" + ], + [ + "Ġme", + "as" + ], + [ + "Ġc", + "rit" + ], + [ + "Ġl", + "iving" + ], + [ + "Ġwant", + "ed" + ], + [ + "ru", + "g" + ], + [ + "ear", + "ch" + ], + [ + "itt", + "ed" + ], + [ + "Ġn", + "ice" + ], + [ + "Ġtr", + "ack" + ], + [ + "ad", + "a" + ], + [ + "ut", + "er" + ], + [ + "E", + "D" + ], + [ + "Ġes", + "pecially" + ], + [ + "Ġa", + "ud" + ], + [ + "Ġdown", + "load" + ], + [ + "uf", + "act" + ], + [ + "Ġre", + "d" + ], + [ + "ĠS", + "outh" + ], + [ + "Ġso", + "on" + ], + [ + "Ġart", + "icle" + ], + [ + "ĠP", + "ol" + ], + [ + "Ġdef", + "in" + ], + [ + "Ġman", + "agement" + ], + [ + "Ġide", + "as" + ], + [ + "Ġent", + "ire" + ], + [ + "ic", + "ro" + ], + [ + "Ġl", + "ink" + ], + [ + "Ġcom", + "ing" + ], + [ + "Ġneed", + "ed" + ], + [ + "c", + "y" + ], + [ + "Ġde", + "b" + ], + [ + "Ġab", + "s" + ], + [ + "u", + "ary" + ], + [ + "A", + "S" + ], + [ + "A", + "C" + ], + [ + "I", + "T" + ], + [ + "Ġ201", + "6" + ], + [ + "and", + "s" + ], + [ + "ĠW", + "ill" + ], + [ + "Ġtra", + "ining" + ], + [ + "Ġsign", + "ific" + ], + [ + "Ġvar", + "ious" + ], + [ + "o", + "e" + ], + [ + "ob", + "al" + ], + [ + "Ġm", + "ach" + ], + [ + "ab", + "les" + ], + [ + "oo", + "gle" + ], + [ + "Ġe", + "ff" + ], + [ + "ib", + "r" + ], + [ + "Ġis", + "n" + ], + [ + "Ġiss", + "ue" + ], + [ + "Ġrelations", + "hip" + ], + [ + "ive", + "ly" + ], + [ + "ro", + "ll" + ], + [ + "Ġener", + "gy" + ], + [ + "ĠE", + "m" + ], + [ + "Ġcom", + "ment" + ], + [ + "fic", + "ult" + ], + [ + "ific", + "ation" + ], + [ + "us", + "ed" + ], + [ + "ch", + "ie" + ], + [ + "ition", + "al" + ], + [ + "Ġex", + "am" + ], + [ + "Ġwond", + "er" + ], + [ + "o", + "id" + ], + [ + "ĠM", + "r" + ], + [ + "Ġfil", + "m" + ], + [ + "ĠA", + "ug" + ], + [ + "Ġd", + "ig" + ], + [ + "Ġtechn", + "ology" + ], + [ + "Ġl", + "og" + ], + [ + "v", + "al" + ], + [ + "Ġo", + "il" + ], + [ + "ĠAr", + "t" + ], + [ + "i", + "res" + ], + [ + "Ġhow", + "ever" + ], + [ + "Ġk", + "ids" + ], + [ + "T", + "o" + ], + [ + "z", + "e" + ], + [ + "t", + "ime" + ], + [ + "Ġsim", + "ply" + ], + [ + "Ġ", + "+" + ], + [ + "Ġadd", + "ed" + ], + [ + "ĠSt", + "ud" + ], + [ + "Ġl", + "o" + ], + [ + "Ġspe", + "nd" + ], + [ + "2", + "4" + ], + [ + "ĠP", + "res" + ], + [ + "d", + "ing" + ], + [ + "Ġag", + "ree" + ], + [ + "g", + "ress" + ], + [ + "Ġt", + "aken" + ], + [ + "Ġoff", + "ice" + ], + [ + "Ġlike", + "ly" + ], + [ + "Ġpoint", + "s" + ], + [ + "ir", + "c" + ], + [ + "8", + "0" + ], + [ + "ach", + "ing" + ], + [ + "Ġh", + "ost" + ], + [ + "Ġte", + "xt" + ], + [ + "Ġst", + "yle" + ], + [ + "Ġst", + "aff" + ], + [ + "I", + "S" + ], + [ + "an", + "a" + ], + [ + "ĠP", + "ark" + ], + [ + "is", + "es" + ], + [ + "ĠA", + "ust" + ], + [ + "ĠWor", + "ld" + ], + [ + "ĠN", + "orth" + ], + [ + "Ġare", + "as" + ], + [ + ".", + ")" + ], + [ + "Ġr", + "ather" + ], + [ + "az", + "ing" + ], + [ + "Ġcustom", + "ers" + ], + [ + "Ġf", + "oot" + ], + [ + "Ġs", + "ent" + ], + [ + "Ġc", + "ook" + ], + [ + "s", + "p" + ], + [ + "Ġdif", + "ficult" + ], + [ + "he", + "ad" + ], + [ + "ĠB", + "ar" + ], + [ + "cl", + "us" + ], + [ + "Ġrequ", + "ired" + ], + [ + "un", + "ities" + ], + [ + "Ġ", + "<" + ], + [ + "ĠJ", + "ust" + ], + [ + "Ġword", + "s" + ], + [ + "Ġyour", + "self" + ], + [ + "Ġnot", + "hing" + ], + [ + "o", + "es" + ], + [ + "ud", + "e" + ], + [ + "Ġperform", + "ance" + ], + [ + "Ġne", + "cess" + ], + [ + "ĠEuro", + "pe" + ], + [ + "ĠN", + "ational" + ], + [ + "Ġpartic", + "ip" + ], + [ + "ri", + "e" + ], + [ + "ĠC", + "or" + ], + [ + "Ġpa", + "per" + ], + [ + "Ġw", + "ays" + ], + [ + "Ġcol", + "or" + ], + [ + "Ġ201", + "5" + ], + [ + "Ġproble", + "ms" + ], + [ + "Ġpos", + "ition" + ], + [ + "ĠH", + "igh" + ], + [ + "Ġsim", + "ilar" + ], + [ + "ĠB", + "u" + ], + [ + "v", + "ent" + ], + [ + "et", + "h" + ], + [ + "itt", + "ing" + ], + [ + "Ġph", + "one" + ], + [ + "itc", + "hen" + ], + [ + "am", + "a" + ], + [ + "Ġread", + "ing" + ], + [ + "ĠN", + "ow" + ], + [ + "u", + "ge" + ], + [ + "Ġass", + "ist" + ], + [ + "Ġw", + "all" + ], + [ + "Ġtr", + "ue" + ], + [ + "Ġs", + "we" + ], + [ + "Ġexper", + "ienc" + ], + [ + "I", + "D" + ], + [ + "ĠA", + "g" + ], + [ + "Ġmod", + "el" + ], + [ + "Ġs", + "le" + ], + [ + "Ġfor", + "ward" + ], + [ + "Ġopt", + "ions" + ], + [ + "re", + "me" + ], + [ + "Ġd", + "ocu" + ], + [ + "Ġfun", + "ction" + ], + [ + "Ġm", + "atter" + ], + [ + "ĠM", + "arch" + ], + [ + "es", + "e" + ], + [ + "a", + "ily" + ], + [ + "Ġse", + "ems" + ], + [ + "re", + "g" + ], + [ + "l", + "u" + ], + [ + "c", + "he" + ], + [ + "ver", + "age" + ], + [ + "Ġprofession", + "al" + ], + [ + "Ġprovid", + "es" + ], + [ + "ĠG", + "e" + ], + [ + "ĠD", + "ep" + ], + [ + "Ġask", + "ed" + ], + [ + "et", + "y" + ], + [ + "Ġproper", + "ty" + ], + [ + "Ġcharact", + "er" + ], + [ + "Ġex", + "ist" + ], + [ + "Ġdet", + "ails" + ], + [ + "ĠHe", + "alth" + ], + [ + "Ġd", + "am" + ], + [ + "ĠRe", + "g" + ], + [ + "Ġin", + "it" + ], + [ + "P", + "h" + ], + [ + "Ġs", + "uper" + ], + [ + "Ġet", + "c" + ], + [ + "Ġ201", + "1" + ], + [ + "ar", + "get" + ], + [ + "iv", + "al" + ], + [ + "itt", + "en" + ], + [ + "2", + "3" + ], + [ + "Ġext", + "ra" + ], + [ + "ĠCent", + "er" + ], + [ + "ul", + "es" + ], + [ + "Ġprote", + "ct" + ], + [ + "Ġsignific", + "ant" + ], + [ + "u", + "k" + ], + [ + "Ġse", + "lect" + ], + [ + "Ã", + "©" + ], + [ + "ys", + "is" + ], + [ + "Ġpre", + "p" + ], + [ + "Ġcontin", + "ue" + ], + [ + "Ġr", + "isk" + ], + [ + "Ġlook", + "s" + ], + [ + "er", + "a" + ], + [ + "Ġs", + "ix" + ], + [ + "m", + "it" + ], + [ + "Ġ", + "=" + ], + [ + "ĠP", + "a" + ], + [ + "M", + "y" + ], + [ + "Ġf", + "ire" + ], + [ + "pt", + "ember" + ], + [ + "ĠJ", + "une" + ], + [ + "at", + "est" + ], + [ + "ĠO", + "ff" + ], + [ + "Ġc", + "oun" + ], + [ + "Ġdet", + "erm" + ], + [ + "ĠSt", + "ates" + ], + [ + "ab", + "y" + ], + [ + "Ġwee", + "ks" + ], + [ + "min", + "ist" + ], + [ + "r", + "ing" + ], + [ + "Ġc", + "as" + ], + [ + "o", + "om" + ], + [ + "Ġd", + "ate" + ], + [ + "Ġh", + "on" + ], + [ + "Ġhapp", + "y" + ], + [ + "et", + "er" + ], + [ + "c", + "ial" + ], + [ + "Ġac", + "cept" + ], + [ + "Ġbeh", + "ind" + ], + [ + "ĠT", + "ra" + ], + [ + "Ġth", + "ird" + ], + [ + "Ġt", + "ou" + ], + [ + "Ġany", + "one" + ], + [ + "b", + "l" + ], + [ + "Ġpop", + "ular" + ], + [ + "i", + "pe" + ], + [ + "Ġpart", + "y" + ], + [ + "b", + "or" + ], + [ + "re", + "ct" + ], + [ + "Ġst", + "at" + ], + [ + "le", + "br" + ], + [ + "Ġcou", + "ple" + ], + [ + "n", + "a" + ], + [ + "Ġbo", + "x" + ], + [ + "Ġo", + "p" + ], + [ + "Ġimp", + "act" + ], + [ + "ĠO", + "f" + ], + [ + "ist", + "ic" + ], + [ + "ol", + "ution" + ], + [ + "ad", + "es" + ], + [ + "e", + "k" + ], + [ + "er", + "c" + ], + [ + "ĠA", + "ct" + ], + [ + "Ġp", + "ric" + ], + [ + "ĠI", + "nt" + ], + [ + "Ġwor", + "th" + ], + [ + "ĠU", + "s" + ], + [ + "Ġro", + "ad" + ], + [ + "Ġreg", + "ard" + ], + [ + "ac", + "ed" + ], + [ + "Ġ2", + "1" + ], + [ + "Ġincre", + "ase" + ], + [ + "ĠFe", + "b" + ], + [ + "Ġa", + "ction" + ], + [ + "Ġf", + "ail" + ], + [ + "ĠCount", + "y" + ], + [ + "h", + "am" + ], + [ + "Ġev", + "ents" + ], + [ + "id", + "ge" + ], + [ + "ĠD", + "ay" + ], + [ + "Ġconne", + "ct" + ], + [ + "Ġst", + "op" + ], + [ + "it", + "er" + ], + [ + "ie", + "f" + ], + [ + "Ġrep", + "resent" + ], + [ + "ĠA", + "pril" + ], + [ + "s", + "y" + ], + [ + "Ġro", + "le" + ], + [ + "Ġt", + "akes" + ], + [ + "Ġsoft", + "ware" + ], + [ + "Ġsub", + "ject" + ], + [ + "Ġ201", + "0" + ], + [ + "Ġass", + "oci" + ], + [ + "Ġse", + "nd" + ], + [ + "n", + "es" + ], + [ + "av", + "ing" + ], + [ + "y", + "ear" + ], + [ + "ĠA", + "f" + ], + [ + "Ġdo", + "g" + ], + [ + "ĠH", + "is" + ], + [ + "i", + "ate" + ], + [ + "Ġn", + "atural" + ], + [ + "op", + "y" + ], + [ + "it", + "ter" + ], + [ + "Ġg", + "en" + ], + [ + "Ġun", + "ique" + ], + [ + "Ġout", + "side" + ], + [ + "ou", + "d" + ], + [ + "Ġpr", + "int" + ], + [ + "m", + "a" + ], + [ + "ĠD", + "on" + ], + [ + "Ġtreat", + "ment" + ], + [ + "Ġcons", + "um" + ], + [ + "ough", + "t" + ], + [ + "anc", + "ed" + ], + [ + "Ġa", + "chie" + ], + [ + "iz", + "ing" + ], + [ + "Ġchang", + "es" + ], + [ + "ĠS", + "ome" + ], + [ + "g", + "u" + ], + [ + "op", + "h" + ], + [ + "ĠW", + "est" + ], + [ + ">", + "<" + ], + [ + "O", + "T" + ], + [ + "Ġsa", + "fe" + ], + [ + "Ġfin", + "al" + ], + [ + "Ġs", + "ong" + ], + [ + "ak", + "er" + ], + [ + "Ġgener", + "al" + ], + [ + "Ġrun", + "ning" + ], + [ + "Ġus", + "ually" + ], + [ + "ic", + "les" + ], + [ + "Ġfin", + "ancial" + ], + [ + "Ġprovid", + "ed" + ], + [ + "n", + "y" + ], + [ + "if", + "f" + ], + [ + "âĢ", + "¢" + ], + [ + "ove", + "mber" + ], + [ + "Ġres", + "pect" + ], + [ + "Ġins", + "ide" + ], + [ + "Ġw", + "ide" + ], + [ + "u", + "x" + ], + [ + "Ġle", + "ave" + ], + [ + "al", + "es" + ], + [ + "Ġcom", + "fort" + ], + [ + "Ġconc", + "ern" + ], + [ + "Ġvers", + "ion" + ], + [ + "air", + "s" + ], + [ + "Ġf", + "ast" + ], + [ + "Ġt", + "it" + ], + [ + "Ġeng", + "ine" + ], + [ + "ip", + "le" + ], + [ + "est", + "s" + ], + [ + "Ġr", + "ate" + ], + [ + "Ġf", + "ig" + ], + [ + "Ġ201", + "9" + ], + [ + "Ġch", + "oose" + ], + [ + "Ġann", + "oun" + ], + [ + "Ġshow", + "s" + ], + [ + "Ġin", + "j" + ], + [ + "ĠAd", + "d" + ], + [ + "ĠJ", + "uly" + ], + [ + "Ġacc", + "ording" + ], + [ + "Ġcom", + "ments" + ], + [ + "Ġl", + "oss" + ], + [ + "Ġ2", + "3" + ], + [ + "Ġco", + "ll" + ], + [ + "Ġn", + "orm" + ], + [ + "ress", + "ion" + ], + [ + "Ġeduc", + "ation" + ], + [ + "Ġg", + "round" + ], + [ + "Ġhig", + "her" + ], + [ + "ĠP", + "ar" + ], + [ + "Ġm", + "at" + ], + [ + "pl", + "es" + ], + [ + "e", + "es" + ], + [ + "ove", + "red" + ], + [ + "Ġtot", + "al" + ], + [ + "ir", + "th" + ], + [ + "Ġapplic", + "ation" + ], + [ + "ĠE", + "l" + ], + [ + "ĠA", + "ut" + ], + [ + "Ġb", + "ott" + ], + [ + "Ġinclud", + "es" + ], + [ + "ĠP", + "M" + ], + [ + "ĠB", + "o" + ], + [ + "Ġ", + "ut" + ], + [ + "Ġde", + "p" + ], + [ + "ĠH", + "ouse" + ], + [ + "Ġread", + "y" + ], + [ + "Ġlong", + "er" + ], + [ + "a", + "pt" + ], + [ + "ar", + "ter" + ], + [ + "ost", + "ed" + ], + [ + "he", + "l" + ], + [ + "Ġsal", + "es" + ], + [ + "ed", + "s" + ], + [ + "Ġcan", + "not" + ], + [ + "em", + "pt" + ], + [ + "Ġ2", + "2" + ], + [ + "Ġrec", + "ent" + ], + [ + "f", + "ace" + ], + [ + "Ġex", + "act" + ], + [ + "h", + "ib" + ], + [ + "Ġ200", + "8" + ], + [ + "ĠM", + "on" + ], + [ + "Ġsystem", + "s" + ], + [ + "A", + "M" + ], + [ + "ĠBl", + "ack" + ], + [ + "ĠF", + "ree" + ], + [ + "Ġbook", + "s" + ], + [ + "h", + "a" + ], + [ + "Ġv", + "ia" + ], + [ + "Ġknow", + "ledge" + ], + [ + "Ġopport", + "unity" + ], + [ + "ou", + "ra" + ], + [ + "m", + "as" + ], + [ + "Ġde", + "pend" + ], + [ + "C", + "l" + ], + [ + "Ġsa", + "w" + ], + [ + "le", + "ased" + ], + [ + "idd", + "le" + ], + [ + "Ġl", + "ay" + ], + [ + "Ġde", + "ath" + ], + [ + "Ġan", + "im" + ], + [ + "ce", + "mber" + ], + [ + "Ġcomm", + "unic" + ], + [ + "g", + "round" + ], + [ + "ĠV", + "al" + ], + [ + "Ġcre", + "ated" + ], + [ + "Ġmom", + "ent" + ], + [ + "n", + "ov" + ], + [ + "m", + "on" + ], + [ + "ĠS", + "oc" + ], + [ + "Ġne", + "g" + ], + [ + "Ġsec", + "urity" + ], + [ + "7", + "0" + ], + [ + "Ġm", + "ass" + ], + [ + "c", + "ing" + ], + [ + "Ġb", + "all" + ], + [ + "Ġsk", + "in" + ], + [ + "ĠD", + "av" + ], + [ + "ĠF", + "in" + ], + [ + "m", + "ing" + ], + [ + "Ġco", + "ol" + ], + [ + "O", + "U" + ], + [ + "a", + "ction" + ], + [ + "Ġf", + "it" + ], + [ + "Ġrec", + "ogn" + ], + [ + "Ġa", + "w" + ], + [ + "ĠS", + "w" + ], + [ + "at", + "ory" + ], + [ + "o", + "ke" + ], + [ + "Ġmy", + "self" + ], + [ + "Ġfe", + "ature" + ], + [ + "ip", + "ment" + ], + [ + "Ġhe", + "ld" + ], + [ + "Ġe", + "le" + ], + [ + "ain", + "ing" + ], + [ + "Ġpot", + "ential" + ], + [ + "Ġcred", + "it" + ], + [ + "E", + "x" + ], + [ + "Ġmem", + "ber" + ], + [ + "Ġest", + "ab" + ], + [ + "Ġ4", + "0" + ], + [ + "in", + "ary" + ], + [ + "Ġb", + "ase" + ], + [ + "Ġst", + "ri" + ], + [ + "Ġd", + "ating" + ], + [ + "at", + "form" + ], + [ + "Ġcl", + "ick" + ], + [ + "Ġins", + "urance" + ], + [ + "Ġam", + "azing" + ], + [ + "Ġle", + "arning" + ], + [ + "Ġind", + "e" + ], + [ + "re", + "c" + ], + [ + "Ġd", + "om" + ], + [ + "Ġman", + "ufact" + ], + [ + "ĠHe", + "re" + ], + [ + "Ġcont", + "ract" + ], + [ + "Ġpat", + "ients" + ], + [ + "Ġreg", + "ular" + ], + [ + "Ġw", + "ood" + ], + [ + "Ġ", + "ill" + ], + [ + "Ġrec", + "ently" + ], + [ + "Ġst", + "ruct" + ], + [ + "Ġp", + "an" + ], + [ + "ag", + "ing" + ], + [ + "Ġcurrent", + "ly" + ], + [ + "Ġup", + "on" + ], + [ + "angu", + "age" + ], + [ + "li", + "er" + ], + [ + "w", + "ood" + ], + [ + "Ġdesign", + "ed" + ], + [ + "Ġs", + "ense" + ], + [ + "Ġha", + "ir" + ], + [ + "Ġr", + "ad" + ], + [ + "u", + "le" + ], + [ + "f", + "fe" + ], + [ + "ĠRe", + "ad" + ], + [ + "____", + "____" + ], + [ + "ad", + "em" + ], + [ + "Ġwe", + "ight" + ], + [ + "Ġgrow", + "th" + ], + [ + "k", + "y" + ], + [ + "Ġs", + "ale" + ], + [ + "Ġo", + "ption" + ], + [ + "Ġnet", + "work" + ], + [ + "B", + "e" + ], + [ + "i", + "ber" + ], + [ + "ll", + "ent" + ], + [ + "Ġwr", + "ite" + ], + [ + "Ġat", + "tend" + ], + [ + "Ġto", + "wn" + ], + [ + "Ġins", + "p" + ], + [ + "Ġplay", + "ers" + ], + [ + "Ġrece", + "ived" + ], + [ + "Ġdes", + "crib" + ], + [ + "Ġmor", + "ning" + ], + [ + "Ġthrough", + "out" + ], + [ + "Ġus", + "ers" + ], + [ + "v", + "ille" + ], + [ + "o", + "ff" + ], + [ + "or", + "ing" + ], + [ + "Ġcont", + "rib" + ], + [ + "Ġit", + "ems" + ], + [ + "4", + "5" + ], + [ + "C", + "om" + ], + [ + "m", + "m" + ], + [ + "ĠIn", + "c" + ], + [ + "ĠAmeric", + "a" + ], + [ + "ard", + "en" + ], + [ + "Ġpol", + "icy" + ], + [ + "2", + "6" + ], + [ + "st", + "r" + ], + [ + "Ġm", + "ix" + ], + [ + "Ġdri", + "ve" + ], + [ + "am", + "b" + ], + [ + "Ġrem", + "ember" + ], + [ + "Ġorig", + "inal" + ], + [ + "c", + "ast" + ], + [ + "Ġpr", + "im" + ], + [ + "Ġim", + "age" + ], + [ + "ru", + "ary" + ], + [ + "Ġs", + "qu" + ], + [ + "ourn", + "al" + ], + [ + "Ġt", + "arget" + ], + [ + "ĠNew", + "s" + ], + [ + "ite", + "ly" + ], + [ + "Ġplay", + "ing" + ], + [ + "Ġte", + "ac" + ], + [ + "Ġdo", + "or" + ], + [ + "Ġst", + "ra" + ], + [ + "ĠJan", + "uary" + ], + [ + "Ġl", + "ate" + ], + [ + "Ġf", + "a" + ], + [ + "pp", + "er" + ], + [ + "Ġs", + "n" + ], + [ + "f", + "l" + ], + [ + "Ġe", + "p" + ], + [ + "Ġcl", + "os" + ], + [ + "Ġaut", + "om" + ], + [ + "ĠF", + "rom" + ], + [ + "Ġh", + "ol" + ], + [ + "j", + "ust" + ], + [ + "ĠA", + "c" + ], + [ + "ur", + "g" + ], + [ + "Ġpract", + "ice" + ], + [ + "l", + "ike" + ], + [ + "Ġ200", + "9" + ], + [ + "ĠS", + "er" + ], + [ + "Ġp", + "ers" + ], + [ + "Ġob", + "ject" + ], + [ + "Ġoffic", + "ial" + ], + [ + "Ġo", + "bs" + ], + [ + "Ġbo", + "ard" + ], + [ + "Ġc", + "ause" + ], + [ + "A", + "ll" + ], + [ + "Ġf", + "ile" + ], + [ + "Ġens", + "ure" + ], + [ + "Ġh", + "it" + ], + [ + "ĠH", + "ar" + ], + [ + "ĠC", + "r" + ], + [ + "us", + "es" + ], + [ + "ac", + "hed" + ], + [ + "Ġm", + "ention" + ], + [ + "ĠCh", + "ar" + ], + [ + "ut", + "h" + ], + [ + "ud", + "d" + ], + [ + "ĠAug", + "ust" + ], + [ + "Ġ", + "@" + ], + [ + "ĠS", + "ch" + ], + [ + "ĠSe", + "ptember" + ], + [ + "ĠU", + "p" + ], + [ + "ĠW", + "as" + ], + [ + "Ġde", + "g" + ], + [ + "2", + "7" + ], + [ + "Ġcustom", + "er" + ], + [ + "Ġatt", + "ack" + ], + [ + "ĠOct", + "ober" + ], + [ + "Ġpriv", + "ate" + ], + [ + "Ġve", + "h" + ], + [ + "Ġr", + "ound" + ], + [ + "Ġsk", + "ills" + ], + [ + "Ġwom", + "an" + ], + [ + "ĠT", + "H" + ], + [ + "Ġsc", + "reen" + ], + [ + "im", + "um" + ], + [ + "Ġb", + "oy" + ], + [ + "on", + "se" + ], + [ + "Ġd", + "rug" + ], + [ + "Ġs", + "ens" + ], + [ + "ĠA", + "re" + ], + [ + "Ġon", + "es" + ], + [ + "Ġaddition", + "al" + ], + [ + "Ġgo", + "es" + ], + [ + "2", + "8" + ], + [ + "A", + "t" + ], + [ + "ĠC", + "our" + ], + [ + "'", + "d" + ], + [ + "Ġhe", + "ar" + ], + [ + "l", + "im" + ], + [ + "h", + "ood" + ], + [ + "Ġsum", + "mer" + ], + [ + "Ġdra", + "w" + ], + [ + "Ġfavor", + "ite" + ], + [ + "Ġch", + "ance" + ], + [ + "Ġl", + "ost" + ], + [ + "ĠP", + "at" + ], + [ + "Ġl", + "ives" + ], + [ + "ĠR", + "ed" + ], + [ + "ĠH", + "ome" + ], + [ + "Ġcour", + "t" + ], + [ + "Ġactiv", + "ities" + ], + [ + "atur", + "day" + ], + [ + "Ġrece", + "ive" + ], + [ + "O", + "ur" + ], + [ + "Ġl", + "atest" + ], + [ + "Ġmed", + "ical" + ], + [ + "Ġch", + "oice" + ], + [ + "ĠA", + "cc" + ], + [ + "Ġ", + "â" + ], + [ + "b", + "ased" + ], + [ + "Ġde", + "ep" + ], + [ + "3", + "5" + ], + [ + "olog", + "ical" + ], + [ + "Ġb", + "al" + ], + [ + "Ġcol", + "lect" + ], + [ + "Ġs", + "at" + ], + [ + "Ġlead", + "ers" + ], + [ + "Ġwr", + "ong" + ], + [ + "Ġinst", + "ead" + ], + [ + "w", + "here" + ], + [ + "Ġc", + "and" + ], + [ + "Ġind", + "ic" + ], + [ + "Ġce", + "lebr" + ], + [ + "ĠPres", + "ident" + ], + [ + "ke", + "nd" + ], + [ + "IN", + "G" + ], + [ + "ĠF", + "ace" + ], + [ + "r", + "s" + ], + [ + "Ġc", + "am" + ], + [ + "Ġdec", + "ision" + ], + [ + "Ġquick", + "ly" + ], + [ + "Ġthem", + "selves" + ], + [ + "ar", + "a" + ], + [ + "ĠH", + "er" + ], + [ + "z", + "y" + ], + [ + "Th", + "at" + ], + [ + "Ġ2", + "8" + ], + [ + "Ġwork", + "ed" + ], + [ + "Ġpri", + "or" + ], + [ + "osp", + "ital" + ], + [ + "2", + "9" + ], + [ + "ĠM", + "us" + ], + [ + "p", + "ut" + ], + [ + "a", + "ign" + ], + [ + "Ġmeet", + "ing" + ], + [ + "Ġprodu", + "ction" + ], + [ + "r", + "ay" + ], + [ + "Ġm", + "atch" + ], + [ + "Ġhand", + "s" + ], + [ + "Ġb", + "ath" + ], + [ + "art", + "ment" + ], + [ + "Ġrel", + "ated" + ], + [ + "Ġc", + "y" + ], + [ + "ĠAust", + "ral" + ], + [ + "Ġinterest", + "ing" + ], + [ + "es", + "ter" + ], + [ + "ec", + "ut" + ], + [ + "et", + "t" + ], + [ + "Ġd", + "est" + ], + [ + "l", + "ight" + ], + [ + "Ġterm", + "s" + ], + [ + "re", + "l" + ], + [ + "Ġm", + "other" + ], + [ + "ro", + "wn" + ], + [ + "D", + "e" + ], + [ + "Ġfl", + "oor" + ], + [ + "ict", + "ion" + ], + [ + "Ġp", + "ark" + ], + [ + "h", + "aps" + ], + [ + "Ġa", + "ffect" + ], + [ + "Ġs", + "un" + ], + [ + "und", + "ay" + ], + [ + "Ġ2", + "6" + ], + [ + "Ġc", + "ode" + ], + [ + "Ġinclud", + "ed" + ], + [ + "r", + "up" + ], + [ + "O", + "M" + ], + [ + "Ġwas", + "n" + ], + [ + "Ġget", + "s" + ], + [ + "ĠT", + "V" + ], + [ + "as", + "ons" + ], + [ + "ag", + "ue" + ], + [ + "ĠÂ", + "£" + ], + [ + "Ġeas", + "ily" + ], + [ + "Ġt", + "our" + ], + [ + "ð", + "Ł" + ], + [ + "ill", + "ing" + ], + [ + "Ġc", + "ases" + ], + [ + "Ġ", + "*" + ], + [ + ")", + ":" + ], + [ + "Ġ", + "ri" + ], + [ + "iv", + "ity" + ], + [ + "Ġ20", + "20" + ], + [ + "Ġn", + "ational" + ], + [ + "ĠD", + "irect" + ], + [ + "ĠU", + "K" + ], + [ + "ens", + "ion" + ], + [ + "E", + "T" + ], + [ + "Ġst", + "uff" + ], + [ + "c", + "il" + ], + [ + "or", + "ge" + ], + [ + "Ġgr", + "ad" + ], + [ + "ir", + "it" + ], + [ + "Ġint", + "rodu" + ], + [ + "Ġse", + "ll" + ], + [ + "Ġw", + "ar" + ], + [ + "Ġc", + "irc" + ], + [ + "ag", + "s" + ], + [ + "Ġstud", + "ent" + ], + [ + "ond", + "on" + ], + [ + "Ġmod", + "ern" + ], + [ + "Ġpl", + "ant" + ], + [ + "ĠO", + "ut" + ], + [ + "Ġbu", + "ilt" + ], + [ + "ĠD", + "is" + ], + [ + "Ġ2", + "7" + ], + [ + "Ġpl", + "ans" + ], + [ + "W", + "ith" + ], + [ + "il", + "es" + ], + [ + "Ġim", + "m" + ], + [ + "Ġl", + "ower" + ], + [ + "Ġgo", + "al" + ], + [ + "ffic", + "ient" + ], + [ + "ĠA", + "M" + ], + [ + "ress", + "ed" + ], + [ + "p", + "ose" + ], + [ + "Ġs", + "il" + ], + [ + "Ġab", + "ility" + ], + [ + "Ġus", + "er" + ], + [ + "Ġparent", + "s" + ], + [ + "ĠN", + "ovember" + ], + [ + "ĠM", + "ich" + ], + [ + "ic", + "a" + ], + [ + "ĠW", + "ind" + ], + [ + "ĠC", + "ons" + ], + [ + "Ġb", + "i" + ], + [ + "Ġh", + "uge" + ], + [ + "u", + "el" + ], + [ + "Ġsur", + "pr" + ], + [ + "Ġmov", + "ie" + ], + [ + "Ġappro", + "ach" + ], + [ + "Ġar", + "ri" + ], + [ + "Ġproject", + "s" + ], + [ + "Ġit", + "self" + ], + [ + "Ġmarket", + "ing" + ], + [ + "ĠW", + "ar" + ], + [ + "Ġinvol", + "ved" + ], + [ + "Ġf", + "resh" + ], + [ + "ir", + "ing" + ], + [ + "Ġthink", + "ing" + ], + [ + "Ġapp", + "ly" + ], + [ + "am", + "ent" + ], + [ + "?", + "?" + ], + [ + "h", + "old" + ], + [ + "N", + "o" + ], + [ + "Ġlevel", + "s" + ], + [ + "ren", + "g" + ], + [ + "A", + "P" + ], + [ + "Ġb", + "ank" + ], + [ + "Ġbl", + "ood" + ], + [ + "Ġsa", + "f" + ], + [ + "ĠA", + "ir" + ], + [ + "ĠWh", + "ile" + ], + [ + "Ġsit", + "es" + ], + [ + "ĠEng", + "lish" + ], + [ + "av", + "y" + ], + [ + "ĠFr", + "iday" + ], + [ + "ĠAss", + "oci" + ], + [ + "Ġcomp", + "uter" + ], + [ + "U", + "S" + ], + [ + "ĠG", + "oogle" + ], + [ + "oc", + "r" + ], + [ + "e", + "al" + ], + [ + "Ġstand", + "ard" + ], + [ + "Ġw", + "ish" + ], + [ + "er", + "ve" + ], + [ + "Ġfor", + "mer" + ], + [ + "ra", + "b" + ], + [ + "om", + "en" + ], + [ + "ĠB", + "usiness" + ], + [ + "at", + "ives" + ], + [ + "ond", + "ay" + ], + [ + "i", + "ation" + ], + [ + "Ġansw", + "er" + ], + [ + "ĠH", + "ot" + ], + [ + "Ġk", + "itchen" + ], + [ + "ke", + "y" + ], + [ + "Ġpl", + "atform" + ], + [ + "Ġphot", + "os" + ], + [ + "E", + "C" + ], + [ + "p", + "m" + ], + [ + "Ġf", + "elt" + ], + [ + "Ġdec", + "ided" + ], + [ + "Ġprogram", + "s" + ], + [ + "Ġcare", + "er" + ], + [ + "Ġfl", + "ow" + ], + [ + "al", + "t" + ], + [ + "Ġsay", + "ing" + ], + [ + "ĠDe", + "cember" + ], + [ + "Ġfe", + "ed" + ], + [ + "Ġdis", + "e" + ], + [ + "her", + "n" + ], + [ + "o", + "pping" + ], + [ + "ĠRe", + "view" + ], + [ + "Ġh", + "or" + ], + [ + "ĠAf", + "ric" + ], + [ + "m", + "ore" + ], + [ + "al", + "y" + ], + [ + "en", + "ing" + ], + [ + "Ġloc", + "ation" + ], + [ + "ĠSt", + "reet" + ], + [ + "Ġwr", + "itten" + ], + [ + "ĠN", + "et" + ], + [ + "it", + "te" + ], + [ + "f", + "ord" + ], + [ + "or", + "age" + ], + [ + "ĠL", + "a" + ], + [ + "O", + "ne" + ], + [ + "p", + "ri" + ], + [ + "Ġp", + "red" + ], + [ + "id", + "ing" + ], + [ + "**", + "**" + ], + [ + "Ġchall", + "eng" + ], + [ + "Ġpart", + "s" + ], + [ + "ve", + "y" + ], + [ + "Ġcl", + "ients" + ], + [ + "O", + "L" + ], + [ + "ĠW", + "ed" + ], + [ + "Ġv", + "ac" + ], + [ + "ĠS", + "im" + ], + [ + "O", + "S" + ], + [ + "am", + "ed" + ], + [ + "Ġpie", + "ce" + ], + [ + "Ġatt", + "ention" + ], + [ + "att", + "le" + ], + [ + "Ġspe", + "ak" + ], + [ + "er", + "ous" + ], + [ + "Ġintern", + "ational" + ], + [ + "Ġa", + "verage" + ], + [ + "ĠS", + "an" + ], + [ + "ur", + "t" + ], + [ + "ed", + "eral" + ], + [ + "bo", + "ard" + ], + [ + "ur", + "b" + ], + [ + "Ġbenef", + "its" + ], + [ + "g", + "ar" + ], + [ + "Ġim", + "med" + ], + [ + "av", + "es" + ], + [ + "Ġf", + "air" + ], + [ + "du", + "c" + ], + [ + "Ġset", + "t" + ], + [ + "it", + "ation" + ], + [ + "Ġtyp", + "es" + ], + [ + "Ġmain", + "tain" + ], + [ + "Ġey", + "es" + ], + [ + "b", + "and" + ], + [ + "Ġcost", + "s" + ], + [ + "Ġtou", + "ch" + ], + [ + "Ġcent", + "er" + ], + [ + "E", + "L" + ], + [ + "Ġeffect", + "ive" + ], + [ + "Ġcond", + "itions" + ], + [ + "ograph", + "y" + ], + [ + "Ġst", + "ock" + ], + [ + "Ġb", + "us" + ], + [ + "3", + "3" + ], + [ + "ĠP", + "lease" + ], + [ + "7", + "5" + ], + [ + "ou", + "l" + ], + [ + "Ġse", + "par" + ], + [ + "Ġp", + "ull" + ], + [ + "Ġf", + "ight" + ], + [ + "ud", + "get" + ], + [ + "ĠG", + "ener" + ], + [ + "Ġcomplete", + "ly" + ], + [ + "Ġnecess", + "ary" + ], + [ + "Ġvi", + "ol" + ], + [ + "Ġs", + "ource" + ], + [ + "ot", + "es" + ], + [ + "Ġtr", + "ust" + ], + [ + "as", + "te" + ], + [ + "anc", + "y" + ], + [ + "ap", + "an" + ], + [ + "mer", + "cial" + ], + [ + "Ġd", + "iv" + ], + [ + "Ġreview", + "s" + ], + [ + "b", + "it" + ], + [ + "Ġsc", + "he" + ], + [ + "A", + "D" + ], + [ + "Ġp", + "m" + ], + [ + "Ġl", + "ab" + ], + [ + "Ġm", + "ag" + ], + [ + "9", + "5" + ], + [ + "Ġloc", + "ated" + ], + [ + "Ġsa", + "ve" + ], + [ + "Ġf", + "ix" + ], + [ + "ĠG", + "et" + ], + [ + "Ġor", + "d" + ], + [ + "ĠServ", + "ice" + ], + [ + "Ġg", + "ives" + ], + [ + "k", + "ing" + ], + [ + "Ġatt", + "empt" + ], + [ + "B", + "y" + ], + [ + "Ġj", + "ud" + ], + [ + "ĠTh", + "anks" + ], + [ + "Ġvar", + "iety" + ], + [ + "r", + "ight" + ], + [ + "Ġg", + "ave" + ], + [ + "Ġt", + "al" + ], + [ + "Ġpos", + "itive" + ], + [ + "Ġre", + "lease" + ], + [ + "ord", + "s" + ], + [ + "ren", + "ces" + ], + [ + "ĠRe", + "c" + ], + [ + "ĠThe", + "n" + ], + [ + "eng", + "th" + ], + [ + "Ġhe", + "ard" + ], + [ + "Ġgroup", + "s" + ], + [ + "a", + "el" + ], + [ + "Ġc", + "at" + ], + [ + "Ġg", + "old" + ], + [ + "un", + "t" + ], + [ + "Ġwa", + "it" + ], + [ + "ĠIntern", + "ational" + ], + [ + "en", + "ge" + ], + [ + "Ġc", + "up" + ], + [ + "Ġenc", + "oura" + ], + [ + "rough", + "t" + ], + [ + "ĠDes", + "ign" + ], + [ + "Ġ19", + "8" + ], + [ + "Ġdefin", + "itely" + ], + [ + "Ġrequ", + "est" + ], + [ + "Ġd", + "aily" + ], + [ + "ar", + "i" + ], + [ + "ag", + "er" + ], + [ + "r", + "is" + ], + [ + "=", + "\"" + ], + [ + "z", + "z" + ], + [ + "an", + "i" + ], + [ + "ain", + "t" + ], + [ + "ĠB", + "rit" + ], + [ + "ĠF", + "irst" + ], + [ + "ĠTe", + "chn" + ], + [ + "Ġanal", + "ysis" + ], + [ + "ad", + "d" + ], + [ + "N", + "ew" + ], + [ + "Ġg", + "reen" + ], + [ + "Ġpro", + "pos" + ], + [ + "ver", + "se" + ], + [ + "ig", + "ation" + ], + [ + "Ġcount", + "ries" + ], + [ + "ĠM", + "arket" + ], + [ + "al", + "d" + ], + [ + "sy", + "ch" + ], + [ + "ĠFace", + "book" + ], + [ + "I", + "ON" + ], + [ + "ĠM", + "et" + ], + [ + "I", + "L" + ], + [ + "Ġf", + "ine" + ], + [ + "Ġm", + "obile" + ], + [ + "ol", + "ute" + ], + [ + "Ġs", + "us" + ], + [ + "ĠP", + "ost" + ], + [ + "ĠTr", + "ans" + ], + [ + "Ġpurch", + "ase" + ], + [ + "ĠG", + "roup" + ], + [ + "Ġp", + "ath" + ], + [ + "ib", + "ly" + ], + [ + "ĠCh", + "ina" + ], + [ + "Ġall", + "ows" + ], + [ + "ĠO", + "b" + ], + [ + "ent", + "y" + ], + [ + "Ġc", + "ross" + ], + [ + "ĠDep", + "artment" + ], + [ + "ĠM", + "od" + ], + [ + "Ġcertain", + "ly" + ], + [ + "Ġpict", + "ure" + ], + [ + "Ġse", + "ction" + ], + [ + "Ġpolit", + "ical" + ], + [ + "Ġreport", + "ed" + ], + [ + "Ġwee", + "kend" + ], + [ + "ĠPro", + "f" + ], + [ + "ĠL", + "aw" + ], + [ + "Ġsit", + "uation" + ], + [ + "Ġmach", + "ine" + ], + [ + "Ġg", + "iving" + ], + [ + "if", + "orn" + ], + [ + "am", + "s" + ], + [ + "ĠC", + "oun" + ], + [ + "Ġsaf", + "ety" + ], + [ + "Ġent", + "er" + ], + [ + "he", + "t" + ], + [ + "Ġcol", + "lection" + ], + [ + "ĠB", + "ook" + ], + [ + "Ġre", + "v" + ], + [ + "ide", + "red" + ], + [ + "Ġleg", + "al" + ], + [ + "Ġdis", + "play" + ], + [ + "Ġres", + "ources" + ], + [ + "Ġ200", + "7" + ], + [ + "ish", + "ing" + ], + [ + "Ġext", + "reme" + ], + [ + "ĠK", + "ing" + ], + [ + "ĠFeb", + "ruary" + ], + [ + "Ġequ", + "ipment" + ], + [ + "ĠServ", + "ices" + ], + [ + "w", + "ise" + ], + [ + "over", + "n" + ], + [ + "ĠE", + "very" + ], + [ + "Ġl", + "if" + ], + [ + "Ġr", + "out" + ], + [ + "Ġcamp", + "aign" + ], + [ + "ĠB", + "est" + ], + [ + "m", + "ission" + ], + [ + "f", + "ield" + ], + [ + "Ġe", + "mer" + ], + [ + "ĠInd", + "ia" + ], + [ + "âĢĿ", + "." + ], + [ + "Ġgl", + "obal" + ], + [ + "ag", + "ed" + ], + [ + "Ġsol", + "ution" + ], + [ + "Ġsle", + "ep" + ], + [ + "or", + "g" + ], + [ + "ĠL", + "ondon" + ], + [ + "Ġcon", + "v" + ], + [ + "Ġdet", + "ail" + ], + [ + "Ġmay", + "be" + ], + [ + "ub", + "e" + ], + [ + "Ġexpect", + "ed" + ], + [ + "Ġlead", + "ing" + ], + [ + "Ġsomet", + "imes" + ], + [ + "ĠS", + "upp" + ], + [ + "ult", + "s" + ], + [ + "Ġresp", + "onse" + ], + [ + "U", + "n" + ], + [ + "Ġbe", + "gan" + ], + [ + "Ġv", + "ict" + ], + [ + "Ġtool", + "s" + ], + [ + "un", + "k" + ], + [ + "Ġrest", + "aur" + ], + [ + "Ġpol", + "ice" + ], + [ + "part", + "ment" + ], + [ + "l", + "in" + ], + [ + "Ġbec", + "ame" + ], + [ + "Ġre", + "nt" + ], + [ + "Ġ2", + "9" + ], + [ + "Ġexce", + "llent" + ], + [ + "Ġkn", + "ew" + ], + [ + "Ġwonder", + "ful" + ], + [ + "Ġnot", + "e" + ], + [ + "Ġd", + "ark" + ], + [ + "Ġde", + "fe" + ], + [ + "ĠG", + "reat" + ], + [ + "Ġm", + "id" + ], + [ + "Ġs", + "old" + ], + [ + "ĠS", + "unday" + ], + [ + "iforn", + "ia" + ], + [ + "Ġstart", + "ing" + ], + [ + "Ġdocu", + "ment" + ], + [ + "Ġsl", + "ow" + ], + [ + "Ġcor", + "rect" + ], + [ + "ĠSy", + "stem" + ], + [ + "ac", + "ing" + ], + [ + "ĠS", + "aturday" + ], + [ + "ro", + "te" + ], + [ + "Ġar", + "ch" + ], + [ + "Ġst", + "reng" + ], + [ + "Ġtri", + "ed" + ], + [ + "Ġcond", + "ition" + ], + [ + "Ġbl", + "ock" + ], + [ + "Ġe", + "arn" + ], + [ + "b", + "ody" + ], + [ + "ĠChrist", + "mas" + ], + [ + "Ġplay", + "ed" + ], + [ + "id", + "a" + ], + [ + "ĠG", + "erm" + ], + [ + "Ġ6", + "0" + ], + [ + "Ġinf", + "lu" + ], + [ + "ĠG", + "ood" + ], + [ + "Ġright", + "s" + ], + [ + "Ġdig", + "ital" + ], + [ + "Ġhelp", + "s" + ], + [ + "Ġb", + "aby" + ], + [ + "Ġinte", + "gr" + ], + [ + "ac", + "hes" + ], + [ + "ĠWe", + "ll" + ], + [ + "Ġimp", + "lement" + ], + [ + "ore", + "s" + ], + [ + "y", + "ond" + ], + [ + "ĠCol", + "lege" + ], + [ + "it", + "ary" + ], + [ + "ur", + "ning" + ], + [ + "as", + "c" + ], + [ + "err", + "or" + ], + [ + "Ġm", + "ount" + ], + [ + "ic", + "ks" + ], + [ + "Ġh", + "our" + ], + [ + "p", + "re" + ], + [ + "Ġof", + "fe" + ], + [ + "Ġst", + "ru" + ], + [ + "Ġm", + "ark" + ], + [ + "Ġinter", + "view" + ], + [ + "p", + "ite" + ], + [ + "a", + "res" + ], + [ + "Ġpric", + "es" + ], + [ + "pl", + "ace" + ], + [ + "ĠL", + "et" + ], + [ + "Ġeffect", + "s" + ], + [ + "Ġto", + "wards" + ], + [ + "Ġqu", + "al" + ], + [ + "E", + "O" + ], + [ + "Ġtri", + "p" + ], + [ + "row", + "s" + ], + [ + "Ġcon", + "vers" + ], + [ + "Ġexact", + "ly" + ], + [ + "Ġl", + "anguage" + ], + [ + "Ġmult", + "iple" + ], + [ + "Ġb", + "irth" + ], + [ + "Ġs", + "on" + ], + [ + "Ġfeel", + "ing" + ], + [ + "ar", + "ies" + ], + [ + "Ġinterest", + "ed" + ], + [ + "Th", + "anks" + ], + [ + "Ġhigh", + "ly" + ], + [ + "1", + "00" + ], + [ + "Ġw", + "arm" + ], + [ + "P", + "osted" + ], + [ + "ĠWh", + "ite" + ], + [ + "augh", + "ter" + ], + [ + "Ġd", + "ream" + ], + [ + "Ġde", + "ad" + ], + [ + "it", + "ute" + ], + [ + "Ġad", + "minist" + ], + [ + "Ġdec", + "or" + ], + [ + "u", + "it" + ], + [ + "Ġintern", + "et" + ], + [ + "Ġl", + "ed" + ], + [ + "Ġlook", + "ed" + ], + [ + "o", + "ly" + ], + [ + "nd", + "s" + ], + [ + "Ġpro", + "gress" + ], + [ + "ĠJ", + "e" + ], + [ + "iz", + "es" + ], + [ + "ch", + "an" + ], + [ + "Ġcl", + "ub" + ], + [ + "Ġcol", + "lege" + ], + [ + "is", + "ions" + ], + [ + "id", + "ents" + ], + [ + "own", + "load" + ], + [ + "urs", + "day" + ], + [ + "Ġmed", + "ic" + ], + [ + "ibr", + "ary" + ], + [ + "Ġcons", + "ist" + ], + [ + "u", + "ate" + ], + [ + "Ġe", + "at" + ], + [ + "ĠD", + "el" + ], + [ + "en", + "ior" + ], + [ + "Ġsu", + "bs" + ], + [ + "Ġp", + "le" + ], + [ + "Ġpict", + "ures" + ], + [ + "Ġmess", + "age" + ], + [ + "Ġl", + "ik" + ], + [ + "Ġprev", + "ent" + ], + [ + "Ġey", + "e" + ], + [ + "oc", + "ol" + ], + [ + "3", + "6" + ], + [ + "il", + "ies" + ], + [ + "in", + "ner" + ], + [ + "i", + "pping" + ], + [ + "Ġwe", + "l" + ], + [ + "Ġl", + "ack" + ], + [ + "om", + "ew" + ], + [ + "i", + "ant" + ], + [ + "Ġcons", + "idered" + ], + [ + "Ġplay", + "er" + ], + [ + "Ġdirect", + "ly" + ], + [ + "od", + "ay" + ], + [ + "Ġbeh", + "av" + ], + [ + "se", + "c" + ], + [ + "ash", + "ion" + ], + [ + "4", + "4" + ], + [ + "ren", + "ch" + ], + [ + "Ġen", + "h" + ], + [ + "ul", + "ations" + ], + [ + "Ġprev", + "ious" + ], + [ + "ĠAl", + "so" + ], + [ + "an", + "ch" + ], + [ + "Ġprovid", + "ing" + ], + [ + "ol", + "f" + ], + [ + "\"", + "." + ], + [ + "oc", + "ks" + ], + [ + "Ġa", + "ware" + ], + [ + "it", + "ure" + ], + [ + "Ġspe", + "ed" + ], + [ + "Ġgl", + "ass" + ], + [ + "it", + "ution" + ], + [ + "Ġindividual", + "s" + ], + [ + "Ġpl", + "aces" + ], + [ + "Ġorgan", + "ization" + ], + [ + "ues", + "day" + ], + [ + "ĠPro", + "gram" + ], + [ + "Ġplan", + "ning" + ], + [ + "Ġs", + "ort" + ], + [ + "Ġturn", + "ed" + ], + [ + "im", + "ately" + ], + [ + "Ġre", + "ve" + ], + [ + "v", + "est" + ], + [ + "Ġim", + "ages" + ], + [ + "Ġcomple", + "x" + ], + [ + "ĠY", + "ear" + ], + [ + "Ġpub", + "lished" + ], + [ + "ĠC", + "le" + ], + [ + "Ġsh", + "all" + ], + [ + "Ġdiffe", + "rence" + ], + [ + "Ġsp", + "ot" + ], + [ + "Ġav", + "oid" + ], + [ + "Ġactiv", + "ity" + ], + [ + "S", + "e" + ], + [ + "ĠM", + "ost" + ], + [ + "Ġne", + "igh" + ], + [ + "r", + "ast" + ], + [ + "Ġcon", + "cept" + ], + [ + "augh", + "t" + ], + [ + "ĠP", + "ri" + ], + [ + "9", + "0" + ], + [ + "Ġhot", + "el" + ], + [ + "ra", + "w" + ], + [ + "Ġwant", + "s" + ], + [ + "Ġhim", + "self" + ], + [ + "cri", + "pt" + ], + [ + "P", + "S" + ], + [ + "Ġst", + "ories" + ], + [ + "Ġg", + "ar" + ], + [ + "ate", + "gy" + ], + [ + "ĠPl", + "ay" + ], + [ + "ĠR", + "em" + ], + [ + "ĠIn", + "ter" + ], + [ + "Ġphys", + "ical" + ], + [ + "Ġem", + "b" + ], + [ + "Re", + "ad" + ], + [ + "Ġsub", + "st" + ], + [ + "Ġre", + "ach" + ], + [ + "itte", + "e" + ], + [ + "Ġn", + "ature" + ], + [ + "A", + "r" + ], + [ + "ĠDe", + "velop" + ], + [ + "Ġphot", + "o" + ], + [ + "ru", + "it" + ], + [ + "Ġd", + "ry" + ], + [ + "hing", + "ton" + ], + [ + "Ġadv", + "ant" + ], + [ + "Ġal", + "tern" + ], + [ + "Ġcar", + "ry" + ], + [ + "l", + "s" + ], + [ + "ĠWe", + "b" + ], + [ + "Ġob", + "tain" + ], + [ + "Ġcon", + "duct" + ], + [ + "C", + "on" + ], + [ + "Ġpres", + "ident" + ], + [ + "ĠD", + "et" + ], + [ + "Ġt", + "en" + ], + [ + "ĠJ", + "ack" + ], + [ + "is", + "f" + ], + [ + "Ġfin", + "ally" + ], + [ + "ĠD", + "em" + ], + [ + "Ġim", + "ag" + ], + [ + "Ġess", + "ay" + ], + [ + "Ġb", + "and" + ], + [ + "b", + "um" + ], + [ + "Ġw", + "ed" + ], + [ + "Ġexper", + "t" + ], + [ + "Ġfe", + "ll" + ], + [ + "Ġf", + "urn" + ], + [ + "Ġdist", + "rib" + ], + [ + "nes", + "day" + ], + [ + "ed", + "ic" + ], + [ + "A", + "fter" + ], + [ + "Ġst", + "ates" + ], + [ + "ven", + "ue" + ], + [ + "Ġb", + "rought" + ], + [ + "ĠM", + "onday" + ], + [ + "Ġpre", + "m" + ], + [ + "Ġd", + "ress" + ], + [ + "ar", + "ily" + ], + [ + "ĠW", + "ork" + ], + [ + "ĠE", + "ast" + ], + [ + "Ġde", + "cl" + ], + [ + "The", + "y" + ], + [ + "y", + "ing" + ], + [ + "Ġmaterial", + "s" + ], + [ + "ist", + "ry" + ], + [ + "Ġdev", + "ice" + ], + [ + "ĠD", + "ist" + ], + [ + "Ġbl", + "ue" + ], + [ + "O", + "V" + ], + [ + "il", + "s" + ], + [ + "Ġl", + "oad" + ], + [ + "Ġbro", + "ad" + ], + [ + "ĠE", + "ven" + ], + [ + "Ġf", + "arm" + ], + [ + "ĠCour", + "t" + ], + [ + "Ġl", + "oved" + ], + [ + "Ġca", + "pt" + ], + [ + "ĠG", + "reen" + ], + [ + "ut", + "ed" + ], + [ + "ri", + "al" + ], + [ + "Ġpart", + "ners" + ], + [ + "es", + "ome" + ], + [ + "ĠS", + "pec" + ], + [ + "Ġf", + "irm" + ], + [ + "Ġpat", + "tern" + ], + [ + "Ġthan", + "ks" + ], + [ + "ĠI", + "I" + ], + [ + "Ġsuccess", + "ful" + ], + [ + "Ġin", + "form" + ], + [ + "Ġt", + "ick" + ], + [ + "Ġex", + "erc" + ], + [ + "ĠCal", + "ifornia" + ], + [ + "Ġre", + "leased" + ], + [ + "ĠJ", + "apan" + ], + [ + "Ġac", + "qu" + ], + [ + "Ġfull", + "y" + ], + [ + "Ġp", + "en" + ], + [ + "G", + "et" + ], + [ + "Ġmil", + "es" + ], + [ + "!!", + "!" + ], + [ + "Ġtalk", + "ing" + ], + [ + "Ġf", + "em" + ], + [ + "ĠM", + "or" + ], + [ + "Ġachie", + "ve" + ], + [ + "s", + "et" + ], + [ + "Ġpre", + "c" + ], + [ + "ĠDav", + "id" + ], + [ + "en", + "ed" + ], + [ + "T", + "M" + ], + [ + "Ġpa", + "id" + ], + [ + "ĠPr", + "ice" + ], + [ + "Ġlim", + "ited" + ], + [ + "Ġw", + "rote" + ], + [ + "Ġmov", + "ing" + ], + [ + "re", + "y" + ], + [ + "Ġro", + "ck" + ], + [ + "ĠS", + "l" + ], + [ + "Ġ", + "ver" + ], + [ + "Ġresp", + "ond" + ], + [ + "5", + "5" + ], + [ + "Ġsp", + "ent" + ], + [ + "Ġro", + "ll" + ], + [ + "Ġcr", + "us" + ], + [ + "Ġhealth", + "y" + ], + [ + "ĠPh", + "ot" + ], + [ + "Ġb", + "udget" + ], + [ + "ĠO", + "ver" + ], + [ + "Ġgu", + "ys" + ], + [ + "B", + "C" + ], + [ + "Ġd", + "ire" + ], + [ + "enc", + "es" + ], + [ + "t", + "r" + ], + [ + "Ġf", + "ather" + ], + [ + "iv", + "il" + ], + [ + "Ġthan", + "k" + ], + [ + "Ġw", + "ife" + ], + [ + "Ġgrow", + "ing" + ], + [ + "h", + "ouse" + ], + [ + "Ġf", + "ab" + ], + [ + "3", + "4" + ], + [ + "m", + "itted" + ], + [ + "Ġl", + "ic" + ], + [ + "li", + "ed" + ], + [ + "Ġeff", + "ort" + ], + [ + "se", + "qu" + ], + [ + "Ġh", + "ous" + ], + [ + "ĠPa", + "ul" + ], + [ + "ate", + "ver" + ], + [ + "Ġh", + "op" + ], + [ + "Ġp", + "ages" + ], + [ + "ĠT", + "y" + ], + [ + "ĠP", + "ort" + ], + [ + "Ġf", + "at" + ], + [ + "ĠS", + "ub" + ], + [ + "ĠG", + "old" + ], + [ + "Ġst", + "age" + ], + [ + "Ġstra", + "ight" + ], + [ + "ĠS", + "ol" + ], + [ + "Ġass", + "ess" + ], + [ + "ĠG", + "o" + ], + [ + "ĠJ", + "es" + ], + [ + "Ġdevelop", + "ed" + ], + [ + "Ġpress", + "ure" + ], + [ + "ĠO", + "ther" + ], + [ + "Ġabs", + "olute" + ], + [ + "ant", + "ly" + ], + [ + "Ġemploy", + "ees" + ], + [ + "ĠE", + "duc" + ], + [ + "Ġgirl", + "s" + ], + [ + "Ġev", + "idence" + ], + [ + "om", + "s" + ], + [ + "Ġg", + "as" + ], + [ + "Ġeconom", + "ic" + ], + [ + "3", + "8" + ], + [ + "ound", + "s" + ], + [ + "re", + "m" + ], + [ + "Ġfre", + "qu" + ], + [ + "Ġm", + "is" + ], + [ + "Ġ", + "ult" + ], + [ + "Ġapp", + "rec" + ], + [ + "ĠL", + "ove" + ], + [ + "Ġinst", + "ru" + ], + [ + "Ġc", + "ash" + ], + [ + "w", + "or" + ], + [ + "Ġd", + "rop" + ], + [ + "I", + "s" + ], + [ + "Ġtrad", + "itional" + ], + [ + "?", + "âĢĿ" + ], + [ + "Ġc", + "opy" + ], + [ + "Ġdo", + "ll" + ], + [ + "ing", + "er" + ], + [ + "d", + "own" + ], + [ + "am", + "ily" + ], + [ + "Ġschool", + "s" + ], + [ + "Ġanal", + "y" + ], + [ + "et", + "ic" + ], + [ + "Ġg", + "rand" + ], + [ + "um", + "n" + ], + [ + "ĠS", + "k" + ], + [ + "m", + "p" + ], + [ + "ord", + "er" + ], + [ + "Ġfe", + "et" + ], + [ + "ist", + "ics" + ], + [ + "Ġsol", + "utions" + ], + [ + "Ġsu", + "it" + ], + [ + "Ġgu", + "ide" + ], + [ + "ĠRes", + "earch" + ], + [ + "Ġrequire", + "ments" + ], + [ + "Ġorgan", + "iz" + ], + [ + "ĠV", + "iew" + ], + [ + "Ġgu", + "y" + ], + [ + "Ġnorm", + "al" + ], + [ + "...", + "]" + ], + [ + "Ġop", + "in" + ], + [ + "S", + "c" + ], + [ + "Ġdem", + "and" + ], + [ + "r", + "ig" + ], + [ + "re", + "ed" + ], + [ + "ĠT", + "op" + ], + [ + "Ġunderstand", + "ing" + ], + [ + "ĠOn", + "line" + ], + [ + "Ġacc", + "om" + ], + [ + "Ġ", + "ðŁ" + ], + [ + "Ġc", + "ateg" + ], + [ + "es", + "tern" + ], + [ + "Ġm", + "ax" + ], + [ + "Ġr", + "ates" + ], + [ + "g", + "en" + ], + [ + "Ġcreat", + "ing" + ], + [ + "a", + "per" + ], + [ + "ĠS", + "pr" + ], + [ + "ĠIn", + "formation" + ], + [ + "Ġal", + "one" + ], + [ + "ĠR", + "oad" + ], + [ + "M", + "ore" + ], + [ + "Ġbegin", + "ning" + ], + [ + "A", + "b" + ], + [ + "anc", + "ing" + ], + [ + "ar", + "ant" + ], + [ + "d", + "oor" + ], + [ + "ĠP", + "al" + ], + [ + "ĠG", + "overn" + ], + [ + "He", + "re" + ], + [ + "Ġbusiness", + "es" + ], + [ + "Ġcult", + "ure" + ], + [ + "C", + "ont" + ], + [ + "Ġsh", + "own" + ], + [ + "Ġdem", + "on" + ], + [ + "Ġdr", + "ink" + ], + [ + "ĠMan", + "agement" + ], + [ + "Ġem", + "ot" + ], + [ + "Ġsupp", + "ly" + ], + [ + "ar", + "c" + ], + [ + "Ġnum", + "bers" + ], + [ + "Ġc", + "ert" + ], + [ + "Ġst", + "ar" + ], + [ + "d", + "om" + ], + [ + "Ġtr", + "uly" + ], + [ + "t", + "ies" + ], + [ + "Ġstr", + "ateg" + ], + [ + "Ġh", + "us" + ], + [ + "Ġtit", + "le" + ], + [ + "ĠI", + "N" + ], + [ + "n", + "ed" + ], + [ + "ĠAn", + "y" + ], + [ + "S", + "he" + ], + [ + "erv", + "ed" + ], + [ + "Ġst", + "orage" + ], + [ + "Ġus", + "es" + ], + [ + "Ġcould", + "n" + ], + [ + "ron", + "ic" + ], + [ + "Ġgo", + "als" + ], + [ + "Ġc", + "ab" + ], + [ + "Ġsh", + "op" + ], + [ + "Ġr", + "ace" + ], + [ + "ĠS", + "ur" + ], + [ + "Ġincre", + "ased" + ], + [ + "Ġlot", + "s" + ], + [ + "il", + "ing" + ], + [ + "ĠM", + "em" + ], + [ + "3", + "9" + ], + [ + "qu", + "e" + ], + [ + "Ġdou", + "b" + ], + [ + "ĠWh", + "y" + ], + [ + "Ġp", + "et" + ], + [ + "Ġreg", + "ist" + ], + [ + "Ġswe", + "et" + ], + [ + "ĠR", + "el" + ], + [ + "rap", + "y" + ], + [ + "ĠA", + "nt" + ], + [ + "ch", + "ange" + ], + [ + "as", + "y" + ], + [ + "am", + "ic" + ], + [ + "Ġa", + "im" + ], + [ + "Ġdeli", + "ver" + ], + [ + "ĠAn", + "n" + ], + [ + "Ġpur", + "pose" + ], + [ + "port", + "s" + ], + [ + "le", + "g" + ], + [ + "Ġsh", + "oot" + ], + [ + "ĠR", + "uss" + ], + [ + "ĠCl", + "ass" + ], + [ + "Ġhe", + "at" + ], + [ + "Ġtem", + "per" + ], + [ + "3", + "7" + ], + [ + "Ġtr", + "ade" + ], + [ + "m", + "at" + ], + [ + "Ġover", + "all" + ], + [ + "6", + "5" + ], + [ + "Ġappro", + "pri" + ], + [ + "Ġsm", + "art" + ], + [ + "E", + "M" + ], + [ + "ĠCan", + "ada" + ], + [ + "N", + "ow" + ], + [ + "Ġocc", + "ur" + ], + [ + "Ġin", + "nov" + ], + [ + "P", + "l" + ], + [ + "Ġcons", + "ult" + ], + [ + "Ġteam", + "s" + ], + [ + "ecut", + "ive" + ], + [ + "Ġopport", + "unities" + ], + [ + "I", + "P" + ], + [ + "Ġdise", + "ase" + ], + [ + "ul", + "ated" + ], + [ + "o", + "oth" + ], + [ + "Ġapplic", + "ations" + ], + [ + "por", + "ate" + ], + [ + "Ġreg", + "ion" + ], + [ + "Ġbenef", + "it" + ], + [ + "Ġdou", + "ble" + ], + [ + "Ġfam", + "ilies" + ], + [ + "ĠA", + "v" + ], + [ + "Ġchar", + "ge" + ], + [ + "Ġn", + "ation" + ], + [ + "t", + "ion" + ], + [ + "0", + "5" + ], + [ + "in", + "ter" + ], + [ + "b", + "on" + ], + [ + "al", + "ing" + ], + [ + "w", + "ide" + ], + [ + "ĠE", + "v" + ], + [ + "Ġp", + "ow" + ], + [ + "a", + "ult" + ], + [ + "ĠH", + "all" + ], + [ + "Ġal", + "though" + ], + [ + "Ġn", + "ut" + ], + [ + "Ġpro", + "t" + ], + [ + "ĠInd", + "ian" + ], + [ + "he", + "st" + ], + [ + "Ġsh", + "ot" + ], + [ + "ĠIn", + "s" + ], + [ + "Ġear", + "lier" + ], + [ + "ĠE", + "ar" + ], + [ + "ĠTe", + "x" + ], + [ + "Ġd", + "en" + ], + [ + "Ġl", + "iter" + ], + [ + "ĠM", + "ac" + ], + [ + "i", + "ately" + ], + [ + "T", + "r" + ], + [ + "ĠWill", + "iam" + ], + [ + "or", + "row" + ], + [ + "Ġparticular", + "ly" + ], + [ + "ĠDe", + "c" + ], + [ + "om", + "ing" + ], + [ + "Ġprom", + "ot" + ], + [ + "Ġstud", + "ies" + ], + [ + "l", + "a" + ], + [ + "ro", + "id" + ], + [ + "oc", + "al" + ], + [ + "Ġadv", + "ice" + ], + [ + "ĠA", + "N" + ], + [ + "Ġchang", + "ed" + ], + [ + "ĠI", + "r" + ], + [ + "Ġm", + "iddle" + ], + [ + "ĠWas", + "hington" + ], + [ + "Ġinvest", + "ment" + ], + [ + "Ġreport", + "s" + ], + [ + "Ġex", + "tend" + ], + [ + "ad", + "y" + ], + [ + "Ġinde", + "pend" + ], + [ + "m", + "ar" + ], + [ + "ĠPl", + "an" + ], + [ + "Ġjob", + "s" + ], + [ + "Ġnear", + "ly" + ], + [ + "Ġcand", + "id" + ], + [ + "4", + "8" + ], + [ + "Ġjo", + "in" + ], + [ + "Ġbe", + "yond" + ], + [ + "Ġallow", + "ed" + ], + [ + "ĠâĢ", + "¢" + ], + [ + "Ġare", + "n" + ], + [ + "se", + "e" + ], + [ + "ite", + "ct" + ], + [ + "Ġth", + "reat" + ], + [ + "Ġconst", + "ruction" + ], + [ + "ĠC", + "are" + ], + [ + "ap", + "ter" + ], + [ + "ĠOff", + "ice" + ], + [ + "Ġcom", + "mercial" + ], + [ + "Ġc", + "old" + ], + [ + "in", + "ated" + ], + [ + "ĠWind", + "ows" + ], + [ + "Ġstate", + "ment" + ], + [ + "Ġmean", + "ing" + ], + [ + "ĠIntern", + "et" + ], + [ + "Ġf", + "ant" + ], + [ + "Ġpre", + "fer" + ], + [ + "I", + "M" + ], + [ + "Ġhist", + "or" + ], + [ + "Ġoffe", + "red" + ], + [ + "Ġc", + "ry" + ], + [ + "Ġhappen", + "ed" + ], + [ + "in", + "y" + ], + [ + "4", + "9" + ], + [ + ")", + ";" + ], + [ + "Ġpro", + "ced" + ], + [ + "st", + "on" + ], + [ + "k", + "er" + ], + [ + "Ġre", + "asons" + ], + [ + "Ġact", + "ive" + ], + [ + "Ġ3", + "1" + ], + [ + "ur", + "d" + ], + [ + "Ġha", + "ven" + ], + [ + "ous", + "ly" + ], + [ + "Ġf", + "ans" + ], + [ + "er", + "ry" + ], + [ + "use", + "um" + ], + [ + "Ġg", + "ift" + ], + [ + "ag", + "o" + ], + [ + "ĠB", + "el" + ], + [ + "y", + "m" + ], + [ + "Ġad", + "vert" + ], + [ + "k", + "en" + ], + [ + "com", + "ing" + ], + [ + "Ġser", + "ious" + ], + [ + "Ġp", + "ool" + ], + [ + "im", + "al" + ], + [ + "Ġ", + "ing" + ], + [ + "Ġcl", + "ient" + ], + [ + "Ġbas", + "ic" + ], + [ + "Ġeas", + "ier" + ], + [ + "Ġth", + "ous" + ], + [ + "Ġr", + "ules" + ], + [ + "und", + "red" + ], + [ + "ĠT", + "ime" + ], + [ + "Ġas", + "pect" + ], + [ + "Ġess", + "ential" + ], + [ + "c", + "ause" + ], + [ + "Ġpl", + "us" + ], + [ + "Ġch", + "urch" + ], + [ + "i", + "j" + ], + [ + "Ġdeg", + "ree" + ], + [ + "ic", + "o" + ], + [ + "Ġcl", + "in" + ], + [ + "ĠComp", + "any" + ], + [ + "Ġf", + "ear" + ], + [ + "Ġcell", + "s" + ], + [ + "Ġgu", + "ess" + ], + [ + "Ġl", + "ines" + ], + [ + "Ġl", + "uck" + ], + [ + "I", + "G" + ], + [ + "Ġassoci", + "ated" + ], + [ + "b", + "u" + ], + [ + "Ġsp", + "irit" + ], + [ + "ĠSe", + "e" + ], + [ + "F", + "e" + ], + [ + "ĠL", + "ife" + ], + [ + "it", + "ude" + ], + [ + "B", + "l" + ], + [ + "Ġincre", + "asing" + ], + [ + "m", + "ail" + ], + [ + "Ġcap", + "ital" + ], + [ + "ĠBo", + "ard" + ], + [ + "3", + "2" + ], + [ + "g", + "n" + ], + [ + "Ġm", + "ill" + ], + [ + "Ġannoun", + "ced" + ], + [ + "um", + "ber" + ], + [ + "ov", + "ing" + ], + [ + "Ġchall", + "enge" + ], + [ + "Ġst", + "ress" + ], + [ + "==", + "==" + ], + [ + "l", + "ation" + ], + [ + "Ġcas", + "ino" + ], + [ + "ĠP", + "ublic" + ], + [ + "Ġ200", + "6" + ], + [ + "oo", + "s" + ], + [ + "Ġg", + "one" + ], + [ + "Ġcomp", + "ared" + ], + [ + "oc", + "ation" + ], + [ + "Ġa", + "ward" + ], + [ + "ĠCh", + "urch" + ], + [ + "Ġrel", + "ig" + ], + [ + "Ġbas", + "is" + ], + [ + "Ġcl", + "ot" + ], + [ + "ra", + "g" + ], + [ + "Ġa", + "head" + ], + [ + "Ġb", + "le" + ], + [ + "T", + "e" + ], + [ + "ĠÂ", + "»" + ], + [ + "Ġqu", + "arter" + ], + [ + "Ġcont", + "ain" + ], + [ + "Ġal", + "bum" + ], + [ + "Ġcan", + "cer" + ], + [ + "om", + "b" + ], + [ + "7", + "8" + ], + [ + "Ġpo", + "or" + ], + [ + "n", + "ew" + ], + [ + "L", + "E" + ], + [ + "Ġveh", + "icle" + ], + [ + "ĠCoun", + "cil" + ], + [ + "im", + "ent" + ], + [ + "Ġrepl", + "ace" + ], + [ + "Ġche", + "ap" + ], + [ + "Ġmeas", + "ure" + ], + [ + "Ġsur", + "v" + ], + [ + "F", + "rom" + ], + [ + "rie", + "f" + ], + [ + "ĠTh", + "ursday" + ], + [ + "ĠAd", + "v" + ], + [ + "z", + "a" + ], + [ + "Ġsee", + "ing" + ], + [ + "Ġsc", + "ience" + ], + [ + "Ġhus", + "band" + ], + [ + "ook", + "ing" + ], + [ + "Ġimmed", + "iately" + ], + [ + "O", + "W" + ], + [ + "ang", + "ing" + ], + [ + "Ġper", + "haps" + ], + [ + "Ġv", + "oice" + ], + [ + "er", + "o" + ], + [ + "Ġstru", + "gg" + ], + [ + "Ġpat", + "ient" + ], + [ + "ar", + "ge" + ], + [ + "Ġpr", + "inc" + ], + [ + "P", + "lease" + ], + [ + "Ġredu", + "ce" + ], + [ + "ĠAssoci", + "ation" + ], + [ + "Ġsh", + "aring" + ], + [ + "hip", + "s" + ], + [ + "os", + "ing" + ], + [ + "ĠT", + "uesday" + ], + [ + "for", + "ce" + ], + [ + "Ġad", + "just" + ], + [ + "ĠJes", + "us" + ], + [ + "Ad", + "d" + ], + [ + "ac", + "ity" + ], + [ + "er", + "ia" + ], + [ + "Ġlet", + "ter" + ], + [ + "ol", + "ic" + ], + [ + "f", + "ast" + ], + [ + "we", + "ll" + ], + [ + "ce", + "ed" + ], + [ + "I", + "V" + ], + [ + "Ġuse", + "ful" + ], + [ + "Ġstr", + "ategy" + ], + [ + "Ġmov", + "ed" + ], + [ + "ĠJ", + "ames" + ], + [ + "f", + "riend" + ], + [ + "Ġev", + "al" + ], + [ + "D", + "es" + ], + [ + "Ġown", + "ers" + ], + [ + "Ġser", + "ve" + ], + [ + "Ġatt", + "ract" + ], + [ + "od", + "es" + ], + [ + "a", + "e" + ], + [ + "ĠP", + "C" + ], + [ + "it", + "iz" + ], + [ + "Ġco", + "ffe" + ], + [ + "Ġob", + "v" + ], + [ + "ĠR", + "ich" + ], + [ + "Ġcomp", + "on" + ], + [ + "Ġt", + "ips" + ], + [ + "Ġl", + "ength" + ], + [ + "ĠS", + "T" + ], + [ + "ĠAn", + "ge" + ], + [ + "Ġfor", + "ce" + ], + [ + "al", + "ed" + ], + [ + "Ġrem", + "ain" + ], + [ + "d", + "d" + ], + [ + "Ġit", + "em" + ], + [ + "Ġc", + "ru" + ], + [ + "n", + "own" + ], + [ + "Ġsat", + "isf" + ], + [ + "or", + "ial" + ], + [ + "3", + "1" + ], + [ + "Ġhelp", + "ed" + ], + [ + "ĠH", + "el" + ], + [ + "ĠB", + "ig" + ], + [ + "Ġm", + "er" + ], + [ + "ĠEurope", + "an" + ], + [ + "ĠCl", + "ub" + ], + [ + "Ġt", + "rou" + ], + [ + "ĠM", + "any" + ], + [ + "az", + "on" + ], + [ + "0", + "8" + ], + [ + "S", + "S" + ], + [ + "Ġb", + "illion" + ], + [ + "Ġregard", + "ing" + ], + [ + "Ġt", + "er" + ], + [ + "ĠR", + "et" + ], + [ + "Ġdam", + "age" + ], + [ + "Ġsp", + "read" + ], + [ + "Ġwould", + "n" + ], + [ + "Ġbed", + "room" + ], + [ + "du", + "le" + ], + [ + "ov", + "es" + ], + [ + "Ġfin", + "ish" + ], + [ + "ĠGener", + "al" + ], + [ + "ĠF", + "ound" + ], + [ + "te", + "xt" + ], + [ + "Ġg", + "arden" + ], + [ + "Ġextreme", + "ly" + ], + [ + "ĠW", + "ater" + ], + [ + "ĠAustral", + "ia" + ], + [ + "se", + "y" + ], + [ + "Ġstep", + "s" + ], + [ + "Ġ:", + ")" + ], + [ + "C", + "C" + ], + [ + "Ġd", + "ro" + ], + [ + "Ġset", + "ting" + ], + [ + "Ġmanufact", + "ure" + ], + [ + "Ġpost", + "ed" + ], + [ + "Ġf", + "an" + ], + [ + "ĠO", + "h" + ], + [ + "ph", + "one" + ], + [ + "Ġaff", + "ord" + ], + [ + "ĠTex", + "as" + ], + [ + "ĠS", + "al" + ], + [ + "ĠFl", + "or" + ], + [ + "re", + "ak" + ], + [ + "Ġoff", + "ering" + ], + [ + "hen", + "s" + ], + [ + "Ġw", + "ild" + ], + [ + "ĠTw", + "itter" + ], + [ + "Ġc", + "ards" + ], + [ + "ĠO", + "pen" + ], + [ + "ĠS", + "u" + ], + [ + "Ġview", + "s" + ], + [ + "ul", + "ate" + ], + [ + "our", + "ney" + ], + [ + "ĠWed", + "nesday" + ], + [ + "Ġbott", + "om" + ], + [ + "4", + "6" + ], + [ + "ĠB", + "ank" + ], + [ + "Ġinc", + "ome" + ], + [ + "ust", + "r" + ], + [ + "ter", + "m" + ], + [ + "ĠM", + "icro" + ], + [ + "T", + "S" + ], + [ + "Ġv", + "s" + ], + [ + "Ġwe", + "ar" + ], + [ + "Ġsp", + "orts" + ], + [ + "l", + "ies" + ], + [ + "b", + "ed" + ], + [ + "Ġgreat", + "er" + ], + [ + "D", + "on" + ], + [ + "Ġtra", + "in" + ], + [ + "ĠS", + "un" + ], + [ + "Ġdirect", + "or" + ], + [ + "Ġut", + "il" + ], + [ + "Ġtrans", + "port" + ], + [ + "Ġcoffe", + "e" + ], + [ + "c", + "are" + ], + [ + "Ġback", + "ground" + ], + [ + "ĠC", + "am" + ], + [ + "Ġd", + "iet" + ], + [ + "....", + "...." + ], + [ + "por", + "ary" + ], + [ + "Ġche", + "m" + ], + [ + "Ġwe", + "ather" + ], + [ + "m", + "en" + ], + [ + "ly", + "ing" + ], + [ + "Ġwind", + "ow" + ], + [ + "Ġthough", + "ts" + ], + [ + "L", + "e" + ], + [ + "ad", + "o" + ], + [ + "et", + "te" + ], + [ + "ĠSt", + "r" + ], + [ + "ĠPro", + "duct" + ], + [ + "Ġwho", + "se" + ], + [ + "Ġch", + "o" + ], + [ + "ind", + "ing" + ], + [ + "ative", + "ly" + ], + [ + "Ġsur", + "round" + ], + [ + "ic", + "ed" + ], + [ + "N", + "ot" + ], + [ + "D", + "A" + ], + [ + "ĠS", + "ing" + ], + [ + "ra", + "el" + ], + [ + "i", + "os" + ], + [ + "ĠPe", + "ople" + ], + [ + "Ġwed", + "ding" + ], + [ + "Ġh", + "ospital" + ], + [ + "4", + "7" + ], + [ + "r", + "or" + ], + [ + "The", + "se" + ], + [ + "nd", + "ed" + ], + [ + "Ġun", + "it" + ], + [ + "b", + "ox" + ], + [ + "Ġpart", + "ner" + ], + [ + "Ġnot", + "ice" + ], + [ + "ĠTh", + "ank" + ], + [ + "ĠRep", + "ublic" + ], + [ + "Ġref", + "lect" + ], + [ + "N", + "e" + ], + [ + "ĠCh", + "ild" + ], + [ + "Ġprodu", + "ce" + ], + [ + "ĠF", + "ore" + ], + [ + "Ġbro", + "ther" + ], + [ + "Ġh", + "omes" + ], + [ + "Ġg", + "ra" + ], + [ + "Th", + "ank" + ], + [ + "D", + "o" + ], + [ + "Ġd", + "ang" + ], + [ + "Ġse", + "ven" + ], + [ + "\"", + "," + ], + [ + "Ġstruct", + "ure" + ], + [ + "b", + "ut" + ], + [ + "Ġe", + "ight" + ], + [ + "ĠS", + "um" + ], + [ + "ĠS", + "a" + ], + [ + "ines", + "e" + ], + [ + "ĠMich", + "ael" + ], + [ + "Ġsl", + "ight" + ], + [ + "--------", + "--------" + ], + [ + "Ġtr", + "uth" + ], + [ + "l", + "or" + ], + [ + "ĠEduc", + "ation" + ], + [ + "Ġcomfort", + "able" + ], + [ + "Ġs", + "up" + ], + [ + "am", + "m" + ], + [ + "Ġdev", + "ices" + ], + [ + "Ġfollow", + "ed" + ], + [ + "ak", + "ers" + ], + [ + "Ġh", + "undred" + ], + [ + "ul", + "f" + ], + [ + "Ġc", + "ast" + ], + [ + "Ġb", + "ag" + ], + [ + "Ġann", + "ual" + ], + [ + "on", + "a" + ], + [ + "Ġcal", + "c" + ], + [ + "ĠB", + "ill" + ], + [ + "ĠM", + "ag" + ], + [ + "ĠH", + "ist" + ], + [ + "Ġh", + "om" + ], + [ + "ĠU", + "se" + ], + [ + "Ġsc", + "ient" + ], + [ + "Ġme", + "chan" + ], + [ + "ro", + "s" + ], + [ + "in", + "ate" + ], + [ + "ĠC", + "ong" + ], + [ + "Ġocc", + "as" + ], + [ + "Ġdeli", + "very" + ], + [ + "Ġm", + "icro" + ], + [ + "Ġfin", + "ished" + ], + [ + "h", + "ow" + ], + [ + "as", + "ure" + ], + [ + "Ġfig", + "ure" + ], + [ + "ify", + "ing" + ], + [ + "ust", + "ain" + ], + [ + "Ġb", + "ill" + ], + [ + "Ġprim", + "ary" + ], + [ + "ĠDirect", + "or" + ], + [ + "ĠP", + "ower" + ], + [ + "om", + "an" + ], + [ + "Ġstreng", + "th" + ], + [ + "Ġinc", + "red" + ], + [ + "or", + "ry" + ], + [ + "0", + "7" + ], + [ + "ĠM", + "ake" + ], + [ + "Ġv", + "ot" + ], + [ + "il", + "ed" + ], + [ + "ĠR", + "ob" + ], + [ + "Ġmod", + "els" + ], + [ + "Ġelect", + "ric" + ], + [ + "k", + "a" + ], + [ + "Ġb", + "orn" + ], + [ + "C", + "H" + ], + [ + "Ġ", + "ir" + ], + [ + "Ġar", + "r" + ], + [ + "os", + "h" + ], + [ + "ĠM", + "art" + ], + [ + "Ġcreat", + "ive" + ], + [ + "5", + "00" + ], + [ + "Ġpe", + "ace" + ], + [ + "ĠEng", + "ine" + ], + [ + "i", + "pped" + ], + [ + "ĠL", + "ike" + ], + [ + "O", + "P" + ], + [ + "Ġmethod", + "s" + ], + [ + "am", + "ing" + ], + [ + "Ġg", + "e" + ], + [ + "so", + "ft" + ], + [ + "Ġsur", + "face" + ], + [ + "in", + "n" + ], + [ + "Ġst", + "ick" + ], + [ + "ap", + "ers" + ], + [ + "Ġapp", + "oint" + ], + [ + "N", + "A" + ], + [ + "Ġse", + "lection" + ], + [ + "Ġlearn", + "ed" + ], + [ + "Ġbath", + "room" + ], + [ + "Ġke", + "pt" + ], + [ + "a", + "ven" + ], + [ + "ĠB", + "ack" + ], + [ + "ĠIs", + "land" + ], + [ + "Ġpower", + "ful" + ], + [ + "ĠV", + "ol" + ], + [ + "Ġt", + "on" + ], + [ + "g", + "al" + ], + [ + "ide", + "o" + ], + [ + "us", + "ing" + ], + [ + "Ġb", + "ow" + ], + [ + "ĠChrist", + "ian" + ], + [ + "Ġ8", + "0" + ], + [ + "pect", + "ive" + ], + [ + "8", + "8" + ], + [ + "ĠM", + "at" + ], + [ + "Ġhelp", + "ing" + ], + [ + "Ġexist", + "ing" + ], + [ + "Ġpop", + "ulation" + ], + [ + "ick", + "en" + ], + [ + "Ġw", + "at" + ], + [ + "r", + "d" + ], + [ + "olog", + "ies" + ], + [ + "Ġpost", + "s" + ], + [ + "Ġcontin", + "u" + ], + [ + "ant", + "a" + ], + [ + "Ġb", + "reat" + ], + [ + "Ġb", + "rain" + ], + [ + "ĠS", + "uper" + ], + [ + "ĠC", + "ur" + ], + [ + "Ġsoc", + "iety" + ], + [ + "Ġopen", + "ing" + ], + [ + "Y", + "our" + ], + [ + "ann", + "el" + ], + [ + "ill", + "a" + ], + [ + "Ġc", + "ra" + ], + [ + "Ġfil", + "es" + ], + [ + "Ġknow", + "s" + ], + [ + "Ġexperienc", + "ed" + ], + [ + "Ġant", + "i" + ], + [ + "Ġd", + "aughter" + ], + [ + "Wh", + "ile" + ], + [ + "un", + "te" + ], + [ + "ĠM", + "ary" + ], + [ + "Ġpr", + "ay" + ], + [ + "in", + "ally" + ], + [ + "]", + "." + ], + [ + "Ġes", + "c" + ], + [ + "Ġgener", + "ally" + ], + [ + "Ġv", + "irt" + ], + [ + "Ġd", + "edic" + ], + [ + "ĠL", + "ear" + ], + [ + "Ġdis", + "app" + ], + [ + "Ġlar", + "gest" + ], + [ + "ĠTH", + "E" + ], + [ + "Ġappropri", + "ate" + ], + [ + "Ġtrans", + "fer" + ], + [ + "f", + "ree" + ], + [ + "ot", + "a" + ], + [ + "ĠUS", + "A" + ], + [ + "nd", + "ing" + ], + [ + "Ġfind", + "ing" + ], + [ + "ĠW", + "he" + ], + [ + "ĠS", + "pe" + ], + [ + "ĠC", + "amp" + ], + [ + "Ġact", + "ual" + ], + [ + "um", + "an" + ], + [ + "ĠF", + "rench" + ], + [ + "7", + "7" + ], + [ + "Ġlaw", + "s" + ], + [ + "ĠP", + "et" + ], + [ + "Ġcharact", + "ers" + ], + [ + "Ġar", + "gu" + ], + [ + "Ġrespons", + "ible" + ], + [ + "Ġcam", + "era" + ], + [ + "Ġp", + "sych" + ], + [ + "ĠB", + "ay" + ], + [ + "enc", + "ies" + ], + [ + "ĠSc", + "ience" + ], + [ + "Ġpie", + "ces" + ], + [ + "om", + "a" + ], + [ + "it", + "ors" + ], + [ + "ĠPro", + "ject" + ], + [ + "ul", + "a" + ], + [ + "Ġl", + "inks" + ], + [ + "ĠCl", + "ick" + ], + [ + "ĠS", + "am" + ], + [ + "Ġadvant", + "age" + ], + [ + "ĠBrit", + "ish" + ], + [ + "Ġprote", + "ction" + ], + [ + "ĠI", + "S" + ], + [ + "r", + "im" + ], + [ + "Ġgu", + "id" + ], + [ + "w", + "ith" + ], + [ + "Ġeff", + "orts" + ], + [ + "0", + "9" + ], + [ + "6", + "6" + ], + [ + "A", + "pp" + ], + [ + "Ġexp", + "and" + ], + [ + "s", + "es" + ], + [ + "un", + "ately" + ], + [ + "Ġold", + "er" + ], + [ + "t", + "t" + ], + [ + "lev", + "ant" + ], + [ + "Ġent", + "ertain" + ], + [ + "iqu", + "es" + ], + [ + "ĠS", + "il" + ], + [ + "Ġre", + "pe" + ], + [ + "0", + "4" + ], + [ + "Ġwh", + "atever" + ], + [ + "ri", + "an" + ], + [ + "Ġdri", + "ving" + ], + [ + "Ġn", + "amed" + ], + [ + "ĠV", + "is" + ], + [ + "Ġmil", + "itary" + ], + [ + "ĠY", + "es" + ], + [ + "Ġserv", + "ed" + ], + [ + "g", + "l" + ], + [ + "Ġs", + "and" + ], + [ + "ĠTh", + "om" + ], + [ + "ĠR", + "ober" + ], + [ + "U", + "R" + ], + [ + "Ġlar", + "ger" + ], + [ + "ĠI", + "T" + ], + [ + "Ġsu", + "ff" + ], + [ + "Ġvide", + "os" + ], + [ + "ag", + "ram" + ], + [ + "ĠR", + "ock" + ], + [ + "Ġrequ", + "ires" + ], + [ + "Ġm", + "ist" + ], + [ + "Ġfurn", + "iture" + ], + [ + "ĠDevelop", + "ment" + ], + [ + "est", + "ival" + ], + [ + "Ġcoun", + "ter" + ], + [ + "ĠV", + "e" + ], + [ + "Ġpro", + "s" + ], + [ + "Ġpass", + "ed" + ], + [ + "Ġlo", + "an" + ], + [ + "oo", + "p" + ], + [ + "ack", + "s" + ], + [ + "ell", + "ow" + ], + [ + "k", + "i" + ], + [ + "Ġ3", + "5" + ], + [ + "stand", + "ing" + ], + [ + "Ġon", + "to" + ], + [ + "Ġmention", + "ed" + ], + [ + "Ġacc", + "ur" + ], + [ + "Ġst", + "ream" + ], + [ + "Ġn", + "ames" + ], + [ + "T", + "H" + ], + [ + "Ġwa", + "iting" + ], + [ + "ĠM", + "ark" + ], + [ + "Ġwork", + "ers" + ], + [ + "ĠC", + "ap" + ], + [ + "ill", + "er" + ], + [ + "Ġdemon", + "str" + ], + [ + "Ġcrit", + "ical" + ], + [ + "Ġpain", + "t" + ], + [ + "Ġm", + "aster" + ], + [ + "Ġcomp", + "l" + ], + [ + "0", + "6" + ], + [ + "Ġbig", + "gest" + ], + [ + "st", + "ate" + ], + [ + "Ġinvest", + "ig" + ], + [ + "Ġs", + "omew" + ], + [ + "M", + "e" + ], + [ + "Ġreal", + "ity" + ], + [ + "ri", + "age" + ], + [ + "ĠD", + "ri" + ], + [ + "ind", + "er" + ], + [ + "re", + "es" + ], + [ + "Ġfact", + "ors" + ], + [ + "Ġad", + "op" + ], + [ + "red", + "ients" + ], + [ + "Ġcoll", + "abor" + ], + [ + "Ġhe", + "avy" + ], + [ + "ĠS", + "ince" + ], + [ + "Ġn", + "ove" + ], + [ + "Ġsh", + "ared" + ], + [ + "Ġf", + "ashion" + ], + [ + "Ġupd", + "ate" + ], + [ + "K", + "e" + ], + [ + "Ġsound", + "s" + ], + [ + "Ġsol", + "id" + ], + [ + "i", + "pp" + ], + [ + "ad", + "s" + ], + [ + "Ġte", + "nd" + ], + [ + "A", + "G" + ], + [ + "Ġ20", + "21" + ], + [ + "Ġfa", + "ith" + ], + [ + "Ġf", + "ederal" + ], + [ + "ĠW", + "ood" + ], + [ + "Ġhapp", + "ens" + ], + [ + "âĢĿ", + "," + ], + [ + "re", + "ly" + ], + [ + "ne", + "ct" + ], + [ + "Ġsc", + "ore" + ], + [ + "ad", + "ing" + ], + [ + "y", + "d" + ], + [ + "V", + "iew" + ], + [ + "Ġthere", + "fore" + ], + [ + "Ġch", + "air" + ], + [ + "ess", + "or" + ], + [ + "Ġeconom", + "y" + ], + [ + "<", + "/" + ], + [ + "fe", + "rences" + ], + [ + "ĠS", + "en" + ], + [ + "oy", + "al" + ], + [ + "Ġj", + "ump" + ], + [ + "Ġd", + "at" + ], + [ + "v", + "in" + ], + [ + "Ġ[", + "...]" + ], + [ + "f", + "in" + ], + [ + "Ġtop", + "ic" + ], + [ + "Ġaw", + "esome" + ], + [ + "ĠChe", + "ck" + ], + [ + "Ġt", + "im" + ], + [ + "and", + "er" + ], + [ + "rou", + "d" + ], + [ + "Ġinf", + "o" + ], + [ + "ĠM", + "al" + ], + [ + "os", + "is" + ], + [ + "Ġstat", + "us" + ], + [ + "ĠSt", + "ar" + ], + [ + "ut", + "y" + ], + [ + "ol", + "es" + ], + [ + "Ġown", + "er" + ], + [ + "Ġman", + "age" + ], + [ + "Ġres", + "ist" + ], + [ + "Ĥ", + "¬" + ], + [ + "Ġme", + "ant" + ], + [ + "Ġmove", + "ment" + ], + [ + "Ġconne", + "ction" + ], + [ + "Ġcomple", + "ted" + ], + [ + "R", + "es" + ], + [ + "Ġsh", + "opping" + ], + [ + "ĠM", + "ain" + ], + [ + "Ġcall", + "s" + ], + [ + "Ġpay", + "ment" + ], + [ + "Ġh", + "arm" + ], + [ + "ĠP", + "ress" + ], + [ + "ĠM", + "iss" + ], + [ + "ĠE", + "lect" + ], + [ + "Ġ200", + "5" + ], + [ + "Ġl", + "ose" + ], + [ + "Ġb", + "atter" + ], + [ + "y", + "a" + ], + [ + "S", + "te" + ], + [ + "Ġval", + "ues" + ], + [ + "ĠA", + "P" + ], + [ + "ip", + "l" + ], + [ + "c", + "ks" + ], + [ + "âĢ", + "²" + ], + [ + "Ġhelp", + "ful" + ], + [ + "Ġg", + "un" + ], + [ + "ĠJ", + "ew" + ], + [ + "Ġdo", + "ctor" + ], + [ + "ĠF", + "ood" + ], + [ + "ĠIs", + "rael" + ], + [ + "ĠComm", + "unity" + ], + [ + "Ġgu", + "arant" + ], + [ + "Ġst", + "reet" + ], + [ + "Ġwatch", + "ing" + ], + [ + "Ġvar", + "i" + ], + [ + "Ġide", + "al" + ], + [ + "Ġbe", + "g" + ], + [ + "ĠOn", + "ce" + ], + [ + "amp", + "ions" + ], + [ + "n", + "o" + ], + [ + "Ġaud", + "ience" + ], + [ + "in", + "i" + ], + [ + "Ġb", + "oo" + ], + [ + "ĠM", + "il" + ], + [ + "oll", + "y" + ], + [ + "ĠAr", + "ch" + ], + [ + "Ġtra", + "ffic" + ], + [ + "Ġcontin", + "ued" + ], + [ + "Ġrel", + "ax" + ], + [ + "ĠBl", + "ue" + ], + [ + "Ġr", + "at" + ], + [ + "Ġeven", + "ing" + ], + [ + "Ġf", + "ol" + ], + [ + "Ġcomm", + "it" + ], + [ + "Ġ9", + "0" + ], + [ + "y", + "er" + ], + [ + "Ġ", + "Ã" + ], + [ + "ĠJ", + "o" + ], + [ + "Ġret", + "ail" + ], + [ + "Ġsc", + "en" + ], + [ + "Ġfor", + "get" + ], + [ + "Ġa", + "p" + ], + [ + "Ġbut", + "ton" + ], + [ + "erv", + "ation" + ], + [ + "Ġex", + "hib" + ], + [ + "Ġref", + "er" + ], + [ + "ĠB", + "ra" + ], + [ + "i", + "ers" + ], + [ + "im", + "b" + ], + [ + "ĠTr", + "ump" + ], + [ + "Ġroom", + "s" + ], + [ + "ĠL", + "ou" + ], + [ + "is", + "ode" + ], + [ + "S", + "p" + ], + [ + "Ġcol", + "le" + ], + [ + "it", + "ness" + ], + [ + "Ġmanag", + "er" + ], + [ + "Wh", + "y" + ], + [ + "un", + "ction" + ], + [ + "Ġt", + "ree" + ], + [ + "it", + "ar" + ], + [ + "ĠAt", + "t" + ], + [ + "Ġabsolute", + "ly" + ], + [ + "n", + "ight" + ], + [ + "Ġac", + "adem" + ], + [ + "Ġb", + "ought" + ], + [ + "ĠF", + "ull" + ], + [ + "Ġj", + "ourney" + ], + [ + "app", + "y" + ], + [ + "Ġestab", + "lished" + ], + [ + "ĠApp", + "le" + ], + [ + "ĠB", + "et" + ], + [ + "M", + "ay" + ], + [ + "t", + "op" + ], + [ + "Ġg", + "raph" + ], + [ + "ĠU", + "nder" + ], + [ + "Ġsp", + "ring" + ], + [ + "Ġhig", + "hest" + ], + [ + "ĠL", + "ake" + ], + [ + "Ġestab", + "lish" + ], + [ + "ĠB", + "en" + ], + [ + "ĠSoc", + "ial" + ], + [ + "ĠT", + "om" + ], + [ + "S", + "ome" + ], + [ + "Ġl", + "ock" + ], + [ + "we", + "et" + ], + [ + "0", + "3" + ], + [ + "âĢĶ", + "âĢĶ" + ], + [ + "R", + "A" + ], + [ + "ĠR", + "iver" + ], + [ + "ens", + "es" + ], + [ + "Ġmem", + "ory" + ], + [ + "ĠInst", + "itute" + ], + [ + "Ġlim", + "it" + ], + [ + "os", + "ure" + ], + [ + "g", + "a" + ], + [ + "se", + "mb" + ], + [ + "C", + "A" + ], + [ + "Ġwel", + "come" + ], + [ + "ĠFlor", + "ida" + ], + [ + "all", + "s" + ], + [ + "ĠF", + "orm" + ], + [ + "f", + "it" + ], + [ + "Ġb", + "ra" + ], + [ + "ĠAb", + "out" + ], + [ + "Ġmon", + "itor" + ], + [ + "Ġcre", + "am" + ], + [ + "Ġshow", + "ed" + ], + [ + "ĠBe", + "cause" + ], + [ + "Ġf", + "ish" + ], + [ + "g", + "ency" + ], + [ + "ten", + "ance" + ], + [ + "p", + "et" + ], + [ + "Ġc", + "overed" + ], + [ + "Ġro", + "b" + ], + [ + "Ġsc", + "ene" + ], + [ + "Ġhand", + "le" + ], + [ + "ĠM", + "ount" + ], + [ + "Ġst", + "y" + ], + [ + "ĠPh", + "il" + ], + [ + "Q", + "u" + ], + [ + "e", + "ch" + ], + [ + "is", + "ation" + ], + [ + "Ġsec", + "ret" + ], + [ + "0", + "2" + ], + [ + "O", + "D" + ], + [ + "Ġc", + "atch" + ], + [ + "Ġexperienc", + "es" + ], + [ + "Ġfl", + "av" + ], + [ + "Ġexc", + "ited" + ], + [ + "Ġchalleng", + "es" + ], + [ + "Ġst", + "ation" + ], + [ + "Ġm", + "ap" + ], + [ + "ĠH", + "ill" + ], + [ + "Ġkeep", + "ing" + ], + [ + "Ph", + "one" + ], + [ + "Ġcommunic", + "ation" + ], + [ + "Ġb", + "on" + ], + [ + "wor", + "ks" + ], + [ + "Ġhon", + "est" + ], + [ + "Ġw", + "ine" + ], + [ + "Â", + "®" + ], + [ + "Ġrun", + "s" + ], + [ + "ign", + "ed" + ], + [ + "ant", + "ic" + ], + [ + "Ġbuy", + "ing" + ], + [ + "ir", + "us" + ], + [ + "Ġele", + "ments" + ], + [ + "ent", + "ially" + ], + [ + "Ġde", + "lic" + ], + [ + "Ġd", + "ied" + ], + [ + "Ġlead", + "er" + ], + [ + "ak", + "ed" + ], + [ + "m", + "iss" + ], + [ + "l", + "ist" + ], + [ + "t", + "a" + ], + [ + "ĠEng", + "land" + ], + [ + "ĠRep", + "ort" + ], + [ + "Ġcol", + "ors" + ], + [ + "Ġcon", + "ference" + ], + [ + "ĠMus", + "ic" + ], + [ + "Ġcab", + "in" + ], + [ + "Ġtest", + "ing" + ], + [ + "Ġhol", + "iday" + ], + [ + "ĠCh", + "inese" + ], + [ + "B", + "S" + ], + [ + "Ġte", + "aching" + ], + [ + "tern", + "al" + ], + [ + "un", + "ning" + ], + [ + "ĠW", + "omen" + ], + [ + "Ġdeterm", + "ine" + ], + [ + "Ġk", + "id" + ], + [ + "ĠSh", + "ow" + ], + [ + "ĠF", + "ire" + ], + [ + "Ġun", + "c" + ], + [ + "ber", + "g" + ], + [ + "Ġ", + "Ð" + ], + [ + "Ġorganiz", + "ations" + ], + [ + "az", + "ine" + ], + [ + "Ġbal", + "ance" + ], + [ + "ĠL", + "ist" + ], + [ + "os", + "ition" + ], + [ + "a", + "ctions" + ], + [ + "Ġr", + "ank" + ], + [ + "Ġbe", + "at" + ], + [ + "Ġr", + "ich" + ], + [ + "is", + "her" + ], + [ + "row", + "d" + ], + [ + "Ġf", + "ram" + ], + [ + "a", + "id" + ], + [ + "Ġdisc", + "over" + ], + [ + "Ġwin", + "ter" + ], + [ + "ger", + "y" + ], + [ + "ill", + "age" + ], + [ + "ct", + "ors" + ], + [ + "Ġdescrib", + "ed" + ], + [ + "Ġpl", + "enty" + ], + [ + "Ġfoot", + "ball" + ], + [ + "at", + "ically" + ], + [ + "Ġopin", + "ion" + ], + [ + "ĠC", + "ustom" + ], + [ + "Ġmet", + "al" + ], + [ + "st", + "e" + ], + [ + "Ġc", + "raft" + ], + [ + "Ġdire", + "ction" + ], + [ + "Ġpresent", + "ed" + ], + [ + "ĠF", + "amily" + ], + [ + "Ġcl", + "osed" + ], + [ + "Ġcar", + "s" + ], + [ + "i", + "ency" + ], + [ + "Ġe", + "gg" + ], + [ + "ip", + "es" + ], + [ + "Ġcomp", + "ar" + ], + [ + "ĠB", + "i" + ], + [ + "M", + "S" + ], + [ + "Ġr", + "ing" + ], + [ + "Ġm", + "ale" + ], + [ + "ic", + "ago" + ], + [ + "Ġv", + "ote" + ], + [ + "Ġg", + "ain" + ], + [ + "Ġra", + "p" + ], + [ + "ĠAfric", + "a" + ], + [ + "ĠC", + "A" + ], + [ + "Ġ", + "ign" + ], + [ + "Ġclass", + "es" + ], + [ + "Ġ", + "ice" + ], + [ + "Ġsec", + "ure" + ], + [ + "?", + "\"" + ], + [ + "y", + "ou" + ], + [ + "Ġclear", + "ly" + ], + [ + "ĠBro", + "wn" + ], + [ + "B", + "A" + ], + [ + "m", + "pt" + ], + [ + "Ġrestaur", + "ant" + ], + [ + "ĠSpec", + "ial" + ], + [ + "Ġexerc", + "ise" + ], + [ + "Ġlove", + "ly" + ], + [ + "Ġprodu", + "ced" + ], + [ + "D", + "F" + ], + [ + "Ġtot", + "ally" + ], + [ + "Ġm", + "ission" + ], + [ + "Ġfl", + "u" + ], + [ + "Ġear", + "th" + ], + [ + "Ġstand", + "ards" + ], + [ + "ĠRe", + "al" + ], + [ + "y", + "e" + ], + [ + "ri", + "pt" + ], + [ + "Ġcompet", + "ition" + ], + [ + "r", + "ont" + ], + [ + "o", + "very" + ], + [ + "ĠSm", + "ith" + ], + [ + "ir", + "gin" + ], + [ + "Ġto", + "ward" + ], + [ + "us", + "ion" + ], + [ + "ur", + "ation" + ], + [ + "Ġest", + "ate" + ], + [ + "Ġs", + "ession" + ], + [ + "Ġ", + "ur" + ], + [ + "ĠL", + "ord" + ], + [ + "is", + "hes" + ], + [ + "ĠD", + "isc" + ], + [ + "ĠTw", + "o" + ], + [ + "Ġent", + "ry" + ], + [ + "Ġre", + "li" + ], + [ + "p", + "ress" + ], + [ + "Ġdiscuss", + "ion" + ], + [ + "Ġprep", + "ared" + ], + [ + "clus", + "ive" + ], + [ + "ĠEx", + "per" + ], + [ + "Ġadd", + "ing" + ], + [ + "all", + "ery" + ], + [ + "er", + "g" + ], + [ + "Ġcent", + "ral" + ], + [ + "Ġset", + "s" + ], + [ + "i", + "xt" + ], + [ + "Ġe", + "fficient" + ], + [ + "Ġcap", + "acity" + ], + [ + "Ġmajor", + "ity" + ], + [ + "Ġappro", + "x" + ], + [ + "Ġmot", + "or" + ], + [ + "it", + "z" + ], + [ + "ĠOb", + "ama" + ], + [ + "ent", + "ed" + ], + [ + "Ġd", + "inner" + ], + [ + "w", + "ord" + ], + [ + "Ġp", + "air" + ], + [ + "Ġenh", + "ance" + ], + [ + "ĠCent", + "ral" + ], + [ + "Ġcent", + "ury" + ], + [ + "Ġdevelop", + "ing" + ], + [ + "Ġbec", + "omes" + ], + [ + "Ġdisc", + "ount" + ], + [ + "Ġshow", + "ing" + ], + [ + "J", + "ust" + ], + [ + "ce", + "l" + ], + [ + "ĠComm", + "ission" + ], + [ + "Ġneigh", + "bor" + ], + [ + "Ġform", + "s" + ], + [ + "ĠC", + "D" + ], + [ + "Ġfund", + "s" + ], + [ + "Ġsh", + "ape" + ], + [ + "Ġcon", + "ven" + ], + [ + "ĠP", + "R" + ], + [ + "Ġsu", + "gar" + ], + [ + "Ġmin", + "ute" + ], + [ + "Ġpl", + "aced" + ], + [ + "ol", + "a" + ], + [ + "Ġlist", + "ed" + ], + [ + "ĠBe", + "ach" + ], + [ + "Ġrec", + "ipe" + ], + [ + "ĠA", + "lex" + ], + [ + "ĠN", + "Y" + ], + [ + "Ġt", + "ask" + ], + [ + "ĠE", + "ach" + ], + [ + "Ġdri", + "ver" + ], + [ + "Ġste", + "el" + ], + [ + "Ġpl", + "ants" + ], + [ + "Ġclaim", + "s" + ], + [ + "oo", + "per" + ], + [ + "ĠH", + "ave" + ], + [ + "Ġe", + "th" + ], + [ + "Ġdec", + "ide" + ], + [ + "Ġfore", + "ign" + ], + [ + "Ġf", + "ill" + ], + [ + "clus", + "ion" + ], + [ + "5", + "9" + ], + [ + "il", + "er" + ], + [ + "ree", + "k" + ], + [ + "Ġwill", + "ing" + ], + [ + "Ġrem", + "ove" + ], + [ + "Ġt", + "aste" + ], + [ + "Ġenjoy", + "ed" + ], + [ + "Ġfab", + "ric" + ], + [ + "in", + "ct" + ], + [ + "Ġv", + "an" + ], + [ + "omm", + "od" + ], + [ + "ĠC", + "ard" + ], + [ + "Ġr", + "id" + ], + [ + "ĠL", + "ight" + ], + [ + "Ġtechn", + "ical" + ], + [ + "ocol", + "ate" + ], + [ + "Ġim", + "pl" + ], + [ + "Ġy", + "es" + ], + [ + "P", + "A" + ], + [ + "E", + "n" + ], + [ + "Ġpart", + "ies" + ], + [ + "Ġc", + "ivil" + ], + [ + "ĠM", + "ot" + ], + [ + "ĠGovern", + "ment" + ], + [ + "Ġsche", + "dule" + ], + [ + "ĠCol", + "or" + ], + [ + "ĠAl", + "though" + ], + [ + "ester", + "day" + ], + [ + "d", + "o" + ], + [ + "Ġ", + "u" + ], + [ + "Ġdes", + "k" + ], + [ + "ĠBu", + "ild" + ], + [ + "Ġb", + "rows" + ], + [ + "v", + "ention" + ], + [ + "e", + "ared" + ], + [ + "S", + "ee" + ], + [ + "Ġcontin", + "ues" + ], + [ + "Ġcomm", + "unities" + ], + [ + "Ġth", + "us" + ], + [ + "Ġm", + "ort" + ], + [ + "Ġm", + "ail" + ], + [ + "act", + "ive" + ], + [ + "Ġf", + "lex" + ], + [ + "Ġla", + "unch" + ], + [ + "Ġf", + "ra" + ], + [ + "ĠWh", + "o" + ], + [ + "p", + "oint" + ], + [ + "Ġopen", + "ed" + ], + [ + "Ġart", + "icles" + ], + [ + "x", + "x" + ], + [ + "ĠO", + "F" + ], + [ + "Ġrem", + "ains" + ], + [ + "Ġth", + "row" + ], + [ + "O", + "h" + ], + [ + "Ġfriend", + "ly" + ], + [ + "Ġend", + "ed" + ], + [ + "ent", + "ure" + ], + [ + "Ġca", + "used" + ], + [ + "ĠT", + "oday" + ], + [ + "Ġadv", + "ance" + ], + [ + "ed", + "y" + ], + [ + "if", + "ts" + ], + [ + "Ġs", + "enior" + ], + [ + "ĠD", + "ata" + ], + [ + "6", + "8" + ], + [ + "Ġbe", + "ach" + ], + [ + "Ġd", + "ram" + ], + [ + "Ġstart", + "s" + ], + [ + "Ġrecord", + "s" + ], + [ + "Ġest", + "im" + ], + [ + "H", + "i" + ], + [ + "ĠP", + "ay" + ], + [ + "Ġinc", + "or" + ], + [ + "Ġwor", + "ry" + ], + [ + "Ġgr", + "ant" + ], + [ + "P", + "r" + ], + [ + "Ġexp", + "ress" + ], + [ + "Ġc", + "itiz" + ], + [ + "Ġspend", + "ing" + ], + [ + "est", + "ic" + ], + [ + "Ġpol", + "ic" + ], + [ + "it", + "a" + ], + [ + "Ġpass", + "ion" + ], + [ + "Ġle", + "aving" + ], + [ + "Ġb", + "ul" + ], + [ + "ic", + "on" + ], + [ + "an", + "o" + ], + [ + "Ġc", + "art" + ], + [ + "Ġs", + "now" + ], + [ + "Ġinit", + "ial" + ], + [ + "Ġ4", + "5" + ], + [ + "Ġfac", + "ilities" + ], + [ + "Ġoper", + "ations" + ], + [ + "Ġre", + "levant" + ], + [ + "Ġseem", + "ed" + ], + [ + "Ġm", + "agn" + ], + [ + "Ġex", + "cept" + ], + [ + "Ġappear", + "s" + ], + [ + "ĠD", + "ownload" + ], + [ + "cl", + "es" + ], + [ + "Ġtri", + "al" + ], + [ + "Ġcont", + "ains" + ], + [ + "Ġcover", + "age" + ], + [ + "Ġa", + "ctions" + ], + [ + "ĠFr", + "anc" + ], + [ + "ĠN", + "ov" + ], + [ + "4", + "2" + ], + [ + "ili", + "ar" + ], + [ + "Ġrep", + "air" + ], + [ + "ĠJ", + "ournal" + ], + [ + "Ġbec", + "oming" + ], + [ + "ĠL", + "ast" + ], + [ + "Ġs", + "pl" + ], + [ + "g", + "age" + ], + [ + "c", + "oh" + ], + [ + "Ġ7", + "0" + ], + [ + "Ġp", + "roud" + ], + [ + "C", + "he" + ], + [ + "k", + "in" + ], + [ + "land", + "s" + ], + [ + "i", + "ated" + ], + [ + "ual", + "ity" + ], + [ + "Ġbr", + "ight" + ], + [ + "Ġcor", + "ner" + ], + [ + "ĠF", + "il" + ], + [ + "m", + "ark" + ], + [ + "Ġse", + "m" + ], + [ + "Ġdes", + "pite" + ], + [ + "Ġbehav", + "ior" + ], + [ + "Ġs", + "ch" + ], + [ + "ĠL", + "ong" + ], + [ + "ag", + "ra" + ], + [ + "Ġar", + "m" + ], + [ + "as", + "p" + ], + [ + "Ġmed", + "ium" + ], + [ + "Ġfl", + "at" + ], + [ + "ĠD", + "i" + ], + [ + "Ġp", + "oll" + ], + [ + "e", + "ah" + ], + [ + "Ġser", + "ver" + ], + [ + "Ġcon", + "cent" + ], + [ + "am", + "in" + ], + [ + "Ġco", + "ach" + ], + [ + "out", + "hern" + ], + [ + "ĠCon", + "st" + ], + [ + "u", + "ce" + ], + [ + "Ġcr", + "is" + ], + [ + "7", + "9" + ], + [ + "ĠDem", + "ocr" + ], + [ + "ĠG", + "rand" + ], + [ + "S", + "P" + ], + [ + "Ġ200", + "0" + ], + [ + "ĠHot", + "el" + ], + [ + "Ġput", + "ting" + ], + [ + "out", + "s" + ], + [ + "un", + "n" + ], + [ + "ĠM", + "ex" + ], + [ + "Ġpack", + "age" + ], + [ + "Ġse", + "ctor" + ], + [ + "ĠTe", + "am" + ], + [ + "Ġb", + "ur" + ], + [ + "4", + "1" + ], + [ + "C", + "T" + ], + [ + "ĠIn", + "f" + ], + [ + "ul", + "ed" + ], + [ + "Ġm", + "o" + ], + [ + "Ġteac", + "her" + ], + [ + "4", + "3" + ], + [ + "Ġpres", + "ence" + ], + [ + "Ġsmall", + "er" + ], + [ + "A", + "cc" + ], + [ + "re", + "te" + ], + [ + "Ġlist", + "en" + ], + [ + "ol", + "ar" + ], + [ + "ĠJ", + "ul" + ], + [ + "Ġsepar", + "ate" + ], + [ + "Ġs", + "ources" + ], + [ + "Ġs", + "outh" + ], + [ + "res", + "p" + ], + [ + "ĠM", + "ass" + ], + [ + "O", + "r" + ], + [ + "Ġe", + "ating" + ], + [ + "Ġdi", + "agn" + ], + [ + "Ġnum", + "erous" + ], + [ + "Ġun", + "s" + ], + [ + "Ġprinc", + "ip" + ], + [ + "Ġm", + "ir" + ], + [ + "5", + "8" + ], + [ + "e", + "ction" + ], + [ + "ear", + "s" + ], + [ + "u", + "ated" + ], + [ + "Ġj", + "ournal" + ], + [ + "ĠH", + "ol" + ], + [ + "Ġprof", + "ile" + ], + [ + "ific", + "ations" + ], + [ + "h", + "i" + ], + [ + "Y", + "es" + ], + [ + "Ġanim", + "als" + ], + [ + "I", + "A" + ], + [ + "c", + "ont" + ], + [ + "Ġthous", + "ands" + ], + [ + "ident", + "ial" + ], + [ + "ĠA", + "L" + ], + [ + "ĠP", + "ub" + ], + [ + "Ġde", + "partment" + ], + [ + "Ġclass", + "ic" + ], + [ + "Ġchang", + "ing" + ], + [ + "Ġle", + "aves" + ], + [ + "ĠGe", + "orge" + ], + [ + "ĠDist", + "rict" + ], + [ + "Ġbeaut", + "y" + ], + [ + "i", + "us" + ], + [ + "ĠT", + "est" + ], + [ + "or", + "ney" + ], + [ + "Ġwas", + "te" + ], + [ + "U", + "T" + ], + [ + "Ġfem", + "ale" + ], + [ + "ĠMed", + "ia" + ], + [ + "ĠQ", + "ue" + ], + [ + "g", + "ment" + ], + [ + "ĠC", + "all" + ], + [ + "Ġout", + "door" + ], + [ + "ĠM", + "ad" + ], + [ + "k", + "nown" + ], + [ + "Ġch", + "at" + ], + [ + "W", + "ell" + ], + [ + "Ġaltern", + "ative" + ], + [ + "ĠI", + "D" + ], + [ + "ess", + "ions" + ], + [ + "Ġarch", + "itect" + ], + [ + "Ġleg", + "is" + ], + [ + "g", + "ers" + ], + [ + "Ġra", + "ised" + ], + [ + "ruct", + "ure" + ], + [ + "Ġwalk", + "ing" + ], + [ + "ĠP", + "age" + ], + [ + "Ġd", + "im" + ], + [ + "Ġart", + "ist" + ], + [ + "ienc", + "es" + ], + [ + "at", + "in" + ], + [ + "ĠJ", + "er" + ], + [ + "Ġra", + "in" + ], + [ + "ĠComm", + "ittee" + ], + [ + "Ġh", + "ar" + ], + [ + "6", + "9" + ], + [ + "Ġexp", + "ensive" + ], + [ + "wh", + "ich" + ], + [ + "av", + "a" + ], + [ + "ĠAm", + "azon" + ], + [ + "Ġc", + "ore" + ], + [ + "Ġsm", + "ooth" + ], + [ + "Ġproper", + "ties" + ], + [ + "âĢ", + "ĺ" + ], + [ + "Ġselect", + "ed" + ], + [ + "I", + "m" + ], + [ + "and", + "a" + ], + [ + "ĠW", + "ord" + ], + [ + "Ġrelationship", + "s" + ], + [ + "ĠD", + "iv" + ], + [ + "Ġsh", + "ut" + ], + [ + "Ġdoub", + "t" + ], + [ + "Ġvict", + "im" + ], + [ + "Ġask", + "ing" + ], + [ + "Ġagree", + "ment" + ], + [ + "ĠCar", + "ol" + ], + [ + "ĠR", + "oom" + ], + [ + "Ġm", + "ental" + ], + [ + "Ġfam", + "ous" + ], + [ + "i", + "i" + ], + [ + "EN", + "T" + ], + [ + "ab", + "ilities" + ], + [ + "ĠS", + "et" + ], + [ + "Ġindepend", + "ent" + ], + [ + "Ġvol", + "unte" + ], + [ + "Ġb", + "ird" + ], + [ + "w", + "in" + ], + [ + "Ġthem", + "e" + ], + [ + "Ġse", + "lling" + ], + [ + "Ġcl", + "oud" + ], + [ + "Ġmost", + "ly" + ], + [ + "Ġc", + "rowd" + ], + [ + "Ġk", + "ick" + ], + [ + "Ġ", + "er" + ], + [ + "ve", + "re" + ], + [ + "Ġ200", + "4" + ], + [ + "Ġteac", + "hers" + ], + [ + "ot", + "ic" + ], + [ + "I", + "R" + ], + [ + "Ġfant", + "astic" + ], + [ + "ro", + "y" + ], + [ + "go", + "ing" + ], + [ + "Ġse", + "qu" + ], + [ + "n", + "et" + ], + [ + "ĠW", + "all" + ], + [ + "Ġtemper", + "ature" + ], + [ + "re", + "hens" + ], + [ + "end", + "er" + ], + [ + "ĠT", + "re" + ], + [ + "Ġres", + "idents" + ], + [ + "ĠT", + "or" + ], + [ + "ĠEn", + "ter" + ], + [ + "ĠSt", + "and" + ], + [ + "Ġp", + "al" + ], + [ + "ĠR", + "ad" + ], + [ + "Ġneg", + "ative" + ], + [ + "Ġpur", + "s" + ], + [ + "Ġgl", + "ad" + ], + [ + "Ġmanag", + "ed" + ], + [ + "Ġform", + "at" + ], + [ + "Ġprev", + "iously" + ], + [ + "Ġleaders", + "hip" + ], + [ + "Ġdist", + "ance" + ], + [ + "c", + "ol" + ], + [ + "ĠD", + "ig" + ], + [ + "m", + "ary" + ], + [ + "uc", + "le" + ], + [ + "Ġnot", + "es" + ], + [ + "ed", + "ia" + ], + [ + "C", + "an" + ], + [ + "I", + "I" + ], + [ + "Ġcomb", + "ination" + ], + [ + "Ġa", + "part" + ], + [ + "Ġgu", + "ests" + ], + [ + "Ġp", + "ump" + ], + [ + "Ġs", + "ustain" + ], + [ + "m", + "et" + ], + [ + "Ġ", + "01" + ], + [ + "Ġb", + "rief" + ], + [ + "Ġb", + "an" + ], + [ + "ĠM", + "el" + ], + [ + "Ġr", + "ule" + ], + [ + "Ġspe", + "ct" + ], + [ + "Ġdec", + "isions" + ], + [ + "Ġstore", + "s" + ], + [ + "Ġother", + "wise" + ], + [ + "Ġsy", + "mpt" + ], + [ + "Ġoper", + "ating" + ], + [ + "ic", + "ip" + ], + [ + "wh", + "ile" + ], + [ + "ens", + "ions" + ], + [ + "Ġpract", + "ices" + ], + [ + "fort", + "unately" + ], + [ + "Ġsc", + "hed" + ], + [ + "ĠO", + "ld" + ], + [ + "ig", + "ence" + ], + [ + "Ġf", + "old" + ], + [ + "ult", + "ure" + ], + [ + "a", + "it" + ], + [ + "Ġexper", + "ts" + ], + [ + "Ġvis", + "ion" + ], + [ + "Ġm", + "ine" + ], + [ + "ĠMed", + "ical" + ], + [ + "ir", + "ation" + ], + [ + "Ġd", + "ie" + ], + [ + "Ġinj", + "ury" + ], + [ + "!!", + "!!" + ], + [ + "Ġopt", + "im" + ], + [ + "el", + "ess" + ], + [ + "ĠOr", + "gan" + ], + [ + "ob", + "e" + ], + [ + "h", + "ab" + ], + [ + "5", + "6" + ], + [ + "l", + "ife" + ], + [ + "Ġvis", + "ual" + ], + [ + "Ġcons", + "id" + ], + [ + "ĠS", + "and" + ], + [ + "Ġ5", + "00" + ], + [ + "c", + "her" + ], + [ + "Ġdesign", + "s" + ], + [ + "ĠM", + "en" + ], + [ + "O", + "C" + ], + [ + "ri", + "p" + ], + [ + "ĠF", + "ind" + ], + [ + "ĠSec", + "urity" + ], + [ + "ĠSc", + "ott" + ], + [ + "is", + "co" + ], + [ + "Ġr", + "ide" + ], + [ + "or", + "ter" + ], + [ + "Ġfund", + "ing" + ], + [ + "Ġfeel", + "s" + ], + [ + "Ġexpl", + "ore" + ], + [ + "ĠThe", + "ir" + ], + [ + "ul", + "ous" + ], + [ + "ĠTechn", + "ology" + ], + [ + "up", + "s" + ], + [ + "e", + "en" + ], + [ + "Ġde", + "pos" + ], + [ + "Ġapp", + "eal" + ], + [ + "h", + "op" + ], + [ + "Ġag", + "ency" + ], + [ + "Ġslight", + "ly" + ], + [ + "Ġdeb", + "t" + ], + [ + "Ġsong", + "s" + ], + [ + "Ġadv", + "anced" + ], + [ + "r", + "ical" + ], + [ + "o", + "pped" + ], + [ + "E", + "W" + ], + [ + "Ġtrad", + "ing" + ], + [ + "Ġpl", + "astic" + ], + [ + "Ġposs", + "ibly" + ], + [ + "ot", + "o" + ], + [ + "com", + "m" + ], + [ + "Ġve", + "get" + ], + [ + "U", + "s" + ], + [ + "Ġmarket", + "s" + ], + [ + "U", + "p" + ], + [ + "Ġdedic", + "ated" + ], + [ + "!", + "âĢĿ" + ], + [ + "Ġsp", + "ort" + ], + [ + "b", + "our" + ], + [ + "L", + "C" + ], + [ + "m", + "es" + ], + [ + "Ġ", + ";" + ], + [ + "ĠMed", + "ic" + ], + [ + "th", + "at" + ], + [ + "Ġst", + "one" + ], + [ + "Ġident", + "ify" + ], + [ + "E", + "d" + ], + [ + "Ġfocus", + "ed" + ], + [ + "ĠPro", + "v" + ], + [ + "Ġupd", + "ated" + ], + [ + "um", + "s" + ], + [ + "ĠT", + "im" + ], + [ + "ĠT", + "imes" + ], + [ + "ĠL", + "and" + ], + [ + "Ġmov", + "ies" + ], + [ + "ĠAc", + "adem" + ], + [ + "Ġval", + "id" + ], + [ + "ĠCong", + "ress" + ], + [ + "ab", + "ase" + ], + [ + "Ġse", + "a" + ], + [ + "Ġtechn", + "iques" + ], + [ + "pl", + "ate" + ], + [ + "Ġwin", + "ning" + ], + [ + "Ġmar", + "ried" + ], + [ + "Ġencoura", + "ge" + ], + [ + "Ġbus", + "y" + ], + [ + "en", + "a" + ], + [ + "ĠR", + "E" + ], + [ + "Ġqu", + "ant" + ], + [ + "ur", + "ies" + ], + [ + "Ġexc", + "iting" + ], + [ + "Ġconnect", + "ed" + ], + [ + "ĠM", + "er" + ], + [ + "Ġbr", + "ings" + ], + [ + "Ġfe", + "e" + ], + [ + "i", + "at" + ], + [ + "Ġmiss", + "ing" + ], + [ + "ĠCh", + "icago" + ], + [ + "Ġfor", + "g" + ], + [ + "ĠLe", + "ad" + ], + [ + "ĠFound", + "ation" + ], + [ + "ĠMan", + "ager" + ], + [ + "Ġre", + "ached" + ], + [ + "Ġw", + "ire" + ], + [ + "s", + "hip" + ], + [ + "og", + "rap" + ], + [ + "ĠHe", + "ad" + ], + [ + "Ġse", + "at" + ], + [ + "L", + "ast" + ], + [ + "Ġj", + "u" + ], + [ + "ig", + "an" + ], + [ + "________", + "________" + ], + [ + "ĠT", + "ake" + ], + [ + "Ġth", + "r" + ], + [ + "ar", + "io" + ], + [ + "Ġperform", + "ed" + ], + [ + "ĠVal", + "ley" + ], + [ + "Ġf", + "illed" + ], + [ + "ĠPart", + "y" + ], + [ + "Ġclean", + "ing" + ], + [ + "Ġo", + "k" + ], + [ + "Ġprofession", + "als" + ], + [ + "ĠInd", + "ust" + ], + [ + "I", + "F" + ], + [ + "Ġhe", + "aring" + ], + [ + "ĠT", + "ur" + ], + [ + "Ġun", + "less" + ], + [ + "Ġofficial", + "s" + ], + [ + "Ġla", + "un" + ], + [ + "Ġpre", + "gn" + ], + [ + "rup", + "t" + ], + [ + "Ġpred", + "ict" + ], + [ + "in", + "ating" + ], + [ + "z", + "en" + ], + [ + "P", + "R" + ], + [ + "ĠIt", + "s" + ], + [ + "Ġpan", + "el" + ], + [ + "as", + "ks" + ], + [ + "em", + "porary" + ], + [ + "Ġsw", + "itch" + ], + [ + "Ġad", + "ult" + ], + [ + "5", + "7" + ], + [ + "Ġconcern", + "s" + ], + [ + "Ġpolic", + "ies" + ], + [ + "Ġ/", + "><" + ], + [ + "ic", + "ians" + ], + [ + "ce", + "ll" + ], + [ + "n", + "oon" + ], + [ + "Ġfr", + "ame" + ], + [ + "y", + "an" + ], + [ + "Ġdocu", + "ments" + ], + [ + "Ġto", + "w" + ], + [ + "Ġaccom", + "pl" + ], + [ + "Ġn", + "orth" + ], + [ + "S", + "A" + ], + [ + "ĠO", + "ffic" + ], + [ + "Ġcon", + "text" + ], + [ + "idd", + "en" + ], + [ + "Ġacc", + "ommod" + ], + [ + "Ġcirc", + "um" + ], + [ + "Ġfav", + "our" + ], + [ + "Ġassist", + "ance" + ], + [ + "Ġr", + "ise" + ], + [ + "Ġwebs", + "ites" + ], + [ + "Ġevent", + "ually" + ], + [ + "Ġm", + "outh" + ], + [ + "ĠB", + "er" + ], + [ + "Ġun", + "its" + ], + [ + "i", + "ance" + ], + [ + "Ġexpl", + "ain" + ], + [ + "Ġsur", + "vey" + ], + [ + "Ġmen", + "u" + ], + [ + "ĠC", + "as" + ], + [ + "6", + "4" + ], + [ + "udd", + "en" + ], + [ + "Ġsc", + "ale" + ], + [ + "Ġlead", + "s" + ], + [ + "Ġapp", + "lied" + ], + [ + "b", + "urg" + ], + [ + "Ġexce", + "ption" + ], + [ + "Ġd", + "er" + ], + [ + "ĠSoc", + "iety" + ], + [ + "ĠLe", + "ague" + ], + [ + "Ġgener", + "ation" + ], + [ + "Ġs", + "itting" + ], + [ + "Ġad", + "apt" + ], + [ + "v", + "an" + ], + [ + "Ġ", + ")" + ], + [ + "ut", + "s" + ], + [ + "Ġsh", + "ip" + ], + [ + "Ġnove", + "l" + ], + [ + "f", + "ol" + ], + [ + "Ġ/", + ">" + ], + [ + "Ġconvers", + "ation" + ], + [ + "L", + "A" + ], + [ + "Ġoper", + "ation" + ], + [ + "ĠF", + "ort" + ], + [ + "Ġsex", + "ual" + ], + [ + "ĠW", + "il" + ], + [ + "Ġimp", + "ress" + ], + [ + "Ġsa", + "v" + ], + [ + "Ġl", + "abor" + ], + [ + "ĠU", + "N" + ], + [ + "Ġrem", + "ind" + ], + [ + "Ġmult", + "i" + ], + [ + "ri", + "er" + ], + [ + "c", + "raft" + ], + [ + "al", + "a" + ], + [ + "Ġrad", + "io" + ], + [ + "Re", + "g" + ], + [ + "ad", + "ian" + ], + [ + "ur", + "l" + ], + [ + "ĠP", + "erson" + ], + [ + "pr", + "ise" + ], + [ + "ort", + "hern" + ], + [ + "os", + "en" + ], + [ + "roll", + "ed" + ], + [ + "Ġup", + "gr" + ], + [ + "u", + "ations" + ], + [ + "!", + ")" + ], + [ + "ĠH", + "am" + ], + [ + "Ġt", + "ables" + ], + [ + "ĠFr", + "ank" + ], + [ + "t", + "d" + ], + [ + "x", + "y" + ], + [ + "re", + "ens" + ], + [ + "coh", + "ol" + ], + [ + "ner", + "gy" + ], + [ + "te", + "red" + ], + [ + "Ġre", + "ference" + ], + [ + "ĠTy", + "pe" + ], + [ + "Ġprocess", + "es" + ], + [ + "rom", + "e" + ], + [ + "ĠG", + "en" + ], + [ + "6", + "7" + ], + [ + "Ġspec", + "ies" + ], + [ + "Ġte", + "en" + ], + [ + "p", + "an" + ], + [ + "Ġc", + "ute" + ], + [ + "Ġhy", + "d" + ], + [ + "an", + "ish" + ], + [ + "Ġpo", + "ly" + ], + [ + "ĠD", + "ou" + ], + [ + "ut", + "ing" + ], + [ + "c", + "an" + ], + [ + "Ġ3", + "2" + ], + [ + "Ġmain", + "tenance" + ], + [ + "ĠH", + "and" + ], + [ + "fe", + "ction" + ], + [ + "k", + "ins" + ], + [ + "ĠL", + "og" + ], + [ + "I", + "nd" + ], + [ + "lev", + "ision" + ], + [ + "Ġrecommend", + "ed" + ], + [ + "Ġmin", + "imum" + ], + [ + "Ġprof", + "it" + ], + [ + "ĠS", + "up" + ], + [ + "ĠÂ", + "·" + ], + [ + "Ġacc", + "ident" + ], + [ + "Ġ", + "?" + ], + [ + "ĠMicro", + "soft" + ], + [ + "os", + "es" + ], + [ + "ĠSt", + "art" + ], + [ + "Ġpl", + "ays" + ], + [ + "Ġst", + "ars" + ], + [ + "ĠOn", + "ly" + ], + [ + "Ġr", + "ub" + ], + [ + "Ġbro", + "wn" + ], + [ + "ĠPri", + "v" + ], + [ + "Ġf", + "uel" + ], + [ + "Ġqu", + "iet" + ], + [ + "Ġd", + "yn" + ], + [ + "Ġart", + "ists" + ], + [ + "Ġ", + "error" + ], + [ + "el", + "ines" + ], + [ + "Ġte", + "le" + ], + [ + "How", + "ever" + ], + [ + "ĠT", + "own" + ], + [ + "Ġb", + "attle" + ], + [ + "Ġreal", + "ize" + ], + [ + "ĠR", + "est" + ], + [ + "L", + "et" + ], + [ + "ĠA", + "ud" + ], + [ + "Ġinflu", + "ence" + ], + [ + "Ġs", + "ad" + ], + [ + "Ġenvironment", + "al" + ], + [ + "Ġed", + "ge" + ], + [ + "Ġbut", + "ter" + ], + [ + "Ġyou", + "th" + ], + [ + "Ġsee", + "king" + ], + [ + "ĠI", + "ll" + ], + [ + "Ġcrus", + "her" + ], + [ + "Ġfact", + "or" + ], + [ + ">", + ">" + ], + [ + "Ġjo", + "ined" + ], + [ + "Ġe", + "lement" + ], + [ + "Ġdet", + "ect" + ], + [ + "Ġ", + "iron" + ], + [ + "e", + "qu" + ], + [ + "Ġmin", + "or" + ], + [ + "ist", + "an" + ], + [ + "Ġcr", + "im" + ], + [ + "Ġhold", + "ing" + ], + [ + "r", + "ad" + ], + [ + "ĠCom", + "ments" + ], + [ + "Ġsupp", + "osed" + ], + [ + "Ġm", + "ent" + ], + [ + "Ġk", + "illed" + ], + [ + "Ġex", + "change" + ], + [ + "Ġt", + "ight" + ], + [ + "Ġpark", + "ing" + ], + [ + "Ġmot", + "iv" + ], + [ + "Ġe", + "ffic" + ], + [ + "Ġcl", + "imate" + ], + [ + "A", + "m" + ], + [ + "ĠH", + "y" + ], + [ + "Ġl", + "ux" + ], + [ + "Ġadminist", + "ration" + ], + [ + "ĠO", + "per" + ], + [ + "S", + "E" + ], + [ + "Ġ200", + "3" + ], + [ + "ond", + "s" + ], + [ + "ĠSo", + "ft" + ], + [ + "Ġw", + "al" + ], + [ + "Ġs", + "am" + ], + [ + "ot", + "al" + ], + [ + "~", + "~" + ], + [ + "ĠUn", + "ion" + ], + [ + "Ġfre", + "ed" + ], + [ + "Ġst", + "ated" + ], + [ + "ĠNet", + "work" + ], + [ + "u", + "able" + ], + [ + "Ġdef", + "ense" + ], + [ + "ce", + "ption" + ], + [ + "ce", + "an" + ], + [ + "Ġro", + "of" + ], + [ + "U", + "N" + ], + [ + "Ġwind", + "ows" + ], + [ + "as", + "er" + ], + [ + "Ġfl", + "o" + ], + [ + "ĠG", + "ame" + ], + [ + "Ġt", + "ough" + ], + [ + "Ġl", + "ibrary" + ], + [ + "ĠE", + "qu" + ], + [ + "ĠB", + "ur" + ], + [ + "ĠM", + "ach" + ], + [ + "Ġvisit", + "ors" + ], + [ + "F", + "r" + ], + [ + "Ġj", + "oint" + ], + [ + "Ġwh", + "om" + ], + [ + "at", + "o" + ], + [ + "ĠD", + "ate" + ], + [ + "Ġproper", + "ly" + ], + [ + "Ġdec", + "re" + ], + [ + "ĠP", + "ack" + ], + [ + "Ġmeas", + "ures" + ], + [ + "Ġp", + "us" + ], + [ + "ol", + "ars" + ], + [ + "od", + "ies" + ], + [ + "ig", + "ure" + ], + [ + "v", + "is" + ], + [ + "d", + "ate" + ], + [ + "Ġsign", + "ed" + ], + [ + "Ġtyp", + "ically" + ], + [ + "Ġmar", + "riage" + ], + [ + "Ġimport", + "ance" + ], + [ + "ã", + "ģ" + ], + [ + "Ġcour", + "ses" + ], + [ + "Ġdist", + "rict" + ], + [ + "ĠP", + "eter" + ], + [ + "i", + "en" + ], + [ + "Ġvol", + "ume" + ], + [ + "Ġing", + "redients" + ], + [ + "ĠM", + "ont" + ], + [ + "Ġcol", + "our" + ], + [ + "Ġsee", + "k" + ], + [ + "ĠI", + "d" + ], + [ + "Ġth", + "ick" + ], + [ + "Ġar", + "rest" + ], + [ + "Ġcall", + "ing" + ], + [ + "ĠJ", + "ud" + ], + [ + "M", + "ar" + ], + [ + "Ġdrug", + "s" + ], + [ + "Ġte", + "ach" + ], + [ + "Ġtre", + "es" + ], + [ + "ĠJ", + "un" + ], + [ + "ĠC", + "y" + ], + [ + "Ġe", + "lection" + ], + [ + "ĠRober", + "t" + ], + [ + "ĠWe", + "ek" + ], + [ + "omet", + "imes" + ], + [ + "Ġre", + "b" + ], + [ + "Ġgr", + "ade" + ], + [ + "Ġlight", + "s" + ], + [ + "r", + "ate" + ], + [ + "Ġp", + "ush" + ], + [ + "Ġsw", + "im" + ], + [ + "ĠSer", + "ies" + ], + [ + "Ġ", + "{" + ], + [ + "Ġs", + "ample" + ], + [ + "Ġinit", + "i" + ], + [ + "Ġdog", + "s" + ], + [ + "um", + "in" + ], + [ + "9", + "8" + ], + [ + "Ġrem", + "oved" + ], + [ + "ars", + "h" + ], + [ + "Ġa", + "f" + ], + [ + "Ġf", + "uck" + ], + [ + "Ġp", + "un" + ], + [ + "Ġsh", + "oes" + ], + [ + "Ġcor", + "porate" + ], + [ + "F", + "L" + ], + [ + "ock", + "et" + ], + [ + "ĠFr", + "ance" + ], + [ + "ult", + "y" + ], + [ + "Ġ", + "id" + ], + [ + "ĠPol", + "icy" + ], + [ + "Ġinst", + "ance" + ], + [ + "ric", + "s" + ], + [ + "Ġread", + "ers" + ], + [ + "ĠJ", + "im" + ], + [ + "ĠA", + "ccess" + ], + [ + "Ġtrans", + "form" + ], + [ + "Ġallow", + "ing" + ], + [ + "Ġan", + "g" + ], + [ + "Ġn", + "or" + ], + [ + "Ġdo", + "ors" + ], + [ + "Ġ", + "rom" + ], + [ + "Ġintern", + "al" + ], + [ + "ĠS", + "earch" + ], + [ + "are", + "n" + ], + [ + "Ġwrit", + "er" + ], + [ + "u", + "ke" + ], + [ + "Ġd", + "ining" + ], + [ + "Ġfam", + "iliar" + ], + [ + "Ġra", + "ise" + ], + [ + "ĠD", + "en" + ], + [ + "E", + "very" + ], + [ + "Ġun", + "iversity" + ], + [ + "Ġl", + "unch" + ], + [ + "P", + "ub" + ], + [ + "ic", + "ian" + ], + [ + "ĠSupp", + "ort" + ], + [ + "ĠW", + "here" + ], + [ + "Ġour", + "selves" + ], + [ + "Ġanim", + "al" + ], + [ + "Ġc", + "ities" + ], + [ + "Ġfe", + "es" + ], + [ + "ĠL", + "ab" + ], + [ + "ĠHist", + "ory" + ], + [ + "Ab", + "out" + ], + [ + "Ġsh", + "ipping" + ], + [ + "Ġsecond", + "s" + ], + [ + "ĠS", + "ign" + ], + [ + "M", + "an" + ], + [ + "Ġy", + "esterday" + ], + [ + "Ġpl", + "ug" + ], + [ + "Ġreturn", + "ed" + ], + [ + "ĠThom", + "as" + ], + [ + "g", + "as" + ], + [ + "ĠT", + "em" + ], + [ + "Ġbas", + "k" + ], + [ + "ac", + "he" + ], + [ + "ll", + "a" + ], + [ + "Ġl", + "ived" + ], + [ + "in", + "er" + ], + [ + "ĠAt", + "l" + ], + [ + "i", + "est" + ], + [ + "ĠIn", + "vest" + ], + [ + "ĠG", + "irl" + ], + [ + "ĠM", + "aster" + ], + [ + "ĠC", + "at" + ], + [ + "ĠE", + "xt" + ], + [ + "ĠV", + "irgin" + ], + [ + "ĠF", + "und" + ], + [ + "ĠW", + "ay" + ], + [ + "ab", + "led" + ], + [ + "ĠV", + "ideo" + ], + [ + "Ġsqu", + "are" + ], + [ + "Ġrespons", + "ibility" + ], + [ + "Ġstrateg", + "ies" + ], + [ + "ĠL", + "im" + ], + [ + "or", + "a" + ], + [ + "ĠAN", + "D" + ], + [ + "Ġel", + "im" + ], + [ + "ĠS", + "qu" + ], + [ + "Ġinte", + "ll" + ], + [ + "Ġad", + "ults" + ], + [ + "Ġprocess", + "ing" + ], + [ + "Ġdes", + "ire" + ], + [ + "Ġst", + "ret" + ], + [ + "ĠB", + "as" + ], + [ + "Ġs", + "oul" + ], + [ + "L", + "ike" + ], + [ + "Ġsal", + "t" + ], + [ + "Ġs", + "ister" + ], + [ + "l", + "o" + ], + [ + "ĠLou", + "is" + ], + [ + ".", + "[" + ], + [ + "Ġfac", + "ility" + ], + [ + "Ġloc", + "ations" + ], + [ + "R", + "el" + ], + [ + "Ġexam", + "ples" + ], + [ + "Ġapprec", + "iate" + ], + [ + "og", + "ue" + ], + [ + "ok", + "es" + ], + [ + "ĠW", + "estern" + ], + [ + "Ġbig", + "ger" + ], + [ + "Ġwor", + "se" + ], + [ + "Ġne", + "ck" + ], + [ + "i", + "as" + ], + [ + "Ġland", + "sc" + ], + [ + "ive", + "red" + ], + [ + "in", + "ations" + ], + [ + "l", + "ook" + ], + [ + "st", + "ract" + ], + [ + "Ġfun", + "ctions" + ], + [ + "und", + "er" + ], + [ + "Ġapp", + "arent" + ], + [ + "Ġthe", + "rapy" + ], + [ + "Ġansw", + "ers" + ], + [ + "Ġb", + "urn" + ], + [ + "5", + "4" + ], + [ + "Ġdis", + "p" + ], + [ + "Ġspecific", + "ally" + ], + [ + "ber", + "t" + ], + [ + "C", + "E" + ], + [ + "ĠInt", + "e" + ], + [ + "Ġsympt", + "oms" + ], + [ + "ĠAfric", + "an" + ], + [ + "ĠV", + "ict" + ], + [ + "ĠM", + "useum" + ], + [ + "Ġar", + "g" + ], + [ + "Ġc", + "aught" + ], + [ + "ĠP", + "an" + ], + [ + "ĠC", + "ode" + ], + [ + "ĠE", + "p" + ], + [ + "e", + "ed" + ], + [ + "Ġfil", + "ter" + ], + [ + "Ġapp", + "eared" + ], + [ + "Ġpay", + "ing" + ], + [ + "Ġmil", + "k" + ], + [ + "ĠAut", + "hor" + ], + [ + "D", + "r" + ], + [ + "h", + "y" + ], + [ + "ĠI", + "P" + ], + [ + "Ġsign", + "s" + ], + [ + "O", + "ther" + ], + [ + "Ġass", + "um" + ], + [ + "Ġarr", + "ange" + ], + [ + "ĠGerm", + "an" + ], + [ + "Ġem", + "p" + ], + [ + "ĠMay", + "be" + ], + [ + "Ġman", + "ner" + ], + [ + "Ġafter", + "noon" + ], + [ + "Ġserv", + "ing" + ], + [ + "al", + "ian" + ], + [ + "ou", + "p" + ], + [ + "ĠBl", + "og" + ], + [ + "ĠD", + "uring" + ], + [ + "B", + "u" + ], + [ + "ill", + "y" + ], + [ + "Ġk", + "ill" + ], + [ + "ĠC", + "ost" + ], + [ + "w", + "ater" + ], + [ + "Ġcho", + "ices" + ], + [ + "ĠPro", + "te" + ], + [ + "Ġam", + "b" + ], + [ + "ĠM", + "ike" + ], + [ + "ĠGerm", + "any" + ], + [ + "Ġd", + "ance" + ], + [ + "Ġboy", + "s" + ], + [ + "w", + "o" + ], + [ + "Ġsc", + "r" + ], + [ + "Ġchem", + "ical" + ], + [ + "Ġdetail", + "ed" + ], + [ + "rel", + "ated" + ], + [ + "Ġbreak", + "fast" + ], + [ + "ow", + "nt" + ], + [ + "An", + "y" + ], + [ + "F", + "irst" + ], + [ + "C", + "ol" + ], + [ + "le", + "ts" + ], + [ + "Ġcateg", + "ory" + ], + [ + "Ġmax", + "imum" + ], + [ + "Ġfail", + "ed" + ], + [ + "ĠCent", + "re" + ], + [ + "Ġprote", + "in" + ], + [ + "ĠAnd", + "roid" + ], + [ + "Ġconf", + "idence" + ], + [ + "Ġ", + "!" + ], + [ + "arr", + "ant" + ], + [ + "ĠC", + "EO" + ], + [ + "Ġm", + "ut" + ], + [ + "ĠKe", + "ep" + ], + [ + "Ġto", + "m" + ], + [ + "Ġaspect", + "s" + ], + [ + "aw", + "ay" + ], + [ + "Ġreg", + "ister" + ], + [ + "Ġstand", + "ing" + ], + [ + "Ġacadem", + "ic" + ], + [ + "Ġaccount", + "s" + ], + [ + "G", + "reat" + ], + [ + "Ġany", + "where" + ], + [ + "e", + "per" + ], + [ + "c", + "ious" + ], + [ + "Ġf", + "ruit" + ], + [ + "Ġdis", + "s" + ], + [ + "iven", + "ess" + ], + [ + "ĠRe", + "v" + ], + [ + "ĠK", + "ore" + ], + [ + "ĠH", + "uman" + ], + [ + "ĠEar", + "th" + ], + [ + "O", + "O" + ], + [ + "ĠAcc", + "ording" + ], + [ + "bs", + "ite" + ], + [ + "ri", + "a" + ], + [ + "Ġfeed", + "back" + ], + [ + "ĠDe", + "v" + ], + [ + "ĠC", + "up" + ], + [ + "Ġnot", + "ed" + ], + [ + "5", + "3" + ], + [ + "ĠCont", + "act" + ], + [ + "p", + "o" + ], + [ + "red", + "it" + ], + [ + "Ġcomm", + "itted" + ], + [ + "e", + "f" + ], + [ + "ĠCh", + "ris" + ], + [ + "ĠJ", + "oe" + ], + [ + "Ļ", + "Ĥ" + ], + [ + "Ġcomm", + "and" + ], + [ + "Ġsp", + "ons" + ], + [ + "Ġcomp", + "rehens" + ], + [ + "Ġsur", + "gery" + ], + [ + "h", + "at" + ], + [ + "ĠE", + "conom" + ], + [ + "Al", + "so" + ], + [ + "Ġdoll", + "ars" + ], + [ + "ĠSec", + "ret" + ], + [ + "Ġtest", + "s" + ], + [ + "Ġpropos", + "ed" + ], + [ + "Ġconf", + "lic" + ], + [ + "C", + "ar" + ], + [ + "Ð", + "µ" + ], + [ + "ĠAmeric", + "ans" + ], + [ + "ph", + "as" + ], + [ + "Ġcompon", + "ents" + ], + [ + "Ġmod", + "e" + ], + [ + "Ġwe", + "ap" + ], + [ + "Ġro", + "t" + ], + [ + "re", + "al" + ], + [ + "u", + "a" + ], + [ + "Ġan", + "c" + ], + [ + "Ġn", + "urs" + ], + [ + "Ġph", + "arm" + ], + [ + "ok", + "ing" + ], + [ + "Ġapprox", + "imately" + ], + [ + "Ġocc", + "up" + ], + [ + "Ġsupport", + "ed" + ], + [ + "ĠGl", + "obal" + ], + [ + "Ġte", + "a" + ], + [ + "s", + "m" + ], + [ + "Ġb", + "ound" + ], + [ + "R", + "ep" + ], + [ + "Ġat", + "h" + ], + [ + "ĠB", + "ed" + ], + [ + "or", + "ation" + ], + [ + "7", + "6" + ], + [ + "het", + "ic" + ], + [ + "I", + "nt" + ], + [ + "ĠW", + "al" + ], + [ + "oss", + "ible" + ], + [ + "Ġannoun", + "ce" + ], + [ + "Ġimag", + "ine" + ], + [ + "az", + "z" + ], + [ + "Ġtell", + "s" + ], + [ + "ro", + "ad" + ], + [ + "Ġst", + "opped" + ], + [ + "is", + "er" + ], + [ + "5", + "2" + ], + [ + "ĠM", + "o" + ], + [ + "Ġdisc", + "overed" + ], + [ + "ĠE", + "r" + ], + [ + "Ġboo", + "st" + ], + [ + "Ġcomb", + "ined" + ], + [ + "Ġconcern", + "ed" + ], + [ + "ĠB", + "rand" + ], + [ + "Ġapp", + "s" + ], + [ + "M", + "A" + ], + [ + "Ġl", + "iqu" + ], + [ + "ĠL", + "os" + ], + [ + "pect", + "ed" + ], + [ + "Ġde", + "als" + ], + [ + "Ġwe", + "aring" + ], + [ + "h", + "and" + ], + [ + "el", + "f" + ], + [ + "Ġh", + "un" + ], + [ + "Ġfun", + "ny" + ], + [ + "Ġprom", + "ote" + ], + [ + "F", + "ree" + ], + [ + "Ġconsid", + "ering" + ], + [ + "Ġrap", + "id" + ], + [ + "ib", + "ilities" + ], + [ + "Ġchar", + "ges" + ], + [ + "ult", + "ural" + ], + [ + "Ġcult", + "ural" + ], + [ + "ĠAr", + "ts" + ], + [ + "Ġinstall", + "ation" + ], + [ + "Ġlo", + "ans" + ], + [ + "Ġca", + "uses" + ], + [ + "Ġj", + "oy" + ], + [ + "Ġc", + "op" + ], + [ + "Ġd", + "ial" + ], + [ + "Ġa", + "id" + ], + [ + "l", + "t" + ], + [ + "ĠN", + "OT" + ], + [ + "rast", + "ructure" + ], + [ + "Ġclin", + "ical" + ], + [ + "h", + "ors" + ], + [ + "Ġfour", + "th" + ], + [ + "ir", + "ty" + ], + [ + "ic", + "an" + ], + [ + "Ġintrodu", + "ced" + ], + [ + "Ġexp", + "ression" + ], + [ + "Ġcent", + "re" + ], + [ + "Ġkind", + "s" + ], + [ + "Ġt", + "ast" + ], + [ + "ne", + "ver" + ], + [ + "P", + "e" + ], + [ + "Ġre", + "venue" + ], + [ + "ĠB", + "re" + ], + [ + "Ġf", + "if" + ], + [ + "Ġhous", + "ing" + ], + [ + "B", + "ook" + ], + [ + "og", + "a" + ], + [ + "Ġra", + "nd" + ], + [ + "****", + "****" + ], + [ + "Ġr", + "an" + ], + [ + "Ġsc", + "ript" + ], + [ + "Ġlik", + "ed" + ], + [ + "ĠM", + "ax" + ], + [ + "en", + "ch" + ], + [ + "Ġconsum", + "ers" + ], + [ + "Ġbro", + "ken" + ], + [ + "ĠGu", + "ide" + ], + [ + "Ġprep", + "are" + ], + [ + "Ġdelic", + "ious" + ], + [ + "ĠSpr", + "ing" + ], + [ + "Ġbirth", + "day" + ], + [ + "ĠC", + "a" + ], + [ + "ĠE", + "nd" + ], + [ + "ĠMin", + "ister" + ], + [ + "Ġredu", + "ced" + ], + [ + "ĠM", + "a" + ], + [ + "Ġch", + "art" + ], + [ + "Ġtell", + "ing" + ], + [ + "Ġme", + "al" + ], + [ + "Ġknow", + "ing" + ], + [ + "Ġf", + "aster" + ], + [ + "Ġdes", + "cription" + ], + [ + "ĠCon", + "ference" + ], + [ + "Ġcircum", + "st" + ], + [ + "p", + "aper" + ], + [ + "Ġch", + "icken" + ], + [ + "Ġadvert", + "ising" + ], + [ + "ĠG", + "ar" + ], + [ + "ob", + "by" + ], + [ + "Ġche", + "ese" + ], + [ + "Ġsy", + "mb" + ], + [ + "Ġbre", + "ast" + ], + [ + "Ġupd", + "ates" + ], + [ + "P", + "M" + ], + [ + "S", + "C" + ], + [ + "Ġtrou", + "ble" + ], + [ + "ost", + "on" + ], + [ + "ĠCont", + "rol" + ], + [ + "ĠJ", + "ose" + ], + [ + "Ġwe", + "ak" + ], + [ + "Ġep", + "isode" + ], + [ + "Ġ3", + "6" + ], + [ + "M", + "ed" + ], + [ + "Ġinterest", + "s" + ], + [ + "5", + "1" + ], + [ + "Ġcon", + "sequ" + ], + [ + "O", + "ver" + ], + [ + "Ġappro", + "ved" + ], + [ + "Ġg", + "ather" + ], + [ + "ar", + "p" + ], + [ + "ĠB", + "oy" + ], + [ + "Ġs", + "ides" + ], + [ + "Ġdeterm", + "ined" + ], + [ + "ĠC", + "e" + ], + [ + "Ġdepend", + "ing" + ], + [ + "Ġthe", + "ory" + ], + [ + "Ġcomp", + "lic" + ], + [ + "Ð", + "¾" + ], + [ + "Ġf", + "ly" + ], + [ + "Ġveh", + "icles" + ], + [ + "Ġbring", + "ing" + ], + [ + "A", + "re" + ], + [ + "Ġemploy", + "ee" + ], + [ + "Ġs", + "udden" + ], + [ + "ĠO", + "pt" + ], + [ + "Ġcitiz", + "ens" + ], + [ + "Ġw", + "id" + ], + [ + "Ġconsum", + "er" + ], + [ + "Ġbl", + "ess" + ], + [ + "Ġp", + "ure" + ], + [ + "Ġfl", + "ight" + ], + [ + "E", + "E" + ], + [ + "ac", + "hel" + ], + [ + "ĠV", + "er" + ], + [ + "P", + "C" + ], + [ + "k", + "es" + ], + [ + "Ġph", + "il" + ], + [ + "Ġfix", + "ed" + ], + [ + "Ġo", + "dd" + ], + [ + "Ġpers", + "pective" + ], + [ + "Ġconst", + "ruct" + ], + [ + "orge", + "ous" + ], + [ + "ĠC", + "H" + ], + [ + "ĠB", + "oth" + ], + [ + "g", + "s" + ], + [ + "f", + "rom" + ], + [ + "ĠL", + "o" + ], + [ + "Ġfail", + "ure" + ], + [ + "Ġemer", + "gency" + ], + [ + "el", + "come" + ], + [ + "Ġis", + "land" + ], + [ + "ĠAd", + "minist" + ], + [ + "ĠJ", + "ob" + ], + [ + "ĠSte", + "p" + ], + [ + "Ġpro", + "p" + ], + [ + "ĠA", + "ward" + ], + [ + "ĠL", + "ook" + ], + [ + "ot", + "ed" + ], + [ + "at", + "re" + ], + [ + "ac", + "le" + ], + [ + "Ġco", + "ord" + ], + [ + "Ġbatter", + "y" + ], + [ + "Ġ4", + "8" + ], + [ + "Ġimpro", + "ved" + ], + [ + "Ġl", + "iber" + ], + [ + "ani", + "el" + ], + [ + "Ġsignificant", + "ly" + ], + [ + "Ġb", + "ike" + ], + [ + "Ġn", + "ine" + ], + [ + "or", + "able" + ], + [ + "Ġindust", + "rial" + ], + [ + "anc", + "er" + ], + [ + "b", + "ur" + ], + [ + "in", + "te" + ], + [ + "ĠJohn", + "son" + ], + [ + "Ġgreat", + "est" + ], + [ + "ĠN", + "or" + ], + [ + "Ġparticip", + "ants" + ], + [ + "!", + "\"" + ], + [ + "Ġrem", + "ote" + ], + [ + "ed", + "ing" + ], + [ + "Ġprovid", + "er" + ], + [ + "Ġext", + "ensive" + ], + [ + "Ġarri", + "ved" + ], + [ + "Ġ3", + "00" + ], + [ + "Ġl", + "augh" + ], + [ + "Ġfol", + "ks" + ], + [ + "ĠS", + "ar" + ], + [ + "ĠBu", + "y" + ], + [ + "Ġinsp", + "ired" + ], + [ + "Ġaut", + "o" + ], + [ + "ĠQu", + "est" + ], + [ + "ĠPl", + "us" + ], + [ + "Ġed", + "itor" + ], + [ + "est", + "yle" + ], + [ + "ĠH", + "ospital" + ], + [ + "Ġme", + "at" + ], + [ + "Ġmiss", + "ed" + ], + [ + "Ġsh", + "ares" + ], + [ + "Ġtw", + "ice" + ], + [ + "Ġappear", + "ance" + ], + [ + "urb", + "an" + ], + [ + "ĠC", + "re" + ], + [ + "Ġhe", + "ro" + ], + [ + "Ġm", + "al" + ], + [ + "Ġdel", + "ivered" + ], + [ + "mer", + "ce" + ], + [ + "Ġh", + "ate" + ], + [ + "por", + "ation" + ], + [ + "ĠKe", + "y" + ], + [ + "ir", + "med" + ], + [ + "ĠðŁ", + "ĻĤ" + ], + [ + "Ġviol", + "ence" + ], + [ + "he", + "nt" + ], + [ + "ĠChild", + "ren" + ], + [ + "Ġfor", + "ces" + ], + [ + "ig", + "r" + ], + [ + "Ġin", + "n" + ], + [ + "Ġr", + "is" + ], + [ + "Ġoccas", + "ion" + ], + [ + "Ġn", + "av" + ], + [ + "Ġturn", + "s" + ], + [ + "or", + "ough" + ], + [ + "Ġrand", + "om" + ], + [ + "Ġj", + "ack" + ], + [ + "rit", + "ing" + ], + [ + "ell", + "y" + ], + [ + "Ġgu", + "est" + ], + [ + "Ġspe", + "ech" + ], + [ + "room", + "s" + ], + [ + "Ġfor", + "ced" + ], + [ + "Ġres", + "ol" + ], + [ + "pos", + "es" + ], + [ + "Ġman", + "ual" + ], + [ + "ĠC", + "ross" + ], + [ + "Ġdra", + "ft" + ], + [ + "Ġtop", + "ics" + ], + [ + "Ġtre", + "ated" + ], + [ + "ĠB", + "ow" + ], + [ + "Ġm", + "el" + ], + [ + "Ġdefe", + "nd" + ], + [ + "Ġinte", + "nded" + ], + [ + "ap", + "ed" + ], + [ + "Ġtr", + "uck" + ], + [ + "M", + "ost" + ], + [ + "T", + "C" + ], + [ + "el", + "ine" + ], + [ + "ar", + "ian" + ], + [ + "ĠT", + "O" + ], + [ + "uc", + "ks" + ], + [ + "Ġd", + "ump" + ], + [ + "Ġn", + "om" + ], + [ + "Ġk", + "ing" + ], + [ + "Ġt", + "ag" + ], + [ + "Ġob", + "l" + ], + [ + "Ġag", + "ent" + ], + [ + "ang", + "es" + ], + [ + "Ġtick", + "ets" + ], + [ + "Ġco", + "vers" + ], + [ + "Ġrec", + "overy" + ], + [ + "ĠH", + "ard" + ], + [ + "Ġsh", + "ower" + ], + [ + "ession", + "al" + ], + [ + "erv", + "es" + ], + [ + "ĠJapan", + "ese" + ], + [ + "ow", + "ing" + ], + [ + "Ġjud", + "ge" + ], + [ + "Ð", + "°" + ], + [ + "Ġex", + "ecutive" + ], + [ + "Ġneighbor", + "hood" + ], + [ + "Ġinstall", + "ed" + ], + [ + "Ġident", + "ified" + ], + [ + "ang", + "ed" + ], + [ + "ro", + "c" + ], + [ + "Ġlab", + "el" + ], + [ + "we", + "ight" + ], + [ + "Ġspe", + "aking" + ], + [ + "Ġhe", + "ight" + ], + [ + "ĠNe", + "xt" + ], + [ + "ĠT", + "it" + ], + [ + "Ġclot", + "hes" + ], + [ + "ĠE", + "nergy" + ], + [ + "ĠO", + "N" + ], + [ + "ĠL", + "ibrary" + ], + [ + "er", + "ies" + ], + [ + "ĠT", + "our" + ], + [ + "ĠW", + "ild" + ], + [ + "Ġch", + "ocolate" + ], + [ + "il", + "it" + ], + [ + "Ġend", + "s" + ], + [ + "Ġbel", + "ong" + ], + [ + "i", + "ors" + ], + [ + "Ġde", + "part" + ], + [ + "ĠB", + "ox" + ], + [ + "ĠW", + "alk" + ], + [ + "at", + "uring" + ], + [ + "Ġdistrib", + "ution" + ], + [ + "ĠS", + "ports" + ], + [ + "ĠO", + "k" + ], + [ + "ĠW", + "atch" + ], + [ + "ĠM", + "ult" + ], + [ + "Ġr", + "ac" + ], + [ + "..", + "..." + ], + [ + "Ġtrans", + "l" + ], + [ + "Ġi", + "Phone" + ], + [ + "Ġres", + "ource" + ], + [ + "ĠG", + "al" + ], + [ + "ĠDo", + "es" + ], + [ + "ĠT", + "able" + ], + [ + "Ġhigh", + "light" + ], + [ + "Ġpract", + "ical" + ], + [ + "ĠL", + "ive" + ], + [ + "ut", + "ers" + ], + [ + "v", + "it" + ], + [ + "Ġus", + "ual" + ], + [ + "all", + "ed" + ], + [ + "th", + "is" + ], + [ + "Ġch", + "ain" + ], + [ + "int", + "age" + ], + [ + "ĠJe", + "ff" + ], + [ + "Ġan", + "x" + ], + [ + "Ġbelie", + "f" + ], + [ + "ad", + "ed" + ], + [ + "Ġch", + "ief" + ], + [ + "igh", + "ter" + ], + [ + "Ġflow", + "ers" + ], + [ + "Ġcar", + "ried" + ], + [ + "Ġsim", + "pl" + ], + [ + "ĠDes", + "cription" + ], + [ + "Acc", + "ording" + ], + [ + "ĠC", + "ath" + ], + [ + "ĠW", + "in" + ], + [ + "ĠLe", + "e" + ], + [ + "ony", + "m" + ], + [ + "ĠA", + "ff" + ], + [ + "Ġ200", + "2" + ], + [ + "G", + "ood" + ], + [ + "Ġsupport", + "ing" + ], + [ + "Ġf", + "le" + ], + [ + "AT", + "ION" + ], + [ + "Ġperfect", + "ly" + ], + [ + "b", + "an" + ], + [ + "Ġlaun", + "ched" + ], + [ + "Ġfreed", + "om" + ], + [ + "ĠApp", + "lic" + ], + [ + "os", + "ite" + ], + [ + "it", + "utions" + ], + [ + "ber", + "ry" + ], + [ + "ig", + "ration" + ], + [ + "w", + "est" + ], + [ + "ĠS", + "af" + ], + [ + "Ġdis", + "h" + ], + [ + "Ġin", + "put" + ], + [ + "l", + "ock" + ], + [ + "ĠH", + "D" + ], + [ + "l", + "ights" + ], + [ + "Ġfood", + "s" + ], + [ + "Ġregist", + "ered" + ], + [ + "Ġaud", + "io" + ], + [ + "ab", + "et" + ], + [ + "Ġn", + "one" + ], + [ + "Ġinter", + "ior" + ], + [ + "Ġord", + "ers" + ], + [ + "Ġshe", + "l" + ], + [ + "w", + "ing" + ], + [ + "Ġfield", + "s" + ], + [ + "L", + "ove" + ], + [ + "Ġdat", + "abase" + ], + [ + "P", + "re" + ], + [ + "Ġfor", + "t" + ], + [ + "Ġexpl", + "ained" + ], + [ + "ak", + "s" + ], + [ + "Ġe", + "c" + ], + [ + "Ġch", + "annel" + ], + [ + "Ġs", + "an" + ], + [ + "og", + "en" + ], + [ + "Ġs", + "ick" + ], + [ + "ĠF", + "air" + ], + [ + "Ġtre", + "nd" + ], + [ + "Ġimprove", + "ment" + ], + [ + "v", + "y" + ], + [ + "Ġl", + "i" + ], + [ + "Ġsh", + "ock" + ], + [ + "ĠAnge", + "les" + ], + [ + "Ġbeg", + "ins" + ], + [ + "Ġbrand", + "s" + ], + [ + "Ġaffect", + "ed" + ], + [ + "Ġeffect", + "ively" + ], + [ + "ploy", + "ment" + ], + [ + "Ġsuit", + "able" + ], + [ + "ĠDet", + "ails" + ], + [ + "ĠPol", + "ice" + ], + [ + "ĠSt", + "at" + ], + [ + "Ġvis", + "iting" + ], + [ + "Ġv", + "en" + ], + [ + "ĠC", + "reat" + ], + [ + "G", + "B" + ], + [ + "Ġth", + "read" + ], + [ + "Ġ3", + "8" + ], + [ + "Ġrelig", + "ious" + ], + [ + "Ġh", + "ook" + ], + [ + "ĠM", + "ic" + ], + [ + "Ġen", + "able" + ], + [ + "Ġafford", + "able" + ], + [ + "D", + "S" + ], + [ + "ĠM", + "S" + ], + [ + "s", + "he" + ], + [ + "Ġpick", + "ed" + ], + [ + "com", + "es" + ], + [ + "m", + "osp" + ], + [ + "clud", + "ing" + ], + [ + "ĠSec", + "ond" + ], + [ + "Ġj", + "ew" + ], + [ + "om", + "y" + ], + [ + "Ġd", + "u" + ], + [ + "Ġcount", + "y" + ], + [ + "Ġag", + "reed" + ], + [ + "ition", + "ally" + ], + [ + "Ġb", + "read" + ], + [ + "b", + "al" + ], + [ + "pr", + "int" + ], + [ + "ĠMart", + "in" + ], + [ + "he", + "m" + ], + [ + "ĠH", + "aw" + ], + [ + "p", + "ass" + ], + [ + "Ġclos", + "er" + ], + [ + "an", + "ing" + ], + [ + "Ġpl", + "ate" + ], + [ + "ĠN", + "ight" + ], + [ + ".", + "âĢĻ" + ], + [ + "Ġcra", + "zy" + ], + [ + "9", + "7" + ], + [ + "ĠChar", + "l" + ], + [ + "Ġw", + "itness" + ], + [ + "Ġfollow", + "s" + ], + [ + "Ġbask", + "et" + ], + [ + "ĠF", + "riend" + ], + [ + "Ġm", + "ur" + ], + [ + "is", + "ters" + ], + [ + "Ġmat", + "ters" + ], + [ + "Ġun", + "ivers" + ], + [ + "Ġcris", + "is" + ], + [ + "Ġf", + "ro" + ], + [ + "Ġgood", + "s" + ], + [ + "ot", + "he" + ], + [ + "ĠC", + "oll" + ], + [ + "u", + "ing" + ], + [ + "ĠK", + "now" + ], + [ + "Ġobv", + "ious" + ], + [ + "Ġ200", + "1" + ], + [ + "Ġsurpr", + "ise" + ], + [ + "Ġco", + "ast" + ], + [ + "v", + "a" + ], + [ + "h", + "ost" + ], + [ + "p", + "es" + ], + [ + "ĠYou", + "ng" + ], + [ + "od", + "d" + ], + [ + "Ġeduc", + "ational" + ], + [ + "Ġfil", + "ms" + ], + [ + "r", + "id" + ], + [ + "ĠK", + "n" + ], + [ + "Ġab", + "use" + ], + [ + "Ġhappen", + "ing" + ], + [ + "Ġbon", + "us" + ], + [ + "Ġcook", + "ing" + ], + [ + "Ġtechn", + "ologies" + ], + [ + "semb", + "ly" + ], + [ + "Ġout", + "put" + ], + [ + "Ġproced", + "ure" + ], + [ + "Ġbo", + "at" + ], + [ + "ĠH", + "ope" + ], + [ + "Ġhundred", + "s" + ], + [ + "Ġdisapp", + "oint" + ], + [ + "ĠP", + "enn" + ], + [ + "Ġincred", + "ible" + ], + [ + "Ġprovid", + "ers" + ], + [ + "st", + "one" + ], + [ + "ed", + "u" + ], + [ + "Ġkeep", + "s" + ], + [ + "A", + "A" + ], + [ + "ost", + "er" + ], + [ + "Ġass", + "ign" + ], + [ + "Ġpur", + "poses" + ], + [ + "Ġt", + "ro" + ], + [ + "Ġbreat", + "h" + ], + [ + "Ġ", + "Î" + ], + [ + "Â", + "·" + ], + [ + "Ġrese", + "arc" + ], + [ + "ĠTh", + "ose" + ], + [ + "��B", + "al" + ], + [ + "Ġfact", + "s" + ], + [ + "ĠJ", + "ones" + ], + [ + "Ġinde", + "ed" + ], + [ + "m", + "ond" + ], + [ + "Ġpr", + "ison" + ], + [ + "Ġmach", + "ines" + ], + [ + "ĠP", + "ass" + ], + [ + "ĠReview", + "s" + ], + [ + "ar", + "row" + ], + [ + "ĠM", + "P" + ], + [ + "ot", + "y" + ], + [ + "pre", + "ne" + ], + [ + "ĠL", + "ink" + ], + [ + "os", + "oph" + ], + [ + "Ġs", + "ac" + ], + [ + "Ġcommit", + "ment" + ], + [ + "Ġoffic", + "er" + ], + [ + "Ġv", + "ary" + ], + [ + "Ġmonth", + "ly" + ], + [ + "Ġdec", + "ades" + ], + [ + "Ġcre", + "ation" + ], + [ + "p", + "at" + ], + [ + "Ġal", + "le" + ], + [ + "Ġal", + "cohol" + ], + [ + "A", + "meric" + ], + [ + "ĠCh", + "ief" + ], + [ + "Ġval", + "uable" + ], + [ + "end", + "ar" + ], + [ + "Ġphot", + "ograph" + ], + [ + "Ġnot", + "iced" + ], + [ + "Ġrestaur", + "ants" + ], + [ + "Ġautom", + "atically" + ], + [ + "Ã", + "¡" + ], + [ + "ap", + "es" + ], + [ + "ĠS", + "ale" + ], + [ + "ĠP", + "oint" + ], + [ + "ĠAre", + "a" + ], + [ + "Ġsett", + "ings" + ], + [ + "ann", + "a" + ], + [ + "hent", + "ic" + ], + [ + "ri", + "ble" + ], + [ + "in", + "os" + ], + [ + "ĠHel", + "p" + ], + [ + "Ġvi", + "agra" + ], + [ + "Ġcompet", + "itive" + ], + [ + "Ġher", + "self" + ], + [ + "Ġmass", + "ive" + ], + [ + "Ġt", + "ut" + ], + [ + "ĠSh", + "are" + ], + [ + "RE", + "E" + ], + [ + "Â", + "°" + ], + [ + "r", + "ick" + ], + [ + "erm", + "an" + ], + [ + "J", + "an" + ], + [ + "Ġbuild", + "ings" + ], + [ + "ang", + "er" + ], + [ + "upp", + "er" + ], + [ + "Ġcr", + "ime" + ], + [ + "B", + "est" + ], + [ + "o", + "ch" + ], + [ + "b", + "i" + ], + [ + "Ġ>", + ">" + ], + [ + "ĠG", + "ra" + ], + [ + "Ġhouse", + "hold" + ], + [ + "Ġrel", + "atively" + ], + [ + "An", + "other" + ], + [ + "re", + "prene" + ], + [ + "Ġn", + "ucle" + ], + [ + "Ġhy", + "p" + ], + [ + "Ġplan", + "ned" + ], + [ + "ĠAss", + "ist" + ], + [ + "ĠAcc", + "ount" + ], + [ + "ack", + "ing" + ], + [ + "Ġreve", + "aled" + ], + [ + "Ġl", + "it" + ], + [ + "ĠN", + "umber" + ], + [ + "oos", + "ing" + ], + [ + "ĠPl", + "ace" + ], + [ + "ĠG", + "ames" + ], + [ + "Ġwhe", + "el" + ], + [ + "Ġc", + "ake" + ], + [ + "Ġconf", + "ig" + ], + [ + "Ġrem", + "aining" + ], + [ + "ck", + "now" + ], + [ + "Ġch", + "osen" + ], + [ + "Ġentire", + "ly" + ], + [ + "T", + "A" + ], + [ + "Ġp", + "ill" + ], + [ + "Ġr", + "ough" + ], + [ + "Ġex", + "cess" + ], + [ + "V", + "D" + ], + [ + "er", + "ation" + ], + [ + "Ġadminist", + "r" + ], + [ + "Ġra", + "re" + ], + [ + "Ġexpert", + "ise" + ], + [ + "ĠMe", + "et" + ], + [ + "âĢĻ", + "." + ], + [ + "U", + "L" + ], + [ + "Ġmom", + "ents" + ], + [ + "Ġaccept", + "ed" + ], + [ + "ĠM", + "id" + ], + [ + "Ġinstru", + "ctions" + ], + [ + "Ġte", + "levision" + ], + [ + "Ġem", + "phas" + ], + [ + "Ġpurch", + "ased" + ], + [ + "ĠPre", + "m" + ], + [ + "P", + "er" + ], + [ + "Ġinc", + "hes" + ], + [ + "ug", + "s" + ], + [ + "ĠAn", + "other" + ], + [ + "ĠMarket", + "ing" + ], + [ + "ĠDig", + "ital" + ], + [ + "Ġemot", + "ional" + ], + [ + "Ġcy", + "cle" + ], + [ + "Ġmot", + "ion" + ], + [ + "Ġsil", + "ver" + ], + [ + "clud", + "ed" + ], + [ + "ĠL", + "ittle" + ], + [ + "ar", + "ks" + ], + [ + "Ġlik", + "es" + ], + [ + "Ġcut", + "ting" + ], + [ + "Ġinvol", + "ve" + ], + [ + "Ġengine", + "ering" + ], + [ + "Ġt", + "error" + ], + [ + "Ġdri", + "vers" + ], + [ + "Ġconf", + "irm" + ], + [ + "c", + "a" + ], + [ + "ot", + "ton" + ], + [ + "Ġcandid", + "ates" + ], + [ + "ĠS", + "ize" + ], + [ + "ĠF", + "ollow" + ], + [ + "Ġequ", + "al" + ], + [ + "Ġmess", + "ages" + ], + [ + "ĠL", + "ow" + ], + [ + "Ġac", + "id" + ], + [ + "ĠT", + "erm" + ], + [ + "Ġrout", + "e" + ], + [ + "ge", + "nd" + ], + [ + "ail", + "ability" + ], + [ + "Ġcrit", + "ic" + ], + [ + "Ġl", + "ad" + ], + [ + "ic", + "ing" + ], + [ + "h", + "an" + ], + [ + "em", + "ic" + ], + [ + "Ġt", + "ail" + ], + [ + "Ġlight", + "ing" + ], + [ + "Ġun", + "f" + ], + [ + "Ġdang", + "erous" + ], + [ + "OV", + "ID" + ], + [ + "l", + "ines" + ], + [ + "ĠAustral", + "ian" + ], + [ + "ĠV", + "an" + ], + [ + "Ġprem", + "ium" + ], + [ + "7", + "3" + ], + [ + "Ġpresent", + "ation" + ], + [ + "ĠN", + "ame" + ], + [ + "Ġhor", + "se" + ], + [ + "ĠL", + "td" + ], + [ + "resp", + "ond" + ], + [ + "in", + "ch" + ], + [ + "Ġwor", + "st" + ], + [ + "Ġp", + "ed" + ], + [ + "al", + "se" + ], + [ + "re", + "f" + ], + [ + "Ġcomprehens", + "ive" + ], + [ + "ĠM", + "iddle" + ], + [ + "h", + "us" + ], + [ + "ir", + "ms" + ], + [ + "Cl", + "ick" + ], + [ + "or", + "al" + ], + [ + "ï", + "¿" + ], + [ + "Ġt", + "aught" + ], + [ + "Ġtom", + "orrow" + ], + [ + "Ġsp", + "r" + ], + [ + "ĠF", + "un" + ], + [ + "ren", + "cy" + ], + [ + "Ġconst", + "antly" + ], + [ + "Ġwall", + "s" + ], + [ + "Ġcont", + "rast" + ], + [ + "ĠY", + "OU" + ], + [ + "Ġneg", + "ot" + ], + [ + "or", + "ia" + ], + [ + "â", + "Ĥ¬" + ], + [ + "ĠH", + "en" + ], + [ + "ĠM", + "ur" + ], + [ + "a", + "wn" + ], + [ + "Ġg", + "rown" + ], + [ + "S", + "ince" + ], + [ + "C", + "D" + ], + [ + "ag", + "on" + ], + [ + "7", + "4" + ], + [ + "Ġro", + "w" + ], + [ + "7", + "2" + ], + [ + "ĠR", + "ight" + ], + [ + "Ġreli", + "able" + ], + [ + "ov", + "al" + ], + [ + "ord", + "ers" + ], + [ + "R", + "I" + ], + [ + "Ġparticip", + "ate" + ], + [ + "M", + "r" + ], + [ + "Ġhe", + "ll" + ], + [ + "Ġsubst", + "ant" + ], + [ + "Ġreg", + "ul" + ], + [ + "Ġdi", + "am" + ], + [ + "Ġp", + "apers" + ], + [ + "Ġper", + "man" + ], + [ + "r", + "um" + ], + [ + "app", + "ing" + ], + [ + "ĠM", + "A" + ], + [ + "ĠF", + "arm" + ], + [ + "Ġfore", + "st" + ], + [ + "ie", + "ce" + ], + [ + "ĠN", + "on" + ], + [ + "Ġassess", + "ment" + ], + [ + "Ġcomm", + "ission" + ], + [ + "Ġbrows", + "er" + ], + [ + "Ġhous", + "es" + ], + [ + "ple", + "te" + ], + [ + "ĠJ", + "on" + ], + [ + "ĠP", + "ot" + ], + [ + "Ġass", + "ets" + ], + [ + "Ġc", + "orn" + ], + [ + "ĠO", + "il" + ], + [ + "Ġsy", + "n" + ], + [ + "Ġser", + "iously" + ], + [ + "ens", + "ity" + ], + [ + "Ġdef", + "ined" + ], + [ + "Ġh", + "urt" + ], + [ + "Ġfrequ", + "ently" + ], + [ + "Ġill", + "ustr" + ], + [ + "al", + "ysis" + ], + [ + "Ġprotect", + "ed" + ], + [ + "Ġlic", + "ense" + ], + [ + "ĠRuss", + "ian" + ], + [ + "Ġle", + "ather" + ], + [ + "A", + "ut" + ], + [ + "ay", + "er" + ], + [ + "ĠS", + "n" + ], + [ + "ĠF", + "ederal" + ], + [ + "Ġregular", + "ly" + ], + [ + "ï¿", + "½" + ], + [ + "ĠH", + "or" + ], + [ + "Ġtyp", + "ical" + ], + [ + "Ġsuggest", + "ed" + ], + [ + "ĠC", + "ert" + ], + [ + "Ġpos", + "itions" + ], + [ + "Ġinvest", + "igation" + ], + [ + "6", + "3" + ], + [ + "ĠVirgin", + "ia" + ], + [ + "Ġcircumst", + "ances" + ], + [ + "Ġpro", + "ceed" + ], + [ + "f", + "a" + ], + [ + "ĠCan", + "adian" + ], + [ + "Ġvirt", + "ual" + ], + [ + "Ġwe", + "alth" + ], + [ + "ĠMex", + "ico" + ], + [ + "ĠCarol", + "ina" + ], + [ + "ic", + "it" + ], + [ + "Ġg", + "rab" + ], + [ + "W", + "here" + ], + [ + "p", + "ret" + ], + [ + "Ġl", + "oves" + ], + [ + "b", + "a" + ], + [ + "Ġrece", + "iving" + ], + [ + "er", + "ts" + ], + [ + "ĠF", + "estival" + ], + [ + "Ġiss", + "ued" + ], + [ + "ĠC", + "ook" + ], + [ + "ĠB", + "oston" + ], + [ + "ĠAs", + "ia" + ], + [ + "ĠP", + "ac" + ], + [ + "Ġsurpr", + "ised" + ], + [ + "Ġt", + "rib" + ], + [ + "ĠPar", + "is" + ], + [ + "Ġpattern", + "s" + ], + [ + "ĠTr", + "ust" + ], + [ + "ĠL", + "in" + ], + [ + "Ġsa", + "uce" + ], + [ + "Ġve", + "ter" + ], + [ + "'", + "'" + ], + [ + "ĠH", + "a" + ], + [ + "Ġcol", + "umn" + ], + [ + "ĠCh", + "air" + ], + [ + "Ġmedic", + "ine" + ], + [ + "ĠRuss", + "ia" + ], + [ + "ans", + "ion" + ], + [ + "Ġar", + "ms" + ], + [ + "Ġc", + "ir" + ], + [ + "ĠRich", + "ard" + ], + [ + "d", + "iv" + ], + [ + "ĠWilliam", + "s" + ], + [ + "Ġa", + "partment" + ], + [ + "ĠM", + "ill" + ], + [ + "Ġl", + "osing" + ], + [ + "Ġany", + "way" + ], + [ + "ĠS", + "P" + ], + [ + "Ġchar", + "ged" + ], + [ + "u", + "ine" + ], + [ + "Ġmanufact", + "uring" + ], + [ + "Ġy", + "ellow" + ], + [ + "id", + "ays" + ], + [ + "ĠC", + "B" + ], + [ + "le", + "te" + ], + [ + "Ġcre", + "w" + ], + [ + "on", + "na" + ], + [ + "Ġrecord", + "ed" + ], + [ + "ik", + "i" + ], + [ + "Ġeffic", + "iency" + ], + [ + "ur", + "a" + ], + [ + "Ġscient", + "ific" + ], + [ + "ans", + "as" + ], + [ + "n", + "el" + ], + [ + "ew", + "ork" + ], + [ + "n", + "ic" + ], + [ + "Ġag", + "encies" + ], + [ + "ĠRe", + "f" + ], + [ + "Ġsm", + "ile" + ], + [ + "J", + "ohn" + ], + [ + "Ġun", + "like" + ], + [ + "enc", + "ed" + ], + [ + "p", + "erson" + ], + [ + "ES", + "T" + ], + [ + "Ġ3", + "3" + ], + [ + "Ġauthor", + "ity" + ], + [ + "Ġv", + "ital" + ], + [ + "Ġk", + "m" + ], + [ + "ĠDe", + "f" + ], + [ + "Ġrest", + "rict" + ], + [ + "d", + "f" + ], + [ + "ĠA", + "C" + ], + [ + "Ġph", + "ase" + ], + [ + "Ġsl", + "ot" + ], + [ + "Ġemploy", + "ment" + ], + [ + "Ġadv", + "oc" + ], + [ + "ĠT", + "ri" + ], + [ + "ĠBe", + "fore" + ], + [ + "ar", + "ry" + ], + [ + "ĠAcadem", + "y" + ], + [ + "ear", + "ing" + ], + [ + "ĠE", + "ss" + ], + [ + "Ġs", + "orry" + ], + [ + "Ġinf", + "rastructure" + ], + [ + "ĠA", + "D" + ], + [ + "Ġmin", + "i" + ], + [ + "ĠD", + "C" + ], + [ + "Ġelect", + "ronic" + ], + [ + "Ġinvest", + "ors" + ], + [ + "Ġed", + "ition" + ], + [ + "ĠTra", + "vel" + ], + [ + "Ġcon", + "ver" + ], + [ + "Ġsur", + "f" + ], + [ + "r", + "as" + ], + [ + "Ġvac", + "c" + ], + [ + "Ġdel", + "ight" + ], + [ + "Ġf", + "ulf" + ], + [ + "Ġat", + "mosp" + ], + [ + "S", + "ub" + ], + [ + "t", + "es" + ], + [ + "ĠA", + "R" + ], + [ + "Ġt", + "ab" + ], + [ + "Ġident", + "ity" + ], + [ + "Ġstud", + "io" + ], + [ + "ut", + "ation" + ], + [ + "Ġ", + "~" + ], + [ + "ut", + "ch" + ], + [ + "cl", + "ing" + ], + [ + "Ġhistor", + "ical" + ], + [ + "Ġsymb", + "ol" + ], + [ + "w", + "ords" + ], + [ + "ĠC", + "ast" + ], + [ + "Ġargu", + "ment" + ], + [ + "Ġnear", + "by" + ], + [ + "ly", + "mp" + ], + [ + "Ġc", + "ock" + ], + [ + "Ġt", + "urning" + ], + [ + "ĠMc", + "C" + ], + [ + "Ġproced", + "ures" + ], + [ + "ĠA", + "T" + ], + [ + "Ġst", + "im" + ], + [ + "Ġ0", + "8" + ], + [ + "Ġv", + "it" + ], + [ + "ĠK", + "en" + ], + [ + "Ġ", + "upper" + ], + [ + "Ġorgan", + "ic" + ], + [ + "Ġtal", + "ent" + ], + [ + "Ġre", + "new" + ], + [ + "Ġcandid", + "ate" + ], + [ + "ĠM", + "att" + ], + [ + "Ġdiffe", + "rences" + ], + [ + "Ġwin", + "ner" + ], + [ + "ing", + "ly" + ], + [ + "Ġres", + "olution" + ], + [ + "Ġdom", + "estic" + ], + [ + "Ġbe", + "ar" + ], + [ + "O", + "f" + ], + [ + "7", + "1" + ], + [ + "Ġcamp", + "us" + ], + [ + "ĠInst", + "ead" + ], + [ + "Ġpain", + "ting" + ], + [ + "Ġen", + "em" + ], + [ + "S", + "im" + ], + [ + "Ġso", + "le" + ], + [ + "Ġrent", + "al" + ], + [ + "ĠD", + "om" + ], + [ + "Ġt", + "ur" + ], + [ + "G", + "u" + ], + [ + "Ġgu", + "ard" + ], + [ + "ĠEx", + "pl" + ], + [ + "Ġr", + "ating" + ], + [ + "ac", + "c" + ], + [ + "as", + "ters" + ], + [ + "ER", + "S" + ], + [ + "Ġmix", + "ed" + ], + [ + "Ġextend", + "ed" + ], + [ + "ĠSte", + "ve" + ], + [ + "Ġhold", + "s" + ], + [ + "r", + "ite" + ], + [ + "pp", + "ers" + ], + [ + "J", + "o" + ], + [ + "ĠIt", + "alian" + ], + [ + "ĠGe", + "org" + ], + [ + "Ã", + "¢" + ], + [ + "Ġad", + "m" + ], + [ + "Ġstand", + "s" + ], + [ + "Ġb", + "es" + ], + [ + "Ġinnov", + "ative" + ], + [ + "bl", + "og" + ], + [ + "ĠOr", + "der" + ], + [ + "ian", + "a" + ], + [ + "Ġcrim", + "inal" + ], + [ + "Ġb", + "ab" + ], + [ + "Ġreplace", + "ment" + ], + [ + "A", + "B" + ], + [ + "y", + "ard" + ], + [ + "Ġmeet", + "ings" + ], + [ + "L", + "ear" + ], + [ + "Ġaccur", + "ate" + ], + [ + "8", + "9" + ], + [ + "Ġex", + "ternal" + ], + [ + "ĠPh", + "ys" + ], + [ + "b", + "ar" + ], + [ + "ĠC", + "ond" + ], + [ + "Ġdeg", + "rees" + ], + [ + "Ġh", + "all" + ], + [ + "H", + "ave" + ], + [ + "ĠA", + "ri" + ], + [ + "ĠRe", + "qu" + ], + [ + "Ġtr", + "ig" + ], + [ + "Ġreason", + "able" + ], + [ + "Ġconduct", + "ed" + ], + [ + "Ġconc", + "rete" + ], + [ + "ĠJack", + "son" + ], + [ + "ĠT", + "ax" + ], + [ + "Ġup", + "coming" + ], + [ + "S", + "m" + ], + [ + "Ġrout", + "ine" + ], + [ + "Ġle", + "ague" + ], + [ + "le", + "ments" + ], + [ + "Ġoffic", + "ers" + ], + [ + "Ġsit", + "uations" + ], + [ + "ĠC", + "O" + ], + [ + "ly", + "n" + ], + [ + "Ġem", + "pt" + ], + [ + "re", + "ets" + ], + [ + "Ġprom", + "pt" + ], + [ + "Ġpay", + "ments" + ], + [ + "ĠS", + "ales" + ], + [ + "Ġcomm", + "ittee" + ], + [ + "Ġt", + "asks" + ], + [ + "ĠIs", + "l" + ], + [ + "w", + "as" + ], + [ + "cl", + "aim" + ], + [ + "M", + "any" + ], + [ + "ou", + "ch" + ], + [ + "Ġri", + "ver" + ], + [ + "n", + "am" + ], + [ + "Ġg", + "rew" + ], + [ + "ĠG", + "arden" + ], + [ + "u", + "zz" + ], + [ + "g", + "reg" + ], + [ + "ĠE", + "U" + ], + [ + "ĠTra", + "ining" + ], + [ + "Ġfair", + "ly" + ], + [ + "enn", + "is" + ], + [ + "Ġshe", + "et" + ], + [ + "ĠUs", + "ing" + ], + [ + "Ġreg", + "ional" + ], + [ + "Ġfell", + "ow" + ], + [ + "ĠP", + "A" + ], + [ + "Ġh", + "ang" + ], + [ + "Ġhop", + "ing" + ], + [ + "ic", + "ial" + ], + [ + "Ġst", + "orm" + ], + [ + "O", + "ct" + ], + [ + "Ġentertain", + "ment" + ], + [ + "ĠP", + "ract" + ], + [ + "Ġinst", + "itutions" + ], + [ + "Ġdep", + "th" + ], + [ + "Ġg", + "orgeous" + ], + [ + "Ġshoot", + "ing" + ], + [ + "ĠCon", + "f" + ], + [ + "et", + "her" + ], + [ + "at", + "i" + ], + [ + "6", + "2" + ], + [ + "The", + "n" + ], + [ + "Ġyoung", + "er" + ], + [ + "ĠB", + "ath" + ], + [ + "Ġcont", + "ro" + ], + [ + "T", + "ube" + ], + [ + "ĠWor", + "ks" + ], + [ + "Ġel", + "ig" + ], + [ + "Ġreturn", + "s" + ], + [ + "Ġpriv", + "acy" + ], + [ + "Ġregist", + "ration" + ], + [ + "B", + "ack" + ], + [ + "ĠD", + "an" + ], + [ + "Ġlay", + "er" + ], + [ + "Ġatt", + "rib" + ], + [ + "or", + "ters" + ], + [ + "H", + "S" + ], + [ + "Ġdist", + "inct" + ], + [ + "Ġd", + "ates" + ], + [ + "d", + "ated" + ], + [ + "ownt", + "own" + ], + [ + "201", + "3" + ], + [ + "ĠP", + "op" + ], + [ + "ĠSm", + "all" + ], + [ + "6", + "1" + ], + [ + "ĠR", + "om" + ], + [ + "Ġt", + "iss" + ], + [ + "Ġport", + "ion" + ], + [ + "ath", + "y" + ], + [ + "On", + "ce" + ], + [ + "Ġevery", + "day" + ], + [ + "Ġ7", + "5" + ], + [ + "c", + "m" + ], + [ + "8", + "5" + ], + [ + "Ġdom", + "ain" + ], + [ + "at", + "he" + ], + [ + "Ġcar", + "bon" + ], + [ + "ĠB", + "ob" + ], + [ + "iz", + "er" + ], + [ + "m", + "l" + ], + [ + "Ġdiscuss", + "ed" + ], + [ + "Ġbas", + "ically" + ], + [ + "Ġfac", + "ing" + ], + [ + "Ġvict", + "ory" + ], + [ + "Ġk", + "ne" + ], + [ + "Ġfight", + "ing" + ], + [ + "Ġa", + "cknow" + ], + [ + "amp", + "s" + ], + [ + "t", + "le" + ], + [ + "as", + "tern" + ], + [ + "ĠSt", + "ock" + ], + [ + "Ġs", + "essions" + ], + [ + "ay", + "lor" + ], + [ + "Ġtick", + "et" + ], + [ + "Ġbe", + "er" + ], + [ + "Ġreal", + "ized" + ], + [ + "al", + "og" + ], + [ + "Ġv", + "illage" + ], + [ + "in", + "em" + ], + [ + "Ġown", + "ed" + ], + [ + "Ġguarant", + "ee" + ], + [ + "b", + "les" + ], + [ + "Ġret", + "ire" + ], + [ + "ĠSystem", + "s" + ], + [ + "H", + "A" + ], + [ + "ĠI", + "de" + ], + [ + "F", + "C" + ], + [ + "ĠEn", + "vironment" + ], + [ + "cl", + "ass" + ], + [ + "Ġa", + "st" + ], + [ + "Ġfeature", + "d" + ], + [ + "Ġpro", + "of" + ], + [ + "Ġdel", + "ay" + ], + [ + "ĠCh", + "ampions" + ], + [ + "Ar", + "t" + ], + [ + "Ġfor", + "um" + ], + [ + "Ġsub", + "mit" + ], + [ + "Ġt", + "iny" + ], + [ + "ik", + "es" + ], + [ + "ĠEx", + "ecutive" + ], + [ + "Ġperson", + "ally" + ], + [ + "Ġtra", + "il" + ], + [ + "Ġbow", + "l" + ], + [ + "U", + "M" + ], + [ + "Ġfavour", + "ite" + ], + [ + "ĠPro", + "per" + ], + [ + "L", + "Y" + ], + [ + "====", + "====" + ], + [ + "ĠB", + "ell" + ], + [ + "Ġimpress", + "ive" + ], + [ + "ĠRes", + "p" + ], + [ + "anc", + "he" + ], + [ + "Ġsurround", + "ing" + ], + [ + "Ġworld", + "wide" + ], + [ + "se", + "ll" + ], + [ + "ĠE", + "s" + ], + [ + "Ġg", + "ay" + ], + [ + "ter", + "ior" + ], + [ + "Ġw", + "et" + ], + [ + "Ġaware", + "ness" + ], + [ + "li", + "ance" + ], + [ + "S", + "pec" + ], + [ + "r", + "an" + ], + [ + "Ġsupport", + "s" + ], + [ + "Ġincre", + "ases" + ], + [ + "ĠS", + "on" + ], + [ + "Ġsm", + "ell" + ], + [ + "P", + "art" + ], + [ + "atur", + "ally" + ], + [ + "ĠArt", + "icle" + ], + [ + "Ġconf", + "irmed" + ], + [ + "ĠD", + "aily" + ], + [ + "Ġobv", + "iously" + ], + [ + "Ġ", + "ille" + ], + [ + "Ġimp", + "ossible" + ], + [ + "Ġpub", + "lish" + ], + [ + "is", + "a" + ], + [ + "Ġcont", + "emporary" + ], + [ + "Ġaut", + "hors" + ], + [ + "d", + "es" + ], + [ + "Ġdeb", + "ate" + ], + [ + "ĠB", + "all" + ], + [ + "az", + "e" + ], + [ + "Ġs", + "izes" + ], + [ + "Ġp", + "hen" + ], + [ + "Ġreport", + "ing" + ], + [ + "Ġwalk", + "ed" + ], + [ + "Ġpre", + "par" + ], + [ + "Ġconven", + "ient" + ], + [ + "ack", + "ed" + ], + [ + "Ġinsp", + "iration" + ], + [ + "ĠInst", + "agram" + ], + [ + "olly", + "wood" + ], + [ + "Ġsol", + "ar" + ], + [ + "ĠR", + "ose" + ], + [ + "Ġsk", + "ill" + ], + [ + "In", + "st" + ], + [ + "201", + "4" + ], + [ + "Ġde", + "ck" + ], + [ + "Ġposs", + "ibility" + ], + [ + "Ġinv", + "ent" + ], + [ + "ĠI", + "re" + ], + [ + "Ġvac", + "ation" + ], + [ + "ĠD", + "id" + ], + [ + "ĠFin", + "ancial" + ], + [ + "Ġjust", + "ice" + ], + [ + "T", + "op" + ], + [ + "Ġchalleng", + "ing" + ], + [ + "Ġb", + "anks" + ], + [ + "Ġcap", + "able" + ], + [ + "ĠC", + "OVID" + ], + [ + "Ġbott", + "le" + ], + [ + "um", + "es" + ], + [ + "Ġpar", + "am" + ], + [ + "re", + "qu" + ], + [ + "Ġath", + "let" + ], + [ + "ĠF", + "act" + ], + [ + "Ġpro", + "ve" + ], + [ + "Ġlist", + "ening" + ], + [ + "Ġfor", + "th" + ], + [ + "Ġhard", + "ware" + ], + [ + "Ġre", + "ward" + ], + [ + "p", + "age" + ], + [ + "ĠN", + "ote" + ], + [ + "Ġqu", + "ote" + ], + [ + "Ġind", + "ex" + ], + [ + "ĠA", + "rab" + ], + [ + "ra", + "q" + ], + [ + "Ġ", + "00" + ], + [ + "Ġcont", + "est" + ], + [ + "ĠR", + "oyal" + ], + [ + "Ġnorm", + "ally" + ], + [ + "ã", + "ĥ" + ], + [ + "ill", + "iant" + ], + [ + "Ġtax", + "es" + ], + [ + "ĠD", + "og" + ], + [ + "r", + "ition" + ], + [ + "gr", + "ad" + ], + [ + "Ġeng", + "age" + ], + [ + "ĠComm", + "unic" + ], + [ + "ĠB", + "ible" + ], + [ + "Ġaff", + "ili" + ], + [ + "ĠEngine", + "ering" + ], + [ + "ĠIns", + "urance" + ], + [ + "Ġliqu", + "id" + ], + [ + "ul", + "s" + ], + [ + "Ġconsist", + "ent" + ], + [ + "ĠF", + "ac" + ], + [ + "rodu", + "ction" + ], + [ + "ĠM", + "obile" + ], + [ + "as", + "ant" + ], + [ + "ixt", + "ure" + ], + [ + "ĠHe", + "art" + ], + [ + "Ġp", + "il" + ], + [ + "ing", + "u" + ], + [ + "ur", + "rent" + ], + [ + "Ġcare", + "fully" + ], + [ + "ĠOh", + "io" + ], + [ + "ĠU", + "t" + ], + [ + "co", + "in" + ], + [ + "ĠCo", + "ast" + ], + [ + "Ġt", + "all" + ], + [ + "ĠD", + "ie" + ], + [ + "Ġent", + "ered" + ], + [ + "bu", + "ild" + ], + [ + "Ġfig", + "ures" + ], + [ + "ĠSp", + "anish" + ], + [ + "Ġsupp", + "lies" + ], + [ + "Ġh", + "ire" + ], + [ + "Ġs", + "in" + ], + [ + "ur", + "se" + ], + [ + "c", + "ase" + ], + [ + "Ġsomew", + "here" + ], + [ + "Ġcomp", + "ens" + ], + [ + "Ġt", + "err" + ], + [ + "z", + "er" + ], + [ + "Ġdest", + "roy" + ], + [ + "ĠWhe", + "ther" + ], + [ + "ourn", + "ament" + ], + [ + "ĠThere", + "fore" + ], + [ + "i", + "h" + ], + [ + "al", + "le" + ], + [ + "3", + "00" + ], + [ + "F", + "ind" + ], + [ + "Ġsched", + "uled" + ], + [ + "ĠDri", + "ve" + ], + [ + "ĠSc", + "ot" + ], + [ + "Ġf", + "o" + ], + [ + "Ġtechn", + "ique" + ], + [ + "ĠCol", + "umb" + ], + [ + "Ġm", + "g" + ], + [ + "ĠB", + "on" + ], + [ + "Ġw", + "arrant" + ], + [ + "Ġsuccess", + "fully" + ], + [ + "ent", + "le" + ], + [ + "Ġte", + "eth" + ], + [ + "ĠAs", + "h" + ], + [ + "Ġattack", + "s" + ], + [ + "Ġe", + "lev" + ], + [ + "ĠPr", + "int" + ], + [ + "Ġ3", + "4" + ], + [ + "Ġp", + "ink" + ], + [ + "Ġcou", + "p" + ], + [ + "Re", + "view" + ], + [ + "Ġsp", + "aces" + ], + [ + "Ġmain", + "ly" + ], + [ + "st", + "ers" + ], + [ + "Ġpolit", + "ics" + ], + [ + "Ġhealth", + "care" + ], + [ + "Ġ", + "icon" + ], + [ + "Ġs", + "ight" + ], + [ + "ĠE", + "nt" + ], + [ + "Ġra", + "il" + ], + [ + "ĠLear", + "n" + ], + [ + "Ġag", + "es" + ], + [ + "ã", + "Ģ" + ], + [ + "Ġch", + "apter" + ], + [ + "Ġi", + "P" + ], + [ + "Ġsearch", + "ing" + ], + [ + "Ġexpect", + "ations" + ], + [ + "Ġun", + "able" + ], + [ + "Ġobtain", + "ed" + ], + [ + "ĠPer", + "form" + ], + [ + "%", + "." + ], + [ + "Wh", + "o" + ], + [ + "z", + "il" + ], + [ + "Ġtest", + "ed" + ], + [ + "ograph", + "ic" + ], + [ + "Ġsign", + "al" + ], + [ + "Ġslow", + "ly" + ], + [ + "ĠTh", + "rough" + ], + [ + "ian", + "o" + ], + [ + "Ġn", + "ative" + ], + [ + "m", + "ade" + ], + [ + "c", + "ons" + ], + [ + "b", + "el" + ], + [ + "Ġw", + "est" + ], + [ + "iz", + "z" + ], + [ + "Ġleg", + "s" + ], + [ + "Ġsp", + "in" + ], + [ + "le", + "ep" + ], + [ + "st", + "ream" + ], + [ + "Ġsk", + "y" + ], + [ + "l", + "aw" + ], + [ + "<", + "<" + ], + [ + "Ġg", + "ifts" + ], + [ + "ĠH", + "on" + ], + [ + "Ġton", + "ight" + ], + [ + "\"", + ">" + ], + [ + "Ġinst", + "itution" + ], + [ + "en", + "ger" + ], + [ + "Ġmag", + "azine" + ], + [ + "et", + "ry" + ], + [ + "Ġb", + "order" + ], + [ + "ĠCl", + "in" + ], + [ + "j", + "a" + ], + [ + "Ġt", + "ack" + ], + [ + "ĠV", + "ery" + ], + [ + "Ġweek", + "ly" + ], + [ + "f", + "ront" + ], + [ + "Ġrecogn", + "ized" + ], + [ + "Ġluck", + "y" + ], + [ + "Ġb", + "at" + ], + [ + "8", + "6" + ], + [ + "ĠIr", + "an" + ], + [ + "ĠBe", + "aut" + ], + [ + "Ġg", + "olf" + ], + [ + "ĠAnd", + "rew" + ], + [ + "Ġre", + "form" + ], + [ + "Ġpull", + "ed" + ], + [ + "Ġstret", + "ch" + ], + [ + "Ġrel", + "ief" + ], + [ + "Ġpow", + "der" + ], + [ + "os", + "c" + ], + [ + "ĠMich", + "igan" + ], + [ + "ĠE", + "ll" + ], + [ + "ld", + "er" + ], + [ + "un", + "a" + ], + [ + "Ġdeal", + "ing" + ], + [ + "Ġf", + "asc" + ], + [ + "ific", + "ate" + ], + [ + "ĠS", + "C" + ], + [ + "w", + "orth" + ], + [ + "E", + "A" + ], + [ + "force", + "ment" + ], + [ + "Ġlux", + "ury" + ], + [ + "Ġfeel", + "ings" + ], + [ + "Ġp", + "od" + ], + [ + "Ġhost", + "ing" + ], + [ + "Ġth", + "in" + ], + [ + "Rel", + "ated" + ], + [ + "Ġcoun", + "sel" + ], + [ + "Ġdefin", + "ition" + ], + [ + "ole", + "c" + ], + [ + "Ġmin", + "ing" + ], + [ + "A", + "ug" + ], + [ + "Ġb", + "are" + ], + [ + "ĠF", + "our" + ], + [ + "ĠK", + "im" + ], + [ + "ĠAg", + "ain" + ], + [ + "Ġh", + "ur" + ], + [ + "ool", + "s" + ], + [ + "L", + "S" + ], + [ + "Ġdro", + "pped" + ], + [ + "Ġfe", + "aturing" + ], + [ + "9", + "6" + ], + [ + "Ġsp", + "oke" + ], + [ + "Ġrecogn", + "ize" + ], + [ + "T", + "oday" + ], + [ + "Ġadv", + "is" + ], + [ + "Ġtrans", + "ition" + ], + [ + "ain", + "e" + ], + [ + "ain", + "ts" + ], + [ + "ĠA", + "S" + ], + [ + "ĠO", + "lymp" + ], + [ + "ĠS", + "her" + ], + [ + "Ġh", + "at" + ], + [ + "ain", + "less" + ], + [ + "Ġv", + "ul" + ], + [ + "Â", + "£" + ], + [ + "Ġmus", + "cle" + ], + [ + "B", + "I" + ], + [ + "G", + "oogle" + ], + [ + "ĠFranc", + "isco" + ], + [ + "C", + "omm" + ], + [ + "ĠP", + "DF" + ], + [ + "ĠM", + "D" + ], + [ + "ĠTh", + "ree" + ], + [ + "qu", + "ir" + ], + [ + "is", + "ms" + ], + [ + "l", + "ong" + ], + [ + "Ġad", + "s" + ], + [ + "Ġc", + "ooper" + ], + [ + "Ġbelie", + "ved" + ], + [ + "b", + "orn" + ], + [ + "Ġfound", + "ation" + ], + [ + "Ġt", + "ub" + ], + [ + "l", + "ive" + ], + [ + "P", + "ress" + ], + [ + "v", + "i" + ], + [ + "uck", + "y" + ], + [ + "Ġadd", + "s" + ], + [ + "Ġon", + "going" + ], + [ + "Ġtr", + "ick" + ], + [ + "ra", + "id" + ], + [ + "b", + "ing" + ], + [ + "ĠSoft", + "ware" + ], + [ + "ad", + "ow" + ], + [ + "Ġro", + "se" + ], + [ + "st", + "ar" + ], + [ + "G", + "o" + ], + [ + "Ġent", + "r" + ], + [ + "Ġearn", + "ed" + ], + [ + "ĠSt", + "ore" + ], + [ + "Ġatt", + "orney" + ], + [ + "ond", + "er" + ], + [ + "b", + "ury" + ], + [ + "ĠV", + "i" + ], + [ + "Ġdescrib", + "e" + ], + [ + "act", + "er" + ], + [ + "Ġris", + "ks" + ], + [ + "Ġwrit", + "ers" + ], + [ + "it", + "age" + ], + [ + "ag", + "ues" + ], + [ + "Ġorig", + "inally" + ], + [ + ",", + "." + ], + [ + "c", + "ue" + ], + [ + "Ġlet", + "ters" + ], + [ + "O", + "RE" + ], + [ + "C", + "o" + ], + [ + "Ġappoint", + "ment" + ], + [ + "Ġcook", + "ies" + ], + [ + "ĠH", + "un" + ], + [ + "Ġent", + "hus" + ], + [ + "Ġb", + "ond" + ], + [ + "ĠP", + "rom" + ], + [ + "Ġp", + "leased" + ], + [ + "n", + "s" + ], + [ + "ĠF", + "urther" + ], + [ + "Ġmill", + "ions" + ], + [ + "ĠC", + "ab" + ], + [ + "Ġex", + "clusive" + ], + [ + "Ġnet", + "works" + ], + [ + "Ġord", + "ered" + ], + [ + "ĠWh", + "ich" + ], + [ + "Ġcompar", + "ison" + ], + [ + "R", + "S" + ], + [ + "Ġk", + "it" + ], + [ + "h", + "ire" + ], + [ + "Ġgar", + "age" + ], + [ + "Ġre", + "ar" + ], + [ + "ra", + "ction" + ], + [ + "fol", + "io" + ], + [ + "ens", + "ed" + ], + [ + "ĠMr", + "s" + ], + [ + "Ġag", + "ents" + ], + [ + "Ġinc", + "ident" + ], + [ + "Ġm", + "ac" + ], + [ + "Ġ1", + "50" + ], + [ + "E", + "ven" + ], + [ + "Ġmus", + "ical" + ], + [ + "ĠCont", + "in" + ], + [ + "ĠF", + "oot" + ], + [ + "ĠChar", + "les" + ], + [ + "ĠIt", + "aly" + ], + [ + "int", + "on" + ], + [ + "G", + "l" + ], + [ + "Ġmanufacture", + "r" + ], + [ + "Ġconv", + "ention" + ], + [ + "ĠI", + "raq" + ], + [ + "ann", + "y" + ], + [ + "ĠF", + "ar" + ], + [ + "Ġb", + "ench" + ], + [ + "ĠP", + "o" + ], + [ + "ĠBuild", + "ing" + ], + [ + "Ġsu", + "c" + ], + [ + "ĠC", + "ase" + ], + [ + "Ġre", + "action" + ], + [ + "Ġcl", + "ar" + ], + [ + ":", + "." + ], + [ + "ĠS", + "ep" + ], + [ + "Ġreg", + "ulations" + ], + [ + "Ġoper", + "ate" + ], + [ + "Ġsu", + "fficient" + ], + [ + "ĠPhot", + "o" + ], + [ + "201", + "2" + ], + [ + "Ġpass", + "ing" + ], + [ + "Ġar", + "ts" + ], + [ + "Ġhas", + "n" + ], + [ + "Ġth", + "orough" + ], + [ + "iver", + "se" + ], + [ + "ĠSil", + "ver" + ], + [ + "r", + "ich" + ], + [ + "Ġext", + "ract" + ], + [ + "Ġimplement", + "ation" + ], + [ + "Ġy", + "ards" + ], + [ + "ĠE", + "st" + ], + [ + "Ġform", + "ed" + ], + [ + "on", + "to" + ], + [ + "ĠS", + "us" + ], + [ + "]", + "," + ], + [ + "Ġtem", + "plate" + ], + [ + "Ġ0", + "9" + ], + [ + "Ġplan", + "et" + ], + [ + "ĠL", + "ocal" + ], + [ + "Ġsh", + "ift" + ], + [ + "ĠR", + "oll" + ], + [ + "Ġc", + "able" + ], + [ + "ĠR", + "am" + ], + [ + "Ġg", + "od" + ], + [ + "Ġb", + "odies" + ], + [ + "ust", + "er" + ], + [ + "Ġexp", + "osure" + ], + [ + "Ġte", + "ch" + ], + [ + "Ġre", + "in" + ], + [ + "Ġconf", + "ident" + ], + [ + "Ġobject", + "s" + ], + [ + "Ġp", + "ic" + ], + [ + "ĠSh", + "ould" + ], + [ + "Ġobs", + "erved" + ], + [ + "ul", + "ing" + ], + [ + "ĠProduct", + "s" + ], + [ + "ĠMedic", + "ine" + ], + [ + "Ġread", + "er" + ], + [ + "ink", + "ing" + ], + [ + "ast", + "s" + ], + [ + "d", + "en" + ], + [ + "s", + "is" + ], + [ + "ow", + "ers" + ], + [ + "Ġsch", + "olars" + ], + [ + "ĠS", + "anta" + ], + [ + "u", + "an" + ], + [ + "Ġtalk", + "ed" + ], + [ + "Ġcor", + "respond" + ], + [ + "Ġ4", + "00" + ], + [ + "Ġguid", + "ance" + ], + [ + "Ġlif", + "estyle" + ], + [ + "Ġhon", + "or" + ], + [ + "Ġconst", + "ant" + ], + [ + "od", + "el" + ], + [ + "Ġl", + "in" + ], + [ + "Ġm", + "and" + ], + [ + "Ġt", + "ank" + ], + [ + "y", + "ers" + ], + [ + "ĠSum", + "mer" + ], + [ + "il", + "st" + ], + [ + "Ġv", + "ast" + ], + [ + "T", + "V" + ], + [ + "S", + "ource" + ], + [ + "Ġgu", + "itar" + ], + [ + "li", + "ers" + ], + [ + "Ġcru", + "cial" + ], + [ + "Ġsty", + "les" + ], + [ + "ig", + "er" + ], + [ + "Ġmount", + "ain" + ], + [ + "et", + "ime" + ], + [ + "Ġdepos", + "it" + ], + [ + "Ġex", + "ec" + ], + [ + "ĠL", + "uc" + ], + [ + "Ġlink", + "ed" + ], + [ + "Ġcelebr", + "ate" + ], + [ + "Ġple", + "asure" + ], + [ + "Ġany", + "more" + ], + [ + "Ġout", + "standing" + ], + [ + "Ġair", + "port" + ], + [ + "Ġin", + "ch" + ], + [ + "Ġe", + "ase" + ], + [ + "F", + "i" + ], + [ + "ĠMod", + "el" + ], + [ + "Ġless", + "ons" + ], + [ + "b", + "ell" + ], + [ + "le", + "vel" + ], + [ + "D", + "ownload" + ], + [ + "a", + "a" + ], + [ + "pe", + "l" + ], + [ + "ĠP", + "en" + ], + [ + "abet", + "es" + ], + [ + "Ġsomew", + "hat" + ], + [ + "Ġmonitor", + "ing" + ], + [ + "ĠLe", + "g" + ], + [ + "Ġresist", + "ance" + ], + [ + "Ġserv", + "es" + ], + [ + "Ġsa", + "ved" + ], + [ + "ĠStud", + "ents" + ], + [ + "Ġ", + "err" + ], + [ + "Ġtal", + "ks" + ], + [ + "Pro", + "duct" + ], + [ + "Ġc", + "oc" + ], + [ + "ĠO", + "S" + ], + [ + "ĠNe", + "ed" + ], + [ + "Ġsc", + "ored" + ], + [ + "S", + "ec" + ], + [ + "Ġrec", + "ipes" + ], + [ + "Ġclot", + "hing" + ], + [ + "Ġguid", + "elines" + ], + [ + "Ġsuggest", + "s" + ], + [ + "Ġst", + "unning" + ], + [ + "Ġm", + "m" + ], + [ + "Ġfore", + "ver" + ], + [ + "Ġt", + "ip" + ], + [ + "Ġpartners", + "hip" + ], + [ + "ĠCount", + "ry" + ], + [ + "Ġch", + "ose" + ], + [ + "ce", + "ler" + ], + [ + "Ġauthor", + "ities" + ], + [ + "Ġis", + "ol" + ], + [ + "Ste", + "p" + ], + [ + "ĠS", + "ite" + ], + [ + "Ġwas", + "h" + ], + [ + "201", + "7" + ], + [ + "un", + "es" + ], + [ + "Ġsh", + "ots" + ], + [ + "Ġse", + "vere" + ], + [ + "Ġgen", + "uine" + ], + [ + "Ġb", + "ags" + ], + [ + "Ġdesign", + "er" + ], + [ + "st", + "al" + ], + [ + "ĠS", + "ky" + ], + [ + "Ġredu", + "ction" + ], + [ + "Ġclose", + "ly" + ], + [ + "ul", + "ating" + ], + [ + "ĠS", + "outhern" + ], + [ + "Ġinj", + "uries" + ], + [ + "ĠA", + "venue" + ], + [ + "Ġadv", + "enture" + ], + [ + "ĠM", + "ess" + ], + [ + "Ġshould", + "n" + ], + [ + "Ġinter", + "face" + ], + [ + "Ġdi", + "verse" + ], + [ + "ĠDiv", + "ision" + ], + [ + "Ġaut", + "hentic" + ], + [ + "Ġinform", + "ed" + ], + [ + "Ġprec", + "ise" + ], + [ + "Ġinst", + "ruct" + ], + [ + "Ġhot", + "els" + ], + [ + "ĠF", + "ord" + ], + [ + "Ġant", + "icip" + ], + [ + "app", + "ed" + ], + [ + "Ġsus", + "pect" + ], + [ + "Ġaccess", + "ible" + ], + [ + "Ġvis", + "ited" + ], + [ + "ĠSen", + "ate" + ], + [ + "il", + "a" + ], + [ + "A", + "Y" + ], + [ + "Ġh", + "its" + ], + [ + "od", + "ge" + ], + [ + "Ġl", + "ie" + ], + [ + "ĠSp", + "irit" + ], + [ + "Ġo", + "ven" + ], + [ + "Ġgrad", + "uate" + ], + [ + "âĢĻ", + "," + ], + [ + "Ġex", + "ecut" + ], + [ + "ĠN", + "ever" + ], + [ + "ĠIre", + "land" + ], + [ + "Ġtre", + "nds" + ], + [ + "ĠYou", + "Tube" + ], + [ + "ĠR", + "ay" + ], + [ + "Ġ3", + "9" + ], + [ + "Ġ3", + "7" + ], + [ + "Ġresearc", + "hers" + ], + [ + "Al", + "though" + ], + [ + "Com", + "p" + ], + [ + "Ġgener", + "ate" + ], + [ + "m", + "al" + ], + [ + "Ġphot", + "ograp" + ], + [ + "ĠCr", + "us" + ], + [ + "Ġfl", + "ood" + ], + [ + "ĠM", + "ir" + ], + [ + "le", + "e" + ], + [ + "b", + "oy" + ], + [ + "M", + "P" + ], + [ + "Ġn", + "ob" + ], + [ + "Ġsub", + "sequ" + ], + [ + "Ġwat", + "ched" + ], + [ + "ath", + "an" + ], + [ + "Ġp", + "orn" + ], + [ + "Ġp", + "ipe" + ], + [ + "t", + "hen" + ], + [ + "Ġbe", + "ll" + ], + [ + "ĠSte", + "el" + ], + [ + "Ġcomp", + "are" + ], + [ + "Ġele", + "g" + ], + [ + "Ġ19", + "99" + ], + [ + "Ġprogram", + "me" + ], + [ + "ing", + "ers" + ], + [ + "Ġas", + "ide" + ], + [ + "ĠCon", + "nect" + ], + [ + "E", + "P" + ], + [ + "Fe", + "b" + ], + [ + "ar", + "on" + ], + [ + "ro", + "g" + ], + [ + "ĠF", + "ed" + ], + [ + "Ġal", + "t" + ], + [ + "ĠPro", + "cess" + ], + [ + "Ġro", + "ot" + ], + [ + "ra", + "ge" + ], + [ + "Ġd", + "uty" + ], + [ + "ĠR", + "un" + ], + [ + "Ġatt", + "ached" + ], + [ + "ĠC", + "redit" + ], + [ + "Ġmov", + "es" + ], + [ + "Ġmem", + "ories" + ], + [ + "amb", + "ling" + ], + [ + "Ġfl", + "our" + ], + [ + "Ġfac", + "ilit" + ], + [ + "Ġcoun", + "cil" + ], + [ + "Ġz", + "one" + ], + [ + "Ġrem", + "ark" + ], + [ + "Ġd", + "ad" + ], + [ + "u", + "ction" + ], + [ + "Ġt", + "um" + ], + [ + "Ġhead", + "s" + ], + [ + "Ġgr", + "ass" + ], + [ + "nd", + "a" + ], + [ + "Ġatmosp", + "here" + ], + [ + "Ġf", + "alse" + ], + [ + "Ġsup", + "erv" + ], + [ + "Ġcontrib", + "ute" + ], + [ + "Ġwith", + "d" + ], + [ + "br", + "idge" + ], + [ + "ĠF", + "ield" + ], + [ + "Ġspirit", + "ual" + ], + [ + "F", + "l" + ], + [ + "E", + "G" + ], + [ + "Ġill", + "ness" + ], + [ + "R", + "L" + ], + [ + "Ġ", + "urban" + ], + [ + "V", + "ER" + ], + [ + "enn", + "y" + ], + [ + "8", + "00" + ], + [ + "Ġexper", + "iment" + ], + [ + "ĠK", + "ar" + ], + [ + "Ġn", + "ic" + ], + [ + "ap", + "ing" + ], + [ + "Ġdem", + "ocr" + ], + [ + "Ġdec", + "ade" + ], + [ + "ĠS", + "ometimes" + ], + [ + "ĠF", + "L" + ], + [ + "Ġinnov", + "ation" + ], + [ + "b", + "ro" + ], + [ + "Ġdef", + "ault" + ], + [ + "onym", + "ous" + ], + [ + "ĠD", + "ub" + ], + [ + "ĠR", + "o" + ], + [ + "+", + "+" + ], + [ + "ĠSh", + "op" + ], + [ + "Ġg", + "ear" + ], + [ + "ĠMem", + "bers" + ], + [ + "Ġph", + "r" + ], + [ + "res", + "ents" + ], + [ + "Ġpros", + "pect" + ], + [ + "ĠT", + "urn" + ], + [ + "Ġla", + "pt" + ], + [ + "b", + "re" + ], + [ + "Ġ", + ".." + ], + [ + "r", + "at" + ], + [ + "Ġempt", + "y" + ], + [ + "es", + "h" + ], + [ + "ann", + "els" + ], + [ + "Ġtra", + "ined" + ], + [ + "Ġâ", + "Ĩ" + ], + [ + "w", + "hel" + ], + [ + "y", + "stem" + ], + [ + "ateg", + "ory" + ], + [ + "Ġmanufacture", + "rs" + ], + [ + "Ġst", + "uck" + ], + [ + "Ġj", + "un" + ], + [ + "Ġso", + "il" + ], + [ + "Ġd", + "ur" + ], + [ + "Ġstrugg", + "le" + ], + [ + "ir", + "ts" + ], + [ + "Ġcompon", + "ent" + ], + [ + "ĠOr", + "ig" + ], + [ + "ĠJer", + "sey" + ], + [ + "Ġ", + "uk" + ], + [ + "Ġfil", + "ed" + ], + [ + "Ġdrink", + "ing" + ], + [ + "Ġc", + "os" + ], + [ + "Ġcomp", + "r" + ], + [ + "Ġw", + "arn" + ], + [ + "ro", + "ph" + ], + [ + "ĠProf", + "essor" + ], + [ + "hold", + "ers" + ], + [ + "Ġhum", + "ans" + ], + [ + "d", + "a" + ], + [ + "m", + "g" + ], + [ + "Ġimmed", + "iate" + ], + [ + "ah", + "a" + ], + [ + "ell", + "o" + ], + [ + "Ġco", + "al" + ], + [ + "ĠAs", + "ian" + ], + [ + "Ġult", + "imately" + ], + [ + "ĠJ", + "ac" + ], + [ + "ĠSt", + "ory" + ], + [ + "ĠP", + "ak" + ], + [ + "ol", + "it" + ], + [ + "Ġprom", + "ise" + ], + [ + "Ġpost", + "ing" + ], + [ + "iz", + "za" + ], + [ + "z", + "ing" + ], + [ + "Ġpl", + "ot" + ], + [ + "Ġmort", + "gage" + ], + [ + "ĠM", + "ov" + ], + [ + "Ġlandsc", + "ape" + ], + [ + "Ġcollect", + "ed" + ], + [ + "up", + "id" + ], + [ + "ĠMus", + "lim" + ], + [ + "if", + "ies" + ], + [ + "ĠStud", + "ies" + ], + [ + "ivers", + "ary" + ], + [ + "ĠB", + "ush" + ], + [ + "Ġorgan", + "ized" + ], + [ + "ĠL", + "iving" + ], + [ + "Ġintegr", + "ated" + ], + [ + "Ġestim", + "ated" + ], + [ + "l", + "isher" + ], + [ + "Ġforg", + "ot" + ], + [ + "Ġcateg", + "ories" + ], + [ + "201", + "6" + ], + [ + "Ġp", + "in" + ], + [ + "Ġm", + "useum" + ], + [ + "Ġcreat", + "es" + ], + [ + "Ġimpro", + "ving" + ], + [ + "ĠJ", + "ava" + ], + [ + "ers", + "hip" + ], + [ + "M", + "C" + ], + [ + "ĠD", + "aniel" + ], + [ + "Ġaf", + "raid" + ], + [ + "Ġsus", + "p" + ], + [ + "Ġch", + "oosing" + ], + [ + "ĠSaf", + "ety" + ], + [ + "st", + "ood" + ], + [ + "v", + "as" + ], + [ + "ĠWe", + "bsite" + ], + [ + "Ġ0", + "7" + ], + [ + "Ġ5", + "5" + ], + [ + "Ġmo", + "ist" + ], + [ + "Ġfit", + "ness" + ], + [ + "ĠJust", + "ice" + ], + [ + "Ġvers", + "ions" + ], + [ + "Ġexp", + "ressed" + ], + [ + "ĠLe", + "vel" + ], + [ + "W", + "ill" + ], + [ + "Ġmag", + "ic" + ], + [ + "ĠT", + "ry" + ], + [ + "ou", + "ston" + ], + [ + "Ġl", + "ady" + ], + [ + "Ġin", + "e" + ], + [ + "ĠPro", + "du" + ], + [ + "ĠD", + "ar" + ], + [ + "am", + "ber" + ], + [ + "Ġmanag", + "ing" + ], + [ + "Ġv", + "ent" + ], + [ + "Ġpercent", + "age" + ], + [ + "Ð", + "¸" + ], + [ + "C", + "ons" + ], + [ + "Ġve", + "nd" + ], + [ + "as", + "hed" + ], + [ + "Ġconflic", + "t" + ], + [ + "Ġno", + "ise" + ], + [ + "Ġegg", + "s" + ], + [ + "Ġn", + "arr" + ], + [ + "Ġb", + "unch" + ], + [ + "ĠA", + "p" + ], + [ + "Ġsav", + "ings" + ], + [ + "Ġpo", + "ker" + ], + [ + "ĠAr", + "my" + ], + [ + "ial", + "s" + ], + [ + "ĠS", + "at" + ], + [ + "Ġsuff", + "ering" + ], + [ + "Ġh", + "idden" + ], + [ + "end", + "ed" + ], + [ + "Ġp", + "ra" + ], + [ + "ig", + "s" + ], + [ + "Ġsche", + "me" + ], + [ + "Ġpres", + "ents" + ], + [ + "Ġpers", + "ons" + ], + [ + "ĠP", + "sych" + ], + [ + "R", + "C" + ], + [ + "Ġst", + "reets" + ], + [ + "Ġn", + "arrow" + ], + [ + "oun", + "ce" + ], + [ + "Ġrecommend", + "ations" + ], + [ + "ab", + "eth" + ], + [ + "ĠT", + "reat" + ], + [ + "Ġt", + "or" + ], + [ + "ĠH", + "arr" + ], + [ + "ou", + "red" + ], + [ + "iam", + "i" + ], + [ + "Ġre", + "le" + ], + [ + "ĠColor", + "ado" + ], + [ + "ĠF", + "all" + ], + [ + "ste", + "in" + ], + [ + "Ġfl", + "ash" + ], + [ + "Ġent", + "reprene" + ], + [ + "Ġabs", + "or" + ], + [ + "ĠCath", + "olic" + ], + [ + "k", + "m" + ], + [ + "Ã", + "¼" + ], + [ + ".", + "'" + ], + [ + "ĠW", + "i" + ], + [ + "Ġme", + "als" + ], + [ + "Ġmembers", + "hip" + ], + [ + "r", + "us" + ], + [ + "Cont", + "act" + ], + [ + "ĠTh", + "us" + ], + [ + "ĠK", + "itchen" + ], + [ + "x", + "ic" + ], + [ + "te", + "en" + ], + [ + "Ġrefer", + "red" + ], + [ + "Ġsubs", + "crib" + ], + [ + "ĠTh", + "ough" + ], + [ + "Ġstr", + "ange" + ], + [ + "ap", + "ore" + ], + [ + "ĠGeorg", + "ia" + ], + [ + "Ġp", + "ounds" + ], + [ + "Ġsam", + "ples" + ], + [ + "F", + "A" + ], + [ + "Ġf", + "ishing" + ], + [ + "Ġl", + "oving" + ], + [ + "Ġdepend", + "s" + ], + [ + "ir", + "al" + ], + [ + "ĠL", + "ine" + ], + [ + "Ġnecess", + "arily" + ], + [ + "ĠSe", + "x" + ], + [ + "row", + "se" + ], + [ + "angu", + "ages" + ], + [ + "Ġha", + "bit" + ], + [ + "Ġdraw", + "ing" + ], + [ + "ac", + "her" + ], + [ + "ĠMach", + "ine" + ], + [ + "ĠQ", + "uality" + ], + [ + "p", + "arent" + ], + [ + "el", + "ry" + ], + [ + "Ġplatform", + "s" + ], + [ + "Ġlegis", + "lation" + ], + [ + "Ġbelie", + "ves" + ], + [ + "Ġd", + "ivid" + ], + [ + "Ġh", + "am" + ], + [ + "Ġrec", + "y" + ], + [ + "if", + "er" + ], + [ + "Ġbl", + "ank" + ], + [ + "Ġopp", + "osite" + ], + [ + "og", + "ether" + ], + [ + "ĠPa", + "per" + ], + [ + "ĠSp", + "ace" + ], + [ + "Ġincred", + "ibly" + ], + [ + "201", + "5" + ], + [ + "c", + "ar" + ], + [ + "Ġphil", + "osoph" + ], + [ + "ind", + "s" + ], + [ + "ĠL", + "y" + ], + [ + "ĠSe", + "lect" + ], + [ + "gy", + "pt" + ], + [ + "Ġhe", + "av" + ], + [ + "F", + "ollow" + ], + [ + "ĠFe", + "atures" + ], + [ + "ĠE", + "vent" + ], + [ + "Ġattend", + "ed" + ], + [ + "Ġtrack", + "s" + ], + [ + "st", + "ery" + ], + [ + "Ġappro", + "val" + ], + [ + "Ġexper", + "im" + ], + [ + "ĠH", + "im" + ], + [ + "Ġspl", + "it" + ], + [ + "Ġachie", + "ved" + ], + [ + "Ġsol", + "ve" + ], + [ + "Ġg", + "ender" + ], + [ + "Ġprim", + "arily" + ], + [ + "Ġpro", + "ven" + ], + [ + "Ġrep", + "ly" + ], + [ + "Ġy", + "ard" + ], + [ + "i", + "ot" + ], + [ + "Ġcollabor", + "ation" + ], + [ + "Ġanc", + "ient" + ], + [ + "Ġwere", + "n" + ], + [ + "Ġstrateg", + "ic" + ], + [ + "ins", + "on" + ], + [ + "orm", + "al" + ], + [ + "u", + "is" + ], + [ + "Ġd", + "ust" + ], + [ + "Ġnucle", + "ar" + ], + [ + "ĠU", + "lt" + ], + [ + "Ġattract", + "ive" + ], + [ + "ĠHe", + "ll" + ], + [ + "Ġprincip", + "les" + ], + [ + "Ġresult", + "ing" + ], + [ + "â", + "ģ" + ], + [ + "201", + "8" + ], + [ + "Ġdo", + "ctors" + ], + [ + "Ġev", + "ol" + ], + [ + "eal", + "and" + ], + [ + "fe", + "e" + ], + [ + "m", + "aking" + ], + [ + "Ġrelig", + "ion" + ], + [ + "ĠJew", + "ish" + ], + [ + "Ġpropos", + "al" + ], + [ + "Ġeng", + "agement" + ], + [ + "Ġsend", + "ing" + ], + [ + "er", + "ning" + ], + [ + "ĠR", + "yan" + ], + [ + "Ġro", + "les" + ], + [ + "Ġdis", + "cl" + ], + [ + "Ġexpl", + "ains" + ], + [ + "ll", + "ed" + ], + [ + "ick", + "et" + ], + [ + "g", + "or" + ], + [ + "Ġsurpr", + "ising" + ], + [ + "ĠL", + "iber" + ], + [ + "Ġalle", + "ged" + ], + [ + "Ġperform", + "ing" + ], + [ + "Ġm", + "ile" + ], + [ + "Ġhy", + "per" + ], + [ + "Ġrep", + "resents" + ], + [ + "Ġform", + "al" + ], + [ + "N", + "ote" + ], + [ + "Ġinstru", + "ment" + ], + [ + "Ġsy", + "nt" + ], + [ + "Ġdec", + "ent" + ], + [ + "Ġvul", + "ner" + ], + [ + "Ġch", + "arm" + ], + [ + "Ġh", + "ole" + ], + [ + "ĠI", + "ss" + ], + [ + "ad", + "ium" + ], + [ + "ant", + "ed" + ], + [ + "ip", + "al" + ], + [ + "ĠB", + "a" + ], + [ + "it", + "is" + ], + [ + "z", + "ona" + ], + [ + "Ġrec", + "ording" + ], + [ + "Ġ0", + "2" + ], + [ + "j", + "o" + ], + [ + "Ġenjoy", + "ing" + ], + [ + "Ġext", + "ent" + ], + [ + "Ġt", + "ired" + ], + [ + "9", + "4" + ], + [ + "ĠSe", + "a" + ], + [ + "Ġinf", + "l" + ], + [ + "Ġe", + "ast" + ], + [ + "Ġbed", + "s" + ], + [ + "y", + "es" + ], + [ + "Ġcapt", + "ure" + ], + [ + "Ġact", + "ing" + ], + [ + "ĠD", + "own" + ], + [ + "Ġfin", + "ance" + ], + [ + "Ġsa", + "ving" + ], + [ + "Ġposs", + "ess" + ], + [ + "Ġ4", + "2" + ], + [ + "Ġqual", + "ified" + ], + [ + "ã", + "Ĥ" + ], + [ + "ĠCon", + "c" + ], + [ + "Ġwhe", + "never" + ], + [ + "olog", + "ist" + ], + [ + "ĠS", + "av" + ], + [ + "Ġlog", + "o" + ], + [ + "ĠRepublic", + "an" + ], + [ + "âģ", + "Ħ" + ], + [ + "E", + "X" + ], + [ + "Ġexp", + "enses" + ], + [ + "ing", + "ton" + ], + [ + "Ġwide", + "ly" + ], + [ + "ĠRes", + "ources" + ], + [ + "Ġgener", + "ic" + ], + [ + "G", + "ener" + ], + [ + "Ġp", + "itch" + ], + [ + "Ġdiv", + "ision" + ], + [ + "er", + "ate" + ], + [ + "Ġaccompl", + "ish" + ], + [ + "Ġg", + "aming" + ], + [ + "ion", + "e" + ], + [ + "ĠF", + "REE" + ], + [ + "Ġj", + "e" + ], + [ + "Ġr", + "ice" + ], + [ + "oun", + "ter" + ], + [ + "ĠCur", + "rent" + ], + [ + "ĠD", + "VD" + ], + [ + "Ġfac", + "es" + ], + [ + "ĠSt", + "aff" + ], + [ + "ĠK", + "at" + ], + [ + "ĠStud", + "y" + ], + [ + "ĠP", + "S" + ], + [ + "Ġcons", + "erv" + ], + [ + "ĠTe", + "xt" + ], + [ + "T", + "ER" + ], + [ + "Ġ0", + "3" + ], + [ + "Ġy", + "ield" + ], + [ + "ĠPerson", + "al" + ], + [ + "Ã", + "Ń" + ], + [ + "Ġsh", + "ops" + ], + [ + "li", + "ament" + ], + [ + "Ġbr", + "illiant" + ], + [ + "Ġtransport", + "ation" + ], + [ + "Ġintrodu", + "ction" + ], + [ + "ĠSecret", + "ary" + ], + [ + "Ġsupp", + "lement" + ], + [ + "pro", + "fit" + ], + [ + "Ġrepl", + "aced" + ], + [ + "the", + "w" + ], + [ + "L", + "ist" + ], + [ + "Ġc", + "m" + ], + [ + "ĠC", + "ru" + ], + [ + "i", + "ac" + ], + [ + "Ġse", + "ed" + ], + [ + "Ġup", + "load" + ], + [ + "r", + "ated" + ], + [ + "ik", + "ing" + ], + [ + "Ġinv", + "ited" + ], + [ + "Ġconsider", + "ation" + ], + [ + "if", + "orm" + ], + [ + "on", + "ed" + ], + [ + "Ġsustain", + "able" + ], + [ + "Ġbut", + "t" + ], + [ + "Ġsuggest", + "ions" + ], + [ + "ĠLear", + "ning" + ], + [ + "Ġjo", + "ining" + ], + [ + "Ġra", + "w" + ], + [ + "ĠS", + "enior" + ], + [ + "amp", + "ion" + ], + [ + "Ġch", + "ances" + ], + [ + "Ġc", + "ro" + ], + [ + "Ġapparent", + "ly" + ], + [ + "Ġyour", + "s" + ], + [ + "ĠSch", + "olar" + ], + [ + "ĠY", + "et" + ], + [ + "ĠM", + "ember" + ], + [ + "Ġdirect", + "ed" + ], + [ + "Ġass", + "ume" + ], + [ + "ĠU", + "r" + ], + [ + "el", + "lect" + ], + [ + "ili", + "pp" + ], + [ + "Ġinter", + "pret" + ], + [ + "Ġext", + "ension" + ], + [ + ":", + ":" + ], + [ + "sec", + "ut" + ], + [ + "Ġca", + "using" + ], + [ + "Ġfac", + "ulty" + ], + [ + "Americ", + "an" + ], + [ + "ann", + "ed" + ], + [ + "ne", + "ll" + ], + [ + "ĠR", + "a" + ], + [ + "s", + "ite" + ], + [ + "Ġexpl", + "an" + ], + [ + "and", + "y" + ], + [ + "Ġb", + "ars" + ], + [ + "ĠR", + "oman" + ], + [ + "Ġanx", + "iety" + ], + [ + "Ġst", + "ake" + ], + [ + "8", + "7" + ], + [ + "ĠO", + "K" + ], + [ + "ĠMount", + "ain" + ], + [ + "ac", + "on" + ], + [ + "Ġ", + "âĢĻ" + ], + [ + "Ġdest", + "ination" + ], + [ + "Ġt", + "ill" + ], + [ + "Ġfind", + "s" + ], + [ + "in", + "ity" + ], + [ + "4", + "00" + ], + [ + "Ġmat", + "ches" + ], + [ + "W", + "or" + ], + [ + "ĠStud", + "ent" + ], + [ + "ĠSm", + "art" + ], + [ + "Ġch", + "airs" + ], + [ + "Ke", + "y" + ], + [ + "let", + "ter" + ], + [ + "ĠK", + "ent" + ], + [ + "Ġfl", + "ower" + ], + [ + "Ġbr", + "idge" + ], + [ + "Des", + "cription" + ], + [ + "O", + "ut" + ], + [ + "sp", + "an" + ], + [ + "ne", + "ys" + ], + [ + "il", + "ton" + ], + [ + "Ġcontinu", + "ing" + ], + [ + "Ġliter", + "ally" + ], + [ + "R", + "em" + ], + [ + "Ġal", + "ive" + ], + [ + "Ġbro", + "ke" + ], + [ + "Ġamount", + "s" + ], + [ + "ĠSt", + "ill" + ], + [ + "ĠProf", + "essional" + ], + [ + "b", + "ra" + ], + [ + "ĠT", + "aylor" + ], + [ + "Ġv", + "irus" + ], + [ + "Ġevery", + "where" + ], + [ + "j", + "e" + ], + [ + "ad", + "el" + ], + [ + "Ġact", + "s" + ], + [ + "um", + "a" + ], + [ + "oc", + "ated" + ], + [ + "ino", + "is" + ], + [ + "Ġl", + "ip" + ], + [ + "ĠR", + "on" + ], + [ + "an", + "es" + ], + [ + "ers", + "ion" + ], + [ + "ĠPac", + "ific" + ], + [ + "Ġint", + "ention" + ], + [ + "less", + "ly" + ], + [ + "u", + "z" + ], + [ + "p", + "ir" + ], + [ + "Ġmass", + "age" + ], + [ + "ĠF", + "A" + ], + [ + "Ġsuc", + "ceed" + ], + [ + "Ã", + "³" + ], + [ + "ĠAdminist", + "ration" + ], + [ + "al", + "o" + ], + [ + "Ġcontrol", + "s" + ], + [ + "Ġdyn", + "amic" + ], + [ + "ĠL", + "A" + ], + [ + "Ġw", + "ins" + ], + [ + "Ġhop", + "es" + ], + [ + "Ġf", + "irms" + ], + [ + "am", + "ental" + ], + [ + "Ġliter", + "ature" + ], + [ + "Ġsub", + "mitted" + ], + [ + "Ġdream", + "s" + ], + [ + "ord", + "an" + ], + [ + "A", + "v" + ], + [ + "ĠF", + "OR" + ], + [ + "ĠN", + "atural" + ] ] } } \ No newline at end of file