From 5ce8d01fe7e9dc5506824149ee5f8b75bef72648 Mon Sep 17 00:00:00 2001 From: Aaro Koinsaari Date: Sun, 14 Dec 2025 14:39:14 +0200 Subject: [PATCH] feat: add word suggestions and auto-correct (#58) - Adds dictionary-based word suggestions while typing - Auto-corrects misspelled words when pressing space - Adds settings toggles for suggestions and auto-correct - Disables suggestions and correct for password fields - Uses wordfreq dictionary, only English in this commit --- app/src/main/assets/dictionaries/en_US.json | 100002 +++++++++++++++ .../keyboard/activities/SettingsActivity.kt | 22 + .../org/fossify/keyboard/helpers/Config.kt | 8 + .../org/fossify/keyboard/helpers/Constants.kt | 2 + .../fossify/keyboard/helpers/SpellChecker.kt | 151 + .../keyboard/services/SimpleKeyboardIME.kt | 160 +- app/src/main/res/layout/activity_settings.xml | 30 + .../res/layout/keyboard_view_keyboard.xml | 59 +- app/src/main/res/values/strings.xml | 2 + 9 files changed, 100432 insertions(+), 4 deletions(-) create mode 100644 app/src/main/assets/dictionaries/en_US.json create mode 100644 app/src/main/kotlin/org/fossify/keyboard/helpers/SpellChecker.kt diff --git a/app/src/main/assets/dictionaries/en_US.json b/app/src/main/assets/dictionaries/en_US.json new file mode 100644 index 00000000..704a4b85 --- /dev/null +++ b/app/src/main/assets/dictionaries/en_US.json @@ -0,0 +1,100002 @@ +[ + [ + "the", + -2.8319 + ], + [ + "of", + -3.5684 + ], + [ + "to", + -3.5936 + ], + [ + "and", + -3.6613 + ], + [ + "a", + -3.7766 + ], + [ + "in", + -3.9373 + ], + [ + "i", + -4.3505 + ], + [ + "is", + -4.4654 + ], + [ + "that", + -4.5564 + ], + [ + "for", + -4.5854 + ], + [ + "you", + -4.6284 + ], + [ + "it", + -4.6973 + ], + [ + "on", + -4.7891 + ], + [ + "00", + -4.9281 + ], + [ + "with", + -4.9505 + ], + [ + "was", + -4.9733 + ], + [ + "be", + -5.0656 + ], + [ + "this", + -5.0656 + ], + [ + "as", + -5.0881 + ], + [ + "are", + -5.203 + ], + [ + "not", + -5.2726 + ], + [ + "have", + -5.2963 + ], + [ + "at", + -5.3185 + ], + [ + "he", + -5.3185 + ], + [ + "by", + -5.3412 + ], + [ + "from", + -5.4561 + ], + [ + "but", + -5.4798 + ], + [ + "0000", + -5.5041 + ], + [ + "my", + -5.6185 + ], + [ + "an", + -5.6408 + ], + [ + "or", + -5.6636 + ], + [ + "all", + -5.7108 + ], + [ + "his", + -5.7108 + ], + [ + "me", + -5.7108 + ], + [ + "they", + -5.7322 + ], + [ + "so", + -5.7572 + ], + [ + "we", + -5.7572 + ], + [ + "one", + -5.8025 + ], + [ + "your", + -5.8025 + ], + [ + "if", + -5.826 + ], + [ + "can", + -5.871 + ], + [ + "will", + -5.871 + ], + [ + "just", + -5.9638 + ], + [ + "like", + -6.0117 + ], + [ + "about", + -6.0323 + ], + [ + "up", + -6.0323 + ], + [ + "what", + -6.0323 + ], + [ + "do", + -6.0576 + ], + [ + "has", + -6.0576 + ], + [ + "were", + -6.0576 + ], + [ + "no", + -6.0792 + ], + [ + "out", + -6.0792 + ], + [ + "when", + -6.0792 + ], + [ + "more", + -6.1013 + ], + [ + "who", + -6.1013 + ], + [ + "had", + -6.1239 + ], + [ + "their", + -6.1239 + ], + [ + "which", + -6.1239 + ], + [ + "there", + -6.1469 + ], + [ + "been", + -6.2607 + ], + [ + "her", + -6.2607 + ], + [ + "time", + -6.2607 + ], + [ + "000", + -6.2872 + ], + [ + "would", + -6.2872 + ], + [ + "get", + -6.3089 + ], + [ + "it's", + -6.3089 + ], + [ + "new", + -6.3311 + ], + [ + "i'm", + -6.3539 + ], + [ + "she", + -6.3539 + ], + [ + "people", + -6.3771 + ], + [ + "don't", + -6.4253 + ], + [ + "its", + -6.4253 + ], + [ + "also", + -6.4503 + ], + [ + "how", + -6.4503 + ], + [ + "some", + -6.4695 + ], + [ + "them", + -6.4695 + ], + [ + "now", + -6.4956 + ], + [ + "other", + -6.4956 + ], + [ + "only", + -6.5857 + ], + [ + "than", + -6.5857 + ], + [ + "first", + -6.6077 + ], + [ + "good", + -6.6301 + ], + [ + "into", + -6.6301 + ], + [ + "our", + -6.6301 + ], + [ + "know", + -6.6531 + ], + [ + "see", + -6.6531 + ], + [ + "two", + -6.6531 + ], + [ + "him", + -6.6766 + ], + [ + "after", + -6.7254 + ], + [ + "could", + -6.7254 + ], + [ + "then", + -6.7508 + ], + [ + "over", + -6.768 + ], + [ + "these", + -6.768 + ], + [ + "think", + -6.768 + ], + [ + "go", + -6.7944 + ], + [ + "make", + -6.7944 + ], + [ + "any", + -6.8124 + ], + [ + "well", + -6.8124 + ], + [ + "back", + -6.8401 + ], + [ + "want", + -6.8401 + ], + [ + "1", + -6.859 + ], + [ + "should", + -6.859 + ], + [ + "because", + -6.888 + ], + [ + "may", + -6.888 + ], + [ + "us", + -6.888 + ], + [ + "where", + -6.888 + ], + [ + "most", + -6.9078 + ], + [ + "much", + -6.9078 + ], + [ + "way", + -6.931 + ], + [ + "even", + -6.9538 + ], + [ + "very", + -6.9538 + ], + [ + "2", + -6.9771 + ], + [ + "did", + -6.9999 + ], + [ + "need", + -6.9999 + ], + [ + "right", + -6.9999 + ], + [ + "said", + -6.9999 + ], + [ + "too", + -6.9999 + ], + [ + "years", + -6.9999 + ], + [ + "work", + -7.0232 + ], + [ + "being", + -7.0459 + ], + [ + "here", + -7.0459 + ], + [ + "before", + -7.0691 + ], + [ + "day", + -7.0691 + ], + [ + "really", + -7.0691 + ], + [ + "made", + -7.0917 + ], + [ + "many", + -7.0917 + ], + [ + "world", + -7.0917 + ], + [ + "year", + -7.0917 + ], + [ + "going", + -7.1148 + ], + [ + "off", + -7.1148 + ], + [ + "still", + -7.1148 + ], + [ + "take", + -7.1148 + ], + [ + "those", + -7.1148 + ], + [ + "why", + -7.1148 + ], + [ + "never", + -7.1384 + ], + [ + "got", + -7.1614 + ], + [ + "life", + -7.1614 + ], + [ + "say", + -7.1614 + ], + [ + "such", + -7.1614 + ], + [ + "through", + -7.1614 + ], + [ + "3", + -7.1835 + ], + [ + "down", + -7.2075 + ], + [ + "you're", + -7.2307 + ], + [ + "great", + -7.2531 + ], + [ + "last", + -7.2759 + ], + [ + "man", + -7.2759 + ], + [ + "while", + -7.2759 + ], + [ + "use", + -7.2993 + ], + [ + "between", + -7.3218 + ], + [ + "used", + -7.3218 + ], + [ + "long", + -7.3447 + ], + [ + "same", + -7.3447 + ], + [ + "that's", + -7.3682 + ], + [ + "three", + -7.3682 + ], + [ + "both", + -7.3906 + ], + [ + "can't", + -7.3906 + ], + [ + "part", + -7.3906 + ], + [ + "something", + -7.3906 + ], + [ + "am", + -7.4136 + ], + [ + "best", + -7.4136 + ], + [ + "come", + -7.4136 + ], + [ + "love", + -7.4136 + ], + [ + "under", + -7.4136 + ], + [ + "look", + -7.4371 + ], + [ + "since", + -7.4371 + ], + [ + "4", + -7.4611 + ], + [ + "does", + -7.4611 + ], + [ + "every", + -7.4611 + ], + [ + "must", + -7.4611 + ], + [ + "always", + -7.484 + ], + [ + "better", + -7.484 + ], + [ + "little", + -7.484 + ], + [ + "old", + -7.484 + ], + [ + "another", + -7.5056 + ], + [ + "during", + -7.5056 + ], + [ + "find", + -7.5056 + ], + [ + "high", + -7.5056 + ], + [ + "home", + -7.5056 + ], + [ + "place", + -7.5056 + ], + [ + "5", + -7.5295 + ], + [ + "around", + -7.5295 + ], + [ + "own", + -7.5521 + ], + [ + "state", + -7.5521 + ], + [ + "each", + -7.5752 + ], + [ + "give", + -7.5752 + ], + [ + "help", + -7.5752 + ], + [ + "s", + -7.5752 + ], + [ + "things", + -7.5752 + ], + [ + "again", + -7.5989 + ], + [ + "against", + -7.5989 + ], + [ + "found", + -7.5989 + ], + [ + "game", + -7.5989 + ], + [ + "i've", + -7.5989 + ], + [ + "school", + -7.5989 + ], + [ + "without", + -7.5989 + ], + [ + "end", + -7.6211 + ], + [ + "thing", + -7.6211 + ], + [ + "government", + -7.6438 + ], + [ + "house", + -7.6438 + ], + [ + "next", + -7.6438 + ], + [ + "please", + -7.6438 + ], + [ + "god", + -7.667 + ], + [ + "ever", + -7.713 + ], + [ + "family", + -7.713 + ], + [ + "feel", + -7.713 + ], + [ + "might", + -7.713 + ], + [ + "put", + -7.713 + ], + [ + "however", + -7.7356 + ], + [ + "name", + -7.7356 + ], + [ + "number", + -7.7356 + ], + [ + "second", + -7.7356 + ], + [ + "show", + -7.7356 + ], + [ + "0.0", + -7.7587 + ], + [ + "left", + -7.7587 + ], + [ + "big", + -7.7824 + ], + [ + "didn't", + -7.7824 + ], + [ + "keep", + -7.7824 + ], + [ + "night", + -7.7824 + ], + [ + "sure", + -7.7824 + ], + [ + "6", + -7.8067 + ], + [ + "set", + -7.8067 + ], + [ + "team", + -7.8067 + ], + [ + "until", + -7.8067 + ], + [ + "away", + -7.8291 + ], + [ + "called", + -7.8291 + ], + [ + "case", + -7.8291 + ], + [ + "days", + -7.8291 + ], + [ + "different", + -7.8291 + ], + [ + "group", + -7.8291 + ], + [ + "money", + -7.8291 + ], + [ + "let", + -7.8519 + ], + [ + "someone", + -7.8519 + ], + [ + "thought", + -7.8519 + ], + [ + "already", + -7.8753 + ], + [ + "city", + -7.8753 + ], + [ + "mr", + -7.8753 + ], + [ + "play", + -7.8753 + ], + [ + "public", + -7.8753 + ], + [ + "system", + -7.8753 + ], + [ + "doing", + -7.8966 + ], + [ + "done", + -7.8966 + ], + [ + "few", + -7.8966 + ], + [ + "national", + -7.8966 + ], + [ + "real", + -7.8966 + ], + [ + "free", + -7.9211 + ], + [ + "having", + -7.9211 + ], + [ + "person", + -7.9211 + ], + [ + "change", + -7.9434 + ], + [ + "de", + -7.9434 + ], + [ + "general", + -7.9434 + ], + [ + "lot", + -7.9434 + ], + [ + "point", + -7.9434 + ], + [ + "times", + -7.9434 + ], + [ + "women", + -7.9434 + ], + [ + "yet", + -7.9434 + ], + [ + "7", + -7.9662 + ], + [ + "anything", + -7.9662 + ], + [ + "care", + -7.9662 + ], + [ + "d", + -7.9662 + ], + [ + "four", + -7.9662 + ], + [ + "including", + -7.9662 + ], + [ + "nothing", + -7.9662 + ], + [ + "today", + -7.9662 + ], + [ + "water", + -7.9662 + ], + [ + "bad", + -7.9895 + ], + [ + "business", + -7.9895 + ], + [ + "children", + -7.9895 + ], + [ + "company", + -7.9895 + ], + [ + "everything", + -7.9895 + ], + [ + "live", + -7.9895 + ], + [ + "mean", + -7.9895 + ], + [ + "once", + -7.9895 + ], + [ + "power", + -7.9895 + ], + [ + "thanks", + -7.9895 + ], + [ + "told", + -7.9895 + ], + [ + "came", + -8.0134 + ], + [ + "country", + -8.0134 + ], + [ + "enough", + -8.0134 + ], + [ + "following", + -8.0134 + ], + [ + "getting", + -8.0134 + ], + [ + "head", + -8.0134 + ], + [ + "later", + -8.0134 + ], + [ + "looking", + -8.0134 + ], + [ + "seen", + -8.0134 + ], + [ + "small", + -8.0134 + ], + [ + "start", + -8.0134 + ], + [ + "tell", + -8.0134 + ], + [ + "took", + -8.0134 + ], + [ + "top", + -8.0134 + ], + [ + "went", + -8.0134 + ], + [ + "based", + -8.0348 + ], + [ + "far", + -8.0348 + ], + [ + "law", + -8.0348 + ], + [ + "less", + -8.0348 + ], + [ + "making", + -8.0348 + ], + [ + "music", + -8.0348 + ], + [ + "order", + -8.0348 + ], + [ + "party", + -8.0348 + ], + [ + "states", + -8.0348 + ], + [ + "though", + -8.0348 + ], + [ + "week", + -8.0348 + ], + [ + "call", + -8.0598 + ], + [ + "full", + -8.0598 + ], + [ + "hard", + -8.0598 + ], + [ + "men", + -8.0598 + ], + [ + "war", + -8.0598 + ], + [ + "yes", + -8.0598 + ], + [ + "8", + -8.0822 + ], + [ + "i'll", + -8.0822 + ], + [ + "read", + -8.0822 + ], + [ + "side", + -8.0822 + ], + [ + "stop", + -8.0822 + ], + [ + "support", + -8.0822 + ], + [ + "thank", + -8.0822 + ], + [ + "believe", + -8.1051 + ], + [ + "line", + -8.1051 + ], + [ + "oh", + -8.1051 + ], + [ + "open", + -8.1051 + ], + [ + "area", + -8.1285 + ], + [ + "doesn't", + -8.1285 + ], + [ + "he's", + -8.1285 + ], + [ + "important", + -8.1285 + ], + [ + "run", + -8.1285 + ], + [ + "using", + -8.1285 + ], + [ + "whole", + -8.1285 + ], + [ + "five", + -8.1526 + ], + [ + "international", + -8.1526 + ], + [ + "try", + -8.1526 + ], + [ + "white", + -8.1526 + ], + [ + "course", + -8.1736 + ], + [ + "early", + -8.1736 + ], + [ + "face", + -8.1736 + ], + [ + "given", + -8.1736 + ], + [ + "job", + -8.1736 + ], + [ + "means", + -8.1736 + ], + [ + "says", + -8.1736 + ], + [ + "social", + -8.1736 + ], + [ + "there's", + -8.1736 + ], + [ + "together", + -8.1736 + ], + [ + "united", + -8.1736 + ], + [ + "within", + -8.1736 + ], + [ + "working", + -8.1736 + ], + [ + "young", + -8.1736 + ], + [ + "actually", + -8.1987 + ], + [ + "american", + -8.1987 + ], + [ + "black", + -8.1987 + ], + [ + "kind", + -8.1987 + ], + [ + "mind", + -8.1987 + ], + [ + "fact", + -8.2208 + ], + [ + "least", + -8.2208 + ], + [ + "makes", + -8.2208 + ], + [ + "per", + -8.2208 + ], + [ + "service", + -8.2208 + ], + [ + "shit", + -8.2208 + ], + [ + "trying", + -8.2208 + ], + [ + "9", + -8.2434 + ], + [ + "able", + -8.2434 + ], + [ + "become", + -8.2434 + ], + [ + "car", + -8.2434 + ], + [ + "death", + -8.2434 + ], + [ + "everyone", + -8.2434 + ], + [ + "food", + -8.2434 + ], + [ + "information", + -8.2434 + ], + [ + "level", + -8.2434 + ], + [ + "local", + -8.2434 + ], + [ + "often", + -8.2434 + ], + [ + "others", + -8.2434 + ], + [ + "several", + -8.2434 + ], + [ + "true", + -8.2434 + ], + [ + "control", + -8.2664 + ], + [ + "friends", + -8.2664 + ], + [ + "games", + -8.2664 + ], + [ + "half", + -8.2664 + ], + [ + "maybe", + -8.2664 + ], + [ + "news", + -8.2664 + ], + [ + "problem", + -8.2664 + ], + [ + "air", + -8.2901 + ], + [ + "b", + -8.2901 + ], + [ + "body", + -8.2901 + ], + [ + "book", + -8.2901 + ], + [ + "guys", + -8.2901 + ], + [ + "hand", + -8.2901 + ], + [ + "health", + -8.2901 + ], + [ + "hope", + -8.2901 + ], + [ + "human", + -8.2901 + ], + [ + "known", + -8.2901 + ], + [ + "large", + -8.2901 + ], + [ + "m", + -8.2901 + ], + [ + "president", + -8.2901 + ], + [ + "talk", + -8.2901 + ], + [ + "almost", + -8.3143 + ], + [ + "court", + -8.3143 + ], + [ + "friend", + -8.3143 + ], + [ + "history", + -8.3143 + ], + [ + "hours", + -8.3143 + ], + [ + "lost", + -8.3143 + ], + [ + "members", + -8.3143 + ], + [ + "possible", + -8.3143 + ], + [ + "season", + -8.3143 + ], + [ + "south", + -8.3143 + ], + [ + "story", + -8.3143 + ], + [ + "video", + -8.3143 + ], + [ + "yeah", + -8.3143 + ], + [ + "among", + -8.3349 + ], + [ + "class", + -8.3349 + ], + [ + "else", + -8.3349 + ], + [ + "girl", + -8.3349 + ], + [ + "nice", + -8.3349 + ], + [ + "t", + -8.3349 + ], + [ + "taking", + -8.3349 + ], + [ + "wrong", + -8.3349 + ], + [ + "00.0", + -8.3602 + ], + [ + "00th", + -8.3602 + ], + [ + "act", + -8.3602 + ], + [ + "ago", + -8.3602 + ], + [ + "c", + -8.3602 + ], + [ + "close", + -8.3602 + ], + [ + "coming", + -8.3602 + ], + [ + "guy", + -8.3602 + ], + [ + "matter", + -8.3602 + ], + [ + "office", + -8.3602 + ], + [ + "political", + -8.3602 + ], + [ + "question", + -8.3602 + ], + [ + "room", + -8.3602 + ], + [ + "single", + -8.3602 + ], + [ + "taken", + -8.3602 + ], + [ + "wait", + -8.3602 + ], + [ + "0,000", + -8.3818 + ], + [ + "along", + -8.3818 + ], + [ + "although", + -8.3818 + ], + [ + "cause", + -8.3818 + ], + [ + "late", + -8.3818 + ], + [ + "remember", + -8.3818 + ], + [ + "saw", + -8.3818 + ], + [ + "they're", + -8.3818 + ], + [ + "00,000", + -8.4039 + ], + [ + "ask", + -8.4039 + ], + [ + "example", + -8.4039 + ], + [ + "form", + -8.4039 + ], + [ + "isn't", + -8.4039 + ], + [ + "john", + -8.4039 + ], + [ + "pay", + -8.4039 + ], + [ + "post", + -8.4039 + ], + [ + "research", + -8.4039 + ], + [ + "saying", + -8.4039 + ], + [ + "understand", + -8.4039 + ], + [ + "university", + -8.4039 + ], + [ + "according", + -8.4264 + ], + [ + "due", + -8.4264 + ], + [ + "either", + -8.4264 + ], + [ + "fuck", + -8.4264 + ], + [ + "hit", + -8.4264 + ], + [ + "idea", + -8.4264 + ], + [ + "million", + -8.4264 + ], + [ + "months", + -8.4264 + ], + [ + "needs", + -8.4264 + ], + [ + "past", + -8.4264 + ], + [ + "playing", + -8.4264 + ], + [ + "pretty", + -8.4264 + ], + [ + "probably", + -8.4264 + ], + [ + "rather", + -8.4264 + ], + [ + "soon", + -8.4264 + ], + [ + "turn", + -8.4264 + ], + [ + "whether", + -8.4264 + ], + [ + "win", + -8.4264 + ], + [ + "age", + -8.4495 + ], + [ + "anyone", + -8.4495 + ], + [ + "community", + -8.4495 + ], + [ + "development", + -8.4495 + ], + [ + "further", + -8.4495 + ], + [ + "future", + -8.4495 + ], + [ + "heart", + -8.4495 + ], + [ + "leave", + -8.4495 + ], + [ + "light", + -8.4495 + ], + [ + "major", + -8.4495 + ], + [ + "minutes", + -8.4495 + ], + [ + "morning", + -8.4495 + ], + [ + "north", + -8.4495 + ], + [ + "started", + -8.4495 + ], + [ + "york", + -8.4495 + ], + [ + "action", + -8.4732 + ], + [ + "child", + -8.4732 + ], + [ + "e", + -8.4732 + ], + [ + "father", + -8.4732 + ], + [ + "gonna", + -8.4732 + ], + [ + "i'd", + -8.4732 + ], + [ + "low", + -8.4732 + ], + [ + "move", + -8.4732 + ], + [ + "police", + -8.4732 + ], + [ + "r", + -8.4732 + ], + [ + "special", + -8.4732 + ], + [ + "third", + -8.4732 + ], + [ + "wanted", + -8.4732 + ], + [ + "woman", + -8.4732 + ], + [ + "comes", + -8.4974 + ], + [ + "data", + -8.4974 + ], + [ + "happy", + -8.4974 + ], + [ + "living", + -8.4974 + ], + [ + "reason", + -8.4974 + ], + [ + "red", + -8.4974 + ], + [ + "report", + -8.4974 + ], + [ + "short", + -8.4974 + ], + [ + "sometimes", + -8.4974 + ], + [ + "son", + -8.4974 + ], + [ + "stay", + -8.4974 + ], + [ + "watch", + -8.4974 + ], + [ + "we're", + -8.4974 + ], + [ + "bit", + -8.5172 + ], + [ + "education", + -8.5172 + ], + [ + "fucking", + -8.5172 + ], + [ + "land", + -8.5172 + ], + [ + "looks", + -8.5172 + ], + [ + "myself", + -8.5172 + ], + [ + "works", + -8.5172 + ], + [ + "0.00", + -8.5425 + ], + [ + "asked", + -8.5425 + ], + [ + "deal", + -8.5425 + ], + [ + "experience", + -8.5425 + ], + [ + "final", + -8.5425 + ], + [ + "list", + -8.5425 + ], + [ + "market", + -8.5425 + ], + [ + "meet", + -8.5425 + ], + [ + "non", + -8.5425 + ], + [ + "six", + -8.5425 + ], + [ + "study", + -8.5425 + ], + [ + "type", + -8.5425 + ], + [ + "word", + -8.5425 + ], + [ + "building", + -8.5632 + ], + [ + "check", + -8.5632 + ], + [ + "fire", + -8.5632 + ], + [ + "force", + -8.5632 + ], + [ + "front", + -8.5632 + ], + [ + "la", + -8.5632 + ], + [ + "main", + -8.5632 + ], + [ + "mother", + -8.5632 + ], + [ + "near", + -8.5632 + ], + [ + "period", + -8.5632 + ], + [ + "process", + -8.5632 + ], + [ + "won't", + -8.5632 + ], + [ + "april", + -8.5898 + ], + [ + "art", + -8.5898 + ], + [ + "former", + -8.5898 + ], + [ + "heard", + -8.5898 + ], + [ + "london", + -8.5898 + ], + [ + "plan", + -8.5898 + ], + [ + "quite", + -8.5898 + ], + [ + "series", + -8.5898 + ], + [ + "site", + -8.5898 + ], + [ + "talking", + -8.5898 + ], + [ + "west", + -8.5898 + ], + [ + "0", + -8.6115 + ], + [ + "behind", + -8.6115 + ], + [ + "bring", + -8.6115 + ], + [ + "clear", + -8.6115 + ], + [ + "french", + -8.6115 + ], + [ + "held", + -8.6115 + ], + [ + "outside", + -8.6115 + ], + [ + "phone", + -8.6115 + ], + [ + "position", + -8.6115 + ], + [ + "yourself", + -8.6115 + ], + [ + "above", + -8.6337 + ], + [ + "available", + -8.6337 + ], + [ + "current", + -8.6337 + ], + [ + "easy", + -8.6337 + ], + [ + "field", + -8.6337 + ], + [ + "gave", + -8.6337 + ], + [ + "ready", + -8.6337 + ], + [ + "security", + -8.6337 + ], + [ + "song", + -8.6337 + ], + [ + "sorry", + -8.6337 + ], + [ + "students", + -8.6337 + ], + [ + "total", + -8.6337 + ], + [ + "words", + -8.6337 + ], + [ + "across", + -8.6565 + ], + [ + "buy", + -8.6565 + ], + [ + "common", + -8.6565 + ], + [ + "english", + -8.6565 + ], + [ + "himself", + -8.6565 + ], + [ + "language", + -8.6565 + ], + [ + "march", + -8.6565 + ], + [ + "military", + -8.6565 + ], + [ + "minister", + -8.6565 + ], + [ + "moment", + -8.6565 + ], + [ + "players", + -8.6565 + ], + [ + "present", + -8.6565 + ], + [ + "return", + -8.6565 + ], + [ + "services", + -8.6565 + ], + [ + "term", + -8.6565 + ], + [ + "town", + -8.6565 + ], + [ + "church", + -8.6797 + ], + [ + "department", + -8.6797 + ], + [ + "fun", + -8.6797 + ], + [ + "interest", + -8.6797 + ], + [ + "problems", + -8.6797 + ], + [ + "role", + -8.6797 + ], + [ + "self", + -8.6797 + ], + [ + "shall", + -8.6797 + ], + [ + "similar", + -8.6797 + ], + [ + "society", + -8.6797 + ], + [ + "space", + -8.6797 + ], + [ + "strong", + -8.6797 + ], + [ + "thinking", + -8.6797 + ], + [ + "account", + -8.7035 + ], + [ + "baby", + -8.7035 + ], + [ + "british", + -8.7035 + ], + [ + "chance", + -8.7035 + ], + [ + "especially", + -8.7035 + ], + [ + "eyes", + -8.7035 + ], + [ + "include", + -8.7035 + ], + [ + "issue", + -8.7035 + ], + [ + "l", + -8.7035 + ], + [ + "miss", + -8.7035 + ], + [ + "program", + -8.7035 + ], + [ + "rest", + -8.7035 + ], + [ + "result", + -8.7035 + ], + [ + "view", + -8.7035 + ], + [ + "wasn't", + -8.7035 + ], + [ + "al", + -8.7279 + ], + [ + "board", + -8.7279 + ], + [ + "certain", + -8.7279 + ], + [ + "cost", + -8.7279 + ], + [ + "cut", + -8.7279 + ], + [ + "energy", + -8.7279 + ], + [ + "evidence", + -8.7279 + ], + [ + "fight", + -8.7279 + ], + [ + "hear", + -8.7279 + ], + [ + "instead", + -8.7279 + ], + [ + "king", + -8.7279 + ], + [ + "member", + -8.7279 + ], + [ + "official", + -8.7279 + ], + [ + "parents", + -8.7279 + ], + [ + "personal", + -8.7279 + ], + [ + "played", + -8.7279 + ], + [ + "points", + -8.7279 + ], + [ + "price", + -8.7279 + ], + [ + "results", + -8.7279 + ], + [ + "road", + -8.7279 + ], + [ + "seems", + -8.7279 + ], + [ + "sense", + -8.7279 + ], + [ + "street", + -8.7279 + ], + [ + "summer", + -8.7279 + ], + [ + "u.s", + -8.7279 + ], + [ + "wife", + -8.7279 + ], + [ + "became", + -8.7529 + ], + [ + "boy", + -8.7529 + ], + [ + "dead", + -8.7529 + ], + [ + "died", + -8.7529 + ], + [ + "economic", + -8.7529 + ], + [ + "fine", + -8.7529 + ], + [ + "gets", + -8.7529 + ], + [ + "goes", + -8.7529 + ], + [ + "higher", + -8.7529 + ], + [ + "lead", + -8.7529 + ], + [ + "lord", + -8.7529 + ], + [ + "online", + -8.7529 + ], + [ + "rights", + -8.7529 + ], + [ + "test", + -8.7529 + ], + [ + "council", + -8.7721 + ], + [ + "dr", + -8.7721 + ], + [ + "european", + -8.7721 + ], + [ + "june", + -8.7721 + ], + [ + "killed", + -8.7721 + ], + [ + "likely", + -8.7721 + ], + [ + "longer", + -8.7721 + ], + [ + "media", + -8.7721 + ], + [ + "middle", + -8.7721 + ], + [ + "press", + -8.7721 + ], + [ + "private", + -8.7721 + ], + [ + "production", + -8.7721 + ], + [ + "project", + -8.7721 + ], + [ + "received", + -8.7721 + ], + [ + "shows", + -8.7721 + ], + [ + "trade", + -8.7721 + ], + [ + "tv", + -8.7721 + ], + [ + "upon", + -8.7721 + ], + [ + "value", + -8.7721 + ], + [ + "wants", + -8.7721 + ], + [ + "wish", + -8.7721 + ], + [ + "alone", + -8.7982 + ], + [ + "beautiful", + -8.7982 + ], + [ + "countries", + -8.7982 + ], + [ + "date", + -8.7982 + ], + [ + "finally", + -8.7982 + ], + [ + "groups", + -8.7982 + ], + [ + "hey", + -8.7982 + ], + [ + "hold", + -8.7982 + ], + [ + "kids", + -8.7982 + ], + [ + "knew", + -8.7982 + ], + [ + "month", + -8.7982 + ], + [ + "p", + -8.7982 + ], + [ + "policy", + -8.7982 + ], + [ + "questions", + -8.7982 + ], + [ + "rate", + -8.7982 + ], + [ + "record", + -8.7982 + ], + [ + "running", + -8.7982 + ], + [ + "sent", + -8.7982 + ], + [ + "shot", + -8.7982 + ], + [ + "added", + -8.8183 + ], + [ + "america", + -8.8183 + ], + [ + "brought", + -8.8183 + ], + [ + "college", + -8.8183 + ], + [ + "decision", + -8.8183 + ], + [ + "gone", + -8.8183 + ], + [ + "ground", + -8.8183 + ], + [ + "guess", + -8.8183 + ], + [ + "happened", + -8.8183 + ], + [ + "hour", + -8.8183 + ], + [ + "original", + -8.8183 + ], + [ + "sex", + -8.8183 + ], + [ + "situation", + -8.8183 + ], + [ + "source", + -8.8183 + ], + [ + "themselves", + -8.8183 + ], + [ + "answer", + -8.8388 + ], + [ + "average", + -8.8388 + ], + [ + "break", + -8.8388 + ], + [ + "central", + -8.8388 + ], + [ + "club", + -8.8388 + ], + [ + "co", + -8.8388 + ], + [ + "east", + -8.8388 + ], + [ + "follow", + -8.8388 + ], + [ + "gold", + -8.8388 + ], + [ + "hands", + -8.8388 + ], + [ + "happen", + -8.8388 + ], + [ + "issues", + -8.8388 + ], + [ + "learn", + -8.8388 + ], + [ + "needed", + -8.8388 + ], + [ + "takes", + -8.8388 + ], + [ + "usually", + -8.8388 + ], + [ + "various", + -8.8388 + ], + [ + "what's", + -8.8388 + ], + [ + "won", + -8.8388 + ], + [ + "worked", + -8.8388 + ], + [ + "x", + -8.8388 + ], + [ + "areas", + -8.8668 + ], + [ + "bank", + -8.8668 + ], + [ + "companies", + -8.8668 + ], + [ + "design", + -8.8668 + ], + [ + "event", + -8.8668 + ], + [ + "inside", + -8.8668 + ], + [ + "ok", + -8.8668 + ], + [ + "picture", + -8.8668 + ], + [ + "re", + -8.8668 + ], + [ + "relationship", + -8.8668 + ], + [ + "share", + -8.8668 + ], + [ + "training", + -8.8668 + ], + [ + "union", + -8.8668 + ], + [ + "weeks", + -8.8668 + ], + [ + "you'll", + -8.8668 + ], + [ + "amount", + -8.8883 + ], + [ + "blood", + -8.8883 + ], + [ + "cases", + -8.8883 + ], + [ + "changes", + -8.8883 + ], + [ + "considered", + -8.8883 + ], + [ + "cool", + -8.8883 + ], + [ + "couple", + -8.8883 + ], + [ + "die", + -8.8883 + ], + [ + "eat", + -8.8883 + ], + [ + "film", + -8.8883 + ], + [ + "foreign", + -8.8883 + ], + [ + "girls", + -8.8883 + ], + [ + "industry", + -8.8883 + ], + [ + "involved", + -8.8883 + ], + [ + "itself", + -8.8883 + ], + [ + "key", + -8.8883 + ], + [ + "meeting", + -8.8883 + ], + [ + "page", + -8.8883 + ], + [ + "performance", + -8.8883 + ], + [ + "round", + -8.8883 + ], + [ + "science", + -8.8883 + ], + [ + "sea", + -8.8883 + ], + [ + "sound", + -8.8883 + ], + [ + "step", + -8.8883 + ], + [ + "began", + -8.9102 + ], + [ + "brother", + -8.9102 + ], + [ + "david", + -8.9102 + ], + [ + "england", + -8.9102 + ], + [ + "europe", + -8.9102 + ], + [ + "fall", + -8.9102 + ], + [ + "federal", + -8.9102 + ], + [ + "led", + -8.9102 + ], + [ + "lower", + -8.9102 + ], + [ + "met", + -8.9102 + ], + [ + "model", + -8.9102 + ], + [ + "n", + -8.9102 + ], + [ + "natural", + -8.9102 + ], + [ + "player", + -8.9102 + ], + [ + "send", + -8.9102 + ], + [ + "september", + -8.9102 + ], + [ + "serious", + -8.9102 + ], + [ + "she's", + -8.9102 + ], + [ + "size", + -8.9102 + ], + [ + "st", + -8.9102 + ], + [ + "terms", + -8.9102 + ], + [ + "tried", + -8.9102 + ], + [ + "whatever", + -8.9102 + ], + [ + "wouldn't", + -8.9102 + ], + [ + "00.00", + -8.9327 + ], + [ + "blue", + -8.9327 + ], + [ + "cannot", + -8.9327 + ], + [ + "century", + -8.9327 + ], + [ + "chief", + -8.9327 + ], + [ + "difficult", + -8.9327 + ], + [ + "director", + -8.9327 + ], + [ + "france", + -8.9327 + ], + [ + "hell", + -8.9327 + ], + [ + "medical", + -8.9327 + ], + [ + "population", + -8.9327 + ], + [ + "provide", + -8.9327 + ], + [ + "range", + -8.9327 + ], + [ + "region", + -8.9327 + ], + [ + "tax", + -8.9327 + ], + [ + "cup", + -8.9557 + ], + [ + "events", + -8.9557 + ], + [ + "exactly", + -8.9557 + ], + [ + "feeling", + -8.9557 + ], + [ + "felt", + -8.9557 + ], + [ + "financial", + -8.9557 + ], + [ + "giving", + -8.9557 + ], + [ + "haven't", + -8.9557 + ], + [ + "internet", + -8.9557 + ], + [ + "july", + -8.9557 + ], + [ + "lives", + -8.9557 + ], + [ + "movie", + -8.9557 + ], + [ + "perfect", + -8.9557 + ], + [ + "poor", + -8.9557 + ], + [ + "risk", + -8.9557 + ], + [ + "simple", + -8.9557 + ], + [ + "stage", + -8.9557 + ], + [ + "stand", + -8.9557 + ], + [ + "star", + -8.9557 + ], + [ + "table", + -8.9557 + ], + [ + "trust", + -8.9557 + ], + [ + "whose", + -8.9557 + ], + [ + "worth", + -8.9557 + ], + [ + "attention", + -8.9792 + ], + [ + "capital", + -8.9792 + ], + [ + "center", + -8.9792 + ], + [ + "character", + -8.9792 + ], + [ + "earth", + -8.9792 + ], + [ + "effect", + -8.9792 + ], + [ + "figure", + -8.9792 + ], + [ + "forward", + -8.9792 + ], + [ + "hot", + -8.9792 + ], + [ + "ii", + -8.9792 + ], + [ + "michael", + -8.9792 + ], + [ + "park", + -8.9792 + ], + [ + "quality", + -8.9792 + ], + [ + "website", + -8.9792 + ], + [ + "written", + -8.9792 + ], + [ + "currently", + -9.0033 + ], + [ + "drive", + -9.0033 + ], + [ + "fast", + -9.0033 + ], + [ + "followed", + -9.0033 + ], + [ + "green", + -9.0033 + ], + [ + "increase", + -9.0033 + ], + [ + "jesus", + -9.0033 + ], + [ + "kill", + -9.0033 + ], + [ + "looked", + -9.0033 + ], + [ + "management", + -9.0033 + ], + [ + "mine", + -9.0033 + ], + [ + "o", + -9.0033 + ], + [ + "okay", + -9.0033 + ], + [ + "related", + -9.0033 + ], + [ + "review", + -9.0033 + ], + [ + "rules", + -9.0033 + ], + [ + "save", + -9.0033 + ], + [ + "section", + -9.0033 + ], + [ + "turned", + -9.0033 + ], + [ + "books", + -9.028 + ], + [ + "choice", + -9.028 + ], + [ + "complete", + -9.028 + ], + [ + "continue", + -9.028 + ], + [ + "created", + -9.028 + ], + [ + "damn", + -9.028 + ], + [ + "decided", + -9.028 + ], + [ + "forces", + -9.028 + ], + [ + "hate", + -9.028 + ], + [ + "included", + -9.028 + ], + [ + "individual", + -9.028 + ], + [ + "james", + -9.028 + ], + [ + "league", + -9.028 + ], + [ + "legal", + -9.028 + ], + [ + "match", + -9.028 + ], + [ + "mom", + -9.028 + ], + [ + "october", + -9.028 + ], + [ + "oil", + -9.028 + ], + [ + "paid", + -9.028 + ], + [ + "particular", + -9.028 + ], + [ + "parts", + -9.028 + ], + [ + "perhaps", + -9.028 + ], + [ + "property", + -9.028 + ], + [ + "published", + -9.028 + ], + [ + "reading", + -9.028 + ], + [ + "release", + -9.028 + ], + [ + "seven", + -9.028 + ], + [ + "stuff", + -9.028 + ], + [ + "subject", + -9.028 + ], + [ + "technology", + -9.028 + ], + [ + "therefore", + -9.028 + ], + [ + "towards", + -9.028 + ], + [ + "version", + -9.028 + ], + [ + "voice", + -9.028 + ], + [ + "w", + -9.028 + ], + [ + "add", + -9.0533 + ], + [ + "army", + -9.0533 + ], + [ + "attack", + -9.0533 + ], + [ + "canada", + -9.0533 + ], + [ + "changed", + -9.0533 + ], + [ + "china", + -9.0533 + ], + [ + "f", + -9.0533 + ], + [ + "football", + -9.0533 + ], + [ + "hi", + -9.0533 + ], + [ + "january", + -9.0533 + ], + [ + "let's", + -9.0533 + ], + [ + "nature", + -9.0533 + ], + [ + "note", + -9.0533 + ], + [ + "practice", + -9.0533 + ], + [ + "radio", + -9.0533 + ], + [ + "respect", + -9.0533 + ], + [ + "seem", + -9.0533 + ], + [ + "style", + -9.0533 + ], + [ + "success", + -9.0533 + ], + [ + "ten", + -9.0533 + ], + [ + "truth", + -9.0533 + ], + [ + "v", + -9.0533 + ], + [ + "vote", + -9.0533 + ], + [ + "ways", + -9.0533 + ], + [ + "article", + -9.0706 + ], + [ + "born", + -9.0706 + ], + [ + "built", + -9.0706 + ], + [ + "committee", + -9.0706 + ], + [ + "culture", + -9.0706 + ], + [ + "december", + -9.0706 + ], + [ + "door", + -9.0706 + ], + [ + "goal", + -9.0706 + ], + [ + "message", + -9.0706 + ], + [ + "november", + -9.0706 + ], + [ + "ones", + -9.0706 + ], + [ + "sign", + -9.0706 + ], + [ + "staff", + -9.0706 + ], + [ + "thus", + -9.0706 + ], + [ + "title", + -9.0706 + ], + [ + "waiting", + -9.0706 + ], + [ + "walk", + -9.0706 + ], + [ + "writing", + -9.0706 + ], + [ + "wrote", + -9.0706 + ], + [ + "you've", + -9.0706 + ], + [ + "access", + -9.097 + ], + [ + "allowed", + -9.097 + ], + [ + "bed", + -9.097 + ], + [ + "bill", + -9.097 + ], + [ + "centre", + -9.097 + ], + [ + "code", + -9.097 + ], + [ + "conditions", + -9.097 + ], + [ + "contact", + -9.097 + ], + [ + "cover", + -9.097 + ], + [ + "daily", + -9.097 + ], + [ + "entire", + -9.097 + ], + [ + "growth", + -9.097 + ], + [ + "lose", + -9.097 + ], + [ + "loss", + -9.097 + ], + [ + "modern", + -9.097 + ], + [ + "necessary", + -9.097 + ], + [ + "offer", + -9.097 + ], + [ + "pass", + -9.097 + ], + [ + "paul", + -9.097 + ], + [ + "peace", + -9.097 + ], + [ + "race", + -9.097 + ], + [ + "reported", + -9.097 + ], + [ + "response", + -9.097 + ], + [ + "simply", + -9.097 + ], + [ + "sleep", + -9.097 + ], + [ + "studies", + -9.097 + ], + [ + "systems", + -9.097 + ], + [ + "text", + -9.097 + ], + [ + "visit", + -9.097 + ], + [ + "beginning", + -9.115 + ], + [ + "below", + -9.115 + ], + [ + "crazy", + -9.115 + ], + [ + "dog", + -9.115 + ], + [ + "election", + -9.115 + ], + [ + "h", + -9.115 + ], + [ + "knowledge", + -9.115 + ], + [ + "network", + -9.115 + ], + [ + "normal", + -9.115 + ], + [ + "officer", + -9.115 + ], + [ + "paper", + -9.115 + ], + [ + "sir", + -9.115 + ], + [ + "specific", + -9.115 + ], + [ + "starting", + -9.115 + ], + [ + "uk", + -9.115 + ], + [ + "workers", + -9.115 + ], + [ + "august", + -9.1427 + ], + [ + "ball", + -9.1427 + ], + [ + "base", + -9.1427 + ], + [ + "boys", + -9.1427 + ], + [ + "cold", + -9.1427 + ], + [ + "computer", + -9.1427 + ], + [ + "create", + -9.1427 + ], + [ + "dark", + -9.1427 + ], + [ + "daughter", + -9.1427 + ], + [ + "described", + -9.1427 + ], + [ + "enjoy", + -9.1427 + ], + [ + "forget", + -9.1427 + ], + [ + "german", + -9.1427 + ], + [ + "hospital", + -9.1427 + ], + [ + "island", + -9.1427 + ], + [ + "mark", + -9.1427 + ], + [ + "married", + -9.1427 + ], + [ + "missing", + -9.1427 + ], + [ + "pick", + -9.1427 + ], + [ + "places", + -9.1427 + ], + [ + "recent", + -9.1427 + ], + [ + "required", + -9.1427 + ], + [ + "river", + -9.1427 + ], + [ + "speak", + -9.1427 + ], + [ + "standard", + -9.1427 + ], + [ + "super", + -9.1427 + ], + [ + "tomorrow", + -9.1427 + ], + [ + "western", + -9.1427 + ], + [ + "africa", + -9.1616 + ], + [ + "allow", + -9.1616 + ], + [ + "couldn't", + -9.1616 + ], + [ + "cross", + -9.1616 + ], + [ + "except", + -9.1616 + ], + [ + "gives", + -9.1616 + ], + [ + "hair", + -9.1616 + ], + [ + "ice", + -9.1616 + ], + [ + "income", + -9.1616 + ], + [ + "knows", + -9.1616 + ], + [ + "listen", + -9.1616 + ], + [ + "movement", + -9.1616 + ], + [ + "particularly", + -9.1616 + ], + [ + "plans", + -9.1616 + ], + [ + "popular", + -9.1616 + ], + [ + "potential", + -9.1616 + ], + [ + "pressure", + -9.1616 + ], + [ + "rock", + -9.1616 + ], + [ + "safe", + -9.1616 + ], + [ + "schools", + -9.1616 + ], + [ + "search", + -9.1616 + ], + [ + "station", + -9.1616 + ], + [ + "straight", + -9.1616 + ], + [ + "tonight", + -9.1616 + ], + [ + "track", + -9.1616 + ], + [ + "treatment", + -9.1616 + ], + [ + "u", + -9.1616 + ], + [ + "wanna", + -9.1616 + ], + [ + "weight", + -9.1616 + ], + [ + "000,000", + -9.1905 + ], + [ + "association", + -9.1905 + ], + [ + "australia", + -9.1905 + ], + [ + "charge", + -9.1905 + ], + [ + "conference", + -9.1905 + ], + [ + "developed", + -9.1905 + ], + [ + "difference", + -9.1905 + ], + [ + "eight", + -9.1905 + ], + [ + "established", + -9.1905 + ], + [ + "justice", + -9.1905 + ], + [ + "limited", + -9.1905 + ], + [ + "numbers", + -9.1905 + ], + [ + "pain", + -9.1905 + ], + [ + "previous", + -9.1905 + ], + [ + "released", + -9.1905 + ], + [ + "seeing", + -9.1905 + ], + [ + "wall", + -9.1905 + ], + [ + "welcome", + -9.1905 + ], + [ + "write", + -9.1905 + ], + [ + "amazing", + -9.2103 + ], + [ + "consider", + -9.2103 + ], + [ + "double", + -9.2103 + ], + [ + "earlier", + -9.2103 + ], + [ + "expected", + -9.2103 + ], + [ + "eye", + -9.2103 + ], + [ + "generally", + -9.2103 + ], + [ + "george", + -9.2103 + ], + [ + "link", + -9.2103 + ], + [ + "moved", + -9.2103 + ], + [ + "provided", + -9.2103 + ], + [ + "quickly", + -9.2103 + ], + [ + "rule", + -9.2103 + ], + [ + "significant", + -9.2103 + ], + [ + "speed", + -9.2103 + ], + [ + "student", + -9.2103 + ], + [ + "throughout", + -9.2103 + ], + [ + "via", + -9.2103 + ], + [ + "washington", + -9.2103 + ], + [ + "0000s", + -9.2336 + ], + [ + "addition", + -9.2336 + ], + [ + "box", + -9.2336 + ], + [ + "build", + -9.2336 + ], + [ + "career", + -9.2336 + ], + [ + "chinese", + -9.2336 + ], + [ + "deep", + -9.2336 + ], + [ + "despite", + -9.2336 + ], + [ + "etc", + -9.2336 + ], + [ + "families", + -9.2336 + ], + [ + "focus", + -9.2336 + ], + [ + "funny", + -9.2336 + ], + [ + "greater", + -9.2336 + ], + [ + "image", + -9.2336 + ], + [ + "immediately", + -9.2336 + ], + [ + "j", + -9.2336 + ], + [ + "material", + -9.2336 + ], + [ + "moving", + -9.2336 + ], + [ + "percent", + -9.2336 + ], + [ + "spent", + -9.2336 + ], + [ + "sun", + -9.2336 + ], + [ + "train", + -9.2336 + ], + [ + "ahead", + -9.2564 + ], + [ + "album", + -9.2564 + ], + [ + "aren't", + -9.2564 + ], + [ + "ass", + -9.2564 + ], + [ + "beat", + -9.2564 + ], + [ + "beyond", + -9.2564 + ], + [ + "card", + -9.2564 + ], + [ + "civil", + -9.2564 + ], + [ + "clearly", + -9.2564 + ], + [ + "continued", + -9.2564 + ], + [ + "fear", + -9.2564 + ], + [ + "february", + -9.2564 + ], + [ + "female", + -9.2564 + ], + [ + "friday", + -9.2564 + ], + [ + "g", + -9.2564 + ], + [ + "global", + -9.2564 + ], + [ + "holy", + -9.2564 + ], + [ + "huge", + -9.2564 + ], + [ + "kept", + -9.2564 + ], + [ + "leading", + -9.2564 + ], + [ + "leaving", + -9.2564 + ], + [ + "letter", + -9.2564 + ], + [ + "lines", + -9.2564 + ], + [ + "operation", + -9.2564 + ], + [ + "positive", + -9.2564 + ], + [ + "seriously", + -9.2564 + ], + [ + "sort", + -9.2564 + ], + [ + "tour", + -9.2564 + ], + [ + "ability", + -9.2797 + ], + [ + "analysis", + -9.2797 + ], + [ + "brown", + -9.2797 + ], + [ + "certainly", + -9.2797 + ], + [ + "completely", + -9.2797 + ], + [ + "direction", + -9.2797 + ], + [ + "expect", + -9.2797 + ], + [ + "fair", + -9.2797 + ], + [ + "feet", + -9.2797 + ], + [ + "gas", + -9.2797 + ], + [ + "independent", + -9.2797 + ], + [ + "levels", + -9.2797 + ], + [ + "majority", + -9.2797 + ], + [ + "nearly", + -9.2797 + ], + [ + "physical", + -9.2797 + ], + [ + "piece", + -9.2797 + ], + [ + "products", + -9.2797 + ], + [ + "professional", + -9.2797 + ], + [ + "recently", + -9.2797 + ], + [ + "russian", + -9.2797 + ], + [ + "unless", + -9.2797 + ], + [ + "watching", + -9.2797 + ], + [ + "wow", + -9.2797 + ], + [ + "approach", + -9.3025 + ], + [ + "canadian", + -9.3025 + ], + [ + "designed", + -9.3025 + ], + [ + "direct", + -9.3025 + ], + [ + "drop", + -9.3025 + ], + [ + "effects", + -9.3025 + ], + [ + "goals", + -9.3025 + ], + [ + "hotel", + -9.3025 + ], + [ + "increased", + -9.3025 + ], + [ + "india", + -9.3025 + ], + [ + "lack", + -9.3025 + ], + [ + "lady", + -9.3025 + ], + [ + "miles", + -9.3025 + ], + [ + "organization", + -9.3025 + ], + [ + "paris", + -9.3025 + ], + [ + "reasons", + -9.3025 + ], + [ + "reports", + -9.3025 + ], + [ + "sister", + -9.3025 + ], + [ + "statement", + -9.3025 + ], + [ + "travel", + -9.3025 + ], + [ + "anti", + -9.3258 + ], + [ + "commission", + -9.3258 + ], + [ + "content", + -9.3258 + ], + [ + "costs", + -9.3258 + ], + [ + "credit", + -9.3258 + ], + [ + "disease", + -9.3258 + ], + [ + "fans", + -9.3258 + ], + [ + "germany", + -9.3258 + ], + [ + "gotta", + -9.3258 + ], + [ + "husband", + -9.3258 + ], + [ + "kid", + -9.3258 + ], + [ + "minute", + -9.3258 + ], + [ + "posted", + -9.3258 + ], + [ + "product", + -9.3258 + ], + [ + "reach", + -9.3258 + ], + [ + "religious", + -9.3258 + ], + [ + "species", + -9.3258 + ], + [ + "stupid", + -9.3258 + ], + [ + "wide", + -9.3258 + ], + [ + "y", + -9.3258 + ], + [ + "active", + -9.3485 + ], + [ + "announced", + -9.3485 + ], + [ + "claim", + -9.3485 + ], + [ + "economy", + -9.3485 + ], + [ + "flight", + -9.3485 + ], + [ + "happens", + -9.3485 + ], + [ + "heavy", + -9.3485 + ], + [ + "hurt", + -9.3485 + ], + [ + "interesting", + -9.3485 + ], + [ + "jobs", + -9.3485 + ], + [ + "leader", + -9.3485 + ], + [ + "learning", + -9.3485 + ], + [ + "meant", + -9.3485 + ], + [ + "pre", + -9.3485 + ], + [ + "purpose", + -9.3485 + ], + [ + "secret", + -9.3485 + ], + [ + "sounds", + -9.3485 + ], + [ + "store", + -9.3485 + ], + [ + "sunday", + -9.3485 + ], + [ + "unit", + -9.3485 + ], + [ + "administration", + -9.3717 + ], + [ + "battle", + -9.3717 + ], + [ + "choose", + -9.3717 + ], + [ + "competition", + -9.3717 + ], + [ + "construction", + -9.3717 + ], + [ + "contract", + -9.3717 + ], + [ + "crime", + -9.3717 + ], + [ + "degree", + -9.3717 + ], + [ + "includes", + -9.3717 + ], + [ + "join", + -9.3717 + ], + [ + "judge", + -9.3717 + ], + [ + "laws", + -9.3717 + ], + [ + "names", + -9.3717 + ], + [ + "nobody", + -9.3717 + ], + [ + "none", + -9.3717 + ], + [ + "regular", + -9.3717 + ], + [ + "safety", + -9.3717 + ], + [ + "scene", + -9.3717 + ], + [ + "spend", + -9.3717 + ], + [ + "successful", + -9.3717 + ], + [ + "additional", + -9.3943 + ], + [ + "anymore", + -9.3943 + ], + [ + "asking", + -9.3943 + ], + [ + "authority", + -9.3943 + ], + [ + "awesome", + -9.3943 + ], + [ + "band", + -9.3943 + ], + [ + "bar", + -9.3943 + ], + [ + "basic", + -9.3943 + ], + [ + "campaign", + -9.3943 + ], + [ + "carry", + -9.3943 + ], + [ + "christian", + -9.3943 + ], + [ + "clean", + -9.3943 + ], + [ + "compared", + -9.3943 + ], + [ + "dad", + -9.3943 + ], + [ + "dance", + -9.3943 + ], + [ + "directly", + -9.3943 + ], + [ + "drink", + -9.3943 + ], + [ + "drug", + -9.3943 + ], + [ + "floor", + -9.3943 + ], + [ + "gun", + -9.3943 + ], + [ + "lived", + -9.3943 + ], + [ + "loved", + -9.3943 + ], + [ + "marriage", + -9.3943 + ], + [ + "master", + -9.3943 + ], + [ + "named", + -9.3943 + ], + [ + "nation", + -9.3943 + ], + [ + "northern", + -9.3943 + ], + [ + "notice", + -9.3943 + ], + [ + "opening", + -9.3943 + ], + [ + "opinion", + -9.3943 + ], + [ + "opportunity", + -9.3943 + ], + [ + "passed", + -9.3943 + ], + [ + "photo", + -9.3943 + ], + [ + "produced", + -9.3943 + ], + [ + "quick", + -9.3943 + ], + [ + "ship", + -9.3943 + ], + [ + "sold", + -9.3943 + ], + [ + "speaking", + -9.3943 + ], + [ + "teams", + -9.3943 + ], + [ + "whom", + -9.3943 + ], + [ + "activity", + -9.4174 + ], + [ + "annual", + -9.4174 + ], + [ + "anyway", + -9.4174 + ], + [ + "associated", + -9.4174 + ], + [ + "calls", + -9.4174 + ], + [ + "captain", + -9.4174 + ], + [ + "caused", + -9.4174 + ], + [ + "closed", + -9.4174 + ], + [ + "collection", + -9.4174 + ], + [ + "condition", + -9.4174 + ], + [ + "effort", + -9.4174 + ], + [ + "explain", + -9.4174 + ], + [ + "finished", + -9.4174 + ], + [ + "freedom", + -9.4174 + ], + [ + "growing", + -9.4174 + ], + [ + "impact", + -9.4174 + ], + [ + "interested", + -9.4174 + ], + [ + "k", + -9.4174 + ], + [ + "parliament", + -9.4174 + ], + [ + "prime", + -9.4174 + ], + [ + "sales", + -9.4174 + ], + [ + "stories", + -9.4174 + ], + [ + "we've", + -9.4174 + ], + [ + "absolutely", + -9.441 + ], + [ + "activities", + -9.441 + ], + [ + "agree", + -9.441 + ], + [ + "basis", + -9.441 + ], + [ + "brain", + -9.441 + ], + [ + "calling", + -9.441 + ], + [ + "doctor", + -9.441 + ], + [ + "doubt", + -9.441 + ], + [ + "dream", + -9.441 + ], + [ + "easily", + -9.441 + ], + [ + "fish", + -9.441 + ], + [ + "grand", + -9.441 + ], + [ + "highly", + -9.441 + ], + [ + "israel", + -9.441 + ], + [ + "luck", + -9.441 + ], + [ + "machine", + -9.441 + ], + [ + "manager", + -9.441 + ], + [ + "mission", + -9.441 + ], + [ + "nations", + -9.441 + ], + [ + "older", + -9.441 + ], + [ + "operations", + -9.441 + ], + [ + "parties", + -9.441 + ], + [ + "peter", + -9.441 + ], + [ + "reached", + -9.441 + ], + [ + "reality", + -9.441 + ], + [ + "remain", + -9.441 + ], + [ + "rich", + -9.441 + ], + [ + "san", + -9.441 + ], + [ + "sell", + -9.441 + ], + [ + "shown", + -9.441 + ], + [ + "sources", + -9.441 + ], + [ + "spring", + -9.441 + ], + [ + "winning", + -9.441 + ], + [ + "winter", + -9.441 + ], + [ + "worst", + -9.441 + ], + [ + "address", + -9.4639 + ], + [ + "african", + -9.4639 + ], + [ + "agency", + -9.4639 + ], + [ + "airport", + -9.4639 + ], + [ + "australian", + -9.4639 + ], + [ + "author", + -9.4639 + ], + [ + "avoid", + -9.4639 + ], + [ + "caught", + -9.4639 + ], + [ + "coach", + -9.4639 + ], + [ + "coast", + -9.4639 + ], + [ + "comments", + -9.4639 + ], + [ + "commercial", + -9.4639 + ], + [ + "complex", + -9.4639 + ], + [ + "county", + -9.4639 + ], + [ + "damage", + -9.4639 + ], + [ + "details", + -9.4639 + ], + [ + "environment", + -9.4639 + ], + [ + "everybody", + -9.4639 + ], + [ + "features", + -9.4639 + ], + [ + "fighting", + -9.4639 + ], + [ + "glad", + -9.4639 + ], + [ + "indian", + -9.4639 + ], + [ + "japan", + -9.4639 + ], + [ + "located", + -9.4639 + ], + [ + "patients", + -9.4639 + ], + [ + "pictures", + -9.4639 + ], + [ + "planning", + -9.4639 + ], + [ + "plant", + -9.4639 + ], + [ + "primary", + -9.4639 + ], + [ + "remains", + -9.4639 + ], + [ + "royal", + -9.4639 + ], + [ + "secretary", + -9.4639 + ], + [ + "senior", + -9.4639 + ], + [ + "sit", + -9.4639 + ], + [ + "sports", + -9.4639 + ], + [ + "standing", + -9.4639 + ], + [ + "status", + -9.4639 + ], + [ + "stock", + -9.4639 + ], + [ + "structure", + -9.4639 + ], + [ + "traditional", + -9.4639 + ], + [ + "violence", + -9.4639 + ], + [ + "advice", + -9.4861 + ], + [ + "agreed", + -9.4861 + ], + [ + "agreement", + -9.4861 + ], + [ + "animals", + -9.4861 + ], + [ + "beach", + -9.4861 + ], + [ + "broken", + -9.4861 + ], + [ + "cancer", + -9.4861 + ], + [ + "carried", + -9.4861 + ], + [ + "cars", + -9.4861 + ], + [ + "ended", + -9.4861 + ], + [ + "extra", + -9.4861 + ], + [ + "fell", + -9.4861 + ], + [ + "investment", + -9.4861 + ], + [ + "male", + -9.4861 + ], + [ + "meaning", + -9.4861 + ], + [ + "officers", + -9.4861 + ], + [ + "politics", + -9.4861 + ], + [ + "protect", + -9.4861 + ], + [ + "ran", + -9.4861 + ], + [ + "resources", + -9.4861 + ], + [ + "sale", + -9.4861 + ], + [ + "skin", + -9.4861 + ], + [ + "sweet", + -9.4861 + ], + [ + "teacher", + -9.4861 + ], + [ + "touch", + -9.4861 + ], + [ + "trip", + -9.4861 + ], + [ + "uses", + -9.4861 + ], + [ + "village", + -9.4861 + ], + [ + "weather", + -9.4861 + ], + [ + "wonder", + -9.4861 + ], + [ + "yesterday", + -9.4861 + ], + [ + "accept", + -9.5101 + ], + [ + "appear", + -9.5101 + ], + [ + "appears", + -9.5101 + ], + [ + "begin", + -9.5101 + ], + [ + "bought", + -9.5101 + ], + [ + "click", + -9.5101 + ], + [ + "color", + -9.5101 + ], + [ + "congress", + -9.5101 + ], + [ + "district", + -9.5101 + ], + [ + "evening", + -9.5101 + ], + [ + "eventually", + -9.5101 + ], + [ + "exchange", + -9.5101 + ], + [ + "famous", + -9.5101 + ], + [ + "favorite", + -9.5101 + ], + [ + "grow", + -9.5101 + ], + [ + "imagine", + -9.5101 + ], + [ + "largest", + -9.5101 + ], + [ + "mrs", + -9.5101 + ], + [ + "nine", + -9.5101 + ], + [ + "nor", + -9.5101 + ], + [ + "notes", + -9.5101 + ], + [ + "offered", + -9.5101 + ], + [ + "otherwise", + -9.5101 + ], + [ + "overall", + -9.5101 + ], + [ + "placed", + -9.5101 + ], + [ + "professor", + -9.5101 + ], + [ + "programs", + -9.5101 + ], + [ + "queen", + -9.5101 + ], + [ + "rates", + -9.5101 + ], + [ + "records", + -9.5101 + ], + [ + "responsible", + -9.5101 + ], + [ + "saturday", + -9.5101 + ], + [ + "sick", + -9.5101 + ], + [ + "supposed", + -9.5101 + ], + [ + "surface", + -9.5101 + ], + [ + "telling", + -9.5101 + ], + [ + "theory", + -9.5101 + ], + [ + "types", + -9.5101 + ], + [ + "wear", + -9.5101 + ], + [ + "worse", + -9.5101 + ], + [ + "ain't", + -9.5333 + ], + [ + "aircraft", + -9.5333 + ], + [ + "authorities", + -9.5333 + ], + [ + "broke", + -9.5333 + ], + [ + "california", + -9.5333 + ], + [ + "christ", + -9.5333 + ], + [ + "cities", + -9.5333 + ], + [ + "completed", + -9.5333 + ], + [ + "driving", + -9.5333 + ], + [ + "enter", + -9.5333 + ], + [ + "faith", + -9.5333 + ], + [ + "fan", + -9.5333 + ], + [ + "finish", + -9.5333 + ], + [ + "fit", + -9.5333 + ], + [ + "fully", + -9.5333 + ], + [ + "helped", + -9.5333 + ], + [ + "ideas", + -9.5333 + ], + [ + "killing", + -9.5333 + ], + [ + "labour", + -9.5333 + ], + [ + "location", + -9.5333 + ], + [ + "mass", + -9.5333 + ], + [ + "opened", + -9.5333 + ], + [ + "plus", + -9.5333 + ], + [ + "russia", + -9.5333 + ], + [ + "scale", + -9.5333 + ], + [ + "seconds", + -9.5333 + ], + [ + "separate", + -9.5333 + ], + [ + "sexual", + -9.5333 + ], + [ + "sitting", + -9.5333 + ], + [ + "spirit", + -9.5333 + ], + [ + "television", + -9.5333 + ], + [ + "till", + -9.5333 + ], + [ + "understanding", + -9.5333 + ], + [ + "weekend", + -9.5333 + ], + [ + "wind", + -9.5333 + ], + [ + "appeared", + -9.5557 + ], + [ + "attempt", + -9.5557 + ], + [ + "biggest", + -9.5557 + ], + [ + "cash", + -9.5557 + ], + [ + "challenge", + -9.5557 + ], + [ + "covered", + -9.5557 + ], + [ + "cultural", + -9.5557 + ], + [ + "defense", + -9.5557 + ], + [ + "demand", + -9.5557 + ], + [ + "effective", + -9.5557 + ], + [ + "follows", + -9.5557 + ], + [ + "forced", + -9.5557 + ], + [ + "gay", + -9.5557 + ], + [ + "hall", + -9.5557 + ], + [ + "heat", + -9.5557 + ], + [ + "here's", + -9.5557 + ], + [ + "highest", + -9.5557 + ], + [ + "holding", + -9.5557 + ], + [ + "indeed", + -9.5557 + ], + [ + "leaders", + -9.5557 + ], + [ + "learned", + -9.5557 + ], + [ + "lol", + -9.5557 + ], + [ + "mentioned", + -9.5557 + ], + [ + "raised", + -9.5557 + ], + [ + "returned", + -9.5557 + ], + [ + "signed", + -9.5557 + ], + [ + "slow", + -9.5557 + ], + [ + "soul", + -9.5557 + ], + [ + "spot", + -9.5557 + ], + [ + "supply", + -9.5557 + ], + [ + "trial", + -9.5557 + ], + [ + "actual", + -9.5785 + ], + [ + "becomes", + -9.5785 + ], + [ + "bus", + -9.5785 + ], + [ + "christmas", + -9.5785 + ], + [ + "definitely", + -9.5785 + ], + [ + "division", + -9.5785 + ], + [ + "drugs", + -9.5785 + ], + [ + "executive", + -9.5785 + ], + [ + "fat", + -9.5785 + ], + [ + "feels", + -9.5785 + ], + [ + "foot", + -9.5785 + ], + [ + "glass", + -9.5785 + ], + [ + "insurance", + -9.5785 + ], + [ + "interview", + -9.5785 + ], + [ + "jack", + -9.5785 + ], + [ + "mouth", + -9.5785 + ], + [ + "multiple", + -9.5785 + ], + [ + "powerful", + -9.5785 + ], + [ + "prices", + -9.5785 + ], + [ + "pro", + -9.5785 + ], + [ + "serve", + -9.5785 + ], + [ + "smith", + -9.5785 + ], + [ + "solution", + -9.5785 + ], + [ + "target", + -9.5785 + ], + [ + "tree", + -9.5785 + ], + [ + "walking", + -9.5785 + ], + [ + "windows", + -9.5785 + ], + [ + "worry", + -9.5785 + ], + [ + "arms", + -9.6019 + ], + [ + "block", + -9.6019 + ], + [ + "catch", + -9.6019 + ], + [ + "coffee", + -9.6019 + ], + [ + "concerned", + -9.6019 + ], + [ + "concerns", + -9.6019 + ], + [ + "count", + -9.6019 + ], + [ + "critical", + -9.6019 + ], + [ + "distance", + -9.6019 + ], + [ + "efforts", + -9.6019 + ], + [ + "engine", + -9.6019 + ], + [ + "episode", + -9.6019 + ], + [ + "et", + -9.6019 + ], + [ + "individuals", + -9.6019 + ], + [ + "memory", + -9.6019 + ], + [ + "method", + -9.6019 + ], + [ + "murder", + -9.6019 + ], + [ + "previously", + -9.6019 + ], + [ + "protection", + -9.6019 + ], + [ + "rise", + -9.6019 + ], + [ + "showed", + -9.6019 + ], + [ + "showing", + -9.6019 + ], + [ + "southern", + -9.6019 + ], + [ + "square", + -9.6019 + ], + [ + "stars", + -9.6019 + ], + [ + "stopped", + -9.6019 + ], + [ + "william", + -9.6019 + ], + [ + "00000", + -9.6243 + ], + [ + "actions", + -9.6243 + ], + [ + "animal", + -9.6243 + ], + [ + "bottom", + -9.6243 + ], + [ + "budget", + -9.6243 + ], + [ + "cell", + -9.6243 + ], + [ + "claims", + -9.6243 + ], + [ + "comment", + -9.6243 + ], + [ + "digital", + -9.6243 + ], + [ + "dude", + -9.6243 + ], + [ + "failed", + -9.6243 + ], + [ + "finding", + -9.6243 + ], + [ + "fourth", + -9.6243 + ], + [ + "fresh", + -9.6243 + ], + [ + "generation", + -9.6243 + ], + [ + "influence", + -9.6243 + ], + [ + "lake", + -9.6243 + ], + [ + "larger", + -9.6243 + ], + [ + "lie", + -9.6243 + ], + [ + "partner", + -9.6243 + ], + [ + "putting", + -9.6243 + ], + [ + "reference", + -9.6243 + ], + [ + "rose", + -9.6243 + ], + [ + "software", + -9.6243 + ], + [ + "spanish", + -9.6243 + ], + [ + "traffic", + -9.6243 + ], + [ + "twice", + -9.6243 + ], + [ + "users", + -9.6243 + ], + [ + "wearing", + -9.6243 + ], + [ + "weird", + -9.6243 + ], + [ + "window", + -9.6243 + ], + [ + "youth", + -9.6243 + ], + [ + "camera", + -9.6473 + ], + [ + "cent", + -9.6473 + ], + [ + "continues", + -9.6473 + ], + [ + "draw", + -9.6473 + ], + [ + "eating", + -9.6473 + ], + [ + "el", + -9.6473 + ], + [ + "equipment", + -9.6473 + ], + [ + "forms", + -9.6473 + ], + [ + "greatest", + -9.6473 + ], + [ + "impossible", + -9.6473 + ], + [ + "keeping", + -9.6473 + ], + [ + "losing", + -9.6473 + ], + [ + "louis", + -9.6473 + ], + [ + "map", + -9.6473 + ], + [ + "mental", + -9.6473 + ], + [ + "mid", + -9.6473 + ], + [ + "missed", + -9.6473 + ], + [ + "mobile", + -9.6473 + ], + [ + "neither", + -9.6473 + ], + [ + "performed", + -9.6473 + ], + [ + "plays", + -9.6473 + ], + [ + "pm", + -9.6473 + ], + [ + "pop", + -9.6473 + ], + [ + "port", + -9.6473 + ], + [ + "presence", + -9.6473 + ], + [ + "prior", + -9.6473 + ], + [ + "prison", + -9.6473 + ], + [ + "produce", + -9.6473 + ], + [ + "profile", + -9.6473 + ], + [ + "progress", + -9.6473 + ], + [ + "realize", + -9.6473 + ], + [ + "receive", + -9.6473 + ], + [ + "regional", + -9.6473 + ], + [ + "religion", + -9.6473 + ], + [ + "robert", + -9.6473 + ], + [ + "screen", + -9.6473 + ], + [ + "served", + -9.6473 + ], + [ + "shop", + -9.6473 + ], + [ + "somebody", + -9.6473 + ], + [ + "speech", + -9.6473 + ], + [ + "spread", + -9.6473 + ], + [ + "throw", + -9.6473 + ], + [ + "tom", + -9.6473 + ], + [ + "un", + -9.6473 + ], + [ + "units", + -9.6473 + ], + [ + "who's", + -9.6473 + ], + [ + "arrived", + -9.6708 + ], + [ + "aware", + -9.6708 + ], + [ + "becoming", + -9.6708 + ], + [ + "birth", + -9.6708 + ], + [ + "brand", + -9.6708 + ], + [ + "camp", + -9.6708 + ], + [ + "channel", + -9.6708 + ], + [ + "eastern", + -9.6708 + ], + [ + "ed", + -9.6708 + ], + [ + "ex", + -9.6708 + ], + [ + "function", + -9.6708 + ], + [ + "gain", + -9.6708 + ], + [ + "hearing", + -9.6708 + ], + [ + "japanese", + -9.6708 + ], + [ + "le", + -9.6708 + ], + [ + "negative", + -9.6708 + ], + [ + "noted", + -9.6708 + ], + [ + "presented", + -9.6708 + ], + [ + "prevent", + -9.6708 + ], + [ + "removed", + -9.6708 + ], + [ + "ride", + -9.6708 + ], + [ + "ring", + -9.6708 + ], + [ + "runs", + -9.6708 + ], + [ + "score", + -9.6708 + ], + [ + "seat", + -9.6708 + ], + [ + "shut", + -9.6708 + ], + [ + "smaller", + -9.6708 + ], + [ + "thomas", + -9.6708 + ], + [ + "van", + -9.6708 + ], + [ + "views", + -9.6708 + ], + [ + "we'll", + -9.6708 + ], + [ + "web", + -9.6708 + ], + [ + "wild", + -9.6708 + ], + [ + "advantage", + -9.6932 + ], + [ + "aid", + -9.6932 + ], + [ + "apparently", + -9.6932 + ], + [ + "award", + -9.6932 + ], + [ + "believed", + -9.6932 + ], + [ + "benefit", + -9.6932 + ], + [ + "benefits", + -9.6932 + ], + [ + "characters", + -9.6932 + ], + [ + "correct", + -9.6932 + ], + [ + "dear", + -9.6932 + ], + [ + "discussion", + -9.6932 + ], + [ + "exist", + -9.6932 + ], + [ + "facebook", + -9.6932 + ], + [ + "file", + -9.6932 + ], + [ + "foundation", + -9.6932 + ], + [ + "fund", + -9.6932 + ], + [ + "ha", + -9.6932 + ], + [ + "industrial", + -9.6932 + ], + [ + "institute", + -9.6932 + ], + [ + "items", + -9.6932 + ], + [ + "length", + -9.6932 + ], + [ + "los", + -9.6932 + ], + [ + "mary", + -9.6932 + ], + [ + "monday", + -9.6932 + ], + [ + "mostly", + -9.6932 + ], + [ + "obviously", + -9.6932 + ], + [ + "republic", + -9.6932 + ], + [ + "sad", + -9.6932 + ], + [ + "seemed", + -9.6932 + ], + [ + "skills", + -9.6932 + ], + [ + "songs", + -9.6932 + ], + [ + "starts", + -9.6932 + ], + [ + "stated", + -9.6932 + ], + [ + "strength", + -9.6932 + ], + [ + "trouble", + -9.6932 + ], + [ + "you'd", + -9.6932 + ], + [ + "yours", + -9.6932 + ], + [ + "application", + -9.7162 + ], + [ + "bet", + -9.7162 + ], + [ + "chris", + -9.7162 + ], + [ + "command", + -9.7162 + ], + [ + "criminal", + -9.7162 + ], + [ + "decide", + -9.7162 + ], + [ + "duty", + -9.7162 + ], + [ + "elements", + -9.7162 + ], + [ + "eu", + -9.7162 + ], + [ + "healthy", + -9.7162 + ], + [ + "horse", + -9.7162 + ], + [ + "managed", + -9.7162 + ], + [ + "prepared", + -9.7162 + ], + [ + "prince", + -9.7162 + ], + [ + "provides", + -9.7162 + ], + [ + "setting", + -9.7162 + ], + [ + "stone", + -9.7162 + ], + [ + "totally", + -9.7162 + ], + [ + "truly", + -9.7162 + ], + [ + "variety", + -9.7162 + ], + [ + "weapons", + -9.7162 + ], + [ + "acting", + -9.7397 + ], + [ + "apart", + -9.7397 + ], + [ + "border", + -9.7397 + ], + [ + "cat", + -9.7397 + ], + [ + "changing", + -9.7397 + ], + [ + "classes", + -9.7397 + ], + [ + "concept", + -9.7397 + ], + [ + "conflict", + -9.7397 + ], + [ + "connection", + -9.7397 + ], + [ + "customers", + -9.7397 + ], + [ + "dangerous", + -9.7397 + ], + [ + "democratic", + -9.7397 + ], + [ + "distribution", + -9.7397 + ], + [ + "dollars", + -9.7397 + ], + [ + "elections", + -9.7397 + ], + [ + "evil", + -9.7397 + ], + [ + "extremely", + -9.7397 + ], + [ + "failure", + -9.7397 + ], + [ + "garden", + -9.7397 + ], + [ + "google", + -9.7397 + ], + [ + "guide", + -9.7397 + ], + [ + "hill", + -9.7397 + ], + [ + "historical", + -9.7397 + ], + [ + "im", + -9.7397 + ], + [ + "improve", + -9.7397 + ], + [ + "investigation", + -9.7397 + ], + [ + "leadership", + -9.7397 + ], + [ + "lots", + -9.7397 + ], + [ + "nuclear", + -9.7397 + ], + [ + "option", + -9.7397 + ], + [ + "projects", + -9.7397 + ], + [ + "proposed", + -9.7397 + ], + [ + "pull", + -9.7397 + ], + [ + "relations", + -9.7397 + ], + [ + "richard", + -9.7397 + ], + [ + "shouldn't", + -9.7397 + ], + [ + "useful", + -9.7397 + ], + [ + "values", + -9.7397 + ], + [ + "volume", + -9.7397 + ], + [ + "vs", + -9.7397 + ], + [ + "waste", + -9.7397 + ], + [ + "wood", + -9.7397 + ], + [ + "adult", + -9.7637 + ], + [ + "affairs", + -9.7637 + ], + [ + "apply", + -9.7637 + ], + [ + "background", + -9.7637 + ], + [ + "billion", + -9.7637 + ], + [ + "bitch", + -9.7637 + ], + [ + "charles", + -9.7637 + ], + [ + "copy", + -9.7637 + ], + [ + "crew", + -9.7637 + ], + [ + "determined", + -9.7637 + ], + [ + "develop", + -9.7637 + ], + [ + "dinner", + -9.7637 + ], + [ + "drinking", + -9.7637 + ], + [ + "farm", + -9.7637 + ], + [ + "fly", + -9.7637 + ], + [ + "images", + -9.7637 + ], + [ + "interests", + -9.7637 + ], + [ + "latest", + -9.7637 + ], + [ + "leaves", + -9.7637 + ], + [ + "library", + -9.7637 + ], + [ + "links", + -9.7637 + ], + [ + "matters", + -9.7637 + ], + [ + "metal", + -9.7637 + ], + [ + "museum", + -9.7637 + ], + [ + "orders", + -9.7637 + ], + [ + "prove", + -9.7637 + ], + [ + "push", + -9.7637 + ], + [ + "require", + -9.7637 + ], + [ + "responsibility", + -9.7637 + ], + [ + "scientific", + -9.7637 + ], + [ + "silver", + -9.7637 + ], + [ + "soldiers", + -9.7637 + ], + [ + "standards", + -9.7637 + ], + [ + "teachers", + -9.7637 + ], + [ + "tells", + -9.7637 + ], + [ + "thousands", + -9.7637 + ], + [ + "transport", + -9.7637 + ], + [ + "user", + -9.7637 + ], + [ + "wine", + -9.7637 + ], + [ + "wonderful", + -9.7637 + ], + [ + "agent", + -9.7866 + ], + [ + "alive", + -9.7866 + ], + [ + "applied", + -9.7866 + ], + [ + "artist", + -9.7866 + ], + [ + "assembly", + -9.7866 + ], + [ + "automatically", + -9.7866 + ], + [ + "balance", + -9.7866 + ], + [ + "bodies", + -9.7866 + ], + [ + "bridge", + -9.7866 + ], + [ + "capacity", + -9.7866 + ], + [ + "citizens", + -9.7866 + ], + [ + "communities", + -9.7866 + ], + [ + "concern", + -9.7866 + ], + [ + "core", + -9.7866 + ], + [ + "emergency", + -9.7866 + ], + [ + "ends", + -9.7866 + ], + [ + "estate", + -9.7866 + ], + [ + "factors", + -9.7866 + ], + [ + "feature", + -9.7866 + ], + [ + "fellow", + -9.7866 + ], + [ + "firm", + -9.7866 + ], + [ + "handle", + -9.7866 + ], + [ + "host", + -9.7866 + ], + [ + "ill", + -9.7866 + ], + [ + "initial", + -9.7866 + ], + [ + "italy", + -9.7866 + ], + [ + "lucky", + -9.7866 + ], + [ + "net", + -9.7866 + ], + [ + "offers", + -9.7866 + ], + [ + "owner", + -9.7866 + ], + [ + "patient", + -9.7866 + ], + [ + "photos", + -9.7866 + ], + [ + "plants", + -9.7866 + ], + [ + "proud", + -9.7866 + ], + [ + "sector", + -9.7866 + ], + [ + "sites", + -9.7866 + ], + [ + "sport", + -9.7866 + ], + [ + "suggest", + -9.7866 + ], + [ + "texas", + -9.7866 + ], + [ + "usa", + -9.7866 + ], + [ + "victory", + -9.7866 + ], + [ + "wake", + -9.7866 + ], + [ + "ah", + -9.8082 + ], + [ + "ancient", + -9.8082 + ], + [ + "britain", + -9.8082 + ], + [ + "crisis", + -9.8082 + ], + [ + "discovered", + -9.8082 + ], + [ + "domestic", + -9.8082 + ], + [ + "edge", + -9.8082 + ], + [ + "employees", + -9.8082 + ], + [ + "fashion", + -9.8082 + ], + [ + "figures", + -9.8082 + ], + [ + "helping", + -9.8082 + ], + [ + "houses", + -9.8082 + ], + [ + "http", + -9.8082 + ], + [ + "introduced", + -9.8082 + ], + [ + "joined", + -9.8082 + ], + [ + "joint", + -9.8082 + ], + [ + "journal", + -9.8082 + ], + [ + "labor", + -9.8082 + ], + [ + "lies", + -9.8082 + ], + [ + "literally", + -9.8082 + ], + [ + "materials", + -9.8082 + ], + [ + "measures", + -9.8082 + ], + [ + "mention", + -9.8082 + ], + [ + "models", + -9.8082 + ], + [ + "mountain", + -9.8082 + ], + [ + "path", + -9.8082 + ], + [ + "planned", + -9.8082 + ], + [ + "powers", + -9.8082 + ], + [ + "raise", + -9.8082 + ], + [ + "smart", + -9.8082 + ], + [ + "somewhere", + -9.8082 + ], + [ + "toward", + -9.8082 + ], + [ + "unique", + -9.8082 + ], + [ + "winner", + -9.8082 + ], + [ + "\u00b0", + -9.8082 + ], + [ + "00s", + -9.8321 + ], + [ + "1st", + -9.8321 + ], + [ + "accepted", + -9.8321 + ], + [ + "accident", + -9.8321 + ], + [ + "accounts", + -9.8321 + ], + [ + "americans", + -9.8321 + ], + [ + "arm", + -9.8321 + ], + [ + "bear", + -9.8321 + ], + [ + "boat", + -9.8321 + ], + [ + "cast", + -9.8321 + ], + [ + "chicago", + -9.8321 + ], + [ + "climate", + -9.8321 + ], + [ + "context", + -9.8321 + ], + [ + "description", + -9.8321 + ], + [ + "en", + -9.8321 + ], + [ + "enemy", + -9.8321 + ], + [ + "entered", + -9.8321 + ], + [ + "entirely", + -9.8321 + ], + [ + "excellent", + -9.8321 + ], + [ + "factor", + -9.8321 + ], + [ + "fifth", + -9.8321 + ], + [ + "fixed", + -9.8321 + ], + [ + "governor", + -9.8321 + ], + [ + "happening", + -9.8321 + ], + [ + "henry", + -9.8321 + ], + [ + "hundred", + -9.8321 + ], + [ + "intended", + -9.8321 + ], + [ + "internal", + -9.8321 + ], + [ + "iron", + -9.8321 + ], + [ + "italian", + -9.8321 + ], + [ + "joe", + -9.8321 + ], + [ + "knowing", + -9.8321 + ], + [ + "liked", + -9.8321 + ], + [ + "limit", + -9.8321 + ], + [ + "martin", + -9.8321 + ], + [ + "methods", + -9.8321 + ], + [ + "mexico", + -9.8321 + ], + [ + "mike", + -9.8321 + ], + [ + "onto", + -9.8321 + ], + [ + "operating", + -9.8321 + ], + [ + "plane", + -9.8321 + ], + [ + "possibly", + -9.8321 + ], + [ + "rare", + -9.8321 + ], + [ + "remained", + -9.8321 + ], + [ + "selling", + -9.8321 + ], + [ + "smoke", + -9.8321 + ], + [ + "steps", + -9.8321 + ], + [ + "strategy", + -9.8321 + ], + [ + "suggested", + -9.8321 + ], + [ + "supported", + -9.8321 + ], + [ + "taste", + -9.8321 + ], + [ + "thinks", + -9.8321 + ], + [ + "thoughts", + -9.8321 + ], + [ + "turns", + -9.8321 + ], + [ + "upper", + -9.8321 + ], + [ + "ad", + -9.8547 + ], + [ + "afraid", + -9.8547 + ], + [ + "bag", + -9.8547 + ], + [ + "boss", + -9.8547 + ], + [ + "breaking", + -9.8547 + ], + [ + "brothers", + -9.8547 + ], + [ + "clothes", + -9.8547 + ], + [ + "conversation", + -9.8547 + ], + [ + "corner", + -9.8547 + ], + [ + "decisions", + -9.8547 + ], + [ + "dry", + -9.8547 + ], + [ + "equal", + -9.8547 + ], + [ + "exercise", + -9.8547 + ], + [ + "existing", + -9.8547 + ], + [ + "feelings", + -9.8547 + ], + [ + "flying", + -9.8547 + ], + [ + "forever", + -9.8547 + ], + [ + "frank", + -9.8547 + ], + [ + "gift", + -9.8547 + ], + [ + "guard", + -9.8547 + ], + [ + "harry", + -9.8547 + ], + [ + "housing", + -9.8547 + ], + [ + "inc", + -9.8547 + ], + [ + "increasing", + -9.8547 + ], + [ + "intelligence", + -9.8547 + ], + [ + "issued", + -9.8547 + ], + [ + "mad", + -9.8547 + ], + [ + "magic", + -9.8547 + ], + [ + "marketing", + -9.8547 + ], + [ + "measure", + -9.8547 + ], + [ + "ministry", + -9.8547 + ], + [ + "moon", + -9.8547 + ], + [ + "ordered", + -9.8547 + ], + [ + "pieces", + -9.8547 + ], + [ + "profit", + -9.8547 + ], + [ + "proper", + -9.8547 + ], + [ + "reduce", + -9.8547 + ], + [ + "selected", + -9.8547 + ], + [ + "sides", + -9.8547 + ], + [ + "sky", + -9.8547 + ], + [ + "slightly", + -9.8547 + ], + [ + "stress", + -9.8547 + ], + [ + "survey", + -9.8547 + ], + [ + "tea", + -9.8547 + ], + [ + "technical", + -9.8547 + ], + [ + "tough", + -9.8547 + ], + [ + "treat", + -9.8547 + ], + [ + "trees", + -9.8547 + ], + [ + "twitter", + -9.8547 + ], + [ + "warm", + -9.8547 + ], + [ + "zone", + -9.8547 + ], + [ + "advanced", + -9.8778 + ], + [ + "afternoon", + -9.8778 + ], + [ + "alternative", + -9.8778 + ], + [ + "appreciate", + -9.8778 + ], + [ + "appropriate", + -9.8778 + ], + [ + "beauty", + -9.8778 + ], + [ + "circumstances", + -9.8778 + ], + [ + "closer", + -9.8778 + ], + [ + "dogs", + -9.8778 + ], + [ + "dont", + -9.8778 + ], + [ + "dropped", + -9.8778 + ], + [ + "festival", + -9.8778 + ], + [ + "flat", + -9.8778 + ], + [ + "forest", + -9.8778 + ], + [ + "formed", + -9.8778 + ], + [ + "funds", + -9.8778 + ], + [ + "grade", + -9.8778 + ], + [ + "hello", + -9.8778 + ], + [ + "herself", + -9.8778 + ], + [ + "iii", + -9.8778 + ], + [ + "importance", + -9.8778 + ], + [ + "lee", + -9.8778 + ], + [ + "promise", + -9.8778 + ], + [ + "province", + -9.8778 + ], + [ + "rain", + -9.8778 + ], + [ + "reaction", + -9.8778 + ], + [ + "reduced", + -9.8778 + ], + [ + "roll", + -9.8778 + ], + [ + "shape", + -9.8778 + ], + [ + "snow", + -9.8778 + ], + [ + "stick", + -9.8778 + ], + [ + "terrible", + -9.8778 + ], + [ + "territory", + -9.8778 + ], + [ + "tests", + -9.8778 + ], + [ + "transfer", + -9.8778 + ], + [ + "treated", + -9.8778 + ], + [ + "troops", + -9.8778 + ], + [ + "vehicle", + -9.8778 + ], + [ + "allows", + -9.9015 + ], + [ + "appeal", + -9.9015 + ], + [ + "approximately", + -9.9015 + ], + [ + "audience", + -9.9015 + ], + [ + "bay", + -9.9015 + ], + [ + "bell", + -9.9015 + ], + [ + "birthday", + -9.9015 + ], + [ + "buildings", + -9.9015 + ], + [ + "busy", + -9.9015 + ], + [ + "cards", + -9.9015 + ], + [ + "contains", + -9.9015 + ], + [ + "dress", + -9.9015 + ], + [ + "easier", + -9.9015 + ], + [ + "edition", + -9.9015 + ], + [ + "em", + -9.9015 + ], + [ + "fix", + -9.9015 + ], + [ + "heads", + -9.9015 + ], + [ + "jones", + -9.9015 + ], + [ + "mail", + -9.9015 + ], + [ + "medicine", + -9.9015 + ], + [ + "movies", + -9.9015 + ], + [ + "numerous", + -9.9015 + ], + [ + "options", + -9.9015 + ], + [ + "organizations", + -9.9015 + ], + [ + "persons", + -9.9015 + ], + [ + "phase", + -9.9015 + ], + [ + "quarter", + -9.9015 + ], + [ + "route", + -9.9015 + ], + [ + "surprise", + -9.9015 + ], + [ + "task", + -9.9015 + ], + [ + "teaching", + -9.9015 + ], + [ + "turning", + -9.9015 + ], + [ + "urban", + -9.9015 + ], + [ + "valley", + -9.9015 + ], + [ + "wedding", + -9.9015 + ], + [ + "willing", + -9.9015 + ], + [ + "acts", + -9.9237 + ], + [ + "affected", + -9.9237 + ], + [ + "appearance", + -9.9237 + ], + [ + "apple", + -9.9237 + ], + [ + "asia", + -9.9237 + ], + [ + "banks", + -9.9237 + ], + [ + "chapter", + -9.9237 + ], + [ + "communication", + -9.9237 + ], + [ + "creating", + -9.9237 + ], + [ + "definition", + -9.9237 + ], + [ + "device", + -9.9237 + ], + [ + "ensure", + -9.9237 + ], + [ + "flow", + -9.9237 + ], + [ + "goods", + -9.9237 + ], + [ + "grant", + -9.9237 + ], + [ + "grew", + -9.9237 + ], + [ + "honest", + -9.9237 + ], + [ + "kick", + -9.9237 + ], + [ + "listed", + -9.9237 + ], + [ + "officials", + -9.9237 + ], + [ + "originally", + -9.9237 + ], + [ + "owned", + -9.9237 + ], + [ + "pair", + -9.9237 + ], + [ + "picked", + -9.9237 + ], + [ + "relationships", + -9.9237 + ], + [ + "relatively", + -9.9237 + ], + [ + "request", + -9.9237 + ], + [ + "revolution", + -9.9237 + ], + [ + "shoot", + -9.9237 + ], + [ + "shooting", + -9.9237 + ], + [ + "signs", + -9.9237 + ], + [ + "spain", + -9.9237 + ], + [ + "spending", + -9.9237 + ], + [ + "thousand", + -9.9237 + ], + [ + "vice", + -9.9237 + ], + [ + "victims", + -9.9237 + ], + [ + "anywhere", + -9.9464 + ], + [ + "beer", + -9.9464 + ], + [ + "bigger", + -9.9464 + ], + [ + "cells", + -9.9464 + ], + [ + "combined", + -9.9464 + ], + [ + "confidence", + -9.9464 + ], + [ + "corporation", + -9.9464 + ], + [ + "debt", + -9.9464 + ], + [ + "defence", + -9.9464 + ], + [ + "determine", + -9.9464 + ], + [ + "driver", + -9.9464 + ], + [ + "email", + -9.9464 + ], + [ + "express", + -9.9464 + ], + [ + "external", + -9.9464 + ], + [ + "fuel", + -9.9464 + ], + [ + "hero", + -9.9464 + ], + [ + "institutions", + -9.9464 + ], + [ + "kingdom", + -9.9464 + ], + [ + "lay", + -9.9464 + ], + [ + "leg", + -9.9464 + ], + [ + "legs", + -9.9464 + ], + [ + "letters", + -9.9464 + ], + [ + "mainly", + -9.9464 + ], + [ + "minimum", + -9.9464 + ], + [ + "mix", + -9.9464 + ], + [ + "native", + -9.9464 + ], + [ + "opposition", + -9.9464 + ], + [ + "paying", + -9.9464 + ], + [ + "policies", + -9.9464 + ], + [ + "recorded", + -9.9464 + ], + [ + "referred", + -9.9464 + ], + [ + "remove", + -9.9464 + ], + [ + "requires", + -9.9464 + ], + [ + "restaurant", + -9.9464 + ], + [ + "saved", + -9.9464 + ], + [ + "sets", + -9.9464 + ], + [ + "shared", + -9.9464 + ], + [ + "specifically", + -9.9464 + ], + [ + "struggle", + -9.9464 + ], + [ + "taught", + -9.9464 + ], + [ + "temperature", + -9.9464 + ], + [ + "tired", + -9.9464 + ], + [ + "update", + -9.9464 + ], + [ + "watched", + -9.9464 + ], + [ + "women's", + -9.9464 + ], + [ + "ya", + -9.9464 + ], + [ + "bird", + -9.9696 + ], + [ + "bringing", + -9.9696 + ], + [ + "chain", + -9.9696 + ], + [ + "chair", + -9.9696 + ], + [ + "committed", + -9.9696 + ], + [ + "crowd", + -9.9696 + ], + [ + "defined", + -9.9696 + ], + [ + "dick", + -9.9696 + ], + [ + "environmental", + -9.9696 + ], + [ + "everywhere", + -9.9696 + ], + [ + "girlfriend", + -9.9696 + ], + [ + "haha", + -9.9696 + ], + [ + "heaven", + -9.9696 + ], + [ + "identified", + -9.9696 + ], + [ + "johnson", + -9.9696 + ], + [ + "joke", + -9.9696 + ], + [ + "manner", + -9.9696 + ], + [ + "markets", + -9.9696 + ], + [ + "ocean", + -9.9696 + ], + [ + "people's", + -9.9696 + ], + [ + "pool", + -9.9696 + ], + [ + "providing", + -9.9696 + ], + [ + "scott", + -9.9696 + ], + [ + "solid", + -9.9696 + ], + [ + "steel", + -9.9696 + ], + [ + "supreme", + -9.9696 + ], + [ + "videos", + -9.9696 + ], + [ + "weak", + -9.9696 + ], + [ + "younger", + -9.9696 + ], + [ + "2nd", + -9.9934 + ], + [ + "apartment", + -9.9934 + ], + [ + "argument", + -9.9934 + ], + [ + "armed", + -9.9934 + ], + [ + "attacks", + -9.9934 + ], + [ + "ben", + -9.9934 + ], + [ + "besides", + -9.9934 + ], + [ + "chairman", + -9.9934 + ], + [ + "charges", + -9.9934 + ], + [ + "claimed", + -9.9934 + ], + [ + "connected", + -9.9934 + ], + [ + "crown", + -9.9934 + ], + [ + "developing", + -9.9934 + ], + [ + "discuss", + -9.9934 + ], + [ + "display", + -9.9934 + ], + [ + "draft", + -9.9934 + ], + [ + "engineering", + -9.9934 + ], + [ + "escape", + -9.9934 + ], + [ + "examples", + -9.9934 + ], + [ + "extended", + -9.9934 + ], + [ + "falling", + -9.9934 + ], + [ + "fields", + -9.9934 + ], + [ + "filled", + -9.9934 + ], + [ + "friendly", + -9.9934 + ], + [ + "funding", + -9.9934 + ], + [ + "helps", + -9.9934 + ], + [ + "identity", + -9.9934 + ], + [ + "iran", + -9.9934 + ], + [ + "jewish", + -9.9934 + ], + [ + "journey", + -9.9934 + ], + [ + "jump", + -9.9934 + ], + [ + "laughing", + -9.9934 + ], + [ + "launched", + -9.9934 + ], + [ + "likes", + -9.9934 + ], + [ + "lovely", + -9.9934 + ], + [ + "lunch", + -9.9934 + ], + [ + "milk", + -9.9934 + ], + [ + "mistake", + -9.9934 + ], + [ + "obama", + -9.9934 + ], + [ + "perform", + -9.9934 + ], + [ + "possibility", + -9.9934 + ], + [ + "purchase", + -9.9934 + ], + [ + "remaining", + -9.9934 + ], + [ + "sam", + -9.9934 + ], + [ + "scotland", + -9.9934 + ], + [ + "session", + -9.9934 + ], + [ + "streets", + -9.9934 + ], + [ + "sub", + -9.9934 + ], + [ + "suddenly", + -9.9934 + ], + [ + "sugar", + -9.9934 + ], + [ + "supporting", + -9.9934 + ], + [ + "vision", + -9.9934 + ], + [ + "yellow", + -9.9934 + ], + [ + "abuse", + -10.0155 + ], + [ + "advance", + -10.0155 + ], + [ + "alcohol", + -10.0155 + ], + [ + "angry", + -10.0155 + ], + [ + "articles", + -10.0155 + ], + [ + "artists", + -10.0155 + ], + [ + "arts", + -10.0155 + ], + [ + "awards", + -10.0155 + ], + [ + "birds", + -10.0155 + ], + [ + "causes", + -10.0155 + ], + [ + "chemical", + -10.0155 + ], + [ + "chosen", + -10.0155 + ], + [ + "confirmed", + -10.0155 + ], + [ + "excited", + -10.0155 + ], + [ + "expensive", + -10.0155 + ], + [ + "extent", + -10.0155 + ], + [ + "facts", + -10.0155 + ], + [ + "granted", + -10.0155 + ], + [ + "guns", + -10.0155 + ], + [ + "hasn't", + -10.0155 + ], + [ + "holiday", + -10.0155 + ], + [ + "honestly", + -10.0155 + ], + [ + "laugh", + -10.0155 + ], + [ + "launch", + -10.0155 + ], + [ + "lawyer", + -10.0155 + ], + [ + "leads", + -10.0155 + ], + [ + "magazine", + -10.0155 + ], + [ + "maintain", + -10.0155 + ], + [ + "massive", + -10.0155 + ], + [ + "mm", + -10.0155 + ], + [ + "occurred", + -10.0155 + ], + [ + "origin", + -10.0155 + ], + [ + "planet", + -10.0155 + ], + [ + "positions", + -10.0155 + ], + [ + "proof", + -10.0155 + ], + [ + "ray", + -10.0155 + ], + [ + "regarding", + -10.0155 + ], + [ + "reporting", + -10.0155 + ], + [ + "rural", + -10.0155 + ], + [ + "saint", + -10.0155 + ], + [ + "seek", + -10.0155 + ], + [ + "strange", + -10.0155 + ], + [ + "strike", + -10.0155 + ], + [ + "stuck", + -10.0155 + ], + [ + "twenty", + -10.0155 + ], + [ + "unable", + -10.0155 + ], + [ + "walked", + -10.0155 + ], + [ + "wins", + -10.0155 + ], + [ + "button", + -10.0382 + ], + [ + "buying", + -10.0382 + ], + [ + "carrying", + -10.0382 + ], + [ + "collected", + -10.0382 + ], + [ + "comfortable", + -10.0382 + ], + [ + "debate", + -10.0382 + ], + [ + "destroyed", + -10.0382 + ], + [ + "drunk", + -10.0382 + ], + [ + "e.g", + -10.0382 + ], + [ + "emotional", + -10.0382 + ], + [ + "entry", + -10.0382 + ], + [ + "estimated", + -10.0382 + ], + [ + "experienced", + -10.0382 + ], + [ + "explained", + -10.0382 + ], + [ + "false", + -10.0382 + ], + [ + "i.e", + -10.0382 + ], + [ + "injury", + -10.0382 + ], + [ + "km", + -10.0382 + ], + [ + "ladies", + -10.0382 + ], + [ + "largely", + -10.0382 + ], + [ + "linked", + -10.0382 + ], + [ + "literature", + -10.0382 + ], + [ + "mode", + -10.0382 + ], + [ + "ms", + -10.0382 + ], + [ + "newspaper", + -10.0382 + ], + [ + "obvious", + -10.0382 + ], + [ + "ourselves", + -10.0382 + ], + [ + "pages", + -10.0382 + ], + [ + "q", + -10.0382 + ], + [ + "quiet", + -10.0382 + ], + [ + "reform", + -10.0382 + ], + [ + "revealed", + -10.0382 + ], + [ + "secure", + -10.0382 + ], + [ + "sentence", + -10.0382 + ], + [ + "steve", + -10.0382 + ], + [ + "storm", + -10.0382 + ], + [ + "suppose", + -10.0382 + ], + [ + "surprised", + -10.0382 + ], + [ + "teach", + -10.0382 + ], + [ + "they've", + -10.0382 + ], + [ + "adding", + -10.0613 + ], + [ + "angeles", + -10.0613 + ], + [ + "app", + -10.0613 + ], + [ + "begins", + -10.0613 + ], + [ + "branch", + -10.0613 + ], + [ + "capable", + -10.0613 + ], + [ + "classic", + -10.0613 + ], + [ + "cook", + -10.0613 + ], + [ + "download", + -10.0613 + ], + [ + "drama", + -10.0613 + ], + [ + "dying", + -10.0613 + ], + [ + "elected", + -10.0613 + ], + [ + "employment", + -10.0613 + ], + [ + "ending", + -10.0613 + ], + [ + "era", + -10.0613 + ], + [ + "error", + -10.0613 + ], + [ + "expressed", + -10.0613 + ], + [ + "feed", + -10.0613 + ], + [ + "forgot", + -10.0613 + ], + [ + "grown", + -10.0613 + ], + [ + "hits", + -10.0613 + ], + [ + "hole", + -10.0613 + ], + [ + "honor", + -10.0613 + ], + [ + "hoping", + -10.0613 + ], + [ + "illegal", + -10.0613 + ], + [ + "independence", + -10.0613 + ], + [ + "instance", + -10.0613 + ], + [ + "kitchen", + -10.0613 + ], + [ + "listening", + -10.0613 + ], + [ + "opposite", + -10.0613 + ], + [ + "programme", + -10.0613 + ], + [ + "represent", + -10.0613 + ], + [ + "selection", + -10.0613 + ], + [ + "sharing", + -10.0613 + ], + [ + "soviet", + -10.0613 + ], + [ + "split", + -10.0613 + ], + [ + "stadium", + -10.0613 + ], + [ + "testing", + -10.0613 + ], + [ + "theme", + -10.0613 + ], + [ + "threat", + -10.0613 + ], + [ + "votes", + -10.0613 + ], + [ + "writer", + -10.0613 + ], + [ + "adopted", + -10.085 + ], + [ + "brazil", + -10.085 + ], + [ + "controlled", + -10.085 + ], + [ + "corporate", + -10.085 + ], + [ + "creation", + -10.085 + ], + [ + "creative", + -10.085 + ], + [ + "danger", + -10.085 + ], + [ + "declared", + -10.085 + ], + [ + "documents", + -10.085 + ], + [ + "educational", + -10.085 + ], + [ + "essential", + -10.085 + ], + [ + "existence", + -10.085 + ], + [ + "expression", + -10.085 + ], + [ + "facilities", + -10.085 + ], + [ + "fail", + -10.085 + ], + [ + "fill", + -10.085 + ], + [ + "gender", + -10.085 + ], + [ + "golden", + -10.085 + ], + [ + "ireland", + -10.085 + ], + [ + "keeps", + -10.085 + ], + [ + "korea", + -10.085 + ], + [ + "ma", + -10.085 + ], + [ + "max", + -10.085 + ], + [ + "maximum", + -10.085 + ], + [ + "meat", + -10.085 + ], + [ + "medium", + -10.085 + ], + [ + "minor", + -10.085 + ], + [ + "mixed", + -10.085 + ], + [ + "passing", + -10.085 + ], + [ + "personnel", + -10.085 + ], + [ + "plenty", + -10.085 + ], + [ + "pulled", + -10.085 + ], + [ + "relevant", + -10.085 + ], + [ + "represented", + -10.085 + ], + [ + "reserve", + -10.085 + ], + [ + "residents", + -10.085 + ], + [ + "row", + -10.085 + ], + [ + "shoes", + -10.085 + ], + [ + "signal", + -10.085 + ], + [ + "slowly", + -10.085 + ], + [ + "spoke", + -10.085 + ], + [ + "understood", + -10.085 + ], + [ + "williams", + -10.085 + ], + [ + "answers", + -10.1093 + ], + [ + "appointed", + -10.1093 + ], + [ + "arrested", + -10.1093 + ], + [ + "asian", + -10.1093 + ], + [ + "attitude", + -10.1093 + ], + [ + "blame", + -10.1093 + ], + [ + "blog", + -10.1093 + ], + [ + "bob", + -10.1093 + ], + [ + "boston", + -10.1093 + ], + [ + "brings", + -10.1093 + ], + [ + "conduct", + -10.1093 + ], + [ + "considering", + -10.1093 + ], + [ + "constitution", + -10.1093 + ], + [ + "daniel", + -10.1093 + ], + [ + "des", + -10.1093 + ], + [ + "desire", + -10.1093 + ], + [ + "directed", + -10.1093 + ], + [ + "electric", + -10.1093 + ], + [ + "extreme", + -10.1093 + ], + [ + "faster", + -10.1093 + ], + [ + "finance", + -10.1093 + ], + [ + "focused", + -10.1093 + ], + [ + "index", + -10.1093 + ], + [ + "liberal", + -10.1093 + ], + [ + "lying", + -10.1093 + ], + [ + "marine", + -10.1093 + ], + [ + "mayor", + -10.1093 + ], + [ + "neck", + -10.1093 + ], + [ + "object", + -10.1093 + ], + [ + "offering", + -10.1093 + ], + [ + "pack", + -10.1093 + ], + [ + "permanent", + -10.1093 + ], + [ + "properties", + -10.1093 + ], + [ + "reply", + -10.1093 + ], + [ + "sat", + -10.1093 + ], + [ + "scared", + -10.1093 + ], + [ + "senate", + -10.1093 + ], + [ + "shopping", + -10.1093 + ], + [ + "singing", + -10.1093 + ], + [ + "smile", + -10.1093 + ], + [ + "soft", + -10.1093 + ], + [ + "squad", + -10.1093 + ], + [ + "stands", + -10.1093 + ], + [ + "statistics", + -10.1093 + ], + [ + "suit", + -10.1093 + ], + [ + "taxes", + -10.1093 + ], + [ + "taylor", + -10.1093 + ], + [ + "they'll", + -10.1093 + ], + [ + "tony", + -10.1093 + ], + [ + "tuesday", + -10.1093 + ], + [ + "victim", + -10.1093 + ], + [ + "voting", + -10.1093 + ], + [ + "walls", + -10.1093 + ], + [ + "whenever", + -10.1093 + ], + [ + "affect", + -10.1316 + ], + [ + "allowing", + -10.1316 + ], + [ + "assistant", + -10.1316 + ], + [ + "behavior", + -10.1316 + ], + [ + "broad", + -10.1316 + ], + [ + "catholic", + -10.1316 + ], + [ + "combination", + -10.1316 + ], + [ + "cry", + -10.1316 + ], + [ + "dealing", + -10.1316 + ], + [ + "describe", + -10.1316 + ], + [ + "empty", + -10.1316 + ], + [ + "familiar", + -10.1316 + ], + [ + "fantastic", + -10.1316 + ], + [ + "fault", + -10.1316 + ], + [ + "finds", + -10.1316 + ], + [ + "fox", + -10.1316 + ], + [ + "hang", + -10.1316 + ], + [ + "homes", + -10.1316 + ], + [ + "latter", + -10.1316 + ], + [ + "lights", + -10.1316 + ], + [ + "normally", + -10.1316 + ], + [ + "pleasure", + -10.1316 + ], + [ + "properly", + -10.1316 + ], + [ + "realized", + -10.1316 + ], + [ + "reasonable", + -10.1316 + ], + [ + "regions", + -10.1316 + ], + [ + "replaced", + -10.1316 + ], + [ + "representatives", + -10.1316 + ], + [ + "schedule", + -10.1316 + ], + [ + "scored", + -10.1316 + ], + [ + "stream", + -10.1316 + ], + [ + "thursday", + -10.1316 + ], + [ + "vehicles", + -10.1316 + ], + [ + "worried", + -10.1316 + ], + [ + "zero", + -10.1316 + ], + [ + "applications", + -10.1545 + ], + [ + "approved", + -10.1545 + ], + [ + "assistance", + -10.1545 + ], + [ + "assume", + -10.1545 + ], + [ + "blow", + -10.1545 + ], + [ + "breakfast", + -10.1545 + ], + [ + "ca", + -10.1545 + ], + [ + "careful", + -10.1545 + ], + [ + "champion", + -10.1545 + ], + [ + "charged", + -10.1545 + ], + [ + "client", + -10.1545 + ], + [ + "conducted", + -10.1545 + ], + [ + "customer", + -10.1545 + ], + [ + "cycle", + -10.1545 + ], + [ + "delivered", + -10.1545 + ], + [ + "democracy", + -10.1545 + ], + [ + "depending", + -10.1545 + ], + [ + "deputy", + -10.1545 + ], + [ + "devices", + -10.1545 + ], + [ + "diet", + -10.1545 + ], + [ + "differences", + -10.1545 + ], + [ + "don", + -10.1545 + ], + [ + "experiences", + -10.1545 + ], + [ + "falls", + -10.1545 + ], + [ + "favor", + -10.1545 + ], + [ + "films", + -10.1545 + ], + [ + "fired", + -10.1545 + ], + [ + "florida", + -10.1545 + ], + [ + "flowers", + -10.1545 + ], + [ + "functions", + -10.1545 + ], + [ + "guilty", + -10.1545 + ], + [ + "humans", + -10.1545 + ], + [ + "jews", + -10.1545 + ], + [ + "jim", + -10.1545 + ], + [ + "kinda", + -10.1545 + ], + [ + "kiss", + -10.1545 + ], + [ + "languages", + -10.1545 + ], + [ + "messages", + -10.1545 + ], + [ + "opportunities", + -10.1545 + ], + [ + "organized", + -10.1545 + ], + [ + "perspective", + -10.1545 + ], + [ + "pilot", + -10.1545 + ], + [ + "platform", + -10.1545 + ], + [ + "principles", + -10.1545 + ], + [ + "pure", + -10.1545 + ], + [ + "purposes", + -10.1545 + ], + [ + "resolution", + -10.1545 + ], + [ + "revenue", + -10.1545 + ], + [ + "secondary", + -10.1545 + ], + [ + "sending", + -10.1545 + ], + [ + "serving", + -10.1545 + ], + [ + "ships", + -10.1545 + ], + [ + "shirt", + -10.1545 + ], + [ + "studio", + -10.1545 + ], + [ + "suffering", + -10.1545 + ], + [ + "talked", + -10.1545 + ], + [ + "tank", + -10.1545 + ], + [ + "tech", + -10.1545 + ], + [ + "tools", + -10.1545 + ], + [ + "toronto", + -10.1545 + ], + [ + "turkey", + -10.1545 + ], + [ + "typical", + -10.1545 + ], + [ + "unfortunately", + -10.1545 + ], + [ + "universe", + -10.1545 + ], + [ + "warning", + -10.1545 + ], + [ + "wave", + -10.1545 + ], + [ + "weren't", + -10.1545 + ], + [ + "achieve", + -10.1779 + ], + [ + "actor", + -10.1779 + ], + [ + "alex", + -10.1779 + ], + [ + "basically", + -10.1779 + ], + [ + "bomb", + -10.1779 + ], + [ + "bowl", + -10.1779 + ], + [ + "candidate", + -10.1779 + ], + [ + "chicken", + -10.1779 + ], + [ + "cutting", + -10.1779 + ], + [ + "dedicated", + -10.1779 + ], + [ + "depends", + -10.1779 + ], + [ + "detail", + -10.1779 + ], + [ + "dreams", + -10.1779 + ], + [ + "du", + -10.1779 + ], + [ + "frame", + -10.1779 + ], + [ + "hundreds", + -10.1779 + ], + [ + "immediate", + -10.1779 + ], + [ + "improved", + -10.1779 + ], + [ + "laid", + -10.1779 + ], + [ + "legislation", + -10.1779 + ], + [ + "load", + -10.1779 + ], + [ + "loves", + -10.1779 + ], + [ + "millions", + -10.1779 + ], + [ + "nick", + -10.1779 + ], + [ + "noticed", + -10.1779 + ], + [ + "obtained", + -10.1779 + ], + [ + "occur", + -10.1779 + ], + [ + "prize", + -10.1779 + ], + [ + "recognized", + -10.1779 + ], + [ + "recovery", + -10.1779 + ], + [ + "representative", + -10.1779 + ], + [ + "resistance", + -10.1779 + ], + [ + "roman", + -10.1779 + ], + [ + "rome", + -10.1779 + ], + [ + "salt", + -10.1779 + ], + [ + "scottish", + -10.1779 + ], + [ + "severe", + -10.1779 + ], + [ + "shift", + -10.1779 + ], + [ + "stations", + -10.1779 + ], + [ + "ticket", + -10.1779 + ], + [ + "tradition", + -10.1779 + ], + [ + "updated", + -10.1779 + ], + [ + "usual", + -10.1779 + ], + [ + "wars", + -10.1779 + ], + [ + "wing", + -10.1779 + ], + [ + "000.0", + -10.1992 + ], + [ + "adam", + -10.1992 + ], + [ + "admit", + -10.1992 + ], + [ + "adults", + -10.1992 + ], + [ + "arrest", + -10.1992 + ], + [ + "aside", + -10.1992 + ], + [ + "bible", + -10.1992 + ], + [ + "boyfriend", + -10.1992 + ], + [ + "bright", + -10.1992 + ], + [ + "broadcast", + -10.1992 + ], + [ + "businesses", + -10.1992 + ], + [ + "calm", + -10.1992 + ], + [ + "category", + -10.1992 + ], + [ + "cheap", + -10.1992 + ], + [ + "closely", + -10.1992 + ], + [ + "conservative", + -10.1992 + ], + [ + "contain", + -10.1992 + ], + [ + "da", + -10.1992 + ], + [ + "drawn", + -10.1992 + ], + [ + "egypt", + -10.1992 + ], + [ + "frequently", + -10.1992 + ], + [ + "fruit", + -10.1992 + ], + [ + "giant", + -10.1992 + ], + [ + "grace", + -10.1992 + ], + [ + "greek", + -10.1992 + ], + [ + "holds", + -10.1992 + ], + [ + "identify", + -10.1992 + ], + [ + "jersey", + -10.1992 + ], + [ + "motion", + -10.1992 + ], + [ + "moves", + -10.1992 + ], + [ + "muslim", + -10.1992 + ], + [ + "orange", + -10.1992 + ], + [ + "papers", + -10.1992 + ], + [ + "parent", + -10.1992 + ], + [ + "perfectly", + -10.1992 + ], + [ + "portion", + -10.1992 + ], + [ + "principal", + -10.1992 + ], + [ + "print", + -10.1992 + ], + [ + "refer", + -10.1992 + ], + [ + "refused", + -10.1992 + ], + [ + "relief", + -10.1992 + ], + [ + "replace", + -10.1992 + ], + [ + "requirements", + -10.1992 + ], + [ + "respond", + -10.1992 + ], + [ + "saving", + -10.1992 + ], + [ + "sees", + -10.1992 + ], + [ + "settlement", + -10.1992 + ], + [ + "shots", + -10.1992 + ], + [ + "sing", + -10.1992 + ], + [ + "talent", + -10.1992 + ], + [ + "tend", + -10.1992 + ], + [ + "trained", + -10.1992 + ], + [ + "typically", + -10.1992 + ], + [ + "upset", + -10.1992 + ], + [ + "world's", + -10.1992 + ], + [ + "youtube", + -10.1992 + ], + [ + "3rd", + -10.2237 + ], + [ + "agents", + -10.2237 + ], + [ + "anybody", + -10.2237 + ], + [ + "cable", + -10.2237 + ], + [ + "communications", + -10.2237 + ], + [ + "courts", + -10.2237 + ], + [ + "dating", + -10.2237 + ], + [ + "di", + -10.2237 + ], + [ + "dollar", + -10.2237 + ], + [ + "drawing", + -10.2237 + ], + [ + "expansion", + -10.2237 + ], + [ + "governments", + -10.2237 + ], + [ + "harder", + -10.2237 + ], + [ + "inspired", + -10.2237 + ], + [ + "invited", + -10.2237 + ], + [ + "item", + -10.2237 + ], + [ + "jail", + -10.2237 + ], + [ + "loan", + -10.2237 + ], + [ + "moments", + -10.2237 + ], + [ + "opposed", + -10.2237 + ], + [ + "pacific", + -10.2237 + ], + [ + "processes", + -10.2237 + ], + [ + "random", + -10.2237 + ], + [ + "republican", + -10.2237 + ], + [ + "rooms", + -10.2237 + ], + [ + "somewhat", + -10.2237 + ], + [ + "sons", + -10.2237 + ], + [ + "stood", + -10.2237 + ], + [ + "stronger", + -10.2237 + ], + [ + "structures", + -10.2237 + ], + [ + "suicide", + -10.2237 + ], + [ + "teeth", + -10.2237 + ], + [ + "tool", + -10.2237 + ], + [ + "tower", + -10.2237 + ], + [ + "unknown", + -10.2237 + ], + [ + "wales", + -10.2237 + ], + [ + "widely", + -10.2237 + ], + [ + "accurate", + -10.246 + ], + [ + "achieved", + -10.246 + ], + [ + "administrative", + -10.246 + ], + [ + "anniversary", + -10.246 + ], + [ + "aspects", + -10.246 + ], + [ + "assets", + -10.246 + ], + [ + "bottle", + -10.246 + ], + [ + "combat", + -10.246 + ], + [ + "concert", + -10.246 + ], + [ + "constant", + -10.246 + ], + [ + "consumer", + -10.246 + ], + [ + "convention", + -10.246 + ], + [ + "counter", + -10.246 + ], + [ + "coverage", + -10.246 + ], + [ + "cream", + -10.246 + ], + [ + "depression", + -10.246 + ], + [ + "editor", + -10.246 + ], + [ + "empire", + -10.246 + ], + [ + "engaged", + -10.246 + ], + [ + "entitled", + -10.246 + ], + [ + "expert", + -10.246 + ], + [ + "faces", + -10.246 + ], + [ + "hat", + -10.246 + ], + [ + "height", + -10.246 + ], + [ + "incident", + -10.246 + ], + [ + "introduction", + -10.246 + ], + [ + "it'll", + -10.246 + ], + [ + "jean", + -10.246 + ], + [ + "joy", + -10.246 + ], + [ + "latin", + -10.246 + ], + [ + "manage", + -10.246 + ], + [ + "marked", + -10.246 + ], + [ + "mountains", + -10.246 + ], + [ + "novel", + -10.246 + ], + [ + "objects", + -10.246 + ], + [ + "owners", + -10.246 + ], + [ + "partners", + -10.246 + ], + [ + "prepare", + -10.246 + ], + [ + "primarily", + -10.246 + ], + [ + "procedure", + -10.246 + ], + [ + "quit", + -10.246 + ], + [ + "receiving", + -10.246 + ], + [ + "regard", + -10.246 + ], + [ + "register", + -10.246 + ], + [ + "relative", + -10.246 + ], + [ + "reviews", + -10.246 + ], + [ + "sleeping", + -10.246 + ], + [ + "smoking", + -10.246 + ], + [ + "solo", + -10.246 + ], + [ + "statements", + -10.246 + ], + [ + "stephen", + -10.246 + ], + [ + "stores", + -10.246 + ], + [ + "suffered", + -10.246 + ], + [ + "surgery", + -10.246 + ], + [ + "truck", + -10.246 + ], + [ + "ultimately", + -10.246 + ], + [ + "unlike", + -10.246 + ], + [ + "wednesday", + -10.246 + ], + [ + "ages", + -10.2688 + ], + [ + "alright", + -10.2688 + ], + [ + "attempts", + -10.2688 + ], + [ + "attend", + -10.2688 + ], + [ + "bbc", + -10.2688 + ], + [ + "burn", + -10.2688 + ], + [ + "bush", + -10.2688 + ], + [ + "championship", + -10.2688 + ], + [ + "checked", + -10.2688 + ], + [ + "circle", + -10.2688 + ], + [ + "competitive", + -10.2688 + ], + [ + "consequences", + -10.2688 + ], + [ + "crash", + -10.2688 + ], + [ + "crying", + -10.2688 + ], + [ + "cute", + -10.2688 + ], + [ + "dirty", + -10.2688 + ], + [ + "divided", + -10.2688 + ], + [ + "doors", + -10.2688 + ], + [ + "electronic", + -10.2688 + ], + [ + "enjoyed", + -10.2688 + ], + [ + "equivalent", + -10.2688 + ], + [ + "exists", + -10.2688 + ], + [ + "facility", + -10.2688 + ], + [ + "formal", + -10.2688 + ], + [ + "format", + -10.2688 + ], + [ + "hardly", + -10.2688 + ], + [ + "increases", + -10.2688 + ], + [ + "incredible", + -10.2688 + ], + [ + "iraq", + -10.2688 + ], + [ + "irish", + -10.2688 + ], + [ + "islands", + -10.2688 + ], + [ + "kim", + -10.2688 + ], + [ + "lane", + -10.2688 + ], + [ + "limits", + -10.2688 + ], + [ + "matches", + -10.2688 + ], + [ + "mate", + -10.2688 + ], + [ + "nearby", + -10.2688 + ], + [ + "noise", + -10.2688 + ], + [ + "painting", + -10.2688 + ], + [ + "payment", + -10.2688 + ], + [ + "pc", + -10.2688 + ], + [ + "percentage", + -10.2688 + ], + [ + "poverty", + -10.2688 + ], + [ + "practical", + -10.2688 + ], + [ + "principle", + -10.2688 + ], + [ + "promote", + -10.2688 + ], + [ + "recognize", + -10.2688 + ], + [ + "scheme", + -10.2688 + ], + [ + "sight", + -10.2688 + ], + [ + "sought", + -10.2688 + ], + [ + "talks", + -10.2688 + ], + [ + "tall", + -10.2688 + ], + [ + "tight", + -10.2688 + ], + [ + "tiny", + -10.2688 + ], + [ + "tournament", + -10.2688 + ], + [ + "transportation", + -10.2688 + ], + [ + "universal", + -10.2688 + ], + [ + "visited", + -10.2688 + ], + [ + "witness", + -10.2688 + ], + [ + "academic", + -10.2921 + ], + [ + "accused", + -10.2921 + ], + [ + "afford", + -10.2921 + ], + [ + "agencies", + -10.2921 + ], + [ + "aim", + -10.2921 + ], + [ + "attached", + -10.2921 + ], + [ + "attractive", + -10.2921 + ], + [ + "cap", + -10.2921 + ], + [ + "carbon", + -10.2921 + ], + [ + "cheese", + -10.2921 + ], + [ + "chose", + -10.2921 + ], + [ + "contained", + -10.2921 + ], + [ + "containing", + -10.2921 + ], + [ + "degrees", + -10.2921 + ], + [ + "del", + -10.2921 + ], + [ + "deliver", + -10.2921 + ], + [ + "depth", + -10.2921 + ], + [ + "deserve", + -10.2921 + ], + [ + "discussed", + -10.2921 + ], + [ + "duke", + -10.2921 + ], + [ + "establish", + -10.2921 + ], + [ + "files", + -10.2921 + ], + [ + "headed", + -10.2921 + ], + [ + "heavily", + -10.2921 + ], + [ + "hockey", + -10.2921 + ], + [ + "id", + -10.2921 + ], + [ + "involving", + -10.2921 + ], + [ + "jackson", + -10.2921 + ], + [ + "necessarily", + -10.2921 + ], + [ + "nose", + -10.2921 + ], + [ + "palace", + -10.2921 + ], + [ + "philosophy", + -10.2921 + ], + [ + "practices", + -10.2921 + ], + [ + "prefer", + -10.2921 + ], + [ + "princess", + -10.2921 + ], + [ + "recognition", + -10.2921 + ], + [ + "represents", + -10.2921 + ], + [ + "returns", + -10.2921 + ], + [ + "sample", + -10.2921 + ], + [ + "seeking", + -10.2921 + ], + [ + "significantly", + -10.2921 + ], + [ + "situations", + -10.2921 + ], + [ + "storage", + -10.2921 + ], + [ + "sufficient", + -10.2921 + ], + [ + "suggests", + -10.2921 + ], + [ + "techniques", + -10.2921 + ], + [ + "thats", + -10.2921 + ], + [ + "theatre", + -10.2921 + ], + [ + "tickets", + -10.2921 + ], + [ + "vast", + -10.2921 + ], + [ + "weapon", + -10.2921 + ], + [ + "andrew", + -10.316 + ], + [ + "attorney", + -10.316 + ], + [ + "blind", + -10.316 + ], + [ + "brief", + -10.316 + ], + [ + "brilliant", + -10.316 + ], + [ + "bunch", + -10.316 + ], + [ + "candidates", + -10.316 + ], + [ + "causing", + -10.316 + ], + [ + "commander", + -10.316 + ], + [ + "constantly", + -10.316 + ], + [ + "dan", + -10.316 + ], + [ + "deals", + -10.316 + ], + [ + "defeat", + -10.316 + ], + [ + "delivery", + -10.316 + ], + [ + "elsewhere", + -10.316 + ], + [ + "entertainment", + -10.316 + ], + [ + "excuse", + -10.316 + ], + [ + "factory", + -10.316 + ], + [ + "fake", + -10.316 + ], + [ + "flag", + -10.316 + ], + [ + "founded", + -10.316 + ], + [ + "gained", + -10.316 + ], + [ + "hidden", + -10.316 + ], + [ + "hide", + -10.316 + ], + [ + "kinds", + -10.316 + ], + [ + "matt", + -10.316 + ], + [ + "ministers", + -10.316 + ], + [ + "motor", + -10.316 + ], + [ + "multi", + -10.316 + ], + [ + "musical", + -10.316 + ], + [ + "navy", + -10.316 + ], + [ + "officially", + -10.316 + ], + [ + "panel", + -10.316 + ], + [ + "personality", + -10.316 + ], + [ + "politicians", + -10.316 + ], + [ + "pounds", + -10.316 + ], + [ + "raw", + -10.316 + ], + [ + "resulting", + -10.316 + ], + [ + "rice", + -10.316 + ], + [ + "riding", + -10.316 + ], + [ + "rising", + -10.316 + ], + [ + "roads", + -10.316 + ], + [ + "roles", + -10.316 + ], + [ + "scientists", + -10.316 + ], + [ + "seats", + -10.316 + ], + [ + "soil", + -10.316 + ], + [ + "staying", + -10.316 + ], + [ + "surely", + -10.316 + ], + [ + "switch", + -10.316 + ], + [ + "trading", + -10.316 + ], + [ + "ultimate", + -10.316 + ], + [ + "violent", + -10.316 + ], + [ + "visual", + -10.316 + ], + [ + "voted", + -10.316 + ], + [ + "wealth", + -10.316 + ], + [ + "wheel", + -10.316 + ], + [ + "worldwide", + -10.316 + ], + [ + "advertising", + -10.3374 + ], + [ + "attacked", + -10.3374 + ], + [ + "balls", + -10.3374 + ], + [ + "bond", + -10.3374 + ], + [ + "bread", + -10.3374 + ], + [ + "champions", + -10.3374 + ], + [ + "clinical", + -10.3374 + ], + [ + "colour", + -10.3374 + ], + [ + "comparison", + -10.3374 + ], + [ + "contest", + -10.3374 + ], + [ + "contributed", + -10.3374 + ], + [ + "dates", + -10.3374 + ], + [ + "deaths", + -10.3374 + ], + [ + "decades", + -10.3374 + ], + [ + "driven", + -10.3374 + ], + [ + "drivers", + -10.3374 + ], + [ + "earned", + -10.3374 + ], + [ + "faced", + -10.3374 + ], + [ + "favourite", + -10.3374 + ], + [ + "formation", + -10.3374 + ], + [ + "golf", + -10.3374 + ], + [ + "guest", + -10.3374 + ], + [ + "historic", + -10.3374 + ], + [ + "hong", + -10.3374 + ], + [ + "hopefully", + -10.3374 + ], + [ + "joseph", + -10.3374 + ], + [ + "loud", + -10.3374 + ], + [ + "manufacturing", + -10.3374 + ], + [ + "mess", + -10.3374 + ], + [ + "mile", + -10.3374 + ], + [ + "observed", + -10.3374 + ], + [ + "pattern", + -10.3374 + ], + [ + "pregnant", + -10.3374 + ], + [ + "promised", + -10.3374 + ], + [ + "proposal", + -10.3374 + ], + [ + "puts", + -10.3374 + ], + [ + "regularly", + -10.3374 + ], + [ + "returning", + -10.3374 + ], + [ + "roof", + -10.3374 + ], + [ + "ryan", + -10.3374 + ], + [ + "shame", + -10.3374 + ], + [ + "shares", + -10.3374 + ], + [ + "shipping", + -10.3374 + ], + [ + "smell", + -10.3374 + ], + [ + "spoken", + -10.3374 + ], + [ + "stayed", + -10.3374 + ], + [ + "strongly", + -10.3374 + ], + [ + "surrounding", + -10.3374 + ], + [ + "tip", + -10.3374 + ], + [ + "waters", + -10.3374 + ], + [ + "absolute", + -10.3624 + ], + [ + "agricultural", + -10.3624 + ], + [ + "arab", + -10.3624 + ], + [ + "baseball", + -10.3624 + ], + [ + "bathroom", + -10.3624 + ], + [ + "bc", + -10.3624 + ], + [ + "belief", + -10.3624 + ], + [ + "bye", + -10.3624 + ], + [ + "castle", + -10.3624 + ], + [ + "chest", + -10.3624 + ], + [ + "childhood", + -10.3624 + ], + [ + "confused", + -10.3624 + ], + [ + "crimes", + -10.3624 + ], + [ + "criticism", + -10.3624 + ], + [ + "dancing", + -10.3624 + ], + [ + "destroy", + -10.3624 + ], + [ + "doctors", + -10.3624 + ], + [ + "document", + -10.3624 + ], + [ + "eggs", + -10.3624 + ], + [ + "element", + -10.3624 + ], + [ + "exciting", + -10.3624 + ], + [ + "exposed", + -10.3624 + ], + [ + "extensive", + -10.3624 + ], + [ + "facing", + -10.3624 + ], + [ + "fought", + -10.3624 + ], + [ + "fucked", + -10.3624 + ], + [ + "grounds", + -10.3624 + ], + [ + "harm", + -10.3624 + ], + [ + "heritage", + -10.3624 + ], + [ + "ideal", + -10.3624 + ], + [ + "interior", + -10.3624 + ], + [ + "jordan", + -10.3624 + ], + [ + "kevin", + -10.3624 + ], + [ + "managers", + -10.3624 + ], + [ + "manchester", + -10.3624 + ], + [ + "marks", + -10.3624 + ], + [ + "mining", + -10.3624 + ], + [ + "performing", + -10.3624 + ], + [ + "plate", + -10.3624 + ], + [ + "plot", + -10.3624 + ], + [ + "pope", + -10.3624 + ], + [ + "posts", + -10.3624 + ], + [ + "premier", + -10.3624 + ], + [ + "programming", + -10.3624 + ], + [ + "proved", + -10.3624 + ], + [ + "publication", + -10.3624 + ], + [ + "regulations", + -10.3624 + ], + [ + "repeat", + -10.3624 + ], + [ + "researchers", + -10.3624 + ], + [ + "simon", + -10.3624 + ], + [ + "stable", + -10.3624 + ], + [ + "studied", + -10.3624 + ], + [ + "symptoms", + -10.3624 + ], + [ + "temporary", + -10.3624 + ], + [ + "tie", + -10.3624 + ], + [ + "visitors", + -10.3624 + ], + [ + "wet", + -10.3624 + ], + [ + "wilson", + -10.3624 + ], + [ + "wise", + -10.3624 + ], + [ + "yard", + -10.3624 + ], + [ + "atlantic", + -10.3848 + ], + [ + "atmosphere", + -10.3848 + ], + [ + "audio", + -10.3848 + ], + [ + "battery", + -10.3848 + ], + [ + "behaviour", + -10.3848 + ], + [ + "continuing", + -10.3848 + ], + [ + "detailed", + -10.3848 + ], + [ + "edward", + -10.3848 + ], + [ + "effectively", + -10.3848 + ], + [ + "establishment", + -10.3848 + ], + [ + "evolution", + -10.3848 + ], + [ + "exact", + -10.3848 + ], + [ + "exclusive", + -10.3848 + ], + [ + "experts", + -10.3848 + ], + [ + "extension", + -10.3848 + ], + [ + "gate", + -10.3848 + ], + [ + "hearts", + -10.3848 + ], + [ + "hungry", + -10.3848 + ], + [ + "improvement", + -10.3848 + ], + [ + "indicated", + -10.3848 + ], + [ + "initially", + -10.3848 + ], + [ + "institution", + -10.3848 + ], + [ + "lands", + -10.3848 + ], + [ + "lift", + -10.3848 + ], + [ + "moral", + -10.3848 + ], + [ + "permission", + -10.3848 + ], + [ + "plastic", + -10.3848 + ], + [ + "protected", + -10.3848 + ], + [ + "recording", + -10.3848 + ], + [ + "rent", + -10.3848 + ], + [ + "santa", + -10.3848 + ], + [ + "scenes", + -10.3848 + ], + [ + "shortly", + -10.3848 + ], + [ + "solar", + -10.3848 + ], + [ + "subsequent", + -10.3848 + ], + [ + "survive", + -10.3848 + ], + [ + "swear", + -10.3848 + ], + [ + "syria", + -10.3848 + ], + [ + "temple", + -10.3848 + ], + [ + "treaty", + -10.3848 + ], + [ + "trend", + -10.3848 + ], + [ + "tries", + -10.3848 + ], + [ + "valuable", + -10.3848 + ], + [ + "virginia", + -10.3848 + ], + [ + "writers", + -10.3848 + ], + [ + "attended", + -10.4077 + ], + [ + "bike", + -10.4077 + ], + [ + "breath", + -10.4077 + ], + [ + "bullshit", + -10.4077 + ], + [ + "burning", + -10.4077 + ], + [ + "chances", + -10.4077 + ], + [ + "coal", + -10.4077 + ], + [ + "curious", + -10.4077 + ], + [ + "decade", + -10.4077 + ], + [ + "employed", + -10.4077 + ], + [ + "fairly", + -10.4077 + ], + [ + "finger", + -10.4077 + ], + [ + "fingers", + -10.4077 + ], + [ + "formula", + -10.4077 + ], + [ + "heading", + -10.4077 + ], + [ + "increasingly", + -10.4077 + ], + [ + "indicate", + -10.4077 + ], + [ + "info", + -10.4077 + ], + [ + "iv", + -10.4077 + ], + [ + "junior", + -10.4077 + ], + [ + "les", + -10.4077 + ], + [ + "letting", + -10.4077 + ], + [ + "meetings", + -10.4077 + ], + [ + "obtain", + -10.4077 + ], + [ + "offices", + -10.4077 + ], + [ + "operate", + -10.4077 + ], + [ + "pakistan", + -10.4077 + ], + [ + "peak", + -10.4077 + ], + [ + "personally", + -10.4077 + ], + [ + "pointed", + -10.4077 + ], + [ + "racing", + -10.4077 + ], + [ + "rapid", + -10.4077 + ], + [ + "relation", + -10.4077 + ], + [ + "rough", + -10.4077 + ], + [ + "select", + -10.4077 + ], + [ + "sin", + -10.4077 + ], + [ + "solutions", + -10.4077 + ], + [ + "somehow", + -10.4077 + ], + [ + "sydney", + -10.4077 + ], + [ + "threw", + -10.4077 + ], + [ + "today's", + -10.4077 + ], + [ + "uncle", + -10.4077 + ], + [ + "weekly", + -10.4077 + ], + [ + "worker", + -10.4077 + ], + [ + "absence", + -10.4311 + ], + [ + "academy", + -10.4311 + ], + [ + "agriculture", + -10.4311 + ], + [ + "authors", + -10.4311 + ], + [ + "basketball", + -10.4311 + ], + [ + "clients", + -10.4311 + ], + [ + "clubs", + -10.4311 + ], + [ + "columbia", + -10.4311 + ], + [ + "concerning", + -10.4311 + ], + [ + "conclusion", + -10.4311 + ], + [ + "consistent", + -10.4311 + ], + [ + "consists", + -10.4311 + ], + [ + "contemporary", + -10.4311 + ], + [ + "defend", + -10.4311 + ], + [ + "demands", + -10.4311 + ], + [ + "directors", + -10.4311 + ], + [ + "discovery", + -10.4311 + ], + [ + "dna", + -10.4311 + ], + [ + "drew", + -10.4311 + ], + [ + "dumb", + -10.4311 + ], + [ + "explanation", + -10.4311 + ], + [ + "gross", + -10.4311 + ], + [ + "hanging", + -10.4311 + ], + [ + "hunt", + -10.4311 + ], + [ + "ignore", + -10.4311 + ], + [ + "infrastructure", + -10.4311 + ], + [ + "inner", + -10.4311 + ], + [ + "islamic", + -10.4311 + ], + [ + "israeli", + -10.4311 + ], + [ + "judges", + -10.4311 + ], + [ + "kong", + -10.4311 + ], + [ + "landing", + -10.4311 + ], + [ + "lets", + -10.4311 + ], + [ + "maintenance", + -10.4311 + ], + [ + "meal", + -10.4311 + ], + [ + "moscow", + -10.4311 + ], + [ + "networks", + -10.4311 + ], + [ + "organisation", + -10.4311 + ], + [ + "paint", + -10.4311 + ], + [ + "pants", + -10.4311 + ], + [ + "parking", + -10.4311 + ], + [ + "rail", + -10.4311 + ], + [ + "reaching", + -10.4311 + ], + [ + "rush", + -10.4311 + ], + [ + "semi", + -10.4311 + ], + [ + "sharp", + -10.4311 + ], + [ + "shoulder", + -10.4311 + ], + [ + "silence", + -10.4311 + ], + [ + "singer", + -10.4311 + ], + [ + "soccer", + -10.4311 + ], + [ + "soldier", + -10.4311 + ], + [ + "spiritual", + -10.4311 + ], + [ + "supplies", + -10.4311 + ], + [ + "suspect", + -10.4311 + ], + [ + "tears", + -10.4311 + ], + [ + "tim", + -10.4311 + ], + [ + "trick", + -10.4311 + ], + [ + "unusual", + -10.4311 + ], + [ + "whereas", + -10.4311 + ], + [ + "wondering", + -10.4311 + ], + [ + "4th", + -10.4551 + ], + [ + "aged", + -10.4551 + ], + [ + "alliance", + -10.4551 + ], + [ + "amounts", + -10.4551 + ], + [ + "angel", + -10.4551 + ], + [ + "approval", + -10.4551 + ], + [ + "argue", + -10.4551 + ], + [ + "assessment", + -10.4551 + ], + [ + "attempted", + -10.4551 + ], + [ + "barely", + -10.4551 + ], + [ + "bedroom", + -10.4551 + ], + [ + "bishop", + -10.4551 + ], + [ + "ceremony", + -10.4551 + ], + [ + "chamber", + -10.4551 + ], + [ + "charity", + -10.4551 + ], + [ + "christians", + -10.4551 + ], + [ + "clothing", + -10.4551 + ], + [ + "cloud", + -10.4551 + ], + [ + "complicated", + -10.4551 + ], + [ + "contrast", + -10.4551 + ], + [ + "covers", + -10.4551 + ], + [ + "egg", + -10.4551 + ], + [ + "eric", + -10.4551 + ], + [ + "ethnic", + -10.4551 + ], + [ + "farmers", + -10.4551 + ], + [ + "fundamental", + -10.4551 + ], + [ + "gap", + -10.4551 + ], + [ + "grey", + -10.4551 + ], + [ + "happiness", + -10.4551 + ], + [ + "honour", + -10.4551 + ], + [ + "horrible", + -10.4551 + ], + [ + "household", + -10.4551 + ], + [ + "informed", + -10.4551 + ], + [ + "label", + -10.4551 + ], + [ + "lesson", + -10.4551 + ], + [ + "license", + -10.4551 + ], + [ + "lieutenant", + -10.4551 + ], + [ + "maintained", + -10.4551 + ], + [ + "memories", + -10.4551 + ], + [ + "minority", + -10.4551 + ], + [ + "naturally", + -10.4551 + ], + [ + "nervous", + -10.4551 + ], + [ + "passengers", + -10.4551 + ], + [ + "pink", + -10.4551 + ], + [ + "pray", + -10.4551 + ], + [ + "prayer", + -10.4551 + ], + [ + "producing", + -10.4551 + ], + [ + "promotion", + -10.4551 + ], + [ + "protein", + -10.4551 + ], + [ + "railway", + -10.4551 + ], + [ + "reduction", + -10.4551 + ], + [ + "regardless", + -10.4551 + ], + [ + "regime", + -10.4551 + ], + [ + "rescue", + -10.4551 + ], + [ + "sections", + -10.4551 + ], + [ + "sensitive", + -10.4551 + ], + [ + "server", + -10.4551 + ], + [ + "settled", + -10.4551 + ], + [ + "shadow", + -10.4551 + ], + [ + "sisters", + -10.4551 + ], + [ + "stages", + -10.4551 + ], + [ + "struck", + -10.4551 + ], + [ + "suffer", + -10.4551 + ], + [ + "superior", + -10.4551 + ], + [ + "therapy", + -10.4551 + ], + [ + "acquired", + -10.4762 + ], + [ + "appointment", + -10.4762 + ], + [ + "argued", + -10.4762 + ], + [ + "assumed", + -10.4762 + ], + [ + "awareness", + -10.4762 + ], + [ + "awful", + -10.4762 + ], + [ + "believes", + -10.4762 + ], + [ + "berlin", + -10.4762 + ], + [ + "bound", + -10.4762 + ], + [ + "celebrate", + -10.4762 + ], + [ + "challenges", + -10.4762 + ], + [ + "children's", + -10.4762 + ], + [ + "circuit", + -10.4762 + ], + [ + "comedy", + -10.4762 + ], + [ + "commissioner", + -10.4762 + ], + [ + "components", + -10.4762 + ], + [ + "consideration", + -10.4762 + ], + [ + "convinced", + -10.4762 + ], + [ + "cooking", + -10.4762 + ], + [ + "cousin", + -10.4762 + ], + [ + "currency", + -10.4762 + ], + [ + "deeply", + -10.4762 + ], + [ + "dutch", + -10.4762 + ], + [ + "duties", + -10.4762 + ], + [ + "electricity", + -10.4762 + ], + [ + "employee", + -10.4762 + ], + [ + "enemies", + -10.4762 + ], + [ + "exhibition", + -10.4762 + ], + [ + "expectations", + -10.4762 + ], + [ + "findings", + -10.4762 + ], + [ + "fishing", + -10.4762 + ], + [ + "francisco", + -10.4762 + ], + [ + "gang", + -10.4762 + ], + [ + "grab", + -10.4762 + ], + [ + "horses", + -10.4762 + ], + [ + "industries", + -10.4762 + ], + [ + "islam", + -10.4762 + ], + [ + "korean", + -10.4762 + ], + [ + "lock", + -10.4762 + ], + [ + "machines", + -10.4762 + ], + [ + "marry", + -10.4762 + ], + [ + "mirror", + -10.4762 + ], + [ + "muscle", + -10.4762 + ], + [ + "mystery", + -10.4762 + ], + [ + "objective", + -10.4762 + ], + [ + "occasion", + -10.4762 + ], + [ + "op", + -10.4762 + ], + [ + "package", + -10.4762 + ], + [ + "passion", + -10.4762 + ], + [ + "pleased", + -10.4762 + ], + [ + "pride", + -10.4762 + ], + [ + "prisoners", + -10.4762 + ], + [ + "recommended", + -10.4762 + ], + [ + "references", + -10.4762 + ], + [ + "registered", + -10.4762 + ], + [ + "reputation", + -10.4762 + ], + [ + "resulted", + -10.4762 + ], + [ + "rid", + -10.4762 + ], + [ + "risks", + -10.4762 + ], + [ + "rolling", + -10.4762 + ], + [ + "successfully", + -10.4762 + ], + [ + "technique", + -10.4762 + ], + [ + "telephone", + -10.4762 + ], + [ + "tested", + -10.4762 + ], + [ + "tied", + -10.4762 + ], + [ + "topic", + -10.4762 + ], + [ + "transition", + -10.4762 + ], + [ + "translation", + -10.4762 + ], + [ + "welfare", + -10.4762 + ], + [ + "yards", + -10.4762 + ], + [ + "yo", + -10.4762 + ], + [ + "z", + -10.4762 + ], + [ + "abroad", + -10.5013 + ], + [ + "achievement", + -10.5013 + ], + [ + "admitted", + -10.5013 + ], + [ + "anger", + -10.5013 + ], + [ + "asks", + -10.5013 + ], + [ + "cabinet", + -10.5013 + ], + [ + "carefully", + -10.5013 + ], + [ + "chart", + -10.5013 + ], + [ + "choices", + -10.5013 + ], + [ + "closing", + -10.5013 + ], + [ + "colonel", + -10.5013 + ], + [ + "colors", + -10.5013 + ], + [ + "concrete", + -10.5013 + ], + [ + "confirm", + -10.5013 + ], + [ + "decline", + -10.5013 + ], + [ + "describes", + -10.5013 + ], + [ + "encourage", + -10.5013 + ], + [ + "essentially", + -10.5013 + ], + [ + "exception", + -10.5013 + ], + [ + "fantasy", + -10.5013 + ], + [ + "fed", + -10.5013 + ], + [ + "ford", + -10.5013 + ], + [ + "fort", + -10.5013 + ], + [ + "forth", + -10.5013 + ], + [ + "gods", + -10.5013 + ], + [ + "he'll", + -10.5013 + ], + [ + "illness", + -10.5013 + ], + [ + "input", + -10.5013 + ], + [ + "jan", + -10.5013 + ], + [ + "keys", + -10.5013 + ], + [ + "lewis", + -10.5013 + ], + [ + "locations", + -10.5013 + ], + [ + "loose", + -10.5013 + ], + [ + "mac", + -10.5013 + ], + [ + "membership", + -10.5013 + ], + [ + "miami", + -10.5013 + ], + [ + "nfl", + -10.5013 + ], + [ + "nights", + -10.5013 + ], + [ + "offensive", + -10.5013 + ], + [ + "olympic", + -10.5013 + ], + [ + "ontario", + -10.5013 + ], + [ + "output", + -10.5013 + ], + [ + "outstanding", + -10.5013 + ], + [ + "partnership", + -10.5013 + ], + [ + "payments", + -10.5013 + ], + [ + "presidential", + -10.5013 + ], + [ + "priest", + -10.5013 + ], + [ + "quote", + -10.5013 + ], + [ + "rarely", + -10.5013 + ], + [ + "remote", + -10.5013 + ], + [ + "respectively", + -10.5013 + ], + [ + "shock", + -10.5013 + ], + [ + "shower", + -10.5013 + ], + [ + "speaker", + -10.5013 + ], + [ + "studying", + -10.5013 + ], + [ + "sucks", + -10.5013 + ], + [ + "swimming", + -10.5013 + ], + [ + "tag", + -10.5013 + ], + [ + "victoria", + -10.5013 + ], + [ + "visible", + -10.5013 + ], + [ + "woods", + -10.5013 + ], + [ + "zealand", + -10.5013 + ], + [ + "acid", + -10.5234 + ], + [ + "arrival", + -10.5234 + ], + [ + "assigned", + -10.5234 + ], + [ + "auto", + -10.5234 + ], + [ + "ban", + -10.5234 + ], + [ + "bars", + -10.5234 + ], + [ + "cake", + -10.5234 + ], + [ + "campus", + -10.5234 + ], + [ + "cd", + -10.5234 + ], + [ + "centuries", + -10.5234 + ], + [ + "commitment", + -10.5234 + ], + [ + "compare", + -10.5234 + ], + [ + "concluded", + -10.5234 + ], + [ + "courses", + -10.5234 + ], + [ + "custom", + -10.5234 + ], + [ + "dc", + -10.5234 + ], + [ + "destruction", + -10.5234 + ], + [ + "dressed", + -10.5234 + ], + [ + "efficient", + -10.5234 + ], + [ + "elizabeth", + -10.5234 + ], + [ + "enforcement", + -10.5234 + ], + [ + "entering", + -10.5234 + ], + [ + "entrance", + -10.5234 + ], + [ + "examination", + -10.5234 + ], + [ + "explains", + -10.5234 + ], + [ + "exposure", + -10.5234 + ], + [ + "fee", + -10.5234 + ], + [ + "females", + -10.5234 + ], + [ + "foods", + -10.5234 + ], + [ + "frequency", + -10.5234 + ], + [ + "gear", + -10.5234 + ], + [ + "guests", + -10.5234 + ], + [ + "handed", + -10.5234 + ], + [ + "he'd", + -10.5234 + ], + [ + "hollywood", + -10.5234 + ], + [ + "hunting", + -10.5234 + ], + [ + "injured", + -10.5234 + ], + [ + "intense", + -10.5234 + ], + [ + "lawyers", + -10.5234 + ], + [ + "legend", + -10.5234 + ], + [ + "microsoft", + -10.5234 + ], + [ + "miller", + -10.5234 + ], + [ + "monitor", + -10.5234 + ], + [ + "monster", + -10.5234 + ], + [ + "mood", + -10.5234 + ], + [ + "movements", + -10.5234 + ], + [ + "opens", + -10.5234 + ], + [ + "ordinary", + -10.5234 + ], + [ + "passes", + -10.5234 + ], + [ + "penalty", + -10.5234 + ], + [ + "periods", + -10.5234 + ], + [ + "pocket", + -10.5234 + ], + [ + "presents", + -10.5234 + ], + [ + "processing", + -10.5234 + ], + [ + "raising", + -10.5234 + ], + [ + "retail", + -10.5234 + ], + [ + "retirement", + -10.5234 + ], + [ + "ridiculous", + -10.5234 + ], + [ + "sarah", + -10.5234 + ], + [ + "scores", + -10.5234 + ], + [ + "seasons", + -10.5234 + ], + [ + "senator", + -10.5234 + ], + [ + "silent", + -10.5234 + ], + [ + "steal", + -10.5234 + ], + [ + "strategic", + -10.5234 + ], + [ + "thin", + -10.5234 + ], + [ + "threatened", + -10.5234 + ], + [ + "tone", + -10.5234 + ], + [ + "tongue", + -10.5234 + ], + [ + "towns", + -10.5234 + ], + [ + "virus", + -10.5234 + ], + [ + "abandoned", + -10.5459 + ], + [ + "afterwards", + -10.5459 + ], + [ + "andy", + -10.5459 + ], + [ + "architecture", + -10.5459 + ], + [ + "assault", + -10.5459 + ], + [ + "badly", + -10.5459 + ], + [ + "belong", + -10.5459 + ], + [ + "blocks", + -10.5459 + ], + [ + "bone", + -10.5459 + ], + [ + "breaks", + -10.5459 + ], + [ + "brian", + -10.5459 + ], + [ + "buried", + -10.5459 + ], + [ + "captured", + -10.5459 + ], + [ + "chase", + -10.5459 + ], + [ + "chocolate", + -10.5459 + ], + [ + "citizen", + -10.5459 + ], + [ + "communist", + -10.5459 + ], + [ + "controls", + -10.5459 + ], + [ + "covering", + -10.5459 + ], + [ + "delay", + -10.5459 + ], + [ + "drinks", + -10.5459 + ], + [ + "everyday", + -10.5459 + ], + [ + "fees", + -10.5459 + ], + [ + "flash", + -10.5459 + ], + [ + "folks", + -10.5459 + ], + [ + "gallery", + -10.5459 + ], + [ + "guitar", + -10.5459 + ], + [ + "headquarters", + -10.5459 + ], + [ + "hills", + -10.5459 + ], + [ + "hip", + -10.5459 + ], + [ + "immigration", + -10.5459 + ], + [ + "jimmy", + -10.5459 + ], + [ + "kelly", + -10.5459 + ], + [ + "kings", + -10.5459 + ], + [ + "legislative", + -10.5459 + ], + [ + "losses", + -10.5459 + ], + [ + "meanwhile", + -10.5459 + ], + [ + "mistakes", + -10.5459 + ], + [ + "mount", + -10.5459 + ], + [ + "naked", + -10.5459 + ], + [ + "neighborhood", + -10.5459 + ], + [ + "opinions", + -10.5459 + ], + [ + "plain", + -10.5459 + ], + [ + "rape", + -10.5459 + ], + [ + "regulation", + -10.5459 + ], + [ + "root", + -10.5459 + ], + [ + "sake", + -10.5459 + ], + [ + "sand", + -10.5459 + ], + [ + "scheduled", + -10.5459 + ], + [ + "solve", + -10.5459 + ], + [ + "speaks", + -10.5459 + ], + [ + "steam", + -10.5459 + ], + [ + "stomach", + -10.5459 + ], + [ + "string", + -10.5459 + ], + [ + "summary", + -10.5459 + ], + [ + "tips", + -10.5459 + ], + [ + "tons", + -10.5459 + ], + [ + "transferred", + -10.5459 + ], + [ + "wage", + -10.5459 + ], + [ + "wanting", + -10.5459 + ], + [ + "whoever", + -10.5459 + ], + [ + "wings", + -10.5459 + ], + [ + "3d", + -10.569 + ], + [ + "actors", + -10.569 + ], + [ + "alexander", + -10.569 + ], + [ + "aspect", + -10.569 + ], + [ + "babies", + -10.569 + ], + [ + "bath", + -10.569 + ], + [ + "begun", + -10.569 + ], + [ + "bills", + -10.569 + ], + [ + "cambridge", + -10.569 + ], + [ + "capture", + -10.569 + ], + [ + "characteristics", + -10.569 + ], + [ + "clock", + -10.569 + ], + [ + "concentration", + -10.569 + ], + [ + "consumption", + -10.569 + ], + [ + "contracts", + -10.569 + ], + [ + "contribution", + -10.569 + ], + [ + "copies", + -10.569 + ], + [ + "davis", + -10.569 + ], + [ + "desert", + -10.569 + ], + [ + "dies", + -10.569 + ], + [ + "dramatic", + -10.569 + ], + [ + "ear", + -10.569 + ], + [ + "earn", + -10.569 + ], + [ + "enterprise", + -10.569 + ], + [ + "filed", + -10.569 + ], + [ + "finals", + -10.569 + ], + [ + "fleet", + -10.569 + ], + [ + "forgotten", + -10.569 + ], + [ + "helpful", + -10.569 + ], + [ + "impressive", + -10.569 + ], + [ + "installed", + -10.569 + ], + [ + "joining", + -10.569 + ], + [ + "jr", + -10.569 + ], + [ + "knife", + -10.569 + ], + [ + "liverpool", + -10.569 + ], + [ + "logic", + -10.569 + ], + [ + "luke", + -10.569 + ], + [ + "maps", + -10.569 + ], + [ + "merely", + -10.569 + ], + [ + "mexican", + -10.569 + ], + [ + "minds", + -10.569 + ], + [ + "mum", + -10.569 + ], + [ + "outcome", + -10.569 + ], + [ + "ownership", + -10.569 + ], + [ + "picking", + -10.569 + ], + [ + "possession", + -10.569 + ], + [ + "rank", + -10.569 + ], + [ + "rating", + -10.569 + ], + [ + "recall", + -10.569 + ], + [ + "recommend", + -10.569 + ], + [ + "rejected", + -10.569 + ], + [ + "representing", + -10.569 + ], + [ + "sciences", + -10.569 + ], + [ + "subjects", + -10.569 + ], + [ + "suck", + -10.569 + ], + [ + "swiss", + -10.569 + ], + [ + "tape", + -10.569 + ], + [ + "texts", + -10.569 + ], + [ + "visiting", + -10.569 + ], + [ + "_", + -10.5926 + ], + [ + "amendment", + -10.5926 + ], + [ + "arguments", + -10.5926 + ], + [ + "arrive", + -10.5926 + ], + [ + "beating", + -10.5926 + ], + [ + "behalf", + -10.5926 + ], + [ + "bother", + -10.5926 + ], + [ + "buddy", + -10.5926 + ], + [ + "bureau", + -10.5926 + ], + [ + "cats", + -10.5926 + ], + [ + "comfort", + -10.5926 + ], + [ + "commonly", + -10.5926 + ], + [ + "critics", + -10.5926 + ], + [ + "crossing", + -10.5926 + ], + [ + "debut", + -10.5926 + ], + [ + "disappointed", + -10.5926 + ], + [ + "diseases", + -10.5926 + ], + [ + "economics", + -10.5926 + ], + [ + "equally", + -10.5926 + ], + [ + "fallen", + -10.5926 + ], + [ + "fate", + -10.5926 + ], + [ + "favour", + -10.5926 + ], + [ + "forum", + -10.5926 + ], + [ + "francis", + -10.5926 + ], + [ + "ghost", + -10.5926 + ], + [ + "gotten", + -10.5926 + ], + [ + "gray", + -10.5926 + ], + [ + "guarantee", + -10.5926 + ], + [ + "hence", + -10.5926 + ], + [ + "highway", + -10.5926 + ], + [ + "hitting", + -10.5926 + ], + [ + "inch", + -10.5926 + ], + [ + "injuries", + -10.5926 + ], + [ + "innocent", + -10.5926 + ], + [ + "jane", + -10.5926 + ], + [ + "jason", + -10.5926 + ], + [ + "lessons", + -10.5926 + ], + [ + "lists", + -10.5926 + ], + [ + "loving", + -10.5926 + ], + [ + "monthly", + -10.5926 + ], + [ + "na", + -10.5926 + ], + [ + "negotiations", + -10.5926 + ], + [ + "newly", + -10.5926 + ], + [ + "occurs", + -10.5926 + ], + [ + "organic", + -10.5926 + ], + [ + "participants", + -10.5926 + ], + [ + "participate", + -10.5926 + ], + [ + "passenger", + -10.5926 + ], + [ + "phones", + -10.5926 + ], + [ + "pitch", + -10.5926 + ], + [ + "poetry", + -10.5926 + ], + [ + "procedures", + -10.5926 + ], + [ + "qualified", + -10.5926 + ], + [ + "reflect", + -10.5926 + ], + [ + "refuse", + -10.5926 + ], + [ + "replacement", + -10.5926 + ], + [ + "representation", + -10.5926 + ], + [ + "romantic", + -10.5926 + ], + [ + "skill", + -10.5926 + ], + [ + "substantial", + -10.5926 + ], + [ + "summit", + -10.5926 + ], + [ + "switzerland", + -10.5926 + ], + [ + "thirty", + -10.5926 + ], + [ + "tracks", + -10.5926 + ], + [ + "universities", + -10.5926 + ], + [ + "vital", + -10.5926 + ], + [ + "wishes", + -10.5926 + ], + [ + "00st", + -10.6168 + ], + [ + "adventure", + -10.6168 + ], + [ + "alan", + -10.6168 + ], + [ + "alongside", + -10.6168 + ], + [ + "boring", + -10.6168 + ], + [ + "chat", + -10.6168 + ], + [ + "computers", + -10.6168 + ], + [ + "connect", + -10.6168 + ], + [ + "constitutional", + -10.6168 + ], + [ + "consumers", + -10.6168 + ], + [ + "define", + -10.6168 + ], + [ + "denied", + -10.6168 + ], + [ + "discover", + -10.6168 + ], + [ + "dust", + -10.6168 + ], + [ + "electrical", + -10.6168 + ], + [ + "engineer", + -10.6168 + ], + [ + "expecting", + -10.6168 + ], + [ + "extraordinary", + -10.6168 + ], + [ + "firms", + -10.6168 + ], + [ + "flower", + -10.6168 + ], + [ + "founder", + -10.6168 + ], + [ + "friendship", + -10.6168 + ], + [ + "glory", + -10.6168 + ], + [ + "graduate", + -10.6168 + ], + [ + "hopes", + -10.6168 + ], + [ + "instrument", + -10.6168 + ], + [ + "instruments", + -10.6168 + ], + [ + "interpretation", + -10.6168 + ], + [ + "introduce", + -10.6168 + ], + [ + "involvement", + -10.6168 + ], + [ + "involves", + -10.6168 + ], + [ + "killer", + -10.6168 + ], + [ + "loans", + -10.6168 + ], + [ + "locked", + -10.6168 + ], + [ + "masters", + -10.6168 + ], + [ + "mini", + -10.6168 + ], + [ + "morgan", + -10.6168 + ], + [ + "narrow", + -10.6168 + ], + [ + "odd", + -10.6168 + ], + [ + "oxford", + -10.6168 + ], + [ + "participation", + -10.6168 + ], + [ + "priority", + -10.6168 + ], + [ + "producer", + -10.6168 + ], + [ + "purchased", + -10.6168 + ], + [ + "pushed", + -10.6168 + ], + [ + "ratio", + -10.6168 + ], + [ + "resource", + -10.6168 + ], + [ + "retired", + -10.6168 + ], + [ + "satellite", + -10.6168 + ], + [ + "seed", + -10.6168 + ], + [ + "sudden", + -10.6168 + ], + [ + "sum", + -10.6168 + ], + [ + "supports", + -10.6168 + ], + [ + "surrounded", + -10.6168 + ], + [ + "survival", + -10.6168 + ], + [ + "sword", + -10.6168 + ], + [ + "targets", + -10.6168 + ], + [ + "thick", + -10.6168 + ], + [ + "thrown", + -10.6168 + ], + [ + "trail", + -10.6168 + ], + [ + "ugly", + -10.6168 + ], + [ + "ukraine", + -10.6168 + ], + [ + "valid", + -10.6168 + ], + [ + "vol", + -10.6168 + ], + [ + "wash", + -10.6168 + ], + [ + "wire", + -10.6168 + ], + [ + "000.00", + -10.6375 + ], + [ + "amazon", + -10.6375 + ], + [ + "angle", + -10.6375 + ], + [ + "anthony", + -10.6375 + ], + [ + "anxiety", + -10.6375 + ], + [ + "ap", + -10.6375 + ], + [ + "asleep", + -10.6375 + ], + [ + "bands", + -10.6375 + ], + [ + "cleaning", + -10.6375 + ], + [ + "confident", + -10.6375 + ], + [ + "cooperation", + -10.6375 + ], + [ + "corruption", + -10.6375 + ], + [ + "crack", + -10.6375 + ], + [ + "crap", + -10.6375 + ], + [ + "database", + -10.6375 + ], + [ + "dave", + -10.6375 + ], + [ + "der", + -10.6375 + ], + [ + "difficulty", + -10.6375 + ], + [ + "disaster", + -10.6375 + ], + [ + "dragon", + -10.6375 + ], + [ + "efficiency", + -10.6375 + ], + [ + "generated", + -10.6375 + ], + [ + "georgia", + -10.6375 + ], + [ + "hired", + -10.6375 + ], + [ + "honey", + -10.6375 + ], + [ + "hop", + -10.6375 + ], + [ + "humanity", + -10.6375 + ], + [ + "hunter", + -10.6375 + ], + [ + "infection", + -10.6375 + ], + [ + "intention", + -10.6375 + ], + [ + "johnny", + -10.6375 + ], + [ + "journalist", + -10.6375 + ], + [ + "jury", + -10.6375 + ], + [ + "laboratory", + -10.6375 + ], + [ + "landscape", + -10.6375 + ], + [ + "liquid", + -10.6375 + ], + [ + "lowest", + -10.6375 + ], + [ + "maria", + -10.6375 + ], + [ + "muslims", + -10.6375 + ], + [ + "occasionally", + -10.6375 + ], + [ + "occupied", + -10.6375 + ], + [ + "ohio", + -10.6375 + ], + [ + "parliamentary", + -10.6375 + ], + [ + "patterns", + -10.6375 + ], + [ + "preparation", + -10.6375 + ], + [ + "rapidly", + -10.6375 + ], + [ + "residence", + -10.6375 + ], + [ + "reveal", + -10.6375 + ], + [ + "rocks", + -10.6375 + ], + [ + "rugby", + -10.6375 + ], + [ + "savings", + -10.6375 + ], + [ + "serves", + -10.6375 + ], + [ + "sheet", + -10.6375 + ], + [ + "shell", + -10.6375 + ], + [ + "strip", + -10.6375 + ], + [ + "substance", + -10.6375 + ], + [ + "terrorist", + -10.6375 + ], + [ + "throwing", + -10.6375 + ], + [ + "titles", + -10.6375 + ], + [ + "twelve", + -10.6375 + ], + [ + "vessel", + -10.6375 + ], + [ + "ye", + -10.6375 + ], + [ + "yep", + -10.6375 + ], + [ + "answered", + -10.6628 + ], + [ + "assist", + -10.6628 + ], + [ + "bags", + -10.6628 + ], + [ + "bonus", + -10.6628 + ], + [ + "bro", + -10.6628 + ], + [ + "carolina", + -10.6628 + ], + [ + "charlie", + -10.6628 + ], + [ + "churches", + -10.6628 + ], + [ + "collect", + -10.6628 + ], + [ + "comic", + -10.6628 + ], + [ + "composed", + -10.6628 + ], + [ + "damaged", + -10.6628 + ], + [ + "designated", + -10.6628 + ], + [ + "desk", + -10.6628 + ], + [ + "diamond", + -10.6628 + ], + [ + "distributed", + -10.6628 + ], + [ + "divorce", + -10.6628 + ], + [ + "ears", + -10.6628 + ], + [ + "encouraged", + -10.6628 + ], + [ + "estimate", + -10.6628 + ], + [ + "experiment", + -10.6628 + ], + [ + "federation", + -10.6628 + ], + [ + "feedback", + -10.6628 + ], + [ + "figured", + -10.6628 + ], + [ + "gathered", + -10.6628 + ], + [ + "god's", + -10.6628 + ], + [ + "horror", + -10.6628 + ], + [ + "howard", + -10.6628 + ], + [ + "indonesia", + -10.6628 + ], + [ + "jay", + -10.6628 + ], + [ + "lab", + -10.6628 + ], + [ + "lately", + -10.6628 + ], + [ + "madrid", + -10.6628 + ], + [ + "managing", + -10.6628 + ], + [ + "math", + -10.6628 + ], + [ + "moreover", + -10.6628 + ], + [ + "nowhere", + -10.6628 + ], + [ + "one's", + -10.6628 + ], + [ + "ongoing", + -10.6628 + ], + [ + "p.m", + -10.6628 + ], + [ + "pa", + -10.6628 + ], + [ + "pan", + -10.6628 + ], + [ + "peoples", + -10.6628 + ], + [ + "pizza", + -10.6628 + ], + [ + "potentially", + -10.6628 + ], + [ + "pp", + -10.6628 + ], + [ + "producers", + -10.6628 + ], + [ + "protest", + -10.6628 + ], + [ + "punishment", + -10.6628 + ], + [ + "pushing", + -10.6628 + ], + [ + "readers", + -10.6628 + ], + [ + "rear", + -10.6628 + ], + [ + "refers", + -10.6628 + ], + [ + "removal", + -10.6628 + ], + [ + "rivers", + -10.6628 + ], + [ + "roger", + -10.6628 + ], + [ + "routine", + -10.6628 + ], + [ + "silly", + -10.6628 + ], + [ + "smooth", + -10.6628 + ], + [ + "spell", + -10.6628 + ], + [ + "stolen", + -10.6628 + ], + [ + "stops", + -10.6628 + ], + [ + "symbol", + -10.6628 + ], + [ + "vacation", + -10.6628 + ], + [ + "vessels", + -10.6628 + ], + [ + "virgin", + -10.6628 + ], + [ + "voices", + -10.6628 + ], + [ + "walker", + -10.6628 + ], + [ + "wounded", + -10.6628 + ], + [ + "accompanied", + -10.6844 + ], + [ + "actress", + -10.6844 + ], + [ + "aimed", + -10.6844 + ], + [ + "apparent", + -10.6844 + ], + [ + "asshole", + -10.6844 + ], + [ + "banned", + -10.6844 + ], + [ + "belt", + -10.6844 + ], + [ + "biological", + -10.6844 + ], + [ + "channels", + -10.6844 + ], + [ + "checking", + -10.6844 + ], + [ + "column", + -10.6844 + ], + [ + "commerce", + -10.6844 + ], + [ + "component", + -10.6844 + ], + [ + "composition", + -10.6844 + ], + [ + "congratulations", + -10.6844 + ], + [ + "conservation", + -10.6844 + ], + [ + "considerable", + -10.6844 + ], + [ + "contributions", + -10.6844 + ], + [ + "crystal", + -10.6844 + ], + [ + "cuts", + -10.6844 + ], + [ + "discrimination", + -10.6844 + ], + [ + "domain", + -10.6844 + ], + [ + "drove", + -10.6844 + ], + [ + "eh", + -10.6844 + ], + [ + "exit", + -10.6844 + ], + [ + "extend", + -10.6844 + ], + [ + "ft", + -10.6844 + ], + [ + "fuckin", + -10.6844 + ], + [ + "genetic", + -10.6844 + ], + [ + "genius", + -10.6844 + ], + [ + "gordon", + -10.6844 + ], + [ + "greatly", + -10.6844 + ], + [ + "greece", + -10.6844 + ], + [ + "idiot", + -10.6844 + ], + [ + "indicates", + -10.6844 + ], + [ + "initiative", + -10.6844 + ], + [ + "instructions", + -10.6844 + ], + [ + "intervention", + -10.6844 + ], + [ + "interviews", + -10.6844 + ], + [ + "journalists", + -10.6844 + ], + [ + "juice", + -10.6844 + ], + [ + "las", + -10.6844 + ], + [ + "lifetime", + -10.6844 + ], + [ + "literary", + -10.6844 + ], + [ + "log", + -10.6844 + ], + [ + "mechanism", + -10.6844 + ], + [ + "medal", + -10.6844 + ], + [ + "men's", + -10.6844 + ], + [ + "mothers", + -10.6844 + ], + [ + "nevertheless", + -10.6844 + ], + [ + "nurse", + -10.6844 + ], + [ + "phil", + -10.6844 + ], + [ + "physics", + -10.6844 + ], + [ + "pot", + -10.6844 + ], + [ + "regret", + -10.6844 + ], + [ + "repair", + -10.6844 + ], + [ + "resident", + -10.6844 + ], + [ + "responses", + -10.6844 + ], + [ + "revolutionary", + -10.6844 + ], + [ + "ross", + -10.6844 + ], + [ + "roughly", + -10.6844 + ], + [ + "shore", + -10.6844 + ], + [ + "signing", + -10.6844 + ], + [ + "sixth", + -10.6844 + ], + [ + "thou", + -10.6844 + ], + [ + "versions", + -10.6844 + ], + [ + "vietnam", + -10.6844 + ], + [ + "waves", + -10.6844 + ], + [ + "anne", + -10.7064 + ], + [ + "annoying", + -10.7064 + ], + [ + "arthur", + -10.7064 + ], + [ + "billy", + -10.7064 + ], + [ + "centers", + -10.7064 + ], + [ + "ceo", + -10.7064 + ], + [ + "collective", + -10.7064 + ], + [ + "compensation", + -10.7064 + ], + [ + "compete", + -10.7064 + ], + [ + "cops", + -10.7064 + ], + [ + "cricket", + -10.7064 + ], + [ + "crossed", + -10.7064 + ], + [ + "dallas", + -10.7064 + ], + [ + "deck", + -10.7064 + ], + [ + "deny", + -10.7064 + ], + [ + "dispute", + -10.7064 + ], + [ + "elite", + -10.7064 + ], + [ + "estimates", + -10.7064 + ], + [ + "fiction", + -10.7064 + ], + [ + "grass", + -10.7064 + ], + [ + "grave", + -10.7064 + ], + [ + "gym", + -10.7064 + ], + [ + "handling", + -10.7064 + ], + [ + "impression", + -10.7064 + ], + [ + "insane", + -10.7064 + ], + [ + "judgment", + -10.7064 + ], + [ + "knock", + -10.7064 + ], + [ + "lawrence", + -10.7064 + ], + [ + "lips", + -10.7064 + ], + [ + "matthew", + -10.7064 + ], + [ + "mechanical", + -10.7064 + ], + [ + "meets", + -10.7064 + ], + [ + "michigan", + -10.7064 + ], + [ + "min", + -10.7064 + ], + [ + "patrick", + -10.7064 + ], + [ + "pet", + -10.7064 + ], + [ + "porn", + -10.7064 + ], + [ + "precious", + -10.7064 + ], + [ + "preparing", + -10.7064 + ], + [ + "proceedings", + -10.7064 + ], + [ + "prominent", + -10.7064 + ], + [ + "races", + -10.7064 + ], + [ + "referring", + -10.7064 + ], + [ + "resort", + -10.7064 + ], + [ + "samples", + -10.7064 + ], + [ + "searching", + -10.7064 + ], + [ + "sexy", + -10.7064 + ], + [ + "shops", + -10.7064 + ], + [ + "similarly", + -10.7064 + ], + [ + "submitted", + -10.7064 + ], + [ + "suitable", + -10.7064 + ], + [ + "tail", + -10.7064 + ], + [ + "turkish", + -10.7064 + ], + [ + "uniform", + -10.7064 + ], + [ + "unions", + -10.7064 + ], + [ + "walter", + -10.7064 + ], + [ + "winners", + -10.7064 + ], + [ + "wolf", + -10.7064 + ], + [ + "000000", + -10.729 + ], + [ + "acceptable", + -10.729 + ], + [ + "adds", + -10.729 + ], + [ + "alert", + -10.729 + ], + [ + "ambassador", + -10.729 + ], + [ + "amongst", + -10.729 + ], + [ + "anna", + -10.729 + ], + [ + "attracted", + -10.729 + ], + [ + "awarded", + -10.729 + ], + [ + "bears", + -10.729 + ], + [ + "bid", + -10.729 + ], + [ + "borders", + -10.729 + ], + [ + "bull", + -10.729 + ], + [ + "cares", + -10.729 + ], + [ + "carter", + -10.729 + ], + [ + "categories", + -10.729 + ], + [ + "cm", + -10.729 + ], + [ + "coat", + -10.729 + ], + [ + "connections", + -10.729 + ], + [ + "consent", + -10.729 + ], + [ + "contribute", + -10.729 + ], + [ + "cop", + -10.729 + ], + [ + "courage", + -10.729 + ], + [ + "dated", + -10.729 + ], + [ + "dean", + -10.729 + ], + [ + "decent", + -10.729 + ], + [ + "defensive", + -10.729 + ], + [ + "derived", + -10.729 + ], + [ + "designs", + -10.729 + ], + [ + "difficulties", + -10.729 + ], + [ + "ease", + -10.729 + ], + [ + "emotions", + -10.729 + ], + [ + "engage", + -10.729 + ], + [ + "engines", + -10.729 + ], + [ + "enjoying", + -10.729 + ], + [ + "episodes", + -10.729 + ], + [ + "eve", + -10.729 + ], + [ + "expand", + -10.729 + ], + [ + "expenses", + -10.729 + ], + [ + "gifts", + -10.729 + ], + [ + "improving", + -10.729 + ], + [ + "intellectual", + -10.729 + ], + [ + "invite", + -10.729 + ], + [ + "involve", + -10.729 + ], + [ + "kit", + -10.729 + ], + [ + "memorial", + -10.729 + ], + [ + "mother's", + -10.729 + ], + [ + "municipal", + -10.729 + ], + [ + "pace", + -10.729 + ], + [ + "pen", + -10.729 + ], + [ + "printed", + -10.729 + ], + [ + "privacy", + -10.729 + ], + [ + "provincial", + -10.729 + ], + [ + "remind", + -10.729 + ], + [ + "reverse", + -10.729 + ], + [ + "roots", + -10.729 + ], + [ + "settle", + -10.729 + ], + [ + "shake", + -10.729 + ], + [ + "stability", + -10.729 + ], + [ + "threats", + -10.729 + ], + [ + "ward", + -10.729 + ], + [ + "wayne", + -10.729 + ], + [ + "whilst", + -10.729 + ], + [ + "writes", + -10.729 + ], + [ + "0.0.0", + -10.7521 + ], + [ + "5th", + -10.7521 + ], + [ + "addressed", + -10.7521 + ], + [ + "allen", + -10.7521 + ], + [ + "bones", + -10.7521 + ], + [ + "breast", + -10.7521 + ], + [ + "butter", + -10.7521 + ], + [ + "cited", + -10.7521 + ], + [ + "commit", + -10.7521 + ], + [ + "complaints", + -10.7521 + ], + [ + "comprehensive", + -10.7521 + ], + [ + "contrary", + -10.7521 + ], + [ + "discussions", + -10.7521 + ], + [ + "downtown", + -10.7521 + ], + [ + "dozen", + -10.7521 + ], + [ + "emperor", + -10.7521 + ], + [ + "existed", + -10.7521 + ], + [ + "fame", + -10.7521 + ], + [ + "fancy", + -10.7521 + ], + [ + "fewer", + -10.7521 + ], + [ + "fitness", + -10.7521 + ], + [ + "foster", + -10.7521 + ], + [ + "funeral", + -10.7521 + ], + [ + "genuine", + -10.7521 + ], + [ + "il", + -10.7521 + ], + [ + "inspiration", + -10.7521 + ], + [ + "kicked", + -10.7521 + ], + [ + "kills", + -10.7521 + ], + [ + "layer", + -10.7521 + ], + [ + "manual", + -10.7521 + ], + [ + "measured", + -10.7521 + ], + [ + "menu", + -10.7521 + ], + [ + "midnight", + -10.7521 + ], + [ + "netherlands", + -10.7521 + ], + [ + "ought", + -10.7521 + ], + [ + "painted", + -10.7521 + ], + [ + "partly", + -10.7521 + ], + [ + "polish", + -10.7521 + ], + [ + "preferred", + -10.7521 + ], + [ + "profits", + -10.7521 + ], + [ + "provisions", + -10.7521 + ], + [ + "punch", + -10.7521 + ], + [ + "reducing", + -10.7521 + ], + [ + "regarded", + -10.7521 + ], + [ + "remembered", + -10.7521 + ], + [ + "restaurants", + -10.7521 + ], + [ + "reward", + -10.7521 + ], + [ + "satisfied", + -10.7521 + ], + [ + "screaming", + -10.7521 + ], + [ + "separated", + -10.7521 + ], + [ + "sessions", + -10.7521 + ], + [ + "shaped", + -10.7521 + ], + [ + "situated", + -10.7521 + ], + [ + "submit", + -10.7521 + ], + [ + "sweden", + -10.7521 + ], + [ + "tables", + -10.7521 + ], + [ + "temperatures", + -10.7521 + ], + [ + "tennis", + -10.7521 + ], + [ + "trials", + -10.7521 + ], + [ + "ups", + -10.7521 + ], + [ + "vegas", + -10.7521 + ], + [ + "we'd", + -10.7521 + ], + [ + "ate", + -10.7758 + ], + [ + "automatic", + -10.7758 + ], + [ + "banking", + -10.7758 + ], + [ + "barcelona", + -10.7758 + ], + [ + "blues", + -10.7758 + ], + [ + "boom", + -10.7758 + ], + [ + "bruce", + -10.7758 + ], + [ + "burned", + -10.7758 + ], + [ + "cameron", + -10.7758 + ], + [ + "clark", + -10.7758 + ], + [ + "classical", + -10.7758 + ], + [ + "colleagues", + -10.7758 + ], + [ + "density", + -10.7758 + ], + [ + "designer", + -10.7758 + ], + [ + "determination", + -10.7758 + ], + [ + "devil", + -10.7758 + ], + [ + "disappeared", + -10.7758 + ], + [ + "dvd", + -10.7758 + ], + [ + "evaluation", + -10.7758 + ], + [ + "flights", + -10.7758 + ], + [ + "fortune", + -10.7758 + ], + [ + "framework", + -10.7758 + ], + [ + "frozen", + -10.7758 + ], + [ + "gary", + -10.7758 + ], + [ + "gates", + -10.7758 + ], + [ + "generations", + -10.7758 + ], + [ + "glasses", + -10.7758 + ], + [ + "guards", + -10.7758 + ], + [ + "hadn't", + -10.7758 + ], + [ + "heroes", + -10.7758 + ], + [ + "ian", + -10.7758 + ], + [ + "jeff", + -10.7758 + ], + [ + "jerusalem", + -10.7758 + ], + [ + "jonathan", + -10.7758 + ], + [ + "knee", + -10.7758 + ], + [ + "liberty", + -10.7758 + ], + [ + "mouse", + -10.7758 + ], + [ + "mutual", + -10.7758 + ], + [ + "painful", + -10.7758 + ], + [ + "parallel", + -10.7758 + ], + [ + "passage", + -10.7758 + ], + [ + "poland", + -10.7758 + ], + [ + "repeated", + -10.7758 + ], + [ + "robin", + -10.7758 + ], + [ + "ruling", + -10.7758 + ], + [ + "salary", + -10.7758 + ], + [ + "scary", + -10.7758 + ], + [ + "scope", + -10.7758 + ], + [ + "scoring", + -10.7758 + ], + [ + "sequence", + -10.7758 + ], + [ + "settings", + -10.7758 + ], + [ + "stones", + -10.7758 + ], + [ + "survived", + -10.7758 + ], + [ + "terminal", + -10.7758 + ], + [ + "theater", + -10.7758 + ], + [ + "touched", + -10.7758 + ], + [ + "transmission", + -10.7758 + ], + [ + "underground", + -10.7758 + ], + [ + "unlikely", + -10.7758 + ], + [ + "versus", + -10.7758 + ], + [ + "viewed", + -10.7758 + ], + [ + "virtual", + -10.7758 + ], + [ + "von", + -10.7758 + ], + [ + "wore", + -10.7758 + ], + [ + "yea", + -10.7758 + ], + [ + "affair", + -10.8 + ], + [ + "afghanistan", + -10.8 + ], + [ + "alarm", + -10.8 + ], + [ + "approaches", + -10.8 + ], + [ + "arrangement", + -10.8 + ], + [ + "associate", + -10.8 + ], + [ + "austin", + -10.8 + ], + [ + "awkward", + -10.8 + ], + [ + "bang", + -10.8 + ], + [ + "blocked", + -10.8 + ], + [ + "boards", + -10.8 + ], + [ + "boxes", + -10.8 + ], + [ + "burden", + -10.8 + ], + [ + "chelsea", + -10.8 + ], + [ + "coalition", + -10.8 + ], + [ + "couples", + -10.8 + ], + [ + "craft", + -10.8 + ], + [ + "crucial", + -10.8 + ], + [ + "dare", + -10.8 + ], + [ + "demonstrated", + -10.8 + ], + [ + "departure", + -10.8 + ], + [ + "dependent", + -10.8 + ], + [ + "dialogue", + -10.8 + ], + [ + "dynamic", + -10.8 + ], + [ + "electoral", + -10.8 + ], + [ + "equality", + -10.8 + ], + [ + "execution", + -10.8 + ], + [ + "expanded", + -10.8 + ], + [ + "fool", + -10.8 + ], + [ + "gene", + -10.8 + ], + [ + "goodbye", + -10.8 + ], + [ + "guidance", + -10.8 + ], + [ + "hire", + -10.8 + ], + [ + "houston", + -10.8 + ], + [ + "impressed", + -10.8 + ], + [ + "inches", + -10.8 + ], + [ + "jokes", + -10.8 + ], + [ + "larry", + -10.8 + ], + [ + "lyrics", + -10.8 + ], + [ + "metres", + -10.8 + ], + [ + "nigeria", + -10.8 + ], + [ + "nope", + -10.8 + ], + [ + "operated", + -10.8 + ], + [ + "operator", + -10.8 + ], + [ + "parks", + -10.8 + ], + [ + "photography", + -10.8 + ], + [ + "presentation", + -10.8 + ], + [ + "progressive", + -10.8 + ], + [ + "proportion", + -10.8 + ], + [ + "publishing", + -10.8 + ], + [ + "radiation", + -10.8 + ], + [ + "radical", + -10.8 + ], + [ + "restrictions", + -10.8 + ], + [ + "reveals", + -10.8 + ], + [ + "rob", + -10.8 + ], + [ + "ruled", + -10.8 + ], + [ + "sacrifice", + -10.8 + ], + [ + "spin", + -10.8 + ], + [ + "strategies", + -10.8 + ], + [ + "styles", + -10.8 + ], + [ + "subsequently", + -10.8 + ], + [ + "surveillance", + -10.8 + ], + [ + "tear", + -10.8 + ], + [ + "technologies", + -10.8 + ], + [ + "they'd", + -10.8 + ], + [ + "tiger", + -10.8 + ], + [ + "toilet", + -10.8 + ], + [ + "tourism", + -10.8 + ], + [ + "treasury", + -10.8 + ], + [ + "visits", + -10.8 + ], + [ + "wisdom", + -10.8 + ], + [ + "witnesses", + -10.8 + ], + [ + "year's", + -10.8 + ], + [ + "aggressive", + -10.8198 + ], + [ + "alleged", + -10.8198 + ], + [ + "allies", + -10.8198 + ], + [ + "angels", + -10.8198 + ], + [ + "arranged", + -10.8198 + ], + [ + "bench", + -10.8198 + ], + [ + "bloody", + -10.8198 + ], + [ + "boots", + -10.8198 + ], + [ + "bow", + -10.8198 + ], + [ + "broadcasting", + -10.8198 + ], + [ + "cant", + -10.8198 + ], + [ + "cape", + -10.8198 + ], + [ + "carrier", + -10.8198 + ], + [ + "colorado", + -10.8198 + ], + [ + "conventional", + -10.8198 + ], + [ + "custody", + -10.8198 + ], + [ + "darkness", + -10.8198 + ], + [ + "default", + -10.8198 + ], + [ + "delicious", + -10.8198 + ], + [ + "democrats", + -10.8198 + ], + [ + "disorder", + -10.8198 + ], + [ + "engagement", + -10.8198 + ], + [ + "engineers", + -10.8198 + ], + [ + "enormous", + -10.8198 + ], + [ + "equity", + -10.8198 + ], + [ + "errors", + -10.8198 + ], + [ + "fifty", + -10.8198 + ], + [ + "frequent", + -10.8198 + ], + [ + "furthermore", + -10.8198 + ], + [ + "harris", + -10.8198 + ], + [ + "holes", + -10.8198 + ], + [ + "hospitals", + -10.8198 + ], + [ + "indians", + -10.8198 + ], + [ + "innovation", + -10.8198 + ], + [ + "iphone", + -10.8198 + ], + [ + "kate", + -10.8198 + ], + [ + "legacy", + -10.8198 + ], + [ + "man's", + -10.8198 + ], + [ + "mars", + -10.8198 + ], + [ + "modified", + -10.8198 + ], + [ + "monitoring", + -10.8198 + ], + [ + "newspapers", + -10.8198 + ], + [ + "photographs", + -10.8198 + ], + [ + "pretend", + -10.8198 + ], + [ + "pulling", + -10.8198 + ], + [ + "ranked", + -10.8198 + ], + [ + "reader", + -10.8198 + ], + [ + "replied", + -10.8198 + ], + [ + "residential", + -10.8198 + ], + [ + "rio", + -10.8198 + ], + [ + "ruin", + -10.8198 + ], + [ + "russell", + -10.8198 + ], + [ + "se", + -10.8198 + ], + [ + "socialist", + -10.8198 + ], + [ + "steady", + -10.8198 + ], + [ + "stretch", + -10.8198 + ], + [ + "swing", + -10.8198 + ], + [ + "tanks", + -10.8198 + ], + [ + "throat", + -10.8198 + ], + [ + "ties", + -10.8198 + ], + [ + "twin", + -10.8198 + ], + [ + "villages", + -10.8198 + ], + [ + "voters", + -10.8198 + ], + [ + "acted", + -10.8451 + ], + [ + "agenda", + -10.8451 + ], + [ + "aids", + -10.8451 + ], + [ + "ali", + -10.8451 + ], + [ + "android", + -10.8451 + ], + [ + "announcement", + -10.8451 + ], + [ + "arena", + -10.8451 + ], + [ + "arrangements", + -10.8451 + ], + [ + "athletes", + -10.8451 + ], + [ + "aviation", + -10.8451 + ], + [ + "belgium", + -10.8451 + ], + [ + "beliefs", + -10.8451 + ], + [ + "belongs", + -10.8451 + ], + [ + "bite", + -10.8451 + ], + [ + "blast", + -10.8451 + ], + [ + "boats", + -10.8451 + ], + [ + "brave", + -10.8451 + ], + [ + "charter", + -10.8451 + ], + [ + "complaint", + -10.8451 + ], + [ + "copper", + -10.8451 + ], + [ + "cotton", + -10.8451 + ], + [ + "creates", + -10.8451 + ], + [ + "daddy", + -10.8451 + ], + [ + "daughters", + -10.8451 + ], + [ + "divine", + -10.8451 + ], + [ + "documentary", + -10.8451 + ], + [ + "dropping", + -10.8451 + ], + [ + "edited", + -10.8451 + ], + [ + "expense", + -10.8451 + ], + [ + "explore", + -10.8451 + ], + [ + "export", + -10.8451 + ], + [ + "forgive", + -10.8451 + ], + [ + "funded", + -10.8451 + ], + [ + "gains", + -10.8451 + ], + [ + "gathering", + -10.8451 + ], + [ + "grateful", + -10.8451 + ], + [ + "gulf", + -10.8451 + ], + [ + "hamilton", + -10.8451 + ], + [ + "hook", + -10.8451 + ], + [ + "hoped", + -10.8451 + ], + [ + "ignored", + -10.8451 + ], + [ + "inquiry", + -10.8451 + ], + [ + "instant", + -10.8451 + ], + [ + "integrated", + -10.8451 + ], + [ + "intent", + -10.8451 + ], + [ + "josh", + -10.8451 + ], + [ + "kentucky", + -10.8451 + ], + [ + "ltd", + -10.8451 + ], + [ + "makeup", + -10.8451 + ], + [ + "mill", + -10.8451 + ], + [ + "moderate", + -10.8451 + ], + [ + "overcome", + -10.8451 + ], + [ + "pension", + -10.8451 + ], + [ + "permit", + -10.8451 + ], + [ + "philadelphia", + -10.8451 + ], + [ + "philip", + -10.8451 + ], + [ + "phrase", + -10.8451 + ], + [ + "physically", + -10.8451 + ], + [ + "pregnancy", + -10.8451 + ], + [ + "proven", + -10.8451 + ], + [ + "provision", + -10.8451 + ], + [ + "psychological", + -10.8451 + ], + [ + "purple", + -10.8451 + ], + [ + "releases", + -10.8451 + ], + [ + "reliable", + -10.8451 + ], + [ + "rely", + -10.8451 + ], + [ + "responded", + -10.8451 + ], + [ + "rings", + -10.8451 + ], + [ + "sa", + -10.8451 + ], + [ + "script", + -10.8451 + ], + [ + "seal", + -10.8451 + ], + [ + "seattle", + -10.8451 + ], + [ + "sec", + -10.8451 + ], + [ + "souls", + -10.8451 + ], + [ + "succeed", + -10.8451 + ], + [ + "suggestions", + -10.8451 + ], + [ + "supplied", + -10.8451 + ], + [ + "suspended", + -10.8451 + ], + [ + "timing", + -10.8451 + ], + [ + "tourist", + -10.8451 + ], + [ + "trap", + -10.8451 + ], + [ + "trends", + -10.8451 + ], + [ + "unity", + -10.8451 + ], + [ + "volunteers", + -10.8451 + ], + [ + "vulnerable", + -10.8451 + ], + [ + "walks", + -10.8451 + ], + [ + "weed", + -10.8451 + ], + [ + "winds", + -10.8451 + ], + [ + "wooden", + -10.8451 + ], + [ + "a.m", + -10.8658 + ], + [ + "ads", + -10.8658 + ], + [ + "argentina", + -10.8658 + ], + [ + "arsenal", + -10.8658 + ], + [ + "artistic", + -10.8658 + ], + [ + "avenue", + -10.8658 + ], + [ + "bat", + -10.8658 + ], + [ + "beast", + -10.8658 + ], + [ + "blessed", + -10.8658 + ], + [ + "bonds", + -10.8658 + ], + [ + "boost", + -10.8658 + ], + [ + "branches", + -10.8658 + ], + [ + "breathing", + -10.8658 + ], + [ + "carries", + -10.8658 + ], + [ + "celebration", + -10.8658 + ], + [ + "civilian", + -10.8658 + ], + [ + "clay", + -10.8658 + ], + [ + "commonwealth", + -10.8658 + ], + [ + "company's", + -10.8658 + ], + [ + "continuous", + -10.8658 + ], + [ + "counts", + -10.8658 + ], + [ + "cure", + -10.8658 + ], + [ + "customs", + -10.8658 + ], + [ + "dawn", + -10.8658 + ], + [ + "delete", + -10.8658 + ], + [ + "desperate", + -10.8658 + ], + [ + "devoted", + -10.8658 + ], + [ + "distinct", + -10.8658 + ], + [ + "drops", + -10.8658 + ], + [ + "educated", + -10.8658 + ], + [ + "enable", + -10.8658 + ], + [ + "est", + -10.8658 + ], + [ + "euro", + -10.8658 + ], + [ + "featured", + -10.8658 + ], + [ + "flood", + -10.8658 + ], + [ + "gradually", + -10.8658 + ], + [ + "grain", + -10.8658 + ], + [ + "hardware", + -10.8658 + ], + [ + "healthcare", + -10.8658 + ], + [ + "immigrants", + -10.8658 + ], + [ + "imposed", + -10.8658 + ], + [ + "jacob", + -10.8658 + ], + [ + "jet", + -10.8658 + ], + [ + "justin", + -10.8658 + ], + [ + "lazy", + -10.8658 + ], + [ + "logo", + -10.8658 + ], + [ + "lonely", + -10.8658 + ], + [ + "mama", + -10.8658 + ], + [ + "marie", + -10.8658 + ], + [ + "melbourne", + -10.8658 + ], + [ + "nah", + -10.8658 + ], + [ + "nba", + -10.8658 + ], + [ + "occupation", + -10.8658 + ], + [ + "olympics", + -10.8658 + ], + [ + "opera", + -10.8658 + ], + [ + "oral", + -10.8658 + ], + [ + "peaceful", + -10.8658 + ], + [ + "petition", + -10.8658 + ], + [ + "piano", + -10.8658 + ], + [ + "pipe", + -10.8658 + ], + [ + "poet", + -10.8658 + ], + [ + "praise", + -10.8658 + ], + [ + "proceed", + -10.8658 + ], + [ + "protecting", + -10.8658 + ], + [ + "publications", + -10.8658 + ], + [ + "pursue", + -10.8658 + ], + [ + "racial", + -10.8658 + ], + [ + "reception", + -10.8658 + ], + [ + "recover", + -10.8658 + ], + [ + "remarkable", + -10.8658 + ], + [ + "rocket", + -10.8658 + ], + [ + "secrets", + -10.8658 + ], + [ + "seeds", + -10.8658 + ], + [ + "signals", + -10.8658 + ], + [ + "singapore", + -10.8658 + ], + [ + "slave", + -10.8658 + ], + [ + "sole", + -10.8658 + ], + [ + "spare", + -10.8658 + ], + [ + "spots", + -10.8658 + ], + [ + "tobacco", + -10.8658 + ], + [ + "tube", + -10.8658 + ], + [ + "uh", + -10.8658 + ], + [ + "updates", + -10.8658 + ], + [ + "vary", + -10.8658 + ], + [ + "wages", + -10.8658 + ], + [ + "wildlife", + -10.8658 + ], + [ + "wisconsin", + -10.8658 + ], + [ + "worship", + -10.8658 + ], + [ + "00k", + -10.8923 + ], + [ + "accounting", + -10.8923 + ], + [ + "anderson", + -10.8923 + ], + [ + "ann", + -10.8923 + ], + [ + "atlanta", + -10.8923 + ], + [ + "autumn", + -10.8923 + ], + [ + "breathe", + -10.8923 + ], + [ + "cameras", + -10.8923 + ], + [ + "claiming", + -10.8923 + ], + [ + "classification", + -10.8923 + ], + [ + "climb", + -10.8923 + ], + [ + "clinton", + -10.8923 + ], + [ + "constructed", + -10.8923 + ], + [ + "contents", + -10.8923 + ], + [ + "criteria", + -10.8923 + ], + [ + "dealt", + -10.8923 + ], + [ + "deserves", + -10.8923 + ], + [ + "detroit", + -10.8923 + ], + [ + "drag", + -10.8923 + ], + [ + "dual", + -10.8923 + ], + [ + "edit", + -10.8923 + ], + [ + "egyptian", + -10.8923 + ], + [ + "emerging", + -10.8923 + ], + [ + "encounter", + -10.8923 + ], + [ + "examine", + -10.8923 + ], + [ + "examined", + -10.8923 + ], + [ + "experimental", + -10.8923 + ], + [ + "fails", + -10.8923 + ], + [ + "feeding", + -10.8923 + ], + [ + "filter", + -10.8923 + ], + [ + "fiscal", + -10.8923 + ], + [ + "flesh", + -10.8923 + ], + [ + "followers", + -10.8923 + ], + [ + "functional", + -10.8923 + ], + [ + "furniture", + -10.8923 + ], + [ + "gather", + -10.8923 + ], + [ + "helicopter", + -10.8923 + ], + [ + "hiding", + -10.8923 + ], + [ + "hurts", + -10.8923 + ], + [ + "implementation", + -10.8923 + ], + [ + "influenced", + -10.8923 + ], + [ + "inhabitants", + -10.8923 + ], + [ + "intelligent", + -10.8923 + ], + [ + "invasion", + -10.8923 + ], + [ + "invest", + -10.8923 + ], + [ + "isolated", + -10.8923 + ], + [ + "jacket", + -10.8923 + ], + [ + "jealous", + -10.8923 + ], + [ + "landed", + -10.8923 + ], + [ + "leather", + -10.8923 + ], + [ + "legitimate", + -10.8923 + ], + [ + "luxury", + -10.8923 + ], + [ + "mercy", + -10.8923 + ], + [ + "meters", + -10.8923 + ], + [ + "mp", + -10.8923 + ], + [ + "nuts", + -10.8923 + ], + [ + "ny", + -10.8923 + ], + [ + "occasions", + -10.8923 + ], + [ + "oxygen", + -10.8923 + ], + [ + "pays", + -10.8923 + ], + [ + "pound", + -10.8923 + ], + [ + "productive", + -10.8923 + ], + [ + "psychology", + -10.8923 + ], + [ + "publicly", + -10.8923 + ], + [ + "quebec", + -10.8923 + ], + [ + "quest", + -10.8923 + ], + [ + "recovered", + -10.8923 + ], + [ + "relax", + -10.8923 + ], + [ + "reporter", + -10.8923 + ], + [ + "revenge", + -10.8923 + ], + [ + "ruined", + -10.8923 + ], + [ + "sacred", + -10.8923 + ], + [ + "sean", + -10.8923 + ], + [ + "shelter", + -10.8923 + ], + [ + "slide", + -10.8923 + ], + [ + "submission", + -10.8923 + ], + [ + "supporters", + -10.8923 + ], + [ + "tasks", + -10.8923 + ], + [ + "terrorism", + -10.8923 + ], + [ + "trains", + -10.8923 + ], + [ + "trans", + -10.8923 + ], + [ + "villa", + -10.8923 + ], + [ + "volunteer", + -10.8923 + ], + [ + "wherever", + -10.8923 + ], + [ + "widespread", + -10.8923 + ], + [ + "acquisition", + -10.9141 + ], + [ + "alien", + -10.9141 + ], + [ + "attempting", + -10.9141 + ], + [ + "attending", + -10.9141 + ], + [ + "bearing", + -10.9141 + ], + [ + "celebrated", + -10.9141 + ], + [ + "chemistry", + -10.9141 + ], + [ + "chip", + -10.9141 + ], + [ + "christianity", + -10.9141 + ], + [ + "collaboration", + -10.9141 + ], + [ + "con", + -10.9141 + ], + [ + "deeper", + -10.9141 + ], + [ + "departments", + -10.9141 + ], + [ + "developments", + -10.9141 + ], + [ + "discipline", + -10.9141 + ], + [ + "discount", + -10.9141 + ], + [ + "disney", + -10.9141 + ], + [ + "distinguished", + -10.9141 + ], + [ + "diversity", + -10.9141 + ], + [ + "emphasis", + -10.9141 + ], + [ + "epic", + -10.9141 + ], + [ + "fighter", + -10.9141 + ], + [ + "gardens", + -10.9141 + ], + [ + "germans", + -10.9141 + ], + [ + "guidelines", + -10.9141 + ], + [ + "huh", + -10.9141 + ], + [ + "identification", + -10.9141 + ], + [ + "inter", + -10.9141 + ], + [ + "kidding", + -10.9141 + ], + [ + "knight", + -10.9141 + ], + [ + "lion", + -10.9141 + ], + [ + "manufacturers", + -10.9141 + ], + [ + "montreal", + -10.9141 + ], + [ + "murdered", + -10.9141 + ], + [ + "palestinian", + -10.9141 + ], + [ + "permitted", + -10.9141 + ], + [ + "pole", + -10.9141 + ], + [ + "posting", + -10.9141 + ], + [ + "precisely", + -10.9141 + ], + [ + "premium", + -10.9141 + ], + [ + "printing", + -10.9141 + ], + [ + "quantity", + -10.9141 + ], + [ + "quarters", + -10.9141 + ], + [ + "requested", + -10.9141 + ], + [ + "restricted", + -10.9141 + ], + [ + "rick", + -10.9141 + ], + [ + "rounds", + -10.9141 + ], + [ + "shield", + -10.9141 + ], + [ + "someone's", + -10.9141 + ], + [ + "spaces", + -10.9141 + ], + [ + "succeeded", + -10.9141 + ], + [ + "surprising", + -10.9141 + ], + [ + "targeted", + -10.9141 + ], + [ + "topics", + -10.9141 + ], + [ + "um", + -10.9141 + ], + [ + "usage", + -10.9141 + ], + [ + "waited", + -10.9141 + ], + [ + "wider", + -10.9141 + ], + [ + "\u00e0", + -10.9141 + ], + [ + "0,000,000", + -10.9363 + ], + [ + "actively", + -10.9363 + ], + [ + "adapted", + -10.9363 + ], + [ + "adequate", + -10.9363 + ], + [ + "apps", + -10.9363 + ], + [ + "arizona", + -10.9363 + ], + [ + "bases", + -10.9363 + ], + [ + "beings", + -10.9363 + ], + [ + "boundaries", + -10.9363 + ], + [ + "butt", + -10.9363 + ], + [ + "checks", + -10.9363 + ], + [ + "classified", + -10.9363 + ], + [ + "colonial", + -10.9363 + ], + [ + "commons", + -10.9363 + ], + [ + "concepts", + -10.9363 + ], + [ + "conversion", + -10.9363 + ], + [ + "directions", + -10.9363 + ], + [ + "edinburgh", + -10.9363 + ], + [ + "employers", + -10.9363 + ], + [ + "equipped", + -10.9363 + ], + [ + "executed", + -10.9363 + ], + [ + "faculty", + -10.9363 + ], + [ + "failing", + -10.9363 + ], + [ + "farming", + -10.9363 + ], + [ + "fifa", + -10.9363 + ], + [ + "finishing", + -10.9363 + ], + [ + "firing", + -10.9363 + ], + [ + "gen", + -10.9363 + ], + [ + "grades", + -10.9363 + ], + [ + "gravity", + -10.9363 + ], + [ + "hilarious", + -10.9363 + ], + [ + "identical", + -10.9363 + ], + [ + "imperial", + -10.9363 + ], + [ + "indigenous", + -10.9363 + ], + [ + "integration", + -10.9363 + ], + [ + "investments", + -10.9363 + ], + [ + "it'd", + -10.9363 + ], + [ + "jurisdiction", + -10.9363 + ], + [ + "kennedy", + -10.9363 + ], + [ + "lakes", + -10.9363 + ], + [ + "laughed", + -10.9363 + ], + [ + "lifestyle", + -10.9363 + ], + [ + "lighting", + -10.9363 + ], + [ + "lincoln", + -10.9363 + ], + [ + "loaded", + -10.9363 + ], + [ + "lover", + -10.9363 + ], + [ + "mask", + -10.9363 + ], + [ + "mines", + -10.9363 + ], + [ + "performances", + -10.9363 + ], + [ + "pissed", + -10.9363 + ], + [ + "pleasant", + -10.9363 + ], + [ + "prevention", + -10.9363 + ], + [ + "promoting", + -10.9363 + ], + [ + "ranks", + -10.9363 + ], + [ + "reactions", + -10.9363 + ], + [ + "relating", + -10.9363 + ], + [ + "requirement", + -10.9363 + ], + [ + "separation", + -10.9363 + ], + [ + "seventh", + -10.9363 + ], + [ + "significance", + -10.9363 + ], + [ + "sized", + -10.9363 + ], + [ + "skip", + -10.9363 + ], + [ + "speakers", + -10.9363 + ], + [ + "specialist", + -10.9363 + ], + [ + "stats", + -10.9363 + ], + [ + "stopping", + -10.9363 + ], + [ + "strict", + -10.9363 + ], + [ + "suggesting", + -10.9363 + ], + [ + "thy", + -10.9363 + ], + [ + "translated", + -10.9363 + ], + [ + "tribute", + -10.9363 + ], + [ + "triple", + -10.9363 + ], + [ + "vancouver", + -10.9363 + ], + [ + "venture", + -10.9363 + ], + [ + "virtually", + -10.9363 + ], + [ + "worthy", + -10.9363 + ], + [ + "0.000", + -10.959 + ], + [ + "aaron", + -10.959 + ], + [ + "airlines", + -10.959 + ], + [ + "albert", + -10.959 + ], + [ + "alice", + -10.959 + ], + [ + "applies", + -10.959 + ], + [ + "arguing", + -10.959 + ], + [ + "au", + -10.959 + ], + [ + "barry", + -10.959 + ], + [ + "candy", + -10.959 + ], + [ + "choosing", + -10.959 + ], + [ + "coins", + -10.959 + ], + [ + "consciousness", + -10.959 + ], + [ + "consistently", + -10.959 + ], + [ + "controversy", + -10.959 + ], + [ + "conversations", + -10.959 + ], + [ + "convince", + -10.959 + ], + [ + "copyright", + -10.959 + ], + [ + "counting", + -10.959 + ], + [ + "creatures", + -10.959 + ], + [ + "decrease", + -10.959 + ], + [ + "defending", + -10.959 + ], + [ + "depend", + -10.959 + ], + [ + "describing", + -10.959 + ], + [ + "destination", + -10.959 + ], + [ + "diego", + -10.959 + ], + [ + "employer", + -10.959 + ], + [ + "excess", + -10.959 + ], + [ + "exclusively", + -10.959 + ], + [ + "father's", + -10.959 + ], + [ + "featuring", + -10.959 + ], + [ + "focusing", + -10.959 + ], + [ + "fraud", + -10.959 + ], + [ + "generate", + -10.959 + ], + [ + "gospel", + -10.959 + ], + [ + "graham", + -10.959 + ], + [ + "grandfather", + -10.959 + ], + [ + "guaranteed", + -10.959 + ], + [ + "improvements", + -10.959 + ], + [ + "incidents", + -10.959 + ], + [ + "interaction", + -10.959 + ], + [ + "investigations", + -10.959 + ], + [ + "jazz", + -10.959 + ], + [ + "jon", + -10.959 + ], + [ + "judicial", + -10.959 + ], + [ + "knocked", + -10.959 + ], + [ + "maintaining", + -10.959 + ], + [ + "males", + -10.959 + ], + [ + "mall", + -10.959 + ], + [ + "margin", + -10.959 + ], + [ + "mature", + -10.959 + ], + [ + "murray", + -10.959 + ], + [ + "neutral", + -10.959 + ], + [ + "oldest", + -10.959 + ], + [ + "overseas", + -10.959 + ], + [ + "perry", + -10.959 + ], + [ + "philippines", + -10.959 + ], + [ + "populations", + -10.959 + ], + [ + "professionals", + -10.959 + ], + [ + "promises", + -10.959 + ], + [ + "realise", + -10.959 + ], + [ + "reminds", + -10.959 + ], + [ + "republicans", + -10.959 + ], + [ + "requests", + -10.959 + ], + [ + "safely", + -10.959 + ], + [ + "screw", + -10.959 + ], + [ + "sept", + -10.959 + ], + [ + "signature", + -10.959 + ], + [ + "sooner", + -10.959 + ], + [ + "stem", + -10.959 + ], + [ + "stranger", + -10.959 + ], + [ + "strikes", + -10.959 + ], + [ + "stroke", + -10.959 + ], + [ + "tale", + -10.959 + ], + [ + "tissue", + -10.959 + ], + [ + "tokyo", + -10.959 + ], + [ + "transformation", + -10.959 + ], + [ + "traveling", + -10.959 + ], + [ + "underlying", + -10.959 + ], + [ + "unemployment", + -10.959 + ], + [ + "upcoming", + -10.959 + ], + [ + "veterans", + -10.959 + ], + [ + "volumes", + -10.959 + ], + [ + "wheels", + -10.959 + ], + [ + "worlds", + -10.959 + ], + [ + "worn", + -10.959 + ], + [ + "accuracy", + -10.9823 + ], + [ + "ai", + -10.9823 + ], + [ + "aims", + -10.9823 + ], + [ + "announce", + -10.9823 + ], + [ + "asset", + -10.9823 + ], + [ + "bacon", + -10.9823 + ], + [ + "bass", + -10.9823 + ], + [ + "beef", + -10.9823 + ], + [ + "briefly", + -10.9823 + ], + [ + "burns", + -10.9823 + ], + [ + "calculated", + -10.9823 + ], + [ + "celebrity", + -10.9823 + ], + [ + "chronic", + -10.9823 + ], + [ + "confusion", + -10.9823 + ], + [ + "converted", + -10.9823 + ], + [ + "corporations", + -10.9823 + ], + [ + "corresponding", + -10.9823 + ], + [ + "creator", + -10.9823 + ], + [ + "credits", + -10.9823 + ], + [ + "cried", + -10.9823 + ], + [ + "crop", + -10.9823 + ], + [ + "cultures", + -10.9823 + ], + [ + "declaration", + -10.9823 + ], + [ + "disabled", + -10.9823 + ], + [ + "diverse", + -10.9823 + ], + [ + "drives", + -10.9823 + ], + [ + "duck", + -10.9823 + ], + [ + "elementary", + -10.9823 + ], + [ + "er", + -10.9823 + ], + [ + "government's", + -10.9823 + ], + [ + "guardian", + -10.9823 + ], + [ + "hmm", + -10.9823 + ], + [ + "ho", + -10.9823 + ], + [ + "holidays", + -10.9823 + ], + [ + "hung", + -10.9823 + ], + [ + "icon", + -10.9823 + ], + [ + "incredibly", + -10.9823 + ], + [ + "investigate", + -10.9823 + ], + [ + "investors", + -10.9823 + ], + [ + "jerry", + -10.9823 + ], + [ + "listing", + -10.9823 + ], + [ + "loop", + -10.9823 + ], + [ + "malaysia", + -10.9823 + ], + [ + "missions", + -10.9823 + ], + [ + "motivation", + -10.9823 + ], + [ + "noble", + -10.9823 + ], + [ + "nursing", + -10.9823 + ], + [ + "operational", + -10.9823 + ], + [ + "opponent", + -10.9823 + ], + [ + "outer", + -10.9823 + ], + [ + "panic", + -10.9823 + ], + [ + "patent", + -10.9823 + ], + [ + "pic", + -10.9823 + ], + [ + "preliminary", + -10.9823 + ], + [ + "produces", + -10.9823 + ], + [ + "proposals", + -10.9823 + ], + [ + "provinces", + -10.9823 + ], + [ + "pump", + -10.9823 + ], + [ + "recommendations", + -10.9823 + ], + [ + "relate", + -10.9823 + ], + [ + "romance", + -10.9823 + ], + [ + "routes", + -10.9823 + ], + [ + "roy", + -10.9823 + ], + [ + "saudi", + -10.9823 + ], + [ + "secured", + -10.9823 + ], + [ + "segment", + -10.9823 + ], + [ + "si", + -10.9823 + ], + [ + "slip", + -10.9823 + ], + [ + "stressed", + -10.9823 + ], + [ + "structural", + -10.9823 + ], + [ + "suggestion", + -10.9823 + ], + [ + "sustained", + -10.9823 + ], + [ + "terror", + -10.9823 + ], + [ + "testimony", + -10.9823 + ], + [ + "thee", + -10.9823 + ], + [ + "tracking", + -10.9823 + ], + [ + "tune", + -10.9823 + ], + [ + "unnecessary", + -10.9823 + ], + [ + "utility", + -10.9823 + ], + [ + "websites", + -10.9823 + ], + [ + "wireless", + -10.9823 + ], + [ + "wound", + -10.9823 + ], + [ + "6th", + -11.0061 + ], + [ + "abc", + -11.0061 + ], + [ + "allah", + -11.0061 + ], + [ + "batman", + -11.0061 + ], + [ + "bitter", + -11.0061 + ], + [ + "calendar", + -11.0061 + ], + [ + "camps", + -11.0061 + ], + [ + "canal", + -11.0061 + ], + [ + "cargo", + -11.0061 + ], + [ + "carl", + -11.0061 + ], + [ + "coastal", + -11.0061 + ], + [ + "communicate", + -11.0061 + ], + [ + "complain", + -11.0061 + ], + [ + "cooper", + -11.0061 + ], + [ + "d.c", + -11.0061 + ], + [ + "danny", + -11.0061 + ], + [ + "declined", + -11.0061 + ], + [ + "demonstrate", + -11.0061 + ], + [ + "displayed", + -11.0061 + ], + [ + "districts", + -11.0061 + ], + [ + "dominant", + -11.0061 + ], + [ + "escaped", + -11.0061 + ], + [ + "everyone's", + -11.0061 + ], + [ + "explosion", + -11.0061 + ], + [ + "fa", + -11.0061 + ], + [ + "fever", + -11.0061 + ], + [ + "fi", + -11.0061 + ], + [ + "galaxy", + -11.0061 + ], + [ + "giants", + -11.0061 + ], + [ + "handled", + -11.0061 + ], + [ + "harmony", + -11.0061 + ], + [ + "highlights", + -11.0061 + ], + [ + "hosts", + -11.0061 + ], + [ + "hurry", + -11.0061 + ], + [ + "insight", + -11.0061 + ], + [ + "leo", + -11.0061 + ], + [ + "logical", + -11.0061 + ], + [ + "monetary", + -11.0061 + ], + [ + "moore", + -11.0061 + ], + [ + "oct", + -11.0061 + ], + [ + "opponents", + -11.0061 + ], + [ + "partial", + -11.0061 + ], + [ + "partially", + -11.0061 + ], + [ + "photograph", + -11.0061 + ], + [ + "poem", + -11.0061 + ], + [ + "pour", + -11.0061 + ], + [ + "preserve", + -11.0061 + ], + [ + "punk", + -11.0061 + ], + [ + "quoted", + -11.0061 + ], + [ + "refugees", + -11.0061 + ], + [ + "reserves", + -11.0061 + ], + [ + "restore", + -11.0061 + ], + [ + "ron", + -11.0061 + ], + [ + "rude", + -11.0061 + ], + [ + "sheep", + -11.0061 + ], + [ + "spectrum", + -11.0061 + ], + [ + "stays", + -11.0061 + ], + [ + "stewart", + -11.0061 + ], + [ + "suspected", + -11.0061 + ], + [ + "ted", + -11.0061 + ], + [ + "terry", + -11.0061 + ], + [ + "thompson", + -11.0061 + ], + [ + "torture", + -11.0061 + ], + [ + "toy", + -11.0061 + ], + [ + "trace", + -11.0061 + ], + [ + "trailer", + -11.0061 + ], + [ + "travelling", + -11.0061 + ], + [ + "tunnel", + -11.0061 + ], + [ + "useless", + -11.0061 + ], + [ + "warrant", + -11.0061 + ], + [ + "warriors", + -11.0061 + ], + [ + "xbox", + -11.0061 + ], + [ + "acceptance", + -11.0305 + ], + [ + "adams", + -11.0305 + ], + [ + "adopt", + -11.0305 + ], + [ + "alpha", + -11.0305 + ], + [ + "applying", + -11.0305 + ], + [ + "assuming", + -11.0305 + ], + [ + "attacking", + -11.0305 + ], + [ + "beaten", + -11.0305 + ], + [ + "bulk", + -11.0305 + ], + [ + "bullet", + -11.0305 + ], + [ + "cave", + -11.0305 + ], + [ + "collapse", + -11.0305 + ], + [ + "conviction", + -11.0305 + ], + [ + "corps", + -11.0305 + ], + [ + "counsel", + -11.0305 + ], + [ + "country's", + -11.0305 + ], + [ + "cuba", + -11.0305 + ], + [ + "differently", + -11.0305 + ], + [ + "dominated", + -11.0305 + ], + [ + "ethics", + -11.0305 + ], + [ + "faithful", + -11.0305 + ], + [ + "folk", + -11.0305 + ], + [ + "forming", + -11.0305 + ], + [ + "globe", + -11.0305 + ], + [ + "graphic", + -11.0305 + ], + [ + "habit", + -11.0305 + ], + [ + "healing", + -11.0305 + ], + [ + "hotels", + -11.0305 + ], + [ + "hunger", + -11.0305 + ], + [ + "implemented", + -11.0305 + ], + [ + "interface", + -11.0305 + ], + [ + "kansas", + -11.0305 + ], + [ + "legally", + -11.0305 + ], + [ + "lightning", + -11.0305 + ], + [ + "liver", + -11.0305 + ], + [ + "margaret", + -11.0305 + ], + [ + "marshall", + -11.0305 + ], + [ + "mi", + -11.0305 + ], + [ + "observation", + -11.0305 + ], + [ + "odds", + -11.0305 + ], + [ + "organ", + -11.0305 + ], + [ + "organisations", + -11.0305 + ], + [ + "outdoor", + -11.0305 + ], + [ + "pat", + -11.0305 + ], + [ + "patience", + -11.0305 + ], + [ + "perceived", + -11.0305 + ], + [ + "pin", + -11.0305 + ], + [ + "pit", + -11.0305 + ], + [ + "powder", + -11.0305 + ], + [ + "que", + -11.0305 + ], + [ + "radar", + -11.0305 + ], + [ + "rangers", + -11.0305 + ], + [ + "rated", + -11.0305 + ], + [ + "reflected", + -11.0305 + ], + [ + "reflection", + -11.0305 + ], + [ + "reforms", + -11.0305 + ], + [ + "saints", + -11.0305 + ], + [ + "scientist", + -11.0305 + ], + [ + "securities", + -11.0305 + ], + [ + "slight", + -11.0305 + ], + [ + "spider", + -11.0305 + ], + [ + "statistical", + -11.0305 + ], + [ + "stored", + -11.0305 + ], + [ + "suits", + -11.0305 + ], + [ + "tap", + -11.0305 + ], + [ + "tension", + -11.0305 + ], + [ + "territories", + -11.0305 + ], + [ + "thailand", + -11.0305 + ], + [ + "touching", + -11.0305 + ], + [ + "transactions", + -11.0305 + ], + [ + "trash", + -11.0305 + ], + [ + "treating", + -11.0305 + ], + [ + "trigger", + -11.0305 + ], + [ + "trips", + -11.0305 + ], + [ + "tropical", + -11.0305 + ], + [ + "weakness", + -11.0305 + ], + [ + "7th", + -11.0555 + ], + [ + "abilities", + -11.0555 + ], + [ + "advised", + -11.0555 + ], + [ + "appeals", + -11.0555 + ], + [ + "approaching", + -11.0555 + ], + [ + "artificial", + -11.0555 + ], + [ + "austria", + -11.0555 + ], + [ + "beneath", + -11.0555 + ], + [ + "beside", + -11.0555 + ], + [ + "bold", + -11.0555 + ], + [ + "brands", + -11.0555 + ], + [ + "bronze", + -11.0555 + ], + [ + "cinema", + -11.0555 + ], + [ + "cleared", + -11.0555 + ], + [ + "competing", + -11.0555 + ], + [ + "consequently", + -11.0555 + ], + [ + "corn", + -11.0555 + ], + [ + "costa", + -11.0555 + ], + [ + "creek", + -11.0555 + ], + [ + "deemed", + -11.0555 + ], + [ + "dig", + -11.0555 + ], + [ + "distant", + -11.0555 + ], + [ + "dose", + -11.0555 + ], + [ + "editing", + -11.0555 + ], + [ + "embassy", + -11.0555 + ], + [ + "emerged", + -11.0555 + ], + [ + "eternal", + -11.0555 + ], + [ + "exhibit", + -11.0555 + ], + [ + "fastest", + -11.0555 + ], + [ + "fm", + -11.0555 + ], + [ + "forty", + -11.0555 + ], + [ + "gorgeous", + -11.0555 + ], + [ + "grammar", + -11.0555 + ], + [ + "handsome", + -11.0555 + ], + [ + "harvard", + -11.0555 + ], + [ + "hitler", + -11.0555 + ], + [ + "imagination", + -11.0555 + ], + [ + "implications", + -11.0555 + ], + [ + "integrity", + -11.0555 + ], + [ + "jumped", + -11.0555 + ], + [ + "kenya", + -11.0555 + ], + [ + "lens", + -11.0555 + ], + [ + "li", + -11.0555 + ], + [ + "listened", + -11.0555 + ], + [ + "longest", + -11.0555 + ], + [ + "loyal", + -11.0555 + ], + [ + "loyalty", + -11.0555 + ], + [ + "mainstream", + -11.0555 + ], + [ + "makers", + -11.0555 + ], + [ + "mario", + -11.0555 + ], + [ + "naval", + -11.0555 + ], + [ + "neighbors", + -11.0555 + ], + [ + "northwest", + -11.0555 + ], + [ + "packed", + -11.0555 + ], + [ + "par", + -11.0555 + ], + [ + "pennsylvania", + -11.0555 + ], + [ + "phenomenon", + -11.0555 + ], + [ + "physician", + -11.0555 + ], + [ + "pierre", + -11.0555 + ], + [ + "portrait", + -11.0555 + ], + [ + "portugal", + -11.0555 + ], + [ + "prisoner", + -11.0555 + ], + [ + "regards", + -11.0555 + ], + [ + "relatives", + -11.0555 + ], + [ + "rubber", + -11.0555 + ], + [ + "scenario", + -11.0555 + ], + [ + "shed", + -11.0555 + ], + [ + "shorter", + -11.0555 + ], + [ + "societies", + -11.0555 + ], + [ + "sometime", + -11.0555 + ], + [ + "struggling", + -11.0555 + ], + [ + "susan", + -11.0555 + ], + [ + "syndrome", + -11.0555 + ], + [ + "themes", + -11.0555 + ], + [ + "transit", + -11.0555 + ], + [ + "ukrainian", + -11.0555 + ], + [ + "unexpected", + -11.0555 + ], + [ + "vertical", + -11.0555 + ], + [ + "\u00a9", + -11.0555 + ], + [ + "abortion", + -11.0747 + ], + [ + "accidentally", + -11.0747 + ], + [ + "approached", + -11.0747 + ], + [ + "arriving", + -11.0747 + ], + [ + "attract", + -11.0747 + ], + [ + "aunt", + -11.0747 + ], + [ + "backed", + -11.0747 + ], + [ + "bacteria", + -11.0747 + ], + [ + "barbara", + -11.0747 + ], + [ + "bobby", + -11.0747 + ], + [ + "bored", + -11.0747 + ], + [ + "brazilian", + -11.0747 + ], + [ + "brick", + -11.0747 + ], + [ + "bucks", + -11.0747 + ], + [ + "campbell", + -11.0747 + ], + [ + "cancelled", + -11.0747 + ], + [ + "caribbean", + -11.0747 + ], + [ + "cattle", + -11.0747 + ], + [ + "centres", + -11.0747 + ], + [ + "chef", + -11.0747 + ], + [ + "chile", + -11.0747 + ], + [ + "closest", + -11.0747 + ], + [ + "codes", + -11.0747 + ], + [ + "completion", + -11.0747 + ], + [ + "conclusions", + -11.0747 + ], + [ + "conflicts", + -11.0747 + ], + [ + "conscious", + -11.0747 + ], + [ + "controlling", + -11.0747 + ], + [ + "correctly", + -11.0747 + ], + [ + "diagnosis", + -11.0747 + ], + [ + "diplomatic", + -11.0747 + ], + [ + "douglas", + -11.0747 + ], + [ + "exercises", + -11.0747 + ], + [ + "farms", + -11.0747 + ], + [ + "fears", + -11.0747 + ], + [ + "flows", + -11.0747 + ], + [ + "fluid", + -11.0747 + ], + [ + "footage", + -11.0747 + ], + [ + "greg", + -11.0747 + ], + [ + "grows", + -11.0747 + ], + [ + "hated", + -11.0747 + ], + [ + "hiv", + -11.0747 + ], + [ + "hosted", + -11.0747 + ], + [ + "juan", + -11.0747 + ], + [ + "meals", + -11.0747 + ], + [ + "metro", + -11.0747 + ], + [ + "mounted", + -11.0747 + ], + [ + "narrative", + -11.0747 + ], + [ + "nasty", + -11.0747 + ], + [ + "nelson", + -11.0747 + ], + [ + "notion", + -11.0747 + ], + [ + "objectives", + -11.0747 + ], + [ + "offense", + -11.0747 + ], + [ + "oliver", + -11.0747 + ], + [ + "paintings", + -11.0747 + ], + [ + "palm", + -11.0747 + ], + [ + "paradise", + -11.0747 + ], + [ + "perception", + -11.0747 + ], + [ + "plates", + -11.0747 + ], + [ + "playoffs", + -11.0747 + ], + [ + "pointing", + -11.0747 + ], + [ + "poll", + -11.0747 + ], + [ + "pollution", + -11.0747 + ], + [ + "popularity", + -11.0747 + ], + [ + "pupils", + -11.0747 + ], + [ + "reaches", + -11.0747 + ], + [ + "reads", + -11.0747 + ], + [ + "registration", + -11.0747 + ], + [ + "remarks", + -11.0747 + ], + [ + "satisfaction", + -11.0747 + ], + [ + "sauce", + -11.0747 + ], + [ + "ski", + -11.0747 + ], + [ + "slept", + -11.0747 + ], + [ + "snake", + -11.0747 + ], + [ + "solely", + -11.0747 + ], + [ + "steven", + -11.0747 + ], + [ + "strictly", + -11.0747 + ], + [ + "striking", + -11.0747 + ], + [ + "suspension", + -11.0747 + ], + [ + "swedish", + -11.0747 + ], + [ + "talented", + -11.0747 + ], + [ + "taxi", + -11.0747 + ], + [ + "theories", + -11.0747 + ], + [ + "thereby", + -11.0747 + ], + [ + "threatening", + -11.0747 + ], + [ + "toys", + -11.0747 + ], + [ + "traditions", + -11.0747 + ], + [ + "ugh", + -11.0747 + ], + [ + "variable", + -11.0747 + ], + [ + "wealthy", + -11.0747 + ], + [ + "would've", + -11.0747 + ], + [ + "ac", + -11.1008 + ], + [ + "accomplished", + -11.1008 + ], + [ + "accordingly", + -11.1008 + ], + [ + "advantages", + -11.1008 + ], + [ + "advocate", + -11.1008 + ], + [ + "backing", + -11.1008 + ], + [ + "balanced", + -11.1008 + ], + [ + "beats", + -11.1008 + ], + [ + "blown", + -11.1008 + ], + [ + "campaigns", + -11.1008 + ], + [ + "challenging", + -11.1008 + ], + [ + "clever", + -11.1008 + ], + [ + "clouds", + -11.1008 + ], + [ + "colony", + -11.1008 + ], + [ + "consecutive", + -11.1008 + ], + [ + "conspiracy", + -11.1008 + ], + [ + "controversial", + -11.1008 + ], + [ + "convicted", + -11.1008 + ], + [ + "cookies", + -11.1008 + ], + [ + "crops", + -11.1008 + ], + [ + "cruise", + -11.1008 + ], + [ + "dec", + -11.1008 + ], + [ + "delayed", + -11.1008 + ], + [ + "desired", + -11.1008 + ], + [ + "detective", + -11.1008 + ], + [ + "developers", + -11.1008 + ], + [ + "discussing", + -11.1008 + ], + [ + "divisions", + -11.1008 + ], + [ + "earning", + -11.1008 + ], + [ + "earthquake", + -11.1008 + ], + [ + "eighth", + -11.1008 + ], + [ + "eligible", + -11.1008 + ], + [ + "establishing", + -11.1008 + ], + [ + "evans", + -11.1008 + ], + [ + "explaining", + -11.1008 + ], + [ + "fathers", + -11.1008 + ], + [ + "fbi", + -11.1008 + ], + [ + "fights", + -11.1008 + ], + [ + "fits", + -11.1008 + ], + [ + "flew", + -11.1008 + ], + [ + "forests", + -11.1008 + ], + [ + "formerly", + -11.1008 + ], + [ + "gaming", + -11.1008 + ], + [ + "garage", + -11.1008 + ], + [ + "gaza", + -11.1008 + ], + [ + "generous", + -11.1008 + ], + [ + "governing", + -11.1008 + ], + [ + "grid", + -11.1008 + ], + [ + "homeless", + -11.1008 + ], + [ + "hood", + -11.1008 + ], + [ + "indiana", + -11.1008 + ], + [ + "infected", + -11.1008 + ], + [ + "inspector", + -11.1008 + ], + [ + "instantly", + -11.1008 + ], + [ + "jumping", + -11.1008 + ], + [ + "knees", + -11.1008 + ], + [ + "laser", + -11.1008 + ], + [ + "laura", + -11.1008 + ], + [ + "lisa", + -11.1008 + ], + [ + "lt", + -11.1008 + ], + [ + "marijuana", + -11.1008 + ], + [ + "massachusetts", + -11.1008 + ], + [ + "measurement", + -11.1008 + ], + [ + "mitchell", + -11.1008 + ], + [ + "mortgage", + -11.1008 + ], + [ + "mps", + -11.1008 + ], + [ + "norway", + -11.1008 + ], + [ + "observations", + -11.1008 + ], + [ + "oriented", + -11.1008 + ], + [ + "oscar", + -11.1008 + ], + [ + "owns", + -11.1008 + ], + [ + "parker", + -11.1008 + ], + [ + "participated", + -11.1008 + ], + [ + "pie", + -11.1008 + ], + [ + "planes", + -11.1008 + ], + [ + "possibilities", + -11.1008 + ], + [ + "precise", + -11.1008 + ], + [ + "propaganda", + -11.1008 + ], + [ + "queensland", + -11.1008 + ], + [ + "racist", + -11.1008 + ], + [ + "rally", + -11.1008 + ], + [ + "ranging", + -11.1008 + ], + [ + "receives", + -11.1008 + ], + [ + "removing", + -11.1008 + ], + [ + "repeatedly", + -11.1008 + ], + [ + "requiring", + -11.1008 + ], + [ + "resolve", + -11.1008 + ], + [ + "restored", + -11.1008 + ], + [ + "retain", + -11.1008 + ], + [ + "revenues", + -11.1008 + ], + [ + "robot", + -11.1008 + ], + [ + "shocked", + -11.1008 + ], + [ + "sorts", + -11.1008 + ], + [ + "stocks", + -11.1008 + ], + [ + "stole", + -11.1008 + ], + [ + "suite", + -11.1008 + ], + [ + "syrian", + -11.1008 + ], + [ + "throne", + -11.1008 + ], + [ + "thunder", + -11.1008 + ], + [ + "ton", + -11.1008 + ], + [ + "tragedy", + -11.1008 + ], + [ + "transaction", + -11.1008 + ], + [ + "vi", + -11.1008 + ], + [ + "victor", + -11.1008 + ], + [ + "warned", + -11.1008 + ], + [ + "wells", + -11.1008 + ], + [ + "woke", + -11.1008 + ], + [ + "yield", + -11.1008 + ], + [ + "00pm", + -11.1209 + ], + [ + "accepting", + -11.1209 + ], + [ + "accessible", + -11.1209 + ], + [ + "activists", + -11.1209 + ], + [ + "adoption", + -11.1209 + ], + [ + "annually", + -11.1209 + ], + [ + "appreciated", + -11.1209 + ], + [ + "auction", + -11.1209 + ], + [ + "barrier", + -11.1209 + ], + [ + "beijing", + -11.1209 + ], + [ + "bin", + -11.1209 + ], + [ + "blowing", + -11.1209 + ], + [ + "ceiling", + -11.1209 + ], + [ + "cents", + -11.1209 + ], + [ + "chaos", + -11.1209 + ], + [ + "cheers", + -11.1209 + ], + [ + "chips", + -11.1209 + ], + [ + "christopher", + -11.1209 + ], + [ + "city's", + -11.1209 + ], + [ + "clinic", + -11.1209 + ], + [ + "collecting", + -11.1209 + ], + [ + "commentary", + -11.1209 + ], + [ + "compromise", + -11.1209 + ], + [ + "creature", + -11.1209 + ], + [ + "defeated", + -11.1209 + ], + [ + "delhi", + -11.1209 + ], + [ + "destiny", + -11.1209 + ], + [ + "diabetes", + -11.1209 + ], + [ + "dirt", + -11.1209 + ], + [ + "dismissed", + -11.1209 + ], + [ + "duration", + -11.1209 + ], + [ + "emma", + -11.1209 + ], + [ + "ep", + -11.1209 + ], + [ + "excessive", + -11.1209 + ], + [ + "expanding", + -11.1209 + ], + [ + "experiments", + -11.1209 + ], + [ + "exploration", + -11.1209 + ], + [ + "fighters", + -11.1209 + ], + [ + "filling", + -11.1209 + ], + [ + "floating", + -11.1209 + ], + [ + "forcing", + -11.1209 + ], + [ + "fred", + -11.1209 + ], + [ + "genre", + -11.1209 + ], + [ + "habits", + -11.1209 + ], + [ + "hammer", + -11.1209 + ], + [ + "hosting", + -11.1209 + ], + [ + "households", + -11.1209 + ], + [ + "illinois", + -11.1209 + ], + [ + "incorporated", + -11.1209 + ], + [ + "infinite", + -11.1209 + ], + [ + "ken", + -11.1209 + ], + [ + "kg", + -11.1209 + ], + [ + "khan", + -11.1209 + ], + [ + "laptop", + -11.1209 + ], + [ + "leaf", + -11.1209 + ], + [ + "lesser", + -11.1209 + ], + [ + "loads", + -11.1209 + ], + [ + "mediterranean", + -11.1209 + ], + [ + "miracle", + -11.1209 + ], + [ + "mixture", + -11.1209 + ], + [ + "mo", + -11.1209 + ], + [ + "nazi", + -11.1209 + ], + [ + "organised", + -11.1209 + ], + [ + "password", + -11.1209 + ], + [ + "pilots", + -11.1209 + ], + [ + "piss", + -11.1209 + ], + [ + "poster", + -11.1209 + ], + [ + "practically", + -11.1209 + ], + [ + "prayers", + -11.1209 + ], + [ + "priests", + -11.1209 + ], + [ + "productivity", + -11.1209 + ], + [ + "profession", + -11.1209 + ], + [ + "promoted", + -11.1209 + ], + [ + "protocol", + -11.1209 + ], + [ + "raid", + -11.1209 + ], + [ + "regulatory", + -11.1209 + ], + [ + "reign", + -11.1209 + ], + [ + "reminded", + -11.1209 + ], + [ + "revised", + -11.1209 + ], + [ + "rifle", + -11.1209 + ], + [ + "rip", + -11.1209 + ], + [ + "rival", + -11.1209 + ], + [ + "robinson", + -11.1209 + ], + [ + "rolled", + -11.1209 + ], + [ + "rolls", + -11.1209 + ], + [ + "samuel", + -11.1209 + ], + [ + "sentences", + -11.1209 + ], + [ + "servants", + -11.1209 + ], + [ + "simultaneously", + -11.1209 + ], + [ + "specified", + -11.1209 + ], + [ + "spy", + -11.1209 + ], + [ + "stealing", + -11.1209 + ], + [ + "substitute", + -11.1209 + ], + [ + "swift", + -11.1209 + ], + [ + "swim", + -11.1209 + ], + [ + "teen", + -11.1209 + ], + [ + "theft", + -11.1209 + ], + [ + "toxic", + -11.1209 + ], + [ + "trapped", + -11.1209 + ], + [ + "trucks", + -11.1209 + ], + [ + "twist", + -11.1209 + ], + [ + "urgent", + -11.1209 + ], + [ + "va", + -11.1209 + ], + [ + "wasted", + -11.1209 + ], + [ + "00m", + -11.1414 + ], + [ + "8th", + -11.1414 + ], + [ + "aboard", + -11.1414 + ], + [ + "acknowledged", + -11.1414 + ], + [ + "affects", + -11.1414 + ], + [ + "agreements", + -11.1414 + ], + [ + "associations", + -11.1414 + ], + [ + "attributed", + -11.1414 + ], + [ + "battles", + -11.1414 + ], + [ + "believing", + -11.1414 + ], + [ + "biology", + -11.1414 + ], + [ + "boundary", + -11.1414 + ], + [ + "boxing", + -11.1414 + ], + [ + "brooklyn", + -11.1414 + ], + [ + "brush", + -11.1414 + ], + [ + "brussels", + -11.1414 + ], + [ + "burst", + -11.1414 + ], + [ + "cabin", + -11.1414 + ], + [ + "casino", + -11.1414 + ], + [ + "certificate", + -11.1414 + ], + [ + "charlotte", + -11.1414 + ], + [ + "clip", + -11.1414 + ], + [ + "coaches", + -11.1414 + ], + [ + "cole", + -11.1414 + ], + [ + "colours", + -11.1414 + ], + [ + "compound", + -11.1414 + ], + [ + "consensus", + -11.1414 + ], + [ + "contacts", + -11.1414 + ], + [ + "continent", + -11.1414 + ], + [ + "controller", + -11.1414 + ], + [ + "decides", + -11.1414 + ], + [ + "deleted", + -11.1414 + ], + [ + "demanded", + -11.1414 + ], + [ + "deposit", + -11.1414 + ], + [ + "disgusting", + -11.1414 + ], + [ + "dish", + -11.1414 + ], + [ + "distinction", + -11.1414 + ], + [ + "eagles", + -11.1414 + ], + [ + "earl", + -11.1414 + ], + [ + "elderly", + -11.1414 + ], + [ + "emotion", + -11.1414 + ], + [ + "encouraging", + -11.1414 + ], + [ + "essay", + -11.1414 + ], + [ + "feb", + -11.1414 + ], + [ + "fifteen", + -11.1414 + ], + [ + "fires", + -11.1414 + ], + [ + "franklin", + -11.1414 + ], + [ + "helen", + -11.1414 + ], + [ + "humor", + -11.1414 + ], + [ + "implement", + -11.1414 + ], + [ + "inflation", + -11.1414 + ], + [ + "install", + -11.1414 + ], + [ + "invented", + -11.1414 + ], + [ + "jose", + -11.1414 + ], + [ + "justify", + -11.1414 + ], + [ + "laying", + -11.1414 + ], + [ + "lit", + -11.1414 + ], + [ + "maker", + -11.1414 + ], + [ + "marathon", + -11.1414 + ], + [ + "medication", + -11.1414 + ], + [ + "migration", + -11.1414 + ], + [ + "milan", + -11.1414 + ], + [ + "nov", + -11.1414 + ], + [ + "operators", + -11.1414 + ], + [ + "ours", + -11.1414 + ], + [ + "peer", + -11.1414 + ], + [ + "photographer", + -11.1414 + ], + [ + "qualify", + -11.1414 + ], + [ + "ratings", + -11.1414 + ], + [ + "realistic", + -11.1414 + ], + [ + "recipe", + -11.1414 + ], + [ + "reserved", + -11.1414 + ], + [ + "respected", + -11.1414 + ], + [ + "respective", + -11.1414 + ], + [ + "reviewed", + -11.1414 + ], + [ + "sandy", + -11.1414 + ], + [ + "sentenced", + -11.1414 + ], + [ + "servant", + -11.1414 + ], + [ + "shirts", + -11.1414 + ], + [ + "shoe", + -11.1414 + ], + [ + "sizes", + -11.1414 + ], + [ + "sony", + -11.1414 + ], + [ + "sue", + -11.1414 + ], + [ + "sustainable", + -11.1414 + ], + [ + "tl", + -11.1414 + ], + [ + "uncomfortable", + -11.1414 + ], + [ + "upgrade", + -11.1414 + ], + [ + "vincent", + -11.1414 + ], + [ + "violation", + -11.1414 + ], + [ + "warren", + -11.1414 + ], + [ + "warrior", + -11.1414 + ], + [ + "worries", + -11.1414 + ], + [ + "000th", + -11.1693 + ], + [ + "acknowledge", + -11.1693 + ], + [ + "anonymous", + -11.1693 + ], + [ + "antonio", + -11.1693 + ], + [ + "arrow", + -11.1693 + ], + [ + "assignment", + -11.1693 + ], + [ + "aw", + -11.1693 + ], + [ + "awake", + -11.1693 + ], + [ + "backup", + -11.1693 + ], + [ + "beloved", + -11.1693 + ], + [ + "benjamin", + -11.1693 + ], + [ + "bias", + -11.1693 + ], + [ + "bits", + -11.1693 + ], + [ + "bottles", + -11.1693 + ], + [ + "certified", + -11.1693 + ], + [ + "civilians", + -11.1693 + ], + [ + "cleveland", + -11.1693 + ], + [ + "clue", + -11.1693 + ], + [ + "coin", + -11.1693 + ], + [ + "collections", + -11.1693 + ], + [ + "consequence", + -11.1693 + ], + [ + "craig", + -11.1693 + ], + [ + "depressed", + -11.1693 + ], + [ + "dining", + -11.1693 + ], + [ + "dj", + -11.1693 + ], + [ + "earnings", + -11.1693 + ], + [ + "farmer", + -11.1693 + ], + [ + "gentleman", + -11.1693 + ], + [ + "glasgow", + -11.1693 + ], + [ + "goodness", + -11.1693 + ], + [ + "harper", + -11.1693 + ], + [ + "harsh", + -11.1693 + ], + [ + "holder", + -11.1693 + ], + [ + "horn", + -11.1693 + ], + [ + "instruction", + -11.1693 + ], + [ + "intensity", + -11.1693 + ], + [ + "invested", + -11.1693 + ], + [ + "invitation", + -11.1693 + ], + [ + "iranian", + -11.1693 + ], + [ + "jake", + -11.1693 + ], + [ + "lap", + -11.1693 + ], + [ + "lions", + -11.1693 + ], + [ + "manufacturer", + -11.1693 + ], + [ + "mere", + -11.1693 + ], + [ + "mg", + -11.1693 + ], + [ + "mysterious", + -11.1693 + ], + [ + "namely", + -11.1693 + ], + [ + "nova", + -11.1693 + ], + [ + "oregon", + -11.1693 + ], + [ + "orientation", + -11.1693 + ], + [ + "pairs", + -11.1693 + ], + [ + "paragraph", + -11.1693 + ], + [ + "portfolio", + -11.1693 + ], + [ + "preserved", + -11.1693 + ], + [ + "prevented", + -11.1693 + ], + [ + "programmes", + -11.1693 + ], + [ + "prosecution", + -11.1693 + ], + [ + "reflects", + -11.1693 + ], + [ + "resist", + -11.1693 + ], + [ + "resolved", + -11.1693 + ], + [ + "responsibilities", + -11.1693 + ], + [ + "seeks", + -11.1693 + ], + [ + "sends", + -11.1693 + ], + [ + "sheets", + -11.1693 + ], + [ + "shoulders", + -11.1693 + ], + [ + "sink", + -11.1693 + ], + [ + "soap", + -11.1693 + ], + [ + "spirits", + -11.1693 + ], + [ + "stairs", + -11.1693 + ], + [ + "stake", + -11.1693 + ], + [ + "stanley", + -11.1693 + ], + [ + "stepped", + -11.1693 + ], + [ + "surrender", + -11.1693 + ], + [ + "til", + -11.1693 + ], + [ + "ultra", + -11.1693 + ], + [ + "vegetables", + -11.1693 + ], + [ + "wtf", + -11.1693 + ], + [ + "0,0", + -11.1908 + ], + [ + "accidents", + -11.1908 + ], + [ + "achievements", + -11.1908 + ], + [ + "amy", + -11.1908 + ], + [ + "assumption", + -11.1908 + ], + [ + "baker", + -11.1908 + ], + [ + "beds", + -11.1908 + ], + [ + "blade", + -11.1908 + ], + [ + "bless", + -11.1908 + ], + [ + "breakdown", + -11.1908 + ], + [ + "breeding", + -11.1908 + ], + [ + "cancel", + -11.1908 + ], + [ + "caring", + -11.1908 + ], + [ + "catherine", + -11.1908 + ], + [ + "cc", + -11.1908 + ], + [ + "charm", + -11.1908 + ], + [ + "cheating", + -11.1908 + ], + [ + "cherry", + -11.1908 + ], + [ + "circles", + -11.1908 + ], + [ + "coaching", + -11.1908 + ], + [ + "colleges", + -11.1908 + ], + [ + "competitors", + -11.1908 + ], + [ + "convert", + -11.1908 + ], + [ + "crush", + -11.1908 + ], + [ + "curve", + -11.1908 + ], + [ + "dealer", + -11.1908 + ], + [ + "demanding", + -11.1908 + ], + [ + "den", + -11.1908 + ], + [ + "determining", + -11.1908 + ], + [ + "developer", + -11.1908 + ], + [ + "dishes", + -11.1908 + ], + [ + "earliest", + -11.1908 + ], + [ + "eaten", + -11.1908 + ], + [ + "eliminate", + -11.1908 + ], + [ + "enabled", + -11.1908 + ], + [ + "exports", + -11.1908 + ], + [ + "generic", + -11.1908 + ], + [ + "grants", + -11.1908 + ], + [ + "graphics", + -11.1908 + ], + [ + "habitat", + -11.1908 + ], + [ + "highlight", + -11.1908 + ], + [ + "import", + -11.1908 + ], + [ + "introducing", + -11.1908 + ], + [ + "inventory", + -11.1908 + ], + [ + "ip", + -11.1908 + ], + [ + "jamie", + -11.1908 + ], + [ + "jennifer", + -11.1908 + ], + [ + "jungle", + -11.1908 + ], + [ + "lasted", + -11.1908 + ], + [ + "lecture", + -11.1908 + ], + [ + "legendary", + -11.1908 + ], + [ + "liability", + -11.1908 + ], + [ + "limitations", + -11.1908 + ], + [ + "mathematics", + -11.1908 + ], + [ + "meaningful", + -11.1908 + ], + [ + "mentally", + -11.1908 + ], + [ + "mighty", + -11.1908 + ], + [ + "nerve", + -11.1908 + ], + [ + "nurses", + -11.1908 + ], + [ + "operates", + -11.1908 + ], + [ + "os", + -11.1908 + ], + [ + "participating", + -11.1908 + ], + [ + "picks", + -11.1908 + ], + [ + "pics", + -11.1908 + ], + [ + "placing", + -11.1908 + ], + [ + "presidency", + -11.1908 + ], + [ + "protective", + -11.1908 + ], + [ + "racism", + -11.1908 + ], + [ + "react", + -11.1908 + ], + [ + "restoration", + -11.1908 + ], + [ + "retained", + -11.1908 + ], + [ + "scholars", + -11.1908 + ], + [ + "shy", + -11.1908 + ], + [ + "skilled", + -11.1908 + ], + [ + "slavery", + -11.1908 + ], + [ + "slaves", + -11.1908 + ], + [ + "smiling", + -11.1908 + ], + [ + "strain", + -11.1908 + ], + [ + "strangers", + -11.1908 + ], + [ + "tends", + -11.1908 + ], + [ + "trusted", + -11.1908 + ], + [ + "twins", + -11.1908 + ], + [ + "unfair", + -11.1908 + ], + [ + "urge", + -11.1908 + ], + [ + "venue", + -11.1908 + ], + [ + "voluntary", + -11.1908 + ], + [ + "wright", + -11.1908 + ], + [ + "00.000", + -11.2128 + ], + [ + "acquire", + -11.2128 + ], + [ + "addresses", + -11.2128 + ], + [ + "advisory", + -11.2128 + ], + [ + "anime", + -11.2128 + ], + [ + "apologize", + -11.2128 + ], + [ + "ash", + -11.2128 + ], + [ + "baltimore", + -11.2128 + ], + [ + "barrel", + -11.2128 + ], + [ + "basin", + -11.2128 + ], + [ + "beta", + -11.2128 + ], + [ + "binding", + -11.2128 + ], + [ + "catching", + -11.2128 + ], + [ + "chancellor", + -11.2128 + ], + [ + "cheaper", + -11.2128 + ], + [ + "chemicals", + -11.2128 + ], + [ + "chiefs", + -11.2128 + ], + [ + "climbing", + -11.2128 + ], + [ + "convenient", + -11.2128 + ], + [ + "costume", + -11.2128 + ], + [ + "cruz", + -11.2128 + ], + [ + "demonstration", + -11.2128 + ], + [ + "derby", + -11.2128 + ], + [ + "dimensions", + -11.2128 + ], + [ + "disorders", + -11.2128 + ], + [ + "dragons", + -11.2128 + ], + [ + "eleven", + -11.2128 + ], + [ + "emissions", + -11.2128 + ], + [ + "endless", + -11.2128 + ], + [ + "excitement", + -11.2128 + ], + [ + "fence", + -11.2128 + ], + [ + "filming", + -11.2128 + ], + [ + "franchise", + -11.2128 + ], + [ + "geneva", + -11.2128 + ], + [ + "grandmother", + -11.2128 + ], + [ + "hd", + -11.2128 + ], + [ + "hiring", + -11.2128 + ], + [ + "immune", + -11.2128 + ], + [ + "indication", + -11.2128 + ], + [ + "ingredients", + -11.2128 + ], + [ + "invisible", + -11.2128 + ], + [ + "julia", + -11.2128 + ], + [ + "lasting", + -11.2128 + ], + [ + "lovers", + -11.2128 + ], + [ + "magical", + -11.2128 + ], + [ + "magnetic", + -11.2128 + ], + [ + "mar", + -11.2128 + ], + [ + "mechanisms", + -11.2128 + ], + [ + "medieval", + -11.2128 + ], + [ + "mills", + -11.2128 + ], + [ + "minimal", + -11.2128 + ], + [ + "missile", + -11.2128 + ], + [ + "motivated", + -11.2128 + ], + [ + "nail", + -11.2128 + ], + [ + "nathan", + -11.2128 + ], + [ + "nearest", + -11.2128 + ], + [ + "neil", + -11.2128 + ], + [ + "nightmare", + -11.2128 + ], + [ + "nominated", + -11.2128 + ], + [ + "obligation", + -11.2128 + ], + [ + "overview", + -11.2128 + ], + [ + "parade", + -11.2128 + ], + [ + "parameters", + -11.2128 + ], + [ + "patch", + -11.2128 + ], + [ + "pig", + -11.2128 + ], + [ + "preference", + -11.2128 + ], + [ + "privilege", + -11.2128 + ], + [ + "pub", + -11.2128 + ], + [ + "purely", + -11.2128 + ], + [ + "rage", + -11.2128 + ], + [ + "rat", + -11.2128 + ], + [ + "rocky", + -11.2128 + ], + [ + "screening", + -11.2128 + ], + [ + "severely", + -11.2128 + ], + [ + "sits", + -11.2128 + ], + [ + "snap", + -11.2128 + ], + [ + "spam", + -11.2128 + ], + [ + "sponsored", + -11.2128 + ], + [ + "staring", + -11.2128 + ], + [ + "stating", + -11.2128 + ], + [ + "sticks", + -11.2128 + ], + [ + "strongest", + -11.2128 + ], + [ + "tactics", + -11.2128 + ], + [ + "tigers", + -11.2128 + ], + [ + "traded", + -11.2128 + ], + [ + "treasure", + -11.2128 + ], + [ + "tribe", + -11.2128 + ], + [ + "valve", + -11.2128 + ], + [ + "verse", + -11.2128 + ], + [ + "viewers", + -11.2128 + ], + [ + "welsh", + -11.2128 + ], + [ + "wheat", + -11.2128 + ], + [ + "zones", + -11.2128 + ], + [ + "abstract", + -11.2353 + ], + [ + "accent", + -11.2353 + ], + [ + "adaptation", + -11.2353 + ], + [ + "adjusted", + -11.2353 + ], + [ + "affecting", + -11.2353 + ], + [ + "alabama", + -11.2353 + ], + [ + "alternate", + -11.2353 + ], + [ + "appreciation", + -11.2353 + ], + [ + "approve", + -11.2353 + ], + [ + "arc", + -11.2353 + ], + [ + "arctic", + -11.2353 + ], + [ + "attendance", + -11.2353 + ], + [ + "authorized", + -11.2353 + ], + [ + "blake", + -11.2353 + ], + [ + "bombs", + -11.2353 + ], + [ + "boot", + -11.2353 + ], + [ + "breach", + -11.2353 + ], + [ + "broader", + -11.2353 + ], + [ + "bug", + -11.2353 + ], + [ + "caps", + -11.2353 + ], + [ + "carlos", + -11.2353 + ], + [ + "chuck", + -11.2353 + ], + [ + "classroom", + -11.2353 + ], + [ + "combine", + -11.2353 + ], + [ + "commented", + -11.2353 + ], + [ + "comparable", + -11.2353 + ], + [ + "contributing", + -11.2353 + ], + [ + "courtesy", + -11.2353 + ], + [ + "criminals", + -11.2353 + ], + [ + "cruel", + -11.2353 + ], + [ + "disappear", + -11.2353 + ], + [ + "disk", + -11.2353 + ], + [ + "eddie", + -11.2353 + ], + [ + "entity", + -11.2353 + ], + [ + "ethical", + -11.2353 + ], + [ + "evolved", + -11.2353 + ], + [ + "exam", + -11.2353 + ], + [ + "fascinating", + -11.2353 + ], + [ + "fatal", + -11.2353 + ], + [ + "fled", + -11.2353 + ], + [ + "flexible", + -11.2353 + ], + [ + "forecast", + -11.2353 + ], + [ + "gaining", + -11.2353 + ], + [ + "guilt", + -11.2353 + ], + [ + "guinea", + -11.2353 + ], + [ + "harbour", + -11.2353 + ], + [ + "hawaii", + -11.2353 + ], + [ + "holland", + -11.2353 + ], + [ + "humanitarian", + -11.2353 + ], + [ + "humble", + -11.2353 + ], + [ + "inform", + -11.2353 + ], + [ + "insisted", + -11.2353 + ], + [ + "inspection", + -11.2353 + ], + [ + "jam", + -11.2353 + ], + [ + "jessica", + -11.2353 + ], + [ + "lease", + -11.2353 + ], + [ + "lebanon", + -11.2353 + ], + [ + "linux", + -11.2353 + ], + [ + "lung", + -11.2353 + ], + [ + "maryland", + -11.2353 + ], + [ + "measuring", + -11.2353 + ], + [ + "modest", + -11.2353 + ], + [ + "mt", + -11.2353 + ], + [ + "muscles", + -11.2353 + ], + [ + "norman", + -11.2353 + ], + [ + "notably", + -11.2353 + ], + [ + "observe", + -11.2353 + ], + [ + "owe", + -11.2353 + ], + [ + "patrol", + -11.2353 + ], + [ + "phoenix", + -11.2353 + ], + [ + "pose", + -11.2353 + ], + [ + "powered", + -11.2353 + ], + [ + "publisher", + -11.2353 + ], + [ + "pursuit", + -11.2353 + ], + [ + "quietly", + -11.2353 + ], + [ + "ram", + -11.2353 + ], + [ + "ranking", + -11.2353 + ], + [ + "rap", + -11.2353 + ], + [ + "recognised", + -11.2353 + ], + [ + "responding", + -11.2353 + ], + [ + "retreat", + -11.2353 + ], + [ + "rogers", + -11.2353 + ], + [ + "sandwich", + -11.2353 + ], + [ + "scream", + -11.2353 + ], + [ + "seized", + -11.2353 + ], + [ + "serial", + -11.2353 + ], + [ + "spreading", + -11.2353 + ], + [ + "stuart", + -11.2353 + ], + [ + "sunshine", + -11.2353 + ], + [ + "sweat", + -11.2353 + ], + [ + "th", + -11.2353 + ], + [ + "tho", + -11.2353 + ], + [ + "tommy", + -11.2353 + ], + [ + "tours", + -11.2353 + ], + [ + "tyler", + -11.2353 + ], + [ + "unto", + -11.2353 + ], + [ + "variations", + -11.2353 + ], + [ + "washing", + -11.2353 + ], + [ + "watson", + -11.2353 + ], + [ + "wondered", + -11.2353 + ], + [ + "wrap", + -11.2353 + ], + [ + "zoo", + -11.2353 + ], + [ + "accordance", + -11.2583 + ], + [ + "admission", + -11.2583 + ], + [ + "amateur", + -11.2583 + ], + [ + "appearing", + -11.2583 + ], + [ + "archives", + -11.2583 + ], + [ + "array", + -11.2583 + ], + [ + "assisted", + -11.2583 + ], + [ + "aug", + -11.2583 + ], + [ + "bare", + -11.2583 + ], + [ + "belonging", + -11.2583 + ], + [ + "blacks", + -11.2583 + ], + [ + "blank", + -11.2583 + ], + [ + "capabilities", + -11.2583 + ], + [ + "celebrating", + -11.2583 + ], + [ + "cia", + -11.2583 + ], + [ + "citizenship", + -11.2583 + ], + [ + "consisting", + -11.2583 + ], + [ + "couch", + -11.2583 + ], + [ + "cow", + -11.2583 + ], + [ + "cycling", + -11.2583 + ], + [ + "deadly", + -11.2583 + ], + [ + "defender", + -11.2583 + ], + [ + "denver", + -11.2583 + ], + [ + "detention", + -11.2583 + ], + [ + "diary", + -11.2583 + ], + [ + "didnt", + -11.2583 + ], + [ + "dignity", + -11.2583 + ], + [ + "disc", + -11.2583 + ], + [ + "donald", + -11.2583 + ], + [ + "dressing", + -11.2583 + ], + [ + "eagle", + -11.2583 + ], + [ + "electronics", + -11.2583 + ], + [ + "embarrassing", + -11.2583 + ], + [ + "finest", + -11.2583 + ], + [ + "fitted", + -11.2583 + ], + [ + "flies", + -11.2583 + ], + [ + "flip", + -11.2583 + ], + [ + "freak", + -11.2583 + ], + [ + "freely", + -11.2583 + ], + [ + "gm", + -11.2583 + ], + [ + "ham", + -11.2583 + ], + [ + "illustrated", + -11.2583 + ], + [ + "instances", + -11.2583 + ], + [ + "intend", + -11.2583 + ], + [ + "keith", + -11.2583 + ], + [ + "kent", + -11.2583 + ], + [ + "kicking", + -11.2583 + ], + [ + "layout", + -11.2583 + ], + [ + "lean", + -11.2583 + ], + [ + "legislature", + -11.2583 + ], + [ + "libraries", + -11.2583 + ], + [ + "lifted", + -11.2583 + ], + [ + "loses", + -11.2583 + ], + [ + "mercury", + -11.2583 + ], + [ + "merit", + -11.2583 + ], + [ + "metropolitan", + -11.2583 + ], + [ + "monkey", + -11.2583 + ], + [ + "morris", + -11.2583 + ], + [ + "noon", + -11.2583 + ], + [ + "nowadays", + -11.2583 + ], + [ + "offence", + -11.2583 + ], + [ + "origins", + -11.2583 + ], + [ + "outfit", + -11.2583 + ], + [ + "parish", + -11.2583 + ], + [ + "particles", + -11.2583 + ], + [ + "penis", + -11.2583 + ], + [ + "poems", + -11.2583 + ], + [ + "politician", + -11.2583 + ], + [ + "ports", + -11.2583 + ], + [ + "promising", + -11.2583 + ], + [ + "providers", + -11.2583 + ], + [ + "rebel", + -11.2583 + ], + [ + "renewed", + -11.2583 + ], + [ + "rep", + -11.2583 + ], + [ + "replacing", + -11.2583 + ], + [ + "rod", + -11.2583 + ], + [ + "runner", + -11.2583 + ], + [ + "sang", + -11.2583 + ], + [ + "separately", + -11.2583 + ], + [ + "sounded", + -11.2583 + ], + [ + "soup", + -11.2583 + ], + [ + "spite", + -11.2583 + ], + [ + "sporting", + -11.2583 + ], + [ + "spotted", + -11.2583 + ], + [ + "springs", + -11.2583 + ], + [ + "sri", + -11.2583 + ], + [ + "technological", + -11.2583 + ], + [ + "teenage", + -11.2583 + ], + [ + "territorial", + -11.2583 + ], + [ + "torn", + -11.2583 + ], + [ + "tourists", + -11.2583 + ], + [ + "transformed", + -11.2583 + ], + [ + "tribes", + -11.2583 + ], + [ + "trophy", + -11.2583 + ], + [ + "uncertainty", + -11.2583 + ], + [ + "understands", + -11.2583 + ], + [ + "variation", + -11.2583 + ], + [ + "varied", + -11.2583 + ], + [ + "vienna", + -11.2583 + ], + [ + "viewing", + -11.2583 + ], + [ + "workshop", + -11.2583 + ], + [ + "wrapped", + -11.2583 + ], + [ + "xi", + -11.2583 + ], + [ + "00am", + -11.2818 + ], + [ + "additionally", + -11.2818 + ], + [ + "albums", + -11.2818 + ], + [ + "anytime", + -11.2818 + ], + [ + "attraction", + -11.2818 + ], + [ + "avoided", + -11.2818 + ], + [ + "beans", + -11.2818 + ], + [ + "beard", + -11.2818 + ], + [ + "birmingham", + -11.2818 + ], + [ + "blessing", + -11.2818 + ], + [ + "blew", + -11.2818 + ], + [ + "bubble", + -11.2818 + ], + [ + "buffalo", + -11.2818 + ], + [ + "capitalism", + -11.2818 + ], + [ + "chill", + -11.2818 + ], + [ + "concentrate", + -11.2818 + ], + [ + "cooked", + -11.2818 + ], + [ + "dam", + -11.2818 + ], + [ + "damages", + -11.2818 + ], + [ + "deadline", + -11.2818 + ], + [ + "displays", + -11.2818 + ], + [ + "divide", + -11.2818 + ], + [ + "doc", + -11.2818 + ], + [ + "encountered", + -11.2818 + ], + [ + "fc", + -11.2818 + ], + [ + "fixing", + -11.2818 + ], + [ + "formally", + -11.2818 + ], + [ + "genes", + -11.2818 + ], + [ + "gentlemen", + -11.2818 + ], + [ + "hates", + -11.2818 + ], + [ + "heating", + -11.2818 + ], + [ + "hp", + -11.2818 + ], + [ + "hr", + -11.2818 + ], + [ + "indirect", + -11.2818 + ], + [ + "influential", + -11.2818 + ], + [ + "institutional", + -11.2818 + ], + [ + "interim", + -11.2818 + ], + [ + "justified", + -11.2818 + ], + [ + "keen", + -11.2818 + ], + [ + "labels", + -11.2818 + ], + [ + "lacking", + -11.2818 + ], + [ + "licensed", + -11.2818 + ], + [ + "madison", + -11.2818 + ], + [ + "majesty", + -11.2818 + ], + [ + "mason", + -11.2818 + ], + [ + "merchant", + -11.2818 + ], + [ + "minnesota", + -11.2818 + ], + [ + "mud", + -11.2818 + ], + [ + "nato", + -11.2818 + ], + [ + "nonsense", + -11.2818 + ], + [ + "occasional", + -11.2818 + ], + [ + "olive", + -11.2818 + ], + [ + "ottawa", + -11.2818 + ], + [ + "outta", + -11.2818 + ], + [ + "overnight", + -11.2818 + ], + [ + "palestine", + -11.2818 + ], + [ + "potter", + -11.2818 + ], + [ + "premiere", + -11.2818 + ], + [ + "pressing", + -11.2818 + ], + [ + "preventing", + -11.2818 + ], + [ + "rises", + -11.2818 + ], + [ + "roberts", + -11.2818 + ], + [ + "russians", + -11.2818 + ], + [ + "sadly", + -11.2818 + ], + [ + "scan", + -11.2818 + ], + [ + "sergeant", + -11.2818 + ], + [ + "shaw", + -11.2818 + ], + [ + "shine", + -11.2818 + ], + [ + "sins", + -11.2818 + ], + [ + "southeast", + -11.2818 + ], + [ + "spray", + -11.2818 + ], + [ + "switched", + -11.2818 + ], + [ + "technically", + -11.2818 + ], + [ + "thermal", + -11.2818 + ], + [ + "unfortunate", + -11.2818 + ], + [ + "unhappy", + -11.2818 + ], + [ + "visa", + -11.2818 + ], + [ + "wa", + -11.2818 + ], + [ + "wont", + -11.2818 + ], + [ + "worrying", + -11.2818 + ], + [ + "addiction", + -11.3059 + ], + [ + "adjacent", + -11.3059 + ], + [ + "adjust", + -11.3059 + ], + [ + "advances", + -11.3059 + ], + [ + "alike", + -11.3059 + ], + [ + "allied", + -11.3059 + ], + [ + "ally", + -11.3059 + ], + [ + "animation", + -11.3059 + ], + [ + "answering", + -11.3059 + ], + [ + "anticipated", + -11.3059 + ], + [ + "arrives", + -11.3059 + ], + [ + "attitudes", + -11.3059 + ], + [ + "avoiding", + -11.3059 + ], + [ + "ba", + -11.3059 + ], + [ + "basement", + -11.3059 + ], + [ + "beam", + -11.3059 + ], + [ + "belonged", + -11.3059 + ], + [ + "bernard", + -11.3059 + ], + [ + "bleeding", + -11.3059 + ], + [ + "bud", + -11.3059 + ], + [ + "cage", + -11.3059 + ], + [ + "cared", + -11.3059 + ], + [ + "cathedral", + -11.3059 + ], + [ + "cease", + -11.3059 + ], + [ + "chains", + -11.3059 + ], + [ + "challenged", + -11.3059 + ], + [ + "charging", + -11.3059 + ], + [ + "cliff", + -11.3059 + ], + [ + "closure", + -11.3059 + ], + [ + "companion", + -11.3059 + ], + [ + "comparing", + -11.3059 + ], + [ + "complaining", + -11.3059 + ], + [ + "complexity", + -11.3059 + ], + [ + "connecting", + -11.3059 + ], + [ + "consultant", + -11.3059 + ], + [ + "counted", + -11.3059 + ], + [ + "curriculum", + -11.3059 + ], + [ + "darling", + -11.3059 + ], + [ + "declare", + -11.3059 + ], + [ + "deficit", + -11.3059 + ], + [ + "deserved", + -11.3059 + ], + [ + "detected", + -11.3059 + ], + [ + "diameter", + -11.3059 + ], + [ + "disability", + -11.3059 + ], + [ + "draws", + -11.3059 + ], + [ + "easter", + -11.3059 + ], + [ + "editorial", + -11.3059 + ], + [ + "effectiveness", + -11.3059 + ], + [ + "elaborate", + -11.3059 + ], + [ + "elephant", + -11.3059 + ], + [ + "embrace", + -11.3059 + ], + [ + "emily", + -11.3059 + ], + [ + "expedition", + -11.3059 + ], + [ + "feminist", + -11.3059 + ], + [ + "flame", + -11.3059 + ], + [ + "freezing", + -11.3059 + ], + [ + "fruits", + -11.3059 + ], + [ + "gentle", + -11.3059 + ], + [ + "goin", + -11.3059 + ], + [ + "graph", + -11.3059 + ], + [ + "guided", + -11.3059 + ], + [ + "harvey", + -11.3059 + ], + [ + "heights", + -11.3059 + ], + [ + "hybrid", + -11.3059 + ], + [ + "indicating", + -11.3059 + ], + [ + "installation", + -11.3059 + ], + [ + "intensive", + -11.3059 + ], + [ + "intentions", + -11.3059 + ], + [ + "iowa", + -11.3059 + ], + [ + "laughter", + -11.3059 + ], + [ + "layers", + -11.3059 + ], + [ + "matching", + -11.3059 + ], + [ + "md", + -11.3059 + ], + [ + "micro", + -11.3059 + ], + [ + "minded", + -11.3059 + ], + [ + "musicians", + -11.3059 + ], + [ + "nancy", + -11.3059 + ], + [ + "nonetheless", + -11.3059 + ], + [ + "openly", + -11.3059 + ], + [ + "outcomes", + -11.3059 + ], + [ + "passport", + -11.3059 + ], + [ + "pepper", + -11.3059 + ], + [ + "pete", + -11.3059 + ], + [ + "politically", + -11.3059 + ], + [ + "potato", + -11.3059 + ], + [ + "predicted", + -11.3059 + ], + [ + "proceeds", + -11.3059 + ], + [ + "protests", + -11.3059 + ], + [ + "provider", + -11.3059 + ], + [ + "pussy", + -11.3059 + ], + [ + "rachel", + -11.3059 + ], + [ + "rational", + -11.3059 + ], + [ + "rats", + -11.3059 + ], + [ + "reasonably", + -11.3059 + ], + [ + "rebels", + -11.3059 + ], + [ + "resume", + -11.3059 + ], + [ + "rhythm", + -11.3059 + ], + [ + "riot", + -11.3059 + ], + [ + "safer", + -11.3059 + ], + [ + "sectors", + -11.3059 + ], + [ + "she'll", + -11.3059 + ], + [ + "sophisticated", + -11.3059 + ], + [ + "specialized", + -11.3059 + ], + [ + "statue", + -11.3059 + ], + [ + "sterling", + -11.3059 + ], + [ + "streaming", + -11.3059 + ], + [ + "streams", + -11.3059 + ], + [ + "stunning", + -11.3059 + ], + [ + "substances", + -11.3059 + ], + [ + "survivors", + -11.3059 + ], + [ + "suspicious", + -11.3059 + ], + [ + "symbols", + -11.3059 + ], + [ + "temporarily", + -11.3059 + ], + [ + "testament", + -11.3059 + ], + [ + "thai", + -11.3059 + ], + [ + "tolerance", + -11.3059 + ], + [ + "traditionally", + -11.3059 + ], + [ + "trauma", + -11.3059 + ], + [ + "tricks", + -11.3059 + ], + [ + "turner", + -11.3059 + ], + [ + "und", + -11.3059 + ], + [ + "unlimited", + -11.3059 + ], + [ + "where's", + -11.3059 + ], + [ + "withdrawal", + -11.3059 + ], + [ + "yup", + -11.3059 + ], + [ + "000m", + -11.3306 + ], + [ + "agrees", + -11.3306 + ], + [ + "altogether", + -11.3306 + ], + [ + "arise", + -11.3306 + ], + [ + "availability", + -11.3306 + ], + [ + "basket", + -11.3306 + ], + [ + "bend", + -11.3306 + ], + [ + "canon", + -11.3306 + ], + [ + "carpet", + -11.3306 + ], + [ + "casting", + -11.3306 + ], + [ + "cbs", + -11.3306 + ], + [ + "cf", + -11.3306 + ], + [ + "chambers", + -11.3306 + ], + [ + "chapel", + -11.3306 + ], + [ + "characterized", + -11.3306 + ], + [ + "charts", + -11.3306 + ], + [ + "chick", + -11.3306 + ], + [ + "cigarettes", + -11.3306 + ], + [ + "collins", + -11.3306 + ], + [ + "colored", + -11.3306 + ], + [ + "considerably", + -11.3306 + ], + [ + "cups", + -11.3306 + ], + [ + "curse", + -11.3306 + ], + [ + "czech", + -11.3306 + ], + [ + "deciding", + -11.3306 + ], + [ + "dimension", + -11.3306 + ], + [ + "elder", + -11.3306 + ], + [ + "eliminated", + -11.3306 + ], + [ + "enterprises", + -11.3306 + ], + [ + "evident", + -11.3306 + ], + [ + "excellence", + -11.3306 + ], + [ + "exhausted", + -11.3306 + ], + [ + "financing", + -11.3306 + ], + [ + "focuses", + -11.3306 + ], + [ + "freeze", + -11.3306 + ], + [ + "graduated", + -11.3306 + ], + [ + "grandma", + -11.3306 + ], + [ + "hatred", + -11.3306 + ], + [ + "haven", + -11.3306 + ], + [ + "ignorance", + -11.3306 + ], + [ + "independently", + -11.3306 + ], + [ + "inevitable", + -11.3306 + ], + [ + "influences", + -11.3306 + ], + [ + "initiated", + -11.3306 + ], + [ + "innovative", + -11.3306 + ], + [ + "interactions", + -11.3306 + ], + [ + "ion", + -11.3306 + ], + [ + "iraqi", + -11.3306 + ], + [ + "jeremy", + -11.3306 + ], + [ + "lip", + -11.3306 + ], + [ + "loading", + -11.3306 + ], + [ + "machinery", + -11.3306 + ], + [ + "manhattan", + -11.3306 + ], + [ + "masses", + -11.3306 + ], + [ + "mathematical", + -11.3306 + ], + [ + "mild", + -11.3306 + ], + [ + "mineral", + -11.3306 + ], + [ + "moses", + -11.3306 + ], + [ + "neighbor", + -11.3306 + ], + [ + "nutrition", + -11.3306 + ], + [ + "orbit", + -11.3306 + ], + [ + "orleans", + -11.3306 + ], + [ + "peninsula", + -11.3306 + ], + [ + "plug", + -11.3306 + ], + [ + "poison", + -11.3306 + ], + [ + "poorly", + -11.3306 + ], + [ + "portuguese", + -11.3306 + ], + [ + "pronounced", + -11.3306 + ], + [ + "prospect", + -11.3306 + ], + [ + "publish", + -11.3306 + ], + [ + "qualities", + -11.3306 + ], + [ + "railroad", + -11.3306 + ], + [ + "raises", + -11.3306 + ], + [ + "reconstruction", + -11.3306 + ], + [ + "reportedly", + -11.3306 + ], + [ + "rev", + -11.3306 + ], + [ + "rewards", + -11.3306 + ], + [ + "sealed", + -11.3306 + ], + [ + "selfish", + -11.3306 + ], + [ + "skull", + -11.3306 + ], + [ + "ss", + -11.3306 + ], + [ + "subtle", + -11.3306 + ], + [ + "sur", + -11.3306 + ], + [ + "surgeon", + -11.3306 + ], + [ + "terrorists", + -11.3306 + ], + [ + "tier", + -11.3306 + ], + [ + "toll", + -11.3306 + ], + [ + "tragic", + -11.3306 + ], + [ + "victorian", + -11.3306 + ], + [ + "vocal", + -11.3306 + ], + [ + "warner", + -11.3306 + ], + [ + "wasting", + -11.3306 + ], + [ + "wives", + -11.3306 + ], + [ + "woman's", + -11.3306 + ], + [ + "wounds", + -11.3306 + ], + [ + "000k", + -11.3559 + ], + [ + "acres", + -11.3559 + ], + [ + "affordable", + -11.3559 + ], + [ + "amsterdam", + -11.3559 + ], + [ + "arabia", + -11.3559 + ], + [ + "arabic", + -11.3559 + ], + [ + "axis", + -11.3559 + ], + [ + "babe", + -11.3559 + ], + [ + "backs", + -11.3559 + ], + [ + "breed", + -11.3559 + ], + [ + "casual", + -11.3559 + ], + [ + "census", + -11.3559 + ], + [ + "cigarette", + -11.3559 + ], + [ + "clause", + -11.3559 + ], + [ + "compounds", + -11.3559 + ], + [ + "condemned", + -11.3559 + ], + [ + "conducting", + -11.3559 + ], + [ + "constitute", + -11.3559 + ], + [ + "cope", + -11.3559 + ], + [ + "corners", + -11.3559 + ], + [ + "deer", + -11.3559 + ], + [ + "defenders", + -11.3559 + ], + [ + "delighted", + -11.3559 + ], + [ + "delta", + -11.3559 + ], + [ + "descent", + -11.3559 + ], + [ + "destroying", + -11.3559 + ], + [ + "detect", + -11.3559 + ], + [ + "diesel", + -11.3559 + ], + [ + "differ", + -11.3559 + ], + [ + "enhanced", + -11.3559 + ], + [ + "enters", + -11.3559 + ], + [ + "es", + -11.3559 + ], + [ + "exceptions", + -11.3559 + ], + [ + "glorious", + -11.3559 + ], + [ + "hostile", + -11.3559 + ], + [ + "hurting", + -11.3559 + ], + [ + "interactive", + -11.3559 + ], + [ + "intermediate", + -11.3559 + ], + [ + "jets", + -11.3559 + ], + [ + "judging", + -11.3559 + ], + [ + "keyboard", + -11.3559 + ], + [ + "legends", + -11.3559 + ], + [ + "licence", + -11.3559 + ], + [ + "lied", + -11.3559 + ], + [ + "linear", + -11.3559 + ], + [ + "locally", + -11.3559 + ], + [ + "magnificent", + -11.3559 + ], + [ + "mandatory", + -11.3559 + ], + [ + "manufactured", + -11.3559 + ], + [ + "maritime", + -11.3559 + ], + [ + "mentions", + -11.3559 + ], + [ + "miserable", + -11.3559 + ], + [ + "mississippi", + -11.3559 + ], + [ + "missouri", + -11.3559 + ], + [ + "monsters", + -11.3559 + ], + [ + "myth", + -11.3559 + ], + [ + "o'clock", + -11.3559 + ], + [ + "oklahoma", + -11.3559 + ], + [ + "organs", + -11.3559 + ], + [ + "pale", + -11.3559 + ], + [ + "pearl", + -11.3559 + ], + [ + "penalties", + -11.3559 + ], + [ + "permanently", + -11.3559 + ], + [ + "pile", + -11.3559 + ], + [ + "playoff", + -11.3559 + ], + [ + "potatoes", + -11.3559 + ], + [ + "presenting", + -11.3559 + ], + [ + "pressed", + -11.3559 + ], + [ + "publishers", + -11.3559 + ], + [ + "realised", + -11.3559 + ], + [ + "receiver", + -11.3559 + ], + [ + "recommendation", + -11.3559 + ], + [ + "reject", + -11.3559 + ], + [ + "reminder", + -11.3559 + ], + [ + "rotation", + -11.3559 + ], + [ + "ruins", + -11.3559 + ], + [ + "salad", + -11.3559 + ], + [ + "scandal", + -11.3559 + ], + [ + "sexually", + -11.3559 + ], + [ + "sierra", + -11.3559 + ], + [ + "slot", + -11.3559 + ], + [ + "solved", + -11.3559 + ], + [ + "static", + -11.3559 + ], + [ + "tablet", + -11.3559 + ], + [ + "tackle", + -11.3559 + ], + [ + "tales", + -11.3559 + ], + [ + "tattoo", + -11.3559 + ], + [ + "thread", + -11.3559 + ], + [ + "throws", + -11.3559 + ], + [ + "towers", + -11.3559 + ], + [ + "treatments", + -11.3559 + ], + [ + "wallet", + -11.3559 + ], + [ + "withdraw", + -11.3559 + ], + [ + "9th", + -11.3732 + ], + [ + "abandon", + -11.3732 + ], + [ + "abraham", + -11.3732 + ], + [ + "addressing", + -11.3732 + ], + [ + "advise", + -11.3732 + ], + [ + "alberta", + -11.3732 + ], + [ + "alternatives", + -11.3732 + ], + [ + "architect", + -11.3732 + ], + [ + "ashamed", + -11.3732 + ], + [ + "ashley", + -11.3732 + ], + [ + "assess", + -11.3732 + ], + [ + "associates", + -11.3732 + ], + [ + "batteries", + -11.3732 + ], + [ + "belly", + -11.3732 + ], + [ + "bombing", + -11.3732 + ], + [ + "bride", + -11.3732 + ], + [ + "bridges", + -11.3732 + ], + [ + "burnt", + -11.3732 + ], + [ + "chasing", + -11.3732 + ], + [ + "circulation", + -11.3732 + ], + [ + "cock", + -11.3732 + ], + [ + "coke", + -11.3732 + ], + [ + "colombia", + -11.3732 + ], + [ + "com", + -11.3732 + ], + [ + "comics", + -11.3732 + ], + [ + "considers", + -11.3732 + ], + [ + "corrupt", + -11.3732 + ], + [ + "delivering", + -11.3732 + ], + [ + "drum", + -11.3732 + ], + [ + "dublin", + -11.3732 + ], + [ + "expertise", + -11.3732 + ], + [ + "extending", + -11.3732 + ], + [ + "fabric", + -11.3732 + ], + [ + "fitting", + -11.3732 + ], + [ + "functioning", + -11.3732 + ], + [ + "garbage", + -11.3732 + ], + [ + "governance", + -11.3732 + ], + [ + "hardest", + -11.3732 + ], + [ + "historically", + -11.3732 + ], + [ + "hug", + -11.3732 + ], + [ + "intimate", + -11.3732 + ], + [ + "investigated", + -11.3732 + ], + [ + "isolation", + -11.3732 + ], + [ + "julie", + -11.3732 + ], + [ + "kyle", + -11.3732 + ], + [ + "laughs", + -11.3732 + ], + [ + "liberation", + -11.3732 + ], + [ + "lifting", + -11.3732 + ], + [ + "lords", + -11.3732 + ], + [ + "lucas", + -11.3732 + ], + [ + "magazines", + -11.3732 + ], + [ + "magnitude", + -11.3732 + ], + [ + "manufacture", + -11.3732 + ], + [ + "marc", + -11.3732 + ], + [ + "meantime", + -11.3732 + ], + [ + "michelle", + -11.3732 + ], + [ + "mixing", + -11.3732 + ], + [ + "mobility", + -11.3732 + ], + [ + "murphy", + -11.3732 + ], + [ + "nest", + -11.3732 + ], + [ + "netflix", + -11.3732 + ], + [ + "opposing", + -11.3732 + ], + [ + "outbreak", + -11.3732 + ], + [ + "passive", + -11.3732 + ], + [ + "paths", + -11.3732 + ], + [ + "penny", + -11.3732 + ], + [ + "petty", + -11.3732 + ], + [ + "physicians", + -11.3732 + ], + [ + "portal", + -11.3732 + ], + [ + "predict", + -11.3732 + ], + [ + "premises", + -11.3732 + ], + [ + "preservation", + -11.3732 + ], + [ + "priorities", + -11.3732 + ], + [ + "probability", + -11.3732 + ], + [ + "prophet", + -11.3732 + ], + [ + "quarterly", + -11.3732 + ], + [ + "questioned", + -11.3732 + ], + [ + "quotes", + -11.3732 + ], + [ + "replies", + -11.3732 + ], + [ + "savage", + -11.3732 + ], + [ + "schemes", + -11.3732 + ], + [ + "scratch", + -11.3732 + ], + [ + "shark", + -11.3732 + ], + [ + "sheriff", + -11.3732 + ], + [ + "smash", + -11.3732 + ], + [ + "speeds", + -11.3732 + ], + [ + "stamp", + -11.3732 + ], + [ + "subway", + -11.3732 + ], + [ + "suited", + -11.3732 + ], + [ + "tastes", + -11.3732 + ], + [ + "teens", + -11.3732 + ], + [ + "tent", + -11.3732 + ], + [ + "threshold", + -11.3732 + ], + [ + "tooth", + -11.3732 + ], + [ + "transform", + -11.3732 + ], + [ + "vacuum", + -11.3732 + ], + [ + "veteran", + -11.3732 + ], + [ + "warfare", + -11.3732 + ], + [ + "washed", + -11.3732 + ], + [ + "wears", + -11.3732 + ], + [ + "wicked", + -11.3732 + ], + [ + "ab", + -11.3996 + ], + [ + "ace", + -11.3996 + ], + [ + "acute", + -11.3996 + ], + [ + "administered", + -11.3996 + ], + [ + "alaska", + -11.3996 + ], + [ + "alter", + -11.3996 + ], + [ + "altitude", + -11.3996 + ], + [ + "appearances", + -11.3996 + ], + [ + "applicable", + -11.3996 + ], + [ + "assumptions", + -11.3996 + ], + [ + "assured", + -11.3996 + ], + [ + "authentic", + -11.3996 + ], + [ + "bee", + -11.3996 + ], + [ + "beneficial", + -11.3996 + ], + [ + "blocking", + -11.3996 + ], + [ + "brad", + -11.3996 + ], + [ + "btw", + -11.3996 + ], + [ + "cab", + -11.3996 + ], + [ + "carriers", + -11.3996 + ], + [ + "chapters", + -11.3996 + ], + [ + "characteristic", + -11.3996 + ], + [ + "charming", + -11.3996 + ], + [ + "civilization", + -11.3996 + ], + [ + "clearing", + -11.3996 + ], + [ + "committees", + -11.3996 + ], + [ + "completing", + -11.3996 + ], + [ + "computing", + -11.3996 + ], + [ + "conclude", + -11.3996 + ], + [ + "confirmation", + -11.3996 + ], + [ + "congressional", + -11.3996 + ], + [ + "cooling", + -11.3996 + ], + [ + "cos", + -11.3996 + ], + [ + "crashed", + -11.3996 + ], + [ + "ct", + -11.3996 + ], + [ + "decreased", + -11.3996 + ], + [ + "denmark", + -11.3996 + ], + [ + "dennis", + -11.3996 + ], + [ + "deployed", + -11.3996 + ], + [ + "detection", + -11.3996 + ], + [ + "doctrine", + -11.3996 + ], + [ + "economies", + -11.3996 + ], + [ + "engaging", + -11.3996 + ], + [ + "essence", + -11.3996 + ], + [ + "exploring", + -11.3996 + ], + [ + "facial", + -11.3996 + ], + [ + "fairy", + -11.3996 + ], + [ + "fold", + -11.3996 + ], + [ + "frustrated", + -11.3996 + ], + [ + "grip", + -11.3996 + ], + [ + "handful", + -11.3996 + ], + [ + "happily", + -11.3996 + ], + [ + "harbor", + -11.3996 + ], + [ + "harvest", + -11.3996 + ], + [ + "hull", + -11.3996 + ], + [ + "ignorant", + -11.3996 + ], + [ + "importantly", + -11.3996 + ], + [ + "incorrect", + -11.3996 + ], + [ + "insist", + -11.3996 + ], + [ + "interviewed", + -11.3996 + ], + [ + "invention", + -11.3996 + ], + [ + "jesse", + -11.3996 + ], + [ + "king's", + -11.3996 + ], + [ + "leak", + -11.3996 + ], + [ + "lighter", + -11.3996 + ], + [ + "linda", + -11.3996 + ], + [ + "marcus", + -11.3996 + ], + [ + "matrix", + -11.3996 + ], + [ + "measurements", + -11.3996 + ], + [ + "mechanics", + -11.3996 + ], + [ + "meter", + -11.3996 + ], + [ + "ne", + -11.3996 + ], + [ + "novels", + -11.3996 + ], + [ + "oak", + -11.3996 + ], + [ + "obligations", + -11.3996 + ], + [ + "ol", + -11.3996 + ], + [ + "outlook", + -11.3996 + ], + [ + "oven", + -11.3996 + ], + [ + "planted", + -11.3996 + ], + [ + "platforms", + -11.3996 + ], + [ + "qualifying", + -11.3996 + ], + [ + "ranges", + -11.3996 + ], + [ + "reasoning", + -11.3996 + ], + [ + "recalled", + -11.3996 + ], + [ + "releasing", + -11.3996 + ], + [ + "remainder", + -11.3996 + ], + [ + "reporters", + -11.3996 + ], + [ + "rope", + -11.3996 + ], + [ + "salvation", + -11.3996 + ], + [ + "scare", + -11.3996 + ], + [ + "scholarship", + -11.3996 + ], + [ + "shaking", + -11.3996 + ], + [ + "silk", + -11.3996 + ], + [ + "someday", + -11.3996 + ], + [ + "strengthen", + -11.3996 + ], + [ + "surprisingly", + -11.3996 + ], + [ + "te", + -11.3996 + ], + [ + "tender", + -11.3996 + ], + [ + "thumb", + -11.3996 + ], + [ + "tide", + -11.3996 + ], + [ + "timeline", + -11.3996 + ], + [ + "tremendous", + -11.3996 + ], + [ + "tribal", + -11.3996 + ], + [ + "urged", + -11.3996 + ], + [ + "utah", + -11.3996 + ], + [ + "venice", + -11.3996 + ], + [ + "witnessed", + -11.3996 + ], + [ + "activist", + -11.4176 + ], + [ + "administrator", + -11.4176 + ], + [ + "aka", + -11.4176 + ], + [ + "ambulance", + -11.4176 + ], + [ + "assure", + -11.4176 + ], + [ + "athens", + -11.4176 + ], + [ + "athlete", + -11.4176 + ], + [ + "blows", + -11.4176 + ], + [ + "booth", + -11.4176 + ], + [ + "butler", + -11.4176 + ], + [ + "capability", + -11.4176 + ], + [ + "cardinal", + -11.4176 + ], + [ + "chairs", + -11.4176 + ], + [ + "cognitive", + -11.4176 + ], + [ + "concentrated", + -11.4176 + ], + [ + "consist", + -11.4176 + ], + [ + "councils", + -11.4176 + ], + [ + "delays", + -11.4176 + ], + [ + "deliberately", + -11.4176 + ], + [ + "deposits", + -11.4176 + ], + [ + "discharge", + -11.4176 + ], + [ + "disposal", + -11.4176 + ], + [ + "documented", + -11.4176 + ], + [ + "drawings", + -11.4176 + ], + [ + "exceptional", + -11.4176 + ], + [ + "experiencing", + -11.4176 + ], + [ + "flames", + -11.4176 + ], + [ + "florence", + -11.4176 + ], + [ + "foul", + -11.4176 + ], + [ + "foundations", + -11.4176 + ], + [ + "heal", + -11.4176 + ], + [ + "horizon", + -11.4176 + ], + [ + "horizontal", + -11.4176 + ], + [ + "hub", + -11.4176 + ], + [ + "identifying", + -11.4176 + ], + [ + "imports", + -11.4176 + ], + [ + "inappropriate", + -11.4176 + ], + [ + "interference", + -11.4176 + ], + [ + "investing", + -11.4176 + ], + [ + "java", + -11.4176 + ], + [ + "jeans", + -11.4176 + ], + [ + "journalism", + -11.4176 + ], + [ + "karl", + -11.4176 + ], + [ + "lesbian", + -11.4176 + ], + [ + "lo", + -11.4176 + ], + [ + "lucy", + -11.4176 + ], + [ + "martial", + -11.4176 + ], + [ + "momentum", + -11.4176 + ], + [ + "museums", + -11.4176 + ], + [ + "nasa", + -11.4176 + ], + [ + "negotiate", + -11.4176 + ], + [ + "newcastle", + -11.4176 + ], + [ + "occurring", + -11.4176 + ], + [ + "optical", + -11.4176 + ], + [ + "ordering", + -11.4176 + ], + [ + "pal", + -11.4176 + ], + [ + "pathetic", + -11.4176 + ], + [ + "person's", + -11.4176 + ], + [ + "pills", + -11.4176 + ], + [ + "poker", + -11.4176 + ], + [ + "pr", + -11.4176 + ], + [ + "propose", + -11.4176 + ], + [ + "purchasing", + -11.4176 + ], + [ + "ralph", + -11.4176 + ], + [ + "recipients", + -11.4176 + ], + [ + "richmond", + -11.4176 + ], + [ + "satisfy", + -11.4176 + ], + [ + "shanghai", + -11.4176 + ], + [ + "struggles", + -11.4176 + ], + [ + "tennessee", + -11.4176 + ], + [ + "theoretical", + -11.4176 + ], + [ + "thoroughly", + -11.4176 + ], + [ + "todd", + -11.4176 + ], + [ + "travelled", + -11.4176 + ], + [ + "trunk", + -11.4176 + ], + [ + "valued", + -11.4176 + ], + [ + "warehouse", + -11.4176 + ], + [ + "warming", + -11.4176 + ], + [ + "watches", + -11.4176 + ], + [ + "welcomed", + -11.4176 + ], + [ + "witch", + -11.4176 + ], + [ + "yoga", + -11.4176 + ], + [ + "youngest", + -11.4176 + ], + [ + "abu", + -11.4453 + ], + [ + "accommodation", + -11.4453 + ], + [ + "accomplish", + -11.4453 + ], + [ + "achieving", + -11.4453 + ], + [ + "adjustment", + -11.4453 + ], + [ + "aging", + -11.4453 + ], + [ + "airports", + -11.4453 + ], + [ + "america's", + -11.4453 + ], + [ + "anxious", + -11.4453 + ], + [ + "appendix", + -11.4453 + ], + [ + "athletic", + -11.4453 + ], + [ + "backwards", + -11.4453 + ], + [ + "bailey", + -11.4453 + ], + [ + "beg", + -11.4453 + ], + [ + "behave", + -11.4453 + ], + [ + "bio", + -11.4453 + ], + [ + "blanket", + -11.4453 + ], + [ + "bout", + -11.4453 + ], + [ + "brains", + -11.4453 + ], + [ + "cafe", + -11.4453 + ], + [ + "cheer", + -11.4453 + ], + [ + "compact", + -11.4453 + ], + [ + "compliance", + -11.4453 + ], + [ + "continental", + -11.4453 + ], + [ + "creepy", + -11.4453 + ], + [ + "cult", + -11.4453 + ], + [ + "dame", + -11.4453 + ], + [ + "dental", + -11.4453 + ], + [ + "designers", + -11.4453 + ], + [ + "dictionary", + -11.4453 + ], + [ + "disputes", + -11.4453 + ], + [ + "dive", + -11.4453 + ], + [ + "doll", + -11.4453 + ], + [ + "donations", + -11.4453 + ], + [ + "dozens", + -11.4453 + ], + [ + "dynamics", + -11.4453 + ], + [ + "ego", + -11.4453 + ], + [ + "elevated", + -11.4453 + ], + [ + "enhance", + -11.4453 + ], + [ + "entries", + -11.4453 + ], + [ + "equation", + -11.4453 + ], + [ + "expenditure", + -11.4453 + ], + [ + "explicitly", + -11.4453 + ], + [ + "feared", + -11.4453 + ], + [ + "ferry", + -11.4453 + ], + [ + "floors", + -11.4453 + ], + [ + "founding", + -11.4453 + ], + [ + "fr", + -11.4453 + ], + [ + "gdp", + -11.4453 + ], + [ + "geographic", + -11.4453 + ], + [ + "gps", + -11.4453 + ], + [ + "graduation", + -11.4453 + ], + [ + "halfway", + -11.4453 + ], + [ + "harrison", + -11.4453 + ], + [ + "heated", + -11.4453 + ], + [ + "hint", + -11.4453 + ], + [ + "holmes", + -11.4453 + ], + [ + "hughes", + -11.4453 + ], + [ + "hurricane", + -11.4453 + ], + [ + "impose", + -11.4453 + ], + [ + "ink", + -11.4453 + ], + [ + "investigating", + -11.4453 + ], + [ + "isis", + -11.4453 + ], + [ + "karen", + -11.4453 + ], + [ + "knights", + -11.4453 + ], + [ + "lamb", + -11.4453 + ], + [ + "lemon", + -11.4453 + ], + [ + "likewise", + -11.4453 + ], + [ + "ll", + -11.4453 + ], + [ + "luis", + -11.4453 + ], + [ + "metals", + -11.4453 + ], + [ + "mob", + -11.4453 + ], + [ + "molecular", + -11.4453 + ], + [ + "nephew", + -11.4453 + ], + [ + "ninth", + -11.4453 + ], + [ + "notable", + -11.4453 + ], + [ + "noting", + -11.4453 + ], + [ + "panels", + -11.4453 + ], + [ + "passionate", + -11.4453 + ], + [ + "pastor", + -11.4453 + ], + [ + "pine", + -11.4453 + ], + [ + "pockets", + -11.4453 + ], + [ + "pricing", + -11.4453 + ], + [ + "proves", + -11.4453 + ], + [ + "punished", + -11.4453 + ], + [ + "purchases", + -11.4453 + ], + [ + "questioning", + -11.4453 + ], + [ + "rabbit", + -11.4453 + ], + [ + "remix", + -11.4453 + ], + [ + "resigned", + -11.4453 + ], + [ + "ripped", + -11.4453 + ], + [ + "sail", + -11.4453 + ], + [ + "sailing", + -11.4453 + ], + [ + "saves", + -11.4453 + ], + [ + "seemingly", + -11.4453 + ], + [ + "senators", + -11.4453 + ], + [ + "shitty", + -11.4453 + ], + [ + "shocking", + -11.4453 + ], + [ + "shout", + -11.4453 + ], + [ + "smells", + -11.4453 + ], + [ + "sovereign", + -11.4453 + ], + [ + "spectacular", + -11.4453 + ], + [ + "spencer", + -11.4453 + ], + [ + "strings", + -11.4453 + ], + [ + "surfaces", + -11.4453 + ], + [ + "surplus", + -11.4453 + ], + [ + "teenager", + -11.4453 + ], + [ + "tel", + -11.4453 + ], + [ + "tendency", + -11.4453 + ], + [ + "variables", + -11.4453 + ], + [ + "ve", + -11.4453 + ], + [ + "widow", + -11.4453 + ], + [ + "width", + -11.4453 + ], + [ + "\u00ae", + -11.4453 + ], + [ + "accurately", + -11.4641 + ], + [ + "adventures", + -11.4641 + ], + [ + "ahh", + -11.4641 + ], + [ + "altered", + -11.4641 + ], + [ + "ambitious", + -11.4641 + ], + [ + "argues", + -11.4641 + ], + [ + "atomic", + -11.4641 + ], + [ + "banner", + -11.4641 + ], + [ + "brooks", + -11.4641 + ], + [ + "browser", + -11.4641 + ], + [ + "brutal", + -11.4641 + ], + [ + "bucket", + -11.4641 + ], + [ + "burger", + -11.4641 + ], + [ + "buses", + -11.4641 + ], + [ + "bust", + -11.4641 + ], + [ + "cartoon", + -11.4641 + ], + [ + "caution", + -11.4641 + ], + [ + "championships", + -11.4641 + ], + [ + "chin", + -11.4641 + ], + [ + "clan", + -11.4641 + ], + [ + "clicking", + -11.4641 + ], + [ + "commissioned", + -11.4641 + ], + [ + "configuration", + -11.4641 + ], + [ + "considerations", + -11.4641 + ], + [ + "console", + -11.4641 + ], + [ + "consulting", + -11.4641 + ], + [ + "coup", + -11.4641 + ], + [ + "creativity", + -11.4641 + ], + [ + "dairy", + -11.4641 + ], + [ + "defended", + -11.4641 + ], + [ + "defining", + -11.4641 + ], + [ + "disturbing", + -11.4641 + ], + [ + "diving", + -11.4641 + ], + [ + "doesnt", + -11.4641 + ], + [ + "dot", + -11.4641 + ], + [ + "drill", + -11.4641 + ], + [ + "duncan", + -11.4641 + ], + [ + "dylan", + -11.4641 + ], + [ + "ellen", + -11.4641 + ], + [ + "environments", + -11.4641 + ], + [ + "euros", + -11.4641 + ], + [ + "extends", + -11.4641 + ], + [ + "feast", + -11.4641 + ], + [ + "firmly", + -11.4641 + ], + [ + "forbidden", + -11.4641 + ], + [ + "freaking", + -11.4641 + ], + [ + "fried", + -11.4641 + ], + [ + "guides", + -11.4641 + ], + [ + "han", + -11.4641 + ], + [ + "happier", + -11.4641 + ], + [ + "homework", + -11.4641 + ], + [ + "ignoring", + -11.4641 + ], + [ + "imagined", + -11.4641 + ], + [ + "implies", + -11.4641 + ], + [ + "imported", + -11.4641 + ], + [ + "interpreted", + -11.4641 + ], + [ + "ive", + -11.4641 + ], + [ + "judged", + -11.4641 + ], + [ + "keeper", + -11.4641 + ], + [ + "kicks", + -11.4641 + ], + [ + "kidney", + -11.4641 + ], + [ + "ladder", + -11.4641 + ], + [ + "liquor", + -11.4641 + ], + [ + "lloyd", + -11.4641 + ], + [ + "lobby", + -11.4641 + ], + [ + "mice", + -11.4641 + ], + [ + "motorcycle", + -11.4641 + ], + [ + "necessity", + -11.4641 + ], + [ + "nicholas", + -11.4641 + ], + [ + "nomination", + -11.4641 + ], + [ + "overwhelming", + -11.4641 + ], + [ + "perfection", + -11.4641 + ], + [ + "placement", + -11.4641 + ], + [ + "polar", + -11.4641 + ], + [ + "presumably", + -11.4641 + ], + [ + "prof", + -11.4641 + ], + [ + "prospects", + -11.4641 + ], + [ + "prosperity", + -11.4641 + ], + [ + "proteins", + -11.4641 + ], + [ + "ps", + -11.4641 + ], + [ + "quantities", + -11.4641 + ], + [ + "quantum", + -11.4641 + ], + [ + "rainbow", + -11.4641 + ], + [ + "raped", + -11.4641 + ], + [ + "rays", + -11.4641 + ], + [ + "realm", + -11.4641 + ], + [ + "rebellion", + -11.4641 + ], + [ + "reed", + -11.4641 + ], + [ + "religions", + -11.4641 + ], + [ + "ridge", + -11.4641 + ], + [ + "rs", + -11.4641 + ], + [ + "secretly", + -11.4641 + ], + [ + "sells", + -11.4641 + ], + [ + "shade", + -11.4641 + ], + [ + "shadows", + -11.4641 + ], + [ + "shallow", + -11.4641 + ], + [ + "should've", + -11.4641 + ], + [ + "southwest", + -11.4641 + ], + [ + "speculation", + -11.4641 + ], + [ + "succession", + -11.4641 + ], + [ + "successor", + -11.4641 + ], + [ + "surveys", + -11.4641 + ], + [ + "suspicion", + -11.4641 + ], + [ + "ta", + -11.4641 + ], + [ + "tab", + -11.4641 + ], + [ + "taiwan", + -11.4641 + ], + [ + "team's", + -11.4641 + ], + [ + "toe", + -11.4641 + ], + [ + "traveled", + -11.4641 + ], + [ + "travels", + -11.4641 + ], + [ + "triumph", + -11.4641 + ], + [ + "tweeted", + -11.4641 + ], + [ + "unbelievable", + -11.4641 + ], + [ + "underneath", + -11.4641 + ], + [ + "varies", + -11.4641 + ], + [ + "viral", + -11.4641 + ], + [ + "visitor", + -11.4641 + ], + [ + "vitamin", + -11.4641 + ], + [ + "warn", + -11.4641 + ], + [ + "wished", + -11.4641 + ], + [ + "yang", + -11.4641 + ], + [ + "\u2122", + -11.4641 + ], + [ + "accommodate", + -11.4931 + ], + [ + "activated", + -11.4931 + ], + [ + "apartments", + -11.4931 + ], + [ + "arrange", + -11.4931 + ], + [ + "audiences", + -11.4931 + ], + [ + "barriers", + -11.4931 + ], + [ + "borrow", + -11.4931 + ], + [ + "buck", + -11.4931 + ], + [ + "buzz", + -11.4931 + ], + [ + "cal", + -11.4931 + ], + [ + "cannon", + -11.4931 + ], + [ + "careers", + -11.4931 + ], + [ + "celebrities", + -11.4931 + ], + [ + "cheat", + -11.4931 + ], + [ + "civic", + -11.4931 + ], + [ + "clarke", + -11.4931 + ], + [ + "clerk", + -11.4931 + ], + [ + "closet", + -11.4931 + ], + [ + "colin", + -11.4931 + ], + [ + "columns", + -11.4931 + ], + [ + "concerts", + -11.4931 + ], + [ + "conferences", + -11.4931 + ], + [ + "conscience", + -11.4931 + ], + [ + "conservatives", + -11.4931 + ], + [ + "correspondence", + -11.4931 + ], + [ + "demo", + -11.4931 + ], + [ + "diana", + -11.4931 + ], + [ + "disagree", + -11.4931 + ], + [ + "drain", + -11.4931 + ], + [ + "dried", + -11.4931 + ], + [ + "eager", + -11.4931 + ], + [ + "ebay", + -11.4931 + ], + [ + "echo", + -11.4931 + ], + [ + "edges", + -11.4931 + ], + [ + "embarrassed", + -11.4931 + ], + [ + "enthusiasm", + -11.4931 + ], + [ + "excluded", + -11.4931 + ], + [ + "executives", + -11.4931 + ], + [ + "feat", + -11.4931 + ], + [ + "finland", + -11.4931 + ], + [ + "flags", + -11.4931 + ], + [ + "flowing", + -11.4931 + ], + [ + "frames", + -11.4931 + ], + [ + "gloves", + -11.4931 + ], + [ + "grabbed", + -11.4931 + ], + [ + "grief", + -11.4931 + ], + [ + "hannah", + -11.4931 + ], + [ + "hart", + -11.4931 + ], + [ + "heels", + -11.4931 + ], + [ + "hungary", + -11.4931 + ], + [ + "idiots", + -11.4931 + ], + [ + "inn", + -11.4931 + ], + [ + "insects", + -11.4931 + ], + [ + "instagram", + -11.4931 + ], + [ + "integral", + -11.4931 + ], + [ + "irrelevant", + -11.4931 + ], + [ + "jo", + -11.4931 + ], + [ + "joan", + -11.4931 + ], + [ + "joking", + -11.4931 + ], + [ + "lamp", + -11.4931 + ], + [ + "lined", + -11.4931 + ], + [ + "lottery", + -11.4931 + ], + [ + "meditation", + -11.4931 + ], + [ + "messed", + -11.4931 + ], + [ + "minus", + -11.4931 + ], + [ + "mistaken", + -11.4931 + ], + [ + "mortality", + -11.4931 + ], + [ + "munich", + -11.4931 + ], + [ + "nails", + -11.4931 + ], + [ + "navigation", + -11.4931 + ], + [ + "neighbourhood", + -11.4931 + ], + [ + "nerves", + -11.4931 + ], + [ + "orchestra", + -11.4931 + ], + [ + "ore", + -11.4931 + ], + [ + "possess", + -11.4931 + ], + [ + "praised", + -11.4931 + ], + [ + "prescription", + -11.4931 + ], + [ + "profitable", + -11.4931 + ], + [ + "projected", + -11.4931 + ], + [ + "pulse", + -11.4931 + ], + [ + "rental", + -11.4931 + ], + [ + "resignation", + -11.4931 + ], + [ + "retire", + -11.4931 + ], + [ + "revelation", + -11.4931 + ], + [ + "riders", + -11.4931 + ], + [ + "rockets", + -11.4931 + ], + [ + "ruth", + -11.4931 + ], + [ + "samsung", + -11.4931 + ], + [ + "satan", + -11.4931 + ], + [ + "sc", + -11.4931 + ], + [ + "screwed", + -11.4931 + ], + [ + "shelf", + -11.4931 + ], + [ + "shorts", + -11.4931 + ], + [ + "slipped", + -11.4931 + ], + [ + "socially", + -11.4931 + ], + [ + "span", + -11.4931 + ], + [ + "stance", + -11.4931 + ], + [ + "steep", + -11.4931 + ], + [ + "substantially", + -11.4931 + ], + [ + "sunny", + -11.4931 + ], + [ + "sunset", + -11.4931 + ], + [ + "superman", + -11.4931 + ], + [ + "supervision", + -11.4931 + ], + [ + "supplement", + -11.4931 + ], + [ + "surviving", + -11.4931 + ], + [ + "switching", + -11.4931 + ], + [ + "timber", + -11.4931 + ], + [ + "tin", + -11.4931 + ], + [ + "tribunal", + -11.4931 + ], + [ + "uncertain", + -11.4931 + ], + [ + "void", + -11.4931 + ], + [ + "wallace", + -11.4931 + ], + [ + "whip", + -11.4931 + ], + [ + "wonders", + -11.4931 + ], + [ + "workplace", + -11.4931 + ], + [ + "admire", + -11.5129 + ], + [ + "anchor", + -11.5129 + ], + [ + "animated", + -11.5129 + ], + [ + "announces", + -11.5129 + ], + [ + "arch", + -11.5129 + ], + [ + "bowling", + -11.5129 + ], + [ + "bulgaria", + -11.5129 + ], + [ + "buyer", + -11.5129 + ], + [ + "cannabis", + -11.5129 + ], + [ + "caroline", + -11.5129 + ], + [ + "circular", + -11.5129 + ], + [ + "cocaine", + -11.5129 + ], + [ + "commands", + -11.5129 + ], + [ + "compatible", + -11.5129 + ], + [ + "consisted", + -11.5129 + ], + [ + "contacted", + -11.5129 + ], + [ + "container", + -11.5129 + ], + [ + "convenience", + -11.5129 + ], + [ + "corrected", + -11.5129 + ], + [ + "correction", + -11.5129 + ], + [ + "criticized", + -11.5129 + ], + [ + "debts", + -11.5129 + ], + [ + "democrat", + -11.5129 + ], + [ + "diagnosed", + -11.5129 + ], + [ + "distinctive", + -11.5129 + ], + [ + "doubts", + -11.5129 + ], + [ + "dubai", + -11.5129 + ], + [ + "edwards", + -11.5129 + ], + [ + "explicit", + -11.5129 + ], + [ + "factories", + -11.5129 + ], + [ + "failures", + -11.5129 + ], + [ + "filmed", + -11.5129 + ], + [ + "flexibility", + -11.5129 + ], + [ + "frankly", + -11.5129 + ], + [ + "furious", + -11.5129 + ], + [ + "gambling", + -11.5129 + ], + [ + "grande", + -11.5129 + ], + [ + "harold", + -11.5129 + ], + [ + "honored", + -11.5129 + ], + [ + "hydrogen", + -11.5129 + ], + [ + "ibid", + -11.5129 + ], + [ + "ideology", + -11.5129 + ], + [ + "incentive", + -11.5129 + ], + [ + "initiatives", + -11.5129 + ], + [ + "instrumental", + -11.5129 + ], + [ + "intact", + -11.5129 + ], + [ + "intake", + -11.5129 + ], + [ + "interact", + -11.5129 + ], + [ + "internationally", + -11.5129 + ], + [ + "ipad", + -11.5129 + ], + [ + "kitty", + -11.5129 + ], + [ + "limiting", + -11.5129 + ], + [ + "linking", + -11.5129 + ], + [ + "lodge", + -11.5129 + ], + [ + "louise", + -11.5129 + ], + [ + "nhl", + -11.5129 + ], + [ + "northeast", + -11.5129 + ], + [ + "occurrence", + -11.5129 + ], + [ + "offences", + -11.5129 + ], + [ + "organizational", + -11.5129 + ], + [ + "organize", + -11.5129 + ], + [ + "owen", + -11.5129 + ], + [ + "peers", + -11.5129 + ], + [ + "pill", + -11.5129 + ], + [ + "pity", + -11.5129 + ], + [ + "planets", + -11.5129 + ], + [ + "portland", + -11.5129 + ], + [ + "precision", + -11.5129 + ], + [ + "prescribed", + -11.5129 + ], + [ + "pressures", + -11.5129 + ], + [ + "pretending", + -11.5129 + ], + [ + "prey", + -11.5129 + ], + [ + "privately", + -11.5129 + ], + [ + "profound", + -11.5129 + ], + [ + "publicity", + -11.5129 + ], + [ + "recipient", + -11.5129 + ], + [ + "relaxed", + -11.5129 + ], + [ + "rendered", + -11.5129 + ], + [ + "ritual", + -11.5129 + ], + [ + "rookie", + -11.5129 + ], + [ + "runway", + -11.5129 + ], + [ + "salmon", + -11.5129 + ], + [ + "secular", + -11.5129 + ], + [ + "sentiment", + -11.5129 + ], + [ + "she'd", + -11.5129 + ], + [ + "simpson", + -11.5129 + ], + [ + "slim", + -11.5129 + ], + [ + "smallest", + -11.5129 + ], + [ + "specially", + -11.5129 + ], + [ + "stack", + -11.5129 + ], + [ + "trainer", + -11.5129 + ], + [ + "vampire", + -11.5129 + ], + [ + "varieties", + -11.5129 + ], + [ + "varying", + -11.5129 + ], + [ + "viable", + -11.5129 + ], + [ + "weekends", + -11.5129 + ], + [ + "wrestling", + -11.5129 + ], + [ + "absent", + -11.5362 + ], + [ + "admiral", + -11.5362 + ], + [ + "airline", + -11.5362 + ], + [ + "apology", + -11.5362 + ], + [ + "arbitrary", + -11.5362 + ], + [ + "architectural", + -11.5362 + ], + [ + "arnold", + -11.5362 + ], + [ + "artillery", + -11.5362 + ], + [ + "asylum", + -11.5362 + ], + [ + "bail", + -11.5362 + ], + [ + "banana", + -11.5362 + ], + [ + "bishops", + -11.5362 + ], + [ + "bo", + -11.5362 + ], + [ + "bros", + -11.5362 + ], + [ + "bryan", + -11.5362 + ], + [ + "bullets", + -11.5362 + ], + [ + "cart", + -11.5362 + ], + [ + "cemetery", + -11.5362 + ], + [ + "collar", + -11.5362 + ], + [ + "collision", + -11.5362 + ], + [ + "comeback", + -11.5362 + ], + [ + "complained", + -11.5362 + ], + [ + "consumed", + -11.5362 + ], + [ + "convincing", + -11.5362 + ], + [ + "crushed", + -11.5362 + ], + [ + "cuban", + -11.5362 + ], + [ + "curiosity", + -11.5362 + ], + [ + "deaf", + -11.5362 + ], + [ + "definitions", + -11.5362 + ], + [ + "delicate", + -11.5362 + ], + [ + "diamonds", + -11.5362 + ], + [ + "divorced", + -11.5362 + ], + [ + "donated", + -11.5362 + ], + [ + "drank", + -11.5362 + ], + [ + "dump", + -11.5362 + ], + [ + "duo", + -11.5362 + ], + [ + "editors", + -11.5362 + ], + [ + "elegant", + -11.5362 + ], + [ + "emotionally", + -11.5362 + ], + [ + "evaluate", + -11.5362 + ], + [ + "extract", + -11.5362 + ], + [ + "frontier", + -11.5362 + ], + [ + "fur", + -11.5362 + ], + [ + "gently", + -11.5362 + ], + [ + "geographical", + -11.5362 + ], + [ + "graduates", + -11.5362 + ], + [ + "halloween", + -11.5362 + ], + [ + "hay", + -11.5362 + ], + [ + "hazard", + -11.5362 + ], + [ + "helmet", + -11.5362 + ], + [ + "indoor", + -11.5362 + ], + [ + "ing", + -11.5362 + ], + [ + "insert", + -11.5362 + ], + [ + "instructor", + -11.5362 + ], + [ + "insult", + -11.5362 + ], + [ + "jerk", + -11.5362 + ], + [ + "joins", + -11.5362 + ], + [ + "kenny", + -11.5362 + ], + [ + "kindness", + -11.5362 + ], + [ + "laundry", + -11.5362 + ], + [ + "liberals", + -11.5362 + ], + [ + "louisiana", + -11.5362 + ], + [ + "lungs", + -11.5362 + ], + [ + "maintains", + -11.5362 + ], + [ + "mandate", + -11.5362 + ], + [ + "mansion", + -11.5362 + ], + [ + "marvel", + -11.5362 + ], + [ + "networking", + -11.5362 + ], + [ + "observer", + -11.5362 + ], + [ + "obsessed", + -11.5362 + ], + [ + "obtaining", + -11.5362 + ], + [ + "occupy", + -11.5362 + ], + [ + "optional", + -11.5362 + ], + [ + "organisms", + -11.5362 + ], + [ + "orthodox", + -11.5362 + ], + [ + "packages", + -11.5362 + ], + [ + "palmer", + -11.5362 + ], + [ + "pets", + -11.5362 + ], + [ + "readily", + -11.5362 + ], + [ + "reduces", + -11.5362 + ], + [ + "refugee", + -11.5362 + ], + [ + "regulated", + -11.5362 + ], + [ + "rehabilitation", + -11.5362 + ], + [ + "rider", + -11.5362 + ], + [ + "scales", + -11.5362 + ], + [ + "scattered", + -11.5362 + ], + [ + "seas", + -11.5362 + ], + [ + "seller", + -11.5362 + ], + [ + "sensitivity", + -11.5362 + ], + [ + "settlements", + -11.5362 + ], + [ + "shapes", + -11.5362 + ], + [ + "singh", + -11.5362 + ], + [ + "sketch", + -11.5362 + ], + [ + "socks", + -11.5362 + ], + [ + "sovereignty", + -11.5362 + ], + [ + "sp", + -11.5362 + ], + [ + "spa", + -11.5362 + ], + [ + "studios", + -11.5362 + ], + [ + "subjected", + -11.5362 + ], + [ + "supportive", + -11.5362 + ], + [ + "sustain", + -11.5362 + ], + [ + "systematic", + -11.5362 + ], + [ + "tan", + -11.5362 + ], + [ + "taxation", + -11.5362 + ], + [ + "trades", + -11.5362 + ], + [ + "transparent", + -11.5362 + ], + [ + "troubles", + -11.5362 + ], + [ + "tweet", + -11.5362 + ], + [ + "undertaken", + -11.5362 + ], + [ + "whatsoever", + -11.5362 + ], + [ + "wrist", + -11.5362 + ], + [ + "writings", + -11.5362 + ], + [ + "yelling", + -11.5362 + ], + [ + "adapt", + -11.559 + ], + [ + "aggression", + -11.559 + ], + [ + "allegations", + -11.559 + ], + [ + "allegedly", + -11.559 + ], + [ + "amanda", + -11.559 + ], + [ + "ambition", + -11.559 + ], + [ + "amen", + -11.559 + ], + [ + "ancestors", + -11.559 + ], + [ + "assembled", + -11.559 + ], + [ + "assists", + -11.559 + ], + [ + "ballot", + -11.559 + ], + [ + "belgian", + -11.559 + ], + [ + "bennett", + -11.559 + ], + [ + "brass", + -11.559 + ], + [ + "buttons", + -11.559 + ], + [ + "ce", + -11.559 + ], + [ + "chen", + -11.559 + ], + [ + "consistency", + -11.559 + ], + [ + "construct", + -11.559 + ], + [ + "contractor", + -11.559 + ], + [ + "cooperative", + -11.559 + ], + [ + "countryside", + -11.559 + ], + [ + "debates", + -11.559 + ], + [ + "demon", + -11.559 + ], + [ + "denial", + -11.559 + ], + [ + "disappointment", + -11.559 + ], + [ + "distinguish", + -11.559 + ], + [ + "distress", + -11.559 + ], + [ + "elect", + -11.559 + ], + [ + "elimination", + -11.559 + ], + [ + "enforce", + -11.559 + ], + [ + "essays", + -11.559 + ], + [ + "expectation", + -11.559 + ], + [ + "fiber", + -11.559 + ], + [ + "filing", + -11.559 + ], + [ + "finale", + -11.559 + ], + [ + "gauge", + -11.559 + ], + [ + "genuinely", + -11.559 + ], + [ + "geography", + -11.559 + ], + [ + "hudson", + -11.559 + ], + [ + "inadequate", + -11.559 + ], + [ + "infant", + -11.559 + ], + [ + "infections", + -11.559 + ], + [ + "informal", + -11.559 + ], + [ + "injection", + -11.559 + ], + [ + "intel", + -11.559 + ], + [ + "julian", + -11.559 + ], + [ + "lawn", + -11.559 + ], + [ + "leisure", + -11.559 + ], + [ + "literacy", + -11.559 + ], + [ + "loser", + -11.559 + ], + [ + "madness", + -11.559 + ], + [ + "matched", + -11.559 + ], + [ + "mates", + -11.559 + ], + [ + "messenger", + -11.559 + ], + [ + "michel", + -11.559 + ], + [ + "monk", + -11.559 + ], + [ + "mph", + -11.559 + ], + [ + "murders", + -11.559 + ], + [ + "nsfw", + -11.559 + ], + [ + "offshore", + -11.559 + ], + [ + "pad", + -11.559 + ], + [ + "para", + -11.559 + ], + [ + "pee", + -11.559 + ], + [ + "pending", + -11.559 + ], + [ + "permits", + -11.559 + ], + [ + "petroleum", + -11.559 + ], + [ + "philosophical", + -11.559 + ], + [ + "pipeline", + -11.559 + ], + [ + "pirates", + -11.559 + ], + [ + "pork", + -11.559 + ], + [ + "portions", + -11.559 + ], + [ + "preparations", + -11.559 + ], + [ + "presidents", + -11.559 + ], + [ + "prosecutor", + -11.559 + ], + [ + "refuge", + -11.559 + ], + [ + "researcher", + -11.559 + ], + [ + "risen", + -11.559 + ], + [ + "roses", + -11.559 + ], + [ + "screens", + -11.559 + ], + [ + "semester", + -11.559 + ], + [ + "servers", + -11.559 + ], + [ + "sexuality", + -11.559 + ], + [ + "shareholders", + -11.559 + ], + [ + "shifts", + -11.559 + ], + [ + "siblings", + -11.559 + ], + [ + "smartphone", + -11.559 + ], + [ + "soda", + -11.559 + ], + [ + "sore", + -11.559 + ], + [ + "sphere", + -11.559 + ], + [ + "sponsor", + -11.559 + ], + [ + "sprint", + -11.559 + ], + [ + "sticking", + -11.559 + ], + [ + "sudan", + -11.559 + ], + [ + "teaches", + -11.559 + ], + [ + "thorough", + -11.559 + ], + [ + "tops", + -11.559 + ], + [ + "transfers", + -11.559 + ], + [ + "transmitted", + -11.559 + ], + [ + "usb", + -11.559 + ], + [ + "utterly", + -11.559 + ], + [ + "verify", + -11.559 + ], + [ + "vii", + -11.559 + ], + [ + "vintage", + -11.559 + ], + [ + "weigh", + -11.559 + ], + [ + "westminster", + -11.559 + ], + [ + "wilderness", + -11.559 + ], + [ + "wipe", + -11.559 + ], + [ + "wizard", + -11.559 + ], + [ + "wreck", + -11.559 + ], + [ + "yorkshire", + -11.559 + ], + [ + "aa", + -11.5823 + ], + [ + "absurd", + -11.5823 + ], + [ + "alfred", + -11.5823 + ], + [ + "angela", + -11.5823 + ], + [ + "anyways", + -11.5823 + ], + [ + "armies", + -11.5823 + ], + [ + "bankruptcy", + -11.5823 + ], + [ + "beaches", + -11.5823 + ], + [ + "bent", + -11.5823 + ], + [ + "bitcoin", + -11.5823 + ], + [ + "blair", + -11.5823 + ], + [ + "bradley", + -11.5823 + ], + [ + "broadway", + -11.5823 + ], + [ + "bulletin", + -11.5823 + ], + [ + "camping", + -11.5823 + ], + [ + "carol", + -11.5823 + ], + [ + "cheek", + -11.5823 + ], + [ + "circus", + -11.5823 + ], + [ + "col", + -11.5823 + ], + [ + "colonies", + -11.5823 + ], + [ + "commodity", + -11.5823 + ], + [ + "confusing", + -11.5823 + ], + [ + "congregation", + -11.5823 + ], + [ + "consultation", + -11.5823 + ], + [ + "corp", + -11.5823 + ], + [ + "critic", + -11.5823 + ], + [ + "crude", + -11.5823 + ], + [ + "dale", + -11.5823 + ], + [ + "dealers", + -11.5823 + ], + [ + "deceased", + -11.5823 + ], + [ + "decorated", + -11.5823 + ], + [ + "dedication", + -11.5823 + ], + [ + "delegates", + -11.5823 + ], + [ + "desires", + -11.5823 + ], + [ + "dip", + -11.5823 + ], + [ + "directory", + -11.5823 + ], + [ + "donate", + -11.5823 + ], + [ + "donation", + -11.5823 + ], + [ + "downloaded", + -11.5823 + ], + [ + "dreaming", + -11.5823 + ], + [ + "emerge", + -11.5823 + ], + [ + "ensuring", + -11.5823 + ], + [ + "entertaining", + -11.5823 + ], + [ + "exceed", + -11.5823 + ], + [ + "exchanges", + -11.5823 + ], + [ + "expressing", + -11.5823 + ], + [ + "facilitate", + -11.5823 + ], + [ + "fortunately", + -11.5823 + ], + [ + "fossil", + -11.5823 + ], + [ + "fridge", + -11.5823 + ], + [ + "goat", + -11.5823 + ], + [ + "goddess", + -11.5823 + ], + [ + "governmental", + -11.5823 + ], + [ + "harassment", + -11.5823 + ], + [ + "harmful", + -11.5823 + ], + [ + "headache", + -11.5823 + ], + [ + "highlighted", + -11.5823 + ], + [ + "historian", + -11.5823 + ], + [ + "honesty", + -11.5823 + ], + [ + "how's", + -11.5823 + ], + [ + "imprisonment", + -11.5823 + ], + [ + "inclusion", + -11.5823 + ], + [ + "inherited", + -11.5823 + ], + [ + "kindly", + -11.5823 + ], + [ + "locate", + -11.5823 + ], + [ + "malcolm", + -11.5823 + ], + [ + "mankind", + -11.5823 + ], + [ + "marking", + -11.5823 + ], + [ + "martha", + -11.5823 + ], + [ + "median", + -11.5823 + ], + [ + "minerals", + -11.5823 + ], + [ + "minorities", + -11.5823 + ], + [ + "musician", + -11.5823 + ], + [ + "nigerian", + -11.5823 + ], + [ + "offset", + -11.5823 + ], + [ + "oppose", + -11.5823 + ], + [ + "organizing", + -11.5823 + ], + [ + "oz", + -11.5823 + ], + [ + "packing", + -11.5823 + ], + [ + "peru", + -11.5823 + ], + [ + "pipes", + -11.5823 + ], + [ + "pittsburgh", + -11.5823 + ], + [ + "portable", + -11.5823 + ], + [ + "posters", + -11.5823 + ], + [ + "praying", + -11.5823 + ], + [ + "prizes", + -11.5823 + ], + [ + "prohibited", + -11.5823 + ], + [ + "pursuing", + -11.5823 + ], + [ + "queens", + -11.5823 + ], + [ + "raymond", + -11.5823 + ], + [ + "recruitment", + -11.5823 + ], + [ + "referendum", + -11.5823 + ], + [ + "reflecting", + -11.5823 + ], + [ + "refuses", + -11.5823 + ], + [ + "renowned", + -11.5823 + ], + [ + "rides", + -11.5823 + ], + [ + "rumors", + -11.5823 + ], + [ + "sanctions", + -11.5823 + ], + [ + "segments", + -11.5823 + ], + [ + "shakespeare", + -11.5823 + ], + [ + "shining", + -11.5823 + ], + [ + "shooter", + -11.5823 + ], + [ + "slope", + -11.5823 + ], + [ + "slower", + -11.5823 + ], + [ + "sober", + -11.5823 + ], + [ + "spelling", + -11.5823 + ], + [ + "sr", + -11.5823 + ], + [ + "starring", + -11.5823 + ], + [ + "streak", + -11.5823 + ], + [ + "sufficiently", + -11.5823 + ], + [ + "superintendent", + -11.5823 + ], + [ + "surgical", + -11.5823 + ], + [ + "sympathy", + -11.5823 + ], + [ + "talents", + -11.5823 + ], + [ + "tense", + -11.5823 + ], + [ + "terrain", + -11.5823 + ], + [ + "theology", + -11.5823 + ], + [ + "thirds", + -11.5823 + ], + [ + "titled", + -11.5823 + ], + [ + "translate", + -11.5823 + ], + [ + "verified", + -11.5823 + ], + [ + "voltage", + -11.5823 + ], + [ + "voyage", + -11.5823 + ], + [ + "whale", + -11.5823 + ], + [ + "wishing", + -11.5823 + ], + [ + "xd", + -11.5823 + ], + [ + "yay", + -11.5823 + ], + [ + "00nd", + -11.605 + ], + [ + "absorbed", + -11.605 + ], + [ + "adorable", + -11.605 + ], + [ + "affiliate", + -11.605 + ], + [ + "analyst", + -11.605 + ], + [ + "archbishop", + -11.605 + ], + [ + "audit", + -11.605 + ], + [ + "biblical", + -11.605 + ], + [ + "bicycle", + -11.605 + ], + [ + "blend", + -11.605 + ], + [ + "bounce", + -11.605 + ], + [ + "brandon", + -11.605 + ], + [ + "bugs", + -11.605 + ], + [ + "calculations", + -11.605 + ], + [ + "calories", + -11.605 + ], + [ + "cam", + -11.605 + ], + [ + "celtic", + -11.605 + ], + [ + "clarify", + -11.605 + ], + [ + "cleaned", + -11.605 + ], + [ + "cloth", + -11.605 + ], + [ + "cluster", + -11.605 + ], + [ + "commanded", + -11.605 + ], + [ + "complications", + -11.605 + ], + [ + "conjunction", + -11.605 + ], + [ + "connecticut", + -11.605 + ], + [ + "cottage", + -11.605 + ], + [ + "counties", + -11.605 + ], + [ + "countless", + -11.605 + ], + [ + "crews", + -11.605 + ], + [ + "dancer", + -11.605 + ], + [ + "decisive", + -11.605 + ], + [ + "decree", + -11.605 + ], + [ + "delegation", + -11.605 + ], + [ + "dimensional", + -11.605 + ], + [ + "doug", + -11.605 + ], + [ + "dramatically", + -11.605 + ], + [ + "easiest", + -11.605 + ], + [ + "emails", + -11.605 + ], + [ + "enables", + -11.605 + ], + [ + "entities", + -11.605 + ], + [ + "examining", + -11.605 + ], + [ + "eyed", + -11.605 + ], + [ + "freight", + -11.605 + ], + [ + "generating", + -11.605 + ], + [ + "gosh", + -11.605 + ], + [ + "hats", + -11.605 + ], + [ + "hebrew", + -11.605 + ], + [ + "heck", + -11.605 + ], + [ + "holders", + -11.605 + ], + [ + "hugh", + -11.605 + ], + [ + "illusion", + -11.605 + ], + [ + "infantry", + -11.605 + ], + [ + "ios", + -11.605 + ], + [ + "jacques", + -11.605 + ], + [ + "kilometres", + -11.605 + ], + [ + "kissing", + -11.605 + ], + [ + "lame", + -11.605 + ], + [ + "launching", + -11.605 + ], + [ + "lectures", + -11.605 + ], + [ + "likelihood", + -11.605 + ], + [ + "lou", + -11.605 + ], + [ + "mainland", + -11.605 + ], + [ + "mega", + -11.605 + ], + [ + "midst", + -11.605 + ], + [ + "missiles", + -11.605 + ], + [ + "missionary", + -11.605 + ], + [ + "monument", + -11.605 + ], + [ + "norm", + -11.605 + ], + [ + "norwegian", + -11.605 + ], + [ + "nut", + -11.605 + ], + [ + "outline", + -11.605 + ], + [ + "pause", + -11.605 + ], + [ + "persistent", + -11.605 + ], + [ + "ph", + -11.605 + ], + [ + "phillips", + -11.605 + ], + [ + "pierce", + -11.605 + ], + [ + "printer", + -11.605 + ], + [ + "prints", + -11.605 + ], + [ + "puerto", + -11.605 + ], + [ + "punish", + -11.605 + ], + [ + "pursued", + -11.605 + ], + [ + "regiment", + -11.605 + ], + [ + "relieved", + -11.605 + ], + [ + "repairs", + -11.605 + ], + [ + "revival", + -11.605 + ], + [ + "romans", + -11.605 + ], + [ + "sara", + -11.605 + ], + [ + "scout", + -11.605 + ], + [ + "searched", + -11.605 + ], + [ + "sheer", + -11.605 + ], + [ + "shifted", + -11.605 + ], + [ + "shipped", + -11.605 + ], + [ + "skinny", + -11.605 + ], + [ + "solving", + -11.605 + ], + [ + "stakes", + -11.605 + ], + [ + "stark", + -11.605 + ], + [ + "subsidiary", + -11.605 + ], + [ + "suburbs", + -11.605 + ], + [ + "supposedly", + -11.605 + ], + [ + "swept", + -11.605 + ], + [ + "teenagers", + -11.605 + ], + [ + "theirs", + -11.605 + ], + [ + "thereafter", + -11.605 + ], + [ + "tomb", + -11.605 + ], + [ + "transparency", + -11.605 + ], + [ + "twisted", + -11.605 + ], + [ + "usd", + -11.605 + ], + [ + "vaccine", + -11.605 + ], + [ + "vegetable", + -11.605 + ], + [ + "violations", + -11.605 + ], + [ + "virtue", + -11.605 + ], + [ + "wi", + -11.605 + ], + [ + "withdrawn", + -11.605 + ], + [ + "00a", + -11.6283 + ], + [ + "00mm", + -11.6283 + ], + [ + "abused", + -11.6283 + ], + [ + "accounted", + -11.6283 + ], + [ + "advisor", + -11.6283 + ], + [ + "advocates", + -11.6283 + ], + [ + "aggregate", + -11.6283 + ], + [ + "aliens", + -11.6283 + ], + [ + "alot", + -11.6283 + ], + [ + "annie", + -11.6283 + ], + [ + "badge", + -11.6283 + ], + [ + "blonde", + -11.6283 + ], + [ + "boarding", + -11.6283 + ], + [ + "booked", + -11.6283 + ], + [ + "brady", + -11.6283 + ], + [ + "bristol", + -11.6283 + ], + [ + "bulls", + -11.6283 + ], + [ + "businessman", + -11.6283 + ], + [ + "calculate", + -11.6283 + ], + [ + "capitalist", + -11.6283 + ], + [ + "casualties", + -11.6283 + ], + [ + "catalogue", + -11.6283 + ], + [ + "catholics", + -11.6283 + ], + [ + "certainty", + -11.6283 + ], + [ + "champagne", + -11.6283 + ], + [ + "chi", + -11.6283 + ], + [ + "child's", + -11.6283 + ], + [ + "clash", + -11.6283 + ], + [ + "closes", + -11.6283 + ], + [ + "colleague", + -11.6283 + ], + [ + "competent", + -11.6283 + ], + [ + "comply", + -11.6283 + ], + [ + "congo", + -11.6283 + ], + [ + "congrats", + -11.6283 + ], + [ + "cookie", + -11.6283 + ], + [ + "cowboys", + -11.6283 + ], + [ + "crowded", + -11.6283 + ], + [ + "das", + -11.6283 + ], + [ + "dash", + -11.6283 + ], + [ + "defendant", + -11.6283 + ], + [ + "demons", + -11.6283 + ], + [ + "dense", + -11.6283 + ], + [ + "derek", + -11.6283 + ], + [ + "dock", + -11.6283 + ], + [ + "dragged", + -11.6283 + ], + [ + "employ", + -11.6283 + ], + [ + "exile", + -11.6283 + ], + [ + "expose", + -11.6283 + ], + [ + "fabulous", + -11.6283 + ], + [ + "fisher", + -11.6283 + ], + [ + "flour", + -11.6283 + ], + [ + "foreigners", + -11.6283 + ], + [ + "forgetting", + -11.6283 + ], + [ + "freshman", + -11.6283 + ], + [ + "frustration", + -11.6283 + ], + [ + "fusion", + -11.6283 + ], + [ + "grocery", + -11.6283 + ], + [ + "hindu", + -11.6283 + ], + [ + "hon", + -11.6283 + ], + [ + "immigrant", + -11.6283 + ], + [ + "indie", + -11.6283 + ], + [ + "isaac", + -11.6283 + ], + [ + "jackie", + -11.6283 + ], + [ + "jefferson", + -11.6283 + ], + [ + "lanes", + -11.6283 + ], + [ + "lend", + -11.6283 + ], + [ + "liking", + -11.6283 + ], + [ + "lounge", + -11.6283 + ], + [ + "manages", + -11.6283 + ], + [ + "merger", + -11.6283 + ], + [ + "modes", + -11.6283 + ], + [ + "morocco", + -11.6283 + ], + [ + "motors", + -11.6283 + ], + [ + "neighbours", + -11.6283 + ], + [ + "nicely", + -11.6283 + ], + [ + "optimal", + -11.6283 + ], + [ + "outlet", + -11.6283 + ], + [ + "painter", + -11.6283 + ], + [ + "pigs", + -11.6283 + ], + [ + "pond", + -11.6283 + ], + [ + "randomly", + -11.6283 + ], + [ + "rd", + -11.6283 + ], + [ + "recipes", + -11.6283 + ], + [ + "recognise", + -11.6283 + ], + [ + "refusal", + -11.6283 + ], + [ + "reid", + -11.6283 + ], + [ + "renaissance", + -11.6283 + ], + [ + "resistant", + -11.6283 + ], + [ + "respects", + -11.6283 + ], + [ + "roster", + -11.6283 + ], + [ + "rushed", + -11.6283 + ], + [ + "sixty", + -11.6283 + ], + [ + "slam", + -11.6283 + ], + [ + "slice", + -11.6283 + ], + [ + "spinning", + -11.6283 + ], + [ + "stan", + -11.6283 + ], + [ + "subscription", + -11.6283 + ], + [ + "sweep", + -11.6283 + ], + [ + "tires", + -11.6283 + ], + [ + "treats", + -11.6283 + ], + [ + "unclear", + -11.6283 + ], + [ + "venezuela", + -11.6283 + ], + [ + "wade", + -11.6283 + ], + [ + "walt", + -11.6283 + ], + [ + "wolves", + -11.6283 + ], + [ + "aboriginal", + -11.651 + ], + [ + "accord", + -11.651 + ], + [ + "acoustic", + -11.651 + ], + [ + "adverse", + -11.651 + ], + [ + "altar", + -11.651 + ], + [ + "ankle", + -11.651 + ], + [ + "ar", + -11.651 + ], + [ + "ashes", + -11.651 + ], + [ + "austrian", + -11.651 + ], + [ + "ave", + -11.651 + ], + [ + "aye", + -11.651 + ], + [ + "b.c", + -11.651 + ], + [ + "bangladesh", + -11.651 + ], + [ + "bastard", + -11.651 + ], + [ + "bean", + -11.651 + ], + [ + "bees", + -11.651 + ], + [ + "bore", + -11.651 + ], + [ + "brake", + -11.651 + ], + [ + "bump", + -11.651 + ], + [ + "chan", + -11.651 + ], + [ + "concentrations", + -11.651 + ], + [ + "constraints", + -11.651 + ], + [ + "continuously", + -11.651 + ], + [ + "cord", + -11.651 + ], + [ + "cries", + -11.651 + ], + [ + "cycles", + -11.651 + ], + [ + "cylinder", + -11.651 + ], + [ + "dangers", + -11.651 + ], + [ + "danish", + -11.651 + ], + [ + "descriptions", + -11.651 + ], + [ + "detained", + -11.651 + ], + [ + "digging", + -11.651 + ], + [ + "donor", + -11.651 + ], + [ + "else's", + -11.651 + ], + [ + "expects", + -11.651 + ], + [ + "explosive", + -11.651 + ], + [ + "family's", + -11.651 + ], + [ + "fierce", + -11.651 + ], + [ + "firearms", + -11.651 + ], + [ + "float", + -11.651 + ], + [ + "flooding", + -11.651 + ], + [ + "fraction", + -11.651 + ], + [ + "frost", + -11.651 + ], + [ + "genocide", + -11.651 + ], + [ + "gesture", + -11.651 + ], + [ + "gop", + -11.651 + ], + [ + "governed", + -11.651 + ], + [ + "governors", + -11.651 + ], + [ + "grasp", + -11.651 + ], + [ + "halt", + -11.651 + ], + [ + "herald", + -11.651 + ], + [ + "hillary", + -11.651 + ], + [ + "homeland", + -11.651 + ], + [ + "hunters", + -11.651 + ], + [ + "hut", + -11.651 + ], + [ + "inability", + -11.651 + ], + [ + "induced", + -11.651 + ], + [ + "inspire", + -11.651 + ], + [ + "investigators", + -11.651 + ], + [ + "jaw", + -11.651 + ], + [ + "jew", + -11.651 + ], + [ + "joel", + -11.651 + ], + [ + "kilometers", + -11.651 + ], + [ + "kissed", + -11.651 + ], + [ + "lbs", + -11.651 + ], + [ + "leeds", + -11.651 + ], + [ + "libya", + -11.651 + ], + [ + "linguistic", + -11.651 + ], + [ + "marriages", + -11.651 + ], + [ + "massacre", + -11.651 + ], + [ + "massage", + -11.651 + ], + [ + "militia", + -11.651 + ], + [ + "morality", + -11.651 + ], + [ + "nbc", + -11.651 + ], + [ + "needle", + -11.651 + ], + [ + "offenders", + -11.651 + ], + [ + "olds", + -11.651 + ], + [ + "operative", + -11.651 + ], + [ + "performs", + -11.651 + ], + [ + "phases", + -11.651 + ], + [ + "pledge", + -11.651 + ], + [ + "realizing", + -11.651 + ], + [ + "remembering", + -11.651 + ], + [ + "revision", + -11.651 + ], + [ + "reynolds", + -11.651 + ], + [ + "risky", + -11.651 + ], + [ + "rounded", + -11.651 + ], + [ + "rub", + -11.651 + ], + [ + "ruby", + -11.651 + ], + [ + "rushing", + -11.651 + ], + [ + "sally", + -11.651 + ], + [ + "sanctuary", + -11.651 + ], + [ + "sharply", + -11.651 + ], + [ + "shifting", + -11.651 + ], + [ + "shouting", + -11.651 + ], + [ + "siege", + -11.651 + ], + [ + "sigh", + -11.651 + ], + [ + "slap", + -11.651 + ], + [ + "speeches", + -11.651 + ], + [ + "spurs", + -11.651 + ], + [ + "struggled", + -11.651 + ], + [ + "su", + -11.651 + ], + [ + "supernatural", + -11.651 + ], + [ + "supervisor", + -11.651 + ], + [ + "tactical", + -11.651 + ], + [ + "targeting", + -11.651 + ], + [ + "tenth", + -11.651 + ], + [ + "thanksgiving", + -11.651 + ], + [ + "thereof", + -11.651 + ], + [ + "thesis", + -11.651 + ], + [ + "threaten", + -11.651 + ], + [ + "toes", + -11.651 + ], + [ + "touches", + -11.651 + ], + [ + "troubled", + -11.651 + ], + [ + "vague", + -11.651 + ], + [ + "whites", + -11.651 + ], + [ + "yields", + -11.651 + ], + [ + "aesthetic", + -11.6743 + ], + [ + "allowance", + -11.6743 + ], + [ + "ammunition", + -11.6743 + ], + [ + "apr", + -11.6743 + ], + [ + "artwork", + -11.6743 + ], + [ + "automated", + -11.6743 + ], + [ + "autonomy", + -11.6743 + ], + [ + "ballet", + -11.6743 + ], + [ + "bells", + -11.6743 + ], + [ + "bi", + -11.6743 + ], + [ + "bothered", + -11.6743 + ], + [ + "calculation", + -11.6743 + ], + [ + "carriage", + -11.6743 + ], + [ + "centered", + -11.6743 + ], + [ + "claire", + -11.6743 + ], + [ + "clips", + -11.6743 + ], + [ + "coincidence", + -11.6743 + ], + [ + "collapsed", + -11.6743 + ], + [ + "coloured", + -11.6743 + ], + [ + "columbus", + -11.6743 + ], + [ + "compiled", + -11.6743 + ], + [ + "confession", + -11.6743 + ], + [ + "coordination", + -11.6743 + ], + [ + "costly", + -11.6743 + ], + [ + "cough", + -11.6743 + ], + [ + "cousins", + -11.6743 + ], + [ + "cracked", + -11.6743 + ], + [ + "desktop", + -11.6743 + ], + [ + "develops", + -11.6743 + ], + [ + "disclosure", + -11.6743 + ], + [ + "documentation", + -11.6743 + ], + [ + "doin", + -11.6743 + ], + [ + "entrepreneur", + -11.6743 + ], + [ + "esteem", + -11.6743 + ], + [ + "europeans", + -11.6743 + ], + [ + "execute", + -11.6743 + ], + [ + "exotic", + -11.6743 + ], + [ + "financially", + -11.6743 + ], + [ + "fog", + -11.6743 + ], + [ + "ga", + -11.6743 + ], + [ + "garlic", + -11.6743 + ], + [ + "girl's", + -11.6743 + ], + [ + "glenn", + -11.6743 + ], + [ + "goddamn", + -11.6743 + ], + [ + "gut", + -11.6743 + ], + [ + "hack", + -11.6743 + ], + [ + "holdings", + -11.6743 + ], + [ + "innings", + -11.6743 + ], + [ + "judgement", + -11.6743 + ], + [ + "junk", + -11.6743 + ], + [ + "kane", + -11.6743 + ], + [ + "kidnapped", + -11.6743 + ], + [ + "leaked", + -11.6743 + ], + [ + "leap", + -11.6743 + ], + [ + "leonard", + -11.6743 + ], + [ + "lily", + -11.6743 + ], + [ + "logan", + -11.6743 + ], + [ + "melt", + -11.6743 + ], + [ + "montana", + -11.6743 + ], + [ + "motive", + -11.6743 + ], + [ + "municipalities", + -11.6743 + ], + [ + "nintendo", + -11.6743 + ], + [ + "noah", + -11.6743 + ], + [ + "oath", + -11.6743 + ], + [ + "observers", + -11.6743 + ], + [ + "outlined", + -11.6743 + ], + [ + "pakistani", + -11.6743 + ], + [ + "perspectives", + -11.6743 + ], + [ + "pirate", + -11.6743 + ], + [ + "pistol", + -11.6743 + ], + [ + "plaza", + -11.6743 + ], + [ + "pops", + -11.6743 + ], + [ + "proceeded", + -11.6743 + ], + [ + "processed", + -11.6743 + ], + [ + "proving", + -11.6743 + ], + [ + "purse", + -11.6743 + ], + [ + "recreation", + -11.6743 + ], + [ + "reds", + -11.6743 + ], + [ + "refusing", + -11.6743 + ], + [ + "remembers", + -11.6743 + ], + [ + "revealing", + -11.6743 + ], + [ + "ricky", + -11.6743 + ], + [ + "robbery", + -11.6743 + ], + [ + "salaries", + -11.6743 + ], + [ + "scholar", + -11.6743 + ], + [ + "sculpture", + -11.6743 + ], + [ + "senses", + -11.6743 + ], + [ + "sharks", + -11.6743 + ], + [ + "smiles", + -11.6743 + ], + [ + "sneak", + -11.6743 + ], + [ + "solidarity", + -11.6743 + ], + [ + "spike", + -11.6743 + ], + [ + "statute", + -11.6743 + ], + [ + "steak", + -11.6743 + ], + [ + "stevens", + -11.6743 + ], + [ + "stimulus", + -11.6743 + ], + [ + "stir", + -11.6743 + ], + [ + "storms", + -11.6743 + ], + [ + "subscribers", + -11.6743 + ], + [ + "sums", + -11.6743 + ], + [ + "survivor", + -11.6743 + ], + [ + "synthetic", + -11.6743 + ], + [ + "telegraph", + -11.6743 + ], + [ + "terribly", + -11.6743 + ], + [ + "therapist", + -11.6743 + ], + [ + "tire", + -11.6743 + ], + [ + "toast", + -11.6743 + ], + [ + "touchdown", + -11.6743 + ], + [ + "traces", + -11.6743 + ], + [ + "tracked", + -11.6743 + ], + [ + "trafficking", + -11.6743 + ], + [ + "transported", + -11.6743 + ], + [ + "turtle", + -11.6743 + ], + [ + "unacceptable", + -11.6743 + ], + [ + "unconscious", + -11.6743 + ], + [ + "underway", + -11.6743 + ], + [ + "unemployed", + -11.6743 + ], + [ + "upside", + -11.6743 + ], + [ + "vatican", + -11.6743 + ], + [ + "vietnamese", + -11.6743 + ], + [ + "violated", + -11.6743 + ], + [ + "waking", + -11.6743 + ], + [ + "weights", + -11.6743 + ], + [ + "workforce", + -11.6743 + ], + [ + "yourselves", + -11.6743 + ], + [ + "00rd", + -11.6968 + ], + [ + "accompanying", + -11.6968 + ], + [ + "adrian", + -11.6968 + ], + [ + "advancing", + -11.6968 + ], + [ + "airplane", + -11.6968 + ], + [ + "aluminum", + -11.6968 + ], + [ + "archive", + -11.6968 + ], + [ + "batch", + -11.6968 + ], + [ + "bolt", + -11.6968 + ], + [ + "brigade", + -11.6968 + ], + [ + "brunswick", + -11.6968 + ], + [ + "bundle", + -11.6968 + ], + [ + "buyers", + -11.6968 + ], + [ + "canvas", + -11.6968 + ], + [ + "cardiff", + -11.6968 + ], + [ + "ceased", + -11.6968 + ], + [ + "clearance", + -11.6968 + ], + [ + "compassion", + -11.6968 + ], + [ + "conceived", + -11.6968 + ], + [ + "confronted", + -11.6968 + ], + [ + "continually", + -11.6968 + ], + [ + "corridor", + -11.6968 + ], + [ + "could've", + -11.6968 + ], + [ + "coupled", + -11.6968 + ], + [ + "defines", + -11.6968 + ], + [ + "dem", + -11.6968 + ], + [ + "demographic", + -11.6968 + ], + [ + "dial", + -11.6968 + ], + [ + "disappointing", + -11.6968 + ], + [ + "dislike", + -11.6968 + ], + [ + "dissolved", + -11.6968 + ], + [ + "dome", + -11.6968 + ], + [ + "drafted", + -11.6968 + ], + [ + "dresses", + -11.6968 + ], + [ + "drums", + -11.6968 + ], + [ + "dumped", + -11.6968 + ], + [ + "elevator", + -11.6968 + ], + [ + "enjoys", + -11.6968 + ], + [ + "excluding", + -11.6968 + ], + [ + "exploitation", + -11.6968 + ], + [ + "expressions", + -11.6968 + ], + [ + "fare", + -11.6968 + ], + [ + "fashioned", + -11.6968 + ], + [ + "ff", + -11.6968 + ], + [ + "foolish", + -11.6968 + ], + [ + "fury", + -11.6968 + ], + [ + "gabriel", + -11.6968 + ], + [ + "ghosts", + -11.6968 + ], + [ + "group's", + -11.6968 + ], + [ + "hamas", + -11.6968 + ], + [ + "hawks", + -11.6968 + ], + [ + "historians", + -11.6968 + ], + [ + "homer", + -11.6968 + ], + [ + "imaging", + -11.6968 + ], + [ + "immunity", + -11.6968 + ], + [ + "incomplete", + -11.6968 + ], + [ + "inequality", + -11.6968 + ], + [ + "inevitably", + -11.6968 + ], + [ + "inherent", + -11.6968 + ], + [ + "interfere", + -11.6968 + ], + [ + "janet", + -11.6968 + ], + [ + "joshua", + -11.6968 + ], + [ + "katie", + -11.6968 + ], + [ + "lad", + -11.6968 + ], + [ + "lawsuit", + -11.6968 + ], + [ + "lineup", + -11.6968 + ], + [ + "madame", + -11.6968 + ], + [ + "maine", + -11.6968 + ], + [ + "manuel", + -11.6968 + ], + [ + "marble", + -11.6968 + ], + [ + "marco", + -11.6968 + ], + [ + "maturity", + -11.6968 + ], + [ + "medals", + -11.6968 + ], + [ + "monopoly", + -11.6968 + ], + [ + "mosque", + -11.6968 + ], + [ + "nationals", + -11.6968 + ], + [ + "neighbouring", + -11.6968 + ], + [ + "neo", + -11.6968 + ], + [ + "nicole", + -11.6968 + ], + [ + "obey", + -11.6968 + ], + [ + "obliged", + -11.6968 + ], + [ + "offended", + -11.6968 + ], + [ + "omg", + -11.6968 + ], + [ + "overhead", + -11.6968 + ], + [ + "pencil", + -11.6968 + ], + [ + "phd", + -11.6968 + ], + [ + "plains", + -11.6968 + ], + [ + "platinum", + -11.6968 + ], + [ + "poles", + -11.6968 + ], + [ + "polls", + -11.6968 + ], + [ + "porter", + -11.6968 + ], + [ + "posed", + -11.6968 + ], + [ + "practicing", + -11.6968 + ], + [ + "preceding", + -11.6968 + ], + [ + "productions", + -11.6968 + ], + [ + "protestant", + -11.6968 + ], + [ + "pulls", + -11.6968 + ], + [ + "puppy", + -11.6968 + ], + [ + "rejection", + -11.6968 + ], + [ + "robust", + -11.6968 + ], + [ + "romania", + -11.6968 + ], + [ + "seasonal", + -11.6968 + ], + [ + "securing", + -11.6968 + ], + [ + "sensible", + -11.6968 + ], + [ + "sensor", + -11.6968 + ], + [ + "shells", + -11.6968 + ], + [ + "shoots", + -11.6968 + ], + [ + "simulation", + -11.6968 + ], + [ + "sixteen", + -11.6968 + ], + [ + "socialism", + -11.6968 + ], + [ + "spark", + -11.6968 + ], + [ + "stanford", + -11.6968 + ], + [ + "steering", + -11.6968 + ], + [ + "stern", + -11.6968 + ], + [ + "straw", + -11.6968 + ], + [ + "successive", + -11.6968 + ], + [ + "sung", + -11.6968 + ], + [ + "surf", + -11.6968 + ], + [ + "suspects", + -11.6968 + ], + [ + "symbolic", + -11.6968 + ], + [ + "tenure", + -11.6968 + ], + [ + "that'll", + -11.6968 + ], + [ + "traders", + -11.6968 + ], + [ + "treaties", + -11.6968 + ], + [ + "triangle", + -11.6968 + ], + [ + "tubes", + -11.6968 + ], + [ + "unaware", + -11.6968 + ], + [ + "underwear", + -11.6968 + ], + [ + "verdict", + -11.6968 + ], + [ + "wax", + -11.6968 + ], + [ + "whats", + -11.6968 + ], + [ + "whore", + -11.6968 + ], + [ + "wit", + -11.6968 + ], + [ + "\u266b", + -11.6968 + ], + [ + "abbey", + -11.7199 + ], + [ + "accessories", + -11.7199 + ], + [ + "adelaide", + -11.7199 + ], + [ + "advocacy", + -11.7199 + ], + [ + "albeit", + -11.7199 + ], + [ + "algorithm", + -11.7199 + ], + [ + "analyses", + -11.7199 + ], + [ + "analyzed", + -11.7199 + ], + [ + "annoyed", + -11.7199 + ], + [ + "armor", + -11.7199 + ], + [ + "attributes", + -11.7199 + ], + [ + "autonomous", + -11.7199 + ], + [ + "baron", + -11.7199 + ], + [ + "battlefield", + -11.7199 + ], + [ + "begging", + -11.7199 + ], + [ + "blunt", + -11.7199 + ], + [ + "boobs", + -11.7199 + ], + [ + "borrowed", + -11.7199 + ], + [ + "builds", + -11.7199 + ], + [ + "bullying", + -11.7199 + ], + [ + "burial", + -11.7199 + ], + [ + "buys", + -11.7199 + ], + [ + "cairo", + -11.7199 + ], + [ + "calgary", + -11.7199 + ], + [ + "ch", + -11.7199 + ], + [ + "charitable", + -11.7199 + ], + [ + "clarity", + -11.7199 + ], + [ + "cnn", + -11.7199 + ], + [ + "combining", + -11.7199 + ], + [ + "cows", + -11.7199 + ], + [ + "croatia", + -11.7199 + ], + [ + "damned", + -11.7199 + ], + [ + "ducks", + -11.7199 + ], + [ + "dull", + -11.7199 + ], + [ + "dynasty", + -11.7199 + ], + [ + "eats", + -11.7199 + ], + [ + "eden", + -11.7199 + ], + [ + "embedded", + -11.7199 + ], + [ + "emphasized", + -11.7199 + ], + [ + "entrepreneurs", + -11.7199 + ], + [ + "exams", + -11.7199 + ], + [ + "favorites", + -11.7199 + ], + [ + "forgiveness", + -11.7199 + ], + [ + "fork", + -11.7199 + ], + [ + "fortunate", + -11.7199 + ], + [ + "frederick", + -11.7199 + ], + [ + "freed", + -11.7199 + ], + [ + "gig", + -11.7199 + ], + [ + "ginger", + -11.7199 + ], + [ + "graves", + -11.7199 + ], + [ + "hath", + -11.7199 + ], + [ + "hers", + -11.7199 + ], + [ + "hollow", + -11.7199 + ], + [ + "hypothesis", + -11.7199 + ], + [ + "idol", + -11.7199 + ], + [ + "incoming", + -11.7199 + ], + [ + "indicator", + -11.7199 + ], + [ + "indonesian", + -11.7199 + ], + [ + "jamaica", + -11.7199 + ], + [ + "jewelry", + -11.7199 + ], + [ + "joey", + -11.7199 + ], + [ + "justification", + -11.7199 + ], + [ + "kerry", + -11.7199 + ], + [ + "lacks", + -11.7199 + ], + [ + "lasts", + -11.7199 + ], + [ + "legit", + -11.7199 + ], + [ + "leon", + -11.7199 + ], + [ + "liable", + -11.7199 + ], + [ + "mc", + -11.7199 + ], + [ + "module", + -11.7199 + ], + [ + "monkeys", + -11.7199 + ], + [ + "mortal", + -11.7199 + ], + [ + "nationalist", + -11.7199 + ], + [ + "nationwide", + -11.7199 + ], + [ + "nazis", + -11.7199 + ], + [ + "needing", + -11.7199 + ], + [ + "ni", + -11.7199 + ], + [ + "nyc", + -11.7199 + ], + [ + "orlando", + -11.7199 + ], + [ + "palestinians", + -11.7199 + ], + [ + "particle", + -11.7199 + ], + [ + "pdf", + -11.7199 + ], + [ + "polling", + -11.7199 + ], + [ + "preferences", + -11.7199 + ], + [ + "probe", + -11.7199 + ], + [ + "professors", + -11.7199 + ], + [ + "prone", + -11.7199 + ], + [ + "pt", + -11.7199 + ], + [ + "puzzle", + -11.7199 + ], + [ + "ranch", + -11.7199 + ], + [ + "reagan", + -11.7199 + ], + [ + "regulate", + -11.7199 + ], + [ + "relates", + -11.7199 + ], + [ + "reproduction", + -11.7199 + ], + [ + "reservation", + -11.7199 + ], + [ + "respiratory", + -11.7199 + ], + [ + "rivals", + -11.7199 + ], + [ + "roosevelt", + -11.7199 + ], + [ + "ruler", + -11.7199 + ], + [ + "secondly", + -11.7199 + ], + [ + "shepherd", + -11.7199 + ], + [ + "singles", + -11.7199 + ], + [ + "smoked", + -11.7199 + ], + [ + "starter", + -11.7199 + ], + [ + "state's", + -11.7199 + ], + [ + "stepping", + -11.7199 + ], + [ + "stuffed", + -11.7199 + ], + [ + "superb", + -11.7199 + ], + [ + "terrified", + -11.7199 + ], + [ + "thirteen", + -11.7199 + ], + [ + "tits", + -11.7199 + ], + [ + "traits", + -11.7199 + ], + [ + "trim", + -11.7199 + ], + [ + "troy", + -11.7199 + ], + [ + "tuition", + -11.7199 + ], + [ + "underwater", + -11.7199 + ], + [ + "unite", + -11.7199 + ], + [ + "upload", + -11.7199 + ], + [ + "velocity", + -11.7199 + ], + [ + "vicinity", + -11.7199 + ], + [ + "vladimir", + -11.7199 + ], + [ + "zombie", + -11.7199 + ], + [ + "accepts", + -11.7436 + ], + [ + "aiming", + -11.7436 + ], + [ + "alcoholic", + -11.7436 + ], + [ + "atmospheric", + -11.7436 + ], + [ + "automobile", + -11.7436 + ], + [ + "bargain", + -11.7436 + ], + [ + "barn", + -11.7436 + ], + [ + "beatles", + -11.7436 + ], + [ + "betty", + -11.7436 + ], + [ + "billions", + -11.7436 + ], + [ + "boo", + -11.7436 + ], + [ + "brakes", + -11.7436 + ], + [ + "breasts", + -11.7436 + ], + [ + "brisbane", + -11.7436 + ], + [ + "bruno", + -11.7436 + ], + [ + "bs", + -11.7436 + ], + [ + "canada's", + -11.7436 + ], + [ + "canadians", + -11.7436 + ], + [ + "capitol", + -11.7436 + ], + [ + "carved", + -11.7436 + ], + [ + "catches", + -11.7436 + ], + [ + "champ", + -11.7436 + ], + [ + "cod", + -11.7436 + ], + [ + "cohen", + -11.7436 + ], + [ + "comedian", + -11.7436 + ], + [ + "confined", + -11.7436 + ], + [ + "confirms", + -11.7436 + ], + [ + "constitutes", + -11.7436 + ], + [ + "continuity", + -11.7436 + ], + [ + "contracted", + -11.7436 + ], + [ + "conventions", + -11.7436 + ], + [ + "crane", + -11.7436 + ], + [ + "davies", + -11.7436 + ], + [ + "delight", + -11.7436 + ], + [ + "denying", + -11.7436 + ], + [ + "deployment", + -11.7436 + ], + [ + "dioxide", + -11.7436 + ], + [ + "distances", + -11.7436 + ], + [ + "drake", + -11.7436 + ], + [ + "drought", + -11.7436 + ], + [ + "elevation", + -11.7436 + ], + [ + "ellis", + -11.7436 + ], + [ + "excuses", + -11.7436 + ], + [ + "explored", + -11.7436 + ], + [ + "farewell", + -11.7436 + ], + [ + "fatigue", + -11.7436 + ], + [ + "festivals", + -11.7436 + ], + [ + "fortress", + -11.7436 + ], + [ + "fry", + -11.7436 + ], + [ + "generator", + -11.7436 + ], + [ + "guild", + -11.7436 + ], + [ + "handy", + -11.7436 + ], + [ + "heroin", + -11.7436 + ], + [ + "hm", + -11.7436 + ], + [ + "illustration", + -11.7436 + ], + [ + "impacts", + -11.7436 + ], + [ + "implied", + -11.7436 + ], + [ + "impress", + -11.7436 + ], + [ + "inspiring", + -11.7436 + ], + [ + "itunes", + -11.7436 + ], + [ + "ivory", + -11.7436 + ], + [ + "kay", + -11.7436 + ], + [ + "lance", + -11.7436 + ], + [ + "lengths", + -11.7436 + ], + [ + "lightly", + -11.7436 + ], + [ + "lyon", + -11.7436 + ], + [ + "marines", + -11.7436 + ], + [ + "memorable", + -11.7436 + ], + [ + "mercedes", + -11.7436 + ], + [ + "misery", + -11.7436 + ], + [ + "monica", + -11.7436 + ], + [ + "neat", + -11.7436 + ], + [ + "newest", + -11.7436 + ], + [ + "nsa", + -11.7436 + ], + [ + "obstacles", + -11.7436 + ], + [ + "panama", + -11.7436 + ], + [ + "party's", + -11.7436 + ], + [ + "plague", + -11.7436 + ], + [ + "plasma", + -11.7436 + ], + [ + "polite", + -11.7436 + ], + [ + "prestigious", + -11.7436 + ], + [ + "prevents", + -11.7436 + ], + [ + "preview", + -11.7436 + ], + [ + "processor", + -11.7436 + ], + [ + "progression", + -11.7436 + ], + [ + "prohibition", + -11.7436 + ], + [ + "prompted", + -11.7436 + ], + [ + "proximity", + -11.7436 + ], + [ + "randy", + -11.7436 + ], + [ + "rebecca", + -11.7436 + ], + [ + "recruiting", + -11.7436 + ], + [ + "relaxing", + -11.7436 + ], + [ + "res", + -11.7436 + ], + [ + "richardson", + -11.7436 + ], + [ + "robots", + -11.7436 + ], + [ + "roller", + -11.7436 + ], + [ + "runners", + -11.7436 + ], + [ + "shane", + -11.7436 + ], + [ + "sharon", + -11.7436 + ], + [ + "shuttle", + -11.7436 + ], + [ + "sodium", + -11.7436 + ], + [ + "specify", + -11.7436 + ], + [ + "stare", + -11.7436 + ], + [ + "suppliers", + -11.7436 + ], + [ + "tempted", + -11.7436 + ], + [ + "texture", + -11.7436 + ], + [ + "thief", + -11.7436 + ], + [ + "thrust", + -11.7436 + ], + [ + "umbrella", + -11.7436 + ], + [ + "unstable", + -11.7436 + ], + [ + "vector", + -11.7436 + ], + [ + "verbal", + -11.7436 + ], + [ + "volleyball", + -11.7436 + ], + [ + "waist", + -11.7436 + ], + [ + "wang", + -11.7436 + ], + [ + "weaker", + -11.7436 + ], + [ + "willie", + -11.7436 + ], + [ + "willingness", + -11.7436 + ], + [ + "winston", + -11.7436 + ], + [ + "yankees", + -11.7436 + ], + [ + "yemen", + -11.7436 + ], + [ + "aerial", + -11.7665 + ], + [ + "amber", + -11.7665 + ], + [ + "ana", + -11.7665 + ], + [ + "andrea", + -11.7665 + ], + [ + "anglo", + -11.7665 + ], + [ + "applause", + -11.7665 + ], + [ + "apples", + -11.7665 + ], + [ + "appointments", + -11.7665 + ], + [ + "assessed", + -11.7665 + ], + [ + "attractions", + -11.7665 + ], + [ + "barnes", + -11.7665 + ], + [ + "berry", + -11.7665 + ], + [ + "bizarre", + -11.7665 + ], + [ + "butterfly", + -11.7665 + ], + [ + "cement", + -11.7665 + ], + [ + "charities", + -11.7665 + ], + [ + "christine", + -11.7665 + ], + [ + "claude", + -11.7665 + ], + [ + "cleaner", + -11.7665 + ], + [ + "commodities", + -11.7665 + ], + [ + "compelling", + -11.7665 + ], + [ + "conditioning", + -11.7665 + ], + [ + "conquest", + -11.7665 + ], + [ + "consuming", + -11.7665 + ], + [ + "cooler", + -11.7665 + ], + [ + "cracking", + -11.7665 + ], + [ + "cracks", + -11.7665 + ], + [ + "credibility", + -11.7665 + ], + [ + "cum", + -11.7665 + ], + [ + "dakota", + -11.7665 + ], + [ + "dancers", + -11.7665 + ], + [ + "daylight", + -11.7665 + ], + [ + "demonstrations", + -11.7665 + ], + [ + "departed", + -11.7665 + ], + [ + "designing", + -11.7665 + ], + [ + "discretion", + -11.7665 + ], + [ + "ditch", + -11.7665 + ], + [ + "doubled", + -11.7665 + ], + [ + "downs", + -11.7665 + ], + [ + "economically", + -11.7665 + ], + [ + "endangered", + -11.7665 + ], + [ + "escort", + -11.7665 + ], + [ + "estates", + -11.7665 + ], + [ + "exploit", + -11.7665 + ], + [ + "finishes", + -11.7665 + ], + [ + "fist", + -11.7665 + ], + [ + "flu", + -11.7665 + ], + [ + "fond", + -11.7665 + ], + [ + "fourteen", + -11.7665 + ], + [ + "fragile", + -11.7665 + ], + [ + "fraser", + -11.7665 + ], + [ + "fu", + -11.7665 + ], + [ + "gameplay", + -11.7665 + ], + [ + "garcia", + -11.7665 + ], + [ + "geometry", + -11.7665 + ], + [ + "ghana", + -11.7665 + ], + [ + "gratitude", + -11.7665 + ], + [ + "griffin", + -11.7665 + ], + [ + "guessing", + -11.7665 + ], + [ + "gum", + -11.7665 + ], + [ + "hail", + -11.7665 + ], + [ + "hampshire", + -11.7665 + ], + [ + "hans", + -11.7665 + ], + [ + "header", + -11.7665 + ], + [ + "holocaust", + -11.7665 + ], + [ + "honda", + -11.7665 + ], + [ + "hungarian", + -11.7665 + ], + [ + "immense", + -11.7665 + ], + [ + "imply", + -11.7665 + ], + [ + "incentives", + -11.7665 + ], + [ + "individually", + -11.7665 + ], + [ + "insufficient", + -11.7665 + ], + [ + "ivan", + -11.7665 + ], + [ + "journals", + -11.7665 + ], + [ + "l.a", + -11.7665 + ], + [ + "lanka", + -11.7665 + ], + [ + "learnt", + -11.7665 + ], + [ + "liam", + -11.7665 + ], + [ + "locks", + -11.7665 + ], + [ + "lynch", + -11.7665 + ], + [ + "manning", + -11.7665 + ], + [ + "marshal", + -11.7665 + ], + [ + "med", + -11.7665 + ], + [ + "miners", + -11.7665 + ], + [ + "mint", + -11.7665 + ], + [ + "misleading", + -11.7665 + ], + [ + "modification", + -11.7665 + ], + [ + "molecules", + -11.7665 + ], + [ + "molly", + -11.7665 + ], + [ + "mommy", + -11.7665 + ], + [ + "monitors", + -11.7665 + ], + [ + "monuments", + -11.7665 + ], + [ + "muhammad", + -11.7665 + ], + [ + "municipality", + -11.7665 + ], + [ + "nc", + -11.7665 + ], + [ + "newton", + -11.7665 + ], + [ + "nickname", + -11.7665 + ], + [ + "nobel", + -11.7665 + ], + [ + "overtime", + -11.7665 + ], + [ + "packaging", + -11.7665 + ], + [ + "papa", + -11.7665 + ], + [ + "peasants", + -11.7665 + ], + [ + "personalities", + -11.7665 + ], + [ + "phrases", + -11.7665 + ], + [ + "playstation", + -11.7665 + ], + [ + "poets", + -11.7665 + ], + [ + "ra", + -11.7665 + ], + [ + "rains", + -11.7665 + ], + [ + "reliability", + -11.7665 + ], + [ + "renewable", + -11.7665 + ], + [ + "rescued", + -11.7665 + ], + [ + "respondents", + -11.7665 + ], + [ + "reunion", + -11.7665 + ], + [ + "rode", + -11.7665 + ], + [ + "rt", + -11.7665 + ], + [ + "sack", + -11.7665 + ], + [ + "sampling", + -11.7665 + ], + [ + "scotia", + -11.7665 + ], + [ + "seated", + -11.7665 + ], + [ + "sebastian", + -11.7665 + ], + [ + "setup", + -11.7665 + ], + [ + "shades", + -11.7665 + ], + [ + "shortage", + -11.7665 + ], + [ + "sings", + -11.7665 + ], + [ + "sophie", + -11.7665 + ], + [ + "soundtrack", + -11.7665 + ], + [ + "sperm", + -11.7665 + ], + [ + "squeeze", + -11.7665 + ], + [ + "subjective", + -11.7665 + ], + [ + "subscribe", + -11.7665 + ], + [ + "taxpayer", + -11.7665 + ], + [ + "trails", + -11.7665 + ], + [ + "travis", + -11.7665 + ], + [ + "upgraded", + -11.7665 + ], + [ + "vegetation", + -11.7665 + ], + [ + "voter", + -11.7665 + ], + [ + "wholesale", + -11.7665 + ], + [ + "wholly", + -11.7665 + ], + [ + "wifi", + -11.7665 + ], + [ + "woo", + -11.7665 + ], + [ + "workout", + -11.7665 + ], + [ + "yu", + -11.7665 + ], + [ + "\u266a", + -11.7665 + ], + [ + "accompany", + -11.7887 + ], + [ + "administrators", + -11.7887 + ], + [ + "anatomy", + -11.7887 + ], + [ + "andre", + -11.7887 + ], + [ + "appetite", + -11.7887 + ], + [ + "attachment", + -11.7887 + ], + [ + "balloon", + -11.7887 + ], + [ + "beautifully", + -11.7887 + ], + [ + "berkeley", + -11.7887 + ], + [ + "blah", + -11.7887 + ], + [ + "cables", + -11.7887 + ], + [ + "casey", + -11.7887 + ], + [ + "cellular", + -11.7887 + ], + [ + "churchill", + -11.7887 + ], + [ + "climbed", + -11.7887 + ], + [ + "consult", + -11.7887 + ], + [ + "curtis", + -11.7887 + ], + [ + "designation", + -11.7887 + ], + [ + "desperately", + -11.7887 + ], + [ + "discusses", + -11.7887 + ], + [ + "displaced", + -11.7887 + ], + [ + "dominate", + -11.7887 + ], + [ + "ea", + -11.7887 + ], + [ + "ebola", + -11.7887 + ], + [ + "educate", + -11.7887 + ], + [ + "enabling", + -11.7887 + ], + [ + "envelope", + -11.7887 + ], + [ + "erected", + -11.7887 + ], + [ + "eva", + -11.7887 + ], + [ + "exterior", + -11.7887 + ], + [ + "fools", + -11.7887 + ], + [ + "forehead", + -11.7887 + ], + [ + "fountain", + -11.7887 + ], + [ + "friend's", + -11.7887 + ], + [ + "frog", + -11.7887 + ], + [ + "frustrating", + -11.7887 + ], + [ + "gases", + -11.7887 + ], + [ + "gasoline", + -11.7887 + ], + [ + "genesis", + -11.7887 + ], + [ + "hardcore", + -11.7887 + ], + [ + "heir", + -11.7887 + ], + [ + "inheritance", + -11.7887 + ], + [ + "inland", + -11.7887 + ], + [ + "istanbul", + -11.7887 + ], + [ + "jenny", + -11.7887 + ], + [ + "karma", + -11.7887 + ], + [ + "kurt", + -11.7887 + ], + [ + "landmark", + -11.7887 + ], + [ + "lauren", + -11.7887 + ], + [ + "leaning", + -11.7887 + ], + [ + "lending", + -11.7887 + ], + [ + "liar", + -11.7887 + ], + [ + "litigation", + -11.7887 + ], + [ + "lively", + -11.7887 + ], + [ + "locals", + -11.7887 + ], + [ + "locker", + -11.7887 + ], + [ + "lowered", + -11.7887 + ], + [ + "manuscript", + -11.7887 + ], + [ + "neighboring", + -11.7887 + ], + [ + "nina", + -11.7887 + ], + [ + "nominee", + -11.7887 + ], + [ + "notices", + -11.7887 + ], + [ + "objection", + -11.7887 + ], + [ + "oversight", + -11.7887 + ], + [ + "pas", + -11.7887 + ], + [ + "patriots", + -11.7887 + ], + [ + "penguin", + -11.7887 + ], + [ + "persuade", + -11.7887 + ], + [ + "pi", + -11.7887 + ], + [ + "plea", + -11.7887 + ], + [ + "po", + -11.7887 + ], + [ + "possessed", + -11.7887 + ], + [ + "prediction", + -11.7887 + ], + [ + "predictions", + -11.7887 + ], + [ + "proceeding", + -11.7887 + ], + [ + "proclaimed", + -11.7887 + ], + [ + "profiles", + -11.7887 + ], + [ + "psychiatric", + -11.7887 + ], + [ + "qualifications", + -11.7887 + ], + [ + "reactor", + -11.7887 + ], + [ + "reinforced", + -11.7887 + ], + [ + "resurrection", + -11.7887 + ], + [ + "rhetoric", + -11.7887 + ], + [ + "sadness", + -11.7887 + ], + [ + "sci", + -11.7887 + ], + [ + "seniors", + -11.7887 + ], + [ + "sensation", + -11.7887 + ], + [ + "sensors", + -11.7887 + ], + [ + "seoul", + -11.7887 + ], + [ + "sequel", + -11.7887 + ], + [ + "sided", + -11.7887 + ], + [ + "silicon", + -11.7887 + ], + [ + "skies", + -11.7887 + ], + [ + "skiing", + -11.7887 + ], + [ + "sponsors", + -11.7887 + ], + [ + "spouse", + -11.7887 + ], + [ + "subsidies", + -11.7887 + ], + [ + "supporter", + -11.7887 + ], + [ + "sworn", + -11.7887 + ], + [ + "tens", + -11.7887 + ], + [ + "terrace", + -11.7887 + ], + [ + "towel", + -11.7887 + ], + [ + "tricky", + -11.7887 + ], + [ + "undergo", + -11.7887 + ], + [ + "undoubtedly", + -11.7887 + ], + [ + "unified", + -11.7887 + ], + [ + "vocabulary", + -11.7887 + ], + [ + "yale", + -11.7887 + ], + [ + "yearly", + -11.7887 + ], + [ + "00c", + -11.8127 + ], + [ + "abundance", + -11.8127 + ], + [ + "accessed", + -11.8127 + ], + [ + "accountability", + -11.8127 + ], + [ + "affiliated", + -11.8127 + ], + [ + "aftermath", + -11.8127 + ], + [ + "alley", + -11.8127 + ], + [ + "andrews", + -11.8127 + ], + [ + "appealing", + -11.8127 + ], + [ + "arising", + -11.8127 + ], + [ + "arkansas", + -11.8127 + ], + [ + "assurance", + -11.8127 + ], + [ + "baking", + -11.8127 + ], + [ + "biography", + -11.8127 + ], + [ + "bitches", + -11.8127 + ], + [ + "blamed", + -11.8127 + ], + [ + "blessings", + -11.8127 + ], + [ + "brotherhood", + -11.8127 + ], + [ + "bulgarian", + -11.8127 + ], + [ + "bury", + -11.8127 + ], + [ + "carnival", + -11.8127 + ], + [ + "cheated", + -11.8127 + ], + [ + "chess", + -11.8127 + ], + [ + "citing", + -11.8127 + ], + [ + "clown", + -11.8127 + ], + [ + "collector", + -11.8127 + ], + [ + "combinations", + -11.8127 + ], + [ + "committing", + -11.8127 + ], + [ + "communism", + -11.8127 + ], + [ + "compliment", + -11.8127 + ], + [ + "composite", + -11.8127 + ], + [ + "confidential", + -11.8127 + ], + [ + "consume", + -11.8127 + ], + [ + "cr", + -11.8127 + ], + [ + "creep", + -11.8127 + ], + [ + "cunt", + -11.8127 + ], + [ + "debris", + -11.8127 + ], + [ + "demonstrates", + -11.8127 + ], + [ + "deputies", + -11.8127 + ], + [ + "desirable", + -11.8127 + ], + [ + "destructive", + -11.8127 + ], + [ + "directing", + -11.8127 + ], + [ + "dodge", + -11.8127 + ], + [ + "doses", + -11.8127 + ], + [ + "economist", + -11.8127 + ], + [ + "encounters", + -11.8127 + ], + [ + "enforced", + -11.8127 + ], + [ + "envy", + -11.8127 + ], + [ + "essex", + -11.8127 + ], + [ + "exhibited", + -11.8127 + ], + [ + "extensively", + -11.8127 + ], + [ + "flavor", + -11.8127 + ], + [ + "flown", + -11.8127 + ], + [ + "franco", + -11.8127 + ], + [ + "gandhi", + -11.8127 + ], + [ + "gb", + -11.8127 + ], + [ + "gifted", + -11.8127 + ], + [ + "grind", + -11.8127 + ], + [ + "hostage", + -11.8127 + ], + [ + "humidity", + -11.8127 + ], + [ + "hype", + -11.8127 + ], + [ + "ibm", + -11.8127 + ], + [ + "imprisoned", + -11.8127 + ], + [ + "incidence", + -11.8127 + ], + [ + "inclined", + -11.8127 + ], + [ + "inmates", + -11.8127 + ], + [ + "instructed", + -11.8127 + ], + [ + "interpret", + -11.8127 + ], + [ + "jar", + -11.8127 + ], + [ + "junction", + -11.8127 + ], + [ + "ki", + -11.8127 + ], + [ + "lacked", + -11.8127 + ], + [ + "launches", + -11.8127 + ], + [ + "lb", + -11.8127 + ], + [ + "leagues", + -11.8127 + ], + [ + "lgbt", + -11.8127 + ], + [ + "licensing", + -11.8127 + ], + [ + "lone", + -11.8127 + ], + [ + "luther", + -11.8127 + ], + [ + "mapping", + -11.8127 + ], + [ + "migrants", + -11.8127 + ], + [ + "modeling", + -11.8127 + ], + [ + "naming", + -11.8127 + ], + [ + "nashville", + -11.8127 + ], + [ + "ninja", + -11.8127 + ], + [ + "observatory", + -11.8127 + ], + [ + "ou", + -11.8127 + ], + [ + "outlets", + -11.8127 + ], + [ + "owed", + -11.8127 + ], + [ + "pioneer", + -11.8127 + ], + [ + "pointless", + -11.8127 + ], + [ + "positively", + -11.8127 + ], + [ + "postal", + -11.8127 + ], + [ + "quicker", + -11.8127 + ], + [ + "rapper", + -11.8127 + ], + [ + "receipt", + -11.8127 + ], + [ + "resting", + -11.8127 + ], + [ + "reversed", + -11.8127 + ], + [ + "rex", + -11.8127 + ], + [ + "rico", + -11.8127 + ], + [ + "ronald", + -11.8127 + ], + [ + "scenarios", + -11.8127 + ], + [ + "seize", + -11.8127 + ], + [ + "settlers", + -11.8127 + ], + [ + "shaft", + -11.8127 + ], + [ + "showcase", + -11.8127 + ], + [ + "slopes", + -11.8127 + ], + [ + "solomon", + -11.8127 + ], + [ + "sounding", + -11.8127 + ], + [ + "specialists", + -11.8127 + ], + [ + "spill", + -11.8127 + ], + [ + "steadily", + -11.8127 + ], + [ + "swallow", + -11.8127 + ], + [ + "tablets", + -11.8127 + ], + [ + "therapeutic", + -11.8127 + ], + [ + "tomatoes", + -11.8127 + ], + [ + "tonnes", + -11.8127 + ], + [ + "trek", + -11.8127 + ], + [ + "uncommon", + -11.8127 + ], + [ + "vinyl", + -11.8127 + ], + [ + "wagon", + -11.8127 + ], + [ + "wee", + -11.8127 + ], + [ + "zip", + -11.8127 + ], + [ + "a00", + -11.8359 + ], + [ + "admits", + -11.8359 + ], + [ + "affection", + -11.8359 + ], + [ + "amended", + -11.8359 + ], + [ + "analyze", + -11.8359 + ], + [ + "assassination", + -11.8359 + ], + [ + "assignments", + -11.8359 + ], + [ + "automotive", + -11.8359 + ], + [ + "baked", + -11.8359 + ], + [ + "bloom", + -11.8359 + ], + [ + "bmw", + -11.8359 + ], + [ + "bosses", + -11.8359 + ], + [ + "burke", + -11.8359 + ], + [ + "caesar", + -11.8359 + ], + [ + "calvin", + -11.8359 + ], + [ + "canyon", + -11.8359 + ], + [ + "celebrations", + -11.8359 + ], + [ + "choir", + -11.8359 + ], + [ + "chorus", + -11.8359 + ], + [ + "commanding", + -11.8359 + ], + [ + "conception", + -11.8359 + ], + [ + "contractors", + -11.8359 + ], + [ + "coordinates", + -11.8359 + ], + [ + "correspondent", + -11.8359 + ], + [ + "cox", + -11.8359 + ], + [ + "crosses", + -11.8359 + ], + [ + "cube", + -11.8359 + ], + [ + "damaging", + -11.8359 + ], + [ + "declining", + -11.8359 + ], + [ + "dee", + -11.8359 + ], + [ + "deeds", + -11.8359 + ], + [ + "determines", + -11.8359 + ], + [ + "diagnostic", + -11.8359 + ], + [ + "disabilities", + -11.8359 + ], + [ + "donors", + -11.8359 + ], + [ + "dudes", + -11.8359 + ], + [ + "dug", + -11.8359 + ], + [ + "espn", + -11.8359 + ], + [ + "eternity", + -11.8359 + ], + [ + "farther", + -11.8359 + ], + [ + "finances", + -11.8359 + ], + [ + "fulfill", + -11.8359 + ], + [ + "gaps", + -11.8359 + ], + [ + "gilbert", + -11.8359 + ], + [ + "glance", + -11.8359 + ], + [ + "gregory", + -11.8359 + ], + [ + "hague", + -11.8359 + ], + [ + "haunted", + -11.8359 + ], + [ + "hayes", + -11.8359 + ], + [ + "headline", + -11.8359 + ], + [ + "heavens", + -11.8359 + ], + [ + "hiking", + -11.8359 + ], + [ + "hooked", + -11.8359 + ], + [ + "hopkins", + -11.8359 + ], + [ + "idk", + -11.8359 + ], + [ + "implementing", + -11.8359 + ], + [ + "ins", + -11.8359 + ], + [ + "interrupted", + -11.8359 + ], + [ + "investor", + -11.8359 + ], + [ + "irony", + -11.8359 + ], + [ + "isnt", + -11.8359 + ], + [ + "ji", + -11.8359 + ], + [ + "juvenile", + -11.8359 + ], + [ + "kenneth", + -11.8359 + ], + [ + "knocking", + -11.8359 + ], + [ + "lethal", + -11.8359 + ], + [ + "livestock", + -11.8359 + ], + [ + "marina", + -11.8359 + ], + [ + "maya", + -11.8359 + ], + [ + "merchants", + -11.8359 + ], + [ + "miranda", + -11.8359 + ], + [ + "moisture", + -11.8359 + ], + [ + "monastery", + -11.8359 + ], + [ + "moss", + -11.8359 + ], + [ + "mtv", + -11.8359 + ], + [ + "nation's", + -11.8359 + ], + [ + "nepal", + -11.8359 + ], + [ + "newer", + -11.8359 + ], + [ + "nitrogen", + -11.8359 + ], + [ + "nixon", + -11.8359 + ], + [ + "oval", + -11.8359 + ], + [ + "owing", + -11.8359 + ], + [ + "parental", + -11.8359 + ], + [ + "pasta", + -11.8359 + ], + [ + "peanut", + -11.8359 + ], + [ + "persian", + -11.8359 + ], + [ + "pharmaceutical", + -11.8359 + ], + [ + "pools", + -11.8359 + ], + [ + "problematic", + -11.8359 + ], + [ + "qualification", + -11.8359 + ], + [ + "radius", + -11.8359 + ], + [ + "raiders", + -11.8359 + ], + [ + "rankings", + -11.8359 + ], + [ + "recordings", + -11.8359 + ], + [ + "recreational", + -11.8359 + ], + [ + "relied", + -11.8359 + ], + [ + "reluctant", + -11.8359 + ], + [ + "remedy", + -11.8359 + ], + [ + "rented", + -11.8359 + ], + [ + "reviewing", + -11.8359 + ], + [ + "revolt", + -11.8359 + ], + [ + "roma", + -11.8359 + ], + [ + "seals", + -11.8359 + ], + [ + "selecting", + -11.8359 + ], + [ + "shave", + -11.8359 + ], + [ + "sincerely", + -11.8359 + ], + [ + "skirt", + -11.8359 + ], + [ + "snakes", + -11.8359 + ], + [ + "sour", + -11.8359 + ], + [ + "specialty", + -11.8359 + ], + [ + "specifications", + -11.8359 + ], + [ + "stabbed", + -11.8359 + ], + [ + "statutory", + -11.8359 + ], + [ + "stretched", + -11.8359 + ], + [ + "structured", + -11.8359 + ], + [ + "submissions", + -11.8359 + ], + [ + "sullivan", + -11.8359 + ], + [ + "sunlight", + -11.8359 + ], + [ + "surprises", + -11.8359 + ], + [ + "tags", + -11.8359 + ], + [ + "teammates", + -11.8359 + ], + [ + "terrifying", + -11.8359 + ], + [ + "trademark", + -11.8359 + ], + [ + "trevor", + -11.8359 + ], + [ + "trinity", + -11.8359 + ], + [ + "trio", + -11.8359 + ], + [ + "uranium", + -11.8359 + ], + [ + "validity", + -11.8359 + ], + [ + "wo", + -11.8359 + ], + [ + "wool", + -11.8359 + ], + [ + "workshops", + -11.8359 + ], + [ + "\u00e2", + -11.8359 + ], + [ + "afghan", + -11.8582 + ], + [ + "allocation", + -11.8582 + ], + [ + "alternatively", + -11.8582 + ], + [ + "americas", + -11.8582 + ], + [ + "anal", + -11.8582 + ], + [ + "angles", + -11.8582 + ], + [ + "apparatus", + -11.8582 + ], + [ + "appealed", + -11.8582 + ], + [ + "architects", + -11.8582 + ], + [ + "arose", + -11.8582 + ], + [ + "atm", + -11.8582 + ], + [ + "autism", + -11.8582 + ], + [ + "bachelor", + -11.8582 + ], + [ + "beth", + -11.8582 + ], + [ + "betting", + -11.8582 + ], + [ + "buddhist", + -11.8582 + ], + [ + "chad", + -11.8582 + ], + [ + "chicks", + -11.8582 + ], + [ + "coffin", + -11.8582 + ], + [ + "commitments", + -11.8582 + ], + [ + "concludes", + -11.8582 + ], + [ + "consolidated", + -11.8582 + ], + [ + "constructive", + -11.8582 + ], + [ + "coordinate", + -11.8582 + ], + [ + "coordinator", + -11.8582 + ], + [ + "covenant", + -11.8582 + ], + [ + "cuisine", + -11.8582 + ], + [ + "dances", + -11.8582 + ], + [ + "def", + -11.8582 + ], + [ + "dell", + -11.8582 + ], + [ + "destined", + -11.8582 + ], + [ + "dolphins", + -11.8582 + ], + [ + "dos", + -11.8582 + ], + [ + "enrolled", + -11.8582 + ], + [ + "evolutionary", + -11.8582 + ], + [ + "feminine", + -11.8582 + ], + [ + "flee", + -11.8582 + ], + [ + "folder", + -11.8582 + ], + [ + "gateway", + -11.8582 + ], + [ + "gf", + -11.8582 + ], + [ + "henderson", + -11.8582 + ], + [ + "humour", + -11.8582 + ], + [ + "innocence", + -11.8582 + ], + [ + "insights", + -11.8582 + ], + [ + "investigator", + -11.8582 + ], + [ + "inviting", + -11.8582 + ], + [ + "jeffrey", + -11.8582 + ], + [ + "labeled", + -11.8582 + ], + [ + "leslie", + -11.8582 + ], + [ + "margins", + -11.8582 + ], + [ + "marsh", + -11.8582 + ], + [ + "mcdonald's", + -11.8582 + ], + [ + "mentor", + -11.8582 + ], + [ + "metre", + -11.8582 + ], + [ + "millennium", + -11.8582 + ], + [ + "mistress", + -11.8582 + ], + [ + "mit", + -11.8582 + ], + [ + "nash", + -11.8582 + ], + [ + "negotiating", + -11.8582 + ], + [ + "ng", + -11.8582 + ], + [ + "other's", + -11.8582 + ], + [ + "packs", + -11.8582 + ], + [ + "pains", + -11.8582 + ], + [ + "parked", + -11.8582 + ], + [ + "perth", + -11.8582 + ], + [ + "pillow", + -11.8582 + ], + [ + "pouring", + -11.8582 + ], + [ + "practiced", + -11.8582 + ], + [ + "predecessor", + -11.8582 + ], + [ + "predominantly", + -11.8582 + ], + [ + "princeton", + -11.8582 + ], + [ + "privileges", + -11.8582 + ], + [ + "probable", + -11.8582 + ], + [ + "promotional", + -11.8582 + ], + [ + "proposition", + -11.8582 + ], + [ + "rainfall", + -11.8582 + ], + [ + "rebuild", + -11.8582 + ], + [ + "refined", + -11.8582 + ], + [ + "render", + -11.8582 + ], + [ + "riley", + -11.8582 + ], + [ + "robertson", + -11.8582 + ], + [ + "rows", + -11.8582 + ], + [ + "shields", + -11.8582 + ], + [ + "sights", + -11.8582 + ], + [ + "sincere", + -11.8582 + ], + [ + "smarter", + -11.8582 + ], + [ + "sonic", + -11.8582 + ], + [ + "spends", + -11.8582 + ], + [ + "spine", + -11.8582 + ], + [ + "spit", + -11.8582 + ], + [ + "spoon", + -11.8582 + ], + [ + "stiff", + -11.8582 + ], + [ + "stretching", + -11.8582 + ], + [ + "strips", + -11.8582 + ], + [ + "swap", + -11.8582 + ], + [ + "synthesis", + -11.8582 + ], + [ + "teachings", + -11.8582 + ], + [ + "telecommunications", + -11.8582 + ], + [ + "template", + -11.8582 + ], + [ + "tolerate", + -11.8582 + ], + [ + "tournaments", + -11.8582 + ], + [ + "treasurer", + -11.8582 + ], + [ + "triggered", + -11.8582 + ], + [ + "tweets", + -11.8582 + ], + [ + "uniforms", + -11.8582 + ], + [ + "upstairs", + -11.8582 + ], + [ + "urine", + -11.8582 + ], + [ + "utilities", + -11.8582 + ], + [ + "vagina", + -11.8582 + ], + [ + "victories", + -11.8582 + ], + [ + "vodka", + -11.8582 + ], + [ + "warnings", + -11.8582 + ], + [ + "whistle", + -11.8582 + ], + [ + "whoa", + -11.8582 + ], + [ + "yell", + -11.8582 + ], + [ + "accidental", + -11.8811 + ], + [ + "acids", + -11.8811 + ], + [ + "advancement", + -11.8811 + ], + [ + "ag", + -11.8811 + ], + [ + "allergic", + -11.8811 + ], + [ + "allocated", + -11.8811 + ], + [ + "amendments", + -11.8811 + ], + [ + "amid", + -11.8811 + ], + [ + "announcing", + -11.8811 + ], + [ + "archaeological", + -11.8811 + ], + [ + "beers", + -11.8811 + ], + [ + "belfast", + -11.8811 + ], + [ + "binary", + -11.8811 + ], + [ + "blades", + -11.8811 + ], + [ + "boris", + -11.8811 + ], + [ + "buddha", + -11.8811 + ], + [ + "builder", + -11.8811 + ], + [ + "cavalry", + -11.8811 + ], + [ + "censorship", + -11.8811 + ], + [ + "ceremonies", + -11.8811 + ], + [ + "certification", + -11.8811 + ], + [ + "classics", + -11.8811 + ], + [ + "coconut", + -11.8811 + ], + [ + "commercials", + -11.8811 + ], + [ + "competitions", + -11.8811 + ], + [ + "competitor", + -11.8811 + ], + [ + "composer", + -11.8811 + ], + [ + "confront", + -11.8811 + ], + [ + "cooperate", + -11.8811 + ], + [ + "crashes", + -11.8811 + ], + [ + "crowds", + -11.8811 + ], + [ + "cyber", + -11.8811 + ], + [ + "darker", + -11.8811 + ], + [ + "discovering", + -11.8811 + ], + [ + "dodgers", + -11.8811 + ], + [ + "dominance", + -11.8811 + ], + [ + "dominican", + -11.8811 + ], + [ + "drilling", + -11.8811 + ], + [ + "ds", + -11.8811 + ], + [ + "earth's", + -11.8811 + ], + [ + "ecological", + -11.8811 + ], + [ + "editions", + -11.8811 + ], + [ + "encourages", + -11.8811 + ], + [ + "explorer", + -11.8811 + ], + [ + "feeds", + -11.8811 + ], + [ + "ferguson", + -11.8811 + ], + [ + "ferrari", + -11.8811 + ], + [ + "filters", + -11.8811 + ], + [ + "fl", + -11.8811 + ], + [ + "floyd", + -11.8811 + ], + [ + "freeman", + -11.8811 + ], + [ + "fulfilled", + -11.8811 + ], + [ + "grams", + -11.8811 + ], + [ + "halls", + -11.8811 + ], + [ + "hatch", + -11.8811 + ], + [ + "hospitality", + -11.8811 + ], + [ + "imposing", + -11.8811 + ], + [ + "inclusive", + -11.8811 + ], + [ + "inconsistent", + -11.8811 + ], + [ + "joyce", + -11.8811 + ], + [ + "jumps", + -11.8811 + ], + [ + "lebanese", + -11.8811 + ], + [ + "lengthy", + -11.8811 + ], + [ + "metric", + -11.8811 + ], + [ + "mickey", + -11.8811 + ], + [ + "modifications", + -11.8811 + ], + [ + "monks", + -11.8811 + ], + [ + "nationally", + -11.8811 + ], + [ + "negotiated", + -11.8811 + ], + [ + "nets", + -11.8811 + ], + [ + "nevada", + -11.8811 + ], + [ + "nhs", + -11.8811 + ], + [ + "nude", + -11.8811 + ], + [ + "occupational", + -11.8811 + ], + [ + "optimistic", + -11.8811 + ], + [ + "originated", + -11.8811 + ], + [ + "pac", + -11.8811 + ], + [ + "parenting", + -11.8811 + ], + [ + "peaks", + -11.8811 + ], + [ + "performers", + -11.8811 + ], + [ + "philosopher", + -11.8811 + ], + [ + "prejudice", + -11.8811 + ], + [ + "prisons", + -11.8811 + ], + [ + "prolonged", + -11.8811 + ], + [ + "railways", + -11.8811 + ], + [ + "recruit", + -11.8811 + ], + [ + "ref", + -11.8811 + ], + [ + "relay", + -11.8811 + ], + [ + "responds", + -11.8811 + ], + [ + "rifles", + -11.8811 + ], + [ + "rom", + -11.8811 + ], + [ + "sands", + -11.8811 + ], + [ + "satisfying", + -11.8811 + ], + [ + "selective", + -11.8811 + ], + [ + "settling", + -11.8811 + ], + [ + "sherman", + -11.8811 + ], + [ + "showers", + -11.8811 + ], + [ + "simpler", + -11.8811 + ], + [ + "slaughter", + -11.8811 + ], + [ + "sliding", + -11.8811 + ], + [ + "spice", + -11.8811 + ], + [ + "staged", + -11.8811 + ], + [ + "stall", + -11.8811 + ], + [ + "striker", + -11.8811 + ], + [ + "suburban", + -11.8811 + ], + [ + "supplier", + -11.8811 + ], + [ + "surroundings", + -11.8811 + ], + [ + "teddy", + -11.8811 + ], + [ + "tensions", + -11.8811 + ], + [ + "terminology", + -11.8811 + ], + [ + "testify", + -11.8811 + ], + [ + "theological", + -11.8811 + ], + [ + "tory", + -11.8811 + ], + [ + "toss", + -11.8811 + ], + [ + "toyota", + -11.8811 + ], + [ + "translations", + -11.8811 + ], + [ + "trusts", + -11.8811 + ], + [ + "tumor", + -11.8811 + ], + [ + "twilight", + -11.8811 + ], + [ + "uganda", + -11.8811 + ], + [ + "unprecedented", + -11.8811 + ], + [ + "week's", + -11.8811 + ], + [ + "wheelchair", + -11.8811 + ], + [ + "whiskey", + -11.8811 + ], + [ + "wiped", + -11.8811 + ], + [ + "wires", + -11.8811 + ], + [ + "accountable", + -11.9045 + ], + [ + "ahmed", + -11.9045 + ], + [ + "aired", + -11.9045 + ], + [ + "amazed", + -11.9045 + ], + [ + "armstrong", + -11.9045 + ], + [ + "awhile", + -11.9045 + ], + [ + "bake", + -11.9045 + ], + [ + "battalion", + -11.9045 + ], + [ + "broadly", + -11.9045 + ], + [ + "bunny", + -11.9045 + ], + [ + "c'mon", + -11.9045 + ], + [ + "canceled", + -11.9045 + ], + [ + "candle", + -11.9045 + ], + [ + "capita", + -11.9045 + ], + [ + "cereal", + -11.9045 + ], + [ + "chooses", + -11.9045 + ], + [ + "comparative", + -11.9045 + ], + [ + "convey", + -11.9045 + ], + [ + "coral", + -11.9045 + ], + [ + "counterparts", + -11.9045 + ], + [ + "cp", + -11.9045 + ], + [ + "curry", + -11.9045 + ], + [ + "curves", + -11.9045 + ], + [ + "cyrus", + -11.9045 + ], + [ + "darwin", + -11.9045 + ], + [ + "defects", + -11.9045 + ], + [ + "definite", + -11.9045 + ], + [ + "delivers", + -11.9045 + ], + [ + "deposited", + -11.9045 + ], + [ + "disposition", + -11.9045 + ], + [ + "disturbed", + -11.9045 + ], + [ + "dough", + -11.9045 + ], + [ + "drift", + -11.9045 + ], + [ + "drone", + -11.9045 + ], + [ + "elbow", + -11.9045 + ], + [ + "enacted", + -11.9045 + ], + [ + "endorsed", + -11.9045 + ], + [ + "enthusiastic", + -11.9045 + ], + [ + "epidemic", + -11.9045 + ], + [ + "evacuation", + -11.9045 + ], + [ + "exclusion", + -11.9045 + ], + [ + "f1", + -11.9045 + ], + [ + "faction", + -11.9045 + ], + [ + "fade", + -11.9045 + ], + [ + "favorable", + -11.9045 + ], + [ + "fellows", + -11.9045 + ], + [ + "font", + -11.9045 + ], + [ + "framed", + -11.9045 + ], + [ + "gif", + -11.9045 + ], + [ + "gossip", + -11.9045 + ], + [ + "grounded", + -11.9045 + ], + [ + "hahaha", + -11.9045 + ], + [ + "handles", + -11.9045 + ], + [ + "hardy", + -11.9045 + ], + [ + "hawk", + -11.9045 + ], + [ + "heavier", + -11.9045 + ], + [ + "herbert", + -11.9045 + ], + [ + "heroic", + -11.9045 + ], + [ + "hike", + -11.9045 + ], + [ + "hints", + -11.9045 + ], + [ + "hobby", + -11.9045 + ], + [ + "holly", + -11.9045 + ], + [ + "hometown", + -11.9045 + ], + [ + "honourable", + -11.9045 + ], + [ + "horns", + -11.9045 + ], + [ + "html", + -11.9045 + ], + [ + "incorporate", + -11.9045 + ], + [ + "incumbent", + -11.9045 + ], + [ + "infectious", + -11.9045 + ], + [ + "intersection", + -11.9045 + ], + [ + "killers", + -11.9045 + ], + [ + "lang", + -11.9045 + ], + [ + "life's", + -11.9045 + ], + [ + "maid", + -11.9045 + ], + [ + "marker", + -11.9045 + ], + [ + "maternal", + -11.9045 + ], + [ + "maurice", + -11.9045 + ], + [ + "merchandise", + -11.9045 + ], + [ + "messing", + -11.9045 + ], + [ + "mirrors", + -11.9045 + ], + [ + "mock", + -11.9045 + ], + [ + "modify", + -11.9045 + ], + [ + "mon", + -11.9045 + ], + [ + "napoleon", + -11.9045 + ], + [ + "narrator", + -11.9045 + ], + [ + "ncaa", + -11.9045 + ], + [ + "neighborhoods", + -11.9045 + ], + [ + "newman", + -11.9045 + ], + [ + "norms", + -11.9045 + ], + [ + "obesity", + -11.9045 + ], + [ + "obscure", + -11.9045 + ], + [ + "obsession", + -11.9045 + ], + [ + "persecution", + -11.9045 + ], + [ + "phenomena", + -11.9045 + ], + [ + "poisoning", + -11.9045 + ], + [ + "poured", + -11.9045 + ], + [ + "powell", + -11.9045 + ], + [ + "primitive", + -11.9045 + ], + [ + "prospective", + -11.9045 + ], + [ + "prototype", + -11.9045 + ], + [ + "putin", + -11.9045 + ], + [ + "quarterback", + -11.9045 + ], + [ + "quinn", + -11.9045 + ], + [ + "raids", + -11.9045 + ], + [ + "rand", + -11.9045 + ], + [ + "ranger", + -11.9045 + ], + [ + "realization", + -11.9045 + ], + [ + "reckless", + -11.9045 + ], + [ + "recognizes", + -11.9045 + ], + [ + "reconciliation", + -11.9045 + ], + [ + "recruited", + -11.9045 + ], + [ + "renewal", + -11.9045 + ], + [ + "repeating", + -11.9045 + ], + [ + "righteous", + -11.9045 + ], + [ + "rooted", + -11.9045 + ], + [ + "rulers", + -11.9045 + ], + [ + "salon", + -11.9045 + ], + [ + "saskatchewan", + -11.9045 + ], + [ + "satisfactory", + -11.9045 + ], + [ + "sen", + -11.9045 + ], + [ + "seth", + -11.9045 + ], + [ + "sheffield", + -11.9045 + ], + [ + "sickness", + -11.9045 + ], + [ + "sinking", + -11.9045 + ], + [ + "smashed", + -11.9045 + ], + [ + "snack", + -11.9045 + ], + [ + "sofa", + -11.9045 + ], + [ + "stripped", + -11.9045 + ], + [ + "sucked", + -11.9045 + ], + [ + "ti", + -11.9045 + ], + [ + "trent", + -11.9045 + ], + [ + "undertake", + -11.9045 + ], + [ + "vic", + -11.9045 + ], + [ + "villagers", + -11.9045 + ], + [ + "villain", + -11.9045 + ], + [ + "vince", + -11.9045 + ], + [ + "whereby", + -11.9045 + ], + [ + "wu", + -11.9045 + ], + [ + "yahoo", + -11.9045 + ], + [ + "absorb", + -11.9269 + ], + [ + "abusive", + -11.9269 + ], + [ + "accusations", + -11.9269 + ], + [ + "algeria", + -11.9269 + ], + [ + "ant", + -11.9269 + ], + [ + "arabs", + -11.9269 + ], + [ + "arrows", + -11.9269 + ], + [ + "assumes", + -11.9269 + ], + [ + "axe", + -11.9269 + ], + [ + "bald", + -11.9269 + ], + [ + "bomber", + -11.9269 + ], + [ + "bryant", + -11.9269 + ], + [ + "bully", + -11.9269 + ], + [ + "catalog", + -11.9269 + ], + [ + "compensate", + -11.9269 + ], + [ + "conductor", + -11.9269 + ], + [ + "confrontation", + -11.9269 + ], + [ + "costumes", + -11.9269 + ], + [ + "cowboy", + -11.9269 + ], + [ + "critically", + -11.9269 + ], + [ + "curtain", + -11.9269 + ], + [ + "decoration", + -11.9269 + ], + [ + "deliberate", + -11.9269 + ], + [ + "depressing", + -11.9269 + ], + [ + "destinations", + -11.9269 + ], + [ + "devils", + -11.9269 + ], + [ + "disappearance", + -11.9269 + ], + [ + "disclosed", + -11.9269 + ], + [ + "distracted", + -11.9269 + ], + [ + "economists", + -11.9269 + ], + [ + "eighteen", + -11.9269 + ], + [ + "elders", + -11.9269 + ], + [ + "emergence", + -11.9269 + ], + [ + "evaluated", + -11.9269 + ], + [ + "evolve", + -11.9269 + ], + [ + "exempt", + -11.9269 + ], + [ + "explanations", + -11.9269 + ], + [ + "extraction", + -11.9269 + ], + [ + "fatty", + -11.9269 + ], + [ + "forwards", + -11.9269 + ], + [ + "frightened", + -11.9269 + ], + [ + "genetics", + -11.9269 + ], + [ + "geological", + -11.9269 + ], + [ + "gibson", + -11.9269 + ], + [ + "glow", + -11.9269 + ], + [ + "halifax", + -11.9269 + ], + [ + "hesitate", + -11.9269 + ], + [ + "hierarchy", + -11.9269 + ], + [ + "hispanic", + -11.9269 + ], + [ + "indicators", + -11.9269 + ], + [ + "indirectly", + -11.9269 + ], + [ + "inferior", + -11.9269 + ], + [ + "instinct", + -11.9269 + ], + [ + "interval", + -11.9269 + ], + [ + "iso", + -11.9269 + ], + [ + "joints", + -11.9269 + ], + [ + "maiden", + -11.9269 + ], + [ + "manipulation", + -11.9269 + ], + [ + "marching", + -11.9269 + ], + [ + "marketplace", + -11.9269 + ], + [ + "merry", + -11.9269 + ], + [ + "methodology", + -11.9269 + ], + [ + "mia", + -11.9269 + ], + [ + "miguel", + -11.9269 + ], + [ + "milton", + -11.9269 + ], + [ + "minecraft", + -11.9269 + ], + [ + "monroe", + -11.9269 + ], + [ + "morrison", + -11.9269 + ], + [ + "mounting", + -11.9269 + ], + [ + "negotiation", + -11.9269 + ], + [ + "nickel", + -11.9269 + ], + [ + "niece", + -11.9269 + ], + [ + "notorious", + -11.9269 + ], + [ + "nursery", + -11.9269 + ], + [ + "offerings", + -11.9269 + ], + [ + "ooh", + -11.9269 + ], + [ + "paulo", + -11.9269 + ], + [ + "peel", + -11.9269 + ], + [ + "pitched", + -11.9269 + ], + [ + "pony", + -11.9269 + ], + [ + "portraits", + -11.9269 + ], + [ + "prep", + -11.9269 + ], + [ + "priced", + -11.9269 + ], + [ + "privileged", + -11.9269 + ], + [ + "prix", + -11.9269 + ], + [ + "prompt", + -11.9269 + ], + [ + "reliance", + -11.9269 + ], + [ + "reproductive", + -11.9269 + ], + [ + "restriction", + -11.9269 + ], + [ + "rewarded", + -11.9269 + ], + [ + "rhodes", + -11.9269 + ], + [ + "rica", + -11.9269 + ], + [ + "salvador", + -11.9269 + ], + [ + "searches", + -11.9269 + ], + [ + "serbia", + -11.9269 + ], + [ + "sleeve", + -11.9269 + ], + [ + "spiral", + -11.9269 + ], + [ + "stamps", + -11.9269 + ], + [ + "starving", + -11.9269 + ], + [ + "stems", + -11.9269 + ], + [ + "stockholm", + -11.9269 + ], + [ + "straightforward", + -11.9269 + ], + [ + "strengthened", + -11.9269 + ], + [ + "strengths", + -11.9269 + ], + [ + "switches", + -11.9269 + ], + [ + "tapes", + -11.9269 + ], + [ + "theres", + -11.9269 + ], + [ + "tomato", + -11.9269 + ], + [ + "tortured", + -11.9269 + ], + [ + "touring", + -11.9269 + ], + [ + "tunnels", + -11.9269 + ], + [ + "turnover", + -11.9269 + ], + [ + "unchanged", + -11.9269 + ], + [ + "username", + -11.9269 + ], + [ + "vain", + -11.9269 + ], + [ + "vault", + -11.9269 + ], + [ + "venues", + -11.9269 + ], + [ + "venus", + -11.9269 + ], + [ + "vicious", + -11.9269 + ], + [ + "walmart", + -11.9269 + ], + [ + "000s", + -11.9499 + ], + [ + "accumulated", + -11.9499 + ], + [ + "acre", + -11.9499 + ], + [ + "adviser", + -11.9499 + ], + [ + "anthem", + -11.9499 + ], + [ + "apollo", + -11.9499 + ], + [ + "apologies", + -11.9499 + ], + [ + "armenia", + -11.9499 + ], + [ + "baptist", + -11.9499 + ], + [ + "behold", + -11.9499 + ], + [ + "bets", + -11.9499 + ], + [ + "bikes", + -11.9499 + ], + [ + "blogs", + -11.9499 + ], + [ + "borne", + -11.9499 + ], + [ + "bra", + -11.9499 + ], + [ + "breeze", + -11.9499 + ], + [ + "bricks", + -11.9499 + ], + [ + "briefing", + -11.9499 + ], + [ + "cambodia", + -11.9499 + ], + [ + "cardiac", + -11.9499 + ], + [ + "cautious", + -11.9499 + ], + [ + "circuits", + -11.9499 + ], + [ + "club's", + -11.9499 + ], + [ + "cocktail", + -11.9499 + ], + [ + "coding", + -11.9499 + ], + [ + "commissions", + -11.9499 + ], + [ + "communists", + -11.9499 + ], + [ + "comparisons", + -11.9499 + ], + [ + "compression", + -11.9499 + ], + [ + "correlation", + -11.9499 + ], + [ + "crashing", + -11.9499 + ], + [ + "credited", + -11.9499 + ], + [ + "critique", + -11.9499 + ], + [ + "cs", + -11.9499 + ], + [ + "decay", + -11.9499 + ], + [ + "definitive", + -11.9499 + ], + [ + "depths", + -11.9499 + ], + [ + "diane", + -11.9499 + ], + [ + "diplomacy", + -11.9499 + ], + [ + "dope", + -11.9499 + ], + [ + "doubles", + -11.9499 + ], + [ + "drainage", + -11.9499 + ], + [ + "edmonton", + -11.9499 + ], + [ + "exhaust", + -11.9499 + ], + [ + "expenditures", + -11.9499 + ], + [ + "felix", + -11.9499 + ], + [ + "fellowship", + -11.9499 + ], + [ + "foam", + -11.9499 + ], + [ + "fragments", + -11.9499 + ], + [ + "freestyle", + -11.9499 + ], + [ + "fringe", + -11.9499 + ], + [ + "fundamentally", + -11.9499 + ], + [ + "gel", + -11.9499 + ], + [ + "grandson", + -11.9499 + ], + [ + "grove", + -11.9499 + ], + [ + "guarantees", + -11.9499 + ], + [ + "handbook", + -11.9499 + ], + [ + "headphones", + -11.9499 + ], + [ + "hearings", + -11.9499 + ], + [ + "hears", + -11.9499 + ], + [ + "helicopters", + -11.9499 + ], + [ + "homosexuality", + -11.9499 + ], + [ + "immortal", + -11.9499 + ], + [ + "kirk", + -11.9499 + ], + [ + "landlord", + -11.9499 + ], + [ + "leverage", + -11.9499 + ], + [ + "lime", + -11.9499 + ], + [ + "lisbon", + -11.9499 + ], + [ + "logs", + -11.9499 + ], + [ + "louder", + -11.9499 + ], + [ + "maple", + -11.9499 + ], + [ + "mb", + -11.9499 + ], + [ + "melody", + -11.9499 + ], + [ + "memphis", + -11.9499 + ], + [ + "miracles", + -11.9499 + ], + [ + "misses", + -11.9499 + ], + [ + "montgomery", + -11.9499 + ], + [ + "nebraska", + -11.9499 + ], + [ + "numbered", + -11.9499 + ], + [ + "o'brien", + -11.9499 + ], + [ + "onion", + -11.9499 + ], + [ + "opt", + -11.9499 + ], + [ + "pardon", + -11.9499 + ], + [ + "parole", + -11.9499 + ], + [ + "patents", + -11.9499 + ], + [ + "peasant", + -11.9499 + ], + [ + "pedro", + -11.9499 + ], + [ + "planting", + -11.9499 + ], + [ + "podcast", + -11.9499 + ], + [ + "populated", + -11.9499 + ], + [ + "portrayed", + -11.9499 + ], + [ + "premature", + -11.9499 + ], + [ + "promptly", + -11.9499 + ], + [ + "prostitution", + -11.9499 + ], + [ + "queen's", + -11.9499 + ], + [ + "recession", + -11.9499 + ], + [ + "referee", + -11.9499 + ], + [ + "relevance", + -11.9499 + ], + [ + "relies", + -11.9499 + ], + [ + "relying", + -11.9499 + ], + [ + "resign", + -11.9499 + ], + [ + "resolutions", + -11.9499 + ], + [ + "riots", + -11.9499 + ], + [ + "robbed", + -11.9499 + ], + [ + "rodgers", + -11.9499 + ], + [ + "rogue", + -11.9499 + ], + [ + "satellites", + -11.9499 + ], + [ + "school's", + -11.9499 + ], + [ + "sd", + -11.9499 + ], + [ + "seizure", + -11.9499 + ], + [ + "sequences", + -11.9499 + ], + [ + "shrine", + -11.9499 + ], + [ + "similarities", + -11.9499 + ], + [ + "skating", + -11.9499 + ], + [ + "sms", + -11.9499 + ], + [ + "specification", + -11.9499 + ], + [ + "specimens", + -11.9499 + ], + [ + "splendid", + -11.9499 + ], + [ + "spoil", + -11.9499 + ], + [ + "stab", + -11.9499 + ], + [ + "sting", + -11.9499 + ], + [ + "strengthening", + -11.9499 + ], + [ + "stunt", + -11.9499 + ], + [ + "suffers", + -11.9499 + ], + [ + "sunrise", + -11.9499 + ], + [ + "td", + -11.9499 + ], + [ + "tenants", + -11.9499 + ], + [ + "thrilled", + -11.9499 + ], + [ + "tissues", + -11.9499 + ], + [ + "twentieth", + -11.9499 + ], + [ + "typing", + -11.9499 + ], + [ + "unsuccessful", + -11.9499 + ], + [ + "uprising", + -11.9499 + ], + [ + "utter", + -11.9499 + ], + [ + "weaknesses", + -11.9499 + ], + [ + "weighed", + -11.9499 + ], + [ + "wife's", + -11.9499 + ], + [ + "wines", + -11.9499 + ], + [ + "worthless", + -11.9499 + ], + [ + "acceleration", + -11.9734 + ], + [ + "acquiring", + -11.9734 + ], + [ + "addicted", + -11.9734 + ], + [ + "advertisement", + -11.9734 + ], + [ + "africans", + -11.9734 + ], + [ + "afterward", + -11.9734 + ], + [ + "amp", + -11.9734 + ], + [ + "analytical", + -11.9734 + ], + [ + "antique", + -11.9734 + ], + [ + "backgrounds", + -11.9734 + ], + [ + "balcony", + -11.9734 + ], + [ + "bargaining", + -11.9734 + ], + [ + "belle", + -11.9734 + ], + [ + "bilateral", + -11.9734 + ], + [ + "blaming", + -11.9734 + ], + [ + "boil", + -11.9734 + ], + [ + "booking", + -11.9734 + ], + [ + "budgets", + -11.9734 + ], + [ + "bum", + -11.9734 + ], + [ + "calcium", + -11.9734 + ], + [ + "clues", + -11.9734 + ], + [ + "collectively", + -11.9734 + ], + [ + "commissioners", + -11.9734 + ], + [ + "companions", + -11.9734 + ], + [ + "complement", + -11.9734 + ], + [ + "compulsory", + -11.9734 + ], + [ + "confess", + -11.9734 + ], + [ + "convictions", + -11.9734 + ], + [ + "counseling", + -11.9734 + ], + [ + "crawford", + -11.9734 + ], + [ + "credible", + -11.9734 + ], + [ + "dat", + -11.9734 + ], + [ + "declaring", + -11.9734 + ], + [ + "descended", + -11.9734 + ], + [ + "despair", + -11.9734 + ], + [ + "devastating", + -11.9734 + ], + [ + "differential", + -11.9734 + ], + [ + "disciples", + -11.9734 + ], + [ + "discounts", + -11.9734 + ], + [ + "eleanor", + -11.9734 + ], + [ + "elena", + -11.9734 + ], + [ + "enzyme", + -11.9734 + ], + [ + "exceeded", + -11.9734 + ], + [ + "explode", + -11.9734 + ], + [ + "fe", + -11.9734 + ], + [ + "feminism", + -11.9734 + ], + [ + "flaws", + -11.9734 + ], + [ + "floods", + -11.9734 + ], + [ + "foremost", + -11.9734 + ], + [ + "formats", + -11.9734 + ], + [ + "forums", + -11.9734 + ], + [ + "founders", + -11.9734 + ], + [ + "glen", + -11.9734 + ], + [ + "grandparents", + -11.9734 + ], + [ + "greenhouse", + -11.9734 + ], + [ + "grill", + -11.9734 + ], + [ + "guy's", + -11.9734 + ], + [ + "haiti", + -11.9734 + ], + [ + "heavenly", + -11.9734 + ], + [ + "heh", + -11.9734 + ], + [ + "hid", + -11.9734 + ], + [ + "homicide", + -11.9734 + ], + [ + "homosexual", + -11.9734 + ], + [ + "hugo", + -11.9734 + ], + [ + "imaginary", + -11.9734 + ], + [ + "incomes", + -11.9734 + ], + [ + "infants", + -11.9734 + ], + [ + "introduces", + -11.9734 + ], + [ + "issuing", + -11.9734 + ], + [ + "jealousy", + -11.9734 + ], + [ + "jointly", + -11.9734 + ], + [ + "knives", + -11.9734 + ], + [ + "lads", + -11.9734 + ], + [ + "lining", + -11.9734 + ], + [ + "logistics", + -11.9734 + ], + [ + "lp", + -11.9734 + ], + [ + "luxembourg", + -11.9734 + ], + [ + "mammals", + -11.9734 + ], + [ + "manila", + -11.9734 + ], + [ + "manners", + -11.9734 + ], + [ + "masks", + -11.9734 + ], + [ + "mick", + -11.9734 + ], + [ + "neglect", + -11.9734 + ], + [ + "notification", + -11.9734 + ], + [ + "notre", + -11.9734 + ], + [ + "offspring", + -11.9734 + ], + [ + "oppression", + -11.9734 + ], + [ + "overwhelmed", + -11.9734 + ], + [ + "owl", + -11.9734 + ], + [ + "pact", + -11.9734 + ], + [ + "paste", + -11.9734 + ], + [ + "persuaded", + -11.9734 + ], + [ + "pharmacy", + -11.9734 + ], + [ + "porch", + -11.9734 + ], + [ + "possessions", + -11.9734 + ], + [ + "practitioners", + -11.9734 + ], + [ + "predictable", + -11.9734 + ], + [ + "president's", + -11.9734 + ], + [ + "punched", + -11.9734 + ], + [ + "pupil", + -11.9734 + ], + [ + "quantitative", + -11.9734 + ], + [ + "rack", + -11.9734 + ], + [ + "readings", + -11.9734 + ], + [ + "recalls", + -11.9734 + ], + [ + "recognizing", + -11.9734 + ], + [ + "replay", + -11.9734 + ], + [ + "reservoir", + -11.9734 + ], + [ + "restrict", + -11.9734 + ], + [ + "retailers", + -11.9734 + ], + [ + "ribs", + -11.9734 + ], + [ + "richards", + -11.9734 + ], + [ + "rim", + -11.9734 + ], + [ + "rita", + -11.9734 + ], + [ + "rivalry", + -11.9734 + ], + [ + "roar", + -11.9734 + ], + [ + "rosa", + -11.9734 + ], + [ + "rubbish", + -11.9734 + ], + [ + "sailors", + -11.9734 + ], + [ + "scrap", + -11.9734 + ], + [ + "severity", + -11.9734 + ], + [ + "shook", + -11.9734 + ], + [ + "shores", + -11.9734 + ], + [ + "singers", + -11.9734 + ], + [ + "skeleton", + -11.9734 + ], + [ + "smiled", + -11.9734 + ], + [ + "spotlight", + -11.9734 + ], + [ + "submarine", + -11.9734 + ], + [ + "successes", + -11.9734 + ], + [ + "swan", + -11.9734 + ], + [ + "sync", + -11.9734 + ], + [ + "termination", + -11.9734 + ], + [ + "thankful", + -11.9734 + ], + [ + "thieves", + -11.9734 + ], + [ + "topped", + -11.9734 + ], + [ + "traced", + -11.9734 + ], + [ + "travellers", + -11.9734 + ], + [ + "tub", + -11.9734 + ], + [ + "undertaking", + -11.9734 + ], + [ + "unrelated", + -11.9734 + ], + [ + "verses", + -11.9734 + ], + [ + "weakened", + -11.9734 + ], + [ + "weighing", + -11.9734 + ], + [ + "accelerated", + -11.9958 + ], + [ + "adjustments", + -11.9958 + ], + [ + "alignment", + -11.9958 + ], + [ + "analogy", + -11.9958 + ], + [ + "applicants", + -11.9958 + ], + [ + "arguably", + -11.9958 + ], + [ + "attach", + -11.9958 + ], + [ + "backyard", + -11.9958 + ], + [ + "bangkok", + -11.9958 + ], + [ + "barack", + -11.9958 + ], + [ + "barber", + -11.9958 + ], + [ + "barrels", + -11.9958 + ], + [ + "benedict", + -11.9958 + ], + [ + "beverly", + -11.9958 + ], + [ + "bombers", + -11.9958 + ], + [ + "boyd", + -11.9958 + ], + [ + "bp", + -11.9958 + ], + [ + "bracket", + -11.9958 + ], + [ + "breakthrough", + -11.9958 + ], + [ + "broker", + -11.9958 + ], + [ + "bt", + -11.9958 + ], + [ + "cakes", + -11.9958 + ], + [ + "castro", + -11.9958 + ], + [ + "china's", + -11.9958 + ], + [ + "chrome", + -11.9958 + ], + [ + "clearer", + -11.9958 + ], + [ + "clergy", + -11.9958 + ], + [ + "commenced", + -11.9958 + ], + [ + "comprised", + -11.9958 + ], + [ + "comprises", + -11.9958 + ], + [ + "compromised", + -11.9958 + ], + [ + "contested", + -11.9958 + ], + [ + "copied", + -11.9958 + ], + [ + "cosmic", + -11.9958 + ], + [ + "cubs", + -11.9958 + ], + [ + "cultivation", + -11.9958 + ], + [ + "deepest", + -11.9958 + ], + [ + "dentist", + -11.9958 + ], + [ + "depicted", + -11.9958 + ], + [ + "descendants", + -11.9958 + ], + [ + "developmental", + -11.9958 + ], + [ + "dice", + -11.9958 + ], + [ + "digit", + -11.9958 + ], + [ + "discharged", + -11.9958 + ], + [ + "disciplinary", + -11.9958 + ], + [ + "distribute", + -11.9958 + ], + [ + "dong", + -11.9958 + ], + [ + "doom", + -11.9958 + ], + [ + "educators", + -11.9958 + ], + [ + "efficiently", + -11.9958 + ], + [ + "ethiopia", + -11.9958 + ], + [ + "exchanged", + -11.9958 + ], + [ + "exhibitions", + -11.9958 + ], + [ + "exhibits", + -11.9958 + ], + [ + "expired", + -11.9958 + ], + [ + "extensions", + -11.9958 + ], + [ + "fairness", + -11.9958 + ], + [ + "fertility", + -11.9958 + ], + [ + "fran\u00e7ois", + -11.9958 + ], + [ + "frequencies", + -11.9958 + ], + [ + "generals", + -11.9958 + ], + [ + "gov", + -11.9958 + ], + [ + "greens", + -11.9958 + ], + [ + "gt", + -11.9958 + ], + [ + "heather", + -11.9958 + ], + [ + "hes", + -11.9958 + ], + [ + "honoured", + -11.9958 + ], + [ + "ideals", + -11.9958 + ], + [ + "ideological", + -11.9958 + ], + [ + "institutes", + -11.9958 + ], + [ + "intervene", + -11.9958 + ], + [ + "invaded", + -11.9958 + ], + [ + "ironic", + -11.9958 + ], + [ + "irrigation", + -11.9958 + ], + [ + "johnston", + -11.9958 + ], + [ + "judiciary", + -11.9958 + ], + [ + "ka", + -11.9958 + ], + [ + "laboratories", + -11.9958 + ], + [ + "laden", + -11.9958 + ], + [ + "levy", + -11.9958 + ], + [ + "liberties", + -11.9958 + ], + [ + "locomotive", + -11.9958 + ], + [ + "lowering", + -11.9958 + ], + [ + "luckily", + -11.9958 + ], + [ + "madonna", + -11.9958 + ], + [ + "manor", + -11.9958 + ], + [ + "megan", + -11.9958 + ], + [ + "melting", + -11.9958 + ], + [ + "minimize", + -11.9958 + ], + [ + "mins", + -11.9958 + ], + [ + "missionaries", + -11.9958 + ], + [ + "mitch", + -11.9958 + ], + [ + "monitored", + -11.9958 + ], + [ + "nap", + -11.9958 + ], + [ + "nationality", + -11.9958 + ], + [ + "night's", + -11.9958 + ], + [ + "nominations", + -11.9958 + ], + [ + "olivia", + -11.9958 + ], + [ + "ot", + -11.9958 + ], + [ + "outright", + -11.9958 + ], + [ + "overly", + -11.9958 + ], + [ + "patches", + -11.9958 + ], + [ + "patron", + -11.9958 + ], + [ + "presently", + -11.9958 + ], + [ + "princes", + -11.9958 + ], + [ + "providence", + -11.9958 + ], + [ + "provisional", + -11.9958 + ], + [ + "ps4", + -11.9958 + ], + [ + "psychologist", + -11.9958 + ], + [ + "ramp", + -11.9958 + ], + [ + "recovering", + -11.9958 + ], + [ + "reef", + -11.9958 + ], + [ + "regrets", + -11.9958 + ], + [ + "resumed", + -11.9958 + ], + [ + "retention", + -11.9958 + ], + [ + "rig", + -11.9958 + ], + [ + "roommate", + -11.9958 + ], + [ + "sacrifices", + -11.9958 + ], + [ + "saga", + -11.9958 + ], + [ + "sailed", + -11.9958 + ], + [ + "sailor", + -11.9958 + ], + [ + "scroll", + -11.9958 + ], + [ + "shiny", + -11.9958 + ], + [ + "shotgun", + -11.9958 + ], + [ + "skins", + -11.9958 + ], + [ + "softly", + -11.9958 + ], + [ + "son's", + -11.9958 + ], + [ + "sorted", + -11.9958 + ], + [ + "sox", + -11.9958 + ], + [ + "spelled", + -11.9958 + ], + [ + "suburb", + -11.9958 + ], + [ + "sucking", + -11.9958 + ], + [ + "sued", + -11.9958 + ], + [ + "supper", + -11.9958 + ], + [ + "tampa", + -11.9958 + ], + [ + "tasty", + -11.9958 + ], + [ + "temper", + -11.9958 + ], + [ + "tended", + -11.9958 + ], + [ + "terminated", + -11.9958 + ], + [ + "terrific", + -11.9958 + ], + [ + "that'd", + -11.9958 + ], + [ + "theaters", + -11.9958 + ], + [ + "themed", + -11.9958 + ], + [ + "thickness", + -11.9958 + ], + [ + "tornado", + -11.9958 + ], + [ + "tracy", + -11.9958 + ], + [ + "ur", + -11.9958 + ], + [ + "variant", + -11.9958 + ], + [ + "vendors", + -11.9958 + ], + [ + "viewer", + -11.9958 + ], + [ + "wandering", + -11.9958 + ], + [ + "wendy", + -11.9958 + ], + [ + "winnipeg", + -11.9958 + ], + [ + "withdrew", + -11.9958 + ], + [ + "wwe", + -11.9958 + ], + [ + "abs", + -12.0188 + ], + [ + "abundant", + -12.0188 + ], + [ + "academics", + -12.0188 + ], + [ + "activate", + -12.0188 + ], + [ + "adequately", + -12.0188 + ], + [ + "adopting", + -12.0188 + ], + [ + "aligned", + -12.0188 + ], + [ + "allan", + -12.0188 + ], + [ + "appoint", + -12.0188 + ], + [ + "archer", + -12.0188 + ], + [ + "armenian", + -12.0188 + ], + [ + "attorneys", + -12.0188 + ], + [ + "aww", + -12.0188 + ], + [ + "balancing", + -12.0188 + ], + [ + "betrayed", + -12.0188 + ], + [ + "bibliography", + -12.0188 + ], + [ + "bids", + -12.0188 + ], + [ + "borrowing", + -12.0188 + ], + [ + "browns", + -12.0188 + ], + [ + "candles", + -12.0188 + ], + [ + "cane", + -12.0188 + ], + [ + "christina", + -12.0188 + ], + [ + "cincinnati", + -12.0188 + ], + [ + "clutch", + -12.0188 + ], + [ + "commanders", + -12.0188 + ], + [ + "cone", + -12.0188 + ], + [ + "connor", + -12.0188 + ], + [ + "continuation", + -12.0188 + ], + [ + "crow", + -12.0188 + ], + [ + "cubic", + -12.0188 + ], + [ + "cyprus", + -12.0188 + ], + [ + "defendants", + -12.0188 + ], + [ + "deprived", + -12.0188 + ], + [ + "din", + -12.0188 + ], + [ + "disasters", + -12.0188 + ], + [ + "disclose", + -12.0188 + ], + [ + "discoveries", + -12.0188 + ], + [ + "dismiss", + -12.0188 + ], + [ + "duchess", + -12.0188 + ], + [ + "einstein", + -12.0188 + ], + [ + "elephants", + -12.0188 + ], + [ + "emission", + -12.0188 + ], + [ + "employs", + -12.0188 + ], + [ + "endurance", + -12.0188 + ], + [ + "endure", + -12.0188 + ], + [ + "enrollment", + -12.0188 + ], + [ + "eventual", + -12.0188 + ], + [ + "exclude", + -12.0188 + ], + [ + "explosives", + -12.0188 + ], + [ + "factions", + -12.0188 + ], + [ + "favourable", + -12.0188 + ], + [ + "feasible", + -12.0188 + ], + [ + "fictional", + -12.0188 + ], + [ + "fireworks", + -12.0188 + ], + [ + "flats", + -12.0188 + ], + [ + "gangs", + -12.0188 + ], + [ + "gmt", + -12.0188 + ], + [ + "gp", + -12.0188 + ], + [ + "granting", + -12.0188 + ], + [ + "haul", + -12.0188 + ], + [ + "heel", + -12.0188 + ], + [ + "herd", + -12.0188 + ], + [ + "hindi", + -12.0188 + ], + [ + "hormone", + -12.0188 + ], + [ + "ideally", + -12.0188 + ], + [ + "illustrate", + -12.0188 + ], + [ + "imagery", + -12.0188 + ], + [ + "initiate", + -12.0188 + ], + [ + "injustice", + -12.0188 + ], + [ + "inquiries", + -12.0188 + ], + [ + "inserted", + -12.0188 + ], + [ + "installing", + -12.0188 + ], + [ + "intervals", + -12.0188 + ], + [ + "ira", + -12.0188 + ], + [ + "ironically", + -12.0188 + ], + [ + "ivy", + -12.0188 + ], + [ + "je", + -12.0188 + ], + [ + "jelly", + -12.0188 + ], + [ + "johns", + -12.0188 + ], + [ + "katherine", + -12.0188 + ], + [ + "labs", + -12.0188 + ], + [ + "leicester", + -12.0188 + ], + [ + "lenses", + -12.0188 + ], + [ + "lid", + -12.0188 + ], + [ + "limitation", + -12.0188 + ], + [ + "lionel", + -12.0188 + ], + [ + "loudly", + -12.0188 + ], + [ + "marginal", + -12.0188 + ], + [ + "marx", + -12.0188 + ], + [ + "medications", + -12.0188 + ], + [ + "mel", + -12.0188 + ], + [ + "melissa", + -12.0188 + ], + [ + "messy", + -12.0188 + ], + [ + "microwave", + -12.0188 + ], + [ + "monarchy", + -12.0188 + ], + [ + "murderer", + -12.0188 + ], + [ + "nothin", + -12.0188 + ], + [ + "obama's", + -12.0188 + ], + [ + "observing", + -12.0188 + ], + [ + "obstacle", + -12.0188 + ], + [ + "ohh", + -12.0188 + ], + [ + "partnerships", + -12.0188 + ], + [ + "perceive", + -12.0188 + ], + [ + "positioned", + -12.0188 + ], + [ + "prague", + -12.0188 + ], + [ + "prevalent", + -12.0188 + ], + [ + "probation", + -12.0188 + ], + [ + "projection", + -12.0188 + ], + [ + "protesters", + -12.0188 + ], + [ + "protocols", + -12.0188 + ], + [ + "pumping", + -12.0188 + ], + [ + "ranged", + -12.0188 + ], + [ + "refund", + -12.0188 + ], + [ + "rendering", + -12.0188 + ], + [ + "reservations", + -12.0188 + ], + [ + "restoring", + -12.0188 + ], + [ + "reuters", + -12.0188 + ], + [ + "reverend", + -12.0188 + ], + [ + "roast", + -12.0188 + ], + [ + "rotten", + -12.0188 + ], + [ + "royalty", + -12.0188 + ], + [ + "sandra", + -12.0188 + ], + [ + "santiago", + -12.0188 + ], + [ + "scar", + -12.0188 + ], + [ + "scots", + -12.0188 + ], + [ + "screams", + -12.0188 + ], + [ + "seventy", + -12.0188 + ], + [ + "simplicity", + -12.0188 + ], + [ + "slightest", + -12.0188 + ], + [ + "sophia", + -12.0188 + ], + [ + "splash", + -12.0188 + ], + [ + "splitting", + -12.0188 + ], + [ + "spoiled", + -12.0188 + ], + [ + "stalin", + -12.0188 + ], + [ + "stressful", + -12.0188 + ], + [ + "stubborn", + -12.0188 + ], + [ + "supermarket", + -12.0188 + ], + [ + "surround", + -12.0188 + ], + [ + "sweetheart", + -12.0188 + ], + [ + "tb", + -12.0188 + ], + [ + "thomson", + -12.0188 + ], + [ + "titans", + -12.0188 + ], + [ + "turtles", + -12.0188 + ], + [ + "unlock", + -12.0188 + ], + [ + "unwanted", + -12.0188 + ], + [ + "uploaded", + -12.0188 + ], + [ + "urges", + -12.0188 + ], + [ + "url", + -12.0188 + ], + [ + "valencia", + -12.0188 + ], + [ + "vendor", + -12.0188 + ], + [ + "violet", + -12.0188 + ], + [ + "vocational", + -12.0188 + ], + [ + "walsh", + -12.0188 + ], + [ + "warsaw", + -12.0188 + ], + [ + "watts", + -12.0188 + ], + [ + "wellington", + -12.0188 + ], + [ + "whales", + -12.0188 + ], + [ + "wikipedia", + -12.0188 + ], + [ + "wrath", + -12.0188 + ], + [ + "yacht", + -12.0188 + ], + [ + "abuses", + -12.0423 + ], + [ + "additions", + -12.0423 + ], + [ + "agreeing", + -12.0423 + ], + [ + "analysts", + -12.0423 + ], + [ + "antibiotics", + -12.0423 + ], + [ + "arbitration", + -12.0423 + ], + [ + "atoms", + -12.0423 + ], + [ + "auxiliary", + -12.0423 + ], + [ + "bark", + -12.0423 + ], + [ + "bats", + -12.0423 + ], + [ + "behaviors", + -12.0423 + ], + [ + "blaze", + -12.0423 + ], + [ + "boeing", + -12.0423 + ], + [ + "bot", + -12.0423 + ], + [ + "bred", + -12.0423 + ], + [ + "brighton", + -12.0423 + ], + [ + "buffer", + -12.0423 + ], + [ + "cheeks", + -12.0423 + ], + [ + "cheering", + -12.0423 + ], + [ + "cola", + -12.0423 + ], + [ + "coma", + -12.0423 + ], + [ + "commenting", + -12.0423 + ], + [ + "communicating", + -12.0423 + ], + [ + "connects", + -12.0423 + ], + [ + "conquer", + -12.0423 + ], + [ + "constituted", + -12.0423 + ], + [ + "containers", + -12.0423 + ], + [ + "decorative", + -12.0423 + ], + [ + "devon", + -12.0423 + ], + [ + "devotion", + -12.0423 + ], + [ + "discourse", + -12.0423 + ], + [ + "disputed", + -12.0423 + ], + [ + "dolls", + -12.0423 + ], + [ + "donna", + -12.0423 + ], + [ + "drowned", + -12.0423 + ], + [ + "dunno", + -12.0423 + ], + [ + "eliminating", + -12.0423 + ], + [ + "emphasize", + -12.0423 + ], + [ + "entertain", + -12.0423 + ], + [ + "erosion", + -12.0423 + ], + [ + "establishments", + -12.0423 + ], + [ + "expelled", + -12.0423 + ], + [ + "exploded", + -12.0423 + ], + [ + "extinction", + -12.0423 + ], + [ + "fletcher", + -12.0423 + ], + [ + "flooded", + -12.0423 + ], + [ + "flora", + -12.0423 + ], + [ + "fries", + -12.0423 + ], + [ + "functionality", + -12.0423 + ], + [ + "globally", + -12.0423 + ], + [ + "goose", + -12.0423 + ], + [ + "greatness", + -12.0423 + ], + [ + "grinding", + -12.0423 + ], + [ + "hacked", + -12.0423 + ], + [ + "hank", + -12.0423 + ], + [ + "hearted", + -12.0423 + ], + [ + "hemisphere", + -12.0423 + ], + [ + "hormones", + -12.0423 + ], + [ + "icons", + -12.0423 + ], + [ + "identities", + -12.0423 + ], + [ + "indications", + -12.0423 + ], + [ + "infinity", + -12.0423 + ], + [ + "intends", + -12.0423 + ], + [ + "intro", + -12.0423 + ], + [ + "jenkins", + -12.0423 + ], + [ + "jun", + -12.0423 + ], + [ + "jung", + -12.0423 + ], + [ + "lambert", + -12.0423 + ], + [ + "landscapes", + -12.0423 + ], + [ + "lifts", + -12.0423 + ], + [ + "liz", + -12.0423 + ], + [ + "lopez", + -12.0423 + ], + [ + "m00", + -12.0423 + ], + [ + "malaysian", + -12.0423 + ], + [ + "manitoba", + -12.0423 + ], + [ + "marrying", + -12.0423 + ], + [ + "mat", + -12.0423 + ], + [ + "mccarthy", + -12.0423 + ], + [ + "medicines", + -12.0423 + ], + [ + "mohammed", + -12.0423 + ], + [ + "mumbai", + -12.0423 + ], + [ + "mvp", + -12.0423 + ], + [ + "naive", + -12.0423 + ], + [ + "neglected", + -12.0423 + ], + [ + "neighbour", + -12.0423 + ], + [ + "nj", + -12.0423 + ], + [ + "offender", + -12.0423 + ], + [ + "ops", + -12.0423 + ], + [ + "oriental", + -12.0423 + ], + [ + "ounce", + -12.0423 + ], + [ + "outs", + -12.0423 + ], + [ + "overlooked", + -12.0423 + ], + [ + "participant", + -12.0423 + ], + [ + "partition", + -12.0423 + ], + [ + "patriotic", + -12.0423 + ], + [ + "petersburg", + -12.0423 + ], + [ + "phantom", + -12.0423 + ], + [ + "phillip", + -12.0423 + ], + [ + "pins", + -12.0423 + ], + [ + "plots", + -12.0423 + ], + [ + "polo", + -12.0423 + ], + [ + "popped", + -12.0423 + ], + [ + "precedent", + -12.0423 + ], + [ + "premise", + -12.0423 + ], + [ + "promotes", + -12.0423 + ], + [ + "psychic", + -12.0423 + ], + [ + "pumps", + -12.0423 + ], + [ + "pyramid", + -12.0423 + ], + [ + "questionable", + -12.0423 + ], + [ + "quo", + -12.0423 + ], + [ + "radioactive", + -12.0423 + ], + [ + "realities", + -12.0423 + ], + [ + "redemption", + -12.0423 + ], + [ + "sellers", + -12.0423 + ], + [ + "sh", + -12.0423 + ], + [ + "shah", + -12.0423 + ], + [ + "shattered", + -12.0423 + ], + [ + "shawn", + -12.0423 + ], + [ + "shrimp", + -12.0423 + ], + [ + "soo", + -12.0423 + ], + [ + "southampton", + -12.0423 + ], + [ + "spells", + -12.0423 + ], + [ + "summoned", + -12.0423 + ], + [ + "supplements", + -12.0423 + ], + [ + "sweeping", + -12.0423 + ], + [ + "swinging", + -12.0423 + ], + [ + "telescope", + -12.0423 + ], + [ + "temples", + -12.0423 + ], + [ + "textile", + -12.0423 + ], + [ + "thrones", + -12.0423 + ], + [ + "timothy", + -12.0423 + ], + [ + "trout", + -12.0423 + ], + [ + "trustees", + -12.0423 + ], + [ + "understandable", + -12.0423 + ], + [ + "unpleasant", + -12.0423 + ], + [ + "unsure", + -12.0423 + ], + [ + "ussr", + -12.0423 + ], + [ + "valuation", + -12.0423 + ], + [ + "vet", + -12.0423 + ], + [ + "viii", + -12.0423 + ], + [ + "violate", + -12.0423 + ], + [ + "viruses", + -12.0423 + ], + [ + "voluntarily", + -12.0423 + ], + [ + "woody", + -12.0423 + ], + [ + "zoom", + -12.0423 + ], + [ + "abnormal", + -12.0663 + ], + [ + "almighty", + -12.0663 + ], + [ + "appropriately", + -12.0663 + ], + [ + "ark", + -12.0663 + ], + [ + "asses", + -12.0663 + ], + [ + "assisting", + -12.0663 + ], + [ + "atlas", + -12.0663 + ], + [ + "attribute", + -12.0663 + ], + [ + "averaged", + -12.0663 + ], + [ + "awaiting", + -12.0663 + ], + [ + "awe", + -12.0663 + ], + [ + "bash", + -12.0663 + ], + [ + "basics", + -12.0663 + ], + [ + "batting", + -12.0663 + ], + [ + "bind", + -12.0663 + ], + [ + "biting", + -12.0663 + ], + [ + "bodily", + -12.0663 + ], + [ + "boiling", + -12.0663 + ], + [ + "bosnia", + -12.0663 + ], + [ + "bubbles", + -12.0663 + ], + [ + "caf\u00e9", + -12.0663 + ], + [ + "carson", + -12.0663 + ], + [ + "cholesterol", + -12.0663 + ], + [ + "clara", + -12.0663 + ], + [ + "clinics", + -12.0663 + ], + [ + "co2", + -12.0663 + ], + [ + "collaborative", + -12.0663 + ], + [ + "collectors", + -12.0663 + ], + [ + "colorful", + -12.0663 + ], + [ + "consulted", + -12.0663 + ], + [ + "contingent", + -12.0663 + ], + [ + "dad's", + -12.0663 + ], + [ + "dana", + -12.0663 + ], + [ + "darren", + -12.0663 + ], + [ + "declares", + -12.0663 + ], + [ + "demonstrating", + -12.0663 + ], + [ + "diminished", + -12.0663 + ], + [ + "disadvantage", + -12.0663 + ], + [ + "dom", + -12.0663 + ], + [ + "domination", + -12.0663 + ], + [ + "dominion", + -12.0663 + ], + [ + "doomed", + -12.0663 + ], + [ + "dragging", + -12.0663 + ], + [ + "dubbed", + -12.0663 + ], + [ + "ec", + -12.0663 + ], + [ + "enclosed", + -12.0663 + ], + [ + "encouragement", + -12.0663 + ], + [ + "enlarged", + -12.0663 + ], + [ + "equals", + -12.0663 + ], + [ + "excel", + -12.0663 + ], + [ + "exploited", + -12.0663 + ], + [ + "feathers", + -12.0663 + ], + [ + "forge", + -12.0663 + ], + [ + "forthcoming", + -12.0663 + ], + [ + "friction", + -12.0663 + ], + [ + "fucks", + -12.0663 + ], + [ + "fuels", + -12.0663 + ], + [ + "fuller", + -12.0663 + ], + [ + "gamble", + -12.0663 + ], + [ + "glue", + -12.0663 + ], + [ + "greeks", + -12.0663 + ], + [ + "handing", + -12.0663 + ], + [ + "headlines", + -12.0663 + ], + [ + "healthier", + -12.0663 + ], + [ + "husband's", + -12.0663 + ], + [ + "iceland", + -12.0663 + ], + [ + "iconic", + -12.0663 + ], + [ + "illustrations", + -12.0663 + ], + [ + "impaired", + -12.0663 + ], + [ + "int", + -12.0663 + ], + [ + "invalid", + -12.0663 + ], + [ + "inventor", + -12.0663 + ], + [ + "jin", + -12.0663 + ], + [ + "john's", + -12.0663 + ], + [ + "kidnapping", + -12.0663 + ], + [ + "lateral", + -12.0663 + ], + [ + "legitimacy", + -12.0663 + ], + [ + "lindsay", + -12.0663 + ], + [ + "luggage", + -12.0663 + ], + [ + "mafia", + -12.0663 + ], + [ + "maggie", + -12.0663 + ], + [ + "merits", + -12.0663 + ], + [ + "midfielder", + -12.0663 + ], + [ + "ml", + -12.0663 + ], + [ + "mod", + -12.0663 + ], + [ + "mom's", + -12.0663 + ], + [ + "motto", + -12.0663 + ], + [ + "naughty", + -12.0663 + ], + [ + "necklace", + -12.0663 + ], + [ + "nicolas", + -12.0663 + ], + [ + "nineteenth", + -12.0663 + ], + [ + "nm", + -12.0663 + ], + [ + "noises", + -12.0663 + ], + [ + "oakland", + -12.0663 + ], + [ + "oceans", + -12.0663 + ], + [ + "omar", + -12.0663 + ], + [ + "onset", + -12.0663 + ], + [ + "organism", + -12.0663 + ], + [ + "packet", + -12.0663 + ], + [ + "parody", + -12.0663 + ], + [ + "penn", + -12.0663 + ], + [ + "performer", + -12.0663 + ], + [ + "periodic", + -12.0663 + ], + [ + "philippe", + -12.0663 + ], + [ + "pickup", + -12.0663 + ], + [ + "pitt", + -12.0663 + ], + [ + "pl", + -12.0663 + ], + [ + "playground", + -12.0663 + ], + [ + "poses", + -12.0663 + ], + [ + "prairie", + -12.0663 + ], + [ + "preach", + -12.0663 + ], + [ + "preserving", + -12.0663 + ], + [ + "prestige", + -12.0663 + ], + [ + "prom", + -12.0663 + ], + [ + "pumped", + -12.0663 + ], + [ + "qatar", + -12.0663 + ], + [ + "regain", + -12.0663 + ], + [ + "relieve", + -12.0663 + ], + [ + "requesting", + -12.0663 + ], + [ + "restructuring", + -12.0663 + ], + [ + "retiring", + -12.0663 + ], + [ + "sage", + -12.0663 + ], + [ + "sanchez", + -12.0663 + ], + [ + "scouts", + -12.0663 + ], + [ + "sf", + -12.0663 + ], + [ + "silva", + -12.0663 + ], + [ + "skype", + -12.0663 + ], + [ + "sociology", + -12.0663 + ], + [ + "sorrow", + -12.0663 + ], + [ + "spatial", + -12.0663 + ], + [ + "spiders", + -12.0663 + ], + [ + "spinal", + -12.0663 + ], + [ + "swords", + -12.0663 + ], + [ + "sympathetic", + -12.0663 + ], + [ + "tattoos", + -12.0663 + ], + [ + "taxpayers", + -12.0663 + ], + [ + "tearing", + -12.0663 + ], + [ + "thoughtful", + -12.0663 + ], + [ + "thriller", + -12.0663 + ], + [ + "torch", + -12.0663 + ], + [ + "travelers", + -12.0663 + ], + [ + "tu", + -12.0663 + ], + [ + "tumblr", + -12.0663 + ], + [ + "tuned", + -12.0663 + ], + [ + "updating", + -12.0663 + ], + [ + "uruguay", + -12.0663 + ], + [ + "vine", + -12.0663 + ], + [ + "visibility", + -12.0663 + ], + [ + "visions", + -12.0663 + ], + [ + "warmer", + -12.0663 + ], + [ + "webb", + -12.0663 + ], + [ + "activation", + -12.0892 + ], + [ + "allison", + -12.0892 + ], + [ + "amnesty", + -12.0892 + ], + [ + "amusing", + -12.0892 + ], + [ + "armour", + -12.0892 + ], + [ + "arrests", + -12.0892 + ], + [ + "asthma", + -12.0892 + ], + [ + "bb", + -12.0892 + ], + [ + "believers", + -12.0892 + ], + [ + "bon", + -12.0892 + ], + [ + "brace", + -12.0892 + ], + [ + "broadband", + -12.0892 + ], + [ + "broadcaster", + -12.0892 + ], + [ + "broncos", + -12.0892 + ], + [ + "buenos", + -12.0892 + ], + [ + "builders", + -12.0892 + ], + [ + "bypass", + -12.0892 + ], + [ + "casa", + -12.0892 + ], + [ + "chickens", + -12.0892 + ], + [ + "clifford", + -12.0892 + ], + [ + "combines", + -12.0892 + ], + [ + "communion", + -12.0892 + ], + [ + "comrades", + -12.0892 + ], + [ + "confessed", + -12.0892 + ], + [ + "conquered", + -12.0892 + ], + [ + "constable", + -12.0892 + ], + [ + "coordinated", + -12.0892 + ], + [ + "corpse", + -12.0892 + ], + [ + "counterpart", + -12.0892 + ], + [ + "creed", + -12.0892 + ], + [ + "crushing", + -12.0892 + ], + [ + "curved", + -12.0892 + ], + [ + "daisy", + -12.0892 + ], + [ + "dawson", + -12.0892 + ], + [ + "day's", + -12.0892 + ], + [ + "deed", + -12.0892 + ], + [ + "deficiency", + -12.0892 + ], + [ + "denis", + -12.0892 + ], + [ + "diagram", + -12.0892 + ], + [ + "disco", + -12.0892 + ], + [ + "dispatch", + -12.0892 + ], + [ + "domains", + -12.0892 + ], + [ + "dreamed", + -12.0892 + ], + [ + "dye", + -12.0892 + ], + [ + "edgar", + -12.0892 + ], + [ + "eds", + -12.0892 + ], + [ + "enjoyment", + -12.0892 + ], + [ + "epa", + -12.0892 + ], + [ + "evolving", + -12.0892 + ], + [ + "exercised", + -12.0892 + ], + [ + "faded", + -12.0892 + ], + [ + "fernando", + -12.0892 + ], + [ + "finite", + -12.0892 + ], + [ + "firstly", + -12.0892 + ], + [ + "fisheries", + -12.0892 + ], + [ + "fluids", + -12.0892 + ], + [ + "garrison", + -12.0892 + ], + [ + "glimpse", + -12.0892 + ], + [ + "gothic", + -12.0892 + ], + [ + "gradual", + -12.0892 + ], + [ + "guardians", + -12.0892 + ], + [ + "guru", + -12.0892 + ], + [ + "hairs", + -12.0892 + ], + [ + "halo", + -12.0892 + ], + [ + "harmless", + -12.0892 + ], + [ + "hating", + -12.0892 + ], + [ + "hopeless", + -12.0892 + ], + [ + "hq", + -12.0892 + ], + [ + "hygiene", + -12.0892 + ], + [ + "identifies", + -12.0892 + ], + [ + "innovations", + -12.0892 + ], + [ + "inputs", + -12.0892 + ], + [ + "insect", + -12.0892 + ], + [ + "instability", + -12.0892 + ], + [ + "insulin", + -12.0892 + ], + [ + "intentionally", + -12.0892 + ], + [ + "interventions", + -12.0892 + ], + [ + "isle", + -12.0892 + ], + [ + "ja", + -12.0892 + ], + [ + "judaism", + -12.0892 + ], + [ + "killings", + -12.0892 + ], + [ + "kisses", + -12.0892 + ], + [ + "lava", + -12.0892 + ], + [ + "lego", + -12.0892 + ], + [ + "licenses", + -12.0892 + ], + [ + "lookin", + -12.0892 + ], + [ + "lynn", + -12.0892 + ], + [ + "macdonald", + -12.0892 + ], + [ + "manifest", + -12.0892 + ], + [ + "maxwell", + -12.0892 + ], + [ + "melted", + -12.0892 + ], + [ + "migrant", + -12.0892 + ], + [ + "natalie", + -12.0892 + ], + [ + "nationalism", + -12.0892 + ], + [ + "nigel", + -12.0892 + ], + [ + "oops", + -12.0892 + ], + [ + "panthers", + -12.0892 + ], + [ + "partisan", + -12.0892 + ], + [ + "peterson", + -12.0892 + ], + [ + "pg", + -12.0892 + ], + [ + "photographers", + -12.0892 + ], + [ + "picnic", + -12.0892 + ], + [ + "policeman", + -12.0892 + ], + [ + "pots", + -12.0892 + ], + [ + "presenter", + -12.0892 + ], + [ + "projections", + -12.0892 + ], + [ + "proportions", + -12.0892 + ], + [ + "proxy", + -12.0892 + ], + [ + "queue", + -12.0892 + ], + [ + "rabbi", + -12.0892 + ], + [ + "reckon", + -12.0892 + ], + [ + "relaxation", + -12.0892 + ], + [ + "repaired", + -12.0892 + ], + [ + "respecting", + -12.0892 + ], + [ + "retaining", + -12.0892 + ], + [ + "retarded", + -12.0892 + ], + [ + "rigid", + -12.0892 + ], + [ + "sank", + -12.0892 + ], + [ + "saul", + -12.0892 + ], + [ + "scrutiny", + -12.0892 + ], + [ + "signatures", + -12.0892 + ], + [ + "slogan", + -12.0892 + ], + [ + "slots", + -12.0892 + ], + [ + "spokesman", + -12.0892 + ], + [ + "statutes", + -12.0892 + ], + [ + "stimulate", + -12.0892 + ], + [ + "strive", + -12.0892 + ], + [ + "surge", + -12.0892 + ], + [ + "surveyed", + -12.0892 + ], + [ + "taller", + -12.0892 + ], + [ + "temptation", + -12.0892 + ], + [ + "titan", + -12.0892 + ], + [ + "tore", + -12.0892 + ], + [ + "traps", + -12.0892 + ], + [ + "traumatic", + -12.0892 + ], + [ + "tunes", + -12.0892 + ], + [ + "tunisia", + -12.0892 + ], + [ + "tutorial", + -12.0892 + ], + [ + "uber", + -12.0892 + ], + [ + "unusually", + -12.0892 + ], + [ + "upgrades", + -12.0892 + ], + [ + "upwards", + -12.0892 + ], + [ + "val", + -12.0892 + ], + [ + "vanilla", + -12.0892 + ], + [ + "vanished", + -12.0892 + ], + [ + "vein", + -12.0892 + ], + [ + "veins", + -12.0892 + ], + [ + "vent", + -12.0892 + ], + [ + "versa", + -12.0892 + ], + [ + "vibe", + -12.0892 + ], + [ + "voiced", + -12.0892 + ], + [ + "volatile", + -12.0892 + ], + [ + "volcano", + -12.0892 + ], + [ + "warranty", + -12.0892 + ], + [ + "wired", + -12.0892 + ], + [ + "worms", + -12.0892 + ], + [ + "xp", + -12.0892 + ], + [ + "zimbabwe", + -12.0892 + ], + [ + "accomplishments", + -12.1108 + ], + [ + "afl", + -12.1108 + ], + [ + "alexandria", + -12.1108 + ], + [ + "antenna", + -12.1108 + ], + [ + "audition", + -12.1108 + ], + [ + "bahrain", + -12.1108 + ], + [ + "beams", + -12.1108 + ], + [ + "bf", + -12.1108 + ], + [ + "brett", + -12.1108 + ], + [ + "chang", + -12.1108 + ], + [ + "chop", + -12.1108 + ], + [ + "chopped", + -12.1108 + ], + [ + "comfortably", + -12.1108 + ], + [ + "communal", + -12.1108 + ], + [ + "compares", + -12.1108 + ], + [ + "compelled", + -12.1108 + ], + [ + "consortium", + -12.1108 + ], + [ + "constituency", + -12.1108 + ], + [ + "contempt", + -12.1108 + ], + [ + "contributes", + -12.1108 + ], + [ + "converting", + -12.1108 + ], + [ + "convoy", + -12.1108 + ], + [ + "copenhagen", + -12.1108 + ], + [ + "cornwall", + -12.1108 + ], + [ + "costing", + -12.1108 + ], + [ + "crab", + -12.1108 + ], + [ + "cured", + -12.1108 + ], + [ + "cuz", + -12.1108 + ], + [ + "dammit", + -12.1108 + ], + [ + "davidson", + -12.1108 + ], + [ + "db", + -12.1108 + ], + [ + "decreasing", + -12.1108 + ], + [ + "defect", + -12.1108 + ], + [ + "denies", + -12.1108 + ], + [ + "disciplines", + -12.1108 + ], + [ + "disguise", + -12.1108 + ], + [ + "dividends", + -12.1108 + ], + [ + "dorothy", + -12.1108 + ], + [ + "downloading", + -12.1108 + ], + [ + "downward", + -12.1108 + ], + [ + "drowning", + -12.1108 + ], + [ + "drying", + -12.1108 + ], + [ + "dwelling", + -12.1108 + ], + [ + "ecology", + -12.1108 + ], + [ + "electron", + -12.1108 + ], + [ + "enjoyable", + -12.1108 + ], + [ + "equations", + -12.1108 + ], + [ + "eugene", + -12.1108 + ], + [ + "exceeding", + -12.1108 + ], + [ + "exceptionally", + -12.1108 + ], + [ + "faint", + -12.1108 + ], + [ + "fda", + -12.1108 + ], + [ + "fines", + -12.1108 + ], + [ + "forestry", + -12.1108 + ], + [ + "galleries", + -12.1108 + ], + [ + "gazette", + -12.1108 + ], + [ + "gem", + -12.1108 + ], + [ + "gloria", + -12.1108 + ], + [ + "govern", + -12.1108 + ], + [ + "gram", + -12.1108 + ], + [ + "grandpa", + -12.1108 + ], + [ + "grapes", + -12.1108 + ], + [ + "gravel", + -12.1108 + ], + [ + "guiding", + -12.1108 + ], + [ + "hacking", + -12.1108 + ], + [ + "hamlet", + -12.1108 + ], + [ + "improves", + -12.1108 + ], + [ + "incapable", + -12.1108 + ], + [ + "ingredient", + -12.1108 + ], + [ + "internally", + -12.1108 + ], + [ + "interstate", + -12.1108 + ], + [ + "irregular", + -12.1108 + ], + [ + "judy", + -12.1108 + ], + [ + "kai", + -12.1108 + ], + [ + "kurdish", + -12.1108 + ], + [ + "lakers", + -12.1108 + ], + [ + "lick", + -12.1108 + ], + [ + "lifelong", + -12.1108 + ], + [ + "lil", + -12.1108 + ], + [ + "lin", + -12.1108 + ], + [ + "logging", + -12.1108 + ], + [ + "lump", + -12.1108 + ], + [ + "mackenzie", + -12.1108 + ], + [ + "master's", + -12.1108 + ], + [ + "microphone", + -12.1108 + ], + [ + "misunderstanding", + -12.1108 + ], + [ + "monte", + -12.1108 + ], + [ + "mortar", + -12.1108 + ], + [ + "motives", + -12.1108 + ], + [ + "mourning", + -12.1108 + ], + [ + "mutually", + -12.1108 + ], + [ + "myths", + -12.1108 + ], + [ + "nascar", + -12.1108 + ], + [ + "nat", + -12.1108 + ], + [ + "nexus", + -12.1108 + ], + [ + "notified", + -12.1108 + ], + [ + "nt", + -12.1108 + ], + [ + "null", + -12.1108 + ], + [ + "objections", + -12.1108 + ], + [ + "oils", + -12.1108 + ], + [ + "pablo", + -12.1108 + ], + [ + "penetration", + -12.1108 + ], + [ + "pier", + -12.1108 + ], + [ + "prophecy", + -12.1108 + ], + [ + "protects", + -12.1108 + ], + [ + "pulp", + -12.1108 + ], + [ + "rails", + -12.1108 + ], + [ + "receipts", + -12.1108 + ], + [ + "recorder", + -12.1108 + ], + [ + "refreshing", + -12.1108 + ], + [ + "registry", + -12.1108 + ], + [ + "representations", + -12.1108 + ], + [ + "rooney", + -12.1108 + ], + [ + "sandwiches", + -12.1108 + ], + [ + "sausage", + -12.1108 + ], + [ + "scam", + -12.1108 + ], + [ + "scanning", + -12.1108 + ], + [ + "schedules", + -12.1108 + ], + [ + "sentencing", + -12.1108 + ], + [ + "seventeen", + -12.1108 + ], + [ + "shouted", + -12.1108 + ], + [ + "simplified", + -12.1108 + ], + [ + "snacks", + -12.1108 + ], + [ + "snapped", + -12.1108 + ], + [ + "sofia", + -12.1108 + ], + [ + "sparks", + -12.1108 + ], + [ + "spectators", + -12.1108 + ], + [ + "squares", + -12.1108 + ], + [ + "stephanie", + -12.1108 + ], + [ + "stereo", + -12.1108 + ], + [ + "strait", + -12.1108 + ], + [ + "strokes", + -12.1108 + ], + [ + "summers", + -12.1108 + ], + [ + "sundays", + -12.1108 + ], + [ + "sunk", + -12.1108 + ], + [ + "supplying", + -12.1108 + ], + [ + "surfing", + -12.1108 + ], + [ + "susceptible", + -12.1108 + ], + [ + "symphony", + -12.1108 + ], + [ + "systemic", + -12.1108 + ], + [ + "talkin", + -12.1108 + ], + [ + "transferring", + -12.1108 + ], + [ + "tray", + -12.1108 + ], + [ + "treasures", + -12.1108 + ], + [ + "upright", + -12.1108 + ], + [ + "upward", + -12.1108 + ], + [ + "vacant", + -12.1108 + ], + [ + "warmth", + -12.1108 + ], + [ + "windsor", + -12.1108 + ], + [ + "yelled", + -12.1108 + ], + [ + "zurich", + -12.1108 + ], + [ + "0.0m", + -12.1347 + ], + [ + "00000000", + -12.1347 + ], + [ + "alpine", + -12.1347 + ], + [ + "amusement", + -12.1347 + ], + [ + "analog", + -12.1347 + ], + [ + "analyzing", + -12.1347 + ], + [ + "arises", + -12.1347 + ], + [ + "assessing", + -12.1347 + ], + [ + "assign", + -12.1347 + ], + [ + "awakening", + -12.1347 + ], + [ + "baggage", + -12.1347 + ], + [ + "baghdad", + -12.1347 + ], + [ + "banker", + -12.1347 + ], + [ + "barracks", + -12.1347 + ], + [ + "beware", + -12.1347 + ], + [ + "billboard", + -12.1347 + ], + [ + "bliss", + -12.1347 + ], + [ + "boxer", + -12.1347 + ], + [ + "boycott", + -12.1347 + ], + [ + "br", + -12.1347 + ], + [ + "bravo", + -12.1347 + ], + [ + "burton", + -12.1347 + ], + [ + "butcher", + -12.1347 + ], + [ + "cans", + -12.1347 + ], + [ + "captive", + -12.1347 + ], + [ + "cardinals", + -12.1347 + ], + [ + "carpenter", + -12.1347 + ], + [ + "carrie", + -12.1347 + ], + [ + "caves", + -12.1347 + ], + [ + "chased", + -12.1347 + ], + [ + "childish", + -12.1347 + ], + [ + "competence", + -12.1347 + ], + [ + "condemn", + -12.1347 + ], + [ + "confederation", + -12.1347 + ], + [ + "congressman", + -12.1347 + ], + [ + "contracting", + -12.1347 + ], + [ + "counselor", + -12.1347 + ], + [ + "courtyard", + -12.1347 + ], + [ + "creators", + -12.1347 + ], + [ + "criterion", + -12.1347 + ], + [ + "cue", + -12.1347 + ], + [ + "damascus", + -12.1347 + ], + [ + "decreases", + -12.1347 + ], + [ + "delegate", + -12.1347 + ], + [ + "detached", + -12.1347 + ], + [ + "differs", + -12.1347 + ], + [ + "dinosaur", + -12.1347 + ], + [ + "displacement", + -12.1347 + ], + [ + "doe", + -12.1347 + ], + [ + "driver's", + -12.1347 + ], + [ + "drunken", + -12.1347 + ], + [ + "dwight", + -12.1347 + ], + [ + "eclipse", + -12.1347 + ], + [ + "elvis", + -12.1347 + ], + [ + "embraced", + -12.1347 + ], + [ + "escaping", + -12.1347 + ], + [ + "evan", + -12.1347 + ], + [ + "exercising", + -12.1347 + ], + [ + "expresses", + -12.1347 + ], + [ + "financed", + -12.1347 + ], + [ + "flush", + -12.1347 + ], + [ + "folded", + -12.1347 + ], + [ + "forbes", + -12.1347 + ], + [ + "forecasts", + -12.1347 + ], + [ + "frankfurt", + -12.1347 + ], + [ + "freddie", + -12.1347 + ], + [ + "futures", + -12.1347 + ], + [ + "game's", + -12.1347 + ], + [ + "ge", + -12.1347 + ], + [ + "gettin", + -12.1347 + ], + [ + "ghetto", + -12.1347 + ], + [ + "grains", + -12.1347 + ], + [ + "greet", + -12.1347 + ], + [ + "hammond", + -12.1347 + ], + [ + "hazardous", + -12.1347 + ], + [ + "heath", + -12.1347 + ], + [ + "hips", + -12.1347 + ], + [ + "honorable", + -12.1347 + ], + [ + "honors", + -12.1347 + ], + [ + "hooker", + -12.1347 + ], + [ + "husbands", + -12.1347 + ], + [ + "idle", + -12.1347 + ], + [ + "illegally", + -12.1347 + ], + [ + "illustrates", + -12.1347 + ], + [ + "imf", + -12.1347 + ], + [ + "imminent", + -12.1347 + ], + [ + "indies", + -12.1347 + ], + [ + "integrate", + -12.1347 + ], + [ + "investigative", + -12.1347 + ], + [ + "iris", + -12.1347 + ], + [ + "irs", + -12.1347 + ], + [ + "jade", + -12.1347 + ], + [ + "kingston", + -12.1347 + ], + [ + "kits", + -12.1347 + ], + [ + "knox", + -12.1347 + ], + [ + "listeners", + -12.1347 + ], + [ + "literal", + -12.1347 + ], + [ + "losers", + -12.1347 + ], + [ + "manga", + -12.1347 + ], + [ + "manly", + -12.1347 + ], + [ + "marched", + -12.1347 + ], + [ + "mcdonald", + -12.1347 + ], + [ + "membrane", + -12.1347 + ], + [ + "mentality", + -12.1347 + ], + [ + "mentioning", + -12.1347 + ], + [ + "metabolism", + -12.1347 + ], + [ + "nate", + -12.1347 + ], + [ + "newfoundland", + -12.1347 + ], + [ + "niche", + -12.1347 + ], + [ + "nightmares", + -12.1347 + ], + [ + "nile", + -12.1347 + ], + [ + "novelty", + -12.1347 + ], + [ + "nutrients", + -12.1347 + ], + [ + "onions", + -12.1347 + ], + [ + "opener", + -12.1347 + ], + [ + "oracle", + -12.1347 + ], + [ + "overlap", + -12.1347 + ], + [ + "overweight", + -12.1347 + ], + [ + "paranoid", + -12.1347 + ], + [ + "pensions", + -12.1347 + ], + [ + "perceptions", + -12.1347 + ], + [ + "perfume", + -12.1347 + ], + [ + "pinch", + -12.1347 + ], + [ + "ping", + -12.1347 + ], + [ + "pitcher", + -12.1347 + ], + [ + "popping", + -12.1347 + ], + [ + "positioning", + -12.1347 + ], + [ + "precipitation", + -12.1347 + ], + [ + "programmed", + -12.1347 + ], + [ + "quiz", + -12.1347 + ], + [ + "rang", + -12.1347 + ], + [ + "rebuilding", + -12.1347 + ], + [ + "reinforce", + -12.1347 + ], + [ + "remake", + -12.1347 + ], + [ + "remarkably", + -12.1347 + ], + [ + "resemble", + -12.1347 + ], + [ + "rests", + -12.1347 + ], + [ + "retrieve", + -12.1347 + ], + [ + "romeo", + -12.1347 + ], + [ + "rotating", + -12.1347 + ], + [ + "routinely", + -12.1347 + ], + [ + "rue", + -12.1347 + ], + [ + "salute", + -12.1347 + ], + [ + "scars", + -12.1347 + ], + [ + "scenery", + -12.1347 + ], + [ + "scent", + -12.1347 + ], + [ + "schmidt", + -12.1347 + ], + [ + "scotch", + -12.1347 + ], + [ + "seminar", + -12.1347 + ], + [ + "sherlock", + -12.1347 + ], + [ + "slides", + -12.1347 + ], + [ + "slut", + -12.1347 + ], + [ + "specimen", + -12.1347 + ], + [ + "spontaneous", + -12.1347 + ], + [ + "stationed", + -12.1347 + ], + [ + "strains", + -12.1347 + ], + [ + "stripes", + -12.1347 + ], + [ + "superhero", + -12.1347 + ], + [ + "sustainability", + -12.1347 + ], + [ + "tate", + -12.1347 + ], + [ + "tee", + -12.1347 + ], + [ + "thirsty", + -12.1347 + ], + [ + "tightly", + -12.1347 + ], + [ + "timely", + -12.1347 + ], + [ + "tina", + -12.1347 + ], + [ + "token", + -12.1347 + ], + [ + "tories", + -12.1347 + ], + [ + "tribune", + -12.1347 + ], + [ + "trilogy", + -12.1347 + ], + [ + "turks", + -12.1347 + ], + [ + "undergoing", + -12.1347 + ], + [ + "unlocked", + -12.1347 + ], + [ + "unreasonable", + -12.1347 + ], + [ + "utilize", + -12.1347 + ], + [ + "utilized", + -12.1347 + ], + [ + "vengeance", + -12.1347 + ], + [ + "ventures", + -12.1347 + ], + [ + "vikings", + -12.1347 + ], + [ + "wan", + -12.1347 + ], + [ + "worm", + -12.1347 + ], + [ + "2d", + -12.1573 + ], + [ + "abbott", + -12.1573 + ], + [ + "aberdeen", + -12.1573 + ], + [ + "admitting", + -12.1573 + ], + [ + "advertisements", + -12.1573 + ], + [ + "alexis", + -12.1573 + ], + [ + "alison", + -12.1573 + ], + [ + "alps", + -12.1573 + ], + [ + "anticipation", + -12.1573 + ], + [ + "arrogant", + -12.1573 + ], + [ + "athletics", + -12.1573 + ], + [ + "atom", + -12.1573 + ], + [ + "badass", + -12.1573 + ], + [ + "bait", + -12.1573 + ], + [ + "bankers", + -12.1573 + ], + [ + "benefited", + -12.1573 + ], + [ + "bites", + -12.1573 + ], + [ + "brethren", + -12.1573 + ], + [ + "brooke", + -12.1573 + ], + [ + "buddies", + -12.1573 + ], + [ + "canterbury", + -12.1573 + ], + [ + "carey", + -12.1573 + ], + [ + "carroll", + -12.1573 + ], + [ + "catalyst", + -12.1573 + ], + [ + "chandler", + -12.1573 + ], + [ + "cl", + -12.1573 + ], + [ + "comp", + -12.1573 + ], + [ + "compilation", + -12.1573 + ], + [ + "comprising", + -12.1573 + ], + [ + "concessions", + -12.1573 + ], + [ + "consolidation", + -12.1573 + ], + [ + "contaminated", + -12.1573 + ], + [ + "contamination", + -12.1573 + ], + [ + "crawl", + -12.1573 + ], + [ + "degradation", + -12.1573 + ], + [ + "depart", + -12.1573 + ], + [ + "dependence", + -12.1573 + ], + [ + "depot", + -12.1573 + ], + [ + "dessert", + -12.1573 + ], + [ + "dilemma", + -12.1573 + ], + [ + "directive", + -12.1573 + ], + [ + "disastrous", + -12.1573 + ], + [ + "displaying", + -12.1573 + ], + [ + "dividend", + -12.1573 + ], + [ + "downstairs", + -12.1573 + ], + [ + "dwarf", + -12.1573 + ], + [ + "eco", + -12.1573 + ], + [ + "ecuador", + -12.1573 + ], + [ + "eighty", + -12.1573 + ], + [ + "eldest", + -12.1573 + ], + [ + "eli", + -12.1573 + ], + [ + "embarrassment", + -12.1573 + ], + [ + "evaluating", + -12.1573 + ], + [ + "examinations", + -12.1573 + ], + [ + "exodus", + -12.1573 + ], + [ + "eyebrows", + -12.1573 + ], + [ + "fascist", + -12.1573 + ], + [ + "fax", + -12.1573 + ], + [ + "filthy", + -12.1573 + ], + [ + "fin", + -12.1573 + ], + [ + "finnish", + -12.1573 + ], + [ + "flavour", + -12.1573 + ], + [ + "footsteps", + -12.1573 + ], + [ + "forensic", + -12.1573 + ], + [ + "fucker", + -12.1573 + ], + [ + "fulfilling", + -12.1573 + ], + [ + "fundraising", + -12.1573 + ], + [ + "goalkeeper", + -12.1573 + ], + [ + "gore", + -12.1573 + ], + [ + "graduating", + -12.1573 + ], + [ + "grape", + -12.1573 + ], + [ + "greed", + -12.1573 + ], + [ + "guatemala", + -12.1573 + ], + [ + "headaches", + -12.1573 + ], + [ + "honduras", + -12.1573 + ], + [ + "honours", + -12.1573 + ], + [ + "hottest", + -12.1573 + ], + [ + "impulse", + -12.1573 + ], + [ + "jonas", + -12.1573 + ], + [ + "learns", + -12.1573 + ], + [ + "legion", + -12.1573 + ], + [ + "leigh", + -12.1573 + ], + [ + "limbs", + -12.1573 + ], + [ + "macedonia", + -12.1573 + ], + [ + "macro", + -12.1573 + ], + [ + "magnet", + -12.1573 + ], + [ + "markers", + -12.1573 + ], + [ + "mart", + -12.1573 + ], + [ + "matthews", + -12.1573 + ], + [ + "merge", + -12.1573 + ], + [ + "metaphor", + -12.1573 + ], + [ + "mic", + -12.1573 + ], + [ + "monarch", + -12.1573 + ], + [ + "mouths", + -12.1573 + ], + [ + "mysteries", + -12.1573 + ], + [ + "negro", + -12.1573 + ], + [ + "neutrality", + -12.1573 + ], + [ + "newsletter", + -12.1573 + ], + [ + "norton", + -12.1573 + ], + [ + "notebook", + -12.1573 + ], + [ + "offs", + -12.1573 + ], + [ + "outdoors", + -12.1573 + ], + [ + "overthrow", + -12.1573 + ], + [ + "owning", + -12.1573 + ], + [ + "paramount", + -12.1573 + ], + [ + "paula", + -12.1573 + ], + [ + "ph.d", + -12.1573 + ], + [ + "postponed", + -12.1573 + ], + [ + "preceded", + -12.1573 + ], + [ + "predators", + -12.1573 + ], + [ + "psycho", + -12.1573 + ], + [ + "rainy", + -12.1573 + ], + [ + "raven", + -12.1573 + ], + [ + "recycling", + -12.1573 + ], + [ + "rehearsal", + -12.1573 + ], + [ + "remembrance", + -12.1573 + ], + [ + "resorts", + -12.1573 + ], + [ + "restraint", + -12.1573 + ], + [ + "richest", + -12.1573 + ], + [ + "rightly", + -12.1573 + ], + [ + "rigorous", + -12.1573 + ], + [ + "robbie", + -12.1573 + ], + [ + "royals", + -12.1573 + ], + [ + "scripts", + -12.1573 + ], + [ + "scripture", + -12.1573 + ], + [ + "shaping", + -12.1573 + ], + [ + "slate", + -12.1573 + ], + [ + "smoothly", + -12.1573 + ], + [ + "somalia", + -12.1573 + ], + [ + "spacecraft", + -12.1573 + ], + [ + "sponsorship", + -12.1573 + ], + [ + "stained", + -12.1573 + ], + [ + "statistically", + -12.1573 + ], + [ + "stefan", + -12.1573 + ], + [ + "stretches", + -12.1573 + ], + [ + "submitting", + -12.1573 + ], + [ + "sultan", + -12.1573 + ], + [ + "tagged", + -12.1573 + ], + [ + "taliban", + -12.1573 + ], + [ + "tempo", + -12.1573 + ], + [ + "teresa", + -12.1573 + ], + [ + "textbook", + -12.1573 + ], + [ + "thigh", + -12.1573 + ], + [ + "threatens", + -12.1573 + ], + [ + "tick", + -12.1573 + ], + [ + "tidal", + -12.1573 + ], + [ + "tiles", + -12.1573 + ], + [ + "trader", + -12.1573 + ], + [ + "treason", + -12.1573 + ], + [ + "une", + -12.1573 + ], + [ + "violin", + -12.1573 + ], + [ + "wardrobe", + -12.1573 + ], + [ + "welcoming", + -12.1573 + ], + [ + "whisper", + -12.1573 + ], + [ + "zach", + -12.1573 + ], + [ + "zombies", + -12.1573 + ], + [ + "00b", + -12.1804 + ], + [ + "accumulation", + -12.1804 + ], + [ + "aided", + -12.1804 + ], + [ + "airborne", + -12.1804 + ], + [ + "ambitions", + -12.1804 + ], + [ + "anticipate", + -12.1804 + ], + [ + "ants", + -12.1804 + ], + [ + "api", + -12.1804 + ], + [ + "ashton", + -12.1804 + ], + [ + "aspirations", + -12.1804 + ], + [ + "assessments", + -12.1804 + ], + [ + "backward", + -12.1804 + ], + [ + "bacterial", + -12.1804 + ], + [ + "baldwin", + -12.1804 + ], + [ + "banning", + -12.1804 + ], + [ + "beck", + -12.1804 + ], + [ + "bedrooms", + -12.1804 + ], + [ + "behavioral", + -12.1804 + ], + [ + "belts", + -12.1804 + ], + [ + "bending", + -12.1804 + ], + [ + "bidding", + -12.1804 + ], + [ + "blink", + -12.1804 + ], + [ + "branded", + -12.1804 + ], + [ + "brother's", + -12.1804 + ], + [ + "buddhism", + -12.1804 + ], + [ + "carlo", + -12.1804 + ], + [ + "cartoons", + -12.1804 + ], + [ + "challenger", + -12.1804 + ], + [ + "chapman", + -12.1804 + ], + [ + "cockpit", + -12.1804 + ], + [ + "commentators", + -12.1804 + ], + [ + "compass", + -12.1804 + ], + [ + "contributor", + -12.1804 + ], + [ + "corrections", + -12.1804 + ], + [ + "corresponds", + -12.1804 + ], + [ + "courier", + -12.1804 + ], + [ + "crafts", + -12.1804 + ], + [ + "crises", + -12.1804 + ], + [ + "cultivated", + -12.1804 + ], + [ + "curb", + -12.1804 + ], + [ + "currents", + -12.1804 + ], + [ + "dexter", + -12.1804 + ], + [ + "dictatorship", + -12.1804 + ], + [ + "dietary", + -12.1804 + ], + [ + "disagreement", + -12.1804 + ], + [ + "disruption", + -12.1804 + ], + [ + "dots", + -12.1804 + ], + [ + "downloads", + -12.1804 + ], + [ + "efficacy", + -12.1804 + ], + [ + "elliot", + -12.1804 + ], + [ + "elliott", + -12.1804 + ], + [ + "energetic", + -12.1804 + ], + [ + "ensemble", + -12.1804 + ], + [ + "ernest", + -12.1804 + ], + [ + "exemption", + -12.1804 + ], + [ + "exposing", + -12.1804 + ], + [ + "favored", + -12.1804 + ], + [ + "fibre", + -12.1804 + ], + [ + "fig", + -12.1804 + ], + [ + "fishermen", + -12.1804 + ], + [ + "flock", + -12.1804 + ], + [ + "fracture", + -12.1804 + ], + [ + "gal", + -12.1804 + ], + [ + "gerard", + -12.1804 + ], + [ + "goats", + -12.1804 + ], + [ + "grabbing", + -12.1804 + ], + [ + "grabs", + -12.1804 + ], + [ + "hairy", + -12.1804 + ], + [ + "highways", + -12.1804 + ], + [ + "housed", + -12.1804 + ], + [ + "immature", + -12.1804 + ], + [ + "imperative", + -12.1804 + ], + [ + "inning", + -12.1804 + ], + [ + "insanity", + -12.1804 + ], + [ + "insists", + -12.1804 + ], + [ + "invites", + -12.1804 + ], + [ + "irving", + -12.1804 + ], + [ + "ix", + -12.1804 + ], + [ + "jared", + -12.1804 + ], + [ + "jill", + -12.1804 + ], + [ + "johannesburg", + -12.1804 + ], + [ + "klein", + -12.1804 + ], + [ + "knot", + -12.1804 + ], + [ + "kuwait", + -12.1804 + ], + [ + "lent", + -12.1804 + ], + [ + "leone", + -12.1804 + ], + [ + "lu", + -12.1804 + ], + [ + "lust", + -12.1804 + ], + [ + "magistrate", + -12.1804 + ], + [ + "mali", + -12.1804 + ], + [ + "manipulate", + -12.1804 + ], + [ + "mann", + -12.1804 + ], + [ + "marilyn", + -12.1804 + ], + [ + "masterpiece", + -12.1804 + ], + [ + "memo", + -12.1804 + ], + [ + "metallic", + -12.1804 + ], + [ + "milwaukee", + -12.1804 + ], + [ + "nailed", + -12.1804 + ], + [ + "naples", + -12.1804 + ], + [ + "natives", + -12.1804 + ], + [ + "negatively", + -12.1804 + ], + [ + "node", + -12.1804 + ], + [ + "otto", + -12.1804 + ], + [ + "overlooking", + -12.1804 + ], + [ + "paperwork", + -12.1804 + ], + [ + "passages", + -12.1804 + ], + [ + "pastoral", + -12.1804 + ], + [ + "patriot", + -12.1804 + ], + [ + "payne", + -12.1804 + ], + [ + "pearson", + -12.1804 + ], + [ + "philosophers", + -12.1804 + ], + [ + "photographic", + -12.1804 + ], + [ + "pictured", + -12.1804 + ], + [ + "plateau", + -12.1804 + ], + [ + "policing", + -12.1804 + ], + [ + "prayed", + -12.1804 + ], + [ + "preston", + -12.1804 + ], + [ + "promotions", + -12.1804 + ], + [ + "proposing", + -12.1804 + ], + [ + "purity", + -12.1804 + ], + [ + "rehab", + -12.1804 + ], + [ + "rejects", + -12.1804 + ], + [ + "reminding", + -12.1804 + ], + [ + "renew", + -12.1804 + ], + [ + "renovation", + -12.1804 + ], + [ + "resembles", + -12.1804 + ], + [ + "respectful", + -12.1804 + ], + [ + "responsive", + -12.1804 + ], + [ + "reunited", + -12.1804 + ], + [ + "ribbon", + -12.1804 + ], + [ + "rite", + -12.1804 + ], + [ + "romney", + -12.1804 + ], + [ + "samantha", + -12.1804 + ], + [ + "santos", + -12.1804 + ], + [ + "schooling", + -12.1804 + ], + [ + "screenshot", + -12.1804 + ], + [ + "shelves", + -12.1804 + ], + [ + "shin", + -12.1804 + ], + [ + "simmons", + -12.1804 + ], + [ + "singular", + -12.1804 + ], + [ + "slowed", + -12.1804 + ], + [ + "slowing", + -12.1804 + ], + [ + "soils", + -12.1804 + ], + [ + "sol", + -12.1804 + ], + [ + "solitary", + -12.1804 + ], + [ + "somerset", + -12.1804 + ], + [ + "sq", + -12.1804 + ], + [ + "standardized", + -12.1804 + ], + [ + "sticky", + -12.1804 + ], + [ + "surgeons", + -12.1804 + ], + [ + "symptom", + -12.1804 + ], + [ + "tariff", + -12.1804 + ], + [ + "theatrical", + -12.1804 + ], + [ + "thirst", + -12.1804 + ], + [ + "tones", + -12.1804 + ], + [ + "tract", + -12.1804 + ], + [ + "transmitter", + -12.1804 + ], + [ + "troop", + -12.1804 + ], + [ + "ts", + -12.1804 + ], + [ + "turbo", + -12.1804 + ], + [ + "valleys", + -12.1804 + ], + [ + "veil", + -12.1804 + ], + [ + "velvet", + -12.1804 + ], + [ + "vip", + -12.1804 + ], + [ + "wagner", + -12.1804 + ], + [ + "waving", + -12.1804 + ], + [ + "weddings", + -12.1804 + ], + [ + "wesley", + -12.1804 + ], + [ + "worthwhile", + -12.1804 + ], + [ + "yen", + -12.1804 + ], + [ + "youre", + -12.1804 + ], + [ + "00ers", + -12.2041 + ], + [ + "adjusting", + -12.2041 + ], + [ + "admired", + -12.2041 + ], + [ + "ale", + -12.2041 + ], + [ + "algorithms", + -12.2041 + ], + [ + "artifacts", + -12.2041 + ], + [ + "assholes", + -12.2041 + ], + [ + "attracting", + -12.2041 + ], + [ + "ay", + -12.2041 + ], + [ + "bananas", + -12.2041 + ], + [ + "bankrupt", + -12.2041 + ], + [ + "bathing", + -12.2041 + ], + [ + "bayern", + -12.2041 + ], + [ + "bieber", + -12.2041 + ], + [ + "bleed", + -12.2041 + ], + [ + "bowls", + -12.2041 + ], + [ + "ceramic", + -12.2041 + ], + [ + "cha", + -12.2041 + ], + [ + "choke", + -12.2041 + ], + [ + "coats", + -12.2041 + ], + [ + "coca", + -12.2041 + ], + [ + "coil", + -12.2041 + ], + [ + "coleman", + -12.2041 + ], + [ + "combustion", + -12.2041 + ], + [ + "concealed", + -12.2041 + ], + [ + "confirming", + -12.2041 + ], + [ + "contention", + -12.2041 + ], + [ + "controllers", + -12.2041 + ], + [ + "councillor", + -12.2041 + ], + [ + "crowned", + -12.2041 + ], + [ + "damon", + -12.2041 + ], + [ + "danced", + -12.2041 + ], + [ + "dd", + -12.2041 + ], + [ + "diplomat", + -12.2041 + ], + [ + "disappears", + -12.2041 + ], + [ + "distraction", + -12.2041 + ], + [ + "ecosystem", + -12.2041 + ], + [ + "enduring", + -12.2041 + ], + [ + "enhancement", + -12.2041 + ], + [ + "ethnicity", + -12.2041 + ], + [ + "faults", + -12.2041 + ], + [ + "favors", + -12.2041 + ], + [ + "firearm", + -12.2041 + ], + [ + "focal", + -12.2041 + ], + [ + "forged", + -12.2041 + ], + [ + "freedoms", + -12.2041 + ], + [ + "g00", + -12.2041 + ], + [ + "generates", + -12.2041 + ], + [ + "genetically", + -12.2041 + ], + [ + "gerald", + -12.2041 + ], + [ + "gown", + -12.2041 + ], + [ + "grandchildren", + -12.2041 + ], + [ + "guessed", + -12.2041 + ], + [ + "hallway", + -12.2041 + ], + [ + "hassan", + -12.2041 + ], + [ + "hbo", + -12.2041 + ], + [ + "herb", + -12.2041 + ], + [ + "ie", + -12.2041 + ], + [ + "ineffective", + -12.2041 + ], + [ + "infamous", + -12.2041 + ], + [ + "initiation", + -12.2041 + ], + [ + "insecure", + -12.2041 + ], + [ + "interpretations", + -12.2041 + ], + [ + "ipod", + -12.2041 + ], + [ + "ir", + -12.2041 + ], + [ + "ish", + -12.2041 + ], + [ + "jolly", + -12.2041 + ], + [ + "jules", + -12.2041 + ], + [ + "lastly", + -12.2041 + ], + [ + "leonardo", + -12.2041 + ], + [ + "lever", + -12.2041 + ], + [ + "lib", + -12.2041 + ], + [ + "liu", + -12.2041 + ], + [ + "locking", + -12.2041 + ], + [ + "lunar", + -12.2041 + ], + [ + "majors", + -12.2041 + ], + [ + "malta", + -12.2041 + ], + [ + "manifesto", + -12.2041 + ], + [ + "mans", + -12.2041 + ], + [ + "manually", + -12.2041 + ], + [ + "marion", + -12.2041 + ], + [ + "masculine", + -12.2041 + ], + [ + "meaningless", + -12.2041 + ], + [ + "mesh", + -12.2041 + ], + [ + "minneapolis", + -12.2041 + ], + [ + "modi", + -12.2041 + ], + [ + "modules", + -12.2041 + ], + [ + "mold", + -12.2041 + ], + [ + "monaco", + -12.2041 + ], + [ + "ned", + -12.2041 + ], + [ + "newborn", + -12.2041 + ], + [ + "norfolk", + -12.2041 + ], + [ + "nos", + -12.2041 + ], + [ + "noticeable", + -12.2041 + ], + [ + "ole", + -12.2041 + ], + [ + "omega", + -12.2041 + ], + [ + "owes", + -12.2041 + ], + [ + "patricia", + -12.2041 + ], + [ + "plantation", + -12.2041 + ], + [ + "potent", + -12.2041 + ], + [ + "preaching", + -12.2041 + ], + [ + "prevalence", + -12.2041 + ], + [ + "psychiatrist", + -12.2041 + ], + [ + "pushes", + -12.2041 + ], + [ + "qaeda", + -12.2041 + ], + [ + "quad", + -12.2041 + ], + [ + "quitting", + -12.2041 + ], + [ + "quoting", + -12.2041 + ], + [ + "raining", + -12.2041 + ], + [ + "rb", + -12.2041 + ], + [ + "realizes", + -12.2041 + ], + [ + "recurring", + -12.2041 + ], + [ + "refrain", + -12.2041 + ], + [ + "regina", + -12.2041 + ], + [ + "reproduce", + -12.2041 + ], + [ + "reset", + -12.2041 + ], + [ + "rover", + -12.2041 + ], + [ + "ruining", + -12.2041 + ], + [ + "sanders", + -12.2041 + ], + [ + "scholarships", + -12.2041 + ], + [ + "separating", + -12.2041 + ], + [ + "shady", + -12.2041 + ], + [ + "shannon", + -12.2041 + ], + [ + "shelters", + -12.2041 + ], + [ + "shi", + -12.2041 + ], + [ + "shipment", + -12.2041 + ], + [ + "show's", + -12.2041 + ], + [ + "skate", + -12.2041 + ], + [ + "soviets", + -12.2041 + ], + [ + "spear", + -12.2041 + ], + [ + "spears", + -12.2041 + ], + [ + "squadron", + -12.2041 + ], + [ + "squirrel", + -12.2041 + ], + [ + "stoke", + -12.2041 + ], + [ + "strap", + -12.2041 + ], + [ + "stresses", + -12.2041 + ], + [ + "superstar", + -12.2041 + ], + [ + "surrey", + -12.2041 + ], + [ + "sweater", + -12.2041 + ], + [ + "tango", + -12.2041 + ], + [ + "teammate", + -12.2041 + ], + [ + "temp", + -12.2041 + ], + [ + "thames", + -12.2041 + ], + [ + "threads", + -12.2041 + ], + [ + "tractor", + -12.2041 + ], + [ + "trump", + -12.2041 + ], + [ + "trusting", + -12.2041 + ], + [ + "tuberculosis", + -12.2041 + ], + [ + "tuna", + -12.2041 + ], + [ + "turf", + -12.2041 + ], + [ + "ty", + -12.2041 + ], + [ + "ufc", + -12.2041 + ], + [ + "una", + -12.2041 + ], + [ + "undercover", + -12.2041 + ], + [ + "unwilling", + -12.2041 + ], + [ + "verb", + -12.2041 + ], + [ + "vista", + -12.2041 + ], + [ + "vivid", + -12.2041 + ], + [ + "vocals", + -12.2041 + ], + [ + "volcanic", + -12.2041 + ], + [ + "waits", + -12.2041 + ], + [ + "webster", + -12.2041 + ], + [ + "yuan", + -12.2041 + ], + [ + "abolished", + -12.2263 + ], + [ + "absorption", + -12.2263 + ], + [ + "accelerate", + -12.2263 + ], + [ + "accusing", + -12.2263 + ], + [ + "advertised", + -12.2263 + ], + [ + "advocated", + -12.2263 + ], + [ + "aisle", + -12.2263 + ], + [ + "alphabet", + -12.2263 + ], + [ + "aluminium", + -12.2263 + ], + [ + "asap", + -12.2263 + ], + [ + "assertion", + -12.2263 + ], + [ + "aston", + -12.2263 + ], + [ + "atheist", + -12.2263 + ], + [ + "aus", + -12.2263 + ], + [ + "avatar", + -12.2263 + ], + [ + "avengers", + -12.2263 + ], + [ + "beacon", + -12.2263 + ], + [ + "budapest", + -12.2263 + ], + [ + "butterflies", + -12.2263 + ], + [ + "capitals", + -12.2263 + ], + [ + "capturing", + -12.2263 + ], + [ + "cds", + -12.2263 + ], + [ + "celebrates", + -12.2263 + ], + [ + "certificates", + -12.2263 + ], + [ + "chili", + -12.2263 + ], + [ + "chronicle", + -12.2263 + ], + [ + "coherent", + -12.2263 + ], + [ + "conditional", + -12.2263 + ], + [ + "confuse", + -12.2263 + ], + [ + "consultants", + -12.2263 + ], + [ + "copying", + -12.2263 + ], + [ + "credentials", + -12.2263 + ], + [ + "cruelty", + -12.2263 + ], + [ + "delaware", + -12.2263 + ], + [ + "deutsche", + -12.2263 + ], + [ + "digits", + -12.2263 + ], + [ + "dinosaurs", + -12.2263 + ], + [ + "dismissal", + -12.2263 + ], + [ + "disposed", + -12.2263 + ], + [ + "dissolution", + -12.2263 + ], + [ + "disturbance", + -12.2263 + ], + [ + "dm", + -12.2263 + ], + [ + "doyle", + -12.2263 + ], + [ + "emirates", + -12.2263 + ], + [ + "employing", + -12.2263 + ], + [ + "energies", + -12.2263 + ], + [ + "entirety", + -12.2263 + ], + [ + "extracted", + -12.2263 + ], + [ + "fills", + -12.2263 + ], + [ + "finn", + -12.2263 + ], + [ + "forgiven", + -12.2263 + ], + [ + "fortunes", + -12.2263 + ], + [ + "furnished", + -12.2263 + ], + [ + "gardner", + -12.2263 + ], + [ + "gems", + -12.2263 + ], + [ + "gi", + -12.2263 + ], + [ + "glove", + -12.2263 + ], + [ + "granite", + -12.2263 + ], + [ + "greedy", + -12.2263 + ], + [ + "greene", + -12.2263 + ], + [ + "habitats", + -12.2263 + ], + [ + "hamburg", + -12.2263 + ], + [ + "hangs", + -12.2263 + ], + [ + "healed", + -12.2263 + ], + [ + "helpless", + -12.2263 + ], + [ + "herbs", + -12.2263 + ], + [ + "incurred", + -12.2263 + ], + [ + "irene", + -12.2263 + ], + [ + "jos\u00e9", + -12.2263 + ], + [ + "lamps", + -12.2263 + ], + [ + "lancaster", + -12.2263 + ], + [ + "limb", + -12.2263 + ], + [ + "mayo", + -12.2263 + ], + [ + "messaging", + -12.2263 + ], + [ + "messi", + -12.2263 + ], + [ + "miniature", + -12.2263 + ], + [ + "mlb", + -12.2263 + ], + [ + "mls", + -12.2263 + ], + [ + "modelling", + -12.2263 + ], + [ + "myanmar", + -12.2263 + ], + [ + "nodes", + -12.2263 + ], + [ + "nominal", + -12.2263 + ], + [ + "notwithstanding", + -12.2263 + ], + [ + "obamacare", + -12.2263 + ], + [ + "outrage", + -12.2263 + ], + [ + "outrageous", + -12.2263 + ], + [ + "pathway", + -12.2263 + ], + [ + "payroll", + -12.2263 + ], + [ + "pedestrian", + -12.2263 + ], + [ + "perimeter", + -12.2263 + ], + [ + "photoshop", + -12.2263 + ], + [ + "pits", + -12.2263 + ], + [ + "plausible", + -12.2263 + ], + [ + "pokemon", + -12.2263 + ], + [ + "por", + -12.2263 + ], + [ + "prepares", + -12.2263 + ], + [ + "prop", + -12.2263 + ], + [ + "prophets", + -12.2263 + ], + [ + "proposes", + -12.2263 + ], + [ + "pros", + -12.2263 + ], + [ + "pumpkin", + -12.2263 + ], + [ + "puppet", + -12.2263 + ], + [ + "qb", + -12.2263 + ], + [ + "rafael", + -12.2263 + ], + [ + "receptor", + -12.2263 + ], + [ + "recruits", + -12.2263 + ], + [ + "remedies", + -12.2263 + ], + [ + "repost", + -12.2263 + ], + [ + "respectable", + -12.2263 + ], + [ + "restart", + -12.2263 + ], + [ + "richer", + -12.2263 + ], + [ + "rituals", + -12.2263 + ], + [ + "rory", + -12.2263 + ], + [ + "rp", + -12.2263 + ], + [ + "rumor", + -12.2263 + ], + [ + "saddle", + -12.2263 + ], + [ + "seahawks", + -12.2263 + ], + [ + "shareholder", + -12.2263 + ], + [ + "sidney", + -12.2263 + ], + [ + "sim", + -12.2263 + ], + [ + "sims", + -12.2263 + ], + [ + "socio", + -12.2263 + ], + [ + "spies", + -12.2263 + ], + [ + "stella", + -12.2263 + ], + [ + "storey", + -12.2263 + ], + [ + "stray", + -12.2263 + ], + [ + "syrup", + -12.2263 + ], + [ + "tails", + -12.2263 + ], + [ + "tangible", + -12.2263 + ], + [ + "tasting", + -12.2263 + ], + [ + "testified", + -12.2263 + ], + [ + "theoretically", + -12.2263 + ], + [ + "traction", + -12.2263 + ], + [ + "transitional", + -12.2263 + ], + [ + "transplant", + -12.2263 + ], + [ + "trivial", + -12.2263 + ], + [ + "trousers", + -12.2263 + ], + [ + "ucla", + -12.2263 + ], + [ + "unavailable", + -12.2263 + ], + [ + "uncovered", + -12.2263 + ], + [ + "undergraduate", + -12.2263 + ], + [ + "undermine", + -12.2263 + ], + [ + "unveiled", + -12.2263 + ], + [ + "vanessa", + -12.2263 + ], + [ + "violating", + -12.2263 + ], + [ + "vows", + -12.2263 + ], + [ + "wards", + -12.2263 + ], + [ + "winding", + -12.2263 + ], + [ + "xx", + -12.2263 + ], + [ + "a000", + -12.249 + ], + [ + "accuse", + -12.249 + ], + [ + "acquisitions", + -12.249 + ], + [ + "admissions", + -12.249 + ], + [ + "advent", + -12.249 + ], + [ + "aerospace", + -12.249 + ], + [ + "afc", + -12.249 + ], + [ + "aires", + -12.249 + ], + [ + "airways", + -12.249 + ], + [ + "ak", + -12.249 + ], + [ + "alas", + -12.249 + ], + [ + "apocalypse", + -12.249 + ], + [ + "approximate", + -12.249 + ], + [ + "automation", + -12.249 + ], + [ + "av", + -12.249 + ], + [ + "backpack", + -12.249 + ], + [ + "beasts", + -12.249 + ], + [ + "beginnings", + -12.249 + ], + [ + "believer", + -12.249 + ], + [ + "biased", + -12.249 + ], + [ + "blu", + -12.249 + ], + [ + "bonuses", + -12.249 + ], + [ + "brewing", + -12.249 + ], + [ + "brighter", + -12.249 + ], + [ + "brook", + -12.249 + ], + [ + "bureaucracy", + -12.249 + ], + [ + "busted", + -12.249 + ], + [ + "capt", + -12.249 + ], + [ + "cardiovascular", + -12.249 + ], + [ + "chester", + -12.249 + ], + [ + "cites", + -12.249 + ], + [ + "clarification", + -12.249 + ], + [ + "cliffs", + -12.249 + ], + [ + "clusters", + -12.249 + ], + [ + "clyde", + -12.249 + ], + [ + "commercially", + -12.249 + ], + [ + "conflicting", + -12.249 + ], + [ + "conform", + -12.249 + ], + [ + "corporal", + -12.249 + ], + [ + "correspond", + -12.249 + ], + [ + "defeats", + -12.249 + ], + [ + "derivatives", + -12.249 + ], + [ + "deserted", + -12.249 + ], + [ + "detector", + -12.249 + ], + [ + "dire", + -12.249 + ], + [ + "dis", + -12.249 + ], + [ + "disgrace", + -12.249 + ], + [ + "drones", + -12.249 + ], + [ + "drown", + -12.249 + ], + [ + "dumping", + -12.249 + ], + [ + "durham", + -12.249 + ], + [ + "dwell", + -12.249 + ], + [ + "europe's", + -12.249 + ], + [ + "evacuated", + -12.249 + ], + [ + "evenings", + -12.249 + ], + [ + "explosions", + -12.249 + ], + [ + "famine", + -12.249 + ], + [ + "favoured", + -12.249 + ], + [ + "frankie", + -12.249 + ], + [ + "genome", + -12.249 + ], + [ + "grease", + -12.249 + ], + [ + "grim", + -12.249 + ], + [ + "guts", + -12.249 + ], + [ + "harness", + -12.249 + ], + [ + "hc", + -12.249 + ], + [ + "helm", + -12.249 + ], + [ + "henri", + -12.249 + ], + [ + "hides", + -12.249 + ], + [ + "hopeful", + -12.249 + ], + [ + "hose", + -12.249 + ], + [ + "hostages", + -12.249 + ], + [ + "hydraulic", + -12.249 + ], + [ + "illnesses", + -12.249 + ], + [ + "inflammation", + -12.249 + ], + [ + "installations", + -12.249 + ], + [ + "jacobs", + -12.249 + ], + [ + "japan's", + -12.249 + ], + [ + "jewel", + -12.249 + ], + [ + "jewellery", + -12.249 + ], + [ + "jupiter", + -12.249 + ], + [ + "kiev", + -12.249 + ], + [ + "kindergarten", + -12.249 + ], + [ + "laurent", + -12.249 + ], + [ + "malaria", + -12.249 + ], + [ + "mechanic", + -12.249 + ], + [ + "midwest", + -12.249 + ], + [ + "militant", + -12.249 + ], + [ + "morals", + -12.249 + ], + [ + "multitude", + -12.249 + ], + [ + "mustard", + -12.249 + ], + [ + "ninety", + -12.249 + ], + [ + "nod", + -12.249 + ], + [ + "nonprofit", + -12.249 + ], + [ + "occupying", + -12.249 + ], + [ + "offline", + -12.249 + ], + [ + "openings", + -12.249 + ], + [ + "opted", + -12.249 + ], + [ + "ow", + -12.249 + ], + [ + "peach", + -12.249 + ], + [ + "peculiar", + -12.249 + ], + [ + "penguins", + -12.249 + ], + [ + "petrol", + -12.249 + ], + [ + "pillar", + -12.249 + ], + [ + "pillars", + -12.249 + ], + [ + "poetic", + -12.249 + ], + [ + "porto", + -12.249 + ], + [ + "pottery", + -12.249 + ], + [ + "preferably", + -12.249 + ], + [ + "proportional", + -12.249 + ], + [ + "rash", + -12.249 + ], + [ + "razor", + -12.249 + ], + [ + "readiness", + -12.249 + ], + [ + "recommends", + -12.249 + ], + [ + "reductions", + -12.249 + ], + [ + "reel", + -12.249 + ], + [ + "referenced", + -12.249 + ], + [ + "removes", + -12.249 + ], + [ + "residual", + -12.249 + ], + [ + "revived", + -12.249 + ], + [ + "rewarding", + -12.249 + ], + [ + "roberto", + -12.249 + ], + [ + "rodriguez", + -12.249 + ], + [ + "ronnie", + -12.249 + ], + [ + "sacrificed", + -12.249 + ], + [ + "screamed", + -12.249 + ], + [ + "seating", + -12.249 + ], + [ + "sheikh", + -12.249 + ], + [ + "shirley", + -12.249 + ], + [ + "shrink", + -12.249 + ], + [ + "sketches", + -12.249 + ], + [ + "sleepy", + -12.249 + ], + [ + "slipping", + -12.249 + ], + [ + "stainless", + -12.249 + ], + [ + "starbucks", + -12.249 + ], + [ + "stat", + -12.249 + ], + [ + "statues", + -12.249 + ], + [ + "stereotypes", + -12.249 + ], + [ + "stove", + -12.249 + ], + [ + "stranded", + -12.249 + ], + [ + "strawberry", + -12.249 + ], + [ + "suppression", + -12.249 + ], + [ + "sussex", + -12.249 + ], + [ + "t00", + -12.249 + ], + [ + "tactic", + -12.249 + ], + [ + "tenant", + -12.249 + ], + [ + "terrestrial", + -12.249 + ], + [ + "torres", + -12.249 + ], + [ + "tossed", + -12.249 + ], + [ + "trait", + -12.249 + ], + [ + "translator", + -12.249 + ], + [ + "trinidad", + -12.249 + ], + [ + "tucker", + -12.249 + ], + [ + "tuning", + -12.249 + ], + [ + "unfamiliar", + -12.249 + ], + [ + "unhealthy", + -12.249 + ], + [ + "unpredictable", + -12.249 + ], + [ + "urging", + -12.249 + ], + [ + "variants", + -12.249 + ], + [ + "vera", + -12.249 + ], + [ + "verification", + -12.249 + ], + [ + "verizon", + -12.249 + ], + [ + "vulnerability", + -12.249 + ], + [ + "weighted", + -12.249 + ], + [ + "wheeler", + -12.249 + ], + [ + "womb", + -12.249 + ], + [ + "yi", + -12.249 + ], + [ + "youths", + -12.249 + ], + [ + "000.000", + -12.2722 + ], + [ + "00p", + -12.2722 + ], + [ + "akin", + -12.2722 + ], + [ + "allegiance", + -12.2722 + ], + [ + "anyone's", + -12.2722 + ], + [ + "apt", + -12.2722 + ], + [ + "arcade", + -12.2722 + ], + [ + "assad", + -12.2722 + ], + [ + "assassin", + -12.2722 + ], + [ + "bella", + -12.2722 + ], + [ + "blankets", + -12.2722 + ], + [ + "bounty", + -12.2722 + ], + [ + "bourgeois", + -12.2722 + ], + [ + "boy's", + -12.2722 + ], + [ + "browse", + -12.2722 + ], + [ + "bulb", + -12.2722 + ], + [ + "byron", + -12.2722 + ], + [ + "cache", + -12.2722 + ], + [ + "cameroon", + -12.2722 + ], + [ + "capsule", + -12.2722 + ], + [ + "cheapest", + -12.2722 + ], + [ + "chloe", + -12.2722 + ], + [ + "citation", + -12.2722 + ], + [ + "cite", + -12.2722 + ], + [ + "cody", + -12.2722 + ], + [ + "cologne", + -12.2722 + ], + [ + "contests", + -12.2722 + ], + [ + "coping", + -12.2722 + ], + [ + "cumulative", + -12.2722 + ], + [ + "cyclists", + -12.2722 + ], + [ + "databases", + -12.2722 + ], + [ + "debating", + -12.2722 + ], + [ + "defenses", + -12.2722 + ], + [ + "destroys", + -12.2722 + ], + [ + "devastated", + -12.2722 + ], + [ + "differing", + -12.2722 + ], + [ + "diploma", + -12.2722 + ], + [ + "drained", + -12.2722 + ], + [ + "erotic", + -12.2722 + ], + [ + "everton", + -12.2722 + ], + [ + "exceeds", + -12.2722 + ], + [ + "falcon", + -12.2722 + ], + [ + "fetus", + -12.2722 + ], + [ + "flagship", + -12.2722 + ], + [ + "foil", + -12.2722 + ], + [ + "gigantic", + -12.2722 + ], + [ + "gimme", + -12.2722 + ], + [ + "gladly", + -12.2722 + ], + [ + "greeted", + -12.2722 + ], + [ + "gta", + -12.2722 + ], + [ + "honeymoon", + -12.2722 + ], + [ + "honorary", + -12.2722 + ], + [ + "ignition", + -12.2722 + ], + [ + "impressions", + -12.2722 + ], + [ + "inception", + -12.2722 + ], + [ + "india's", + -12.2722 + ], + [ + "inflicted", + -12.2722 + ], + [ + "inspectors", + -12.2722 + ], + [ + "insulting", + -12.2722 + ], + [ + "invasive", + -12.2722 + ], + [ + "israel's", + -12.2722 + ], + [ + "italians", + -12.2722 + ], + [ + "jackets", + -12.2722 + ], + [ + "jakarta", + -12.2722 + ], + [ + "jeep", + -12.2722 + ], + [ + "jerome", + -12.2722 + ], + [ + "jessie", + -12.2722 + ], + [ + "ko", + -12.2722 + ], + [ + "labelled", + -12.2722 + ], + [ + "lace", + -12.2722 + ], + [ + "lag", + -12.2722 + ], + [ + "lays", + -12.2722 + ], + [ + "lecturer", + -12.2722 + ], + [ + "lenin", + -12.2722 + ], + [ + "liabilities", + -12.2722 + ], + [ + "lightweight", + -12.2722 + ], + [ + "limestone", + -12.2722 + ], + [ + "lobbying", + -12.2722 + ], + [ + "loops", + -12.2722 + ], + [ + "maths", + -12.2722 + ], + [ + "maze", + -12.2722 + ], + [ + "meanings", + -12.2722 + ], + [ + "memoir", + -12.2722 + ], + [ + "ministerial", + -12.2722 + ], + [ + "mmm", + -12.2722 + ], + [ + "mole", + -12.2722 + ], + [ + "moody", + -12.2722 + ], + [ + "morale", + -12.2722 + ], + [ + "morally", + -12.2722 + ], + [ + "motherfucker", + -12.2722 + ], + [ + "mp3", + -12.2722 + ], + [ + "navigate", + -12.2722 + ], + [ + "needles", + -12.2722 + ], + [ + "noisy", + -12.2722 + ], + [ + "nun", + -12.2722 + ], + [ + "paragraphs", + -12.2722 + ], + [ + "parameter", + -12.2722 + ], + [ + "percy", + -12.2722 + ], + [ + "pleasing", + -12.2722 + ], + [ + "polished", + -12.2722 + ], + [ + "poorer", + -12.2722 + ], + [ + "pornography", + -12.2722 + ], + [ + "prank", + -12.2722 + ], + [ + "precautions", + -12.2722 + ], + [ + "prefers", + -12.2722 + ], + [ + "proprietary", + -12.2722 + ], + [ + "props", + -12.2722 + ], + [ + "prosecutors", + -12.2722 + ], + [ + "prosperous", + -12.2722 + ], + [ + "protector", + -12.2722 + ], + [ + "rabbits", + -12.2722 + ], + [ + "ransom", + -12.2722 + ], + [ + "realism", + -12.2722 + ], + [ + "reflections", + -12.2722 + ], + [ + "remark", + -12.2722 + ], + [ + "remotely", + -12.2722 + ], + [ + "retains", + -12.2722 + ], + [ + "ringing", + -12.2722 + ], + [ + "romanian", + -12.2722 + ], + [ + "ronaldo", + -12.2722 + ], + [ + "rum", + -12.2722 + ], + [ + "sacramento", + -12.2722 + ], + [ + "sans", + -12.2722 + ], + [ + "sarcasm", + -12.2722 + ], + [ + "savior", + -12.2722 + ], + [ + "scheduling", + -12.2722 + ], + [ + "selections", + -12.2722 + ], + [ + "seriousness", + -12.2722 + ], + [ + "sleeps", + -12.2722 + ], + [ + "sleeves", + -12.2722 + ], + [ + "slick", + -12.2722 + ], + [ + "sniper", + -12.2722 + ], + [ + "snp", + -12.2722 + ], + [ + "spared", + -12.2722 + ], + [ + "spreads", + -12.2722 + ], + [ + "staging", + -12.2722 + ], + [ + "standpoint", + -12.2722 + ], + [ + "steals", + -12.2722 + ], + [ + "steer", + -12.2722 + ], + [ + "stud", + -12.2722 + ], + [ + "surrendered", + -12.2722 + ], + [ + "swamp", + -12.2722 + ], + [ + "symposium", + -12.2722 + ], + [ + "tackles", + -12.2722 + ], + [ + "tar", + -12.2722 + ], + [ + "tasted", + -12.2722 + ], + [ + "technician", + -12.2722 + ], + [ + "tents", + -12.2722 + ], + [ + "thanked", + -12.2722 + ], + [ + "township", + -12.2722 + ], + [ + "trainers", + -12.2722 + ], + [ + "transmit", + -12.2722 + ], + [ + "tri", + -12.2722 + ], + [ + "underestimate", + -12.2722 + ], + [ + "underwent", + -12.2722 + ], + [ + "unesco", + -12.2722 + ], + [ + "unfinished", + -12.2722 + ], + [ + "university's", + -12.2722 + ], + [ + "vaccines", + -12.2722 + ], + [ + "vegetarian", + -12.2722 + ], + [ + "vermont", + -12.2722 + ], + [ + "vest", + -12.2722 + ], + [ + "victorious", + -12.2722 + ], + [ + "viewpoint", + -12.2722 + ], + [ + "wallpaper", + -12.2722 + ], + [ + "wed", + -12.2722 + ], + [ + "whichever", + -12.2722 + ], + [ + "yeast", + -12.2722 + ], + [ + "zinc", + -12.2722 + ], + [ + "accountant", + -12.296 + ], + [ + "accredited", + -12.296 + ], + [ + "albany", + -12.296 + ], + [ + "antibodies", + -12.296 + ], + [ + "apostles", + -12.296 + ], + [ + "aquatic", + -12.296 + ], + [ + "assemble", + -12.296 + ], + [ + "assert", + -12.296 + ], + [ + "asserted", + -12.296 + ], + [ + "assistants", + -12.296 + ], + [ + "attained", + -12.296 + ], + [ + "aurora", + -12.296 + ], + [ + "authorization", + -12.296 + ], + [ + "autobiography", + -12.296 + ], + [ + "await", + -12.296 + ], + [ + "baltic", + -12.296 + ], + [ + "bam", + -12.296 + ], + [ + "bandwidth", + -12.296 + ], + [ + "baptism", + -12.296 + ], + [ + "baseline", + -12.296 + ], + [ + "bernie", + -12.296 + ], + [ + "bloc", + -12.296 + ], + [ + "booze", + -12.296 + ], + [ + "bounds", + -12.296 + ], + [ + "bradford", + -12.296 + ], + [ + "brent", + -12.296 + ], + [ + "burma", + -12.296 + ], + [ + "buzzing", + -12.296 + ], + [ + "c00", + -12.296 + ], + [ + "calculating", + -12.296 + ], + [ + "camel", + -12.296 + ], + [ + "captains", + -12.296 + ], + [ + "chatting", + -12.296 + ], + [ + "chord", + -12.296 + ], + [ + "collateral", + -12.296 + ], + [ + "combo", + -12.296 + ], + [ + "comet", + -12.296 + ], + [ + "compressed", + -12.296 + ], + [ + "constituents", + -12.296 + ], + [ + "cosmetic", + -12.296 + ], + [ + "creditors", + -12.296 + ], + [ + "criticised", + -12.296 + ], + [ + "crust", + -12.296 + ], + [ + "crystals", + -12.296 + ], + [ + "culturally", + -12.296 + ], + [ + "daughter's", + -12.296 + ], + [ + "deity", + -12.296 + ], + [ + "delightful", + -12.296 + ], + [ + "deploy", + -12.296 + ], + [ + "devote", + -12.296 + ], + [ + "disregard", + -12.296 + ], + [ + "divers", + -12.296 + ], + [ + "dividing", + -12.296 + ], + [ + "dusty", + -12.296 + ], + [ + "ellie", + -12.296 + ], + [ + "eng", + -12.296 + ], + [ + "equilibrium", + -12.296 + ], + [ + "esther", + -12.296 + ], + [ + "exaggerated", + -12.296 + ], + [ + "extinct", + -12.296 + ], + [ + "feather", + -12.296 + ], + [ + "flawed", + -12.296 + ], + [ + "footballer", + -12.296 + ], + [ + "formidable", + -12.296 + ], + [ + "frances", + -12.296 + ], + [ + "freshwater", + -12.296 + ], + [ + "frightening", + -12.296 + ], + [ + "funk", + -12.296 + ], + [ + "gardening", + -12.296 + ], + [ + "gavin", + -12.296 + ], + [ + "gays", + -12.296 + ], + [ + "genus", + -12.296 + ], + [ + "girlfriends", + -12.296 + ], + [ + "goodnight", + -12.296 + ], + [ + "graffiti", + -12.296 + ], + [ + "haired", + -12.296 + ], + [ + "hare", + -12.296 + ], + [ + "harley", + -12.296 + ], + [ + "histories", + -12.296 + ], + [ + "hourly", + -12.296 + ], + [ + "hulk", + -12.296 + ], + [ + "idaho", + -12.296 + ], + [ + "incorporating", + -12.296 + ], + [ + "indianapolis", + -12.296 + ], + [ + "insured", + -12.296 + ], + [ + "judith", + -12.296 + ], + [ + "justices", + -12.296 + ], + [ + "lan", + -12.296 + ], + [ + "leaks", + -12.296 + ], + [ + "lebron", + -12.296 + ], + [ + "listings", + -12.296 + ], + [ + "llc", + -12.296 + ], + [ + "lobster", + -12.296 + ], + [ + "lotus", + -12.296 + ], + [ + "mack", + -12.296 + ], + [ + "memorandum", + -12.296 + ], + [ + "meta", + -12.296 + ], + [ + "millionaire", + -12.296 + ], + [ + "moist", + -12.296 + ], + [ + "moms", + -12.296 + ], + [ + "mormon", + -12.296 + ], + [ + "mushrooms", + -12.296 + ], + [ + "nutritional", + -12.296 + ], + [ + "obsolete", + -12.296 + ], + [ + "oi", + -12.296 + ], + [ + "onwards", + -12.296 + ], + [ + "outfits", + -12.296 + ], + [ + "pathways", + -12.296 + ], + [ + "pavilion", + -12.296 + ], + [ + "payable", + -12.296 + ], + [ + "pens", + -12.296 + ], + [ + "phenomenal", + -12.296 + ], + [ + "photographed", + -12.296 + ], + [ + "pilgrimage", + -12.296 + ], + [ + "pitching", + -12.296 + ], + [ + "pledged", + -12.296 + ], + [ + "presumed", + -12.296 + ], + [ + "prevailing", + -12.296 + ], + [ + "professionally", + -12.296 + ], + [ + "proudly", + -12.296 + ], + [ + "ps3", + -12.296 + ], + [ + "regulator", + -12.296 + ], + [ + "reside", + -12.296 + ], + [ + "revive", + -12.296 + ], + [ + "richie", + -12.296 + ], + [ + "roland", + -12.296 + ], + [ + "scarce", + -12.296 + ], + [ + "seafood", + -12.296 + ], + [ + "secrecy", + -12.296 + ], + [ + "seldom", + -12.296 + ], + [ + "sep", + -12.296 + ], + [ + "simultaneous", + -12.296 + ], + [ + "slack", + -12.296 + ], + [ + "socialists", + -12.296 + ], + [ + "spectacle", + -12.296 + ], + [ + "startup", + -12.296 + ], + [ + "stigma", + -12.296 + ], + [ + "suspend", + -12.296 + ], + [ + "tanzania", + -12.296 + ], + [ + "terminals", + -12.296 + ], + [ + "texting", + -12.296 + ], + [ + "thrill", + -12.296 + ], + [ + "tile", + -12.296 + ], + [ + "torque", + -12.296 + ], + [ + "tow", + -12.296 + ], + [ + "tr", + -12.296 + ], + [ + "transcript", + -12.296 + ], + [ + "transforming", + -12.296 + ], + [ + "translates", + -12.296 + ], + [ + "truths", + -12.296 + ], + [ + "turnout", + -12.296 + ], + [ + "undertook", + -12.296 + ], + [ + "unexpectedly", + -12.296 + ], + [ + "uni", + -12.296 + ], + [ + "unpopular", + -12.296 + ], + [ + "vanity", + -12.296 + ], + [ + "vegan", + -12.296 + ], + [ + "vinegar", + -12.296 + ], + [ + "visually", + -12.296 + ], + [ + "watt", + -12.296 + ], + [ + "whipped", + -12.296 + ], + [ + "wii", + -12.296 + ], + [ + "zen", + -12.296 + ], + [ + "\u25a0", + -12.296 + ], + [ + "abdul", + -12.3181 + ], + [ + "addict", + -12.3181 + ], + [ + "adobe", + -12.3181 + ], + [ + "algebra", + -12.3181 + ], + [ + "announcements", + -12.3181 + ], + [ + "astonishing", + -12.3181 + ], + [ + "astronomy", + -12.3181 + ], + [ + "attain", + -12.3181 + ], + [ + "attendant", + -12.3181 + ], + [ + "attracts", + -12.3181 + ], + [ + "australia's", + -12.3181 + ], + [ + "avoidance", + -12.3181 + ], + [ + "bali", + -12.3181 + ], + [ + "bart", + -12.3181 + ], + [ + "basel", + -12.3181 + ], + [ + "boiled", + -12.3181 + ], + [ + "boulevard", + -12.3181 + ], + [ + "branding", + -12.3181 + ], + [ + "breeds", + -12.3181 + ], + [ + "brendan", + -12.3181 + ], + [ + "calf", + -12.3181 + ], + [ + "cancellation", + -12.3181 + ], + [ + "caption", + -12.3181 + ], + [ + "captures", + -12.3181 + ], + [ + "carlton", + -12.3181 + ], + [ + "champs", + -12.3181 + ], + [ + "chew", + -12.3181 + ], + [ + "circumstance", + -12.3181 + ], + [ + "classy", + -12.3181 + ], + [ + "commentator", + -12.3181 + ], + [ + "communicated", + -12.3181 + ], + [ + "constituent", + -12.3181 + ], + [ + "contributors", + -12.3181 + ], + [ + "cork", + -12.3181 + ], + [ + "cursed", + -12.3181 + ], + [ + "daring", + -12.3181 + ], + [ + "digest", + -12.3181 + ], + [ + "distorted", + -12.3181 + ], + [ + "dixon", + -12.3181 + ], + [ + "dolphin", + -12.3181 + ], + [ + "dove", + -12.3181 + ], + [ + "dreadful", + -12.3181 + ], + [ + "durable", + -12.3181 + ], + [ + "electorate", + -12.3181 + ], + [ + "ella", + -12.3181 + ], + [ + "endorsement", + -12.3181 + ], + [ + "engineered", + -12.3181 + ], + [ + "facto", + -12.3181 + ], + [ + "fertile", + -12.3181 + ], + [ + "fetch", + -12.3181 + ], + [ + "flank", + -12.3181 + ], + [ + "flyers", + -12.3181 + ], + [ + "folding", + -12.3181 + ], + [ + "gala", + -12.3181 + ], + [ + "genres", + -12.3181 + ], + [ + "glucose", + -12.3181 + ], + [ + "goodwill", + -12.3181 + ], + [ + "greeting", + -12.3181 + ], + [ + "grenade", + -12.3181 + ], + [ + "groove", + -12.3181 + ], + [ + "gus", + -12.3181 + ], + [ + "hal", + -12.3181 + ], + [ + "hastings", + -12.3181 + ], + [ + "hedge", + -12.3181 + ], + [ + "hilton", + -12.3181 + ], + [ + "homemade", + -12.3181 + ], + [ + "hostility", + -12.3181 + ], + [ + "https", + -12.3181 + ], + [ + "hyde", + -12.3181 + ], + [ + "icc", + -12.3181 + ], + [ + "inflammatory", + -12.3181 + ], + [ + "inhabited", + -12.3181 + ], + [ + "inscription", + -12.3181 + ], + [ + "intentional", + -12.3181 + ], + [ + "intercourse", + -12.3181 + ], + [ + "interpreter", + -12.3181 + ], + [ + "intuitive", + -12.3181 + ], + [ + "julius", + -12.3181 + ], + [ + "jumper", + -12.3181 + ], + [ + "kernel", + -12.3181 + ], + [ + "knots", + -12.3181 + ], + [ + "kosovo", + -12.3181 + ], + [ + "latitude", + -12.3181 + ], + [ + "lawful", + -12.3181 + ], + [ + "liner", + -12.3181 + ], + [ + "litter", + -12.3181 + ], + [ + "louisville", + -12.3181 + ], + [ + "malicious", + -12.3181 + ], + [ + "manuscripts", + -12.3181 + ], + [ + "marketed", + -12.3181 + ], + [ + "martinez", + -12.3181 + ], + [ + "mil", + -12.3181 + ], + [ + "mosaic", + -12.3181 + ], + [ + "mute", + -12.3181 + ], + [ + "mythology", + -12.3181 + ], + [ + "nobility", + -12.3181 + ], + [ + "northwestern", + -12.3181 + ], + [ + "notch", + -12.3181 + ], + [ + "nottingham", + -12.3181 + ], + [ + "nz", + -12.3181 + ], + [ + "o'neill", + -12.3181 + ], + [ + "obese", + -12.3181 + ], + [ + "oneself", + -12.3181 + ], + [ + "outlines", + -12.3181 + ], + [ + "packers", + -12.3181 + ], + [ + "paired", + -12.3181 + ], + [ + "pcs", + -12.3181 + ], + [ + "pe", + -12.3181 + ], + [ + "pedal", + -12.3181 + ], + [ + "pentagon", + -12.3181 + ], + [ + "podium", + -12.3181 + ], + [ + "pointer", + -12.3181 + ], + [ + "poop", + -12.3181 + ], + [ + "porsche", + -12.3181 + ], + [ + "preacher", + -12.3181 + ], + [ + "progressed", + -12.3181 + ], + [ + "prose", + -12.3181 + ], + [ + "provoked", + -12.3181 + ], + [ + "puck", + -12.3181 + ], + [ + "query", + -12.3181 + ], + [ + "raging", + -12.3181 + ], + [ + "ramsey", + -12.3181 + ], + [ + "rationale", + -12.3181 + ], + [ + "ratios", + -12.3181 + ], + [ + "regulating", + -12.3181 + ], + [ + "repay", + -12.3181 + ], + [ + "rodney", + -12.3181 + ], + [ + "rubbing", + -12.3181 + ], + [ + "rupert", + -12.3181 + ], + [ + "ruthless", + -12.3181 + ], + [ + "sarcastic", + -12.3181 + ], + [ + "scrub", + -12.3181 + ], + [ + "shaken", + -12.3181 + ], + [ + "shutting", + -12.3181 + ], + [ + "smokers", + -12.3181 + ], + [ + "societal", + -12.3181 + ], + [ + "sonny", + -12.3181 + ], + [ + "soy", + -12.3181 + ], + [ + "speeding", + -12.3181 + ], + [ + "stevie", + -12.3181 + ], + [ + "strangely", + -12.3181 + ], + [ + "stylish", + -12.3181 + ], + [ + "subsidy", + -12.3181 + ], + [ + "swelling", + -12.3181 + ], + [ + "takeover", + -12.3181 + ], + [ + "tapping", + -12.3181 + ], + [ + "temporal", + -12.3181 + ], + [ + "theo", + -12.3181 + ], + [ + "thor", + -12.3181 + ], + [ + "thumbs", + -12.3181 + ], + [ + "tipped", + -12.3181 + ], + [ + "toby", + -12.3181 + ], + [ + "towels", + -12.3181 + ], + [ + "trustee", + -12.3181 + ], + [ + "turbine", + -12.3181 + ], + [ + "tutor", + -12.3181 + ], + [ + "unanimous", + -12.3181 + ], + [ + "unlawful", + -12.3181 + ], + [ + "unlucky", + -12.3181 + ], + [ + "unpaid", + -12.3181 + ], + [ + "unsafe", + -12.3181 + ], + [ + "upgrading", + -12.3181 + ], + [ + "upheld", + -12.3181 + ], + [ + "uv", + -12.3181 + ], + [ + "valentine", + -12.3181 + ], + [ + "vibrant", + -12.3181 + ], + [ + "vomiting", + -12.3181 + ], + [ + "wakes", + -12.3181 + ], + [ + "wander", + -12.3181 + ], + [ + "warns", + -12.3181 + ], + [ + "warrants", + -12.3181 + ], + [ + "whitney", + -12.3181 + ], + [ + "willis", + -12.3181 + ], + [ + "willy", + -12.3181 + ], + [ + "withstand", + -12.3181 + ], + [ + "wong", + -12.3181 + ], + [ + "wording", + -12.3181 + ], + [ + "zoe", + -12.3181 + ], + [ + "0,00", + -12.3407 + ], + [ + "aaa", + -12.3407 + ], + [ + "acc", + -12.3407 + ], + [ + "accustomed", + -12.3407 + ], + [ + "admin", + -12.3407 + ], + [ + "alliances", + -12.3407 + ], + [ + "amounted", + -12.3407 + ], + [ + "analytics", + -12.3407 + ], + [ + "anthropology", + -12.3407 + ], + [ + "argentine", + -12.3407 + ], + [ + "averaging", + -12.3407 + ], + [ + "bakery", + -12.3407 + ], + [ + "balances", + -12.3407 + ], + [ + "bans", + -12.3407 + ], + [ + "bastards", + -12.3407 + ], + [ + "beforehand", + -12.3407 + ], + [ + "benchmark", + -12.3407 + ], + [ + "betrayal", + -12.3407 + ], + [ + "beverage", + -12.3407 + ], + [ + "blockade", + -12.3407 + ], + [ + "bolivia", + -12.3407 + ], + [ + "broadcasters", + -12.3407 + ], + [ + "burgers", + -12.3407 + ], + [ + "businessmen", + -12.3407 + ], + [ + "caffeine", + -12.3407 + ], + [ + "capped", + -12.3407 + ], + [ + "captivity", + -12.3407 + ], + [ + "cbc", + -12.3407 + ], + [ + "chalk", + -12.3407 + ], + [ + "charleston", + -12.3407 + ], + [ + "christie", + -12.3407 + ], + [ + "cigar", + -12.3407 + ], + [ + "classrooms", + -12.3407 + ], + [ + "coating", + -12.3407 + ], + [ + "cocoa", + -12.3407 + ], + [ + "colombian", + -12.3407 + ], + [ + "compartment", + -12.3407 + ], + [ + "compliments", + -12.3407 + ], + [ + "compositions", + -12.3407 + ], + [ + "comprehend", + -12.3407 + ], + [ + "conrad", + -12.3407 + ], + [ + "contexts", + -12.3407 + ], + [ + "courtney", + -12.3407 + ], + [ + "crest", + -12.3407 + ], + [ + "criticisms", + -12.3407 + ], + [ + "debated", + -12.3407 + ], + [ + "deception", + -12.3407 + ], + [ + "deduction", + -12.3407 + ], + [ + "della", + -12.3407 + ], + [ + "denounced", + -12.3407 + ], + [ + "dev", + -12.3407 + ], + [ + "diets", + -12.3407 + ], + [ + "donkey", + -12.3407 + ], + [ + "drastic", + -12.3407 + ], + [ + "drummer", + -12.3407 + ], + [ + "duel", + -12.3407 + ], + [ + "egyptians", + -12.3407 + ], + [ + "empirical", + -12.3407 + ], + [ + "enlightenment", + -12.3407 + ], + [ + "ensured", + -12.3407 + ], + [ + "erik", + -12.3407 + ], + [ + "europa", + -12.3407 + ], + [ + "expo", + -12.3407 + ], + [ + "fined", + -12.3407 + ], + [ + "forbid", + -12.3407 + ], + [ + "formulation", + -12.3407 + ], + [ + "fraternity", + -12.3407 + ], + [ + "fulfil", + -12.3407 + ], + [ + "gamma", + -12.3407 + ], + [ + "gaze", + -12.3407 + ], + [ + "gee", + -12.3407 + ], + [ + "generosity", + -12.3407 + ], + [ + "gibbs", + -12.3407 + ], + [ + "gin", + -12.3407 + ], + [ + "glowing", + -12.3407 + ], + [ + "gran", + -12.3407 + ], + [ + "hah", + -12.3407 + ], + [ + "harvested", + -12.3407 + ], + [ + "hereby", + -12.3407 + ], + [ + "hmmm", + -12.3407 + ], + [ + "homage", + -12.3407 + ], + [ + "hypothetical", + -12.3407 + ], + [ + "inaccurate", + -12.3407 + ], + [ + "inaugural", + -12.3407 + ], + [ + "indefinitely", + -12.3407 + ], + [ + "induction", + -12.3407 + ], + [ + "infrared", + -12.3407 + ], + [ + "instincts", + -12.3407 + ], + [ + "invade", + -12.3407 + ], + [ + "irresponsible", + -12.3407 + ], + [ + "jewels", + -12.3407 + ], + [ + "kin", + -12.3407 + ], + [ + "ln", + -12.3407 + ], + [ + "marcel", + -12.3407 + ], + [ + "marxist", + -12.3407 + ], + [ + "maximize", + -12.3407 + ], + [ + "meyer", + -12.3407 + ], + [ + "midway", + -12.3407 + ], + [ + "milestone", + -12.3407 + ], + [ + "mindset", + -12.3407 + ], + [ + "murdering", + -12.3407 + ], + [ + "mutation", + -12.3407 + ], + [ + "nam", + -12.3407 + ], + [ + "narrowly", + -12.3407 + ], + [ + "newport", + -12.3407 + ], + [ + "optimism", + -12.3407 + ], + [ + "pads", + -12.3407 + ], + [ + "paradox", + -12.3407 + ], + [ + "persona", + -12.3407 + ], + [ + "peters", + -12.3407 + ], + [ + "philippine", + -12.3407 + ], + [ + "piper", + -12.3407 + ], + [ + "popcorn", + -12.3407 + ], + [ + "portrayal", + -12.3407 + ], + [ + "possesses", + -12.3407 + ], + [ + "predator", + -12.3407 + ], + [ + "procession", + -12.3407 + ], + [ + "proliferation", + -12.3407 + ], + [ + "pronounce", + -12.3407 + ], + [ + "python", + -12.3407 + ], + [ + "reacted", + -12.3407 + ], + [ + "rebuilt", + -12.3407 + ], + [ + "regulators", + -12.3407 + ], + [ + "repeal", + -12.3407 + ], + [ + "replaces", + -12.3407 + ], + [ + "repression", + -12.3407 + ], + [ + "residency", + -12.3407 + ], + [ + "residue", + -12.3407 + ], + [ + "resisted", + -12.3407 + ], + [ + "rocking", + -12.3407 + ], + [ + "rumours", + -12.3407 + ], + [ + "sap", + -12.3407 + ], + [ + "saturated", + -12.3407 + ], + [ + "saxon", + -12.3407 + ], + [ + "scares", + -12.3407 + ], + [ + "scarf", + -12.3407 + ], + [ + "selfie", + -12.3407 + ], + [ + "shakes", + -12.3407 + ], + [ + "sip", + -12.3407 + ], + [ + "slices", + -12.3407 + ], + [ + "smashing", + -12.3407 + ], + [ + "sophomore", + -12.3407 + ], + [ + "spicy", + -12.3407 + ], + [ + "spur", + -12.3407 + ], + [ + "staircase", + -12.3407 + ], + [ + "starters", + -12.3407 + ], + [ + "suarez", + -12.3407 + ], + [ + "subs", + -12.3407 + ], + [ + "supervised", + -12.3407 + ], + [ + "suppress", + -12.3407 + ], + [ + "sweating", + -12.3407 + ], + [ + "tailor", + -12.3407 + ], + [ + "tbh", + -12.3407 + ], + [ + "tendencies", + -12.3407 + ], + [ + "terminate", + -12.3407 + ], + [ + "theodore", + -12.3407 + ], + [ + "transgender", + -12.3407 + ], + [ + "trench", + -12.3407 + ], + [ + "trillion", + -12.3407 + ], + [ + "tying", + -12.3407 + ], + [ + "unanimously", + -12.3407 + ], + [ + "undergone", + -12.3407 + ], + [ + "utmost", + -12.3407 + ], + [ + "valves", + -12.3407 + ], + [ + "ventilation", + -12.3407 + ], + [ + "versatile", + -12.3407 + ], + [ + "volunteered", + -12.3407 + ], + [ + "yankee", + -12.3407 + ], + [ + "00,000,000", + -12.3639 + ], + [ + "accomplishment", + -12.3639 + ], + [ + "accusation", + -12.3639 + ], + [ + "affiliation", + -12.3639 + ], + [ + "allergy", + -12.3639 + ], + [ + "ample", + -12.3639 + ], + [ + "apprentice", + -12.3639 + ], + [ + "assaulted", + -12.3639 + ], + [ + "augusta", + -12.3639 + ], + [ + "baby's", + -12.3639 + ], + [ + "babylon", + -12.3639 + ], + [ + "barbecue", + -12.3639 + ], + [ + "baths", + -12.3639 + ], + [ + "bengal", + -12.3639 + ], + [ + "births", + -12.3639 + ], + [ + "bombay", + -12.3639 + ], + [ + "bothering", + -12.3639 + ], + [ + "boulder", + -12.3639 + ], + [ + "bourbon", + -12.3639 + ], + [ + "cancers", + -12.3639 + ], + [ + "cardboard", + -12.3639 + ], + [ + "carmen", + -12.3639 + ], + [ + "carrots", + -12.3639 + ], + [ + "catering", + -12.3639 + ], + [ + "cb", + -12.3639 + ], + [ + "cellar", + -12.3639 + ], + [ + "cellphone", + -12.3639 + ], + [ + "chant", + -12.3639 + ], + [ + "clarence", + -12.3639 + ], + [ + "clayton", + -12.3639 + ], + [ + "conceptual", + -12.3639 + ], + [ + "concession", + -12.3639 + ], + [ + "conditioned", + -12.3639 + ], + [ + "congestion", + -12.3639 + ], + [ + "convent", + -12.3639 + ], + [ + "crusade", + -12.3639 + ], + [ + "cynthia", + -12.3639 + ], + [ + "daniels", + -12.3639 + ], + [ + "demise", + -12.3639 + ], + [ + "derivative", + -12.3639 + ], + [ + "detectives", + -12.3639 + ], + [ + "discomfort", + -12.3639 + ], + [ + "doctor's", + -12.3639 + ], + [ + "doo", + -12.3639 + ], + [ + "downhill", + -12.3639 + ], + [ + "downstream", + -12.3639 + ], + [ + "drafting", + -12.3639 + ], + [ + "earnest", + -12.3639 + ], + [ + "ee", + -12.3639 + ], + [ + "enhancing", + -12.3639 + ], + [ + "enlisted", + -12.3639 + ], + [ + "evenly", + -12.3639 + ], + [ + "everytime", + -12.3639 + ], + [ + "fascinated", + -12.3639 + ], + [ + "fearing", + -12.3639 + ], + [ + "flashing", + -12.3639 + ], + [ + "greetings", + -12.3639 + ], + [ + "haircut", + -12.3639 + ], + [ + "hazards", + -12.3639 + ], + [ + "hercules", + -12.3639 + ], + [ + "highlands", + -12.3639 + ], + [ + "holt", + -12.3639 + ], + [ + "impacted", + -12.3639 + ], + [ + "improper", + -12.3639 + ], + [ + "indictment", + -12.3639 + ], + [ + "injected", + -12.3639 + ], + [ + "interrupt", + -12.3639 + ], + [ + "journeys", + -12.3639 + ], + [ + "kanye", + -12.3639 + ], + [ + "kitten", + -12.3639 + ], + [ + "knit", + -12.3639 + ], + [ + "kung", + -12.3639 + ], + [ + "laps", + -12.3639 + ], + [ + "legislators", + -12.3639 + ], + [ + "lester", + -12.3639 + ], + [ + "linen", + -12.3639 + ], + [ + "loneliness", + -12.3639 + ], + [ + "manipulated", + -12.3639 + ], + [ + "marty", + -12.3639 + ], + [ + "marvin", + -12.3639 + ], + [ + "mascot", + -12.3639 + ], + [ + "medicare", + -12.3639 + ], + [ + "memoirs", + -12.3639 + ], + [ + "merged", + -12.3639 + ], + [ + "meth", + -12.3639 + ], + [ + "minister's", + -12.3639 + ], + [ + "minors", + -12.3639 + ], + [ + "mist", + -12.3639 + ], + [ + "molecule", + -12.3639 + ], + [ + "moroccan", + -12.3639 + ], + [ + "muscular", + -12.3639 + ], + [ + "nas", + -12.3639 + ], + [ + "nerd", + -12.3639 + ], + [ + "nolan", + -12.3639 + ], + [ + "noodles", + -12.3639 + ], + [ + "nucleus", + -12.3639 + ], + [ + "numerical", + -12.3639 + ], + [ + "og", + -12.3639 + ], + [ + "ordained", + -12.3639 + ], + [ + "organizers", + -12.3639 + ], + [ + "outgoing", + -12.3639 + ], + [ + "outskirts", + -12.3639 + ], + [ + "paddy", + -12.3639 + ], + [ + "panties", + -12.3639 + ], + [ + "parcel", + -12.3639 + ], + [ + "peripheral", + -12.3639 + ], + [ + "pint", + -12.3639 + ], + [ + "pls", + -12.3639 + ], + [ + "poorest", + -12.3639 + ], + [ + "possessing", + -12.3639 + ], + [ + "presentations", + -12.3639 + ], + [ + "prevail", + -12.3639 + ], + [ + "punching", + -12.3639 + ], + [ + "rectangular", + -12.3639 + ], + [ + "reformed", + -12.3639 + ], + [ + "reg", + -12.3639 + ], + [ + "regimes", + -12.3639 + ], + [ + "rey", + -12.3639 + ], + [ + "riches", + -12.3639 + ], + [ + "rift", + -12.3639 + ], + [ + "rochester", + -12.3639 + ], + [ + "ropes", + -12.3639 + ], + [ + "rouge", + -12.3639 + ], + [ + "sabbath", + -12.3639 + ], + [ + "saddam", + -12.3639 + ], + [ + "safari", + -12.3639 + ], + [ + "sammy", + -12.3639 + ], + [ + "sanctioned", + -12.3639 + ], + [ + "satire", + -12.3639 + ], + [ + "slapped", + -12.3639 + ], + [ + "slash", + -12.3639 + ], + [ + "slovenia", + -12.3639 + ], + [ + "solicitor", + -12.3639 + ], + [ + "spirituality", + -12.3639 + ], + [ + "staple", + -12.3639 + ], + [ + "starred", + -12.3639 + ], + [ + "sticker", + -12.3639 + ], + [ + "suicidal", + -12.3639 + ], + [ + "sunderland", + -12.3639 + ], + [ + "sweetie", + -12.3639 + ], + [ + "swell", + -12.3639 + ], + [ + "swings", + -12.3639 + ], + [ + "systematically", + -12.3639 + ], + [ + "taco", + -12.3639 + ], + [ + "tara", + -12.3639 + ], + [ + "tehran", + -12.3639 + ], + [ + "telecom", + -12.3639 + ], + [ + "tempting", + -12.3639 + ], + [ + "therein", + -12.3639 + ], + [ + "thrive", + -12.3639 + ], + [ + "toilets", + -12.3639 + ], + [ + "torah", + -12.3639 + ], + [ + "tsunami", + -12.3639 + ], + [ + "ukip", + -12.3639 + ], + [ + "universally", + -12.3639 + ], + [ + "unofficial", + -12.3639 + ], + [ + "unrest", + -12.3639 + ], + [ + "ut", + -12.3639 + ], + [ + "verge", + -12.3639 + ], + [ + "vernon", + -12.3639 + ], + [ + "veterinary", + -12.3639 + ], + [ + "vis", + -12.3639 + ], + [ + "vitamins", + -12.3639 + ], + [ + "vogue", + -12.3639 + ], + [ + "wartime", + -12.3639 + ], + [ + "weighs", + -12.3639 + ], + [ + "wrecked", + -12.3639 + ], + [ + "yugoslavia", + -12.3639 + ], + [ + "a1", + -12.3876 + ], + [ + "abide", + -12.3876 + ], + [ + "abolition", + -12.3876 + ], + [ + "accessory", + -12.3876 + ], + [ + "adapter", + -12.3876 + ], + [ + "administer", + -12.3876 + ], + [ + "af", + -12.3876 + ], + [ + "allergies", + -12.3876 + ], + [ + "alumni", + -12.3876 + ], + [ + "ambient", + -12.3876 + ], + [ + "amino", + -12.3876 + ], + [ + "anarchy", + -12.3876 + ], + [ + "apologise", + -12.3876 + ], + [ + "artery", + -12.3876 + ], + [ + "arthritis", + -12.3876 + ], + [ + "atheism", + -12.3876 + ], + [ + "authenticity", + -12.3876 + ], + [ + "averages", + -12.3876 + ], + [ + "balloons", + -12.3876 + ], + [ + "bamboo", + -12.3876 + ], + [ + "banging", + -12.3876 + ], + [ + "basil", + -12.3876 + ], + [ + "beads", + -12.3876 + ], + [ + "beirut", + -12.3876 + ], + [ + "blogger", + -12.3876 + ], + [ + "boiler", + -12.3876 + ], + [ + "bonnie", + -12.3876 + ], + [ + "borough", + -12.3876 + ], + [ + "bravery", + -12.3876 + ], + [ + "brittany", + -12.3876 + ], + [ + "brock", + -12.3876 + ], + [ + "bunker", + -12.3876 + ], + [ + "caravan", + -12.3876 + ], + [ + "carr", + -12.3876 + ], + [ + "casually", + -12.3876 + ], + [ + "catastrophe", + -12.3876 + ], + [ + "chaired", + -12.3876 + ], + [ + "che", + -12.3876 + ], + [ + "chewing", + -12.3876 + ], + [ + "chilling", + -12.3876 + ], + [ + "clippers", + -12.3876 + ], + [ + "colts", + -12.3876 + ], + [ + "commence", + -12.3876 + ], + [ + "concluding", + -12.3876 + ], + [ + "condom", + -12.3876 + ], + [ + "condoms", + -12.3876 + ], + [ + "congratulate", + -12.3876 + ], + [ + "continents", + -12.3876 + ], + [ + "corpus", + -12.3876 + ], + [ + "countdown", + -12.3876 + ], + [ + "criticize", + -12.3876 + ], + [ + "curtains", + -12.3876 + ], + [ + "dante", + -12.3876 + ], + [ + "daytime", + -12.3876 + ], + [ + "debit", + -12.3876 + ], + [ + "decorations", + -12.3876 + ], + [ + "dent", + -12.3876 + ], + [ + "department's", + -12.3876 + ], + [ + "descend", + -12.3876 + ], + [ + "devised", + -12.3876 + ], + [ + "dime", + -12.3876 + ], + [ + "distributing", + -12.3876 + ], + [ + "disturb", + -12.3876 + ], + [ + "drawer", + -12.3876 + ], + [ + "dummy", + -12.3876 + ], + [ + "earthquakes", + -12.3876 + ], + [ + "edmund", + -12.3876 + ], + [ + "electrons", + -12.3876 + ], + [ + "emerges", + -12.3876 + ], + [ + "emerson", + -12.3876 + ], + [ + "evangelical", + -12.3876 + ], + [ + "everybody's", + -12.3876 + ], + [ + "evidently", + -12.3876 + ], + [ + "exported", + -12.3876 + ], + [ + "factual", + -12.3876 + ], + [ + "fart", + -12.3876 + ], + [ + "fashionable", + -12.3876 + ], + [ + "faulty", + -12.3876 + ], + [ + "fb", + -12.3876 + ], + [ + "flick", + -12.3876 + ], + [ + "flint", + -12.3876 + ], + [ + "formations", + -12.3876 + ], + [ + "freezer", + -12.3876 + ], + [ + "gale", + -12.3876 + ], + [ + "gallon", + -12.3876 + ], + [ + "geoffrey", + -12.3876 + ], + [ + "geology", + -12.3876 + ], + [ + "gina", + -12.3876 + ], + [ + "grouped", + -12.3876 + ], + [ + "guarded", + -12.3876 + ], + [ + "hacker", + -12.3876 + ], + [ + "heartbeat", + -12.3876 + ], + [ + "hectares", + -12.3876 + ], + [ + "ignores", + -12.3876 + ], + [ + "inconvenience", + -12.3876 + ], + [ + "inexpensive", + -12.3876 + ], + [ + "insider", + -12.3876 + ], + [ + "internship", + -12.3876 + ], + [ + "jennings", + -12.3876 + ], + [ + "jess", + -12.3876 + ], + [ + "joker", + -12.3876 + ], + [ + "kardashian", + -12.3876 + ], + [ + "katy", + -12.3876 + ], + [ + "liaison", + -12.3876 + ], + [ + "lipstick", + -12.3876 + ], + [ + "lure", + -12.3876 + ], + [ + "lyric", + -12.3876 + ], + [ + "mag", + -12.3876 + ], + [ + "meredith", + -12.3876 + ], + [ + "messiah", + -12.3876 + ], + [ + "ministries", + -12.3876 + ], + [ + "mornings", + -12.3876 + ], + [ + "moron", + -12.3876 + ], + [ + "mug", + -12.3876 + ], + [ + "multinational", + -12.3876 + ], + [ + "neural", + -12.3876 + ], + [ + "neurons", + -12.3876 + ], + [ + "nicer", + -12.3876 + ], + [ + "nike", + -12.3876 + ], + [ + "norwich", + -12.3876 + ], + [ + "notify", + -12.3876 + ], + [ + "novelist", + -12.3876 + ], + [ + "nsw", + -12.3876 + ], + [ + "oppressed", + -12.3876 + ], + [ + "optimization", + -12.3876 + ], + [ + "ottoman", + -12.3876 + ], + [ + "ouch", + -12.3876 + ], + [ + "outreach", + -12.3876 + ], + [ + "oxide", + -12.3876 + ], + [ + "passports", + -12.3876 + ], + [ + "paved", + -12.3876 + ], + [ + "pod", + -12.3876 + ], + [ + "practitioner", + -12.3876 + ], + [ + "ravens", + -12.3876 + ], + [ + "redskins", + -12.3876 + ], + [ + "regeneration", + -12.3876 + ], + [ + "rejecting", + -12.3876 + ], + [ + "renovated", + -12.3876 + ], + [ + "restrictive", + -12.3876 + ], + [ + "ridden", + -12.3876 + ], + [ + "righteousness", + -12.3876 + ], + [ + "rwanda", + -12.3876 + ], + [ + "salvage", + -12.3876 + ], + [ + "saunders", + -12.3876 + ], + [ + "screened", + -12.3876 + ], + [ + "sculptures", + -12.3876 + ], + [ + "serbian", + -12.3876 + ], + [ + "sewing", + -12.3876 + ], + [ + "shove", + -12.3876 + ], + [ + "skeptical", + -12.3876 + ], + [ + "soaked", + -12.3876 + ], + [ + "softball", + -12.3876 + ], + [ + "spying", + -12.3876 + ], + [ + "stationary", + -12.3876 + ], + [ + "stirring", + -12.3876 + ], + [ + "strand", + -12.3876 + ], + [ + "sucker", + -12.3876 + ], + [ + "sunglasses", + -12.3876 + ], + [ + "supervisors", + -12.3876 + ], + [ + "sushi", + -12.3876 + ], + [ + "sutton", + -12.3876 + ], + [ + "swansea", + -12.3876 + ], + [ + "tang", + -12.3876 + ], + [ + "tonight's", + -12.3876 + ], + [ + "tyson", + -12.3876 + ], + [ + "unused", + -12.3876 + ], + [ + "usc", + -12.3876 + ], + [ + "utilization", + -12.3876 + ], + [ + "vale", + -12.3876 + ], + [ + "valentine's", + -12.3876 + ], + [ + "vines", + -12.3876 + ], + [ + "wizards", + -12.3876 + ], + [ + "xl", + -12.3876 + ], + [ + "yogurt", + -12.3876 + ], + [ + "zhang", + -12.3876 + ], + [ + "00.0.0", + -12.4119 + ], + [ + "acknowledging", + -12.4119 + ], + [ + "ada", + -12.4119 + ], + [ + "advocating", + -12.4119 + ], + [ + "ahmad", + -12.4119 + ], + [ + "aide", + -12.4119 + ], + [ + "alzheimer's", + -12.4119 + ], + [ + "ambassadors", + -12.4119 + ], + [ + "apostle", + -12.4119 + ], + [ + "apparel", + -12.4119 + ], + [ + "appliances", + -12.4119 + ], + [ + "astronaut", + -12.4119 + ], + [ + "auburn", + -12.4119 + ], + [ + "bikini", + -12.4119 + ], + [ + "bipolar", + -12.4119 + ], + [ + "broadcasts", + -12.4119 + ], + [ + "centred", + -12.4119 + ], + [ + "chaotic", + -12.4119 + ], + [ + "chap", + -12.4119 + ], + [ + "cinnamon", + -12.4119 + ], + [ + "clare", + -12.4119 + ], + [ + "clive", + -12.4119 + ], + [ + "comin", + -12.4119 + ], + [ + "commencement", + -12.4119 + ], + [ + "complementary", + -12.4119 + ], + [ + "comprise", + -12.4119 + ], + [ + "cooled", + -12.4119 + ], + [ + "courageous", + -12.4119 + ], + [ + "cpu", + -12.4119 + ], + [ + "crisp", + -12.4119 + ], + [ + "customary", + -12.4119 + ], + [ + "departing", + -12.4119 + ], + [ + "differentiate", + -12.4119 + ], + [ + "diocese", + -12.4119 + ], + [ + "disappoint", + -12.4119 + ], + [ + "discourage", + -12.4119 + ], + [ + "discouraged", + -12.4119 + ], + [ + "discs", + -12.4119 + ], + [ + "dispatched", + -12.4119 + ], + [ + "dl", + -12.4119 + ], + [ + "eligibility", + -12.4119 + ], + [ + "endured", + -12.4119 + ], + [ + "erase", + -12.4119 + ], + [ + "everything's", + -12.4119 + ], + [ + "explores", + -12.4119 + ], + [ + "fats", + -12.4119 + ], + [ + "fcc", + -12.4119 + ], + [ + "felony", + -12.4119 + ], + [ + "ferdinand", + -12.4119 + ], + [ + "firefighters", + -12.4119 + ], + [ + "fixtures", + -12.4119 + ], + [ + "fleeing", + -12.4119 + ], + [ + "fowler", + -12.4119 + ], + [ + "freelance", + -12.4119 + ], + [ + "friendships", + -12.4119 + ], + [ + "generators", + -12.4119 + ], + [ + "georgian", + -12.4119 + ], + [ + "gestures", + -12.4119 + ], + [ + "giveaway", + -12.4119 + ], + [ + "harriet", + -12.4119 + ], + [ + "herman", + -12.4119 + ], + [ + "higgins", + -12.4119 + ], + [ + "highland", + -12.4119 + ], + [ + "highlighting", + -12.4119 + ], + [ + "homo", + -12.4119 + ], + [ + "hs", + -12.4119 + ], + [ + "hussein", + -12.4119 + ], + [ + "hustle", + -12.4119 + ], + [ + "ibn", + -12.4119 + ], + [ + "imagining", + -12.4119 + ], + [ + "impairment", + -12.4119 + ], + [ + "inactive", + -12.4119 + ], + [ + "insignificant", + -12.4119 + ], + [ + "interestingly", + -12.4119 + ], + [ + "intern", + -12.4119 + ], + [ + "invent", + -12.4119 + ], + [ + "inventions", + -12.4119 + ], + [ + "iq", + -12.4119 + ], + [ + "isa", + -12.4119 + ], + [ + "isolate", + -12.4119 + ], + [ + "jp", + -12.4119 + ], + [ + "kathy", + -12.4119 + ], + [ + "kazakhstan", + -12.4119 + ], + [ + "latino", + -12.4119 + ], + [ + "leaking", + -12.4119 + ], + [ + "leopard", + -12.4119 + ], + [ + "logged", + -12.4119 + ], + [ + "loosely", + -12.4119 + ], + [ + "mal", + -12.4119 + ], + [ + "mare", + -12.4119 + ], + [ + "mattress", + -12.4119 + ], + [ + "midlands", + -12.4119 + ], + [ + "misunderstood", + -12.4119 + ], + [ + "moose", + -12.4119 + ], + [ + "morton", + -12.4119 + ], + [ + "multimedia", + -12.4119 + ], + [ + "mutant", + -12.4119 + ], + [ + "mutations", + -12.4119 + ], + [ + "myers", + -12.4119 + ], + [ + "negligence", + -12.4119 + ], + [ + "nigga", + -12.4119 + ], + [ + "nikki", + -12.4119 + ], + [ + "nissan", + -12.4119 + ], + [ + "nobody's", + -12.4119 + ], + [ + "noel", + -12.4119 + ], + [ + "optic", + -12.4119 + ], + [ + "originating", + -12.4119 + ], + [ + "outdated", + -12.4119 + ], + [ + "paints", + -12.4119 + ], + [ + "panda", + -12.4119 + ], + [ + "paradigm", + -12.4119 + ], + [ + "patrons", + -12.4119 + ], + [ + "paul's", + -12.4119 + ], + [ + "pavement", + -12.4119 + ], + [ + "periodically", + -12.4119 + ], + [ + "perpetual", + -12.4119 + ], + [ + "pleaded", + -12.4119 + ], + [ + "pneumonia", + -12.4119 + ], + [ + "posing", + -12.4119 + ], + [ + "posture", + -12.4119 + ], + [ + "predecessors", + -12.4119 + ], + [ + "premiums", + -12.4119 + ], + [ + "prick", + -12.4119 + ], + [ + "printers", + -12.4119 + ], + [ + "privy", + -12.4119 + ], + [ + "prosecuted", + -12.4119 + ], + [ + "prostate", + -12.4119 + ], + [ + "prostitute", + -12.4119 + ], + [ + "protested", + -12.4119 + ], + [ + "queer", + -12.4119 + ], + [ + "randall", + -12.4119 + ], + [ + "remarked", + -12.4119 + ], + [ + "reviewer", + -12.4119 + ], + [ + "ripe", + -12.4119 + ], + [ + "rot", + -12.4119 + ], + [ + "rusty", + -12.4119 + ], + [ + "sac", + -12.4119 + ], + [ + "sacked", + -12.4119 + ], + [ + "samurai", + -12.4119 + ], + [ + "scanner", + -12.4119 + ], + [ + "scholarly", + -12.4119 + ], + [ + "scoop", + -12.4119 + ], + [ + "seekers", + -12.4119 + ], + [ + "segregation", + -12.4119 + ], + [ + "seizures", + -12.4119 + ], + [ + "sentimental", + -12.4119 + ], + [ + "ser", + -12.4119 + ], + [ + "sewage", + -12.4119 + ], + [ + "shaved", + -12.4119 + ], + [ + "sic", + -12.4119 + ], + [ + "simplest", + -12.4119 + ], + [ + "smack", + -12.4119 + ], + [ + "smuggling", + -12.4119 + ], + [ + "sorting", + -12.4119 + ], + [ + "spaghetti", + -12.4119 + ], + [ + "stain", + -12.4119 + ], + [ + "stellar", + -12.4119 + ], + [ + "stimulation", + -12.4119 + ], + [ + "stupidity", + -12.4119 + ], + [ + "swallowed", + -12.4119 + ], + [ + "sway", + -12.4119 + ], + [ + "sweets", + -12.4119 + ], + [ + "tesla", + -12.4119 + ], + [ + "thighs", + -12.4119 + ], + [ + "tolerated", + -12.4119 + ], + [ + "tougher", + -12.4119 + ], + [ + "tx", + -12.4119 + ], + [ + "unarmed", + -12.4119 + ], + [ + "upstream", + -12.4119 + ], + [ + "urgency", + -12.4119 + ], + [ + "veto", + -12.4119 + ], + [ + "whisky", + -12.4119 + ], + [ + "wickets", + -12.4119 + ], + [ + "wildly", + -12.4119 + ], + [ + "willow", + -12.4119 + ], + [ + "wills", + -12.4119 + ], + [ + "winters", + -12.4119 + ], + [ + "x00", + -12.4119 + ], + [ + "yr", + -12.4119 + ], + [ + "000p", + -12.4342 + ], + [ + "abduction", + -12.4342 + ], + [ + "abe", + -12.4342 + ], + [ + "acknowledges", + -12.4342 + ], + [ + "activism", + -12.4342 + ], + [ + "agency's", + -12.4342 + ], + [ + "alicia", + -12.4342 + ], + [ + "alt", + -12.4342 + ], + [ + "ambiguous", + -12.4342 + ], + [ + "anita", + -12.4342 + ], + [ + "apartheid", + -12.4342 + ], + [ + "apostolic", + -12.4342 + ], + [ + "applicant", + -12.4342 + ], + [ + "archaeology", + -12.4342 + ], + [ + "arlington", + -12.4342 + ], + [ + "attic", + -12.4342 + ], + [ + "azerbaijan", + -12.4342 + ], + [ + "baba", + -12.4342 + ], + [ + "banquet", + -12.4342 + ], + [ + "barred", + -12.4342 + ], + [ + "bauer", + -12.4342 + ], + [ + "blossom", + -12.4342 + ], + [ + "bonding", + -12.4342 + ], + [ + "brackets", + -12.4342 + ], + [ + "breakup", + -12.4342 + ], + [ + "bruins", + -12.4342 + ], + [ + "capacities", + -12.4342 + ], + [ + "ceremonial", + -12.4342 + ], + [ + "circulated", + -12.4342 + ], + [ + "coated", + -12.4342 + ], + [ + "coded", + -12.4342 + ], + [ + "collects", + -12.4342 + ], + [ + "confederate", + -12.4342 + ], + [ + "confiscated", + -12.4342 + ], + [ + "consul", + -12.4342 + ], + [ + "contradiction", + -12.4342 + ], + [ + "convergence", + -12.4342 + ], + [ + "cornell", + -12.4342 + ], + [ + "crunch", + -12.4342 + ], + [ + "cutter", + -12.4342 + ], + [ + "cynical", + -12.4342 + ], + [ + "dang", + -12.4342 + ], + [ + "deluxe", + -12.4342 + ], + [ + "dementia", + -12.4342 + ], + [ + "diaries", + -12.4342 + ], + [ + "distributor", + -12.4342 + ], + [ + "dunn", + -12.4342 + ], + [ + "edt", + -12.4342 + ], + [ + "elf", + -12.4342 + ], + [ + "embracing", + -12.4342 + ], + [ + "encryption", + -12.4342 + ], + [ + "entrusted", + -12.4342 + ], + [ + "enzymes", + -12.4342 + ], + [ + "erin", + -12.4342 + ], + [ + "flex", + -12.4342 + ], + [ + "francs", + -12.4342 + ], + [ + "franz", + -12.4342 + ], + [ + "furnace", + -12.4342 + ], + [ + "fuzzy", + -12.4342 + ], + [ + "gallons", + -12.4342 + ], + [ + "general's", + -12.4342 + ], + [ + "gerry", + -12.4342 + ], + [ + "glacier", + -12.4342 + ], + [ + "gluten", + -12.4342 + ], + [ + "goodman", + -12.4342 + ], + [ + "grammy", + -12.4342 + ], + [ + "grilled", + -12.4342 + ], + [ + "hanged", + -12.4342 + ], + [ + "helena", + -12.4342 + ], + [ + "hoffman", + -12.4342 + ], + [ + "holden", + -12.4342 + ], + [ + "holiness", + -12.4342 + ], + [ + "hooks", + -12.4342 + ], + [ + "hugs", + -12.4342 + ], + [ + "humane", + -12.4342 + ], + [ + "hydro", + -12.4342 + ], + [ + "ibrahim", + -12.4342 + ], + [ + "impatient", + -12.4342 + ], + [ + "implying", + -12.4342 + ], + [ + "indicative", + -12.4342 + ], + [ + "inspect", + -12.4342 + ], + [ + "insulation", + -12.4342 + ], + [ + "interrogation", + -12.4342 + ], + [ + "intimacy", + -12.4342 + ], + [ + "intriguing", + -12.4342 + ], + [ + "irrational", + -12.4342 + ], + [ + "jong", + -12.4342 + ], + [ + "judgments", + -12.4342 + ], + [ + "kingdoms", + -12.4342 + ], + [ + "kobe", + -12.4342 + ], + [ + "kyoto", + -12.4342 + ], + [ + "lana", + -12.4342 + ], + [ + "laurie", + -12.4342 + ], + [ + "lima", + -12.4342 + ], + [ + "ls", + -12.4342 + ], + [ + "mae", + -12.4342 + ], + [ + "mai", + -12.4342 + ], + [ + "marital", + -12.4342 + ], + [ + "mayer", + -12.4342 + ], + [ + "mis", + -12.4342 + ], + [ + "moderately", + -12.4342 + ], + [ + "mohamed", + -12.4342 + ], + [ + "mu", + -12.4342 + ], + [ + "nairobi", + -12.4342 + ], + [ + "needless", + -12.4342 + ], + [ + "nokia", + -12.4342 + ], + [ + "noticing", + -12.4342 + ], + [ + "nuns", + -12.4342 + ], + [ + "oasis", + -12.4342 + ], + [ + "occupies", + -12.4342 + ], + [ + "painters", + -12.4342 + ], + [ + "patterson", + -12.4342 + ], + [ + "paypal", + -12.4342 + ], + [ + "penal", + -12.4342 + ], + [ + "peyton", + -12.4342 + ], + [ + "pigeon", + -12.4342 + ], + [ + "pike", + -12.4342 + ], + [ + "policemen", + -12.4342 + ], + [ + "potassium", + -12.4342 + ], + [ + "practise", + -12.4342 + ], + [ + "professions", + -12.4342 + ], + [ + "prostitutes", + -12.4342 + ], + [ + "protesting", + -12.4342 + ], + [ + "provoke", + -12.4342 + ], + [ + "pudding", + -12.4342 + ], + [ + "punches", + -12.4342 + ], + [ + "qualitative", + -12.4342 + ], + [ + "qui", + -12.4342 + ], + [ + "quota", + -12.4342 + ], + [ + "raf", + -12.4342 + ], + [ + "refresh", + -12.4342 + ], + [ + "reminiscent", + -12.4342 + ], + [ + "salty", + -12.4342 + ], + [ + "seaside", + -12.4342 + ], + [ + "seminary", + -12.4342 + ], + [ + "sensory", + -12.4342 + ], + [ + "sidewalk", + -12.4342 + ], + [ + "simulator", + -12.4342 + ], + [ + "slips", + -12.4342 + ], + [ + "sm", + -12.4342 + ], + [ + "spilled", + -12.4342 + ], + [ + "stalking", + -12.4342 + ], + [ + "succeeding", + -12.4342 + ], + [ + "summarized", + -12.4342 + ], + [ + "summed", + -12.4342 + ], + [ + "superiority", + -12.4342 + ], + [ + "sylvia", + -12.4342 + ], + [ + "tamil", + -12.4342 + ], + [ + "taxed", + -12.4342 + ], + [ + "tc", + -12.4342 + ], + [ + "termed", + -12.4342 + ], + [ + "tha", + -12.4342 + ], + [ + "tibet", + -12.4342 + ], + [ + "tilt", + -12.4342 + ], + [ + "tor", + -12.4342 + ], + [ + "troll", + -12.4342 + ], + [ + "trumpet", + -12.4342 + ], + [ + "vastly", + -12.4342 + ], + [ + "vibration", + -12.4342 + ], + [ + "violently", + -12.4342 + ], + [ + "wal", + -12.4342 + ], + [ + "warp", + -12.4342 + ], + [ + "wasnt", + -12.4342 + ], + [ + "weary", + -12.4342 + ], + [ + "wh", + -12.4342 + ], + [ + "accession", + -12.4571 + ], + [ + "accreditation", + -12.4571 + ], + [ + "adhere", + -12.4571 + ], + [ + "admiration", + -12.4571 + ], + [ + "adolescents", + -12.4571 + ], + [ + "advising", + -12.4571 + ], + [ + "alec", + -12.4571 + ], + [ + "alloy", + -12.4571 + ], + [ + "angus", + -12.4571 + ], + [ + "anton", + -12.4571 + ], + [ + "aux", + -12.4571 + ], + [ + "bale", + -12.4571 + ], + [ + "barley", + -12.4571 + ], + [ + "benny", + -12.4571 + ], + [ + "bing", + -12.4571 + ], + [ + "bisexual", + -12.4571 + ], + [ + "blackberry", + -12.4571 + ], + [ + "braves", + -12.4571 + ], + [ + "bullied", + -12.4571 + ], + [ + "bumper", + -12.4571 + ], + [ + "calculator", + -12.4571 + ], + [ + "catastrophic", + -12.4571 + ], + [ + "chamberlain", + -12.4571 + ], + [ + "climax", + -12.4571 + ], + [ + "clocks", + -12.4571 + ], + [ + "clone", + -12.4571 + ], + [ + "coaster", + -12.4571 + ], + [ + "compatibility", + -12.4571 + ], + [ + "conceded", + -12.4571 + ], + [ + "cons", + -12.4571 + ], + [ + "consulate", + -12.4571 + ], + [ + "converts", + -12.4571 + ], + [ + "currencies", + -12.4571 + ], + [ + "cv", + -12.4571 + ], + [ + "deferred", + -12.4571 + ], + [ + "derive", + -12.4571 + ], + [ + "detachment", + -12.4571 + ], + [ + "dictate", + -12.4571 + ], + [ + "dictator", + -12.4571 + ], + [ + "ding", + -12.4571 + ], + [ + "disappearing", + -12.4571 + ], + [ + "distract", + -12.4571 + ], + [ + "diversion", + -12.4571 + ], + [ + "dominic", + -12.4571 + ], + [ + "doubling", + -12.4571 + ], + [ + "drastically", + -12.4571 + ], + [ + "echoes", + -12.4571 + ], + [ + "educating", + -12.4571 + ], + [ + "eg", + -12.4571 + ], + [ + "electromagnetic", + -12.4571 + ], + [ + "eminent", + -12.4571 + ], + [ + "enclosure", + -12.4571 + ], + [ + "ensures", + -12.4571 + ], + [ + "evelyn", + -12.4571 + ], + [ + "examines", + -12.4571 + ], + [ + "exposition", + -12.4571 + ], + [ + "fest", + -12.4571 + ], + [ + "filipino", + -12.4571 + ], + [ + "fitzgerald", + -12.4571 + ], + [ + "flaw", + -12.4571 + ], + [ + "forrest", + -12.4571 + ], + [ + "fx", + -12.4571 + ], + [ + "geo", + -12.4571 + ], + [ + "georges", + -12.4571 + ], + [ + "handicap", + -12.4571 + ], + [ + "hardship", + -12.4571 + ], + [ + "hash", + -12.4571 + ], + [ + "hernandez", + -12.4571 + ], + [ + "hum", + -12.4571 + ], + [ + "humanities", + -12.4571 + ], + [ + "humility", + -12.4571 + ], + [ + "hunted", + -12.4571 + ], + [ + "hyper", + -12.4571 + ], + [ + "influx", + -12.4571 + ], + [ + "insecurity", + -12.4571 + ], + [ + "instituted", + -12.4571 + ], + [ + "interacting", + -12.4571 + ], + [ + "intercept", + -12.4571 + ], + [ + "jorge", + -12.4571 + ], + [ + "juliet", + -12.4571 + ], + [ + "kashmir", + -12.4571 + ], + [ + "kirby", + -12.4571 + ], + [ + "knocks", + -12.4571 + ], + [ + "lagos", + -12.4571 + ], + [ + "lest", + -12.4571 + ], + [ + "liberia", + -12.4571 + ], + [ + "lithuania", + -12.4571 + ], + [ + "lizard", + -12.4571 + ], + [ + "lord's", + -12.4571 + ], + [ + "madam", + -12.4571 + ], + [ + "mails", + -12.4571 + ], + [ + "mao", + -12.4571 + ], + [ + "maternity", + -12.4571 + ], + [ + "mccoy", + -12.4571 + ], + [ + "militants", + -12.4571 + ], + [ + "mohammad", + -12.4571 + ], + [ + "mosquito", + -12.4571 + ], + [ + "mushroom", + -12.4571 + ], + [ + "niger", + -12.4571 + ], + [ + "normandy", + -12.4571 + ], + [ + "np", + -12.4571 + ], + [ + "nw", + -12.4571 + ], + [ + "obedience", + -12.4571 + ], + [ + "offend", + -12.4571 + ], + [ + "outset", + -12.4571 + ], + [ + "pagan", + -12.4571 + ], + [ + "pd", + -12.4571 + ], + [ + "peacefully", + -12.4571 + ], + [ + "peas", + -12.4571 + ], + [ + "penetrate", + -12.4571 + ], + [ + "peppers", + -12.4571 + ], + [ + "personalized", + -12.4571 + ], + [ + "pilgrims", + -12.4571 + ], + [ + "plaque", + -12.4571 + ], + [ + "plead", + -12.4571 + ], + [ + "poultry", + -12.4571 + ], + [ + "presume", + -12.4571 + ], + [ + "pseudo", + -12.4571 + ], + [ + "publishes", + -12.4571 + ], + [ + "puppies", + -12.4571 + ], + [ + "receptors", + -12.4571 + ], + [ + "redundant", + -12.4571 + ], + [ + "refrigerator", + -12.4571 + ], + [ + "reich", + -12.4571 + ], + [ + "researching", + -12.4571 + ], + [ + "resemblance", + -12.4571 + ], + [ + "rested", + -12.4571 + ], + [ + "retailer", + -12.4571 + ], + [ + "ri", + -12.4571 + ], + [ + "ro", + -12.4571 + ], + [ + "rust", + -12.4571 + ], + [ + "salesman", + -12.4571 + ], + [ + "salts", + -12.4571 + ], + [ + "scarlet", + -12.4571 + ], + [ + "schizophrenia", + -12.4571 + ], + [ + "serum", + -12.4571 + ], + [ + "shaving", + -12.4571 + ], + [ + "shipments", + -12.4571 + ], + [ + "shits", + -12.4571 + ], + [ + "similarity", + -12.4571 + ], + [ + "sinister", + -12.4571 + ], + [ + "slain", + -12.4571 + ], + [ + "spun", + -12.4571 + ], + [ + "steelers", + -12.4571 + ], + [ + "stitch", + -12.4571 + ], + [ + "sustaining", + -12.4571 + ], + [ + "tally", + -12.4571 + ], + [ + "tapped", + -12.4571 + ], + [ + "textbooks", + -12.4571 + ], + [ + "thankfully", + -12.4571 + ], + [ + "theorem", + -12.4571 + ], + [ + "tis", + -12.4571 + ], + [ + "tomorrow's", + -12.4571 + ], + [ + "toxicity", + -12.4571 + ], + [ + "trajectory", + -12.4571 + ], + [ + "traveller", + -12.4571 + ], + [ + "trophies", + -12.4571 + ], + [ + "typhoon", + -12.4571 + ], + [ + "uc", + -12.4571 + ], + [ + "viking", + -12.4571 + ], + [ + "vita", + -12.4571 + ], + [ + "vow", + -12.4571 + ], + [ + "waiter", + -12.4571 + ], + [ + "weber", + -12.4571 + ], + [ + "wisely", + -12.4571 + ], + [ + "adolescent", + -12.4805 + ], + [ + "adore", + -12.4805 + ], + [ + "advisors", + -12.4805 + ], + [ + "algae", + -12.4805 + ], + [ + "armored", + -12.4805 + ], + [ + "assemblies", + -12.4805 + ], + [ + "australians", + -12.4805 + ], + [ + "awaits", + -12.4805 + ], + [ + "b00", + -12.4805 + ], + [ + "bach", + -12.4805 + ], + [ + "baden", + -12.4805 + ], + [ + "bathrooms", + -12.4805 + ], + [ + "begged", + -12.4805 + ], + [ + "bladder", + -12.4805 + ], + [ + "body's", + -12.4805 + ], + [ + "bolton", + -12.4805 + ], + [ + "bombed", + -12.4805 + ], + [ + "bracelet", + -12.4805 + ], + [ + "brennan", + -12.4805 + ], + [ + "buds", + -12.4805 + ], + [ + "buff", + -12.4805 + ], + [ + "bulldogs", + -12.4805 + ], + [ + "calculus", + -12.4805 + ], + [ + "canberra", + -12.4805 + ], + [ + "cannes", + -12.4805 + ], + [ + "canton", + -12.4805 + ], + [ + "careless", + -12.4805 + ], + [ + "cedar", + -12.4805 + ], + [ + "chronicles", + -12.4805 + ], + [ + "clans", + -12.4805 + ], + [ + "clashes", + -12.4805 + ], + [ + "classmates", + -12.4805 + ], + [ + "colt", + -12.4805 + ], + [ + "compose", + -12.4805 + ], + [ + "contestants", + -12.4805 + ], + [ + "coolest", + -12.4805 + ], + [ + "courtroom", + -12.4805 + ], + [ + "cove", + -12.4805 + ], + [ + "coward", + -12.4805 + ], + [ + "crafted", + -12.4805 + ], + [ + "creations", + -12.4805 + ], + [ + "crooked", + -12.4805 + ], + [ + "dans", + -12.4805 + ], + [ + "darn", + -12.4805 + ], + [ + "dealings", + -12.4805 + ], + [ + "deficits", + -12.4805 + ], + [ + "demolition", + -12.4805 + ], + [ + "descending", + -12.4805 + ], + [ + "dew", + -12.4805 + ], + [ + "dialect", + -12.4805 + ], + [ + "discontinued", + -12.4805 + ], + [ + "dispose", + -12.4805 + ], + [ + "doctoral", + -12.4805 + ], + [ + "dorm", + -12.4805 + ], + [ + "driveway", + -12.4805 + ], + [ + "economical", + -12.4805 + ], + [ + "electro", + -12.4805 + ], + [ + "empathy", + -12.4805 + ], + [ + "entertained", + -12.4805 + ], + [ + "erection", + -12.4805 + ], + [ + "escapes", + -12.4805 + ], + [ + "ethan", + -12.4805 + ], + [ + "examiner", + -12.4805 + ], + [ + "excellency", + -12.4805 + ], + [ + "executions", + -12.4805 + ], + [ + "expands", + -12.4805 + ], + [ + "fading", + -12.4805 + ], + [ + "fantasies", + -12.4805 + ], + [ + "fauna", + -12.4805 + ], + [ + "feminists", + -12.4805 + ], + [ + "fiery", + -12.4805 + ], + [ + "fiji", + -12.4805 + ], + [ + "fireplace", + -12.4805 + ], + [ + "flipped", + -12.4805 + ], + [ + "flynn", + -12.4805 + ], + [ + "fuss", + -12.4805 + ], + [ + "gangster", + -12.4805 + ], + [ + "gears", + -12.4805 + ], + [ + "gigs", + -12.4805 + ], + [ + "gill", + -12.4805 + ], + [ + "groceries", + -12.4805 + ], + [ + "groom", + -12.4805 + ], + [ + "handwriting", + -12.4805 + ], + [ + "havana", + -12.4805 + ], + [ + "hawkins", + -12.4805 + ], + [ + "hoc", + -12.4805 + ], + [ + "hogan", + -12.4805 + ], + [ + "horny", + -12.4805 + ], + [ + "horrific", + -12.4805 + ], + [ + "humiliation", + -12.4805 + ], + [ + "indoors", + -12.4805 + ], + [ + "informative", + -12.4805 + ], + [ + "informing", + -12.4805 + ], + [ + "informs", + -12.4805 + ], + [ + "infringement", + -12.4805 + ], + [ + "inherently", + -12.4805 + ], + [ + "interpreting", + -12.4805 + ], + [ + "interviewing", + -12.4805 + ], + [ + "irritating", + -12.4805 + ], + [ + "isles", + -12.4805 + ], + [ + "janeiro", + -12.4805 + ], + [ + "jurisdictions", + -12.4805 + ], + [ + "kerr", + -12.4805 + ], + [ + "kite", + -12.4805 + ], + [ + "koch", + -12.4805 + ], + [ + "kris", + -12.4805 + ], + [ + "levi", + -12.4805 + ], + [ + "listens", + -12.4805 + ], + [ + "lodged", + -12.4805 + ], + [ + "longtime", + -12.4805 + ], + [ + "lumber", + -12.4805 + ], + [ + "lydia", + -12.4805 + ], + [ + "majestic", + -12.4805 + ], + [ + "mariners", + -12.4805 + ], + [ + "mets", + -12.4805 + ], + [ + "mister", + -12.4805 + ], + [ + "moonlight", + -12.4805 + ], + [ + "naomi", + -12.4805 + ], + [ + "nd", + -12.4805 + ], + [ + "needy", + -12.4805 + ], + [ + "ness", + -12.4805 + ], + [ + "nightclub", + -12.4805 + ], + [ + "norris", + -12.4805 + ], + [ + "optimum", + -12.4805 + ], + [ + "orbital", + -12.4805 + ], + [ + "organising", + -12.4805 + ], + [ + "orphan", + -12.4805 + ], + [ + "osborne", + -12.4805 + ], + [ + "outsiders", + -12.4805 + ], + [ + "passwords", + -12.4805 + ], + [ + "perkins", + -12.4805 + ], + [ + "pertaining", + -12.4805 + ], + [ + "pest", + -12.4805 + ], + [ + "plural", + -12.4805 + ], + [ + "plymouth", + -12.4805 + ], + [ + "procedural", + -12.4805 + ], + [ + "processors", + -12.4805 + ], + [ + "procurement", + -12.4805 + ], + [ + "promo", + -12.4805 + ], + [ + "rams", + -12.4805 + ], + [ + "rant", + -12.4805 + ], + [ + "rc", + -12.4805 + ], + [ + "reacting", + -12.4805 + ], + [ + "receivers", + -12.4805 + ], + [ + "retro", + -12.4805 + ], + [ + "rhyme", + -12.4805 + ], + [ + "rm", + -12.4805 + ], + [ + "roasted", + -12.4805 + ], + [ + "sane", + -12.4805 + ], + [ + "scaling", + -12.4805 + ], + [ + "screws", + -12.4805 + ], + [ + "scriptures", + -12.4805 + ], + [ + "sediment", + -12.4805 + ], + [ + "senegal", + -12.4805 + ], + [ + "ship's", + -12.4805 + ], + [ + "sicily", + -12.4805 + ], + [ + "sis", + -12.4805 + ], + [ + "slippery", + -12.4805 + ], + [ + "snaps", + -12.4805 + ], + [ + "speedy", + -12.4805 + ], + [ + "springfield", + -12.4805 + ], + [ + "stimulating", + -12.4805 + ], + [ + "storing", + -12.4805 + ], + [ + "stumbled", + -12.4805 + ], + [ + "stunned", + -12.4805 + ], + [ + "superficial", + -12.4805 + ], + [ + "suppressed", + -12.4805 + ], + [ + "syntax", + -12.4805 + ], + [ + "tolerant", + -12.4805 + ], + [ + "tt", + -12.4805 + ], + [ + "u.k", + -12.4805 + ], + [ + "umm", + -12.4805 + ], + [ + "unseen", + -12.4805 + ], + [ + "validation", + -12.4805 + ], + [ + "vile", + -12.4805 + ], + [ + "watershed", + -12.4805 + ], + [ + "whispers", + -12.4805 + ], + [ + "woah", + -12.4805 + ], + [ + "00,00", + -12.5018 + ], + [ + "abducted", + -12.5018 + ], + [ + "abdullah", + -12.5018 + ], + [ + "abusing", + -12.5018 + ], + [ + "adulthood", + -12.5018 + ], + [ + "advertise", + -12.5018 + ], + [ + "aesthetics", + -12.5018 + ], + [ + "agony", + -12.5018 + ], + [ + "aha", + -12.5018 + ], + [ + "amused", + -12.5018 + ], + [ + "angelo", + -12.5018 + ], + [ + "ankara", + -12.5018 + ], + [ + "announcer", + -12.5018 + ], + [ + "antoine", + -12.5018 + ], + [ + "apache", + -12.5018 + ], + [ + "auckland", + -12.5018 + ], + [ + "audi", + -12.5018 + ], + [ + "authorised", + -12.5018 + ], + [ + "barney", + -12.5018 + ], + [ + "bates", + -12.5018 + ], + [ + "beaver", + -12.5018 + ], + [ + "biscuits", + -12.5018 + ], + [ + "brewery", + -12.5018 + ], + [ + "britain's", + -12.5018 + ], + [ + "bulbs", + -12.5018 + ], + [ + "caliber", + -12.5018 + ], + [ + "canoe", + -12.5018 + ], + [ + "chargers", + -12.5018 + ], + [ + "claudia", + -12.5018 + ], + [ + "clauses", + -12.5018 + ], + [ + "clicks", + -12.5018 + ], + [ + "concentrating", + -12.5018 + ], + [ + "contradictory", + -12.5018 + ], + [ + "conversely", + -12.5018 + ], + [ + "cooks", + -12.5018 + ], + [ + "corey", + -12.5018 + ], + [ + "countess", + -12.5018 + ], + [ + "cozy", + -12.5018 + ], + [ + "crawling", + -12.5018 + ], + [ + "croatian", + -12.5018 + ], + [ + "culinary", + -12.5018 + ], + [ + "damp", + -12.5018 + ], + [ + "declines", + -12.5018 + ], + [ + "defeating", + -12.5018 + ], + [ + "deliveries", + -12.5018 + ], + [ + "deposition", + -12.5018 + ], + [ + "detailing", + -12.5018 + ], + [ + "deterioration", + -12.5018 + ], + [ + "detrimental", + -12.5018 + ], + [ + "devil's", + -12.5018 + ], + [ + "diarrhea", + -12.5018 + ], + [ + "dim", + -12.5018 + ], + [ + "diplomats", + -12.5018 + ], + [ + "discarded", + -12.5018 + ], + [ + "discovers", + -12.5018 + ], + [ + "disgust", + -12.5018 + ], + [ + "disgusted", + -12.5018 + ], + [ + "domingo", + -12.5018 + ], + [ + "donovan", + -12.5018 + ], + [ + "drafts", + -12.5018 + ], + [ + "dread", + -12.5018 + ], + [ + "dryer", + -12.5018 + ], + [ + "dub", + -12.5018 + ], + [ + "duplicate", + -12.5018 + ], + [ + "ecclesiastical", + -12.5018 + ], + [ + "edible", + -12.5018 + ], + [ + "edith", + -12.5018 + ], + [ + "edwin", + -12.5018 + ], + [ + "elaine", + -12.5018 + ], + [ + "embarked", + -12.5018 + ], + [ + "ensuing", + -12.5018 + ], + [ + "ernst", + -12.5018 + ], + [ + "ev", + -12.5018 + ], + [ + "exp", + -12.5018 + ], + [ + "faggot", + -12.5018 + ], + [ + "favourites", + -12.5018 + ], + [ + "fearful", + -12.5018 + ], + [ + "fiona", + -12.5018 + ], + [ + "flare", + -12.5018 + ], + [ + "floral", + -12.5018 + ], + [ + "fluctuations", + -12.5018 + ], + [ + "fo", + -12.5018 + ], + [ + "fortified", + -12.5018 + ], + [ + "freeway", + -12.5018 + ], + [ + "freshly", + -12.5018 + ], + [ + "fronts", + -12.5018 + ], + [ + "fugitive", + -12.5018 + ], + [ + "fuse", + -12.5018 + ], + [ + "garrett", + -12.5018 + ], + [ + "geared", + -12.5018 + ], + [ + "geek", + -12.5018 + ], + [ + "govt", + -12.5018 + ], + [ + "hackers", + -12.5018 + ], + [ + "happiest", + -12.5018 + ], + [ + "harlem", + -12.5018 + ], + [ + "hashtag", + -12.5018 + ], + [ + "heap", + -12.5018 + ], + [ + "hector", + -12.5018 + ], + [ + "heirs", + -12.5018 + ], + [ + "hotter", + -12.5018 + ], + [ + "hu", + -12.5018 + ], + [ + "humorous", + -12.5018 + ], + [ + "illicit", + -12.5018 + ], + [ + "imo", + -12.5018 + ], + [ + "insults", + -12.5018 + ], + [ + "intellectuals", + -12.5018 + ], + [ + "intensified", + -12.5018 + ], + [ + "invaluable", + -12.5018 + ], + [ + "isabel", + -12.5018 + ], + [ + "isaiah", + -12.5018 + ], + [ + "israelis", + -12.5018 + ], + [ + "knowledgeable", + -12.5018 + ], + [ + "krishna", + -12.5018 + ], + [ + "larvae", + -12.5018 + ], + [ + "leafs", + -12.5018 + ], + [ + "lennon", + -12.5018 + ], + [ + "lorenzo", + -12.5018 + ], + [ + "luxurious", + -12.5018 + ], + [ + "mandated", + -12.5018 + ], + [ + "mantle", + -12.5018 + ], + [ + "mccartney", + -12.5018 + ], + [ + "meadows", + -12.5018 + ], + [ + "mediation", + -12.5018 + ], + [ + "mexicans", + -12.5018 + ], + [ + "monumental", + -12.5018 + ], + [ + "motivate", + -12.5018 + ], + [ + "mound", + -12.5018 + ], + [ + "multiply", + -12.5018 + ], + [ + "nausea", + -12.5018 + ], + [ + "neal", + -12.5018 + ], + [ + "neville", + -12.5018 + ], + [ + "nineteen", + -12.5018 + ], + [ + "nostalgia", + -12.5018 + ], + [ + "o'connor", + -12.5018 + ], + [ + "om", + -12.5018 + ], + [ + "omitted", + -12.5018 + ], + [ + "ordinance", + -12.5018 + ], + [ + "overcoming", + -12.5018 + ], + [ + "overhaul", + -12.5018 + ], + [ + "overlapping", + -12.5018 + ], + [ + "oversee", + -12.5018 + ], + [ + "packets", + -12.5018 + ], + [ + "parsons", + -12.5018 + ], + [ + "persist", + -12.5018 + ], + [ + "physiological", + -12.5018 + ], + [ + "picturesque", + -12.5018 + ], + [ + "piercing", + -12.5018 + ], + [ + "pinned", + -12.5018 + ], + [ + "poisoned", + -12.5018 + ], + [ + "poisonous", + -12.5018 + ], + [ + "portray", + -12.5018 + ], + [ + "predicting", + -12.5018 + ], + [ + "progressively", + -12.5018 + ], + [ + "prominence", + -12.5018 + ], + [ + "quran", + -12.5018 + ], + [ + "reconsider", + -12.5018 + ], + [ + "referral", + -12.5018 + ], + [ + "reflective", + -12.5018 + ], + [ + "renting", + -12.5018 + ], + [ + "restless", + -12.5018 + ], + [ + "revelations", + -12.5018 + ], + [ + "rf", + -12.5018 + ], + [ + "roofs", + -12.5018 + ], + [ + "rosie", + -12.5018 + ], + [ + "routing", + -12.5018 + ], + [ + "royce", + -12.5018 + ], + [ + "rugged", + -12.5018 + ], + [ + "sanitation", + -12.5018 + ], + [ + "scissors", + -12.5018 + ], + [ + "sect", + -12.5018 + ], + [ + "separates", + -12.5018 + ], + [ + "sergio", + -12.5018 + ], + [ + "seymour", + -12.5018 + ], + [ + "shameful", + -12.5018 + ], + [ + "shines", + -12.5018 + ], + [ + "shortages", + -12.5018 + ], + [ + "shortest", + -12.5018 + ], + [ + "shouts", + -12.5018 + ], + [ + "shutdown", + -12.5018 + ], + [ + "sighted", + -12.5018 + ], + [ + "simpsons", + -12.5018 + ], + [ + "skipped", + -12.5018 + ], + [ + "skipper", + -12.5018 + ], + [ + "somethin", + -12.5018 + ], + [ + "spices", + -12.5018 + ], + [ + "stein", + -12.5018 + ], + [ + "stickers", + -12.5018 + ], + [ + "substantive", + -12.5018 + ], + [ + "tailored", + -12.5018 + ], + [ + "thru", + -12.5018 + ], + [ + "titanic", + -12.5018 + ], + [ + "town's", + -12.5018 + ], + [ + "transporting", + -12.5018 + ], + [ + "truman", + -12.5018 + ], + [ + "twelfth", + -12.5018 + ], + [ + "uae", + -12.5018 + ], + [ + "unidentified", + -12.5018 + ], + [ + "utilizing", + -12.5018 + ], + [ + "vanguard", + -12.5018 + ], + [ + "vp", + -12.5018 + ], + [ + "wedge", + -12.5018 + ], + [ + "wembley", + -12.5018 + ], + [ + "xvi", + -12.5018 + ], + [ + "yah", + -12.5018 + ], + [ + "00,0", + -12.5263 + ], + [ + "abdomen", + -12.5263 + ], + [ + "addictive", + -12.5263 + ], + [ + "affiliates", + -12.5263 + ], + [ + "affirmative", + -12.5263 + ], + [ + "alarms", + -12.5263 + ], + [ + "align", + -12.5263 + ], + [ + "altering", + -12.5263 + ], + [ + "antarctic", + -12.5263 + ], + [ + "aquarium", + -12.5263 + ], + [ + "atop", + -12.5263 + ], + [ + "austerity", + -12.5263 + ], + [ + "aviv", + -12.5263 + ], + [ + "awaited", + -12.5263 + ], + [ + "basque", + -12.5263 + ], + [ + "beau", + -12.5263 + ], + [ + "belarus", + -12.5263 + ], + [ + "billed", + -12.5263 + ], + [ + "billing", + -12.5263 + ], + [ + "blanc", + -12.5263 + ], + [ + "blond", + -12.5263 + ], + [ + "bluetooth", + -12.5263 + ], + [ + "bolts", + -12.5263 + ], + [ + "brit", + -12.5263 + ], + [ + "brokers", + -12.5263 + ], + [ + "buffet", + -12.5263 + ], + [ + "bushes", + -12.5263 + ], + [ + "carrot", + -12.5263 + ], + [ + "cartel", + -12.5263 + ], + [ + "cas", + -12.5263 + ], + [ + "caste", + -12.5263 + ], + [ + "chanting", + -12.5263 + ], + [ + "chartered", + -12.5263 + ], + [ + "chu", + -12.5263 + ], + [ + "chunk", + -12.5263 + ], + [ + "cis", + -12.5263 + ], + [ + "cloak", + -12.5263 + ], + [ + "colon", + -12.5263 + ], + [ + "comrade", + -12.5263 + ], + [ + "confessions", + -12.5263 + ], + [ + "constructing", + -12.5263 + ], + [ + "curly", + -12.5263 + ], + [ + "customized", + -12.5263 + ], + [ + "dicks", + -12.5263 + ], + [ + "disguised", + -12.5263 + ], + [ + "disrespect", + -12.5263 + ], + [ + "dissent", + -12.5263 + ], + [ + "dominating", + -12.5263 + ], + [ + "downfall", + -12.5263 + ], + [ + "duly", + -12.5263 + ], + [ + "eccentric", + -12.5263 + ], + [ + "endeavour", + -12.5263 + ], + [ + "enforcing", + -12.5263 + ], + [ + "enthusiasts", + -12.5263 + ], + [ + "essentials", + -12.5263 + ], + [ + "exits", + -12.5263 + ], + [ + "expressly", + -12.5263 + ], + [ + "exquisite", + -12.5263 + ], + [ + "fallout", + -12.5263 + ], + [ + "fiat", + -12.5263 + ], + [ + "figuring", + -12.5263 + ], + [ + "foreman", + -12.5263 + ], + [ + "freaks", + -12.5263 + ], + [ + "fundamentals", + -12.5263 + ], + [ + "gag", + -12.5263 + ], + [ + "galaxies", + -12.5263 + ], + [ + "gareth", + -12.5263 + ], + [ + "geometric", + -12.5263 + ], + [ + "giles", + -12.5263 + ], + [ + "giovanni", + -12.5263 + ], + [ + "gomez", + -12.5263 + ], + [ + "grin", + -12.5263 + ], + [ + "hepatitis", + -12.5263 + ], + [ + "hypocrisy", + -12.5263 + ], + [ + "ia", + -12.5263 + ], + [ + "ib", + -12.5263 + ], + [ + "impending", + -12.5263 + ], + [ + "inauguration", + -12.5263 + ], + [ + "incidentally", + -12.5263 + ], + [ + "incorrectly", + -12.5263 + ], + [ + "inherit", + -12.5263 + ], + [ + "insisting", + -12.5263 + ], + [ + "kat", + -12.5263 + ], + [ + "kenyan", + -12.5263 + ], + [ + "klaus", + -12.5263 + ], + [ + "knicks", + -12.5263 + ], + [ + "lama", + -12.5263 + ], + [ + "lantern", + -12.5263 + ], + [ + "laurel", + -12.5263 + ], + [ + "locality", + -12.5263 + ], + [ + "login", + -12.5263 + ], + [ + "logos", + -12.5263 + ], + [ + "lookout", + -12.5263 + ], + [ + "macmillan", + -12.5263 + ], + [ + "madagascar", + -12.5263 + ], + [ + "magistrates", + -12.5263 + ], + [ + "malik", + -12.5263 + ], + [ + "managerial", + -12.5263 + ], + [ + "mary's", + -12.5263 + ], + [ + "mas", + -12.5263 + ], + [ + "masked", + -12.5263 + ], + [ + "methodist", + -12.5263 + ], + [ + "mk", + -12.5263 + ], + [ + "mn", + -12.5263 + ], + [ + "modular", + -12.5263 + ], + [ + "motions", + -12.5263 + ], + [ + "mummy", + -12.5263 + ], + [ + "muse", + -12.5263 + ], + [ + "neon", + -12.5263 + ], + [ + "neurological", + -12.5263 + ], + [ + "newark", + -12.5263 + ], + [ + "nipples", + -12.5263 + ], + [ + "nominees", + -12.5263 + ], + [ + "northeastern", + -12.5263 + ], + [ + "oo", + -12.5263 + ], + [ + "ordination", + -12.5263 + ], + [ + "papal", + -12.5263 + ], + [ + "persistence", + -12.5263 + ], + [ + "physiology", + -12.5263 + ], + [ + "pioneers", + -12.5263 + ], + [ + "porcelain", + -12.5263 + ], + [ + "principally", + -12.5263 + ], + [ + "profitability", + -12.5263 + ], + [ + "pubs", + -12.5263 + ], + [ + "pun", + -12.5263 + ], + [ + "punjab", + -12.5263 + ], + [ + "questionnaire", + -12.5263 + ], + [ + "radically", + -12.5263 + ], + [ + "reactors", + -12.5263 + ], + [ + "rebounds", + -12.5263 + ], + [ + "reconcile", + -12.5263 + ], + [ + "reggie", + -12.5263 + ], + [ + "remnants", + -12.5263 + ], + [ + "renault", + -12.5263 + ], + [ + "reprinted", + -12.5263 + ], + [ + "resentment", + -12.5263 + ], + [ + "resonance", + -12.5263 + ], + [ + "rhino", + -12.5263 + ], + [ + "rib", + -12.5263 + ], + [ + "rna", + -12.5263 + ], + [ + "rods", + -12.5263 + ], + [ + "russia's", + -12.5263 + ], + [ + "sayin", + -12.5263 + ], + [ + "scans", + -12.5263 + ], + [ + "scum", + -12.5263 + ], + [ + "severed", + -12.5263 + ], + [ + "sewer", + -12.5263 + ], + [ + "shocks", + -12.5263 + ], + [ + "sinclair", + -12.5263 + ], + [ + "sloppy", + -12.5263 + ], + [ + "sock", + -12.5263 + ], + [ + "storyline", + -12.5263 + ], + [ + "subdivision", + -12.5263 + ], + [ + "survives", + -12.5263 + ], + [ + "swiftly", + -12.5263 + ], + [ + "swollen", + -12.5263 + ], + [ + "theresa", + -12.5263 + ], + [ + "tibetan", + -12.5263 + ], + [ + "tighter", + -12.5263 + ], + [ + "timed", + -12.5263 + ], + [ + "timer", + -12.5263 + ], + [ + "trance", + -12.5263 + ], + [ + "truce", + -12.5263 + ], + [ + "unconstitutional", + -12.5263 + ], + [ + "undefeated", + -12.5263 + ], + [ + "uphold", + -12.5263 + ], + [ + "vapor", + -12.5263 + ], + [ + "victim's", + -12.5263 + ], + [ + "watering", + -12.5263 + ], + [ + "waterloo", + -12.5263 + ], + [ + "weakest", + -12.5263 + ], + [ + "weaver", + -12.5263 + ], + [ + "whereabouts", + -12.5263 + ], + [ + "wherein", + -12.5263 + ], + [ + "willingly", + -12.5263 + ], + [ + "wimbledon", + -12.5263 + ], + [ + "witches", + -12.5263 + ], + [ + "woven", + -12.5263 + ], + [ + "wyoming", + -12.5263 + ], + [ + "yan", + -12.5263 + ], + [ + "yarn", + -12.5263 + ], + [ + "yielded", + -12.5263 + ], + [ + "zeus", + -12.5263 + ], + [ + "0000.00.00", + -12.5486 + ], + [ + "00g", + -12.5486 + ], + [ + "abandoning", + -12.5486 + ], + [ + "acquaintance", + -12.5486 + ], + [ + "advisers", + -12.5486 + ], + [ + "agnes", + -12.5486 + ], + [ + "ammonia", + -12.5486 + ], + [ + "analysed", + -12.5486 + ], + [ + "apple's", + -12.5486 + ], + [ + "arabian", + -12.5486 + ], + [ + "archie", + -12.5486 + ], + [ + "arrogance", + -12.5486 + ], + [ + "arse", + -12.5486 + ], + [ + "ashore", + -12.5486 + ], + [ + "autopsy", + -12.5486 + ], + [ + "backstage", + -12.5486 + ], + [ + "baptized", + -12.5486 + ], + [ + "barrett", + -12.5486 + ], + [ + "batter", + -12.5486 + ], + [ + "battling", + -12.5486 + ], + [ + "behaved", + -12.5486 + ], + [ + "beverages", + -12.5486 + ], + [ + "bilingual", + -12.5486 + ], + [ + "blackout", + -12.5486 + ], + [ + "bloggers", + -12.5486 + ], + [ + "bluff", + -12.5486 + ], + [ + "blurred", + -12.5486 + ], + [ + "breaker", + -12.5486 + ], + [ + "caller", + -12.5486 + ], + [ + "carnegie", + -12.5486 + ], + [ + "castles", + -12.5486 + ], + [ + "celestial", + -12.5486 + ], + [ + "cerebral", + -12.5486 + ], + [ + "charger", + -12.5486 + ], + [ + "chefs", + -12.5486 + ], + [ + "circulating", + -12.5486 + ], + [ + "claw", + -12.5486 + ], + [ + "colder", + -12.5486 + ], + [ + "comforting", + -12.5486 + ], + [ + "commune", + -12.5486 + ], + [ + "condemnation", + -12.5486 + ], + [ + "contend", + -12.5486 + ], + [ + "cosmetics", + -12.5486 + ], + [ + "cosmos", + -12.5486 + ], + [ + "courthouse", + -12.5486 + ], + [ + "crimson", + -12.5486 + ], + [ + "dagger", + -12.5486 + ], + [ + "dalton", + -12.5486 + ], + [ + "danielle", + -12.5486 + ], + [ + "deborah", + -12.5486 + ], + [ + "defective", + -12.5486 + ], + [ + "defences", + -12.5486 + ], + [ + "dependency", + -12.5486 + ], + [ + "discounted", + -12.5486 + ], + [ + "dispersed", + -12.5486 + ], + [ + "diverted", + -12.5486 + ], + [ + "drifting", + -12.5486 + ], + [ + "duh", + -12.5486 + ], + [ + "elijah", + -12.5486 + ], + [ + "emphasizes", + -12.5486 + ], + [ + "establishes", + -12.5486 + ], + [ + "evacuate", + -12.5486 + ], + [ + "existent", + -12.5486 + ], + [ + "falcons", + -12.5486 + ], + [ + "flirting", + -12.5486 + ], + [ + "flowering", + -12.5486 + ], + [ + "formulated", + -12.5486 + ], + [ + "funky", + -12.5486 + ], + [ + "garment", + -12.5486 + ], + [ + "gracious", + -12.5486 + ], + [ + "graveyard", + -12.5486 + ], + [ + "grouping", + -12.5486 + ], + [ + "gypsy", + -12.5486 + ], + [ + "hai", + -12.5486 + ], + [ + "halted", + -12.5486 + ], + [ + "hanna", + -12.5486 + ], + [ + "hansen", + -12.5486 + ], + [ + "hawaiian", + -12.5486 + ], + [ + "helmets", + -12.5486 + ], + [ + "how'd", + -12.5486 + ], + [ + "implication", + -12.5486 + ], + [ + "incorporation", + -12.5486 + ], + [ + "ind", + -12.5486 + ], + [ + "indispensable", + -12.5486 + ], + [ + "induce", + -12.5486 + ], + [ + "instructors", + -12.5486 + ], + [ + "itv", + -12.5486 + ], + [ + "jasper", + -12.5486 + ], + [ + "jen", + -12.5486 + ], + [ + "ju", + -12.5486 + ], + [ + "knockout", + -12.5486 + ], + [ + "ky", + -12.5486 + ], + [ + "latvia", + -12.5486 + ], + [ + "laundering", + -12.5486 + ], + [ + "lawson", + -12.5486 + ], + [ + "lax", + -12.5486 + ], + [ + "lea", + -12.5486 + ], + [ + "liberated", + -12.5486 + ], + [ + "liquids", + -12.5486 + ], + [ + "luna", + -12.5486 + ], + [ + "mast", + -12.5486 + ], + [ + "mastered", + -12.5486 + ], + [ + "meadow", + -12.5486 + ], + [ + "meg", + -12.5486 + ], + [ + "meme", + -12.5486 + ], + [ + "metabolic", + -12.5486 + ], + [ + "metropolis", + -12.5486 + ], + [ + "ming", + -12.5486 + ], + [ + "misuse", + -12.5486 + ], + [ + "muddy", + -12.5486 + ], + [ + "mystical", + -12.5486 + ], + [ + "nan", + -12.5486 + ], + [ + "negligible", + -12.5486 + ], + [ + "notions", + -12.5486 + ], + [ + "orgasm", + -12.5486 + ], + [ + "oyster", + -12.5486 + ], + [ + "patty", + -12.5486 + ], + [ + "peek", + -12.5486 + ], + [ + "peggy", + -12.5486 + ], + [ + "percentages", + -12.5486 + ], + [ + "perez", + -12.5486 + ], + [ + "permitting", + -12.5486 + ], + [ + "piles", + -12.5486 + ], + [ + "piracy", + -12.5486 + ], + [ + "pitches", + -12.5486 + ], + [ + "placebo", + -12.5486 + ], + [ + "planners", + -12.5486 + ], + [ + "plotting", + -12.5486 + ], + [ + "poo", + -12.5486 + ], + [ + "poppy", + -12.5486 + ], + [ + "presbyterian", + -12.5486 + ], + [ + "presses", + -12.5486 + ], + [ + "priceless", + -12.5486 + ], + [ + "profoundly", + -12.5486 + ], + [ + "programmer", + -12.5486 + ], + [ + "prohibit", + -12.5486 + ], + [ + "promoter", + -12.5486 + ], + [ + "protagonist", + -12.5486 + ], + [ + "pup", + -12.5486 + ], + [ + "qc", + -12.5486 + ], + [ + "raced", + -12.5486 + ], + [ + "recalling", + -12.5486 + ], + [ + "regained", + -12.5486 + ], + [ + "rejoice", + -12.5486 + ], + [ + "resides", + -12.5486 + ], + [ + "resisting", + -12.5486 + ], + [ + "restricting", + -12.5486 + ], + [ + "rhode", + -12.5486 + ], + [ + "roaming", + -12.5486 + ], + [ + "rotate", + -12.5486 + ], + [ + "roth", + -12.5486 + ], + [ + "runaway", + -12.5486 + ], + [ + "sabotage", + -12.5486 + ], + [ + "salem", + -12.5486 + ], + [ + "sanction", + -12.5486 + ], + [ + "scorer", + -12.5486 + ], + [ + "secretariat", + -12.5486 + ], + [ + "sensing", + -12.5486 + ], + [ + "sheila", + -12.5486 + ], + [ + "shooters", + -12.5486 + ], + [ + "sid", + -12.5486 + ], + [ + "skirts", + -12.5486 + ], + [ + "slammed", + -12.5486 + ], + [ + "slender", + -12.5486 + ], + [ + "smelling", + -12.5486 + ], + [ + "southeastern", + -12.5486 + ], + [ + "spokesperson", + -12.5486 + ], + [ + "stevenson", + -12.5486 + ], + [ + "substitution", + -12.5486 + ], + [ + "suspicions", + -12.5486 + ], + [ + "taxable", + -12.5486 + ], + [ + "theatres", + -12.5486 + ], + [ + "toddler", + -12.5486 + ], + [ + "turmoil", + -12.5486 + ], + [ + "uniquely", + -12.5486 + ], + [ + "unjust", + -12.5486 + ], + [ + "unreliable", + -12.5486 + ], + [ + "virtues", + -12.5486 + ], + [ + "wary", + -12.5486 + ], + [ + "wiring", + -12.5486 + ], + [ + "woodland", + -12.5486 + ], + [ + "wrapping", + -12.5486 + ], + [ + "youngsters", + -12.5486 + ], + [ + "yuri", + -12.5486 + ], + [ + "zimmerman", + -12.5486 + ], + [ + "00x", + -12.5714 + ], + [ + "acquainted", + -12.5714 + ], + [ + "adaptive", + -12.5714 + ], + [ + "ama", + -12.5714 + ], + [ + "ambush", + -12.5714 + ], + [ + "andreas", + -12.5714 + ], + [ + "annex", + -12.5714 + ], + [ + "apex", + -12.5714 + ], + [ + "apologized", + -12.5714 + ], + [ + "ariel", + -12.5714 + ], + [ + "asteroid", + -12.5714 + ], + [ + "attacker", + -12.5714 + ], + [ + "authoritarian", + -12.5714 + ], + [ + "avail", + -12.5714 + ], + [ + "bae", + -12.5714 + ], + [ + "ballots", + -12.5714 + ], + [ + "barbie", + -12.5714 + ], + [ + "barker", + -12.5714 + ], + [ + "baton", + -12.5714 + ], + [ + "becky", + -12.5714 + ], + [ + "beginners", + -12.5714 + ], + [ + "benson", + -12.5714 + ], + [ + "bentley", + -12.5714 + ], + [ + "berries", + -12.5714 + ], + [ + "bingo", + -12.5714 + ], + [ + "biodiversity", + -12.5714 + ], + [ + "blitz", + -12.5714 + ], + [ + "booty", + -12.5714 + ], + [ + "bordeaux", + -12.5714 + ], + [ + "bothers", + -12.5714 + ], + [ + "bouncing", + -12.5714 + ], + [ + "boutique", + -12.5714 + ], + [ + "casts", + -12.5714 + ], + [ + "cheerful", + -12.5714 + ], + [ + "chilean", + -12.5714 + ], + [ + "christ's", + -12.5714 + ], + [ + "ci", + -12.5714 + ], + [ + "cindy", + -12.5714 + ], + [ + "civilized", + -12.5714 + ], + [ + "clad", + -12.5714 + ], + [ + "clarkson", + -12.5714 + ], + [ + "cleansing", + -12.5714 + ], + [ + "clears", + -12.5714 + ], + [ + "coincide", + -12.5714 + ], + [ + "conceal", + -12.5714 + ], + [ + "conformity", + -12.5714 + ], + [ + "connectivity", + -12.5714 + ], + [ + "consolation", + -12.5714 + ], + [ + "contacting", + -12.5714 + ], + [ + "contingency", + -12.5714 + ], + [ + "conveniently", + -12.5714 + ], + [ + "convertible", + -12.5714 + ], + [ + "coordinating", + -12.5714 + ], + [ + "councillors", + -12.5714 + ], + [ + "covert", + -12.5714 + ], + [ + "creeping", + -12.5714 + ], + [ + "cushion", + -12.5714 + ], + [ + "denise", + -12.5714 + ], + [ + "derives", + -12.5714 + ], + [ + "dialog", + -12.5714 + ], + [ + "diaz", + -12.5714 + ], + [ + "disadvantaged", + -12.5714 + ], + [ + "discrete", + -12.5714 + ], + [ + "disposable", + -12.5714 + ], + [ + "distortion", + -12.5714 + ], + [ + "distributions", + -12.5714 + ], + [ + "diy", + -12.5714 + ], + [ + "doris", + -12.5714 + ], + [ + "duct", + -12.5714 + ], + [ + "dundee", + -12.5714 + ], + [ + "emergencies", + -12.5714 + ], + [ + "emmy", + -12.5714 + ], + [ + "enriched", + -12.5714 + ], + [ + "entrepreneurship", + -12.5714 + ], + [ + "ew", + -12.5714 + ], + [ + "expectancy", + -12.5714 + ], + [ + "exploits", + -12.5714 + ], + [ + "facade", + -12.5714 + ], + [ + "fidelity", + -12.5714 + ], + [ + "flashes", + -12.5714 + ], + [ + "flourish", + -12.5714 + ], + [ + "flyer", + -12.5714 + ], + [ + "fore", + -12.5714 + ], + [ + "fragment", + -12.5714 + ], + [ + "fraudulent", + -12.5714 + ], + [ + "frogs", + -12.5714 + ], + [ + "funniest", + -12.5714 + ], + [ + "gamer", + -12.5714 + ], + [ + "geoff", + -12.5714 + ], + [ + "george's", + -12.5714 + ], + [ + "germany's", + -12.5714 + ], + [ + "gil", + -12.5714 + ], + [ + "gorilla", + -12.5714 + ], + [ + "hale", + -12.5714 + ], + [ + "heightened", + -12.5714 + ], + [ + "hen", + -12.5714 + ], + [ + "herring", + -12.5714 + ], + [ + "howe", + -12.5714 + ], + [ + "incompatible", + -12.5714 + ], + [ + "infinitely", + -12.5714 + ], + [ + "inmate", + -12.5714 + ], + [ + "interfaces", + -12.5714 + ], + [ + "irwin", + -12.5714 + ], + [ + "jasmine", + -12.5714 + ], + [ + "jockey", + -12.5714 + ], + [ + "kendall", + -12.5714 + ], + [ + "kickstarter", + -12.5714 + ], + [ + "lg", + -12.5714 + ], + [ + "libyan", + -12.5714 + ], + [ + "logically", + -12.5714 + ], + [ + "marquis", + -12.5714 + ], + [ + "miley", + -12.5714 + ], + [ + "monty", + -12.5714 + ], + [ + "motorway", + -12.5714 + ], + [ + "mystic", + -12.5714 + ], + [ + "niagara", + -12.5714 + ], + [ + "nominate", + -12.5714 + ], + [ + "notifications", + -12.5714 + ], + [ + "oc", + -12.5714 + ], + [ + "occupations", + -12.5714 + ], + [ + "olivier", + -12.5714 + ], + [ + "onboard", + -12.5714 + ], + [ + "organise", + -12.5714 + ], + [ + "outward", + -12.5714 + ], + [ + "palette", + -12.5714 + ], + [ + "pancakes", + -12.5714 + ], + [ + "perks", + -12.5714 + ], + [ + "petitions", + -12.5714 + ], + [ + "pga", + -12.5714 + ], + [ + "plaster", + -12.5714 + ], + [ + "platoon", + -12.5714 + ], + [ + "poke", + -12.5714 + ], + [ + "pratt", + -12.5714 + ], + [ + "preferable", + -12.5714 + ], + [ + "premiership", + -12.5714 + ], + [ + "preparatory", + -12.5714 + ], + [ + "proclamation", + -12.5714 + ], + [ + "prosecute", + -12.5714 + ], + [ + "psalm", + -12.5714 + ], + [ + "purge", + -12.5714 + ], + [ + "quasi", + -12.5714 + ], + [ + "rag", + -12.5714 + ], + [ + "recycled", + -12.5714 + ], + [ + "repetitive", + -12.5714 + ], + [ + "retaliation", + -12.5714 + ], + [ + "retrieved", + -12.5714 + ], + [ + "sacks", + -12.5714 + ], + [ + "safeguard", + -12.5714 + ], + [ + "sb", + -12.5714 + ], + [ + "serena", + -12.5714 + ], + [ + "sermon", + -12.5714 + ], + [ + "shaun", + -12.5714 + ], + [ + "shelley", + -12.5714 + ], + [ + "sister's", + -12.5714 + ], + [ + "sk", + -12.5714 + ], + [ + "slang", + -12.5714 + ], + [ + "solemn", + -12.5714 + ], + [ + "songwriter", + -12.5714 + ], + [ + "sparkling", + -12.5714 + ], + [ + "squash", + -12.5714 + ], + [ + "starve", + -12.5714 + ], + [ + "stint", + -12.5714 + ], + [ + "stitches", + -12.5714 + ], + [ + "strained", + -12.5714 + ], + [ + "strauss", + -12.5714 + ], + [ + "stressing", + -12.5714 + ], + [ + "submerged", + -12.5714 + ], + [ + "suitcase", + -12.5714 + ], + [ + "summon", + -12.5714 + ], + [ + "suns", + -12.5714 + ], + [ + "swearing", + -12.5714 + ], + [ + "swore", + -12.5714 + ], + [ + "tame", + -12.5714 + ], + [ + "tariffs", + -12.5714 + ], + [ + "tease", + -12.5714 + ], + [ + "technicians", + -12.5714 + ], + [ + "thicker", + -12.5714 + ], + [ + "thugs", + -12.5714 + ], + [ + "tm", + -12.5714 + ], + [ + "toni", + -12.5714 + ], + [ + "tottenham", + -12.5714 + ], + [ + "triggers", + -12.5714 + ], + [ + "turbines", + -12.5714 + ], + [ + "ulster", + -12.5714 + ], + [ + "unreal", + -12.5714 + ], + [ + "unrealistic", + -12.5714 + ], + [ + "upsetting", + -12.5714 + ], + [ + "urgently", + -12.5714 + ], + [ + "vigorous", + -12.5714 + ], + [ + "vineyard", + -12.5714 + ], + [ + "warden", + -12.5714 + ], + [ + "weaken", + -12.5714 + ], + [ + "weeds", + -12.5714 + ], + [ + "wes", + -12.5714 + ], + [ + "who've", + -12.5714 + ], + [ + "wicket", + -12.5714 + ], + [ + "witty", + -12.5714 + ], + [ + "wyatt", + -12.5714 + ], + [ + "xii", + -12.5714 + ], + [ + "0.00pm", + -12.5947 + ], + [ + "0000a", + -12.5947 + ], + [ + "00f", + -12.5947 + ], + [ + "abdominal", + -12.5947 + ], + [ + "accents", + -12.5947 + ], + [ + "acclaimed", + -12.5947 + ], + [ + "aforementioned", + -12.5947 + ], + [ + "aggressively", + -12.5947 + ], + [ + "airing", + -12.5947 + ], + [ + "alerts", + -12.5947 + ], + [ + "alterations", + -12.5947 + ], + [ + "ape", + -12.5947 + ], + [ + "atrocities", + -12.5947 + ], + [ + "auditor", + -12.5947 + ], + [ + "backbone", + -12.5947 + ], + [ + "badger", + -12.5947 + ], + [ + "bahamas", + -12.5947 + ], + [ + "bank's", + -12.5947 + ], + [ + "barge", + -12.5947 + ], + [ + "baxter", + -12.5947 + ], + [ + "blogging", + -12.5947 + ], + [ + "boasts", + -12.5947 + ], + [ + "bong", + -12.5947 + ], + [ + "booster", + -12.5947 + ], + [ + "brew", + -12.5947 + ], + [ + "brightness", + -12.5947 + ], + [ + "bronx", + -12.5947 + ], + [ + "cain", + -12.5947 + ], + [ + "campaigning", + -12.5947 + ], + [ + "canned", + -12.5947 + ], + [ + "casualty", + -12.5947 + ], + [ + "catalan", + -12.5947 + ], + [ + "cavity", + -12.5947 + ], + [ + "centralized", + -12.5947 + ], + [ + "charcoal", + -12.5947 + ], + [ + "cheque", + -12.5947 + ], + [ + "chimney", + -12.5947 + ], + [ + "choking", + -12.5947 + ], + [ + "claws", + -12.5947 + ], + [ + "coastline", + -12.5947 + ], + [ + "colourful", + -12.5947 + ], + [ + "columnist", + -12.5947 + ], + [ + "commemorate", + -12.5947 + ], + [ + "condolences", + -12.5947 + ], + [ + "coupon", + -12.5947 + ], + [ + "court's", + -12.5947 + ], + [ + "cradle", + -12.5947 + ], + [ + "crescent", + -12.5947 + ], + [ + "cyclist", + -12.5947 + ], + [ + "debbie", + -12.5947 + ], + [ + "dedicate", + -12.5947 + ], + [ + "dei", + -12.5947 + ], + [ + "deported", + -12.5947 + ], + [ + "dept", + -12.5947 + ], + [ + "doubtful", + -12.5947 + ], + [ + "dramas", + -12.5947 + ], + [ + "elites", + -12.5947 + ], + [ + "emerald", + -12.5947 + ], + [ + "enlightened", + -12.5947 + ], + [ + "eruption", + -12.5947 + ], + [ + "estonia", + -12.5947 + ], + [ + "ethic", + -12.5947 + ], + [ + "ethiopian", + -12.5947 + ], + [ + "everlasting", + -12.5947 + ], + [ + "fasting", + -12.5947 + ], + [ + "fences", + -12.5947 + ], + [ + "fibers", + -12.5947 + ], + [ + "filmmaker", + -12.5947 + ], + [ + "filtering", + -12.5947 + ], + [ + "finalists", + -12.5947 + ], + [ + "fischer", + -12.5947 + ], + [ + "fleming", + -12.5947 + ], + [ + "flop", + -12.5947 + ], + [ + "granny", + -12.5947 + ], + [ + "graphical", + -12.5947 + ], + [ + "guitarist", + -12.5947 + ], + [ + "gunfire", + -12.5947 + ], + [ + "halftime", + -12.5947 + ], + [ + "hicks", + -12.5947 + ], + [ + "hoover", + -12.5947 + ], + [ + "icy", + -12.5947 + ], + [ + "idols", + -12.5947 + ], + [ + "incompetent", + -12.5947 + ], + [ + "inefficient", + -12.5947 + ], + [ + "influencing", + -12.5947 + ], + [ + "integrating", + -12.5947 + ], + [ + "invading", + -12.5947 + ], + [ + "isbn", + -12.5947 + ], + [ + "jailed", + -12.5947 + ], + [ + "jamaican", + -12.5947 + ], + [ + "javascript", + -12.5947 + ], + [ + "jaws", + -12.5947 + ], + [ + "juicy", + -12.5947 + ], + [ + "karachi", + -12.5947 + ], + [ + "kathleen", + -12.5947 + ], + [ + "keller", + -12.5947 + ], + [ + "kettle", + -12.5947 + ], + [ + "kidneys", + -12.5947 + ], + [ + "ku", + -12.5947 + ], + [ + "labrador", + -12.5947 + ], + [ + "lesbians", + -12.5947 + ], + [ + "librarian", + -12.5947 + ], + [ + "lighthouse", + -12.5947 + ], + [ + "liquidity", + -12.5947 + ], + [ + "litre", + -12.5947 + ], + [ + "lorraine", + -12.5947 + ], + [ + "lucia", + -12.5947 + ], + [ + "markings", + -12.5947 + ], + [ + "marseille", + -12.5947 + ], + [ + "mastery", + -12.5947 + ], + [ + "mba", + -12.5947 + ], + [ + "menace", + -12.5947 + ], + [ + "mixes", + -12.5947 + ], + [ + "monsieur", + -12.5947 + ], + [ + "murderers", + -12.5947 + ], + [ + "nl", + -12.5947 + ], + [ + "noun", + -12.5947 + ], + [ + "nutrient", + -12.5947 + ], + [ + "oaks", + -12.5947 + ], + [ + "objected", + -12.5947 + ], + [ + "oecd", + -12.5947 + ], + [ + "offending", + -12.5947 + ], + [ + "organizer", + -12.5947 + ], + [ + "oslo", + -12.5947 + ], + [ + "overload", + -12.5947 + ], + [ + "pam", + -12.5947 + ], + [ + "pamela", + -12.5947 + ], + [ + "parallels", + -12.5947 + ], + [ + "parasite", + -12.5947 + ], + [ + "parasites", + -12.5947 + ], + [ + "patient's", + -12.5947 + ], + [ + "patrols", + -12.5947 + ], + [ + "philly", + -12.5947 + ], + [ + "php", + -12.5947 + ], + [ + "pies", + -12.5947 + ], + [ + "pioneering", + -12.5947 + ], + [ + "pissing", + -12.5947 + ], + [ + "planetary", + -12.5947 + ], + [ + "preventive", + -12.5947 + ], + [ + "primer", + -12.5947 + ], + [ + "prolific", + -12.5947 + ], + [ + "proponents", + -12.5947 + ], + [ + "psychologists", + -12.5947 + ], + [ + "quartet", + -12.5947 + ], + [ + "reacts", + -12.5947 + ], + [ + "reformation", + -12.5947 + ], + [ + "registers", + -12.5947 + ], + [ + "reinforcements", + -12.5947 + ], + [ + "renamed", + -12.5947 + ], + [ + "rents", + -12.5947 + ], + [ + "replica", + -12.5947 + ], + [ + "resin", + -12.5947 + ], + [ + "resolving", + -12.5947 + ], + [ + "reversal", + -12.5947 + ], + [ + "revise", + -12.5947 + ], + [ + "rug", + -12.5947 + ], + [ + "sahara", + -12.5947 + ], + [ + "saturdays", + -12.5947 + ], + [ + "saturn", + -12.5947 + ], + [ + "savannah", + -12.5947 + ], + [ + "seismic", + -12.5947 + ], + [ + "seo", + -12.5947 + ], + [ + "sergei", + -12.5947 + ], + [ + "sibling", + -12.5947 + ], + [ + "sideways", + -12.5947 + ], + [ + "sinai", + -12.5947 + ], + [ + "slovakia", + -12.5947 + ], + [ + "spectator", + -12.5947 + ], + [ + "sponge", + -12.5947 + ], + [ + "spree", + -12.5947 + ], + [ + "stacked", + -12.5947 + ], + [ + "starvation", + -12.5947 + ], + [ + "steroids", + -12.5947 + ], + [ + "stricken", + -12.5947 + ], + [ + "stroll", + -12.5947 + ], + [ + "subsidiaries", + -12.5947 + ], + [ + "sunni", + -12.5947 + ], + [ + "surreal", + -12.5947 + ], + [ + "timetable", + -12.5947 + ], + [ + "traveler", + -12.5947 + ], + [ + "tucked", + -12.5947 + ], + [ + "tug", + -12.5947 + ], + [ + "twitch", + -12.5947 + ], + [ + "uneven", + -12.5947 + ], + [ + "vacancy", + -12.5947 + ], + [ + "vaccination", + -12.5947 + ], + [ + "valerie", + -12.5947 + ], + [ + "variability", + -12.5947 + ], + [ + "veronica", + -12.5947 + ], + [ + "viktor", + -12.5947 + ], + [ + "villains", + -12.5947 + ], + [ + "wig", + -12.5947 + ], + [ + "wonderfully", + -12.5947 + ], + [ + "yesterday's", + -12.5947 + ], + [ + "\u2605", + -12.5947 + ], + [ + "00gb", + -12.6186 + ], + [ + "academia", + -12.6186 + ], + [ + "accumulate", + -12.6186 + ], + [ + "adjustable", + -12.6186 + ], + [ + "affirmed", + -12.6186 + ], + [ + "afforded", + -12.6186 + ], + [ + "airplanes", + -12.6186 + ], + [ + "albania", + -12.6186 + ], + [ + "alleviate", + -12.6186 + ], + [ + "allowances", + -12.6186 + ], + [ + "alma", + -12.6186 + ], + [ + "amazingly", + -12.6186 + ], + [ + "analyse", + -12.6186 + ], + [ + "ancestor", + -12.6186 + ], + [ + "ascent", + -12.6186 + ], + [ + "augustine", + -12.6186 + ], + [ + "augustus", + -12.6186 + ], + [ + "aura", + -12.6186 + ], + [ + "avant", + -12.6186 + ], + [ + "avenues", + -12.6186 + ], + [ + "avery", + -12.6186 + ], + [ + "barton", + -12.6186 + ], + [ + "benghazi", + -12.6186 + ], + [ + "billionaire", + -12.6186 + ], + [ + "boast", + -12.6186 + ], + [ + "browsing", + -12.6186 + ], + [ + "buckingham", + -12.6186 + ], + [ + "calmly", + -12.6186 + ], + [ + "calorie", + -12.6186 + ], + [ + "canals", + -12.6186 + ], + [ + "characterised", + -12.6186 + ], + [ + "charms", + -12.6186 + ], + [ + "chem", + -12.6186 + ], + [ + "cheryl", + -12.6186 + ], + [ + "chic", + -12.6186 + ], + [ + "chlorine", + -12.6186 + ], + [ + "cocktails", + -12.6186 + ], + [ + "compassionate", + -12.6186 + ], + [ + "competitiveness", + -12.6186 + ], + [ + "comprehension", + -12.6186 + ], + [ + "conferred", + -12.6186 + ], + [ + "consciously", + -12.6186 + ], + [ + "convict", + -12.6186 + ], + [ + "corpses", + -12.6186 + ], + [ + "cory", + -12.6186 + ], + [ + "crimea", + -12.6186 + ], + [ + "criticizing", + -12.6186 + ], + [ + "cylinders", + -12.6186 + ], + [ + "dads", + -12.6186 + ], + [ + "demolished", + -12.6186 + ], + [ + "deserving", + -12.6186 + ], + [ + "despise", + -12.6186 + ], + [ + "detainees", + -12.6186 + ], + [ + "diaspora", + -12.6186 + ], + [ + "directorate", + -12.6186 + ], + [ + "disagreed", + -12.6186 + ], + [ + "disciplined", + -12.6186 + ], + [ + "disconnected", + -12.6186 + ], + [ + "disrespectful", + -12.6186 + ], + [ + "disrupt", + -12.6186 + ], + [ + "dissolve", + -12.6186 + ], + [ + "docks", + -12.6186 + ], + [ + "dosage", + -12.6186 + ], + [ + "dotted", + -12.6186 + ], + [ + "dow", + -12.6186 + ], + [ + "dt", + -12.6186 + ], + [ + "dvds", + -12.6186 + ], + [ + "dysfunction", + -12.6186 + ], + [ + "e00", + -12.6186 + ], + [ + "ecstasy", + -12.6186 + ], + [ + "elle", + -12.6186 + ], + [ + "emblem", + -12.6186 + ], + [ + "empowered", + -12.6186 + ], + [ + "evidenced", + -12.6186 + ], + [ + "executing", + -12.6186 + ], + [ + "expulsion", + -12.6186 + ], + [ + "extras", + -12.6186 + ], + [ + "facilitated", + -12.6186 + ], + [ + "fanny", + -12.6186 + ], + [ + "fascism", + -12.6186 + ], + [ + "fearless", + -12.6186 + ], + [ + "feud", + -12.6186 + ], + [ + "filtered", + -12.6186 + ], + [ + "finch", + -12.6186 + ], + [ + "fixes", + -12.6186 + ], + [ + "flavors", + -12.6186 + ], + [ + "flute", + -12.6186 + ], + [ + "fooled", + -12.6186 + ], + [ + "forefront", + -12.6186 + ], + [ + "freaked", + -12.6186 + ], + [ + "gaga", + -12.6186 + ], + [ + "glee", + -12.6186 + ], + [ + "granddaughter", + -12.6186 + ], + [ + "guarding", + -12.6186 + ], + [ + "harassed", + -12.6186 + ], + [ + "harvesting", + -12.6186 + ], + [ + "haunt", + -12.6186 + ], + [ + "havent", + -12.6186 + ], + [ + "hazel", + -12.6186 + ], + [ + "heavyweight", + -12.6186 + ], + [ + "hereditary", + -12.6186 + ], + [ + "hindus", + -12.6186 + ], + [ + "hrs", + -12.6186 + ], + [ + "hugely", + -12.6186 + ], + [ + "humid", + -12.6186 + ], + [ + "hush", + -12.6186 + ], + [ + "illusions", + -12.6186 + ], + [ + "immensely", + -12.6186 + ], + [ + "implants", + -12.6186 + ], + [ + "incorporates", + -12.6186 + ], + [ + "indo", + -12.6186 + ], + [ + "inlet", + -12.6186 + ], + [ + "inspections", + -12.6186 + ], + [ + "inspirational", + -12.6186 + ], + [ + "intercepted", + -12.6186 + ], + [ + "interfering", + -12.6186 + ], + [ + "javier", + -12.6186 + ], + [ + "jedi", + -12.6186 + ], + [ + "jubilee", + -12.6186 + ], + [ + "kara", + -12.6186 + ], + [ + "koreans", + -12.6186 + ], + [ + "liga", + -12.6186 + ], + [ + "lindsey", + -12.6186 + ], + [ + "lowe", + -12.6186 + ], + [ + "lucrative", + -12.6186 + ], + [ + "m2", + -12.6186 + ], + [ + "magician", + -12.6186 + ], + [ + "maneuver", + -12.6186 + ], + [ + "marvellous", + -12.6186 + ], + [ + "mata", + -12.6186 + ], + [ + "mccain", + -12.6186 + ], + [ + "medicinal", + -12.6186 + ], + [ + "melodies", + -12.6186 + ], + [ + "methane", + -12.6186 + ], + [ + "mma", + -12.6186 + ], + [ + "modem", + -12.6186 + ], + [ + "moderation", + -12.6186 + ], + [ + "mona", + -12.6186 + ], + [ + "mri", + -12.6186 + ], + [ + "mustang", + -12.6186 + ], + [ + "mw", + -12.6186 + ], + [ + "notation", + -12.6186 + ], + [ + "ns", + -12.6186 + ], + [ + "obligatory", + -12.6186 + ], + [ + "offenses", + -12.6186 + ], + [ + "ounces", + -12.6186 + ], + [ + "parachute", + -12.6186 + ], + [ + "pascal", + -12.6186 + ], + [ + "picasso", + -12.6186 + ], + [ + "plaintiffs", + -12.6186 + ], + [ + "plantations", + -12.6186 + ], + [ + "pounding", + -12.6186 + ], + [ + "presiding", + -12.6186 + ], + [ + "psa", + -12.6186 + ], + [ + "psychiatry", + -12.6186 + ], + [ + "puberty", + -12.6186 + ], + [ + "puff", + -12.6186 + ], + [ + "rad", + -12.6186 + ], + [ + "railroads", + -12.6186 + ], + [ + "reap", + -12.6186 + ], + [ + "region's", + -12.6186 + ], + [ + "repeats", + -12.6186 + ], + [ + "replicate", + -12.6186 + ], + [ + "replying", + -12.6186 + ], + [ + "reproduced", + -12.6186 + ], + [ + "researched", + -12.6186 + ], + [ + "residing", + -12.6186 + ], + [ + "reviewers", + -12.6186 + ], + [ + "rhine", + -12.6186 + ], + [ + "risking", + -12.6186 + ], + [ + "robe", + -12.6186 + ], + [ + "rooting", + -12.6186 + ], + [ + "rosemary", + -12.6186 + ], + [ + "runoff", + -12.6186 + ], + [ + "santo", + -12.6186 + ], + [ + "sentiments", + -12.6186 + ], + [ + "sg", + -12.6186 + ], + [ + "sgt", + -12.6186 + ], + [ + "sinners", + -12.6186 + ], + [ + "skinned", + -12.6186 + ], + [ + "skipping", + -12.6186 + ], + [ + "slid", + -12.6186 + ], + [ + "smith's", + -12.6186 + ], + [ + "soak", + -12.6186 + ], + [ + "southwestern", + -12.6186 + ], + [ + "spheres", + -12.6186 + ], + [ + "stared", + -12.6186 + ], + [ + "storytelling", + -12.6186 + ], + [ + "subset", + -12.6186 + ], + [ + "suffice", + -12.6186 + ], + [ + "suzanne", + -12.6186 + ], + [ + "symmetry", + -12.6186 + ], + [ + "synagogue", + -12.6186 + ], + [ + "testosterone", + -12.6186 + ], + [ + "textiles", + -12.6186 + ], + [ + "tn", + -12.6186 + ], + [ + "totals", + -12.6186 + ], + [ + "tracker", + -12.6186 + ], + [ + "trailers", + -12.6186 + ], + [ + "trailing", + -12.6186 + ], + [ + "transformers", + -12.6186 + ], + [ + "translating", + -12.6186 + ], + [ + "unnamed", + -12.6186 + ], + [ + "variance", + -12.6186 + ], + [ + "vat", + -12.6186 + ], + [ + "vc", + -12.6186 + ], + [ + "vitality", + -12.6186 + ], + [ + "volunteering", + -12.6186 + ], + [ + "vomit", + -12.6186 + ], + [ + "welcomes", + -12.6186 + ], + [ + "wellness", + -12.6186 + ], + [ + "who'd", + -12.6186 + ], + [ + "windy", + -12.6186 + ], + [ + "xiii", + -12.6186 + ], + [ + "0000000", + -12.6399 + ], + [ + "00km", + -12.6399 + ], + [ + "abruptly", + -12.6399 + ], + [ + "adjoining", + -12.6399 + ], + [ + "affinity", + -12.6399 + ], + [ + "aggravated", + -12.6399 + ], + [ + "ain", + -12.6399 + ], + [ + "airs", + -12.6399 + ], + [ + "alberto", + -12.6399 + ], + [ + "amenities", + -12.6399 + ], + [ + "antibiotic", + -12.6399 + ], + [ + "apes", + -12.6399 + ], + [ + "arches", + -12.6399 + ], + [ + "ari", + -12.6399 + ], + [ + "arranging", + -12.6399 + ], + [ + "articulate", + -12.6399 + ], + [ + "articulated", + -12.6399 + ], + [ + "artist's", + -12.6399 + ], + [ + "assaults", + -12.6399 + ], + [ + "atleast", + -12.6399 + ], + [ + "baroque", + -12.6399 + ], + [ + "benz", + -12.6399 + ], + [ + "blur", + -12.6399 + ], + [ + "brawl", + -12.6399 + ], + [ + "breadth", + -12.6399 + ], + [ + "brightest", + -12.6399 + ], + [ + "brink", + -12.6399 + ], + [ + "brutality", + -12.6399 + ], + [ + "carving", + -12.6399 + ], + [ + "cathy", + -12.6399 + ], + [ + "chloride", + -12.6399 + ], + [ + "chores", + -12.6399 + ], + [ + "church's", + -12.6399 + ], + [ + "cider", + -12.6399 + ], + [ + "clarified", + -12.6399 + ], + [ + "coloring", + -12.6399 + ], + [ + "comcast", + -12.6399 + ], + [ + "comparatively", + -12.6399 + ], + [ + "completes", + -12.6399 + ], + [ + "concurrent", + -12.6399 + ], + [ + "confinement", + -12.6399 + ], + [ + "contagious", + -12.6399 + ], + [ + "contemplating", + -12.6399 + ], + [ + "continuum", + -12.6399 + ], + [ + "crater", + -12.6399 + ], + [ + "crossover", + -12.6399 + ], + [ + "crossroads", + -12.6399 + ], + [ + "cruising", + -12.6399 + ], + [ + "cues", + -12.6399 + ], + [ + "darkest", + -12.6399 + ], + [ + "defends", + -12.6399 + ], + [ + "depicting", + -12.6399 + ], + [ + "depicts", + -12.6399 + ], + [ + "descriptive", + -12.6399 + ], + [ + "detecting", + -12.6399 + ], + [ + "dinners", + -12.6399 + ], + [ + "distributors", + -12.6399 + ], + [ + "donating", + -12.6399 + ], + [ + "dubious", + -12.6399 + ], + [ + "eighteenth", + -12.6399 + ], + [ + "empowerment", + -12.6399 + ], + [ + "endemic", + -12.6399 + ], + [ + "endings", + -12.6399 + ], + [ + "endorse", + -12.6399 + ], + [ + "enrichment", + -12.6399 + ], + [ + "enrique", + -12.6399 + ], + [ + "entitlement", + -12.6399 + ], + [ + "envoy", + -12.6399 + ], + [ + "equitable", + -12.6399 + ], + [ + "esp", + -12.6399 + ], + [ + "exploiting", + -12.6399 + ], + [ + "extremes", + -12.6399 + ], + [ + "extremist", + -12.6399 + ], + [ + "faa", + -12.6399 + ], + [ + "fertilizer", + -12.6399 + ], + [ + "finely", + -12.6399 + ], + [ + "fisherman", + -12.6399 + ], + [ + "floats", + -12.6399 + ], + [ + "flux", + -12.6399 + ], + [ + "footing", + -12.6399 + ], + [ + "fossils", + -12.6399 + ], + [ + "gc", + -12.6399 + ], + [ + "goldman", + -12.6399 + ], + [ + "gong", + -12.6399 + ], + [ + "grad", + -12.6399 + ], + [ + "graphs", + -12.6399 + ], + [ + "grazing", + -12.6399 + ], + [ + "handicapped", + -12.6399 + ], + [ + "hangover", + -12.6399 + ], + [ + "hardened", + -12.6399 + ], + [ + "heater", + -12.6399 + ], + [ + "hesitation", + -12.6399 + ], + [ + "homepage", + -12.6399 + ], + [ + "horrors", + -12.6399 + ], + [ + "hostilities", + -12.6399 + ], + [ + "hurricanes", + -12.6399 + ], + [ + "implant", + -12.6399 + ], + [ + "implicated", + -12.6399 + ], + [ + "implicit", + -12.6399 + ], + [ + "insulted", + -12.6399 + ], + [ + "intimidation", + -12.6399 + ], + [ + "intuition", + -12.6399 + ], + [ + "jackpot", + -12.6399 + ], + [ + "jeremiah", + -12.6399 + ], + [ + "jihad", + -12.6399 + ], + [ + "jj", + -12.6399 + ], + [ + "kang", + -12.6399 + ], + [ + "katrina", + -12.6399 + ], + [ + "kindle", + -12.6399 + ], + [ + "kumar", + -12.6399 + ], + [ + "lancashire", + -12.6399 + ], + [ + "lara", + -12.6399 + ], + [ + "lawsuits", + -12.6399 + ], + [ + "lcd", + -12.6399 + ], + [ + "learners", + -12.6399 + ], + [ + "leased", + -12.6399 + ], + [ + "lena", + -12.6399 + ], + [ + "lex", + -12.6399 + ], + [ + "libertarian", + -12.6399 + ], + [ + "listener", + -12.6399 + ], + [ + "locke", + -12.6399 + ], + [ + "lush", + -12.6399 + ], + [ + "marvelous", + -12.6399 + ], + [ + "milky", + -12.6399 + ], + [ + "miner", + -12.6399 + ], + [ + "misconduct", + -12.6399 + ], + [ + "mocking", + -12.6399 + ], + [ + "mont", + -12.6399 + ], + [ + "mould", + -12.6399 + ], + [ + "mozart", + -12.6399 + ], + [ + "multiplayer", + -12.6399 + ], + [ + "n.y", + -12.6399 + ], + [ + "nanny", + -12.6399 + ], + [ + "nationalists", + -12.6399 + ], + [ + "nicky", + -12.6399 + ], + [ + "nicola", + -12.6399 + ], + [ + "noteworthy", + -12.6399 + ], + [ + "nu", + -12.6399 + ], + [ + "operatives", + -12.6399 + ], + [ + "oranges", + -12.6399 + ], + [ + "orderly", + -12.6399 + ], + [ + "orient", + -12.6399 + ], + [ + "outsider", + -12.6399 + ], + [ + "packaged", + -12.6399 + ], + [ + "paige", + -12.6399 + ], + [ + "panorama", + -12.6399 + ], + [ + "paralysis", + -12.6399 + ], + [ + "patronage", + -12.6399 + ], + [ + "pauline", + -12.6399 + ], + [ + "pearls", + -12.6399 + ], + [ + "perpetrators", + -12.6399 + ], + [ + "pertinent", + -12.6399 + ], + [ + "pineapple", + -12.6399 + ], + [ + "playboy", + -12.6399 + ], + [ + "player's", + -12.6399 + ], + [ + "playlist", + -12.6399 + ], + [ + "plc", + -12.6399 + ], + [ + "pleasures", + -12.6399 + ], + [ + "plight", + -12.6399 + ], + [ + "portsmouth", + -12.6399 + ], + [ + "praising", + -12.6399 + ], + [ + "pretended", + -12.6399 + ], + [ + "protections", + -12.6399 + ], + [ + "prudent", + -12.6399 + ], + [ + "pursuant", + -12.6399 + ], + [ + "quartz", + -12.6399 + ], + [ + "ratified", + -12.6399 + ], + [ + "recourse", + -12.6399 + ], + [ + "redeem", + -12.6399 + ], + [ + "repetition", + -12.6399 + ], + [ + "rhythms", + -12.6399 + ], + [ + "sasha", + -12.6399 + ], + [ + "scaled", + -12.6399 + ], + [ + "scientifically", + -12.6399 + ], + [ + "scratching", + -12.6399 + ], + [ + "sexist", + -12.6399 + ], + [ + "shale", + -12.6399 + ], + [ + "shalt", + -12.6399 + ], + [ + "shampoo", + -12.6399 + ], + [ + "sheldon", + -12.6399 + ], + [ + "sheltered", + -12.6399 + ], + [ + "shortcomings", + -12.6399 + ], + [ + "shortened", + -12.6399 + ], + [ + "slams", + -12.6399 + ], + [ + "sliced", + -12.6399 + ], + [ + "smartphones", + -12.6399 + ], + [ + "sonia", + -12.6399 + ], + [ + "speculative", + -12.6399 + ], + [ + "spouses", + -12.6399 + ], + [ + "sql", + -12.6399 + ], + [ + "stabbing", + -12.6399 + ], + [ + "stakeholders", + -12.6399 + ], + [ + "stoned", + -12.6399 + ], + [ + "striving", + -12.6399 + ], + [ + "sublime", + -12.6399 + ], + [ + "suites", + -12.6399 + ], + [ + "surpassed", + -12.6399 + ], + [ + "tasked", + -12.6399 + ], + [ + "tavern", + -12.6399 + ], + [ + "therapies", + -12.6399 + ], + [ + "thinner", + -12.6399 + ], + [ + "thriving", + -12.6399 + ], + [ + "titanium", + -12.6399 + ], + [ + "tram", + -12.6399 + ], + [ + "transitions", + -12.6399 + ], + [ + "tuck", + -12.6399 + ], + [ + "tumors", + -12.6399 + ], + [ + "turin", + -12.6399 + ], + [ + "uncover", + -12.6399 + ], + [ + "unification", + -12.6399 + ], + [ + "varsity", + -12.6399 + ], + [ + "vase", + -12.6399 + ], + [ + "venom", + -12.6399 + ], + [ + "vested", + -12.6399 + ], + [ + "vibrations", + -12.6399 + ], + [ + "vie", + -12.6399 + ], + [ + "waterfront", + -12.6399 + ], + [ + "whoops", + -12.6399 + ], + [ + "winchester", + -12.6399 + ], + [ + "wouldnt", + -12.6399 + ], + [ + "wraps", + -12.6399 + ], + [ + "xavier", + -12.6399 + ], + [ + "zionist", + -12.6399 + ], + [ + "00h", + -12.6649 + ], + [ + "a2", + -12.6649 + ], + [ + "abbot", + -12.6649 + ], + [ + "abby", + -12.6649 + ], + [ + "abel", + -12.6649 + ], + [ + "accelerating", + -12.6649 + ], + [ + "accessing", + -12.6649 + ], + [ + "adapting", + -12.6649 + ], + [ + "ae", + -12.6649 + ], + [ + "ahhh", + -12.6649 + ], + [ + "ala", + -12.6649 + ], + [ + "alarmed", + -12.6649 + ], + [ + "alarming", + -12.6649 + ], + [ + "alternating", + -12.6649 + ], + [ + "amend", + -12.6649 + ], + [ + "anchored", + -12.6649 + ], + [ + "antarctica", + -12.6649 + ], + [ + "anyhow", + -12.6649 + ], + [ + "approves", + -12.6649 + ], + [ + "astronomical", + -12.6649 + ], + [ + "audrey", + -12.6649 + ], + [ + "aussie", + -12.6649 + ], + [ + "avoids", + -12.6649 + ], + [ + "banners", + -12.6649 + ], + [ + "barbados", + -12.6649 + ], + [ + "bearings", + -12.6649 + ], + [ + "bitten", + -12.6649 + ], + [ + "blended", + -12.6649 + ], + [ + "bowel", + -12.6649 + ], + [ + "boyle", + -12.6649 + ], + [ + "brandy", + -12.6649 + ], + [ + "breathtaking", + -12.6649 + ], + [ + "buchanan", + -12.6649 + ], + [ + "bun", + -12.6649 + ], + [ + "bundles", + -12.6649 + ], + [ + "bureaucratic", + -12.6649 + ], + [ + "butts", + -12.6649 + ], + [ + "byzantine", + -12.6649 + ], + [ + "cabbage", + -12.6649 + ], + [ + "calcutta", + -12.6649 + ], + [ + "cartridge", + -12.6649 + ], + [ + "caucus", + -12.6649 + ], + [ + "characterization", + -12.6649 + ], + [ + "cheesy", + -12.6649 + ], + [ + "chemotherapy", + -12.6649 + ], + [ + "cho", + -12.6649 + ], + [ + "cisco", + -12.6649 + ], + [ + "claus", + -12.6649 + ], + [ + "coasts", + -12.6649 + ], + [ + "cobb", + -12.6649 + ], + [ + "commandments", + -12.6649 + ], + [ + "composers", + -12.6649 + ], + [ + "constantinople", + -12.6649 + ], + [ + "contraction", + -12.6649 + ], + [ + "corridors", + -12.6649 + ], + [ + "craving", + -12.6649 + ], + [ + "crippled", + -12.6649 + ], + [ + "crocodile", + -12.6649 + ], + [ + "curling", + -12.6649 + ], + [ + "cyclone", + -12.6649 + ], + [ + "d00", + -12.6649 + ], + [ + "dams", + -12.6649 + ], + [ + "decks", + -12.6649 + ], + [ + "deficiencies", + -12.6649 + ], + [ + "deleting", + -12.6649 + ], + [ + "deviation", + -12.6649 + ], + [ + "diminish", + -12.6649 + ], + [ + "discriminate", + -12.6649 + ], + [ + "dissertation", + -12.6649 + ], + [ + "distinctly", + -12.6649 + ], + [ + "documentaries", + -12.6649 + ], + [ + "draining", + -12.6649 + ], + [ + "dun", + -12.6649 + ], + [ + "edged", + -12.6649 + ], + [ + "engraved", + -12.6649 + ], + [ + "evasion", + -12.6649 + ], + [ + "excerpt", + -12.6649 + ], + [ + "exhausting", + -12.6649 + ], + [ + "experimentation", + -12.6649 + ], + [ + "expiration", + -12.6649 + ], + [ + "ezra", + -12.6649 + ], + [ + "fibres", + -12.6649 + ], + [ + "fishes", + -12.6649 + ], + [ + "flap", + -12.6649 + ], + [ + "fluent", + -12.6649 + ], + [ + "folklore", + -12.6649 + ], + [ + "follower", + -12.6649 + ], + [ + "footprint", + -12.6649 + ], + [ + "forecasting", + -12.6649 + ], + [ + "fragrance", + -12.6649 + ], + [ + "gallagher", + -12.6649 + ], + [ + "genital", + -12.6649 + ], + [ + "genoa", + -12.6649 + ], + [ + "gravitational", + -12.6649 + ], + [ + "grenades", + -12.6649 + ], + [ + "growers", + -12.6649 + ], + [ + "hampton", + -12.6649 + ], + [ + "hancock", + -12.6649 + ], + [ + "hee", + -12.6649 + ], + [ + "heroine", + -12.6649 + ], + [ + "horace", + -12.6649 + ], + [ + "horseback", + -12.6649 + ], + [ + "ic", + -12.6649 + ], + [ + "ida", + -12.6649 + ], + [ + "immersion", + -12.6649 + ], + [ + "imperialism", + -12.6649 + ], + [ + "incarnation", + -12.6649 + ], + [ + "indefinite", + -12.6649 + ], + [ + "indy", + -12.6649 + ], + [ + "introductory", + -12.6649 + ], + [ + "jensen", + -12.6649 + ], + [ + "kaiser", + -12.6649 + ], + [ + "karate", + -12.6649 + ], + [ + "kb", + -12.6649 + ], + [ + "labeling", + -12.6649 + ], + [ + "lilly", + -12.6649 + ], + [ + "lithium", + -12.6649 + ], + [ + "lois", + -12.6649 + ], + [ + "london's", + -12.6649 + ], + [ + "longevity", + -12.6649 + ], + [ + "lurking", + -12.6649 + ], + [ + "maize", + -12.6649 + ], + [ + "martyr", + -12.6649 + ], + [ + "mating", + -12.6649 + ], + [ + "mats", + -12.6649 + ], + [ + "meh", + -12.6649 + ], + [ + "menus", + -12.6649 + ], + [ + "modernization", + -12.6649 + ], + [ + "mythical", + -12.6649 + ], + [ + "nana", + -12.6649 + ], + [ + "nautical", + -12.6649 + ], + [ + "nicaragua", + -12.6649 + ], + [ + "nordic", + -12.6649 + ], + [ + "nuisance", + -12.6649 + ], + [ + "numb", + -12.6649 + ], + [ + "occupants", + -12.6649 + ], + [ + "oddly", + -12.6649 + ], + [ + "orchard", + -12.6649 + ], + [ + "orphans", + -12.6649 + ], + [ + "overdose", + -12.6649 + ], + [ + "p00", + -12.6649 + ], + [ + "palms", + -12.6649 + ], + [ + "patiently", + -12.6649 + ], + [ + "pawn", + -12.6649 + ], + [ + "pea", + -12.6649 + ], + [ + "petit", + -12.6649 + ], + [ + "pharmaceuticals", + -12.6649 + ], + [ + "planner", + -12.6649 + ], + [ + "plastics", + -12.6649 + ], + [ + "plumbing", + -12.6649 + ], + [ + "poe", + -12.6649 + ], + [ + "pollen", + -12.6649 + ], + [ + "poly", + -12.6649 + ], + [ + "polymer", + -12.6649 + ], + [ + "pos", + -12.6649 + ], + [ + "powerless", + -12.6649 + ], + [ + "pragmatic", + -12.6649 + ], + [ + "precinct", + -12.6649 + ], + [ + "precursor", + -12.6649 + ], + [ + "preseason", + -12.6649 + ], + [ + "presided", + -12.6649 + ], + [ + "projecting", + -12.6649 + ], + [ + "prosper", + -12.6649 + ], + [ + "prussia", + -12.6649 + ], + [ + "punishing", + -12.6649 + ], + [ + "puzzles", + -12.6649 + ], + [ + "quarantine", + -12.6649 + ], + [ + "quarry", + -12.6649 + ], + [ + "quentin", + -12.6649 + ], + [ + "reactive", + -12.6649 + ], + [ + "recommending", + -12.6649 + ], + [ + "reigns", + -12.6649 + ], + [ + "resilience", + -12.6649 + ], + [ + "rigged", + -12.6649 + ], + [ + "ripping", + -12.6649 + ], + [ + "riverside", + -12.6649 + ], + [ + "rocked", + -12.6649 + ], + [ + "routines", + -12.6649 + ], + [ + "s00", + -12.6649 + ], + [ + "safest", + -12.6649 + ], + [ + "sails", + -12.6649 + ], + [ + "salsa", + -12.6649 + ], + [ + "scooter", + -12.6649 + ], + [ + "secretaries", + -12.6649 + ], + [ + "siberia", + -12.6649 + ], + [ + "sighs", + -12.6649 + ], + [ + "silently", + -12.6649 + ], + [ + "simone", + -12.6649 + ], + [ + "simulated", + -12.6649 + ], + [ + "sl", + -12.6649 + ], + [ + "slaughtered", + -12.6649 + ], + [ + "snowden", + -12.6649 + ], + [ + "socket", + -12.6649 + ], + [ + "softer", + -12.6649 + ], + [ + "somali", + -12.6649 + ], + [ + "stokes", + -12.6649 + ], + [ + "subordinate", + -12.6649 + ], + [ + "sulphur", + -12.6649 + ], + [ + "supplementary", + -12.6649 + ], + [ + "sw", + -12.6649 + ], + [ + "synonymous", + -12.6649 + ], + [ + "televised", + -12.6649 + ], + [ + "teller", + -12.6649 + ], + [ + "tertiary", + -12.6649 + ], + [ + "thanking", + -12.6649 + ], + [ + "tipping", + -12.6649 + ], + [ + "tongues", + -12.6649 + ], + [ + "toulouse", + -12.6649 + ], + [ + "traitor", + -12.6649 + ], + [ + "trenches", + -12.6649 + ], + [ + "typed", + -12.6649 + ], + [ + "tyre", + -12.6649 + ], + [ + "ultrasound", + -12.6649 + ], + [ + "usher", + -12.6649 + ], + [ + "virginity", + -12.6649 + ], + [ + "waitress", + -12.6649 + ], + [ + "waved", + -12.6649 + ], + [ + "wwii", + -12.6649 + ], + [ + "000a", + -12.6873 + ], + [ + "000mm", + -12.6873 + ], + [ + "2a", + -12.6873 + ], + [ + "acne", + -12.6873 + ], + [ + "acquitted", + -12.6873 + ], + [ + "advises", + -12.6873 + ], + [ + "aj", + -12.6873 + ], + [ + "alexandra", + -12.6873 + ], + [ + "algerian", + -12.6873 + ], + [ + "alias", + -12.6873 + ], + [ + "almond", + -12.6873 + ], + [ + "alonso", + -12.6873 + ], + [ + "ambrose", + -12.6873 + ], + [ + "amidst", + -12.6873 + ], + [ + "andr\u00e9", + -12.6873 + ], + [ + "angola", + -12.6873 + ], + [ + "appraisal", + -12.6873 + ], + [ + "arent", + -12.6873 + ], + [ + "arresting", + -12.6873 + ], + [ + "astronauts", + -12.6873 + ], + [ + "autograph", + -12.6873 + ], + [ + "axes", + -12.6873 + ], + [ + "backdrop", + -12.6873 + ], + [ + "beckham", + -12.6873 + ], + [ + "belongings", + -12.6873 + ], + [ + "bloke", + -12.6873 + ], + [ + "boarded", + -12.6873 + ], + [ + "boredom", + -12.6873 + ], + [ + "bottled", + -12.6873 + ], + [ + "bryce", + -12.6873 + ], + [ + "bumps", + -12.6873 + ], + [ + "burgundy", + -12.6873 + ], + [ + "canary", + -12.6873 + ], + [ + "cater", + -12.6873 + ], + [ + "cdc", + -12.6873 + ], + [ + "cecil", + -12.6873 + ], + [ + "chassis", + -12.6873 + ], + [ + "checklist", + -12.6873 + ], + [ + "choked", + -12.6873 + ], + [ + "clap", + -12.6873 + ], + [ + "cloudy", + -12.6873 + ], + [ + "comb", + -12.6873 + ], + [ + "compensated", + -12.6873 + ], + [ + "correcting", + -12.6873 + ], + [ + "corrosion", + -12.6873 + ], + [ + "corrupted", + -12.6873 + ], + [ + "crosby", + -12.6873 + ], + [ + "dared", + -12.6873 + ], + [ + "defiance", + -12.6873 + ], + [ + "desperation", + -12.6873 + ], + [ + "deter", + -12.6873 + ], + [ + "disadvantages", + -12.6873 + ], + [ + "disciple", + -12.6873 + ], + [ + "dizzy", + -12.6873 + ], + [ + "dog's", + -12.6873 + ], + [ + "drills", + -12.6873 + ], + [ + "ecosystems", + -12.6873 + ], + [ + "eleventh", + -12.6873 + ], + [ + "empress", + -12.6873 + ], + [ + "engagements", + -12.6873 + ], + [ + "episcopal", + -12.6873 + ], + [ + "erect", + -12.6873 + ], + [ + "escorted", + -12.6873 + ], + [ + "estimation", + -12.6873 + ], + [ + "ethanol", + -12.6873 + ], + [ + "exploding", + -12.6873 + ], + [ + "fabrics", + -12.6873 + ], + [ + "falsely", + -12.6873 + ], + [ + "fatalities", + -12.6873 + ], + [ + "flawless", + -12.6873 + ], + [ + "foreigner", + -12.6873 + ], + [ + "framing", + -12.6873 + ], + [ + "france's", + -12.6873 + ], + [ + "gatherings", + -12.6873 + ], + [ + "globalization", + -12.6873 + ], + [ + "goalie", + -12.6873 + ], + [ + "gr", + -12.6873 + ], + [ + "grassroots", + -12.6873 + ], + [ + "greenland", + -12.6873 + ], + [ + "grievances", + -12.6873 + ], + [ + "guerrilla", + -12.6873 + ], + [ + "guise", + -12.6873 + ], + [ + "guitars", + -12.6873 + ], + [ + "hailed", + -12.6873 + ], + [ + "icing", + -12.6873 + ], + [ + "imbalance", + -12.6873 + ], + [ + "immoral", + -12.6873 + ], + [ + "indulge", + -12.6873 + ], + [ + "inspected", + -12.6873 + ], + [ + "intensely", + -12.6873 + ], + [ + "interchange", + -12.6873 + ], + [ + "interviewer", + -12.6873 + ], + [ + "intricate", + -12.6873 + ], + [ + "irritated", + -12.6873 + ], + [ + "iss", + -12.6873 + ], + [ + "juices", + -12.6873 + ], + [ + "ke", + -12.6873 + ], + [ + "landings", + -12.6873 + ], + [ + "landlords", + -12.6873 + ], + [ + "landowners", + -12.6873 + ], + [ + "lapse", + -12.6873 + ], + [ + "league's", + -12.6873 + ], + [ + "lieu", + -12.6873 + ], + [ + "ling", + -12.6873 + ], + [ + "manny", + -12.6873 + ], + [ + "marrow", + -12.6873 + ], + [ + "mash", + -12.6873 + ], + [ + "mistakenly", + -12.6873 + ], + [ + "mortgages", + -12.6873 + ], + [ + "motel", + -12.6873 + ], + [ + "mourinho", + -12.6873 + ], + [ + "nay", + -12.6873 + ], + [ + "newcomers", + -12.6873 + ], + [ + "ngos", + -12.6873 + ], + [ + "nicest", + -12.6873 + ], + [ + "o2", + -12.6873 + ], + [ + "obstruction", + -12.6873 + ], + [ + "openness", + -12.6873 + ], + [ + "opium", + -12.6873 + ], + [ + "ordeal", + -12.6873 + ], + [ + "outlaw", + -12.6873 + ], + [ + "overlook", + -12.6873 + ], + [ + "overs", + -12.6873 + ], + [ + "overturned", + -12.6873 + ], + [ + "p2", + -12.6873 + ], + [ + "passions", + -12.6873 + ], + [ + "pathology", + -12.6873 + ], + [ + "pediatric", + -12.6873 + ], + [ + "persecuted", + -12.6873 + ], + [ + "pickles", + -12.6873 + ], + [ + "piled", + -12.6873 + ], + [ + "pivotal", + -12.6873 + ], + [ + "pixel", + -12.6873 + ], + [ + "playful", + -12.6873 + ], + [ + "ponds", + -12.6873 + ], + [ + "practised", + -12.6873 + ], + [ + "prevailed", + -12.6873 + ], + [ + "pronunciation", + -12.6873 + ], + [ + "pts", + -12.6873 + ], + [ + "queries", + -12.6873 + ], + [ + "raft", + -12.6873 + ], + [ + "raj", + -12.6873 + ], + [ + "relocation", + -12.6873 + ], + [ + "resembling", + -12.6873 + ], + [ + "rhymes", + -12.6873 + ], + [ + "ricardo", + -12.6873 + ], + [ + "rye", + -12.6873 + ], + [ + "scanned", + -12.6873 + ], + [ + "seminars", + -12.6873 + ], + [ + "sexes", + -12.6873 + ], + [ + "solvent", + -12.6873 + ], + [ + "specialised", + -12.6873 + ], + [ + "specials", + -12.6873 + ], + [ + "staffing", + -12.6873 + ], + [ + "stamped", + -12.6873 + ], + [ + "steele", + -12.6873 + ], + [ + "striped", + -12.6873 + ], + [ + "styled", + -12.6873 + ], + [ + "substituted", + -12.6873 + ], + [ + "succeeds", + -12.6873 + ], + [ + "summons", + -12.6873 + ], + [ + "surrounds", + -12.6873 + ], + [ + "tao", + -12.6873 + ], + [ + "taped", + -12.6873 + ], + [ + "teasing", + -12.6873 + ], + [ + "thyroid", + -12.6873 + ], + [ + "tiffany", + -12.6873 + ], + [ + "tighten", + -12.6873 + ], + [ + "toughest", + -12.6873 + ], + [ + "tripping", + -12.6873 + ], + [ + "twenties", + -12.6873 + ], + [ + "tyres", + -12.6873 + ], + [ + "uefa", + -12.6873 + ], + [ + "ufo", + -12.6873 + ], + [ + "unauthorized", + -12.6873 + ], + [ + "uncertainties", + -12.6873 + ], + [ + "unconditional", + -12.6873 + ], + [ + "unicorn", + -12.6873 + ], + [ + "unix", + -12.6873 + ], + [ + "usable", + -12.6873 + ], + [ + "vaguely", + -12.6873 + ], + [ + "vampires", + -12.6873 + ], + [ + "var", + -12.6873 + ], + [ + "vertically", + -12.6873 + ], + [ + "volatility", + -12.6873 + ], + [ + "ware", + -12.6873 + ], + [ + "wc", + -12.6873 + ], + [ + "welding", + -12.6873 + ], + [ + "wiki", + -12.6873 + ], + [ + "wilkinson", + -12.6873 + ], + [ + "williamson", + -12.6873 + ], + [ + "witnessing", + -12.6873 + ], + [ + "0000.0", + -12.7103 + ], + [ + "00d", + -12.7103 + ], + [ + "abandonment", + -12.7103 + ], + [ + "abbas", + -12.7103 + ], + [ + "acquaintances", + -12.7103 + ], + [ + "addicts", + -12.7103 + ], + [ + "admittedly", + -12.7103 + ], + [ + "africa's", + -12.7103 + ], + [ + "ajax", + -12.7103 + ], + [ + "alain", + -12.7103 + ], + [ + "aloud", + -12.7103 + ], + [ + "alto", + -12.7103 + ], + [ + "amelia", + -12.7103 + ], + [ + "amos", + -12.7103 + ], + [ + "ancestral", + -12.7103 + ], + [ + "ankles", + -12.7103 + ], + [ + "annexed", + -12.7103 + ], + [ + "arrivals", + -12.7103 + ], + [ + "attends", + -12.7103 + ], + [ + "avid", + -12.7103 + ], + [ + "az", + -12.7103 + ], + [ + "barking", + -12.7103 + ], + [ + "bartender", + -12.7103 + ], + [ + "bedford", + -12.7103 + ], + [ + "bedtime", + -12.7103 + ], + [ + "beethoven", + -12.7103 + ], + [ + "behaving", + -12.7103 + ], + [ + "beneficiaries", + -12.7103 + ], + [ + "benign", + -12.7103 + ], + [ + "bows", + -12.7103 + ], + [ + "brewer", + -12.7103 + ], + [ + "bursts", + -12.7103 + ], + [ + "caleb", + -12.7103 + ], + [ + "campuses", + -12.7103 + ], + [ + "catholicism", + -12.7103 + ], + [ + "cherish", + -12.7103 + ], + [ + "clint", + -12.7103 + ], + [ + "clumsy", + -12.7103 + ], + [ + "coached", + -12.7103 + ], + [ + "collaborate", + -12.7103 + ], + [ + "complexes", + -12.7103 + ], + [ + "concede", + -12.7103 + ], + [ + "concussion", + -12.7103 + ], + [ + "confronting", + -12.7103 + ], + [ + "connector", + -12.7103 + ], + [ + "coronation", + -12.7103 + ], + [ + "cortex", + -12.7103 + ], + [ + "council's", + -12.7103 + ], + [ + "counselling", + -12.7103 + ], + [ + "crank", + -12.7103 + ], + [ + "crossings", + -12.7103 + ], + [ + "crows", + -12.7103 + ], + [ + "cu", + -12.7103 + ], + [ + "cunningham", + -12.7103 + ], + [ + "curator", + -12.7103 + ], + [ + "dart", + -12.7103 + ], + [ + "depended", + -12.7103 + ], + [ + "deportation", + -12.7103 + ], + [ + "deprivation", + -12.7103 + ], + [ + "designate", + -12.7103 + ], + [ + "destroyer", + -12.7103 + ], + [ + "dickens", + -12.7103 + ], + [ + "digestive", + -12.7103 + ], + [ + "directs", + -12.7103 + ], + [ + "discriminatory", + -12.7103 + ], + [ + "disks", + -12.7103 + ], + [ + "distressed", + -12.7103 + ], + [ + "divergent", + -12.7103 + ], + [ + "dolly", + -12.7103 + ], + [ + "doorway", + -12.7103 + ], + [ + "drip", + -12.7103 + ], + [ + "dungeon", + -12.7103 + ], + [ + "elastic", + -12.7103 + ], + [ + "eliot", + -12.7103 + ], + [ + "encyclopedia", + -12.7103 + ], + [ + "eps", + -12.7103 + ], + [ + "experimenting", + -12.7103 + ], + [ + "expire", + -12.7103 + ], + [ + "feudal", + -12.7103 + ], + [ + "fixture", + -12.7103 + ], + [ + "foe", + -12.7103 + ], + [ + "forgiving", + -12.7103 + ], + [ + "fractures", + -12.7103 + ], + [ + "francois", + -12.7103 + ], + [ + "gifs", + -12.7103 + ], + [ + "gonzalez", + -12.7103 + ], + [ + "gradient", + -12.7103 + ], + [ + "gs", + -12.7103 + ], + [ + "guinness", + -12.7103 + ], + [ + "haitian", + -12.7103 + ], + [ + "hanoi", + -12.7103 + ], + [ + "hilary", + -12.7103 + ], + [ + "hog", + -12.7103 + ], + [ + "horizons", + -12.7103 + ], + [ + "illegitimate", + -12.7103 + ], + [ + "illuminated", + -12.7103 + ], + [ + "imam", + -12.7103 + ], + [ + "inaugurated", + -12.7103 + ], + [ + "influenza", + -12.7103 + ], + [ + "intellect", + -12.7103 + ], + [ + "ions", + -12.7103 + ], + [ + "isabella", + -12.7103 + ], + [ + "jaime", + -12.7103 + ], + [ + "jeanne", + -12.7103 + ], + [ + "jenna", + -12.7103 + ], + [ + "joanna", + -12.7103 + ], + [ + "jonah", + -12.7103 + ], + [ + "julio", + -12.7103 + ], + [ + "jurassic", + -12.7103 + ], + [ + "kidnap", + -12.7103 + ], + [ + "legged", + -12.7103 + ], + [ + "lf", + -12.7103 + ], + [ + "livelihood", + -12.7103 + ], + [ + "madden", + -12.7103 + ], + [ + "madeleine", + -12.7103 + ], + [ + "mailing", + -12.7103 + ], + [ + "malware", + -12.7103 + ], + [ + "mandarin", + -12.7103 + ], + [ + "manifestation", + -12.7103 + ], + [ + "manned", + -12.7103 + ], + [ + "martyrs", + -12.7103 + ], + [ + "michele", + -12.7103 + ], + [ + "microscope", + -12.7103 + ], + [ + "midfield", + -12.7103 + ], + [ + "mitigate", + -12.7103 + ], + [ + "mixer", + -12.7103 + ], + [ + "murdoch", + -12.7103 + ], + [ + "mustache", + -12.7103 + ], + [ + "myriad", + -12.7103 + ], + [ + "narcotics", + -12.7103 + ], + [ + "nests", + -12.7103 + ], + [ + "nichols", + -12.7103 + ], + [ + "nora", + -12.7103 + ], + [ + "ozone", + -12.7103 + ], + [ + "paced", + -12.7103 + ], + [ + "parrot", + -12.7103 + ], + [ + "patented", + -12.7103 + ], + [ + "peanuts", + -12.7103 + ], + [ + "phosphorus", + -12.7103 + ], + [ + "pierced", + -12.7103 + ], + [ + "pimp", + -12.7103 + ], + [ + "pleading", + -12.7103 + ], + [ + "pleas", + -12.7103 + ], + [ + "praises", + -12.7103 + ], + [ + "precaution", + -12.7103 + ], + [ + "programmers", + -12.7103 + ], + [ + "progressing", + -12.7103 + ], + [ + "provoking", + -12.7103 + ], + [ + "qur", + -12.7103 + ], + [ + "radicals", + -12.7103 + ], + [ + "rampant", + -12.7103 + ], + [ + "reluctance", + -12.7103 + ], + [ + "remorse", + -12.7103 + ], + [ + "repercussions", + -12.7103 + ], + [ + "revolutions", + -12.7103 + ], + [ + "roaring", + -12.7103 + ], + [ + "rovers", + -12.7103 + ], + [ + "rpm", + -12.7103 + ], + [ + "sas", + -12.7103 + ], + [ + "schneider", + -12.7103 + ], + [ + "shelby", + -12.7103 + ], + [ + "simulations", + -12.7103 + ], + [ + "sinks", + -12.7103 + ], + [ + "sinner", + -12.7103 + ], + [ + "sioux", + -12.7103 + ], + [ + "skinner", + -12.7103 + ], + [ + "smelled", + -12.7103 + ], + [ + "speculate", + -12.7103 + ], + [ + "spirited", + -12.7103 + ], + [ + "squads", + -12.7103 + ], + [ + "squeezed", + -12.7103 + ], + [ + "stables", + -12.7103 + ], + [ + "stadiums", + -12.7103 + ], + [ + "stalker", + -12.7103 + ], + [ + "stalls", + -12.7103 + ], + [ + "stanton", + -12.7103 + ], + [ + "statesman", + -12.7103 + ], + [ + "stout", + -12.7103 + ], + [ + "strawberries", + -12.7103 + ], + [ + "stripper", + -12.7103 + ], + [ + "suffolk", + -12.7103 + ], + [ + "surname", + -12.7103 + ], + [ + "sweaty", + -12.7103 + ], + [ + "syracuse", + -12.7103 + ], + [ + "tackling", + -12.7103 + ], + [ + "tanner", + -12.7103 + ], + [ + "telegram", + -12.7103 + ], + [ + "texans", + -12.7103 + ], + [ + "thorn", + -12.7103 + ], + [ + "tides", + -12.7103 + ], + [ + "timeless", + -12.7103 + ], + [ + "tit", + -12.7103 + ], + [ + "tp", + -12.7103 + ], + [ + "tread", + -12.7103 + ], + [ + "trustworthy", + -12.7103 + ], + [ + "turbulence", + -12.7103 + ], + [ + "unmarried", + -12.7103 + ], + [ + "v8", + -12.7103 + ], + [ + "vans", + -12.7103 + ], + [ + "wastes", + -12.7103 + ], + [ + "weakening", + -12.7103 + ], + [ + "weaving", + -12.7103 + ], + [ + "widening", + -12.7103 + ], + [ + "wr", + -12.7103 + ], + [ + "wreckage", + -12.7103 + ], + [ + "xml", + -12.7103 + ], + [ + "xv", + -12.7103 + ], + [ + "youthful", + -12.7103 + ], + [ + "zambia", + -12.7103 + ], + [ + "00.00.0000", + -12.7337 + ], + [ + "aap", + -12.7337 + ], + [ + "abortions", + -12.7337 + ], + [ + "aft", + -12.7337 + ], + [ + "ageing", + -12.7337 + ], + [ + "ang", + -12.7337 + ], + [ + "antiquity", + -12.7337 + ], + [ + "ao", + -12.7337 + ], + [ + "apprenticeship", + -12.7337 + ], + [ + "artificially", + -12.7337 + ], + [ + "asbestos", + -12.7337 + ], + [ + "aspire", + -12.7337 + ], + [ + "atp", + -12.7337 + ], + [ + "auditorium", + -12.7337 + ], + [ + "automobiles", + -12.7337 + ], + [ + "ava", + -12.7337 + ], + [ + "avalanche", + -12.7337 + ], + [ + "bbq", + -12.7337 + ], + [ + "becker", + -12.7337 + ], + [ + "bert", + -12.7337 + ], + [ + "binge", + -12.7337 + ], + [ + "blush", + -12.7337 + ], + [ + "bombings", + -12.7337 + ], + [ + "bribe", + -12.7337 + ], + [ + "brow", + -12.7337 + ], + [ + "brushed", + -12.7337 + ], + [ + "burgess", + -12.7337 + ], + [ + "burner", + -12.7337 + ], + [ + "chilled", + -12.7337 + ], + [ + "chords", + -12.7337 + ], + [ + "clement", + -12.7337 + ], + [ + "cn", + -12.7337 + ], + [ + "como", + -12.7337 + ], + [ + "competed", + -12.7337 + ], + [ + "conducts", + -12.7337 + ], + [ + "consoles", + -12.7337 + ], + [ + "containment", + -12.7337 + ], + [ + "convened", + -12.7337 + ], + [ + "conveyed", + -12.7337 + ], + [ + "coughing", + -12.7337 + ], + [ + "cuff", + -12.7337 + ], + [ + "daft", + -12.7337 + ], + [ + "dar", + -12.7337 + ], + [ + "det", + -12.7337 + ], + [ + "diligence", + -12.7337 + ], + [ + "dipped", + -12.7337 + ], + [ + "divert", + -12.7337 + ], + [ + "divides", + -12.7337 + ], + [ + "dp", + -12.7337 + ], + [ + "dunk", + -12.7337 + ], + [ + "eisenhower", + -12.7337 + ], + [ + "encompasses", + -12.7337 + ], + [ + "erie", + -12.7337 + ], + [ + "eur", + -12.7337 + ], + [ + "evaluations", + -12.7337 + ], + [ + "excavation", + -12.7337 + ], + [ + "famed", + -12.7337 + ], + [ + "fargo", + -12.7337 + ], + [ + "fascination", + -12.7337 + ], + [ + "festive", + -12.7337 + ], + [ + "festivities", + -12.7337 + ], + [ + "fetish", + -12.7337 + ], + [ + "fielding", + -12.7337 + ], + [ + "flipping", + -12.7337 + ], + [ + "formulas", + -12.7337 + ], + [ + "freud", + -12.7337 + ], + [ + "frontal", + -12.7337 + ], + [ + "fuckers", + -12.7337 + ], + [ + "fulfillment", + -12.7337 + ], + [ + "fungus", + -12.7337 + ], + [ + "gadgets", + -12.7337 + ], + [ + "gerrard", + -12.7337 + ], + [ + "gloucester", + -12.7337 + ], + [ + "groundwater", + -12.7337 + ], + [ + "hamburger", + -12.7337 + ], + [ + "harding", + -12.7337 + ], + [ + "harmed", + -12.7337 + ], + [ + "hayden", + -12.7337 + ], + [ + "heed", + -12.7337 + ], + [ + "heterosexual", + -12.7337 + ], + [ + "hinder", + -12.7337 + ], + [ + "humphrey", + -12.7337 + ], + [ + "imitation", + -12.7337 + ], + [ + "impartial", + -12.7337 + ], + [ + "imperfect", + -12.7337 + ], + [ + "implements", + -12.7337 + ], + [ + "inadvertently", + -12.7337 + ], + [ + "indifferent", + -12.7337 + ], + [ + "inexperienced", + -12.7337 + ], + [ + "inflated", + -12.7337 + ], + [ + "informant", + -12.7337 + ], + [ + "inscribed", + -12.7337 + ], + [ + "insurgents", + -12.7337 + ], + [ + "intending", + -12.7337 + ], + [ + "intolerance", + -12.7337 + ], + [ + "intrinsic", + -12.7337 + ], + [ + "invaders", + -12.7337 + ], + [ + "johann", + -12.7337 + ], + [ + "kc", + -12.7337 + ], + [ + "kuala", + -12.7337 + ], + [ + "lagoon", + -12.7337 + ], + [ + "lamar", + -12.7337 + ], + [ + "lettuce", + -12.7337 + ], + [ + "lexington", + -12.7337 + ], + [ + "lineage", + -12.7337 + ], + [ + "loaf", + -12.7337 + ], + [ + "lsu", + -12.7337 + ], + [ + "m3", + -12.7337 + ], + [ + "mattered", + -12.7337 + ], + [ + "mayors", + -12.7337 + ], + [ + "mckay", + -12.7337 + ], + [ + "meds", + -12.7337 + ], + [ + "melanie", + -12.7337 + ], + [ + "middleton", + -12.7337 + ], + [ + "moe", + -12.7337 + ], + [ + "motorcycles", + -12.7337 + ], + [ + "mountainous", + -12.7337 + ], + [ + "ngo", + -12.7337 + ], + [ + "nico", + -12.7337 + ], + [ + "nicotine", + -12.7337 + ], + [ + "nord", + -12.7337 + ], + [ + "ont", + -12.7337 + ], + [ + "originals", + -12.7337 + ], + [ + "outbreaks", + -12.7337 + ], + [ + "ox", + -12.7337 + ], + [ + "paddle", + -12.7337 + ], + [ + "pageant", + -12.7337 + ], + [ + "paolo", + -12.7337 + ], + [ + "paperback", + -12.7337 + ], + [ + "pastry", + -12.7337 + ], + [ + "patio", + -12.7337 + ], + [ + "patriarch", + -12.7337 + ], + [ + "payday", + -12.7337 + ], + [ + "peter's", + -12.7337 + ], + [ + "pf", + -12.7337 + ], + [ + "physicist", + -12.7337 + ], + [ + "pisses", + -12.7337 + ], + [ + "plum", + -12.7337 + ], + [ + "plunge", + -12.7337 + ], + [ + "practising", + -12.7337 + ], + [ + "prehistoric", + -12.7337 + ], + [ + "priesthood", + -12.7337 + ], + [ + "rapids", + -12.7337 + ], + [ + "rave", + -12.7337 + ], + [ + "recess", + -12.7337 + ], + [ + "reconnaissance", + -12.7337 + ], + [ + "refining", + -12.7337 + ], + [ + "reinforcement", + -12.7337 + ], + [ + "repairing", + -12.7337 + ], + [ + "repertoire", + -12.7337 + ], + [ + "retrospective", + -12.7337 + ], + [ + "revoked", + -12.7337 + ], + [ + "sao", + -12.7337 + ], + [ + "sawyer", + -12.7337 + ], + [ + "scandinavian", + -12.7337 + ], + [ + "scenic", + -12.7337 + ], + [ + "scratched", + -12.7337 + ], + [ + "screenshots", + -12.7337 + ], + [ + "scrolls", + -12.7337 + ], + [ + "sedan", + -12.7337 + ], + [ + "semen", + -12.7337 + ], + [ + "serpent", + -12.7337 + ], + [ + "shootout", + -12.7337 + ], + [ + "simplify", + -12.7337 + ], + [ + "slit", + -12.7337 + ], + [ + "snatch", + -12.7337 + ], + [ + "sparked", + -12.7337 + ], + [ + "spikes", + -12.7337 + ], + [ + "stabilize", + -12.7337 + ], + [ + "stafford", + -12.7337 + ], + [ + "staples", + -12.7337 + ], + [ + "sterile", + -12.7337 + ], + [ + "stink", + -12.7337 + ], + [ + "stronghold", + -12.7337 + ], + [ + "sturdy", + -12.7337 + ], + [ + "subcommittee", + -12.7337 + ], + [ + "substrate", + -12.7337 + ], + [ + "suffrage", + -12.7337 + ], + [ + "teamwork", + -12.7337 + ], + [ + "throttle", + -12.7337 + ], + [ + "touchdowns", + -12.7337 + ], + [ + "trending", + -12.7337 + ], + [ + "tryin", + -12.7337 + ], + [ + "turbulent", + -12.7337 + ], + [ + "tyranny", + -12.7337 + ], + [ + "unbearable", + -12.7337 + ], + [ + "undo", + -12.7337 + ], + [ + "unforgettable", + -12.7337 + ], + [ + "utc", + -12.7337 + ], + [ + "versailles", + -12.7337 + ], + [ + "violates", + -12.7337 + ], + [ + "warwick", + -12.7337 + ], + [ + "waterfall", + -12.7337 + ], + [ + "weir", + -12.7337 + ], + [ + "wen", + -12.7337 + ], + [ + "wink", + -12.7337 + ], + [ + "wonderland", + -12.7337 + ], + [ + "zack", + -12.7337 + ], + [ + "0.0000", + -12.7577 + ], + [ + "2x", + -12.7577 + ], + [ + "3g", + -12.7577 + ], + [ + "a's", + -12.7577 + ], + [ + "abolish", + -12.7577 + ], + [ + "adherence", + -12.7577 + ], + [ + "adventurous", + -12.7577 + ], + [ + "afro", + -12.7577 + ], + [ + "airspace", + -12.7577 + ], + [ + "als", + -12.7577 + ], + [ + "anglican", + -12.7577 + ], + [ + "anomaly", + -12.7577 + ], + [ + "appropriations", + -12.7577 + ], + [ + "archipelago", + -12.7577 + ], + [ + "ascertain", + -12.7577 + ], + [ + "aspiring", + -12.7577 + ], + [ + "assassins", + -12.7577 + ], + [ + "attributable", + -12.7577 + ], + [ + "backlash", + -12.7577 + ], + [ + "bangalore", + -12.7577 + ], + [ + "baskets", + -12.7577 + ], + [ + "bearer", + -12.7577 + ], + [ + "beneficiary", + -12.7577 + ], + [ + "bermuda", + -12.7577 + ], + [ + "betray", + -12.7577 + ], + [ + "bien", + -12.7577 + ], + [ + "blueprint", + -12.7577 + ], + [ + "bondage", + -12.7577 + ], + [ + "bonded", + -12.7577 + ], + [ + "booklet", + -12.7577 + ], + [ + "boxers", + -12.7577 + ], + [ + "brenda", + -12.7577 + ], + [ + "bruises", + -12.7577 + ], + [ + "brushes", + -12.7577 + ], + [ + "brutally", + -12.7577 + ], + [ + "cafeteria", + -12.7577 + ], + [ + "canopy", + -12.7577 + ], + [ + "casinos", + -12.7577 + ], + [ + "cass", + -12.7577 + ], + [ + "catcher", + -12.7577 + ], + [ + "ceramics", + -12.7577 + ], + [ + "chiefly", + -12.7577 + ], + [ + "choi", + -12.7577 + ], + [ + "chuckle", + -12.7577 + ], + [ + "citrus", + -12.7577 + ], + [ + "commits", + -12.7577 + ], + [ + "commute", + -12.7577 + ], + [ + "concise", + -12.7577 + ], + [ + "configurations", + -12.7577 + ], + [ + "contender", + -12.7577 + ], + [ + "contradictions", + -12.7577 + ], + [ + "converse", + -12.7577 + ], + [ + "curl", + -12.7577 + ], + [ + "dane", + -12.7577 + ], + [ + "depleted", + -12.7577 + ], + [ + "dictated", + -12.7577 + ], + [ + "diffusion", + -12.7577 + ], + [ + "disrupted", + -12.7577 + ], + [ + "divinity", + -12.7577 + ], + [ + "dominates", + -12.7577 + ], + [ + "dover", + -12.7577 + ], + [ + "drilled", + -12.7577 + ], + [ + "earns", + -12.7577 + ], + [ + "echoed", + -12.7577 + ], + [ + "elegance", + -12.7577 + ], + [ + "elsa", + -12.7577 + ], + [ + "enchanted", + -12.7577 + ], + [ + "encrypted", + -12.7577 + ], + [ + "ernie", + -12.7577 + ], + [ + "espionage", + -12.7577 + ], + [ + "exeter", + -12.7577 + ], + [ + "exhaustion", + -12.7577 + ], + [ + "extracts", + -12.7577 + ], + [ + "fairfax", + -12.7577 + ], + [ + "film's", + -12.7577 + ], + [ + "fir", + -12.7577 + ], + [ + "fractured", + -12.7577 + ], + [ + "friedrich", + -12.7577 + ], + [ + "fungi", + -12.7577 + ], + [ + "garments", + -12.7577 + ], + [ + "garner", + -12.7577 + ], + [ + "georgetown", + -12.7577 + ], + [ + "gg", + -12.7577 + ], + [ + "gotcha", + -12.7577 + ], + [ + "gpa", + -12.7577 + ], + [ + "greenwich", + -12.7577 + ], + [ + "griffith", + -12.7577 + ], + [ + "halves", + -12.7577 + ], + [ + "haunting", + -12.7577 + ], + [ + "havoc", + -12.7577 + ], + [ + "hideous", + -12.7577 + ], + [ + "highness", + -12.7577 + ], + [ + "homecoming", + -12.7577 + ], + [ + "homosexuals", + -12.7577 + ], + [ + "hostel", + -12.7577 + ], + [ + "humiliating", + -12.7577 + ], + [ + "hymn", + -12.7577 + ], + [ + "hysterical", + -12.7577 + ], + [ + "initials", + -12.7577 + ], + [ + "injections", + -12.7577 + ], + [ + "injunction", + -12.7577 + ], + [ + "intimidating", + -12.7577 + ], + [ + "invariably", + -12.7577 + ], + [ + "islanders", + -12.7577 + ], + [ + "italia", + -12.7577 + ], + [ + "jeopardy", + -12.7577 + ], + [ + "jude", + -12.7577 + ], + [ + "jul", + -12.7577 + ], + [ + "ketchup", + -12.7577 + ], + [ + "keynote", + -12.7577 + ], + [ + "kid's", + -12.7577 + ], + [ + "levine", + -12.7577 + ], + [ + "mailed", + -12.7577 + ], + [ + "mango", + -12.7577 + ], + [ + "manifested", + -12.7577 + ], + [ + "mapped", + -12.7577 + ], + [ + "marches", + -12.7577 + ], + [ + "marian", + -12.7577 + ], + [ + "meats", + -12.7577 + ], + [ + "meteor", + -12.7577 + ], + [ + "metrics", + -12.7577 + ], + [ + "midi", + -12.7577 + ], + [ + "miraculous", + -12.7577 + ], + [ + "miriam", + -12.7577 + ], + [ + "mono", + -12.7577 + ], + [ + "multiplied", + -12.7577 + ], + [ + "mv", + -12.7577 + ], + [ + "nasal", + -12.7577 + ], + [ + "nic", + -12.7577 + ], + [ + "nigger", + -12.7577 + ], + [ + "nobles", + -12.7577 + ], + [ + "obligated", + -12.7577 + ], + [ + "originate", + -12.7577 + ], + [ + "overwhelmingly", + -12.7577 + ], + [ + "p.s", + -12.7577 + ], + [ + "painfully", + -12.7577 + ], + [ + "partying", + -12.7577 + ], + [ + "pbs", + -12.7577 + ], + [ + "pesticides", + -12.7577 + ], + [ + "pistols", + -12.7577 + ], + [ + "piston", + -12.7577 + ], + [ + "pixels", + -12.7577 + ], + [ + "plaintiff", + -12.7577 + ], + [ + "ppl", + -12.7577 + ], + [ + "precedence", + -12.7577 + ], + [ + "progresses", + -12.7577 + ], + [ + "psych", + -12.7577 + ], + [ + "psychotic", + -12.7577 + ], + [ + "pulmonary", + -12.7577 + ], + [ + "r00", + -12.7577 + ], + [ + "raleigh", + -12.7577 + ], + [ + "ramsay", + -12.7577 + ], + [ + "randolph", + -12.7577 + ], + [ + "rebound", + -12.7577 + ], + [ + "rec", + -12.7577 + ], + [ + "reeves", + -12.7577 + ], + [ + "refinery", + -12.7577 + ], + [ + "regent", + -12.7577 + ], + [ + "reggae", + -12.7577 + ], + [ + "reiterated", + -12.7577 + ], + [ + "relegated", + -12.7577 + ], + [ + "relics", + -12.7577 + ], + [ + "reorganization", + -12.7577 + ], + [ + "ridiculously", + -12.7577 + ], + [ + "rites", + -12.7577 + ], + [ + "rivera", + -12.7577 + ], + [ + "royalties", + -12.7577 + ], + [ + "salisbury", + -12.7577 + ], + [ + "sanitary", + -12.7577 + ], + [ + "scarlett", + -12.7577 + ], + [ + "schwartz", + -12.7577 + ], + [ + "scouting", + -12.7577 + ], + [ + "semitic", + -12.7577 + ], + [ + "sherwood", + -12.7577 + ], + [ + "shia", + -12.7577 + ], + [ + "shootings", + -12.7577 + ], + [ + "shuffle", + -12.7577 + ], + [ + "simulate", + -12.7577 + ], + [ + "sly", + -12.7577 + ], + [ + "snyder", + -12.7577 + ], + [ + "society's", + -12.7577 + ], + [ + "specializes", + -12.7577 + ], + [ + "spins", + -12.7577 + ], + [ + "starved", + -12.7577 + ], + [ + "statistic", + -12.7577 + ], + [ + "stature", + -12.7577 + ], + [ + "submarines", + -12.7577 + ], + [ + "subsection", + -12.7577 + ], + [ + "superiors", + -12.7577 + ], + [ + "supremacy", + -12.7577 + ], + [ + "suspense", + -12.7577 + ], + [ + "symbolism", + -12.7577 + ], + [ + "syndicate", + -12.7577 + ], + [ + "taboo", + -12.7577 + ], + [ + "tabs", + -12.7577 + ], + [ + "tai", + -12.7577 + ], + [ + "tedious", + -12.7577 + ], + [ + "tempered", + -12.7577 + ], + [ + "thatcher", + -12.7577 + ], + [ + "thine", + -12.7577 + ], + [ + "thornton", + -12.7577 + ], + [ + "tracing", + -12.7577 + ], + [ + "transmitting", + -12.7577 + ], + [ + "u.n", + -12.7577 + ], + [ + "uhh", + -12.7577 + ], + [ + "wagons", + -12.7577 + ], + [ + "whining", + -12.7577 + ], + [ + "wilde", + -12.7577 + ], + [ + "wilhelm", + -12.7577 + ], + [ + "winger", + -12.7577 + ], + [ + "wiser", + -12.7577 + ], + [ + "wrongly", + -12.7577 + ], + [ + "4g", + -12.7788 + ], + [ + "absorbing", + -12.7788 + ], + [ + "accessibility", + -12.7788 + ], + [ + "achilles", + -12.7788 + ], + [ + "adamant", + -12.7788 + ], + [ + "adultery", + -12.7788 + ], + [ + "alteration", + -12.7788 + ], + [ + "angelina", + -12.7788 + ], + [ + "annoy", + -12.7788 + ], + [ + "ascension", + -12.7788 + ], + [ + "assassinated", + -12.7788 + ], + [ + "attendees", + -12.7788 + ], + [ + "birch", + -12.7788 + ], + [ + "biscuit", + -12.7788 + ], + [ + "blasting", + -12.7788 + ], + [ + "blending", + -12.7788 + ], + [ + "blinded", + -12.7788 + ], + [ + "blindness", + -12.7788 + ], + [ + "blizzard", + -12.7788 + ], + [ + "booker", + -12.7788 + ], + [ + "bottoms", + -12.7788 + ], + [ + "bowie", + -12.7788 + ], + [ + "breastfeeding", + -12.7788 + ], + [ + "briggs", + -12.7788 + ], + [ + "broom", + -12.7788 + ], + [ + "bumped", + -12.7788 + ], + [ + "capitalists", + -12.7788 + ], + [ + "cassidy", + -12.7788 + ], + [ + "catalonia", + -12.7788 + ], + [ + "causal", + -12.7788 + ], + [ + "cgi", + -12.7788 + ], + [ + "chilly", + -12.7788 + ], + [ + "chrysler", + -12.7788 + ], + [ + "circa", + -12.7788 + ], + [ + "citations", + -12.7788 + ], + [ + "climbs", + -12.7788 + ], + [ + "cling", + -12.7788 + ], + [ + "cobra", + -12.7788 + ], + [ + "complains", + -12.7788 + ], + [ + "condo", + -12.7788 + ], + [ + "consolidate", + -12.7788 + ], + [ + "constantine", + -12.7788 + ], + [ + "constrained", + -12.7788 + ], + [ + "correctional", + -12.7788 + ], + [ + "counters", + -12.7788 + ], + [ + "cruiser", + -12.7788 + ], + [ + "damien", + -12.7788 + ], + [ + "darius", + -12.7788 + ], + [ + "dearly", + -12.7788 + ], + [ + "deceived", + -12.7788 + ], + [ + "deductions", + -12.7788 + ], + [ + "demographics", + -12.7788 + ], + [ + "dine", + -12.7788 + ], + [ + "dwellings", + -12.7788 + ], + [ + "eddy", + -12.7788 + ], + [ + "edison", + -12.7788 + ], + [ + "empower", + -12.7788 + ], + [ + "endowment", + -12.7788 + ], + [ + "enlargement", + -12.7788 + ], + [ + "expeditions", + -12.7788 + ], + [ + "exporting", + -12.7788 + ], + [ + "fluffy", + -12.7788 + ], + [ + "forcibly", + -12.7788 + ], + [ + "fritz", + -12.7788 + ], + [ + "gail", + -12.7788 + ], + [ + "generalized", + -12.7788 + ], + [ + "goofy", + -12.7788 + ], + [ + "governor's", + -12.7788 + ], + [ + "grading", + -12.7788 + ], + [ + "granada", + -12.7788 + ], + [ + "grayson", + -12.7788 + ], + [ + "groves", + -12.7788 + ], + [ + "hanson", + -12.7788 + ], + [ + "harden", + -12.7788 + ], + [ + "hobbies", + -12.7788 + ], + [ + "ieee", + -12.7788 + ], + [ + "insistence", + -12.7788 + ], + [ + "interruption", + -12.7788 + ], + [ + "iran's", + -12.7788 + ], + [ + "jaguar", + -12.7788 + ], + [ + "jerseys", + -12.7788 + ], + [ + "judah", + -12.7788 + ], + [ + "kittens", + -12.7788 + ], + [ + "laptops", + -12.7788 + ], + [ + "leases", + -12.7788 + ], + [ + "lender", + -12.7788 + ], + [ + "localized", + -12.7788 + ], + [ + "longing", + -12.7788 + ], + [ + "malone", + -12.7788 + ], + [ + "marcos", + -12.7788 + ], + [ + "meteorological", + -12.7788 + ], + [ + "michael's", + -12.7788 + ], + [ + "miscellaneous", + -12.7788 + ], + [ + "mobilization", + -12.7788 + ], + [ + "modeled", + -12.7788 + ], + [ + "morse", + -12.7788 + ], + [ + "nicholson", + -12.7788 + ], + [ + "nicknamed", + -12.7788 + ], + [ + "octopus", + -12.7788 + ], + [ + "odyssey", + -12.7788 + ], + [ + "omaha", + -12.7788 + ], + [ + "onward", + -12.7788 + ], + [ + "outputs", + -12.7788 + ], + [ + "pals", + -12.7788 + ], + [ + "panther", + -12.7788 + ], + [ + "paralyzed", + -12.7788 + ], + [ + "peaches", + -12.7788 + ], + [ + "peg", + -12.7788 + ], + [ + "perennial", + -12.7788 + ], + [ + "peruvian", + -12.7788 + ], + [ + "pianist", + -12.7788 + ], + [ + "pointers", + -12.7788 + ], + [ + "politely", + -12.7788 + ], + [ + "pradesh", + -12.7788 + ], + [ + "prescribe", + -12.7788 + ], + [ + "principals", + -12.7788 + ], + [ + "probes", + -12.7788 + ], + [ + "propelled", + -12.7788 + ], + [ + "propeller", + -12.7788 + ], + [ + "reddit", + -12.7788 + ], + [ + "reflex", + -12.7788 + ], + [ + "refs", + -12.7788 + ], + [ + "reopened", + -12.7788 + ], + [ + "replacements", + -12.7788 + ], + [ + "residences", + -12.7788 + ], + [ + "restraining", + -12.7788 + ], + [ + "retina", + -12.7788 + ], + [ + "rhythmic", + -12.7788 + ], + [ + "rotor", + -12.7788 + ], + [ + "router", + -12.7788 + ], + [ + "rubbed", + -12.7788 + ], + [ + "sampled", + -12.7788 + ], + [ + "scalp", + -12.7788 + ], + [ + "scrapped", + -12.7788 + ], + [ + "seine", + -12.7788 + ], + [ + "sensational", + -12.7788 + ], + [ + "shovel", + -12.7788 + ], + [ + "shrinking", + -12.7788 + ], + [ + "signaling", + -12.7788 + ], + [ + "sirens", + -12.7788 + ], + [ + "sneaky", + -12.7788 + ], + [ + "spacious", + -12.7788 + ], + [ + "specifics", + -12.7788 + ], + [ + "spinach", + -12.7788 + ], + [ + "splits", + -12.7788 + ], + [ + "spotify", + -12.7788 + ], + [ + "springer", + -12.7788 + ], + [ + "squat", + -12.7788 + ], + [ + "stains", + -12.7788 + ], + [ + "stealth", + -12.7788 + ], + [ + "stephens", + -12.7788 + ], + [ + "stirred", + -12.7788 + ], + [ + "stool", + -12.7788 + ], + [ + "strasbourg", + -12.7788 + ], + [ + "strife", + -12.7788 + ], + [ + "stringent", + -12.7788 + ], + [ + "supermarkets", + -12.7788 + ], + [ + "supplemented", + -12.7788 + ], + [ + "swipe", + -12.7788 + ], + [ + "tallest", + -12.7788 + ], + [ + "tandem", + -12.7788 + ], + [ + "teamed", + -12.7788 + ], + [ + "techno", + -12.7788 + ], + [ + "temperate", + -12.7788 + ], + [ + "terra", + -12.7788 + ], + [ + "tex", + -12.7788 + ], + [ + "thug", + -12.7788 + ], + [ + "tombs", + -12.7788 + ], + [ + "townsend", + -12.7788 + ], + [ + "transcription", + -12.7788 + ], + [ + "translators", + -12.7788 + ], + [ + "trough", + -12.7788 + ], + [ + "u00", + -12.7788 + ], + [ + "unnoticed", + -12.7788 + ], + [ + "upbeat", + -12.7788 + ], + [ + "venetian", + -12.7788 + ], + [ + "venezuelan", + -12.7788 + ], + [ + "victoria's", + -12.7788 + ], + [ + "visionary", + -12.7788 + ], + [ + "vivo", + -12.7788 + ], + [ + "vortex", + -12.7788 + ], + [ + "vous", + -12.7788 + ], + [ + "walkers", + -12.7788 + ], + [ + "wanderers", + -12.7788 + ], + [ + "warranted", + -12.7788 + ], + [ + "weiss", + -12.7788 + ], + [ + "werner", + -12.7788 + ], + [ + "xiv", + -12.7788 + ], + [ + "yells", + -12.7788 + ], + [ + "yoo", + -12.7788 + ], + [ + "zion", + -12.7788 + ], + [ + "5k", + -12.8039 + ], + [ + "abyss", + -12.8039 + ], + [ + "admirable", + -12.8039 + ], + [ + "advertisers", + -12.8039 + ], + [ + "amir", + -12.8039 + ], + [ + "anarchist", + -12.8039 + ], + [ + "annexation", + -12.8039 + ], + [ + "appalling", + -12.8039 + ], + [ + "approx", + -12.8039 + ], + [ + "atlantis", + -12.8039 + ], + [ + "attackers", + -12.8039 + ], + [ + "balkans", + -12.8039 + ], + [ + "ballroom", + -12.8039 + ], + [ + "bandits", + -12.8039 + ], + [ + "berth", + -12.8039 + ], + [ + "blames", + -12.8039 + ], + [ + "blazing", + -12.8039 + ], + [ + "bleach", + -12.8039 + ], + [ + "bowler", + -12.8039 + ], + [ + "brushing", + -12.8039 + ], + [ + "buckets", + -12.8039 + ], + [ + "bursting", + -12.8039 + ], + [ + "cabinets", + -12.8039 + ], + [ + "cannons", + -12.8039 + ], + [ + "cervical", + -12.8039 + ], + [ + "char", + -12.8039 + ], + [ + "cholera", + -12.8039 + ], + [ + "chromosome", + -12.8039 + ], + [ + "cinemas", + -12.8039 + ], + [ + "civilizations", + -12.8039 + ], + [ + "cj", + -12.8039 + ], + [ + "classify", + -12.8039 + ], + [ + "collisions", + -12.8039 + ], + [ + "confidentiality", + -12.8039 + ], + [ + "contestant", + -12.8039 + ], + [ + "continual", + -12.8039 + ], + [ + "crackers", + -12.8039 + ], + [ + "crappy", + -12.8039 + ], + [ + "crochet", + -12.8039 + ], + [ + "cub", + -12.8039 + ], + [ + "cultivate", + -12.8039 + ], + [ + "decency", + -12.8039 + ], + [ + "dems", + -12.8039 + ], + [ + "derrick", + -12.8039 + ], + [ + "detectors", + -12.8039 + ], + [ + "deteriorated", + -12.8039 + ], + [ + "diluted", + -12.8039 + ], + [ + "disturbances", + -12.8039 + ], + [ + "diversified", + -12.8039 + ], + [ + "drains", + -12.8039 + ], + [ + "dudley", + -12.8039 + ], + [ + "earthly", + -12.8039 + ], + [ + "elusive", + -12.8039 + ], + [ + "emmanuel", + -12.8039 + ], + [ + "enact", + -12.8039 + ], + [ + "endeavor", + -12.8039 + ], + [ + "extraordinarily", + -12.8039 + ], + [ + "fares", + -12.8039 + ], + [ + "feds", + -12.8039 + ], + [ + "felipe", + -12.8039 + ], + [ + "flaming", + -12.8039 + ], + [ + "flanders", + -12.8039 + ], + [ + "foes", + -12.8039 + ], + [ + "foley", + -12.8039 + ], + [ + "friedman", + -12.8039 + ], + [ + "galactic", + -12.8039 + ], + [ + "gardener", + -12.8039 + ], + [ + "glamour", + -12.8039 + ], + [ + "goa", + -12.8039 + ], + [ + "goldberg", + -12.8039 + ], + [ + "google's", + -12.8039 + ], + [ + "gotham", + -12.8039 + ], + [ + "greasy", + -12.8039 + ], + [ + "hannibal", + -12.8039 + ], + [ + "heartbreaking", + -12.8039 + ], + [ + "helium", + -12.8039 + ], + [ + "hive", + -12.8039 + ], + [ + "hound", + -12.8039 + ], + [ + "htc", + -12.8039 + ], + [ + "hugging", + -12.8039 + ], + [ + "ig", + -12.8039 + ], + [ + "initiating", + -12.8039 + ], + [ + "innate", + -12.8039 + ], + [ + "insurer", + -12.8039 + ], + [ + "interception", + -12.8039 + ], + [ + "intervened", + -12.8039 + ], + [ + "intrusion", + -12.8039 + ], + [ + "invincible", + -12.8039 + ], + [ + "invitations", + -12.8039 + ], + [ + "irrespective", + -12.8039 + ], + [ + "irvine", + -12.8039 + ], + [ + "judas", + -12.8039 + ], + [ + "kangaroo", + -12.8039 + ], + [ + "keepers", + -12.8039 + ], + [ + "knob", + -12.8039 + ], + [ + "kylie", + -12.8039 + ], + [ + "lac", + -12.8039 + ], + [ + "lasers", + -12.8039 + ], + [ + "lenders", + -12.8039 + ], + [ + "licences", + -12.8039 + ], + [ + "limp", + -12.8039 + ], + [ + "linguistics", + -12.8039 + ], + [ + "lodging", + -12.8039 + ], + [ + "luc", + -12.8039 + ], + [ + "lyons", + -12.8039 + ], + [ + "magnesium", + -12.8039 + ], + [ + "manipulating", + -12.8039 + ], + [ + "mcdonalds", + -12.8039 + ], + [ + "mcgill", + -12.8039 + ], + [ + "mediocre", + -12.8039 + ], + [ + "merging", + -12.8039 + ], + [ + "migrate", + -12.8039 + ], + [ + "modifying", + -12.8039 + ], + [ + "morrow", + -12.8039 + ], + [ + "motivations", + -12.8039 + ], + [ + "mounts", + -12.8039 + ], + [ + "mule", + -12.8039 + ], + [ + "natasha", + -12.8039 + ], + [ + "necks", + -12.8039 + ], + [ + "novice", + -12.8039 + ], + [ + "ons", + -12.8039 + ], + [ + "onstage", + -12.8039 + ], + [ + "oooh", + -12.8039 + ], + [ + "oprah", + -12.8039 + ], + [ + "optics", + -12.8039 + ], + [ + "outraged", + -12.8039 + ], + [ + "overboard", + -12.8039 + ], + [ + "override", + -12.8039 + ], + [ + "pairing", + -12.8039 + ], + [ + "palaces", + -12.8039 + ], + [ + "patriotism", + -12.8039 + ], + [ + "pep", + -12.8039 + ], + [ + "pepsi", + -12.8039 + ], + [ + "pilgrim", + -12.8039 + ], + [ + "plagued", + -12.8039 + ], + [ + "plunged", + -12.8039 + ], + [ + "pong", + -12.8039 + ], + [ + "postpone", + -12.8039 + ], + [ + "pow", + -12.8039 + ], + [ + "proprietor", + -12.8039 + ], + [ + "prussian", + -12.8039 + ], + [ + "pst", + -12.8039 + ], + [ + "quake", + -12.8039 + ], + [ + "r2", + -12.8039 + ], + [ + "rae", + -12.8039 + ], + [ + "raided", + -12.8039 + ], + [ + "raping", + -12.8039 + ], + [ + "realms", + -12.8039 + ], + [ + "recognizable", + -12.8039 + ], + [ + "reese", + -12.8039 + ], + [ + "regression", + -12.8039 + ], + [ + "relentless", + -12.8039 + ], + [ + "repealed", + -12.8039 + ], + [ + "restrained", + -12.8039 + ], + [ + "rewrite", + -12.8039 + ], + [ + "robbers", + -12.8039 + ], + [ + "robotic", + -12.8039 + ], + [ + "rockefeller", + -12.8039 + ], + [ + "rotary", + -12.8039 + ], + [ + "rudy", + -12.8039 + ], + [ + "russ", + -12.8039 + ], + [ + "screenplay", + -12.8039 + ], + [ + "season's", + -12.8039 + ], + [ + "seasoned", + -12.8039 + ], + [ + "sediments", + -12.8039 + ], + [ + "seeded", + -12.8039 + ], + [ + "sheriff's", + -12.8039 + ], + [ + "shri", + -12.8039 + ], + [ + "siren", + -12.8039 + ], + [ + "sitcom", + -12.8039 + ], + [ + "skepticism", + -12.8039 + ], + [ + "slayer", + -12.8039 + ], + [ + "snapping", + -12.8039 + ], + [ + "sparrow", + -12.8039 + ], + [ + "stalk", + -12.8039 + ], + [ + "standby", + -12.8039 + ], + [ + "standings", + -12.8039 + ], + [ + "stew", + -12.8039 + ], + [ + "steward", + -12.8039 + ], + [ + "stirling", + -12.8039 + ], + [ + "stocking", + -12.8039 + ], + [ + "strategically", + -12.8039 + ], + [ + "subdued", + -12.8039 + ], + [ + "subscribed", + -12.8039 + ], + [ + "substitutes", + -12.8039 + ], + [ + "swat", + -12.8039 + ], + [ + "tad", + -12.8039 + ], + [ + "tanker", + -12.8039 + ], + [ + "taps", + -12.8039 + ], + [ + "tasmania", + -12.8039 + ], + [ + "tequila", + -12.8039 + ], + [ + "thrilling", + -12.8039 + ], + [ + "torment", + -12.8039 + ], + [ + "transformations", + -12.8039 + ], + [ + "transforms", + -12.8039 + ], + [ + "trendy", + -12.8039 + ], + [ + "troubling", + -12.8039 + ], + [ + "tumour", + -12.8039 + ], + [ + "ul", + -12.8039 + ], + [ + "undue", + -12.8039 + ], + [ + "unnatural", + -12.8039 + ], + [ + "untouched", + -12.8039 + ], + [ + "utopia", + -12.8039 + ], + [ + "vacations", + -12.8039 + ], + [ + "vaginal", + -12.8039 + ], + [ + "viability", + -12.8039 + ], + [ + "vicar", + -12.8039 + ], + [ + "vols", + -12.8039 + ], + [ + "wei", + -12.8039 + ], + [ + "wetlands", + -12.8039 + ], + [ + "withheld", + -12.8039 + ], + [ + "1m", + -12.826 + ], + [ + "a.d", + -12.826 + ], + [ + "accountants", + -12.826 + ], + [ + "adaptations", + -12.826 + ], + [ + "adele", + -12.826 + ], + [ + "adrenaline", + -12.826 + ], + [ + "alcoholism", + -12.826 + ], + [ + "analogous", + -12.826 + ], + [ + "ancestry", + -12.826 + ], + [ + "anterior", + -12.826 + ], + [ + "appropriation", + -12.826 + ], + [ + "aristotle", + -12.826 + ], + [ + "asa", + -12.826 + ], + [ + "asians", + -12.826 + ], + [ + "asphalt", + -12.826 + ], + [ + "asserts", + -12.826 + ], + [ + "astronomers", + -12.826 + ], + [ + "attire", + -12.826 + ], + [ + "audible", + -12.826 + ], + [ + "band's", + -12.826 + ], + [ + "beetle", + -12.826 + ], + [ + "benches", + -12.826 + ], + [ + "bestowed", + -12.826 + ], + [ + "bethlehem", + -12.826 + ], + [ + "beyonce", + -12.826 + ], + [ + "bicycles", + -12.826 + ], + [ + "biotechnology", + -12.826 + ], + [ + "bland", + -12.826 + ], + [ + "blasted", + -12.826 + ], + [ + "bounded", + -12.826 + ], + [ + "bowen", + -12.826 + ], + [ + "buckley", + -12.826 + ], + [ + "camden", + -12.826 + ], + [ + "charismatic", + -12.826 + ], + [ + "chemist", + -12.826 + ], + [ + "chevrolet", + -12.826 + ], + [ + "chow", + -12.826 + ], + [ + "civilisation", + -12.826 + ], + [ + "coarse", + -12.826 + ], + [ + "coefficient", + -12.826 + ], + [ + "colonization", + -12.826 + ], + [ + "commuter", + -12.826 + ], + [ + "computational", + -12.826 + ], + [ + "connie", + -12.826 + ], + [ + "consecrated", + -12.826 + ], + [ + "constituencies", + -12.826 + ], + [ + "contractual", + -12.826 + ], + [ + "contradict", + -12.826 + ], + [ + "converter", + -12.826 + ], + [ + "coupling", + -12.826 + ], + [ + "crowns", + -12.826 + ], + [ + "dangerously", + -12.826 + ], + [ + "depiction", + -12.826 + ], + [ + "depreciation", + -12.826 + ], + [ + "dir", + -12.826 + ], + [ + "disagreements", + -12.826 + ], + [ + "discontent", + -12.826 + ], + [ + "disliked", + -12.826 + ], + [ + "disparity", + -12.826 + ], + [ + "djs", + -12.826 + ], + [ + "dora", + -12.826 + ], + [ + "downing", + -12.826 + ], + [ + "downside", + -12.826 + ], + [ + "dumbass", + -12.826 + ], + [ + "durant", + -12.826 + ], + [ + "earrings", + -12.826 + ], + [ + "ein", + -12.826 + ], + [ + "emitted", + -12.826 + ], + [ + "endlessly", + -12.826 + ], + [ + "entails", + -12.826 + ], + [ + "entrepreneurial", + -12.826 + ], + [ + "erased", + -12.826 + ], + [ + "err", + -12.826 + ], + [ + "eta", + -12.826 + ], + [ + "exert", + -12.826 + ], + [ + "exiled", + -12.826 + ], + [ + "expires", + -12.826 + ], + [ + "extremists", + -12.826 + ], + [ + "fabricated", + -12.826 + ], + [ + "feasibility", + -12.826 + ], + [ + "fella", + -12.826 + ], + [ + "fellas", + -12.826 + ], + [ + "filmmakers", + -12.826 + ], + [ + "flair", + -12.826 + ], + [ + "flashlight", + -12.826 + ], + [ + "footballers", + -12.826 + ], + [ + "fueled", + -12.826 + ], + [ + "gamers", + -12.826 + ], + [ + "germain", + -12.826 + ], + [ + "godfather", + -12.826 + ], + [ + "grail", + -12.826 + ], + [ + "gravy", + -12.826 + ], + [ + "gunshot", + -12.826 + ], + [ + "haley", + -12.826 + ], + [ + "hast", + -12.826 + ], + [ + "haters", + -12.826 + ], + [ + "headset", + -12.826 + ], + [ + "helsinki", + -12.826 + ], + [ + "herbal", + -12.826 + ], + [ + "herzegovina", + -12.826 + ], + [ + "highs", + -12.826 + ], + [ + "hk", + -12.826 + ], + [ + "hoax", + -12.826 + ], + [ + "hurdles", + -12.826 + ], + [ + "idf", + -12.826 + ], + [ + "impoverished", + -12.826 + ], + [ + "inject", + -12.826 + ], + [ + "insensitive", + -12.826 + ], + [ + "integer", + -12.826 + ], + [ + "inverted", + -12.826 + ], + [ + "jamal", + -12.826 + ], + [ + "kabul", + -12.826 + ], + [ + "kathryn", + -12.826 + ], + [ + "kramer", + -12.826 + ], + [ + "landmarks", + -12.826 + ], + [ + "laurence", + -12.826 + ], + [ + "leah", + -12.826 + ], + [ + "legality", + -12.826 + ], + [ + "leipzig", + -12.826 + ], + [ + "liter", + -12.826 + ], + [ + "localities", + -12.826 + ], + [ + "longitudinal", + -12.826 + ], + [ + "mackay", + -12.826 + ], + [ + "manpower", + -12.826 + ], + [ + "mater", + -12.826 + ], + [ + "maureen", + -12.826 + ], + [ + "mclaren", + -12.826 + ], + [ + "merrill", + -12.826 + ], + [ + "monde", + -12.826 + ], + [ + "mozambique", + -12.826 + ], + [ + "nfc", + -12.826 + ], + [ + "nipple", + -12.826 + ], + [ + "obscene", + -12.826 + ], + [ + "occurrences", + -12.826 + ], + [ + "oppressive", + -12.826 + ], + [ + "orion", + -12.826 + ], + [ + "overdue", + -12.826 + ], + [ + "peaked", + -12.826 + ], + [ + "pharaoh", + -12.826 + ], + [ + "phelps", + -12.826 + ], + [ + "piers", + -12.826 + ], + [ + "plugin", + -12.826 + ], + [ + "preached", + -12.826 + ], + [ + "preschool", + -12.826 + ], + [ + "prism", + -12.826 + ], + [ + "propulsion", + -12.826 + ], + [ + "prosecutions", + -12.826 + ], + [ + "punt", + -12.826 + ], + [ + "radios", + -12.826 + ], + [ + "raphael", + -12.826 + ], + [ + "rapist", + -12.826 + ], + [ + "reigning", + -12.826 + ], + [ + "relativity", + -12.826 + ], + [ + "relocate", + -12.826 + ], + [ + "rethink", + -12.826 + ], + [ + "revisions", + -12.826 + ], + [ + "revolutionaries", + -12.826 + ], + [ + "rubble", + -12.826 + ], + [ + "rupture", + -12.826 + ], + [ + "ryder", + -12.826 + ], + [ + "sacrificing", + -12.826 + ], + [ + "scatter", + -12.826 + ], + [ + "sexism", + -12.826 + ], + [ + "shuts", + -12.826 + ], + [ + "shutter", + -12.826 + ], + [ + "sixties", + -12.826 + ], + [ + "skyline", + -12.826 + ], + [ + "spanning", + -12.826 + ], + [ + "spans", + -12.826 + ], + [ + "spawned", + -12.826 + ], + [ + "stacks", + -12.826 + ], + [ + "straits", + -12.826 + ], + [ + "strapped", + -12.826 + ], + [ + "subtitles", + -12.826 + ], + [ + "sugars", + -12.826 + ], + [ + "sutherland", + -12.826 + ], + [ + "suv", + -12.826 + ], + [ + "swung", + -12.826 + ], + [ + "tangled", + -12.826 + ], + [ + "theorists", + -12.826 + ], + [ + "thinkers", + -12.826 + ], + [ + "tobago", + -12.826 + ], + [ + "torrent", + -12.826 + ], + [ + "transports", + -12.826 + ], + [ + "tripped", + -12.826 + ], + [ + "tvs", + -12.826 + ], + [ + "u.s.a", + -12.826 + ], + [ + "underestimated", + -12.826 + ], + [ + "undermined", + -12.826 + ], + [ + "underworld", + -12.826 + ], + [ + "uneasy", + -12.826 + ], + [ + "unfit", + -12.826 + ], + [ + "unpublished", + -12.826 + ], + [ + "usefulness", + -12.826 + ], + [ + "vigorously", + -12.826 + ], + [ + "villas", + -12.826 + ], + [ + "ville", + -12.826 + ], + [ + "volvo", + -12.826 + ], + [ + "voodoo", + -12.826 + ], + [ + "wah", + -12.826 + ], + [ + "waiver", + -12.826 + ], + [ + "wally", + -12.826 + ], + [ + "wat", + -12.826 + ], + [ + "watkins", + -12.826 + ], + [ + "weave", + -12.826 + ], + [ + "weep", + -12.826 + ], + [ + "weeping", + -12.826 + ], + [ + "wenger", + -12.826 + ], + [ + "wharf", + -12.826 + ], + [ + "withdrawing", + -12.826 + ], + [ + "yearbook", + -12.826 + ], + [ + "yum", + -12.826 + ], + [ + "\u2500", + -12.826 + ], + [ + "000g", + -12.8485 + ], + [ + "5s", + -12.8485 + ], + [ + "accommodations", + -12.8485 + ], + [ + "addison", + -12.8485 + ], + [ + "amin", + -12.8485 + ], + [ + "anchors", + -12.8485 + ], + [ + "anomalies", + -12.8485 + ], + [ + "aria", + -12.8485 + ], + [ + "auschwitz", + -12.8485 + ], + [ + "bangs", + -12.8485 + ], + [ + "battered", + -12.8485 + ], + [ + "beckett", + -12.8485 + ], + [ + "bel", + -12.8485 + ], + [ + "bernstein", + -12.8485 + ], + [ + "besieged", + -12.8485 + ], + [ + "biking", + -12.8485 + ], + [ + "billie", + -12.8485 + ], + [ + "bitterness", + -12.8485 + ], + [ + "blackburn", + -12.8485 + ], + [ + "blanche", + -12.8485 + ], + [ + "bleak", + -12.8485 + ], + [ + "botanical", + -12.8485 + ], + [ + "boyfriends", + -12.8485 + ], + [ + "brat", + -12.8485 + ], + [ + "bruised", + -12.8485 + ], + [ + "bu", + -12.8485 + ], + [ + "buffy", + -12.8485 + ], + [ + "buster", + -12.8485 + ], + [ + "byrne", + -12.8485 + ], + [ + "cadillac", + -12.8485 + ], + [ + "candidacy", + -12.8485 + ], + [ + "car's", + -12.8485 + ], + [ + "carla", + -12.8485 + ], + [ + "caucasus", + -12.8485 + ], + [ + "ceilings", + -12.8485 + ], + [ + "characterize", + -12.8485 + ], + [ + "cheeky", + -12.8485 + ], + [ + "cinderella", + -12.8485 + ], + [ + "cinematic", + -12.8485 + ], + [ + "clowns", + -12.8485 + ], + [ + "collaborators", + -12.8485 + ], + [ + "comedians", + -12.8485 + ], + [ + "compile", + -12.8485 + ], + [ + "contemporaries", + -12.8485 + ], + [ + "corinthians", + -12.8485 + ], + [ + "coupe", + -12.8485 + ], + [ + "cruises", + -12.8485 + ], + [ + "cunning", + -12.8485 + ], + [ + "cyril", + -12.8485 + ], + [ + "daly", + -12.8485 + ], + [ + "dearest", + -12.8485 + ], + [ + "decker", + -12.8485 + ], + [ + "degraded", + -12.8485 + ], + [ + "deletion", + -12.8485 + ], + [ + "denotes", + -12.8485 + ], + [ + "depict", + -12.8485 + ], + [ + "desmond", + -12.8485 + ], + [ + "dewey", + -12.8485 + ], + [ + "diagnose", + -12.8485 + ], + [ + "differentiation", + -12.8485 + ], + [ + "diner", + -12.8485 + ], + [ + "dipping", + -12.8485 + ], + [ + "distinguishing", + -12.8485 + ], + [ + "documenting", + -12.8485 + ], + [ + "doncaster", + -12.8485 + ], + [ + "doorstep", + -12.8485 + ], + [ + "doubted", + -12.8485 + ], + [ + "douche", + -12.8485 + ], + [ + "dripping", + -12.8485 + ], + [ + "elias", + -12.8485 + ], + [ + "embryo", + -12.8485 + ], + [ + "emphasizing", + -12.8485 + ], + [ + "empires", + -12.8485 + ], + [ + "encore", + -12.8485 + ], + [ + "endowed", + -12.8485 + ], + [ + "englishman", + -12.8485 + ], + [ + "enormously", + -12.8485 + ], + [ + "epilepsy", + -12.8485 + ], + [ + "equip", + -12.8485 + ], + [ + "ethernet", + -12.8485 + ], + [ + "excerpts", + -12.8485 + ], + [ + "fn", + -12.8485 + ], + [ + "francesco", + -12.8485 + ], + [ + "freeing", + -12.8485 + ], + [ + "frenchman", + -12.8485 + ], + [ + "fri", + -12.8485 + ], + [ + "fullest", + -12.8485 + ], + [ + "fundraiser", + -12.8485 + ], + [ + "giggles", + -12.8485 + ], + [ + "gorge", + -12.8485 + ], + [ + "hemp", + -12.8485 + ], + [ + "herr", + -12.8485 + ], + [ + "hitter", + -12.8485 + ], + [ + "hobbit", + -12.8485 + ], + [ + "iced", + -12.8485 + ], + [ + "ich", + -12.8485 + ], + [ + "immersed", + -12.8485 + ], + [ + "immortality", + -12.8485 + ], + [ + "importing", + -12.8485 + ], + [ + "indifference", + -12.8485 + ], + [ + "instructional", + -12.8485 + ], + [ + "interiors", + -12.8485 + ], + [ + "intimidated", + -12.8485 + ], + [ + "invoked", + -12.8485 + ], + [ + "io", + -12.8485 + ], + [ + "irresistible", + -12.8485 + ], + [ + "island's", + -12.8485 + ], + [ + "joyful", + -12.8485 + ], + [ + "juniors", + -12.8485 + ], + [ + "kensington", + -12.8485 + ], + [ + "knitting", + -12.8485 + ], + [ + "kurdistan", + -12.8485 + ], + [ + "kurds", + -12.8485 + ], + [ + "latex", + -12.8485 + ], + [ + "liberalism", + -12.8485 + ], + [ + "loch", + -12.8485 + ], + [ + "loft", + -12.8485 + ], + [ + "lore", + -12.8485 + ], + [ + "louie", + -12.8485 + ], + [ + "malawi", + -12.8485 + ], + [ + "manufactures", + -12.8485 + ], + [ + "mara", + -12.8485 + ], + [ + "marley", + -12.8485 + ], + [ + "massively", + -12.8485 + ], + [ + "medicaid", + -12.8485 + ], + [ + "medically", + -12.8485 + ], + [ + "merciful", + -12.8485 + ], + [ + "mikhail", + -12.8485 + ], + [ + "mimic", + -12.8485 + ], + [ + "misfortune", + -12.8485 + ], + [ + "morons", + -12.8485 + ], + [ + "mosquitoes", + -12.8485 + ], + [ + "moth", + -12.8485 + ], + [ + "motif", + -12.8485 + ], + [ + "mourn", + -12.8485 + ], + [ + "n00", + -12.8485 + ], + [ + "neighbourhoods", + -12.8485 + ], + [ + "nr", + -12.8485 + ], + [ + "oswald", + -12.8485 + ], + [ + "overrated", + -12.8485 + ], + [ + "owens", + -12.8485 + ], + [ + "pamphlet", + -12.8485 + ], + [ + "papua", + -12.8485 + ], + [ + "paralympic", + -12.8485 + ], + [ + "parity", + -12.8485 + ], + [ + "payout", + -12.8485 + ], + [ + "peacock", + -12.8485 + ], + [ + "peck", + -12.8485 + ], + [ + "pence", + -12.8485 + ], + [ + "perish", + -12.8485 + ], + [ + "persia", + -12.8485 + ], + [ + "pillows", + -12.8485 + ], + [ + "pok\u00e9mon", + -12.8485 + ], + [ + "punitive", + -12.8485 + ], + [ + "quotas", + -12.8485 + ], + [ + "radiant", + -12.8485 + ], + [ + "ramos", + -12.8485 + ], + [ + "reassuring", + -12.8485 + ], + [ + "recreate", + -12.8485 + ], + [ + "regiments", + -12.8485 + ], + [ + "registering", + -12.8485 + ], + [ + "reinforcing", + -12.8485 + ], + [ + "reliably", + -12.8485 + ], + [ + "rene", + -12.8485 + ], + [ + "respondent", + -12.8485 + ], + [ + "resumes", + -12.8485 + ], + [ + "retreated", + -12.8485 + ], + [ + "retribution", + -12.8485 + ], + [ + "revolver", + -12.8485 + ], + [ + "riddle", + -12.8485 + ], + [ + "roam", + -12.8485 + ], + [ + "roe", + -12.8485 + ], + [ + "rooftop", + -12.8485 + ], + [ + "rumble", + -12.8485 + ], + [ + "s2", + -12.8485 + ], + [ + "sandstone", + -12.8485 + ], + [ + "sapphire", + -12.8485 + ], + [ + "scarcity", + -12.8485 + ], + [ + "schultz", + -12.8485 + ], + [ + "scrambled", + -12.8485 + ], + [ + "screwing", + -12.8485 + ], + [ + "sculptor", + -12.8485 + ], + [ + "sears", + -12.8485 + ], + [ + "shack", + -12.8485 + ], + [ + "sham", + -12.8485 + ], + [ + "sheridan", + -12.8485 + ], + [ + "shes", + -12.8485 + ], + [ + "shire", + -12.8485 + ], + [ + "slater", + -12.8485 + ], + [ + "smokes", + -12.8485 + ], + [ + "snapshot", + -12.8485 + ], + [ + "snowy", + -12.8485 + ], + [ + "sobbing", + -12.8485 + ], + [ + "something's", + -12.8485 + ], + [ + "spitting", + -12.8485 + ], + [ + "stash", + -12.8485 + ], + [ + "stockings", + -12.8485 + ], + [ + "stripping", + -12.8485 + ], + [ + "styling", + -12.8485 + ], + [ + "subscriber", + -12.8485 + ], + [ + "subscriptions", + -12.8485 + ], + [ + "sweetness", + -12.8485 + ], + [ + "synod", + -12.8485 + ], + [ + "temps", + -12.8485 + ], + [ + "tidy", + -12.8485 + ], + [ + "toxins", + -12.8485 + ], + [ + "trainee", + -12.8485 + ], + [ + "trimmed", + -12.8485 + ], + [ + "trivia", + -12.8485 + ], + [ + "turret", + -12.8485 + ], + [ + "ui", + -12.8485 + ], + [ + "underwood", + -12.8485 + ], + [ + "upbringing", + -12.8485 + ], + [ + "visas", + -12.8485 + ], + [ + "vulgar", + -12.8485 + ], + [ + "walton", + -12.8485 + ], + [ + "warehouses", + -12.8485 + ], + [ + "witchcraft", + -12.8485 + ], + [ + "worcester", + -12.8485 + ], + [ + "yielding", + -12.8485 + ], + [ + "yorker", + -12.8485 + ], + [ + "0000b", + -12.8716 + ], + [ + "2k", + -12.8716 + ], + [ + "5pm", + -12.8716 + ], + [ + "6pm", + -12.8716 + ], + [ + "abiding", + -12.8716 + ], + [ + "academies", + -12.8716 + ], + [ + "administering", + -12.8716 + ], + [ + "advert", + -12.8716 + ], + [ + "affluent", + -12.8716 + ], + [ + "ambiguity", + -12.8716 + ], + [ + "amd", + -12.8716 + ], + [ + "amnesia", + -12.8716 + ], + [ + "anonymity", + -12.8716 + ], + [ + "aperture", + -12.8716 + ], + [ + "applaud", + -12.8716 + ], + [ + "archaic", + -12.8716 + ], + [ + "arithmetic", + -12.8716 + ], + [ + "aroused", + -12.8716 + ], + [ + "arteries", + -12.8716 + ], + [ + "artifact", + -12.8716 + ], + [ + "badges", + -12.8716 + ], + [ + "ballad", + -12.8716 + ], + [ + "bathtub", + -12.8716 + ], + [ + "beatrice", + -12.8716 + ], + [ + "belgrade", + -12.8716 + ], + [ + "bis", + -12.8716 + ], + [ + "bjp", + -12.8716 + ], + [ + "bookstore", + -12.8716 + ], + [ + "boosting", + -12.8716 + ], + [ + "bounced", + -12.8716 + ], + [ + "brightly", + -12.8716 + ], + [ + "brilliantly", + -12.8716 + ], + [ + "brown's", + -12.8716 + ], + [ + "brute", + -12.8716 + ], + [ + "bunk", + -12.8716 + ], + [ + "buzzer", + -12.8716 + ], + [ + "cabins", + -12.8716 + ], + [ + "chevy", + -12.8716 + ], + [ + "childbirth", + -12.8716 + ], + [ + "citadel", + -12.8716 + ], + [ + "cleanup", + -12.8716 + ], + [ + "clicked", + -12.8716 + ], + [ + "coco", + -12.8716 + ], + [ + "cohesion", + -12.8716 + ], + [ + "coincided", + -12.8716 + ], + [ + "collaborated", + -12.8716 + ], + [ + "commemoration", + -12.8716 + ], + [ + "condemning", + -12.8716 + ], + [ + "contrasts", + -12.8716 + ], + [ + "correlated", + -12.8716 + ], + [ + "coupons", + -12.8716 + ], + [ + "cpr", + -12.8716 + ], + [ + "cracker", + -12.8716 + ], + [ + "css", + -12.8716 + ], + [ + "defy", + -12.8716 + ], + [ + "dh", + -12.8716 + ], + [ + "diabetic", + -12.8716 + ], + [ + "dillon", + -12.8716 + ], + [ + "diminishing", + -12.8716 + ], + [ + "disbelief", + -12.8716 + ], + [ + "discreet", + -12.8716 + ], + [ + "disneyland", + -12.8716 + ], + [ + "distrust", + -12.8716 + ], + [ + "doctorate", + -12.8716 + ], + [ + "drifted", + -12.8716 + ], + [ + "dunes", + -12.8716 + ], + [ + "effected", + -12.8716 + ], + [ + "elbows", + -12.8716 + ], + [ + "eliza", + -12.8716 + ], + [ + "embark", + -12.8716 + ], + [ + "environmentally", + -12.8716 + ], + [ + "estimating", + -12.8716 + ], + [ + "everett", + -12.8716 + ], + [ + "exemplary", + -12.8716 + ], + [ + "explorers", + -12.8716 + ], + [ + "facilitating", + -12.8716 + ], + [ + "faculties", + -12.8716 + ], + [ + "fades", + -12.8716 + ], + [ + "fairs", + -12.8716 + ], + [ + "familiarity", + -12.8716 + ], + [ + "fetal", + -12.8716 + ], + [ + "fiddle", + -12.8716 + ], + [ + "fists", + -12.8716 + ], + [ + "floated", + -12.8716 + ], + [ + "fran", + -12.8716 + ], + [ + "freddy", + -12.8716 + ], + [ + "frenzy", + -12.8716 + ], + [ + "fruitful", + -12.8716 + ], + [ + "garde", + -12.8716 + ], + [ + "getaway", + -12.8716 + ], + [ + "glitter", + -12.8716 + ], + [ + "gould", + -12.8716 + ], + [ + "grips", + -12.8716 + ], + [ + "grumpy", + -12.8716 + ], + [ + "hammered", + -12.8716 + ], + [ + "harp", + -12.8716 + ], + [ + "haste", + -12.8716 + ], + [ + "haze", + -12.8716 + ], + [ + "horrendous", + -12.8716 + ], + [ + "hospitalized", + -12.8716 + ], + [ + "hover", + -12.8716 + ], + [ + "incremental", + -12.8716 + ], + [ + "indices", + -12.8716 + ], + [ + "indicted", + -12.8716 + ], + [ + "insomnia", + -12.8716 + ], + [ + "inspires", + -12.8716 + ], + [ + "intrigued", + -12.8716 + ], + [ + "invoke", + -12.8716 + ], + [ + "iphones", + -12.8716 + ], + [ + "itching", + -12.8716 + ], + [ + "jams", + -12.8716 + ], + [ + "jeez", + -12.8716 + ], + [ + "kan", + -12.8716 + ], + [ + "kappa", + -12.8716 + ], + [ + "kemp", + -12.8716 + ], + [ + "knowingly", + -12.8716 + ], + [ + "lam", + -12.8716 + ], + [ + "leasing", + -12.8716 + ], + [ + "leukemia", + -12.8716 + ], + [ + "licking", + -12.8716 + ], + [ + "lite", + -12.8716 + ], + [ + "lola", + -12.8716 + ], + [ + "ludwig", + -12.8716 + ], + [ + "mead", + -12.8716 + ], + [ + "mergers", + -12.8716 + ], + [ + "mermaid", + -12.8716 + ], + [ + "mhz", + -12.8716 + ], + [ + "miliband", + -12.8716 + ], + [ + "mongolia", + -12.8716 + ], + [ + "moods", + -12.8716 + ], + [ + "mosques", + -12.8716 + ], + [ + "moto", + -12.8716 + ], + [ + "must've", + -12.8716 + ], + [ + "narratives", + -12.8716 + ], + [ + "nationalities", + -12.8716 + ], + [ + "nb", + -12.8716 + ], + [ + "nearer", + -12.8716 + ], + [ + "nesting", + -12.8716 + ], + [ + "nightly", + -12.8716 + ], + [ + "nk", + -12.8716 + ], + [ + "noses", + -12.8716 + ], + [ + "originality", + -12.8716 + ], + [ + "overheard", + -12.8716 + ], + [ + "pans", + -12.8716 + ], + [ + "parted", + -12.8716 + ], + [ + "pasture", + -12.8716 + ], + [ + "pb", + -12.8716 + ], + [ + "pear", + -12.8716 + ], + [ + "pearce", + -12.8716 + ], + [ + "phosphate", + -12.8716 + ], + [ + "plato", + -12.8716 + ], + [ + "populace", + -12.8716 + ], + [ + "postage", + -12.8716 + ], + [ + "prescriptions", + -12.8716 + ], + [ + "pressured", + -12.8716 + ], + [ + "pretext", + -12.8716 + ], + [ + "prohibits", + -12.8716 + ], + [ + "projector", + -12.8716 + ], + [ + "provocative", + -12.8716 + ], + [ + "psi", + -12.8716 + ], + [ + "ptsd", + -12.8716 + ], + [ + "purchaser", + -12.8716 + ], + [ + "quotation", + -12.8716 + ], + [ + "raspberry", + -12.8716 + ], + [ + "rebellious", + -12.8716 + ], + [ + "regretted", + -12.8716 + ], + [ + "repository", + -12.8716 + ], + [ + "rican", + -12.8716 + ], + [ + "rink", + -12.8716 + ], + [ + "roach", + -12.8716 + ], + [ + "rulings", + -12.8716 + ], + [ + "safeguards", + -12.8716 + ], + [ + "samson", + -12.8716 + ], + [ + "sanity", + -12.8716 + ], + [ + "sealing", + -12.8716 + ], + [ + "sesame", + -12.8716 + ], + [ + "shaky", + -12.8716 + ], + [ + "shedding", + -12.8716 + ], + [ + "sigma", + -12.8716 + ], + [ + "sixteenth", + -12.8716 + ], + [ + "slab", + -12.8716 + ], + [ + "smartest", + -12.8716 + ], + [ + "snail", + -12.8716 + ], + [ + "snoop", + -12.8716 + ], + [ + "solitude", + -12.8716 + ], + [ + "somebody's", + -12.8716 + ], + [ + "sooo", + -12.8716 + ], + [ + "sourced", + -12.8716 + ], + [ + "spartan", + -12.8716 + ], + [ + "spontaneously", + -12.8716 + ], + [ + "squid", + -12.8716 + ], + [ + "stacy", + -12.8716 + ], + [ + "stereotype", + -12.8716 + ], + [ + "stormy", + -12.8716 + ], + [ + "strikers", + -12.8716 + ], + [ + "successors", + -12.8716 + ], + [ + "suicides", + -12.8716 + ], + [ + "swarm", + -12.8716 + ], + [ + "s\u00e3o", + -12.8716 + ], + [ + "tomas", + -12.8716 + ], + [ + "tunisian", + -12.8716 + ], + [ + "tweeting", + -12.8716 + ], + [ + "twisting", + -12.8716 + ], + [ + "uk's", + -12.8716 + ], + [ + "unavoidable", + -12.8716 + ], + [ + "unilateral", + -12.8716 + ], + [ + "unstoppable", + -12.8716 + ], + [ + "vascular", + -12.8716 + ], + [ + "verbally", + -12.8716 + ], + [ + "volkswagen", + -12.8716 + ], + [ + "voucher", + -12.8716 + ], + [ + "vr", + -12.8716 + ], + [ + "vu", + -12.8716 + ], + [ + "wandered", + -12.8716 + ], + [ + "warmed", + -12.8716 + ], + [ + "westward", + -12.8716 + ], + [ + "wigan", + -12.8716 + ], + [ + "wiley", + -12.8716 + ], + [ + "withholding", + -12.8716 + ], + [ + "woe", + -12.8716 + ], + [ + "workouts", + -12.8716 + ], + [ + "xxx", + -12.8716 + ], + [ + "000px", + -12.8952 + ], + [ + "00mph", + -12.8952 + ], + [ + "abrupt", + -12.8952 + ], + [ + "adolf", + -12.8952 + ], + [ + "affidavit", + -12.8952 + ], + [ + "allegation", + -12.8952 + ], + [ + "alvarez", + -12.8952 + ], + [ + "amateurs", + -12.8952 + ], + [ + "anders", + -12.8952 + ], + [ + "angular", + -12.8952 + ], + [ + "arbor", + -12.8952 + ], + [ + "archaeologists", + -12.8952 + ], + [ + "arid", + -12.8952 + ], + [ + "armoured", + -12.8952 + ], + [ + "army's", + -12.8952 + ], + [ + "augmented", + -12.8952 + ], + [ + "authentication", + -12.8952 + ], + [ + "authoritative", + -12.8952 + ], + [ + "authorize", + -12.8952 + ], + [ + "avec", + -12.8952 + ], + [ + "ballistic", + -12.8952 + ], + [ + "barren", + -12.8952 + ], + [ + "bd", + -12.8952 + ], + [ + "birthplace", + -12.8952 + ], + [ + "bollywood", + -12.8952 + ], + [ + "bologna", + -12.8952 + ], + [ + "bordering", + -12.8952 + ], + [ + "braces", + -12.8952 + ], + [ + "breached", + -12.8952 + ], + [ + "breaches", + -12.8952 + ], + [ + "bucharest", + -12.8952 + ], + [ + "burdens", + -12.8952 + ], + [ + "bytes", + -12.8952 + ], + [ + "cad", + -12.8952 + ], + [ + "calif", + -12.8952 + ], + [ + "caretaker", + -12.8952 + ], + [ + "carolyn", + -12.8952 + ], + [ + "centenary", + -12.8952 + ], + [ + "cessation", + -12.8952 + ], + [ + "chaplain", + -12.8952 + ], + [ + "cheney", + -12.8952 + ], + [ + "chills", + -12.8952 + ], + [ + "chunks", + -12.8952 + ], + [ + "cigars", + -12.8952 + ], + [ + "cleavage", + -12.8952 + ], + [ + "climatic", + -12.8952 + ], + [ + "collaborating", + -12.8952 + ], + [ + "colonists", + -12.8952 + ], + [ + "commission's", + -12.8952 + ], + [ + "commonplace", + -12.8952 + ], + [ + "compiler", + -12.8952 + ], + [ + "conceive", + -12.8952 + ], + [ + "contemplate", + -12.8952 + ], + [ + "contrasting", + -12.8952 + ], + [ + "controversies", + -12.8952 + ], + [ + "crib", + -12.8952 + ], + [ + "cubes", + -12.8952 + ], + [ + "czechoslovakia", + -12.8952 + ], + [ + "deceive", + -12.8952 + ], + [ + "declarations", + -12.8952 + ], + [ + "decorate", + -12.8952 + ], + [ + "densely", + -12.8952 + ], + [ + "disconnect", + -12.8952 + ], + [ + "dishonest", + -12.8952 + ], + [ + "disproportionate", + -12.8952 + ], + [ + "dormant", + -12.8952 + ], + [ + "dorsal", + -12.8952 + ], + [ + "duff", + -12.8952 + ], + [ + "dusk", + -12.8952 + ], + [ + "dynamite", + -12.8952 + ], + [ + "eagerly", + -12.8952 + ], + [ + "educator", + -12.8952 + ], + [ + "embarrass", + -12.8952 + ], + [ + "empowering", + -12.8952 + ], + [ + "england's", + -12.8952 + ], + [ + "enquiry", + -12.8952 + ], + [ + "esa", + -12.8952 + ], + [ + "escalated", + -12.8952 + ], + [ + "exchanging", + -12.8952 + ], + [ + "exposes", + -12.8952 + ], + [ + "fabrication", + -12.8952 + ], + [ + "faire", + -12.8952 + ], + [ + "faking", + -12.8952 + ], + [ + "fallon", + -12.8952 + ], + [ + "farmhouse", + -12.8952 + ], + [ + "farrell", + -12.8952 + ], + [ + "faux", + -12.8952 + ], + [ + "favours", + -12.8952 + ], + [ + "fencing", + -12.8952 + ], + [ + "fiance", + -12.8952 + ], + [ + "fingerprint", + -12.8952 + ], + [ + "flattering", + -12.8952 + ], + [ + "flavours", + -12.8952 + ], + [ + "folds", + -12.8952 + ], + [ + "fortnight", + -12.8952 + ], + [ + "foxes", + -12.8952 + ], + [ + "froze", + -12.8952 + ], + [ + "frying", + -12.8952 + ], + [ + "futile", + -12.8952 + ], + [ + "fyi", + -12.8952 + ], + [ + "geese", + -12.8952 + ], + [ + "gloss", + -12.8952 + ], + [ + "graft", + -12.8952 + ], + [ + "gwen", + -12.8952 + ], + [ + "handler", + -12.8952 + ], + [ + "hauled", + -12.8952 + ], + [ + "hipster", + -12.8952 + ], + [ + "hires", + -12.8952 + ], + [ + "horribly", + -12.8952 + ], + [ + "horrified", + -12.8952 + ], + [ + "huntington", + -12.8952 + ], + [ + "hypertension", + -12.8952 + ], + [ + "identifiable", + -12.8952 + ], + [ + "ike", + -12.8952 + ], + [ + "illiterate", + -12.8952 + ], + [ + "impetus", + -12.8952 + ], + [ + "inducing", + -12.8952 + ], + [ + "intervening", + -12.8952 + ], + [ + "irritation", + -12.8952 + ], + [ + "ist", + -12.8952 + ], + [ + "jars", + -12.8952 + ], + [ + "jesuit", + -12.8952 + ], + [ + "kristen", + -12.8952 + ], + [ + "ledger", + -12.8952 + ], + [ + "leftist", + -12.8952 + ], + [ + "lemonade", + -12.8952 + ], + [ + "len", + -12.8952 + ], + [ + "lesions", + -12.8952 + ], + [ + "liars", + -12.8952 + ], + [ + "lingerie", + -12.8952 + ], + [ + "lowell", + -12.8952 + ], + [ + "lulu", + -12.8952 + ], + [ + "mania", + -12.8952 + ], + [ + "mantra", + -12.8952 + ], + [ + "marxism", + -12.8952 + ], + [ + "measles", + -12.8952 + ], + [ + "mei", + -12.8952 + ], + [ + "midday", + -12.8952 + ], + [ + "mikey", + -12.8952 + ], + [ + "mildly", + -12.8952 + ], + [ + "mindful", + -12.8952 + ], + [ + "motorola", + -12.8952 + ], + [ + "multicultural", + -12.8952 + ], + [ + "muster", + -12.8952 + ], + [ + "narrowed", + -12.8952 + ], + [ + "neymar", + -12.8952 + ], + [ + "northampton", + -12.8952 + ], + [ + "obsessive", + -12.8952 + ], + [ + "organization's", + -12.8952 + ], + [ + "overseeing", + -12.8952 + ], + [ + "owls", + -12.8952 + ], + [ + "paw", + -12.8952 + ], + [ + "pedestrians", + -12.8952 + ], + [ + "permissible", + -12.8952 + ], + [ + "postcard", + -12.8952 + ], + [ + "postwar", + -12.8952 + ], + [ + "precarious", + -12.8952 + ], + [ + "prima", + -12.8952 + ], + [ + "professionalism", + -12.8952 + ], + [ + "prohibiting", + -12.8952 + ], + [ + "prominently", + -12.8952 + ], + [ + "promoters", + -12.8952 + ], + [ + "prompting", + -12.8952 + ], + [ + "protestants", + -12.8952 + ], + [ + "punishments", + -12.8952 + ], + [ + "qu", + -12.8952 + ], + [ + "racer", + -12.8952 + ], + [ + "rappers", + -12.8952 + ], + [ + "reasoned", + -12.8952 + ], + [ + "rebirth", + -12.8952 + ], + [ + "registrar", + -12.8952 + ], + [ + "renal", + -12.8952 + ], + [ + "reps", + -12.8952 + ], + [ + "reservoirs", + -12.8952 + ], + [ + "residues", + -12.8952 + ], + [ + "retard", + -12.8952 + ], + [ + "revolving", + -12.8952 + ], + [ + "rihanna", + -12.8952 + ], + [ + "robber", + -12.8952 + ], + [ + "rossi", + -12.8952 + ], + [ + "rumour", + -12.8952 + ], + [ + "rustic", + -12.8952 + ], + [ + "sal", + -12.8952 + ], + [ + "sentinel", + -12.8952 + ], + [ + "shepard", + -12.8952 + ], + [ + "shoved", + -12.8952 + ], + [ + "showdown", + -12.8952 + ], + [ + "skulls", + -12.8952 + ], + [ + "smiley", + -12.8952 + ], + [ + "solids", + -12.8952 + ], + [ + "soothing", + -12.8952 + ], + [ + "sos", + -12.8952 + ], + [ + "sprayed", + -12.8952 + ], + [ + "sprung", + -12.8952 + ], + [ + "stabilization", + -12.8952 + ], + [ + "staggering", + -12.8952 + ], + [ + "starboard", + -12.8952 + ], + [ + "stump", + -12.8952 + ], + [ + "subsidized", + -12.8952 + ], + [ + "sun's", + -12.8952 + ], + [ + "supplemental", + -12.8952 + ], + [ + "surfaced", + -12.8952 + ], + [ + "surgeries", + -12.8952 + ], + [ + "swine", + -12.8952 + ], + [ + "takeoff", + -12.8952 + ], + [ + "tenor", + -12.8952 + ], + [ + "ter", + -12.8952 + ], + [ + "thirteenth", + -12.8952 + ], + [ + "topical", + -12.8952 + ], + [ + "trapping", + -12.8952 + ], + [ + "triangular", + -12.8952 + ], + [ + "trojan", + -12.8952 + ], + [ + "trolls", + -12.8952 + ], + [ + "twain", + -12.8952 + ], + [ + "twists", + -12.8952 + ], + [ + "underage", + -12.8952 + ], + [ + "union's", + -12.8952 + ], + [ + "unnecessarily", + -12.8952 + ], + [ + "uss", + -12.8952 + ], + [ + "vectors", + -12.8952 + ], + [ + "viva", + -12.8952 + ], + [ + "walled", + -12.8952 + ], + [ + "walnut", + -12.8952 + ], + [ + "walters", + -12.8952 + ], + [ + "wand", + -12.8952 + ], + [ + "waterproof", + -12.8952 + ], + [ + "winged", + -12.8952 + ], + [ + "woes", + -12.8952 + ], + [ + "workings", + -12.8952 + ], + [ + "wrestle", + -12.8952 + ], + [ + "wrists", + -12.8952 + ], + [ + "york's", + -12.8952 + ], + [ + "yummy", + -12.8952 + ], + [ + "0000p", + -12.9194 + ], + [ + "00cm", + -12.9194 + ], + [ + "4k", + -12.9194 + ], + [ + "adhd", + -12.9194 + ], + [ + "ammo", + -12.9194 + ], + [ + "anguish", + -12.9194 + ], + [ + "anticipating", + -12.9194 + ], + [ + "antony", + -12.9194 + ], + [ + "attribution", + -12.9194 + ], + [ + "auctions", + -12.9194 + ], + [ + "awfully", + -12.9194 + ], + [ + "axle", + -12.9194 + ], + [ + "bandit", + -12.9194 + ], + [ + "barefoot", + -12.9194 + ], + [ + "bays", + -12.9194 + ], + [ + "behavioural", + -12.9194 + ], + [ + "bender", + -12.9194 + ], + [ + "biographical", + -12.9194 + ], + [ + "biomedical", + -12.9194 + ], + [ + "bodied", + -12.9194 + ], + [ + "bohemian", + -12.9194 + ], + [ + "boon", + -12.9194 + ], + [ + "bowman", + -12.9194 + ], + [ + "brag", + -12.9194 + ], + [ + "bras", + -12.9194 + ], + [ + "breeders", + -12.9194 + ], + [ + "brewers", + -12.9194 + ], + [ + "broccoli", + -12.9194 + ], + [ + "buckle", + -12.9194 + ], + [ + "bullies", + -12.9194 + ], + [ + "bullock", + -12.9194 + ], + [ + "burkina", + -12.9194 + ], + [ + "burt", + -12.9194 + ], + [ + "cages", + -12.9194 + ], + [ + "carriages", + -12.9194 + ], + [ + "catchy", + -12.9194 + ], + [ + "ceasefire", + -12.9194 + ], + [ + "ceases", + -12.9194 + ], + [ + "chung", + -12.9194 + ], + [ + "cleaners", + -12.9194 + ], + [ + "coils", + -12.9194 + ], + [ + "comfy", + -12.9194 + ], + [ + "compounded", + -12.9194 + ], + [ + "condensed", + -12.9194 + ], + [ + "conspicuous", + -12.9194 + ], + [ + "constructions", + -12.9194 + ], + [ + "contra", + -12.9194 + ], + [ + "cooperating", + -12.9194 + ], + [ + "cores", + -12.9194 + ], + [ + "cornerstone", + -12.9194 + ], + [ + "couldnt", + -12.9194 + ], + [ + "counterfeit", + -12.9194 + ], + [ + "crabs", + -12.9194 + ], + [ + "creamy", + -12.9194 + ], + [ + "creeps", + -12.9194 + ], + [ + "cutler", + -12.9194 + ], + [ + "dani", + -12.9194 + ], + [ + "darts", + -12.9194 + ], + [ + "dea", + -12.9194 + ], + [ + "degrading", + -12.9194 + ], + [ + "denim", + -12.9194 + ], + [ + "departmental", + -12.9194 + ], + [ + "diagrams", + -12.9194 + ], + [ + "disable", + -12.9194 + ], + [ + "disruptive", + -12.9194 + ], + [ + "diver", + -12.9194 + ], + [ + "dorset", + -12.9194 + ], + [ + "dortmund", + -12.9194 + ], + [ + "dues", + -12.9194 + ], + [ + "duet", + -12.9194 + ], + [ + "durability", + -12.9194 + ], + [ + "electors", + -12.9194 + ], + [ + "encoding", + -12.9194 + ], + [ + "enthusiast", + -12.9194 + ], + [ + "entrenched", + -12.9194 + ], + [ + "envisioned", + -12.9194 + ], + [ + "erica", + -12.9194 + ], + [ + "erupted", + -12.9194 + ], + [ + "etiquette", + -12.9194 + ], + [ + "eu's", + -12.9194 + ], + [ + "existential", + -12.9194 + ], + [ + "extradition", + -12.9194 + ], + [ + "federally", + -12.9194 + ], + [ + "fermentation", + -12.9194 + ], + [ + "flakes", + -12.9194 + ], + [ + "flea", + -12.9194 + ], + [ + "forgets", + -12.9194 + ], + [ + "fragmented", + -12.9194 + ], + [ + "franchises", + -12.9194 + ], + [ + "freakin", + -12.9194 + ], + [ + "fridays", + -12.9194 + ], + [ + "funnel", + -12.9194 + ], + [ + "gasp", + -12.9194 + ], + [ + "geographically", + -12.9194 + ], + [ + "gibraltar", + -12.9194 + ], + [ + "glaciers", + -12.9194 + ], + [ + "goo", + -12.9194 + ], + [ + "gourmet", + -12.9194 + ], + [ + "gu", + -12.9194 + ], + [ + "hampered", + -12.9194 + ], + [ + "haram", + -12.9194 + ], + [ + "helper", + -12.9194 + ], + [ + "highschool", + -12.9194 + ], + [ + "hopper", + -12.9194 + ], + [ + "hopping", + -12.9194 + ], + [ + "hyped", + -12.9194 + ], + [ + "igor", + -12.9194 + ], + [ + "improvised", + -12.9194 + ], + [ + "incidental", + -12.9194 + ], + [ + "inclination", + -12.9194 + ], + [ + "inscriptions", + -12.9194 + ], + [ + "insertion", + -12.9194 + ], + [ + "installment", + -12.9194 + ], + [ + "inverse", + -12.9194 + ], + [ + "irregularities", + -12.9194 + ], + [ + "jacksonville", + -12.9194 + ], + [ + "jays", + -12.9194 + ], + [ + "juventus", + -12.9194 + ], + [ + "kinetic", + -12.9194 + ], + [ + "lmao", + -12.9194 + ], + [ + "locating", + -12.9194 + ], + [ + "maldives", + -12.9194 + ], + [ + "manuals", + -12.9194 + ], + [ + "marianne", + -12.9194 + ], + [ + "maxim", + -12.9194 + ], + [ + "mclean", + -12.9194 + ], + [ + "mecca", + -12.9194 + ], + [ + "medic", + -12.9194 + ], + [ + "merlin", + -12.9194 + ], + [ + "metadata", + -12.9194 + ], + [ + "misguided", + -12.9194 + ], + [ + "monstrous", + -12.9194 + ], + [ + "morphine", + -12.9194 + ], + [ + "motivational", + -12.9194 + ], + [ + "mundane", + -12.9194 + ], + [ + "nathaniel", + -12.9194 + ], + [ + "neatly", + -12.9194 + ], + [ + "newcomer", + -12.9194 + ], + [ + "nh", + -12.9194 + ], + [ + "nirvana", + -12.9194 + ], + [ + "nylon", + -12.9194 + ], + [ + "oats", + -12.9194 + ], + [ + "ominous", + -12.9194 + ], + [ + "omission", + -12.9194 + ], + [ + "optimized", + -12.9194 + ], + [ + "overrun", + -12.9194 + ], + [ + "paranoia", + -12.9194 + ], + [ + "parisian", + -12.9194 + ], + [ + "phased", + -12.9194 + ], + [ + "pigeons", + -12.9194 + ], + [ + "pines", + -12.9194 + ], + [ + "pinnacle", + -12.9194 + ], + [ + "pledges", + -12.9194 + ], + [ + "predominant", + -12.9194 + ], + [ + "preserves", + -12.9194 + ], + [ + "privatization", + -12.9194 + ], + [ + "proofs", + -12.9194 + ], + [ + "purposely", + -12.9194 + ], + [ + "pv", + -12.9194 + ], + [ + "rehearsals", + -12.9194 + ], + [ + "relegation", + -12.9194 + ], + [ + "reluctantly", + -12.9194 + ], + [ + "reno", + -12.9194 + ], + [ + "reptiles", + -12.9194 + ], + [ + "rightful", + -12.9194 + ], + [ + "robbins", + -12.9194 + ], + [ + "rounding", + -12.9194 + ], + [ + "rss", + -12.9194 + ], + [ + "rv", + -12.9194 + ], + [ + "saharan", + -12.9194 + ], + [ + "scarcely", + -12.9194 + ], + [ + "scratches", + -12.9194 + ], + [ + "seizing", + -12.9194 + ], + [ + "semantics", + -12.9194 + ], + [ + "serie", + -12.9194 + ], + [ + "sheds", + -12.9194 + ], + [ + "shipbuilding", + -12.9194 + ], + [ + "shitting", + -12.9194 + ], + [ + "skeletons", + -12.9194 + ], + [ + "soaring", + -12.9194 + ], + [ + "souvenir", + -12.9194 + ], + [ + "sow", + -12.9194 + ], + [ + "specializing", + -12.9194 + ], + [ + "spoiler", + -12.9194 + ], + [ + "spraying", + -12.9194 + ], + [ + "stocked", + -12.9194 + ], + [ + "stride", + -12.9194 + ], + [ + "stripe", + -12.9194 + ], + [ + "sulfur", + -12.9194 + ], + [ + "tat", + -12.9194 + ], + [ + "teacher's", + -12.9194 + ], + [ + "timid", + -12.9194 + ], + [ + "tokens", + -12.9194 + ], + [ + "topping", + -12.9194 + ], + [ + "treatise", + -12.9194 + ], + [ + "truthful", + -12.9194 + ], + [ + "unattractive", + -12.9194 + ], + [ + "unconventional", + -12.9194 + ], + [ + "undesirable", + -12.9194 + ], + [ + "vacancies", + -12.9194 + ], + [ + "verbs", + -12.9194 + ], + [ + "vid", + -12.9194 + ], + [ + "vineyards", + -12.9194 + ], + [ + "waltz", + -12.9194 + ], + [ + "wavelength", + -12.9194 + ], + [ + "weston", + -12.9194 + ], + [ + "whispering", + -12.9194 + ], + [ + "wolfe", + -12.9194 + ], + [ + "woodward", + -12.9194 + ], + [ + "workload", + -12.9194 + ], + [ + "0.0.0.0", + -12.94 + ], + [ + "0.0.00", + -12.94 + ], + [ + "000gb", + -12.94 + ], + [ + "00million", + -12.94 + ], + [ + "actresses", + -12.94 + ], + [ + "adler", + -12.94 + ], + [ + "aiding", + -12.94 + ], + [ + "amor", + -12.94 + ], + [ + "annuity", + -12.94 + ], + [ + "anonymously", + -12.94 + ], + [ + "apocalyptic", + -12.94 + ], + [ + "appointing", + -12.94 + ], + [ + "archived", + -12.94 + ], + [ + "arsenic", + -12.94 + ], + [ + "auspices", + -12.94 + ], + [ + "banished", + -12.94 + ], + [ + "bearded", + -12.94 + ], + [ + "berkshire", + -12.94 + ], + [ + "bogus", + -12.94 + ], + [ + "boogie", + -12.94 + ], + [ + "braking", + -12.94 + ], + [ + "calais", + -12.94 + ], + [ + "cambodian", + -12.94 + ], + [ + "camouflage", + -12.94 + ], + [ + "canucks", + -12.94 + ], + [ + "carlisle", + -12.94 + ], + [ + "carts", + -12.94 + ], + [ + "cascade", + -12.94 + ], + [ + "cassette", + -12.94 + ], + [ + "cctv", + -12.94 + ], + [ + "celsius", + -12.94 + ], + [ + "chanel", + -12.94 + ], + [ + "chateau", + -12.94 + ], + [ + "chestnut", + -12.94 + ], + [ + "ching", + -12.94 + ], + [ + "clamp", + -12.94 + ], + [ + "cohort", + -12.94 + ], + [ + "compliant", + -12.94 + ], + [ + "conan", + -12.94 + ], + [ + "concord", + -12.94 + ], + [ + "contraception", + -12.94 + ], + [ + "coventry", + -12.94 + ], + [ + "cowardly", + -12.94 + ], + [ + "cristina", + -12.94 + ], + [ + "daryl", + -12.94 + ], + [ + "deacon", + -12.94 + ], + [ + "demonstrators", + -12.94 + ], + [ + "despicable", + -12.94 + ], + [ + "deterrent", + -12.94 + ], + [ + "devoid", + -12.94 + ], + [ + "dissatisfaction", + -12.94 + ], + [ + "distracting", + -12.94 + ], + [ + "dre", + -12.94 + ], + [ + "eater", + -12.94 + ], + [ + "emulate", + -12.94 + ], + [ + "enactment", + -12.94 + ], + [ + "engages", + -12.94 + ], + [ + "escalation", + -12.94 + ], + [ + "espresso", + -12.94 + ], + [ + "everest", + -12.94 + ], + [ + "finer", + -12.94 + ], + [ + "flourished", + -12.94 + ], + [ + "forwarded", + -12.94 + ], + [ + "fractions", + -12.94 + ], + [ + "glossy", + -12.94 + ], + [ + "graded", + -12.94 + ], + [ + "gst", + -12.94 + ], + [ + "hateful", + -12.94 + ], + [ + "hayley", + -12.94 + ], + [ + "heidi", + -12.94 + ], + [ + "herein", + -12.94 + ], + [ + "hinted", + -12.94 + ], + [ + "homophobic", + -12.94 + ], + [ + "hoops", + -12.94 + ], + [ + "inbox", + -12.94 + ], + [ + "infect", + -12.94 + ], + [ + "insurers", + -12.94 + ], + [ + "interdisciplinary", + -12.94 + ], + [ + "intermittent", + -12.94 + ], + [ + "interstellar", + -12.94 + ], + [ + "inward", + -12.94 + ], + [ + "islamist", + -12.94 + ], + [ + "jang", + -12.94 + ], + [ + "jax", + -12.94 + ], + [ + "kendrick", + -12.94 + ], + [ + "kitchens", + -12.94 + ], + [ + "lafayette", + -12.94 + ], + [ + "lavender", + -12.94 + ], + [ + "leash", + -12.94 + ], + [ + "ledge", + -12.94 + ], + [ + "lingering", + -12.94 + ], + [ + "locomotives", + -12.94 + ], + [ + "lumpur", + -12.94 + ], + [ + "magnus", + -12.94 + ], + [ + "malay", + -12.94 + ], + [ + "malt", + -12.94 + ], + [ + "mandela", + -12.94 + ], + [ + "mariah", + -12.94 + ], + [ + "mediator", + -12.94 + ], + [ + "mesa", + -12.94 + ], + [ + "moi", + -12.94 + ], + [ + "month's", + -12.94 + ], + [ + "moran", + -12.94 + ], + [ + "mural", + -12.94 + ], + [ + "nadal", + -12.94 + ], + [ + "nil", + -12.94 + ], + [ + "nuggets", + -12.94 + ], + [ + "nypd", + -12.94 + ], + [ + "objectively", + -12.94 + ], + [ + "olives", + -12.94 + ], + [ + "ooo", + -12.94 + ], + [ + "oxidation", + -12.94 + ], + [ + "oysters", + -12.94 + ], + [ + "parishes", + -12.94 + ], + [ + "paso", + -12.94 + ], + [ + "patton", + -12.94 + ], + [ + "paycheck", + -12.94 + ], + [ + "pencils", + -12.94 + ], + [ + "phi", + -12.94 + ], + [ + "phoebe", + -12.94 + ], + [ + "physicists", + -12.94 + ], + [ + "pinky", + -12.94 + ], + [ + "plank", + -12.94 + ], + [ + "polly", + -12.94 + ], + [ + "posterior", + -12.94 + ], + [ + "pouch", + -12.94 + ], + [ + "predicts", + -12.94 + ], + [ + "preface", + -12.94 + ], + [ + "proactive", + -12.94 + ], + [ + "proficiency", + -12.94 + ], + [ + "rainforest", + -12.94 + ], + [ + "rallies", + -12.94 + ], + [ + "reclaim", + -12.94 + ], + [ + "redesign", + -12.94 + ], + [ + "redistribution", + -12.94 + ], + [ + "reliant", + -12.94 + ], + [ + "relocated", + -12.94 + ], + [ + "rematch", + -12.94 + ], + [ + "remnant", + -12.94 + ], + [ + "repayment", + -12.94 + ], + [ + "repent", + -12.94 + ], + [ + "resent", + -12.94 + ], + [ + "respectfully", + -12.94 + ], + [ + "rigging", + -12.94 + ], + [ + "rinse", + -12.94 + ], + [ + "robotics", + -12.94 + ], + [ + "saloon", + -12.94 + ], + [ + "sar", + -12.94 + ], + [ + "saviour", + -12.94 + ], + [ + "savvy", + -12.94 + ], + [ + "seeker", + -12.94 + ], + [ + "seeming", + -12.94 + ], + [ + "segregated", + -12.94 + ], + [ + "selfies", + -12.94 + ], + [ + "semiconductor", + -12.94 + ], + [ + "sew", + -12.94 + ], + [ + "shameless", + -12.94 + ], + [ + "siding", + -12.94 + ], + [ + "slows", + -12.94 + ], + [ + "smear", + -12.94 + ], + [ + "snatched", + -12.94 + ], + [ + "sneaking", + -12.94 + ], + [ + "spacing", + -12.94 + ], + [ + "spaniards", + -12.94 + ], + [ + "specifies", + -12.94 + ], + [ + "squirrels", + -12.94 + ], + [ + "staffed", + -12.94 + ], + [ + "stalled", + -12.94 + ], + [ + "starr", + -12.94 + ], + [ + "station's", + -12.94 + ], + [ + "suing", + -12.94 + ], + [ + "tentative", + -12.94 + ], + [ + "textures", + -12.94 + ], + [ + "ticking", + -12.94 + ], + [ + "timor", + -12.94 + ], + [ + "toledo", + -12.94 + ], + [ + "torpedo", + -12.94 + ], + [ + "torso", + -12.94 + ], + [ + "triggering", + -12.94 + ], + [ + "tripoli", + -12.94 + ], + [ + "trooper", + -12.94 + ], + [ + "unheard", + -12.94 + ], + [ + "untrue", + -12.94 + ], + [ + "uptake", + -12.94 + ], + [ + "vanish", + -12.94 + ], + [ + "vaughan", + -12.94 + ], + [ + "vicky", + -12.94 + ], + [ + "virgil", + -12.94 + ], + [ + "vitro", + -12.94 + ], + [ + "weaponry", + -12.94 + ], + [ + "wildcats", + -12.94 + ], + [ + "wiping", + -12.94 + ], + [ + "withdrawals", + -12.94 + ], + [ + "wrestler", + -12.94 + ], + [ + "wrought", + -12.94 + ], + [ + "yer", + -12.94 + ], + [ + "zac", + -12.94 + ], + [ + "zebra", + -12.94 + ], + [ + "zoning", + -12.94 + ], + [ + "000b", + -12.9654 + ], + [ + "aca", + -12.9654 + ], + [ + "ache", + -12.9654 + ], + [ + "acquires", + -12.9654 + ], + [ + "acronym", + -12.9654 + ], + [ + "acrylic", + -12.9654 + ], + [ + "admiralty", + -12.9654 + ], + [ + "adolescence", + -12.9654 + ], + [ + "advantageous", + -12.9654 + ], + [ + "airbus", + -12.9654 + ], + [ + "angrily", + -12.9654 + ], + [ + "antiques", + -12.9654 + ], + [ + "asserting", + -12.9654 + ], + [ + "attachments", + -12.9654 + ], + [ + "baird", + -12.9654 + ], + [ + "banter", + -12.9654 + ], + [ + "barnett", + -12.9654 + ], + [ + "baroness", + -12.9654 + ], + [ + "basilica", + -12.9654 + ], + [ + "batsman", + -12.9654 + ], + [ + "benchmarks", + -12.9654 + ], + [ + "benefiting", + -12.9654 + ], + [ + "birthdays", + -12.9654 + ], + [ + "blasts", + -12.9654 + ], + [ + "bloodshed", + -12.9654 + ], + [ + "bmi", + -12.9654 + ], + [ + "bodyguard", + -12.9654 + ], + [ + "bombardment", + -12.9654 + ], + [ + "breakers", + -12.9654 + ], + [ + "bribery", + -12.9654 + ], + [ + "bridget", + -12.9654 + ], + [ + "brigades", + -12.9654 + ], + [ + "brilliance", + -12.9654 + ], + [ + "browne", + -12.9654 + ], + [ + "browning", + -12.9654 + ], + [ + "building's", + -12.9654 + ], + [ + "burnley", + -12.9654 + ], + [ + "cactus", + -12.9654 + ], + [ + "cara", + -12.9654 + ], + [ + "carpets", + -12.9654 + ], + [ + "celtics", + -12.9654 + ], + [ + "checkpoint", + -12.9654 + ], + [ + "cheshire", + -12.9654 + ], + [ + "chopper", + -12.9654 + ], + [ + "chronological", + -12.9654 + ], + [ + "cleanse", + -12.9654 + ], + [ + "clerks", + -12.9654 + ], + [ + "climates", + -12.9654 + ], + [ + "clueless", + -12.9654 + ], + [ + "cms", + -12.9654 + ], + [ + "coined", + -12.9654 + ], + [ + "collaborations", + -12.9654 + ], + [ + "colossal", + -12.9654 + ], + [ + "commodore", + -12.9654 + ], + [ + "conclusive", + -12.9654 + ], + [ + "conducive", + -12.9654 + ], + [ + "congregations", + -12.9654 + ], + [ + "consultancy", + -12.9654 + ], + [ + "contemplated", + -12.9654 + ], + [ + "corrective", + -12.9654 + ], + [ + "cosmopolitan", + -12.9654 + ], + [ + "culprit", + -12.9654 + ], + [ + "cw", + -12.9654 + ], + [ + "decor", + -12.9654 + ], + [ + "deem", + -12.9654 + ], + [ + "delaying", + -12.9654 + ], + [ + "delusion", + -12.9654 + ], + [ + "delusional", + -12.9654 + ], + [ + "denomination", + -12.9654 + ], + [ + "directional", + -12.9654 + ], + [ + "discard", + -12.9654 + ], + [ + "discrepancy", + -12.9654 + ], + [ + "distinctions", + -12.9654 + ], + [ + "distractions", + -12.9654 + ], + [ + "divisional", + -12.9654 + ], + [ + "dominique", + -12.9654 + ], + [ + "donuts", + -12.9654 + ], + [ + "drawers", + -12.9654 + ], + [ + "eduardo", + -12.9654 + ], + [ + "elevators", + -12.9654 + ], + [ + "elton", + -12.9654 + ], + [ + "emailed", + -12.9654 + ], + [ + "embodied", + -12.9654 + ], + [ + "ems", + -12.9654 + ], + [ + "ensued", + -12.9654 + ], + [ + "entertainer", + -12.9654 + ], + [ + "evade", + -12.9654 + ], + [ + "excludes", + -12.9654 + ], + [ + "exhaustive", + -12.9654 + ], + [ + "explanatory", + -12.9654 + ], + [ + "expressive", + -12.9654 + ], + [ + "fag", + -12.9654 + ], + [ + "farmland", + -12.9654 + ], + [ + "feeder", + -12.9654 + ], + [ + "ferris", + -12.9654 + ], + [ + "fleets", + -12.9654 + ], + [ + "flirt", + -12.9654 + ], + [ + "fodder", + -12.9654 + ], + [ + "forks", + -12.9654 + ], + [ + "fourteenth", + -12.9654 + ], + [ + "freaky", + -12.9654 + ], + [ + "fumes", + -12.9654 + ], + [ + "funnier", + -12.9654 + ], + [ + "furry", + -12.9654 + ], + [ + "gadget", + -12.9654 + ], + [ + "gao", + -12.9654 + ], + [ + "genie", + -12.9654 + ], + [ + "gland", + -12.9654 + ], + [ + "gloomy", + -12.9654 + ], + [ + "glued", + -12.9654 + ], + [ + "gujarat", + -12.9654 + ], + [ + "gymnastics", + -12.9654 + ], + [ + "heinrich", + -12.9654 + ], + [ + "hiatus", + -12.9654 + ], + [ + "hobart", + -12.9654 + ], + [ + "homelessness", + -12.9654 + ], + [ + "hoo", + -12.9654 + ], + [ + "hoop", + -12.9654 + ], + [ + "horsepower", + -12.9654 + ], + [ + "hotline", + -12.9654 + ], + [ + "housewife", + -12.9654 + ], + [ + "hovering", + -12.9654 + ], + [ + "hubert", + -12.9654 + ], + [ + "hugged", + -12.9654 + ], + [ + "hutchinson", + -12.9654 + ], + [ + "imaginative", + -12.9654 + ], + [ + "inaccessible", + -12.9654 + ], + [ + "independents", + -12.9654 + ], + [ + "infancy", + -12.9654 + ], + [ + "intellectually", + -12.9654 + ], + [ + "intra", + -12.9654 + ], + [ + "joys", + -12.9654 + ], + [ + "julien", + -12.9654 + ], + [ + "kaplan", + -12.9654 + ], + [ + "karaoke", + -12.9654 + ], + [ + "lars", + -12.9654 + ], + [ + "layered", + -12.9654 + ], + [ + "lc", + -12.9654 + ], + [ + "loot", + -12.9654 + ], + [ + "luca", + -12.9654 + ], + [ + "magnum", + -12.9654 + ], + [ + "mana", + -12.9654 + ], + [ + "manure", + -12.9654 + ], + [ + "measurable", + -12.9654 + ], + [ + "michaels", + -12.9654 + ], + [ + "misty", + -12.9654 + ], + [ + "moderator", + -12.9654 + ], + [ + "nielsen", + -12.9654 + ], + [ + "nitrate", + -12.9654 + ], + [ + "noir", + -12.9654 + ], + [ + "nostalgic", + -12.9654 + ], + [ + "observes", + -12.9654 + ], + [ + "od", + -12.9654 + ], + [ + "odor", + -12.9654 + ], + [ + "opposes", + -12.9654 + ], + [ + "ornamental", + -12.9654 + ], + [ + "otis", + -12.9654 + ], + [ + "outing", + -12.9654 + ], + [ + "outsourcing", + -12.9654 + ], + [ + "pandora", + -12.9654 + ], + [ + "parry", + -12.9654 + ], + [ + "participates", + -12.9654 + ], + [ + "peacekeeping", + -12.9654 + ], + [ + "pebble", + -12.9654 + ], + [ + "peril", + -12.9654 + ], + [ + "pervasive", + -12.9654 + ], + [ + "pickle", + -12.9654 + ], + [ + "pivot", + -12.9654 + ], + [ + "playwright", + -12.9654 + ], + [ + "portfolios", + -12.9654 + ], + [ + "proclaim", + -12.9654 + ], + [ + "propagation", + -12.9654 + ], + [ + "psyche", + -12.9654 + ], + [ + "psychologically", + -12.9654 + ], + [ + "pyramids", + -12.9654 + ], + [ + "qualifier", + -12.9654 + ], + [ + "qualifies", + -12.9654 + ], + [ + "ramon", + -12.9654 + ], + [ + "rector", + -12.9654 + ], + [ + "recurrent", + -12.9654 + ], + [ + "redundancy", + -12.9654 + ], + [ + "reefs", + -12.9654 + ], + [ + "regulars", + -12.9654 + ], + [ + "relic", + -12.9654 + ], + [ + "rendition", + -12.9654 + ], + [ + "republics", + -12.9654 + ], + [ + "reversing", + -12.9654 + ], + [ + "richness", + -12.9654 + ], + [ + "ridicule", + -12.9654 + ], + [ + "risked", + -12.9654 + ], + [ + "roadside", + -12.9654 + ], + [ + "rosen", + -12.9654 + ], + [ + "rpg", + -12.9654 + ], + [ + "s3", + -12.9654 + ], + [ + "sainte", + -12.9654 + ], + [ + "schoolboy", + -12.9654 + ], + [ + "sclerosis", + -12.9654 + ], + [ + "semantic", + -12.9654 + ], + [ + "semitism", + -12.9654 + ], + [ + "settles", + -12.9654 + ], + [ + "seventeenth", + -12.9654 + ], + [ + "seville", + -12.9654 + ], + [ + "sharma", + -12.9654 + ], + [ + "shear", + -12.9654 + ], + [ + "silicone", + -12.9654 + ], + [ + "sire", + -12.9654 + ], + [ + "sleeper", + -12.9654 + ], + [ + "slovenian", + -12.9654 + ], + [ + "smoker", + -12.9654 + ], + [ + "sniff", + -12.9654 + ], + [ + "soaking", + -12.9654 + ], + [ + "soluble", + -12.9654 + ], + [ + "soooo", + -12.9654 + ], + [ + "spaced", + -12.9654 + ], + [ + "spawning", + -12.9654 + ], + [ + "sporadic", + -12.9654 + ], + [ + "sprinkle", + -12.9654 + ], + [ + "stamford", + -12.9654 + ], + [ + "statewide", + -12.9654 + ], + [ + "stemming", + -12.9654 + ], + [ + "stoked", + -12.9654 + ], + [ + "stumble", + -12.9654 + ], + [ + "subconscious", + -12.9654 + ], + [ + "supervise", + -12.9654 + ], + [ + "swimmer", + -12.9654 + ], + [ + "system's", + -12.9654 + ], + [ + "talbot", + -12.9654 + ], + [ + "tanya", + -12.9654 + ], + [ + "tattooed", + -12.9654 + ], + [ + "texted", + -12.9654 + ], + [ + "thematic", + -12.9654 + ], + [ + "tricked", + -12.9654 + ], + [ + "trunks", + -12.9654 + ], + [ + "tucson", + -12.9654 + ], + [ + "ubiquitous", + -12.9654 + ], + [ + "uncles", + -12.9654 + ], + [ + "unfold", + -12.9654 + ], + [ + "unresolved", + -12.9654 + ], + [ + "upton", + -12.9654 + ], + [ + "uterus", + -12.9654 + ], + [ + "verde", + -12.9654 + ], + [ + "vin", + -12.9654 + ], + [ + "visibly", + -12.9654 + ], + [ + "vivian", + -12.9654 + ], + [ + "vowed", + -12.9654 + ], + [ + "vowel", + -12.9654 + ], + [ + "vt", + -12.9654 + ], + [ + "vw", + -12.9654 + ], + [ + "whack", + -12.9654 + ], + [ + "widows", + -12.9654 + ], + [ + "wolfgang", + -12.9654 + ], + [ + "wolverine", + -12.9654 + ], + [ + "worldly", + -12.9654 + ], + [ + "wretched", + -12.9654 + ], + [ + "3a", + -12.987 + ], + [ + "administrations", + -12.987 + ], + [ + "afar", + -12.987 + ], + [ + "afp", + -12.987 + ], + [ + "agile", + -12.987 + ], + [ + "ames", + -12.987 + ], + [ + "annals", + -12.987 + ], + [ + "antitrust", + -12.987 + ], + [ + "aromatic", + -12.987 + ], + [ + "assurances", + -12.987 + ], + [ + "attendants", + -12.987 + ], + [ + "avon", + -12.987 + ], + [ + "awarding", + -12.987 + ], + [ + "ax", + -12.987 + ], + [ + "basins", + -12.987 + ], + [ + "beauties", + -12.987 + ], + [ + "berger", + -12.987 + ], + [ + "bianca", + -12.987 + ], + [ + "biologist", + -12.987 + ], + [ + "biomass", + -12.987 + ], + [ + "bl", + -12.987 + ], + [ + "blackmail", + -12.987 + ], + [ + "blackpool", + -12.987 + ], + [ + "blooded", + -12.987 + ], + [ + "bnp", + -12.987 + ], + [ + "bono", + -12.987 + ], + [ + "boob", + -12.987 + ], + [ + "booming", + -12.987 + ], + [ + "bouquet", + -12.987 + ], + [ + "britney", + -12.987 + ], + [ + "busting", + -12.987 + ], + [ + "calibration", + -12.987 + ], + [ + "cameo", + -12.987 + ], + [ + "candid", + -12.987 + ], + [ + "caracas", + -12.987 + ], + [ + "cardio", + -12.987 + ], + [ + "carve", + -12.987 + ], + [ + "cashier", + -12.987 + ], + [ + "caucasian", + -12.987 + ], + [ + "checkout", + -12.987 + ], + [ + "chubby", + -12.987 + ], + [ + "clerical", + -12.987 + ], + [ + "clinically", + -12.987 + ], + [ + "cocky", + -12.987 + ], + [ + "coercion", + -12.987 + ], + [ + "colbert", + -12.987 + ], + [ + "composing", + -12.987 + ], + [ + "concerted", + -12.987 + ], + [ + "cones", + -12.987 + ], + [ + "conjecture", + -12.987 + ], + [ + "conserve", + -12.987 + ], + [ + "constellation", + -12.987 + ], + [ + "consular", + -12.987 + ], + [ + "consultations", + -12.987 + ], + [ + "counsellor", + -12.987 + ], + [ + "crete", + -12.987 + ], + [ + "crusaders", + -12.987 + ], + [ + "cupboard", + -12.987 + ], + [ + "curls", + -12.987 + ], + [ + "dashboard", + -12.987 + ], + [ + "denominations", + -12.987 + ], + [ + "departures", + -12.987 + ], + [ + "deteriorating", + -12.987 + ], + [ + "devastation", + -12.987 + ], + [ + "dickinson", + -12.987 + ], + [ + "differed", + -12.987 + ], + [ + "disqualified", + -12.987 + ], + [ + "diva", + -12.987 + ], + [ + "dogma", + -12.987 + ], + [ + "doping", + -12.987 + ], + [ + "dreamt", + -12.987 + ], + [ + "dresden", + -12.987 + ], + [ + "echoing", + -12.987 + ], + [ + "ei", + -12.987 + ], + [ + "eliminates", + -12.987 + ], + [ + "emancipation", + -12.987 + ], + [ + "embargo", + -12.987 + ], + [ + "emigration", + -12.987 + ], + [ + "encompassing", + -12.987 + ], + [ + "entrances", + -12.987 + ], + [ + "eroded", + -12.987 + ], + [ + "evils", + -12.987 + ], + [ + "exceedingly", + -12.987 + ], + [ + "excise", + -12.987 + ], + [ + "excursion", + -12.987 + ], + [ + "exemptions", + -12.987 + ], + [ + "explodes", + -12.987 + ], + [ + "f00", + -12.987 + ], + [ + "famously", + -12.987 + ], + [ + "faso", + -12.987 + ], + [ + "fife", + -12.987 + ], + [ + "flashback", + -12.987 + ], + [ + "flushing", + -12.987 + ], + [ + "folly", + -12.987 + ], + [ + "footnote", + -12.987 + ], + [ + "foregoing", + -12.987 + ], + [ + "freshmen", + -12.987 + ], + [ + "fukushima", + -12.987 + ], + [ + "germs", + -12.987 + ], + [ + "glands", + -12.987 + ], + [ + "glitch", + -12.987 + ], + [ + "grudge", + -12.987 + ], + [ + "hartley", + -12.987 + ], + [ + "hassle", + -12.987 + ], + [ + "hehe", + -12.987 + ], + [ + "hewitt", + -12.987 + ], + [ + "hippie", + -12.987 + ], + [ + "honolulu", + -12.987 + ], + [ + "huang", + -12.987 + ], + [ + "humiliated", + -12.987 + ], + [ + "hump", + -12.987 + ], + [ + "hyun", + -12.987 + ], + [ + "imposition", + -12.987 + ], + [ + "inconvenient", + -12.987 + ], + [ + "inequalities", + -12.987 + ], + [ + "inhabit", + -12.987 + ], + [ + "institut", + -12.987 + ], + [ + "instruct", + -12.987 + ], + [ + "intruder", + -12.987 + ], + [ + "irreversible", + -12.987 + ], + [ + "jogging", + -12.987 + ], + [ + "js", + -12.987 + ], + [ + "jug", + -12.987 + ], + [ + "keyboards", + -12.987 + ], + [ + "kicker", + -12.987 + ], + [ + "kilometre", + -12.987 + ], + [ + "koran", + -12.987 + ], + [ + "lacrosse", + -12.987 + ], + [ + "lady's", + -12.987 + ], + [ + "leaflets", + -12.987 + ], + [ + "libel", + -12.987 + ], + [ + "likeness", + -12.987 + ], + [ + "liturgy", + -12.987 + ], + [ + "lowers", + -12.987 + ], + [ + "m.d", + -12.987 + ], + [ + "mammal", + -12.987 + ], + [ + "mammoth", + -12.987 + ], + [ + "masonry", + -12.987 + ], + [ + "mastering", + -12.987 + ], + [ + "materially", + -12.987 + ], + [ + "mckenzie", + -12.987 + ], + [ + "meltdown", + -12.987 + ], + [ + "mf", + -12.987 + ], + [ + "microscopic", + -12.987 + ], + [ + "midget", + -12.987 + ], + [ + "mileage", + -12.987 + ], + [ + "mischief", + -12.987 + ], + [ + "molten", + -12.987 + ], + [ + "mop", + -12.987 + ], + [ + "motivating", + -12.987 + ], + [ + "murderous", + -12.987 + ], + [ + "nano", + -12.987 + ], + [ + "natal", + -12.987 + ], + [ + "neutron", + -12.987 + ], + [ + "nods", + -12.987 + ], + [ + "officer's", + -12.987 + ], + [ + "orphanage", + -12.987 + ], + [ + "osama", + -12.987 + ], + [ + "outnumbered", + -12.987 + ], + [ + "outpost", + -12.987 + ], + [ + "overflow", + -12.987 + ], + [ + "parting", + -12.987 + ], + [ + "partnered", + -12.987 + ], + [ + "paws", + -12.987 + ], + [ + "pipelines", + -12.987 + ], + [ + "piping", + -12.987 + ], + [ + "plainly", + -12.987 + ], + [ + "plugged", + -12.987 + ], + [ + "plugs", + -12.987 + ], + [ + "png", + -12.987 + ], + [ + "poking", + -12.987 + ], + [ + "populous", + -12.987 + ], + [ + "postseason", + -12.987 + ], + [ + "previews", + -12.987 + ], + [ + "prob", + -12.987 + ], + [ + "puke", + -12.987 + ], + [ + "purification", + -12.987 + ], + [ + "quid", + -12.987 + ], + [ + "quits", + -12.987 + ], + [ + "radial", + -12.987 + ], + [ + "raptors", + -12.987 + ], + [ + "reboot", + -12.987 + ], + [ + "reborn", + -12.987 + ], + [ + "reforming", + -12.987 + ], + [ + "resilient", + -12.987 + ], + [ + "retrieval", + -12.987 + ], + [ + "riff", + -12.987 + ], + [ + "rn", + -12.987 + ], + [ + "robbing", + -12.987 + ], + [ + "roche", + -12.987 + ], + [ + "routed", + -12.987 + ], + [ + "rowing", + -12.987 + ], + [ + "sachs", + -12.987 + ], + [ + "sandals", + -12.987 + ], + [ + "scandals", + -12.987 + ], + [ + "scientology", + -12.987 + ], + [ + "scorpion", + -12.987 + ], + [ + "scramble", + -12.987 + ], + [ + "serenity", + -12.987 + ], + [ + "servicing", + -12.987 + ], + [ + "sha", + -12.987 + ], + [ + "sherry", + -12.987 + ], + [ + "shorten", + -12.987 + ], + [ + "shrubs", + -12.987 + ], + [ + "sincerity", + -12.987 + ], + [ + "sinful", + -12.987 + ], + [ + "sloan", + -12.987 + ], + [ + "slogans", + -12.987 + ], + [ + "sneakers", + -12.987 + ], + [ + "socioeconomic", + -12.987 + ], + [ + "spaceship", + -12.987 + ], + [ + "spectral", + -12.987 + ], + [ + "speculated", + -12.987 + ], + [ + "sponsoring", + -12.987 + ], + [ + "stale", + -12.987 + ], + [ + "startling", + -12.987 + ], + [ + "stipulated", + -12.987 + ], + [ + "straps", + -12.987 + ], + [ + "sturgeon", + -12.987 + ], + [ + "supervisory", + -12.987 + ], + [ + "tae", + -12.987 + ], + [ + "therapists", + -12.987 + ], + [ + "toad", + -12.987 + ], + [ + "tonic", + -12.987 + ], + [ + "totaled", + -12.987 + ], + [ + "transformer", + -12.987 + ], + [ + "transient", + -12.987 + ], + [ + "transmissions", + -12.987 + ], + [ + "trey", + -12.987 + ], + [ + "tristan", + -12.987 + ], + [ + "tumble", + -12.987 + ], + [ + "underrated", + -12.987 + ], + [ + "unequal", + -12.987 + ], + [ + "user's", + -12.987 + ], + [ + "vending", + -12.987 + ], + [ + "vigilant", + -12.987 + ], + [ + "vinci", + -12.987 + ], + [ + "volcanoes", + -12.987 + ], + [ + "voyager", + -12.987 + ], + [ + "wager", + -12.987 + ], + [ + "warped", + -12.987 + ], + [ + "waterways", + -12.987 + ], + [ + "wd", + -12.987 + ], + [ + "wooded", + -12.987 + ], + [ + "wrecking", + -12.987 + ], + [ + "yin", + -12.987 + ], + [ + "yukon", + -12.987 + ], + [ + "yun", + -12.987 + ], + [ + "zhou", + -12.987 + ], + [ + "accelerator", + -13.009 + ], + [ + "adhesive", + -13.009 + ], + [ + "albanian", + -13.009 + ], + [ + "albuquerque", + -13.009 + ], + [ + "alerted", + -13.009 + ], + [ + "anaheim", + -13.009 + ], + [ + "ante", + -13.009 + ], + [ + "antwerp", + -13.009 + ], + [ + "apprehended", + -13.009 + ], + [ + "aspirin", + -13.009 + ], + [ + "attentive", + -13.009 + ], + [ + "author's", + -13.009 + ], + [ + "barlow", + -13.009 + ], + [ + "barrage", + -13.009 + ], + [ + "barring", + -13.009 + ], + [ + "baylor", + -13.009 + ], + [ + "bedding", + -13.009 + ], + [ + "beginner", + -13.009 + ], + [ + "bidder", + -13.009 + ], + [ + "binds", + -13.009 + ], + [ + "bk", + -13.009 + ], + [ + "blatant", + -13.009 + ], + [ + "blends", + -13.009 + ], + [ + "bourgeoisie", + -13.009 + ], + [ + "bragging", + -13.009 + ], + [ + "broth", + -13.009 + ], + [ + "bulldog", + -13.009 + ], + [ + "busiest", + -13.009 + ], + [ + "camille", + -13.009 + ], + [ + "canadiens", + -13.009 + ], + [ + "casing", + -13.009 + ], + [ + "chants", + -13.009 + ], + [ + "cheered", + -13.009 + ], + [ + "clones", + -13.009 + ], + [ + "constance", + -13.009 + ], + [ + "construed", + -13.009 + ], + [ + "conway", + -13.009 + ], + [ + "correctness", + -13.009 + ], + [ + "crave", + -13.009 + ], + [ + "crook", + -13.009 + ], + [ + "cucumber", + -13.009 + ], + [ + "david's", + -13.009 + ], + [ + "decimal", + -13.009 + ], + [ + "defamation", + -13.009 + ], + [ + "demos", + -13.009 + ], + [ + "denny", + -13.009 + ], + [ + "desks", + -13.009 + ], + [ + "diagonal", + -13.009 + ], + [ + "diaper", + -13.009 + ], + [ + "dictates", + -13.009 + ], + [ + "dion", + -13.009 + ], + [ + "disarmament", + -13.009 + ], + [ + "discredit", + -13.009 + ], + [ + "dismantled", + -13.009 + ], + [ + "disperse", + -13.009 + ], + [ + "dissatisfied", + -13.009 + ], + [ + "doctrines", + -13.009 + ], + [ + "doha", + -13.009 + ], + [ + "duffy", + -13.009 + ], + [ + "dyed", + -13.009 + ], + [ + "edits", + -13.009 + ], + [ + "elemental", + -13.009 + ], + [ + "elisabeth", + -13.009 + ], + [ + "elves", + -13.009 + ], + [ + "epidemiology", + -13.009 + ], + [ + "epoch", + -13.009 + ], + [ + "eradicate", + -13.009 + ], + [ + "excavations", + -13.009 + ], + [ + "exited", + -13.009 + ], + [ + "faulkner", + -13.009 + ], + [ + "feng", + -13.009 + ], + [ + "fernandez", + -13.009 + ], + [ + "fiercely", + -13.009 + ], + [ + "fifteenth", + -13.009 + ], + [ + "filth", + -13.009 + ], + [ + "fishery", + -13.009 + ], + [ + "fleeting", + -13.009 + ], + [ + "flickr", + -13.009 + ], + [ + "flowed", + -13.009 + ], + [ + "folders", + -13.009 + ], + [ + "foliage", + -13.009 + ], + [ + "fonts", + -13.009 + ], + [ + "footwear", + -13.009 + ], + [ + "formulate", + -13.009 + ], + [ + "fro", + -13.009 + ], + [ + "garland", + -13.009 + ], + [ + "garry", + -13.009 + ], + [ + "geez", + -13.009 + ], + [ + "gemma", + -13.009 + ], + [ + "gl", + -13.009 + ], + [ + "glamorous", + -13.009 + ], + [ + "glide", + -13.009 + ], + [ + "graders", + -13.009 + ], + [ + "grammatical", + -13.009 + ], + [ + "gregg", + -13.009 + ], + [ + "grimm", + -13.009 + ], + [ + "handshake", + -13.009 + ], + [ + "hangar", + -13.009 + ], + [ + "hartford", + -13.009 + ], + [ + "haute", + -13.009 + ], + [ + "herrera", + -13.009 + ], + [ + "hillside", + -13.009 + ], + [ + "hind", + -13.009 + ], + [ + "hitch", + -13.009 + ], + [ + "hitler's", + -13.009 + ], + [ + "holistic", + -13.009 + ], + [ + "honoring", + -13.009 + ], + [ + "hormonal", + -13.009 + ], + [ + "howell", + -13.009 + ], + [ + "hybrids", + -13.009 + ], + [ + "hymns", + -13.009 + ], + [ + "hypocrite", + -13.009 + ], + [ + "hz", + -13.009 + ], + [ + "ids", + -13.009 + ], + [ + "immaculate", + -13.009 + ], + [ + "improbable", + -13.009 + ], + [ + "incarceration", + -13.009 + ], + [ + "incompetence", + -13.009 + ], + [ + "inferno", + -13.009 + ], + [ + "ingenious", + -13.009 + ], + [ + "involuntary", + -13.009 + ], + [ + "jacks", + -13.009 + ], + [ + "jai", + -13.009 + ], + [ + "jarvis", + -13.009 + ], + [ + "jd", + -13.009 + ], + [ + "jk", + -13.009 + ], + [ + "journalistic", + -13.009 + ], + [ + "judd", + -13.009 + ], + [ + "jurors", + -13.009 + ], + [ + "katz", + -13.009 + ], + [ + "launcher", + -13.009 + ], + [ + "lavish", + -13.009 + ], + [ + "lawmakers", + -13.009 + ], + [ + "lee's", + -13.009 + ], + [ + "lends", + -13.009 + ], + [ + "lifestyles", + -13.009 + ], + [ + "ligament", + -13.009 + ], + [ + "litres", + -13.009 + ], + [ + "liv", + -13.009 + ], + [ + "lockdown", + -13.009 + ], + [ + "looting", + -13.009 + ], + [ + "lotion", + -13.009 + ], + [ + "louvre", + -13.009 + ], + [ + "lutheran", + -13.009 + ], + [ + "lux", + -13.009 + ], + [ + "lyrical", + -13.009 + ], + [ + "macbook", + -13.009 + ], + [ + "magnets", + -13.009 + ], + [ + "malfunction", + -13.009 + ], + [ + "manageable", + -13.009 + ], + [ + "manifold", + -13.009 + ], + [ + "manu", + -13.009 + ], + [ + "martian", + -13.009 + ], + [ + "mein", + -13.009 + ], + [ + "melts", + -13.009 + ], + [ + "meps", + -13.009 + ], + [ + "mercer", + -13.009 + ], + [ + "mimi", + -13.009 + ], + [ + "mined", + -13.009 + ], + [ + "mitigation", + -13.009 + ], + [ + "moaning", + -13.009 + ], + [ + "modernity", + -13.009 + ], + [ + "mondays", + -13.009 + ], + [ + "moons", + -13.009 + ], + [ + "moreno", + -13.009 + ], + [ + "naruto", + -13.009 + ], + [ + "ndp", + -13.009 + ], + [ + "nearing", + -13.009 + ], + [ + "novak", + -13.009 + ], + [ + "numbering", + -13.009 + ], + [ + "ob", + -13.009 + ], + [ + "oblivion", + -13.009 + ], + [ + "obnoxious", + -13.009 + ], + [ + "olga", + -13.009 + ], + [ + "oman", + -13.009 + ], + [ + "osaka", + -13.009 + ], + [ + "outlining", + -13.009 + ], + [ + "outspoken", + -13.009 + ], + [ + "owner's", + -13.009 + ], + [ + "paranormal", + -13.009 + ], + [ + "pastors", + -13.009 + ], + [ + "paterson", + -13.009 + ], + [ + "pathogens", + -13.009 + ], + [ + "perished", + -13.009 + ], + [ + "perseverance", + -13.009 + ], + [ + "persisted", + -13.009 + ], + [ + "piazza", + -13.009 + ], + [ + "pods", + -13.009 + ], + [ + "polluted", + -13.009 + ], + [ + "ponder", + -13.009 + ], + [ + "predatory", + -13.009 + ], + [ + "preferring", + -13.009 + ], + [ + "prescott", + -13.009 + ], + [ + "presumption", + -13.009 + ], + [ + "proton", + -13.009 + ], + [ + "provence", + -13.009 + ], + [ + "pulses", + -13.009 + ], + [ + "puppets", + -13.009 + ], + [ + "rbi", + -13.009 + ], + [ + "reactionary", + -13.009 + ], + [ + "realising", + -13.009 + ], + [ + "reciprocal", + -13.009 + ], + [ + "redress", + -13.009 + ], + [ + "reigned", + -13.009 + ], + [ + "remuneration", + -13.009 + ], + [ + "rendezvous", + -13.009 + ], + [ + "replication", + -13.009 + ], + [ + "rhetorical", + -13.009 + ], + [ + "ridley", + -13.009 + ], + [ + "roc", + -13.009 + ], + [ + "roi", + -13.009 + ], + [ + "roommates", + -13.009 + ], + [ + "roundabout", + -13.009 + ], + [ + "rr", + -13.009 + ], + [ + "rupees", + -13.009 + ], + [ + "rutherford", + -13.009 + ], + [ + "satirical", + -13.009 + ], + [ + "sbs", + -13.009 + ], + [ + "scrolling", + -13.009 + ], + [ + "sectarian", + -13.009 + ], + [ + "setback", + -13.009 + ], + [ + "signalling", + -13.009 + ], + [ + "spec", + -13.009 + ], + [ + "spiritually", + -13.009 + ], + [ + "stabilized", + -13.009 + ], + [ + "std", + -13.009 + ], + [ + "stimulated", + -13.009 + ], + [ + "stimuli", + -13.009 + ], + [ + "stoner", + -13.009 + ], + [ + "strands", + -13.009 + ], + [ + "stuffing", + -13.009 + ], + [ + "stumbling", + -13.009 + ], + [ + "stuttgart", + -13.009 + ], + [ + "surrogate", + -13.009 + ], + [ + "swans", + -13.009 + ], + [ + "sweetest", + -13.009 + ], + [ + "tackled", + -13.009 + ], + [ + "tagging", + -13.009 + ], + [ + "taxing", + -13.009 + ], + [ + "taxis", + -13.009 + ], + [ + "tf", + -13.009 + ], + [ + "thinkin", + -13.009 + ], + [ + "toned", + -13.009 + ], + [ + "toured", + -13.009 + ], + [ + "towed", + -13.009 + ], + [ + "transcripts", + -13.009 + ], + [ + "tuscany", + -13.009 + ], + [ + "u2", + -13.009 + ], + [ + "ultraviolet", + -13.009 + ], + [ + "unaffected", + -13.009 + ], + [ + "unanswered", + -13.009 + ], + [ + "unfolding", + -13.009 + ], + [ + "unintended", + -13.009 + ], + [ + "unleashed", + -13.009 + ], + [ + "uzbekistan", + -13.009 + ], + [ + "vargas", + -13.009 + ], + [ + "vega", + -13.009 + ], + [ + "vocation", + -13.009 + ], + [ + "vouchers", + -13.009 + ], + [ + "waged", + -13.009 + ], + [ + "webber", + -13.009 + ], + [ + "whispered", + -13.009 + ], + [ + "widened", + -13.009 + ], + [ + "windshield", + -13.009 + ], + [ + "wordpress", + -13.009 + ], + [ + "wp", + -13.009 + ], + [ + "x2", + -13.009 + ], + [ + "\u25cf", + -13.009 + ], + [ + "0000m", + -13.0316 + ], + [ + "7pm", + -13.0316 + ], + [ + "achieves", + -13.0316 + ], + [ + "acidic", + -13.0316 + ], + [ + "advisable", + -13.0316 + ], + [ + "afflicted", + -13.0316 + ], + [ + "alba", + -13.0316 + ], + [ + "alvin", + -13.0316 + ], + [ + "anchorage", + -13.0316 + ], + [ + "anecdotes", + -13.0316 + ], + [ + "anthology", + -13.0316 + ], + [ + "appellate", + -13.0316 + ], + [ + "appreciates", + -13.0316 + ], + [ + "aqua", + -13.0316 + ], + [ + "arson", + -13.0316 + ], + [ + "assigning", + -13.0316 + ], + [ + "astrology", + -13.0316 + ], + [ + "auditions", + -13.0316 + ], + [ + "authored", + -13.0316 + ], + [ + "awaken", + -13.0316 + ], + [ + "balkan", + -13.0316 + ], + [ + "banged", + -13.0316 + ], + [ + "bas", + -13.0316 + ], + [ + "beards", + -13.0316 + ], + [ + "begs", + -13.0316 + ], + [ + "benevolent", + -13.0316 + ], + [ + "bey", + -13.0316 + ], + [ + "bloomberg", + -13.0316 + ], + [ + "blvd", + -13.0316 + ], + [ + "bonfire", + -13.0316 + ], + [ + "boosted", + -13.0316 + ], + [ + "bowed", + -13.0316 + ], + [ + "breakout", + -13.0316 + ], + [ + "broaden", + -13.0316 + ], + [ + "brody", + -13.0316 + ], + [ + "browsers", + -13.0316 + ], + [ + "burying", + -13.0316 + ], + [ + "cafes", + -13.0316 + ], + [ + "capitalize", + -13.0316 + ], + [ + "carbohydrates", + -13.0316 + ], + [ + "cary", + -13.0316 + ], + [ + "circumcision", + -13.0316 + ], + [ + "compel", + -13.0316 + ], + [ + "complied", + -13.0316 + ], + [ + "complimentary", + -13.0316 + ], + [ + "compromises", + -13.0316 + ], + [ + "compton", + -13.0316 + ], + [ + "computation", + -13.0316 + ], + [ + "conductors", + -13.0316 + ], + [ + "conn", + -13.0316 + ], + [ + "constraint", + -13.0316 + ], + [ + "conversions", + -13.0316 + ], + [ + "cor", + -13.0316 + ], + [ + "coroner", + -13.0316 + ], + [ + "correspondents", + -13.0316 + ], + [ + "cottages", + -13.0316 + ], + [ + "countered", + -13.0316 + ], + [ + "coworkers", + -13.0316 + ], + [ + "cromwell", + -13.0316 + ], + [ + "crucified", + -13.0316 + ], + [ + "cuddle", + -13.0316 + ], + [ + "cummings", + -13.0316 + ], + [ + "cures", + -13.0316 + ], + [ + "devout", + -13.0316 + ], + [ + "dialogues", + -13.0316 + ], + [ + "dirk", + -13.0316 + ], + [ + "discretionary", + -13.0316 + ], + [ + "disobedience", + -13.0316 + ], + [ + "dyke", + -13.0316 + ], + [ + "eastward", + -13.0316 + ], + [ + "ejected", + -13.0316 + ], + [ + "elk", + -13.0316 + ], + [ + "emphasised", + -13.0316 + ], + [ + "enhances", + -13.0316 + ], + [ + "enlarge", + -13.0316 + ], + [ + "equivalents", + -13.0316 + ], + [ + "excessively", + -13.0316 + ], + [ + "exhibiting", + -13.0316 + ], + [ + "felicity", + -13.0316 + ], + [ + "fetched", + -13.0316 + ], + [ + "fianc\u00e9", + -13.0316 + ], + [ + "firewall", + -13.0316 + ], + [ + "foreground", + -13.0316 + ], + [ + "foreseeable", + -13.0316 + ], + [ + "fostering", + -13.0316 + ], + [ + "fright", + -13.0316 + ], + [ + "fulham", + -13.0316 + ], + [ + "galileo", + -13.0316 + ], + [ + "garfield", + -13.0316 + ], + [ + "glacial", + -13.0316 + ], + [ + "glazed", + -13.0316 + ], + [ + "goodwin", + -13.0316 + ], + [ + "gunner", + -13.0316 + ], + [ + "gutted", + -13.0316 + ], + [ + "handmade", + -13.0316 + ], + [ + "hara", + -13.0316 + ], + [ + "harmonious", + -13.0316 + ], + [ + "heartbroken", + -13.0316 + ], + [ + "heats", + -13.0316 + ], + [ + "heist", + -13.0316 + ], + [ + "horizontally", + -13.0316 + ], + [ + "housewives", + -13.0316 + ], + [ + "hun", + -13.0316 + ], + [ + "ict", + -13.0316 + ], + [ + "ideologies", + -13.0316 + ], + [ + "ik", + -13.0316 + ], + [ + "ikea", + -13.0316 + ], + [ + "illumination", + -13.0316 + ], + [ + "improperly", + -13.0316 + ], + [ + "incest", + -13.0316 + ], + [ + "inflict", + -13.0316 + ], + [ + "inorganic", + -13.0316 + ], + [ + "inquire", + -13.0316 + ], + [ + "insure", + -13.0316 + ], + [ + "interpersonal", + -13.0316 + ], + [ + "intoxicated", + -13.0316 + ], + [ + "inventories", + -13.0316 + ], + [ + "ipo", + -13.0316 + ], + [ + "issuance", + -13.0316 + ], + [ + "jackson's", + -13.0316 + ], + [ + "jacqueline", + -13.0316 + ], + [ + "joanne", + -13.0316 + ], + [ + "johnson's", + -13.0316 + ], + [ + "jpg", + -13.0316 + ], + [ + "keystone", + -13.0316 + ], + [ + "keywords", + -13.0316 + ], + [ + "ks", + -13.0316 + ], + [ + "lahore", + -13.0316 + ], + [ + "landslide", + -13.0316 + ], + [ + "langley", + -13.0316 + ], + [ + "laos", + -13.0316 + ], + [ + "legitimately", + -13.0316 + ], + [ + "lenny", + -13.0316 + ], + [ + "lessen", + -13.0316 + ], + [ + "lighten", + -13.0316 + ], + [ + "loom", + -13.0316 + ], + [ + "mailbox", + -13.0316 + ], + [ + "malls", + -13.0316 + ], + [ + "markedly", + -13.0316 + ], + [ + "mayhem", + -13.0316 + ], + [ + "mcgraw", + -13.0316 + ], + [ + "mediated", + -13.0316 + ], + [ + "medina", + -13.0316 + ], + [ + "mich", + -13.0316 + ], + [ + "mitt", + -13.0316 + ], + [ + "monasteries", + -13.0316 + ], + [ + "monograph", + -13.0316 + ], + [ + "montenegro", + -13.0316 + ], + [ + "motherfucking", + -13.0316 + ], + [ + "moyes", + -13.0316 + ], + [ + "munitions", + -13.0316 + ], + [ + "mx", + -13.0316 + ], + [ + "necessities", + -13.0316 + ], + [ + "negatives", + -13.0316 + ], + [ + "negativity", + -13.0316 + ], + [ + "nerds", + -13.0316 + ], + [ + "neuroscience", + -13.0316 + ], + [ + "nevermind", + -13.0316 + ], + [ + "nurture", + -13.0316 + ], + [ + "oceanic", + -13.0316 + ], + [ + "olsen", + -13.0316 + ], + [ + "ostensibly", + -13.0316 + ], + [ + "otter", + -13.0316 + ], + [ + "panicked", + -13.0316 + ], + [ + "parcels", + -13.0316 + ], + [ + "particulars", + -13.0316 + ], + [ + "paternal", + -13.0316 + ], + [ + "paving", + -13.0316 + ], + [ + "peat", + -13.0316 + ], + [ + "perpetrator", + -13.0316 + ], + [ + "pests", + -13.0316 + ], + [ + "petals", + -13.0316 + ], + [ + "philips", + -13.0316 + ], + [ + "pitchers", + -13.0316 + ], + [ + "poised", + -13.0316 + ], + [ + "prejudices", + -13.0316 + ], + [ + "prelude", + -13.0316 + ], + [ + "prematurely", + -13.0316 + ], + [ + "primal", + -13.0316 + ], + [ + "punishable", + -13.0316 + ], + [ + "quarrel", + -13.0316 + ], + [ + "quickest", + -13.0316 + ], + [ + "raja", + -13.0316 + ], + [ + "rampage", + -13.0316 + ], + [ + "ratification", + -13.0316 + ], + [ + "realist", + -13.0316 + ], + [ + "reassure", + -13.0316 + ], + [ + "recite", + -13.0316 + ], + [ + "reconstructed", + -13.0316 + ], + [ + "referees", + -13.0316 + ], + [ + "refurbished", + -13.0316 + ], + [ + "reinstated", + -13.0316 + ], + [ + "renders", + -13.0316 + ], + [ + "reprint", + -13.0316 + ], + [ + "revert", + -13.0316 + ], + [ + "ridges", + -13.0316 + ], + [ + "robes", + -13.0316 + ], + [ + "rollins", + -13.0316 + ], + [ + "routledge", + -13.0316 + ], + [ + "saturation", + -13.0316 + ], + [ + "savages", + -13.0316 + ], + [ + "senseless", + -13.0316 + ], + [ + "seventies", + -13.0316 + ], + [ + "shoreline", + -13.0316 + ], + [ + "shortcut", + -13.0316 + ], + [ + "shredded", + -13.0316 + ], + [ + "slew", + -13.0316 + ], + [ + "slippers", + -13.0316 + ], + [ + "soar", + -13.0316 + ], + [ + "socrates", + -13.0316 + ], + [ + "spamming", + -13.0316 + ], + [ + "squared", + -13.0316 + ], + [ + "stacey", + -13.0316 + ], + [ + "subsistence", + -13.0316 + ], + [ + "suez", + -13.0316 + ], + [ + "sup", + -13.0316 + ], + [ + "supervising", + -13.0316 + ], + [ + "sweeps", + -13.0316 + ], + [ + "syllable", + -13.0316 + ], + [ + "taipei", + -13.0316 + ], + [ + "temperament", + -13.0316 + ], + [ + "there'll", + -13.0316 + ], + [ + "tj", + -13.0316 + ], + [ + "trafford", + -13.0316 + ], + [ + "treacherous", + -13.0316 + ], + [ + "tremendously", + -13.0316 + ], + [ + "troopers", + -13.0316 + ], + [ + "troublesome", + -13.0316 + ], + [ + "tyrone", + -13.0316 + ], + [ + "umpire", + -13.0316 + ], + [ + "unbelievably", + -13.0316 + ], + [ + "unborn", + -13.0316 + ], + [ + "unsuitable", + -13.0316 + ], + [ + "upfront", + -13.0316 + ], + [ + "uploading", + -13.0316 + ], + [ + "validate", + -13.0316 + ], + [ + "vets", + -13.0316 + ], + [ + "vida", + -13.0316 + ], + [ + "woken", + -13.0316 + ], + [ + "www", + -13.0316 + ], + [ + "yeh", + -13.0316 + ], + [ + "yong", + -13.0316 + ], + [ + "yves", + -13.0316 + ], + [ + "zelda", + -13.0316 + ], + [ + "3ds", + -13.0547 + ], + [ + "3m", + -13.0547 + ], + [ + "8pm", + -13.0547 + ], + [ + "abigail", + -13.0547 + ], + [ + "abnormalities", + -13.0547 + ], + [ + "additive", + -13.0547 + ], + [ + "adversity", + -13.0547 + ], + [ + "afterlife", + -13.0547 + ], + [ + "allotted", + -13.0547 + ], + [ + "amc", + -13.0547 + ], + [ + "amplifier", + -13.0547 + ], + [ + "approving", + -13.0547 + ], + [ + "assembling", + -13.0547 + ], + [ + "assertions", + -13.0547 + ], + [ + "astounding", + -13.0547 + ], + [ + "atkinson", + -13.0547 + ], + [ + "barbarian", + -13.0547 + ], + [ + "barrow", + -13.0547 + ], + [ + "basal", + -13.0547 + ], + [ + "bedside", + -13.0547 + ], + [ + "berg", + -13.0547 + ], + [ + "bern", + -13.0547 + ], + [ + "beyonc\u00e9", + -13.0547 + ], + [ + "blasphemy", + -13.0547 + ], + [ + "bn", + -13.0547 + ], + [ + "bom", + -13.0547 + ], + [ + "boone", + -13.0547 + ], + [ + "borderline", + -13.0547 + ], + [ + "butch", + -13.0547 + ], + [ + "cadet", + -13.0547 + ], + [ + "calves", + -13.0547 + ], + [ + "campaigned", + -13.0547 + ], + [ + "caramel", + -13.0547 + ], + [ + "categorized", + -13.0547 + ], + [ + "cba", + -13.0547 + ], + [ + "censored", + -13.0547 + ], + [ + "centrally", + -13.0547 + ], + [ + "centric", + -13.0547 + ], + [ + "cesar", + -13.0547 + ], + [ + "cherokee", + -13.0547 + ], + [ + "cio", + -13.0547 + ], + [ + "client's", + -13.0547 + ], + [ + "clinging", + -13.0547 + ], + [ + "cobalt", + -13.0547 + ], + [ + "coli", + -13.0547 + ], + [ + "commandment", + -13.0547 + ], + [ + "commemorative", + -13.0547 + ], + [ + "commentaries", + -13.0547 + ], + [ + "commissioning", + -13.0547 + ], + [ + "compressor", + -13.0547 + ], + [ + "compromising", + -13.0547 + ], + [ + "computed", + -13.0547 + ], + [ + "cords", + -13.0547 + ], + [ + "cosy", + -13.0547 + ], + [ + "cumberland", + -13.0547 + ], + [ + "curfew", + -13.0547 + ], + [ + "d2", + -13.0547 + ], + [ + "dalai", + -13.0547 + ], + [ + "damian", + -13.0547 + ], + [ + "dazzling", + -13.0547 + ], + [ + "decorating", + -13.0547 + ], + [ + "deficient", + -13.0547 + ], + [ + "deities", + -13.0547 + ], + [ + "delights", + -13.0547 + ], + [ + "deserts", + -13.0547 + ], + [ + "disclaimer", + -13.0547 + ], + [ + "dungeons", + -13.0547 + ], + [ + "elevate", + -13.0547 + ], + [ + "emptied", + -13.0547 + ], + [ + "enlist", + -13.0547 + ], + [ + "entail", + -13.0547 + ], + [ + "erratic", + -13.0547 + ], + [ + "exacerbated", + -13.0547 + ], + [ + "externally", + -13.0547 + ], + [ + "extravagant", + -13.0547 + ], + [ + "eyebrow", + -13.0547 + ], + [ + "fang", + -13.0547 + ], + [ + "farmed", + -13.0547 + ], + [ + "fiesta", + -13.0547 + ], + [ + "finalist", + -13.0547 + ], + [ + "fins", + -13.0547 + ], + [ + "flattened", + -13.0547 + ], + [ + "floppy", + -13.0547 + ], + [ + "fluorescent", + -13.0547 + ], + [ + "forging", + -13.0547 + ], + [ + "frontiers", + -13.0547 + ], + [ + "funerals", + -13.0547 + ], + [ + "galloway", + -13.0547 + ], + [ + "garth", + -13.0547 + ], + [ + "glossary", + -13.0547 + ], + [ + "grieving", + -13.0547 + ], + [ + "groundbreaking", + -13.0547 + ], + [ + "hallucinations", + -13.0547 + ], + [ + "handheld", + -13.0547 + ], + [ + "hanover", + -13.0547 + ], + [ + "harassing", + -13.0547 + ], + [ + "heartless", + -13.0547 + ], + [ + "hesitant", + -13.0547 + ], + [ + "hezbollah", + -13.0547 + ], + [ + "hinges", + -13.0547 + ], + [ + "horrifying", + -13.0547 + ], + [ + "hostess", + -13.0547 + ], + [ + "hubs", + -13.0547 + ], + [ + "hue", + -13.0547 + ], + [ + "illustrating", + -13.0547 + ], + [ + "impeachment", + -13.0547 + ], + [ + "imposes", + -13.0547 + ], + [ + "imprint", + -13.0547 + ], + [ + "impunity", + -13.0547 + ], + [ + "incarcerated", + -13.0547 + ], + [ + "inconsistency", + -13.0547 + ], + [ + "inhibitors", + -13.0547 + ], + [ + "inhuman", + -13.0547 + ], + [ + "insurgent", + -13.0547 + ], + [ + "intestinal", + -13.0547 + ], + [ + "isil", + -13.0547 + ], + [ + "itch", + -13.0547 + ], + [ + "jammed", + -13.0547 + ], + [ + "jurisprudence", + -13.0547 + ], + [ + "keynes", + -13.0547 + ], + [ + "kilograms", + -13.0547 + ], + [ + "lankan", + -13.0547 + ], + [ + "lashes", + -13.0547 + ], + [ + "ld", + -13.0547 + ], + [ + "leaps", + -13.0547 + ], + [ + "legalization", + -13.0547 + ], + [ + "lofty", + -13.0547 + ], + [ + "loosen", + -13.0547 + ], + [ + "lte", + -13.0547 + ], + [ + "ludicrous", + -13.0547 + ], + [ + "luigi", + -13.0547 + ], + [ + "m.a", + -13.0547 + ], + [ + "mandates", + -13.0547 + ], + [ + "manic", + -13.0547 + ], + [ + "manslaughter", + -13.0547 + ], + [ + "masturbation", + -13.0547 + ], + [ + "mathematician", + -13.0547 + ], + [ + "matured", + -13.0547 + ], + [ + "melancholy", + -13.0547 + ], + [ + "mellow", + -13.0547 + ], + [ + "mer", + -13.0547 + ], + [ + "migraine", + -13.0547 + ], + [ + "migrated", + -13.0547 + ], + [ + "mir", + -13.0547 + ], + [ + "misplaced", + -13.0547 + ], + [ + "mocked", + -13.0547 + ], + [ + "modelled", + -13.0547 + ], + [ + "momma", + -13.0547 + ], + [ + "moor", + -13.0547 + ], + [ + "morales", + -13.0547 + ], + [ + "motherhood", + -13.0547 + ], + [ + "muffin", + -13.0547 + ], + [ + "muted", + -13.0547 + ], + [ + "muzzle", + -13.0547 + ], + [ + "narrated", + -13.0547 + ], + [ + "nemesis", + -13.0547 + ], + [ + "nip", + -13.0547 + ], + [ + "nom", + -13.0547 + ], + [ + "nothing's", + -13.0547 + ], + [ + "nutshell", + -13.0547 + ], + [ + "oem", + -13.0547 + ], + [ + "ohhh", + -13.0547 + ], + [ + "ollie", + -13.0547 + ], + [ + "orbits", + -13.0547 + ], + [ + "outweigh", + -13.0547 + ], + [ + "pap", + -13.0547 + ], + [ + "patel", + -13.0547 + ], + [ + "pats", + -13.0547 + ], + [ + "peep", + -13.0547 + ], + [ + "pennies", + -13.0547 + ], + [ + "persuasive", + -13.0547 + ], + [ + "petite", + -13.0547 + ], + [ + "pew", + -13.0547 + ], + [ + "philanthropy", + -13.0547 + ], + [ + "pisa", + -13.0547 + ], + [ + "plated", + -13.0547 + ], + [ + "predictive", + -13.0547 + ], + [ + "prized", + -13.0547 + ], + [ + "prowess", + -13.0547 + ], + [ + "pu", + -13.0547 + ], + [ + "pulitzer", + -13.0547 + ], + [ + "racks", + -13.0547 + ], + [ + "rama", + -13.0547 + ], + [ + "rattle", + -13.0547 + ], + [ + "recycle", + -13.0547 + ], + [ + "redevelopment", + -13.0547 + ], + [ + "renovations", + -13.0547 + ], + [ + "rentals", + -13.0547 + ], + [ + "reuse", + -13.0547 + ], + [ + "revolves", + -13.0547 + ], + [ + "rodeo", + -13.0547 + ], + [ + "rolex", + -13.0547 + ], + [ + "ru", + -13.0547 + ], + [ + "s.c", + -13.0547 + ], + [ + "saliva", + -13.0547 + ], + [ + "scrape", + -13.0547 + ], + [ + "seam", + -13.0547 + ], + [ + "sensations", + -13.0547 + ], + [ + "sermons", + -13.0547 + ], + [ + "showtime", + -13.0547 + ], + [ + "siemens", + -13.0547 + ], + [ + "silenced", + -13.0547 + ], + [ + "slay", + -13.0547 + ], + [ + "sludge", + -13.0547 + ], + [ + "slug", + -13.0547 + ], + [ + "soften", + -13.0547 + ], + [ + "specifying", + -13.0547 + ], + [ + "spruce", + -13.0547 + ], + [ + "suction", + -13.0547 + ], + [ + "suzuki", + -13.0547 + ], + [ + "swam", + -13.0547 + ], + [ + "symmetrical", + -13.0547 + ], + [ + "tainted", + -13.0547 + ], + [ + "thierry", + -13.0547 + ], + [ + "tightening", + -13.0547 + ], + [ + "ting", + -13.0547 + ], + [ + "tonne", + -13.0547 + ], + [ + "tossing", + -13.0547 + ], + [ + "traverse", + -13.0547 + ], + [ + "triumphant", + -13.0547 + ], + [ + "trolley", + -13.0547 + ], + [ + "turk", + -13.0547 + ], + [ + "tv's", + -13.0547 + ], + [ + "tyrant", + -13.0547 + ], + [ + "undermining", + -13.0547 + ], + [ + "undone", + -13.0547 + ], + [ + "unicef", + -13.0547 + ], + [ + "usda", + -13.0547 + ], + [ + "vapour", + -13.0547 + ], + [ + "viper", + -13.0547 + ], + [ + "virgins", + -13.0547 + ], + [ + "wheeled", + -13.0547 + ], + [ + "whitman", + -13.0547 + ], + [ + "whores", + -13.0547 + ], + [ + "withhold", + -13.0547 + ], + [ + "yates", + -13.0547 + ], + [ + "zeppelin", + -13.0547 + ], + [ + "zu", + -13.0547 + ], + [ + "0000.00", + -13.0783 + ], + [ + "000x", + -13.0783 + ], + [ + "1a", + -13.0783 + ], + [ + "2b", + -13.0783 + ], + [ + "8gb", + -13.0783 + ], + [ + "9pm", + -13.0783 + ], + [ + "abstraction", + -13.0783 + ], + [ + "adidas", + -13.0783 + ], + [ + "agility", + -13.0783 + ], + [ + "agrarian", + -13.0783 + ], + [ + "airfield", + -13.0783 + ], + [ + "albion", + -13.0783 + ], + [ + "allocate", + -13.0783 + ], + [ + "apologizing", + -13.0783 + ], + [ + "approximation", + -13.0783 + ], + [ + "arbitrarily", + -13.0783 + ], + [ + "arenas", + -13.0783 + ], + [ + "arisen", + -13.0783 + ], + [ + "atheists", + -13.0783 + ], + [ + "auf", + -13.0783 + ], + [ + "barca", + -13.0783 + ], + [ + "bashing", + -13.0783 + ], + [ + "bavaria", + -13.0783 + ], + [ + "bengals", + -13.0783 + ], + [ + "binder", + -13.0783 + ], + [ + "blackhawks", + -13.0783 + ], + [ + "blockbuster", + -13.0783 + ], + [ + "bonnet", + -13.0783 + ], + [ + "boxed", + -13.0783 + ], + [ + "breton", + -13.0783 + ], + [ + "bribes", + -13.0783 + ], + [ + "brits", + -13.0783 + ], + [ + "bundled", + -13.0783 + ], + [ + "buns", + -13.0783 + ], + [ + "burlington", + -13.0783 + ], + [ + "cali", + -13.0783 + ], + [ + "camels", + -13.0783 + ], + [ + "capsules", + -13.0783 + ], + [ + "cartridges", + -13.0783 + ], + [ + "caterpillar", + -13.0783 + ], + [ + "cavaliers", + -13.0783 + ], + [ + "censor", + -13.0783 + ], + [ + "chocolates", + -13.0783 + ], + [ + "chun", + -13.0783 + ], + [ + "claimants", + -13.0783 + ], + [ + "classmate", + -13.0783 + ], + [ + "clover", + -13.0783 + ], + [ + "collapses", + -13.0783 + ], + [ + "collapsing", + -13.0783 + ], + [ + "combatants", + -13.0783 + ], + [ + "comedies", + -13.0783 + ], + [ + "comforts", + -13.0783 + ], + [ + "commencing", + -13.0783 + ], + [ + "committee's", + -13.0783 + ], + [ + "conditioner", + -13.0783 + ], + [ + "conservatism", + -13.0783 + ], + [ + "contour", + -13.0783 + ], + [ + "cooke", + -13.0783 + ], + [ + "coronary", + -13.0783 + ], + [ + "coyote", + -13.0783 + ], + [ + "crimean", + -13.0783 + ], + [ + "danube", + -13.0783 + ], + [ + "dayton", + -13.0783 + ], + [ + "debuted", + -13.0783 + ], + [ + "decidedly", + -13.0783 + ], + [ + "diapers", + -13.0783 + ], + [ + "digitally", + -13.0783 + ], + [ + "dissemination", + -13.0783 + ], + [ + "dixie", + -13.0783 + ], + [ + "dustin", + -13.0783 + ], + [ + "elective", + -13.0783 + ], + [ + "embryos", + -13.0783 + ], + [ + "eminence", + -13.0783 + ], + [ + "enigma", + -13.0783 + ], + [ + "enraged", + -13.0783 + ], + [ + "enroll", + -13.0783 + ], + [ + "eq", + -13.0783 + ], + [ + "erm", + -13.0783 + ], + [ + "erroneous", + -13.0783 + ], + [ + "estuary", + -13.0783 + ], + [ + "evoke", + -13.0783 + ], + [ + "exaggeration", + -13.0783 + ], + [ + "exiting", + -13.0783 + ], + [ + "exposures", + -13.0783 + ], + [ + "extortion", + -13.0783 + ], + [ + "eyewitness", + -13.0783 + ], + [ + "farce", + -13.0783 + ], + [ + "fiancee", + -13.0783 + ], + [ + "fingerprints", + -13.0783 + ], + [ + "firm's", + -13.0783 + ], + [ + "flavored", + -13.0783 + ], + [ + "fling", + -13.0783 + ], + [ + "flores", + -13.0783 + ], + [ + "foo", + -13.0783 + ], + [ + "fountains", + -13.0783 + ], + [ + "frantic", + -13.0783 + ], + [ + "gemini", + -13.0783 + ], + [ + "giraffe", + -13.0783 + ], + [ + "godzilla", + -13.0783 + ], + [ + "grit", + -13.0783 + ], + [ + "gui", + -13.0783 + ], + [ + "gunners", + -13.0783 + ], + [ + "guyana", + -13.0783 + ], + [ + "hallelujah", + -13.0783 + ], + [ + "handbag", + -13.0783 + ], + [ + "hardships", + -13.0783 + ], + [ + "headquartered", + -13.0783 + ], + [ + "heaviest", + -13.0783 + ], + [ + "hiroshima", + -13.0783 + ], + [ + "hunts", + -13.0783 + ], + [ + "hysteria", + -13.0783 + ], + [ + "ignite", + -13.0783 + ], + [ + "illustrious", + -13.0783 + ], + [ + "imitate", + -13.0783 + ], + [ + "impulses", + -13.0783 + ], + [ + "incense", + -13.0783 + ], + [ + "indexes", + -13.0783 + ], + [ + "individual's", + -13.0783 + ], + [ + "industrialized", + -13.0783 + ], + [ + "insofar", + -13.0783 + ], + [ + "instrumentation", + -13.0783 + ], + [ + "intrusive", + -13.0783 + ], + [ + "jfk", + -13.0783 + ], + [ + "keyword", + -13.0783 + ], + [ + "knuckles", + -13.0783 + ], + [ + "kraft", + -13.0783 + ], + [ + "labyrinth", + -13.0783 + ], + [ + "lifespan", + -13.0783 + ], + [ + "lizzie", + -13.0783 + ], + [ + "logistical", + -13.0783 + ], + [ + "longitude", + -13.0783 + ], + [ + "lori", + -13.0783 + ], + [ + "lows", + -13.0783 + ], + [ + "luncheon", + -13.0783 + ], + [ + "lunches", + -13.0783 + ], + [ + "madras", + -13.0783 + ], + [ + "mains", + -13.0783 + ], + [ + "mandy", + -13.0783 + ], + [ + "manifestations", + -13.0783 + ], + [ + "mashed", + -13.0783 + ], + [ + "matte", + -13.0783 + ], + [ + "memes", + -13.0783 + ], + [ + "mentoring", + -13.0783 + ], + [ + "mj", + -13.0783 + ], + [ + "montage", + -13.0783 + ], + [ + "morphology", + -13.0783 + ], + [ + "motifs", + -13.0783 + ], + [ + "mundo", + -13.0783 + ], + [ + "mutiny", + -13.0783 + ], + [ + "namibia", + -13.0783 + ], + [ + "narration", + -13.0783 + ], + [ + "narrower", + -13.0783 + ], + [ + "neptune", + -13.0783 + ], + [ + "nero", + -13.0783 + ], + [ + "nightingale", + -13.0783 + ], + [ + "noticeably", + -13.0783 + ], + [ + "notoriously", + -13.0783 + ], + [ + "nudity", + -13.0783 + ], + [ + "occupancy", + -13.0783 + ], + [ + "ode", + -13.0783 + ], + [ + "offseason", + -13.0783 + ], + [ + "oj", + -13.0783 + ], + [ + "ombudsman", + -13.0783 + ], + [ + "opaque", + -13.0783 + ], + [ + "originates", + -13.0783 + ], + [ + "orioles", + -13.0783 + ], + [ + "oversees", + -13.0783 + ], + [ + "overtake", + -13.0783 + ], + [ + "p000", + -13.0783 + ], + [ + "pak", + -13.0783 + ], + [ + "paraguay", + -13.0783 + ], + [ + "parlor", + -13.0783 + ], + [ + "passover", + -13.0783 + ], + [ + "pastures", + -13.0783 + ], + [ + "peeled", + -13.0783 + ], + [ + "pendulum", + -13.0783 + ], + [ + "periphery", + -13.0783 + ], + [ + "persists", + -13.0783 + ], + [ + "plentiful", + -13.0783 + ], + [ + "posh", + -13.0783 + ], + [ + "preferential", + -13.0783 + ], + [ + "prosecuting", + -13.0783 + ], + [ + "quincy", + -13.0783 + ], + [ + "racket", + -13.0783 + ], + [ + "ramirez", + -13.0783 + ], + [ + "readable", + -13.0783 + ], + [ + "receptive", + -13.0783 + ], + [ + "redeemed", + -13.0783 + ], + [ + "regulates", + -13.0783 + ], + [ + "relapse", + -13.0783 + ], + [ + "repaid", + -13.0783 + ], + [ + "repentance", + -13.0783 + ], + [ + "resembled", + -13.0783 + ], + [ + "resided", + -13.0783 + ], + [ + "retrospect", + -13.0783 + ], + [ + "revered", + -13.0783 + ], + [ + "ribbons", + -13.0783 + ], + [ + "rockies", + -13.0783 + ], + [ + "romero", + -13.0783 + ], + [ + "rotterdam", + -13.0783 + ], + [ + "rushes", + -13.0783 + ], + [ + "salads", + -13.0783 + ], + [ + "sami", + -13.0783 + ], + [ + "scuba", + -13.0783 + ], + [ + "secession", + -13.0783 + ], + [ + "selves", + -13.0783 + ], + [ + "sequencing", + -13.0783 + ], + [ + "serge", + -13.0783 + ], + [ + "sheen", + -13.0783 + ], + [ + "situ", + -13.0783 + ], + [ + "situational", + -13.0783 + ], + [ + "sizable", + -13.0783 + ], + [ + "slapping", + -13.0783 + ], + [ + "smallpox", + -13.0783 + ], + [ + "snapchat", + -13.0783 + ], + [ + "soho", + -13.0783 + ], + [ + "spade", + -13.0783 + ], + [ + "sparse", + -13.0783 + ], + [ + "specialize", + -13.0783 + ], + [ + "spherical", + -13.0783 + ], + [ + "spoilers", + -13.0783 + ], + [ + "starch", + -13.0783 + ], + [ + "stun", + -13.0783 + ], + [ + "sudanese", + -13.0783 + ], + [ + "summarize", + -13.0783 + ], + [ + "sunflower", + -13.0783 + ], + [ + "surveying", + -13.0783 + ], + [ + "swallowing", + -13.0783 + ], + [ + "tack", + -13.0783 + ], + [ + "tailed", + -13.0783 + ], + [ + "tau", + -13.0783 + ], + [ + "templates", + -13.0783 + ], + [ + "terraces", + -13.0783 + ], + [ + "throats", + -13.0783 + ], + [ + "tnt", + -13.0783 + ], + [ + "topless", + -13.0783 + ], + [ + "toxin", + -13.0783 + ], + [ + "tragedies", + -13.0783 + ], + [ + "tummy", + -13.0783 + ], + [ + "underlined", + -13.0783 + ], + [ + "unprotected", + -13.0783 + ], + [ + "unsuccessfully", + -13.0783 + ], + [ + "uphill", + -13.0783 + ], + [ + "valiant", + -13.0783 + ], + [ + "vance", + -13.0783 + ], + [ + "viet", + -13.0783 + ], + [ + "viewpoints", + -13.0783 + ], + [ + "vigilance", + -13.0783 + ], + [ + "visitation", + -13.0783 + ], + [ + "wasps", + -13.0783 + ], + [ + "webcam", + -13.0783 + ], + [ + "webpage", + -13.0783 + ], + [ + "whipping", + -13.0783 + ], + [ + "wilder", + -13.0783 + ], + [ + "wilkins", + -13.0783 + ], + [ + "wreath", + -13.0783 + ], + [ + "ww", + -13.0783 + ], + [ + "0,000.00", + -13.1026 + ], + [ + "9am", + -13.1026 + ], + [ + "accuses", + -13.1026 + ], + [ + "adept", + -13.1026 + ], + [ + "adopts", + -13.1026 + ], + [ + "adversely", + -13.1026 + ], + [ + "agitated", + -13.1026 + ], + [ + "aleppo", + -13.1026 + ], + [ + "alienation", + -13.1026 + ], + [ + "anc", + -13.1026 + ], + [ + "annoys", + -13.1026 + ], + [ + "antibody", + -13.1026 + ], + [ + "armenians", + -13.1026 + ], + [ + "artisans", + -13.1026 + ], + [ + "ascended", + -13.1026 + ], + [ + "ascending", + -13.1026 + ], + [ + "asean", + -13.1026 + ], + [ + "asl", + -13.1026 + ], + [ + "aspiration", + -13.1026 + ], + [ + "association's", + -13.1026 + ], + [ + "attractiveness", + -13.1026 + ], + [ + "auntie", + -13.1026 + ], + [ + "autistic", + -13.1026 + ], + [ + "awakened", + -13.1026 + ], + [ + "bead", + -13.1026 + ], + [ + "benin", + -13.1026 + ], + [ + "bertrand", + -13.1026 + ], + [ + "blinds", + -13.1026 + ], + [ + "boar", + -13.1026 + ], + [ + "bois", + -13.1026 + ], + [ + "brasil", + -13.1026 + ], + [ + "briefs", + -13.1026 + ], + [ + "brokerage", + -13.1026 + ], + [ + "buildup", + -13.1026 + ], + [ + "burglary", + -13.1026 + ], + [ + "burmese", + -13.1026 + ], + [ + "caldwell", + -13.1026 + ], + [ + "carly", + -13.1026 + ], + [ + "carver", + -13.1026 + ], + [ + "chariot", + -13.1026 + ], + [ + "chatter", + -13.1026 + ], + [ + "chavez", + -13.1026 + ], + [ + "cheats", + -13.1026 + ], + [ + "cherished", + -13.1026 + ], + [ + "chopping", + -13.1026 + ], + [ + "chops", + -13.1026 + ], + [ + "choreography", + -13.1026 + ], + [ + "chronology", + -13.1026 + ], + [ + "circling", + -13.1026 + ], + [ + "clarifying", + -13.1026 + ], + [ + "cleric", + -13.1026 + ], + [ + "clothed", + -13.1026 + ], + [ + "collier", + -13.1026 + ], + [ + "comm", + -13.1026 + ], + [ + "compiling", + -13.1026 + ], + [ + "complicate", + -13.1026 + ], + [ + "compute", + -13.1026 + ], + [ + "concurrently", + -13.1026 + ], + [ + "congenital", + -13.1026 + ], + [ + "contentious", + -13.1026 + ], + [ + "coop", + -13.1026 + ], + [ + "cps", + -13.1026 + ], + [ + "cramps", + -13.1026 + ], + [ + "crate", + -13.1026 + ], + [ + "cursing", + -13.1026 + ], + [ + "dal", + -13.1026 + ], + [ + "davey", + -13.1026 + ], + [ + "deceptive", + -13.1026 + ], + [ + "deductible", + -13.1026 + ], + [ + "deepening", + -13.1026 + ], + [ + "degrade", + -13.1026 + ], + [ + "demi", + -13.1026 + ], + [ + "democracies", + -13.1026 + ], + [ + "denote", + -13.1026 + ], + [ + "deploying", + -13.1026 + ], + [ + "descendant", + -13.1026 + ], + [ + "desserts", + -13.1026 + ], + [ + "detriment", + -13.1026 + ], + [ + "dialects", + -13.1026 + ], + [ + "disney's", + -13.1026 + ], + [ + "ditto", + -13.1026 + ], + [ + "dopamine", + -13.1026 + ], + [ + "dwayne", + -13.1026 + ], + [ + "eclectic", + -13.1026 + ], + [ + "ecstatic", + -13.1026 + ], + [ + "eerie", + -13.1026 + ], + [ + "eiffel", + -13.1026 + ], + [ + "eileen", + -13.1026 + ], + [ + "elaborated", + -13.1026 + ], + [ + "embraces", + -13.1026 + ], + [ + "eminem", + -13.1026 + ], + [ + "emperors", + -13.1026 + ], + [ + "enquiries", + -13.1026 + ], + [ + "envelopes", + -13.1026 + ], + [ + "envisaged", + -13.1026 + ], + [ + "equator", + -13.1026 + ], + [ + "excavated", + -13.1026 + ], + [ + "expansive", + -13.1026 + ], + [ + "faithfully", + -13.1026 + ], + [ + "faq", + -13.1026 + ], + [ + "fatally", + -13.1026 + ], + [ + "fedex", + -13.1026 + ], + [ + "ferries", + -13.1026 + ], + [ + "filtration", + -13.1026 + ], + [ + "flatter", + -13.1026 + ], + [ + "flattered", + -13.1026 + ], + [ + "flemish", + -13.1026 + ], + [ + "forster", + -13.1026 + ], + [ + "forts", + -13.1026 + ], + [ + "fragmentation", + -13.1026 + ], + [ + "frameworks", + -13.1026 + ], + [ + "fs", + -13.1026 + ], + [ + "fulton", + -13.1026 + ], + [ + "fumble", + -13.1026 + ], + [ + "fused", + -13.1026 + ], + [ + "gabe", + -13.1026 + ], + [ + "gathers", + -13.1026 + ], + [ + "ghz", + -13.1026 + ], + [ + "glare", + -13.1026 + ], + [ + "gma", + -13.1026 + ], + [ + "grooming", + -13.1026 + ], + [ + "grossly", + -13.1026 + ], + [ + "hallmark", + -13.1026 + ], + [ + "hardness", + -13.1026 + ], + [ + "harming", + -13.1026 + ], + [ + "harrington", + -13.1026 + ], + [ + "heaps", + -13.1026 + ], + [ + "hemingway", + -13.1026 + ], + [ + "herpes", + -13.1026 + ], + [ + "iceberg", + -13.1026 + ], + [ + "ign", + -13.1026 + ], + [ + "implanted", + -13.1026 + ], + [ + "impractical", + -13.1026 + ], + [ + "ineligible", + -13.1026 + ], + [ + "infested", + -13.1026 + ], + [ + "inhibit", + -13.1026 + ], + [ + "injuring", + -13.1026 + ], + [ + "insurgency", + -13.1026 + ], + [ + "insurrection", + -13.1026 + ], + [ + "interns", + -13.1026 + ], + [ + "intimidate", + -13.1026 + ], + [ + "ipswich", + -13.1026 + ], + [ + "isabelle", + -13.1026 + ], + [ + "jab", + -13.1026 + ], + [ + "janice", + -13.1026 + ], + [ + "joaquin", + -13.1026 + ], + [ + "joe's", + -13.1026 + ], + [ + "kia", + -13.1026 + ], + [ + "kilometer", + -13.1026 + ], + [ + "lai", + -13.1026 + ], + [ + "lash", + -13.1026 + ], + [ + "lattice", + -13.1026 + ], + [ + "lazarus", + -13.1026 + ], + [ + "leakage", + -13.1026 + ], + [ + "liners", + -13.1026 + ], + [ + "linkage", + -13.1026 + ], + [ + "linkedin", + -13.1026 + ], + [ + "livingston", + -13.1026 + ], + [ + "malibu", + -13.1026 + ], + [ + "mauritius", + -13.1026 + ], + [ + "mercenaries", + -13.1026 + ], + [ + "microbial", + -13.1026 + ], + [ + "migratory", + -13.1026 + ], + [ + "mixtures", + -13.1026 + ], + [ + "muller", + -13.1026 + ], + [ + "navigator", + -13.1026 + ], + [ + "nih", + -13.1026 + ], + [ + "nonstop", + -13.1026 + ], + [ + "noodle", + -13.1026 + ], + [ + "novo", + -13.1026 + ], + [ + "nv", + -13.1026 + ], + [ + "nwa", + -13.1026 + ], + [ + "obituary", + -13.1026 + ], + [ + "oblivious", + -13.1026 + ], + [ + "ordinarily", + -13.1026 + ], + [ + "oscars", + -13.1026 + ], + [ + "palate", + -13.1026 + ], + [ + "pantheon", + -13.1026 + ], + [ + "paramilitary", + -13.1026 + ], + [ + "pasadena", + -13.1026 + ], + [ + "passionately", + -13.1026 + ], + [ + "penetrating", + -13.1026 + ], + [ + "perpendicular", + -13.1026 + ], + [ + "pip", + -13.1026 + ], + [ + "pleases", + -13.1026 + ], + [ + "plotted", + -13.1026 + ], + [ + "ponies", + -13.1026 + ], + [ + "portals", + -13.1026 + ], + [ + "princesses", + -13.1026 + ], + [ + "prompts", + -13.1026 + ], + [ + "protracted", + -13.1026 + ], + [ + "quirky", + -13.1026 + ], + [ + "rake", + -13.1026 + ], + [ + "randomized", + -13.1026 + ], + [ + "reins", + -13.1026 + ], + [ + "requisite", + -13.1026 + ], + [ + "restitution", + -13.1026 + ], + [ + "reunite", + -13.1026 + ], + [ + "revising", + -13.1026 + ], + [ + "reyes", + -13.1026 + ], + [ + "rl", + -13.1026 + ], + [ + "rubin", + -13.1026 + ], + [ + "rudder", + -13.1026 + ], + [ + "sai", + -13.1026 + ], + [ + "satin", + -13.1026 + ], + [ + "scattering", + -13.1026 + ], + [ + "scraps", + -13.1026 + ], + [ + "screenings", + -13.1026 + ], + [ + "selects", + -13.1026 + ], + [ + "ses", + -13.1026 + ], + [ + "shea", + -13.1026 + ], + [ + "sikh", + -13.1026 + ], + [ + "singled", + -13.1026 + ], + [ + "sino", + -13.1026 + ], + [ + "skye", + -13.1026 + ], + [ + "slander", + -13.1026 + ], + [ + "slated", + -13.1026 + ], + [ + "slime", + -13.1026 + ], + [ + "specialization", + -13.1026 + ], + [ + "spence", + -13.1026 + ], + [ + "spoils", + -13.1026 + ], + [ + "squeezing", + -13.1026 + ], + [ + "stamina", + -13.1026 + ], + [ + "stony", + -13.1026 + ], + [ + "straighten", + -13.1026 + ], + [ + "strung", + -13.1026 + ], + [ + "stung", + -13.1026 + ], + [ + "sweeney", + -13.1026 + ], + [ + "tac", + -13.1026 + ], + [ + "tacos", + -13.1026 + ], + [ + "taiwanese", + -13.1026 + ], + [ + "taylor's", + -13.1026 + ], + [ + "teaser", + -13.1026 + ], + [ + "theologians", + -13.1026 + ], + [ + "tiring", + -13.1026 + ], + [ + "toothpaste", + -13.1026 + ], + [ + "topography", + -13.1026 + ], + [ + "transverse", + -13.1026 + ], + [ + "tue", + -13.1026 + ], + [ + "undeniable", + -13.1026 + ], + [ + "unfounded", + -13.1026 + ], + [ + "ungrateful", + -13.1026 + ], + [ + "uniting", + -13.1026 + ], + [ + "uno", + -13.1026 + ], + [ + "vernacular", + -13.1026 + ], + [ + "visualization", + -13.1026 + ], + [ + "voyages", + -13.1026 + ], + [ + "warships", + -13.1026 + ], + [ + "weld", + -13.1026 + ], + [ + "worshipped", + -13.1026 + ], + [ + "zeal", + -13.1026 + ], + [ + "zodiac", + -13.1026 + ], + [ + "a3", + -13.1224 + ], + [ + "accompaniment", + -13.1224 + ], + [ + "adjective", + -13.1224 + ], + [ + "adorned", + -13.1224 + ], + [ + "adversary", + -13.1224 + ], + [ + "affirm", + -13.1224 + ], + [ + "alfonso", + -13.1224 + ], + [ + "alienated", + -13.1224 + ], + [ + "alligator", + -13.1224 + ], + [ + "analogue", + -13.1224 + ], + [ + "angered", + -13.1224 + ], + [ + "angie", + -13.1224 + ], + [ + "ans", + -13.1224 + ], + [ + "apathy", + -13.1224 + ], + [ + "appliance", + -13.1224 + ], + [ + "apron", + -13.1224 + ], + [ + "area's", + -13.1224 + ], + [ + "armistice", + -13.1224 + ], + [ + "assortment", + -13.1224 + ], + [ + "astonished", + -13.1224 + ], + [ + "auditors", + -13.1224 + ], + [ + "barbaric", + -13.1224 + ], + [ + "bard", + -13.1224 + ], + [ + "barrister", + -13.1224 + ], + [ + "bastion", + -13.1224 + ], + [ + "bea", + -13.1224 + ], + [ + "behaviours", + -13.1224 + ], + [ + "bends", + -13.1224 + ], + [ + "biases", + -13.1224 + ], + [ + "blackwell", + -13.1224 + ], + [ + "blouse", + -13.1224 + ], + [ + "boosts", + -13.1224 + ], + [ + "bourne", + -13.1224 + ], + [ + "braun", + -13.1224 + ], + [ + "brigadier", + -13.1224 + ], + [ + "brochure", + -13.1224 + ], + [ + "bungalow", + -13.1224 + ], + [ + "bureaucrats", + -13.1224 + ], + [ + "burr", + -13.1224 + ], + [ + "cat's", + -13.1224 + ], + [ + "cereals", + -13.1224 + ], + [ + "chained", + -13.1224 + ], + [ + "character's", + -13.1224 + ], + [ + "cheaply", + -13.1224 + ], + [ + "cheng", + -13.1224 + ], + [ + "cher", + -13.1224 + ], + [ + "chinatown", + -13.1224 + ], + [ + "clandestine", + -13.1224 + ], + [ + "clapping", + -13.1224 + ], + [ + "clegg", + -13.1224 + ], + [ + "clinicians", + -13.1224 + ], + [ + "cocks", + -13.1224 + ], + [ + "commando", + -13.1224 + ], + [ + "commend", + -13.1224 + ], + [ + "condemns", + -13.1224 + ], + [ + "confer", + -13.1224 + ], + [ + "configured", + -13.1224 + ], + [ + "cranes", + -13.1224 + ], + [ + "culmination", + -13.1224 + ], + [ + "cvs", + -13.1224 + ], + [ + "debuts", + -13.1224 + ], + [ + "deliberations", + -13.1224 + ], + [ + "differentiated", + -13.1224 + ], + [ + "director's", + -13.1224 + ], + [ + "discern", + -13.1224 + ], + [ + "dismay", + -13.1224 + ], + [ + "dns", + -13.1224 + ], + [ + "domestically", + -13.1224 + ], + [ + "doubting", + -13.1224 + ], + [ + "dresser", + -13.1224 + ], + [ + "dysfunctional", + -13.1224 + ], + [ + "eighties", + -13.1224 + ], + [ + "elise", + -13.1224 + ], + [ + "encoded", + -13.1224 + ], + [ + "encompass", + -13.1224 + ], + [ + "endanger", + -13.1224 + ], + [ + "engraving", + -13.1224 + ], + [ + "enrich", + -13.1224 + ], + [ + "entrants", + -13.1224 + ], + [ + "ether", + -13.1224 + ], + [ + "facets", + -13.1224 + ], + [ + "facilitates", + -13.1224 + ], + [ + "faked", + -13.1224 + ], + [ + "fender", + -13.1224 + ], + [ + "firefox", + -13.1224 + ], + [ + "fitz", + -13.1224 + ], + [ + "flashed", + -13.1224 + ], + [ + "footnotes", + -13.1224 + ], + [ + "francesca", + -13.1224 + ], + [ + "fray", + -13.1224 + ], + [ + "f\u00fcr", + -13.1224 + ], + [ + "gabrielle", + -13.1224 + ], + [ + "generously", + -13.1224 + ], + [ + "girlfriend's", + -13.1224 + ], + [ + "goggles", + -13.1224 + ], + [ + "golfer", + -13.1224 + ], + [ + "gospels", + -13.1224 + ], + [ + "griffiths", + -13.1224 + ], + [ + "guantanamo", + -13.1224 + ], + [ + "hacks", + -13.1224 + ], + [ + "harmonic", + -13.1224 + ], + [ + "hasty", + -13.1224 + ], + [ + "hatched", + -13.1224 + ], + [ + "heartbreak", + -13.1224 + ], + [ + "hectic", + -13.1224 + ], + [ + "hendrix", + -13.1224 + ], + [ + "herds", + -13.1224 + ], + [ + "homogeneous", + -13.1224 + ], + [ + "homophobia", + -13.1224 + ], + [ + "horrid", + -13.1224 + ], + [ + "hospice", + -13.1224 + ], + [ + "hume", + -13.1224 + ], + [ + "hydra", + -13.1224 + ], + [ + "illustrator", + -13.1224 + ], + [ + "implicitly", + -13.1224 + ], + [ + "inconsistencies", + -13.1224 + ], + [ + "inquisition", + -13.1224 + ], + [ + "intrigue", + -13.1224 + ], + [ + "inventing", + -13.1224 + ], + [ + "jackass", + -13.1224 + ], + [ + "jericho", + -13.1224 + ], + [ + "jesuits", + -13.1224 + ], + [ + "jumbo", + -13.1224 + ], + [ + "justifying", + -13.1224 + ], + [ + "kickoff", + -13.1224 + ], + [ + "kremlin", + -13.1224 + ], + [ + "lambs", + -13.1224 + ], + [ + "lao", + -13.1224 + ], + [ + "leopold", + -13.1224 + ], + [ + "lockheed", + -13.1224 + ], + [ + "luiz", + -13.1224 + ], + [ + "lunatic", + -13.1224 + ], + [ + "maestro", + -13.1224 + ], + [ + "mais", + -13.1224 + ], + [ + "maj", + -13.1224 + ], + [ + "majesty's", + -13.1224 + ], + [ + "malnutrition", + -13.1224 + ], + [ + "maroon", + -13.1224 + ], + [ + "marries", + -13.1224 + ], + [ + "melville", + -13.1224 + ], + [ + "melvin", + -13.1224 + ], + [ + "membranes", + -13.1224 + ], + [ + "methyl", + -13.1224 + ], + [ + "milano", + -13.1224 + ], + [ + "milling", + -13.1224 + ], + [ + "moan", + -13.1224 + ], + [ + "moldova", + -13.1224 + ], + [ + "monoxide", + -13.1224 + ], + [ + "moustache", + -13.1224 + ], + [ + "nadia", + -13.1224 + ], + [ + "nocturnal", + -13.1224 + ], + [ + "norma", + -13.1224 + ], + [ + "northward", + -13.1224 + ], + [ + "nwt", + -13.1224 + ], + [ + "oatmeal", + -13.1224 + ], + [ + "optimize", + -13.1224 + ], + [ + "palin", + -13.1224 + ], + [ + "parent's", + -13.1224 + ], + [ + "pci", + -13.1224 + ], + [ + "perpetrated", + -13.1224 + ], + [ + "persuasion", + -13.1224 + ], + [ + "pessimistic", + -13.1224 + ], + [ + "pious", + -13.1224 + ], + [ + "pluto", + -13.1224 + ], + [ + "plutonium", + -13.1224 + ], + [ + "pollutants", + -13.1224 + ], + [ + "polymers", + -13.1224 + ], + [ + "powerhouse", + -13.1224 + ], + [ + "practicable", + -13.1224 + ], + [ + "prettier", + -13.1224 + ], + [ + "pristine", + -13.1224 + ], + [ + "profiling", + -13.1224 + ], + [ + "protagonists", + -13.1224 + ], + [ + "punctuation", + -13.1224 + ], + [ + "quieter", + -13.1224 + ], + [ + "rained", + -13.1224 + ], + [ + "rarity", + -13.1224 + ], + [ + "raul", + -13.1224 + ], + [ + "realisation", + -13.1224 + ], + [ + "reddish", + -13.1224 + ], + [ + "regimen", + -13.1224 + ], + [ + "reindeer", + -13.1224 + ], + [ + "reminders", + -13.1224 + ], + [ + "restrain", + -13.1224 + ], + [ + "retreating", + -13.1224 + ], + [ + "ritchie", + -13.1224 + ], + [ + "rocker", + -13.1224 + ], + [ + "rosenberg", + -13.1224 + ], + [ + "rotated", + -13.1224 + ], + [ + "rotting", + -13.1224 + ], + [ + "roulette", + -13.1224 + ], + [ + "rumored", + -13.1224 + ], + [ + "rutgers", + -13.1224 + ], + [ + "sacrament", + -13.1224 + ], + [ + "satisfies", + -13.1224 + ], + [ + "scanners", + -13.1224 + ], + [ + "securely", + -13.1224 + ], + [ + "sensual", + -13.1224 + ], + [ + "shafts", + -13.1224 + ], + [ + "sharia", + -13.1224 + ], + [ + "shepherds", + -13.1224 + ], + [ + "shoppers", + -13.1224 + ], + [ + "silhouette", + -13.1224 + ], + [ + "skeletal", + -13.1224 + ], + [ + "sorta", + -13.1224 + ], + [ + "splinter", + -13.1224 + ], + [ + "spooky", + -13.1224 + ], + [ + "spotting", + -13.1224 + ], + [ + "steamer", + -13.1224 + ], + [ + "steroid", + -13.1224 + ], + [ + "streamed", + -13.1224 + ], + [ + "strengthens", + -13.1224 + ], + [ + "student's", + -13.1224 + ], + [ + "stunts", + -13.1224 + ], + [ + "summaries", + -13.1224 + ], + [ + "sunday's", + -13.1224 + ], + [ + "surpass", + -13.1224 + ], + [ + "sykes", + -13.1224 + ], + [ + "synergy", + -13.1224 + ], + [ + "tal", + -13.1224 + ], + [ + "theyre", + -13.1224 + ], + [ + "thinker", + -13.1224 + ], + [ + "thunderstorms", + -13.1224 + ], + [ + "tickle", + -13.1224 + ], + [ + "titus", + -13.1224 + ], + [ + "toaster", + -13.1224 + ], + [ + "tudor", + -13.1224 + ], + [ + "tutorials", + -13.1224 + ], + [ + "unionist", + -13.1224 + ], + [ + "unionists", + -13.1224 + ], + [ + "unleash", + -13.1224 + ], + [ + "unspecified", + -13.1224 + ], + [ + "untreated", + -13.1224 + ], + [ + "v2", + -13.1224 + ], + [ + "validated", + -13.1224 + ], + [ + "vandalism", + -13.1224 + ], + [ + "ver", + -13.1224 + ], + [ + "vigil", + -13.1224 + ], + [ + "waived", + -13.1224 + ], + [ + "warmly", + -13.1224 + ], + [ + "watered", + -13.1224 + ], + [ + "watermelon", + -13.1224 + ], + [ + "wellbeing", + -13.1224 + ], + [ + "wipes", + -13.1224 + ], + [ + "wits", + -13.1224 + ], + [ + "wrinkles", + -13.1224 + ], + [ + "wrongful", + -13.1224 + ], + [ + "wrongs", + -13.1224 + ], + [ + "zur", + -13.1224 + ], + [ + "0.00000", + -13.1477 + ], + [ + "accompanies", + -13.1477 + ], + [ + "aces", + -13.1477 + ], + [ + "acl", + -13.1477 + ], + [ + "adjourned", + -13.1477 + ], + [ + "agitation", + -13.1477 + ], + [ + "alfredo", + -13.1477 + ], + [ + "almonds", + -13.1477 + ], + [ + "altitudes", + -13.1477 + ], + [ + "annoyance", + -13.1477 + ], + [ + "anus", + -13.1477 + ], + [ + "approvals", + -13.1477 + ], + [ + "artisan", + -13.1477 + ], + [ + "ascend", + -13.1477 + ], + [ + "baffled", + -13.1477 + ], + [ + "barbarians", + -13.1477 + ], + [ + "barkley", + -13.1477 + ], + [ + "bayer", + -13.1477 + ], + [ + "beak", + -13.1477 + ], + [ + "beech", + -13.1477 + ], + [ + "bins", + -13.1477 + ], + [ + "biologists", + -13.1477 + ], + [ + "bitterly", + -13.1477 + ], + [ + "boner", + -13.1477 + ], + [ + "bosnian", + -13.1477 + ], + [ + "bridal", + -13.1477 + ], + [ + "brood", + -13.1477 + ], + [ + "bubba", + -13.1477 + ], + [ + "calming", + -13.1477 + ], + [ + "cameraman", + -13.1477 + ], + [ + "canonical", + -13.1477 + ], + [ + "captain's", + -13.1477 + ], + [ + "catfish", + -13.1477 + ], + [ + "caviar", + -13.1477 + ], + [ + "cbd", + -13.1477 + ], + [ + "changer", + -13.1477 + ], + [ + "charisma", + -13.1477 + ], + [ + "cheerleader", + -13.1477 + ], + [ + "chemically", + -13.1477 + ], + [ + "classed", + -13.1477 + ], + [ + "climbers", + -13.1477 + ], + [ + "clinch", + -13.1477 + ], + [ + "cloning", + -13.1477 + ], + [ + "cohesive", + -13.1477 + ], + [ + "commended", + -13.1477 + ], + [ + "confidently", + -13.1477 + ], + [ + "conquering", + -13.1477 + ], + [ + "consensual", + -13.1477 + ], + [ + "contenders", + -13.1477 + ], + [ + "cornish", + -13.1477 + ], + [ + "cristiano", + -13.1477 + ], + [ + "crowley", + -13.1477 + ], + [ + "culminated", + -13.1477 + ], + [ + "culminating", + -13.1477 + ], + [ + "curled", + -13.1477 + ], + [ + "cursor", + -13.1477 + ], + [ + "customize", + -13.1477 + ], + [ + "cy", + -13.1477 + ], + [ + "cyanide", + -13.1477 + ], + [ + "dae", + -13.1477 + ], + [ + "dai", + -13.1477 + ], + [ + "dandy", + -13.1477 + ], + [ + "deadlines", + -13.1477 + ], + [ + "dehydration", + -13.1477 + ], + [ + "deli", + -13.1477 + ], + [ + "deprive", + -13.1477 + ], + [ + "detain", + -13.1477 + ], + [ + "dickson", + -13.1477 + ], + [ + "disapproval", + -13.1477 + ], + [ + "discharges", + -13.1477 + ], + [ + "dishwasher", + -13.1477 + ], + [ + "diversification", + -13.1477 + ], + [ + "docs", + -13.1477 + ], + [ + "dracula", + -13.1477 + ], + [ + "dyes", + -13.1477 + ], + [ + "elector", + -13.1477 + ], + [ + "embassies", + -13.1477 + ], + [ + "ent", + -13.1477 + ], + [ + "eurozone", + -13.1477 + ], + [ + "exponential", + -13.1477 + ], + [ + "extant", + -13.1477 + ], + [ + "extremism", + -13.1477 + ], + [ + "faiths", + -13.1477 + ], + [ + "filler", + -13.1477 + ], + [ + "finalized", + -13.1477 + ], + [ + "flagged", + -13.1477 + ], + [ + "flanked", + -13.1477 + ], + [ + "fooling", + -13.1477 + ], + [ + "forte", + -13.1477 + ], + [ + "frankenstein", + -13.1477 + ], + [ + "freezes", + -13.1477 + ], + [ + "giggle", + -13.1477 + ], + [ + "gon", + -13.1477 + ], + [ + "graceful", + -13.1477 + ], + [ + "greenwood", + -13.1477 + ], + [ + "grieve", + -13.1477 + ], + [ + "gunmen", + -13.1477 + ], + [ + "handgun", + -13.1477 + ], + [ + "handwritten", + -13.1477 + ], + [ + "harms", + -13.1477 + ], + [ + "hauling", + -13.1477 + ], + [ + "hb", + -13.1477 + ], + [ + "healer", + -13.1477 + ], + [ + "heartfelt", + -13.1477 + ], + [ + "hereafter", + -13.1477 + ], + [ + "hermann", + -13.1477 + ], + [ + "het", + -13.1477 + ], + [ + "houghton", + -13.1477 + ], + [ + "hurdle", + -13.1477 + ], + [ + "huts", + -13.1477 + ], + [ + "hyundai", + -13.1477 + ], + [ + "ifs", + -13.1477 + ], + [ + "inertia", + -13.1477 + ], + [ + "intangible", + -13.1477 + ], + [ + "inventive", + -13.1477 + ], + [ + "investigates", + -13.1477 + ], + [ + "iraqis", + -13.1477 + ], + [ + "irons", + -13.1477 + ], + [ + "jock", + -13.1477 + ], + [ + "josephine", + -13.1477 + ], + [ + "jumpers", + -13.1477 + ], + [ + "junta", + -13.1477 + ], + [ + "kale", + -13.1477 + ], + [ + "laborers", + -13.1477 + ], + [ + "labourers", + -13.1477 + ], + [ + "lausanne", + -13.1477 + ], + [ + "leaned", + -13.1477 + ], + [ + "levin", + -13.1477 + ], + [ + "liberate", + -13.1477 + ], + [ + "linger", + -13.1477 + ], + [ + "lobbyists", + -13.1477 + ], + [ + "ly", + -13.1477 + ], + [ + "mace", + -13.1477 + ], + [ + "macho", + -13.1477 + ], + [ + "makin", + -13.1477 + ], + [ + "martin's", + -13.1477 + ], + [ + "mayor's", + -13.1477 + ], + [ + "mcgee", + -13.1477 + ], + [ + "mechanically", + -13.1477 + ], + [ + "meek", + -13.1477 + ], + [ + "milestones", + -13.1477 + ], + [ + "monastic", + -13.1477 + ], + [ + "motherfuckers", + -13.1477 + ], + [ + "muir", + -13.1477 + ], + [ + "mutants", + -13.1477 + ], + [ + "myspace", + -13.1477 + ], + [ + "n.j", + -13.1477 + ], + [ + "napoli", + -13.1477 + ], + [ + "network's", + -13.1477 + ], + [ + "nguyen", + -13.1477 + ], + [ + "nye", + -13.1477 + ], + [ + "o'donnell", + -13.1477 + ], + [ + "o'reilly", + -13.1477 + ], + [ + "org", + -13.1477 + ], + [ + "ortiz", + -13.1477 + ], + [ + "pacers", + -13.1477 + ], + [ + "pamphlets", + -13.1477 + ], + [ + "pancake", + -13.1477 + ], + [ + "panoramic", + -13.1477 + ], + [ + "parenthood", + -13.1477 + ], + [ + "partnering", + -13.1477 + ], + [ + "pedigree", + -13.1477 + ], + [ + "penetrated", + -13.1477 + ], + [ + "penned", + -13.1477 + ], + [ + "perfected", + -13.1477 + ], + [ + "pharmacist", + -13.1477 + ], + [ + "phoned", + -13.1477 + ], + [ + "pizzas", + -13.1477 + ], + [ + "pk", + -13.1477 + ], + [ + "playable", + -13.1477 + ], + [ + "pol", + -13.1477 + ], + [ + "prefecture", + -13.1477 + ], + [ + "prerequisite", + -13.1477 + ], + [ + "pretends", + -13.1477 + ], + [ + "primaries", + -13.1477 + ], + [ + "prognosis", + -13.1477 + ], + [ + "prototypes", + -13.1477 + ], + [ + "psp", + -13.1477 + ], + [ + "pursuits", + -13.1477 + ], + [ + "rags", + -13.1477 + ], + [ + "raiding", + -13.1477 + ], + [ + "ramifications", + -13.1477 + ], + [ + "realistically", + -13.1477 + ], + [ + "recollection", + -13.1477 + ], + [ + "reconciled", + -13.1477 + ], + [ + "regal", + -13.1477 + ], + [ + "ren", + -13.1477 + ], + [ + "renounce", + -13.1477 + ], + [ + "rescuing", + -13.1477 + ], + [ + "rollers", + -13.1477 + ], + [ + "rooster", + -13.1477 + ], + [ + "rubio", + -13.1477 + ], + [ + "rufus", + -13.1477 + ], + [ + "runways", + -13.1477 + ], + [ + "saline", + -13.1477 + ], + [ + "sant", + -13.1477 + ], + [ + "sausages", + -13.1477 + ], + [ + "scandinavia", + -13.1477 + ], + [ + "scarred", + -13.1477 + ], + [ + "shaded", + -13.1477 + ], + [ + "shiva", + -13.1477 + ], + [ + "sighting", + -13.1477 + ], + [ + "simmer", + -13.1477 + ], + [ + "simplistic", + -13.1477 + ], + [ + "smithsonian", + -13.1477 + ], + [ + "sparkle", + -13.1477 + ], + [ + "spawn", + -13.1477 + ], + [ + "spills", + -13.1477 + ], + [ + "standalone", + -13.1477 + ], + [ + "stares", + -13.1477 + ], + [ + "stormed", + -13.1477 + ], + [ + "strata", + -13.1477 + ], + [ + "stratford", + -13.1477 + ], + [ + "superheroes", + -13.1477 + ], + [ + "swimmers", + -13.1477 + ], + [ + "tart", + -13.1477 + ], + [ + "tcp", + -13.1477 + ], + [ + "tending", + -13.1477 + ], + [ + "thankyou", + -13.1477 + ], + [ + "thorpe", + -13.1477 + ], + [ + "tightened", + -13.1477 + ], + [ + "tinder", + -13.1477 + ], + [ + "tortoise", + -13.1477 + ], + [ + "tout", + -13.1477 + ], + [ + "transnational", + -13.1477 + ], + [ + "treadmill", + -13.1477 + ], + [ + "trident", + -13.1477 + ], + [ + "tsa", + -13.1477 + ], + [ + "tsar", + -13.1477 + ], + [ + "turnaround", + -13.1477 + ], + [ + "unbeaten", + -13.1477 + ], + [ + "uncanny", + -13.1477 + ], + [ + "unexplained", + -13.1477 + ], + [ + "unfairly", + -13.1477 + ], + [ + "upsets", + -13.1477 + ], + [ + "venerable", + -13.1477 + ], + [ + "versatility", + -13.1477 + ], + [ + "visuals", + -13.1477 + ], + [ + "wasp", + -13.1477 + ], + [ + "weirdest", + -13.1477 + ], + [ + "widen", + -13.1477 + ], + [ + "winnie", + -13.1477 + ], + [ + "wto", + -13.1477 + ], + [ + "000c", + -13.1684 + ], + [ + "4s", + -13.1684 + ], + [ + "a4", + -13.1684 + ], + [ + "abrams", + -13.1684 + ], + [ + "acknowledgement", + -13.1684 + ], + [ + "afloat", + -13.1684 + ], + [ + "alleging", + -13.1684 + ], + [ + "amends", + -13.1684 + ], + [ + "amplified", + -13.1684 + ], + [ + "analysing", + -13.1684 + ], + [ + "analytic", + -13.1684 + ], + [ + "andrei", + -13.1684 + ], + [ + "antics", + -13.1684 + ], + [ + "ardent", + -13.1684 + ], + [ + "artworks", + -13.1684 + ], + [ + "aspen", + -13.1684 + ], + [ + "assent", + -13.1684 + ], + [ + "assorted", + -13.1684 + ], + [ + "athena", + -13.1684 + ], + [ + "att", + -13.1684 + ], + [ + "attainment", + -13.1684 + ], + [ + "avenge", + -13.1684 + ], + [ + "bah", + -13.1684 + ], + [ + "bartlett", + -13.1684 + ], + [ + "bei", + -13.1684 + ], + [ + "bethany", + -13.1684 + ], + [ + "biologically", + -13.1684 + ], + [ + "blaine", + -13.1684 + ], + [ + "blindly", + -13.1684 + ], + [ + "blossoms", + -13.1684 + ], + [ + "boating", + -13.1684 + ], + [ + "bog", + -13.1684 + ], + [ + "booths", + -13.1684 + ], + [ + "bop", + -13.1684 + ], + [ + "botswana", + -13.1684 + ], + [ + "buggy", + -13.1684 + ], + [ + "caitlin", + -13.1684 + ], + [ + "california's", + -13.1684 + ], + [ + "canine", + -13.1684 + ], + [ + "captives", + -13.1684 + ], + [ + "carnage", + -13.1684 + ], + [ + "cello", + -13.1684 + ], + [ + "centennial", + -13.1684 + ], + [ + "chiang", + -13.1684 + ], + [ + "closures", + -13.1684 + ], + [ + "codex", + -13.1684 + ], + [ + "combating", + -13.1684 + ], + [ + "commandant", + -13.1684 + ], + [ + "conduit", + -13.1684 + ], + [ + "confederacy", + -13.1684 + ], + [ + "conglomerate", + -13.1684 + ], + [ + "conscientious", + -13.1684 + ], + [ + "corona", + -13.1684 + ], + [ + "cringe", + -13.1684 + ], + [ + "csi", + -13.1684 + ], + [ + "cullen", + -13.1684 + ], + [ + "dank", + -13.1684 + ], + [ + "denounce", + -13.1684 + ], + [ + "deposed", + -13.1684 + ], + [ + "deviations", + -13.1684 + ], + [ + "devolution", + -13.1684 + ], + [ + "dharma", + -13.1684 + ], + [ + "diffuse", + -13.1684 + ], + [ + "dignified", + -13.1684 + ], + [ + "dino", + -13.1684 + ], + [ + "directives", + -13.1684 + ], + [ + "disclosures", + -13.1684 + ], + [ + "disdain", + -13.1684 + ], + [ + "dismal", + -13.1684 + ], + [ + "distinguishes", + -13.1684 + ], + [ + "dives", + -13.1684 + ], + [ + "docking", + -13.1684 + ], + [ + "downright", + -13.1684 + ], + [ + "dreamer", + -13.1684 + ], + [ + "durban", + -13.1684 + ], + [ + "e3", + -13.1684 + ], + [ + "eastwood", + -13.1684 + ], + [ + "emit", + -13.1684 + ], + [ + "estrogen", + -13.1684 + ], + [ + "ethel", + -13.1684 + ], + [ + "evergreen", + -13.1684 + ], + [ + "excursions", + -13.1684 + ], + [ + "expel", + -13.1684 + ], + [ + "experimented", + -13.1684 + ], + [ + "fairies", + -13.1684 + ], + [ + "fiasco", + -13.1684 + ], + [ + "fictitious", + -13.1684 + ], + [ + "fide", + -13.1684 + ], + [ + "fingertips", + -13.1684 + ], + [ + "flares", + -13.1684 + ], + [ + "flashbacks", + -13.1684 + ], + [ + "flourishing", + -13.1684 + ], + [ + "formative", + -13.1684 + ], + [ + "fresno", + -13.1684 + ], + [ + "frontline", + -13.1684 + ], + [ + "fudge", + -13.1684 + ], + [ + "fundamentalist", + -13.1684 + ], + [ + "furnishings", + -13.1684 + ], + [ + "fuselage", + -13.1684 + ], + [ + "garnered", + -13.1684 + ], + [ + "gastrointestinal", + -13.1684 + ], + [ + "genera", + -13.1684 + ], + [ + "generalization", + -13.1684 + ], + [ + "gideon", + -13.1684 + ], + [ + "giorgio", + -13.1684 + ], + [ + "glaring", + -13.1684 + ], + [ + "glorified", + -13.1684 + ], + [ + "gmbh", + -13.1684 + ], + [ + "guangzhou", + -13.1684 + ], + [ + "gunpowder", + -13.1684 + ], + [ + "gupta", + -13.1684 + ], + [ + "habitual", + -13.1684 + ], + [ + "hamster", + -13.1684 + ], + [ + "harry's", + -13.1684 + ], + [ + "hastily", + -13.1684 + ], + [ + "hindered", + -13.1684 + ], + [ + "hindsight", + -13.1684 + ], + [ + "histoire", + -13.1684 + ], + [ + "hms", + -13.1684 + ], + [ + "hodges", + -13.1684 + ], + [ + "homeowners", + -13.1684 + ], + [ + "hooper", + -13.1684 + ], + [ + "idiotic", + -13.1684 + ], + [ + "importation", + -13.1684 + ], + [ + "indexed", + -13.1684 + ], + [ + "infirmary", + -13.1684 + ], + [ + "inhibitor", + -13.1684 + ], + [ + "intermediary", + -13.1684 + ], + [ + "introductions", + -13.1684 + ], + [ + "itchy", + -13.1684 + ], + [ + "iteration", + -13.1684 + ], + [ + "jamming", + -13.1684 + ], + [ + "jc", + -13.1684 + ], + [ + "jog", + -13.1684 + ], + [ + "jolie", + -13.1684 + ], + [ + "joyous", + -13.1684 + ], + [ + "kelley", + -13.1684 + ], + [ + "kelvin", + -13.1684 + ], + [ + "kgb", + -13.1684 + ], + [ + "kimberly", + -13.1684 + ], + [ + "kinder", + -13.1684 + ], + [ + "lacy", + -13.1684 + ], + [ + "landfill", + -13.1684 + ], + [ + "latent", + -13.1684 + ], + [ + "legions", + -13.1684 + ], + [ + "limbo", + -13.1684 + ], + [ + "lordship", + -13.1684 + ], + [ + "lucifer", + -13.1684 + ], + [ + "lunchtime", + -13.1684 + ], + [ + "lv", + -13.1684 + ], + [ + "mahmoud", + -13.1684 + ], + [ + "makeover", + -13.1684 + ], + [ + "mamma", + -13.1684 + ], + [ + "mane", + -13.1684 + ], + [ + "marta", + -13.1684 + ], + [ + "massacres", + -13.1684 + ], + [ + "meditate", + -13.1684 + ], + [ + "melon", + -13.1684 + ], + [ + "meridian", + -13.1684 + ], + [ + "messengers", + -13.1684 + ], + [ + "milo", + -13.1684 + ], + [ + "mina", + -13.1684 + ], + [ + "minnie", + -13.1684 + ], + [ + "mira", + -13.1684 + ], + [ + "mirage", + -13.1684 + ], + [ + "mirrored", + -13.1684 + ], + [ + "miscarriage", + -13.1684 + ], + [ + "mobilized", + -13.1684 + ], + [ + "mockery", + -13.1684 + ], + [ + "mos", + -13.1684 + ], + [ + "n.d", + -13.1684 + ], + [ + "nacional", + -13.1684 + ], + [ + "negligent", + -13.1684 + ], + [ + "nouveau", + -13.1684 + ], + [ + "npr", + -13.1684 + ], + [ + "objectivity", + -13.1684 + ], + [ + "occult", + -13.1684 + ], + [ + "oilers", + -13.1684 + ], + [ + "pacing", + -13.1684 + ], + [ + "padres", + -13.1684 + ], + [ + "parliaments", + -13.1684 + ], + [ + "pepe", + -13.1684 + ], + [ + "percussion", + -13.1684 + ], + [ + "phillies", + -13.1684 + ], + [ + "phyllis", + -13.1684 + ], + [ + "pinpoint", + -13.1684 + ], + [ + "plaid", + -13.1684 + ], + [ + "playback", + -13.1684 + ], + [ + "pleasantly", + -13.1684 + ], + [ + "portrays", + -13.1684 + ], + [ + "positives", + -13.1684 + ], + [ + "ppm", + -13.1684 + ], + [ + "pregnancies", + -13.1684 + ], + [ + "preoccupied", + -13.1684 + ], + [ + "proficient", + -13.1684 + ], + [ + "proletariat", + -13.1684 + ], + [ + "proponent", + -13.1684 + ], + [ + "provocation", + -13.1684 + ], + [ + "quadrant", + -13.1684 + ], + [ + "qu\u00e9bec", + -13.1684 + ], + [ + "radiator", + -13.1684 + ], + [ + "rahman", + -13.1684 + ], + [ + "ramen", + -13.1684 + ], + [ + "rations", + -13.1684 + ], + [ + "recorders", + -13.1684 + ], + [ + "referencing", + -13.1684 + ], + [ + "refinement", + -13.1684 + ], + [ + "reinforces", + -13.1684 + ], + [ + "remission", + -13.1684 + ], + [ + "renee", + -13.1684 + ], + [ + "ros", + -13.1684 + ], + [ + "s.a", + -13.1684 + ], + [ + "sanskrit", + -13.1684 + ], + [ + "santana", + -13.1684 + ], + [ + "sardinia", + -13.1684 + ], + [ + "scripted", + -13.1684 + ], + [ + "sensed", + -13.1684 + ], + [ + "serene", + -13.1684 + ], + [ + "shan", + -13.1684 + ], + [ + "sharif", + -13.1684 + ], + [ + "slump", + -13.1684 + ], + [ + "sociological", + -13.1684 + ], + [ + "sophistication", + -13.1684 + ], + [ + "sourcing", + -13.1684 + ], + [ + "spartans", + -13.1684 + ], + [ + "specs", + -13.1684 + ], + [ + "spectre", + -13.1684 + ], + [ + "spilling", + -13.1684 + ], + [ + "stagnation", + -13.1684 + ], + [ + "strides", + -13.1684 + ], + [ + "swapped", + -13.1684 + ], + [ + "sweeter", + -13.1684 + ], + [ + "ticks", + -13.1684 + ], + [ + "tinker", + -13.1684 + ], + [ + "tito", + -13.1684 + ], + [ + "tobias", + -13.1684 + ], + [ + "transatlantic", + -13.1684 + ], + [ + "treble", + -13.1684 + ], + [ + "unrestricted", + -13.1684 + ], + [ + "upstate", + -13.1684 + ], + [ + "urinary", + -13.1684 + ], + [ + "verlag", + -13.1684 + ], + [ + "voicemail", + -13.1684 + ], + [ + "volley", + -13.1684 + ], + [ + "waldo", + -13.1684 + ], + [ + "whatsapp", + -13.1684 + ], + [ + "whitehall", + -13.1684 + ], + [ + "writ", + -13.1684 + ], + [ + "wrongdoing", + -13.1684 + ], + [ + "xu", + -13.1684 + ], + [ + "yee", + -13.1684 + ], + [ + "yvonne", + -13.1684 + ], + [ + "00.0m", + -13.1949 + ], + [ + "3pm", + -13.1949 + ], + [ + "activating", + -13.1949 + ], + [ + "adhesion", + -13.1949 + ], + [ + "aeroplane", + -13.1949 + ], + [ + "affectionate", + -13.1949 + ], + [ + "alejandro", + -13.1949 + ], + [ + "alta", + -13.1949 + ], + [ + "ami", + -13.1949 + ], + [ + "apa", + -13.1949 + ], + [ + "archers", + -13.1949 + ], + [ + "aristocracy", + -13.1949 + ], + [ + "attest", + -13.1949 + ], + [ + "aubrey", + -13.1949 + ], + [ + "axel", + -13.1949 + ], + [ + "backlog", + -13.1949 + ], + [ + "bailed", + -13.1949 + ], + [ + "baptiste", + -13.1949 + ], + [ + "bcs", + -13.1949 + ], + [ + "bethesda", + -13.1949 + ], + [ + "biochemistry", + -13.1949 + ], + [ + "bitcoins", + -13.1949 + ], + [ + "blazers", + -13.1949 + ], + [ + "blender", + -13.1949 + ], + [ + "blooming", + -13.1949 + ], + [ + "blooms", + -13.1949 + ], + [ + "board's", + -13.1949 + ], + [ + "boasted", + -13.1949 + ], + [ + "bolshevik", + -13.1949 + ], + [ + "bolster", + -13.1949 + ], + [ + "bona", + -13.1949 + ], + [ + "bonn", + -13.1949 + ], + [ + "bookings", + -13.1949 + ], + [ + "breeder", + -13.1949 + ], + [ + "brides", + -13.1949 + ], + [ + "brows", + -13.1949 + ], + [ + "brunch", + -13.1949 + ], + [ + "cadets", + -13.1949 + ], + [ + "camped", + -13.1949 + ], + [ + "casket", + -13.1949 + ], + [ + "cautiously", + -13.1949 + ], + [ + "cecilia", + -13.1949 + ], + [ + "celery", + -13.1949 + ], + [ + "cena", + -13.1949 + ], + [ + "ceos", + -13.1949 + ], + [ + "cg", + -13.1949 + ], + [ + "christy", + -13.1949 + ], + [ + "chromosomes", + -13.1949 + ], + [ + "cir", + -13.1949 + ], + [ + "claimant", + -13.1949 + ], + [ + "clair", + -13.1949 + ], + [ + "clubhouse", + -13.1949 + ], + [ + "coherence", + -13.1949 + ], + [ + "colonialism", + -13.1949 + ], + [ + "community's", + -13.1949 + ], + [ + "complication", + -13.1949 + ], + [ + "connolly", + -13.1949 + ], + [ + "cooperatives", + -13.1949 + ], + [ + "coveted", + -13.1949 + ], + [ + "craftsmen", + -13.1949 + ], + [ + "cramped", + -13.1949 + ], + [ + "crawled", + -13.1949 + ], + [ + "cropped", + -13.1949 + ], + [ + "cylindrical", + -13.1949 + ], + [ + "d1", + -13.1949 + ], + [ + "darcy", + -13.1949 + ], + [ + "dawg", + -13.1949 + ], + [ + "dealership", + -13.1949 + ], + [ + "deco", + -13.1949 + ], + [ + "decomposition", + -13.1949 + ], + [ + "depletion", + -13.1949 + ], + [ + "determinants", + -13.1949 + ], + [ + "df", + -13.1949 + ], + [ + "dhabi", + -13.1949 + ], + [ + "digestion", + -13.1949 + ], + [ + "discrepancies", + -13.1949 + ], + [ + "disgraceful", + -13.1949 + ], + [ + "dismissing", + -13.1949 + ], + [ + "donnie", + -13.1949 + ], + [ + "dreaded", + -13.1949 + ], + [ + "dukes", + -13.1949 + ], + [ + "dupont", + -13.1949 + ], + [ + "endeavors", + -13.1949 + ], + [ + "entre", + -13.1949 + ], + [ + "ethos", + -13.1949 + ], + [ + "exalted", + -13.1949 + ], + [ + "exporters", + -13.1949 + ], + [ + "extracting", + -13.1949 + ], + [ + "fascists", + -13.1949 + ], + [ + "fittings", + -13.1949 + ], + [ + "flung", + -13.1949 + ], + [ + "footprints", + -13.1949 + ], + [ + "forceful", + -13.1949 + ], + [ + "forearm", + -13.1949 + ], + [ + "forfeit", + -13.1949 + ], + [ + "fra", + -13.1949 + ], + [ + "frail", + -13.1949 + ], + [ + "glaze", + -13.1949 + ], + [ + "godfrey", + -13.1949 + ], + [ + "goldfish", + -13.1949 + ], + [ + "grievance", + -13.1949 + ], + [ + "grizzly", + -13.1949 + ], + [ + "grotesque", + -13.1949 + ], + [ + "grounding", + -13.1949 + ], + [ + "gunman", + -13.1949 + ], + [ + "hammers", + -13.1949 + ], + [ + "harshly", + -13.1949 + ], + [ + "henrik", + -13.1949 + ], + [ + "hierarchical", + -13.1949 + ], + [ + "hinduism", + -13.1949 + ], + [ + "hitherto", + -13.1949 + ], + [ + "homestead", + -13.1949 + ], + [ + "hurley", + -13.1949 + ], + [ + "hydrocarbons", + -13.1949 + ], + [ + "hypocritical", + -13.1949 + ], + [ + "hypotheses", + -13.1949 + ], + [ + "imperialist", + -13.1949 + ], + [ + "incur", + -13.1949 + ], + [ + "infused", + -13.1949 + ], + [ + "insulated", + -13.1949 + ], + [ + "ipa", + -13.1949 + ], + [ + "isp", + -13.1949 + ], + [ + "isps", + -13.1949 + ], + [ + "jb", + -13.1949 + ], + [ + "jonny", + -13.1949 + ], + [ + "justifies", + -13.1949 + ], + [ + "kidd", + -13.1949 + ], + [ + "kt", + -13.1949 + ], + [ + "learner", + -13.1949 + ], + [ + "leftovers", + -13.1949 + ], + [ + "leroy", + -13.1949 + ], + [ + "levied", + -13.1949 + ], + [ + "lexus", + -13.1949 + ], + [ + "loaned", + -13.1949 + ], + [ + "lynne", + -13.1949 + ], + [ + "macbeth", + -13.1949 + ], + [ + "magically", + -13.1949 + ], + [ + "malice", + -13.1949 + ], + [ + "maneuvers", + -13.1949 + ], + [ + "mansfield", + -13.1949 + ], + [ + "marginally", + -13.1949 + ], + [ + "martini", + -13.1949 + ], + [ + "matchup", + -13.1949 + ], + [ + "maverick", + -13.1949 + ], + [ + "mcguire", + -13.1949 + ], + [ + "mend", + -13.1949 + ], + [ + "mentors", + -13.1949 + ], + [ + "meow", + -13.1949 + ], + [ + "migrating", + -13.1949 + ], + [ + "multiplication", + -13.1949 + ], + [ + "museum's", + -13.1949 + ], + [ + "mutilation", + -13.1949 + ], + [ + "nodded", + -13.1949 + ], + [ + "o.o", + -13.1949 + ], + [ + "observance", + -13.1949 + ], + [ + "paisley", + -13.1949 + ], + [ + "paramedics", + -13.1949 + ], + [ + "pedestal", + -13.1949 + ], + [ + "penelope", + -13.1949 + ], + [ + "pigment", + -13.1949 + ], + [ + "pistons", + -13.1949 + ], + [ + "plume", + -13.1949 + ], + [ + "polio", + -13.1949 + ], + [ + "populist", + -13.1949 + ], + [ + "postcards", + -13.1949 + ], + [ + "presenters", + -13.1949 + ], + [ + "primates", + -13.1949 + ], + [ + "proc", + -13.1949 + ], + [ + "projectile", + -13.1949 + ], + [ + "proverbs", + -13.1949 + ], + [ + "racially", + -13.1949 + ], + [ + "rahul", + -13.1949 + ], + [ + "ramadan", + -13.1949 + ], + [ + "reelection", + -13.1949 + ], + [ + "refine", + -13.1949 + ], + [ + "reilly", + -13.1949 + ], + [ + "ren\u00e9", + -13.1949 + ], + [ + "restraints", + -13.1949 + ], + [ + "resurgence", + -13.1949 + ], + [ + "revisit", + -13.1949 + ], + [ + "rhys", + -13.1949 + ], + [ + "rodents", + -13.1949 + ], + [ + "s4", + -13.1949 + ], + [ + "sabrina", + -13.1949 + ], + [ + "salted", + -13.1949 + ], + [ + "sam's", + -13.1949 + ], + [ + "sauna", + -13.1949 + ], + [ + "scott's", + -13.1949 + ], + [ + "seamless", + -13.1949 + ], + [ + "shattering", + -13.1949 + ], + [ + "shen", + -13.1949 + ], + [ + "skater", + -13.1949 + ], + [ + "slamming", + -13.1949 + ], + [ + "sling", + -13.1949 + ], + [ + "sonar", + -13.1949 + ], + [ + "spores", + -13.1949 + ], + [ + "spreadsheet", + -13.1949 + ], + [ + "spurred", + -13.1949 + ], + [ + "squats", + -13.1949 + ], + [ + "squire", + -13.1949 + ], + [ + "stagnant", + -13.1949 + ], + [ + "standardization", + -13.1949 + ], + [ + "startled", + -13.1949 + ], + [ + "steamed", + -13.1949 + ], + [ + "steaming", + -13.1949 + ], + [ + "studs", + -13.1949 + ], + [ + "subtly", + -13.1949 + ], + [ + "surfer", + -13.1949 + ], + [ + "telephones", + -13.1949 + ], + [ + "tempest", + -13.1949 + ], + [ + "tesco", + -13.1949 + ], + [ + "textual", + -13.1949 + ], + [ + "thc", + -13.1949 + ], + [ + "theses", + -13.1949 + ], + [ + "thorns", + -13.1949 + ], + [ + "tolls", + -13.1949 + ], + [ + "toothbrush", + -13.1949 + ], + [ + "tornadoes", + -13.1949 + ], + [ + "toro", + -13.1949 + ], + [ + "tramp", + -13.1949 + ], + [ + "trembling", + -13.1949 + ], + [ + "tulsa", + -13.1949 + ], + [ + "typo", + -13.1949 + ], + [ + "ultimatum", + -13.1949 + ], + [ + "uncontrolled", + -13.1949 + ], + [ + "unmanned", + -13.1949 + ], + [ + "uptown", + -13.1949 + ], + [ + "vents", + -13.1949 + ], + [ + "visualize", + -13.1949 + ], + [ + "volt", + -13.1949 + ], + [ + "wb", + -13.1949 + ], + [ + "welch", + -13.1949 + ], + [ + "wept", + -13.1949 + ], + [ + "westwood", + -13.1949 + ], + [ + "wha", + -13.1949 + ], + [ + "whaling", + -13.1949 + ], + [ + "wilson's", + -13.1949 + ], + [ + "\u2588", + -13.1949 + ], + [ + "3am", + -13.2167 + ], + [ + "advertiser", + -13.2167 + ], + [ + "affirmation", + -13.2167 + ], + [ + "afternoons", + -13.2167 + ], + [ + "akbar", + -13.2167 + ], + [ + "amounting", + -13.2167 + ], + [ + "anecdote", + -13.2167 + ], + [ + "anew", + -13.2167 + ], + [ + "animations", + -13.2167 + ], + [ + "aol", + -13.2167 + ], + [ + "asparagus", + -13.2167 + ], + [ + "assigns", + -13.2167 + ], + [ + "awkwardly", + -13.2167 + ], + [ + "bachelor's", + -13.2167 + ], + [ + "banjo", + -13.2167 + ], + [ + "barbed", + -13.2167 + ], + [ + "barr", + -13.2167 + ], + [ + "basing", + -13.2167 + ], + [ + "bathe", + -13.2167 + ], + [ + "battalions", + -13.2167 + ], + [ + "bazaar", + -13.2167 + ], + [ + "beaumont", + -13.2167 + ], + [ + "bg", + -13.2167 + ], + [ + "biker", + -13.2167 + ], + [ + "biopsy", + -13.2167 + ], + [ + "bj", + -13.2167 + ], + [ + "blacked", + -13.2167 + ], + [ + "boko", + -13.2167 + ], + [ + "bosch", + -13.2167 + ], + [ + "brandt", + -13.2167 + ], + [ + "budgetary", + -13.2167 + ], + [ + "calibre", + -13.2167 + ], + [ + "carcass", + -13.2167 + ], + [ + "cassie", + -13.2167 + ], + [ + "charley", + -13.2167 + ], + [ + "chico", + -13.2167 + ], + [ + "ck", + -13.2167 + ], + [ + "cleanliness", + -13.2167 + ], + [ + "cognition", + -13.2167 + ], + [ + "collide", + -13.2167 + ], + [ + "comma", + -13.2167 + ], + [ + "compartments", + -13.2167 + ], + [ + "complexities", + -13.2167 + ], + [ + "concentrates", + -13.2167 + ], + [ + "concerto", + -13.2167 + ], + [ + "converge", + -13.2167 + ], + [ + "convicts", + -13.2167 + ], + [ + "cookbook", + -13.2167 + ], + [ + "cornelius", + -13.2167 + ], + [ + "counselors", + -13.2167 + ], + [ + "couture", + -13.2167 + ], + [ + "cree", + -13.2167 + ], + [ + "crispy", + -13.2167 + ], + [ + "crumbs", + -13.2167 + ], + [ + "cutie", + -13.2167 + ], + [ + "dashed", + -13.2167 + ], + [ + "dashing", + -13.2167 + ], + [ + "defer", + -13.2167 + ], + [ + "definitively", + -13.2167 + ], + [ + "dentists", + -13.2167 + ], + [ + "descends", + -13.2167 + ], + [ + "deux", + -13.2167 + ], + [ + "directories", + -13.2167 + ], + [ + "dismantling", + -13.2167 + ], + [ + "dodd", + -13.2167 + ], + [ + "draper", + -13.2167 + ], + [ + "dumps", + -13.2167 + ], + [ + "dwellers", + -13.2167 + ], + [ + "electronically", + -13.2167 + ], + [ + "emptiness", + -13.2167 + ], + [ + "enslaved", + -13.2167 + ], + [ + "entropy", + -13.2167 + ], + [ + "equestrian", + -13.2167 + ], + [ + "eviction", + -13.2167 + ], + [ + "excused", + -13.2167 + ], + [ + "fay", + -13.2167 + ], + [ + "flaps", + -13.2167 + ], + [ + "fluoride", + -13.2167 + ], + [ + "footed", + -13.2167 + ], + [ + "forcefully", + -13.2167 + ], + [ + "foresee", + -13.2167 + ], + [ + "fracking", + -13.2167 + ], + [ + "futuristic", + -13.2167 + ], + [ + "gaelic", + -13.2167 + ], + [ + "genealogy", + -13.2167 + ], + [ + "gilded", + -13.2167 + ], + [ + "gilles", + -13.2167 + ], + [ + "gillian", + -13.2167 + ], + [ + "gilmore", + -13.2167 + ], + [ + "gloom", + -13.2167 + ], + [ + "gmail", + -13.2167 + ], + [ + "granger", + -13.2167 + ], + [ + "grasses", + -13.2167 + ], + [ + "greenberg", + -13.2167 + ], + [ + "grimes", + -13.2167 + ], + [ + "haifa", + -13.2167 + ], + [ + "hinge", + -13.2167 + ], + [ + "hops", + -13.2167 + ], + [ + "howling", + -13.2167 + ], + [ + "hypnosis", + -13.2167 + ], + [ + "indigo", + -13.2167 + ], + [ + "ingrid", + -13.2167 + ], + [ + "injure", + -13.2167 + ], + [ + "intensify", + -13.2167 + ], + [ + "invasions", + -13.2167 + ], + [ + "jeb", + -13.2167 + ], + [ + "kali", + -13.2167 + ], + [ + "kart", + -13.2167 + ], + [ + "kudos", + -13.2167 + ], + [ + "kw", + -13.2167 + ], + [ + "laced", + -13.2167 + ], + [ + "leftover", + -13.2167 + ], + [ + "legislatures", + -13.2167 + ], + [ + "lille", + -13.2167 + ], + [ + "lim", + -13.2167 + ], + [ + "linebacker", + -13.2167 + ], + [ + "liza", + -13.2167 + ], + [ + "lng", + -13.2167 + ], + [ + "lobe", + -13.2167 + ], + [ + "lousy", + -13.2167 + ], + [ + "lowly", + -13.2167 + ], + [ + "lsd", + -13.2167 + ], + [ + "luminous", + -13.2167 + ], + [ + "lyle", + -13.2167 + ], + [ + "m8", + -13.2167 + ], + [ + "macarthur", + -13.2167 + ], + [ + "macau", + -13.2167 + ], + [ + "manson", + -13.2167 + ], + [ + "marino", + -13.2167 + ], + [ + "masculinity", + -13.2167 + ], + [ + "mathieu", + -13.2167 + ], + [ + "maui", + -13.2167 + ], + [ + "mep", + -13.2167 + ], + [ + "metaphysical", + -13.2167 + ], + [ + "meticulous", + -13.2167 + ], + [ + "militias", + -13.2167 + ], + [ + "millionaires", + -13.2167 + ], + [ + "misled", + -13.2167 + ], + [ + "mixtape", + -13.2167 + ], + [ + "mobilize", + -13.2167 + ], + [ + "monologue", + -13.2167 + ], + [ + "multiplier", + -13.2167 + ], + [ + "nasa's", + -13.2167 + ], + [ + "nature's", + -13.2167 + ], + [ + "navigating", + -13.2167 + ], + [ + "nightfall", + -13.2167 + ], + [ + "nouns", + -13.2167 + ], + [ + "nurturing", + -13.2167 + ], + [ + "o'connell", + -13.2167 + ], + [ + "obi", + -13.2167 + ], + [ + "olson", + -13.2167 + ], + [ + "operas", + -13.2167 + ], + [ + "orbiting", + -13.2167 + ], + [ + "orchid", + -13.2167 + ], + [ + "outlawed", + -13.2167 + ], + [ + "oversized", + -13.2167 + ], + [ + "overt", + -13.2167 + ], + [ + "pajamas", + -13.2167 + ], + [ + "parades", + -13.2167 + ], + [ + "parsley", + -13.2167 + ], + [ + "partner's", + -13.2167 + ], + [ + "pasha", + -13.2167 + ], + [ + "paused", + -13.2167 + ], + [ + "payback", + -13.2167 + ], + [ + "paz", + -13.2167 + ], + [ + "pelvic", + -13.2167 + ], + [ + "perch", + -13.2167 + ], + [ + "phony", + -13.2167 + ], + [ + "pius", + -13.2167 + ], + [ + "policymakers", + -13.2167 + ], + [ + "pont", + -13.2167 + ], + [ + "poole", + -13.2167 + ], + [ + "portraying", + -13.2167 + ], + [ + "potency", + -13.2167 + ], + [ + "potion", + -13.2167 + ], + [ + "preclude", + -13.2167 + ], + [ + "predetermined", + -13.2167 + ], + [ + "predicament", + -13.2167 + ], + [ + "prefect", + -13.2167 + ], + [ + "pretoria", + -13.2167 + ], + [ + "psalms", + -13.2167 + ], + [ + "quay", + -13.2167 + ], + [ + "quotations", + -13.2167 + ], + [ + "raider", + -13.2167 + ], + [ + "rapes", + -13.2167 + ], + [ + "rebate", + -13.2167 + ], + [ + "recap", + -13.2167 + ], + [ + "recharge", + -13.2167 + ], + [ + "recital", + -13.2167 + ], + [ + "recognises", + -13.2167 + ], + [ + "reflexes", + -13.2167 + ], + [ + "refreshed", + -13.2167 + ], + [ + "remedial", + -13.2167 + ], + [ + "reopen", + -13.2167 + ], + [ + "restroom", + -13.2167 + ], + [ + "riviera", + -13.2167 + ], + [ + "robb", + -13.2167 + ], + [ + "rolf", + -13.2167 + ], + [ + "rudolph", + -13.2167 + ], + [ + "samba", + -13.2167 + ], + [ + "scandalous", + -13.2167 + ], + [ + "scot", + -13.2167 + ], + [ + "selfless", + -13.2167 + ], + [ + "semifinals", + -13.2167 + ], + [ + "sens", + -13.2167 + ], + [ + "sera", + -13.2167 + ], + [ + "serb", + -13.2167 + ], + [ + "shabby", + -13.2167 + ], + [ + "shaman", + -13.2167 + ], + [ + "shelly", + -13.2167 + ], + [ + "shun", + -13.2167 + ], + [ + "siberian", + -13.2167 + ], + [ + "sickening", + -13.2167 + ], + [ + "site's", + -13.2167 + ], + [ + "skid", + -13.2167 + ], + [ + "skiers", + -13.2167 + ], + [ + "slaying", + -13.2167 + ], + [ + "sledge", + -13.2167 + ], + [ + "slum", + -13.2167 + ], + [ + "smelly", + -13.2167 + ], + [ + "smog", + -13.2167 + ], + [ + "sorrows", + -13.2167 + ], + [ + "spat", + -13.2167 + ], + [ + "strangest", + -13.2167 + ], + [ + "stricter", + -13.2167 + ], + [ + "surveyor", + -13.2167 + ], + [ + "sv", + -13.2167 + ], + [ + "swedes", + -13.2167 + ], + [ + "synopsis", + -13.2167 + ], + [ + "t2", + -13.2167 + ], + [ + "tanaka", + -13.2167 + ], + [ + "terminating", + -13.2167 + ], + [ + "thence", + -13.2167 + ], + [ + "thrift", + -13.2167 + ], + [ + "timmy", + -13.2167 + ], + [ + "towing", + -13.2167 + ], + [ + "tracts", + -13.2167 + ], + [ + "transfusion", + -13.2167 + ], + [ + "transplantation", + -13.2167 + ], + [ + "typewriter", + -13.2167 + ], + [ + "understatement", + -13.2167 + ], + [ + "unison", + -13.2167 + ], + [ + "vaughn", + -13.2167 + ], + [ + "vulcan", + -13.2167 + ], + [ + "when's", + -13.2167 + ], + [ + "whistles", + -13.2167 + ], + [ + "widest", + -13.2167 + ], + [ + "wrench", + -13.2167 + ], + [ + "ying", + -13.2167 + ], + [ + "yrs", + -13.2167 + ], + [ + "\u2591", + -13.2167 + ], + [ + "00x00", + -13.2389 + ], + [ + "1s", + -13.2389 + ], + [ + "3s", + -13.2389 + ], + [ + "4pm", + -13.2389 + ], + [ + "abd", + -13.2389 + ], + [ + "abort", + -13.2389 + ], + [ + "accommodating", + -13.2389 + ], + [ + "accrued", + -13.2389 + ], + [ + "adored", + -13.2389 + ], + [ + "adversaries", + -13.2389 + ], + [ + "agendas", + -13.2389 + ], + [ + "alexandre", + -13.2389 + ], + [ + "alia", + -13.2389 + ], + [ + "amish", + -13.2389 + ], + [ + "anesthesia", + -13.2389 + ], + [ + "annum", + -13.2389 + ], + [ + "antidote", + -13.2389 + ], + [ + "antiquities", + -13.2389 + ], + [ + "aristocratic", + -13.2389 + ], + [ + "aroma", + -13.2389 + ], + [ + "assimilation", + -13.2389 + ], + [ + "aswell", + -13.2389 + ], + [ + "aversion", + -13.2389 + ], + [ + "avg", + -13.2389 + ], + [ + "avocado", + -13.2389 + ], + [ + "beetles", + -13.2389 + ], + [ + "bellamy", + -13.2389 + ], + [ + "bergen", + -13.2389 + ], + [ + "bestseller", + -13.2389 + ], + [ + "betsy", + -13.2389 + ], + [ + "biographies", + -13.2389 + ], + [ + "birdie", + -13.2389 + ], + [ + "bison", + -13.2389 + ], + [ + "blacksmith", + -13.2389 + ], + [ + "bm", + -13.2389 + ], + [ + "bracelets", + -13.2389 + ], + [ + "bridging", + -13.2389 + ], + [ + "briefed", + -13.2389 + ], + [ + "brig", + -13.2389 + ], + [ + "bumping", + -13.2389 + ], + [ + "burrows", + -13.2389 + ], + [ + "bw", + -13.2389 + ], + [ + "cairns", + -13.2389 + ], + [ + "canning", + -13.2389 + ], + [ + "caregivers", + -13.2389 + ], + [ + "carole", + -13.2389 + ], + [ + "charmed", + -13.2389 + ], + [ + "cheeses", + -13.2389 + ], + [ + "childcare", + -13.2389 + ], + [ + "choo", + -13.2389 + ], + [ + "classifications", + -13.2389 + ], + [ + "clientele", + -13.2389 + ], + [ + "clipped", + -13.2389 + ], + [ + "coincides", + -13.2389 + ], + [ + "collided", + -13.2389 + ], + [ + "colombo", + -13.2389 + ], + [ + "confines", + -13.2389 + ], + [ + "contemplation", + -13.2389 + ], + [ + "costello", + -13.2389 + ], + [ + "cougar", + -13.2389 + ], + [ + "countrymen", + -13.2389 + ], + [ + "coyotes", + -13.2389 + ], + [ + "crackdown", + -13.2389 + ], + [ + "crippling", + -13.2389 + ], + [ + "crotch", + -13.2389 + ], + [ + "cultured", + -13.2389 + ], + [ + "curing", + -13.2389 + ], + [ + "cyclical", + -13.2389 + ], + [ + "c\u00f4te", + -13.2389 + ], + [ + "dab", + -13.2389 + ], + [ + "dangling", + -13.2389 + ], + [ + "dartmouth", + -13.2389 + ], + [ + "daunting", + -13.2389 + ], + [ + "delusions", + -13.2389 + ], + [ + "demonic", + -13.2389 + ], + [ + "despised", + -13.2389 + ], + [ + "devise", + -13.2389 + ], + [ + "dildo", + -13.2389 + ], + [ + "disproportionately", + -13.2389 + ], + [ + "dlc", + -13.2389 + ], + [ + "doggy", + -13.2389 + ], + [ + "dole", + -13.2389 + ], + [ + "downey", + -13.2389 + ], + [ + "dui", + -13.2389 + ], + [ + "dune", + -13.2389 + ], + [ + "dung", + -13.2389 + ], + [ + "eb", + -13.2389 + ], + [ + "edna", + -13.2389 + ], + [ + "ef", + -13.2389 + ], + [ + "electing", + -13.2389 + ], + [ + "embroidered", + -13.2389 + ], + [ + "emile", + -13.2389 + ], + [ + "equatorial", + -13.2389 + ], + [ + "escalate", + -13.2389 + ], + [ + "escorts", + -13.2389 + ], + [ + "exporter", + -13.2389 + ], + [ + "extinguished", + -13.2389 + ], + [ + "fallacy", + -13.2389 + ], + [ + "fanatic", + -13.2389 + ], + [ + "feelin", + -13.2389 + ], + [ + "fei", + -13.2389 + ], + [ + "fern", + -13.2389 + ], + [ + "fidel", + -13.2389 + ], + [ + "fifties", + -13.2389 + ], + [ + "firefighter", + -13.2389 + ], + [ + "formatting", + -13.2389 + ], + [ + "fortifications", + -13.2389 + ], + [ + "franks", + -13.2389 + ], + [ + "frederic", + -13.2389 + ], + [ + "frequented", + -13.2389 + ], + [ + "frown", + -13.2389 + ], + [ + "fruity", + -13.2389 + ], + [ + "fungal", + -13.2389 + ], + [ + "gall", + -13.2389 + ], + [ + "gaulle", + -13.2389 + ], + [ + "gearing", + -13.2389 + ], + [ + "gis", + -13.2389 + ], + [ + "gogh", + -13.2389 + ], + [ + "governs", + -13.2389 + ], + [ + "gras", + -13.2389 + ], + [ + "gritty", + -13.2389 + ], + [ + "gsm", + -13.2389 + ], + [ + "hari", + -13.2389 + ], + [ + "hdmi", + -13.2389 + ], + [ + "headlights", + -13.2389 + ], + [ + "headmaster", + -13.2389 + ], + [ + "hearty", + -13.2389 + ], + [ + "helix", + -13.2389 + ], + [ + "henceforth", + -13.2389 + ], + [ + "heroism", + -13.2389 + ], + [ + "hooray", + -13.2389 + ], + [ + "horton", + -13.2389 + ], + [ + "huron", + -13.2389 + ], + [ + "impeccable", + -13.2389 + ], + [ + "indebted", + -13.2389 + ], + [ + "informants", + -13.2389 + ], + [ + "inhale", + -13.2389 + ], + [ + "inserting", + -13.2389 + ], + [ + "internships", + -13.2389 + ], + [ + "iroquois", + -13.2389 + ], + [ + "itinerary", + -13.2389 + ], + [ + "j.j", + -13.2389 + ], + [ + "jehovah", + -13.2389 + ], + [ + "jenner", + -13.2389 + ], + [ + "johan", + -13.2389 + ], + [ + "johannes", + -13.2389 + ], + [ + "josef", + -13.2389 + ], + [ + "jt", + -13.2389 + ], + [ + "kahn", + -13.2389 + ], + [ + "kiwi", + -13.2389 + ], + [ + "kodak", + -13.2389 + ], + [ + "lair", + -13.2389 + ], + [ + "latch", + -13.2389 + ], + [ + "lau", + -13.2389 + ], + [ + "lew", + -13.2389 + ], + [ + "liberating", + -13.2389 + ], + [ + "lice", + -13.2389 + ], + [ + "liquidation", + -13.2389 + ], + [ + "literate", + -13.2389 + ], + [ + "louisa", + -13.2389 + ], + [ + "lucid", + -13.2389 + ], + [ + "marginalized", + -13.2389 + ], + [ + "marin", + -13.2389 + ], + [ + "marshes", + -13.2389 + ], + [ + "mastermind", + -13.2389 + ], + [ + "masterpieces", + -13.2389 + ], + [ + "mathematicians", + -13.2389 + ], + [ + "matilda", + -13.2389 + ], + [ + "maynard", + -13.2389 + ], + [ + "mcbride", + -13.2389 + ], + [ + "mcgregor", + -13.2389 + ], + [ + "minimizing", + -13.2389 + ], + [ + "mitsubishi", + -13.2389 + ], + [ + "modesty", + -13.2389 + ], + [ + "monsoon", + -13.2389 + ], + [ + "multilateral", + -13.2389 + ], + [ + "nadine", + -13.2389 + ], + [ + "narrowing", + -13.2389 + ], + [ + "nationale", + -13.2389 + ], + [ + "nazareth", + -13.2389 + ], + [ + "nectar", + -13.2389 + ], + [ + "nicki", + -13.2389 + ], + [ + "nikon", + -13.2389 + ], + [ + "nino", + -13.2389 + ], + [ + "obscured", + -13.2389 + ], + [ + "opus", + -13.2389 + ], + [ + "organisers", + -13.2389 + ], + [ + "ornaments", + -13.2389 + ], + [ + "overland", + -13.2389 + ], + [ + "parte", + -13.2389 + ], + [ + "patriarchal", + -13.2389 + ], + [ + "pau", + -13.2389 + ], + [ + "pendant", + -13.2389 + ], + [ + "periodical", + -13.2389 + ], + [ + "pesticide", + -13.2389 + ], + [ + "petra", + -13.2389 + ], + [ + "photon", + -13.2389 + ], + [ + "pioneered", + -13.2389 + ], + [ + "pooh", + -13.2389 + ], + [ + "powdered", + -13.2389 + ], + [ + "ppp", + -13.2389 + ], + [ + "preparedness", + -13.2389 + ], + [ + "program's", + -13.2389 + ], + [ + "promenade", + -13.2389 + ], + [ + "psychedelic", + -13.2389 + ], + [ + "psychiatrists", + -13.2389 + ], + [ + "publicized", + -13.2389 + ], + [ + "puddle", + -13.2389 + ], + [ + "pueblo", + -13.2389 + ], + [ + "putnam", + -13.2389 + ], + [ + "qi", + -13.2389 + ], + [ + "quantify", + -13.2389 + ], + [ + "rallied", + -13.2389 + ], + [ + "reckoning", + -13.2389 + ], + [ + "recognising", + -13.2389 + ], + [ + "reconstruct", + -13.2389 + ], + [ + "recounted", + -13.2389 + ], + [ + "removable", + -13.2389 + ], + [ + "remy", + -13.2389 + ], + [ + "repressed", + -13.2389 + ], + [ + "resorted", + -13.2389 + ], + [ + "responders", + -13.2389 + ], + [ + "resurrected", + -13.2389 + ], + [ + "roasting", + -13.2389 + ], + [ + "rowan", + -13.2389 + ], + [ + "rowe", + -13.2389 + ], + [ + "samoa", + -13.2389 + ], + [ + "scaring", + -13.2389 + ], + [ + "seminal", + -13.2389 + ], + [ + "sender", + -13.2389 + ], + [ + "sequential", + -13.2389 + ], + [ + "shred", + -13.2389 + ], + [ + "sidelines", + -13.2389 + ], + [ + "signifies", + -13.2389 + ], + [ + "sinatra", + -13.2389 + ], + [ + "sirius", + -13.2389 + ], + [ + "skis", + -13.2389 + ], + [ + "slag", + -13.2389 + ], + [ + "slovak", + -13.2389 + ], + [ + "smoky", + -13.2389 + ], + [ + "snare", + -13.2389 + ], + [ + "someones", + -13.2389 + ], + [ + "soprano", + -13.2389 + ], + [ + "sorority", + -13.2389 + ], + [ + "specificity", + -13.2389 + ], + [ + "speechless", + -13.2389 + ], + [ + "spoons", + -13.2389 + ], + [ + "stephenson", + -13.2389 + ], + [ + "streamlined", + -13.2389 + ], + [ + "sympathies", + -13.2389 + ], + [ + "syrians", + -13.2389 + ], + [ + "tam", + -13.2389 + ], + [ + "telescopes", + -13.2389 + ], + [ + "tenderness", + -13.2389 + ], + [ + "thingy", + -13.2389 + ], + [ + "thu", + -13.2389 + ], + [ + "toughness", + -13.2389 + ], + [ + "trademarks", + -13.2389 + ], + [ + "traitors", + -13.2389 + ], + [ + "tres", + -13.2389 + ], + [ + "trolling", + -13.2389 + ], + [ + "uninterrupted", + -13.2389 + ], + [ + "unloading", + -13.2389 + ], + [ + "ventura", + -13.2389 + ], + [ + "vhs", + -13.2389 + ], + [ + "viola", + -13.2389 + ], + [ + "wanda", + -13.2389 + ], + [ + "washer", + -13.2389 + ], + [ + "whim", + -13.2389 + ], + [ + "whistling", + -13.2389 + ], + [ + "wick", + -13.2389 + ], + [ + "wielding", + -13.2389 + ], + [ + "wiggle", + -13.2389 + ], + [ + "wikileaks", + -13.2389 + ], + [ + "workin", + -13.2389 + ], + [ + "x1", + -13.2389 + ], + [ + "yugoslav", + -13.2389 + ], + [ + "0.00m", + -13.2616 + ], + [ + "1b", + -13.2616 + ], + [ + "2pm", + -13.2616 + ], + [ + "8am", + -13.2616 + ], + [ + "abi", + -13.2616 + ], + [ + "acclaim", + -13.2616 + ], + [ + "accorded", + -13.2616 + ], + [ + "aint", + -13.2616 + ], + [ + "andersen", + -13.2616 + ], + [ + "anecdotal", + -13.2616 + ], + [ + "anthropologist", + -13.2616 + ], + [ + "assures", + -13.2616 + ], + [ + "attaching", + -13.2616 + ], + [ + "austen", + -13.2616 + ], + [ + "aziz", + -13.2616 + ], + [ + "badgers", + -13.2616 + ], + [ + "barb", + -13.2616 + ], + [ + "barons", + -13.2616 + ], + [ + "batches", + -13.2616 + ], + [ + "beggars", + -13.2616 + ], + [ + "behaves", + -13.2616 + ], + [ + "belize", + -13.2616 + ], + [ + "bonaparte", + -13.2616 + ], + [ + "bony", + -13.2616 + ], + [ + "bradshaw", + -13.2616 + ], + [ + "bray", + -13.2616 + ], + [ + "brittle", + -13.2616 + ], + [ + "bulky", + -13.2616 + ], + [ + "burnett", + -13.2616 + ], + [ + "burrito", + -13.2616 + ], + [ + "calendars", + -13.2616 + ], + [ + "cameron's", + -13.2616 + ], + [ + "centimeters", + -13.2616 + ], + [ + "chai", + -13.2616 + ], + [ + "chaplin", + -13.2616 + ], + [ + "charters", + -13.2616 + ], + [ + "cheltenham", + -13.2616 + ], + [ + "chilli", + -13.2616 + ], + [ + "chuckles", + -13.2616 + ], + [ + "comedic", + -13.2616 + ], + [ + "compulsive", + -13.2616 + ], + [ + "concordia", + -13.2616 + ], + [ + "considerate", + -13.2616 + ], + [ + "consumes", + -13.2616 + ], + [ + "counteract", + -13.2616 + ], + [ + "csr", + -13.2616 + ], + [ + "cutters", + -13.2616 + ], + [ + "darryl", + -13.2616 + ], + [ + "decrees", + -13.2616 + ], + [ + "deforestation", + -13.2616 + ], + [ + "delegated", + -13.2616 + ], + [ + "dentistry", + -13.2616 + ], + [ + "derailed", + -13.2616 + ], + [ + "digs", + -13.2616 + ], + [ + "discriminated", + -13.2616 + ], + [ + "distilled", + -13.2616 + ], + [ + "ditched", + -13.2616 + ], + [ + "dod", + -13.2616 + ], + [ + "dodging", + -13.2616 + ], + [ + "drawback", + -13.2616 + ], + [ + "dyer", + -13.2616 + ], + [ + "eased", + -13.2616 + ], + [ + "eaters", + -13.2616 + ], + [ + "edo", + -13.2616 + ], + [ + "eloquent", + -13.2616 + ], + [ + "enamel", + -13.2616 + ], + [ + "ensign", + -13.2616 + ], + [ + "enthusiastically", + -13.2616 + ], + [ + "entourage", + -13.2616 + ], + [ + "escalating", + -13.2616 + ], + [ + "excite", + -13.2616 + ], + [ + "familial", + -13.2616 + ], + [ + "ferocious", + -13.2616 + ], + [ + "fg", + -13.2616 + ], + [ + "flips", + -13.2616 + ], + [ + "fostered", + -13.2616 + ], + [ + "fours", + -13.2616 + ], + [ + "gaddafi", + -13.2616 + ], + [ + "galilee", + -13.2616 + ], + [ + "geelong", + -13.2616 + ], + [ + "gertrude", + -13.2616 + ], + [ + "git", + -13.2616 + ], + [ + "giuseppe", + -13.2616 + ], + [ + "glover", + -13.2616 + ], + [ + "goldstein", + -13.2616 + ], + [ + "goodies", + -13.2616 + ], + [ + "groin", + -13.2616 + ], + [ + "guineas", + -13.2616 + ], + [ + "har", + -13.2616 + ], + [ + "hardwood", + -13.2616 + ], + [ + "hawking", + -13.2616 + ], + [ + "heals", + -13.2616 + ], + [ + "hectare", + -13.2616 + ], + [ + "hedgehog", + -13.2616 + ], + [ + "hedges", + -13.2616 + ], + [ + "heresy", + -13.2616 + ], + [ + "hijacked", + -13.2616 + ], + [ + "housekeeper", + -13.2616 + ], + [ + "hurtful", + -13.2616 + ], + [ + "husky", + -13.2616 + ], + [ + "ibiza", + -13.2616 + ], + [ + "imaginable", + -13.2616 + ], + [ + "industry's", + -13.2616 + ], + [ + "ingenuity", + -13.2616 + ], + [ + "insidious", + -13.2616 + ], + [ + "insightful", + -13.2616 + ], + [ + "interchangeable", + -13.2616 + ], + [ + "interconnected", + -13.2616 + ], + [ + "intestine", + -13.2616 + ], + [ + "intimately", + -13.2616 + ], + [ + "inverness", + -13.2616 + ], + [ + "jargon", + -13.2616 + ], + [ + "jerks", + -13.2616 + ], + [ + "johansson", + -13.2616 + ], + [ + "judo", + -13.2616 + ], + [ + "khalifa", + -13.2616 + ], + [ + "kinky", + -13.2616 + ], + [ + "labelling", + -13.2616 + ], + [ + "lagging", + -13.2616 + ], + [ + "legalize", + -13.2616 + ], + [ + "legislator", + -13.2616 + ], + [ + "loki", + -13.2616 + ], + [ + "loo", + -13.2616 + ], + [ + "lured", + -13.2616 + ], + [ + "magna", + -13.2616 + ], + [ + "maids", + -13.2616 + ], + [ + "malignant", + -13.2616 + ], + [ + "margarita", + -13.2616 + ], + [ + "mari", + -13.2616 + ], + [ + "marketers", + -13.2616 + ], + [ + "mathews", + -13.2616 + ], + [ + "maxi", + -13.2616 + ], + [ + "mazda", + -13.2616 + ], + [ + "mccann", + -13.2616 + ], + [ + "melinda", + -13.2616 + ], + [ + "mercantile", + -13.2616 + ], + [ + "mercenary", + -13.2616 + ], + [ + "missy", + -13.2616 + ], + [ + "mojo", + -13.2616 + ], + [ + "morbid", + -13.2616 + ], + [ + "mums", + -13.2616 + ], + [ + "mysteriously", + -13.2616 + ], + [ + "navajo", + -13.2616 + ], + [ + "nemo", + -13.2616 + ], + [ + "netanyahu", + -13.2616 + ], + [ + "nomadic", + -13.2616 + ], + [ + "notebooks", + -13.2616 + ], + [ + "nozzle", + -13.2616 + ], + [ + "o'malley", + -13.2616 + ], + [ + "olaf", + -13.2616 + ], + [ + "orchestrated", + -13.2616 + ], + [ + "organisational", + -13.2616 + ], + [ + "orthodoxy", + -13.2616 + ], + [ + "ovarian", + -13.2616 + ], + [ + "overcame", + -13.2616 + ], + [ + "palais", + -13.2616 + ], + [ + "palermo", + -13.2616 + ], + [ + "pandemic", + -13.2616 + ], + [ + "parasitic", + -13.2616 + ], + [ + "partisans", + -13.2616 + ], + [ + "payload", + -13.2616 + ], + [ + "penitentiary", + -13.2616 + ], + [ + "perverse", + -13.2616 + ], + [ + "peugeot", + -13.2616 + ], + [ + "philosophies", + -13.2616 + ], + [ + "picky", + -13.2616 + ], + [ + "pictorial", + -13.2616 + ], + [ + "piggy", + -13.2616 + ], + [ + "pitiful", + -13.2616 + ], + [ + "planet's", + -13.2616 + ], + [ + "playa", + -13.2616 + ], + [ + "plywood", + -13.2616 + ], + [ + "polishing", + -13.2616 + ], + [ + "prefix", + -13.2616 + ], + [ + "prepaid", + -13.2616 + ], + [ + "prettiest", + -13.2616 + ], + [ + "prodigy", + -13.2616 + ], + [ + "prophetic", + -13.2616 + ], + [ + "renewing", + -13.2616 + ], + [ + "replicated", + -13.2616 + ], + [ + "repressive", + -13.2616 + ], + [ + "revisited", + -13.2616 + ], + [ + "ripple", + -13.2616 + ], + [ + "rosy", + -13.2616 + ], + [ + "saigon", + -13.2616 + ], + [ + "saver", + -13.2616 + ], + [ + "scooby", + -13.2616 + ], + [ + "scraping", + -13.2616 + ], + [ + "scumbag", + -13.2616 + ], + [ + "secluded", + -13.2616 + ], + [ + "seduce", + -13.2616 + ], + [ + "seduction", + -13.2616 + ], + [ + "seinfeld", + -13.2616 + ], + [ + "serbs", + -13.2616 + ], + [ + "sharper", + -13.2616 + ], + [ + "shorty", + -13.2616 + ], + [ + "shrugged", + -13.2616 + ], + [ + "sideline", + -13.2616 + ], + [ + "sidewalks", + -13.2616 + ], + [ + "siena", + -13.2616 + ], + [ + "sightings", + -13.2616 + ], + [ + "slade", + -13.2616 + ], + [ + "slums", + -13.2616 + ], + [ + "smug", + -13.2616 + ], + [ + "snails", + -13.2616 + ], + [ + "sob", + -13.2616 + ], + [ + "sobs", + -13.2616 + ], + [ + "soc", + -13.2616 + ], + [ + "solace", + -13.2616 + ], + [ + "souvenirs", + -13.2616 + ], + [ + "spd", + -13.2616 + ], + [ + "staffordshire", + -13.2616 + ], + [ + "stag", + -13.2616 + ], + [ + "ste", + -13.2616 + ], + [ + "stead", + -13.2616 + ], + [ + "str", + -13.2616 + ], + [ + "stylist", + -13.2616 + ], + [ + "superstition", + -13.2616 + ], + [ + "swami", + -13.2616 + ], + [ + "takers", + -13.2616 + ], + [ + "taper", + -13.2616 + ], + [ + "telly", + -13.2616 + ], + [ + "terminator", + -13.2616 + ], + [ + "thermometer", + -13.2616 + ], + [ + "thumbnail", + -13.2616 + ], + [ + "thursdays", + -13.2616 + ], + [ + "toddlers", + -13.2616 + ], + [ + "tractors", + -13.2616 + ], + [ + "tuesdays", + -13.2616 + ], + [ + "tumours", + -13.2616 + ], + [ + "tunis", + -13.2616 + ], + [ + "unimportant", + -13.2616 + ], + [ + "unsatisfactory", + -13.2616 + ], + [ + "unsolved", + -13.2616 + ], + [ + "unthinkable", + -13.2616 + ], + [ + "variously", + -13.2616 + ], + [ + "veiled", + -13.2616 + ], + [ + "vigilante", + -13.2616 + ], + [ + "waller", + -13.2616 + ], + [ + "wasteful", + -13.2616 + ], + [ + "wastewater", + -13.2616 + ], + [ + "welded", + -13.2616 + ], + [ + "werewolf", + -13.2616 + ], + [ + "westbrook", + -13.2616 + ], + [ + "wichita", + -13.2616 + ], + [ + "wiggins", + -13.2616 + ], + [ + "winery", + -13.2616 + ], + [ + "yosemite", + -13.2616 + ], + [ + "zulu", + -13.2616 + ], + [ + "\u00a6", + -13.2616 + ], + [ + "000km", + -13.2849 + ], + [ + "00min", + -13.2849 + ], + [ + "00w", + -13.2849 + ], + [ + "6am", + -13.2849 + ], + [ + "a.k.a", + -13.2849 + ], + [ + "abbreviated", + -13.2849 + ], + [ + "abstinence", + -13.2849 + ], + [ + "aches", + -13.2849 + ], + [ + "aching", + -13.2849 + ], + [ + "adjunct", + -13.2849 + ], + [ + "admiring", + -13.2849 + ], + [ + "aero", + -13.2849 + ], + [ + "alistair", + -13.2849 + ], + [ + "alternately", + -13.2849 + ], + [ + "andes", + -13.2849 + ], + [ + "arched", + -13.2849 + ], + [ + "archibald", + -13.2849 + ], + [ + "artefacts", + -13.2849 + ], + [ + "atkins", + -13.2849 + ], + [ + "attaining", + -13.2849 + ], + [ + "auditory", + -13.2849 + ], + [ + "aunts", + -13.2849 + ], + [ + "babysitting", + -13.2849 + ], + [ + "ballpark", + -13.2849 + ], + [ + "bane", + -13.2849 + ], + [ + "bedrock", + -13.2849 + ], + [ + "beep", + -13.2849 + ], + [ + "beggar", + -13.2849 + ], + [ + "beheaded", + -13.2849 + ], + [ + "belmont", + -13.2849 + ], + [ + "benton", + -13.2849 + ], + [ + "bigotry", + -13.2849 + ], + [ + "blurry", + -13.2849 + ], + [ + "boa", + -13.2849 + ], + [ + "boardwalk", + -13.2849 + ], + [ + "boilers", + -13.2849 + ], + [ + "boils", + -13.2849 + ], + [ + "borrowers", + -13.2849 + ], + [ + "bournemouth", + -13.2849 + ], + [ + "bran", + -13.2849 + ], + [ + "breaths", + -13.2849 + ], + [ + "brunette", + -13.2849 + ], + [ + "budgeting", + -13.2849 + ], + [ + "byte", + -13.2849 + ], + [ + "calmed", + -13.2849 + ], + [ + "channing", + -13.2849 + ], + [ + "chats", + -13.2849 + ], + [ + "chromium", + -13.2849 + ], + [ + "circulate", + -13.2849 + ], + [ + "collage", + -13.2849 + ], + [ + "collegiate", + -13.2849 + ], + [ + "collingwood", + -13.2849 + ], + [ + "computerized", + -13.2849 + ], + [ + "connectors", + -13.2849 + ], + [ + "conor", + -13.2849 + ], + [ + "contrasted", + -13.2849 + ], + [ + "copa", + -13.2849 + ], + [ + "corvette", + -13.2849 + ], + [ + "cot", + -13.2849 + ], + [ + "cpi", + -13.2849 + ], + [ + "creams", + -13.2849 + ], + [ + "cripple", + -13.2849 + ], + [ + "crumble", + -13.2849 + ], + [ + "crusader", + -13.2849 + ], + [ + "cupcakes", + -13.2849 + ], + [ + "danes", + -13.2849 + ], + [ + "daytona", + -13.2849 + ], + [ + "deformed", + -13.2849 + ], + [ + "depressive", + -13.2849 + ], + [ + "desolate", + -13.2849 + ], + [ + "deteriorate", + -13.2849 + ], + [ + "deus", + -13.2849 + ], + [ + "dia", + -13.2849 + ], + [ + "disparate", + -13.2849 + ], + [ + "dk", + -13.2849 + ], + [ + "dodgy", + -13.2849 + ], + [ + "doodle", + -13.2849 + ], + [ + "downwards", + -13.2849 + ], + [ + "dubstep", + -13.2849 + ], + [ + "dum", + -13.2849 + ], + [ + "ebook", + -13.2849 + ], + [ + "eel", + -13.2849 + ], + [ + "elongated", + -13.2849 + ], + [ + "emir", + -13.2849 + ], + [ + "enchanting", + -13.2849 + ], + [ + "encountering", + -13.2849 + ], + [ + "eternally", + -13.2849 + ], + [ + "evicted", + -13.2849 + ], + [ + "exploratory", + -13.2849 + ], + [ + "extermination", + -13.2849 + ], + [ + "fad", + -13.2849 + ], + [ + "fanbase", + -13.2849 + ], + [ + "farts", + -13.2849 + ], + [ + "feats", + -13.2849 + ], + [ + "feeble", + -13.2849 + ], + [ + "finder", + -13.2849 + ], + [ + "fishy", + -13.2849 + ], + [ + "fledged", + -13.2849 + ], + [ + "geeks", + -13.2849 + ], + [ + "germanic", + -13.2849 + ], + [ + "goldsmith", + -13.2849 + ], + [ + "gruesome", + -13.2849 + ], + [ + "guesses", + -13.2849 + ], + [ + "guideline", + -13.2849 + ], + [ + "guido", + -13.2849 + ], + [ + "gustav", + -13.2849 + ], + [ + "gypsies", + -13.2849 + ], + [ + "h00", + -13.2849 + ], + [ + "hamper", + -13.2849 + ], + [ + "haskell", + -13.2849 + ], + [ + "heathrow", + -13.2849 + ], + [ + "hefty", + -13.2849 + ], + [ + "hermit", + -13.2849 + ], + [ + "hooking", + -13.2849 + ], + [ + "humbled", + -13.2849 + ], + [ + "humming", + -13.2849 + ], + [ + "hyderabad", + -13.2849 + ], + [ + "icelandic", + -13.2849 + ], + [ + "iggy", + -13.2849 + ], + [ + "imperfections", + -13.2849 + ], + [ + "impulsive", + -13.2849 + ], + [ + "informational", + -13.2849 + ], + [ + "injecting", + -13.2849 + ], + [ + "inserts", + -13.2849 + ], + [ + "interrupting", + -13.2849 + ], + [ + "intolerable", + -13.2849 + ], + [ + "inversion", + -13.2849 + ], + [ + "ioc", + -13.2849 + ], + [ + "j.d", + -13.2849 + ], + [ + "jae", + -13.2849 + ], + [ + "jaguars", + -13.2849 + ], + [ + "jordanian", + -13.2849 + ], + [ + "keane", + -13.2849 + ], + [ + "lacey", + -13.2849 + ], + [ + "ladders", + -13.2849 + ], + [ + "leans", + -13.2849 + ], + [ + "lemons", + -13.2849 + ], + [ + "lenovo", + -13.2849 + ], + [ + "liters", + -13.2849 + ], + [ + "liturgical", + -13.2849 + ], + [ + "lizards", + -13.2849 + ], + [ + "loco", + -13.2849 + ], + [ + "lowry", + -13.2849 + ], + [ + "m1", + -13.2849 + ], + [ + "mach", + -13.2849 + ], + [ + "macleod", + -13.2849 + ], + [ + "mah", + -13.2849 + ], + [ + "maison", + -13.2849 + ], + [ + "manoeuvre", + -13.2849 + ], + [ + "marguerite", + -13.2849 + ], + [ + "mascara", + -13.2849 + ], + [ + "mcqueen", + -13.2849 + ], + [ + "memorize", + -13.2849 + ], + [ + "meningitis", + -13.2849 + ], + [ + "metallica", + -13.2849 + ], + [ + "methodological", + -13.2849 + ], + [ + "mgm", + -13.2849 + ], + [ + "modernist", + -13.2849 + ], + [ + "mueller", + -13.2849 + ], + [ + "mustafa", + -13.2849 + ], + [ + "naw", + -13.2849 + ], + [ + "nel", + -13.2849 + ], + [ + "nephews", + -13.2849 + ], + [ + "nervously", + -13.2849 + ], + [ + "nigh", + -13.2849 + ], + [ + "nineties", + -13.2849 + ], + [ + "northumberland", + -13.2849 + ], + [ + "nra", + -13.2849 + ], + [ + "nrl", + -13.2849 + ], + [ + "nuevo", + -13.2849 + ], + [ + "nuke", + -13.2849 + ], + [ + "olympus", + -13.2849 + ], + [ + "orton", + -13.2849 + ], + [ + "outpatient", + -13.2849 + ], + [ + "oversaw", + -13.2849 + ], + [ + "pancreatic", + -13.2849 + ], + [ + "pathogen", + -13.2849 + ], + [ + "peeling", + -13.2849 + ], + [ + "pellets", + -13.2849 + ], + [ + "physique", + -13.2849 + ], + [ + "picket", + -13.2849 + ], + [ + "porte", + -13.2849 + ], + [ + "potomac", + -13.2849 + ], + [ + "prioritize", + -13.2849 + ], + [ + "prologue", + -13.2849 + ], + [ + "prolong", + -13.2849 + ], + [ + "pronouns", + -13.2849 + ], + [ + "public's", + -13.2849 + ], + [ + "puzzled", + -13.2849 + ], + [ + "pvc", + -13.2849 + ], + [ + "radcliffe", + -13.2849 + ], + [ + "rapping", + -13.2849 + ], + [ + "ration", + -13.2849 + ], + [ + "ravi", + -13.2849 + ], + [ + "reaper", + -13.2849 + ], + [ + "reassurance", + -13.2849 + ], + [ + "recapture", + -13.2849 + ], + [ + "reckoned", + -13.2849 + ], + [ + "recount", + -13.2849 + ], + [ + "recovers", + -13.2849 + ], + [ + "recurrence", + -13.2849 + ], + [ + "redesigned", + -13.2849 + ], + [ + "redirect", + -13.2849 + ], + [ + "reimbursement", + -13.2849 + ], + [ + "rein", + -13.2849 + ], + [ + "relieving", + -13.2849 + ], + [ + "relish", + -13.2849 + ], + [ + "reputable", + -13.2849 + ], + [ + "responsibly", + -13.2849 + ], + [ + "reuben", + -13.2849 + ], + [ + "rh", + -13.2849 + ], + [ + "rips", + -13.2849 + ], + [ + "ruiz", + -13.2849 + ], + [ + "russo", + -13.2849 + ], + [ + "sana", + -13.2849 + ], + [ + "satanic", + -13.2849 + ], + [ + "scams", + -13.2849 + ], + [ + "seams", + -13.2849 + ], + [ + "secretive", + -13.2849 + ], + [ + "serviced", + -13.2849 + ], + [ + "sevens", + -13.2849 + ], + [ + "sewers", + -13.2849 + ], + [ + "shading", + -13.2849 + ], + [ + "sheppard", + -13.2849 + ], + [ + "shielding", + -13.2849 + ], + [ + "shipyard", + -13.2849 + ], + [ + "sizeable", + -13.2849 + ], + [ + "sled", + -13.2849 + ], + [ + "sleek", + -13.2849 + ], + [ + "snoring", + -13.2849 + ], + [ + "soci\u00e9t\u00e9", + -13.2849 + ], + [ + "steaks", + -13.2849 + ], + [ + "stepfather", + -13.2849 + ], + [ + "strangled", + -13.2849 + ], + [ + "suggestive", + -13.2849 + ], + [ + "summits", + -13.2849 + ], + [ + "taj", + -13.2849 + ], + [ + "taping", + -13.2849 + ], + [ + "tardis", + -13.2849 + ], + [ + "teased", + -13.2849 + ], + [ + "there'd", + -13.2849 + ], + [ + "thx", + -13.2849 + ], + [ + "togo", + -13.2849 + ], + [ + "tong", + -13.2849 + ], + [ + "triangles", + -13.2849 + ], + [ + "tribunals", + -13.2849 + ], + [ + "trois", + -13.2849 + ], + [ + "troupe", + -13.2849 + ], + [ + "tubing", + -13.2849 + ], + [ + "tumbling", + -13.2849 + ], + [ + "turquoise", + -13.2849 + ], + [ + "ulysses", + -13.2849 + ], + [ + "underdog", + -13.2849 + ], + [ + "undisclosed", + -13.2849 + ], + [ + "unduly", + -13.2849 + ], + [ + "unethical", + -13.2849 + ], + [ + "unsettled", + -13.2849 + ], + [ + "ventured", + -13.2849 + ], + [ + "vettel", + -13.2849 + ], + [ + "vowels", + -13.2849 + ], + [ + "vpn", + -13.2849 + ], + [ + "waffles", + -13.2849 + ], + [ + "wallets", + -13.2849 + ], + [ + "weirdo", + -13.2849 + ], + [ + "wilkes", + -13.2849 + ], + [ + "wilt", + -13.2849 + ], + [ + "winnings", + -13.2849 + ], + [ + "wolff", + -13.2849 + ], + [ + "youngster", + -13.2849 + ], + [ + "0,0,0", + -13.3087 + ], + [ + "1k", + -13.3087 + ], + [ + "a.j", + -13.3087 + ], + [ + "abound", + -13.3087 + ], + [ + "accommodated", + -13.3087 + ], + [ + "accomplishing", + -13.3087 + ], + [ + "adm", + -13.3087 + ], + [ + "admirer", + -13.3087 + ], + [ + "aidan", + -13.3087 + ], + [ + "alfie", + -13.3087 + ], + [ + "alphabetical", + -13.3087 + ], + [ + "anarchists", + -13.3087 + ], + [ + "antagonist", + -13.3087 + ], + [ + "antennas", + -13.3087 + ], + [ + "appalled", + -13.3087 + ], + [ + "aptitude", + -13.3087 + ], + [ + "arrays", + -13.3087 + ], + [ + "aryan", + -13.3087 + ], + [ + "attested", + -13.3087 + ], + [ + "audacity", + -13.3087 + ], + [ + "authorizing", + -13.3087 + ], + [ + "avert", + -13.3087 + ], + [ + "b2", + -13.3087 + ], + [ + "babes", + -13.3087 + ], + [ + "bandwagon", + -13.3087 + ], + [ + "beige", + -13.3087 + ], + [ + "biden", + -13.3087 + ], + [ + "blanks", + -13.3087 + ], + [ + "bolted", + -13.3087 + ], + [ + "borg", + -13.3087 + ], + [ + "botany", + -13.3087 + ], + [ + "bret", + -13.3087 + ], + [ + "brothel", + -13.3087 + ], + [ + "buddhists", + -13.3087 + ], + [ + "c.c", + -13.3087 + ], + [ + "captions", + -13.3087 + ], + [ + "carp", + -13.3087 + ], + [ + "cartwright", + -13.3087 + ], + [ + "centro", + -13.3087 + ], + [ + "chairperson", + -13.3087 + ], + [ + "ch\u00e2teau", + -13.3087 + ], + [ + "coa", + -13.3087 + ], + [ + "coefficients", + -13.3087 + ], + [ + "colleen", + -13.3087 + ], + [ + "competency", + -13.3087 + ], + [ + "conservatory", + -13.3087 + ], + [ + "contended", + -13.3087 + ], + [ + "cordon", + -13.3087 + ], + [ + "crouch", + -13.3087 + ], + [ + "crumbling", + -13.3087 + ], + [ + "curses", + -13.3087 + ], + [ + "daphne", + -13.3087 + ], + [ + "deceit", + -13.3087 + ], + [ + "deducted", + -13.3087 + ], + [ + "denominator", + -13.3087 + ], + [ + "deregulation", + -13.3087 + ], + [ + "devotees", + -13.3087 + ], + [ + "diablo", + -13.3087 + ], + [ + "diagnoses", + -13.3087 + ], + [ + "dictionaries", + -13.3087 + ], + [ + "disarm", + -13.3087 + ], + [ + "disrupting", + -13.3087 + ], + [ + "doth", + -13.3087 + ], + [ + "downturn", + -13.3087 + ], + [ + "dumbest", + -13.3087 + ], + [ + "eaton", + -13.3087 + ], + [ + "eau", + -13.3087 + ], + [ + "edgy", + -13.3087 + ], + [ + "ellison", + -13.3087 + ], + [ + "embodiment", + -13.3087 + ], + [ + "embryonic", + -13.3087 + ], + [ + "enlighten", + -13.3087 + ], + [ + "epstein", + -13.3087 + ], + [ + "erasmus", + -13.3087 + ], + [ + "este", + -13.3087 + ], + [ + "exerted", + -13.3087 + ], + [ + "eyesight", + -13.3087 + ], + [ + "fabio", + -13.3087 + ], + [ + "fandom", + -13.3087 + ], + [ + "fa\u00e7ade", + -13.3087 + ], + [ + "feces", + -13.3087 + ], + [ + "filings", + -13.3087 + ], + [ + "fleece", + -13.3087 + ], + [ + "flops", + -13.3087 + ], + [ + "flushed", + -13.3087 + ], + [ + "forage", + -13.3087 + ], + [ + "franc", + -13.3087 + ], + [ + "frowned", + -13.3087 + ], + [ + "frustrations", + -13.3087 + ], + [ + "furthest", + -13.3087 + ], + [ + "gangsters", + -13.3087 + ], + [ + "gearbox", + -13.3087 + ], + [ + "georg", + -13.3087 + ], + [ + "gillespie", + -13.3087 + ], + [ + "gladstone", + -13.3087 + ], + [ + "gnome", + -13.3087 + ], + [ + "gracie", + -13.3087 + ], + [ + "grasping", + -13.3087 + ], + [ + "grievous", + -13.3087 + ], + [ + "guerrillas", + -13.3087 + ], + [ + "guillaume", + -13.3087 + ], + [ + "gutter", + -13.3087 + ], + [ + "harass", + -13.3087 + ], + [ + "hawthorn", + -13.3087 + ], + [ + "hebrews", + -13.3087 + ], + [ + "heidelberg", + -13.3087 + ], + [ + "hermes", + -13.3087 + ], + [ + "hodge", + -13.3087 + ], + [ + "hodgson", + -13.3087 + ], + [ + "hoodie", + -13.3087 + ], + [ + "hubbard", + -13.3087 + ], + [ + "humanist", + -13.3087 + ], + [ + "hydroelectric", + -13.3087 + ], + [ + "impede", + -13.3087 + ], + [ + "inbound", + -13.3087 + ], + [ + "incumbents", + -13.3087 + ], + [ + "informally", + -13.3087 + ], + [ + "inhalation", + -13.3087 + ], + [ + "inhibition", + -13.3087 + ], + [ + "interrogated", + -13.3087 + ], + [ + "intestines", + -13.3087 + ], + [ + "invoice", + -13.3087 + ], + [ + "israelites", + -13.3087 + ], + [ + "italics", + -13.3087 + ], + [ + "judgmental", + -13.3087 + ], + [ + "justifiable", + -13.3087 + ], + [ + "kayak", + -13.3087 + ], + [ + "kerala", + -13.3087 + ], + [ + "kfc", + -13.3087 + ], + [ + "korea's", + -13.3087 + ], + [ + "kyrgyzstan", + -13.3087 + ], + [ + "lament", + -13.3087 + ], + [ + "lange", + -13.3087 + ], + [ + "latency", + -13.3087 + ], + [ + "laureate", + -13.3087 + ], + [ + "leaping", + -13.3087 + ], + [ + "leveled", + -13.3087 + ], + [ + "lillian", + -13.3087 + ], + [ + "limitless", + -13.3087 + ], + [ + "longstanding", + -13.3087 + ], + [ + "lovin", + -13.3087 + ], + [ + "luke's", + -13.3087 + ], + [ + "magazine's", + -13.3087 + ], + [ + "maguire", + -13.3087 + ], + [ + "maher", + -13.3087 + ], + [ + "mani", + -13.3087 + ], + [ + "margot", + -13.3087 + ], + [ + "marriott", + -13.3087 + ], + [ + "massa", + -13.3087 + ], + [ + "mayonnaise", + -13.3087 + ], + [ + "mckenna", + -13.3087 + ], + [ + "mcmahon", + -13.3087 + ], + [ + "melodic", + -13.3087 + ], + [ + "michelangelo", + -13.3087 + ], + [ + "midtown", + -13.3087 + ], + [ + "midwife", + -13.3087 + ], + [ + "milford", + -13.3087 + ], + [ + "moors", + -13.3087 + ], + [ + "nagging", + -13.3087 + ], + [ + "nasser", + -13.3087 + ], + [ + "nell", + -13.3087 + ], + [ + "newsroom", + -13.3087 + ], + [ + "nuremberg", + -13.3087 + ], + [ + "oft", + -13.3087 + ], + [ + "oily", + -13.3087 + ], + [ + "opponent's", + -13.3087 + ], + [ + "orally", + -13.3087 + ], + [ + "orb", + -13.3087 + ], + [ + "orr", + -13.3087 + ], + [ + "palo", + -13.3087 + ], + [ + "park's", + -13.3087 + ], + [ + "parkinson", + -13.3087 + ], + [ + "parliament's", + -13.3087 + ], + [ + "pathological", + -13.3087 + ], + [ + "pave", + -13.3087 + ], + [ + "pax", + -13.3087 + ], + [ + "payoff", + -13.3087 + ], + [ + "penthouse", + -13.3087 + ], + [ + "perched", + -13.3087 + ], + [ + "permissions", + -13.3087 + ], + [ + "perpetuate", + -13.3087 + ], + [ + "pesos", + -13.3087 + ], + [ + "philanthropic", + -13.3087 + ], + [ + "photons", + -13.3087 + ], + [ + "poked", + -13.3087 + ], + [ + "politic", + -13.3087 + ], + [ + "porno", + -13.3087 + ], + [ + "preachers", + -13.3087 + ], + [ + "prem", + -13.3087 + ], + [ + "proclaiming", + -13.3087 + ], + [ + "proportionate", + -13.3087 + ], + [ + "proverb", + -13.3087 + ], + [ + "psychosis", + -13.3087 + ], + [ + "purported", + -13.3087 + ], + [ + "qualifiers", + -13.3087 + ], + [ + "rearing", + -13.3087 + ], + [ + "reclaimed", + -13.3087 + ], + [ + "reclamation", + -13.3087 + ], + [ + "recounts", + -13.3087 + ], + [ + "religiously", + -13.3087 + ], + [ + "retires", + -13.3087 + ], + [ + "reversible", + -13.3087 + ], + [ + "revolve", + -13.3087 + ], + [ + "richly", + -13.3087 + ], + [ + "richter", + -13.3087 + ], + [ + "roadway", + -13.3087 + ], + [ + "rockstar", + -13.3087 + ], + [ + "rowland", + -13.3087 + ], + [ + "saddest", + -13.3087 + ], + [ + "sadie", + -13.3087 + ], + [ + "scourge", + -13.3087 + ], + [ + "scully", + -13.3087 + ], + [ + "sects", + -13.3087 + ], + [ + "selectively", + -13.3087 + ], + [ + "separatist", + -13.3087 + ], + [ + "sharpe", + -13.3087 + ], + [ + "shelton", + -13.3087 + ], + [ + "shone", + -13.3087 + ], + [ + "shrug", + -13.3087 + ], + [ + "signify", + -13.3087 + ], + [ + "smuggled", + -13.3087 + ], + [ + "solos", + -13.3087 + ], + [ + "specialties", + -13.3087 + ], + [ + "sped", + -13.3087 + ], + [ + "stretcher", + -13.3087 + ], + [ + "sufficiency", + -13.3087 + ], + [ + "summarizes", + -13.3087 + ], + [ + "superpower", + -13.3087 + ], + [ + "suppressing", + -13.3087 + ], + [ + "supra", + -13.3087 + ], + [ + "syllables", + -13.3087 + ], + [ + "syringe", + -13.3087 + ], + [ + "tabloid", + -13.3087 + ], + [ + "takin", + -13.3087 + ], + [ + "tammy", + -13.3087 + ], + [ + "teaspoon", + -13.3087 + ], + [ + "tempt", + -13.3087 + ], + [ + "tendon", + -13.3087 + ], + [ + "terrier", + -13.3087 + ], + [ + "thunderstorm", + -13.3087 + ], + [ + "totalitarian", + -13.3087 + ], + [ + "trainees", + -13.3087 + ], + [ + "trays", + -13.3087 + ], + [ + "triad", + -13.3087 + ], + [ + "truss", + -13.3087 + ], + [ + "twat", + -13.3087 + ], + [ + "unbalanced", + -13.3087 + ], + [ + "unbroken", + -13.3087 + ], + [ + "understandably", + -13.3087 + ], + [ + "uniformly", + -13.3087 + ], + [ + "unparalleled", + -13.3087 + ], + [ + "unprepared", + -13.3087 + ], + [ + "untold", + -13.3087 + ], + [ + "urn", + -13.3087 + ], + [ + "vaccinated", + -13.3087 + ], + [ + "vanishing", + -13.3087 + ], + [ + "vantage", + -13.3087 + ], + [ + "vibes", + -13.3087 + ], + [ + "vibrating", + -13.3087 + ], + [ + "virtuous", + -13.3087 + ], + [ + "wakefield", + -13.3087 + ], + [ + "wallis", + -13.3087 + ], + [ + "warmest", + -13.3087 + ], + [ + "washes", + -13.3087 + ], + [ + "washington's", + -13.3087 + ], + [ + "worded", + -13.3087 + ], + [ + "workflow", + -13.3087 + ], + [ + "worsening", + -13.3087 + ], + [ + "00and", + -13.3331 + ], + [ + "00e", + -13.3331 + ], + [ + "2m", + -13.3331 + ], + [ + "accords", + -13.3331 + ], + [ + "aides", + -13.3331 + ], + [ + "ailments", + -13.3331 + ], + [ + "alessandro", + -13.3331 + ], + [ + "algiers", + -13.3331 + ], + [ + "amplitude", + -13.3331 + ], + [ + "angled", + -13.3331 + ], + [ + "anon", + -13.3331 + ], + [ + "apiece", + -13.3331 + ], + [ + "applauded", + -13.3331 + ], + [ + "archival", + -13.3331 + ], + [ + "arcs", + -13.3331 + ], + [ + "arming", + -13.3331 + ], + [ + "assaulting", + -13.3331 + ], + [ + "assertive", + -13.3331 + ], + [ + "astray", + -13.3331 + ], + [ + "astronomer", + -13.3331 + ], + [ + "asus", + -13.3331 + ], + [ + "auditing", + -13.3331 + ], + [ + "ballast", + -13.3331 + ], + [ + "bandage", + -13.3331 + ], + [ + "beaufort", + -13.3331 + ], + [ + "bikers", + -13.3331 + ], + [ + "bitching", + -13.3331 + ], + [ + "blackjack", + -13.3331 + ], + [ + "blazer", + -13.3331 + ], + [ + "bled", + -13.3331 + ], + [ + "borrower", + -13.3331 + ], + [ + "bowled", + -13.3331 + ], + [ + "boyfriend's", + -13.3331 + ], + [ + "breathes", + -13.3331 + ], + [ + "bruise", + -13.3331 + ], + [ + "cabaret", + -13.3331 + ], + [ + "calamity", + -13.3331 + ], + [ + "camper", + -13.3331 + ], + [ + "capitalized", + -13.3331 + ], + [ + "carlyle", + -13.3331 + ], + [ + "carmichael", + -13.3331 + ], + [ + "carte", + -13.3331 + ], + [ + "cassandra", + -13.3331 + ], + [ + "castillo", + -13.3331 + ], + [ + "chatham", + -13.3331 + ], + [ + "cherries", + -13.3331 + ], + [ + "chewed", + -13.3331 + ], + [ + "christophe", + -13.3331 + ], + [ + "closeness", + -13.3331 + ], + [ + "coatings", + -13.3331 + ], + [ + "comets", + -13.3331 + ], + [ + "comical", + -13.3331 + ], + [ + "commuting", + -13.3331 + ], + [ + "compost", + -13.3331 + ], + [ + "conceivable", + -13.3331 + ], + [ + "conflicted", + -13.3331 + ], + [ + "cong", + -13.3331 + ], + [ + "congratulated", + -13.3331 + ], + [ + "conserved", + -13.3331 + ], + [ + "daddy's", + -13.3331 + ], + [ + "debra", + -13.3331 + ], + [ + "decentralized", + -13.3331 + ], + [ + "decisively", + -13.3331 + ], + [ + "deepen", + -13.3331 + ], + [ + "degenerate", + -13.3331 + ], + [ + "deng", + -13.3331 + ], + [ + "determinations", + -13.3331 + ], + [ + "dialysis", + -13.3331 + ], + [ + "dickhead", + -13.3331 + ], + [ + "diligent", + -13.3331 + ], + [ + "dilution", + -13.3331 + ], + [ + "dissenting", + -13.3331 + ], + [ + "dissidents", + -13.3331 + ], + [ + "diversify", + -13.3331 + ], + [ + "djokovic", + -13.3331 + ], + [ + "dmitry", + -13.3331 + ], + [ + "dodger", + -13.3331 + ], + [ + "donaldson", + -13.3331 + ], + [ + "donetsk", + -13.3331 + ], + [ + "downed", + -13.3331 + ], + [ + "drags", + -13.3331 + ], + [ + "drawbacks", + -13.3331 + ], + [ + "drs", + -13.3331 + ], + [ + "drummond", + -13.3331 + ], + [ + "duchy", + -13.3331 + ], + [ + "duplication", + -13.3331 + ], + [ + "eachother", + -13.3331 + ], + [ + "ek", + -13.3331 + ], + [ + "elevations", + -13.3331 + ], + [ + "elm", + -13.3331 + ], + [ + "embroidery", + -13.3331 + ], + [ + "emitting", + -13.3331 + ], + [ + "envious", + -13.3331 + ], + [ + "esteemed", + -13.3331 + ], + [ + "exempted", + -13.3331 + ], + [ + "expansions", + -13.3331 + ], + [ + "exponentially", + -13.3331 + ], + [ + "fatima", + -13.3331 + ], + [ + "feral", + -13.3331 + ], + [ + "firepower", + -13.3331 + ], + [ + "firsthand", + -13.3331 + ], + [ + "fitch", + -13.3331 + ], + [ + "franciscan", + -13.3331 + ], + [ + "fulfilment", + -13.3331 + ], + [ + "furnish", + -13.3331 + ], + [ + "gaal", + -13.3331 + ], + [ + "gd", + -13.3331 + ], + [ + "genitals", + -13.3331 + ], + [ + "giggling", + -13.3331 + ], + [ + "gladys", + -13.3331 + ], + [ + "goblin", + -13.3331 + ], + [ + "graeme", + -13.3331 + ], + [ + "greener", + -13.3331 + ], + [ + "groundwork", + -13.3331 + ], + [ + "groupings", + -13.3331 + ], + [ + "harcourt", + -13.3331 + ], + [ + "hasan", + -13.3331 + ], + [ + "hawthorne", + -13.3331 + ], + [ + "headers", + -13.3331 + ], + [ + "heinz", + -13.3331 + ], + [ + "heller", + -13.3331 + ], + [ + "hermione", + -13.3331 + ], + [ + "hikes", + -13.3331 + ], + [ + "hitchcock", + -13.3331 + ], + [ + "holloway", + -13.3331 + ], + [ + "horsemen", + -13.3331 + ], + [ + "ht", + -13.3331 + ], + [ + "hussain", + -13.3331 + ], + [ + "iain", + -13.3331 + ], + [ + "ignited", + -13.3331 + ], + [ + "imitating", + -13.3331 + ], + [ + "indecent", + -13.3331 + ], + [ + "indexing", + -13.3331 + ], + [ + "indignation", + -13.3331 + ], + [ + "inference", + -13.3331 + ], + [ + "infiltrate", + -13.3331 + ], + [ + "infiltration", + -13.3331 + ], + [ + "inflatable", + -13.3331 + ], + [ + "infusion", + -13.3331 + ], + [ + "insanely", + -13.3331 + ], + [ + "instinctively", + -13.3331 + ], + [ + "interpol", + -13.3331 + ], + [ + "iu", + -13.3331 + ], + [ + "jacked", + -13.3331 + ], + [ + "jellyfish", + -13.3331 + ], + [ + "joachim", + -13.3331 + ], + [ + "jordan's", + -13.3331 + ], + [ + "justine", + -13.3331 + ], + [ + "karim", + -13.3331 + ], + [ + "kaufman", + -13.3331 + ], + [ + "kev", + -13.3331 + ], + [ + "kirsten", + -13.3331 + ], + [ + "kool", + -13.3331 + ], + [ + "kun", + -13.3331 + ], + [ + "levant", + -13.3331 + ], + [ + "libby", + -13.3331 + ], + [ + "lithuanian", + -13.3331 + ], + [ + "lm", + -13.3331 + ], + [ + "lyndon", + -13.3331 + ], + [ + "macedonian", + -13.3331 + ], + [ + "mansions", + -13.3331 + ], + [ + "marbles", + -13.3331 + ], + [ + "mayoral", + -13.3331 + ], + [ + "memorabilia", + -13.3331 + ], + [ + "memorials", + -13.3331 + ], + [ + "menopause", + -13.3331 + ], + [ + "meyers", + -13.3331 + ], + [ + "mh", + -13.3331 + ], + [ + "microorganisms", + -13.3331 + ], + [ + "minimalist", + -13.3331 + ], + [ + "minions", + -13.3331 + ], + [ + "momentarily", + -13.3331 + ], + [ + "msc", + -13.3331 + ], + [ + "mussolini", + -13.3331 + ], + [ + "myrtle", + -13.3331 + ], + [ + "napa", + -13.3331 + ], + [ + "nietzsche", + -13.3331 + ], + [ + "nighttime", + -13.3331 + ], + [ + "obedient", + -13.3331 + ], + [ + "odin", + -13.3331 + ], + [ + "orchestral", + -13.3331 + ], + [ + "ordnance", + -13.3331 + ], + [ + "organizes", + -13.3331 + ], + [ + "outcry", + -13.3331 + ], + [ + "packard", + -13.3331 + ], + [ + "padded", + -13.3331 + ], + [ + "padre", + -13.3331 + ], + [ + "paleo", + -13.3331 + ], + [ + "parentheses", + -13.3331 + ], + [ + "paternity", + -13.3331 + ], + [ + "pelvis", + -13.3331 + ], + [ + "periodicals", + -13.3331 + ], + [ + "peterborough", + -13.3331 + ], + [ + "pharma", + -13.3331 + ], + [ + "plz", + -13.3331 + ], + [ + "polarized", + -13.3331 + ], + [ + "prescribing", + -13.3331 + ], + [ + "prevails", + -13.3331 + ], + [ + "probabilities", + -13.3331 + ], + [ + "project's", + -13.3331 + ], + [ + "prophecies", + -13.3331 + ], + [ + "protestors", + -13.3331 + ], + [ + "psg", + -13.3331 + ], + [ + "puncture", + -13.3331 + ], + [ + "pups", + -13.3331 + ], + [ + "qa", + -13.3331 + ], + [ + "raccoon", + -13.3331 + ], + [ + "rallying", + -13.3331 + ], + [ + "ras", + -13.3331 + ], + [ + "resorting", + -13.3331 + ], + [ + "resultant", + -13.3331 + ], + [ + "revue", + -13.3331 + ], + [ + "ritz", + -13.3331 + ], + [ + "roundup", + -13.3331 + ], + [ + "rts", + -13.3331 + ], + [ + "runnin", + -13.3331 + ], + [ + "s1", + -13.3331 + ], + [ + "sabres", + -13.3331 + ], + [ + "scoreboard", + -13.3331 + ], + [ + "scotty", + -13.3331 + ], + [ + "selfishness", + -13.3331 + ], + [ + "sevilla", + -13.3331 + ], + [ + "shapiro", + -13.3331 + ], + [ + "silas", + -13.3331 + ], + [ + "sinn", + -13.3331 + ], + [ + "sinned", + -13.3331 + ], + [ + "skates", + -13.3331 + ], + [ + "skyscraper", + -13.3331 + ], + [ + "smiths", + -13.3331 + ], + [ + "smokey", + -13.3331 + ], + [ + "smoother", + -13.3331 + ], + [ + "sneeze", + -13.3331 + ], + [ + "snipers", + -13.3331 + ], + [ + "solvents", + -13.3331 + ], + [ + "sous", + -13.3331 + ], + [ + "sparta", + -13.3331 + ], + [ + "stalked", + -13.3331 + ], + [ + "startups", + -13.3331 + ], + [ + "stemmed", + -13.3331 + ], + [ + "steph", + -13.3331 + ], + [ + "stills", + -13.3331 + ], + [ + "stimulates", + -13.3331 + ], + [ + "stockton", + -13.3331 + ], + [ + "stomp", + -13.3331 + ], + [ + "straining", + -13.3331 + ], + [ + "syphilis", + -13.3331 + ], + [ + "t1", + -13.3331 + ], + [ + "taft", + -13.3331 + ], + [ + "taker", + -13.3331 + ], + [ + "tangent", + -13.3331 + ], + [ + "tanning", + -13.3331 + ], + [ + "tapestry", + -13.3331 + ], + [ + "tatum", + -13.3331 + ], + [ + "taurus", + -13.3331 + ], + [ + "tds", + -13.3331 + ], + [ + "testicles", + -13.3331 + ], + [ + "thinly", + -13.3331 + ], + [ + "thwarted", + -13.3331 + ], + [ + "tiers", + -13.3331 + ], + [ + "tights", + -13.3331 + ], + [ + "towering", + -13.3331 + ], + [ + "tracey", + -13.3331 + ], + [ + "tranquil", + -13.3331 + ], + [ + "trojans", + -13.3331 + ], + [ + "tutoring", + -13.3331 + ], + [ + "tweed", + -13.3331 + ], + [ + "uniqueness", + -13.3331 + ], + [ + "unload", + -13.3331 + ], + [ + "upheaval", + -13.3331 + ], + [ + "utensils", + -13.3331 + ], + [ + "valor", + -13.3331 + ], + [ + "verona", + -13.3331 + ], + [ + "vidal", + -13.3331 + ], + [ + "voltaire", + -13.3331 + ], + [ + "weekdays", + -13.3331 + ], + [ + "weibo", + -13.3331 + ], + [ + "westerners", + -13.3331 + ], + [ + "wiener", + -13.3331 + ], + [ + "yamaha", + -13.3331 + ], + [ + "zionism", + -13.3331 + ], + [ + "zipper", + -13.3331 + ], + [ + "000ml", + -13.3581 + ], + [ + "00kg", + -13.3581 + ], + [ + "accomplice", + -13.3581 + ], + [ + "accumulating", + -13.3581 + ], + [ + "additives", + -13.3581 + ], + [ + "adoptive", + -13.3581 + ], + [ + "agreeable", + -13.3581 + ], + [ + "allowable", + -13.3581 + ], + [ + "annette", + -13.3581 + ], + [ + "annihilation", + -13.3581 + ], + [ + "asteroids", + -13.3581 + ], + [ + "awww", + -13.3581 + ], + [ + "ballard", + -13.3581 + ], + [ + "bathurst", + -13.3581 + ], + [ + "battled", + -13.3581 + ], + [ + "billboards", + -13.3581 + ], + [ + "blinking", + -13.3581 + ], + [ + "blowjob", + -13.3581 + ], + [ + "blueberry", + -13.3581 + ], + [ + "boca", + -13.3581 + ], + [ + "boldly", + -13.3581 + ], + [ + "bolsheviks", + -13.3581 + ], + [ + "bravely", + -13.3581 + ], + [ + "budding", + -13.3581 + ], + [ + "budge", + -13.3581 + ], + [ + "bulge", + -13.3581 + ], + [ + "bullpen", + -13.3581 + ], + [ + "busch", + -13.3581 + ], + [ + "c4", + -13.3581 + ], + [ + "canteen", + -13.3581 + ], + [ + "caricature", + -13.3581 + ], + [ + "carlson", + -13.3581 + ], + [ + "castor", + -13.3581 + ], + [ + "cfa", + -13.3581 + ], + [ + "cheyenne", + -13.3581 + ], + [ + "clam", + -13.3581 + ], + [ + "clockwise", + -13.3581 + ], + [ + "clot", + -13.3581 + ], + [ + "colby", + -13.3581 + ], + [ + "colo", + -13.3581 + ], + [ + "colouring", + -13.3581 + ], + [ + "constructs", + -13.3581 + ], + [ + "contours", + -13.3581 + ], + [ + "contraband", + -13.3581 + ], + [ + "contradicts", + -13.3581 + ], + [ + "convex", + -13.3581 + ], + [ + "coo", + -13.3581 + ], + [ + "cooker", + -13.3581 + ], + [ + "county's", + -13.3581 + ], + [ + "cpa", + -13.3581 + ], + [ + "crates", + -13.3581 + ], + [ + "cricketer", + -13.3581 + ], + [ + "cunts", + -13.3581 + ], + [ + "cupcake", + -13.3581 + ], + [ + "curvature", + -13.3581 + ], + [ + "daycare", + -13.3581 + ], + [ + "decreed", + -13.3581 + ], + [ + "defiant", + -13.3581 + ], + [ + "defunct", + -13.3581 + ], + [ + "dempsey", + -13.3581 + ], + [ + "denton", + -13.3581 + ], + [ + "detour", + -13.3581 + ], + [ + "dg", + -13.3581 + ], + [ + "disagrees", + -13.3581 + ], + [ + "discouraging", + -13.3581 + ], + [ + "disparities", + -13.3581 + ], + [ + "dispersion", + -13.3581 + ], + [ + "domino", + -13.3581 + ], + [ + "donut", + -13.3581 + ], + [ + "drinker", + -13.3581 + ], + [ + "drumming", + -13.3581 + ], + [ + "dw", + -13.3581 + ], + [ + "electrodes", + -13.3581 + ], + [ + "emigrated", + -13.3581 + ], + [ + "emilio", + -13.3581 + ], + [ + "esoteric", + -13.3581 + ], + [ + "etienne", + -13.3581 + ], + [ + "evaporation", + -13.3581 + ], + [ + "exaggerate", + -13.3581 + ], + [ + "expended", + -13.3581 + ], + [ + "ey", + -13.3581 + ], + [ + "fab", + -13.3581 + ], + [ + "fabian", + -13.3581 + ], + [ + "fahrenheit", + -13.3581 + ], + [ + "farmer's", + -13.3581 + ], + [ + "fated", + -13.3581 + ], + [ + "fil", + -13.3581 + ], + [ + "fireball", + -13.3581 + ], + [ + "flooring", + -13.3581 + ], + [ + "foggy", + -13.3581 + ], + [ + "forgery", + -13.3581 + ], + [ + "frat", + -13.3581 + ], + [ + "frees", + -13.3581 + ], + [ + "fret", + -13.3581 + ], + [ + "frivolous", + -13.3581 + ], + [ + "ftc", + -13.3581 + ], + [ + "gage", + -13.3581 + ], + [ + "gambia", + -13.3581 + ], + [ + "gardiner", + -13.3581 + ], + [ + "germ", + -13.3581 + ], + [ + "gibbons", + -13.3581 + ], + [ + "grandeur", + -13.3581 + ], + [ + "graphite", + -13.3581 + ], + [ + "grassy", + -13.3581 + ], + [ + "gripping", + -13.3581 + ], + [ + "guerrero", + -13.3581 + ], + [ + "gums", + -13.3581 + ], + [ + "gw", + -13.3581 + ], + [ + "halle", + -13.3581 + ], + [ + "hamid", + -13.3581 + ], + [ + "hardcover", + -13.3581 + ], + [ + "heart's", + -13.3581 + ], + [ + "hegemony", + -13.3581 + ], + [ + "hg", + -13.3581 + ], + [ + "hispanics", + -13.3581 + ], + [ + "historia", + -13.3581 + ], + [ + "housekeeping", + -13.3581 + ], + [ + "hua", + -13.3581 + ], + [ + "illuminate", + -13.3581 + ], + [ + "imdb", + -13.3581 + ], + [ + "incubation", + -13.3581 + ], + [ + "infidelity", + -13.3581 + ], + [ + "inseparable", + -13.3581 + ], + [ + "interpreters", + -13.3581 + ], + [ + "inuit", + -13.3581 + ], + [ + "inventors", + -13.3581 + ], + [ + "iodine", + -13.3581 + ], + [ + "ips", + -13.3581 + ], + [ + "islamabad", + -13.3581 + ], + [ + "iucn", + -13.3581 + ], + [ + "jack's", + -13.3581 + ], + [ + "jazeera", + -13.3581 + ], + [ + "jimi", + -13.3581 + ], + [ + "kelsey", + -13.3581 + ], + [ + "khmer", + -13.3581 + ], + [ + "knack", + -13.3581 + ], + [ + "knuckle", + -13.3581 + ], + [ + "larson", + -13.3581 + ], + [ + "latte", + -13.3581 + ], + [ + "legalized", + -13.3581 + ], + [ + "lemme", + -13.3581 + ], + [ + "lifeboat", + -13.3581 + ], + [ + "livin", + -13.3581 + ], + [ + "loire", + -13.3581 + ], + [ + "macintosh", + -13.3581 + ], + [ + "mahogany", + -13.3581 + ], + [ + "mam", + -13.3581 + ], + [ + "manifests", + -13.3581 + ], + [ + "manipulative", + -13.3581 + ], + [ + "maori", + -13.3581 + ], + [ + "marshals", + -13.3581 + ], + [ + "matty", + -13.3581 + ], + [ + "mavericks", + -13.3581 + ], + [ + "mclaughlin", + -13.3581 + ], + [ + "merkel", + -13.3581 + ], + [ + "messes", + -13.3581 + ], + [ + "metaphors", + -13.3581 + ], + [ + "michelin", + -13.3581 + ], + [ + "microsoft's", + -13.3581 + ], + [ + "miller's", + -13.3581 + ], + [ + "mingle", + -13.3581 + ], + [ + "minh", + -13.3581 + ], + [ + "mislead", + -13.3581 + ], + [ + "monterey", + -13.3581 + ], + [ + "mounds", + -13.3581 + ], + [ + "msnbc", + -13.3581 + ], + [ + "multiplying", + -13.3581 + ], + [ + "nassau", + -13.3581 + ], + [ + "nightlife", + -13.3581 + ], + [ + "nuclei", + -13.3581 + ], + [ + "oblique", + -13.3581 + ], + [ + "olympia", + -13.3581 + ], + [ + "orgy", + -13.3581 + ], + [ + "ovation", + -13.3581 + ], + [ + "overlay", + -13.3581 + ], + [ + "overshadowed", + -13.3581 + ], + [ + "pakistan's", + -13.3581 + ], + [ + "parable", + -13.3581 + ], + [ + "parkinson's", + -13.3581 + ], + [ + "partake", + -13.3581 + ], + [ + "patrick's", + -13.3581 + ], + [ + "peabody", + -13.3581 + ], + [ + "pediatrics", + -13.3581 + ], + [ + "peeing", + -13.3581 + ], + [ + "pervert", + -13.3581 + ], + [ + "pia", + -13.3581 + ], + [ + "pickering", + -13.3581 + ], + [ + "pietro", + -13.3581 + ], + [ + "piling", + -13.3581 + ], + [ + "pj", + -13.3581 + ], + [ + "poignant", + -13.3581 + ], + [ + "pornographic", + -13.3581 + ], + [ + "porous", + -13.3581 + ], + [ + "posse", + -13.3581 + ], + [ + "pours", + -13.3581 + ], + [ + "powerpoint", + -13.3581 + ], + [ + "premiered", + -13.3581 + ], + [ + "premieres", + -13.3581 + ], + [ + "prenatal", + -13.3581 + ], + [ + "probing", + -13.3581 + ], + [ + "quaker", + -13.3581 + ], + [ + "rai", + -13.3581 + ], + [ + "rao", + -13.3581 + ], + [ + "rapture", + -13.3581 + ], + [ + "rea", + -13.3581 + ], + [ + "reaffirmed", + -13.3581 + ], + [ + "realty", + -13.3581 + ], + [ + "reformers", + -13.3581 + ], + [ + "rejoin", + -13.3581 + ], + [ + "relive", + -13.3581 + ], + [ + "renegade", + -13.3581 + ], + [ + "reputed", + -13.3581 + ], + [ + "researches", + -13.3581 + ], + [ + "resigning", + -13.3581 + ], + [ + "reunification", + -13.3581 + ], + [ + "reverence", + -13.3581 + ], + [ + "ridiculed", + -13.3581 + ], + [ + "rivalries", + -13.3581 + ], + [ + "robberies", + -13.3581 + ], + [ + "rosary", + -13.3581 + ], + [ + "saber", + -13.3581 + ], + [ + "sama", + -13.3581 + ], + [ + "sarajevo", + -13.3581 + ], + [ + "scarborough", + -13.3581 + ], + [ + "scented", + -13.3581 + ], + [ + "schumacher", + -13.3581 + ], + [ + "seaweed", + -13.3581 + ], + [ + "seduced", + -13.3581 + ], + [ + "seductive", + -13.3581 + ], + [ + "seeding", + -13.3581 + ], + [ + "sega", + -13.3581 + ], + [ + "selector", + -13.3581 + ], + [ + "seniority", + -13.3581 + ], + [ + "sequels", + -13.3581 + ], + [ + "shaggy", + -13.3581 + ], + [ + "shaming", + -13.3581 + ], + [ + "shelling", + -13.3581 + ], + [ + "sipping", + -13.3581 + ], + [ + "sketchy", + -13.3581 + ], + [ + "skewed", + -13.3581 + ], + [ + "skier", + -13.3581 + ], + [ + "sluggish", + -13.3581 + ], + [ + "sockets", + -13.3581 + ], + [ + "solves", + -13.3581 + ], + [ + "som", + -13.3581 + ], + [ + "spelt", + -13.3581 + ], + [ + "steiner", + -13.3581 + ], + [ + "stewardship", + -13.3581 + ], + [ + "streaks", + -13.3581 + ], + [ + "succumbed", + -13.3581 + ], + [ + "sunken", + -13.3581 + ], + [ + "superseded", + -13.3581 + ], + [ + "superstars", + -13.3581 + ], + [ + "susceptibility", + -13.3581 + ], + [ + "susie", + -13.3581 + ], + [ + "sven", + -13.3581 + ], + [ + "swag", + -13.3581 + ], + [ + "swapping", + -13.3581 + ], + [ + "t's", + -13.3581 + ], + [ + "tak", + -13.3581 + ], + [ + "tata", + -13.3581 + ], + [ + "teaming", + -13.3581 + ], + [ + "tees", + -13.3581 + ], + [ + "telecommunication", + -13.3581 + ], + [ + "tenders", + -13.3581 + ], + [ + "testifying", + -13.3581 + ], + [ + "thirties", + -13.3581 + ], + [ + "thorne", + -13.3581 + ], + [ + "timberlake", + -13.3581 + ], + [ + "totalling", + -13.3581 + ], + [ + "tropics", + -13.3581 + ], + [ + "trudeau", + -13.3581 + ], + [ + "trumpets", + -13.3581 + ], + [ + "tungsten", + -13.3581 + ], + [ + "turkey's", + -13.3581 + ], + [ + "turnovers", + -13.3581 + ], + [ + "twinkle", + -13.3581 + ], + [ + "ua", + -13.3581 + ], + [ + "unc", + -13.3581 + ], + [ + "unconditionally", + -13.3581 + ], + [ + "undergoes", + -13.3581 + ], + [ + "unites", + -13.3581 + ], + [ + "unloaded", + -13.3581 + ], + [ + "untitled", + -13.3581 + ], + [ + "vader", + -13.3581 + ], + [ + "viceroy", + -13.3581 + ], + [ + "vividly", + -13.3581 + ], + [ + "volts", + -13.3581 + ], + [ + "waffle", + -13.3581 + ], + [ + "watchers", + -13.3581 + ], + [ + "waterfalls", + -13.3581 + ], + [ + "wednesdays", + -13.3581 + ], + [ + "welp", + -13.3581 + ], + [ + "wetland", + -13.3581 + ], + [ + "whence", + -13.3581 + ], + [ + "whine", + -13.3581 + ], + [ + "whistler", + -13.3581 + ], + [ + "who'll", + -13.3581 + ], + [ + "why'd", + -13.3581 + ], + [ + "wield", + -13.3581 + ], + [ + "wiltshire", + -13.3581 + ], + [ + "wm", + -13.3581 + ], + [ + "yellowstone", + -13.3581 + ], + [ + "ymca", + -13.3581 + ], + [ + "0.0million", + -13.3773 + ], + [ + "000f", + -13.3773 + ], + [ + "2am", + -13.3773 + ], + [ + "absurdity", + -13.3773 + ], + [ + "adhered", + -13.3773 + ], + [ + "adherents", + -13.3773 + ], + [ + "adnan", + -13.3773 + ], + [ + "aggregation", + -13.3773 + ], + [ + "akron", + -13.3773 + ], + [ + "alchemy", + -13.3773 + ], + [ + "alkaline", + -13.3773 + ], + [ + "alloys", + -13.3773 + ], + [ + "alum", + -13.3773 + ], + [ + "amassed", + -13.3773 + ], + [ + "ambushed", + -13.3773 + ], + [ + "amour", + -13.3773 + ], + [ + "appease", + -13.3773 + ], + [ + "appoints", + -13.3773 + ], + [ + "armchair", + -13.3773 + ], + [ + "assassinate", + -13.3773 + ], + [ + "associating", + -13.3773 + ], + [ + "ata", + -13.3773 + ], + [ + "banda", + -13.3773 + ], + [ + "barometer", + -13.3773 + ], + [ + "bavarian", + -13.3773 + ], + [ + "bile", + -13.3773 + ], + [ + "biochemical", + -13.3773 + ], + [ + "bird's", + -13.3773 + ], + [ + "blight", + -13.3773 + ], + [ + "bloated", + -13.3773 + ], + [ + "bloodstream", + -13.3773 + ], + [ + "bordered", + -13.3773 + ], + [ + "bouts", + -13.3773 + ], + [ + "branching", + -13.3773 + ], + [ + "bst", + -13.3773 + ], + [ + "bundesliga", + -13.3773 + ], + [ + "c000", + -13.3773 + ], + [ + "carmel", + -13.3773 + ], + [ + "cartels", + -13.3773 + ], + [ + "cartier", + -13.3773 + ], + [ + "cavities", + -13.3773 + ], + [ + "ccp", + -13.3773 + ], + [ + "cemented", + -13.3773 + ], + [ + "ceylon", + -13.3773 + ], + [ + "cheddar", + -13.3773 + ], + [ + "chennai", + -13.3773 + ], + [ + "chesapeake", + -13.3773 + ], + [ + "chevron", + -13.3773 + ], + [ + "chicago's", + -13.3773 + ], + [ + "chipped", + -13.3773 + ], + [ + "circumference", + -13.3773 + ], + [ + "clemson", + -13.3773 + ], + [ + "cleopatra", + -13.3773 + ], + [ + "clergyman", + -13.3773 + ], + [ + "cochrane", + -13.3773 + ], + [ + "complexion", + -13.3773 + ], + [ + "comptroller", + -13.3773 + ], + [ + "confronts", + -13.3773 + ], + [ + "congolese", + -13.3773 + ], + [ + "consequent", + -13.3773 + ], + [ + "consultative", + -13.3773 + ], + [ + "contextual", + -13.3773 + ], + [ + "conveying", + -13.3773 + ], + [ + "coulson", + -13.3773 + ], + [ + "crafting", + -13.3773 + ], + [ + "craze", + -13.3773 + ], + [ + "critiques", + -13.3773 + ], + [ + "crystalline", + -13.3773 + ], + [ + "cumbersome", + -13.3773 + ], + [ + "custard", + -13.3773 + ], + [ + "cynicism", + -13.3773 + ], + [ + "d000", + -13.3773 + ], + [ + "damnit", + -13.3773 + ], + [ + "daredevil", + -13.3773 + ], + [ + "davenport", + -13.3773 + ], + [ + "defaults", + -13.3773 + ], + [ + "delicacy", + -13.3773 + ], + [ + "derbyshire", + -13.3773 + ], + [ + "derogatory", + -13.3773 + ], + [ + "devour", + -13.3773 + ], + [ + "digger", + -13.3773 + ], + [ + "dissident", + -13.3773 + ], + [ + "distressing", + -13.3773 + ], + [ + "div", + -13.3773 + ], + [ + "dowry", + -13.3773 + ], + [ + "droid", + -13.3773 + ], + [ + "dunbar", + -13.3773 + ], + [ + "dx", + -13.3773 + ], + [ + "dyson", + -13.3773 + ], + [ + "easing", + -13.3773 + ], + [ + "eels", + -13.3773 + ], + [ + "elliptical", + -13.3773 + ], + [ + "equivalence", + -13.3773 + ], + [ + "euthanasia", + -13.3773 + ], + [ + "evolves", + -13.3773 + ], + [ + "ewing", + -13.3773 + ], + [ + "excesses", + -13.3773 + ], + [ + "exiles", + -13.3773 + ], + [ + "faber", + -13.3773 + ], + [ + "fable", + -13.3773 + ], + [ + "fathom", + -13.3773 + ], + [ + "fertilizers", + -13.3773 + ], + [ + "fianc\u00e9e", + -13.3773 + ], + [ + "fixation", + -13.3773 + ], + [ + "flocks", + -13.3773 + ], + [ + "foreseen", + -13.3773 + ], + [ + "forwarding", + -13.3773 + ], + [ + "fresco", + -13.3773 + ], + [ + "functioned", + -13.3773 + ], + [ + "gallant", + -13.3773 + ], + [ + "gentiles", + -13.3773 + ], + [ + "goddard", + -13.3773 + ], + [ + "guaranteeing", + -13.3773 + ], + [ + "hadley", + -13.3773 + ], + [ + "handcuffs", + -13.3773 + ], + [ + "hanks", + -13.3773 + ], + [ + "hella", + -13.3773 + ], + [ + "hens", + -13.3773 + ], + [ + "hilly", + -13.3773 + ], + [ + "hookers", + -13.3773 + ], + [ + "hopped", + -13.3773 + ], + [ + "horde", + -13.3773 + ], + [ + "hounds", + -13.3773 + ], + [ + "huffington", + -13.3773 + ], + [ + "humankind", + -13.3773 + ], + [ + "impurities", + -13.3773 + ], + [ + "incomprehensible", + -13.3773 + ], + [ + "iot", + -13.3773 + ], + [ + "iranians", + -13.3773 + ], + [ + "ireland's", + -13.3773 + ], + [ + "ita", + -13.3773 + ], + [ + "jingle", + -13.3773 + ], + [ + "kant", + -13.3773 + ], + [ + "keating", + -13.3773 + ], + [ + "kelly's", + -13.3773 + ], + [ + "kosher", + -13.3773 + ], + [ + "landscaping", + -13.3773 + ], + [ + "latina", + -13.3773 + ], + [ + "lds", + -13.3773 + ], + [ + "lehman", + -13.3773 + ], + [ + "leighton", + -13.3773 + ], + [ + "lien", + -13.3773 + ], + [ + "lincolnshire", + -13.3773 + ], + [ + "localization", + -13.3773 + ], + [ + "lodges", + -13.3773 + ], + [ + "looms", + -13.3773 + ], + [ + "lorry", + -13.3773 + ], + [ + "loyalists", + -13.3773 + ], + [ + "mabel", + -13.3773 + ], + [ + "madly", + -13.3773 + ], + [ + "marlon", + -13.3773 + ], + [ + "mathematically", + -13.3773 + ], + [ + "mccall", + -13.3773 + ], + [ + "mens", + -13.3773 + ], + [ + "mexico's", + -13.3773 + ], + [ + "microbiology", + -13.3773 + ], + [ + "millennia", + -13.3773 + ], + [ + "milner", + -13.3773 + ], + [ + "monopolies", + -13.3773 + ], + [ + "moths", + -13.3773 + ], + [ + "myles", + -13.3773 + ], + [ + "n.c", + -13.3773 + ], + [ + "nada", + -13.3773 + ], + [ + "nave", + -13.3773 + ], + [ + "nee", + -13.3773 + ], + [ + "nehru", + -13.3773 + ], + [ + "nicknames", + -13.3773 + ], + [ + "nomenclature", + -13.3773 + ], + [ + "normative", + -13.3773 + ], + [ + "obtains", + -13.3773 + ], + [ + "oncology", + -13.3773 + ], + [ + "onslaught", + -13.3773 + ], + [ + "ornament", + -13.3773 + ], + [ + "palazzo", + -13.3773 + ], + [ + "partridge", + -13.3773 + ], + [ + "passer", + -13.3773 + ], + [ + "pauses", + -13.3773 + ], + [ + "penance", + -13.3773 + ], + [ + "pharrell", + -13.3773 + ], + [ + "placements", + -13.3773 + ], + [ + "plethora", + -13.3773 + ], + [ + "plucked", + -13.3773 + ], + [ + "poaching", + -13.3773 + ], + [ + "pointe", + -13.3773 + ], + [ + "polka", + -13.3773 + ], + [ + "pollard", + -13.3773 + ], + [ + "popes", + -13.3773 + ], + [ + "privatisation", + -13.3773 + ], + [ + "progressives", + -13.3773 + ], + [ + "prudence", + -13.3773 + ], + [ + "pulpit", + -13.3773 + ], + [ + "purdue", + -13.3773 + ], + [ + "qpr", + -13.3773 + ], + [ + "quaint", + -13.3773 + ], + [ + "queues", + -13.3773 + ], + [ + "rabies", + -13.3773 + ], + [ + "ramps", + -13.3773 + ], + [ + "ravaged", + -13.3773 + ], + [ + "reformer", + -13.3773 + ], + [ + "refute", + -13.3773 + ], + [ + "reparations", + -13.3773 + ], + [ + "respite", + -13.3773 + ], + [ + "resumption", + -13.3773 + ], + [ + "rims", + -13.3773 + ], + [ + "ringo", + -13.3773 + ], + [ + "robson", + -13.3773 + ], + [ + "rotational", + -13.3773 + ], + [ + "roxy", + -13.3773 + ], + [ + "ruptured", + -13.3773 + ], + [ + "saffron", + -13.3773 + ], + [ + "salman", + -13.3773 + ], + [ + "salvatore", + -13.3773 + ], + [ + "scraped", + -13.3773 + ], + [ + "semifinal", + -13.3773 + ], + [ + "serotonin", + -13.3773 + ], + [ + "setbacks", + -13.3773 + ], + [ + "severance", + -13.3773 + ], + [ + "shatter", + -13.3773 + ], + [ + "shu", + -13.3773 + ], + [ + "sig", + -13.3773 + ], + [ + "silky", + -13.3773 + ], + [ + "sloane", + -13.3773 + ], + [ + "sochi", + -13.3773 + ], + [ + "spoiling", + -13.3773 + ], + [ + "staunch", + -13.3773 + ], + [ + "sti", + -13.3773 + ], + [ + "sturridge", + -13.3773 + ], + [ + "stylistic", + -13.3773 + ], + [ + "subversive", + -13.3773 + ], + [ + "surfers", + -13.3773 + ], + [ + "swallows", + -13.3773 + ], + [ + "swamps", + -13.3773 + ], + [ + "syllabus", + -13.3773 + ], + [ + "sylvester", + -13.3773 + ], + [ + "tankers", + -13.3773 + ], + [ + "tarzan", + -13.3773 + ], + [ + "tbs", + -13.3773 + ], + [ + "teas", + -13.3773 + ], + [ + "technologically", + -13.3773 + ], + [ + "terri", + -13.3773 + ], + [ + "tester", + -13.3773 + ], + [ + "thaw", + -13.3773 + ], + [ + "thistle", + -13.3773 + ], + [ + "toasted", + -13.3773 + ], + [ + "tormented", + -13.3773 + ], + [ + "torturing", + -13.3773 + ], + [ + "tos", + -13.3773 + ], + [ + "trickle", + -13.3773 + ], + [ + "trimming", + -13.3773 + ], + [ + "trucking", + -13.3773 + ], + [ + "turing", + -13.3773 + ], + [ + "undisputed", + -13.3773 + ], + [ + "unfolded", + -13.3773 + ], + [ + "unintentionally", + -13.3773 + ], + [ + "unmarked", + -13.3773 + ], + [ + "uplifting", + -13.3773 + ], + [ + "ursula", + -13.3773 + ], + [ + "uttered", + -13.3773 + ], + [ + "vaults", + -13.3773 + ], + [ + "veg", + -13.3773 + ], + [ + "videotape", + -13.3773 + ], + [ + "waiters", + -13.3773 + ], + [ + "weiner", + -13.3773 + ], + [ + "whirlwind", + -13.3773 + ], + [ + "whoop", + -13.3773 + ], + [ + "wil", + -13.3773 + ], + [ + "wildest", + -13.3773 + ], + [ + "willard", + -13.3773 + ], + [ + "winslow", + -13.3773 + ], + [ + "wis", + -13.3773 + ], + [ + "yachts", + -13.3773 + ], + [ + "yikes", + -13.3773 + ], + [ + "00v", + -13.4034 + ], + [ + "abbreviation", + -13.4034 + ], + [ + "aborted", + -13.4034 + ], + [ + "abrasive", + -13.4034 + ], + [ + "absorbs", + -13.4034 + ], + [ + "acidity", + -13.4034 + ], + [ + "acm", + -13.4034 + ], + [ + "adam's", + -13.4034 + ], + [ + "adriatic", + -13.4034 + ], + [ + "alcoholics", + -13.4034 + ], + [ + "ancients", + -13.4034 + ], + [ + "anemia", + -13.4034 + ], + [ + "animosity", + -13.4034 + ], + [ + "annotated", + -13.4034 + ], + [ + "antisocial", + -13.4034 + ], + [ + "appreciative", + -13.4034 + ], + [ + "apprentices", + -13.4034 + ], + [ + "appropriated", + -13.4034 + ], + [ + "arte", + -13.4034 + ], + [ + "arterial", + -13.4034 + ], + [ + "assuring", + -13.4034 + ], + [ + "atonement", + -13.4034 + ], + [ + "believable", + -13.4034 + ], + [ + "biggie", + -13.4034 + ], + [ + "bismarck", + -13.4034 + ], + [ + "bohemia", + -13.4034 + ], + [ + "boise", + -13.4034 + ], + [ + "braid", + -13.4034 + ], + [ + "bubbling", + -13.4034 + ], + [ + "burundi", + -13.4034 + ], + [ + "cahill", + -13.4034 + ], + [ + "calhoun", + -13.4034 + ], + [ + "cantor", + -13.4034 + ], + [ + "capitalization", + -13.4034 + ], + [ + "carleton", + -13.4034 + ], + [ + "cartilage", + -13.4034 + ], + [ + "cbi", + -13.4034 + ], + [ + "celia", + -13.4034 + ], + [ + "centimetres", + -13.4034 + ], + [ + "charlton", + -13.4034 + ], + [ + "chases", + -13.4034 + ], + [ + "cheerleaders", + -13.4034 + ], + [ + "chemists", + -13.4034 + ], + [ + "chihuahua", + -13.4034 + ], + [ + "circumvent", + -13.4034 + ], + [ + "clique", + -13.4034 + ], + [ + "clockwork", + -13.4034 + ], + [ + "coincidentally", + -13.4034 + ], + [ + "coldest", + -13.4034 + ], + [ + "completeness", + -13.4034 + ], + [ + "composure", + -13.4034 + ], + [ + "configure", + -13.4034 + ], + [ + "consonant", + -13.4034 + ], + [ + "copyrighted", + -13.4034 + ], + [ + "cosmo", + -13.4034 + ], + [ + "crowdfunding", + -13.4034 + ], + [ + "crucible", + -13.4034 + ], + [ + "cryptic", + -13.4034 + ], + [ + "curiously", + -13.4034 + ], + [ + "cutest", + -13.4034 + ], + [ + "cyclic", + -13.4034 + ], + [ + "deceiving", + -13.4034 + ], + [ + "defensively", + -13.4034 + ], + [ + "deformation", + -13.4034 + ], + [ + "delegations", + -13.4034 + ], + [ + "democratically", + -13.4034 + ], + [ + "departs", + -13.4034 + ], + [ + "dependencies", + -13.4034 + ], + [ + "diagnostics", + -13.4034 + ], + [ + "dignitaries", + -13.4034 + ], + [ + "dips", + -13.4034 + ], + [ + "disbanded", + -13.4034 + ], + [ + "discredited", + -13.4034 + ], + [ + "dolores", + -13.4034 + ], + [ + "domesticated", + -13.4034 + ], + [ + "doughnut", + -13.4034 + ], + [ + "draught", + -13.4034 + ], + [ + "drier", + -13.4034 + ], + [ + "drugged", + -13.4034 + ], + [ + "duality", + -13.4034 + ], + [ + "e2", + -13.4034 + ], + [ + "eastenders", + -13.4034 + ], + [ + "ecumenical", + -13.4034 + ], + [ + "edm", + -13.4034 + ], + [ + "emeritus", + -13.4034 + ], + [ + "epitome", + -13.4034 + ], + [ + "esque", + -13.4034 + ], + [ + "estranged", + -13.4034 + ], + [ + "fait", + -13.4034 + ], + [ + "firewood", + -13.4034 + ], + [ + "flask", + -13.4034 + ], + [ + "forbids", + -13.4034 + ], + [ + "formality", + -13.4034 + ], + [ + "formulations", + -13.4034 + ], + [ + "forsaken", + -13.4034 + ], + [ + "fraternal", + -13.4034 + ], + [ + "frosty", + -13.4034 + ], + [ + "gastric", + -13.4034 + ], + [ + "gentry", + -13.4034 + ], + [ + "geopolitical", + -13.4034 + ], + [ + "giddy", + -13.4034 + ], + [ + "girly", + -13.4034 + ], + [ + "gnu", + -13.4034 + ], + [ + "goethe", + -13.4034 + ], + [ + "graces", + -13.4034 + ], + [ + "grader", + -13.4034 + ], + [ + "greer", + -13.4034 + ], + [ + "gregor", + -13.4034 + ], + [ + "gubernatorial", + -13.4034 + ], + [ + "gucci", + -13.4034 + ], + [ + "guthrie", + -13.4034 + ], + [ + "gymnasium", + -13.4034 + ], + [ + "hae", + -13.4034 + ], + [ + "hammock", + -13.4034 + ], + [ + "hayward", + -13.4034 + ], + [ + "helpers", + -13.4034 + ], + [ + "hoard", + -13.4034 + ], + [ + "hogs", + -13.4034 + ], + [ + "hornets", + -13.4034 + ], + [ + "hoy", + -13.4034 + ], + [ + "hpv", + -13.4034 + ], + [ + "hui", + -13.4034 + ], + [ + "idealistic", + -13.4034 + ], + [ + "identifier", + -13.4034 + ], + [ + "impossibility", + -13.4034 + ], + [ + "ina", + -13.4034 + ], + [ + "inconclusive", + -13.4034 + ], + [ + "increments", + -13.4034 + ], + [ + "infiltrated", + -13.4034 + ], + [ + "initiates", + -13.4034 + ], + [ + "interacts", + -13.4034 + ], + [ + "interfered", + -13.4034 + ], + [ + "intergovernmental", + -13.4034 + ], + [ + "intersect", + -13.4034 + ], + [ + "intersections", + -13.4034 + ], + [ + "intolerant", + -13.4034 + ], + [ + "irc", + -13.4034 + ], + [ + "isolating", + -13.4034 + ], + [ + "jameson", + -13.4034 + ], + [ + "jinx", + -13.4034 + ], + [ + "launchers", + -13.4034 + ], + [ + "lawns", + -13.4034 + ], + [ + "librarians", + -13.4034 + ], + [ + "lotto", + -13.4034 + ], + [ + "loudest", + -13.4034 + ], + [ + "lupus", + -13.4034 + ], + [ + "machete", + -13.4034 + ], + [ + "macroeconomic", + -13.4034 + ], + [ + "maddie", + -13.4034 + ], + [ + "magma", + -13.4034 + ], + [ + "marjorie", + -13.4034 + ], + [ + "markup", + -13.4034 + ], + [ + "martyrdom", + -13.4034 + ], + [ + "maximizing", + -13.4034 + ], + [ + "mayweather", + -13.4034 + ], + [ + "mcdowell", + -13.4034 + ], + [ + "menstrual", + -13.4034 + ], + [ + "midland", + -13.4034 + ], + [ + "miraculously", + -13.4034 + ], + [ + "mohawk", + -13.4034 + ], + [ + "monarchs", + -13.4034 + ], + [ + "monique", + -13.4034 + ], + [ + "monsanto", + -13.4034 + ], + [ + "mortimer", + -13.4034 + ], + [ + "motorists", + -13.4034 + ], + [ + "movable", + -13.4034 + ], + [ + "msg", + -13.4034 + ], + [ + "musk", + -13.4034 + ], + [ + "nasdaq", + -13.4034 + ], + [ + "negotiable", + -13.4034 + ], + [ + "nonexistent", + -13.4034 + ], + [ + "odessa", + -13.4034 + ], + [ + "odi", + -13.4034 + ], + [ + "orchards", + -13.4034 + ], + [ + "outage", + -13.4034 + ], + [ + "outburst", + -13.4034 + ], + [ + "overflowing", + -13.4034 + ], + [ + "overthrown", + -13.4034 + ], + [ + "patrolling", + -13.4034 + ], + [ + "pcb", + -13.4034 + ], + [ + "pints", + -13.4034 + ], + [ + "platter", + -13.4034 + ], + [ + "plumber", + -13.4034 + ], + [ + "pope's", + -13.4034 + ], + [ + "pranks", + -13.4034 + ], + [ + "precursors", + -13.4034 + ], + [ + "presley", + -13.4034 + ], + [ + "primate", + -13.4034 + ], + [ + "procure", + -13.4034 + ], + [ + "qt", + -13.4034 + ], + [ + "quilt", + -13.4034 + ], + [ + "rainbows", + -13.4034 + ], + [ + "ravine", + -13.4034 + ], + [ + "reassured", + -13.4034 + ], + [ + "rectangle", + -13.4034 + ], + [ + "rectify", + -13.4034 + ], + [ + "refineries", + -13.4034 + ], + [ + "refunds", + -13.4034 + ], + [ + "regan", + -13.4034 + ], + [ + "reiterate", + -13.4034 + ], + [ + "relational", + -13.4034 + ], + [ + "rem", + -13.4034 + ], + [ + "repel", + -13.4034 + ], + [ + "rescues", + -13.4034 + ], + [ + "resolute", + -13.4034 + ], + [ + "rioting", + -13.4034 + ], + [ + "ripley", + -13.4034 + ], + [ + "rookies", + -13.4034 + ], + [ + "rowdy", + -13.4034 + ], + [ + "royale", + -13.4034 + ], + [ + "rudd", + -13.4034 + ], + [ + "rudimentary", + -13.4034 + ], + [ + "rudolf", + -13.4034 + ], + [ + "rung", + -13.4034 + ], + [ + "ryan's", + -13.4034 + ], + [ + "saddened", + -13.4034 + ], + [ + "sanderson", + -13.4034 + ], + [ + "saturday's", + -13.4034 + ], + [ + "sauces", + -13.4034 + ], + [ + "seaman", + -13.4034 + ], + [ + "sedentary", + -13.4034 + ], + [ + "sensibility", + -13.4034 + ], + [ + "sergey", + -13.4034 + ], + [ + "sharpen", + -13.4034 + ], + [ + "showcasing", + -13.4034 + ], + [ + "shrines", + -13.4034 + ], + [ + "signings", + -13.4034 + ], + [ + "sinus", + -13.4034 + ], + [ + "smurf", + -13.4034 + ], + [ + "snowball", + -13.4034 + ], + [ + "snowfall", + -13.4034 + ], + [ + "spines", + -13.4034 + ], + [ + "sta", + -13.4034 + ], + [ + "stacking", + -13.4034 + ], + [ + "stallion", + -13.4034 + ], + [ + "staten", + -13.4034 + ], + [ + "sterilization", + -13.4034 + ], + [ + "strippers", + -13.4034 + ], + [ + "strives", + -13.4034 + ], + [ + "stu", + -13.4034 + ], + [ + "summertime", + -13.4034 + ], + [ + "tellin", + -13.4034 + ], + [ + "tess", + -13.4034 + ], + [ + "tic", + -13.4034 + ], + [ + "tilted", + -13.4034 + ], + [ + "timers", + -13.4034 + ], + [ + "titties", + -13.4034 + ], + [ + "tofu", + -13.4034 + ], + [ + "tomlinson", + -13.4034 + ], + [ + "tonnage", + -13.4034 + ], + [ + "totaling", + -13.4034 + ], + [ + "transmitters", + -13.4034 + ], + [ + "tributes", + -13.4034 + ], + [ + "ud", + -13.4034 + ], + [ + "unbiased", + -13.4034 + ], + [ + "uncontrollable", + -13.4034 + ], + [ + "undertakings", + -13.4034 + ], + [ + "unsettling", + -13.4034 + ], + [ + "unsigned", + -13.4034 + ], + [ + "unveiling", + -13.4034 + ], + [ + "unworthy", + -13.4034 + ], + [ + "upholding", + -13.4034 + ], + [ + "uproar", + -13.4034 + ], + [ + "utopian", + -13.4034 + ], + [ + "viagra", + -13.4034 + ], + [ + "vulnerabilities", + -13.4034 + ], + [ + "wavelengths", + -13.4034 + ], + [ + "wendell", + -13.4034 + ], + [ + "wheeling", + -13.4034 + ], + [ + "whips", + -13.4034 + ], + [ + "worsened", + -13.4034 + ], + [ + "yahweh", + -13.4034 + ], + [ + "yak", + -13.4034 + ], + [ + "yearning", + -13.4034 + ], + [ + "yoke", + -13.4034 + ], + [ + "zachary", + -13.4034 + ], + [ + "\u2666", + -13.4034 + ], + [ + "0000000000", + -13.4235 + ], + [ + "00ft", + -13.4235 + ], + [ + "acknowledgment", + -13.4235 + ], + [ + "acta", + -13.4235 + ], + [ + "addis", + -13.4235 + ], + [ + "aggravating", + -13.4235 + ], + [ + "alsace", + -13.4235 + ], + [ + "amalgamation", + -13.4235 + ], + [ + "analyzes", + -13.4235 + ], + [ + "anthrax", + -13.4235 + ], + [ + "appreciating", + -13.4235 + ], + [ + "archery", + -13.4235 + ], + [ + "arrears", + -13.4235 + ], + [ + "attrition", + -13.4235 + ], + [ + "autobiographical", + -13.4235 + ], + [ + "bai", + -13.4235 + ], + [ + "balm", + -13.4235 + ], + [ + "bargains", + -13.4235 + ], + [ + "bernardo", + -13.4235 + ], + [ + "bidders", + -13.4235 + ], + [ + "bill's", + -13.4235 + ], + [ + "blinding", + -13.4235 + ], + [ + "boasting", + -13.4235 + ], + [ + "bragg", + -13.4235 + ], + [ + "breathed", + -13.4235 + ], + [ + "brunei", + -13.4235 + ], + [ + "bulletproof", + -13.4235 + ], + [ + "bums", + -13.4235 + ], + [ + "caf", + -13.4235 + ], + [ + "calibrated", + -13.4235 + ], + [ + "campers", + -13.4235 + ], + [ + "cancelling", + -13.4235 + ], + [ + "canons", + -13.4235 + ], + [ + "ces", + -13.4235 + ], + [ + "chalmers", + -13.4235 + ], + [ + "chaps", + -13.4235 + ], + [ + "chechen", + -13.4235 + ], + [ + "cheetah", + -13.4235 + ], + [ + "chests", + -13.4235 + ], + [ + "christi", + -13.4235 + ], + [ + "chunky", + -13.4235 + ], + [ + "clifton", + -13.4235 + ], + [ + "clinton's", + -13.4235 + ], + [ + "commemorating", + -13.4235 + ], + [ + "communicates", + -13.4235 + ], + [ + "commuters", + -13.4235 + ], + [ + "concur", + -13.4235 + ], + [ + "conqueror", + -13.4235 + ], + [ + "contraceptive", + -13.4235 + ], + [ + "contradicted", + -13.4235 + ], + [ + "crafty", + -13.4235 + ], + [ + "cravings", + -13.4235 + ], + [ + "crease", + -13.4235 + ], + [ + "creditor", + -13.4235 + ], + [ + "creole", + -13.4235 + ], + [ + "crucifixion", + -13.4235 + ], + [ + "cultivating", + -13.4235 + ], + [ + "dakar", + -13.4235 + ], + [ + "dares", + -13.4235 + ], + [ + "darth", + -13.4235 + ], + [ + "deb", + -13.4235 + ], + [ + "denouncing", + -13.4235 + ], + [ + "dislikes", + -13.4235 + ], + [ + "dossier", + -13.4235 + ], + [ + "doubtless", + -13.4235 + ], + [ + "downgrade", + -13.4235 + ], + [ + "drenched", + -13.4235 + ], + [ + "drinkers", + -13.4235 + ], + [ + "dubois", + -13.4235 + ], + [ + "electrically", + -13.4235 + ], + [ + "embarking", + -13.4235 + ], + [ + "embodies", + -13.4235 + ], + [ + "envision", + -13.4235 + ], + [ + "eras", + -13.4235 + ], + [ + "ere", + -13.4235 + ], + [ + "eruptions", + -13.4235 + ], + [ + "euphoria", + -13.4235 + ], + [ + "eyeballs", + -13.4235 + ], + [ + "fanfare", + -13.4235 + ], + [ + "federalist", + -13.4235 + ], + [ + "fend", + -13.4235 + ], + [ + "fertilization", + -13.4235 + ], + [ + "fitzpatrick", + -13.4235 + ], + [ + "fla", + -13.4235 + ], + [ + "flashy", + -13.4235 + ], + [ + "foresight", + -13.4235 + ], + [ + "fran\u00e7ais", + -13.4235 + ], + [ + "freshness", + -13.4235 + ], + [ + "fruition", + -13.4235 + ], + [ + "fullback", + -13.4235 + ], + [ + "gaston", + -13.4235 + ], + [ + "giver", + -13.4235 + ], + [ + "gloucestershire", + -13.4235 + ], + [ + "gmo", + -13.4235 + ], + [ + "grange", + -13.4235 + ], + [ + "gratification", + -13.4235 + ], + [ + "grizzlies", + -13.4235 + ], + [ + "hahah", + -13.4235 + ], + [ + "hatching", + -13.4235 + ], + [ + "healy", + -13.4235 + ], + [ + "heinous", + -13.4235 + ], + [ + "heres", + -13.4235 + ], + [ + "hobbs", + -13.4235 + ], + [ + "hutton", + -13.4235 + ], + [ + "hye", + -13.4235 + ], + [ + "icu", + -13.4235 + ], + [ + "ide", + -13.4235 + ], + [ + "increment", + -13.4235 + ], + [ + "individuality", + -13.4235 + ], + [ + "infer", + -13.4235 + ], + [ + "infertility", + -13.4235 + ], + [ + "ingram", + -13.4235 + ], + [ + "inspecting", + -13.4235 + ], + [ + "intertwined", + -13.4235 + ], + [ + "intoxication", + -13.4235 + ], + [ + "invertebrates", + -13.4235 + ], + [ + "irl", + -13.4235 + ], + [ + "isla", + -13.4235 + ], + [ + "j.r", + -13.4235 + ], + [ + "johnstone", + -13.4235 + ], + [ + "judgements", + -13.4235 + ], + [ + "juggling", + -13.4235 + ], + [ + "kawasaki", + -13.4235 + ], + [ + "keaton", + -13.4235 + ], + [ + "keel", + -13.4235 + ], + [ + "kilos", + -13.4235 + ], + [ + "kingsley", + -13.4235 + ], + [ + "lager", + -13.4235 + ], + [ + "layouts", + -13.4235 + ], + [ + "laziness", + -13.4235 + ], + [ + "lear", + -13.4235 + ], + [ + "leblanc", + -13.4235 + ], + [ + "leech", + -13.4235 + ], + [ + "lefty", + -13.4235 + ], + [ + "lei", + -13.4235 + ], + [ + "lev", + -13.4235 + ], + [ + "licked", + -13.4235 + ], + [ + "ligue", + -13.4235 + ], + [ + "lollipop", + -13.4235 + ], + [ + "love's", + -13.4235 + ], + [ + "lui", + -13.4235 + ], + [ + "makeshift", + -13.4235 + ], + [ + "mariano", + -13.4235 + ], + [ + "mar\u00eda", + -13.4235 + ], + [ + "materialism", + -13.4235 + ], + [ + "medici", + -13.4235 + ], + [ + "mendoza", + -13.4235 + ], + [ + "merci", + -13.4235 + ], + [ + "minimise", + -13.4235 + ], + [ + "minimized", + -13.4235 + ], + [ + "minsk", + -13.4235 + ], + [ + "mistrust", + -13.4235 + ], + [ + "montr\u00e9al", + -13.4235 + ], + [ + "mortars", + -13.4235 + ], + [ + "mutilated", + -13.4235 + ], + [ + "narendra", + -13.4235 + ], + [ + "nebula", + -13.4235 + ], + [ + "negotiator", + -13.4235 + ], + [ + "negotiators", + -13.4235 + ], + [ + "nelly", + -13.4235 + ], + [ + "newt", + -13.4235 + ], + [ + "nikita", + -13.4235 + ], + [ + "notoriety", + -13.4235 + ], + [ + "nuances", + -13.4235 + ], + [ + "nutritious", + -13.4235 + ], + [ + "obscurity", + -13.4235 + ], + [ + "occupant", + -13.4235 + ], + [ + "orphaned", + -13.4235 + ], + [ + "overriding", + -13.4235 + ], + [ + "packer", + -13.4235 + ], + [ + "pantry", + -13.4235 + ], + [ + "paparazzi", + -13.4235 + ], + [ + "partitions", + -13.4235 + ], + [ + "patched", + -13.4235 + ], + [ + "patrice", + -13.4235 + ], + [ + "pears", + -13.4235 + ], + [ + "pebbles", + -13.4235 + ], + [ + "pensioners", + -13.4235 + ], + [ + "personalised", + -13.4235 + ], + [ + "philharmonic", + -13.4235 + ], + [ + "picard", + -13.4235 + ], + [ + "piety", + -13.4235 + ], + [ + "pilot's", + -13.4235 + ], + [ + "pla", + -13.4235 + ], + [ + "plaques", + -13.4235 + ], + [ + "plow", + -13.4235 + ], + [ + "ploy", + -13.4235 + ], + [ + "plurality", + -13.4235 + ], + [ + "polarization", + -13.4235 + ], + [ + "pollock", + -13.4235 + ], + [ + "pores", + -13.4235 + ], + [ + "postings", + -13.4235 + ], + [ + "psychotherapy", + -13.4235 + ], + [ + "raged", + -13.4235 + ], + [ + "railing", + -13.4235 + ], + [ + "rapists", + -13.4235 + ], + [ + "rapport", + -13.4235 + ], + [ + "rees", + -13.4235 + ], + [ + "referrals", + -13.4235 + ], + [ + "reincarnation", + -13.4235 + ], + [ + "reptile", + -13.4235 + ], + [ + "resale", + -13.4235 + ], + [ + "reviving", + -13.4235 + ], + [ + "revoke", + -13.4235 + ], + [ + "rhinos", + -13.4235 + ], + [ + "rotations", + -13.4235 + ], + [ + "rus", + -13.4235 + ], + [ + "schulz", + -13.4235 + ], + [ + "sewn", + -13.4235 + ], + [ + "shellfish", + -13.4235 + ], + [ + "shielded", + -13.4235 + ], + [ + "shortfall", + -13.4235 + ], + [ + "shouldnt", + -13.4235 + ], + [ + "shoving", + -13.4235 + ], + [ + "showered", + -13.4235 + ], + [ + "shrek", + -13.4235 + ], + [ + "sicilian", + -13.4235 + ], + [ + "sidekick", + -13.4235 + ], + [ + "silica", + -13.4235 + ], + [ + "sissy", + -13.4235 + ], + [ + "slabs", + -13.4235 + ], + [ + "sleepless", + -13.4235 + ], + [ + "snowboarding", + -13.4235 + ], + [ + "sobriety", + -13.4235 + ], + [ + "sod", + -13.4235 + ], + [ + "softened", + -13.4235 + ], + [ + "soles", + -13.4235 + ], + [ + "sorely", + -13.4235 + ], + [ + "sprite", + -13.4235 + ], + [ + "sprouts", + -13.4235 + ], + [ + "ssh", + -13.4235 + ], + [ + "stairway", + -13.4235 + ], + [ + "steadfast", + -13.4235 + ], + [ + "stewards", + -13.4235 + ], + [ + "structurally", + -13.4235 + ], + [ + "sts", + -13.4235 + ], + [ + "studded", + -13.4235 + ], + [ + "subdivided", + -13.4235 + ], + [ + "submissive", + -13.4235 + ], + [ + "sundance", + -13.4235 + ], + [ + "superstitious", + -13.4235 + ], + [ + "swears", + -13.4235 + ], + [ + "threesome", + -13.4235 + ], + [ + "throughput", + -13.4235 + ], + [ + "tinted", + -13.4235 + ], + [ + "torches", + -13.4235 + ], + [ + "triumphs", + -13.4235 + ], + [ + "trot", + -13.4235 + ], + [ + "truthfully", + -13.4235 + ], + [ + "tung", + -13.4235 + ], + [ + "unattended", + -13.4235 + ], + [ + "undermines", + -13.4235 + ], + [ + "underside", + -13.4235 + ], + [ + "unforeseen", + -13.4235 + ], + [ + "unsustainable", + -13.4235 + ], + [ + "uri", + -13.4235 + ], + [ + "veggies", + -13.4235 + ], + [ + "vertebrae", + -13.4235 + ], + [ + "vertigo", + -13.4235 + ], + [ + "voicing", + -13.4235 + ], + [ + "wacky", + -13.4235 + ], + [ + "wealthiest", + -13.4235 + ], + [ + "weekday", + -13.4235 + ], + [ + "wentworth", + -13.4235 + ], + [ + "woodstock", + -13.4235 + ], + [ + "wrestlers", + -13.4235 + ], + [ + "y'know", + -13.4235 + ], + [ + "ze", + -13.4235 + ], + [ + "zhao", + -13.4235 + ], + [ + "7am", + -13.4439 + ], + [ + "abode", + -13.4439 + ], + [ + "abomination", + -13.4439 + ], + [ + "abstracts", + -13.4439 + ], + [ + "achievable", + -13.4439 + ], + [ + "activates", + -13.4439 + ], + [ + "aden", + -13.4439 + ], + [ + "admissible", + -13.4439 + ], + [ + "adventurer", + -13.4439 + ], + [ + "adverts", + -13.4439 + ], + [ + "aerodynamic", + -13.4439 + ], + [ + "aeronautical", + -13.4439 + ], + [ + "aladdin", + -13.4439 + ], + [ + "amman", + -13.4439 + ], + [ + "amps", + -13.4439 + ], + [ + "anorexia", + -13.4439 + ], + [ + "another's", + -13.4439 + ], + [ + "antigua", + -13.4439 + ], + [ + "ars", + -13.4439 + ], + [ + "asher", + -13.4439 + ], + [ + "astral", + -13.4439 + ], + [ + "astros", + -13.4439 + ], + [ + "attaches", + -13.4439 + ], + [ + "avi", + -13.4439 + ], + [ + "b.a", + -13.4439 + ], + [ + "balfour", + -13.4439 + ], + [ + "bein", + -13.4439 + ], + [ + "beit", + -13.4439 + ], + [ + "bios", + -13.4439 + ], + [ + "blanco", + -13.4439 + ], + [ + "blower", + -13.4439 + ], + [ + "bose", + -13.4439 + ], + [ + "britons", + -13.4439 + ], + [ + "bugging", + -13.4439 + ], + [ + "bundy", + -13.4439 + ], + [ + "burglar", + -13.4439 + ], + [ + "buttocks", + -13.4439 + ], + [ + "camilla", + -13.4439 + ], + [ + "carbohydrate", + -13.4439 + ], + [ + "carbonate", + -13.4439 + ], + [ + "casablanca", + -13.4439 + ], + [ + "catalytic", + -13.4439 + ], + [ + "cavalier", + -13.4439 + ], + [ + "clams", + -13.4439 + ], + [ + "cleverly", + -13.4439 + ], + [ + "collaborator", + -13.4439 + ], + [ + "compendium", + -13.4439 + ], + [ + "consecration", + -13.4439 + ], + [ + "conveyance", + -13.4439 + ], + [ + "cornered", + -13.4439 + ], + [ + "corny", + -13.4439 + ], + [ + "cosplay", + -13.4439 + ], + [ + "crowe", + -13.4439 + ], + [ + "cruisers", + -13.4439 + ], + [ + "crutches", + -13.4439 + ], + [ + "cupid", + -13.4439 + ], + [ + "curricula", + -13.4439 + ], + [ + "cypress", + -13.4439 + ], + [ + "daley", + -13.4439 + ], + [ + "davy", + -13.4439 + ], + [ + "dehydrated", + -13.4439 + ], + [ + "dilute", + -13.4439 + ], + [ + "disclosing", + -13.4439 + ], + [ + "disillusioned", + -13.4439 + ], + [ + "dismantle", + -13.4439 + ], + [ + "divergence", + -13.4439 + ], + [ + "docked", + -13.4439 + ], + [ + "dogg", + -13.4439 + ], + [ + "dolan", + -13.4439 + ], + [ + "donnelly", + -13.4439 + ], + [ + "donny", + -13.4439 + ], + [ + "dorian", + -13.4439 + ], + [ + "earners", + -13.4439 + ], + [ + "edict", + -13.4439 + ], + [ + "emigrants", + -13.4439 + ], + [ + "emil", + -13.4439 + ], + [ + "enshrined", + -13.4439 + ], + [ + "equate", + -13.4439 + ], + [ + "eucharist", + -13.4439 + ], + [ + "evangelist", + -13.4439 + ], + [ + "excelled", + -13.4439 + ], + [ + "ez", + -13.4439 + ], + [ + "fatality", + -13.4439 + ], + [ + "firmware", + -13.4439 + ], + [ + "flo", + -13.4439 + ], + [ + "fouls", + -13.4439 + ], + [ + "foundation's", + -13.4439 + ], + [ + "frazier", + -13.4439 + ], + [ + "frigate", + -13.4439 + ], + [ + "fringes", + -13.4439 + ], + [ + "gable", + -13.4439 + ], + [ + "gallo", + -13.4439 + ], + [ + "gardeners", + -13.4439 + ], + [ + "gatsby", + -13.4439 + ], + [ + "gaul", + -13.4439 + ], + [ + "getty", + -13.4439 + ], + [ + "goliath", + -13.4439 + ], + [ + "greats", + -13.4439 + ], + [ + "grooves", + -13.4439 + ], + [ + "grub", + -13.4439 + ], + [ + "haas", + -13.4439 + ], + [ + "habs", + -13.4439 + ], + [ + "hades", + -13.4439 + ], + [ + "hahahaha", + -13.4439 + ], + [ + "hairdresser", + -13.4439 + ], + [ + "hathaway", + -13.4439 + ], + [ + "haunts", + -13.4439 + ], + [ + "haynes", + -13.4439 + ], + [ + "headings", + -13.4439 + ], + [ + "hester", + -13.4439 + ], + [ + "hex", + -13.4439 + ], + [ + "hillsborough", + -13.4439 + ], + [ + "hoe", + -13.4439 + ], + [ + "homme", + -13.4439 + ], + [ + "hooded", + -13.4439 + ], + [ + "hopelessly", + -13.4439 + ], + [ + "hordes", + -13.4439 + ], + [ + "hotel's", + -13.4439 + ], + [ + "improvisation", + -13.4439 + ], + [ + "internationale", + -13.4439 + ], + [ + "issa", + -13.4439 + ], + [ + "italy's", + -13.4439 + ], + [ + "jed", + -13.4439 + ], + [ + "jeopardize", + -13.4439 + ], + [ + "junkie", + -13.4439 + ], + [ + "jus", + -13.4439 + ], + [ + "juveniles", + -13.4439 + ], + [ + "kd", + -13.4439 + ], + [ + "khalid", + -13.4439 + ], + [ + "kilo", + -13.4439 + ], + [ + "klan", + -13.4439 + ], + [ + "knowles", + -13.4439 + ], + [ + "kristin", + -13.4439 + ], + [ + "kruger", + -13.4439 + ], + [ + "latvian", + -13.4439 + ], + [ + "law's", + -13.4439 + ], + [ + "lawless", + -13.4439 + ], + [ + "lennox", + -13.4439 + ], + [ + "levers", + -13.4439 + ], + [ + "liberalization", + -13.4439 + ], + [ + "lifeless", + -13.4439 + ], + [ + "lion's", + -13.4439 + ], + [ + "looming", + -13.4439 + ], + [ + "lucian", + -13.4439 + ], + [ + "lymphoma", + -13.4439 + ], + [ + "m000", + -13.4439 + ], + [ + "mahal", + -13.4439 + ], + [ + "marcelo", + -13.4439 + ], + [ + "marcia", + -13.4439 + ], + [ + "masse", + -13.4439 + ], + [ + "matrices", + -13.4439 + ], + [ + "mcnamara", + -13.4439 + ], + [ + "meade", + -13.4439 + ], + [ + "ment", + -13.4439 + ], + [ + "middlesex", + -13.4439 + ], + [ + "mindless", + -13.4439 + ], + [ + "mio", + -13.4439 + ], + [ + "morley", + -13.4439 + ], + [ + "motorbike", + -13.4439 + ], + [ + "mubarak", + -13.4439 + ], + [ + "nag", + -13.4439 + ], + [ + "nec", + -13.4439 + ], + [ + "nes", + -13.4439 + ], + [ + "netting", + -13.4439 + ], + [ + "neurology", + -13.4439 + ], + [ + "nueva", + -13.4439 + ], + [ + "observable", + -13.4439 + ], + [ + "ocd", + -13.4439 + ], + [ + "okinawa", + -13.4439 + ], + [ + "olympian", + -13.4439 + ], + [ + "ono", + -13.4439 + ], + [ + "osce", + -13.4439 + ], + [ + "ousted", + -13.4439 + ], + [ + "ova", + -13.4439 + ], + [ + "ovens", + -13.4439 + ], + [ + "overloaded", + -13.4439 + ], + [ + "overtaken", + -13.4439 + ], + [ + "oy", + -13.4439 + ], + [ + "padding", + -13.4439 + ], + [ + "parma", + -13.4439 + ], + [ + "participatory", + -13.4439 + ], + [ + "pct", + -13.4439 + ], + [ + "pei", + -13.4439 + ], + [ + "peking", + -13.4439 + ], + [ + "perilous", + -13.4439 + ], + [ + "persuading", + -13.4439 + ], + [ + "peta", + -13.4439 + ], + [ + "plastered", + -13.4439 + ], + [ + "pluck", + -13.4439 + ], + [ + "plunder", + -13.4439 + ], + [ + "podcasts", + -13.4439 + ], + [ + "prays", + -13.4439 + ], + [ + "premiers", + -13.4439 + ], + [ + "pretentious", + -13.4439 + ], + [ + "prometheus", + -13.4439 + ], + [ + "propane", + -13.4439 + ], + [ + "propensity", + -13.4439 + ], + [ + "prospectus", + -13.4439 + ], + [ + "purified", + -13.4439 + ], + [ + "q2", + -13.4439 + ], + [ + "questionnaires", + -13.4439 + ], + [ + "raffle", + -13.4439 + ], + [ + "rambling", + -13.4439 + ], + [ + "rationality", + -13.4439 + ], + [ + "rbs", + -13.4439 + ], + [ + "rca", + -13.4439 + ], + [ + "receptionist", + -13.4439 + ], + [ + "redhead", + -13.4439 + ], + [ + "regenerate", + -13.4439 + ], + [ + "resettlement", + -13.4439 + ], + [ + "resolves", + -13.4439 + ], + [ + "retake", + -13.4439 + ], + [ + "retreats", + -13.4439 + ], + [ + "rewritten", + -13.4439 + ], + [ + "rockin", + -13.4439 + ], + [ + "rothschild", + -13.4439 + ], + [ + "ruse", + -13.4439 + ], + [ + "sadistic", + -13.4439 + ], + [ + "safeguarding", + -13.4439 + ], + [ + "savoy", + -13.4439 + ], + [ + "sceptical", + -13.4439 + ], + [ + "seawater", + -13.4439 + ], + [ + "seconded", + -13.4439 + ], + [ + "selena", + -13.4439 + ], + [ + "seneca", + -13.4439 + ], + [ + "servicemen", + -13.4439 + ], + [ + "sexiest", + -13.4439 + ], + [ + "shaker", + -13.4439 + ], + [ + "shipwreck", + -13.4439 + ], + [ + "shite", + -13.4439 + ], + [ + "showcases", + -13.4439 + ], + [ + "shrapnel", + -13.4439 + ], + [ + "shroud", + -13.4439 + ], + [ + "shrunk", + -13.4439 + ], + [ + "signage", + -13.4439 + ], + [ + "skateboard", + -13.4439 + ], + [ + "sloth", + -13.4439 + ], + [ + "slumber", + -13.4439 + ], + [ + "smacked", + -13.4439 + ], + [ + "sniffing", + -13.4439 + ], + [ + "snuck", + -13.4439 + ], + [ + "snuff", + -13.4439 + ], + [ + "soaps", + -13.4439 + ], + [ + "sociologist", + -13.4439 + ], + [ + "sonata", + -13.4439 + ], + [ + "spain's", + -13.4439 + ], + [ + "spiderman", + -13.4439 + ], + [ + "spiked", + -13.4439 + ], + [ + "squirt", + -13.4439 + ], + [ + "staffs", + -13.4439 + ], + [ + "stalling", + -13.4439 + ], + [ + "stationery", + -13.4439 + ], + [ + "steered", + -13.4439 + ], + [ + "stinks", + -13.4439 + ], + [ + "sumner", + -13.4439 + ], + [ + "supernova", + -13.4439 + ], + [ + "swagger", + -13.4439 + ], + [ + "swanson", + -13.4439 + ], + [ + "sweaters", + -13.4439 + ], + [ + "swimsuit", + -13.4439 + ], + [ + "synchronized", + -13.4439 + ], + [ + "tajikistan", + -13.4439 + ], + [ + "tasmanian", + -13.4439 + ], + [ + "temptations", + -13.4439 + ], + [ + "texan", + -13.4439 + ], + [ + "thirdly", + -13.4439 + ], + [ + "tia", + -13.4439 + ], + [ + "tlc", + -13.4439 + ], + [ + "tod", + -13.4439 + ], + [ + "townships", + -13.4439 + ], + [ + "toxicology", + -13.4439 + ], + [ + "translucent", + -13.4439 + ], + [ + "trashed", + -13.4439 + ], + [ + "trenton", + -13.4439 + ], + [ + "tripod", + -13.4439 + ], + [ + "ukrainians", + -13.4439 + ], + [ + "undertaker", + -13.4439 + ], + [ + "uneducated", + -13.4439 + ], + [ + "unifying", + -13.4439 + ], + [ + "unintentional", + -13.4439 + ], + [ + "universit\u00e9", + -13.4439 + ], + [ + "unlocking", + -13.4439 + ], + [ + "vacated", + -13.4439 + ], + [ + "vehemently", + -13.4439 + ], + [ + "vicente", + -13.4439 + ], + [ + "vijay", + -13.4439 + ], + [ + "vlad", + -13.4439 + ], + [ + "vulture", + -13.4439 + ], + [ + "walcott", + -13.4439 + ], + [ + "wares", + -13.4439 + ], + [ + "warring", + -13.4439 + ], + [ + "westerly", + -13.4439 + ], + [ + "wharton", + -13.4439 + ], + [ + "whiff", + -13.4439 + ], + [ + "wilmington", + -13.4439 + ], + [ + "workable", + -13.4439 + ], + [ + "workplaces", + -13.4439 + ], + [ + "worldview", + -13.4439 + ], + [ + "wounding", + -13.4439 + ], + [ + "wrestlemania", + -13.4439 + ], + [ + "writer's", + -13.4439 + ], + [ + "yellowish", + -13.4439 + ], + [ + "za", + -13.4439 + ], + [ + "zagreb", + -13.4439 + ], + [ + "000,000,000", + -13.4719 + ], + [ + "00years", + -13.4719 + ], + [ + "abdel", + -13.4719 + ], + [ + "adhering", + -13.4719 + ], + [ + "affiliations", + -13.4719 + ], + [ + "ahem", + -13.4719 + ], + [ + "aisles", + -13.4719 + ], + [ + "amuse", + -13.4719 + ], + [ + "andres", + -13.4719 + ], + [ + "annapolis", + -13.4719 + ], + [ + "antidepressants", + -13.4719 + ], + [ + "anwar", + -13.4719 + ], + [ + "apprehension", + -13.4719 + ], + [ + "armory", + -13.4719 + ], + [ + "assay", + -13.4719 + ], + [ + "ati", + -13.4719 + ], + [ + "atv", + -13.4719 + ], + [ + "audits", + -13.4719 + ], + [ + "augment", + -13.4719 + ], + [ + "avian", + -13.4719 + ], + [ + "baggy", + -13.4719 + ], + [ + "barclay", + -13.4719 + ], + [ + "barclays", + -13.4719 + ], + [ + "bbc's", + -13.4719 + ], + [ + "beale", + -13.4719 + ], + [ + "benzene", + -13.4719 + ], + [ + "bertha", + -13.4719 + ], + [ + "biographer", + -13.4719 + ], + [ + "boomers", + -13.4719 + ], + [ + "breakaway", + -13.4719 + ], + [ + "breweries", + -13.4719 + ], + [ + "britannia", + -13.4719 + ], + [ + "broadening", + -13.4719 + ], + [ + "brodie", + -13.4719 + ], + [ + "brownies", + -13.4719 + ], + [ + "bunnies", + -13.4719 + ], + [ + "bush's", + -13.4719 + ], + [ + "busts", + -13.4719 + ], + [ + "buyout", + -13.4719 + ], + [ + "caliphate", + -13.4719 + ], + [ + "callers", + -13.4719 + ], + [ + "catalogues", + -13.4719 + ], + [ + "causation", + -13.4719 + ], + [ + "cemeteries", + -13.4719 + ], + [ + "chainsaw", + -13.4719 + ], + [ + "cheater", + -13.4719 + ], + [ + "checkpoints", + -13.4719 + ], + [ + "chivalry", + -13.4719 + ], + [ + "cicero", + -13.4719 + ], + [ + "claudio", + -13.4719 + ], + [ + "cliche", + -13.4719 + ], + [ + "climber", + -13.4719 + ], + [ + "clinched", + -13.4719 + ], + [ + "coalitions", + -13.4719 + ], + [ + "communes", + -13.4719 + ], + [ + "competes", + -13.4719 + ], + [ + "contends", + -13.4719 + ], + [ + "conveyor", + -13.4719 + ], + [ + "conveys", + -13.4719 + ], + [ + "correlate", + -13.4719 + ], + [ + "corrosive", + -13.4719 + ], + [ + "cosby", + -13.4719 + ], + [ + "courteous", + -13.4719 + ], + [ + "cowards", + -13.4719 + ], + [ + "craftsman", + -13.4719 + ], + [ + "cranberry", + -13.4719 + ], + [ + "crocodiles", + -13.4719 + ], + [ + "crusades", + -13.4719 + ], + [ + "ctrl", + -13.4719 + ], + [ + "cubans", + -13.4719 + ], + [ + "cuckoo", + -13.4719 + ], + [ + "dawkins", + -13.4719 + ], + [ + "debtor", + -13.4719 + ], + [ + "delaney", + -13.4719 + ], + [ + "dependable", + -13.4719 + ], + [ + "destroyers", + -13.4719 + ], + [ + "detergent", + -13.4719 + ], + [ + "diligently", + -13.4719 + ], + [ + "dispersal", + -13.4719 + ], + [ + "disseminated", + -13.4719 + ], + [ + "distraught", + -13.4719 + ], + [ + "distributes", + -13.4719 + ], + [ + "doughnuts", + -13.4719 + ], + [ + "dredging", + -13.4719 + ], + [ + "duma", + -13.4719 + ], + [ + "dummies", + -13.4719 + ], + [ + "dunham", + -13.4719 + ], + [ + "ebony", + -13.4719 + ], + [ + "egypt's", + -13.4719 + ], + [ + "elaboration", + -13.4719 + ], + [ + "elapsed", + -13.4719 + ], + [ + "emanuel", + -13.4719 + ], + [ + "emilia", + -13.4719 + ], + [ + "emory", + -13.4719 + ], + [ + "emphasise", + -13.4719 + ], + [ + "endeavours", + -13.4719 + ], + [ + "errands", + -13.4719 + ], + [ + "etched", + -13.4719 + ], + [ + "eureka", + -13.4719 + ], + [ + "exaggerating", + -13.4719 + ], + [ + "exchequer", + -13.4719 + ], + [ + "fakes", + -13.4719 + ], + [ + "favorably", + -13.4719 + ], + [ + "fielder", + -13.4719 + ], + [ + "figurative", + -13.4719 + ], + [ + "firth", + -13.4719 + ], + [ + "fission", + -13.4719 + ], + [ + "flake", + -13.4719 + ], + [ + "fontaine", + -13.4719 + ], + [ + "fremantle", + -13.4719 + ], + [ + "friday's", + -13.4719 + ], + [ + "friggin", + -13.4719 + ], + [ + "frighten", + -13.4719 + ], + [ + "functionally", + -13.4719 + ], + [ + "furnaces", + -13.4719 + ], + [ + "gestapo", + -13.4719 + ], + [ + "gladiator", + -13.4719 + ], + [ + "gliding", + -13.4719 + ], + [ + "gunn", + -13.4719 + ], + [ + "gunshots", + -13.4719 + ], + [ + "hammering", + -13.4719 + ], + [ + "handkerchief", + -13.4719 + ], + [ + "heartland", + -13.4719 + ], + [ + "henry's", + -13.4719 + ], + [ + "hepburn", + -13.4719 + ], + [ + "hf", + -13.4719 + ], + [ + "hitman", + -13.4719 + ], + [ + "hospitalization", + -13.4719 + ], + [ + "hubble", + -13.4719 + ], + [ + "hud", + -13.4719 + ], + [ + "humbly", + -13.4719 + ], + [ + "idealism", + -13.4719 + ], + [ + "imp", + -13.4719 + ], + [ + "inaction", + -13.4719 + ], + [ + "inducted", + -13.4719 + ], + [ + "ingested", + -13.4719 + ], + [ + "insecurities", + -13.4719 + ], + [ + "insignia", + -13.4719 + ], + [ + "instantaneous", + -13.4719 + ], + [ + "institutionalized", + -13.4719 + ], + [ + "interceptions", + -13.4719 + ], + [ + "ire", + -13.4719 + ], + [ + "jails", + -13.4719 + ], + [ + "jiang", + -13.4719 + ], + [ + "joked", + -13.4719 + ], + [ + "josie", + -13.4719 + ], + [ + "juliette", + -13.4719 + ], + [ + "kimmel", + -13.4719 + ], + [ + "kneeling", + -13.4719 + ], + [ + "lamborghini", + -13.4719 + ], + [ + "lander", + -13.4719 + ], + [ + "landowner", + -13.4719 + ], + [ + "lanterns", + -13.4719 + ], + [ + "leaflet", + -13.4719 + ], + [ + "lesley", + -13.4719 + ], + [ + "letterman", + -13.4719 + ], + [ + "likened", + -13.4719 + ], + [ + "lipid", + -13.4719 + ], + [ + "livingstone", + -13.4719 + ], + [ + "loc", + -13.4719 + ], + [ + "lockhart", + -13.4719 + ], + [ + "loophole", + -13.4719 + ], + [ + "looted", + -13.4719 + ], + [ + "lovable", + -13.4719 + ], + [ + "lumps", + -13.4719 + ], + [ + "maniac", + -13.4719 + ], + [ + "massacred", + -13.4719 + ], + [ + "mcconnell", + -13.4719 + ], + [ + "mcdonnell", + -13.4719 + ], + [ + "mcgrath", + -13.4719 + ], + [ + "medley", + -13.4719 + ], + [ + "mendes", + -13.4719 + ], + [ + "meteorology", + -13.4719 + ], + [ + "microbes", + -13.4719 + ], + [ + "microphones", + -13.4719 + ], + [ + "midfielders", + -13.4719 + ], + [ + "milking", + -13.4719 + ], + [ + "milne", + -13.4719 + ], + [ + "mindfulness", + -13.4719 + ], + [ + "misconceptions", + -13.4719 + ], + [ + "misunderstand", + -13.4719 + ], + [ + "misunderstandings", + -13.4719 + ], + [ + "mla", + -13.4719 + ], + [ + "modernism", + -13.4719 + ], + [ + "moot", + -13.4719 + ], + [ + "moratorium", + -13.4719 + ], + [ + "motivates", + -13.4719 + ], + [ + "msm", + -13.4719 + ], + [ + "mum's", + -13.4719 + ], + [ + "narrows", + -13.4719 + ], + [ + "natalia", + -13.4719 + ], + [ + "naturalist", + -13.4719 + ], + [ + "nav", + -13.4719 + ], + [ + "neglecting", + -13.4719 + ], + [ + "newsweek", + -13.4719 + ], + [ + "nf", + -13.4719 + ], + [ + "nigeria's", + -13.4719 + ], + [ + "nook", + -13.4719 + ], + [ + "norse", + -13.4719 + ], + [ + "nous", + -13.4719 + ], + [ + "oakley", + -13.4719 + ], + [ + "obeyed", + -13.4719 + ], + [ + "oblige", + -13.4719 + ], + [ + "octave", + -13.4719 + ], + [ + "oleg", + -13.4719 + ], + [ + "opting", + -13.4719 + ], + [ + "ordinances", + -13.4719 + ], + [ + "ost", + -13.4719 + ], + [ + "overtly", + -13.4719 + ], + [ + "overturn", + -13.4719 + ], + [ + "palsy", + -13.4719 + ], + [ + "paramedic", + -13.4719 + ], + [ + "parishioners", + -13.4719 + ], + [ + "phone's", + -13.4719 + ], + [ + "polk", + -13.4719 + ], + [ + "polled", + -13.4719 + ], + [ + "postgraduate", + -13.4719 + ], + [ + "precautionary", + -13.4719 + ], + [ + "preventable", + -13.4719 + ], + [ + "prosecutor's", + -13.4719 + ], + [ + "proto", + -13.4719 + ], + [ + "provost", + -13.4719 + ], + [ + "pryor", + -13.4719 + ], + [ + "psychopath", + -13.4719 + ], + [ + "puma", + -13.4719 + ], + [ + "purgatory", + -13.4719 + ], + [ + "putt", + -13.4719 + ], + [ + "q1", + -13.4719 + ], + [ + "quorum", + -13.4719 + ], + [ + "rankin", + -13.4719 + ], + [ + "recon", + -13.4719 + ], + [ + "regency", + -13.4719 + ], + [ + "reginald", + -13.4719 + ], + [ + "relays", + -13.4719 + ], + [ + "rename", + -13.4719 + ], + [ + "restricts", + -13.4719 + ], + [ + "rewind", + -13.4719 + ], + [ + "rg", + -13.4719 + ], + [ + "ripper", + -13.4719 + ], + [ + "rodrigo", + -13.4719 + ], + [ + "rosetta", + -13.4719 + ], + [ + "rounder", + -13.4719 + ], + [ + "rowling", + -13.4719 + ], + [ + "ruben", + -13.4719 + ], + [ + "s5", + -13.4719 + ], + [ + "salzburg", + -13.4719 + ], + [ + "sayings", + -13.4719 + ], + [ + "scant", + -13.4719 + ], + [ + "scrubs", + -13.4719 + ], + [ + "seasoning", + -13.4719 + ], + [ + "settler", + -13.4719 + ], + [ + "sever", + -13.4719 + ], + [ + "shhh", + -13.4719 + ], + [ + "shillings", + -13.4719 + ], + [ + "shortening", + -13.4719 + ], + [ + "shutters", + -13.4719 + ], + [ + "simplification", + -13.4719 + ], + [ + "sine", + -13.4719 + ], + [ + "siri", + -13.4719 + ], + [ + "snl", + -13.4719 + ], + [ + "solidly", + -13.4719 + ], + [ + "spleen", + -13.4719 + ], + [ + "spp", + -13.4719 + ], + [ + "sprang", + -13.4719 + ], + [ + "squarely", + -13.4719 + ], + [ + "stabilizing", + -13.4719 + ], + [ + "stair", + -13.4719 + ], + [ + "stepmother", + -13.4719 + ], + [ + "stiles", + -13.4719 + ], + [ + "storming", + -13.4719 + ], + [ + "subpoena", + -13.4719 + ], + [ + "sufferers", + -13.4719 + ], + [ + "sufferings", + -13.4719 + ], + [ + "swaps", + -13.4719 + ], + [ + "symmetric", + -13.4719 + ], + [ + "synthesized", + -13.4719 + ], + [ + "tahiti", + -13.4719 + ], + [ + "templar", + -13.4719 + ], + [ + "tentacles", + -13.4719 + ], + [ + "testimonies", + -13.4719 + ], + [ + "threaded", + -13.4719 + ], + [ + "thumping", + -13.4719 + ], + [ + "tolkien", + -13.4719 + ], + [ + "tom's", + -13.4719 + ], + [ + "tori", + -13.4719 + ], + [ + "tot", + -13.4719 + ], + [ + "tragically", + -13.4719 + ], + [ + "transporter", + -13.4719 + ], + [ + "trespass", + -13.4719 + ], + [ + "tubular", + -13.4719 + ], + [ + "turrets", + -13.4719 + ], + [ + "unclean", + -13.4719 + ], + [ + "undead", + -13.4719 + ], + [ + "undecided", + -13.4719 + ], + [ + "unhappiness", + -13.4719 + ], + [ + "uniformity", + -13.4719 + ], + [ + "unitary", + -13.4719 + ], + [ + "unorthodox", + -13.4719 + ], + [ + "unspoken", + -13.4719 + ], + [ + "unwelcome", + -13.4719 + ], + [ + "utilizes", + -13.4719 + ], + [ + "uw", + -13.4719 + ], + [ + "v00", + -13.4719 + ], + [ + "vanderbilt", + -13.4719 + ], + [ + "versed", + -13.4719 + ], + [ + "vick", + -13.4719 + ], + [ + "vicki", + -13.4719 + ], + [ + "visceral", + -13.4719 + ], + [ + "vocalist", + -13.4719 + ], + [ + "wannabe", + -13.4719 + ], + [ + "warship", + -13.4719 + ], + [ + "watery", + -13.4719 + ], + [ + "wavy", + -13.4719 + ], + [ + "wilcox", + -13.4719 + ], + [ + "woolf", + -13.4719 + ], + [ + "wwf", + -13.4719 + ], + [ + "z00", + -13.4719 + ], + [ + "zara", + -13.4719 + ], + [ + "0,000.0", + -13.4934 + ], + [ + "0.0k", + -13.4934 + ], + [ + "4x4", + -13.4934 + ], + [ + "aba", + -13.4934 + ], + [ + "abba", + -13.4934 + ], + [ + "abbreviations", + -13.4934 + ], + [ + "adequacy", + -13.4934 + ], + [ + "adoration", + -13.4934 + ], + [ + "aerobic", + -13.4934 + ], + [ + "affirming", + -13.4934 + ], + [ + "ara", + -13.4934 + ], + [ + "arduous", + -13.4934 + ], + [ + "arias", + -13.4934 + ], + [ + "astro", + -13.4934 + ], + [ + "atrium", + -13.4934 + ], + [ + "avalon", + -13.4934 + ], + [ + "awoke", + -13.4934 + ], + [ + "b000", + -13.4934 + ], + [ + "bac", + -13.4934 + ], + [ + "bain", + -13.4934 + ], + [ + "baja", + -13.4934 + ], + [ + "banco", + -13.4934 + ], + [ + "barrie", + -13.4934 + ], + [ + "bell's", + -13.4934 + ], + [ + "biennial", + -13.4934 + ], + [ + "book's", + -13.4934 + ], + [ + "booted", + -13.4934 + ], + [ + "brewster", + -13.4934 + ], + [ + "broadened", + -13.4934 + ], + [ + "brownie", + -13.4934 + ], + [ + "bummer", + -13.4934 + ], + [ + "burdened", + -13.4934 + ], + [ + "byrd", + -13.4934 + ], + [ + "c2", + -13.4934 + ], + [ + "cabs", + -13.4934 + ], + [ + "canaan", + -13.4934 + ], + [ + "carbs", + -13.4934 + ], + [ + "cardigan", + -13.4934 + ], + [ + "carefree", + -13.4934 + ], + [ + "carrick", + -13.4934 + ], + [ + "cavendish", + -13.4934 + ], + [ + "chandra", + -13.4934 + ], + [ + "cheerleading", + -13.4934 + ], + [ + "chopin", + -13.4934 + ], + [ + "cleans", + -13.4934 + ], + [ + "clich\u00e9", + -13.4934 + ], + [ + "clocked", + -13.4934 + ], + [ + "clutter", + -13.4934 + ], + [ + "cochran", + -13.4934 + ], + [ + "collector's", + -13.4934 + ], + [ + "collusion", + -13.4934 + ], + [ + "commotion", + -13.4934 + ], + [ + "complicity", + -13.4934 + ], + [ + "constitutions", + -13.4934 + ], + [ + "contiguous", + -13.4934 + ], + [ + "contractions", + -13.4934 + ], + [ + "costco", + -13.4934 + ], + [ + "cpc", + -13.4934 + ], + [ + "cranky", + -13.4934 + ], + [ + "crickets", + -13.4934 + ], + [ + "crooks", + -13.4934 + ], + [ + "crt", + -13.4934 + ], + [ + "crypt", + -13.4934 + ], + [ + "cushions", + -13.4934 + ], + [ + "d3", + -13.4934 + ], + [ + "degeneration", + -13.4934 + ], + [ + "deliberation", + -13.4934 + ], + [ + "denoted", + -13.4934 + ], + [ + "deterrence", + -13.4934 + ], + [ + "devin", + -13.4934 + ], + [ + "dichotomy", + -13.4934 + ], + [ + "disabling", + -13.4934 + ], + [ + "dispense", + -13.4934 + ], + [ + "dizziness", + -13.4934 + ], + [ + "doj", + -13.4934 + ], + [ + "doomsday", + -13.4934 + ], + [ + "doves", + -13.4934 + ], + [ + "draped", + -13.4934 + ], + [ + "dreamy", + -13.4934 + ], + [ + "dries", + -13.4934 + ], + [ + "dumpster", + -13.4934 + ], + [ + "dwarfs", + -13.4934 + ], + [ + "ecb", + -13.4934 + ], + [ + "edmond", + -13.4934 + ], + [ + "electrician", + -13.4934 + ], + [ + "electrode", + -13.4934 + ], + [ + "emery", + -13.4934 + ], + [ + "enemy's", + -13.4934 + ], + [ + "eradication", + -13.4934 + ], + [ + "evokes", + -13.4934 + ], + [ + "ezekiel", + -13.4934 + ], + [ + "facet", + -13.4934 + ], + [ + "fairytale", + -13.4934 + ], + [ + "fanatics", + -13.4934 + ], + [ + "fates", + -13.4934 + ], + [ + "fatherland", + -13.4934 + ], + [ + "favoring", + -13.4934 + ], + [ + "fenced", + -13.4934 + ], + [ + "fermented", + -13.4934 + ], + [ + "fingernails", + -13.4934 + ], + [ + "flanks", + -13.4934 + ], + [ + "focussed", + -13.4934 + ], + [ + "fol", + -13.4934 + ], + [ + "foraging", + -13.4934 + ], + [ + "foreword", + -13.4934 + ], + [ + "fosters", + -13.4934 + ], + [ + "foundry", + -13.4934 + ], + [ + "fps", + -13.4934 + ], + [ + "ftp", + -13.4934 + ], + [ + "fullness", + -13.4934 + ], + [ + "g2", + -13.4934 + ], + [ + "gah", + -13.4934 + ], + [ + "gator", + -13.4934 + ], + [ + "gauges", + -13.4934 + ], + [ + "generalizations", + -13.4934 + ], + [ + "godly", + -13.4934 + ], + [ + "goldie", + -13.4934 + ], + [ + "grappling", + -13.4934 + ], + [ + "grover", + -13.4934 + ], + [ + "grunt", + -13.4934 + ], + [ + "handedly", + -13.4934 + ], + [ + "handlers", + -13.4934 + ], + [ + "hanger", + -13.4934 + ], + [ + "heathen", + -13.4934 + ], + [ + "hendricks", + -13.4934 + ], + [ + "hh", + -13.4934 + ], + [ + "howl", + -13.4934 + ], + [ + "hurled", + -13.4934 + ], + [ + "impacting", + -13.4934 + ], + [ + "impromptu", + -13.4934 + ], + [ + "incline", + -13.4934 + ], + [ + "inferred", + -13.4934 + ], + [ + "insiders", + -13.4934 + ], + [ + "invests", + -13.4934 + ], + [ + "ironing", + -13.4934 + ], + [ + "isotope", + -13.4934 + ], + [ + "isotopes", + -13.4934 + ], + [ + "janitor", + -13.4934 + ], + [ + "jody", + -13.4934 + ], + [ + "juno", + -13.4934 + ], + [ + "kapoor", + -13.4934 + ], + [ + "kepler", + -13.4934 + ], + [ + "kinship", + -13.4934 + ], + [ + "kira", + -13.4934 + ], + [ + "kristina", + -13.4934 + ], + [ + "lamented", + -13.4934 + ], + [ + "latinos", + -13.4934 + ], + [ + "laval", + -13.4934 + ], + [ + "leach", + -13.4934 + ], + [ + "libido", + -13.4934 + ], + [ + "lifeline", + -13.4934 + ], + [ + "linkages", + -13.4934 + ], + [ + "loopholes", + -13.4934 + ], + [ + "lotta", + -13.4934 + ], + [ + "lund", + -13.4934 + ], + [ + "lymph", + -13.4934 + ], + [ + "m4", + -13.4934 + ], + [ + "manhood", + -13.4934 + ], + [ + "marlins", + -13.4934 + ], + [ + "mayan", + -13.4934 + ], + [ + "mcmillan", + -13.4934 + ], + [ + "memberships", + -13.4934 + ], + [ + "menacing", + -13.4934 + ], + [ + "misconception", + -13.4934 + ], + [ + "mmmm", + -13.4934 + ], + [ + "modulation", + -13.4934 + ], + [ + "monies", + -13.4934 + ], + [ + "montpellier", + -13.4934 + ], + [ + "moo", + -13.4934 + ], + [ + "mover", + -13.4934 + ], + [ + "neighbor's", + -13.4934 + ], + [ + "nvidia", + -13.4934 + ], + [ + "observational", + -13.4934 + ], + [ + "ola", + -13.4934 + ], + [ + "omen", + -13.4934 + ], + [ + "opal", + -13.4934 + ], + [ + "osu", + -13.4934 + ], + [ + "ovaries", + -13.4934 + ], + [ + "overlooks", + -13.4934 + ], + [ + "overseen", + -13.4934 + ], + [ + "paine", + -13.4934 + ], + [ + "painless", + -13.4934 + ], + [ + "pastel", + -13.4934 + ], + [ + "patterned", + -13.4934 + ], + [ + "payer", + -13.4934 + ], + [ + "peed", + -13.4934 + ], + [ + "perl", + -13.4934 + ], + [ + "perverted", + -13.4934 + ], + [ + "platonic", + -13.4934 + ], + [ + "plush", + -13.4934 + ], + [ + "poisons", + -13.4934 + ], + [ + "popularly", + -13.4934 + ], + [ + "potentials", + -13.4934 + ], + [ + "pounded", + -13.4934 + ], + [ + "powering", + -13.4934 + ], + [ + "ppv", + -13.4934 + ], + [ + "prerogative", + -13.4934 + ], + [ + "pres", + -13.4934 + ], + [ + "preventative", + -13.4934 + ], + [ + "pri", + -13.4934 + ], + [ + "propositions", + -13.4934 + ], + [ + "rabbis", + -13.4934 + ], + [ + "ratchet", + -13.4934 + ], + [ + "rationally", + -13.4934 + ], + [ + "rattling", + -13.4934 + ], + [ + "receptions", + -13.4934 + ], + [ + "recoil", + -13.4934 + ], + [ + "reformist", + -13.4934 + ], + [ + "reopening", + -13.4934 + ], + [ + "responsiveness", + -13.4934 + ], + [ + "restarted", + -13.4934 + ], + [ + "robyn", + -13.4934 + ], + [ + "rohan", + -13.4934 + ], + [ + "rwandan", + -13.4934 + ], + [ + "ryu", + -13.4934 + ], + [ + "sabine", + -13.4934 + ], + [ + "salinity", + -13.4934 + ], + [ + "samaritan", + -13.4934 + ], + [ + "sanford", + -13.4934 + ], + [ + "sarkozy", + -13.4934 + ], + [ + "saskatoon", + -13.4934 + ], + [ + "schuster", + -13.4934 + ], + [ + "scorn", + -13.4934 + ], + [ + "sectional", + -13.4934 + ], + [ + "septic", + -13.4934 + ], + [ + "sj", + -13.4934 + ], + [ + "slant", + -13.4934 + ], + [ + "slider", + -13.4934 + ], + [ + "sorcerer", + -13.4934 + ], + [ + "sorcery", + -13.4934 + ], + [ + "spades", + -13.4934 + ], + [ + "spanking", + -13.4934 + ], + [ + "sprinkled", + -13.4934 + ], + [ + "staggered", + -13.4934 + ], + [ + "stargate", + -13.4934 + ], + [ + "stereotypical", + -13.4934 + ], + [ + "stitched", + -13.4934 + ], + [ + "stoppage", + -13.4934 + ], + [ + "subdivisions", + -13.4934 + ], + [ + "subordinates", + -13.4934 + ], + [ + "suckers", + -13.4934 + ], + [ + "superpowers", + -13.4934 + ], + [ + "surpassing", + -13.4934 + ], + [ + "surrendering", + -13.4934 + ], + [ + "swoop", + -13.4934 + ], + [ + "tabernacle", + -13.4934 + ], + [ + "tacky", + -13.4934 + ], + [ + "teh", + -13.4934 + ], + [ + "terence", + -13.4934 + ], + [ + "theorist", + -13.4934 + ], + [ + "thessaloniki", + -13.4934 + ], + [ + "thrash", + -13.4934 + ], + [ + "thresholds", + -13.4934 + ], + [ + "tolerable", + -13.4934 + ], + [ + "totem", + -13.4934 + ], + [ + "touchy", + -13.4934 + ], + [ + "transplants", + -13.4934 + ], + [ + "tulip", + -13.4934 + ], + [ + "tuscan", + -13.4934 + ], + [ + "twas", + -13.4934 + ], + [ + "ugandan", + -13.4934 + ], + [ + "unearthed", + -13.4934 + ], + [ + "unregulated", + -13.4934 + ], + [ + "upscale", + -13.4934 + ], + [ + "ust", + -13.4934 + ], + [ + "v6", + -13.4934 + ], + [ + "valet", + -13.4934 + ], + [ + "vb", + -13.4934 + ], + [ + "wai", + -13.4934 + ], + [ + "waive", + -13.4934 + ], + [ + "walden", + -13.4934 + ], + [ + "warcraft", + -13.4934 + ], + [ + "wasteland", + -13.4934 + ], + [ + "weasel", + -13.4934 + ], + [ + "where'd", + -13.4934 + ], + [ + "wight", + -13.4934 + ], + [ + "wildfire", + -13.4934 + ], + [ + "wingers", + -13.4934 + ], + [ + "woodwork", + -13.4934 + ], + [ + "workstation", + -13.4934 + ], + [ + "ws", + -13.4934 + ], + [ + "wt", + -13.4934 + ], + [ + "xiao", + -13.4934 + ], + [ + "xmas", + -13.4934 + ], + [ + "yemeni", + -13.4934 + ], + [ + "yusuf", + -13.4934 + ], + [ + "zealand's", + -13.4934 + ], + [ + "zee", + -13.4934 + ], + [ + "0.00.0", + -13.5154 + ], + [ + "0.0ghz", + -13.5154 + ], + [ + "3b", + -13.5154 + ], + [ + "3k", + -13.5154 + ], + [ + "4gb", + -13.5154 + ], + [ + "5m", + -13.5154 + ], + [ + "acupuncture", + -13.5154 + ], + [ + "acutely", + -13.5154 + ], + [ + "aegis", + -13.5154 + ], + [ + "airway", + -13.5154 + ], + [ + "akira", + -13.5154 + ], + [ + "alam", + -13.5154 + ], + [ + "alexei", + -13.5154 + ], + [ + "allotment", + -13.5154 + ], + [ + "amplify", + -13.5154 + ], + [ + "anatomical", + -13.5154 + ], + [ + "anointed", + -13.5154 + ], + [ + "antioch", + -13.5154 + ], + [ + "apc", + -13.5154 + ], + [ + "applicability", + -13.5154 + ], + [ + "archdiocese", + -13.5154 + ], + [ + "arya", + -13.5154 + ], + [ + "authorship", + -13.5154 + ], + [ + "aztec", + -13.5154 + ], + [ + "azure", + -13.5154 + ], + [ + "backseat", + -13.5154 + ], + [ + "backside", + -13.5154 + ], + [ + "badminton", + -13.5154 + ], + [ + "ballads", + -13.5154 + ], + [ + "bastille", + -13.5154 + ], + [ + "batted", + -13.5154 + ], + [ + "bearers", + -13.5154 + ], + [ + "benefactor", + -13.5154 + ], + [ + "bengali", + -13.5154 + ], + [ + "bernadette", + -13.5154 + ], + [ + "bihar", + -13.5154 + ], + [ + "bilbao", + -13.5154 + ], + [ + "billings", + -13.5154 + ], + [ + "billionaires", + -13.5154 + ], + [ + "bloomington", + -13.5154 + ], + [ + "bolivian", + -13.5154 + ], + [ + "bombarded", + -13.5154 + ], + [ + "boulders", + -13.5154 + ], + [ + "breakdowns", + -13.5154 + ], + [ + "brisk", + -13.5154 + ], + [ + "britt", + -13.5154 + ], + [ + "cao", + -13.5154 + ], + [ + "carton", + -13.5154 + ], + [ + "casper", + -13.5154 + ], + [ + "cautioned", + -13.5154 + ], + [ + "chakra", + -13.5154 + ], + [ + "choral", + -13.5154 + ], + [ + "chum", + -13.5154 + ], + [ + "clerics", + -13.5154 + ], + [ + "comforted", + -13.5154 + ], + [ + "composites", + -13.5154 + ], + [ + "concierge", + -13.5154 + ], + [ + "connotations", + -13.5154 + ], + [ + "consented", + -13.5154 + ], + [ + "consolidating", + -13.5154 + ], + [ + "constituting", + -13.5154 + ], + [ + "constitutionally", + -13.5154 + ], + [ + "cordial", + -13.5154 + ], + [ + "craigslist", + -13.5154 + ], + [ + "crammed", + -13.5154 + ], + [ + "crunching", + -13.5154 + ], + [ + "cults", + -13.5154 + ], + [ + "dah", + -13.5154 + ], + [ + "debilitating", + -13.5154 + ], + [ + "deduct", + -13.5154 + ], + [ + "deflection", + -13.5154 + ], + [ + "deluded", + -13.5154 + ], + [ + "demolish", + -13.5154 + ], + [ + "deriving", + -13.5154 + ], + [ + "detects", + -13.5154 + ], + [ + "didier", + -13.5154 + ], + [ + "disappointments", + -13.5154 + ], + [ + "dispatcher", + -13.5154 + ], + [ + "ditches", + -13.5154 + ], + [ + "dons", + -13.5154 + ], + [ + "dutton", + -13.5154 + ], + [ + "dv", + -13.5154 + ], + [ + "efficiencies", + -13.5154 + ], + [ + "emo", + -13.5154 + ], + [ + "enclave", + -13.5154 + ], + [ + "enhancements", + -13.5154 + ], + [ + "eritrea", + -13.5154 + ], + [ + "eurovision", + -13.5154 + ], + [ + "evoked", + -13.5154 + ], + [ + "executioner", + -13.5154 + ], + [ + "exemplified", + -13.5154 + ], + [ + "fashions", + -13.5154 + ], + [ + "fer", + -13.5154 + ], + [ + "ffs", + -13.5154 + ], + [ + "fickle", + -13.5154 + ], + [ + "filipinos", + -13.5154 + ], + [ + "finesse", + -13.5154 + ], + [ + "fink", + -13.5154 + ], + [ + "fives", + -13.5154 + ], + [ + "flax", + -13.5154 + ], + [ + "foothills", + -13.5154 + ], + [ + "foreclosure", + -13.5154 + ], + [ + "formatted", + -13.5154 + ], + [ + "fugitives", + -13.5154 + ], + [ + "gabon", + -13.5154 + ], + [ + "gators", + -13.5154 + ], + [ + "genders", + -13.5154 + ], + [ + "gigi", + -13.5154 + ], + [ + "goku", + -13.5154 + ], + [ + "goth", + -13.5154 + ], + [ + "goto", + -13.5154 + ], + [ + "gowns", + -13.5154 + ], + [ + "gracias", + -13.5154 + ], + [ + "grapefruit", + -13.5154 + ], + [ + "gravely", + -13.5154 + ], + [ + "grenada", + -13.5154 + ], + [ + "grinning", + -13.5154 + ], + [ + "hairstyle", + -13.5154 + ], + [ + "harmon", + -13.5154 + ], + [ + "heartache", + -13.5154 + ], + [ + "henley", + -13.5154 + ], + [ + "hess", + -13.5154 + ], + [ + "highlanders", + -13.5154 + ], + [ + "hilda", + -13.5154 + ], + [ + "himalayas", + -13.5154 + ], + [ + "homicides", + -13.5154 + ], + [ + "hornet", + -13.5154 + ], + [ + "htm", + -13.5154 + ], + [ + "hypocrites", + -13.5154 + ], + [ + "iaea", + -13.5154 + ], + [ + "imagines", + -13.5154 + ], + [ + "impediment", + -13.5154 + ], + [ + "implementations", + -13.5154 + ], + [ + "indistinguishable", + -13.5154 + ], + [ + "industrialization", + -13.5154 + ], + [ + "inert", + -13.5154 + ], + [ + "inf", + -13.5154 + ], + [ + "ingestion", + -13.5154 + ], + [ + "innocents", + -13.5154 + ], + [ + "innumerable", + -13.5154 + ], + [ + "interruptions", + -13.5154 + ], + [ + "intruders", + -13.5154 + ], + [ + "ismail", + -13.5154 + ], + [ + "ithaca", + -13.5154 + ], + [ + "jag", + -13.5154 + ], + [ + "josiah", + -13.5154 + ], + [ + "kr", + -13.5154 + ], + [ + "laird", + -13.5154 + ], + [ + "limo", + -13.5154 + ], + [ + "limousine", + -13.5154 + ], + [ + "loathing", + -13.5154 + ], + [ + "locus", + -13.5154 + ], + [ + "lorde", + -13.5154 + ], + [ + "loretta", + -13.5154 + ], + [ + "lucius", + -13.5154 + ], + [ + "luz", + -13.5154 + ], + [ + "lyme", + -13.5154 + ], + [ + "macy's", + -13.5154 + ], + [ + "madman", + -13.5154 + ], + [ + "marius", + -13.5154 + ], + [ + "mark's", + -13.5154 + ], + [ + "martins", + -13.5154 + ], + [ + "maturing", + -13.5154 + ], + [ + "mckinley", + -13.5154 + ], + [ + "mellon", + -13.5154 + ], + [ + "methodologies", + -13.5154 + ], + [ + "might've", + -13.5154 + ], + [ + "millet", + -13.5154 + ], + [ + "misdemeanor", + -13.5154 + ], + [ + "moat", + -13.5154 + ], + [ + "mor", + -13.5154 + ], + [ + "mora", + -13.5154 + ], + [ + "mort", + -13.5154 + ], + [ + "mortals", + -13.5154 + ], + [ + "movers", + -13.5154 + ], + [ + "muffins", + -13.5154 + ], + [ + "musicals", + -13.5154 + ], + [ + "navy's", + -13.5154 + ], + [ + "noone", + -13.5154 + ], + [ + "nosed", + -13.5154 + ], + [ + "num", + -13.5154 + ], + [ + "o_o", + -13.5154 + ], + [ + "offside", + -13.5154 + ], + [ + "ofthe", + -13.5154 + ], + [ + "orchids", + -13.5154 + ], + [ + "outback", + -13.5154 + ], + [ + "overarching", + -13.5154 + ], + [ + "overwhelm", + -13.5154 + ], + [ + "palpable", + -13.5154 + ], + [ + "pang", + -13.5154 + ], + [ + "panicking", + -13.5154 + ], + [ + "papacy", + -13.5154 + ], + [ + "parchment", + -13.5154 + ], + [ + "parkway", + -13.5154 + ], + [ + "parlour", + -13.5154 + ], + [ + "patti", + -13.5154 + ], + [ + "pavel", + -13.5154 + ], + [ + "peasantry", + -13.5154 + ], + [ + "pedals", + -13.5154 + ], + [ + "perm", + -13.5154 + ], + [ + "pharmacies", + -13.5154 + ], + [ + "phew", + -13.5154 + ], + [ + "pitfalls", + -13.5154 + ], + [ + "pleads", + -13.5154 + ], + [ + "polygamy", + -13.5154 + ], + [ + "possessive", + -13.5154 + ], + [ + "postman", + -13.5154 + ], + [ + "prada", + -13.5154 + ], + [ + "prentice", + -13.5154 + ], + [ + "pritchard", + -13.5154 + ], + [ + "proctor", + -13.5154 + ], + [ + "professed", + -13.5154 + ], + [ + "promulgated", + -13.5154 + ], + [ + "quadruple", + -13.5154 + ], + [ + "racers", + -13.5154 + ], + [ + "ragged", + -13.5154 + ], + [ + "rajasthan", + -13.5154 + ], + [ + "rebuke", + -13.5154 + ], + [ + "refill", + -13.5154 + ], + [ + "refrigeration", + -13.5154 + ], + [ + "relentlessly", + -13.5154 + ], + [ + "reload", + -13.5154 + ], + [ + "repulsive", + -13.5154 + ], + [ + "resists", + -13.5154 + ], + [ + "rin", + -13.5154 + ], + [ + "rj", + -13.5154 + ], + [ + "roberta", + -13.5154 + ], + [ + "rochelle", + -13.5154 + ], + [ + "rodent", + -13.5154 + ], + [ + "romo", + -13.5154 + ], + [ + "rubs", + -13.5154 + ], + [ + "sag", + -13.5154 + ], + [ + "sakura", + -13.5154 + ], + [ + "salaam", + -13.5154 + ], + [ + "salmonella", + -13.5154 + ], + [ + "saxony", + -13.5154 + ], + [ + "scapegoat", + -13.5154 + ], + [ + "scariest", + -13.5154 + ], + [ + "schema", + -13.5154 + ], + [ + "schooled", + -13.5154 + ], + [ + "scribe", + -13.5154 + ], + [ + "segmentation", + -13.5154 + ], + [ + "shawl", + -13.5154 + ], + [ + "sheik", + -13.5154 + ], + [ + "shivering", + -13.5154 + ], + [ + "shrub", + -13.5154 + ], + [ + "shutout", + -13.5154 + ], + [ + "sightseeing", + -13.5154 + ], + [ + "signatories", + -13.5154 + ], + [ + "slalom", + -13.5154 + ], + [ + "slowest", + -13.5154 + ], + [ + "smugglers", + -13.5154 + ], + [ + "snag", + -13.5154 + ], + [ + "solicitation", + -13.5154 + ], + [ + "southward", + -13.5154 + ], + [ + "sowing", + -13.5154 + ], + [ + "speciality", + -13.5154 + ], + [ + "spinner", + -13.5154 + ], + [ + "spongebob", + -13.5154 + ], + [ + "spore", + -13.5154 + ], + [ + "sporty", + -13.5154 + ], + [ + "springsteen", + -13.5154 + ], + [ + "sprinter", + -13.5154 + ], + [ + "stalks", + -13.5154 + ], + [ + "stamping", + -13.5154 + ], + [ + "starry", + -13.5154 + ], + [ + "starship", + -13.5154 + ], + [ + "stoop", + -13.5154 + ], + [ + "strut", + -13.5154 + ], + [ + "stupidest", + -13.5154 + ], + [ + "stuttering", + -13.5154 + ], + [ + "summer's", + -13.5154 + ], + [ + "sunscreen", + -13.5154 + ], + [ + "suspensions", + -13.5154 + ], + [ + "swayed", + -13.5154 + ], + [ + "syd", + -13.5154 + ], + [ + "symptomatic", + -13.5154 + ], + [ + "synth", + -13.5154 + ], + [ + "tamara", + -13.5154 + ], + [ + "tay", + -13.5154 + ], + [ + "temperance", + -13.5154 + ], + [ + "terminus", + -13.5154 + ], + [ + "tessa", + -13.5154 + ], + [ + "theologian", + -13.5154 + ], + [ + "thi", + -13.5154 + ], + [ + "thong", + -13.5154 + ], + [ + "tome", + -13.5154 + ], + [ + "toto", + -13.5154 + ], + [ + "toulon", + -13.5154 + ], + [ + "tpp", + -13.5154 + ], + [ + "treachery", + -13.5154 + ], + [ + "tutors", + -13.5154 + ], + [ + "uhm", + -13.5154 + ], + [ + "undeveloped", + -13.5154 + ], + [ + "unilaterally", + -13.5154 + ], + [ + "unproductive", + -13.5154 + ], + [ + "unreleased", + -13.5154 + ], + [ + "vendetta", + -13.5154 + ], + [ + "veterinarian", + -13.5154 + ], + [ + "vo", + -13.5154 + ], + [ + "warms", + -13.5154 + ], + [ + "wearable", + -13.5154 + ], + [ + "wholesome", + -13.5154 + ], + [ + "willed", + -13.5154 + ], + [ + "windmill", + -13.5154 + ], + [ + "yoon", + -13.5154 + ], + [ + "yoruba", + -13.5154 + ], + [ + "zenith", + -13.5154 + ], + [ + "\u2606", + -13.5154 + ], + [ + "000million", + -13.5379 + ], + [ + "4am", + -13.5379 + ], + [ + "acacia", + -13.5379 + ], + [ + "adjectives", + -13.5379 + ], + [ + "admirers", + -13.5379 + ], + [ + "aeronautics", + -13.5379 + ], + [ + "affirms", + -13.5379 + ], + [ + "agatha", + -13.5379 + ], + [ + "airy", + -13.5379 + ], + [ + "algebraic", + -13.5379 + ], + [ + "allocations", + -13.5379 + ], + [ + "angst", + -13.5379 + ], + [ + "archaeologist", + -13.5379 + ], + [ + "articulation", + -13.5379 + ], + [ + "arturo", + -13.5379 + ], + [ + "assam", + -13.5379 + ], + [ + "atrocious", + -13.5379 + ], + [ + "atypical", + -13.5379 + ], + [ + "baines", + -13.5379 + ], + [ + "barter", + -13.5379 + ], + [ + "bce", + -13.5379 + ], + [ + "bdsm", + -13.5379 + ], + [ + "bellevue", + -13.5379 + ], + [ + "bello", + -13.5379 + ], + [ + "berman", + -13.5379 + ], + [ + "biz", + -13.5379 + ], + [ + "boroughs", + -13.5379 + ], + [ + "bouncer", + -13.5379 + ], + [ + "brah", + -13.5379 + ], + [ + "brewed", + -13.5379 + ], + [ + "bruising", + -13.5379 + ], + [ + "bulletins", + -13.5379 + ], + [ + "burnham", + -13.5379 + ], + [ + "callahan", + -13.5379 + ], + [ + "challengers", + -13.5379 + ], + [ + "chauffeur", + -13.5379 + ], + [ + "chechnya", + -13.5379 + ], + [ + "cheeseburger", + -13.5379 + ], + [ + "cheques", + -13.5379 + ], + [ + "chernobyl", + -13.5379 + ], + [ + "circumstantial", + -13.5379 + ], + [ + "clashed", + -13.5379 + ], + [ + "compulsion", + -13.5379 + ], + [ + "confesses", + -13.5379 + ], + [ + "confrontations", + -13.5379 + ], + [ + "coolant", + -13.5379 + ], + [ + "cora", + -13.5379 + ], + [ + "corresponded", + -13.5379 + ], + [ + "cowan", + -13.5379 + ], + [ + "cowell", + -13.5379 + ], + [ + "coworker", + -13.5379 + ], + [ + "craftsmanship", + -13.5379 + ], + [ + "craven", + -13.5379 + ], + [ + "craziest", + -13.5379 + ], + [ + "creatively", + -13.5379 + ], + [ + "criticise", + -13.5379 + ], + [ + "cropping", + -13.5379 + ], + [ + "cuffs", + -13.5379 + ], + [ + "curt", + -13.5379 + ], + [ + "custodian", + -13.5379 + ], + [ + "cyborg", + -13.5379 + ], + [ + "darfur", + -13.5379 + ], + [ + "dazed", + -13.5379 + ], + [ + "debatable", + -13.5379 + ], + [ + "defied", + -13.5379 + ], + [ + "derry", + -13.5379 + ], + [ + "devolved", + -13.5379 + ], + [ + "dex", + -13.5379 + ], + [ + "dhaka", + -13.5379 + ], + [ + "disorderly", + -13.5379 + ], + [ + "dispositions", + -13.5379 + ], + [ + "disregarded", + -13.5379 + ], + [ + "dissipated", + -13.5379 + ], + [ + "distort", + -13.5379 + ], + [ + "distortions", + -13.5379 + ], + [ + "dobson", + -13.5379 + ], + [ + "doubly", + -13.5379 + ], + [ + "dps", + -13.5379 + ], + [ + "duane", + -13.5379 + ], + [ + "elasticity", + -13.5379 + ], + [ + "elgin", + -13.5379 + ], + [ + "embankment", + -13.5379 + ], + [ + "embody", + -13.5379 + ], + [ + "emergent", + -13.5379 + ], + [ + "emu", + -13.5379 + ], + [ + "endocrine", + -13.5379 + ], + [ + "entangled", + -13.5379 + ], + [ + "epidemics", + -13.5379 + ], + [ + "epiphany", + -13.5379 + ], + [ + "erika", + -13.5379 + ], + [ + "ers", + -13.5379 + ], + [ + "estonian", + -13.5379 + ], + [ + "evo", + -13.5379 + ], + [ + "expanse", + -13.5379 + ], + [ + "fairer", + -13.5379 + ], + [ + "ffa", + -13.5379 + ], + [ + "flammable", + -13.5379 + ], + [ + "flanagan", + -13.5379 + ], + [ + "flannel", + -13.5379 + ], + [ + "fluke", + -13.5379 + ], + [ + "fondly", + -13.5379 + ], + [ + "footy", + -13.5379 + ], + [ + "forensics", + -13.5379 + ], + [ + "fortitude", + -13.5379 + ], + [ + "fragrant", + -13.5379 + ], + [ + "fraught", + -13.5379 + ], + [ + "fuji", + -13.5379 + ], + [ + "fy", + -13.5379 + ], + [ + "gals", + -13.5379 + ], + [ + "gambler", + -13.5379 + ], + [ + "gaping", + -13.5379 + ], + [ + "gauntlet", + -13.5379 + ], + [ + "generational", + -13.5379 + ], + [ + "geothermal", + -13.5379 + ], + [ + "gh", + -13.5379 + ], + [ + "golfers", + -13.5379 + ], + [ + "gopro", + -13.5379 + ], + [ + "grids", + -13.5379 + ], + [ + "grossed", + -13.5379 + ], + [ + "growl", + -13.5379 + ], + [ + "guilds", + -13.5379 + ], + [ + "gully", + -13.5379 + ], + [ + "harem", + -13.5379 + ], + [ + "harlan", + -13.5379 + ], + [ + "harper's", + -13.5379 + ], + [ + "hippo", + -13.5379 + ], + [ + "hitters", + -13.5379 + ], + [ + "hives", + -13.5379 + ], + [ + "homie", + -13.5379 + ], + [ + "hubby", + -13.5379 + ], + [ + "incite", + -13.5379 + ], + [ + "indulgence", + -13.5379 + ], + [ + "insolvency", + -13.5379 + ], + [ + "interplay", + -13.5379 + ], + [ + "interracial", + -13.5379 + ], + [ + "intravenous", + -13.5379 + ], + [ + "invoking", + -13.5379 + ], + [ + "ionic", + -13.5379 + ], + [ + "jagger", + -13.5379 + ], + [ + "joss", + -13.5379 + ], + [ + "juries", + -13.5379 + ], + [ + "kennel", + -13.5379 + ], + [ + "kershaw", + -13.5379 + ], + [ + "kk", + -13.5379 + ], + [ + "kneel", + -13.5379 + ], + [ + "lactose", + -13.5379 + ], + [ + "larsen", + -13.5379 + ], + [ + "lauderdale", + -13.5379 + ], + [ + "leafy", + -13.5379 + ], + [ + "lecturing", + -13.5379 + ], + [ + "leland", + -13.5379 + ], + [ + "lenient", + -13.5379 + ], + [ + "leningrad", + -13.5379 + ], + [ + "levelled", + -13.5379 + ], + [ + "lighted", + -13.5379 + ], + [ + "linden", + -13.5379 + ], + [ + "lok", + -13.5379 + ], + [ + "lonesome", + -13.5379 + ], + [ + "lucille", + -13.5379 + ], + [ + "madeira", + -13.5379 + ], + [ + "mammalian", + -13.5379 + ], + [ + "marissa", + -13.5379 + ], + [ + "mateo", + -13.5379 + ], + [ + "matteo", + -13.5379 + ], + [ + "mauritania", + -13.5379 + ], + [ + "medial", + -13.5379 + ], + [ + "mildred", + -13.5379 + ], + [ + "miserably", + -13.5379 + ], + [ + "misinformation", + -13.5379 + ], + [ + "moderated", + -13.5379 + ], + [ + "monet", + -13.5379 + ], + [ + "mormons", + -13.5379 + ], + [ + "munro", + -13.5379 + ], + [ + "munster", + -13.5379 + ], + [ + "nantes", + -13.5379 + ], + [ + "narcissistic", + -13.5379 + ], + [ + "nativity", + -13.5379 + ], + [ + "neutralize", + -13.5379 + ], + [ + "nyse", + -13.5379 + ], + [ + "oda", + -13.5379 + ], + [ + "ofc", + -13.5379 + ], + [ + "orwell", + -13.5379 + ], + [ + "otc", + -13.5379 + ], + [ + "outcast", + -13.5379 + ], + [ + "outlaws", + -13.5379 + ], + [ + "oxfordshire", + -13.5379 + ], + [ + "oxides", + -13.5379 + ], + [ + "p1", + -13.5379 + ], + [ + "paces", + -13.5379 + ], + [ + "parc", + -13.5379 + ], + [ + "pardoned", + -13.5379 + ], + [ + "pedagogical", + -13.5379 + ], + [ + "peng", + -13.5379 + ], + [ + "perjury", + -13.5379 + ], + [ + "peroxide", + -13.5379 + ], + [ + "pigments", + -13.5379 + ], + [ + "pitted", + -13.5379 + ], + [ + "plough", + -13.5379 + ], + [ + "pontifical", + -13.5379 + ], + [ + "powders", + -13.5379 + ], + [ + "preposterous", + -13.5379 + ], + [ + "pricey", + -13.5379 + ], + [ + "primetime", + -13.5379 + ], + [ + "prince's", + -13.5379 + ], + [ + "prod", + -13.5379 + ], + [ + "pug", + -13.5379 + ], + [ + "pumpkins", + -13.5379 + ], + [ + "puns", + -13.5379 + ], + [ + "pursues", + -13.5379 + ], + [ + "qing", + -13.5379 + ], + [ + "quan", + -13.5379 + ], + [ + "r000", + -13.5379 + ], + [ + "rascal", + -13.5379 + ], + [ + "realises", + -13.5379 + ], + [ + "rediscovered", + -13.5379 + ], + [ + "regis", + -13.5379 + ], + [ + "relinquish", + -13.5379 + ], + [ + "reproducing", + -13.5379 + ], + [ + "requiem", + -13.5379 + ], + [ + "restructure", + -13.5379 + ], + [ + "reusable", + -13.5379 + ], + [ + "rightfully", + -13.5379 + ], + [ + "rigs", + -13.5379 + ], + [ + "riyadh", + -13.5379 + ], + [ + "romano", + -13.5379 + ], + [ + "rosario", + -13.5379 + ], + [ + "rx", + -13.5379 + ], + [ + "schizophrenic", + -13.5379 + ], + [ + "scholastic", + -13.5379 + ], + [ + "scorers", + -13.5379 + ], + [ + "scotsman", + -13.5379 + ], + [ + "scrambling", + -13.5379 + ], + [ + "showroom", + -13.5379 + ], + [ + "shreds", + -13.5379 + ], + [ + "sikhs", + -13.5379 + ], + [ + "sitter", + -13.5379 + ], + [ + "skit", + -13.5379 + ], + [ + "slashed", + -13.5379 + ], + [ + "sn", + -13.5379 + ], + [ + "snitch", + -13.5379 + ], + [ + "socialize", + -13.5379 + ], + [ + "soundcloud", + -13.5379 + ], + [ + "soups", + -13.5379 + ], + [ + "spaniard", + -13.5379 + ], + [ + "stampede", + -13.5379 + ], + [ + "stefano", + -13.5379 + ], + [ + "stiffness", + -13.5379 + ], + [ + "straightened", + -13.5379 + ], + [ + "streamline", + -13.5379 + ], + [ + "subaru", + -13.5379 + ], + [ + "subtract", + -13.5379 + ], + [ + "successively", + -13.5379 + ], + [ + "sud", + -13.5379 + ], + [ + "sudbury", + -13.5379 + ], + [ + "suitability", + -13.5379 + ], + [ + "suitably", + -13.5379 + ], + [ + "suzy", + -13.5379 + ], + [ + "symbolizes", + -13.5379 + ], + [ + "synchronization", + -13.5379 + ], + [ + "synonym", + -13.5379 + ], + [ + "syria's", + -13.5379 + ], + [ + "tele", + -13.5379 + ], + [ + "tennant", + -13.5379 + ], + [ + "terre", + -13.5379 + ], + [ + "time's", + -13.5379 + ], + [ + "timeout", + -13.5379 + ], + [ + "tombstone", + -13.5379 + ], + [ + "totality", + -13.5379 + ], + [ + "trampoline", + -13.5379 + ], + [ + "trieste", + -13.5379 + ], + [ + "turnbull", + -13.5379 + ], + [ + "tycoon", + -13.5379 + ], + [ + "unbeatable", + -13.5379 + ], + [ + "undocumented", + -13.5379 + ], + [ + "unfavorable", + -13.5379 + ], + [ + "unfolds", + -13.5379 + ], + [ + "unharmed", + -13.5379 + ], + [ + "unhcr", + -13.5379 + ], + [ + "unplanned", + -13.5379 + ], + [ + "uplift", + -13.5379 + ], + [ + "utrecht", + -13.5379 + ], + [ + "vas", + -13.5379 + ], + [ + "veal", + -13.5379 + ], + [ + "verifying", + -13.5379 + ], + [ + "villiers", + -13.5379 + ], + [ + "waivers", + -13.5379 + ], + [ + "watergate", + -13.5379 + ], + [ + "waterway", + -13.5379 + ], + [ + "weakly", + -13.5379 + ], + [ + "whitehead", + -13.5379 + ], + [ + "widowed", + -13.5379 + ], + [ + "\u00fc", + -13.5379 + ], + [ + "0.0l", + -13.5609 + ], + [ + "00ml", + -13.5609 + ], + [ + "1pm", + -13.5609 + ], + [ + "5am", + -13.5609 + ], + [ + "abstain", + -13.5609 + ], + [ + "adaptable", + -13.5609 + ], + [ + "ado", + -13.5609 + ], + [ + "affliction", + -13.5609 + ], + [ + "aga", + -13.5609 + ], + [ + "amherst", + -13.5609 + ], + [ + "anastasia", + -13.5609 + ], + [ + "angelic", + -13.5609 + ], + [ + "announcers", + -13.5609 + ], + [ + "arbitrator", + -13.5609 + ], + [ + "argentinian", + -13.5609 + ], + [ + "assimilated", + -13.5609 + ], + [ + "astute", + -13.5609 + ], + [ + "asymmetric", + -13.5609 + ], + [ + "attorney's", + -13.5609 + ], + [ + "autographs", + -13.5609 + ], + [ + "b1", + -13.5609 + ], + [ + "babysitter", + -13.5609 + ], + [ + "bathed", + -13.5609 + ], + [ + "belinda", + -13.5609 + ], + [ + "betraying", + -13.5609 + ], + [ + "bhai", + -13.5609 + ], + [ + "bittersweet", + -13.5609 + ], + [ + "bling", + -13.5609 + ], + [ + "blowout", + -13.5609 + ], + [ + "bob's", + -13.5609 + ], + [ + "bodyguards", + -13.5609 + ], + [ + "boer", + -13.5609 + ], + [ + "bora", + -13.5609 + ], + [ + "bowing", + -13.5609 + ], + [ + "brazil's", + -13.5609 + ], + [ + "bronson", + -13.5609 + ], + [ + "calculates", + -13.5609 + ], + [ + "canceling", + -13.5609 + ], + [ + "caregiver", + -13.5609 + ], + [ + "caspian", + -13.5609 + ], + [ + "ccc", + -13.5609 + ], + [ + "celine", + -13.5609 + ], + [ + "certifications", + -13.5609 + ], + [ + "cet", + -13.5609 + ], + [ + "chastity", + -13.5609 + ], + [ + "chemo", + -13.5609 + ], + [ + "chez", + -13.5609 + ], + [ + "christensen", + -13.5609 + ], + [ + "chute", + -13.5609 + ], + [ + "circled", + -13.5609 + ], + [ + "clipping", + -13.5609 + ], + [ + "clogged", + -13.5609 + ], + [ + "coe", + -13.5609 + ], + [ + "collars", + -13.5609 + ], + [ + "complainant", + -13.5609 + ], + [ + "complying", + -13.5609 + ], + [ + "condensation", + -13.5609 + ], + [ + "conductivity", + -13.5609 + ], + [ + "confucius", + -13.5609 + ], + [ + "congressmen", + -13.5609 + ], + [ + "contrived", + -13.5609 + ], + [ + "corbett", + -13.5609 + ], + [ + "couple's", + -13.5609 + ], + [ + "coy", + -13.5609 + ], + [ + "croft", + -13.5609 + ], + [ + "crunchy", + -13.5609 + ], + [ + "csa", + -13.5609 + ], + [ + "darkened", + -13.5609 + ], + [ + "daw", + -13.5609 + ], + [ + "deadliest", + -13.5609 + ], + [ + "debacle", + -13.5609 + ], + [ + "decaying", + -13.5609 + ], + [ + "deems", + -13.5609 + ], + [ + "deepened", + -13.5609 + ], + [ + "defiantly", + -13.5609 + ], + [ + "defying", + -13.5609 + ], + [ + "demeanor", + -13.5609 + ], + [ + "densities", + -13.5609 + ], + [ + "depp", + -13.5609 + ], + [ + "deviate", + -13.5609 + ], + [ + "dinah", + -13.5609 + ], + [ + "discord", + -13.5609 + ], + [ + "disgraced", + -13.5609 + ], + [ + "distillery", + -13.5609 + ], + [ + "dit", + -13.5609 + ], + [ + "doherty", + -13.5609 + ], + [ + "dsm", + -13.5609 + ], + [ + "duplex", + -13.5609 + ], + [ + "duplicated", + -13.5609 + ], + [ + "e000", + -13.5609 + ], + [ + "emanating", + -13.5609 + ], + [ + "emphatic", + -13.5609 + ], + [ + "eton", + -13.5609 + ], + [ + "eyelids", + -13.5609 + ], + [ + "fam", + -13.5609 + ], + [ + "fdr", + -13.5609 + ], + [ + "figs", + -13.5609 + ], + [ + "filly", + -13.5609 + ], + [ + "fished", + -13.5609 + ], + [ + "foyer", + -13.5609 + ], + [ + "fp", + -13.5609 + ], + [ + "frantically", + -13.5609 + ], + [ + "fremont", + -13.5609 + ], + [ + "friars", + -13.5609 + ], + [ + "furiously", + -13.5609 + ], + [ + "g8", + -13.5609 + ], + [ + "geologist", + -13.5609 + ], + [ + "glider", + -13.5609 + ], + [ + "gonzales", + -13.5609 + ], + [ + "greenpeace", + -13.5609 + ], + [ + "groan", + -13.5609 + ], + [ + "gulls", + -13.5609 + ], + [ + "hana", + -13.5609 + ], + [ + "hebron", + -13.5609 + ], + [ + "horatio", + -13.5609 + ], + [ + "horseshoe", + -13.5609 + ], + [ + "humboldt", + -13.5609 + ], + [ + "huskies", + -13.5609 + ], + [ + "i's", + -13.5609 + ], + [ + "illuminating", + -13.5609 + ], + [ + "inca", + -13.5609 + ], + [ + "inciting", + -13.5609 + ], + [ + "innovate", + -13.5609 + ], + [ + "inquest", + -13.5609 + ], + [ + "intensifies", + -13.5609 + ], + [ + "interferes", + -13.5609 + ], + [ + "ipcc", + -13.5609 + ], + [ + "irina", + -13.5609 + ], + [ + "ito", + -13.5609 + ], + [ + "ives", + -13.5609 + ], + [ + "jest", + -13.5609 + ], + [ + "jn", + -13.5609 + ], + [ + "jokingly", + -13.5609 + ], + [ + "kano", + -13.5609 + ], + [ + "khaled", + -13.5609 + ], + [ + "kilogram", + -13.5609 + ], + [ + "kitchener", + -13.5609 + ], + [ + "knoxville", + -13.5609 + ], + [ + "kyiv", + -13.5609 + ], + [ + "l00", + -13.5609 + ], + [ + "lamont", + -13.5609 + ], + [ + "lampard", + -13.5609 + ], + [ + "larkin", + -13.5609 + ], + [ + "leveraged", + -13.5609 + ], + [ + "liang", + -13.5609 + ], + [ + "libre", + -13.5609 + ], + [ + "loader", + -13.5609 + ], + [ + "lucien", + -13.5609 + ], + [ + "malpractice", + -13.5609 + ], + [ + "mastercard", + -13.5609 + ], + [ + "mcleod", + -13.5609 + ], + [ + "medics", + -13.5609 + ], + [ + "mediums", + -13.5609 + ], + [ + "midwives", + -13.5609 + ], + [ + "milligrams", + -13.5609 + ], + [ + "mine's", + -13.5609 + ], + [ + "moffat", + -13.5609 + ], + [ + "molotov", + -13.5609 + ], + [ + "mortem", + -13.5609 + ], + [ + "movin", + -13.5609 + ], + [ + "mugs", + -13.5609 + ], + [ + "munch", + -13.5609 + ], + [ + "musa", + -13.5609 + ], + [ + "mythological", + -13.5609 + ], + [ + "napkin", + -13.5609 + ], + [ + "newtown", + -13.5609 + ], + [ + "niggers", + -13.5609 + ], + [ + "nikolai", + -13.5609 + ], + [ + "nobleman", + -13.5609 + ], + [ + "nodding", + -13.5609 + ], + [ + "norwood", + -13.5609 + ], + [ + "notary", + -13.5609 + ], + [ + "oa", + -13.5609 + ], + [ + "obeying", + -13.5609 + ], + [ + "ornate", + -13.5609 + ], + [ + "overcrowded", + -13.5609 + ], + [ + "pacifist", + -13.5609 + ], + [ + "palma", + -13.5609 + ], + [ + "panasonic", + -13.5609 + ], + [ + "pancreas", + -13.5609 + ], + [ + "pegasus", + -13.5609 + ], + [ + "pharmacology", + -13.5609 + ], + [ + "phobia", + -13.5609 + ], + [ + "pickled", + -13.5609 + ], + [ + "pixie", + -13.5609 + ], + [ + "plating", + -13.5609 + ], + [ + "plugins", + -13.5609 + ], + [ + "pneumatic", + -13.5609 + ], + [ + "potty", + -13.5609 + ], + [ + "prohibitions", + -13.5609 + ], + [ + "proletarian", + -13.5609 + ], + [ + "prosthetic", + -13.5609 + ], + [ + "punta", + -13.5609 + ], + [ + "q3", + -13.5609 + ], + [ + "quark", + -13.5609 + ], + [ + "rebates", + -13.5609 + ], + [ + "recited", + -13.5609 + ], + [ + "redefine", + -13.5609 + ], + [ + "regents", + -13.5609 + ], + [ + "rehearsing", + -13.5609 + ], + [ + "rei", + -13.5609 + ], + [ + "remit", + -13.5609 + ], + [ + "renounced", + -13.5609 + ], + [ + "repatriation", + -13.5609 + ], + [ + "replays", + -13.5609 + ], + [ + "resigns", + -13.5609 + ], + [ + "ret", + -13.5609 + ], + [ + "retracted", + -13.5609 + ], + [ + "reverted", + -13.5609 + ], + [ + "rewriting", + -13.5609 + ], + [ + "rubles", + -13.5609 + ], + [ + "salford", + -13.5609 + ], + [ + "sanctity", + -13.5609 + ], + [ + "scarves", + -13.5609 + ], + [ + "sch", + -13.5609 + ], + [ + "scotland's", + -13.5609 + ], + [ + "screwdriver", + -13.5609 + ], + [ + "scrum", + -13.5609 + ], + [ + "servings", + -13.5609 + ], + [ + "shamed", + -13.5609 + ], + [ + "shortcuts", + -13.5609 + ], + [ + "shorthand", + -13.5609 + ], + [ + "shoulda", + -13.5609 + ], + [ + "showcased", + -13.5609 + ], + [ + "showering", + -13.5609 + ], + [ + "silvia", + -13.5609 + ], + [ + "simeon", + -13.5609 + ], + [ + "skillet", + -13.5609 + ], + [ + "skunk", + -13.5609 + ], + [ + "slowdown", + -13.5609 + ], + [ + "smuggle", + -13.5609 + ], + [ + "southbound", + -13.5609 + ], + [ + "standstill", + -13.5609 + ], + [ + "stone's", + -13.5609 + ], + [ + "superhuman", + -13.5609 + ], + [ + "sus", + -13.5609 + ], + [ + "tactile", + -13.5609 + ], + [ + "taser", + -13.5609 + ], + [ + "teal", + -13.5609 + ], + [ + "tenacity", + -13.5609 + ], + [ + "tentatively", + -13.5609 + ], + [ + "terrence", + -13.5609 + ], + [ + "thom", + -13.5609 + ], + [ + "timelines", + -13.5609 + ], + [ + "tireless", + -13.5609 + ], + [ + "tk", + -13.5609 + ], + [ + "toronto's", + -13.5609 + ], + [ + "transcribed", + -13.5609 + ], + [ + "transistor", + -13.5609 + ], + [ + "trespassing", + -13.5609 + ], + [ + "trimester", + -13.5609 + ], + [ + "tsp", + -13.5609 + ], + [ + "tundra", + -13.5609 + ], + [ + "turd", + -13.5609 + ], + [ + "tweak", + -13.5609 + ], + [ + "ulcers", + -13.5609 + ], + [ + "unchecked", + -13.5609 + ], + [ + "unfaithful", + -13.5609 + ], + [ + "united's", + -13.5609 + ], + [ + "unveil", + -13.5609 + ], + [ + "unwarranted", + -13.5609 + ], + [ + "unwillingness", + -13.5609 + ], + [ + "upkeep", + -13.5609 + ], + [ + "urbanization", + -13.5609 + ], + [ + "urdu", + -13.5609 + ], + [ + "veritable", + -13.5609 + ], + [ + "vertex", + -13.5609 + ], + [ + "vfl", + -13.5609 + ], + [ + "wailing", + -13.5609 + ], + [ + "waitin", + -13.5609 + ], + [ + "watchdog", + -13.5609 + ], + [ + "whooping", + -13.5609 + ], + [ + "wigs", + -13.5609 + ], + [ + "wiz", + -13.5609 + ], + [ + "woodrow", + -13.5609 + ], + [ + "yoko", + -13.5609 + ], + [ + "\u00e8", + -13.5609 + ], + [ + "\u00f3", + -13.5609 + ], + [ + "3x", + -13.5844 + ], + [ + "4a", + -13.5844 + ], + [ + "abusers", + -13.5844 + ], + [ + "academically", + -13.5844 + ], + [ + "addictions", + -13.5844 + ], + [ + "advancements", + -13.5844 + ], + [ + "aldo", + -13.5844 + ], + [ + "alters", + -13.5844 + ], + [ + "ancillary", + -13.5844 + ], + [ + "animate", + -13.5844 + ], + [ + "apis", + -13.5844 + ], + [ + "apologizes", + -13.5844 + ], + [ + "appellant", + -13.5844 + ], + [ + "argh", + -13.5844 + ], + [ + "arkham", + -13.5844 + ], + [ + "asiatic", + -13.5844 + ], + [ + "autoimmune", + -13.5844 + ], + [ + "bagel", + -13.5844 + ], + [ + "bal", + -13.5844 + ], + [ + "baseman", + -13.5844 + ], + [ + "battleship", + -13.5844 + ], + [ + "beset", + -13.5844 + ], + [ + "bouncy", + -13.5844 + ], + [ + "bowels", + -13.5844 + ], + [ + "boyhood", + -13.5844 + ], + [ + "brainwashed", + -13.5844 + ], + [ + "briefcase", + -13.5844 + ], + [ + "brine", + -13.5844 + ], + [ + "brunt", + -13.5844 + ], + [ + "brutus", + -13.5844 + ], + [ + "bullion", + -13.5844 + ], + [ + "bummed", + -13.5844 + ], + [ + "burlesque", + -13.5844 + ], + [ + "campsite", + -13.5844 + ], + [ + "cams", + -13.5844 + ], + [ + "cancels", + -13.5844 + ], + [ + "carrington", + -13.5844 + ], + [ + "cfl", + -13.5844 + ], + [ + "championed", + -13.5844 + ], + [ + "cheesecake", + -13.5844 + ], + [ + "chevalier", + -13.5844 + ], + [ + "choreographer", + -13.5844 + ], + [ + "cid", + -13.5844 + ], + [ + "civilised", + -13.5844 + ], + [ + "cma", + -13.5844 + ], + [ + "coles", + -13.5844 + ], + [ + "coliseum", + -13.5844 + ], + [ + "compensatory", + -13.5844 + ], + [ + "complemented", + -13.5844 + ], + [ + "concealing", + -13.5844 + ], + [ + "confessing", + -13.5844 + ], + [ + "constants", + -13.5844 + ], + [ + "contaminants", + -13.5844 + ], + [ + "convection", + -13.5844 + ], + [ + "convoys", + -13.5844 + ], + [ + "cooperated", + -13.5844 + ], + [ + "corsica", + -13.5844 + ], + [ + "courtship", + -13.5844 + ], + [ + "cram", + -13.5844 + ], + [ + "criminality", + -13.5844 + ], + [ + "criticizes", + -13.5844 + ], + [ + "croix", + -13.5844 + ], + [ + "cutoff", + -13.5844 + ], + [ + "dada", + -13.5844 + ], + [ + "deactivated", + -13.5844 + ], + [ + "decipher", + -13.5844 + ], + [ + "desolation", + -13.5844 + ], + [ + "dialing", + -13.5844 + ], + [ + "dina", + -13.5844 + ], + [ + "diseased", + -13.5844 + ], + [ + "disintegration", + -13.5844 + ], + [ + "diss", + -13.5844 + ], + [ + "donkeys", + -13.5844 + ], + [ + "dormitory", + -13.5844 + ], + [ + "drizzle", + -13.5844 + ], + [ + "easton", + -13.5844 + ], + [ + "eec", + -13.5844 + ], + [ + "elicit", + -13.5844 + ], + [ + "ellington", + -13.5844 + ], + [ + "endangering", + -13.5844 + ], + [ + "endorsing", + -13.5844 + ], + [ + "epl", + -13.5844 + ], + [ + "ethically", + -13.5844 + ], + [ + "ethnically", + -13.5844 + ], + [ + "ethylene", + -13.5844 + ], + [ + "eto", + -13.5844 + ], + [ + "exec", + -13.5844 + ], + [ + "extraterrestrial", + -13.5844 + ], + [ + "eyeball", + -13.5844 + ], + [ + "fancied", + -13.5844 + ], + [ + "farage", + -13.5844 + ], + [ + "faust", + -13.5844 + ], + [ + "ferns", + -13.5844 + ], + [ + "fibrosis", + -13.5844 + ], + [ + "filmmaking", + -13.5844 + ], + [ + "fireman", + -13.5844 + ], + [ + "fk", + -13.5844 + ], + [ + "flamenco", + -13.5844 + ], + [ + "folio", + -13.5844 + ], + [ + "foolishness", + -13.5844 + ], + [ + "foothold", + -13.5844 + ], + [ + "forbidding", + -13.5844 + ], + [ + "fsa", + -13.5844 + ], + [ + "fsu", + -13.5844 + ], + [ + "gabby", + -13.5844 + ], + [ + "gallows", + -13.5844 + ], + [ + "garc\u00eda", + -13.5844 + ], + [ + "gazing", + -13.5844 + ], + [ + "geniuses", + -13.5844 + ], + [ + "gents", + -13.5844 + ], + [ + "geologists", + -13.5844 + ], + [ + "gimmick", + -13.5844 + ], + [ + "giro", + -13.5844 + ], + [ + "gist", + -13.5844 + ], + [ + "glittering", + -13.5844 + ], + [ + "gonzalo", + -13.5844 + ], + [ + "goon", + -13.5844 + ], + [ + "gorbachev", + -13.5844 + ], + [ + "gorman", + -13.5844 + ], + [ + "greets", + -13.5844 + ], + [ + "greta", + -13.5844 + ], + [ + "grinder", + -13.5844 + ], + [ + "gripped", + -13.5844 + ], + [ + "gust", + -13.5844 + ], + [ + "hatchet", + -13.5844 + ], + [ + "hem", + -13.5844 + ], + [ + "heyday", + -13.5844 + ], + [ + "hijack", + -13.5844 + ], + [ + "hobbes", + -13.5844 + ], + [ + "hof", + -13.5844 + ], + [ + "hoist", + -13.5844 + ], + [ + "hola", + -13.5844 + ], + [ + "horne", + -13.5844 + ], + [ + "howie", + -13.5844 + ], + [ + "hurried", + -13.5844 + ], + [ + "impart", + -13.5844 + ], + [ + "incomparable", + -13.5844 + ], + [ + "inconceivable", + -13.5844 + ], + [ + "instigated", + -13.5844 + ], + [ + "ipl", + -13.5844 + ], + [ + "irishman", + -13.5844 + ], + [ + "ism", + -13.5844 + ], + [ + "issuer", + -13.5844 + ], + [ + "jagged", + -13.5844 + ], + [ + "jos", + -13.5844 + ], + [ + "katharine", + -13.5844 + ], + [ + "keg", + -13.5844 + ], + [ + "kei", + -13.5844 + ], + [ + "kessler", + -13.5844 + ], + [ + "laguna", + -13.5844 + ], + [ + "lancet", + -13.5844 + ], + [ + "largo", + -13.5844 + ], + [ + "lark", + -13.5844 + ], + [ + "lawfully", + -13.5844 + ], + [ + "lecturers", + -13.5844 + ], + [ + "leds", + -13.5844 + ], + [ + "lexicon", + -13.5844 + ], + [ + "lineman", + -13.5844 + ], + [ + "llp", + -13.5844 + ], + [ + "mallory", + -13.5844 + ], + [ + "manager's", + -13.5844 + ], + [ + "manganese", + -13.5844 + ], + [ + "markus", + -13.5844 + ], + [ + "marred", + -13.5844 + ], + [ + "marseilles", + -13.5844 + ], + [ + "martina", + -13.5844 + ], + [ + "massages", + -13.5844 + ], + [ + "massey", + -13.5844 + ], + [ + "mau", + -13.5844 + ], + [ + "mccormick", + -13.5844 + ], + [ + "meatballs", + -13.5844 + ], + [ + "mediate", + -13.5844 + ], + [ + "mediocrity", + -13.5844 + ], + [ + "melo", + -13.5844 + ], + [ + "micah", + -13.5844 + ], + [ + "mime", + -13.5844 + ], + [ + "mindy", + -13.5844 + ], + [ + "minion", + -13.5844 + ], + [ + "mitigating", + -13.5844 + ], + [ + "mitochondrial", + -13.5844 + ], + [ + "mme", + -13.5844 + ], + [ + "moines", + -13.5844 + ], + [ + "molded", + -13.5844 + ], + [ + "molested", + -13.5844 + ], + [ + "monday's", + -13.5844 + ], + [ + "mongolian", + -13.5844 + ], + [ + "mons", + -13.5844 + ], + [ + "monsignor", + -13.5844 + ], + [ + "motorsport", + -13.5844 + ], + [ + "mules", + -13.5844 + ], + [ + "nameless", + -13.5844 + ], + [ + "navigable", + -13.5844 + ], + [ + "newbie", + -13.5844 + ], + [ + "niall", + -13.5844 + ], + [ + "nominally", + -13.5844 + ], + [ + "nonviolent", + -13.5844 + ], + [ + "nostrils", + -13.5844 + ], + [ + "nudge", + -13.5844 + ], + [ + "nurtured", + -13.5844 + ], + [ + "nyt", + -13.5844 + ], + [ + "odour", + -13.5844 + ], + [ + "opposites", + -13.5844 + ], + [ + "ostrich", + -13.5844 + ], + [ + "p3", + -13.5844 + ], + [ + "pandas", + -13.5844 + ], + [ + "pelican", + -13.5844 + ], + [ + "piero", + -13.5844 + ], + [ + "pinched", + -13.5844 + ], + [ + "pinto", + -13.5844 + ], + [ + "plenary", + -13.5844 + ], + [ + "porridge", + -13.5844 + ], + [ + "propagate", + -13.5844 + ], + [ + "province's", + -13.5844 + ], + [ + "pseudonym", + -13.5844 + ], + [ + "purchasers", + -13.5844 + ], + [ + "purify", + -13.5844 + ], + [ + "pussies", + -13.5844 + ], + [ + "pyrenees", + -13.5844 + ], + [ + "qr", + -13.5844 + ], + [ + "raisins", + -13.5844 + ], + [ + "rambo", + -13.5844 + ], + [ + "raoul", + -13.5844 + ], + [ + "reciting", + -13.5844 + ], + [ + "redmond", + -13.5844 + ], + [ + "rembrandt", + -13.5844 + ], + [ + "renown", + -13.5844 + ], + [ + "riddled", + -13.5844 + ], + [ + "rollin", + -13.5844 + ], + [ + "rousseau", + -13.5844 + ], + [ + "rsa", + -13.5844 + ], + [ + "rw", + -13.5844 + ], + [ + "saith", + -13.5844 + ], + [ + "salient", + -13.5844 + ], + [ + "sampson", + -13.5844 + ], + [ + "sash", + -13.5844 + ], + [ + "scarecrow", + -13.5844 + ], + [ + "schwarzenegger", + -13.5844 + ], + [ + "sem", + -13.5844 + ], + [ + "shenzhen", + -13.5844 + ], + [ + "sickle", + -13.5844 + ], + [ + "signaled", + -13.5844 + ], + [ + "singularity", + -13.5844 + ], + [ + "sion", + -13.5844 + ], + [ + "skateboarding", + -13.5844 + ], + [ + "skyscrapers", + -13.5844 + ], + [ + "slavic", + -13.5844 + ], + [ + "sloping", + -13.5844 + ], + [ + "smackdown", + -13.5844 + ], + [ + "snowing", + -13.5844 + ], + [ + "snowman", + -13.5844 + ], + [ + "soliciting", + -13.5844 + ], + [ + "solicitors", + -13.5844 + ], + [ + "sown", + -13.5844 + ], + [ + "sportsman", + -13.5844 + ], + [ + "sprout", + -13.5844 + ], + [ + "stockpile", + -13.5844 + ], + [ + "strenuous", + -13.5844 + ], + [ + "strewn", + -13.5844 + ], + [ + "substrates", + -13.5844 + ], + [ + "subterranean", + -13.5844 + ], + [ + "suisse", + -13.5844 + ], + [ + "superfluous", + -13.5844 + ], + [ + "t3", + -13.5844 + ], + [ + "ther", + -13.5844 + ], + [ + "throwback", + -13.5844 + ], + [ + "tiered", + -13.5844 + ], + [ + "timbers", + -13.5844 + ], + [ + "tonga", + -13.5844 + ], + [ + "touchscreen", + -13.5844 + ], + [ + "tran", + -13.5844 + ], + [ + "traumatized", + -13.5844 + ], + [ + "tre", + -13.5844 + ], + [ + "twenty00", + -13.5844 + ], + [ + "twigs", + -13.5844 + ], + [ + "uma", + -13.5844 + ], + [ + "uncut", + -13.5844 + ], + [ + "underline", + -13.5844 + ], + [ + "undetected", + -13.5844 + ], + [ + "unjustified", + -13.5844 + ], + [ + "unwittingly", + -13.5844 + ], + [ + "utilitarian", + -13.5844 + ], + [ + "valentino", + -13.5844 + ], + [ + "valle", + -13.5844 + ], + [ + "vial", + -13.5844 + ], + [ + "viz", + -13.5844 + ], + [ + "vm", + -13.5844 + ], + [ + "vogel", + -13.5844 + ], + [ + "volta", + -13.5844 + ], + [ + "vultures", + -13.5844 + ], + [ + "watford", + -13.5844 + ], + [ + "whew", + -13.5844 + ], + [ + "whig", + -13.5844 + ], + [ + "whit", + -13.5844 + ], + [ + "wholeheartedly", + -13.5844 + ], + [ + "wickedness", + -13.5844 + ], + [ + "widget", + -13.5844 + ], + [ + "wildcard", + -13.5844 + ], + [ + "woodlands", + -13.5844 + ], + [ + "worshippers", + -13.5844 + ], + [ + "yiddish", + -13.5844 + ], + [ + "zoned", + -13.5844 + ], + [ + "\u00e9", + -13.5844 + ], + [ + "000d", + -13.6085 + ], + [ + "abolishing", + -13.6085 + ], + [ + "abundantly", + -13.6085 + ], + [ + "accomplices", + -13.6085 + ], + [ + "acquittal", + -13.6085 + ], + [ + "aegean", + -13.6085 + ], + [ + "alf", + -13.6085 + ], + [ + "allie", + -13.6085 + ], + [ + "alluded", + -13.6085 + ], + [ + "amaze", + -13.6085 + ], + [ + "americana", + -13.6085 + ], + [ + "ammonium", + -13.6085 + ], + [ + "ams", + -13.6085 + ], + [ + "anthropological", + -13.6085 + ], + [ + "aps", + -13.6085 + ], + [ + "ares", + -13.6085 + ], + [ + "ascribed", + -13.6085 + ], + [ + "asp", + -13.6085 + ], + [ + "atletico", + -13.6085 + ], + [ + "autopilot", + -13.6085 + ], + [ + "bacterium", + -13.6085 + ], + [ + "bagged", + -13.6085 + ], + [ + "bailout", + -13.6085 + ], + [ + "bakers", + -13.6085 + ], + [ + "bantu", + -13.6085 + ], + [ + "bartholomew", + -13.6085 + ], + [ + "biotech", + -13.6085 + ], + [ + "bosom", + -13.6085 + ], + [ + "bots", + -13.6085 + ], + [ + "bounces", + -13.6085 + ], + [ + "brighten", + -13.6085 + ], + [ + "burgeoning", + -13.6085 + ], + [ + "c.j", + -13.6085 + ], + [ + "cadre", + -13.6085 + ], + [ + "cannibal", + -13.6085 + ], + [ + "caribou", + -13.6085 + ], + [ + "carthage", + -13.6085 + ], + [ + "caveat", + -13.6085 + ], + [ + "cavs", + -13.6085 + ], + [ + "cellulose", + -13.6085 + ], + [ + "chaser", + -13.6085 + ], + [ + "chet", + -13.6085 + ], + [ + "chomsky", + -13.6085 + ], + [ + "cipher", + -13.6085 + ], + [ + "cloned", + -13.6085 + ], + [ + "clutches", + -13.6085 + ], + [ + "clutching", + -13.6085 + ], + [ + "cns", + -13.6085 + ], + [ + "coerced", + -13.6085 + ], + [ + "coercive", + -13.6085 + ], + [ + "combs", + -13.6085 + ], + [ + "complacent", + -13.6085 + ], + [ + "complements", + -13.6085 + ], + [ + "complimented", + -13.6085 + ], + [ + "compress", + -13.6085 + ], + [ + "condominium", + -13.6085 + ], + [ + "condone", + -13.6085 + ], + [ + "congested", + -13.6085 + ], + [ + "consort", + -13.6085 + ], + [ + "conspirators", + -13.6085 + ], + [ + "constipation", + -13.6085 + ], + [ + "convincingly", + -13.6085 + ], + [ + "corals", + -13.6085 + ], + [ + "counterpoint", + -13.6085 + ], + [ + "cramp", + -13.6085 + ], + [ + "crazed", + -13.6085 + ], + [ + "crept", + -13.6085 + ], + [ + "croydon", + -13.6085 + ], + [ + "cuddly", + -13.6085 + ], + [ + "custodial", + -13.6085 + ], + [ + "dahl", + -13.6085 + ], + [ + "darrell", + -13.6085 + ], + [ + "delinquent", + -13.6085 + ], + [ + "deliverance", + -13.6085 + ], + [ + "depriving", + -13.6085 + ], + [ + "designations", + -13.6085 + ], + [ + "detectable", + -13.6085 + ], + [ + "detonated", + -13.6085 + ], + [ + "deutsch", + -13.6085 + ], + [ + "dictators", + -13.6085 + ], + [ + "diem", + -13.6085 + ], + [ + "dieting", + -13.6085 + ], + [ + "dill", + -13.6085 + ], + [ + "dio", + -13.6085 + ], + [ + "discerning", + -13.6085 + ], + [ + "discriminating", + -13.6085 + ], + [ + "displeasure", + -13.6085 + ], + [ + "disposing", + -13.6085 + ], + [ + "disruptions", + -13.6085 + ], + [ + "distillation", + -13.6085 + ], + [ + "district's", + -13.6085 + ], + [ + "divisive", + -13.6085 + ], + [ + "droplets", + -13.6085 + ], + [ + "ducts", + -13.6085 + ], + [ + "duke's", + -13.6085 + ], + [ + "dwarves", + -13.6085 + ], + [ + "dynamically", + -13.6085 + ], + [ + "effortlessly", + -13.6085 + ], + [ + "engels", + -13.6085 + ], + [ + "enzo", + -13.6085 + ], + [ + "ernesto", + -13.6085 + ], + [ + "ethereal", + -13.6085 + ], + [ + "eyeliner", + -13.6085 + ], + [ + "eyre", + -13.6085 + ], + [ + "facsimile", + -13.6085 + ], + [ + "fared", + -13.6085 + ], + [ + "fez", + -13.6085 + ], + [ + "fifths", + -13.6085 + ], + [ + "firefly", + -13.6085 + ], + [ + "fledgling", + -13.6085 + ], + [ + "floss", + -13.6085 + ], + [ + "fondness", + -13.6085 + ], + [ + "foodstuffs", + -13.6085 + ], + [ + "formulating", + -13.6085 + ], + [ + "franck", + -13.6085 + ], + [ + "fran\u00e7aise", + -13.6085 + ], + [ + "friar", + -13.6085 + ], + [ + "fuelled", + -13.6085 + ], + [ + "g3", + -13.6085 + ], + [ + "gamergate", + -13.6085 + ], + [ + "ghostly", + -13.6085 + ], + [ + "giroud", + -13.6085 + ], + [ + "glastonbury", + -13.6085 + ], + [ + "glimpses", + -13.6085 + ], + [ + "goons", + -13.6085 + ], + [ + "grandmother's", + -13.6085 + ], + [ + "grenoble", + -13.6085 + ], + [ + "greyhound", + -13.6085 + ], + [ + "hahn", + -13.6085 + ], + [ + "hallowed", + -13.6085 + ], + [ + "happenings", + -13.6085 + ], + [ + "hardworking", + -13.6085 + ], + [ + "havin", + -13.6085 + ], + [ + "hawkeye", + -13.6085 + ], + [ + "hazy", + -13.6085 + ], + [ + "hertfordshire", + -13.6085 + ], + [ + "hikers", + -13.6085 + ], + [ + "hirsch", + -13.6085 + ], + [ + "hl", + -13.6085 + ], + [ + "hobo", + -13.6085 + ], + [ + "hone", + -13.6085 + ] +] \ No newline at end of file diff --git a/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt b/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt index 08c0eb45..2873a169 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt @@ -63,6 +63,8 @@ class SettingsActivity : SimpleActivity() { setupShowClipboardContent() setupSentencesCapitalization() setupShowNumbersRow() + setupShowSuggestions() + setupAutoCorrect() setupVoiceInputMethod() binding.apply { @@ -283,4 +285,24 @@ class SettingsActivity : SimpleActivity() { } } } + + private fun setupShowSuggestions() { + binding.apply { + settingsShowSuggestions.isChecked = config.showSuggestions + settingsShowSuggestionsHolder.setOnClickListener { + settingsShowSuggestions.toggle() + config.showSuggestions = settingsShowSuggestions.isChecked + } + } + } + + private fun setupAutoCorrect() { + binding.apply { + settingsAutoCorrect.isChecked = config.autoCorrectOnSpace + settingsAutoCorrectHolder.setOnClickListener { + settingsAutoCorrect.toggle() + config.autoCorrectOnSpace = settingsAutoCorrect.isChecked + } + } + } } diff --git a/app/src/main/kotlin/org/fossify/keyboard/helpers/Config.kt b/app/src/main/kotlin/org/fossify/keyboard/helpers/Config.kt index 9d5499e4..ca089626 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/helpers/Config.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/helpers/Config.kt @@ -91,4 +91,12 @@ class Config(context: Context) : BaseConfig(context) { recentEmojis.add(0, emoji) recentlyUsedEmojis = recentEmojis.take(RECENT_EMOJIS_LIMIT) } + + var showSuggestions: Boolean + get() = prefs.getBoolean(SHOW_SUGGESTIONS, true) + set(showSuggestions) = prefs.edit().putBoolean(SHOW_SUGGESTIONS, showSuggestions).apply() + + var autoCorrectOnSpace: Boolean + get() = prefs.getBoolean(AUTO_CORRECT_ON_SPACE, true) + set(autoCorrectOnSpace) = prefs.edit().putBoolean(AUTO_CORRECT_ON_SPACE, autoCorrectOnSpace).apply() } diff --git a/app/src/main/kotlin/org/fossify/keyboard/helpers/Constants.kt b/app/src/main/kotlin/org/fossify/keyboard/helpers/Constants.kt index dfa1c6ea..7f4d4bf2 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/helpers/Constants.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/helpers/Constants.kt @@ -24,6 +24,8 @@ const val SHOW_NUMBERS_ROW = "show_numbers_row" const val SELECTED_LANGUAGES = "selected_languages" const val VOICE_INPUT_METHOD = "voice_input_method" const val RECENTLY_USED_EMOJIS = "recently_used_emojis" +const val SHOW_SUGGESTIONS = "show_suggestions" +const val AUTO_CORRECT_ON_SPACE = "auto_correct_on_space" // differentiate current and pinned clips at the keyboards' Clipboard section const val ITEM_SECTION_LABEL = 0 diff --git a/app/src/main/kotlin/org/fossify/keyboard/helpers/SpellChecker.kt b/app/src/main/kotlin/org/fossify/keyboard/helpers/SpellChecker.kt new file mode 100644 index 00000000..2805c3ec --- /dev/null +++ b/app/src/main/kotlin/org/fossify/keyboard/helpers/SpellChecker.kt @@ -0,0 +1,151 @@ +package org.fossify.keyboard.helpers + +import android.content.Context +import android.os.Handler +import android.os.Looper +import org.fossify.commons.helpers.ensureBackgroundThread +import org.json.JSONArray +import org.json.JSONException +import java.io.IOException +import java.util.Collections +import kotlin.math.abs +import kotlin.math.min + +private const val DEBOUNCE_DELAY_MS = 100L +private const val MAX_SUGGESTIONS = 3 +private const val MAX_LENGTH_DIFF = 2 +private const val MAX_EDIT_DISTANCE = 2 +private const val MIN_WORD_LENGTH = 2 +private const val CACHE_SIZE = 20 + +class SpellChecker(context: Context) { + @Volatile + private var dictionary: HashMap? = null + private val mainHandler = Handler(Looper.getMainLooper()) + private var pendingRunnable: Runnable? = null + @Suppress("MagicNumber") + private val cache: MutableMap> = Collections.synchronizedMap( + object : LinkedHashMap>(CACHE_SIZE, 0.75f, true) { + override fun removeEldestEntry(eldest: MutableMap.MutableEntry>) = size > CACHE_SIZE + } + ) + + var onSuggestionsReady: ((List) -> Unit)? = null + + init { + ensureBackgroundThread { + dictionary = loadDictionary(context) + } + } + + fun checkWord(word: String) { + pendingRunnable?.let { mainHandler.removeCallbacks(it) } + + pendingRunnable = Runnable { + ensureBackgroundThread { + val suggestions = findSuggestions(word) + mainHandler.post { + onSuggestionsReady?.invoke(suggestions) + } + } + } + + mainHandler.postDelayed(pendingRunnable!!, DEBOUNCE_DELAY_MS) + } + + fun clear() { + pendingRunnable?.let { mainHandler.removeCallbacks(it) } + mainHandler.post { + onSuggestionsReady?.invoke(emptyList()) + } + } + + fun isValidWord(word: String): Boolean { + return dictionary?.containsKey(word.lowercase()) ?: true + } + + fun destroy() { + pendingRunnable?.let { mainHandler.removeCallbacks(it) } + onSuggestionsReady = null + } + + private fun loadDictionary(context: Context): HashMap { + val map = HashMap() + try { + val inputStream = context.assets.open("dictionaries/en_US.json") + val jsonString = inputStream.bufferedReader().use { it.readText() } + val jsonArray = JSONArray(jsonString) + + for (i in 0 until jsonArray.length()) { + val entry = jsonArray.getJSONArray(i) + val word = entry.getString(0) + val rank = jsonArray.length() - i + map[word] = rank + } + } catch (_: IOException) { + } catch (_: JSONException) { + } + return map + } + + private fun findSuggestions(input: String): List { + val dict = dictionary ?: return emptyList() + if (input.length < MIN_WORD_LENGTH) return emptyList() + + val inputLower = input.lowercase() + + cache[inputLower]?.let { return it } + + val prefixMatches = dict.keys + .filter { word -> word.startsWith(inputLower) && word != inputLower } + .sortedByDescending { dict[it] ?: 0 } + .take(MAX_SUGGESTIONS) + + if (prefixMatches.isNotEmpty()) { + cache[inputLower] = prefixMatches + return prefixMatches + } + + val firstChar = inputLower[0] + val inputLen = inputLower.length + + val levenshteinMatches = dict.keys + .filter { word -> + word[0] == firstChar && abs(word.length - inputLen) <= MAX_LENGTH_DIFF + } + .map { word -> + word to levenshteinDistance(inputLower, word) + } + .filter { it.second <= MAX_EDIT_DISTANCE } + .sortedWith(compareBy({ it.second }, { -(dict[it.first] ?: 0) })) + .take(MAX_SUGGESTIONS) + .map { it.first } + + cache[inputLower] = levenshteinMatches + return levenshteinMatches + } + + private fun levenshteinDistance(a: String, b: String, maxDistance: Int = MAX_EDIT_DISTANCE): Int { + val m = a.length + val n = b.length + val dp = Array(m + 1) { IntArray(n + 1) } + + for (i in 0..m) dp[i][0] = i + for (j in 0..n) dp[0][j] = j + + for (i in 1..m) { + var rowMin = Int.MAX_VALUE + for (j in 1..n) { + val cost = if (a[i - 1] == b[j - 1]) 0 else 1 + dp[i][j] = min( + min(dp[i - 1][j] + 1, dp[i][j - 1] + 1), + dp[i - 1][j - 1] + cost + ) + rowMin = min(rowMin, dp[i][j]) + } + if (rowMin > maxDistance) return maxDistance + 1 + } + + return dp[m][n] + } +} diff --git a/app/src/main/kotlin/org/fossify/keyboard/services/SimpleKeyboardIME.kt b/app/src/main/kotlin/org/fossify/keyboard/services/SimpleKeyboardIME.kt index e46d3e74..3e23b980 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/services/SimpleKeyboardIME.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/services/SimpleKeyboardIME.kt @@ -3,6 +3,7 @@ package org.fossify.keyboard.services import android.annotation.SuppressLint import android.content.SharedPreferences import android.graphics.Bitmap +import android.graphics.Typeface import android.graphics.drawable.Icon import android.graphics.drawable.LayerDrawable import android.graphics.drawable.RippleDrawable @@ -14,6 +15,8 @@ import android.os.Bundle import android.text.InputType.* import android.text.TextUtils import android.util.Size +import android.util.TypedValue +import android.view.Gravity import android.view.KeyEvent import android.view.View import android.view.ViewGroup @@ -21,6 +24,8 @@ import android.view.inputmethod.* import android.view.inputmethod.EditorInfo.IME_ACTION_NONE import android.view.inputmethod.EditorInfo.IME_FLAG_NO_ENTER_ACTION import android.view.inputmethod.EditorInfo.IME_MASK_ACTION +import android.widget.LinearLayout +import android.widget.TextView import android.widget.inline.InlinePresentationSpec import androidx.annotation.RequiresApi import androidx.autofill.inline.UiVersions @@ -53,6 +58,7 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared companion object { // How quickly do we have to double tap shift to enable permanent caps lock private var SHIFT_PERM_TOGGLE_SPEED = 500 + private const val DIVIDER_ALPHA = 0.3f // Keyboard modes const val KEYBOARD_LETTERS = 0 @@ -72,6 +78,9 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared private var enterKeyType = IME_ACTION_NONE private var switchToLetters = false private var breakIterator: BreakIterator? = null + private var spellChecker: SpellChecker? = null + private val wordBuffer = StringBuilder() + private var currentSuggestions: List = emptyList() private lateinit var binding: KeyboardViewKeyboardBinding @@ -80,6 +89,13 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared safeStorageContext.getSharedPrefs().registerOnSharedPreferenceChangeListener(this) } + override fun onDestroy() { + super.onDestroy() + spellChecker?.destroy() + spellChecker = null + safeStorageContext.getSharedPrefs().unregisterOnSharedPreferenceChangeListener(this) + } + override fun onCreateInputView(): View { binding = KeyboardViewKeyboardBinding.inflate(layoutInflater) keyboardView = binding.keyboardView.apply { @@ -90,6 +106,19 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared mOnKeyboardActionListener = this@SimpleKeyboardIME } + spellChecker?.destroy() + spellChecker = SpellChecker(this) + spellChecker?.onSuggestionsReady = { suggestions -> + if (isPasswordField()) { + clearSpellSuggestions() + } else { + currentSuggestions = suggestions + if (baseContext.config.showSuggestions) { + showSpellSuggestions(suggestions) + } + } + } + return binding.root } @@ -119,6 +148,8 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared breakIterator = BreakIterator.getCharacterInstance(ULocale.getDefault()) } updateShiftKeyState() + wordBuffer.clear() + clearSpellSuggestions() } private fun updateShiftKeyState() { @@ -189,6 +220,12 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared } else { inputConnection.commitText("", 1) } + if (wordBuffer.isNotEmpty()) wordBuffer.deleteAt(wordBuffer.length - 1) + if (wordBuffer.isEmpty()) { + clearSpellSuggestions() + } else { + triggerSpellCheck() + } } MyKeyboard.KEYCODE_SHIFT -> { @@ -267,15 +304,15 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared } } - // If the keyboard is set to symbols and the user presses space, we usually should switch back to the letters keyboard. - // However, avoid doing that in cases when the EditText for example requires numbers as the input. - // We can detect that by the text not changing on pressing Space. if (keyboardMode != KEYBOARD_LETTERS && inputTypeClass == TYPE_CLASS_TEXT && code == MyKeyboard.KEYCODE_SPACE) { inputConnection.commitText(codeChar.toString(), 1) val newText = inputConnection.getExtractedText(ExtractedTextRequest(), 0)?.text if (originalText != newText) { switchToLetters = keyboardMode != KEYBOARD_SYMBOLS_ALT } + } else if (code == MyKeyboard.KEYCODE_SPACE) { + handleAutoCorrectSpace() + updateShiftKeyState() } else { when { !originalText.isNullOrEmpty() && cachedVNTelexData.isNotEmpty() -> { @@ -307,6 +344,14 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared updateShiftKeyState() } } + + if (Character.isLetter(codeChar)) { + wordBuffer.append(codeChar.lowercaseChar()) + triggerSpellCheck() + } else { + wordBuffer.clear() + clearSpellSuggestions() + } } } } @@ -407,6 +452,13 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared if (newSelStart == newSelEnd) { keyboardView?.closeClipboardManager() } + + val expectedPosition = oldSelEnd + 1 + if (newSelStart != expectedPosition || newSelStart != newSelEnd) { + wordBuffer.clear() + clearSpellSuggestions() + } + updateShiftKeyState() } @@ -607,4 +659,106 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared val keyboard = MyKeyboard(this, keyboardXml, enterKeyType) return adjustForEmojiButton(keyboard) } + + private fun showSpellSuggestions(suggestions: List) { + if (suggestions.isEmpty()) { + binding.spellSuggestionsHolder.beGone() + binding.clipboardValue.beVisibleIf(baseContext.config.showClipboardContent) + return + } + + binding.clipboardValue.beGone() + binding.spellSuggestionsHolder.beVisible() + + val textColor = getProperTextColor() + val dividerColor = textColor.adjustAlpha(DIVIDER_ALPHA) + + val slot0 = suggestions.getOrNull(1) + val slot1 = suggestions.getOrNull(0) // best candidate in middle + val slot2 = suggestions.getOrNull(2) + + binding.suggestionSlot0.apply { + text = slot0 ?: "" + setTextColor(textColor) + setOnClickListener { slot0?.let { applySuggestion(it) } } + } + binding.suggestionDivider0.setTextColor(dividerColor) + + binding.suggestionSlot1.apply { + text = slot1 ?: "" + setTextColor(textColor) + setOnClickListener { slot1?.let { applySuggestion(it) } } + } + binding.suggestionDivider1.setTextColor(dividerColor) + + binding.suggestionSlot2.apply { + text = slot2 ?: "" + setTextColor(textColor) + setOnClickListener { slot2?.let { applySuggestion(it) } } + } + } + + private fun clearSpellSuggestions() { + currentSuggestions = emptyList() + if (::binding.isInitialized) { + binding.spellSuggestionsHolder.beGone() + binding.clipboardValue.beVisibleIf(baseContext.config.showClipboardContent) + } + } + + private fun applySuggestion(word: String) { + val currentWord = wordBuffer.toString() + if (currentWord.isNotEmpty()) { + currentInputConnection?.deleteSurroundingText(currentWord.length, 0) + } + currentInputConnection?.commitText("$word ", 1) + wordBuffer.clear() + clearSpellSuggestions() + } + + private fun isPasswordField(): Boolean { + return inputTypeClassVariation == TYPE_TEXT_VARIATION_PASSWORD || + inputTypeClassVariation == TYPE_TEXT_VARIATION_VISIBLE_PASSWORD || + inputTypeClassVariation == TYPE_TEXT_VARIATION_WEB_PASSWORD || + inputTypeClassVariation == TYPE_NUMBER_VARIATION_PASSWORD + } + + private fun triggerSpellCheck() { + if (isPasswordField()) { + clearSpellSuggestions() + return + } + + if (!baseContext.config.showSuggestions && !baseContext.config.autoCorrectOnSpace) { + clearSpellSuggestions() + return + } + + if (wordBuffer.length >= 2) { + spellChecker?.checkWord(wordBuffer.toString()) + } else { + clearSpellSuggestions() + } + } + + private fun handleAutoCorrectSpace() { + val currentWord = wordBuffer.toString() + val topSuggestion = currentSuggestions.firstOrNull() + + val shouldAutoCorrect = baseContext.config.autoCorrectOnSpace && + !isPasswordField() && + topSuggestion != null && + currentWord.isNotEmpty() && + spellChecker?.isValidWord(currentWord) == false + + if (shouldAutoCorrect) { + currentInputConnection?.deleteSurroundingText(currentWord.length, 0) + currentInputConnection?.commitText("$topSuggestion ", 1) + } else { + currentInputConnection?.commitText(" ", 1) + } + + wordBuffer.clear() + clearSpellSuggestions() + } } diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 82850b41..a471a5d9 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -222,6 +222,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Show numbers on a separate row Start sentences with a capital letter Show emoji key + Show word suggestions + Auto-correct on space Emojis Recently used