fisher_bpe / tokenizer.json
Lakoc's picture
Upload tokenizer
312bd70
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": false,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": false,
"use_regex": true
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"vocab": {
"<s>": 0,
"<pad>": 1,
"</s>": 2,
"!": 3,
"\"": 4,
"#": 5,
"$": 6,
"%": 7,
"&": 8,
"'": 9,
"(": 10,
")": 11,
"*": 12,
"+": 13,
",": 14,
"-": 15,
".": 16,
"/": 17,
"0": 18,
"1": 19,
"2": 20,
"3": 21,
"4": 22,
"5": 23,
"6": 24,
"7": 25,
"8": 26,
"9": 27,
":": 28,
";": 29,
"<": 30,
"=": 31,
">": 32,
"?": 33,
"@": 34,
"A": 35,
"B": 36,
"C": 37,
"D": 38,
"E": 39,
"F": 40,
"G": 41,
"H": 42,
"I": 43,
"J": 44,
"K": 45,
"L": 46,
"M": 47,
"N": 48,
"O": 49,
"P": 50,
"Q": 51,
"R": 52,
"S": 53,
"T": 54,
"U": 55,
"V": 56,
"W": 57,
"X": 58,
"Y": 59,
"Z": 60,
"[": 61,
"\\": 62,
"]": 63,
"^": 64,
"_": 65,
"`": 66,
"a": 67,
"b": 68,
"c": 69,
"d": 70,
"e": 71,
"f": 72,
"g": 73,
"h": 74,
"i": 75,
"j": 76,
"k": 77,
"l": 78,
"m": 79,
"n": 80,
"o": 81,
"p": 82,
"q": 83,
"r": 84,
"s": 85,
"t": 86,
"u": 87,
"v": 88,
"w": 89,
"x": 90,
"y": 91,
"z": 92,
"{": 93,
"|": 94,
"}": 95,
"~": 96,
"¡": 97,
"¢": 98,
"£": 99,
"¤": 100,
"¥": 101,
"¦": 102,
"§": 103,
"¨": 104,
"©": 105,
"ª": 106,
"«": 107,
"¬": 108,
"®": 109,
"¯": 110,
"°": 111,
"±": 112,
"²": 113,
"³": 114,
"´": 115,
"µ": 116,
"¶": 117,
"·": 118,
"¸": 119,
"¹": 120,
"º": 121,
"»": 122,
"¼": 123,
"½": 124,
"¾": 125,
"¿": 126,
"À": 127,
"Á": 128,
"Â": 129,
"Ã": 130,
"Ä": 131,
"Å": 132,
"Æ": 133,
"Ç": 134,
"È": 135,
"É": 136,
"Ê": 137,
"Ë": 138,
"Ì": 139,
"Í": 140,
"Î": 141,
"Ï": 142,
"Ð": 143,
"Ñ": 144,
"Ò": 145,
"Ó": 146,
"Ô": 147,
"Õ": 148,
"Ö": 149,
"×": 150,
"Ø": 151,
"Ù": 152,
"Ú": 153,
"Û": 154,
"Ü": 155,
"Ý": 156,
"Þ": 157,
"ß": 158,
"à": 159,
"á": 160,
"â": 161,
"ã": 162,
"ä": 163,
"å": 164,
"æ": 165,
"ç": 166,
"è": 167,
"é": 168,
"ê": 169,
"ë": 170,
"ì": 171,
"í": 172,
"î": 173,
"ï": 174,
"ð": 175,
"ñ": 176,
"ò": 177,
"ó": 178,
"ô": 179,
"õ": 180,
"ö": 181,
"÷": 182,
"ø": 183,
"ù": 184,
"ú": 185,
"û": 186,
"ü": 187,
"ý": 188,
"þ": 189,
"ÿ": 190,
"Ā": 191,
"ā": 192,
"Ă": 193,
"ă": 194,
"Ą": 195,
"ą": 196,
"Ć": 197,
"ć": 198,
"Ĉ": 199,
"ĉ": 200,
"Ċ": 201,
"ċ": 202,
"Č": 203,
"č": 204,
"Ď": 205,
"ď": 206,
"Đ": 207,
"đ": 208,
"Ē": 209,
"ē": 210,
"Ĕ": 211,
"ĕ": 212,
"Ė": 213,
"ė": 214,
"Ę": 215,
"ę": 216,
"Ě": 217,
"ě": 218,
"Ĝ": 219,
"ĝ": 220,
"Ğ": 221,
"ğ": 222,
"Ġ": 223,
"ġ": 224,
"Ģ": 225,
"ģ": 226,
"Ĥ": 227,
"ĥ": 228,
"Ħ": 229,
"ħ": 230,
"Ĩ": 231,
"ĩ": 232,
"Ī": 233,
"ī": 234,
"Ĭ": 235,
"ĭ": 236,
"Į": 237,
"į": 238,
"İ": 239,
"ı": 240,
"IJ": 241,
"ij": 242,
"Ĵ": 243,
"ĵ": 244,
"Ķ": 245,
"ķ": 246,
"ĸ": 247,
"Ĺ": 248,
"ĺ": 249,
"Ļ": 250,
"ļ": 251,
"Ľ": 252,
"ľ": 253,
"Ŀ": 254,
"ŀ": 255,
"Ł": 256,
"ł": 257,
"Ń": 258,
"Ġt": 259,
"Ġi": 260,
"Ġth": 261,
"Ġa": 262,
"Ġw": 263,
"ou": 264,
"Ġy": 265,
"Ġs": 266,
"er": 267,
"in": 268,
"Ġthe": 269,
"Ġo": 270,
"no": 271,
"at": 272,
"ea": 273,
"nd": 274,
"Ġm": 275,
"Ġh": 276,
"Ġyou": 277,
"Ġb": 278,
"Ġd": 279,
"Ġl": 280,
"Ġand": 281,
"re": 282,
"ll": 283,
"ing": 284,
"Ġc": 285,
"se": 286,
"Ġit": 287,
"Ġk": 288,
"Ġto": 289,
"Ġthat": 290,
"Ġg": 291,
"Ġu": 292,
"Ġf": 293,
"'s": 294,
"now": 295,
"on": 296,
"ve": 297,
"gh": 298,
"Ġp": 299,
"ke": 300,
"Ġ[": 301,
"Ġyea": 302,
"Ġknow": 303,
"Ġli": 304,
"st": 305,
"Ġyeah": 306,
"ght": 307,
"Ġso": 308,
"en": 309,
"Ġwh": 310,
"or": 311,
"Ġr": 312,
"Ġha": 313,
"me": 314,
"Ġof": 315,
"th": 316,
"Ġin": 317,
"Ġlike": 318,
"an": 319,
"au": 320,
"Ġwe": 321,
"Ġthey": 322,
"ay": 323,
"Ġbe": 324,
"'t": 325,
"es": 326,
"ut": 327,
"ere": 328,
"ise": 329,
"Ġe": 330,
"noise": 331,
"Ġgo": 332,
"le": 333,
"Ġdo": 334,
"Ġon": 335,
"as": 336,
"Ġbut": 337,
"Ġj": 338,
"ld": 339,
"Ġno": 340,
"aught": 341,
"aughter": 342,
"Ġhave": 343,
"lly": 344,
"ver": 345,
"laughter": 346,
"Ġum": 347,
"ar": 348,
"Ġuh": 349,
"id": 350,
"Ġis": 351,
"ust": 352,
"ch": 353,
"Ġwas": 354,
"ed": 355,
"ight": 356,
"et": 357,
"out": 358,
"Ġjust": 359,
"Ġdon": 360,
"it": 361,
"ly": 362,
"Ġn": 363,
"Ġwhat": 364,
"is": 365,
"ic": 366,
"ink": 367,
"Ġst": 368,
"ro": 369,
"Ġthink": 370,
"Ġrea": 371,
"Ġmy": 372,
"ould": 373,
"Ġfor": 374,
"Ġright": 375,
"Ġsome": 376,
"Ġoh": 377,
"'m": 378,
"'re": 379,
"Ġor": 380,
"Ġthere": 381,
"Ġco": 382,
"Ġhe": 383,
"al": 384,
"ct": 385,
"Ġwi": 386,
"Ġlo": 387,
"ent": 388,
"ow": 389,
"Ġnot": 390,
"Ġan": 391,
"Ġsh": 392,
"Ġwell": 393,
"ean": 394,
"op": 395,
"ause": 396,
"od": 397,
"Ġse": 398,
"Ġreally": 399,
"Ġab": 400,
"cause": 401,
"Ġmean": 402,
"Ġare": 403,
"ir": 404,
"Ġget": 405,
"Ġif": 406,
"Ġmo": 407,
"ion": 408,
"Ġwith": 409,
"tt": 410,
"thing": 411,
"Ġabout": 412,
"Ġall": 413,
"ri": 414,
"Ġcan": 415,
"Ġne": 416,
"ind": 417,
"Ġpe": 418,
"very": 419,
"Ġpeop": 420,
"Ġpeople": 421,
"ther": 422,
"Ġah": 423,
"Ġwould": 424,
"ally": 425,
"Ġthis": 426,
"hm": 427,
"Ġmhm": 428,
"ess": 429,
"Ġthing": 430,
"Ġout": 431,
"ol": 432,
"Ġone": 433,
"Ġme": 434,
"Ġre": 435,
"ime": 436,
"Ġat": 437,
"ff": 438,
"Ġas": 439,
"Ġsu": 440,
"Ġbecause": 441,
"Ġwhen": 442,
"ac": 443,
"Ġany": 444,
"Ġch": 445,
"'ve": 446,
"Ġthen": 447,
"Ġwor": 448,
"ra": 449,
"Ġdid": 450,
"ge": 451,
"Ġkind": 452,
"Ġup": 453,
"Ġhow": 454,
"ake": 455,
"Ġsa": 456,
"ant": 457,
"Ġal": 458,
"ven": 459,
"our": 460,
"Ġok": 461,
"Ġsee": 462,
"Ġlot": 463,
"Ġgu": 464,
"Ġokay": 465,
"Ġtime": 466,
"mp": 467,
"Ġhad": 468,
"king": 469,
"Ġshe": 470,
"Ġpro": 471,
"one": 472,
"Ġex": 473,
"Ġnow": 474,
"Ġgood": 475,
"Ġyour": 476,
"ce": 477,
"ers": 478,
"Ġca": 479,
"Ġtoo": 480,
"pp": 481,
"Ġhi": 482,
"Ġfro": 483,
"Ġfrom": 484,
"Ġthem": 485,
"Ġevery": 486,
"ry": 487,
"un": 488,
"Ġ'": 489,
"end": 490,
"art": 491,
"ad": 492,
"Ġwho": 493,
"Ġsomething": 494,
"Ġsay": 495,
"ear": 496,
"ive": 497,
"Ġmore": 498,
"Ġint": 499,
"Ġgoing": 500,
"ose": 501,
"uh": 502,
"Ġpl": 503,
"ba": 504,
"ig": 505,
"Ġgot": 506,
"Ġact": 507,
"Ġmu": 508,
"ually": 509,
"Ġwhere": 510,
"Ġde": 511,
"ough": 512,
"Ġfa": 513,
"Ġstu": 514,
"nt": 515,
"Ġtw": 516,
"ill": 517,
"Ġwere": 518,
"Ġpre": 519,
"Ġguess": 520,
"ation": 521,
"Ġdi": 522,
"way": 523,
"Ġyear": 524,
"ee": 525,
"Ġmuch": 526,
"._": 527,
"ur": 528,
"Ġeven": 529,
"wn": 530,
"il": 531,
"Ġcould": 532,
"ate": 533,
"Ġother": 534,
"ack": 535,
"ain": 536,
"us": 537,
"Ġsp": 538,
"Ġthings": 539,
"Ġbeen": 540,
"Ġhere": 541,
"Ġwant": 542,
"Ġho": 543,
"ound": 544,
"Ġvery": 545,
"Ġactually": 546,
"ity": 547,
"huh": 548,
"ine": 549,
"atch": 550,
"ody": 551,
"ul": 552,
"ort": 553,
"Ġag": 554,
"ree": 555,
"ite": 556,
"ies": 557,
"Ġar": 558,
"riend": 559,
"ble": 560,
"Ġtheir": 561,
"Ġtal": 562,
"Ġlitt": 563,
"ue": 564,
"ool": 565,
"body": 566,
"Ġlittle": 567,
"Ġsch": 568,
"ft": 569,
"Ġbo": 570,
"mo": 571,
"Ġstuff": 572,
"Ġnew": 573,
"ame": 574,
"Ġmake": 575,
"Ġwatch": 576,
"Ġway": 577,
"Ġschool": 578,
"Ġcomp": 579,
"Ġlive": 580,
"na": 581,
"'ll": 582,
"Ġcou": 583,
"Ġwork": 584,
"Ġfriend": 585,
"Ġcon": 586,
"ie": 587,
"Ġdidn": 588,
"Ġyes": 589,
"and": 590,
"Ġmay": 591,
"Ġday": 592,
"Ġcl": 593,
"'d": 594,
"um": 595,
"Ġte": 596,
"ong": 597,
"ice": 598,
"bly": 599,
"Ġtr": 600,
"Ġover": 601,
"Ġus": 602,
"Ġdoes": 603,
"Ġsaid": 604,
"tty": 605,
"ting": 606,
"Ġthan": 607,
"Ġtwo": 608,
"Ġwhi": 609,
"Ġpretty": 610,
"Ġback": 611,
"Ġv": 612,
"Ġtake": 613,
"Ġman": 614,
"Ġkid": 615,
"be": 616,
"pe": 617,
"sed": 618,
"act": 619,
"Ġcome": 620,
"ast": 621,
"Ġdiff": 622,
"em": 623,
"Ġcall": 624,
"Ġproba": 625,
"Ġprobably": 626,
"ok": 627,
"lf": 628,
"Ġhas": 629,
"Ġdoing": 630,
"Ġour": 631,
"are": 632,
"Ġtry": 633,
"ck": 634,
"Ġnever": 635,
"ily": 636,
"fe": 637,
"ous": 638,
"oney": 639,
"Ġdiffer": 640,
"ving": 641,
"Ġam": 642,
"co": 643,
"Ġq": 644,
"Ġher": 645,
"Ġyears": 646,
"Ġen": 647,
"Ġthose": 648,
"Ġmoney": 649,
"Ġmaybe": 650,
"Ġhapp": 651,
"ore": 652,
"Ġbig": 653,
"ci": 654,
"ment": 655,
"ms": 656,
"Ġfam": 657,
"Ġer": 658,
"Ġoff": 659,
"Ġpo": 660,
"ways": 661,
"Ġhear": 662,
"Ġsi": 663,
"Ġthese": 664,
"Ġexact": 665,
"Ġun": 666,
"Ġanything": 667,
"Ġpart": 668,
"Ġreal": 669,
"Ġinto": 670,
"Ġjo": 671,
"Ġexactly": 672,
"Ġalways": 673,
"Ġdown": 674,
"ia": 675,
"Ġkids": 676,
"ber": 677,
"Ġfir": 678,
"Ġmin": 679,
"Ġshould": 680,
"Ġfun": 681,
"Ġsure": 682,
"eel": 683,
"Ġhim": 684,
"nder": 685,
"Ġdifferent": 686,
"Ġplay": 687,
"Ġfirst": 688,
"Ġonly": 689,
"Ġgon": 690,
"Ġstart": 691,
"Ġgonna": 692,
"Ġstill": 693,
"Ġpers": 694,
"ought": 695,
"Ġfeel": 696,
"ked": 697,
"Ġold": 698,
"each": 699,
"Ġhappen": 700,
"reat": 701,
"Ġbu": 702,
"ead": 703,
"ide": 704,
"Ġperson": 705,
"Ġsor": 706,
"Ġfamily": 707,
"ma": 708,
"ty": 709,
"ever": 710,
"Ġcom": 711,
"Ġhome": 712,
"red": 713,
"Ġhar": 714,
"Ġeverything": 715,
"Ġma": 716,
"Ġwhich": 717,
"Ġfriends": 718,
"ot": 719,
"Ġwent": 720,
"ild": 721,
"Ġfo": 722,
"ard": 723,
"im": 724,
"Ġby": 725,
"Ġtalk": 726,
"Ġsame": 727,
"Ġwow": 728,
"age": 729,
"ars": 730,
"Ġneed": 731,
"Ġchan": 732,
"ath": 733,
"Ġlong": 734,
"om": 735,
"Ġfive": 736,
"een": 737,
"Ġwhy": 738,
"Ġaround": 739,
"Ġcount": 740,
"Ġthree": 741,
"Ġdef": 742,
"eas": 743,
"so": 744,
"Ġused": 745,
"ss": 746,
"Ġmost": 747,
"ick": 748,
"ect": 749,
"Ġmar": 750,
"Ġsmo": 751,
"Ġtrue": 752,
"el": 753,
"Ġhis": 754,
"Ġgetting": 755,
"Ġwill": 756,
"Ġba": 757,
"Ġlook": 758,
"Ġkinda": 759,
"Ġhard": 760,
"int": 761,
"Ġsupp": 762,
"Ġname": 763,
"eal": 764,
"Ġput": 765,
"Ġqu": 766,
"Ġlet": 767,
"Ġfi": 768,
"Ġdefin": 769,
"erest": 770,
"Ġlife": 771,
"Ġthought": 772,
"Ġinterest": 773,
"ure": 774,
"Ġbad": 775,
"ish": 776,
"Ġcomput": 777,
"Ġmany": 778,
"Ġdefinite": 779,
"Ġdoll": 780,
"Ġshow": 781,
"Ġalso": 782,
"pt": 783,
"ist": 784,
"Ġdefinitely": 785,
"Ġthough": 786,
"Ġel": 787,
"Ġfind": 788,
"Ġten": 789,
"ace": 790,
"fore": 791,
"time": 792,
"Ġph": 793,
"ork": 794,
"ew": 795,
"Ġthr": 796,
"Ġnice": 797,
"Ġbeing": 798,
"Ġthrough": 799,
"Ġbus": 800,
"Ġwhatever": 801,
"Ġguy": 802,
"Ġbefore": 803,
"per": 804,
"self": 805,
"Ġdoesn": 806,
"Ġtell": 807,
"Ġwhole": 808,
"fter": 809,
"Ġafter": 810,
"Ġsit": 811,
"ip": 812,
"Ġelse": 813,
"Ġsomebody": 814,
"orn": 815,
"Ġlea": 816,
"Ġbas": 817,
"Ġsort": 818,
"Ġtop": 819,
"Ġjob": 820,
"Ġlast": 821,
"Ġtra": 822,
"eep": 823,
"Ġagain": 824,
"ert": 825,
"Ġwee": 826,
"Ġbr": 827,
"ny": 828,
"Ġkeep": 829,
"Ġlove": 830,
"Ġever": 831,
"Ġdollars": 832,
"Ġsometime": 833,
"if": 834,
"ried": 835,
"Ġsc": 836,
"Ġpay": 837,
"Ġfar": 838,
"Ġdone": 839,
"Ġtrying": 840,
"Ġbit": 841,
"Ġad": 842,
"Ġfour": 843,
"Ġmov": 844,
"Ġbl": 845,
"day": 846,
"Ġgame": 847,
"Ġdog": 848,
"Ġter": 849,
"Ġunder": 850,
"Ġhigh": 851,
"Ġsometimes": 852,
"Ġta": 853,
"Ġchild": 854,
"tter": 855,
"Ġyork": 856,
"Ġgra": 857,
"enty": 858,
"du": 859,
"Ġtalking": 860,
"Ġhell": 861,
"Ġac": 862,
"Ġeat": 863,
"lle": 864,
"Ġhuh": 865,
"osed": 866,
"Ġro": 867,
"Ġsix": 868,
"ather": 869,
"ep": 870,
"Ġgreat": 871,
"Ġeverybody": 872,
"Ġown": 873,
"ary": 874,
"Ġhaven": 875,
"Ġcoup": 876,
"ng": 877,
"ither": 878,
"Ġano": 879,
"Ġhu": 880,
"ence": 881,
"ball": 882,
"Ġtwenty": 883,
"Ġbetter": 884,
"Ġfl": 885,
"Ġcool": 886,
"Ġwouldn": 887,
"Ġhel": 888,
"ically": 889,
"Ġanother": 890,
"Ġhour": 891,
"Ġgive": 892,
"ern": 893,
"Ġmon": 894,
"Ġthir": 895,
"Ġinteresting": 896,
"mber": 897,
"Ġfunny": 898,
"ouse": 899,
"Ġhelp": 900,
"Ġweek": 901,
"dy": 902,
"ren": 903,
"Ġtopic": 904,
"Ġrel": 905,
"ass": 906,
"sh": 907,
"Ġhello": 908,
"Ġfift": 909,
"Ġproble": 910,
"ated": 911,
"ertain": 912,
"Ġcountry": 913,
"Ġeight": 914,
"Ġteach": 915,
"Ġsaying": 916,
"Ġbel": 917,
"iz": 918,
"Ġhus": 919,
"Ġmight": 920,
"Ġcomputer": 921,
"Ġcouple": 922,
"ious": 923,
"Ġsport": 924,
"Ġpa": 925,
"Ġeither": 926,
"Ġdis": 927,
"Ġreme": 928,
"Ġheard": 929,
"Ġhouse": 930,
"Ġaway": 931,
"Ġworld": 932,
"Ġwar": 933,
"Ġcour": 934,
"ian": 935,
"ions": 936,
"ons": 937,
"Ġpu": 938,
"Ġimp": 939,
"Ġloo": 940,
"Ġminut": 941,
"Ġremember": 942,
"ved": 943,
"Ġwo": 944,
"Ġbest": 945,
"ster": 946,
"Ġle": 947,
"Ġsupposed": 948,
"bl": 949,
"Ġty": 950,
"Ġago": 951,
"Ġcolle": 952,
"ning": 953,
"Ġseven": 954,
"Ġagree": 955,
"Ġsomeone": 956,
"Ġcare": 957,
"Ġtimes": 958,
"Ġwasn": 959,
"oy": 960,
"Ġfr": 961,
"att": 962,
"Ġmad": 963,
"Ġcar": 964,
"Ġper": 965,
"Ġla": 966,
"ful": 967,
"Ġend": 968,
"band": 969,
"Ġcollege": 970,
"Ġcat": 971,
"Ġbusin": 972,
"Ġmill": 973,
"Ġpoint": 974,
"arent": 975,
"Ġhusband": 976,
"Ġnews": 977,
"vel": 978,
"Ġcourse": 979,
"Ġplace": 980,
"Ġwhile": 981,
"ag": 982,
"Ġcity": 983,
"Ġgott": 984,
"Ġbelie": 985,
"Ġatt": 986,
"Ġonce": 987,
"Ġmonth": 988,
"Ġele": 989,
"Ġcertain": 990,
"wh": 991,
"Ġhaving": 992,
"Ġid": 993,
"Ġres": 994,
"ket": 995,
"Ġbro": 996,
"Ġair": 997,
"Ġunderst": 998,
"Ġsur": 999,
"Ġseems": 1000,
"Ġwal": 1001,
"iv": 1002,
"Ġenough": 1003,
"ses": 1004,
"able": 1005,
"Ġchildren": 1006,
"Ġread": 1007,
"cent": 1008,
"Ġstay": 1009,
"Ġusually": 1010,
"pen": 1011,
"Ġcal": 1012,
"Ġrest": 1013,
"Ġes": 1014,
"ater": 1015,
"side": 1016,
"Ġind": 1017,
"Ġwa": 1018,
"Ġsin": 1019,
"anna": 1020,
"Ġunderstand": 1021,
"Ġfood": 1022,
"Ġcalled": 1023,
"Ġmade": 1024,
"Ġable": 1025,
"Ġuse": 1026,
"mer": 1027,
"Ġbusiness": 1028,
"vers": 1029,
"eric": 1030,
"Ġrun": 1031,
"row": 1032,
"Ġwanna": 1033,
"Ġseen": 1034,
"Ġbelieve": 1035,
"Ġyoung": 1036,
"icul": 1037,
"Ġnor": 1038,
"Ġcont": 1039,
"Ġhund": 1040,
"Ġameric": 1041,
"cially": 1042,
"Ġhundred": 1043,
"ance": 1044,
"ates": 1045,
"Ġmillion": 1046,
"ical": 1047,
"Ġminutes": 1048,
"Ġclose": 1049,
"Ġdr": 1050,
"Ġleast": 1051,
"Ġgr": 1052,
"Ġminim": 1053,
"Ġgir": 1054,
"Ġwonder": 1055,
"Ġsince": 1056,
"Ġlear": 1057,
"Ġworking": 1058,
"Ġfew": 1059,
"Ġsports": 1060,
"Ġminimum": 1061,
"Ġnothing": 1062,
"Ġlooking": 1063,
"ph": 1064,
"Ġstarted": 1065,
"Ġparent": 1066,
"Ġmakes": 1067,
"Ġfact": 1068,
"eak": 1069,
"Ġwr": 1070,
"sid": 1071,
"Ġaff": 1072,
"Ġthinking": 1073,
"Ġwage": 1074,
"Ġgod": 1075,
"Ġcra": 1076,
"Ġbasically": 1077,
"Ġhum": 1078,
"pecially": 1079,
"cess": 1080,
"Ġsound": 1081,
"Ġque": 1082,
"Ġstr": 1083,
"gether": 1084,
"Ġeas": 1085,
"Ġespecially": 1086,
"ely": 1087,
"ror": 1088,
"Ġchange": 1089,
"Ġtype": 1090,
"Ġcame": 1091,
"am": 1092,
"Ġdep": 1093,
"Ġmaking": 1094,
"Ġtogether": 1095,
"ned": 1096,
"ord": 1097,
"ts": 1098,
"where": 1099,
"Ġtur": 1100,
"Ġmm": 1101,
"Ġmovie": 1102,
"ating": 1103,
"Ġche": 1104,
"Ġeach": 1105,
"Ġmarried": 1106,
"son": 1107,
"Ġarea": 1108,
"duc": 1109,
"by": 1110,
"Ġwatching": 1111,
"Ġgoes": 1112,
"ors": 1113,
"Ġhappened": 1114,
"Ġproblem": 1115,
"Ġplan": 1116,
"Ġboth": 1117,
"pect": 1118,
"Ġtoday": 1119,
"Ġsmoking": 1120,
"Ġcouldn": 1121,
"Ġsec": 1122,
"Ġnight": 1123,
"qu": 1124,
"cond": 1125,
"Ġmyself": 1126,
"Ġanyway": 1127,
"most": 1128,
"ves": 1129,
"Ġra": 1130,
"Ġdays": 1131,
"Ġhop": 1132,
"Ġquest": 1133,
"Ġones": 1134,
"Ġthirty": 1135,
"Ġsecond": 1136,
"Ġalmost": 1137,
"Ġcomm": 1138,
"xt": 1139,
"Ġgets": 1140,
"Ġsmoke": 1141,
"Ġhand": 1142,
"ict": 1143,
"Ġphone": 1144,
"Ġnine": 1145,
"Ġsma": 1146,
"Ġparents": 1147,
"Ġcalif": 1148,
"Ġcold": 1149,
"ations": 1150,
"Ġisn": 1151,
"ities": 1152,
"Ġcaliforn": 1153,
"Ġsmall": 1154,
"cial": 1155,
"Ġpet": 1156,
"Ġgames": 1157,
"Ġquite": 1158,
"Ġreg": 1159,
"Ġwanted": 1160,
"Ġcalifornia": 1161,
"Ġguys": 1162,
"blic": 1163,
"rant": 1164,
"ited": 1165,
"Ġcompan": 1166,
"Ġeleven": 1167,
"dd": 1168,
"vor": 1169,
"Ġimport": 1170,
"Ġsy": 1171,
"Ġapp": 1172,
"Ġser": 1173,
"Ġsaw": 1174,
"Ġeduc": 1175,
"ire": 1176,
"Ġdeal": 1177,
"Ġliving": 1178,
"Ġenj": 1179,
"Ġintern": 1180,
"Ġenjoy": 1181,
"Ġbuy": 1182,
"Ġboy": 1183,
"de": 1184,
"Ġterror": 1185,
"Ġsub": 1186,
"gra": 1187,
"ans": 1188,
"Ġoutside": 1189,
"Ġnext": 1190,
"Ġbet": 1191,
"Ġimportant": 1192,
"Ġtot": 1193,
"iday": 1194,
"Ġkn": 1195,
"Ġstop": 1196,
"Ġgover": 1197,
"ount": 1198,
"Ġdri": 1199,
"Ġcoming": 1200,
"cept": 1201,
"Ġstud": 1202,
"Ġchang": 1203,
"port": 1204,
"Ġsen": 1205,
"les": 1206,
"Ġwom": 1207,
"Ġgirl": 1208,
"os": 1209,
"read": 1210,
"Ġpr": 1211,
"Ġpublic": 1212,
"Ġidea": 1213,
"Ġmis": 1214,
"aces": 1215,
"Ġstate": 1216,
"ner": 1217,
"Ġlist": 1218,
"nment": 1219,
"Ġrestau": 1220,
"Ġgre": 1221,
"Ġrestaurant": 1222,
"Ġspend": 1223,
"Ġmid": 1224,
"Ġfound": 1225,
"Ġfin": 1226,
"Ġtook": 1227,
"Ġwon": 1228,
"ness": 1229,
"Ġmovies": 1230,
"Ġhol": 1231,
"Ġgotta": 1232,
"Ġreason": 1233,
"Ġgen": 1234,
"Ġsorry": 1235,
"ered": 1236,
"ns": 1237,
"Ġdec": 1238,
"ell": 1239,
"Ġgovernment": 1240,
"Ġabs": 1241,
"ries": 1242,
"Ġyet": 1243,
"Ġhalf": 1244,
"zy": 1245,
"io": 1246,
"cks": 1247,
"Ġinst": 1248,
"urity": 1249,
"Ġwait": 1250,
"Ġob": 1251,
"ics": 1252,
"olut": 1253,
"ger": 1254,
"Ġyep": 1255,
"Ġhope": 1256,
"let": 1257,
"Ġsecurity": 1258,
"Ġeducation": 1259,
"Ġshows": 1260,
"Ġcomes": 1261,
"Ġreality": 1262,
"ative": 1263,
"rist": 1264,
"ces": 1265,
"ird": 1266,
"Ġsitu": 1267,
"Ġfifteen": 1268,
"Ġson": 1269,
"Ġea": 1270,
"Ġsuch": 1271,
"Ġear": 1272,
"Ġsou": 1273,
"Ġhey": 1274,
"get": 1275,
"Ġmatt": 1276,
"erc": 1277,
"Ġholiday": 1278,
"Ġcut": 1279,
"Ġsw": 1280,
"Ġdaughter": 1281,
"als": 1282,
"ress": 1283,
"Ġext": 1284,
"ealth": 1285,
"eam": 1286,
"Ġmom": 1287,
"ier": 1288,
"pl": 1289,
"Ġcomputers": 1290,
"Ġsk": 1291,
"less": 1292,
"Ġabsolut": 1293,
"ory": 1294,
"Ġquestion": 1295,
"ety": 1296,
"Ġwalk": 1297,
"Ġschools": 1298,
"Ġhours": 1299,
"Ġfifty": 1300,
"ah": 1301,
"Ġexerc": 1302,
"Ġtotally": 1303,
"Ġless": 1304,
"Ġmind": 1305,
"Ġmil": 1306,
"mb": 1307,
"Ġira": 1308,
"Ġplaces": 1309,
"ents": 1310,
"Ġfu": 1311,
"Ġlived": 1312,
"Ġpaid": 1313,
"Ġmonths": 1314,
"Ġclass": 1315,
"Ġiraq": 1316,
"Ġinv": 1317,
"Ġdepend": 1318,
"Ġgi": 1319,
"ood": 1320,
"Ġhot": 1321,
"orm": 1322,
"Ġopen": 1323,
"land": 1324,
"Ġabsolutely": 1325,
"Ġeveryone": 1326,
"Ġmi": 1327,
"ap": 1328,
"Ġinternet": 1329,
"Ġnin": 1330,
"Ġbase": 1331,
"Ġinf": 1332,
"Ġline": 1333,
"Ġpol": 1334,
"ards": 1335,
"Ġgone": 1336,
"Ġfig": 1337,
"Ġyourself": 1338,
"ings": 1339,
"az": 1340,
"come": 1341,
"Ġwhe": 1342,
"Ġstates": 1343,
"Ġbrother": 1344,
"Ġanybody": 1345,
"ready": 1346,
"Ġalready": 1347,
"Ġgener": 1348,
"Ġaw": 1349,
"ction": 1350,
"ately": 1351,
"ible": 1352,
"Ġsum": 1353,
"Ġda": 1354,
"ition": 1355,
"Ġmine": 1356,
"gine": 1357,
"Ġmeet": 1358,
"Ġgrand": 1359,
"ject": 1360,
"Ġset": 1361,
"Ġolder": 1362,
"Ġweather": 1363,
"Ġfoot": 1364,
"Ġtown": 1365,
"Ġtold": 1366,
"Ġcrazy": 1367,
"Ġunt": 1368,
"est": 1369,
"Ġhealth": 1370,
"uck": 1371,
"Ġmatter": 1372,
"Ġfavor": 1373,
"stem": 1374,
"Ġsystem": 1375,
"ular": 1376,
"Ġinc": 1377,
"Ġnum": 1378,
"Ġsounds": 1379,
"Ġwhether": 1380,
"lo": 1381,
"ten": 1382,
"Ġima": 1383,
"Ġchrist": 1384,
"med": 1385,
"Ġcho": 1386,
"Ġuntil": 1387,
"Ġpar": 1388,
"ual": 1389,
"Ġthous": 1390,
"Ġthousand": 1391,
"iously": 1392,
"Ġfine": 1393,
"Ġfree": 1394,
"Ġtaking": 1395,
"Ġbook": 1396,
"Ġdrink": 1397,
"Ġsick": 1398,
"Ġbuild": 1399,
"led": 1400,
"Ġspe": 1401,
"Ġrid": 1402,
"Ġstand": 1403,
"Ġdogs": 1404,
"Ġcr": 1405,
"Ġpen": 1406,
"Ġmed": 1407,
"Ġju": 1408,
"sive": 1409,
"Ġmoved": 1410,
"Ġcor": 1411,
"dle": 1412,
"teen": 1413,
"sel": 1414,
"Ġsituation": 1415,
"Ġsummer": 1416,
"Ġnorth": 1417,
"Ġlives": 1418,
"br": 1419,
"ks": 1420,
"Ġconsid": 1421,
"Ġknew": 1422,
"Ġexper": 1423,
"Ġhob": 1424,
"ism": 1425,
"gin": 1426,
"uring": 1427,
"Ġsense": 1428,
"Ġmiddle": 1429,
"Ġseem": 1430,
"Ġprogra": 1431,
"Ġwatched": 1432,
"Ġent": 1433,
"Ġsl": 1434,
"Ġforty": 1435,
"Ġage": 1436,
"Ġsig": 1437,
"Ġgrow": 1438,
"Ġtravel": 1439,
"Ġlaw": 1440,
"Ġworked": 1441,
"Ġeast": 1442,
"fort": 1443,
"Ġprof": 1444,
"fer": 1445,
"ience": 1446,
"Ġmother": 1447,
"Ġcountries": 1448,
"ship": 1449,
"Ġkill": 1450,
"Ġexercise": 1451,
"Ġstre": 1452,
"Ġlearn": 1453,
"Ġinvol": 1454,
"Ġpick": 1455,
"Ġcomedy": 1456,
"Ġcause": 1457,
"Ġwithout": 1458,
"oup": 1459,
"Ġfavorite": 1460,
"eap": 1461,
"unch": 1462,
"selves": 1463,
"ween": 1464,
"rible": 1465,
"ised": 1466,
"Ġsays": 1467,
"Ġweird": 1468,
"Ġbetween": 1469,
"Ġpri": 1470,
"more": 1471,
"ne": 1472,
"Ġgroup": 1473,
"Ġaffect": 1474,
"Ġgosh": 1475,
"Ġfootball": 1476,
"Ġimagine": 1477,
"Ġdad": 1478,
"its": 1479,
"Ġcompany": 1480,
"Ġwife": 1481,
"Ġhur": 1482,
"ug": 1483,
"Ġsal": 1484,
"ision": 1485,
"Ġnumber": 1486,
"Ġaren": 1487,
"Ġplaying": 1488,
"Ġeasy": 1489,
"Ġap": 1490,
"Ġjobs": 1491,
"Ġrather": 1492,
"Ġwrong": 1493,
"Ġunited": 1494,
"Ġaf": 1495,
"ention": 1496,
"Ġlisten": 1497,
"Ġmain": 1498,
"Ġdra": 1499,
"Ġproblems": 1500,
"Ġmaj": 1501,
"Ġcheck": 1502,
"Ġopp": 1503,
"Ġcats": 1504,
"Ġjoke": 1505,
"gy": 1506,
"Ġpast": 1507,
"Ġmust": 1508,
"Ġhead": 1509,
"fu": 1510,
"Ġword": 1511,
"ton": 1512,
"Ġstudy": 1513,
"Ġbi": 1514,
"ize": 1515,
"ial": 1516,
"Ġsho": 1517,
"Ġexc": 1518,
"my": 1519,
"Ġdes": 1520,
"Ġamerican": 1521,
"Ġhappens": 1522,
"Ġstore": 1523,
"Ġwomen": 1524,
"Ġask": 1525,
"Ġduring": 1526,
"Ġmiss": 1527,
"Ġmajor": 1528,
"Ġbaseball": 1529,
"Ġtried": 1530,
"Ġside": 1531,
"Ġterrorist": 1532,
"Ġleft": 1533,
"Ġbar": 1534,
"ter": 1535,
"Ġbring": 1536,
"ang": 1537,
"Ġwants": 1538,
"cc": 1539,
"ross": 1540,
"Ġobv": 1541,
"Ġwater": 1542,
"bs": 1543,
"Ġke": 1544,
"Ġmus": 1545,
"Ġagainst": 1546,
"ract": 1547,
"Ġairport": 1548,
"Ġtrain": 1549,
"Ġhit": 1550,
"anc": 1551,
"Ġgotten": 1552,
"all": 1553,
"Ġthreat": 1554,
"Ġfigure": 1555,
"Ġfly": 1556,
"Ġiss": 1557,
"Ġpop": 1558,
"Ġfish": 1559,
"Ġinvolved": 1560,
"Ġnear": 1561,
"Ġsister": 1562,
"Ġadd": 1563,
"Ġtele": 1564,
"Ġbasket": 1565,
"Ġleave": 1566,
"ared": 1567,
"ange": 1568,
"Ġcost": 1569,
"Ġmet": 1570,
"Ġroom": 1571,
"Ġhor": 1572,
"Ġlau": 1573,
"Ġanymore": 1574,
"Ġflor": 1575,
"ida": 1576,
"ash": 1577,
"Ġri": 1578,
"Ġret": 1579,
"Ġwint": 1580,
"Ġmove": 1581,
"Ġbecome": 1582,
"Ġsing": 1583,
"Ġstri": 1584,
"Ġworks": 1585,
"Ġexpen": 1586,
"Ġsouth": 1587,
"earch": 1588,
"Ġseas": 1589,
"Ġuni": 1590,
"ont": 1591,
"Ġwish": 1592,
"Ġamaz": 1593,
"Ġweeks": 1594,
"Ġloc": 1595,
"Ġflorida": 1596,
"mpl": 1597,
"Ġcommun": 1598,
"Ġnobody": 1599,
"Ġalong": 1600,
"Ġteam": 1601,
"Ġteachers": 1602,
"ines": 1603,
"line": 1604,
"Ġve": 1605,
"Ġsomewhere": 1606,
"Ġchic": 1607,
"Ġcent": 1608,
"Ġgl": 1609,
"gest": 1610,
"Ġrelation": 1611,
"Ġtex": 1612,
"ult": 1613,
"wer": 1614,
"Ġcook": 1615,
"Ġsupport": 1616,
"mas": 1617,
"Ġgrew": 1618,
"llow": 1619,
"Ġtakes": 1620,
"Ġhappy": 1621,
"Ġtalked": 1622,
"Ġchar": 1623,
"Ġbasketball": 1624,
"ys": 1625,
"Ġunless": 1626,
"Ġpersonal": 1627,
"Ġobviously": 1628,
"Ġfight": 1629,
"Ġshop": 1630,
"Ġfe": 1631,
"Ġfamil": 1632,
"Ġnecess": 1633,
"Ġtax": 1634,
"Ġphil": 1635,
"Ġcur": 1636,
"Ġinform": 1637,
"Ġrelationship": 1638,
"igh": 1639,
"Ġhm": 1640,
"Ġop": 1641,
"rect": 1642,
"Ġins": 1643,
"Ġoften": 1644,
"onest": 1645,
"Ġsend": 1646,
"Ġtexas": 1647,
"ru": 1648,
"ues": 1649,
"Ġcertainly": 1650,
"Ġwinter": 1651,
"man": 1652,
"Ġpets": 1653,
"Ġchristmas": 1654,
"Ġconsider": 1655,
"Ġyounger": 1656,
"bor": 1657,
"mple": 1658,
"Ġacc": 1659,
"Ġapart": 1660,
"ene": 1661,
"Ġconc": 1662,
"Ġhonest": 1663,
"Ġeating": 1664,
"Ġtend": 1665,
"Ġthemselves": 1666,
"Ġdepends": 1667,
"ina": 1668,
"Ġcalling": 1669,
"Ġsept": 1670,
"Ġchanged": 1671,
"Ġmorn": 1672,
"Ġcomplet": 1673,
"iew": 1674,
"ember": 1675,
"Ġinformation": 1676,
"Ġhuge": 1677,
"Ġseptember": 1678,
"Ġdoct": 1679,
"Ġhumor": 1680,
"ave": 1681,
"Ġamerica": 1682,
"Ġye": 1683,
"Ġamount": 1684,
"Ġattack": 1685,
"Ġknows": 1686,
"ied": 1687,
"Ġrec": 1688,
"Ġturn": 1689,
"Ġeff": 1690,
"Ġ-": 1691,
"Ġlost": 1692,
"Ġposs": 1693,
"Ġbaby": 1694,
"cono": 1695,
"ired": 1696,
"ming": 1697,
"ising": 1698,
"ower": 1699,
"oor": 1700,
"Ġtough": 1701,
"Ġstreet": 1702,
"Ġsnow": 1703,
"Ġunivers": 1704,
"Ġcol": 1705,
"hing": 1706,
"Ġdisc": 1707,
"Ġwest": 1708,
"bil": 1709,
"Ġbill": 1710,
"Ġecono": 1711,
"Ġinter": 1712,
"Ġlevel": 1713,
"Ġactiv": 1714,
"uss": 1715,
"Ġrent": 1716,
"Ġmorning": 1717,
"iting": 1718,
"Ġopin": 1719,
"Ġregular": 1720,
"Ġexpensive": 1721,
"Ġdifference": 1722,
"Ġgradu": 1723,
"arily": 1724,
"Ġalth": 1725,
"Ġrecent": 1726,
"Ġalthough": 1727,
"Ġinstead": 1728,
"Ġdifficul": 1729,
"Ġsubject": 1730,
"Ġhate": 1731,
"min": 1732,
"Ġblack": 1733,
"Ġbeh": 1734,
"Ġanim": 1735,
"res": 1736,
"vision": 1737,
"Ġrunning": 1738,
"Ġsitting": 1739,
"ins": 1740,
"Ġprofess": 1741,
"Ġplane": 1742,
"Ġways": 1743,
"Ġthird": 1744,
"Ġexperience": 1745,
"Ġscary": 1746,
"Ġallow": 1747,
"elt": 1748,
"ane": 1749,
"Ġema": 1750,
"Ġspeak": 1751,
"icular": 1752,
"Ġahead": 1753,
"Ġworth": 1754,
"mploy": 1755,
"use": 1756,
"Ġnorm": 1757,
"Ġcontro": 1758,
"yl": 1759,
"Ġjer": 1760,
"Ġdeg": 1761,
"ail": 1762,
"Ġsan": 1763,
"Ġfair": 1764,
"Ġcig": 1765,
"Ġsell": 1766,
"Ġlos": 1767,
"Ġdifficult": 1768,
"bies": 1769,
"Ġluck": 1770,
"ices": 1771,
"Ġfall": 1772,
"Ġdrive": 1773,
"Ġparticular": 1774,
"Ġteacher": 1775,
"Ġbucks": 1776,
"Ġprogram": 1777,
"Ġvis": 1778,
"Ġeng": 1779,
"Ġamazing": 1780,
"Ġbreak": 1781,
"Ġfelt": 1782,
"Ġhang": 1783,
"Ġsurv": 1784,
"Ġrain": 1785,
"Ġsad": 1786,
"Ġweap": 1787,
"Ġass": 1788,
"Ġworry": 1789,
"Ġgoodness": 1790,
"Ġhold": 1791,
"ational": 1792,
"Ġbunch": 1793,
"up": 1794,
"ach": 1795,
"nes": 1796,
"Ġbea": 1797,
"Ġmen": 1798,
"ston": 1799,
"Ġuniversity": 1800,
"ud": 1801,
"Ġfollow": 1802,
"Ġcalls": 1803,
"Ġmostly": 1804,
"ional": 1805,
"van": 1806,
"Ġemail": 1807,
"Ġdist": 1808,
"pr": 1809,
"ping": 1810,
"Ġge": 1811,
"Ġsoon": 1812,
"Ġpartner": 1813,
"Ġwhite": 1814,
"Ġwer": 1815,
"Ġtelevision": 1816,
"Ġgave": 1817,
"tta": 1818,
"Ġya": 1819,
"Ġworse": 1820,
"Ġtow": 1821,
"adel": 1822,
"ced": 1823,
"ock": 1824,
"key": 1825,
"Ġphiladel": 1826,
"phia": 1827,
"Ġlar": 1828,
"Ġcatch": 1829,
"Ġexpect": 1830,
"Ġweren": 1831,
"ments": 1832,
"ease": 1833,
"Ġfast": 1834,
"Ġstrike": 1835,
"Ġphiladelphia": 1836,
"Ġlaugh": 1837,
"Ġfather": 1838,
"der": 1839,
"Ġtri": 1840,
"Ġlater": 1841,
"Ġwonderful": 1842,
"ouble": 1843,
"Ġninety": 1844,
"Ġneigh": 1845,
"Ġeasier": 1846,
"Ġrestaurants": 1847,
"Ġkinds": 1848,
"arett": 1849,
"Ġpaying": 1850,
"Ġcigarett": 1851,
"Ġdet": 1852,
"Ġwin": 1853,
"Ġlotta": 1854,
"Ġlots": 1855,
"fully": 1856,
"Ġpolit": 1857,
"Ġfore": 1858,
"Ġwalking": 1859,
"vent": 1860,
"ze": 1861,
"rop": 1862,
"Ġbomb": 1863,
"Ġfull": 1864,
"Ġpenns": 1865,
"Ġfan": 1866,
"ized": 1867,
"Ġtelling": 1868,
"Ġpercent": 1869,
"Ġpennsyl": 1870,
"erg": 1871,
"Ġhurt": 1872,
"Ġans": 1873,
"Ġgeneral": 1874,
"ling": 1875,
"Ġpennsylvan": 1876,
"Ġpower": 1877,
"Ġshouldn": 1878,
"Ġfront": 1879,
"Ġim": 1880,
"Ġpennsylvania": 1881,
"Ġcompletely": 1882,
"Ġliked": 1883,
"Ġtaken": 1884,
"leep": 1885,
"Ġbegin": 1886,
"asses": 1887,
"Ġstarting": 1888,
"ank": 1889,
"Ġconvers": 1890,
"Ġtou": 1891,
"Ġexcept": 1892,
"Ġval": 1893,
"Ġcons": 1894,
"Ġclean": 1895,
"Ġcase": 1896,
"Ġsingle": 1897,
"Ġreading": 1898,
"Ġgirls": 1899,
"Ġrelig": 1900,
"Ġpaper": 1901,
"Ġdoctor": 1902,
"Ġmich": 1903,
"Ġhappening": 1904,
"ians": 1905,
"og": 1906,
"Ġmeans": 1907,
"ens": 1908,
"Ġsurpr": 1909,
"ures": 1910,
"Ġbuilding": 1911,
"Ġnecessarily": 1912,
"Ġhobby": 1913,
"aste": 1914,
"Ġquick": 1915,
"Ġmusic": 1916,
"Ġrecently": 1917,
"nel": 1918,
"Ġtru": 1919,
"Ġneat": 1920,
"Ġplayed": 1921,
"Ġbeaut": 1922,
"gr": 1923,
"Ġthank": 1924,
"Ġconcern": 1925,
"Ġlose": 1926,
"Ġgro": 1927,
"Ġinterested": 1928,
"own": 1929,
"hip": 1930,
"unately": 1931,
"Ġopinion": 1932,
"Ġprot": 1933,
"Ġstudent": 1934,
"Ġmilit": 1935,
"Ġseason": 1936,
"Ġbush": 1937,
"Ġpersonally": 1938,
"Ġseeing": 1939,
"Ġorig": 1940,
"Ġpos": 1941,
"Ġweapons": 1942,
"Ġspecial": 1943,
"Ġtrust": 1944,
"Ġunfort": 1945,
"Ġexa": 1946,
"work": 1947,
"Ġill": 1948,
"Ġquit": 1949,
"Ġsm": 1950,
"Ġtwel": 1951,
"Ġeleventh": 1952,
"Ġweight": 1953,
"ided": 1954,
"Ġcompanies": 1955,
"Ġlow": 1956,
"ield": 1957,
"nect": 1958,
"Ġtwelve": 1959,
"por": 1960,
"Ġfre": 1961,
"Ġlooks": 1962,
"Ġorigin": 1963,
"Ġlad": 1964,
"Ġpass": 1965,
"Ġchance": 1966,
"pid": 1967,
"ped": 1968,
"Ġridicul": 1969,
"Ġgrowing": 1970,
"Ġseventy": 1971,
"Ġstudents": 1972,
"Ġart": 1973,
"Ġridiculous": 1974,
"Ġleg": 1975,
"Ġborn": 1976,
"Ġonline": 1977,
"Ġanyone": 1978,
"Ġyester": 1979,
"Ġpic": 1980,
"rent": 1981,
"Ġmilitary": 1982,
"Ġyesterday": 1983,
"ties": 1984,
"Ġvo": 1985,
"Ġfeeling": 1986,
"kend": 1987,
"Ġwoman": 1988,
"Ġweekend": 1989,
"Ġeh": 1990,
"Ġqual": 1991,
"ken": 1992,
"Ġissue": 1993,
"Ġattention": 1994,
"Ġtest": 1995,
"Ġforget": 1996,
"bility": 1997,
"sey": 1998,
"Ġbene": 1999,
"Ġanywhere": 2000,
"Ġdie": 2001,
"iful": 2002,
"Ġtech": 2003,
"Ġaction": 2004,
"Ġoutd": 2005,
"Ġrad": 2006,
"Ġeffect": 2007,
"ays": 2008,
"Ġvir": 2009,
"Ġresp": 2010,
"Ġacross": 2011,
"Ġbenef": 2012,
"Ġprefer": 2013,
"Ġconst": 2014,
"Ġlooked": 2015,
"Ġninet": 2016,
"Ġterrorism": 2017,
"Ġwashing": 2018,
"Ġbra": 2019,
"Ġdollar": 2020,
"sent": 2021,
"Ġcoast": 2022,
"Ġusing": 2023,
"Ġjersey": 2024,
"Ġbeautiful": 2025,
"Ġpriv": 2026,
"ring": 2027,
"Ġgrade": 2028,
"Ġlate": 2029,
"ti": 2030,
"raid": 2031,
"Ġange": 2032,
"Ġafraid": 2033,
"Ġcorpor": 2034,
"Ġcontrol": 2035,
"ric": 2036,
"Ġterrible": 2037,
"lfriend": 2038,
"Ġwind": 2039,
"Ġconnect": 2040,
"Ġlearning": 2041,
"cer": 2042,
"Ġbody": 2043,
"Ġbed": 2044,
"Ġgirlfriend": 2045,
"Ġgy": 2046,
"ient": 2047,
"room": 2048,
"Ġball": 2049,
"Ġsign": 2050,
"te": 2051,
"Ġresearch": 2052,
"Ġsleep": 2053,
"Ġpresid": 2054,
"Ġearly": 2055,
"Ġir": 2056,
"Ġextra": 2057,
"ele": 2058,
"Ġav": 2059,
"Ġstep": 2060,
"Ġscre": 2061,
"Ġneeds": 2062,
"Ġaccept": 2063,
"ile": 2064,
"ign": 2065,
"pit": 2066,
"ale": 2067,
"pa": 2068,
"Ġrealize": 2069,
"Ġstrange": 2070,
"Ġbehind": 2071,
"Ġevent": 2072,
"Ġeighty": 2073,
"reme": 2074,
"Ġcamp": 2075,
"Ġterms": 2076,
"aire": 2077,
"Ġeconomy": 2078,
"Ġholidays": 2079,
"Ġtouch": 2080,
"Ġview": 2081,
"Ġexample": 2082,
"Ġstupid": 2083,
"Ġpull": 2084,
"Ġkept": 2085,
"Ġchanges": 2086,
"Ġey": 2087,
"ago": 2088,
"Ġmeal": 2089,
"ush": 2090,
"Ġserv": 2091,
"Ġsuppose": 2092,
"Ġjokes": 2093,
"ub": 2094,
"Ġbought": 2095,
"Ġchicago": 2096,
"Ġwashington": 2097,
"Ġputting": 2098,
"ona": 2099,
"ding": 2100,
"ured": 2101,
"Ġocc": 2102,
"Ġactivities": 2103,
"Ġev": 2104,
"Ġturned": 2105,
"Ġmess": 2106,
"Ġz": 2107,
"Ġclasses": 2108,
"Ġadv": 2109,
"Ġmarket": 2110,
"Ġminute": 2111,
"Ġhorrible": 2112,
"Ġcurrent": 2113,
"Ġpur": 2114,
"Ġsixty": 2115,
"Ġfamilies": 2116,
"ior": 2117,
"Ġemploy": 2118,
"ying": 2119,
"Ġdoor": 2120,
"Ġwithin": 2121,
"Ġsuper": 2122,
"Ġsocial": 2123,
"Ġlikes": 2124,
"Ġgoss": 2125,
"Ġsat": 2126,
"Ġchannel": 2127,
"Ġgiving": 2128,
"Ġwarm": 2129,
"Ġlight": 2130,
"Ġhopefully": 2131,
"ature": 2132,
"Ġunfortunately": 2133,
"Ġgym": 2134,
"Ġpict": 2135,
"Ġstrong": 2136,
"Ġanswer": 2137,
"Ġcoo": 2138,
"Ġpat": 2139,
"Ġsurviv": 2140,
"Ġlocal": 2141,
"Ġglad": 2142,
"Ġgossip": 2143,
"Ġsadd": 2144,
"Ġmass": 2145,
"Ġstory": 2146,
"Ġtrouble": 2147,
"Ġpas": 2148,
"Ġgeor": 2149,
"Ġbased": 2150,
"cy": 2151,
"ude": 2152,
"eaking": 2153,
"Ġmiles": 2154,
"cked": 2155,
"Ġdied": 2156,
"Ġconversation": 2157,
"Ġvi": 2158,
"gn": 2159,
"Ġinside": 2160,
"Ġready": 2161,
"Ġtreat": 2162,
"Ġbur": 2163,
"Ġsn": 2164,
"Ġfear": 2165,
"Ġhobbies": 2166,
"bo": 2167,
"Ġhun": 2168,
"Ġbeach": 2169,
"Ġsoci": 2170,
"Ġraised": 2171,
"fect": 2172,
"Ġpresident": 2173,
"Ġcele": 2174,
"Ġasked": 2175,
"Ġoffice": 2176,
"Ġdin": 2177,
"gg": 2178,
"not": 2179,
"Ġbooks": 2180,
"Ġplus": 2181,
"Ġpea": 2182,
"Ġhelps": 2183,
"pped": 2184,
"Ġraise": 2185,
"ages": 2186,
"Ġcelebr": 2187,
"Ġshort": 2188,
"Ġcoll": 2189,
"Ġapartment": 2190,
"anta": 2191,
"Ġbusy": 2192,
"Ġsaddam": 2193,
"Ġorder": 2194,
"Ġvide": 2195,
"Ġheart": 2196,
"lt": 2197,
"anic": 2198,
"Ġpoor": 2199,
"Ġdan": 2200,
"icket": 2201,
"Ġwhenever": 2202,
"Ġended": 2203,
"Ġrecord": 2204,
"ker": 2205,
"ward": 2206,
"thern": 2207,
"Ġafford": 2208,
"Ġath": 2209,
"Ġkor": 2210,
"Ġred": 2211,
"air": 2212,
"Ġwrite": 2213,
"Ġhab": 2214,
"Ġrich": 2215,
"Ġger": 2216,
"Ġdecided": 2217,
"Ġpeace": 2218,
"Ġfield": 2219,
"Ġcult": 2220,
"Ġlucky": 2221,
"Ġprofessional": 2222,
"Ġits": 2223,
"Ġpark": 2224,
"Ġallerg": 2225,
"Ġnineteen": 2226,
"Ġsurve": 2227,
"Ġfinish": 2228,
"Ġfil": 2229,
"Ġworst": 2230,
"Ġdegree": 2231,
"Ġradio": 2232,
"Ġjun": 2233,
"itive": 2234,
"Ġsim": 2235,
"Ġbother": 2236,
"Ġsever": 2237,
"Ġneighbor": 2238,
"itch": 2239,
"Ġfire": 2240,
"Ġboston": 2241,
"cle": 2242,
"Ġtea": 2243,
"Ġanimals": 2244,
"pes": 2245,
"Ġton": 2246,
"Ġplayers": 2247,
"Ġpain": 2248,
"Ġsigned": 2249,
"Ġchoice": 2250,
"Ġteaching": 2251,
"Ġdrinking": 2252,
"Ġseveral": 2253,
"ote": 2254,
"ckey": 2255,
"ication": 2256,
"iss": 2257,
"Ġdraw": 2258,
"uc": 2259,
"Ġstra": 2260,
"Ġhigher": 2261,
"Ġathlet": 2262,
"dden": 2263,
"Ġlang": 2264,
"Ġisland": 2265,
"Ġwilling": 2266,
"Ġsudden": 2267,
"Ġeverywhere": 2268,
"Ġeighteen": 2269,
"ium": 2270,
"Ġsurvivor": 2271,
"Ġgiven": 2272,
"Ġlangu": 2273,
"Ġhist": 2274,
"Ġbrought": 2275,
"Ġtom": 2276,
"Ġangeles": 2277,
"Ġfort": 2278,
"Ġbox": 2279,
"Ġspent": 2280,
"Ġcompl": 2281,
"Ġprivate": 2282,
"Ġoriginally": 2283,
"Ġnon": 2284,
"Ġhockey": 2285,
"Ġtrip": 2286,
"Ġseemed": 2287,
"Ġlonger": 2288,
"Ġprodu": 2289,
"Ġthrow": 2290,
"go": 2291,
"Ġlarge": 2292,
"gan": 2293,
"hood": 2294,
"Ġsent": 2295,
"Ġrac": 2296,
"Ġshot": 2297,
"Ġmoving": 2298,
"Ġvac": 2299,
"Ġfit": 2300,
"Ġfinally": 2301,
"Ġcarol": 2302,
"iced": 2303,
"Ġcell": 2304,
"Ġbeginning": 2305,
"ories": 2306,
"ted": 2307,
"Ġsol": 2308,
"Ġjump": 2309,
"Ġscared": 2310,
"Ġticket": 2311,
"Ġforth": 2312,
"Ġdest": 2313,
"Ġexp": 2314,
"xic": 2315,
"Ġcanad": 2316,
"oth": 2317,
"attle": 2318,
"Ġentertain": 2319,
"Ġlou": 2320,
"Ġstick": 2321,
"Ġcaught": 2322,
"Ġhasn": 2323,
"Ġcommon": 2324,
"ortun": 2325,
"Ġperfect": 2326,
"rees": 2327,
"Ġdirect": 2328,
"Ġwaiting": 2329,
"Ġthanks": 2330,
"Ġopportun": 2331,
"mit": 2332,
"Ġconf": 2333,
"Ġexcuse": 2334,
"Ġshopping": 2335,
"Ġphys": 2336,
"Ġneeded": 2337,
"Ġtowards": 2338,
"Ġallowed": 2339,
"ground": 2340,
"ator": 2341,
"Ġdriving": 2342,
"Ġface": 2343,
"Ġcolor": 2344,
"vest": 2345,
"Ġrespect": 2346,
"Ġrep": 2347,
"Ġcomed": 2348,
"Ġsociety": 2349,
"rael": 2350,
"ural": 2351,
"Ġquestions": 2352,
"Ġmillionaire": 2353,
"vy": 2354,
"Ġdiscuss": 2355,
"Ġisrael": 2356,
"Ġtwice": 2357,
"Ġengl": 2358,
"ats": 2359,
"Ġserious": 2360,
"Ġwear": 2361,
"Ġoil": 2362,
"Ġroad": 2363,
"Ġenglish": 2364,
"how": 2365,
"Ġdel": 2366,
"irm": 2367,
"Ġsafe": 2368,
"Ġmexic": 2369,
"Ġvisit": 2370,
"bb": 2371,
"Ġsurprised": 2372,
"Ġchur": 2373,
"pital": 2374,
"Ġareas": 2375,
"Ġdrug": 2376,
"Ġconcerned": 2377,
"ants": 2378,
"Ġevents": 2379,
"fortable": 2380,
"ering": 2381,
"Ġknown": 2382,
"Ġtrans": 2383,
"Ġteen": 2384,
"Ġindian": 2385,
"Ġround": 2386,
"Ġextreme": 2387,
"Ġterrorists": 2388,
"Ġmach": 2389,
"Ġchurch": 2390,
"Ġincr": 2391,
"Ġtheater": 2392,
"ond": 2393,
"Ġinvest": 2394,
"wise": 2395,
"cking": 2396,
"Ġcontin": 2397,
"lls": 2398,
"oring": 2399,
"Ġservice": 2400,
"ges": 2401,
"Ġtaste": 2402,
"Ġbiggest": 2403,
"sons": 2404,
"Ġnational": 2405,
"Ġspring": 2406,
"Ġcommunity": 2407,
"Ġpossi": 2408,
"erv": 2409,
"Ġawful": 2410,
"Ġcorrect": 2411,
"Ġbigger": 2412,
"Ġaffected": 2413,
"Ġbir": 2414,
"Ġmarri": 2415,
"Ġmot": 2416,
"Ġexpl": 2417,
"Ġprograms": 2418,
"Ġcommer": 2419,
"Ġlearned": 2420,
"Ġtrade": 2421,
"Ġprotect": 2422,
"ences": 2423,
"Ġstar": 2424,
"Ġboys": 2425,
"Ġkorea": 2426,
"Ġhuman": 2427,
"hol": 2428,
"Ġaffirm": 2429,
"ota": 2430,
"Ġban": 2431,
"icip": 2432,
"Ġohio": 2433,
"Ġfriendship": 2434,
"ral": 2435,
"Ġdot": 2436,
"Ġem": 2437,
"com": 2438,
"Ġdinner": 2439,
"Ġstopped": 2440,
"antly": 2441,
"oh": 2442,
"Ġswe": 2443,
"sters": 2444,
"Ġbike": 2445,
"Ġpossible": 2446,
"Ġnet": 2447,
"Ġgolf": 2448,
"Ġaware": 2449,
"Ġwords": 2450,
"set": 2451,
"Ġaffirmative": 2452,
"Ġdivor": 2453,
"Ġcond": 2454,
"Ġtaxes": 2455,
"Ġfeed": 2456,
"Ġcommercial": 2457,
"Ġlead": 2458,
"Ġreport": 2459,
"Ġpot": 2460,
"Ġice": 2461,
"Ġamericans": 2462,
"Ġswim": 2463,
"friend": 2464,
"iar": 2465,
"par": 2466,
"Ġfut": 2467,
"Ġindust": 2468,
"Ġatl": 2469,
"velop": 2470,
"Ġcooking": 2471,
"Ġhea": 2472,
"Ġcreat": 2473,
"ances": 2474,
"Ġwebs": 2475,
"Ġpound": 2476,
"Ġchoose": 2477,
"cif": 2478,
"Ġlanguage": 2479,
"Ġhy": 2480,
"Ġgives": 2481,
"Ġhealthy": 2482,
"Ġmention": 2483,
"Ġcre": 2484,
"ident": 2485,
"Ġboard": 2486,
"Ġlibr": 2487,
"Ġequ": 2488,
"ilar": 2489,
"Ġpract": 2490,
"Ġneither": 2491,
"Ġspecif": 2492,
"Ġvideo": 2493,
"verage": 2494,
"Ġrespons": 2495,
"Ġpie": 2496,
"Ġpopular": 2497,
"Ġsmart": 2498,
"Ġalone": 2499,
"igan": 2500,
"lock": 2501,
"Ġvirgin": 2502,
"Ġspo": 2503,
"Ġhistory": 2504,
"Ġcu": 2505,
"Ġrem": 2506,
"Ġfund": 2507,
"Ġpassed": 2508,
"Ġkidding": 2509,
"Ġsimilar": 2510,
"Ġmod": 2511,
"Ġcompet": 2512,
"Ġpress": 2513,
"Ġkilled": 2514,
"Ġoutdoor": 2515,
"Ġkeeps": 2516,
"gs": 2517,
"Ġnowad": 2518,
"Ġpicked": 2519,
"Ġeu": 2520,
"akes": 2521,
"Ġentire": 2522,
"Ġrace": 2523,
"Ġothers": 2524,
"Ġnormal": 2525,
"Ġnowadays": 2526,
"Ġfranc": 2527,
"Ġboyfriend": 2528,
"Ġflying": 2529,
"Ġmichigan": 2530,
"Ġprevent": 2531,
"Ġitself": 2532,
"Ġland": 2533,
"Ġalco": 2534,
"Ġsearch": 2535,
"Ġdate": 2536,
"isco": 2537,
"Ġalcohol": 2538,
"Ġfuture": 2539,
"Ġbirth": 2540,
"aries": 2541,
"Ġcarolina": 2542,
"nday": 2543,
"Ġfur": 2544,
"Ġotherwise": 2545,
"Ġslow": 2546,
"Ġgas": 2547,
"vert": 2548,
"Ġself": 2549,
"Ġtruth": 2550,
"Ġbackground": 2551,
"bur": 2552,
"Ġlately": 2553,
"Ġmanh": 2554,
"clock": 2555,
"Ġsci": 2556,
"Ġwher": 2557,
"Ġpack": 2558,
"Ġtemp": 2559,
"ensive": 2560,
"Ġhair": 2561,
"Ġharder": 2562,
"Ġlady": 2563,
"Ġmanhatt": 2564,
"Ġport": 2565,
"Ġed": 2566,
"ivid": 2567,
"oms": 2568,
"Ġshit": 2569,
"Ġmanhattan": 2570,
"istic": 2571,
"aho": 2572,
"kers": 2573,
"Ġsex": 2574,
"Ġmedia": 2575,
"Ġfrancisco": 2576,
"ended": 2577,
"ret": 2578,
"Ġdead": 2579,
"Ġcenter": 2580,
"ome": 2581,
"Ġcous": 2582,
"chel": 2583,
"Ġrelative": 2584,
"Ġprice": 2585,
"Ġissues": 2586,
"Ġclos": 2587,
"Ġdevelop": 2588,
"Ġgraduated": 2589,
"Ġsold": 2590,
"Ġvirginia": 2591,
"Ġpanic": 2592,
"Ġsun": 2593,
"Ġsocc": 2594,
"Ġform": 2595,
"Ġminor": 2596,
"Ġindivid": 2597,
"Ġsoccer": 2598,
"Ġnoticed": 2599,
"Ġfix": 2600,
"Ġaccount": 2601,
"Ġanti": 2602,
"Ġelect": 2603,
"Ġnormally": 2604,
"Ġbird": 2605,
"Ġcigarettes": 2606,
"Ġcanada": 2607,
"Ġcable": 2608,
"Ġclear": 2609,
"Ġdun": 2610,
"Ġparticip": 2611,
"Ġveget": 2612,
"Ġasking": 2613,
"que": 2614,
"Ġseattle": 2615,
"Ġtonight": 2616,
"Ġstock": 2617,
"Ġreasons": 2618,
"Ġthirteen": 2619,
"Ġsuc": 2620,
"ipp": 2621,
"paper": 2622,
"Ġru": 2623,
"bles": 2624,
"nis": 2625,
"Ġfinding": 2626,
"Ġloves": 2627,
"ron": 2628,
"Ġshare": 2629,
"Ġhadn": 2630,
"Ġfoc": 2631,
"Ġsme": 2632,
"Ġsha": 2633,
"Ġfamiliar": 2634,
"Ġatlanta": 2635,
"oors": 2636,
"Ġloved": 2637,
"sy": 2638,
"Ġnewspaper": 2639,
"Ġmount": 2640,
"Ġbec": 2641,
"urance": 2642,
"Ġworried": 2643,
"Ġtopics": 2644,
"Ġperi": 2645,
"Ġcigarette": 2646,
"Ġwondering": 2647,
"Ġtaught": 2648,
"Ġperiod": 2649,
"Ġcarry": 2650,
"Ġvers": 2651,
"app": 2652,
"Ġsomehow": 2653,
"Ġhos": 2654,
"Ġexperi": 2655,
"Ġnotice": 2656,
"ills": 2657,
"esses": 2658,
"Ġpit": 2659,
"Ġsuff": 2660,
"umb": 2661,
"Ġsouthern": 2662,
"Ġactual": 2663,
"Ġmix": 2664,
"got": 2665,
"Ġpush": 2666,
"Ġsixteen": 2667,
"ille": 2668,
"Ġcars": 2669,
"Ġparts": 2670,
"ific": 2671,
"Ġgenerally": 2672,
"Ġeventually": 2673,
"Ġtired": 2674,
"Ġparty": 2675,
"Ġblow": 2676,
"Ġhands": 2677,
"Ġaccess": 2678,
"Ġsus": 2679,
"Ġearl": 2680,
"Ġmarriage": 2681,
"Ġvoice": 2682,
"Ġteams": 2683,
"Ġgerman": 2684,
"ined": 2685,
"Ġmc": 2686,
"Ġdro": 2687,
"Ġcard": 2688,
"Ġcannot": 2689,
"Ġbrothers": 2690,
"Ġaud": 2691,
"Ġoccas": 2692,
"Ġstraight": 2693,
"cr": 2694,
"Ġinsurance": 2695,
"Ġcorporate": 2696,
"Ġfighting": 2697,
"Ġcute": 2698,
"Ġtraining": 2699,
"Ġchicken": 2700,
"ume": 2701,
"Ġprov": 2702,
"Ġbott": 2703,
"Ġtrave": 2704,
"Ġflight": 2705,
"Ġpost": 2706,
"Ġdanger": 2707,
"Ġfed": 2708,
"Ġfigured": 2709,
"lling": 2710,
"Ġvar": 2711,
"Ġallergies": 2712,
"gia": 2713,
"Ġmag": 2714,
"Ġopt": 2715,
"Ġreligion": 2716,
"Ġlibrary": 2717,
"ners": 2718,
"Ġspeaking": 2719,
"Ġscreen": 2720,
"iving": 2721,
"Ġindustry": 2722,
"atic": 2723,
"olog": 2724,
"bout": 2725,
"ged": 2726,
"Ġstarts": 2727,
"Ġconsidered": 2728,
"cri": 2729,
"ps": 2730,
"ino": 2731,
"ilt": 2732,
"Ġyup": 2733,
"Ġcri": 2734,
"Ġpool": 2735,
"Ġdemo": 2736,
"Ġstuck": 2737,
"Ġbachel": 2738,
"ruction": 2739,
"Ġappre": 2740,
"Ġooh": 2741,
"Ġgroups": 2742,
"Ġwebsite": 2743,
"Ġnone": 2744,
"Ġblood": 2745,
"Ġfourth": 2746,
"nolo": 2747,
"acy": 2748,
"Ġcir": 2749,
"Ġbud": 2750,
"Ġbal": 2751,
"Ġneighborhood": 2752,
"Ġwhereas": 2753,
"gue": 2754,
"Ġride": 2755,
"Ġblah": 2756,
"Ġearlier": 2757,
"Ġfat": 2758,
"Ġcha": 2759,
"Ġstayed": 2760,
"Ġdunno": 2761,
"Ġsave": 2762,
"Ġteenag": 2763,
"lyn": 2764,
"Ġprocess": 2765,
"Ġtrack": 2766,
"Ġkeeping": 2767,
"Ġdar": 2768,
"Ġbusinesses": 2769,
"Ġcomplain": 2770,
"Ġaut": 2771,
"Ġgard": 2772,
"Ġaccent": 2773,
"Ġhandle": 2774,
"Ġgeorgia": 2775,
"la": 2776,
"Ġflu": 2777,
"ees": 2778,
"Ġfill": 2779,
"Ġsto": 2780,
"Ġmissed": 2781,
"po": 2782,
"Ġboring": 2783,
"Ġopportunity": 2784,
"Ġtar": 2785,
"icy": 2786,
"Ġthinks": 2787,
"Ġcreate": 2788,
"Ġtha": 2789,
"Ġairpl": 2790,
"Ġimm": 2791,
"bt": 2792,
"Ġadvert": 2793,
"ville": 2794,
"Ġknowing": 2795,
"Ġcontact": 2796,
"Ġski": 2797,
"Ġhonestly": 2798,
"Ġmary": 2799,
"Ġjap": 2800,
"Ġprep": 2801,
"Ġcomfortable": 2802,
"Ġgrown": 2803,
"ones": 2804,
"Ġstation": 2805,
"Ġchem": 2806,
"ler": 2807,
"Ġpresent": 2808,
"Ġhumid": 2809,
"ency": 2810,
"mot": 2811,
"ides": 2812,
"Ġretired": 2813,
"acked": 2814,
"Ġpolice": 2815,
"Ġmountain": 2816,
"ressed": 2817,
"Ġappreci": 2818,
"Ġdou": 2819,
"Ġtor": 2820,
"inese": 2821,
"Ġmarry": 2822,
"Ġcloser": 2823,
"Ġjoh": 2824,
"Ġspending": 2825,
"Ġathletes": 2826,
"Ġmedic": 2827,
"Ġtechnolo": 2828,
"lled": 2829,
"Ġgee": 2830,
"ips": 2831,
"yle": 2832,
"Ġain": 2833,
"Ġproper": 2834,
"Ġaddict": 2835,
"Ġconstantly": 2836,
"esome": 2837,
"Ġmeat": 2838,
"Ġviol": 2839,
"Ġara": 2840,
"ots": 2841,
"lear": 2842,
"Ġwindow": 2843,
"Ġjoe": 2844,
"Ġfem": 2845,
"Ġorgan": 2846,
"Ġcheap": 2847,
"ified": 2848,
"Ġmath": 2849,
"Ġfourteen": 2850,
"ax": 2851,
"ibility": 2852,
"view": 2853,
"Ġtennis": 2854,
"Ġfinan": 2855,
"Ġchinese": 2856,
"ugg": 2857,
"Ġgraduate": 2858,
"ulation": 2859,
"Ġstores": 2860,
"Ġcollect": 2861,
"Ġmist": 2862,
"Ġpsy": 2863,
"Ġest": 2864,
"Ġclub": 2865,
"Ġsuccess": 2866,
"ionally": 2867,
"Ġupset": 2868,
"Ġchina": 2869,
"Ġfactor": 2870,
"Ġsurvey": 2871,
"Ġexce": 2872,
"Ġjohn": 2873,
"Ġnuc": 2874,
"Ġbasic": 2875,
"Ġdating": 2876,
"Ġseasons": 2877,
"Ġpsych": 2878,
"Ġbow": 2879,
"ison": 2880,
"Ġoppos": 2881,
"Ġposition": 2882,
"Ġhabit": 2883,
"Ġnuclear": 2884,
"ato": 2885,
"Ġground": 2886,
"Ġran": 2887,
"Ġbrook": 2888,
"sides": 2889,
"Ġyard": 2890,
"Ġliber": 2891,
"Ġculture": 2892,
"Ġfairly": 2893,
"ops": 2894,
"medi": 2895,
"Ġbirthday": 2896,
"ergy": 2897,
"Ġfle": 2898,
"Ġplays": 2899,
"Ġgreen": 2900,
"Ġdeath": 2901,
"Ġfreed": 2902,
"rest": 2903,
"Ġsoft": 2904,
"Ġenv": 2905,
"Ġune": 2906,
"Ġsmoker": 2907,
"li": 2908,
"Ġwriting": 2909,
"Ġforward": 2910,
"Ġmillions": 2911,
"Ġlistening": 2912,
"Ġforeign": 2913,
"Ġgarden": 2914,
"ado": 2915,
"illy": 2916,
"Ġaust": 2917,
"Ġnut": 2918,
"Ġodd": 2919,
"Ġaverage": 2920,
"Ġawesome": 2921,
"Ġdu": 2922,
"Ġintell": 2923,
"Ġmail": 2924,
"Ġhelped": 2925,
"ney": 2926,
"ode": 2927,
"Ġhearing": 2928,
"Ġsisters": 2929,
"ade": 2930,
"Ġseriously": 2931,
"Ġbord": 2932,
"Ġbeat": 2933,
"Ġnat": 2934,
"Ġdepending": 2935,
"Ġstudying": 2936,
"Ġrul": 2937,
"Ġoffensive": 2938,
"ially": 2939,
"Ġforgot": 2940,
"Ġbesides": 2941,
"Ġtypes": 2942,
"Ġimmedi": 2943,
"Ġpossibly": 2944,
"nor": 2945,
"Ġlower": 2946,
"Ġchea": 2947,
"Ġhelping": 2948,
"Ġmachine": 2949,
"pers": 2950,
"Ġx": 2951,
"Ġsepar": 2952,
"Ġreco": 2953,
"Ġdemocr": 2954,
"ware": 2955,
"Ġlay": 2956,
"Ġrequ": 2957,
"Ġeyes": 2958,
"itten": 2959,
"Ġsmaller": 2960,
"Ġcents": 2961,
"Ġtechnology": 2962,
"Ġincome": 2963,
"astic": 2964,
"Ġdecide": 2965,
"Ġhung": 2966,
"Ġproduct": 2967,
"Ġeuro": 2968,
"Ġbrooklyn": 2969,
"ighten": 2970,
"Ġref": 2971,
"Ġexercising": 2972,
"iled": 2973,
"Ġcred": 2974,
"Ġgossiping": 2975,
"Ġcancer": 2976,
"arely": 2977,
"Ġjack": 2978,
"Ġstress": 2979,
"Ġbecame": 2980,
"Ġenvir": 2981,
"Ġsco": 2982,
"Ġwhoever": 2983,
"Ġenviron": 2984,
"Ġpard": 2985,
"Ġnur": 2986,
"Ġvacation": 2987,
"ero": 2988,
"Ġrand": 2989,
"Ġcoff": 2990,
"Ġminnes": 2991,
"Ġcontract": 2992,
"Ġexciting": 2993,
"Ġpardon": 2994,
"Ġjew": 2995,
"to": 2996,
"ites": 2997,
"Ġhospital": 2998,
"Ġsite": 2999,
"Ġproject": 3000,
"Ġgrad": 3001,
"ute": 3002,
"Ġcand": 3003,
"Ġforever": 3004,
"Ġrock": 3005,
"Ġminnesota": 3006,
"Ġhire": 3007,
"Ġcounty": 3008,
"Ġsmoked": 3009,
"cin": 3010,
"ogy": 3011,
"Ġcorn": 3012,
"Ġtarget": 3013,
"Ġeurope": 3014,
"gar": 3015,
"eral": 3016,
"Ġapparent": 3017,
"reg": 3018,
"Ġhoping": 3019,
"onald": 3020,
"Ġpounds": 3021,
"orrow": 3022,
"Ġrelax": 3023,
"Ġbuying": 3024,
"ab": 3025,
"Ġdegrees": 3026,
"llas": 3027,
"see": 3028,
"rench": 3029,
"Ġsweet": 3030,
"Ġfocus": 3031,
"Ġpolitical": 3032,
"Ġreligious": 3033,
"Ġopposed": 3034,
"Ġinteract": 3035,
"lie": 3036,
"Ġmem": 3037,
"Ġshoes": 3038,
"Ġment": 3039,
"Ġbasis": 3040,
"Ġterri": 3041,
"ense": 3042,
"ults": 3043,
"Ġari": 3044,
"Ġbars": 3045,
"Ġnic": 3046,
"iet": 3047,
"wood": 3048,
"itions": 3049,
"Ġrelated": 3050,
"Ġcloth": 3051,
"Ġinfl": 3052,
"Ġsomewh": 3053,
"Ġvote": 3054,
"Ġpicture": 3055,
"Ġmyster": 3056,
"Ġlake": 3057,
"Ġeth": 3058,
"Ġincred": 3059,
"Ġcross": 3060,
"Ġsand": 3061,
"Ġeye": 3062,
"pose": 3063,
"Ġdallas": 3064,
"Ġcoffee": 3065,
"Ġactive": 3066,
"Ġblo": 3067,
"Ġgift": 3068,
"Ġmor": 3069,
"Ġbank": 3070,
"Ġlunch": 3071,
"izz": 3072,
"Ġste": 3073,
"graph": 3074,
"Ġavail": 3075,
"Ġapparently": 3076,
"Ġsomewhat": 3077,
"Ġcommit": 3078,
"we": 3079,
"ument": 3080,
"oter": 3081,
"Ġprices": 3082,
"Ġpictures": 3083,
"Ġsmell": 3084,
"Ġanimal": 3085,
"Ġquality": 3086,
"Ġenvironment": 3087,
"acking": 3088,
"Ġwanting": 3089,
"sein": 3090,
"isc": 3091,
"Ġplayer": 3092,
"Ġhussein": 3093,
"Ġstories": 3094,
"Ġcareer": 3095,
"ration": 3096,
"Ġfeels": 3097,
"ansas": 3098,
"Ġincl": 3099,
"donald": 3100,
"gress": 3101,
"ris": 3102,
"Ġliter": 3103,
"Ġspan": 3104,
"Ġsituations": 3105,
"wards": 3106,
"Ġruss": 3107,
"Ġeconom": 3108,
"Ġgrocer": 3109,
"ley": 3110,
"Ġsatur": 3111,
"Ġindoor": 3112,
"Ġdecision": 3113,
"Ġfeet": 3114,
"Ġbenefits": 3115,
"Ġspread": 3116,
"Ġmoment": 3117,
"phone": 3118,
"Ġmedical": 3119,
"Ġlouis": 3120,
"giving": 3121,
"Ġaspect": 3122,
"ists": 3123,
"Ġeasily": 3124,
"Ġmcdonald": 3125,
"Ġcities": 3126,
"Ġlaws": 3127,
"Ġyours": 3128,
"Ġideas": 3129,
"Ġclothes": 3130,
"vere": 3131,
"Ġwild": 3132,
"Ġacqu": 3133,
"Ġris": 3134,
"Ġemp": 3135,
"Ġneg": 3136,
"til": 3137,
"Ġrandom": 3138,
"Ġvalue": 3139,
"Ġmexico": 3140,
"Ġmeant": 3141,
"Ġrules": 3142,
"ica": 3143,
"Ġoldest": 3144,
"Ġtrad": 3145,
"Ġcontinue": 3146,
"Ġindividual": 3147,
"Ġtheat": 3148,
"ta": 3149,
"Ġfrench": 3150,
"Ġcompared": 3151,
"Ġcareful": 3152,
"Ġsau": 3153,
"erve": 3154,
"Ġlines": 3155,
"Ġgar": 3156,
"eans": 3157,
"Ġkno": 3158,
"Ġspace": 3159,
"Ġplanes": 3160,
"Ġcharact": 3161,
"Ġna": 3162,
"Ġenjoyed": 3163,
"Ġreact": 3164,
"Ġmainly": 3165,
"Ġcart": 3166,
"ging": 3167,
"outh": 3168,
"Ġsqu": 3169,
"Ġweb": 3170,
"Ġdepart": 3171,
"lines": 3172,
"Ġmanag": 3173,
"Ġterm": 3174,
"Ġpurpose": 3175,
"Ġmagaz": 3176,
"Ġdam": 3177,
"Ġphilly": 3178,
"Ġcheaper": 3179,
"Ġhardly": 3180,
"lley": 3181,
"rupt": 3182,
"Ġgold": 3183,
"ology": 3184,
"istan": 3185,
"Ġpoints": 3186,
"Ġariz": 3187,
"llent": 3188,
"Ġforce": 3189,
"Ġsunday": 3190,
"Ġang": 3191,
"Ġimpro": 3192,
"Ġstaying": 3193,
"Ġdrugs": 3194,
"Ġarizona": 3195,
"Ġbath": 3196,
"Ġcrow": 3197,
"Ġvol": 3198,
"Ġsimple": 3199,
"Ġafric": 3200,
"Ġthanksgiving": 3201,
"Ġmystery": 3202,
"for": 3203,
"Ġden": 3204,
"Ġfell": 3205,
"Ġscience": 3206,
"ith": 3207,
"Ġourselves": 3208,
"Ġstad": 3209,
"Ġparticularly": 3210,
"Ġintellig": 3211,
"Ġnature": 3212,
"Ġarab": 3213,
"Ġstadium": 3214,
"Ġling": 3215,
"Ġavailable": 3216,
"Ġdev": 3217,
"mbers": 3218,
"Ġbioter": 3219,
"sa": 3220,
"Ġsalary": 3221,
"Ġchemical": 3222,
"Ġexcellent": 3223,
"Ġfreedom": 3224,
"Ġoper": 3225,
"Ġbreat": 3226,
"Ġdem": 3227,
"Ġhimself": 3228,
"Ġscr": 3229,
"Ġchanging": 3230,
"Ġnetwork": 3231,
"Ġpizz": 3232,
"Ġbuilt": 3233,
"Ġpregn": 3234,
"Ġsubur": 3235,
"Ġlosing": 3236,
"Ġentertainment": 3237,
"rit": 3238,
"Ġtable": 3239,
"Ġopposite": 3240,
"Ġital": 3241,
"Ġpartners": 3242,
"Ġadvant": 3243,
"Ġtotal": 3244,
"Ġphysical": 3245,
"Ġbioterror": 3246,
"Ġep": 3247,
"Ġwood": 3248,
"Ġille": 3249,
"Ġbroad": 3250,
"Ġrefu": 3251,
"Ġpres": 3252,
"Ġvit": 3253,
"Ġregard": 3254,
"ches": 3255,
"Ġblock": 3256,
"Ġtape": 3257,
"Ġattacks": 3258,
"unate": 3259,
"Ġroll": 3260,
"Ġbroke": 3261,
"gal": 3262,
"of": 3263,
"Ġseventeen": 3264,
"Ġclassroom": 3265,
"Ġcuri": 3266,
"istics": 3267,
"Ġquickly": 3268,
"Ġpositive": 3269,
"Ġcentral": 3270,
"Ġswimming": 3271,
"Ġspecific": 3272,
"Ġmouth": 3273,
"Ġinit": 3274,
"Ġdecent": 3275,
"aps": 3276,
"unt": 3277,
"Ġelement": 3278,
"dding": 3279,
"Ġemployees": 3280,
"Ġunemploy": 3281,
"Ġwise": 3282,
"imate": 3283,
"Ġretire": 3284,
"Ġdoubt": 3285,
"une": 3286,
"Ġcamer": 3287,
"Ġsize": 3288,
"Ġscare": 3289,
"Ġcommunic": 3290,
"Ġbre": 3291,
"Ġdrop": 3292,
"Ġdav": 3293,
"Ġdiet": 3294,
"Ġmanage": 3295,
"Ġactivity": 3296,
"Ġmentioned": 3297,
"Ġtro": 3298,
"Ġcau": 3299,
"Ġnation": 3300,
"Ġplease": 3301,
"allen": 3302,
"Ġtickets": 3303,
"Ġsaturday": 3304,
"ution": 3305,
"Ġkey": 3306,
"Ġann": 3307,
"Ġinterests": 3308,
"Ġcharge": 3309,
"Ġcry": 3310,
"Ġchallen": 3311,
"Ġacceptable": 3312,
"Ġdir": 3313,
"Ġscand": 3314,
"Ġdivorced": 3315,
"Ġbills": 3316,
"Ġpolitics": 3317,
"rict": 3318,
"Ġband": 3319,
"Ġdow": 3320,
"Ġincrease": 3321,
"Ġshut": 3322,
"Ġmembers": 3323,
"Ġtennes": 3324,
"Ġtennessee": 3325,
"cket": 3326,
"mar": 3327,
"iring": 3328,
"Ġdifferently": 3329,
"Ġjud": 3330,
"Ġindia": 3331,
"Ġrelationships": 3332,
"Ġheat": 3333,
"pective": 3334,
"Ġpitts": 3335,
"Ġeveryday": 3336,
"Ġprior": 3337,
"airs": 3338,
"Ġjee": 3339,
"Ġunion": 3340,
"Ġcelebrate": 3341,
"Ġoreg": 3342,
"epend": 3343,
"Ġmast": 3344,
"Ġbecomes": 3345,
"Ġpressure": 3346,
"Ġcover": 3347,
"place": 3348,
"Ġrate": 3349,
"Ġours": 3350,
"Ġtomorrow": 3351,
"Ġshape": 3352,
"Ġinstance": 3353,
"Ġneighb": 3354,
"Ġoregon": 3355,
"Ġskills": 3356,
"Ġappreciate": 3357,
"Ġengine": 3358,
"Ġfarm": 3359,
"Ġlaid": 3360,
"rage": 3361,
"Ġarmy": 3362,
"oked": 3363,
"Ġchristian": 3364,
"Ġrough": 3365,
"Ġbuff": 3366,
"Ġcosts": 3367,
"Ġpizza": 3368,
"ana": 3369,
"Ġmale": 3370,
"Ġtour": 3371,
"iding": 3372,
"ropri": 3373,
"Ġfinished": 3374,
"Ġfurther": 3375,
"Ġcrowd": 3376,
"Ġpittsbur": 3377,
"Ġenc": 3378,
"Ġharm": 3379,
"board": 3380,
"Ġrecogn": 3381,
"Ġmat": 3382,
"Ġgain": 3383,
"mi": 3384,
"Ġaffects": 3385,
"Ġfederal": 3386,
"Ġlingu": 3387,
"Ġver": 3388,
"Ġbuildings": 3389,
"Ġavo": 3390,
"Ġheavy": 3391,
"Ġdepartment": 3392,
"Ġchee": 3393,
"bu": 3394,
"ters": 3395,
"vable": 3396,
"Ġevening": 3397,
"Ġarg": 3398,
"Ġwall": 3399,
"Ġplenty": 3400,
"Ġfeelings": 3401,
"Ġjuly": 3402,
"aint": 3403,
"Ġfriendly": 3404,
"Ġperspective": 3405,
"Ġpersonality": 3406,
"Ġindepend": 3407,
"Ġplanning": 3408,
"Ġdangerous": 3409,
"Ġitalian": 3410,
"sing": 3411,
"ask": 3412,
"Ġrefer": 3413,
"mother": 3414,
"Ġfresh": 3415,
"Ġfemale": 3416,
"ify": 3417,
"Ġfinancial": 3418,
"Ġemot": 3419,
"Ġdaily": 3420,
"Ġcust": 3421,
"Ġpil": 3422,
"itude": 3423,
"Ġhowever": 3424,
"Ġalive": 3425,
"Ġcla": 3426,
"Ġpregnant": 3427,
"Ġfol": 3428,
"Ġrout": 3429,
"Ġstat": 3430,
"izing": 3431,
"Ġtill": 3432,
"rew": 3433,
"Ġkilling": 3434,
"uary": 3435,
"Ġhouses": 3436,
"Ġdownt": 3437,
"tle": 3438,
"Ġkick": 3439,
"Ġshowing": 3440,
"Ġexplain": 3441,
"ho": 3442,
"Ġoly": 3443,
"idence": 3444,
"Ġfilm": 3445,
"uct": 3446,
"eased": 3447,
"vered": 3448,
"Ġillness": 3449,
"Ġlu": 3450,
"ceive": 3451,
"Ġsorta": 3452,
"Ġversus": 3453,
"Ġillegal": 3454,
"Ġolymp": 3455,
"Ġlim": 3456,
"che": 3457,
"mpt": 3458,
"ppy": 3459,
"Ġquiet": 3460,
"Ġfrance": 3461,
"Ġdealing": 3462,
"Ġscrew": 3463,
"Ġextremely": 3464,
"Ġsea": 3465,
"Ġpapers": 3466,
"Ġlabor": 3467,
"Ġvitam": 3468,
"ef": 3469,
"Ġsta": 3470,
"coming": 3471,
"Ġbull": 3472,
"Ġattract": 3473,
"Ġstandard": 3474,
"Ġselling": 3475,
"Ġindiana": 3476,
"Ġcirc": 3477,
"Ġairplane": 3478,
"Ġsuccessful": 3479,
"Ġig": 3480,
"Ġtrained": 3481,
"care": 3482,
"Ġdish": 3483,
"ids": 3484,
"Ġadult": 3485,
"Ġnegative": 3486,
"Ġepis": 3487,
"Ġpin": 3488,
"Ġpenn": 3489,
"Ġbottom": 3490,
"Ġacquaint": 3491,
"Ġadmin": 3492,
"Ġairports": 3493,
"Ġwaste": 3494,
"ources": 3495,
"Ġenron": 3496,
"Ġsupposedly": 3497,
"bin": 3498,
"Ġnames": 3499,
"Ġcalm": 3500,
"Ġinternational": 3501,
"Ġbringing": 3502,
"Ġsalad": 3503,
"parent": 3504,
"Ġokl": 3505,
"Ġhabits": 3506,
"Ġadminist": 3507,
"Ġthro": 3508,
"Ġshar": 3509,
"Ġroomm": 3510,
"Ġdry": 3511,
"Ġanno": 3512,
"Ġchat": 3513,
"Ġtells": 3514,
"Ġoklaho": 3515,
"wa": 3516,
"belie": 3517,
"Ġblue": 3518,
"Ġwalked": 3519,
"Ġrecording": 3520,
"nic": 3521,
"Ġchannels": 3522,
"Ġmotiv": 3523,
"Ġhou": 3524,
"ropriate": 3525,
"Ġoklahoma": 3526,
"Ġyoun": 3527,
"child": 3528,
"Ġnerv": 3529,
"Ġsalaries": 3530,
"Ġbachelor": 3531,
"Ġcards": 3532,
"Ġdestruction": 3533,
"oun": 3534,
"Ġheck": 3535,
"unk": 3536,
"Ġengland": 3537,
"Ġsurvive": 3538,
"Ġnervous": 3539,
"Ġskating": 3540,
"Ġhanging": 3541,
"Ġoccasionally": 3542,
"Ġappro": 3543,
"Ġiran": 3544,
"Ġpiece": 3545,
"Ġpittsburgh": 3546,
"Ġvalues": 3547,
"Ġcredit": 3548,
"Ġyoungest": 3549,
"Ġadvantage": 3550,
"Ġcit": 3551,
"Ġoffer": 3552,
"ledge": 3553,
"Ġshi": 3554,
"arter": 3555,
"Ġbay": 3556,
"Ġplant": 3557,
"Ġfriday": 3558,
"Ġgrandparent": 3559,
"Ġcondition": 3560,
"Ġeastern": 3561,
"Ġfitness": 3562,
"ological": 3563,
"Ġbioterrorism": 3564,
"Ġanth": 3565,
"Ġshame": 3566,
"Ġunbelie": 3567,
"rib": 3568,
"Ġcrap": 3569,
"Ġobject": 3570,
"Ġcousin": 3571,
"Ġborder": 3572,
"Ġdowntown": 3573,
"Ġwisc": 3574,
"iny": 3575,
"Ġadmit": 3576,
"Ġhotel": 3577,
"ization": 3578,
"Ġshoot": 3579,
"Ġdeter": 3580,
"Ġartic": 3581,
"Ġfant": 3582,
"Ġcourt": 3583,
"onsin": 3584,
"Ġgeorge": 3585,
"Ġcurious": 3586,
"aly": 3587,
"ery": 3588,
"Ġdeep": 3589,
"Ġimpact": 3590,
"Ġgrandmother": 3591,
"Ġwisconsin": 3592,
"Ġgun": 3593,
"Ġrole": 3594,
"Ġafgh": 3595,
"iest": 3596,
"Ġexcited": 3597,
"Ġwha": 3598,
"Ġalert": 3599,
"Ġchecked": 3600,
"Ġstudies": 3601,
"Ġcommercials": 3602,
"Ġrights": 3603,
"Ġwherever": 3604,
"Ġholly": 3605,
"Ġsched": 3606,
"Ġstanding": 3607,
"Ġbrain": 3608,
"Ġgrocery": 3609,
"Ġdamn": 3610,
"Ġkansas": 3611,
"Ġmedicine": 3612,
"Ġtool": 3613,
"Ġperh": 3614,
"Ġtraveling": 3615,
"Ġbenefit": 3616,
"Ġaudience": 3617,
"ael": 3618,
"Ġperhaps": 3619,
"Ġfac": 3620,
"arian": 3621,
"Ġdisapp": 3622,
"Ġtyp": 3623,
"Ġstrict": 3624,
"Ġjunior": 3625,
"Ġafghan": 3626,
"Ġmart": 3627,
"Ġgri": 3628,
"Ġwedding": 3629,
"lect": 3630,
"Ġclosed": 3631,
"Ġfif": 3632,
"Ġgrandchild": 3633,
"Ġoutdoors": 3634,
"Ġrisk": 3635,
"Ġenergy": 3636,
"Ġbag": 3637,
"Ġextent": 3638,
"Ġgeneration": 3639,
"Ġmajority": 3640,
"Ġresponsibility": 3641,
"essed": 3642,
"Ġsimp": 3643,
"Ġleaving": 3644,
"Ġfloor": 3645,
"av": 3646,
"ility": 3647,
"Ġgrant": 3648,
"Ġseries": 3649,
"Ġillino": 3650,
"ray": 3651,
"Ġbabies": 3652,
"Ġpopulation": 3653,
"Ġfishing": 3654,
"Ġillinois": 3655,
"Ġrelatives": 3656,
"Ġorange": 3657,
"Ġfoods": 3658,
"ca": 3659,
"Ġcro": 3660,
"Ġfans": 3661,
"Ġlikely": 3662,
"Ġspir": 3663,
"ban": 3664,
"ls": 3665,
"ograph": 3666,
"Ġguard": 3667,
"ished": 3668,
"Ġsales": 3669,
"Ġleague": 3670,
"Ġassume": 3671,
"Ġmaryland": 3672,
"Ġrequire": 3673,
"Ġupon": 3674,
"Ġsubway": 3675,
"Ġeffort": 3676,
"Ġcheese": 3677,
"Ġcitiz": 3678,
"Ġdress": 3679,
"Ġbudget": 3680,
"Ġbrit": 3681,
"Ġappl": 3682,
"ancy": 3683,
"Ġdiego": 3684,
"enced": 3685,
"Ġnah": 3686,
"Ġends": 3687,
"Ġflew": 3688,
"iers": 3689,
"Ġyell": 3690,
"Ġjan": 3691,
"Ġconcept": 3692,
"Ġsmokers": 3693,
"Ġchose": 3694,
"Ġaccident": 3695,
"ables": 3696,
"Ġbri": 3697,
"Ġciv": 3698,
"icious": 3699,
"Ġsurveys": 3700,
"Ġshowed": 3701,
"Ġthroughout": 3702,
"nam": 3703,
"Ġfrust": 3704,
"ucky": 3705,
"Ġmichael": 3706,
"Ġliterally": 3707,
"Ġgrandparents": 3708,
"Ġcath": 3709,
"Ġcolorado": 3710,
"Ġincredible": 3711,
"aba": 3712,
"vin": 3713,
"Ġspee": 3714,
"Ġworkers": 3715,
"asty": 3716,
"Ġnecessary": 3717,
"Ġoffic": 3718,
"Ġadults": 3719,
"Ġsystems": 3720,
"Ġprepared": 3721,
"Ġspanish": 3722,
"Ġafterno": 3723,
"ets": 3724,
"Ġlaughing": 3725,
"Ġskiing": 3726,
"Ġunbelievable": 3727,
"Ġemb": 3728,
"tts": 3729,
"Ġriver": 3730,
"Ġhouston": 3731,
"Ġadop": 3732,
"Ġcrime": 3733,
"Ġraising": 3734,
"ression": 3735,
"Ġdouble": 3736,
"Ġcash": 3737,
"Ġblame": 3738,
"Ġattitude": 3739,
"Ġdying": 3740,
"Ġabo": 3741,
"Ġbored": 3742,
"Ġsurr": 3743,
"Ġunderstanding": 3744,
"Ġdavid": 3745,
"lex": 3746,
"Ġdoctors": 3747,
"ives": 3748,
"Ġnatural": 3749,
"Ġben": 3750,
"Ġlab": 3751,
"Ġelementary": 3752,
"tain": 3753,
"Ġbio": 3754,
"soci": 3755,
"Ġchecking": 3756,
"itional": 3757,
"Ġnumb": 3758,
"Ġdistance": 3759,
"Ġmic": 3760,
"icks": 3761,
"Ġcommunication": 3762,
"Ġtruly": 3763,
"Ġteenagers": 3764,
"Ġhollywood": 3765,
"right": 3766,
"Ġcas": 3767,
"Ġeducational": 3768,
"lest": 3769,
"men": 3770,
"Ġkent": 3771,
"Ġcolds": 3772,
"Ġinflu": 3773,
"Ġassoci": 3774,
"Ġdisney": 3775,
"Ġavoid": 3776,
"Ġspeech": 3777,
"Ġtechn": 3778,
"Ġcop": 3779,
"Ġtemper": 3780,
"Ġsteak": 3781,
"Ġguns": 3782,
"Ġskin": 3783,
"Ġdestro": 3784,
"Ġdirectly": 3785,
"Ġarms": 3786,
"Ġafterwards": 3787,
"Ġcy": 3788,
"Ġnie": 3789,
"Ġafghanistan": 3790,
"Ġsection": 3791,
"Ġturns": 3792,
"Ġsenior": 3793,
"Ġmountains": 3794,
"Ġacquaintances": 3795,
"Ġcivil": 3796,
"Ġmatch": 3797,
"icated": 3798,
"Ġintro": 3799,
"Ġmeeting": 3800,
"Ġcrash": 3801,
"Ġfolks": 3802,
"Ġdetect": 3803,
"Ġviet": 3804,
"Ġmental": 3805,
"ators": 3806,
"pping": 3807,
"Ġsens": 3808,
"Ġneighbors": 3809,
"Ġoc": 3810,
"Ġbin": 3811,
"sen": 3812,
"Ġpicking": 3813,
"Ġvegetables": 3814,
"Ġrussia": 3815,
"Ġspell": 3816,
"Ġlifest": 3817,
"Ġstrugg": 3818,
"Ġthousands": 3819,
"Ġovers": 3820,
"Ġearth": 3821,
"Ġswitch": 3822,
"Ġbirds": 3823,
"Ġolympics": 3824,
"Ġbecoming": 3825,
"Ġacting": 3826,
"Ġscen": 3827,
"Ġcomedians": 3828,
"tte": 3829,
"iling": 3830,
"Ġautom": 3831,
"Ġtroops": 3832,
"ales": 3833,
"ently": 3834,
"Ġrelate": 3835,
"Ġrepu": 3836,
"ubs": 3837,
"Ġstrikes": 3838,
"Ġfrustr": 3839,
"Ġtight": 3840,
"Ġneph": 3841,
"Ġsilly": 3842,
"Ġsorts": 3843,
"Ġsecret": 3844,
"Ġcutting": 3845,
"Ġmassach": 3846,
"Ġrepublic": 3847,
"cul": 3848,
"Ġknowledge": 3849,
"Ġkinderg": 3850,
"ued": 3851,
"Ġhooked": 3852,
"Ġcru": 3853,
"Ġgermany": 3854,
"Ġnephew": 3855,
"uses": 3856,
"Ġmeas": 3857,
"Ġni": 3858,
"Ġoutta": 3859,
"Ġanyways": 3860,
"Ġveg": 3861,
"Ġmcdonalds": 3862,
"Ġabove": 3863,
"Ġkentucky": 3864,
"Ġkindergart": 3865,
"cles": 3866,
"Ġking": 3867,
"Ġsurf": 3868,
"ruct": 3869,
"idge": 3870,
"ils": 3871,
"Ġaustin": 3872,
"fet": 3873,
"Ġbarely": 3874,
"Ġbelong": 3875,
"Ġdama": 3876,
"Ġbeer": 3877,
"Ġinspect": 3878,
"Ġafternoon": 3879,
"he": 3880,
"Ġgay": 3881,
"Ġbey": 3882,
"Ġhomes": 3883,
"Ġowners": 3884,
"Ġidol": 3885,
"Ġseconds": 3886,
"hum": 3887,
"Ġlord": 3888,
"Ġhomework": 3889,
"Ġprotest": 3890,
"Ġmater": 3891,
"Ġdig": 3892,
"Ġcases": 3893,
"Ġmonit": 3894,
"Ġopening": 3895,
"Ġlegal": 3896,
"Ġcousins": 3897,
"Ġseparate": 3898,
"Ġbeyond": 3899,
"Ġtim": 3900,
"ulations": 3901,
"Ġseventies": 3902,
"Ġeaster": 3903,
"Ġfollowing": 3904,
"Ġfifth": 3905,
"hy": 3906,
"Ġord": 3907,
"Ġpoll": 3908,
"Ġapply": 3909,
"Ġinterview": 3910,
"Ġther": 3911,
"Ġwake": 3912,
"Ġlun": 3913,
"ffic": 3914,
"Ġchris": 3915,
"Ġpocket": 3916,
"Ġflown": 3917,
"Ġmissou": 3918,
"Ġopinions": 3919,
"Ġtruck": 3920,
"Ġmall": 3921,
"Ġjewish": 3922,
"Ġjeeze": 3923,
"Ġtiny": 3924,
"Ġrealized": 3925,
"Ġputs": 3926,
"Ġkindergarten": 3927,
"back": 3928,
"Ġlack": 3929,
"Ġdire": 3930,
"Ġconven": 3931,
"Ġdisg": 3932,
"Ġjapan": 3933,
"Ġgrandchildren": 3934,
"col": 3935,
"form": 3936,
"Ġtalent": 3937,
"Ġfamous": 3938,
"Ġads": 3939,
"Ġoption": 3940,
"Ġcustom": 3941,
"Ġast": 3942,
"Ġruns": 3943,
"Ġturkey": 3944,
"Ġyo": 3945,
"Ġonto": 3946,
"Ġactors": 3947,
"load": 3948,
"Ġovere": 3949,
"Ġva": 3950,
"Ġladen": 3951,
"Ġindependent": 3952,
"Ġought": 3953,
"Ġfox": 3954,
"while": 3955,
"Ġtwent": 3956,
"Ġbond": 3957,
"Ġsending": 3958,
"Ġwheel": 3959,
"Ġbrand": 3960,
"Ġequal": 3961,
"Ġaunt": 3962,
"Ġthoughts": 3963,
"Ġraining": 3964,
"Ġrom": 3965,
"Ġbread": 3966,
"Ġnorthern": 3967,
"Ġweekends": 3968,
"Ġcle": 3969,
"usting": 3970,
"Ġpleas": 3971,
"Ġmum": 3972,
"Ġparticipate": 3973,
"Ġcharacter": 3974,
"Ġnumbers": 3975,
"Ġeighties": 3976,
"Ġeffects": 3977,
"gging": 3978,
"Ġcomedian": 3979,
"Ġdark": 3980,
"Ġau": 3981,
"Ġwrest": 3982,
"Ġpath": 3983,
"Ġcapital": 3984,
"Ġaddress": 3985,
"Ġconnection": 3986,
"Ġimmediately": 3987,
"Ġigno": 3988,
"zz": 3989,
"Ġaug": 3990,
"Ġyan": 3991,
"Ġsanta": 3992,
"Ġtons": 3993,
"Ġnose": 3994,
"cious": 3995,
"Ġbrings": 3996,
"Ġprin": 3997,
"Ġresponsible": 3998,
"Ġmodel": 3999,
"Ġschedu": 4000,
"Ġcup": 4001,
"Ġje": 4002,
"urs": 4003,
"Ġblind": 4004,
"apers": 4005,
"Ġdesign": 4006,
"isions": 4007,
"Ġcap": 4008,
"Ġwatches": 4009,
"Ġflow": 4010,
"Ġminority": 4011,
"point": 4012,
"Ġsurround": 4013,
"Ġocean": 4014,
"Ġrow": 4015,
"Ġnasty": 4016,
"cipl": 4017,
"Ġjoin": 4018,
"oted": 4019,
"Ġimpo": 4020,
"atoes": 4021,
"Ġoverseas": 4022,
"icient": 4023,
"Ġcoach": 4024,
"Ġexist": 4025,
"Ġmur": 4026,
"Ġclubs": 4027,
"Ġdream": 4028,
"Ġbedroom": 4029,
"Ġnuts": 4030,
"Ġvolun": 4031,
"Ġiow": 4032,
"olic": 4033,
"Ġtraffic": 4034,
"Ġfreak": 4035,
"Ġsetting": 4036,
"Ġmexican": 4037,
"Ġmissouri": 4038,
"Ġpray": 4039,
"Ġinclud": 4040,
"Ġlinguistics": 4041,
"Ġallergic": 4042,
"Ġmixed": 4043,
"Ġyanke": 4044,
"Ġvolunte": 4045,
"Ġiowa": 4046,
"Ġspot": 4047,
"Ġnamed": 4048,
"cast": 4049,
"Ġdumb": 4050,
"Ġsaf": 4051,
"Ġhorse": 4052,
"uit": 4053,
"Ġwars": 4054,
"Ġdict": 4055,
"Ġlift": 4056,
"Ġinj": 4057,
"Ġgoal": 4058,
"Ġbutt": 4059,
"Ġwhatnot": 4060,
"Ġcow": 4061,
"Ġoffended": 4062,
"Ġdiscipl": 4063,
"Ġcraig": 4064,
"Ġencou": 4065,
"Ġhiring": 4066,
"Ġmilk": 4067,
"Ġcampus": 4068,
"Ġpolicy": 4069,
"Ġmessage": 4070,
"Ġcorner": 4071,
"Ġdirty": 4072,
"Ġvegas": 4073,
"oc": 4074,
"Ġpac": 4075,
"Ġwelf": 4076,
"oting": 4077,
"Ġstage": 4078,
"Ġsafer": 4079,
"Ġwelfare": 4080,
"Ġinno": 4081,
"Ġreach": 4082,
"force": 4083,
"rax": 4084,
"Ġalaba": 4085,
"Ġbelief": 4086,
"Ġhurting": 4087,
"Ġlifestyle": 4088,
"Ġaugust": 4089,
"Ġalabama": 4090,
"Ġexcess": 4091,
"Ġthreaten": 4092,
"Ġwestern": 4093,
"Ġcorporations": 4094,
"Ġdivorce": 4095,
"Ġsac": 4096,
"Ġfing": 4097,
"Ġlic": 4098,
"olis": 4099,
"Ġpalest": 4100,
"Ġquarter": 4101,
"Ġmetal": 4102,
"Ġansw": 4103,
"Ġanthrax": 4104,
"Ġimposs": 4105,
"Ġmia": 4106,
"Ġken": 4107,
"Ġtalks": 4108,
"Ġplans": 4109,
"anese": 4110,
"usetts": 4111,
"Ġmeals": 4112,
"Ġsoldiers": 4113,
"Ġsafety": 4114,
"Ġsides": 4115,
"Ġgross": 4116,
"Ġchain": 4117,
"Ġboat": 4118,
"Ġsites": 4119,
"Ġearn": 4120,
"Ġimprove": 4121,
"den": 4122,
"Ġtips": 4123,
"ushing": 4124,
"Ġnights": 4125,
"Ġcomplete": 4126,
"Ġbreed": 4127,
"Ġmassachusetts": 4128,
"Ġdirection": 4129,
"lim": 4130,
"Ġmeaning": 4131,
"Ġprofit": 4132,
"Ġremind": 4133,
"Ġrefund": 4134,
"Ġspirit": 4135,
"mise": 4136,
"Ġbron": 4137,
"Ġpulled": 4138,
"Ġimpossible": 4139,
"off": 4140,
"oint": 4141,
"verse": 4142,
"Ġheld": 4143,
"ears": 4144,
"Ġtrees": 4145,
"Ġlimit": 4146,
"ffe": 4147,
"Ġhelpful": 4148,
"Ġqualified": 4149,
"Ġmagazine": 4150,
"gers": 4151,
"iety": 4152,
"Ġlie": 4153,
"Ġhill": 4154,
"uming": 4155,
"Ġsecure": 4156,
"Ġhonesty": 4157,
"ightened": 4158,
"orms": 4159,
"icked": 4160,
"Ġupst": 4161,
"Ġdistrict": 4162,
"Ġadministration": 4163,
"tch": 4164,
"Ġdance": 4165,
"etic": 4166,
"iter": 4167,
"Ġbob": 4168,
"Ġmike": 4169,
"Ġbothers": 4170,
"Ġbalance": 4171,
"Ġangry": 4172,
"Ġkitten": 4173,
"Ġut": 4174,
"Ġsaving": 4175,
"Ġphot": 4176,
"Ġsixties": 4177,
"Ġethnic": 4178,
"mend": 4179,
"Ġuncle": 4180,
"Ġcoupons": 4181,
"Ġconsidering": 4182,
"Ġcamera": 4183,
"cha": 4184,
"Ġwhoa": 4185,
"Ġdisar": 4186,
"Ġmiami": 4187,
"oo": 4188,
"ored": 4189,
"Ġmark": 4190,
"Ġtall": 4191,
"east": 4192,
"Ġhide": 4193,
"Ġfas": 4194,
"Ġpage": 4195,
"Ġsucks": 4196,
"Ġcomment": 4197,
"anes": 4198,
"ource": 4199,
"Ġmissing": 4200,
"Ġtwenties": 4201,
"Ġdisease": 4202,
"Ġrabb": 4203,
"Ġtests": 4204,
"Ġdemand": 4205,
"Ġdestroy": 4206,
"ky": 4207,
"bec": 4208,
"Ġletting": 4209,
"Ġmile": 4210,
"anced": 4211,
"Ġadvertising": 4212,
"Ġkitch": 4213,
"Ġoverall": 4214,
"Ġnewsp": 4215,
"Ġdeli": 4216,
"ability": 4217,
"Ġrural": 4218,
"Ġham": 4219,
"Ġshock": 4220,
"Ġcurrently": 4221,
"Ġvarious": 4222,
"Ġsoftware": 4223,
"Ġtast": 4224,
"Ġate": 4225,
"Ġairlines": 4226,
"Ġlifet": 4227,
"icking": 4228,
"Ġremo": 4229,
"Ġregularly": 4230,
"Ġlifetime": 4231,
"bing": 4232,
"ury": 4233,
"used": 4234,
"Ġsons": 4235,
"Ġreceive": 4236,
"Ġclint": 4237,
"Ġdisag": 4238,
"Ġfisher": 4239,
"Ġphysically": 4240,
"Ġjapanese": 4241,
"Ġnewspapers": 4242,
"Ġhil": 4243,
"Ġclosest": 4244,
"Ġcream": 4245,
"Ġhallow": 4246,
"Ġmember": 4247,
"Ġcompat": 4248,
"Ġdecisions": 4249,
"Ġevil": 4250,
"Ġjen": 4251,
"Ġsurger": 4252,
"Ġassist": 4253,
"Ġfunding": 4254,
"Ġwindows": 4255,
"Ġtheaters": 4256,
"Ġbathroom": 4257,
"Ġunemployment": 4258,
"Ġvietnam": 4259,
"Ġspl": 4260,
"Ġcreative": 4261,
"abl": 4262,
"iness": 4263,
"Ġcaffe": 4264,
"Ġdeb": 4265,
"Ġeducated": 4266,
"Ġroommate": 4267,
"icut": 4268,
"ria": 4269,
"ttery": 4270,
"Ġspeed": 4271,
"Ġprim": 4272,
"ancing": 4273,
"Ġtowers": 4274,
"Ġjune": 4275,
"Ġteenager": 4276,
"weight": 4277,
"Ġsaint": 4278,
"Ġconnecticut": 4279,
"Ġcommunicate": 4280,
"iot": 4281,
"keting": 4282,
"Ġnations": 4283,
"Ġfaith": 4284,
"ums": 4285,
"Ġrealise": 4286,
"Ġlocated": 4287,
"Ġbombs": 4288,
"Ġconfl": 4289,
"Ġmemor": 4290,
"Ġcarto": 4291,
"Ġhalloween": 4292,
"Ġsong": 4293,
"Ġpatt": 4294,
"Ġwhose": 4295,
"Ġopened": 4296,
"Ġbehav": 4297,
"Ġgranted": 4298,
"Ġwide": 4299,
"Ġliberal": 4300,
"Ġutah": 4301,
"ault": 4302,
"Ġstars": 4303,
"Ġcock": 4304,
"Ġparties": 4305,
"Ġlegs": 4306,
"Ġepisode": 4307,
"Ġcaffeine": 4308,
"Ġfascin": 4309,
".'": 4310,
"oud": 4311,
"Ġpal": 4312,
"Ġvul": 4313,
"Ġpays": 4314,
"Ġlazy": 4315,
"Ġriding": 4316,
"Ġdeserve": 4317,
"Ġdetro": 4318,
"Ġtravelling": 4319,
"Ġorient": 4320,
"Ġideal": 4321,
"Ġsurprise": 4322,
"Ġtorn": 4323,
"Ġgam": 4324,
"Ġcovered": 4325,
"Ġlawy": 4326,
"Ġstreets": 4327,
"Ġweights": 4328,
"Ġoriginal": 4329,
"Ġhall": 4330,
"Ġjail": 4331,
"Ġability": 4332,
"Ġmonday": 4333,
"Ġmont": 4334,
"bling": 4335,
"Ġpractice": 4336,
"Ġur": 4337,
"Ġresources": 4338,
"Ġtreated": 4339,
"Ġdetroit": 4340,
"atically": 4341,
"ony": 4342,
"Ġindoors": 4343,
"Ġzero": 4344,
"Ġfortunate": 4345,
"ham": 4346,
"Ġmac": 4347,
"Ġstyle": 4348,
"Ġuncom": 4349,
"Ġletter": 4350,
"Ġeffective": 4351,
"Ġelectric": 4352,
"west": 4353,
"Ġrob": 4354,
"Ġappropriate": 4355,
"Ġcleaning": 4356,
"Ġmistake": 4357,
"ients": 4358,
"erd": 4359,
"Ġlottery": 4360,
"Ġfaster": 4361,
"Ġconnected": 4362,
"Ġschedule": 4363,
"Ġmarch": 4364,
"Ġflag": 4365,
"Ġimmig": 4366,
"wi": 4367,
"Ġfash": 4368,
"Ġattach": 4369,
"Ġblocks": 4370,
"Ġkitchen": 4371,
"Ġtree": 4372,
"Ġwash": 4373,
"Ġactor": 4374,
"Ġclue": 4375,
"Ġident": 4376,
"Ġchecks": 4377,
"Ġbillion": 4378,
"Ġmanagement": 4379,
"Ġembar": 4380,
"Ġvalley": 4381,
"Ġpau": 4382,
"ressing": 4383,
"cribe": 4384,
"Ġcatholic": 4385,
"iff": 4386,
"Ġet": 4387,
"Ġegg": 4388,
"Ġenem": 4389,
"Ġerm": 4390,
"angers": 4391,
"Ġsimply": 4392,
"Ġcoun": 4393,
"Ġfrank": 4394,
"Ġprovide": 4395,
"Ġbowl": 4396,
"Ġafrica": 4397,
"ssed": 4398,
"Ġhumidity": 4399,
"Ġlimited": 4400,
"Ġult": 4401,
"Ġshir": 4402,
"Ġhired": 4403,
"Ġunus": 4404,
"Ġdisco": 4405,
"Ġchoices": 4406,
"Ġfashion": 4407,
"Ġalright": 4408,
"aged": 4409,
"Ġexpected": 4410,
"Ġracing": 4411,
"Ġshots": 4412,
"Ġequip": 4413,
"Ġdisagree": 4414,
"ably": 4415,
"cing": 4416,
"Ġtee": 4417,
"Ġupper": 4418,
"Ġoverweight": 4419,
"Ġpotent": 4420,
"Ġspecifically": 4421,
"hold": 4422,
"zing": 4423,
"Ġtun": 4424,
"Ġble": 4425,
"Ġdoc": 4426,
"rooms": 4427,
"Ġreaction": 4428,
"Ġsugar": 4429,
"Ġprev": 4430,
"Ġunf": 4431,
"Ġappeal": 4432,
"Ġcamping": 4433,
"Ġopportunities": 4434,
"Ġspoke": 4435,
"Ġannoying": 4436,
"Ġthin": 4437,
"Ġamong": 4438,
"bilities": 4439,
"Ġcandy": 4440,
"Ġauth": 4441,
"Ġpuppy": 4442,
"ival": 4443,
"Ġmaintain": 4444,
"Ġcolumb": 4445,
"Ġviolence": 4446,
"Ġterrif": 4447,
"Ġload": 4448,
"Ġclo": 4449,
"Ġcounter": 4450,
"wai": 4451,
"Ġdude": 4452,
"Ġproperty": 4453,
"Ġscra": 4454,
"Ġperform": 4455,
"Ġhundreds": 4456,
"Ġbabys": 4457,
"Ġsurgery": 4458,
"mart": 4459,
"Ġhawai": 4460,
"Ġmel": 4461,
"Ġhurts": 4462,
"cut": 4463,
"Ġmer": 4464,
"Ġalt": 4465,
"Ġpred": 4466,
"Ġbiological": 4467,
"Ġdisgusting": 4468,
"sc": 4469,
"Ġjes": 4470,
"Ġjim": 4471,
"Ġboss": 4472,
"Ġclick": 4473,
"Ġconversations": 4474,
"Ġdropped": 4475,
"Ġarticle": 4476,
"Ġinnocent": 4477,
"Ġbible": 4478,
"Ġstations": 4479,
"Ġaside": 4480,
"Ġplastic": 4481,
"Ġturning": 4482,
"Ġprofession": 4483,
"Ġmanager": 4484,
"arious": 4485,
"Ġstorm": 4486,
"Ġfifties": 4487,
"Ġwaited": 4488,
"Ġexposed": 4489,
"Ġwro": 4490,
"Ġbags": 4491,
"Ġsounded": 4492,
"Ġregist": 4493,
"Ġextended": 4494,
"Ġexpecting": 4495,
"Ġjunk": 4496,
"Ġhyp": 4497,
"Ġglo": 4498,
"Ġsusp": 4499,
"Ġdrove": 4500,
"uing": 4501,
"Ġwages": 4502,
"Ġhated": 4503,
"Ġacad": 4504,
"Ġcraft": 4505,
"Ġiraqi": 4506,
"Ġtelephone": 4507,
"Ġaddicted": 4508,
"Ġintelligence": 4509,
"Ġchallenge": 4510,
"Ġovereating": 4511,
"Ġclinton": 4512,
"arre": 4513,
"Ġdaycare": 4514,
"Ġregret": 4515,
"Ġdeals": 4516,
"Ġroller": 4517,
"Ġwrestling": 4518,
"Ġunusual": 4519,
"Ġequipment": 4520,
"rif": 4521,
"Ġstriking": 4522,
"Ġestabl": 4523,
"Ġretirement": 4524,
"Ġdamage": 4525,
"Ġdoors": 4526,
"Ġoffend": 4527,
"Ġadj": 4528,
"Ġcourses": 4529,
"Ġrule": 4530,
"Ġmasters": 4531,
"ano": 4532,
"Ġwealth": 4533,
"Ġforced": 4534,
"iana": 4535,
"Ġwond": 4536,
"ipping": 4537,
"Ġtob": 4538,
"eter": 4539,
"Ġrely": 4540,
"Ġarts": 4541,
"Ġdownload": 4542,
"Ġowner": 4543,
"Ġattacked": 4544,
"Ġimmediate": 4545,
"Ġargument": 4546,
"Ġuncomfortable": 4547,
"Ġunderstood": 4548,
"Ġservices": 4549,
"Ġscandals": 4550,
"Ġroutine": 4551,
"ndous": 4552,
"Ġprint": 4553,
"Ġstandards": 4554,
"Ġmaterial": 4555,
"Ġwrote": 4556,
"Ġacadem": 4557,
"Ġlas": 4558,
"Ġbeep": 4559,
"acco": 4560,
"Ġprop": 4561,
"Ġoffered": 4562,
"Ġvegetarian": 4563,
"Ġjudge": 4564,
"bal": 4565,
"father": 4566,
"Ġtank": 4567,
"Ġhook": 4568,
"mos": 4569,
"Ġstretch": 4570,
"Ġlarger": 4571,
"Ġregardless": 4572,
"Ġtherefore": 4573,
"Ġmood": 4574,
"Ġarm": 4575,
"Ġwearing": 4576,
"Ġcompetition": 4577,
"Ġbiz": 4578,
"Ġseme": 4579,
"Ġhawaii": 4580,
"Ġtobacco": 4581,
"Ġgraph": 4582,
"Ġviolent": 4583,
"Ġtre": 4584,
"Ġhoney": 4585,
"Ġproduc": 4586,
"Ġtread": 4587,
"Ġbelow": 4588,
"Ġbarb": 4589,
"Ġthroat": 4590,
"Ġshift": 4591,
"Ġrecom": 4592,
"Ġrebu": 4593,
"Ġhills": 4594,
"Ġhost": 4595,
"Ġconcent": 4596,
"Ġherself": 4597,
"Ġresult": 4598,
"Ġentertaining": 4599,
"ervative": 4600,
"Ġbugs": 4601,
"Ġowned": 4602,
"Ġwalks": 4603,
"Ġgrandma": 4604,
"Ġeconomic": 4605,
"Ġbabysit": 4606,
"Ġemer": 4607,
"Ġdrinks": 4608,
"Ġrecommend": 4609,
"Ġoct": 4610,
"Ġreci": 4611,
"Ġstays": 4612,
"Ġwritten": 4613,
"Ġgreed": 4614,
"Ġdesert": 4615,
"Ġluckily": 4616,
"Ġpattern": 4617,
"Ġcert": 4618,
"Ġguil": 4619,
"Ġblond": 4620,
"Ġdrunk": 4621,
"Ġmachines": 4622,
"Ġlouisiana": 4623,
"Ġjanuary": 4624,
"here": 4625,
"hand": 4626,
"Ġbon": 4627,
"Ġeb": 4628,
"Ġtrick": 4629,
"Ġaccord": 4630,
"Ġviews": 4631,
"Ġhilarious": 4632,
"Ġnoise": 4633,
"Ġwine": 4634,
"eared": 4635,
"Ġring": 4636,
"icide": 4637,
"Ġquote": 4638,
"Ġiron": 4639,
"Ġembarr": 4640,
"Ġbizarre": 4641,
"Ġdue": 4642,
"Ġstere": 4643,
"rimin": 4644,
"Ġthirties": 4645,
"Ġenjoying": 4646,
"Ġfalls": 4647,
"cl": 4648,
"Ġrating": 4649,
"Ġlog": 4650,
"Ġelim": 4651,
"Ġattend": 4652,
"Ġvisiting": 4653,
"Ġrichard": 4654,
"Ġfantastic": 4655,
"wor": 4656,
"Ġtu": 4657,
"Ġpushing": 4658,
"Ġcalcul": 4659,
"Ġaccounting": 4660,
"Ġmatri": 4661,
"yal": 4662,
"resent": 4663,
"Ġmult": 4664,
"Ġclim": 4665,
"Ġacco": 4666,
"Ġdaughters": 4667,
"Ġvariety": 4668,
"Ġproducts": 4669,
"Ġintelligent": 4670,
"Ġrare": 4671,
"Ġstew": 4672,
"otic": 4673,
"Ġscene": 4674,
"Ġbrown": 4675,
"aska": 4676,
"Ġnas": 4677,
"Ġasian": 4678,
"Ġcage": 4679,
"Ġbroken": 4680,
"Ġmedication": 4681,
"Ġpercentage": 4682,
"Ġadvertise": 4683,
"Ġestate": 4684,
"like": 4685,
"Ġtamp": 4686,
"Ġamazed": 4687,
"Ġtransport": 4688,
"Ġtraveled": 4689,
"Ġcrying": 4690,
"Ġtreadm": 4691,
"Ġmessed": 4692,
"Ġpan": 4693,
"Ġsyria": 4694,
"Ġdiscrimin": 4695,
"Ġpolitic": 4696,
"Ġpatri": 4697,
"Ġloud": 4698,
"Ġnavy": 4699,
"Ġvitamins": 4700,
"Ġgrass": 4701,
"Ġskill": 4702,
"Ġshooting": 4703,
"Ġbarbec": 4704,
"Ġcough": 4705,
"Ġfault": 4706,
"Ġcast": 4707,
"Ġdaddy": 4708,
"Ġlevels": 4709,
"Ġfortunately": 4710,
"Ġboxing": 4711,
"Ġexperienced": 4712,
"Ġmicro": 4713,
"real": 4714,
"lement": 4715,
"Ġmarketing": 4716,
"Ġsupply": 4717,
"Ġqueens": 4718,
"Ġstruct": 4719,
"Ġoccur": 4720,
"Ġracial": 4721,
"Ġexperiences": 4722,
"Ġknock": 4723,
"Ġstereo": 4724,
"Ġdear": 4725,
"Ġtoler": 4726,
"stic": 4727,
"lder": 4728,
"Ġportland": 4729,
"Ġbowling": 4730,
"Ġhungry": 4731,
"Ġdiscipline": 4732,
"Ġsars": 4733,
"Ġpor": 4734,
"ara": 4735,
"Ġpromo": 4736,
"mach": 4737,
"Ġbridge": 4738,
"Ġserve": 4739,
"Ġholding": 4740,
"Ġrepresent": 4741,
"Ġmatrix": 4742,
"field": 4743,
"Ġtwin": 4744,
"Ġsubst": 4745,
"Ġchocol": 4746,
"Ġcrack": 4747,
"Ġsignific": 4748,
"cript": 4749,
"boy": 4750,
"fast": 4751,
"Ġlink": 4752,
"Ġgall": 4753,
"antic": 4754,
"ades": 4755,
"Ġtwins": 4756,
"Ġconservative": 4757,
"Ġsaud": 4758,
"Ġafrican": 4759,
"Ġapproach": 4760,
"Ġexcessive": 4761,
"Ġrange": 4762,
"Ġbeef": 4763,
"Ġplayoff": 4764,
"Ġparking": 4765,
"Ġglass": 4766,
"Ġmotor": 4767,
"Ġsplit": 4768,
"Ġfake": 4769,
"Ġsuicide": 4770,
"Ġpurs": 4771,
"Ġpieces": 4772,
"Ġtemperature": 4773,
"ws": 4774,
"Ġsuit": 4775,
"aced": 4776,
"Ġfiance": 4777,
"agon": 4778,
"Ġlights": 4779,
"Ġyankees": 4780,
"Ġguilty": 4781,
"Ġpig": 4782,
"Ġsug": 4783,
"Ġschooling": 4784,
"Ġfirm": 4785,
"veland": 4786,
"Ġretur": 4787,
"Ġvet": 4788,
"Ġcleveland": 4789,
"Ġwondered": 4790,
"Ġmate": 4791,
"Ġrarely": 4792,
"tha": 4793,
"Ġdece": 4794,
"ulate": 4795,
"Ġbye": 4796,
"Ġtrail": 4797,
"Ġcrit": 4798,
"Ġsalt": 4799,
"ails": 4800,
"Ġcellphone": 4801,
"eases": 4802,
"seng": 4803,
"Ġsheph": 4804,
"Ġpret": 4805,
"Ġbreaking": 4806,
"Ġbless": 4807,
"Ġcuts": 4808,
"Ġcaused": 4809,
"Ġmaine": 4810,
"Ġobvious": 4811,
"Ġinsane": 4812,
"Ġremain": 4813,
"Ġconflict": 4814,
"fact": 4815,
"Ġship": 4816,
"Ġhiking": 4817,
"Ġbreakfast": 4818,
"Ġsleeping": 4819,
"Ġreports": 4820,
"Ġsquare": 4821,
"Ġsensitive": 4822,
"ateg": 4823,
"uel": 4824,
"Ġphones": 4825,
"Ġbombing": 4826,
"Ġsufficient": 4827,
"Ġstomach": 4828,
"rageous": 4829,
"Ġvolunteer": 4830,
"Ġshepherd": 4831,
"Ġsource": 4832,
"Ġrev": 4833,
"Ġsixth": 4834,
"Ġsmokes": 4835,
"Ġtowns": 4836,
"Ġshocked": 4837,
"Ġweapon": 4838,
"Ġaustral": 4839,
"Ġbritish": 4840,
"Ġjesus": 4841,
"Ġrebuild": 4842,
"Ġaccompl": 4843,
"Ġpun": 4844,
"Ġrepl": 4845,
"Ġgrades": 4846,
"Ġcruise": 4847,
"Ġflowers": 4848,
"Ġsemester": 4849,
"ober": 4850,
"uals": 4851,
"Ġber": 4852,
"Ġseat": 4853,
"ril": 4854,
"Ġrepe": 4855,
"Ġrooms": 4856,
"Ġslight": 4857,
"Ġsneak": 4858,
"Ġprepare": 4859,
"etera": 4860,
"bed": 4861,
"atory": 4862,
"Ġlin": 4863,
"Ġnowhere": 4864,
"Ġhisp": 4865,
"Ġcolleges": 4866,
"ission": 4867,
"Ġdiscussion": 4868,
"Ġfriendships": 4869,
"Ġcaut": 4870,
"Ġtreadmill": 4871,
"Ġweigh": 4872,
"Ġjour": 4873,
"Ġcongr": 4874,
"Ġdifferences": 4875,
"Ġrecall": 4876,
"Ġleaders": 4877,
"Ġgifts": 4878,
"Ġoctober": 4879,
"eed": 4880,
"lin": 4881,
"Ġnope": 4882,
"Ġups": 4883,
"ili": 4884,
"Ġchances": 4885,
"Ġmississ": 4886,
"Ġcrimin": 4887,
"Ġaccording": 4888,
"ix": 4889,
"Ġmut": 4890,
"Ġcoverage": 4891,
"Ġvoted": 4892,
"Ġincreased": 4893,
"Ġpossibility": 4894,
"Ġchamp": 4895,
"Ġscream": 4896,
"Ġtypical": 4897,
"Ġcitizens": 4898,
"Ġebay": 4899,
"Ġchocolate": 4900,
"food": 4901,
"Ġitem": 4902,
"Ġali": 4903,
"Ġbothered": 4904,
"Ġsky": 4905,
"Ġapril": 4906,
"Ġconscious": 4907,
"Ġthrowing": 4908,
"Ġcongrat": 4909,
"Ġthri": 4910,
"easing": 4911,
"Ġdrives": 4912,
"Ġsuffer": 4913,
"Ġsuburbs": 4914,
"ey": 4915,
"Ġfool": 4916,
"Ġlob": 4917,
"Ġplants": 4918,
"Ġspr": 4919,
"Ġcooked": 4920,
"Ġcircle": 4921,
"Ġdemocracy": 4922,
"Ġbronx": 4923,
"Ġpow": 4924,
"Ġpure": 4925,
"Ġrh": 4926,
"Ġsale": 4927,
"mond": 4928,
"Ġnearly": 4929,
"Ġfalling": 4930,
"Ġtourist": 4931,
"Ġseafood": 4932,
"Ġconvenient": 4933,
"Ġhypoth": 4934,
"Ġadjust": 4935,
"Ġanaly": 4936,
"rie": 4937,
"Ġoutrageous": 4938,
"Ġash": 4939,
"Ġfinal": 4940,
"Ġsettle": 4941,
"Ġunfortunate": 4942,
"Ġsolution": 4943,
"Ġnurse": 4944,
"Ġscandal": 4945,
"Ġaltern": 4946,
"Ġsuggest": 4947,
"Ġtreme": 4948,
"Ġsubs": 4949,
"Ġfucking": 4950,
"Ġjerry": 4951,
"Ġcreated": 4952,
"ippi": 4953,
"Ġtraditional": 4954,
"Ġtremendous": 4955,
"Ġrush": 4956,
"Ġleaves": 4957,
"Ġgrey": 4958,
"Ġmuslim": 4959,
"Ġairplanes": 4960,
"Ġclaim": 4961,
"Ġniece": 4962,
"Ġpis": 4963,
"Ġdomin": 4964,
"Ġsteal": 4965,
"venue": 4966,
"Ġschol": 4967,
"Ġconse": 4968,
"Ġpho": 4969,
"resses": 4970,
"Ġsolit": 4971,
"Ġgolden": 4972,
"Ġadopted": 4973,
"Ġfrustrating": 4974,
"Ġtampa": 4975,
"Ġsaudi": 4976,
"Ġmississippi": 4977,
"night": 4978,
"Ġwast": 4979,
"Ġasleep": 4980,
"mental": 4981,
"Ġdepressed": 4982,
"Ġtoward": 4983,
"Ġpassing": 4984,
"Ġconstant": 4985,
"Ġsexual": 4986,
"Ġnicer": 4987,
"Ġscares": 4988,
"ials": 4989,
"Ġdancing": 4990,
"str": 4991,
"Ġclock": 4992,
"Ġthreats": 4993,
"Ġcomplaining": 4994,
"Ġattached": 4995,
"Ġboo": 4996,
"Ġcauses": 4997,
"Ġdrama": 4998,
"Ġmistakes": 4999
},
"merges": [
"Ġ t",
"Ġ i",
"Ġt h",
"Ġ a",
"Ġ w",
"o u",
"Ġ y",
"Ġ s",
"e r",
"i n",
"Ġth e",
"Ġ o",
"n o",
"a t",
"e a",
"n d",
"Ġ m",
"Ġ h",
"Ġy ou",
"Ġ b",
"Ġ d",
"Ġ l",
"Ġa nd",
"r e",
"l l",
"in g",
"Ġ c",
"s e",
"Ġi t",
"Ġ k",
"Ġt o",
"Ġth at",
"Ġ g",
"Ġ u",
"Ġ f",
"' s",
"no w",
"o n",
"v e",
"g h",
"Ġ p",
"k e",
"Ġ [",
"Ġy ea",
"Ġk now",
"Ġl i",
"s t",
"Ġyea h",
"gh t",
"Ġs o",
"e n",
"Ġw h",
"o r",
"Ġ r",
"Ġh a",
"m e",
"Ġo f",
"t h",
"Ġi n",
"Ġli ke",
"a n",
"a u",
"Ġw e",
"Ġthe y",
"a y",
"Ġb e",
"' t",
"e s",
"u t",
"er e",
"i se",
"Ġ e",
"no ise",
"Ġg o",
"l e",
"Ġd o",
"Ġo n",
"a s",
"Ġb ut",
"Ġ j",
"l d",
"Ġ no",
"au ght",
"aught er",
"Ġha ve",
"ll y",
"v er",
"l aughter",
"Ġu m",
"a r",
"Ġu h",
"i d",
"Ġi s",
"u st",
"c h",
"Ġw as",
"e d",
"i ght",
"e t",
"ou t",
"Ġj ust",
"Ġd on",
"i t",
"l y",
"Ġ n",
"Ġwh at",
"i s",
"i c",
"in k",
"Ġs t",
"r o",
"Ġth ink",
"Ġr ea",
"Ġm y",
"ou ld",
"Ġf or",
"Ġr ight",
"Ġso me",
"Ġo h",
"' m",
"' re",
"Ġo r",
"Ġth ere",
"Ġc o",
"Ġh e",
"a l",
"c t",
"Ġw i",
"Ġl o",
"en t",
"o w",
"Ġno t",
"Ġa n",
"Ġs h",
"Ġwe ll",
"ea n",
"o p",
"au se",
"o d",
"Ġs e",
"Ġrea lly",
"Ġa b",
"c ause",
"Ġm ean",
"Ġa re",
"i r",
"Ġg et",
"Ġi f",
"Ġm o",
"i on",
"Ġwi th",
"t t",
"th ing",
"Ġab out",
"Ġa ll",
"r i",
"Ġc an",
"Ġn e",
"in d",
"Ġp e",
"ver y",
"Ġpe op",
"Ġpeop le",
"th er",
"Ġa h",
"Ġw ould",
"a lly",
"Ġth is",
"h m",
"Ġm hm",
"es s",
"Ġth ing",
"Ġ out",
"o l",
"Ġon e",
"Ġm e",
"Ġ re",
"i me",
"Ġa t",
"f f",
"Ġa s",
"Ġs u",
"Ġbe cause",
"Ġwh en",
"a c",
"Ġan y",
"Ġc h",
"' ve",
"Ġthe n",
"Ġw or",
"r a",
"Ġd id",
"g e",
"Ġk ind",
"Ġu p",
"Ġh ow",
"a ke",
"Ġs a",
"an t",
"Ġa l",
"ve n",
"ou r",
"Ġo k",
"Ġse e",
"Ġlo t",
"Ġg u",
"Ġok ay",
"Ġt ime",
"m p",
"Ġha d",
"k ing",
"Ġsh e",
"Ġp ro",
"on e",
"Ġe x",
"Ġ now",
"Ġgo od",
"Ġyou r",
"c e",
"er s",
"Ġc a",
"Ġto o",
"p p",
"Ġh i",
"Ġf ro",
"Ġfro m",
"Ġthe m",
"Ġe very",
"r y",
"u n",
"Ġ '",
"e nd",
"ar t",
"a d",
"Ġwh o",
"Ġsome thing",
"Ġs ay",
"ea r",
"i ve",
"Ġmo re",
"Ġin t",
"Ġgo ing",
"o se",
"u h",
"Ġp l",
"b a",
"i g",
"Ġgo t",
"Ġa ct",
"Ġm u",
"u ally",
"Ġwh ere",
"Ġd e",
"ou gh",
"Ġf a",
"Ġst u",
"n t",
"Ġt w",
"i ll",
"Ġw ere",
"Ġp re",
"Ġgu ess",
"at ion",
"Ġd i",
"w ay",
"Ġyea r",
"e e",
"Ġmu ch",
". _",
"u r",
"Ġe ven",
"w n",
"i l",
"Ġc ould",
"at e",
"Ġo ther",
"ac k",
"a in",
"u s",
"Ġs p",
"Ġthing s",
"Ġbe en",
"Ġh ere",
"Ġw ant",
"Ġh o",
"ou nd",
"Ġ very",
"Ġact ually",
"it y",
"h uh",
"in e",
"at ch",
"od y",
"u l",
"or t",
"Ġa g",
"re e",
"it e",
"i es",
"Ġa r",
"ri end",
"b le",
"Ġthe ir",
"Ġt al",
"Ġli tt",
"u e",
"o ol",
"b ody",
"Ġlitt le",
"Ġs ch",
"f t",
"Ġb o",
"m o",
"Ġstu ff",
"Ġne w",
"a me",
"Ġm ake",
"Ġw atch",
"Ġw ay",
"Ġsch ool",
"Ġco mp",
"Ġli ve",
"n a",
"' ll",
"Ġc ou",
"Ġwor k",
"Ġf riend",
"Ġc on",
"i e",
"Ġdid n",
"Ġy es",
"a nd",
"Ġm ay",
"Ġd ay",
"Ġc l",
"' d",
"u m",
"Ġt e",
"on g",
"ic e",
"b ly",
"Ġt r",
"Ġo ver",
"Ġu s",
"Ġdo es",
"Ġsa id",
"tt y",
"t ing",
"Ġth an",
"Ġtw o",
"Ġwh i",
"Ġpre tty",
"Ġb ack",
"Ġ v",
"Ġt ake",
"Ġm an",
"Ġk id",
"b e",
"p e",
"se d",
"a ct",
"Ġco me",
"a st",
"Ġdi ff",
"e m",
"Ġca ll",
"Ġpro ba",
"Ġproba bly",
"o k",
"l f",
"Ġha s",
"Ġdo ing",
"Ġ our",
"a re",
"Ġt ry",
"c k",
"Ġne ver",
"i ly",
"f e",
"ou s",
"one y",
"Ġdiff er",
"v ing",
"Ġa m",
"c o",
"Ġ q",
"Ġh er",
"Ġyear s",
"Ġ en",
"Ġth ose",
"Ġm oney",
"Ġmay be",
"Ġha pp",
"o re",
"Ġb ig",
"c i",
"m ent",
"m s",
"Ġfa m",
"Ġ er",
"Ġof f",
"Ġp o",
"way s",
"Ġh ear",
"Ġs i",
"Ġthe se",
"Ġex act",
"Ġu n",
"Ġany thing",
"Ġp art",
"Ġrea l",
"Ġint o",
"Ġj o",
"Ġexact ly",
"Ġal ways",
"Ġdo wn",
"i a",
"Ġkid s",
"b er",
"Ġf ir",
"Ġm in",
"Ġsh ould",
"Ġf un",
"Ġsu re",
"ee l",
"Ġhi m",
"nd er",
"Ġdiffer ent",
"Ġpl ay",
"Ġfir st",
"Ġon ly",
"Ġg on",
"Ġst art",
"Ġgon na",
"Ġst ill",
"Ġp ers",
"ou ght",
"Ġf eel",
"ke d",
"Ġo ld",
"ea ch",
"Ġhapp en",
"re at",
"Ġb u",
"ea d",
"id e",
"Ġpers on",
"Ġso r",
"Ġfam ily",
"m a",
"t y",
"e ver",
"Ġco m",
"Ġho me",
"re d",
"Ġha r",
"Ġevery thing",
"Ġm a",
"Ġwhi ch",
"Ġfriend s",
"o t",
"Ġw ent",
"i ld",
"Ġf o",
"ar d",
"i m",
"Ġb y",
"Ġtal k",
"Ġsa me",
"Ġw ow",
"a ge",
"ar s",
"Ġne ed",
"Ġch an",
"at h",
"Ġl ong",
"o m",
"Ġf ive",
"e en",
"Ġwh y",
"Ġar ound",
"Ġcou nt",
"Ġth ree",
"Ġde f",
"ea s",
"s o",
"Ġu sed",
"s s",
"Ġmo st",
"ic k",
"e ct",
"Ġm ar",
"Ġs mo",
"Ġtr ue",
"e l",
"Ġh is",
"Ġget ting",
"Ġwi ll",
"Ġb a",
"Ġlo ok",
"Ġkind a",
"Ġhar d",
"in t",
"Ġsu pp",
"Ġn ame",
"ea l",
"Ġp ut",
"Ġq u",
"Ġl et",
"Ġf i",
"Ġdef in",
"ere st",
"Ġli fe",
"Ġth ought",
"Ġint erest",
"u re",
"Ġb ad",
"is h",
"Ġcomp ut",
"Ġman y",
"Ġdefin ite",
"Ġdo ll",
"Ġsh ow",
"Ġal so",
"p t",
"i st",
"Ġdefinite ly",
"Ġth ough",
"Ġe l",
"Ġf ind",
"Ġt en",
"ac e",
"f ore",
"t ime",
"Ġp h",
"or k",
"e w",
"Ġth r",
"Ġn ice",
"Ġbe ing",
"Ġthr ough",
"Ġb us",
"Ġwhat ever",
"Ġgu y",
"Ġbe fore",
"p er",
"se lf",
"Ġdoes n",
"Ġte ll",
"Ġwho le",
"ft er",
"Ġa fter",
"Ġs it",
"i p",
"Ġel se",
"Ġsome body",
"or n",
"Ġl ea",
"Ġb as",
"Ġsor t",
"Ġto p",
"Ġjo b",
"Ġl ast",
"Ġt ra",
"ee p",
"Ġag ain",
"er t",
"Ġwe e",
"Ġb r",
"n y",
"Ġk eep",
"Ġlo ve",
"Ġe ver",
"Ġdoll ars",
"Ġsome time",
"i f",
"ri ed",
"Ġs c",
"Ġp ay",
"Ġf ar",
"Ġdon e",
"Ġtry ing",
"Ġb it",
"Ġa d",
"Ġf our",
"Ġmo v",
"Ġb l",
"d ay",
"Ġg ame",
"Ġdo g",
"Ġt er",
"Ġu nder",
"Ġhi gh",
"Ġsometime s",
"Ġt a",
"Ġch ild",
"tt er",
"Ġy ork",
"Ġg ra",
"ent y",
"d u",
"Ġtal king",
"Ġhe ll",
"Ġa c",
"Ġe at",
"ll e",
"Ġh uh",
"ose d",
"Ġr o",
"Ġsi x",
"ath er",
"e p",
"Ġg reat",
"Ġevery body",
"Ġo wn",
"ar y",
"Ġhave n",
"Ġcou p",
"n g",
"i ther",
"Ġa no",
"Ġh u",
"en ce",
"ba ll",
"Ġtw enty",
"Ġbe tter",
"Ġf l",
"Ġco ol",
"Ġwould n",
"Ġhe l",
"ic ally",
"Ġano ther",
"Ġh our",
"Ġg ive",
"er n",
"Ġm on",
"Ġth ir",
"Ġinterest ing",
"m ber",
"Ġfun ny",
"ou se",
"Ġhel p",
"Ġwee k",
"d y",
"re n",
"Ġtop ic",
"Ġre l",
"as s",
"s h",
"Ġhell o",
"Ġfi ft",
"Ġpro ble",
"at ed",
"ert ain",
"Ġcount ry",
"Ġe ight",
"Ġt each",
"Ġsay ing",
"Ġbe l",
"i z",
"Ġh us",
"Ġm ight",
"Ġcomput er",
"Ġcoup le",
"i ous",
"Ġsp ort",
"Ġp a",
"Ġe ither",
"Ġd is",
"Ġre me",
"Ġhear d",
"Ġh ouse",
"Ġa way",
"Ġwor ld",
"Ġw ar",
"Ġc our",
"i an",
"ion s",
"on s",
"Ġp u",
"Ġi mp",
"Ġlo o",
"Ġmin ut",
"Ġreme mber",
"ve d",
"Ġw o",
"Ġbe st",
"st er",
"Ġl e",
"Ġsupp osed",
"b l",
"Ġt y",
"Ġag o",
"Ġco lle",
"n ing",
"Ġse ven",
"Ġag ree",
"Ġsome one",
"Ġca re",
"Ġtime s",
"Ġwas n",
"o y",
"Ġf r",
"at t",
"Ġm ad",
"Ġc ar",
"Ġp er",
"Ġl a",
"f ul",
"Ġe nd",
"ba nd",
"Ġcolle ge",
"Ġc at",
"Ġbus in",
"Ġm ill",
"Ġpo int",
"are nt",
"Ġhus band",
"Ġnew s",
"ve l",
"Ġcour se",
"Ġpl ace",
"Ġwhi le",
"a g",
"Ġc ity",
"Ġgo tt",
"Ġbel ie",
"Ġa tt",
"Ġon ce",
"Ġmon th",
"Ġe le",
"Ġc ertain",
"w h",
"Ġha ving",
"Ġi d",
"Ġre s",
"ke t",
"Ġb ro",
"Ġa ir",
"Ġunder st",
"Ġsu r",
"Ġsee ms",
"Ġw al",
"i v",
"Ġen ough",
"se s",
"a ble",
"Ġchild ren",
"Ġrea d",
"c ent",
"Ġst ay",
"Ġus ually",
"p en",
"Ġc al",
"Ġre st",
"Ġ es",
"at er",
"s ide",
"Ġi nd",
"Ġw a",
"Ġs in",
"an na",
"Ġunderst and",
"Ġfo od",
"Ġcall ed",
"Ġmad e",
"Ġab le",
"Ġu se",
"m er",
"Ġbusin ess",
"ver s",
"er ic",
"Ġr un",
"ro w",
"Ġw anna",
"Ġse en",
"Ġbelie ve",
"Ġyou ng",
"ic ul",
"Ġno r",
"Ġcon t",
"Ġhu nd",
"Ġam eric",
"ci ally",
"Ġhund red",
"an ce",
"at es",
"Ġmill ion",
"ic al",
"Ġminut es",
"Ġcl ose",
"Ġd r",
"Ġlea st",
"Ġg r",
"Ġmin im",
"Ġg ir",
"Ġwo nder",
"Ġsin ce",
"Ġl ear",
"Ġwor king",
"Ġf ew",
"Ġsport s",
"Ġminim um",
"Ġno thing",
"Ġloo king",
"p h",
"Ġstart ed",
"Ġp arent",
"Ġmake s",
"Ġfa ct",
"ea k",
"Ġw r",
"s id",
"Ġa ff",
"Ġthink ing",
"Ġw age",
"Ġgo d",
"Ġc ra",
"Ġbas ically",
"Ġh um",
"pe cially",
"c ess",
"Ġs ound",
"Ġq ue",
"Ġst r",
"ge ther",
"Ġ eas",
"Ġes pecially",
"e ly",
"r or",
"Ġchan ge",
"Ġty pe",
"Ġca me",
"a m",
"Ġde p",
"Ġma king",
"Ġto gether",
"n ed",
"or d",
"t s",
"wh ere",
"Ġt ur",
"Ġm m",
"Ġmov ie",
"at ing",
"Ġch e",
"Ġ each",
"Ġmar ried",
"s on",
"Ġar ea",
"du c",
"b y",
"Ġwatch ing",
"Ġgo es",
"or s",
"Ġhappen ed",
"Ġproble m",
"Ġpl an",
"Ġbo th",
"pe ct",
"Ġto day",
"Ġsmo king",
"Ġcould n",
"Ġse c",
"Ġn ight",
"q u",
"co nd",
"Ġmy self",
"Ġany way",
"mo st",
"ve s",
"Ġr a",
"Ġday s",
"Ġh op",
"Ġque st",
"Ġon es",
"Ġthir ty",
"Ġse cond",
"Ġal most",
"Ġcom m",
"x t",
"Ġget s",
"Ġsmo ke",
"Ġha nd",
"ic t",
"Ġph one",
"Ġn ine",
"Ġs ma",
"Ġparent s",
"Ġcal if",
"Ġco ld",
"ation s",
"Ġis n",
"it ies",
"Ġcalif orn",
"Ġsma ll",
"ci al",
"Ġp et",
"Ġgame s",
"Ġqu ite",
"Ġre g",
"Ġwant ed",
"Ġcaliforn ia",
"Ġguy s",
"bl ic",
"r ant",
"it ed",
"Ġcomp an",
"Ġele ven",
"d d",
"v or",
"Ġimp ort",
"Ġs y",
"Ġa pp",
"Ġs er",
"Ġsa w",
"Ġe duc",
"i re",
"Ġd eal",
"Ġli ving",
"Ġen j",
"Ġint ern",
"Ġenj oy",
"Ġbu y",
"Ġbo y",
"d e",
"Ġter ror",
"Ġsu b",
"g ra",
"an s",
"Ġout side",
"Ġne xt",
"Ġbe t",
"Ġimport ant",
"Ġto t",
"id ay",
"Ġk n",
"Ġst op",
"Ġgo ver",
"ou nt",
"Ġd ri",
"Ġcom ing",
"ce pt",
"Ġstu d",
"Ġchan g",
"p ort",
"Ġs en",
"l es",
"Ġw om",
"Ġgir l",
"o s",
"r ead",
"Ġp r",
"Ġpu blic",
"Ġid ea",
"Ġm is",
"ac es",
"Ġst ate",
"n er",
"Ġli st",
"n ment",
"Ġrest au",
"Ġg re",
"Ġrestau rant",
"Ġsp end",
"Ġm id",
"Ġf ound",
"Ġf in",
"Ġtoo k",
"Ġw on",
"n ess",
"Ġmov ies",
"Ġh ol",
"Ġgott a",
"Ġrea son",
"Ġg en",
"Ġsor ry",
"ere d",
"n s",
"Ġde c",
"e ll",
"Ġgover nment",
"Ġab s",
"ri es",
"Ġy et",
"Ġha lf",
"z y",
"i o",
"ck s",
"Ġin st",
"ur ity",
"Ġwa it",
"Ġo b",
"ic s",
"ol ut",
"g er",
"Ġy ep",
"Ġhop e",
"le t",
"Ġsec urity",
"Ġeduc ation",
"Ġshow s",
"Ġcome s",
"Ġreal ity",
"at ive",
"ri st",
"c es",
"ir d",
"Ġsit u",
"Ġfift een",
"Ġs on",
"Ġ ea",
"Ġsu ch",
"Ġ ear",
"Ġs ou",
"Ġhe y",
"g et",
"Ġm att",
"er c",
"Ġhol iday",
"Ġc ut",
"Ġs w",
"Ġd aughter",
"al s",
"re ss",
"Ġex t",
"eal th",
"ea m",
"Ġmo m",
"i er",
"p l",
"Ġcomput ers",
"Ġs k",
"l ess",
"Ġabs olut",
"or y",
"Ġquest ion",
"et y",
"Ġwal k",
"Ġschool s",
"Ġhour s",
"Ġfift y",
"a h",
"Ġex erc",
"Ġtot ally",
"Ġl ess",
"Ġm ind",
"Ġm il",
"m b",
"Ġi ra",
"Ġpl aces",
"ent s",
"Ġf u",
"Ġlive d",
"Ġpa id",
"Ġmonth s",
"Ġcl ass",
"Ġira q",
"Ġin v",
"Ġdep end",
"Ġg i",
"o od",
"Ġho t",
"or m",
"Ġo pen",
"l and",
"Ġabsolut ely",
"Ġevery one",
"Ġm i",
"a p",
"Ġintern et",
"Ġn in",
"Ġba se",
"Ġin f",
"Ġl ine",
"Ġp ol",
"ard s",
"Ġg one",
"Ġf ig",
"Ġyour self",
"ing s",
"a z",
"co me",
"Ġwh e",
"Ġst ates",
"Ġbro ther",
"Ġany body",
"read y",
"Ġal ready",
"Ġgen er",
"Ġa w",
"ct ion",
"ate ly",
"i ble",
"Ġsu m",
"Ġd a",
"it ion",
"Ġm ine",
"g ine",
"Ġme et",
"Ġgra nd",
"j ect",
"Ġs et",
"Ġold er",
"Ġwe ather",
"Ġfo ot",
"Ġto wn",
"Ġto ld",
"Ġcra zy",
"Ġu nt",
"e st",
"Ġh ealth",
"u ck",
"Ġmatt er",
"Ġfa vor",
"st em",
"Ġsy stem",
"ul ar",
"Ġin c",
"Ġn um",
"Ġsound s",
"Ġwhe ther",
"l o",
"t en",
"Ġi ma",
"Ġch rist",
"me d",
"Ġch o",
"Ġunt il",
"Ġp ar",
"u al",
"Ġth ous",
"Ġthous and",
"ious ly",
"Ġf ine",
"Ġf ree",
"Ġta king",
"Ġbo ok",
"Ġdr ink",
"Ġs ick",
"Ġbu ild",
"le d",
"Ġsp e",
"Ġr id",
"Ġst and",
"Ġdog s",
"Ġc r",
"Ġp en",
"Ġm ed",
"Ġj u",
"s ive",
"Ġmo ved",
"Ġc or",
"d le",
"t een",
"se l",
"Ġsitu ation",
"Ġsum mer",
"Ġnor th",
"Ġlive s",
"b r",
"k s",
"Ġcon sid",
"Ġkn ew",
"Ġex per",
"Ġho b",
"is m",
"g in",
"ur ing",
"Ġsen se",
"Ġmid dle",
"Ġsee m",
"Ġpro gra",
"Ġwatch ed",
"Ġ ent",
"Ġs l",
"Ġfor ty",
"Ġa ge",
"Ġs ig",
"Ġg row",
"Ġtra vel",
"Ġla w",
"Ġwor ked",
"Ġea st",
"f ort",
"Ġpro f",
"f er",
"i ence",
"Ġmo ther",
"Ġcount ries",
"sh ip",
"Ġk ill",
"Ġexerc ise",
"Ġst re",
"Ġlear n",
"Ġinv ol",
"Ġp ick",
"Ġcome dy",
"Ġc ause",
"Ġwith out",
"ou p",
"Ġfavor ite",
"ea p",
"un ch",
"sel ves",
"w een",
"ri ble",
"ise d",
"Ġsay s",
"Ġwe ird",
"Ġbet ween",
"Ġp ri",
"mo re",
"n e",
"Ġgr oup",
"Ġaff ect",
"Ġgo sh",
"Ġfoot ball",
"Ġima gine",
"Ġd ad",
"it s",
"Ġcompan y",
"Ġwi fe",
"Ġh ur",
"u g",
"Ġs al",
"is ion",
"Ġnum ber",
"Ġare n",
"Ġplay ing",
"Ġeas y",
"Ġa p",
"Ġjob s",
"Ġr ather",
"Ġwr ong",
"Ġun ited",
"Ġa f",
"ent ion",
"Ġlist en",
"Ġm ain",
"Ġd ra",
"Ġproble ms",
"Ġma j",
"Ġche ck",
"Ġo pp",
"Ġcat s",
"Ġjo ke",
"g y",
"Ġp ast",
"Ġm ust",
"Ġh ead",
"f u",
"Ġwor d",
"t on",
"Ġstu dy",
"Ġb i",
"iz e",
"i al",
"Ġsh o",
"Ġex c",
"m y",
"Ġd es",
"Ġameric an",
"Ġhappen s",
"Ġst ore",
"Ġwom en",
"Ġas k",
"Ġd uring",
"Ġmis s",
"Ġmaj or",
"Ġbase ball",
"Ġt ried",
"Ġs ide",
"Ġterror ist",
"Ġle ft",
"Ġb ar",
"t er",
"Ġbr ing",
"an g",
"Ġwant s",
"c c",
"ro ss",
"Ġob v",
"Ġw ater",
"b s",
"Ġk e",
"Ġmu s",
"Ġagain st",
"ra ct",
"Ġair port",
"Ġtra in",
"Ġh it",
"an c",
"Ġgott en",
"a ll",
"Ġth reat",
"Ġfig ure",
"Ġf ly",
"Ġis s",
"Ġp op",
"Ġf ish",
"Ġinvol ved",
"Ġn ear",
"Ġsi ster",
"Ġad d",
"Ġte le",
"Ġbas ket",
"Ġlea ve",
"are d",
"an ge",
"Ġco st",
"Ġm et",
"Ġro om",
"Ġh or",
"Ġl au",
"Ġany more",
"Ġfl or",
"id a",
"as h",
"Ġr i",
"Ġre t",
"Ġw int",
"Ġmo ve",
"Ġbe come",
"Ġs ing",
"Ġst ri",
"Ġwork s",
"Ġex pen",
"Ġsou th",
"ear ch",
"Ġs eas",
"Ġun i",
"on t",
"Ġw ish",
"Ġam az",
"Ġweek s",
"Ġlo c",
"Ġflor ida",
"mp l",
"Ġcomm un",
"Ġno body",
"Ġal ong",
"Ġt eam",
"Ġteach ers",
"in es",
"l ine",
"Ġ ve",
"Ġsome where",
"Ġch ic",
"Ġc ent",
"Ġg l",
"ge st",
"Ġrel ation",
"Ġte x",
"ul t",
"w er",
"Ġco ok",
"Ġsupp ort",
"m as",
"Ġgre w",
"ll ow",
"Ġtake s",
"Ġhapp y",
"Ġtal ked",
"Ġch ar",
"Ġbasket ball",
"y s",
"Ġun less",
"Ġperson al",
"Ġobv iously",
"Ġf ight",
"Ġsh op",
"Ġf e",
"Ġfam il",
"Ġne cess",
"Ġta x",
"Ġph il",
"Ġc ur",
"Ġinf orm",
"Ġrelation ship",
"i gh",
"Ġh m",
"Ġo p",
"re ct",
"Ġin s",
"Ġof ten",
"one st",
"Ġse nd",
"Ġtex as",
"r u",
"u es",
"Ġcertain ly",
"Ġwint er",
"m an",
"Ġpet s",
"Ġchrist mas",
"Ġconsid er",
"Ġyoung er",
"b or",
"mp le",
"Ġac c",
"Ġap art",
"en e",
"Ġcon c",
"Ġh onest",
"Ġeat ing",
"Ġt end",
"Ġthem selves",
"Ġdepend s",
"in a",
"Ġcall ing",
"Ġse pt",
"Ġchang ed",
"Ġm orn",
"Ġcomp let",
"ie w",
"em ber",
"Ġinform ation",
"Ġhu ge",
"Ġsept ember",
"Ġdo ct",
"Ġhum or",
"a ve",
"Ġameric a",
"Ġy e",
"Ġam ount",
"Ġatt ack",
"Ġknow s",
"i ed",
"Ġre c",
"Ġtur n",
"Ġe ff",
"Ġ -",
"Ġlo st",
"Ġpo ss",
"Ġba by",
"co no",
"i red",
"m ing",
"is ing",
"ow er",
"o or",
"Ġt ough",
"Ġstre et",
"Ġs now",
"Ġuni vers",
"Ġco l",
"h ing",
"Ġdis c",
"Ġwe st",
"b il",
"Ġb ill",
"Ġe cono",
"Ġint er",
"Ġle vel",
"Ġact iv",
"us s",
"Ġre nt",
"Ġmorn ing",
"it ing",
"Ġop in",
"Ġreg ular",
"Ġexpen sive",
"Ġdiffer ence",
"Ġgra du",
"ar ily",
"Ġal th",
"Ġre cent",
"Ġalth ough",
"Ġinst ead",
"Ġdiff icul",
"Ġsub ject",
"Ġh ate",
"m in",
"Ġbl ack",
"Ġbe h",
"Ġan im",
"re s",
"v ision",
"Ġrun ning",
"Ġsit ting",
"in s",
"Ġprof ess",
"Ġplan e",
"Ġway s",
"Ġthir d",
"Ġexper ience",
"Ġsc ary",
"Ġall ow",
"el t",
"an e",
"Ġe ma",
"Ġsp eak",
"icul ar",
"Ġah ead",
"Ġwor th",
"mpl oy",
"u se",
"Ġnor m",
"Ġcont ro",
"y l",
"Ġj er",
"Ġde g",
"a il",
"Ġs an",
"Ġfa ir",
"Ġc ig",
"Ġse ll",
"Ġlo s",
"Ġdifficul t",
"b ies",
"Ġl uck",
"ic es",
"Ġfa ll",
"Ġdri ve",
"Ġpart icular",
"Ġteach er",
"Ġbu cks",
"Ġprogra m",
"Ġv is",
"Ġen g",
"Ġamaz ing",
"Ġbr eak",
"Ġf elt",
"Ġha ng",
"Ġsur v",
"Ġr ain",
"Ġsa d",
"Ġw eap",
"Ġas s",
"Ġwor ry",
"Ġgood ness",
"Ġho ld",
"ation al",
"Ġb unch",
"u p",
"a ch",
"n es",
"Ġb ea",
"Ġm en",
"st on",
"Ġunivers ity",
"u d",
"Ġfo llow",
"Ġcall s",
"Ġmost ly",
"ion al",
"v an",
"Ġema il",
"Ġdi st",
"p r",
"p ing",
"Ġg e",
"Ġso on",
"Ġpart ner",
"Ġwh ite",
"Ġw er",
"Ġtele vision",
"Ġg ave",
"tt a",
"Ġy a",
"Ġwor se",
"Ġto w",
"ad el",
"c ed",
"o ck",
"ke y",
"Ġphil adel",
"ph ia",
"Ġl ar",
"Ġc atch",
"Ġex pect",
"Ġwer en",
"ment s",
"ea se",
"Ġfa st",
"Ġstri ke",
"Ġphiladel phia",
"Ġlau gh",
"Ġf ather",
"d er",
"Ġt ri",
"Ġl ater",
"Ġwonder ful",
"ou ble",
"Ġnin ety",
"Ġne igh",
"Ġeas ier",
"Ġrestaurant s",
"Ġkind s",
"are tt",
"Ġpay ing",
"Ġcig arett",
"Ġd et",
"Ġw in",
"Ġlo tta",
"Ġlot s",
"fu lly",
"Ġpol it",
"Ġf ore",
"Ġwal king",
"ven t",
"z e",
"ro p",
"Ġbo mb",
"Ġfu ll",
"Ġpen ns",
"Ġf an",
"iz ed",
"Ġtell ing",
"Ġper cent",
"Ġpenns yl",
"er g",
"Ġhur t",
"Ġan s",
"Ġgener al",
"l ing",
"Ġpennsyl van",
"Ġp ower",
"Ġshould n",
"Ġfr ont",
"Ġi m",
"Ġpennsylvan ia",
"Ġcomplet ely",
"Ġlike d",
"Ġtake n",
"le ep",
"Ġbe gin",
"as ses",
"Ġstart ing",
"an k",
"Ġcon vers",
"Ġt ou",
"Ġex cept",
"Ġv al",
"Ġcon s",
"Ġcl ean",
"Ġca se",
"Ġsing le",
"Ġread ing",
"Ġgirl s",
"Ġrel ig",
"Ġpa per",
"Ġdoct or",
"Ġmi ch",
"Ġhappen ing",
"ian s",
"o g",
"Ġmean s",
"en s",
"Ġsur pr",
"ure s",
"Ġbuild ing",
"Ġnecess arily",
"Ġhob by",
"ast e",
"Ġqu ick",
"Ġmus ic",
"Ġrecent ly",
"n el",
"Ġtr u",
"Ġne at",
"Ġplay ed",
"Ġbea ut",
"g r",
"Ġthan k",
"Ġconc ern",
"Ġlo se",
"Ġg ro",
"Ġinterest ed",
"ow n",
"h ip",
"un ately",
"Ġopin ion",
"Ġpro t",
"Ġstud ent",
"Ġmil it",
"Ġseas on",
"Ġbus h",
"Ġperson ally",
"Ġsee ing",
"Ġor ig",
"Ġpo s",
"Ġweap ons",
"Ġspe cial",
"Ġtr ust",
"Ġun fort",
"Ġex a",
"w ork",
"Ġi ll",
"Ġqu it",
"Ġs m",
"Ġtw el",
"Ġeleven th",
"Ġwe ight",
"id ed",
"Ġcompan ies",
"Ġlo w",
"ie ld",
"n ect",
"Ġtwel ve",
"p or",
"Ġf re",
"Ġlook s",
"Ġorig in",
"Ġl ad",
"Ġp ass",
"Ġchan ce",
"p id",
"p ed",
"Ġrid icul",
"Ġgrow ing",
"Ġseven ty",
"Ġstud ents",
"Ġar t",
"Ġridicul ous",
"Ġle g",
"Ġb orn",
"Ġon line",
"Ġany one",
"Ġye ster",
"Ġp ic",
"re nt",
"Ġmilit ary",
"Ġyester day",
"t ies",
"Ġv o",
"Ġfeel ing",
"ke nd",
"Ġwom an",
"Ġwee kend",
"Ġe h",
"Ġqu al",
"ke n",
"Ġiss ue",
"Ġatt ention",
"Ġte st",
"Ġfor get",
"bil ity",
"se y",
"Ġb ene",
"Ġany where",
"Ġdi e",
"if ul",
"Ġte ch",
"Ġact ion",
"Ġout d",
"Ġr ad",
"Ġeff ect",
"ay s",
"Ġv ir",
"Ġres p",
"Ġac ross",
"Ġbene f",
"Ġpre fer",
"Ġcon st",
"Ġloo ked",
"Ġnin et",
"Ġterror ism",
"Ġwas hing",
"Ġb ra",
"Ġdoll ar",
"se nt",
"Ġco ast",
"Ġus ing",
"Ġjer sey",
"Ġbeaut iful",
"Ġpri v",
"r ing",
"Ġgra de",
"Ġl ate",
"t i",
"ra id",
"Ġan ge",
"Ġaf raid",
"Ġcor por",
"Ġcontro l",
"r ic",
"Ġter rible",
"lf riend",
"Ġw ind",
"Ġcon nect",
"Ġlear ning",
"c er",
"Ġb ody",
"Ġbe d",
"Ġgir lfriend",
"Ġg y",
"i ent",
"ro om",
"Ġba ll",
"Ġsig n",
"t e",
"Ġres earch",
"Ġs leep",
"Ġpre sid",
"Ġear ly",
"Ġi r",
"Ġext ra",
"e le",
"Ġa v",
"Ġst ep",
"Ġsc re",
"Ġneed s",
"Ġac cept",
"i le",
"ig n",
"p it",
"a le",
"p a",
"Ġreal ize",
"Ġstr ange",
"Ġbeh ind",
"Ġeven t",
"Ġeight y",
"re me",
"Ġca mp",
"Ġter ms",
"a ire",
"Ġecono my",
"Ġholiday s",
"Ġtou ch",
"Ġv iew",
"Ġexa mple",
"Ġstu pid",
"Ġpu ll",
"Ġke pt",
"Ġchang es",
"Ġe y",
"ag o",
"Ġm eal",
"us h",
"Ġser v",
"Ġsupp ose",
"Ġjoke s",
"u b",
"Ġb ought",
"Ġchic ago",
"Ġwashing ton",
"Ġput ting",
"on a",
"d ing",
"u red",
"Ġo cc",
"Ġactiv ities",
"Ġe v",
"Ġtur ned",
"Ġm ess",
"Ġ z",
"Ġcl asses",
"Ġad v",
"Ġmar ket",
"Ġminut e",
"Ġhor rible",
"Ġcur rent",
"Ġp ur",
"Ġsix ty",
"Ġfamil ies",
"i or",
"Ġe mploy",
"y ing",
"Ġdo or",
"Ġwith in",
"Ġsu per",
"Ġso cial",
"Ġlike s",
"Ġgo ss",
"Ġs at",
"Ġchan nel",
"Ġgi ving",
"Ġwar m",
"Ġli ght",
"Ġhope fully",
"at ure",
"Ġunfort unately",
"Ġgy m",
"Ġp ict",
"Ġstr ong",
"Ġans wer",
"Ġco o",
"Ġp at",
"Ġsurv iv",
"Ġloc al",
"Ġgl ad",
"Ġgoss ip",
"Ġsa dd",
"Ġm ass",
"Ġst ory",
"Ġtr ouble",
"Ġp as",
"Ġge or",
"Ġba sed",
"c y",
"u de",
"ea king",
"Ġmil es",
"c ked",
"Ġdi ed",
"Ġconvers ation",
"Ġv i",
"g n",
"Ġin side",
"Ġrea dy",
"Ġt reat",
"Ġb ur",
"Ġs n",
"Ġf ear",
"Ġhob bies",
"b o",
"Ġh un",
"Ġb each",
"Ġso ci",
"Ġra ised",
"fe ct",
"Ġpresid ent",
"Ġc ele",
"Ġas ked",
"Ġoff ice",
"Ġd in",
"g g",
"no t",
"Ġbook s",
"Ġpl us",
"Ġp ea",
"Ġhelp s",
"pp ed",
"Ġra ise",
"ag es",
"Ġcele br",
"Ġsh ort",
"Ġco ll",
"Ġapart ment",
"ant a",
"Ġbus y",
"Ġsadd am",
"Ġor der",
"Ġv ide",
"Ġhear t",
"l t",
"an ic",
"Ġpo or",
"Ġd an",
"ic ket",
"Ġwhen ever",
"Ġend ed",
"Ġrec ord",
"k er",
"w ard",
"ther n",
"Ġaff ord",
"Ġa th",
"Ġk or",
"Ġre d",
"a ir",
"Ġwr ite",
"Ġha b",
"Ġri ch",
"Ġg er",
"Ġdec ided",
"Ġpea ce",
"Ġf ield",
"Ġc ult",
"Ġluck y",
"Ġprofess ional",
"Ġit s",
"Ġpar k",
"Ġall erg",
"Ġninet een",
"Ġsur ve",
"Ġfin ish",
"Ġf il",
"Ġwor st",
"Ġdeg ree",
"Ġrad io",
"Ġj un",
"it ive",
"Ġsi m",
"Ġbo ther",
"Ġse ver",
"Ġneigh bor",
"it ch",
"Ġfi re",
"Ġbo ston",
"c le",
"Ġt ea",
"Ġanim als",
"p es",
"Ġto n",
"Ġplay ers",
"Ġp ain",
"Ġsig ned",
"Ġcho ice",
"Ġteach ing",
"Ġdrink ing",
"Ġsever al",
"ot e",
"c key",
"ic ation",
"is s",
"Ġdra w",
"u c",
"Ġst ra",
"Ġhigh er",
"Ġath let",
"dd en",
"Ġl ang",
"Ġis land",
"Ġwill ing",
"Ġsu dden",
"Ġevery where",
"Ġeight een",
"i um",
"Ġsurviv or",
"Ġgi ven",
"Ġlang u",
"Ġhi st",
"Ġbr ought",
"Ġto m",
"Ġange les",
"Ġfor t",
"Ġbo x",
"Ġsp ent",
"Ġcomp l",
"Ġpriv ate",
"Ġorigin ally",
"Ġno n",
"Ġho ckey",
"Ġtri p",
"Ġsee med",
"Ġlong er",
"Ġpro du",
"Ġth row",
"g o",
"Ġlar ge",
"g an",
"h ood",
"Ġs ent",
"Ġr ac",
"Ġsh ot",
"Ġmo ving",
"Ġv ac",
"Ġf it",
"Ġfin ally",
"Ġcar ol",
"ic ed",
"Ġc ell",
"Ġbegin ning",
"or ies",
"t ed",
"Ġso l",
"Ġju mp",
"Ġsc ared",
"Ġt icket",
"Ġfor th",
"Ġde st",
"Ġex p",
"x ic",
"Ġcan ad",
"o th",
"att le",
"Ġent ertain",
"Ġl ou",
"Ġst ick",
"Ġc aught",
"Ġhas n",
"Ġcomm on",
"ort un",
"Ġper fect",
"re es",
"Ġdi rect",
"Ġwait ing",
"Ġthan ks",
"Ġopp ortun",
"m it",
"Ġcon f",
"Ġexc use",
"Ġshop ping",
"Ġph ys",
"Ġneed ed",
"Ġtow ards",
"Ġallow ed",
"gr ound",
"at or",
"Ġdri ving",
"Ġf ace",
"Ġcol or",
"ve st",
"Ġres pect",
"Ġre p",
"Ġcome d",
"Ġsoci ety",
"ra el",
"ur al",
"Ġquest ions",
"Ġmillion aire",
"v y",
"Ġdisc uss",
"Ġis rael",
"Ġtw ice",
"Ġeng l",
"at s",
"Ġser ious",
"Ġw ear",
"Ġo il",
"Ġro ad",
"Ġengl ish",
"h ow",
"Ġde l",
"ir m",
"Ġsa fe",
"Ġme xic",
"Ġvis it",
"b b",
"Ġsurpr ised",
"Ġch ur",
"pit al",
"Ġar eas",
"Ġdr ug",
"Ġconcern ed",
"ant s",
"Ġeven ts",
"fort able",
"er ing",
"Ġknow n",
"Ġtr ans",
"Ġte en",
"Ġind ian",
"Ġr ound",
"Ġext reme",
"Ġterrorist s",
"Ġma ch",
"Ġchur ch",
"Ġinc r",
"Ġthe ater",
"o nd",
"Ġin vest",
"w ise",
"c king",
"Ġcont in",
"ll s",
"or ing",
"Ġserv ice",
"g es",
"Ġt aste",
"Ġbig gest",
"s ons",
"Ġn ational",
"Ġsp ring",
"Ġcommun ity",
"Ġposs i",
"er v",
"Ġaw ful",
"Ġcor rect",
"Ġbig ger",
"Ġaffect ed",
"Ġb ir",
"Ġmar ri",
"Ġmo t",
"Ġex pl",
"Ġprogra ms",
"Ġcom mer",
"Ġlear ned",
"Ġtra de",
"Ġprot ect",
"en ces",
"Ġst ar",
"Ġboy s",
"Ġkor ea",
"Ġhum an",
"h ol",
"Ġaff irm",
"ot a",
"Ġb an",
"ic ip",
"Ġoh io",
"Ġfriends hip",
"r al",
"Ġdo t",
"Ġe m",
"co m",
"Ġdin ner",
"Ġstop ped",
"ant ly",
"o h",
"Ġsw e",
"st ers",
"Ġbi ke",
"Ġposs ible",
"Ġn et",
"Ġgo lf",
"Ġaw are",
"Ġword s",
"se t",
"Ġaffirm ative",
"Ġdi vor",
"Ġco nd",
"Ġtax es",
"Ġfe ed",
"Ġcommer cial",
"Ġl ead",
"Ġre port",
"Ġpo t",
"Ġi ce",
"Ġameric ans",
"Ġsw im",
"f riend",
"i ar",
"p ar",
"Ġf ut",
"Ġind ust",
"Ġat l",
"vel op",
"Ġcoo king",
"Ġh ea",
"Ġc reat",
"an ces",
"Ġwe bs",
"Ġp ound",
"Ġcho ose",
"ci f",
"Ġlangu age",
"Ġh y",
"Ġgive s",
"Ġhealth y",
"Ġm ention",
"Ġc re",
"id ent",
"Ġbo ard",
"Ġli br",
"Ġe qu",
"il ar",
"Ġp ract",
"Ġne ither",
"Ġspe cif",
"Ġvide o",
"ver age",
"Ġresp ons",
"Ġp ie",
"Ġpop ular",
"Ġsm art",
"Ġal one",
"ig an",
"lo ck",
"Ġvir gin",
"Ġsp o",
"Ġhist ory",
"Ġc u",
"Ġre m",
"Ġfu nd",
"Ġpas sed",
"Ġkid ding",
"Ġsim ilar",
"Ġm od",
"Ġcomp et",
"Ġpre ss",
"Ġkill ed",
"Ġoutd oor",
"Ġkeep s",
"g s",
"Ġnow ad",
"Ġpic ked",
"Ġe u",
"ake s",
"Ġent ire",
"Ġr ace",
"Ġother s",
"Ġnorm al",
"Ġnowad ays",
"Ġfr anc",
"Ġboy friend",
"Ġfly ing",
"Ġmich igan",
"Ġpre vent",
"Ġit self",
"Ġl and",
"Ġal co",
"Ġs earch",
"Ġd ate",
"is co",
"Ġalco hol",
"Ġfut ure",
"Ġbir th",
"ar ies",
"Ġcarol ina",
"nd ay",
"Ġf ur",
"Ġother wise",
"Ġsl ow",
"Ġg as",
"ver t",
"Ġse lf",
"Ġtru th",
"Ġback ground",
"b ur",
"Ġl ately",
"Ġman h",
"c lock",
"Ġs ci",
"Ġwh er",
"Ġp ack",
"Ġte mp",
"en sive",
"Ġha ir",
"Ġhard er",
"Ġlad y",
"Ġmanh att",
"Ġp ort",
"Ġe d",
"iv id",
"o ms",
"Ġsh it",
"Ġmanhatt an",
"ist ic",
"ah o",
"k ers",
"Ġse x",
"Ġmed ia",
"Ġfranc isco",
"end ed",
"re t",
"Ġd ead",
"Ġcent er",
"o me",
"Ġcou s",
"ch el",
"Ġrel ative",
"Ġpr ice",
"Ġiss ues",
"Ġcl os",
"Ġde velop",
"Ġgradu ated",
"Ġso ld",
"Ġvirgin ia",
"Ġp anic",
"Ġsu n",
"Ġso cc",
"Ġfor m",
"Ġmin or",
"Ġind ivid",
"Ġsocc er",
"Ġnot iced",
"Ġfi x",
"Ġacc ount",
"Ġan ti",
"Ġele ct",
"Ġnorm ally",
"Ġb ird",
"Ġcigarett es",
"Ġcanad a",
"Ġca ble",
"Ġcl ear",
"Ġd un",
"Ġpart icip",
"Ġve get",
"Ġas king",
"q ue",
"Ġse attle",
"Ġton ight",
"Ġst ock",
"Ġrea sons",
"Ġthir teen",
"Ġsu c",
"i pp",
"pa per",
"Ġr u",
"bl es",
"n is",
"Ġfind ing",
"Ġlove s",
"r on",
"Ġsh are",
"Ġhad n",
"Ġfo c",
"Ġs me",
"Ġsh a",
"Ġfamil iar",
"Ġatl anta",
"o ors",
"Ġlove d",
"s y",
"Ġnews paper",
"Ġm ount",
"Ġbe c",
"ur ance",
"Ġwor ried",
"Ġtopic s",
"Ġper i",
"Ġcigarett e",
"Ġwonder ing",
"Ġt aught",
"Ġperi od",
"Ġcar ry",
"Ġ vers",
"a pp",
"Ġsome how",
"Ġho s",
"Ġexper i",
"Ġnot ice",
"ill s",
"es ses",
"Ġp it",
"Ġsu ff",
"um b",
"Ġsou thern",
"Ġact ual",
"Ġmi x",
"g ot",
"Ġp ush",
"Ġsix teen",
"ill e",
"Ġc ars",
"Ġpart s",
"if ic",
"Ġgener ally",
"Ġevent ually",
"Ġt ired",
"Ġpart y",
"Ġbl ow",
"Ġhand s",
"Ġac cess",
"Ġsu s",
"Ġear l",
"Ġmarri age",
"Ġvo ice",
"Ġtea ms",
"Ġger man",
"in ed",
"Ġm c",
"Ġd ro",
"Ġc ard",
"Ġcan not",
"Ġbrother s",
"Ġa ud",
"Ġocc as",
"Ġstra ight",
"c r",
"Ġins urance",
"Ġcorpor ate",
"Ġfight ing",
"Ġcut e",
"Ġtrain ing",
"Ġchic ken",
"u me",
"Ġpro v",
"Ġbo tt",
"Ġtra ve",
"Ġfl ight",
"Ġpo st",
"Ġdan ger",
"Ġf ed",
"Ġfig ured",
"ll ing",
"Ġv ar",
"Ġallerg ies",
"g ia",
"Ġma g",
"Ġo pt",
"Ġrelig ion",
"Ġlibr ary",
"n ers",
"Ġsp eaking",
"Ġscre en",
"i ving",
"Ġindust ry",
"at ic",
"ol og",
"b out",
"g ed",
"Ġstart s",
"Ġconsid ered",
"c ri",
"p s",
"in o",
"il t",
"Ġy up",
"Ġc ri",
"Ġp ool",
"Ġde mo",
"Ġstu ck",
"Ġba chel",
"ru ction",
"Ġapp re",
"Ġo oh",
"Ġgroup s",
"Ġwebs ite",
"Ġno ne",
"Ġbl ood",
"Ġfour th",
"no lo",
"ac y",
"Ġc ir",
"Ġbu d",
"Ġb al",
"Ġneighbor hood",
"Ġwher eas",
"g ue",
"Ġr ide",
"Ġbl ah",
"Ġearl ier",
"Ġf at",
"Ġch a",
"Ġstay ed",
"Ġdun no",
"Ġsa ve",
"Ġteen ag",
"ly n",
"Ġpro cess",
"Ġtr ack",
"Ġkeep ing",
"Ġd ar",
"Ġbusin esses",
"Ġcompl ain",
"Ġa ut",
"Ġg ard",
"Ġac cent",
"Ġhand le",
"Ġgeor gia",
"l a",
"Ġfl u",
"e es",
"Ġf ill",
"Ġst o",
"Ġmis sed",
"p o",
"Ġb oring",
"Ġopportun ity",
"Ġt ar",
"ic y",
"Ġthink s",
"Ġcre ate",
"Ġth a",
"Ġair pl",
"Ġim m",
"b t",
"Ġad vert",
"v ille",
"Ġknow ing",
"Ġcont act",
"Ġsk i",
"Ġhonest ly",
"Ġmar y",
"Ġj ap",
"Ġpre p",
"Ġcom fortable",
"Ġgro wn",
"on es",
"Ġst ation",
"Ġch em",
"l er",
"Ġpre sent",
"Ġhum id",
"en cy",
"mo t",
"id es",
"Ġret ired",
"ac ked",
"Ġpol ice",
"Ġmount ain",
"res sed",
"Ġappre ci",
"Ġd ou",
"Ġto r",
"ine se",
"Ġmar ry",
"Ġclos er",
"Ġjo h",
"Ġspend ing",
"Ġathlet es",
"Ġmed ic",
"Ġtech nolo",
"ll ed",
"Ġg ee",
"ip s",
"y le",
"Ġa in",
"Ġpro per",
"Ġadd ict",
"Ġconst antly",
"es ome",
"Ġme at",
"Ġvi ol",
"Ġa ra",
"ot s",
"l ear",
"Ġwind ow",
"Ġjo e",
"Ġf em",
"Ġor gan",
"Ġch eap",
"if ied",
"Ġm ath",
"Ġfour teen",
"a x",
"i bility",
"v iew",
"Ġten nis",
"Ġfin an",
"Ġch inese",
"ug g",
"Ġgradu ate",
"ul ation",
"Ġstore s",
"Ġcoll ect",
"Ġm ist",
"Ġp sy",
"Ġe st",
"Ġcl ub",
"Ġsuc cess",
"ion ally",
"Ġup set",
"Ġch ina",
"Ġfact or",
"Ġsurve y",
"Ġex ce",
"Ġjoh n",
"Ġn uc",
"Ġbas ic",
"Ġd ating",
"Ġseas ons",
"Ġpsy ch",
"Ġb ow",
"is on",
"Ġopp os",
"Ġpos ition",
"Ġhab it",
"Ġnuc lear",
"at o",
"Ġgr ound",
"Ġr an",
"Ġbro ok",
"sid es",
"Ġy ard",
"Ġli ber",
"Ġcult ure",
"Ġfair ly",
"op s",
"med i",
"Ġbirth day",
"er gy",
"Ġf le",
"Ġplay s",
"Ġgre en",
"Ġde ath",
"Ġfre ed",
"re st",
"Ġso ft",
"Ġen v",
"Ġun e",
"Ġsmo ker",
"l i",
"Ġwr iting",
"Ġfor ward",
"Ġmill ions",
"Ġlisten ing",
"Ġfore ign",
"Ġgard en",
"ad o",
"i lly",
"Ġa ust",
"Ġn ut",
"Ġo dd",
"Ġa verage",
"Ġaw esome",
"Ġd u",
"Ġint ell",
"Ġma il",
"Ġhelp ed",
"ne y",
"od e",
"Ġhear ing",
"Ġsi sters",
"ad e",
"Ġser iously",
"Ġb ord",
"Ġbe at",
"Ġn at",
"Ġdepend ing",
"Ġstudy ing",
"Ġr ul",
"Ġoff ensive",
"i ally",
"Ġfor got",
"Ġbe sides",
"Ġty pes",
"Ġim medi",
"Ġpossi bly",
"no r",
"Ġlo wer",
"Ġch ea",
"Ġhelp ing",
"Ġmach ine",
"p ers",
"Ġ x",
"Ġse par",
"Ġre co",
"Ġdemo cr",
"w are",
"Ġl ay",
"Ġre qu",
"Ġey es",
"it ten",
"Ġsmall er",
"Ġc ents",
"Ġtechnolo gy",
"Ġin come",
"ast ic",
"Ġdec ide",
"Ġhun g",
"Ġprodu ct",
"Ġeu ro",
"Ġbrook lyn",
"ight en",
"Ġre f",
"Ġexerc ising",
"i led",
"Ġc red",
"Ġgossip ing",
"Ġcan cer",
"are ly",
"Ġj ack",
"Ġst ress",
"Ġbec ame",
"Ġenv ir",
"Ġs co",
"Ġwho ever",
"Ġenvir on",
"Ġp ard",
"Ġn ur",
"Ġvac ation",
"er o",
"Ġr and",
"Ġco ff",
"Ġmin nes",
"Ġcont ract",
"Ġexc iting",
"Ġpard on",
"Ġj ew",
"t o",
"it es",
"Ġhos pital",
"Ġs ite",
"Ġpro ject",
"Ġgra d",
"ut e",
"Ġca nd",
"Ġfore ver",
"Ġro ck",
"Ġminnes ota",
"Ġhi re",
"Ġcount y",
"Ġsmo ked",
"c in",
"o gy",
"Ġc orn",
"Ġtar get",
"Ġeuro pe",
"g ar",
"er al",
"Ġapp arent",
"re g",
"Ġhop ing",
"ona ld",
"Ġpound s",
"or row",
"Ġrel ax",
"Ġbuy ing",
"a b",
"Ġdeg rees",
"ll as",
"se e",
"ren ch",
"Ġswe et",
"Ġfoc us",
"Ġpolit ical",
"Ġrelig ious",
"Ġopp osed",
"Ġinter act",
"l ie",
"Ġme m",
"Ġsho es",
"Ġm ent",
"Ġbas is",
"Ġter ri",
"en se",
"ul ts",
"Ġa ri",
"Ġb ars",
"Ġn ic",
"i et",
"w ood",
"it ions",
"Ġrel ated",
"Ġcl oth",
"Ġinf l",
"Ġsome wh",
"Ġv ote",
"Ġpict ure",
"Ġmy ster",
"Ġl ake",
"Ġe th",
"Ġinc red",
"Ġc ross",
"Ġsa nd",
"Ġey e",
"p ose",
"Ġda llas",
"Ġcoff ee",
"Ġact ive",
"Ġbl o",
"Ġgi ft",
"Ġm or",
"Ġb ank",
"Ġl unch",
"iz z",
"Ġst e",
"gra ph",
"Ġav ail",
"Ġapparent ly",
"Ġsomewh at",
"Ġcomm it",
"w e",
"um ent",
"ot er",
"Ġpr ices",
"Ġpict ures",
"Ġsme ll",
"Ġanim al",
"Ġqual ity",
"Ġenviron ment",
"ac king",
"Ġwant ing",
"se in",
"is c",
"Ġplay er",
"Ġhus sein",
"Ġst ories",
"Ġcare er",
"r ation",
"Ġfeel s",
"ans as",
"Ġinc l",
"d onald",
"g ress",
"r is",
"Ġli ter",
"Ġsp an",
"Ġsitu ations",
"w ards",
"Ġr uss",
"Ġecono m",
"Ġgro cer",
"le y",
"Ġsat ur",
"Ġind oor",
"Ġdec ision",
"Ġfe et",
"Ġbenef its",
"Ġsp read",
"Ġmo ment",
"ph one",
"Ġmed ical",
"Ġlou is",
"g iving",
"Ġas pect",
"ist s",
"Ġeas ily",
"Ġmc donald",
"Ġc ities",
"Ġlaw s",
"Ġyour s",
"Ġid eas",
"Ġcloth es",
"v ere",
"Ġwi ld",
"Ġac qu",
"Ġr is",
"Ġe mp",
"Ġne g",
"t il",
"Ġrand om",
"Ġval ue",
"Ġmexic o",
"Ġmean t",
"Ġrul es",
"ic a",
"Ġold est",
"Ġtra d",
"Ġcontin ue",
"Ġindivid ual",
"Ġthe at",
"t a",
"Ġf rench",
"Ġcomp ared",
"Ġcare ful",
"Ġs au",
"er ve",
"Ġl ines",
"Ġg ar",
"ean s",
"Ġk no",
"Ġsp ace",
"Ġplan es",
"Ġchar act",
"Ġn a",
"Ġenjoy ed",
"Ġrea ct",
"Ġmain ly",
"Ġc art",
"g ing",
"ou th",
"Ġs qu",
"Ġwe b",
"Ġdep art",
"l ines",
"Ġman ag",
"Ġter m",
"Ġpur pose",
"Ġmag az",
"Ġd am",
"Ġph illy",
"Ġchea per",
"Ġhard ly",
"lle y",
"ru pt",
"Ġgo ld",
"ol ogy",
"ist an",
"Ġpoint s",
"Ġari z",
"ll ent",
"Ġfor ce",
"Ġsu nday",
"Ġan g",
"Ġimp ro",
"Ġstay ing",
"Ġdrug s",
"Ġariz ona",
"Ġb ath",
"Ġc row",
"Ġv ol",
"Ġsi mple",
"Ġaf ric",
"Ġthanks giving",
"Ġmyster y",
"f or",
"Ġd en",
"Ġf ell",
"Ġsci ence",
"i th",
"Ġour selves",
"Ġst ad",
"Ġparticular ly",
"Ġintell ig",
"Ġn ature",
"Ġara b",
"Ġstad ium",
"Ġl ing",
"Ġavail able",
"Ġde v",
"mb ers",
"Ġbi oter",
"s a",
"Ġsal ary",
"Ġchem ical",
"Ġexce llent",
"Ġfreed om",
"Ġo per",
"Ġb reat",
"Ġde m",
"Ġhim self",
"Ġsc r",
"Ġchang ing",
"Ġnet work",
"Ġp izz",
"Ġbu ilt",
"Ġpre gn",
"Ġsub ur",
"Ġlos ing",
"Ġentertain ment",
"r it",
"Ġta ble",
"Ġoppos ite",
"Ġit al",
"Ġpart ners",
"Ġadv ant",
"Ġtot al",
"Ġphys ical",
"Ġbioter ror",
"Ġe p",
"Ġwo od",
"Ġi lle",
"Ġbro ad",
"Ġre fu",
"Ġpre s",
"Ġv it",
"Ġreg ard",
"ch es",
"Ġbl ock",
"Ġta pe",
"Ġattack s",
"un ate",
"Ġro ll",
"Ġbro ke",
"g al",
"o f",
"Ġseven teen",
"Ġclass room",
"Ġcu ri",
"ist ics",
"Ġquick ly",
"Ġpos itive",
"Ġcent ral",
"Ġswim ming",
"Ġspecif ic",
"Ġm outh",
"Ġin it",
"Ġde cent",
"ap s",
"un t",
"Ġele ment",
"dd ing",
"Ġemploy ees",
"Ġune mploy",
"Ġw ise",
"im ate",
"Ġret ire",
"Ġdou bt",
"un e",
"Ġca mer",
"Ġsi ze",
"Ġsc are",
"Ġcommun ic",
"Ġb re",
"Ġd rop",
"Ġda v",
"Ġdi et",
"Ġman age",
"Ġactiv ity",
"Ġmention ed",
"Ġt ro",
"Ġc au",
"Ġn ation",
"Ġpl ease",
"all en",
"Ġticket s",
"Ġsatur day",
"ut ion",
"Ġke y",
"Ġan n",
"Ġinterest s",
"Ġchar ge",
"Ġc ry",
"Ġch allen",
"Ġaccept able",
"Ġd ir",
"Ġsc and",
"Ġdivor ced",
"Ġbill s",
"Ġpolit ics",
"r ict",
"Ġb and",
"Ġdo w",
"Ġincr ease",
"Ġsh ut",
"Ġme mbers",
"Ġten nes",
"Ġtennes see",
"c ket",
"m ar",
"ir ing",
"Ġdifferent ly",
"Ġju d",
"Ġind ia",
"Ġrelationship s",
"Ġhe at",
"pect ive",
"Ġpit ts",
"Ġevery day",
"Ġpri or",
"air s",
"Ġj ee",
"Ġun ion",
"Ġcelebr ate",
"Ġo reg",
"ep end",
"Ġm ast",
"Ġbecome s",
"Ġpress ure",
"Ġco ver",
"pl ace",
"Ġr ate",
"Ġour s",
"Ġtom orrow",
"Ġsha pe",
"Ġinst ance",
"Ġneigh b",
"Ġoreg on",
"Ġsk ills",
"Ġappreci ate",
"Ġen gine",
"Ġfar m",
"Ġla id",
"ra ge",
"Ġar my",
"o ked",
"Ġchrist ian",
"Ġr ough",
"Ġbu ff",
"Ġcost s",
"Ġpizz a",
"an a",
"Ġma le",
"Ġt our",
"id ing",
"rop ri",
"Ġfinish ed",
"Ġfur ther",
"Ġcrow d",
"Ġpitts bur",
"Ġen c",
"Ġhar m",
"bo ard",
"Ġreco gn",
"Ġm at",
"Ġg ain",
"m i",
"Ġaffect s",
"Ġfed eral",
"Ġling u",
"Ġ ver",
"Ġbuild ings",
"Ġav o",
"Ġhea vy",
"Ġdepart ment",
"Ġch ee",
"b u",
"t ers",
"v able",
"Ġeven ing",
"Ġar g",
"Ġwa ll",
"Ġpl enty",
"Ġfeel ings",
"Ġju ly",
"ain t",
"Ġfriend ly",
"Ġpers pective",
"Ġpersonal ity",
"Ġind epend",
"Ġplan ning",
"Ġdanger ous",
"Ġital ian",
"s ing",
"as k",
"Ġre fer",
"mo ther",
"Ġfre sh",
"Ġfem ale",
"if y",
"Ġfinan cial",
"Ġe mot",
"Ġda ily",
"Ġc ust",
"Ġp il",
"it ude",
"Ġhow ever",
"Ġal ive",
"Ġcl a",
"Ġpregn ant",
"Ġf ol",
"Ġr out",
"Ġst at",
"iz ing",
"Ġt ill",
"re w",
"Ġkill ing",
"u ary",
"Ġhouse s",
"Ġdow nt",
"t le",
"Ġk ick",
"Ġshow ing",
"Ġexpl ain",
"h o",
"Ġo ly",
"id ence",
"Ġfil m",
"u ct",
"ea sed",
"v ered",
"Ġill ness",
"Ġl u",
"ce ive",
"Ġsort a",
"Ġvers us",
"Ġille gal",
"Ġoly mp",
"Ġli m",
"ch e",
"mp t",
"pp y",
"Ġqu iet",
"Ġfr ance",
"Ġdeal ing",
"Ġscre w",
"Ġextreme ly",
"Ġs ea",
"Ġpa pers",
"Ġla bor",
"Ġvit am",
"e f",
"Ġst a",
"co ming",
"Ġbu ll",
"Ġatt ract",
"Ġstand ard",
"Ġsell ing",
"Ġindian a",
"Ġcir c",
"Ġairpl ane",
"Ġsuccess ful",
"Ġi g",
"Ġtrain ed",
"c are",
"Ġd ish",
"id s",
"Ġad ult",
"Ġneg ative",
"Ġep is",
"Ġp in",
"Ġpen n",
"Ġbott om",
"Ġacqu aint",
"Ġad min",
"Ġairport s",
"Ġw aste",
"our ces",
"Ġen ron",
"Ġsupposed ly",
"b in",
"Ġname s",
"Ġcal m",
"Ġintern ational",
"Ġbring ing",
"Ġsal ad",
"p arent",
"Ġok l",
"Ġhab its",
"Ġadmin ist",
"Ġth ro",
"Ġsh ar",
"Ġroom m",
"Ġd ry",
"Ġan no",
"Ġch at",
"Ġtell s",
"Ġokl aho",
"w a",
"be lie",
"Ġbl ue",
"Ġwal ked",
"Ġrecord ing",
"n ic",
"Ġchannel s",
"Ġmot iv",
"Ġh ou",
"ropri ate",
"Ġoklaho ma",
"Ġyou n",
"ch ild",
"Ġn erv",
"Ġsal aries",
"Ġbachel or",
"Ġc ards",
"Ġdest ruction",
"ou n",
"Ġhe ck",
"un k",
"Ġeng land",
"Ġsurv ive",
"Ġnerv ous",
"Ġsk ating",
"Ġhang ing",
"Ġoccas ionally",
"Ġapp ro",
"Ġir an",
"Ġpie ce",
"Ġpittsbur gh",
"Ġval ues",
"Ġcred it",
"Ġyoun gest",
"Ġadvant age",
"Ġc it",
"Ġoff er",
"led ge",
"Ġsh i",
"art er",
"Ġb ay",
"Ġpl ant",
"Ġfr iday",
"Ġgrand parent",
"Ġcond ition",
"Ġeast ern",
"Ġfit ness",
"olog ical",
"Ġbioterror ism",
"Ġan th",
"Ġsh ame",
"Ġun belie",
"ri b",
"Ġcra p",
"Ġob ject",
"Ġcous in",
"Ġbord er",
"Ġdownt own",
"Ġw isc",
"in y",
"Ġad mit",
"Ġhot el",
"iz ation",
"Ġsho ot",
"Ġdet er",
"Ġart ic",
"Ġf ant",
"Ġcour t",
"ons in",
"Ġgeor ge",
"Ġcuri ous",
"a ly",
"er y",
"Ġde ep",
"Ġimp act",
"Ġgrand mother",
"Ġwisc onsin",
"Ġgu n",
"Ġro le",
"Ġaf gh",
"ie st",
"Ġexc ited",
"Ġwh a",
"Ġal ert",
"Ġche cked",
"Ġstud ies",
"Ġcommercial s",
"Ġright s",
"Ġwhere ver",
"Ġho lly",
"Ġsch ed",
"Ġstand ing",
"Ġbra in",
"Ġgrocer y",
"Ġdam n",
"Ġk ansas",
"Ġmedic ine",
"Ġto ol",
"Ġper h",
"Ġtravel ing",
"Ġbenef it",
"Ġaud ience",
"a el",
"Ġperh aps",
"Ġf ac",
"ar ian",
"Ġdis app",
"Ġty p",
"Ġstr ict",
"Ġjun ior",
"Ġafgh an",
"Ġm art",
"Ġg ri",
"Ġwe dding",
"le ct",
"Ġcl osed",
"Ġfi f",
"Ġgrand child",
"Ġoutd oors",
"Ġris k",
"Ġen ergy",
"Ġba g",
"Ġext ent",
"Ġgener ation",
"Ġmajor ity",
"Ġrespons ibility",
"es sed",
"Ġsi mp",
"Ġlea ving",
"Ġfl oor",
"a v",
"il ity",
"Ġgr ant",
"Ġser ies",
"Ġill ino",
"r ay",
"Ġba bies",
"Ġpop ulation",
"Ġfish ing",
"Ġillino is",
"Ġrelative s",
"Ġor ange",
"Ġfood s",
"c a",
"Ġc ro",
"Ġf ans",
"Ġlike ly",
"Ġsp ir",
"b an",
"l s",
"o graph",
"Ġgu ard",
"ish ed",
"Ġsal es",
"Ġlea gue",
"Ġass ume",
"Ġmary land",
"Ġrequ ire",
"Ġup on",
"Ġsub way",
"Ġeff ort",
"Ġchee se",
"Ġcit iz",
"Ġd ress",
"Ġbud get",
"Ġbr it",
"Ġapp l",
"anc y",
"Ġdie go",
"en ced",
"Ġn ah",
"Ġend s",
"Ġfle w",
"i ers",
"Ġy ell",
"Ġj an",
"Ġcon cept",
"Ġsmo kers",
"Ġch ose",
"Ġacc ident",
"a bles",
"Ġb ri",
"Ġc iv",
"ic ious",
"Ġsurve ys",
"Ġshow ed",
"Ġthrough out",
"na m",
"Ġfr ust",
"uck y",
"Ġmich ael",
"Ġliter ally",
"Ġgrandparent s",
"Ġc ath",
"Ġcolor ado",
"Ġincred ible",
"a ba",
"v in",
"Ġsp ee",
"Ġwork ers",
"ast y",
"Ġnecess ary",
"Ġoff ic",
"Ġad ults",
"Ġsystem s",
"Ġprep ared",
"Ġspan ish",
"Ġafter no",
"et s",
"Ġlaugh ing",
"Ġski ing",
"Ġunbelie vable",
"Ġe mb",
"tt s",
"Ġri ver",
"Ġhou ston",
"Ġad op",
"Ġcri me",
"Ġra ising",
"ress ion",
"Ġd ouble",
"Ġc ash",
"Ġbl ame",
"Ġatt itude",
"Ġd ying",
"Ġab o",
"Ġbo red",
"Ġsur r",
"Ġunderstand ing",
"Ġdav id",
"le x",
"Ġdoct ors",
"ive s",
"Ġnat ural",
"Ġb en",
"Ġla b",
"Ġelement ary",
"t ain",
"Ġb io",
"so ci",
"Ġche cking",
"ition al",
"Ġnum b",
"Ġdist ance",
"Ġm ic",
"ick s",
"Ġcommun ication",
"Ġtru ly",
"Ġteenag ers",
"Ġholly wood",
"r ight",
"Ġc as",
"Ġeducation al",
"le st",
"m en",
"Ġk ent",
"Ġcold s",
"Ġinfl u",
"Ġas soci",
"Ġdis ney",
"Ġavo id",
"Ġspee ch",
"Ġtech n",
"Ġco p",
"Ġtemp er",
"Ġst eak",
"Ġgu ns",
"Ġsk in",
"Ġdest ro",
"Ġdirect ly",
"Ġar ms",
"Ġafter wards",
"Ġc y",
"Ġn ie",
"Ġafghan istan",
"Ġse ction",
"Ġtur ns",
"Ġsen ior",
"Ġmountain s",
"Ġacquaint ances",
"Ġciv il",
"Ġm atch",
"ic ated",
"Ġint ro",
"Ġmeet ing",
"Ġcr ash",
"Ġfol ks",
"Ġdet ect",
"Ġvi et",
"Ġment al",
"at ors",
"pp ing",
"Ġsen s",
"Ġneighb ors",
"Ġo c",
"Ġb in",
"se n",
"Ġpic king",
"Ġveget ables",
"Ġruss ia",
"Ġsp ell",
"Ġlife st",
"Ġstr ugg",
"Ġthousand s",
"Ġover s",
"Ġear th",
"Ġsw itch",
"Ġbird s",
"Ġolymp ics",
"Ġbe coming",
"Ġact ing",
"Ġsc en",
"Ġcomed ians",
"tt e",
"il ing",
"Ġaut om",
"Ġtro ops",
"al es",
"ent ly",
"Ġrel ate",
"Ġrep u",
"u bs",
"Ġstrike s",
"Ġfrust r",
"Ġt ight",
"Ġne ph",
"Ġsi lly",
"Ġsort s",
"Ġsec ret",
"Ġcut ting",
"Ġmass ach",
"Ġrepu blic",
"c ul",
"Ġknow ledge",
"Ġkind erg",
"u ed",
"Ġho oked",
"Ġcr u",
"Ġgerman y",
"Ġneph ew",
"u ses",
"Ġm eas",
"Ġn i",
"Ġout ta",
"Ġany ways",
"Ġve g",
"Ġmcdonald s",
"Ġabo ve",
"Ġkent ucky",
"Ġkinderg art",
"c les",
"Ġk ing",
"Ġsur f",
"ru ct",
"id ge",
"il s",
"Ġaust in",
"f et",
"Ġb arely",
"Ġbel ong",
"Ġda ma",
"Ġbe er",
"Ġins pect",
"Ġafterno on",
"h e",
"Ġg ay",
"Ġbe y",
"Ġhome s",
"Ġown ers",
"Ġid ol",
"Ġsecond s",
"h um",
"Ġl ord",
"Ġhome work",
"Ġprot est",
"Ġm ater",
"Ġd ig",
"Ġca ses",
"Ġmon it",
"Ġopen ing",
"Ġleg al",
"Ġcous ins",
"Ġsepar ate",
"Ġbey ond",
"Ġt im",
"ul ations",
"Ġseven ties",
"Ġea ster",
"Ġfollow ing",
"Ġfif th",
"h y",
"Ġor d",
"Ġpo ll",
"Ġapp ly",
"Ġinter view",
"Ġth er",
"Ġw ake",
"Ġl un",
"ff ic",
"Ġch ris",
"Ġpo cket",
"Ġfl own",
"Ġmiss ou",
"Ġopin ions",
"Ġtr uck",
"Ġma ll",
"Ġjew ish",
"Ġjee ze",
"Ġt iny",
"Ġreal ized",
"Ġput s",
"Ġkindergart en",
"b ack",
"Ġl ack",
"Ġdi re",
"Ġcon ven",
"Ġdis g",
"Ġjap an",
"Ġgrandchild ren",
"c ol",
"f orm",
"Ġtal ent",
"Ġfam ous",
"Ġad s",
"Ġopt ion",
"Ġcust om",
"Ġa st",
"Ġrun s",
"Ġtur key",
"Ġy o",
"Ġon to",
"Ġact ors",
"lo ad",
"Ġo vere",
"Ġv a",
"Ġlad en",
"Ġindepend ent",
"Ġ ought",
"Ġfo x",
"wh ile",
"Ġtw ent",
"Ġbo nd",
"Ġsend ing",
"Ġwh eel",
"Ġbra nd",
"Ġequ al",
"Ġa unt",
"Ġthought s",
"Ġrain ing",
"Ġr om",
"Ġbr ead",
"Ġnor thern",
"Ġweekend s",
"Ġc le",
"ust ing",
"Ġpl eas",
"Ġmu m",
"Ġparticip ate",
"Ġcharact er",
"Ġnumb ers",
"Ġeight ies",
"Ġeffect s",
"gg ing",
"Ġcomed ian",
"Ġdar k",
"Ġa u",
"Ġw rest",
"Ġp ath",
"Ġca pital",
"Ġadd ress",
"Ġconnect ion",
"Ġimmedi ately",
"Ġig no",
"z z",
"Ġa ug",
"Ġy an",
"Ġs anta",
"Ġto ns",
"Ġno se",
"ci ous",
"Ġbr ings",
"Ġpr in",
"Ġrespons ible",
"Ġmod el",
"Ġsched u",
"Ġc up",
"Ġj e",
"ur s",
"Ġbl ind",
"ap ers",
"Ġdes ign",
"is ions",
"Ġca p",
"Ġwatch es",
"Ġfl ow",
"Ġminor ity",
"po int",
"Ġsurr ound",
"Ġoc ean",
"Ġr ow",
"Ġn asty",
"ci pl",
"Ġjo in",
"ot ed",
"Ġimp o",
"ato es",
"Ġovers eas",
"ic ient",
"Ġco ach",
"Ġex ist",
"Ġmu r",
"Ġcl ubs",
"Ġdr eam",
"Ġbed room",
"Ġnut s",
"Ġvol un",
"Ġi ow",
"ol ic",
"Ġtra ffic",
"Ġfr eak",
"Ġset ting",
"Ġmexic an",
"Ġmissou ri",
"Ġpr ay",
"Ġincl ud",
"Ġlingu istics",
"Ġallerg ic",
"Ġmix ed",
"Ġyan ke",
"Ġvolun te",
"Ġiow a",
"Ġsp ot",
"Ġname d",
"c ast",
"Ġd umb",
"Ġsa f",
"Ġhor se",
"u it",
"Ġw ars",
"Ġd ict",
"Ġli ft",
"Ġin j",
"Ġgo al",
"Ġbut t",
"Ġwhat not",
"Ġco w",
"Ġoff ended",
"Ġdis cipl",
"Ġcra ig",
"Ġenc ou",
"Ġh iring",
"Ġmil k",
"Ġcamp us",
"Ġpol icy",
"Ġmess age",
"Ġcorn er",
"Ġdir ty",
"Ġveg as",
"o c",
"Ġp ac",
"Ġwe lf",
"o ting",
"Ġst age",
"Ġsa fer",
"Ġwelf are",
"Ġin no",
"Ġrea ch",
"for ce",
"ra x",
"Ġal aba",
"Ġbelie f",
"Ġhur ting",
"Ġlifest yle",
"Ġaug ust",
"Ġalaba ma",
"Ġex cess",
"Ġthreat en",
"Ġwest ern",
"Ġcorpor ations",
"Ġdivor ce",
"Ġs ac",
"Ġf ing",
"Ġli c",
"ol is",
"Ġpa lest",
"Ġqu arter",
"Ġmet al",
"Ġans w",
"Ġanth rax",
"Ġimpo ss",
"Ġm ia",
"Ġk en",
"Ġtalk s",
"Ġplan s",
"ane se",
"use tts",
"Ġmeal s",
"Ġsold iers",
"Ġsaf ety",
"Ġs ides",
"Ġg ross",
"Ġch ain",
"Ġbo at",
"Ġsit es",
"Ġear n",
"Ġimpro ve",
"d en",
"Ġt ips",
"us hing",
"Ġnight s",
"Ġcomplet e",
"Ġbre ed",
"Ġmassach usetts",
"Ġdire ction",
"l im",
"Ġmean ing",
"Ġprof it",
"Ġrem ind",
"Ġrefu nd",
"Ġspir it",
"m ise",
"Ġbr on",
"Ġpull ed",
"Ġimposs ible",
"o ff",
"o int",
"ver se",
"Ġhe ld",
"ear s",
"Ġt rees",
"Ġli mit",
"ff e",
"Ġhelp ful",
"Ġqual ified",
"Ġmagaz ine",
"g ers",
"i ety",
"Ġli e",
"Ġhi ll",
"um ing",
"Ġsec ure",
"Ġhonest y",
"ighten ed",
"or ms",
"ic ked",
"Ġup st",
"Ġdist rict",
"Ġadminist ration",
"t ch",
"Ġd ance",
"et ic",
"it er",
"Ġbo b",
"Ġmi ke",
"Ġbother s",
"Ġbal ance",
"Ġang ry",
"Ġk itten",
"Ġu t",
"Ġsa ving",
"Ġph ot",
"Ġsix ties",
"Ġeth nic",
"me nd",
"Ġun cle",
"Ġcoup ons",
"Ġconsider ing",
"Ġcamer a",
"ch a",
"Ġwho a",
"Ġdis ar",
"Ġmia mi",
"o o",
"ore d",
"Ġmar k",
"Ġta ll",
"ea st",
"Ġh ide",
"Ġf as",
"Ġp age",
"Ġsu cks",
"Ġcom ment",
"an es",
"our ce",
"Ġmiss ing",
"Ġtwent ies",
"Ġdis ease",
"Ġra bb",
"Ġtest s",
"Ġdem and",
"Ġdestro y",
"k y",
"be c",
"Ġlet ting",
"Ġmi le",
"anc ed",
"Ġadvert ising",
"Ġk itch",
"Ġover all",
"Ġnews p",
"Ġdel i",
"a bility",
"Ġr ural",
"Ġha m",
"Ġsho ck",
"Ġcurrent ly",
"Ġvar ious",
"Ġsoft ware",
"Ġt ast",
"Ġat e",
"Ġair lines",
"Ġli fet",
"ic king",
"Ġre mo",
"Ġregular ly",
"Ġlifet ime",
"b ing",
"u ry",
"u sed",
"Ġs ons",
"Ġre ceive",
"Ġcl int",
"Ġdis ag",
"Ġfish er",
"Ġphys ically",
"Ġjap anese",
"Ġnewsp apers",
"Ġhi l",
"Ġclose st",
"Ġcr eam",
"Ġha llow",
"Ġme mber",
"Ġcomp at",
"Ġdec isions",
"Ġev il",
"Ġj en",
"Ġsur ger",
"Ġass ist",
"Ġfund ing",
"Ġwindow s",
"Ġtheat ers",
"Ġbath room",
"Ġunemploy ment",
"Ġviet nam",
"Ġsp l",
"Ġcreat ive",
"a bl",
"in ess",
"Ġca ffe",
"Ġde b",
"Ġeduc ated",
"Ġroomm ate",
"ic ut",
"ri a",
"tter y",
"Ġspe ed",
"Ġpri m",
"anc ing",
"Ġtow ers",
"Ġjun e",
"Ġteenag er",
"we ight",
"Ġsa int",
"Ġconnect icut",
"Ġcommunic ate",
"i ot",
"ke ting",
"Ġn ations",
"Ġfa ith",
"um s",
"Ġreal ise",
"Ġloc ated",
"Ġbomb s",
"Ġconf l",
"Ġmem or",
"Ġcart o",
"Ġhallow een",
"Ġs ong",
"Ġp att",
"Ġwho se",
"Ġopen ed",
"Ġbeh av",
"Ġgrant ed",
"Ġw ide",
"Ġliber al",
"Ġut ah",
"au lt",
"Ġst ars",
"Ġco ck",
"Ġpart ies",
"Ġleg s",
"Ġepis ode",
"Ġcaffe ine",
"Ġfas cin",
". '",
"ou d",
"Ġp al",
"Ġv ul",
"Ġpay s",
"Ġla zy",
"Ġrid ing",
"Ġdes erve",
"Ġdet ro",
"Ġtrave lling",
"Ġor ient",
"Ġid eal",
"Ġsurpr ise",
"Ġtor n",
"Ġg am",
"Ġco vered",
"Ġlaw y",
"Ġstreet s",
"Ġweight s",
"Ġorigin al",
"Ġha ll",
"Ġj ail",
"Ġab ility",
"Ġmo nday",
"Ġmon t",
"bl ing",
"Ġpract ice",
"Ġu r",
"Ġres ources",
"Ġtreat ed",
"Ġdetro it",
"at ically",
"on y",
"Ġind oors",
"Ġz ero",
"Ġfort unate",
"h am",
"Ġm ac",
"Ġst yle",
"Ġun com",
"Ġlet ter",
"Ġeffect ive",
"Ġelect ric",
"w est",
"Ġro b",
"Ġapp ropriate",
"Ġclean ing",
"Ġmist ake",
"i ents",
"er d",
"Ġlo ttery",
"Ġfa ster",
"Ġconnect ed",
"Ġschedu le",
"Ġmar ch",
"Ġfl ag",
"Ġimm ig",
"w i",
"Ġf ash",
"Ġatt ach",
"Ġblo cks",
"Ġkitch en",
"Ġt ree",
"Ġwas h",
"Ġact or",
"Ġcl ue",
"Ġid ent",
"Ġche cks",
"Ġbill ion",
"Ġmanage ment",
"Ġemb ar",
"Ġva lley",
"Ġp au",
"ress ing",
"cri be",
"Ġcath olic",
"i ff",
"Ġe t",
"Ġe gg",
"Ġen em",
"Ġer m",
"ang ers",
"Ġsimp ly",
"Ġcou n",
"Ġfr ank",
"Ġprov ide",
"Ġbow l",
"Ġafric a",
"s sed",
"Ġhumid ity",
"Ġlim ited",
"Ġu lt",
"Ġsh ir",
"Ġhi red",
"Ġun us",
"Ġdis co",
"Ġcho ices",
"Ġfash ion",
"Ġal right",
"ag ed",
"Ġexpect ed",
"Ġrac ing",
"Ġshot s",
"Ġequ ip",
"Ġdisag ree",
"a bly",
"c ing",
"Ġt ee",
"Ġup per",
"Ġover weight",
"Ġpot ent",
"Ġspecif ically",
"ho ld",
"z ing",
"Ġt un",
"Ġb le",
"Ġdo c",
"ro oms",
"Ġrea ction",
"Ġsu gar",
"Ġpre v",
"Ġun f",
"Ġapp eal",
"Ġcamp ing",
"Ġopportun ities",
"Ġspo ke",
"Ġanno ying",
"Ġth in",
"Ġam ong",
"bil ities",
"Ġcand y",
"Ġau th",
"Ġpu ppy",
"iv al",
"Ġmain tain",
"Ġcol umb",
"Ġviol ence",
"Ġterri f",
"Ġlo ad",
"Ġcl o",
"Ġcount er",
"wa i",
"Ġd ude",
"Ġproper ty",
"Ġsc ra",
"Ġper form",
"Ġhundred s",
"Ġbaby s",
"Ġsurger y",
"m art",
"Ġha wai",
"Ġme l",
"Ġhur ts",
"c ut",
"Ġm er",
"Ġal t",
"Ġpre d",
"Ġbi ological",
"Ġdisg usting",
"s c",
"Ġj es",
"Ġj im",
"Ġbo ss",
"Ġcl ick",
"Ġconvers ations",
"Ġdro pped",
"Ġartic le",
"Ġinno cent",
"Ġb ible",
"Ġst ations",
"Ġas ide",
"Ġpl astic",
"Ġtur ning",
"Ġprofess ion",
"Ġmanag er",
"ar ious",
"Ġst orm",
"Ġfift ies",
"Ġwa ited",
"Ġexp osed",
"Ġw ro",
"Ġba gs",
"Ġsound ed",
"Ġreg ist",
"Ġext ended",
"Ġexpect ing",
"Ġjun k",
"Ġhy p",
"Ġg lo",
"Ġsus p",
"Ġdro ve",
"u ing",
"Ġw ages",
"Ġh ated",
"Ġac ad",
"Ġcra ft",
"Ġiraq i",
"Ġtele phone",
"Ġaddict ed",
"Ġintellig ence",
"Ġchallen ge",
"Ġovere ating",
"Ġclint on",
"ar re",
"Ġday care",
"Ġreg ret",
"Ġdeal s",
"Ġroll er",
"Ġwrest ling",
"Ġunus ual",
"Ġequip ment",
"ri f",
"Ġstri king",
"Ġest abl",
"Ġretire ment",
"Ġdama ge",
"Ġdo ors",
"Ġoff end",
"Ġad j",
"Ġcourse s",
"Ġru le",
"Ġmast ers",
"a no",
"Ġw ealth",
"Ġfor ced",
"ian a",
"Ġwo nd",
"ipp ing",
"Ġto b",
"et er",
"Ġre ly",
"Ġar ts",
"Ġdown load",
"Ġown er",
"Ġatt acked",
"Ġimmedi ate",
"Ġarg ument",
"Ġuncom fortable",
"Ġunderst ood",
"Ġserv ices",
"Ġscand als",
"Ġrout ine",
"nd ous",
"Ġpr int",
"Ġstand ards",
"Ġmater ial",
"Ġwro te",
"Ġacad em",
"Ġl as",
"Ġbe ep",
"ac co",
"Ġpro p",
"Ġoff ered",
"Ġveget arian",
"Ġjud ge",
"b al",
"f ather",
"Ġt ank",
"Ġho ok",
"mo s",
"Ġstre tch",
"Ġlar ger",
"Ġregard less",
"Ġthere fore",
"Ġmo od",
"Ġar m",
"Ġwear ing",
"Ġcompet ition",
"Ġb iz",
"Ġse me",
"Ġhawai i",
"Ġtob acco",
"Ġgra ph",
"Ġviol ent",
"Ġt re",
"Ġh oney",
"Ġpro duc",
"Ġtr ead",
"Ġbel ow",
"Ġbar b",
"Ġthro at",
"Ġshi ft",
"Ġre com",
"Ġre bu",
"Ġhi lls",
"Ġho st",
"Ġcon cent",
"Ġher self",
"Ġres ult",
"Ġentertain ing",
"erv ative",
"Ġbu gs",
"Ġown ed",
"Ġwalk s",
"Ġgrand ma",
"Ġeconom ic",
"Ġbabys it",
"Ġe mer",
"Ġdrink s",
"Ġrecom mend",
"Ġo ct",
"Ġre ci",
"Ġstay s",
"Ġwr itten",
"Ġgre ed",
"Ġdes ert",
"Ġluck ily",
"Ġpatt ern",
"Ġc ert",
"Ġgu il",
"Ġbl ond",
"Ġdr unk",
"Ġmach ines",
"Ġlouis iana",
"Ġjan uary",
"h ere",
"h and",
"Ġb on",
"Ġe b",
"Ġtr ick",
"Ġacc ord",
"Ġview s",
"Ġhil arious",
"Ġ noise",
"Ġw ine",
"ea red",
"Ġr ing",
"ic ide",
"Ġqu ote",
"Ġir on",
"Ġembar r",
"Ġbiz arre",
"Ġd ue",
"Ġst ere",
"ri min",
"Ġthir ties",
"Ġenjoy ing",
"Ġfall s",
"c l",
"Ġr ating",
"Ġlo g",
"Ġel im",
"Ġatt end",
"Ġvis iting",
"Ġrich ard",
"Ġfant astic",
"w or",
"Ġt u",
"Ġp ushing",
"Ġcal cul",
"Ġaccount ing",
"Ġmat ri",
"y al",
"re sent",
"Ġmu lt",
"Ġcl im",
"Ġac co",
"Ġdaughter s",
"Ġvar iety",
"Ġproduct s",
"Ġintellig ent",
"Ġr are",
"Ġst ew",
"ot ic",
"Ġsc ene",
"Ġbro wn",
"ask a",
"Ġn as",
"Ġas ian",
"Ġca ge",
"Ġbro ken",
"Ġmed ication",
"Ġpercent age",
"Ġadvert ise",
"Ġest ate",
"li ke",
"Ġta mp",
"Ġamaz ed",
"Ġtrans port",
"Ġtrave led",
"Ġcry ing",
"Ġtread m",
"Ġm essed",
"Ġp an",
"Ġsy ria",
"Ġdisc rimin",
"Ġpolit ic",
"Ġpat ri",
"Ġlou d",
"Ġna vy",
"Ġvitam ins",
"Ġgr ass",
"Ġsk ill",
"Ġsho oting",
"Ġbar bec",
"Ġc ough",
"Ġf ault",
"Ġca st",
"Ġdad dy",
"Ġlevel s",
"Ġfort unately",
"Ġbox ing",
"Ġexperi enced",
"Ġmic ro",
"r eal",
"le ment",
"Ġmar keting",
"Ġsupp ly",
"Ġque ens",
"Ġstr uct",
"Ġocc ur",
"Ġrac ial",
"Ġexperi ences",
"Ġkno ck",
"Ġstere o",
"Ġd ear",
"Ġto ler",
"st ic",
"ld er",
"Ġport land",
"Ġbow ling",
"Ġhung ry",
"Ġdiscipl ine",
"Ġs ars",
"Ġp or",
"ar a",
"Ġpro mo",
"ma ch",
"Ġbr idge",
"Ġser ve",
"Ġhold ing",
"Ġrep resent",
"Ġmatri x",
"f ield",
"Ġtw in",
"Ġsub st",
"Ġcho col",
"Ġcr ack",
"Ġsign ific",
"cri pt",
"b oy",
"f ast",
"Ġl ink",
"Ġg all",
"ant ic",
"ad es",
"Ġtw ins",
"Ġcons ervative",
"Ġsau d",
"Ġafric an",
"Ġappro ach",
"Ġexcess ive",
"Ġr ange",
"Ġbe ef",
"Ġplay off",
"Ġpar king",
"Ġgl ass",
"Ġmot or",
"Ġspl it",
"Ġf ake",
"Ġsu icide",
"Ġpur s",
"Ġpie ces",
"Ġtemper ature",
"w s",
"Ġsu it",
"ac ed",
"Ġfi ance",
"ag on",
"Ġlight s",
"Ġyanke es",
"Ġguil ty",
"Ġp ig",
"Ġsu g",
"Ġschool ing",
"Ġfir m",
"vel and",
"Ġret ur",
"Ġve t",
"Ġcle veland",
"Ġwond ered",
"Ġm ate",
"Ġr arely",
"th a",
"Ġde ce",
"ul ate",
"Ġby e",
"Ġtra il",
"Ġcr it",
"Ġsal t",
"ail s",
"Ġcell phone",
"ea ses",
"se ng",
"Ġshe ph",
"Ġpre t",
"Ġbr eaking",
"Ġbl ess",
"Ġcut s",
"Ġcause d",
"Ġmain e",
"Ġobv ious",
"Ġins ane",
"Ġrem ain",
"Ġconfl ict",
"f act",
"Ġsh ip",
"Ġhi king",
"Ġbreak fast",
"Ġsleep ing",
"Ġreport s",
"Ġsqu are",
"Ġsens itive",
"ate g",
"ue l",
"Ġph ones",
"Ġbomb ing",
"Ġsuff icient",
"Ġsto mach",
"rage ous",
"Ġvolunte er",
"Ġsheph erd",
"Ġs ource",
"Ġre v",
"Ġsix th",
"Ġsmoke s",
"Ġtown s",
"Ġsho cked",
"Ġweap on",
"Ġaust ral",
"Ġbrit ish",
"Ġjes us",
"Ġrebu ild",
"Ġacco mpl",
"Ġp un",
"Ġre pl",
"Ġgrad es",
"Ġcru ise",
"Ġflow ers",
"Ġseme ster",
"o ber",
"u als",
"Ġb er",
"Ġse at",
"ri l",
"Ġre pe",
"Ġro oms",
"Ġsl ight",
"Ġsn eak",
"Ġprep are",
"eter a",
"b ed",
"at ory",
"Ġl in",
"Ġnow here",
"Ġhis p",
"Ġcolle ges",
"iss ion",
"Ġdiscuss ion",
"Ġfriendship s",
"Ġcau t",
"Ġtreadm ill",
"Ġwe igh",
"Ġj our",
"Ġcon gr",
"Ġdiffer ences",
"Ġrec all",
"Ġlead ers",
"Ġgift s",
"Ġoct ober",
"e ed",
"l in",
"Ġno pe",
"Ġup s",
"il i",
"Ġchan ces",
"Ġmiss iss",
"Ġcri min",
"Ġaccord ing",
"i x",
"Ġm ut",
"Ġco verage",
"Ġv oted",
"Ġincr eased",
"Ġpossi bility",
"Ġcha mp",
"Ġscr eam",
"Ġtyp ical",
"Ġcitiz ens",
"Ġeb ay",
"Ġchocol ate",
"f ood",
"Ġit em",
"Ġal i",
"Ġboth ered",
"Ġsk y",
"Ġap ril",
"Ġcons cious",
"Ġthrow ing",
"Ġcongr at",
"Ġth ri",
"eas ing",
"Ġdri ves",
"Ġsuff er",
"Ġsubur bs",
"e y",
"Ġf ool",
"Ġlo b",
"Ġpl ants",
"Ġsp r",
"Ġcoo ked",
"Ġcir cle",
"Ġdemocr acy",
"Ġbron x",
"Ġp ow",
"Ġp ure",
"Ġr h",
"Ġsa le",
"mo nd",
"Ġnear ly",
"Ġfall ing",
"Ġtou rist",
"Ġsea food",
"Ġconven ient",
"Ġhyp oth",
"Ġadj ust",
"Ġan aly",
"ri e",
"Ġout rageous",
"Ġas h",
"Ġfin al",
"Ġset tle",
"Ġunfort unate",
"Ġsol ution",
"Ġnur se",
"Ġscand al",
"Ġalt ern",
"Ġsug gest",
"Ġt reme",
"Ġsub s",
"Ġfu cking",
"Ġjer ry",
"Ġcreat ed",
"ipp i",
"Ġtrad itional",
"Ġtreme ndous",
"Ġr ush",
"Ġlea ves",
"Ġgre y",
"Ġmus lim",
"Ġairpl anes",
"Ġcla im",
"Ġnie ce",
"Ġp is",
"Ġdo min",
"Ġst eal",
"ven ue",
"Ġsch ol",
"Ġcon se",
"Ġph o",
"res ses",
"Ġsol it",
"Ġgold en",
"Ġadop ted",
"Ġfrustr ating",
"Ġtamp a",
"Ġsaud i",
"Ġmississ ippi",
"n ight",
"Ġw ast",
"Ġas leep",
"ment al",
"Ġdep ressed",
"Ġtow ard",
"Ġpass ing",
"Ġconst ant",
"Ġsex ual",
"Ġnic er",
"Ġscare s",
"i als",
"Ġd ancing",
"st r",
"Ġcl ock",
"Ġthreat s",
"Ġcomplain ing",
"Ġattach ed",
"Ġbo o",
"Ġcause s",
"Ġdra ma",
"Ġmist akes"
]
}
}