ref: http://minionstranslator.com/ data: http://little-waterfall-1312.herokuapp.com/js/library.js
Last active
March 15, 2016 12:43
-
-
Save Rplus/f0d94ed9e9b6372a2ea5 to your computer and use it in GitHub Desktop.
minion language translator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
html(lang="en") | |
head | |
meta(charset="UTF-8") | |
title Minion Language Translator | |
meta(name="viewport", content="width=device-width") | |
link(rel="stylesheet", href="style.css") | |
body | |
h1.intro Minion Language Translator | |
.box | |
form.form | |
.grid | |
input.block(type="text", value="Hello you", placeholder="en", autofocus) | |
.grid.translator | |
button.block ▶ | |
.grid | |
input.block(type="text", placeholder="minion") | |
script(src="script.js") | |
blockquote.info | |
| inspired from: #[a(href="http://minionstranslator.com/") The Minions Language Translator Game] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "w": "the", "r": "ta" }, | |
{ "w": "be", "r": "be" }, | |
{ "w": "to", "r": "da" }, | |
{ "w": "of", "r": "de" }, | |
{ "w": "and", "r": "yee" }, | |
{ "w": "a", "r": "a" }, | |
{ "w": "in", "r": "een" }, | |
{ "w": "that", "r": "pak" }, | |
{ "w": "romance", "r": "ploo" }, | |
{ "w": "I", "r": "ka" }, | |
{ "w": "it", "r": "pik" }, | |
{ "w": "for", "r": "nunu" }, | |
{ "w": "not", "r": "non" }, | |
{ "w": "on", "r": "en" }, | |
{ "w": "with", "r": "com" }, | |
{ "w": "he", "r": "le" }, | |
{ "w": "as", "r": "sim" }, | |
{ "w": "do", "r": "batooay" }, | |
{ "w": "at", "r": "ka" }, | |
{ "w": "this", "r": "ba" }, | |
{ "w": "but", "r": "pelo" }, | |
{ "w": "his", "r": "lo" }, | |
{ "w": "by", "r": "bey" }, | |
{ "w": "from", "r": "da" }, | |
{ "w": "we", "r": "pem" }, | |
{ "w": "say", "r": "tom" }, | |
{ "w": "her", "r": "la" }, | |
{ "w": "she", "r": "lam" }, | |
{ "w": "or", "r": "sif" }, | |
{ "w": "an", "r": "nan" }, | |
{ "w": "will", "r": "sama" }, | |
{ "w": "my", "r": "mi" }, | |
{ "w": "one", "r": "da" }, | |
{ "w": "all", "r": "tadda" }, | |
{ "w": "would", "r": "polo" }, | |
{ "w": "their", "r": "tus" }, | |
{ "w": "so", "r": "la" }, | |
{ "w": "up", "r": "aka" }, | |
{ "w": "out", "r": "kapee" }, | |
{ "w": "if", "r": "asa" }, | |
{ "w": "about", "r": "cama" }, | |
{ "w": "who", "r": "ben" }, | |
{ "w": "which", "r": "tika" }, | |
{ "w": "me", "r": "me" }, | |
{ "w": "when", "r": "kan" }, | |
{ "w": "make", "r": "haga" }, | |
{ "w": "can", "r": "pudum" }, | |
{ "w": "like", "r": "ko" }, | |
{ "w": "time", "r": "veela" }, | |
{ "w": "no", "r": "no" }, | |
{ "w": "just", "r": "sola" }, | |
{ "w": "him", "r": "lom" }, | |
{ "w": "know", "r": "cono" }, | |
{ "w": "people", "r": "huma" }, | |
{ "w": "into", "r": "enta" }, | |
{ "w": "year", "r": "anu" }, | |
{ "w": "your", "r": "tu" }, | |
{ "w": "good", "r": "leelas" }, | |
{ "w": "some", "r": "tem" }, | |
{ "w": "could", "r": "tup" }, | |
{ "w": "them", "r": "vus" }, | |
{ "w": "see", "r": "verlo" }, | |
{ "w": "other", "r": "orto" }, | |
{ "w": "than", "r": "pan" }, | |
{ "w": "then", "r": "pen" }, | |
{ "w": "now", "r": "prompo" }, | |
{ "w": "look", "r": "bida" }, | |
{ "w": "only", "r": "solo" }, | |
{ "w": "come", "r": "po" }, | |
{ "w": "its", "r": "ti" }, | |
{ "w": "over", "r": "fino" }, | |
{ "w": "think", "r": "pensa" }, | |
{ "w": "also", "r": "bigo" }, | |
{ "w": "back", "r": "bok" }, | |
{ "w": "after", "r": "temer" }, | |
{ "w": "use", "r": "uso" }, | |
{ "w": "two", "r": "do" }, | |
{ "w": "how", "r": "amee" }, | |
{ "w": "our", "r": "noor" }, | |
{ "w": "work", "r": "traba" }, | |
{ "w": "first", "r": "prima" }, | |
{ "w": "well", "r": "lam" }, | |
{ "w": "way", "r": "via" }, | |
{ "w": "even", "r": "lega" }, | |
{ "w": "new", "r": "daga" }, | |
{ "w": "want", "r": "quer" }, | |
{ "w": "because", "r": "feguin" }, | |
{ "w": "any", "r": "alga" }, | |
{ "w": "these", "r": "les" }, | |
{ "w": "give", "r": "pona" }, | |
{ "w": "day", "r": "dia" }, | |
{ "w": "most", "r": "meja" }, | |
{ "w": "us", "r": "nos" }, | |
{ "w": "Earth", "r": "hom" }, | |
{ "w": "Mercury", "r": "berky" }, | |
{ "w": "Mars", "r": "bars" }, | |
{ "w": "Venus", "r": "zeeboop" }, | |
{ "w": "Jupiter", "r": "boop ter" }, | |
{ "w": "Saturn", "r": "blap" }, | |
{ "w": "Pluto", "r": "ploopo" }, | |
{ "w": "Uranus", "r": "raynus" }, | |
{ "w": "Neptune", "r": "bepter" }, | |
{ "w": "Asteroid", "r": "blop" }, | |
{ "w": "Meteor", "r": "beetor" }, | |
{ "w": "Comet", "r": "bet" }, | |
{ "w": "Star", "r": "teebo" }, | |
{ "w": "Space", "r": "ooo" }, | |
{ "w": "Sun", "r": "aah" }, | |
{ "w": "fuck", "r": "ptt" }, | |
{ "w": "butt", "r": "butt" }, | |
{ "w": "shit", "r": "ptt" }, | |
{ "w": "crap", "r": "bap" }, | |
{ "w": "pee", "r": "beep beep" }, | |
{ "w": "poo", "r": "boop" }, | |
{ "w": "sex", "r": "dep" }, | |
{ "w": "sexy", "r": "dep dep" }, | |
{ "w": "bitch", "r": "ip" }, | |
{ "w": "ass", "r": "butt" }, | |
{ "w": "bottom", "r": "bottom" }, | |
{ "w": "am", "r": "am" }, | |
{ "w": "arm", "r": "ba" }, | |
{ "w": "aw", "r": "aw" }, | |
{ "w": "bat", "r": "bat" }, | |
{ "w": "behold", "r": "peta" }, | |
{ "w": "check", "r": "bada" }, | |
{ "w": "twirl", "r": "pukka" }, | |
{ "w": "despicable", "r": "despicable" }, | |
{ "w": "down", "r": "koop" }, | |
{ "w": "dust", "r": "bloomai" }, | |
{ "w": "excuse", "r": "ed" }, | |
{ "w": "face", "r": "face" }, | |
{ "w": "far", "r": "kafar" }, | |
{ "w": "fat", "r": "kay" }, | |
{ "w": "go", "r": "go" }, | |
{ "w": "going", "r": "pata" }, | |
{ "w": "got", "r": "ka" }, | |
{ "w": "gru", "r": "gru" }, | |
{ "w": "hand", "r": "na" }, | |
{ "w": "have", "r": "kaylay" }, | |
{ "w": "hey", "r": "hey" }, | |
{ "w": "I'd", "r": "pi" }, | |
{ "w": "let's", "r": "coopee" }, | |
{ "w": "listen", "r": "bebada" }, | |
{ "w": "looking", "r": "lapa" }, | |
{ "w": "measure", "r": "keme" }, | |
{ "w": "oh", "r": "oh" }, | |
{ "w": "ok", "r": "ok" }, | |
{ "w": "ow", "r": "ahh" }, | |
{ "w": "plunger", "r": "plumay" }, | |
{ "w": "poop", "r": "poop" }, | |
{ "w": "power", "r": "meyay" }, | |
{ "w": "reeling", "r": "dotiko" }, | |
{ "w": "rock", "r": "tokati" }, | |
{ "w": "rocking", "r": "notaneeko" }, | |
{ "w": "roll", "r": "roto" }, | |
{ "w": "rolling", "r": "niganatinooto" }, | |
{ "w": "romance", "r": "pu" }, | |
{ "w": "saw", "r": "ma" }, | |
{ "w": "sorry", "r": "bido" }, | |
{ "w": "stomach", "r": "tomi" }, | |
{ "w": "stop", "r": "stop" }, | |
{ "w": "strong", "r": "tido" }, | |
{ "w": "suck", "r": "sak" }, | |
{ "w": "sucker", "r": "sake" }, | |
{ "w": "thought", "r": "moo" }, | |
{ "w": "three", "r": "thru" }, | |
{ "w": "tummy", "r": "tami" }, | |
{ "w": "uh", "r": "uh" }, | |
{ "w": "walk", "r": "akamoo" }, | |
{ "w": "went", "r": "yo" }, | |
{ "w": "win", "r": "toop" }, | |
{ "w": "you", "r": "to" }, | |
{ "w": "haha", "r": "heh heh" }, | |
{ "w": "hahaha", "r": "heh heh heh" }, | |
{ "w": "hee", "r": "hee" }, | |
{ "w": "hee hee", "r": "hee hee" }, | |
{ "w": "young", "r": "boo" }, | |
{ "w": "man", "r": "ka" }, | |
{ "w": "there", "r": "bada" }, | |
{ "w": "need", "r": "mo" }, | |
{ "w": "feel", "r": "mara" }, | |
{ "w": "pick", "r": "paka" }, | |
{ "w": "yourself", "r": "ki" }, | |
{ "w": "off", "r": "dak" }, | |
{ "w": "ground", "r": "atand" }, | |
{ "w": "town", "r": "dee" }, | |
{ "w": "it's", "r": "labada" }, | |
{ "w": "fun", "r": "agei" }, | |
{ "w": "stay", "r": "aloo" }, | |
{ "w": "they", "r": "feila" }, | |
{ "w": "everything", "r": "midoo" }, | |
{ "w": "enjoy", "r": "loka" }, | |
{ "w": "hang", "r": "kappa" }, | |
{ "w": "boys", "r": "paprikas" }, | |
{ "w": "get", "r": "linda" }, | |
{ "w": "clean", "r": "bono" }, | |
{ "w": "meal", "r": "carbonara" }, | |
{ "w": "Ice cream", "r": "Gelato" }, | |
{ "w": "Cheers", "r": "Kanpai" }, | |
{ "w": "Can we start", "r": "Pwede na" }, | |
{ "w": "Toy", "r": "Papoy" }, | |
{ "w": "What", "r": "Whaaat?" }, | |
{ "w": "For you", "r": "Para tu" }, | |
{ "w": "Why", "r": "Po ka" }, | |
{ "w": "To infinity and beyond", "r": "Bu ta na ma ka" }, | |
{ "w": "Thank you", "r": "Tank yu" }, | |
{ "w": "I love you", "r": "Tulaliloo ti amo" }, | |
{ "w": "I'm sorry", "r": "Bi Do" }, | |
{ "w": "Fire", "r": "beedo" }, | |
{ "w": "Marriage", "r": "La boda" }, | |
{ "w": "Hello", "r": "Bello" }, | |
{ "w": "swear", "r": "Underwear" }, | |
{ "w": "Oh no", "r": "Oh poop" }, | |
{ "w": "Eat my dust", "r": "Pluma" }, | |
{ "w": "Goodbye", "r": "Poopaye" }, | |
{ "w": "Chair", "r": "Chasy" }, | |
{ "w": "kiss", "r": "Mumumu" }, | |
{ "w": "Stop stop", "r": "Stupa stupa" }, | |
{ "w": "Look at you", "r": "Luk at tu" }, | |
{ "w": "pretty", "r": "Poppadom" }, | |
{ "w": "surprise", "r": "Ta da" }, | |
{ "w": "ready", "r": "boca" }, | |
{ "w": "set", "r": "Ka kow" }, | |
{ "w": "fight", "r": "fipe" }, | |
{ "w": "moon", "r": "reh" }, | |
{ "w": "starts", "r": "rey" }, | |
{ "w": "sky", "r": "lia" }, | |
{ "w": "shadow", "r": "kreh" }, | |
{ "w": "side", "r": "gua" }, | |
{ "w": "better", "r": "showlee" }, | |
{ "w": "worse", "r": "duu" }, | |
{ "w": "part", "r": "zuu" }, | |
{ "w": "mistake", "r": "leh ji" }, | |
{ "w": "heart", "r": "la ma nii" }, | |
{ "w": "dance", "r": "plano" }, | |
{ "w": "chance", "r": "talamo" }, | |
{ "w": "take", "r": "nupi" }, | |
{ "w": "reach", "r": "ploma" }, | |
{ "w": "winner", "r": "wako" }, | |
{ "w": "hate", "r": "blummock" }, | |
{ "w": "record", "r": "tika tey" }, | |
{ "w": "duck", "r": "quack quack" }, | |
{ "w": "puppy", "r": "popay" }, | |
{ "w": "mind", "r": "toca" }, | |
{ "w": "whatever", "r": "mokatino" }, | |
{ "w": "snack", "r": "pito" }, | |
{ "w": "jump", "r": "opala" }, | |
{ "w": "yes", "r": "si" }, | |
{ "w": "home", "r": "camion" }, | |
{ "w": "row", "r": "markho" }, | |
{ "w": "score", "r": "yabu" }, | |
{ "w": "apple", "r": "bapple" }, | |
{ "w": "banana", "r": "banana" }, | |
{ "w": "pancake", "r": "bocake" }, | |
{ "w": "cake", "r": "bak" }, | |
{ "w": "cookie", "r": "bookie" }, | |
{ "w": "pie", "r": "pa" }, | |
{ "w": "potato", "r": "potato" }, | |
{ "w": "pizza", "r": "pizza" }, | |
{ "w": "jelly", "r": "gelaya" }, | |
{ "w": "jam", "r": "gum gum" }, | |
{ "w": "milk", "r": "lekka" }, | |
{ "w": "cereal", "r": "ohs" }, | |
{ "w": "sandwich", "r": "wich" }, | |
{ "w": "water", "r": "blub blub" }, | |
{ "w": "Asparagus", "r": "grabus" }, | |
{ "w": "Chickpea", "r": "kickpa" }, | |
{ "w": "Peas", "r": "beep" }, | |
{ "w": "Broccoli", "r": "kaboki" }, | |
{ "w": "Cabbage", "r": "beppo" }, | |
{ "w": "Carrot", "r": "rokka" }, | |
{ "w": "Dill", "r": "bill" }, | |
{ "w": "Corn", "r": "mabe" }, | |
{ "w": "Pepper", "r": "beppo" }, | |
{ "w": "cheese", "r": "beep" }, | |
{ "w": "Spinach", "r": "chibap" }, | |
{ "w": "Squash", "r": "bap" }, | |
{ "w": "Acorn squash", "r": "bap" }, | |
{ "w": "Butternut squash", "r": "bap" }, | |
{ "w": "Banana squash", "r": "bap" }, | |
{ "w": "Zucchini", "r": "zeepo" }, | |
{ "w": "Cucumber", "r": "bumbo" }, | |
{ "w": "Pumpkin", "r": "pimpomp" }, | |
{ "w": "Sweet potato", "r": "potato" }, | |
{ "w": "Yam", "r": "yap" }, | |
{ "w": "Apricot", "r": "catee" }, | |
{ "w": "Avocado", "r": "cado" }, | |
{ "w": "Breadfruit", "r": "bread" }, | |
{ "w": "Bilberry", "r": "bibiberr" }, | |
{ "w": "Blackberry", "r": "bokaberry" }, | |
{ "w": "Blackcurrant", "r": "bokarant" }, | |
{ "w": "Blueberry", "r": "bloop" }, | |
{ "w": "Boysenberry", "r": "boysan" }, | |
{ "w": "Currant", "r": "runt" }, | |
{ "w": "Cherry", "r": "berry" }, | |
{ "w": "Cherimoya", "r": "cherimoya" }, | |
{ "w": "Chili", "r": "billy" }, | |
{ "w": "Cloudberry", "r": "cloud" }, | |
{ "w": "Coconut", "r": "coco" }, | |
{ "w": "Damson", "r": "damson" }, | |
{ "w": "Date", "r": "date" }, | |
{ "w": "Dragonfruit", "r": "dragra" }, | |
{ "w": "Durian", "r": "durian" }, | |
{ "w": "Elderberry", "r": "elderberry" }, | |
{ "w": "Feijoa", "r": "feijoa" }, | |
{ "w": "Fig", "r": "big" }, | |
{ "w": "Gooseberry", "r": "goobee" }, | |
{ "w": "Grape", "r": "goopa" }, | |
{ "w": "Grapefruit", "r": "goopafoot" }, | |
{ "w": "Guava", "r": "bava" }, | |
{ "w": "Huckleberry", "r": "Huckleberry" }, | |
{ "w": "Honeydew", "r": "dewda" }, | |
{ "w": "Jackfruit", "r": "Jackfruit" }, | |
{ "w": "Jettamelon", "r": "Jettamelon" }, | |
{ "w": "Jambul", "r": "Jambul" }, | |
{ "w": "Jujube", "r": "Jujube" }, | |
{ "w": "Kiwi", "r": "kiwi" }, | |
{ "w": "Kumquat", "r": "bikka" }, | |
{ "w": "Legume", "r": "begume" }, | |
{ "w": "Lemon", "r": "money" }, | |
{ "w": "Lime", "r": "lima" }, | |
{ "w": "Loquat", "r": "Loquat" }, | |
{ "w": "Lychee", "r": "lipchee" }, | |
{ "w": "Mango", "r": "bengo" }, | |
{ "w": "Melon", "r": "belon" }, | |
{ "w": "Cantalope", "r": "canta" }, | |
{ "w": "Cantaloupe", "r": "canta" }, | |
{ "w": "Watermelon", "r": "batabelon" }, | |
{ "w": "Rock melon", "r": "Rock melon" }, | |
{ "w": "Nectarine", "r": "pectarin" }, | |
{ "w": "Nut", "r": "noota" }, | |
{ "w": "Orange", "r": "ranja" }, | |
{ "w": "Clementine", "r": "bemetime" }, | |
{ "w": "Mandarine", "r": "mander" }, | |
{ "w": "Tangerine", "r": "tanger" }, | |
{ "w": "Papaya", "r": "baya" }, | |
{ "w": "Peach", "r": "beech" }, | |
{ "w": "Pear", "r": "perra" }, | |
{ "w": "Prune", "r": "runpe" }, | |
{ "w": "Persimmon", "r": "Persimmon" }, | |
{ "w": "Physalis", "r": "Physalis" }, | |
{ "w": "Plum", "r": "lump" }, | |
{ "w": "Pineapple", "r": "nabapple" }, | |
{ "w": "Pomegranate", "r": "pomgrapple" }, | |
{ "w": "Pomelo", "r": "Pomelo" }, | |
{ "w": "Purple Mangosteen", "r": "Purple Mangosteen" }, | |
{ "w": "Quince", "r": "Quince" }, | |
{ "w": "Raspberry", "r": "palpberry" }, | |
{ "w": "Rambutan", "r": "Rambutan" }, | |
{ "w": "Redcurrant", "r": "Redcurrant" }, | |
{ "w": "Salal berry", "r": "Salal berry" }, | |
{ "w": "Satsuma", "r": "Satsuma" }, | |
{ "w": "Star fruit", "r": "Star fruit" }, | |
{ "w": "Strawberry", "r": "frabble" }, | |
{ "w": "Tamarillo", "r": "Tamarillo" }, | |
{ "w": "Tomato", "r": "Tomato" }, | |
{ "w": "Bear", "r": "oso" }, | |
{ "w": "Bee", "r": "buzz buzz" }, | |
{ "w": "Butterfly", "r": "flybee" }, | |
{ "w": "Cat", "r": "gato" }, | |
{ "w": "Chicken", "r": "pollito" }, | |
{ "w": "Crab", "r": "pincho" }, | |
{ "w": "Dog", "r": "kyle" }, | |
{ "w": "Eel", "r": "leel" }, | |
{ "w": "Fish", "r": "blubby" }, | |
{ "w": "Kangaroo", "r": "roo" }, | |
{ "w": "Owl", "r": "hoo" }, | |
{ "w": "Sloth", "r": "loris" }, | |
{ "w": "Unicorn", "r": "papoya" }, | |
{ "w": "America", "r": "berka" }, | |
{ "w": "USA", "r": "USA" }, | |
{ "w": "Antarctica", "r": "parka" }, | |
{ "w": "Aruba", "r": "blooba" }, | |
{ "w": "Australia", "r": "payla" }, | |
{ "w": "Brazil", "r": "gabil" }, | |
{ "w": "Canada", "r": "mipo" }, | |
{ "w": "Chile", "r": "lika" }, | |
{ "w": "Egypt", "r": "zipto" }, | |
{ "w": "France", "r": "paree" }, | |
{ "w": "Greece", "r": "greepo" }, | |
{ "w": "Vatican", "r": "tican" }, | |
{ "w": "India", "r": "nimba" }, | |
{ "w": "Italy", "r": "tally" }, | |
{ "w": "Japan", "r": "gapay" }, | |
{ "w": "Kenya", "r": "keeklo" }, | |
{ "w": "Mexico", "r": "seeco" }, | |
{ "w": "Norway", "r": "nemo" }, | |
{ "w": "Peru", "r": "pico" }, | |
{ "w": "Portugal", "r": "toogo" }, | |
{ "w": "Sweden", "r": "veemdo" }, | |
{ "w": "Turkey", "r": "burkey" }, | |
{ "w": "United Kingdom", "r": "bingand" }, | |
{ "w": "United States", "r": "berka" }, | |
{ "w": "Venezuela", "r": "zozo" }, | |
{ "w": "Barcelona", "r": "slona" }, | |
{ "w": "Berlin", "r": "ribin" }, | |
{ "w": "Cairo", "r": "keeko" }, | |
{ "w": "Delhi", "r": "belli" }, | |
{ "w": "New Delhi", "r": "belli" }, | |
{ "w": "Dubai", "r": "goobay" }, | |
{ "w": "Tokyo", "r": "boko" }, | |
{ "w": "Mumbai", "r": "boombai" }, | |
{ "w": "Bombay", "r": "boombai" }, | |
{ "w": "Paris", "r": "paree" }, | |
{ "w": "Philadelphia", "r": "filo" }, | |
{ "w": "Rio", "r": "beeyo" }, | |
{ "w": "Rio de Janeiro", "r": "beeyo" }, | |
{ "w": "London", "r": "bo bum" }, | |
{ "w": "England", "r": "bingand" }, | |
{ "w": "California", "r": "sun sun" }, | |
{ "w": "New York", "r": "bork see" }, | |
{ "w": "Pennsylvania", "r": "vaney" }, | |
{ "w": "Florida", "r": "lordak" }, | |
{ "w": "Massachusetts", "r": "baschube" }, | |
{ "w": "Illinois", "r": "loni" }, | |
{ "w": "Kentucky", "r": "tucka" }, | |
{ "w": "Rhode Island", "r": "rho dand" }, | |
{ "w": "Maryland", "r": "mardand" }, | |
{ "w": "Texas", "r": "smeeta" }, | |
{ "w": "Oregon", "r": "gonda" }, | |
{ "w": "Michigan", "r": "shiggy" }, | |
{ "w": "Ohio", "r": "hi-oo" }, | |
{ "w": "Missouri", "r": "zoori" }, | |
{ "w": "Washington DC", "r": "cap cap" }, | |
{ "w": "Puerto Rico", "r": "rico" }, | |
{ "w": "Idaho", "r": "daho" }, | |
{ "w": "Minnesota", "r": "sota" }, | |
{ "w": "Connecticut", "r": "concatut" }, | |
{ "w": "Wisconsin", "r": "sonskin" }, | |
{ "w": "Virginia", "r": "gin gin" }, | |
{ "w": "Colorado", "r": "radocol" }, | |
{ "w": "Delaware", "r": "reddaware" }, | |
{ "w": "Georgia", "r": "rorga" }, | |
{ "w": "Arizona", "r": "zony" }, | |
{ "w": "Washington", "r": "washgon" }, | |
{ "w": "Kansas", "r": "sankas" }, | |
{ "w": "Mississippi", "r": "pee pee" }, | |
{ "w": "Utah", "r": "toopa" }, | |
{ "w": "Indiana", "r": "bandana" }, | |
{ "w": "Louisiana", "r": "sana" }, | |
{ "w": "Vermont", "r": "monty" }, | |
{ "w": "Hawaii", "r": "hawaka" }, | |
{ "w": "Nevada", "r": "vada" }, | |
{ "w": "Nebraska", "r": "braskba" }, | |
{ "w": "Oklahoma", "r": "oo ka doma" }, | |
{ "w": "Montana", "r": "zompana" }, | |
{ "w": "North Carolina", "r": "be carol" }, | |
{ "w": "North Dakota", "r": "dakoma" }, | |
{ "w": "Iowa", "r": "io" }, | |
{ "w": "Alabama", "r": "bama" }, | |
{ "w": "West Virginia", "r": "week gin gin" }, | |
{ "w": "Arkansas", "r": "ark naska" }, | |
{ "w": "New Hampshire", "r": "be hampy" }, | |
{ "w": "Wyoming", "r": "byoma" }, | |
{ "w": "Maine", "r": "baime" }, | |
{ "w": "New Mexico", "r": "be bexo" }, | |
{ "w": "South Dakota", "r": "kota" }, | |
{ "w": "South Carolina", "r": "see carol" }, | |
{ "w": "Tennessee", "r": "mepee" }, | |
{ "w": "Alaska", "r": "kaska" }, | |
{ "w": "Juneau", "r": "boon" }, | |
{ "w": "Phoenix", "r": "feeny" }, | |
{ "w": "Little Rock", "r": "bi bop" }, | |
{ "w": "Sacramento", "r": "mento" }, | |
{ "w": "Denver", "r": "vendo" }, | |
{ "w": "Hartford", "r": "harbo" }, | |
{ "w": "Dover", "r": "dobo" }, | |
{ "w": "Tallahassee", "r": "fallahass" }, | |
{ "w": "Atlanta", "r": "planta" }, | |
{ "w": "Honolulu", "r": "honolulu" }, | |
{ "w": "Boise", "r": "bosee" }, | |
{ "w": "Springfield", "r": "ping" }, | |
{ "w": "Indianapolis", "r": "biapolis" }, | |
{ "w": "Des Moines", "r": "be boing" }, | |
{ "w": "Topeka", "r": "peeko" }, | |
{ "w": "Frankfort", "r": "fapo" }, | |
{ "w": "Baton Rouge", "r": "rupo" }, | |
{ "w": "Augusta", "r": "gusta" }, | |
{ "w": "Annapolis", "r": "napo" }, | |
{ "w": "Boston", "r": "bo bop" }, | |
{ "w": "Lansing", "r": "sing" }, | |
{ "w": "Saint Paul", "r": "pe paul" }, | |
{ "w": "Jackson", "r": "jackman" }, | |
{ "w": "Jefferson City", "r": "fergon" }, | |
{ "w": "Helena", "r": "lena" }, | |
{ "w": "Lincoln", "r": "lincon" }, | |
{ "w": "Carson City", "r": "barcon" }, | |
{ "w": "Concord", "r": "conco" }, | |
{ "w": "Trenton", "r": "teeton" }, | |
{ "w": "Santa Fe", "r": "fee" }, | |
{ "w": "Albany", "r": "banay" }, | |
{ "w": "Raleigh", "r": "ralle" }, | |
{ "w": "Bismarck", "r": "pimark" }, | |
{ "w": "Columbus", "r": "bumbus" }, | |
{ "w": "Oklahoma City", "r": "loma" }, | |
{ "w": "Salem", "r": "palem" }, | |
{ "w": "Providence", "r": "popin" }, | |
{ "w": "Austin", "r": "bobon" }, | |
{ "w": "Los Angeles", "r": "lo la" }, | |
{ "w": "Chicago", "r": "bi ca go" }, | |
{ "w": "Houston", "r": "boos" }, | |
{ "w": "Seattle", "r": "tattle" }, | |
{ "w": "Las Vegas", "r": "bee gas" }, | |
{ "w": "Omaha", "r": "omaha" }, | |
{ "w": "Miami", "r": "bami" }, | |
{ "w": "New Orleans", "r": "bola" }, | |
{ "w": "Tampa", "r": "bampo" }, | |
{ "w": "Aurora", "r": "ropa" }, | |
{ "w": "St. Louis", "r": "lou" }, | |
{ "w": "Cincinnati", "r": "naki" }, | |
{ "w": "Durham", "r": "rubdum" }, | |
{ "w": "Fargo", "r": "faaar" }, | |
{ "w": "Cambridge", "r": "bigo" }, | |
{ "w": "Green Bay", "r": "gleebo" }, | |
{ "w": "Erie", "r": "meero" }, | |
{ "w": "Las Cruces", "r": "croopa" }, | |
{ "w": "already", "r": "bedy" }, | |
{ "w": "although", "r": "rabo" }, | |
{ "w": "anything", "r": "plumaki" }, | |
{ "w": "area", "r": "hara" }, | |
{ "w": "ball", "r": "jugo" }, | |
{ "w": "beautiful", "r": "lindo" }, | |
{ "w": "beginning", "r": "pica" }, | |
{ "w": "Bill", "r": "bibo" }, | |
{ "w": "birds", "r": "avos" }, | |
{ "w": "blue", "r": "zuza" }, | |
{ "w": "boat", "r": "bopa" }, | |
{ "w": "box", "r": "caro" }, | |
{ "w": "bring", "r": "toka" }, | |
{ "w": "build", "r": "hago" }, | |
{ "w": "building", "r": "hagoma" }, | |
{ "w": "built", "r": "hagan" }, | |
{ "w": "can't", "r": "takan" }, | |
{ "w": "care", "r": "mibo" }, | |
{ "w": "carefully", "r": "mibola" }, | |
{ "w": "carried", "r": "soopa" }, | |
{ "w": "carry", "r": "slemo" }, | |
{ "w": "center", "r": "mid" }, | |
{ "w": "class", "r": "leko" }, | |
{ "w": "coming", "r": "miko" }, | |
{ "w": "common", "r": "mora" }, | |
{ "w": "complete", "r": "slempo" }, | |
{ "w": "dark", "r": "doka" }, | |
{ "w": "deep", "r": "dopa" }, | |
{ "w": "distance", "r": "digo" }, | |
{ "w": "doing", "r": "mido" }, | |
{ "w": "dry", "r": "dropa" }, | |
{ "w": "easy", "r": "sim sim" }, | |
{ "w": "either", "r": "sora" }, | |
{ "w": "else", "r": "eko" }, | |
{ "w": "everyone", "r": "tokas" }, | |
{ "w": "fact", "r": "punta" }, | |
{ "w": "fall", "r": "ahh" }, | |
{ "w": "fast", "r": "zipo" }, | |
{ "w": "felt", "r": "zelp" }, | |
{ "w": "field", "r": "forka" }, | |
{ "w": "finally", "r": "tikami" }, | |
{ "w": "fine", "r": "tem" }, | |
{ "w": "floor", "r": "tocap" }, | |
{ "w": "follow", "r": "stikla" }, | |
{ "w": "foot", "r": "pedo" }, | |
{ "w": "friend", "r": "migo" }, | |
{ "w": "full", "r": "lemo" }, | |
{ "w": "game", "r": "spaghetti" }, | |
{ "w": "getting", "r": "gego" }, | |
{ "w": "girl", "r": "pappala" }, | |
{ "w": "glass", "r": "glopa" }, | |
{ "w": "goes", "r": "po" }, | |
{ "w": "gold", "r": "oro" }, | |
{ "w": "gone", "r": "noesta" }, | |
{ "w": "happened", "r": "piklo" }, | |
{ "w": "having", "r": "moka" }, | |
{ "w": "heavy", "r": "muy" }, | |
{ "w": "held", "r": "nep" }, | |
{ "w": "hold", "r": "nop" }, | |
{ "w": "horse", "r": "cama" }, | |
{ "w": "hot", "r": "meatball" }, | |
{ "w": "hour", "r": "hora" }, | |
{ "w": "hundred", "r": "zooma" }, | |
{ "w": "ice", "r": "freelo" }, | |
{ "w": "Indian", "r": "niblan" }, | |
{ "w": "instead", "r": "nola" }, | |
{ "w": "itself", "r": "nikom" }, | |
{ "w": "job", "r": "caree" }, | |
{ "w": "kept", "r": "kep" }, | |
{ "w": "language", "r": "lingu" }, | |
{ "w": "lay", "r": "nap" }, | |
{ "w": "least", "r": "lipa" }, | |
{ "w": "leave", "r": "nik nak" }, | |
{ "w": "list", "r": "listo" }, | |
{ "w": "longer", "r": "tomak" }, | |
{ "w": "low", "r": "gropa" }, | |
{ "w": "main", "r": "nem" }, | |
{ "w": "map", "r": "mopa" }, | |
{ "w": "matter", "r": "makama" }, | |
{ "w": "Miss", "r": "missa" }, | |
{ "w": "mountain", "r": "monton" }, | |
{ "w": "moving", "r": "whoaa" }, | |
{ "w": "music", "r": "bocami" }, | |
{ "w": "needed", "r": "neblo" }, | |
{ "w": "notice", "r": "noki" }, | |
{ "w": "outside", "r": "nopa" }, | |
{ "w": "past", "r": "lego" }, | |
{ "w": "pattern", "r": "pokamente" }, | |
{ "w": "person", "r": "popla" }, | |
{ "w": "piece", "r": "pupla" }, | |
{ "w": "plant", "r": "verdo" }, | |
{ "w": "poor", "r": "mipo" }, | |
{ "w": "possible", "r": "pomptai" }, | |
{ "w": "probably", "r": "midole" }, | |
{ "w": "problem", "r": "sopa" }, | |
{ "w": "question", "r": "pokami" }, | |
{ "w": "quickly", "r": "muka" }, | |
{ "w": "quite", "r": "pit" }, | |
{ "w": "rain", "r": "tapa" }, | |
{ "w": "run", "r": "corro" }, | |
{ "w": "real", "r": "elgo" }, | |
{ "w": "river", "r": "rena" }, | |
{ "w": "road", "r": "cala" }, | |
{ "w": "round", "r": "gordo" }, | |
{ "w": "sat", "r": "sup" }, | |
{ "w": "scientist", "r": "doca" }, | |
{ "w": "shall", "r": "talp" }, | |
{ "w": "ship", "r": "boto" }, | |
{ "w": "simple", "r": "pet" }, | |
{ "w": "size", "r": "sibo" }, | |
{ "w": "slowly", "r": "leno" }, | |
{ "w": "snow", "r": "snoka" }, | |
{ "w": "someone", "r": "mimo" }, | |
{ "w": "special", "r": "tikka" }, | |
{ "w": "stand", "r": "templa" }, | |
{ "w": "start", "r": "quok" }, | |
{ "w": "state", "r": "plato" }, | |
{ "w": "stood", "r": "kop" }, | |
{ "w": "stopped", "r": "haka" }, | |
{ "w": "suddenly", "r": "opa" }, | |
{ "w": "summer", "r": "verna" }, | |
{ "w": "system", "r": "tiklop" }, | |
{ "w": "taken", "r": "teklom" }, | |
{ "w": "talk", "r": "pluka" }, | |
{ "w": "tall", "r": "muy" }, | |
{ "w": "ten", "r": "dez" }, | |
{ "w": "that's", "r": "dos" }, | |
{ "w": "themselves", "r": "demos" }, | |
{ "w": "third", "r": "twa" }, | |
{ "w": "tiny", "r": "libo" }, | |
{ "w": "tried", "r": "tuba" }, | |
{ "w": "voice", "r": "vola" }, | |
{ "w": "warm", "r": "blanko" }, | |
{ "w": "watch", "r": "copa" }, | |
{ "w": "weather", "r": "cora" }, | |
{ "w": "whether", "r": "kupa" }, | |
{ "w": "wide", "r": "wigo" }, | |
{ "w": "wild", "r": "zeez" }, | |
{ "w": "winter", "r": "frilo" }, | |
{ "w": "within", "r": "wopa" }, | |
{ "w": "writing", "r": "scriba" }, | |
{ "w": "written", "r": "scriban" }, | |
{ "w": "is", "r": "tis" }, | |
{ "w": "was", "r": "tos" }, | |
{ "w": "are", "r": "nama" }, | |
{ "w": "name", "r": "nomba" }, | |
{ "w": "very", "r": "mupa" }, | |
{ "w": "through", "r": "thru" }, | |
{ "w": "form", "r": "forma" }, | |
{ "w": "sentence", "r": "siglan" }, | |
{ "w": "great", "r": "gopa" }, | |
{ "w": "help", "r": "hep" }, | |
{ "w": "line", "r": "lem" }, | |
{ "w": "differ", "r": "diplo" }, | |
{ "w": "turn", "r": "tooma" }, | |
{ "w": "cause", "r": "copka" }, | |
{ "w": "much", "r": "mucha" }, | |
{ "w": "mean", "r": "meeno" }, | |
{ "w": "before", "r": "bidom" }, | |
{ "w": "move", "r": "mova" }, | |
{ "w": "right", "r": "recha" }, | |
{ "w": "boy", "r": "nino" }, | |
{ "w": "had", "r": "hagan" }, | |
{ "w": "word", "r": "pingo" }, | |
{ "w": "were", "r": "fem" }, | |
{ "w": "said", "r": "bap" }, | |
{ "w": "each", "r": "seeko" }, | |
{ "w": "many", "r": "mublai" }, | |
{ "w": "write", "r": "scripto" }, | |
{ "w": "long", "r": "lugol" }, | |
{ "w": "thing", "r": "tipa" }, | |
{ "w": "has", "r": "hego" }, | |
{ "w": "more", "r": "mas" }, | |
{ "w": "did", "r": "deep" }, | |
{ "w": "number", "r": "nobam" }, | |
{ "w": "sound", "r": "suka" }, | |
{ "w": "call", "r": "cora" }, | |
{ "w": "may", "r": "maybo" }, | |
{ "w": "been", "r": "bem" }, | |
{ "w": "find", "r": "pen" }, | |
{ "w": "place", "r": "lugo" }, | |
{ "w": "made", "r": "mobla" }, | |
{ "w": "live", "r": "vivo" }, | |
{ "w": "where", "r": "donde" }, | |
{ "w": "little", "r": "ipo" }, | |
{ "w": "came", "r": "lemar" }, | |
{ "w": "show", "r": "ta daa" }, | |
{ "w": "every", "r": "alga" }, | |
{ "w": "under", "r": "sumo" }, | |
{ "w": "same", "r": "mismo" }, | |
{ "w": "tell", "r": "topa" }, | |
{ "w": "does", "r": "dika" }, | |
{ "w": "air", "r": "ara" }, | |
{ "w": "play", "r": "hopa" }, | |
{ "w": "small", "r": "ito" }, | |
{ "w": "end", "r": "fin" }, | |
{ "w": "put", "r": "ponga" }, | |
{ "w": "read", "r": "leto" }, | |
{ "w": "port", "r": "porp" }, | |
{ "w": "large", "r": "breeko" }, | |
{ "w": "spell", "r": "plok" }, | |
{ "w": "add", "r": "tokali" }, | |
{ "w": "land", "r": "briko" }, | |
{ "w": "here", "r": "aca" }, | |
{ "w": "must", "r": "miklo" }, | |
{ "w": "big", "r": "boma" }, | |
{ "w": "high", "r": "feep" }, | |
{ "w": "such", "r": "sook" }, | |
{ "w": "act", "r": "taki" }, | |
{ "w": "ask", "r": "unami" }, | |
{ "w": "men", "r": "heemos" }, | |
{ "w": "change", "r": "greebo" }, | |
{ "w": "light", "r": "luz" }, | |
{ "w": "kind", "r": "nace" }, | |
{ "w": "house", "r": "hoopa" }, | |
{ "w": "picture", "r": "pinto" }, | |
{ "w": "try", "r": "traigo" }, | |
{ "w": "again", "r": "unama" }, | |
{ "w": "animal", "r": "feelo" }, | |
{ "w": "point", "r": "poonk" }, | |
{ "w": "mother", "r": "mama" }, | |
{ "w": "world", "r": "globo" }, | |
{ "w": "near", "r": "peep" }, | |
{ "w": "self", "r": "sok" }, | |
{ "w": "father", "r": "papa" }, | |
{ "w": "head", "r": "caba" }, | |
{ "w": "own", "r": "mio" }, | |
{ "w": "page", "r": "piplo" }, | |
{ "w": "should", "r": "soko" }, | |
{ "w": "country", "r": "placo" }, | |
{ "w": "found", "r": "polo" }, | |
{ "w": "answer", "r": "simpli" }, | |
{ "w": "school", "r": "borko" }, | |
{ "w": "grow", "r": "longo" }, | |
{ "w": "study", "r": "studo" }, | |
{ "w": "still", "r": "roopa" }, | |
{ "w": "learn", "r": "estudo" }, | |
{ "w": "cover", "r": "coplo" }, | |
{ "w": "food", "r": "tumtum" }, | |
{ "w": "four", "r": "sanc" }, | |
{ "w": "between", "r": "squee" }, | |
{ "w": "keep", "r": "tenga" }, | |
{ "w": "eye", "r": "lengo" }, | |
{ "w": "never", "r": "nopa" }, | |
{ "w": "last", "r": "tepo" }, | |
{ "w": "let", "r": "seep" }, | |
{ "w": "city", "r": "kiku" }, | |
{ "w": "tree", "r": "bosca" }, | |
{ "w": "cross", "r": "croco" }, | |
{ "w": "farm", "r": "rogo" }, | |
{ "w": "hard", "r": "ow" }, | |
{ "w": "might", "r": "moopa" }, | |
{ "w": "story", "r": "linkla" }, | |
{ "w": "sea", "r": "bluma" }, | |
{ "w": "draw", "r": "dreelo" }, | |
{ "w": "left", "r": "isko" }, | |
{ "w": "late", "r": "lubo" }, | |
{ "w": "don't", "r": "domo" }, | |
{ "w": "while", "r": "weebo" }, | |
{ "w": "press", "r": "pokka" }, | |
{ "w": "close", "r": "subo" }, | |
{ "w": "night", "r": "nokka" }, | |
{ "w": "life", "r": "levo" }, | |
{ "w": "few", "r": "foop" }, | |
{ "w": "north", "r": "norka" }, | |
{ "w": "Co", "r": "wee" }, | |
{ "w": "PC", "r": "pip" }, | |
{ "w": "Mr", "r": "cur" }, | |
{ "w": "OS", "r": "goy" }, | |
{ "w": "II", "r": "haw" }, | |
{ "w": "UK", "r": "are" }, | |
{ "w": "St", "r": "reg" }, | |
{ "w": "de", "r": "wet" }, | |
{ "w": "HP", "r": "law" }, | |
{ "w": "TV", "r": "gam" }, | |
{ "w": "Dr", "r": "ope" }, | |
{ "w": "Jr", "r": "up" }, | |
{ "w": "PS", "r": "teg" }, | |
{ "w": "ad", "r": "rai" }, | |
{ "w": "CA", "r": "key" }, | |
{ "w": "DC", "r": "lad" }, | |
{ "w": "vs", "r": "ed" }, | |
{ "w": "GM", "r": "rat" }, | |
{ "w": "EC", "r": "gas" }, | |
{ "w": "IP", "r": "bes" }, | |
{ "w": "La", "r": "act" }, | |
{ "w": "Va", "r": "lex" }, | |
{ "w": "El", "r": "nu" }, | |
{ "w": "IV", "r": "arc" }, | |
{ "w": "Lt", "r": "cru" }, | |
{ "w": "gt", "r": "red" }, | |
{ "w": "AP", "r": "sab" }, | |
{ "w": "SE", "r": "lop" }, | |
{ "w": "CD", "r": "flu" }, | |
{ "w": "MB", "r": "tsk" }, | |
{ "w": "FR", "r": "kop" }, | |
{ "w": "Al", "r": "udo" }, | |
{ "w": "PM", "r": "om" }, | |
{ "w": "AG", "r": "pud" }, | |
{ "w": "GE", "r": "dis" }, | |
{ "w": "NB", "r": "mop" }, | |
{ "w": "CT", "r": "van" }, | |
{ "w": "Md", "r": "doe" }, | |
{ "w": "Ed", "r": "aye" }, | |
{ "w": "3D", "r": "sit" }, | |
{ "w": "Fe", "r": "yea" }, | |
{ "w": "cm", "r": "lye" }, | |
{ "w": "RS", "r": "the" }, | |
{ "w": "Du", "r": "let" }, | |
{ "w": "AI", "r": "res" }, | |
{ "w": "SW", "r": "keg" }, | |
{ "w": "Mo", "r": "con" }, | |
{ "w": "Li", "r": "oes" }, | |
{ "w": "mm", "r": "boa" }, | |
{ "w": "Ga", "r": "teg" }, | |
{ "w": "ID", "r": "reg" }, | |
{ "w": "VM", "r": "jug" }, | |
{ "w": "NW", "r": "app" }, | |
{ "w": "Pf", "r": "oud" }, | |
{ "w": "MA", "r": "en" }, | |
{ "w": "SX", "r": "leg" }, | |
{ "w": "XT", "r": "ais" }, | |
{ "w": "en", "r": "won" }, | |
{ "w": "BP", "r": "qi" }, | |
{ "w": "VP", "r": "emu" }, | |
{ "w": "IC", "r": "oes" }, | |
{ "w": "Ls", "r": "rah" }, | |
{ "w": "Le", "r": "ex" }, | |
{ "w": "TI", "r": "sew" }, | |
{ "w": "BT", "r": "ors" }, | |
{ "w": "Ms", "r": "jig" }, | |
{ "w": "kg", "r": "xi" }, | |
{ "w": "UN", "r": "vas" }, | |
{ "w": "UX", "r": "dev" }, | |
{ "w": "AC", "r": "las" }, | |
{ "w": "GL", "r": "oat" }, | |
{ "w": "et", "r": "hit" }, | |
{ "w": "CI", "r": "sab" }, | |
{ "w": "pH", "r": "put" }, | |
{ "w": "NY", "r": "ram" }, | |
{ "w": "Ky", "r": "fin" }, | |
{ "w": "EU", "r": "goa" }, | |
{ "w": "Sr", "r": "vav" }, | |
{ "w": "mg", "r": "reg" }, | |
{ "w": "AR", "r": "ed" }, | |
{ "w": "SA", "r": "igg" }, | |
{ "w": "LC", "r": "asp" }, | |
{ "w": "cc", "r": "ana" }, | |
{ "w": "FY", "r": "lez" }, | |
{ "w": "Mr.", "r": "si" }, | |
{ "w": "Inc", "r": "pe" }, | |
{ "w": "per", "r": "hob" }, | |
{ "w": "IBM", "r": "os" }, | |
{ "w": "too", "r": "mac" }, | |
{ "w": "ago", "r": "lam" }, | |
{ "w": "oil", "r": "ism" }, | |
{ "w": "pay", "r": "key" }, | |
{ "w": "six", "r": "cay" }, | |
{ "w": "law", "r": "nos" }, | |
{ "w": "San", "r": "rem" }, | |
{ "w": "tax", "r": "eng" }, | |
{ "w": "buy", "r": "aid" }, | |
{ "w": "DOS", "r": "mib" }, | |
{ "w": "top", "r": "zzz" }, | |
{ "w": "due", "r": "wed" }, | |
{ "w": "lot", "r": "ta" }, | |
{ "w": "cut", "r": "jar" }, | |
{ "w": "net", "r": "pro" }, | |
{ "w": "key", "r": "mis" }, | |
{ "w": "war", "r": "ono" }, | |
{ "w": "old", "r": "cox" }, | |
{ "w": "yet", "r": "eve" }, | |
{ "w": "Mac", "r": "mop" }, | |
{ "w": "gas", "r": "mi" }, | |
{ "w": "LAN", "r": "bar" }, | |
{ "w": "Ms.", "r": "tub" }, | |
{ "w": "car", "r": "tor" }, | |
{ "w": "bid", "r": "oxo" }, | |
{ "w": "led", "r": "ute" }, | |
{ "w": "yen", "r": "do" }, | |
{ "w": "RAM", "r": "tug" }, | |
{ "w": "I'm", "r": "het" }, | |
{ "w": "won", "r": "lib" }, | |
{ "w": "via", "r": "piu" }, | |
{ "w": "hit", "r": "ply" }, | |
{ "w": "Los", "r": "fig" }, | |
{ "w": "aid", "r": "has" }, | |
{ "w": "DEC", "r": "pep" }, | |
{ "w": "PCs", "r": "kos" }, | |
{ "w": "bad", "r": "gib" }, | |
{ "w": "met", "r": "aha" }, | |
{ "w": "sub", "r": "ni" }, | |
{ "w": "bus", "r": "ban" }, | |
{ "w": "Sen", "r": "apo" }, | |
{ "w": "Oct", "r": "kif" }, | |
{ "w": "age", "r": "shh" }, | |
{ "w": "Jan", "r": "wiz" }, | |
{ "w": "Ltd", "r": "gas" }, | |
{ "w": "Dow", "r": "zit" }, | |
{ "w": "bit", "r": "jot" }, | |
{ "w": "SQL", "r": "oba" }, | |
{ "w": "sup", "r": "ere" }, | |
{ "w": "Aug", "r": "bay" }, | |
{ "w": "fax", "r": "nob" }, | |
{ "w": "Rep", "r": "arb" }, | |
{ "w": "VGA", "r": "lot" }, | |
{ "w": "son", "r": "oes" }, | |
{ "w": "VAX", "r": "rue" }, | |
{ "w": "Nov", "r": "keg" }, | |
{ "w": "III", "r": "boa" }, | |
{ "w": "art", "r": "cob" }, | |
{ "w": "Feb", "r": "pal" }, | |
{ "w": "ran", "r": "uns" }, | |
{ "w": "nor", "r": "ar" }, | |
{ "w": "bar", "r": "rob" }, | |
{ "w": "CBS", "r": "axe" }, | |
{ "w": "Fed", "r": "pes" }, | |
{ "w": "ban", "r": "mac" }, | |
{ "w": "VMS", "r": "fug" }, | |
{ "w": "red", "r": "tye" }, | |
{ "w": "CPU", "r": "fou" }, | |
{ "w": "Jim", "r": "er" }, | |
{ "w": "Bob", "r": "yok" }, | |
{ "w": "fit", "r": "our" }, | |
{ "w": "NBC", "r": "too" }, | |
{ "w": "Gov", "r": "why" }, | |
{ "w": "SEC", "r": "kay" }, | |
{ "w": "fee", "r": "gel" }, | |
{ "w": "Lee", "r": "ave" }, | |
{ "w": "EPA", "r": "ten" }, | |
{ "w": "TCP", "r": "hun" }, | |
{ "w": "ABC", "r": "lye" }, | |
{ "w": "Gen", "r": "rap" }, | |
{ "w": "Bay", "r": "was" }, | |
{ "w": "Tom", "r": "gae" }, | |
{ "w": "ads", "r": "cub" }, | |
{ "w": "jet", "r": "en" }, | |
{ "w": "fly", "r": "jee" }, | |
{ "w": "FBI", "r": "gee" }, | |
{ "w": "CAD", "r": "bed" }, | |
{ "w": "Sir", "r": "nim" }, | |
{ "w": "die", "r": "shh" }, | |
{ "w": "OSI", "r": "nib" }, | |
{ "w": "NCR", "r": "sap" }, | |
{ "w": "IRS", "r": "are" }, | |
{ "w": "Fla", "r": "lac" }, | |
{ "w": "PLC", "r": "gut" }, | |
{ "w": "gap", "r": "fun" }, | |
{ "w": "gun", "r": "kat" }, | |
{ "w": "GOP", "r": "bot" }, | |
{ "w": "NEC", "r": "chi" }, | |
{ "w": "Dan", "r": "ore" }, | |
{ "w": "Pan", "r": "rep" }, | |
{ "w": "CFR", "r": "yak" }, | |
{ "w": "PLO", "r": "gid" }, | |
{ "w": "FDA", "r": "nun" }, | |
{ "w": "MIS", "r": "yen" }, | |
{ "w": "FAA", "r": "rib" }, | |
{ "w": "Col", "r": "spy" }, | |
{ "w": "Joe", "r": "nab" }, | |
{ "w": "Ave", "r": "old" }, | |
{ "w": "sit", "r": "oke" }, | |
{ "w": "MHz", "r": "pen" }, | |
{ "w": "aim", "r": "pit" }, | |
{ "w": "guy", "r": "gos" }, | |
{ "w": "bed", "r": "tag" }, | |
{ "w": "qtr", "r": "tau" }, | |
{ "w": "Ill", "r": "mho" }, | |
{ "w": "Fox", "r": "cam" }, | |
{ "w": "MCI", "r": "try" }, | |
{ "w": "mix", "r": "roe" }, | |
{ "w": "God", "r": "nos" }, | |
{ "w": "ion", "r": "fad" }, | |
{ "w": "raw", "r": "fab" }, | |
{ "w": "FCC", "r": "day" }, | |
{ "w": "MCA", "r": "wud" }, | |
{ "w": "3-D", "r": "wiz" }, | |
{ "w": "Don", "r": "ags" }, | |
{ "w": "ROM", "r": "sew" }, | |
{ "w": "etc", "r": "zoo" }, | |
{ "w": "CEO", "r": "maw" }, | |
{ "w": "mph", "r": "nab" }, | |
{ "w": "era", "r": "kis" }, | |
{ "w": "Van", "r": "vox" }, | |
{ "w": "OSF", "r": "aff" }, | |
{ "w": "Pro", "r": "tea" }, | |
{ "w": "kit", "r": "rub" }, | |
{ "w": "log", "r": "bin" }, | |
{ "w": "SAA", "r": "sea" }, | |
{ "w": "eat", "r": "ads" }, | |
{ "w": "EDT", "r": "of" }, | |
{ "w": "Rev", "r": "ore" }, | |
{ "w": "DB2", "r": "mae" }, | |
{ "w": "sum", "r": "gee" }, | |
{ "w": "par", "r": "pee" }, | |
{ "w": "tie", "r": "fad" }, | |
{ "w": "fix", "r": "at" }, | |
{ "w": "SNA", "r": "suk" }, | |
{ "w": "API", "r": "vau" }, | |
{ "w": "DNA", "r": "web" }, | |
{ "w": "bps", "r": "its" }, | |
{ "w": "MVS", "r": "dos" }, | |
{ "w": "CIA", "r": "aim" }, | |
{ "w": "EDI", "r": "jar" }, | |
{ "w": "Sam", "r": "soy" }, | |
{ "w": "ANC", "r": "som" }, | |
{ "w": "LCD", "r": "qua" }, | |
{ "w": "Ray", "r": "keg" }, | |
{ "w": "Las", "r": "awn" }, | |
{ "w": "lie", "r": "kef" }, | |
{ "w": "dot", "r": "up" }, | |
{ "w": "Ada", "r": "vug" }, | |
{ "w": "hub", "r": "yah" }, | |
{ "w": "bag", "r": "din" }, | |
{ "w": "Ron", "r": "ere" }, | |
{ "w": "HUD", "r": "lye" }, | |
{ "w": "GAO", "r": "mac" }, | |
{ "w": "GSA", "r": "beg" }, | |
{ "w": "GUI", "r": "sal" }, | |
{ "w": "bet", "r": "tae" }, | |
{ "w": "Oak", "r": "oak" }, | |
{ "w": "1st", "r": "biz" }, | |
{ "w": "Kim", "r": "nog" }, | |
{ "w": "Ann", "r": "urn" }, | |
{ "w": "OTC", "r": "ens" }, | |
{ "w": "EGA", "r": "nan" }, | |
{ "w": "4th", "r": "oak" }, | |
{ "w": "leg", "r": "ho" }, | |
{ "w": "lab", "r": "bug" }, | |
{ "w": "tab", "r": "fat" }, | |
{ "w": "pop", "r": "fem" }, | |
{ "w": "AST", "r": "spy" }, | |
{ "w": "tag", "r": "et" }, | |
{ "w": "OEM", "r": "eel" }, | |
{ "w": "SCO", "r": "dim" }, | |
{ "w": "tip", "r": "het" }, | |
{ "w": "2nd", "r": "led" }, | |
{ "w": "IRA", "r": "og" }, | |
{ "w": "AIX", "r": "jet" }, | |
{ "w": "Pat", "r": "gut" }, | |
{ "w": "A's", "r": "lam" }, | |
{ "w": "ash", "r": "xu" }, | |
{ "w": "fan", "r": "nor" }, | |
{ "w": "EMS", "r": "on" }, | |
{ "w": "pen", "r": "awa" }, | |
{ "w": "Ken", "r": "ems" }, | |
{ "w": "cap", "r": "lam" }, | |
{ "w": "Tel", "r": "jee" }, | |
{ "w": "dpi", "r": "deb" }, | |
{ "w": "EST", "r": "zee" }, | |
{ "w": "SYS", "r": "goy" }, | |
{ "w": "EIS", "r": "jag" }, | |
{ "w": "RJR", "r": "upo" }, | |
{ "w": "DDE", "r": "two" }, | |
{ "w": "Roy", "r": "pye" }, | |
{ "w": "ink", "r": "tet" }, | |
{ "w": "rid", "r": "ick" }, | |
{ "w": "DOE", "r": "beg" }, | |
{ "w": "UAL", "r": "for" }, | |
{ "w": "DAT", "r": "fop" }, | |
{ "w": "Ore", "r": "pry" }, | |
{ "w": "tap", "r": "aba" }, | |
{ "w": "IMF", "r": "peh" }, | |
{ "w": "TSR", "r": "nix" }, | |
{ "w": "COM", "r": "wat" }, | |
{ "w": "Tim", "r": "lib" }, | |
{ "w": "3rd", "r": "sum" }, | |
{ "w": "EDS", "r": "bum" }, | |
{ "w": "GNP", "r": "gul" }, | |
{ "w": "Ted", "r": "has" }, | |
{ "w": "FTS", "r": "yak" }, | |
{ "w": "PBX", "r": "pur" }, | |
{ "w": "odd", "r": "its" }, | |
{ "w": "Roh", "r": "kob" }, | |
{ "w": "Ali", "r": "yuk" }, | |
{ "w": "Sri", "r": "ewe" }, | |
{ "w": "Jay", "r": "fon" }, | |
{ "w": "Del", "r": "fin" }, | |
{ "w": "Cos", "r": "cry" }, | |
{ "w": "NRC", "r": "hit" }, | |
{ "w": "AMD", "r": "rye" }, | |
{ "w": "NFS", "r": "hyp" }, | |
{ "w": "OMB", "r": "zzz" }, | |
{ "w": "TWA", "r": "irk" }, | |
{ "w": "ACM", "r": "nun" }, | |
{ "w": "pit", "r": "inn" }, | |
{ "w": "wet", "r": "mud" }, | |
{ "w": "MeV", "r": "lis" }, | |
{ "w": "DOD", "r": "ut" }, | |
{ "w": "Ben", "r": "yob" }, | |
{ "w": "GTE", "r": "kob" }, | |
{ "w": "EXE", "r": "pug" }, | |
{ "w": "Abu", "r": "nee" }, | |
{ "w": "Maj", "r": "wee" }, | |
{ "w": "UPS", "r": "pud" }, | |
{ "w": "bug", "r": "opt" }, | |
{ "w": "IRM", "r": "fly" }, | |
{ "w": "80s", "r": "sob" }, | |
{ "w": "CGA", "r": "job" }, | |
{ "w": "ppm", "r": "ohm" }, | |
{ "w": "Mae", "r": "hat" }, | |
{ "w": "pad", "r": "lit" }, | |
{ "w": "sue", "r": "awn" }, | |
{ "w": "SAS", "r": "qi" }, | |
{ "w": "Max", "r": "gnu" }, | |
{ "w": "CDC", "r": "icy" }, | |
{ "w": "ISA", "r": "inn" }, | |
{ "w": "kid", "r": "ar" }, | |
{ "w": "Ind", "r": "vox" }, | |
{ "w": "90s", "r": "oy" }, | |
{ "w": "sad", "r": "efs" }, | |
{ "w": "Ala", "r": "in" }, | |
{ "w": "BBC", "r": "ern" }, | |
{ "w": "OCR", "r": "heh" }, | |
{ "w": "ton", "r": "oke" }, | |
{ "w": "Wis", "r": "elm" }, | |
{ "w": "BBS", "r": "mob" }, | |
{ "w": "INS", "r": "hes" }, | |
{ "w": "USS", "r": "elf" }, | |
{ "w": "60s", "r": "ox" }, | |
{ "w": "Mrs", "r": "pom" }, | |
{ "w": "Cox", "r": "hap" }, | |
{ "w": "tea", "r": "tee" }, | |
{ "w": "ADP", "r": "pye" }, | |
{ "w": "cry", "r": "bah" }, | |
{ "w": "ATM", "r": "rim" }, | |
{ "w": "MNP", "r": "bay" }, | |
{ "w": "4GL", "r": "kay" }, | |
{ "w": "ski", "r": "had" }, | |
{ "w": "GDP", "r": "uh" }, | |
{ "w": "USX", "r": "cee" }, | |
{ "w": "CDs", "r": "aff" }, | |
{ "w": "70s", "r": "tup" }, | |
{ "w": "Mar", "r": "pig" }, | |
{ "w": "pin", "r": "ai" }, | |
{ "w": "WSJ", "r": "ton" }, | |
{ "w": "RIP", "r": "fas" }, | |
{ "w": "Ian", "r": "joy" }, | |
{ "w": "KGB", "r": "hut" }, | |
{ "w": "ISO", "r": "rex" }, | |
{ "w": "gay", "r": "lay" }, | |
{ "w": "ICL", "r": "lap" }, | |
{ "w": "UAW", "r": "em" }, | |
{ "w": "ERM", "r": "imp" }, | |
{ "w": "IPX", "r": "foy" }, | |
{ "w": "spy", "r": "alb" }, | |
{ "w": "CAM", "r": "cut" }, | |
{ "w": "egg", "r": "ahi" }, | |
{ "w": "FTC", "r": "ed" }, | |
{ "w": "PCX", "r": "egg" }, | |
{ "w": "ACE", "r": "so" }, | |
{ "w": "CMS", "r": "os" }, | |
{ "w": "ESA", "r": "kob" }, | |
{ "w": "Kan", "r": "yeh" }, | |
{ "w": "TRW", "r": "cup" }, | |
{ "w": "hat", "r": "wyn" }, | |
{ "w": "Ami", "r": "bur" }, | |
{ "w": "Rdb", "r": "taj" }, | |
{ "w": "min", "r": "tye" }, | |
{ "w": "MHS", "r": "win" }, | |
{ "w": "pet", "r": "led" }, | |
{ "w": "Des", "r": "ted" }, | |
{ "w": "cup", "r": "zas" }, | |
{ "w": "SDI", "r": "vau" }, | |
{ "w": "rod", "r": "lib" }, | |
{ "w": "ear", "r": "xu" }, | |
{ "w": "RTC", "r": "fox" }, | |
{ "w": "EEC", "r": "ism" }, | |
{ "w": "VAR", "r": "ahs" }, | |
{ "w": "EPS", "r": "fop" }, | |
{ "w": "says", "r": "dif" }, | |
{ "w": "data", "r": "oak" }, | |
{ "w": "used", "r": "its" }, | |
{ "w": "Corp", "r": "sau" }, | |
{ "w": "both", "r": "lap" }, | |
{ "w": "week", "r": "mat" }, | |
{ "w": "next", "r": "rod" }, | |
{ "w": "York", "r": "oft" }, | |
{ "w": "less", "r": "for" }, | |
{ "w": "rate", "r": "art" }, | |
{ "w": "file", "r": "sad" }, | |
{ "w": "cent", "r": "mel" }, | |
{ "w": "case", "r": "joy" }, | |
{ "w": "five", "r": "our" }, | |
{ "w": "cost", "r": "fig" }, | |
{ "w": "days", "r": "dex" }, | |
{ "w": "user", "r": "cox" }, | |
{ "w": "told", "r": "was" }, | |
{ "w": "plan", "r": "eth" }, | |
{ "w": "Bush", "r": "ax" }, | |
{ "w": "disk", "r": "mus" }, | |
{ "w": "rose", "r": "zit" }, | |
{ "w": "West", "r": "ol" }, | |
{ "w": "unit", "r": "tap" }, | |
{ "w": "fell", "r": "jot" }, | |
{ "w": "news", "r": "lex" }, | |
{ "w": "best", "r": "obe" }, | |
{ "w": "John", "r": "day" }, | |
{ "w": "June", "r": "sob" }, | |
{ "w": "Bank", "r": "pig" }, | |
{ "w": "took", "r": "rig" }, | |
{ "w": "firm", "r": "pop" }, | |
{ "w": "half", "r": "vau" }, | |
{ "w": "open", "r": "mac" }, | |
{ "w": "able", "r": "lap" }, | |
{ "w": "sold", "r": "ska" }, | |
{ "w": "test", "r": "tho" }, | |
{ "w": "sell", "r": "cot" }, | |
{ "w": "vice", "r": "ohm" }, | |
{ "w": "loss", "r": "ora" }, | |
{ "w": "code", "r": "hao" }, | |
{ "w": "July", "r": "dry" }, | |
{ "w": "away", "r": "cos" }, | |
{ "w": "deal", "r": "ow" }, | |
{ "w": "debt", "r": "de" }, | |
{ "w": "uses", "r": "dom" }, | |
{ "w": "East", "r": "nit" }, | |
{ "w": "free", "r": "rex" }, | |
{ "w": "text", "r": "zin" }, | |
{ "w": "base", "r": "ons" }, | |
{ "w": "done", "r": "pin" }, | |
{ "w": "lost", "r": "gum" }, | |
{ "w": "once", "r": "hod" }, | |
{ "w": "cash", "r": "aid" }, | |
{ "w": "type", "r": "up" }, | |
{ "w": "sale", "r": "pac" }, | |
{ "w": "drug", "r": "kae" }, | |
{ "w": "Unix", "r": "pas" }, | |
{ "w": "rise", "r": "dif" }, | |
{ "w": "seen", "r": "gad" }, | |
{ "w": "vote", "r": "lag" }, | |
{ "w": "meet", "r": "ivy" }, | |
{ "w": "role", "r": "orb" }, | |
{ "w": "died", "r": "ago" }, | |
{ "w": "Mrs.", "r": "but" }, | |
{ "w": "sent", "r": "sri" }, | |
{ "w": "rule", "r": "no" }, | |
{ "w": "paid", "r": "icy" }, | |
{ "w": "view", "r": "eel" }, | |
{ "w": "lead", "r": "she" }, | |
{ "w": "card", "r": "lay" }, | |
{ "w": "trot", "r": "sky" }, | |
{ "w": "soon", "r": "kye" }, | |
{ "w": "jobs", "r": "hit" }, | |
{ "w": "gave", "r": "ago" }, | |
{ "w": "ever", "r": "rib" }, | |
{ "w": "bond", "r": "pew" }, | |
{ "w": "book", "r": "tau" }, | |
{ "w": "team", "r": "pas" }, | |
{ "w": "gain", "r": "hub" }, | |
{ "w": "runs", "r": "ole" }, | |
{ "w": "cars", "r": "it" }, | |
{ "w": "p.m.", "r": "als" }, | |
{ "w": "nine", "r": "eye" }, | |
{ "w": "step", "r": "via" }, | |
{ "w": "Jose", "r": "dex" }, | |
{ "w": "idea", "r": "tut" }, | |
{ "w": "term", "r": "cay" }, | |
{ "w": "drop", "r": "vie" }, | |
{ "w": "sure", "r": "udo" }, | |
{ "w": "room", "r": "bys" }, | |
{ "w": "fund", "r": "kis" }, | |
{ "w": "wife", "r": "koi" }, | |
{ "w": "mode", "r": "gie" }, | |
{ "w": "Iraq", "r": "mot" }, | |
{ "w": "flow", "r": "wos" }, | |
{ "w": "chip", "r": "rum" }, | |
{ "w": "tool", "r": "taj" }, | |
{ "w": "Wall", "r": "pes" }, | |
{ "w": "fuel", "r": "wos" }, | |
{ "w": "rest", "r": "hah" }, | |
{ "w": "mail", "r": "at" }, | |
{ "w": "coal", "r": "es" }, | |
{ "w": "hope", "r": "leg" }, | |
{ "w": "risk", "r": "ti" }, | |
{ "w": "site", "r": "his" }, | |
{ "w": "ways", "r": "nut" }, | |
{ "w": "lets", "r": "pus" }, | |
{ "w": "suit", "r": "chi" }, | |
{ "w": "army", "r": "mim" }, | |
{ "w": "lack", "r": "rah" }, | |
{ "w": "shot", "r": "ag" }, | |
{ "w": "menu", "r": "psi" }, | |
{ "w": "a.m.", "r": "vaw" }, | |
{ "w": "host", "r": "ars" }, | |
{ "w": "Paul", "r": "pi" }, | |
{ "w": "heat", "r": "new" }, | |
{ "w": "film", "r": "hyp" }, | |
{ "w": "send", "r": "si" }, | |
{ "w": "true", "r": "ods" }, | |
{ "w": "cuts", "r": "duo" }, | |
{ "w": "task", "r": "rug" }, | |
{ "w": "slow", "r": "her" }, | |
{ "w": "plus", "r": "zuu" }, | |
{ "w": "loan", "r": "nae" }, | |
{ "w": "body", "r": "ahi" }, | |
{ "w": "feet", "r": "gat" }, | |
{ "w": "save", "r": "app" }, | |
{ "w": "seem", "r": "uns" }, | |
{ "w": "cell", "r": "oho" }, | |
{ "w": "Sept", "r": "dis" }, | |
{ "w": "Gulf", "r": "bud" }, | |
{ "w": "copy", "r": "ti" }, | |
{ "w": "tape", "r": "roe" }, | |
{ "w": "upon", "r": "ahs" }, | |
{ "w": "sign", "r": "gag" }, | |
{ "w": "link", "r": "ami" }, | |
{ "w": "huge", "r": "hog" }, | |
{ "w": "seek", "r": "hut" }, | |
{ "w": "fair", "r": "syn" }, | |
{ "w": "adds", "r": "yom" }, | |
{ "w": "laws", "r": "hoe" }, | |
{ "w": "I've", "r": "tew" }, | |
{ "w": "Iran", "r": "bye" }, | |
{ "w": "AIDS", "r": "rat" }, | |
{ "w": "Ford", "r": "kay" }, | |
{ "w": "arms", "r": "vow" }, | |
{ "w": "Mass", "r": "mar" }, | |
{ "w": "goal", "r": "up" }, | |
{ "w": "Arab", "r": "att" }, | |
{ "w": "Park", "r": "may" }, | |
{ "w": "he's", "r": "neb" }, | |
{ "w": "dead", "r": "big" }, | |
{ "w": "Hong", "r": "wis" }, | |
{ "w": "sets", "r": "al" }, | |
{ "w": "jury", "r": "on" }, | |
{ "w": "post", "r": "gey" }, | |
{ "w": "ones", "r": "myc" }, | |
{ "w": "Navy", "r": "fon" }, | |
{ "w": "gets", "r": "nam" }, | |
{ "w": "note", "r": "hug" }, | |
{ "w": "Bell", "r": "shh" }, | |
{ "w": "tons", "r": "fit" }, | |
{ "w": "refs", "r": "kid" }, | |
{ "w": "figs", "r": "lox" }, | |
{ "w": "Kong", "r": "via" }, | |
{ "w": "load", "r": "if" }, | |
{ "w": "race", "r": "few" }, | |
{ "w": "thus", "r": "ora" }, | |
{ "w": "auto", "r": "awl" }, | |
{ "w": "fear", "r": "gob" }, | |
{ "w": "hurt", "r": "tee" }, | |
{ "w": "onto", "r": "dol" }, | |
{ "w": "knew", "r": "voe" }, | |
{ "w": "fees", "r": "sod" }, | |
{ "w": "ease", "r": "doc" }, | |
{ "w": "sort", "r": "oil" }, | |
{ "w": "lose", "r": "bed" }, | |
{ "w": "pass", "r": "ute" }, | |
{ "w": "font", "r": "jig" }, | |
{ "w": "wait", "r": "sky" }, | |
{ "w": "owns", "r": "teg" }, | |
{ "w": "King", "r": "ope" }, | |
{ "w": "whom", "r": "big" }, | |
{ "w": "trip", "r": "orc" }, | |
{ "w": "Hill", "r": "yup" }, | |
{ "w": "grew", "r": "van" }, | |
{ "w": "core", "r": "hun" }, | |
{ "w": "mark", "r": "yuk" }, | |
{ "w": "weak", "r": "sel" }, | |
{ "w": "push", "r": "hat" }, | |
{ "w": "join", "r": "nut" }, | |
{ "w": "love", "r": "ern" }, | |
{ "w": "RISC", "r": "aah" }, | |
{ "w": "door", "r": "gar" }, | |
{ "w": "tabs", "r": "ohm" }, | |
{ "w": "path", "r": "jo" }, | |
{ "w": "wave", "r": "roe" }, | |
{ "w": "LANs", "r": "oar" }, | |
{ "w": "hear", "r": "wry" }, | |
{ "w": "SCSI", "r": "pug" }, | |
{ "w": "safe", "r": "wop" }, | |
{ "w": "edge", "r": "aw" }, | |
{ "w": "crew", "r": "oh" }, | |
{ "w": "none", "r": "pin" }, | |
{ "w": "spot", "r": "use" }, | |
{ "w": "seat", "r": "aye" }, | |
{ "w": "fill", "r": "pyx" }, | |
{ "w": "pace", "r": "za" }, | |
{ "w": "flat", "r": "fed" }, | |
{ "w": "keys", "r": "is" }, | |
{ "w": "Hall", "r": "ism" }, | |
{ "w": "cold", "r": "toy" }, | |
{ "w": "wind", "r": "nus" }, | |
{ "w": "poll", "r": "yob" }, | |
{ "w": "mine", "r": "wax" }, | |
{ "w": "bomb", "r": "rif" }, | |
{ "w": "ends", "r": "duo" }, | |
{ "w": "tend", "r": "ewe" }, | |
{ "w": "born", "r": "hod" }, | |
{ "w": "crop", "r": "joy" }, | |
{ "w": "Lake", "r": "pur" }, | |
{ "w": "jail", "r": "lin" }, | |
{ "w": "peak", "r": "awn" }, | |
{ "w": "Jack", "r": "vim" }, | |
{ "w": "ties", "r": "cos" }, | |
{ "w": "tour", "r": "gag" }, | |
{ "w": "wage", "r": "oe" }, | |
{ "w": "beam", "r": "bow" }, | |
{ "w": "sees", "r": "cap" }, | |
{ "w": "kids", "r": "ged" }, | |
{ "w": "nice", "r": "wed" }, | |
{ "w": "ring", "r": "phi" }, | |
{ "w": "thin", "r": "aas" }, | |
{ "w": "rich", "r": "oat" }, | |
{ "w": "wish", "r": "jay" }, | |
{ "w": "beat", "r": "ava" }, | |
{ "w": "camp", "r": "rya" }, | |
{ "w": "item", "r": "dug" }, | |
{ "w": "Fort", "r": "tit" }, | |
{ "w": "pact", "r": "jee" }, | |
{ "w": "shop", "r": "oxy" }, | |
{ "w": "soft", "r": "ahs" }, | |
{ "w": "pair", "r": "kay" }, | |
{ "w": "amid", "r": "hit" }, | |
{ "w": "zone", "r": "al" }, | |
{ "w": "ISDN", "r": "nit" }, | |
{ "w": "Alan", "r": "ids" }, | |
{ "w": "Mike", "r": "yew" }, | |
{ "w": "tied", "r": "oi" }, | |
{ "w": "band", "r": "hie" }, | |
{ "w": "kill", "r": "bin" }, | |
{ "w": "lots", "r": "ism" }, | |
{ "w": "desk", "r": "pur" }, | |
{ "w": "coup", "r": "mac" }, | |
{ "w": "puts", "r": "teg" }, | |
{ "w": "shut", "r": "aw" }, | |
{ "w": "Labs", "r": "at" }, | |
{ "w": "cast", "r": "top" }, | |
{ "w": "Asia", "r": "tit" }, | |
{ "w": "bits", "r": "wat" }, | |
{ "w": "acid", "r": "xu" }, | |
{ "w": "I'll", "r": "eft" }, | |
{ "w": "zero", "r": "rai" }, | |
{ "w": "duty", "r": "od" }, | |
{ "w": "eyes", "r": "lo" }, | |
{ "w": "rare", "r": "old" }, | |
{ "w": "NASA", "r": "vav" }, | |
{ "w": "dose", "r": "sad" }, | |
{ "w": "junk", "r": "sky" }, | |
{ "w": "pool", "r": "alb" }, | |
{ "w": "slot", "r": "ahi" }, | |
{ "w": "aide", "r": "tew" }, | |
{ "w": "pull", "r": "sot" }, | |
{ "w": "baby", "r": "kid" }, | |
{ "w": "Macs", "r": "cep" }, | |
{ "w": "fail", "r": "sae" }, | |
{ "w": "feed", "r": "goy" }, | |
{ "w": "Jews", "r": "gap" }, | |
{ "w": "NATO", "r": "oud" }, | |
{ "w": "Wang", "r": "poh" }, | |
{ "w": "flag", "r": "caw" }, | |
{ "w": "soil", "r": "ex" }, | |
{ "w": "Mary", "r": "sup" }, | |
{ "w": "wire", "r": "gem" }, | |
{ "w": "Conn", "r": "meg" }, | |
{ "w": "club", "r": "pas" }, | |
{ "w": "node", "r": "pus" }, | |
{ "w": "bulk", "r": "are" }, | |
{ "w": "Sony", "r": "boo" }, | |
{ "w": "busy", "r": "doe" }, | |
{ "w": "acts", "r": "ho" }, | |
{ "w": "fled", "r": "dey" }, | |
{ "w": "vast", "r": "bop" }, | |
{ "w": "veto", "r": "hub" }, | |
{ "w": "bids", "r": "fez" }, | |
{ "w": "lies", "r": "bay" }, | |
{ "w": "MIPS", "r": "you" }, | |
{ "w": "laid", "r": "are" }, | |
{ "w": "EISA", "r": "nab" }, | |
{ "w": "Gary", "r": "elf" }, | |
{ "w": "3Com", "r": "yod" }, | |
{ "w": "edit", "r": "noo" }, | |
{ "w": "tank", "r": "fay" }, | |
{ "w": "meat", "r": "aby" }, | |
{ "w": "earn", "r": "guv" }, | |
{ "w": "rely", "r": "tsk" }, | |
{ "w": "Gaza", "r": "fig" }, | |
{ "w": "gray", "r": "obe" }, | |
{ "w": "wear", "r": "moo" }, | |
{ "w": "fans", "r": "azo" }, | |
{ "w": "OPEC", "r": "tun" }, | |
{ "w": "scan", "r": "yak" }, | |
{ "w": "wine", "r": "meg" }, | |
{ "w": "inch", "r": "alp" }, | |
{ "w": "drew", "r": "vie" }, | |
{ "w": "FDDI", "r": "sap" }, | |
{ "w": "beta", "r": "vie" }, | |
{ "w": "bars", "r": "hid" }, | |
{ "w": "halt", "r": "own" }, | |
{ "w": "wake", "r": "nip" }, | |
{ "w": "Dole", "r": "nor" }, | |
{ "w": "sued", "r": "pun" }, | |
{ "w": "troy", "r": "foy" }, | |
{ "w": "beer", "r": "new" }, | |
{ "w": "vary", "r": "ern" }, | |
{ "w": "asks", "r": "ono" }, | |
{ "w": "quit", "r": "zek" }, | |
{ "w": "male", "r": "ick" }, | |
{ "w": "pain", "r": "uts" }, | |
{ "w": "Tass", "r": "axe" }, | |
{ "w": "math", "r": "veg" }, | |
{ "w": "DBMS", "r": "saw" }, | |
{ "w": "guns", "r": "alb" }, | |
{ "w": "Lord", "r": "cep" }, | |
{ "w": "flew", "r": "rah" }, | |
{ "w": "maps", "r": "orb" }, | |
{ "w": "Cuba", "r": "aff" }, | |
{ "w": "hair", "r": "in" }, | |
{ "w": "Palo", "r": "fou" }, | |
{ "w": "boom", "r": "ria" }, | |
{ "w": "Mich", "r": "tor" }, | |
{ "w": "guys", "r": "imp" }, | |
{ "w": "toll", "r": "mib" }, | |
{ "w": "Dean", "r": "khi" }, | |
{ "w": "iron", "r": "ear" }, | |
{ "w": "icon", "r": "fug" }, | |
{ "w": "Dick", "r": "max" }, | |
{ "w": "loop", "r": "wab" }, | |
{ "w": "Ross", "r": "yip" }, | |
{ "w": "hole", "r": "nag" }, | |
{ "w": "Alto", "r": "ef" }, | |
{ "w": "BIOS", "r": "sic" }, | |
{ "w": "pack", "r": "key" }, | |
{ "w": "tube", "r": "ems" }, | |
{ "w": "pipe", "r": "ich" }, | |
{ "w": "rail", "r": "hyp" }, | |
{ "w": "lsqb", "r": "yam" }, | |
{ "w": "bloc", "r": "lat" }, | |
{ "w": "lift", "r": "mus" }, | |
{ "w": "pays", "r": "ken" }, | |
{ "w": "pure", "r": "got" }, | |
{ "w": "deny", "r": "box" }, | |
{ "w": "ride", "r": "oda" }, | |
{ "w": "exit", "r": "yaw" }, | |
{ "w": "pump", "r": "bud" }, | |
{ "w": "Fred", "r": "jig" }, | |
{ "w": "memo", "r": "yea" }, | |
{ "w": "tone", "r": "id" }, | |
{ "w": "blow", "r": "gun" }, | |
{ "w": "plot", "r": "ora" }, | |
{ "w": "ANSI", "r": "tie" }, | |
{ "w": "skin", "r": "mat" }, | |
{ "w": "swap", "r": "cum" }, | |
{ "w": "Kohl", "r": "kob" }, | |
{ "w": "wood", "r": "pye" }, | |
{ "w": "hire", "r": "nor" }, | |
{ "w": "HP's", "r": "mho" }, | |
{ "w": "ions", "r": "deb" }, | |
{ "w": "plea", "r": "bro" }, | |
{ "w": "Tony", "r": "tut" }, | |
{ "w": "boss", "r": "wud" }, | |
{ "w": "arts", "r": "kea" }, | |
{ "w": "lock", "r": "hug" }, | |
{ "w": "Carl", "r": "new" }, | |
{ "w": "Dell", "r": "oba" }, | |
{ "w": "dogs", "r": "zuz" }, | |
{ "w": "USDA", "r": "gag" }, | |
{ "w": "rows", "r": "oba" }, | |
{ "w": "jets", "r": "aa" }, | |
{ "w": "beef", "r": "kid" }, | |
{ "w": "song", "r": "amu" }, | |
{ "w": "bail", "r": "waw" }, | |
{ "w": "fate", "r": "dol" }, | |
{ "w": "Wash", "r": "for" }, | |
{ "w": "bags", "r": "den" }, | |
{ "w": "roof", "r": "til" }, | |
{ "w": "cool", "r": "tot" }, | |
{ "w": "bone", "r": "end" }, | |
{ "w": "Cruz", "r": "arb" }, | |
{ "w": "fare", "r": "wry" }, | |
{ "w": "shed", "r": "rip" }, | |
{ "w": "gene", "r": "foh" }, | |
{ "w": "mood", "r": "mow" }, | |
{ "w": "Dave", "r": "haj" }, | |
{ "w": "dual", "r": "cis" }, | |
{ "w": "hits", "r": "nay" }, | |
{ "w": "sole", "r": "lis" }, | |
{ "w": "rice", "r": "bod" }, | |
{ "w": "rush", "r": "gox" }, | |
{ "w": "plug", "r": "tie" }, | |
{ "w": "rent", "r": "yin" }, | |
{ "w": "tear", "r": "eth" }, | |
{ "w": "root", "r": "jay" }, | |
{ "w": "salt", "r": "mel" }, | |
{ "w": "golf", "r": "man" }, | |
{ "w": "byte", "r": "fop" }, | |
{ "w": "sick", "r": "bro" }, | |
{ "w": "lung", "r": "gas" }, | |
{ "w": "Sgt.", "r": "tae" }, | |
{ "w": "IEEE", "r": "hut" }, | |
{ "w": "fits", "r": "ale" }, | |
{ "w": "gate", "r": "nun" }, | |
{ "w": "gear", "r": "keg" }, | |
{ "w": "Cray", "r": "of" }, | |
{ "w": "Rome", "r": "tut" }, | |
{ "w": "aims", "r": "her" }, | |
{ "w": "owed", "r": "nix" }, | |
{ "w": "boot", "r": "sot" }, | |
{ "w": "wing", "r": "rev" }, | |
{ "w": "riot", "r": "aga" }, | |
{ "w": "wins", "r": "wop" }, | |
{ "w": "Reed", "r": "arc" }, | |
{ "w": "pork", "r": "ars" }, | |
{ "w": "noon", "r": "urn" }, | |
{ "w": "gift", "r": "aal" }, | |
{ "w": "buys", "r": "sax" }, | |
{ "w": "he'd", "r": "red" }, | |
{ "w": "calm", "r": "dex" }, | |
{ "w": "spin", "r": "pht" }, | |
{ "w": "odds", "r": "urp" }, | |
{ "w": "flux", "r": "pod" }, | |
{ "w": "FDIC", "r": "lac" }, | |
{ "w": "Pont", "r": "hen" }, | |
{ "w": "stem", "r": "yap" }, | |
{ "w": "VARs", "r": "ell" }, | |
{ "w": "mere", "r": "mid" }, | |
{ "w": "tens", "r": "oil" }, | |
{ "w": "raid", "r": "top" }, | |
{ "w": "Gore", "r": "hew" }, | |
{ "w": "mice", "r": "vid" }, | |
{ "w": "disc", "r": "aas" }, | |
{ "w": "harm", "r": "pht" }, | |
{ "w": "Eric", "r": "did" }, | |
{ "w": "Nazi", "r": "nun" }, | |
{ "w": "mile", "r": "et" }, | |
{ "w": "ages", "r": "loo" }, | |
{ "w": "sons", "r": "ban" }, | |
{ "w": "sand", "r": "ram" }, | |
{ "w": "Bull", "r": "ne" }, | |
{ "w": "bugs", "r": "elm" }, | |
{ "w": "rear", "r": "lug" }, | |
{ "w": "Colo", "r": "bit" }, | |
{ "w": "gang", "r": "tav" }, | |
{ "w": "pose", "r": "ahi" }, | |
{ "w": "mill", "r": "nap" }, | |
{ "w": "cope", "r": "yob" }, | |
{ "w": "Jeff", "r": "nth" }, | |
{ "w": "Cook", "r": "dag" }, | |
{ "w": "Cape", "r": "rub" }, | |
{ "w": "rank", "r": "wha" }, | |
{ "w": "Capt", "r": "rya" }, | |
{ "w": "wars", "r": "yep" }, | |
{ "w": "Lane", "r": "jet" }, | |
{ "w": "neck", "r": "coz" }, | |
{ "w": "drag", "r": "pas" }, | |
{ "w": "we'd", "r": "odd" }, | |
{ "w": "eggs", "r": "fil" }, | |
{ "w": "dump", "r": "fab" }, | |
{ "w": "Ariz", "r": "lye" }, | |
{ "w": "Ryan", "r": "cis" }, | |
{ "w": "Tenn", "r": "dim" }, | |
{ "w": "GM's", "r": "orb" }, | |
{ "w": "curb", "r": "pax" }, | |
{ "w": "leak", "r": "eta" }, | |
{ "w": "Bonn", "r": "lip" }, | |
{ "w": "sits", "r": "pup" }, | |
{ "w": "Bass", "r": "dex" }, | |
{ "w": "rsqb", "r": "pen" }, | |
{ "w": "tips", "r": "oka" }, | |
{ "w": "hide", "r": "tup" }, | |
{ "w": "dial", "r": "meg" }, | |
{ "w": "TIFF", "r": "yin" }, | |
{ "w": "SNMP", "r": "cru" }, | |
{ "w": "luck", "r": "ivy" }, | |
{ "w": "burn", "r": "orc" }, | |
{ "w": "bold", "r": "tax" }, | |
{ "w": "wore", "r": "bys" }, | |
{ "w": "Duke", "r": "is" }, | |
{ "w": "rape", "r": "mad" }, | |
{ "w": "legs", "r": "sab" }, | |
{ "w": "Juan", "r": "dit" }, | |
{ "w": "warn", "r": "yuk" }, | |
{ "w": "belt", "r": "ahs" }, | |
{ "w": "blew", "r": "haw" }, | |
{ "w": "hero", "r": "cap" }, | |
{ "w": "yard", "r": "lam" }, | |
{ "w": "Alex", "r": "tug" }, | |
{ "w": "Minn", "r": "dan" }, | |
{ "w": "lend", "r": "dis" }, | |
{ "w": "sank", "r": "icy" }, | |
{ "w": "Hunt", "r": "sow" }, | |
{ "w": "DRAM", "r": "oke" }, | |
{ "w": "grid", "r": "go" }, | |
{ "w": "ally", "r": "fas" }, | |
{ "w": "Ward", "r": "ape" }, | |
{ "w": "Pete", "r": "biz" }, | |
{ "w": "slip", "r": "foy" }, | |
{ "w": "urge", "r": "nap" }, | |
{ "w": "trim", "r": "ki" }, | |
{ "w": "mild", "r": "xu" }, | |
{ "w": "Palm", "r": "dex" }, | |
{ "w": "Kemp", "r": "yea" }, | |
{ "w": "Aoun", "r": "cot" }, | |
{ "w": "bias", "r": "som" }, | |
{ "w": "Hart", "r": "maw" }, | |
{ "w": "mess", "r": "mo" }, | |
{ "w": "diet", "r": "nut" }, | |
{ "w": "Rico", "r": "vac" }, | |
{ "w": "Jane", "r": "how" }, | |
{ "w": "aged", "r": "ag" }, | |
{ "w": "Expo", "r": "day" }, | |
{ "w": "20th", "r": "ria" }, | |
{ "w": "Neil", "r": "saw" }, | |
{ "w": "lady", "r": "no" }, | |
{ "w": "slid", "r": "wad" }, | |
{ "w": "toys", "r": "mem" }, | |
{ "w": "clip", "r": "pul" }, | |
{ "w": "lows", "r": "ley" }, | |
{ "w": "Jean", "r": "hep" }, | |
{ "w": "Rick", "r": "tao" }, | |
{ "w": "nose", "r": "mm" }, | |
{ "w": "mate", "r": "reg" }, | |
{ "w": "Lima", "r": "maw" }, | |
{ "w": "rats", "r": "moc" }, | |
{ "w": "wary", "r": "ops" }, | |
{ "w": "glad", "r": "dos" }, | |
{ "w": "Mesa", "r": "bam" }, | |
{ "w": "spur", "r": "ono" }, | |
{ "w": "Pope", "r": "art" }, | |
{ "w": "hell", "r": "nag" }, | |
{ "w": "Kent", "r": "ki" }, | |
{ "w": "hung", "r": "dos" }, | |
{ "w": "keen", "r": "udo" }, | |
{ "w": "Bowl", "r": "cut" }, | |
{ "w": "joke", "r": "urd" }, | |
{ "w": "tune", "r": "wud" }, | |
{ "w": "CMOS", "r": "rag" }, | |
{ "w": "tire", "r": "gag" }, | |
{ "w": "jazz", "r": "so" }, | |
{ "w": "10th", "r": "tao" }, | |
{ "w": "CICS", "r": "qat" }, | |
{ "w": "Phil", "r": "uts" }, | |
{ "w": "oral", "r": "mun" }, | |
{ "w": "axis", "r": "tao" }, | |
{ "w": "beds", "r": "van" }, | |
{ "w": "Thai", "r": "ley" }, | |
{ "w": "mask", "r": "urn" }, | |
{ "w": "NYSE", "r": "cel" }, | |
{ "w": "dawn", "r": "eh" }, | |
{ "w": "BCCI", "r": "gob" }, | |
{ "w": "dots", "r": "rai" }, | |
{ "w": "Lisa", "r": "ore" }, | |
{ "w": "Wolf", "r": "tot" }, | |
{ "w": "sums", "r": "si" }, | |
{ "w": "CPUs", "r": "edh" }, | |
{ "w": "trap", "r": "bro" }, | |
{ "w": "logo", "r": "rad" }, | |
{ "w": "Anne", "r": "oil" }, | |
{ "w": "drum", "r": "jig" }, | |
{ "w": "HDTV", "r": "qis" }, | |
{ "w": "Blvd", "r": "pet" }, | |
{ "w": "Cole", "r": "apt" }, | |
{ "w": "idle", "r": "bet" }, | |
{ "w": "Doug", "r": "bin" }, | |
{ "w": "seed", "r": "avo" }, | |
{ "w": "kits", "r": "jog" }, | |
{ "w": "bays", "r": "gey" }, | |
{ "w": "cure", "r": "rem" }, | |
{ "w": "OSHA", "r": "ped" }, | |
{ "w": "19th", "r": "ais" }, | |
{ "w": "hook", "r": "oot" }, | |
{ "w": "tail", "r": "nan" }, | |
{ "w": "seal", "r": "dud" }, | |
{ "w": "Joan", "r": "oft" }, | |
{ "w": "Luis", "r": "fug" }, | |
{ "w": "span", "r": "nog" }, | |
{ "w": "sing", "r": "vum" }, | |
{ "w": "Greg", "r": "kir" }, | |
{ "w": "Leon", "r": "on" }, | |
{ "w": "owes", "r": "pap" }, | |
{ "w": "grab", "r": "nob" }, | |
{ "w": "lure", "r": "taw" }, | |
{ "w": "cans", "r": "two" }, | |
{ "w": "Dale", "r": "ha" }, | |
{ "w": "Shaw", "r": "now" }, | |
{ "w": "kick", "r": "sau" }, | |
{ "w": "sang", "r": "pst" }, | |
{ "w": "bird", "r": "won" }, | |
{ "w": "OS-2", "r": "wiz" }, | |
{ "w": "tale", "r": "lux" }, | |
{ "w": "logs", "r": "ol" }, | |
{ "w": "UK's", "r": "lye" }, | |
{ "w": "Ivan", "r": "tad" }, | |
{ "w": "PICT", "r": "lad" }, | |
{ "w": "OEMs", "r": "veg" }, | |
{ "w": "loud", "r": "pur" }, | |
{ "w": "deck", "r": "oaf" }, | |
{ "w": "cite", "r": "gem" }, | |
{ "w": "leap", "r": "cab" }, | |
{ "w": "pill", "r": "ran" }, | |
{ "w": "pits", "r": "mib" }, | |
{ "w": "Yale", "r": "og" }, | |
{ "w": "Webb", "r": "aby" }, | |
{ "w": "11th", "r": "zin" }, | |
{ "w": "Walt", "r": "boa" }, | |
{ "w": "grip", "r": "fop" }, | |
{ "w": "wise", "r": "rig" }, | |
{ "w": "Sikh", "r": "eme" }, | |
{ "w": "Tory", "r": "wye" }, | |
{ "w": "slim", "r": "bed" }, | |
{ "w": "Levy", "r": "tav" }, | |
{ "w": "tide", "r": "ice" }, | |
{ "w": "Deng", "r": "or" }, | |
{ "w": "hubs", "r": "loo" }, | |
{ "w": "Merc", "r": "kir" }, | |
{ "w": "lean", "r": "rep" }, | |
{ "w": "Penn", "r": "lot" }, | |
{ "w": "Koch", "r": "zuu" }, | |
{ "w": "Tech", "r": "fas" }, | |
{ "w": "Byrd", "r": "awl" }, | |
{ "w": "knee", "r": "us" }, | |
{ "w": "Joel", "r": "nip" }, | |
{ "w": "Nunn", "r": "aba" }, | |
{ "w": "PC's", "r": "pye" }, | |
{ "w": "dirt", "r": "yon" }, | |
{ "w": "snap", "r": "eft" }, | |
{ "w": "lawn", "r": "kos" }, | |
{ "w": "Lynn", "r": "en" }, | |
{ "w": "dumb", "r": "one" }, | |
{ "w": "flee", "r": "lad" }, | |
{ "w": "pink", "r": "lac" }, | |
{ "w": "mall", "r": "ahi" }, | |
{ "w": "Andy", "r": "dow" }, | |
{ "w": "TOPS", "r": "dad" }, | |
{ "w": "void", "r": "ore" }, | |
{ "w": "ESDI", "r": "lie" }, | |
{ "w": "oils", "r": "hes" }, | |
{ "w": "woes", "r": "rug" }, | |
{ "w": "twin", "r": "lea" }, | |
{ "w": "Coke", "r": "pic" }, | |
{ "w": "Owen", "r": "arf" }, | |
{ "w": "pulp", "r": "ahs" }, | |
{ "w": "visa", "r": "ars" }, | |
{ "w": "cute", "r": "til" }, | |
{ "w": "years", "r": "fey" }, | |
{ "w": "users", "r": "ex" }, | |
{ "w": "those", "r": "be" }, | |
{ "w": "since", "r": "eye" }, | |
{ "w": "being", "r": "pig" }, | |
{ "w": "share", "r": "keg" }, | |
{ "w": "sales", "r": "lot" }, | |
{ "w": "price", "r": "ton" }, | |
{ "w": "group", "r": "cue" }, | |
{ "w": "using", "r": "tug" }, | |
{ "w": "stock", "r": "yep" }, | |
{ "w": "major", "r": "kos" }, | |
{ "w": "month", "r": "and" }, | |
{ "w": "today", "r": "dad" }, | |
{ "w": "money", "r": "rya" }, | |
{ "w": "based", "r": "sh" }, | |
{ "w": "until", "r": "ree" }, | |
{ "w": "offer", "r": "pec" }, | |
{ "w": "plans", "r": "rep" }, | |
{ "w": "early", "r": "pat" }, | |
{ "w": "costs", "r": "arb" }, | |
{ "w": "among", "r": "en" }, | |
{ "w": "board", "r": "ute" }, | |
{ "w": "issue", "r": "kat" }, | |
{ "w": "rates", "r": "oda" }, | |
{ "w": "files", "r": "dim" }, | |
{ "w": "later", "r": "ewe" }, | |
{ "w": "chief", "r": "mm" }, | |
{ "w": "cents", "r": "dor" }, | |
{ "w": "added", "r": "koa" }, | |
{ "w": "local", "r": "got" }, | |
{ "w": "value", "r": "rot" }, | |
{ "w": "order", "r": "fog" }, | |
{ "w": "trade", "r": "dev" }, | |
{ "w": "total", "r": "qua" }, | |
{ "w": "court", "r": "bad" }, | |
{ "w": "began", "r": "vav" }, | |
{ "w": "lower", "r": "jo" }, | |
{ "w": "drive", "r": "oes" }, | |
{ "w": "level", "r": "rod" }, | |
{ "w": "range", "r": "wyn" }, | |
{ "w": "given", "r": "kef" }, | |
{ "w": "model", "r": "add" }, | |
{ "w": "March", "r": "dug" }, | |
{ "w": "times", "r": "fet" }, | |
{ "w": "South", "r": "ran" }, | |
{ "w": "index", "r": "don" }, | |
{ "w": "paper", "r": "orb" }, | |
{ "w": "makes", "r": "dug" }, | |
{ "w": "April", "r": "sod" }, | |
{ "w": "often", "r": "dub" }, | |
{ "w": "banks", "r": "zoa" }, | |
{ "w": "party", "r": "ion" }, | |
{ "w": "allow", "r": "bin" }, | |
{ "w": "along", "r": "ghi" }, | |
{ "w": "asked", "r": "tat" }, | |
{ "w": "weeks", "r": "saw" }, | |
{ "w": "Union", "r": "opt" }, | |
{ "w": "needs", "r": "uke" }, | |
{ "w": "hours", "r": "als" }, | |
{ "w": "known", "r": "ain" }, | |
{ "w": "bonds", "r": "rot" }, | |
{ "w": "means", "r": "yam" }, | |
{ "w": "areas", "r": "arm" }, | |
{ "w": "force", "r": "jus" }, | |
{ "w": "isn't", "r": "sup" }, | |
{ "w": "funds", "r": "ref" }, | |
{ "w": "calls", "r": "rya" }, | |
{ "w": "color", "r": "ask" }, | |
{ "w": "miles", "r": "he" }, | |
{ "w": "comes", "r": "oda" }, | |
{ "w": "lines", "r": "kea" }, | |
{ "w": "tools", "r": "ha" }, | |
{ "w": "final", "r": "zig" }, | |
{ "w": "cases", "r": "pe" }, | |
{ "w": "ended", "r": "moc" }, | |
{ "w": "whose", "r": "ox" }, | |
{ "w": "won't", "r": "hun" }, | |
{ "w": "talks", "r": "els" }, | |
{ "w": "terms", "r": "oke" }, | |
{ "w": "black", "r": "own" }, | |
{ "w": "eight", "r": "joy" }, | |
{ "w": "speed", "r": "yes" }, | |
{ "w": "Calif", "r": "rah" }, | |
{ "w": "above", "r": "es" }, | |
{ "w": "clear", "r": "men" }, | |
{ "w": "staff", "r": "bum" }, | |
{ "w": "death", "r": "gig" }, | |
{ "w": "women", "r": "beg" }, | |
{ "w": "video", "r": "hit" }, | |
{ "w": "seven", "r": "ifs" }, | |
{ "w": "image", "r": "sin" }, | |
{ "w": "basis", "r": "had" }, | |
{ "w": "units", "r": "was" }, | |
{ "w": "short", "r": "biz" }, | |
{ "w": "parts", "r": "don" }, | |
{ "w": "White", "r": "wye" }, | |
{ "w": "rules", "r": "qua" }, | |
{ "w": "works", "r": "hyp" }, | |
{ "w": "shows", "r": "eth" }, | |
{ "w": "named", "r": "nae" }, | |
{ "w": "tests", "r": "om" }, | |
{ "w": "begin", "r": "rob" }, | |
{ "w": "takes", "r": "ol" }, | |
{ "w": "filed", "r": "rob" }, | |
{ "w": "wants", "r": "dit" }, | |
{ "w": "below", "r": "ray" }, | |
{ "w": "James", "r": "kis" }, | |
{ "w": "shown", "r": "dal" }, | |
{ "w": "firms", "r": "def" }, | |
{ "w": "trial", "r": "dex" }, | |
{ "w": "seems", "r": "eat" }, | |
{ "w": "David", "r": "add" }, | |
{ "w": "legal", "r": "ol" }, | |
{ "w": "notes", "r": "bed" }, | |
{ "w": "yield", "r": "eek" }, | |
{ "w": "loans", "r": "het" }, | |
{ "w": "moved", "r": "ono" }, | |
{ "w": "phone", "r": "fer" }, | |
{ "w": "worth", "r": "sec" }, | |
{ "w": "basic", "r": "raj" }, | |
{ "w": "human", "r": "ohs" }, | |
{ "w": "front", "r": "ell" }, | |
{ "w": "stake", "r": "ray" }, | |
{ "w": "spent", "r": "boy" }, | |
{ "w": "whole", "r": "et" }, | |
{ "w": "Lotus", "r": "dad" }, | |
{ "w": "types", "r": "waw" }, | |
{ "w": "IBM's", "r": "hum" }, | |
{ "w": "gives", "r": "hon" }, | |
{ "w": "Jones", "r": "ski" }, | |
{ "w": "China", "r": "beg" }, | |
{ "w": "judge", "r": "die" }, | |
{ "w": "store", "r": "kid" }, | |
{ "w": "raise", "r": "cep" }, | |
{ "w": "ahead", "r": "sac" }, | |
{ "w": "radio", "r": "myc" }, | |
{ "w": "print", "r": "ah" }, | |
{ "w": "joint", "r": "nan" }, | |
{ "w": "woman", "r": "kea" }, | |
{ "w": "gains", "r": "app" }, | |
{ "w": "media", "r": "peg" }, | |
{ "w": "noted", "r": "did" }, | |
{ "w": "cards", "r": "got" }, | |
{ "w": "peace", "r": "mac" }, | |
{ "w": "table", "r": "rim" }, | |
{ "w": "taxes", "r": "noo" }, | |
{ "w": "cable", "r": "ire" }, | |
{ "w": "maker", "r": "mog" }, | |
{ "w": "Intel", "r": "tea" }, | |
{ "w": "we're", "r": "sri" }, | |
{ "w": "hopes", "r": "dor" }, | |
{ "w": "panel", "r": "ays" }, | |
{ "w": "homes", "r": "fen" }, | |
{ "w": "names", "r": "kir" }, | |
{ "w": "fonts", "r": "wiz" }, | |
{ "w": "daily", "r": "rad" }, | |
{ "w": "visit", "r": "ods" }, | |
{ "w": "limit", "r": "cay" }, | |
{ "w": "plane", "r": "fay" }, | |
{ "w": "stage", "r": "we" }, | |
{ "w": "claim", "r": "ma" }, | |
{ "w": "Smith", "r": "ess" }, | |
{ "w": "sense", "r": "mun" }, | |
{ "w": "Santa", "r": "nab" }, | |
{ "w": "fully", "r": "yin" }, | |
{ "w": "civil", "r": "cig" }, | |
{ "w": "focus", "r": "err" }, | |
{ "w": "forms", "r": "moo" }, | |
{ "w": "labor", "r": "zag" }, | |
{ "w": "block", "r": "aba" }, | |
{ "w": "avoid", "r": "sum" }, | |
{ "w": "goods", "r": "mew" }, | |
{ "w": "words", "r": "mew" }, | |
{ "w": "error", "r": "via" }, | |
{ "w": "alone", "r": "rep" }, | |
{ "w": "crash", "r": "yom" }, | |
{ "w": "items", "r": "ref" }, | |
{ "w": "chips", "r": "dun" }, | |
{ "w": "laser", "r": "jay" }, | |
{ "w": "sites", "r": "ids" }, | |
{ "w": "spend", "r": "tug" }, | |
{ "w": "marks", "r": "cot" }, | |
{ "w": "disks", "r": "soy" }, | |
{ "w": "enter", "r": "rya" }, | |
{ "w": "waste", "r": "mud" }, | |
{ "w": "drugs", "r": "cru" }, | |
{ "w": "cells", "r": "poi" }, | |
{ "w": "input", "r": "tar" }, | |
{ "w": "prime", "r": "waw" }, | |
{ "w": "looks", "r": "bis" }, | |
{ "w": "phase", "r": "xis" }, | |
{ "w": "event", "r": "hes" }, | |
{ "w": "child", "r": "lip" }, | |
{ "w": "modem", "r": "gox" }, | |
{ "w": "extra", "r": "dag" }, | |
{ "w": "owned", "r": "mas" }, | |
{ "w": "break", "r": "ich" }, | |
{ "w": "wrote", "r": "gid" }, | |
{ "w": "Iraqi", "r": "fab" }, | |
{ "w": "pages", "r": "fog" }, | |
{ "w": "mouse", "r": "mac" }, | |
{ "w": "wrong", "r": "seg" }, | |
{ "w": "track", "r": "let" }, | |
{ "w": "bills", "r": "fad" }, | |
{ "w": "entry", "r": "sex" }, | |
{ "w": "hands", "r": "kor" }, | |
{ "w": "lives", "r": "ham" }, | |
{ "w": "serve", "r": "pul" }, | |
{ "w": "heard", "r": "rap" }, | |
{ "w": "aimed", "r": "hex" }, | |
{ "w": "agree", "r": "zzz" }, | |
{ "w": "boost", "r": "hag" }, | |
{ "w": "holds", "r": "ed" }, | |
{ "w": "steel", "r": "sic" }, | |
{ "w": "steps", "r": "nip" }, | |
{ "w": "rally", "r": "ane" }, | |
{ "w": "books", "r": "dew" }, | |
{ "w": "mixed", "r": "ton" }, | |
{ "w": "Peter", "r": "woo" }, | |
{ "w": "ruled", "r": "tae" }, | |
{ "w": "blood", "r": "ort" }, | |
{ "w": "fired", "r": "mid" }, | |
{ "w": "bytes", "r": "fab" }, | |
{ "w": "twice", "r": "ain" }, | |
{ "w": "sides", "r": "fie" }, | |
{ "w": "movie", "r": "ore" }, | |
{ "w": "style", "r": "nod" }, | |
{ "w": "Saudi", "r": "if" }, | |
{ "w": "moves", "r": "gin" }, | |
{ "w": "links", "r": "jam" }, | |
{ "w": "trend", "r": "ooh" }, | |
{ "w": "scale", "r": "ono" }, | |
{ "w": "Coast", "r": "avo" }, | |
{ "w": "Baker", "r": "yuk" }, | |
{ "w": "tasks", "r": "lie" }, | |
{ "w": "cache", "r": "eng" }, | |
{ "w": "1980s", "r": "ree" }, | |
{ "w": "signs", "r": "ups" }, | |
{ "w": "voted", "r": "mug" }, | |
{ "w": "broke", "r": "yak" }, | |
{ "w": "faces", "r": "bub" }, | |
{ "w": "hotel", "r": "ute" }, | |
{ "w": "chain", "r": "ya" }, | |
{ "w": "solid", "r": "ark" }, | |
{ "w": "fixed", "r": "dup" }, | |
{ "w": "spoke", "r": "hon" }, | |
{ "w": "sells", "r": "las" }, | |
{ "w": "owner", "r": "on" }, | |
{ "w": "Brown", "r": "nub" }, | |
{ "w": "apply", "r": "coz" }, | |
{ "w": "tough", "r": "hat" }, | |
{ "w": "lists", "r": "si" }, | |
{ "w": "match", "r": "ant" }, | |
{ "w": "metal", "r": "sub" }, | |
{ "w": "older", "r": "mic" }, | |
{ "w": "cited", "r": "rum" }, | |
{ "w": "seats", "r": "ne" }, | |
{ "w": "macro", "r": "xis" }, | |
{ "w": "votes", "r": "ria" }, | |
{ "w": "worst", "r": "pip" }, | |
{ "w": "Korea", "r": "jus" }, | |
{ "w": "begun", "r": "zzz" }, | |
{ "w": "sharp", "r": "tee" }, | |
{ "w": "Frank", "r": "lug" }, | |
{ "w": "trust", "r": "tao" }, | |
{ "w": "fraud", "r": "us" }, | |
{ "w": "equal", "r": "lie" }, | |
{ "w": "delay", "r": "ope" }, | |
{ "w": "pilot", "r": "rya" }, | |
{ "w": "fewer", "r": "oms" }, | |
{ "w": "dozen", "r": "yok" }, | |
{ "w": "ratio", "r": "joe" }, | |
{ "w": "deals", "r": "jog" }, | |
{ "w": "ounce", "r": "hah" }, | |
{ "w": "urged", "r": "tye" }, | |
{ "w": "prove", "r": "mop" }, | |
{ "w": "games", "r": "bam" }, | |
{ "w": "agent", "r": "bed" }, | |
{ "w": "menus", "r": "owl" }, | |
{ "w": "split", "r": "aah" }, | |
{ "w": "count", "r": "rin" }, | |
{ "w": "knows", "r": "uta" }, | |
{ "w": "views", "r": "ail" }, | |
{ "w": "pound", "r": "lox" }, | |
{ "w": "favor", "r": "and" }, | |
{ "w": "truck", "r": "ode" }, | |
{ "w": "Micro", "r": "oil" }, | |
{ "w": "ports", "r": "kip" }, | |
{ "w": "cycle", "r": "rob" }, | |
{ "w": "crude", "r": "den" }, | |
{ "w": "crime", "r": "ill" }, | |
{ "w": "occur", "r": "tin" }, | |
{ "w": "we've", "r": "ghi" }, | |
{ "w": "broad", "r": "guy" }, | |
{ "w": "prior", "r": "wae" }, | |
{ "w": "quick", "r": "ars" }, | |
{ "w": "shift", "r": "tee" }, | |
{ "w": "dBASE", "r": "sum" }, | |
{ "w": "virus", "r": "kop" }, | |
{ "w": "ideas", "r": "cwm" }, | |
{ "w": "doubt", "r": "rom" }, | |
{ "w": "giant", "r": "piu" }, | |
{ "w": "armed", "r": "aas" }, | |
{ "w": "train", "r": "ped" }, | |
{ "w": "minor", "r": "ere" }, | |
{ "w": "heads", "r": "sae" }, | |
{ "w": "Inc's", "r": "oot" }, | |
{ "w": "happy", "r": "fid" }, | |
{ "w": "brief", "r": "pew" }, | |
{ "w": "crowd", "r": "bop" }, | |
{ "w": "rival", "r": "add" }, | |
{ "w": "layer", "r": "eel" }, | |
{ "w": "boxes", "r": "jeu" }, | |
{ "w": "draft", "r": "tag" }, | |
{ "w": "scene", "r": "eme" }, | |
{ "w": "fears", "r": "dup" }, | |
{ "w": "usual", "r": "vug" }, | |
{ "w": "route", "r": "neb" }, | |
{ "w": "aware", "r": "ear" }, | |
{ "w": "Guard", "r": "kin" }, | |
{ "w": "bases", "r": "cod" }, | |
{ "w": "array", "r": "guy" }, | |
{ "w": "slots", "r": "hip" }, | |
{ "w": "exist", "r": "cut" }, | |
{ "w": "award", "r": "foy" }, | |
{ "w": "title", "r": "ole" }, | |
{ "w": "meant", "r": "ya" }, | |
{ "w": "grown", "r": "tap" }, | |
{ "w": "helps", "r": "tow" }, | |
{ "w": "newly", "r": "tis" }, | |
{ "w": "shape", "r": "wog" }, | |
{ "w": "goals", "r": "daw" }, | |
{ "w": "Davis", "r": "hue" }, | |
{ "w": "Adobe", "r": "fob" }, | |
{ "w": "grand", "r": "uh" }, | |
{ "w": "Lynch", "r": "del" }, | |
{ "w": "rapid", "r": "dib" }, | |
{ "w": "upper", "r": "cur" }, | |
{ "w": "Swiss", "r": "oms" }, | |
{ "w": "guide", "r": "nah" }, | |
{ "w": "logic", "r": "gee" }, | |
{ "w": "1970s", "r": "ane" }, | |
{ "w": "Louis", "r": "mac" }, | |
{ "w": "solve", "r": "flu" }, | |
{ "w": "frame", "r": "us" }, | |
{ "w": "ships", "r": "rif" }, | |
{ "w": "worry", "r": "vox" }, | |
{ "w": "films", "r": "gum" }, | |
{ "w": "hoped", "r": "coy" }, | |
{ "w": "fresh", "r": "nix" }, | |
{ "w": "acres", "r": "fun" }, | |
{ "w": "batch", "r": "eme" }, | |
{ "w": "DEC's", "r": "haw" }, | |
{ "w": "Beach", "r": "sip" }, | |
{ "w": "lived", "r": "som" }, | |
{ "w": "risks", "r": "ai" }, | |
{ "w": "we'll", "r": "auk" }, | |
{ "w": "grain", "r": "art" }, | |
{ "w": "Clara", "r": "abo" }, | |
{ "w": "speak", "r": "dub" }, | |
{ "w": "Motor", "r": "ids" }, | |
{ "w": "Excel", "r": "bal" }, | |
{ "w": "hired", "r": "tew" }, | |
{ "w": "gross", "r": "ess" }, | |
{ "w": "plays", "r": "kop" }, | |
{ "w": "rated", "r": "pup" }, | |
{ "w": "Steve", "r": "azo" }, | |
{ "w": "asset", "r": "tat" }, | |
{ "w": "trees", "r": "bit" }, | |
{ "w": "saved", "r": "jam" }, | |
{ "w": "wheat", "r": "day" }, | |
{ "w": "drawn", "r": "cru" }, | |
{ "w": "ASCII", "r": "lum" }, | |
{ "w": "leads", "r": "uh" }, | |
{ "w": "sheet", "r": "els" }, | |
{ "w": "kinds", "r": "nay" }, | |
{ "w": "Super", "r": "fie" }, | |
{ "w": "solar", "r": "fil" }, | |
{ "w": "teams", "r": "old" }, | |
{ "w": "Royal", "r": "kaf" }, | |
{ "w": "faced", "r": "hob" }, | |
{ "w": "chart", "r": "urd" }, | |
{ "w": "codes", "r": "aim" }, | |
{ "w": "aside", "r": "oe" }, | |
{ "w": "Latin", "r": "try" }, | |
{ "w": "argue", "r": "box" }, | |
{ "w": "mayor", "r": "arf" }, | |
{ "w": "turns", "r": "our" }, | |
{ "w": "chose", "r": "kop" }, | |
{ "w": "Lewis", "r": "qis" }, | |
{ "w": "Diego", "r": "pay" }, | |
{ "w": "green", "r": "tav" }, | |
{ "w": "polls", "r": "ret" }, | |
{ "w": "sizes", "r": "er" }, | |
{ "w": "shell", "r": "ups" }, | |
{ "w": "Scott", "r": "vim" }, | |
{ "w": "Spain", "r": "gad" }, | |
{ "w": "Asian", "r": "sou" }, | |
{ "w": "fifth", "r": "ha" }, | |
{ "w": "1990s", "r": "dub" }, | |
{ "w": "modes", "r": "noo" }, | |
{ "w": "Roman", "r": "ras" }, | |
{ "w": "apart", "r": "sap" }, | |
{ "w": "quiet", "r": "pic" }, | |
{ "w": "grant", "r": "kid" }, | |
{ "w": "touch", "r": "rod" }, | |
{ "w": "storm", "r": "mad" }, | |
{ "w": "tells", "r": "hmm" }, | |
{ "w": "keeps", "r": "par" }, | |
{ "w": "clock", "r": "ser" }, | |
{ "w": "rural", "r": "ass" }, | |
{ "w": "buyer", "r": "bi" }, | |
{ "w": "maybe", "r": "yay" }, | |
{ "w": "slide", "r": "of" }, | |
{ "w": "nodes", "r": "sib" }, | |
{ "w": "tight", "r": "moa" }, | |
{ "w": "cheap", "r": "sim" }, | |
{ "w": "tanks", "r": "all" }, | |
{ "w": "brand", "r": "ham" }, | |
{ "w": "stuff", "r": "wat" }, | |
{ "w": "noise", "r": "sky" }, | |
{ "w": "Henry", "r": "ads" }, | |
{ "w": "risen", "r": "ere" }, | |
{ "w": "stack", "r": "din" }, | |
{ "w": "pence", "r": "dom" }, | |
{ "w": "fiber", "r": "tor" }, | |
{ "w": "suits", "r": "shh" }, | |
{ "w": "Dutch", "r": "zas" }, | |
{ "w": "abuse", "r": "psi" }, | |
{ "w": "Barry", "r": "eng" }, | |
{ "w": "label", "r": "res" }, | |
{ "w": "finds", "r": "tow" }, | |
{ "w": "Clark", "r": "tom" }, | |
{ "w": "rebel", "r": "bet" }, | |
{ "w": "surge", "r": "un" }, | |
{ "w": "bound", "r": "ami" }, | |
{ "w": "query", "r": "kae" }, | |
{ "w": "catch", "r": "at" }, | |
{ "w": "fault", "r": "din" }, | |
{ "w": "stars", "r": "led" }, | |
{ "w": "blame", "r": "lye" }, | |
{ "w": "ideal", "r": "hen" }, | |
{ "w": "smoke", "r": "cud" }, | |
{ "w": "aides", "r": "rob" }, | |
{ "w": "brain", "r": "fas" }, | |
{ "w": "lacks", "r": "hm" }, | |
{ "w": "shops", "r": "fon" }, | |
{ "w": "Irish", "r": "jib" }, | |
{ "w": "winds", "r": "sky" }, | |
{ "w": "dates", "r": "don" }, | |
{ "w": "audio", "r": "sow" }, | |
{ "w": "birth", "r": "ute" }, | |
{ "w": "wages", "r": "doc" }, | |
{ "w": "Bruce", "r": "dry" }, | |
{ "w": "Xerox", "r": "jog" }, | |
{ "w": "vital", "r": "cru" }, | |
{ "w": "crack", "r": "son" }, | |
{ "w": "probe", "r": "ulu" }, | |
{ "w": "Hills", "r": "noh" }, | |
{ "w": "Allen", "r": "sox" }, | |
{ "w": "steam", "r": "lar" }, | |
{ "w": "Simon", "r": "rye" }, | |
{ "w": "falls", "r": "cot" }, | |
{ "w": "Exxon", "r": "dex" }, | |
{ "w": "scope", "r": "qua" }, | |
{ "w": "novel", "r": "wha" }, | |
{ "w": "Trump", "r": "cos" }, | |
{ "w": "paint", "r": "jar" }, | |
{ "w": "Larry", "r": "lee" }, | |
{ "w": "rooms", "r": "rem" }, | |
{ "w": "freed", "r": "cod" }, | |
{ "w": "setup", "r": "doc" }, | |
{ "w": "1960s", "r": "one" }, | |
{ "w": "truly", "r": "dif" }, | |
{ "w": "walls", "r": "eld" }, | |
{ "w": "Sears", "r": "emu" }, | |
{ "w": "depth", "r": "uta" }, | |
{ "w": "Turbo", "r": "dog" }, | |
{ "w": "forth", "r": "fas" }, | |
{ "w": "sugar", "r": "gee" }, | |
{ "w": "empty", "r": "ich" }, | |
{ "w": "seeks", "r": "eng" }, | |
{ "w": "Moore", "r": "era" }, | |
{ "w": "feels", "r": "coo" }, | |
{ "w": "exact", "r": "ton" }, | |
{ "w": "adopt", "r": "si" }, | |
{ "w": "truth", "r": "dun" }, | |
{ "w": "alive", "r": "koi" }, | |
{ "w": "eased", "r": "so" }, | |
{ "w": "badly", "r": "dis" }, | |
{ "w": "icons", "r": "fer" }, | |
{ "w": "theme", "r": "ref" }, | |
{ "w": "drove", "r": "am" }, | |
{ "w": "merge", "r": "my" }, | |
{ "w": "Brian", "r": "fid" }, | |
{ "w": "shock", "r": "kor" }, | |
{ "w": "usage", "r": "hug" }, | |
{ "w": "Roger", "r": "yaw" }, | |
{ "w": "buses", "r": "ads" }, | |
{ "w": "fines", "r": "wot" }, | |
{ "w": "audit", "r": "ah" }, | |
{ "w": "fires", "r": "ghi" }, | |
{ "w": "roads", "r": "get" }, | |
{ "w": "mines", "r": "att" }, | |
{ "w": "doors", "r": "tun" }, | |
{ "w": "Kodak", "r": "mac" }, | |
{ "w": "lease", "r": "ecu" }, | |
{ "w": "treat", "r": "jet" }, | |
{ "w": "yards", "r": "vav" }, | |
{ "w": "fruit", "r": "aga" }, | |
{ "w": "ranks", "r": "peg" }, | |
{ "w": "fluid", "r": "vis" }, | |
{ "w": "facts", "r": "naw" }, | |
{ "w": "urban", "r": "wad" }, | |
{ "w": "spill", "r": "elm" }, | |
{ "w": "Delta", "r": "fou" }, | |
{ "w": "thick", "r": "hum" }, | |
{ "w": "wider", "r": "baa" }, | |
{ "w": "guess", "r": "lat" }, | |
{ "w": "Arabs", "r": "cog" }, | |
{ "w": "curve", "r": "mho" }, | |
{ "w": "tapes", "r": "ham" }, | |
{ "w": "honor", "r": "day" }, | |
{ "w": "camps", "r": "how" }, | |
{ "w": "actor", "r": "for" }, | |
{ "w": "X-ray", "r": "rya" }, | |
{ "w": "acted", "r": "dal" }, | |
{ "w": "386SX", "r": "oar" }, | |
{ "w": "Suite", "r": "ink" }, | |
{ "w": "ought", "r": "fie" }, | |
{ "w": "debts", "r": "ups" }, | |
{ "w": "fails", "r": "lam" }, | |
{ "w": "arena", "r": "win" }, | |
{ "w": "Jerry", "r": "ort" }, | |
{ "w": "waves", "r": "kue" }, | |
{ "w": "faith", "r": "phi" }, | |
{ "w": "graph", "r": "pig" }, | |
{ "w": "cargo", "r": "na" }, | |
{ "w": "crops", "r": "dub" }, | |
{ "w": "Co.'s", "r": "log" }, | |
{ "w": "opens", "r": "ads" }, | |
{ "w": "towns", "r": "ki" }, | |
{ "w": "Seoul", "r": "pal" }, | |
{ "w": "meets", "r": "sou" }, | |
{ "w": "Terry", "r": "ow" }, | |
{ "w": "sends", "r": "bun" }, | |
{ "w": "Cuban", "r": "ax" }, | |
{ "w": "dream", "r": "umm" }, | |
{ "w": "8-bit", "r": "son" }, | |
{ "w": "threw", "r": "lev" }, | |
{ "w": "lands", "r": "dap" }, | |
{ "w": "youth", "r": "ted" }, | |
{ "w": "throw", "r": "gul" }, | |
{ "w": "Sachs", "r": "web" }, | |
{ "w": "angry", "r": "pes" }, | |
{ "w": "stick", "r": "pat" }, | |
{ "w": "pitch", "r": "flu" }, | |
{ "w": "grade", "r": "wen" }, | |
{ "w": "Hayes", "r": "sop" }, | |
{ "w": "likes", "r": "att" }, | |
{ "w": "lunch", "r": "pus" }, | |
{ "w": "quake", "r": "ant" }, | |
{ "w": "posts", "r": "lie" }, | |
{ "w": "proof", "r": "woe" }, | |
{ "w": "Harry", "r": "jaw" }, | |
{ "w": "flood", "r": "for" }, | |
{ "w": "rocks", "r": "elf" }, | |
{ "w": "fleet", "r": "saw" }, | |
{ "w": "day's", "r": "rim" }, | |
{ "w": "Syria", "r": "rev" }, | |
{ "w": "valid", "r": "tat" }, | |
{ "w": "rises", "r": "fop" }, | |
{ "w": "tries", "r": "nor" }, | |
{ "w": "girls", "r": "tar" }, | |
{ "w": "reads", "r": "hug" }, | |
{ "w": "Gates", "r": "obi" }, | |
{ "w": "upset", "r": "ooh" }, | |
{ "w": "Jesse", "r": "lip" }, | |
{ "w": "songs", "r": "rob" }, | |
{ "w": "tower", "r": "bus" }, | |
{ "w": "plate", "r": "lav" }, | |
{ "w": "Greek", "r": "gem" }, | |
{ "w": "smart", "r": "flu" }, | |
{ "w": "toxic", "r": "tax" }, | |
{ "w": "loads", "r": "buy" }, | |
{ "w": "slump", "r": "ono" }, | |
{ "w": "shots", "r": "din" }, | |
{ "w": "Strip", "r": "hug" }, | |
{ "w": "Vegas", "r": "lei" }, | |
{ "w": "blast", "r": "wed" }, | |
{ "w": "Meese", "r": "baa" }, | |
{ "w": "width", "r": "mud" }, | |
{ "w": "spite", "r": "cat" }, | |
{ "w": "stuck", "r": "reb" }, | |
{ "w": "taste", "r": "yeh" }, | |
{ "w": "eager", "r": "aim" }, | |
{ "w": "edged", "r": "las" }, | |
{ "w": "bombs", "r": "bit" }, | |
{ "w": "sixth", "r": "chi" }, | |
{ "w": "admit", "r": "jin" }, | |
{ "w": "Evans", "r": "ta" }, | |
{ "w": "drink", "r": "vat" }, | |
{ "w": "flows", "r": "bod" }, | |
{ "w": "roles", "r": "mor" }, | |
{ "w": "radar", "r": "lot" }, | |
{ "w": "adult", "r": "aga" }, | |
{ "w": "Craig", "r": "mol" }, | |
{ "w": "plain", "r": "de" }, | |
{ "w": "debut", "r": "ask" }, | |
{ "w": "Wayne", "r": "sod" }, | |
{ "w": "prize", "r": "jin" }, | |
{ "w": "Corps", "r": "ins" }, | |
{ "w": "Sun's", "r": "say" }, | |
{ "w": "refer", "r": "abs" }, | |
{ "w": "Chase", "r": "koi" }, | |
{ "w": "Token", "r": "orb" }, | |
{ "w": "Adams", "r": "nub" }, | |
{ "w": "teach", "r": "ox" }, | |
{ "w": "topic", "r": "kue" }, | |
{ "w": "spots", "r": "rue" }, | |
{ "w": "sight", "r": "efs" }, | |
{ "w": "Rouge", "r": "et" }, | |
{ "w": "fares", "r": "oxy" }, | |
{ "w": "dealt", "r": "lap" }, | |
{ "w": "Lloyd", "r": "wry" }, | |
{ "w": "steep", "r": "met" }, | |
{ "w": "moral", "r": "lug" }, | |
{ "w": "trace", "r": "one" }, | |
{ "w": "hosts", "r": "ors" }, | |
{ "w": "Kevin", "r": "lum" }, | |
{ "w": "fuels", "r": "aff" }, | |
{ "w": "proxy", "r": "vet" }, | |
{ "w": "Chris", "r": "pic" }, | |
{ "w": "Tandy", "r": "pip" }, | |
{ "w": "alter", "r": "tug" }, | |
{ "w": "crews", "r": "aah" }, | |
{ "w": "aging", "r": "bod" }, | |
{ "w": "liked", "r": "nom" }, | |
{ "w": "Aldus", "r": "you" }, | |
{ "w": "Brady", "r": "si" }, | |
{ "w": "Motif", "r": "tas" }, | |
{ "w": "wells", "r": "yon" }, | |
{ "w": "she's", "r": "jay" }, | |
{ "w": "clubs", "r": "dui" }, | |
{ "w": "you'd", "r": "wat" }, | |
{ "w": "holes", "r": "as" }, | |
{ "w": "oxide", "r": "can" }, | |
{ "w": "trips", "r": "emu" }, | |
{ "w": "Mount", "r": "em" }, | |
{ "w": "spare", "r": "fey" }, | |
{ "w": "gauge", "r": "cup" }, | |
{ "w": "liver", "r": "dud" }, | |
{ "w": "Nancy", "r": "ba" }, | |
{ "w": "alarm", "r": "mi" }, | |
{ "w": "tumor", "r": "amu" }, | |
{ "w": "Costa", "r": "put" }, | |
{ "w": "climb", "r": "rai" }, | |
{ "w": "gases", "r": "pa" }, | |
{ "w": "chest", "r": "sod" }, | |
{ "w": "pulse", "r": "yah" }, | |
{ "w": "Perez", "r": "fed" }, | |
{ "w": "Stone", "r": "sod" }, | |
{ "w": "sleep", "r": "zee" }, | |
{ "w": "opera", "r": "hm" }, | |
{ "w": "fined", "r": "pa" }, | |
{ "w": "who's", "r": "kue" }, | |
{ "w": "folks", "r": "saw" }, | |
{ "w": "boats", "r": "gat" }, | |
{ "w": "coach", "r": "lid" }, | |
{ "w": "Kelly", "r": "in" }, | |
{ "w": "swept", "r": "wen" }, | |
{ "w": "angle", "r": "wot" }, | |
{ "w": "click", "r": "mod" }, | |
{ "w": "foods", "r": "fat" }, | |
{ "w": "tends", "r": "kue" }, | |
{ "w": "1950s", "r": "rif" }, | |
{ "w": "Cohen", "r": "nae" }, | |
{ "w": "Creek", "r": "hid" }, | |
{ "w": "rough", "r": "ab" }, | |
{ "w": "shoes", "r": "kos" }, | |
{ "w": "album", "r": "arf" }, | |
{ "w": "Susan", "r": "baa" }, | |
{ "w": "unity", "r": "ane" }, | |
{ "w": "proud", "r": "wig" }, | |
{ "w": "alert", "r": "ump" }, | |
{ "w": "zones", "r": "mm" }, | |
{ "w": "queue", "r": "tic" }, | |
{ "w": "vowed", "r": "haw" }, | |
{ "w": "forum", "r": "pug" }, | |
{ "w": "minds", "r": "tub" }, | |
{ "w": "inner", "r": "uke" }, | |
{ "w": "clone", "r": "gob" }, | |
{ "w": "Nixon", "r": "cos" }, | |
{ "w": "stops", "r": "buy" }, | |
{ "w": "theft", "r": "lab" }, | |
{ "w": "burst", "r": "awl" }, | |
{ "w": "guest", "r": "dif" }, | |
{ "w": "bonus", "r": "def" }, | |
{ "w": "Epson", "r": "fin" }, | |
{ "w": "enemy", "r": "hew" }, | |
{ "w": "loose", "r": "ods" }, | |
{ "w": "quota", "r": "fes" }, | |
{ "w": "photo", "r": "feh" }, | |
{ "w": "Libya", "r": "boy" }, | |
{ "w": "flags", "r": "ape" }, | |
{ "w": "doses", "r": "dog" }, | |
{ "w": "ozone", "r": "aim" }, | |
{ "w": "highs", "r": "bio" }, | |
{ "w": "saves", "r": "cap" }, | |
{ "w": "atoms", "r": "ran" }, | |
{ "w": "wound", "r": "lad" }, | |
{ "w": "niche", "r": "zoa" }, | |
{ "w": "Kabul", "r": "dom" }, | |
{ "w": "pixel", "r": "dad" }, | |
{ "w": "shoot", "r": "ply" }, | |
{ "w": "trail", "r": "cad" }, | |
{ "w": "Walsh", "r": "ell" }, | |
{ "w": "blank", "r": "rig" }, | |
{ "w": "tired", "r": "rim" }, | |
{ "w": "paths", "r": "fug" }, | |
{ "w": "fatal", "r": "zin" }, | |
{ "w": "roots", "r": "wow" }, | |
{ "w": "sport", "r": "tin" }, | |
{ "w": "Khmer", "r": "lar" }, | |
{ "w": "Jimmy", "r": "tub" }, | |
{ "w": "lying", "r": "tap" }, | |
{ "w": "drama", "r": "vet" }, | |
{ "w": "naval", "r": "ran" }, | |
{ "w": "Honda", "r": "row" }, | |
{ "w": "pairs", "r": "cod" }, | |
{ "w": "dated", "r": "nim" }, | |
{ "w": "races", "r": "why" }, | |
{ "w": "decay", "r": "use" }, | |
{ "w": "drops", "r": "pan" }, | |
{ "w": "Canon", "r": "nap" }, | |
{ "w": "flown", "r": "wog" }, | |
{ "w": "blaze", "r": "rec" }, | |
{ "w": "Icahn", "r": "udo" }, | |
{ "w": "newer", "r": "ewe" }, | |
{ "w": "franc", "r": "amp" }, | |
{ "w": "COBOL", "r": "app" }, | |
{ "w": "risky", "r": "ugh" }, | |
{ "w": "orbit", "r": "gal" }, | |
{ "w": "Linda", "r": "ref" }, | |
{ "w": "loyal", "r": "ped" }, | |
{ "w": "Ralph", "r": "dew" }, | |
{ "w": "shelf", "r": "mix" }, | |
{ "w": "bread", "r": "tae" }, | |
{ "w": "he'll", "r": "dad" }, | |
{ "w": "VINES", "r": "pox" }, | |
{ "w": "lobby", "r": "lei" }, | |
{ "w": "dress", "r": "twa" }, | |
{ "w": "tubes", "r": "the" }, | |
{ "w": "arise", "r": "sis" }, | |
{ "w": "gifts", "r": "pat" }, | |
{ "w": "loved", "r": "hid" }, | |
{ "w": "anger", "r": "new" }, | |
{ "w": "SPARC", "r": "tic" }, | |
{ "w": "minus", "r": "joe" }, | |
{ "w": "ocean", "r": "din" }, | |
{ "w": "grows", "r": "teg" }, | |
{ "w": "exile", "r": "rig" }, | |
{ "w": "bands", "r": "rad" }, | |
{ "w": "dying", "r": "wry" }, | |
{ "w": "sorts", "r": "lev" }, | |
{ "w": "farms", "r": "ado" }, | |
{ "w": "mouth", "r": "pad" }, | |
{ "w": "parks", "r": "leu" }, | |
{ "w": "cream", "r": "roc" }, | |
{ "w": "beams", "r": "pal" }, | |
{ "w": "Tamil", "r": "mom" }, | |
{ "w": "Queen", "r": "won" }, | |
{ "w": "blind", "r": "oar" }, | |
{ "w": "lucky", "r": "ose" }, | |
{ "w": "faxes", "r": "pin" }, | |
{ "w": "swing", "r": "het" }, | |
{ "w": "clash", "r": "kas" }, | |
{ "w": "funny", "r": "sim" }, | |
{ "w": "49ers", "r": "bud" }, | |
{ "w": "hefty", "r": "khi" }, | |
{ "w": "bears", "r": "tun" }, | |
{ "w": "clerk", "r": "dib" }, | |
{ "w": "Klerk", "r": "ays" }, | |
{ "w": "juice", "r": "oe" }, | |
{ "w": "shore", "r": "fid" }, | |
{ "w": "cloud", "r": "rut" }, | |
{ "w": "Glenn", "r": "pin" }, | |
{ "w": "pipes", "r": "dud" }, | |
{ "w": "posed", "r": "rap" }, | |
{ "w": "cubic", "r": "kop" }, | |
{ "w": "lined", "r": "fan" }, | |
{ "w": "Keith", "r": "cay" }, | |
{ "w": "react", "r": "hog" }, | |
{ "w": "harsh", "r": "lev" }, | |
{ "w": "man's", "r": "gig" }, | |
{ "w": "reply", "r": "ave" }, | |
{ "w": "repay", "r": "wat" }, | |
{ "w": "slain", "r": "fin" }, | |
{ "w": "stems", "r": "gar" }, | |
{ "w": "rings", "r": "did" }, | |
{ "w": "handy", "r": "she" }, | |
{ "w": "draws", "r": "bal" }, | |
{ "w": "merit", "r": "git" }, | |
{ "w": "Milan", "r": "kob" }, | |
{ "w": "Nobel", "r": "umm" }, | |
{ "w": "flash", "r": "pic" }, | |
{ "w": "Mario", "r": "ins" }, | |
{ "w": "warns", "r": "who" }, | |
{ "w": "relay", "r": "nil" }, | |
{ "w": "Wales", "r": "sac" }, | |
{ "w": "edges", "r": "hob" }, | |
{ "w": "troop", "r": "don" }, | |
{ "w": "bunch", "r": "ugh" }, | |
{ "w": "aided", "r": "dah" }, | |
{ "w": "panic", "r": "mos" }, | |
{ "w": "gamma", "r": "gor" }, | |
{ "w": "craft", "r": "bub" }, | |
{ "w": "genes", "r": "alb" }, | |
{ "w": "pride", "r": "joe" }, | |
{ "w": "skill", "r": "sh" }, | |
{ "w": "sweet", "r": "lab" }, | |
{ "w": "grave", "r": "fat" }, | |
{ "w": "Lakes", "r": "eye" }, | |
{ "w": "wires", "r": "foy" }, | |
{ "w": "Mason", "r": "him" }, | |
{ "w": "outer", "r": "zax" }, | |
{ "w": "truce", "r": "op" }, | |
{ "w": "crazy", "r": "gee" }, | |
{ "w": "riots", "r": "and" }, | |
{ "w": "stiff", "r": "jot" }, | |
{ "w": "paste", "r": "far" }, | |
{ "w": "scans", "r": "win" }, | |
{ "w": "Fed's", "r": "lum" }, | |
{ "w": "trick", "r": "fiz" }, | |
{ "w": "Robin", "r": "bye" }, | |
{ "w": "acute", "r": "nor" }, | |
{ "w": "alike", "r": "lis" }, | |
{ "w": "Foley", "r": "pet" }, | |
{ "w": "USAir", "r": "yar" }, | |
{ "w": "Oscar", "r": "cob" }, | |
{ "w": "pumps", "r": "aa" }, | |
{ "w": "backs", "r": "tie" }, | |
{ "w": "chaos", "r": "elm" }, | |
{ "w": "fills", "r": "cam" }, | |
{ "w": "wheel", "r": "waw" }, | |
{ "w": "Mac's", "r": "my" }, | |
{ "w": "Cuomo", "r": "ods" }, | |
{ "w": "one's", "r": "loo" }, | |
{ "w": "plots", "r": "cam" }, | |
{ "w": "Burns", "r": "zzz" }, | |
{ "w": "magic", "r": "ray" }, | |
{ "w": "alloy", "r": "wos" }, | |
{ "w": "trash", "r": "hay" }, | |
{ "w": "elect", "r": "fey" }, | |
{ "w": "dirty", "r": "lum" }, | |
{ "w": "Altos", "r": "eta" }, | |
{ "w": "humor", "r": "coy" }, | |
{ "w": "raids", "r": "go" }, | |
{ "w": "rains", "r": "sot" }, | |
{ "w": "Monte", "r": "pat" }, | |
{ "w": "Karen", "r": "vis" }, | |
{ "w": "Mills", "r": "kae" }, | |
{ "w": "FT-SE", "r": "set" }, | |
{ "w": "Woods", "r": "coy" }, | |
{ "w": "fence", "r": "moa" }, | |
{ "w": "dairy", "r": "amu" }, | |
{ "w": "Bryan", "r": "jab" }, | |
{ "w": "Edwin", "r": "fox" }, | |
{ "w": "Maria", "r": "lab" }, | |
{ "w": "stamp", "r": "tad" }, | |
{ "w": "adapt", "r": "vav" }, | |
{ "w": "fancy", "r": "duh" }, | |
{ "w": "facto", "r": "orb" }, | |
{ "w": "valve", "r": "sol" }, | |
{ "w": "reset", "r": "kis" }, | |
{ "w": "drift", "r": "awl" }, | |
{ "w": "Carol", "r": "apo" }, | |
{ "w": "Casey", "r": "wow" }, | |
{ "w": "Carlo", "r": "bas" }, | |
{ "w": "Singh", "r": "gal" }, | |
{ "w": "booth", "r": "vac" }, | |
{ "w": "tires", "r": "and" }, | |
{ "w": "1930s", "r": "rue" }, | |
{ "w": "Xenix", "r": "ess" }, | |
{ "w": "tears", "r": "oms" }, | |
{ "w": "grass", "r": "ghi" }, | |
{ "w": "elite", "r": "aff" }, | |
{ "w": "Plaza", "r": "fes" }, | |
{ "w": "loses", "r": "al" }, | |
{ "w": "Jesus", "r": "bad" }, | |
{ "w": "men's", "r": "pul" }, | |
{ "w": "brush", "r": "mis" }, | |
{ "w": "stays", "r": "vav" }, | |
{ "w": "thank", "r": "or" }, | |
{ "w": "amend", "r": "ego" }, | |
{ "w": "Ridge", "r": "bys" }, | |
{ "w": "ranch", "r": "odd" }, | |
{ "w": "Peres", "r": "pix" }, | |
{ "w": "bench", "r": "ooh" }, | |
{ "w": "RDBMS", "r": "mid" }, | |
{ "w": "Rocky", "r": "urb" }, | |
{ "w": "Likud", "r": "phi" }, | |
{ "w": "Rhode", "r": "bam" }, | |
{ "w": "teeth", "r": "tut" }, | |
{ "w": "drain", "r": "fez" }, | |
{ "w": "piano", "r": "mor" }, | |
{ "w": "vague", "r": "ins" }, | |
{ "w": "Perry", "r": "beg" }, | |
{ "w": "picks", "r": "ell" }, | |
{ "w": "scrap", "r": "dan" }, | |
{ "w": "smell", "r": "teg" }, | |
{ "w": "meals", "r": "zed" }, | |
{ "w": "slash", "r": "aid" }, | |
{ "w": "bones", "r": "em" }, | |
{ "w": "rigid", "r": "hun" }, | |
{ "w": "Eddie", "r": "ecu" }, | |
{ "w": "comic", "r": "cig" }, | |
{ "w": "optic", "r": "arb" }, | |
{ "w": "weigh", "r": "bas" }, | |
{ "w": "NBC's", "r": "lax" }, | |
{ "w": "coals", "r": "raw" }, | |
{ "w": "Lucas", "r": "sab" }, | |
{ "w": "Tyson", "r": "ire" }, | |
{ "w": "Comex", "r": "oi" }, | |
{ "w": "hence", "r": "pap" }, | |
{ "w": "rifle", "r": "fib" }, | |
{ "w": "Dodge", "r": "zig" }, | |
{ "w": "flaws", "r": "aft" }, | |
{ "w": "awful", "r": "pay" }, | |
{ "w": "nurse", "r": "cep" }, | |
{ "w": "safer", "r": "oar" }, | |
{ "w": "smile", "r": "loo" }, | |
{ "w": "ninth", "r": "gal" }, | |
{ "w": "gilts", "r": "fan" }, | |
{ "w": "Alpha", "r": "dak" }, | |
{ "w": "patch", "r": "air" }, | |
{ "w": "Haiti", "r": "dah" }, | |
{ "w": "Billy", "r": "poh" }, | |
{ "w": "shake", "r": "lag" }, | |
{ "w": "squad", "r": "fag" }, | |
{ "w": "basin", "r": "cis" }, | |
{ "w": "shook", "r": "dud" }, | |
{ "w": "sweep", "r": "all" }, | |
{ "w": "Menlo", "r": "bi" }, | |
{ "w": "Boris", "r": "pep" }, | |
{ "w": "Gatos", "r": "goo" }, | |
{ "w": "cites", "r": "doc" }, | |
{ "w": "widow", "r": "dip" }, | |
{ "w": "Helms", "r": "cel" }, | |
{ "w": "Eagle", "r": "rag" }, | |
{ "w": "Mobil", "r": "rum" }, | |
{ "w": "jokes", "r": "yaw" }, | |
{ "w": "NuBus", "r": "fug" }, | |
{ "w": "Canal", "r": "vet" }, | |
{ "w": "pools", "r": "ken" }, | |
{ "w": "spark", "r": "zzz" }, | |
{ "w": "Weiss", "r": "dog" }, | |
{ "w": "tonne", "r": "pee" }, | |
{ "w": "midst", "r": "bay" }, | |
{ "w": "seeds", "r": "bam" }, | |
{ "w": "blend", "r": "pam" }, | |
{ "w": "wings", "r": "kin" }, | |
{ "w": "wines", "r": "eon" }, | |
{ "w": "voter", "r": "aff" }, | |
{ "w": "float", "r": "den" }, | |
{ "w": "vapor", "r": "tye" }, | |
{ "w": "shirt", "r": "dud" }, | |
{ "w": "sauce", "r": "gym" }, | |
{ "w": "loops", "r": "sae" }, | |
{ "w": "NCR's", "r": "peg" }, | |
{ "w": "stole", "r": "rum" }, | |
{ "w": "flame", "r": "fet" }, | |
{ "w": "knife", "r": "ale" }, | |
{ "w": "leaks", "r": "ags" }, | |
{ "w": "poses", "r": "gap" }, | |
{ "w": "Chuck", "r": "ulu" }, | |
{ "w": "steal", "r": "pee" }, | |
{ "w": "clout", "r": "lax" }, | |
{ "w": "visas", "r": "taw" }, | |
{ "w": "ferry", "r": "hut" }, | |
{ "w": "Bible", "r": "fee" }, | |
{ "w": "Holly", "r": "lag" }, | |
{ "w": "rumor", "r": "cis" }, | |
{ "w": "Klein", "r": "kos" }, | |
{ "w": "joins", "r": "moa" }, | |
{ "w": "Myers", "r": "do" }, | |
{ "w": "seize", "r": "din" }, | |
{ "w": "market", "r": "woerah" }, | |
{ "w": "during", "r": "engvim" }, | |
{ "w": "shares", "r": "lagags" }, | |
{ "w": "prices", "r": "yupnah" }, | |
{ "w": "months", "r": "aysalb" }, | |
{ "w": "report", "r": "goaham" }, | |
{ "w": "called", "r": "colcub" }, | |
{ "w": "United", "r": "vatfet" }, | |
{ "w": "Soviet", "r": "onshah" }, | |
{ "w": "second", "r": "mobdak" }, | |
{ "w": "public", "r": "gorave" }, | |
{ "w": "police", "r": "fayflu" }, | |
{ "w": "memory", "r": "revbow" }, | |
{ "w": "around", "r": "woeod" }, | |
{ "w": "Friday", "r": "domhey" }, | |
{ "w": "higher", "r": "diflax" }, | |
{ "w": "former", "r": "awnlot" }, | |
{ "w": "Monday", "r": "wowni" }, | |
{ "w": "office", "r": "emedee" }, | |
{ "w": "recent", "r": "jugbys" }, | |
{ "w": "States", "r": "elsree" }, | |
{ "w": "Pounds", "r": "illrug" }, | |
{ "w": "access", "r": "discue" }, | |
{ "w": "design", "r": "hodoc" }, | |
{ "w": "become", "r": "phidue" }, | |
{ "w": "future", "r": "tegpul" }, | |
{ "w": "growth", "r": "shhoaf" }, | |
{ "w": "issues", "r": "nthdis" }, | |
{ "w": "didn't", "r": "hmmrid" }, | |
{ "w": "making", "r": "kashah" }, | |
{ "w": "result", "r": "hadvim" }, | |
{ "w": "points", "r": "vumjug" }, | |
{ "w": "enough", "r": "sodre" }, | |
{ "w": "likely", "r": "elscob" }, | |
{ "w": "period", "r": "coozek" }, | |
{ "w": "closed", "r": "tastap" }, | |
{ "w": "single", "r": "puplox" }, | |
{ "w": "others", "r": "madlex" }, | |
{ "w": "family", "r": "ichbel" }, | |
{ "w": "policy", "r": "migmeg" }, | |
{ "w": "agency", "r": "putnom" }, | |
{ "w": "dollar", "r": "fanit" }, | |
{ "w": "agreed", "r": "fibnah" }, | |
{ "w": "though", "r": "taxpia" }, | |
{ "w": "rather", "r": "hihon" }, | |
{ "w": "action", "r": "ellsou" }, | |
{ "w": "screen", "r": "bedeb" }, | |
{ "w": "energy", "r": "saxab" }, | |
{ "w": "offers", "r": "rezax" }, | |
{ "w": "nearly", "r": "adifs" }, | |
{ "w": "effect", "r": "ayhao" }, | |
{ "w": "income", "r": "duhwot" }, | |
{ "w": "Europe", "r": "cogbrr" }, | |
{ "w": "create", "r": "maynoo" }, | |
{ "w": "return", "r": "dogsip" }, | |
{ "w": "almost", "r": "respin" }, | |
{ "w": "allows", "r": "ortfoy" }, | |
{ "w": "killed", "r": "upsmun" }, | |
{ "w": "things", "r": "errec" }, | |
{ "w": "groups", "r": "nebeth" }, | |
{ "w": "trying", "r": "yaphug" }, | |
{ "w": "server", "r": "patohs" }, | |
{ "w": "annual", "r": "cabred" }, | |
{ "w": "Sunday", "r": "nuhae" }, | |
{ "w": "across", "r": "bodbag" }, | |
{ "w": "demand", "r": "sukrue" }, | |
{ "w": "stocks", "r": "bibora" }, | |
{ "w": "really", "r": "nobif" }, | |
{ "w": "saying", "r": "atnil" }, | |
{ "w": "profit", "r": "colcad" }, | |
{ "w": "series", "r": "gemlox" }, | |
{ "w": "amount", "r": "wowhod" }, | |
{ "w": "budget", "r": "lobwo" }, | |
{ "w": "German", "r": "vismob" }, | |
{ "w": "rights", "r": "rataal" }, | |
{ "w": "levels", "r": "eldtye" }, | |
{ "w": "always", "r": "adtut" }, | |
{ "w": "source", "r": "ribnip" }, | |
{ "w": "method", "r": "resani" }, | |
{ "w": "leader", "r": "benhep" }, | |
{ "w": "Senate", "r": "dadan" }, | |
{ "w": "charge", "r": "suntow" }, | |
{ "w": "senior", "r": "spysou" }, | |
{ "w": "latest", "r": "dosria" }, | |
{ "w": "effort", "r": "capfay" }, | |
{ "w": "taking", "r": "batnus" }, | |
{ "w": "output", "r": "didait" }, | |
{ "w": "Robert", "r": "wizrug" }, | |
{ "w": "Reagan", "r": "sopec" }, | |
{ "w": "course", "r": "adoinn" }, | |
{ "w": "remain", "r": "elpro" }, | |
{ "w": "Street", "r": "yuptao" }, | |
{ "w": "assets", "r": "aaspug" }, | |
{ "w": "credit", "r": "difand" }, | |
{ "w": "forces", "r": "ailnu" }, | |
{ "w": "reduce", "r": "lacrap" }, | |
{ "w": "claims", "r": "hierex" }, | |
{ "w": "review", "r": "idsaa" }, | |
{ "w": "toward", "r": "femmib" }, | |
{ "w": "expect", "r": "jibhie" }, | |
{ "w": "member", "r": "dalgap" }, | |
{ "w": "health", "r": "johum" }, | |
{ "w": "cannot", "r": "oeput" }, | |
{ "w": "showed", "r": "diedif" }, | |
{ "w": "volume", "r": "nogarc" }, | |
{ "w": "priced", "r": "hapahs" }, | |
{ "w": "models", "r": "hutkoa" }, | |
{ "w": "supply", "r": "fagton" }, | |
{ "w": "troops", "r": "catnim" }, | |
{ "w": "became", "r": "vauyen" }, | |
{ "w": "losses", "r": "zekabo" }, | |
{ "w": "August", "r": "cupfob" }, | |
{ "w": "buying", "r": "luxall" }, | |
{ "w": "fiscal", "r": "obatax" }, | |
{ "w": "wanted", "r": "paslay" }, | |
{ "w": "behind", "r": "titham" }, | |
{ "w": "drives", "r": "duiab" }, | |
{ "w": "reason", "r": "kyeoke" }, | |
{ "w": "turned", "r": "rhoeld" }, | |
{ "w": "French", "r": "pahhub" }, | |
{ "w": "simply", "r": "figaw" }, | |
{ "w": "failed", "r": "ilkyen" }, | |
{ "w": "device", "r": "phtlex" }, | |
{ "w": "County", "r": "cwmwon" }, | |
{ "w": "direct", "r": "ginzip" }, | |
{ "w": "worked", "r": "yobowe" }, | |
{ "w": "letter", "r": "itsla" }, | |
{ "w": "caused", "r": "micoot" }, | |
{ "w": "issued", "r": "bowsac" }, | |
{ "w": "helped", "r": "fugpud" }, | |
{ "w": "region", "r": "bagas" }, | |
{ "w": "you're", "r": "ganhie" }, | |
{ "w": "values", "r": "nixama" }, | |
{ "w": "images", "r": "arkvox" }, | |
{ "w": "window", "r": "slygob" }, | |
{ "w": "George", "r": "tavya" }, | |
{ "w": "bought", "r": "idveg" }, | |
{ "w": "survey", "r": "laphyp" }, | |
{ "w": "Israel", "r": "abam" }, | |
{ "w": "stores", "r": "shajin" }, | |
{ "w": "year's", "r": "zaxsuk" }, | |
{ "w": "wasn't", "r": "modohs" }, | |
{ "w": "option", "r": "payjo" }, | |
{ "w": "choice", "r": "cobcaw" }, | |
{ "w": "raised", "r": "titleu" }, | |
{ "w": "larger", "r": "ditho" }, | |
{ "w": "strike", "r": "piumeg" }, | |
{ "w": "faster", "r": "potarb" }, | |
{ "w": "attack", "r": "labdad" }, | |
{ "w": "signed", "r": "nthpam" }, | |
{ "w": "orders", "r": "rugwad" }, | |
{ "w": "impact", "r": "lezbis" }, | |
{ "w": "entire", "r": "notpac" }, | |
{ "w": "aren't", "r": "mihex" }, | |
{ "w": "plants", "r": "rueyep" }, | |
{ "w": "appear", "r": "zapvum" }, | |
{ "w": "fourth", "r": "tabcat" }, | |
{ "w": "damage", "r": "faxais" }, | |
{ "w": "safety", "r": "lacwen" }, | |
{ "w": "figure", "r": "kueaim" }, | |
{ "w": "prison", "r": "bostau" }, | |
{ "w": "sector", "r": "shygem" }, | |
{ "w": "opened", "r": "bunors" }, | |
{ "w": "ruling", "r": "vanwax" }, | |
{ "w": "forced", "r": "saltam" }, | |
{ "w": "handle", "r": "todfry" }, | |
{ "w": "easily", "r": "kinrug" }, | |
{ "w": "useful", "r": "apotub" }, | |
{ "w": "search", "r": "yukjug" }, | |
{ "w": "normal", "r": "hawram" }, | |
{ "w": "active", "r": "sixpoh" }, | |
{ "w": "format", "r": "acthie" }, | |
{ "w": "client", "r": "eyerem" }, | |
{ "w": "target", "r": "emubus" }, | |
{ "w": "editor", "r": "lithod" }, | |
{ "w": "giving", "r": "tugmib" }, | |
{ "w": "nation", "r": "vieors" }, | |
{ "w": "estate", "r": "fidjus" }, | |
{ "w": "season", "r": "poimed" }, | |
{ "w": "object", "r": "koapro" }, | |
{ "w": "easier", "r": "shefub" }, | |
{ "w": "status", "r": "foeich" }, | |
{ "w": "retail", "r": "ragare" }, | |
{ "w": "fields", "r": "useyew" }, | |
{ "w": "placed", "r": "lamoxo" }, | |
{ "w": "quoted", "r": "onelm" }, | |
{ "w": "passed", "r": "ummgip" }, | |
{ "w": "highly", "r": "sixrah" }, | |
{ "w": "inside", "r": "nohvat" }, | |
{ "w": "Moscow", "r": "tagqis" }, | |
{ "w": "adding", "r": "sewpat" }, | |
{ "w": "buyers", "r": "aalall" }, | |
{ "w": "remote", "r": "ererho" }, | |
{ "w": "Thomas", "r": "kyeex" }, | |
{ "w": "denied", "r": "hypsot" }, | |
{ "w": "hasn't", "r": "repled" }, | |
{ "w": "appeal", "r": "duehim" }, | |
{ "w": "flight", "r": "yehrec" }, | |
{ "w": "boards", "r": "rocupo" }, | |
{ "w": "mostly", "r": "ensham" }, | |
{ "w": "factor", "r": "sermm" }, | |
{ "w": "beyond", "r": "jignow" }, | |
{ "w": "tested", "r": "nosvum" }, | |
{ "w": "gained", "r": "melurd" }, | |
{ "w": "couple", "r": "viepee" }, | |
{ "w": "events", "r": "gatwed" }, | |
{ "w": "crisis", "r": "emamu" }, | |
{ "w": "border", "r": "damgee" }, | |
{ "w": "Kuwait", "r": "luxcig" }, | |
{ "w": "living", "r": "ehkit" }, | |
{ "w": "accept", "r": "lotnub" }, | |
{ "w": "listed", "r": "unsait" }, | |
{ "w": "anyone", "r": "seegem" }, | |
{ "w": "rising", "r": "titape" }, | |
{ "w": "merger", "r": "fewsh" }, | |
{ "w": "cities", "r": "irenan" }, | |
{ "w": "Novell", "r": "alpgee" }, | |
{ "w": "joined", "r": "payzed" }, | |
{ "w": "battle", "r": "uketav" }, | |
{ "w": "speech", "r": "manth" }, | |
{ "w": "formed", "r": "awaabs" }, | |
{ "w": "driver", "r": "ryeazo" }, | |
{ "w": "makers", "r": "hmfir" }, | |
{ "w": "except", "r": "mopems" }, | |
{ "w": "switch", "r": "celpod" }, | |
{ "w": "engine", "r": "cutyok" }, | |
{ "w": "lawyer", "r": "zippen" }, | |
{ "w": "Africa", "r": "kobwab" }, | |
{ "w": "served", "r": "uporye" }, | |
{ "w": "played", "r": "twabrr" }, | |
{ "w": "social", "r": "bywye" }, | |
{ "w": "travel", "r": "onoxy" }, | |
{ "w": "decade", "r": "deirk" }, | |
{ "w": "global", "r": "ickwab" }, | |
{ "w": "widely", "r": "kirfly" }, | |
{ "w": "sought", "r": "ranbid" }, | |
{ "w": "export", "r": "sifag" }, | |
{ "w": "equity", "r": "gosane" }, | |
{ "w": "choose", "r": "nahbit" }, | |
{ "w": "mainly", "r": "ohopeh" }, | |
{ "w": "rebels", "r": "tetspy" }, | |
{ "w": "unless", "r": "celall" }, | |
{ "w": "debate", "r": "lugbug" }, | |
{ "w": "decide", "r": "dorad" }, | |
{ "w": "filing", "r": "upshut" }, | |
{ "w": "spread", "r": "pewgun" }, | |
{ "w": "ensure", "r": "ahiilk" }, | |
{ "w": "floppy", "r": "vauera" }, | |
{ "w": "Compaq", "r": "ohmen" }, | |
{ "w": "spring", "r": "dowbun" }, | |
{ "w": "manual", "r": "ebbwaw" }, | |
{ "w": "launch", "r": "gelrib" }, | |
{ "w": "vendor", "r": "excud" }, | |
{ "w": "agents", "r": "herwo" }, | |
{ "w": "column", "r": "wedflu" }, | |
{ "w": "theory", "r": "dyeken" }, | |
{ "w": "inches", "r": "ohofas" }, | |
{ "w": "signal", "r": "mapdol" }, | |
{ "w": "voters", "r": "fesmod" }, | |
{ "w": "linked", "r": "lavde" }, | |
{ "w": "threat", "r": "webtoy" }, | |
{ "w": "backup", "r": "tuihen" }, | |
{ "w": "module", "r": "hugfoh" }, | |
{ "w": "select", "r": "regbo" }, | |
{ "w": "church", "r": "kobfey" }, | |
{ "w": "partly", "r": "tajawl" }, | |
{ "w": "traded", "r": "gelbut" }, | |
{ "w": "MS-DOS", "r": "mudfog" }, | |
{ "w": "actual", "r": "macoxo" }, | |
{ "w": "you'll", "r": "cammum" }, | |
{ "w": "expand", "r": "zagkop" }, | |
{ "w": "reform", "r": "kabrya" }, | |
{ "w": "scheme", "r": "aner" }, | |
{ "w": "serial", "r": "bamska" }, | |
{ "w": "double", "r": "pyxthy" }, | |
{ "w": "limits", "r": "dugria" }, | |
{ "w": "paying", "r": "moblie" }, | |
{ "w": "houses", "r": "zekka" }, | |
{ "w": "cancer", "r": "tagirk" }, | |
{ "w": "owners", "r": "duiel" }, | |
{ "w": "parent", "r": "nooai" }, | |
{ "w": "Bush's", "r": "odeeau" }, | |
{ "w": "seemed", "r": "foubrr" }, | |
{ "w": "posted", "r": "oohab" }, | |
{ "w": "nature", "r": "vatzoo" }, | |
{ "w": "affect", "r": "bislax" }, | |
{ "w": "stored", "r": "orkos" }, | |
{ "w": "expert", "r": "losis" }, | |
{ "w": "degree", "r": "iggdis" }, | |
{ "w": "rating", "r": "patwot" }, | |
{ "w": "Valley", "r": "nispa" }, | |
{ "w": "earned", "r": "nozed" }, | |
{ "w": "Middle", "r": "yidoka" }, | |
{ "w": "happen", "r": "kirzig" }, | |
{ "w": "manage", "r": "godhit" }, | |
{ "w": "copies", "r": "ohboo" }, | |
{ "w": "looked", "r": "fewnoo" }, | |
{ "w": "colors", "r": "umpmos" }, | |
{ "w": "Martin", "r": "wogleu" }, | |
{ "w": "import", "r": "oiltaw" }, | |
{ "w": "author", "r": "bugoes" }, | |
{ "w": "deputy", "r": "kipzed" }, | |
{ "w": "ending", "r": "vaslit" }, | |
{ "w": "career", "r": "taetog" }, | |
{ "w": "headed", "r": "withap" }, | |
{ "w": "summit", "r": "innmyc" }, | |
{ "w": "murder", "r": "hagtot" }, | |
{ "w": "obtain", "r": "bysbod" }, | |
{ "w": "Inc.'s", "r": "wudhum" }, | |
{ "w": "guilty", "r": "lavill" }, | |
{ "w": "unique", "r": "dolmew" }, | |
{ "w": "tables", "r": "bysmop" }, | |
{ "w": "jumped", "r": "toydo" }, | |
{ "w": "moment", "r": "tadfox" }, | |
{ "w": "places", "r": "latfin" }, | |
{ "w": "secret", "r": "idsleg" }, | |
{ "w": "week's", "r": "ismpac" }, | |
{ "w": "dealer", "r": "witdin" }, | |
{ "w": "nearby", "r": "alszek" }, | |
{ "w": "asking", "r": "outfad" }, | |
{ "w": "Morgan", "r": "owefop" }, | |
{ "w": "warned", "r": "amarei" }, | |
{ "w": "shared", "r": "huphon" }, | |
{ "w": "bridge", "r": "apenay" }, | |
{ "w": "treaty", "r": "wawal" }, | |
{ "w": "Dallas", "r": "mawebb" }, | |
{ "w": "Joseph", "r": "garvee" }, | |
{ "w": "begins", "r": "nunfun" }, | |
{ "w": "Oracle", "r": "senred" }, | |
{ "w": "losing", "r": "rigoy" }, | |
{ "w": "enable", "r": "uspoi" }, | |
{ "w": "weight", "r": "onfas" }, | |
{ "w": "argued", "r": "purebb" }, | |
{ "w": "length", "r": "pixlea" }, | |
{ "w": "chosen", "r": "resen" }, | |
{ "w": "lowest", "r": "basoaf" }, | |
{ "w": "remove", "r": "absdot" }, | |
{ "w": "unable", "r": "okeed" }, | |
{ "w": "32-bit", "r": "dalkea" }, | |
{ "w": "Jersey", "r": "kaeapp" }, | |
{ "w": "unions", "r": "nanus" }, | |
{ "w": "errors", "r": "taxfan" }, | |
{ "w": "planes", "r": "lieuse" }, | |
{ "w": "formal", "r": "dughaj" }, | |
{ "w": "yields", "r": "raxrem" }, | |
{ "w": "blamed", "r": "luxoff" }, | |
{ "w": "Moslem", "r": "arfjob" }, | |
{ "w": "you've", "r": "witex" }, | |
{ "w": "Boeing", "r": "ogodd" }, | |
{ "w": "permit", "r": "gaenos" }, | |
{ "w": "string", "r": "amifon" }, | |
{ "w": "fairly", "r": "wowet" }, | |
{ "w": "margin", "r": "ayetic" }, | |
{ "w": "proved", "r": "ehhae" }, | |
{ "w": "backed", "r": "somrin" }, | |
{ "w": "Bureau", "r": "jusid" }, | |
{ "w": "severe", "r": "plyspy" }, | |
{ "w": "Panama", "r": "pyahm" }, | |
{ "w": "motion", "r": "pyxben" }, | |
{ "w": "square", "r": "okeare" }, | |
{ "w": "stable", "r": "corold" }, | |
{ "w": "detail", "r": "mappoi" }, | |
{ "w": "Poland", "r": "paypad" }, | |
{ "w": "relief", "r": "jetdui" }, | |
{ "w": "sample", "r": "umplop" }, | |
{ "w": "caught", "r": "leytap" }, | |
{ "w": "acting", "r": "mumat" }, | |
{ "w": "define", "r": "botef" }, | |
{ "w": "modern", "r": "farxi" }, | |
{ "w": "papers", "r": "eraput" }, | |
{ "w": "extent", "r": "dayais" }, | |
{ "w": "liquid", "r": "agaoes" }, | |
{ "w": "extend", "r": "aagay" }, | |
{ "w": "city's", "r": "jigmac" }, | |
{ "w": "Island", "r": "huhpat" }, | |
{ "w": "Korean", "r": "gunten" }, | |
{ "w": "Miller", "r": "kipmos" }, | |
{ "w": "Jewish", "r": "hehkob" }, | |
{ "w": "leaves", "r": "botale" }, | |
{ "w": "counts", "r": "lugage" }, | |
{ "w": "pushed", "r": "areek" }, | |
{ "w": "Drexel", "r": "bizten" }, | |
{ "w": "Arabia", "r": "linado" }, | |
{ "w": "CD-ROM", "r": "dalgay" }, | |
{ "w": "filled", "r": "ziplab" }, | |
{ "w": "advice", "r": "yokmun" }, | |
{ "w": "Edward", "r": "erenan" }, | |
{ "w": "accord", "r": "hubwad" }, | |
{ "w": "causes", "r": "paphue" }, | |
{ "w": "blocks", "r": "carfeu" }, | |
{ "w": "Saddam", "r": "ranvee" }, | |
{ "w": "blacks", "r": "geeoaf" }, | |
{ "w": "branch", "r": "leavig" }, | |
{ "w": "bodies", "r": "baawee" }, | |
{ "w": "aboard", "r": "endtat" }, | |
{ "w": "proper", "r": "zagass" }, | |
{ "w": "voting", "r": "tabqis" }, | |
{ "w": "pieces", "r": "geede" }, | |
{ "w": "mining", "r": "megeke" }, | |
{ "w": "laptop", "r": "hisran" }, | |
{ "w": "struck", "r": "titem" }, | |
{ "w": "fallen", "r": "padpa" }, | |
{ "w": "bigger", "r": "pyeret" }, | |
{ "w": "deaths", "r": "yewhoe" }, | |
{ "w": "broken", "r": "alshin" }, | |
{ "w": "player", "r": "kidhaw" }, | |
{ "w": "Wilson", "r": "duiveg" }, | |
{ "w": "offset", "r": "bayapp" }, | |
{ "w": "marked", "r": "kinpur" }, | |
{ "w": "abroad", "r": "whacub" }, | |
{ "w": "tender", "r": "spyde" }, | |
{ "w": "modest", "r": "wizapp" }, | |
{ "w": "picked", "r": "jetane" }, | |
{ "w": "native", "r": "arfrum" }, | |
{ "w": "stands", "r": "skabys" }, | |
{ "w": "closer", "r": "nipjeu" }, | |
{ "w": "Indeed", "r": "wansri" }, | |
{ "w": "arrest", "r": "oudbut" }, | |
{ "w": "Corp's", "r": "hipsae" }, | |
{ "w": "courts", "r": "pusatt" }, | |
{ "w": "medium", "r": "fehyod" }, | |
{ "w": "facing", "r": "fehugh" }, | |
{ "w": "stress", "r": "ilkyuk" }, | |
{ "w": "valued", "r": "fetlev" }, | |
{ "w": "skills", "r": "disell" }, | |
{ "w": "afford", "r": "dahnil" }, | |
{ "w": "trucks", "r": "kaysay" }, | |
{ "w": "Unisys", "r": "binag" }, | |
{ "w": "checks", "r": "andred" }, | |
{ "w": "modems", "r": "radpig" }, | |
{ "w": "minute", "r": "kinego" }, | |
{ "w": "thinks", "r": "nimtab" }, | |
{ "w": "pilots", "r": "ughsei" }, | |
{ "w": "custom", "r": "tiefun" }, | |
{ "w": "pulled", "r": "kifkex" }, | |
{ "w": "Harris", "r": "huhrah" }, | |
{ "w": "weekly", "r": "alpmi" }, | |
{ "w": "speeds", "r": "gothay" }, | |
{ "w": "ethnic", "r": "dorgod" }, | |
{ "w": "firm's", "r": "momet" }, | |
{ "w": "plasma", "r": "fagob" }, | |
{ "w": "covers", "r": "ofall" }, | |
{ "w": "seized", "r": "senjug" }, | |
{ "w": "Quayle", "r": "bapin" }, | |
{ "w": "loaded", "r": "jagyap" }, | |
{ "w": "master", "r": "abaqi" }, | |
{ "w": "sports", "r": "earhie" }, | |
{ "w": "driven", "r": "hunis" }, | |
{ "w": "invest", "r": "fithin" }, | |
{ "w": "Donald", "r": "innrev" }, | |
{ "w": "latter", "r": "rocsup" }, | |
{ "w": "16-bit", "r": "basilk" }, | |
{ "w": "update", "r": "nabens" }, | |
{ "w": "Unlike", "r": "hetba" }, | |
{ "w": "repair", "r": "dislex" }, | |
{ "w": "worker", "r": "reblag" }, | |
{ "w": "metals", "r": "hoyyah" }, | |
{ "w": "Motors", "r": "pyapa" }, | |
{ "w": "danger", "r": "paxmix" }, | |
{ "w": "merely", "r": "bizdan" }, | |
{ "w": "brings", "r": "hajjo" }, | |
{ "w": "attend", "r": "godlaw" }, | |
{ "w": "mutual", "r": "apowow" }, | |
{ "w": "steady", "r": "hubvau" }, | |
{ "w": "slower", "r": "ifnah" }, | |
{ "w": "narrow", "r": "boxpro" }, | |
{ "w": "Lehman", "r": "mircut" }, | |
{ "w": "charts", "r": "okeodd" }, | |
{ "w": "settle", "r": "negdor" }, | |
{ "w": "stated", "r": "odajoy" }, | |
{ "w": "seeing", "r": "neealb" }, | |
{ "w": "barrel", "r": "jewbys" }, | |
{ "w": "writer", "r": "bunmid" }, | |
{ "w": "Howard", "r": "didyip" }, | |
{ "w": "manner", "r": "avebun" }, | |
{ "w": "hadn't", "r": "ruetam" }, | |
{ "w": "Marine", "r": "powmis" }, | |
{ "w": "writes", "r": "askyam" }, | |
{ "w": "matrix", "r": "mofoe" }, | |
{ "w": "excess", "r": "offany" }, | |
{ "w": "viewed", "r": "goshi" }, | |
{ "w": "buffer", "r": "aski" }, | |
{ "w": "retain", "r": "jabsky" }, | |
{ "w": "depend", "r": "antbag" }, | |
{ "w": "assume", "r": "galkeg" }, | |
{ "w": "League", "r": "botcos" }, | |
{ "w": "allies", "r": "todmen" }, | |
{ "w": "secure", "r": "namwit" }, | |
{ "w": "patent", "r": "kosops" }, | |
{ "w": "costly", "r": "tavpsi" }, | |
{ "w": "Carter", "r": "nipme" }, | |
{ "w": "what's", "r": "mibqis" }, | |
{ "w": "fellow", "r": "ecurex" }, | |
{ "w": "judges", "r": "rajkue" }, | |
{ "w": "carbon", "r": "yakawn" }, | |
{ "w": "Beirut", "r": "tadzep" }, | |
{ "w": "Avenue", "r": "zaseke" }, | |
{ "w": "powers", "r": "rambub" }, | |
{ "w": "flying", "r": "gippea" }, | |
{ "w": "ticket", "r": "vowpas" }, | |
{ "w": "rumors", "r": "rodfub" }, | |
{ "w": "talked", "r": "yepfix" }, | |
{ "w": "hardly", "r": "awafib" }, | |
{ "w": "occurs", "r": "ifsera" }, | |
{ "w": "behalf", "r": "oohrev" }, | |
{ "w": "silver", "r": "satfoy" }, | |
{ "w": "Wright", "r": "ilkbel" }, | |
{ "w": "Jordan", "r": "yakant" }, | |
{ "w": "trends", "r": "attdow" }, | |
{ "w": "hoping", "r": "optzag" }, | |
{ "w": "symbol", "r": "gagfa" }, | |
{ "w": "regime", "r": "bycad" }, | |
{ "w": "burden", "r": "galmho" }, | |
{ "w": "thrift", "r": "gasad" }, | |
{ "w": "walked", "r": "wenups" }, | |
{ "w": "labels", "r": "sapnod" }, | |
{ "w": "Taiwan", "r": "oped" }, | |
{ "w": "intent", "r": "jewfas" }, | |
{ "w": "Taylor", "r": "hugort" }, | |
{ "w": "exists", "r": "kasyon" }, | |
{ "w": "victim", "r": "jagrot" }, | |
{ "w": "copper", "r": "ider" }, | |
{ "w": "Ronald", "r": "nayono" }, | |
{ "w": "trader", "r": "digels" }, | |
{ "w": "Morris", "r": "omsbra" }, | |
{ "w": "delays", "r": "fiblid" }, | |
{ "w": "sounds", "r": "jayash" }, | |
{ "w": "prefer", "r": "eggfed" }, | |
{ "w": "finish", "r": "moshod" }, | |
{ "w": "serves", "r": "zekpat" }, | |
{ "w": "escape", "r": "lexsax" }, | |
{ "w": "scores", "r": "amhun" }, | |
{ "w": "bank's", "r": "warlar" }, | |
{ "w": "dozens", "r": "appzax" }, | |
{ "w": "Warner", "r": "paczap" }, | |
{ "w": "random", "r": "cozowl" }, | |
{ "w": "salary", "r": "misere" }, | |
{ "w": "script", "r": "aboasp" }, | |
{ "w": "Daniel", "r": "pacoil" }, | |
{ "w": "combat", "r": "albcue" }, | |
{ "w": "resume", "r": "skatil" }, | |
{ "w": "layout", "r": "marlex" }, | |
{ "w": "plenty", "r": "tadtee" }, | |
{ "w": "prompt", "r": "rimyeh" }, | |
{ "w": "Nikkei", "r": "encad" }, | |
{ "w": "dialog", "r": "tuneau" }, | |
{ "w": "agenda", "r": "filsim" }, | |
{ "w": "saving", "r": "yumaft" }, | |
{ "w": "vision", "r": "bisnam" }, | |
{ "w": "banned", "r": "dabgut" }, | |
{ "w": "cursor", "r": "tiehat" }, | |
{ "w": "Nelson", "r": "popif" }, | |
{ "w": "regard", "r": "buycor" }, | |
{ "w": "burned", "r": "peenib" }, | |
{ "w": "macros", "r": "fitaft" }, | |
{ "w": "exceed", "r": "dagpot" }, | |
{ "w": "movies", "r": "gnuour" }, | |
{ "w": "rescue", "r": "sueyob" }, | |
{ "w": "hotels", "r": "telya" }, | |
{ "w": "pursue", "r": "ohwar" }, | |
{ "w": "timing", "r": "ocaray" }, | |
{ "w": "button", "r": "iffcod" }, | |
{ "w": "ranges", "r": "fohog" }, | |
{ "w": "stages", "r": "ohmka" }, | |
{ "w": "AT&T's", "r": "armchi" }, | |
{ "w": "Texaco", "r": "emssty" }, | |
{ "w": "fought", "r": "solbox" }, | |
{ "w": "layers", "r": "jiglav" }, | |
{ "w": "linear", "r": "difboa" }, | |
{ "w": "modify", "r": "sotawl" }, | |
{ "w": "Marcos", "r": "deneta" }, | |
{ "w": "vessel", "r": "logkoi" }, | |
{ "w": "coffee", "r": "frycud" }, | |
{ "w": "Forest", "r": "nodzas" }, | |
{ "w": "user's", "r": "hamgag" }, | |
{ "w": "doctor", "r": "lasmun" }, | |
{ "w": "stayed", "r": "lekhad" }, | |
{ "w": "famous", "r": "belmop" }, | |
{ "w": "suffer", "r": "tadwiz" }, | |
{ "w": "broker", "r": "nutrei" }, | |
{ "w": "sister", "r": "atoar" }, | |
{ "w": "dinner", "r": "emsox" }, | |
{ "w": "desire", "r": "apoicy" }, | |
{ "w": "tracks", "r": "bibpaw" }, | |
{ "w": "Iraq's", "r": "voxfag" }, | |
{ "w": "myself", "r": "gaenu" }, | |
{ "w": "wonder", "r": "yippod" }, | |
{ "w": "slight", "r": "sonhup" }, | |
{ "w": "francs", "r": "masnit" }, | |
{ "w": "crimes", "r": "goxvum" }, | |
{ "w": "sexual", "r": "yupem" }, | |
{ "w": "Arthur", "r": "mentot" }, | |
{ "w": "submit", "r": "polnos" }, | |
{ "w": "Philip", "r": "pitun" }, | |
{ "w": "corner", "r": "ahssob" }, | |
{ "w": "Poor's", "r": "pyxvim" }, | |
{ "w": "sheets", "r": "pedtog" }, | |
{ "w": "citing", "r": "wynwiz" }, | |
{ "w": "mobile", "r": "rehum" }, | |
{ "w": "harder", "r": "psiell" }, | |
{ "w": "Andrew", "r": "licoo" }, | |
{ "w": "routes", "r": "axeors" }, | |
{ "w": "affair", "r": "puppic" }, | |
{ "w": "duties", "r": "emnan" }, | |
{ "w": "lifted", "r": "hoyin" }, | |
{ "w": "oxygen", "r": "penwag" }, | |
{ "w": "Russia", "r": "cabgoy" }, | |
{ "w": "Disney", "r": "nthrut" }, | |
{ "w": "visual", "r": "bitcad" }, | |
{ "w": "impose", "r": "ceeoil" }, | |
{ "w": "camera", "r": "mooxu" }, | |
{ "w": "female", "r": "kostoe" }, | |
{ "w": "recall", "r": "jewtoy" }, | |
{ "w": "waters", "r": "secbaa" }, | |
{ "w": "awards", "r": "sexmut" }, | |
{ "w": "Polish", "r": "fadfug" }, | |
{ "w": "missed", "r": "yacub" }, | |
{ "w": "rarely", "r": "napet" }, | |
{ "w": "bright", "r": "dugoda" }, | |
{ "w": "buyout", "r": "tewqat" }, | |
{ "w": "Walter", "r": "wynfop" }, | |
{ "w": "Pascal", "r": "tipsly" }, | |
{ "w": "ranged", "r": "lawdip" }, | |
{ "w": "anyway", "r": "xihub" }, | |
{ "w": "static", "r": "pepsuk" }, | |
{ "w": "trades", "r": "digjin" }, | |
{ "w": "Dennis", "r": "arkhog" }, | |
{ "w": "aspect", "r": "feeboy" }, | |
{ "w": "Warsaw", "r": "ewecru" }, | |
{ "w": "hiring", "r": "yobhaw" }, | |
{ "w": "assist", "r": "ashalt" }, | |
{ "w": "injury", "r": "rugute" }, | |
{ "w": "hidden", "r": "arttwo" }, | |
{ "w": "breaks", "r": "bapurn" }, | |
{ "w": "raises", "r": "bigins" }, | |
{ "w": "Prince", "r": "purcam" }, | |
{ "w": "arrive", "r": "souby" }, | |
{ "w": "resort", "r": "oradom" }, | |
{ "w": "defeat", "r": "amutog" }, | |
{ "w": "oppose", "r": "yipoar" }, | |
{ "w": "campus", "r": "wistsk" }, | |
{ "w": "packet", "r": "naptas" }, | |
{ "w": "rivals", "r": "cepzep" }, | |
{ "w": "E-mail", "r": "aisamp" }, | |
{ "w": "stream", "r": "nubmum" }, | |
{ "w": "Geneva", "r": "yaree" }, | |
{ "w": "Hughes", "r": "gobup" }, | |
{ "w": "defend", "r": "bizyap" }, | |
{ "w": "soared", "r": "jutcru" }, | |
{ "w": "York's", "r": "cuesew" }, | |
{ "w": "Turner", "r": "yincop" }, | |
{ "w": "argues", "r": "pawyep" }, | |
{ "w": "museum", "r": "hetlow" }, | |
{ "w": "surged", "r": "humfix" }, | |
{ "w": "intend", "r": "tawlie" }, | |
{ "w": "graphs", "r": "satmax" }, | |
{ "w": "metric", "r": "gasbey" }, | |
{ "w": "gotten", "r": "thyjin" }, | |
{ "w": "Contra", "r": "rugdel" }, | |
{ "w": "Walker", "r": "vigick" }, | |
{ "w": "cloudy", "r": "oleait" }, | |
{ "w": "racial", "r": "geyfax" }, | |
{ "w": "Zenith", "r": "rowcep" }, | |
{ "w": "adults", "r": "poiuta" }, | |
{ "w": "topics", "r": "kirpea" }, | |
{ "w": "locked", "r": "nilbod" }, | |
{ "w": "Labour", "r": "piudie" }, | |
{ "w": "lights", "r": "doekoi" }, | |
{ "w": "grants", "r": "voxsyn" }, | |
{ "w": "comply", "r": "fezut" }, | |
{ "w": "resign", "r": "bedpro" }, | |
{ "w": "guards", "r": "sowhue" }, | |
{ "w": "slowed", "r": "paldag" }, | |
{ "w": "cattle", "r": "ootsab" }, | |
{ "w": "firing", "r": "aidoat" }, | |
{ "w": "smooth", "r": "fixped" }, | |
{ "w": "belief", "r": "veemoa" }, | |
{ "w": "cables", "r": "fagbut" }, | |
{ "w": "buried", "r": "naycox" }, | |
{ "w": "Shamir", "r": "usekey" }, | |
{ "w": "forget", "r": "yehtux" }, | |
{ "w": "styles", "r": "zaspie" }, | |
{ "w": "domain", "r": "melmu" }, | |
{ "w": "detect", "r": "yaykeg" }, | |
{ "w": "Gordon", "r": "tadurp" }, | |
{ "w": "vector", "r": "ashbaa" }, | |
{ "w": "afraid", "r": "telwab" }, | |
{ "w": "chains", "r": "iffdig" }, | |
{ "w": "trials", "r": "macbye" }, | |
{ "w": "analog", "r": "wecod" }, | |
{ "w": "Afghan", "r": "kabay" }, | |
{ "w": "pretax", "r": "holi" }, | |
{ "w": "assess", "r": "macoms" }, | |
{ "w": "unrest", "r": "simems" }, | |
{ "w": "agrees", "r": "satape" }, | |
{ "w": "solved", "r": "vumski" }, | |
{ "w": "passes", "r": "amithe" }, | |
{ "w": "barred", "r": "sappsi" }, | |
{ "w": "miners", "r": "geecob" }, | |
{ "w": "prints", "r": "pamova" }, | |
{ "w": "unfair", "r": "begos" }, | |
{ "w": "reveal", "r": "enggan" }, | |
{ "w": "urging", "r": "funrad" }, | |
{ "w": "thanks", "r": "urpain" }, | |
{ "w": "barely", "r": "ukewos" }, | |
{ "w": "pixels", "r": "aisfox" }, | |
{ "w": "emerge", "r": "affsax" }, | |
{ "w": "freeze", "r": "islis" }, | |
{ "w": "height", "r": "fenram" }, | |
{ "w": "centre", "r": "gelrad" }, | |
{ "w": "spirit", "r": "oxyres" }, | |
{ "w": "ethics", "r": "ledate" }, | |
{ "w": "binary", "r": "skyras" }, | |
{ "w": "Steven", "r": "latwow" }, | |
{ "w": "wiring", "r": "bumfoe" }, | |
{ "w": "brands", "r": "boomae" }, | |
{ "w": "filter", "r": "zeksi" }, | |
{ "w": "Norton", "r": "bocap" }, | |
{ "w": "rocket", "r": "prooy" }, | |
{ "w": "proven", "r": "migsab" }, | |
{ "w": "feared", "r": "odelye" }, | |
{ "w": "Giants", "r": "momcay" }, | |
{ "w": "scored", "r": "nilfoy" }, | |
{ "w": "Shultz", "r": "opsmib" }, | |
{ "w": "adjust", "r": "oeemu" }, | |
{ "w": "Dakota", "r": "hodoe" }, | |
{ "w": "titles", "r": "dindap" }, | |
{ "w": "upward", "r": "munfou" }, | |
{ "w": "Hutton", "r": "osenun" }, | |
{ "w": "desert", "r": "upobod" }, | |
{ "w": "luxury", "r": "didill" }, | |
{ "w": "noting", "r": "fibwaw" }, | |
{ "w": "weapon", "r": "arcton" }, | |
{ "w": "artist", "r": "ifston" }, | |
{ "w": "whites", "r": "duefud" }, | |
{ "w": "cycles", "r": "vexoka" }, | |
{ "w": "nobody", "r": "segfax" }, | |
{ "w": "frozen", "r": "rahras" }, | |
{ "w": "thrown", "r": "yetnut" }, | |
{ "w": "gallon", "r": "totdan" }, | |
{ "w": "banker", "r": "sadwo" }, | |
{ "w": "Norman", "r": "tipgid" }, | |
{ "w": "wastes", "r": "pepdit" }, | |
{ "w": "Tehran", "r": "danar" }, | |
{ "w": "commit", "r": "ivycay" }, | |
{ "w": "landed", "r": "sinrin" }, | |
{ "w": "ignore", "r": "goayep" }, | |
{ "w": "stolen", "r": "pednap" }, | |
{ "w": "notion", "r": "hayfit" }, | |
{ "w": "Syrian", "r": "oieng" }, | |
{ "w": "wealth", "r": "rinrif" }, | |
{ "w": "Apollo", "r": "tiaid" }, | |
{ "w": "robust", "r": "mirope" }, | |
{ "w": "online", "r": "feupal" }, | |
{ "w": "sudden", "r": "wyeawa" }, | |
{ "w": "bitter", "r": "junum" }, | |
{ "w": "ousted", "r": "dakmod" }, | |
{ "w": "ballot", "r": "dupcam" }, | |
{ "w": "immune", "r": "hoynap" }, | |
{ "w": "doubts", "r": "tamfug" }, | |
{ "w": "DECnet", "r": "coxeel" }, | |
{ "w": "employ", "r": "catmen" }, | |
{ "w": "merged", "r": "nobee" }, | |
{ "w": "viable", "r": "domyes" }, | |
{ "w": "taught", "r": "fewhub" }, | |
{ "w": "ratios", "r": "suelat" }, | |
{ "w": "strain", "r": "utsoaf" }, | |
{ "w": "deeply", "r": "fluay" }, | |
{ "w": "staged", "r": "enyay" }, | |
{ "w": "quotas", "r": "nubleg" }, | |
{ "w": "Albert", "r": "adssos" }, | |
{ "w": "mature", "r": "aatet" }, | |
{ "w": "visits", "r": "heyseg" }, | |
{ "w": "delete", "r": "adzmo" }, | |
{ "w": "refuse", "r": "selmi" }, | |
{ "w": "insist", "r": "recsau" }, | |
{ "w": "Golden", "r": "ummorc" }, | |
{ "w": "tonnes", "r": "mewbad" }, | |
{ "w": "frames", "r": "napbro" }, | |
{ "w": "Carlos", "r": "wiggam" }, | |
{ "w": "phases", "r": "ayedap" }, | |
{ "w": "Sprint", "r": "munelk" }, | |
{ "w": "packed", "r": "metmen" }, | |
{ "w": "upheld", "r": "zzzdaw" }, | |
{ "w": "phones", "r": "rowdab" }, | |
{ "w": "tissue", "r": "voebuy" }, | |
{ "w": "mental", "r": "eatsuq" }, | |
{ "w": "easing", "r": "pawwap" }, | |
{ "w": "Walesa", "r": "litao" }, | |
{ "w": "Murphy", "r": "yidwae" }, | |
{ "w": "atomic", "r": "awayom" }, | |
{ "w": "studio", "r": "tomhes" }, | |
{ "w": "reject", "r": "kinfab" }, | |
{ "w": "poorly", "r": "etamar" }, | |
{ "w": "yellow", "r": "wigjag" }, | |
{ "w": "Plains", "r": "apptsk" }, | |
{ "w": "plunge", "r": "uluyuk" }, | |
{ "w": "rental", "r": "pyxpeh" }, | |
{ "w": "Allied", "r": "ohba" }, | |
{ "w": "Cheney", "r": "noofe" }, | |
{ "w": "weaker", "r": "cupyon" }, | |
{ "w": "Iran's", "r": "laryid" }, | |
{ "w": "vacuum", "r": "bisod" }, | |
{ "w": "handed", "r": "pahlow" }, | |
{ "w": "comedy", "r": "madtad" }, | |
{ "w": "retire", "r": "yobwog" }, | |
{ "w": "jurors", "r": "memels" }, | |
{ "w": "suited", "r": "midvis" }, | |
{ "w": "Aquino", "r": "aspbud" }, | |
{ "w": "Angola", "r": "gogam" }, | |
{ "w": "tanker", "r": "nipain" }, | |
{ "w": "Nasdaq", "r": "eftpya" }, | |
{ "w": "repeat", "r": "hiptsk" }, | |
{ "w": "guests", "r": "thyfit" }, | |
{ "w": "curves", "r": "maxgey" }, | |
{ "w": "Manuel", "r": "foxkas" }, | |
{ "w": "funded", "r": "fubsox" }, | |
{ "w": "Milken", "r": "irkfoe" }, | |
{ "w": "youths", "r": "looion" }, | |
{ "w": "trains", "r": "absyum" }, | |
{ "w": "Comdex", "r": "ebbsyn" }, | |
{ "w": "Zurich", "r": "huefoh" }, | |
{ "w": "reader", "r": "sadab" }, | |
{ "w": "strict", "r": "youdex" }, | |
{ "w": "Warren", "r": "sharob" }, | |
{ "w": "Manila", "r": "litgos" }, | |
{ "w": "Samuel", "r": "saldot" }, | |
{ "w": "Puerto", "r": "laxjaw" }, | |
{ "w": "suburb", "r": "ruephi" }, | |
{ "w": "leased", "r": "hubna" }, | |
{ "w": "Ultrix", "r": "leaorc" }, | |
{ "w": "Toyota", "r": "colfee" }, | |
{ "w": "arrays", "r": "cowgin" }, | |
{ "w": "singer", "r": "ganoud" }, | |
{ "w": "NYSE's", "r": "poifib" }, | |
{ "w": "Vienna", "r": "vasfid" }, | |
{ "w": "admits", "r": "jetpot" }, | |
{ "w": "entity", "r": "geevid" }, | |
{ "w": "fusion", "r": "levmel" }, | |
{ "w": "Postal", "r": "pahm" }, | |
{ "w": "halted", "r": "ailpee" }, | |
{ "w": "Rogers", "r": "kifrun" }, | |
{ "w": "Graham", "r": "yenor" }, | |
{ "w": "pop-up", "r": "sibsub" }, | |
{ "w": "jailed", "r": "toggip" }, | |
{ "w": "Cooper", "r": "odaare" }, | |
{ "w": "Banyan", "r": "urnah" }, | |
{ "w": "Shiite", "r": "sindev" }, | |
{ "w": "assign", "r": "taecel" }, | |
{ "w": "router", "r": "rueups" }, | |
{ "w": "ranked", "r": "gnupot" }, | |
{ "w": "assure", "r": "foxweb" }, | |
{ "w": "pledge", "r": "atefs" }, | |
{ "w": "slated", "r": "beeism" }, | |
{ "w": "Arafat", "r": "orean" }, | |
{ "w": "Kidder", "r": "shywow" }, | |
{ "w": "varied", "r": "qatrin" }, | |
{ "w": "Harold", "r": "vowgo" }, | |
{ "w": "locate", "r": "kirlye" }, | |
{ "w": "scenes", "r": "melkop" }, | |
{ "w": "add-in", "r": "shacar" }, | |
{ "w": "kernel", "r": "ryeoff" }, | |
{ "w": "stance", "r": "tuxcru" }, | |
{ "w": "panels", "r": "foulin" }, | |
{ "w": "Ingres", "r": "finsim" }, | |
{ "w": "eating", "r": "agair" }, | |
{ "w": "Gerald", "r": "faxmud" }, | |
{ "w": "oldest", "r": "etcup" }, | |
{ "w": "Hudson", "r": "gnubub" }, | |
{ "w": "Quebec", "r": "voxcur" }, | |
{ "w": "denies", "r": "lotobi" }, | |
{ "w": "expire", "r": "orerep" }, | |
{ "w": "Baltic", "r": "mecot" }, | |
{ "w": "beaten", "r": "fayjow" }, | |
{ "w": "colour", "r": "earulu" }, | |
{ "w": "shifts", "r": "oarump" }, | |
{ "w": "cotton", "r": "boxcee" }, | |
{ "w": "Claris", "r": "agewax" }, | |
{ "w": "Parker", "r": "lumtic" }, | |
{ "w": "solely", "r": "aimgid" }, | |
{ "w": "talent", "r": "waeivy" }, | |
{ "w": "origin", "r": "tyemis" }, | |
{ "w": "Boesky", "r": "geyag" }, | |
{ "w": "garden", "r": "oakif" }, | |
{ "w": "typing", "r": "poilax" }, | |
{ "w": "Murray", "r": "earrut" }, | |
{ "w": "gather", "r": "utsebb" }, | |
{ "w": "lesson", "r": "fagef" }, | |
{ "w": "Ortega", "r": "debnog" }, | |
{ "w": "rolled", "r": "salcay" }, | |
{ "w": "junior", "r": "baryet" }, | |
{ "w": "heated", "r": "cowtax" }, | |
{ "w": "waited", "r": "ramowl" }, | |
{ "w": "please", "r": "radbad" }, | |
{ "w": "bullet", "r": "agden" }, | |
{ "w": "patrol", "r": "veeill" }, | |
{ "w": "mixing", "r": "docqi" }, | |
{ "w": "insert", "r": "bidsau" }, | |
{ "w": "intact", "r": "doeact" }, | |
{ "w": "shells", "r": "toeump" }, | |
{ "w": "rubber", "r": "cabtaj" }, | |
{ "w": "attach", "r": "rotail" }, | |
{ "w": "add-on", "r": "norlip" }, | |
{ "w": "finite", "r": "ofcud" }, | |
{ "w": "favors", "r": "alsjay" }, | |
{ "w": "photos", "r": "dahdug" }, | |
{ "w": "sulfur", "r": "morras" }, | |
{ "w": "Oliver", "r": "colre" }, | |
{ "w": "borrow", "r": "feysae" }, | |
{ "w": "surely", "r": "ocaal" }, | |
{ "w": "empire", "r": "fanpi" }, | |
{ "w": "cartel", "r": "rawaba" }, | |
{ "w": "losers", "r": "nixnap" }, | |
{ "w": "Sybase", "r": "ramnos" }, | |
{ "w": "Barney", "r": "efapo" }, | |
{ "w": "syntax", "r": "fogjew" }, | |
{ "w": "stakes", "r": "wasfor" }, | |
{ "w": "Docket", "r": "obiown" }, | |
{ "w": "praise", "r": "jeelei" }, | |
{ "w": "shapes", "r": "fendab" }, | |
{ "w": "24-bit", "r": "odrat" }, | |
{ "w": "cruise", "r": "biowop" }, | |
{ "w": "Chapel", "r": "seruse" }, | |
{ "w": "actors", "r": "oxyeh" }, | |
{ "w": "Nissan", "r": "herbaa" }, | |
{ "w": "freely", "r": "wedbaa" }, | |
{ "w": "trusts", "r": "hahper" }, | |
{ "w": "Mbytes", "r": "hoblie" }, | |
{ "w": "verify", "r": "pixdex" }, | |
{ "w": "resist", "r": "zagun" }, | |
{ "w": "refers", "r": "awdab" }, | |
{ "w": "rushed", "r": "tutfit" }, | |
{ "w": "coding", "r": "zoopup" }, | |
{ "w": "lately", "r": "wowpub" }, | |
{ "w": "defect", "r": "ummgid" }, | |
{ "w": "newest", "r": "fempow" }, | |
{ "w": "flames", "r": "tagmyc" }, | |
{ "w": "safely", "r": "pyelib" }, | |
{ "w": "copied", "r": "viekex" }, | |
{ "w": "slides", "r": "tinduo" }, | |
{ "w": "Irving", "r": "jabmob" }, | |
{ "w": "humans", "r": "melart" }, | |
{ "w": "pocket", "r": "cawtae" }, | |
{ "w": "diesel", "r": "levoho" }, | |
{ "w": "Castro", "r": "pyebra" }, | |
{ "w": "Victor", "r": "visear" }, | |
{ "w": "coupon", "r": "rebdis" }, | |
{ "w": "belong", "r": "loxfeh" }, | |
{ "w": "sooner", "r": "hapwad" }, | |
{ "w": "hybrid", "r": "pamess" }, | |
{ "w": "pickup", "r": "ampro" }, | |
{ "w": "sealed", "r": "menlog" }, | |
{ "w": "timber", "r": "aitkep" }, | |
{ "w": "babies", "r": "naners" }, | |
{ "w": "killer", "r": "fabmol" }, | |
{ "w": "firmly", "r": "belmug" }, | |
{ "w": "spends", "r": "nagdeb" }, | |
{ "w": "relies", "r": "rembud" }, | |
{ "w": "Brooks", "r": "figpa" }, | |
{ "w": "circle", "r": "nowlo" }, | |
{ "w": "builds", "r": "hehdug" }, | |
{ "w": "Iraqis", "r": "albroe" }, | |
{ "w": "folder", "r": "figeth" }, | |
{ "w": "versus", "r": "iggroc" }, | |
{ "w": "autumn", "r": "ginaby" }, | |
{ "w": "caller", "r": "labmis" }, | |
{ "w": "weighs", "r": "bunzed" }, | |
{ "w": "beauty", "r": "bitgym" }, | |
{ "w": "tunnel", "r": "purma" }, | |
{ "w": "abuses", "r": "maslaw" }, | |
{ "w": "spaces", "r": "padroc" }, | |
{ "w": "FoxPro", "r": "kopdif" }, | |
{ "w": "Garcia", "r": "monray" }, | |
{ "w": "unit's", "r": "moswoo" }, | |
{ "w": "Tandem", "r": "vattar" }, | |
{ "w": "phrase", "r": "taglog" }, | |
{ "w": "deeper", "r": "ukezin" }, | |
{ "w": "casino", "r": "hoggab" }, | |
{ "w": "muscle", "r": "menyin" }, | |
{ "w": "stacks", "r": "abofin" }, | |
{ "w": "felony", "r": "benbet" }, | |
{ "w": "edited", "r": "mimtel" }, | |
{ "w": "parade", "r": "lavdog" }, | |
{ "w": "tumors", "r": "sexbet" }, | |
{ "w": "plates", "r": "powkos" }, | |
{ "w": "clause", "r": "hexoms" }, | |
{ "w": "cement", "r": "jamrev" }, | |
{ "w": "Newark", "r": "plyzzz" }, | |
{ "w": "Foster", "r": "refail" }, | |
{ "w": "wishes", "r": "oilhat" }, | |
{ "w": "poison", "r": "hagut" }, | |
{ "w": "Irvine", "r": "nilhue" }, | |
{ "w": "hiding", "r": "years" }, | |
{ "w": "Nippon", "r": "wawsen" }, | |
{ "w": "bottle", "r": "gagugh" }, | |
{ "w": "header", "r": "pixtil" }, | |
{ "w": "Nomura", "r": "sodwoo" }, | |
{ "w": "decree", "r": "nunpig" }, | |
{ "w": "bloody", "r": "pewoaf" }, | |
{ "w": "reward", "r": "attnog" }, | |
{ "w": "rounds", "r": "fadbap" }, | |
{ "w": "holder", "r": "tubpoh" }, | |
{ "w": "palace", "r": "gundim" }, | |
{ "w": "lasted", "r": "rifmug" }, | |
{ "w": "varies", "r": "fewdee" }, | |
{ "w": "Marlin", "r": "dinbye" }, | |
{ "w": "neural", "r": "anadog" }, | |
{ "w": "Sierra", "r": "irkgot" }, | |
{ "w": "crowds", "r": "jotant" }, | |
{ "w": "nuclei", "r": "yonhot" }, | |
{ "w": "Arnold", "r": "innlev" }, | |
{ "w": "clinic", "r": "sowupo" }, | |
{ "w": "Bakker", "r": "oarjin" }, | |
{ "w": "wounds", "r": "toohow" }, | |
{ "w": "topped", "r": "pacoaf" }, | |
{ "w": "mirror", "r": "pehyup" }, | |
{ "w": "lasers", "r": "ethjob" }, | |
{ "w": "alloys", "r": "umpnag" }, | |
{ "w": "cancel", "r": "hipkif" }, | |
{ "w": "Michel", "r": "obaess" }, | |
{ "w": "Powell", "r": "towhin" }, | |
{ "w": "riding", "r": "lumgos" }, | |
{ "w": "exempt", "r": "innfou" }, | |
{ "w": "clones", "r": "gayels" }, | |
{ "w": "sodium", "r": "okeoho" }, | |
{ "w": "Valdez", "r": "fezog" }, | |
{ "w": "fueled", "r": "nusode" }, | |
{ "w": "equals", "r": "wokuta" }, | |
{ "w": "Ford's", "r": "zedmem" }, | |
{ "w": "breast", "r": "oxylei" }, | |
{ "w": "naming", "r": "nebgap" }, | |
{ "w": "Madrid", "r": "impfas" }, | |
{ "w": "nickel", "r": "vacfob" }, | |
{ "w": "totals", "r": "gulnor" }, | |
{ "w": "tennis", "r": "proboo" }, | |
{ "w": "asylum", "r": "lobleg" }, | |
{ "w": "honest", "r": "zoalop" }, | |
{ "w": "eighth", "r": "honnu" }, | |
{ "w": "timely", "r": "gityaw" }, | |
{ "w": "wholly", "r": "unstax" }, | |
{ "w": "drinks", "r": "artphi" }, | |
{ "w": "favour", "r": "betar" }, | |
{ "w": "advise", "r": "lastit" }, | |
{ "w": "spoken", "r": "baano" }, | |
{ "w": "triple", "r": "beghmm" }, | |
{ "w": "they'd", "r": "rephod" }, | |
{ "w": "debris", "r": "zzzfey" }, | |
{ "w": "lesser", "r": "firaah" }, | |
{ "w": "nights", "r": "kayass" }, | |
{ "w": "Dayton", "r": "pipawl" }, | |
{ "w": "infant", "r": "aimbug" }, | |
{ "w": "ounces", "r": "amupeh" }, | |
{ "w": "divide", "r": "batdex" }, | |
{ "w": "leases", "r": "hidani" }, | |
{ "w": "wooden", "r": "seaeh" }, | |
{ "w": "Witter", "r": "nipas" }, | |
{ "w": "Sydney", "r": "aimone" }, | |
{ "w": "midday", "r": "towrah" }, | |
{ "w": "Messrs", "r": "oldan" }, | |
{ "w": "Stuart", "r": "fouwet" }, | |
{ "w": "Fisher", "r": "dotoo" }, | |
{ "w": "Clarke", "r": "nohrya" }, | |
{ "w": "mailed", "r": "pugpal" }, | |
{ "w": "faults", "r": "phttug" }, | |
{ "w": "Airbus", "r": "phterg" }, | |
{ "w": "Jacobs", "r": "jugbun" }, | |
{ "w": "farmer", "r": "lowbeg" }, | |
{ "w": "wisdom", "r": "dadwog" }, | |
{ "w": "Here's", "r": "oafeye" }, | |
{ "w": "Pierce", "r": "tomerg" }, | |
{ "w": "dumped", "r": "elsher" }, | |
{ "w": "powder", "r": "nubuts" }, | |
{ "w": "decent", "r": "winre" }, | |
{ "w": "deemed", "r": "orelas" }, | |
{ "w": "median", "r": "sonbob" }, | |
{ "w": "relate", "r": "nilmob" }, | |
{ "w": "hourly", "r": "cowwad" }, | |
{ "w": "silent", "r": "lipdee" }, | |
{ "w": "boasts", "r": "upomag" }, | |
{ "w": "gunmen", "r": "peerec" }, | |
{ "w": "speaks", "r": "awins" }, | |
{ "w": "census", "r": "itfro" }, | |
{ "w": "lacked", "r": "abayag" }, | |
{ "w": "masses", "r": "ecutab" }, | |
{ "w": "Herald", "r": "munnae" }, | |
{ "w": "Alfred", "r": "varhug" }, | |
{ "w": "stones", "r": "tubvim" }, | |
{ "w": "Hanson", "r": "wayteg" }, | |
{ "w": "deadly", "r": "pugbob" }, | |
{ "w": "fierce", "r": "deluse" }, | |
{ "w": "Greene", "r": "pegpom" }, | |
{ "w": "liquor", "r": "plygym" }, | |
{ "w": "enters", "r": "layfor" }, | |
{ "w": "Eugene", "r": "jewsop" }, | |
{ "w": "ailing", "r": "ayzep" }, | |
{ "w": "shrink", "r": "sibred" }, | |
{ "w": "grains", "r": "dendom" }, | |
{ "w": "refund", "r": "hitnod" }, | |
{ "w": "cracks", "r": "dinfob" }, | |
{ "w": "hunger", "r": "lyeate" }, | |
{ "w": "absorb", "r": "dipyar" }, | |
{ "w": "colony", "r": "icheve" }, | |
{ "w": "revolt", "r": "rombar" }, | |
{ "w": "subtle", "r": "metlye" }, | |
{ "w": "Helmut", "r": "arsel" }, | |
{ "w": "seller", "r": "fryer" }, | |
{ "w": "tended", "r": "padsos" }, | |
{ "w": "stroke", "r": "luvwoe" }, | |
{ "w": "redeem", "r": "elit" }, | |
{ "w": "laying", "r": "pecail" }, | |
{ "w": "bundle", "r": "fudwig" }, | |
{ "w": "dipped", "r": "elvum" }, | |
{ "w": "Harvey", "r": "obason" }, | |
{ "w": "Edison", "r": "mopad" }, | |
{ "w": "Oxford", "r": "honala" }, | |
{ "w": "bypass", "r": "hiand" }, | |
{ "w": "runway", "r": "cwmcos" }, | |
{ "w": "scroll", "r": "momgal" }, | |
{ "w": "priest", "r": "toefop" }, | |
{ "w": "30-day", "r": "cudsox" }, | |
{ "w": "shades", "r": "romply" }, | |
{ "w": "Prague", "r": "coxmun" }, | |
{ "w": "regain", "r": "tagyah" }, | |
{ "w": "vacant", "r": "laytew" }, | |
{ "w": "dubbed", "r": "bobpot" }, | |
{ "w": "thrust", "r": "vowuke" }, | |
{ "w": "curfew", "r": "runbox" }, | |
{ "w": "refuge", "r": "justen" }, | |
{ "w": "revive", "r": "hadphi" }, | |
{ "w": "Harbor", "r": "leapow" }, | |
{ "w": "D-Mark", "r": "boddoc" }, | |
{ "w": "judged", "r": "mottry" }, | |
{ "w": "tenure", "r": "gigeth" }, | |
{ "w": "outlet", "r": "jeted" }, | |
{ "w": "relied", "r": "coogob" }, | |
{ "w": "critic", "r": "beyick" }, | |
{ "w": "bomber", "r": "kealuv" }, | |
{ "w": "Holmes", "r": "sauowl" }, | |
{ "w": "horses", "r": "orsulu" }, | |
{ "w": "tackle", "r": "leghub" }, | |
{ "w": "CONFIG", "r": "butset" }, | |
{ "w": "meters", "r": "obivac" }, | |
{ "w": "Temple", "r": "kaedog" }, | |
{ "w": "Everex", "r": "kopdan" }, | |
{ "w": "merits", "r": "sotmho" }, | |
{ "w": "racing", "r": "nebhup" }, | |
{ "w": "quotes", "r": "obigut" }, | |
{ "w": "Danish", "r": "bugpur" }, | |
{ "w": "bidder", "r": "yesahi" }, | |
{ "w": "parole", "r": "milsot" }, | |
{ "w": "geared", "r": "tisoil" }, | |
{ "w": "floors", "r": "iggah" }, | |
{ "w": "rifles", "r": "hiesun" }, | |
{ "w": "absent", "r": "morid" }, | |
{ "w": "butter", "r": "shatsk" }, | |
{ "w": "clouds", "r": "geeli" }, | |
{ "w": "habits", "r": "rapgut" }, | |
{ "w": "Cyprus", "r": "difaid" }, | |
{ "w": "tariff", "r": "hodere" }, | |
{ "w": "scales", "r": "awanog" }, | |
{ "w": "Ottawa", "r": "rahroc" }, | |
{ "w": "guides", "r": "sataim" }, | |
{ "w": "reside", "r": "upssky" }, | |
{ "w": "hazard", "r": "taxyep" }, | |
{ "w": "billed", "r": "yaplad" }, | |
{ "w": "urgent", "r": "nebreb" }, | |
{ "w": "bother", "r": "dughas" }, | |
{ "w": "scaled", "r": "borei" }, | |
{ "w": "Navy's", "r": "yeba" }, | |
{ "w": "scared", "r": "godcee" }, | |
{ "w": "Sharon", "r": "tinpit" }, | |
{ "w": "ported", "r": "tajpry" }, | |
{ "w": "nurses", "r": "webbys" }, | |
{ "w": "usable", "r": "wyeaff" }, | |
{ "w": "faulty", "r": "oldted" }, | |
{ "w": "notify", "r": "kitor" }, | |
{ "w": "purely", "r": "cumgig" }, | |
{ "w": "inputs", "r": "zakid" }, | |
{ "w": "Libyan", "r": "anaops" }, | |
{ "w": "chairs", "r": "ohopun" }, | |
{ "w": "liable", "r": "toydon" }, | |
{ "w": "rivers", "r": "ummrub" }, | |
{ "w": "reopen", "r": "coohen" }, | |
{ "w": "Hilton", "r": "rumbap" }, | |
{ "w": "salmon", "r": "maegoy" }, | |
{ "w": "dating", "r": "aidall" }, | |
{ "w": "openly", "r": "vegflu" }, | |
{ "w": "kicked", "r": "gnupea" }, | |
{ "w": "Watson", "r": "goscep" }, | |
{ "w": "yearly", "r": "soltup" }, | |
{ "w": "revise", "r": "petgay" }, | |
{ "w": "capped", "r": "pegpan" }, | |
{ "w": "invoke", "r": "funaft" }, | |
{ "w": "voices", "r": "tyesal" }, | |
{ "w": "shield", "r": "urnupo" }, | |
{ "w": "engage", "r": "rubkif" }, | |
{ "w": "Hunter", "r": "itcow" }, | |
{ "w": "socket", "r": "balays" }, | |
{ "w": "finger", "r": "gipism" }, | |
{ "w": "bushel", "r": "pyasox" }, | |
{ "w": "parity", "r": "zitlox" }, | |
{ "w": "boiler", "r": "muspal" }, | |
{ "w": "poured", "r": "bagpix" }, | |
{ "w": "dreams", "r": "dibweb" }, | |
{ "w": "Sununu", "r": "keykef" }, | |
{ "w": "Morton", "r": "shnoo" }, | |
{ "w": "gunman", "r": "amadel" }, | |
{ "w": "fitted", "r": "potarm" }, | |
{ "w": "hailed", "r": "buradz" }, | |
{ "w": "parked", "r": "tegdub" }, | |
{ "w": "aiming", "r": "hiedoc" }, | |
{ "w": "kidney", "r": "fapsi" }, | |
{ "w": "storms", "r": "zedcry" }, | |
{ "w": "Hammer", "r": "boptin" }, | |
{ "w": "Burial", "r": "gassha" }, | |
{ "w": "casual", "r": "useago" }, | |
{ "w": "Virgin", "r": "owbow" }, | |
{ "w": "proves", "r": "onedag" }, | |
{ "w": "prayer", "r": "feypig" }, | |
{ "w": "inform", "r": "utagel" }, | |
{ "w": "heroin", "r": "telrib" }, | |
{ "w": "seldom", "r": "rotlam" }, | |
{ "w": "subway", "r": "pehban" }, | |
{ "w": "grades", "r": "arsuh" }, | |
{ "w": "Easter", "r": "ghisec" }, | |
{ "w": "breach", "r": "agebah" }, | |
{ "w": "subset", "r": "ailfop" }, | |
{ "w": "Marion", "r": "begnu" }, | |
{ "w": "clever", "r": "hissex" }, | |
{ "w": "Amdahl", "r": "dipley" }, | |
{ "w": "runoff", "r": "hetwok" }, | |
{ "w": "Army's", "r": "mottut" }, | |
{ "w": "Radius", "r": "secvau" }, | |
{ "w": "Levine", "r": "goonaw" }, | |
{ "w": "hearts", "r": "lexneg" }, | |
{ "w": "donors", "r": "ivybib" }, | |
{ "w": "jacket", "r": "winurd" }, | |
{ "w": "themes", "r": "unsed" }, | |
{ "w": "scarce", "r": "gapdom" }, | |
{ "w": "weaken", "r": "ukeamu" }, | |
{ "w": "soccer", "r": "urbeth" }, | |
{ "w": "hinted", "r": "lineld" }, | |
{ "w": "planet", "r": "wostwa" }, | |
{ "w": "Castle", "r": "dubmus" }, | |
{ "w": "Gandhi", "r": "awnob" }, | |
{ "w": "motive", "r": "yawkit" }, | |
{ "w": "Butler", "r": "youfat" }, | |
{ "w": "organs", "r": "mummoo" }, | |
{ "w": "Finder", "r": "joeani" }, | |
{ "w": "exotic", "r": "larlit" }, | |
{ "w": "thread", "r": "rowvim" }, | |
{ "w": "Robins", "r": "biopur" }, | |
{ "w": "Benson", "r": "sherev" }, | |
{ "w": "garage", "r": "nawser" }, | |
{ "w": "makeup", "r": "broink" }, | |
{ "w": "Stalin", "r": "ootrin" }, | |
{ "w": "tribal", "r": "cotfly" }, | |
{ "w": "Mecham", "r": "fayway" }, | |
{ "w": "million", "r": "mawaye" }, | |
{ "w": "company", "r": "raylib" }, | |
{ "w": "percent", "r": "titowl" }, | |
{ "w": "program", "r": "chinu" }, | |
{ "w": "systems", "r": "angos" }, | |
{ "w": "billion", "r": "reiwed" }, | |
{ "w": "support", "r": "amold" }, | |
{ "w": "network", "r": "dawpat" }, | |
{ "w": "against", "r": "ohosae" }, | |
{ "w": "another", "r": "muggey" }, | |
{ "w": "several", "r": "whoree" }, | |
{ "w": "product", "r": "bopbop" }, | |
{ "w": "control", "r": "hottoe" }, | |
{ "w": "without", "r": "ratpun" }, | |
{ "w": "trading", "r": "tamhi" }, | |
{ "w": "service", "r": "gigvig" }, | |
{ "w": "federal", "r": "loxait" }, | |
{ "w": "include", "r": "napvet" }, | |
{ "w": "provide", "r": "tuxwaw" }, | |
{ "w": "results", "r": "fouwos" }, | |
{ "w": "current", "r": "hodski" }, | |
{ "w": "Windows", "r": "adzold" }, | |
{ "w": "quarter", "r": "tamels" }, | |
{ "w": "version", "r": "cobveg" }, | |
{ "w": "process", "r": "oybet" }, | |
{ "w": "however", "r": "yaylop" }, | |
{ "w": "earlier", "r": "persaw" }, | |
{ "w": "Tuesday", "r": "twaxis" }, | |
{ "w": "members", "r": "rexsen" }, | |
{ "w": "example", "r": "spyqi" }, | |
{ "w": "foreign", "r": "gapgut" }, | |
{ "w": "average", "r": "picmet" }, | |
{ "w": "meeting", "r": "mytux" }, | |
{ "w": "general", "r": "oebun" }, | |
{ "w": "reports", "r": "fehha" }, | |
{ "w": "changes", "r": "qifur" }, | |
{ "w": "doesn't", "r": "hapire" }, | |
{ "w": "further", "r": "leupa" }, | |
{ "w": "markets", "r": "vankis" }, | |
{ "w": "capital", "r": "wosins" }, | |
{ "w": "package", "r": "ekegos" }, | |
{ "w": "British", "r": "seafee" }, | |
{ "w": "running", "r": "seenap" }, | |
{ "w": "working", "r": "guntux" }, | |
{ "w": "workers", "r": "oartag" }, | |
{ "w": "manager", "r": "banor" }, | |
{ "w": "economy", "r": "gatyeh" }, | |
{ "w": "project", "r": "yoref" }, | |
{ "w": "tylenol", "r": "wodit" }, | |
{ "w": "charges", "r": "mawski" }, | |
{ "w": "similar", "r": "pollit" }, | |
{ "w": "largest", "r": "danley" }, | |
{ "w": "machine", "r": "rifpi" }, | |
{ "w": "private", "r": "defoxy" }, | |
{ "w": "believe", "r": "tilten" }, | |
{ "w": "release", "r": "wyedis" }, | |
{ "w": "comment", "r": "cigmar" }, | |
{ "w": "leaders", "r": "saxgas" }, | |
{ "w": "vendors", "r": "mycox" }, | |
{ "w": "certain", "r": "ickfey" }, | |
{ "w": "concern", "r": "vugbid" }, | |
{ "w": "display", "r": "mobpsi" }, | |
{ "w": "quality", "r": "unrep" }, | |
{ "w": "officer", "r": "jagrex" }, | |
{ "w": "Germany", "r": "nubbay" }, | |
{ "w": "reached", "r": "awetet" }, | |
{ "w": "selling", "r": "nognos" }, | |
{ "w": "printer", "r": "riglax" }, | |
{ "w": "various", "r": "arflet" }, | |
{ "w": "central", "r": "repcep" }, | |
{ "w": "nuclear", "r": "tamran" }, | |
{ "w": "revenue", "r": "etnoo" }, | |
{ "w": "present", "r": "ughrec" }, | |
{ "w": "profits", "r": "exaxe" }, | |
{ "w": "sources", "r": "motdog" }, | |
{ "w": "January", "r": "mogcab" }, | |
{ "w": "offered", "r": "hehqis" }, | |
{ "w": "ability", "r": "nosjeu" }, | |
{ "w": "defense", "r": "aledan" }, | |
{ "w": "efforts", "r": "fehmus" }, | |
{ "w": "require", "r": "vexcue" }, | |
{ "w": "October", "r": "lugnit" }, | |
{ "w": "figures", "r": "mopfib" }, | |
{ "w": "Dollars", "r": "tobod" }, | |
{ "w": "limited", "r": "ownhmm" }, | |
{ "w": "started", "r": "capley" }, | |
{ "w": "options", "r": "budsky" }, | |
{ "w": "decided", "r": "linerg" }, | |
{ "w": "created", "r": "bodib" }, | |
{ "w": "leading", "r": "gortie" }, | |
{ "w": "command", "r": "dogpun" }, | |
{ "w": "develop", "r": "kaypac" }, | |
{ "w": "account", "r": "tugfe" }, | |
{ "w": "complex", "r": "ratvoe" }, | |
{ "w": "produce", "r": "awajig" }, | |
{ "w": "growing", "r": "ortmib" }, | |
{ "w": "analyst", "r": "wedwha" }, | |
{ "w": "feature", "r": "saghit" }, | |
{ "w": "numbers", "r": "hogjar" }, | |
{ "w": "futures", "r": "firavo" }, | |
{ "w": "storage", "r": "nilrho" }, | |
{ "w": "planned", "r": "cogseg" }, | |
{ "w": "expects", "r": "mimfin" }, | |
{ "w": "address", "r": "dudreb" }, | |
{ "w": "brought", "r": "tisset" }, | |
{ "w": "Western", "r": "vavdol" }, | |
{ "w": "reduced", "r": "goaraj" }, | |
{ "w": "remains", "r": "vigdid" }, | |
{ "w": "dropped", "r": "baydew" }, | |
{ "w": "decline", "r": "uhsen" }, | |
{ "w": "biggest", "r": "betbah" }, | |
{ "w": "Michael", "r": "fugpup" }, | |
{ "w": "message", "r": "dogjay" }, | |
{ "w": "history", "r": "unsflu" }, | |
{ "w": "allowed", "r": "rawtui" }, | |
{ "w": "effects", "r": "ememil" }, | |
{ "w": "charged", "r": "wudduh" }, | |
{ "w": "greater", "r": "taigg" }, | |
{ "w": "testing", "r": "rebfat" }, | |
{ "w": "William", "r": "deepol" }, | |
{ "w": "overall", "r": "mibvug" }, | |
{ "w": "receive", "r": "eftret" }, | |
{ "w": "nothing", "r": "secmop" }, | |
{ "w": "minutes", "r": "sacwad" }, | |
{ "w": "usually", "r": "goabib" }, | |
{ "w": "serious", "r": "macki" }, | |
{ "w": "devices", "r": "luxtun" }, | |
{ "w": "holding", "r": "todvig" }, | |
{ "w": "initial", "r": "wrytee" }, | |
{ "w": "desktop", "r": "tonhas" }, | |
{ "w": "changed", "r": "lowend" }, | |
{ "w": "session", "r": "feebus" }, | |
{ "w": "monitor", "r": "oudneb" }, | |
{ "w": "related", "r": "shhbod" }, | |
{ "w": "methods", "r": "reoud" }, | |
{ "w": "variety", "r": "rumsuk" }, | |
{ "w": "despite", "r": "maemo" }, | |
{ "w": "utility", "r": "oaroat" }, | |
{ "w": "smaller", "r": "sirgyp" }, | |
{ "w": "records", "r": "currep" }, | |
{ "w": "section", "r": "windry" }, | |
{ "w": "popular", "r": "watton" }, | |
{ "w": "seeking", "r": "ichdot" }, | |
{ "w": "subject", "r": "hasdot" }, | |
{ "w": "primary", "r": "emerax" }, | |
{ "w": "attempt", "r": "eonsh" }, | |
{ "w": "morning", "r": "yinauk" }, | |
{ "w": "Dukakis", "r": "cigfub" }, | |
{ "w": "request", "r": "yapdan" }, | |
{ "w": "improve", "r": "micmic" }, | |
{ "w": "Richard", "r": "taxour" }, | |
{ "w": "deficit", "r": "begpit" }, | |
{ "w": "success", "r": "giesag" }, | |
{ "w": "weapons", "r": "orakop" }, | |
{ "w": "himself", "r": "owndib" }, | |
{ "w": "Angeles", "r": "onosow" }, | |
{ "w": "NetWare", "r": "rassic" }, | |
{ "w": "dealers", "r": "moohoe" }, | |
{ "w": "details", "r": "ichawl" }, | |
{ "w": "refused", "r": "eraeve" }, | |
{ "w": "parties", "r": "saueme" }, | |
{ "w": "Eastern", "r": "vetli" }, | |
{ "w": "appears", "r": "baysip" }, | |
{ "w": "there's", "r": "doegab" }, | |
{ "w": "ordered", "r": "foptew" }, | |
{ "w": "medical", "r": "gotneg" }, | |
{ "w": "benefit", "r": "besor" }, | |
{ "w": "station", "r": "moghoe" }, | |
{ "w": "surface", "r": "woerho" }, | |
{ "w": "Digital", "r": "waptot" }, | |
{ "w": "upgrade", "r": "besmed" }, | |
{ "w": "finance", "r": "leeguv" }, | |
{ "w": "hearing", "r": "jarped" }, | |
{ "w": "traders", "r": "lopfet" }, | |
{ "w": "traffic", "r": "yumkay" }, | |
{ "w": "Council", "r": "laryon" }, | |
{ "w": "natural", "r": "puprex" }, | |
{ "w": "maximum", "r": "shhhic" }, | |
{ "w": "accused", "r": "cwmgnu" }, | |
{ "w": "Britain", "r": "stypea" }, | |
{ "w": "they're", "r": "momwax" }, | |
{ "w": "Pacific", "r": "firsen" }, | |
{ "w": "studies", "r": "simvis" }, | |
{ "w": "savings", "r": "boxguy" }, | |
{ "w": "offices", "r": "gelhid" }, | |
{ "w": "Supreme", "r": "butpya" }, | |
{ "w": "nations", "r": "farich" }, | |
{ "w": "banking", "r": "nowtwo" }, | |
{ "w": "objects", "r": "gunpea" }, | |
{ "w": "schools", "r": "pudhic" }, | |
{ "w": "clients", "r": "ragref" }, | |
{ "w": "Israeli", "r": "byear" }, | |
{ "w": "factors", "r": "mumjog" }, | |
{ "w": "Justice", "r": "kegut" }, | |
{ "w": "failure", "r": "cisole" }, | |
{ "w": "opening", "r": "zeptwo" }, | |
{ "w": "claimed", "r": "jigod" }, | |
{ "w": "discuss", "r": "byspry" }, | |
{ "w": "servers", "r": "jugani" }, | |
{ "w": "venture", "r": "michow" }, | |
{ "w": "largely", "r": "bibfar" }, | |
{ "w": "prevent", "r": "eonmoo" }, | |
{ "w": "highest", "r": "rumnaw" }, | |
{ "w": "minimum", "r": "colrem" }, | |
{ "w": "reasons", "r": "dorbob" }, | |
{ "w": "operate", "r": "oddtry" }, | |
{ "w": "article", "r": "bibmar" }, | |
{ "w": "perform", "r": "rephae" }, | |
{ "w": "Chinese", "r": "shakif" }, | |
{ "w": "leaving", "r": "etayin" }, | |
{ "w": "weekend", "r": "katahs" }, | |
{ "w": "perhaps", "r": "capal" }, | |
{ "w": "balance", "r": "pipuh" }, | |
{ "w": "housing", "r": "rahgag" }, | |
{ "w": "world's", "r": "utelie" }, | |
{ "w": "sharply", "r": "hubold" }, | |
{ "w": "library", "r": "geyfar" }, | |
{ "w": "protect", "r": "yamauk" }, | |
{ "w": "calling", "r": "heplog" }, | |
{ "w": "parents", "r": "thyaft" }, | |
{ "w": "replace", "r": "fluyip" }, | |
{ "w": "airline", "r": "dahhes" }, | |
{ "w": "Charles", "r": "shhtor" }, | |
{ "w": "located", "r": "kayole" }, | |
{ "w": "applied", "r": "rebbap" }, | |
{ "w": "lawyers", "r": "subsop" }, | |
{ "w": "clearly", "r": "fixess" }, | |
{ "w": "showing", "r": "biodry" }, | |
{ "w": "studied", "r": "oathup" }, | |
{ "w": "drivers", "r": "nutreg" }, | |
{ "w": "experts", "r": "gunran" }, | |
{ "w": "closing", "r": "tegli" }, | |
{ "w": "alleged", "r": "sifry" }, | |
{ "w": "trouble", "r": "jowrut" }, | |
{ "w": "exports", "r": "awais" }, | |
{ "w": "actions", "r": "effyob" }, | |
{ "w": "setting", "r": "jindab" }, | |
{ "w": "Soviets", "r": "wotend" }, | |
{ "w": "injured", "r": "iceeel" }, | |
{ "w": "student", "r": "atthuh" }, | |
{ "w": "becomes", "r": "odecaw" }, | |
{ "w": "entered", "r": "kisape" }, | |
{ "w": "elected", "r": "naesac" }, | |
{ "w": "forward", "r": "codhim" }, | |
{ "w": "Johnson", "r": "nobabs" }, | |
{ "w": "killing", "r": "wuddub" }, | |
{ "w": "arrived", "r": "fonjag" }, | |
{ "w": "purpose", "r": "owlden" }, | |
{ "w": "friends", "r": "yambrr" }, | |
{ "w": "contact", "r": "koabo" }, | |
{ "w": "closely", "r": "jotmil" }, | |
{ "w": "victims", "r": "juswed" }, | |
{ "w": "optical", "r": "ismvau" }, | |
{ "w": "modules", "r": "jindug" }, | |
{ "w": "African", "r": "antdog" }, | |
{ "w": "willing", "r": "koaegg" }, | |
{ "w": "advance", "r": "yobton" }, | |
{ "w": "haven't", "r": "noonan" }, | |
{ "w": "disease", "r": "mirhap" }, | |
{ "w": "waiting", "r": "tamair" }, | |
{ "w": "protest", "r": "palbed" }, | |
{ "w": "partner", "r": "bunmi" }, | |
{ "w": "returns", "r": "gagman" }, | |
{ "w": "English", "r": "lapwye" }, | |
{ "w": "regular", "r": "pipani" }, | |
{ "w": "Corp.'s", "r": "levten" }, | |
{ "w": "talking", "r": "bidnib" }, | |
{ "w": "drawing", "r": "cumgar" }, | |
{ "w": "imports", "r": "ofttic" }, | |
{ "w": "adopted", "r": "owngin" }, | |
{ "w": "license", "r": "eldmud" }, | |
{ "w": "defined", "r": "thohon" }, | |
{ "w": "demands", "r": "munhes" }, | |
{ "w": "contain", "r": "vawsop" }, | |
{ "w": "concept", "r": "hemham" }, | |
{ "w": "finding", "r": "budgan" }, | |
{ "w": "acquire", "r": "penfab" }, | |
{ "w": "covered", "r": "linhaj" }, | |
{ "w": "players", "r": "toetwo" }, | |
{ "w": "treated", "r": "putvar" }, | |
{ "w": "farmers", "r": "geykop" }, | |
{ "w": "illegal", "r": "yagif" }, | |
{ "w": "dispute", "r": "diglex" }, | |
{ "w": "husband", "r": "jusbeg" }, | |
{ "w": "payment", "r": "rayinn" }, | |
{ "w": "Japan's", "r": "nilmon" }, | |
{ "w": "letters", "r": "peeeke" }, | |
{ "w": "lawsuit", "r": "spyboy" }, | |
{ "w": "keeping", "r": "bapsal" }, | |
{ "w": "victory", "r": "foejut" }, | |
{ "w": "monthly", "r": "gapnib" }, | |
{ "w": "portion", "r": "wyevet" }, | |
{ "w": "Reserve", "r": "oesfen" }, | |
{ "w": "putting", "r": "lexdag" }, | |
{ "w": "attacks", "r": "ahbo" }, | |
{ "w": "today's", "r": "rasfey" }, | |
{ "w": "century", "r": "baow" }, | |
{ "w": "heavily", "r": "armtoo" }, | |
{ "w": "correct", "r": "ranfly" }, | |
{ "w": "playing", "r": "maenae" }, | |
{ "w": "managed", "r": "prolab" }, | |
{ "w": "typical", "r": "ummmyc" }, | |
{ "w": "removed", "r": "oftsos" }, | |
{ "w": "opposed", "r": "rampul" }, | |
{ "w": "suggest", "r": "allkeg" }, | |
{ "w": "capable", "r": "refass" }, | |
{ "w": "cutting", "r": "emena" }, | |
{ "w": "Apple's", "r": "megbar" }, | |
{ "w": "amounts", "r": "veeado" }, | |
{ "w": "achieve", "r": "nampip" }, | |
{ "w": "falling", "r": "sosri" }, | |
{ "w": "wounded", "r": "macteg" }, | |
{ "w": "authors", "r": "inseft" }, | |
{ "w": "degrees", "r": "hinrid" }, | |
{ "w": "airport", "r": "brabe" }, | |
{ "w": "reforms", "r": "teggal" }, | |
{ "w": "weren't", "r": "sontau" }, | |
{ "w": "content", "r": "yehmun" }, | |
{ "w": "screens", "r": "alsguv" }, | |
{ "w": "on-line", "r": "ismcut" }, | |
{ "w": "Lebanon", "r": "todbig" }, | |
{ "w": "missing", "r": "bidlev" }, | |
{ "w": "doctors", "r": "bogsup" }, | |
{ "w": "formats", "r": "metoft" }, | |
{ "w": "reading", "r": "idhoy" }, | |
{ "w": "learned", "r": "ababro" }, | |
{ "w": "install", "r": "docria" }, | |
{ "w": "centers", "r": "engkob" }, | |
{ "w": "channel", "r": "fagtit" }, | |
{ "w": "society", "r": "riaani" }, | |
{ "w": "opinion", "r": "quaox" }, | |
{ "w": "appeals", "r": "uluarm" }, | |
{ "w": "Vietnam", "r": "oihuh" }, | |
{ "w": "exactly", "r": "moddel" }, | |
{ "w": "freedom", "r": "hodwhy" }, | |
{ "w": "college", "r": "pstdif" }, | |
{ "w": "compete", "r": "fobeme" }, | |
{ "w": "adapter", "r": "carrom" }, | |
{ "w": "reflect", "r": "awwar" }, | |
{ "w": "classes", "r": "retog" }, | |
{ "w": "rapidly", "r": "radask" }, | |
{ "w": "mission", "r": "upospa" }, | |
{ "w": "Italian", "r": "podall" }, | |
{ "w": "reactor", "r": "wapace" }, | |
{ "w": "funding", "r": "katuts" }, | |
{ "w": "vehicle", "r": "zagpis" }, | |
{ "w": "pricing", "r": "deyhoy" }, | |
{ "w": "printed", "r": "foyghi" }, | |
{ "w": "driving", "r": "tanap" }, | |
{ "w": "pending", "r": "celloo" }, | |
{ "w": "respect", "r": "serpea" }, | |
{ "w": "thermal", "r": "orcahi" }, | |
{ "w": "settled", "r": "gymdel" }, | |
{ "w": "Persian", "r": "capkea" }, | |
{ "w": "samples", "r": "donais" }, | |
{ "w": "routine", "r": "ootami" }, | |
{ "w": "Express", "r": "awlpea" }, | |
{ "w": "totaled", "r": "amitwo" }, | |
{ "w": "deliver", "r": "fernog" }, | |
{ "w": "streets", "r": "sotkif" }, | |
{ "w": "helping", "r": "woplog" }, | |
{ "w": "state's", "r": "torals" }, | |
{ "w": "holders", "r": "sipweb" }, | |
{ "w": "pension", "r": "ridoud" }, | |
{ "w": "margins", "r": "tieadd" }, | |
{ "w": "seconds", "r": "emebid" }, | |
{ "w": "ranging", "r": "colend" }, | |
{ "w": "raising", "r": "moonus" }, | |
{ "w": "revised", "r": "cowkis" }, | |
{ "w": "sending", "r": "ergfud" }, | |
{ "w": "affairs", "r": "cowbra" }, | |
{ "w": "shortly", "r": "luxyom" }, | |
{ "w": "carrier", "r": "abhon" }, | |
{ "w": "retired", "r": "urnpix" }, | |
{ "w": "battery", "r": "godki" }, | |
{ "w": "Kennedy", "r": "cognun" }, | |
{ "w": "element", "r": "hiptot" }, | |
{ "w": "heating", "r": "nomjog" }, | |
{ "w": "unusual", "r": "phtmot" }, | |
{ "w": "aspects", "r": "kefgig" }, | |
{ "w": "Russian", "r": "potteg" }, | |
{ "w": "neither", "r": "tauzas" }, | |
{ "w": "Merrill", "r": "nufay" }, | |
{ "w": "interim", "r": "koswag" }, | |
{ "w": "plastic", "r": "danoot" }, | |
{ "w": "factory", "r": "saypix" }, | |
{ "w": "serving", "r": "rexbro" }, | |
{ "w": "cocaine", "r": "outpie" }, | |
{ "w": "editing", "r": "penbib" }, | |
{ "w": "Noriega", "r": "hogfil" }, | |
{ "w": "dealing", "r": "rexshh" }, | |
{ "w": "science", "r": "mayon" }, | |
{ "w": "signals", "r": "earudo" }, | |
{ "w": "dynamic", "r": "namcox" }, | |
{ "w": "divided", "r": "tuiba" }, | |
{ "w": "imposed", "r": "obecry" }, | |
{ "w": "circuit", "r": "anayon" }, | |
{ "w": "evening", "r": "laskis" }, | |
{ "w": "winning", "r": "boses" }, | |
{ "w": "shipped", "r": "pubpus" }, | |
{ "w": "depends", "r": "artid" }, | |
{ "w": "decades", "r": "eroar" }, | |
{ "w": "specify", "r": "recnah" }, | |
{ "w": "imaging", "r": "puttoy" }, | |
{ "w": "follows", "r": "rebumm" }, | |
{ "w": "turning", "r": "wosmol" }, | |
{ "w": "warning", "r": "kobefs" }, | |
{ "w": "Iranian", "r": "abosom" }, | |
{ "w": "segment", "r": "lolar" }, | |
{ "w": "default", "r": "nabeh" }, | |
{ "w": "auction", "r": "jewnog" }, | |
{ "w": "connect", "r": "ladami" }, | |
{ "w": "enables", "r": "nunins" }, | |
{ "w": "conduct", "r": "iffhag" }, | |
{ "w": "respond", "r": "tajgam" }, | |
{ "w": "virtual", "r": "siprye" }, | |
{ "w": "damages", "r": "yagmar" }, | |
{ "w": "density", "r": "zasxis" }, | |
{ "w": "massive", "r": "upomun" }, | |
{ "w": "flights", "r": "pecpol" }, | |
{ "w": "promise", "r": "enfur" }, | |
{ "w": "barrels", "r": "dexbad" }, | |
{ "w": "granted", "r": "khilob" }, | |
{ "w": "designs", "r": "piepay" }, | |
{ "w": "awarded", "r": "dibneg" }, | |
{ "w": "explain", "r": "arcyow" }, | |
{ "w": "climbed", "r": "acttom" }, | |
{ "w": "group's", "r": "tashod" }, | |
{ "w": "obvious", "r": "upsnip" }, | |
{ "w": "matters", "r": "myeh" }, | |
{ "w": "targets", "r": "foetug" }, | |
{ "w": "holiday", "r": "refvig" }, | |
{ "w": "focused", "r": "recvim" }, | |
{ "w": "graphic", "r": "alshes" }, | |
{ "w": "brother", "r": "leioaf" }, | |
{ "w": "expense", "r": "cadwyn" }, | |
{ "w": "formula", "r": "tutla" }, | |
{ "w": "ratings", "r": "icyvaw" }, | |
{ "w": "married", "r": "iceam" }, | |
{ "w": "damaged", "r": "reelm" }, | |
{ "w": "Journal", "r": "aboadd" }, | |
{ "w": "feeling", "r": "ellabs" }, | |
{ "w": "delayed", "r": "digfib" }, | |
{ "w": "premium", "r": "tamhuh" }, | |
{ "w": "surplus", "r": "gineel" }, | |
{ "w": "intends", "r": "fasghi" }, | |
{ "w": "regions", "r": "upups" }, | |
{ "w": "roughly", "r": "towrim" }, | |
{ "w": "stories", "r": "fidhon" }, | |
{ "w": "Douglas", "r": "rahsi" }, | |
{ "w": "adviser", "r": "ukefir" }, | |
{ "w": "founded", "r": "jaglay" }, | |
{ "w": "shuttle", "r": "goyeye" }, | |
{ "w": "critics", "r": "titdak" }, | |
{ "w": "involve", "r": "wawkea" }, | |
{ "w": "slipped", "r": "librow" }, | |
{ "w": "Mikhail", "r": "ciswen" }, | |
{ "w": "towards", "r": "budpot" }, | |
{ "w": "creates", "r": "vanyow" }, | |
{ "w": "patient", "r": "shaobe" }, | |
{ "w": "worried", "r": "egggal" }, | |
{ "w": "capture", "r": "hidod" }, | |
{ "w": "promote", "r": "furfem" }, | |
{ "w": "animals", "r": "wewog" }, | |
{ "w": "succeed", "r": "piaten" }, | |
{ "w": "predict", "r": "hicwan" }, | |
{ "w": "Germans", "r": "brrmi" }, | |
{ "w": "Beijing", "r": "farat" }, | |
{ "w": "brokers", "r": "yapsab" }, | |
{ "w": "happens", "r": "dalgad" }, | |
{ "w": "reality", "r": "tajpen" }, | |
{ "w": "causing", "r": "modkif" }, | |
{ "w": "Toronto", "r": "lavka" }, | |
{ "w": "lending", "r": "leiyou" }, | |
{ "w": "handled", "r": "ceeeye" }, | |
{ "w": "telling", "r": "gadmu" }, | |
{ "w": "crucial", "r": "lobsox" }, | |
{ "w": "derived", "r": "aposki" }, | |
{ "w": "engines", "r": "solhot" }, | |
{ "w": "sharing", "r": "memtaj" }, | |
{ "w": "Salomon", "r": "lotelk" }, | |
{ "w": "columns", "r": "bunern" }, | |
{ "w": "species", "r": "fasleu" }, | |
{ "w": "bankers", "r": "raxhow" }, | |
{ "w": "village", "r": "pamrad" }, | |
{ "w": "convert", "r": "buttye" }, | |
{ "w": "permits", "r": "codpip" }, | |
{ "w": "pushing", "r": "niam" }, | |
{ "w": "counsel", "r": "alsmm" }, | |
{ "w": "missile", "r": "andcos" }, | |
{ "w": "healthy", "r": "eaturb" }, | |
{ "w": "restore", "r": "sibgum" }, | |
{ "w": "penalty", "r": "airtor" }, | |
{ "w": "Spanish", "r": "fafed" }, | |
{ "w": "outlook", "r": "zitpay" }, | |
{ "w": "Toshiba", "r": "ryadol" }, | |
{ "w": "Detroit", "r": "ryeher" }, | |
{ "w": "briefly", "r": "visvas" }, | |
{ "w": "fashion", "r": "bowapp" }, | |
{ "w": "hostile", "r": "lacpul" }, | |
{ "w": "surgery", "r": "damtel" }, | |
{ "w": "scanner", "r": "sibcod" }, | |
{ "w": "culture", "r": "bamdot" }, | |
{ "w": "pleaded", "r": "nipkip" }, | |
{ "w": "logical", "r": "foulek" }, | |
{ "w": "pointed", "r": "nibfid" }, | |
{ "w": "Chapter", "r": "koimem" }, | |
{ "w": "enhance", "r": "enspip" }, | |
{ "w": "handles", "r": "ryaere" }, | |
{ "w": "gateway", "r": "rexamp" }, | |
{ "w": "suspect", "r": "yobapp" }, | |
{ "w": "Cabinet", "r": "seieye" }, | |
{ "w": "Ireland", "r": "opsrod" }, | |
{ "w": "choices", "r": "soymae" }, | |
{ "w": "Embassy", "r": "bamoi" }, | |
{ "w": "radical", "r": "raggal" }, | |
{ "w": "resolve", "r": "lahue" }, | |
{ "w": "Borland", "r": "reparb" }, | |
{ "w": "attract", "r": "sicwo" }, | |
{ "w": "cheaper", "r": "rifode" }, | |
{ "w": "realize", "r": "rinsop" }, | |
{ "w": "sectors", "r": "oakzep" }, | |
{ "w": "scandal", "r": "geyfad" }, | |
{ "w": "founder", "r": "ranska" }, | |
{ "w": "Stephen", "r": "tinpiu" }, | |
{ "w": "Stanley", "r": "wogaas" }, | |
{ "w": "Hussein", "r": "yokeel" }, | |
{ "w": "pleased", "r": "synais" }, | |
{ "w": "Telecom", "r": "arbore" }, | |
{ "w": "readers", "r": "woeseg" }, | |
{ "w": "Contras", "r": "garawl" }, | |
{ "w": "meaning", "r": "jogire" }, | |
{ "w": "Mexican", "r": "catmm" }, | |
{ "w": "approve", "r": "howmas" }, | |
{ "w": "invited", "r": "jutlet" }, | |
{ "w": "assault", "r": "aitsaw" }, | |
{ "w": "perfect", "r": "absfou" }, | |
{ "w": "Moody's", "r": "idsza" }, | |
{ "w": "passing", "r": "taoane" }, | |
{ "w": "grounds", "r": "nixoar" }, | |
{ "w": "visited", "r": "appump" }, | |
{ "w": "welcome", "r": "maxguv" }, | |
{ "w": "strikes", "r": "hisnog" }, | |
{ "w": "greatly", "r": "qijoy" }, | |
{ "w": "Harvard", "r": "fehohm" }, | |
{ "w": "failing", "r": "pisrut" }, | |
{ "w": "prepare", "r": "migels" }, | |
{ "w": "absence", "r": "watted" }, | |
{ "w": "periods", "r": "faywan" }, | |
{ "w": "mention", "r": "conwhy" }, | |
{ "w": "emerged", "r": "sexlaw" }, | |
{ "w": "recover", "r": "totsau" }, | |
{ "w": "backing", "r": "taotan" }, | |
{ "w": "Besides", "r": "yobnun" }, | |
{ "w": "soybean", "r": "bednim" }, | |
{ "w": "China's", "r": "bigvis" }, | |
{ "w": "doubled", "r": "gabluv" }, | |
{ "w": "Goldman", "r": "dowwag" }, | |
{ "w": "alcohol", "r": "honrum" }, | |
{ "w": "remarks", "r": "gitmop" }, | |
{ "w": "outcome", "r": "yeatav" }, | |
{ "w": "sitting", "r": "linact" }, | |
{ "w": "examine", "r": "ageup" }, | |
{ "w": "Barbara", "r": "iffyes" }, | |
{ "w": "drought", "r": "difae" }, | |
{ "w": "chances", "r": "tupgib" }, | |
{ "w": "linking", "r": "deyog" }, | |
{ "w": "reverse", "r": "kidon" }, | |
{ "w": "Hungary", "r": "ohslag" }, | |
{ "w": "carries", "r": "fudgas" }, | |
{ "w": "volumes", "r": "hepwha" }, | |
{ "w": "exposed", "r": "setgae" }, | |
{ "w": "contest", "r": "bibown" }, | |
{ "w": "watched", "r": "ethnob" }, | |
{ "w": "equally", "r": "dorpit" }, | |
{ "w": "teacher", "r": "hihm" }, | |
{ "w": "pre-tax", "r": "leitip" }, | |
{ "w": "totally", "r": "alemid" }, | |
{ "w": "reviews", "r": "phiens" }, | |
{ "w": "assumed", "r": "yodits" }, | |
{ "w": "liberal", "r": "byspyx" }, | |
{ "w": "survive", "r": "pennab" }, | |
{ "w": "Islamic", "r": "yetpix" }, | |
{ "w": "partial", "r": "arbpal" }, | |
{ "w": "tickets", "r": "antphi" }, | |
{ "w": "updated", "r": "rimnow" }, | |
{ "w": "summary", "r": "godheh" }, | |
{ "w": "tobacco", "r": "pryah" }, | |
{ "w": "compact", "r": "metbro" }, | |
{ "w": "answers", "r": "gatkat" }, | |
{ "w": "edition", "r": "pehjag" }, | |
{ "w": "context", "r": "burhod" }, | |
{ "w": "deposit", "r": "ovapix" }, | |
{ "w": "inquiry", "r": "libwiz" }, | |
{ "w": "confirm", "r": "migwis" }, | |
{ "w": "boosted", "r": "ootkid" }, | |
{ "w": "counter", "r": "therai" }, | |
{ "w": "listing", "r": "aaheta" }, | |
{ "w": "removal", "r": "jibrip" }, | |
{ "w": "broader", "r": "roblob" }, | |
{ "w": "pointer", "r": "absmar" }, | |
{ "w": "party's", "r": "zittew" }, | |
{ "w": "crashed", "r": "vexpa" }, | |
{ "w": "fishing", "r": "leibye" }, | |
{ "w": "visible", "r": "ohoak" }, | |
{ "w": "blocked", "r": "mumodd" }, | |
{ "w": "Paradox", "r": "masyin" }, | |
{ "w": "neutron", "r": "hoybra" }, | |
{ "w": "they've", "r": "awwow" }, | |
{ "w": "lowered", "r": "reaal" }, | |
{ "w": "profile", "r": "bophid" }, | |
{ "w": "younger", "r": "amuelm" }, | |
{ "w": "compare", "r": "uhsow" }, | |
{ "w": "schemes", "r": "pisgnu" }, | |
{ "w": "10-year", "r": "vigars" }, | |
{ "w": "renewed", "r": "gidog" }, | |
{ "w": "wearing", "r": "zoopal" }, | |
{ "w": "forcing", "r": "xishes" }, | |
{ "w": "bridges", "r": "nebigg" }, | |
{ "w": "combine", "r": "mumdam" }, | |
{ "w": "desired", "r": "foyhug" }, | |
{ "w": "veteran", "r": "wendye" }, | |
{ "w": "Capitol", "r": "pitwiz" }, | |
{ "w": "collect", "r": "hisrah" }, | |
{ "w": "careful", "r": "kegpya" }, | |
{ "w": "buttons", "r": "kasuh" }, | |
{ "w": "fastest", "r": "assmog" }, | |
{ "w": "highway", "r": "maxbaa" }, | |
{ "w": "plunged", "r": "owleat" }, | |
{ "w": "contend", "r": "aspicy" }, | |
{ "w": "chamber", "r": "anrig" }, | |
{ "w": "Silicon", "r": "luvoka" }, | |
{ "w": "entries", "r": "haecwm" }, | |
{ "w": "elderly", "r": "littag" }, | |
{ "w": "pledged", "r": "yakrap" }, | |
{ "w": "outline", "r": "nunet" }, | |
{ "w": "Antonio", "r": "yomway" }, | |
{ "w": "landing", "r": "marnib" }, | |
{ "w": "violent", "r": "nobsim" }, | |
{ "w": "witness", "r": "gankir" }, | |
{ "w": "intense", "r": "qatfog" }, | |
{ "w": "Mandela", "r": "urpnim" }, | |
{ "w": "ignored", "r": "laxni" }, | |
{ "w": "Baghdad", "r": "mumcel" }, | |
{ "w": "buy-out", "r": "suqulu" }, | |
{ "w": "Intel's", "r": "wedred" }, | |
{ "w": "routing", "r": "jigsly" }, | |
{ "w": "30-year", "r": "khisap" }, | |
{ "w": "layoffs", "r": "mosoaf" }, | |
{ "w": "theater", "r": "gidvum" }, | |
{ "w": "bidding", "r": "sosdaw" }, | |
{ "w": "payroll", "r": "utaom" }, | |
{ "w": "artists", "r": "bowale" }, | |
{ "w": "they'll", "r": "kidbox" }, | |
{ "w": "mixture", "r": "vegkhi" }, | |
{ "w": "burning", "r": "ootpht" }, | |
{ "w": "worries", "r": "payoud" }, | |
{ "w": "leftist", "r": "feha" }, | |
{ "w": "threats", "r": "jewnae" }, | |
{ "w": "unknown", "r": "itism" }, | |
{ "w": "loading", "r": "picluv" }, | |
{ "w": "employs", "r": "skaoca" }, | |
{ "w": "low-end", "r": "jagsap" }, | |
{ "w": "welfare", "r": "tabug" }, | |
{ "w": "joining", "r": "besoh" }, | |
{ "w": "Clipper", "r": "nowmug" }, | |
{ "w": "writers", "r": "lowoud" }, | |
{ "w": "persons", "r": "funick" }, | |
{ "w": "Midwest", "r": "bidtax" }, | |
{ "w": "heading", "r": "yagash" }, | |
{ "w": "helpful", "r": "apedab" }, | |
{ "w": "Fremont", "r": "areany" }, | |
{ "w": "smoking", "r": "palfag" }, | |
{ "w": "hostage", "r": "dorute" }, | |
{ "w": "generic", "r": "godhog" }, | |
{ "w": "cooling", "r": "tagnee" }, | |
{ "w": "reduces", "r": "hutkhi" }, | |
{ "w": "concert", "r": "riadam" }, | |
{ "w": "trained", "r": "zincot" }, | |
{ "w": "courses", "r": "tajaga" }, | |
{ "w": "cleared", "r": "erauns" }, | |
{ "w": "minimal", "r": "zaxgan" }, | |
{ "w": "Bentsen", "r": "ginpht" }, | |
{ "w": "execute", "r": "pegdin" }, | |
{ "w": "musical", "r": "jawmor" }, | |
{ "w": "jointly", "r": "wudahi" }, | |
{ "w": "clothes", "r": "pixdoe" }, | |
{ "w": "speaker", "r": "uhtog" }, | |
{ "w": "gaining", "r": "bubdud" }, | |
{ "w": "placing", "r": "sapnoh" }, | |
{ "w": "coupled", "r": "tippig" }, | |
{ "w": "bombing", "r": "outkat" }, | |
{ "w": "proceed", "r": "aalfug" }, | |
{ "w": "Kenneth", "r": "pamsuq" }, | |
{ "w": "climate", "r": "monnae" }, | |
{ "w": "Anthony", "r": "sowsel" }, | |
{ "w": "amended", "r": "twapah" }, | |
{ "w": "lenders", "r": "plytax" }, | |
{ "w": "credits", "r": "iffmu" }, | |
{ "w": "custody", "r": "itskea" }, | |
{ "w": "satisfy", "r": "nagpan" }, | |
{ "w": "Academy", "r": "modsix" }, | |
{ "w": "exhibit", "r": "rawlek" }, | |
{ "w": "month's", "r": "aallev" }, | |
{ "w": "advised", "r": "kostoe" }, | |
{ "w": "uranium", "r": "hoguv" }, | |
{ "w": "arrival", "r": "koione" }, | |
{ "w": "Orleans", "r": "gutana" }, | |
{ "w": "vessels", "r": "fetcru" }, | |
{ "w": "arrests", "r": "morsal" }, | |
{ "w": "spectra", "r": "gooava" }, | |
{ "w": "bundled", "r": "eatpah" }, | |
{ "w": "stepped", "r": "norain" }, | |
{ "w": "Patrick", "r": "hunvat" }, | |
{ "w": "Roberts", "r": "fedsum" }, | |
{ "w": "Ventura", "r": "odshep" }, | |
{ "w": "handful", "r": "yakoot" }, | |
{ "w": "Fujitsu", "r": "downan" }, | |
{ "w": "cleanup", "r": "assfil" }, | |
{ "w": "manages", "r": "wismow" }, | |
{ "w": "applies", "r": "yupsex" }, | |
{ "w": "manuals", "r": "adsdak" }, | |
{ "w": "engaged", "r": "ahiapo" }, | |
{ "w": "analyze", "r": "avesad" }, | |
{ "w": "Swedish", "r": "bysmyc" }, | |
{ "w": "inmates", "r": "actnet" }, | |
{ "w": "favored", "r": "eldodd" }, | |
{ "w": "escaped", "r": "ostel" }, | |
{ "w": "parking", "r": "ohmsow" }, | |
{ "w": "senator", "r": "mayoud" }, | |
{ "w": "uniform", "r": "humdot" }, | |
{ "w": "anybody", "r": "winhis" }, | |
{ "w": "editors", "r": "jaymos" }, | |
{ "w": "praised", "r": "jogbug" }, | |
{ "w": "organic", "r": "newhop" }, | |
{ "w": "letting", "r": "nubran" }, | |
{ "w": "Maxwell", "r": "keyant" }, | |
{ "w": "Siemens", "r": "dagawa" }, | |
{ "w": "updates", "r": "totsim" }, | |
{ "w": "extreme", "r": "lisday" }, | |
{ "w": "budgets", "r": "effry" }, | |
{ "w": "mounted", "r": "woplac" }, | |
{ "w": "classic", "r": "tonwat" }, | |
{ "w": "nominee", "r": "pahsay" }, | |
{ "w": "unclear", "r": "wabof" }, | |
{ "w": "justify", "r": "satrei" }, | |
{ "w": "devoted", "r": "ahjus" }, | |
{ "w": "crystal", "r": "rubsad" }, | |
{ "w": "women's", "r": "tubodd" }, | |
{ "w": "billing", "r": "idslo" }, | |
{ "w": "borders", "r": "trypal" }, | |
{ "w": "herself", "r": "sagend" }, | |
{ "w": "bargain", "r": "leadip" }, | |
{ "w": "thrifts", "r": "sapgut" }, | |
{ "w": "assured", "r": "finon" }, | |
{ "w": "nervous", "r": "urnohm" }, | |
{ "w": "recalls", "r": "bedlib" }, | |
{ "w": "therapy", "r": "recmis" }, | |
{ "w": "Oakland", "r": "hipoes" }, | |
{ "w": "Ontario", "r": "zuzhid" }, | |
{ "w": "thereby", "r": "rahdev" }, | |
{ "w": "verdict", "r": "sitdye" }, | |
{ "w": "precise", "r": "telboa" }, | |
{ "w": "ceiling", "r": "miraid" }, | |
{ "w": "Bennett", "r": "vegkea" }, | |
{ "w": "Philips", "r": "nabmil" }, | |
{ "w": "passage", "r": "chihaj" }, | |
{ "w": "binding", "r": "simaye" }, | |
{ "w": "insists", "r": "moghm" }, | |
{ "w": "outlets", "r": "iffdee" }, | |
{ "w": "enjoyed", "r": "difab" }, | |
{ "w": "surveys", "r": "gabdos" }, | |
{ "w": "checked", "r": "okemar" }, | |
{ "w": "warrant", "r": "pepbah" }, | |
{ "w": "viewing", "r": "wekin" }, | |
{ "w": "walking", "r": "kidrif" }, | |
{ "w": "Airways", "r": "huhpow" }, | |
{ "w": "Kremlin", "r": "taroe" }, | |
{ "w": "defects", "r": "ozmid" }, | |
{ "w": "Hitachi", "r": "fizurd" }, | |
{ "w": "voltage", "r": "wowfag" }, | |
{ "w": "Premier", "r": "eskaf" }, | |
{ "w": "neutral", "r": "odweb" }, | |
{ "w": "slowing", "r": "nimley" }, | |
{ "w": "modular", "r": "maserr" }, | |
{ "w": "funeral", "r": "letrom" }, | |
{ "w": "Clinton", "r": "piachi" }, | |
{ "w": "Moslems", "r": "yobduh" }, | |
{ "w": "propose", "r": "obacoo" }, | |
{ "w": "Yeltsin", "r": "nusvau" }, | |
{ "w": "mapping", "r": "leztub" }, | |
{ "w": "harvest", "r": "wonnun" }, | |
{ "w": "filling", "r": "bopea" }, | |
{ "w": "tougher", "r": "hajfad" }, | |
{ "w": "signing", "r": "mewjeu" }, | |
{ "w": "packets", "r": "donjin" }, | |
{ "w": "gallons", "r": "bopow" }, | |
{ "w": "leasing", "r": "lataga" }, | |
{ "w": "destroy", "r": "zedwud" }, | |
{ "w": "physics", "r": "pubany" }, | |
{ "w": "barrier", "r": "dislow" }, | |
{ "w": "publish", "r": "twarif" }, | |
{ "w": "whereas", "r": "gaggor" }, | |
{ "w": "clashes", "r": "motged" }, | |
{ "w": "insider", "r": "usewax" }, | |
{ "w": "avoided", "r": "ryamac" }, | |
{ "w": "ongoing", "r": "forsub" }, | |
{ "w": "replied", "r": "selani" }, | |
{ "w": "refugee", "r": "qatlow" }, | |
{ "w": "winners", "r": "gyprax" }, | |
{ "w": "Indians", "r": "yukzzz" }, | |
{ "w": "varying", "r": "dimsib" }, | |
{ "w": "queries", "r": "wadleg" }, | |
{ "w": "crowded", "r": "gednoo" }, | |
{ "w": "catalog", "r": "trynob" }, | |
{ "w": "symbols", "r": "dowala" }, | |
{ "w": "poverty", "r": "zitall" }, | |
{ "w": "explore", "r": "soloba" }, | |
{ "w": "soldier", "r": "insill" }, | |
{ "w": "Edwards", "r": "yehoak" }, | |
{ "w": "viruses", "r": "haymud" }, | |
{ "w": "protein", "r": "jobyon" }, | |
{ "w": "strings", "r": "haems" }, | |
{ "w": "readily", "r": "aastis" }, | |
{ "w": "Lambert", "r": "penzip" }, | |
{ "w": "suicide", "r": "noohap" }, | |
{ "w": "trigger", "r": "nibyep" }, | |
{ "w": "diverse", "r": "gamlea" }, | |
{ "w": "pressed", "r": "uluxu" }, | |
{ "w": "viewers", "r": "mixla" }, | |
{ "w": "testify", "r": "mixcog" }, | |
{ "w": "Zealand", "r": "upsort" }, | |
{ "w": "noticed", "r": "revbi" }, | |
{ "w": "issuing", "r": "pevie" }, | |
{ "w": "staying", "r": "odegie" }, | |
{ "w": "scanned", "r": "zigmew" }, | |
{ "w": "excited", "r": "elabs" }, | |
{ "w": "defines", "r": "bodnib" }, | |
{ "w": "knowing", "r": "boaoxo" }, | |
{ "w": "tactics", "r": "totkis" }, | |
{ "w": "mergers", "r": "olddot" }, | |
{ "w": "picking", "r": "cryeel" }, | |
{ "w": "Customs", "r": "engyes" }, | |
{ "w": "imagine", "r": "titwas" }, | |
{ "w": "Burnham", "r": "romget" }, | |
{ "w": "embargo", "r": "conump" }, | |
{ "w": "hitting", "r": "eftare" }, | |
{ "w": "qualify", "r": "uluhum" }, | |
{ "w": "forming", "r": "dagzig" }, | |
{ "w": "sparked", "r": "tuiash" }, | |
{ "w": "induced", "r": "tikep" }, | |
{ "w": "Belgium", "r": "pomors" }, | |
{ "w": "Campeau", "r": "jaysei" }, | |
{ "w": "palette", "r": "ginbi" }, | |
{ "w": "battles", "r": "melinn" }, | |
{ "w": "AutoCAD", "r": "egovan" }, | |
{ "w": "laptops", "r": "ghifet" }, | |
{ "w": "nursing", "r": "bopnor" }, | |
{ "w": "indexes", "r": "byore" }, | |
{ "w": "Stewart", "r": "ovavow" }, | |
{ "w": "Kuwaiti", "r": "skaget" }, | |
{ "w": "illness", "r": "parcis" }, | |
{ "w": "scripts", "r": "owlkep" }, | |
{ "w": "evident", "r": "vavlap" }, | |
{ "w": "tension", "r": "crupoh" }, | |
{ "w": "actress", "r": "olehit" }, | |
{ "w": "beating", "r": "duhohm" }, | |
{ "w": "patents", "r": "obiyak" }, | |
{ "w": "fighter", "r": "meess" }, | |
{ "w": "rebound", "r": "skylea" }, | |
{ "w": "NewWave", "r": "jowall" }, | |
{ "w": "touched", "r": "uhpul" }, | |
{ "w": "cameras", "r": "gozep" }, | |
{ "w": "cluster", "r": "rugfat" }, | |
{ "w": "shelter", "r": "nusres" }, | |
{ "w": "filters", "r": "wryups" }, | |
{ "w": "lengthy", "r": "lacoak" }, | |
{ "w": "costing", "r": "hasup" }, | |
{ "w": "secured", "r": "memaw" }, | |
{ "w": "anymore", "r": "diejag" }, | |
{ "w": "stretch", "r": "dawzoo" }, | |
{ "w": "rallied", "r": "addohm" }, | |
{ "w": "routers", "r": "nawbah" }, | |
{ "w": "consist", "r": "zagluv" }, | |
{ "w": "Olympic", "r": "eldgor" }, | |
{ "w": "sellers", "r": "ootups" }, | |
{ "w": "counted", "r": "hagjus" }, | |
{ "w": "arguing", "r": "axwon" }, | |
{ "w": "consent", "r": "foybap" }, | |
{ "w": "copying", "r": "rebtot" }, | |
{ "w": "Romania", "r": "aisjus" }, | |
{ "w": "wealthy", "r": "nioft" }, | |
{ "w": "caution", "r": "hodzuu" }, | |
{ "w": "bearing", "r": "adotic" }, | |
{ "w": "Russell", "r": "zuzwow" }, | |
{ "w": "privacy", "r": "niltub" }, | |
{ "w": "resumed", "r": "rapson" }, | |
{ "w": "ancient", "r": "nungam" }, | |
{ "w": "trapped", "r": "donism" }, | |
{ "w": "repairs", "r": "ernpan" }, | |
{ "w": "solving", "r": "odsip" }, | |
{ "w": "islands", "r": "cooumm" }, | |
{ "w": "mandate", "r": "rungib" }, | |
{ "w": "notably", "r": "duipit" }, | |
{ "w": "Fortune", "r": "adshon" }, | |
{ "w": "Turkish", "r": "pinwow" }, | |
{ "w": "tumbled", "r": "notyup" }, | |
{ "w": "Stevens", "r": "zedyak" }, | |
{ "w": "dioxide", "r": "ummgas" }, | |
{ "w": "matched", "r": "yodsay" }, | |
{ "w": "mailing", "r": "eldtub" }, | |
{ "w": "moments", "r": "levich" }, | |
{ "w": "expires", "r": "remgos" }, | |
{ "w": "quietly", "r": "cordow" }, | |
{ "w": "Raymond", "r": "ickell" }, | |
{ "w": "Austria", "r": "miscum" }, | |
{ "w": "Midland", "r": "anlek" }, | |
{ "w": "strange", "r": "filmil" }, | |
{ "w": "altered", "r": "goaleg" }, | |
{ "w": "genetic", "r": "abasib" }, | |
{ "w": "affects", "r": "dogrun" }, | |
{ "w": "extends", "r": "outzed" }, | |
{ "w": "enforce", "r": "pitcox" }, | |
{ "w": "tonight", "r": "trygag" }, | |
{ "w": "garbage", "r": "bincig" }, | |
{ "w": "tourist", "r": "gooate" }, | |
{ "w": "cabling", "r": "soywen" }, | |
{ "w": "bullish", "r": "attdan" }, | |
{ "w": "kitchen", "r": "haywop" }, | |
{ "w": "violate", "r": "dinpat" }, | |
{ "w": "reaches", "r": "foraff" }, | |
{ "w": "declare", "r": "nimas" }, | |
{ "w": "payable", "r": "jutun" }, | |
{ "w": "abandon", "r": "tupben" }, | |
{ "w": "ranking", "r": "pyxail" }, | |
{ "w": "Beverly", "r": "boywok" }, | |
{ "w": "matches", "r": "defub" }, | |
{ "w": "accepts", "r": "vetwen" }, | |
{ "w": "shifted", "r": "arspew" }, | |
{ "w": "coastal", "r": "voeam" }, | |
{ "w": "Springs", "r": "taxbed" }, | |
{ "w": "enabled", "r": "dubduh" }, | |
{ "w": "squeeze", "r": "agonap" }, | |
{ "w": "on-site", "r": "ayeye" }, | |
{ "w": "citizen", "r": "guttam" }, | |
{ "w": "pulling", "r": "tyeuke" }, | |
{ "w": "boycott", "r": "fewshh" }, | |
{ "w": "labeled", "r": "affmy" }, | |
{ "w": "instant", "r": "modphi" }, | |
{ "w": "shorter", "r": "odnil" }, | |
{ "w": "expired", "r": "oftadz" }, | |
{ "w": "locally", "r": "provat" }, | |
{ "w": "legally", "r": "whybig" }, | |
{ "w": "Kingdom", "r": "tubute" }, | |
{ "w": "focuses", "r": "absgig" }, | |
{ "w": "bullion", "r": "wadyar" }, | |
{ "w": "Peabody", "r": "cueecu" }, | |
{ "w": "refusal", "r": "laslag" }, | |
{ "w": "arrange", "r": "yeawop" }, | |
{ "w": "mineral", "r": "nohrat" }, | |
{ "w": "divorce", "r": "narev" }, | |
{ "w": "singing", "r": "owlawl" }, | |
{ "w": "closure", "r": "fizwok" }, | |
{ "w": "Collins", "r": "somaha" }, | |
{ "w": "turmoil", "r": "avohey" }, | |
{ "w": "defence", "r": "butbys" }, | |
{ "w": "flowers", "r": "denorb" }, | |
{ "w": "passive", "r": "newewe" }, | |
{ "w": "invaded", "r": "sixsob" }, | |
{ "w": "enacted", "r": "allwet" }, | |
{ "w": "lottery", "r": "luxtae" }, | |
{ "w": "simpler", "r": "okaugh" }, | |
{ "w": "showers", "r": "midgnu" }, | |
{ "w": "captain", "r": "forpar" }, | |
{ "w": "spotted", "r": "cotinn" }, | |
{ "w": "painful", "r": "hungab" }, | |
{ "w": "diagram", "r": "nohyod" }, | |
{ "w": "opposes", "r": "cupapo" }, | |
{ "w": "lessons", "r": "botba" }, | |
{ "w": "tariffs", "r": "raivar" }, | |
{ "w": "donated", "r": "inkcup" }, | |
{ "w": "sponsor", "r": "dinmoc" }, | |
{ "w": "crossed", "r": "owbin" }, | |
{ "w": "incomes", "r": "tenlac" }, | |
{ "w": "marched", "r": "gnuhah" }, | |
{ "w": "Higgins", "r": "cozne" }, | |
{ "w": "adverse", "r": "pamdid" }, | |
{ "w": "optimal", "r": "jeucue" }, | |
{ "w": "numeric", "r": "pursap" }, | |
{ "w": "Leonard", "r": "batwan" }, | |
{ "w": "Belgian", "r": "aahbad" }, | |
{ "w": "storing", "r": "absgar" }, | |
{ "w": "singled", "r": "zekate" }, | |
{ "w": "knocked", "r": "oesaga" }, | |
{ "w": "bottles", "r": "capfez" }, | |
{ "w": "bailout", "r": "tutaba" }, | |
{ "w": "seventh", "r": "conhon" }, | |
{ "w": "Jeffrey", "r": "eaugox" }, | |
{ "w": "court's", "r": "irkhe" }, | |
{ "w": "exploit", "r": "tinkab" }, | |
{ "w": "closest", "r": "katcaw" }, | |
{ "w": "beneath", "r": "wadken" }, | |
{ "w": "preview", "r": "hoghot" }, | |
{ "w": "bolster", "r": "faxlit" }, | |
{ "w": "quantum", "r": "lipoes" }, | |
{ "w": "scaling", "r": "naybed" }, | |
{ "w": "Keating", "r": "wryawe" }, | |
{ "w": "optimum", "r": "umboo" }, | |
{ "w": "Francis", "r": "koahes" }, | |
{ "w": "hunting", "r": "inkems" }, | |
{ "w": "faculty", "r": "usdap" }, | |
{ "w": "unified", "r": "soynom" }, | |
{ "w": "scoring", "r": "spyhun" }, | |
{ "w": "hanging", "r": "molfig" }, | |
{ "w": "charter", "r": "obikea" }, | |
{ "w": "assumes", "r": "shsel" }, | |
{ "w": "apparel", "r": "hypkaf" }, | |
{ "w": "robbery", "r": "gaetwa" }, | |
{ "w": "retreat", "r": "yupfro" }, | |
{ "w": "transit", "r": "rajtin" }, | |
{ "w": "logging", "r": "gutnod" }, | |
{ "w": "Quattro", "r": "moaat" }, | |
{ "w": "painted", "r": "fiedad" }, | |
{ "w": "reveals", "r": "tundag" }, | |
{ "w": "bonuses", "r": "emefib" }, | |
{ "w": "shouted", "r": "maxjoe" }, | |
{ "w": "broadly", "r": "yepae" }, | |
{ "w": "rockets", "r": "abdap" }, | |
{ "w": "marking", "r": "phiebb" }, | |
{ "w": "statute", "r": "sayabo" }, | |
{ "w": "lacking", "r": "elfher" }, | |
{ "w": "cooking", "r": "nomilk" }, | |
{ "w": "forever", "r": "revme" }, | |
{ "w": "suffers", "r": "cupdew" }, | |
{ "w": "turbine", "r": "batqi" }, | |
{ "w": "tourism", "r": "aregas" }, | |
{ "w": "dumping", "r": "winyup" }, | |
{ "w": "Bernard", "r": "hopbro" }, | |
{ "w": "longest", "r": "masism" }, | |
{ "w": "existed", "r": "joyneg" }, | |
{ "w": "WYSIWYG", "r": "jothod" }, | |
{ "w": "grocery", "r": "dimeta" }, | |
{ "w": "earning", "r": "pyaadd" }, | |
{ "w": "two-day", "r": "webcab" }, | |
{ "w": "decides", "r": "rotel" }, | |
{ "w": "dressed", "r": "hatode" }, | |
{ "w": "bushels", "r": "fandal" }, | |
{ "w": "figured", "r": "vumwax" }, | |
{ "w": "mothers", "r": "nayki" }, | |
{ "w": "NetBIOS", "r": "flubis" }, | |
{ "w": "reacted", "r": "ghitwo" }, | |
{ "w": "planted", "r": "gaysou" }, | |
{ "w": "bidders", "r": "getwos" }, | |
{ "w": "stalled", "r": "emuick" }, | |
{ "w": "crushed", "r": "honrid" }, | |
{ "w": "trustee", "r": "hubode" }, | |
{ "w": "freight", "r": "bobzek" }, | |
{ "w": "distant", "r": "zitaye" }, | |
{ "w": "caching", "r": "palals" }, | |
{ "w": "tragedy", "r": "braog" }, | |
{ "w": "Finland", "r": "dibjus" }, | |
{ "w": "somehow", "r": "dexdup" }, | |
{ "w": "slaying", "r": "peddab" }, | |
{ "w": "Stearns", "r": "coldig" }, | |
{ "w": "Denmark", "r": "jobpis" }, | |
{ "w": "board's", "r": "pewmug" }, | |
{ "w": "erosion", "r": "muturp" }, | |
{ "w": "Hanover", "r": "pamug" }, | |
{ "w": "wedding", "r": "tiefon" }, | |
{ "w": "comfort", "r": "hafil" }, | |
{ "w": "Spencer", "r": "jamtao" }, | |
{ "w": "deleted", "r": "teepus" }, | |
{ "w": "insured", "r": "pitvoe" }, | |
{ "w": "forests", "r": "eellop" }, | |
{ "w": "Bradley", "r": "nebmum" }, | |
{ "w": "feeding", "r": "perhue" }, | |
{ "w": "Italy's", "r": "yagbat" }, | |
{ "w": "seismic", "r": "azooms" }, | |
{ "w": "episode", "r": "sagas" }, | |
{ "w": "locking", "r": "hypoud" }, | |
{ "w": "Union's", "r": "purtup" }, | |
{ "w": "Salinas", "r": "finrut" }, | |
{ "w": "rallies", "r": "legguv" }, | |
{ "w": "conform", "r": "nthrap" }, | |
{ "w": "wanting", "r": "eelfid" }, | |
{ "w": "insurer", "r": "oatleu" }, | |
{ "w": "greeted", "r": "labnix" }, | |
{ "w": "Marxist", "r": "sijay" }, | |
{ "w": "Orlando", "r": "tarhay" }, | |
{ "w": "compile", "r": "qatria" }, | |
{ "w": "extract", "r": "trypin" }, | |
{ "w": "anxious", "r": "hawfey" }, | |
{ "w": "callers", "r": "sospit" }, | |
{ "w": "alleges", "r": "dipbrr" }, | |
{ "w": "chassis", "r": "tinwyn" }, | |
{ "w": "Simmons", "r": "airort" }, | |
{ "w": "24-hour", "r": "wabmoo" }, | |
{ "w": "oversee", "r": "galfat" }, | |
{ "w": "charity", "r": "kirhid" }, | |
{ "w": "refined", "r": "moanit" }, | |
{ "w": "notable", "r": "salret" }, | |
{ "w": "elegant", "r": "vatjab" }, | |
{ "w": "couples", "r": "deyour" }, | |
{ "w": "Saatchi", "r": "codrod" }, | |
{ "w": "durable", "r": "oretaj" }, | |
{ "w": "unhappy", "r": "tanjib" }, | |
{ "w": "evolved", "r": "lezfar" }, | |
{ "w": "sustain", "r": "kaewat" }, | |
{ "w": "rebuild", "r": "evehey" }, | |
{ "w": "scratch", "r": "pyxuts" }, | |
{ "w": "console", "r": "pstpe" }, | |
{ "w": "tightly", "r": "alkos" }, | |
{ "w": "denying", "r": "latwat" }, | |
{ "w": "circles", "r": "ghithy" }, | |
{ "w": "farming", "r": "muzuz" }, | |
{ "w": "utilize", "r": "maygee" }, | |
{ "w": "jewelry", "r": "rhodoe" }, | |
{ "w": "nearest", "r": "bibkif" }, | |
{ "w": "clarify", "r": "kexpod" }, | |
{ "w": "tighter", "r": "suprip" }, | |
{ "w": "buildup", "r": "caraye" }, | |
{ "w": "retains", "r": "satnow" }, | |
{ "w": "judge's", "r": "cozfub" }, | |
{ "w": "journey", "r": "yukrya" }, | |
{ "w": "exceeds", "r": "fidods" }, | |
{ "w": "growers", "r": "roejob" }, | |
{ "w": "genuine", "r": "upsoat" }, | |
{ "w": "setback", "r": "labrid" }, | |
{ "w": "Mideast", "r": "yenwaw" }, | |
{ "w": "chronic", "r": "fetold" }, | |
{ "w": "lifting", "r": "kayelm" }, | |
{ "w": "backups", "r": "telecu" }, | |
{ "w": "suspend", "r": "foxalt" }, | |
{ "w": "Marines", "r": "owntit" }, | |
{ "w": "textile", "r": "barex" }, | |
{ "w": "shelves", "r": "fewgod" }, | |
{ "w": "militia", "r": "jogdog" }, | |
{ "w": "implies", "r": "tavwed" }, | |
{ "w": "polling", "r": "raggel" }, | |
{ "w": "skilled", "r": "zuuski" }, | |
{ "w": "taxable", "r": "nohsab" }, | |
{ "w": "awkward", "r": "nunnu" }, | |
{ "w": "refuses", "r": "sewtog" }, | |
{ "w": "ballots", "r": "fecub" }, | |
{ "w": "bullets", "r": "omfug" }, | |
{ "w": "silence", "r": "diffly" }, | |
{ "w": "Yitzhak", "r": "orni" }, | |
{ "w": "dismiss", "r": "leklot" }, | |
{ "w": "fatigue", "r": "padfen" }, | |
{ "w": "FORTRAN", "r": "wagall" }, | |
{ "w": "mystery", "r": "sagjag" }, | |
{ "w": "adapted", "r": "mopmus" }, | |
{ "w": "gainers", "r": "mempst" }, | |
{ "w": "integer", "r": "rawcig" }, | |
{ "w": "faction", "r": "mholin" }, | |
{ "w": "Coleman", "r": "syntau" }, | |
{ "w": "nominal", "r": "debfas" }, | |
{ "w": "NetView", "r": "allink" }, | |
{ "w": "loyalty", "r": "warale" }, | |
{ "w": "rescued", "r": "rimfit" }, | |
{ "w": "posting", "r": "cudiff" }, | |
{ "w": "flowing", "r": "gohes" }, | |
{ "w": "betting", "r": "jogo" }, | |
{ "w": "hazards", "r": "biofig" }, | |
{ "w": "Thomson", "r": "riagem" }, | |
{ "w": "shocked", "r": "ichre" }, | |
{ "w": "dragged", "r": "momyen" }, | |
{ "w": "pursued", "r": "inkgoa" }, | |
{ "w": "filings", "r": "legsuk" }, | |
{ "w": "spatial", "r": "armark" }, | |
{ "w": "MacWEEK", "r": "vumdog" }, | |
{ "w": "Courier", "r": "zipwhy" }, | |
{ "w": "secrets", "r": "deypia" }, | |
{ "w": "Gilbert", "r": "hadday" }, | |
{ "w": "plagued", "r": "oldtie" }, | |
{ "w": "sounded", "r": "areaw" }, | |
{ "w": "woman's", "r": "mumaa" }, | |
{ "w": "soaring", "r": "gormho" }, | |
{ "w": "receipt", "r": "pudjeu" }, | |
{ "w": "streams", "r": "pennus" }, | |
{ "w": "solvent", "r": "yinof" }, | |
{ "w": "sorting", "r": "dupnoo" }, | |
{ "w": "slashed", "r": "aniday" }, | |
{ "w": "spacing", "r": "agslit" }, | |
{ "w": "offense", "r": "bindad" }, | |
{ "w": "powered", "r": "gitsou" }, | |
{ "w": "notices", "r": "fehwha" }, | |
{ "w": "bearish", "r": "faghog" }, | |
{ "w": "Herbert", "r": "tosop" }, | |
{ "w": "Buffalo", "r": "fagcru" }, | |
{ "w": "belongs", "r": "gotbah" }, | |
{ "w": "Korea's", "r": "yagled" }, | |
{ "w": "seminar", "r": "nowden" }, | |
{ "w": "erupted", "r": "pururp" }, | |
{ "w": "relying", "r": "hambid" }, | |
{ "w": "lighter", "r": "bossop" }, | |
{ "w": "invoked", "r": "dalars" }, | |
{ "w": "tighten", "r": "hubbur" }, | |
{ "w": "Lloyd's", "r": "hypeme" }, | |
{ "w": "seasons", "r": "reswen" }, | |
{ "w": "ensures", "r": "addeb" }, | |
{ "w": "martial", "r": "mopmic" }, | |
{ "w": "fingers", "r": "zipgel" }, | |
{ "w": "honored", "r": "oatoat" }, | |
{ "w": "spurred", "r": "tawkas" }, | |
{ "w": "Armenia", "r": "dotyo" }, | |
{ "w": "dancing", "r": "natew" }, | |
{ "w": "Madison", "r": "fatorb" }, | |
{ "w": "Chevron", "r": "pepdib" }, | |
{ "w": "dangers", "r": "seilo" }, | |
{ "w": "barring", "r": "loghem" }, | |
{ "w": "exhaust", "r": "cosjoy" }, | |
{ "w": "Tribune", "r": "ernodd" }, | |
{ "w": "other's", "r": "wapcum" }, | |
{ "w": "armored", "r": "sothaw" }, | |
{ "w": "undergo", "r": "waryob" }, | |
{ "w": "gradual", "r": "oreapo" }, | |
{ "w": "pumping", "r": "ailso" }, | |
{ "w": "Freeman", "r": "dellye" }, | |
{ "w": "vaccine", "r": "camsom" }, | |
{ "w": "deserve", "r": "dexin" }, | |
{ "w": "Bancorp", "r": "haevas" }, | |
{ "w": "devised", "r": "rocrin" }, | |
{ "w": "Richter", "r": "hoage" }, | |
{ "w": "observe", "r": "newaga" }, | |
{ "w": "warfare", "r": "abasod" }, | |
{ "w": "lattice", "r": "feerax" }, | |
{ "w": "backlog", "r": "weway" }, | |
{ "w": "relaxed", "r": "koasib" }, | |
{ "w": "India's", "r": "apoarc" }, | |
{ "w": "Memphis", "r": "rawveg" }, | |
{ "w": "Toolkit", "r": "bibark" }, | |
{ "w": "amnesty", "r": "gobvow" }, | |
{ "w": "Alberta", "r": "ayvow" }, | |
{ "w": "hopeful", "r": "lapsuk" }, | |
{ "w": "widened", "r": "vugdab" }, | |
{ "w": "nowhere", "r": "goyrad" }, | |
{ "w": "Namibia", "r": "oafret" }, | |
{ "w": "merging", "r": "zeddol" }, | |
{ "w": "strains", "r": "areke" }, | |
{ "w": "Gregory", "r": "danrug" }, | |
{ "w": "fulfill", "r": "ozrif" }, | |
{ "w": "drafted", "r": "errdun" }, | |
{ "w": "subsidy", "r": "veeex" }, | |
{ "w": "jobless", "r": "belaba" }, | |
{ "w": "North's", "r": "oudbub" }, | |
{ "w": "Liberty", "r": "tonnod" }, | |
{ "w": "murders", "r": "xieon" }, | |
{ "w": "Watkins", "r": "cobfeu" }, | |
{ "w": "impacts", "r": "githow" }, | |
{ "w": "banning", "r": "benlob" }, | |
{ "w": "Nabisco", "r": "ahsroe" }, | |
{ "w": "crashes", "r": "shewab" }, | |
{ "w": "gunfire", "r": "zigaw" }, | |
{ "w": "O'Neill", "r": "gannob" }, | |
{ "w": "Brennan", "r": "sobudo" }, | |
{ "w": "Whitney", "r": "ayore" }, | |
{ "w": "yielded", "r": "lavbel" }, | |
{ "w": "Diamond", "r": "himmop" }, | |
{ "w": "stemmed", "r": "baraga" }, | |
{ "w": "startup", "r": "souulu" }, | |
{ "w": "prompts", "r": "cudsun" }, | |
{ "w": "Commons", "r": "piacis" }, | |
{ "w": "tritium", "r": "cawgnu" }, | |
{ "w": "Newport", "r": "awlyok" }, | |
{ "w": "Ukraine", "r": "antmoo" }, | |
{ "w": "revival", "r": "vegair" }, | |
{ "w": "Clayton", "r": "pugwow" }, | |
{ "w": "suppose", "r": "duerat" }, | |
{ "w": "wrapped", "r": "efsapt" }, | |
{ "w": "buffers", "r": "yinnag" }, | |
{ "w": "Timothy", "r": "finleu" }, | |
{ "w": "gravity", "r": "cawfoe" }, | |
{ "w": "outdoor", "r": "nopst" }, | |
{ "w": "glasses", "r": "telsim" }, | |
{ "w": "warming", "r": "sirthy" }, | |
{ "w": "methane", "r": "cozria" }, | |
{ "w": "pockets", "r": "opsdal" }, | |
{ "w": "proving", "r": "tilrem" }, | |
{ "w": "sensors", "r": "dueens" }, | |
{ "w": "lengths", "r": "offpul" }, | |
{ "w": "booming", "r": "anasen" }, | |
{ "w": "beaches", "r": "odeyup" }, | |
{ "w": "Vincent", "r": "ganazo" }, | |
{ "w": "slumped", "r": "wenpub" }, | |
{ "w": "bishops", "r": "yawal" }, | |
{ "w": "priests", "r": "damerg" }, | |
{ "w": "lasting", "r": "tedcut" }, | |
{ "w": "arrives", "r": "vigwab" }, | |
{ "w": "exclude", "r": "baycue" }, | |
{ "w": "stadium", "r": "barsei" }, | |
{ "w": "resides", "r": "hiclog" }, | |
{ "w": "differs", "r": "gaecel" }, | |
{ "w": "ceramic", "r": "obebrr" }, | |
{ "w": "arising", "r": "yomeel" }, | |
{ "w": "tankers", "r": "tavfob" }, | |
{ "w": "flooded", "r": "jobpea" }, | |
{ "w": "Hoffman", "r": "earits" }, | |
{ "w": "amazing", "r": "maxooh" }, | |
{ "w": "unaware", "r": "gumsly" }, | |
{ "w": "Carbide", "r": "eatwot" }, | |
{ "w": "easiest", "r": "aidde" }, | |
{ "w": "enemies", "r": "jighum" }, | |
{ "w": "folders", "r": "nobra" }, | |
{ "w": "asserts", "r": "domhm" }, | |
{ "w": "rulings", "r": "yakcam" }, | |
{ "w": "suburbs", "r": "gengae" }, | |
{ "w": "Lorenzo", "r": "kirrum" }, | |
{ "w": "Reuters", "r": "penay" }, | |
{ "w": "Warburg", "r": "enscue" }, | |
{ "w": "emulate", "r": "maxebb" }, | |
{ "w": "checker", "r": "oreope" }, | |
{ "w": "licence", "r": "zeecor" }, | |
{ "w": "hardest", "r": "nomkue" }, | |
{ "w": "centres", "r": "dibgam" }, | |
{ "w": "railway", "r": "emetit" }, | |
{ "w": "staging", "r": "zzzhut" }, | |
{ "w": "renewal", "r": "zeeras" }, | |
{ "w": "sizable", "r": "pitpip" }, | |
{ "w": "balloon", "r": "fithyp" }, | |
{ "w": "tenants", "r": "howkis" }, | |
{ "w": "fleeing", "r": "pewops" }, | |
{ "w": "twisted", "r": "leuopt" }, | |
{ "w": "sailors", "r": "fudore" }, | |
{ "w": "Eastman", "r": "ernfa" }, | |
{ "w": "essence", "r": "etawed" }, | |
{ "w": "Seagate", "r": "moswar" }, | |
{ "w": "migrate", "r": "acesup" }, | |
{ "w": "dialing", "r": "junton" }, | |
{ "w": "Wallace", "r": "psieat" }, | |
{ "w": "grabbed", "r": "liall" }, | |
{ "w": "overlay", "r": "ecupud" }, | |
{ "w": "weighed", "r": "sipbio" }, | |
{ "w": "fission", "r": "outmae" }, | |
{ "w": "dilemma", "r": "hewowe" }, | |
{ "w": "lesions", "r": "abowow" }, | |
{ "w": "Cuellar", "r": "serso" }, | |
{ "w": "ethical", "r": "dyeapt" }, | |
{ "w": "gallery", "r": "ragpol" }, | |
{ "w": "indexed", "r": "vatump" }, | |
{ "w": "horizon", "r": "viatip" }, | |
{ "w": "clinics", "r": "tinave" }, | |
{ "w": "endorse", "r": "bitop" }, | |
{ "w": "jumping", "r": "nisac" }, | |
{ "w": "angular", "r": "rerei" }, | |
{ "w": "pursuit", "r": "unpye" }, | |
{ "w": "blanket", "r": "pohah" }, | |
{ "w": "obscure", "r": "aelez" }, | |
{ "w": "drastic", "r": "xisyen" }, | |
{ "w": "diluted", "r": "damwos" }, | |
{ "w": "Simpson", "r": "ciszep" }, | |
{ "w": "gesture", "r": "oudgym" }, | |
{ "w": "Hopkins", "r": "nogmed" }, | |
{ "w": "concede", "r": "nimnot" }, | |
{ "w": "furnace", "r": "ledrep" }, | |
{ "w": "broaden", "r": "pecsee" }, | |
{ "w": "Hyundai", "r": "nitlaw" }, | |
{ "w": "prefers", "r": "fobgor" }, | |
{ "w": "fragile", "r": "hoyora" }, | |
{ "w": "rewards", "r": "jareye" }, | |
{ "w": "careers", "r": "shrep" }, | |
{ "w": "backers", "r": "soxgob" }, | |
{ "w": "spirits", "r": "obirei" }, | |
{ "w": "shallow", "r": "radlox" }, | |
{ "w": "software", "r": "outit" }, | |
{ "w": "business", "r": "ohmand" }, | |
{ "w": "products", "r": "hoydag" }, | |
{ "w": "computer", "r": "doegob" }, | |
{ "w": "American", "r": "hutpyx" }, | |
{ "w": "expected", "r": "rawsow" }, | |
{ "w": "industry", "r": "rockir" }, | |
{ "w": "reported", "r": "awacud" }, | |
{ "w": "interest", "r": "goant" }, | |
{ "w": "programs", "r": "ribago" }, | |
{ "w": "problems", "r": "gasuh" }, | |
{ "w": "increase", "r": "lekaid" }, | |
{ "w": "National", "r": "betump" }, | |
{ "w": "services", "r": "bumus" }, | |
{ "w": "standard", "r": "bowink" }, | |
{ "w": "economic", "r": "ahsfib" }, | |
{ "w": "Thursday", "r": "ughred" }, | |
{ "w": "features", "r": "megxu" }, | |
{ "w": "director", "r": "pughen" }, | |
{ "w": "military", "r": "aftbal" }, | |
{ "w": "official", "r": "camtag" }, | |
{ "w": "chairman", "r": "bosox" }, | |
{ "w": "Japanese", "r": "aibug" }, | |
{ "w": "includes", "r": "sixmho" }, | |
{ "w": "database", "r": "sissen" }, | |
{ "w": "provides", "r": "haebe" }, | |
{ "w": "addition", "r": "mhotwo" }, | |
{ "w": "decision", "r": "libsit" }, | |
{ "w": "compared", "r": "lobpit" }, | |
{ "w": "recently", "r": "yenlam" }, | |
{ "w": "proposed", "r": "fesfat" }, | |
{ "w": "Congress", "r": "wogdah" }, | |
{ "w": "contract", "r": "sacwho" }, | |
{ "w": "research", "r": "neyuk" }, | |
{ "w": "received", "r": "lumsyn" }, | |
{ "w": "Exchange", "r": "yehdag" }, | |
{ "w": "graphics", "r": "maccad" }, | |
{ "w": "designed", "r": "vumdap" }, | |
{ "w": "European", "r": "dalrib" }, | |
{ "w": "earnings", "r": "beywho" }, | |
{ "w": "analysts", "r": "popuse" }, | |
{ "w": "continue", "r": "tuppul" }, | |
{ "w": "security", "r": "nimvoe" }, | |
{ "w": "included", "r": "lavova" }, | |
{ "w": "required", "r": "nobora" }, | |
{ "w": "hardware", "r": "goxrom" }, | |
{ "w": "networks", "r": "urdfag" }, | |
{ "w": "campaign", "r": "saeeau" }, | |
{ "w": "children", "r": "yokpye" }, | |
{ "w": "machines", "r": "jarlap" }, | |
{ "w": "analysis", "r": "fabnip" }, | |
{ "w": "function", "r": "tyelas" }, | |
{ "w": "released", "r": "gulbis" }, | |
{ "w": "personal", "r": "tiejee" }, | |
{ "w": "position", "r": "yetsag" }, | |
{ "w": "previous", "r": "tauaal" }, | |
{ "w": "involved", "r": "zitho" }, | |
{ "w": "together", "r": "kipere" }, | |
{ "w": "declined", "r": "tagilk" }, | |
{ "w": "existing", "r": "srijab" }, | |
{ "w": "students", "r": "marcig" }, | |
{ "w": "Saturday", "r": "lednub" }, | |
{ "w": "pressure", "r": "belyak" }, | |
{ "w": "provided", "r": "baghet" }, | |
{ "w": "approach", "r": "ramwar" }, | |
{ "w": "offering", "r": "catzas" }, | |
{ "w": "spending", "r": "sadtax" }, | |
{ "w": "December", "r": "piens" }, | |
{ "w": "managers", "r": "srima" }, | |
{ "w": "proposal", "r": "jutfe" }, | |
{ "w": "specific", "r": "wottoy" }, | |
{ "w": "response", "r": "yapapo" }, | |
{ "w": "supports", "r": "efpal" }, | |
{ "w": "requires", "r": "cwmads" }, | |
{ "w": "multiple", "r": "ewehue" }, | |
{ "w": "separate", "r": "aytae" }, | |
{ "w": "directly", "r": "ohmlex" }, | |
{ "w": "nation's", "r": "cobsoy" }, | |
{ "w": "document", "r": "fewtis" }, | |
{ "w": "training", "r": "sabbar" }, | |
{ "w": "November", "r": "boxars" }, | |
{ "w": "purchase", "r": "mixgum" }, | |
{ "w": "strategy", "r": "modrun" }, | |
{ "w": "transfer", "r": "ceepi" }, | |
{ "w": "approved", "r": "ramjow" }, | |
{ "w": "benefits", "r": "papog" }, | |
{ "w": "election", "r": "tutdos" }, | |
{ "w": "February", "r": "sukhep" }, | |
{ "w": "original", "r": "nipfey" }, | |
{ "w": "capacity", "r": "pahtam" }, | |
{ "w": "solution", "r": "tuxcis" }, | |
{ "w": "evidence", "r": "oizuz" }, | |
{ "w": "division", "r": "yumfop" }, | |
{ "w": "planning", "r": "tuxave" }, | |
{ "w": "produced", "r": "erasau" }, | |
{ "w": "activity", "r": "fobmay" }, | |
{ "w": "Treasury", "r": "kuemig" }, | |
{ "w": "consider", "r": "powya" }, | |
{ "w": "customer", "r": "sowig" }, | |
{ "w": "powerful", "r": "anaer" }, | |
{ "w": "Minister", "r": "caytap" }, | |
{ "w": "attorney", "r": "phtwax" }, | |
{ "w": "versions", "r": "nawguv" }, | |
{ "w": "consumer", "r": "cisfun" }, | |
{ "w": "domestic", "r": "suqill" }, | |
{ "w": "followed", "r": "fagmoo" }, | |
{ "w": "projects", "r": "thyyou" }, | |
{ "w": "property", "r": "jigmix" }, | |
{ "w": "packages", "r": "engwed" }, | |
{ "w": "obtained", "r": "belgot" }, | |
{ "w": "slightly", "r": "selgut" }, | |
{ "w": "internal", "r": "edhais" }, | |
{ "w": "improved", "r": "armnan" }, | |
{ "w": "patients", "r": "nildab" }, | |
{ "w": "printers", "r": "newhot" }, | |
{ "w": "wouldn't", "r": "abysea" }, | |
{ "w": "material", "r": "voegor" }, | |
{ "w": "actually", "r": "pstgul" }, | |
{ "w": "approval", "r": "aalni" }, | |
{ "w": "majority", "r": "rutapo" }, | |
{ "w": "couldn't", "r": "ergpay" }, | |
{ "w": "Canadian", "r": "noraim" }, | |
{ "w": "agencies", "r": "momsoy" }, | |
{ "w": "comments", "r": "benwot" }, | |
{ "w": "soldiers", "r": "nitsab" }, | |
{ "w": "contains", "r": "gymtut" }, | |
{ "w": "measures", "r": "yephaw" }, | |
{ "w": "hospital", "r": "juntow" }, | |
{ "w": "arrested", "r": "altnob" }, | |
{ "w": "advanced", "r": "bugmas" }, | |
{ "w": "accounts", "r": "eggtsk" }, | |
{ "w": "appeared", "r": "kitteg" }, | |
{ "w": "officers", "r": "wudroc" }, | |
{ "w": "payments", "r": "lumhet" }, | |
{ "w": "critical", "r": "micamu" }, | |
{ "w": "facility", "r": "bareds" }, | |
{ "w": "recovery", "r": "jinpea" }, | |
{ "w": "takeover", "r": "xisahi" }, | |
{ "w": "currency", "r": "baaawl" }, | |
{ "w": "District", "r": "lavup" }, | |
{ "w": "believed", "r": "ivydom" }, | |
{ "w": "chemical", "r": "roctod" }, | |
{ "w": "returned", "r": "wudkey" }, | |
{ "w": "aircraft", "r": "gapmap" }, | |
{ "w": "Ethernet", "r": "punyes" }, | |
{ "w": "extended", "r": "pacbal" }, | |
{ "w": "commands", "r": "kamod" }, | |
{ "w": "concerns", "r": "fabkoi" }, | |
{ "w": "believes", "r": "hopmay" }, | |
{ "w": "policies", "r": "adway" }, | |
{ "w": "acquired", "r": "fohkos" }, | |
{ "w": "fighting", "r": "yowoff" }, | |
{ "w": "regional", "r": "belcox" }, | |
{ "w": "controls", "r": "elloud" }, | |
{ "w": "intended", "r": "cupbaa" }, | |
{ "w": "prepared", "r": "sosray" }, | |
{ "w": "allowing", "r": "weteft" }, | |
{ "w": "maintain", "r": "taspea" }, | |
{ "w": "delivery", "r": "doeyom" }, | |
{ "w": "strength", "r": "arsken" }, | |
{ "w": "remained", "r": "zedsip" }, | |
{ "w": "rejected", "r": "popmyc" }, | |
{ "w": "selected", "r": "sirsei" }, | |
{ "w": "movement", "r": "yenhod" }, | |
{ "w": "dividend", "r": "fecow" }, | |
{ "w": "starting", "r": "riaops" }, | |
{ "w": "keyboard", "r": "godrex" }, | |
{ "w": "parallel", "r": "olid" }, | |
{ "w": "supplies", "r": "owelev" }, | |
{ "w": "elements", "r": "vassue" }, | |
{ "w": "external", "r": "pigpal" }, | |
{ "w": "combined", "r": "momdef" }, | |
{ "w": "instance", "r": "sadare" }, | |
{ "w": "creating", "r": "dubex" }, | |
{ "w": "terminal", "r": "bitraw" }, | |
{ "w": "hundreds", "r": "iffrug" }, | |
{ "w": "occurred", "r": "spaoaf" }, | |
{ "w": "progress", "r": "urpout" }, | |
{ "w": "magazine", "r": "arfyon" }, | |
{ "w": "messages", "r": "beif" }, | |
{ "w": "southern", "r": "kabis" }, | |
{ "w": "northern", "r": "addon" }, | |
{ "w": "printing", "r": "wopaw" }, | |
{ "w": "practice", "r": "ryesax" }, | |
{ "w": "measured", "r": "urdled" }, | |
{ "w": "estimate", "r": "erehie" }, | |
{ "w": "families", "r": "polhoe" }, | |
{ "w": "finished", "r": "areand" }, | |
{ "w": "launched", "r": "eauhoe" }, | |
{ "w": "physical", "r": "deloak" }, | |
{ "w": "stations", "r": "utshaj" }, | |
{ "w": "affected", "r": "jughot" }, | |
{ "w": "reaction", "r": "yinrom" }, | |
{ "w": "managing", "r": "piegal" }, | |
{ "w": "indicate", "r": "eggmac" }, | |
{ "w": "presence", "r": "cryrye" }, | |
{ "w": "positive", "r": "waesox" }, | |
{ "w": "changing", "r": "yuppow" }, | |
{ "w": "violence", "r": "arsgor" }, | |
{ "w": "becoming", "r": "fudmim" }, | |
{ "w": "platform", "r": "libmar" }, | |
{ "w": "suffered", "r": "mixoft" }, | |
{ "w": "employee", "r": "pewdaw" }, | |
{ "w": "revenues", "r": "wanalt" }, | |
{ "w": "handling", "r": "mobmew" }, | |
{ "w": "expanded", "r": "earrah" }, | |
{ "w": "turnover", "r": "litbio" }, | |
{ "w": "Commerce", "r": "zinbum" }, | |
{ "w": "Airlines", "r": "arbcan" }, | |
{ "w": "observed", "r": "ohsbar" }, | |
{ "w": "accident", "r": "getohm" }, | |
{ "w": "contrast", "r": "tambro" }, | |
{ "w": "Ministry", "r": "pstago" }, | |
{ "w": "protocol", "r": "goyalb" }, | |
{ "w": "declared", "r": "gatrip" }, | |
{ "w": "shipping", "r": "tuthoy" }, | |
{ "w": "criminal", "r": "yumpa" }, | |
{ "w": "accepted", "r": "owhoe" }, | |
{ "w": "discount", "r": "rodtaw" }, | |
{ "w": "displays", "r": "goxyea" }, | |
{ "w": "promised", "r": "hutbar" }, | |
{ "w": "forecast", "r": "tryope" }, | |
{ "w": "vehicles", "r": "teetow" }, | |
{ "w": "location", "r": "orayah" }, | |
{ "w": "familiar", "r": "pigfou" }, | |
{ "w": "meetings", "r": "hewwos" }, | |
{ "w": "investor", "r": "riatad" }, | |
{ "w": "reducing", "r": "deygad" }, | |
{ "w": "identify", "r": "asphi" }, | |
{ "w": "portable", "r": "gnuqat" }, | |
{ "w": "carrying", "r": "ekeick" }, | |
{ "w": "schedule", "r": "macore" }, | |
{ "w": "reviewed", "r": "koame" }, | |
{ "w": "expenses", "r": "oatdub" }, | |
{ "w": "generate", "r": "ellzed" }, | |
{ "w": "consists", "r": "murec" }, | |
{ "w": "partners", "r": "offhap" }, | |
{ "w": "behavior", "r": "jotat" }, | |
{ "w": "overseas", "r": "difwaw" }, | |
{ "w": "daughter", "r": "nanhoe" }, | |
{ "w": "achieved", "r": "abydye" }, | |
{ "w": "Pentagon", "r": "duplat" }, | |
{ "w": "millions", "r": "mayleu" }, | |
{ "w": "detailed", "r": "qiono" }, | |
{ "w": "enhanced", "r": "lagrec" }, | |
{ "w": "relative", "r": "uhavo" }, | |
{ "w": "governor", "r": "egodie" }, | |
{ "w": "Atlantic", "r": "rhobal" }, | |
{ "w": "negative", "r": "awadz" }, | |
{ "w": "suggests", "r": "wefes" }, | |
{ "w": "operator", "r": "vactom" }, | |
{ "w": "reserves", "r": "telell" }, | |
{ "w": "replaced", "r": "insqi" }, | |
{ "w": "magnetic", "r": "fonnib" }, | |
{ "w": "Electric", "r": "cawyam" }, | |
{ "w": "operates", "r": "pophie" }, | |
{ "w": "exposure", "r": "filsab" }, | |
{ "w": "incident", "r": "ohscol" }, | |
{ "w": "Williams", "r": "masyak" }, | |
{ "w": "somewhat", "r": "resfay" }, | |
{ "w": "mortgage", "r": "punyeh" }, | |
{ "w": "politics", "r": "owis" }, | |
{ "w": "assembly", "r": "hipami" }, | |
{ "w": "resigned", "r": "sealay" }, | |
{ "w": "requests", "r": "lismaw" }, | |
{ "w": "unlikely", "r": "tatrun" }, | |
{ "w": "producer", "r": "oejag" }, | |
{ "w": "speaking", "r": "rinwoo" }, | |
{ "w": "compiler", "r": "flyole" }, | |
{ "w": "missiles", "r": "nayod" }, | |
{ "w": "Chrysler", "r": "esspye" }, | |
{ "w": "Columbia", "r": "baatop" }, | |
{ "w": "audience", "r": "ripoes" }, | |
{ "w": "citizens", "r": "winyep" }, | |
{ "w": "resulted", "r": "papbun" }, | |
{ "w": "involves", "r": "fezhm" }, | |
{ "w": "monitors", "r": "lasum" }, | |
{ "w": "coverage", "r": "cosoat" }, | |
{ "w": "minority", "r": "dagefs" }, | |
{ "w": "produces", "r": "xuha" }, | |
{ "w": "Moreover", "r": "sotmop" }, | |
{ "w": "strongly", "r": "domjee" }, | |
{ "w": "injuries", "r": "gobgan" }, | |
{ "w": "thinking", "r": "awnyok" }, | |
{ "w": "recorded", "r": "badpa" }, | |
{ "w": "possibly", "r": "elsrob" }, | |
{ "w": "purposes", "r": "gayaxe" }, | |
{ "w": "learning", "r": "rahrap" }, | |
{ "w": "bringing", "r": "pusavo" }, | |
{ "w": "normally", "r": "misid" }, | |
{ "w": "built-in", "r": "vidday" }, | |
{ "w": "examined", "r": "saetae" }, | |
{ "w": "conflict", "r": "goohog" }, | |
{ "w": "gasoline", "r": "vatli" }, | |
{ "w": "sessions", "r": "korumm" }, | |
{ "w": "prompted", "r": "maelug" }, | |
{ "w": "sections", "r": "jewlip" }, | |
{ "w": "Brothers", "r": "popoca" }, | |
{ "w": "attempts", "r": "nohpht" }, | |
{ "w": "occupied", "r": "titab" }, | |
{ "w": "Catholic", "r": "hunoi" }, | |
{ "w": "announce", "r": "tadpip" }, | |
{ "w": "resource", "r": "hatnaw" }, | |
{ "w": "apparent", "r": "badid" }, | |
{ "w": "category", "r": "kepdos" }, | |
{ "w": "high-end", "r": "cobwed" }, | |
{ "w": "creation", "r": "paslex" }, | |
{ "w": "remember", "r": "nomfa" }, | |
{ "w": "disaster", "r": "udolet" }, | |
{ "w": "shooting", "r": "wasear" }, | |
{ "w": "abortion", "r": "irkted" }, | |
{ "w": "annually", "r": "vextun" }, | |
{ "w": "Democrat", "r": "reswok" }, | |
{ "w": "channels", "r": "sewsuq" }, | |
{ "w": "variable", "r": "elgut" }, | |
{ "w": "flexible", "r": "youaye" }, | |
{ "w": "Motorola", "r": "neus" }, | |
{ "w": "invasion", "r": "eelwax" }, | |
{ "w": "carriers", "r": "ionmel" }, | |
{ "w": "straight", "r": "dalbig" }, | |
{ "w": "protests", "r": "hesoba" }, | |
{ "w": "attached", "r": "bigvav" }, | |
{ "w": "hostages", "r": "maclib" }, | |
{ "w": "electron", "r": "toodye" }, | |
{ "w": "criteria", "r": "duewon" }, | |
{ "w": "admitted", "r": "itpiu" }, | |
{ "w": "formerly", "r": "dagkin" }, | |
{ "w": "modified", "r": "dayhon" }, | |
{ "w": "supposed", "r": "reffud" }, | |
{ "w": "argument", "r": "slyjaw" }, | |
{ "w": "supplied", "r": "duoaal" }, | |
{ "w": "stronger", "r": "edhsea" }, | |
{ "w": "describe", "r": "leapul" }, | |
{ "w": "Carolina", "r": "piuloo" }, | |
{ "w": "entirely", "r": "tabatt" }, | |
{ "w": "examples", "r": "emsoot" }, | |
{ "w": "Shearson", "r": "anagos" }, | |
{ "w": "deadline", "r": "phieh" }, | |
{ "w": "exercise", "r": "vasalt" }, | |
{ "w": "adequate", "r": "essdal" }, | |
{ "w": "monetary", "r": "petso" }, | |
{ "w": "findings", "r": "disold" }, | |
{ "w": "constant", "r": "ivyhae" }, | |
{ "w": "numerous", "r": "yawha" }, | |
{ "w": "alliance", "r": "cubtil" }, | |
{ "w": "presents", "r": "kabhup" }, | |
{ "w": "optional", "r": "delaw" }, | |
{ "w": "assigned", "r": "ridow" }, | |
{ "w": "publicly", "r": "eekyay" }, | |
{ "w": "moderate", "r": "figpod" }, | |
{ "w": "deposits", "r": "foxhic" }, | |
{ "w": "adjusted", "r": "spagas" }, | |
{ "w": "emphasis", "r": "nohrye" }, | |
{ "w": "properly", "r": "abobe" }, | |
{ "w": "attended", "r": "ateant" }, | |
{ "w": "priority", "r": "erepox" }, | |
{ "w": "accurate", "r": "sophyp" }, | |
{ "w": "operated", "r": "feznab" }, | |
{ "w": "directed", "r": "yeoz" }, | |
{ "w": "collapse", "r": "zuuait" }, | |
{ "w": "demanded", "r": "gemwen" }, | |
{ "w": "teachers", "r": "boxpat" }, | |
{ "w": "standing", "r": "peafry" }, | |
{ "w": "holdings", "r": "hespe" }, | |
{ "w": "reflects", "r": "bysmib" }, | |
{ "w": "revealed", "r": "nebmet" }, | |
{ "w": "engineer", "r": "hatfoy" }, | |
{ "w": "civilian", "r": "engfer" }, | |
{ "w": "pictures", "r": "momjoe" }, | |
{ "w": "attacked", "r": "dipdam" }, | |
{ "w": "declines", "r": "irefoy" }, | |
{ "w": "contents", "r": "wisbin" }, | |
{ "w": "entering", "r": "errcab" }, | |
{ "w": "supplier", "r": "ifsurb" }, | |
{ "w": "proceeds", "r": "dahsi" }, | |
{ "w": "equipped", "r": "nilboa" }, | |
{ "w": "promises", "r": "sunyin" }, | |
{ "w": "reliable", "r": "yapwag" }, | |
{ "w": "greatest", "r": "aceyam" }, | |
{ "w": "patterns", "r": "cotjay" }, | |
{ "w": "province", "r": "niljob" }, | |
{ "w": "cellular", "r": "jamlam" }, | |
{ "w": "Republic", "r": "pacewe" }, | |
{ "w": "shopping", "r": "garyew" }, | |
{ "w": "imported", "r": "vegsum" }, | |
{ "w": "downtown", "r": "phtobe" }, | |
{ "w": "suitable", "r": "ratore" }, | |
{ "w": "troubled", "r": "peeton" }, | |
{ "w": "employed", "r": "diedye" }, | |
{ "w": "sequence", "r": "zagtsk" }, | |
{ "w": "market's", "r": "ahspas" }, | |
{ "w": "valuable", "r": "luvhi" }, | |
{ "w": "captured", "r": "exnob" }, | |
{ "w": "repeated", "r": "tofir" }, | |
{ "w": "vertical", "r": "defjut" }, | |
{ "w": "Friday's", "r": "pegfig" }, | |
{ "w": "LaserJet", "r": "zoosab" }, | |
{ "w": "struggle", "r": "cwmera" }, | |
{ "w": "hearings", "r": "mumewe" }, | |
{ "w": "refugees", "r": "hexhmm" }, | |
{ "w": "Anderson", "r": "lopvee" }, | |
{ "w": "dramatic", "r": "mubox" }, | |
{ "w": "evaluate", "r": "oxokue" }, | |
{ "w": "covering", "r": "kidpit" }, | |
{ "w": "routines", "r": "bibfiz" }, | |
{ "w": "accuracy", "r": "innmos" }, | |
{ "w": "anywhere", "r": "resgid" }, | |
{ "w": "explains", "r": "tewel" }, | |
{ "w": "weakness", "r": "owbes" }, | |
{ "w": "Pakistan", "r": "emmeg" }, | |
{ "w": "ordinary", "r": "whaudo" }, | |
{ "w": "hydrogen", "r": "iftip" }, | |
{ "w": "gathered", "r": "funfly" }, | |
{ "w": "resident", "r": "aillap" }, | |
{ "w": "favorite", "r": "lamkeg" }, | |
{ "w": "decrease", "r": "earmm" }, | |
{ "w": "sterling", "r": "impoaf" }, | |
{ "w": "Lawrence", "r": "odsnay" }, | |
{ "w": "watching", "r": "coryea" }, | |
{ "w": "executed", "r": "awnvid" }, | |
{ "w": "referred", "r": "tegjib" }, | |
{ "w": "pipeline", "r": "tavars" }, | |
{ "w": "tracking", "r": "awgym" }, | |
{ "w": "insisted", "r": "soxrot" }, | |
{ "w": "overhead", "r": "tofit" }, | |
{ "w": "warranty", "r": "uludol" }, | |
{ "w": "reporter", "r": "ribhot" }, | |
{ "w": "switches", "r": "owesky" }, | |
{ "w": "pressing", "r": "tennus" }, | |
{ "w": "Reagan's", "r": "boanab" }, | |
{ "w": "Interior", "r": "nippya" }, | |
{ "w": "enormous", "r": "elksun" }, | |
{ "w": "modeling", "r": "acttsk" }, | |
{ "w": "releases", "r": "melgab" }, | |
{ "w": "uprising", "r": "leieek" }, | |
{ "w": "emerging", "r": "debefs" }, | |
{ "w": "advances", "r": "hmins" }, | |
{ "w": "disclose", "r": "hiporb" }, | |
{ "w": "invested", "r": "jaybos" }, | |
{ "w": "disposal", "r": "drysir" }, | |
{ "w": "register", "r": "urpsit" }, | |
{ "w": "targeted", "r": "munpis" }, | |
{ "w": "prospect", "r": "ahsvug" }, | |
{ "w": "spectrum", "r": "reijay" }, | |
{ "w": "tomorrow", "r": "qatavo" }, | |
{ "w": "Monday's", "r": "tyeebb" }, | |
{ "w": "Memorial", "r": "mycyen" }, | |
{ "w": "compound", "r": "papeat" }, | |
{ "w": "friendly", "r": "outen" }, | |
{ "w": "analyzed", "r": "arcyak" }, | |
{ "w": "breaking", "r": "omsits" }, | |
{ "w": "judgment", "r": "apoilk" }, | |
{ "w": "two-year", "r": "tagrep" }, | |
{ "w": "relevant", "r": "hawyet" }, | |
{ "w": "reaching", "r": "utaxe" }, | |
{ "w": "homeless", "r": "skabe" }, | |
{ "w": "ceremony", "r": "cabnom" }, | |
{ "w": "notebook", "r": "fascue" }, | |
{ "w": "circuits", "r": "kadoc" }, | |
{ "w": "emission", "r": "albism" }, | |
{ "w": "shortage", "r": "varals" }, | |
{ "w": "equation", "r": "ceeaah" }, | |
{ "w": "realized", "r": "dinjet" }, | |
{ "w": "concrete", "r": "benhoe" }, | |
{ "w": "resolved", "r": "pawhah" }, | |
{ "w": "checking", "r": "gabour" }, | |
{ "w": "segments", "r": "xidex" }, | |
{ "w": "superior", "r": "looode" }, | |
{ "w": "People's", "r": "fubvig" }, | |
{ "w": "Mitchell", "r": "nettwa" }, | |
{ "w": "advisers", "r": "asknun" }, | |
{ "w": "Campbell", "r": "orsyep" }, | |
{ "w": "attitude", "r": "polboo" }, | |
{ "w": "violated", "r": "rodaba" }, | |
{ "w": "upgrades", "r": "bowmi" }, | |
{ "w": "senators", "r": "gethup" }, | |
{ "w": "branches", "r": "todahi" }, | |
{ "w": "petition", "r": "feebug" }, | |
{ "w": "eligible", "r": "coddoc" }, | |
{ "w": "low-cost", "r": "lasal" }, | |
{ "w": "momentum", "r": "piuhit" }, | |
{ "w": "barriers", "r": "weedaw" }, | |
{ "w": "studying", "r": "tupcaw" }, | |
{ "w": "scanning", "r": "byssay" }, | |
{ "w": "Israel's", "r": "seeopt" }, | |
{ "w": "overcome", "r": "nabick" }, | |
{ "w": "quarters", "r": "oldoak" }, | |
{ "w": "arranged", "r": "webzas" }, | |
{ "w": "Thatcher", "r": "odsag" }, | |
{ "w": "detected", "r": "egodor" }, | |
{ "w": "concepts", "r": "oursay" }, | |
{ "w": "graduate", "r": "rifled" }, | |
{ "w": "visitors", "r": "teecwm" }, | |
{ "w": "withdraw", "r": "binfan" }, | |
{ "w": "survived", "r": "lumfag" }, | |
{ "w": "claiming", "r": "spylie" }, | |
{ "w": "particle", "r": "aitags" }, | |
{ "w": "formally", "r": "motdun" }, | |
{ "w": "performs", "r": "tutnom" }, | |
{ "w": "lawsuits", "r": "oohxis" }, | |
{ "w": "baseball", "r": "oxytea" }, | |
{ "w": "articles", "r": "marvia" }, | |
{ "w": "contends", "r": "effdan" }, | |
{ "w": "agency's", "r": "dipooh" }, | |
{ "w": "one-year", "r": "hatyin" }, | |
{ "w": "retailer", "r": "hoblat" }, | |
{ "w": "failures", "r": "rotvee" }, | |
{ "w": "upgraded", "r": "airwar" }, | |
{ "w": "unveiled", "r": "eekeke" }, | |
{ "w": "Thompson", "r": "nahmar" }, | |
{ "w": "compiled", "r": "wetmol" }, | |
{ "w": "Reynolds", "r": "ovaefs" }, | |
{ "w": "cultural", "r": "simuh" }, | |
{ "w": "system's", "r": "perdef" }, | |
{ "w": "calendar", "r": "sitdie" }, | |
{ "w": "actively", "r": "psinot" }, | |
{ "w": "adapters", "r": "dotleu" }, | |
{ "w": "fraction", "r": "duhkex" }, | |
{ "w": "dollar's", "r": "yokarm" }, | |
{ "w": "clothing", "r": "ergvau" }, | |
{ "w": "Stanford", "r": "rexyo" }, | |
{ "w": "Aviation", "r": "owfur" }, | |
{ "w": "predicts", "r": "pintao" }, | |
{ "w": "dialogue", "r": "butdig" }, | |
{ "w": "isolated", "r": "dagpeh" }, | |
{ "w": "focusing", "r": "laprag" }, | |
{ "w": "canceled", "r": "saboms" }, | |
{ "w": "informed", "r": "ahspic" }, | |
{ "w": "receives", "r": "wenana" }, | |
{ "w": "switched", "r": "hotvid" }, | |
{ "w": "frequent", "r": "hitshe" }, | |
{ "w": "football", "r": "elmwop" }, | |
{ "w": "survival", "r": "tiepit" }, | |
{ "w": "licenses", "r": "hoop" }, | |
{ "w": "analyses", "r": "paxma" }, | |
{ "w": "cautious", "r": "cepdow" }, | |
{ "w": "contacts", "r": "olnu" }, | |
{ "w": "password", "r": "legti" }, | |
{ "w": "averaged", "r": "tistug" }, | |
{ "w": "regarded", "r": "fenalt" }, | |
{ "w": "embedded", "r": "migvas" }, | |
{ "w": "licensed", "r": "gotjaw" }, | |
{ "w": "ventures", "r": "tisami" }, | |
{ "w": "striking", "r": "lopdid" }, | |
{ "w": "stressed", "r": "demos" }, | |
{ "w": "settings", "r": "pimog" }, | |
{ "w": "recalled", "r": "basria" }, | |
{ "w": "clinical", "r": "dolpug" }, | |
{ "w": "totaling", "r": "hypais" }, | |
{ "w": "opposite", "r": "geygoo" }, | |
{ "w": "charging", "r": "skyto" }, | |
{ "w": "combines", "r": "zoowan" }, | |
{ "w": "shipment", "r": "utfou" }, | |
{ "w": "drilling", "r": "runmag" }, | |
{ "w": "exploded", "r": "ohmgey" }, | |
{ "w": "designer", "r": "actrid" }, | |
{ "w": "dominant", "r": "rubrem" }, | |
{ "w": "salaries", "r": "roebat" }, | |
{ "w": "defeated", "r": "nogact" }, | |
{ "w": "entitled", "r": "monsic" }, | |
{ "w": "indicted", "r": "fixabo" }, | |
{ "w": "choosing", "r": "himado" }, | |
{ "w": "teaching", "r": "bahmig" }, | |
{ "w": "thousand", "r": "katmir" }, | |
{ "w": "surveyed", "r": "galwar" }, | |
{ "w": "revision", "r": "parjot" }, | |
{ "w": "historic", "r": "cozem" }, | |
{ "w": "succeeds", "r": "naers" }, | |
{ "w": "warrants", "r": "rapvaw" }, | |
{ "w": "innocent", "r": "sopvat" }, | |
{ "w": "medicine", "r": "zaxbi" }, | |
{ "w": "drinking", "r": "wowgym" }, | |
{ "w": "visiting", "r": "reeseg" }, | |
{ "w": "trillion", "r": "suemo" }, | |
{ "w": "dropping", "r": "aukfin" }, | |
{ "w": "outlined", "r": "nagmi" }, | |
{ "w": "identity", "r": "urnodd" }, | |
{ "w": "Margaret", "r": "rainee" }, | |
{ "w": "sluggish", "r": "monpro" }, | |
{ "w": "ultimate", "r": "peyid" }, | |
{ "w": "commonly", "r": "nabbam" }, | |
{ "w": "Symphony", "r": "namrib" }, | |
{ "w": "retained", "r": "youaby" }, | |
{ "w": "academic", "r": "sotan" }, | |
{ "w": "in-house", "r": "logpul" }, | |
{ "w": "relation", "r": "runman" }, | |
{ "w": "volatile", "r": "keaos" }, | |
{ "w": "scanners", "r": "usepes" }, | |
{ "w": "matching", "r": "askwee" }, | |
{ "w": "Robinson", "r": "waghut" }, | |
{ "w": "creative", "r": "sexmom" }, | |
{ "w": "limiting", "r": "seareg" }, | |
{ "w": "Brussels", "r": "hashow" }, | |
{ "w": "painting", "r": "saxfee" }, | |
{ "w": "one-time", "r": "dayli" }, | |
{ "w": "railroad", "r": "appfit" }, | |
{ "w": "drawings", "r": "sipill" }, | |
{ "w": "Citicorp", "r": "uttau" }, | |
{ "w": "portions", "r": "nthace" }, | |
{ "w": "Lebanese", "r": "megcur" }, | |
{ "w": "subjects", "r": "piscud" }, | |
{ "w": "Israelis", "r": "icywar" }, | |
{ "w": "Scotland", "r": "zaszip" }, | |
{ "w": "Phillips", "r": "hisalp" }, | |
{ "w": "suburban", "r": "zinpan" }, | |
{ "w": "midnight", "r": "fizten" }, | |
{ "w": "Europe's", "r": "vumbop" }, | |
{ "w": "appealed", "r": "torthy" }, | |
{ "w": "slowdown", "r": "agodim" }, | |
{ "w": "velocity", "r": "upoha" }, | |
{ "w": "Salvador", "r": "weedim" }, | |
{ "w": "Berkeley", "r": "webcog" }, | |
{ "w": "reactors", "r": "pahos" }, | |
{ "w": "exceeded", "r": "tetkas" }, | |
{ "w": "boundary", "r": "oesurn" }, | |
{ "w": "disputes", "r": "humwok" }, | |
{ "w": "advisory", "r": "qisnam" }, | |
{ "w": "peaceful", "r": "nodtag" }, | |
{ "w": "tourists", "r": "arfnun" }, | |
{ "w": "Montreal", "r": "opsheh" }, | |
{ "w": "cleaning", "r": "vandad" }, | |
{ "w": "restored", "r": "wawrex" }, | |
{ "w": "vacation", "r": "paxsri" }, | |
{ "w": "London's", "r": "nahuke" }, | |
{ "w": "surfaces", "r": "taevia" }, | |
{ "w": "somebody", "r": "bedyen" }, | |
{ "w": "longtime", "r": "dolfie" }, | |
{ "w": "absolute", "r": "sitcow" }, | |
{ "w": "preserve", "r": "shenog" }, | |
{ "w": "accessed", "r": "frobar" }, | |
{ "w": "Marshall", "r": "faxsum" }, | |
{ "w": "incoming", "r": "henlow" }, | |
{ "w": "complain", "r": "owebeg" }, | |
{ "w": "Colombia", "r": "zzztew" }, | |
{ "w": "Novell's", "r": "zapub" }, | |
{ "w": "mistakes", "r": "migfag" }, | |
{ "w": "veterans", "r": "slypug" }, | |
{ "w": "disabled", "r": "norhex" }, | |
{ "w": "endorsed", "r": "obesos" }, | |
{ "w": "bulletin", "r": "baamop" }, | |
{ "w": "aluminum", "r": "jeupen" }, | |
{ "w": "removing", "r": "kabode" }, | |
{ "w": "awaiting", "r": "sumre" }, | |
{ "w": "exciting", "r": "polqis" }, | |
{ "w": "suspects", "r": "waprex" }, | |
{ "w": "whenever", "r": "dawawn" }, | |
{ "w": "offshore", "r": "kueoar" }, | |
{ "w": "deciding", "r": "dyemyc" }, | |
{ "w": "compares", "r": "yeand" }, | |
{ "w": "severely", "r": "yahmir" }, | |
{ "w": "maturity", "r": "cogvee" }, | |
{ "w": "Sullivan", "r": "pedgin" }, | |
{ "w": "floating", "r": "zagla" }, | |
{ "w": "birthday", "r": "oflit" }, | |
{ "w": "Medicare", "r": "vavpi" }, | |
{ "w": "counting", "r": "codjeu" }, | |
{ "w": "quantity", "r": "nohdoe" }, | |
{ "w": "backbone", "r": "aukred" }, | |
{ "w": "persuade", "r": "awnefs" }, | |
{ "w": "Canada's", "r": "palrag" }, | |
{ "w": "infected", "r": "upsbiz" }, | |
{ "w": "formulas", "r": "telcaw" }, | |
{ "w": "sampling", "r": "memyow" }, | |
{ "w": "detained", "r": "wowpac" }, | |
{ "w": "steadily", "r": "wogbat" }, | |
{ "w": "diplomat", "r": "newlib" }, | |
{ "w": "composed", "r": "neamu" }, | |
{ "w": "retrieve", "r": "ailmen" }, | |
{ "w": "pointing", "r": "funkir" }, | |
{ "w": "proposes", "r": "settat" }, | |
{ "w": "precious", "r": "revoho" }, | |
{ "w": "enabling", "r": "hogtie" }, | |
{ "w": "insurers", "r": "oldam" }, | |
{ "w": "scenario", "r": "pryvan" }, | |
{ "w": "applying", "r": "nahphi" }, | |
{ "w": "employer", "r": "fehbub" }, | |
{ "w": "equities", "r": "corvug" }, | |
{ "w": "dealings", "r": "neggal" }, | |
{ "w": "searches", "r": "brofly" }, | |
{ "w": "detector", "r": "ukeatt" }, | |
{ "w": "reversed", "r": "labyah" }, | |
{ "w": "answered", "r": "sueoz" }, | |
{ "w": "billions", "r": "ereifs" }, | |
{ "w": "killings", "r": "emefou" }, | |
{ "w": "counties", "r": "owekit" }, | |
{ "w": "adjacent", "r": "zooave" }, | |
{ "w": "troubles", "r": "mowsot" }, | |
{ "w": "Portland", "r": "pasago" }, | |
{ "w": "welcomed", "r": "filinn" }, | |
{ "w": "withdrew", "r": "aiin" }, | |
{ "w": "distinct", "r": "osasp" }, | |
{ "w": "promoted", "r": "vatfro" }, | |
{ "w": "tensions", "r": "hisbag" }, | |
{ "w": "diseases", "r": "motlug" }, | |
{ "w": "ordering", "r": "vignee" }, | |
{ "w": "reseller", "r": "eveed" }, | |
{ "w": "activist", "r": "brrsub" }, | |
{ "w": "sweeping", "r": "tendub" }, | |
{ "w": "gateways", "r": "outrex" }, | |
{ "w": "warnings", "r": "elknap" }, | |
{ "w": "guidance", "r": "zasye" }, | |
{ "w": "minimize", "r": "ohspam" }, | |
{ "w": "marketed", "r": "heplad" }, | |
{ "w": "lifetime", "r": "spyvac" }, | |
{ "w": "amounted", "r": "endhog" }, | |
{ "w": "convince", "r": "phtfir" }, | |
{ "w": "Cambodia", "r": "oafgoo" }, | |
{ "w": "downturn", "r": "paxdog" }, | |
{ "w": "monopoly", "r": "fastab" }, | |
{ "w": "Hamilton", "r": "zekfes" }, | |
{ "w": "financed", "r": "pedhay" }, | |
{ "w": "entities", "r": "ecutut" }, | |
{ "w": "justices", "r": "lagatt" }, | |
{ "w": "restrict", "r": "bugbus" }, | |
{ "w": "relating", "r": "aaswho" }, | |
{ "w": "featured", "r": "bedwat" }, | |
{ "w": "defended", "r": "umsub" }, | |
{ "w": "transmit", "r": "axfes" }, | |
{ "w": "Sunday's", "r": "liejot" }, | |
{ "w": "lobbying", "r": "cutjin" }, | |
{ "w": "diameter", "r": "nodlay" }, | |
{ "w": "meantime", "r": "magflu" }, | |
{ "w": "pregnant", "r": "panbop" }, | |
{ "w": "notified", "r": "nubawe" }, | |
{ "w": "organize", "r": "sabgox" }, | |
{ "w": "pursuing", "r": "aaltit" }, | |
{ "w": "3.5-inch", "r": "cayama" }, | |
{ "w": "start-up", "r": "loyay" }, | |
{ "w": "fighters", "r": "fibeon" }, | |
{ "w": "religion", "r": "aweire" }, | |
{ "w": "defining", "r": "copox" }, | |
{ "w": "downward", "r": "rotiff" }, | |
{ "w": "manually", "r": "avesir" }, | |
{ "w": "reserved", "r": "bioowe" }, | |
{ "w": "dominate", "r": "rebyon" }, | |
{ "w": "airports", "r": "hewkef" }, | |
{ "w": "nitrogen", "r": "ripdag" }, | |
{ "w": "adoption", "r": "plyjee" }, | |
{ "w": "Hispanic", "r": "wedups" }, | |
{ "w": "Thailand", "r": "moslab" }, | |
{ "w": "energies", "r": "weeobe" }, | |
{ "w": "weakened", "r": "howhug" }, | |
{ "w": "conclude", "r": "rescor" }, | |
{ "w": "upcoming", "r": "hemelm" }, | |
{ "w": "Sciences", "r": "lacvie" }, | |
{ "w": "optimism", "r": "coomyc" }, | |
{ "w": "deployed", "r": "denhum" }, | |
{ "w": "profiles", "r": "mepst" }, | |
{ "w": "integral", "r": "ampgos" }, | |
{ "w": "assuming", "r": "toebe" }, | |
{ "w": "Richmond", "r": "kaylad" }, | |
{ "w": "Franklin", "r": "titsex" }, | |
{ "w": "sometime", "r": "radbra" }, | |
{ "w": "Nicholas", "r": "digkor" }, | |
{ "w": "refusing", "r": "sopdam" }, | |
{ "w": "mounting", "r": "cuecod" }, | |
{ "w": "premiums", "r": "saxcub" }, | |
{ "w": "festival", "r": "mawcab" }, | |
{ "w": "merchant", "r": "viecad" }, | |
{ "w": "blocking", "r": "frothy" }, | |
{ "w": "connects", "r": "hypmol" }, | |
{ "w": "feelings", "r": "piazee" }, | |
{ "w": "diagrams", "r": "essbug" }, | |
{ "w": "judicial", "r": "begtic" }, | |
{ "w": "deputies", "r": "wetdib" }, | |
{ "w": "strictly", "r": "hadley" }, | |
{ "w": "seasonal", "r": "sindel" }, | |
{ "w": "borrowed", "r": "hexteg" }, | |
{ "w": "replaces", "r": "koskat" }, | |
{ "w": "midrange", "r": "gadpeh" }, | |
{ "w": "conceded", "r": "quaoke" }, | |
{ "w": "smallest", "r": "bisman" }, | |
{ "w": "disputed", "r": "cawpup" }, | |
{ "w": "Internet", "r": "ganlot" }, | |
{ "w": "airplane", "r": "metebb" }, | |
{ "w": "PC-based", "r": "adaim" }, | |
{ "w": "traveled", "r": "vacbow" }, | |
{ "w": "syndrome", "r": "ayskep" }, | |
{ "w": "converts", "r": "foutop" }, | |
{ "w": "Lockheed", "r": "usatt" }, | |
{ "w": "template", "r": "libdex" }, | |
{ "w": "improves", "r": "ohmfew" }, | |
{ "w": "soybeans", "r": "lamcum" }, | |
{ "w": "deficits", "r": "bidgnu" }, | |
{ "w": "Olympics", "r": "axsay" }, | |
{ "w": "confused", "r": "eggoud" }, | |
{ "w": "Honduras", "r": "lipane" }, | |
{ "w": "villages", "r": "jibsky" }, | |
{ "w": "Scottish", "r": "aray" }, | |
{ "w": "end-user", "r": "gorwed" }, | |
{ "w": "catalyst", "r": "mayfob" }, | |
{ "w": "debugger", "r": "leyaw" }, | |
{ "w": "opinions", "r": "topox" }, | |
{ "w": "holidays", "r": "owecon" }, | |
{ "w": "Gephardt", "r": "tamabo" }, | |
{ "w": "searched", "r": "cogowl" }, | |
{ "w": "colleges", "r": "fibes" }, | |
{ "w": "generous", "r": "adztag" }, | |
{ "w": "homeland", "r": "sunfin" }, | |
{ "w": "receipts", "r": "abomay" }, | |
{ "w": "Africa's", "r": "unvox" }, | |
{ "w": "develops", "r": "nutsob" }, | |
{ "w": "throwing", "r": "avogap" }, | |
{ "w": "informal", "r": "kuewok" }, | |
{ "w": "discover", "r": "oscub" }, | |
{ "w": "outlines", "r": "namfib" }, | |
{ "w": "factions", "r": "opsfix" }, | |
{ "w": "Brooklyn", "r": "xijay" }, | |
{ "w": "symptoms", "r": "boyrod" }, | |
{ "w": "France's", "r": "mixbum" }, | |
{ "w": "Broadway", "r": "totcee" }, | |
{ "w": "balanced", "r": "mugtye" }, | |
{ "w": "flooding", "r": "saeyar" }, | |
{ "w": "incurred", "r": "haesuq" }, | |
{ "w": "run-time", "r": "woppun" }, | |
{ "w": "memories", "r": "poibad" }, | |
{ "w": "shoulder", "r": "tasae" }, | |
{ "w": "Guinness", "r": "yukany" }, | |
{ "w": "geometry", "r": "gaetan" }, | |
{ "w": "automate", "r": "urbsh" }, | |
{ "w": "threaten", "r": "aincoz" }, | |
{ "w": "contrary", "r": "kafdib" }, | |
{ "w": "champion", "r": "levroe" }, | |
{ "w": "confined", "r": "cabsad" }, | |
{ "w": "opponent", "r": "ragnth" }, | |
{ "w": "arriving", "r": "hietor" }, | |
{ "w": "speeches", "r": "atepun" }, | |
{ "w": "year-ago", "r": "michi" }, | |
{ "w": "editions", "r": "peclax" }, | |
{ "w": "terrible", "r": "teaoxo" }, | |
{ "w": "year-end", "r": "feyaby" }, | |
{ "w": "damaging", "r": "tonhog" }, | |
{ "w": "finances", "r": "petley" }, | |
{ "w": "theories", "r": "netabs" }, | |
{ "w": "entrance", "r": "gosaid" }, | |
{ "w": "oriented", "r": "ootxis" }, | |
{ "w": "rotation", "r": "dewhup" }, | |
{ "w": "feedback", "r": "usecam" }, | |
{ "w": "tutorial", "r": "urnail" }, | |
{ "w": "Compaq's", "r": "dawers" }, | |
{ "w": "stemming", "r": "wabdif" }, | |
{ "w": "receiver", "r": "foeire" }, | |
{ "w": "missions", "r": "kifran" }, | |
{ "w": "inherent", "r": "saugot" }, | |
{ "w": "shifting", "r": "artref" }, | |
{ "w": "gambling", "r": "ramfoe" }, | |
{ "w": "briefing", "r": "nuwo" }, | |
{ "w": "dynamics", "r": "bigbap" }, | |
{ "w": "excluded", "r": "badlit" }, | |
{ "w": "centered", "r": "khibuy" }, | |
{ "w": "neighbor", "r": "dolbox" }, | |
{ "w": "assessed", "r": "awnage" }, | |
{ "w": "delivers", "r": "dyegad" }, | |
{ "w": "symbolic", "r": "elleng" }, | |
{ "w": "churches", "r": "varki" }, | |
{ "w": "fracture", "r": "musdig" }, | |
{ "w": "inspired", "r": "boohoy" }, | |
{ "w": "Martinez", "r": "cotdex" }, | |
{ "w": "simplify", "r": "notsow" }, | |
{ "w": "tendency", "r": "teerod" }, | |
{ "w": "treating", "r": "shtad" }, | |
{ "w": "Egyptian", "r": "punoxo" }, | |
{ "w": "wildlife", "r": "pipgab" }, | |
{ "w": "opposing", "r": "gnubrr" }, | |
{ "w": "sponsors", "r": "urbpa" }, | |
{ "w": "recorder", "r": "hammel" }, | |
{ "w": "explicit", "r": "bahrim" }, | |
{ "w": "speakers", "r": "rewry" }, | |
{ "w": "Informix", "r": "nebgod" }, | |
{ "w": "CDollars", "r": "udoken" }, | |
{ "w": "occasion", "r": "moaput" }, | |
{ "w": "lowering", "r": "duobus" }, | |
{ "w": "family's", "r": "pomtoo" }, | |
{ "w": "feasible", "r": "axefoy" }, | |
{ "w": "avoiding", "r": "yagrag" }, | |
{ "w": "stresses", "r": "fropie" }, | |
{ "w": "duration", "r": "mumwot" }, | |
{ "w": "clearing", "r": "romae" }, | |
{ "w": "autonomy", "r": "defsax" }, | |
{ "w": "credited", "r": "saxhap" }, | |
{ "w": "boosting", "r": "capaff" }, | |
{ "w": "lighting", "r": "ateass" }, | |
{ "w": "Mexico's", "r": "wagpee" }, | |
{ "w": "Olivetti", "r": "tamewe" }, | |
{ "w": "cutbacks", "r": "acthmm" }, | |
{ "w": "overhaul", "r": "dineff" }, | |
{ "w": "megabyte", "r": "yondef" }, | |
{ "w": "concedes", "r": "thewee" }, | |
{ "w": "exported", "r": "psium" }, | |
{ "w": "scrutiny", "r": "yewred" }, | |
{ "w": "injuring", "r": "ceplet" }, | |
{ "w": "Andersen", "r": "yeneff" }, | |
{ "w": "overview", "r": "brrpep" }, | |
{ "w": "imminent", "r": "hodsic" }, | |
{ "w": "crossing", "r": "fezcum" }, | |
{ "w": "Poland's", "r": "badcum" }, | |
{ "w": "leverage", "r": "yewjib" }, | |
{ "w": "download", "r": "awetew" }, | |
{ "w": "coupling", "r": "raweta" }, | |
{ "w": "simulate", "r": "wigugh" }, | |
{ "w": "packaged", "r": "edstin" }, | |
{ "w": "provider", "r": "reilad" }, | |
{ "w": "asserted", "r": "boaivy" }, | |
{ "w": "Deutsche", "r": "ribleu" }, | |
{ "w": "prevents", "r": "sonhat" }, | |
{ "w": "advocate", "r": "hewkep" }, | |
{ "w": "thorough", "r": "toluv" }, | |
{ "w": "drawback", "r": "nogore" }, | |
{ "w": "Malaysia", "r": "pedgo" }, | |
{ "w": "envelope", "r": "orslat" }, | |
{ "w": "obstacle", "r": "dudrob" }, | |
{ "w": "asbestos", "r": "ohsbag" }, | |
{ "w": "Barclays", "r": "tonope" }, | |
{ "w": "Fidelity", "r": "kobwed" }, | |
{ "w": "computed", "r": "amppeh" }, | |
{ "w": "inserted", "r": "sadmib" }, | |
{ "w": "radicals", "r": "pippix" }, | |
{ "w": "Brazil's", "r": "sapeke" }, | |
{ "w": "platinum", "r": "kuehip" }, | |
{ "w": "marginal", "r": "diemom" }, | |
{ "w": "spelling", "r": "aysbys" }, | |
{ "w": "eventual", "r": "saxmir" }, | |
{ "w": "narrowed", "r": "domatt" }, | |
{ "w": "pensions", "r": "hitrei" }, | |
{ "w": "Armenian", "r": "hadwax" }, | |
{ "w": "overtime", "r": "leapay" }, | |
{ "w": "narrowly", "r": "oiono" }, | |
{ "w": "McCarthy", "r": "mimduo" }, | |
{ "w": "ensuring", "r": "taucoy" }, | |
{ "w": "delegate", "r": "doaah" }, | |
{ "w": "shutdown", "r": "spyair" }, | |
{ "w": "O'Connor", "r": "eausab" }, | |
{ "w": "indirect", "r": "koarax" }, | |
{ "w": "absorbed", "r": "dowkye" }, | |
{ "w": "sympathy", "r": "illicy" }, | |
{ "w": "retiring", "r": "pecrid" }, | |
{ "w": "Gonzalez", "r": "agoh" }, | |
{ "w": "moisture", "r": "bushew" }, | |
{ "w": "refinery", "r": "pehrim" }, | |
{ "w": "deserves", "r": "yehpea" }, | |
{ "w": "alleging", "r": "tegmu" }, | |
{ "w": "agreeing", "r": "woospa" }, | |
{ "w": "residual", "r": "ntheye" }, | |
{ "w": "disagree", "r": "bagode" }, | |
{ "w": "stopping", "r": "fubbio" }, | |
{ "w": "updating", "r": "hensup" }, | |
{ "w": "adopting", "r": "foxyew" }, | |
{ "w": "refining", "r": "melphi" }, | |
{ "w": "thoughts", "r": "obape" }, | |
{ "w": "pointers", "r": "teahop" }, | |
{ "w": "clusters", "r": "tawyod" }, | |
{ "w": "smoothly", "r": "keynew" }, | |
{ "w": "periodic", "r": "pepfee" }, | |
{ "w": "listings", "r": "styjab" }, | |
{ "w": "Medicaid", "r": "hagend" }, | |
{ "w": "climbing", "r": "deeich" }, | |
{ "w": "override", "r": "aleoms" }, | |
{ "w": "infrared", "r": "sixwax" }, | |
{ "w": "Shanghai", "r": "weeped" }, | |
{ "w": "Pennzoil", "r": "mowobe" }, | |
{ "w": "chambers", "r": "innnam" }, | |
{ "w": "drafting", "r": "emujoy" }, | |
{ "w": "punitive", "r": "xukos" }, | |
{ "w": "settling", "r": "hobjay" }, | |
{ "w": "planners", "r": "yakmen" }, | |
{ "w": "insiders", "r": "rayold" }, | |
{ "w": "founding", "r": "impkos" }, | |
{ "w": "obsolete", "r": "wrytew" }, | |
{ "w": "MicroVAX", "r": "pitraw" }, | |
{ "w": "swimming", "r": "plyson" }, | |
{ "w": "ADollars", "r": "cutrin" }, | |
{ "w": "accusing", "r": "rifzzz" }, | |
{ "w": "prohibit", "r": "cobarc" }, | |
{ "w": "dictator", "r": "saxhi" }, | |
{ "w": "imposing", "r": "sinbeg" }, | |
{ "w": "staffers", "r": "fehes" }, | |
{ "w": "Imperial", "r": "owlode" }, | |
{ "w": "comprise", "r": "tinset" }, | |
{ "w": "Mohammed", "r": "edheth" }, | |
{ "w": "WordStar", "r": "qisobe" }, | |
{ "w": "immunity", "r": "gedbap" }, | |
{ "w": "objected", "r": "getgae" }, | |
{ "w": "utilized", "r": "obefog" }, | |
{ "w": "rhetoric", "r": "yobpec" }, | |
{ "w": "discrete", "r": "teaane" }, | |
{ "w": "Jonathan", "r": "efcoo" }, | |
{ "w": "tendered", "r": "tilfoy" }, | |
{ "w": "auditors", "r": "dosarm" }, | |
{ "w": "stripped", "r": "cumon" }, | |
{ "w": "Medellin", "r": "quama" }, | |
{ "w": "crystals", "r": "cotnod" }, | |
{ "w": "portrait", "r": "jibaff" }, | |
{ "w": "weighted", "r": "sewits" }, | |
{ "w": "Russians", "r": "celbed" }, | |
{ "w": "outright", "r": "tadfay" }, | |
{ "w": "strikers", "r": "oefig" }, | |
{ "w": "outlawed", "r": "thysen" }, | |
{ "w": "backward", "r": "unskep" }, | |
{ "w": "abstract", "r": "cighaj" }, | |
{ "w": "injected", "r": "jogais" }, | |
{ "w": "Patricia", "r": "sethas" }, | |
{ "w": "averages", "r": "owper" }, | |
{ "w": "Heritage", "r": "arire" }, | |
{ "w": "Iranians", "r": "donsei" }, | |
{ "w": "tropical", "r": "oleyah" }, | |
{ "w": "expelled", "r": "hyphis" }, | |
{ "w": "granting", "r": "visrow" }, | |
{ "w": "mainland", "r": "rimwoe" }, | |
{ "w": "artistic", "r": "fohes" }, | |
{ "w": "Harrison", "r": "nowfan" }, | |
{ "w": "improper", "r": "titzip" }, | |
{ "w": "withheld", "r": "nthria" }, | |
{ "w": "regulate", "r": "edoat" }, | |
{ "w": "stepping", "r": "nuntot" }, | |
{ "w": "salesman", "r": "utell" }, | |
{ "w": "Symantec", "r": "ledgat" }, | |
{ "w": "Hercules", "r": "pomkop" }, | |
{ "w": "cracking", "r": "hoebat" }, | |
{ "w": "Rockwell", "r": "geeoho" }, | |
{ "w": "analyzer", "r": "vidcar" }, | |
{ "w": "region's", "r": "kyenit" }, | |
{ "w": "pleasure", "r": "regseg" }, | |
{ "w": "observer", "r": "cabpea" }, | |
{ "w": "father's", "r": "gulbad" }, | |
{ "w": "earliest", "r": "woetut" }, | |
{ "w": "Meridian", "r": "pixcox" }, | |
{ "w": "sleeping", "r": "jabsaw" }, | |
{ "w": "interval", "r": "tyeers" }, | |
{ "w": "bacteria", "r": "airnoh" }, | |
{ "w": "probable", "r": "reenab" }, | |
{ "w": "interact", "r": "supfes" }, | |
{ "w": "fortunes", "r": "molpya" }, | |
{ "w": "battered", "r": "varoxy" }, | |
{ "w": "wireless", "r": "cawhey" }, | |
{ "w": "Nintendo", "r": "toters" }, | |
{ "w": "spectral", "r": "kaefid" }, | |
{ "w": "scalable", "r": "psion" }, | |
{ "w": "battling", "r": "olads" }, | |
{ "w": "tailored", "r": "lyebin" }, | |
{ "w": "sensible", "r": "andwoo" }, | |
{ "w": "resisted", "r": "gnuget" }, | |
{ "w": "trustees", "r": "mortar" }, | |
{ "w": "weighing", "r": "ovaar" }, | |
{ "w": "reversal", "r": "oifid" }, | |
{ "w": "plastics", "r": "yeafer" }, | |
{ "w": "freezing", "r": "kaol" }, | |
{ "w": "creditor", "r": "tabhet" }, | |
{ "w": "surfaced", "r": "nomjam" }, | |
{ "w": "diskless", "r": "vavhoy" }, | |
{ "w": "would-be", "r": "fecot" }, | |
{ "w": "Peterson", "r": "endlea" }, | |
{ "w": "clicking", "r": "emedow" }, | |
{ "w": "doubling", "r": "yawin" }, | |
{ "w": "yielding", "r": "tupere" }, | |
{ "w": "oversees", "r": "efsben" }, | |
{ "w": "shoppers", "r": "tyecep" }, | |
{ "w": "on-board", "r": "adzkey" }, | |
{ "w": "planting", "r": "pohqi" }, | |
{ "w": "outgoing", "r": "gibbra" }, | |
{ "w": "taxpayer", "r": "lamped" }, | |
{ "w": "Street's", "r": "abatad" }, | |
{ "w": "Benjamin", "r": "anaasp" }, | |
{ "w": "umbrella", "r": "koatet" }, | |
{ "w": "invented", "r": "wadspa" }, | |
{ "w": "deferred", "r": "aidurp" }, | |
{ "w": "Johnston", "r": "gidne" }, | |
{ "w": "Richards", "r": "powmu" }, | |
{ "w": "Gillette", "r": "amptog" }, | |
{ "w": "friction", "r": "mirley" }, | |
{ "w": "validity", "r": "aukni" }, | |
{ "w": "indexing", "r": "owjoe" }, | |
{ "w": "jetliner", "r": "boahey" }, | |
{ "w": "consumed", "r": "duoni" }, | |
{ "w": "starring", "r": "rahsyn" }, | |
{ "w": "shelters", "r": "reewet" }, | |
{ "w": "Khomeini", "r": "xufoe" }, | |
{ "w": "flagship", "r": "yaghag" }, | |
{ "w": "invoices", "r": "syness" }, | |
{ "w": "plotting", "r": "coptho" }, | |
{ "w": "Bulgaria", "r": "hmmbet" }, | |
{ "w": "diskette", "r": "fubgab" }, | |
{ "w": "promptly", "r": "byema" }, | |
{ "w": "allocate", "r": "reoka" }, | |
{ "w": "inclined", "r": "bidox" }, | |
{ "w": "Morrison", "r": "giblug" }, | |
{ "w": "chapters", "r": "migvox" }, | |
{ "w": "landmark", "r": "mirute" }, | |
{ "w": "Atlantis", "r": "dahlo" }, | |
{ "w": "issuance", "r": "koapub" }, | |
{ "w": "basement", "r": "soysos" }, | |
{ "w": "school's", "r": "jugvum" }, | |
{ "w": "sticking", "r": "tupmop" }, | |
{ "w": "exhibits", "r": "khidoe" }, | |
{ "w": "seminars", "r": "seeoke" }, | |
{ "w": "cyclical", "r": "bagyah" }, | |
{ "w": "universe", "r": "ditmop" }, | |
{ "w": "Polaroid", "r": "rubtoo" }, | |
{ "w": "sexually", "r": "appnaw" }, | |
{ "w": "optimize", "r": "srizas" }, | |
{ "w": "defaults", "r": "agekin" }, | |
{ "w": "Magellan", "r": "diemel" }, | |
{ "w": "handlers", "r": "edseft" }, | |
{ "w": "unstable", "r": "yetell" }, | |
{ "w": "initiate", "r": "hypeve" }, | |
{ "w": "TrueType", "r": "sappew" }, | |
{ "w": "Austrian", "r": "moshub" }, | |
{ "w": "teen-age", "r": "albhem" }, | |
{ "w": "prisoner", "r": "tamne" }, | |
{ "w": "Northrop", "r": "reehod" }, | |
{ "w": "examines", "r": "madsat" }, | |
{ "w": "animated", "r": "fasami" }, | |
{ "w": "Romanian", "r": "oaflac" }, | |
{ "w": "Cemetery", "r": "useaye" }, | |
{ "w": "steering", "r": "yonjut" }, | |
{ "w": "elevated", "r": "spylee" }, | |
{ "w": "bombings", "r": "earyet" }, | |
{ "w": "hampered", "r": "whoeat" }, | |
{ "w": "highways", "r": "oxocol" }, | |
{ "w": "worrying", "r": "ahaute" }, | |
{ "w": "Kohlberg", "r": "tonwop" }, | |
{ "w": "headline", "r": "ripupo" }, | |
{ "w": "cassette", "r": "goavat" }, | |
{ "w": "closings", "r": "pyelar" }, | |
{ "w": "pursuant", "r": "yonjeu" }, | |
{ "w": "vendor's", "r": "tuilav" }, | |
{ "w": "four-day", "r": "robto" }, | |
{ "w": "openness", "r": "utwud" }, | |
{ "w": "Cardinal", "r": "gasick" }, | |
{ "w": "mixtures", "r": "mymun" }, | |
{ "w": "hometown", "r": "ribday" }, | |
{ "w": "theaters", "r": "gorbey" }, | |
{ "w": "delicate", "r": "dewneb" }, | |
{ "w": "relieved", "r": "cosmug" }, | |
{ "w": "definite", "r": "tomsee" }, | |
{ "w": "respects", "r": "geerai" }, | |
{ "w": "companies", "r": "gorget" }, | |
{ "w": "officials", "r": "upogen" }, | |
{ "w": "president", "r": "tinoda" }, | |
{ "w": "including", "r": "ownmoa" }, | |
{ "w": "available", "r": "kababs" }, | |
{ "w": "operating", "r": "powbel" }, | |
{ "w": "different", "r": "filava" }, | |
{ "w": "according", "r": "dahbe" }, | |
{ "w": "spokesman", "r": "furgad" }, | |
{ "w": "announced", "r": "hognom" }, | |
{ "w": "Wednesday", "r": "anyvug" }, | |
{ "w": "agreement", "r": "badohs" }, | |
{ "w": "company's", "r": "eekems" }, | |
{ "w": "financial", "r": "wadeld" }, | |
{ "w": "political", "r": "aisee" }, | |
{ "w": "important", "r": "poden" }, | |
{ "w": "executive", "r": "mapcan" }, | |
{ "w": "interface", "r": "spytee" }, | |
{ "w": "yesterday", "r": "toyfiz" }, | |
{ "w": "customers", "r": "fogoff" }, | |
{ "w": "equipment", "r": "taxeth" }, | |
{ "w": "computers", "r": "deymoc" }, | |
{ "w": "investors", "r": "irerat" }, | |
{ "w": "increased", "r": "yagcru" }, | |
{ "w": "developed", "r": "antyid" }, | |
{ "w": "Microsoft", "r": "masski" }, | |
{ "w": "countries", "r": "oznub" }, | |
{ "w": "employees", "r": "codair" }, | |
{ "w": "functions", "r": "orainn" }, | |
{ "w": "corporate", "r": "kifab" }, | |
{ "w": "marketing", "r": "gadpaw" }, | |
{ "w": "potential", "r": "ohscap" }, | |
{ "w": "following", "r": "oarhag" }, | |
{ "w": "statement", "r": "gayora" }, | |
{ "w": "operation", "r": "mumton" }, | |
{ "w": "something", "r": "torute" }, | |
{ "w": "telephone", "r": "hitod" }, | |
{ "w": "Macintosh", "r": "thosay" }, | |
{ "w": "estimated", "r": "tunmos" }, | |
{ "w": "difficult", "r": "yapdey" }, | |
{ "w": "standards", "r": "dexpie" }, | |
{ "w": "currently", "r": "pryers" }, | |
{ "w": "described", "r": "rowani" }, | |
{ "w": "technical", "r": "weecop" }, | |
{ "w": "scheduled", "r": "tichut" }, | |
{ "w": "September", "r": "zinqis" }, | |
{ "w": "structure", "r": "egglox" }, | |
{ "w": "necessary", "r": "gagtun" }, | |
{ "w": "presented", "r": "broear" }, | |
{ "w": "committee", "r": "sosmug" }, | |
{ "w": "processor", "r": "bapvoe" }, | |
{ "w": "insurance", "r": "ashsex" }, | |
{ "w": "continued", "r": "wogulu" }, | |
{ "w": "discussed", "r": "odsdoc" }, | |
{ "w": "inflation", "r": "logcon" }, | |
{ "w": "documents", "r": "pegnix" }, | |
{ "w": "effective", "r": "tasrib" }, | |
{ "w": "newspaper", "r": "kepsib" }, | |
{ "w": "condition", "r": "asskos" }, | |
{ "w": "advantage", "r": "pegtam" }, | |
{ "w": "increases", "r": "viarad" }, | |
{ "w": "Americans", "r": "giblin" }, | |
{ "w": "contracts", "r": "cowyip" }, | |
{ "w": "situation", "r": "gatfeu" }, | |
{ "w": "determine", "r": "bogsei" }, | |
{ "w": "resources", "r": "skalab" }, | |
{ "w": "questions", "r": "twocot" }, | |
{ "w": "published", "r": "boagee" }, | |
{ "w": "generally", "r": "fesdup" }, | |
{ "w": "community", "r": "upspst" }, | |
{ "w": "Democrats", "r": "arcbun" }, | |
{ "w": "expensive", "r": "oudtea" }, | |
{ "w": "completed", "r": "taoxy" }, | |
{ "w": "installed", "r": "bumell" }, | |
{ "w": "expansion", "r": "amproe" }, | |
{ "w": "interview", "r": "mayobe" }, | |
{ "w": "treatment", "r": "hypera" }, | |
{ "w": "elections", "r": "oarpic" }, | |
{ "w": "Gorbachev", "r": "avolav" }, | |
{ "w": "attention", "r": "allboa" }, | |
{ "w": "Secretary", "r": "mumins" }, | |
{ "w": "materials", "r": "bayids" }, | |
{ "w": "composite", "r": "belboy" }, | |
{ "w": "thousands", "r": "witoxy" }, | |
{ "w": "supported", "r": "fubute" }, | |
{ "w": "providing", "r": "wiztaw" }, | |
{ "w": "computing", "r": "zoorib" }, | |
{ "w": "long-term", "r": "misamu" }, | |
{ "w": "suggested", "r": "tapoba" }, | |
{ "w": "indicated", "r": "twafix" }, | |
{ "w": "reporters", "r": "ifsage" }, | |
{ "w": "mainframe", "r": "adokhi" }, | |
{ "w": "estimates", "r": "hotono" }, | |
{ "w": "education", "r": "vavwap" }, | |
{ "w": "Communist", "r": "ifbio" }, | |
{ "w": "Francisco", "r": "sobelf" }, | |
{ "w": "performed", "r": "yehgit" }, | |
{ "w": "relations", "r": "albhm" }, | |
{ "w": "Institute", "r": "gumdev" }, | |
{ "w": "recession", "r": "howe" }, | |
{ "w": "concerned", "r": "misegg" }, | |
{ "w": "Meanwhile", "r": "synmeg" }, | |
{ "w": "reduction", "r": "gelsuk" }, | |
{ "w": "country's", "r": "norpry" }, | |
{ "w": "residents", "r": "hunedh" }, | |
{ "w": "remaining", "r": "fudivy" }, | |
{ "w": "sometimes", "r": "forad" }, | |
{ "w": "directors", "r": "mimmig" }, | |
{ "w": "character", "r": "kinhoy" }, | |
{ "w": "unchanged", "r": "donhah" }, | |
{ "w": "utilities", "r": "kepana" }, | |
{ "w": "processes", "r": "celtet" }, | |
{ "w": "personnel", "r": "abalt" }, | |
{ "w": "interests", "r": "ismkob" }, | |
{ "w": "conducted", "r": "varkas" }, | |
{ "w": "knowledge", "r": "vexmag" }, | |
{ "w": "continues", "r": "pibid" }, | |
{ "w": "procedure", "r": "vaugoa" }, | |
{ "w": "excellent", "r": "hepas" }, | |
{ "w": "solutions", "r": "yonpus" }, | |
{ "w": "candidate", "r": "namrye" }, | |
{ "w": "graphical", "r": "luvlag" }, | |
{ "w": "radiation", "r": "orspye" }, | |
{ "w": "technique", "r": "leyhid" }, | |
{ "w": "convicted", "r": "yepoaf" }, | |
{ "w": "predicted", "r": "kidgit" }, | |
{ "w": "decisions", "r": "haeif" }, | |
{ "w": "direction", "r": "yukcep" }, | |
{ "w": "influence", "r": "ohthe" }, | |
{ "w": "positions", "r": "lezhoy" }, | |
{ "w": "reporting", "r": "inkelk" }, | |
{ "w": "proposals", "r": "idsthe" }, | |
{ "w": "emergency", "r": "yagbro" }, | |
{ "w": "automatic", "r": "reibar" }, | |
{ "w": "databases", "r": "ukecos" }, | |
{ "w": "certainly", "r": "absrig" }, | |
{ "w": "authority", "r": "astot" }, | |
{ "w": "immediate", "r": "arate" }, | |
{ "w": "challenge", "r": "setbow" }, | |
{ "w": "consumers", "r": "viswae" }, | |
{ "w": "financing", "r": "ofba" }, | |
{ "w": "confirmed", "r": "nutgee" }, | |
{ "w": "directory", "r": "logyip" }, | |
{ "w": "expressed", "r": "plyguy" }, | |
{ "w": "afternoon", "r": "rubbib" }, | |
{ "w": "involving", "r": "leebah" }, | |
{ "w": "purchased", "r": "ailar" }, | |
{ "w": "selection", "r": "elkova" }, | |
{ "w": "represent", "r": "vidado" }, | |
{ "w": "reference", "r": "icekaf" }, | |
{ "w": "primarily", "r": "foejab" }, | |
{ "w": "strategic", "r": "nutit" }, | |
{ "w": "connected", "r": "punose" }, | |
{ "w": "buildings", "r": "dolree" }, | |
{ "w": "establish", "r": "paxbus" }, | |
{ "w": "platforms", "r": "coygym" }, | |
{ "w": "resulting", "r": "hatewe" }, | |
{ "w": "assistant", "r": "rinde" }, | |
{ "w": "generated", "r": "pieere" }, | |
{ "w": "virtually", "r": "tonee" }, | |
{ "w": "worldwide", "r": "hayqis" }, | |
{ "w": "preferred", "r": "emsma" }, | |
{ "w": "transport", "r": "kyeane" }, | |
{ "w": "Christian", "r": "adsae" }, | |
{ "w": "therefore", "r": "wosjoy" }, | |
{ "w": "extremely", "r": "melups" }, | |
{ "w": "principal", "r": "ootegg" }, | |
{ "w": "efficient", "r": "tabmut" }, | |
{ "w": "producers", "r": "shykey" }, | |
{ "w": "describes", "r": "mockab" }, | |
{ "w": "producing", "r": "kafe" }, | |
{ "w": "Christmas", "r": "ereinn" }, | |
{ "w": "appointed", "r": "gulfoy" }, | |
{ "w": "extensive", "r": "errsom" }, | |
{ "w": "terminals", "r": "memya" }, | |
{ "w": "committed", "r": "gorjew" }, | |
{ "w": "explained", "r": "kazin" }, | |
{ "w": "component", "r": "toyvaw" }, | |
{ "w": "developer", "r": "runelm" }, | |
{ "w": "extension", "r": "mogads" }, | |
{ "w": "provision", "r": "omstux" }, | |
{ "w": "implement", "r": "rugmm" }, | |
{ "w": "protocols", "r": "haglet" }, | |
{ "w": "depending", "r": "feehaj" }, | |
{ "w": "mechanism", "r": "putboo" }, | |
{ "w": "initially", "r": "conbuy" }, | |
{ "w": "inventory", "r": "bosbes" }, | |
{ "w": "engineers", "r": "tatsow" }, | |
{ "w": "contained", "r": "hajcis" }, | |
{ "w": "submitted", "r": "roblux" }, | |
{ "w": "anonymity", "r": "owenun" }, | |
{ "w": "creditors", "r": "sodtub" }, | |
{ "w": "broadcast", "r": "aneess" }, | |
{ "w": "temporary", "r": "pesrub" }, | |
{ "w": "receiving", "r": "upsand" }, | |
{ "w": "delivered", "r": "sopgot" }, | |
{ "w": "purchases", "r": "dalneg" }, | |
{ "w": "typically", "r": "noala" }, | |
{ "w": "disclosed", "r": "megmor" }, | |
{ "w": "languages", "r": "tiemom" }, | |
{ "w": "so-called", "r": "dawdup" }, | |
{ "w": "operators", "r": "adzode" }, | |
{ "w": "testimony", "r": "cozfil" }, | |
{ "w": "economist", "r": "kidcob" }, | |
{ "w": "observers", "r": "altno" }, | |
{ "w": "satellite", "r": "odstsk" }, | |
{ "w": "ministers", "r": "erndad" }, | |
{ "w": "coalition", "r": "rasal" }, | |
{ "w": "amendment", "r": "keydow" }, | |
{ "w": "dedicated", "r": "hobaha" }, | |
{ "w": "requiring", "r": "nabcel" }, | |
{ "w": "concluded", "r": "actgnu" }, | |
{ "w": "eliminate", "r": "webson" }, | |
{ "w": "formation", "r": "viaawe" }, | |
{ "w": "otherwise", "r": "layeel" }, | |
{ "w": "sensitive", "r": "begawn" }, | |
{ "w": "suppliers", "r": "pohbes" }, | |
{ "w": "requested", "r": "mixog" }, | |
{ "w": "essential", "r": "vacpow" }, | |
{ "w": "professor", "r": "wokhi" }, | |
{ "w": "elsewhere", "r": "pungem" }, | |
{ "w": "lawmakers", "r": "hideel" }, | |
{ "w": "seriously", "r": "efshub" }, | |
{ "w": "democracy", "r": "doctam" }, | |
{ "w": "prospects", "r": "avorev" }, | |
{ "w": "suspended", "r": "shhirk" }, | |
{ "w": "stability", "r": "iffar" }, | |
{ "w": "locations", "r": "soyhit" }, | |
{ "w": "chemicals", "r": "cawwos" }, | |
{ "w": "specified", "r": "zedawn" }, | |
{ "w": "benchmark", "r": "somrue" }, | |
{ "w": "indicates", "r": "wenbod" }, | |
{ "w": "introduce", "r": "yeahit" }, | |
{ "w": "ownership", "r": "dabxu" }, | |
{ "w": "portfolio", "r": "solave" }, | |
{ "w": "organized", "r": "aipet" }, | |
{ "w": "practices", "r": "parell" }, | |
{ "w": "practical", "r": "midmut" }, | |
{ "w": "criticism", "r": "opexi" }, | |
{ "w": "frequency", "r": "bogsaw" }, | |
{ "w": "encourage", "r": "dewleg" }, | |
{ "w": "displayed", "r": "illsou" }, | |
{ "w": "religious", "r": "mootut" }, | |
{ "w": "hospitals", "r": "botwry" }, | |
{ "w": "evaluated", "r": "winsay" }, | |
{ "w": "allegedly", "r": "devurp" }, | |
{ "w": "sentenced", "r": "ifooh" }, | |
{ "w": "permanent", "r": "tendam" }, | |
{ "w": "shipments", "r": "sixfry" }, | |
{ "w": "guarantee", "r": "munla" }, | |
{ "w": "improving", "r": "yawers" }, | |
{ "w": "competing", "r": "pigsi" }, | |
{ "w": "destroyed", "r": "utcay" }, | |
{ "w": "mentioned", "r": "difsun" }, | |
{ "w": "publisher", "r": "mewkye" }, | |
{ "w": "reflected", "r": "ughgob" }, | |
{ "w": "execution", "r": "oweah" }, | |
{ "w": "secondary", "r": "vaubin" }, | |
{ "w": "attorneys", "r": "brreat" }, | |
{ "w": "sanctions", "r": "lootab" }, | |
{ "w": "variables", "r": "whoflu" }, | |
{ "w": "testified", "r": "ribmoa" }, | |
{ "w": "regarding", "r": "vimwig" }, | |
{ "w": "explosion", "r": "pepgot" }, | |
{ "w": "surprised", "r": "fezoaf" }, | |
{ "w": "quarterly", "r": "vuggoa" }, | |
{ "w": "Britain's", "r": "wyelap" }, | |
{ "w": "apartment", "r": "diejut" }, | |
{ "w": "recognize", "r": "yardex" }, | |
{ "w": "protected", "r": "lipoot" }, | |
{ "w": "delegates", "r": "witfox" }, | |
{ "w": "Manhattan", "r": "erggoy" }, | |
{ "w": "arguments", "r": "amiit" }, | |
{ "w": "algorithm", "r": "uheta" }, | |
{ "w": "five-year", "r": "sobpax" }, | |
{ "w": "employers", "r": "esbap" }, | |
{ "w": "brokerage", "r": "opzuu" }, | |
{ "w": "demanding", "r": "awajig" }, | |
{ "w": "real-time", "r": "toomu" }, | |
{ "w": "passenger", "r": "ayswe" }, | |
{ "w": "expanding", "r": "devsup" }, | |
{ "w": "emulation", "r": "lapjee" }, | |
{ "w": "switching", "r": "orahoy" }, | |
{ "w": "territory", "r": "taosuq" }, | |
{ "w": "addresses", "r": "vaudag" }, | |
{ "w": "exchanges", "r": "hubmag" }, | |
{ "w": "resellers", "r": "aheng" }, | |
{ "w": "offerings", "r": "potowl" }, | |
{ "w": "addressed", "r": "armhot" }, | |
{ "w": "automated", "r": "arevoe" }, | |
{ "w": "projected", "r": "guvus" }, | |
{ "w": "prisoners", "r": "ernjew" }, | |
{ "w": "principle", "r": "dolgem" }, | |
{ "w": "retailers", "r": "adcut" }, | |
{ "w": "complaint", "r": "agelaw" }, | |
{ "w": "witnesses", "r": "rotpah" }, | |
{ "w": "returning", "r": "emstod" }, | |
{ "w": "libraries", "r": "umpfiz" }, | |
{ "w": "dismissed", "r": "tisban" }, | |
{ "w": "overnight", "r": "ootmag" }, | |
{ "w": "negotiate", "r": "idsee" }, | |
{ "w": "programme", "r": "twobat" }, | |
{ "w": "dangerous", "r": "cutcar" }, | |
{ "w": "declining", "r": "mopbar" }, | |
{ "w": "pressures", "r": "xuich" }, | |
{ "w": "recovered", "r": "thosir" }, | |
{ "w": "responded", "r": "arbyob" }, | |
{ "w": "preparing", "r": "gindud" }, | |
{ "w": "suspected", "r": "nuhue" }, | |
{ "w": "activists", "r": "jeecad" }, | |
{ "w": "Germany's", "r": "upous" }, | |
{ "w": "America's", "r": "pulmar" }, | |
{ "w": "guerrilla", "r": "agsrum" }, | |
{ "w": "collected", "r": "agsrax" }, | |
{ "w": "pollution", "r": "sipdom" }, | |
{ "w": "Petroleum", "r": "bensou" }, | |
{ "w": "objective", "r": "ewelog" }, | |
{ "w": "maintains", "r": "andbas" }, | |
{ "w": "expertise", "r": "robirk" }, | |
{ "w": "confident", "r": "watroc" }, | |
{ "w": "Northwest", "r": "sauvow" }, | |
{ "w": "converted", "r": "ensfa" }, | |
{ "w": "exception", "r": "hutfen" }, | |
{ "w": "particles", "r": "gidhaw" }, | |
{ "w": "Nicaragua", "r": "namley" }, | |
{ "w": "forecasts", "r": "yeslye" }, | |
{ "w": "suffering", "r": "dubkit" }, | |
{ "w": "dependent", "r": "moainn" }, | |
{ "w": "integrate", "r": "sauret" }, | |
{ "w": "attempted", "r": "bamleg" }, | |
{ "w": "commander", "r": "gorelm" }, | |
{ "w": "generator", "r": "capatt" }, | |
{ "w": "commodity", "r": "sowad" }, | |
{ "w": "convinced", "r": "tugkif" }, | |
{ "w": "recording", "r": "satups" }, | |
{ "w": "Tuesday's", "r": "ceecur" }, | |
{ "w": "editorial", "r": "mortod" }, | |
{ "w": "accounted", "r": "jobup" }, | |
{ "w": "licensing", "r": "senicy" }, | |
{ "w": "equations", "r": "pitfig" }, | |
{ "w": "integrity", "r": "adddex" }, | |
{ "w": "divisions", "r": "yawsup" }, | |
{ "w": "identical", "r": "baywry" }, | |
{ "w": "subsidies", "r": "hobfit" }, | |
{ "w": "privately", "r": "jugass" }, | |
{ "w": "contacted", "r": "absrag" }, | |
{ "w": "framework", "r": "eatho" }, | |
{ "w": "worksheet", "r": "hawnag" }, | |
{ "w": "relatives", "r": "hopsha" }, | |
{ "w": "associate", "r": "nusjeu" }, | |
{ "w": "governing", "r": "hidtat" }, | |
{ "w": "recommend", "r": "yakals" }, | |
{ "w": "abandoned", "r": "gammot" }, | |
{ "w": "shouldn't", "r": "ashmow" }, | |
{ "w": "transfers", "r": "wapmir" }, | |
{ "w": "parameter", "r": "modoba" }, | |
{ "w": "designers", "r": "tegrin" }, | |
{ "w": "HyperCard", "r": "oatamu" }, | |
{ "w": "prominent", "r": "maauk" }, | |
{ "w": "Hollywood", "r": "aspmem" }, | |
{ "w": "emissions", "r": "pustoo" }, | |
{ "w": "liability", "r": "sauold" }, | |
{ "w": "elaborate", "r": "sukbiz" }, | |
{ "w": "measuring", "r": "wopcat" }, | |
{ "w": "mortgages", "r": "fophoe" }, | |
{ "w": "cartridge", "r": "fryflu" }, | |
{ "w": "dominated", "r": "woopig" }, | |
{ "w": "opponents", "r": "cutaa" }, | |
{ "w": "compounds", "r": "essboa" }, | |
{ "w": "program's", "r": "winhit" }, | |
{ "w": "everybody", "r": "hutras" }, | |
{ "w": "departure", "r": "foyawn" }, | |
{ "w": "Fitzwater", "r": "reeyo" }, | |
{ "w": "sponsored", "r": "hipids" }, | |
{ "w": "diplomats", "r": "errgos" }, | |
{ "w": "republics", "r": "dyeden" }, | |
{ "w": "factories", "r": "wonmar" }, | |
{ "w": "municipal", "r": "ownall" }, | |
{ "w": "promising", "r": "moozuz" }, | |
{ "w": "detection", "r": "gemgam" }, | |
{ "w": "depressed", "r": "ummcum" }, | |
{ "w": "Singapore", "r": "aalye" }, | |
{ "w": "existence", "r": "itlux" }, | |
{ "w": "obviously", "r": "maygob" }, | |
{ "w": "announces", "r": "koidee" }, | |
{ "w": "borrowing", "r": "palla" }, | |
{ "w": "leveraged", "r": "onkep" }, | |
{ "w": "AppleTalk", "r": "gosski" }, | |
{ "w": "prototype", "r": "yokzuu" }, | |
{ "w": "permitted", "r": "whyahs" }, | |
{ "w": "satisfied", "r": "elkus" }, | |
{ "w": "civilians", "r": "getpap" }, | |
{ "w": "reactions", "r": "voxaby" }, | |
{ "w": "magazines", "r": "seguke" }, | |
{ "w": "referring", "r": "logho" }, | |
{ "w": "economics", "r": "oddars" }, | |
{ "w": "dividends", "r": "wabyam" }, | |
{ "w": "reluctant", "r": "fizgob" }, | |
{ "w": "taxpayers", "r": "inka" }, | |
{ "w": "intention", "r": "effduh" }, | |
{ "w": "Frankfurt", "r": "oafmay" }, | |
{ "w": "collapsed", "r": "gymhad" }, | |
{ "w": "attracted", "r": "baanam" }, | |
{ "w": "searching", "r": "ehsop" }, | |
{ "w": "regularly", "r": "yakqi" }, | |
{ "w": "one-third", "r": "gabbib" }, | |
{ "w": "confusion", "r": "gaspen" }, | |
{ "w": "replacing", "r": "acesod" }, | |
{ "w": "numerical", "r": "coymog" }, | |
{ "w": "successor", "r": "ensoh" }, | |
{ "w": "economies", "r": "dyeyin" }, | |
{ "w": "scattered", "r": "munpod" }, | |
{ "w": "subsystem", "r": "leukep" }, | |
{ "w": "promotion", "r": "bosraw" }, | |
{ "w": "generates", "r": "zighob" }, | |
{ "w": "aerospace", "r": "eyelev" }, | |
{ "w": "Hampshire", "r": "anerap" }, | |
{ "w": "exclusive", "r": "matdie" }, | |
{ "w": "traveling", "r": "bomig" }, | |
{ "w": "violation", "r": "beymi" }, | |
{ "w": "consensus", "r": "efshub" }, | |
{ "w": "incentive", "r": "dueya" }, | |
{ "w": "tradition", "r": "bigram" }, | |
{ "w": "penalties", "r": "labtan" }, | |
{ "w": "responses", "r": "sadhag" }, | |
{ "w": "favorable", "r": "effmib" }, | |
{ "w": "selecting", "r": "domcis" }, | |
{ "w": "investing", "r": "towbee" }, | |
{ "w": "evolution", "r": "sotcaw" }, | |
{ "w": "districts", "r": "hutcot" }, | |
{ "w": "Jerusalem", "r": "faborb" }, | |
{ "w": "packaging", "r": "ummset" }, | |
{ "w": "accidents", "r": "tedcru" }, | |
{ "w": "offensive", "r": "momdap" }, | |
{ "w": "multiuser", "r": "godeds" }, | |
{ "w": "Alexander", "r": "jayshe" }, | |
{ "w": "movements", "r": "sunmob" }, | |
{ "w": "uncertain", "r": "gidpox" }, | |
{ "w": "Cleveland", "r": "resdel" }, | |
{ "w": "on-screen", "r": "kirar" }, | |
{ "w": "sustained", "r": "pigtee" }, | |
{ "w": "happening", "r": "tipfid" }, | |
{ "w": "basically", "r": "revis" }, | |
{ "w": "extending", "r": "affnim" }, | |
{ "w": "designing", "r": "attcol" }, | |
{ "w": "unlimited", "r": "kitleg" }, | |
{ "w": "acquiring", "r": "fempox" }, | |
{ "w": "networked", "r": "dommon" }, | |
{ "w": "triggered", "r": "sotuns" }, | |
{ "w": "discounts", "r": "gaeess" }, | |
{ "w": "succeeded", "r": "awlpot" }, | |
{ "w": "monitored", "r": "cuttas" }, | |
{ "w": "gathering", "r": "miglek" }, | |
{ "w": "injection", "r": "uteaal" }, | |
{ "w": "PageMaker", "r": "wokgum" }, | |
{ "w": "considers", "r": "riatea" }, | |
{ "w": "neighbors", "r": "hehtat" }, | |
{ "w": "gradually", "r": "toere" }, | |
{ "w": "schedules", "r": "haynos" }, | |
{ "w": "animation", "r": "lopax" }, | |
{ "w": "wonderful", "r": "nabwab" }, | |
{ "w": "wholesale", "r": "dimamp" }, | |
{ "w": "publicity", "r": "netbye" }, | |
{ "w": "crackdown", "r": "fudya" }, | |
{ "w": "retrieval", "r": "runsky" }, | |
{ "w": "hazardous", "r": "lotsir" }, | |
{ "w": "migration", "r": "essilk" }, | |
{ "w": "magnitude", "r": "inkpro" }, | |
{ "w": "interrupt", "r": "usecoo" }, | |
{ "w": "intensity", "r": "zekran" }, | |
{ "w": "separated", "r": "wharug" }, | |
{ "w": "expecting", "r": "nebdye" }, | |
{ "w": "calculate", "r": "bibmu" }, | |
{ "w": "decreased", "r": "ohmraj" }, | |
{ "w": "copyright", "r": "wyelek" }, | |
{ "w": "specialty", "r": "wotcol" }, | |
{ "w": "processed", "r": "nogand" }, | |
{ "w": "furniture", "r": "laxlye" }, | |
{ "w": "northeast", "r": "sobrip" }, | |
{ "w": "discusses", "r": "weejoe" }, | |
{ "w": "excessive", "r": "bisail" }, | |
{ "w": "Baltimore", "r": "orjob" }, | |
{ "w": "sentiment", "r": "eelkep" }, | |
{ "w": "household", "r": "toylek" }, | |
{ "w": "Sunnyvale", "r": "peem" }, | |
{ "w": "southeast", "r": "gadre" }, | |
{ "w": "terrorist", "r": "kephag" }, | |
{ "w": "Elizabeth", "r": "pismet" }, | |
{ "w": "promoting", "r": "aspefs" }, | |
{ "w": "qualified", "r": "ecuhug" }, | |
{ "w": "batteries", "r": "gedkip" }, | |
{ "w": "partially", "r": "shaaid" }, | |
{ "w": "conflicts", "r": "avotau" }, | |
{ "w": "campaigns", "r": "peaby" }, | |
{ "w": "bandwidth", "r": "byepom" }, | |
{ "w": "ourselves", "r": "byspub" }, | |
{ "w": "affecting", "r": "lisbud" }, | |
{ "w": "correctly", "r": "ainmel" }, | |
{ "w": "incidents", "r": "hetsri" }, | |
{ "w": "strongest", "r": "odeset" }, | |
{ "w": "mandatory", "r": "popba" }, | |
{ "w": "realistic", "r": "hawmus" }, | |
{ "w": "six-month", "r": "alton" }, | |
{ "w": "emotional", "r": "waeods" }, | |
{ "w": "attending", "r": "iffpic" }, | |
{ "w": "reviewing", "r": "wardos" }, | |
{ "w": "antitrust", "r": "fedel" }, | |
{ "w": "Robertson", "r": "kegave" }, | |
{ "w": "machinery", "r": "pespye" }, | |
{ "w": "voluntary", "r": "fesuk" }, | |
{ "w": "initiated", "r": "telmi" }, | |
{ "w": "McDonnell", "r": "oafloo" }, | |
{ "w": "accepting", "r": "unsmac" }, | |
{ "w": "Newsbytes", "r": "aricy" }, | |
{ "w": "compilers", "r": "rimfes" }, | |
{ "w": "remainder", "r": "yamlea" }, | |
{ "w": "contended", "r": "piaeh" }, | |
{ "w": "indicator", "r": "tetawe" }, | |
{ "w": "shortages", "r": "tetama" }, | |
{ "w": "ambitious", "r": "tadvie" }, | |
{ "w": "paragraph", "r": "gobsha" }, | |
{ "w": "discovery", "r": "cepfed" }, | |
{ "w": "prevented", "r": "sunoxo" }, | |
{ "w": "Argentina", "r": "simug" }, | |
{ "w": "connector", "r": "senobi" }, | |
{ "w": "behaviour", "r": "ofsae" }, | |
{ "w": "illegally", "r": "abspam" }, | |
{ "w": "somewhere", "r": "sosjog" }, | |
{ "w": "substance", "r": "badkye" }, | |
{ "w": "impressed", "r": "biscig" }, | |
{ "w": "high-tech", "r": "oafer" }, | |
{ "w": "Similarly", "r": "sotzax" }, | |
{ "w": "violating", "r": "wopdid" }, | |
{ "w": "sequences", "r": "udofeh" }, | |
{ "w": "molecular", "r": "ecuown" }, | |
{ "w": "variation", "r": "colpic" }, | |
{ "w": "residence", "r": "omsaga" }, | |
{ "w": "corrosion", "r": "budtwo" }, | |
{ "w": "Palestine", "r": "noolaw" }, | |
{ "w": "Socialist", "r": "sapaa" }, | |
{ "w": "southwest", "r": "yexi" }, | |
{ "w": "sentences", "r": "slydee" }, | |
{ "w": "terrorism", "r": "manoz" }, | |
{ "w": "instances", "r": "gymlie" }, | |
{ "w": "precisely", "r": "iffmo" }, | |
{ "w": "Lithuania", "r": "yuktwa" }, | |
{ "w": "retailing", "r": "napghi" }, | |
{ "w": "placement", "r": "piscum" }, | |
{ "w": "cooperate", "r": "hagcam" }, | |
{ "w": "advocates", "r": "yodalt" }, | |
{ "w": "cigarette", "r": "sungas" }, | |
{ "w": "upgrading", "r": "maxlux" }, | |
{ "w": "defensive", "r": "soujoe" }, | |
{ "w": "diagnosis", "r": "orbjar" }, | |
{ "w": "postponed", "r": "tegulu" }, | |
{ "w": "diffusion", "r": "piaer" }, | |
{ "w": "obtaining", "r": "sipfog" }, | |
{ "w": "mountains", "r": "ukesub" }, | |
{ "w": "megabytes", "r": "eelamp" }, | |
{ "w": "front-end", "r": "raiulu" }, | |
{ "w": "appealing", "r": "gostop" }, | |
{ "w": "survivors", "r": "plybot" }, | |
{ "w": "allocated", "r": "moawyn" }, | |
{ "w": "Brazilian", "r": "hopoms" }, | |
{ "w": "proposing", "r": "runkex" }, | |
{ "w": "withdrawn", "r": "cotmor" }, | |
{ "w": "Caribbean", "r": "gibtab" }, | |
{ "w": "featuring", "r": "mewdui" }, | |
{ "w": "templates", "r": "zephut" }, | |
{ "w": "discharge", "r": "zipsad" }, | |
{ "w": "combining", "r": "kexso" }, | |
{ "w": "launching", "r": "dawgoy" }, | |
{ "w": "Greenspan", "r": "antoxy" }, | |
{ "w": "intensive", "r": "pyadev" }, | |
{ "w": "unusually", "r": "thyoz" }, | |
{ "w": "facsimile", "r": "shyuse" }, | |
{ "w": "Federated", "r": "hugoy" }, | |
{ "w": "debugging", "r": "jarfub" }, | |
{ "w": "full-time", "r": "omrom" }, | |
{ "w": "perceived", "r": "sotalt" }, | |
{ "w": "Telegraph", "r": "dalseg" }, | |
{ "w": "donations", "r": "levpug" }, | |
{ "w": "construct", "r": "eongun" }, | |
{ "w": "strengths", "r": "twaset" }, | |
{ "w": "paintings", "r": "affain" }, | |
{ "w": "threshold", "r": "dimseg" }, | |
{ "w": "highlight", "r": "udoawe" }, | |
{ "w": "translate", "r": "bowrax" }, | |
{ "w": "universal", "r": "exatt" }, | |
{ "w": "workforce", "r": "gemabo" }, | |
{ "w": "perfectly", "r": "lagwae" }, | |
{ "w": "messaging", "r": "skakoi" }, | |
{ "w": "tentative", "r": "damrow" }, | |
{ "w": "warehouse", "r": "sencox" }, | |
{ "w": "registers", "r": "mimmat" }, | |
{ "w": "infection", "r": "andowe" }, | |
{ "w": "hard-disk", "r": "hubdry" }, | |
{ "w": "revisions", "r": "rawla" }, | |
{ "w": "hierarchy", "r": "baynom" }, | |
{ "w": "screening", "r": "hehcox" }, | |
{ "w": "excluding", "r": "emfly" }, | |
{ "w": "inability", "r": "voefes" }, | |
{ "w": "microwave", "r": "nookor" }, | |
{ "w": "defendant", "r": "arto" }, | |
{ "w": "confusing", "r": "pureds" }, | |
{ "w": "Hungarian", "r": "sacdim" }, | |
{ "w": "classical", "r": "oyoi" }, | |
{ "w": "precision", "r": "varbit" }, | |
{ "w": "assembled", "r": "menam" }, | |
{ "w": "toll-free", "r": "filapo" }, | |
{ "w": "skeptical", "r": "ahahas" }, | |
{ "w": "electoral", "r": "tupjow" }, | |
{ "w": "appearing", "r": "erswen" }, | |
{ "w": "tolerance", "r": "anijob" }, | |
{ "w": "thickness", "r": "jotflu" }, | |
{ "w": "four-year", "r": "hoyoe" }, | |
{ "w": "nominated", "r": "sitjew" }, | |
{ "w": "providers", "r": "hatsup" }, | |
{ "w": "attribute", "r": "recbaa" }, | |
{ "w": "naturally", "r": "lagit" }, | |
{ "w": "takeovers", "r": "aifop" }, | |
{ "w": "alternate", "r": "eaufeh" }, | |
{ "w": "assurance", "r": "oseleg" }, | |
{ "w": "obstacles", "r": "vimapp" }, | |
{ "w": "Colombian", "r": "untam" }, | |
{ "w": "evacuated", "r": "geymas" }, | |
{ "w": "apartheid", "r": "ovasel" }, | |
{ "w": "answering", "r": "looerg" }, | |
{ "w": "reception", "r": "awlbos" }, | |
{ "w": "reservoir", "r": "boysol" }, | |
{ "w": "corrected", "r": "nubdel" }, | |
{ "w": "supplying", "r": "fitfem" }, | |
{ "w": "franchise", "r": "revum" }, | |
{ "w": "lucrative", "r": "fitba" }, | |
{ "w": "Coca-Cola", "r": "obawha" }, | |
{ "w": "justified", "r": "lawtsk" }, | |
{ "w": "abortions", "r": "parub" }, | |
{ "w": "three-day", "r": "fadleu" }, | |
{ "w": "kidnapped", "r": "leyora" }, | |
{ "w": "liquidity", "r": "skavee" }, | |
{ "w": "governors", "r": "sawart" }, | |
{ "w": "inclusion", "r": "pieoca" }, | |
{ "w": "courtroom", "r": "vishyp" }, | |
{ "w": "achieving", "r": "giewad" }, | |
{ "w": "comparing", "r": "ryazoo" }, | |
{ "w": "routinely", "r": "pyxsly" }, | |
{ "w": "synthesis", "r": "avosew" }, | |
{ "w": "Henderson", "r": "viepa" }, | |
{ "w": "low-level", "r": "cayso" }, | |
{ "w": "condemned", "r": "aspnix" }, | |
{ "w": "desirable", "r": "skikoi" }, | |
{ "w": "occurring", "r": "nixpeg" }, | |
{ "w": "rejection", "r": "wudhen" }, | |
{ "w": "Politburo", "r": "reiaim" }, | |
{ "w": "resonance", "r": "pecqat" }, | |
{ "w": "exemption", "r": "koahob" }, | |
{ "w": "examining", "r": "ampfor" }, | |
{ "w": "comprises", "r": "gamasp" }, | |
{ "w": "customize", "r": "ragpah" }, | |
{ "w": "affiliate", "r": "wagrap" }, | |
{ "w": "electrons", "r": "wyncog" }, | |
{ "w": "selective", "r": "hagbig" }, | |
{ "w": "provinces", "r": "nthtic" }, | |
{ "w": "marijuana", "r": "ossel" }, | |
{ "w": "daughters", "r": "miccwm" }, | |
{ "w": "recycling", "r": "piewas" }, | |
{ "w": "livestock", "r": "werye" }, | |
{ "w": "pull-down", "r": "ohoyow" }, | |
{ "w": "benefited", "r": "topsue" }, | |
{ "w": "state-run", "r": "luvmut" }, | |
{ "w": "typefaces", "r": "rocrow" }, | |
{ "w": "simulated", "r": "urbgin" }, | |
{ "w": "landscape", "r": "papdim" }, | |
{ "w": "optimized", "r": "shyarc" }, | |
{ "w": "collision", "r": "souvar" }, | |
{ "w": "isolation", "r": "wogxis" }, | |
{ "w": "physician", "r": "miefs" }, | |
{ "w": "additions", "r": "layski" }, | |
{ "w": "travelers", "r": "phtmew" }, | |
{ "w": "LocalTalk", "r": "noonor" }, | |
{ "w": "windowing", "r": "ryenaw" }, | |
{ "w": "borrowers", "r": "reimog" }, | |
{ "w": "container", "r": "voepia" }, | |
{ "w": "explosive", "r": "gonog" }, | |
{ "w": "accessing", "r": "yowher" }, | |
{ "w": "clearance", "r": "nixfez" }, | |
{ "w": "attitudes", "r": "benjun" }, | |
{ "w": "breakdown", "r": "skimun" }, | |
{ "w": "stimulate", "r": "kiyes" }, | |
{ "w": "duplicate", "r": "amperr" }, | |
{ "w": "formatted", "r": "cotkoa" }, | |
{ "w": "videotape", "r": "xiads" }, | |
{ "w": "commented", "r": "pyeais" }, | |
{ "w": "concludes", "r": "saeped" }, | |
{ "w": "cautioned", "r": "wayabs" }, | |
{ "w": "inquiries", "r": "mycbrr" }, | |
{ "w": "dissident", "r": "latort" }, | |
{ "w": "artillery", "r": "maxcox" }, | |
{ "w": "shareware", "r": "goono" }, | |
{ "w": "spreading", "r": "forsec" }, | |
{ "w": "emphasize", "r": "fobshe" }, | |
{ "w": "Indonesia", "r": "ourreb" }, | |
{ "w": "chemistry", "r": "dawaba" }, | |
{ "w": "militants", "r": "ecuewe" }, | |
{ "w": "arbitrary", "r": "lacif" }, | |
{ "w": "Cupertino", "r": "anyedh" }, | |
{ "w": "listening", "r": "icygie" }, | |
{ "w": "Europeans", "r": "micvug" }, | |
{ "w": "intuitive", "r": "crusim" }, | |
{ "w": "surrender", "r": "jibbad" }, | |
{ "w": "abilities", "r": "umpzek" }, | |
{ "w": "motivated", "r": "etefs" }, | |
{ "w": "transform", "r": "piumop" }, | |
{ "w": "awareness", "r": "utefun" }, | |
{ "w": "releasing", "r": "roehum" }, | |
{ "w": "probation", "r": "coyman" }, | |
{ "w": "alliances", "r": "yagbi" }, | |
{ "w": "encounter", "r": "cotjeu" }, | |
{ "w": "alongside", "r": "tajhen" }, | |
{ "w": "activated", "r": "wigta" }, | |
{ "w": "Rochester", "r": "alfen" }, | |
{ "w": "attacking", "r": "waeurn" }, | |
{ "w": "Digital's", "r": "hoyaal" }, | |
{ "w": "Milwaukee", "r": "zipuse" }, | |
{ "w": "product's", "r": "recavo" }, | |
{ "w": "invention", "r": "apeopt" }, | |
{ "w": "airplanes", "r": "alzip" }, | |
{ "w": "signature", "r": "whyers" }, | |
{ "w": "certified", "r": "ergbo" }, | |
{ "w": "admission", "r": "nthdan" }, | |
{ "w": "Nashville", "r": "tisheh" }, | |
{ "w": "detectors", "r": "pitram" }, | |
{ "w": "companion", "r": "hutjew" }, | |
{ "w": "necessity", "r": "radsib" }, | |
{ "w": "volunteer", "r": "bodzig" }, | |
{ "w": "stationed", "r": "zipimp" }, | |
{ "w": "unrelated", "r": "misbag" }, | |
{ "w": "Paramount", "r": "obaany" }, | |
{ "w": "oxidation", "r": "ohaga" }, | |
{ "w": "analyzing", "r": "wetlib" }, | |
{ "w": "prompting", "r": "gassib" }, | |
{ "w": "removable", "r": "wowrig" }, | |
{ "w": "partition", "r": "yarbes" }, | |
{ "w": "policemen", "r": "sacdit" }, | |
{ "w": "after-tax", "r": "napsew" }, | |
{ "w": "classroom", "r": "neeyes" }, | |
{ "w": "persuaded", "r": "curnil" }, | |
{ "w": "regulated", "r": "kobmo" }, | |
{ "w": "configure", "r": "witkue" }, | |
{ "w": "transient", "r": "taeobe" }, | |
{ "w": "defending", "r": "segads" }, | |
{ "w": "decreases", "r": "teeeve" }, | |
{ "w": "shrinking", "r": "foxjaw" }, | |
{ "w": "Tektronix", "r": "pupbiz" }, | |
{ "w": "suspicion", "r": "faywee" }, | |
{ "w": "exceeding", "r": "dabmet" }, | |
{ "w": "subjected", "r": "agatry" }, | |
{ "w": "publishes", "r": "hicat" }, | |
{ "w": "averaging", "r": "booday" }, | |
{ "w": "timetable", "r": "emehim" }, | |
{ "w": "arbitrage", "r": "deejar" }, | |
{ "w": "Hezbollah", "r": "henlux" }, | |
{ "w": "graduates", "r": "hadka" }, | |
{ "w": "architect", "r": "bogam" }, | |
{ "w": "denounced", "r": "difsha" }, | |
{ "w": "apparatus", "r": "celdad" }, | |
{ "w": "Eastern's", "r": "joeago" }, | |
{ "w": "DOS-based", "r": "avoyid" }, | |
{ "w": "exploring", "r": "beyjeu" }, | |
{ "w": "exchanged", "r": "azoabs" }, | |
{ "w": "exporters", "r": "fidgag" }, | |
{ "w": "rendering", "r": "agekey" }, | |
{ "w": "literally", "r": "nagaid" }, | |
{ "w": "respected", "r": "jotsky" }, | |
{ "w": "part-time", "r": "actwho" }, | |
{ "w": "exercises", "r": "piphip" }, | |
{ "w": "breakfast", "r": "ruelad" }, | |
{ "w": "directive", "r": "geldon" }, | |
{ "w": "incorrect", "r": "acejun" }, | |
{ "w": "phenomena", "r": "fohhop" }, | |
{ "w": "targeting", "r": "kashuh" }, | |
{ "w": "intervals", "r": "fietau" }, | |
{ "w": "celebrate", "r": "oudmet" }, | |
{ "w": "televised", "r": "lasden" }, | |
{ "w": "importing", "r": "moagee" }, | |
{ "w": "Norwegian", "r": "badelf" }, | |
{ "w": "retreated", "r": "pawmaw" }, | |
{ "w": "workplace", "r": "odapro" }, | |
{ "w": "Charlotte", "r": "fanhaw" }, | |
{ "w": "Princeton", "r": "umhag" }, | |
{ "w": "advancing", "r": "veggid" }, | |
{ "w": "protested", "r": "somfoh" }, | |
{ "w": "mechanics", "r": "nixat" }, | |
{ "w": "audiences", "r": "elszin" }, | |
{ "w": "incumbent", "r": "filwye" }, | |
{ "w": "premature", "r": "vigapt" }, | |
{ "w": "speculate", "r": "fixso" }, | |
{ "w": "criminals", "r": "baatry" }, | |
{ "w": "anonymous", "r": "nomim" }, | |
{ "w": "Ceausescu", "r": "weegee" }, | |
{ "w": "unsecured", "r": "eftbo" }, | |
{ "w": "employing", "r": "quajaw" }, | |
{ "w": "Arlington", "r": "zaplob" }, | |
{ "w": "Sinhalese", "r": "olaha" }, | |
{ "w": "detention", "r": "adpeg" }, | |
{ "w": "hypertext", "r": "railis" }, | |
{ "w": "hydraulic", "r": "ratopt" }, | |
{ "w": "presently", "r": "luvli" }, | |
{ "w": "forgotten", "r": "sisnan" }, | |
{ "w": "plutonium", "r": "yapnow" }, | |
{ "w": "disappear", "r": "cepnip" }, | |
{ "w": "finishing", "r": "opled" }, | |
{ "w": "deposited", "r": "fixhas" }, | |
{ "w": "policeman", "r": "elsobi" }, | |
{ "w": "underwent", "r": "awnfur" }, | |
{ "w": "inspector", "r": "leghut" }, | |
{ "w": "sheriff's", "r": "pacvie" }, | |
{ "w": "molecules", "r": "heysis" }, | |
{ "w": "nonlinear", "r": "jeelop" }, | |
{ "w": "occasions", "r": "riabah" }, | |
{ "w": "oversight", "r": "sownot" }, | |
{ "w": "followers", "r": "gamba" }, | |
{ "w": "5.25-inch", "r": "eonrob" }, | |
{ "w": "desperate", "r": "hesicy" }, | |
{ "w": "recorders", "r": "keghim" }, | |
{ "w": "afterward", "r": "nubjog" }, | |
{ "w": "acquitted", "r": "yamhup" }, | |
{ "w": "redundant", "r": "earfie" }, | |
{ "w": "dimension", "r": "suqcos" }, | |
{ "w": "interfere", "r": "naerug" }, | |
{ "w": "seemingly", "r": "edskoi" }, | |
{ "w": "Donaldson", "r": "sabgen" }, | |
{ "w": "weakening", "r": "sitmob" }, | |
{ "w": "trademark", "r": "boslap" }, | |
{ "w": "circuitry", "r": "tiay" }, | |
{ "w": "dismissal", "r": "memis" }, | |
{ "w": "consisted", "r": "boweke" }, | |
{ "w": "per-share", "r": "dyekue" }, | |
{ "w": "royalties", "r": "kabons" }, | |
{ "w": "sacrifice", "r": "ampnah" }, | |
{ "w": "hard-line", "r": "nimret" }, | |
{ "w": "Jackson's", "r": "molai" }, | |
{ "w": "specially", "r": "ovakex" }, | |
{ "w": "pregnancy", "r": "nubut" }, | |
{ "w": "complexes", "r": "bitchi" }, | |
{ "w": "executing", "r": "unhod" }, | |
{ "w": "bilateral", "r": "sosboy" }, | |
{ "w": "Smalltalk", "r": "jowawe" }, | |
{ "w": "performer", "r": "jarrec" }, | |
{ "w": "passwords", "r": "andlag" }, | |
{ "w": "specifies", "r": "touke" }, | |
{ "w": "intervene", "r": "paxae" }, | |
{ "w": "rebounded", "r": "aahoe" }, | |
{ "w": "interpret", "r": "obiti" }, | |
{ "w": "adjusting", "r": "bosex" }, | |
{ "w": "diversity", "r": "oakvie" }, | |
{ "w": "federally", "r": "hitfag" }, | |
{ "w": "graduated", "r": "pyerid" }, | |
{ "w": "follow-up", "r": "coohug" }, | |
{ "w": "mid-1980s", "r": "cutfor" }, | |
{ "w": "instantly", "r": "wawurn" }, | |
{ "w": "threatens", "r": "lopser" }, | |
{ "w": "Rodriguez", "r": "leafog" }, | |
{ "w": "reasoning", "r": "wosser" }, | |
{ "w": "musicians", "r": "upozig" }, | |
{ "w": "inherited", "r": "ransap" }, | |
{ "w": "keyboards", "r": "yehdak" }, | |
{ "w": "retaining", "r": "utscam" }, | |
{ "w": "portables", "r": "huerho" }, | |
{ "w": "distances", "r": "pusjot" }, | |
{ "w": "Borland's", "r": "molamu" }, | |
{ "w": "Noriega's", "r": "mosurn" }, | |
{ "w": "surviving", "r": "jugmis" }, | |
{ "w": "undermine", "r": "ofmyc" }, | |
{ "w": "utilizing", "r": "fudso" }, | |
{ "w": "dominance", "r": "kasveg" }, | |
{ "w": "anti-drug", "r": "reezax" }, | |
{ "w": "overthrow", "r": "fluleu" }, | |
{ "w": "treasurer", "r": "ahiyay" }, | |
{ "w": "prolonged", "r": "hajrig" }, | |
{ "w": "hand-held", "r": "utanus" }, | |
{ "w": "attendant", "r": "wadecu" }, | |
{ "w": "centuries", "r": "tegkeg" }, | |
{ "w": "Frederick", "r": "adgym" }, | |
{ "w": "uncovered", "r": "yethod" }, | |
{ "w": "shortfall", "r": "megreb" }, | |
{ "w": "unwilling", "r": "mutpie" }, | |
{ "w": "insolvent", "r": "emhow" }, | |
{ "w": "Chernobyl", "r": "jotani" }, | |
{ "w": "Greyhound", "r": "legsky" }, | |
{ "w": "substrate", "r": "kapa" }, | |
{ "w": "Vancouver", "r": "vauane" }, | |
{ "w": "recipient", "r": "zapmet" }, | |
{ "w": "Teamsters", "r": "ownred" }, | |
{ "w": "societies", "r": "radmo" }, | |
{ "w": "Jefferson", "r": "katgul" }, | |
{ "w": "headlines", "r": "oejog" }, | |
{ "w": "restraint", "r": "kitrod" }, | |
{ "w": "submarine", "r": "betfid" }, | |
{ "w": "teen-ager", "r": "oarsue" }, | |
{ "w": "constants", "r": "foypis" }, | |
{ "w": "communism", "r": "peclot" }, | |
{ "w": "spiritual", "r": "gierei" }, | |
{ "w": "plummeted", "r": "hugbop" }, | |
{ "w": "extracted", "r": "mudicy" }, | |
{ "w": "dissolved", "r": "fizrid" }, | |
{ "w": "colleague", "r": "ceesea" }, | |
{ "w": "stringent", "r": "ussei" }, | |
{ "w": "exporting", "r": "kuefug" }, | |
{ "w": "supporter", "r": "wosyag" }, | |
{ "w": "declaring", "r": "apetag" }, | |
{ "w": "hurricane", "r": "elkich" }, | |
{ "w": "dispersed", "r": "archim" }, | |
{ "w": "scenarios", "r": "golop" }, | |
{ "w": "Judiciary", "r": "finvav" }, | |
{ "w": "Hispanics", "r": "rowreg" }, | |
{ "w": "restoring", "r": "adoleu" }, | |
{ "w": "merchants", "r": "basob" }, | |
{ "w": "terminate", "r": "macbye" }, | |
{ "w": "synthetic", "r": "cudmow" }, | |
{ "w": "criterion", "r": "ahaars" }, | |
{ "w": "Stockholm", "r": "papneg" }, | |
{ "w": "nightmare", "r": "hubnam" }, | |
{ "w": "incidence", "r": "souion" }, | |
{ "w": "brilliant", "r": "rubzep" }, | |
{ "w": "keystroke", "r": "maxsou" }, | |
{ "w": "wondering", "r": "pegcoy" }, | |
{ "w": "struggled", "r": "yowrem" }, | |
{ "w": "collector", "r": "askrho" }, | |
{ "w": "preceding", "r": "powfou" }, | |
{ "w": "stabilize", "r": "qisjeu" }, | |
{ "w": "Cambodian", "r": "perip" }, | |
{ "w": "paperwork", "r": "hagova" }, | |
{ "w": "modifying", "r": "gemhis" }, | |
{ "w": "breathing", "r": "efsob" }, | |
{ "w": "assessing", "r": "nampea" }, | |
{ "w": "specifics", "r": "riglex" }, | |
{ "w": "drawbacks", "r": "dorgot" }, | |
{ "w": "childhood", "r": "henmos" }, | |
{ "w": "converter", "r": "olalt" }, | |
{ "w": "primitive", "r": "uself" }, | |
{ "w": "amplitude", "r": "boolat" }, | |
{ "w": "Steinberg", "r": "eragas" }, | |
{ "w": "disagreed", "r": "etabuy" }, | |
{ "w": "Amsterdam", "r": "altray" }, | |
{ "w": "general's", "r": "pislye" }, | |
{ "w": "defective", "r": "faynoh" }, | |
{ "w": "narcotics", "r": "hipmon" }, | |
{ "w": "surprises", "r": "linpow" }, | |
{ "w": "Anchorage", "r": "orurn" }, | |
{ "w": "precedent", "r": "appimp" }, | |
{ "w": "prohibits", "r": "wascud" }, | |
{ "w": "successes", "r": "rajhop" }, | |
{ "w": "repayment", "r": "mellux" }, | |
{ "w": "orchestra", "r": "armsoy" }, | |
{ "w": "financier", "r": "rigump" }, | |
{ "w": "specimens", "r": "ortaha" }, | |
{ "w": "accessory", "r": "odadev" }, | |
{ "w": "smuggling", "r": "bibee" }, | |
{ "w": "fragments", "r": "laydis" }, | |
{ "w": "conductor", "r": "esvid" }, | |
{ "w": "Lebanon's", "r": "efsdon" }, | |
{ "w": "belonging", "r": "spahow" }, | |
{ "w": "densities", "r": "oohhie" }, | |
{ "w": "government", "r": "obidan" }, | |
{ "w": "management", "r": "lodo" }, | |
{ "w": "technology", "r": "levcon" }, | |
{ "w": "Department", "r": "wetaby" }, | |
{ "w": "production", "r": "kitash" }, | |
{ "w": "operations", "r": "orssic" }, | |
{ "w": "investment", "r": "hajzoa" }, | |
{ "w": "processing", "r": "vexdak" }, | |
{ "w": "additional", "r": "kabmix" }, | |
{ "w": "University", "r": "wizos" }, | |
{ "w": "considered", "r": "pundif" }, | |
{ "w": "commercial", "r": "satand" }, | |
{ "w": "conditions", "r": "aideye" }, | |
{ "w": "conference", "r": "xuoda" }, | |
{ "w": "television", "r": "humgam" }, | |
{ "w": "securities", "r": "mmjin" }, | |
{ "w": "especially", "r": "keapac" }, | |
{ "w": "Commission", "r": "pomlad" }, | |
{ "w": "businesses", "r": "zapdor" }, | |
{ "w": "Democratic", "r": "nobop" }, | |
{ "w": "industrial", "r": "lagpal" }, | |
{ "w": "individual", "r": "poptaw" }, | |
{ "w": "previously", "r": "cumaha" }, | |
{ "w": "electronic", "r": "medna" }, | |
{ "w": "introduced", "r": "leenom" }, | |
{ "w": "particular", "r": "cadurb" }, | |
{ "w": "opposition", "r": "koinap" }, | |
{ "w": "developers", "r": "nitaye" }, | |
{ "w": "executives", "r": "yetend" }, | |
{ "w": "facilities", "r": "whayob" }, | |
{ "w": "developing", "r": "jamsun" }, | |
{ "w": "experience", "r": "ayeboo" }, | |
{ "w": "resolution", "r": "obeuta" }, | |
{ "w": "activities", "r": "nixcee" }, | |
{ "w": "determined", "r": "refwry" }, | |
{ "w": "Republican", "r": "owlgad" }, | |
{ "w": "increasing", "r": "yakhay" }, | |
{ "w": "protection", "r": "aganot" }, | |
{ "w": "integrated", "r": "eraick" }, | |
{ "w": "components", "r": "kafpya" }, | |
{ "w": "relatively", "r": "namwap" }, | |
{ "w": "identified", "r": "rodasp" }, | |
{ "w": "successful", "r": "gosof" }, | |
{ "w": "accounting", "r": "tunfet" }, | |
{ "w": "apparently", "r": "andrib" }, | |
{ "w": "techniques", "r": "odabod" }, | |
{ "w": "throughout", "r": "fadtaw" }, | |
{ "w": "procedures", "r": "urdtie" }, | |
{ "w": "subsidiary", "r": "elfwat" }, | |
{ "w": "difference", "r": "runors" }, | |
{ "w": "properties", "r": "difbud" }, | |
{ "w": "settlement", "r": "pohluv" }, | |
{ "w": "associated", "r": "roekep" }, | |
{ "w": "generation", "r": "danguy" }, | |
{ "w": "PostScript", "r": "skyree" }, | |
{ "w": "compatible", "r": "ukebid" }, | |
{ "w": "population", "r": "wagleu" }, | |
{ "w": "understand", "r": "illzzz" }, | |
{ "w": "percentage", "r": "fobaft" }, | |
{ "w": "continuing", "r": "twogam" }, | |
{ "w": "publishing", "r": "gagawe" }, | |
{ "w": "connection", "r": "baylez" }, | |
{ "w": "interested", "r": "dinae" }, | |
{ "w": "capability", "r": "rawnab" }, | |
{ "w": "controller", "r": "fanay" }, | |
{ "w": "eventually", "r": "apejoe" }, | |
{ "w": "processors", "r": "laxdew" }, | |
{ "w": "parameters", "r": "labort" }, | |
{ "w": "candidates", "r": "winbin" }, | |
{ "w": "represents", "r": "catalb" }, | |
{ "w": "characters", "r": "robbys" }, | |
{ "w": "networking", "r": "ofand" }, | |
{ "w": "interfaces", "r": "exlac" }, | |
{ "w": "leadership", "r": "elsmob" }, | |
{ "w": "background", "r": "ekeods" }, | |
{ "w": "statements", "r": "emdis" }, | |
{ "w": "collection", "r": "aedig" }, | |
{ "w": "equivalent", "r": "boxfit" }, | |
{ "w": "nationwide", "r": "heraw" }, | |
{ "w": "controlled", "r": "wokyew" }, | |
{ "w": "efficiency", "r": "ailsly" }, | |
{ "w": "supporting", "r": "serbap" }, | |
{ "w": "confidence", "r": "dabich" }, | |
{ "w": "completely", "r": "saxdey" }, | |
{ "w": "containing", "r": "urdbib" }, | |
{ "w": "bankruptcy", "r": "ovapiu" }, | |
{ "w": "attractive", "r": "yupyin" }, | |
{ "w": "provisions", "r": "yescum" }, | |
{ "w": "industries", "r": "esmim" }, | |
{ "w": "structures", "r": "kepark" }, | |
{ "w": "assistance", "r": "satpun" }, | |
{ "w": "discovered", "r": "andyen" }, | |
{ "w": "agreements", "r": "bowdie" }, | |
{ "w": "Associates", "r": "styme" }, | |
{ "w": "employment", "r": "amudui" }, | |
{ "w": "transition", "r": "cwmyah" }, | |
{ "w": "conversion", "r": "whaal" }, | |
{ "w": "newspapers", "r": "vegill" }, | |
{ "w": "guerrillas", "r": "hidyeh" }, | |
{ "w": "monitoring", "r": "digmol" }, | |
{ "w": "evaluation", "r": "megrei" }, | |
{ "w": "threatened", "r": "jabkor" }, | |
{ "w": "short-term", "r": "esqis" }, | |
{ "w": "consultant", "r": "garkid" }, | |
{ "w": "commitment", "r": "batcwm" }, | |
{ "w": "regulators", "r": "seimol" }, | |
{ "w": "regulatory", "r": "ticbar" }, | |
{ "w": "comparison", "r": "appalt" }, | |
{ "w": "importance", "r": "oakbot" }, | |
{ "w": "originally", "r": "camrya" }, | |
{ "w": "statistics", "r": "simbut" }, | |
{ "w": "passengers", "r": "hicpay" }, | |
{ "w": "frequently", "r": "fersos" }, | |
{ "w": "calculated", "r": "odeeau" }, | |
{ "w": "supporters", "r": "ivydon" }, | |
{ "w": "regulation", "r": "podhaj" }, | |
{ "w": "scientists", "r": "orswha" }, | |
{ "w": "consulting", "r": "femshe" }, | |
{ "w": "multimedia", "r": "bizcob" }, | |
{ "w": "advantages", "r": "dahwed" }, | |
{ "w": "discussion", "r": "alplee" }, | |
{ "w": "consistent", "r": "jaggen" }, | |
{ "w": "resistance", "r": "winzed" }, | |
{ "w": "Parliament", "r": "labrip" }, | |
{ "w": "definition", "r": "senemu" }, | |
{ "w": "criticized", "r": "piglea" }, | |
{ "w": "convention", "r": "cwmgad" }, | |
{ "w": "electrical", "r": "lidaa" }, | |
{ "w": "scientific", "r": "hmmlox" }, | |
{ "w": "reportedly", "r": "ryerib" }, | |
{ "w": "economists", "r": "molei" }, | |
{ "w": "maintained", "r": "nanmib" }, | |
{ "w": "widespread", "r": "todnoh" }, | |
{ "w": "reasonable", "r": "awfig" }, | |
{ "w": "mainframes", "r": "ofther" }, | |
{ "w": "impossible", "r": "alaoh" }, | |
{ "w": "relational", "r": "agasit" }, | |
{ "w": "attributed", "r": "wagkis" }, | |
{ "w": "appearance", "r": "belghi" }, | |
{ "w": "sufficient", "r": "idsfag" }, | |
{ "w": "retirement", "r": "pennah" }, | |
{ "w": "profitable", "r": "mydak" }, | |
{ "w": "registered", "r": "iffimp" }, | |
{ "w": "complaints", "r": "onelev" }, | |
{ "w": "guidelines", "r": "latho" }, | |
{ "w": "compromise", "r": "kegbus" }, | |
{ "w": "experiment", "r": "ovaduh" }, | |
{ "w": "membership", "r": "wotrum" }, | |
{ "w": "authorized", "r": "raizas" }, | |
{ "w": "simulation", "r": "getqua" }, | |
{ "w": "laboratory", "r": "adtae" }, | |
{ "w": "assessment", "r": "cambro" }, | |
{ "w": "aggressive", "r": "ithis" }, | |
{ "w": "concerning", "r": "ivyeft" }, | |
{ "w": "categories", "r": "himbun" }, | |
{ "w": "complained", "r": "ophae" }, | |
{ "w": "restaurant", "r": "tugnog" }, | |
{ "w": "underlying", "r": "urdre" }, | |
{ "w": "nomination", "r": "hoppax" }, | |
{ "w": "violations", "r": "yokeke" }, | |
{ "w": "comparable", "r": "axfid" }, | |
{ "w": "protesters", "r": "pewbal" }, | |
{ "w": "reputation", "r": "maxled" }, | |
{ "w": "Foundation", "r": "irkfon" }, | |
{ "w": "withdrawal", "r": "bodawe" }, | |
{ "w": "purchasing", "r": "shygal" }, | |
{ "w": "Australian", "r": "huptug" }, | |
{ "w": "reductions", "r": "labtas" }, | |
{ "w": "diplomatic", "r": "ellbal" }, | |
{ "w": "inspection", "r": "keasay" }, | |
{ "w": "automation", "r": "lopyx" }, | |
{ "w": "strategies", "r": "zepeta" }, | |
{ "w": "defendants", "r": "joyour" }, | |
{ "w": "acceptable", "r": "hmaby" }, | |
{ "w": "high-speed", "r": "cowmic" }, | |
{ "w": "difficulty", "r": "brrnew" }, | |
{ "w": "colleagues", "r": "etoil" }, | |
{ "w": "recognized", "r": "faggun" }, | |
{ "w": "repeatedly", "r": "oletin" }, | |
{ "w": "separately", "r": "ismdad" }, | |
{ "w": "subsequent", "r": "ekefiz" }, | |
{ "w": "revolution", "r": "actmar" }, | |
{ "w": "programmer", "r": "bigboo" }, | |
{ "w": "approaches", "r": "rimfil" }, | |
{ "w": "indictment", "r": "misugh" }, | |
{ "w": "specialist", "r": "taxoot" }, | |
{ "w": "encouraged", "r": "keynot" }, | |
{ "w": "introduces", "r": "antas" }, | |
{ "w": "impressive", "r": "tomzoo" }, | |
{ "w": "optimistic", "r": "jawzas" }, | |
{ "w": "atmosphere", "r": "yewsi" }, | |
{ "w": "industry's", "r": "oybal" }, | |
{ "w": "currencies", "r": "shaoka" }, | |
{ "w": "mechanical", "r": "amipea" }, | |
{ "w": "indication", "r": "owntom" }, | |
{ "w": "structural", "r": "esstam" }, | |
{ "w": "acceptance", "r": "flynut" }, | |
{ "w": "compliance", "r": "vetwoe" }, | |
{ "w": "questioned", "r": "setsou" }, | |
{ "w": "two-thirds", "r": "brajet" }, | |
{ "w": "helicopter", "r": "ellfem" }, | |
{ "w": "initiative", "r": "fibgae" }, | |
{ "w": "earthquake", "r": "vawtad" }, | |
{ "w": "reflecting", "r": "ladnag" }, | |
{ "w": "performing", "r": "owlmas" }, | |
{ "w": "debentures", "r": "dotdon" }, | |
{ "w": "permission", "r": "ryapeh" }, | |
{ "w": "cease-fire", "r": "kingut" }, | |
{ "w": "ultimately", "r": "ohmmic" }, | |
{ "w": "conspiracy", "r": "nownom" }, | |
{ "w": "delegation", "r": "rodun" }, | |
{ "w": "completion", "r": "hopqis" }, | |
{ "w": "attributes", "r": "kisgam" }, | |
{ "w": "functional", "r": "orebee" }, | |
{ "w": "Liberation", "r": "bapcep" }, | |
{ "w": "complexity", "r": "gigain" }, | |
{ "w": "Solidarity", "r": "tiphao" }, | |
{ "w": "conclusion", "r": "baseve" }, | |
{ "w": "corruption", "r": "apoute" }, | |
{ "w": "mechanisms", "r": "soymoa" }, | |
{ "w": "consortium", "r": "elsbig" }, | |
{ "w": "separation", "r": "thoya" }, | |
{ "w": "contribute", "r": "nayar" }, | |
{ "w": "enterprise", "r": "powivy" }, | |
{ "w": "foreigners", "r": "errgab" }, | |
{ "w": "three-year", "r": "asmid" }, | |
{ "w": "situations", "r": "yakli" }, | |
{ "w": "extensions", "r": "orhat" }, | |
{ "w": "expression", "r": "odesoy" }, | |
{ "w": "principles", "r": "piunit" }, | |
{ "w": "classified", "r": "hesmow" }, | |
{ "w": "indicating", "r": "kaysri" }, | |
{ "w": "references", "r": "enscap" }, | |
{ "w": "incentives", "r": "agofon" }, | |
{ "w": "dependence", "r": "bundom" }, | |
{ "w": "distribute", "r": "beddak" }, | |
{ "w": "restricted", "r": "hugrig" }, | |
{ "w": "eliminated", "r": "maenog" }, | |
{ "w": "continuous", "r": "vautup" }, | |
{ "w": "understood", "r": "ledwud" }, | |
{ "w": "presidency", "r": "peppix" }, | |
{ "w": "guaranteed", "r": "etaerg" }, | |
{ "w": "Pittsburgh", "r": "pawtel" }, | |
{ "w": "scheduling", "r": "heteke" }, | |
{ "w": "generating", "r": "buturn" }, | |
{ "w": "quantities", "r": "irkick" }, | |
{ "w": "ambassador", "r": "powjig" }, | |
{ "w": "algorithms", "r": "baphmm" }, | |
{ "w": "attempting", "r": "dudbes" }, | |
{ "w": "configured", "r": "pipmol" }, | |
{ "w": "combustion", "r": "jagboa" }, | |
{ "w": "litigation", "r": "pomlot" }, | |
{ "w": "conviction", "r": "fibae" }, | |
{ "w": "disclosure", "r": "loosuk" }, | |
{ "w": "throughput", "r": "wizab" }, | |
{ "w": "contractor", "r": "zigvoe" }, | |
{ "w": "correction", "r": "agomic" }, | |
{ "w": "challenges", "r": "iggby" }, | |
{ "w": "historical", "r": "wyntux" }, | |
{ "w": "popularity", "r": "dibyaw" }, | |
{ "w": "Mercantile", "r": "nitcry" }, | |
{ "w": "prosecutor", "r": "dibun" }, | |
{ "w": "structured", "r": "nogkex" }, | |
{ "w": "York-based", "r": "manvaw" }, | |
{ "w": "Vietnamese", "r": "sawhum" }, | |
{ "w": "absolutely", "r": "nuboaf" }, | |
{ "w": "publishers", "r": "peejun" }, | |
{ "w": "regardless", "r": "kyezas" }, | |
{ "w": "committees", "r": "wonal" }, | |
{ "w": "officially", "r": "cryeft" }, | |
{ "w": "installing", "r": "ersbag" }, | |
{ "w": "inadequate", "r": "cothin" }, | |
{ "w": "literature", "r": "iggick" }, | |
{ "w": "monochrome", "r": "lohue" }, | |
{ "w": "amendments", "r": "zaxerr" }, | |
{ "w": "Thursday's", "r": "nusrah" }, | |
{ "w": "negotiated", "r": "daglop" }, | |
{ "w": "designated", "r": "aysmon" }, | |
{ "w": "tremendous", "r": "brrcor" }, | |
{ "w": "accessible", "r": "delern" }, | |
{ "w": "presidents", "r": "salhap" }, | |
{ "w": "diagnostic", "r": "ummpop" }, | |
{ "w": "announcing", "r": "dimlye" }, | |
{ "w": "guarantees", "r": "tajyow" }, | |
{ "w": "high-level", "r": "punyin" }, | |
{ "w": "objectives", "r": "rapbed" }, | |
{ "w": "struggling", "r": "herwho" }, | |
{ "w": "interviews", "r": "nipneg" }, | |
{ "w": "surprising", "r": "artnay" }, | |
{ "w": "horizontal", "r": "notaa" }, | |
{ "w": "innovative", "r": "hubkif" }, | |
{ "w": "artificial", "r": "gnuaim" }, | |
{ "w": "newsletter", "r": "aahyon" }, | |
{ "w": "strengthen", "r": "amaala" }, | |
{ "w": "applicable", "r": "omsbag" }, | |
{ "w": "variations", "r": "namaga" }, | |
{ "w": "definitely", "r": "unex" }, | |
{ "w": "Nicaraguan", "r": "oildef" }, | |
{ "w": "proportion", "r": "tabifs" }, | |
{ "w": "vulnerable", "r": "keplux" }, | |
{ "w": "customized", "r": "elfjoe" }, | |
{ "w": "scattering", "r": "jetwe" }, | |
{ "w": "suggesting", "r": "slyher" }, | |
{ "w": "world-wide", "r": "dalgad" }, | |
{ "w": "philosophy", "r": "nombis" }, | |
{ "w": "adjustment", "r": "nowbid" }, | |
{ "w": "Communists", "r": "punsun" }, | |
{ "w": "describing", "r": "sumobi" }, | |
{ "w": "challenged", "r": "yindey" }, | |
{ "w": "Mitsubishi", "r": "moryak" }, | |
{ "w": "formatting", "r": "wryis" }, | |
{ "w": "addressing", "r": "oafgay" }, | |
{ "w": "approached", "r": "foudag" }, | |
{ "w": "competitor", "r": "gobhah" }, | |
{ "w": "dictionary", "r": "engbes" }, | |
{ "w": "cartridges", "r": "payire" }, | |
{ "w": "conducting", "r": "skasou" }, | |
{ "w": "consisting", "r": "cubpud" }, | |
{ "w": "Panamanian", "r": "noopus" }, | |
{ "w": "convenient", "r": "hemun" }, | |
{ "w": "discussing", "r": "pedaga" }, | |
{ "w": "manipulate", "r": "tieamp" }, | |
{ "w": "Treasury's", "r": "gidska" }, | |
{ "w": "Token-Ring", "r": "brrtap" }, | |
{ "w": "instrument", "r": "sosode" }, | |
{ "w": "evaluating", "r": "elkoba" }, | |
{ "w": "connecting", "r": "witabs" }, | |
{ "w": "referendum", "r": "capaw" }, | |
{ "w": "constantly", "r": "binal" }, | |
{ "w": "Sandinista", "r": "whoora" }, | |
{ "w": "analytical", "r": "begduh" }, | |
{ "w": "suspension", "r": "yeasay" }, | |
{ "w": "indicators", "r": "watho" }, | |
{ "w": "dimensions", "r": "eaunab" }, | |
{ "w": "mainstream", "r": "kidmar" }, | |
{ "w": "facilitate", "r": "jarcor" }, | |
{ "w": "allocation", "r": "donpah" }, | |
{ "w": "reasonably", "r": "sridex" }, | |
{ "w": "personally", "r": "redpec" }, | |
{ "w": "absorption", "r": "zitdo" }, | |
{ "w": "casualties", "r": "buggit" }, | |
{ "w": "deposition", "r": "odarow" }, | |
{ "w": "preference", "r": "pupdel" }, | |
{ "w": "immigrants", "r": "besoaf" }, | |
{ "w": "biological", "r": "acewo" }, | |
{ "w": "protecting", "r": "ergcel" }, | |
{ "w": "legitimate", "r": "kexpug" }, | |
{ "w": "surrounded", "r": "cutfee" }, | |
{ "w": "remarkable", "r": "twojut" }, | |
{ "w": "priorities", "r": "yesmug" }, | |
{ "w": "directions", "r": "nutmow" }, | |
{ "w": "accordance", "r": "garkir" }, | |
{ "w": "children's", "r": "hintab" }, | |
{ "w": "Interstate", "r": "ensso" }, | |
{ "w": "peripheral", "r": "yukhic" }, | |
{ "w": "unexpected", "r": "awefay" }, | |
{ "w": "impression", "r": "melox" }, | |
{ "w": "repository", "r": "oleshy" }, | |
{ "w": "responding", "r": "legaas" }, | |
{ "w": "Bundesbank", "r": "naynaw" }, | |
{ "w": "automotive", "r": "vasapo" }, | |
{ "w": "inevitable", "r": "zekpie" }, | |
{ "w": "occupation", "r": "eveose" }, | |
{ "w": "well-known", "r": "kafrep" }, | |
{ "w": "seasonally", "r": "bycum" }, | |
{ "w": "enthusiasm", "r": "idsbow" }, | |
{ "w": "bargaining", "r": "herpis" }, | |
{ "w": "Montgomery", "r": "loppie" }, | |
{ "w": "possession", "r": "sixfox" }, | |
{ "w": "Federation", "r": "rigbah" }, | |
{ "w": "volunteers", "r": "ekeraj" }, | |
{ "w": "CompuServe", "r": "peeask" }, | |
{ "w": "assumption", "r": "hopeme" }, | |
{ "w": "obligation", "r": "gymmar" }, | |
{ "w": "households", "r": "hier" }, | |
{ "w": "Software's", "r": "plymag" }, | |
{ "w": "productive", "r": "rapace" }, | |
{ "w": "everywhere", "r": "askoud" }, | |
{ "w": "suggestion", "r": "oxohow" }, | |
{ "w": "supervisor", "r": "koaah" }, | |
{ "w": "collective", "r": "geymay" }, | |
{ "w": "predicting", "r": "codif" }, | |
{ "w": "emphasized", "r": "fanlib" }, | |
{ "w": "phenomenon", "r": "reckir" }, | |
{ "w": "objections", "r": "momods" }, | |
{ "w": "expandable", "r": "simfew" }, | |
{ "w": "substitute", "r": "pineel" }, | |
{ "w": "generators", "r": "lezeta" }, | |
{ "w": "Philippine", "r": "axeai" }, | |
{ "w": "recommends", "r": "leuirk" }, | |
{ "w": "automobile", "r": "endtop" }, | |
{ "w": "provincial", "r": "ownbos" }, | |
{ "w": "accurately", "r": "hugres" }, | |
{ "w": "wrongdoing", "r": "yupfid" }, | |
{ "w": "accomplish", "r": "cuevid" }, | |
{ "w": "innovation", "r": "suespa" }, | |
{ "w": "proceeding", "r": "paysol" }, | |
{ "w": "subsystems", "r": "qatwiz" }, | |
{ "w": "delivering", "r": "dalrye" }, | |
{ "w": "discipline", "r": "ummbes" }, | |
{ "w": "journalist", "r": "burkex" }, | |
{ "w": "influenced", "r": "adzown" }, | |
{ "w": "right-wing", "r": "moputs" }, | |
{ "w": "determines", "r": "mumlas" }, | |
{ "w": "injunction", "r": "mawsim" }, | |
{ "w": "boundaries", "r": "miown" }, | |
{ "w": "assignment", "r": "funyay" }, | |
{ "w": "converting", "r": "kopfat" }, | |
{ "w": "satellites", "r": "radrub" }, | |
{ "w": "turnaround", "r": "assran" }, | |
{ "w": "appreciate", "r": "ladpeg" }, | |
{ "w": "researcher", "r": "ailulu" }, | |
{ "w": "physicians", "r": "nogdib" }, | |
{ "w": "perception", "r": "papbat" }, | |
{ "w": "preventing", "r": "fixley" }, | |
{ "w": "coordinate", "r": "hodlas" }, | |
{ "w": "exhibition", "r": "yodhie" }, | |
{ "w": "explaining", "r": "spaoot" }, | |
{ "w": "deployment", "r": "hesni" }, | |
{ "w": "definitive", "r": "huhtil" }, | |
{ "w": "Yugoslavia", "r": "redoar" }, | |
{ "w": "extraction", "r": "attta" }, | |
{ "w": "punishment", "r": "umabs" }, | |
{ "w": "applicants", "r": "eargob" }, | |
{ "w": "sentencing", "r": "zapink" }, | |
{ "w": "eliminates", "r": "dugops" }, | |
{ "w": "minorities", "r": "taxow" }, | |
{ "w": "plaintiffs", "r": "woeoh" }, | |
{ "w": "occasional", "r": "ocalax" }, | |
{ "w": "physically", "r": "lapas" }, | |
{ "w": "compressed", "r": "yayall" }, | |
{ "w": "Chancellor", "r": "ciswee" }, | |
{ "w": "cigarettes", "r": "dayfiz" }, | |
{ "w": "displaying", "r": "bedvaw" }, | |
{ "w": "connectors", "r": "zooour" }, | |
{ "w": "recovering", "r": "barif" }, | |
{ "w": "concurrent", "r": "mixma" }, | |
{ "w": "standalone", "r": "logram" }, | |
{ "w": "McDonald's", "r": "bigmac" }, | |
{ "w": "compensate", "r": "tewgam" }, | |
{ "w": "collecting", "r": "dryza" }, | |
{ "w": "mail-order", "r": "umpbi" }, | |
{ "w": "prediction", "r": "hotsuq" }, | |
{ "w": "undertaken", "r": "mawfou" }, | |
{ "w": "telephones", "r": "ribtin" }, | |
{ "w": "affordable", "r": "sicpup" }, | |
{ "w": "misleading", "r": "sipree" }, | |
{ "w": "explosives", "r": "ismcud" }, | |
{ "w": "limitation", "r": "hipdow" }, | |
{ "w": "recipients", "r": "dimlin" }, | |
{ "w": "respective", "r": "ortdye" }, | |
{ "w": "illustrate", "r": "obaba" }, | |
{ "w": "long-range", "r": "hawyes" }, | |
{ "w": "documented", "r": "monalb" }, | |
{ "w": "portfolios", "r": "legpes" }, | |
{ "w": "frustrated", "r": "dewkye" }, | |
{ "w": "pronounced", "r": "laykif" }, | |
{ "w": "projection", "r": "foxbe" }, | |
{ "w": "positioned", "r": "aftmot" }, | |
{ "w": "Mitterrand", "r": "catsob" }, | |
{ "w": "exceptions", "r": "cotken" }, | |
{ "w": "nationally", "r": "woktug" }, | |
{ "w": "teen-agers", "r": "abadip" }, | |
{ "w": "Unix-based", "r": "cadred" }, | |
{ "w": "recognizes", "r": "taehao" }, | |
{ "w": "anticipate", "r": "tadumm" }, | |
{ "w": "procedural", "r": "oilton" }, | |
{ "w": "intentions", "r": "ecufey" }, | |
{ "w": "elementary", "r": "umcam" }, | |
{ "w": "irradiated", "r": "utaput" }, | |
{ "w": "altogether", "r": "mmgat" }, | |
{ "w": "basketball", "r": "reepro" }, | |
{ "w": "terrorists", "r": "spalum" }, | |
{ "w": "substances", "r": "dolsyn" }, | |
{ "w": "adequately", "r": "nthwap" }, | |
{ "w": "Burlington", "r": "tuxapt" }, | |
{ "w": "translated", "r": "junzzz" }, | |
{ "w": "deliveries", "r": "cwmcam" }, | |
{ "w": "accelerate", "r": "catpit" }, | |
{ "w": "protective", "r": "xisnil" }, | |
{ "w": "prohibited", "r": "cogsuk" }, | |
{ "w": "celebrated", "r": "mosnow" }, | |
{ "w": "complement", "r": "pethes" }, | |
{ "w": "volatility", "r": "conkob" }, | |
{ "w": "presumably", "r": "lingut" }, | |
{ "w": "invitation", "r": "tawbit" }, | |
{ "w": "constitute", "r": "abbel" }, | |
{ "w": "Thornburgh", "r": "amweb" }, | |
{ "w": "vegetables", "r": "wokhun" }, | |
{ "w": "dissidents", "r": "zekteg" }, | |
{ "w": "completing", "r": "pubbeg" }, | |
{ "w": "likelihood", "r": "esbra" }, | |
{ "w": "inspectors", "r": "sinsoy" }, | |
{ "w": "rulemaking", "r": "arcay" }, | |
{ "w": "terminated", "r": "rugalb" }, | |
{ "w": "organizers", "r": "wotrug" }, | |
{ "w": "beneficial", "r": "yindit" }, | |
{ "w": "reiterated", "r": "roeply" }, | |
{ "w": "keystrokes", "r": "leijeu" }, | |
{ "w": "activation", "r": "eonpea" }, | |
{ "w": "overturned", "r": "todlot" }, | |
{ "w": "reflection", "r": "ernebb" }, | |
{ "w": "day-to-day", "r": "fidply" }, | |
{ "w": "ammunition", "r": "melass" }, | |
{ "w": "organizing", "r": "pehpya" }, | |
{ "w": "containers", "r": "koiley" }, | |
{ "w": "speculated", "r": "egoate" }, | |
{ "w": "simplified", "r": "winher" }, | |
{ "w": "Birmingham", "r": "oiora" }, | |
{ "w": "persistent", "r": "matam" }, | |
{ "w": "Christians", "r": "palais" }, | |
{ "w": "attendants", "r": "titwoe" }, | |
{ "w": "politician", "r": "oattab" }, | |
{ "w": "Richardson", "r": "oxyhaj" }, | |
{ "w": "benchmarks", "r": "hipvav" }, | |
{ "w": "thoroughly", "r": "oyrug" }, | |
{ "w": "depression", "r": "yiphm" }, | |
{ "w": "unemployed", "r": "gumas" }, | |
{ "w": "undergoing", "r": "waeups" }, | |
{ "w": "communique", "r": "cosamu" }, | |
{ "w": "programmes", "r": "salefs" }, | |
{ "w": "profession", "r": "ootdel" }, | |
{ "w": "deficiency", "r": "allgos" }, | |
{ "w": "explicitly", "r": "padib" }, | |
{ "w": "worksheets", "r": "ruepea" }, | |
{ "w": "performers", "r": "bumdug" }, | |
{ "w": "adjustable", "r": "esdal" }, | |
{ "w": "tightening", "r": "usejin" }, | |
{ "w": "treatments", "r": "gotfud" }, | |
{ "w": "meaningful", "r": "sogit" }, | |
{ "w": "executable", "r": "pasbro" }, | |
{ "w": "apartments", "r": "lavohm" }, | |
{ "w": "translates", "r": "addire" }, | |
{ "w": "geographic", "r": "hadmae" }, | |
{ "w": "harassment", "r": "gasli" }, | |
{ "w": "Prudential", "r": "jetdun" }, | |
{ "w": "attendance", "r": "feskab" }, | |
{ "w": "supplement", "r": "wethap" }, | |
{ "w": "endangered", "r": "pixza" }, | |
{ "w": "evacuation", "r": "yakcur" }, | |
{ "w": "Poindexter", "r": "momloo" }, | |
{ "w": "cumulative", "r": "pewbod" }, | |
{ "w": "discounted", "r": "fobtel" }, | |
{ "w": "governor's", "r": "mirkaf" }, | |
{ "w": "encryption", "r": "axeun" }, | |
{ "w": "implements", "r": "fileme" }, | |
{ "w": "transplant", "r": "dalzin" }, | |
{ "w": "gray-scale", "r": "zuztip" }, | |
{ "w": "succeeding", "r": "mmpal" }, | |
{ "w": "moderately", "r": "panvox" }, | |
{ "w": "contention", "r": "kabyea" }, | |
{ "w": "automakers", "r": "upocig" }, | |
{ "w": "capacities", "r": "sipmis" }, | |
{ "w": "attraction", "r": "norops" }, | |
{ "w": "highlights", "r": "slywog" }, | |
{ "w": "identifies", "r": "tareat" }, | |
{ "w": "economical", "r": "aidwog" }, | |
{ "w": "internally", "r": "whaone" }, | |
{ "w": "discourage", "r": "sicram" }, | |
{ "w": "sequential", "r": "ahsfib" }, | |
{ "w": "astronauts", "r": "wingym" }, | |
{ "w": "permitting", "r": "umeve" }, | |
{ "w": "prevention", "r": "fonvex" }, | |
{ "w": "Matsushita", "r": "ciglag" }, | |
{ "w": "photograph", "r": "luxdog" }, | |
{ "w": "tournament", "r": "sicbes" }, | |
{ "w": "attracting", "r": "warhex" }, | |
{ "w": "contracted", "r": "cubnap" }, | |
{ "w": "broadcasts", "r": "poxohs" }, | |
{ "w": "relaxation", "r": "tiplar" }, | |
{ "w": "Lithuanian", "r": "obapol" }, | |
{ "w": "deductions", "r": "oudski" }, | |
{ "w": "programmed", "r": "ainjun" }, | |
{ "w": "Saturday's", "r": "pudwiz" }, | |
{ "w": "excitation", "r": "ernup" }, | |
{ "w": "kidnapping", "r": "leafab" }, | |
{ "w": "contingent", "r": "anyabo" }, | |
{ "w": "non-profit", "r": "sacbug" }, | |
{ "w": "integrates", "r": "singey" }, | |
{ "w": "DECstation", "r": "bayspy" }, | |
{ "w": "extremists", "r": "jogtot" }, | |
{ "w": "strategist", "r": "winzee" }, | |
{ "w": "convincing", "r": "ifxi" }, | |
{ "w": "privileges", "r": "deecan" }, | |
{ "w": "compelling", "r": "fadama" }, | |
{ "w": "collisions", "r": "lopit" }, | |
{ "w": "excitement", "r": "oiag" }, | |
{ "w": "protesting", "r": "pryem" }, | |
{ "w": "youngsters", "r": "owesty" }, | |
{ "w": "collateral", "r": "budfug" }, | |
{ "w": "Azerbaijan", "r": "tarer" }, | |
{ "w": "borrowings", "r": "vetad" }, | |
{ "w": "remarkably", "r": "lasons" }, | |
{ "w": "Volkswagen", "r": "belifs" }, | |
{ "w": "counseling", "r": "arode" }, | |
{ "w": "fixed-rate", "r": "oaryah" }, | |
{ "w": "improperly", "r": "oweyou" }, | |
{ "w": "presenting", "r": "serjig" }, | |
{ "w": "incomplete", "r": "neetye" }, | |
{ "w": "assurances", "r": "burwoo" }, | |
{ "w": "simplicity", "r": "styads" }, | |
{ "w": "affiliates", "r": "wapowl" }, | |
{ "w": "requesting", "r": "zinoxy" }, | |
{ "w": "engineered", "r": "tasnil" }, | |
{ "w": "validation", "r": "newwon" }, | |
{ "w": "promotions", "r": "newfer" }, | |
{ "w": "multi-user", "r": "luvkep" }, | |
{ "w": "customer's", "r": "tomleu" }, | |
{ "w": "computer's", "r": "coppub" }, | |
{ "w": "remembered", "r": "armcol" }, | |
{ "w": "low-income", "r": "suehup" }, | |
{ "w": "brightness", "r": "nalay" }, | |
{ "w": "selections", "r": "ledsod" }, | |
{ "w": "spacecraft", "r": "jagarb" }, | |
{ "w": "integrator", "r": "ofrid" }, | |
{ "w": "Manchester", "r": "gitays" }, | |
{ "w": "attorney's", "r": "laxhop" }, | |
{ "w": "insulation", "r": "ismhog" }, | |
{ "w": "AppleShare", "r": "aptorc" }, | |
{ "w": "Maastricht", "r": "bysay" }, | |
{ "w": "destroying", "r": "jigras" }, | |
{ "w": "signatures", "r": "busdye" }, | |
{ "w": "prosperity", "r": "toeear" }, | |
{ "w": "appliances", "r": "jarpen" }, | |
{ "w": "vigorously", "r": "bitfew" }, | |
{ "w": "occurrence", "r": "sueol" }, | |
{ "w": "Challenger", "r": "nagpig" }, | |
{ "w": "calculates", "r": "fobids" }, | |
{ "w": "specifying", "r": "wedbus" }, | |
{ "w": "commanders", "r": "wanol" }, | |
{ "w": "high-yield", "r": "saxuts" }, | |
{ "w": "weaknesses", "r": "ourum" }, | |
{ "w": "suspicious", "r": "sigey" }, | |
{ "w": "arithmetic", "r": "nibels" }, | |
{ "w": "explosions", "r": "ewemoa" }, | |
{ "w": "redemption", "r": "giefie" }, | |
{ "w": "calculator", "r": "dugpal" }, | |
{ "w": "systematic", "r": "padgat" }, | |
{ "w": "Chrysler's", "r": "jaypoi" }, | |
{ "w": "formidable", "r": "delex" }, | |
{ "w": "pollutants", "r": "osedaw" }, | |
{ "w": "incredible", "r": "artna" }, | |
{ "w": "affiliated", "r": "hiswha" }, | |
{ "w": "undercover", "r": "suqono" }, | |
{ "w": "navigation", "r": "hencur" }, | |
{ "w": "Charleston", "r": "oatwig" }, | |
{ "w": "inevitably", "r": "naequa" }, | |
{ "w": "accountant", "r": "romson" }, | |
{ "w": "Occidental", "r": "waxyeh" }, | |
{ "w": "decreasing", "r": "dinbye" }, | |
{ "w": "successive", "r": "nagat" }, | |
{ "w": "summarized", "r": "yepwis" }, | |
{ "w": "seven-year", "r": "recog" }, | |
{ "w": "ceremonies", "r": "zitmim" }, | |
{ "w": "technician", "r": "coytav" }, | |
{ "w": "depositors", "r": "ewebis" }, | |
{ "w": "thereafter", "r": "reigab" }, | |
{ "w": "3-1/2-inch", "r": "bapod" }, | |
{ "w": "usefulness", "r": "donebb" }, | |
{ "w": "subsidized", "r": "voxnil" }, | |
{ "w": "worthwhile", "r": "wattaw" }, | |
{ "w": "purchasers", "r": "hetspy" }, | |
{ "w": "dot-matrix", "r": "fezxi" }, | |
{ "w": "Motorola's", "r": "cognix" }, | |
{ "w": "imprisoned", "r": "getvie" }, | |
{ "w": "unofficial", "r": "odepic" }, | |
{ "w": "accustomed", "r": "abowyn" }, | |
{ "w": "insurgents", "r": "toraid" }, | |
{ "w": "reconsider", "r": "mibtye" }, | |
{ "w": "recruiting", "r": "sumwen" }, | |
{ "w": "repurchase", "r": "urphex" }, | |
{ "w": "expressing", "r": "ryenut" }, | |
{ "w": "conceptual", "r": "jowsae" }, | |
{ "w": "information", "r": "lugmax" }, | |
{ "w": "development", "r": "bahany" }, | |
{ "w": "performance", "r": "updud" }, | |
{ "w": "application", "r": "tatago" }, | |
{ "w": "environment", "r": "patbos" }, | |
{ "w": "significant", "r": "bubmem" }, | |
{ "w": "Association", "r": "ziptee" }, | |
{ "w": "programming", "r": "hutelm" }, | |
{ "w": "authorities", "r": "synby" }, | |
{ "w": "independent", "r": "neglas" }, | |
{ "w": "competition", "r": "sittaj" }, | |
{ "w": "workstation", "r": "kirtax" }, | |
{ "w": "immediately", "r": "cawahs" }, | |
{ "w": "acquisition", "r": "ivyfes" }, | |
{ "w": "engineering", "r": "erroms" }, | |
{ "w": "established", "r": "ozlob" }, | |
{ "w": "temperature", "r": "seahen" }, | |
{ "w": "legislation", "r": "tetum" }, | |
{ "w": "spokeswoman", "r": "cutdel" }, | |
{ "w": "distributed", "r": "xijo" }, | |
{ "w": "regulations", "r": "nusken" }, | |
{ "w": "transaction", "r": "mockhi" }, | |
{ "w": "traditional", "r": "chido" }, | |
{ "w": "outstanding", "r": "waress" }, | |
{ "w": "competitive", "r": "musalt" }, | |
{ "w": "appropriate", "r": "toesex" }, | |
{ "w": "alternative", "r": "wofid" }, | |
{ "w": "maintenance", "r": "keydui" }, | |
{ "w": "responsible", "r": "fadsal" }, | |
{ "w": "advertising", "r": "godeth" }, | |
{ "w": "spreadsheet", "r": "nibon" }, | |
{ "w": "opportunity", "r": "eweump" }, | |
{ "w": "combination", "r": "axrut" }, | |
{ "w": "considering", "r": "fognut" }, | |
{ "w": "integration", "r": "dalmim" }, | |
{ "w": "differences", "r": "anehas" }, | |
{ "w": "possibility", "r": "emski" }, | |
{ "w": "substantial", "r": "yayone" }, | |
{ "w": "improvement", "r": "inktan" }, | |
{ "w": "recommended", "r": "whomig" }, | |
{ "w": "investments", "r": "amian" }, | |
{ "w": "proprietary", "r": "acttat" }, | |
{ "w": "Republicans", "r": "sirsob" }, | |
{ "w": "governments", "r": "kexsot" }, | |
{ "w": "competitors", "r": "sukjay" }, | |
{ "w": "programmers", "r": "ocaoke" }, | |
{ "w": "Palestinian", "r": "polabo" }, | |
{ "w": "electronics", "r": "cepoe" }, | |
{ "w": "represented", "r": "pasraw" }, | |
{ "w": "individuals", "r": "piugan" }, | |
{ "w": "flexibility", "r": "ishat" }, | |
{ "w": "implemented", "r": "fizspa" }, | |
{ "w": "WordPerfect", "r": "wogtis" }, | |
{ "w": "interesting", "r": "onegut" }, | |
{ "w": "preliminary", "r": "pyamog" }, | |
{ "w": "experiments", "r": "hmmurn" }, | |
{ "w": "researchers", "r": "fonale" }, | |
{ "w": "allegations", "r": "togwax" }, | |
{ "w": "compression", "r": "udoasp" }, | |
{ "w": "requirement", "r": "taofan" }, | |
{ "w": "effectively", "r": "paxtea" }, | |
{ "w": "speculation", "r": "lamoud" }, | |
{ "w": "Agriculture", "r": "flynet" }, | |
{ "w": "description", "r": "luvwry" }, | |
{ "w": "connections", "r": "utehex" }, | |
{ "w": "consumption", "r": "foyho" }, | |
{ "w": "electricity", "r": "jambeg" }, | |
{ "w": "discussions", "r": "pyaleu" }, | |
{ "w": "partnership", "r": "axeerg" }, | |
{ "w": "interactive", "r": "yukbaa" }, | |
{ "w": "third-party", "r": "toepup" }, | |
{ "w": "recognition", "r": "goins" }, | |
{ "w": "experienced", "r": "aahwae" }, | |
{ "w": "contributed", "r": "bamuke" }, | |
{ "w": "shareholder", "r": "tookid" }, | |
{ "w": "cooperation", "r": "absrug" }, | |
{ "w": "departments", "r": "utagar" }, | |
{ "w": "reliability", "r": "cantar" }, | |
{ "w": "fundamental", "r": "tawwos" }, | |
{ "w": "Continental", "r": "oddgag" }, | |
{ "w": "replacement", "r": "tadran" }, | |
{ "w": "enforcement", "r": "yukawe" }, | |
{ "w": "Microsoft's", "r": "feuyo" }, | |
{ "w": "politicians", "r": "mutand" }, | |
{ "w": "negotiating", "r": "gosgyp" }, | |
{ "w": "publication", "r": "gumfun" }, | |
{ "w": "instruction", "r": "koaami" }, | |
{ "w": "industrials", "r": "ebbki" }, | |
{ "w": "prosecutors", "r": "tawcis" }, | |
{ "w": "measurement", "r": "totrei" }, | |
{ "w": "involvement", "r": "motpol" }, | |
{ "w": "marketplace", "r": "awadoe" }, | |
{ "w": "interaction", "r": "cozshy" }, | |
{ "w": "participate", "r": "andtub" }, | |
{ "w": "demonstrate", "r": "ummpam" }, | |
{ "w": "complicated", "r": "cumsyn" }, | |
{ "w": "communicate", "r": "nowulu" }, | |
{ "w": "transferred", "r": "zeevet" }, | |
{ "w": "Corporation", "r": "suberg" }, | |
{ "w": "investigate", "r": "bagait" }, | |
{ "w": "arrangement", "r": "unsdap" }, | |
{ "w": "essentially", "r": "betni" }, | |
{ "w": "controllers", "r": "neoca" }, | |
{ "w": "composition", "r": "fudmut" }, | |
{ "w": "uncertainty", "r": "apogox" }, | |
{ "w": "anniversary", "r": "twagob" }, | |
{ "w": "limitations", "r": "apttoe" }, | |
{ "w": "necessarily", "r": "hypbet" }, | |
{ "w": "resignation", "r": "uteyak" }, | |
{ "w": "president's", "r": "lobtad" }, | |
{ "w": "anticipated", "r": "ranpas" }, | |
{ "w": "consecutive", "r": "pyxsum" }, | |
{ "w": "statistical", "r": "sitspa" }, | |
{ "w": "determining", "r": "acewiz" }, | |
{ "w": "calculation", "r": "fayvoe" }, | |
{ "w": "maintaining", "r": "ebbsue" }, | |
{ "w": "potentially", "r": "okaper" }, | |
{ "w": "intelligent", "r": "dagfir" }, | |
{ "w": "proceedings", "r": "gumbug" }, | |
{ "w": "appointment", "r": "owefa" }, | |
{ "w": "procurement", "r": "poiumm" }, | |
{ "w": "educational", "r": "awaaw" }, | |
{ "w": "operational", "r": "zekuns" }, | |
{ "w": "Switzerland", "r": "raitwo" }, | |
{ "w": "controlling", "r": "yepmay" }, | |
{ "w": "yesterday's", "r": "ouddak" }, | |
{ "w": "underground", "r": "proifs" }, | |
{ "w": "surrounding", "r": "rubsen" }, | |
{ "w": "comfortable", "r": "sriaby" }, | |
{ "w": "accommodate", "r": "toyma" }, | |
{ "w": "contractors", "r": "dapnth" }, | |
{ "w": "preparation", "r": "oxkit" }, | |
{ "w": "Afghanistan", "r": "aweox" }, | |
{ "w": "legislative", "r": "tisurp" }, | |
{ "w": "convertible", "r": "earoba" }, | |
{ "w": "journalists", "r": "nawmoa" }, | |
{ "w": "concentrate", "r": "yuklad" }, | |
{ "w": "controversy", "r": "damhaj" }, | |
{ "w": "accompanied", "r": "oilbub" }, | |
{ "w": "instruments", "r": "tyeraj" }, | |
{ "w": "communities", "r": "fobcod" }, | |
{ "w": "consultants", "r": "meuns" }, | |
{ "w": "irradiation", "r": "ohrif" }, | |
{ "w": "restaurants", "r": "ilkavo" }, | |
{ "w": "encouraging", "r": "geyhic" }, | |
{ "w": "motherboard", "r": "finapt" }, | |
{ "w": "inventories", "r": "wonbap" }, | |
{ "w": "incorporate", "r": "nomwog" }, | |
{ "w": "Gorbachev's", "r": "pinmus" }, | |
{ "w": "theoretical", "r": "nildeb" }, | |
{ "w": "exploration", "r": "copdue" }, | |
{ "w": "Ashton-Tate", "r": "newvee" }, | |
{ "w": "specialists", "r": "owepoi" }, | |
{ "w": "Wednesday's", "r": "elkaga" }, | |
{ "w": "explanation", "r": "wabzap" }, | |
{ "w": "Furthermore", "r": "geyrid" }, | |
{ "w": "radioactive", "r": "suqnot" }, | |
{ "w": "Philippines", "r": "hahsha" }, | |
{ "w": "institution", "r": "tasbow" }, | |
{ "w": "specialized", "r": "wokdol" }, | |
{ "w": "temporarily", "r": "nubyup" }, | |
{ "w": "coprocessor", "r": "axoff" }, | |
{ "w": "manufacture", "r": "peevie" }, | |
{ "w": "prosecution", "r": "podgob" }, | |
{ "w": "perspective", "r": "suqpox" }, | |
{ "w": "peripherals", "r": "puslag" }, | |
{ "w": "distributor", "r": "duejug" }, | |
{ "w": "residential", "r": "alepan" }, | |
{ "w": "constraints", "r": "bogton" }, | |
{ "w": "constructed", "r": "bibah" }, | |
{ "w": "outnumbered", "r": "joyoar" }, | |
{ "w": "Netherlands", "r": "peebam" }, | |
{ "w": "concessions", "r": "shhwis" }, | |
{ "w": "examination", "r": "gigria" }, | |
{ "w": "prospective", "r": "yobhie" }, | |
{ "w": "cooperative", "r": "rowfie" }, | |
{ "w": "predictions", "r": "garsha" }, | |
{ "w": "respondents", "r": "ensmat" }, | |
{ "w": "eliminating", "r": "ernheh" }, | |
{ "w": "neighboring", "r": "mogjoy" }, | |
{ "w": "politically", "r": "putbug" }, | |
{ "w": "inexpensive", "r": "bizfog" }, | |
{ "w": "circulation", "r": "goyjeu" }, | |
{ "w": "suggestions", "r": "sewaal" }, | |
{ "w": "directories", "r": "elkfen" }, | |
{ "w": "translation", "r": "sackae" }, | |
{ "w": "territories", "r": "hitfe" }, | |
{ "w": "merchandise", "r": "sijoy" }, | |
{ "w": "conjunction", "r": "nilaas" }, | |
{ "w": "projections", "r": "cowwe" }, | |
{ "w": "sensitivity", "r": "gidatt" }, | |
{ "w": "businessman", "r": "itskor" }, | |
{ "w": "methodology", "r": "ganne" }, | |
{ "w": "accelerator", "r": "yapsoy" }, | |
{ "w": "stand-alone", "r": "boains" }, | |
{ "w": "encountered", "r": "tagowl" }, | |
{ "w": "interviewed", "r": "zinban" }, | |
{ "w": "negotiators", "r": "libraw" }, | |
{ "w": "transparent", "r": "ebbaim" }, | |
{ "w": "resolutions", "r": "ovafou" }, | |
{ "w": "disappeared", "r": "rotwed" }, | |
{ "w": "commodities", "r": "cudtew" }, | |
{ "w": "legislators", "r": "figreb" }, | |
{ "w": "threatening", "r": "fabtom" }, | |
{ "w": "subscribers", "r": "fohfen" }, | |
{ "w": "introducing", "r": "tisbug" }, | |
{ "w": "utilization", "r": "itebb" }, | |
{ "w": "photographs", "r": "webgad" }, | |
{ "w": "Minneapolis", "r": "petumm" }, | |
{ "w": "value-added", "r": "pyacee" }, | |
{ "w": "correlation", "r": "poihoe" }, | |
{ "w": "efficiently", "r": "qisarm" }, | |
{ "w": "enterprises", "r": "yoddaw" }, | |
{ "w": "declaration", "r": "zapoes" }, | |
{ "w": "helicopters", "r": "uponeg" }, | |
{ "w": "Iran-Contra", "r": "ereraj" }, | |
{ "w": "businessmen", "r": "zekilk" }, | |
{ "w": "definitions", "r": "mirib" }, | |
{ "w": "three-month", "r": "zuztie" }, | |
{ "w": "legislature", "r": "delooh" }, | |
{ "w": "destruction", "r": "jeemay" }, | |
{ "w": "credibility", "r": "sopkif" }, | |
{ "w": "conclusions", "r": "raywad" }, | |
{ "w": "enhancement", "r": "dogwig" }, | |
{ "w": "forecasting", "r": "femow" }, | |
{ "w": "unnecessary", "r": "oyaba" }, | |
{ "w": "adjustments", "r": "voebaa" }, | |
{ "w": "obligations", "r": "cozpi" }, | |
{ "w": "forthcoming", "r": "pitpal" }, | |
{ "w": "re-election", "r": "colghi" }, | |
{ "w": "Sandinistas", "r": "tooxi" }, | |
{ "w": "Christopher", "r": "etlux" }, | |
{ "w": "commitments", "r": "sitmag" }, | |
{ "w": "interpreted", "r": "yendam" }, | |
{ "w": "convenience", "r": "sauoke" }, | |
{ "w": "immigration", "r": "jobsic" }, | |
{ "w": "predecessor", "r": "kitnub" }, | |
{ "w": "unification", "r": "woeab" }, | |
{ "w": "questioning", "r": "subef" }, | |
{ "w": "financially", "r": "enrex" }, | |
{ "w": "large-scale", "r": "exorc" }, | |
{ "w": "orientation", "r": "esupo" }, | |
{ "w": "liabilities", "r": "gethum" }, | |
{ "w": "challenging", "r": "lotkaf" }, | |
{ "w": "transmitted", "r": "fadfry" }, | |
{ "w": "willingness", "r": "yomdo" }, | |
{ "w": "traffickers", "r": "luvgod" }, | |
{ "w": "state-owned", "r": "jowgin" }, | |
{ "w": "commercials", "r": "rebjar" }, | |
{ "w": "destination", "r": "difane" }, | |
{ "w": "differently", "r": "pugelk" }, | |
{ "w": "probability", "r": "aremol" }, | |
{ "w": "centralized", "r": "odfun" }, | |
{ "w": "indications", "r": "shytic" }, | |
{ "w": "Macintoshes", "r": "pahpun" }, | |
{ "w": "interpreter", "r": "neglav" }, | |
{ "w": "portability", "r": "boalab" }, | |
{ "w": "Nonetheless", "r": "attays" }, | |
{ "w": "PaineWebber", "r": "deezuz" }, | |
{ "w": "exclusively", "r": "mowkep" }, | |
{ "w": "integrating", "r": "celfet" }, | |
{ "w": "integrators", "r": "ampjog" }, | |
{ "w": "accelerated", "r": "levhah" }, | |
{ "w": "trafficking", "r": "sixxi" }, | |
{ "w": "experiences", "r": "genuse" }, | |
{ "w": "identifying", "r": "mhomus" }, | |
{ "w": "real-estate", "r": "uhids" }, | |
{ "w": "approaching", "r": "zagwo" }, | |
{ "w": "technically", "r": "mmasp" }, | |
{ "w": "comparisons", "r": "lasvac" }, | |
{ "w": "commissions", "r": "sotamp" }, | |
{ "w": "consistency", "r": "modtom" }, | |
{ "w": "advertisers", "r": "tonban" }, | |
{ "w": "frequencies", "r": "yamit" }, | |
{ "w": "initiatives", "r": "kitbub" }, | |
{ "w": "contracting", "r": "huton" }, | |
{ "w": "acknowledge", "r": "dolby" }, | |
{ "w": "illustrated", "r": "nimrev" }, | |
{ "w": "settlements", "r": "namkin" }, | |
{ "w": "observation", "r": "palbum" }, | |
{ "w": "compatibles", "r": "delawe" }, | |
{ "w": "supermarket", "r": "kastav" }, | |
{ "w": "elimination", "r": "adod" }, | |
{ "w": "reservation", "r": "tyetod" }, | |
{ "w": "assumptions", "r": "podjaw" }, | |
{ "w": "feasibility", "r": "potyom" }, | |
{ "w": "health-care", "r": "odskae" }, | |
{ "w": "unspecified", "r": "bibern" }, | |
{ "w": "conferences", "r": "toelow" }, | |
{ "w": "collections", "r": "duhgin" }, | |
{ "w": "personality", "r": "amisex" }, | |
{ "w": "expressions", "r": "spawos" }, | |
{ "w": "generations", "r": "ellas" }, | |
{ "w": "appearances", "r": "oseerr" }, | |
{ "w": "endorsement", "r": "zedtan" }, | |
{ "w": "technicians", "r": "ommem" }, | |
{ "w": "entry-level", "r": "fryyin" }, | |
{ "w": "instability", "r": "toye" }, | |
{ "w": "frustration", "r": "pubeel" }, | |
{ "w": "degradation", "r": "eautup" }, | |
{ "w": "fiber-optic", "r": "sotbod" }, | |
{ "w": "multivendor", "r": "optama" }, | |
{ "w": "inspections", "r": "kaspea" }, | |
{ "w": "coordinates", "r": "nussel" }, | |
{ "w": "celebration", "r": "dosgie" }, | |
{ "w": "bureaucracy", "r": "bioum" }, | |
{ "w": "congressman", "r": "jabfug" }, | |
{ "w": "accumulated", "r": "mimhew" }, | |
{ "w": "practically", "r": "cormun" }, | |
{ "w": "calculating", "r": "zagyup" }, | |
{ "w": "distinction", "r": "tilsit" }, | |
{ "w": "highlighted", "r": "lobwar" }, | |
{ "w": "permanently", "r": "ganait" }, | |
{ "w": "equilibrium", "r": "wigeye" }, | |
{ "w": "influential", "r": "miurp" }, | |
{ "w": "campaigning", "r": "geyvat" }, | |
{ "w": "80386-based", "r": "fewlog" }, | |
{ "w": "Fortunately", "r": "twoben" }, | |
{ "w": "restructure", "r": "vidbuy" }, | |
{ "w": "coordinator", "r": "leihoe" }, | |
{ "w": "simulations", "r": "begria" }, | |
{ "w": "restoration", "r": "mowspy" }, | |
{ "w": "achievement", "r": "tuboil" }, | |
{ "w": "LaserWriter", "r": "obezag" }, | |
{ "w": "consequence", "r": "goofly" }, | |
{ "w": "restriction", "r": "donag" }, | |
{ "w": "positioning", "r": "ryegum" }, | |
{ "w": "speculative", "r": "permoc" }, | |
{ "w": "transformed", "r": "purhug" }, | |
{ "w": "illustrates", "r": "dryfon" }, | |
{ "w": "conventions", "r": "hajper" }, | |
{ "w": "expenditure", "r": "oakcab" }, | |
{ "w": "exceptional", "r": "vacyon" }, | |
{ "w": "single-user", "r": "hehae" }, | |
{ "w": "cholesterol", "r": "omkye" }, | |
{ "w": "unanimously", "r": "mappun" }, | |
{ "w": "specializes", "r": "habit" }, | |
{ "w": "unavailable", "r": "letbig" }, | |
{ "w": "consolidate", "r": "barcox" }, | |
{ "w": "inheritance", "r": "dintop" }, | |
{ "w": "convictions", "r": "codhex" }, | |
{ "w": "accountants", "r": "gulale" }, | |
{ "w": "assignments", "r": "boosri" }, | |
{ "w": "arbitration", "r": "awevia" }, | |
{ "w": "corrections", "r": "kaspas" }, | |
{ "w": "coefficient", "r": "ocabay" }, | |
{ "w": "easy-to-use", "r": "honsue" }, | |
{ "w": "stock-index", "r": "larpee" }, | |
{ "w": "interchange", "r": "onado" }, | |
{ "w": "diagnostics", "r": "opefar" }, | |
{ "w": "sovereignty", "r": "elkos" }, | |
{ "w": "complaining", "r": "ramdry" }, | |
{ "w": "distinguish", "r": "egozee" }, | |
{ "w": "tentatively", "r": "museek" }, | |
{ "w": "menu-driven", "r": "wadlin" }, | |
{ "w": "undisclosed", "r": "boxtry" }, | |
{ "w": "termination", "r": "godom" }, | |
{ "w": "counterpart", "r": "agoadd" }, | |
{ "w": "computation", "r": "byop" }, | |
{ "w": "bondholders", "r": "sheilk" }, | |
{ "w": "synchronous", "r": "addmop" }, | |
{ "w": "diversified", "r": "pewit" }, | |
{ "w": "extradition", "r": "dupguy" }, | |
{ "w": "retaliation", "r": "docbaa" }, | |
{ "w": "supervision", "r": "jawyo" }, | |
{ "w": "voluntarily", "r": "peados" }, | |
{ "w": "spectacular", "r": "gnunod" }, | |
{ "w": "calibration", "r": "luvkay" }, | |
{ "w": "extensively", "r": "nthtab" }, | |
{ "w": "functioning", "r": "hmwan" }, | |
{ "w": "atmospheric", "r": "ameek" }, | |
{ "w": "transitions", "r": "salohs" }, | |
{ "w": "coordinated", "r": "aaare" }, | |
{ "w": "accessories", "r": "skydid" }, | |
{ "w": "liquidation", "r": "okadon" }, | |
{ "w": "populations", "r": "hunkat" }, | |
{ "w": "conflicting", "r": "awataw" }, | |
{ "w": "conditional", "r": "ratyam" }, | |
{ "w": "understands", "r": "bogzzz" }, | |
{ "w": "fabrication", "r": "elffoe" }, | |
{ "w": "interrupted", "r": "ogbat" }, | |
{ "w": "propagation", "r": "odsbal" }, | |
{ "w": "accusations", "r": "jibgos" }, | |
{ "w": "promotional", "r": "devyam" }, | |
{ "w": "ingredients", "r": "oatcur" }, | |
{ "w": "expectation", "r": "fizya" }, | |
{ "w": "incremental", "r": "synapo" }, | |
{ "w": "surrendered", "r": "aiscep" }, | |
{ "w": "penetration", "r": "saxvim" }, | |
{ "w": "cooperating", "r": "unrec" }, | |
{ "w": "BankAmerica", "r": "gasyup" }, | |
{ "w": "establishes", "r": "meglad" }, | |
{ "w": "half-height", "r": "toggar" }, | |
{ "w": "negotiation", "r": "retwat" }, | |
{ "w": "diffraction", "r": "bagvat" }, | |
{ "w": "devaluation", "r": "niell" }, | |
{ "w": "restrictive", "r": "zuzwow" }, | |
{ "w": "supervisors", "r": "cotpap" }, | |
{ "w": "unfortunate", "r": "tonfoy" }, | |
{ "w": "committee's", "r": "potis" }, | |
{ "w": "importantly", "r": "duhtip" }, | |
{ "w": "devastating", "r": "zintis" }, | |
{ "w": "certificate", "r": "leijar" }, | |
{ "w": "indictments", "r": "doteve" }, | |
{ "w": "withdrawing", "r": "topsal" }, | |
{ "w": "last-minute", "r": "firmew" }, | |
{ "w": "inefficient", "r": "amgum" }, | |
{ "w": "applications", "r": "picfir" }, | |
{ "w": "capabilities", "r": "raylam" }, | |
{ "w": "requirements", "r": "dunpyx" }, | |
{ "w": "distribution", "r": "liuts" }, | |
{ "w": "particularly", "r": "phipit" }, | |
{ "w": "workstations", "r": "rifabs" }, | |
{ "w": "construction", "r": "icyoz" }, | |
{ "w": "organization", "r": "kirdid" }, | |
{ "w": "shareholders", "r": "jogfar" }, | |
{ "w": "presidential", "r": "fabfir" }, | |
{ "w": "negotiations", "r": "raigor" }, | |
{ "w": "announcement", "r": "moculu" }, | |
{ "w": "architecture", "r": "ersveg" }, | |
{ "w": "government's", "r": "kefwat" }, | |
{ "w": "installation", "r": "fizhon" }, | |
{ "w": "relationship", "r": "yeahon" }, | |
{ "w": "institutions", "r": "aitoka" }, | |
{ "w": "headquarters", "r": "potose" }, | |
{ "w": "conventional", "r": "yumals" }, | |
{ "w": "environments", "r": "tetelm" }, | |
{ "w": "increasingly", "r": "jabpur" }, | |
{ "w": "technologies", "r": "efflei" }, | |
{ "w": "experimental", "r": "gibdie" }, | |
{ "w": "transmission", "r": "rannip" }, | |
{ "w": "productivity", "r": "woklea" }, | |
{ "w": "professional", "r": "hunwax" }, | |
{ "w": "manufacturer", "r": "yakpro" }, | |
{ "w": "transactions", "r": "buddon" }, | |
{ "w": "conservative", "r": "ryaher" }, | |
{ "w": "restrictions", "r": "ummaby" }, | |
{ "w": "investigated", "r": "lasrag" }, | |
{ "w": "expectations", "r": "juggum" }, | |
{ "w": "respectively", "r": "unkay" }, | |
{ "w": "presentation", "r": "balget" }, | |
{ "w": "independence", "r": "gobley" }, | |
{ "w": "demonstrated", "r": "yesred" }, | |
{ "w": "measurements", "r": "youave" }, | |
{ "w": "instructions", "r": "towcep" }, | |
{ "w": "corporations", "r": "koiism" }, | |
{ "w": "Palestinians", "r": "abhey" }, | |
{ "w": "unemployment", "r": "atan" }, | |
{ "w": "intelligence", "r": "goaego" }, | |
{ "w": "introduction", "r": "persha" }, | |
{ "w": "improvements", "r": "gulhon" }, | |
{ "w": "calculations", "r": "skikey" }, | |
{ "w": "representing", "r": "pampoi" }, | |
{ "w": "temperatures", "r": "gowan" }, | |
{ "w": "developments", "r": "mapwyn" }, | |
{ "w": "Microsystems", "r": "piginn" }, | |
{ "w": "considerable", "r": "icyto" }, | |
{ "w": "acknowledged", "r": "dolmad" }, | |
{ "w": "availability", "r": "tuipan" }, | |
{ "w": "specifically", "r": "migawa" }, | |
{ "w": "acquisitions", "r": "laxmho" }, | |
{ "w": "participants", "r": "ditarb" }, | |
{ "w": "year-earlier", "r": "hiehid" }, | |
{ "w": "compensation", "r": "oholek" }, | |
{ "w": "successfully", "r": "danpeh" }, | |
{ "w": "connectivity", "r": "hadono" }, | |
{ "w": "difficulties", "r": "pryais" }, | |
{ "w": "alternatives", "r": "nabat" }, | |
{ "w": "contribution", "r": "amagae" }, | |
{ "w": "subcommittee", "r": "marun" }, | |
{ "w": "intervention", "r": "urpsuk" }, | |
{ "w": "agricultural", "r": "migals" }, | |
{ "w": "Nevertheless", "r": "motza" }, | |
{ "w": "enhancements", "r": "myabs" }, | |
{ "w": "neighborhood", "r": "tadspa" }, | |
{ "w": "considerably", "r": "munhag" }, | |
{ "w": "spreadsheets", "r": "lisavo" }, | |
{ "w": "implementing", "r": "bamu" }, | |
{ "w": "arrangements", "r": "menpro" }, | |
{ "w": "distributors", "r": "jagalb" }, | |
{ "w": "Department's", "r": "ofsri" }, | |
{ "w": "consequences", "r": "nuspia" }, | |
{ "w": "disappointed", "r": "boobo" }, | |
{ "w": "dramatically", "r": "bobmay" }, | |
{ "w": "multitasking", "r": "pecgem" }, | |
{ "w": "incorporated", "r": "setand" }, | |
{ "w": "subsidiaries", "r": "miscob" }, | |
{ "w": "implications", "r": "utesen" }, | |
{ "w": "Laboratories", "r": "ryaaft" }, | |
{ "w": "constitution", "r": "lyedev" }, | |
{ "w": "establishing", "r": "decan" }, | |
{ "w": "accomplished", "r": "byors" }, | |
{ "w": "manufactured", "r": "rahtis" }, | |
{ "w": "minicomputer", "r": "submor" }, | |
{ "w": "subordinated", "r": "ababod" }, | |
{ "w": "registration", "r": "awdot" }, | |
{ "w": "mathematical", "r": "xijag" }, | |
{ "w": "universities", "r": "oregig" }, | |
{ "w": "manipulation", "r": "jutpaw" }, | |
{ "w": "publications", "r": "amuebb" }, | |
{ "w": "concentrated", "r": "fizags" }, | |
{ "w": "simultaneous", "r": "gedmel" }, | |
{ "w": "modification", "r": "devsix" }, | |
{ "w": "computerized", "r": "migmim" }, | |
{ "w": "unidentified", "r": "hoeham" }, | |
{ "w": "Broadcasting", "r": "impshh" }, | |
{ "w": "conservation", "r": "cowaid" }, | |
{ "w": "satisfactory", "r": "ownzuz" }, | |
{ "w": "confirmation", "r": "sihey" }, | |
{ "w": "consolidated", "r": "doeoff" }, | |
{ "w": "commissioner", "r": "kidpiu" }, | |
{ "w": "occasionally", "r": "subpep" }, | |
{ "w": "consistently", "r": "fagkit" }, | |
{ "w": "subsequently", "r": "haobot" }, | |
{ "w": "firefighters", "r": "affelm" }, | |
{ "w": "surprisingly", "r": "nodgas" }, | |
{ "w": "conversation", "r": "bayhap" }, | |
{ "w": "intermediate", "r": "bodkat" }, | |
{ "w": "high-quality", "r": "tiah" }, | |
{ "w": "incorporates", "r": "agsoar" }, | |
{ "w": "partnerships", "r": "kaeyag" }, | |
{ "w": "significance", "r": "tamfeu" }, | |
{ "w": "observations", "r": "kitsau" }, | |
{ "w": "performances", "r": "awto" }, | |
{ "w": "verification", "r": "bapsot" }, | |
{ "w": "hospitalized", "r": "koisob" }, | |
{ "w": "Shevardnadze", "r": "fattun" }, | |
{ "w": "expenditures", "r": "hewjot" }, | |
{ "w": "underwriters", "r": "etahs" }, | |
{ "w": "aggressively", "r": "ainaw" }, | |
{ "w": "Metropolitan", "r": "gaphay" }, | |
{ "w": "combinations", "r": "fobago" }, | |
{ "w": "certificates", "r": "bisea" }, | |
{ "w": "differential", "r": "caysun" }, | |
{ "w": "interactions", "r": "cwmmud" }, | |
{ "w": "optimization", "r": "erabed" }, | |
{ "w": "reservations", "r": "oipee" }, | |
{ "w": "inflationary", "r": "aboin" }, | |
{ "w": "asynchronous", "r": "sumfob" }, | |
{ "w": "accompanying", "r": "formug" }, | |
{ "w": "intellectual", "r": "pinhog" }, | |
{ "w": "interference", "r": "amaqis" }, | |
{ "w": "counterparts", "r": "hobam" }, | |
{ "w": "stockholders", "r": "tanvex" }, | |
{ "w": "satisfaction", "r": "wadred" }, | |
{ "w": "contributing", "r": "seifob" }, | |
{ "w": "overwhelming", "r": "spyjam" }, | |
{ "w": "economically", "r": "zepmap" }, | |
{ "w": "Commission's", "r": "fetie" }, | |
{ "w": "unsuccessful", "r": "sexops" }, | |
{ "w": "programmable", "r": "curyin" }, | |
{ "w": "Additionally", "r": "joymm" }, | |
{ "w": "underwriting", "r": "idssub" }, | |
{ "w": "descriptions", "r": "foxwot" }, | |
{ "w": "Businessland", "r": "copgit" }, | |
{ "w": "confidential", "r": "wryged" }, | |
{ "w": "deregulation", "r": "nowyow" }, | |
{ "w": "anticipation", "r": "idscoz" }, | |
{ "w": "racketeering", "r": "tetnip" }, | |
{ "w": "participated", "r": "tapdon" }, | |
{ "w": "discontinued", "r": "shyyap" }, | |
{ "w": "manufactures", "r": "oudmae" }, | |
{ "w": "unauthorized", "r": "nuswos" }, | |
{ "w": "contaminated", "r": "fewti" }, | |
{ "w": "commercially", "r": "youboa" }, | |
{ "w": "Consequently", "r": "axepal" }, | |
{ "w": "fluctuations", "r": "shadom" }, | |
{ "w": "California's", "r": "femrye" }, | |
{ "w": "cost-cutting", "r": "tadlas" }, | |
{ "w": "appointments", "r": "viafit" }, | |
{ "w": "acknowledges", "r": "ecugym" }, | |
{ "w": "sufficiently", "r": "awnib" }, | |
{ "w": "Westinghouse", "r": "devlaw" }, | |
{ "w": "distributing", "r": "soxbus" }, | |
{ "w": "enthusiastic", "r": "jayfir" }, | |
{ "w": "demonstrates", "r": "tippic" }, | |
{ "w": "associations", "r": "ebbmy" }, | |
{ "w": "breakthrough", "r": "edyon" }, | |
{ "w": "strengthened", "r": "thocig" }, | |
{ "w": "twisted-pair", "r": "reice" }, | |
{ "w": "jurisdiction", "r": "leears" }, | |
{ "w": "coordination", "r": "nilefs" }, | |
{ "w": "conglomerate", "r": "ickgid" }, | |
{ "w": "insufficient", "r": "winwos" }, | |
{ "w": "surveillance", "r": "mocnim" }, | |
{ "w": "appreciation", "r": "humlip" }, | |
{ "w": "user-defined", "r": "naoft" }, | |
{ "w": "standardized", "r": "hipays" }, | |
{ "w": "acceleration", "r": "fireta" }, | |
{ "w": "transferring", "r": "wabbes" }, | |
{ "w": "London-based", "r": "fehebb" }, | |
{ "w": "quantitative", "r": "binmom" }, | |
{ "w": "individually", "r": "jugmy" }, | |
{ "w": "incompatible", "r": "gyphaj" }, | |
{ "w": "spectroscopy", "r": "ribjo" }, | |
{ "w": "contemporary", "r": "dryex" }, | |
{ "w": "humanitarian", "r": "aamum" }, | |
{ "w": "administered", "r": "bosyom" }, | |
{ "w": "notification", "r": "dahasp" }, | |
{ "w": "unacceptable", "r": "odepa" }, | |
{ "w": "hierarchical", "r": "nimkoi" }, | |
{ "w": "depreciation", "r": "hetapo" }, | |
{ "w": "northeastern", "r": "sicwit" }, | |
{ "w": "southeastern", "r": "pemow" }, | |
{ "w": "disadvantage", "r": "wogzzz" }, | |
{ "w": "coefficients", "r": "voxoba" }, | |
{ "w": "Johannesburg", "r": "abaoke" }, | |
{ "w": "continuously", "r": "xutog" }, | |
{ "w": "organisation", "r": "dahmar" }, | |
{ "w": "Washington's", "r": "suntye" }, | |
{ "w": "proportional", "r": "bisfly" }, | |
{ "w": "medium-sized", "r": "howyar" }, | |
{ "w": "questionable", "r": "seabeg" }, | |
{ "w": "fund-raising", "r": "tankay" }, | |
{ "w": "indefinitely", "r": "mayrem" }, | |
{ "w": "fundamentals", "r": "ryehie" }, | |
{ "w": "Commonwealth", "r": "yemos" }, | |
{ "w": "commissioned", "r": "hicnoh" }, | |
{ "w": "periodically", "r": "oldneb" }, | |
{ "w": "subscription", "r": "telfit" }, | |
{ "w": "departmental", "r": "diedup" }, | |
{ "w": "accumulation", "r": "lotao" }, | |
{ "w": "prescription", "r": "geldup" }, | |
{ "w": "concurrently", "r": "rutgal" }, | |
{ "w": "Thanksgiving", "r": "lexoka" }, | |
{ "w": "deliberately", "r": "connod" }, | |
{ "w": "investigator", "r": "wawrem" }, | |
{ "w": "OfficeVision", "r": "regose" }, | |
{ "w": "experiencing", "r": "witpap" }, | |
{ "w": "unexpectedly", "r": "etwow" }, | |
{ "w": "conductivity", "r": "tuineg" }, | |
{ "w": "specializing", "r": "ashmae" }, | |
{ "w": "peacekeeping", "r": "yonhow" }, | |
{ "w": "infringement", "r": "coparb" }, | |
{ "w": "shortcomings", "r": "polhyp" }, | |
{ "w": "historically", "r": "negcos" }, | |
{ "w": "hydrocarbons", "r": "jawtel" }, | |
{ "w": "accelerating", "r": "errmot" }, | |
{ "w": "illustration", "r": "tinfro" }, | |
{ "w": "conditioning", "r": "denbro" }, | |
{ "w": "International", "r": "goofub" }, | |
{ "w": "investigation", "r": "loorev" }, | |
{ "w": "manufacturing", "r": "dapas" }, | |
{ "w": "manufacturers", "r": "sowhas" }, | |
{ "w": "automatically", "r": "oseyag" }, | |
{ "w": "environmental", "r": "waygar" }, | |
{ "w": "configuration", "r": "begsol" }, | |
{ "w": "documentation", "r": "ekeuts" }, | |
{ "w": "organizations", "r": "ocainn" }, | |
{ "w": "restructuring", "r": "kidvaw" }, | |
{ "w": "congressional", "r": "fundup" }, | |
{ "w": "significantly", "r": "yinkex" }, | |
{ "w": "microcomputer", "r": "norpus" }, | |
{ "w": "compatibility", "r": "waran" }, | |
{ "w": "approximately", "r": "simus" }, | |
{ "w": "communication", "r": "gonim" }, | |
{ "w": "sophisticated", "r": "rahbop" }, | |
{ "w": "understanding", "r": "orova" }, | |
{ "w": "opportunities", "r": "kiddim" }, | |
{ "w": "consideration", "r": "paytip" }, | |
{ "w": "concentration", "r": "orbrr" }, | |
{ "w": "investigators", "r": "aasdim" }, | |
{ "w": "functionality", "r": "gatden" }, | |
{ "w": "Unfortunately", "r": "remxu" }, | |
{ "w": "comprehensive", "r": "berep" }, | |
{ "w": "contributions", "r": "duoute" }, | |
{ "w": "demonstration", "r": "anpia" }, | |
{ "w": "substantially", "r": "eresot" }, | |
{ "w": "investigating", "r": "puscap" }, | |
{ "w": "determination", "r": "pepour" }, | |
{ "w": "semiconductor", "r": "guvazo" }, | |
{ "w": "administrator", "r": "hoqua" }, | |
{ "w": "relationships", "r": "essnan" }, | |
{ "w": "circumstances", "r": "pohrub" }, | |
{ "w": "professionals", "r": "opspa" }, | |
{ "w": "specification", "r": "asdol" }, | |
{ "w": "institutional", "r": "maehoe" }, | |
{ "w": "corresponding", "r": "ginama" }, | |
{ "w": "participation", "r": "korled" }, | |
{ "w": "demonstrators", "r": "yakep" }, | |
{ "w": "entertainment", "r": "hetol" }, | |
{ "w": "controversial", "r": "medyuk" }, | |
{ "w": "technological", "r": "urpyip" }, | |
{ "w": "presentations", "r": "betoe" }, | |
{ "w": "extraordinary", "r": "umpod" }, | |
{ "w": "traditionally", "r": "wotoca" }, | |
{ "w": "installations", "r": "enex" }, | |
{ "w": "profitability", "r": "dubbos" }, | |
{ "w": "parliamentary", "r": "lasog" }, | |
{ "w": "characterized", "r": "kayape" }, | |
{ "w": "minicomputers", "r": "ersim" }, | |
{ "w": "architectures", "r": "orthaw" }, | |
{ "w": "long-distance", "r": "senit" }, | |
{ "w": "first-quarter", "r": "actdab" }, | |
{ "w": "establishment", "r": "mildol" }, | |
{ "w": "effectiveness", "r": "nitvet" }, | |
{ "w": "third-quarter", "r": "rebpur" }, | |
{ "w": "possibilities", "r": "pstnod" }, | |
{ "w": "participating", "r": "pasqat" }, | |
{ "w": "disappointing", "r": "zuzavo" }, | |
{ "w": "consolidation", "r": "paxnaw" }, | |
{ "w": "unprecedented", "r": "nibdug" }, | |
{ "w": "announcements", "r": "ebbfan" }, | |
{ "w": "modifications", "r": "axohs" }, | |
{ "w": "independently", "r": "conrub" }, | |
{ "w": "distributions", "r": "nixera" }, | |
{ "w": "confrontation", "r": "opsyid" }, | |
{ "w": "privatisation", "r": "jusawn" }, | |
{ "w": "thunderstorms", "r": "muddie" }, | |
{ "w": "conservatives", "r": "utuns" }, | |
{ "w": "contamination", "r": "hexnos" }, | |
{ "w": "supercomputer", "r": "kithay" }, | |
{ "w": "authorization", "r": "regwoe" }, | |
{ "w": "profit-taking", "r": "yobget" }, | |
{ "w": "predominantly", "r": "ohoarc" }, | |
{ "w": "pro-democracy", "r": "entup" }, | |
{ "w": "certification", "r": "tomis" }, | |
{ "w": "correspondent", "r": "curma" }, | |
{ "w": "assassination", "r": "souark" }, | |
{ "w": "client-server", "r": "ionzas" }, | |
{ "w": "revolutionary", "r": "carbar" }, | |
{ "w": "multinational", "r": "sisask" }, | |
{ "w": "conversations", "r": "pyxwaw" }, | |
{ "w": "Chicago-based", "r": "rinarm" }, | |
{ "w": "approximation", "r": "wingey" }, | |
{ "w": "psychological", "r": "wotwit" }, | |
{ "w": "neighborhoods", "r": "zinref" }, | |
{ "w": "incorporating", "r": "hoyod" }, | |
{ "w": "architectural", "r": "vegeth" }, | |
{ "w": "heterogeneous", "r": "rifsac" }, | |
{ "w": "transmissions", "r": "whonew" }, | |
{ "w": "Mediterranean", "r": "boofas" }, | |
{ "w": "biotechnology", "r": "cumgay" }, | |
{ "w": "strengthening", "r": "ownog" }, | |
{ "w": "justification", "r": "ainhum" }, | |
{ "w": "uncertainties", "r": "haowha" }, | |
{ "w": "concentrating", "r": "agolad" }, | |
{ "w": "deterioration", "r": "phtrow" }, | |
{ "w": "computational", "r": "erelux" }, | |
{ "w": "Windows-based", "r": "sukhag" }, | |
{ "w": "demonstrating", "r": "joeown" }, | |
{ "w": "entrepreneurs", "r": "feefil" }, | |
{ "w": "complications", "r": "nutado" }, | |
{ "w": "distinguished", "r": "humpsi" }, | |
{ "w": "inappropriate", "r": "carens" }, | |
{ "w": "proliferation", "r": "kitmay" }, | |
{ "w": "off-the-shelf", "r": "cadurn" }, | |
{ "w": "Ashton-Tate's", "r": "naeget" }, | |
{ "w": "collaboration", "r": "leuvow" }, | |
{ "w": "administration", "r": "utebus" }, | |
{ "w": "communications", "r": "kasors" }, | |
{ "w": "implementation", "r": "amurad" }, | |
{ "w": "responsibility", "r": "orciff" }, | |
{ "w": "microcomputers", "r": "mitaj" }, | |
{ "w": "transportation", "r": "barsly" }, | |
{ "w": "administrative", "r": "bedpay" }, | |
{ "w": "specifications", "r": "hoevat" }, | |
{ "w": "simultaneously", "r": "nios" }, | |
{ "w": "microprocessor", "r": "togsom" }, | |
{ "w": "representative", "r": "maxnab" }, | |
{ "w": "constitutional", "r": "sictoy" }, | |
{ "w": "reorganization", "r": "urbads" }, | |
{ "w": "investigations", "r": "agsbo" }, | |
{ "w": "demonstrations", "r": "aithid" }, | |
{ "w": "configurations", "r": "pambys" }, | |
{ "w": "representation", "r": "fedbro" }, | |
{ "w": "concentrations", "r": "adzace" }, | |
{ "w": "administrators", "r": "stytam" }, | |
{ "w": "discrimination", "r": "boyspa" }, | |
{ "w": "recommendation", "r": "kastsk" }, | |
{ "w": "fourth-quarter", "r": "toyput" }, | |
{ "w": "identification", "r": "asjog" }, | |
{ "w": "interpretation", "r": "jobkir" }, | |
{ "w": "Czechoslovakia", "r": "affzuu" }, | |
{ "w": "computer-aided", "r": "wudsex" }, | |
{ "w": "second-quarter", "r": "duefir" }, | |
{ "w": "considerations", "r": "zzzgel" }, | |
{ "w": "infrastructure", "r": "panere" }, | |
{ "w": "transformation", "r": "figabo" }, | |
{ "w": "cost-effective", "r": "duptax" }, | |
{ "w": "characteristic", "r": "muwot" }, | |
{ "w": "pharmaceutical", "r": "gulwax" }, | |
{ "w": "floating-point", "r": "jarhmm" }, | |
{ "w": "organizational", "r": "oatret" }, | |
{ "w": "second-largest", "r": "sommig" }, | |
{ "w": "electronically", "r": "menfug" }, | |
{ "w": "disappointment", "r": "reetav" }, | |
{ "w": "multiprocessor", "r": "odewab" }, | |
{ "w": "supercomputers", "r": "rapdit" }, | |
{ "w": "IBM-compatible", "r": "vumrim" }, | |
{ "w": "classification", "r": "sisheh" }, | |
{ "w": "overwhelmingly", "r": "hoboa" }, | |
{ "w": "rehabilitation", "r": "runfew" }, | |
{ "w": "time-consuming", "r": "jewdom" }, | |
{ "w": "advertisements", "r": "hisadz" }, | |
{ "w": "anti-apartheid", "r": "soydab" }, | |
{ "w": "vice-president", "r": "dokit" }, | |
{ "w": "semiconductors", "r": "loohug" }, | |
{ "w": "organization's", "r": "xisrut" }, | |
{ "w": "industrialized", "r": "luvdin" }, | |
{ "w": "reconstruction", "r": "dadnit" }, | |
{ "w": "appropriations", "r": "coyat" }, | |
{ "w": "bankruptcy-law", "r": "pepand" }, | |
{ "w": "experimentally", "r": "sopels" }, | |
{ "w": "characteristics", "r": "layeau" }, | |
{ "w": "object-oriented", "r": "airhet" }, | |
{ "w": "representatives", "r": "himrib" }, | |
{ "w": "Hewlett-Packard", "r": "ichvis" }, | |
{ "w": "recommendations", "r": "hadme" }, | |
{ "w": "microprocessors", "r": "duioba" }, | |
{ "w": "high-resolution", "r": "tajoxy" }, | |
{ "w": "implementations", "r": "leyjam" }, | |
{ "w": "straightforward", "r": "amashy" }, | |
{ "w": "superconducting", "r": "kimig" }, | |
{ "w": "competitiveness", "r": "aukalp" }, | |
{ "w": "Exchange-listed", "r": "mewzek" }, | |
{ "w": "multiprocessing", "r": "joymop" }, | |
{ "w": "two-dimensional", "r": "heppa" }, | |
{ "w": "electromagnetic", "r": "fergul" }, | |
{ "w": "anti-government", "r": "reepes" }, | |
{ "w": "internationally", "r": "iffhag" }, | |
{ "w": "black-and-white", "r": "sapbel" }, | |
{ "w": "general-purpose", "r": "sixbay" }, | |
{ "w": "decision-making", "r": "mayre" }, | |
{ "w": "character-based", "r": "obigae" }, | |
{ "w": "pharmaceuticals", "r": "aineb" }, | |
{ "w": "standardization", "r": "obawud" }, | |
{ "w": "word-processing", "r": "zinlax" }, | |
{ "w": "over-the-counter", "r": "ichno" }, | |
{ "w": "administration's", "r": "buymay" }, | |
{ "w": "responsibilities", "r": "avanee" }, | |
{ "w": "high-performance", "r": "bamdam" }, | |
{ "w": "interoperability", "r": "ethie" }, | |
{ "w": "Prudential-Bache", "r": "setgae" }, | |
{ "w": "unconstitutional", "r": "padgam" }, | |
{ "w": "state-of-the-art", "r": "feesip" }, | |
{ "w": "recapitalization", "r": "tetbey" }, | |
{ "w": "characterization", "r": "omswed" }, | |
{ "w": "three-dimensional", "r": "biocig" }, | |
{ "w": "environmentalists", "r": "eauma" }, | |
{ "w": "telecommunications", "r": "riapiu" } | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* global fetch, console */ | |
let lib; | |
let $form = document.querySelector('form'); | |
let $btn = document.querySelector('button'); | |
let [$input, $output] = [].slice.call(document.querySelectorAll('input')); | |
$form.addEventListener('submit', (e) => { | |
e.preventDefault(); | |
console.log($input.value); | |
let inputStrings = $input.value.toLowerCase().split(/\s+?/); | |
let inputStringsTranslated = []; | |
console.log(inputStrings); | |
inputStrings.forEach((str) => { | |
let mapedStr = str; | |
lib.some((word) => { | |
if (word.w.toLowerCase() === str) { | |
mapedStr = word.r; | |
} | |
}); | |
inputStringsTranslated.push(mapedStr); | |
}); | |
console.log(inputStringsTranslated); | |
$output.value = inputStringsTranslated.join(' '); | |
}); | |
fetch('./library.json') | |
.then((res) => res.json()) | |
.then((data) => { | |
lib = data; | |
$btn.click(); | |
}) | |
.catch((error) => { | |
console.log('There has been a problem with your fetch operation: ' + error.message); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { | |
flex: 1; | |
width: 100%; | |
max-width: 40rem; | |
margin: 0 auto; | |
} | |
.form { | |
display: flex; | |
align-items: center; | |
@media (max-width: 30em) { | |
flex-direction: column; | |
} | |
} | |
.grid { | |
display: inline-block; | |
flex: 1; | |
margin: 0 .5rem .5rem; | |
} | |
.translator { | |
flex-grow: .5; | |
@media (max-width: 30em) { | |
transform: rotate(90deg); | |
} | |
} | |
.block { | |
display: block; | |
width: 100%; | |
} | |
input { | |
font-size: 1.5rem; | |
line-height: 1.5; | |
padding-left: .25em; | |
padding-right: .25em; | |
} | |
/// reset | |
*, | |
*::before, | |
*::after { | |
box-sizing: border-box; | |
margin: 0; | |
} | |
html { | |
height: 100%; | |
} | |
body { | |
display: flex; | |
flex-direction: column; | |
min-height: 100%; | |
margin: 0; | |
background: linear-gradient(#ffe, #fff 90%) no-repeat fixed; | |
color: #222; | |
} | |
.intro { | |
width: 90%; | |
max-width: 30rem; | |
padding-bottom: 1rem; | |
margin: 0 auto 1em; | |
padding-top: .5em; | |
font-size: calc(1rem + 2vmin); | |
text-transform: capitalize; | |
border-bottom: 1px dashed rgba(#000, .3); | |
text-align: center; | |
small { | |
display: block; | |
opacity: .5; | |
font-style: italic; | |
text-transform: none; | |
} | |
} | |
.info { | |
margin: 0; | |
padding: 1em; | |
font-size: .9em; | |
font-style: italic; | |
font-family: serif; | |
text-align: right; | |
opacity: .5; | |
a { | |
color: inherit; | |
} | |
} | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
margin: -1px; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment