ModuleMind / agents /modmind /language /tokenizer.json
Quazim0t0's picture
Add files using upload-large-folder tool
45e7dfb verified
Raw
History Blame Contribute Delete
341 kB
{
"vocab": {
"<pad>": 0,
"<unk>": 1,
"<bos>": 2,
"<eos>": 3,
"\u0000": 4,
"\u0001": 5,
"\u0002": 6,
"\u0003": 7,
"\u0004": 8,
"\u0005": 9,
"\u0006": 10,
"\u0007": 11,
"\b": 12,
"\t": 13,
"\n": 14,
"\u000b": 15,
"\f": 16,
"\r": 17,
"\u000e": 18,
"\u000f": 19,
"\u0010": 20,
"\u0011": 21,
"\u0012": 22,
"\u0013": 23,
"\u0014": 24,
"\u0015": 25,
"\u0016": 26,
"\u0017": 27,
"\u0018": 28,
"\u0019": 29,
"\u001a": 30,
"\u001b": 31,
"\u001c": 32,
"\u001d": 33,
"\u001e": 34,
"\u001f": 35,
" ": 36,
"!": 37,
"\"": 38,
"#": 39,
"$": 40,
"%": 41,
"&": 42,
"'": 43,
"(": 44,
")": 45,
"*": 46,
"+": 47,
",": 48,
"-": 49,
".": 50,
"/": 51,
"0": 52,
"1": 53,
"2": 54,
"3": 55,
"4": 56,
"5": 57,
"6": 58,
"7": 59,
"8": 60,
"9": 61,
":": 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,
"a": 101,
"b": 102,
"c": 103,
"d": 104,
"e": 105,
"f": 106,
"g": 107,
"h": 108,
"i": 109,
"j": 110,
"k": 111,
"l": 112,
"m": 113,
"n": 114,
"o": 115,
"p": 116,
"q": 117,
"r": 118,
"s": 119,
"t": 120,
"u": 121,
"v": 122,
"w": 123,
"x": 124,
"y": 125,
"z": 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,
"ï": 243,
"ð": 244,
"ñ": 245,
"ò": 246,
"ó": 247,
"ô": 248,
"õ": 249,
"ö": 250,
"÷": 251,
"ø": 252,
"ù": 253,
"ú": 254,
"û": 255,
"ü": 256,
"ý": 257,
"þ": 258,
"ÿ": 259,
" for": 260,
"olve": 261,
"Solv": 262,
"for": 263,
" fo": 264,
"lve": 265,
"olv": 266,
"Sol": 267,
" -": 268,
" f": 269,
"or": 270,
"ve": 271,
"ol": 272,
"fo": 273,
"lv": 274,
"So": 275,
" =": 276,
" +": 277,
" 1": 278,
" 2": 279,
" 0": 280,
" 3": 281,
" 4": 282,
" 10": 283,
" 12": 284,
" 5": 285,
" 11": 286,
" 6": 287,
"10": 288,
" 15": 289,
" 13": 290,
" 14": 291,
" 16": 292,
"12": 293,
" 7": 294,
" 8": 295,
"11": 296,
" 18": 297,
" 20": 298,
" 9": 299,
"15": 300,
" 17": 301,
"13": 302,
"14": 303,
" 24": 304,
"16": 305,
" 21": 306,
" 19": 307,
"20": 308,
"18": 309,
" 22": 310,
" 25": 311,
" 30": 312,
"17": 313,
" 23": 314,
" 28": 315,
"24": 316,
" 27": 317,
"19": 318,
"21": 319,
" 26": 320,
" 36": 321,
" 32": 322,
"25": 323,
"22": 324,
"30": 325,
" 35": 326,
" a": 327,
" b": 328,
"23": 329,
" i": 330,
" x": 331,
" t": 332,
" q": 333,
" l": 334,
" o": 335,
" r": 336,
" w": 337,
" j": 338,
" z": 339,
" p": 340,
" c": 341,
" u": 342,
" g": 343,
" k": 344,
"28": 345,
" 29": 346,
" h": 347,
" n": 348,
" d": 349,
" 40": 350,
" m": 351,
" s": 352,
" y": 353,
" v": 354,
" 33": 355,
"26": 356,
"27": 357,
" 31": 358,
"32": 359,
" 34": 360,
"36": 361,
" 42": 362,
"29": 363,
"35": 364,
"40": 365,
" 39": 366,
" 48": 367,
" 45": 368,
"31": 369,
" 38": 370,
" 37": 371,
"33": 372,
" 44": 373,
"34": 374,
" 41": 375,
"42": 376,
" 60": 377,
"38": 378,
" 50": 379,
"39": 380,
"45": 381,
"44": 382,
"37": 383,
"48": 384,
" 43": 385,
" 54": 386,
" 56": 387,
" 52": 388,
"50": 389,
"41": 390,
" 46": 391,
" 49": 392,
"60": 393,
" 47": 394,
"43": 395,
" 51": 396,
" 55": 397,
"52": 398,
"56": 399,
"46": 400,
"54": 401,
"47": 402,
"49": 403,
" 72": 404,
"51": 405,
"55": 406,
" 53": 407,
" 63": 408,
" 100": 409,
" 64": 410,
" 57": 411,
" 70": 412,
" 66": 413,
" 108": 414,
"53": 415,
" 58": 416,
" 120": 417,
" 65": 418,
" 105": 419,
"72": 420,
"70": 421,
"57": 422,
"58": 423,
"64": 424,
" 80": 425,
"63": 426,
" 59": 427,
"68": 428,
"80": 429,
"65": 430,
" 68": 431,
" 102": 432,
"59": 433,
"66": 434,
" 104": 435,
"62": 436,
" 84": 437,
" 61": 438,
" 112": 439,
" 62": 440,
"61": 441,
" 75": 442,
" 90": 443,
"75": 444,
" 78": 445,
"84": 446,
" 69": 447,
"69": 448,
" 110": 449,
"100": 450,
" 114": 451,
" 126": 452,
"76": 453,
"90": 454,
"108": 455,
"78": 456,
"67": 457,
" 67": 458,
" 76": 459,
"105": 460,
"120": 461,
"71": 462,
" 77": 463,
" 101": 464,
"74": 465,
" 132": 466,
" 96": 467,
"77": 468,
" 111": 469,
" 71": 470,
"102": 471,
"96": 472,
"73": 473,
" 116": 474,
"85": 475,
"88": 476,
"81": 477,
"112": 478,
" 117": 479,
" 144": 480,
" 74": 481,
" 140": 482,
" 103": 483,
"104": 484,
" 115": 485,
" 81": 486,
"00": 487,
" 88": 488,
" 106": 489,
"82": 490,
" 107": 491,
" 128": 492,
" 85": 493,
" 73": 494,
"92": 495,
"79": 496,
"110": 497,
" 119": 498,
"83": 499,
"08": 500,
"86": 501,
" 135": 502,
" 130": 503,
"114": 504,
" 109": 505,
" 125": 506,
"87": 507,
"95": 508,
"126": 509,
" 113": 510,
" 124": 511,
" 150": 512,
"05": 513,
" 79": 514,
"91": 515,
" 82": 516,
" 138": 517,
"89": 518,
"04": 519,
"101": 520,
" 121": 521,
"98": 522,
" 123": 523,
" 118": 524,
" 83": 525,
" 91": 526,
"94": 527,
" 136": 528,
" 168": 529,
"93": 530,
"02": 531,
"99": 532,
" 133": 533,
" 87": 534,
"132": 535,
"106": 536,
"103": 537,
" 86": 538,
"115": 539,
" 92": 540,
"117": 541,
"111": 542,
"97": 543,
"116": 544,
" 129": 545,
" 160": 546,
" 122": 547,
" 95": 548,
" 156": 549,
"107": 550,
"01": 551,
" 152": 552,
" 99": 553,
"144": 554,
"06": 555,
"140": 556,
" 93": 557,
"03": 558,
" 180": 559,
" 162": 560,
"128": 561,
"119": 562,
" 98": 563,
" 127": 564,
"109": 565,
" 147": 566,
" 89": 567,
" 134": 568,
"113": 569,
"124": 570,
"07": 571,
"130": 572,
"125": 573,
" 145": 574,
"135": 575,
" 94": 576,
"118": 577,
"121": 578,
"09": 579,
"123": 580,
" 141": 581,
"150": 582,
" 154": 583,
"138": 584,
"136": 585,
" 97": 586,
" 131": 587,
" 148": 588,
"133": 589,
" 137": 590,
" 153": 591,
"122": 592,
" 142": 593,
"168": 594,
"129": 595,
" 139": 596,
" 155": 597,
" 165": 598,
" 170": 599,
" 146": 600,
" 143": 601,
"156": 602,
"127": 603,
" 161": 604,
" 175": 605,
"160": 606,
"152": 607,
" 149": 608,
" 174": 609,
"134": 610,
"162": 611,
"147": 612,
" 192": 613,
" 151": 614,
" 210": 615,
" 176": 616,
" 157": 617,
" 159": 618,
"180": 619,
"145": 620,
"141": 621,
" 216": 622,
" 200": 623,
" 171": 624,
"131": 625,
" 189": 626,
" 164": 627,
"154": 628,
"137": 629,
" 158": 630,
"142": 631,
"153": 632,
"148": 633,
" 184": 634,
" 198": 635,
"139": 636,
" 196": 637,
" 182": 638,
" 172": 639,
"155": 640,
"146": 641,
" 186": 642,
"170": 643,
" 166": 644,
" 163": 645,
"149": 646,
"143": 647,
"161": 648,
"165": 649,
" 169": 650,
" 185": 651,
" 190": 652,
" 167": 653,
" 173": 654,
"175": 655,
" 195": 656,
" 204": 657,
" 240": 658,
"159": 659,
"192": 660,
"174": 661,
"157": 662,
"176": 663,
" 188": 664,
" 177": 665,
"151": 666,
"164": 667,
" 224": 668,
"158": 669,
" 183": 670,
"210": 671,
"200": 672,
"171": 673,
" 181": 674,
" 208": 675,
" 220": 676,
" 203": 677,
" 178": 678,
" 252": 679,
"182": 680,
"216": 681,
"172": 682,
"189": 683,
" 225": 684,
"184": 685,
"166": 686,
" 187": 687,
"196": 688,
"198": 689,
" 228": 690,
"169": 691,
"163": 692,
"186": 693,
" 179": 694,
" 201": 695,
" 217": 696,
"185": 697,
"167": 698,
"190": 699,
" 207": 700,
" 194": 701,
" 234": 702,
"173": 703,
" 222": 704,
" 205": 705,
" 197": 706,
" 232": 707,
" 280": 708,
" 245": 709,
"177": 710,
"204": 711,
" 215": 712,
"181": 713,
"195": 714,
" 231": 715,
"188": 716,
"178": 717,
" 193": 718,
"203": 719,
" 191": 720,
" 230": 721,
" 213": 722,
" 209": 723,
" 206": 724,
" 211": 725,
"183": 726,
"240": 727,
"208": 728,
"220": 729,
"224": 730,
" 270": 731,
" 212": 732,
" 202": 733,
" 260": 734,
" 248": 735,
" 199": 736,
" 288": 737,
" 264": 738,
" 250": 739,
" 238": 740,
"179": 741,
"225": 742,
"252": 743,
" 219": 744,
"187": 745,
"207": 746,
" 246": 747,
"205": 748,
"201": 749,
"228": 750,
" 214": 751,
" 258": 752,
" 256": 753,
"197": 754,
" 227": 755,
"232": 756,
"193": 757,
"194": 758,
"245": 759,
"217": 760,
" 221": 761,
"209": 762,
"211": 763,
" 226": 764,
"215": 765,
"222": 766,
"191": 767,
" 235": 768,
" 275": 769,
"199": 770,
" 236": 771,
" 259": 772,
" 276": 773,
"234": 774,
" 244": 775,
" 237": 776,
" 336": 777,
" 243": 778,
" 315": 779,
" 300": 780,
" 272": 781,
"206": 782,
"213": 783,
" 223": 784,
" 261": 785,
"212": 786,
"280": 787,
" 218": 788,
"270": 789,
"230": 790,
"231": 791,
"202": 792,
"248": 793,
" 241": 794,
" 255": 795,
" 306": 796,
" 360": 797,
"250": 798,
"219": 799,
" 229": 800,
" 233": 801,
" 239": 802,
"238": 803,
" 249": 804,
"214": 805,
"260": 806,
" 294": 807,
"246": 808,
" 273": 809,
" 266": 810,
" 242": 811,
"264": 812,
" 282": 813,
" 253": 814,
"256": 815,
"288": 816,
"258": 817,
"226": 818,
" 251": 819,
"223": 820,
"221": 821,
"227": 822,
" 312": 823,
"276": 824,
"235": 825,
"237": 826,
" 320": 827,
"218": 828,
" 310": 829,
" 279": 830,
"243": 831,
" 330": 832,
" 254": 833,
"244": 834,
" 308": 835,
" 297": 836,
"259": 837,
" 265": 838,
" 285": 839,
" 301": 840,
"236": 841,
" 287": 842,
"255": 843,
"239": 844,
" 290": 845,
" 257": 846,
" 324": 847,
"300": 848,
"275": 849,
"272": 850,
" 263": 851,
" 274": 852,
" 247": 853,
"229": 854,
"233": 855,
"261": 856,
"241": 857,
" 267": 858,
"273": 859,
" 262": 860,
"306": 861,
" 305": 862,
" 292": 863,
"249": 864,
"336": 865,
" 296": 866,
"253": 867,
"315": 868,
" 269": 869,
" 284": 870,
" 268": 871,
"266": 872,
" 283": 873,
"282": 874,
"294": 875,
" 318": 876,
" 322": 877,
"242": 878,
"251": 879,
" 328": 880,
" 304": 881,
" 277": 882,
"312": 883,
"360": 884,
" 307": 885,
"265": 886,
" 340": 887,
" 298": 888,
" 295": 889,
" 293": 890,
"308": 891,
"257": 892,
" 378": 893,
"254": 894,
" 342": 895,
" 278": 896,
"267": 897,
" 350": 898,
"320": 899,
"285": 900,
"310": 901,
" 329": 902,
"247": 903,
"263": 904,
" 352": 905,
"301": 906,
" 271": 907,
" 316": 908,
" 291": 909,
"290": 910,
"324": 911,
"262": 912,
" 333": 913,
"279": 914,
"269": 915,
"330": 916,
"287": 917,
" 299": 918,
" 286": 919,
"297": 920,
"296": 921,
"274": 922,
" 325": 923,
" 385": 924,
" 309": 925,
" 348": 926,
"268": 927,
"284": 928,
" 289": 929,
"292": 930,
" 281": 931,
" 302": 932,
" 319": 933,
"305": 934,
"271": 935,
" 357": 936,
" 311": 937,
" 369": 938,
"277": 939,
"304": 940,
"322": 941,
" 384": 942,
"350": 943,
" 420": 944,
" 321": 945,
"278": 946,
" 351": 947,
" 326": 948,
"295": 949,
"340": 950,
" 392": 951,
"283": 952,
"307": 953,
" 323": 954,
"318": 955,
" 335": 956,
"281": 957,
"328": 958,
" 332": 959,
"316": 960,
"298": 961,
"293": 962,
"309": 963,
" 400": 964,
" 317": 965,
"286": 966,
" 396": 967,
" 365": 968,
" 343": 969,
" 344": 970,
"299": 971,
"325": 972,
"378": 973,
"291": 974,
" 355": 975,
" 370": 976,
" 314": 977,
" 364": 978,
" 368": 979,
"342": 980,
"302": 981,
"311": 982,
" 363": 983,
" 327": 984,
" 345": 985,
" 313": 986,
" 440": 987,
" 414": 988,
" 432": 989,
" 450": 990,
"352": 991,
"329": 992,
" 331": 993,
" 349": 994,
"326": 995,
"333": 996,
" 390": 997,
" 399": 998,
"348": 999,
"319": 1000,
" 303": 1001,
"289": 1002,
" 358": 1003,
" 354": 1004,
" 341": 1005,
" 338": 1006,
" 410": 1007,
"351": 1008,
"335": 1009,
"321": 1010,
" 380": 1011,
"357": 1012,
" 448": 1013,
" 366": 1014,
"344": 1015,
" 375": 1016,
" 346": 1017,
"385": 1018,
"384": 1019,
" 371": 1020,
" 376": 1021,
"343": 1022,
"332": 1023,
"314": 1024,
" 408": 1025,
"369": 1026,
" 406": 1027,
"392": 1028,
"368": 1029,
" 356": 1030,
" 395": 1031,
" 387": 1032,
"303": 1033,
" 441": 1034,
"323": 1035,
"400": 1036,
" 405": 1037,
"327": 1038,
" 337": 1039,
"313": 1040,
"363": 1041,
"317": 1042,
" 416": 1043,
" 367": 1044,
" 359": 1045,
"331": 1046,
"358": 1047,
"355": 1048,
" 372": 1049,
"365": 1050,
"370": 1051,
"346": 1052,
" 347": 1053,
" 339": 1054,
"345": 1055,
" 362": 1056,
" 334": 1057,
"399": 1058,
"380": 1059,
"364": 1060,
"354": 1061,
" 424": 1062,
"349": 1063,
" 413": 1064,
"414": 1065,
"440": 1066,
" 504": 1067,
"396": 1068,
"390": 1069,
"420": 1070,
" 394": 1071,
"408": 1072,
"341": 1073,
"432": 1074,
" 377": 1075,
"366": 1076,
"338": 1077,
"371": 1078,
" 427": 1079,
" 382": 1080,
" 353": 1081,
"339": 1082,
"395": 1083,
"450": 1084,
" 480": 1085,
" 383": 1086,
" 388": 1087,
" 361": 1088,
" 391": 1089,
"337": 1090,
"356": 1091,
" 412": 1092,
" 435": 1093,
" 456": 1094,
" 403": 1095,
"353": 1096,
"375": 1097,
"405": 1098,
"376": 1099,
"406": 1100,
" 373": 1101,
" 381": 1102,
"359": 1103,
" 379": 1104,
" 426": 1105,
"383": 1106,
"416": 1107,
"347": 1108,
"410": 1109,
"334": 1110,
"372": 1111,
"382": 1112,
"373": 1113,
"362": 1114,
" 398": 1115,
" 430": 1116,
" 434": 1117,
" 423": 1118,
"413": 1119,
"379": 1120,
"448": 1121,
" 402": 1122,
" 419": 1123,
"388": 1124,
"387": 1125,
" 429": 1126,
" 386": 1127,
" 462": 1128,
" 401": 1129,
"381": 1130,
"441": 1131,
"427": 1132,
" 476": 1133,
" 455": 1134,
" 374": 1135,
" 393": 1136,
" 433": 1137,
" 404": 1138,
"424": 1139,
"367": 1140,
"401": 1141,
" 411": 1142,
"377": 1143,
"394": 1144,
"361": 1145,
" 407": 1146,
" 525": 1147,
" 397": 1148,
"504": 1149,
"429": 1150,
"398": 1151,
" 442": 1152,
" 425": 1153,
"480": 1154,
"391": 1155,
"456": 1156,
"397": 1157,
" 472": 1158,
"434": 1159,
"411": 1160,
"423": 1161,
" 417": 1162,
" 449": 1163,
"403": 1164,
"426": 1165,
" 415": 1166,
" 438": 1167,
"412": 1168,
" 490": 1169,
"402": 1170,
" 560": 1171,
" 389": 1172,
" 443": 1173,
"462": 1174,
"386": 1175,
"433": 1176,
" 439": 1177,
" 444": 1178,
" 474": 1179,
"404": 1180,
"419": 1181,
" 468": 1182,
" 431": 1183,
"389": 1184,
"417": 1185,
"407": 1186,
" 528": 1187,
" 495": 1188,
" 540": 1189,
" 418": 1190,
" 460": 1191,
"409": 1192,
"449": 1193,
" 409": 1194,
" 470": 1195,
"435": 1196,
"415": 1197,
"495": 1198,
"425": 1199,
" 458": 1200,
" 477": 1201,
"476": 1202,
"455": 1203,
"439": 1204,
"374": 1205,
"490": 1206,
"442": 1207,
" 511": 1208,
" 520": 1209,
"430": 1210,
" 447": 1211,
" 452": 1212,
"452": 1213,
"393": 1214,
"525": 1215,
"444": 1216,
"472": 1217,
" 486": 1218,
" 594": 1219,
"422": 1220,
"438": 1221,
" 421": 1222,
" 469": 1223,
" 496": 1224,
"443": 1225,
"460": 1226,
" 459": 1227,
" 539": 1228,
"447": 1229,
"468": 1230,
" 585": 1231,
" 497": 1232,
" 422": 1233,
" 428": 1234,
"520": 1235,
"458": 1236,
" 546": 1237,
" 483": 1238,
"451": 1239,
" 544": 1240,
" 464": 1241,
"477": 1242,
" 451": 1243,
"418": 1244,
"470": 1245,
"469": 1246,
"421": 1247,
"431": 1248,
"511": 1249,
"459": 1250,
" 475": 1251,
" 465": 1252,
"464": 1253,
" 453": 1254,
" 457": 1255,
" 600": 1256,
" 473": 1257,
" 500": 1258,
" 485": 1259,
" 467": 1260,
"467": 1261,
"465": 1262,
" the": 1263,
"560": 1264,
"428": 1265,
" 531": 1266,
" 445": 1267,
" 512": 1268,
" 481": 1269,
"531": 1270,
"540": 1271,
" 506": 1272,
"497": 1273,
"483": 1274,
" 518": 1275,
" 522": 1276,
" 532": 1277,
" 507": 1278,
" 505": 1279,
" 446": 1280,
" 576": 1281,
"585": 1282,
"486": 1283,
"539": 1284,
"454": 1285,
"594": 1286,
" 552": 1287,
" 479": 1288,
" 454": 1289,
" 550": 1290,
"500": 1291,
"475": 1292,
"528": 1293,
"445": 1294,
"474": 1295,
"505": 1296,
"544": 1297,
"479": 1298,
" 516": 1299,
" 510": 1300,
"453": 1301,
"496": 1302,
"545": 1303,
"518": 1304,
" 461": 1305,
"457": 1306,
"446": 1307,
" 536": 1308,
" 513": 1309,
"485": 1310,
" 436": 1311,
" 498": 1312,
" 466": 1313,
" 530": 1314,
"436": 1315,
"488": 1316,
" 501": 1317,
" 488": 1318,
" 549": 1319,
"501": 1320,
"516": 1321,
"522": 1322,
"494": 1323,
"492": 1324,
"510": 1325,
"576": 1326,
" 558": 1327,
" 570": 1328,
"512": 1329,
"478": 1330,
"466": 1331,
"507": 1332,
" 547": 1333,
"489": 1334,
"473": 1335,
"532": 1336,
"461": 1337,
" 493": 1338,
" 494": 1339,
" 630": 1340,
"481": 1341,
"530": 1342,
" 581": 1343,
" 478": 1344,
" 612": 1345,
" 484": 1346,
" 693": 1347,
"558": 1348,
"437": 1349,
"552": 1350,
"570": 1351,
"513": 1352,
" 499": 1353,
" 624": 1354,
" 595": 1355,
" 545": 1356,
" 567": 1357,
"550": 1358,
"524": 1359,
" 489": 1360,
" 509": 1361,
" 492": 1362,
" 524": 1363,
" 437": 1364,
"491": 1365,
"630": 1366,
"546": 1367,
"588": 1368,
"519": 1369,
" 463": 1370,
" 616": 1371,
" 553": 1372,
" 482": 1373,
" 519": 1374,
" 471": 1375,
" 548": 1376,
"498": 1377,
"547": 1378,
"592": 1379,
"502": 1380,
" 517": 1381,
" 502": 1382,
" 640": 1383,
"581": 1384,
"484": 1385,
"493": 1386,
"482": 1387,
"600": 1388,
"515": 1389,
" 537": 1390,
" 491": 1391,
" 521": 1392,
" 592": 1393,
"499": 1394,
"549": 1395,
"536": 1396,
"508": 1397,
"506": 1398,
"559": 1399,
" 487": 1400,
" 584": 1401,
" 588": 1402,
" 515": 1403,
" 603": 1404,
"527": 1405,
"567": 1406,
"487": 1407,
" 527": 1408,
" 720": 1409,
" 571": 1410,
" 572": 1411,
"517": 1412,
"555": 1413,
"624": 1414,
"503": 1415,
" 535": 1416,
" 650": 1417,
"595": 1418,
"509": 1419,
"605": 1420,
" 644": 1421,
" 579": 1422,
" 568": 1423,
" 559": 1424,
"612": 1425,
"535": 1426,
"565": 1427,
"548": 1428,
" 580": 1429,
" 503": 1430,
"616": 1431,
"471": 1432,
"463": 1433,
"672": 1434,
"526": 1435,
"582": 1436,
"584": 1437,
"521": 1438,
"529": 1439,
" 582": 1440,
" th": 1441,
"603": 1442,
"564": 1443,
" 598": 1444,
" 608": 1445,
" 610": 1446,
" 605": 1447,
"573": 1448,
"580": 1449,
"538": 1450,
"640": 1451,
" 573": 1452,
" 564": 1453,
"568": 1454,
"614": 1455,
"602": 1456,
" 526": 1457,
" 602": 1458,
" 542": 1459,
" 538": 1460,
" 565": 1461,
" 575": 1462,
"537": 1463,
"543": 1464,
"541": 1465,
"650": 1466,
" 529": 1467,
" 508": 1468,
" 599": 1469,
" 648": 1470,
" 534": 1471,
" 615": 1472,
" 555": 1473,
" 670": 1474,
"644": 1475,
"542": 1476,
"553": 1477,
"608": 1478,
"572": 1479,
" 590": 1480,
" 672": 1481,
" 543": 1482,
" 541": 1483,
"578": 1484,
"551": 1485,
"574": 1486,
"618": 1487,
" 574": 1488,
" 680": 1489,
"589": 1490,
"597": 1491,
"579": 1492,
" 614": 1493,
" 514": 1494,
" 618": 1495,
" 609": 1496,
"633": 1497,
"693": 1498,
"610": 1499,
"670": 1500,
"575": 1501,
" 681": 1502,
"571": 1503,
"566": 1504,
"563": 1505,
"593": 1506,
" 660": 1507,
" 589": 1508,
" 557": 1509,
" 663": 1510,
" 617": 1511,
"514": 1512,
"534": 1513,
"615": 1514,
"637": 1515,
"591": 1516,
"561": 1517,
"609": 1518,
"625": 1519,
"590": 1520,
"554": 1521,
"631": 1522,
"523": 1523,
" 563": 1524,
"669": 1525,
"648": 1526,
"598": 1527,
"622": 1528,
"596": 1529,
" and": 1530,
" 619": 1531,
" 669": 1532,
" 637": 1533,
"557": 1534,
"623": 1535,
"626": 1536,
"619": 1537,
"634": 1538,
"617": 1539,
"599": 1540,
" 597": 1541,
"720": 1542,
"621": 1543,
"632": 1544,
" 633": 1545,
" 675": 1546,
" 639": 1547,
" 770": 1548,
" 632": 1549,
"639": 1550,
"704": 1551,
"613": 1552,
"577": 1553,
"660": 1554,
"645": 1555,
"680": 1556,
"601": 1557,
"661": 1558,
" 704": 1559,
"681": 1560,
"569": 1561,
"646": 1562,
"656": 1563,
"638": 1564,
" 623": 1565,
" 643": 1566,
" 666": 1567,
" 554": 1568,
" 593": 1569,
" 606": 1570,
" 728": 1571,
" 523": 1572,
" 721": 1573,
"665": 1574,
"663": 1575,
"674": 1576,
"667": 1577,
"688": 1578,
" 625": 1579,
" 566": 1580,
" 688": 1581,
" 760": 1582,
" 700": 1583,
" 661": 1584,
" 578": 1585,
" 656": 1586,
"583": 1587,
"643": 1588,
"770": 1589,
"655": 1590,
"604": 1591,
"587": 1592,
"675": 1593,
"606": 1594,
" 819": 1595,
" 714": 1596,
" 651": 1597,
" 684": 1598,
"the": 1599,
"562": 1600,
"628": 1601,
" 652": 1602,
" 620": 1603,
" 810": 1604,
" 631": 1605,
"556": 1606,
"752": 1607,
"696": 1608,
"651": 1609,
" 674": 1610,
" 621": 1611,
" 635": 1612,
" 587": 1613,
" 784": 1614,
" 596": 1615,
" 634": 1616,
" 646": 1617,
"709": 1618,
"742": 1619,
"756": 1620,
"800": 1621,
"714": 1622,
"652": 1623,
"654": 1624,
"700": 1625,
" 752": 1626,
" 777": 1627,
" 686": 1628,
" 678": 1629,
" 533": 1630,
" 562": 1631,
" 708": 1632,
" 638": 1633,
" 622": 1634,
"760": 1635,
"627": 1636,
"586": 1637,
"690": 1638,
"683": 1639,
"784": 1640,
"659": 1641,
"702": 1642,
"635": 1643,
"533": 1644,
" 1040": 1645,
" 1050": 1646,
" 583": 1647,
" 690": 1648,
" 601": 1649,
" 649": 1650,
"733": 1651,
"725": 1652,
" 707": 1653,
" 569": 1654,
" 722": 1655,
" 756": 1656,
" 628": 1657,
" 561": 1658,
" 577": 1659,
"708": 1660,
"736": 1661,
"611": 1662,
"728": 1663,
"738": 1664,
"620": 1665,
"684": 1666,
" 668": 1667,
" 772": 1668,
" 840": 1669,
" 683": 1670,
" 655": 1671,
" 679": 1672,
" 702": 1673,
" 627": 1674,
" 792": 1675,
" 551": 1676,
" 696": 1677,
"668": 1678,
"707": 1679,
"722": 1680,
"777": 1681,
"691": 1682,
"721": 1683,
"642": 1684,
"710": 1685,
"653": 1686,
"730": 1687,
"658": 1688,
" 636": 1689,
" 730": 1690,
" 736": 1691,
" 742": 1692,
" 800": 1693,
" 691": 1694,
" 658": 1695,
" 733": 1696,
"629": 1697,
"636": 1698,
"729": 1699,
"706": 1700,
"716": 1701,
"694": 1702,
"679": 1703,
"685": 1704,
"649": 1705,
"761": 1706,
"848": 1707,
" 629": 1708,
" 642": 1709,
" 607": 1710,
" 626": 1711,
" 611": 1712,
" 645": 1713,
" 604": 1714,
" 780": 1715,
" 725": 1716,
" 641": 1717,
" 710": 1718,
" 591": 1719,
"727": 1720,
"810": 1721,
"666": 1722,
"735": 1723,
"744": 1724,
"697": 1725,
"686": 1726,
"678": 1727,
"712": 1728,
"830": 1729,
"816": 1730,
" 709": 1731,
" 665": 1732,
" 613": 1733,
" 848": 1734,
" 647": 1735,
" 659": 1736,
"749": 1737,
"673": 1738,
"641": 1739,
" 706": 1740,
" 556": 1741,
" 586": 1742,
"746": 1743,
"687": 1744,
" 1008": 1745,
" 1048": 1746,
" 1062": 1747,
" 1002": 1748,
"758": 1749,
"850": 1750,
"705": 1751,
"819": 1752,
"792": 1753,
" 692": 1754,
" 732": 1755,
" 694": 1756,
" 667": 1757,
" 864": 1758,
" 758": 1759,
" 726": 1760,
"701": 1761,
"676": 1762,
"664": 1763,
"719": 1764,
"759": 1765,
" 1014": 1766,
" 1035": 1767,
" 1053": 1768,
" 1010": 1769,
"780": 1770,
"812": 1771,
"718": 1772,
"711": 1773,
"699": 1774,
"715": 1775,
"726": 1776,
"724": 1777,
"tion": 1778,
" 749": 1779,
" 783": 1780,
" 740": 1781,
" 737": 1782,
"695": 1783,
"732": 1784,
"607": 1785,
"847": 1786,
"698": 1787,
" 900": 1788,
" 729": 1789,
" 769": 1790,
" 738": 1791,
" 712": 1792,
" 687": 1793,
" 1012": 1794,
"750": 1795,
"741": 1796,
"772": 1797,
"740": 1798,
"755": 1799,
"662": 1800,
"775": 1801,
" 832": 1802,
" 745": 1803,
" 713": 1804,
" 697": 1805,
" 698": 1806,
" 682": 1807,
" 761": 1808,
" 775": 1809,
" 653": 1810,
" 654": 1811,
" 685": 1812,
"808": 1813,
"743": 1814,
"757": 1815,
"786": 1816,
"745": 1817,
"748": 1818,
"864": 1819,
"647": 1820,
"804": 1821,
"787": 1822,
"794": 1823,
"713": 1824,
"806": 1825,
" 1026": 1826,
" 1100": 1827,
" 882": 1828,
" 804": 1829,
" 657": 1830,
" 718": 1831,
" 741": 1832,
"1040": 1833,
" 673": 1834,
" 759": 1835,
"1062": 1836,
" 765": 1837,
" an": 1838,
"703": 1839,
"737": 1840,
"824": 1841,
"836": 1842,
"840": 1843,
"765": 1844,
"657": 1845,
"791": 1846,
"717": 1847,
"731": 1848,
"754": 1849,
"747": 1850,
" 808": 1851,
" 727": 1852,
" 701": 1853,
"1014": 1854,
" 787": 1855,
" 836": 1856,
" 754": 1857,
" 824": 1858,
" 830": 1859,
" 735": 1860,
" 664": 1861,
" 747": 1862,
" 744": 1863,
"832": 1864,
"769": 1865,
"785": 1866,
"689": 1867,
"782": 1868,
"820": 1869,
" 1022": 1870,
" 1032": 1871,
" 1056": 1872,
" 1042": 1873,
"th": 1874,
"814": 1875,
"868": 1876,
"774": 1877,
"682": 1878,
"828": 1879,
" 695": 1880,
"1008": 1881,
" 750": 1882,
" 880": 1883,
" 768": 1884,
" 828": 1885,
" 705": 1886,
" 719": 1887,
" 791": 1888,
"799": 1889,
"734": 1890,
"880": 1891,
"771": 1892,
"in": 1893,
"776": 1894,
"783": 1895,
"801": 1896,
"671": 1897,
"790": 1898,
"767": 1899,
"855": 1900,
"763": 1901,
"ation": 1902,
" 1145": 1903,
" 1028": 1904,
" 1070": 1905,
" 1038": 1906,
" 1003": 1907,
" 786": 1908,
"1050": 1909,
" 662": 1910,
" 816": 1911,
"692": 1912,
"822": 1913,
"882": 1914,
"837": 1915,
"854": 1916,
"793": 1917,
"768": 1918,
" 876": 1919,
" 785": 1920,
"1056": 1921,
" 794": 1922,
" 767": 1923,
" 774": 1924,
" 990": 1925,
" 833": 1926,
" 855": 1927,
" 715": 1928,
" 717": 1929,
"779": 1930,
"873": 1931,
"766": 1932,
"851": 1933,
"990": 1934,
"829": 1935,
"841": 1936,
" 1000": 1937,
" 1110": 1938,
" 1104": 1939,
" 1192": 1940,
" 1232": 1941,
" 1043": 1942,
" 1023": 1943,
" 1025": 1944,
" 1049": 1945,
"773": 1946,
"677": 1947,
" 743": 1948,
" 910": 1949,
" 801": 1950,
" 803": 1951,
" 793": 1952,
" 711": 1953,
" 751": 1954,
" 755": 1955,
"1053": 1956,
" 847": 1957,
" 734": 1958,
"1002": 1959,
"1010": 1960,
"860": 1961,
"910": 1962,
"865": 1963,
"900": 1964,
"796": 1965,
"872": 1966,
"881": 1967,
"833": 1968,
"929": 1969,
"723": 1970,
"764": 1971,
"753": 1972,
"798": 1973,
"856": 1974,
"795": 1975,
"821": 1976,
"838": 1977,
" 677": 1978,
" 790": 1979,
" 812": 1980,
" 716": 1981,
" 872": 1982,
" 825": 1983,
" 806": 1984,
" with": 1985,
" 1031": 1986,
" 1113": 1987,
" 1116": 1988,
" 1007": 1989,
" 1052": 1990,
"and": 1991,
"876": 1992,
"807": 1993,
"869": 1994,
"890": 1995,
"958": 1996,
"1031": 1997,
" 809": 1998,
"1032": 1999,
" 802": 2000,
" 699": 2001,
"1042": 2002,
"1012": 2003,
" 929": 2004,
" 852": 2005,
" 851": 2006,
"911": 2007,
"739": 2008,
"857": 2009,
"834": 2010,
"853": 2011,
"062": 2012,
" 1147": 2013,
" 1211": 2014,
" 1207": 2015,
" 1018": 2016,
" information": 2017,
" Albuquerque": 2018,
"1022": 2019,
"1080": 2020,
" 865": 2021,
" 817": 2022,
" 776": 2023,
" 731": 2024,
"1048": 2025,
" 788": 2026,
" 746": 2027,
" 850": 2028,
" 820": 2029,
"1049": 2030,
"817": 2031,
"947": 2032,
"835": 2033,
"811": 2034,
"843": 2035,
"976": 2036,
"823": 2037,
"he": 2038,
"ing": 2039,
"012": 2040,
"972": 2041,
"751": 2042,
"999": 2043,
"778": 2044,
"827": 2045,
"852": 2046,
" college": 2047,
" 753": 2048,
" 798": 2049,
"1120": 2050,
" 870": 2051,
" 834": 2052,
" 676": 2053,
" 854": 2054,
" 795": 2055,
" 748": 2056,
"1100": 2057,
" 842": 2058,
"1003": 2059,
"1025": 2060,
" 763": 2061,
"an": 2062,
"888": 2063,
"875": 2064,
"896": 2065,
"797": 2066,
"950": 2067,
"968": 2068,
"845": 2069,
"909": 2070,
"922": 2071,
"762": 2072,
" 1077": 2073,
" 1146": 2074,
" 1078": 2075,
" 1214": 2076,
" 1064": 2077,
" 1066": 2078,
" 1105": 2079,
" 1088": 2080,
" 1029": 2081,
" 1170": 2082,
"809": 2083,
"913": 2084,
"802": 2085,
"818": 2086,
"788": 2087,
"1000": 2088,
" 972": 2089,
" 815": 2090,
"1028": 2091,
" 873": 2092,
" 896": 2093,
" 936": 2094,
" 976": 2095,
"1026": 2096,
" 807": 2097,
"040": 2098,
"815": 2099,
"861": 2100,
"825": 2101,
"988": 2102,
"893": 2103,
"803": 2104,
"042": 2105,
"949": 2106,
"889": 2107,
"781": 2108,
"842": 2109,
"959": 2110,
"re": 2111,
" 1115": 2112,
" 1107": 2113,
" 1054": 2114,
" 1004": 2115,
" 1166": 2116,
" 1142": 2117,
" 1378": 2118,
" 1383": 2119,
" 1082": 2120,
" 1185": 2121,
" 1067": 2122,
" 1017": 2123,
" 1225": 2124,
" 1016": 2125,
" 1139": 2126,
" 1020": 2127,
" 1021": 2128,
"ion": 2129,
"014": 2130,
"870": 2131,
"867": 2132,
"050": 2133,
"053": 2134,
"925": 2135,
" 757": 2136,
" 822": 2137,
"1145": 2138,
" 861": 2139,
" 779": 2140,
" 689": 2141,
"1023": 2142,
" 893": 2143,
" 818": 2144,
" 764": 2145,
"1024": 2146,
"1047": 2147,
" 869": 2148,
" 781": 2149,
" 799": 2150,
" 739": 2151,
" 823": 2152,
" 789": 2153,
"1060": 2154,
" 724": 2155,
"1136": 2156,
"022": 2157,
"916": 2158,
"826": 2159,
"960": 2160,
"928": 2161,
"043": 2162,
"839": 2163,
"010": 2164,
"970": 2165,
"954": 2166,
"901": 2167,
"031": 2168,
"969": 2169,
"952": 2170,
"920": 2171,
"977": 2172,
"895": 2173,
"002": 2174,
" 778": 2175,
" 814": 2176,
"1070": 2177,
" 940": 2178,
" 928": 2179,
" 920": 2180,
"1043": 2181,
" 771": 2182,
" 1073": 2183,
" 1015": 2184,
" 1072": 2185,
" 1373": 2186,
" 1086": 2187,
" 1055": 2188,
" 1204": 2189,
" 1218": 2190,
" 1330": 2191,
" 1058": 2192,
" 1265": 2193,
" 1047": 2194,
" 1136": 2195,
" 1182": 2196,
" in": 2197,
"894": 2198,
"813": 2199,
"903": 2200,
"789": 2201,
"995": 2202,
"902": 2203,
"933": 2204,
"926": 2205,
"899": 2206,
"955": 2207,
"805": 2208,
"1077": 2209,
"1107": 2210,
"1211": 2211,
"1086": 2212,
" 811": 2213,
" 843": 2214,
" 837": 2215,
" 968": 2216,
"1069": 2217,
"1067": 2218,
"1330": 2219,
" 868": 2220,
" 839": 2221,
"1232": 2222,
" 723": 2223,
" 838": 2224,
"1038": 2225,
" 922": 2226,
"1052": 2227,
" 891": 2228,
" 895": 2229,
" 950": 2230,
"080": 2231,
"883": 2232,
"963": 2233,
"866": 2234,
"915": 2235,
"940": 2236,
"878": 2237,
"859": 2238,
"858": 2239,
"898": 2240,
"906": 2241,
"930": 2242,
"035": 2243,
"897": 2244,
"936": 2245,
"879": 2246,
" 1006": 2247,
" 1205": 2248,
" 1226": 2249,
" 1114": 2250,
" 1046": 2251,
" 1126": 2252,
" 1118": 2253,
" 1172": 2254,
" 1169": 2255,
" 1251": 2256,
" 1179": 2257,
" 1239": 2258,
" 1084": 2259,
"1006": 2260,
" 892": 2261,
"1007": 2262,
" 773": 2263,
"1011": 2264,
" 995": 2265,
"1044": 2266,
" 999": 2267,
" 889": 2268,
"1088": 2269,
"1204": 2270,
"1066": 2271,
" 881": 2272,
" 703": 2273,
"1192": 2274,
" 954": 2275,
"1018": 2276,
" 841": 2277,
"892": 2278,
"956": 2279,
"918": 2280,
"056": 2281,
"891": 2282,
"992": 2283,
"966": 2284,
"905": 2285,
"887": 2286,
"987": 2287,
"er": 2288,
"994": 2289,
"975": 2290,
"942": 2291,
"965": 2292,
"996": 2293,
"048": 2294,
"877": 2295,
"003": 2296,
"001": 2297,
"1019": 2298,
" 671": 2299,
" 827": 2300,
"1004": 2301,
" 901": 2302,
" 821": 2303,
" 878": 2304,
"1181": 2305,
" 826": 2306,
" 888": 2307,
" 797": 2308,
" 953": 2309,
" 782": 2310,
" 831": 2311,
"1021": 2312,
" Adolescent": 2313,
"information": 2314,
" restaurant": 2315,
"Albuquerque": 2316,
"981": 2317,
"927": 2318,
"924": 2319,
"831": 2320,
"008": 2321,
"013": 2322,
"849": 2323,
"874": 2324,
" kilometre": 2325,
" 1174": 2326,
" 1194": 2327,
" 1350": 2328,
" 1013": 2329,
" 1037": 2330,
" 1175": 2331,
" 1069": 2332,
" 1245": 2333,
" 1165": 2334,
" 1203": 2335,
" 1149": 2336,
" 1171": 2337,
" 1210": 2338,
" 1184": 2339,
" 1097": 2340,
"944": 2341,
"028": 2342,
"032": 2343,
"086": 2344,
"993": 2345,
"908": 2346,
"885": 2347,
"060": 2348,
"1147": 2349,
"1110": 2350,
"1035": 2351,
"1140": 2352,
" 860": 2353,
"1078": 2354,
"1013": 2355,
"1214": 2356,
"1248": 2357,
"1104": 2358,
"1165": 2359,
" 849": 2360,
" 853": 2361,
"1075": 2362,
"1230": 2363,
" 766": 2364,
"1207": 2365,
" 762": 2366,
" 829": 2367,
" 987": 2368,
"1170": 2369,
"006": 2370,
"039": 2371,
"036": 2372,
"980": 2373,
"932": 2374,
"871": 2375,
"024": 2376,
"937": 2377,
"985": 2378,
"038": 2379,
"at": 2380,
" 930": 2381,
" 944": 2382,
"1350": 2383,
"1061": 2384,
" 886": 2385,
" 902": 2386,
"1054": 2387,
"1045": 2388,
"1166": 2389,
"1210": 2390,
" 913": 2391,
"1072": 2392,
"1082": 2393,
"1112": 2394,
"1188": 2395,
" 935": 2396,
"1055": 2397,
"1203": 2398,
"1105": 2399,
"1280": 2400,
"1224": 2401,
"1172": 2402,
" 959": 2403,
" 898": 2404,
" 858": 2405,
"1138": 2406,
"1001": 2407,
" 805": 2408,
"1179": 2409,
" 796": 2410,
"000": 2411,
"844": 2412,
"044": 2413,
"904": 2414,
"es": 2415,
" 1079": 2416,
" 1158": 2417,
" 1122": 2418,
" 1196": 2419,
" 1130": 2420,
" 1041": 2421,
" 1140": 2422,
" 1024": 2423,
" 1168": 2424,
" 1529": 2425,
" 1083": 2426,
" 1423": 2427,
" 1090": 2428,
" 1112": 2429,
" 1414": 2430,
" 1270": 2431,
" 1223": 2432,
" 1162": 2433,
" 1144": 2434,
" 1246": 2435,
" 1343": 2436,
" 1125": 2437,
" 1154": 2438,
" 1429": 2439,
"ent": 2440,
"077": 2441,
"917": 2442,
"862": 2443,
"938": 2444,
"017": 2445,
"026": 2446,
"886": 2447,
"069": 2448,
"067": 2449,
"997": 2450,
"941": 2451,
"979": 2452,
"047": 2453,
"964": 2454,
"919": 2455,
"049": 2456,
" 875": 2457,
"1205": 2458,
"1073": 2459,
"1226": 2460,
"1146": 2461,
" 938": 2462,
" 867": 2463,
"1064": 2464,
" 909": 2465,
"1185": 2466,
"1059": 2467,
"1027": 2468,
" 856": 2469,
"1218": 2470,
"1029": 2471,
"1118": 2472,
"1228": 2473,
"1058": 2474,
"1171": 2475,
" 933": 2476,
" 890": 2477,
"1033": 2478,
" 916": 2479,
"1020": 2480,
" 904": 2481,
" 835": 2482,
"935": 2483,
"019": 2484,
"946": 2485,
"846": 2486,
"962": 2487,
" 1076": 2488,
" 1555": 2489,
" 1061": 2490,
" 1124": 2491,
" 1351": 2492,
" 1160": 2493,
" 1074": 2494,
" 1075": 2495,
" 1348": 2496,
" 1284": 2497,
" 1109": 2498,
" 1164": 2499,
" 1034": 2500,
" 1256": 2501,
" 1197": 2502,
"020": 2503,
"072": 2504,
"064": 2505,
"070": 2506,
"068": 2507,
"921": 2508,
"971": 2509,
" 984": 2510,
" 927": 2511,
"1036": 2512,
" 918": 2513,
"1113": 2514,
"1115": 2515,
"1142": 2516,
"1005": 2517,
"1016": 2518,
"1246": 2519,
"1175": 2520,
" 960": 2521,
"1245": 2522,
" 961": 2523,
" 912": 2524,
"1239": 2525,
"1095": 2526,
"011": 2527,
"982": 2528,
"934": 2529,
"058": 2530,
"945": 2531,
"016": 2532,
"951": 2533,
"025": 2534,
"991": 2535,
" of": 2536,
"004": 2537,
"914": 2538,
"073": 2539,
"005": 2540,
"054": 2541,
"023": 2542,
"948": 2543,
"978": 2544,
" 894": 2545,
" 931": 2546,
" 981": 2547,
" 903": 2548,
"1074": 2549,
" 963": 2550,
" 857": 2551,
"1114": 2552,
"1251": 2553,
" 937": 2554,
"1083": 2555,
"1197": 2556,
"1126": 2557,
"1225": 2558,
"1116": 2559,
"1149": 2560,
"1017": 2561,
" 996": 2562,
"1169": 2563,
" 845": 2564,
" 979": 2565,
" 919": 2566,
"1182": 2567,
" 955": 2568,
"1109": 2569,
" 1150": 2570,
" 1036": 2571,
" 1282": 2572,
" 1005": 2573,
" 1094": 2574,
" 1451": 2575,
" 1208": 2576,
" 1279": 2577,
" 1290": 2578,
" 1027": 2579,
" 1071": 2580,
" 1240": 2581,
" 1253": 2582,
" 1243": 2583,
" 1336": 2584,
" 1231": 2585,
" 1106": 2586,
" 1331": 2587,
" 1183": 2588,
" 1340": 2589,
" 1439": 2590,
" 1397": 2591,
" 1057": 2592,
" 1452": 2593,
" 1186": 2594,
" 1128": 2595,
" 1095": 2596,
" 1091": 2597,
" to": 2598,
"984": 2599,
"884": 2600,
"953": 2601,
"912": 2602,
"957": 2603,
"907": 2604,
"923": 2605,
"939": 2606,
"061": 2607,
"041": 2608,
"986": 2609,
"078": 2610,
"015": 2611,
"055": 2612,
"088": 2613,
"021": 2614,
"091": 2615,
"052": 2616,
"atio": 2617,
" 911": 2618,
" 917": 2619,
" 884": 2620,
"1200": 2621,
"1378": 2622,
"1015": 2623,
"1098": 2624,
" 992": 2625,
"1030": 2626,
" 965": 2627,
"1039": 2628,
"1291": 2629,
"1383": 2630,
" 883": 2631,
"1269": 2632,
"1068": 2633,
"1063": 2634,
"1290": 2635,
"1009": 2636,
"1217": 2637,
"1090": 2638,
"1108": 2639,
"1133": 2640,
" 949": 2641,
" 846": 2642,
"1223": 2643,
" 952": 2644,
"1129": 2645,
" 813": 2646,
"1139": 2647,
"1184": 2648,
" 899": 2649,
" 923": 2650,
"ti": 2651,
"on": 2652,
"tio": 2653,
" co": 2654,
"029": 2655,
"082": 2656,
"007": 2657,
"059": 2658,
"030": 2659,
"989": 2660,
"033": 2661,
"089": 2662,
"087": 2663,
"Adolescent": 2664,
"restaurant": 2665,
"rbitration": 2666,
" 1485": 2667,
" 1645": 2668,
" 1167": 2669,
" 1039": 2670,
" 1163": 2671,
" 1269": 2672,
" 1491": 2673,
" 1087": 2674,
" 1241": 2675,
" 1408": 2676,
" 1187": 2677,
" 1411": 2678,
" 1193": 2679,
" 1235": 2680,
" 1085": 2681,
" 1129": 2682,
" 1252": 2683,
" 1195": 2684,
" 1275": 2685,
" 1335": 2686,
" 1209": 2687,
" 1272": 2688,
" 1406": 2689,
" 1303": 2690,
" 1332": 2691,
" 1309": 2692,
" 1096": 2693,
" 906": 2694,
"1150": 2695,
"1125": 2696,
"1071": 2697,
"1174": 2698,
"1194": 2699,
"1348": 2700,
"1119": 2701,
" 866": 2702,
"1196": 2703,
"1130": 2704,
"1124": 2705,
" 879": 2706,
"1037": 2707,
"1222": 2708,
" 925": 2709,
" 946": 2710,
" 948": 2711,
"1240": 2712,
" 947": 2713,
"1144": 2714,
" 887": 2715,
"1265": 2716,
"1281": 2717,
" 921": 2718,
"1236": 2719,
"027": 2720,
"037": 2721,
"863": 2722,
"075": 2723,
"057": 2724,
"018": 2725,
" school": 2726,
"kilometre": 2727,
"066": 2728,
"973": 2729,
"045": 2730,
"097": 2731,
"090": 2732,
"983": 2733,
" wit": 2734,
"with": 2735,
"1178": 2736,
" 939": 2737,
"1282": 2738,
" 969": 2739,
" 980": 2740,
"1247": 2741,
" 874": 2742,
"1208": 2743,
"1168": 2744,
"1046": 2745,
"1373": 2746,
" 958": 2747,
"1157": 2748,
"1423": 2749,
"1467": 2750,
" 926": 2751,
"1270": 2752,
"1326": 2753,
"1162": 2754,
" 924": 2755,
"1089": 2756,
"1302": 2757,
"1097": 2758,
"1154": 2759,
"en": 2760,
"931": 2761,
"079": 2762,
"943": 2763,
"009": 2764,
" 1746": 2765,
" 1835": 2766,
" 1305": 2767,
" 1255": 2768,
" 1111": 2769,
" 1156": 2770,
" 1308": 2771,
" 1325": 2772,
" 1287": 2773,
" 1302": 2774,
" 1276": 2775,
" 1390": 2776,
" 1549": 2777,
" 1161": 2778,
" 1215": 2779,
" 1101": 2780,
" 1051": 2781,
"961": 2782,
" 897": 2783,
"1079": 2784,
"1199": 2785,
"1155": 2786,
"1440": 2787,
"1255": 2788,
"1452": 2789,
"1111": 2790,
" 986": 2791,
"1351": 2792,
" 997": 2793,
"1342": 2794,
" 859": 2795,
" 977": 2796,
"1491": 2797,
"1253": 2798,
" 988": 2799,
"1243": 2800,
" 905": 2801,
"1209": 2802,
" 885": 2803,
"1231": 2804,
"1344": 2805,
" 957": 2806,
"1152": 2807,
" 942": 2808,
" 877": 2809,
"1343": 2810,
" 844": 2811,
"1164": 2812,
"1034": 2813,
"1186": 2814,
"1057": 2815,
"1096": 2816,
"ar": 2817,
"098": 2818,
"967": 2819,
"974": 2820,
"096": 2821,
"063": 2822,
" 1213": 2823,
" 1155": 2824,
" 1261": 2825,
" 1292": 2826,
" 1267": 2827,
" 1346": 2828,
" 1389": 2829,
" 1494": 2830,
" 1413": 2831,
" 1221": 2832,
" 1068": 2833,
" 1102": 2834,
" 1460": 2835,
" 1456": 2836,
" 1480": 2837,
" 1459": 2838,
" 1505": 2839,
" 1438": 2840,
" 1543": 2841,
"076": 2842,
"071": 2843,
"074": 2844,
"998": 2845,
"046": 2846,
"sychiatr": 2847,
"1076": 2848,
" 970": 2849,
" 994": 2850,
"1101": 2851,
"1271": 2852,
"1092": 2853,
"1296": 2854,
"1160": 2855,
"1221": 2856,
"1087": 2857,
"1143": 2858,
"1091": 2859,
"1176": 2860,
"1106": 2861,
"1085": 2862,
"1159": 2863,
"1183": 2864,
" 908": 2865,
"1252": 2866,
"1084": 2867,
"1233": 2868,
"1397": 2869,
"1256": 2870,
"1401": 2871,
"1051": 2872,
"nt": 2873,
"095": 2874,
"1555": 2875,
"1122": 2876,
"1485": 2877,
"1645": 2878,
"1358": 2879,
"1158": 2880,
" 982": 2881,
"1094": 2882,
"1041": 2883,
" 915": 2884,
" 975": 2885,
"1156": 2886,
"1238": 2887,
" 932": 2888,
" 985": 2889,
"1244": 2890,
"1268": 2891,
"1235": 2892,
"1288": 2893,
"1339": 2894,
" 941": 2895,
"1439": 2896,
" 871": 2897,
" 962": 2898,
"1304": 2899,
"1099": 2900,
" 945": 2901,
"1406": 2902,
"1123": 2903,
" 907": 2904,
"094": 2905,
"084": 2906,
"051": 2907,
"nd": 2908,
" 1447": 2909,
" 1358": 2910,
" 1247": 2911,
" 1437": 2912,
" 1141": 2913,
" 1189": 2914,
" 1291": 2915,
" 1482": 2916,
" 1063": 2917,
" 1574": 2918,
" 1295": 2919,
" 1220": 2920,
" 1268": 2921,
" 1227": 2922,
" 1477": 2923,
" 1379": 2924,
" 1405": 2925,
" 1117": 2926,
" 1339": 2927,
" 1257": 2928,
" 1508": 2929,
" 1103": 2930,
" 1479": 2931,
" 1321": 2932,
" 1464": 2933,
" 1190": 2934,
" 1180": 2935,
" 1697": 2936,
" 1234": 2937,
" 1285": 2938,
" 1157": 2939,
" 1181": 2940,
" 1137": 2941,
" 1401": 2942,
"it": 2943,
"099": 2944,
"1309": 2945,
"1193": 2946,
"1292": 2947,
" 989": 2948,
"1167": 2949,
"1413": 2950,
"1529": 2951,
"1279": 2952,
"1400": 2953,
" 943": 2954,
"1260": 2955,
"1215": 2956,
"1127": 2957,
" 863": 2958,
"1340": 2959,
"1336": 2960,
"1249": 2961,
"1331": 2962,
"1320": 2963,
"1132": 2964,
"1272": 2965,
" 973": 2966,
"1216": 2967,
" 983": 2968,
"1190": 2969,
" 964": 2970,
"1310": 2971,
"1103": 2972,
"1429": 2973,
"1161": 2974,
"1128": 2975,
"1137": 2976,
"ed": 2977,
"epression": 2978,
" depressi": 2979,
"rbitratio": 2980,
"bitration": 2981,
"065": 2982,
" 1250": 2983,
" 1262": 2984,
" 1396": 2985,
" 1428": 2986,
" 1148": 2987,
" 1742": 2988,
" 1613": 2989,
" 1497": 2990,
" 1519": 2991,
" 1177": 2992,
" 1380": 2993,
" 1595": 2994,
" 1618": 2995,
" 1151": 2996,
" 1441": 2997,
" 1495": 2998,
" 1206": 2999,
" 1670": 3000,
"1213": 3001,
" 862": 3002,
"1558": 3003,
"1300": 3004,
"1584": 3005,
"1121": 3006,
"1327": 3007,
"1322": 3008,
"1284": 3009,
" 993": 3010,
"1163": 3011,
"1278": 3012,
"1212": 3013,
"1134": 3014,
"1276": 3015,
"1325": 3016,
"1241": 3017,
"1289": 3018,
"1492": 3019,
"1287": 3020,
"1227": 3021,
"1414": 3022,
"1438": 3023,
"1286": 3024,
"1390": 3025,
"1275": 3026,
"1324": 3027,
"te": 3028,
"al": 3029,
"ati": 3030,
"083": 3031,
"dolesce": 3032,
"olescen": 3033,
"lescent": 3034,
" victim": 3035,
"093": 3036,
" victims": 3037,
"1173": 3038,
"1187": 3039,
"1307": 3040,
"1262": 3041,
" 956": 3042,
"1153": 3043,
"1346": 3044,
" 967": 3045,
" 998": 3046,
"1329": 3047,
"1377": 3048,
"1618": 3049,
" 966": 3050,
"1565": 3051,
"1285": 3052,
"1368": 3053,
"1428": 3054,
" 974": 3055,
"1613": 3056,
"1334": 3057,
"1219": 3058,
"1405": 3059,
"1544": 3060,
"1460": 3061,
"1459": 3062,
"1416": 3063,
"1505": 3064,
" 991": 3065,
"1518": 3066,
"1479": 3067,
"1065": 3068,
"1464": 3069,
"1404": 3070,
"1303": 3071,
"1332": 3072,
"1293": 3073,
"are": 3074,
"092": 3075,
"085": 3076,
"034": 3077,
"chool": 3078,
"llege": 3079,
" 1627": 3080,
" 1603": 3081,
" 1424": 3082,
" 1531": 3083,
" 1370": 3084,
" 1563": 3085,
" 1897": 3086,
" 1425": 3087,
" 1672": 3088,
" 1313": 3089,
" 1729": 3090,
" 1513": 3091,
" 1436": 3092,
" 1578": 3093,
" 1374": 3094,
" 1216": 3095,
" 1521": 3096,
" 1573": 3097,
" 1286": 3098,
" 1630": 3099,
" 1398": 3100,
" 1462": 3101,
" 1323": 3102,
" 1191": 3103,
" 1304": 3104,
" 1274": 3105,
" 1328": 3106,
" 1515": 3107,
"st": 3108,
"1345": 3109,
"1746": 3110,
"1591": 3111,
"1604": 3112,
"1250": 3113,
"1317": 3114,
"1261": 3115,
"1386": 3116,
"1093": 3117,
"1267": 3118,
"1494": 3119,
" 978": 3120,
"1308": 3121,
"1574": 3122,
"1742": 3123,
"1220": 3124,
"1498": 3125,
"1379": 3126,
"1206": 3127,
"1703": 3128,
"1508": 3129,
"1543": 3130,
" 971": 3131,
" 934": 3132,
"1274": 3133,
"1550": 3134,
"ng": 3135,
"ession": 3136,
" schoo": 3137,
"school": 3138,
"081": 3139,
" con": 3140,
"1500": 3141,
"1389": 3142,
"1305": 3143,
"1242": 3144,
"1359": 3145,
"1141": 3146,
"1259": 3147,
"1277": 3148,
"1425": 3149,
"1672": 3150,
"1392": 3151,
"1316": 3152,
"1729": 3153,
"1396": 3154,
"1148": 3155,
"1431": 3156,
"1314": 3157,
"1335": 3158,
"1408": 3159,
"1295": 3160,
"1477": 3161,
"1411": 3162,
"1495": 3163,
"1369": 3164,
"1761": 3165,
"1480": 3166,
"1117": 3167,
"1588": 3168,
"1456": 3169,
"1816": 3170,
"1660": 3171,
"1135": 3172,
"1263": 3173,
"1360": 3174,
"1177": 3175,
"1195": 3176,
"1630": 3177,
"1151": 3178,
"1441": 3179,
"1191": 3180,
"1237": 3181,
"1362": 3182,
"1549": 3183,
"1301": 3184,
" 951": 3185,
" re": 3186,
"res": 3187,
" 1626": 3188,
" 1345": 3189,
" 1443": 3190,
" 1242": 3191,
" 1312": 3192,
" 1564": 3193,
" 1369": 3194,
" 1561": 3195,
" 1416": 3196,
" 1273": 3197,
" 1526": 3198,
" 1202": 3199,
" 1254": 3200,
" 1442": 3201,
" 1524": 3202,
" 1315": 3203,
" 1065": 3204,
" 1362": 3205,
" 1847": 3206,
" 1354": 3207,
" 1685": 3208,
" 1669": 3209,
" 1503": 3210,
"io": 3211,
"sychiat": 3212,
"ychiatr": 3213,
"ression": 3214,
" career": 3215,
"1627": 3216,
"1081": 3217,
"1443": 3218,
"1708": 3219,
" 914": 3220,
"1398": 3221,
"1447": 3222,
"1385": 3223,
"1422": 3224,
"1384": 3225,
"1306": 3226,
"1592": 3227,
"1531": 3228,
"1563": 3229,
"1333": 3230,
"1451": 3231,
"1189": 3232,
"1709": 3233,
"1198": 3234,
"1312": 3235,
"1375": 3236,
"1395": 3237,
"1254": 3238,
"1393": 3239,
"1299": 3240,
"1578": 3241,
"1298": 3242,
"1273": 3243,
"1102": 3244,
"1519": 3245,
"1131": 3246,
"1497": 3247,
"1180": 3248,
"1575": 3249,
"1551": 3250,
"1380": 3251,
"1234": 3252,
"1442": 3253,
"1321": 3254,
"1697": 3255,
"1625": 3256,
"1430": 3257,
"1654": 3258,
"1488": 3259,
"1503": 3260,
"is": 3261,
"ate": 3262,
" 1593": 3263,
" 1559": 3264,
" 1736": 3265,
" 1569": 3266,
" 1422": 3267,
" 1455": 3268,
" 1433": 3269,
" 1567": 3270,
" 1556": 3271,
" 1704": 3272,
" 1534": 3273,
" 1402": 3274,
" 1771": 3275,
" 1333": 3276,
" 1454": 3277,
" 1566": 3278,
" 1341": 3279,
" 1516": 3280,
" 1628": 3281,
" 1629": 3282,
" 1539": 3283,
" 1297": 3284,
" 1421": 3285,
" 1361": 3286,
" 1816": 3287,
" 1468": 3288,
" 1644": 3289,
" 1430": 3290,
" 2121": 3291,
"ic": 3292,
"epressio": 3293,
"pression": 3294,
" depress": 3295,
"depressi": 3296,
"tability": 3297,
"rbitrati": 3298,
"bitratio": 3299,
"itration": 3300,
" are": 3301,
"1626": 3302,
"1835": 3303,
"1559": 3304,
"1564": 3305,
"1455": 3306,
"1424": 3307,
"1437": 3308,
"1418": 3309,
"1427": 3310,
"1347": 3311,
"1371": 3312,
"1370": 3313,
"1407": 3314,
"1897": 3315,
"1415": 3316,
"1482": 3317,
"1432": 3318,
"1513": 3319,
"1609": 3320,
"1614": 3321,
"1661": 3322,
"1374": 3323,
"1229": 3324,
"1402": 3325,
"1524": 3326,
"1771": 3327,
"1381": 3328,
"1258": 3329,
"1341": 3330,
"1545": 3331,
"1420": 3332,
"1517": 3333,
"1812": 3334,
"1297": 3335,
"1988": 3336,
"1511": 3337,
"1605": 3338,
"1388": 3339,
"1338": 3340,
"1622": 3341,
"co": 3342,
"le": 3343,
" wi": 3344,
" tha": 3345,
"2012": 3346,
"1590": 3347,
"1603": 3348,
"1283": 3349,
"1365": 3350,
"1556": 3351,
"1357": 3352,
"1490": 3353,
"1532": 3354,
"1757": 3355,
"1409": 3356,
"1504": 3357,
"1353": 3358,
"1534": 3359,
"1714": 3360,
"1496": 3361,
"1466": 3362,
"1724": 3363,
"1426": 3364,
"1685": 3365,
"1483": 3366,
"1489": 3367,
"1526": 3368,
"1970": 3369,
"1969": 3370,
"1628": 3371,
"1570": 3372,
"1337": 3373,
"1595": 3374,
"1650": 3375,
"1763": 3376,
"1462": 3377,
"1905": 3378,
"1382": 3379,
"1376": 3380,
"1361": 3381,
"1266": 3382,
"1354": 3383,
"1581": 3384,
"1705": 3385,
"1601": 3386,
"1515": 3387,
"1352": 3388,
"ssion": 3389,
" 1956": 3390,
" 1445": 3391,
" 1384": 3392,
" 1590": 3393,
" 1453": 3394,
" 1198": 3395,
" 1532": 3396,
" 1355": 3397,
" 1504": 3398,
" 1994": 3399,
" 1465": 3400,
" 1523": 3401,
" 1522": 3402,
" 1727": 3403,
" 1365": 3404,
" 2038": 3405,
" 1667": 3406,
" 1446": 3407,
" 1371": 3408,
" 1801": 3409,
"de": 3410,
"ability": 3411,
"epressi": 3412,
" assist": 3413,
" tragic": 3414,
" kilome": 3415,
"kilomet": 3416,
"ilometr": 3417,
"lometre": 3418,
"rbitrat": 3419,
"se": 3420,
"ta": 3421,
"dolesc": 3422,
"olesce": 3423,
"lescen": 3424,
"escent": 3425,
" victi": 3426,
"victim": 3427,
"that": 3428,
"1501": 3429,
"1499": 3430,
"1670": 3431,
"1593": 3432,
"1589": 3433,
"1435": 3434,
"1629": 3435,
"1569": 3436,
"1445": 3437,
"1662": 3438,
"1673": 3439,
"1313": 3440,
"1446": 3441,
"1372": 3442,
"1318": 3443,
"1562": 3444,
"1561": 3445,
"1502": 3446,
"1510": 3447,
"1653": 3448,
"1750": 3449,
"1444": 3450,
"1412": 3451,
"1566": 3452,
"1539": 3453,
"1257": 3454,
"1516": 3455,
"2200": 3456,
"1311": 3457,
"1349": 3458,
"1573": 3459,
"1315": 3460,
"1421": 3461,
"1873": 3462,
"1745": 3463,
"1966": 3464,
"1328": 3465,
"1461": 3466,
" ": 3467,
" be": 3468,
"ess": 3469,
"ri": 3470,
"to": 3471,
"ou": 3472,
" chil": 3473,
"tions": 3474,
"ressi": 3475,
" 1875": 3476,
" 1598": 3477,
" 1604": 3478,
" 1918": 3479,
" 1322": 3480,
" 1407": 3481,
" 1739": 3482,
" 1614": 3483,
" 1621": 3484,
" 1472": 3485,
" 1481": 3486,
" 1527": 3487,
" 1653": 3488,
" 1768": 3489,
" 1594": 3490,
" 1449": 3491,
" 1851": 3492,
" 1724": 3493,
" 1382": 3494,
" 1865": 3495,
" 1671": 3496,
" 1836": 3497,
" 1463": 3498,
" 2118": 3499,
" 1701": 3500,
" 2076": 3501,
" 1782": 3502,
" 1266": 3503,
" 1201": 3504,
" 1366": 3505,
" 1625": 3506,
" 1486": 3507,
" 1793": 3508,
"sion": 3509,
" pro": 3510,
"1471": 3511,
"1465": 3512,
"1847": 3513,
"1956": 3514,
"1387": 3515,
"1850": 3516,
"1356": 3517,
"1541": 3518,
"2125": 3519,
"1419": 3520,
"1674": 3521,
"1355": 3522,
"1619": 3523,
"1520": 3524,
"1879": 3525,
"1704": 3526,
"1436": 3527,
"2201": 3528,
"1617": 3529,
"1638": 3530,
"1950": 3531,
"1201": 3532,
"1719": 3533,
"1523": 3534,
"1475": 3535,
"1623": 3536,
"1631": 3537,
"2013": 3538,
"1721": 3539,
"1454": 3540,
"1820": 3541,
"1597": 3542,
"1671": 3543,
"1568": 3544,
"1715": 3545,
"1557": 3546,
"1469": 3547,
"1202": 3548,
"1664": 3549,
"1521": 3550,
"1616": 3551,
"1669": 3552,
"1681": 3553,
"2206": 3554,
"1958": 3555,
"1827": 3556,
"1637": 3557,
"1323": 3558,
"1814": 3559,
"1403": 3560,
"2043": 3561,
"1925": 3562,
"1701": 3563,
"1667": 3564,
"1319": 3565,
"ha": 3566,
" ha": 3567,
"wit": 3568,
"ith": 3569,
" ar": 3570,
" ca": 3571,
" is": 3572,
"sta": 3573,
"ions": 3574,
"essi": 3575,
"choo": 3576,
"1875": 3577,
"1868": 3578,
"1530": 3579,
"1676": 3580,
"1470": 3581,
"1586": 3582,
"1522": 3583,
"1779": 3584,
"1881": 3585,
"1813": 3586,
"1648": 3587,
"1659": 3588,
"2053": 3589,
"1748": 3590,
"1860": 3591,
"1655": 3592,
"1926": 3593,
"1394": 3594,
"1828": 3595,
"1829": 3596,
"1994": 3597,
"1449": 3598,
"1417": 3599,
"1852": 3600,
"1363": 3601,
"1602": 3602,
"1538": 3603,
"1506": 3604,
"1509": 3605,
"1752": 3606,
"1947": 3607,
"1727": 3608,
"1837": 3609,
"1399": 3610,
"2038": 3611,
"1805": 3612,
"1826": 3613,
"1694": 3614,
"1801": 3615,
"si": 3616,
"sychia": 3617,
"ychiat": 3618,
"chiatr": 3619,
"ressio": 3620,
"abilit": 3621,
"pressi": 3622,
" caree": 3623,
"career": 3624,
"ictims": 3625,
" pr": 3626,
" or": 3627,
"ive": 3628,
"essio": 3629,
" scho": 3630,
"schoo": 3631,
" 2115": 3632,
" 1975": 3633,
" 2119": 3634,
" 1367": 3635,
" 2408": 3636,
" 1410": 3637,
" 1372": 3638,
" 2112": 3639,
" 1934": 3640,
" 1780": 3641,
" 1808": 3642,
" 2055": 3643,
" 2068": 3644,
" 2060": 3645,
" 1658": 3646,
" 2069": 3647,
" 1415": 3648,
" 1553": 3649,
" 1864": 3650,
" 1933": 3651,
" 2100": 3652,
" 1616": 3653,
" 1817": 3654,
" 2018": 3655,
" 2037": 3656,
" 1635": 3657,
" 1666": 3658,
"of": 3659,
"pressio": 3660,
"assista": 3661,
"ssistan": 3662,
" depres": 3663,
"depress": 3664,
"tabilit": 3665,
" attack": 3666,
"ncident": 3667,
"ommunit": 3668,
"mmunity": 3669,
"bitrati": 3670,
"itratio": 3671,
"tration": 3672,
" de": 3673,
"hool": 3674,
"ress": 3675,
"lleg": 3676,
"lege": 3677,
"2035": 3678,
"1844": 3679,
"1643": 3680,
"1632": 3681,
"2017": 3682,
"1766": 3683,
"1851": 3684,
"1585": 3685,
"1918": 3686,
"1890": 3687,
"1560": 3688,
"1478": 3689,
"1606": 3690,
"1707": 3691,
"2296": 3692,
"1410": 3693,
"1682": 3694,
"1993": 3695,
"1448": 3696,
"1883": 3697,
"1712": 3698,
"1481": 3699,
"1906": 3700,
"1621": 3701,
"1472": 3702,
"1718": 3703,
"1733": 3704,
"1738": 3705,
"1744": 3706,
"1594": 3707,
"1294": 3708,
"1749": 3709,
"1730": 3710,
"1859": 3711,
"1770": 3712,
"1726": 3713,
"1680": 3714,
"1856": 3715,
"1706": 3716,
"1571": 3717,
"1758": 3718,
"2039": 3719,
"1987": 3720,
"2005": 3721,
"1577": 3722,
"1580": 3723,
"1634": 3724,
"1582": 3725,
"1836": 3726,
"1933": 3727,
"1795": 3728,
"1929": 3729,
"1468": 3730,
"1641": 3731,
"2037": 3732,
"1699": 3733,
"1644": 3734,
"1366": 3735,
"2121": 3736,
"1487": 3737,
"1793": 3738,
"ca": 3739,
"ers": 3740,
"ons": 3741,
"tra": 3742,
"ch": 3743,
"il": 3744,
"tr": 3745,
"ra": 3746,
"li": 3747,
"ll": 3748,
"forma": 3749,
"ident": 3750,
" 1385": 3751,
" 1913": 3752,
" 2131": 3753,
" 1895": 3754,
" 1735": 3755,
" 1902": 3756,
" 1624": 3757,
" 2270": 3758,
" 1412": 3759,
" 1749": 3760,
" 1797": 3761,
" 2256": 3762,
" 1726": 3763,
" 1777": 3764,
" 1695": 3765,
" 2146": 3766,
" 1725": 3767,
" 1819": 3768,
" 1696": 3769,
" 1580": 3770,
" 1840": 3771,
" 2173": 3772,
" 2078": 3773,
" 1684": 3774,
" 2199": 3775,
" 2091": 3776,
" 1999": 3777,
" 1955": 3778,
" 2914": 3779,
" 1983": 3780,
" 1810": 3781,
" 1698": 3782,
"ictim": 3783,
"ssi": 3784,
"act": 3785,
"1484": 3786,
"1702": 3787,
"2115": 3788,
"1924": 3789,
"1975": 3790,
"1598": 3791,
"1507": 3792,
"1687": 3793,
"1736": 3794,
"2168": 3795,
"2119": 3796,
"2058": 3797,
"2171": 3798,
"1433": 3799,
"1990": 3800,
"1367": 3801,
"1567": 3802,
"2408": 3803,
"1476": 3804,
"1453": 3805,
"1540": 3806,
"1675": 3807,
"1942": 3808,
"1968": 3809,
"1600": 3810,
"1611": 3811,
"1610": 3812,
"2126": 3813,
"2044": 3814,
"1865": 3815,
"1734": 3816,
"1677": 3817,
"2273": 3818,
"1964": 3819,
"1533": 3820,
"1624": 3821,
"1811": 3822,
"1548": 3823,
"1463": 3824,
"1527": 3825,
"1790": 3826,
"1754": 3827,
"1768": 3828,
"2064": 3829,
"1740": 3830,
"1717": 3831,
"2002": 3832,
"2057": 3833,
"1665": 3834,
"1264": 3835,
"2339": 3836,
"1982": 3837,
"1693": 3838,
"1755": 3839,
"1723": 3840,
"2173": 3841,
"1658": 3842,
"1713": 3843,
"2132": 3844,
"1725": 3845,
"2001": 3846,
"2279": 3847,
"1696": 3848,
"1853": 3849,
"1554": 3850,
"1807": 3851,
"1810": 3852,
"1683": 3853,
"1535": 3854,
"1785": 3855,
"1841": 3856,
"2019": 3857,
"1774": 3858,
"1642": 3859,
"1794": 3860,
"1872": 3861,
"1450": 3862,
"1542": 3863,
"1486": 3864,
"as": 3865,
"hi": 3866,
"bility": 3867,
"epress": 3868,
"ations": 3869,
" sheet": 3870,
"ommuni": 3871,
" assis": 3872,
"assist": 3873,
" tragi": 3874,
"tragic": 3875,
"square": 3876,
" kilom": 3877,
"kilome": 3878,
"ilomet": 3879,
"lometr": 3880,
"ometre": 3881,
"rbitra": 3882,
"bitrat": 3883,
"ts": 3884,
"ho": 3885,
"ur": 3886,
"ns": 3887,
"ea": 3888,
"ct": 3889,
"hild": 3890,
"orma": 3891,
"ting": 3892,
"tive": 3893,
" sta": 3894,
"1512": 3895,
"2319": 3896,
"2216": 3897,
"1789": 3898,
"2067": 3899,
"2030": 3900,
"2211": 3901,
"2209": 3902,
"1775": 3903,
"1739": 3904,
"1576": 3905,
"1945": 3906,
"2020": 3907,
"1895": 3908,
"1764": 3909,
"1743": 3910,
"2225": 3911,
"2093": 3912,
"1633": 3913,
"1690": 3914,
"1902": 3915,
"1959": 3916,
"2250": 3917,
"1928": 3918,
"2631": 3919,
"2068": 3920,
"1786": 3921,
"1914": 3922,
"1874": 3923,
"1773": 3924,
"1652": 3925,
"1458": 3926,
"1457": 3927,
"2050": 3928,
"1716": 3929,
"1840": 3930,
"1608": 3931,
"1391": 3932,
"2314": 3933,
"2133": 3934,
"1364": 3935,
"1799": 3936,
"1596": 3937,
"1635": 3938,
"1553": 3939,
"1819": 3940,
"1691": 3941,
"1907": 3942,
"1791": 3943,
"2329": 3944,
"1995": 3945,
"1991": 3946,
"1722": 3947,
"1640": 3948,
"2072": 3949,
"2235": 3950,
"2076": 3951,
"1955": 3952,
"2090": 3953,
"1537": 3954,
"1782": 3955,
"1983": 3956,
"2281": 3957,
"1800": 3958,
"1572": 3959,
"con": 3960,
"cti": 3961,
" su": 3962,
"ss": 3963,
"ne": 3964,
"ma": 3965,
"ac": 3966,
"doles": 3967,
"olesc": 3968,
"lesce": 3969,
"escen": 3970,
"scent": 3971,
"ative": 3972,
"ition": 3973,
"press": 3974,
" cont": 3975,
"ction": 3976,
" 1514": 3977,
" 2171": 3978,
" 2137": 3979,
" 1673": 3980,
" 2081": 3981,
" 2022": 3982,
" 1648": 3983,
" 2107": 3984,
" 2576": 3985,
" 2427": 3986,
" 1741": 3987,
" 2139": 3988,
" 1843": 3989,
" 1457": 3990,
" 1602": 3991,
" 1823": 3992,
" 1866": 3993,
" 2163": 3994,
" 2155": 3995,
" 1894": 3996,
" 2072": 3997,
" 1689": 3998,
" 1830": 3999,
" 2566": 4000,
" 2288": 4001,
" 1338": 4002,
"urder": 4003,
" vict": 4004,
"victi": 4005,
" se": 4006,
" di": 4007,
" st": 4008,
" as": 4009,
"ies": 4010,
"la": 4011,
"ents": 4012,
"thei": 4013,
"heir": 4014,
"ssio": 4015,
" can": 4016,
"ight": 4017,
" she": 4018,
"dent": 4019,
"2299": 4020,
"1861": 4021,
"1972": 4022,
"1831": 4023,
"2234": 4024,
"1769": 4025,
"2059": 4026,
"1913": 4027,
"2170": 4028,
"2079": 4029,
"2131": 4030,
"2379": 4031,
"1843": 4032,
"1493": 4033,
"1777": 4034,
"1949": 4035,
"1980": 4036,
"1735": 4037,
"2112": 4038,
"1934": 4039,
"2124": 4040,
"2614": 4041,
"1845": 4042,
"2208": 4043,
"2185": 4044,
"1808": 4045,
"1806": 4046,
"2055": 4047,
"1989": 4048,
"1916": 4049,
"3115": 4050,
"2024": 4051,
"2272": 4052,
"1825": 4053,
"1821": 4054,
"1728": 4055,
"2016": 4056,
"1765": 4057,
"1796": 4058,
"3121": 4059,
"1904": 4060,
"1700": 4061,
"2186": 4062,
"1817": 4063,
"1587": 4064,
"2251": 4065,
"1971": 4066,
"1960": 4067,
"2118": 4068,
"1612": 4069,
"2069": 4070,
"1978": 4071,
"1977": 4072,
"1999": 4073,
"2332": 4074,
"2244": 4075,
"1646": 4076,
"1903": 4077,
"1822": 4078,
"2605": 4079,
"1434": 4080,
"2042": 4081,
"1915": 4082,
"1525": 4083,
"2363": 4084,
"1910": 4085,
"1864": 4086,
"1656": 4087,
"2547": 4088,
"1651": 4089,
"2100": 4090,
"1878": 4091,
"1473": 4092,
"2120": 4093,
"1689": 4094,
"1737": 4095,
"1684": 4096,
"1784": 4097,
"2094": 4098,
"2040": 4099,
"2091": 4100,
"1636": 4101,
"1943": 4102,
"1848": 4103,
"1869": 4104,
"2868": 4105,
"1666": 4106,
"1834": 4107,
"2382": 4108,
"1781": 4109,
"1599": 4110,
"2288": 4111,
" e": 4112,
"chi": 4113,
"pro": 4114,
"ity": 4115,
"di": 4116,
"me": 4117,
"us": 4118,
"el": 4119,
" other": 4120,
"though": 4121,
"essive": 4122,
"School": 4123,
"ssista": 4124,
"sistan": 4125,
"ccount": 4126,
" depre": 4127,
"depres": 4128,
"tabili": 4129,
" state": 4130,
"uspect": 4131,
" attac": 4132,
"attack": 4133,
"nciden": 4134,
"cident": 4135,
"mmunit": 4136,
"munity": 4137,
"itrati": 4138,
"tratio": 4139,
"ration": 4140,
"lauses": 4141,
"ted": 4142,
"The": 4143,
" ma": 4144,
" at": 4145,
"be": 4146,
"ge": 4147,
" thi": 4148,
"this": 4149,
" chi": 4150,
"chil": 4151,
" The": 4152,
" res": 4153,
"cent": 4154,
"pres": 4155,
" ass": 4156,
"ring": 4157,
"rder": 4158,
" col": 4159,
"coll": 4160,
"olle": 4161,
"2539": 4162,
"1514": 4163,
"2286": 4164,
"2465": 4165,
"1776": 4166,
"2468": 4167,
"2161": 4168,
"2263": 4169,
"1663": 4170,
"2516": 4171,
"2398": 4172,
"2651": 4173,
"2164": 4174,
"1932": 4175,
"2427": 4176,
"2517": 4177,
"2096": 4178,
"1780": 4179,
"1842": 4180,
"2009": 4181,
"2343": 4182,
"2527": 4183,
"2503": 4184,
"1992": 4185,
"1858": 4186,
"1615": 4187,
"2204": 4188,
"1741": 4189,
"1866": 4190,
"2298": 4191,
"2756": 4192,
"2458": 4193,
"2139": 4194,
"2845": 4195,
"2270": 4196,
"1732": 4197,
"2320": 4198,
"1778": 4199,
"1797": 4200,
"2239": 4201,
"2108": 4202,
"1937": 4203,
"1583": 4204,
"2166": 4205,
"1783": 4206,
"2603": 4207,
"2006": 4208,
"1965": 4209,
"2625": 4210,
"2542": 4211,
"2015": 4212,
"2151": 4213,
"2566": 4214,
"1753": 4215,
"2373": 4216,
"2010": 4217,
"1747": 4218,
"2720": 4219,
"2163": 4220,
"1759": 4221,
"2123": 4222,
"2583": 4223,
"2078": 4224,
"2439": 4225,
"2253": 4226,
"1908": 4227,
"1976": 4228,
"2280": 4229,
"2014": 4230,
"2315": 4231,
"2451": 4232,
"1528": 4233,
"2063": 4234,
"1772": 4235,
"2285": 4236,
"1877": 4237,
"1657": 4238,
"2350": 4239,
"1474": 4240,
"2089": 4241,
"2178": 4242,
"2486": 4243,
"lo": 4244,
"pr": 4245,
" diff": 4246,
" cons": 4247,
"sychi": 4248,
"ychia": 4249,
"chiat": 4250,
"hiatr": 4251,
"abili": 4252,
"bilit": 4253,
"epres": 4254,
" stat": 4255,
" care": 4256,
"caree": 4257,
"areer": 4258,
"ready": 4259,
"dents": 4260,
" 2092": 4261,
" 1973": 4262,
" 1789": 4263,
" 2704": 4264,
" 2425": 4265,
" 2295": 4266,
" 2845": 4267,
" 1888": 4268,
" 2313": 4269,
" 2191": 4270,
" 2387": 4271,
" 2925": 4272,
" 1911": 4273,
" 2640": 4274,
" 2397": 4275,
" 1751": 4276,
" 1636": 4277,
" 2185": 4278,
" 1474": 4279,
" 1678": 4280,
" 1548": 4281,
"ctims": 4282,
"ro": 4283,
" A": 4284,
"pe": 4285,
"om": 4286,
"his": 4287,
"all": 4288,
"tha": 4289,
"hat": 4290,
"eve": 4291,
" sh": 4292,
"rea": 4293,
"wi": 4294,
"ce": 4295,
"ee": 4296,
"tin": 4297,
"ant": 4298,
"rat": 4299,
"ide": 4300,
" ": 4301,
"2011": 4302,
"ment": 4303,
" sch": 4304,
"scho": 4305,
" per": 4306,
"form": 4307,
" att": 4308,
"sist": 4309,
"trat": 4310,
"rati": 4311,
" hav": 4312,
"have": 4313,
"iden": 4314,
" car": 4315,
"2099": 4316,
"2101": 4317,
"2190": 4318,
"1973": 4319,
"2026": 4320,
"1760": 4321,
"2704": 4322,
"2175": 4323,
"2156": 4324,
"2425": 4325,
"1870": 4326,
"2734": 4327,
"2260": 4328,
"2081": 4329,
"2475": 4330,
"2022": 4331,
"2243": 4332,
"1867": 4333,
"1936": 4334,
"2160": 4335,
"2748": 4336,
"2349": 4337,
"2129": 4338,
"1862": 4339,
"1579": 4340,
"2065": 4341,
"1787": 4342,
"2324": 4343,
"2443": 4344,
"2032": 4345,
"2577": 4346,
"1922": 4347,
"1900": 4348,
"2430": 4349,
"2183": 4350,
"2060": 4351,
"1668": 4352,
"1838": 4353,
"2311": 4354,
"2256": 4355,
"3117": 4356,
"2188": 4357,
"2150": 4358,
"3001": 4359,
"2191": 4360,
"2265": 4361,
"2554": 4362,
"1886": 4363,
"1892": 4364,
"2594": 4365,
"2146": 4366,
"2097": 4367,
"2760": 4368,
"2582": 4369,
"2702": 4370,
"2198": 4371,
"1889": 4372,
"2138": 4373,
"3502": 4374,
"2372": 4375,
"1979": 4376,
"1692": 4377,
"2028": 4378,
"1809": 4379,
"1909": 4380,
"2399": 4381,
"2212": 4382,
"2036": 4383,
"2587": 4384,
"2309": 4385,
"1911": 4386,
"2155": 4387,
"2158": 4388,
"1894": 4389,
"2018": 4390,
"2283": 4391,
"2021": 4392,
"2007": 4393,
"2199": 4394,
"1887": 4395,
"2041": 4396,
"1938": 4397,
"1885": 4398,
"2088": 4399,
"2237": 4400,
"2046": 4401,
"2743": 4402,
"2110": 4403,
"2196": 4404,
"2460": 4405,
"2914": 4406,
"1981": 4407,
"2172": 4408,
"1798": 4409,
"2477": 4410,
"1871": 4411,
"2623": 4412,
"2241": 4413,
"1698": 4414,
"1824": 4415,
"rs": 4416,
"ere": 4417,
"sio": 4418,
" ch": 4419,
" Th": 4420,
"est": 4421,
"ica": 4422,
"ses": 4423,
"lle": 4424,
"other": 4425,
"gress": 4426,
"ility": 4427,
"trati": 4428,
" acco": 4429,
"Facts": 4430,
"AACAP": 4431,
"infor": 4432,
" shee": 4433,
"sheet": 4434,
"ommun": 4435,
"mmuni": 4436,
" assi": 4437,
"assis": 4438,
"ssist": 4439,
" depr": 4440,
"nswer": 4441,
" 2169": 4442,
" 2572": 4443,
" 1904": 4444,
" 2980": 4445,
" 2300": 4446,
" 2148": 4447,
" 2114": 4448,
" 2021": 4449,
" 2298": 4450,
" 1552": 4451,
" 2696": 4452,
" 1938": 4453,
" 2066": 4454,
" 1920": 4455,
" 2695": 4456,
" 1839": 4457,
" 2700": 4458,
" trag": 4459,
"tragi": 4460,
"ragic": 4461,
" crim": 4462,
"squar": 4463,
"quare": 4464,
" kilo": 4465,
"kilom": 4466,
"ilome": 4467,
"lomet": 4468,
"ometr": 4469,
"metre": 4470,
"rbitr": 4471,
"bitra": 4472,
"itrat": 4473,
"ie": 4474,
"et": 4475,
" has": 4476,
"oles": 4477,
"scen": 4478,
" com": 4479,
"stan": 4480,
"thou": 4481,
" dis": 4482,
"ough": 4483,
"acts": 4484,
"spec": 4485,
" cri": 4486,
"3039": 4487,
"2238": 4488,
"2297": 4489,
"2567": 4490,
"2906": 4491,
"2231": 4492,
"2086": 4493,
"2401": 4494,
"2388": 4495,
"2287": 4496,
"2137": 4497,
"2545": 4498,
"1679": 4499,
"2700": 4500,
"3350": 4501,
"3277": 4502,
"2080": 4503,
"1954": 4504,
"1893": 4505,
"2295": 4506,
"2179": 4507,
"2113": 4508,
"2107": 4509,
"3508": 4510,
"1552": 4511,
"2576": 4512,
"1941": 4513,
"2165": 4514,
"2033": 4515,
"2491": 4516,
"2495": 4517,
"2671": 4518,
"2452": 4519,
"2450": 4520,
"2593": 4521,
"1997": 4522,
"2054": 4523,
"1649": 4524,
"1985": 4525,
"1996": 4526,
"3054": 4527,
"3249": 4528,
"2409": 4529,
"1888": 4530,
"2572": 4531,
"3006": 4532,
"1804": 4533,
"2232": 4534,
"3003": 4535,
"3091": 4536,
"2245": 4537,
"2304": 4538,
"2956": 4539,
"1963": 4540,
"2551": 4541,
"3683": 4542,
"2292": 4543,
"2489": 4544,
"2925": 4545,
"2784": 4546,
"2202": 4547,
"2387": 4548,
"1695": 4549,
"2233": 4550,
"3075": 4551,
"4214": 4552,
"3106": 4553,
"2167": 4554,
"2114": 4555,
"2497": 4556,
"2520": 4557,
"3359": 4558,
"2407": 4559,
"2321": 4560,
"2275": 4561,
"2301": 4562,
"1823": 4563,
"2300": 4564,
"3527": 4565,
"2148": 4566,
"1815": 4567,
"1921": 4568,
"2353": 4569,
"1952": 4570,
"2051": 4571,
"2003": 4572,
"2193": 4573,
"2220": 4574,
"1547": 4575,
"1912": 4576,
"1998": 4577,
"1876": 4578,
"2640": 4579,
"3558": 4580,
"2252": 4581,
"2716": 4582,
"3324": 4583,
"2397": 4584,
"3110": 4585,
"2711": 4586,
"2461": 4587,
"2136": 4588,
"1751": 4589,
"2236": 4590,
"2254": 4591,
"2687": 4592,
"3022": 4593,
"2505": 4594,
"2181": 4595,
"1756": 4596,
"1710": 4597,
"2062": 4598,
"2608": 4599,
"3264": 4600,
"1536": 4601,
"1818": 4602,
"2346": 4603,
"1917": 4604,
"2780": 4605,
"1946": 4606,
"1882": 4607,
"1762": 4608,
"2317": 4609,
"2149": 4610,
"2368": 4611,
"2850": 4612,
"2377": 4613,
"1607": 4614,
"2487": 4615,
"2484": 4616,
"2659": 4617,
"1896": 4618,
"2410": 4619,
"1678": 4620,
"2898": 4621,
"2130": 4622,
"2644": 4623,
"icti": 4624,
"ctim": 4625,
" vic": 4626,
"vict": 4627,
" he": 4628,
"her": 4629,
"nts": 4630,
"hil": 4631,
"can": 4632,
"ste": 4633,
"cho": 4634,
"hoo": 4635,
"ool": 4636,
"per": 4637,
"man": 4638,
"lar": 4639,
" ac": 4640,
"tiv": 4641,
"iti": 4642,
"ist": 4643,
"igh": 4644,
"pre": 4645,
"ter": 4646,
" cr": 4647,
"vi": 4648,
"em": 4649,
"iv": 4650,
"hei": 4651,
"out": 4652,
"oll": 4653,
"orm": 4654,
"she": 4655,
"der": 4656,
"leg": 4657,
"ege": 4658,
"su": 4659,
"ut": 4660,
"date": 4661,
" may": 4662,
"dole": 4663,
"lesc": 4664,
"esce": 4665,
" use": 4666,
" act": 4667,
"tant": 4668,
"ativ": 4669,
"itio": 4670,
"sent": 4671,
" all": 4672,
"cont": 4673,
" exp": 4674,
"pect": 4675,
"ctio": 4676,
"stat": 4677,
"read": 4678,
" dat": 4679,
" cou": 4680,
"2514": 4681,
"2092": 4682,
"1944": 4683,
"2963": 4684,
"1731": 4685,
"1639": 4686,
"2812": 4687,
"2470": 4688,
"2595": 4689,
"2027": 4690,
"2278": 4691,
"2634": 4692,
"2419": 4693,
"2814": 4694,
"2951": 4695,
"2266": 4696,
"2312": 4697,
"2023": 4698,
"2855": 4699,
"2384": 4700,
"3113": 4701,
"3519": 4702,
"1931": 4703,
"1930": 4704,
"2731": 4705,
"2707": 4706,
"3585": 4707,
"2669": 4708,
"2454": 4709,
"2586": 4710,
"2271": 4711,
"2004": 4712,
"2109": 4713,
"2073": 4714,
"2733": 4715,
"2613": 4716,
"2412": 4717,
"2467": 4718,
"2227": 4719,
"2169": 4720,
"1792": 4721,
"2392": 4722,
"2417": 4723,
"1855": 4724,
"2000": 4725,
"2632": 4726,
"2602": 4727,
"2411": 4728,
"2226": 4729,
"2502": 4730,
"1832": 4731,
"3000": 4732,
"2159": 4733,
"2152": 4734,
"2313": 4735,
"2261": 4736,
"2690": 4737,
"2822": 4738,
"3008": 4739,
"3311": 4740,
"3273": 4741,
"2494": 4742,
"2422": 4743,
"2184": 4744,
"2103": 4745,
"2228": 4746,
"2610": 4747,
"2066": 4748,
"2459": 4749,
"2589": 4750,
"2341": 4751,
"2336": 4752,
"2189": 4753,
"2479": 4754,
"2735": 4755,
"1839": 4756,
"2531": 4757,
"2585": 4758,
"2290": 4759,
"3348": 4760,
"2578": 4761,
"2334": 4762,
"1788": 4763,
"2356": 4764,
"2284": 4765,
"1919": 4766,
"2674": 4767,
"2207": 4768,
"2496": 4769,
"2476": 4770,
"2725": 4771,
"1711": 4772,
"2282": 4773,
"2268": 4774,
"3134": 4775,
"2111": 4776,
"3190": 4777,
"2808": 4778,
"2988": 4779,
"2335": 4780,
"2325": 4781,
"1951": 4782,
"2978": 4783,
"2157": 4784,
"2466": 4785,
"3401": 4786,
"2773": 4787,
"3087": 4788,
"2082": 4789,
"2061": 4790,
"3016": 4791,
"2656": 4792,
"3467": 4793,
"1830": 4794,
"2274": 4795,
"2052": 4796,
"2305": 4797,
"2306": 4798,
"1686": 4799,
"1986": 4800,
"2636": 4801,
"2429": 4802,
"3080": 4803,
"2499": 4804,
"2134": 4805,
"2521": 4806,
"2483": 4807,
"1833": 4808,
"2894": 4809,
"2762": 4810,
"2048": 4811,
"2404": 4812,
"1948": 4813,
"1846": 4814,
"2620": 4815,
"2856": 4816,
"2394": 4817,
"2031": 4818,
"2606": 4819,
"urde": 4820,
"hav": 4821,
"ten": 4822,
" wh": 4823,
"les": 4824,
"use": 4825,
"nce": 4826,
"cal": 4827,
"tho": 4828,
"ght": 4829,
"rit": 4830,
" al": 4831,
"ear": 4832,
" vi": 4833,
"ass": 4834,
"den": 4835,
"ect": 4836,
"tat": 4837,
" prob": 4838,
"ional": 4839,
" othe": 4840,
"owing": 4841,
"ities": 4842,
"ormal": 4843,
"stant": 4844,
"thoug": 4845,
"hough": 4846,
"eight": 4847,
"essiv": 4848,
"ssive": 4849,
"velop": 4850,
"Schoo": 4851,
"sista": 4852,
"istan": 4853,
"uring": 4854,
"ccoun": 4855,
"count": 4856,
"depre": 4857,
"tabil": 4858,
"state": 4859,
"etail": 4860,
" 2557": 4861,
" 2192": 4862,
" 2023": 4863,
" 2113": 4864,
" 2598": 4865,
" 2291": 4866,
" 3206": 4867,
" 2920": 4868,
" 3685": 4869,
" 2643": 4870,
" 2575": 4871,
" 1788": 4872,
" 1940": 4873,
" 2674": 4874,
" 2077": 4875,
" 2098": 4876,
" 1939": 4877,
" 1803": 4878,
" 2283": 4879,
" 2134": 4880,
" 2087": 4881,
" 2483": 4882,
" 2497": 4883,
" 2482": 4884,
" 1846": 4885,
" 1863": 4886,
"uspec": 4887,
"spect": 4888,
" atta": 4889,
"attac": 4890,
"ttack": 4891,
"ncide": 4892,
"ciden": 4893,
" comm": 4894,
"munit": 4895,
"unity": 4896,
"event": 4897,
"ratio": 4898,
"lause": 4899,
"auses": 4900,
"ul": 4901,
"ty": 4902,
"un": 4903,
"ia": 4904,
"po": 4905,
"rin": 4906,
"ver": 4907,
"ild": 4908,
"ill": 4909,
"nal": 4910,
"rma": 4911,
"com": 4912,
" on": 4913,
"min": 4914,
" ex": 4915,
"red": 4916,
"cou": 4917,
"ad": 4918,
"im": 4919,
" see": 4920,
"onal": 4921,
" dif": 4922,
"diff": 4923,
"ling": 4924,
"cons": 4925,
"ther": 4926,
"wing": 4927,
"sych": 4928,
"ychi": 4929,
"chia": 4930,
"hiat": 4931,
"iatr": 4932,
"acti": 4933,
"ties": 4934,
"ical": 4935,
" kil": 4936,
"abil": 4937,
"bili": 4938,
"ilit": 4939,
"lity": 4940,
"epre": 4941,
"sive": 4942,
" You": 4943,
" tra": 4944,
" fro": 4945,
"from": 4946,
" cre": 4947,
"ator": 4948,
"assi": 4949,
"stra": 4950,
"sses": 4951,
" det": 4952,
"ount": 4953,
" man": 4954,
"tate": 4955,
"care": 4956,
"aree": 4957,
"reer": 4958,
"eady": 4959,
"port": 4960,
"uses": 4961,
"2750": 4962,
"2947": 4963,
"2591": 4964,
"2192": 4965,
"2328": 4966,
"2302": 4967,
"2934": 4968,
"2117": 4969,
"2056": 4970,
"2074": 4971,
"2383": 4972,
"2162": 4973,
"2541": 4974,
"3382": 4975,
"2414": 4976,
"2528": 4977,
"3413": 4978,
"1849": 4979,
"2518": 4980,
"1767": 4981,
"3017": 4982,
"4147": 4983,
"3131": 4984,
"1901": 4985,
"2405": 4986,
"2257": 4987,
"2752": 4988,
"2177": 4989,
"2174": 4990,
"2441": 4991,
"2448": 4992,
"2223": 4993,
"2621": 4994,
"2195": 4995,
"3303": 4996,
"2617": 4997,
"2626": 4998,
"2432": 4999,
"2652": 5000,
"2848": 5001,
"1899": 5002,
"2698": 5003,
"2837": 5004,
"2649": 5005,
"3031": 5006,
"3041": 5007,
"2045": 5008,
"3112": 5009,
"2144": 5010,
"3165": 5011,
"2240": 5012,
"2406": 5013,
"2218": 5014,
"2965": 5015,
"1974": 5016,
"2291": 5017,
"2333": 5018,
"1927": 5019,
"3206": 5020,
"2976": 5021,
"2375": 5022,
"2853": 5023,
"2180": 5024,
"2247": 5025,
"2526": 5026,
"3346": 5027,
"2552": 5028,
"3297": 5029,
"2507": 5030,
"1923": 5031,
"2436": 5032,
"2447": 5033,
"2618": 5034,
"2262": 5035,
"2524": 5036,
"2307": 5037,
"2754": 5038,
"3099": 5039,
"2457": 5040,
"2964": 5041,
"3624": 5042,
"3211": 5043,
"2946": 5044,
"2601": 5045,
"3387": 5046,
"3507": 5047,
"2344": 5048,
"2255": 5049,
"2630": 5050,
"2597": 5051,
"2154": 5052,
"2490": 5053,
"2536": 5054,
"3436": 5055,
"3366": 5056,
"2347": 5057,
"2403": 5058,
"2357": 5059,
"3125": 5060,
"3166": 5061,
"2787": 5062,
"2308": 5063,
"3048": 5064,
"2726": 5065,
"2742": 5066,
"3062": 5067,
"2106": 5068,
"2549": 5069,
"3103": 5070,
"3101": 5071,
"1647": 5072,
"2755": 5073,
"2823": 5074,
"3547": 5075,
"2034": 5076,
"2098": 5077,
"2890": 5078,
"2248": 5079,
"2147": 5080,
"2122": 5081,
"2077": 5082,
"2928": 5083,
"3284": 5084,
"2389": 5085,
"2638": 5086,
"2049": 5087,
"1802": 5088,
"3408": 5089,
"3486": 5090,
"3378": 5091,
"3239": 5092,
"3179": 5093,
"2703": 5094,
"2371": 5095,
"2472": 5096,
"3794": 5097,
"3073": 5098,
"1939": 5099,
"2619": 5100,
"3100": 5101,
"2633": 5102,
"2143": 5103,
"3222": 5104,
"2145": 5105,
"2326": 5106,
"2229": 5107,
"3459": 5108,
"3138": 5109,
"2087": 5110,
"2289": 5111,
"1688": 5112,
"3317": 5113,
"3571": 5114,
"3541": 5115,
"2463": 5116,
"4087": 5117,
"2047": 5118,
"2806": 5119,
"2911": 5120,
"2327": 5121,
"2442": 5122,
"2751": 5123,
"3758": 5124,
"2355": 5125,
"2544": 5126,
"3356": 5127,
"2182": 5128,
"1863": 5129,
"2415": 5130,
"3155": 5131,
"3450": 5132,
"3104": 5133,
"2269": 5134,
"2310": 5135,
"3800": 5136,
"3186": 5137,
"1898": 5138,
"2990": 5139,
"2695": 5140,
"3250": 5141,
"rest": 5142,
"tims": 5143,
"crim": 5144,
" New": 5145,
" Mex": 5146,
"Mexi": 5147,
"exic": 5148,
"xico": 5149,
"ec": 5150,
" S": 5151,
"na": 5152,
"ab": 5153,
"oo": 5154,
"nc": 5155,
"thi": 5156,
"eir": 5157,
"fic": 5158,
" tr": 5159,
" we": 5160,
"ole": 5161,
"cen": 5162,
" sc": 5163,
" pe": 5164,
"har": 5165,
"que": 5166,
"tan": 5167,
"ine": 5168,
" li": 5169,
"pec": 5170,
" en": 5171,
"rde": 5172,
"ree": 5173,
"vic": 5174,
"ni": 5175,
"if": 5176,
"Th": 5177,
"ly": 5178,
"ep": 5179,
"mi": 5180,
"ev": 5181,
"rt": 5182,
"gh": 5183,
"ow": 5184,
"ay": 5185,
"sc": 5186,
"dat": 5187,
"int": 5188,
"tal": 5189,
"lin": 5190,
"oth": 5191,
"pla": 5192,
" mo": 5193,
"nti": 5194,
"eat": 5195,
"ens": 5196,
"ili": 5197,
" da": 5198,
" wa": 5199,
"ged": 5200,
" po": 5201,
"ali": 5202,
" lo": 5203,
"str": 5204,
"You": 5205,
"eri": 5206,
"sti": 5207,
"din": 5208,
" mu": 5209,
"oun": 5210,
"tab": 5211,
"col": 5212,
"ort": 5213,
"cri": 5214,
"ated": 5215,
"rent": 5216,
"ffic": 5217,
" par": 5218,
" abo": 5219,
"othe": 5220,
" who": 5221,
"ular": 5222,
"comp": 5223,
"ract": 5224,
" pla": 5225,
"enti": 5226,
"ence": 5227,
"gres": 5228,
"long": 5229,
"temp": 5230,
"reat": 5231,
"eate": 5232,
" acc": 5233,
"acco": 5234,
" suc": 5235,
"Fact": 5236,
"evel": 5237,
"AACA": 5238,
"ACAP": 5239,
" rep": 5240,
"ener": 5241,
"info": 5242,
"nfor": 5243,
"shee": 5244,
"heet": 5245,
" inc": 5246,
" pre": 5247,
"ific": 5248,
"esti": 5249,
"ommu": 5250,
"mmun": 5251,
"muni": 5252,
"ssis": 5253,
" int": 5254,
"ause": 5255,
"arge": 5256,
" dep": 5257,
"depr": 5258,
"nswe": 5259,
"swer": 5260,
"esta": 5261,
"ding": 5262,
"2642": 5263,
"2639": 5264,
"2557": 5265,
"2029": 5266,
"3079": 5267,
"2935": 5268,
"4178": 5269,
"2485": 5270,
"2488": 5271,
"3255": 5272,
"2568": 5273,
"2686": 5274,
"2385": 5275,
"2127": 5276,
"2655": 5277,
"4473": 5278,
"3167": 5279,
"2219": 5280,
"2205": 5281,
"2421": 5282,
"2391": 5283,
"3391": 5284,
"2744": 5285,
"2940": 5286,
"3020": 5287,
"3231": 5288,
"3226": 5289,
"1854": 5290,
"4391": 5291,
"3841": 5292,
"3871": 5293,
"3102": 5294,
"3074": 5295,
"3122": 5296,
"3036": 5297,
"3636": 5298,
"2535": 5299,
"2569": 5300,
"2663": 5301,
"2217": 5302,
"2246": 5303,
"2761": 5304,
"3097": 5305,
"3520": 5306,
"2084": 5307,
"2849": 5308,
"3338": 5309,
"3402": 5310,
"2449": 5311,
"4588": 5312,
"3510": 5313,
"3582": 5314,
"2293": 5315,
"4181": 5316,
"2416": 5317,
"3236": 5318,
"4911": 5319,
"2828": 5320,
"1884": 5321,
"3111": 5322,
"3028": 5323,
"4105": 5324,
"2222": 5325,
"4205": 5326,
"4259": 5327,
"2672": 5328,
"2402": 5329,
"2393": 5330,
"3371": 5331,
"2025": 5332,
"3283": 5333,
"2967": 5334,
"3929": 5335,
"2980": 5336,
"3043": 5337,
"3862": 5338,
"4915": 5339,
"3270": 5340,
"1620": 5341,
"3678": 5342,
"2920": 5343,
"3183": 5344,
"3495": 5345,
"3475": 5346,
"5379": 5347,
"3367": 5348,
"3116": 5349,
"5592": 5350,
"2070": 5351,
"2938": 5352,
"2445": 5353,
"2766": 5354,
"3801": 5355,
"3262": 5356,
"3337": 5357,
"2258": 5358,
"2464": 5359,
"2376": 5360,
"2386": 5361,
"2564": 5362,
"2937": 5363,
"2575": 5364,
"2580": 5365,
"4806": 5366,
"2624": 5367,
"4353": 5368,
"3076": 5369,
"2498": 5370,
"2540": 5371,
"2574": 5372,
"3829": 5373,
"2643": 5374,
"2676": 5375,
"2367": 5376,
"2135": 5377,
"2675": 5378,
"2303": 5379,
"2573": 5380,
"3498": 5381,
"4470": 5382,
"2197": 5383,
"3050": 5384,
"2926": 5385,
"2993": 5386,
"2819": 5387,
"2504": 5388,
"2790": 5389,
"2991": 5390,
"1940": 5391,
"3732": 5392,
"2365": 5393,
"4330": 5394,
"2340": 5395,
"2739": 5396,
"3646": 5397,
"2817": 5398,
"3056": 5399,
"3174": 5400,
"3046": 5401,
"2782": 5402,
"2712": 5403,
"2215": 5404,
"2833": 5405,
"2378": 5406,
"3429": 5407,
"2462": 5408,
"2533": 5409,
"3333": 5410,
"2627": 5411,
"2562": 5412,
"3453": 5413,
"1720": 5414,
"2435": 5415,
"2105": 5416,
"2423": 5417,
"4060": 5418,
"3126": 5419,
"2140": 5420,
"2428": 5421,
"2691": 5422,
"3362": 5423,
"3136": 5424,
"3220": 5425,
"2763": 5426,
"2628": 5427,
"2480": 5428,
"3409": 5429,
"3120": 5430,
"2471": 5431,
"2796": 5432,
"3201": 5433,
"3192": 5434,
"3830": 5435,
"3161": 5436,
"3857": 5437,
"2692": 5438,
"3949": 5439,
"2921": 5440,
"3084": 5441,
"3168": 5442,
"2783": 5443,
"3208": 5444,
"2515": 5445,
"2705": 5446,
"5568": 5447,
"3702": 5448,
"1803": 5449,
"2358": 5450,
"2176": 5451,
"3096": 5452,
"6349": 5453,
"5129": 5454,
"2102": 5455,
"4219": 5456,
"2116": 5457,
"3331": 5458,
"2786": 5459,
"2612": 5460,
"2800": 5461,
"3602": 5462,
"2781": 5463,
"2701": 5464,
"2224": 5465,
"2785": 5466,
"3561": 5467,
"3014": 5468,
"2525": 5469,
"2348": 5470,
"4633": 5471,
"2369": 5472,
"2958": 5473,
"4439": 5474,
"3203": 5475,
"2128": 5476,
"2249": 5477,
"3511": 5478,
"2153": 5479,
"2903": 5480,
"2455": 5481,
"4071": 5482,
"2820": 5483,
"3837": 5484,
"2203": 5485,
"2730": 5486,
"2909": 5487,
"2370": 5488,
"2696": 5489,
"2688": 5490,
"4091": 5491,
"2955": 5492,
"2323": 5493,
"2646": 5494,
"2294": 5495,
"2588": 5496,
"3696": 5497,
"2804": 5498,
"4077": 5499,
"3267": 5500,
"3089": 5501,
"2482": 5502,
"5170": 5503,
"2537": 5504,
"1546": 5505,
"3451": 5506,
"2841": 5507,
"2960": 5508,
"3188": 5509,
"4538": 5510,
"1920": 5511,
"3550": 5512,
"2866": 5513,
"3648": 5514,
"2501": 5515,
"2830": 5516,
"2604": 5517,
"3176": 5518,
" mur": 5519,
"murd": 5520,
" Syd": 5521,
"Sydn": 5522,
"ydne": 5523,
"dney": 5524,
"even": 5525,
"trag": 5526,
"ragi": 5527,
"agic": 5528,
"alle": 5529,
"tack": 5530,
"squa": 5531,
"quar": 5532,
"uare": 5533,
"kilo": 5534,
"ilom": 5535,
"lome": 5536,
"omet": 5537,
"metr": 5538,
"etre": 5539,
"rbit": 5540,
"bitr": 5541,
"itra": 5542,
"da": 5543,
"fi": 5544,
"ld": 5545,
"rm": 5546,
"sh": 5547,
"pl": 5548,
"ig": 5549,
"eg": 5550,
"mp": 5551,
"ex": 5552,
"bi": 5553,
"men": 5554,
" us": 5555,
"has": 5556,
"ain": 5557,
" ad": 5558,
"ese": 5559,
"iat": 5560,
"sch": 5561,
"ula": 5562,
"att": 5563,
"sis": 5564,
"edi": 5565,
"ont": 5566,
"ina": 5567,
"abi": 5568,
"tre": 5569,
"ome": 5570,
"epr": 5571,
"ust": 5572,
"nte": 5573,
"cts": 5574,
"sen": 5575,
"ner": 5576,
"rom": 5577,
"spe": 5578,
"nta": 5579,
"ave": 5580,
"wer": 5581,
"car": 5582,
"ict": 5583,
"tim": 5584,
"ot": 5585,
"ci": 5586,
"ai": 5587,
"rd": 5588,
"qu": 5589,
"id": 5590,
"ir": 5591,
" T": 5592,
" fi": 5593,
"ble": 5594,
"vio": 5595,
"ult": 5596,
" pa": 5597,
" ho": 5598,
"ans": 5599,
" me": 5600,
" cl": 5601,
"esc": 5602,
"sce": 5603,
" wo": 5604,
" by": 5605,
"art": 5606,
" no": 5607,
"hou": 5608,
"tte": 5609,
"dis": 5610,
"enc": 5611,
" un": 5612,
"exp": 5613,
"tem": 5614,
"lit": 5615,
"ail": 5616,
"bit": 5617,
"oug": 5618,
"ugh": 5619,
"ial": 5620,
"our": 5621,
" Co": 5622,
"nat": 5623,
"uri": 5624,
"sur": 5625,
"por": 5626,
"ead": 5627,
"tic": 5628,
"ven": 5629,
" Mar": 5630,
"here": 5631,
"ally": 5632,
"prob": 5633,
"iona": 5634,
"icul": 5635,
" oth": 5636,
"hese": 5637,
"amil": 5638,
"owin": 5639,
" whi": 5640,
"dica": 5641,
"icat": 5642,
"ance": 5643,
"ying": 5644,
" har": 5645,
" sho": 5646,
"itie": 5647,
"rmal": 5648,
"tent": 5649,
"thor": 5650,
" cha": 5651,
" out": 5652,
"houg": 5653,
"such": 5654,
"eigh": 5655,
"ssiv": 5656,
" thr": 5657,
"sing": 5658,
" Fac": 5659,
" Ado": 5660,
"Adol": 5661,
"velo": 5662,
"elop": 5663,
"Scho": 5664,
"year": 5665,
"ning": 5666,
"medi": 5667,
" inf": 5668,
"rmat": 5669,
"mati": 5670,
" AAC": 5671,
"inte": 5672,
"ista": 5673,
"nter": 5674,
"ocal": 5675,
"urin": 5676,
"ized": 5677,
" rem": 5678,
"ould": 5679,
"ccou": 5680,
"coun": 5681,
"ness": 5682,
"esse": 5683,
"tabi": 5684,
"oman": 5685,
" imp": 5686,
"erat": 5687,
"tati": 5688,
" ser": 5689,
"etai": 5690,
"tail": 5691,
" sur": 5692,
"stab": 5693,
"2508": 5694,
"3312": 5695,
"2660": 5696,
"3040": 5697,
"2749": 5698,
"2769": 5699,
"2473": 5700,
"3706": 5701,
"2973": 5702,
"3071": 5703,
"2999": 5704,
"2667": 5705,
"6434": 5706,
"2658": 5707,
"3787": 5708,
"3215": 5709,
"3497": 5710,
"2434": 5711,
"3164": 5712,
"2259": 5713,
"2474": 5714,
"5101": 5715,
"4626": 5716,
"4276": 5717,
"2653": 5718,
"3661": 5719,
"2648": 5720,
"3518": 5721,
"2622": 5722,
"1961": 5723,
"2966": 5724,
"4131": 5725,
"4144": 5726,
"2104": 5727,
"3621": 5728,
"2481": 5729,
"2738": 5730,
"2598": 5731,
"4271": 5732,
"2085": 5733,
"5180": 5734,
"3310": 5735,
"5035": 5736,
"4196": 5737,
"2863": 5738,
"3890": 5739,
"3291": 5740,
"3173": 5741,
"3133": 5742,
"2400": 5743,
"3068": 5744,
"6830": 5745,
"3545": 5746,
"3551": 5747,
"2322": 5748,
"4102": 5749,
"2683": 5750,
"3791": 5751,
"2665": 5752,
"3044": 5753,
"1857": 5754,
"3353": 5755,
"3594": 5756,
"3914": 5757,
"3219": 5758,
"2615": 5759,
"3559": 5760,
"3858": 5761,
"2838": 5762,
"2689": 5763,
"2878": 5764,
"4410": 5765,
"2975": 5766,
"3015": 5767,
"4457": 5768,
"3725": 5769,
"4909": 5770,
"2953": 5771,
"4036": 5772,
"3326": 5773,
"3341": 5774,
"2694": 5775,
"4363": 5776,
"3482": 5777,
"5278": 5778,
"2864": 5779,
"4971": 5780,
"2772": 5781,
"2708": 5782,
"2523": 5783,
"2896": 5784,
"3229": 5785,
"3210": 5786,
"3673": 5787,
"2071": 5788,
"4328": 5789,
"2917": 5790,
"2736": 5791,
"4486": 5792,
"2277": 5793,
"2832": 5794,
"2829": 5795,
"2795": 5796,
"3290": 5797,
"3163": 5798,
"3685": 5799,
"1967": 5800,
"3130": 5801,
"3230": 5802,
"5350": 5803,
"4221": 5804,
"3082": 5805,
"3218": 5806,
"1984": 5807,
"2901": 5808,
"2916": 5809,
"2366": 5810,
"3552": 5811,
"5086": 5812,
"3709": 5813,
"2560": 5814,
"3358": 5815,
"2214": 5816,
"2426": 5817,
"1891": 5818,
"1957": 5819,
"3553": 5820,
"2881": 5821,
"2318": 5822,
"3444": 5823,
"4959": 5824,
"4434": 5825,
"3795": 5826,
"3440": 5827,
"3288": 5828,
"3357": 5829,
"2718": 5830,
"3065": 5831,
"2968": 5832,
"2221": 5833,
"4525": 5834,
"3798": 5835,
"4552": 5836,
"2559": 5837,
"2788": 5838,
"2361": 5839,
"2775": 5840,
"2534": 5841,
"2933": 5842,
"3631": 5843,
"4526": 5844,
"4068": 5845,
"2381": 5846,
"3735": 5847,
"3373": 5848,
"3316": 5849,
"3727": 5850,
"3374": 5851,
"2880": 5852,
"2095": 5853,
"4033": 5854,
"3665": 5855,
"3137": 5856,
"2440": 5857,
"3951": 5858,
"4531": 5859,
"3882": 5860,
"2444": 5861,
"4139": 5862,
"4086": 5863,
"4422": 5864,
"4348": 5865,
"4767": 5866,
"4011": 5867,
"3327": 5868,
"3265": 5869,
"4845": 5870,
"3924": 5871,
"4045": 5872,
"4476": 5873,
"3148": 5874,
"4815": 5875,
"2765": 5876,
"4491": 5877,
"2809": 5878,
"3360": 5879,
"3142": 5880,
"4461": 5881,
"3776": 5882,
"5176": 5883,
"2276": 5884,
"5166": 5885,
"3009": 5886,
"3593": 5887,
"3180": 5888,
"2861": 5889,
"3294": 5890,
"3941": 5891,
"3821": 5892,
"2811": 5893,
"3139": 5894,
"2757": 5895,
"3175": 5896,
"2362": 5897,
"3604": 5898,
"3170": 5899,
"3738": 5900,
"4493": 5901,
"4293": 5902,
"3675": 5903,
"3379": 5904,
"3266": 5905,
"4335": 5906,
"4415": 5907,
"4041": 5908,
"3580": 5909,
"4061": 5910,
"4047": 5911,
"3565": 5912,
"4431": 5913,
"3589": 5914,
"2213": 5915,
"4246": 5916,
"2779": 5917,
"3501": 5918,
"4112": 5919,
"2565": 5920,
"2764": 5921,
"4725": 5922,
"3421": 5923,
"3093": 5924,
"3010": 5925,
"3441": 5926,
"3455": 5927,
"2922": 5928,
"4409": 5929,
"3052": 5930,
"3601": 5931,
"5034": 5932,
"3216": 5933,
"3313": 5934,
"2509": 5935,
"5429": 5936,
"3578": 5937,
"2900": 5938,
"3308": 5939,
"2872": 5940,
"3658": 5941,
"3384": 5942,
"2724": 5943,
"2893": 5944,
"3944": 5945,
"4585": 5946,
"4128": 5947,
"3974": 5948,
"2959": 5949,
"2876": 5950,
"2685": 5951,
"2679": 5952,
"2433": 5953,
"2821": 5954,
"2710": 5955,
"3746": 5956,
"3902": 5957,
"3446": 5958,
"3690": 5959,
"4580": 5960,
"3261": 5961,
"3263": 5962,
"2337": 5963,
"1962": 5964,
"5024": 5965,
"3223": 5966,
"2345": 5967,
"2142": 5968,
"2740": 5969,
"2581": 5970,
"3385": 5971,
"4869": 5972,
"3105": 5973,
"2865": 5974,
"3465": 5975,
"2994": 5976,
"2722": 5977,
"2759": 5978,
"4184": 5979,
"3638": 5980,
"2668": 5981,
"4975": 5982,
"4135": 5983,
"2719": 5984,
"4107": 5985,
"1935": 5986,
"4049": 5987,
"4325": 5988,
"3538": 5989,
"1880": 5990,
"5070": 5991,
"2768": 5992,
"3462": 5993,
"2874": 5994,
"5137": 5995,
"4298": 5996,
"3575": 5997,
"3548": 5998,
"2941": 5999,
"2797": 6000,
"3021": 6001,
"5981": 6002,
"2746": 6003,
"3258": 6004,
"3347": 6005,
"6624": 6006,
"rate": 6007,
"stau": 6008,
"taur": 6009,
"aura": 6010,
"uran": 6011,
"rant": 6012,
"uspe": 6013,
" eve": 6014,
"atta": 6015,
"ttac": 6016,
"ncid": 6017,
"cide": 6018,
"comm": 6019,
"unit": 6020,
"nity": 6021,
"vent": 6022,
" sen": 6023,
" Alb": 6024,
"Albu": 6025,
"lbuq": 6026,
"buqu": 6027,
"uque": 6028,
"quer": 6029,
"uerq": 6030,
"erqu": 6031,
"rque": 6032,
" cla": 6033,
"laus": 6034,
"ei": 6035,
"no": 6036,
"we": 6037,
"ke": 6038,
"ue": 6039,
"cr": 6040,
" M": 6041,
"cu": 6042,
"mu": 6043,
"own": 6044,
"hel": 6045,
"iff": 6046,
" ta": 6047,
" ab": 6048,
"may": 6049,
"erg": 6050,
"ell": 6051,
" fa": 6052,
"mil": 6053,
"low": 6054,
"dol": 6055,
"atr": 6056,
"ite": 6057,
"omp": 6058,
" pl": 6059,
"sit": 6060,
"hor": 6061,
"ure": 6062,
"tai": 6063,
"sin": 6064,
"ran": 6065,
"nfo": 6066,
"eet": 6067,
" fr": 6068,
"ues": 6069,
"ple": 6070,
"ase": 6071,
"uni": 6072,
"ord": 6073,
"tor": 6074,
" Ne": 6075,
" Me": 6076,
"sse": 6077,
"eer": 6078,
"und": 6079,
"urd": 6080,
"ack": 6081,
"oc": 6082,
"bl": 6083,
"fe": 6084,
"pa": 6085,
"so": 6086,
" C": 6087,
" ": 6088,
"ry": 6089,
"os": 6090,
"cl": 6091,
"rg": 6092,
"sp": 6093,
"tt": 6094,
"wa": 6095,
"ff": 6096,
"op": 6097,
"au": 6098,
"bu": 6099,
"gi": 6100,
"lic": 6101,
"ren": 6102,
"ize": 6103,
"see": 6104,
"ona": 6105,
"dif": 6106,
"inf": 6107,
"gen": 6108,
"one": 6109,
"nes": 6110,
" te": 6111,
"win": 6112,
"ndi": 6113,
"cat": 6114,
"syc": 6115,
"ych": 6116,
"hia": 6117,
"tri": 6118,
" ev": 6119,
"anc": 6120,
"tie": 6121,
"era": 6122,
"ove": 6123,
"iso": 6124,
"ong": 6125,
"nge": 6126,
"oca": 6127,
"ori": 6128,
"emp": 6129,
" ki": 6130,
"kil": 6131,
"bil": 6132,
"rem": 6133,
"way": 6134,
"cco": 6135,
"mpa": 6136,
"ani": 6137,
"rie": 6138,
"uch": 6139,
"nse": 6140,
"siv": 6141,
"ves": 6142,
"nsi": 6143,
" Fa": 6144,
" Yo": 6145,
"vel": 6146,
"elo": 6147,
"nit": 6148,
"mer": 6149,
"rep": 6150,
"ene": 6151,
"ral": 6152,
"mat": 6153,
"inc": 6154,
" Al": 6155,
"fro": 6156,
"cre": 6157,
"ifi": 6158,
"tac": 6159,
"omm": 6160,
"ato": 6161,
"rge": 6162,
"met": 6163,
"det": 6164,
"unt": 6165,
"pol": 6166,
"ady": 6167,
"end": 6168,
"ser": 6169,
"lom": 6170,
"led": 6171,
"rag": 6172,
"ims": 6173,
"agi": 6174,
"rim": 6175,
"etr": 6176,
"New": 6177,
"Mex": 6178,
"exi": 6179,
"xic": 6180,
"ico": 6181,
"ua": 6182,
"mo": 6183,
"av": 6184,
"wh": 6185,
"ms": 6186,
"am": 6187,
"ag": 6188,
"uc": 6189,
"ck": 6190,
"lt": 6191,
"rr": 6192,
"ey": 6193,
"ht": 6194,
"od": 6195,
"pri": 6196,
"lly": 6197,
"rst": 6198,
" St": 6199,
"ffi": 6200,
"par": 6201,
" ge": 6202,
"pen": 6203,
"abo": 6204,
"ici": 6205,
"ber": 6206,
"who": 6207,
"llo": 6208,
"ind": 6209,
"ric": 6210,
"rke": 6211,
"des": 6212,
"ard": 6213,
"equ": 6214,
"rac": 6215,
"eme": 6216,
"gre": 6217,
"lon": 6218,
"ntr": 6219,
" In": 6220,
"cha": 6221,
" ne": 6222,
"acc": 6223,
"app": 6224,
"rri": 6225,
"suc": 6226,
" bo": 6227,
"ces": 6228,
" la": 6229,
"nda": 6230,
"ors": 6231,
"Fac": 6232,
" Ad": 6233,
"AAC": 6234,
"ACA": 6235,
"CAP": 6236,
"ast": 6237,
"dit": 6238,
"med": 6239,
"hee": 6240,
" bu": 6241,
"mmu": 6242,
"mun": 6243,
" im": 6244,
"dia": 6245,
"ous": 6246,
"los": 6247,
"aus": 6248,
"arg": 6249,
"dep": 6250,
"nsw": 6251,
"swe": 6252,
"oma": 6253,
"rti": 6254,
"nci": 6255,
"ker": 6256,
" hi": 6257,
"een": 6258,
"mur": 6259,
"ura": 6260,
" Sy": 6261,
"Syd": 6262,
"ydn": 6263,
"dne": 6264,
"ney": 6265,
"nne": 6266,
"gic": 6267,
"tur": 6268,
"squ": 6269,
"qua": 6270,
"uar": 6271,
"ilo": 6272,
"rbi": 6273,
"itr": 6274,
"do": 6275,
" P": 6276,
"um": 6277,
"du": 6278,
"ew": 6279,
"va": 6280,
"tu": 6281,
"ls": 6282,
"bo": 6283,
"ft": 6284,
"ef": 6285,
"pi": 6286,
"xi": 6287,
" F": 6288,
"ov": 6289,
" N": 6290,
" Ma": 6291,
"Mar": 6292,
"ual": 6293,
"eco": 6294,
"rob": 6295,
"eha": 6296,
"eci": 6297,
"elp": 6298,
"icu": 6299,
"cul": 6300,
"ful": 6301,
"try": 6302,
"eli": 6303,
"nsu": 6304,
"cia": 6305,
"cle": 6306,
" ot": 6307,
"hes": 6308,
"ems": 6309,
"ami": 6310,
"owi": 6311,
"whi": 6312,
"ich": 6313,
"dic": 6314,
"yin": 6315,
"ery": 6316,
" Se": 6317,
"wor": 6318,
"sho": 6319,
"how": 6320,
" go": 6321,
"ake": 6322,
"ivi": 6323,
"mal": 6324,
"age": 6325,
"eti": 6326,
"ppo": 6327,
"osi": 6328,
"tru": 6329,
"sel": 6330,
" ou": 6331,
"ned": 6332,
"ude": 6333,
"pan": 6334,
"Str": 6335,
"tro": 6336,
" so": 6337,
" dr": 6338,
"lat": 6339,
"eig": 6340,
"thr": 6341,
"ola": 6342,
"lie": 6343,
" Ch": 6344,
"Ado": 6345,
"lop": 6346,
"Sch": 6347,
" Ac": 6348,
"eas": 6349,
"yea": 6350,
"nin": 6351,
"but": 6352,
" AA": 6353,
"duc": 6354,
"erm": 6355,
"rmi": 6356,
"clu": 6357,
" sa": 6358,
"any": 6359,
" sp": 6360,
" yo": 6361,
"loc": 6362,
" bl": 6363,
"zed": 6364,
"Thi": 6365,
"ffe": 6366,
"fer": 6367,
"oli": 6368,
"oul": 6369,
"uld": 6370,
" bi": 6371,
"ele": 6372,
"ita": 6373,
"imp": 6374,
"erv": 6375,
"eta": 6376,
"dra": 6377,
"tif": 6378,
"yst": 6379,
"lan": 6380,
"mpt": 6381,
"tau": 6382,
"aur": 6383,
"usp": 6384,
"nde": 6385,
"tta": 6386,
"ime": 6387,
"cid": 6388,
"ace": 6389,
"ice": 6390,
"arb": 6391,
"rou": 6392,
"imi": 6393,
"sid": 6394,
"urr": 6395,
"Alb": 6396,
"lbu": 6397,
"buq": 6398,
"uqu": 6399,
"uer": 6400,
"erq": 6401,
"rqu": 6402,
"cla": 6403,
"lau": 6404,
"sy": 6405,
"gr": 6406,
"wo": 6407,
"sa": 6408,
"pp": 6409,
"ru": 6410,
"ki": 6411,
"ug": 6412,
"Yo": 6413,
"Co": 6414,
"mm": 6415,
"ob": 6416,
"nf": 6417,
"fu": 6418,
"ys": 6419,
"by": 6420,
" (": 6421,
"xp": 6422,
"In": 6423,
"cc": 6424,
"ap": 6425,
"nn": 6426,
"wn": 6427,
"iz": 6428,
"St": 6429,
"fa": 6430,
"ak": 6431,
" H": 6432,
" D": 6433,
"dy": 6434,
" Y": 6435,
"ye": 6436,
"rn": 6437,
"pt": 6438,
"eh": 6439,
"lu": 6440,
"Se": 6441,
"yo": 6442,
" I": 6443,
"ga": 6444,
"ud": 6445,
"dr": 6446,
"ip": 6447,
"up": 6448,
"Fa": 6449,
" B": 6450,
"fr": 6451,
"Ne": 6452,
"Me": 6453,
"rb": 6454,
"Ma": 6455,
"oa": 6456,
"ze": 6457,
"tl": 6458,
"yc": 6459,
"rk": 6460,
"hr": 6461,
"sw": 6462,
" R": 6463,
"nu": 6464,
"Ad": 6465,
"Al": 6466,
"eb": 6467,
"ds": 6468,
"rv": 6469,
"af": 6470,
"'s": 6471,
"gu": 6472,
"eq": 6473,
"De": 6474,
"Re": 6475,
"aw": 6476,
"dd": 6477,
"Sc": 6478,
"Ac": 6479,
"AA": 6480,
"AC": 6481,
"CA": 6482,
"AP": 6483,
"Sy": 6484,
"yd": 6485,
"dn": 6486,
"sq": 6487,
"rc": 6488,
"og": 6489,
"lp": 6490,
"An": 6491,
"gs": 6492,
"ph": 6493,
"mb": 6494,
"Fo": 6495,
"yi": 6496,
"go": 6497,
"sl": 6498,
"gg": 6499,
" E": 6500,
"cy": 6501,
" W": 6502,
"Ch": 6503,
"bs": 6504,
"ny": 6505,
"ba": 6506,
"ui": 6507,
"bb": 6508,
"ws": 6509,
" G": 6510,
"pu": 6511,
"nv": 6512,
"lb": 6513,
"uq": 6514,
"rq": 6515,
"Solve": 6516,
" 1080": 6517,
" 1044": 6518,
" 1188": 6519,
" 1019": 6520,
" 1060": 6521,
" 1138": 6522,
" 1230": 6523,
" 1033": 6524,
" 1011": 6525,
" 1248": 6526,
" 1280": 6527,
" 1224": 6528,
" 1133": 6529,
" 1342": 6530,
" 1119": 6531,
" 1001": 6532,
"dolescent": 6533,
" 1045": 6534,
" 1009": 6535,
" 1108": 6536,
" 1059": 6537,
" 1217": 6538,
" 1233": 6539,
" informatio": 6540,
" Albuquerqu": 6541,
" 1098": 6542,
" 1467": 6543,
" 1249": 6544,
" 1440": 6545,
" 1300": 6546,
" 1092": 6547,
" 1143": 6548,
" 1089": 6549,
" 1152": 6550,
" 1310": 6551,
" 1281": 6552,
" 1377": 6553,
" 1120": 6554,
" colleg": 6555,
"college": 6556,
" 1178": 6557,
" 1153": 6558,
" 1327": 6559,
" 1222": 6560,
" 1400": 6561,
" 1200": 6562,
"dolescen": 6563,
"olescent": 6564,
" Adolescen": 6565,
" informati": 6566,
"informatio": 6567,
"nformation": 6568,
" restauran": 6569,
" Albuquerq": 6570,
"Albuquerqu": 6571,
"lbuquerque": 6572,
" 1134": 6573,
" 1260": 6574,
" 1244": 6575,
" 1761": 6576,
" 1334": 6577,
" 1132": 6578,
" 1326": 6579,
" 1236": 6580,
" 1238": 6581,
" 1228": 6582,
" kilometr": 6583,
" 1296": 6584,
" 1278": 6585,
" 1289": 6586,
" 1212": 6587,
" 1237": 6588,
" 1271": 6589,
" 1159": 6590,
" that": 6591,
" 1306": 6592,
" 1298": 6593,
" 1314": 6594,
" 1030": 6595,
" 1288": 6596,
" 1176": 6597,
" 1344": 6598,
" 1320": 6599,
" 1591": 6600,
" 1388": 6601,
" 1404": 6602,
" their": 6603,
" 1173": 6604,
" 1435": 6605,
" 1307": 6606,
" 1584": 6607,
" 1329": 6608,
" 1661": 6609,
" 1492": 6610,
" 1386": 6611,
" 1708": 6612,
" 1360": 6613,
" 1518": 6614,
" 1123": 6615,
" 1745": 6616,
" 1324": 6617,
" Adolesce": 6618,
"Adolescen": 6619,
" informat": 6620,
"informati": 6621,
"nformatio": 6622,
"formation": 6623,
" assistan": 6624,
" restaura": 6625,
"restauran": 6626,
"estaurant": 6627,
" Albuquer": 6628,
"Albuquerq": 6629,
"lbuquerqu": 6630,
"buquerque": 6631,
" 1418": 6632,
" 1392": 6633,
" 1520": 6634,
" 1565": 6635,
" 1368": 6636,
" 1426": 6637,
" 1544": 6638,
" 1660": 6639,
" 1263": 6640,
" 1575": 6641,
" 1099": 6642,
" 1127": 6643,
" 1301": 6644,
" 1709": 6645,
" 1551": 6646,
" 1121": 6647,
" colle": 6648,
"colleg": 6649,
"ollege": 6650,
" kilomet": 6651,
"kilometr": 6652,
"ilometre": 6653,
" 1317": 6654,
" 1347": 6655,
" 1409": 6656,
" 1299": 6657,
" 1431": 6658,
" 1631": 6659,
" 1199": 6660,
" 1258": 6661,
" 1489": 6662,
" 1558": 6663,
" 1650": 6664,
" 1511": 6665,
" 1550": 6666,
" 1293": 6667,
" 1654": 6668,
" 1498": 6669,
" 1488": 6670,
" 1605": 6671,
" 2012": 6672,
" 1470": 6673,
" 1592": 6674,
" 2125": 6675,
" 1419": 6676,
" 1259": 6677,
" 1316": 6678,
" 1375": 6679,
" 1757": 6680,
" 1609": 6681,
" 1318": 6682,
" 1748": 6683,
" 1638": 6684,
" 1950": 6685,
" 1510": 6686,
" 1545": 6687,
" 1219": 6688,
" 1674": 6689,
" 2206": 6690,
" 1376": 6691,
" 2201": 6692,
" 1837": 6693,
" 1721": 6694,
" 1570": 6695,
" 1850": 6696,
" 1622": 6697,
" 1860": 6698,
" 1487": 6699,
" Mexico": 6700,
" 1501": 6701,
" 1471": 6702,
" 1589": 6703,
" 1632": 6704,
" 1356": 6705,
" 1359": 6706,
" 1357": 6707,
" 1881": 6708,
" 1432": 6709,
" 1395": 6710,
" 1619": 6711,
" 1393": 6712,
" 1353": 6713,
" 1496": 6714,
" 1502": 6715,
" 1394": 6716,
" 1719": 6717,
" 1294": 6718,
" 1820": 6719,
" 1588": 6720,
" 1568": 6721,
" 1715": 6722,
" 1970": 6723,
" 1517": 6724,
" 1135": 6725,
" 1752": 6726,
" 1988": 6727,
" 1947": 6728,
" 1664": 6729,
" 1676": 6730,
" 1582": 6731,
" 1703": 6732,
" 1349": 6733,
" 1805": 6734,
" 1717": 6735,
" 1763": 6736,
" child": 6737,
" Adolesc": 6738,
"Adolesce": 6739,
" informa": 6740,
"informat": 6741,
"nformati": 6742,
"formatio": 6743,
"ormation": 6744,
" assista": 6745,
"assistan": 6746,
" restaur": 6747,
"restaura": 6748,
"estauran": 6749,
"staurant": 6750,
"ommunity": 6751,
" Albuque": 6752,
"Albuquer": 6753,
"lbuquerq": 6754,
"buquerqu": 6755,
"uquerque": 6756,
" thei": 6757,
"their": 6758,
" 1500": 6759,
" 1081": 6760,
" 1387": 6761,
" 2168": 6762,
" 1093": 6763,
" 1490": 6764,
" 2296": 6765,
" 1682": 6766,
" 1277": 6767,
" 1883": 6768,
" 1714": 6769,
" 1229": 6770,
" 1623": 6771,
" 2064": 6772,
" 2013": 6773,
" 1560": 6774,
" 1381": 6775,
" 2339": 6776,
" 1982": 6777,
" 1420": 6778,
" 1469": 6779,
" 1131": 6780,
" 1680": 6781,
" 2200": 6782,
" 1311": 6783,
" 1538": 6784,
" 1506": 6785,
" 1812": 6786,
" 2132": 6787,
" 1987": 6788,
" 1634": 6789,
" 1683": 6790,
" 1581": 6791,
" 1705": 6792,
" 1403": 6793,
" 1600": 6794,
" 1601": 6795,
" 1557": 6796,
" 1637": 6797,
" 1872": 6798,
" 1537": 6799,
" 1352": 6800,
" murder": 6801,
" Sydney": 6802,
"victims": 6803,
" this": 6804,
" coll": 6805,
"colle": 6806,
"olleg": 6807,
" 1512": 6808,
" 1530": 6809,
" 1643": 6810,
" 1687": 6811,
" 1283": 6812,
" 2170": 6813,
" 1890": 6814,
" 1990": 6815,
" 2017": 6816,
" 1611": 6817,
" 1659": 6818,
" 1610": 6819,
" 1562": 6820,
" 1617": 6821,
" 1718": 6822,
" 1828": 6823,
" 1829": 6824,
" 1444": 6825,
" 1779": 6826,
" 1597": 6827,
" 1859": 6828,
" 1587": 6829,
" 1483": 6830,
" 1852": 6831,
" 2239": 6832,
" 1738": 6833,
" 1391": 6834,
" 2314": 6835,
" 1706": 6836,
" 1571": 6837,
" 1874": 6838,
" 1827": 6839,
" 1713": 6840,
" 1337": 6841,
" 2001": 6842,
" 2605": 6843,
" 1814": 6844,
" 1577": 6845,
" 1873": 6846,
" 1554": 6847,
" 1969": 6848,
" 1785": 6849,
" 2043": 6850,
" 1966": 6851,
" 1976": 6852,
" 1879": 6853,
" 2350": 6854,
" 1707": 6855,
" 1399": 6856,
" 1662": 6857,
" Mexic": 6858,
"Mexico": 6859,
" have": 6860,
" 1868": 6861,
" 2190": 6862,
" 1844": 6863,
" 1499": 6864,
" 1507": 6865,
" 1831": 6866,
" 2067": 6867,
" 1476": 6868,
" 1540": 6869,
" 1606": 6870,
" 1945": 6871,
" 1968": 6872,
" 2020": 6873,
" 2243": 6874,
" 1764": 6875,
" 1743": 6876,
" 2126": 6877,
" 2129": 6878,
" 1806": 6879,
" 1928": 6880,
" 1811": 6881,
" 1790": 6882,
" 1744": 6883,
" 1586": 6884,
" 2225": 6885,
" 2016": 6886,
" 1796": 6887,
" 2631": 6888,
" 1665": 6889,
" 2251": 6890,
" 1448": 6891,
" 1799": 6892,
" 1596": 6893,
" 1758": 6894,
" 1509": 6895,
" 1434": 6896,
" 1691": 6897,
" 1910": 6898,
" 1656": 6899,
" 2547": 6900,
" 1878": 6901,
" 1856": 6902,
" 1747": 6903,
" 1958": 6904,
" 1737": 6905,
" 1641": 6906,
" 1722": 6907,
" 1461": 6908,
" 1774": 6909,
" 1750": 6910,
" 1723": 6911,
" 2460": 6912,
" 1942": 6913,
" 1834": 6914,
" 1319": 6915,
" 2244": 6916,
" 1800": 6917,
" 1542": 6918,
" 1841": 6919,
" 1572": 6920,
" 1807": 6921,
" Adoles": 6922,
"Adolesc": 6923,
" inform": 6924,
"informa": 6925,
"nformat": 6926,
"formati": 6927,
"ormatio": 6928,
"rmation": 6929,
" restau": 6930,
"restaur": 6931,
"estaura": 6932,
"stauran": 6933,
"taurant": 6934,
" Albuqu": 6935,
"Albuque": 6936,
"lbuquer": 6937,
"buquerq": 6938,
"uquerqu": 6939,
"querque": 6940,
"child": 6941,
" 2101": 6942,
" 2035": 6943,
" 2299": 6944,
" 1972": 6945,
" 1769": 6946,
" 1776": 6947,
" 2026": 6948,
" 1766": 6949,
" 1585": 6950,
" 2175": 6951,
" 2388": 6952,
" 2263": 6953,
" 1478": 6954,
" 1980": 6955,
" 1993": 6956,
" 2164": 6957,
" 1936": 6958,
" 2096": 6959,
" 1941": 6960,
" 2160": 6961,
" 2009": 6962,
" 2053": 6963,
" 2044": 6964,
" 2503": 6965,
" 1690": 6966,
" 1906": 6967,
" 1964": 6968,
" 2250": 6969,
" 1655": 6970,
" 3115": 6971,
" 1466": 6972,
" 1484": 6973,
" 1813": 6974,
" 2002": 6975,
" 1825": 6976,
" 2186": 6977,
" 1668": 6978,
" 1417": 6979,
" 1608": 6980,
" 2273": 6981,
" 1583": 6982,
" 1783": 6983,
" 1681": 6984,
" 2465": 6985,
" 2760": 6986,
" 1905": 6987,
" 2005": 6988,
" 2138": 6989,
" 1853": 6990,
" 2042": 6991,
" 2332": 6992,
" 1692": 6993,
" 1995": 6994,
" 2028": 6995,
" 1991": 6996,
" 1651": 6997,
" 2220": 6998,
" 2019": 6999,
" 2036": 7000,
" 1795": 7001,
" 1929": 7002,
" 2720": 7003,
" 1427": 7004,
" 2253": 7005,
" 1712": 7006,
" 2040": 7007,
" 1728": 7008,
" 2280": 7009,
" 1784": 7010,
" 1536": 7011,
" 2090": 7012,
" 2315": 7013,
" 1528": 7014,
" 2235": 7015,
" 2110": 7016,
" 1826": 7017,
" 2063": 7018,
" 2281": 7019,
" 1908": 7020,
" 2382": 7021,
" 1699": 7022,
" 1657": 7023,
" 1599": 7024,
" 2583": 7025,
" 1889": 7026,
" 1475": 7027,
" 1989": 7028,
" 1612": 7029,
" murde": 7030,
"murder": 7031,
" Sydne": 7032,
"Sydney": 7033,
" 2514": 7034,
" 2058": 7035,
" 1541": 7036,
" 2287": 7037,
" 2209": 7038,
" 2516": 7039,
" 1932": 7040,
" 2179": 7041,
" 2124": 7042,
" 2748": 7043,
" 2495": 7044,
" 1633": 7045,
" 1867": 7046,
" 2208": 7047,
" 1734": 7048,
" 1992": 7049,
" 1862": 7050,
" 1579": 7051,
" 2204": 7052,
" 2906": 7053,
" 1733": 7054,
" 1926": 7055,
" 1996": 7056,
" 1786": 7057,
" 1732": 7058,
" 2443": 7059,
" 1663": 7060,
" 1914": 7061,
" 1740": 7062,
" 1730": 7063,
" 1765": 7064,
" 2183": 7065,
" 1773": 7066,
" 1264": 7067,
" 1702": 7068,
" 2304": 7069,
" 2311": 7070,
" 2956": 7071,
" 3117": 7072,
" 1716": 7073,
" 1916": 7074,
" 1533": 7075,
" 3683": 7076,
" 1675": 7077,
" 2133": 7078,
" 1954": 7079,
" 2603": 7080,
" 1965": 7081,
" 1886": 7082,
" 2097": 7083,
" 2582": 7084,
" 1493": 7085,
" 1822": 7086,
" 2702": 7087,
" 2050": 7088,
" 2166": 7089,
" 3502": 7090,
" 1363": 7091,
" 2372": 7092,
" 2363": 7093,
" 3348": 7094,
" 2373": 7095,
" 2399": 7096,
" 2587": 7097,
" 2725": 7098,
" 2309": 7099,
" 3110": 7100,
" 2439": 7101,
" 2015": 7102,
" 1473": 7103,
" 1646": 7104,
" 1525": 7105,
" 1754": 7106,
" 1775": 7107,
" 1943": 7108,
" 1885": 7109,
" 3264": 7110,
" 1794": 7111,
" 1818": 7112,
" 2451": 7113,
" 2120": 7114,
" 1869": 7115,
" 1640": 7116,
" 2285": 7117,
" 2317": 7118,
" 2265": 7119,
" 2014": 7120,
" 2172": 7121,
" 2377": 7122,
" 2499": 7123,
" 1607": 7124,
" 2093": 7125,
" 2477": 7126,
" 1781": 7127,
" 1925": 7128,
" 1700": 7129,
" 2623": 7130,
" 2089": 7131,
" 2178": 7132,
" 2898": 7133,
" 2130": 7134,
" 1770": 7135,
" 1535": 7136,
" 1824": 7137,
" Facts": 7138,
" Adole": 7139,
"Adoles": 7140,
" infor": 7141,
"inform": 7142,
"nforma": 7143,
"format": 7144,
"ormati": 7145,
"rmatio": 7146,
"mation": 7147,
" AACAP": 7148,
" resta": 7149,
"restau": 7150,
"estaur": 7151,
"staura": 7152,
"tauran": 7153,
"aurant": 7154,
" Albuq": 7155,
"Albuqu": 7156,
"lbuque": 7157,
"buquer": 7158,
"uquerq": 7159,
"querqu": 7160,
"uerque": 7161,
" from": 7162,
" date": 7163,
" 2539": 7164,
" 2099": 7165,
" 3039": 7166,
" 2286": 7167,
" 1924": 7168,
" 2216": 7169,
" 1639": 7170,
" 2059": 7171,
" 1760": 7172,
" 2162": 7173,
" 2079": 7174,
" 2595": 7175,
" 2156": 7176,
" 3382": 7177,
" 2211": 7178,
" 2814": 7179,
" 2528": 7180,
" 1870": 7181,
" 2260": 7182,
" 1767": 7183,
" 2266": 7184,
" 2312": 7185,
" 2398": 7186,
" 3017": 7187,
" 1893": 7188,
" 3508": 7189,
" 2517": 7190,
" 2165": 7191,
" 2527": 7192,
" 2671": 7193,
" 2223": 7194,
" 1677": 7195,
" 2621": 7196,
" 2756": 7197,
" 2412": 7198,
" 1787": 7199,
" 3249": 7200,
" 2024": 7201,
" 2468": 7202,
" 2467": 7203,
" 1778": 7204,
" 1821": 7205,
" 3006": 7206,
" 2965": 7207,
" 3091": 7208,
" 1652": 7209,
" 2245": 7210,
" 1855": 7211,
" 2375": 7212,
" 2822": 7213,
" 2526": 7214,
" 1960": 7215,
" 2292": 7216,
" 2422": 7217,
" 1693": 7218,
" 1755": 7219,
" 1977": 7220,
" 2784": 7221,
" 2589": 7222,
" 2964": 7223,
" 2233": 7224,
" 2946": 7225,
" 1892": 7226,
" 2594": 7227,
" 3075": 7228,
" 2039": 7229,
" 4214": 7230,
" 2625": 7231,
" 2593": 7232,
" 1922": 7233,
" 2545": 7234,
" 2279": 7235,
" 1959": 7236,
" 1907": 7237,
" 1915": 7238,
" 2290": 7239,
" 2329": 7240,
" 2284": 7241,
" 1998": 7242,
" 1711": 7243,
" 2268": 7244,
" 3558": 7245,
" 3324": 7246,
" 2158": 7247,
" 2711": 7248,
" 2123": 7249,
" 2212": 7250,
" 2236": 7251,
" 2049": 7252,
" 2094": 7253,
" 2041": 7254,
" 2181": 7255,
" 2088": 7256,
" 2151": 7257,
" 3794": 7258,
" 2780": 7259,
" 2305": 7260,
" 1686": 7261,
" 1946": 7262,
" 1772": 7263,
" 2196": 7264,
" 2272": 7265,
" 2458": 7266,
" 1848": 7267,
" 1694": 7268,
" 2850": 7269,
" 1900": 7270,
" 2521": 7271,
" 1798": 7272,
" 1871": 7273,
" 2484": 7274,
" 1450": 7275,
" 1762": 7276,
" 1756": 7277,
" 1979": 7278,
" 2491": 7279,
" 2442": 7280,
" 2048": 7281,
" 2659": 7282,
" 2544": 7283,
" 2241": 7284,
" 1948": 7285,
" 2108": 7286,
" 2410": 7287,
" 2486": 7288,
" 2990": 7289,
" 2620": 7290,
" 2606": 7291,
" 1877": 7292,
" 2228": 7293,
" 2644": 7294,
" Mexi": 7295,
"Mexic": 7296,
"exico": 7297,
" 2642": 7298,
" 1731": 7299,
" 2812": 7300,
" 2297": 7301,
" 2030": 7302,
" 2278": 7303,
" 3350": 7304,
" 3167": 7305,
" 2379": 7306,
" 2734": 7307,
" 2080": 7308,
" 2855": 7309,
" 2651": 7310,
" 4147": 7311,
" 1931": 7312,
" 2257": 7313,
" 2033": 7314,
" 2349": 7315,
" 3097": 7316,
" 2441": 7317,
" 2343": 7318,
" 2669": 7319,
" 2448": 7320,
" 2452": 7321,
" 4588": 7322,
" 3582": 7323,
" 1649": 7324,
" 2626": 7325,
" 1985": 7326,
" 1792": 7327,
" 2698": 7328,
" 3054": 7329,
" 2409": 7330,
" 2320": 7331,
" 1884": 7332,
" 2032": 7333,
" 2324": 7334,
" 2240": 7335,
" 2577": 7336,
" 2614": 7337,
" 2218": 7338,
" 4205": 7339,
" 2333": 7340,
" 1838": 7341,
" 2152": 7342,
" 1458": 7343,
" 3862": 7344,
" 2690": 7345,
" 2180": 7346,
" 3008": 7347,
" 1971": 7348,
" 1963": 7349,
" 3346": 7350,
" 2150": 7351,
" 2551": 7352,
" 3311": 7353,
" 2436": 7354,
" 2447": 7355,
" 3678": 7356,
" 3001": 7357,
" 3495": 7358,
" 3475": 7359,
" 2754": 7360,
" 1978": 7361,
" 2202": 7362,
" 2464": 7363,
" 2554": 7364,
" 3387": 7365,
" 1576": 7366,
" 2167": 7367,
" 2411": 7368,
" 2367": 7369,
" 2542": 7370,
" 2597": 7371,
" 2490": 7372,
" 2430": 7373,
" 2303": 7374,
" 2573": 7375,
" 3498": 7376,
" 2275": 7377,
" 2301": 7378,
" 2585": 7379,
" 2578": 7380,
" 3166": 7381,
" 1903": 7382,
" 2649": 7383,
" 2726": 7384,
" 2742": 7385,
" 2051": 7386,
" 2739": 7387,
" 2476": 7388,
" 2006": 7389,
" 2833": 7390,
" 2357": 7391,
" 2494": 7392,
" 1759": 7393,
" 3190": 7394,
" 2808": 7395,
" 2335": 7396,
" 2325": 7397,
" 2105": 7398,
" 2341": 7399,
" 3284": 7400,
" 2638": 7401,
" 2735": 7402,
" 2254": 7403,
" 2193": 7404,
" 2755": 7405,
" 2062": 7406,
" 3857": 7407,
" 2687": 7408,
" 2274": 7409,
" 2046": 7410,
" 2052": 7411,
" 2515": 7412,
" 3000": 7413,
" 1981": 7414,
" 2633": 7415,
" 2149": 7416,
" 2231": 7417,
" 2368": 7418,
" 1364": 7419,
" 1861": 7420,
" 3527": 7421,
" 2224": 7422,
" 2785": 7423,
" 3561": 7424,
" 2617": 7425,
" 2632": 7426,
" 1791": 7427,
" 1833": 7428,
" 2450": 7429,
" 2319": 7430,
" 2911": 7431,
" 1937": 7432,
" 2203": 7433,
" 2507": 7434,
" 2909": 7435,
" 2336": 7436,
" 2773": 7437,
" 2751": 7438,
" 2355": 7439,
" 1882": 7440,
" 3155": 7441,
" 3104": 7442,
" 3165": 7443,
" 3696": 7444,
" 2804": 7445,
" 2262": 7446,
" 2007": 7447,
" 2255": 7448,
" 2978": 7449,
" 2237": 7450,
" 1615": 7451,
" 2716": 7452,
" 2934": 7453,
" 2198": 7454,
" 2894": 7455,
" 1546": 7456,
" 2403": 7457,
" 1898": 7458,
" 2188": 7459,
" 2353": 7460,
" 4538": 7461,
" 2394": 7462,
" 2031": 7463,
" 1753": 7464,
" 3179": 7465,
" 2890": 7466,
" murd": 7467,
"murde": 7468,
" Sydn": 7469,
"Sydne": 7470,
"ydney": 7471,
" such": 7472,
" Fact": 7473,
" Adol": 7474,
"Adole": 7475,
" info": 7476,
"nform": 7477,
"ormat": 7478,
"rmati": 7479,
"matio": 7480,
" AACA": 7481,
" 2029": 7482,
" 1944": 7483,
" 2947": 7484,
" 2973": 7485,
" 2328": 7486,
" 2485": 7487,
" 3071": 7488,
" 2117": 7489,
" 2385": 7490,
" 2027": 7491,
" 2161": 7492,
" 3787": 7493,
" 2219": 7494,
" 2205": 7495,
" 3497": 7496,
" 2567": 7497,
" 3391": 7498,
" 3413": 7499,
" 2744": 7500,
" 2951": 7501,
" 3226": 7502,
" 2474": 7503,
" 2475": 7504,
" 4391": 7505,
" 3841": 7506,
" 3661": 7507,
" 1901": 7508,
" 3636": 7509,
" 2663": 7510,
" 2405": 7511,
" 2246": 7512,
" 2707": 7513,
" 3585": 7514,
" 1845": 7515,
" 2174": 7516,
" 2849": 7517,
" 2195": 7518,
" 2863": 7519,
" 4911": 7520,
" 6830": 7521,
" 2000": 7522,
" 2470": 7523,
" 3028": 7524,
" 4105": 7525,
" 2602": 7526,
" 3122": 7527,
" 1804": 7528,
" 2222": 7529,
" 4259": 7530,
" 3003": 7531,
" 2672": 7532,
" 1857": 7533,
" 3371": 7534,
" 3353": 7535,
" 3594": 7536,
" 2261": 7537,
" 3929": 7538,
" 3559": 7539,
" 2853": 7540,
" 2247": 7541,
" 3297": 7542,
" 1923": 7543,
" 2694": 7544,
" 2613": 7545,
" 2618": 7546,
" 2772": 7547,
" 2708": 7548,
" 2184": 7549,
" 2489": 7550,
" 3229": 7551,
" 3183": 7552,
" 2610": 7553,
" 2938": 7554,
" 2917": 7555,
" 2459": 7556,
" 2376": 7557,
" 2457": 7558,
" 2004": 7559,
" 3624": 7560,
" 3121": 7561,
" 2045": 7562,
" 2624": 7563,
" 2344": 7564,
" 3106": 7565,
" 2520": 7566,
" 2630": 7567,
" 2293": 7568,
" 4434": 7569,
" 3366": 7570,
" 2347": 7571,
" 1815": 7572,
" 3065": 7573,
" 1921": 7574,
" 2356": 7575,
" 1952": 7576,
" 2991": 7577,
" 3732": 7578,
" 3062": 7579,
" 2003": 7580,
" 2775": 7581,
" 2817": 7582,
" 3174": 7583,
" 2782": 7584,
" 2993": 7585,
" 4526": 7586,
" 1876": 7587,
" 3547": 7588,
" 2378": 7589,
" 3429": 7590,
" 2880": 7591,
" 1809": 7592,
" 2504": 7593,
" 2444": 7594,
" 2435": 7595,
" 4060": 7596,
" 4422": 7597,
" 2428": 7598,
" 2389": 7599,
" 1951": 7600,
" 3924": 7601,
" 4045": 7602,
" 2480": 7603,
" 3871": 7604,
" 2025": 7605,
" 1887": 7606,
" 4815": 7607,
" 3022": 7608,
" 2505": 7609,
" 3378": 7610,
" 3239": 7611,
" 3776": 7612,
" 5176": 7613,
" 2136": 7614,
" 2703": 7615,
" 2276": 7616,
" 2750": 7617,
" 3161": 7618,
" 2608": 7619,
" 1642": 7620,
" 3103": 7621,
" 2472": 7622,
" 3467": 7623,
" 2811": 7624,
" 2828": 7625,
" 2783": 7626,
" 2346": 7627,
" 2988": 7628,
" 3208": 7629,
" 2054": 7630,
" 2461": 7631,
" 2705": 7632,
" 2757": 7633,
" 2057": 7634,
" 2743": 7635,
" 3702": 7636,
" 3175": 7637,
" 2010": 7638,
" 2358": 7639,
" 1802": 7640,
" 3100": 7641,
" 5129": 7642,
" 3738": 7643,
" 3222": 7644,
" 2227": 7645,
" 2868": 7646,
" 3331": 7647,
" 3379": 7648,
" 2326": 7649,
" 1842": 7650,
" 4415": 7651,
" 3436": 7652,
" 2612": 7653,
" 2701": 7654,
" 2779": 7655,
" 2764": 7656,
" 3014": 7657,
" 2525": 7658,
" 3441": 7659,
" 2922": 7660,
" 2656": 7661,
" 2289": 7662,
" 3317": 7663,
" 2369": 7664,
" 5034": 7665,
" 2128": 7666,
" 3216": 7667,
" 3511": 7668,
" 3313": 7669,
" 2153": 7670,
" 3541": 7671,
" 2455": 7672,
" 2463": 7673,
" 2872": 7674,
" 1917": 7675,
" 3384": 7676,
" 2893": 7677,
" 2535": 7678,
" 3192": 7679,
" 2762": 7680,
" 1896": 7681,
" 2147": 7682,
" 2419": 7683,
" 2636": 7684,
" 2302": 7685,
" 2685": 7686,
" 2679": 7687,
" 2321": 7688,
" 3746": 7689,
" 2252": 7690,
" 4178": 7691,
" 2580": 7692,
" 2487": 7693,
" 2588": 7694,
" 3263": 7695,
" 2234": 7696,
" 2269": 7697,
" 2337": 7698,
" 2407": 7699,
" 5024": 7700,
" 3800": 7701,
" 2740": 7702,
" 2370": 7703,
" 2271": 7704,
" 1899": 7705,
" 5170": 7706,
" 2061": 7707,
" 3385": 7708,
" 2865": 7709,
" 2232": 7710,
" 2047": 7711,
" 1949": 7712,
" 3267": 7713,
" 2928": 7714,
" 2401": 7715,
" 3188": 7716,
" 4975": 7717,
" 2719": 7718,
" 2549": 7719,
" 2866": 7720,
" 6349": 7721,
" 3648": 7722,
" 1880": 7723,
" 3073": 7724,
" 3575": 7725,
" 2501": 7726,
" 2830": 7727,
" 2207": 7728,
" 2856": 7729,
" 2065": 7730,
" 3186": 7731,
" 2797": 7732,
" 2102": 7733,
" rest": 7734,
"resta": 7735,
"estau": 7736,
"staur": 7737,
"taura": 7738,
"auran": 7739,
"urant": 7740,
" Albu": 7741,
"Albuq": 7742,
"lbuqu": 7743,
"buque": 7744,
"uquer": 7745,
"querq": 7746,
"uerqu": 7747,
"erque": 7748,
"ccountability": 7749,
" accountability": 7750,
" populationDensity": 7751,
" accountabilit": 7752,
"accountability": 7753,
" populationDensit": 7754,
"populationDensity": 7755,
"ccountabilit": 7756,
"countability": 7757,
" populationDensi": 7758,
"populationDensit": 7759,
"opulationDensity": 7760,
" accountabili": 7761,
"accountabilit": 7762,
" depression": 7763,
"ccountabili": 7764,
"countabilit": 7765,
"ountability": 7766,
" kilometres": 7767,
" populationDens": 7768,
"populationDensi": 7769,
"opulationDensit": 7770,
"pulationDensity": 7771,
" accountabil": 7772,
"accountabili": 7773,
" arbitration": 7774,
" difficult": 7775,
" Psychiatr": 7776,
" depressio": 7777,
"depression": 7778,
"ccountabil": 7779,
"countabili": 7780,
"ountabilit": 7781,
"untability": 7782,
" assistant": 7783,
" community": 7784,
"kilometres": 7785,
" investigation": 7786,
" populationDen": 7787,
"populationDens": 7788,
"opulationDensi": 7789,
"pulationDensit": 7790,
"ulationDensity": 7791,
" adolescent": 7792,
" Persistent": 7793,
" imperative": 7794,
" accountabi": 7795,
"accountabil": 7796,
" connection": 7797,
" arbitratio": 7798,
"arbitration": 7799,
" investigatio": 7800,
"investigation": 7801,
" populationDe": 7802,
"populationDen": 7803,
"opulationDens": 7804,
"pulationDensi": 7805,
"ulationDensit": 7806,
"lationDensity": 7807,
" behavior": 7808,
" difficul": 7809,
"difficult": 7810,
"sychiatri": 7811,
" Psychiat": 7812,
"Psychiatr": 7813,
" American": 7814,
"depressio": 7815,
"ccountabi": 7816,
"countabil": 7817,
"ountabili": 7818,
"untabilit": 7819,
"ntability": 7820,
"assistant": 7821,
" incident": 7822,
" communit": 7823,
"community": 7824,
"ilometres": 7825,
" arbitrat": 7826,
" adolescen": 7827,
"adolescent": 7828,
" psychiatr": 7829,
"erformance": 7830,
" Persisten": 7831,
"Persistent": 7832,
" imperativ": 7833,
"imperative": 7834,
" accountab": 7835,
"accountabi": 7836,
" attempted": 7837,
" Australia": 7838,
" connectio": 7839,
"connection": 7840,
" arbitrati": 7841,
"arbitratio": 7842,
" performance": 7843,
" accompanied": 7844,
" Development": 7845,
" explanation": 7846,
" investigati": 7847,
"investigatio": 7848,
"nvestigation": 7849,
" populationD": 7850,
"populationDe": 7851,
"opulationDen": 7852,
"pulationDens": 7853,
"ulationDensi": 7854,
"lationDensit": 7855,
"ationDensity": 7856,
" problem": 7857,
" behavio": 7858,
"behavior": 7859,
" difficu": 7860,
"difficul": 7861,
"ifficult": 7862,
"ychiatri": 7863,
" without": 7864,
" Psychia": 7865,
"Psychiat": 7866,
" America": 7867,
"American": 7868,
"specific": 7869,
" account": 7870,
"ccountab": 7871,
"countabi": 7872,
"ountabil": 7873,
"untabili": 7874,
"ntabilit": 7875,
"ssistant": 7876,
"ttempted": 7877,
" alleged": 7878,
" inciden": 7879,
"incident": 7880,
" communi": 7881,
"communit": 7882,
"lometres": 7883,
" clauses": 7884,
" arbitra": 7885,
"arbitrat": 7886,
" problems": 7887,
" adolesce": 7888,
"adolescen": 7889,
" psychiat": 7890,
"psychiatr": 7891,
"erformanc": 7892,
"rformance": 7893,
" Frequent": 7894,
" Persiste": 7895,
"Persisten": 7896,
"ersistent": 7897,
" authorit": 7898,
"sychiatry": 7899,
" question": 7900,
" disorder": 7901,
" imperati": 7902,
"imperativ": 7903,
"mperative": 7904,
" continue": 7905,
" accounta": 7906,
"accountab": 7907,
" students": 7908,
" attempte": 7909,
"attempted": 7910,
" Australi": 7911,
"Australia": 7912,
" connecti": 7913,
"connectio": 7914,
"onnection": 7915,
"arbitrati": 7916,
" physicians": 7917,
" psychiatri": 7918,
" performanc": 7919,
"performance": 7920,
" activities": 7921,
" difficulty": 7922,
" nightmares": 7923,
" aggression": 7924,
" opposition": 7925,
" accompanie": 7926,
"accompanied": 7927,
" Psychiatri": 7928,
" Developmen": 7929,
"Development": 7930,
"sychiatrist": 7931,
" Psychiatry": 7932,
" reproduced": 7933,
"nterstellar": 7934,
"xpectations": 7935,
" indicators": 7936,
" explanatio": 7937,
"explanation": 7938,
" investigat": 7939,
"investigati": 7940,
"nvestigatio": 7941,
"vestigation": 7942,
" areaOfLand": 7943,
" population": 7944,
"populationD": 7945,
"opulationDe": 7946,
"pulationDen": 7947,
"ulationDens": 7948,
"lationDensi": 7949,
"ationDensit": 7950,
"tionDensity": 7951,
"inhabitants": 7952,
" Bernalillo": 7953,
"Arbitration": 7954,
" Communications": 7955,
" administrators": 7956,
" investigations": 7957,
" rehabilitation": 7958,
" constitutional": 7959,
" discrimination": 7960,
" physician": 7961,
"physicians": 7962,
"psychiatri": 7963,
"sychiatric": 7964,
" performan": 7965,
"performanc": 7966,
" activitie": 7967,
"activities": 7968,
"difficulty": 7969,
" nightmare": 7970,
"nightmares": 7971,
" aggressio": 7972,
"aggression": 7973,
" oppositio": 7974,
"opposition": 7975,
" authority": 7976,
" accompani": 7977,
"accompanie": 7978,
"ccompanied": 7979,
"Psychiatri": 7980,
" Developme": 7981,
"Developmen": 7982,
"evelopment": 7983,
"sychiatris": 7984,
"ychiatrist": 7985,
"Psychiatry": 7986,
" developed": 7987,
" reproduce": 7988,
"reproduced": 7989,
"nterstella": 7990,
"terstellar": 7991,
"xpectation": 7992,
"pectations": 7993,
" indicator": 7994,
"indicators": 7995,
" explanati": 7996,
"explanatio": 7997,
"xplanation": 7998,
" seemingly": 7999,
"uthorities": 8000,
" assailant": 8001,
" investiga": 8002,
"investigat": 8003,
"nvestigati": 8004,
"vestigatio": 8005,
"estigation": 8006,
" senseless": 8007,
" residents": 8008,
" incidents": 8009,
" areaOfLan": 8010,
"areaOfLand": 8011,
" populatio": 8012,
"population": 8013,
"opulationD": 8014,
"pulationDe": 8015,
"ulationDen": 8016,
"lationDens": 8017,
"ationDensi": 8018,
"tionDensit": 8019,
"ionDensity": 8020,
"inhabitant": 8021,
"nhabitants": 8022,
" Bernalill": 8023,
"Bernalillo": 8024,
" areaTotal": 8025,
"Arbitratio": 8026,
" contracts": 8027,
" Americans": 8028,
" Hyperactivity": 8029,
" unexplainable": 8030,
" concentrating": 8031,
" Comprehensive": 8032,
" psychiatrists": 8033,
" Organizations": 8034,
" Communication": 8035,
"Communications": 8036,
" administrator": 8037,
"administrators": 8038,
"Accountability": 8039,
" circumstances": 8040,
"investigations": 8041,
" rehabilitatio": 8042,
"rehabilitation": 8043,
" determination": 8044,
" interceptions": 8045,
" approximately": 8046,
" constitutiona": 8047,
"constitutional": 8048,
" discriminatio": 8049,
"discrimination": 8050,
" proble": 8051,
"problem": 8052,
" behavi": 8053,
"behavio": 8054,
"ehavior": 8055,
" diffic": 8056,
"difficu": 8057,
"ifficul": 8058,
"fficult": 8059,
"chiatri": 8060,
"regular": 8061,
" withou": 8062,
"without": 8063,
"sistent": 8064,
"ggressi": 8065,
"uthorit": 8066,
"ressive": 8067,
"amilies": 8068,
" Psychi": 8069,
"Psychia": 8070,
" School": 8071,
" Americ": 8072,
"America": 8073,
"merican": 8074,
" sheets": 8075,
"specifi": 8076,
"pecific": 8077,
"uestion": 8078,
" shells": 8079,
" accoun": 8080,
"account": 8081,
" detail": 8082,
"ccounta": 8083,
"countab": 8084,
"ountabi": 8085,
"untabil": 8086,
"ntabili": 8087,
"sistant": 8088,
"ttempte": 8089,
"tempted": 8090,
" allege": 8091,
"alleged": 8092,
" incide": 8093,
"inciden": 8094,
" commun": 8095,
"communi": 8096,
"ometres": 8097,
" square": 8098,
" clause": 8099,
"clauses": 8100,
" arbitr": 8101,
"arbitra": 8102,
"problems": 8103,
"ollowing": 8104,
" indicat": 8105,
" adolesc": 8106,
"adolesce": 8107,
" psychia": 8108,
"psychiat": 8109,
"erforman": 8110,
"rformanc": 8111,
"formance": 8112,
" regular": 8113,
" Frequen": 8114,
"Frequent": 8115,
" Persist": 8116,
"Persiste": 8117,
"ersisten": 8118,
"rsistent": 8119,
"aggressi": 8120,
"position": 8121,
" authori": 8122,
"authorit": 8123,
"companie": 8124,
"ychiatry": 8125,
" website": 8126,
" questio": 8127,
"question": 8128,
" bipolar": 8129,
" disorde": 8130,
"disorder": 8131,
" provide": 8132,
" imperat": 8133,
"imperati": 8134,
"mperativ": 8135,
"perative": 8136,
" support": 8137,
" efforts": 8138,
" continu": 8139,
"continue": 8140,
"accounta": 8141,
" student": 8142,
"students": 8143,
" article": 8144,
" charged": 8145,
" attempt": 8146,
"attempte": 8147,
" Austral": 8148,
"Australi": 8149,
"ustralia": 8150,
" attacke": 8151,
" suspect": 8152,
" connect": 8153,
"connecti": 8154,
"onnectio": 8155,
"nnection": 8156,
" reporte": 8157,
" professional": 8158,
" Hyperactivit": 8159,
"Hyperactivity": 8160,
" disobedience": 8161,
" unexplainabl": 8162,
"unexplainable": 8163,
" difficulties": 8164,
" concentratin": 8165,
"concentrating": 8166,
" relationship": 8167,
" Comprehensiv": 8168,
"Comprehensive": 8169,
" Psychiatrist": 8170,
" psychiatrist": 8171,
"psychiatrists": 8172,
" Organization": 8173,
"Organizations": 8174,
" Communicatio": 8175,
"Communication": 8176,
"ommunications": 8177,
" Interstellar": 8178,
" interstellar": 8179,
" sufficiently": 8180,
" irritability": 8181,
" expectations": 8182,
" personalized": 8183,
" presentation": 8184,
" Expectations": 8185,
" administrato": 8186,
"administrator": 8187,
"dministrators": 8188,
" policymakers": 8189,
"Accountabilit": 8190,
" circumstance": 8191,
"circumstances": 8192,
" conversation": 8193,
"nvestigations": 8194,
" Additionally": 8195,
" rehabilitati": 8196,
"rehabilitatio": 8197,
"ehabilitation": 8198,
" determinatio": 8199,
"determination": 8200,
" unimaginable": 8201,
" interception": 8202,
"interceptions": 8203,
" pennsylvania": 8204,
" approximatel": 8205,
"approximately": 8206,
" encompassing": 8207,
" constitution": 8208,
"constitutiona": 8209,
"onstitutional": 8210,
" discriminati": 8211,
"discriminatio": 8212,
"iscrimination": 8213,
" surprisingly": 8214,
" interviewing": 8215,
" document": 8216,
" feelings": 8217,
" physicia": 8218,
"physician": 8219,
"hysicians": 8220,
" teachers": 8221,
"Following": 8222,
"ychiatric": 8223,
"valuation": 8224,
" performa": 8225,
"performan": 8226,
" activiti": 8227,
"activitie": 8228,
"ctivities": 8229,
"ifficulty": 8230,
" nightmar": 8231,
"nightmare": 8232,
"ightmares": 8233,
" aggressi": 8234,
"aggressio": 8235,
"ggression": 8236,
" oppositi": 8237,
"oppositio": 8238,
"pposition": 8239,
"authority": 8240,
" sleeping": 8241,
" accompan": 8242,
"accompani": 8243,
"ccompanie": 8244,
"companied": 8245,
" thoughts": 8246,
" Repeated": 8247,
"ggressive": 8248,
" Families": 8249,
" Developm": 8250,
"Developme": 8251,
"evelopmen": 8252,
"velopment": 8253,
"ychiatris": 8254,
"chiatrist": 8255,
"dditional": 8256,
" develope": 8257,
"developed": 8258,
" reproduc": 8259,
"reproduce": 8260,
"eproduced": 8261,
" personal": 8262,
" specific": 8263,
" abstract": 8264,
"nterstell": 8265,
"terstella": 8266,
"erstellar": 8267,
" galaxies": 8268,
" clusters": 8269,
" differen": 8270,
" episodes": 8271,
"xpectatio": 8272,
"pectation": 8273,
"ectations": 8274,
" progress": 8275,
" critical": 8276,
" indicato": 8277,
"indicator": 8278,
"ndicators": 8279,
" explanat": 8280,
"explanati": 8281,
"xplanatio": 8282,
"planation": 8283,
" generate": 8284,
" detailed": 8285,
" seemingl": 8286,
"seemingly": 8287,
" stabbing": 8288,
"uthoritie": 8289,
"thorities": 8290,
" horrific": 8291,
" chilling": 8292,
" assailan": 8293,
"assailant": 8294,
" investig": 8295,
"investiga": 8296,
"nvestigat": 8297,
"vestigati": 8298,
"estigatio": 8299,
"stigation": 8300,
" attacker": 8301,
" reported": 8302,
" senseles": 8303,
"senseless": 8304,
" criminal": 8305,
" determin": 8306,
" sentence": 8307,
" resident": 8308,
"residents": 8309,
"incidents": 8310,
" families": 8311,
" areaOfLa": 8312,
"areaOfLan": 8313,
"reaOfLand": 8314,
" populati": 8315,
"populatio": 8316,
"opulation": 8317,
"pulationD": 8318,
"ulationDe": 8319,
"lationDen": 8320,
"ationDens": 8321,
"tionDensi": 8322,
"ionDensit": 8323,
"onDensity": 8324,
"inhabitan": 8325,
"nhabitant": 8326,
"habitants": 8327,
" Bernalil": 8328,
"Bernalill": 8329,
"ernalillo": 8330,
" areaTota": 8331,
"areaTotal": 8332,
"Arbitrati": 8333,
" millions": 8334,
" contract": 8335,
"contracts": 8336,
"Greenberg": 8337,
"Americans": 8338,
" business": 8339,
" physic": 8340,
"roblems": 8341,
"ollowin": 8342,
"llowing": 8343,
" indica": 8344,
"indicat": 8345,
" adoles": 8346,
"adolesc": 8347,
" psychi": 8348,
"psychia": 8349,
" Marked": 8350,
"erforma": 8351,
"rforman": 8352,
"formanc": 8353,
"ormance": 8354,
" regula": 8355,
"activit": 8356,
" Freque": 8357,
"Frequen": 8358,
"requent": 8359,
" Persis": 8360,
"Persist": 8361,
"ersiste": 8362,
"rsisten": 8363,
"aggress": 8364,
"positio": 8365,
"osition": 8366,
" author": 8367,
"authori": 8368,
"compani": 8369,
"ompanie": 8370,
" though": 8371,
" weight": 8372,
"chiatry": 8373,
"present": 8374,
" genera": 8375,
" websit": 8376,
"website": 8377,
" create": 8378,
" questi": 8379,
"questio": 8380,
" differ": 8381,
" bipola": 8382,
"bipolar": 8383,
" disord": 8384,
"disorde": 8385,
"isorder": 8386,
" provid": 8387,
"provide": 8388,
" impera": 8389,
"imperat": 8390,
"mperati": 8391,
"perativ": 8392,
"erative": 8393,
" suppor": 8394,
"support": 8395,
" effort": 8396,
"efforts": 8397,
" states": 8398,
" contin": 8399,
"continu": 8400,
"ontinue": 8401,
" system": 8402,
" studen": 8403,
"student": 8404,
"tudents": 8405,
" credit": 8406,
" answer": 8407,
" articl": 8408,
"article": 8409,
" charge": 8410,
"charged": 8411,
" attemp": 8412,
"attempt": 8413,
" Austra": 8414,
"Austral": 8415,
"ustrali": 8416,
"stralia": 8417,
"attacke": 8418,
" suspec": 8419,
"suspect": 8420,
" connec": 8421,
"connect": 8422,
"onnecti": 8423,
"nnectio": 8424,
"nection": 8425,
" popula": 8426,
" report": 8427,
"reporte": 8428,
"crimina": 8429,
" professiona": 8430,
"professional": 8431,
" psychiatric": 8432,
" Hyperactivi": 8433,
"Hyperactivit": 8434,
"yperactivity": 8435,
" disobedienc": 8436,
"disobedience": 8437,
" provocative": 8438,
" unexplainab": 8439,
"unexplainabl": 8440,
"nexplainable": 8441,
" difficultie": 8442,
"difficulties": 8443,
" concentrati": 8444,
"concentratin": 8445,
"oncentrating": 8446,
" socializing": 8447,
" relationshi": 8448,
"relationship": 8449,
" destructive": 8450,
" Comprehensi": 8451,
"Comprehensiv": 8452,
"omprehensive": 8453,
" Psychiatric": 8454,
" Psychiatris": 8455,
"Psychiatrist": 8456,
" psychiatris": 8457,
"psychiatrist": 8458,
"sychiatrists": 8459,
" distributed": 8460,
" educational": 8461,
" Organizatio": 8462,
"Organization": 8463,
"rganizations": 8464,
" Communicati": 8465,
"Communicatio": 8466,
"ommunication": 8467,
"mmunications": 8468,
" Coordinator": 8469,
" Interstella": 8470,
"Interstellar": 8471,
" interstella": 8472,
"interstellar": 8473,
" pressurized": 8474,
" evaporative": 8475,
" sufficientl": 8476,
"sufficiently": 8477,
" depressions": 8478,
" irritabilit": 8479,
"irritability": 8480,
" expectation": 8481,
"expectations": 8482,
" personalize": 8483,
"personalized": 8484,
" presentatio": 8485,
"presentation": 8486,
" Expectation": 8487,
"Expectations": 8488,
" administrat": 8489,
"administrato": 8490,
"dministrator": 8491,
"ministrators": 8492,
" policymaker": 8493,
"policymakers": 8494,
" established": 8495,
" Performance": 8496,
"Accountabili": 8497,
"Introduction": 8498,
" authorities": 8499,
" circumstanc": 8500,
"circumstance": 8501,
"ircumstances": 8502,
" conversatio": 8503,
"conversation": 8504,
"vestigations": 8505,
" connections": 8506,
" senselessly": 8507,
" commemorate": 8508,
" Additionall": 8509,
"Additionally": 8510,
" discussions": 8511,
" surrounding": 8512,
" rehabilitat": 8513,
"rehabilitati": 8514,
"ehabilitatio": 8515,
"habilitation": 8516,
" perpetrator": 8517,
" Candlelight": 8518,
" fundraising": 8519,
" determinati": 8520,
"determinatio": 8521,
"etermination": 8522,
" devastating": 8523,
" unimaginabl": 8524,
"unimaginable": 8525,
" instruction": 8526,
" interceptio": 8527,
"interception": 8528,
"nterceptions": 8529,
" pennsylvani": 8530,
"pennsylvania": 8531,
" descriptive": 8532,
" approximate": 8533,
"approximatel": 8534,
"pproximately": 8535,
" inhabitants": 8536,
" encompassin": 8537,
"encompassing": 8538,
" fundamental": 8539,
" constitutio": 8540,
"constitution": 8541,
"onstitutiona": 8542,
"nstitutional": 8543,
" discriminat": 8544,
"discriminati": 8545,
"iscriminatio": 8546,
"scrimination": 8547,
" surprisingl": 8548,
"surprisingly": 8549,
" interviewin": 8550,
"interviewing": 8551,
" arbitrators": 8552,
" Arbitration": 8553,
" probl": 8554,
"proble": 8555,
"roblem": 8556,
" behav": 8557,
"behavi": 8558,
"ehavio": 8559,
"havior": 8560,
" diffi": 8561,
"diffic": 8562,
"ifficu": 8563,
"fficul": 8564,
"ficult": 8565,
" about": 8566,
" which": 8567,
"hiatri": 8568,
" Marke": 8569,
"regula": 8570,
"egular": 8571,
"requen": 8572,
" witho": 8573,
"withou": 8574,
"ithout": 8575,
"sisten": 8576,
"istent": 8577,
"ggress": 8578,
"gressi": 8579,
"uthori": 8580,
"thorit": 8581,
"lation": 8582,
"ressiv": 8583,
"amilie": 8584,
"milies": 8585,
" Child": 8586,
" Psych": 8587,
"Psychi": 8588,
"evelop": 8589,
" Schoo": 8590,
" Ameri": 8591,
"Americ": 8592,
"merica": 8593,
"erican": 8594,
"tional": 8595,
"sheets": 8596,
"specif": 8597,
"pecifi": 8598,
"ecific": 8599,
"uestio": 8600,
"estion": 8601,
" shell": 8602,
"shells": 8603,
" inter": 8604,
" local": 8605,
"rative": 8606,
" accou": 8607,
"accoun": 8608,
"ipolar": 8609,
"tation": 8610,
" detai": 8611,
"detail": 8612,
"counta": 8613,
"ountab": 8614,
"untabi": 8615,
"ntabil": 8616,
"nation": 8617,
"istant": 8618,
"harged": 8619,
"ttempt": 8620,
"tempte": 8621,
"empted": 8622,
" alleg": 8623,
"allege": 8624,
"lleged": 8625,
" crime": 8626,
" incid": 8627,
"incide": 8628,
" commu": 8629,
"commun": 8630,
"idents": 8631,
"metres": 8632,
" squar": 8633,
" claus": 8634,
"clause": 8635,
" arbit": 8636,
"arbitr": 8637,
" documen": 8638,
"document": 8639,
" feeling": 8640,
"feelings": 8641,
" physici": 8642,
"physicia": 8643,
"hysician": 8644,
"ysicians": 8645,
" teacher": 8646,
"teachers": 8647,
"Followin": 8648,
"chiatric": 8649,
"valuatio": 8650,
"aluation": 8651,
" perform": 8652,
"performa": 8653,
" activit": 8654,
"activiti": 8655,
"ctivitie": 8656,
"tivities": 8657,
"fficulty": 8658,
" nightma": 8659,
"nightmar": 8660,
"ightmare": 8661,
"ghtmares": 8662,
" aggress": 8663,
"ggressio": 8664,
"gression": 8665,
" opposit": 8666,
"oppositi": 8667,
"ppositio": 8668,
"uthority": 8669,
" sleepin": 8670,
"sleeping": 8671,
" accompa": 8672,
"accompan": 8673,
"ccompani": 8674,
"ompanied": 8675,
" thought": 8676,
"thoughts": 8677,
" Repeate": 8678,
"Repeated": 8679,
"ggressiv": 8680,
"gressive": 8681,
" Familie": 8682,
"Families": 8683,
"omprehen": 8684,
" Develop": 8685,
"Developm": 8686,
"evelopme": 8687,
"velopmen": 8688,
"elopment": 8689,
"chiatris": 8690,
"hiatrist": 8691,
" Academy": 8692,
"dditiona": 8693,
"ditional": 8694,
" medical": 8695,
" develop": 8696,
"develope": 8697,
"eveloped": 8698,
" reprodu": 8699,
"reproduc": 8700,
"eproduce": 8701,
"produced": 8702,
" persona": 8703,
"personal": 8704,
" written": 8705,
" present": 8706,
" specifi": 8707,
" Communi": 8708,
" abstrac": 8709,
"abstract": 8710,
"nterstel": 8711,
"terstell": 8712,
"erstella": 8713,
"rstellar": 8714,
" Tuesday": 8715,
" galaxie": 8716,
"galaxies": 8717,
" expansi": 8718,
" contain": 8719,
" cluster": 8720,
"clusters": 8721,
" differe": 8722,
"differen": 8723,
"pressive": 8724,
" episode": 8725,
"episodes": 8726,
"xpectati": 8727,
"pectatio": 8728,
"ectation": 8729,
"ctations": 8730,
" details": 8731,
" Achieve": 8732,
" identif": 8733,
" progres": 8734,
"progress": 8735,
" critica": 8736,
"critical": 8737,
"indicato": 8738,
"ndicator": 8739,
"dicators": 8740,
" explana": 8741,
"explanat": 8742,
"xplanati": 8743,
"planatio": 8744,
"lanation": 8745,
" generat": 8746,
"generate": 8747,
" detaile": 8748,
"detailed": 8749,
" Suspect": 8750,
" seeming": 8751,
"seemingl": 8752,
"eemingly": 8753,
" stabbin": 8754,
"stabbing": 8755,
"uthoriti": 8756,
"thoritie": 8757,
"horities": 8758,
" horrifi": 8759,
"horrific": 8760,
" chillin": 8761,
"chilling": 8762,
" assaila": 8763,
"assailan": 8764,
"ssailant": 8765,
" service": 8766,
" investi": 8767,
"investig": 8768,
"nvestiga": 8769,
"vestigat": 8770,
"estigati": 8771,
"stigatio": 8772,
"tigation": 8773,
"attacker": 8774,
"reported": 8775,
" sensele": 8776,
"senseles": 8777,
"enseless": 8778,
" crimina": 8779,
"criminal": 8780,
" determi": 8781,
"determin": 8782,
" sentenc": 8783,
"sentence": 8784,
" residen": 8785,
"resident": 8786,
"esidents": 8787,
" prevent": 8788,
"ncidents": 8789,
" familie": 8790,
"families": 8791,
" recover": 8792,
"mination": 8793,
" areaOfL": 8794,
"areaOfLa": 8795,
"reaOfLan": 8796,
"eaOfLand": 8797,
" populat": 8798,
"populati": 8799,
"opulatio": 8800,
"pulation": 8801,
"ulationD": 8802,
"lationDe": 8803,
"ationDen": 8804,
"tionDens": 8805,
"ionDensi": 8806,
"onDensit": 8807,
"nDensity": 8808,
"inhabita": 8809,
"nhabitan": 8810,
"habitant": 8811,
"abitants": 8812,
" Bernali": 8813,
"Bernalil": 8814,
"ernalill": 8815,
"rnalillo": 8816,
" areaTot": 8817,
"areaTota": 8818,
"reaTotal": 8819,
"Arbitrat": 8820,
" million": 8821,
"millions": 8822,
" contrac": 8823,
"contract": 8824,
"ontracts": 8825,
"Greenber": 8826,
"reenberg": 8827,
" Corkery": 8828,
"mericans": 8829,
" busines": 8830,
"business": 8831,
" profession": 8832,
"professiona": 8833,
"rofessional": 8834,
"psychiatric": 8835,
" evaluation": 8836,
" complaints": 8837,
" Hyperactiv": 8838,
"Hyperactivi": 8839,
"yperactivit": 8840,
"peractivity": 8841,
" disobedien": 8842,
"disobedienc": 8843,
"isobedience": 8844,
" provocativ": 8845,
"provocative": 8846,
" unexplaina": 8847,
"unexplainab": 8848,
"nexplainabl": 8849,
"explainable": 8850,
" difficulti": 8851,
"difficultie": 8852,
"ifficulties": 8853,
" concentrat": 8854,
"concentrati": 8855,
"oncentratin": 8856,
"ncentrating": 8857,
" Depression": 8858,
" socializin": 8859,
"socializing": 8860,
" relationsh": 8861,
"relationshi": 8862,
"elationship": 8863,
" destructiv": 8864,
"destructive": 8865,
" Aggressive": 8866,
" consistent": 8867,
" Comprehens": 8868,
"Comprehensi": 8869,
"omprehensiv": 8870,
"mprehensive": 8871,
"Psychiatric": 8872,
" Evaluation": 8873,
" Definition": 8874,
"Psychiatris": 8875,
" represents": 8876,
"psychiatris": 8877,
"ychiatrists": 8878,
" additional": 8879,
" psychiatry": 8880,
" distribute": 8881,
"distributed": 8882,
" educationa": 8883,
"educational": 8884,
" permission": 8885,
" duplicated": 8886,
" Organizati": 8887,
"Organizatio": 8888,
"rganization": 8889,
"ganizations": 8890,
" Communicat": 8891,
"Communicati": 8892,
"ommunicatio": 8893,
"mmunication": 8894,
"munications": 8895,
" Coordinato": 8896,
"Coordinator": 8897,
" assistance": 8898,
" Interstell": 8899,
"Interstella": 8900,
" explosions": 8901,
" interstell": 8902,
"interstella": 8903,
" pressurize": 8904,
"pressurized": 8905,
" supernovae": 8906,
" evaporativ": 8907,
"evaporative": 8908,
" summarized": 8909,
" sufficient": 8910,
"sufficientl": 8911,
"ufficiently": 8912,
" associated": 8913,
" depressive": 8914,
"depressions": 8915,
" difference": 8916,
" irritabili": 8917,
"irritabilit": 8918,
"rritability": 8919,
" expectatio": 8920,
"expectation": 8921,
" foundation": 8922,
" personaliz": 8923,
"personalize": 8924,
"ersonalized": 8925,
" presentati": 8926,
"presentatio": 8927,
"resentation": 8928,
" customized": 8929,
" PowerPoint": 8930,
" particular": 8931,
" Expectatio": 8932,
"Expectation": 8933,
" administra": 8934,
"administrat": 8935,
"dministrato": 8936,
"ministrator": 8937,
"inistrators": 8938,
" policymake": 8939,
"policymaker": 8940,
"olicymakers": 8941,
" establishe": 8942,
"established": 8943,
" Performanc": 8944,
"Performance": 8945,
" Incentives": 8946,
"Accountabil": 8947,
" assessment": 8948,
"Introductio": 8949,
"ntroduction": 8950,
" authoritie": 8951,
"authorities": 8952,
" blissfully": 8953,
" circumstan": 8954,
"circumstanc": 8955,
"ircumstance": 8956,
"rcumstances": 8957,
" conversati": 8958,
"conversatio": 8959,
"onversation": 8960,
" approached": 8961,
" Bystanders": 8962,
"estigations": 8963,
"connections": 8964,
" mystifying": 8965,
" senselessl": 8966,
"senselessly": 8967,
" identified": 8968,
" discovered": 8969,
"Authorities": 8970,
" commemorat": 8971,
"commemorate": 8972,
" questioned": 8973,
" considered": 8974,
" strategies": 8975,
" Additional": 8976,
"Additionall": 8977,
"dditionally": 8978,
" discussion": 8979,
"discussions": 8980,
" surroundin": 8981,
"surrounding": 8982,
" rehabilita": 8983,
"rehabilitat": 8984,
"ehabilitati": 8985,
"habilitatio": 8986,
"abilitation": 8987,
" comprehend": 8988,
" perpetrato": 8989,
"perpetrator": 8990,
" outpouring": 8991,
" Candleligh": 8992,
"Candlelight": 8993,
" fundraisin": 8994,
"fundraising": 8995,
" solidarity": 8996,
" determinat": 8997,
"determinati": 8998,
"eterminatio": 8999,
"termination": 9000,
" devastatin": 9001,
"devastating": 9002,
" tragically": 9003,
" supporting": 9004,
" recovering": 9005,
" unimaginab": 9006,
"unimaginabl": 9007,
"nimaginable": 9008,
" instructio": 9009,
"instruction": 9010,
" pittsburgh": 9011,
" intercepti": 9012,
"interceptio": 9013,
"nterception": 9014,
"terceptions": 9015,
" pennsylvan": 9016,
"pennsylvani": 9017,
"ennsylvania": 9018,
" linebacker": 9019,
" draftround": 9020,
" descriptiv": 9021,
"descriptive": 9022,
" approximat": 9023,
"approximate": 9024,
"pproximatel": 9025,
"proximately": 9026,
" inhabitant": 9027,
" enveloping": 9028,
" impressive": 9029,
" encompassi": 9030,
"encompassin": 9031,
"ncompassing": 9032,
" landscapes": 9033,
" fundamenta": 9034,
"fundamental": 9035,
" constituti": 9036,
"constitutio": 9037,
"onstitution": 9038,
"nstitutiona": 9039,
"stitutional": 9040,
" employment": 9041,
" businesses": 9042,
" challenges": 9043,
" discrimina": 9044,
"discriminat": 9045,
"iscriminati": 9046,
"scriminatio": 9047,
"crimination": 9048,
" surprising": 9049,
"surprisingl": 9050,
"urprisingly": 9051,
" privatized": 9052,
" interviewi": 9053,
"interviewin": 9054,
"nterviewing": 9055,
" executives": 9056,
" arbitrator": 9057,
"arbitrators": 9058,
" plaintiffs": 9059,
" Arbitratio": 9060,
"arents": 9061,
"eeling": 9062,
" physi": 9063,
"physic": 9064,
"oblems": 9065,
" famil": 9066,
"ollowi": 9067,
"llowin": 9068,
"lowing": 9069,
" indic": 9070,
"indica": 9071,
"ndicat": 9072,
" adole": 9073,
"adoles": 9074,
" psych": 9075,
"psychi": 9076,
"Marked": 9077,
"erform": 9078,
"rforma": 9079,
"forman": 9080,
"ormanc": 9081,
"rmance": 9082,
" regul": 9083,
" sleep": 9084,
"activi": 9085,
"ctivit": 9086,
" Frequ": 9087,
"Freque": 9088,
"equent": 9089,
" Persi": 9090,
"Persis": 9091,
"ersist": 9092,
"rsiste": 9093,
"aggres": 9094,
"positi": 9095,
"ositio": 9096,
"sition": 9097,
" autho": 9098,
"author": 9099,
"compan": 9100,
"ompani": 9101,
"mpanie": 9102,
" thoug": 9103,
" weigh": 9104,
"weight": 9105,
"hiatry": 9106,
"presen": 9107,
"resent": 9108,
"dition": 9109,
" gener": 9110,
"genera": 9111,
"roduce": 9112,
" websi": 9113,
"websit": 9114,
"ebsite": 9115,
" creat": 9116,
"create": 9117,
" quest": 9118,
"questi": 9119,
" conta": 9120,
" energ": 9121,
" diffe": 9122,
"differ": 9123,
" bipol": 9124,
"bipola": 9125,
" disor": 9126,
"disord": 9127,
"isorde": 9128,
"sorder": 9129,
"Answer": 9130,
"nesses": 9131,
" these": 9132,
" provi": 9133,
"provid": 9134,
"rovide": 9135,
" imper": 9136,
"impera": 9137,
"mperat": 9138,
"perati": 9139,
"erativ": 9140,
" suppo": 9141,
"suppor": 9142,
"upport": 9143,
" effor": 9144,
"effort": 9145,
"fforts": 9146,
"states": 9147,
" conti": 9148,
"contin": 9149,
"ontinu": 9150,
"ntinue": 9151,
" polic": 9152,
" syste": 9153,
"system": 9154,
" stude": 9155,
"studen": 9156,
"tudent": 9157,
"udents": 9158,
"trator": 9159,
"arning": 9160,
" credi": 9161,
"credit": 9162,
" 10082": 9163,
" 10669": 9164,
"etaile": 9165,
" answe": 9166,
"answer": 9167,
" artic": 9168,
"articl": 9169,
"rticle": 9170,
" charg": 9171,
"charge": 9172,
" attem": 9173,
"attemp": 9174,
" woman": 9175,
" stabb": 9176,
" Austr": 9177,
"Austra": 9178,
"ustral": 9179,
"strali": 9180,
"tralia": 9181,
"ttacke": 9182,
" suspe": 9183,
"suspec": 9184,
" conne": 9185,
"connec": 9186,
"onnect": 9187,
"nnecti": 9188,
"nectio": 9189,
"ection": 9190,
" event": 9191,
" popul": 9192,
"popula": 9193,
" natur": 9194,
" repor": 9195,
"report": 9196,
"eporte": 9197,
"crimin": 9198,
"rimina": 9199,
" could": 9200,
" resid": 9201,
" draft": 9202,
" recognize": 9203,
" professio": 9204,
"profession": 9205,
"rofessiona": 9206,
"ofessional": 9207,
" evaluatio": 9208,
"evaluation": 9209,
" complaint": 9210,
"complaints": 9211,
" Hyperacti": 9212,
"Hyperactiv": 9213,
"yperactivi": 9214,
"peractivit": 9215,
"eractivity": 9216,
" fidgeting": 9217,
" attention": 9218,
" disobedie": 9219,
"disobedien": 9220,
"isobedienc": 9221,
"sobedience": 9222,
" provocati": 9223,
"provocativ": 9224,
"rovocative": 9225,
" unexplain": 9226,
"unexplaina": 9227,
"nexplainab": 9228,
"explainabl": 9229,
"xplainable": 9230,
" Threatens": 9231,
" Inability": 9232,
"difficulti": 9233,
"ifficultie": 9234,
"fficulties": 9235,
" concentra": 9236,
"concentrat": 9237,
"oncentrati": 9238,
"ncentratin": 9239,
"centrating": 9240,
" Depressio": 9241,
"Depression": 9242,
" sustained": 9243,
" prolonged": 9244,
" anxieties": 9245,
" socializi": 9246,
"socializin": 9247,
"ocializing": 9248,
" relations": 9249,
"relationsh": 9250,
"elationshi": 9251,
"lationship": 9252,
" excessive": 9253,
" laxatives": 9254,
" destructi": 9255,
"destructiv": 9256,
"estructive": 9257,
" outbursts": 9258,
" Aggressiv": 9259,
"Aggressive": 9260,
"aggressive": 9261,
" consisten": 9262,
"consistent": 9263,
" violation": 9264,
" vandalism": 9265,
" behaviors": 9266,
" Comprehen": 9267,
"Comprehens": 9268,
"omprehensi": 9269,
"mprehensiv": 9270,
"prehensive": 9271,
" Evaluatio": 9272,
"Evaluation": 9273,
" Definitio": 9274,
"Definition": 9275,
" represent": 9276,
"represents": 9277,
"chiatrists": 9278,
" additiona": 9279,
"additional": 9280,
"psychiatry": 9281,
" distribut": 9282,
"distribute": 9283,
"istributed": 9284,
" education": 9285,
"educationa": 9286,
"ducational": 9287,
" permissio": 9288,
"permission": 9289,
" presented": 9290,
" duplicate": 9291,
"duplicated": 9292,
" Organizat": 9293,
"Organizati": 9294,
"rganizatio": 9295,
"ganization": 9296,
"anizations": 9297,
" permitted": 9298,
" questions": 9299,
" Communica": 9300,
"Communicat": 9301,
"ommunicati": 9302,
"mmunicatio": 9303,
"munication": 9304,
"unications": 9305,
" Marketing": 9306,
" Coordinat": 9307,
"Coordinato": 9308,
"oordinator": 9309,
" immediate": 9310,
" assistanc": 9311,
"assistance": 9312,
" Interstel": 9313,
"Interstell": 9314,
" explosion": 9315,
"explosions": 9316,
" interstel": 9317,
"interstell": 9318,
" pressuriz": 9319,
"pressurize": 9320,
"ressurized": 9321,
" expansion": 9322,
" snowplows": 9323,
" supernova": 9324,
"supernovae": 9325,
" radiative": 9326,
" evaporati": 9327,
"evaporativ": 9328,
"vaporative": 9329,
" summarize": 9330,
"summarized": 9331,
" sufficien": 9332,
"sufficient": 9333,
"ufficientl": 9334,
"fficiently": 9335,
" frequency": 9336,
" different": 9337,
" typically": 9338,
" associate": 9339,
"associated": 9340,
" depressiv": 9341,
"depressive": 9342,
" illnesses": 9343,
"epressions": 9344,
" differenc": 9345,
"difference": 9346,
" elevation": 9347,
" irritabil": 9348,
"irritabili": 9349,
"rritabilit": 9350,
"ritability": 9351,
" hypomanic": 9352,
" essential": 9353,
" addresses": 9354,
" expectati": 9355,
"expectatio": 9356,
" resources": 9357,
" foundatio": 9358,
"foundation": 9359,
" personali": 9360,
"personaliz": 9361,
"ersonalize": 9362,
"rsonalized": 9363,
" presentat": 9364,
"presentati": 9365,
"resentatio": 9366,
"esentation": 9367,
" customize": 9368,
"customized": 9369,
" PowerPoin": 9370,
"PowerPoint": 9371,
" particula": 9372,
"particular": 9373,
" readiness": 9374,
" regularly": 9375,
" Expectati": 9376,
"Expectatio": 9377,
" administr": 9378,
"administra": 9379,
"dministrat": 9380,
"ministrato": 9381,
"inistrator": 9382,
"nistrators": 9383,
" policymak": 9384,
"policymake": 9385,
"olicymaker": 9386,
"licymakers": 9387,
" establish": 9388,
"establishe": 9389,
"stablished": 9390,
" including": 9391,
" Reporting": 9392,
" Performan": 9393,
"Performanc": 9394,
" Incentive": 9395,
"Incentives": 9396,
"Accountabi": 9397,
" assessmen": 9398,
"assessment": 9399,
" Attempted": 9400,
"Introducti": 9401,
"ntroductio": 9402,
"troduction": 9403,
" bloodshed": 9404,
" allegedly": 9405,
" authoriti": 9406,
"authoritie": 9407,
" blissfull": 9408,
"blissfully": 9409,
" circumsta": 9410,
"circumstan": 9411,
"ircumstanc": 9412,
"rcumstance": 9413,
"cumstances": 9414,
" conversat": 9415,
"conversati": 9416,
"onversatio": 9417,
"nversation": 9418,
" approache": 9419,
"approached": 9420,
" scrambled": 9421,
" continued": 9422,
" Bystander": 9423,
"Bystanders": 9424,
" emergency": 9425,
" succumbed": 9426,
" condition": 9427,
"stigations": 9428,
"onnections": 9429,
" mystifyin": 9430,
"mystifying": 9431,
" Witnesses": 9432,
"senselessl": 9433,
"enselessly": 9434,
" identifie": 9435,
"identified": 9436,
" discovere": 9437,
"discovered": 9438,
"Authoritie": 9439,
" determine": 9440,
" convicted": 9441,
" Community": 9442,
" harrowing": 9443,
" makeshift": 9444,
" commemora": 9445,
"commemorat": 9446,
"ommemorate": 9447,
" questione": 9448,
"questioned": 9449,
" considere": 9450,
"considered": 9451,
" officials": 9452,
" strategie": 9453,
"strategies": 9454,
" reinforce": 9455,
" Additiona": 9456,
"Additional": 9457,
"dditionall": 9458,
"ditionally": 9459,
" discussio": 9460,
"discussion": 9461,
"iscussions": 9462,
" surroundi": 9463,
"surroundin": 9464,
"urrounding": 9465,
" rehabilit": 9466,
"rehabilita": 9467,
"ehabilitat": 9468,
"habilitati": 9469,
"abilitatio": 9470,
"bilitation": 9471,
" comprehen": 9472,
"comprehend": 9473,
" perpetrat": 9474,
"perpetrato": 9475,
"erpetrator": 9476,
" occurring": 9477,
" outpourin": 9478,
"outpouring": 9479,
" Candlelig": 9480,
"Candleligh": 9481,
"andlelight": 9482,
" fundraisi": 9483,
"fundraisin": 9484,
"undraising": 9485,
" surviving": 9486,
"Conclusion": 9487,
" brutality": 9488,
" solidarit": 9489,
"solidarity": 9490,
" determina": 9491,
"determinat": 9492,
"eterminati": 9493,
"terminatio": 9494,
"ermination": 9495,
" devastati": 9496,
"devastatin": 9497,
"evastating": 9498,
" tragicall": 9499,
"tragically": 9500,
" supportin": 9501,
"supporting": 9502,
" recoverin": 9503,
"recovering": 9504,
" continues": 9505,
" unimagina": 9506,
"unimaginab": 9507,
"nimaginabl": 9508,
"imaginable": 9509,
" instructi": 9510,
"instructio": 9511,
"nstruction": 9512,
" extremely": 9513,
" following": 9514,
" debutteam": 9515,
" pittsburg": 9516,
"pittsburgh": 9517,
" draftpick": 9518,
" wal475737": 9519,
" debutyear": 9520,
" finalteam": 9521,
" sentinels": 9522,
" statlabel": 9523,
" intercept": 9524,
"intercepti": 9525,
"nterceptio": 9526,
"terception": 9527,
"erceptions": 9528,
" statvalue": 9529,
" pottstown": 9530,
" pennsylva": 9531,
"pennsylvan": 9532,
"ennsylvani": 9533,
"nnsylvania": 9534,
" draftyear": 9535,
" linebacke": 9536,
"linebacker": 9537,
" draftroun": 9538,
"draftround": 9539,
" finalyear": 9540,
" descripti": 9541,
"descriptiv": 9542,
"escriptive": 9543,
"Stretching": 9544,
" approxima": 9545,
"approximat": 9546,
"pproximate": 9547,
"proximatel": 9548,
"roximately": 9549,
" inhabitan": 9550,
" expansive": 9551,
" beautiful": 9552,
" envelopin": 9553,
"enveloping": 9554,
" impressiv": 9555,
"impressive": 9556,
" encompass": 9557,
"encompassi": 9558,
"ncompassin": 9559,
"compassing": 9560,
" landscape": 9561,
"landscapes": 9562,
" answering": 9563,
" innocuous": 9564,
" fundament": 9565,
"fundamenta": 9566,
"undamental": 9567,
" constitut": 9568,
"constituti": 9569,
"onstitutio": 9570,
"nstitution": 9571,
"stitutiona": 9572,
"titutional": 9573,
" contained": 9574,
" employmen": 9575,
"employment": 9576,
" telephone": 9577,
"Engineered": 9578,
" coalition": 9579,
" companies": 9580,
" retailers": 9581,
" insulates": 9582,
" businesse": 9583,
"businesses": 9584,
" challenge": 9585,
"challenges": 9586,
" practices": 9587,
" predatory": 9588,
" discrimin": 9589,
"discrimina": 9590,
"iscriminat": 9591,
"scriminati": 9592,
"criminatio": 9593,
"rimination": 9594,
" surprisin": 9595,
"surprising": 9596,
"urprisingl": 9597,
"rprisingly": 9598,
" alternate": 9599,
" privatize": 9600,
"privatized": 9601,
" interests": 9602,
" consumers": 9603,
" documents": 9604,
" interview": 9605,
"interviewi": 9606,
"nterviewin": 9607,
"terviewing": 9608,
" corporate": 9609,
" executive": 9610,
"executives": 9611,
" arbitrato": 9612,
"arbitrator": 9613,
"rbitrators": 9614,
" plaintiff": 9615,
"plaintiffs": 9616,
" Arbitrati": 9617,
"arent": 9618,
"probl": 9619,
"roble": 9620,
"oblem": 9621,
" beha": 9622,
"behav": 9623,
"ehavi": 9624,
"havio": 9625,
"avior": 9626,
"diffi": 9627,
"iffic": 9628,
"fficu": 9629,
"ficul": 9630,
"icult": 9631,
" abou": 9632,
"about": 9633,
"ollow": 9634,
" whic": 9635,
"which": 9636,
"iatri": 9637,
" Mark": 9638,
"Marke": 9639,
"regul": 9640,
"egula": 9641,
"gular": 9642,
" part": 9643,
" acti": 9644,
"reque": 9645,
"equen": 9646,
"witho": 9647,
"ithou": 9648,
"thout": 9649,
" atte": 9650,
"siste": 9651,
"isten": 9652,
"stent": 9653,
" diso": 9654,
"ggres": 9655,
" prov": 9656,
"uthor": 9657,
"thori": 9658,
"horit": 9659,
"reate": 9660,
"compa": 9661,
" life": 9662,
"latio": 9663,
"amili": 9664,
"milie": 9665,
"ilies": 9666,
" Chil": 9667,
"Child": 9668,
" Psyc": 9669,
"Psych": 9670,
"evelo": 9671,
" Scho": 9672,
" Amer": 9673,
"Ameri": 9674,
"meric": 9675,
"erica": 9676,
"rican": 9677,
"tiona": 9678,
"heets": 9679,
"roduc": 9680,
"speci": 9681,
"pecif": 9682,
"ecifi": 9683,
"cific": 9684,
"uesti": 9685,
"estio": 9686,
"stion": 9687,
"tract": 9688,
" shel": 9689,
"shell": 9690,
"hells": 9691,
" inte": 9692,
"inter": 9693,
" loca": 9694,
"local": 9695,
"rativ": 9696,
"accou": 9697,
"ipola": 9698,
"polar": 9699,
" both": 9700,
"esses": 9701,
"tatio": 9702,
" serv": 9703,
" deta": 9704,
"detai": 9705,
"artic": 9706,
"ounta": 9707,
"untab": 9708,
"ntabi": 9709,
"ators": 9710,
"eport": 9711,
"natio": 9712,
" 2508": 9713,
" 2639": 9714,
" 2660": 9715,
" 2654": 9716,
" 4082": 9717,
" 3706": 9718,
" 2056": 9719,
" 6434": 9720,
" 2383": 9721,
" 3778": 9722,
" 1679": 9723,
" 2634": 9724,
" 4383": 9725,
" 4473": 9726,
" 4164": 9727,
" 2391": 9728,
" 3449": 9729,
" 3433": 9730,
" 2259": 9731,
" 3020": 9732,
" 4643": 9733,
" 1854": 9734,
" 3074": 9735,
" 2384": 9736,
" 3215": 9737,
" 3233": 9738,
" 3036": 9739,
" 3514": 9740,
" 5447": 9741,
" 2648": 9742,
" 2761": 9743,
" 2752": 9744,
" 3085": 9745,
" 2177": 9746,
" 4332": 9747,
" 3520": 9748,
" 1858": 9749,
" 4576": 9750,
" 2449": 9751,
" 4271": 9752,
" 2085": 9753,
" 3310": 9754,
" 3079": 9755,
" 2432": 9756,
" 4196": 9757,
" 4181": 9758,
" 2652": 9759,
" 3291": 9760,
" 3173": 9761,
" 3133": 9762,
" 3915": 9763,
" 2392": 9764,
" 2417": 9765,
" 3275": 9766,
" 2322": 9767,
" 3111": 9768,
" 3112": 9769,
" 2144": 9770,
" 4102": 9771,
" 4993": 9772,
" 3532": 9773,
" 4814": 9774,
" 2230": 9775,
" 2502": 9776,
" 5590": 9777,
" 2989": 9778,
" 2402": 9779,
" 2393": 9780,
" 1927": 9781,
" 3858": 9782,
" 2838": 9783,
" 2689": 9784,
" 4410": 9785,
" 2975": 9786,
" 4915": 9787,
" 6993": 9788,
" 2953": 9789,
" 2738": 9790,
" 3482": 9791,
" 5048": 9792,
" 6296": 9793,
" 5379": 9794,
" 3367": 9795,
" 3116": 9796,
" 5592": 9797,
" 2736": 9798,
" 4486": 9799,
" 3337": 9800,
" 2386": 9801,
" 2829": 9802,
" 3108": 9803,
" 2732": 9804,
" 2795": 9805,
" 3290": 9806,
" 2564": 9807,
" 3211": 9808,
" 1967": 9809,
" 3130": 9810,
" 2601": 9811,
" 2976": 9812,
" 5350": 9813,
" 2916": 9814,
" 2366": 9815,
" 3552": 9816,
" 5086": 9817,
" 2540": 9818,
" 2574": 9819,
" 2421": 9820,
" 2364": 9821,
" 2135": 9822,
" 3339": 9823,
" 2675": 9824,
" 3553": 9825,
" 2492": 9826,
" 6218": 9827,
" 2536": 9828,
" 3444": 9829,
" 2197": 9830,
" 3262": 9831,
" 3640": 9832,
" 2086": 9833,
" 2801": 9834,
" 3357": 9835,
" 3125": 9836,
" 3274": 9837,
" 3283": 9838,
" 2787": 9839,
" 2342": 9840,
" 3048": 9841,
" 3151": 9842,
" 4552": 9843,
" 2571": 9844,
" 2697": 9845,
" 2788": 9846,
" 2400": 9847,
" 3646": 9848,
" 1547": 9849,
" 3046": 9850,
" 2496": 9851,
" 1912": 9852,
" 1909": 9853,
" 2881": 9854,
" 4312": 9855,
" 2714": 9856,
" 2823": 9857,
" 2381": 9858,
" 2034": 9859,
" 2481": 9860,
" 3373": 9861,
" 3316": 9862,
" 3374": 9863,
" 2462": 9864,
" 2111": 9865,
" 2248": 9866,
" 2238": 9867,
" 3333": 9868,
" 4570": 9869,
" 3128": 9870,
" 3456": 9871,
" 2352": 9872,
" 4531": 9873,
" 3882": 9874,
" 4139": 9875,
" 2423": 9876,
" 2848": 9877,
" 2365": 9878,
" 3988": 9879,
" 7144": 9880,
" 4011": 9881,
" 3220": 9882,
" 3327": 9883,
" 3113": 9884,
" 2531": 9885,
" 4476": 9886,
" 3689": 9887,
" 4337": 9888,
" 2334": 9889,
" 2466": 9890,
" 3120": 9891,
" 3408": 9892,
" 3401": 9893,
" 3148": 9894,
" 3201": 9895,
" 4491": 9896,
" 3486": 9897,
" 4109": 9898,
" 5013": 9899,
" 3409": 9900,
" 3766": 9901,
" 3016": 9902,
" 3180": 9903,
" 4216": 9904,
" 3877": 9905,
" 2215": 9906,
" 3941": 9907,
" 5716": 9908,
" 3077": 9909,
" 3526": 9910,
" 6452": 9911,
" 2306": 9912,
" 1930": 9913,
" 2362": 9914,
" 3818": 9915,
" 2176": 9916,
" 3170": 9917,
" 2619": 9918,
" 2992": 9919,
" 1986": 9920,
" 3096": 9921,
" 2145": 9922,
" 2116": 9923,
" 5017": 9924,
" 6036": 9925,
" 4061": 9926,
" 2794": 9927,
" 3675": 9928,
" 3288": 9929,
" 1620": 9930,
" 4426": 9931,
" 2781": 9932,
" 3589": 9933,
" 3307": 9934,
" 3138": 9935,
" 3303": 9936,
" 1957": 9937,
" 4112": 9938,
" 2154": 9939,
" 2565": 9940,
" 3056": 9941,
" 4725": 9942,
" 2963": 9943,
" 3419": 9944,
" 3519": 9945,
" 3455": 9946,
" 3099": 9947,
" 2348": 9948,
" 1688": 9949,
" 3052": 9950,
" 3793": 9951,
" 3601": 9952,
" 3084": 9953,
" 2371": 9954,
" 3633": 9955,
" 3321": 9956,
" 4665": 9957,
" 3323": 9958,
" 1710": 9959,
" 3562": 9960,
" 4087": 9961,
" 2509": 9962,
" 2806": 9963,
" 2958": 9964,
" 4189": 9965,
" 2157": 9966,
" 3209": 9967,
" 4585": 9968,
" 2955": 9969,
" 3136": 9970,
" 2903": 9971,
" 3758": 9972,
" 2646": 9973,
" 2404": 9974,
" 2249": 9975,
" 3902": 9976,
" 3446": 9977,
" 3584": 9978,
" 2786": 9979,
" 4513": 9980,
" 3991": 9981,
" 2182": 9982,
" 3571": 9983,
" 2837": 9984,
" 3185": 9985,
" 3195": 9986,
" 2226": 9987,
" 2731": 9988,
" 4439": 9989,
" 3453": 9990,
" 3463": 9991,
" 4972": 9992,
" 2600": 9993,
" 5665": 9994,
" 3944": 9995,
" 2471": 9996,
" 2581": 9997,
" 2810": 9998,
" 2479": 9999,
" 2900": 10000,
" 2510": 10001,
" 3465": 10002,
" 2073": 10003,
" 2122": 10004,
" 3450": 10005,
" 3312": 10006,
" 3255": 10007,
" 2759": 10008,
" 2415": 10009,
" 2841": 10010,
" 2229": 10011,
" 2537": 10012,
" 1832": 10013,
" 2668": 10014,
" 3063": 10015,
" 4626": 10016,
" 3570": 10017,
" 2546": 10018,
" 4071": 10019,
" 2834": 10020,
" 2931": 10021,
" 3801": 10022,
" 4353": 10023,
" 4184": 10024,
" 2874": 10025,
" 2921": 10026,
" 2935": 10027,
" 4135": 10028,
" 3359": 10029,
" 2189": 10030,
" 2596": 10031,
" 2345": 10032,
" 3306": 10033,
" 2454": 10034,
" 3550": 10035,
" 2941": 10036,
" 3134": 10037,
" 1974": 10038,
" 2821": 10039,
" 4065": 10040,
" 3451": 10041,
" 3021": 10042,
" 5981": 10043,
" 2327": 10044,
" 2746": 10045,
" 3204": 10046,
" 3176": 10047,
" 3250": 10048,
" 2604": 10049,
" 3258": 10050,
" 3347": 10051,
" been": 10052,
"harge": 10053,
"arged": 10054,
"ttemp": 10055,
"tempt": 10056,
"empte": 10057,
"mpted": 10058,
" stab": 10059,
" seem": 10060,
" even": 10061,
" alle": 10062,
"alleg": 10063,
"leged": 10064,
"crime": 10065,
" inci": 10066,
"incid": 10067,
"commu": 10068,
" area": 10069,
"etres": 10070,
" squa": 10071,
" clau": 10072,
"claus": 10073,
" arbi": 10074,
"arbit": 10075,
" docume": 10076,
"documen": 10077,
"ocument": 10078,
"Parents": 10079,
" parent": 10080,
" feelin": 10081,
"feeling": 10082,
"eelings": 10083,
"physici": 10084,
"hysicia": 10085,
"ysician": 10086,
"sicians": 10087,
" teache": 10088,
"teacher": 10089,
"eachers": 10090,
"Followi": 10091,
"hiatric": 10092,
"valuati": 10093,
"aluatio": 10094,
"luation": 10095,
" perfor": 10096,
"perform": 10097,
" Severe": 10098,
" anxiet": 10099,
" activi": 10100,
"ctiviti": 10101,
"tivitie": 10102,
"ivities": 10103,
" normal": 10104,
" beyond": 10105,
"ficulty": 10106,
" nightm": 10107,
"nightma": 10108,
"ightmar": 10109,
"ghtmare": 10110,
"htmares": 10111,
" aggres": 10112,
"gressio": 10113,
" months": 10114,
" opposi": 10115,
"opposit": 10116,
"ppositi": 10117,
"thority": 10118,
" Threat": 10119,
" sleepi": 10120,
"sleepin": 10121,
"leeping": 10122,
" accomp": 10123,
"accompa": 10124,
"ccompan": 10125,
"mpanied": 10126,
"thought": 10127,
"houghts": 10128,
" Repeat": 10129,
"Repeate": 10130,
"epeated": 10131,
" others": 10132,
"structi": 10133,
"gressiv": 10134,
" rights": 10135,
" Famili": 10136,
"Familie": 10137,
"omprehe": 10138,
"mprehen": 10139,
" Normal": 10140,
" Develo": 10141,
"Develop": 10142,
"evelopm": 10143,
"velopme": 10144,
"elopmen": 10145,
"lopment": 10146,
"hiatris": 10147,
"iatrist": 10148,
" Academ": 10149,
"Academy": 10150,
"ddition": 10151,
"ditiona": 10152,
"itional": 10153,
" medica": 10154,
"medical": 10155,
" develo": 10156,
"develop": 10157,
"evelope": 10158,
"veloped": 10159,
" reprod": 10160,
"reprodu": 10161,
"eproduc": 10162,
"produce": 10163,
"roduced": 10164,
" person": 10165,
"persona": 10166,
"ersonal": 10167,
" writte": 10168,
"written": 10169,
" includ": 10170,
" presen": 10171,
" specif": 10172,
" please": 10173,
" Commun": 10174,
"Communi": 10175,
" abstra": 10176,
"abstrac": 10177,
"bstract": 10178,
"nterste": 10179,
"terstel": 10180,
"erstell": 10181,
"rstella": 10182,
"stellar": 10183,
" Tuesda": 10184,
"Tuesday": 10185,
" galaxi": 10186,
"galaxie": 10187,
"alaxies": 10188,
" energy": 10189,
" during": 10190,
" expans": 10191,
"expansi": 10192,
" enough": 10193,
" summar": 10194,
" contai": 10195,
"contain": 10196,
" cluste": 10197,
"cluster": 10198,
"lusters": 10199,
"lthough": 10200,
" expect": 10201,
" number": 10202,
"differe": 10203,
"ifferen": 10204,
"pressiv": 10205,
" episod": 10206,
"episode": 10207,
"pisodes": 10208,
"xpectat": 10209,
"pectati": 10210,
"ectatio": 10211,
"ctation": 10212,
"tations": 10213,
"details": 10214,
" Achiev": 10215,
"Achieve": 10216,
" identi": 10217,
"identif": 10218,
" progre": 10219,
"progres": 10220,
"rogress": 10221,
" critic": 10222,
"critica": 10223,
"ritical": 10224,
"trators": 10225,
"ndicato": 10226,
"dicator": 10227,
"icators": 10228,
"porting": 10229,
"Earning": 10230,
" explan": 10231,
"explana": 10232,
"xplanat": 10233,
"planati": 10234,
"lanatio": 10235,
"anation": 10236,
"generat": 10237,
"enerate": 10238,
"detaile": 10239,
"etailed": 10240,
" Suspec": 10241,
"Suspect": 10242,
" Murder": 10243,
" seemin": 10244,
"seeming": 10245,
"eemingl": 10246,
"emingly": 10247,
" dinner": 10248,
" couple": 10249,
" stabbi": 10250,
"stabbin": 10251,
"tabbing": 10252,
"thoriti": 10253,
"horitie": 10254,
"orities": 10255,
" horrif": 10256,
"horrifi": 10257,
"orrific": 10258,
" chilli": 10259,
"chillin": 10260,
"hilling": 10261,
" unfold": 10262,
" safety": 10263,
" assail": 10264,
"assaila": 10265,
"ssailan": 10266,
"sailant": 10267,
" violen": 10268,
" servic": 10269,
"service": 10270,
" remain": 10271,
" invest": 10272,
"investi": 10273,
"nvestig": 10274,
"vestiga": 10275,
"estigat": 10276,
"stigati": 10277,
"tigatio": 10278,
"igation": 10279,
"ttacker": 10280,
" nature": 10281,
" brutal": 10282,
"eported": 10283,
" sensel": 10284,
"sensele": 10285,
"enseles": 10286,
"nseless": 10287,
" crimin": 10288,
"riminal": 10289,
" determ": 10290,
"determi": 10291,
"etermin": 10292,
" senten": 10293,
"sentenc": 10294,
"entence": 10295,
"esponse": 10296,
" reside": 10297,
"residen": 10298,
"esident": 10299,
"sidents": 10300,
" occurr": 10301,
" happen": 10302,
" preven": 10303,
"prevent": 10304,
"cidents": 10305,
" future": 10306,
" famili": 10307,
"familie": 10308,
" recove": 10309,
"recover": 10310,
"minatio": 10311,
"ination": 10312,
" follow": 10313,
" height": 10314,
" areaOf": 10315,
"areaOfL": 10316,
"reaOfLa": 10317,
"eaOfLan": 10318,
"aOfLand": 10319,
"populat": 10320,
"opulati": 10321,
"pulatio": 10322,
"ulation": 10323,
"lationD": 10324,
"ationDe": 10325,
"tionDen": 10326,
"ionDens": 10327,
"onDensi": 10328,
"nDensit": 10329,
"Density": 10330,
"inhabit": 10331,
"nhabita": 10332,
"habitan": 10333,
"abitant": 10334,
"bitants": 10335,
" Bernal": 10336,
"Bernali": 10337,
"ernalil": 10338,
"rnalill": 10339,
"nalillo": 10340,
" County": 10341,
" areaTo": 10342,
"areaTot": 10343,
"reaTota": 10344,
"eaTotal": 10345,
"Arbitra": 10346,
" millio": 10347,
"million": 10348,
"illions": 10349,
" contra": 10350,
"contrac": 10351,
"ontract": 10352,
"ntracts": 10353,
" Silver": 10354,
"Greenbe": 10355,
"reenber": 10356,
"eenberg": 10357,
" Corker": 10358,
"Corkery": 10359,
"ericans": 10360,
" busine": 10361,
"busines": 10362,
"usiness": 10363,
" download": 10364,
" recogniz": 10365,
"recognize": 10366,
" emotions": 10367,
" decision": 10368,
" professi": 10369,
"professio": 10370,
"rofession": 10371,
"ofessiona": 10372,
"fessional": 10373,
" indicate": 10374,
" evaluati": 10375,
"evaluatio": 10376,
" physical": 10377,
" complain": 10378,
"complaint": 10379,
"omplaints": 10380,
" Hyperact": 10381,
"Hyperacti": 10382,
"yperactiv": 10383,
"peractivi": 10384,
"eractivit": 10385,
"ractivity": 10386,
" fidgetin": 10387,
"fidgeting": 10388,
" constant": 10389,
" movement": 10390,
" attentio": 10391,
"attention": 10392,
" disobedi": 10393,
"disobedie": 10394,
"isobedien": 10395,
"sobedienc": 10396,
"obedience": 10397,
" provocat": 10398,
"provocati": 10399,
"rovocativ": 10400,
"ovocative": 10401,
" unexplai": 10402,
"unexplain": 10403,
"nexplaina": 10404,
"explainab": 10405,
"xplainabl": 10406,
"plainable": 10407,
" tantrums": 10408,
" Threaten": 10409,
"Threatens": 10410,
" Inabilit": 10411,
"Inability": 10412,
"ifficulti": 10413,
"fficultie": 10414,
"ficulties": 10415,
" concentr": 10416,
"concentra": 10417,
"oncentrat": 10418,
"ncentrati": 10419,
"centratin": 10420,
"entrating": 10421,
" Depressi": 10422,
"Depressio": 10423,
" sustaine": 10424,
"sustained": 10425,
" prolonge": 10426,
"prolonged": 10427,
" negative": 10428,
" attitude": 10429,
" appetite": 10430,
" anxietie": 10431,
"anxieties": 10432,
" socializ": 10433,
"socializi": 10434,
"ocializin": 10435,
"cializing": 10436,
" becoming": 10437,
" relation": 10438,
"relations": 10439,
"elationsh": 10440,
"lationshi": 10441,
"ationship": 10442,
" excessiv": 10443,
"excessive": 10444,
" throwing": 10445,
" laxative": 10446,
"laxatives": 10447,
" destruct": 10448,
"destructi": 10449,
"estructiv": 10450,
"structive": 10451,
" outburst": 10452,
"outbursts": 10453,
" Aggressi": 10454,
"Aggressiv": 10455,
"aggressiv": 10456,
" consiste": 10457,
"consisten": 10458,
"onsistent": 10459,
" violatio": 10460,
"violation": 10461,
" vandalis": 10462,
"vandalism": 10463,
"behaviors": 10464,
" Comprehe": 10465,
"Comprehen": 10466,
"omprehens": 10467,
"mprehensi": 10468,
"prehensiv": 10469,
"rehensive": 10470,
" Evaluati": 10471,
"Evaluatio": 10472,
" Definiti": 10473,
"Definitio": 10474,
"efinition": 10475,
" represen": 10476,
"represent": 10477,
"epresents": 10478,
"hiatrists": 10479,
" addition": 10480,
"additiona": 10481,
" training": 10482,
" distribu": 10483,
"distribut": 10484,
"istribute": 10485,
"stributed": 10486,
" educatio": 10487,
"education": 10488,
"ducationa": 10489,
"ucational": 10490,
" permissi": 10491,
"permissio": 10492,
"ermission": 10493,
" included": 10494,
" material": 10495,
" presente": 10496,
"presented": 10497,
" duplicat": 10498,
"duplicate": 10499,
"uplicated": 10500,
" Organiza": 10501,
"Organizat": 10502,
"rganizati": 10503,
"ganizatio": 10504,
"anization": 10505,
"nizations": 10506,
" permitte": 10507,
"permitted": 10508,
"questions": 10509,
" Communic": 10510,
"Communica": 10511,
"ommunicat": 10512,
"mmunicati": 10513,
"municatio": 10514,
"unication": 10515,
"nications": 10516,
" Marketin": 10517,
"Marketing": 10518,
" Coordina": 10519,
"Coordinat": 10520,
"oordinato": 10521,
"ordinator": 10522,
" immediat": 10523,
"immediate": 10524,
"assistanc": 10525,
"ssistance": 10526,
"Copyright": 10527,
" Interste": 10528,
"Interstel": 10529,
" explosio": 10530,
"explosion": 10531,
"xplosions": 10532,
" interste": 10533,
"interstel": 10534,
" probably": 10535,
" momentum": 10536,
" acquired": 10537,
" pressuri": 10538,
"pressuriz": 10539,
"ressurize": 10540,
"essurized": 10541,
" expansio": 10542,
"expansion": 10543,
" snowplow": 10544,
"snowplows": 10545,
" diameter": 10546,
" standard": 10547,
" multiple": 10548,
" supernov": 10549,
"supernova": 10550,
"upernovae": 10551,
" radiativ": 10552,
"radiative": 10553,
" evaporat": 10554,
"evaporati": 10555,
"vaporativ": 10556,
"aporative": 10557,
" Evidence": 10558,
" energies": 10559,
" summariz": 10560,
"summarize": 10561,
"ummarized": 10562,
" remnants": 10563,
" although": 10564,
" sufficie": 10565,
"sufficien": 10566,
"ufficient": 10567,
"fficientl": 10568,
"ficiently": 10569,
" expected": 10570,
" frequenc": 10571,
"frequency": 10572,
"different": 10573,
" unipolar": 10574,
" typicall": 10575,
"typically": 10576,
" associat": 10577,
"associate": 10578,
"ssociated": 10579,
"depressiv": 10580,
"epressive": 10581,
" illnesse": 10582,
"illnesses": 10583,
"pressions": 10584,
"differenc": 10585,
"ifference": 10586,
" elevatio": 10587,
"elevation": 10588,
" irritabi": 10589,
"irritabil": 10590,
"rritabili": 10591,
"ritabilit": 10592,
"itability": 10593,
" hypomani": 10594,
"hypomanic": 10595,
" essentia": 10596,
"essential": 10597,
" addresse": 10598,
"addresses": 10599,
" economic": 10600,
" expectat": 10601,
"expectati": 10602,
" resource": 10603,
"resources": 10604,
" foundati": 10605,
"foundatio": 10606,
"oundation": 10607,
"personali": 10608,
"ersonaliz": 10609,
"rsonalize": 10610,
"sonalized": 10611,
" presenta": 10612,
"presentat": 10613,
"resentati": 10614,
"esentatio": 10615,
"sentation": 10616,
" customiz": 10617,
"customize": 10618,
"ustomized": 10619,
" examples": 10620,
" PowerPoi": 10621,
"PowerPoin": 10622,
"owerPoint": 10623,
" particul": 10624,
"particula": 10625,
"articular": 10626,
" advocacy": 10627,
"Advancing": 10628,
" readines": 10629,
"readiness": 10630,
" regularl": 10631,
"regularly": 10632,
" identify": 10633,
" adopting": 10634,
" policies": 10635,
" Expectat": 10636,
"Expectati": 10637,
" administ": 10638,
"administr": 10639,
"dministra": 10640,
"ministrat": 10641,
"inistrato": 10642,
"nistrator": 10643,
"istrators": 10644,
" policyma": 10645,
"policymak": 10646,
"olicymake": 10647,
"licymaker": 10648,
"icymakers": 10649,
" establis": 10650,
"establish": 10651,
"stablishe": 10652,
"tablished": 10653,
" includin": 10654,
"including": 10655,
" ensuring": 10656,
" graduate": 10657,
" Reportin": 10658,
"Reporting": 10659,
"Statewide": 10660,
" Performa": 10661,
"Performan": 10662,
" Incentiv": 10663,
"Incentive": 10664,
"ncentives": 10665,
"Accountab": 10666,
" assessme": 10667,
"assessmen": 10668,
"ssessment": 10669,
"Requiring": 10670,
" remedial": 10671,
" criteria": 10672,
" Attempte": 10673,
"Attempted": 10674,
"Introduct": 10675,
"ntroducti": 10676,
"troductio": 10677,
"roduction": 10678,
" ordinary": 10679,
" romantic": 10680,
" bloodshe": 10681,
"bloodshed": 10682,
" allegedl": 10683,
"allegedly": 10684,
" attacked": 10685,
"authoriti": 10686,
" Incident": 10687,
" alarming": 10688,
" enjoying": 10689,
" blissful": 10690,
"blissfull": 10691,
"lissfully": 10692,
" circumst": 10693,
"circumsta": 10694,
"ircumstan": 10695,
"rcumstanc": 10696,
"cumstance": 10697,
"umstances": 10698,
" conversa": 10699,
"conversat": 10700,
"onversati": 10701,
"nversatio": 10702,
"versation": 10703,
" indulged": 10704,
" approach": 10705,
"approache": 10706,
"pproached": 10707,
" scramble": 10708,
"scrambled": 10709,
"continued": 10710,
" Bystande": 10711,
"Bystander": 10712,
"ystanders": 10713,
" emergenc": 10714,
"emergency": 10715,
" services": 10716,
" promptly": 10717,
" Although": 10718,
" hospital": 10719,
" succumbe": 10720,
"succumbed": 10721,
" injuries": 10722,
" remained": 10723,
" conditio": 10724,
"condition": 10725,
" fighting": 10726,
"tigations": 10727,
" revealed": 10728,
"nnections": 10729,
" mystifyi": 10730,
"mystifyin": 10731,
"ystifying": 10732,
" Witnesse": 10733,
"Witnesses": 10734,
" appeared": 10735,
"enselessl": 10736,
"nselessly": 10737,
" thorough": 10738,
" identifi": 10739,
"identifie": 10740,
"dentified": 10741,
" arrested": 10742,
" discover": 10743,
"discovere": 10744,
"iscovered": 10745,
" troubled": 10746,
"Authoriti": 10747,
" formally": 10748,
"determine": 10749,
" convicte": 10750,
"convicted": 10751,
" Communit": 10752,
"Community": 10753,
" Response": 10754,
" shocking": 10755,
" struggle": 10756,
" harrowin": 10757,
"harrowing": 10758,
" occurred": 10759,
" makeshif": 10760,
"makeshift": 10761,
" memorial": 10762,
" commemor": 10763,
"commemora": 10764,
"ommemorat": 10765,
"mmemorate": 10766,
"questione": 10767,
"uestioned": 10768,
" consider": 10769,
"considere": 10770,
"onsidered": 10771,
" official": 10772,
"officials": 10773,
" reassess": 10774,
" security": 10775,
" measures": 10776,
" strategi": 10777,
"strategie": 10778,
"trategies": 10779,
" reinforc": 10780,
"reinforce": 10781,
" Addition": 10782,
"Additiona": 10783,
"ditionall": 10784,
"itionally": 10785,
" discussi": 10786,
"discussio": 10787,
"iscussion": 10788,
"scussions": 10789,
" surround": 10790,
"surroundi": 10791,
"urroundin": 10792,
"rrounding": 10793,
" rehabili": 10794,
"rehabilit": 10795,
"ehabilita": 10796,
"habilitat": 10797,
"abilitati": 10798,
"bilitatio": 10799,
"ilitation": 10800,
" surfaced": 10801,
" comprehe": 10802,
"comprehen": 10803,
"omprehend": 10804,
" perpetra": 10805,
"perpetrat": 10806,
"erpetrato": 10807,
"rpetrator": 10808,
" occurrin": 10809,
"occurring": 10810,
" together": 10811,
" outpouri": 10812,
"outpourin": 10813,
"utpouring": 10814,
" Candleli": 10815,
"Candlelig": 10816,
"andleligh": 10817,
"ndlelight": 10818,
" fundrais": 10819,
"fundraisi": 10820,
"undraisin": 10821,
"ndraising": 10822,
" campaign": 10823,
" underway": 10824,
" survivin": 10825,
"surviving": 10826,
" expenses": 10827,
" recovery": 10828,
"Conclusio": 10829,
"onclusion": 10830,
" reminder": 10831,
" violence": 10832,
" anywhere": 10833,
" response": 10834,
" brutalit": 10835,
"brutality": 10836,
" solidari": 10837,
"solidarit": 10838,
"olidarity": 10839,
"determina": 10840,
"eterminat": 10841,
"terminati": 10842,
"erminatio": 10843,
"rmination": 10844,
" grieving": 10845,
" devastat": 10846,
"devastati": 10847,
"evastatin": 10848,
"vastating": 10849,
" tragical": 10850,
"tragicall": 10851,
"ragically": 10852,
" supporti": 10853,
"supportin": 10854,
"upporting": 10855,
" recoveri": 10856,
"recoverin": 10857,
"ecovering": 10858,
"continues": 10859,
" unimagin": 10860,
"unimagina": 10861,
"nimaginab": 10862,
"imaginabl": 10863,
"maginable": 10864,
" instruct": 10865,
"instructi": 10866,
"nstructio": 10867,
"struction": 10868,
" extremel": 10869,
"extremely": 10870,
" followin": 10871,
"following": 10872,
" debuttea": 10873,
"debutteam": 10874,
" pittsbur": 10875,
"pittsburg": 10876,
"ittsburgh": 10877,
" steelers": 10878,
" draftpic": 10879,
"draftpick": 10880,
" wal47573": 10881,
"wal475737": 10882,
" debutyea": 10883,
"debutyear": 10884,
" finaltea": 10885,
"finalteam": 10886,
" sentinel": 10887,
"sentinels": 10888,
" statlabe": 10889,
"statlabel": 10890,
" intercep": 10891,
"intercept": 10892,
"ntercepti": 10893,
"terceptio": 10894,
"erception": 10895,
"rceptions": 10896,
" heightin": 10897,
" statvalu": 10898,
"statvalue": 10899,
" heightft": 10900,
" pottstow": 10901,
"pottstown": 10902,
" pennsylv": 10903,
"pennsylva": 10904,
"ennsylvan": 10905,
"nnsylvani": 10906,
"nsylvania": 10907,
" draftyea": 10908,
"draftyear": 10909,
" position": 10910,
" lineback": 10911,
"linebacke": 10912,
"inebacker": 10913,
" draftrou": 10914,
"draftroun": 10915,
"raftround": 10916,
" finalyea": 10917,
"finalyear": 10918,
" provided": 10919,
" descript": 10920,
"descripti": 10921,
"escriptiv": 10922,
"scriptive": 10923,
" isPartOf": 10924,
"Stretchin": 10925,
"tretching": 10926,
" totaling": 10927,
" thriving": 10928,
" approxim": 10929,
"approxima": 10930,
"pproximat": 10931,
"proximate": 10932,
"roximatel": 10933,
"oximately": 10934,
" inhabita": 10935,
" residing": 10936,
" expansiv": 10937,
"expansive": 10938,
" beautifu": 10939,
"beautiful": 10940,
" envelopi": 10941,
"envelopin": 10942,
"nveloping": 10943,
" impressi": 10944,
"impressiv": 10945,
"mpressive": 10946,
" encompas": 10947,
"encompass": 10948,
"ncompassi": 10949,
"compassin": 10950,
"ompassing": 10951,
" landscap": 10952,
"landscape": 10953,
"andscapes": 10954,
" answerin": 10955,
"answering": 10956,
" innocuou": 10957,
"innocuous": 10958,
" reporter": 10959,
" Gebeloff": 10960,
" deprived": 10961,
" fundamen": 10962,
"fundament": 10963,
"undamenta": 10964,
"ndamental": 10965,
" constitu": 10966,
"constitut": 10967,
"onstituti": 10968,
"nstitutio": 10969,
"stitution": 10970,
"titutiona": 10971,
"itutional": 10972,
" containe": 10973,
"contained": 10974,
" employme": 10975,
"employmen": 10976,
"mployment": 10977,
" telephon": 10978,
"telephone": 10979,
"Engineere": 10980,
"ngineered": 10981,
" coalitio": 10982,
"coalition": 10983,
" companie": 10984,
"companies": 10985,
" retailer": 10986,
"retailers": 10987,
" lawsuits": 10988,
" insulate": 10989,
"insulates": 10990,
"businesse": 10991,
"usinesses": 10992,
" challeng": 10993,
"challenge": 10994,
"hallenges": 10995,
" practice": 10996,
"practices": 10997,
" predator": 10998,
"predatory": 10999,
" discrimi": 11000,
"discrimin": 11001,
"iscrimina": 11002,
"scriminat": 11003,
"criminati": 11004,
"riminatio": 11005,
"imination": 11006,
" surprisi": 11007,
"surprisin": 11008,
"urprising": 11009,
"rprisingl": 11010,
"prisingly": 11011,
" alternat": 11012,
"alternate": 11013,
" privatiz": 11014,
"privatize": 11015,
"rivatized": 11016,
" interest": 11017,
"interests": 11018,
" consumer": 11019,
"consumers": 11020,
" spending": 11021,
"documents": 11022,
" intervie": 11023,
"interview": 11024,
"nterviewi": 11025,
"terviewin": 11026,
"erviewing": 11027,
" hundreds": 11028,
" corporat": 11029,
"corporate": 11030,
" executiv": 11031,
"executive": 11032,
"xecutives": 11033,
"arbitrato": 11034,
"rbitrator": 11035,
"bitrators": 11036,
" plaintif": 11037,
"plaintiff": 11038,
"laintiffs": 11039,
" Arbitrat": 11040,
" 2011": 11041,
"rents": 11042,
" reco": 11043,
" help": 11044,
" talk": 11045,
"eelin": 11046,
"eling": 11047,
" phys": 11048,
"physi": 11049,
"hysic": 11050,
"blems": 11051,
" fami": 11052,
"famil": 11053,
"llowi": 11054,
"lowin": 11055,
" indi": 11056,
"indic": 11057,
"ndica": 11058,
"dicat": 11059,
" adol": 11060,
"adole": 11061,
" psyc": 11062,
"psych": 11063,
" will": 11064,
"arked": 11065,
"erfor": 11066,
"rform": 11067,
"orman": 11068,
"rmanc": 11069,
"mance": 11070,
"evere": 11071,
" show": 11072,
" regu": 11073,
" slee": 11074,
"sleep": 11075,
"activ": 11076,
"ctivi": 11077,
"tivit": 11078,
" Freq": 11079,
"Frequ": 11080,
"quent": 11081,
" comp": 11082,
"plain": 11083,
"eting": 11084,
"eyond": 11085,
" play": 11086,
" Pers": 11087,
"Persi": 11088,
"ersis": 11089,
"rsist": 11090,
"aggre": 11091,
"posit": 11092,
"ositi": 11093,
"sitio": 11094,
" auth": 11095,
"autho": 11096,
"expla": 11097,
"hreat": 11098,
"ating": 11099,
"habit": 11100,
"ained": 11101,
"ompan": 11102,
"mpani": 11103,
"panie": 11104,
" thou": 11105,
"eated": 11106,
" weig": 11107,
"weigh": 11108,
"tives": 11109,
" viol": 11110,
"right": 11111,
"iatry": 11112,
" repr": 11113,
"prese": 11114,
"resen": 11115,
"esent": 11116,
"ditio": 11117,
" medi": 11118,
" gene": 11119,
"gener": 11120,
"enera": 11121,
"oduce": 11122,
" pres": 11123,
"sente": 11124,
" webs": 11125,
"websi": 11126,
"ebsit": 11127,
"bsite": 11128,
" crea": 11129,
"creat": 11130,
" ques": 11131,
"quest": 11132,
"conta": 11133,
"media": 11134,
" expl": 11135,
"sions": 11136,
" ener": 11137,
"energ": 11138,
" loss": 11139,
" case": 11140,
" This": 11141,
"diffe": 11142,
"iffer": 11143,
" dete": 11144,
" expe": 11145,
"xpect": 11146,
" bipo": 11147,
"bipol": 11148,
"disor": 11149,
"isord": 11150,
"sorde": 11151,
"order": 11152,
"Answe": 11153,
"nesse": 11154,
" thes": 11155,
"these": 11156,
"aking": 11157,
"provi": 11158,
"rovid": 11159,
"ovide": 11160,
" impe": 11161,
"imper": 11162,
"mpera": 11163,
"perat": 11164,
"erati": 11165,
" supp": 11166,
"suppo": 11167,
"uppor": 11168,
"pport": 11169,
" effo": 11170,
"effor": 11171,
"ffort": 11172,
"forts": 11173,
"tates": 11174,
"conti": 11175,
"ontin": 11176,
"ntinu": 11177,
"tinue": 11178,
"iness": 11179,
" crit": 11180,
" poli": 11181,
"polic": 11182,
" syst": 11183,
"syste": 11184,
"ystem": 11185,
" stud": 11186,
"stude": 11187,
"tuden": 11188,
"udent": 11189,
"trato": 11190,
"rator": 11191,
"arnin": 11192,
"rning": 11193,
" cred": 11194,
"credi": 11195,
"redit": 11196,
" cour": 11197,
" 5250": 11198,
" 2807": 11199,
" 3780": 11200,
" 3386": 11201,
" 4138": 11202,
" 4120": 11203,
" 2338": 11204,
" 2488": 11205,
" 2667": 11206,
" 2737": 11207,
" 2686": 11208,
" 2658": 11209,
" 2127": 11210,
" 3365": 11211,
" 2680": 11212,
" 2655": 11213,
" 2414": 11214,
" 3468": 11215,
" 3164": 11216,
" 4709": 11217,
" 3277": 11218,
" 3967": 11219,
" 1849": 11220,
" 4529": 11221,
" 2860": 11222,
" 4213": 11223,
" 2930": 11224,
" 4276": 11225,
" 7376": 11226,
" 3525": 11227,
" 5398": 11228,
" 3135": 11229,
" 4927": 11230,
" 3281": 11231,
" 5457": 11232,
" 2940": 11233,
" 2217": 11234,
" 2966": 11235,
" 5161": 11236,
" 5414": 11237,
" 4004": 11238,
" 3515": 11239,
" 4822": 11240,
" 7042": 11241,
" 4857": 11242,
" 6489": 11243,
" 5852": 11244,
" 4469": 11245,
" 2733": 11246,
" 3510": 11247,
" 4278": 11248,
" 7558": 11249,
" 5035": 11250,
" 3182": 11251,
" 4582": 11252,
" 7577": 11253,
" 3545": 11254,
" 3551": 11255,
" 2478": 11256,
" 3013": 11257,
" 4057": 11258,
" 3225": 11259,
" 6456": 11260,
" 6464": 11261,
" 2406": 11262,
" 2665": 11263,
" 4078": 11264,
" 3007": 11265,
" 7343": 11266,
" 3674": 11267,
" 6958": 11268,
" 3914": 11269,
" 3921": 11270,
" 2331": 11271,
" 3131": 11272,
" 3868": 11273,
" 2932": 11274,
" 2962": 11275,
" 8421": 11276,
" 6029": 11277,
" 5586": 11278,
" 3035": 11279,
" 3015": 11280,
" 2996": 11281,
" 2972": 11282,
" 3629": 11283,
" 4913": 11284,
" 1997": 11285,
" 7799": 11286,
" 3330": 11287,
" 3270": 11288,
" 4036": 11289,
" 4031": 11290,
" 2431": 11291,
" 3392": 11292,
" 3396": 11293,
" 2875": 11294,
" 2885": 11295,
" 2835": 11296,
" 3726": 11297,
" 2896": 11298,
" 3518": 11299,
" 4688": 11300,
"12216": 11301,
" 3673": 11302,
" 2070": 11303,
" 2071": 11304,
" 4113": 11305,
" 4015": 11306,
" 2766": 11307,
" 2727": 11308,
" 4240": 11309,
" 4396": 11310,
" 3157": 11311,
" 2277": 11312,
" 4142": 11313,
" 2258": 11314,
" 4122": 11315,
" 2818": 11316,
" 4464": 11317,
" 3292": 11318,
" 3619": 11319,
" 2937": 11320,
" 3230": 11321,
" 2629": 11322,
" 5735": 11323,
" 4221": 11324,
" 4806": 11325,
" 4820": 11326,
" 1984": 11327,
" 4358": 11328,
" 3246": 11329,
" 3076": 11330,
" 3507": 11331,
" 2330": 11332,
" 5101": 11333,
" 2847": 11334,
" 2418": 11335,
" 2560": 11336,
" 4021": 11337,
" 3041": 11338,
" 3592": 11339,
" 3055": 11340,
" 7692": 11341,
" 3295": 11342,
" 4544": 11343,
" 6525": 11344,
" 4125": 11345,
" 3342": 11346,
" 4356": 11347,
" 5348": 11348,
" 4035": 11349,
" 4959": 11350,
" 4470": 11351,
" 2210": 11352,
" 3802": 11353,
" 6410": 11354,
" 3535": 11355,
"10159": 11356,
" 2609": 11357,
" 4080": 11358,
" 3454": 11359,
" 6522": 11360,
" 5257": 11361,
" 2758": 11362,
" 5199": 11363,
" 3368": 11364,
" 2967": 11365,
" 2995": 11366,
" 2982": 11367,
" 2879": 11368,
" 3143": 11369,
" 4525": 11370,
" 4116": 11371,
" 5311": 11372,
" 3798": 11373,
" 3942": 11374,
" 2559": 11375,
" 6162": 11376,
" 2926": 11377,
" 3053": 11378,
" 4330": 11379,
" 3753": 11380,
" 2318": 11381,
" 3088": 11382,
" 3426": 11383,
" 2340": 11384,
" 2159": 11385,
" 2361": 11386,
" 4488": 11387,
" 3163": 11388,
" 3631": 11389,
" 2008": 11390,
" 2524": 11391,
" 3779": 11392,
"14068": 11393,
" 2282": 11394,
" 2416": 11395,
" 3735": 11396,
" 5451": 11397,
" 3301": 11398,
" 2650": 11399,
" 3107": 11400,
" 3908": 11401,
" 3666": 11402,
" 4888": 11403,
" 4131": 11404,
" 4133": 11405,
" 2440": 11406,
" 8934": 11407,
" 4650": 11408,
" 2747": 11409,
" 2799": 11410,
" 1720": 11411,
" 3416": 11412,
" 4577": 11413,
" 3957": 11414,
" 4146": 11415,
" 5381": 11416,
" 7315": 11417,
" 2469": 11418,
" 3126": 11419,
" 2969": 11420,
" 4414": 11421,
" 2140": 11422,
" 3287": 11423,
" 4767": 11424,
" 3362": 11425,
" 3474": 11426,
" 3345": 11427,
" 3265": 11428,
" 3137": 11429,
" 2873": 11430,
" 2763": 11431,
" 3927": 11432,
" 4550": 11433,
" 4480": 11434,
" 4153": 11435,
" 2242": 11436,
" 8366": 11437,
" 5859": 11438,
" 3425": 11439,
" 6035": 11440,
" 3132": 11441,
" 4839": 11442,
" 2308": 11443,
" 2796": 11444,
" 2437": 11445,
"10082": 11446,
" 4729": 11447,
" 3473": 11448,
" 3481": 11449,
" 2518": 11450,
" 3027": 11451,
"10669": 11452,
" 3360": 11453,
" 2723": 11454,
" 2543": 11455,
" 3259": 11456,
" 3838": 11457,
" 4266": 11458,
" 4331": 11459,
" 5005": 11460,
" 5002": 11461,
" 2997": 11462,
" 3294": 11463,
" 2692": 11464,
" 3721": 11465,
" 3946": 11466,
" 3949": 11467,
" 5462": 11468,
" 4817": 11469,
" 7332": 11470,
" 6975": 11471,
" 3191": 11472,
" 2803": 11473,
" 2776": 11474,
" 3087": 11475,
" 3522": 11476,
" 2396": 11477,
" 4378": 11478,
" 3402": 11479,
" 4340": 11480,
" 3154": 11481,
" 3142": 11482,
" 4354": 11483,
" 4442": 11484,
" 3833": 11485,
" 3320": 11486,
" 4376": 11487,
" 4457": 11488,
" 4293": 11489,
" 5022": 11490,
" 3285": 11491,
" 2429": 11492,
" 4338": 11493,
" 2627": 11494,
" 5568": 11495,
" 3684": 11496,
" 2824": 11497,
" 3145": 11498,
" 3880": 11499,
" 2082": 11500,
" 4328": 11501,
" 3565": 11502,
" 3168": 11503,
" 6115": 11504,
" 6686": 11505,
" 3102": 11506,
" 4270": 11507,
" 4246": 11508,
" 4243": 11509,
" 3870": 11510,
" 4382": 11511,
" 3823": 11512,
" 3813": 11513,
" 4152": 11514,
" 4282": 11515,
" 5600": 11516,
" 4169": 11517,
" 3172": 11518,
" 3051": 11519,
" 5011": 11520,
" 4350": 11521,
" 5074": 11522,
" 5069": 11523,
" 3890": 11524,
" 4363": 11525,
" 2749": 11526,
" 3596": 11527,
" 3604": 11528,
" 3082": 11529,
" 2715": 11530,
" 3370": 11531,
" 3266": 11532,
" 3308": 11533,
" 3064": 11534,
" 4472": 11535,
" 3658": 11536,
" 3381": 11537,
" 2765": 11538,
" 3979": 11539,
" 3031": 11540,
" 2214": 11541,
" 5718": 11542,
" 7181": 11543,
" 3094": 11544,
"12043": 11545,
" 3504": 11546,
" 2688": 11547,
" 5450": 11548,
" 3466": 11549,
"10109": 11550,
" 2871": 11551,
" 3200": 11552,
" 2800": 11553,
" 2858": 11554,
" 2316": 11555,
" 3812": 11556,
" 2767": 11557,
" 5582": 11558,
" 3363": 11559,
" 3438": 11560,
" 2534": 11561,
" 2106": 11562,
" 2323": 11563,
" 3973": 11564,
" 3830": 11565,
" 3854": 11566,
" 2676": 11567,
" 5521": 11568,
" 2351": 11569,
" 2434": 11570,
" 3581": 11571,
" 2770": 11572,
" 2103": 11573,
" 4951": 11574,
" 3355": 11575,
" 3177": 11576,
" 2552": 11577,
" 3654": 11578,
" 3662": 11579,
" 3300": 11580,
" 3326": 11581,
" 3356": 11582,
" 3460": 11583,
" 3309": 11584,
" 3872": 11585,
" 3690": 11586,
" 2915": 11587,
" 4893": 11588,
" 4580": 11589,
" 3602": 11590,
" 3261": 11591,
" 3864": 11592,
" 3080": 11593,
" 2095": 11594,
" 2622": 11595,
" 6355": 11596,
" 5036": 11597,
" 2815": 11598,
" 3469": 11599,
" 5026": 11600,
" 4077": 11601,
" 6630": 11602,
" 3351": 11603,
" 3997": 11604,
" 3361": 11605,
" 5511": 11606,
" 2839": 11607,
" 6346": 11608,
" 5205": 11609,
" 2851": 11610,
" 6149": 11611,
" 7847": 11612,
" 3951": 11613,
" 3932": 11614,
" 4461": 11615,
" 3219": 11616,
" 5930": 11617,
" 3372": 11618,
" 4215": 11619,
" 4200": 11620,
" 3709": 11621,
" 2143": 11622,
" 2426": 11623,
" 3089": 11624,
" 3595": 11625,
" 2971": 11626,
" 3421": 11627,
" 3567": 11628,
" 3221": 11629,
" 2777": 11630,
" 4315": 11631,
" 2905": 11632,
" 3540": 11633,
" 5688": 11634,
" 3105": 11635,
" 3730": 11636,
" 2498": 11637,
" 4690": 11638,
" 6966": 11639,
" 2968": 11640,
" 2555": 11641,
" 2395": 11642,
" 4474": 11643,
" 3676": 11644,
" 2974": 11645,
" 2556": 11646,
" 3578": 11647,
" 3025": 11648,
" 5588": 11649,
" 4041": 11650,
" 2985": 11651,
" 4409": 11652,
" 5442": 11653,
" 3821": 11654,
" 3605": 11655,
" 4485": 11656,
" 3568": 11657,
" 1935": 11658,
" 4159": 11659,
" 4010": 11660,
" 4047": 11661,
" 4049": 11662,
" 5857": 11663,
" 3725": 11664,
" 3043": 11665,
" 4318": 11666,
" 8952": 11667,
" 4091": 11668,
" 3591": 11669,
" 3538": 11670,
" 3671": 11671,
" 5070": 11672,
" 7754": 11673,
" 5149": 11674,
" 4909": 11675,
" 3837": 11676,
" 3699": 11677,
" 3829": 11678,
" 3296": 11679,
" 3238": 11680,
" 3427": 11681,
" 2857": 11682,
" 4107": 11683,
" 1647": 11684,
" 3484": 11685,
" 5113": 11686,
" 4298": 11687,
" 3069": 11688,
" 4219": 11689,
" 4079": 11690,
" 2500": 11691,
" 5434": 11692,
" 2730": 11693,
" 4016": 11694,
" 4195": 11695,
" 3641": 11696,
" 3659": 11697,
" 4300": 11698,
" 2615": 11699,
" 7836": 11700,
" 3302": 11701,
" 5429": 11702,
" 2616": 11703,
" 3457": 11704,
" 2867": 11705,
" 2919": 11706,
" 2568": 11707,
" 4299": 11708,
" 5870": 11709,
" 2213": 11710,
" 2832": 11711,
" 2959": 11712,
" 4595": 11713,
" 6017": 11714,
" 5850": 11715,
" 3579": 11716,
" 5198": 11717,
" 4128": 11718,
" 2802": 11719,
" 3548": 11720,
" 3597": 11721,
" 2722": 11722,
" 3546": 11723,
" 5134": 11724,
" 4710": 11725,
" 2433": 11726,
" 4724": 11727,
" 3004": 11728,
" 4982": 11729,
" 5135": 11730,
" 3626": 11731,
" 4348": 11732,
" 3645": 11733,
" 4620": 11734,
" 5490": 11735,
" 5468": 11736,
" 2438": 11737,
" 4368": 11738,
" 2862": 11739,
" 4869": 11740,
" 4706": 11741,
" 2998": 11742,
" 5272": 11743,
" 4123": 11744,
" 5012": 11745,
" 6651": 11746,
" 6701": 11747,
" 3060": 11748,
" 6624": 11749,
" 3141": 11750,
" 3389": 11751,
" 3101": 11752,
" 2791": 11753,
" 3341": 11754,
" 3203": 11755,
"taile": 11756,
" long": 11757,
" answ": 11758,
"answe": 11759,
" arti": 11760,
"rticl": 11761,
"ticle": 11762,
" char": 11763,
"charg": 11764,
"attem": 11765,
" woma": 11766,
"woman": 11767,
" were": 11768,
"stabb": 11769,
" Aust": 11770,
"Austr": 11771,
"ustra": 11772,
"stral": 11773,
"trali": 11774,
"ralia": 11775,
"inner": 11776,
"ingly": 11777,
"tacke": 11778,
" susp": 11779,
"suspe": 11780,
" conn": 11781,
"conne": 11782,
"onnec": 11783,
"nnect": 11784,
"necti": 11785,
"ectio": 11786,
" popu": 11787,
"popul": 11788,
"opula": 11789,
" safe": 11790,
" assa": 11791,
"acker": 11792,
" natu": 11793,
"natur": 11794,
" repo": 11795,
"repor": 11796,
"porte": 11797,
" disc": 11798,
"cover": 11799,
"crimi": 11800,
"rimin": 11801,
"imina": 11802,
" coul": 11803,
"could": 11804,
" sent": 11805,
" resi": 11806,
"resid": 11807,
"nding": 11808,
" draf": 11809,
"draft": 11810,
" like": 11811,
" print": 11812,
" docum": 11813,
"docume": 11814,
"ocumen": 11815,
"cument": 11816,
"Parent": 11817,
" first": 11818,
" paren": 11819,
"parent": 11820,
" feeli": 11821,
"feelin": 11822,
"elings": 11823,
" often": 11824,
" consu": 11825,
"hysici": 11826,
"ysicia": 11827,
"sician": 11828,
"icians": 11829,
" teach": 11830,
"teache": 11831,
"eacher": 11832,
"achers": 11833,
" These": 11834,
"Follow": 11835,
"iatric": 11836,
"valuat": 11837,
"aluati": 11838,
"luatio": 11839,
"uation": 11840,
" perfo": 11841,
"perfor": 11842,
" Sever": 11843,
"Severe": 11844,
" anxie": 11845,
"anxiet": 11846,
" shown": 11847,
" activ": 11848,
"tiviti": 11849,
"ivitie": 11850,
"vities": 11851,
" norma": 11852,
"normal": 11853,
"plaint": 11854,
" const": 11855,
" beyon": 11856,
"beyond": 11857,
"iculty": 11858,
" night": 11859,
"nightm": 11860,
"ightma": 11861,
"ghtmar": 11862,
"htmare": 11863,
"tmares": 11864,
" aggre": 11865,
" month": 11866,
"months": 11867,
" oppos": 11868,
"opposi": 11869,
"pposit": 11870,
"hority": 11871,
"inable": 11872,
" Threa": 11873,
"Threat": 11874,
" daily": 11875,
"sleepi": 11876,
"leepin": 11877,
"eeping": 11878,
"xtreme": 11879,
"centra": 11880,
"tained": 11881,
" accom": 11882,
"accomp": 11883,
"ccompa": 11884,
"panied": 11885,
"hought": 11886,
"oughts": 11887,
" Repea": 11888,
"Repeat": 11889,
"epeate": 11890,
"peated": 11891,
"rowing": 11892,
"hreats": 11893,
"others": 11894,
"struct": 11895,
"tructi": 11896,
" consi": 11897,
" right": 11898,
"rights": 11899,
" theft": 11900,
" Famil": 11901,
"Famili": 11902,
"ompreh": 11903,
"mprehe": 11904,
"prehen": 11905,
" Norma": 11906,
"Normal": 11907,
" Devel": 11908,
"Develo": 11909,
"velopm": 11910,
"elopme": 11911,
"lopmen": 11912,
"opment": 11913,
"iatris": 11914,
"atrist": 11915,
" Acade": 11916,
"Academ": 11917,
"cademy": 11918,
"dditio": 11919,
"itiona": 11920,
" medic": 11921,
"medica": 11922,
"edical": 11923,
" devel": 11924,
"develo": 11925,
"velope": 11926,
"eloped": 11927,
" repro": 11928,
"reprod": 11929,
"eprodu": 11930,
"produc": 11931,
"oduced": 11932,
" perso": 11933,
"person": 11934,
"ersona": 11935,
"rsonal": 11936,
"cation": 11937,
" writt": 11938,
"writte": 11939,
"ritten": 11940,
" permi": 11941,
" inclu": 11942,
"includ": 11943,
" prese": 11944,
" speci": 11945,
" pleas": 11946,
"please": 11947,
" Commu": 11948,
"Commun": 11949,
"ordina": 11950,
"stance": 11951,
" abstr": 11952,
"abstra": 11953,
"bstrac": 11954,
"stract": 11955,
"nterst": 11956,
"terste": 11957,
"erstel": 11958,
"rstell": 11959,
"stella": 11960,
"tellar": 11961,
" Tuesd": 11962,
"Tuesda": 11963,
"uesday": 11964,
" galax": 11965,
"galaxi": 11966,
"alaxie": 11967,
"laxies": 11968,
"energy": 11969,
" above": 11970,
" major": 11971,
" durin": 11972,
"during": 11973,
" expan": 11974,
"expans": 11975,
"xpansi": 11976,
" large": 11977,
" enoug": 11978,
"enough": 11979,
" summa": 11980,
"summar": 11981,
"contai": 11982,
"ontain": 11983,
" clust": 11984,
"cluste": 11985,
"luster": 11986,
"usters": 11987,
"lthoug": 11988,
" would": 11989,
" expec": 11990,
"expect": 11991,
" numbe": 11992,
"number": 11993,
"iffere": 11994,
"fferen": 11995,
"ically": 11996,
" episo": 11997,
"episod": 11998,
"pisode": 11999,
"isodes": 12000,
"ssions": 12001,
"xpecta": 12002,
"pectat": 12003,
"ectati": 12004,
"ctatio": 12005,
" serve": 12006,
"etails": 12007,
" Achie": 12008,
"Achiev": 12009,
"chieve": 12010,
" ident": 12011,
"identi": 12012,
"dentif": 12013,
" progr": 12014,
"progre": 12015,
"rogres": 12016,
"ogress": 12017,
" criti": 12018,
"critic": 12019,
"ritica": 12020,
"itical": 12021,
" Idaho": 12022,
"rators": 12023,
" ensur": 12024,
"dicato": 12025,
"icator": 12026,
"cators": 12027,
"portin": 12028,
"orting": 12029,
"Earnin": 12030,
"assess": 12031,
" expla": 12032,
"explan": 12033,
"xplana": 12034,
"planat": 12035,
"lanati": 12036,
"anatio": 12037,
" 11663": 12038,
" 18350": 12039,
" 12216": 12040,
" 14250": 12041,
" 14649": 12042,
" 10147": 12043,
" 10416": 12044,
" 10159": 12045,
" 11950": 12046,
" 14068": 12047,
" 10494": 12048,
" 12321": 12049,
" 11268": 12050,
" 10478": 12051,
" 12674": 12052,
" 12159": 12053,
" 13048": 12054,
" 14219": 12055,
" 11893": 12056,
" 29149": 12057,
" 11139": 12058,
" 15957": 12059,
" 11645": 12060,
" 12043": 12061,
" 11868": 12062,
" 11370": 12063,
" 10109": 12064,
" 11877": 12065,
" 10770": 12066,
" 12439": 12067,
" 10100": 12068,
" 16968": 12069,
" 15568": 12070,
" 14077": 12071,
" 12021": 12072,
" 14087": 12073,
" 12466": 12074,
" 11720": 12075,
" 12046": 12076,
" 12310": 12077,
" 13380": 12078,
" 11925": 12079,
" 10854": 12080,
" 12733": 12081,
" 10662": 12082,
" 14514": 12083,
" 10868": 12084,
" 13580": 12085,
" 10881": 12086,
" 13500": 12087,
" 12798": 12088,
" 10747": 12089,
" 10625": 12090,
" 11848": 12091,
" 11005": 12092,
" 11581": 12093,
" 10512": 12094,
" 10919": 12095,
" given": 12096,
"enerat": 12097,
"nerate": 12098,
"tailed": 12099,
"tabbed": 12100,
" Suspe": 12101,
"Suspec": 12102,
" Murde": 12103,
"Murder": 12104,
"uction": 12105,
" seemi": 12106,
"seemin": 12107,
"eeming": 12108,
"emingl": 12109,
"mingly": 12110,
" dinne": 12111,
"dinner": 12112,
" coupl": 12113,
"couple": 12114,
"stabbi": 12115,
"tabbin": 12116,
"abbing": 12117,
"horiti": 12118,
"oritie": 12119,
"rities": 12120,
" horri": 12121,
"horrif": 12122,
"orrifi": 12123,
"rrific": 12124,
" chill": 12125,
"chilli": 12126,
"hillin": 12127,
"illing": 12128,
" place": 12129,
" unfol": 12130,
"unfold": 12131,
" appro": 12132,
" safet": 12133,
"safety": 12134,
" assai": 12135,
"assail": 12136,
"ssaila": 12137,
"sailan": 12138,
"ailant": 12139,
" viole": 12140,
"violen": 12141,
" servi": 12142,
"servic": 12143,
"ervice": 12144,
" remai": 12145,
"remain": 12146,
"ightin": 12147,
" inves": 12148,
"invest": 12149,
"nvesti": 12150,
"vestig": 12151,
"estiga": 12152,
"stigat": 12153,
"tigati": 12154,
"igatio": 12155,
"gation": 12156,
"tacker": 12157,
"ctions": 12158,
"nature": 12159,
" bruta": 12160,
"brutal": 12161,
"ported": 12162,
" sense": 12163,
"sensel": 12164,
"ensele": 12165,
"nseles": 12166,
"seless": 12167,
" crimi": 12168,
"iminal": 12169,
" playe": 12170,
" deter": 12171,
"determ": 12172,
"etermi": 12173,
"termin": 12174,
" sente": 12175,
"senten": 12176,
"entenc": 12177,
"ntence": 12178,
"espons": 12179,
"sponse": 12180,
"reside": 12181,
"esiden": 12182,
"sident": 12183,
" occur": 12184,
"occurr": 12185,
" happe": 12186,
"happen": 12187,
"mental": 12188,
"action": 12189,
" preve": 12190,
"preven": 12191,
"revent": 12192,
" futur": 12193,
"future": 12194,
"famili": 12195,
" recov": 12196,
"recove": 12197,
"ecover": 12198,
"minati": 12199,
"inatio": 12200,
" follo": 12201,
"follow": 12202,
" debut": 12203,
" birth": 12204,
" final": 12205,
" heigh": 12206,
"height": 12207,
" areaO": 12208,
"areaOf": 12209,
"reaOfL": 12210,
"eaOfLa": 12211,
"aOfLan": 12212,
"OfLand": 12213,
"opulat": 12214,
"pulati": 12215,
"ulatio": 12216,
"ationD": 12217,
"tionDe": 12218,
"ionDen": 12219,
"onDens": 12220,
"nDensi": 12221,
"Densit": 12222,
"ensity": 12223,
"inhabi": 12224,
"nhabit": 12225,
"habita": 12226,
"abitan": 12227,
"bitant": 12228,
"itants": 12229,
" Berna": 12230,
"Bernal": 12231,
"ernali": 12232,
"rnalil": 12233,
"nalill": 12234,
"alillo": 12235,
" Count": 12236,
"County": 12237,
" areaT": 12238,
"areaTo": 12239,
"reaTot": 12240,
"eaTota": 12241,
"aTotal": 12242,
"Arbitr": 12243,
"series": 12244,
" milli": 12245,
"millio": 12246,
"illion": 12247,
"llions": 12248,
" contr": 12249,
"contra": 12250,
"ontrac": 12251,
"ntract": 12252,
"tracts": 12253,
" Silve": 12254,
"Silver": 12255,
"Greenb": 12256,
"reenbe": 12257,
"eenber": 12258,
"enberg": 12259,
" Corke": 12260,
"Corker": 12261,
"orkery": 12262,
"ricans": 12263,
" court": 12264,
" busin": 12265,
"busine": 12266,
"usines": 12267,
"siness": 12268,
"ending": 12269,
" Updated": 12270,
" downloa": 12271,
"download": 12272,
" version": 12273,
" usually": 12274,
" recogni": 12275,
"recogniz": 12276,
"ecognize": 12277,
" emotion": 12278,
"emotions": 12279,
" decisio": 12280,
"decision": 12281,
" profess": 12282,
"professi": 12283,
"rofessio": 12284,
"ofession": 12285,
"fessiona": 12286,
"essional": 12287,
" painful": 12288,
" Parents": 12289,
" consult": 12290,
" members": 12291,
" resolve": 12292,
"indicate": 12293,
" evaluat": 12294,
"evaluati": 12295,
" despite": 12296,
" anxiety": 12297,
" refusal": 12298,
" physica": 12299,
"physical": 12300,
" complai": 12301,
"complain": 12302,
"omplaint": 12303,
"mplaints": 12304,
" Hyperac": 12305,
"Hyperact": 12306,
"yperacti": 12307,
"peractiv": 12308,
"eractivi": 12309,
"ractivit": 12310,
"activity": 12311,
" fidgeti": 12312,
"fidgetin": 12313,
"idgeting": 12314,
" constan": 12315,
"constant": 12316,
" movemen": 12317,
"movement": 12318,
" playing": 12319,
" attenti": 12320,
"attentio": 12321,
"ttention": 12322,
" disobed": 12323,
"disobedi": 12324,
"isobedie": 12325,
"sobedien": 12326,
"obedienc": 12327,
"bedience": 12328,
" provoca": 12329,
"provocat": 12330,
"rovocati": 12331,
"ovocativ": 12332,
"vocative": 12333,
" figures": 12334,
" unexpla": 12335,
"unexplai": 12336,
"nexplain": 12337,
"explaina": 12338,
"xplainab": 12339,
"plainabl": 12340,
"lainable": 12341,
" tantrum": 12342,
"tantrums": 12343,
" Threate": 12344,
"Threaten": 12345,
"hreatens": 12346,
" oneself": 12347,
" decline": 12348,
" Inabili": 12349,
"Inabilit": 12350,
"nability": 12351,
" changes": 12352,
" Extreme": 12353,
"fficulti": 12354,
"ficultie": 12355,
"iculties": 12356,
" concent": 12357,
"concentr": 12358,
"oncentra": 12359,
"ncentrat": 12360,
"centrati": 12361,
"entratin": 12362,
"ntrating": 12363,
" Depress": 12364,
"Depressi": 12365,
" sustain": 12366,
"sustaine": 12367,
"ustained": 12368,
" prolong": 12369,
"prolonge": 12370,
"rolonged": 12371,
" negativ": 12372,
"negative": 12373,
" attitud": 12374,
"attitude": 12375,
" appetit": 12376,
"appetite": 12377,
" worries": 12378,
" anxieti": 12379,
"anxietie": 12380,
"nxieties": 12381,
" sociali": 12382,
"socializ": 12383,
"ocializi": 12384,
"cializin": 12385,
"ializing": 12386,
" alcohol": 12387,
" Intense": 12388,
" becomin": 12389,
"becoming": 12390,
" relatio": 12391,
"relation": 12392,
"elations": 12393,
"lationsh": 12394,
"ationshi": 12395,
"tionship": 12396,
" excessi": 12397,
"excessiv": 12398,
"xcessive": 12399,
" dieting": 12400,
" throwin": 12401,
"throwing": 12402,
" laxativ": 12403,
"laxative": 12404,
"axatives": 12405,
" Threats": 12406,
" destruc": 12407,
"destruct": 12408,
"estructi": 12409,
"structiv": 12410,
"tructive": 12411,
" outburs": 12412,
"outburst": 12413,
"utbursts": 12414,
" threats": 12415,
" Aggress": 12416,
"Aggressi": 12417,
" consist": 12418,
"consiste": 12419,
"onsisten": 12420,
"nsistent": 12421,
" violati": 12422,
"violatio": 12423,
"iolation": 12424,
" truancy": 12425,
" vandali": 12426,
"vandalis": 12427,
"andalism": 12428,
" Strange": 12429,
" beliefs": 12430,
" unusual": 12431,
"ehaviors": 12432,
" Compreh": 12433,
"Comprehe": 12434,
"mprehens": 12435,
"prehensi": 12436,
"rehensiv": 12437,
"ehensive": 12438,
" Evaluat": 12439,
"Evaluati": 12440,
" Definit": 12441,
"Definiti": 12442,
"efinitio": 12443,
"finition": 12444,
" represe": 12445,
"represen": 12446,
"epresent": 12447,
"presents": 12448,
"iatrists": 12449,
" additio": 12450,
"addition": 12451,
" trainin": 12452,
"training": 12453,
" general": 12454,
" distrib": 12455,
"distribu": 12456,
"istribut": 12457,
"stribute": 12458,
"tributed": 12459,
" educati": 12460,
"educatio": 12461,
"ducation": 12462,
"ucationa": 12463,
"cational": 12464,
" permiss": 12465,
"permissi": 12466,
"ermissio": 12467,
"rmission": 12468,
" include": 12469,
"included": 12470,
" materia": 12471,
"material": 12472,
"presente": 12473,
"resented": 12474,
" printed": 12475,
" duplica": 12476,
"duplicat": 12477,
"uplicate": 12478,
"plicated": 12479,
" consent": 12480,
" Organiz": 12481,
"Organiza": 12482,
"rganizat": 12483,
"ganizati": 12484,
"anizatio": 12485,
"nization": 12486,
"izations": 12487,
" permitt": 12488,
"permitte": 12489,
"ermitted": 12490,
"uestions": 12491,
" contact": 12492,
"Communic": 12493,
"ommunica": 12494,
"mmunicat": 12495,
"municati": 12496,
"unicatio": 12497,
"nication": 12498,
"ications": 12499,
" Marketi": 12500,
"Marketin": 12501,
"arketing": 12502,
" Coordin": 12503,
"Coordina": 12504,
"oordinat": 12505,
"ordinato": 12506,
"rdinator": 12507,
" immedia": 12508,
"immediat": 12509,
"mmediate": 12510,
"ssistanc": 12511,
"sistance": 12512,
"Copyrigh": 12513,
"opyright": 12514,
"Previous": 12515,
" Interst": 12516,
"Interste": 12517,
" session": 12518,
" explosi": 12519,
"explosio": 12520,
"xplosion": 12521,
"plosions": 12522,
" interst": 12523,
"interste": 12524,
" blowout": 12525,
" probabl": 12526,
"probably": 12527,
" momentu": 12528,
"momentum": 12529,
" acquire": 12530,
"acquired": 12531,
" pressur": 12532,
"pressuri": 12533,
"ressuriz": 12534,
"essurize": 12535,
"ssurized": 12536,
"expansio": 12537,
"xpansion": 12538,
" snowplo": 12539,
"snowplow": 12540,
"nowplows": 12541,
" diamete": 12542,
"diameter": 12543,
" differs": 12544,
" standar": 12545,
"standard": 12546,
" multipl": 12547,
"multiple": 12548,
" superno": 12549,
"supernov": 12550,
"upernova": 12551,
"pernovae": 12552,
" radiati": 12553,
"radiativ": 12554,
"adiative": 12555,
" cooling": 12556,
" evapora": 12557,
"evaporat": 12558,
"vaporati": 12559,
"aporativ": 12560,
"porative": 12561,
" Evidenc": 12562,
"Evidence": 12563,
" energie": 12564,
"energies": 12565,
" summari": 12566,
"summariz": 12567,
"ummarize": 12568,
"mmarized": 12569,
" obvious": 12570,
" central": 12571,
" remnant": 12572,
"remnants": 12573,
" althoug": 12574,
"although": 12575,
" suffici": 12576,
"sufficie": 12577,
"ufficien": 12578,
"fficient": 12579,
"ficientl": 12580,
"iciently": 12581,
" expecte": 12582,
"expected": 12583,
" frequen": 12584,
"frequenc": 12585,
"requency": 12586,
" listing": 12587,
"Question": 12588,
"ifferent": 12589,
" unipola": 12590,
"unipolar": 12591,
" typical": 12592,
"typicall": 12593,
"ypically": 12594,
" associa": 12595,
"associat": 12596,
"ssociate": 12597,
"sociated": 12598,
"epressiv": 12599,
" illness": 12600,
"illnesse": 12601,
"llnesses": 12602,
"ressions": 12603,
"ifferenc": 12604,
"fference": 12605,
" periods": 12606,
" elevati": 12607,
"elevatio": 12608,
"levation": 12609,
" irritab": 12610,
"irritabi": 12611,
"rritabil": 12612,
"ritabili": 12613,
"itabilit": 12614,
" hypoman": 12615,
"hypomani": 12616,
"ypomanic": 12617,
" essenti": 12618,
"essentia": 12619,
"ssential": 12620,
" address": 12621,
"addresse": 12622,
"ddresses": 12623,
" economi": 12624,
"economic": 12625,
" expecta": 12626,
"expectat": 12627,
" resourc": 12628,
"resource": 12629,
"esources": 12630,
" foundat": 12631,
"foundati": 12632,
"oundatio": 12633,
"undation": 12634,
"ersonali": 12635,
"rsonaliz": 12636,
"sonalize": 12637,
"onalized": 12638,
"presenta": 12639,
"resentat": 12640,
"esentati": 12641,
"sentatio": 12642,
"entation": 12643,
" customi": 12644,
"customiz": 12645,
"ustomize": 12646,
"stomized": 12647,
" example": 12648,
"examples": 12649,
" PowerPo": 12650,
"PowerPoi": 12651,
"owerPoin": 12652,
"werPoint": 12653,
" particu": 12654,
"particul": 12655,
"articula": 12656,
"rticular": 12657,
" various": 12658,
" advocac": 12659,
"advocacy": 12660,
"Advancin": 12661,
"dvancing": 12662,
" promote": 12663,
" readine": 12664,
"readines": 12665,
"eadiness": 12666,
"regularl": 12667,
"egularly": 12668,
" surveys": 12669,
"identify": 12670,
" adoptin": 12671,
"adopting": 12672,
" policie": 12673,
"policies": 12674,
" summary": 12675,
" Closing": 12676,
" Expecta": 12677,
"Expectat": 12678,
" systems": 12679,
" parents": 12680,
" adminis": 12681,
"administ": 12682,
"dministr": 12683,
"ministra": 12684,
"inistrat": 12685,
"nistrato": 12686,
"istrator": 12687,
"strators": 12688,
" policym": 12689,
"policyma": 12690,
"olicymak": 12691,
"licymake": 12692,
"icymaker": 12693,
"cymakers": 12694,
" schools": 12695,
" establi": 12696,
"establis": 12697,
"stablish": 12698,
"tablishe": 12699,
"ablished": 12700,
" includi": 12701,
"includin": 12702,
"ncluding": 12703,
" ensurin": 12704,
"ensuring": 12705,
" graduat": 12706,
"graduate": 12707,
" careers": 12708,
" Reporti": 12709,
"Reportin": 12710,
"eporting": 12711,
"Statewid": 12712,
"tatewide": 12713,
" Perform": 12714,
"Performa": 12715,
" Incenti": 12716,
"Incentiv": 12717,
"ncentive": 12718,
"centives": 12719,
"Accounta": 12720,
" Formula": 12721,
" diploma": 12722,
" assessm": 12723,
"assessme": 12724,
"ssessmen": 12725,
"sessment": 12726,
"Requirin": 12727,
"equiring": 12728,
" remedia": 12729,
"remedial": 12730,
" courses": 12731,
" minimum": 12732,
" criteri": 12733,
"criteria": 12734,
" stabbed": 12735,
" Tragedy": 12736,
" Strikes": 12737,
" Victims": 12738,
" Stabbed": 12739,
" Charged": 12740,
" Attempt": 12741,
"Attempte": 12742,
"Introduc": 12743,
"ntroduct": 12744,
"troducti": 12745,
"roductio": 12746,
"oduction": 12747,
" ordinar": 12748,
"ordinary": 12749,
" evening": 12750,
" romanti": 12751,
"romantic": 12752,
" bloodsh": 12753,
"bloodshe": 12754,
"loodshed": 12755,
"allegedl": 12756,
"llegedly": 12757,
"attacked": 12758,
" Inciden": 12759,
"Incident": 12760,
" alarmin": 12761,
"alarming": 12762,
" popular": 12763,
" enjoyin": 12764,
"enjoying": 12765,
" blissfu": 12766,
"blissful": 12767,
"lissfull": 12768,
"issfully": 12769,
" unaware": 12770,
" circums": 12771,
"circumst": 12772,
"ircumsta": 12773,
"rcumstan": 12774,
"cumstanc": 12775,
"umstance": 12776,
"mstances": 12777,
" convers": 12778,
"conversa": 12779,
"onversat": 12780,
"nversati": 12781,
"versatio": 12782,
"ersation": 12783,
" indulge": 12784,
"indulged": 12785,
" approac": 12786,
"approach": 12787,
"pproache": 12788,
"proached": 12789,
" warning": 12790,
" scrambl": 12791,
"scramble": 12792,
"crambled": 12793,
"ontinued": 12794,
" violent": 12795,
" rampage": 12796,
" Bystand": 12797,
"Bystande": 12798,
"ystander": 12799,
"standers": 12800,
" quickly": 12801,
" emergen": 12802,
"emergenc": 12803,
"mergency": 12804,
"services": 12805,
" promptl": 12806,
"promptly": 12807,
" arrived": 12808,
" Althoug": 12809,
"Although": 12810,
" hospita": 12811,
"hospital": 12812,
" succumb": 12813,
"succumbe": 12814,
"uccumbed": 12815,
" injurie": 12816,
"injuries": 12817,
" remaine": 12818,
"remained": 12819,
" conditi": 12820,
"conditio": 12821,
"ondition": 12822,
" fightin": 12823,
"fighting": 12824,
"igations": 12825,
" reveale": 12826,
"revealed": 12827,
"nections": 12828,
" mystify": 12829,
"mystifyi": 12830,
"ystifyin": 12831,
"stifying": 12832,
" assault": 12833,
" Witness": 12834,
"Witnesse": 12835,
"itnesses": 12836,
" appeare": 12837,
"appeared": 12838,
"nselessl": 12839,
"selessly": 12840,
" thoroug": 12841,
"thorough": 12842,
"identifi": 12843,
"dentifie": 12844,
"entified": 12845,
" arreste": 12846,
"arrested": 12847,
" process": 12848,
" discove": 12849,
"discover": 12850,
"iscovere": 12851,
"scovered": 12852,
" history": 12853,
" trouble": 12854,
"troubled": 12855,
" unclear": 12856,
"Authorit": 12857,
" formall": 12858,
"formally": 12859,
" heinous": 12860,
" hearing": 12861,
"etermine": 12862,
" convict": 12863,
"convicte": 12864,
"onvicted": 12865,
"Communit": 12866,
" Respons": 12867,
"Response": 12868,
" shockin": 12869,
"shocking": 12870,
" reeling": 12871,
" struggl": 12872,
"struggle": 12873,
" harrowi": 12874,
"harrowin": 12875,
"arrowing": 12876,
" occurre": 12877,
"occurred": 12878,
" makeshi": 12879,
"makeshif": 12880,
"akeshift": 12881,
" memoria": 12882,
"memorial": 12883,
" created": 12884,
" outside": 12885,
" commemo": 12886,
"commemor": 12887,
"ommemora": 12888,
"mmemorat": 12889,
"memorate": 12890,
"uestione": 12891,
"estioned": 12892,
" vicious": 12893,
" conside": 12894,
"consider": 12895,
"onsidere": 12896,
"nsidered": 12897,
" spurred": 12898,
" officia": 12899,
"official": 12900,
"fficials": 12901,
" reasses": 12902,
"reassess": 12903,
" current": 12904,
" securit": 12905,
"security": 12906,
" measure": 12907,
"measures": 12908,
" strateg": 12909,
"strategi": 12910,
"trategie": 12911,
"rategies": 12912,
" reinfor": 12913,
"reinforc": 12914,
"einforce": 12915,
" Additio": 12916,
"Addition": 12917,
"itionall": 12918,
"tionally": 12919,
" discuss": 12920,
"discussi": 12921,
"iscussio": 12922,
"scussion": 12923,
"cussions": 12924,
" surroun": 12925,
"surround": 12926,
"urroundi": 12927,
"rroundin": 12928,
"rounding": 12929,
" rehabil": 12930,
"rehabili": 12931,
"ehabilit": 12932,
"habilita": 12933,
"abilitat": 12934,
"bilitati": 12935,
"ilitatio": 12936,
"litation": 12937,
" surface": 12938,
"surfaced": 12939,
" compreh": 12940,
"comprehe": 12941,
"mprehend": 12942,
" actions": 12943,
" perpetr": 12944,
"perpetra": 12945,
"erpetrat": 12946,
"rpetrato": 12947,
"petrator": 12948,
" similar": 12949,
" occurri": 12950,
"occurrin": 12951,
"ccurring": 12952,
" togethe": 12953,
"together": 12954,
" outpour": 12955,
"outpouri": 12956,
"utpourin": 12957,
"tpouring": 12958,
" Candlel": 12959,
"Candleli": 12960,
"andlelig": 12961,
"ndleligh": 12962,
"dlelight": 12963,
" fundrai": 12964,
"fundrais": 12965,
"undraisi": 12966,
"ndraisin": 12967,
"draising": 12968,
" campaig": 12969,
"campaign": 12970,
" underwa": 12971,
"underway": 12972,
" survivi": 12973,
"survivin": 12974,
"urviving": 12975,
" expense": 12976,
"expenses": 12977,
"recovery": 12978,
"Conclusi": 12979,
"onclusio": 12980,
"nclusion": 12981,
" reminde": 12982,
"reminder": 12983,
" violenc": 12984,
"violence": 12985,
" anywher": 12986,
"anywhere": 12987,
" respons": 12988,
"response": 12989,
" brutali": 12990,
"brutalit": 12991,
"rutality": 12992,
" solidar": 12993,
"solidari": 12994,
"olidarit": 12995,
"lidarity": 12996,
"etermina": 12997,
"terminat": 12998,
"erminati": 12999,
"rminatio": 13000,
" unfolds": 13001,
" grievin": 13002,
"grieving": 13003,
" devasta": 13004,
"devastat": 13005,
"evastati": 13006,
"vastatin": 13007,
"astating": 13008,
" tragica": 13009,
"tragical": 13010,
"ragicall": 13011,
"agically": 13012,
"supporti": 13013,
"upportin": 13014,
"pporting": 13015,
"recoveri": 13016,
"ecoverin": 13017,
"covering": 13018,
"ontinues": 13019,
" unimagi": 13020,
"unimagin": 13021,
"nimagina": 13022,
"imaginab": 13023,
"maginabl": 13024,
"aginable": 13025,
" follows": 13026,
" instruc": 13027,
"instruct": 13028,
"nstructi": 13029,
"structio": 13030,
"truction": 13031,
" extreme": 13032,
"extremel": 13033,
"xtremely": 13034,
" followi": 13035,
"followin": 13036,
" debutte": 13037,
"debuttea": 13038,
"ebutteam": 13039,
" pittsbu": 13040,
"pittsbur": 13041,
"ittsburg": 13042,
"ttsburgh": 13043,
" steeler": 13044,
"steelers": 13045,
" draftpi": 13046,
"draftpic": 13047,
"raftpick": 13048,
" wal4757": 13049,
"wal47573": 13050,
"al475737": 13051,
" debutye": 13052,
"debutyea": 13053,
"ebutyear": 13054,
" finalte": 13055,
"finaltea": 13056,
"inalteam": 13057,
" sentine": 13058,
"sentinel": 13059,
"entinels": 13060,
" statlab": 13061,
"statlabe": 13062,
"tatlabel": 13063,
" tackles": 13064,
" interce": 13065,
"intercep": 13066,
"ntercept": 13067,
"tercepti": 13068,
"erceptio": 13069,
"rception": 13070,
"ceptions": 13071,
" heighti": 13072,
"heightin": 13073,
" statval": 13074,
"statvalu": 13075,
"tatvalue": 13076,
" heightf": 13077,
"heightft": 13078,
" pottsto": 13079,
"pottstow": 13080,
"ottstown": 13081,
" pennsyl": 13082,
"pennsylv": 13083,
"ennsylva": 13084,
"nnsylvan": 13085,
"nsylvani": 13086,
"sylvania": 13087,
" draftye": 13088,
"draftyea": 13089,
"raftyear": 13090,
" positio": 13091,
" linebac": 13092,
"lineback": 13093,
"inebacke": 13094,
"nebacker": 13095,
" draftro": 13096,
"draftrou": 13097,
"raftroun": 13098,
"aftround": 13099,
" finalye": 13100,
"finalyea": 13101,
"inalyear": 13102,
"provided": 13103,
" Wallace": 13104,
" descrip": 13105,
"descript": 13106,
"escripti": 13107,
"scriptiv": 13108,
"criptive": 13109,
" isPartO": 13110,
"isPartOf": 13111,
"Stretchi": 13112,
"tretchin": 13113,
"retching": 13114,
" totalin": 13115,
"totaling": 13116,
" thrivin": 13117,
"thriving": 13118,
" approxi": 13119,
"approxim": 13120,
"pproxima": 13121,
"proximat": 13122,
"roximate": 13123,
"oximatel": 13124,
"ximately": 13125,
" inhabit": 13126,
" residin": 13127,
"residing": 13128,
"expansiv": 13129,
"xpansive": 13130,
" beautif": 13131,
"beautifu": 13132,
"eautiful": 13133,
" envelop": 13134,
"envelopi": 13135,
"nvelopin": 13136,
"veloping": 13137,
" impress": 13138,
"impressi": 13139,
"mpressiv": 13140,
" encompa": 13141,
"encompas": 13142,
"ncompass": 13143,
"compassi": 13144,
"ompassin": 13145,
"mpassing": 13146,
" natural": 13147,
" landsca": 13148,
"landscap": 13149,
"andscape": 13150,
"ndscapes": 13151,
" helpful": 13152,
" answeri": 13153,
"answerin": 13154,
"nswering": 13155,
" innocuo": 13156,
"innocuou": 13157,
"nnocuous": 13158,
" Jessica": 13159,
" Michael": 13160,
" another": 13161,
"reporter": 13162,
" Gebelof": 13163,
"Gebeloff": 13164,
" deprive": 13165,
"deprived": 13166,
" fundame": 13167,
"fundamen": 13168,
"undament": 13169,
"ndamenta": 13170,
"damental": 13171,
" constit": 13172,
"constitu": 13173,
"onstitut": 13174,
"nstituti": 13175,
"stitutio": 13176,
"titution": 13177,
"itutiona": 13178,
"tutional": 13179,
"containe": 13180,
"ontained": 13181,
" employm": 13182,
"employme": 13183,
"mploymen": 13184,
"ployment": 13185,
" telepho": 13186,
"telephon": 13187,
"elephone": 13188,
"Engineer": 13189,
"ngineere": 13190,
"gineered": 13191,
" coaliti": 13192,
"coalitio": 13193,
"oalition": 13194,
" compani": 13195,
"ompanies": 13196,
" retaile": 13197,
"retailer": 13198,
"etailers": 13199,
" lawsuit": 13200,
"lawsuits": 13201,
" insulat": 13202,
"insulate": 13203,
"nsulates": 13204,
"usinesse": 13205,
"sinesses": 13206,
" challen": 13207,
"challeng": 13208,
"hallenge": 13209,
"allenges": 13210,
" practic": 13211,
"practice": 13212,
"ractices": 13213,
" predato": 13214,
"predator": 13215,
"redatory": 13216,
" lending": 13217,
" discrim": 13218,
"discrimi": 13219,
"iscrimin": 13220,
"scrimina": 13221,
"criminat": 13222,
"riminati": 13223,
"iminatio": 13224,
" surpris": 13225,
"surprisi": 13226,
"urprisin": 13227,
"rprising": 13228,
"prisingl": 13229,
"risingly": 13230,
" alterna": 13231,
"alternat": 13232,
"lternate": 13233,
" privati": 13234,
"privatiz": 13235,
"rivatize": 13236,
"ivatized": 13237,
" justice": 13238,
" largely": 13239,
" interes": 13240,
"interest": 13241,
"nterests": 13242,
" consume": 13243,
"consumer": 13244,
"onsumers": 13245,
" podcast": 13246,
" spendin": 13247,
"spending": 13248,
" sifting": 13249,
" through": 13250,
"ocuments": 13251,
" intervi": 13252,
"intervie": 13253,
"nterview": 13254,
"terviewi": 13255,
"erviewin": 13256,
"rviewing": 13257,
" hundred": 13258,
"hundreds": 13259,
" lawyers": 13260,
" corpora": 13261,
"corporat": 13262,
"orporate": 13263,
" executi": 13264,
"executiv": 13265,
"xecutive": 13266,
"ecutives": 13267,
"rbitrato": 13268,
"bitrator": 13269,
"itrators": 13270,
" plainti": 13271,
"plaintif": 13272,
"laintiff": 13273,
"aintiffs": 13274,
" Clauses": 13275,
" Arbitra": 13276,
" Affects": 13277,
" her": 13278,
" pri": 13279,
"ersi": 13280,
"aren": 13281,
"robl": 13282,
"oble": 13283,
"blem": 13284,
" beh": 13285,
"beha": 13286,
"ehav": 13287,
"havi": 13288,
"avio": 13289,
"vior": 13290,
" hel": 13291,
"iffi": 13292,
"ficu": 13293,
"cult": 13294,
" gen": 13295,
"abou": 13296,
"bout": 13297,
"hers": 13298,
"ollo": 13299,
"llow": 13300,
"whic": 13301,
"hich": 13302,
" ind": 13303,
" ado": 13304,
"atri": 13305,
"Mark": 13306,
"arke": 13307,
"ever": 13308,
"vere": 13309,
" wor": 13310,
"regu": 13311,
"egul": 13312,
"gula": 13313,
"part": 13314,
"ctiv": 13315,
"requ": 13316,
"eque": 13317,
"quen": 13318,
"pera": 13319,
"play": 13320,
"itho": 13321,
"hout": 13322,
"atte": 13323,
" Per": 13324,
"iste": 13325,
"sten": 13326,
"diso": 13327,
"ggre": 13328,
"prov": 13329,
"utho": 13330,
"hori": 13331,
"orit": 13332,
"rity": 13333,
"expl": 13334,
"mper": 13335,
" one": 13336,
"ange": 13337,
"habi": 13338,
"ntra": 13339,
" sus": 13340,
"tude": 13341,
"ompa": 13342,
" app": 13343,
"appe": 13344,
" tho": 13345,
"ghts": 13346,
" Str": 13347,
"ries": 13348,
" lif": 13349,
"life": 13350,
"ense": 13351,
"ming": 13352,
"lati": 13353,
"ives": 13354,
"mili": 13355,
"ilie": 13356,
"lies": 13357,
" Chi": 13358,
"Chil": 13359,
" Psy": 13360,
"Psyc": 13361,
" Sch": 13362,
" Ame": 13363,
"Amer": 13364,
"meri": 13365,
"eric": 13366,
"rica": 13367,
"ican": 13368,
"over": 13369,
"eets": 13370,
" dev": 13371,
"rodu": 13372,
"oduc": 13373,
"ermi": 13374,
" any": 13375,
"peci": 13376,
"ecif": 13377,
"cifi": 13378,
"uest": 13379,
"stio": 13380,
" you": 13381,
"ious": 13382,
"trac": 13383,
"ters": 13384,
"shel": 13385,
"hell": 13386,
"ells": 13387,
" hea": 13388,
" loc": 13389,
"loca": 13390,
" blo": 13391,
" Thi": 13392,
"This": 13393,
"ffer": 13394,
" sup": 13395,
"vide": 13396,
"tral": 13397,
"ipol": 13398,
"pola": 13399,
"olar": 13400,
"orde": 13401,
"call": 13402,
" bot": 13403,
"both": 13404,
"king": 13405,
"serv": 13406,
"ound": 13407,
"deta": 13408,
"arti": 13409,
"rtic": 13410,
" was": 13411,
" dra": 13412,
"ates": 13413,
"ntin": 13414,
"riti": 13415,
"unta": 13416,
"ntab": 13417,
"tors": 13418,
"epor": 13419,
"nati": 13420,
"3302": 13421,
"3832": 13422,
"3860": 13423,
"2807": 13424,
"2813": 13425,
"2654": 13426,
"3066": 13427,
"2774": 13428,
"3386": 13429,
"4082": 13430,
"3883": 13431,
"3703": 13432,
"4120": 13433,
"2875": 13434,
"3464": 13435,
"4059": 13436,
"3718": 13437,
"3778": 13438,
"3365": 13439,
"2680": 13440,
"3705": 13441,
"2635": 13442,
"4383": 13443,
"4164": 13444,
"3674": 13445,
"3217": 13446,
"3449": 13447,
"3433": 13448,
"3468": 13449,
"4643": 13450,
"4185": 13451,
"1953": 13452,
"2860": 13453,
"4213": 13454,
"2902": 13455,
"2930": 13456,
"3525": 13457,
"3233": 13458,
"5398": 13459,
"3514": 13460,
"4927": 13461,
"3281": 13462,
"5457": 13463,
"5447": 13464,
"2972": 13465,
"3586": 13466,
"5414": 13467,
"4125": 13468,
"3085": 13469,
"4332": 13470,
"4280": 13471,
"4275": 13472,
"3515": 13473,
"7042": 13474,
"2699": 13475,
"2506": 13476,
"4576": 13477,
"4637": 13478,
"4469": 13479,
"4601": 13480,
"5036": 13481,
"2839": 13482,
"3182": 13483,
"3915": 13484,
"3960": 13485,
"4393": 13486,
"3752": 13487,
"3272": 13488,
"3275": 13489,
"2453": 13490,
"2478": 13491,
"3477": 13492,
"5531": 13493,
"3013": 13494,
"3225": 13495,
"3632": 13496,
"4222": 13497,
"3505": 13498,
"6456": 13499,
"4993": 13500,
"3448": 13501,
"3532": 13502,
"4814": 13503,
"2230": 13504,
"5590": 13505,
"7343": 13506,
"2989": 13507,
"4186": 13508,
"5399": 13509,
"2331": 13510,
"2918": 13511,
"2962": 13512,
"5586": 13513,
"3712": 13514,
"2996": 13515,
"4379": 13516,
"3629": 13517,
"6993": 13518,
"3523": 13519,
"3330": 13520,
"2431": 13521,
"5306": 13522,
"3392": 13523,
"3396": 13524,
"4261": 13525,
"2673": 13526,
"2885": 13527,
"5048": 13528,
"3724": 13529,
"6296": 13530,
"2924": 13531,
"4200": 13532,
"2747": 13533,
"4173": 13534,
"2727": 13535,
"4555": 13536,
"4396": 13537,
"3799": 13538,
"3157": 13539,
"4142": 13540,
"4122": 13541,
"2818": 13542,
"2827": 13543,
"4464": 13544,
"3108": 13545,
"2732": 13546,
"5257": 13547,
"2913": 13548,
"4250": 13549,
"4146": 13550,
"3235": 13551,
"5669": 13552,
"3012": 13553,
"4820": 13554,
"3078": 13555,
"4358": 13556,
"2374": 13557,
"3053": 13558,
"2847": 13559,
"4544": 13560,
"2364": 13561,
"3592": 13562,
"3055": 13563,
"3339": 13564,
"4579": 13565,
"6525": 13566,
"4356": 13567,
"2492": 13568,
"6218": 13569,
"2558": 13570,
"4035": 13571,
"3802": 13572,
"3640": 13573,
"2908": 13574,
"2609": 13575,
"7401": 13576,
"2801": 13577,
"5199": 13578,
"3368": 13579,
"3127": 13580,
"3274": 13581,
"3994": 13582,
"5462": 13583,
"2342": 13584,
"2982": 13585,
"2879": 13586,
"3151": 13587,
"4116": 13588,
"4098": 13589,
"5483": 13590,
"3030": 13591,
"2571": 13592,
"2697": 13593,
"3426": 13594,
"8675": 13595,
"4488": 13596,
"4492": 13597,
"3697": 13598,
"3611": 13599,
"4320": 13600,
"4312": 13601,
"2714": 13602,
"2446": 13603,
"4950": 13604,
"2424": 13605,
"5451": 13606,
"3301": 13607,
"2650": 13608,
"3107": 13609,
"3666": 13610,
"4888": 13611,
"4570": 13612,
"4133": 13613,
"3128": 13614,
"2469": 13615,
"3814": 13616,
"6027": 13617,
"3411": 13618,
"3416": 13619,
"3456": 13620,
"4594": 13621,
"2352": 13622,
"3958": 13623,
"3025": 13624,
"4508": 13625,
"2799": 13626,
"2888": 13627,
"3612": 13628,
"3641": 13629,
"3634": 13630,
"3988": 13631,
"2969": 13632,
"2083": 13633,
"4414": 13634,
"4281": 13635,
"7144": 13636,
"3287": 13637,
"4817": 13638,
"3474": 13639,
"2948": 13640,
"3309": 13641,
"3345": 13642,
"2974": 13643,
"5156": 13644,
"4051": 13645,
"5990": 13646,
"2873": 13647,
"3927": 13648,
"4039": 13649,
"3005": 13650,
"2242": 13651,
"3689": 13652,
"4337": 13653,
"2682": 13654,
"6035": 13655,
"3742": 13656,
"2437": 13657,
"3098": 13658,
"3390": 13659,
"4109": 13660,
"5013": 13661,
"3027": 13662,
"2543": 13663,
"4553": 13664,
"3766": 13665,
"3782": 13666,
"2979": 13667,
"4331": 13668,
"4265": 13669,
"2267": 13670,
"4016": 13671,
"2997": 13672,
"4216": 13673,
"3877": 13674,
"3614": 13675,
"3605": 13676,
"5454": 13677,
"4209": 13678,
"4161": 13679,
"5744": 13680,
"3439": 13681,
"6185": 13682,
"6975": 13683,
"3191": 13684,
"5716": 13685,
"3077": 13686,
"3251": 13687,
"4134": 13688,
"2776": 13689,
"4129": 13690,
"3081": 13691,
"3526": 13692,
"3522": 13693,
"3543": 13694,
"2396": 13695,
"2792": 13696,
"3228": 13697,
"6452": 13698,
"5482": 13699,
"4378": 13700,
"3154": 13701,
"3818": 13702,
"2992": 13703,
"3833": 13704,
"5952": 13705,
"2187": 13706,
"4296": 13707,
"4855": 13708,
"4306": 13709,
"5022": 13710,
"5017": 13711,
"6036": 13712,
"3397": 13713,
"4338": 13714,
"3177": 13715,
"3490": 13716,
"3684": 13717,
"4014": 13718,
"4799": 13719,
"4182": 13720,
"2794": 13721,
"2824": 13722,
"3145": 13723,
"3880": 13724,
"4426": 13725,
"3595": 13726,
"4478": 13727,
"3307": 13728,
"4270": 13729,
"2548": 13730,
"4382": 13731,
"3823": 13732,
"4152": 13733,
"4724": 13734,
"3457": 13735,
"3051": 13736,
"6637": 13737,
"7883": 13738,
"3419": 13739,
"3793": 13740,
"3633": 13741,
"3321": 13742,
"4665": 13743,
"3323": 13744,
"2715": 13745,
"3086": 13746,
"3370": 13747,
"3562": 13748,
"3064": 13749,
"4479": 13750,
"3564": 13751,
"3546": 13752,
"3932": 13753,
"4189": 13754,
"4315": 13755,
"7181": 13756,
"4342": 13757,
"3094": 13758,
"3645": 13759,
"3209": 13760,
"4595": 13761,
"3504": 13762,
"4485": 13763,
"3200": 13764,
"2858": 13765,
"2767": 13766,
"3973": 13767,
"3854": 13768,
"2351": 13769,
"2770": 13770,
"3355": 13771,
"3872": 13772,
"4942": 13773,
"2915": 13774,
"4893": 13775,
"3584": 13776,
"4095": 13777,
"3070": 13778,
"5045": 13779,
"3042": 13780,
"3158": 13781,
"3469": 13782,
"4513": 13783,
"4546": 13784,
"3351": 13785,
"3991": 13786,
"3361": 13787,
"5511": 13788,
"3372": 13789,
"3185": 13790,
"3195": 13791,
"3199": 13792,
"7847": 13793,
"2721": 13794,
"3463": 13795,
"5930": 13796,
"4972": 13797,
"2600": 13798,
"5665": 13799,
"2561": 13800,
"3221": 13801,
"2777": 13802,
"2905": 13803,
"2810": 13804,
"4596": 13805,
"5688": 13806,
"7327": 13807,
"2616": 13808,
"2709": 13809,
"3730": 13810,
"6966": 13811,
"2510": 13812,
"2555": 13813,
"2395": 13814,
"2677": 13815,
"3676": 13816,
"5738": 13817,
"2570": 13818,
"3461": 13819,
"3909": 13820,
"5588": 13821,
"5591": 13822,
"3591": 13823,
"3063": 13824,
"6180": 13825,
"4115": 13826,
"3635": 13827,
"3570": 13828,
"2546": 13829,
"2500": 13830,
"4010": 13831,
"4299": 13832,
"5300": 13833,
"2664": 13834,
"2834": 13835,
"6946": 13836,
"4127": 13837,
"2931": 13838,
"6672": 13839,
"3380": 13840,
"5198": 13841,
"4620": 13842,
"3699": 13843,
"2857": 13844,
"3069": 13845,
"3141": 13846,
"2596": 13847,
"4300": 13848,
"3306": 13849,
"2867": 13850,
"2456": 13851,
"5850": 13852,
"3622": 13853,
"3851": 13854,
"4996": 13855,
"2862": 13856,
"3060": 13857,
"4065": 13858,
"4710": 13859,
"3004": 13860,
"3447": 13861,
"3245": 13862,
"3204": 13863,
"5272": 13864,
"4237": 13865,
"4123": 13866,
"2791": 13867,
"3389": 13868,
" bee": 13869,
"been": 13870,
"harg": 13871,
"rged": 13872,
"ttem": 13873,
"empt": 13874,
"mpte": 13875,
"pted": 13876,
"tabb": 13877,
"seem": 13878,
"eged": 13879,
"acke": 13880,
"rime": 13881,
"illi": 13882,
"inci": 13883,
" his": 13884,
"ture": 13885,
"mina": 13886,
"inal": 13887,
"side": 13888,
"area": 13889,
"tres": 13890,
" squ": 13891,
"clau": 13892,
" arb": 13893,
"arbi": 13894,
" here": 13895,
" prin": 13896,
"print": 13897,
" docu": 13898,
"docum": 13899,
"ocume": 13900,
"cumen": 13901,
"ument": 13902,
"Paren": 13903,
"usual": 13904,
" firs": 13905,
"first": 13906,
" seek": 13907,
" prof": 13908,
" pare": 13909,
"paren": 13910,
" step": 13911,
"ently": 13912,
" feel": 13913,
"feeli": 13914,
"lings": 13915,
" ofte": 13916,
"often": 13917,
"consu": 13918,
"ysici": 13919,
"sicia": 13920,
"ician": 13921,
"cians": 13922,
" teac": 13923,
"teach": 13924,
"eache": 13925,
"acher": 13926,
"chers": 13927,
"adult": 13928,
" know": 13929,
" well": 13930,
" Thes": 13931,
"These": 13932,
" reso": 13933,
"Follo": 13934,
"icate": 13935,
"atric": 13936,
"valua": 13937,
"aluat": 13938,
"luati": 13939,
"uatio": 13940,
" perf": 13941,
"perfo": 13942,
" grad": 13943,
" hard": 13944,
" Seve": 13945,
"Sever": 13946,
" worr": 13947,
" anxi": 13948,
"anxie": 13949,
"nxiet": 13950,
"shown": 13951,
"iviti": 13952,
"vitie": 13953,
" norm": 13954,
"norma": 13955,
"laint": 13956,
"racti": 13957,
"const": 13958,
" beyo": 13959,
"beyon": 13960,
"aying": 13961,
"culty": 13962,
" nigh": 13963,
"night": 13964,
"ightm": 13965,
"ghtma": 13966,
"htmar": 13967,
"tmare": 13968,
"mares": 13969,
" aggr": 13970,
"longe": 13971,
" mont": 13972,
"month": 13973,
"onths": 13974,
" oppo": 13975,
"oppos": 13976,
"pposi": 13977,
"ority": 13978,
"inabl": 13979,
"nable": 13980,
" temp": 13981,
" Thre": 13982,
"Threa": 13983,
" harm": 13984,
" dail": 13985,
"daily": 13986,
"leepi": 13987,
"eepin": 13988,
"eping": 13989,
"xtrem": 13990,
"treme": 13991,
"ncent": 13992,
"centr": 13993,
"entra": 13994,
"taine": 13995,
" mood": 13996,
"accom": 13997,
"ccomp": 13998,
"anied": 13999,
" appe": 14000,
"ought": 14001,
"ughts": 14002,
"socia": 14003,
" Repe": 14004,
"Repea": 14005,
"epeat": 14006,
"peate": 14007,
" Inte": 14008,
" thro": 14009,
"rowin": 14010,
"reats": 14011,
" self": 14012,
"thers": 14013,
"injur": 14014,
"struc": 14015,
"truct": 14016,
"ructi": 14017,
" thre": 14018,
"consi": 14019,
" righ": 14020,
"ights": 14021,
" thef": 14022,
"theft": 14023,
"range": 14024,
" Fami": 14025,
"Famil": 14026,
" Help": 14027,
" Your": 14028,
"ompre": 14029,
"mpreh": 14030,
"prehe": 14031,
"rehen": 14032,
"nsive": 14033,
" Norm": 14034,
"Norma": 14035,
" Deve": 14036,
"Devel": 14037,
"elopm": 14038,
"lopme": 14039,
"opmen": 14040,
"pment": 14041,
" High": 14042,
" Year": 14043,
"atris": 14044,
"trist": 14045,
" Acad": 14046,
"Acade": 14047,
"cadem": 14048,
"ademy": 14049,
" five": 14050,
" year": 14051,
" addi": 14052,
"dditi": 14053,
"medic": 14054,
"edica": 14055,
"dical": 14056,
" deve": 14057,
"devel": 14058,
"elope": 14059,
"loped": 14060,
"repro": 14061,
"eprod": 14062,
"produ": 14063,
"duced": 14064,
" pers": 14065,
"perso": 14066,
"erson": 14067,
"rsona": 14068,
"sonal": 14069,
"catio": 14070,
" writ": 14071,
"writt": 14072,
"ritte": 14073,
"itten": 14074,
" perm": 14075,
"permi": 14076,
" incl": 14077,
"inclu": 14078,
"nclud": 14079,
"teria": 14080,
" spec": 14081,
" plea": 14082,
"pleas": 14083,
"lease": 14084,
" Comm": 14085,
"Commu": 14086,
"ordin": 14087,
"rdina": 14088,
"stanc": 14089,
"tance": 14090,
"vious": 14091,
" abst": 14092,
"abstr": 14093,
"bstra": 14094,
"strac": 14095,
"nters": 14096,
"terst": 14097,
"erste": 14098,
"rstel": 14099,
"stell": 14100,
"tella": 14101,
"ellar": 14102,
" Tues": 14103,
"Tuesd": 14104,
"uesda": 14105,
"esday": 14106,
" make": 14107,
" gala": 14108,
"galax": 14109,
"alaxi": 14110,
"laxie": 14111,
"axies": 14112,
" much": 14113,
"nergy": 14114,
" abov": 14115,
"above": 14116,
" blow": 14117,
" majo": 14118,
"major": 14119,
" duri": 14120,
"durin": 14121,
"rized": 14122,
" expa": 14123,
"expan": 14124,
"xpans": 14125,
"pansi": 14126,
" larg": 14127,
"large": 14128,
" enou": 14129,
"enoug": 14130,
"nough": 14131,
"ffers": 14132,
"stand": 14133,
"porat": 14134,
" summ": 14135,
"summa": 14136,
"ummar": 14137,
"ontai": 14138,
"ntain": 14139,
" clus": 14140,
"clust": 14141,
"luste": 14142,
"uster": 14143,
"sters": 14144,
"lthou": 14145,
"ffici": 14146,
" woul": 14147,
"would": 14148,
"expec": 14149,
" numb": 14150,
"numbe": 14151,
"umber": 14152,
"ffere": 14153,
"feren": 14154,
"icall": 14155,
"cally": 14156,
" epis": 14157,
"episo": 14158,
"pisod": 14159,
"isode": 14160,
"sodes": 14161,
" call": 14162,
"manic": 14163,
" fact": 14164,
"senti": 14165,
"pecta": 14166,
"ectat": 14167,
"ctati": 14168,
"genda": 14169,
"serve": 14170,
"tails": 14171,
" prom": 14172,
" read": 14173,
" Achi": 14174,
"Achie": 14175,
"chiev": 14176,
"hieve": 14177,
" surv": 14178,
" iden": 14179,
"denti": 14180,
"entif": 14181,
" prog": 14182,
"progr": 14183,
"rogre": 14184,
"ogres": 14185,
"criti": 14186,
"ritic": 14187,
"itica": 14188,
"tical": 14189,
" Idah": 14190,
"Idaho": 14191,
"State": 14192,
"strat": 14193,
" ensu": 14194,
"ensur": 14195,
" goal": 14196,
"icato": 14197,
"cator": 14198,
"level": 14199,
"ublic": 14200,
"porti": 14201,
"ortin": 14202,
"rting": 14203,
"Earni": 14204,
" high": 14205,
"asses": 14206,
"ssess": 14207,
"xplan": 14208,
"plana": 14209,
"lanat": 14210,
"anati": 14211,
" uses": 14212,
" 5607": 14213,
" 3832": 14214,
" 3860": 14215,
" 3040": 14216,
" 5584": 14217,
" 6770": 14218,
" 2813": 14219,
" 3804": 14220,
" 3394": 14221,
" 3875": 14222,
" 7869": 14223,
" 3703": 14224,
" 8709": 14225,
" 8733": 14226,
"10567": 14227,
"10615": 14228,
" 4155": 14229,
" 4995": 14230,
" 2413": 14231,
" 4677": 14232,
" 4692": 14233,
" 2599": 14234,
" 3797": 14235,
" 6860": 14236,
" 7366": 14237,
" 5389": 14238,
" 4945": 14239,
" 3796": 14240,
" 6838": 14241,
" 3824": 14242,
" 3815": 14243,
"11663": 14244,
" 4745": 14245,
" 4523": 14246,
" 4174": 14247,
" 4471": 14248,
" 6033": 14249,
" 5844": 14250,
" 5830": 14251,
" 5077": 14252,
" 5089": 14253,
" 5197": 14254,
" 2902": 14255,
" 4336": 14256,
" 2653": 14257,
" 7382": 14258,
"11813": 14259,
" 3910": 14260,
" 5985": 14261,
" 7800": 14262,
" 4891": 14263,
" 3279": 14264,
" 2511": 14265,
" 6521": 14266,
" 3506": 14267,
" 3513": 14268,
" 3383": 14269,
" 4622": 14270,
" 3586": 14271,
" 5394": 14272,
" 5222": 14273,
" 4810": 14274,
" 4848": 14275,
" 2104": 14276,
" 6480": 14277,
" 4801": 14278,
" 4736": 14279,
" 9090": 14280,
" 3400": 14281,
" 2929": 14282,
" 3338": 14283,
" 4581": 14284,
" 4286": 14285,
" 4637": 14286,
" 4644": 14287,
" 7894": 14288,
" 7887": 14289,
" 2591": 14290,
" 4586": 14291,
" 3512": 14292,
" 4272": 14293,
" 3305": 14294,
" 3608": 14295,
" 3293": 14296,
" 4309": 14297,
"11482": 14298,
" 3960": 14299,
" 9617": 14300,
" 9537": 14301,
" 4397": 14302,
" 4393": 14303,
" 4925": 14304,
" 2635": 14305,
" 7156": 14306,
" 4362": 14307,
" 4364": 14308,
"10548": 14309,
" 5531": 14310,
" 2538": 14311,
" 2264": 14312,
" 7276": 14313,
" 4144": 14314,
" 4192": 14315,
" 6050": 14316,
" 2075": 14317,
" 4997": 14318,
" 9373": 14319,
" 4483": 14320,
" 3044": 14321,
" 4186": 14322,
" 3989": 14323,
" 2662": 14324,
" 6888": 14325,
" 4013": 14326,
" 4018": 14327,
" 3280": 14328,
" 4944": 14329,
" 7333": 14330,
" 6565": 14331,
" 3494": 14332,
" 3144": 14333,
" 6576": 14334,
" 4402": 14335,
" 8433": 14336,
" 3621": 14337,
" 4987": 14338,
" 3523": 14339,
" 3273": 14340,
" 6470": 14341,
" 5470": 14342,
" 4980": 14343,
" 4938": 14344,
" 5378": 14345,
" 4261": 14346,
" 4369": 14347,
" 3509": 14348,
"18350": 14349,
" 2864": 14350,
"14971": 14351,
" 5594": 14352,
" 4703": 14353,
" 4697": 14354,
" 6176": 14355,
" 4679": 14356,
" 5344": 14357,
" 5385": 14358,
" 3677": 14359,
" 8417": 14360,
" 4389": 14361,
" 5749": 14362,
" 3816": 14363,
" 4740": 14364,
" 4254": 14365,
" 4173": 14366,
" 4042": 14367,
" 4239": 14368,
" 4555": 14369,
" 8546": 14370,
" 3477": 14371,
" 4413": 14372,
" 2827": 14373,
" 4394": 14374,
" 6911": 14375,
" 4248": 14376,
" 2913": 14377,
"14250": 14378,
" 9002": 14379,
" 3235": 14380,
" 2774": 14381,
" 4242": 14382,
" 5362": 14383,
" 3012": 14384,
" 3218": 14385,
" 5253": 14386,
" 7284": 14387,
" 6285": 14388,
" 5084": 14389,
"14649": 14390,
" 3600": 14391,
" 6504": 14392,
" 4540": 14393,
" 4579": 14394,
" 1891": 14395,
" 6158": 14396,
" 5189": 14397,
" 5340": 14398,
" 7010": 14399,
" 9710": 14400,
" 9703": 14401,
" 5488": 14402,
" 5478": 14403,
" 3795": 14404,
" 6398": 14405,
"10147": 14406,
" 3493": 14407,
"10416": 14408,
"12926": 14409,
" 5438": 14410,
" 6542": 14411,
" 4044": 14412,
" 3440": 14413,
" 7401": 14414,
" 3011": 14415,
" 5268": 14416,
" 2657": 14417,
" 4223": 14418,
" 2718": 14419,
" 3127": 14420,
" 5827": 14421,
" 5528": 14422,
" 2957": 14423,
" 2790": 14424,
" 3752": 14425,
" 3756": 14426,
" 3920": 14427,
" 2221": 14428,
" 5483": 14429,
" 6673": 14430,
" 3030": 14431,
" 2923": 14432,
" 6608": 14433,
" 8854": 14434,
" 8864": 14435,
" 6339": 14436,
" 6515": 14437,
" 3844": 14438,
" 9136": 14439,
" 3072": 14440,
"10668": 14441,
" 3420": 14442,
" 4575": 14443,
"10711": 14444,
" 8265": 14445,
" 5096": 14446,
" 4492": 14447,
" 3697": 14448,
" 3606": 14449,
" 8255": 14450,
" 9296": 14451,
" 3749": 14452,
" 4609": 14453,
" 2506": 14454,
" 2778": 14455,
" 2513": 14456,
" 3207": 14457,
"11950": 14458,
" 6610": 14459,
" 4826": 14460,
" 7342": 14461,
" 6062": 14462,
" 7114": 14463,
" 5494": 14464,
" 5500": 14465,
" 6832": 14466,
" 3407": 14467,
" 3768": 14468,
" 2446": 14469,
" 8495": 14470,
" 4895": 14471,
" 4950": 14472,
" 4932": 14473,
" 2141": 14474,
" 3939": 14475,
" 4090": 14476,
" 2939": 14477,
" 4033": 14478,
" 3489": 14479,
" 3971": 14480,
" 9281": 14481,
" 5486": 14482,
" 5229": 14483,
" 4787": 14484,
" 3178": 14485,
" 4386": 14486,
"10391": 14487,
" 6027": 14488,
" 6043": 14489,
" 6442": 14490,
" 3169": 14491,
"10834": 14492,
" 4828": 14493,
" 4803": 14494,
" 2878": 14495,
" 2892": 14496,
" 3958": 14497,
" 3024": 14498,
" 4508": 14499,
" 2884": 14500,
" 2888": 14501,
" 4594": 14502,
" 3612": 14503,
"11047": 14504,
" 2661": 14505,
" 9744": 14506,
" 5221": 14507,
" 4086": 14508,
" 2842": 14509,
" 7312": 14510,
" 6670": 14511,
" 4827": 14512,
" 4317": 14513,
" 3253": 14514,
" 4766": 14515,
" 8029": 14516,
" 3047": 14517,
" 2948": 14518,
" 4772": 14519,
" 7098": 14520,
" 4277": 14521,
" 5066": 14522,
" 4030": 14523,
" 4051": 14524,
"10494": 14525,
" 3271": 14526,
" 5990": 14527,
" 2891": 14528,
" 5525": 14529,
" 6042": 14530,
" 4845": 14531,
" 4917": 14532,
" 2519": 14533,
" 2987": 14534,
" 4039": 14535,
" 4487": 14536,
" 3095": 14537,
" 3005": 14538,
" 3705": 14539,
" 4250": 14540,
" 3886": 14541,
" 2682": 14542,
" 5680": 14543,
" 5681": 14544,
" 5386": 14545,
" 4058": 14546,
" 5175": 14547,
" 4561": 14548,
" 4040": 14549,
" 4735": 14550,
" 8689": 14551,
" 5062": 14552,
" 2611": 14553,
" 5421": 14554,
" 4020": 14555,
" 2809": 14556,
" 6198": 14557,
" 5315": 14558,
"12321": 14559,
" 3968": 14560,
" 4236": 14561,
" 4742": 14562,
" 5169": 14563,
" 3782": 14564,
" 2979": 14565,
"11268": 14566,
" 2267": 14567,
" 4986": 14568,
" 4978": 14569,
" 4025": 14570,
" 2901": 14571,
" 3236": 14572,
"10478": 14573,
" 6856": 14574,
" 2712": 14575,
" 4782": 14576,
" 2861": 14577,
" 2869": 14578,
" 4568": 14579,
"10219": 14580,
" 6490": 14581,
" 3718": 14582,
" 2586": 14583,
" 3894": 14584,
" 4209": 14585,
" 4072": 14586,
" 4056": 14587,
" 4807": 14588,
" 2445": 14589,
" 5756": 14590,
" 4955": 14591,
" 9346": 14592,
" 3251": 14593,
" 4134": 14594,
"14129": 14595,
" 5108": 14596,
"12674": 14597,
"11498": 14598,
" 3240": 14599,
" 7531": 14600,
" 2628": 14601,
" 6913": 14602,
" 2729": 14603,
" 3994": 14604,
" 3228": 14605,
" 6661": 14606,
" 5474": 14607,
" 5475": 14608,
" 4175": 14609,
" 5482": 14610,
" 4377": 14611,
" 3415": 14612,
" 3693": 14613,
" 7638": 14614,
" 5269": 14615,
" 5264": 14616,
" 6227": 14617,
" 4401": 14618,
" 6238": 14619,
" 6265": 14620,
" 3634": 14621,
" 5927": 14622,
" 4370": 14623,
" 3845": 14624,
" 5952": 14625,
" 7871": 14626,
" 5353": 14627,
" 5366": 14628,
" 5157": 14629,
" 3922": 14630,
"12159": 14631,
"13048": 14632,
"14219": 14633,
" 4304": 14634,
" 4493": 14635,
" 6429": 14636,
"11893": 14637,
" 4855": 14638,
" 6063": 14639,
" 6087": 14640,
"11401": 14641,
" 3032": 14642,
" 8399": 14643,
" 6613": 14644,
" 4335": 14645,
" 5122": 14646,
" 5563": 14647,
"29149": 14648,
" 4790": 14649,
" 6531": 14650,
" 4206": 14651,
" 4182": 14652,
" 2607": 14653,
" 3883": 14654,
" 5399": 14655,
" 9171": 14656,
" 5452": 14657,
"11464": 14658,
" 6411": 14659,
" 6435": 14660,
" 4432": 14661,
" 3598": 14662,
" 8682": 14663,
" 6687": 14664,
" 6472": 14665,
" 6781": 14666,
" 4658": 14667,
" 2548": 14668,
" 3501": 14669,
" 3715": 14670,
" 3434": 14671,
" 4424": 14672,
" 4110": 14673,
" 6749": 14674,
" 5209": 14675,
"11139": 14676,
" 3822": 14677,
" 8611": 14678,
" 5351": 14679,
" 8015": 14680,
" 6637": 14681,
" 6632": 14682,
" 4721": 14683,
" 7883": 14684,
" 3010": 14685,
"15957": 14686,
" 6724": 14687,
" 7285": 14688,
" 3272": 14689,
" 4008": 14690,
" 4603": 14691,
" 3417": 14692,
" 2912": 14693,
" 9041": 14694,
" 3045": 14695,
" 4646": 14696,
" 4647": 14697,
" 4084": 14698,
" 9381": 14699,
" 5723": 14700,
" 9847": 14701,
" 7909": 14702,
" 3763": 14703,
" 6865": 14704,
" 5578": 14705,
" 3231": 14706,
"10535": 14707,
" 4962": 14708,
" 8501": 14709,
" 3424": 14710,
" 5181": 14711,
" 2359": 14712,
" 5728": 14713,
" 8996": 14714,
" 6314": 14715,
" 2816": 14716,
" 4992": 14717,
" 2820": 14718,
" 3241": 14719,
" 3613": 14720,
" 2713": 14721,
" 4088": 14722,
"11645": 14723,
" 5539": 14724,
" 3817": 14725,
" 3491": 14726,
" 5328": 14727,
" 5659": 14728,
" 6026": 14729,
" 3977": 14730,
" 2954": 14731,
"11118": 14732,
" 5744": 14733,
" 2493": 14734,
" 5271": 14735,
" 5282": 14736,
" 4327": 14737,
" 6878": 14738,
" 3114": 14739,
" 6073": 14740,
"10957": 14741,
" 7419": 14742,
" 3196": 14743,
" 3985": 14744,
" 9399": 14745,
"11868": 14746,
" 3476": 14747,
"11370": 14748,
" 6778": 14749,
" 7241": 14750,
"13211": 14751,
" 8843": 14752,
" 4524": 14753,
" 6609": 14754,
" 6597": 14755,
" 6071": 14756,
" 3791": 14757,
" 4781": 14758,
" 2819": 14759,
" 3867": 14760,
"10318": 14761,
" 8323": 14762,
" 4680": 14763,
" 9874": 14764,
" 5557": 14765,
" 5704": 14766,
" 6299": 14767,
" 3563": 14768,
" 8363": 14769,
" 4094": 14770,
" 4607": 14771,
" 4641": 14772,
" 4187": 14773,
" 4162": 14774,
" 4202": 14775,
" 7120": 14776,
" 3319": 14777,
" 3618": 14778,
" 3933": 14779,
" 2710": 14780,
" 3937": 14781,
" 3931": 14782,
"12161": 14783,
" 5334": 14784,
" 5327": 14785,
" 3950": 14786,
" 3754": 14787,
" 4171": 14788,
" 3404": 14789,
"11877": 14790,
" 6295": 14791,
" 6294": 14792,
" 3966": 14793,
" 5813": 14794,
" 9201": 14795,
" 2889": 14796,
" 4095": 14797,
" 3070": 14798,
" 7689": 14799,
" 3728": 14800,
" 5045": 14801,
" 5526": 14802,
" 3343": 14803,
" 3158": 14804,
" 4502": 14805,
"10693": 14806,
" 3632": 14807,
" 3681": 14808,
" 3917": 14809,
" 4384": 14810,
" 8675": 14811,
" 6833": 14812,
" 4546": 14813,
" 6111": 14814,
" 6125": 14815,
" 3068": 14816,
"10770": 14817,
" 3242": 14818,
" 7719": 14819,
" 5219": 14820,
" 6333": 14821,
" 4076": 14822,
" 4068": 14823,
" 3848": 14824,
" 3842": 14825,
"20763": 14826,
" 2074": 14827,
" 2895": 14828,
"13199": 14829,
" 3257": 14830,
" 7856": 14831,
" 3459": 14832,
" 4654": 14833,
" 3869": 14834,
" 2562": 14835,
" 3569": 14836,
" 4610": 14837,
" 2836": 14838,
" 7478": 14839,
" 3223": 14840,
"13124": 14841,
" 3719": 14842,
" 4343": 14843,
" 4083": 14844,
" 7041": 14845,
"12439": 14846,
" 4406": 14847,
" 3533": 14848,
" 3199": 14849,
" 4530": 14850,
" 5657": 14851,
" 3630": 14852,
" 4352": 14853,
" 4360": 14854,
" 5104": 14855,
" 6874": 14856,
" 4614": 14857,
" 2981": 14858,
" 2563": 14859,
" 3397": 14860,
" 3322": 14861,
" 2187": 14862,
"11750": 14863,
" 6606": 14864,
" 3395": 14865,
" 3162": 14866,
" 4121": 14867,
" 3686": 14868,
" 5971": 14869,
" 5838": 14870,
" 8810": 14871,
" 4723": 14872,
" 3712": 14873,
" 3898": 14874,
"10100": 14875,
" 5193": 14876,
" 7142": 14877,
" 3828": 14878,
" 4613": 14879,
" 3670": 14880,
" 3442": 14881,
" 4506": 14882,
" 6105": 14883,
" 5115": 14884,
"11652": 14885,
" 4379": 14886,
" 4324": 14887,
"10032": 14888,
" 3850": 14889,
" 6354": 14890,
" 6408": 14891,
"16185": 14892,
" 4141": 14893,
" 4137": 14894,
" 6466": 14895,
" 5815": 14896,
" 2453": 14897,
" 4924": 14898,
" 5133": 14899,
" 5397": 14900,
" 2553": 14901,
" 5183": 14902,
" 2677": 14903,
" 2666": 14904,
" 2994": 14905,
" 4860": 14906,
" 4856": 14907,
" 5738": 14908,
"16968": 14909,
" 8197": 14910,
" 6120": 14911,
" 6121": 14912,
"10552": 14913,
" 3952": 14914,
" 5853": 14915,
" 5534": 14916,
" 3210": 14917,
" 2769": 14918,
" 2529": 14919,
" 3328": 14920,
" 5846": 14921,
" 3388": 14922,
" 4711": 14923,
" 3189": 14924,
" 7632": 14925,
" 4479": 14926,
" 2294": 14927,
" 3009": 14928,
" 8745": 14929,
" 6038": 14930,
" 4601": 14931,
" 4081": 14932,
" 4085": 14933,
" 3638": 14934,
" 7881": 14935,
" 3903": 14936,
" 3268": 14937,
" 3118": 14938,
" 6129": 14939,
"15568": 14940,
" 3852": 14941,
" 3846": 14942,
" 6180": 14943,
" 4059": 14944,
"14077": 14945,
" 5497": 14946,
"12021": 14947,
" 6458": 14948,
" 2952": 14949,
" 4547": 14950,
" 7219": 14951,
" 3002": 14952,
" 6037": 14953,
" 4075": 14954,
" 2843": 14955,
" 7912": 14956,
" 7917": 14957,
" 5519": 14958,
" 5522": 14959,
" 6114": 14960,
" 6986": 14961,
" 7006": 14962,
" 4998": 14963,
"14087": 14964,
" 7618": 14965,
" 1953": 14966,
" 4279": 14967,
" 4971": 14968,
" 2960": 14969,
" 2793": 14970,
"10723": 14971,
" 4151": 14972,
" 4345": 14973,
" 1919": 14974,
" 5039": 14975,
" 3974": 14976,
" 7272": 14977,
" 4166": 14978,
" 4605": 14979,
" 4611": 14980,
" 4627": 14981,
"12466": 14982,
" 2840": 14983,
"11672": 14984,
" 3965": 14985,
" 3505": 14986,
" 4899": 14987,
" 3747": 14988,
" 5138": 14989,
"11720": 14990,
" 7434": 14991,
" 3542": 14992,
" 6823": 14993,
" 3083": 14994,
" 4634": 14995,
" 4640": 14996,
" 9004": 14997,
" 3517": 14998,
" 5177": 14999,
" 4536": 15000,
" 6946": 15001,
" 8938": 15002,
" 4127": 15003,
" 2771": 15004,
" 6182": 15005,
" 3742": 15006,
"12046": 15007,
" 4351": 15008,
" 4678": 15009,
" 5689": 15010,
" 3771": 15011,
" 6871": 15012,
" 5956": 15013,
" 5067": 15014,
" 5387": 15015,
" 7771": 15016,
" 3611": 15017,
" 8250": 15018,
" 7940": 15019,
" 3761": 15020,
"12310": 15021,
" 4615": 15022,
" 3537": 15023,
" 6478": 15024,
" 4458": 15025,
" 4452": 15026,
" 4163": 15027,
" 3462": 15028,
" 7759": 15029,
" 6178": 15030,
" 3066": 15031,
" 4225": 15032,
" 7756": 15033,
"13380": 15034,
" 6146": 15035,
" 2673": 15036,
" 4890": 15037,
" 4596": 15038,
" 4631": 15039,
" 3057": 15040,
" 4916": 15041,
" 5201": 15042,
" 3881": 15043,
" 7256": 15044,
" 3139": 15045,
" 2194": 15046,
" 3740": 15047,
" 4098": 15048,
" 4548": 15049,
" 5576": 15050,
"10493": 15051,
" 3539": 15052,
" 3806": 15053,
" 6596": 15054,
" 3900": 15055,
"12059": 15056,
" 9853": 15057,
" 4053": 15058,
" 7832": 15059,
" 2882": 15060,
" 5137": 15061,
" 2570": 15062,
"10508": 15063,
" 3899": 15064,
"11925": 15065,
" 3050": 15066,
" 3667": 15067,
" 3224": 15068,
" 3232": 15069,
" 5097": 15070,
" 4115": 15071,
" 8654": 15072,
" 4179": 15073,
" 5298": 15074,
" 4252": 15075,
" 9990": 15076,
" 5752": 15077,
" 3314": 15078,
" 5310": 15079,
" 4281": 15080,
" 4170": 15081,
" 5324": 15082,
" 3783": 15083,
" 5184": 15084,
" 6672": 15085,
" 2745": 15086,
" 2670": 15087,
" 4553": 15088,
" 3788": 15089,
" 5441": 15090,
" 3260": 15091,
" 3380": 15092,
" 2724": 15093,
" 4423": 15094,
" 4022": 15095,
" 8301": 15096,
" 7860": 15097,
" 7326": 15098,
" 4073": 15099,
" 4942": 15100,
" 4939": 15101,
" 3651": 15102,
" 4177": 15103,
" 3037": 15104,
"10854": 15105,
" 7133": 15106,
" 4963": 15107,
" 5793": 15108,
" 5432": 15109,
"10746": 15110,
" 9334": 15111,
" 5527": 15112,
" 3936": 15113,
" 3282": 15114,
" 3698": 15115,
" 3554": 15116,
" 7028": 15117,
" 3067": 15118,
" 2456": 15119,
" 4392": 15120,
" 7331": 15121,
" 4774": 15122,
" 3423": 15123,
" 2709": 15124,
"12733": 15125,
" 8694": 15126,
" 4460": 15127,
" 6077": 15128,
" 3480": 15129,
" 4966": 15130,
" 4991": 15131,
" 6010": 15132,
" 4302": 15133,
" 3622": 15134,
" 5312": 15135,
" 3587": 15136,
"12683": 15137,
" 4928": 15138,
" 2380": 15139,
" 4027": 15140,
" 3851": 15141,
" 4906": 15142,
" 5847": 15143,
" 3916": 15144,
" 7850": 15145,
" 7841": 15146,
" 4532": 15147,
" 5711": 15148,
" 3212": 15149,
" 2512": 15150,
" 2825": 15151,
" 4145": 15152,
" 5770": 15153,
" 4168": 15154,
" 3774": 15155,
" 6775": 15156,
" 4002": 15157,
" 5591": 15158,
" 5043": 15159,
" 7824": 15160,
" 3564": 15161,
" 5300": 15162,
" 3194": 15163,
" 8911": 15164,
"12037": 15165,
" 4753": 15166,
" 3531": 15167,
" 5155": 15168,
" 5156": 15169,
" 3140": 15170,
" 4227": 15171,
" 7175": 15172,
" 2307": 15173,
" 7115": 15174,
" 4922": 15175,
" 4655": 15176,
" 4796": 15177,
" 7237": 15178,
" 6700": 15179,
" 9119": 15180,
" 8821": 15181,
" 4717": 15182,
" 5492": 15183,
" 2904": 15184,
" 3018": 15185,
" 6256": 15186,
" 9347": 15187,
" 2533": 15188,
"12731": 15189,
" 4659": 15190,
" 6122": 15191,
" 2109": 15192,
"10662": 15193,
"10107": 15194,
" 5401": 15195,
" 5449": 15196,
" 3692": 15197,
" 4967": 15198,
" 5093": 15199,
" 9570": 15200,
" 5477": 15201,
" 5544": 15202,
"14514": 15203,
" 9443": 15204,
" 5736": 15205,
" 4984": 15206,
" 4310": 15207,
" 4342": 15208,
"11364": 15209,
" 5719": 15210,
" 5031": 15211,
"10868": 15212,
" 5162": 15213,
" 5720": 15214,
" 4466": 15215,
" 4176": 15216,
" 4694": 15217,
" 6575": 15218,
" 3856": 15219,
"13737": 15220,
" 6559": 15221,
" 3447": 15222,
" 4902": 15223,
" 4907": 15224,
" 2870": 15225,
" 4824": 15226,
"13580": 15227,
" 4237": 15228,
" 4847": 15229,
"15166": 15230,
" 2691": 15231,
" 3129": 15232,
" 5233": 15233,
" 5223": 15234,
" 2933": 15235,
" 6879": 15236,
" 5443": 15237,
" 2590": 15238,
" 2310": 15239,
" 6762": 15240,
" 7615": 15241,
"10881": 15242,
"13500": 15243,
" 5051": 15244,
" 6012": 15245,
" 4936": 15246,
" 4786": 15247,
" 4985": 15248,
" 9031": 15249,
" 5292": 15250,
" 4230": 15251,
" 7327": 15252,
"12798": 15253,
" 2961": 15254,
" 5274": 15255,
" 3352": 15256,
" 2532": 15257,
" 5037": 15258,
" 4349": 15259,
" 4373": 15260,
" 3243": 15261,
" 5715": 15262,
"10747": 15263,
" 9001": 15264,
" 3704": 15265,
" 5634": 15266,
" 8320": 15267,
" 4388": 15268,
" 3665": 15269,
" 6573": 15270,
" 2918": 15271,
"12768": 15272,
" 4380": 15273,
" 6639": 15274,
" 3090": 15275,
" 6068": 15276,
" 2908": 15277,
" 4431": 15278,
" 4325": 15279,
" 4341": 15280,
" 4713": 15281,
"10625": 15282,
"11848": 15283,
" 6100": 15284,
" 7210": 15285,
" 3146": 15286,
" 3926": 15287,
" 6704": 15288,
" 5892": 15289,
" 6151": 15290,
"11005": 15291,
" 4203": 15292,
" 7811": 15293,
" 7399": 15294,
" 6527": 15295,
" 6815": 15296,
" 6786": 15297,
" 6785": 15298,
" 4160": 15299,
" 3981": 15300,
" 7173": 15301,
" 4701": 15302,
" 3205": 15303,
" 4295": 15304,
" 4427": 15305,
" 6921": 15306,
" 4456": 15307,
" 3093": 15308,
" 4194": 15309,
"11581": 15310,
"10512": 15311,
" 6345": 15312,
" 4359": 15313,
" 7128": 15314,
" 7199": 15315,
" 6827": 15316,
" 2854": 15317,
" 3245": 15318,
" 3354": 15319,
" 4106": 15320,
" 4633": 15321,
" 4217": 15322,
" 4885": 15323,
" 6358": 15324,
" 6499": 15325,
" 8915": 15326,
" 2942": 15327,
"10919": 15328,
" 3377": 15329,
" 6412": 15330,
" 3660": 15331,
" 6310": 15332,
" 4019": 15333,
"11906": 15334,
" 7308": 15335,
" 6273": 15336,
" 7588": 15337,
" 6634": 15338,
" 4433": 15339,
" 5391": 15340,
" 5702": 15341,
" 5706": 15342,
" 5465": 15343,
" give": 15344,
"given": 15345,
" task": 15346,
" must": 15347,
"nerat": 15348,
"erate": 15349,
"ailed": 15350,
"Write": 15351,
"tabbe": 15352,
"abbed": 15353,
"Title": 15354,
" Susp": 15355,
"Suspe": 15356,
" Murd": 15357,
"Murde": 15358,
"uctio": 15359,
"seemi": 15360,
"eemin": 15361,
"eming": 15362,
"mingl": 15363,
" took": 15364,
" dinn": 15365,
"dinne": 15366,
" coup": 15367,
"coupl": 15368,
"ouple": 15369,
"tabbi": 15370,
"abbin": 15371,
"bbing": 15372,
"oriti": 15373,
"ritie": 15374,
" horr": 15375,
"horri": 15376,
"orrif": 15377,
"rrifi": 15378,
"rific": 15379,
" into": 15380,
"chill": 15381,
"hilli": 15382,
"illin": 15383,
"lling": 15384,
" plac": 15385,
"place": 15386,
" unfo": 15387,
"unfol": 15388,
"nfold": 15389,
" they": 15390,
" shar": 15391,
" conv": 15392,
" appr": 15393,
"appro": 15394,
"safet": 15395,
"afety": 15396,
"assai": 15397,
"ssail": 15398,
"saila": 15399,
"ailan": 15400,
"ilant": 15401,
"viole": 15402,
"iolen": 15403,
"servi": 15404,
"ervic": 15405,
"rvice": 15406,
"rived": 15407,
" near": 15408,
" rema": 15409,
"remai": 15410,
"emain": 15411,
"ighti": 15412,
"ghtin": 15413,
" inve": 15414,
"inves": 15415,
"nvest": 15416,
"vesti": 15417,
"estig": 15418,
"stiga": 15419,
"tigat": 15420,
"igati": 15421,
"gatio": 15422,
"ature": 15423,
" brut": 15424,
"bruta": 15425,
"rutal": 15426,
"orted": 15427,
" sens": 15428,
"sense": 15429,
"ensel": 15430,
"nsele": 15431,
"seles": 15432,
"eless": 15433,
"rough": 15434,
"minal": 15435,
"playe": 15436,
" form": 15437,
" hear": 15438,
"deter": 15439,
"eterm": 15440,
"termi": 15441,
"ermin": 15442,
"enten": 15443,
"ntenc": 15444,
"tence": 15445,
"espon": 15446,
"spons": 15447,
"ponse": 15448,
"eside": 15449,
"siden": 15450,
"where": 15451,
" occu": 15452,
"occur": 15453,
"ccurr": 15454,
"curre": 15455,
"urred": 15456,
"memor": 15457,
"orate": 15458,
" happ": 15459,
"happe": 15460,
"appen": 15461,
"round": 15462,
"menta": 15463,
"ental": 15464,
"actio": 15465,
" prev": 15466,
"preve": 15467,
"reven": 15468,
" futu": 15469,
"futur": 15470,
"uture": 15471,
" grie": 15472,
" fund": 15473,
"ising": 15474,
"iving": 15475,
"recov": 15476,
"ecove": 15477,
"minat": 15478,
"inati": 15479,
"ering": 15480,
" foll": 15481,
"follo": 15482,
" debu": 15483,
"debut": 15484,
" birt": 15485,
"birth": 15486,
"tyear": 15487,
" fina": 15488,
"final": 15489,
" heig": 15490,
"heigh": 15491,
" Wall": 15492,
"areaO": 15493,
"reaOf": 15494,
"eaOfL": 15495,
"aOfLa": 15496,
"OfLan": 15497,
"fLand": 15498,
"pulat": 15499,
"ulati": 15500,
"tionD": 15501,
"ionDe": 15502,
"onDen": 15503,
"nDens": 15504,
"Densi": 15505,
"ensit": 15506,
"nsity": 15507,
"inhab": 15508,
"nhabi": 15509,
"abita": 15510,
"bitan": 15511,
"itant": 15512,
"tants": 15513,
" Bern": 15514,
"Berna": 15515,
"ernal": 15516,
"rnali": 15517,
"nalil": 15518,
"alill": 15519,
"lillo": 15520,
" Coun": 15521,
"Count": 15522,
"ounty": 15523,
"areaT": 15524,
"reaTo": 15525,
"eaTot": 15526,
"aTota": 15527,
"Total": 15528,
"Arbit": 15529,
"serie": 15530,
"eries": 15531,
" mill": 15532,
"milli": 15533,
"illio": 15534,
"llion": 15535,
"lions": 15536,
"contr": 15537,
"ontra": 15538,
"ntrac": 15539,
"racts": 15540,
" Silv": 15541,
"Silve": 15542,
"ilver": 15543,
"Green": 15544,
"reenb": 15545,
"eenbe": 15546,
"enber": 15547,
"nberg": 15548,
" Cork": 15549,
"Corke": 15550,
"orker": 15551,
"rkery": 15552,
"icans": 15553,
" most": 15554,
"court": 15555,
" card": 15556,
" busi": 15557,
"busin": 15558,
"usine": 15559,
"sines": 15560,
"endin": 15561,
" Update": 15562,
"Updated": 15563,
" downlo": 15564,
"downloa": 15565,
"ownload": 15566,
" versio": 15567,
"version": 15568,
" usuall": 15569,
"usually": 15570,
" recogn": 15571,
"recogni": 15572,
"ecogniz": 15573,
"cognize": 15574,
" emotio": 15575,
"emotion": 15576,
"motions": 15577,
" decisi": 15578,
"decisio": 15579,
"ecision": 15580,
" profes": 15581,
"profess": 15582,
"rofessi": 15583,
"ofessio": 15584,
"fession": 15585,
"essiona": 15586,
"ssional": 15587,
" painfu": 15588,
"painful": 15589,
" gently": 15590,
" honest": 15591,
" Parent": 15592,
" choose": 15593,
" consul": 15594,
"consult": 15595,
" member": 15596,
"members": 15597,
" clergy": 15598,
" adults": 15599,
" resolv": 15600,
"resolve": 15601,
" family": 15602,
"ndicate": 15603,
" evalua": 15604,
"evaluat": 15605,
" useful": 15606,
" grades": 15607,
" despit": 15608,
"despite": 15609,
" trying": 15610,
"anxiety": 15611,
" refusa": 15612,
"refusal": 15613,
"physica": 15614,
"hysical": 15615,
" compla": 15616,
"complai": 15617,
"omplain": 15618,
"mplaint": 15619,
"plaints": 15620,
" Hypera": 15621,
"Hyperac": 15622,
"yperact": 15623,
"peracti": 15624,
"eractiv": 15625,
"ractivi": 15626,
"ctivity": 15627,
" fidget": 15628,
"fidgeti": 15629,
"idgetin": 15630,
"dgeting": 15631,
" consta": 15632,
"constan": 15633,
"onstant": 15634,
" moveme": 15635,
"movemen": 15636,
"ovement": 15637,
" playin": 15638,
"playing": 15639,
" paying": 15640,
" attent": 15641,
"attenti": 15642,
"ttentio": 15643,
"tention": 15644,
" disobe": 15645,
"disobed": 15646,
"isobedi": 15647,
"sobedie": 15648,
"obedien": 15649,
"bedienc": 15650,
"edience": 15651,
" provoc": 15652,
"provoca": 15653,
"rovocat": 15654,
"ovocati": 15655,
"vocativ": 15656,
"ocative": 15657,
" figure": 15658,
"figures": 15659,
" unexpl": 15660,
"unexpla": 15661,
"nexplai": 15662,
"explain": 15663,
"xplaina": 15664,
"plainab": 15665,
"lainabl": 15666,
"ainable": 15667,
" temper": 15668,
" tantru": 15669,
"tantrum": 15670,
"antrums": 15671,
"Threate": 15672,
"hreaten": 15673,
"reatens": 15674,
" onesel": 15675,
"oneself": 15676,
" declin": 15677,
"decline": 15678,
" Inabil": 15679,
"Inabili": 15680,
"nabilit": 15681,
" change": 15682,
"changes": 15683,
" eating": 15684,
" habits": 15685,
" Extrem": 15686,
"Extreme": 15687,
"ficulti": 15688,
"icultie": 15689,
"culties": 15690,
" concen": 15691,
"concent": 15692,
"oncentr": 15693,
"ncentra": 15694,
"centrat": 15695,
"entrati": 15696,
"ntratin": 15697,
"trating": 15698,
" Sexual": 15699,
" acting": 15700,
" Depres": 15701,
"Depress": 15702,
" sustai": 15703,
"sustain": 15704,
"ustaine": 15705,
"stained": 15706,
" prolon": 15707,
"prolong": 15708,
"rolonge": 15709,
"olonged": 15710,
" negati": 15711,
"negativ": 15712,
"egative": 15713,
" attitu": 15714,
"attitud": 15715,
"ttitude": 15716,
" appeti": 15717,
"appetit": 15718,
"ppetite": 15719,
" swings": 15720,
" Strong": 15721,
" worrie": 15722,
"worries": 15723,
"anxieti": 15724,
"nxietie": 15725,
"xieties": 15726,
" social": 15727,
"sociali": 15728,
"ocializ": 15729,
"cializi": 15730,
"ializin": 15731,
"alizing": 15732,
" alcoho": 15733,
"alcohol": 15734,
" Intens": 15735,
"Intense": 15736,
" becomi": 15737,
"becomin": 15738,
"ecoming": 15739,
" relati": 15740,
"relatio": 15741,
"elation": 15742,
"lations": 15743,
"ationsh": 15744,
"tionshi": 15745,
"ionship": 15746,
" actual": 15747,
" excess": 15748,
"excessi": 15749,
"xcessiv": 15750,
"cessive": 15751,
" dietin": 15752,
"dieting": 15753,
" throwi": 15754,
"throwin": 15755,
"hrowing": 15756,
" laxati": 15757,
"laxativ": 15758,
"axative": 15759,
"xatives": 15760,
"Threats": 15761,
" destru": 15762,
"destruc": 15763,
"estruct": 15764,
"tructiv": 15765,
"ructive": 15766,
" outbur": 15767,
"outburs": 15768,
"utburst": 15769,
"tbursts": 15770,
" threat": 15771,
"threats": 15772,
" Aggres": 15773,
"Aggress": 15774,
" consis": 15775,
"consist": 15776,
"onsiste": 15777,
"nsisten": 15778,
" violat": 15779,
"violati": 15780,
"iolatio": 15781,
"olation": 15782,
" truanc": 15783,
"truancy": 15784,
" thefts": 15785,
" vandal": 15786,
"vandali": 15787,
"andalis": 15788,
"ndalism": 15789,
" Strang": 15790,
"Strange": 15791,
" belief": 15792,
"beliefs": 15793,
" unusua": 15794,
"unusual": 15795,
"haviors": 15796,
" Compre": 15797,
"Compreh": 15798,
"prehens": 15799,
"rehensi": 15800,
"ehensiv": 15801,
"hensive": 15802,
" Evalua": 15803,
"Evaluat": 15804,
" Middle": 15805,
" Beyond": 15806,
" Defini": 15807,
"Definit": 15808,
"efiniti": 15809,
"finitio": 15810,
"inition": 15811,
" repres": 15812,
"represe": 15813,
"epresen": 15814,
"resents": 15815,
"atrists": 15816,
" additi": 15817,
"additio": 15818,
" traini": 15819,
"trainin": 15820,
"raining": 15821,
"general": 15822,
" distri": 15823,
"distrib": 15824,
"istribu": 15825,
"stribut": 15826,
"tribute": 15827,
"ributed": 15828,
" copies": 15829,
" educat": 15830,
"educati": 15831,
"ducatio": 15832,
"ucation": 15833,
"cationa": 15834,
"ational": 15835,
" permis": 15836,
"permiss": 15837,
"ermissi": 15838,
"rmissio": 15839,
"mission": 15840,
" cannot": 15841,
"include": 15842,
"ncluded": 15843,
" materi": 15844,
"materia": 15845,
"aterial": 15846,
"resente": 15847,
"esented": 15848,
" profit": 15849,
" viewed": 15850,
" printe": 15851,
"printed": 15852,
" duplic": 15853,
"duplica": 15854,
"uplicat": 15855,
"plicate": 15856,
"licated": 15857,
" posted": 15858,
" consen": 15859,
"consent": 15860,
" Organi": 15861,
"Organiz": 15862,
"rganiza": 15863,
"ganizat": 15864,
"anizati": 15865,
"nizatio": 15866,
"ization": 15867,
"zations": 15868,
" permit": 15869,
"permitt": 15870,
"ermitte": 15871,
"rmitted": 15872,
"estions": 15873,
" contac": 15874,
"contact": 15875,
"ommunic": 15876,
"mmunica": 15877,
"municat": 15878,
"unicati": 15879,
"nicatio": 15880,
"ication": 15881,
"cations": 15882,
" Market": 15883,
"Marketi": 15884,
"arketin": 15885,
"rketing": 15886,
" Coordi": 15887,
"Coordin": 15888,
"oordina": 15889,
"ordinat": 15890,
"rdinato": 15891,
"dinator": 15892,
" immedi": 15893,
"immedia": 15894,
"mmediat": 15895,
"mediate": 15896,
"sistanc": 15897,
"istance": 15898,
"Copyrig": 15899,
"opyrigh": 15900,
"pyright": 15901,
"Previou": 15902,
"revious": 15903,
"Session": 15904,
" Inters": 15905,
"Interst": 15906,
" Medium": 15907,
"Display": 15908,
" sessio": 15909,
"session": 15910,
" explos": 15911,
"explosi": 15912,
"xplosio": 15913,
"plosion": 15914,
"losions": 15915,
" inters": 15916,
"interst": 15917,
" spiral": 15918,
" blowou": 15919,
"blowout": 15920,
" probab": 15921,
"probabl": 15922,
"robably": 15923,
" moment": 15924,
"momentu": 15925,
"omentum": 15926,
" acquir": 15927,
"acquire": 15928,
"cquired": 15929,
" pressu": 15930,
"pressur": 15931,
"ressuri": 15932,
"essuriz": 15933,
"ssurize": 15934,
"surized": 15935,
"xpansio": 15936,
"pansion": 15937,
" bubble": 15938,
" snowpl": 15939,
"snowplo": 15940,
"nowplow": 15941,
"owplows": 15942,
" diamet": 15943,
"diamete": 15944,
"iameter": 15945,
"differs": 15946,
" standa": 15947,
"standar": 15948,
"tandard": 15949,
" origin": 15950,
" multip": 15951,
"multipl": 15952,
"ultiple": 15953,
" supern": 15954,
"superno": 15955,
"upernov": 15956,
"pernova": 15957,
"ernovae": 15958,
" radiat": 15959,
"radiati": 15960,
"adiativ": 15961,
"diative": 15962,
" coolin": 15963,
"cooling": 15964,
" evapor": 15965,
"evapora": 15966,
"vaporat": 15967,
"aporati": 15968,
"porativ": 15969,
"orative": 15970,
" losses": 15971,
" Eviden": 15972,
"Evidenc": 15973,
"vidence": 15974,
" energi": 15975,
"energie": 15976,
"nergies": 15977,
"summari": 15978,
"ummariz": 15979,
"mmarize": 15980,
"marized": 15981,
" obviou": 15982,
"obvious": 15983,
" centra": 15984,
"central": 15985,
" remnan": 15986,
"remnant": 15987,
"emnants": 15988,
" althou": 15989,
"althoug": 15990,
" suffic": 15991,
"suffici": 15992,
"ufficie": 15993,
"fficien": 15994,
"ficient": 15995,
"icientl": 15996,
"ciently": 15997,
" detect": 15998,
"expecte": 15999,
"xpected": 16000,
" freque": 16001,
"frequen": 16002,
"requenc": 16003,
"equency": 16004,
"Program": 16005,
" listin": 16006,
"listing": 16007,
"Questio": 16008,
"fferent": 16009,
" unipol": 16010,
"unipola": 16011,
"nipolar": 16012,
" typica": 16013,
"typical": 16014,
"ypicall": 16015,
"pically": 16016,
" associ": 16017,
"associa": 16018,
"ssociat": 16019,
"sociate": 16020,
"ociated": 16021,
" illnes": 16022,
"illness": 16023,
"llnesse": 16024,
"lnesses": 16025,
"essions": 16026,
"fferenc": 16027,
"ference": 16028,
" people": 16029,
" period": 16030,
"periods": 16031,
" elevat": 16032,
"elevati": 16033,
"levatio": 16034,
"evation": 16035,
" severe": 16036,
" irrita": 16037,
"irritab": 16038,
"rritabi": 16039,
"ritabil": 16040,
"itabili": 16041,
" hypoma": 16042,
"hypoman": 16043,
"ypomani": 16044,
"pomanic": 16045,
" Action": 16046,
" essent": 16047,
"essenti": 16048,
"ssentia": 16049,
"sential": 16050,
" addres": 16051,
"address": 16052,
"ddresse": 16053,
"dresses": 16054,
" econom": 16055,
"economi": 16056,
"conomic": 16057,
" equity": 16058,
"expecta": 16059,
" agenda": 16060,
" resour": 16061,
"resourc": 16062,
"esource": 16063,
"sources": 16064,
" founda": 16065,
"foundat": 16066,
"oundati": 16067,
"undatio": 16068,
"ndation": 16069,
"rsonali": 16070,
"sonaliz": 16071,
"onalize": 16072,
"nalized": 16073,
"resenta": 16074,
"esentat": 16075,
"sentati": 16076,
"entatio": 16077,
"ntation": 16078,
" custom": 16079,
"customi": 16080,
"ustomiz": 16081,
"stomize": 16082,
"tomized": 16083,
" exampl": 16084,
"example": 16085,
"xamples": 16086,
" PowerP": 16087,
"PowerPo": 16088,
"owerPoi": 16089,
"werPoin": 16090,
"erPoint": 16091,
" partic": 16092,
"particu": 16093,
"articul": 16094,
"rticula": 16095,
"ticular": 16096,
" variou": 16097,
"various": 16098,
" offers": 16099,
" advoca": 16100,
"advocac": 16101,
"dvocacy": 16102,
"Advanci": 16103,
"dvancin": 16104,
"vancing": 16105,
" Agenda": 16106,
" promot": 16107,
"promote": 16108,
" readin": 16109,
"readine": 16110,
"eadines": 16111,
"adiness": 16112,
"egularl": 16113,
"gularly": 16114,
" survey": 16115,
"surveys": 16116,
"dentify": 16117,
" adopti": 16118,
"adoptin": 16119,
"dopting": 16120,
" polici": 16121,
"policie": 16122,
"olicies": 16123,
"summary": 16124,
" Closin": 16125,
"Closing": 16126,
" Expect": 16127,
"Expecta": 16128,
"systems": 16129,
"parents": 16130,
" admini": 16131,
"adminis": 16132,
"dminist": 16133,
"ministr": 16134,
"inistra": 16135,
"nistrat": 16136,
"istrato": 16137,
"strator": 16138,
" policy": 16139,
"policym": 16140,
"olicyma": 16141,
"licymak": 16142,
"icymake": 16143,
"cymaker": 16144,
"ymakers": 16145,
" ensure": 16146,
"schools": 16147,
" establ": 16148,
"establi": 16149,
"stablis": 16150,
"tablish": 16151,
"ablishe": 16152,
"blished": 16153,
"includi": 16154,
"ncludin": 16155,
"cluding": 16156,
" ensuri": 16157,
"ensurin": 16158,
"nsuring": 16159,
" gradua": 16160,
"graduat": 16161,
"raduate": 16162,
"careers": 16163,
" Public": 16164,
" Report": 16165,
"Reporti": 16166,
"eportin": 16167,
"Statewi": 16168,
"tatewid": 16169,
"atewide": 16170,
" Perfor": 16171,
"Perform": 16172,
" Incent": 16173,
"Incenti": 16174,
"ncentiv": 16175,
"centive": 16176,
"entives": 16177,
"Account": 16178,
" Formul": 16179,
"Formula": 16180,
" diplom": 16181,
"diploma": 16182,
"Scoring": 16183,
" assess": 16184,
"assessm": 16185,
"ssessme": 16186,
"sessmen": 16187,
"essment": 16188,
"Requiri": 16189,
"equirin": 16190,
"quiring": 16191,
" remedi": 16192,
"remedia": 16193,
"emedial": 16194,
" course": 16195,
"courses": 16196,
" minimu": 16197,
"minimum": 16198,
" criter": 16199,
"criteri": 16200,
"riteria": 16201,
" stabbe": 16202,
"stabbed": 16203,
" Traged": 16204,
"Tragedy": 16205,
" Strike": 16206,
"Strikes": 16207,
" Victim": 16208,
"Victims": 16209,
" Stabbe": 16210,
"Stabbed": 16211,
" Dinner": 16212,
" Charge": 16213,
"Charged": 16214,
" Attemp": 16215,
"Attempt": 16216,
"Introdu": 16217,
"ntroduc": 16218,
"troduct": 16219,
"roducti": 16220,
"oductio": 16221,
"duction": 16222,
" ordina": 16223,
"ordinar": 16224,
"rdinary": 16225,
" evenin": 16226,
"evening": 16227,
" romant": 16228,
"romanti": 16229,
"omantic": 16230,
" bloods": 16231,
"bloodsh": 16232,
"loodshe": 16233,
"oodshed": 16234,
"llegedl": 16235,
"legedly": 16236,
"ttacked": 16237,
" impact": 16238,
" Incide": 16239,
"Inciden": 16240,
" alarmi": 16241,
"alarmin": 16242,
"larming": 16243,
"popular": 16244,
" enjoyi": 16245,
"enjoyin": 16246,
"njoying": 16247,
" blissf": 16248,
"blissfu": 16249,
"lissful": 16250,
"issfull": 16251,
"ssfully": 16252,
" unawar": 16253,
"unaware": 16254,
" circum": 16255,
"circums": 16256,
"ircumst": 16257,
"rcumsta": 16258,
"cumstan": 16259,
"umstanc": 16260,
"mstance": 16261,
"stances": 16262,
" shared": 16263,
" conver": 16264,
"convers": 16265,
"onversa": 16266,
"nversat": 16267,
"versati": 16268,
"ersatio": 16269,
"rsation": 16270,
" indulg": 16271,
"indulge": 16272,
"ndulged": 16273,
" approa": 16274,
"approac": 16275,
"pproach": 16276,
"proache": 16277,
"roached": 16278,
" warnin": 16279,
"warning": 16280,
" object": 16281,
"Patrons": 16282,
" scramb": 16283,
"scrambl": 16284,
"cramble": 16285,
"rambled": 16286,
"ntinued": 16287,
"violent": 16288,
" rampag": 16289,
"rampage": 16290,
" Bystan": 16291,
"Bystand": 16292,
"ystande": 16293,
"stander": 16294,
"tanders": 16295,
" quickl": 16296,
"quickly": 16297,
" called": 16298,
" emerge": 16299,
"emergen": 16300,
"mergenc": 16301,
"ergency": 16302,
"ervices": 16303,
" prompt": 16304,
"promptl": 16305,
"romptly": 16306,
" arrive": 16307,
"arrived": 16308,
" Althou": 16309,
"Althoug": 16310,
" rushed": 16311,
" nearby": 16312,
" hospit": 16313,
"hospita": 16314,
"ospital": 16315,
" succum": 16316,
"succumb": 16317,
"uccumbe": 16318,
"ccumbed": 16319,
" injuri": 16320,
"injurie": 16321,
"njuries": 16322,
"remaine": 16323,
"emained": 16324,
" condit": 16325,
"conditi": 16326,
"onditio": 16327,
"ndition": 16328,
" fighti": 16329,
"fightin": 16330,
"ighting": 16331,
"Initial": 16332,
"gations": 16333,
" reveal": 16334,
"reveale": 16335,
"evealed": 16336,
"ections": 16337,
" adding": 16338,
" mystif": 16339,
"mystify": 16340,
"ystifyi": 16341,
"stifyin": 16342,
"tifying": 16343,
" sudden": 16344,
" assaul": 16345,
"assault": 16346,
" Witnes": 16347,
"Witness": 16348,
"itnesse": 16349,
"tnesses": 16350,
" seemed": 16351,
" motive": 16352,
" appear": 16353,
"appeare": 16354,
"ppeared": 16355,
"selessl": 16356,
"elessly": 16357,
" thorou": 16358,
"thoroug": 16359,
"horough": 16360,
" police": 16361,
"dentifi": 16362,
"entifie": 16363,
"ntified": 16364,
" arrest": 16365,
"arreste": 16366,
"rrested": 16367,
" During": 16368,
" proces": 16369,
"process": 16370,
" discov": 16371,
"discove": 16372,
"iscover": 16373,
"scovere": 16374,
"covered": 16375,
" histor": 16376,
"history": 16377,
" troubl": 16378,
"trouble": 16379,
"roubled": 16380,
" unclea": 16381,
"unclear": 16382,
" played": 16383
},
"max_token_len": 24,
"vocab_size": 16384,
"algorithm": "length-max"
}