MaskedLM / tokenizer.json
SRDdev's picture
v3
da96646
raw
history blame contribute delete
No virus
213 kB
{
"version": "1.0",
"truncation": {
"direction": "Right",
"max_length": 512,
"strategy": "LongestFirst",
"stride": 0
},
"padding": {
"strategy": {
"Fixed": 512
},
"direction": "Right",
"pad_to_multiple_of": null,
"pad_id": 1,
"pad_type_id": 0,
"pad_token": "<pad>"
},
"added_tokens": [
{
"id": 0,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 1,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 3,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 4,
"content": "<mask>",
"single_word": false,
"lstrip": true,
"rstrip": false,
"normalized": true,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": false,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "RobertaProcessing",
"sep": [
"</s>",
2
],
"cls": [
"<s>",
0
],
"trim_offsets": true,
"add_prefix_space": false
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": "",
"end_of_word_suffix": "",
"fuse_unk": false,
"vocab": {
"<s>": 0,
"<pad>": 1,
"</s>": 2,
"<unk>": 3,
"<mask>": 4,
"!": 5,
"\"": 6,
"#": 7,
"$": 8,
"%": 9,
"&": 10,
"'": 11,
"(": 12,
")": 13,
"*": 14,
"+": 15,
",": 16,
"-": 17,
".": 18,
"/": 19,
"0": 20,
"1": 21,
"2": 22,
"3": 23,
"4": 24,
"5": 25,
"6": 26,
"7": 27,
"8": 28,
"9": 29,
":": 30,
";": 31,
"<": 32,
"=": 33,
">": 34,
"?": 35,
"@": 36,
"A": 37,
"B": 38,
"C": 39,
"D": 40,
"E": 41,
"F": 42,
"G": 43,
"H": 44,
"I": 45,
"J": 46,
"K": 47,
"L": 48,
"M": 49,
"N": 50,
"O": 51,
"P": 52,
"Q": 53,
"R": 54,
"S": 55,
"T": 56,
"U": 57,
"V": 58,
"W": 59,
"X": 60,
"Y": 61,
"Z": 62,
"[": 63,
"\\": 64,
"]": 65,
"^": 66,
"_": 67,
"`": 68,
"a": 69,
"b": 70,
"c": 71,
"d": 72,
"e": 73,
"f": 74,
"g": 75,
"h": 76,
"i": 77,
"j": 78,
"k": 79,
"l": 80,
"m": 81,
"n": 82,
"o": 83,
"p": 84,
"q": 85,
"r": 86,
"s": 87,
"t": 88,
"u": 89,
"v": 90,
"w": 91,
"x": 92,
"y": 93,
"z": 94,
"{": 95,
"|": 96,
"}": 97,
"~": 98,
"¡": 99,
"¢": 100,
"£": 101,
"¤": 102,
"¥": 103,
"¦": 104,
"§": 105,
"¨": 106,
"©": 107,
"ª": 108,
"«": 109,
"¬": 110,
"®": 111,
"¯": 112,
"°": 113,
"±": 114,
"²": 115,
"³": 116,
"´": 117,
"µ": 118,
"¶": 119,
"·": 120,
"¸": 121,
"¹": 122,
"º": 123,
"»": 124,
"¼": 125,
"½": 126,
"¾": 127,
"¿": 128,
"À": 129,
"Á": 130,
"Â": 131,
"Ã": 132,
"Ä": 133,
"Å": 134,
"Æ": 135,
"Ç": 136,
"È": 137,
"É": 138,
"Ê": 139,
"Ë": 140,
"Ì": 141,
"Í": 142,
"Î": 143,
"Ï": 144,
"Ð": 145,
"Ñ": 146,
"Ò": 147,
"Ó": 148,
"Ô": 149,
"Õ": 150,
"Ö": 151,
"×": 152,
"Ø": 153,
"Ù": 154,
"Ú": 155,
"Û": 156,
"Ü": 157,
"Ý": 158,
"Þ": 159,
"ß": 160,
"à": 161,
"á": 162,
"â": 163,
"ã": 164,
"ä": 165,
"å": 166,
"æ": 167,
"ç": 168,
"è": 169,
"é": 170,
"ê": 171,
"ë": 172,
"ì": 173,
"í": 174,
"î": 175,
"ï": 176,
"ð": 177,
"ñ": 178,
"ò": 179,
"ó": 180,
"ô": 181,
"õ": 182,
"ö": 183,
"÷": 184,
"ø": 185,
"ù": 186,
"ú": 187,
"û": 188,
"ü": 189,
"ý": 190,
"þ": 191,
"ÿ": 192,
"Ā": 193,
"ā": 194,
"Ă": 195,
"ă": 196,
"Ą": 197,
"ą": 198,
"Ć": 199,
"ć": 200,
"Ĉ": 201,
"ĉ": 202,
"Ċ": 203,
"ċ": 204,
"Č": 205,
"č": 206,
"Ď": 207,
"ď": 208,
"Đ": 209,
"đ": 210,
"Ē": 211,
"ē": 212,
"Ĕ": 213,
"ĕ": 214,
"Ė": 215,
"ė": 216,
"Ę": 217,
"ę": 218,
"Ě": 219,
"ě": 220,
"Ĝ": 221,
"ĝ": 222,
"Ğ": 223,
"ğ": 224,
"Ġ": 225,
"ġ": 226,
"Ģ": 227,
"ģ": 228,
"Ĥ": 229,
"ĥ": 230,
"Ħ": 231,
"ħ": 232,
"Ĩ": 233,
"ĩ": 234,
"Ī": 235,
"ī": 236,
"Ĭ": 237,
"ĭ": 238,
"Į": 239,
"į": 240,
"İ": 241,
"ı": 242,
"IJ": 243,
"ij": 244,
"Ĵ": 245,
"ĵ": 246,
"Ķ": 247,
"ķ": 248,
"ĸ": 249,
"Ĺ": 250,
"ĺ": 251,
"Ļ": 252,
"ļ": 253,
"Ľ": 254,
"ľ": 255,
"Ŀ": 256,
"ŀ": 257,
"Ł": 258,
"ł": 259,
"Ń": 260,
"Ġt": 261,
"Ġa": 262,
"in": 263,
"Ġm": 264,
"he": 265,
"Ġto": 266,
"or": 267,
"Ġthe": 268,
"er": 269,
"on": 270,
"re": 271,
"Ġf": 272,
"Ġs": 273,
"at": 274,
"la": 275,
"Ġw": 276,
"is": 277,
"et": 278,
"ow": 279,
"Ġfor": 280,
"es": 281,
"ay": 282,
"ing": 283,
"Ġp": 284,
"an": 285,
"Ġ.": 286,
"ou": 287,
"day": 288,
"rm": 289,
"en": 290,
"larm": 291,
"ll": 292,
"Ġalarm": 293,
"im": 294,
"Ġ?": 295,
"hat": 296,
"Ġb": 297,
"ind": 298,
"Ġc": 299,
"Ġme": 300,
"Ġmy": 301,
"Ġn": 302,
"mind": 303,
"it": 304,
"Ġl": 305,
"Ġtim": 306,
"ic": 307,
"Ġin": 308,
"as": 309,
"Ġh": 310,
"Ġre": 311,
"Ġd": 312,
"Ġan": 313,
"Ġon": 314,
"Ġg": 315,
"ra": 316,
"Ġwe": 317,
"Ġis": 318,
"ar": 319,
"om": 320,
"le": 321,
"Ġat": 322,
"ke": 323,
"Ġtimer": 324,
"Ġne": 325,
"ĠI": 326,
"Ġremind": 327,
"Ġth": 328,
"ve": 329,
"ff": 330,
"ill": 331,
"Ġreminder": 332,
"Ġit": 333,
"Ġ'": 334,
"What": 335,
"ong": 336,
"Ġo": 337,
"Ġthis": 338,
"ge": 339,
"ut": 340,
"gh": 341,
"lay": 342,
"Ġbe": 343,
"ase": 344,
"Ġtoday": 345,
"Ġe": 346,
"ed": 347,
"ek": 348,
"igh": 349,
"ĠS": 350,
"us": 351,
"Ġtra": 352,
"ur": 353,
"Ġweek": 354,
"lease": 355,
"el": 356,
"Ġ1": 357,
"Ġmin": 358,
"Ġpm": 359,
"ake": 360,
"ffic": 361,
"Ġam": 362,
"her": 363,
"Ġminut": 364,
"row": 365,
"mor": 366,
"Set": 367,
"How": 368,
"end": 369,
"Ġtomor": 370,
"Ġtomorrow": 371,
"Ġfr": 372,
"st": 373,
"ent": 374,
"ight": 375,
"xt": 376,
"Ġtraffic": 377,
"Ġu": 378,
"Ġminutes": 379,
"ess": 380,
"Ġfrom": 381,
"oo": 382,
"how": 383,
"ĠM": 384,
"age": 385,
"ch": 386,
"ri": 387,
"out": 388,
"Ġev": 389,
"Re": 390,
"ĠT": 391,
"Ġwill": 392,
"Ġgo": 393,
"Ġy": 394,
"ĠC": 395,
"Ġand": 396,
"Ġsong": 397,
"essage": 398,
"ave": 399,
"Ġ3": 400,
"Ġtime": 401,
"ather": 402,
"Ġof": 403,
"id": 404,
"un": 405,
"Ġr": 406,
"Ġnext": 407,
"Ġ,": 408,
"Ġdo": 409,
"th": 410,
"Ġup": 411,
"ad": 412,
"al": 413,
"Ġget": 414,
"anc": 415,
"Ġ5": 416,
"Ġyou": 417,
"art": 418,
"Ġweather": 419,
"Is": 420,
"ec": 421,
"ist": 422,
"Ġ2": 423,
"Ġthere": 424,
"ĠA": 425,
"Ġi": 426,
"nt": 427,
"ck": 428,
"Remind": 429,
"ĠP": 430,
"Ġalarms": 431,
"set": 432,
"ld": 433,
"Ġle": 434,
"ot": 435,
"ĠF": 436,
"Ġall": 437,
"ion": 438,
"Ġthat": 439,
"Ġst": 440,
"Ġte": 441,
"pp": 442,
"Ġset": 443,
"ate": 444,
"ft": 445,
"Ġlong": 446,
"est": 447,
"il": 448,
"Ġtake": 449,
"Ġhou": 450,
"ike": 451,
"what": 452,
"am": 453,
"Ġplease": 454,
"night": 455,
"ĠB": 456,
"Ġgoing": 457,
"Ġ6": 458,
"Ġtonight": 459,
"ork": 460,
"ome": 461,
"um": 462,
"Ġmor": 463,
"Ġneed": 464,
"Please": 465,
"ning": 466,
"Ġ:": 467,
"usic": 468,
"Ġra": 469,
"ast": 470,
"ery": 471,
"Ġlike": 472,
"Ġhe": 473,
"Ġ10": 474,
"Ġreminders": 475,
"Ġweekend": 476,
"Ġ7": 477,
"Ġnow": 478,
"Ġmusic": 479,
"Ġ4": 480,
"ancel": 481,
"ĠD": 482,
"nd": 483,
"ĠJ": 484,
"Play": 485,
"ct": 486,
"Ġare": 487,
"Ġhave": 488,
"Ġmessage": 489,
"Ġ8": 490,
"ete": 491,
"ĠL": 492,
"hen": 493,
"ould": 494,
"elete": 495,
"Ġplay": 496,
"Ġevery": 497,
"Ġrain": 498,
"Ġany": 499,
"ĠW": 500,
"ure": 501,
"Ġ30": 502,
"ĠN": 503,
"op": 504,
"esday": 505,
"per": 506,
"play": 507,
"Ġ9": 508,
"Can": 509,
"Ġla": 510,
"ange": 511,
"Ġmorning": 512,
"Ġoff": 513,
"Ġhour": 514,
"ents": 515,
"Ġcon": 516,
"ert": 517,
"ir": 518,
"now": 519,
"Ġby": 520,
"Te": 521,
"Ġwork": 522,
"Ġch": 523,
"ly": 524,
"mper": 525,
"ĠH": 526,
"ature": 527,
"mperature": 528,
"Will": 529,
"all": 530,
"Ġnew": 531,
"ant": 532,
"Ġmu": 533,
"se": 534,
"Ġmuch": 535,
"Ġmon": 536,
"ick": 537,
"Ġif": 538,
"Ġab": 539,
"ew": 540,
"ecast": 541,
"Ġleave": 542,
"any": 543,
"ith": 544,
"urn": 545,
"oon": 546,
"Delete": 547,
"Ġdri": 548,
"Ġout": 549,
"Ġforecast": 550,
"eat": 551,
"Cancel": 552,
"for": 553,
"Ġwith": 554,
"ening": 555,
"ppo": 556,
"ment": 557,
"Ġtemperature": 558,
"Ġabout": 559,
"av": 560,
"int": 561,
"Ġwant": 562,
"use": 563,
"ort": 564,
"reate": 565,
"Ġday": 566,
"Ġsh": 567,
"atur": 568,
"Ġmeet": 569,
"Ġal": 570,
"aturday": 571,
"sk": 572,
"Ġleft": 573,
"dd": 574,
"Ġk": 575,
"Ġv": 576,
"Ġlast": 577,
"ack": 578,
"ive": 579,
"ond": 580,
"ook": 581,
"Ġevents": 582,
"rou": 583,
"remind": 584,
"Show": 585,
"ver": 586,
"riday": 587,
"ĠCh": 588,
"Ġmonth": 589,
"ip": 590,
"Message": 591,
"ation": 592,
"ze": 593,
"ĠFriday": 594,
"and": 595,
"ĠG": 596,
"Ġj": 597,
"Ġhome": 598,
"Ġro": 599,
"ause": 600,
"Ch": 601,
"uesday": 602,
"ide": 603,
"ain": 604,
"ĠR": 605,
"noo": 606,
"rent": 607,
"fter": 608,
"ce": 609,
"Ġmany": 610,
"Ġha": 611,
"Ġ15": 612,
"ĠMon": 613,
"nooze": 614,
"00": 615,
"ro": 616,
"Ġafter": 617,
"ood": 618,
"Send": 619,
"ag": 620,
"ove": 621,
"ĠSaturday": 622,
"cert": 623,
"ĠE": 624,
"ĠO": 625,
"Ġco": 626,
"Ġdrive": 627,
"ring": 628,
"Ġ20": 629,
"Tell": 630,
"Are": 631,
"own": 632,
"Ġsome": 633,
"urrent": 634,
"Ġ00": 635,
"Ġsnow": 636,
"land": 637,
"ry": 638,
"Ġappo": 639,
"Ġappoint": 640,
"When": 641,
"Ġcurrent": 642,
"Ġappointment": 643,
"ny": 644,
"Ġbefor": 645,
"urs": 646,
"ĠTh": 647,
"ĠMonday": 648,
"ie": 649,
"ction": 650,
"Ġbefore": 651,
"lo": 652,
"mb": 653,
"te": 654,
"Ġpart": 655,
"Ġhouse": 656,
"ursday": 657,
"ol": 658,
"Ġcan": 659,
"Ġcom": 660,
"ity": 661,
"Change": 662,
"Ġher": 663,
"Ġse": 664,
"ĠK": 665,
"Ġpick": 666,
"St": 667,
"ss": 668,
"oute": 669,
"ĠTuesday": 670,
"unday": 671,
"ĠNew": 672,
"Ġhot": 673,
"Sh": 674,
"peat": 675,
"Ġmeeting": 676,
"Create": 677,
"Ġmake": 678,
"if": 679,
"inn": 680,
"ance": 681,
"ies": 682,
"rist": 683,
"ree": 684,
"Ġnear": 685,
"Ġstart": 686,
"Ġright": 687,
"Ġ-": 688,
"Ġde": 689,
"ail": 690,
"nesday": 691,
"Ġone": 692,
"Ġconcert": 693,
"Ġsec": 694,
"Ġroute": 695,
"Ġhapp": 696,
"Add": 697,
"ĠY": 698,
"ĠThursday": 699,
"ia": 700,
"qu": 701,
"mas": 702,
"ust": 703,
"Ġsongs": 704,
"inner": 705,
"Ġsecond": 706,
"Do": 707,
"Ġway": 708,
"Ġroad": 709,
"ristmas": 710,
"Ġwhat": 711,
"Ġlist": 712,
"ĠSunday": 713,
"cc": 714,
"Ġdinner": 715,
"Ġshow": 716,
"ume": 717,
"ach": 718,
"Ġtell": 719,
"list": 720,
"ru": 721,
"Ġsun": 722,
"Ġnight": 723,
"ark": 724,
"Ġknow": 725,
"Ġor": 726,
"here": 727,
"Ġhappening": 728,
"ter": 729,
"ool": 730,
"port": 731,
"ount": 732,
"Ġtrack": 733,
"Ġhours": 734,
"hing": 735,
"noon": 736,
"please": 737,
"Ġag": 738,
"Ġask": 739,
"Ġwhen": 740,
"Ġbu": 741,
"Ġhigh": 742,
"ednesday": 743,
"ĠPM": 744,
"Ġafternoon": 745,
"Ġmo": 746,
"Ġplaylist": 747,
"ĠWednesday": 748,
"ac": 749,
"Ġar": 750,
"ine": 751,
"Ġsu": 752,
"Ġminute": 753,
"Res": 754,
"Turn": 755,
"iv": 756,
"Make": 757,
"are": 758,
"message": 759,
"Ġmom": 760,
"Ġdoes": 761,
"Ġparty": 762,
"Ġagain": 763,
"ire": 764,
"Ġsend": 765,
"Ġcar": 766,
"Ġex": 767,
"Ġhere": 768,
"Ġheav": 769,
"move": 770,
"Ġbring": 771,
"ect": 772,
"way": 773,
"ĠV": 774,
"Ġfl": 775,
"Ġnoon": 776,
"Ġevening": 777,
"ame": 778,
"can": 779,
"een": 780,
"io": 781,
"ving": 782,
"Ġtw": 783,
"our": 784,
"irth": 785,
"Ġchange": 786,
"ĠYork": 787,
"Ġseconds": 788,
"Ġbuy": 789,
"ak": 790,
"che": 791,
"Ġ11": 792,
"Ġtext": 793,
"Ġmil": 794,
"Ġlook": 795,
"Any": 796,
"Pause": 797,
"ne": 798,
"chool": 799,
"Ġmore": 800,
"Ġheavy": 801,
"irthday": 802,
"Ġacc": 803,
"Ġsee": 804,
"Should": 805,
"side": 806,
"start": 807,
"Ġshould": 808,
"round": 809,
"Ġcold": 810,
"ify": 811,
"cancel": 812,
"kip": 813,
"Ġshe": 814,
"Ġchat": 815,
"ĠSp": 816,
"ston": 817,
"ers": 818,
"lass": 819,
"Ġbirthday": 820,
"Ġhim": 821,
"stru": 822,
"Ġalert": 823,
"ear": 824,
"ĠSt": 825,
"ĠJo": 826,
"struction": 827,
"will": 828,
"Ġsp": 829,
"ater": 830,
"Ġwake": 831,
"Snooze": 832,
"du": 833,
"lla": 834,
"Ġaround": 835,
"roup": 836,
"Ġtwo": 837,
"au": 838,
"date": 839,
"Ġpre": 840,
"Ġ12": 841,
"ctor": 842,
"Ġconstruction": 843,
"Ġaccid": 844,
"sh": 845,
"ĠU": 846,
"rella": 847,
"etw": 848,
"Ġgroup": 849,
"ille": 850,
"ideo": 851,
"ago": 852,
"ue": 853,
"Ġback": 854,
"Ġclass": 855,
"icago": 856,
"Ġrec": 857,
"Ġfri": 858,
"Ġumb": 859,
"Ġcoming": 860,
"Ġlisten": 861,
"Ġumbrella": 862,
"bum": 863,
"sed": 864,
"ton": 865,
"lant": 866,
"Ġhow": 867,
"ard": 868,
"Ġoutside": 869,
"mber": 870,
"ival": 871,
"ville": 872,
"Ġschool": 873,
"ownt": 874,
"Ġcall": 875,
"Ġclo": 876,
"ice": 877,
"Ġvideo": 878,
"Start": 879,
"Stop": 880,
"owntown": 881,
"Ġbetw": 882,
"ĠSan": 883,
"rid": 884,
"Ġevent": 885,
"unch": 886,
"other": 887,
"umb": 888,
"Ġalbum": 889,
"Ġarri": 890,
"Ġmiles": 891,
"Ġbetween": 892,
"arm": 893,
"Ġpay": 894,
"Ġgame": 895,
"Ġdog": 896,
"Skip": 897,
"ah": 898,
"ap": 899,
"oc": 900,
"Ġsay": 901,
"ash": 902,
"Ġdowntown": 903,
"Ġdoctor": 904,
"Ġ45": 905,
"ĠChristmas": 906,
"iam": 907,
"tle": 908,
"up": 909,
"Ġover": 910,
"Ġweekly": 911,
"estival": 912,
"Ġconcerts": 913,
"If": 914,
"ob": 915,
"when": 916,
"Ġcle": 917,
"Ġcount": 918,
"Remove": 919,
"add": 920,
"otify": 921,
"Text": 922,
"Let": 923,
"ep": 924,
"turn": 925,
"orm": 926,
"one": 927,
"Ġsnooze": 928,
"ich": 929,
"ĠCity": 930,
"Ġstop": 931,
"Ġexp": 932,
"chedu": 933,
"ib": 934,
"lor": 935,
"os": 936,
"send": 937,
"ug": 938,
"Ġnot": 939,
"Ġrun": 940,
"ĠChicago": 941,
"Ġdeg": 942,
"irection": 943,
"Get": 944,
"dit": 945,
"Ġso": 946,
"thing": 947,
"ions": 948,
"Ġhear": 949,
"chedule": 950,
"delete": 951,
"ora": 952,
"ise": 953,
"ĠAn": 954,
"Ġdays": 955,
"co": 956,
"eed": 957,
"reet": 958,
"Ġwas": 959,
"Ġche": 960,
"Ġlunch": 961,
"Ġreport": 962,
"Ġdown": 963,
"Ġunt": 964,
"Ġsuppo": 965,
"Give": 966,
"ix": 967,
"pause": 968,
"Ġturn": 969,
"Ġwould": 970,
"raffic": 971,
"Ġdriving": 972,
"andora": 973,
"Ġroads": 974,
"Resume": 975,
"Ġarrive": 976,
"irections": 977,
"Ġuntil": 978,
"do": 979,
"dio": 980,
"ift": 981,
"Ġadd": 982,
"ont": 983,
"alk": 984,
"istance": 985,
"ĠAM": 986,
"Ġexpect": 987,
"Ġsupposed": 988,
"show": 989,
"Ġmess": 990,
"Ġgood": 991,
"Ġweeks": 992,
"ĠAt": 993,
"amp": 994,
"Ġ90": 995,
"eattle": 996,
"lando": 997,
"eather": 998,
"ho": 999,
"les": 1000,
"na": 1001,
"vi": 1002,
"vo": 1003,
"Ġtr": 1004,
"las": 1005,
"ime": 1006,
"Ġcancel": 1007,
"Ġlate": 1008,
"Ġwear": 1009,
"stop": 1010,
"Ġjack": 1011,
"aily": 1012,
"Where": 1013,
"sume": 1014,
"ting": 1015,
"Ġfestival": 1016,
"ite": 1017,
"Ġlight": 1018,
"Ġloc": 1019,
"Ġdaily": 1020,
"ary": 1021,
"ĠBe": 1022,
"ages": 1023,
"ĠOr": 1024,
"iami": 1025,
"ugust": 1026,
"ara": 1027,
"der": 1028,
"eg": 1029,
"ub": 1030,
"ink": 1031,
"ren": 1032,
"ank": 1033,
"Ġrepeat": 1034,
"ids": 1035,
"whats": 1036,
"Ġ40": 1037,
"skip": 1038,
"tell": 1039,
"Ġdelay": 1040,
"Ġmov": 1041,
"ĠAtlant": 1042,
"hn": 1043,
"ig": 1044,
"ius": 1045,
"low": 1046,
"ound": 1047,
"ical": 1048,
"Ġhas": 1049,
"Ġdelete": 1050,
"Ġtimers": 1051,
"change": 1052,
"Ġyear": 1053,
"ily": 1054,
"ĠBo": 1055,
"Ġmonday": 1056,
"Ġaccidents": 1057,
"Ġjacket": 1058,
"ER": 1059,
"IN": 1060,
"ore": 1061,
"repeat": 1062,
"Ġfar": 1063,
"Ġwind": 1064,
"Ġwarm": 1065,
"ane": 1066,
"Ġinter": 1067,
"Ġhis": 1068,
"Ġdistance": 1069,
"Ġgro": 1070,
"ĠAugust": 1071,
"Temperature": 1072,
"Ġworkout": 1073,
"Ġcountry": 1074,
"Ġmessages": 1075,
"Thing": 1076,
"ale": 1077,
"ball": 1078,
"dy": 1079,
"ember": 1080,
"rand": 1081,
"ul": 1082,
"Ġqu": 1083,
"Ġfast": 1084,
"Ġfive": 1085,
"Ġsw": 1086,
"isco": 1087,
"ous": 1088,
"Ġcl": 1089,
"Ġhum": 1090,
"rip": 1091,
"Repeat": 1092,
"ĠTH": 1093,
"allas": 1094,
"Ġparties": 1095,
"Ġhighway": 1096,
"Ġlooking": 1097,
"Ġcheck": 1098,
"Things": 1099,
"Ġhumid": 1100,
"Find": 1101,
"ile": 1102,
"uff": 1103,
"Ġus": 1104,
"Ġfood": 1105,
"isplay": 1106,
"Ġdirections": 1107,
"ĠSeattle": 1108,
"ĠTO": 1109,
"Ġstation": 1110,
"Ġcondit": 1111,
"Ġ201": 1112,
"Ġasking": 1113,
"Ġgroc": 1114,
"Ask": 1115,
"zz": 1116,
"oncert": 1117,
"Ġfun": 1118,
"ish": 1119,
"Ġpla": 1120,
"Ġdent": 1121,
"Ġem": 1122,
"ste": 1123,
"Ġarea": 1124,
"ney": 1125,
"Ġfriend": 1126,
"Ġconditions": 1127,
"cre": 1128,
"dic": 1129,
"go": 1130,
"iday": 1131,
"iver": 1132,
"ven": 1133,
"Ġten": 1134,
"ord": 1135,
"atest": 1136,
"Ġlow": 1137,
"Ġgive": 1138,
"Ġbeach": 1139,
"ida": 1140,
"Ġraining": 1141,
"aving": 1142,
"Ġkids": 1143,
"Ġsunny": 1144,
"ĠJohn": 1145,
"ai": 1146,
"ex": 1147,
"gg": 1148,
"get": 1149,
"ian": 1150,
"ph": 1151,
"ric": 1152,
"Ġtuesday": 1153,
"Ġavo": 1154,
"atch": 1155,
"ence": 1156,
"Ġbus": 1157,
"Ġlet": 1158,
"Ġanother": 1159,
"els": 1160,
"outh": 1161,
"ancisco": 1162,
"ĠPark": 1163,
"Ġlonger": 1164,
"Ġrock": 1165,
"oliday": 1166,
"ĠSpotify": 1167,
"Ġrunning": 1168,
"ĠOrlando": 1169,
"Ġdentist": 1170,
"Up": 1171,
"ee": 1172,
"Ġfree": 1173,
"Ġph": 1174,
"eng": 1175,
"Ġbest": 1176,
"Ġcome": 1177,
"ute": 1178,
"Ġ25": 1179,
"Ġstreet": 1180,
"amily": 1181,
"ĠDallas": 1182,
"irst": 1183,
"Ġshort": 1184,
"Reset": 1185,
"Ġflight": 1186,
"Ġclean": 1187,
"ĠAtlanta": 1188,
"oncerts": 1189,
"Ġavoid": 1190,
"Wake": 1191,
"Weather": 1192,
"read": 1193,
"Ġfirst": 1194,
"Ġcreate": 1195,
"ass": 1196,
"Ġthree": 1197,
"ĠFr": 1198,
"ests": 1199,
"ortland": 1200,
"Ġchats": 1201,
"Ġlocation": 1202,
"Update": 1203,
"ab": 1204,
"ace": 1205,
"create": 1206,
"od": 1207,
"son": 1208,
"wn": 1209,
"Ġtrip": 1210,
"Ġmid": 1211,
"resume": 1212,
"Ġfre": 1213,
"Ġschedule": 1214,
"Ġwalk": 1215,
"iss": 1216,
"ings": 1217,
"Ġlatest": 1218,
"Ġinste": 1219,
"Ġrequ": 1220,
"Ġdad": 1221,
"arl": 1222,
"ĠMar": 1223,
"ĠMiami": 1224,
"ecember": 1225,
"avor": 1226,
"Ġcomm": 1227,
"Ġshows": 1228,
"Ġexpected": 1229,
"Ġtrash": 1230,
"Ġinstead": 1231,
"Rest": 1232,
"act": 1233,
"com": 1234,
"Ġour": 1235,
"ina": 1236,
"rees": 1237,
"reset": 1238,
"Ġsaturday": 1239,
"Ġbo": 1240,
"Ġbill": 1241,
"Ġcity": 1242,
"Ġdet": 1243,
"Ġdid": 1244,
"omet": 1245,
"ush": 1246,
"ĠAl": 1247,
"Ġstill": 1248,
"Ġstorm": 1249,
"ĠJack": 1250,
"ally": 1251,
"eway": 1252,
"ĠRo": 1253,
"ma": 1254,
"snooze": 1255,
"Ġ!": 1256,
"Ġapp": 1257,
"heit": 1258,
"Ġwhere": 1259,
"Ġbad": 1260,
"ason": 1261,
"Ġrest": 1262,
"Ġoffic": 1263,
"Ġgoes": 1264,
"une": 1265,
"ado": 1266,
"ondon": 1267,
"Ġmost": 1268,
"Ġfriday": 1269,
"Ġcalled": 1270,
"Ġclos": 1271,
"ahren": 1272,
"Ġdegrees": 1273,
"Ġdelays": 1274,
"ĠTHE": 1275,
"Ġcommute": 1276,
"Restart": 1277,
"Ġoffice": 1278,
"ahrenheit": 1279,
"Could": 1280,
"ES": 1281,
"OR": 1282,
"Th": 1283,
"ey": 1284,
"ns": 1285,
"opp": 1286,
"to": 1287,
"Ġend": 1288,
"Ġrid": 1289,
"Ġair": 1290,
"Ġtop": 1291,
"Ġfavor": 1292,
"Ġwater": 1293,
"Ġpo": 1294,
"Ġmedic": 1295,
"Ġlater": 1296,
"Ġdue": 1297,
"Ġop": 1298,
"geles": 1299,
"enter": 1300,
"Ġun": 1301,
"Ġupdate": 1302,
"ister": 1303,
"ĠPh": 1304,
"ĠPortland": 1305,
"ĠFlor": 1306,
"ĠLondon": 1307,
"ĠHou": 1308,
"rough": 1309,
"ĠVeg": 1310,
"Ġflood": 1311,
"should": 1312,
"elsius": 1313,
"Ġfreeway": 1314,
"Ġrequests": 1315,
"ĠVegas": 1316,
"Alarm": 1317,
"Traffic": 1318,
"Would": 1319,
"ell": 1320,
"hich": 1321,
"let": 1322,
"mer": 1323,
"ts": 1324,
"vents": 1325,
"Ġ;": 1326,
"Ġ\\": 1327,
"Ġll": 1328,
"Ġthem": 1329,
"Ġfeed": 1330,
"Ġfamily": 1331,
"Ġsomet": 1332,
"ath": 1333,
"ated": 1334,
"ask": 1335,
"Ġrem": 1336,
"Ġres": 1337,
"Ġdr": 1338,
"ked": 1339,
"Ġthan": 1340,
"Ġthrough": 1341,
"vel": 1342,
"Whats": 1343,
"ĠMay": 1344,
"ĠCol": 1345,
"ĠPandora": 1346,
"Ġstu": 1347,
"ĠBr": 1348,
"Ġplaying": 1349,
"ĠNY": 1350,
"Ġaccident": 1351,
"Ġclassical": 1352,
"Ġdegree": 1353,
"ĠBoston": 1354,
"Ġhumidity": 1355,
"Ġemail": 1356,
"ĠFlorida": 1357,
"aw": 1358,
"gin": 1359,
"ila": 1360,
"mp": 1361,
"og": 1362,
"ull": 1363,
"Ġslow": 1364,
"Ġpa": 1365,
"Ġpro": 1366,
"ens": 1367,
"enix": 1368,
"Ġcook": 1369,
"Ġdon": 1370,
"ĠSh": 1371,
"ĠDecember": 1372,
"form": 1373,
"Christmas": 1374,
"text": 1375,
"ustin": 1376,
"umbs": 1377,
"hoenix": 1378,
"Ġmovie": 1379,
"Ġwindy": 1380,
"ivers": 1381,
"ĠFrancisco": 1382,
"Ġsomething": 1383,
"Display": 1384,
"de": 1385,
"Ġas": 1386,
"Ġact": 1387,
"Ġfind": 1388,
"Ġwatch": 1389,
"ets": 1390,
"eter": 1391,
"Ġper": 1392,
"ann": 1393,
"ough": 1394,
"Ġdate": 1395,
"ract": 1396,
"Ġtrain": 1397,
"Ġweekday": 1398,
"alm": 1399,
"ĠJune": 1400,
"Ġ80": 1401,
"ĠLA": 1402,
"Ġanything": 1403,
"Ġchance": 1404,
"inter": 1405,
"Ġstarts": 1406,
"aking": 1407,
"ibra": 1408,
"Ġfestivals": 1409,
"coming": 1410,
"ĠHouston": 1411,
"AR": 1412,
"AT": 1413,
"Concerts": 1414,
"bor": 1415,
"cle": 1416,
"ling": 1417,
"oll": 1418,
"time": 1419,
"uly": 1420,
"Ġmail": 1421,
"Ġthey": 1422,
"onna": 1423,
"aylor": 1424,
"Ġpark": 1425,
"Ġbook": 1426,
"Ġno": 1427,
"Ġhit": 1428,
"Ġhal": 1429,
"Ġdur": 1430,
"Ġwed": 1431,
"Ġbed": 1432,
"urring": 1433,
"Read": 1434,
"Ġstore": 1435,
"ĠLos": 1436,
"Ġvet": 1437,
"view": 1438,
"ĠBeach": 1439,
"Ġquick": 1440,
"uffle": 1441,
"Ġgrocery": 1442,
"Ġfriendly": 1443,
"Ġshorts": 1444,
"ibrary": 1445,
"by": 1446,
"book": 1447,
"dry": 1448,
"iel": 1449,
"mit": 1450,
"make": 1451,
"Ġtown": 1452,
"ates": 1453,
"Ġwor": 1454,
"Ġwinter": 1455,
"Ġpause": 1456,
"ans": 1457,
"imer": 1458,
"Ġbr": 1459,
"Ġbre": 1460,
"ico": 1461,
"leep": 1462,
"Ġthursday": 1463,
"Ġbeen": 1464,
"Ġear": 1465,
"urch": 1466,
"urric": 1467,
"ĠCelsius": 1468,
"undry": 1469,
"ady": 1470,
"ĠFahrenheit": 1471,
"Ġneeds": 1472,
"ĠDay": 1473,
"Ġlaundry": 1474,
"verage": 1475,
"ĠCharl": 1476,
"Ġjo": 1477,
"Shut": 1478,
"Ġstarting": 1479,
"Ġorder": 1480,
"hington": 1481,
"Ġsub": 1482,
"ĠSpring": 1483,
"ĠAngeles": 1484,
"ampa": 1485,
"enger": 1486,
"Ġopen": 1487,
"Ġhalf": 1488,
"Events": 1489,
"ND": 1490,
"ax": 1491,
"azz": 1492,
"ild": 1493,
"put": 1494,
"rise": 1495,
"traffic": 1496,
"Ġ/": 1497,
"Ġtick": 1498,
"ons": 1499,
"ress": 1500,
"Ġsunday": 1501,
"Ġsister": 1502,
"Ġwar": 1503,
"itch": 1504,
"Ġlibrary": 1505,
"Ġhurric": 1506,
"Ġgre": 1507,
"Ġgrand": 1508,
"ffee": 1509,
"Ġrush": 1510,
"Ġupcoming": 1511,
"Ġgetting": 1512,
"ĠPeter": 1513,
"Ġleaving": 1514,
"ummer": 1515,
"ĠJuly": 1516,
"ĠLas": 1517,
"Ġchristmas": 1518,
"Ġshopp": 1519,
"ĠGre": 1520,
"Ġhair": 1521,
"Ġcoat": 1522,
"Ġart": 1523,
"Ġpres": 1524,
"Ġprevi": 1525,
"ridge": 1526,
"Ġsaying": 1527,
"Ġwednesday": 1528,
"Ġshopping": 1529,
"Ġprevious": 1530,
"AY": 1531,
"Put": 1532,
"ber": 1533,
"ik": 1534,
"old": 1535,
"rd": 1536,
"ĠZ": 1537,
"Ġad": 1538,
"Ġaverage": 1539,
"heart": 1540,
"orth": 1541,
"Ġfin": 1542,
"Ġfall": 1543,
"Ġson": 1544,
"Ġsound": 1545,
"Ġpop": 1546,
"Ġpandora": 1547,
"Ġtimes": 1548,
"ica": 1549,
"Ġreach": 1550,
"Ġann": 1551,
"Ġbegin": 1552,
"urg": 1553,
"oot": 1554,
"ĠMess": 1555,
"ĠThe": 1556,
"unt": 1557,
"ali": 1558,
"ĠPhoenix": 1559,
"Ġradio": 1560,
"Ġeveryday": 1561,
"Ġjam": 1562,
"roit": 1563,
"iego": 1564,
"tember": 1565,
"arket": 1566,
"Ġtexts": 1567,
"Ġspotify": 1568,
"ĠUn": 1569,
"Ġrecurring": 1570,
"Ġ2018": 1571,
"crease": 1572,
"ĠJackson": 1573,
"Ġairport": 1574,
"ĠNYC": 1575,
"Ġtickets": 1576,
"Ġwarning": 1577,
"Ġhurricane": 1578,
"IM": 1579,
"List": 1580,
"New": 1581,
"OW": 1582,
"Qu": 1583,
"air": 1584,
"eor": 1585,
"lv": 1586,
"wood": 1587,
"where": 1588,
"ym": 1589,
"Ġtor": 1590,
"eries": 1591,
"Ġsa": 1592,
"Ġsan": 1593,
"Ġsouth": 1594,
"Ġsleep": 1595,
"Ġsummer": 1596,
"Ġwest": 1597,
"isney": 1598,
"Ġpass": 1599,
"ana": 1600,
"ouis": 1601,
"Ġlot": 1602,
"ashington": 1603,
"Ġholiday": 1604,
"Ġonly": 1605,
"Ġgas": 1606,
"Ġgift": 1607,
"ral": 1608,
"radio": 1609,
"Ġoil": 1610,
"Ġeach": 1611,
"edy": 1612,
"ĠSep": 1613,
"Ġ18": 1614,
"Ġyork": 1615,
"als": 1616,
"ĠDiego": 1617,
"ĠWest": 1618,
"ĠWashington": 1619,
"ĠHigh": 1620,
"Ġabove": 1621,
"Ġvis": 1622,
"Ġmonthly": 1623,
"ations": 1624,
"ĠGrand": 1625,
"Ġjust": 1626,
"Ġcoffee": 1627,
"ĠYear": 1628,
"Ġsunrise": 1629,
"Ġspeed": 1630,
"Ġrecord": 1631,
"Ġclock": 1632,
"Ġclear": 1633,
"Ġmovies": 1634,
"acebook": 1635,
"Ġduring": 1636,
"Ġbreak": 1637,
"Ġsubmit": 1638,
"heartradio": 1639,
"ĠMessenger": 1640,
"20": 1641,
"ET": 1642,
"ST": 1643,
"Which": 1644,
"band": 1645,
"cot": 1646,
"down": 1647,
"ham": 1648,
"iet": 1649,
"ok": 1650,
"pond": 1651,
"ty": 1652,
"Ġ&": 1653,
"remove": 1654,
"Ġwh": 1655,
"Ġpic": 1656,
"Ġput": 1657,
"Ġpack": 1658,
"Ġbut": 1659,
"ites": 1660,
"Ġhus": 1661,
"key": 1662,
"Ġthank": 1663,
"illy": 1664,
"Ġegg": 1665,
"ĠSte": 1666,
"Ġtravel": 1667,
"Ġmins": 1668,
"ĠMan": 1669,
"ĠMike": 1670,
"ĠCar": 1671,
"Ġiheartradio": 1672,
"Ġrap": 1673,
"Ġhead": 1674,
"ĠDisney": 1675,
"forn": 1676,
"Ġwithout": 1677,
"mento": 1678,
"Ġvia": 1679,
"aining": 1680,
"Ġhail": 1681,
"Ġseason": 1682,
"Ġcard": 1683,
"Ġchanged": 1684,
"aul": 1685,
"augh": 1686,
"ING": 1687,
"Ġfastest": 1688,
"Ġsweat": 1689,
"Ġusing": 1690,
"Ġgroceries": 1691,
"Ġphone": 1692,
"Ġflooding": 1693,
"Ġearly": 1694,
"aliforn": 1695,
"Ġvisit": 1696,
"Ġhusband": 1697,
"Al": 1698,
"Did": 1699,
"Go": 1700,
"NT": 1701,
"OU": 1702,
"The": 1703,
"app": 1704,
"cy": 1705,
"eb": 1706,
"my": 1707,
"ost": 1708,
"pri": 1709,
"ply": 1710,
"ris": 1711,
"ther": 1712,
"tend": 1713,
"ual": 1714,
"work": 1715,
"Ġmall": 1716,
"orado": 1717,
"Ġthen": 1718,
"erday": 1719,
"ona": 1720,
"restart": 1721,
"Ġsk": 1722,
"Ġskip": 1723,
"etroit": 1724,
"Ġbase": 1725,
"Ġblo": 1726,
"Ġcre": 1727,
"Ġcance": 1728,
"Ġcous": 1729,
"ities": 1730,
"Ġless": 1731,
"Ġlove": 1732,
"Ġinto": 1733,
"Ġreg": 1734,
"Ġdry": 1735,
"Ġdone": 1736,
"Ġgonna": 1737,
"rack": 1738,
"ramento": 1739,
"Ġthir": 1740,
"Ġthings": 1741,
"Ġoven": 1742,
"Ġbelow": 1743,
"state": 1744,
"oop": 1745,
"ĠMom": 1746,
"ĠMad": 1747,
"ĠTampa": 1748,
"ĠCaliforn": 1749,
"under": 1750,
"ances": 1751,
"ĠFacebook": 1752,
"Ġtemp": 1753,
"esterday": 1754,
"Ġ60": 1755,
"ĠDan": 1756,
"ĠDetroit": 1757,
"ĠJane": 1758,
"Ġcont": 1759,
"Ġalter": 1760,
"ĠFridays": 1761,
"Ġjob": 1762,
"ĠEve": 1763,
"ife": 1764,
"acramento": 1765,
"Anything": 1766,
"umber": 1767,
"Ġdoctors": 1768,
"onto": 1769,
"Ġplace": 1770,
"Ġcleaning": 1771,
"odify": 1772,
"Ġmidnight": 1773,
"ĠColorado": 1774,
"ilad": 1775,
"ield": 1776,
"ĠCharlot": 1777,
"201": 1778,
"Ġeggs": 1779,
"pril": 1780,
"Ġcousin": 1781,
"30": 1782,
"EM": 1783,
"IL": 1784,
"OM": 1785,
"WH": 1786,
"alarm": 1787,
"cius": 1788,
"fer": 1789,
"give": 1790,
"iz": 1791,
"ier": 1792,
"ium": 1793,
"izz": 1794,
"ng": 1795,
"oice": 1796,
"rite": 1797,
"test": 1798,
"Ġhat": 1799,
"Ġtast": 1800,
"Ġtree": 1801,
"Ġtaking": 1802,
"hes": 1803,
"ony": 1804,
"Ġsit": 1805,
"att": 1806,
"Ġbike": 1807,
"Ġbridge": 1808,
"itt": 1809,
"Ġhop": 1810,
"Ġresume": 1811,
"Ġonce": 1812,
"Ġgym": 1813,
"raft": 1814,
"aris": 1815,
"Ġattend": 1816,
"kee": 1817,
"Ġthink": 1818,
"Ġthunder": 1819,
"ills": 1820,
"elph": 1821,
"elcius": 1822,
"Ġ17": 1823,
"storm": 1824,
"ĠMo": 1825,
"ĠTIM": 1826,
"Ġyesterday": 1827,
"ĠCan": 1828,
"ĠCle": 1829,
"ĠCenter": 1830,
"Ġyour": 1831,
"ĠAr": 1832,
"ĠBob": 1833,
"aster": 1834,
"ĠJim": 1835,
"ĠJam": 1836,
"ĠLu": 1837,
"ĠLouis": 1838,
"Ġ95": 1839,
"Ġchurch": 1840,
"anta": 1841,
"ĠGeor": 1842,
"Ġjazz": 1843,
"ĠEd": 1844,
"ĠON": 1845,
"Ġsnowing": 1846,
"Ġhottest": 1847,
"Ġhappy": 1848,
"ccer": 1849,
"Ġmoving": 1850,
"Ġmilk": 1851,
"Ġalerts": 1852,
"ĠStreet": 1853,
"Ġdogs": 1854,
"Ġclou": 1855,
"Ġclub": 1856,
"aii": 1857,
"Ġbusy": 1858,
"Ġphot": 1859,
"Ġmidday": 1860,
"Ġscheduled": 1861,
"Thumbs": 1862,
"Ġfavorites": 1863,
"Ġmedicine": 1864,
"ĠPhilad": 1865,
"Ġremaining": 1866,
"ĠSeptember": 1867,
"ĠCalifornia": 1868,
"Ġaltern": 1869,
"ĠCharlotte": 1870,
"2019": 1871,
"elphia": 1872,
"ĠPhiladelphia": 1873,
"Have": 1874,
"Modify": 1875,
"burg": 1876,
"gan": 1877,
"hy": 1878,
"iest": 1879,
"ject": 1880,
"ler": 1881,
"like": 1882,
"ments": 1883,
"nado": 1884,
"tion": 1885,
"timer": 1886,
"wy": 1887,
"wau": 1888,
"Ġ\"": 1889,
"Ġz": 1890,
"Ġve": 1891,
"Ġmother": 1892,
"Ġmiami": 1893,
"ones": 1894,
"reg": 1895,
"replay": 1896,
"Ġsoon": 1897,
"Ġpr": 1898,
"Ġpara": 1899,
"Ġpract": 1900,
"imm": 1901,
"Ġbac": 1902,
"Ġnam": 1903,
"Ġhip": 1904,
"arb": 1905,
"ley": 1906,
"ĠIS": 1907,
"ĠIs": 1908,
"ffect": 1909,
"Ġother": 1910,
"Ġext": 1911,
"ĠSam": 1912,
"ĠSara": 1913,
"ĠScot": 1914,
"ster": 1915,
"ĠMY": 1916,
"ĠMex": 1917,
"ĠTim": 1918,
"ĠTra": 1919,
"ĠTom": 1920,
"ĠTex": 1921,
"Ġring": 1922,
"Ġ21": 1923,
"Ġ27": 1924,
"ĠAnt": 1925,
"ĠFOR": 1926,
"Ġ101": 1927,
"ĠJan": 1928,
"ĠNash": 1929,
"Ġland": 1930,
"ĠHaw": 1931,
"useum": 1932,
"Ġkind": 1933,
"aga": 1934,
"Shuffle": 1935,
"Ġsunset": 1936,
"Ġorlando": 1937,
"ours": 1938,
"Ġrecent": 1939,
"Ġpayment": 1940,
"ible": 1941,
"Ġsoccer": 1942,
"ĠAnn": 1943,
"Ġlights": 1944,
"Ġfaster": 1945,
"Ġplans": 1946,
"Ġfreez": 1947,
"Ġdrop": 1948,
"Ġstudy": 1949,
"Ġpaper": 1950,
"iversary": 1951,
"almart": 1952,
"Ġbrother": 1953,
"Ġartist": 1954,
"Ġbeginning": 1955,
"Ġtornado": 1956,
"Ġsweater": 1957,
"Ġbaseball": 1958,
"waukee": 1959,
"Ġbacked": 1960,
"Ġnamed": 1961,
"ĠMexico": 1962,
"ĠHawaii": 1963,
"App": 1964,
"IC": 1965,
"In": 1966,
"MS": 1967,
"Music": 1968,
"Move": 1969,
"bo": 1970,
"cause": 1971,
"concerts": 1972,
"eek": 1973,
"ial": 1974,
"ose": 1975,
"uary": 1976,
"witch": 1977,
"yc": 1978,
"yon": 1979,
"ĠWhats": 1980,
"Ġaffect": 1981,
"Ġmar": 1982,
"Ġmiss": 1983,
"Ġmarket": 1984,
"Ġtoll": 1985,
"orld": 1986,
"ere": 1987,
"erv": 1988,
"Ġsent": 1989,
"Ġsport": 1990,
"lab": 1991,
"lar": 1992,
"Ġwon": 1993,
"etball": 1994,
"enver": 1995,
"enny": 1996,
"lle": 1997,
"Ġbl": 1998,
"Ġbab": 1999,
"Ġbask": 2000,
"Ġcong": 2001,
"Ġcro": 2002,
"Ġcour": 2003,
"ita": 2004,
"Ġlive": 2005,
"icy": 2006,
"Ġinform": 2007,
"Ġhaving": 2008,
"Ġremove": 2009,
"Ġdel": 2010,
"Ġgr": 2011,
"Ġwedd": 2012,
"ars": 2013,
"Ġneare": 2014,
"Ġbecause": 2015,
"Ġele": 2016,
"ĠSw": 2017,
"ĠSouth": 2018,
"ĠSacramento": 2019,
"more": 2020,
"ĠMain": 2021,
"Replay": 2022,
"ĠTaylor": 2023,
"Ġgot": 2024,
"alt": 2025,
"Ġ23": 2026,
"Ġ28": 2027,
"ĠApril": 2028,
"Ġleast": 2029,
"Ġteam": 2030,
"estin": 2031,
"Ġ100": 2032,
"Ġ75": 2033,
"ĠDav": 2034,
"ĠWE": 2035,
"ĠWill": 2036,
"Ġconfer": 2037,
"irl": 2038,
"Ġchick": 2039,
"Ġchicago": 2040,
"Ġchann": 2041,
"Ġchild": 2042,
"Ġwants": 2043,
"Ġshut": 2044,
"Ġvac": 2045,
"ĠGaga": 2046,
"ĠEl": 2047,
"ĠMondays": 2048,
"Ġcomp": 2049,
"Ġshower": 2050,
"aco": 2051,
"Ġflor": 2052,
"ches": 2053,
"Ġwakeup": 2054,
"Ġinterv": 2055,
"Ġinterstate": 2056,
"Ġwalking": 2057,
"Ġfavorite": 2058,
"Ġpost": 2059,
"Ġmedication": 2060,
"Ġstuck": 2061,
"olly": 2062,
"Ġquickest": 2063,
"Ġworst": 2064,
"ĠSprings": 2065,
"Ġgrandma": 2066,
"Ġwhile": 2067,
"aughter": 2068,
"WHAT": 2069,
"Ġtasting": 2070,
"Ġthunderstorm": 2071,
"Ġpractice": 2072,
"ĠIsland": 2073,
"ĠTexas": 2074,
"ĠJanuary": 2075,
"ĠNashville": 2076,
"yonce": 2077,
"Ġbasketball": 2078,
"Ġwedding": 2079,
"Ġnearest": 2080,
"Ġconference": 2081,
"Ġchannel": 2082,
"AG": 2083,
"Don": 2084,
"Dis": 2085,
"Dri": 2086,
"Has": 2087,
"KE": 2088,
"My": 2089,
"Schedule": 2090,
"SET": 2091,
"Switch": 2092,
"Take": 2093,
"Time": 2094,
"UT": 2095,
"aur": 2096,
"find": 2097,
"faul": 2098,
"ij": 2099,
"iff": 2100,
"line": 2101,
"pe": 2102,
"tan": 2103,
"udio": 2104,
"vent": 2105,
"weather": 2106,
"yd": 2107,
"Ġen": 2108,
"Ġind": 2109,
"Ġuse": 2110,
"ĠQu": 2111,
"Ġicy": 2112,
"Ġtalk": 2113,
"ines": 2114,
"ince": 2115,
"Ġmet": 2116,
"Ġmight": 2117,
"Ġmain": 2118,
"oronto": 2119,
"erse": 2120,
"onio": 2121,
"Ġfoot": 2122,
"Ġside": 2123,
"Ġscre": 2124,
"ating": 2125,
"lah": 2126,
"isa": 2127,
"Ġpe": 2128,
"Ġplant": 2129,
"anna": 2130,
"lled": 2131,
"hattan": 2132,
"Ġbank": 2133,
"inda": 2134,
"Ġcat": 2135,
"Ġcake": 2136,
"itation": 2137,
"Ġinv": 2138,
"Ġdaughter": 2139,
"arch": 2140,
"oma": 2141,
"Ġatlant": 2142,
"Ġneigh": 2143,
"Ġeight": 2144,
"ely": 2145,
"Ġ13": 2146,
"Ġ16": 2147,
"Ġ19": 2148,
"Ġamount": 2149,
"Setup": 2150,
"enty": 2151,
"ĠMall": 2152,
"Reply": 2153,
"ĠCon": 2154,
"Ġ35": 2155,
"Ġrout": 2156,
"ade": 2157,
"Ġ50": 2158,
"Ġ22": 2159,
"ĠAL": 2160,
"ĠAm": 2161,
"ĠAri": 2162,
"ĠAustin": 2163,
"ĠParis": 2164,
"ĠFestival": 2165,
"ilence": 2166,
"umper": 2167,
"ĠDC": 2168,
"ĠDad": 2169,
"ĠJason": 2170,
"ĠJustin": 2171,
"ĠLady": 2172,
"ĠLisa": 2173,
"ĠWalmart": 2174,
"ĠWorld": 2175,
"ures": 2176,
"ĠNorth": 2177,
"Ġchances": 2178,
"Ġwithin": 2179,
"ĠChris": 2180,
"ĠOk": 2181,
"ĠOreg": 2182,
"Ġmeetings": 2183,
"Ġdefaul": 2184,
"que": 2185,
"Ġsupp": 2186,
"ĠSpain": 2187,
"ĠJose": 2188,
"Ġspec": 2189,
"Ġclassic": 2190,
"arden": 2191,
"Ġclosed": 2192,
"ontin": 2193,
"Ġrepeating": 2194,
"ĠAtlantic": 2195,
"igan": 2196,
"Ġ2019": 2197,
"ĠColumb": 2198,
"Ġproject": 2199,
"Ġactive": 2200,
"Ġactiv": 2201,
"Ġperform": 2202,
"ĠGreen": 2203,
"Ġadv": 2204,
"Ġanniversary": 2205,
"ĠJacksonville": 2206,
"lvd": 2207,
"Ġpassing": 2208,
"ĠHighway": 2209,
"ĠLouisville": 2210,
"Ġcloudy": 2211,
"Ġextra": 2212,
"ĠSarah": 2213,
"ĠAntonio": 2214,
"Ġfreezing": 2215,
"Ġbaby": 2216,
"Ġcongest": 2217,
"ĠSwift": 2218,
"Ġchicken": 2219,
"Ġflorida": 2220,
"aurant": 2221,
"Ġfootball": 2222,
"Ġneighbor": 2223,
"ĠOregon": 2224,
"Ġdefault": 2225,
"Che": 2226,
"Com": 2227,
"FF": 2228,
"For": 2229,
"Kid": 2230,
"LA": 2231,
"Ne": 2232,
"On": 2233,
"TA": 2234,
"Who": 2235,
"br": 2236,
"ca": 2237,
"cked": 2238,
"dra": 2239,
"fall": 2240,
"holiday": 2241,
"no": 2242,
"oes": 2243,
"pm": 2244,
"sp": 2245,
"sw": 2246,
"tal": 2247,
"tract": 2248,
"track": 2249,
"ud": 2250,
"ward": 2251,
"ype": 2252,
"Ġ0": 2253,
"Ġice": 2254,
"Ġac": 2255,
"Ġma": 2256,
"Ġmove": 2257,
"Ġmile": 2258,
"Ġmuseum": 2259,
"ory": 2260,
"res": 2261,
"Ġflo": 2262,
"Ġfour": 2263,
"Ġfix": 2264,
"Ġface": 2265,
"Ġsc": 2266,
"Ġsure": 2267,
"Ġseattle": 2268,
"Ġsale": 2269,
"lad": 2270,
"lan": 2271,
"ower": 2272,
"owers": 2273,
"Ġpot": 2274,
"ang": 2275,
"ena": 2276,
"enn": 2277,
"Ġcool": 2278,
"Ġnorm": 2279,
"its": 2280,
"ital": 2281,
"ittle": 2282,
"Ġinches": 2283,
"Ġhad": 2284,
"Ġread": 2285,
"Ġreact": 2286,
"Ġreally": 2287,
"Ġready": 2288,
"Ġdec": 2289,
"Ġdisplay": 2290,
"Ġdestin": 2291,
"Ġonline": 2292,
"Ġgirl": 2293,
"led": 2294,
"lex": 2295,
"Ġthread": 2296,
"Ġthose": 2297,
"Ġbeing": 2298,
"ĠSe": 2299,
"ĠShe": 2300,
"ĠSus": 2301,
"ĠSchool": 2302,
"ĠSMS": 2303,
"urkey": 2304,
"Ġfrancisco": 2305,
"ĠMe": 2306,
"ĠMel": 2307,
"ĠMil": 2308,
"ĠMusic": 2309,
"ĠMich": 2310,
"rie": 2311,
"ĠToronto": 2312,
"Ġ31": 2313,
"Ġrand": 2314,
"Ġdoing": 2315,
"Ġupd": 2316,
"adium": 2317,
"ales": 2318,
"Ġ24": 2319,
"ĠAunt": 2320,
"cks": 2321,
"ĠPer": 2322,
"ĠPro": 2323,
"ĠFort": 2324,
"ĠFeb": 2325,
"ama": 2326,
"ĠBE": 2327,
"Ġhel": 2328,
"Ġweekends": 2329,
"ĠDe": 2330,
"ĠDenver": 2331,
"nder": 2332,
"ctob": 2333,
"ĠLI": 2334,
"ĠLa": 2335,
"ĠLau": 2336,
"Ġeveryone": 2337,
"Ġlane": 2338,
"ĠHe": 2339,
"ĠHolly": 2340,
"alley": 2341,
"Ġtemperatures": 2342,
"Ġvol": 2343,
"Ġvoice": 2344,
"reminder": 2345,
"ĠMont": 2346,
"ĠEm": 2347,
"ĠEng": 2348,
"ĠEaster": 2349,
"ĠOctob": 2350,
"Ġcost": 2351,
"Ġcurrently": 2352,
"Ġcomput": 2353,
"Ġseven": 2354,
"ĠKy": 2355,
"ĠKing": 2356,
"Ġpicking": 2357,
"Ġhotel": 2358,
"ails": 2359,
"Ġnights": 2360,
"ĠWednesdays": 2361,
"Ġmoment": 2362,
"Ġflowers": 2363,
"Ġtwenty": 2364,
"akes": 2365,
"erson": 2366,
"Ġpredic": 2367,
"ĠUS": 2368,
"Ġrecyc": 2369,
"update": 2370,
"Ġcountdown": 2371,
"does": 2372,
"Ġlighting": 2373,
"IND": 2374,
"Ġinterview": 2375,
"Ġswift": 2376,
"Ġdetours": 2377,
"ĠRoad": 2378,
"Ġrestaurant": 2379,
"Ġclosest": 2380,
"ESS": 2381,
"ello": 2382,
"Ġrespond": 2383,
"Ġdrink": 2384,
"Ġweekdays": 2385,
"clear": 2386,
"ĠDayton": 2387,
"Ġgreat": 2388,
"Ġfinish": 2389,
"Ġsoundtrack": 2390,
"ĠManhattan": 2391,
"ĠCarol": 2392,
"Ġblocked": 2393,
"Ġcancelled": 2394,
"EMIND": 2395,
"izza": 2396,
"ĠTIMER": 2397,
"ĠGeorge": 2398,
"Ġphoto": 2399,
"Ġparade": 2400,
"Ġchildren": 2401,
"Ġvacation": 2402,
"Driving": 2403,
"ijing": 2404,
"ersey": 2405,
"Ġplants": 2406,
"Ġroutes": 2407,
"Ġactivities": 2408,
"Check": 2409,
"Ġrandom": 2410,
"ĠFebru": 2411,
"ĠOctober": 2412,
"Ġcomputer": 2413,
"Ar": 2414,
"Best": 2415,
"Directions": 2416,
"LY": 2417,
"Look": 2418,
"No": 2419,
"VE": 2420,
"VER": 2421,
"Wine": 2422,
"Why": 2423,
"ait": 2424,
"cent": 2425,
"count": 2426,
"cord": 2427,
"ds": 2428,
"dale": 2429,
"ele": 2430,
"field": 2431,
"gra": 2432,
"ha": 2433,
"irm": 2434,
"man": 2435,
"nn": 2436,
"ner": 2437,
"ole": 2438,
"ron": 2439,
"ted": 2440,
"ues": 2441,
"ware": 2442,
"xp": 2443,
"ye": 2444,
"âĢ": 2445,
"ĠQ": 2446,
"Ġim": 2447,
"Ġke": 2448,
"ĠWhat": 2449,
"Ġtill": 2450,
"Ġtax": 2451,
"Ġahe": 2452,
"Ġaway": 2453,
"ino": 2454,
"ins": 2455,
"Ġman": 2456,
"Ġtheir": 2457,
"erc": 2458,
"erg": 2459,
"eran": 2460,
"erase": 2461,
"Ġfift": 2462,
"Ġfahrenheit": 2463,
"Ġsm": 2464,
"Ġsave": 2465,
"Ġsad": 2466,
"ative": 2467,
"Ġwho": 2468,
"Ġwhich": 2469,
"eth": 2470,
"ette": 2471,
"Ġforget": 2472,
"ington": 2473,
"ingham": 2474,
"Ġpower": 2475,
"angh": 2476,
"oup": 2477,
"ene": 2478,
"eno": 2479,
"enlo": 2480,
"lly": 2481,
"Ġbread": 2482,
"Ġbumper": 2483,
"Ġcent": 2484,
"Ġcal": 2485,
"Ġcamp": 2486,
"Ġname": 2487,
"Ġnap": 2488,
"Ġnumber": 2489,
"ition": 2490,
"Ġline": 2491,
"Ġloop": 2492,
"Ġlife": 2493,
"Ġtiming": 2494,
"ics": 2495,
"iche": 2496,
"Ġinc": 2497,
"Ġincrease": 2498,
"Ġreun": 2499,
"Ġdance": 2500,
"Ġdates": 2501,
"Ġant": 2502,
"Ġgarb": 2503,
"aron": 2504,
"ĠIN": 2505,
"Ġreminded": 2506,
"Ġthumbs": 2507,
"veland": 2508,
"Ġok": 2509,
"Ġbeer": 2510,
"Ġeast": 2511,
"ĠSale": 2512,
"ĠSanta": 2513,
"Ġunder": 2514,
"hows": 2515,
"ĠMO": 2516,
"ĠMor": 2517,
"ĠMinn": 2518,
"ĠMary": 2519,
"ĠMIN": 2520,
"ĠTw": 2521,
"ĠCold": 2522,
"ĠCelcius": 2523,
"idge": 2524,
"unes": 2525,
"ada": 2526,
"alo": 2527,
"Ġ55": 2528,
"ĠAven": 2529,
"ĠAND": 2530,
"ĠPens": 2531,
"Ġlevel": 2532,
"ĠFre": 2533,
"ĠFarm": 2534,
"ames": 2535,
"ĠBar": 2536,
"ĠBill": 2537,
"ĠBel": 2538,
"ĠBlvd": 2539,
"Ġheat": 2540,
"Ġ70": 2541,
"Ġ41": 2542,
"Ġ49": 2543,
"ĠJul": 2544,
"Ġrainco": 2545,
"opical": 2546,
"Ġmornings": 2547,
"lyn": 2548,
"ĠHER": 2549,
"allow": 2550,
"Ġable": 2551,
"Ġalong": 2552,
"Ġalread": 2553,
"andy": 2554,
"Ġhomework": 2555,
"ĠRoute": 2556,
"ĠRiver": 2557,
"cean": 2558,
"ĠEv": 2559,
"ieber": 2560,
"lock": 2561,
"olis": 2562,
"Ġsearch": 2563,
"ĠKim": 2564,
"Ġnearby": 2565,
"ustral": 2566,
"Ġshowing": 2567,
"Ġexerc": 2568,
"Ġheaviest": 2569,
"ĠValley": 2570,
"duce": 2571,
"Ġprep": 2572,
"arding": 2573,
"Ġclose": 2574,
"Ġarriving": 2575,
"apolis": 2576,
"Ġovernight": 2577,
"things": 2578,
"Ġreported": 2579,
"Ġtropical": 2580,
"Ġlightest": 2581,
"egin": 2582,
"ign": 2583,
"Ġmondays": 2584,
"Ġfundra": 2585,
"Ġfriends": 2586,
"Ġshortest": 2587,
"ĠMarch": 2588,
"Ġboston": 2589,
"Ġdetails": 2590,
"Ġstorms": 2591,
"Ġclosures": 2592,
"This": 2593,
"ĠBrook": 2594,
"Ġcooking": 2595,
"Ġpercent": 2596,
"ARM": 2597,
"lington": 2598,
"Ġhits": 2599,
"Ġbedtime": 2600,
"Ġpresent": 2601,
"Ġannual": 2602,
"Ġjams": 2603,
"ĠUncle": 2604,
"airs": 2605,
"ĠSteve": 2606,
"Ġheaded": 2607,
"Alert": 2608,
"Ġregarding": 2609,
"Ġthird": 2610,
"Ġthirty": 2611,
"ĠMadrid": 2612,
"Ġcontact": 2613,
"ILL": 2614,
"Ġsitu": 2615,
"ĠCleveland": 2616,
"ĠLucy": 2617,
"Ġalternate": 2618,
"ĠWhatsApp": 2619,
"Ġinformation": 2620,
"ĠDavid": 2621,
"acola": 2622,
"Ġintervals": 2623,
"UTES": 2624,
"ydney": 2625,
"Ġenough": 2626,
"Ġatlanta": 2627,
"ĠALARM": 2628,
"ontinue": 2629,
"Ġadvis": 2630,
"Forecast": 2631,
"Ġdestination": 2632,
"ĠMilwaukee": 2633,
"ĠLaura": 2634,
"ĠHollywood": 2635,
"Ġrecycling": 2636,
"ĠFebruary": 2637,
"Ġahead": 2638,
"anghai": 2639,
"Ġreunion": 2640,
"Ġgarbage": 2641,
"ĠSalem": 2642,
"ĠMINUTES": 2643,
"ĠPensacola": 2644,
"Ġraincoat": 2645,
"Ġalready": 2646,
"ustralia": 2647,
"Ġfundrais": 2648,
"'m": 2649,
"AD": 2650,
"Be": 2651,
"EL": 2652,
"Hel": 2653,
"LD": 2654,
"Like": 2655,
"MESS": 2656,
"NY": 2657,
"Need": 2658,
"OT": 2659,
"RI": 2660,
"You": 2661,
"ao": 2662,
"aus": 2663,
"bu": 2664,
"bec": 2665,
"back": 2666,
"bound": 2667,
"ces": 2668,
"cast": 2669,
"cip": 2670,
"crip": 2671,
"crack": 2672,
"des": 2673,
"dent": 2674,
"display": 2675,
"ev": 2676,
"eapolis": 2677,
"fun": 2678,
"fast": 2679,
"fect": 2680,
"ger": 2681,
"gar": 2682,
"gia": 2683,
"hio": 2684,
"hib": 2685,
"ipp": 2686,
"just": 2687,
"kes": 2688,
"lin": 2689,
"lic": 2690,
"lies": 2691,
"mond": 2692,
"miss": 2693,
"most": 2694,
"pa": 2695,
"pend": 2696,
"pike": 2697,
"pull": 2698,
"range": 2699,
"sa": 2700,
"say": 2701,
"take": 2702,
"ture": 2703,
"uck": 2704,
"ular": 2705,
"wake": 2706,
"zona": 2707,
"Ġ(": 2708,
"Ġ)": 2709,
"Ġri": 2710,
"ĠRe": 2711,
"Ġest": 2712,
"Ġenter": 2713,
"ĠâĢ": 2714,
"Ġtu": 2715,
"Ġtv": 2716,
"Ġtaylor": 2717,
"Ġtampa": 2718,
"Ġass": 2719,
"Ġaunt": 2720,
"inate": 2721,
"Ġmum": 2722,
"Ġmich": 2723,
"Ġtook": 2724,
"ors": 2725,
"Ġtheater": 2726,
"ern": 2727,
"erent": 2728,
"erry": 2729,
"Ġsing": 2730,
"Ġsus": 2731,
"Ġserv": 2732,
"Ġsince": 2733,
"Ġsales": 2734,
"ats": 2735,
"atus": 2736,
"lake": 2737,
"Ġwine": 2738,
"Ġwife": 2739,
"Ġwrite": 2740,
"Ġwanna": 2741,
"Ġpri": 2742,
"Ġpast": 2743,
"Ġpant": 2744,
"Ġpool": 2745,
"lling": 2746,
"llino": 2747,
"imore": 2748,
"imated": 2749,
"iminate": 2750,
"Ġbot": 2751,
"Ġball": 2752,
"Ġbag": 2753,
"Ġbath": 2754,
"Ġcould": 2755,
"Ġcenter": 2756,
"Ġcelsius": 2757,
"Ġcelcius": 2758,
"Ġcele": 2759,
"Ġcaus": 2760,
"Ġnorth": 2761,
"ito": 2762,
"itter": 2763,
"Ġlos": 2764,
"Ġlittle": 2765,
"Ġhard": 2766,
"Ġhig": 2767,
"Ġhik": 2768,
"Ġhold": 2769,
"Ġrent": 2770,
"Ġdes": 2771,
"Ġdallas": 2772,
"Ġdress": 2773,
"Ġdiff": 2774,
"Ġangeles": 2775,
"Ġgames": 2776,
"omm": 2777,
"leans": 2778,
"ĠInt": 2779,
"ĠInd": 2780,
"ĠIllino": 2781,
"utcrack": 2782,
"Ġearl": 2783,
"Ġeye": 2784,
"ĠSE": 2785,
"ĠSm": 2786,
"ĠSally": 2787,
"urham": 2788,
"Ġ14": 2789,
"rown": 2790,
"endar": 2791,
"Ġfront": 2792,
"ĠMet": 2793,
"ĠMenlo": 2794,
"ĠMiche": 2795,
"rib": 2796,
"rian": 2797,
"riend": 2798,
"ĠTal": 2799,
"ĠTop": 2800,
"ĠTime": 2801,
"Ġyet": 2802,
"ĠCor": 2803,
"ĠCount": 2804,
"Ġ37": 2805,
"ider": 2806,
"unk": 2807,
"Ġ59": 2808,
"isting": 2809,
"ĠAT": 2810,
"ĠAla": 2811,
"ĠApp": 2812,
"ĠAlex": 2813,
"ĠPas": 2814,
"ĠPaul": 2815,
"ota": 2816,
"ĠFL": 2817,
"Ġstay": 2818,
"Ġstopp": 2819,
"Ġstatus": 2820,
"eston": 2821,
"ĠBra": 2822,
"ĠBal": 2823,
"ĠBro": 2824,
"ĠBuff": 2825,
"ĠBieber": 2826,
"ĠBrian": 2827,
"ump": 2828,
"ĠDon": 2829,
"ĠDurham": 2830,
"ĠJe": 2831,
"ĠJess": 2832,
"ĠLe": 2833,
"ĠLy": 2834,
"ĠNE": 2835,
"ĠNick": 2836,
"ope": 2837,
"Ġ98": 2838,
"Ġlawn": 2839,
"Ġchilly": 2840,
"ĠHar": 2841,
"ĠHapp": 2842,
"Ġnews": 2843,
"aven": 2844,
"Ġshuffle": 2845,
"Ġshoes": 2846,
"Ġalmost": 2847,
"Ġmonths": 2848,
"ational": 2849,
"ĠGA": 2850,
"ĠGarden": 2851,
"ĠRob": 2852,
"ĠRich": 2853,
"ĠRale": 2854,
"rents": 2855,
"ovember": 2856,
"ĠETA": 2857,
"ĠOm": 2858,
"ĠOhio": 2859,
"Ġcol": 2860,
"ĠThank": 2861,
"olk": 2862,
"Ġcomedy": 2863,
"ĠKey": 2864,
"Ġpickup": 2865,
"ific": 2866,
"Does": 2867,
"Ġknows": 2868,
"acy": 2869,
"Respond": 2870,
"ared": 2871,
"Ġexit": 2872,
"Ġexisting": 2873,
"ĠVA": 2874,
"ourne": 2875,
"Ġlooks": 2876,
"ĠState": 2877,
"ĠJoe": 2878,
"Ġspring": 2879,
"aulo": 2880,
"Ġprecip": 2881,
"shire": 2882,
"aha": 2883,
"ape": 2884,
"Ġsays": 2885,
"osp": 2886,
"Ġsoft": 2887,
"Ġexpecting": 2888,
"ĠBeyonce": 2889,
"ubtract": 2890,
"Ġyears": 2891,
"Ġhighways": 2892,
"Ġ2017": 2893,
"Ġplan": 2894,
"gether": 2895,
"Ġfreeze": 2896,
"ĠMaria": 2897,
"Ġbills": 2898,
"ĠRock": 2899,
"Ġride": 2900,
"Ġunivers": 2901,
"Ġuncle": 2902,
"Ġflooded": 2903,
"Ġremember": 2904,
"Ġreschedule": 2905,
"oga": 2906,
"Ġprov": 2907,
"dele": 2908,
"Ġnoise": 2909,
"Ġjohn": 2910,
"ressway": 2911,
"Ġprescrip": 2912,
"Ġfinal": 2913,
"Quiet": 2914,
"Ġsaid": 2915,
"ĠGrandma": 2916,
"ĠYears": 2917,
"Ġpicn": 2918,
"OULD": 2919,
"Ġski": 2920,
"Ġregister": 2921,
"Ġhate": 2922,
"ĠJamie": 2923,
"Ġalternative": 2924,
"Ġzoo": 2925,
"Increase": 2926,
"Ġelect": 2927,
"altimore": 2928,
"ĠWilliam": 2929,
"Ġthunderstorms": 2930,
"AGE": 2931,
"ĠQueen": 2932,
"Ġscreen": 2933,
"lahoma": 2934,
"ĠArizona": 2935,
"ĠOklahoma": 2936,
"Ġsupplies": 2937,
"Ġcongestion": 2938,
"Comedy": 2939,
"FFIC": 2940,
"ĠMichigan": 2941,
"ĠEngland": 2942,
"Ġpredicted": 2943,
"Art": 2944,
"gram": 2945,
"irmingham": 2946,
"Ġfifteen": 2947,
"Ġcalendar": 2948,
"Ġincl": 2949,
"ĠMinneapolis": 2950,
"ĠColdplay": 2951,
"ĠAvenue": 2952,
"alloween": 2953,
"Ġpercentage": 2954,
"Ġsituation": 2955,
"Help": 2956,
"MESSAGE": 2957,
"Ġprior": 2958,
"Ġcelebr": 2959,
"Ġhiking": 2960,
"Ġdifferent": 2961,
"ĠIllinois": 2962,
"utcracker": 2963,
"Ġearlier": 2964,
"ĠMichelle": 2965,
"Ġstopped": 2966,
"ĠRaleigh": 2967,
"Ġprecipitation": 2968,
"At": 2969,
"AFFIC": 2970,
"Bring": 2971,
"CT": 2972,
"Clo": 2973,
"Continue": 2974,
"Distance": 2975,
"DAY": 2976,
"ED": 2977,
"Er": 2978,
"Friday": 2979,
"Free": 2980,
"Family": 2981,
"GH": 2982,
"He": 2983,
"Holiday": 2984,
"HOULD": 2985,
"MA": 2986,
"NOW": 2987,
"ON": 2988,
"PM": 2989,
"Pull": 2990,
"ROM": 2991,
"REMIND": 2992,
"RAFFIC": 2993,
"Silence": 2994,
"Subtract": 2995,
"Timer": 2996,
"Write": 2997,
"ae": 2998,
"aut": 2999,
"ael": 3000,
"bur": 3001,
"bert": 3002,
"beat": 3003,
"bring": 3004,
"bourne": 3005,
"cel": 3006,
"cal": 3007,
"could": 3008,
"events": 3009,
"ful": 3010,
"gas": 3011,
"gage": 3012,
"got": 3013,
"hood": 3014,
"ira": 3015,
"iot": 3016,
"ize": 3017,
"ience": 3018,
"ji": 3019,
"kype": 3020,
"lt": 3021,
"lub": 3022,
"loop": 3023,
"min": 3024,
"met": 3025,
"mont": 3026,
"nes": 3027,
"not": 3028,
"ock": 3029,
"oint": 3030,
"occ": 3031,
"part": 3032,
"ptember": 3033,
"rick": 3034,
"so": 3035,
"sburg": 3036,
"ta": 3037,
"ten": 3038,
"town": 3039,
"tions": 3040,
"tgage": 3041,
"ua": 3042,
"uce": 3043,
"ually": 3044,
"ves": 3045,
"val": 3046,
"vie": 3047,
"wer": 3048,
"would": 3049,
"watch": 3050,
"yo": 3051,
"ys": 3052,
"yan": 3053,
"yste": 3054,
"za": 3055,
"ĠX": 3056,
"Ġent": 3057,
"Ġeng": 3058,
"Ġkey": 3059,
"Ġtru": 3060,
"Ġturkey": 3061,
"Ġav": 3062,
"Ġaudio": 3063,
"increase": 3064,
"Ġmow": 3065,
"Ġmike": 3066,
"Ġmix": 3067,
"Ġmade": 3068,
"hest": 3069,
"Ġtoo": 3070,
"Ġtogether": 3071,
"orrow": 3072,
"Ġtheat": 3073,
"rem": 3074,
"ret": 3075,
"real": 3076,
"Ġfly": 3077,
"Ġfine": 3078,
"Ġfire": 3079,
"Ġfield": 3080,
"Ġsur": 3081,
"Ġsist": 3082,
"Ġsam": 3083,
"Ġsand": 3084,
"Ġsame": 3085,
"Ġsyste": 3086,
"ately": 3087,
"lack": 3088,
"Ġwave": 3089,
"Ġwash": 3090,
"Ġwere": 3091,
"Ġwait": 3092,
"ison": 3093,
"ishing": 3094,
"ett": 3095,
"eters": 3096,
"esha": 3097,
"Ġpull": 3098,
"Ġphoenix": 3099,
"Ġpurch": 3100,
"Ġperson": 3101,
"Ġpizza": 3102,
"ouver": 3103,
"imeters": 3104,
"Ġbi": 3105,
"Ġbet": 3106,
"Ġbay": 3107,
"Ġbake": 3108,
"Ġband": 3109,
"Ġbaking": 3110,
"Ġcr": 3111,
"Ġcut": 3112,
"Ġcup": 3113,
"Ġcraft": 3114,
"Ġcoup": 3115,
"Ġmemb": 3116,
"Ġmedit": 3117,
"Ġnice": 3118,
"ited": 3119,
"itam": 3120,
"Ġlo": 3121,
"ices": 3122,
"icip": 3123,
"ases": 3124,
"asse": 3125,
"Ġhi": 3126,
"Ġret": 3127,
"Ġreturn": 3128,
"Ġregg": 3129,
"Ġreply": 3130,
"Ġdis": 3131,
"Ġdish": 3132,
"Ġdecember": 3133,
"Ġglad": 3134,
"rab": 3135,
"Ġwell": 3136,
"arth": 3137,
"arry": 3138,
"omorrow": 3139,
"ĠIn": 3140,
"ĠItal": 3141,
"Ġreminding": 3142,
"gel": 3143,
"utes": 3144,
"Ġbeyonce": 3145,
"Ġbeaut": 3146,
"Ġeas": 3147,
"ĠSU": 3148,
"ĠSu": 3149,
"ĠShow": 3150,
"ĠSil": 3151,
"ĠSqu": 3152,
"ĠSydney": 3153,
"Ġmint": 3154,
"Ġfridge": 3155,
"entral": 3156,
"essee": 3157,
"oots": 3158,
"ĠME": 3159,
"ĠMin": 3160,
"ĠMag": 3161,
"ĠMark": 3162,
"ĠMount": 3163,
"ĠMac": 3164,
"ĠMiss": 3165,
"ĠMarket": 3166,
"ĠMatt": 3167,
"cho": 3168,
"React": 3169,
"ĠTo": 3170,
"ĠTony": 3171,
"ĠTenn": 3172,
"ĠTRAFFIC": 3173,
"Ġgosp": 3174,
"ĠCH": 3175,
"ĠCO": 3176,
"ĠCong": 3177,
"ĠCentral": 3178,
"unity": 3179,
"Ġdoor": 3180,
"Ġupbeat": 3181,
"adway": 3182,
"Ġgets": 3183,
"ancouver": 3184,
"Ġ26": 3185,
"ĠAf": 3186,
"ĠAs": 3187,
"ĠAmer": 3188,
"ĠAustralia": 3189,
"ĠAdele": 3190,
"Reminder": 3191,
"ĠPete": 3192,
"ĠPalm": 3193,
"othes": 3194,
"ĠFROM": 3195,
"Ġstuff": 3196,
"Ġstadium": 3197,
"Ġteeth": 3198,
"esting": 3199,
"ilm": 3200,
"Ġhouston": 3201,
"ĠBl": 3202,
"ĠBay": 3203,
"ĠBack": 3204,
"ĠBirthday": 3205,
"ĠBridge": 3206,
"ĠBilly": 3207,
"ĠBirmingham": 3208,
"Ġ64": 3209,
"Ġmortgage": 3210,
"Ġneeded": 3211,
"Ġheart": 3212,
"Ġ44": 3213,
"ĠDes": 3214,
"ĠDave": 3215,
"ĠJon": 3216,
"ĠJill": 3217,
"ĠJazz": 3218,
"ĠJersey": 3219,
"Ġmessaged": 3220,
"ĠLong": 3221,
"ĠLake": 3222,
"ĠLam": 3223,
"ĠLink": 3224,
"ĠLinda": 3225,
"Ġrainy": 3226,
"Ġrainfall": 3227,
"Ġanymore": 3228,
"ĠWood": 3229,
"ĠWeek": 3230,
"ĠNat": 3231,
"ĠNight": 3232,
"ĠNovember": 3233,
"ĠNutcracker": 3234,
"open": 3235,
"Ġlar": 3236,
"Ġlaunch": 3237,
"Ġlanes": 3238,
"Ġconvent": 3239,
"irt": 3240,
"irgin": 3241,
"Ġchar": 3242,
"Ġchand": 3243,
"ĠHi": 3244,
"ĠHild": 3245,
"ĠHills": 3246,
"ĠHwy": 3247,
"Ġnewest": 3248,
"anything": 3249,
"ford": 3250,
"Ġshop": 3251,
"Ġkid": 3252,
"Ġvery": 3253,
"onder": 3254,
"vere": 3255,
"verse": 3256,
"ĠChrist": 3257,
"ĠChina": 3258,
"ipe": 3259,
"anda": 3260,
"ĠGil": 3261,
"Ġroom": 3262,
"ĠRed": 3263,
"ĠRyan": 3264,
"cep": 3265,
"room": 3266,
"ĠSaturdays": 3267,
"ĠExp": 3268,
"ĠOak": 3269,
"ĠOne": 3270,
"Ġcoast": 3271,
"Ġappointments": 3272,
"ĠThom": 3273,
"oling": 3274,
"Ġsele": 3275,
"Ġseptember": 3276,
"Ġsevere": 3277,
"ĠKate": 3278,
"ĠKell": 3279,
"ĠKath": 3280,
"ĠKenny": 3281,
"ĠKesha": 3282,
"ssible": 3283,
"Ġstarted": 3284,
"quer": 3285,
"ĠSundays": 3286,
"Ġtelling": 3287,
"Ġorgan": 3288,
"Ġtracks": 3289,
"Ġhighs": 3290,
"Ġcars": 3291,
"Ġexhib": 3292,
"ĠVirgin": 3293,
"Ġbuying": 3294,
"chester": 3295,
"Ġmilwaukee": 3296,
"next": 3297,
"Ġaccount": 3298,
"Ġcoldest": 3299,
"stone": 3300,
"ĠStop": 3301,
"ĠJoel": 3302,
"ĠJosh": 3303,
"ĠUP": 3304,
"uebec": 3305,
"Ġarrival": 3306,
"apan": 3307,
"ocal": 3308,
"iamond": 3309,
"Ġcleared": 3310,
"osc": 3311,
"Ġnotes": 3312,
"ĠAngel": 3313,
"Ġturnpike": 3314,
"Ġarrived": 3315,
"ampton": 3316,
"Ġlocal": 3317,
"ĠBeijing": 3318,
"ĠOrleans": 3319,
"inki": 3320,
"Ġ405": 3321,
"ĠBoise": 3322,
"ulf": 3323,
"ulu": 3324,
"Ġquiet": 3325,
"Ġclothes": 3326,
"ĠTOM": 3327,
"Ġtenn": 3328,
"gging": 3329,
"ians": 3330,
"rica": 3331,
"Ġletting": 3332,
"Ġstreets": 3333,
"ĠFrance": 3334,
"Ġboth": 3335,
"Ġboss": 3336,
"EST": 3337,
"Ġpoint": 3338,
"Ġpossible": 3339,
"athan": 3340,
"Ġreserv": 3341,
"ĠBrit": 3342,
"Ġparents": 3343,
"annah": 3344,
"Ġtraining": 3345,
"Ġquicker": 3346,
"ĠCharleston": 3347,
"Ġjogging": 3348,
"NDAY": 3349,
"ĠZe": 3350,
"Ġpopular": 3351,
"lvis": 3352,
"ĠManila": 3353,
"Ġheading": 3354,
"works": 3355,
"Ġskating": 3356,
"Ġcredit": 3357,
"Ġcreated": 3358,
"Ġcanceled": 3359,
"ĠDaniel": 3360,
"ĠTIME": 3361,
"ĠArbor": 3362,
"ĠGeorgia": 3363,
"Ġvegas": 3364,
"Ġprice": 3365,
"immed": 3366,
"ĠScott": 3367,
"ĠScotland": 3368,
"Ġartists": 3369,
"Ġsports": 3370,
"Ġsporting": 3371,
"labama": 3372,
"Ġblizz": 3373,
"Ġcourt": 3374,
"Ġcourse": 3375,
"ĠMaine": 3376,
"ĠWEE": 3377,
"Ġmetal": 3378,
"Ġinvite": 3379,
"Ġspecial": 3380,
"ĠColumbus": 3381,
"ĠColumbia": 3382,
"Ġneighborhood": 3383,
"Ġfloss": 3384,
"Ġnormal": 3385,
"Ġreading": 3386,
"ĠSheeran": 3387,
"ĠMelbourne": 3388,
"ĠProvo": 3389,
"Ġhelp": 3390,
"ĠLIKE": 3391,
"Ġvolume": 3392,
"ĠMontreal": 3393,
"Ġdrinks": 3394,
"Looking": 3395,
"ĠQuebec": 3396,
"Ġkeep": 3397,
"Ġwhole": 3398,
"Ġcentimeters": 3399,
"ĠBarcel": 3400,
"Ġexercise": 3401,
"Ġadvisory": 3402,
"Ġfundraiser": 3403,
"Ġestimated": 3404,
"Ġtuition": 3405,
"Ġassign": 3406,
"Ġsuspend": 3407,
"Ġcausing": 3408,
"Ġhardy": 3409,
"Ġhighest": 3410,
"ĠSmith": 3411,
"ĠCounty": 3412,
"ĠApple": 3413,
"ĠBuffalo": 3414,
"ĠHappy": 3415,
"ĠOmaha": 3416,
"ĠThanks": 3417,
"ospital": 3418,
"Ġuniversal": 3419,
"Ġpicnic": 3420,
"Ġelectric": 3421,
"Erase": 3422,
"Ġengage": 3423,
"Ġtheatre": 3424,
"Ġsisters": 3425,
"Ġsystem": 3426,
"Ġpurchase": 3427,
"Ġmembers": 3428,
"Ġgospel": 3429,
"ĠLinkin": 3430,
"Ġchandler": 3431,
"ĠHilda": 3432,
"ĠKathy": 3433,
"ĠVirginia": 3434,
"ĠBarcelona": 3435,
"'d": 3436,
"94": 3437,
"AL": 3438,
"AM": 3439,
"Ad": 3440,
"Ans": 3441,
"Begin": 3442,
"CK": 3443,
"Con": 3444,
"Cle": 3445,
"Current": 3446,
"Count": 3447,
"De": 3448,
"Fun": 3449,
"GA": 3450,
"HI": 3451,
"Hit": 3452,
"HOW": 3453,
"Halt": 3454,
"Halloween": 3455,
"IR": 3456,
"IS": 3457,
"IT": 3458,
"It": 3459,
"Kids": 3460,
"LE": 3461,
"Le": 3462,
"Laugh": 3463,
"Local": 3464,
"Mad": 3465,
"NI": 3466,
"Now": 3467,
"NING": 3468,
"Ok": 3469,
"Op": 3470,
"Out": 3471,
"Pro": 3472,
"Ring": 3473,
"Red": 3474,
"ROW": 3475,
"So": 3476,
"Sport": 3477,
"School": 3478,
"TE": 3479,
"To": 3480,
"There": 3481,
"Wow": 3482,
"Wish": 3483,
"af": 3484,
"ala": 3485,
"aff": 3486,
"aland": 3487,
"awn": 3488,
"bay": 3489,
"bany": 3490,
"bell": 3491,
"bby": 3492,
"begin": 3493,
"cut": 3494,
"cus": 3495,
"cons": 3496,
"clock": 3497,
"don": 3498,
"dis": 3499,
"did": 3500,
"dify": 3501,
"directions": 3502,
"ef": 3503,
"em": 3504,
"fa": 3505,
"fo": 3506,
"gn": 3507,
"gst": 3508,
"ground": 3509,
"glass": 3510,
"hite": 3511,
"hanna": 3512,
"ient": 3513,
"iate": 3514,
"ients": 3515,
"jor": 3516,
"ken": 3517,
"li": 3518,
"len": 3519,
"lick": 3520,
"lumber": 3521,
"mark": 3522,
"mouth": 3523,
"ni": 3524,
"nel": 3525,
"nack": 3526,
"nie": 3527,
"nival": 3528,
"oe": 3529,
"oth": 3530,
"oji": 3531,
"pot": 3532,
"pac": 3533,
"pass": 3534,
"rat": 3535,
"ran": 3536,
"rate": 3537,
"rop": 3538,
"rink": 3539,
"sc": 3540,
"sur": 3541,
"sie": 3542,
"sville": 3543,
"scre": 3544,
"silence": 3545,
"tles": 3546,
"udit": 3547,
"udy": 3548,
"ude": 3549,
"wl": 3550,
"was": 3551,
"wine": 3552,
"why": 3553,
"xas": 3554,
"xico": 3555,
"yn": 3556,
"Ġ$": 3557,
"Ġing": 3558,
"Ġown": 3559,
"Ġimmed": 3560,
"Ġter": 3561,
"Ġtre": 3562,
"Ġtest": 3563,
"Ġtask": 3564,
"Ġtakes": 3565,
"Ġaut": 3566,
"Ġaugust": 3567,
"Ġaustin": 3568,
"Ġaware": 3569,
"inc": 3570,
"ini": 3571,
"ining": 3572,
"Ġmm": 3573,
"Ġmic": 3574,
"Ġmad": 3575,
"Ġmark": 3576,
"Ġmax": 3577,
"hel": 3578,
"hem": 3579,
"hew": 3580,
"heast": 3581,
"Ġtom": 3582,
"Ġtow": 3583,
"Ġtool": 3584,
"Ġtotal": 3585,
"ores": 3586,
"oring": 3587,
"onol": 3588,
"rew": 3589,
"rease": 3590,
"ream": 3591,
"return": 3592,
"Ġfe": 3593,
"Ġfla": 3594,
"Ġfew": 3595,
"Ġfound": 3596,
"Ġfish": 3597,
"Ġfoll": 3598,
"Ġfishing": 3599,
"Ġsat": 3600,
"Ġsim": 3601,
"Ġsess": 3602,
"Ġsacramento": 3603,
"Ġslick": 3604,
"Ġsnack": 3605,
"atie": 3606,
"atter": 3607,
"atlin": 3608,
"last": 3609,
"Ġwr": 3610,
"Ġwat": 3611,
"iscons": 3612,
"Ġforward": 3613,
"Ġforgot": 3614,
"ese": 3615,
"esville": 3616,
"ayla": 3617,
"ingo": 3618,
"Ġpil": 3619,
"Ġportland": 3620,
"Ġpod": 3621,
"Ġparis": 3622,
"Ġpills": 3623,
"Ġplumber": 3624,
"anes": 3625,
"ania": 3626,
"anqu": 3627,
"anama": 3628,
"oura": 3629,
"ener": 3630,
"llen": 3631,
"imit": 3632,
"Ġbit": 3633,
"Ġbra": 3634,
"Ġbar": 3635,
"Ġbro": 3636,
"Ġbirth": 3637,
"Ġbob": 3638,
"Ġbig": 3639,
"Ġbrown": 3640,
"Ġbaltimore": 3641,
"Ġboots": 3642,
"indy": 3643,
"Ġcir": 3644,
"Ġcant": 3645,
"Ġcities": 3646,
"Ġcere": 3647,
"Ġmeat": 3648,
"Ġmexico": 3649,
"Ġny": 3650,
"iting": 3651,
"Ġlouis": 3652,
"Ġlimit": 3653,
"ican": 3654,
"icke": 3655,
"Ġinside": 3656,
"Ġinfo": 3657,
"Ġinsur": 3658,
"asota": 3659,
"Ġhall": 3660,
"Ġhand": 3661,
"Ġhunt": 3662,
"Ġhwy": 3663,
"Ġhaven": 3664,
"Ġhospital": 3665,
"Ġrel": 3666,
"Ġrep": 3667,
"Ġrele": 3668,
"Ġrestart": 3669,
"Ġreview": 3670,
"Ġreocc": 3671,
"Ġdew": 3672,
"Ġansw": 3673,
"Ġongo": 3674,
"Ġglo": 3675,
"Ġgara": 3676,
"raine": 3677,
"raph": 3678,
"rawl": 3679,
"Ġisland": 3680,
"argo": 3681,
"arget": 3682,
"arasota": 3683,
"oming": 3684,
"ĠIT": 3685,
"Ġthru": 3686,
"Ġits": 3687,
"Ġold": 3688,
"Ġocean": 3689,
"Ġbeat": 3690,
"Ġbeijing": 3691,
"Ġeve": 3692,
"edians": 3693,
"ĠSc": 3694,
"ĠSat": 3695,
"ĠSel": 3696,
"ĠSun": 3697,
"ĠSao": 3698,
"ĠSkype": 3699,
"urning": 3700,
"urlington": 3701,
"eliminate": 3702,
"Hows": 3703,
"Ġfrost": 3704,
"ights": 3705,
"ighton": 3706,
"oof": 3707,
"ooth": 3708,
"ĠMy": 3709,
"ĠMer": 3710,
"ĠMes": 3711,
"ĠMid": 3712,
"ĠMart": 3713,
"ĠMumb": 3714,
"ĠMina": 3715,
"ĠMaster": 3716,
"ĠMuseum": 3717,
"ĠMosc": 3718,
"christmas": 3719,
"Ġever": 3720,
"Record": 3721,
"ĠTX": 3722,
"ĠTun": 3723,
"ĠTurn": 3724,
"ĠTraffic": 3725,
"ĠTok": 3726,
"ĠTurkey": 3727,
"Ġyard": 3728,
"ĠCo": 3729,
"ĠCher": 3730,
"ĠCare": 3731,
"ĠCamp": 3732,
"ĠCann": 3733,
"ĠCair": 3734,
"ĠCOM": 3735,
"ĠChes": 3736,
"ĠClub": 3737,
"ĠCindy": 3738,
"Ġ32": 3739,
"Ġ36": 3740,
"ident": 3741,
"idence": 3742,
"unge": 3743,
"Ġrick": 3744,
"Ġround": 3745,
"thony": 3746,
"alth": 3747,
"alert": 3748,
"ancing": 3749,
"Ġ52": 3750,
"Ġ54": 3751,
"Ġ57": 3752,
"arta": 3753,
"arts": 3754,
"ĠAN": 3755,
"ĠAk": 3756,
"ĠAll": 3757,
"ĠAnd": 3758,
"ĠAir": 3759,
"ĠAsh": 3760,
"ĠAmy": 3761,
"ĠAlabama": 3762,
"ĠAbby": 3763,
"ckpot": 3764,
"ĠPA": 3765,
"ĠPat": 3766,
"ĠPla": 3767,
"ĠPen": 3768,
"ĠPort": 3769,
"ĠPara": 3770,
"ĠPink": 3771,
"ĠPitch": 3772,
"ĠPitt": 3773,
"ĠPres": 3774,
"ĠPizza": 3775,
"ĠPaulo": 3776,
"ĠPanama": 3777,
"ote": 3778,
"ots": 3779,
"ĠFl": 3780,
"ĠFle": 3781,
"ĠFather": 3782,
"ĠFall": 3783,
"ĠFlo": 3784,
"ĠFriend": 3785,
"Ġstate": 3786,
"Ġstove": 3787,
"Ġstones": 3788,
"Ġstars": 3789,
"Ġtexas": 3790,
"Ġsetting": 3791,
"illa": 3792,
"ilton": 3793,
"ĠBen": 3794,
"ĠBrent": 3795,
"ĠBank": 3796,
"ĠBarb": 3797,
"ĠBible": 3798,
"ĠBurlington": 3799,
"Ġ630": 3800,
"umni": 3801,
"Ġrad": 3802,
"Ġrally": 3803,
"ĠDec": 3804,
"ĠDowntown": 3805,
"ĠJay": 3806,
"ĠJen": 3807,
"ĠJake": 3808,
"ĠJust": 3809,
"ĠJour": 3810,
"ĠJord": 3811,
"ĠJapan": 3812,
"Ġ84": 3813,
"ĠLub": 3814,
"ĠLily": 3815,
"ĠLaw": 3816,
"ĠLiz": 3817,
"Ġplays": 3818,
"Ġanywhere": 3819,
"ĠWA": 3820,
"ĠWy": 3821,
"ĠWal": 3822,
"ĠWOR": 3823,
"ĠWAY": 3824,
"ĠWhite": 3825,
"ĠWiscons": 3826,
"urel": 3827,
"ĠNe": 3828,
"ĠNo": 3829,
"ĠNort": 3830,
"ĠNap": 3831,
"ĠNico": 3832,
"opy": 3833,
"ople": 3834,
"Ġ92": 3835,
"Ġ93": 3836,
"Ġ94": 3837,
"erton": 3838,
"Ġbypass": 3839,
"Ġworking": 3840,
"Ġchip": 3841,
"Ġchores": 3842,
"lymp": 3843,
"ĠHE": 3844,
"ĠHill": 3845,
"ĠHun": 3846,
"ĠHot": 3847,
"ĠHam": 3848,
"ĠHall": 3849,
"ĠHels": 3850,
"ĠHoliday": 3851,
"ĠHOU": 3852,
"Ġmoney": 3853,
"eatles": 3854,
"forecast": 3855,
"avannah": 3856,
"Ġshanghai": 3857,
"Ġvitam": 3858,
"ĠChap": 3859,
"andra": 3860,
"ĠGO": 3861,
"ĠGu": 3862,
"ĠGood": 3863,
"ĠGame": 3864,
"ĠGroup": 3865,
"ĠGarth": 3866,
"ĠGulf": 3867,
"Ġjog": 3868,
"Ġjersey": 3869,
"Ġroast": 3870,
"ĠRon": 3871,
"ĠRay": 3872,
"ĠREMIND": 3873,
"ĠMonica": 3874,
"rol": 3875,
"ĠEp": 3876,
"ĠEug": 3877,
"ĠEST": 3878,
"ĠEVE": 3879,
"ĠEVER": 3880,
"ĠElvis": 3881,
"ĠOK": 3882,
"ĠOl": 3883,
"ĠOcean": 3884,
"ĠOlymp": 3885,
"Ġcover": 3886,
"Ġ202": 3887,
"ĠThough": 3888,
"ieve": 3889,
"ctions": 3890,
"load": 3891,
"olate": 3892,
"olland": 3893,
"Ġcomedians": 3894,
"ĠKar": 3895,
"ĠKent": 3896,
"ĠKod": 3897,
"Shoot": 3898,
"iful": 3899,
"ĠYou": 3900,
"Ġsunscre": 3901,
"Ġnightly": 3902,
"Ġago": 3903,
"Ġmodify": 3904,
"Ġarlington": 3905,
"Ġarrange": 3906,
"inem": 3907,
"iving": 3908,
"ivate": 3909,
"ireworks": 3910,
"Ġcarry": 3911,
"Ġcaroling": 3912,
"Ġcarnival": 3913,
"ĠVer": 3914,
"ĠVic": 3915,
"ĠVancouver": 3916,
"akira": 3917,
"never": 3918,
"Ġaccess": 3919,
"ears": 3920,
"ĠStar": 3921,
"ĠStadium": 3922,
"ĠStacy": 3923,
"ĠJoan": 3924,
"Ġspin": 3925,
"Ġsprink": 3926,
"Ġprem": 3927,
"shut": 3928,
"shuffle": 3929,
"ĠUV": 3930,
"ĠUk": 3931,
"ĠUber": 3932,
"Ġclasses": 3933,
"Ġpayments": 3934,
"aping": 3935,
"ocolate": 3936,
"ashion": 3937,
"Ġcounty": 3938,
"ichita": 3939,
"Ġstopwatch": 3940,
"osit": 3941,
"Ġnote": 3942,
"Ġcheese": 3943,
"door": 3944,
"Ġaddress": 3945,
"Ġwearing": 3946,
"Ġlightings": 3947,
"Ġlocally": 3948,
"derdale": 3949,
"ublic": 3950,
"Ġrepeats": 3951,
"Ġdelayed": 3952,
"ERE": 3953,
"Ġwinds": 3954,
"ulations": 3955,
"Ġswing": 3956,
"Ġswim": 3957,
"Ġswitch": 3958,
"ĠTHAT": 3959,
"ĠTHERE": 3960,
"iley": 3961,
"Ġemoji": 3962,
"ĠJohnny": 3963,
"ailab": 3964,
"iano": 3965,
"Ġletter": 3966,
"Ġavoiding": 3967,
"issipp": 3968,
"Ġdads": 3969,
"comedy": 3970,
"Ġdetour": 3971,
"Ġdetroit": 3972,
"Ġdeterg": 3973,
"Ġdidn": 3974,
"ĠAlert": 3975,
"ĠRose": 3976,
"ORROW": 3977,
"Ġends": 3978,
"Ġwatering": 3979,
"Ġpollen": 3980,
"ĠPhil": 3981,
"Ġthemed": 3982,
"ĠBrun": 3983,
"ograph": 3984,
"Ġpaint": 3985,
"Ġprogram": 3986,
"Ġcookie": 3987,
"Ġcookies": 3988,
"ĠSharon": 3989,
"ĠShanghai": 3990,
"ĠShakira": 3991,
"ought": 3992,
"ART": 3993,
"boro": 3994,
"Ġparking": 3995,
"Ġduration": 3996,
"Ġquickly": 3997,
"Ġworld": 3998,
"Ġworry": 3999,
"ansas": 4000,
"Ġbrook": 4001,
"Ġjose": 4002,
"ĠSpringfield": 4003,
"Ġgreen": 4004,
"Ġgrandpa": 4005,
"Ġhaircut": 4006,
"Ġpreschool": 4007,
"Ġwednesdays": 4008,
"berlake": 4009,
"ikes": 4010,
"ĠZak": 4011,
"ĠUnivers": 4012,
"ĠUnited": 4013,
"Ġtoronto": 4014,
"ĠSept": 4015,
"Ġbreakfast": 4016,
"ietta": 4017,
"Ġpackage": 4018,
"Alter": 4019,
"NTS": 4020,
"Ġblog": 4021,
"Ġlessons": 4022,
"ĠMadonna": 4023,
"ĠDanny": 4024,
"itten": 4025,
"ĠCanada": 4026,
"ĠClear": 4027,
"ĠBobby": 4028,
"ĠJames": 4029,
"ĠLuc": 4030,
"Ġparades": 4031,
"imming": 4032,
"ĠTimberlake": 4033,
"ĠTraverse": 4034,
"ĠTommy": 4035,
"Ġringing": 4036,
"Ġbrothers": 4037,
"Ġtornadoes": 4038,
"bock": 4039,
"ĠWhatsapp": 4040,
"Ġaffecting": 4041,
"Ġcross": 4042,
"Ġcrockpot": 4043,
"Ġdeliver": 4044,
"Ġgrunge": 4045,
"ĠDavis": 4046,
"Ġinterval": 4047,
"Dislike": 4048,
"Ġindex": 4049,
"lahasse": 4050,
"Ġpeople": 4051,
"Ġinvol": 4052,
"Ġdaughters": 4053,
"Ġspecific": 4054,
"Ġperforming": 4055,
"ĠGreenville": 4056,
"Ġcongested": 4057,
"Next": 4058,
"Never": 4059,
"Ġ06": 4060,
"Ġaccep": 4061,
"Ġscience": 4062,
"Ġpotat": 4063,
"Ġnormally": 4064,
"Ġgirls": 4065,
"ĠSusie": 4066,
"Ġupdated": 4067,
"Ġupdates": 4068,
"ĠPerfect": 4069,
"ĠLaurel": 4070,
"ĠEminem": 4071,
"ĠKyle": 4072,
"Ġtaxes": 4073,
"Ġsmooth": 4074,
"Ġcamping": 4075,
"ĠTwitter": 4076,
"ĠFred": 4077,
"ĠFarmer": 4078,
"ĠJulie": 4079,
"ĠRiverside": 4080,
"Ġprepare": 4081,
"RIVE": 4082,
"buquer": 4083,
"denton": 4084,
"Ġriver": 4085,
"ĠâĢĻ": 4086,
"ernational": 4087,
"Ġsingle": 4088,
"Ġservice": 4089,
"Ġpants": 4090,
"Ġballet": 4091,
"Ġbathroom": 4092,
"Ġholding": 4093,
"ĠInternational": 4094,
"ĠTallahasse": 4095,
"ĠPaso": 4096,
"ĠBalto": 4097,
"ĠLynn": 4098,
"ĠGardener": 4099,
"Ġcolumb": 4100,
"Ġprescription": 4101,
"Ġskiing": 4102,
"Ġinclud": 4103,
"Close": 4104,
"burgh": 4105,
"partment": 4106,
"Ġavailab": 4107,
"Ġsandals": 4108,
"Ġbetter": 4109,
"Ġmeditation": 4110,
"icipated": 4111,
"Ġreggae": 4112,
"Ġdishes": 4113,
"ĠItaly": 4114,
"Ġbeautiful": 4115,
"ĠSquare": 4116,
"ĠTodd": 4117,
"ĠTennessee": 4118,
"ilmington": 4119,
"ĠBlue": 4120,
"ĠChristina": 4121,
"ĠExpressway": 4122,
"ĠThomas": 4123,
"ĠTOMORROW": 4124,
"Ġtennis": 4125,
"Ġreservations": 4126,
"ĠBritish": 4127,
"ĠZealand": 4128,
"Ġblizzard": 4129,
"Ġassignment": 4130,
"Adjust": 4131,
"Answer": 4132,
"Clear": 4133,
"Open": 4134,
"Reduce": 4135,
"gnore": 4136,
"gstaff": 4137,
"glasses": 4138,
"pacito": 4139,
"ratulations": 4140,
"onolulu": 4141,
"Ġfollow": 4142,
"atlinburg": 4143,
"Ġpodcast": 4144,
"anquet": 4145,
"Ġbrownies": 4146,
"Ġcircus": 4147,
"Ġinsurance": 4148,
"Ġreleases": 4149,
"Ġanswer": 4150,
"Ġongoing": 4151,
"Ġgarage": 4152,
"ĠMumbai": 4153,
"ĠMoscow": 4154,
"ĠTunnel": 4155,
"ĠTokyo": 4156,
"ĠCarey": 4157,
"ĠCannon": 4158,
"ĠCairo": 4159,
"ĠChesney": 4160,
"ĠAirport": 4161,
"ĠBarbara": 4162,
"ĠJourney": 4163,
"ĠLubbock": 4164,
"ĠWORK": 4165,
"ĠWisconsin": 4166,
"ĠNortheast": 4167,
"ĠHelsinki": 4168,
"ĠHOUR": 4169,
"ĠREMINDER": 4170,
"ĠEugene": 4171,
"ĠEVERY": 4172,
"ĠThoughts": 4173,
"ĠKoda": 4174,
"Ġsunscreen": 4175,
"Ġsprinkler": 4176,
"issippi": 4177,
"Ġdetergent": 4178,
"buquerque": 4179,
"ĠTallahassee": 4180,
"Ġavailable": 4181,
"'s": 4182,
"'t": 4183,
"'ll": 4184,
"AN": 4185,
"Act": 4186,
"Acc": 4187,
"AIN": 4188,
"AST": 4189,
"Ang": 4190,
"Audio": 4191,
"Alex": 4192,
"BA": 4193,
"BO": 4194,
"BER": 4195,
"CA": 4196,
"CF": 4197,
"Co": 4198,
"Class": 4199,
"Cont": 4200,
"Craft": 4201,
"DX": 4202,
"EG": 4203,
"EN": 4204,
"EX": 4205,
"El": 4206,
"Ext": 4207,
"End": 4208,
"ENT": 4209,
"Exp": 4210,
"Festival": 4211,
"Favor": 4212,
"FOR": 4213,
"Fireworks": 4214,
"Gre": 4215,
"Gener": 4216,
"Hal": 4217,
"HER": 4218,
"Hey": 4219,
"Hello": 4220,
"ID": 4221,
"IGH": 4222,
"Iran": 4223,
"KOT": 4224,
"Live": 4225,
"Love": 4226,
"Loop": 4227,
"Mid": 4228,
"NC": 4229,
"Off": 4230,
"Our": 4231,
"OIN": 4232,
"PL": 4233,
"PS": 4234,
"Pandora": 4235,
"Ro": 4236,
"Route": 4237,
"SV": 4238,
"Sc": 4239,
"Sp": 4240,
"Say": 4241,
"Sun": 4242,
"Sound": 4243,
"SHOULD": 4244,
"Tw": 4245,
"That": 4246,
"Talk": 4247,
"TOR": 4248,
"Tunes": 4249,
"Tomorrow": 4250,
"UR": 4251,
"Un": 4252,
"UES": 4253,
"VR": 4254,
"Voice": 4255,
"We": 4256,
"Was": 4257,
"Week": 4258,
"Were": 4259,
"WILL": 4260,
"Wipe": 4261,
"XP": 4262,
"YO": 4263,
"Yoga": 4264,
"aft": 4265,
"aper": 4266,
"actor": 4267,
"alan": 4268,
"aipe": 4269,
"be": 4270,
"ban": 4271,
"bra": 4272,
"bar": 4273,
"ble": 4274,
"brow": 4275,
"best": 4276,
"brie": 4277,
"cla": 4278,
"cook": 4279,
"current": 4280,
"care": 4281,
"cue": 4282,
"cul": 4283,
"concert": 4284,
"continue": 4285,
"crib": 4286,
"ding": 4287,
"dom": 4288,
"dam": 4289,
"dont": 4290,
"distance": 4291,
"dical": 4292,
"dients": 4293,
"eet": 4294,
"eak": 4295,
"eah": 4296,
"fay": 4297,
"fix": 4298,
"fish": 4299,
"friend": 4300,
"gy": 4301,
"gle": 4302,
"gal": 4303,
"gie": 4304,
"gare": 4305,
"giving": 4306,
"have": 4307,
"ied": 4308,
"iri": 4309,
"iew": 4310,
"ials": 4311,
"iately": 4312,
"kid": 4313,
"kers": 4314,
"lf": 4315,
"lm": 4316,
"lete": 4317,
"look": 4318,
"lix": 4319,
"lish": 4320,
"lback": 4321,
"me": 4322,
"mo": 4323,
"mon": 4324,
"med": 4325,
"music": 4326,
"mph": 4327,
"mons": 4328,
"modify": 4329,
"net": 4330,
"nut": 4331,
"nast": 4332,
"new": 4333,
"nite": 4334,
"nough": 4335,
"ov": 4336,
"ox": 4337,
"octor": 4338,
"pon": 4339,
"pre": 4340,
"phen": 4341,
"pop": 4342,
"pir": 4343,
"plo": 4344,
"pandora": 4345,
"rill": 4346,
"rut": 4347,
"rince": 4348,
"song": 4349,
"sel": 4350,
"sect": 4351,
"schedule": 4352,
"sleep": 4353,
"sider": 4354,
"tor": 4355,
"tis": 4356,
"then": 4357,
"tree": 4358,
"taylor": 4359,
"tures": 4360,
"tunes": 4361,
"tomorrow": 4362,
"uc": 4363,
"uf": 4364,
"ui": 4365,
"uy": 4366,
"uel": 4367,
"uum": 4368,
"uous": 4369,
"ural": 4370,
"uderdale": 4371,
"very": 4372,
"vard": 4373,
"wen": 4374,
"water": 4375,
"which": 4376,
"write": 4377,
"week": 4378,
"xa": 4379,
"xy": 4380,
"xation": 4381,
"xville": 4382,
"ya": 4383,
"you": 4384,
"yra": 4385,
"ylv": 4386,
"yler": 4387,
"zer": 4388,
"zen": 4389,
"zart": 4390,
"zil": 4391,
"zard": 4392,
"¿½": 4393,
"�": 4394,
"Ġ#": 4395,
"Ġ>": 4396,
"Ġet": 4397,
"Ġide": 4398,
"Ġtit": 4399,
"Ġtut": 4400,
"Ġtri": 4401,
"Ġtal": 4402,
"Ġtire": 4403,
"Ġtig": 4404,
"Ġtests": 4405,
"Ġtina": 4406,
"Ġtiff": 4407,
"Ġave": 4408,
"Ġapril": 4409,
"Ġaustralia": 4410,
"Ġaudit": 4411,
"init": 4412,
"inform": 4413,
"Ġmis": 4414,
"Ġmoon": 4415,
"Ġmount": 4416,
"Ġmph": 4417,
"Ġmatch": 4418,
"hed": 4419,
"heater": 4420,
"heville": 4421,
"hester": 4422,
"hears": 4423,
"Ġtok": 4424,
"Ġtoil": 4425,
"Ġtours": 4426,
"Ġtoward": 4427,
"Ġtonite": 4428,
"orry": 4429,
"orium": 4430,
"Ġthese": 4431,
"era": 4432,
"erne": 4433,
"erstate": 4434,
"onque": 4435,
"oncho": 4436,
"reve": 4437,
"rect": 4438,
"reland": 4439,
"reject": 4440,
"redients": 4441,
"Ġfut": 4442,
"Ġfight": 4443,
"Ġfather": 4444,
"Ġfest": 4445,
"Ġfil": 4446,
"Ġfurn": 4447,
"Ġfarm": 4448,
"Ġfile": 4449,
"Ġfair": 4450,
"Ġfacebook": 4451,
"Ġfairs": 4452,
"Ġfolk": 4453,
"Ġfuel": 4454,
"Ġsen": 4455,
"Ġsick": 4456,
"Ġschedu": 4457,
"Ġsix": 4458,
"Ġsurg": 4459,
"Ġsanta": 4460,
"Ġsydney": 4461,
"ata": 4462,
"atin": 4463,
"athe": 4464,
"aton": 4465,
"atment": 4466,
"athing": 4467,
"laware": 4468,
"lagstaff": 4469,
"laxation": 4470,
"Ġwin": 4471,
"Ġwhe": 4472,
"Ġwet": 4473,
"Ġwent": 4474,
"Ġwall": 4475,
"Ġwinner": 4476,
"Ġwax": 4477,
"Ġwalmart": 4478,
"Ġwonder": 4479,
"ises": 4480,
"ision": 4481,
"ished": 4482,
"ety": 4483,
"eted": 4484,
"owling": 4485,
"Ġfort": 4486,
"ayne": 4487,
"ayrid": 4488,
"ayons": 4489,
"Ġpas": 4490,
"Ġpill": 4491,
"Ġpage": 4492,
"Ġpie": 4493,
"Ġpath": 4494,
"Ġpeter": 4495,
"Ġpalm": 4496,
"Ġpaulo": 4497,
"Ġpublic": 4498,
"Ġpiano": 4499,
"Ġponcho": 4500,
"anny": 4501,
"oud": 4502,
"rmond": 4503,
"enue": 4504,
"enise": 4505,
"llie": 4506,
"imate": 4507,
"Ġbrid": 4508,
"Ġbass": 4509,
"Ġblvd": 4510,
"Ġblack": 4511,
"Ġbatter": 4512,
"Ġbought": 4513,
"Ġbanquet": 4514,
"Ġbalan": 4515,
"Ġbowling": 4516,
"indsay": 4517,
"Ġcm": 4518,
"Ġcause": 4519,
"Ġcatch": 4520,
"Ġcell": 4521,
"Ġcello": 4522,
"Ġcrawl": 4523,
"Ġmead": 4524,
"Ġmeal": 4525,
"Ġmeds": 4526,
"Ġmedical": 4527,
"Ġmysel": 4528,
"Ġnail": 4529,
"iture": 4530,
"itts": 4531,
"itiz": 4532,
"itheater": 4533,
"Ġlu": 4534,
"Ġleng": 4535,
"Ġlog": 4536,
"Ġlens": 4537,
"Ġlines": 4538,
"Ġlinda": 4539,
"Ġluck": 4540,
"Ġlitter": 4541,
"Ġlikes": 4542,
"Ġlatin": 4543,
"Ġloud": 4544,
"iction": 4545,
"Ġinst": 4546,
"Ġinvo": 4547,
"asu": 4548,
"Ġhor": 4549,
"Ġhist": 4550,
"Ġham": 4551,
"Ġhub": 4552,
"Ġhills": 4553,
"Ġred": 4554,
"Ġreset": 4555,
"Ġreplay": 4556,
"Ġrece": 4557,
"Ġreduce": 4558,
"Ġrehears": 4559,
"Ġrelaxation": 4560,
"Ġdc": 4561,
"Ġdu": 4562,
"Ġdist": 4563,
"Ġdark": 4564,
"Ġdire": 4565,
"Ġdont": 4566,
"Ġdisco": 4567,
"Ġdraft": 4568,
"Ġdenver": 4569,
"Ġdues": 4570,
"Ġdiamond": 4571,
"Ġdancing": 4572,
"Ġanna": 4573,
"Ġonto": 4574,
"Ġontime": 4575,
"Ġgu": 4576,
"Ġgra": 4577,
"Ġgard": 4578,
"Ġgone": 4579,
"Ġgreet": 4580,
"Ġgeor": 4581,
"Ġgarden": 4582,
"Ġisn": 4583,
"arr": 4584,
"ario": 4585,
"arcy": 4586,
"arrange": 4587,
"omen": 4588,
"omant": 4589,
"leaving": 4590,
"Ġneil": 4591,
"ĠId": 4592,
"ĠIm": 4593,
"ĠIan": 4594,
"ĠIns": 4595,
"ĠIreland": 4596,
"ffith": 4597,
"illian": 4598,
"Ġitem": 4599,
"Ġoak": 4600,
"Ġoclock": 4601,
"Ġbell": 4602,
"Ġbeep": 4603,
"aseball": 4604,
"Ġed": 4605,
"Ġeat": 4606,
"Ġease": 4607,
"Ġelm": 4608,
"edar": 4609,
"eka": 4610,
"ĠSF": 4611,
"ĠSR": 4612,
"ĠSn": 4613,
"ĠSch": 4614,
"ĠSnow": 4615,
"ĠSab": 4616,
"ĠSole": 4617,
"ĠSHOULD": 4618,
"ĠSNOW": 4619,
"ĠSaf": 4620,
"ĠSarasota": 4621,
"ĠSCA": 4622,
"ĠSTOR": 4623,
"usk": 4624,
"usual": 4625,
"uscal": 4626,
"Ġtractor": 4627,
"urt": 4628,
"uring": 4629,
"urly": 4630,
"urope": 4631,
"eline": 4632,
"Ġamc": 4633,
"Ġamer": 4634,
"rowns": 4635,
"morow": 4636,
"enda": 4637,
"endy": 4638,
"ended": 4639,
"endrick": 4640,
"Ġtomorrows": 4641,
"stal": 4642,
"stery": 4643,
"stand": 4644,
"stairs": 4645,
"ently": 4646,
"entown": 4647,
"Ġtraffics": 4648,
"Ġum": 4649,
"ooke": 4650,
"oose": 4651,
"oosa": 4652,
"ĠMI": 4653,
"ĠMS": 4654,
"ĠMc": 4655,
"ĠMs": 4656,
"ĠMt": 4657,
"ĠMed": 4658,
"ĠMessage": 4659,
"ĠManc": 4660,
"ĠMum": 4661,
"ĠMob": 4662,
"ĠMass": 4663,
"ĠMax": 4664,
"chance": 4665,
"chard": 4666,
"rier": 4667,
"riffith": 4668,
"Rem": 4669,
"ĠTA": 4670,
"ĠTN": 4671,
"ĠTV": 4672,
"ĠTown": 4673,
"ĠTac": 4674,
"ĠTina": 4675,
"ĠTimer": 4676,
"ĠTole": 4677,
"ĠTunes": 4678,
"ĠTerry": 4679,
"ĠTarget": 4680,
"ĠTUES": 4681,
"ĠTaipe": 4682,
"ĠTuscal": 4683,
"Ġgolf": 4684,
"Ġyoga": 4685,
"ĠCA": 4686,
"ĠCD": 4687,
"ĠCK": 4688,
"ĠCom": 4689,
"ĠCam": 4690,
"ĠCub": 4691,
"ĠCarl": 4692,
"ĠCath": 4693,
"ĠCAR": 4694,
"ĠColl": 4695,
"ĠCost": 4696,
"ĠCraft": 4697,
"ĠClar": 4698,
"ĠContin": 4699,
"ĠCole": 4700,
"ĠComm": 4701,
"ĠCape": 4702,
"ĠCrab": 4703,
"ĠCYO": 4704,
"ĠCedar": 4705,
"Ġ33": 4706,
"Ġ34": 4707,
"Ġ394": 4708,
"atherine": 4709,
"Ġoften": 4710,
"idi": 4711,
"ido": 4712,
"idents": 4713,
"idian": 4714,
"unte": 4715,
"unities": 4716,
"unui": 4717,
"Ġrather": 4718,
"Ġrate": 4719,
"Ġrich": 4720,
"thumbs": 4721,
"Ġuptown": 4722,
"Ġupload": 4723,
"aden": 4724,
"adio": 4725,
"aly": 4726,
"alon": 4727,
"ality": 4728,
"Ġ51": 4729,
"Ġ56": 4730,
"arty": 4731,
"arter": 4732,
"ece": 4733,
"eck": 4734,
"ecrease": 4735,
"ĠAA": 4736,
"ĠAR": 4737,
"ĠAlarm": 4738,
"ĠAsk": 4739,
"ĠAdd": 4740,
"ĠAaron": 4741,
"ĠANY": 4742,
"Ġignore": 4743,
"ĠiTunes": 4744,
"ntario": 4745,
"Reminders": 4746,
"ĠPH": 4747,
"ĠPO": 4748,
"ĠPay": 4749,
"ĠPlease": 4750,
"ĠPly": 4751,
"ĠPAY": 4752,
"ĠPLA": 4753,
"ĠPoint": 4754,
"ĠPDX": 4755,
"ĠPrince": 4756,
"ĠPitts": 4757,
"Ġlev": 4758,
"Ġleav": 4759,
"ĠFood": 4760,
"ĠFair": 4761,
"ĠField": 4762,
"ĠFargo": 4763,
"ĠFactor": 4764,
"ĠFonque": 4765,
"ĠFlagstaff": 4766,
"Ġallerg": 4767,
"Ġthats": 4768,
"Ġste": 4769,
"Ġsty": 4770,
"Ġstand": 4771,
"Ġtemper": 4772,
"Ġteac": 4773,
"pport": 4774,
"ppers": 4775,
"ested": 4776,
"estions": 4777,
"ili": 4778,
"ilomet": 4779,
"ilkes": 4780,
"ilox": 4781,
"amend": 4782,
"ĠBB": 4783,
"ĠBon": 4784,
"ĠBre": 4785,
"ĠBend": 4786,
"ĠBould": 4787,
"ĠBurn": 4788,
"ĠBig": 4789,
"ĠBrand": 4790,
"ĠBull": 4791,
"ĠBets": 4792,
"ĠBumper": 4793,
"ĠBang": 4794,
"ĠBILL": 4795,
"ĠBaltimore": 4796,
"ĠBrem": 4797,
"ĠBEST": 4798,
"ĠBeatles": 4799,
"ĠBaseball": 4800,
"ĠBilox": 4801,
"Ġ65": 4802,
"Ġ67": 4803,
"nings": 4804,
"Ġrace": 4805,
"asting": 4806,
"Ġhealth": 4807,
"Ġ74": 4808,
"Ġ77": 4809,
"Ġ79": 4810,
"Ġ42": 4811,
"ĠDJ": 4812,
"ĠDra": 4813,
"ĠDel": 4814,
"ĠDid": 4815,
"ĠDance": 4816,
"ĠDirection": 4817,
"ĠDub": 4818,
"ĠDisco": 4819,
"ĠDestin": 4820,
"ĠDiamond": 4821,
"ĠDVR": 4822,
"ĠDoctor": 4823,
"ĠDenise": 4824,
"ĠJas": 4825,
"ĠJag": 4826,
"ĠJac": 4827,
"ĠJak": 4828,
"ĠJones": 4829,
"ĠJenny": 4830,
"cted": 4831,
"Ġareas": 4832,
"Ġ85": 4833,
"ĠLE": 4834,
"ĠLor": 4835,
"ĠLim": 4836,
"ĠLanc": 4837,
"ĠLand": 4838,
"ĠLove": 4839,
"ĠLine": 4840,
"ĠLap": 4841,
"ĠLiam": 4842,
"ĠLob": 4843,
"ĠLeg": 4844,
"ĠLex": 4845,
"ĠLab": 4846,
"ĠLET": 4847,
"ĠLittle": 4848,
"ĠLeno": 4849,
"ĠLarry": 4850,
"ĠLinc": 4851,
"ĠLindsay": 4852,
"Ġplayed": 4853,
"Ġplayback": 4854,
"Ġrains": 4855,
"ĠWV": 4856,
"ĠWe": 4857,
"ĠWin": 4858,
"ĠWat": 4859,
"ĠWar": 4860,
"ĠWine": 4861,
"ĠWau": 4862,
"ĠWalk": 4863,
"ĠWars": 4864,
"ĠWales": 4865,
"ĠWILL": 4866,
"ĠWats": 4867,
"ĠWonder": 4868,
"ĠWIT": 4869,
"ĠWichita": 4870,
"ĠWilmington": 4871,
"ĠWayne": 4872,
"ĠWendy": 4873,
"uren": 4874,
"ĠNC": 4875,
"ĠNJ": 4876,
"ĠNi": 4877,
"ĠNor": 4878,
"ĠNot": 4879,
"ĠNorm": 4880,
"ĠNina": 4881,
"ĠNathan": 4882,
"ĠNBA": 4883,
"ĠNIGH": 4884,
"ĠNKOT": 4885,
"ĠNunui": 4886,
"ops": 4887,
"oping": 4888,
"option": 4889,
"Ġ97": 4890,
"Ġlap": 4891,
"Ġlas": 4892,
"Ġlaw": 4893,
"Ġlake": 4894,
"Ġlawy": 4895,
"Ġlauderdale": 4896,
"Ġhourly": 4897,
"Ġconsider": 4898,
"ertain": 4899,
"irque": 4900,
"Ġworks": 4901,
"Ġcharts": 4902,
"Ġchocolate": 4903,
"ĠHW": 4904,
"ĠHer": 4905,
"ĠHut": 4906,
"ĠHel": 4907,
"ĠHal": 4908,
"ĠHome": 4909,
"ĠHarm": 4910,
"ĠHamp": 4911,
"ĠHeather": 4912,
"ĠHale": 4913,
"ĠHOM": 4914,
"ĠHud": 4915,
"ĠHits": 4916,
"ĠHello": 4917,
"ĠHalloween": 4918,
"ĠHonolulu": 4919,
"allica": 4920,
"Ġmugg": 4921,
"Ġmult": 4922,
"icks": 4923,
"icky": 4924,
"oons": 4925,
"fort": 4926,
"mentary": 4927,
"avy": 4928,
"avasu": 4929,
"Ġwanted": 4930,
"orten": 4931,
"Ġshare": 4932,
"Ġshift": 4933,
"Ġshore": 4934,
"Ġshakes": 4935,
"Ġmeetup": 4936,
"Ġalt": 4937,
"Ġalumni": 4938,
"ska": 4939,
"ddy": 4940,
"Ġkim": 4941,
"Ġkitten": 4942,
"Ġkilomet": 4943,
"Ġvine": 4944,
"Ġvib": 4945,
"verett": 4946,
"ĠChurch": 4947,
"iple": 4948,
"andro": 4949,
"ĠGet": 4950,
"ĠGra": 4951,
"ĠGain": 4952,
"ĠGym": 4953,
"ĠGlen": 4954,
"ĠGatlinburg": 4955,
"ĠGPS": 4956,
"ĠGwen": 4957,
"ĠGriffith": 4958,
"Ġjan": 4959,
"Ġjake": 4960,
"Ġjune": 4961,
"Ġjuly": 4962,
"Ġrod": 4963,
"Ġroll": 4964,
"ĠRd": 4965,
"ĠRent": 4966,
"ĠRome": 4967,
"ĠRac": 4968,
"ĠRush": 4969,
"ĠRoot": 4970,
"ĠROU": 4971,
"ĠRidge": 4972,
"ĠRSV": 4973,
"Ġhazard": 4974,
"ĠMoncks": 4975,
"roe": 4976,
"roy": 4977,
"rock": 4978,
"rolling": 4979,
"agles": 4980,
"ĠEgg": 4981,
"ĠErica": 4982,
"ĠEXP": 4983,
"ĠEurope": 4984,
"ĠEverett": 4985,
"ĠEagles": 4986,
"ĠOF": 4987,
"ĠOFF": 4988,
"ĠOrmond": 4989,
"ĠOntario": 4990,
"Ġcoach": 4991,
"Ġsnowy": 4992,
"Ġsnowfall": 4993,
"rystal": 4994,
"ĠThur": 4995,
"temperature": 4996,
"olf": 4997,
"oln": 4998,
"olut": 4999,
"Ġcannot": 5000,
"Ġcomes": 5001,
"Ġcomic": 5002,
"Ġsea": 5003,
"ĠKC": 5004,
"ĠKh": 5005,
"ĠKare": 5006,
"ĠKids": 5007,
"ĠKiss": 5008,
"ĠKev": 5009,
"ĠKNOW": 5010,
"ĠKatie": 5011,
"ĠKayla": 5012,
"ĠKansas": 5013,
"ĠTuesdays": 5014,
"ĠNewark": 5015,
"ifth": 5016,
"ristian": 5017,
"Ġdep": 5018,
"Ġdead": 5019,
"Ġdepartment": 5020,
"ĠThursdays": 5021,
"quit": 5022,
"quite": 5023,
"Dog": 5024,
"Ġlistening": 5025,
"listen": 5026,
"rub": 5027,
"Ġsunb": 5028,
"Ġsunglasses": 5029,
"arky": 5030,
"Ġorange": 5031,
"Ġhappenings": 5032,
"Ġagenda": 5033,
"Ġbull": 5034,
"Ġbuzz": 5035,
"Ġafternoons": 5036,
"ivery": 5037,
"ivia": 5038,
"Ġmoms": 5039,
"irement": 5040,
"Ġcarp": 5041,
"Ġexam": 5042,
"Ġexchange": 5043,
"ĠVal": 5044,
"amela": 5045,
"Ġtwice": 5046,
"chet": 5047,
"check": 5048,
"Ġ1130": 5049,
"need": 5050,
"earch": 5051,
"ĠStudio": 5052,
"ĠJoey": 5053,
"Ġspa": 5054,
"Ġsparky": 5055,
"duc": 5056,
"sham": 5057,
"ship": 5058,
"shirt": 5059,
"ĠUT": 5060,
"etwood": 5061,
"Ġgroups": 5062,
"Ġrecital": 5063,
"Ġrecomm": 5064,
"Ġcalls": 5065,
"Starting": 5066,
"Ġalbums": 5067,
"arma": 5068,
"Ġpaying": 5069,
"Ġpayday": 5070,
"ahu": 5071,
"aptis": 5072,
"oca": 5073,
"Ġstops": 5074,
"Ġexpire": 5075,
"Ġexpressway": 5076,
"lord": 5077,
"Ġsoap": 5078,
"iseum": 5079,
"ĠAnna": 5080,
"ĠAnthony": 5081,
"Ġwashington": 5082,
"Ġcheap": 5083,
"Ġlunchtime": 5084,
"Ġreports": 5085,
"Ġdowned": 5086,
"Ġsuppose": 5087,
"Ġturned": 5088,
"Ġadded": 5089,
"Ġaddition": 5090,
"Ġmessenger": 5091,
"Ġgoods": 5092,
"Ġgoodnight": 5093,
"Ġtrans": 5094,
"Ġjackson": 5095,
"Ġlocated": 5096,
"ĠBeav": 5097,
"ĠOrange": 5098,
"egan": 5099,
"rence": 5100,
"Ġyearly": 5101,
"ĠBoys": 5102,
"ĠBoerne": 5103,
"Ġwarmest": 5104,
"Ġinteresting": 5105,
"Ġinternet": 5106,
"Ġintersect": 5107,
"Ġgrooming": 5108,
"ĠAugustine": 5109,
"alexa": 5110,
"ulgar": 5111,
"Ġquality": 5112,
"Ġquarter": 5113,
"Ġquestions": 5114,
"Ġfasted": 5115,
"Ġswimming": 5116,
"Ġchecking": 5117,
"iled": 5118,
"Ġusher": 5119,
"Ġusual": 5120,
"Ġdental": 5121,
"Ġemplo": 5122,
"Ġlows": 5123,
"Ġlowest": 5124,
"iana": 5125,
"phone": 5126,
"phitheater": 5127,
"rict": 5128,
"ĠParkway": 5129,
"Ġshorter": 5130,
"ĠFrank": 5131,
"able": 5132,
"ablet": 5133,
"odge": 5134,
"ĠMaroon": 5135,
"ĠMarietta": 5136,
"ĠMargare": 5137,
"Ġcommunity": 5138,
"activate": 5139,
"Ġbox": 5140,
"Ġboat": 5141,
"Ġbody": 5142,
"ĠAlbum": 5143,
"ĠAlice": 5144,
"ĠAlbany": 5145,
"ĠAlbuquerque": 5146,
"ĠJackie": 5147,
"ĠRochester": 5148,
"Ġappt": 5149,
"Ġapply": 5150,
"Ġappro": 5151,
"Ġfridays": 5152,
"Ġcloser": 5153,
"Ġcloses": 5154,
"Ġclosing": 5155,
"Ġclosure": 5156,
"Ġclosings": 5157,
"Thumb": 5158,
"Thank": 5159,
"nsylv": 5160,
"Ġwaterp": 5161,
"Ġmedications": 5162,
"Ġopening": 5163,
"Ġoptions": 5164,
"Ġunion": 5165,
"Ġunread": 5166,
"Ġunusual": 5167,
"ĠPham": 5168,
"ĠPhilly": 5169,
"ĠHouse": 5170,
"leted": 5171,
"tsdale": 5172,
"Ġfeeder": 5173,
"athons": 5174,
"Ġremid": 5175,
"Ġremain": 5176,
"Ġrescue": 5177,
"ĠBritt": 5178,
"ĠBrighton": 5179,
"Ġemails": 5180,
"ilar": 5181,
"ogue": 5182,
"Ġslowdown": 5183,
"ĠShreve": 5184,
"Ġactually": 5185,
"Ġwatching": 5186,
"racts": 5187,
"ĠJuneau": 5188,
"ĠLAX": 5189,
"ARE": 5190,
"Ġparkway": 5191,
"Ġhitting": 5192,
"books": 5193,
"Ġbrunch": 5194,
"Ġbreathing": 5195,
"Ġearth": 5196,
"Ġsubtract": 5197,
"Ġgreatest": 5198,
"ĠGreg": 5199,
"ĠGresham": 5200,
"ikini": 5201,
"ĠZoo": 5202,
"Ġadoption": 5203,
"Ġfinished": 5204,
"Ġfalls": 5205,
"ĠTheater": 5206,
"Ġjames": 5207,
"ĠUnic": 5208,
"Ġwarnings": 5209,
"Listen": 5210,
"Ġsao": 5211,
"Ġsaint": 5212,
"Ġsalad": 5213,
"Ġsouthbound": 5214,
"Ġlots": 5215,
"Ġ180": 5216,
"ĠGrande": 5217,
"Ġrecording": 5218,
"Ġrecorded": 5219,
"Ġwhy": 5220,
"Ġwhite": 5221,
"Ġpicture": 5222,
"Ġpictures": 5223,
"Ġthanks": 5224,
"ĠSteven": 5225,
"ĠStevie": 5226,
"Ġtraveling": 5227,
"ĠCarrie": 5228,
"ĠDisneyland": 5229,
"Ġhailing": 5230,
"Ġsweatshirt": 5231,
"Also": 5232,
"NTH": 5233,
"Ġbased": 5234,
"Ġblock": 5235,
"Ġdryer": 5236,
"ĠMadison": 5237,
"Ġcontrol": 5238,
"Ġcontracts": 5239,
"umberland": 5240,
"ILY": 5241,
"WHIC": 5242,
"izon": 5243,
"Ġtastings": 5244,
"Ġsitup": 5245,
"Ġgymnast": 5246,
"Ġthinking": 5247,
"ĠMoana": 5248,
"ĠMozart": 5249,
"ĠArts": 5250,
"ĠJimmy": 5251,
"Ġclouds": 5252,
"Ġphotos": 5253,
"Ġphotograph": 5254,
"Ġzones": 5255,
"regard": 5256,
"Ġproof": 5257,
"Ġextended": 5258,
"ĠScottsdale": 5259,
"ĠTrail": 5260,
"ĠTracy": 5261,
"ĠTraining": 5262,
"Ġ215": 5263,
"Ġlandsc": 5264,
"Ġlandlord": 5265,
"ĠAnniversary": 5266,
"Ġfreezer": 5267,
"Ġpaperwork": 5268,
"ICAG": 5269,
"box": 5270,
"board": 5271,
"Ġmargar": 5272,
"Ġmarketing": 5273,
"Ġblood": 5274,
"Ġblue": 5275,
"Ġcrochet": 5276,
"Ġdeleted": 5277,
"Ġdelivery": 5278,
"Ġgrass": 5279,
"Ġelementary": 5280,
"ĠSouthampton": 5281,
"Ġvacuum": 5282,
"ĠElm": 5283,
"Ġcompany": 5284,
"Ġcomplete": 5285,
"Dismiss": 5286,
"KEND": 5287,
"vention": 5288,
"Ġindef": 5289,
"Ġmetro": 5290,
"Ġscreening": 5291,
"Ġpeak": 5292,
"Ġatlantic": 5293,
"ĠConvention": 5294,
"ĠAmanda": 5295,
"ĠAriana": 5296,
"ĠOkay": 5297,
"Ġsupper": 5298,
"Ġperformance": 5299,
"Ġperformances": 5300,
"Ġneighbors": 5301,
"noxville": 5302,
"swick": 5303,
"Ġ03": 5304,
"Ġmaint": 5305,
"Ġmajor": 5306,
"Ġmileage": 5307,
"reschedule": 5308,
"lanie": 5309,
"Ġcoolest": 5310,
"Ġdecor": 5311,
"Ġgirlfriend": 5312,
"ĠSea": 5313,
"ĠSusan": 5314,
"ĠMeet": 5315,
"ĠMelanie": 5316,
"ĠMichael": 5317,
"rieve": 5318,
"ĠPeru": 5319,
"ĠDelaware": 5320,
"ĠLIST": 5321,
"ĠHemet": 5322,
"ĠHeidi": 5323,
"Ġvolunte": 5324,
"ĠEmily": 5325,
"ĠEnglish": 5326,
"Ġcostume": 5327,
"Ġcostco": 5328,
"ĠKingston": 5329,
"ĠKingdom": 5330,
"Ġpredicting": 5331,
"ĠDaytona": 5332,
"Ġsoundtracks": 5333,
"ĠCarolina": 5334,
"ronic": 5335,
"Ġimage": 5336,
"Ġtaxi": 5337,
"Ġsmile": 5338,
"Ġcentral": 5339,
"Ġcampground": 5340,
"Ġanticipated": 5341,
"Ġokay": 5342,
"Ġunderstand": 5343,
"ĠMONDAY": 5344,
"ĠMONTH": 5345,
"Ġlevels": 5346,
"ĠFreder": 5347,
"Ġ417": 5348,
"ĠHERE": 5349,
"ĠEvan": 5350,
"Ġexercises": 5351,
"ĠBrooks": 5352,
"ĠBrooklyn": 5353,
"Ġpresentation": 5354,
"Ġcontacts": 5355,
"Ġadvisor": 5356,
"ELP": 5357,
"mission": 5358,
"ucky": 5359,
"Ġmichigan": 5360,
"Ġmichael": 5361,
"Ġsinging": 5362,
"Ġservices": 5363,
"Ġbottles": 5364,
"Ġrental": 5365,
"Ġdesk": 5366,
"ĠInterstate": 5367,
"ĠCorner": 5368,
"Ġstaying": 5369,
"ĠBrad": 5370,
"ĠBrazil": 5371,
"ĠBroadway": 5372,
"ĠJean": 5373,
"ĠJeff": 5374,
"ĠJessica": 5375,
"ĠNEW": 5376,
"ĠNicki": 5377,
"ĠHarold": 5378,
"ĠGAS": 5379,
"ĠRichmond": 5380,
"Ġsprings": 5381,
"Ġsoftball": 5382,
"ĠMariah": 5383,
"Ġprovider": 5384,
"Ġprescriptions": 5385,
"ĠQueens": 5386,
"Ġinclude": 5387,
"Ġcelebrate": 5388,
"Ġcelebrations": 5389,
"Heart": 5390,
"Heavy": 5391,
"metal": 5392,
"Ġentire": 5393,
"Ġkeys": 5394,
"Ġtruck": 5395,
"retrieve": 5396,
"Ġsurf": 5397,
"Ġpersonal": 5398,
"Ġbands": 5399,
"Ġcrayons": 5400,
"Ġcoupon": 5401,
"Ġreturning": 5402,
"Ġretirement": 5403,
"Ġeasy": 5404,
"Ġeasiest": 5405,
"ĠSUNDAY": 5406,
"ĠSuper": 5407,
"ĠSilver": 5408,
"Ġmintues": 5409,
"ĠMinutes": 5410,
"ĠMagic": 5411,
"ĠMaggie": 5412,
"ĠMountain": 5413,
"ĠMissy": 5414,
"ĠMississippi": 5415,
"ĠMatthew": 5416,
"ĠCHICAG": 5417,
"ĠCongratulations": 5418,
"ĠAfest": 5419,
"ĠAfrica": 5420,
"ĠAsian": 5421,
"ĠAsheville": 5422,
"ĠAmerica": 5423,
"ĠAmerican": 5424,
"ĠDespacito": 5425,
"ĠLamar": 5426,
"ĠWeekly": 5427,
"ĠNatural": 5428,
"Ġlarry": 5429,
"Ġconvention": 5430,
"Ġconventions": 5431,
"ĠGilbert": 5432,
"ĠOakland": 5433,
"Ġcoastal": 5434,
"Ġselections": 5435,
"ĠKelly": 5436,
"Ġorganise": 5437,
"Ġexhibit": 5438,
"Ġexhibits": 5439,
"Ġaccounting": 5440,
"ĠJoshua": 5441,
"ĠWEEK": 5442,
"ĠWEEKEND": 5443,
"ĠThanksgiving": 5444,
"Ġelectricity": 5445,
"Ġengaged": 5446,
"Ġengagement": 5447,
"Construction": 5448,
"Leaving": 5449,
"Outdoor": 5450,
"Produce": 5451,
"Sofa": 5452,
"Sports": 5453,
"Ġingredients": 5454,
"Ġimmediately": 5455,
"Ġtreatment": 5456,
"Ġauto": 5457,
"Ġaugusta": 5458,
"Ġfeel": 5459,
"Ġflash": 5460,
"Ġsimilar": 5461,
"Ġsession": 5462,
"Ġpilates": 5463,
"Ġbradenton": 5464,
"Ġbroken": 5465,
"ickelback": 5466,
"Ġrelated": 5467,
"Ġreoccurring": 5468,
"Ġgloves": 5469,
"ĠSelena": 5470,
"ĠMyers": 5471,
"ĠMeridian": 5472,
"ĠMesquite": 5473,
"ĠMinaj": 5474,
"ĠCoast": 5475,
"ĠCampbell": 5476,
"ĠAkron": 5477,
"ĠAndrew": 5478,
"ĠAshley": 5479,
"ĠPlains": 5480,
"ĠPennsylv": 5481,
"ĠParade": 5482,
"ĠPresley": 5483,
"ĠFlint": 5484,
"ĠFleetwood": 5485,
"ĠFalls": 5486,
"ĠFloyd": 5487,
"ĠFriendly": 5488,
"Ġradar": 5489,
"ĠJordan": 5490,
"ĠLawrence": 5491,
"ĠWyatt": 5492,
"ĠNoah": 5493,
"ĠNaples": 5494,
"ĠNicolas": 5495,
"Ġchips": 5496,
"ĠHotel": 5497,
"Ġvitamins": 5498,
"ĠChapel": 5499,
"ĠRonnie": 5500,
"ĠEpcot": 5501,
"ĠOKC": 5502,
"ĠOlivia": 5503,
"Ġcovered": 5504,
"ĠKentucky": 5505,
"ĠVermont": 5506,
"ĠVictor": 5507,
"Ġspinning": 5508,
"Ġpremier": 5509,
"ĠUkraine": 5510,
"ĠBrunswick": 5511,
"ĠUniversity": 5512,
"ĠClearwater": 5513,
"Ġdelivered": 5514,
"Ġinvolving": 5515,
"Ġpotatoes": 5516,
"Ġbathrooms": 5517,
"Ġcolumbus": 5518,
"Ġincluded": 5519,
"Ġfollowing": 5520,
"AINING": 5521,
"Angry": 5522,
"Alexa": 5523,
"Coffee": 5524,
"Contact": 5525,
"Eliminate": 5526,
"Extend": 5527,
"Favorite": 5528,
"Generate": 5529,
"Road": 5530,
"Unpause": 5531,
"Weekend": 5532,
"aperville": 5533,
"browse": 5534,
"brief": 5535,
"culate": 5536,
"cribe": 5537,
"monsoons": 5538,
"prep": 5539,
"ruth": 5540,
"weekly": 5541,
"Ġeta": 5542,
"Ġtiger": 5543,
"initely": 5544,
"Ġmissed": 5545,
"Ġmountain": 5546,
"Ġtoilet": 5547,
"Ġfuture": 5548,
"Ġfilter": 5549,
"Ġfurniture": 5550,
"Ġseni": 5551,
"Ġscheduling": 5552,
"Ġsurgery": 5553,
"Ġwaxing": 5554,
"ayrides": 5555,
"Ġpassed": 5556,
"Ġbatteries": 5557,
"Ġbalance": 5558,
"Ġmyself": 5559,
"Ġhistory": 5560,
"Ġhubby": 5561,
"Ġrehearsal": 5562,
"omantic": 5563,
"Ġitems": 5564,
"ĠSoleil": 5565,
"ĠManchester": 5566,
"ĠMobile": 5567,
"ĠToledo": 5568,
"ĠTUESDAY": 5569,
"ĠTaipei": 5570,
"ĠTuscaloosa": 5571,
"ĠCuba": 5572,
"ĠCrafts": 5573,
"ĠContinuous": 5574,
"ĠPlymouth": 5575,
"ĠPittsburgh": 5576,
"Ġleaves": 5577,
"ĠFactory": 5578,
"Ġtemperture": 5579,
"Ġteacher": 5580,
"pportunities": 5581,
"ĠBoulder": 5582,
"ĠBetsy": 5583,
"ĠBremerton": 5584,
"ĠBiloxi": 5585,
"ĠDiscover": 5586,
"ĠDestiny": 5587,
"ĠJagu": 5588,
"ĠJakarta": 5589,
"ĠLaps": 5590,
"ĠLabor": 5591,
"ĠLenoir": 5592,
"ĠLincoln": 5593,
"ĠWatsapp": 5594,
"ĠWITH": 5595,
"ĠNorman": 5596,
"ĠNIGHT": 5597,
"ĠNKOTB": 5598,
"Ġlawyer": 5599,
"ĠHampshire": 5600,
"ĠHaley": 5601,
"ĠHOME": 5602,
"ĠHudson": 5603,
"Ġmuggy": 5604,
"Ġmultiple": 5605,
"Ġkilometers": 5606,
"Ġvibrate": 5607,
"ĠGainesville": 5608,
"ĠRachel": 5609,
"ĠROUTE": 5610,
"ĠRSVP": 5611,
"ĠKaren": 5612,
"ĠKevin": 5613,
"Ġrecommend": 5614,
"aptism": 5615,
"Ġadditional": 5616,
"Ġintersection": 5617,
"ĠMargaret": 5618,
"ĠBrittany": 5619,
"ĠShreveport": 5620,
"WHICH": 5621,
"Ġgymnastics": 5622,
"Ġproofing": 5623,
"Ġlandscaping": 5624,
"Ġmargarita": 5625,
"Ġindefinitely": 5626,
"Ġvolunteer": 5627,
"ĠCHICAGO": 5628,
"ĠPennsylvania": 5629,
"ĠVictoria": 5630
},
"merges": [
"Ġ t",
"Ġ a",
"i n",
"Ġ m",
"h e",
"Ġt o",
"o r",
"Ġt he",
"e r",
"o n",
"r e",
"Ġ f",
"Ġ s",
"a t",
"l a",
"Ġ w",
"i s",
"e t",
"o w",
"Ġf or",
"e s",
"a y",
"in g",
"Ġ p",
"a n",
"Ġ .",
"o u",
"d ay",
"r m",
"e n",
"la rm",
"l l",
"Ġa larm",
"i m",
"Ġ ?",
"h at",
"Ġ b",
"in d",
"Ġ c",
"Ġm e",
"Ġm y",
"Ġ n",
"m ind",
"i t",
"Ġ l",
"Ġt im",
"i c",
"Ġ in",
"a s",
"Ġ h",
"Ġ re",
"Ġ d",
"Ġa n",
"Ġ on",
"Ġ g",
"r a",
"Ġw e",
"Ġ is",
"a r",
"o m",
"l e",
"Ġa t",
"k e",
"Ġtim er",
"Ġn e",
"Ġ I",
"Ġre mind",
"Ġt h",
"v e",
"f f",
"i ll",
"Ġremind er",
"Ġ it",
"Ġ '",
"W hat",
"on g",
"Ġ o",
"Ġth is",
"g e",
"u t",
"g h",
"la y",
"Ġb e",
"as e",
"Ġto day",
"Ġ e",
"e d",
"e k",
"i gh",
"Ġ S",
"u s",
"Ġt ra",
"u r",
"Ġwe ek",
"le ase",
"e l",
"Ġ 1",
"Ġm in",
"Ġp m",
"a ke",
"ff ic",
"Ġa m",
"he r",
"Ġmin ut",
"r ow",
"m or",
"S et",
"H ow",
"en d",
"Ġto mor",
"Ġtomor row",
"Ġf r",
"s t",
"en t",
"igh t",
"x t",
"Ġtra ffic",
"Ġ u",
"Ġminut es",
"es s",
"Ġfr om",
"o o",
"h ow",
"Ġ M",
"a ge",
"c h",
"r i",
"ou t",
"Ġe v",
"R e",
"Ġ T",
"Ġw ill",
"Ġg o",
"Ġ y",
"Ġ C",
"Ġan d",
"Ġs ong",
"ess age",
"a ve",
"Ġ 3",
"Ġtim e",
"at her",
"Ġo f",
"i d",
"u n",
"Ġ r",
"Ġne xt",
"Ġ ,",
"Ġd o",
"t h",
"Ġu p",
"a d",
"a l",
"Ġg et",
"an c",
"Ġ 5",
"Ġy ou",
"ar t",
"Ġwe ather",
"I s",
"e c",
"is t",
"Ġ 2",
"Ġthe re",
"Ġ A",
"Ġ i",
"n t",
"c k",
"Re mind",
"Ġ P",
"Ġalarm s",
"s et",
"l d",
"Ġl e",
"o t",
"Ġ F",
"Ġa ll",
"i on",
"Ġt hat",
"Ġs t",
"Ġt e",
"p p",
"Ġs et",
"at e",
"f t",
"Ġl ong",
"es t",
"i l",
"Ġt ake",
"Ġh ou",
"i ke",
"w hat",
"a m",
"Ġp lease",
"n ight",
"Ġ B",
"Ġgo ing",
"Ġ 6",
"Ġto night",
"or k",
"om e",
"u m",
"Ġm or",
"Ġne ed",
"P lease",
"n ing",
"Ġ :",
"us ic",
"Ġ ra",
"as t",
"er y",
"Ġl ike",
"Ġ he",
"Ġ1 0",
"Ġreminder s",
"Ġweek end",
"Ġ 7",
"Ġn ow",
"Ġm usic",
"Ġ 4",
"anc el",
"Ġ D",
"n d",
"Ġ J",
"P lay",
"c t",
"Ġa re",
"Ġh ave",
"Ġm essage",
"Ġ 8",
"et e",
"Ġ L",
"he n",
"ou ld",
"el ete",
"Ġp lay",
"Ġev ery",
"Ġra in",
"Ġan y",
"Ġ W",
"u re",
"Ġ3 0",
"Ġ N",
"o p",
"es day",
"p er",
"p lay",
"Ġ 9",
"C an",
"Ġ la",
"an ge",
"Ġmor ning",
"Ġo ff",
"Ġhou r",
"ent s",
"Ġc on",
"er t",
"i r",
"n ow",
"Ġb y",
"T e",
"Ġw ork",
"Ġc h",
"l y",
"m per",
"Ġ H",
"at ure",
"mper ature",
"W ill",
"a ll",
"Ġne w",
"an t",
"Ġm u",
"s e",
"Ġmu ch",
"Ġm on",
"ic k",
"Ġi f",
"Ġa b",
"e w",
"ec ast",
"Ġle ave",
"an y",
"it h",
"ur n",
"o on",
"D elete",
"Ġd ri",
"Ġ out",
"Ġfor ecast",
"e at",
"C ancel",
"f or",
"Ġw ith",
"en ing",
"pp o",
"m ent",
"Ġte mperature",
"Ġab out",
"a v",
"in t",
"Ġw ant",
"us e",
"or t",
"re ate",
"Ġ day",
"Ġs h",
"at ur",
"Ġme et",
"Ġa l",
"atur day",
"s k",
"Ġle ft",
"d d",
"Ġ k",
"Ġ v",
"Ġla st",
"a ck",
"i ve",
"on d",
"oo k",
"Ġev ents",
"r ou",
"re mind",
"S how",
"v er",
"ri day",
"ĠC h",
"Ġmon th",
"i p",
"M essage",
"at ion",
"z e",
"ĠF riday",
"an d",
"Ġ G",
"Ġ j",
"Ġh ome",
"Ġr o",
"a use",
"C h",
"u esday",
"id e",
"a in",
"Ġ R",
"n oo",
"re nt",
"ft er",
"c e",
"Ġm any",
"Ġh a",
"Ġ1 5",
"ĠM on",
"noo ze",
"0 0",
"r o",
"Ġa fter",
"oo d",
"S end",
"a g",
"o ve",
"ĠS aturday",
"c ert",
"Ġ E",
"Ġ O",
"Ġc o",
"Ġdri ve",
"r ing",
"Ġ2 0",
"Te ll",
"A re",
"ow n",
"Ġs ome",
"ur rent",
"Ġ 00",
"Ġs now",
"la nd",
"r y",
"Ġa ppo",
"Ġappo int",
"W hen",
"Ġc urrent",
"Ġappoint ment",
"n y",
"Ġbe for",
"ur s",
"ĠT h",
"ĠMon day",
"i e",
"ct ion",
"Ġbefor e",
"l o",
"m b",
"t e",
"Ġp art",
"Ġhou se",
"urs day",
"o l",
"Ġc an",
"Ġc om",
"it y",
"Ch ange",
"Ġ her",
"Ġs e",
"Ġ K",
"Ġp ick",
"S t",
"s s",
"out e",
"ĠT uesday",
"un day",
"ĠN ew",
"Ġh ot",
"S h",
"p eat",
"Ġmeet ing",
"C reate",
"Ġm ake",
"i f",
"in n",
"anc e",
"i es",
"r ist",
"re e",
"Ġne ar",
"Ġst art",
"Ġr ight",
"Ġ -",
"Ġd e",
"a il",
"n esday",
"Ġon e",
"Ġcon cert",
"Ġs ec",
"Ġr oute",
"Ġha pp",
"A dd",
"Ġ Y",
"ĠTh ursday",
"i a",
"q u",
"m as",
"us t",
"Ġsong s",
"inn er",
"Ġsec ond",
"D o",
"Ġw ay",
"Ġro ad",
"rist mas",
"Ġw hat",
"Ġl ist",
"ĠS unday",
"c c",
"Ġd inner",
"Ġs how",
"um e",
"a ch",
"Ġte ll",
"l ist",
"r u",
"Ġs un",
"Ġn ight",
"ar k",
"Ġk now",
"Ġ or",
"he re",
"Ġhapp ening",
"t er",
"oo l",
"p ort",
"ou nt",
"Ġtra ck",
"Ġhour s",
"h ing",
"n oon",
"p lease",
"Ġa g",
"Ġa sk",
"Ġw hen",
"Ġb u",
"Ġh igh",
"ed nesday",
"ĠP M",
"Ġafter noon",
"Ġm o",
"Ġplay list",
"ĠW ednesday",
"a c",
"Ġa r",
"in e",
"Ġs u",
"Ġminut e",
"R es",
"T urn",
"i v",
"M ake",
"a re",
"m essage",
"Ġm om",
"Ġdo es",
"Ġpart y",
"Ġag ain",
"i re",
"Ġs end",
"Ġc ar",
"Ġe x",
"Ġhe re",
"Ġhe av",
"m ove",
"Ġb ring",
"ec t",
"w ay",
"Ġ V",
"Ġf l",
"Ġn oon",
"Ġev ening",
"am e",
"c an",
"e en",
"i o",
"v ing",
"Ġt w",
"ou r",
"ir th",
"Ġch ange",
"ĠY ork",
"Ġsecond s",
"Ġbu y",
"a k",
"c he",
"Ġ1 1",
"Ġte xt",
"Ġm il",
"Ġl ook",
"A ny",
"P ause",
"n e",
"ch ool",
"Ġmor e",
"Ġheav y",
"irth day",
"Ġa cc",
"Ġse e",
"Sh ould",
"s ide",
"st art",
"Ġsh ould",
"rou nd",
"Ġco ld",
"if y",
"c ancel",
"k ip",
"Ġs he",
"Ġc hat",
"ĠS p",
"st on",
"er s",
"la ss",
"Ġb irthday",
"Ġh im",
"st ru",
"Ġal ert",
"e ar",
"ĠS t",
"ĠJ o",
"stru ction",
"w ill",
"Ġs p",
"at er",
"Ġw ake",
"S nooze",
"d u",
"l la",
"Ġa round",
"rou p",
"Ġtw o",
"a u",
"d ate",
"Ġp re",
"Ġ1 2",
"ct or",
"Ġcon struction",
"Ġacc id",
"s h",
"Ġ U",
"re lla",
"et w",
"Ġg roup",
"ill e",
"ide o",
"ag o",
"u e",
"Ġb ack",
"Ġc lass",
"ic ago",
"Ġre c",
"Ġfr i",
"Ġu mb",
"Ġcom ing",
"Ġlist en",
"Ġumb rella",
"b um",
"s ed",
"t on",
"la nt",
"Ġh ow",
"ar d",
"Ġout side",
"mb er",
"iv al",
"v ille",
"Ġs chool",
"ow nt",
"Ġc all",
"Ġc lo",
"ic e",
"Ġv ideo",
"St art",
"St op",
"ownt own",
"Ġb etw",
"ĠS an",
"ri d",
"Ġev ent",
"un ch",
"ot her",
"um b",
"Ġal bum",
"Ġar ri",
"Ġmil es",
"Ġbetw een",
"a rm",
"Ġp ay",
"Ġg ame",
"Ġdo g",
"S kip",
"a h",
"a p",
"o c",
"Ġs ay",
"as h",
"Ġd owntown",
"Ġdo ctor",
"Ġ4 5",
"ĠCh ristmas",
"i am",
"t le",
"u p",
"Ġo ver",
"Ġweek ly",
"est ival",
"Ġconcert s",
"I f",
"o b",
"w hen",
"Ġc le",
"Ġc ount",
"Re move",
"ad d",
"ot ify",
"Te xt",
"L et",
"e p",
"t urn",
"or m",
"on e",
"Ġs nooze",
"ic h",
"ĠC ity",
"Ġst op",
"Ġex p",
"che du",
"i b",
"l or",
"o s",
"s end",
"u g",
"Ġn ot",
"Ġr un",
"ĠCh icago",
"Ġde g",
"ire ction",
"G et",
"d it",
"Ġs o",
"th ing",
"ion s",
"Ġhe ar",
"chedu le",
"d elete",
"or a",
"is e",
"ĠA n",
"Ġday s",
"c o",
"e ed",
"re et",
"Ġw as",
"Ġc he",
"Ġl unch",
"Ġre port",
"Ġd own",
"Ġu nt",
"Ġsu ppo",
"G ive",
"i x",
"p ause",
"Ġt urn",
"Ġw ould",
"ra ffic",
"Ġdri ving",
"and ora",
"Ġroad s",
"Res ume",
"Ġarri ve",
"irection s",
"Ġunt il",
"d o",
"d io",
"i ft",
"Ġa dd",
"on t",
"al k",
"ist ance",
"ĠA M",
"Ġexp ect",
"Ġsuppo sed",
"s how",
"Ġm ess",
"Ġg ood",
"Ġweek s",
"ĠA t",
"am p",
"Ġ9 0",
"eat tle",
"land o",
"e ather",
"h o",
"l es",
"n a",
"v i",
"v o",
"Ġt r",
"la s",
"im e",
"Ġc ancel",
"Ġl ate",
"Ġwe ar",
"st op",
"Ġj ack",
"ail y",
"W here",
"s ume",
"t ing",
"Ġf estival",
"it e",
"Ġl ight",
"Ġl oc",
"Ġd aily",
"ar y",
"ĠB e",
"ag es",
"ĠO r",
"iam i",
"ug ust",
"a ra",
"d er",
"e g",
"u b",
"in k",
"re n",
"an k",
"Ġre peat",
"id s",
"what s",
"Ġ4 0",
"sk ip",
"te ll",
"Ġde lay",
"Ġmo v",
"ĠAt lant",
"h n",
"i g",
"i us",
"l ow",
"ou nd",
"ic al",
"Ġh as",
"Ġd elete",
"Ġtimer s",
"ch ange",
"Ġy ear",
"il y",
"ĠB o",
"Ġmon day",
"Ġaccid ents",
"Ġjack et",
"E R",
"I N",
"or e",
"re peat",
"Ġf ar",
"Ġw ind",
"Ġw arm",
"an e",
"Ġin ter",
"Ġh is",
"Ġd istance",
"Ġg ro",
"ĠA ugust",
"Te mperature",
"Ġwork out",
"Ġcount ry",
"Ġmess ages",
"T hing",
"a le",
"b all",
"d y",
"e mber",
"r and",
"u l",
"Ġ qu",
"Ġf ast",
"Ġf ive",
"Ġs w",
"is co",
"ou s",
"Ġc l",
"Ġh um",
"ri p",
"Re peat",
"ĠT H",
"al las",
"Ġpart ies",
"Ġhigh way",
"Ġlook ing",
"Ġche ck",
"Thing s",
"Ġhum id",
"F ind",
"i le",
"u ff",
"Ġ us",
"Ġf ood",
"is play",
"Ġd irections",
"ĠS eattle",
"ĠT O",
"Ġst ation",
"Ġcon dit",
"Ġ20 1",
"Ġask ing",
"Ġgro c",
"A sk",
"z z",
"on cert",
"Ġf un",
"is h",
"Ġp la",
"Ġd ent",
"Ġe m",
"st e",
"Ġare a",
"ne y",
"Ġfri end",
"Ġcondit ions",
"c re",
"d ic",
"g o",
"i day",
"i ver",
"v en",
"Ġt en",
"or d",
"at est",
"Ġl ow",
"Ġg ive",
"Ġbe ach",
"id a",
"Ġrain ing",
"av ing",
"Ġk ids",
"Ġsun ny",
"ĠJo hn",
"a i",
"e x",
"g g",
"g et",
"i an",
"p h",
"r ic",
"Ġt uesday",
"Ġa vo",
"at ch",
"en ce",
"Ġb us",
"Ġl et",
"Ġan other",
"el s",
"out h",
"anc isco",
"ĠP ark",
"Ġlong er",
"Ġro ck",
"ol iday",
"ĠSp otify",
"Ġrun ning",
"ĠOr lando",
"Ġdent ist",
"U p",
"e e",
"Ġf ree",
"Ġp h",
"en g",
"Ġb est",
"Ġc ome",
"ut e",
"Ġ2 5",
"Ġst reet",
"am ily",
"ĠD allas",
"ir st",
"Ġsh ort",
"Res et",
"Ġfl ight",
"Ġcle an",
"ĠAtlant a",
"oncert s",
"Ġavo id",
"W ake",
"W eather",
"re ad",
"Ġf irst",
"Ġc reate",
"as s",
"Ġth ree",
"ĠF r",
"est s",
"ort land",
"Ġchat s",
"Ġloc ation",
"Up date",
"a b",
"a ce",
"c reate",
"o d",
"s on",
"w n",
"Ġt rip",
"Ġm id",
"re sume",
"Ġf re",
"Ġs chedule",
"Ġw alk",
"is s",
"ing s",
"Ġl atest",
"Ġin ste",
"Ġre qu",
"Ġd ad",
"ar l",
"ĠM ar",
"ĠM iami",
"ec ember",
"av or",
"Ġcom m",
"Ġshow s",
"Ġexpect ed",
"Ġtr ash",
"Ġinste ad",
"R est",
"a ct",
"c om",
"Ġ our",
"in a",
"re es",
"re set",
"Ġs aturday",
"Ġb o",
"Ġb ill",
"Ġc ity",
"Ġd et",
"Ġd id",
"om et",
"us h",
"ĠA l",
"Ġst ill",
"Ġst orm",
"ĠJ ack",
"all y",
"ew ay",
"ĠR o",
"m a",
"s nooze",
"Ġ !",
"Ġa pp",
"he it",
"Ġw here",
"Ġb ad",
"as on",
"Ġre st",
"Ġo ffic",
"Ġgo es",
"un e",
"ad o",
"ond on",
"Ġmo st",
"Ġfri day",
"Ġcall ed",
"Ġclo s",
"ah ren",
"Ġdeg rees",
"Ġdelay s",
"ĠTH E",
"Ġcomm ute",
"Rest art",
"Ġoffic e",
"ahren heit",
"C ould",
"E S",
"O R",
"T h",
"e y",
"n s",
"o pp",
"t o",
"Ġ end",
"Ġ rid",
"Ġa ir",
"Ġto p",
"Ġf avor",
"Ġw ater",
"Ġp o",
"Ġme dic",
"Ġl ater",
"Ġd ue",
"Ġo p",
"ge les",
"ent er",
"Ġu n",
"Ġup date",
"ist er",
"ĠP h",
"ĠP ortland",
"ĠF lor",
"ĠL ondon",
"ĠH ou",
"rou gh",
"ĠV eg",
"Ġfl ood",
"sh ould",
"els ius",
"Ġfre eway",
"Ġrequ ests",
"ĠVeg as",
"A larm",
"T raffic",
"W ould",
"e ll",
"h ich",
"l et",
"m er",
"t s",
"v ents",
"Ġ ;",
"Ġ \\",
"Ġ ll",
"Ġthe m",
"Ġf eed",
"Ġf amily",
"Ġs omet",
"at h",
"at ed",
"as k",
"Ġre m",
"Ġre s",
"Ġd r",
"ke d",
"Ġth an",
"Ġth rough",
"ve l",
"What s",
"ĠM ay",
"ĠC ol",
"ĠP andora",
"Ġst u",
"ĠB r",
"Ġplay ing",
"ĠN Y",
"Ġaccid ent",
"Ġclass ical",
"Ġdeg ree",
"ĠBo ston",
"Ġhumid ity",
"Ġem ail",
"ĠFlor ida",
"a w",
"g in",
"i la",
"m p",
"o g",
"u ll",
"Ġs low",
"Ġp a",
"Ġp ro",
"en s",
"en ix",
"Ġc ook",
"Ġd on",
"ĠS h",
"ĠD ecember",
"for m",
"Ch ristmas",
"te xt",
"ust in",
"umb s",
"ho enix",
"Ġmov ie",
"Ġwind y",
"iver s",
"ĠFr ancisco",
"Ġsomet hing",
"D isplay",
"d e",
"Ġa s",
"Ġa ct",
"Ġf ind",
"Ġw atch",
"et s",
"et er",
"Ġp er",
"an n",
"ou gh",
"Ġd ate",
"ra ct",
"Ġtra in",
"Ġweek day",
"al m",
"ĠJ une",
"Ġ8 0",
"ĠL A",
"Ġany thing",
"Ġch ance",
"int er",
"Ġstart s",
"ak ing",
"ib ra",
"Ġfestival s",
"com ing",
"ĠHou ston",
"A R",
"A T",
"C oncerts",
"b or",
"c le",
"l ing",
"o ll",
"t ime",
"u ly",
"Ġm ail",
"Ġthe y",
"on na",
"ay lor",
"Ġp ark",
"Ġb ook",
"Ġn o",
"Ġh it",
"Ġh al",
"Ġd ur",
"Ġwe d",
"Ġbe d",
"ur ring",
"Re ad",
"Ġst ore",
"ĠL os",
"Ġv et",
"vi ew",
"ĠBe ach",
"Ġqu ick",
"uff le",
"Ġgroc ery",
"Ġfriend ly",
"Ġshort s",
"ibra ry",
"b y",
"b ook",
"d ry",
"i el",
"m it",
"m ake",
"Ġto wn",
"at es",
"Ġw or",
"Ġw inter",
"Ġp ause",
"an s",
"im er",
"Ġb r",
"Ġb re",
"ic o",
"le ep",
"Ġth ursday",
"Ġbe en",
"Ġe ar",
"ur ch",
"ur ric",
"ĠC elsius",
"un dry",
"ad y",
"ĠF ahrenheit",
"Ġneed s",
"ĠD ay",
"Ġla undry",
"ver age",
"ĠCh arl",
"Ġj o",
"Sh ut",
"Ġstart ing",
"Ġor der",
"hing ton",
"Ġsu b",
"ĠSp ring",
"ĠAn geles",
"amp a",
"eng er",
"Ġop en",
"Ġhal f",
"E vents",
"N D",
"a x",
"a zz",
"i ld",
"p ut",
"r ise",
"t raffic",
"Ġ /",
"Ġt ick",
"on s",
"re ss",
"Ġs unday",
"Ġs ister",
"Ġw ar",
"it ch",
"Ġl ibrary",
"Ġh urric",
"Ġg re",
"Ġg rand",
"ff ee",
"Ġr ush",
"Ġup coming",
"Ġget ting",
"ĠP eter",
"Ġle aving",
"um mer",
"ĠJ uly",
"ĠL as",
"Ġch ristmas",
"Ġsh opp",
"ĠG re",
"Ġha ir",
"Ġco at",
"Ġar t",
"Ġpre s",
"Ġpre vi",
"rid ge",
"Ġsay ing",
"Ġwed nesday",
"Ġshopp ing",
"Ġprevi ous",
"A Y",
"P ut",
"b er",
"i k",
"o ld",
"r d",
"Ġ Z",
"Ġa d",
"Ġa verage",
"he art",
"or th",
"Ġf in",
"Ġf all",
"Ġs on",
"Ġs ound",
"Ġp op",
"Ġp andora",
"Ġtim es",
"ic a",
"Ġre ach",
"Ġan n",
"Ġbe gin",
"ur g",
"oo t",
"ĠM ess",
"ĠT he",
"un t",
"al i",
"ĠP hoenix",
"Ġra dio",
"Ġevery day",
"Ġj am",
"ro it",
"ie go",
"te mber",
"ark et",
"Ġtext s",
"Ġsp otify",
"ĠU n",
"Ġrec urring",
"Ġ201 8",
"cre ase",
"ĠJack son",
"Ġair port",
"ĠNY C",
"Ġtick ets",
"Ġwar ning",
"Ġhurric ane",
"I M",
"L ist",
"N ew",
"O W",
"Q u",
"a ir",
"e or",
"l v",
"w ood",
"w here",
"y m",
"Ġto r",
"er ies",
"Ġs a",
"Ġs an",
"Ġs outh",
"Ġs leep",
"Ġs ummer",
"Ġw est",
"is ney",
"Ġp ass",
"an a",
"ou is",
"Ġl ot",
"as hington",
"Ġh oliday",
"Ġon ly",
"Ġg as",
"Ġg ift",
"ra l",
"ra dio",
"Ġo il",
"Ġe ach",
"ed y",
"ĠS ep",
"Ġ1 8",
"Ġy ork",
"al s",
"ĠD iego",
"ĠW est",
"ĠW ashington",
"ĠH igh",
"Ġab ove",
"Ġv is",
"Ġmonth ly",
"ation s",
"ĠG rand",
"Ġj ust",
"Ġco ffee",
"ĠY ear",
"Ġsun rise",
"Ġsp eed",
"Ġrec ord",
"Ġclo ck",
"Ġcle ar",
"Ġmov ies",
"ace book",
"Ġdur ing",
"Ġbre ak",
"Ġsub mit",
"heart radio",
"ĠMess enger",
"2 0",
"E T",
"S T",
"W hich",
"b and",
"c ot",
"d own",
"h am",
"i et",
"o k",
"p ond",
"t y",
"Ġ &",
"re move",
"Ġw h",
"Ġp ic",
"Ġp ut",
"Ġp ack",
"Ġb ut",
"it es",
"Ġh us",
"ke y",
"Ġth ank",
"ill y",
"Ġe gg",
"ĠS te",
"Ġtra vel",
"Ġmin s",
"ĠM an",
"ĠM ike",
"ĠC ar",
"Ġi heartradio",
"Ġra p",
"Ġhe ad",
"ĠD isney",
"for n",
"Ġwith out",
"ment o",
"Ġv ia",
"ain ing",
"Ġha il",
"Ġse ason",
"Ġcar d",
"Ġchange d",
"au l",
"au gh",
"IN G",
"Ġfast est",
"Ġsw eat",
"Ġus ing",
"Ġgroc eries",
"Ġph one",
"Ġflood ing",
"Ġear ly",
"ali forn",
"Ġvis it",
"Ġhus band",
"A l",
"D id",
"G o",
"N T",
"O U",
"T he",
"a pp",
"c y",
"e b",
"m y",
"o st",
"p ri",
"p ly",
"r is",
"t her",
"t end",
"u al",
"w ork",
"Ġm all",
"or ado",
"Ġthe n",
"er day",
"on a",
"re start",
"Ġs k",
"Ġs kip",
"et roit",
"Ġb ase",
"Ġb lo",
"Ġc re",
"Ġc ance",
"Ġc ous",
"it ies",
"Ġl ess",
"Ġl ove",
"Ġin to",
"Ġre g",
"Ġd ry",
"Ġd one",
"Ġg onna",
"ra ck",
"ra mento",
"Ġth ir",
"Ġth ings",
"Ġo ven",
"Ġbe low",
"st ate",
"oo p",
"ĠM om",
"ĠM ad",
"ĠT ampa",
"ĠC aliforn",
"un der",
"anc es",
"ĠF acebook",
"Ġte mp",
"est erday",
"Ġ6 0",
"ĠD an",
"ĠD etroit",
"ĠJ ane",
"Ġcon t",
"Ġal ter",
"ĠFriday s",
"Ġj ob",
"ĠE ve",
"if e",
"ac ramento",
"Any thing",
"umb er",
"Ġdoctor s",
"ont o",
"Ġpla ce",
"Ġclean ing",
"od ify",
"Ġmid night",
"ĠCol orado",
"ila d",
"iel d",
"ĠCharl ot",
"20 1",
"Ġegg s",
"pri l",
"Ġcous in",
"3 0",
"E M",
"I L",
"O M",
"W H",
"a larm",
"c ius",
"f er",
"g ive",
"i z",
"i er",
"i um",
"i zz",
"n g",
"o ice",
"r ite",
"t est",
"Ġ hat",
"Ġt ast",
"Ġt ree",
"Ġt aking",
"he s",
"on y",
"Ġs it",
"at t",
"Ġb ike",
"Ġb ridge",
"it t",
"Ġh op",
"Ġre sume",
"Ġon ce",
"Ġg ym",
"ra ft",
"ar is",
"Ġat tend",
"ke e",
"Ġth ink",
"Ġth under",
"ill s",
"el ph",
"el cius",
"Ġ1 7",
"st orm",
"ĠM o",
"ĠT IM",
"Ġy esterday",
"ĠC an",
"ĠC le",
"ĠC enter",
"Ġyou r",
"ĠA r",
"ĠB ob",
"ast er",
"ĠJ im",
"ĠJ am",
"ĠL u",
"ĠL ouis",
"Ġ9 5",
"Ġch urch",
"ant a",
"ĠG eor",
"Ġj azz",
"ĠE d",
"ĠO N",
"Ġsnow ing",
"Ġhot test",
"Ġhapp y",
"cc er",
"Ġmo ving",
"Ġmil k",
"Ġalert s",
"ĠSt reet",
"Ġdog s",
"Ġcl ou",
"Ġcl ub",
"ai i",
"Ġbus y",
"Ġph ot",
"Ġmid day",
"Ġschedule d",
"Th umbs",
"Ġfavor ites",
"Ġmedic ine",
"ĠPh ilad",
"Ġrem aining",
"ĠSep tember",
"ĠCaliforn ia",
"Ġalter n",
"ĠCharlot te",
"201 9",
"elph ia",
"ĠPhilad elphia",
"H ave",
"M odify",
"b urg",
"g an",
"h y",
"i est",
"j ect",
"l er",
"l ike",
"m ents",
"n ado",
"t ion",
"t imer",
"w y",
"w au",
"Ġ \"",
"Ġ z",
"Ġ ve",
"Ġm other",
"Ġm iami",
"on es",
"re g",
"re play",
"Ġs oon",
"Ġp r",
"Ġp ara",
"Ġp ract",
"im m",
"Ġb ac",
"Ġn am",
"Ġh ip",
"ar b",
"le y",
"ĠI S",
"ĠI s",
"ff ect",
"Ġo ther",
"Ġe xt",
"ĠS am",
"ĠS ara",
"ĠS cot",
"st er",
"ĠM Y",
"ĠM ex",
"ĠT im",
"ĠT ra",
"ĠT om",
"ĠT ex",
"Ġr ing",
"Ġ2 1",
"Ġ2 7",
"ĠA nt",
"ĠF OR",
"Ġ10 1",
"ĠJ an",
"ĠN ash",
"Ġla nd",
"ĠH aw",
"use um",
"Ġk ind",
"ag a",
"Sh uffle",
"Ġsun set",
"Ġor lando",
"our s",
"Ġrec ent",
"Ġpay ment",
"ib le",
"Ġso ccer",
"ĠAn n",
"Ġlight s",
"Ġfast er",
"Ġpla ns",
"Ġfree z",
"Ġdr op",
"Ġstu dy",
"Ġpa per",
"ivers ary",
"alm art",
"Ġbr other",
"Ġart ist",
"Ġbegin ning",
"Ġtor nado",
"Ġsweat er",
"Ġbase ball",
"wau kee",
"Ġbac ked",
"Ġnam ed",
"ĠMex ico",
"ĠHaw aii",
"A pp",
"I C",
"I n",
"M S",
"M usic",
"M ove",
"b o",
"c ause",
"c oncerts",
"e ek",
"i al",
"o se",
"u ary",
"w itch",
"y c",
"y on",
"Ġ Whats",
"Ġa ffect",
"Ġm ar",
"Ġm iss",
"Ġm arket",
"Ġto ll",
"or ld",
"er e",
"er v",
"Ġs ent",
"Ġs port",
"la b",
"la r",
"Ġw on",
"et ball",
"en ver",
"en ny",
"ll e",
"Ġb l",
"Ġb ab",
"Ġb ask",
"Ġc ong",
"Ġc ro",
"Ġc our",
"it a",
"Ġl ive",
"ic y",
"Ġin form",
"Ġh aving",
"Ġre move",
"Ġd el",
"Ġg r",
"Ġwe dd",
"ar s",
"Ġne are",
"Ġbe cause",
"Ġe le",
"ĠS w",
"ĠS outh",
"ĠS acramento",
"mor e",
"ĠM ain",
"Re play",
"ĠT aylor",
"Ġgo t",
"al t",
"Ġ2 3",
"Ġ2 8",
"ĠA pril",
"Ġle ast",
"Ġte am",
"est in",
"Ġ10 0",
"Ġ7 5",
"ĠD av",
"ĠW E",
"ĠW ill",
"Ġcon fer",
"ir l",
"Ġch ick",
"Ġch icago",
"Ġch ann",
"Ġch ild",
"Ġwant s",
"Ġsh ut",
"Ġv ac",
"ĠG aga",
"ĠE l",
"ĠMonday s",
"Ġcom p",
"Ġshow er",
"ac o",
"Ġfl or",
"che s",
"Ġwake up",
"Ġinter v",
"Ġinter state",
"Ġwalk ing",
"Ġfavor ite",
"Ġpo st",
"Ġmedic ation",
"Ġstu ck",
"oll y",
"Ġquick est",
"Ġwor st",
"ĠSpring s",
"Ġgrand ma",
"Ġwh ile",
"augh ter",
"WH AT",
"Ġtast ing",
"Ġthunder storm",
"Ġpract ice",
"ĠIs land",
"ĠTex as",
"ĠJan uary",
"ĠNash ville",
"yon ce",
"Ġbask etball",
"Ġwedd ing",
"Ġneare st",
"Ġconfer ence",
"Ġchann el",
"A G",
"D on",
"D is",
"D ri",
"H as",
"K E",
"M y",
"S chedule",
"S ET",
"S witch",
"T ake",
"T ime",
"U T",
"a ur",
"f ind",
"f aul",
"i j",
"i ff",
"l ine",
"p e",
"t an",
"u dio",
"v ent",
"w eather",
"y d",
"Ġ en",
"Ġ ind",
"Ġ use",
"Ġ Qu",
"Ġ icy",
"Ġt alk",
"in es",
"in ce",
"Ġm et",
"Ġm ight",
"Ġm ain",
"or onto",
"er se",
"on io",
"Ġf oot",
"Ġs ide",
"Ġs cre",
"at ing",
"la h",
"is a",
"Ġp e",
"Ġp lant",
"an na",
"ll ed",
"hat tan",
"Ġb ank",
"ind a",
"Ġc at",
"Ġc ake",
"it ation",
"Ġin v",
"Ġd aughter",
"ar ch",
"om a",
"Ġat lant",
"Ġne igh",
"Ġe ight",
"el y",
"Ġ1 3",
"Ġ1 6",
"Ġ1 9",
"Ġam ount",
"Set up",
"ent y",
"ĠM all",
"Re ply",
"ĠC on",
"Ġ3 5",
"Ġr out",
"ad e",
"Ġ5 0",
"Ġ2 2",
"ĠA L",
"ĠA m",
"ĠA ri",
"ĠA ustin",
"ĠP aris",
"ĠF estival",
"il ence",
"um per",
"ĠD C",
"ĠD ad",
"ĠJ ason",
"ĠJ ustin",
"ĠL ady",
"ĠL isa",
"ĠW almart",
"ĠW orld",
"ure s",
"ĠN orth",
"Ġch ances",
"Ġwith in",
"ĠCh ris",
"ĠO k",
"ĠO reg",
"Ġmeeting s",
"Ġde faul",
"qu e",
"Ġsu pp",
"ĠSp ain",
"ĠJo se",
"Ġsp ec",
"Ġclass ic",
"ard en",
"Ġclo sed",
"ont in",
"Ġrepeat ing",
"ĠAtlant ic",
"ig an",
"Ġ201 9",
"ĠCol umb",
"Ġpro ject",
"Ġact ive",
"Ġact iv",
"Ġper form",
"ĠGre en",
"Ġad v",
"Ġann iversary",
"ĠJackson ville",
"lv d",
"Ġpass ing",
"ĠHigh way",
"ĠLouis ville",
"Ġclou dy",
"Ġext ra",
"ĠSara h",
"ĠAnt onio",
"Ġfreez ing",
"Ġbab y",
"Ġcong est",
"ĠSw ift",
"Ġchick en",
"Ġflor ida",
"aur ant",
"Ġfoot ball",
"Ġneigh bor",
"ĠOreg on",
"Ġdefaul t",
"C he",
"C om",
"F F",
"F or",
"K id",
"L A",
"N e",
"O n",
"T A",
"W ho",
"b r",
"c a",
"c ked",
"d ra",
"f all",
"h oliday",
"n o",
"o es",
"p m",
"s p",
"s w",
"t al",
"t ract",
"t rack",
"u d",
"w ard",
"y pe",
"Ġ 0",
"Ġ ice",
"Ġa c",
"Ġm a",
"Ġm ove",
"Ġm ile",
"Ġm useum",
"or y",
"re s",
"Ġf lo",
"Ġf our",
"Ġf ix",
"Ġf ace",
"Ġs c",
"Ġs ure",
"Ġs eattle",
"Ġs ale",
"la d",
"la n",
"ow er",
"ow ers",
"Ġp ot",
"an g",
"en a",
"en n",
"Ġc ool",
"Ġn orm",
"it s",
"it al",
"it tle",
"Ġin ches",
"Ġh ad",
"Ġre ad",
"Ġre act",
"Ġre ally",
"Ġre ady",
"Ġd ec",
"Ġd isplay",
"Ġd estin",
"Ġon line",
"Ġg irl",
"le d",
"le x",
"Ġth read",
"Ġth ose",
"Ġbe ing",
"ĠS e",
"ĠS he",
"ĠS us",
"ĠS chool",
"ĠS MS",
"ur key",
"Ġfr ancisco",
"ĠM e",
"ĠM el",
"ĠM il",
"ĠM usic",
"ĠM ich",
"ri e",
"ĠT oronto",
"Ġ3 1",
"Ġr and",
"Ġdo ing",
"Ġup d",
"ad ium",
"al es",
"Ġ2 4",
"ĠA unt",
"ck s",
"ĠP er",
"ĠP ro",
"ĠF ort",
"ĠF eb",
"am a",
"ĠB E",
"Ġhe l",
"Ġweekend s",
"ĠD e",
"ĠD enver",
"nd er",
"ct ob",
"ĠL I",
"ĠL a",
"ĠL au",
"Ġevery one",
"Ġla ne",
"ĠH e",
"ĠH olly",
"all ey",
"Ġtemperature s",
"Ġv ol",
"Ġv oice",
"remind er",
"ĠMon t",
"ĠE m",
"ĠE ng",
"ĠE aster",
"ĠO ctob",
"Ġco st",
"Ġcurrent ly",
"Ġcom put",
"Ġse ven",
"ĠK y",
"ĠK ing",
"Ġpick ing",
"Ġhot el",
"ail s",
"Ġnight s",
"ĠWednesday s",
"Ġmom ent",
"Ġfl owers",
"Ġtw enty",
"ak es",
"ers on",
"Ġpre dic",
"ĠU S",
"Ġrec yc",
"up date",
"Ġcount down",
"do es",
"Ġlight ing",
"IN D",
"Ġinter view",
"Ġsw ift",
"Ġdet ours",
"ĠRo ad",
"Ġrest aurant",
"Ġclos est",
"ES S",
"ell o",
"Ġres pond",
"Ġdr ink",
"Ġweekday s",
"cle ar",
"ĠDay ton",
"Ġgre at",
"Ġfin ish",
"Ġsound track",
"ĠMan hattan",
"ĠCar ol",
"Ġblo cked",
"Ġcance lled",
"EM IND",
"izz a",
"ĠTIM ER",
"ĠGeor ge",
"Ġphot o",
"Ġpara de",
"Ġchild ren",
"Ġvac ation",
"Dri ving",
"ij ing",
"erse y",
"Ġplant s",
"Ġrout es",
"Ġactiv ities",
"Che ck",
"Ġrand om",
"ĠFeb ru",
"ĠOctob er",
"Ġcomput er",
"A r",
"B est",
"D irections",
"L Y",
"L ook",
"N o",
"V E",
"V ER",
"W ine",
"W hy",
"a it",
"c ent",
"c ount",
"c ord",
"d s",
"d ale",
"e le",
"f ield",
"g ra",
"h a",
"i rm",
"m an",
"n n",
"n er",
"o le",
"r on",
"t ed",
"u es",
"w are",
"x p",
"y e",
"â Ģ",
"Ġ Q",
"Ġ im",
"Ġ ke",
"Ġ What",
"Ġt ill",
"Ġt ax",
"Ġa he",
"Ġa way",
"in o",
"in s",
"Ġm an",
"Ġthe ir",
"er c",
"er g",
"er an",
"er ase",
"Ġf ift",
"Ġf ahrenheit",
"Ġs m",
"Ġs ave",
"Ġs ad",
"at ive",
"Ġw ho",
"Ġw hich",
"et h",
"et te",
"Ġfor get",
"ing ton",
"ing ham",
"Ġp ower",
"an gh",
"ou p",
"en e",
"en o",
"en lo",
"ll y",
"Ġb read",
"Ġb umper",
"Ġc ent",
"Ġc al",
"Ġc amp",
"Ġn ame",
"Ġn ap",
"Ġn umber",
"it ion",
"Ġl ine",
"Ġl oop",
"Ġl ife",
"Ġtim ing",
"ic s",
"ic he",
"Ġin c",
"Ġin crease",
"Ġre un",
"Ġd ance",
"Ġd ates",
"Ġan t",
"Ġg arb",
"ar on",
"ĠI N",
"Ġremind ed",
"Ġth umbs",
"ve land",
"Ġo k",
"Ġbe er",
"Ġe ast",
"ĠS ale",
"ĠS anta",
"Ġu nder",
"how s",
"ĠM O",
"ĠM or",
"ĠM inn",
"ĠM ary",
"ĠM IN",
"ĠT w",
"ĠC old",
"ĠC elcius",
"id ge",
"un es",
"ad a",
"al o",
"Ġ5 5",
"ĠA ven",
"ĠA ND",
"ĠP ens",
"Ġle vel",
"ĠF re",
"ĠF arm",
"am es",
"ĠB ar",
"ĠB ill",
"ĠB el",
"ĠB lvd",
"Ġhe at",
"Ġ7 0",
"Ġ4 1",
"Ġ4 9",
"ĠJ ul",
"Ġrain co",
"op ical",
"Ġmorning s",
"ly n",
"ĠH ER",
"all ow",
"Ġab le",
"Ġal ong",
"Ġal read",
"and y",
"Ġhome work",
"ĠR oute",
"ĠR iver",
"ce an",
"ĠE v",
"ie ber",
"lo ck",
"ol is",
"Ġse arch",
"ĠK im",
"Ġnear by",
"ust ral",
"Ġshow ing",
"Ġex erc",
"Ġheav iest",
"ĠV alley",
"du ce",
"Ġpre p",
"ard ing",
"Ġclo se",
"Ġarri ving",
"ap olis",
"Ġover night",
"thing s",
"Ġreport ed",
"Ġtr opical",
"Ġlight est",
"eg in",
"ig n",
"Ġmonday s",
"Ġfun dra",
"Ġfriend s",
"Ġshort est",
"ĠMar ch",
"Ġbo ston",
"Ġdet ails",
"Ġstorm s",
"Ġclos ures",
"Th is",
"ĠBr ook",
"Ġcook ing",
"Ġper cent",
"AR M",
"ling ton",
"Ġhit s",
"Ġbed time",
"Ġpres ent",
"Ġann ual",
"Ġjam s",
"ĠUn cle",
"air s",
"ĠSte ve",
"Ġhead ed",
"Al ert",
"Ġreg arding",
"Ġthir d",
"Ġthir ty",
"ĠMad rid",
"Ġcont act",
"IL L",
"Ġsit u",
"ĠCle veland",
"ĠLu cy",
"Ġaltern ate",
"ĠWhats App",
"Ġinform ation",
"ĠDav id",
"aco la",
"Ġinterv als",
"UT ES",
"yd ney",
"Ġen ough",
"Ġatlant a",
"ĠAL ARM",
"ontin ue",
"Ġadv is",
"For ecast",
"Ġdestin ation",
"ĠMil waukee",
"ĠLau ra",
"ĠHolly wood",
"Ġrecyc ling",
"ĠFebru ary",
"Ġahe ad",
"angh ai",
"Ġreun ion",
"Ġgarb age",
"ĠSale m",
"ĠMIN UTES",
"ĠPens acola",
"Ġrainco at",
"Ġalread y",
"ustral ia",
"Ġfundra is",
"' m",
"A D",
"B e",
"E L",
"H el",
"L D",
"L ike",
"M ESS",
"N Y",
"N eed",
"O T",
"R I",
"Y ou",
"a o",
"a us",
"b u",
"b ec",
"b ack",
"b ound",
"c es",
"c ast",
"c ip",
"c rip",
"c rack",
"d es",
"d ent",
"d isplay",
"e v",
"e apolis",
"f un",
"f ast",
"f ect",
"g er",
"g ar",
"g ia",
"h io",
"h ib",
"i pp",
"j ust",
"k es",
"l in",
"l ic",
"l ies",
"m ond",
"m iss",
"m ost",
"p a",
"p end",
"p ike",
"p ull",
"r ange",
"s a",
"s ay",
"t ake",
"t ure",
"u ck",
"u lar",
"w ake",
"z ona",
"Ġ (",
"Ġ )",
"Ġ ri",
"Ġ Re",
"Ġ est",
"Ġ enter",
"Ġ âĢ",
"Ġt u",
"Ġt v",
"Ġt aylor",
"Ġt ampa",
"Ġa ss",
"Ġa unt",
"in ate",
"Ġm um",
"Ġm ich",
"Ġto ok",
"or s",
"Ġthe ater",
"er n",
"er ent",
"er ry",
"Ġs ing",
"Ġs us",
"Ġs erv",
"Ġs ince",
"Ġs ales",
"at s",
"at us",
"la ke",
"Ġw ine",
"Ġw ife",
"Ġw rite",
"Ġw anna",
"Ġp ri",
"Ġp ast",
"Ġp ant",
"Ġp ool",
"ll ing",
"ll ino",
"im ore",
"im ated",
"im inate",
"Ġb ot",
"Ġb all",
"Ġb ag",
"Ġb ath",
"Ġc ould",
"Ġc enter",
"Ġc elsius",
"Ġc elcius",
"Ġc ele",
"Ġc aus",
"Ġn orth",
"it o",
"it ter",
"Ġl os",
"Ġl ittle",
"Ġh ard",
"Ġh ig",
"Ġh ik",
"Ġh old",
"Ġre nt",
"Ġd es",
"Ġd allas",
"Ġd ress",
"Ġd iff",
"Ġan geles",
"Ġg ames",
"om m",
"le ans",
"ĠI nt",
"ĠI nd",
"ĠI llino",
"ut crack",
"Ġe arl",
"Ġe ye",
"ĠS E",
"ĠS m",
"ĠS ally",
"ur ham",
"Ġ1 4",
"row n",
"end ar",
"Ġfr ont",
"ĠM et",
"ĠM enlo",
"ĠM iche",
"ri b",
"ri an",
"ri end",
"ĠT al",
"ĠT op",
"ĠT ime",
"Ġy et",
"ĠC or",
"ĠC ount",
"Ġ3 7",
"id er",
"un k",
"Ġ5 9",
"ist ing",
"ĠA T",
"ĠA la",
"ĠA pp",
"ĠA lex",
"ĠP as",
"ĠP aul",
"ot a",
"ĠF L",
"Ġst ay",
"Ġst opp",
"Ġst atus",
"est on",
"ĠB ra",
"ĠB al",
"ĠB ro",
"ĠB uff",
"ĠB ieber",
"ĠB rian",
"um p",
"ĠD on",
"ĠD urham",
"ĠJ e",
"ĠJ ess",
"ĠL e",
"ĠL y",
"ĠN E",
"ĠN ick",
"op e",
"Ġ9 8",
"Ġla wn",
"Ġch illy",
"ĠH ar",
"ĠH app",
"Ġnew s",
"av en",
"Ġsh uffle",
"Ġsh oes",
"Ġal most",
"Ġmonth s",
"ation al",
"ĠG A",
"ĠG arden",
"ĠR ob",
"ĠR ich",
"ĠR ale",
"rent s",
"ove mber",
"ĠE TA",
"ĠO m",
"ĠO hio",
"Ġco l",
"ĠTh ank",
"ol k",
"Ġcom edy",
"ĠK ey",
"Ġpick up",
"if ic",
"Do es",
"Ġknow s",
"ac y",
"Res pond",
"are d",
"Ġex it",
"Ġex isting",
"ĠV A",
"our ne",
"Ġlook s",
"ĠSt ate",
"ĠJo e",
"Ġsp ring",
"au lo",
"Ġpre cip",
"sh ire",
"ah a",
"ap e",
"Ġsay s",
"os p",
"Ġso ft",
"Ġexpect ing",
"ĠBe yonce",
"ub tract",
"Ġyear s",
"Ġhighway s",
"Ġ201 7",
"Ġpla n",
"get her",
"Ġfree ze",
"ĠMar ia",
"Ġbill s",
"ĠRo ck",
"Ġrid e",
"Ġun ivers",
"Ġun cle",
"Ġflood ed",
"Ġrem ember",
"Ġres chedule",
"og a",
"Ġpro v",
"de le",
"Ġno ise",
"Ġjo hn",
"ress way",
"Ġpres crip",
"Ġfin al",
"Qu iet",
"Ġsa id",
"ĠGrand ma",
"ĠYear s",
"Ġpic n",
"OU LD",
"Ġsk i",
"Ġreg ister",
"Ġhat e",
"ĠJam ie",
"Ġaltern ative",
"Ġz oo",
"In crease",
"Ġele ct",
"alt imore",
"ĠWill iam",
"Ġthunderstorm s",
"AG E",
"ĠQu een",
"Ġscre en",
"lah oma",
"ĠAri zona",
"ĠOk lahoma",
"Ġsupp lies",
"Ġcongest ion",
"Com edy",
"FF IC",
"ĠMich igan",
"ĠEng land",
"Ġpredic ted",
"Ar t",
"gra m",
"irm ingham",
"Ġfift een",
"Ġcal endar",
"Ġinc l",
"ĠMinn eapolis",
"ĠCold play",
"ĠAven ue",
"allow een",
"Ġpercent age",
"Ġsitu ation",
"Hel p",
"MESS AGE",
"Ġpri or",
"Ġcele br",
"Ġhik ing",
"Ġdiff erent",
"ĠIllino is",
"utcrack er",
"Ġearl ier",
"ĠMiche lle",
"Ġstopp ed",
"ĠRale igh",
"Ġprecip itation",
"A t",
"A FFIC",
"B ring",
"C T",
"C lo",
"C ontinue",
"D istance",
"D AY",
"E D",
"E r",
"F riday",
"F ree",
"F amily",
"G H",
"H e",
"H oliday",
"H OULD",
"M A",
"N OW",
"O N",
"P M",
"P ull",
"R OM",
"R EMIND",
"R AFFIC",
"S ilence",
"S ubtract",
"T imer",
"W rite",
"a e",
"a ut",
"a el",
"b ur",
"b ert",
"b eat",
"b ring",
"b ourne",
"c el",
"c al",
"c ould",
"e vents",
"f ul",
"g as",
"g age",
"g ot",
"h ood",
"i ra",
"i ot",
"i ze",
"i ence",
"j i",
"k ype",
"l t",
"l ub",
"l oop",
"m in",
"m et",
"m ont",
"n es",
"n ot",
"o ck",
"o int",
"o cc",
"p art",
"p tember",
"r ick",
"s o",
"s burg",
"t a",
"t en",
"t own",
"t ions",
"t gage",
"u a",
"u ce",
"u ally",
"v es",
"v al",
"v ie",
"w er",
"w ould",
"w atch",
"y o",
"y s",
"y an",
"y ste",
"z a",
"Ġ X",
"Ġ ent",
"Ġ eng",
"Ġ key",
"Ġt ru",
"Ġt urkey",
"Ġa v",
"Ġa udio",
"in crease",
"Ġm ow",
"Ġm ike",
"Ġm ix",
"Ġm ade",
"he st",
"Ġto o",
"Ġto gether",
"or row",
"Ġthe at",
"re m",
"re t",
"re al",
"Ġf ly",
"Ġf ine",
"Ġf ire",
"Ġf ield",
"Ġs ur",
"Ġs ist",
"Ġs am",
"Ġs and",
"Ġs ame",
"Ġs yste",
"at ely",
"la ck",
"Ġw ave",
"Ġw ash",
"Ġw ere",
"Ġw ait",
"is on",
"is hing",
"et t",
"et ers",
"es ha",
"Ġp ull",
"Ġp hoenix",
"Ġp urch",
"Ġp erson",
"Ġp izza",
"ou ver",
"im eters",
"Ġb i",
"Ġb et",
"Ġb ay",
"Ġb ake",
"Ġb and",
"Ġb aking",
"Ġc r",
"Ġc ut",
"Ġc up",
"Ġc raft",
"Ġc oup",
"Ġme mb",
"Ġme dit",
"Ġn ice",
"it ed",
"it am",
"Ġl o",
"ic es",
"ic ip",
"as es",
"as se",
"Ġh i",
"Ġre t",
"Ġre turn",
"Ġre gg",
"Ġre ply",
"Ġd is",
"Ġd ish",
"Ġd ecember",
"Ġg lad",
"ra b",
"Ġwe ll",
"ar th",
"ar ry",
"om orrow",
"ĠI n",
"ĠI tal",
"Ġremind ing",
"ge l",
"ut es",
"Ġbe yonce",
"Ġbe aut",
"Ġe as",
"ĠS U",
"ĠS u",
"ĠS how",
"ĠS il",
"ĠS qu",
"ĠS ydney",
"Ġmin t",
"Ġfr idge",
"ent ral",
"ess ee",
"oo ts",
"ĠM E",
"ĠM in",
"ĠM ag",
"ĠM ark",
"ĠM ount",
"ĠM ac",
"ĠM iss",
"ĠM arket",
"ĠM att",
"ch o",
"Re act",
"ĠT o",
"ĠT ony",
"ĠT enn",
"ĠT RAFFIC",
"Ġgo sp",
"ĠC H",
"ĠC O",
"ĠC ong",
"ĠC entral",
"un ity",
"Ġdo or",
"Ġup beat",
"ad way",
"Ġget s",
"anc ouver",
"Ġ2 6",
"ĠA f",
"ĠA s",
"ĠA mer",
"ĠA ustralia",
"ĠA dele",
"Remind er",
"ĠP ete",
"ĠP alm",
"ot hes",
"ĠF ROM",
"Ġst uff",
"Ġst adium",
"Ġte eth",
"est ing",
"il m",
"Ġhou ston",
"ĠB l",
"ĠB ay",
"ĠB ack",
"ĠB irthday",
"ĠB ridge",
"ĠB illy",
"ĠB irmingham",
"Ġ6 4",
"Ġmor tgage",
"Ġneed ed",
"Ġhe art",
"Ġ4 4",
"ĠD es",
"ĠD ave",
"ĠJ on",
"ĠJ ill",
"ĠJ azz",
"ĠJ ersey",
"Ġmessage d",
"ĠL ong",
"ĠL ake",
"ĠL am",
"ĠL ink",
"ĠL inda",
"Ġrain y",
"Ġrain fall",
"Ġany more",
"ĠW ood",
"ĠW eek",
"ĠN at",
"ĠN ight",
"ĠN ovember",
"ĠN utcracker",
"op en",
"Ġla r",
"Ġla unch",
"Ġla nes",
"Ġcon vent",
"ir t",
"ir gin",
"Ġch ar",
"Ġch and",
"ĠH i",
"ĠH ild",
"ĠH ills",
"ĠH wy",
"Ġnew est",
"any thing",
"for d",
"Ġsh op",
"Ġk id",
"Ġv ery",
"ond er",
"ver e",
"ver se",
"ĠCh rist",
"ĠCh ina",
"ip e",
"and a",
"ĠG il",
"Ġro om",
"ĠR ed",
"ĠR yan",
"ce p",
"ro om",
"ĠSaturday s",
"ĠE xp",
"ĠO ak",
"ĠO ne",
"Ġco ast",
"Ġappoint ments",
"ĠTh om",
"ol ing",
"Ġse le",
"Ġse ptember",
"Ġse vere",
"ĠK ate",
"ĠK ell",
"ĠK ath",
"ĠK enny",
"ĠK esha",
"ss ible",
"Ġstart ed",
"qu er",
"ĠSunday s",
"Ġtell ing",
"Ġor gan",
"Ġtrack s",
"Ġhigh s",
"Ġcar s",
"Ġex hib",
"ĠV irgin",
"Ġbuy ing",
"che ster",
"Ġmil waukee",
"ne xt",
"Ġacc ount",
"Ġcold est",
"ston e",
"ĠSt op",
"ĠJo el",
"ĠJo sh",
"ĠU P",
"ue bec",
"Ġarri val",
"ap an",
"oc al",
"iam ond",
"Ġcle ared",
"os c",
"Ġnot es",
"ĠAn gel",
"Ġturn pike",
"Ġarrive d",
"amp ton",
"Ġloc al",
"ĠBe ijing",
"ĠOr leans",
"ink i",
"Ġ40 5",
"ĠBo ise",
"ul f",
"ul u",
"Ġqu iet",
"Ġcl othes",
"ĠTO M",
"Ġten n",
"gg ing",
"ian s",
"ric a",
"Ġlet ting",
"Ġstreet s",
"ĠFr ance",
"Ġbo th",
"Ġbo ss",
"ES T",
"Ġpo int",
"Ġpo ssible",
"ath an",
"Ġres erv",
"ĠBr it",
"Ġpa rents",
"ann ah",
"Ġtrain ing",
"Ġquick er",
"ĠCharl eston",
"Ġjo gging",
"ND AY",
"ĠZ e",
"Ġpop ular",
"lv is",
"ĠMan ila",
"Ġhead ing",
"work s",
"Ġsk ating",
"Ġcre dit",
"Ġcre ated",
"Ġcance led",
"ĠDan iel",
"ĠTIM E",
"ĠAr bor",
"ĠGeor gia",
"Ġve gas",
"Ġpr ice",
"imm ed",
"ĠScot t",
"ĠScot land",
"Ġartist s",
"Ġsport s",
"Ġsport ing",
"lab ama",
"Ġbl izz",
"Ġcour t",
"Ġcour se",
"ĠMain e",
"ĠWE E",
"Ġmet al",
"Ġinv ite",
"Ġspec ial",
"ĠColumb us",
"ĠColumb ia",
"Ġneighbor hood",
"Ġflo ss",
"Ġnorm al",
"Ġread ing",
"ĠShe eran",
"ĠMel bourne",
"ĠPro vo",
"Ġhel p",
"ĠLI KE",
"Ġvol ume",
"ĠMont real",
"Ġdrink s",
"Look ing",
"ĠQ uebec",
"Ġke ep",
"Ġwho le",
"Ġcent imeters",
"ĠBar cel",
"Ġexerc ise",
"Ġadvis ory",
"Ġfundrais er",
"Ġest imated",
"Ġtu ition",
"Ġass ign",
"Ġsus pend",
"Ġcaus ing",
"Ġhard y",
"Ġhig hest",
"ĠSm ith",
"ĠCount y",
"ĠApp le",
"ĠBuff alo",
"ĠHapp y",
"ĠOm aha",
"ĠThank s",
"osp ital",
"Ġunivers al",
"Ġpicn ic",
"Ġelect ric",
"Er ase",
"Ġeng age",
"Ġtheat re",
"Ġsist ers",
"Ġsyste m",
"Ġpurch ase",
"Ġmemb ers",
"Ġgosp el",
"ĠLink in",
"Ġchand ler",
"ĠHild a",
"ĠKath y",
"ĠVirgin ia",
"ĠBarcel ona",
"' d",
"9 4",
"A L",
"A M",
"A d",
"A ns",
"B egin",
"C K",
"C on",
"C le",
"C urrent",
"C ount",
"D e",
"F un",
"G A",
"H I",
"H it",
"H OW",
"H alt",
"H alloween",
"I R",
"I S",
"I T",
"I t",
"K ids",
"L E",
"L e",
"L augh",
"L ocal",
"M ad",
"N I",
"N ow",
"N ING",
"O k",
"O p",
"O ut",
"P ro",
"R ing",
"R ed",
"R OW",
"S o",
"S port",
"S chool",
"T E",
"T o",
"T here",
"W ow",
"W ish",
"a f",
"a la",
"a ff",
"a land",
"a wn",
"b ay",
"b any",
"b ell",
"b by",
"b egin",
"c ut",
"c us",
"c ons",
"c lock",
"d on",
"d is",
"d id",
"d ify",
"d irections",
"e f",
"e m",
"f a",
"f o",
"g n",
"g st",
"g round",
"g lass",
"h ite",
"h anna",
"i ent",
"i ate",
"i ents",
"j or",
"k en",
"l i",
"l en",
"l ick",
"l umber",
"m ark",
"m outh",
"n i",
"n el",
"n ack",
"n ie",
"n ival",
"o e",
"o th",
"o ji",
"p ot",
"p ac",
"p ass",
"r at",
"r an",
"r ate",
"r op",
"r ink",
"s c",
"s ur",
"s ie",
"s ville",
"s cre",
"s ilence",
"t les",
"u dit",
"u dy",
"u de",
"w l",
"w as",
"w ine",
"w hy",
"x as",
"x ico",
"y n",
"Ġ $",
"Ġ ing",
"Ġ own",
"Ġ immed",
"Ġt er",
"Ġt re",
"Ġt est",
"Ġt ask",
"Ġt akes",
"Ġa ut",
"Ġa ugust",
"Ġa ustin",
"Ġa ware",
"in c",
"in i",
"in ing",
"Ġm m",
"Ġm ic",
"Ġm ad",
"Ġm ark",
"Ġm ax",
"he l",
"he m",
"he w",
"he ast",
"Ġto m",
"Ġto w",
"Ġto ol",
"Ġto tal",
"or es",
"or ing",
"on ol",
"re w",
"re ase",
"re am",
"re turn",
"Ġf e",
"Ġf la",
"Ġf ew",
"Ġf ound",
"Ġf ish",
"Ġf oll",
"Ġf ishing",
"Ġs at",
"Ġs im",
"Ġs ess",
"Ġs acramento",
"Ġs lick",
"Ġs nack",
"at ie",
"at ter",
"at lin",
"la st",
"Ġw r",
"Ġw at",
"is cons",
"Ġfor ward",
"Ġfor got",
"es e",
"es ville",
"ay la",
"ing o",
"Ġp il",
"Ġp ortland",
"Ġp od",
"Ġp aris",
"Ġp ills",
"Ġp lumber",
"an es",
"an ia",
"an qu",
"an ama",
"ou ra",
"en er",
"ll en",
"im it",
"Ġb it",
"Ġb ra",
"Ġb ar",
"Ġb ro",
"Ġb irth",
"Ġb ob",
"Ġb ig",
"Ġb rown",
"Ġb altimore",
"Ġb oots",
"ind y",
"Ġc ir",
"Ġc ant",
"Ġc ities",
"Ġc ere",
"Ġme at",
"Ġme xico",
"Ġn y",
"it ing",
"Ġl ouis",
"Ġl imit",
"ic an",
"ic ke",
"Ġin side",
"Ġin fo",
"Ġin sur",
"as ota",
"Ġh all",
"Ġh and",
"Ġh unt",
"Ġh wy",
"Ġh aven",
"Ġh ospital",
"Ġre l",
"Ġre p",
"Ġre le",
"Ġre start",
"Ġre view",
"Ġre occ",
"Ġd ew",
"Ġan sw",
"Ġon go",
"Ġg lo",
"Ġg ara",
"ra ine",
"ra ph",
"ra wl",
"Ġis land",
"ar go",
"ar get",
"ar asota",
"om ing",
"ĠI T",
"Ġth ru",
"Ġit s",
"Ġo ld",
"Ġo cean",
"Ġbe at",
"Ġbe ijing",
"Ġe ve",
"ed ians",
"ĠS c",
"ĠS at",
"ĠS el",
"ĠS un",
"ĠS ao",
"ĠS kype",
"ur ning",
"ur lington",
"el iminate",
"How s",
"Ġfr ost",
"ight s",
"ight on",
"oo f",
"oo th",
"ĠM y",
"ĠM er",
"ĠM es",
"ĠM id",
"ĠM art",
"ĠM umb",
"ĠM ina",
"ĠM aster",
"ĠM useum",
"ĠM osc",
"ch ristmas",
"Ġev er",
"Re cord",
"ĠT X",
"ĠT un",
"ĠT urn",
"ĠT raffic",
"ĠT ok",
"ĠT urkey",
"Ġy ard",
"ĠC o",
"ĠC her",
"ĠC are",
"ĠC amp",
"ĠC ann",
"ĠC air",
"ĠC OM",
"ĠC hes",
"ĠC lub",
"ĠC indy",
"Ġ3 2",
"Ġ3 6",
"id ent",
"id ence",
"un ge",
"Ġr ick",
"Ġr ound",
"th ony",
"al th",
"al ert",
"anc ing",
"Ġ5 2",
"Ġ5 4",
"Ġ5 7",
"art a",
"art s",
"ĠA N",
"ĠA k",
"ĠA ll",
"ĠA nd",
"ĠA ir",
"ĠA sh",
"ĠA my",
"ĠA labama",
"ĠA bby",
"ck pot",
"ĠP A",
"ĠP at",
"ĠP la",
"ĠP en",
"ĠP ort",
"ĠP ara",
"ĠP ink",
"ĠP itch",
"ĠP itt",
"ĠP res",
"ĠP izza",
"ĠP aulo",
"ĠP anama",
"ot e",
"ot s",
"ĠF l",
"ĠF le",
"ĠF ather",
"ĠF all",
"ĠF lo",
"ĠF riend",
"Ġst ate",
"Ġst ove",
"Ġst ones",
"Ġst ars",
"Ġte xas",
"Ġset ting",
"il la",
"il ton",
"ĠB en",
"ĠB rent",
"ĠB ank",
"ĠB arb",
"ĠB ible",
"ĠB urlington",
"Ġ6 30",
"um ni",
"Ġra d",
"Ġra lly",
"ĠD ec",
"ĠD owntown",
"ĠJ ay",
"ĠJ en",
"ĠJ ake",
"ĠJ ust",
"ĠJ our",
"ĠJ ord",
"ĠJ apan",
"Ġ8 4",
"ĠL ub",
"ĠL ily",
"ĠL aw",
"ĠL iz",
"Ġplay s",
"Ġany where",
"ĠW A",
"ĠW y",
"ĠW al",
"ĠW OR",
"ĠW AY",
"ĠW hite",
"ĠW iscons",
"ure l",
"ĠN e",
"ĠN o",
"ĠN ort",
"ĠN ap",
"ĠN ico",
"op y",
"op le",
"Ġ9 2",
"Ġ9 3",
"Ġ9 4",
"ert on",
"Ġby pass",
"Ġwork ing",
"Ġch ip",
"Ġch ores",
"ly mp",
"ĠH E",
"ĠH ill",
"ĠH un",
"ĠH ot",
"ĠH am",
"ĠH all",
"ĠH els",
"ĠH oliday",
"ĠH OU",
"Ġmon ey",
"eat les",
"for ecast",
"av annah",
"Ġsh anghai",
"Ġv itam",
"ĠCh ap",
"and ra",
"ĠG O",
"ĠG u",
"ĠG ood",
"ĠG ame",
"ĠG roup",
"ĠG arth",
"ĠG ulf",
"Ġj og",
"Ġj ersey",
"Ġro ast",
"ĠR on",
"ĠR ay",
"ĠR EMIND",
"ĠMon ica",
"ro l",
"ĠE p",
"ĠE ug",
"ĠE ST",
"ĠE VE",
"ĠE VER",
"ĠE lvis",
"ĠO K",
"ĠO l",
"ĠO cean",
"ĠO lymp",
"Ġco ver",
"Ġ20 2",
"ĠTh ough",
"ie ve",
"ction s",
"lo ad",
"ol ate",
"ol land",
"Ġcom edians",
"ĠK ar",
"ĠK ent",
"ĠK od",
"Sh oot",
"if ul",
"ĠY ou",
"Ġsun scre",
"Ġnight ly",
"Ġag o",
"Ġmo dify",
"Ġar lington",
"Ġar range",
"ine m",
"iv ing",
"iv ate",
"ire works",
"Ġcar ry",
"Ġcar oling",
"Ġcar nival",
"ĠV er",
"ĠV ic",
"ĠV ancouver",
"ak ira",
"ne ver",
"Ġacc ess",
"ear s",
"ĠSt ar",
"ĠSt adium",
"ĠSt acy",
"ĠJo an",
"Ġsp in",
"Ġsp rink",
"Ġpre m",
"sh ut",
"sh uffle",
"ĠU V",
"ĠU k",
"ĠU ber",
"Ġclass es",
"Ġpay ments",
"ap ing",
"oc olate",
"ash ion",
"Ġcount y",
"ich ita",
"Ġstop watch",
"os it",
"Ġnot e",
"Ġche ese",
"do or",
"Ġadd ress",
"Ġwear ing",
"Ġlight ings",
"Ġloc ally",
"der dale",
"ub lic",
"Ġrepeat s",
"Ġdelay ed",
"ER E",
"Ġwind s",
"ul ations",
"Ġsw ing",
"Ġsw im",
"Ġsw itch",
"ĠTH AT",
"ĠTH ERE",
"ile y",
"Ġem oji",
"ĠJohn ny",
"ai lab",
"ian o",
"Ġlet ter",
"Ġavoid ing",
"iss ipp",
"Ġdad s",
"com edy",
"Ġdet our",
"Ġdet roit",
"Ġdet erg",
"Ġdid n",
"ĠAl ert",
"ĠRo se",
"OR ROW",
"Ġend s",
"Ġwater ing",
"Ġpo llen",
"ĠPh il",
"Ġthem ed",
"ĠBr un",
"og raph",
"Ġpa int",
"Ġpro gram",
"Ġcook ie",
"Ġcook ies",
"ĠSh aron",
"ĠSh anghai",
"ĠSh akira",
"ough t",
"AR T",
"bor o",
"Ġpark ing",
"Ġdur ation",
"Ġquick ly",
"Ġwor ld",
"Ġwor ry",
"ans as",
"Ġbr ook",
"Ġjo se",
"ĠSpring field",
"Ġgre en",
"Ġgrand pa",
"Ġhair cut",
"Ġpres chool",
"Ġwednesday s",
"ber lake",
"ik es",
"ĠZ ak",
"ĠUn ivers",
"ĠUn ited",
"Ġtor onto",
"ĠSep t",
"Ġbreak fast",
"iet ta",
"Ġpack age",
"Al ter",
"NT S",
"Ġblo g",
"Ġless ons",
"ĠMad onna",
"ĠDan ny",
"itt en",
"ĠCan ada",
"ĠCle ar",
"ĠBob by",
"ĠJam es",
"ĠLu c",
"Ġpara des",
"imm ing",
"ĠTim berlake",
"ĠTra verse",
"ĠTom my",
"Ġring ing",
"Ġbrother s",
"Ġtornado es",
"bo ck",
"ĠWhats app",
"Ġaffect ing",
"Ġcro ss",
"Ġcro ckpot",
"Ġdel iver",
"Ġgr unge",
"ĠDav is",
"Ġinterv al",
"Dis like",
"Ġind ex",
"lah asse",
"Ġpe ople",
"Ġinv ol",
"Ġdaughter s",
"Ġspec ific",
"Ġperform ing",
"ĠGreen ville",
"Ġcongest ed",
"Ne xt",
"Ne ver",
"Ġ0 6",
"Ġac cep",
"Ġsc ience",
"Ġpot at",
"Ġnorm ally",
"Ġgirl s",
"ĠSus ie",
"Ġupd ated",
"Ġupd ates",
"ĠPer fect",
"ĠLa urel",
"ĠEm inem",
"ĠKy le",
"Ġtax es",
"Ġsm ooth",
"Ġcamp ing",
"ĠTw itter",
"ĠFre d",
"ĠFarm er",
"ĠJul ie",
"ĠRiver side",
"Ġprep are",
"RI VE",
"bu quer",
"dent on",
"Ġri ver",
"ĠâĢ Ļ",
"ern ational",
"Ġsing le",
"Ġserv ice",
"Ġpant s",
"Ġball et",
"Ġbath room",
"Ġhold ing",
"ĠInt ernational",
"ĠTal lahasse",
"ĠPas o",
"ĠBal to",
"ĠLy nn",
"ĠGarden er",
"Ġcol umb",
"Ġprescrip tion",
"Ġski ing",
"Ġincl ud",
"Clo se",
"bur gh",
"part ment",
"Ġav ailab",
"Ġsand als",
"Ġbet ter",
"Ġmedit ation",
"icip ated",
"Ġregg ae",
"Ġdis hes",
"ĠItal y",
"Ġbeaut iful",
"ĠSqu are",
"ĠTo dd",
"ĠTenn essee",
"ilm ington",
"ĠBl ue",
"ĠChrist ina",
"ĠExp ressway",
"ĠThom as",
"ĠTOM ORROW",
"Ġtenn is",
"Ġreserv ations",
"ĠBrit ish",
"ĠZe aland",
"Ġblizz ard",
"Ġassign ment",
"Ad just",
"Ans wer",
"Cle ar",
"Op en",
"Red uce",
"gn ore",
"gst aff",
"glass es",
"pac ito",
"rat ulations",
"onol ulu",
"Ġfoll ow",
"atlin burg",
"Ġpod cast",
"anqu et",
"Ġbrown ies",
"Ġcir cus",
"Ġinsur ance",
"Ġrele ases",
"Ġansw er",
"Ġongo ing",
"Ġgara ge",
"ĠMumb ai",
"ĠMosc ow",
"ĠTun nel",
"ĠTok yo",
"ĠCare y",
"ĠCann on",
"ĠCair o",
"ĠChes ney",
"ĠAir port",
"ĠBarb ara",
"ĠJour ney",
"ĠLub bock",
"ĠWOR K",
"ĠWiscons in",
"ĠNort heast",
"ĠHels inki",
"ĠHOU R",
"ĠREMIND ER",
"ĠEug ene",
"ĠEVER Y",
"ĠThough ts",
"ĠKod a",
"Ġsunscre en",
"Ġsprink ler",
"issipp i",
"Ġdeterg ent",
"buquer que",
"ĠTallahasse e",
"Ġavailab le",
"' s",
"' t",
"' ll",
"A N",
"A ct",
"A cc",
"A IN",
"A ST",
"A ng",
"A udio",
"A lex",
"B A",
"B O",
"B ER",
"C A",
"C F",
"C o",
"C lass",
"C ont",
"C raft",
"D X",
"E G",
"E N",
"E X",
"E l",
"E xt",
"E nd",
"E NT",
"E xp",
"F estival",
"F avor",
"F OR",
"F ireworks",
"G re",
"G ener",
"H al",
"H ER",
"H ey",
"H ello",
"I D",
"I GH",
"I ran",
"K OT",
"L ive",
"L ove",
"L oop",
"M id",
"N C",
"O ff",
"O ur",
"O IN",
"P L",
"P S",
"P andora",
"R o",
"R oute",
"S V",
"S c",
"S p",
"S ay",
"S un",
"S ound",
"S HOULD",
"T w",
"T hat",
"T alk",
"T OR",
"T unes",
"T omorrow",
"U R",
"U n",
"U ES",
"V R",
"V oice",
"W e",
"W as",
"W eek",
"W ere",
"W ILL",
"W ipe",
"X P",
"Y O",
"Y oga",
"a ft",
"a per",
"a ctor",
"a lan",
"a ipe",
"b e",
"b an",
"b ra",
"b ar",
"b le",
"b row",
"b est",
"b rie",
"c la",
"c ook",
"c urrent",
"c are",
"c ue",
"c ul",
"c oncert",
"c ontinue",
"c rib",
"d ing",
"d om",
"d am",
"d ont",
"d istance",
"d ical",
"d ients",
"e et",
"e ak",
"e ah",
"f ay",
"f ix",
"f ish",
"f riend",
"g y",
"g le",
"g al",
"g ie",
"g are",
"g iving",
"h ave",
"i ed",
"i ri",
"i ew",
"i als",
"i ately",
"k id",
"k ers",
"l f",
"l m",
"l ete",
"l ook",
"l ix",
"l ish",
"l back",
"m e",
"m o",
"m on",
"m ed",
"m usic",
"m ph",
"m ons",
"m odify",
"n et",
"n ut",
"n ast",
"n ew",
"n ite",
"n ough",
"o v",
"o x",
"o ctor",
"p on",
"p re",
"p hen",
"p op",
"p ir",
"p lo",
"p andora",
"r ill",
"r ut",
"r ince",
"s ong",
"s el",
"s ect",
"s chedule",
"s leep",
"s ider",
"t or",
"t is",
"t hen",
"t ree",
"t aylor",
"t ures",
"t unes",
"t omorrow",
"u c",
"u f",
"u i",
"u y",
"u el",
"u um",
"u ous",
"u ral",
"u derdale",
"v ery",
"v ard",
"w en",
"w ater",
"w hich",
"w rite",
"w eek",
"x a",
"x y",
"x ation",
"x ville",
"y a",
"y ou",
"y ra",
"y lv",
"y ler",
"z er",
"z en",
"z art",
"z il",
"z ard",
"¿ ½",
"ï ¿½",
"Ġ #",
"Ġ >",
"Ġ et",
"Ġ ide",
"Ġt it",
"Ġt ut",
"Ġt ri",
"Ġt al",
"Ġt ire",
"Ġt ig",
"Ġt ests",
"Ġt ina",
"Ġt iff",
"Ġa ve",
"Ġa pril",
"Ġa ustralia",
"Ġa udit",
"in it",
"in form",
"Ġm is",
"Ġm oon",
"Ġm ount",
"Ġm ph",
"Ġm atch",
"he d",
"he ater",
"he ville",
"he ster",
"he ars",
"Ġto k",
"Ġto il",
"Ġto urs",
"Ġto ward",
"Ġto nite",
"or ry",
"or ium",
"Ġthe se",
"er a",
"er ne",
"er state",
"on que",
"on cho",
"re ve",
"re ct",
"re land",
"re ject",
"re dients",
"Ġf ut",
"Ġf ight",
"Ġf ather",
"Ġf est",
"Ġf il",
"Ġf urn",
"Ġf arm",
"Ġf ile",
"Ġf air",
"Ġf acebook",
"Ġf airs",
"Ġf olk",
"Ġf uel",
"Ġs en",
"Ġs ick",
"Ġs chedu",
"Ġs ix",
"Ġs urg",
"Ġs anta",
"Ġs ydney",
"at a",
"at in",
"at he",
"at on",
"at ment",
"at hing",
"la ware",
"la gstaff",
"la xation",
"Ġw in",
"Ġw he",
"Ġw et",
"Ġw ent",
"Ġw all",
"Ġw inner",
"Ġw ax",
"Ġw almart",
"Ġw onder",
"is es",
"is ion",
"is hed",
"et y",
"et ed",
"ow ling",
"Ġfor t",
"ay ne",
"ay rid",
"ay ons",
"Ġp as",
"Ġp ill",
"Ġp age",
"Ġp ie",
"Ġp ath",
"Ġp eter",
"Ġp alm",
"Ġp aulo",
"Ġp ublic",
"Ġp iano",
"Ġp oncho",
"an ny",
"ou d",
"rm ond",
"en ue",
"en ise",
"ll ie",
"im ate",
"Ġb rid",
"Ġb ass",
"Ġb lvd",
"Ġb lack",
"Ġb atter",
"Ġb ought",
"Ġb anquet",
"Ġb alan",
"Ġb owling",
"ind say",
"Ġc m",
"Ġc ause",
"Ġc atch",
"Ġc ell",
"Ġc ello",
"Ġc rawl",
"Ġme ad",
"Ġme al",
"Ġme ds",
"Ġme dical",
"Ġmy sel",
"Ġn ail",
"it ure",
"it ts",
"it iz",
"it heater",
"Ġl u",
"Ġl eng",
"Ġl og",
"Ġl ens",
"Ġl ines",
"Ġl inda",
"Ġl uck",
"Ġl itter",
"Ġl ikes",
"Ġl atin",
"Ġl oud",
"ic tion",
"Ġin st",
"Ġin vo",
"as u",
"Ġh or",
"Ġh ist",
"Ġh am",
"Ġh ub",
"Ġh ills",
"Ġre d",
"Ġre set",
"Ġre play",
"Ġre ce",
"Ġre duce",
"Ġre hears",
"Ġre laxation",
"Ġd c",
"Ġd u",
"Ġd ist",
"Ġd ark",
"Ġd ire",
"Ġd ont",
"Ġd isco",
"Ġd raft",
"Ġd enver",
"Ġd ues",
"Ġd iamond",
"Ġd ancing",
"Ġan na",
"Ġon to",
"Ġon time",
"Ġg u",
"Ġg ra",
"Ġg ard",
"Ġg one",
"Ġg reet",
"Ġg eor",
"Ġg arden",
"Ġis n",
"ar r",
"ar io",
"ar cy",
"ar range",
"om en",
"om ant",
"le aving",
"Ġne il",
"ĠI d",
"ĠI m",
"ĠI an",
"ĠI ns",
"ĠI reland",
"ff ith",
"ill ian",
"Ġit em",
"Ġo ak",
"Ġo clock",
"Ġbe ll",
"Ġbe ep",
"ase ball",
"Ġe d",
"Ġe at",
"Ġe ase",
"Ġe lm",
"ed ar",
"ek a",
"ĠS F",
"ĠS R",
"ĠS n",
"ĠS ch",
"ĠS now",
"ĠS ab",
"ĠS ole",
"ĠS HOULD",
"ĠS NOW",
"ĠS af",
"ĠS arasota",
"ĠS CA",
"ĠS TOR",
"us k",
"us ual",
"us cal",
"Ġtra ctor",
"ur t",
"ur ing",
"ur ly",
"ur ope",
"el ine",
"Ġam c",
"Ġam er",
"row ns",
"mor ow",
"end a",
"end y",
"end ed",
"end rick",
"Ġtomorrow s",
"st al",
"st ery",
"st and",
"st airs",
"ent ly",
"ent own",
"Ġtraffic s",
"Ġu m",
"oo ke",
"oo se",
"oo sa",
"ĠM I",
"ĠM S",
"ĠM c",
"ĠM s",
"ĠM t",
"ĠM ed",
"ĠM essage",
"ĠM anc",
"ĠM um",
"ĠM ob",
"ĠM ass",
"ĠM ax",
"ch ance",
"ch ard",
"ri er",
"ri ffith",
"Re m",
"ĠT A",
"ĠT N",
"ĠT V",
"ĠT own",
"ĠT ac",
"ĠT ina",
"ĠT imer",
"ĠT ole",
"ĠT unes",
"ĠT erry",
"ĠT arget",
"ĠT UES",
"ĠT aipe",
"ĠT uscal",
"Ġgo lf",
"Ġy oga",
"ĠC A",
"ĠC D",
"ĠC K",
"ĠC om",
"ĠC am",
"ĠC ub",
"ĠC arl",
"ĠC ath",
"ĠC AR",
"ĠC oll",
"ĠC ost",
"ĠC raft",
"ĠC lar",
"ĠC ontin",
"ĠC ole",
"ĠC omm",
"ĠC ape",
"ĠC rab",
"ĠC YO",
"ĠC edar",
"Ġ3 3",
"Ġ3 4",
"Ġ3 94",
"ather ine",
"Ġof ten",
"id i",
"id o",
"id ents",
"id ian",
"un te",
"un ities",
"un ui",
"Ġr ather",
"Ġr ate",
"Ġr ich",
"th umbs",
"Ġup town",
"Ġup load",
"ad en",
"ad io",
"al y",
"al on",
"al ity",
"Ġ5 1",
"Ġ5 6",
"art y",
"art er",
"ec e",
"ec k",
"ec rease",
"ĠA A",
"ĠA R",
"ĠA larm",
"ĠA sk",
"ĠA dd",
"ĠA aron",
"ĠA NY",
"Ġi gnore",
"Ġi Tunes",
"nt ario",
"Remind ers",
"ĠP H",
"ĠP O",
"ĠP ay",
"ĠP lease",
"ĠP ly",
"ĠP AY",
"ĠP LA",
"ĠP oint",
"ĠP DX",
"ĠP rince",
"ĠP itts",
"Ġle v",
"Ġle av",
"ĠF ood",
"ĠF air",
"ĠF ield",
"ĠF argo",
"ĠF actor",
"ĠF onque",
"ĠF lagstaff",
"Ġall erg",
"Ġthat s",
"Ġst e",
"Ġst y",
"Ġst and",
"Ġte mper",
"Ġte ac",
"pp ort",
"pp ers",
"est ed",
"est ions",
"il i",
"il omet",
"il kes",
"il ox",
"am end",
"ĠB B",
"ĠB on",
"ĠB re",
"ĠB end",
"ĠB ould",
"ĠB urn",
"ĠB ig",
"ĠB rand",
"ĠB ull",
"ĠB ets",
"ĠB umper",
"ĠB ang",
"ĠB ILL",
"ĠB altimore",
"ĠB rem",
"ĠB EST",
"ĠB eatles",
"ĠB aseball",
"ĠB ilox",
"Ġ6 5",
"Ġ6 7",
"ning s",
"Ġra ce",
"ast ing",
"Ġhe alth",
"Ġ7 4",
"Ġ7 7",
"Ġ7 9",
"Ġ4 2",
"ĠD J",
"ĠD ra",
"ĠD el",
"ĠD id",
"ĠD ance",
"ĠD irection",
"ĠD ub",
"ĠD isco",
"ĠD estin",
"ĠD iamond",
"ĠD VR",
"ĠD octor",
"ĠD enise",
"ĠJ as",
"ĠJ ag",
"ĠJ ac",
"ĠJ ak",
"ĠJ ones",
"ĠJ enny",
"ct ed",
"Ġare as",
"Ġ8 5",
"ĠL E",
"ĠL or",
"ĠL im",
"ĠL anc",
"ĠL and",
"ĠL ove",
"ĠL ine",
"ĠL ap",
"ĠL iam",
"ĠL ob",
"ĠL eg",
"ĠL ex",
"ĠL ab",
"ĠL ET",
"ĠL ittle",
"ĠL eno",
"ĠL arry",
"ĠL inc",
"ĠL indsay",
"Ġplay ed",
"Ġplay back",
"Ġrain s",
"ĠW V",
"ĠW e",
"ĠW in",
"ĠW at",
"ĠW ar",
"ĠW ine",
"ĠW au",
"ĠW alk",
"ĠW ars",
"ĠW ales",
"ĠW ILL",
"ĠW ats",
"ĠW onder",
"ĠW IT",
"ĠW ichita",
"ĠW ilmington",
"ĠW ayne",
"ĠW endy",
"ure n",
"ĠN C",
"ĠN J",
"ĠN i",
"ĠN or",
"ĠN ot",
"ĠN orm",
"ĠN ina",
"ĠN athan",
"ĠN BA",
"ĠN IGH",
"ĠN KOT",
"ĠN unui",
"op s",
"op ing",
"op tion",
"Ġ9 7",
"Ġla p",
"Ġla s",
"Ġla w",
"Ġla ke",
"Ġla wy",
"Ġla uderdale",
"Ġhour ly",
"Ġcon sider",
"ert ain",
"ir que",
"Ġwork s",
"Ġch arts",
"Ġch ocolate",
"ĠH W",
"ĠH er",
"ĠH ut",
"ĠH el",
"ĠH al",
"ĠH ome",
"ĠH arm",
"ĠH amp",
"ĠH eather",
"ĠH ale",
"ĠH OM",
"ĠH ud",
"ĠH its",
"ĠH ello",
"ĠH alloween",
"ĠH onolulu",
"all ica",
"Ġmu gg",
"Ġmu lt",
"ick s",
"ick y",
"oon s",
"for t",
"ment ary",
"av y",
"av asu",
"Ġwant ed",
"ort en",
"Ġsh are",
"Ġsh ift",
"Ġsh ore",
"Ġsh akes",
"Ġmeet up",
"Ġal t",
"Ġal umni",
"sk a",
"dd y",
"Ġk im",
"Ġk itten",
"Ġk ilomet",
"Ġv ine",
"Ġv ib",
"ver ett",
"ĠCh urch",
"ip le",
"and ro",
"ĠG et",
"ĠG ra",
"ĠG ain",
"ĠG ym",
"ĠG len",
"ĠG atlinburg",
"ĠG PS",
"ĠG wen",
"ĠG riffith",
"Ġj an",
"Ġj ake",
"Ġj une",
"Ġj uly",
"Ġro d",
"Ġro ll",
"ĠR d",
"ĠR ent",
"ĠR ome",
"ĠR ac",
"ĠR ush",
"ĠR oot",
"ĠR OU",
"ĠR idge",
"ĠR SV",
"Ġha zard",
"ĠMon cks",
"ro e",
"ro y",
"ro ck",
"ro lling",
"ag les",
"ĠE gg",
"ĠE rica",
"ĠE XP",
"ĠE urope",
"ĠE verett",
"ĠE agles",
"ĠO F",
"ĠO FF",
"ĠO rmond",
"ĠO ntario",
"Ġco ach",
"Ġsnow y",
"Ġsnow fall",
"ry stal",
"ĠTh ur",
"te mperature",
"ol f",
"ol n",
"ol ut",
"Ġcan not",
"Ġcom es",
"Ġcom ic",
"Ġse a",
"ĠK C",
"ĠK h",
"ĠK are",
"ĠK ids",
"ĠK iss",
"ĠK ev",
"ĠK NOW",
"ĠK atie",
"ĠK ayla",
"ĠK ansas",
"ĠTuesday s",
"ĠNew ark",
"if th",
"rist ian",
"Ġde p",
"Ġde ad",
"Ġde partment",
"ĠThursday s",
"qu it",
"qu ite",
"Do g",
"Ġlist ening",
"list en",
"ru b",
"Ġsun b",
"Ġsun glasses",
"ark y",
"Ġor ange",
"Ġhappening s",
"Ġag enda",
"Ġbu ll",
"Ġbu zz",
"Ġafternoon s",
"iv ery",
"iv ia",
"Ġmom s",
"ire ment",
"Ġcar p",
"Ġex am",
"Ġex change",
"ĠV al",
"ame la",
"Ġtw ice",
"che t",
"che ck",
"Ġ11 30",
"ne ed",
"ear ch",
"ĠSt udio",
"ĠJo ey",
"Ġsp a",
"Ġsp arky",
"du c",
"sh am",
"sh ip",
"sh irt",
"ĠU T",
"etw ood",
"Ġgroup s",
"Ġrec ital",
"Ġrec omm",
"Ġcall s",
"Start ing",
"Ġalbum s",
"arm a",
"Ġpay ing",
"Ġpay day",
"ah u",
"ap tis",
"oc a",
"Ġstop s",
"Ġexp ire",
"Ġexp ressway",
"lor d",
"Ġso ap",
"ise um",
"ĠAn na",
"ĠAn thony",
"Ġwas hington",
"Ġche ap",
"Ġlunch time",
"Ġreport s",
"Ġdown ed",
"Ġsuppo se",
"Ġturn ed",
"Ġadd ed",
"Ġadd ition",
"Ġmess enger",
"Ġgood s",
"Ġgood night",
"Ġtr ans",
"Ġjack son",
"Ġloc ated",
"ĠBe av",
"ĠOr ange",
"eg an",
"ren ce",
"Ġyear ly",
"ĠBo ys",
"ĠBo erne",
"Ġwarm est",
"Ġinter esting",
"Ġinter net",
"Ġinter sect",
"Ġgro oming",
"ĠAugust ine",
"ale xa",
"ul gar",
"Ġqu ality",
"Ġqu arter",
"Ġqu estions",
"Ġfast ed",
"Ġsw imming",
"Ġcheck ing",
"ile d",
"Ġus her",
"Ġus ual",
"Ġdent al",
"Ġem plo",
"Ġlow s",
"Ġlow est",
"ian a",
"ph one",
"ph itheater",
"ric t",
"ĠPark way",
"Ġshort er",
"ĠFr ank",
"ab le",
"ab let",
"od ge",
"ĠMar oon",
"ĠMar ietta",
"ĠMar gare",
"Ġcomm unity",
"act ivate",
"Ġbo x",
"Ġbo at",
"Ġbo dy",
"ĠAl bum",
"ĠAl ice",
"ĠAl bany",
"ĠAl buquerque",
"ĠJack ie",
"ĠRo chester",
"Ġapp t",
"Ġapp ly",
"Ġapp ro",
"Ġfriday s",
"Ġclos er",
"Ġclos es",
"Ġclos ing",
"Ġclos ure",
"Ġclos ings",
"Th umb",
"Th ank",
"ns ylv",
"Ġwater p",
"Ġmedic ations",
"Ġop ening",
"Ġop tions",
"Ġun ion",
"Ġun read",
"Ġun usual",
"ĠPh am",
"ĠPh illy",
"ĠHou se",
"let ed",
"ts dale",
"Ġfeed er",
"ath ons",
"Ġrem id",
"Ġrem ain",
"Ġres cue",
"ĠBr itt",
"ĠBr ighton",
"Ġemail s",
"ila r",
"og ue",
"Ġslow down",
"ĠSh reve",
"Ġact ually",
"Ġwatch ing",
"ract s",
"ĠJune au",
"ĠLA X",
"AR E",
"Ġpark way",
"Ġhit ting",
"book s",
"Ġbr unch",
"Ġbre athing",
"Ġear th",
"Ġsub tract",
"Ġgre atest",
"ĠGre g",
"ĠGre sham",
"ik ini",
"ĠZ oo",
"Ġad option",
"Ġfin ished",
"Ġfall s",
"ĠThe ater",
"Ġjam es",
"ĠUn ic",
"Ġwarning s",
"List en",
"Ġsa o",
"Ġsa int",
"Ġsa lad",
"Ġsouth bound",
"Ġlot s",
"Ġ18 0",
"ĠGrand e",
"Ġrecord ing",
"Ġrecord ed",
"Ġwh y",
"Ġwh ite",
"Ġpic ture",
"Ġpic tures",
"Ġthank s",
"ĠSte ven",
"ĠSte vie",
"Ġtravel ing",
"ĠCar rie",
"ĠDisney land",
"Ġhail ing",
"Ġsweat shirt",
"Al so",
"NT H",
"Ġbase d",
"Ġblo ck",
"Ġdry er",
"ĠMad ison",
"Ġcont rol",
"Ġcont racts",
"umber land",
"IL Y",
"WH IC",
"iz on",
"Ġtast ings",
"Ġsit up",
"Ġgym nast",
"Ġthink ing",
"ĠMo ana",
"ĠMo zart",
"ĠAr ts",
"ĠJim my",
"Ġclou ds",
"Ġphot os",
"Ġphot ograph",
"Ġz ones",
"reg ard",
"Ġpr oof",
"Ġext ended",
"ĠScot tsdale",
"ĠTra il",
"ĠTra cy",
"ĠTra ining",
"Ġ21 5",
"Ġland sc",
"Ġland lord",
"ĠAnn iversary",
"Ġfreez er",
"Ġpaper work",
"IC AG",
"bo x",
"bo ard",
"Ġmar gar",
"Ġmarket ing",
"Ġbl ood",
"Ġbl ue",
"Ġcro chet",
"Ġdel eted",
"Ġdel ivery",
"Ġgr ass",
"Ġele mentary",
"ĠSouth ampton",
"Ġvac uum",
"ĠEl m",
"Ġcomp any",
"Ġcomp lete",
"Dis miss",
"KE ND",
"vent ion",
"Ġind ef",
"Ġmet ro",
"Ġscre ening",
"Ġpe ak",
"Ġatlant ic",
"ĠCon vention",
"ĠAm anda",
"ĠAri ana",
"ĠOk ay",
"Ġsupp er",
"Ġperform ance",
"Ġperform ances",
"Ġneighbor s",
"no xville",
"sw ick",
"Ġ0 3",
"Ġma int",
"Ġma jor",
"Ġmile age",
"res chedule",
"lan ie",
"Ġcool est",
"Ġdec or",
"Ġgirl friend",
"ĠSe a",
"ĠSus an",
"ĠMe et",
"ĠMe lanie",
"ĠMich ael",
"rie ve",
"ĠPer u",
"ĠDe laware",
"ĠLI ST",
"ĠHe met",
"ĠHe idi",
"Ġvol unte",
"ĠEm ily",
"ĠEng lish",
"Ġcost ume",
"Ġcost co",
"ĠKing ston",
"ĠKing dom",
"Ġpredic ting",
"ĠDayton a",
"Ġsoundtrack s",
"ĠCarol ina",
"ron ic",
"Ġim age",
"Ġtax i",
"Ġsm ile",
"Ġcent ral",
"Ġcamp ground",
"Ġant icipated",
"Ġok ay",
"Ġunder stand",
"ĠMO NDAY",
"ĠMO NTH",
"Ġlevel s",
"ĠFre der",
"Ġ41 7",
"ĠHER E",
"ĠEv an",
"Ġexerc ises",
"ĠBrook s",
"ĠBrook lyn",
"Ġpresent ation",
"Ġcontact s",
"Ġadvis or",
"EL P",
"miss ion",
"uck y",
"Ġmich igan",
"Ġmich ael",
"Ġsing ing",
"Ġserv ices",
"Ġbot tles",
"Ġrent al",
"Ġdes k",
"ĠInt erstate",
"ĠCor ner",
"Ġstay ing",
"ĠBra d",
"ĠBra zil",
"ĠBro adway",
"ĠJe an",
"ĠJe ff",
"ĠJess ica",
"ĠNE W",
"ĠNick i",
"ĠHar old",
"ĠGA S",
"ĠRich mond",
"Ġspring s",
"Ġsoft ball",
"ĠMaria h",
"Ġprov ider",
"Ġprescrip tions",
"ĠQueen s",
"Ġincl ude",
"Ġcelebr ate",
"Ġcelebr ations",
"He art",
"He avy",
"met al",
"Ġent ire",
"Ġkey s",
"Ġtru ck",
"ret rieve",
"Ġsur f",
"Ġperson al",
"Ġband s",
"Ġcr ayons",
"Ġcoup on",
"Ġret urning",
"Ġret irement",
"Ġeas y",
"Ġeas iest",
"ĠSU NDAY",
"ĠSu per",
"ĠSil ver",
"Ġmint ues",
"ĠMin utes",
"ĠMag ic",
"ĠMag gie",
"ĠMount ain",
"ĠMiss y",
"ĠMiss issippi",
"ĠMatt hew",
"ĠCH ICAG",
"ĠCong ratulations",
"ĠAf est",
"ĠAf rica",
"ĠAs ian",
"ĠAs heville",
"ĠAmer ica",
"ĠAmer ican",
"ĠDes pacito",
"ĠLam ar",
"ĠWeek ly",
"ĠNat ural",
"Ġlar ry",
"Ġconvent ion",
"Ġconvent ions",
"ĠGil bert",
"ĠOak land",
"Ġcoast al",
"Ġsele ctions",
"ĠKell y",
"Ġorgan ise",
"Ġexhib it",
"Ġexhib its",
"Ġaccount ing",
"ĠJosh ua",
"ĠWEE K",
"ĠWEE KEND",
"ĠThanks giving",
"Ġelectric ity",
"Ġengage d",
"Ġengage ment",
"Con struction",
"Le aving",
"Out door",
"Pro duce",
"So fa",
"Sport s",
"Ġing redients",
"Ġimmed iately",
"Ġtre atment",
"Ġaut o",
"Ġaugust a",
"Ġfe el",
"Ġfla sh",
"Ġsim ilar",
"Ġsess ion",
"Ġpil ates",
"Ġbra denton",
"Ġbro ken",
"icke lback",
"Ġrel ated",
"Ġreocc urring",
"Ġglo ves",
"ĠSel ena",
"ĠMy ers",
"ĠMer idian",
"ĠMes quite",
"ĠMina j",
"ĠCo ast",
"ĠCamp bell",
"ĠAk ron",
"ĠAnd rew",
"ĠAsh ley",
"ĠPla ins",
"ĠPen nsylv",
"ĠPara de",
"ĠPres ley",
"ĠFl int",
"ĠFle etwood",
"ĠFall s",
"ĠFlo yd",
"ĠFriend ly",
"Ġrad ar",
"ĠJord an",
"ĠLaw rence",
"ĠWy att",
"ĠNo ah",
"ĠNap les",
"ĠNico las",
"Ġchip s",
"ĠHot el",
"Ġvitam ins",
"ĠChap el",
"ĠRon nie",
"ĠEp cot",
"ĠOK C",
"ĠOl ivia",
"Ġcover ed",
"ĠKent ucky",
"ĠVer mont",
"ĠVic tor",
"Ġspin ning",
"Ġprem ier",
"ĠUk raine",
"ĠBrun swick",
"ĠUnivers ity",
"ĠClear water",
"Ġdeliver ed",
"Ġinvol ving",
"Ġpotat oes",
"Ġbathroom s",
"Ġcolumb us",
"Ġinclud ed",
"Ġfollow ing",
"AIN ING",
"Ang ry",
"Alex a",
"Co ffee",
"Cont act",
"El iminate",
"Ext end",
"Favor ite",
"Gener ate",
"Ro ad",
"Un pause",
"Week end",
"aper ville",
"brow se",
"brie f",
"cul ate",
"crib e",
"mons oons",
"pre p",
"rut h",
"week ly",
"Ġet a",
"Ġtig er",
"init ely",
"Ġmis sed",
"Ġmount ain",
"Ġtoil et",
"Ġfut ure",
"Ġfil ter",
"Ġfurn iture",
"Ġsen i",
"Ġschedu ling",
"Ġsurg ery",
"Ġwax ing",
"ayrid es",
"Ġpas sed",
"Ġbatter ies",
"Ġbalan ce",
"Ġmysel f",
"Ġhist ory",
"Ġhub by",
"Ġrehears al",
"omant ic",
"Ġitem s",
"ĠSole il",
"ĠManc hester",
"ĠMob ile",
"ĠTole do",
"ĠTUES DAY",
"ĠTaipe i",
"ĠTuscal oosa",
"ĠCub a",
"ĠCraft s",
"ĠContin uous",
"ĠPly mouth",
"ĠPitts burgh",
"Ġleav es",
"ĠFactor y",
"Ġtemper ture",
"Ġteac her",
"pport unities",
"ĠBould er",
"ĠBets y",
"ĠBrem erton",
"ĠBilox i",
"ĠDisco ver",
"ĠDestin y",
"ĠJag u",
"ĠJak arta",
"ĠLap s",
"ĠLab or",
"ĠLeno ir",
"ĠLinc oln",
"ĠWats app",
"ĠWIT H",
"ĠNorm an",
"ĠNIGH T",
"ĠNKOT B",
"Ġlawy er",
"ĠHamp shire",
"ĠHale y",
"ĠHOM E",
"ĠHud son",
"Ġmugg y",
"Ġmult iple",
"Ġkilomet ers",
"Ġvib rate",
"ĠGain esville",
"ĠRac hel",
"ĠROU TE",
"ĠRSV P",
"ĠKare n",
"ĠKev in",
"Ġrecomm end",
"aptis m",
"Ġaddition al",
"Ġintersect ion",
"ĠMargare t",
"ĠBritt any",
"ĠShreve port",
"WHIC H",
"Ġgymnast ics",
"Ġproof ing",
"Ġlandsc aping",
"Ġmargar ita",
"Ġindef initely",
"Ġvolunte er",
"ĠCHICAG O",
"ĠPennsylv ania",
"ĠVictor ia"
]
}
}