Created
September 18, 2017 21:59
-
-
Save Yatoom/9f210da31899acc6a0efd179a44e0e2c to your computer and use it in GitHub Desktop.
Minion translator
This file contains hidden or 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
| from words import words | |
| minionese_to_english = {v: k for k, v in words.items()} | |
| def translate(sentence, minionese=False): | |
| dictionary = words if not minionese else minionese_to_english | |
| result = "" | |
| for word in sentence.split(" "): | |
| if word in dictionary.keys(): | |
| result += dictionary[word] + " " | |
| else: | |
| result += word + " " | |
| return result[:-1] |
This file contains hidden or 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
| words = { | |
| "the": "ta", | |
| "be": "be", | |
| "to": "da", | |
| "of": "de", | |
| "and": "yee", | |
| "a": "a", | |
| "in": "een", | |
| "that": "pak", | |
| "romance": "ploo", | |
| "I": "ka", | |
| "it": "pik", | |
| "for": "nunu", | |
| "not": "non", | |
| "on": "en", | |
| "with": "com", | |
| "he": "le", | |
| "as": "sim", | |
| "do": "batooay", | |
| "at": "ka", | |
| "this": "ba", | |
| "but": "pelo", | |
| "his": "lo", | |
| "by": "bey", | |
| "from": "da", | |
| "we": "pem", | |
| "say": "tom", | |
| "her": "la", | |
| "she": "lam", | |
| "or": "sif", | |
| "an": "nan", | |
| "will": "sama", | |
| "my": "mi", | |
| "one": "da", | |
| "all": "tadda", | |
| "would": "polo", | |
| "their": "tus", | |
| "so": "la", | |
| "up": "aka", | |
| "out": "kapee", | |
| "if": "asa", | |
| "about": "cama", | |
| "who": "ben", | |
| "which": "tika", | |
| "me": "me", | |
| "when": "kan", | |
| "make": "haga", | |
| "can": "pudum", | |
| "like": "ko", | |
| "time": "veela", | |
| "no": "no", | |
| "just": "sola", | |
| "him": "lom", | |
| "know": "cono", | |
| "people": "huma", | |
| "into": "enta", | |
| "year": "anu", | |
| "your": "tu", | |
| "good": "leelas", | |
| "some": "tem", | |
| "could": "tup", | |
| "them": "vus", | |
| "see": "verlo", | |
| "other": "orto", | |
| "than": "pan", | |
| "then": "pen", | |
| "now": "prompo", | |
| "look": "bida", | |
| "only": "solo", | |
| "come": "po", | |
| "its": "ti", | |
| "over": "fino", | |
| "think": "pensa", | |
| "also": "bigo", | |
| "back": "bok", | |
| "after": "temer", | |
| "use": "uso", | |
| "two": "do", | |
| "how": "amee", | |
| "our": "noor", | |
| "work": "traba", | |
| "first": "prima", | |
| "well": "lam", | |
| "way": "via", | |
| "even": "lega", | |
| "new": "daga", | |
| "want": "quer", | |
| "because": "feguin", | |
| "any": "alga", | |
| "these": "les", | |
| "give": "pona", | |
| "day": "dia", | |
| "most": "meja", | |
| "us": "nos", | |
| "Earth": "hom", | |
| "Mercury": "berky", | |
| "Mars": "bars", | |
| "Venus": "zeeboop", | |
| "Jupiter": "boop ter", | |
| "Saturn": "blap", | |
| "Pluto": "ploopo", | |
| "Uranus": "raynus", | |
| "Neptune": "bepter", | |
| "Asteroid": "blop", | |
| "Meteor": "beetor", | |
| "Comet": "bet", | |
| "Star": "teebo", | |
| "Space": "ooo", | |
| "Sun": "aah", | |
| "fuck": "ptt", | |
| "butt": "butt", | |
| "shit": "ptt", | |
| "crap": "bap", | |
| "pee": "beep beep", | |
| "poo": "boop", | |
| "sex": "dep", | |
| "sexy": "dep dep", | |
| "bitch": "ip", | |
| "ass": "butt", | |
| "bottom": "bottom", | |
| "am": "am", | |
| "arm": "ba", | |
| "aw": "aw", | |
| "bat": "bat", | |
| "behold": "peta", | |
| "check": "bada", | |
| "twirl": "pukka", | |
| "despicable": "despicable", | |
| "down": "koop", | |
| "dust": "bloomai", | |
| "excuse": "ed", | |
| "face": "face", | |
| "far": "kafar", | |
| "fat": "kay", | |
| "go": "go", | |
| "going": "pata", | |
| "got": "ka", | |
| "gru": "gru", | |
| "hand": "na", | |
| "have": "kaylay", | |
| "hey": "hey", | |
| "I'd": "pi", | |
| "let's": "coopee", | |
| "listen": "bebada", | |
| "looking": "lapa", | |
| "measure": "keme", | |
| "oh": "oh", | |
| "ok": "ok", | |
| "ow": "ahh", | |
| "plunger": "plumay", | |
| "poop": "poop", | |
| "power": "meyay", | |
| "reeling": "dotiko", | |
| "rock": "tokati", | |
| "rocking": "notaneeko", | |
| "roll": "roto", | |
| "rolling": "niganatinooto", | |
| "romance": "pu", | |
| "saw": "ma", | |
| "sorry": "bido", | |
| "stomach": "tomi", | |
| "stop": "stop", | |
| "strong": "tido", | |
| "suck": "sak", | |
| "sucker": "sake", | |
| "thought": "moo", | |
| "three": "thru", | |
| "tummy": "tami", | |
| "uh": "uh", | |
| "walk": "akamoo", | |
| "went": "yo", | |
| "win": "toop", | |
| "you": "to", | |
| "haha": "heh heh", | |
| "hahaha": "heh heh heh", | |
| "hee": "hee", | |
| "hee hee": "hee hee", | |
| "young": "boo", | |
| "man": "ka", | |
| "there": "bada", | |
| "need": "mo", | |
| "feel": "mara", | |
| "pick": "paka", | |
| "yourself": "ki", | |
| "off": "dak", | |
| "ground": "atand", | |
| "town": "dee", | |
| "it's": "labada", | |
| "fun": "agei", | |
| "stay": "aloo", | |
| "they": "feila", | |
| "everything": "midoo", | |
| "enjoy": "loka", | |
| "hang": "kappa", | |
| "boys": "paprikas", | |
| "get": "linda", | |
| "clean": "bono", | |
| "meal": "carbonara", | |
| "Ice cream": "Gelato", | |
| "Cheers": "Kanpai", | |
| "Can we start": "Pwede na", | |
| "Toy": "Papoy", | |
| "What": "Whaaat?", | |
| "For you": "Para tu", | |
| "Why": "Po ka", | |
| "To infinity and beyond": "Bu ta na ma ka", | |
| "Thank you": "Tank yu", | |
| "I love you": "Tulaliloo ti amo", | |
| "I'm sorry": "Bi Do", | |
| "Fire": "beedo", | |
| "Marriage": "La boda", | |
| "Hello": "Bello", | |
| "swear": "Underwear", | |
| "Oh no": "Oh poop", | |
| "Eat my dust": "Pluma", | |
| "Goodbye": "Poopaye", | |
| "Chair": "Chasy", | |
| "kiss": "Mumumu", | |
| "Stop stop": "Stupa stupa", | |
| "Look at you": "Luk at tu", | |
| "pretty": "Poppadom", | |
| "surprise": "Ta da", | |
| "ready": "boca", | |
| "set": "Ka kow", | |
| "fight": "fipe", | |
| "moon": "reh", | |
| "starts": "rey", | |
| "sky": "lia", | |
| "shadow": "kreh", | |
| "side": "gua", | |
| "better": "showlee", | |
| "worse": "duu", | |
| "part": "zuu", | |
| "mistake": "leh ji", | |
| "heart": "la ma nii", | |
| "dance": "plano", | |
| "chance": "talamo", | |
| "take": "nupi", | |
| "reach": "ploma", | |
| "winner": "wako", | |
| "hate": "blummock", | |
| "record": "tika tey", | |
| "duck": "quack quack", | |
| "puppy": "popay", | |
| "mind": "toca", | |
| "whatever": "mokatino", | |
| "snack": "pito", | |
| "jump": "opala", | |
| "yes": "si", | |
| "home": "camion", | |
| "row": "markho", | |
| "score": "yabu", | |
| "apple": "bapple", | |
| "banana": "banana", | |
| "pancake": "bocake", | |
| "cake": "bak", | |
| "cookie": "bookie", | |
| "pie": "pa", | |
| "potato": "potato", | |
| "pizza": "pizza", | |
| "jelly": "gelaya", | |
| "jam": "gum gum", | |
| "milk": "lekka", | |
| "cereal": "ohs", | |
| "sandwich": "wich", | |
| "water": "blub blub", | |
| "Asparagus": "grabus", | |
| "Chickpea": "kickpa", | |
| "Peas": "beep", | |
| "Broccoli": "kaboki", | |
| "Cabbage": "beppo", | |
| "Carrot": "rokka", | |
| "Dill": "bill", | |
| "Corn": "mabe", | |
| "Pepper": "beppo", | |
| "cheese": "beep", | |
| "Spinach": "chibap", | |
| "Squash": "bap", | |
| "Acorn squash": "bap", | |
| "Butternut squash": "bap", | |
| "Banana squash": "bap", | |
| "Zucchini": "zeepo", | |
| "Cucumber": "bumbo", | |
| "Pumpkin": "pimpomp", | |
| "Sweet potato": "potato", | |
| "Yam": "yap", | |
| "Apricot": "catee", | |
| "Avocado": "cado", | |
| "Breadfruit": "bread", | |
| "Bilberry": "bibiberr", | |
| "Blackberry": "bokaberry", | |
| "Blackcurrant": "bokarant", | |
| "Blueberry": "bloop", | |
| "Boysenberry": "boysan", | |
| "Currant": "runt", | |
| "Cherry": "berry", | |
| "Cherimoya": "cherimoya", | |
| "Chili": "billy", | |
| "Cloudberry": "cloud", | |
| "Coconut": "coco", | |
| "Damson": "damson", | |
| "Date": "date", | |
| "Dragonfruit": "dragra", | |
| "Durian": "durian", | |
| "Elderberry": "elderberry", | |
| "Feijoa": "feijoa", | |
| "Fig": "big", | |
| "Gooseberry": "goobee", | |
| "Grape": "goopa", | |
| "Grapefruit": "goopafoot", | |
| "Guava": "bava", | |
| "Huckleberry": "Huckleberry", | |
| "Honeydew": "dewda", | |
| "Jackfruit": "Jackfruit", | |
| "Jettamelon": "Jettamelon", | |
| "Jambul": "Jambul", | |
| "Jujube": "Jujube", | |
| "Kiwi": "kiwi", | |
| "Kumquat": "bikka", | |
| "Legume": "begume", | |
| "Lemon": "money", | |
| "Lime": "lima", | |
| "Loquat": "Loquat", | |
| "Lychee": "lipchee", | |
| "Mango": "bengo", | |
| "Melon": "belon", | |
| "Cantalope": "canta", | |
| "Cantaloupe": "canta", | |
| "Watermelon": "batabelon", | |
| "Rock melon": "Rock melon", | |
| "Nectarine": "pectarin", | |
| "Nut": "noota", | |
| "Orange": "ranja", | |
| "Clementine": "bemetime", | |
| "Mandarine": "mander", | |
| "Tangerine": "tanger", | |
| "Papaya": "baya", | |
| "Peach": "beech", | |
| "Pear": "perra", | |
| "Prune": "runpe", | |
| "Persimmon": "Persimmon", | |
| "Physalis": "Physalis", | |
| "Plum": "lump", | |
| "Pineapple": "nabapple", | |
| "Pomegranate": "pomgrapple", | |
| "Pomelo": "Pomelo", | |
| "Purple Mangosteen": "Purple Mangosteen", | |
| "Quince": "Quince", | |
| "Raspberry": "palpberry", | |
| "Rambutan": "Rambutan", | |
| "Redcurrant": "Redcurrant", | |
| "Salal berry": "Salal berry", | |
| "Satsuma": "Satsuma", | |
| "Star fruit": "Star fruit", | |
| "Strawberry": "frabble", | |
| "Tamarillo": "Tamarillo", | |
| "Tomato": "Tomato", | |
| "Bear": "oso", | |
| "Bee": "buzz buzz", | |
| "Butterfly": "flybee", | |
| "Cat": "gato", | |
| "Chicken": "pollito", | |
| "Crab": "pincho", | |
| "Dog": "kyle", | |
| "Eel": "leel", | |
| "Fish": "blubby", | |
| "Kangaroo": "roo", | |
| "Owl": "hoo", | |
| "Sloth": "loris", | |
| "Unicorn": "papoya", | |
| "America": "berka", | |
| "USA": "USA", | |
| "Antarctica": "parka", | |
| "Aruba": "blooba", | |
| "Australia": "payla", | |
| "Brazil": "gabil", | |
| "Canada": "mipo", | |
| "Chile": "lika", | |
| "Egypt": "zipto", | |
| "France": "paree", | |
| "Greece": "greepo", | |
| "Vatican": "tican", | |
| "India": "nimba", | |
| "Italy": "tally", | |
| "Japan": "gapay", | |
| "Kenya": "keeklo", | |
| "Mexico": "seeco", | |
| "Norway": "nemo", | |
| "Peru": "pico", | |
| "Portugal": "toogo", | |
| "Sweden": "veemdo", | |
| "Turkey": "burkey", | |
| "United Kingdom": "bingand", | |
| "United States": "berka", | |
| "Venezuela": "zozo", | |
| "Barcelona": "slona", | |
| "Berlin": "ribin", | |
| "Cairo": "keeko", | |
| "Delhi": "belli", | |
| "New Delhi": "belli", | |
| "Dubai": "goobay", | |
| "Tokyo": "boko", | |
| "Mumbai": "boombai", | |
| "Bombay": "boombai", | |
| "Paris": "paree", | |
| "Philadelphia": "filo", | |
| "Rio": "beeyo", | |
| "Rio de Janeiro": "beeyo", | |
| "London": "bo bum", | |
| "England": "bingand", | |
| "California": "sun sun", | |
| "New York": "bork see", | |
| "Pennsylvania": "vaney", | |
| "Florida": "lordak", | |
| "Massachusetts": "baschube", | |
| "Illinois": "loni", | |
| "Kentucky": "tucka", | |
| "Rhode Island": "rho dand", | |
| "Maryland": "mardand", | |
| "Texas": "smeeta", | |
| "Oregon": "gonda", | |
| "Michigan": "shiggy", | |
| "Ohio": "hi-oo", | |
| "Missouri": "zoori", | |
| "Washington DC": "cap cap", | |
| "Puerto Rico": "rico", | |
| "Idaho": "daho", | |
| "Minnesota": "sota", | |
| "Connecticut": "concatut", | |
| "Wisconsin": "sonskin", | |
| "Virginia": "gin gin", | |
| "Colorado": "radocol", | |
| "Delaware": "reddaware", | |
| "Georgia": "rorga", | |
| "Arizona": "zony", | |
| "Washington": "washgon", | |
| "Kansas": "sankas", | |
| "Mississippi": "pee pee", | |
| "Utah": "toopa", | |
| "Indiana": "bandana", | |
| "Louisiana": "sana", | |
| "Vermont": "monty", | |
| "Hawaii": "hawaka", | |
| "Nevada": "vada", | |
| "Nebraska": "braskba", | |
| "Oklahoma": "oo ka doma", | |
| "Montana": "zompana", | |
| "North Carolina": "be carol", | |
| "North Dakota": "dakoma", | |
| "Iowa": "io", | |
| "Alabama": "bama", | |
| "West Virginia": "week gin gin", | |
| "Arkansas": "ark naska", | |
| "New Hampshire": "be hampy", | |
| "Wyoming": "byoma", | |
| "Maine": "baime", | |
| "New Mexico": "be bexo", | |
| "South Dakota": "kota", | |
| "South Carolina": "see carol", | |
| "Tennessee": "mepee", | |
| "Alaska": "kaska", | |
| "Juneau": "boon", | |
| "Phoenix": "feeny", | |
| "Little Rock": "bi bop", | |
| "Sacramento": "mento", | |
| "Denver": "vendo", | |
| "Hartford": "harbo", | |
| "Dover": "dobo", | |
| "Tallahassee": "fallahass", | |
| "Atlanta": "planta", | |
| "Honolulu": "honolulu", | |
| "Boise": "bosee", | |
| "Springfield": "ping", | |
| "Indianapolis": "biapolis", | |
| "Des Moines": "be boing", | |
| "Topeka": "peeko", | |
| "Frankfort": "fapo", | |
| "Baton Rouge": "rupo", | |
| "Augusta": "gusta", | |
| "Annapolis": "napo", | |
| "Boston": "bo bop", | |
| "Lansing": "sing", | |
| "Saint Paul": "pe paul", | |
| "Jackson": "jackman", | |
| "Jefferson City": "fergon", | |
| "Helena": "lena", | |
| "Lincoln": "lincon", | |
| "Carson City": "barcon", | |
| "Concord": "conco", | |
| "Trenton": "teeton", | |
| "Santa Fe": "fee", | |
| "Albany": "banay", | |
| "Raleigh": "ralle", | |
| "Bismarck": "pimark", | |
| "Columbus": "bumbus", | |
| "Oklahoma City": "loma", | |
| "Salem": "palem", | |
| "Providence": "popin", | |
| "Austin": "bobon", | |
| "Los Angeles": "lo la", | |
| "Chicago": "bi ca go", | |
| "Houston": "boos", | |
| "Seattle": "tattle", | |
| "Las Vegas": "bee gas", | |
| "Omaha": "omaha", | |
| "Miami": "bami", | |
| "New Orleans": "bola", | |
| "Tampa": "bampo", | |
| "Aurora": "ropa", | |
| "St. Louis": "lou", | |
| "Cincinnati": "naki", | |
| "Durham": "rubdum", | |
| "Fargo": "faaar", | |
| "Cambridge": "bigo", | |
| "Green Bay": "gleebo", | |
| "Erie": "meero", | |
| "Las Cruces": "croopa", | |
| "already": "bedy", | |
| "although": "rabo", | |
| "anything": "plumaki", | |
| "area": "hara", | |
| "ball": "jugo", | |
| "beautiful": "lindo", | |
| "beginning": "pica", | |
| "Bill": "bibo", | |
| "birds": "avos", | |
| "blue": "zuza", | |
| "boat": "bopa", | |
| "box": "caro", | |
| "bring": "toka", | |
| "build": "hago", | |
| "building": "hagoma", | |
| "built": "hagan", | |
| "can't": "takan", | |
| "care": "mibo", | |
| "carefully": "mibola", | |
| "carried": "soopa", | |
| "carry": "slemo", | |
| "center": "mid", | |
| "class": "leko", | |
| "coming": "miko", | |
| "common": "mora", | |
| "complete": "slempo", | |
| "dark": "doka", | |
| "deep": "dopa", | |
| "distance": "digo", | |
| "doing": "mido", | |
| "dry": "dropa", | |
| "easy": "sim sim", | |
| "either": "sora", | |
| "else": "eko", | |
| "everyone": "tokas", | |
| "fact": "punta", | |
| "fall": "ahh", | |
| "fast": "zipo", | |
| "felt": "zelp", | |
| "field": "forka", | |
| "finally": "tikami", | |
| "fine": "tem", | |
| "floor": "tocap", | |
| "follow": "stikla", | |
| "foot": "pedo", | |
| "friend": "migo", | |
| "full": "lemo", | |
| "game": "spaghetti", | |
| "getting": "gego", | |
| "girl": "pappala", | |
| "glass": "glopa", | |
| "goes": "po", | |
| "gold": "oro", | |
| "gone": "noesta", | |
| "happened": "piklo", | |
| "having": "moka", | |
| "heavy": "muy", | |
| "held": "nep", | |
| "hold": "nop", | |
| "horse": "cama", | |
| "hot": "meatball", | |
| "hour": "hora", | |
| "hundred": "zooma", | |
| "ice": "freelo", | |
| "Indian": "niblan", | |
| "instead": "nola", | |
| "itself": "nikom", | |
| "job": "caree", | |
| "kept": "kep", | |
| "language": "lingu", | |
| "lay": "nap", | |
| "least": "lipa", | |
| "leave": "nik nak", | |
| "list": "listo", | |
| "longer": "tomak", | |
| "low": "gropa", | |
| "main": "nem", | |
| "map": "mopa", | |
| "matter": "makama", | |
| "Miss": "missa", | |
| "mountain": "monton", | |
| "moving": "whoaa", | |
| "music": "bocami", | |
| "needed": "neblo", | |
| "notice": "noki", | |
| "outside": "nopa", | |
| "past": "lego", | |
| "pattern": "pokamente", | |
| "person": "popla", | |
| "piece": "pupla", | |
| "plant": "verdo", | |
| "poor": "mipo", | |
| "possible": "pomptai", | |
| "probably": "midole", | |
| "problem": "sopa", | |
| "question": "pokami", | |
| "quickly": "muka", | |
| "quite": "pit", | |
| "rain": "tapa", | |
| "run": "corro", | |
| "real": "elgo", | |
| "river": "rena", | |
| "road": "cala", | |
| "round": "gordo", | |
| "sat": "sup", | |
| "scientist": "doca", | |
| "shall": "talp", | |
| "ship": "boto", | |
| "simple": "pet", | |
| "size": "sibo", | |
| "slowly": "leno", | |
| "snow": "snoka", | |
| "someone": "mimo", | |
| "special": "tikka", | |
| "stand": "templa", | |
| "start": "quok", | |
| "state": "plato", | |
| "stood": "kop", | |
| "stopped": "haka", | |
| "suddenly": "opa", | |
| "summer": "verna", | |
| "system": "tiklop", | |
| "taken": "teklom", | |
| "talk": "pluka", | |
| "tall": "muy", | |
| "ten": "dez", | |
| "that's": "dos", | |
| "themselves": "demos", | |
| "third": "twa", | |
| "tiny": "libo", | |
| "tried": "tuba", | |
| "voice": "vola", | |
| "warm": "blanko", | |
| "watch": "copa", | |
| "weather": "cora", | |
| "whether": "kupa", | |
| "wide": "wigo", | |
| "wild": "zeez", | |
| "winter": "frilo", | |
| "within": "wopa", | |
| "writing": "scriba", | |
| "written": "scriban", | |
| "is": "tis", | |
| "was": "tos", | |
| "are": "nama", | |
| "name": "nomba", | |
| "very": "mupa", | |
| "through": "thru", | |
| "form": "forma", | |
| "sentence": "siglan", | |
| "great": "gopa", | |
| "help": "hep", | |
| "line": "lem", | |
| "differ": "diplo", | |
| "turn": "tooma", | |
| "cause": "copka", | |
| "much": "mucha", | |
| "mean": "meeno", | |
| "before": "bidom", | |
| "move": "mova", | |
| "right": "recha", | |
| "boy": "nino", | |
| "had": "hagan", | |
| "word": "pingo", | |
| "were": "fem", | |
| "said": "bap", | |
| "each": "seeko", | |
| "many": "mublai", | |
| "write": "scripto", | |
| "long": "lugol", | |
| "thing": "tipa", | |
| "has": "hego", | |
| "more": "mas", | |
| "did": "deep", | |
| "number": "nobam", | |
| "sound": "suka", | |
| "call": "cora", | |
| "may": "maybo", | |
| "been": "bem", | |
| "find": "pen", | |
| "place": "lugo", | |
| "made": "mobla", | |
| "live": "vivo", | |
| "where": "donde", | |
| "little": "ipo", | |
| "came": "lemar", | |
| "show": "ta daa", | |
| "every": "alga", | |
| "under": "sumo", | |
| "same": "mismo", | |
| "tell": "topa", | |
| "does": "dika", | |
| "air": "ara", | |
| "play": "hopa", | |
| "small": "ito", | |
| "end": "fin", | |
| "put": "ponga", | |
| "read": "leto", | |
| "port": "porp", | |
| "large": "breeko", | |
| "spell": "plok", | |
| "add": "tokali", | |
| "land": "briko", | |
| "here": "aca", | |
| "must": "miklo", | |
| "big": "boma", | |
| "high": "feep", | |
| "such": "sook", | |
| "act": "taki", | |
| "ask": "unami", | |
| "men": "heemos", | |
| "change": "greebo", | |
| "light": "luz", | |
| "kind": "nace", | |
| "house": "hoopa", | |
| "picture": "pinto", | |
| "try": "traigo", | |
| "again": "unama", | |
| "animal": "feelo", | |
| "point": "poonk", | |
| "mother": "mama", | |
| "world": "globo", | |
| "near": "peep", | |
| "self": "sok", | |
| "father": "papa", | |
| "head": "caba", | |
| "own": "mio", | |
| "page": "piplo", | |
| "should": "soko", | |
| "country": "placo", | |
| "found": "polo", | |
| "answer": "simpli", | |
| "school": "borko", | |
| "grow": "longo", | |
| "study": "studo", | |
| "still": "roopa", | |
| "learn": "estudo", | |
| "cover": "coplo", | |
| "food": "tumtum", | |
| "four": "sanc", | |
| "between": "squee", | |
| "keep": "tenga", | |
| "eye": "lengo", | |
| "never": "nopa", | |
| "last": "tepo", | |
| "let": "seep", | |
| "city": "kiku", | |
| "tree": "bosca", | |
| "cross": "croco", | |
| "farm": "rogo", | |
| "hard": "ow", | |
| "might": "moopa", | |
| "story": "linkla", | |
| "sea": "bluma", | |
| "draw": "dreelo", | |
| "left": "isko", | |
| "late": "lubo", | |
| "don't": "domo", | |
| "while": "weebo", | |
| "press": "pokka", | |
| "close": "subo", | |
| "night": "nokka", | |
| "life": "levo", | |
| "few": "foop", | |
| "north": "norka", | |
| "Co": "wee", | |
| "PC": "pip", | |
| "Mr": "cur", | |
| "OS": "goy", | |
| "II": "haw", | |
| "UK": "are", | |
| "St": "reg", | |
| "de": "wet", | |
| "HP": "law", | |
| "TV": "gam", | |
| "Dr": "ope", | |
| "Jr": "up", | |
| "PS": "teg", | |
| "ad": "rai", | |
| "CA": "key", | |
| "DC": "lad", | |
| "vs": "ed", | |
| "GM": "rat", | |
| "EC": "gas", | |
| "IP": "bes", | |
| "La": "act", | |
| "Va": "lex", | |
| "El": "nu", | |
| "IV": "arc", | |
| "Lt": "cru", | |
| "gt": "red", | |
| "AP": "sab", | |
| "SE": "lop", | |
| "CD": "flu", | |
| "MB": "tsk", | |
| "FR": "kop", | |
| "Al": "udo", | |
| "PM": "om", | |
| "AG": "pud", | |
| "GE": "dis", | |
| "NB": "mop", | |
| "CT": "van", | |
| "Md": "doe", | |
| "Ed": "aye", | |
| "3D": "sit", | |
| "Fe": "yea", | |
| "cm": "lye", | |
| "RS": "the", | |
| "Du": "let", | |
| "AI": "res", | |
| "SW": "keg", | |
| "Mo": "con", | |
| "Li": "oes", | |
| "mm": "boa", | |
| "Ga": "teg", | |
| "ID": "reg", | |
| "VM": "jug", | |
| "NW": "app", | |
| "Pf": "oud", | |
| "MA": "en", | |
| "SX": "leg", | |
| "XT": "ais", | |
| "en": "won", | |
| "BP": "qi", | |
| "VP": "emu", | |
| "IC": "oes", | |
| "Ls": "rah", | |
| "Le": "ex", | |
| "TI": "sew", | |
| "BT": "ors", | |
| "Ms": "jig", | |
| "kg": "xi", | |
| "UN": "vas", | |
| "UX": "dev", | |
| "AC": "las", | |
| "GL": "oat", | |
| "et": "hit", | |
| "CI": "sab", | |
| "pH": "put", | |
| "NY": "ram", | |
| "Ky": "fin", | |
| "EU": "goa", | |
| "Sr": "vav", | |
| "mg": "reg", | |
| "AR": "ed", | |
| "SA": "igg", | |
| "LC": "asp", | |
| "cc": "ana", | |
| "FY": "lez", | |
| "Mr.": "si", | |
| "Inc": "pe", | |
| "per": "hob", | |
| "IBM": "os", | |
| "too": "mac", | |
| "ago": "lam", | |
| "oil": "ism", | |
| "pay": "key", | |
| "six": "cay", | |
| "law": "nos", | |
| "San": "rem", | |
| "tax": "eng", | |
| "buy": "aid", | |
| "DOS": "mib", | |
| "top": "zzz", | |
| "due": "wed", | |
| "lot": "ta", | |
| "cut": "jar", | |
| "net": "pro", | |
| "key": "mis", | |
| "war": "ono", | |
| "old": "cox", | |
| "yet": "eve", | |
| "Mac": "mop", | |
| "gas": "mi", | |
| "LAN": "bar", | |
| "Ms.": "tub", | |
| "car": "tor", | |
| "bid": "oxo", | |
| "led": "ute", | |
| "yen": "do", | |
| "RAM": "tug", | |
| "I'm": "het", | |
| "won": "lib", | |
| "via": "piu", | |
| "hit": "ply", | |
| "Los": "fig", | |
| "aid": "has", | |
| "DEC": "pep", | |
| "PCs": "kos", | |
| "bad": "gib", | |
| "met": "aha", | |
| "sub": "ni", | |
| "bus": "ban", | |
| "Sen": "apo", | |
| "Oct": "kif", | |
| "age": "shh", | |
| "Jan": "wiz", | |
| "Ltd": "gas", | |
| "Dow": "zit", | |
| "bit": "jot", | |
| "SQL": "oba", | |
| "sup": "ere", | |
| "Aug": "bay", | |
| "fax": "nob", | |
| "Rep": "arb", | |
| "VGA": "lot", | |
| "son": "oes", | |
| "VAX": "rue", | |
| "Nov": "keg", | |
| "III": "boa", | |
| "art": "cob", | |
| "Feb": "pal", | |
| "ran": "uns", | |
| "nor": "ar", | |
| "bar": "rob", | |
| "CBS": "axe", | |
| "Fed": "pes", | |
| "ban": "mac", | |
| "VMS": "fug", | |
| "red": "tye", | |
| "CPU": "fou", | |
| "Jim": "er", | |
| "Bob": "yok", | |
| "fit": "our", | |
| "NBC": "too", | |
| "Gov": "why", | |
| "SEC": "kay", | |
| "fee": "gel", | |
| "Lee": "ave", | |
| "EPA": "ten", | |
| "TCP": "hun", | |
| "ABC": "lye", | |
| "Gen": "rap", | |
| "Bay": "was", | |
| "Tom": "gae", | |
| "ads": "cub", | |
| "jet": "en", | |
| "fly": "jee", | |
| "FBI": "gee", | |
| "CAD": "bed", | |
| "Sir": "nim", | |
| "die": "shh", | |
| "OSI": "nib", | |
| "NCR": "sap", | |
| "IRS": "are", | |
| "Fla": "lac", | |
| "PLC": "gut", | |
| "gap": "fun", | |
| "gun": "kat", | |
| "GOP": "bot", | |
| "NEC": "chi", | |
| "Dan": "ore", | |
| "Pan": "rep", | |
| "CFR": "yak", | |
| "PLO": "gid", | |
| "FDA": "nun", | |
| "MIS": "yen", | |
| "FAA": "rib", | |
| "Col": "spy", | |
| "Joe": "nab", | |
| "Ave": "old", | |
| "sit": "oke", | |
| "MHz": "pen", | |
| "aim": "pit", | |
| "guy": "gos", | |
| "bed": "tag", | |
| "qtr": "tau", | |
| "Ill": "mho", | |
| "Fox": "cam", | |
| "MCI": "try", | |
| "mix": "roe", | |
| "God": "nos", | |
| "ion": "fad", | |
| "raw": "fab", | |
| "FCC": "day", | |
| "MCA": "wud", | |
| "3-D": "wiz", | |
| "Don": "ags", | |
| "ROM": "sew", | |
| "etc": "zoo", | |
| "CEO": "maw", | |
| "mph": "nab", | |
| "era": "kis", | |
| "Van": "vox", | |
| "OSF": "aff", | |
| "Pro": "tea", | |
| "kit": "rub", | |
| "log": "bin", | |
| "SAA": "sea", | |
| "eat": "ads", | |
| "EDT": "of", | |
| "Rev": "ore", | |
| "DB2": "mae", | |
| "sum": "gee", | |
| "par": "pee", | |
| "tie": "fad", | |
| "fix": "at", | |
| "SNA": "suk", | |
| "API": "vau", | |
| "DNA": "web", | |
| "bps": "its", | |
| "MVS": "dos", | |
| "CIA": "aim", | |
| "EDI": "jar", | |
| "Sam": "soy", | |
| "ANC": "som", | |
| "LCD": "qua", | |
| "Ray": "keg", | |
| "Las": "awn", | |
| "lie": "kef", | |
| "dot": "up", | |
| "Ada": "vug", | |
| "hub": "yah", | |
| "bag": "din", | |
| "Ron": "ere", | |
| "HUD": "lye", | |
| "GAO": "mac", | |
| "GSA": "beg", | |
| "GUI": "sal", | |
| "bet": "tae", | |
| "Oak": "oak", | |
| "1st": "biz", | |
| "Kim": "nog", | |
| "Ann": "urn", | |
| "OTC": "ens", | |
| "EGA": "nan", | |
| "4th": "oak", | |
| "leg": "ho", | |
| "lab": "bug", | |
| "tab": "fat", | |
| "pop": "fem", | |
| "AST": "spy", | |
| "tag": "et", | |
| "OEM": "eel", | |
| "SCO": "dim", | |
| "tip": "het", | |
| "2nd": "led", | |
| "IRA": "og", | |
| "AIX": "jet", | |
| "Pat": "gut", | |
| "A's": "lam", | |
| "ash": "xu", | |
| "fan": "nor", | |
| "EMS": "on", | |
| "pen": "awa", | |
| "Ken": "ems", | |
| "cap": "lam", | |
| "Tel": "jee", | |
| "dpi": "deb", | |
| "EST": "zee", | |
| "SYS": "goy", | |
| "EIS": "jag", | |
| "RJR": "upo", | |
| "DDE": "two", | |
| "Roy": "pye", | |
| "ink": "tet", | |
| "rid": "ick", | |
| "DOE": "beg", | |
| "UAL": "for", | |
| "DAT": "fop", | |
| "Ore": "pry", | |
| "tap": "aba", | |
| "IMF": "peh", | |
| "TSR": "nix", | |
| "COM": "wat", | |
| "Tim": "lib", | |
| "3rd": "sum", | |
| "EDS": "bum", | |
| "GNP": "gul", | |
| "Ted": "has", | |
| "FTS": "yak", | |
| "PBX": "pur", | |
| "odd": "its", | |
| "Roh": "kob", | |
| "Ali": "yuk", | |
| "Sri": "ewe", | |
| "Jay": "fon", | |
| "Del": "fin", | |
| "Cos": "cry", | |
| "NRC": "hit", | |
| "AMD": "rye", | |
| "NFS": "hyp", | |
| "OMB": "zzz", | |
| "TWA": "irk", | |
| "ACM": "nun", | |
| "pit": "inn", | |
| "wet": "mud", | |
| "MeV": "lis", | |
| "DOD": "ut", | |
| "Ben": "yob", | |
| "GTE": "kob", | |
| "EXE": "pug", | |
| "Abu": "nee", | |
| "Maj": "wee", | |
| "UPS": "pud", | |
| "bug": "opt", | |
| "IRM": "fly", | |
| "80s": "sob", | |
| "CGA": "job", | |
| "ppm": "ohm", | |
| "Mae": "hat", | |
| "pad": "lit", | |
| "sue": "awn", | |
| "SAS": "qi", | |
| "Max": "gnu", | |
| "CDC": "icy", | |
| "ISA": "inn", | |
| "kid": "ar", | |
| "Ind": "vox", | |
| "90s": "oy", | |
| "sad": "efs", | |
| "Ala": "in", | |
| "BBC": "ern", | |
| "OCR": "heh", | |
| "ton": "oke", | |
| "Wis": "elm", | |
| "BBS": "mob", | |
| "INS": "hes", | |
| "USS": "elf", | |
| "60s": "ox", | |
| "Mrs": "pom", | |
| "Cox": "hap", | |
| "tea": "tee", | |
| "ADP": "pye", | |
| "cry": "bah", | |
| "ATM": "rim", | |
| "MNP": "bay", | |
| "4GL": "kay", | |
| "ski": "had", | |
| "GDP": "uh", | |
| "USX": "cee", | |
| "CDs": "aff", | |
| "70s": "tup", | |
| "Mar": "pig", | |
| "pin": "ai", | |
| "WSJ": "ton", | |
| "RIP": "fas", | |
| "Ian": "joy", | |
| "KGB": "hut", | |
| "ISO": "rex", | |
| "gay": "lay", | |
| "ICL": "lap", | |
| "UAW": "em", | |
| "ERM": "imp", | |
| "IPX": "foy", | |
| "spy": "alb", | |
| "CAM": "cut", | |
| "egg": "ahi", | |
| "FTC": "ed", | |
| "PCX": "egg", | |
| "ACE": "so", | |
| "CMS": "os", | |
| "ESA": "kob", | |
| "Kan": "yeh", | |
| "TRW": "cup", | |
| "hat": "wyn", | |
| "Ami": "bur", | |
| "Rdb": "taj", | |
| "min": "tye", | |
| "MHS": "win", | |
| "pet": "led", | |
| "Des": "ted", | |
| "cup": "zas", | |
| "SDI": "vau", | |
| "rod": "lib", | |
| "ear": "xu", | |
| "RTC": "fox", | |
| "EEC": "ism", | |
| "VAR": "ahs", | |
| "EPS": "fop", | |
| "says": "dif", | |
| "data": "oak", | |
| "used": "its", | |
| "Corp": "sau", | |
| "both": "lap", | |
| "week": "mat", | |
| "next": "rod", | |
| "York": "oft", | |
| "less": "for", | |
| "rate": "art", | |
| "file": "sad", | |
| "cent": "mel", | |
| "case": "joy", | |
| "five": "our", | |
| "cost": "fig", | |
| "days": "dex", | |
| "user": "cox", | |
| "told": "was", | |
| "plan": "eth", | |
| "Bush": "ax", | |
| "disk": "mus", | |
| "rose": "zit", | |
| "West": "ol", | |
| "unit": "tap", | |
| "fell": "jot", | |
| "news": "lex", | |
| "best": "obe", | |
| "John": "day", | |
| "June": "sob", | |
| "Bank": "pig", | |
| "took": "rig", | |
| "firm": "pop", | |
| "half": "vau", | |
| "open": "mac", | |
| "able": "lap", | |
| "sold": "ska", | |
| "test": "tho", | |
| "sell": "cot", | |
| "vice": "ohm", | |
| "loss": "ora", | |
| "code": "hao", | |
| "July": "dry", | |
| "away": "cos", | |
| "deal": "ow", | |
| "debt": "de", | |
| "uses": "dom", | |
| "East": "nit", | |
| "free": "rex", | |
| "text": "zin", | |
| "base": "ons", | |
| "done": "pin", | |
| "lost": "gum", | |
| "once": "hod", | |
| "cash": "aid", | |
| "type": "up", | |
| "sale": "pac", | |
| "drug": "kae", | |
| "Unix": "pas", | |
| "rise": "dif", | |
| "seen": "gad", | |
| "vote": "lag", | |
| "meet": "ivy", | |
| "role": "orb", | |
| "died": "ago", | |
| "Mrs.": "but", | |
| "sent": "sri", | |
| "rule": "no", | |
| "paid": "icy", | |
| "view": "eel", | |
| "lead": "she", | |
| "card": "lay", | |
| "trot": "sky", | |
| "soon": "kye", | |
| "jobs": "hit", | |
| "gave": "ago", | |
| "ever": "rib", | |
| "bond": "pew", | |
| "book": "tau", | |
| "team": "pas", | |
| "gain": "hub", | |
| "runs": "ole", | |
| "cars": "it", | |
| "p.m.": "als", | |
| "nine": "eye", | |
| "step": "via", | |
| "Jose": "dex", | |
| "idea": "tut", | |
| "term": "cay", | |
| "drop": "vie", | |
| "sure": "udo", | |
| "room": "bys", | |
| "fund": "kis", | |
| "wife": "koi", | |
| "mode": "gie", | |
| "Iraq": "mot", | |
| "flow": "wos", | |
| "chip": "rum", | |
| "tool": "taj", | |
| "Wall": "pes", | |
| "fuel": "wos", | |
| "rest": "hah", | |
| "mail": "at", | |
| "coal": "es", | |
| "hope": "leg", | |
| "risk": "ti", | |
| "site": "his", | |
| "ways": "nut", | |
| "lets": "pus", | |
| "suit": "chi", | |
| "army": "mim", | |
| "lack": "rah", | |
| "shot": "ag", | |
| "menu": "psi", | |
| "a.m.": "vaw", | |
| "host": "ars", | |
| "Paul": "pi", | |
| "heat": "new", | |
| "film": "hyp", | |
| "send": "si", | |
| "true": "ods", | |
| "cuts": "duo", | |
| "task": "rug", | |
| "slow": "her", | |
| "plus": "zuu", | |
| "loan": "nae", | |
| "body": "ahi", | |
| "feet": "gat", | |
| "save": "app", | |
| "seem": "uns", | |
| "cell": "oho", | |
| "Sept": "dis", | |
| "Gulf": "bud", | |
| "copy": "ti", | |
| "tape": "roe", | |
| "upon": "ahs", | |
| "sign": "gag", | |
| "link": "ami", | |
| "huge": "hog", | |
| "seek": "hut", | |
| "fair": "syn", | |
| "adds": "yom", | |
| "laws": "hoe", | |
| "I've": "tew", | |
| "Iran": "bye", | |
| "AIDS": "rat", | |
| "Ford": "kay", | |
| "arms": "vow", | |
| "Mass": "mar", | |
| "goal": "up", | |
| "Arab": "att", | |
| "Park": "may", | |
| "he's": "neb", | |
| "dead": "big", | |
| "Hong": "wis", | |
| "sets": "al", | |
| "jury": "on", | |
| "post": "gey", | |
| "ones": "myc", | |
| "Navy": "fon", | |
| "gets": "nam", | |
| "note": "hug", | |
| "Bell": "shh", | |
| "tons": "fit", | |
| "refs": "kid", | |
| "figs": "lox", | |
| "Kong": "via", | |
| "load": "if", | |
| "race": "few", | |
| "thus": "ora", | |
| "auto": "awl", | |
| "fear": "gob", | |
| "hurt": "tee", | |
| "onto": "dol", | |
| "knew": "voe", | |
| "fees": "sod", | |
| "ease": "doc", | |
| "sort": "oil", | |
| "lose": "bed", | |
| "pass": "ute", | |
| "font": "jig", | |
| "wait": "sky", | |
| "owns": "teg", | |
| "King": "ope", | |
| "whom": "big", | |
| "trip": "orc", | |
| "Hill": "yup", | |
| "grew": "van", | |
| "core": "hun", | |
| "mark": "yuk", | |
| "weak": "sel", | |
| "push": "hat", | |
| "join": "nut", | |
| "love": "ern", | |
| "RISC": "aah", | |
| "door": "gar", | |
| "tabs": "ohm", | |
| "path": "jo", | |
| "wave": "roe", | |
| "LANs": "oar", | |
| "hear": "wry", | |
| "SCSI": "pug", | |
| "safe": "wop", | |
| "edge": "aw", | |
| "crew": "oh", | |
| "none": "pin", | |
| "spot": "use", | |
| "seat": "aye", | |
| "fill": "pyx", | |
| "pace": "za", | |
| "flat": "fed", | |
| "keys": "is", | |
| "Hall": "ism", | |
| "cold": "toy", | |
| "wind": "nus", | |
| "poll": "yob", | |
| "mine": "wax", | |
| "bomb": "rif", | |
| "ends": "duo", | |
| "tend": "ewe", | |
| "born": "hod", | |
| "crop": "joy", | |
| "Lake": "pur", | |
| "jail": "lin", | |
| "peak": "awn", | |
| "Jack": "vim", | |
| "ties": "cos", | |
| "tour": "gag", | |
| "wage": "oe", | |
| "beam": "bow", | |
| "sees": "cap", | |
| "kids": "ged", | |
| "nice": "wed", | |
| "ring": "phi", | |
| "thin": "aas", | |
| "rich": "oat", | |
| "wish": "jay", | |
| "beat": "ava", | |
| "camp": "rya", | |
| "item": "dug", | |
| "Fort": "tit", | |
| "pact": "jee", | |
| "shop": "oxy", | |
| "soft": "ahs", | |
| "pair": "kay", | |
| "amid": "hit", | |
| "zone": "al", | |
| "ISDN": "nit", | |
| "Alan": "ids", | |
| "Mike": "yew", | |
| "tied": "oi", | |
| "band": "hie", | |
| "kill": "bin", | |
| "lots": "ism", | |
| "desk": "pur", | |
| "coup": "mac", | |
| "puts": "teg", | |
| "shut": "aw", | |
| "Labs": "at", | |
| "cast": "top", | |
| "Asia": "tit", | |
| "bits": "wat", | |
| "acid": "xu", | |
| "I'll": "eft", | |
| "zero": "rai", | |
| "duty": "od", | |
| "eyes": "lo", | |
| "rare": "old", | |
| "NASA": "vav", | |
| "dose": "sad", | |
| "junk": "sky", | |
| "pool": "alb", | |
| "slot": "ahi", | |
| "aide": "tew", | |
| "pull": "sot", | |
| "baby": "kid", | |
| "Macs": "cep", | |
| "fail": "sae", | |
| "feed": "goy", | |
| "Jews": "gap", | |
| "NATO": "oud", | |
| "Wang": "poh", | |
| "flag": "caw", | |
| "soil": "ex", | |
| "Mary": "sup", | |
| "wire": "gem", | |
| "Conn": "meg", | |
| "club": "pas", | |
| "node": "pus", | |
| "bulk": "are", | |
| "Sony": "boo", | |
| "busy": "doe", | |
| "acts": "ho", | |
| "fled": "dey", | |
| "vast": "bop", | |
| "veto": "hub", | |
| "bids": "fez", | |
| "lies": "bay", | |
| "MIPS": "you", | |
| "laid": "are", | |
| "EISA": "nab", | |
| "Gary": "elf", | |
| "3Com": "yod", | |
| "edit": "noo", | |
| "tank": "fay", | |
| "meat": "aby", | |
| "earn": "guv", | |
| "rely": "tsk", | |
| "Gaza": "fig", | |
| "gray": "obe", | |
| "wear": "moo", | |
| "fans": "azo", | |
| "OPEC": "tun", | |
| "scan": "yak", | |
| "wine": "meg", | |
| "inch": "alp", | |
| "drew": "vie", | |
| "FDDI": "sap", | |
| "beta": "vie", | |
| "bars": "hid", | |
| "halt": "own", | |
| "wake": "nip", | |
| "Dole": "nor", | |
| "sued": "pun", | |
| "troy": "foy", | |
| "beer": "new", | |
| "vary": "ern", | |
| "asks": "ono", | |
| "quit": "zek", | |
| "male": "ick", | |
| "pain": "uts", | |
| "Tass": "axe", | |
| "math": "veg", | |
| "DBMS": "saw", | |
| "guns": "alb", | |
| "Lord": "cep", | |
| "flew": "rah", | |
| "maps": "orb", | |
| "Cuba": "aff", | |
| "hair": "in", | |
| "Palo": "fou", | |
| "boom": "ria", | |
| "Mich": "tor", | |
| "guys": "imp", | |
| "toll": "mib", | |
| "Dean": "khi", | |
| "iron": "ear", | |
| "icon": "fug", | |
| "Dick": "max", | |
| "loop": "wab", | |
| "Ross": "yip", | |
| "hole": "nag", | |
| "Alto": "ef", | |
| "BIOS": "sic", | |
| "pack": "key", | |
| "tube": "ems", | |
| "pipe": "ich", | |
| "rail": "hyp", | |
| "lsqb": "yam", | |
| "bloc": "lat", | |
| "lift": "mus", | |
| "pays": "ken", | |
| "pure": "got", | |
| "deny": "box", | |
| "ride": "oda", | |
| "exit": "yaw", | |
| "pump": "bud", | |
| "Fred": "jig", | |
| "memo": "yea", | |
| "tone": "id", | |
| "blow": "gun", | |
| "plot": "ora", | |
| "ANSI": "tie", | |
| "skin": "mat", | |
| "swap": "cum", | |
| "Kohl": "kob", | |
| "wood": "pye", | |
| "hire": "nor", | |
| "HP's": "mho", | |
| "ions": "deb", | |
| "plea": "bro", | |
| "Tony": "tut", | |
| "boss": "wud", | |
| "arts": "kea", | |
| "lock": "hug", | |
| "Carl": "new", | |
| "Dell": "oba", | |
| "dogs": "zuz", | |
| "USDA": "gag", | |
| "rows": "oba", | |
| "jets": "aa", | |
| "beef": "kid", | |
| "song": "amu", | |
| "bail": "waw", | |
| "fate": "dol", | |
| "Wash": "for", | |
| "bags": "den", | |
| "roof": "til", | |
| "cool": "tot", | |
| "bone": "end", | |
| "Cruz": "arb", | |
| "fare": "wry", | |
| "shed": "rip", | |
| "gene": "foh", | |
| "mood": "mow", | |
| "Dave": "haj", | |
| "dual": "cis", | |
| "hits": "nay", | |
| "sole": "lis", | |
| "rice": "bod", | |
| "rush": "gox", | |
| "plug": "tie", | |
| "rent": "yin", | |
| "tear": "eth", | |
| "root": "jay", | |
| "salt": "mel", | |
| "golf": "man", | |
| "byte": "fop", | |
| "sick": "bro", | |
| "lung": "gas", | |
| "Sgt.": "tae", | |
| "IEEE": "hut", | |
| "fits": "ale", | |
| "gate": "nun", | |
| "gear": "keg", | |
| "Cray": "of", | |
| "Rome": "tut", | |
| "aims": "her", | |
| "owed": "nix", | |
| "boot": "sot", | |
| "wing": "rev", | |
| "riot": "aga", | |
| "wins": "wop", | |
| "Reed": "arc", | |
| "pork": "ars", | |
| "noon": "urn", | |
| "gift": "aal", | |
| "buys": "sax", | |
| "he'd": "red", | |
| "calm": "dex", | |
| "spin": "pht", | |
| "odds": "urp", | |
| "flux": "pod", | |
| "FDIC": "lac", | |
| "Pont": "hen", | |
| "stem": "yap", | |
| "VARs": "ell", | |
| "mere": "mid", | |
| "tens": "oil", | |
| "raid": "top", | |
| "Gore": "hew", | |
| "mice": "vid", | |
| "disc": "aas", | |
| "harm": "pht", | |
| "Eric": "did", | |
| "Nazi": "nun", | |
| "mile": "et", | |
| "ages": "loo", | |
| "sons": "ban", | |
| "sand": "ram", | |
| "Bull": "ne", | |
| "bugs": "elm", | |
| "rear": "lug", | |
| "Colo": "bit", | |
| "gang": "tav", | |
| "pose": "ahi", | |
| "mill": "nap", | |
| "cope": "yob", | |
| "Jeff": "nth", | |
| "Cook": "dag", | |
| "Cape": "rub", | |
| "rank": "wha", | |
| "Capt": "rya", | |
| "wars": "yep", | |
| "Lane": "jet", | |
| "neck": "coz", | |
| "drag": "pas", | |
| "we'd": "odd", | |
| "eggs": "fil", | |
| "dump": "fab", | |
| "Ariz": "lye", | |
| "Ryan": "cis", | |
| "Tenn": "dim", | |
| "GM's": "orb", | |
| "curb": "pax", | |
| "leak": "eta", | |
| "Bonn": "lip", | |
| "sits": "pup", | |
| "Bass": "dex", | |
| "rsqb": "pen", | |
| "tips": "oka", | |
| "hide": "tup", | |
| "dial": "meg", | |
| "TIFF": "yin", | |
| "SNMP": "cru", | |
| "luck": "ivy", | |
| "burn": "orc", | |
| "bold": "tax", | |
| "wore": "bys", | |
| "Duke": "is", | |
| "rape": "mad", | |
| "legs": "sab", | |
| "Juan": "dit", | |
| "warn": "yuk", | |
| "belt": "ahs", | |
| "blew": "haw", | |
| "hero": "cap", | |
| "yard": "lam", | |
| "Alex": "tug", | |
| "Minn": "dan", | |
| "lend": "dis", | |
| "sank": "icy", | |
| "Hunt": "sow", | |
| "DRAM": "oke", | |
| "grid": "go", | |
| "ally": "fas", | |
| "Ward": "ape", | |
| "Pete": "biz", | |
| "slip": "foy", | |
| "urge": "nap", | |
| "trim": "ki", | |
| "mild": "xu", | |
| "Palm": "dex", | |
| "Kemp": "yea", | |
| "Aoun": "cot", | |
| "bias": "som", | |
| "Hart": "maw", | |
| "mess": "mo", | |
| "diet": "nut", | |
| "Rico": "vac", | |
| "Jane": "how", | |
| "aged": "ag", | |
| "Expo": "day", | |
| "20th": "ria", | |
| "Neil": "saw", | |
| "lady": "no", | |
| "slid": "wad", | |
| "toys": "mem", | |
| "clip": "pul", | |
| "lows": "ley", | |
| "Jean": "hep", | |
| "Rick": "tao", | |
| "nose": "mm", | |
| "mate": "reg", | |
| "Lima": "maw", | |
| "rats": "moc", | |
| "wary": "ops", | |
| "glad": "dos", | |
| "Mesa": "bam", | |
| "spur": "ono", | |
| "Pope": "art", | |
| "hell": "nag", | |
| "Kent": "ki", | |
| "hung": "dos", | |
| "keen": "udo", | |
| "Bowl": "cut", | |
| "joke": "urd", | |
| "tune": "wud", | |
| "CMOS": "rag", | |
| "tire": "gag", | |
| "jazz": "so", | |
| "10th": "tao", | |
| "CICS": "qat", | |
| "Phil": "uts", | |
| "oral": "mun", | |
| "axis": "tao", | |
| "beds": "van", | |
| "Thai": "ley", | |
| "mask": "urn", | |
| "NYSE": "cel", | |
| "dawn": "eh", | |
| "BCCI": "gob", | |
| "dots": "rai", | |
| "Lisa": "ore", | |
| "Wolf": "tot", | |
| "sums": "si", | |
| "CPUs": "edh", | |
| "trap": "bro", | |
| "logo": "rad", | |
| "Anne": "oil", | |
| "drum": "jig", | |
| "HDTV": "qis", | |
| "Blvd": "pet", | |
| "Cole": "apt", | |
| "idle": "bet", | |
| "Doug": "bin", | |
| "seed": "avo", | |
| "kits": "jog", | |
| "bays": "gey", | |
| "cure": "rem", | |
| "OSHA": "ped", | |
| "19th": "ais", | |
| "hook": "oot", | |
| "tail": "nan", | |
| "seal": "dud", | |
| "Joan": "oft", | |
| "Luis": "fug", | |
| "span": "nog", | |
| "sing": "vum", | |
| "Greg": "kir", | |
| "Leon": "on", | |
| "owes": "pap", | |
| "grab": "nob", | |
| "lure": "taw", | |
| "cans": "two", | |
| "Dale": "ha", | |
| "Shaw": "now", | |
| "kick": "sau", | |
| "sang": "pst", | |
| "bird": "won", | |
| "OS-2": "wiz", | |
| "tale": "lux", | |
| "logs": "ol", | |
| "UK's": "lye", | |
| "Ivan": "tad", | |
| "PICT": "lad", | |
| "OEMs": "veg", | |
| "loud": "pur", | |
| "deck": "oaf", | |
| "cite": "gem", | |
| "leap": "cab", | |
| "pill": "ran", | |
| "pits": "mib", | |
| "Yale": "og", | |
| "Webb": "aby", | |
| "11th": "zin", | |
| "Walt": "boa", | |
| "grip": "fop", | |
| "wise": "rig", | |
| "Sikh": "eme", | |
| "Tory": "wye", | |
| "slim": "bed", | |
| "Levy": "tav", | |
| "tide": "ice", | |
| "Deng": "or", | |
| "hubs": "loo", | |
| "Merc": "kir", | |
| "lean": "rep", | |
| "Penn": "lot", | |
| "Koch": "zuu", | |
| "Tech": "fas", | |
| "Byrd": "awl", | |
| "knee": "us", | |
| "Joel": "nip", | |
| "Nunn": "aba", | |
| "PC's": "pye", | |
| "dirt": "yon", | |
| "snap": "eft", | |
| "lawn": "kos", | |
| "Lynn": "en", | |
| "dumb": "one", | |
| "flee": "lad", | |
| "pink": "lac", | |
| "mall": "ahi", | |
| "Andy": "dow", | |
| "TOPS": "dad", | |
| "void": "ore", | |
| "ESDI": "lie", | |
| "oils": "hes", | |
| "woes": "rug", | |
| "twin": "lea", | |
| "Coke": "pic", | |
| "Owen": "arf", | |
| "pulp": "ahs", | |
| "visa": "ars", | |
| "cute": "til", | |
| "years": "fey", | |
| "users": "ex", | |
| "those": "be", | |
| "since": "eye", | |
| "being": "pig", | |
| "share": "keg", | |
| "sales": "lot", | |
| "price": "ton", | |
| "group": "cue", | |
| "using": "tug", | |
| "stock": "yep", | |
| "major": "kos", | |
| "month": "and", | |
| "today": "dad", | |
| "money": "rya", | |
| "based": "sh", | |
| "until": "ree", | |
| "offer": "pec", | |
| "plans": "rep", | |
| "early": "pat", | |
| "costs": "arb", | |
| "among": "en", | |
| "board": "ute", | |
| "issue": "kat", | |
| "rates": "oda", | |
| "files": "dim", | |
| "later": "ewe", | |
| "chief": "mm", | |
| "cents": "dor", | |
| "added": "koa", | |
| "local": "got", | |
| "value": "rot", | |
| "order": "fog", | |
| "trade": "dev", | |
| "total": "qua", | |
| "court": "bad", | |
| "began": "vav", | |
| "lower": "jo", | |
| "drive": "oes", | |
| "level": "rod", | |
| "range": "wyn", | |
| "given": "kef", | |
| "model": "add", | |
| "March": "dug", | |
| "times": "fet", | |
| "South": "ran", | |
| "index": "don", | |
| "paper": "orb", | |
| "makes": "dug", | |
| "April": "sod", | |
| "often": "dub", | |
| "banks": "zoa", | |
| "party": "ion", | |
| "allow": "bin", | |
| "along": "ghi", | |
| "asked": "tat", | |
| "weeks": "saw", | |
| "Union": "opt", | |
| "needs": "uke", | |
| "hours": "als", | |
| "known": "ain", | |
| "bonds": "rot", | |
| "means": "yam", | |
| "areas": "arm", | |
| "force": "jus", | |
| "isn't": "sup", | |
| "funds": "ref", | |
| "calls": "rya", | |
| "color": "ask", | |
| "miles": "he", | |
| "comes": "oda", | |
| "lines": "kea", | |
| "tools": "ha", | |
| "final": "zig", | |
| "cases": "pe", | |
| "ended": "moc", | |
| "whose": "ox", | |
| "won't": "hun", | |
| "talks": "els", | |
| "terms": "oke", | |
| "black": "own", | |
| "eight": "joy", | |
| "speed": "yes", | |
| "Calif": "rah", | |
| "above": "es", | |
| "clear": "men", | |
| "staff": "bum", | |
| "death": "gig", | |
| "women": "beg", | |
| "video": "hit", | |
| "seven": "ifs", | |
| "image": "sin", | |
| "basis": "had", | |
| "units": "was", | |
| "short": "biz", | |
| "parts": "don", | |
| "White": "wye", | |
| "rules": "qua", | |
| "works": "hyp", | |
| "shows": "eth", | |
| "named": "nae", | |
| "tests": "om", | |
| "begin": "rob", | |
| "takes": "ol", | |
| "filed": "rob", | |
| "wants": "dit", | |
| "below": "ray", | |
| "James": "kis", | |
| "shown": "dal", | |
| "firms": "def", | |
| "trial": "dex", | |
| "seems": "eat", | |
| "David": "add", | |
| "legal": "ol", | |
| "notes": "bed", | |
| "yield": "eek", | |
| "loans": "het", | |
| "moved": "ono", | |
| "phone": "fer", | |
| "worth": "sec", | |
| "basic": "raj", | |
| "human": "ohs", | |
| "front": "ell", | |
| "stake": "ray", | |
| "spent": "boy", | |
| "whole": "et", | |
| "Lotus": "dad", | |
| "types": "waw", | |
| "IBM's": "hum", | |
| "gives": "hon", | |
| "Jones": "ski", | |
| "China": "beg", | |
| "judge": "die", | |
| "store": "kid", | |
| "raise": "cep", | |
| "ahead": "sac", | |
| "radio": "myc", | |
| "print": "ah", | |
| "joint": "nan", | |
| "woman": "kea", | |
| "gains": "app", | |
| "media": "peg", | |
| "noted": "did", | |
| "cards": "got", | |
| "peace": "mac", | |
| "table": "rim", | |
| "taxes": "noo", | |
| "cable": "ire", | |
| "maker": "mog", | |
| "Intel": "tea", | |
| "we're": "sri", | |
| "hopes": "dor", | |
| "panel": "ays", | |
| "homes": "fen", | |
| "names": "kir", | |
| "fonts": "wiz", | |
| "daily": "rad", | |
| "visit": "ods", | |
| "limit": "cay", | |
| "plane": "fay", | |
| "stage": "we", | |
| "claim": "ma", | |
| "Smith": "ess", | |
| "sense": "mun", | |
| "Santa": "nab", | |
| "fully": "yin", | |
| "civil": "cig", | |
| "focus": "err", | |
| "forms": "moo", | |
| "labor": "zag", | |
| "block": "aba", | |
| "avoid": "sum", | |
| "goods": "mew", | |
| "words": "mew", | |
| "error": "via", | |
| "alone": "rep", | |
| "crash": "yom", | |
| "items": "ref", | |
| "chips": "dun", | |
| "laser": "jay", | |
| "sites": "ids", | |
| "spend": "tug", | |
| "marks": "cot", | |
| "disks": "soy", | |
| "enter": "rya", | |
| "waste": "mud", | |
| "drugs": "cru", | |
| "cells": "poi", | |
| "input": "tar", | |
| "prime": "waw", | |
| "looks": "bis", | |
| "phase": "xis", | |
| "event": "hes", | |
| "child": "lip", | |
| "modem": "gox", | |
| "extra": "dag", | |
| "owned": "mas", | |
| "break": "ich", | |
| "wrote": "gid", | |
| "Iraqi": "fab", | |
| "pages": "fog", | |
| "mouse": "mac", | |
| "wrong": "seg", | |
| "track": "let", | |
| "bills": "fad", | |
| "entry": "sex", | |
| "hands": "kor", | |
| "lives": "ham", | |
| "serve": "pul", | |
| "heard": "rap", | |
| "aimed": "hex", | |
| "agree": "zzz", | |
| "boost": "hag", | |
| "holds": "ed", | |
| "steel": "sic", | |
| "steps": "nip", | |
| "rally": "ane", | |
| "books": "dew", | |
| "mixed": "ton", | |
| "Peter": "woo", | |
| "ruled": "tae", | |
| "blood": "ort", | |
| "fired": "mid", | |
| "bytes": "fab", | |
| "twice": "ain", | |
| "sides": "fie", | |
| "movie": "ore", | |
| "style": "nod", | |
| "Saudi": "if", | |
| "moves": "gin", | |
| "links": "jam", | |
| "trend": "ooh", | |
| "scale": "ono", | |
| "Coast": "avo", | |
| "Baker": "yuk", | |
| "tasks": "lie", | |
| "cache": "eng", | |
| "1980s": "ree", | |
| "signs": "ups", | |
| "voted": "mug", | |
| "broke": "yak", | |
| "faces": "bub", | |
| "hotel": "ute", | |
| "chain": "ya", | |
| "solid": "ark", | |
| "fixed": "dup", | |
| "spoke": "hon", | |
| "sells": "las", | |
| "owner": "on", | |
| "Brown": "nub", | |
| "apply": "coz", | |
| "tough": "hat", | |
| "lists": "si", | |
| "match": "ant", | |
| "metal": "sub", | |
| "older": "mic", | |
| "cited": "rum", | |
| "seats": "ne", | |
| "macro": "xis", | |
| "votes": "ria", | |
| "worst": "pip", | |
| "Korea": "jus", | |
| "begun": "zzz", | |
| "sharp": "tee", | |
| "Frank": "lug", | |
| "trust": "tao", | |
| "fraud": "us", | |
| "equal": "lie", | |
| "delay": "ope", | |
| "pilot": "rya", | |
| "fewer": "oms", | |
| "dozen": "yok", | |
| "ratio": "joe", | |
| "deals": "jog", | |
| "ounce": "hah", | |
| "urged": "tye", | |
| "prove": "mop", | |
| "games": "bam", | |
| "agent": "bed", | |
| "menus": "owl", | |
| "split": "aah", | |
| "count": "rin", | |
| "knows": "uta", | |
| "views": "ail", | |
| "pound": "lox", | |
| "favor": "and", | |
| "truck": "ode", | |
| "Micro": "oil", | |
| "ports": "kip", | |
| "cycle": "rob", | |
| "crude": "den", | |
| "crime": "ill", | |
| "occur": "tin", | |
| "we've": "ghi", | |
| "broad": "guy", | |
| "prior": "wae", | |
| "quick": "ars", | |
| "shift": "tee", | |
| "dBASE": "sum", | |
| "virus": "kop", | |
| "ideas": "cwm", | |
| "doubt": "rom", | |
| "giant": "piu", | |
| "armed": "aas", | |
| "train": "ped", | |
| "minor": "ere", | |
| "heads": "sae", | |
| "Inc's": "oot", | |
| "happy": "fid", | |
| "brief": "pew", | |
| "crowd": "bop", | |
| "rival": "add", | |
| "layer": "eel", | |
| "boxes": "jeu", | |
| "draft": "tag", | |
| "scene": "eme", | |
| "fears": "dup", | |
| "usual": "vug", | |
| "route": "neb", | |
| "aware": "ear", | |
| "Guard": "kin", | |
| "bases": "cod", | |
| "array": "guy", | |
| "slots": "hip", | |
| "exist": "cut", | |
| "award": "foy", | |
| "title": "ole", | |
| "meant": "ya", | |
| "grown": "tap", | |
| "helps": "tow", | |
| "newly": "tis", | |
| "shape": "wog", | |
| "goals": "daw", | |
| "Davis": "hue", | |
| "Adobe": "fob", | |
| "grand": "uh", | |
| "Lynch": "del", | |
| "rapid": "dib", | |
| "upper": "cur", | |
| "Swiss": "oms", | |
| "guide": "nah", | |
| "logic": "gee", | |
| "1970s": "ane", | |
| "Louis": "mac", | |
| "solve": "flu", | |
| "frame": "us", | |
| "ships": "rif", | |
| "worry": "vox", | |
| "films": "gum", | |
| "hoped": "coy", | |
| "fresh": "nix", | |
| "acres": "fun", | |
| "batch": "eme", | |
| "DEC's": "haw", | |
| "Beach": "sip", | |
| "lived": "som", | |
| "risks": "ai", | |
| "we'll": "auk", | |
| "grain": "art", | |
| "Clara": "abo", | |
| "speak": "dub", | |
| "Motor": "ids", | |
| "Excel": "bal", | |
| "hired": "tew", | |
| "gross": "ess", | |
| "plays": "kop", | |
| "rated": "pup", | |
| "Steve": "azo", | |
| "asset": "tat", | |
| "trees": "bit", | |
| "saved": "jam", | |
| "wheat": "day", | |
| "drawn": "cru", | |
| "ASCII": "lum", | |
| "leads": "uh", | |
| "sheet": "els", | |
| "kinds": "nay", | |
| "Super": "fie", | |
| "solar": "fil", | |
| "teams": "old", | |
| "Royal": "kaf", | |
| "faced": "hob", | |
| "chart": "urd", | |
| "codes": "aim", | |
| "aside": "oe", | |
| "Latin": "try", | |
| "argue": "box", | |
| "mayor": "arf", | |
| "turns": "our", | |
| "chose": "kop", | |
| "Lewis": "qis", | |
| "Diego": "pay", | |
| "green": "tav", | |
| "polls": "ret", | |
| "sizes": "er", | |
| "shell": "ups", | |
| "Scott": "vim", | |
| "Spain": "gad", | |
| "Asian": "sou", | |
| "fifth": "ha", | |
| "1990s": "dub", | |
| "modes": "noo", | |
| "Roman": "ras", | |
| "apart": "sap", | |
| "quiet": "pic", | |
| "grant": "kid", | |
| "touch": "rod", | |
| "storm": "mad", | |
| "tells": "hmm", | |
| "keeps": "par", | |
| "clock": "ser", | |
| "rural": "ass", | |
| "buyer": "bi", | |
| "maybe": "yay", | |
| "slide": "of", | |
| "nodes": "sib", | |
| "tight": "moa", | |
| "cheap": "sim", | |
| "tanks": "all", | |
| "brand": "ham", | |
| "stuff": "wat", | |
| "noise": "sky", | |
| "Henry": "ads", | |
| "risen": "ere", | |
| "stack": "din", | |
| "pence": "dom", | |
| "fiber": "tor", | |
| "suits": "shh", | |
| "Dutch": "zas", | |
| "abuse": "psi", | |
| "Barry": "eng", | |
| "label": "res", | |
| "finds": "tow", | |
| "Clark": "tom", | |
| "rebel": "bet", | |
| "surge": "un", | |
| "bound": "ami", | |
| "query": "kae", | |
| "catch": "at", | |
| "fault": "din", | |
| "stars": "led", | |
| "blame": "lye", | |
| "ideal": "hen", | |
| "smoke": "cud", | |
| "aides": "rob", | |
| "brain": "fas", | |
| "lacks": "hm", | |
| "shops": "fon", | |
| "Irish": "jib", | |
| "winds": "sky", | |
| "dates": "don", | |
| "audio": "sow", | |
| "birth": "ute", | |
| "wages": "doc", | |
| "Bruce": "dry", | |
| "Xerox": "jog", | |
| "vital": "cru", | |
| "crack": "son", | |
| "probe": "ulu", | |
| "Hills": "noh", | |
| "Allen": "sox", | |
| "steam": "lar", | |
| "Simon": "rye", | |
| "falls": "cot", | |
| "Exxon": "dex", | |
| "scope": "qua", | |
| "novel": "wha", | |
| "Trump": "cos", | |
| "paint": "jar", | |
| "Larry": "lee", | |
| "rooms": "rem", | |
| "freed": "cod", | |
| "setup": "doc", | |
| "1960s": "one", | |
| "truly": "dif", | |
| "walls": "eld", | |
| "Sears": "emu", | |
| "depth": "uta", | |
| "Turbo": "dog", | |
| "forth": "fas", | |
| "sugar": "gee", | |
| "empty": "ich", | |
| "seeks": "eng", | |
| "Moore": "era", | |
| "feels": "coo", | |
| "exact": "ton", | |
| "adopt": "si", | |
| "truth": "dun", | |
| "alive": "koi", | |
| "eased": "so", | |
| "badly": "dis", | |
| "icons": "fer", | |
| "theme": "ref", | |
| "drove": "am", | |
| "merge": "my", | |
| "Brian": "fid", | |
| "shock": "kor", | |
| "usage": "hug", | |
| "Roger": "yaw", | |
| "buses": "ads", | |
| "fines": "wot", | |
| "audit": "ah", | |
| "fires": "ghi", | |
| "roads": "get", | |
| "mines": "att", | |
| "doors": "tun", | |
| "Kodak": "mac", | |
| "lease": "ecu", | |
| "treat": "jet", | |
| "yards": "vav", | |
| "fruit": "aga", | |
| "ranks": "peg", | |
| "fluid": "vis", | |
| "facts": "naw", | |
| "urban": "wad", | |
| "spill": "elm", | |
| "Delta": "fou", | |
| "thick": "hum", | |
| "wider": "baa", | |
| "guess": "lat", | |
| "Arabs": "cog", | |
| "curve": "mho", | |
| "tapes": "ham", | |
| "honor": "day", | |
| "camps": "how", | |
| "actor": "for", | |
| "X-ray": "rya", | |
| "acted": "dal", | |
| "386SX": "oar", | |
| "Suite": "ink", | |
| "ought": "fie", | |
| "debts": "ups", | |
| "fails": "lam", | |
| "arena": "win", | |
| "Jerry": "ort", | |
| "waves": "kue", | |
| "faith": "phi", | |
| "graph": "pig", | |
| "cargo": "na", | |
| "crops": "dub", | |
| "Co.'s": "log", | |
| "opens": "ads", | |
| "towns": "ki", | |
| "Seoul": "pal", | |
| "meets": "sou", | |
| "Terry": "ow", | |
| "sends": "bun", | |
| "Cuban": "ax", | |
| "dream": "umm", | |
| "8-bit": "son", | |
| "threw": "lev", | |
| "lands": "dap", | |
| "youth": "ted", | |
| "throw": "gul", | |
| "Sachs": "web", | |
| "angry": "pes", | |
| "stick": "pat", | |
| "pitch": "flu", | |
| "grade": "wen", | |
| "Hayes": "sop", | |
| "likes": "att", | |
| "lunch": "pus", | |
| "quake": "ant", | |
| "posts": "lie", | |
| "proof": "woe", | |
| "Harry": "jaw", | |
| "flood": "for", | |
| "rocks": "elf", | |
| "fleet": "saw", | |
| "day's": "rim", | |
| "Syria": "rev", | |
| "valid": "tat", | |
| "rises": "fop", | |
| "tries": "nor", | |
| "girls": "tar", | |
| "reads": "hug", | |
| "Gates": "obi", | |
| "upset": "ooh", | |
| "Jesse": "lip", | |
| "songs": "rob", | |
| "tower": "bus", | |
| "plate": "lav", | |
| "Greek": "gem", | |
| "smart": "flu", | |
| "toxic": "tax", | |
| "loads": "buy", | |
| "slump": "ono", | |
| "shots": "din", | |
| "Strip": "hug", | |
| "Vegas": "lei", | |
| "blast": "wed", | |
| "Meese": "baa", | |
| "width": "mud", | |
| "spite": "cat", | |
| "stuck": "reb", | |
| "taste": "yeh", | |
| "eager": "aim", | |
| "edged": "las", | |
| "bombs": "bit", | |
| "sixth": "chi", | |
| "admit": "jin", | |
| "Evans": "ta", | |
| "drink": "vat", | |
| "flows": "bod", | |
| "roles": "mor", | |
| "radar": "lot", | |
| "adult": "aga", | |
| "Craig": "mol", | |
| "plain": "de", | |
| "debut": "ask", | |
| "Wayne": "sod", | |
| "prize": "jin", | |
| "Corps": "ins", | |
| "Sun's": "say", | |
| "refer": "abs", | |
| "Chase": "koi", | |
| "Token": "orb", | |
| "Adams": "nub", | |
| "teach": "ox", | |
| "topic": "kue", | |
| "spots": "rue", | |
| "sight": "efs", | |
| "Rouge": "et", | |
| "fares": "oxy", | |
| "dealt": "lap", | |
| "Lloyd": "wry", | |
| "steep": "met", | |
| "moral": "lug", | |
| "trace": "one", | |
| "hosts": "ors", | |
| "Kevin": "lum", | |
| "fuels": "aff", | |
| "proxy": "vet", | |
| "Chris": "pic", | |
| "Tandy": "pip", | |
| "alter": "tug", | |
| "crews": "aah", | |
| "aging": "bod", | |
| "liked": "nom", | |
| "Aldus": "you", | |
| "Brady": "si", | |
| "Motif": "tas", | |
| "wells": "yon", | |
| "she's": "jay", | |
| "clubs": "dui", | |
| "you'd": "wat", | |
| "holes": "as", | |
| "oxide": "can", | |
| "trips": "emu", | |
| "Mount": "em", | |
| "spare": "fey", | |
| "gauge": "cup", | |
| "liver": "dud", | |
| "Nancy": "ba", | |
| "alarm": "mi", | |
| "tumor": "amu", | |
| "Costa": "put", | |
| "climb": "rai", | |
| "gases": "pa", | |
| "chest": "sod", | |
| "pulse": "yah", | |
| "Perez": "fed", | |
| "Stone": "sod", | |
| "sleep": "zee", | |
| "opera": "hm", | |
| "fined": "pa", | |
| "who's": "kue", | |
| "folks": "saw", | |
| "boats": "gat", | |
| "coach": "lid", | |
| "Kelly": "in", | |
| "swept": "wen", | |
| "angle": "wot", | |
| "click": "mod", | |
| "foods": "fat", | |
| "tends": "kue", | |
| "1950s": "rif", | |
| "Cohen": "nae", | |
| "Creek": "hid", | |
| "rough": "ab", | |
| "shoes": "kos", | |
| "album": "arf", | |
| "Susan": "baa", | |
| "unity": "ane", | |
| "proud": "wig", | |
| "alert": "ump", | |
| "zones": "mm", | |
| "queue": "tic", | |
| "vowed": "haw", | |
| "forum": "pug", | |
| "minds": "tub", | |
| "inner": "uke", | |
| "clone": "gob", | |
| "Nixon": "cos", | |
| "stops": "buy", | |
| "theft": "lab", | |
| "burst": "awl", | |
| "guest": "dif", | |
| "bonus": "def", | |
| "Epson": "fin", | |
| "enemy": "hew", | |
| "loose": "ods", | |
| "quota": "fes", | |
| "photo": "feh", | |
| "Libya": "boy", | |
| "flags": "ape", | |
| "doses": "dog", | |
| "ozone": "aim", | |
| "highs": "bio", | |
| "saves": "cap", | |
| "atoms": "ran", | |
| "wound": "lad", | |
| "niche": "zoa", | |
| "Kabul": "dom", | |
| "pixel": "dad", | |
| "shoot": "ply", | |
| "trail": "cad", | |
| "Walsh": "ell", | |
| "blank": "rig", | |
| "tired": "rim", | |
| "paths": "fug", | |
| "fatal": "zin", | |
| "roots": "wow", | |
| "sport": "tin", | |
| "Khmer": "lar", | |
| "Jimmy": "tub", | |
| "lying": "tap", | |
| "drama": "vet", | |
| "naval": "ran", | |
| "Honda": "row", | |
| "pairs": "cod", | |
| "dated": "nim", | |
| "races": "why", | |
| "decay": "use", | |
| "drops": "pan", | |
| "Canon": "nap", | |
| "flown": "wog", | |
| "blaze": "rec", | |
| "Icahn": "udo", | |
| "newer": "ewe", | |
| "franc": "amp", | |
| "COBOL": "app", | |
| "risky": "ugh", | |
| "orbit": "gal", | |
| "Linda": "ref", | |
| "loyal": "ped", | |
| "Ralph": "dew", | |
| "shelf": "mix", | |
| "bread": "tae", | |
| "he'll": "dad", | |
| "VINES": "pox", | |
| "lobby": "lei", | |
| "dress": "twa", | |
| "tubes": "the", | |
| "arise": "sis", | |
| "gifts": "pat", | |
| "loved": "hid", | |
| "anger": "new", | |
| "SPARC": "tic", | |
| "minus": "joe", | |
| "ocean": "din", | |
| "grows": "teg", | |
| "exile": "rig", | |
| "bands": "rad", | |
| "dying": "wry", | |
| "sorts": "lev", | |
| "farms": "ado", | |
| "mouth": "pad", | |
| "parks": "leu", | |
| "cream": "roc", | |
| "beams": "pal", | |
| "Tamil": "mom", | |
| "Queen": "won", | |
| "blind": "oar", | |
| "lucky": "ose", | |
| "faxes": "pin", | |
| "swing": "het", | |
| "clash": "kas", | |
| "funny": "sim", | |
| "49ers": "bud", | |
| "hefty": "khi", | |
| "bears": "tun", | |
| "clerk": "dib", | |
| "Klerk": "ays", | |
| "juice": "oe", | |
| "shore": "fid", | |
| "cloud": "rut", | |
| "Glenn": "pin", | |
| "pipes": "dud", | |
| "posed": "rap", | |
| "cubic": "kop", | |
| "lined": "fan", | |
| "Keith": "cay", | |
| "react": "hog", | |
| "harsh": "lev", | |
| "man's": "gig", | |
| "reply": "ave", | |
| "repay": "wat", | |
| "slain": "fin", | |
| "stems": "gar", | |
| "rings": "did", | |
| "handy": "she", | |
| "draws": "bal", | |
| "merit": "git", | |
| "Milan": "kob", | |
| "Nobel": "umm", | |
| "flash": "pic", | |
| "Mario": "ins", | |
| "warns": "who", | |
| "relay": "nil", | |
| "Wales": "sac", | |
| "edges": "hob", | |
| "troop": "don", | |
| "bunch": "ugh", | |
| "aided": "dah", | |
| "panic": "mos", | |
| "gamma": "gor", | |
| "craft": "bub", | |
| "genes": "alb", | |
| "pride": "joe", | |
| "skill": "sh", | |
| "sweet": "lab", | |
| "grave": "fat", | |
| "Lakes": "eye", | |
| "wires": "foy", | |
| "Mason": "him", | |
| "outer": "zax", | |
| "truce": "op", | |
| "crazy": "gee", | |
| "riots": "and", | |
| "stiff": "jot", | |
| "paste": "far", | |
| "scans": "win", | |
| "Fed's": "lum", | |
| "trick": "fiz", | |
| "Robin": "bye", | |
| "acute": "nor", | |
| "alike": "lis", | |
| "Foley": "pet", | |
| "USAir": "yar", | |
| "Oscar": "cob", | |
| "pumps": "aa", | |
| "backs": "tie", | |
| "chaos": "elm", | |
| "fills": "cam", | |
| "wheel": "waw", | |
| "Mac's": "my", | |
| "Cuomo": "ods", | |
| "one's": "loo", | |
| "plots": "cam", | |
| "Burns": "zzz", | |
| "magic": "ray", | |
| "alloy": "wos", | |
| "trash": "hay", | |
| "elect": "fey", | |
| "dirty": "lum", | |
| "Altos": "eta", | |
| "humor": "coy", | |
| "raids": "go", | |
| "rains": "sot", | |
| "Monte": "pat", | |
| "Karen": "vis", | |
| "Mills": "kae", | |
| "FT-SE": "set", | |
| "Woods": "coy", | |
| "fence": "moa", | |
| "dairy": "amu", | |
| "Bryan": "jab", | |
| "Edwin": "fox", | |
| "Maria": "lab", | |
| "stamp": "tad", | |
| "adapt": "vav", | |
| "fancy": "duh", | |
| "facto": "orb", | |
| "valve": "sol", | |
| "reset": "kis", | |
| "drift": "awl", | |
| "Carol": "apo", | |
| "Casey": "wow", | |
| "Carlo": "bas", | |
| "Singh": "gal", | |
| "booth": "vac", | |
| "tires": "and", | |
| "1930s": "rue", | |
| "Xenix": "ess", | |
| "tears": "oms", | |
| "grass": "ghi", | |
| "elite": "aff", | |
| "Plaza": "fes", | |
| "loses": "al", | |
| "Jesus": "bad", | |
| "men's": "pul", | |
| "brush": "mis", | |
| "stays": "vav", | |
| "thank": "or", | |
| "amend": "ego", | |
| "Ridge": "bys", | |
| "ranch": "odd", | |
| "Peres": "pix", | |
| "bench": "ooh", | |
| "RDBMS": "mid", | |
| "Rocky": "urb", | |
| "Likud": "phi", | |
| "Rhode": "bam", | |
| "teeth": "tut", | |
| "drain": "fez", | |
| "piano": "mor", | |
| "vague": "ins", | |
| "Perry": "beg", | |
| "picks": "ell", | |
| "scrap": "dan", | |
| "smell": "teg", | |
| "meals": "zed", | |
| "slash": "aid", | |
| "bones": "em", | |
| "rigid": "hun", | |
| "Eddie": "ecu", | |
| "comic": "cig", | |
| "optic": "arb", | |
| "weigh": "bas", | |
| "NBC's": "lax", | |
| "coals": "raw", | |
| "Lucas": "sab", | |
| "Tyson": "ire", | |
| "Comex": "oi", | |
| "hence": "pap", | |
| "rifle": "fib", | |
| "Dodge": "zig", | |
| "flaws": "aft", | |
| "awful": "pay", | |
| "nurse": "cep", | |
| "safer": "oar", | |
| "smile": "loo", | |
| "ninth": "gal", | |
| "gilts": "fan", | |
| "Alpha": "dak", | |
| "patch": "air", | |
| "Haiti": "dah", | |
| "Billy": "poh", | |
| "shake": "lag", | |
| "squad": "fag", | |
| "basin": "cis", | |
| "shook": "dud", | |
| "sweep": "all", | |
| "Menlo": "bi", | |
| "Boris": "pep", | |
| "Gatos": "goo", | |
| "cites": "doc", | |
| "widow": "dip", | |
| "Helms": "cel", | |
| "Eagle": "rag", | |
| "Mobil": "rum", | |
| "jokes": "yaw", | |
| "NuBus": "fug", | |
| "Canal": "vet", | |
| "pools": "ken", | |
| "spark": "zzz", | |
| "Weiss": "dog", | |
| "tonne": "pee", | |
| "midst": "bay", | |
| "seeds": "bam", | |
| "blend": "pam", | |
| "wings": "kin", | |
| "wines": "eon", | |
| "voter": "aff", | |
| "float": "den", | |
| "vapor": "tye", | |
| "shirt": "dud", | |
| "sauce": "gym", | |
| "loops": "sae", | |
| "NCR's": "peg", | |
| "stole": "rum", | |
| "flame": "fet", | |
| "knife": "ale", | |
| "leaks": "ags", | |
| "poses": "gap", | |
| "Chuck": "ulu", | |
| "steal": "pee", | |
| "clout": "lax", | |
| "visas": "taw", | |
| "ferry": "hut", | |
| "Bible": "fee", | |
| "Holly": "lag", | |
| "rumor": "cis", | |
| "Klein": "kos", | |
| "joins": "moa", | |
| "Myers": "do", | |
| "seize": "din", | |
| "market": "woerah", | |
| "during": "engvim", | |
| "shares": "lagags", | |
| "prices": "yupnah", | |
| "months": "aysalb", | |
| "report": "goaham", | |
| "called": "colcub", | |
| "United": "vatfet", | |
| "Soviet": "onshah", | |
| "second": "mobdak", | |
| "public": "gorave", | |
| "police": "fayflu", | |
| "memory": "revbow", | |
| "around": "woeod", | |
| "Friday": "domhey", | |
| "higher": "diflax", | |
| "former": "awnlot", | |
| "Monday": "wowni", | |
| "office": "emedee", | |
| "recent": "jugbys", | |
| "States": "elsree", | |
| "Pounds": "illrug", | |
| "access": "discue", | |
| "design": "hodoc", | |
| "become": "phidue", | |
| "future": "tegpul", | |
| "growth": "shhoaf", | |
| "issues": "nthdis", | |
| "didn't": "hmmrid", | |
| "making": "kashah", | |
| "result": "hadvim", | |
| "points": "vumjug", | |
| "enough": "sodre", | |
| "likely": "elscob", | |
| "period": "coozek", | |
| "closed": "tastap", | |
| "single": "puplox", | |
| "others": "madlex", | |
| "family": "ichbel", | |
| "policy": "migmeg", | |
| "agency": "putnom", | |
| "dollar": "fanit", | |
| "agreed": "fibnah", | |
| "though": "taxpia", | |
| "rather": "hihon", | |
| "action": "ellsou", | |
| "screen": "bedeb", | |
| "energy": "saxab", | |
| "offers": "rezax", | |
| "nearly": "adifs", | |
| "effect": "ayhao", | |
| "income": "duhwot", | |
| "Europe": "cogbrr", | |
| "create": "maynoo", | |
| "return": "dogsip", | |
| "almost": "respin", | |
| "allows": "ortfoy", | |
| "killed": "upsmun", | |
| "things": "errec", | |
| "groups": "nebeth", | |
| "trying": "yaphug", | |
| "server": "patohs", | |
| "annual": "cabred", | |
| "Sunday": "nuhae", | |
| "across": "bodbag", | |
| "demand": "sukrue", | |
| "stocks": "bibora", | |
| "really": "nobif", | |
| "saying": "atnil", | |
| "profit": "colcad", | |
| "series": "gemlox", | |
| "amount": "wowhod", | |
| "budget": "lobwo", | |
| "German": "vismob", | |
| "rights": "rataal", | |
| "levels": "eldtye", | |
| "always": "adtut", | |
| "source": "ribnip", | |
| "method": "resani", | |
| "leader": "benhep", | |
| "Senate": "dadan", | |
| "charge": "suntow", | |
| "senior": "spysou", | |
| "latest": "dosria", | |
| "effort": "capfay", | |
| "taking": "batnus", | |
| "output": "didait", | |
| "Robert": "wizrug", | |
| "Reagan": "sopec", | |
| "course": "adoinn", | |
| "remain": "elpro", | |
| "Street": "yuptao", | |
| "assets": "aaspug", | |
| "credit": "difand", | |
| "forces": "ailnu", | |
| "reduce": "lacrap", | |
| "claims": "hierex", | |
| "review": "idsaa", | |
| "toward": "femmib", | |
| "expect": "jibhie", | |
| "member": "dalgap", | |
| "health": "johum", | |
| "cannot": "oeput", | |
| "showed": "diedif", | |
| "volume": "nogarc", | |
| "priced": "hapahs", | |
| "models": "hutkoa", | |
| "supply": "fagton", | |
| "troops": "catnim", | |
| "became": "vauyen", | |
| "losses": "zekabo", | |
| "August": "cupfob", | |
| "buying": "luxall", | |
| "fiscal": "obatax", | |
| "wanted": "paslay", | |
| "behind": "titham", | |
| "drives": "duiab", | |
| "reason": "kyeoke", | |
| "turned": "rhoeld", | |
| "French": "pahhub", | |
| "simply": "figaw", | |
| "failed": "ilkyen", | |
| "device": "phtlex", | |
| "County": "cwmwon", | |
| "direct": "ginzip", | |
| "worked": "yobowe", | |
| "letter": "itsla", | |
| "caused": "micoot", | |
| "issued": "bowsac", | |
| "helped": "fugpud", | |
| "region": "bagas", | |
| "you're": "ganhie", | |
| "values": "nixama", | |
| "images": "arkvox", | |
| "window": "slygob", | |
| "George": "tavya", | |
| "bought": "idveg", | |
| "survey": "laphyp", | |
| "Israel": "abam", | |
| "stores": "shajin", | |
| "year's": "zaxsuk", | |
| "wasn't": "modohs", | |
| "option": "payjo", | |
| "choice": "cobcaw", | |
| "raised": "titleu", | |
| "larger": "ditho", | |
| "strike": "piumeg", | |
| "faster": "potarb", | |
| "attack": "labdad", | |
| "signed": "nthpam", | |
| "orders": "rugwad", | |
| "impact": "lezbis", | |
| "entire": "notpac", | |
| "aren't": "mihex", | |
| "plants": "rueyep", | |
| "appear": "zapvum", | |
| "fourth": "tabcat", | |
| "damage": "faxais", | |
| "safety": "lacwen", | |
| "figure": "kueaim", | |
| "prison": "bostau", | |
| "sector": "shygem", | |
| "opened": "bunors", | |
| "ruling": "vanwax", | |
| "forced": "saltam", | |
| "handle": "todfry", | |
| "easily": "kinrug", | |
| "useful": "apotub", | |
| "search": "yukjug", | |
| "normal": "hawram", | |
| "active": "sixpoh", | |
| "format": "acthie", | |
| "client": "eyerem", | |
| "target": "emubus", | |
| "editor": "lithod", | |
| "giving": "tugmib", | |
| "nation": "vieors", | |
| "estate": "fidjus", | |
| "season": "poimed", | |
| "object": "koapro", | |
| "easier": "shefub", | |
| "status": "foeich", | |
| "retail": "ragare", | |
| "fields": "useyew", | |
| "placed": "lamoxo", | |
| "quoted": "onelm", | |
| "passed": "ummgip", | |
| "highly": "sixrah", | |
| "inside": "nohvat", | |
| "Moscow": "tagqis", | |
| "adding": "sewpat", | |
| "buyers": "aalall", | |
| "remote": "ererho", | |
| "Thomas": "kyeex", | |
| "denied": "hypsot", | |
| "hasn't": "repled", | |
| "appeal": "duehim", | |
| "flight": "yehrec", | |
| "boards": "rocupo", | |
| "mostly": "ensham", | |
| "factor": "sermm", | |
| "beyond": "jignow", | |
| "tested": "nosvum", | |
| "gained": "melurd", | |
| "couple": "viepee", | |
| "events": "gatwed", | |
| "crisis": "emamu", | |
| "border": "damgee", | |
| "Kuwait": "luxcig", | |
| "living": "ehkit", | |
| "accept": "lotnub", | |
| "listed": "unsait", | |
| "anyone": "seegem", | |
| "rising": "titape", | |
| "merger": "fewsh", | |
| "cities": "irenan", | |
| "Novell": "alpgee", | |
| "joined": "payzed", | |
| "battle": "uketav", | |
| "speech": "manth", | |
| "formed": "awaabs", | |
| "driver": "ryeazo", | |
| "makers": "hmfir", | |
| "except": "mopems", | |
| "switch": "celpod", | |
| "engine": "cutyok", | |
| "lawyer": "zippen", | |
| "Africa": "kobwab", | |
| "served": "uporye", | |
| "played": "twabrr", | |
| "social": "bywye", | |
| "travel": "onoxy", | |
| "decade": "deirk", | |
| "global": "ickwab", | |
| "widely": "kirfly", | |
| "sought": "ranbid", | |
| "export": "sifag", | |
| "equity": "gosane", | |
| "choose": "nahbit", | |
| "mainly": "ohopeh", | |
| "rebels": "tetspy", | |
| "unless": "celall", | |
| "debate": "lugbug", | |
| "decide": "dorad", | |
| "filing": "upshut", | |
| "spread": "pewgun", | |
| "ensure": "ahiilk", | |
| "floppy": "vauera", | |
| "Compaq": "ohmen", | |
| "spring": "dowbun", | |
| "manual": "ebbwaw", | |
| "launch": "gelrib", | |
| "vendor": "excud", | |
| "agents": "herwo", | |
| "column": "wedflu", | |
| "theory": "dyeken", | |
| "inches": "ohofas", | |
| "signal": "mapdol", | |
| "voters": "fesmod", | |
| "linked": "lavde", | |
| "threat": "webtoy", | |
| "backup": "tuihen", | |
| "module": "hugfoh", | |
| "select": "regbo", | |
| "church": "kobfey", | |
| "partly": "tajawl", | |
| "traded": "gelbut", | |
| "MS-DOS": "mudfog", | |
| "actual": "macoxo", | |
| "you'll": "cammum", | |
| "expand": "zagkop", | |
| "reform": "kabrya", | |
| "scheme": "aner", | |
| "serial": "bamska", | |
| "double": "pyxthy", | |
| "limits": "dugria", | |
| "paying": "moblie", | |
| "houses": "zekka", | |
| "cancer": "tagirk", | |
| "owners": "duiel", | |
| "parent": "nooai", | |
| "Bush's": "odeeau", | |
| "seemed": "foubrr", | |
| "posted": "oohab", | |
| "nature": "vatzoo", | |
| "affect": "bislax", | |
| "stored": "orkos", | |
| "expert": "losis", | |
| "degree": "iggdis", | |
| "rating": "patwot", | |
| "Valley": "nispa", | |
| "earned": "nozed", | |
| "Middle": "yidoka", | |
| "happen": "kirzig", | |
| "manage": "godhit", | |
| "copies": "ohboo", | |
| "looked": "fewnoo", | |
| "colors": "umpmos", | |
| "Martin": "wogleu", | |
| "import": "oiltaw", | |
| "author": "bugoes", | |
| "deputy": "kipzed", | |
| "ending": "vaslit", | |
| "career": "taetog", | |
| "headed": "withap", | |
| "summit": "innmyc", | |
| "murder": "hagtot", | |
| "obtain": "bysbod", | |
| "Inc.'s": "wudhum", | |
| "guilty": "lavill", | |
| "unique": "dolmew", | |
| "tables": "bysmop", | |
| "jumped": "toydo", | |
| "moment": "tadfox", | |
| "places": "latfin", | |
| "secret": "idsleg", | |
| "week's": "ismpac", | |
| "dealer": "witdin", | |
| "nearby": "alszek", | |
| "asking": "outfad", | |
| "Morgan": "owefop", | |
| "warned": "amarei", | |
| "shared": "huphon", | |
| "bridge": "apenay", | |
| "treaty": "wawal", | |
| "Dallas": "mawebb", | |
| "Joseph": "garvee", | |
| "begins": "nunfun", | |
| "Oracle": "senred", | |
| "losing": "rigoy", | |
| "enable": "uspoi", | |
| "weight": "onfas", | |
| "argued": "purebb", | |
| "length": "pixlea", | |
| "chosen": "resen", | |
| "lowest": "basoaf", | |
| "remove": "absdot", | |
| "unable": "okeed", | |
| "32-bit": "dalkea", | |
| "Jersey": "kaeapp", | |
| "unions": "nanus", | |
| "errors": "taxfan", | |
| "planes": "lieuse", | |
| "formal": "dughaj", | |
| "yields": "raxrem", | |
| "blamed": "luxoff", | |
| "Moslem": "arfjob", | |
| "you've": "witex", | |
| "Boeing": "ogodd", | |
| "permit": "gaenos", | |
| "string": "amifon", | |
| "fairly": "wowet", | |
| "margin": "ayetic", | |
| "proved": "ehhae", | |
| "backed": "somrin", | |
| "Bureau": "jusid", | |
| "severe": "plyspy", | |
| "Panama": "pyahm", | |
| "motion": "pyxben", | |
| "square": "okeare", | |
| "stable": "corold", | |
| "detail": "mappoi", | |
| "Poland": "paypad", | |
| "relief": "jetdui", | |
| "sample": "umplop", | |
| "caught": "leytap", | |
| "acting": "mumat", | |
| "define": "botef", | |
| "modern": "farxi", | |
| "papers": "eraput", | |
| "extent": "dayais", | |
| "liquid": "agaoes", | |
| "extend": "aagay", | |
| "city's": "jigmac", | |
| "Island": "huhpat", | |
| "Korean": "gunten", | |
| "Miller": "kipmos", | |
| "Jewish": "hehkob", | |
| "leaves": "botale", | |
| "counts": "lugage", | |
| "pushed": "areek", | |
| "Drexel": "bizten", | |
| "Arabia": "linado", | |
| "CD-ROM": "dalgay", | |
| "filled": "ziplab", | |
| "advice": "yokmun", | |
| "Edward": "erenan", | |
| "accord": "hubwad", | |
| "causes": "paphue", | |
| "blocks": "carfeu", | |
| "Saddam": "ranvee", | |
| "blacks": "geeoaf", | |
| "branch": "leavig", | |
| "bodies": "baawee", | |
| "aboard": "endtat", | |
| "proper": "zagass", | |
| "voting": "tabqis", | |
| "pieces": "geede", | |
| "mining": "megeke", | |
| "laptop": "hisran", | |
| "struck": "titem", | |
| "fallen": "padpa", | |
| "bigger": "pyeret", | |
| "deaths": "yewhoe", | |
| "broken": "alshin", | |
| "player": "kidhaw", | |
| "Wilson": "duiveg", | |
| "offset": "bayapp", | |
| "marked": "kinpur", | |
| "abroad": "whacub", | |
| "tender": "spyde", | |
| "modest": "wizapp", | |
| "picked": "jetane", | |
| "native": "arfrum", | |
| "stands": "skabys", | |
| "closer": "nipjeu", | |
| "Indeed": "wansri", | |
| "arrest": "oudbut", | |
| "Corp's": "hipsae", | |
| "courts": "pusatt", | |
| "medium": "fehyod", | |
| "facing": "fehugh", | |
| "stress": "ilkyuk", | |
| "valued": "fetlev", | |
| "skills": "disell", | |
| "afford": "dahnil", | |
| "trucks": "kaysay", | |
| "Unisys": "binag", | |
| "checks": "andred", | |
| "modems": "radpig", | |
| "minute": "kinego", | |
| "thinks": "nimtab", | |
| "pilots": "ughsei", | |
| "custom": "tiefun", | |
| "pulled": "kifkex", | |
| "Harris": "huhrah", | |
| "weekly": "alpmi", | |
| "speeds": "gothay", | |
| "ethnic": "dorgod", | |
| "firm's": "momet", | |
| "plasma": "fagob", | |
| "covers": "ofall", | |
| "seized": "senjug", | |
| "Quayle": "bapin", | |
| "loaded": "jagyap", | |
| "master": "abaqi", | |
| "sports": "earhie", | |
| "driven": "hunis", | |
| "invest": "fithin", | |
| "Donald": "innrev", | |
| "latter": "rocsup", | |
| "16-bit": "basilk", | |
| "update": "nabens", | |
| "Unlike": "hetba", | |
| "repair": "dislex", | |
| "worker": "reblag", | |
| "metals": "hoyyah", | |
| "Motors": "pyapa", | |
| "danger": "paxmix", | |
| "merely": "bizdan", | |
| "brings": "hajjo", | |
| "attend": "godlaw", | |
| "mutual": "apowow", | |
| "steady": "hubvau", | |
| "slower": "ifnah", | |
| "narrow": "boxpro", | |
| "Lehman": "mircut", | |
| "charts": "okeodd", | |
| "settle": "negdor", | |
| "stated": "odajoy", | |
| "seeing": "neealb", | |
| "barrel": "jewbys", | |
| "writer": "bunmid", | |
| "Howard": "didyip", | |
| "manner": "avebun", | |
| "hadn't": "ruetam", | |
| "Marine": "powmis", | |
| "writes": "askyam", | |
| "matrix": "mofoe", | |
| "excess": "offany", | |
| "viewed": "goshi", | |
| "buffer": "aski", | |
| "retain": "jabsky", | |
| "depend": "antbag", | |
| "assume": "galkeg", | |
| "League": "botcos", | |
| "allies": "todmen", | |
| "secure": "namwit", | |
| "patent": "kosops", | |
| "costly": "tavpsi", | |
| "Carter": "nipme", | |
| "what's": "mibqis", | |
| "fellow": "ecurex", | |
| "judges": "rajkue", | |
| "carbon": "yakawn", | |
| "Beirut": "tadzep", | |
| "Avenue": "zaseke", | |
| "powers": "rambub", | |
| "flying": "gippea", | |
| "ticket": "vowpas", | |
| "rumors": "rodfub", | |
| "talked": "yepfix", | |
| "hardly": "awafib", | |
| "occurs": "ifsera", | |
| "behalf": "oohrev", | |
| "silver": "satfoy", | |
| "Wright": "ilkbel", | |
| "Jordan": "yakant", | |
| "trends": "attdow", | |
| "hoping": "optzag", | |
| "symbol": "gagfa", | |
| "regime": "bycad", | |
| "burden": "galmho", | |
| "thrift": "gasad", | |
| "walked": "wenups", | |
| "labels": "sapnod", | |
| "Taiwan": "oped", | |
| "intent": "jewfas", | |
| "Taylor": "hugort", | |
| "exists": "kasyon", | |
| "victim": "jagrot", | |
| "copper": "ider", | |
| "Ronald": "nayono", | |
| "trader": "digels", | |
| "Morris": "omsbra", | |
| "delays": "fiblid", | |
| "sounds": "jayash", | |
| "prefer": "eggfed", | |
| "finish": "moshod", | |
| "serves": "zekpat", | |
| "escape": "lexsax", | |
| "scores": "amhun", | |
| "bank's": "warlar", | |
| "dozens": "appzax", | |
| "Warner": "paczap", | |
| "random": "cozowl", | |
| "salary": "misere", | |
| "script": "aboasp", | |
| "Daniel": "pacoil", | |
| "combat": "albcue", | |
| "resume": "skatil", | |
| "layout": "marlex", | |
| "plenty": "tadtee", | |
| "prompt": "rimyeh", | |
| "Nikkei": "encad", | |
| "dialog": "tuneau", | |
| "agenda": "filsim", | |
| "saving": "yumaft", | |
| "vision": "bisnam", | |
| "banned": "dabgut", | |
| "cursor": "tiehat", | |
| "Nelson": "popif", | |
| "regard": "buycor", | |
| "burned": "peenib", | |
| "macros": "fitaft", | |
| "exceed": "dagpot", | |
| "movies": "gnuour", | |
| "rescue": "sueyob", | |
| "hotels": "telya", | |
| "pursue": "ohwar", | |
| "timing": "ocaray", | |
| "button": "iffcod", | |
| "ranges": "fohog", | |
| "stages": "ohmka", | |
| "AT&T's": "armchi", | |
| "Texaco": "emssty", | |
| "fought": "solbox", | |
| "layers": "jiglav", | |
| "linear": "difboa", | |
| "modify": "sotawl", | |
| "Marcos": "deneta", | |
| "vessel": "logkoi", | |
| "coffee": "frycud", | |
| "Forest": "nodzas", | |
| "user's": "hamgag", | |
| "doctor": "lasmun", | |
| "stayed": "lekhad", | |
| "famous": "belmop", | |
| "suffer": "tadwiz", | |
| "broker": "nutrei", | |
| "sister": "atoar", | |
| "dinner": "emsox", | |
| "desire": "apoicy", | |
| "tracks": "bibpaw", | |
| "Iraq's": "voxfag", | |
| "myself": "gaenu", | |
| "wonder": "yippod", | |
| "slight": "sonhup", | |
| "francs": "masnit", | |
| "crimes": "goxvum", | |
| "sexual": "yupem", | |
| "Arthur": "mentot", | |
| "submit": "polnos", | |
| "Philip": "pitun", | |
| "corner": "ahssob", | |
| "Poor's": "pyxvim", | |
| "sheets": "pedtog", | |
| "citing": "wynwiz", | |
| "mobile": "rehum", | |
| "harder": "psiell", | |
| "Andrew": "licoo", | |
| "routes": "axeors", | |
| "affair": "puppic", | |
| "duties": "emnan", | |
| "lifted": "hoyin", | |
| "oxygen": "penwag", | |
| "Russia": "cabgoy", | |
| "Disney": "nthrut", | |
| "visual": "bitcad", | |
| "impose": "ceeoil", | |
| "camera": "mooxu", | |
| "female": "kostoe", | |
| "recall": "jewtoy", | |
| "waters": "secbaa", | |
| "awards": "sexmut", | |
| "Polish": "fadfug", | |
| "missed": "yacub", | |
| "rarely": "napet", | |
| "bright": "dugoda", | |
| "buyout": "tewqat", | |
| "Walter": "wynfop", | |
| "Pascal": "tipsly", | |
| "ranged": "lawdip", | |
| "anyway": "xihub", | |
| "static": "pepsuk", | |
| "trades": "digjin", | |
| "Dennis": "arkhog", | |
| "aspect": "feeboy", | |
| "Warsaw": "ewecru", | |
| "hiring": "yobhaw", | |
| "assist": "ashalt", | |
| "injury": "rugute", | |
| "hidden": "arttwo", | |
| "breaks": "bapurn", | |
| "raises": "bigins", | |
| "Prince": "purcam", | |
| "arrive": "souby", | |
| "resort": "oradom", | |
| "defeat": "amutog", | |
| "oppose": "yipoar", | |
| "campus": "wistsk", | |
| "packet": "naptas", | |
| "rivals": "cepzep", | |
| "E-mail": "aisamp", | |
| "stream": "nubmum", | |
| "Geneva": "yaree", | |
| "Hughes": "gobup", | |
| "defend": "bizyap", | |
| "soared": "jutcru", | |
| "York's": "cuesew", | |
| "Turner": "yincop", | |
| "argues": "pawyep", | |
| "museum": "hetlow", | |
| "surged": "humfix", | |
| "intend": "tawlie", | |
| "graphs": "satmax", | |
| "metric": "gasbey", | |
| "gotten": "thyjin", | |
| "Contra": "rugdel", | |
| "Walker": "vigick", | |
| "cloudy": "oleait", | |
| "racial": "geyfax", | |
| "Zenith": "rowcep", | |
| "adults": "poiuta", | |
| "topics": "kirpea", | |
| "locked": "nilbod", | |
| "Labour": "piudie", | |
| "lights": "doekoi", | |
| "grants": "voxsyn", | |
| "comply": "fezut", | |
| "resign": "bedpro", | |
| "guards": "sowhue", | |
| "slowed": "paldag", | |
| "cattle": "ootsab", | |
| "firing": "aidoat", | |
| "smooth": "fixped", | |
| "belief": "veemoa", | |
| "cables": "fagbut", | |
| "buried": "naycox", | |
| "Shamir": "usekey", | |
| "forget": "yehtux", | |
| "styles": "zaspie", | |
| "domain": "melmu", | |
| "detect": "yaykeg", | |
| "Gordon": "tadurp", | |
| "vector": "ashbaa", | |
| "afraid": "telwab", | |
| "chains": "iffdig", | |
| "trials": "macbye", | |
| "analog": "wecod", | |
| "Afghan": "kabay", | |
| "pretax": "holi", | |
| "assess": "macoms", | |
| "unrest": "simems", | |
| "agrees": "satape", | |
| "solved": "vumski", | |
| "passes": "amithe", | |
| "barred": "sappsi", | |
| "miners": "geecob", | |
| "prints": "pamova", | |
| "unfair": "begos", | |
| "reveal": "enggan", | |
| "urging": "funrad", | |
| "thanks": "urpain", | |
| "barely": "ukewos", | |
| "pixels": "aisfox", | |
| "emerge": "affsax", | |
| "freeze": "islis", | |
| "height": "fenram", | |
| "centre": "gelrad", | |
| "spirit": "oxyres", | |
| "ethics": "ledate", | |
| "binary": "skyras", | |
| "Steven": "latwow", | |
| "wiring": "bumfoe", | |
| "brands": "boomae", | |
| "filter": "zeksi", | |
| "Norton": "bocap", | |
| "rocket": "prooy", | |
| "proven": "migsab", | |
| "feared": "odelye", | |
| "Giants": "momcay", | |
| "scored": "nilfoy", | |
| "Shultz": "opsmib", | |
| "adjust": "oeemu", | |
| "Dakota": "hodoe", | |
| "titles": "dindap", | |
| "upward": "munfou", | |
| "Hutton": "osenun", | |
| "desert": "upobod", | |
| "luxury": "didill", | |
| "noting": "fibwaw", | |
| "weapon": "arcton", | |
| "artist": "ifston", | |
| "whites": "duefud", | |
| "cycles": "vexoka", | |
| "nobody": "segfax", | |
| "frozen": "rahras", | |
| "thrown": "yetnut", | |
| "gallon": "totdan", | |
| "banker": "sadwo", | |
| "Norman": "tipgid", | |
| "wastes": "pepdit", | |
| "Tehran": "danar", | |
| "commit": "ivycay", | |
| "landed": "sinrin", | |
| "ignore": "goayep", | |
| "stolen": "pednap", | |
| "notion": "hayfit", | |
| "Syrian": "oieng", | |
| "wealth": "rinrif", | |
| "Apollo": "tiaid", | |
| "robust": "mirope", | |
| "online": "feupal", | |
| "sudden": "wyeawa", | |
| "bitter": "junum", | |
| "ousted": "dakmod", | |
| "ballot": "dupcam", | |
| "immune": "hoynap", | |
| "doubts": "tamfug", | |
| "DECnet": "coxeel", | |
| "employ": "catmen", | |
| "merged": "nobee", | |
| "viable": "domyes", | |
| "taught": "fewhub", | |
| "ratios": "suelat", | |
| "strain": "utsoaf", | |
| "deeply": "fluay", | |
| "staged": "enyay", | |
| "quotas": "nubleg", | |
| "Albert": "adssos", | |
| "mature": "aatet", | |
| "visits": "heyseg", | |
| "delete": "adzmo", | |
| "refuse": "selmi", | |
| "insist": "recsau", | |
| "Golden": "ummorc", | |
| "tonnes": "mewbad", | |
| "frames": "napbro", | |
| "Carlos": "wiggam", | |
| "phases": "ayedap", | |
| "Sprint": "munelk", | |
| "packed": "metmen", | |
| "upheld": "zzzdaw", | |
| "phones": "rowdab", | |
| "tissue": "voebuy", | |
| "mental": "eatsuq", | |
| "easing": "pawwap", | |
| "Walesa": "litao", | |
| "Murphy": "yidwae", | |
| "atomic": "awayom", | |
| "studio": "tomhes", | |
| "reject": "kinfab", | |
| "poorly": "etamar", | |
| "yellow": "wigjag", | |
| "Plains": "apptsk", | |
| "plunge": "uluyuk", | |
| "rental": "pyxpeh", | |
| "Allied": "ohba", | |
| "Cheney": "noofe", | |
| "weaker": "cupyon", | |
| "Iran's": "laryid", | |
| "vacuum": "bisod", | |
| "handed": "pahlow", | |
| "comedy": "madtad", | |
| "retire": "yobwog", | |
| "jurors": "memels", | |
| "suited": "midvis", | |
| "Aquino": "aspbud", | |
| "Angola": "gogam", | |
| "tanker": "nipain", | |
| "Nasdaq": "eftpya", | |
| "repeat": "hiptsk", | |
| "guests": "thyfit", | |
| "curves": "maxgey", | |
| "Manuel": "foxkas", | |
| "funded": "fubsox", | |
| "Milken": "irkfoe", | |
| "youths": "looion", | |
| "trains": "absyum", | |
| "Comdex": "ebbsyn", | |
| "Zurich": "huefoh", | |
| "reader": "sadab", | |
| "strict": "youdex", | |
| "Warren": "sharob", | |
| "Manila": "litgos", | |
| "Samuel": "saldot", | |
| "Puerto": "laxjaw", | |
| "suburb": "ruephi", | |
| "leased": "hubna", | |
| "Ultrix": "leaorc", | |
| "Toyota": "colfee", | |
| "arrays": "cowgin", | |
| "singer": "ganoud", | |
| "NYSE's": "poifib", | |
| "Vienna": "vasfid", | |
| "admits": "jetpot", | |
| "entity": "geevid", | |
| "fusion": "levmel", | |
| "Postal": "pahm", | |
| "halted": "ailpee", | |
| "Rogers": "kifrun", | |
| "Graham": "yenor", | |
| "pop-up": "sibsub", | |
| "jailed": "toggip", | |
| "Cooper": "odaare", | |
| "Banyan": "urnah", | |
| "Shiite": "sindev", | |
| "assign": "taecel", | |
| "router": "rueups", | |
| "ranked": "gnupot", | |
| "assure": "foxweb", | |
| "pledge": "atefs", | |
| "slated": "beeism", | |
| "Arafat": "orean", | |
| "Kidder": "shywow", | |
| "varied": "qatrin", | |
| "Harold": "vowgo", | |
| "locate": "kirlye", | |
| "scenes": "melkop", | |
| "add-in": "shacar", | |
| "kernel": "ryeoff", | |
| "stance": "tuxcru", | |
| "panels": "foulin", | |
| "Ingres": "finsim", | |
| "eating": "agair", | |
| "Gerald": "faxmud", | |
| "oldest": "etcup", | |
| "Hudson": "gnubub", | |
| "Quebec": "voxcur", | |
| "denies": "lotobi", | |
| "expire": "orerep", | |
| "Baltic": "mecot", | |
| "beaten": "fayjow", | |
| "colour": "earulu", | |
| "shifts": "oarump", | |
| "cotton": "boxcee", | |
| "Claris": "agewax", | |
| "Parker": "lumtic", | |
| "solely": "aimgid", | |
| "talent": "waeivy", | |
| "origin": "tyemis", | |
| "Boesky": "geyag", | |
| "garden": "oakif", | |
| "typing": "poilax", | |
| "Murray": "earrut", | |
| "gather": "utsebb", | |
| "lesson": "fagef", | |
| "Ortega": "debnog", | |
| "rolled": "salcay", | |
| "junior": "baryet", | |
| "heated": "cowtax", | |
| "waited": "ramowl", | |
| "please": "radbad", | |
| "bullet": "agden", | |
| "patrol": "veeill", | |
| "mixing": "docqi", | |
| "insert": "bidsau", | |
| "intact": "doeact", | |
| "shells": "toeump", | |
| "rubber": "cabtaj", | |
| "attach": "rotail", | |
| "add-on": "norlip", | |
| "finite": "ofcud", | |
| "favors": "alsjay", | |
| "photos": "dahdug", | |
| "sulfur": "morras", | |
| "Oliver": "colre", | |
| "borrow": "feysae", | |
| "surely": "ocaal", | |
| "empire": "fanpi", | |
| "cartel": "rawaba", | |
| "losers": "nixnap", | |
| "Sybase": "ramnos", | |
| "Barney": "efapo", | |
| "syntax": "fogjew", | |
| "stakes": "wasfor", | |
| "Docket": "obiown", | |
| "praise": "jeelei", | |
| "shapes": "fendab", | |
| "24-bit": "odrat", | |
| "cruise": "biowop", | |
| "Chapel": "seruse", | |
| "actors": "oxyeh", | |
| "Nissan": "herbaa", | |
| "freely": "wedbaa", | |
| "trusts": "hahper", | |
| "Mbytes": "hoblie", | |
| "verify": "pixdex", | |
| "resist": "zagun", | |
| "refers": "awdab", | |
| "rushed": "tutfit", | |
| "coding": "zoopup", | |
| "lately": "wowpub", | |
| "defect": "ummgid", | |
| "newest": "fempow", | |
| "flames": "tagmyc", | |
| "safely": "pyelib", | |
| "copied": "viekex", | |
| "slides": "tinduo", | |
| "Irving": "jabmob", | |
| "humans": "melart", | |
| "pocket": "cawtae", | |
| "diesel": "levoho", | |
| "Castro": "pyebra", | |
| "Victor": "visear", | |
| "coupon": "rebdis", | |
| "belong": "loxfeh", | |
| "sooner": "hapwad", | |
| "hybrid": "pamess", | |
| "pickup": "ampro", | |
| "sealed": "menlog", | |
| "timber": "aitkep", | |
| "babies": "naners", | |
| "killer": "fabmol", | |
| "firmly": "belmug", | |
| "spends": "nagdeb", | |
| "relies": "rembud", | |
| "Brooks": "figpa", | |
| "circle": "nowlo", | |
| "builds": "hehdug", | |
| "Iraqis": "albroe", | |
| "folder": "figeth", | |
| "versus": "iggroc", | |
| "autumn": "ginaby", | |
| "caller": "labmis", | |
| "weighs": "bunzed", | |
| "beauty": "bitgym", | |
| "tunnel": "purma", | |
| "abuses": "maslaw", | |
| "spaces": "padroc", | |
| "FoxPro": "kopdif", | |
| "Garcia": "monray", | |
| "unit's": "moswoo", | |
| "Tandem": "vattar", | |
| "phrase": "taglog", | |
| "deeper": "ukezin", | |
| "casino": "hoggab", | |
| "muscle": "menyin", | |
| "stacks": "abofin", | |
| "felony": "benbet", | |
| "edited": "mimtel", | |
| "parade": "lavdog", | |
| "tumors": "sexbet", | |
| "plates": "powkos", | |
| "clause": "hexoms", | |
| "cement": "jamrev", | |
| "Newark": "plyzzz", | |
| "Foster": "refail", | |
| "wishes": "oilhat", | |
| "poison": "hagut", | |
| "Irvine": "nilhue", | |
| "hiding": "years", | |
| "Nippon": "wawsen", | |
| "bottle": "gagugh", | |
| "header": "pixtil", | |
| "Nomura": "sodwoo", | |
| "decree": "nunpig", | |
| "bloody": "pewoaf", | |
| "reward": "attnog", | |
| "rounds": "fadbap", | |
| "holder": "tubpoh", | |
| "palace": "gundim", | |
| "lasted": "rifmug", | |
| "varies": "fewdee", | |
| "Marlin": "dinbye", | |
| "neural": "anadog", | |
| "Sierra": "irkgot", | |
| "crowds": "jotant", | |
| "nuclei": "yonhot", | |
| "Arnold": "innlev", | |
| "clinic": "sowupo", | |
| "Bakker": "oarjin", | |
| "wounds": "toohow", | |
| "topped": "pacoaf", | |
| "mirror": "pehyup", | |
| "lasers": "ethjob", | |
| "alloys": "umpnag", | |
| "cancel": "hipkif", | |
| "Michel": "obaess", | |
| "Powell": "towhin", | |
| "riding": "lumgos", | |
| "exempt": "innfou", | |
| "clones": "gayels", | |
| "sodium": "okeoho", | |
| "Valdez": "fezog", | |
| "fueled": "nusode", | |
| "equals": "wokuta", | |
| "Ford's": "zedmem", | |
| "breast": "oxylei", | |
| "naming": "nebgap", | |
| "Madrid": "impfas", | |
| "nickel": "vacfob", | |
| "totals": "gulnor", | |
| "tennis": "proboo", | |
| "asylum": "lobleg", | |
| "honest": "zoalop", | |
| "eighth": "honnu", | |
| "timely": "gityaw", | |
| "wholly": "unstax", | |
| "drinks": "artphi", | |
| "favour": "betar", | |
| "advise": "lastit", | |
| "spoken": "baano", | |
| "triple": "beghmm", | |
| "they'd": "rephod", | |
| "debris": "zzzfey", | |
| "lesser": "firaah", | |
| "nights": "kayass", | |
| "Dayton": "pipawl", | |
| "infant": "aimbug", | |
| "ounces": "amupeh", | |
| "divide": "batdex", | |
| "leases": "hidani", | |
| "wooden": "seaeh", | |
| "Witter": "nipas", | |
| "Sydney": "aimone", | |
| "midday": "towrah", | |
| "Messrs": "oldan", | |
| "Stuart": "fouwet", | |
| "Fisher": "dotoo", | |
| "Clarke": "nohrya", | |
| "mailed": "pugpal", | |
| "faults": "phttug", | |
| "Airbus": "phterg", | |
| "Jacobs": "jugbun", | |
| "farmer": "lowbeg", | |
| "wisdom": "dadwog", | |
| "Here's": "oafeye", | |
| "Pierce": "tomerg", | |
| "dumped": "elsher", | |
| "powder": "nubuts", | |
| "decent": "winre", | |
| "deemed": "orelas", | |
| "median": "sonbob", | |
| "relate": "nilmob", | |
| "hourly": "cowwad", | |
| "silent": "lipdee", | |
| "boasts": "upomag", | |
| "gunmen": "peerec", | |
| "speaks": "awins", | |
| "census": "itfro", | |
| "lacked": "abayag", | |
| "masses": "ecutab", | |
| "Herald": "munnae", | |
| "Alfred": "varhug", | |
| "stones": "tubvim", | |
| "Hanson": "wayteg", | |
| "deadly": "pugbob", | |
| "fierce": "deluse", | |
| "Greene": "pegpom", | |
| "liquor": "plygym", | |
| "enters": "layfor", | |
| "Eugene": "jewsop", | |
| "ailing": "ayzep", | |
| "shrink": "sibred", | |
| "grains": "dendom", | |
| "refund": "hitnod", | |
| "cracks": "dinfob", | |
| "hunger": "lyeate", | |
| "absorb": "dipyar", | |
| "colony": "icheve", | |
| "revolt": "rombar", | |
| "subtle": "metlye", | |
| "Helmut": "arsel", | |
| "seller": "fryer", | |
| "tended": "padsos", | |
| "stroke": "luvwoe", | |
| "redeem": "elit", | |
| "laying": "pecail", | |
| "bundle": "fudwig", | |
| "dipped": "elvum", | |
| "Harvey": "obason", | |
| "Edison": "mopad", | |
| "Oxford": "honala", | |
| "bypass": "hiand", | |
| "runway": "cwmcos", | |
| "scroll": "momgal", | |
| "priest": "toefop", | |
| "30-day": "cudsox", | |
| "shades": "romply", | |
| "Prague": "coxmun", | |
| "regain": "tagyah", | |
| "vacant": "laytew", | |
| "dubbed": "bobpot", | |
| "thrust": "vowuke", | |
| "curfew": "runbox", | |
| "refuge": "justen", | |
| "revive": "hadphi", | |
| "Harbor": "leapow", | |
| "D-Mark": "boddoc", | |
| "judged": "mottry", | |
| "tenure": "gigeth", | |
| "outlet": "jeted", | |
| "relied": "coogob", | |
| "critic": "beyick", | |
| "bomber": "kealuv", | |
| "Holmes": "sauowl", | |
| "horses": "orsulu", | |
| "tackle": "leghub", | |
| "CONFIG": "butset", | |
| "meters": "obivac", | |
| "Temple": "kaedog", | |
| "Everex": "kopdan", | |
| "merits": "sotmho", | |
| "racing": "nebhup", | |
| "quotes": "obigut", | |
| "Danish": "bugpur", | |
| "bidder": "yesahi", | |
| "parole": "milsot", | |
| "geared": "tisoil", | |
| "floors": "iggah", | |
| "rifles": "hiesun", | |
| "absent": "morid", | |
| "butter": "shatsk", | |
| "clouds": "geeli", | |
| "habits": "rapgut", | |
| "Cyprus": "difaid", | |
| "tariff": "hodere", | |
| "scales": "awanog", | |
| "Ottawa": "rahroc", | |
| "guides": "sataim", | |
| "reside": "upssky", | |
| "hazard": "taxyep", | |
| "billed": "yaplad", | |
| "urgent": "nebreb", | |
| "bother": "dughas", | |
| "scaled": "borei", | |
| "Navy's": "yeba", | |
| "scared": "godcee", | |
| "Sharon": "tinpit", | |
| "ported": "tajpry", | |
| "nurses": "webbys", | |
| "usable": "wyeaff", | |
| "faulty": "oldted", | |
| "notify": "kitor", | |
| "purely": "cumgig", | |
| "inputs": "zakid", | |
| "Libyan": "anaops", | |
| "chairs": "ohopun", | |
| "liable": "toydon", | |
| "rivers": "ummrub", | |
| "reopen": "coohen", | |
| "Hilton": "rumbap", | |
| "salmon": "maegoy", | |
| "dating": "aidall", | |
| "openly": "vegflu", | |
| "kicked": "gnupea", | |
| "Watson": "goscep", | |
| "yearly": "soltup", | |
| "revise": "petgay", | |
| "capped": "pegpan", | |
| "invoke": "funaft", | |
| "voices": "tyesal", | |
| "shield": "urnupo", | |
| "engage": "rubkif", | |
| "Hunter": "itcow", | |
| "socket": "balays", | |
| "finger": "gipism", | |
| "bushel": "pyasox", | |
| "parity": "zitlox", | |
| "boiler": "muspal", | |
| "poured": "bagpix", | |
| "dreams": "dibweb", | |
| "Sununu": "keykef", | |
| "Morton": "shnoo", | |
| "gunman": "amadel", | |
| "fitted": "potarm", | |
| "hailed": "buradz", | |
| "parked": "tegdub", | |
| "aiming": "hiedoc", | |
| "kidney": "fapsi", | |
| "storms": "zedcry", | |
| "Hammer": "boptin", | |
| "Burial": "gassha", | |
| "casual": "useago", | |
| "Virgin": "owbow", | |
| "proves": "onedag", | |
| "prayer": "feypig", | |
| "inform": "utagel", | |
| "heroin": "telrib", | |
| "seldom": "rotlam", | |
| "subway": "pehban", | |
| "grades": "arsuh", | |
| "Easter": "ghisec", | |
| "breach": "agebah", | |
| "subset": "ailfop", | |
| "Marion": "begnu", | |
| "clever": "hissex", | |
| "Amdahl": "dipley", | |
| "runoff": "hetwok", | |
| "Army's": "mottut", | |
| "Radius": "secvau", | |
| "Levine": "goonaw", | |
| "hearts": "lexneg", | |
| "donors": "ivybib", | |
| "jacket": "winurd", | |
| "themes": "unsed", | |
| "scarce": "gapdom", | |
| "weaken": "ukeamu", | |
| "soccer": "urbeth", | |
| "hinted": "lineld", | |
| "planet": "wostwa", | |
| "Castle": "dubmus", | |
| "Gandhi": "awnob", | |
| "motive": "yawkit", | |
| "Butler": "youfat", | |
| "organs": "mummoo", | |
| "Finder": "joeani", | |
| "exotic": "larlit", | |
| "thread": "rowvim", | |
| "Robins": "biopur", | |
| "Benson": "sherev", | |
| "garage": "nawser", | |
| "makeup": "broink", | |
| "Stalin": "ootrin", | |
| "tribal": "cotfly", | |
| "Mecham": "fayway", | |
| "million": "mawaye", | |
| "company": "raylib", | |
| "percent": "titowl", | |
| "program": "chinu", | |
| "systems": "angos", | |
| "billion": "reiwed", | |
| "support": "amold", | |
| "network": "dawpat", | |
| "against": "ohosae", | |
| "another": "muggey", | |
| "several": "whoree", | |
| "product": "bopbop", | |
| "control": "hottoe", | |
| "without": "ratpun", | |
| "trading": "tamhi", | |
| "service": "gigvig", | |
| "federal": "loxait", | |
| "include": "napvet", | |
| "provide": "tuxwaw", | |
| "results": "fouwos", | |
| "current": "hodski", | |
| "Windows": "adzold", | |
| "quarter": "tamels", | |
| "version": "cobveg", | |
| "process": "oybet", | |
| "however": "yaylop", | |
| "earlier": "persaw", | |
| "Tuesday": "twaxis", | |
| "members": "rexsen", | |
| "example": "spyqi", | |
| "foreign": "gapgut", | |
| "average": "picmet", | |
| "meeting": "mytux", | |
| "general": "oebun", | |
| "reports": "fehha", | |
| "changes": "qifur", | |
| "doesn't": "hapire", | |
| "further": "leupa", | |
| "markets": "vankis", | |
| "capital": "wosins", | |
| "package": "ekegos", | |
| "British": "seafee", | |
| "running": "seenap", | |
| "working": "guntux", | |
| "workers": "oartag", | |
| "manager": "banor", | |
| "economy": "gatyeh", | |
| "project": "yoref", | |
| "tylenol": "wodit", | |
| "charges": "mawski", | |
| "similar": "pollit", | |
| "largest": "danley", | |
| "machine": "rifpi", | |
| "private": "defoxy", | |
| "believe": "tilten", | |
| "release": "wyedis", | |
| "comment": "cigmar", | |
| "leaders": "saxgas", | |
| "vendors": "mycox", | |
| "certain": "ickfey", | |
| "concern": "vugbid", | |
| "display": "mobpsi", | |
| "quality": "unrep", | |
| "officer": "jagrex", | |
| "Germany": "nubbay", | |
| "reached": "awetet", | |
| "selling": "nognos", | |
| "printer": "riglax", | |
| "various": "arflet", | |
| "central": "repcep", | |
| "nuclear": "tamran", | |
| "revenue": "etnoo", | |
| "present": "ughrec", | |
| "profits": "exaxe", | |
| "sources": "motdog", | |
| "January": "mogcab", | |
| "offered": "hehqis", | |
| "ability": "nosjeu", | |
| "defense": "aledan", | |
| "efforts": "fehmus", | |
| "require": "vexcue", | |
| "October": "lugnit", | |
| "figures": "mopfib", | |
| "Dollars": "tobod", | |
| "limited": "ownhmm", | |
| "started": "capley", | |
| "options": "budsky", | |
| "decided": "linerg", | |
| "created": "bodib", | |
| "leading": "gortie", | |
| "command": "dogpun", | |
| "develop": "kaypac", | |
| "account": "tugfe", | |
| "complex": "ratvoe", | |
| "produce": "awajig", | |
| "growing": "ortmib", | |
| "analyst": "wedwha", | |
| "feature": "saghit", | |
| "numbers": "hogjar", | |
| "futures": "firavo", | |
| "storage": "nilrho", | |
| "planned": "cogseg", | |
| "expects": "mimfin", | |
| "address": "dudreb", | |
| "brought": "tisset", | |
| "Western": "vavdol", | |
| "reduced": "goaraj", | |
| "remains": "vigdid", | |
| "dropped": "baydew", | |
| "decline": "uhsen", | |
| "biggest": "betbah", | |
| "Michael": "fugpup", | |
| "message": "dogjay", | |
| "history": "unsflu", | |
| "allowed": "rawtui", | |
| "effects": "ememil", | |
| "charged": "wudduh", | |
| "greater": "taigg", | |
| "testing": "rebfat", | |
| "William": "deepol", | |
| "overall": "mibvug", | |
| "receive": "eftret", | |
| "nothing": "secmop", | |
| "minutes": "sacwad", | |
| "usually": "goabib", | |
| "serious": "macki", | |
| "devices": "luxtun", | |
| "holding": "todvig", | |
| "initial": "wrytee", | |
| "desktop": "tonhas", | |
| "changed": "lowend", | |
| "session": "feebus", | |
| "monitor": "oudneb", | |
| "related": "shhbod", | |
| "methods": "reoud", | |
| "variety": "rumsuk", | |
| "despite": "maemo", | |
| "utility": "oaroat", | |
| "smaller": "sirgyp", | |
| "records": "currep", | |
| "section": "windry", | |
| "popular": "watton", | |
| "seeking": "ichdot", | |
| "subject": "hasdot", | |
| "primary": "emerax", | |
| "attempt": "eonsh", | |
| "morning": "yinauk", | |
| "Dukakis": "cigfub", | |
| "request": "yapdan", | |
| "improve": "micmic", | |
| "Richard": "taxour", | |
| "deficit": "begpit", | |
| "success": "giesag", | |
| "weapons": "orakop", | |
| "himself": "owndib", | |
| "Angeles": "onosow", | |
| "NetWare": "rassic", | |
| "dealers": "moohoe", | |
| "details": "ichawl", | |
| "refused": "eraeve", | |
| "parties": "saueme", | |
| "Eastern": "vetli", | |
| "appears": "baysip", | |
| "there's": "doegab", | |
| "ordered": "foptew", | |
| "medical": "gotneg", | |
| "benefit": "besor", | |
| "station": "moghoe", | |
| "surface": "woerho", | |
| "Digital": "waptot", | |
| "upgrade": "besmed", | |
| "finance": "leeguv", | |
| "hearing": "jarped", | |
| "traders": "lopfet", | |
| "traffic": "yumkay", | |
| "Council": "laryon", | |
| "natural": "puprex", | |
| "maximum": "shhhic", | |
| "accused": "cwmgnu", | |
| "Britain": "stypea", | |
| "they're": "momwax", | |
| "Pacific": "firsen", | |
| "studies": "simvis", | |
| "savings": "boxguy", | |
| "offices": "gelhid", | |
| "Supreme": "butpya", | |
| "nations": "farich", | |
| "banking": "nowtwo", | |
| "objects": "gunpea", | |
| "schools": "pudhic", | |
| "clients": "ragref", | |
| "Israeli": "byear", | |
| "factors": "mumjog", | |
| "Justice": "kegut", | |
| "failure": "cisole", | |
| "opening": "zeptwo", | |
| "claimed": "jigod", | |
| "discuss": "byspry", | |
| "servers": "jugani", | |
| "venture": "michow", | |
| "largely": "bibfar", | |
| "prevent": "eonmoo", | |
| "highest": "rumnaw", | |
| "minimum": "colrem", | |
| "reasons": "dorbob", | |
| "operate": "oddtry", | |
| "article": "bibmar", | |
| "perform": "rephae", | |
| "Chinese": "shakif", | |
| "leaving": "etayin", | |
| "weekend": "katahs", | |
| "perhaps": "capal", | |
| "balance": "pipuh", | |
| "housing": "rahgag", | |
| "world's": "utelie", | |
| "sharply": "hubold", | |
| "library": "geyfar", | |
| "protect": "yamauk", | |
| "calling": "heplog", | |
| "parents": "thyaft", | |
| "replace": "fluyip", | |
| "airline": "dahhes", | |
| "Charles": "shhtor", | |
| "located": "kayole", | |
| "applied": "rebbap", | |
| "lawyers": "subsop", | |
| "clearly": "fixess", | |
| "showing": "biodry", | |
| "studied": "oathup", | |
| "drivers": "nutreg", | |
| "experts": "gunran", | |
| "closing": "tegli", | |
| "alleged": "sifry", | |
| "trouble": "jowrut", | |
| "exports": "awais", | |
| "actions": "effyob", | |
| "setting": "jindab", | |
| "Soviets": "wotend", | |
| "injured": "iceeel", | |
| "student": "atthuh", | |
| "becomes": "odecaw", | |
| "entered": "kisape", | |
| "elected": "naesac", | |
| "forward": "codhim", | |
| "Johnson": "nobabs", | |
| "killing": "wuddub", | |
| "arrived": "fonjag", | |
| "purpose": "owlden", | |
| "friends": "yambrr", | |
| "contact": "koabo", | |
| "closely": "jotmil", | |
| "victims": "juswed", | |
| "optical": "ismvau", | |
| "modules": "jindug", | |
| "African": "antdog", | |
| "willing": "koaegg", | |
| "advance": "yobton", | |
| "haven't": "noonan", | |
| "disease": "mirhap", | |
| "waiting": "tamair", | |
| "protest": "palbed", | |
| "partner": "bunmi", | |
| "returns": "gagman", | |
| "English": "lapwye", | |
| "regular": "pipani", | |
| "Corp.'s": "levten", | |
| "talking": "bidnib", | |
| "drawing": "cumgar", | |
| "imports": "ofttic", | |
| "adopted": "owngin", | |
| "license": "eldmud", | |
| "defined": "thohon", | |
| "demands": "munhes", | |
| "contain": "vawsop", | |
| "concept": "hemham", | |
| "finding": "budgan", | |
| "acquire": "penfab", | |
| "covered": "linhaj", | |
| "players": "toetwo", | |
| "treated": "putvar", | |
| "farmers": "geykop", | |
| "illegal": "yagif", | |
| "dispute": "diglex", | |
| "husband": "jusbeg", | |
| "payment": "rayinn", | |
| "Japan's": "nilmon", | |
| "letters": "peeeke", | |
| "lawsuit": "spyboy", | |
| "keeping": "bapsal", | |
| "victory": "foejut", | |
| "monthly": "gapnib", | |
| "portion": "wyevet", | |
| "Reserve": "oesfen", | |
| "putting": "lexdag", | |
| "attacks": "ahbo", | |
| "today's": "rasfey", | |
| "century": "baow", | |
| "heavily": "armtoo", | |
| "correct": "ranfly", | |
| "playing": "maenae", | |
| "managed": "prolab", | |
| "typical": "ummmyc", | |
| "removed": "oftsos", | |
| "opposed": "rampul", | |
| "suggest": "allkeg", | |
| "capable": "refass", | |
| "cutting": "emena", | |
| "Apple's": "megbar", | |
| "amounts": "veeado", | |
| "achieve": "nampip", | |
| "falling": "sosri", | |
| "wounded": "macteg", | |
| "authors": "inseft", | |
| "degrees": "hinrid", | |
| "airport": "brabe", | |
| "reforms": "teggal", | |
| "weren't": "sontau", | |
| "content": "yehmun", | |
| "screens": "alsguv", | |
| "on-line": "ismcut", | |
| "Lebanon": "todbig", | |
| "missing": "bidlev", | |
| "doctors": "bogsup", | |
| "formats": "metoft", | |
| "reading": "idhoy", | |
| "learned": "ababro", | |
| "install": "docria", | |
| "centers": "engkob", | |
| "channel": "fagtit", | |
| "society": "riaani", | |
| "opinion": "quaox", | |
| "appeals": "uluarm", | |
| "Vietnam": "oihuh", | |
| "exactly": "moddel", | |
| "freedom": "hodwhy", | |
| "college": "pstdif", | |
| "compete": "fobeme", | |
| "adapter": "carrom", | |
| "reflect": "awwar", | |
| "classes": "retog", | |
| "rapidly": "radask", | |
| "mission": "upospa", | |
| "Italian": "podall", | |
| "reactor": "wapace", | |
| "funding": "katuts", | |
| "vehicle": "zagpis", | |
| "pricing": "deyhoy", | |
| "printed": "foyghi", | |
| "driving": "tanap", | |
| "pending": "celloo", | |
| "respect": "serpea", | |
| "thermal": "orcahi", | |
| "settled": "gymdel", | |
| "Persian": "capkea", | |
| "samples": "donais", | |
| "routine": "ootami", | |
| "Express": "awlpea", | |
| "totaled": "amitwo", | |
| "deliver": "fernog", | |
| "streets": "sotkif", | |
| "helping": "woplog", | |
| "state's": "torals", | |
| "holders": "sipweb", | |
| "pension": "ridoud", | |
| "margins": "tieadd", | |
| "seconds": "emebid", | |
| "ranging": "colend", | |
| "raising": "moonus", | |
| "revised": "cowkis", | |
| "sending": "ergfud", | |
| "affairs": "cowbra", | |
| "shortly": "luxyom", | |
| "carrier": "abhon", | |
| "retired": "urnpix", | |
| "battery": "godki", | |
| "Kennedy": "cognun", | |
| "element": "hiptot", | |
| "heating": "nomjog", | |
| "unusual": "phtmot", | |
| "aspects": "kefgig", | |
| "Russian": "potteg", | |
| "neither": "tauzas", | |
| "Merrill": "nufay", | |
| "interim": "koswag", | |
| "plastic": "danoot", | |
| "factory": "saypix", | |
| "serving": "rexbro", | |
| "cocaine": "outpie", | |
| "editing": "penbib", | |
| "Noriega": "hogfil", | |
| "dealing": "rexshh", | |
| "science": "mayon", | |
| "signals": "earudo", | |
| "dynamic": "namcox", | |
| "divided": "tuiba", | |
| "imposed": "obecry", | |
| "circuit": "anayon", | |
| "evening": "laskis", | |
| "winning": "boses", | |
| "shipped": "pubpus", | |
| "depends": "artid", | |
| "decades": "eroar", | |
| "specify": "recnah", | |
| "imaging": "puttoy", | |
| "follows": "rebumm", | |
| "turning": "wosmol", | |
| "warning": "kobefs", | |
| "Iranian": "abosom", | |
| "segment": "lolar", | |
| "default": "nabeh", | |
| "auction": "jewnog", | |
| "connect": "ladami", | |
| "enables": "nunins", | |
| "conduct": "iffhag", | |
| "respond": "tajgam", | |
| "virtual": "siprye", | |
| "damages": "yagmar", | |
| "density": "zasxis", | |
| "massive": "upomun", | |
| "flights": "pecpol", | |
| "promise": "enfur", | |
| "barrels": "dexbad", | |
| "granted": "khilob", | |
| "designs": "piepay", | |
| "awarded": "dibneg", | |
| "explain": "arcyow", | |
| "climbed": "acttom", | |
| "group's": "tashod", | |
| "obvious": "upsnip", | |
| "matters": "myeh", | |
| "targets": "foetug", | |
| "holiday": "refvig", | |
| "focused": "recvim", | |
| "graphic": "alshes", | |
| "brother": "leioaf", | |
| "expense": "cadwyn", | |
| "formula": "tutla", | |
| "ratings": "icyvaw", | |
| "married": "iceam", | |
| "damaged": "reelm", | |
| "Journal": "aboadd", | |
| "feeling": "ellabs", | |
| "delayed": "digfib", | |
| "premium": "tamhuh", | |
| "surplus": "gineel", | |
| "intends": "fasghi", | |
| "regions": "upups", | |
| "roughly": "towrim", | |
| "stories": "fidhon", | |
| "Douglas": "rahsi", | |
| "adviser": "ukefir", | |
| "founded": "jaglay", | |
| "shuttle": "goyeye", | |
| "critics": "titdak", | |
| "involve": "wawkea", | |
| "slipped": "librow", | |
| "Mikhail": "ciswen", | |
| "towards": "budpot", | |
| "creates": "vanyow", | |
| "patient": "shaobe", | |
| "worried": "egggal", | |
| "capture": "hidod", | |
| "promote": "furfem", | |
| "animals": "wewog", | |
| "succeed": "piaten", | |
| "predict": "hicwan", | |
| "Germans": "brrmi", | |
| "Beijing": "farat", | |
| "brokers": "yapsab", | |
| "happens": "dalgad", | |
| "reality": "tajpen", | |
| "causing": "modkif", | |
| "Toronto": "lavka", | |
| "lending": "leiyou", | |
| "handled": "ceeeye", | |
| "telling": "gadmu", | |
| "crucial": "lobsox", | |
| "derived": "aposki", | |
| "engines": "solhot", | |
| "sharing": "memtaj", | |
| "Salomon": "lotelk", | |
| "columns": "bunern", | |
| "species": "fasleu", | |
| "bankers": "raxhow", | |
| "village": "pamrad", | |
| "convert": "buttye", | |
| "permits": "codpip", | |
| "pushing": "niam", | |
| "counsel": "alsmm", | |
| "missile": "andcos", | |
| "healthy": "eaturb", | |
| "restore": "sibgum", | |
| "penalty": "airtor", | |
| "Spanish": "fafed", | |
| "outlook": "zitpay", | |
| "Toshiba": "ryadol", | |
| "Detroit": "ryeher", | |
| "briefly": "visvas", | |
| "fashion": "bowapp", | |
| "hostile": "lacpul", | |
| "surgery": "damtel", | |
| "scanner": "sibcod", | |
| "culture": "bamdot", | |
| "pleaded": "nipkip", | |
| "logical": "foulek", | |
| "pointed": "nibfid", | |
| "Chapter": "koimem", | |
| "enhance": "enspip", | |
| "handles": "ryaere", | |
| "gateway": "rexamp", | |
| "suspect": "yobapp", | |
| "Cabinet": "seieye", | |
| "Ireland": "opsrod", | |
| "choices": "soymae", | |
| "Embassy": "bamoi", | |
| "radical": "raggal", | |
| "resolve": "lahue", | |
| "Borland": "reparb", | |
| "attract": "sicwo", | |
| "cheaper": "rifode", | |
| "realize": "rinsop", | |
| "sectors": "oakzep", | |
| "scandal": "geyfad", | |
| "founder": "ranska", | |
| "Stephen": "tinpiu", | |
| "Stanley": "wogaas", | |
| "Hussein": "yokeel", | |
| "pleased": "synais", | |
| "Telecom": "arbore", | |
| "readers": "woeseg", | |
| "Contras": "garawl", | |
| "meaning": "jogire", | |
| "Mexican": "catmm", | |
| "approve": "howmas", | |
| "invited": "jutlet", | |
| "assault": "aitsaw", | |
| "perfect": "absfou", | |
| "Moody's": "idsza", | |
| "passing": "taoane", | |
| "grounds": "nixoar", | |
| "visited": "appump", | |
| "welcome": "maxguv", | |
| "strikes": "hisnog", | |
| "greatly": "qijoy", | |
| "Harvard": "fehohm", | |
| "failing": "pisrut", | |
| "prepare": "migels", | |
| "absence": "watted", | |
| "periods": "faywan", | |
| "mention": "conwhy", | |
| "emerged": "sexlaw", | |
| "recover": "totsau", | |
| "backing": "taotan", | |
| "Besides": "yobnun", | |
| "soybean": "bednim", | |
| "China's": "bigvis", | |
| "doubled": "gabluv", | |
| "Goldman": "dowwag", | |
| "alcohol": "honrum", | |
| "remarks": "gitmop", | |
| "outcome": "yeatav", | |
| "sitting": "linact", | |
| "examine": "ageup", | |
| "Barbara": "iffyes", | |
| "drought": "difae", | |
| "chances": "tupgib", | |
| "linking": "deyog", | |
| "reverse": "kidon", | |
| "Hungary": "ohslag", | |
| "carries": "fudgas", | |
| "volumes": "hepwha", | |
| "exposed": "setgae", | |
| "contest": "bibown", | |
| "watched": "ethnob", | |
| "equally": "dorpit", | |
| "teacher": "hihm", | |
| "pre-tax": "leitip", | |
| "totally": "alemid", | |
| "reviews": "phiens", | |
| "assumed": "yodits", | |
| "liberal": "byspyx", | |
| "survive": "pennab", | |
| "Islamic": "yetpix", | |
| "partial": "arbpal", | |
| "tickets": "antphi", | |
| "updated": "rimnow", | |
| "summary": "godheh", | |
| "tobacco": "pryah", | |
| "compact": "metbro", | |
| "answers": "gatkat", | |
| "edition": "pehjag", | |
| "context": "burhod", | |
| "deposit": "ovapix", | |
| "inquiry": "libwiz", | |
| "confirm": "migwis", | |
| "boosted": "ootkid", | |
| "counter": "therai", | |
| "listing": "aaheta", | |
| "removal": "jibrip", | |
| "broader": "roblob", | |
| "pointer": "absmar", | |
| "party's": "zittew", | |
| "crashed": "vexpa", | |
| "fishing": "leibye", | |
| "visible": "ohoak", | |
| "blocked": "mumodd", | |
| "Paradox": "masyin", | |
| "neutron": "hoybra", | |
| "they've": "awwow", | |
| "lowered": "reaal", | |
| "profile": "bophid", | |
| "younger": "amuelm", | |
| "compare": "uhsow", | |
| "schemes": "pisgnu", | |
| "10-year": "vigars", | |
| "renewed": "gidog", | |
| "wearing": "zoopal", | |
| "forcing": "xishes", | |
| "bridges": "nebigg", | |
| "combine": "mumdam", | |
| "desired": "foyhug", | |
| "veteran": "wendye", | |
| "Capitol": "pitwiz", | |
| "collect": "hisrah", | |
| "careful": "kegpya", | |
| "buttons": "kasuh", | |
| "fastest": "assmog", | |
| "highway": "maxbaa", | |
| "plunged": "owleat", | |
| "contend": "aspicy", | |
| "chamber": "anrig", | |
| "Silicon": "luvoka", | |
| "entries": "haecwm", | |
| "elderly": "littag", | |
| "pledged": "yakrap", | |
| "outline": "nunet", | |
| "Antonio": "yomway", | |
| "landing": "marnib", | |
| "violent": "nobsim", | |
| "witness": "gankir", | |
| "intense": "qatfog", | |
| "Mandela": "urpnim", | |
| "ignored": "laxni", | |
| "Baghdad": "mumcel", | |
| "buy-out": "suqulu", | |
| "Intel's": "wedred", | |
| "routing": "jigsly", | |
| "30-year": "khisap", | |
| "layoffs": "mosoaf", | |
| "theater": "gidvum", | |
| "bidding": "sosdaw", | |
| "payroll": "utaom", | |
| "artists": "bowale", | |
| "they'll": "kidbox", | |
| "mixture": "vegkhi", | |
| "burning": "ootpht", | |
| "worries": "payoud", | |
| "leftist": "feha", | |
| "threats": "jewnae", | |
| "unknown": "itism", | |
| "loading": "picluv", | |
| "employs": "skaoca", | |
| "low-end": "jagsap", | |
| "welfare": "tabug", | |
| "joining": "besoh", | |
| "Clipper": "nowmug", | |
| "writers": "lowoud", | |
| "persons": "funick", | |
| "Midwest": "bidtax", | |
| "heading": "yagash", | |
| "helpful": "apedab", | |
| "Fremont": "areany", | |
| "smoking": "palfag", | |
| "hostage": "dorute", | |
| "generic": "godhog", | |
| "cooling": "tagnee", | |
| "reduces": "hutkhi", | |
| "concert": "riadam", | |
| "trained": "zincot", | |
| "courses": "tajaga", | |
| "cleared": "erauns", | |
| "minimal": "zaxgan", | |
| "Bentsen": "ginpht", | |
| "execute": "pegdin", | |
| "musical": "jawmor", | |
| "jointly": "wudahi", | |
| "clothes": "pixdoe", | |
| "speaker": "uhtog", | |
| "gaining": "bubdud", | |
| "placing": "sapnoh", | |
| "coupled": "tippig", | |
| "bombing": "outkat", | |
| "proceed": "aalfug", | |
| "Kenneth": "pamsuq", | |
| "climate": "monnae", | |
| "Anthony": "sowsel", | |
| "amended": "twapah", | |
| "lenders": "plytax", | |
| "credits": "iffmu", | |
| "custody": "itskea", | |
| "satisfy": "nagpan", | |
| "Academy": "modsix", | |
| "exhibit": "rawlek", | |
| "month's": "aallev", | |
| "advised": "kostoe", | |
| "uranium": "hoguv", | |
| "arrival": "koione", | |
| "Orleans": "gutana", | |
| "vessels": "fetcru", | |
| "arrests": "morsal", | |
| "spectra": "gooava", | |
| "bundled": "eatpah", | |
| "stepped": "norain", | |
| "Patrick": "hunvat", | |
| "Roberts": "fedsum", | |
| "Ventura": "odshep", | |
| "handful": "yakoot", | |
| "Fujitsu": "downan", | |
| "cleanup": "assfil", | |
| "manages": "wismow", | |
| "applies": "yupsex", | |
| "manuals": "adsdak", | |
| "engaged": "ahiapo", | |
| "analyze": "avesad", | |
| "Swedish": "bysmyc", | |
| "inmates": "actnet", | |
| "favored": "eldodd", | |
| "escaped": "ostel", | |
| "parking": "ohmsow", | |
| "senator": "mayoud", | |
| "uniform": "humdot", | |
| "anybody": "winhis", | |
| "editors": "jaymos", | |
| "praised": "jogbug", | |
| "organic": "newhop", | |
| "letting": "nubran", | |
| "Maxwell": "keyant", | |
| "Siemens": "dagawa", | |
| "updates": "totsim", | |
| "extreme": "lisday", | |
| "budgets": "effry", | |
| "mounted": "woplac", | |
| "classic": "tonwat", | |
| "nominee": "pahsay", | |
| "unclear": "wabof", | |
| "justify": "satrei", | |
| "devoted": "ahjus", | |
| "crystal": "rubsad", | |
| "women's": "tubodd", | |
| "billing": "idslo", | |
| "borders": "trypal", | |
| "herself": "sagend", | |
| "bargain": "leadip", | |
| "thrifts": "sapgut", | |
| "assured": "finon", | |
| "nervous": "urnohm", | |
| "recalls": "bedlib", | |
| "therapy": "recmis", | |
| "Oakland": "hipoes", | |
| "Ontario": "zuzhid", | |
| "thereby": "rahdev", | |
| "verdict": "sitdye", | |
| "precise": "telboa", | |
| "ceiling": "miraid", | |
| "Bennett": "vegkea", | |
| "Philips": "nabmil", | |
| "passage": "chihaj", | |
| "binding": "simaye", | |
| "insists": "moghm", | |
| "outlets": "iffdee", | |
| "enjoyed": "difab", | |
| "surveys": "gabdos", | |
| "checked": "okemar", | |
| "warrant": "pepbah", | |
| "viewing": "wekin", | |
| "walking": "kidrif", | |
| "Airways": "huhpow", | |
| "Kremlin": "taroe", | |
| "defects": "ozmid", | |
| "Hitachi": "fizurd", | |
| "voltage": "wowfag", | |
| "Premier": "eskaf", | |
| "neutral": "odweb", | |
| "slowing": "nimley", | |
| "modular": "maserr", | |
| "funeral": "letrom", | |
| "Clinton": "piachi", | |
| "Moslems": "yobduh", | |
| "propose": "obacoo", | |
| "Yeltsin": "nusvau", | |
| "mapping": "leztub", | |
| "harvest": "wonnun", | |
| "filling": "bopea", | |
| "tougher": "hajfad", | |
| "signing": "mewjeu", | |
| "packets": "donjin", | |
| "gallons": "bopow", | |
| "leasing": "lataga", | |
| "destroy": "zedwud", | |
| "physics": "pubany", | |
| "barrier": "dislow", | |
| "publish": "twarif", | |
| "whereas": "gaggor", | |
| "clashes": "motged", | |
| "insider": "usewax", | |
| "avoided": "ryamac", | |
| "ongoing": "forsub", | |
| "replied": "selani", | |
| "refugee": "qatlow", | |
| "winners": "gyprax", | |
| "Indians": "yukzzz", | |
| "varying": "dimsib", | |
| "queries": "wadleg", | |
| "crowded": "gednoo", | |
| "catalog": "trynob", | |
| "symbols": "dowala", | |
| "poverty": "zitall", | |
| "explore": "soloba", | |
| "soldier": "insill", | |
| "Edwards": "yehoak", | |
| "viruses": "haymud", | |
| "protein": "jobyon", | |
| "strings": "haems", | |
| "readily": "aastis", | |
| "Lambert": "penzip", | |
| "suicide": "noohap", | |
| "trigger": "nibyep", | |
| "diverse": "gamlea", | |
| "pressed": "uluxu", | |
| "viewers": "mixla", | |
| "testify": "mixcog", | |
| "Zealand": "upsort", | |
| "noticed": "revbi", | |
| "issuing": "pevie", | |
| "staying": "odegie", | |
| "scanned": "zigmew", | |
| "excited": "elabs", | |
| "defines": "bodnib", | |
| "knowing": "boaoxo", | |
| "tactics": "totkis", | |
| "mergers": "olddot", | |
| "picking": "cryeel", | |
| "Customs": "engyes", | |
| "imagine": "titwas", | |
| "Burnham": "romget", | |
| "embargo": "conump", | |
| "hitting": "eftare", | |
| "qualify": "uluhum", | |
| "forming": "dagzig", | |
| "sparked": "tuiash", | |
| "induced": "tikep", | |
| "Belgium": "pomors", | |
| "Campeau": "jaysei", | |
| "palette": "ginbi", | |
| "battles": "melinn", | |
| "AutoCAD": "egovan", | |
| "laptops": "ghifet", | |
| "nursing": "bopnor", | |
| "indexes": "byore", | |
| "Stewart": "ovavow", | |
| "Kuwaiti": "skaget", | |
| "illness": "parcis", | |
| "scripts": "owlkep", | |
| "evident": "vavlap", | |
| "tension": "crupoh", | |
| "actress": "olehit", | |
| "beating": "duhohm", | |
| "patents": "obiyak", | |
| "fighter": "meess", | |
| "rebound": "skylea", | |
| "NewWave": "jowall", | |
| "touched": "uhpul", | |
| "cameras": "gozep", | |
| "cluster": "rugfat", | |
| "shelter": "nusres", | |
| "filters": "wryups", | |
| "lengthy": "lacoak", | |
| "costing": "hasup", | |
| "secured": "memaw", | |
| "anymore": "diejag", | |
| "stretch": "dawzoo", | |
| "rallied": "addohm", | |
| "routers": "nawbah", | |
| "consist": "zagluv", | |
| "Olympic": "eldgor", | |
| "sellers": "ootups", | |
| "counted": "hagjus", | |
| "arguing": "axwon", | |
| "consent": "foybap", | |
| "copying": "rebtot", | |
| "Romania": "aisjus", | |
| "wealthy": "nioft", | |
| "caution": "hodzuu", | |
| "bearing": "adotic", | |
| "Russell": "zuzwow", | |
| "privacy": "niltub", | |
| "resumed": "rapson", | |
| "ancient": "nungam", | |
| "trapped": "donism", | |
| "repairs": "ernpan", | |
| "solving": "odsip", | |
| "islands": "cooumm", | |
| "mandate": "rungib", | |
| "notably": "duipit", | |
| "Fortune": "adshon", | |
| "Turkish": "pinwow", | |
| "tumbled": "notyup", | |
| "Stevens": "zedyak", | |
| "dioxide": "ummgas", | |
| "matched": "yodsay", | |
| "mailing": "eldtub", | |
| "moments": "levich", | |
| "expires": "remgos", | |
| "quietly": "cordow", | |
| "Raymond": "ickell", | |
| "Austria": "miscum", | |
| "Midland": "anlek", | |
| "strange": "filmil", | |
| "altered": "goaleg", | |
| "genetic": "abasib", | |
| "affects": "dogrun", | |
| "extends": "outzed", | |
| "enforce": "pitcox", | |
| "tonight": "trygag", | |
| "garbage": "bincig", | |
| "tourist": "gooate", | |
| "cabling": "soywen", | |
| "bullish": "attdan", | |
| "kitchen": "haywop", | |
| "violate": "dinpat", | |
| "reaches": "foraff", | |
| "declare": "nimas", | |
| "payable": "jutun", | |
| "abandon": "tupben", | |
| "ranking": "pyxail", | |
| "Beverly": "boywok", | |
| "matches": "defub", | |
| "accepts": "vetwen", | |
| "shifted": "arspew", | |
| "coastal": "voeam", | |
| "Springs": "taxbed", | |
| "enabled": "dubduh", | |
| "squeeze": "agonap", | |
| "on-site": "ayeye", | |
| "citizen": "guttam", | |
| "pulling": "tyeuke", | |
| "boycott": "fewshh", | |
| "labeled": "affmy", | |
| "instant": "modphi", | |
| "shorter": "odnil", | |
| "expired": "oftadz", | |
| "locally": "provat", | |
| "legally": "whybig", | |
| "Kingdom": "tubute", | |
| "focuses": "absgig", | |
| "bullion": "wadyar", | |
| "Peabody": "cueecu", | |
| "refusal": "laslag", | |
| "arrange": "yeawop", | |
| "mineral": "nohrat", | |
| "divorce": "narev", | |
| "singing": "owlawl", | |
| "closure": "fizwok", | |
| "Collins": "somaha", | |
| "turmoil": "avohey", | |
| "defence": "butbys", | |
| "flowers": "denorb", | |
| "passive": "newewe", | |
| "invaded": "sixsob", | |
| "enacted": "allwet", | |
| "lottery": "luxtae", | |
| "simpler": "okaugh", | |
| "showers": "midgnu", | |
| "captain": "forpar", | |
| "spotted": "cotinn", | |
| "painful": "hungab", | |
| "diagram": "nohyod", | |
| "opposes": "cupapo", | |
| "lessons": "botba", | |
| "tariffs": "raivar", | |
| "donated": "inkcup", | |
| "sponsor": "dinmoc", | |
| "crossed": "owbin", | |
| "incomes": "tenlac", | |
| "marched": "gnuhah", | |
| "Higgins": "cozne", | |
| "adverse": "pamdid", | |
| "optimal": "jeucue", | |
| "numeric": "pursap", | |
| "Leonard": "batwan", | |
| "Belgian": "aahbad", | |
| "storing": "absgar", | |
| "singled": "zekate", | |
| "knocked": "oesaga", | |
| "bottles": "capfez", | |
| "bailout": "tutaba", | |
| "seventh": "conhon", | |
| "Jeffrey": "eaugox", | |
| "court's": "irkhe", | |
| "exploit": "tinkab", | |
| "closest": "katcaw", | |
| "beneath": "wadken", | |
| "preview": "hoghot", | |
| "bolster": "faxlit", | |
| "quantum": "lipoes", | |
| "scaling": "naybed", | |
| "Keating": "wryawe", | |
| "optimum": "umboo", | |
| "Francis": "koahes", | |
| "hunting": "inkems", | |
| "faculty": "usdap", | |
| "unified": "soynom", | |
| "scoring": "spyhun", | |
| "hanging": "molfig", | |
| "charter": "obikea", | |
| "assumes": "shsel", | |
| "apparel": "hypkaf", | |
| "robbery": "gaetwa", | |
| "retreat": "yupfro", | |
| "transit": "rajtin", | |
| "logging": "gutnod", | |
| "Quattro": "moaat", | |
| "painted": "fiedad", | |
| "reveals": "tundag", | |
| "bonuses": "emefib", | |
| "shouted": "maxjoe", | |
| "broadly": "yepae", | |
| "rockets": "abdap", | |
| "marking": "phiebb", | |
| "statute": "sayabo", | |
| "lacking": "elfher", | |
| "cooking": "nomilk", | |
| "forever": "revme", | |
| "suffers": "cupdew", | |
| "turbine": "batqi", | |
| "tourism": "aregas", | |
| "dumping": "winyup", | |
| "Bernard": "hopbro", | |
| "longest": "masism", | |
| "existed": "joyneg", | |
| "WYSIWYG": "jothod", | |
| "grocery": "dimeta", | |
| "earning": "pyaadd", | |
| "two-day": "webcab", | |
| "decides": "rotel", | |
| "dressed": "hatode", | |
| "bushels": "fandal", | |
| "figured": "vumwax", | |
| "mothers": "nayki", | |
| "NetBIOS": "flubis", | |
| "reacted": "ghitwo", | |
| "planted": "gaysou", | |
| "bidders": "getwos", | |
| "stalled": "emuick", | |
| "crushed": "honrid", | |
| "trustee": "hubode", | |
| "freight": "bobzek", | |
| "distant": "zitaye", | |
| "caching": "palals", | |
| "tragedy": "braog", | |
| "Finland": "dibjus", | |
| "somehow": "dexdup", | |
| "slaying": "peddab", | |
| "Stearns": "coldig", | |
| "Denmark": "jobpis", | |
| "board's": "pewmug", | |
| "erosion": "muturp", | |
| "Hanover": "pamug", | |
| "wedding": "tiefon", | |
| "comfort": "hafil", | |
| "Spencer": "jamtao", | |
| "deleted": "teepus", | |
| "insured": "pitvoe", | |
| "forests": "eellop", | |
| "Bradley": "nebmum", | |
| "feeding": "perhue", | |
| "Italy's": "yagbat", | |
| "seismic": "azooms", | |
| "episode": "sagas", | |
| "locking": "hypoud", | |
| "Union's": "purtup", | |
| "Salinas": "finrut", | |
| "rallies": "legguv", | |
| "conform": "nthrap", | |
| "wanting": "eelfid", | |
| "insurer": "oatleu", | |
| "greeted": "labnix", | |
| "Marxist": "sijay", | |
| "Orlando": "tarhay", | |
| "compile": "qatria", | |
| "extract": "trypin", | |
| "anxious": "hawfey", | |
| "callers": "sospit", | |
| "alleges": "dipbrr", | |
| "chassis": "tinwyn", | |
| "Simmons": "airort", | |
| "24-hour": "wabmoo", | |
| "oversee": "galfat", | |
| "charity": "kirhid", | |
| "refined": "moanit", | |
| "notable": "salret", | |
| "elegant": "vatjab", | |
| "couples": "deyour", | |
| "Saatchi": "codrod", | |
| "durable": "oretaj", | |
| "unhappy": "tanjib", | |
| "evolved": "lezfar", | |
| "sustain": "kaewat", | |
| "rebuild": "evehey", | |
| "scratch": "pyxuts", | |
| "console": "pstpe", | |
| "tightly": "alkos", | |
| "denying": "latwat", | |
| "circles": "ghithy", | |
| "farming": "muzuz", | |
| "utilize": "maygee", | |
| "jewelry": "rhodoe", | |
| "nearest": "bibkif", | |
| "clarify": "kexpod", | |
| "tighter": "suprip", | |
| "buildup": "caraye", | |
| "retains": "satnow", | |
| "judge's": "cozfub", | |
| "journey": "yukrya", | |
| "exceeds": "fidods", | |
| "growers": "roejob", | |
| "genuine": "upsoat", | |
| "setback": "labrid", | |
| "Mideast": "yenwaw", | |
| "chronic": "fetold", | |
| "lifting": "kayelm", | |
| "backups": "telecu", | |
| "suspend": "foxalt", | |
| "Marines": "owntit", | |
| "textile": "barex", | |
| "shelves": "fewgod", | |
| "militia": "jogdog", | |
| "implies": "tavwed", | |
| "polling": "raggel", | |
| "skilled": "zuuski", | |
| "taxable": "nohsab", | |
| "awkward": "nunnu", | |
| "refuses": "sewtog", | |
| "ballots": "fecub", | |
| "bullets": "omfug", | |
| "silence": "diffly", | |
| "Yitzhak": "orni", | |
| "dismiss": "leklot", | |
| "fatigue": "padfen", | |
| "FORTRAN": "wagall", | |
| "mystery": "sagjag", | |
| "adapted": "mopmus", | |
| "gainers": "mempst", | |
| "integer": "rawcig", | |
| "faction": "mholin", | |
| "Coleman": "syntau", | |
| "nominal": "debfas", | |
| "NetView": "allink", | |
| "loyalty": "warale", | |
| "rescued": "rimfit", | |
| "posting": "cudiff", | |
| "flowing": "gohes", | |
| "betting": "jogo", | |
| "hazards": "biofig", | |
| "Thomson": "riagem", | |
| "shocked": "ichre", | |
| "dragged": "momyen", | |
| "pursued": "inkgoa", | |
| "filings": "legsuk", | |
| "spatial": "armark", | |
| "MacWEEK": "vumdog", | |
| "Courier": "zipwhy", | |
| "secrets": "deypia", | |
| "Gilbert": "hadday", | |
| "plagued": "oldtie", | |
| "sounded": "areaw", | |
| "woman's": "mumaa", | |
| "soaring": "gormho", | |
| "receipt": "pudjeu", | |
| "streams": "pennus", | |
| "solvent": "yinof", | |
| "sorting": "dupnoo", | |
| "slashed": "aniday", | |
| "spacing": "agslit", | |
| "offense": "bindad", | |
| "powered": "gitsou", | |
| "notices": "fehwha", | |
| "bearish": "faghog", | |
| "Herbert": "tosop", | |
| "Buffalo": "fagcru", | |
| "belongs": "gotbah", | |
| "Korea's": "yagled", | |
| "seminar": "nowden", | |
| "erupted": "pururp", | |
| "relying": "hambid", | |
| "lighter": "bossop", | |
| "invoked": "dalars", | |
| "tighten": "hubbur", | |
| "Lloyd's": "hypeme", | |
| "seasons": "reswen", | |
| "ensures": "addeb", | |
| "martial": "mopmic", | |
| "fingers": "zipgel", | |
| "honored": "oatoat", | |
| "spurred": "tawkas", | |
| "Armenia": "dotyo", | |
| "dancing": "natew", | |
| "Madison": "fatorb", | |
| "Chevron": "pepdib", | |
| "dangers": "seilo", | |
| "barring": "loghem", | |
| "exhaust": "cosjoy", | |
| "Tribune": "ernodd", | |
| "other's": "wapcum", | |
| "armored": "sothaw", | |
| "undergo": "waryob", | |
| "gradual": "oreapo", | |
| "pumping": "ailso", | |
| "Freeman": "dellye", | |
| "vaccine": "camsom", | |
| "deserve": "dexin", | |
| "Bancorp": "haevas", | |
| "devised": "rocrin", | |
| "Richter": "hoage", | |
| "observe": "newaga", | |
| "warfare": "abasod", | |
| "lattice": "feerax", | |
| "backlog": "weway", | |
| "relaxed": "koasib", | |
| "India's": "apoarc", | |
| "Memphis": "rawveg", | |
| "Toolkit": "bibark", | |
| "amnesty": "gobvow", | |
| "Alberta": "ayvow", | |
| "hopeful": "lapsuk", | |
| "widened": "vugdab", | |
| "nowhere": "goyrad", | |
| "Namibia": "oafret", | |
| "merging": "zeddol", | |
| "strains": "areke", | |
| "Gregory": "danrug", | |
| "fulfill": "ozrif", | |
| "drafted": "errdun", | |
| "subsidy": "veeex", | |
| "jobless": "belaba", | |
| "North's": "oudbub", | |
| "Liberty": "tonnod", | |
| "murders": "xieon", | |
| "Watkins": "cobfeu", | |
| "impacts": "githow", | |
| "banning": "benlob", | |
| "Nabisco": "ahsroe", | |
| "crashes": "shewab", | |
| "gunfire": "zigaw", | |
| "O'Neill": "gannob", | |
| "Brennan": "sobudo", | |
| "Whitney": "ayore", | |
| "yielded": "lavbel", | |
| "Diamond": "himmop", | |
| "stemmed": "baraga", | |
| "startup": "souulu", | |
| "prompts": "cudsun", | |
| "Commons": "piacis", | |
| "tritium": "cawgnu", | |
| "Newport": "awlyok", | |
| "Ukraine": "antmoo", | |
| "revival": "vegair", | |
| "Clayton": "pugwow", | |
| "suppose": "duerat", | |
| "wrapped": "efsapt", | |
| "buffers": "yinnag", | |
| "Timothy": "finleu", | |
| "gravity": "cawfoe", | |
| "outdoor": "nopst", | |
| "glasses": "telsim", | |
| "warming": "sirthy", | |
| "methane": "cozria", | |
| "pockets": "opsdal", | |
| "proving": "tilrem", | |
| "sensors": "dueens", | |
| "lengths": "offpul", | |
| "booming": "anasen", | |
| "beaches": "odeyup", | |
| "Vincent": "ganazo", | |
| "slumped": "wenpub", | |
| "bishops": "yawal", | |
| "priests": "damerg", | |
| "lasting": "tedcut", | |
| "arrives": "vigwab", | |
| "exclude": "baycue", | |
| "stadium": "barsei", | |
| "resides": "hiclog", | |
| "differs": "gaecel", | |
| "ceramic": "obebrr", | |
| "arising": "yomeel", | |
| "tankers": "tavfob", | |
| "flooded": "jobpea", | |
| "Hoffman": "earits", | |
| "amazing": "maxooh", | |
| "unaware": "gumsly", | |
| "Carbide": "eatwot", | |
| "easiest": "aidde", | |
| "enemies": "jighum", | |
| "folders": "nobra", | |
| "asserts": "domhm", | |
| "rulings": "yakcam", | |
| "suburbs": "gengae", | |
| "Lorenzo": "kirrum", | |
| "Reuters": "penay", | |
| "Warburg": "enscue", | |
| "emulate": "maxebb", | |
| "checker": "oreope", | |
| "licence": "zeecor", | |
| "hardest": "nomkue", | |
| "centres": "dibgam", | |
| "railway": "emetit", | |
| "staging": "zzzhut", | |
| "renewal": "zeeras", | |
| "sizable": "pitpip", | |
| "balloon": "fithyp", | |
| "tenants": "howkis", | |
| "fleeing": "pewops", | |
| "twisted": "leuopt", | |
| "sailors": "fudore", | |
| "Eastman": "ernfa", | |
| "essence": "etawed", | |
| "Seagate": "moswar", | |
| "migrate": "acesup", | |
| "dialing": "junton", | |
| "Wallace": "psieat", | |
| "grabbed": "liall", | |
| "overlay": "ecupud", | |
| "weighed": "sipbio", | |
| "fission": "outmae", | |
| "dilemma": "hewowe", | |
| "lesions": "abowow", | |
| "Cuellar": "serso", | |
| "ethical": "dyeapt", | |
| "gallery": "ragpol", | |
| "indexed": "vatump", | |
| "horizon": "viatip", | |
| "clinics": "tinave", | |
| "endorse": "bitop", | |
| "jumping": "nisac", | |
| "angular": "rerei", | |
| "pursuit": "unpye", | |
| "blanket": "pohah", | |
| "obscure": "aelez", | |
| "drastic": "xisyen", | |
| "diluted": "damwos", | |
| "Simpson": "ciszep", | |
| "gesture": "oudgym", | |
| "Hopkins": "nogmed", | |
| "concede": "nimnot", | |
| "furnace": "ledrep", | |
| "broaden": "pecsee", | |
| "Hyundai": "nitlaw", | |
| "prefers": "fobgor", | |
| "fragile": "hoyora", | |
| "rewards": "jareye", | |
| "careers": "shrep", | |
| "backers": "soxgob", | |
| "spirits": "obirei", | |
| "shallow": "radlox", | |
| "software": "outit", | |
| "business": "ohmand", | |
| "products": "hoydag", | |
| "computer": "doegob", | |
| "American": "hutpyx", | |
| "expected": "rawsow", | |
| "industry": "rockir", | |
| "reported": "awacud", | |
| "interest": "goant", | |
| "programs": "ribago", | |
| "problems": "gasuh", | |
| "increase": "lekaid", | |
| "National": "betump", | |
| "services": "bumus", | |
| "standard": "bowink", | |
| "economic": "ahsfib", | |
| "Thursday": "ughred", | |
| "features": "megxu", | |
| "director": "pughen", | |
| "military": "aftbal", | |
| "official": "camtag", | |
| "chairman": "bosox", | |
| "Japanese": "aibug", | |
| "includes": "sixmho", | |
| "database": "sissen", | |
| "provides": "haebe", | |
| "addition": "mhotwo", | |
| "decision": "libsit", | |
| "compared": "lobpit", | |
| "recently": "yenlam", | |
| "proposed": "fesfat", | |
| "Congress": "wogdah", | |
| "contract": "sacwho", | |
| "research": "neyuk", | |
| "received": "lumsyn", | |
| "Exchange": "yehdag", | |
| "graphics": "maccad", | |
| "designed": "vumdap", | |
| "European": "dalrib", | |
| "earnings": "beywho", | |
| "analysts": "popuse", | |
| "continue": "tuppul", | |
| "security": "nimvoe", | |
| "included": "lavova", | |
| "required": "nobora", | |
| "hardware": "goxrom", | |
| "networks": "urdfag", | |
| "campaign": "saeeau", | |
| "children": "yokpye", | |
| "machines": "jarlap", | |
| "analysis": "fabnip", | |
| "function": "tyelas", | |
| "released": "gulbis", | |
| "personal": "tiejee", | |
| "position": "yetsag", | |
| "previous": "tauaal", | |
| "involved": "zitho", | |
| "together": "kipere", | |
| "declined": "tagilk", | |
| "existing": "srijab", | |
| "students": "marcig", | |
| "Saturday": "lednub", | |
| "pressure": "belyak", | |
| "provided": "baghet", | |
| "approach": "ramwar", | |
| "offering": "catzas", | |
| "spending": "sadtax", | |
| "December": "piens", | |
| "managers": "srima", | |
| "proposal": "jutfe", | |
| "specific": "wottoy", | |
| "response": "yapapo", | |
| "supports": "efpal", | |
| "requires": "cwmads", | |
| "multiple": "ewehue", | |
| "separate": "aytae", | |
| "directly": "ohmlex", | |
| "nation's": "cobsoy", | |
| "document": "fewtis", | |
| "training": "sabbar", | |
| "November": "boxars", | |
| "purchase": "mixgum", | |
| "strategy": "modrun", | |
| "transfer": "ceepi", | |
| "approved": "ramjow", | |
| "benefits": "papog", | |
| "election": "tutdos", | |
| "February": "sukhep", | |
| "original": "nipfey", | |
| "capacity": "pahtam", | |
| "solution": "tuxcis", | |
| "evidence": "oizuz", | |
| "division": "yumfop", | |
| "planning": "tuxave", | |
| "produced": "erasau", | |
| "activity": "fobmay", | |
| "Treasury": "kuemig", | |
| "consider": "powya", | |
| "customer": "sowig", | |
| "powerful": "anaer", | |
| "Minister": "caytap", | |
| "attorney": "phtwax", | |
| "versions": "nawguv", | |
| "consumer": "cisfun", | |
| "domestic": "suqill", | |
| "followed": "fagmoo", | |
| "projects": "thyyou", | |
| "property": "jigmix", | |
| "packages": "engwed", | |
| "obtained": "belgot", | |
| "slightly": "selgut", | |
| "internal": "edhais", | |
| "improved": "armnan", | |
| "patients": "nildab", | |
| "printers": "newhot", | |
| "wouldn't": "abysea", | |
| "material": "voegor", | |
| "actually": "pstgul", | |
| "approval": "aalni", | |
| "majority": "rutapo", | |
| "couldn't": "ergpay", | |
| "Canadian": "noraim", | |
| "agencies": "momsoy", | |
| "comments": "benwot", | |
| "soldiers": "nitsab", | |
| "contains": "gymtut", | |
| "measures": "yephaw", | |
| "hospital": "juntow", | |
| "arrested": "altnob", | |
| "advanced": "bugmas", | |
| "accounts": "eggtsk", | |
| "appeared": "kitteg", | |
| "officers": "wudroc", | |
| "payments": "lumhet", | |
| "critical": "micamu", | |
| "facility": "bareds", | |
| "recovery": "jinpea", | |
| "takeover": "xisahi", | |
| "currency": "baaawl", | |
| "District": "lavup", | |
| "believed": "ivydom", | |
| "chemical": "roctod", | |
| "returned": "wudkey", | |
| "aircraft": "gapmap", | |
| "Ethernet": "punyes", | |
| "extended": "pacbal", | |
| "commands": "kamod", | |
| "concerns": "fabkoi", | |
| "believes": "hopmay", | |
| "policies": "adway", | |
| "acquired": "fohkos", | |
| "fighting": "yowoff", | |
| "regional": "belcox", | |
| "controls": "elloud", | |
| "intended": "cupbaa", | |
| "prepared": "sosray", | |
| "allowing": "weteft", | |
| "maintain": "taspea", | |
| "delivery": "doeyom", | |
| "strength": "arsken", | |
| "remained": "zedsip", | |
| "rejected": "popmyc", | |
| "selected": "sirsei", | |
| "movement": "yenhod", | |
| "dividend": "fecow", | |
| "starting": "riaops", | |
| "keyboard": "godrex", | |
| "parallel": "olid", | |
| "supplies": "owelev", | |
| "elements": "vassue", | |
| "external": "pigpal", | |
| "combined": "momdef", | |
| "instance": "sadare", | |
| "creating": "dubex", | |
| "terminal": "bitraw", | |
| "hundreds": "iffrug", | |
| "occurred": "spaoaf", | |
| "progress": "urpout", | |
| "magazine": "arfyon", | |
| "messages": "beif", | |
| "southern": "kabis", | |
| "northern": "addon", | |
| "printing": "wopaw", | |
| "practice": "ryesax", | |
| "measured": "urdled", | |
| "estimate": "erehie", | |
| "families": "polhoe", | |
| "finished": "areand", | |
| "launched": "eauhoe", | |
| "physical": "deloak", | |
| "stations": "utshaj", | |
| "affected": "jughot", | |
| "reaction": "yinrom", | |
| "managing": "piegal", | |
| "indicate": "eggmac", | |
| "presence": "cryrye", | |
| "positive": "waesox", | |
| "changing": "yuppow", | |
| "violence": "arsgor", | |
| "becoming": "fudmim", | |
| "platform": "libmar", | |
| "suffered": "mixoft", | |
| "employee": "pewdaw", | |
| "revenues": "wanalt", | |
| "handling": "mobmew", | |
| "expanded": "earrah", | |
| "turnover": "litbio", | |
| "Commerce": "zinbum", | |
| "Airlines": "arbcan", | |
| "observed": "ohsbar", | |
| "accident": "getohm", | |
| "contrast": "tambro", | |
| "Ministry": "pstago", | |
| "protocol": "goyalb", | |
| "declared": "gatrip", | |
| "shipping": "tuthoy", | |
| "criminal": "yumpa", | |
| "accepted": "owhoe", | |
| "discount": "rodtaw", | |
| "displays": "goxyea", | |
| "promised": "hutbar", | |
| "forecast": "tryope", | |
| "vehicles": "teetow", | |
| "location": "orayah", | |
| "familiar": "pigfou", | |
| "meetings": "hewwos", | |
| "investor": "riatad", | |
| "reducing": "deygad", | |
| "identify": "asphi", | |
| "portable": "gnuqat", | |
| "carrying": "ekeick", | |
| "schedule": "macore", | |
| "reviewed": "koame", | |
| "expenses": "oatdub", | |
| "generate": "ellzed", | |
| "consists": "murec", | |
| "partners": "offhap", | |
| "behavior": "jotat", | |
| "overseas": "difwaw", | |
| "daughter": "nanhoe", | |
| "achieved": "abydye", | |
| "Pentagon": "duplat", | |
| "millions": "mayleu", | |
| "detailed": "qiono", | |
| "enhanced": "lagrec", | |
| "relative": "uhavo", | |
| "governor": "egodie", | |
| "Atlantic": "rhobal", | |
| "negative": "awadz", | |
| "suggests": "wefes", | |
| "operator": "vactom", | |
| "reserves": "telell", | |
| "replaced": "insqi", | |
| "magnetic": "fonnib", | |
| "Electric": "cawyam", | |
| "operates": "pophie", | |
| "exposure": "filsab", | |
| "incident": "ohscol", | |
| "Williams": "masyak", | |
| "somewhat": "resfay", | |
| "mortgage": "punyeh", | |
| "politics": "owis", | |
| "assembly": "hipami", | |
| "resigned": "sealay", | |
| "requests": "lismaw", | |
| "unlikely": "tatrun", | |
| "producer": "oejag", | |
| "speaking": "rinwoo", | |
| "compiler": "flyole", | |
| "missiles": "nayod", | |
| "Chrysler": "esspye", | |
| "Columbia": "baatop", | |
| "audience": "ripoes", | |
| "citizens": "winyep", | |
| "resulted": "papbun", | |
| "involves": "fezhm", | |
| "monitors": "lasum", | |
| "coverage": "cosoat", | |
| "minority": "dagefs", | |
| "produces": "xuha", | |
| "Moreover": "sotmop", | |
| "strongly": "domjee", | |
| "injuries": "gobgan", | |
| "thinking": "awnyok", | |
| "recorded": "badpa", | |
| "possibly": "elsrob", | |
| "purposes": "gayaxe", | |
| "learning": "rahrap", | |
| "bringing": "pusavo", | |
| "normally": "misid", | |
| "built-in": "vidday", | |
| "examined": "saetae", | |
| "conflict": "goohog", | |
| "gasoline": "vatli", | |
| "sessions": "korumm", | |
| "prompted": "maelug", | |
| "sections": "jewlip", | |
| "Brothers": "popoca", | |
| "attempts": "nohpht", | |
| "occupied": "titab", | |
| "Catholic": "hunoi", | |
| "announce": "tadpip", | |
| "resource": "hatnaw", | |
| "apparent": "badid", | |
| "category": "kepdos", | |
| "high-end": "cobwed", | |
| "creation": "paslex", | |
| "remember": "nomfa", | |
| "disaster": "udolet", | |
| "shooting": "wasear", | |
| "abortion": "irkted", | |
| "annually": "vextun", | |
| "Democrat": "reswok", | |
| "channels": "sewsuq", | |
| "variable": "elgut", | |
| "flexible": "youaye", | |
| "Motorola": "neus", | |
| "invasion": "eelwax", | |
| "carriers": "ionmel", | |
| "straight": "dalbig", | |
| "protests": "hesoba", | |
| "attached": "bigvav", | |
| "hostages": "maclib", | |
| "electron": "toodye", | |
| "criteria": "duewon", | |
| "admitted": "itpiu", | |
| "formerly": "dagkin", | |
| "modified": "dayhon", | |
| "supposed": "reffud", | |
| "argument": "slyjaw", | |
| "supplied": "duoaal", | |
| "stronger": "edhsea", | |
| "describe": "leapul", | |
| "Carolina": "piuloo", | |
| "entirely": "tabatt", | |
| "examples": "emsoot", | |
| "Shearson": "anagos", | |
| "deadline": "phieh", | |
| "exercise": "vasalt", | |
| "adequate": "essdal", | |
| "monetary": "petso", | |
| "findings": "disold", | |
| "constant": "ivyhae", | |
| "numerous": "yawha", | |
| "alliance": "cubtil", | |
| "presents": "kabhup", | |
| "optional": "delaw", | |
| "assigned": "ridow", | |
| "publicly": "eekyay", | |
| "moderate": "figpod", | |
| "deposits": "foxhic", | |
| "adjusted": "spagas", | |
| "emphasis": "nohrye", | |
| "properly": "abobe", | |
| "attended": "ateant", | |
| "priority": "erepox", | |
| "accurate": "sophyp", | |
| "operated": "feznab", | |
| "directed": "yeoz", | |
| "collapse": "zuuait", | |
| "demanded": "gemwen", | |
| "teachers": "boxpat", | |
| "standing": "peafry", | |
| "holdings": "hespe", | |
| "reflects": "bysmib", | |
| "revealed": "nebmet", | |
| "engineer": "hatfoy", | |
| "civilian": "engfer", | |
| "pictures": "momjoe", | |
| "attacked": "dipdam", | |
| "declines": "irefoy", | |
| "contents": "wisbin", | |
| "entering": "errcab", | |
| "supplier": "ifsurb", | |
| "proceeds": "dahsi", | |
| "equipped": "nilboa", | |
| "promises": "sunyin", | |
| "reliable": "yapwag", | |
| "greatest": "aceyam", | |
| "patterns": "cotjay", | |
| "province": "niljob", | |
| "cellular": "jamlam", | |
| "Republic": "pacewe", | |
| "shopping": "garyew", | |
| "imported": "vegsum", | |
| "downtown": "phtobe", | |
| "suitable": "ratore", | |
| "troubled": "peeton", | |
| "employed": "diedye", | |
| "sequence": "zagtsk", | |
| "market's": "ahspas", | |
| "valuable": "luvhi", | |
| "captured": "exnob", | |
| "repeated": "tofir", | |
| "vertical": "defjut", | |
| "Friday's": "pegfig", | |
| "LaserJet": "zoosab", | |
| "struggle": "cwmera", | |
| "hearings": "mumewe", | |
| "refugees": "hexhmm", | |
| "Anderson": "lopvee", | |
| "dramatic": "mubox", | |
| "evaluate": "oxokue", | |
| "covering": "kidpit", | |
| "routines": "bibfiz", | |
| "accuracy": "innmos", | |
| "anywhere": "resgid", | |
| "explains": "tewel", | |
| "weakness": "owbes", | |
| "Pakistan": "emmeg", | |
| "ordinary": "whaudo", | |
| "hydrogen": "iftip", | |
| "gathered": "funfly", | |
| "resident": "aillap", | |
| "favorite": "lamkeg", | |
| "decrease": "earmm", | |
| "sterling": "impoaf", | |
| "Lawrence": "odsnay", | |
| "watching": "coryea", | |
| "executed": "awnvid", | |
| "referred": "tegjib", | |
| "pipeline": "tavars", | |
| "tracking": "awgym", | |
| "insisted": "soxrot", | |
| "overhead": "tofit", | |
| "warranty": "uludol", | |
| "reporter": "ribhot", | |
| "switches": "owesky", | |
| "pressing": "tennus", | |
| "Reagan's": "boanab", | |
| "Interior": "nippya", | |
| "enormous": "elksun", | |
| "modeling": "acttsk", | |
| "releases": "melgab", | |
| "uprising": "leieek", | |
| "emerging": "debefs", | |
| "advances": "hmins", | |
| "disclose": "hiporb", | |
| "invested": "jaybos", | |
| "disposal": "drysir", | |
| "register": "urpsit", | |
| "targeted": "munpis", | |
| "prospect": "ahsvug", | |
| "spectrum": "reijay", | |
| "tomorrow": "qatavo", | |
| "Monday's": "tyeebb", | |
| "Memorial": "mycyen", | |
| "compound": "papeat", | |
| "friendly": "outen", | |
| "analyzed": "arcyak", | |
| "breaking": "omsits", | |
| "judgment": "apoilk", | |
| "two-year": "tagrep", | |
| "relevant": "hawyet", | |
| "reaching": "utaxe", | |
| "homeless": "skabe", | |
| "ceremony": "cabnom", | |
| "notebook": "fascue", | |
| "circuits": "kadoc", | |
| "emission": "albism", | |
| "shortage": "varals", | |
| "equation": "ceeaah", | |
| "realized": "dinjet", | |
| "concrete": "benhoe", | |
| "resolved": "pawhah", | |
| "checking": "gabour", | |
| "segments": "xidex", | |
| "superior": "looode", | |
| "People's": "fubvig", | |
| "Mitchell": "nettwa", | |
| "advisers": "asknun", | |
| "Campbell": "orsyep", | |
| "attitude": "polboo", | |
| "violated": "rodaba", | |
| "upgrades": "bowmi", | |
| "senators": "gethup", | |
| "branches": "todahi", | |
| "petition": "feebug", | |
| "eligible": "coddoc", | |
| "low-cost": "lasal", | |
| "momentum": "piuhit", | |
| "barriers": "weedaw", | |
| "studying": "tupcaw", | |
| "scanning": "byssay", | |
| "Israel's": "seeopt", | |
| "overcome": "nabick", | |
| "quarters": "oldoak", | |
| "arranged": "webzas", | |
| "Thatcher": "odsag", | |
| "detected": "egodor", | |
| "concepts": "oursay", | |
| "graduate": "rifled", | |
| "visitors": "teecwm", | |
| "withdraw": "binfan", | |
| "survived": "lumfag", | |
| "claiming": "spylie", | |
| "particle": "aitags", | |
| "formally": "motdun", | |
| "performs": "tutnom", | |
| "lawsuits": "oohxis", | |
| "baseball": "oxytea", | |
| "articles": "marvia", | |
| "contends": "effdan", | |
| "agency's": "dipooh", | |
| "one-year": "hatyin", | |
| "retailer": "hoblat", | |
| "failures": "rotvee", | |
| "upgraded": "airwar", | |
| "unveiled": "eekeke", | |
| "Thompson": "nahmar", | |
| "compiled": "wetmol", | |
| "Reynolds": "ovaefs", | |
| "cultural": "simuh", | |
| "system's": "perdef", | |
| "calendar": "sitdie", | |
| "actively": "psinot", | |
| "adapters": "dotleu", | |
| "fraction": "duhkex", | |
| "dollar's": "yokarm", | |
| "clothing": "ergvau", | |
| "Stanford": "rexyo", | |
| "Aviation": "owfur", | |
| "predicts": "pintao", | |
| "dialogue": "butdig", | |
| "isolated": "dagpeh", | |
| "focusing": "laprag", | |
| "canceled": "saboms", | |
| "informed": "ahspic", | |
| "receives": "wenana", | |
| "switched": "hotvid", | |
| "frequent": "hitshe", | |
| "football": "elmwop", | |
| "survival": "tiepit", | |
| "licenses": "hoop", | |
| "analyses": "paxma", | |
| "cautious": "cepdow", | |
| "contacts": "olnu", | |
| "password": "legti", | |
| "averaged": "tistug", | |
| "regarded": "fenalt", | |
| "embedded": "migvas", | |
| "licensed": "gotjaw", | |
| "ventures": "tisami", | |
| "striking": "lopdid", | |
| "stressed": "demos", | |
| "settings": "pimog", | |
| "recalled": "basria", | |
| "clinical": "dolpug", | |
| "totaling": "hypais", | |
| "opposite": "geygoo", | |
| "charging": "skyto", | |
| "combines": "zoowan", | |
| "shipment": "utfou", | |
| "drilling": "runmag", | |
| "exploded": "ohmgey", | |
| "designer": "actrid", | |
| "dominant": "rubrem", | |
| "salaries": "roebat", | |
| "defeated": "nogact", | |
| "entitled": "monsic", | |
| "indicted": "fixabo", | |
| "choosing": "himado", | |
| "teaching": "bahmig", | |
| "thousand": "katmir", | |
| "surveyed": "galwar", | |
| "revision": "parjot", | |
| "historic": "cozem", | |
| "succeeds": "naers", | |
| "warrants": "rapvaw", | |
| "innocent": "sopvat", | |
| "medicine": "zaxbi", | |
| "drinking": "wowgym", | |
| "visiting": "reeseg", | |
| "trillion": "suemo", | |
| "dropping": "aukfin", | |
| "outlined": "nagmi", | |
| "identity": "urnodd", | |
| "Margaret": "rainee", | |
| "sluggish": "monpro", | |
| "ultimate": "peyid", | |
| "commonly": "nabbam", | |
| "Symphony": "namrib", | |
| "retained": "youaby", | |
| "academic": "sotan", | |
| "in-house": "logpul", | |
| "relation": "runman", | |
| "volatile": "keaos", | |
| "scanners": "usepes", | |
| "matching": "askwee", | |
| "Robinson": "waghut", | |
| "creative": "sexmom", | |
| "limiting": "seareg", | |
| "Brussels": "hashow", | |
| "painting": "saxfee", | |
| "one-time": "dayli", | |
| "railroad": "appfit", | |
| "drawings": "sipill", | |
| "Citicorp": "uttau", | |
| "portions": "nthace", | |
| "Lebanese": "megcur", | |
| "subjects": "piscud", | |
| "Israelis": "icywar", | |
| "Scotland": "zaszip", | |
| "Phillips": "hisalp", | |
| "suburban": "zinpan", | |
| "midnight": "fizten", | |
| "Europe's": "vumbop", | |
| "appealed": "torthy", | |
| "slowdown": "agodim", | |
| "velocity": "upoha", | |
| "Salvador": "weedim", | |
| "Berkeley": "webcog", | |
| "reactors": "pahos", | |
| "exceeded": "tetkas", | |
| "boundary": "oesurn", | |
| "disputes": "humwok", | |
| "advisory": "qisnam", | |
| "peaceful": "nodtag", | |
| "tourists": "arfnun", | |
| "Montreal": "opsheh", | |
| "cleaning": "vandad", | |
| "restored": "wawrex", | |
| "vacation": "paxsri", | |
| "London's": "nahuke", | |
| "surfaces": "taevia", | |
| "somebody": "bedyen", | |
| "longtime": "dolfie", | |
| "absolute": "sitcow", | |
| "preserve": "shenog", | |
| "accessed": "frobar", | |
| "Marshall": "faxsum", | |
| "incoming": "henlow", | |
| "complain": "owebeg", | |
| "Colombia": "zzztew", | |
| "Novell's": "zapub", | |
| "mistakes": "migfag", | |
| "veterans": "slypug", | |
| "disabled": "norhex", | |
| "endorsed": "obesos", | |
| "bulletin": "baamop", | |
| "aluminum": "jeupen", | |
| "removing": "kabode", | |
| "awaiting": "sumre", | |
| "exciting": "polqis", | |
| "suspects": "waprex", | |
| "whenever": "dawawn", | |
| "offshore": "kueoar", | |
| "deciding": "dyemyc", | |
| "compares": "yeand", | |
| "severely": "yahmir", | |
| "maturity": "cogvee", | |
| "Sullivan": "pedgin", | |
| "floating": "zagla", | |
| "birthday": "oflit", | |
| "Medicare": "vavpi", | |
| "counting": "codjeu", | |
| "quantity": "nohdoe", | |
| "backbone": "aukred", | |
| "persuade": "awnefs", | |
| "Canada's": "palrag", | |
| "infected": "upsbiz", | |
| "formulas": "telcaw", | |
| "sampling": "memyow", | |
| "detained": "wowpac", | |
| "steadily": "wogbat", | |
| "diplomat": "newlib", | |
| "composed": "neamu", | |
| "retrieve": "ailmen", | |
| "pointing": "funkir", | |
| "proposes": "settat", | |
| "precious": "revoho", | |
| "enabling": "hogtie", | |
| "insurers": "oldam", | |
| "scenario": "pryvan", | |
| "applying": "nahphi", | |
| "employer": "fehbub", | |
| "equities": "corvug", | |
| "dealings": "neggal", | |
| "searches": "brofly", | |
| "detector": "ukeatt", | |
| "reversed": "labyah", | |
| "answered": "sueoz", | |
| "billions": "ereifs", | |
| "killings": "emefou", | |
| "counties": "owekit", | |
| "adjacent": "zooave", | |
| "troubles": "mowsot", | |
| "Portland": "pasago", | |
| "welcomed": "filinn", | |
| "withdrew": "aiin", | |
| "distinct": "osasp", | |
| "promoted": "vatfro", | |
| "tensions": "hisbag", | |
| "diseases": "motlug", | |
| "ordering": "vignee", | |
| "reseller": "eveed", | |
| "activist": "brrsub", | |
| "sweeping": "tendub", | |
| "gateways": "outrex", | |
| "warnings": "elknap", | |
| "guidance": "zasye", | |
| "minimize": "ohspam", | |
| "marketed": "heplad", | |
| "lifetime": "spyvac", | |
| "amounted": "endhog", | |
| "convince": "phtfir", | |
| "Cambodia": "oafgoo", | |
| "downturn": "paxdog", | |
| "monopoly": "fastab", | |
| "Hamilton": "zekfes", | |
| "financed": "pedhay", | |
| "entities": "ecutut", | |
| "justices": "lagatt", | |
| "restrict": "bugbus", | |
| "relating": "aaswho", | |
| "featured": "bedwat", | |
| "defended": "umsub", | |
| "transmit": "axfes", | |
| "Sunday's": "liejot", | |
| "lobbying": "cutjin", | |
| "diameter": "nodlay", | |
| "meantime": "magflu", | |
| "pregnant": "panbop", | |
| "notified": "nubawe", | |
| "organize": "sabgox", | |
| "pursuing": "aaltit", | |
| "3.5-inch": "cayama", | |
| "start-up": "loyay", | |
| "fighters": "fibeon", | |
| "religion": "aweire", | |
| "defining": "copox", | |
| "downward": "rotiff", | |
| "manually": "avesir", | |
| "reserved": "bioowe", | |
| "dominate": "rebyon", | |
| "airports": "hewkef", | |
| "nitrogen": "ripdag", | |
| "adoption": "plyjee", | |
| "Hispanic": "wedups", | |
| "Thailand": "moslab", | |
| "energies": "weeobe", | |
| "weakened": "howhug", | |
| "conclude": "rescor", | |
| "upcoming": "hemelm", | |
| "Sciences": "lacvie", | |
| "optimism": "coomyc", | |
| "deployed": "denhum", | |
| "profiles": "mepst", | |
| "integral": "ampgos", | |
| "assuming": "toebe", | |
| "Richmond": "kaylad", | |
| "Franklin": "titsex", | |
| "sometime": "radbra", | |
| "Nicholas": "digkor", | |
| "refusing": "sopdam", | |
| "mounting": "cuecod", | |
| "premiums": "saxcub", | |
| "festival": "mawcab", | |
| "merchant": "viecad", | |
| "blocking": "frothy", | |
| "connects": "hypmol", | |
| "feelings": "piazee", | |
| "diagrams": "essbug", | |
| "judicial": "begtic", | |
| "deputies": "wetdib", | |
| "strictly": "hadley", | |
| "seasonal": "sindel", | |
| "borrowed": "hexteg", | |
| "replaces": "koskat", | |
| "midrange": "gadpeh", | |
| "conceded": "quaoke", | |
| "smallest": "bisman", | |
| "disputed": "cawpup", | |
| "Internet": "ganlot", | |
| "airplane": "metebb", | |
| "PC-based": "adaim", | |
| "traveled": "vacbow", | |
| "syndrome": "ayskep", | |
| "converts": "foutop", | |
| "Lockheed": "usatt", | |
| "template": "libdex", | |
| "improves": "ohmfew", | |
| "soybeans": "lamcum", | |
| "deficits": "bidgnu", | |
| "Olympics": "axsay", | |
| "confused": "eggoud", | |
| "Honduras": "lipane", | |
| "villages": "jibsky", | |
| "Scottish": "aray", | |
| "end-user": "gorwed", | |
| "catalyst": "mayfob", | |
| "debugger": "leyaw", | |
| "opinions": "topox", | |
| "holidays": "owecon", | |
| "Gephardt": "tamabo", | |
| "searched": "cogowl", | |
| "colleges": "fibes", | |
| "generous": "adztag", | |
| "homeland": "sunfin", | |
| "receipts": "abomay", | |
| "Africa's": "unvox", | |
| "develops": "nutsob", | |
| "throwing": "avogap", | |
| "informal": "kuewok", | |
| "discover": "oscub", | |
| "outlines": "namfib", | |
| "factions": "opsfix", | |
| "Brooklyn": "xijay", | |
| "symptoms": "boyrod", | |
| "France's": "mixbum", | |
| "Broadway": "totcee", | |
| "balanced": "mugtye", | |
| "flooding": "saeyar", | |
| "incurred": "haesuq", | |
| "run-time": "woppun", | |
| "memories": "poibad", | |
| "shoulder": "tasae", | |
| "Guinness": "yukany", | |
| "geometry": "gaetan", | |
| "automate": "urbsh", | |
| "threaten": "aincoz", | |
| "contrary": "kafdib", | |
| "champion": "levroe", | |
| "confined": "cabsad", | |
| "opponent": "ragnth", | |
| "arriving": "hietor", | |
| "speeches": "atepun", | |
| "year-ago": "michi", | |
| "editions": "peclax", | |
| "terrible": "teaoxo", | |
| "year-end": "feyaby", | |
| "damaging": "tonhog", | |
| "finances": "petley", | |
| "theories": "netabs", | |
| "entrance": "gosaid", | |
| "oriented": "ootxis", | |
| "rotation": "dewhup", | |
| "feedback": "usecam", | |
| "tutorial": "urnail", | |
| "Compaq's": "dawers", | |
| "stemming": "wabdif", | |
| "receiver": "foeire", | |
| "missions": "kifran", | |
| "inherent": "saugot", | |
| "shifting": "artref", | |
| "gambling": "ramfoe", | |
| "briefing": "nuwo", | |
| "dynamics": "bigbap", | |
| "excluded": "badlit", | |
| "centered": "khibuy", | |
| "neighbor": "dolbox", | |
| "assessed": "awnage", | |
| "delivers": "dyegad", | |
| "symbolic": "elleng", | |
| "churches": "varki", | |
| "fracture": "musdig", | |
| "inspired": "boohoy", | |
| "Martinez": "cotdex", | |
| "simplify": "notsow", | |
| "tendency": "teerod", | |
| "treating": "shtad", | |
| "Egyptian": "punoxo", | |
| "wildlife": "pipgab", | |
| "opposing": "gnubrr", | |
| "sponsors": "urbpa", | |
| "recorder": "hammel", | |
| "explicit": "bahrim", | |
| "speakers": "rewry", | |
| "Informix": "nebgod", | |
| "CDollars": "udoken", | |
| "occasion": "moaput", | |
| "lowering": "duobus", | |
| "family's": "pomtoo", | |
| "feasible": "axefoy", | |
| "avoiding": "yagrag", | |
| "stresses": "fropie", | |
| "duration": "mumwot", | |
| "clearing": "romae", | |
| "autonomy": "defsax", | |
| "credited": "saxhap", | |
| "boosting": "capaff", | |
| "lighting": "ateass", | |
| "Mexico's": "wagpee", | |
| "Olivetti": "tamewe", | |
| "cutbacks": "acthmm", | |
| "overhaul": "dineff", | |
| "megabyte": "yondef", | |
| "concedes": "thewee", | |
| "exported": "psium", | |
| "scrutiny": "yewred", | |
| "injuring": "ceplet", | |
| "Andersen": "yeneff", | |
| "overview": "brrpep", | |
| "imminent": "hodsic", | |
| "crossing": "fezcum", | |
| "Poland's": "badcum", | |
| "leverage": "yewjib", | |
| "download": "awetew", | |
| "coupling": "raweta", | |
| "simulate": "wigugh", | |
| "packaged": "edstin", | |
| "provider": "reilad", | |
| "asserted": "boaivy", | |
| "Deutsche": "ribleu", | |
| "prevents": "sonhat", | |
| "advocate": "hewkep", | |
| "thorough": "toluv", | |
| "drawback": "nogore", | |
| "Malaysia": "pedgo", | |
| "envelope": "orslat", | |
| "obstacle": "dudrob", | |
| "asbestos": "ohsbag", | |
| "Barclays": "tonope", | |
| "Fidelity": "kobwed", | |
| "computed": "amppeh", | |
| "inserted": "sadmib", | |
| "radicals": "pippix", | |
| "Brazil's": "sapeke", | |
| "platinum": "kuehip", | |
| "marginal": "diemom", | |
| "spelling": "aysbys", | |
| "eventual": "saxmir", | |
| "narrowed": "domatt", | |
| "pensions": "hitrei", | |
| "Armenian": "hadwax", | |
| "overtime": "leapay", | |
| "narrowly": "oiono", | |
| "McCarthy": "mimduo", | |
| "ensuring": "taucoy", | |
| "delegate": "doaah", | |
| "shutdown": "spyair", | |
| "O'Connor": "eausab", | |
| "indirect": "koarax", | |
| "absorbed": "dowkye", | |
| "sympathy": "illicy", | |
| "retiring": "pecrid", | |
| "Gonzalez": "agoh", | |
| "moisture": "bushew", | |
| "refinery": "pehrim", | |
| "deserves": "yehpea", | |
| "alleging": "tegmu", | |
| "agreeing": "woospa", | |
| "residual": "ntheye", | |
| "disagree": "bagode", | |
| "stopping": "fubbio", | |
| "updating": "hensup", | |
| "adopting": "foxyew", | |
| "refining": "melphi", | |
| "thoughts": "obape", | |
| "pointers": "teahop", | |
| "clusters": "tawyod", | |
| "smoothly": "keynew", | |
| "periodic": "pepfee", | |
| "listings": "styjab", | |
| "Medicaid": "hagend", | |
| "climbing": "deeich", | |
| "override": "aleoms", | |
| "infrared": "sixwax", | |
| "Shanghai": "weeped", | |
| "Pennzoil": "mowobe", | |
| "chambers": "innnam", | |
| "drafting": "emujoy", | |
| "punitive": "xukos", | |
| "settling": "hobjay", | |
| "planners": "yakmen", | |
| "insiders": "rayold", | |
| "founding": "impkos", | |
| "obsolete": "wrytew", | |
| "MicroVAX": "pitraw", | |
| "swimming": "plyson", | |
| "ADollars": "cutrin", | |
| "accusing": "rifzzz", | |
| "prohibit": "cobarc", | |
| "dictator": "saxhi", | |
| "imposing": "sinbeg", | |
| "staffers": "fehes", | |
| "Imperial": "owlode", | |
| "comprise": "tinset", | |
| "Mohammed": "edheth", | |
| "WordStar": "qisobe", | |
| "immunity": "gedbap", | |
| "objected": "getgae", | |
| "utilized": "obefog", | |
| "rhetoric": "yobpec", | |
| "discrete": "teaane", | |
| "Jonathan": "efcoo", | |
| "tendered": "tilfoy", | |
| "auditors": "dosarm", | |
| "stripped": "cumon", | |
| "Medellin": "quama", | |
| "crystals": "cotnod", | |
| "portrait": "jibaff", | |
| "weighted": "sewits", | |
| "Russians": "celbed", | |
| "outright": "tadfay", | |
| "strikers": "oefig", | |
| "outlawed": "thysen", | |
| "backward": "unskep", | |
| "abstract": "cighaj", | |
| "injected": "jogais", | |
| "Patricia": "sethas", | |
| "averages": "owper", | |
| "Heritage": "arire", | |
| "Iranians": "donsei", | |
| "tropical": "oleyah", | |
| "expelled": "hyphis", | |
| "granting": "visrow", | |
| "mainland": "rimwoe", | |
| "artistic": "fohes", | |
| "Harrison": "nowfan", | |
| "improper": "titzip", | |
| "withheld": "nthria", | |
| "regulate": "edoat", | |
| "stepping": "nuntot", | |
| "salesman": "utell", | |
| "Symantec": "ledgat", | |
| "Hercules": "pomkop", | |
| "cracking": "hoebat", | |
| "Rockwell": "geeoho", | |
| "analyzer": "vidcar", | |
| "region's": "kyenit", | |
| "pleasure": "regseg", | |
| "observer": "cabpea", | |
| "father's": "gulbad", | |
| "earliest": "woetut", | |
| "Meridian": "pixcox", | |
| "sleeping": "jabsaw", | |
| "interval": "tyeers", | |
| "bacteria": "airnoh", | |
| "probable": "reenab", | |
| "interact": "supfes", | |
| "fortunes": "molpya", | |
| "battered": "varoxy", | |
| "wireless": "cawhey", | |
| "Nintendo": "toters", | |
| "spectral": "kaefid", | |
| "scalable": "psion", | |
| "battling": "olads", | |
| "tailored": "lyebin", | |
| "sensible": "andwoo", | |
| "resisted": "gnuget", | |
| "trustees": "mortar", | |
| "weighing": "ovaar", | |
| "reversal": "oifid", | |
| "plastics": "yeafer", | |
| "freezing": "kaol", | |
| "creditor": "tabhet", | |
| "surfaced": "nomjam", | |
| "diskless": "vavhoy", | |
| "would-be": "fecot", | |
| "Peterson": "endlea", | |
| "clicking": "emedow", | |
| "doubling": "yawin", | |
| "yielding": "tupere", | |
| "oversees": "efsben", | |
| "shoppers": "tyecep", | |
| "on-board": "adzkey", | |
| "planting": "pohqi", | |
| "outgoing": "gibbra", | |
| "taxpayer": "lamped", | |
| "Street's": "abatad", | |
| "Benjamin": "anaasp", | |
| "umbrella": "koatet", | |
| "invented": "wadspa", | |
| "deferred": "aidurp", | |
| "Johnston": "gidne", | |
| "Richards": "powmu", | |
| "Gillette": "amptog", | |
| "friction": "mirley", | |
| "validity": "aukni", | |
| "indexing": "owjoe", | |
| "jetliner": "boahey", | |
| "consumed": "duoni", | |
| "starring": "rahsyn", | |
| "shelters": "reewet", | |
| "Khomeini": "xufoe", | |
| "flagship": "yaghag", | |
| "invoices": "syness", | |
| "plotting": "coptho", | |
| "Bulgaria": "hmmbet", | |
| "diskette": "fubgab", | |
| "promptly": "byema", | |
| "allocate": "reoka", | |
| "inclined": "bidox", | |
| "Morrison": "giblug", | |
| "chapters": "migvox", | |
| "landmark": "mirute", | |
| "Atlantis": "dahlo", | |
| "issuance": "koapub", | |
| "basement": "soysos", | |
| "school's": "jugvum", | |
| "sticking": "tupmop", | |
| "exhibits": "khidoe", | |
| "seminars": "seeoke", | |
| "cyclical": "bagyah", | |
| "universe": "ditmop", | |
| "Polaroid": "rubtoo", | |
| "sexually": "appnaw", | |
| "optimize": "srizas", | |
| "defaults": "agekin", | |
| "Magellan": "diemel", | |
| "handlers": "edseft", | |
| "unstable": "yetell", | |
| "initiate": "hypeve", | |
| "TrueType": "sappew", | |
| "Austrian": "moshub", | |
| "teen-age": "albhem", | |
| "prisoner": "tamne", | |
| "Northrop": "reehod", | |
| "examines": "madsat", | |
| "animated": "fasami", | |
| "Romanian": "oaflac", | |
| "Cemetery": "useaye", | |
| "steering": "yonjut", | |
| "elevated": "spylee", | |
| "bombings": "earyet", | |
| "hampered": "whoeat", | |
| "highways": "oxocol", | |
| "worrying": "ahaute", | |
| "Kohlberg": "tonwop", | |
| "headline": "ripupo", | |
| "cassette": "goavat", | |
| "closings": "pyelar", | |
| "pursuant": "yonjeu", | |
| "vendor's": "tuilav", | |
| "four-day": "robto", | |
| "openness": "utwud", | |
| "Cardinal": "gasick", | |
| "mixtures": "mymun", | |
| "hometown": "ribday", | |
| "theaters": "gorbey", | |
| "delicate": "dewneb", | |
| "relieved": "cosmug", | |
| "definite": "tomsee", | |
| "respects": "geerai", | |
| "companies": "gorget", | |
| "officials": "upogen", | |
| "president": "tinoda", | |
| "including": "ownmoa", | |
| "available": "kababs", | |
| "operating": "powbel", | |
| "different": "filava", | |
| "according": "dahbe", | |
| "spokesman": "furgad", | |
| "announced": "hognom", | |
| "Wednesday": "anyvug", | |
| "agreement": "badohs", | |
| "company's": "eekems", | |
| "financial": "wadeld", | |
| "political": "aisee", | |
| "important": "poden", | |
| "executive": "mapcan", | |
| "interface": "spytee", | |
| "yesterday": "toyfiz", | |
| "customers": "fogoff", | |
| "equipment": "taxeth", | |
| "computers": "deymoc", | |
| "investors": "irerat", | |
| "increased": "yagcru", | |
| "developed": "antyid", | |
| "Microsoft": "masski", | |
| "countries": "oznub", | |
| "employees": "codair", | |
| "functions": "orainn", | |
| "corporate": "kifab", | |
| "marketing": "gadpaw", | |
| "potential": "ohscap", | |
| "following": "oarhag", | |
| "statement": "gayora", | |
| "operation": "mumton", | |
| "something": "torute", | |
| "telephone": "hitod", | |
| "Macintosh": "thosay", | |
| "estimated": "tunmos", | |
| "difficult": "yapdey", | |
| "standards": "dexpie", | |
| "currently": "pryers", | |
| "described": "rowani", | |
| "technical": "weecop", | |
| "scheduled": "tichut", | |
| "September": "zinqis", | |
| "structure": "egglox", | |
| "necessary": "gagtun", | |
| "presented": "broear", | |
| "committee": "sosmug", | |
| "processor": "bapvoe", | |
| "insurance": "ashsex", | |
| "continued": "wogulu", | |
| "discussed": "odsdoc", | |
| "inflation": "logcon", | |
| "documents": "pegnix", | |
| "effective": "tasrib", | |
| "newspaper": "kepsib", | |
| "condition": "asskos", | |
| "advantage": "pegtam", | |
| "increases": "viarad", | |
| "Americans": "giblin", | |
| "contracts": "cowyip", | |
| "situation": "gatfeu", | |
| "determine": "bogsei", | |
| "resources": "skalab", | |
| "questions": "twocot", | |
| "published": "boagee", | |
| "generally": "fesdup", | |
| "community": "upspst", | |
| "Democrats": "arcbun", | |
| "expensive": "oudtea", | |
| "completed": "taoxy", | |
| "installed": "bumell", | |
| "expansion": "amproe", | |
| "interview": "mayobe", | |
| "treatment": "hypera", | |
| "elections": "oarpic", | |
| "Gorbachev": "avolav", | |
| "attention": "allboa", | |
| "Secretary": "mumins", | |
| "materials": "bayids", | |
| "composite": "belboy", | |
| "thousands": "witoxy", | |
| "supported": "fubute", | |
| "providing": "wiztaw", | |
| "computing": "zoorib", | |
| "long-term": "misamu", | |
| "suggested": "tapoba", | |
| "indicated": "twafix", | |
| "reporters": "ifsage", | |
| "mainframe": "adokhi", | |
| "estimates": "hotono", | |
| "education": "vavwap", | |
| "Communist": "ifbio", | |
| "Francisco": "sobelf", | |
| "performed": "yehgit", | |
| "relations": "albhm", | |
| "Institute": "gumdev", | |
| "recession": "howe", | |
| "concerned": "misegg", | |
| "Meanwhile": "synmeg", | |
| "reduction": "gelsuk", | |
| "country's": "norpry", | |
| "residents": "hunedh", | |
| "remaining": "fudivy", | |
| "sometimes": "forad", | |
| "directors": "mimmig", | |
| "character": "kinhoy", | |
| "unchanged": "donhah", | |
| "utilities": "kepana", | |
| "processes": "celtet", | |
| "personnel": "abalt", | |
| "interests": "ismkob", | |
| "conducted": "varkas", | |
| "knowledge": "vexmag", | |
| "continues": "pibid", | |
| "procedure": "vaugoa", | |
| "excellent": "hepas", | |
| "solutions": "yonpus", | |
| "candidate": "namrye", | |
| "graphical": "luvlag", | |
| "radiation": "orspye", | |
| "technique": "leyhid", | |
| "convicted": "yepoaf", | |
| "predicted": "kidgit", | |
| "decisions": "haeif", | |
| "direction": "yukcep", | |
| "influence": "ohthe", | |
| "positions": "lezhoy", | |
| "reporting": "inkelk", | |
| "proposals": "idsthe", | |
| "emergency": "yagbro", | |
| "automatic": "reibar", | |
| "databases": "ukecos", | |
| "certainly": "absrig", | |
| "authority": "astot", | |
| "immediate": "arate", | |
| "challenge": "setbow", | |
| "consumers": "viswae", | |
| "financing": "ofba", | |
| "confirmed": "nutgee", | |
| "directory": "logyip", | |
| "expressed": "plyguy", | |
| "afternoon": "rubbib", | |
| "involving": "leebah", | |
| "purchased": "ailar", | |
| "selection": "elkova", | |
| "represent": "vidado", | |
| "reference": "icekaf", | |
| "primarily": "foejab", | |
| "strategic": "nutit", | |
| "connected": "punose", | |
| "buildings": "dolree", | |
| "establish": "paxbus", | |
| "platforms": "coygym", | |
| "resulting": "hatewe", | |
| "assistant": "rinde", | |
| "generated": "pieere", | |
| "virtually": "tonee", | |
| "worldwide": "hayqis", | |
| "preferred": "emsma", | |
| "transport": "kyeane", | |
| "Christian": "adsae", | |
| "therefore": "wosjoy", | |
| "extremely": "melups", | |
| "principal": "ootegg", | |
| "efficient": "tabmut", | |
| "producers": "shykey", | |
| "describes": "mockab", | |
| "producing": "kafe", | |
| "Christmas": "ereinn", | |
| "appointed": "gulfoy", | |
| "extensive": "errsom", | |
| "terminals": "memya", | |
| "committed": "gorjew", | |
| "explained": "kazin", | |
| "component": "toyvaw", | |
| "developer": "runelm", | |
| "extension": "mogads", | |
| "provision": "omstux", | |
| "implement": "rugmm", | |
| "protocols": "haglet", | |
| "depending": "feehaj", | |
| "mechanism": "putboo", | |
| "initially": "conbuy", | |
| "inventory": "bosbes", | |
| "engineers": "tatsow", | |
| "contained": "hajcis", | |
| "submitted": "roblux", | |
| "anonymity": "owenun", | |
| "creditors": "sodtub", | |
| "broadcast": "aneess", | |
| "temporary": "pesrub", | |
| "receiving": "upsand", | |
| "delivered": "sopgot", | |
| "purchases": "dalneg", | |
| "typically": "noala", | |
| "disclosed": "megmor", | |
| "languages": "tiemom", | |
| "so-called": "dawdup", | |
| "operators": "adzode", | |
| "testimony": "cozfil", | |
| "economist": "kidcob", | |
| "observers": "altno", | |
| "satellite": "odstsk", | |
| "ministers": "erndad", | |
| "coalition": "rasal", | |
| "amendment": "keydow", | |
| "dedicated": "hobaha", | |
| "requiring": "nabcel", | |
| "concluded": "actgnu", | |
| "eliminate": "webson", | |
| "formation": "viaawe", | |
| "otherwise": "layeel", | |
| "sensitive": "begawn", | |
| "suppliers": "pohbes", | |
| "requested": "mixog", | |
| "essential": "vacpow", | |
| "professor": "wokhi", | |
| "elsewhere": "pungem", | |
| "lawmakers": "hideel", | |
| "seriously": "efshub", | |
| "democracy": "doctam", | |
| "prospects": "avorev", | |
| "suspended": "shhirk", | |
| "stability": "iffar", | |
| "locations": "soyhit", | |
| "chemicals": "cawwos", | |
| "specified": "zedawn", | |
| "benchmark": "somrue", | |
| "indicates": "wenbod", | |
| "introduce": "yeahit", | |
| "ownership": "dabxu", | |
| "portfolio": "solave", | |
| "organized": "aipet", | |
| "practices": "parell", | |
| "practical": "midmut", | |
| "criticism": "opexi", | |
| "frequency": "bogsaw", | |
| "encourage": "dewleg", | |
| "displayed": "illsou", | |
| "religious": "mootut", | |
| "hospitals": "botwry", | |
| "evaluated": "winsay", | |
| "allegedly": "devurp", | |
| "sentenced": "ifooh", | |
| "permanent": "tendam", | |
| "shipments": "sixfry", | |
| "guarantee": "munla", | |
| "improving": "yawers", | |
| "competing": "pigsi", | |
| "destroyed": "utcay", | |
| "mentioned": "difsun", | |
| "publisher": "mewkye", | |
| "reflected": "ughgob", | |
| "execution": "oweah", | |
| "secondary": "vaubin", | |
| "attorneys": "brreat", | |
| "sanctions": "lootab", | |
| "variables": "whoflu", | |
| "testified": "ribmoa", | |
| "regarding": "vimwig", | |
| "explosion": "pepgot", | |
| "surprised": "fezoaf", | |
| "quarterly": "vuggoa", | |
| "Britain's": "wyelap", | |
| "apartment": "diejut", | |
| "recognize": "yardex", | |
| "protected": "lipoot", | |
| "delegates": "witfox", | |
| "Manhattan": "erggoy", | |
| "arguments": "amiit", | |
| "algorithm": "uheta", | |
| "five-year": "sobpax", | |
| "employers": "esbap", | |
| "brokerage": "opzuu", | |
| "demanding": "awajig", | |
| "real-time": "toomu", | |
| "passenger": "ayswe", | |
| "expanding": "devsup", | |
| "emulation": "lapjee", | |
| "switching": "orahoy", | |
| "territory": "taosuq", | |
| "addresses": "vaudag", | |
| "exchanges": "hubmag", | |
| "resellers": "aheng", | |
| "offerings": "potowl", | |
| "addressed": "armhot", | |
| "automated": "arevoe", | |
| "projected": "guvus", | |
| "prisoners": "ernjew", | |
| "principle": "dolgem", | |
| "retailers": "adcut", | |
| "complaint": "agelaw", | |
| "witnesses": "rotpah", | |
| "returning": "emstod", | |
| "libraries": "umpfiz", | |
| "dismissed": "tisban", | |
| "overnight": "ootmag", | |
| "negotiate": "idsee", | |
| "programme": "twobat", | |
| "dangerous": "cutcar", | |
| "declining": "mopbar", | |
| "pressures": "xuich", | |
| "recovered": "thosir", | |
| "responded": "arbyob", | |
| "preparing": "gindud", | |
| "suspected": "nuhue", | |
| "activists": "jeecad", | |
| "Germany's": "upous", | |
| "America's": "pulmar", | |
| "guerrilla": "agsrum", | |
| "collected": "agsrax", | |
| "pollution": "sipdom", | |
| "Petroleum": "bensou", | |
| "objective": "ewelog", | |
| "maintains": "andbas", | |
| "expertise": "robirk", | |
| "confident": "watroc", | |
| "Northwest": "sauvow", | |
| "converted": "ensfa", | |
| "exception": "hutfen", | |
| "particles": "gidhaw", | |
| "Nicaragua": "namley", | |
| "forecasts": "yeslye", | |
| "suffering": "dubkit", | |
| "dependent": "moainn", | |
| "integrate": "sauret", | |
| "attempted": "bamleg", | |
| "commander": "gorelm", | |
| "generator": "capatt", | |
| "commodity": "sowad", | |
| "convinced": "tugkif", | |
| "recording": "satups", | |
| "Tuesday's": "ceecur", | |
| "editorial": "mortod", | |
| "accounted": "jobup", | |
| "licensing": "senicy", | |
| "equations": "pitfig", | |
| "integrity": "adddex", | |
| "divisions": "yawsup", | |
| "identical": "baywry", | |
| "subsidies": "hobfit", | |
| "privately": "jugass", | |
| "contacted": "absrag", | |
| "framework": "eatho", | |
| "worksheet": "hawnag", | |
| "relatives": "hopsha", | |
| "associate": "nusjeu", | |
| "governing": "hidtat", | |
| "recommend": "yakals", | |
| "abandoned": "gammot", | |
| "shouldn't": "ashmow", | |
| "transfers": "wapmir", | |
| "parameter": "modoba", | |
| "designers": "tegrin", | |
| "HyperCard": "oatamu", | |
| "prominent": "maauk", | |
| "Hollywood": "aspmem", | |
| "emissions": "pustoo", | |
| "liability": "sauold", | |
| "elaborate": "sukbiz", | |
| "measuring": "wopcat", | |
| "mortgages": "fophoe", | |
| "cartridge": "fryflu", | |
| "dominated": "woopig", | |
| "opponents": "cutaa", | |
| "compounds": "essboa", | |
| "program's": "winhit", | |
| "everybody": "hutras", | |
| "departure": "foyawn", | |
| "Fitzwater": "reeyo", | |
| "sponsored": "hipids", | |
| "diplomats": "errgos", | |
| "republics": "dyeden", | |
| "factories": "wonmar", | |
| "municipal": "ownall", | |
| "promising": "moozuz", | |
| "detection": "gemgam", | |
| "depressed": "ummcum", | |
| "Singapore": "aalye", | |
| "existence": "itlux", | |
| "obviously": "maygob", | |
| "announces": "koidee", | |
| "borrowing": "palla", | |
| "leveraged": "onkep", | |
| "AppleTalk": "gosski", | |
| "prototype": "yokzuu", | |
| "permitted": "whyahs", | |
| "satisfied": "elkus", | |
| "civilians": "getpap", | |
| "reactions": "voxaby", | |
| "magazines": "seguke", | |
| "referring": "logho", | |
| "economics": "oddars", | |
| "dividends": "wabyam", | |
| "reluctant": "fizgob", | |
| "taxpayers": "inka", | |
| "intention": "effduh", | |
| "Frankfurt": "oafmay", | |
| "collapsed": "gymhad", | |
| "attracted": "baanam", | |
| "searching": "ehsop", | |
| "regularly": "yakqi", | |
| "one-third": "gabbib", | |
| "confusion": "gaspen", | |
| "replacing": "acesod", | |
| "numerical": "coymog", | |
| "successor": "ensoh", | |
| "economies": "dyeyin", | |
| "scattered": "munpod", | |
| "subsystem": "leukep", | |
| "promotion": "bosraw", | |
| "generates": "zighob", | |
| "aerospace": "eyelev", | |
| "Hampshire": "anerap", | |
| "exclusive": "matdie", | |
| "traveling": "bomig", | |
| "violation": "beymi", | |
| "consensus": "efshub", | |
| "incentive": "dueya", | |
| "tradition": "bigram", | |
| "penalties": "labtan", | |
| "responses": "sadhag", | |
| "favorable": "effmib", | |
| "selecting": "domcis", | |
| "investing": "towbee", | |
| "evolution": "sotcaw", | |
| "districts": "hutcot", | |
| "Jerusalem": "faborb", | |
| "packaging": "ummset", | |
| "accidents": "tedcru", | |
| "offensive": "momdap", | |
| "multiuser": "godeds", | |
| "Alexander": "jayshe", | |
| "movements": "sunmob", | |
| "uncertain": "gidpox", | |
| "Cleveland": "resdel", | |
| "on-screen": "kirar", | |
| "sustained": "pigtee", | |
| "happening": "tipfid", | |
| "basically": "revis", | |
| "extending": "affnim", | |
| "designing": "attcol", | |
| "unlimited": "kitleg", | |
| "acquiring": "fempox", | |
| "networked": "dommon", | |
| "triggered": "sotuns", | |
| "discounts": "gaeess", | |
| "succeeded": "awlpot", | |
| "monitored": "cuttas", | |
| "gathering": "miglek", | |
| "injection": "uteaal", | |
| "PageMaker": "wokgum", | |
| "considers": "riatea", | |
| "neighbors": "hehtat", | |
| "gradually": "toere", | |
| "schedules": "haynos", | |
| "animation": "lopax", | |
| "wonderful": "nabwab", | |
| "wholesale": "dimamp", | |
| "publicity": "netbye", | |
| "crackdown": "fudya", | |
| "retrieval": "runsky", | |
| "hazardous": "lotsir", | |
| "migration": "essilk", | |
| "magnitude": "inkpro", | |
| "interrupt": "usecoo", | |
| "intensity": "zekran", | |
| "separated": "wharug", | |
| "expecting": "nebdye", | |
| "calculate": "bibmu", | |
| "decreased": "ohmraj", | |
| "copyright": "wyelek", | |
| "specialty": "wotcol", | |
| "processed": "nogand", | |
| "furniture": "laxlye", | |
| "northeast": "sobrip", | |
| "discusses": "weejoe", | |
| "excessive": "bisail", | |
| "Baltimore": "orjob", | |
| "sentiment": "eelkep", | |
| "household": "toylek", | |
| "Sunnyvale": "peem", | |
| "southeast": "gadre", | |
| "terrorist": "kephag", | |
| "Elizabeth": "pismet", | |
| "promoting": "aspefs", | |
| "qualified": "ecuhug", | |
| "batteries": "gedkip", | |
| "partially": "shaaid", | |
| "conflicts": "avotau", | |
| "campaigns": "peaby", | |
| "bandwidth": "byepom", | |
| "ourselves": "byspub", | |
| "affecting": "lisbud", | |
| "correctly": "ainmel", | |
| "incidents": "hetsri", | |
| "strongest": "odeset", | |
| "mandatory": "popba", | |
| "realistic": "hawmus", | |
| "six-month": "alton", | |
| "emotional": "waeods", | |
| "attending": "iffpic", | |
| "reviewing": "wardos", | |
| "antitrust": "fedel", | |
| "Robertson": "kegave", | |
| "machinery": "pespye", | |
| "voluntary": "fesuk", | |
| "initiated": "telmi", | |
| "McDonnell": "oafloo", | |
| "accepting": "unsmac", | |
| "Newsbytes": "aricy", | |
| "compilers": "rimfes", | |
| "remainder": "yamlea", | |
| "contended": "piaeh", | |
| "indicator": "tetawe", | |
| "shortages": "tetama", | |
| "ambitious": "tadvie", | |
| "paragraph": "gobsha", | |
| "discovery": "cepfed", | |
| "prevented": "sunoxo", | |
| "Argentina": "simug", | |
| "connector": "senobi", | |
| "behaviour": "ofsae", | |
| "illegally": "abspam", | |
| "somewhere": "sosjog", | |
| "substance": "badkye", | |
| "impressed": "biscig", | |
| "high-tech": "oafer", | |
| "Similarly": "sotzax", | |
| "violating": "wopdid", | |
| "sequences": "udofeh", | |
| "molecular": "ecuown", | |
| "variation": "colpic", | |
| "residence": "omsaga", | |
| "corrosion": "budtwo", | |
| "Palestine": "noolaw", | |
| "Socialist": "sapaa", | |
| "southwest": "yexi", | |
| "sentences": "slydee", | |
| "terrorism": "manoz", | |
| "instances": "gymlie", | |
| "precisely": "iffmo", | |
| "Lithuania": "yuktwa", | |
| "retailing": "napghi", | |
| "placement": "piscum", | |
| "cooperate": "hagcam", | |
| "advocates": "yodalt", | |
| "cigarette": "sungas", | |
| "upgrading": "maxlux", | |
| "defensive": "soujoe", | |
| "diagnosis": "orbjar", | |
| "postponed": "tegulu", | |
| "diffusion": "piaer", | |
| "obtaining": "sipfog", | |
| "mountains": "ukesub", | |
| "megabytes": "eelamp", | |
| "front-end": "raiulu", | |
| "appealing": "gostop", | |
| "survivors": "plybot", | |
| "allocated": "moawyn", | |
| "Brazilian": "hopoms", | |
| "proposing": "runkex", | |
| "withdrawn": "cotmor", | |
| "Caribbean": "gibtab", | |
| "featuring": "mewdui", | |
| "templates": "zephut", | |
| "discharge": "zipsad", | |
| "combining": "kexso", | |
| "launching": "dawgoy", | |
| "Greenspan": "antoxy", | |
| "intensive": "pyadev", | |
| "unusually": "thyoz", | |
| "facsimile": "shyuse", | |
| "Federated": "hugoy", | |
| "debugging": "jarfub", | |
| "full-time": "omrom", | |
| "perceived": "sotalt", | |
| "Telegraph": "dalseg", | |
| "donations": "levpug", | |
| "construct": "eongun", | |
| "strengths": "twaset", | |
| "paintings": "affain", | |
| "threshold": "dimseg", | |
| "highlight": "udoawe", | |
| "translate": "bowrax", | |
| "universal": "exatt", | |
| "workforce": "gemabo", | |
| "perfectly": "lagwae", | |
| "messaging": "skakoi", | |
| "tentative": "damrow", | |
| "warehouse": "sencox", | |
| "registers": "mimmat", | |
| "infection": "andowe", | |
| "hard-disk": "hubdry", | |
| "revisions": "rawla", | |
| "hierarchy": "baynom", | |
| "screening": "hehcox", | |
| "excluding": "emfly", | |
| "inability": "voefes", | |
| "microwave": "nookor", | |
| "defendant": "arto", | |
| "confusing": "pureds", | |
| "Hungarian": "sacdim", | |
| "classical": "oyoi", | |
| "precision": "varbit", | |
| "assembled": "menam", | |
| "toll-free": "filapo", | |
| "skeptical": "ahahas", | |
| "electoral": "tupjow", | |
| "appearing": "erswen", | |
| "tolerance": "anijob", | |
| "thickness": "jotflu", | |
| "four-year": "hoyoe", | |
| "nominated": "sitjew", | |
| "providers": "hatsup", | |
| "attribute": "recbaa", | |
| "naturally": "lagit", | |
| "takeovers": "aifop", | |
| "alternate": "eaufeh", | |
| "assurance": "oseleg", | |
| "obstacles": "vimapp", | |
| "Colombian": "untam", | |
| "evacuated": "geymas", | |
| "apartheid": "ovasel", | |
| "answering": "looerg", | |
| "reception": "awlbos", | |
| "reservoir": "boysol", | |
| "corrected": "nubdel", | |
| "supplying": "fitfem", | |
| "franchise": "revum", | |
| "lucrative": "fitba", | |
| "Coca-Cola": "obawha", | |
| "justified": "lawtsk", | |
| "abortions": "parub", | |
| "three-day": "fadleu", | |
| "kidnapped": "leyora", | |
| "liquidity": "skavee", | |
| "governors": "sawart", | |
| "inclusion": "pieoca", | |
| "courtroom": "vishyp", | |
| "achieving": "giewad", | |
| "comparing": "ryazoo", | |
| "routinely": "pyxsly", | |
| "synthesis": "avosew", | |
| "Henderson": "viepa", | |
| "low-level": "cayso", | |
| "condemned": "aspnix", | |
| "desirable": "skikoi", | |
| "occurring": "nixpeg", | |
| "rejection": "wudhen", | |
| "Politburo": "reiaim", | |
| "resonance": "pecqat", | |
| "exemption": "koahob", | |
| "examining": "ampfor", | |
| "comprises": "gamasp", | |
| "customize": "ragpah", | |
| "affiliate": "wagrap", | |
| "electrons": "wyncog", | |
| "selective": "hagbig", | |
| "provinces": "nthtic", | |
| "marijuana": "ossel", | |
| "daughters": "miccwm", | |
| "recycling": "piewas", | |
| "livestock": "werye", | |
| "pull-down": "ohoyow", | |
| "benefited": "topsue", | |
| "state-run": "luvmut", | |
| "typefaces": "rocrow", | |
| "simulated": "urbgin", | |
| "landscape": "papdim", | |
| "optimized": "shyarc", | |
| "collision": "souvar", | |
| "isolation": "wogxis", | |
| "physician": "miefs", | |
| "additions": "layski", | |
| "travelers": "phtmew", | |
| "LocalTalk": "noonor", | |
| "windowing": "ryenaw", | |
| "borrowers": "reimog", | |
| "container": "voepia", | |
| "explosive": "gonog", | |
| "accessing": "yowher", | |
| "clearance": "nixfez", | |
| "attitudes": "benjun", | |
| "breakdown": "skimun", | |
| "stimulate": "kiyes", | |
| "duplicate": "amperr", | |
| "formatted": "cotkoa", | |
| "videotape": "xiads", | |
| "commented": "pyeais", | |
| "concludes": "saeped", | |
| "cautioned": "wayabs", | |
| "inquiries": "mycbrr", | |
| "dissident": "latort", | |
| "artillery": "maxcox", | |
| "shareware": "goono", | |
| "spreading": "forsec", | |
| "emphasize": "fobshe", | |
| "Indonesia": "ourreb", | |
| "chemistry": "dawaba", | |
| "militants": "ecuewe", | |
| "arbitrary": "lacif", | |
| "Cupertino": "anyedh", | |
| "listening": "icygie", | |
| "Europeans": "micvug", | |
| "intuitive": "crusim", | |
| "surrender": "jibbad", | |
| "abilities": "umpzek", | |
| "motivated": "etefs", | |
| "transform": "piumop", | |
| "awareness": "utefun", | |
| "releasing": "roehum", | |
| "probation": "coyman", | |
| "alliances": "yagbi", | |
| "encounter": "cotjeu", | |
| "alongside": "tajhen", | |
| "activated": "wigta", | |
| "Rochester": "alfen", | |
| "attacking": "waeurn", | |
| "Digital's": "hoyaal", | |
| "Milwaukee": "zipuse", | |
| "product's": "recavo", | |
| "invention": "apeopt", | |
| "airplanes": "alzip", | |
| "signature": "whyers", | |
| "certified": "ergbo", | |
| "admission": "nthdan", | |
| "Nashville": "tisheh", | |
| "detectors": "pitram", | |
| "companion": "hutjew", | |
| "necessity": "radsib", | |
| "volunteer": "bodzig", | |
| "stationed": "zipimp", | |
| "unrelated": "misbag", | |
| "Paramount": "obaany", | |
| "oxidation": "ohaga", | |
| "analyzing": "wetlib", | |
| "prompting": "gassib", | |
| "removable": "wowrig", | |
| "partition": "yarbes", | |
| "policemen": "sacdit", | |
| "after-tax": "napsew", | |
| "classroom": "neeyes", | |
| "persuaded": "curnil", | |
| "regulated": "kobmo", | |
| "configure": "witkue", | |
| "transient": "taeobe", | |
| "defending": "segads", | |
| "decreases": "teeeve", | |
| "shrinking": "foxjaw", | |
| "Tektronix": "pupbiz", | |
| "suspicion": "faywee", | |
| "exceeding": "dabmet", | |
| "subjected": "agatry", | |
| "publishes": "hicat", | |
| "averaging": "booday", | |
| "timetable": "emehim", | |
| "arbitrage": "deejar", | |
| "Hezbollah": "henlux", | |
| "graduates": "hadka", | |
| "architect": "bogam", | |
| "denounced": "difsha", | |
| "apparatus": "celdad", | |
| "Eastern's": "joeago", | |
| "DOS-based": "avoyid", | |
| "exploring": "beyjeu", | |
| "exchanged": "azoabs", | |
| "exporters": "fidgag", | |
| "rendering": "agekey", | |
| "literally": "nagaid", | |
| "respected": "jotsky", | |
| "part-time": "actwho", | |
| "exercises": "piphip", | |
| "breakfast": "ruelad", | |
| "directive": "geldon", | |
| "incorrect": "acejun", | |
| "phenomena": "fohhop", | |
| "targeting": "kashuh", | |
| "intervals": "fietau", | |
| "celebrate": "oudmet", | |
| "televised": "lasden", | |
| "importing": "moagee", | |
| "Norwegian": "badelf", | |
| "retreated": "pawmaw", | |
| "workplace": "odapro", | |
| "Charlotte": "fanhaw", | |
| "Princeton": "umhag", | |
| "advancing": "veggid", | |
| "protested": "somfoh", | |
| "mechanics": "nixat", | |
| "audiences": "elszin", | |
| "incumbent": "filwye", | |
| "premature": "vigapt", | |
| "speculate": "fixso", | |
| "criminals": "baatry", | |
| "anonymous": "nomim", | |
| "Ceausescu": "weegee", | |
| "unsecured": "eftbo", | |
| "employing": "quajaw", | |
| "Arlington": "zaplob", | |
| "Sinhalese": "olaha", | |
| "detention": "adpeg", | |
| "hypertext": "railis", | |
| "hydraulic": "ratopt", | |
| "presently": "luvli", | |
| "forgotten": "sisnan", | |
| "plutonium": "yapnow", | |
| "disappear": "cepnip", | |
| "finishing": "opled", | |
| "deposited": "fixhas", | |
| "policeman": "elsobi", | |
| "underwent": "awnfur", | |
| "inspector": "leghut", | |
| "sheriff's": "pacvie", | |
| "molecules": "heysis", | |
| "nonlinear": "jeelop", | |
| "occasions": "riabah", | |
| "oversight": "sownot", | |
| "followers": "gamba", | |
| "5.25-inch": "eonrob", | |
| "desperate": "hesicy", | |
| "recorders": "keghim", | |
| "afterward": "nubjog", | |
| "acquitted": "yamhup", | |
| "redundant": "earfie", | |
| "dimension": "suqcos", | |
| "interfere": "naerug", | |
| "seemingly": "edskoi", | |
| "Donaldson": "sabgen", | |
| "weakening": "sitmob", | |
| "trademark": "boslap", | |
| "circuitry": "tiay", | |
| "dismissal": "memis", | |
| "consisted": "boweke", | |
| "per-share": "dyekue", | |
| "royalties": "kabons", | |
| "sacrifice": "ampnah", | |
| "hard-line": "nimret", | |
| "Jackson's": "molai", | |
| "specially": "ovakex", | |
| "pregnancy": "nubut", | |
| "complexes": "bitchi", | |
| "executing": "unhod", | |
| "bilateral": "sosboy", | |
| "Smalltalk": "jowawe", | |
| "performer": "jarrec", | |
| "passwords": "andlag", | |
| "specifies": "touke", | |
| "intervene": "paxae", | |
| "rebounded": "aahoe", | |
| "interpret": "obiti", | |
| "adjusting": "bosex", | |
| "diversity": "oakvie", | |
| "federally": "hitfag", | |
| "graduated": "pyerid", | |
| "follow-up": "coohug", | |
| "mid-1980s": "cutfor", | |
| "instantly": "wawurn", | |
| "threatens": "lopser", | |
| "Rodriguez": "leafog", | |
| "reasoning": "wosser", | |
| "musicians": "upozig", | |
| "inherited": "ransap", | |
| "keyboards": "yehdak", | |
| "retaining": "utscam", | |
| "portables": "huerho", | |
| "distances": "pusjot", | |
| "Borland's": "molamu", | |
| "Noriega's": "mosurn", | |
| "surviving": "jugmis", | |
| "undermine": "ofmyc", | |
| "utilizing": "fudso", | |
| "dominance": "kasveg", | |
| "anti-drug": "reezax", | |
| "overthrow": "fluleu", | |
| "treasurer": "ahiyay", | |
| "prolonged": "hajrig", | |
| "hand-held": "utanus", | |
| "attendant": "wadecu", | |
| "centuries": "tegkeg", | |
| "Frederick": "adgym", | |
| "uncovered": "yethod", | |
| "shortfall": "megreb", | |
| "unwilling": "mutpie", | |
| "insolvent": "emhow", | |
| "Chernobyl": "jotani", | |
| "Greyhound": "legsky", | |
| "substrate": "kapa", | |
| "Vancouver": "vauane", | |
| "recipient": "zapmet", | |
| "Teamsters": "ownred", | |
| "societies": "radmo", | |
| "Jefferson": "katgul", | |
| "headlines": "oejog", | |
| "restraint": "kitrod", | |
| "submarine": "betfid", | |
| "teen-ager": "oarsue", | |
| "constants": "foypis", | |
| "communism": "peclot", | |
| "spiritual": "gierei", | |
| "plummeted": "hugbop", | |
| "extracted": "mudicy", | |
| "dissolved": "fizrid", | |
| "colleague": "ceesea", | |
| "stringent": "ussei", | |
| "exporting": "kuefug", | |
| "supporter": "wosyag", | |
| "declaring": "apetag", | |
| "hurricane": "elkich", | |
| "dispersed": "archim", | |
| "scenarios": "golop", | |
| "Judiciary": "finvav", | |
| "Hispanics": "rowreg", | |
| "restoring": "adoleu", | |
| "merchants": "basob", | |
| "terminate": "macbye", | |
| "synthetic": "cudmow", | |
| "criterion": "ahaars", | |
| "Stockholm": "papneg", | |
| "nightmare": "hubnam", | |
| "incidence": "souion", | |
| "brilliant": "rubzep", | |
| "keystroke": "maxsou", | |
| "wondering": "pegcoy", | |
| "struggled": "yowrem", | |
| "collector": "askrho", | |
| "preceding": "powfou", | |
| "stabilize": "qisjeu", | |
| "Cambodian": "perip", | |
| "paperwork": "hagova", | |
| "modifying": "gemhis", | |
| "breathing": "efsob", | |
| "assessing": "nampea", | |
| "specifics": "riglex", | |
| "drawbacks": "dorgot", | |
| "childhood": "henmos", | |
| "converter": "olalt", | |
| "primitive": "uself", | |
| "amplitude": "boolat", | |
| "Steinberg": "eragas", | |
| "disagreed": "etabuy", | |
| "Amsterdam": "altray", | |
| "general's": "pislye", | |
| "defective": "faynoh", | |
| "narcotics": "hipmon", | |
| "surprises": "linpow", | |
| "Anchorage": "orurn", | |
| "precedent": "appimp", | |
| "prohibits": "wascud", | |
| "successes": "rajhop", | |
| "repayment": "mellux", | |
| "orchestra": "armsoy", | |
| "financier": "rigump", | |
| "specimens": "ortaha", | |
| "accessory": "odadev", | |
| "smuggling": "bibee", | |
| "fragments": "laydis", | |
| "conductor": "esvid", | |
| "Lebanon's": "efsdon", | |
| "belonging": "spahow", | |
| "densities": "oohhie", | |
| "government": "obidan", | |
| "management": "lodo", | |
| "technology": "levcon", | |
| "Department": "wetaby", | |
| "production": "kitash", | |
| "operations": "orssic", | |
| "investment": "hajzoa", | |
| "processing": "vexdak", | |
| "additional": "kabmix", | |
| "University": "wizos", | |
| "considered": "pundif", | |
| "commercial": "satand", | |
| "conditions": "aideye", | |
| "conference": "xuoda", | |
| "television": "humgam", | |
| "securities": "mmjin", | |
| "especially": "keapac", | |
| "Commission": "pomlad", | |
| "businesses": "zapdor", | |
| "Democratic": "nobop", | |
| "industrial": "lagpal", | |
| "individual": "poptaw", | |
| "previously": "cumaha", | |
| "electronic": "medna", | |
| "introduced": "leenom", | |
| "particular": "cadurb", | |
| "opposition": "koinap", | |
| "developers": "nitaye", | |
| "executives": "yetend", | |
| "facilities": "whayob", | |
| "developing": "jamsun", | |
| "experience": "ayeboo", | |
| "resolution": "obeuta", | |
| "activities": "nixcee", | |
| "determined": "refwry", | |
| "Republican": "owlgad", | |
| "increasing": "yakhay", | |
| "protection": "aganot", | |
| "integrated": "eraick", | |
| "components": "kafpya", | |
| "relatively": "namwap", | |
| "identified": "rodasp", | |
| "successful": "gosof", | |
| "accounting": "tunfet", | |
| "apparently": "andrib", | |
| "techniques": "odabod", | |
| "throughout": "fadtaw", | |
| "procedures": "urdtie", | |
| "subsidiary": "elfwat", | |
| "difference": "runors", | |
| "properties": "difbud", | |
| "settlement": "pohluv", | |
| "associated": "roekep", | |
| "generation": "danguy", | |
| "PostScript": "skyree", | |
| "compatible": "ukebid", | |
| "population": "wagleu", | |
| "understand": "illzzz", | |
| "percentage": "fobaft", | |
| "continuing": "twogam", | |
| "publishing": "gagawe", | |
| "connection": "baylez", | |
| "interested": "dinae", | |
| "capability": "rawnab", | |
| "controller": "fanay", | |
| "eventually": "apejoe", | |
| "processors": "laxdew", | |
| "parameters": "labort", | |
| "candidates": "winbin", | |
| "represents": "catalb", | |
| "characters": "robbys", | |
| "networking": "ofand", | |
| "interfaces": "exlac", | |
| "leadership": "elsmob", | |
| "background": "ekeods", | |
| "statements": "emdis", | |
| "collection": "aedig", | |
| "equivalent": "boxfit", | |
| "nationwide": "heraw", | |
| "controlled": "wokyew", | |
| "efficiency": "ailsly", | |
| "supporting": "serbap", | |
| "confidence": "dabich", | |
| "completely": "saxdey", | |
| "containing": "urdbib", | |
| "bankruptcy": "ovapiu", | |
| "attractive": "yupyin", | |
| "provisions": "yescum", | |
| "industries": "esmim", | |
| "structures": "kepark", | |
| "assistance": "satpun", | |
| "discovered": "andyen", | |
| "agreements": "bowdie", | |
| "Associates": "styme", | |
| "employment": "amudui", | |
| "transition": "cwmyah", | |
| "conversion": "whaal", | |
| "newspapers": "vegill", | |
| "guerrillas": "hidyeh", | |
| "monitoring": "digmol", | |
| "evaluation": "megrei", | |
| "threatened": "jabkor", | |
| "short-term": "esqis", | |
| "consultant": "garkid", | |
| "commitment": "batcwm", | |
| "regulators": "seimol", | |
| "regulatory": "ticbar", | |
| "comparison": "appalt", | |
| "importance": "oakbot", | |
| "originally": "camrya", | |
| "statistics": "simbut", | |
| "passengers": "hicpay", | |
| "frequently": "fersos", | |
| "calculated": "odeeau", | |
| "supporters": "ivydon", | |
| "regulation": "podhaj", | |
| "scientists": "orswha", | |
| "consulting": "femshe", | |
| "multimedia": "bizcob", | |
| "advantages": "dahwed", | |
| "discussion": "alplee", | |
| "consistent": "jaggen", | |
| "resistance": "winzed", | |
| "Parliament": "labrip", | |
| "definition": "senemu", | |
| "criticized": "piglea", | |
| "convention": "cwmgad", | |
| "electrical": "lidaa", | |
| "scientific": "hmmlox", | |
| "reportedly": "ryerib", | |
| "economists": "molei", | |
| "maintained": "nanmib", | |
| "widespread": "todnoh", | |
| "reasonable": "awfig", | |
| "mainframes": "ofther", | |
| "impossible": "alaoh", | |
| "relational": "agasit", | |
| "attributed": "wagkis", | |
| "appearance": "belghi", | |
| "sufficient": "idsfag", | |
| "retirement": "pennah", | |
| "profitable": "mydak", | |
| "registered": "iffimp", | |
| "complaints": "onelev", | |
| "guidelines": "latho", | |
| "compromise": "kegbus", | |
| "experiment": "ovaduh", | |
| "membership": "wotrum", | |
| "authorized": "raizas", | |
| "simulation": "getqua", | |
| "laboratory": "adtae", | |
| "assessment": "cambro", | |
| "aggressive": "ithis", | |
| "concerning": "ivyeft", | |
| "categories": "himbun", | |
| "complained": "ophae", | |
| "restaurant": "tugnog", | |
| "underlying": "urdre", | |
| "nomination": "hoppax", | |
| "violations": "yokeke", | |
| "comparable": "axfid", | |
| "protesters": "pewbal", | |
| "reputation": "maxled", | |
| "Foundation": "irkfon", | |
| "withdrawal": "bodawe", | |
| "purchasing": "shygal", | |
| "Australian": "huptug", | |
| "reductions": "labtas", | |
| "diplomatic": "ellbal", | |
| "inspection": "keasay", | |
| "automation": "lopyx", | |
| "strategies": "zepeta", | |
| "defendants": "joyour", | |
| "acceptable": "hmaby", | |
| "high-speed": "cowmic", | |
| "difficulty": "brrnew", | |
| "colleagues": "etoil", | |
| "recognized": "faggun", | |
| "repeatedly": "oletin", | |
| "separately": "ismdad", | |
| "subsequent": "ekefiz", | |
| "revolution": "actmar", | |
| "programmer": "bigboo", | |
| "approaches": "rimfil", | |
| "indictment": "misugh", | |
| "specialist": "taxoot", | |
| "encouraged": "keynot", | |
| "introduces": "antas", | |
| "impressive": "tomzoo", | |
| "optimistic": "jawzas", | |
| "atmosphere": "yewsi", | |
| "industry's": "oybal", | |
| "currencies": "shaoka", | |
| "mechanical": "amipea", | |
| "indication": "owntom", | |
| "structural": "esstam", | |
| "acceptance": "flynut", | |
| "compliance": "vetwoe", | |
| "questioned": "setsou", | |
| "two-thirds": "brajet", | |
| "helicopter": "ellfem", | |
| "initiative": "fibgae", | |
| "earthquake": "vawtad", | |
| "reflecting": "ladnag", | |
| "performing": "owlmas", | |
| "debentures": "dotdon", | |
| "permission": "ryapeh", | |
| "cease-fire": "kingut", | |
| "ultimately": "ohmmic", | |
| "conspiracy": "nownom", | |
| "delegation": "rodun", | |
| "completion": "hopqis", | |
| "attributes": "kisgam", | |
| "functional": "orebee", | |
| "Liberation": "bapcep", | |
| "complexity": "gigain", | |
| "Solidarity": "tiphao", | |
| "conclusion": "baseve", | |
| "corruption": "apoute", | |
| "mechanisms": "soymoa", | |
| "consortium": "elsbig", | |
| "separation": "thoya", | |
| "contribute": "nayar", | |
| "enterprise": "powivy", | |
| "foreigners": "errgab", | |
| "three-year": "asmid", | |
| "situations": "yakli", | |
| "extensions": "orhat", | |
| "expression": "odesoy", | |
| "principles": "piunit", | |
| "classified": "hesmow", | |
| "indicating": "kaysri", | |
| "references": "enscap", | |
| "incentives": "agofon", | |
| "dependence": "bundom", | |
| "distribute": "beddak", | |
| "restricted": "hugrig", | |
| "eliminated": "maenog", | |
| "continuous": "vautup", | |
| "understood": "ledwud", | |
| "presidency": "peppix", | |
| "guaranteed": "etaerg", | |
| "Pittsburgh": "pawtel", | |
| "scheduling": "heteke", | |
| "generating": "buturn", | |
| "quantities": "irkick", | |
| "ambassador": "powjig", | |
| "algorithms": "baphmm", | |
| "attempting": "dudbes", | |
| "configured": "pipmol", | |
| "combustion": "jagboa", | |
| "litigation": "pomlot", | |
| "conviction": "fibae", | |
| "disclosure": "loosuk", | |
| "throughput": "wizab", | |
| "contractor": "zigvoe", | |
| "correction": "agomic", | |
| "challenges": "iggby", | |
| "historical": "wyntux", | |
| "popularity": "dibyaw", | |
| "Mercantile": "nitcry", | |
| "prosecutor": "dibun", | |
| "structured": "nogkex", | |
| "York-based": "manvaw", | |
| "Vietnamese": "sawhum", | |
| "absolutely": "nuboaf", | |
| "publishers": "peejun", | |
| "regardless": "kyezas", | |
| "committees": "wonal", | |
| "officially": "cryeft", | |
| "installing": "ersbag", | |
| "inadequate": "cothin", | |
| "literature": "iggick", | |
| "monochrome": "lohue", | |
| "amendments": "zaxerr", | |
| "Thursday's": "nusrah", | |
| "negotiated": "daglop", | |
| "designated": "aysmon", | |
| "tremendous": "brrcor", | |
| "accessible": "delern", | |
| "presidents": "salhap", | |
| "diagnostic": "ummpop", | |
| "announcing": "dimlye", | |
| "guarantees": "tajyow", | |
| "high-level": "punyin", | |
| "objectives": "rapbed", | |
| "struggling": "herwho", | |
| "interviews": "nipneg", | |
| "surprising": "artnay", | |
| "horizontal": "notaa", | |
| "innovative": "hubkif", | |
| "artificial": "gnuaim", | |
| "newsletter": "aahyon", | |
| "strengthen": "amaala", | |
| "applicable": "omsbag", | |
| "variations": "namaga", | |
| "definitely": "unex", | |
| "Nicaraguan": "oildef", | |
| "proportion": "tabifs", | |
| "vulnerable": "keplux", | |
| "customized": "elfjoe", | |
| "scattering": "jetwe", | |
| "suggesting": "slyher", | |
| "world-wide": "dalgad", | |
| "philosophy": "nombis", | |
| "adjustment": "nowbid", | |
| "Communists": "punsun", | |
| "describing": "sumobi", | |
| "challenged": "yindey", | |
| "Mitsubishi": "moryak", | |
| "formatting": "wryis", | |
| "addressing": "oafgay", | |
| "approached": "foudag", | |
| "competitor": "gobhah", | |
| "dictionary": "engbes", | |
| "cartridges": "payire", | |
| "conducting": "skasou", | |
| "consisting": "cubpud", | |
| "Panamanian": "noopus", | |
| "convenient": "hemun", | |
| "discussing": "pedaga", | |
| "manipulate": "tieamp", | |
| "Treasury's": "gidska", | |
| "Token-Ring": "brrtap", | |
| "instrument": "sosode", | |
| "evaluating": "elkoba", | |
| "connecting": "witabs", | |
| "referendum": "capaw", | |
| "constantly": "binal", | |
| "Sandinista": "whoora", | |
| "analytical": "begduh", | |
| "suspension": "yeasay", | |
| "indicators": "watho", | |
| "dimensions": "eaunab", | |
| "mainstream": "kidmar", | |
| "facilitate": "jarcor", | |
| "allocation": "donpah", | |
| "reasonably": "sridex", | |
| "personally": "redpec", | |
| "absorption": "zitdo", | |
| "casualties": "buggit", | |
| "deposition": "odarow", | |
| "preference": "pupdel", | |
| "immigrants": "besoaf", | |
| "biological": "acewo", | |
| "protecting": "ergcel", | |
| "legitimate": "kexpug", | |
| "surrounded": "cutfee", | |
| "remarkable": "twojut", | |
| "priorities": "yesmug", | |
| "directions": "nutmow", | |
| "accordance": "garkir", | |
| "children's": "hintab", | |
| "Interstate": "ensso", | |
| "peripheral": "yukhic", | |
| "unexpected": "awefay", | |
| "impression": "melox", | |
| "repository": "oleshy", | |
| "responding": "legaas", | |
| "Bundesbank": "naynaw", | |
| "automotive": "vasapo", | |
| "inevitable": "zekpie", | |
| "occupation": "eveose", | |
| "well-known": "kafrep", | |
| "seasonally": "bycum", | |
| "enthusiasm": "idsbow", | |
| "bargaining": "herpis", | |
| "Montgomery": "loppie", | |
| "possession": "sixfox", | |
| "Federation": "rigbah", | |
| "volunteers": "ekeraj", | |
| "CompuServe": "peeask", | |
| "assumption": "hopeme", | |
| "obligation": "gymmar", | |
| "households": "hier", | |
| "Software's": "plymag", | |
| "productive": "rapace", | |
| "everywhere": "askoud", | |
| "suggestion": "oxohow", | |
| "supervisor": "koaah", | |
| "collective": "geymay", | |
| "predicting": "codif", | |
| "emphasized": "fanlib", | |
| "phenomenon": "reckir", | |
| "objections": "momods", | |
| "expandable": "simfew", | |
| "substitute": "pineel", | |
| "generators": "lezeta", | |
| "Philippine": "axeai", | |
| "recommends": "leuirk", | |
| "automobile": "endtop", | |
| "provincial": "ownbos", | |
| "accurately": "hugres", | |
| "wrongdoing": "yupfid", | |
| "accomplish": "cuevid", | |
| "innovation": "suespa", | |
| "proceeding": "paysol", | |
| "subsystems": "qatwiz", | |
| "delivering": "dalrye", | |
| "discipline": "ummbes", | |
| "journalist": "burkex", | |
| "influenced": "adzown", | |
| "right-wing": "moputs", | |
| "determines": "mumlas", | |
| "injunction": "mawsim", | |
| "boundaries": "miown", | |
| "assignment": "funyay", | |
| "converting": "kopfat", | |
| "satellites": "radrub", | |
| "turnaround": "assran", | |
| "appreciate": "ladpeg", | |
| "researcher": "ailulu", | |
| "physicians": "nogdib", | |
| "perception": "papbat", | |
| "preventing": "fixley", | |
| "coordinate": "hodlas", | |
| "exhibition": "yodhie", | |
| "explaining": "spaoot", | |
| "deployment": "hesni", | |
| "definitive": "huhtil", | |
| "Yugoslavia": "redoar", | |
| "extraction": "attta", | |
| "punishment": "umabs", | |
| "applicants": "eargob", | |
| "sentencing": "zapink", | |
| "eliminates": "dugops", | |
| "minorities": "taxow", | |
| "plaintiffs": "woeoh", | |
| "occasional": "ocalax", | |
| "physically": "lapas", | |
| "compressed": "yayall", | |
| "Chancellor": "ciswee", | |
| "cigarettes": "dayfiz", | |
| "displaying": "bedvaw", | |
| "connectors": "zooour", | |
| "recovering": "barif", | |
| "concurrent": "mixma", | |
| "standalone": "logram", | |
| "McDonald's": "bigmac", | |
| "compensate": "tewgam", | |
| "collecting": "dryza", | |
| "mail-order": "umpbi", | |
| "prediction": "hotsuq", | |
| "undertaken": "mawfou", | |
| "telephones": "ribtin", | |
| "affordable": "sicpup", | |
| "misleading": "sipree", | |
| "explosives": "ismcud", | |
| "limitation": "hipdow", | |
| "recipients": "dimlin", | |
| "respective": "ortdye", | |
| "illustrate": "obaba", | |
| "long-range": "hawyes", | |
| "documented": "monalb", | |
| "portfolios": "legpes", | |
| "frustrated": "dewkye", | |
| "pronounced": "laykif", | |
| "projection": "foxbe", | |
| "positioned": "aftmot", | |
| "Mitterrand": "catsob", | |
| "exceptions": "cotken", | |
| "nationally": "woktug", | |
| "teen-agers": "abadip", | |
| "Unix-based": "cadred", | |
| "recognizes": "taehao", | |
| "anticipate": "tadumm", | |
| "procedural": "oilton", | |
| "intentions": "ecufey", | |
| "elementary": "umcam", | |
| "irradiated": "utaput", | |
| "altogether": "mmgat", | |
| "basketball": "reepro", | |
| "terrorists": "spalum", | |
| "substances": "dolsyn", | |
| "adequately": "nthwap", | |
| "Burlington": "tuxapt", | |
| "translated": "junzzz", | |
| "deliveries": "cwmcam", | |
| "accelerate": "catpit", | |
| "protective": "xisnil", | |
| "prohibited": "cogsuk", | |
| "celebrated": "mosnow", | |
| "complement": "pethes", | |
| "volatility": "conkob", | |
| "presumably": "lingut", | |
| "invitation": "tawbit", | |
| "constitute": "abbel", | |
| "Thornburgh": "amweb", | |
| "vegetables": "wokhun", | |
| "dissidents": "zekteg", | |
| "completing": "pubbeg", | |
| "likelihood": "esbra", | |
| "inspectors": "sinsoy", | |
| "rulemaking": "arcay", | |
| "terminated": "rugalb", | |
| "organizers": "wotrug", | |
| "beneficial": "yindit", | |
| "reiterated": "roeply", | |
| "keystrokes": "leijeu", | |
| "activation": "eonpea", | |
| "overturned": "todlot", | |
| "reflection": "ernebb", | |
| "day-to-day": "fidply", | |
| "ammunition": "melass", | |
| "organizing": "pehpya", | |
| "containers": "koiley", | |
| "speculated": "egoate", | |
| "simplified": "winher", | |
| "Birmingham": "oiora", | |
| "persistent": "matam", | |
| "Christians": "palais", | |
| "attendants": "titwoe", | |
| "politician": "oattab", | |
| "Richardson": "oxyhaj", | |
| "benchmarks": "hipvav", | |
| "thoroughly": "oyrug", | |
| "depression": "yiphm", | |
| "unemployed": "gumas", | |
| "undergoing": "waeups", | |
| "communique": "cosamu", | |
| "programmes": "salefs", | |
| "profession": "ootdel", | |
| "deficiency": "allgos", | |
| "explicitly": "padib", | |
| "worksheets": "ruepea", | |
| "performers": "bumdug", | |
| "adjustable": "esdal", | |
| "tightening": "usejin", | |
| "treatments": "gotfud", | |
| "meaningful": "sogit", | |
| "executable": "pasbro", | |
| "apartments": "lavohm", | |
| "translates": "addire", | |
| "geographic": "hadmae", | |
| "harassment": "gasli", | |
| "Prudential": "jetdun", | |
| "attendance": "feskab", | |
| "supplement": "wethap", | |
| "endangered": "pixza", | |
| "evacuation": "yakcur", | |
| "Poindexter": "momloo", | |
| "cumulative": "pewbod", | |
| "discounted": "fobtel", | |
| "governor's": "mirkaf", | |
| "encryption": "axeun", | |
| "implements": "fileme", | |
| "transplant": "dalzin", | |
| "gray-scale": "zuztip", | |
| "succeeding": "mmpal", | |
| "moderately": "panvox", | |
| "contention": "kabyea", | |
| "automakers": "upocig", | |
| "capacities": "sipmis", | |
| "attraction": "norops", | |
| "highlights": "slywog", | |
| "identifies": "tareat", | |
| "economical": "aidwog", | |
| "internally": "whaone", | |
| "discourage": "sicram", | |
| "sequential": "ahsfib", | |
| "astronauts": "wingym", | |
| "permitting": "umeve", | |
| "prevention": "fonvex", | |
| "Matsushita": "ciglag", | |
| "photograph": "luxdog", | |
| "tournament": "sicbes", | |
| "attracting": "warhex", | |
| "contracted": "cubnap", | |
| "broadcasts": "poxohs", | |
| "relaxation": "tiplar", | |
| "Lithuanian": "obapol", | |
| "deductions": "oudski", | |
| "programmed": "ainjun", | |
| "Saturday's": "pudwiz", | |
| "excitation": "ernup", | |
| "kidnapping": "leafab", | |
| "contingent": "anyabo", | |
| "non-profit": "sacbug", | |
| "integrates": "singey", | |
| "DECstation": "bayspy", | |
| "extremists": "jogtot", | |
| "strategist": "winzee", | |
| "convincing": "ifxi", | |
| "privileges": "deecan", | |
| "compelling": "fadama", | |
| "collisions": "lopit", | |
| "excitement": "oiag", | |
| "protesting": "pryem", | |
| "youngsters": "owesty", | |
| "collateral": "budfug", | |
| "Azerbaijan": "tarer", | |
| "borrowings": "vetad", | |
| "remarkably": "lasons", | |
| "Volkswagen": "belifs", | |
| "counseling": "arode", | |
| "fixed-rate": "oaryah", | |
| "improperly": "oweyou", | |
| "presenting": "serjig", | |
| "incomplete": "neetye", | |
| "assurances": "burwoo", | |
| "simplicity": "styads", | |
| "affiliates": "wapowl", | |
| "requesting": "zinoxy", | |
| "engineered": "tasnil", | |
| "validation": "newwon", | |
| "promotions": "newfer", | |
| "multi-user": "luvkep", | |
| "customer's": "tomleu", | |
| "computer's": "coppub", | |
| "remembered": "armcol", | |
| "low-income": "suehup", | |
| "brightness": "nalay", | |
| "selections": "ledsod", | |
| "spacecraft": "jagarb", | |
| "integrator": "ofrid", | |
| "Manchester": "gitays", | |
| "attorney's": "laxhop", | |
| "insulation": "ismhog", | |
| "AppleShare": "aptorc", | |
| "Maastricht": "bysay", | |
| "destroying": "jigras", | |
| "signatures": "busdye", | |
| "prosperity": "toeear", | |
| "appliances": "jarpen", | |
| "vigorously": "bitfew", | |
| "occurrence": "sueol", | |
| "Challenger": "nagpig", | |
| "calculates": "fobids", | |
| "specifying": "wedbus", | |
| "commanders": "wanol", | |
| "high-yield": "saxuts", | |
| "weaknesses": "ourum", | |
| "suspicious": "sigey", | |
| "arithmetic": "nibels", | |
| "explosions": "ewemoa", | |
| "redemption": "giefie", | |
| "calculator": "dugpal", | |
| "systematic": "padgat", | |
| "Chrysler's": "jaypoi", | |
| "formidable": "delex", | |
| "pollutants": "osedaw", | |
| "incredible": "artna", | |
| "affiliated": "hiswha", | |
| "undercover": "suqono", | |
| "navigation": "hencur", | |
| "Charleston": "oatwig", | |
| "inevitably": "naequa", | |
| "accountant": "romson", | |
| "Occidental": "waxyeh", | |
| "decreasing": "dinbye", | |
| "successive": "nagat", | |
| "summarized": "yepwis", | |
| "seven-year": "recog", | |
| "ceremonies": "zitmim", | |
| "technician": "coytav", | |
| "depositors": "ewebis", | |
| "thereafter": "reigab", | |
| "3-1/2-inch": "bapod", | |
| "usefulness": "donebb", | |
| "subsidized": "voxnil", | |
| "worthwhile": "wattaw", | |
| "purchasers": "hetspy", | |
| "dot-matrix": "fezxi", | |
| "Motorola's": "cognix", | |
| "imprisoned": "getvie", | |
| "unofficial": "odepic", | |
| "accustomed": "abowyn", | |
| "insurgents": "toraid", | |
| "reconsider": "mibtye", | |
| "recruiting": "sumwen", | |
| "repurchase": "urphex", | |
| "expressing": "ryenut", | |
| "conceptual": "jowsae", | |
| "information": "lugmax", | |
| "development": "bahany", | |
| "performance": "updud", | |
| "application": "tatago", | |
| "environment": "patbos", | |
| "significant": "bubmem", | |
| "Association": "ziptee", | |
| "programming": "hutelm", | |
| "authorities": "synby", | |
| "independent": "neglas", | |
| "competition": "sittaj", | |
| "workstation": "kirtax", | |
| "immediately": "cawahs", | |
| "acquisition": "ivyfes", | |
| "engineering": "erroms", | |
| "established": "ozlob", | |
| "temperature": "seahen", | |
| "legislation": "tetum", | |
| "spokeswoman": "cutdel", | |
| "distributed": "xijo", | |
| "regulations": "nusken", | |
| "transaction": "mockhi", | |
| "traditional": "chido", | |
| "outstanding": "waress", | |
| "competitive": "musalt", | |
| "appropriate": "toesex", | |
| "alternative": "wofid", | |
| "maintenance": "keydui", | |
| "responsible": "fadsal", | |
| "advertising": "godeth", | |
| "spreadsheet": "nibon", | |
| "opportunity": "eweump", | |
| "combination": "axrut", | |
| "considering": "fognut", | |
| "integration": "dalmim", | |
| "differences": "anehas", | |
| "possibility": "emski", | |
| "substantial": "yayone", | |
| "improvement": "inktan", | |
| "recommended": "whomig", | |
| "investments": "amian", | |
| "proprietary": "acttat", | |
| "Republicans": "sirsob", | |
| "governments": "kexsot", | |
| "competitors": "sukjay", | |
| "programmers": "ocaoke", | |
| "Palestinian": "polabo", | |
| "electronics": "cepoe", | |
| "represented": "pasraw", | |
| "individuals": "piugan", | |
| "flexibility": "ishat", | |
| "implemented": "fizspa", | |
| "WordPerfect": "wogtis", | |
| "interesting": "onegut", | |
| "preliminary": "pyamog", | |
| "experiments": "hmmurn", | |
| "researchers": "fonale", | |
| "allegations": "togwax", | |
| "compression": "udoasp", | |
| "requirement": "taofan", | |
| "effectively": "paxtea", | |
| "speculation": "lamoud", | |
| "Agriculture": "flynet", | |
| "description": "luvwry", | |
| "connections": "utehex", | |
| "consumption": "foyho", | |
| "electricity": "jambeg", | |
| "discussions": "pyaleu", | |
| "partnership": "axeerg", | |
| "interactive": "yukbaa", | |
| "third-party": "toepup", | |
| "recognition": "goins", | |
| "experienced": "aahwae", | |
| "contributed": "bamuke", | |
| "shareholder": "tookid", | |
| "cooperation": "absrug", | |
| "departments": "utagar", | |
| "reliability": "cantar", | |
| "fundamental": "tawwos", | |
| "Continental": "oddgag", | |
| "replacement": "tadran", | |
| "enforcement": "yukawe", | |
| "Microsoft's": "feuyo", | |
| "politicians": "mutand", | |
| "negotiating": "gosgyp", | |
| "publication": "gumfun", | |
| "instruction": "koaami", | |
| "industrials": "ebbki", | |
| "prosecutors": "tawcis", | |
| "measurement": "totrei", | |
| "involvement": "motpol", | |
| "marketplace": "awadoe", | |
| "interaction": "cozshy", | |
| "participate": "andtub", | |
| "demonstrate": "ummpam", | |
| "complicated": "cumsyn", | |
| "communicate": "nowulu", | |
| "transferred": "zeevet", | |
| "Corporation": "suberg", | |
| "investigate": "bagait", | |
| "arrangement": "unsdap", | |
| "essentially": "betni", | |
| "controllers": "neoca", | |
| "composition": "fudmut", | |
| "uncertainty": "apogox", | |
| "anniversary": "twagob", | |
| "limitations": "apttoe", | |
| "necessarily": "hypbet", | |
| "resignation": "uteyak", | |
| "president's": "lobtad", | |
| "anticipated": "ranpas", | |
| "consecutive": "pyxsum", | |
| "statistical": "sitspa", | |
| "determining": "acewiz", | |
| "calculation": "fayvoe", | |
| "maintaining": "ebbsue", | |
| "potentially": "okaper", | |
| "intelligent": "dagfir", | |
| "proceedings": "gumbug", | |
| "appointment": "owefa", | |
| "procurement": "poiumm", | |
| "educational": "awaaw", | |
| "operational": "zekuns", | |
| "Switzerland": "raitwo", | |
| "controlling": "yepmay", | |
| "yesterday's": "ouddak", | |
| "underground": "proifs", | |
| "surrounding": "rubsen", | |
| "comfortable": "sriaby", | |
| "accommodate": "toyma", | |
| "contractors": "dapnth", | |
| "preparation": "oxkit", | |
| "Afghanistan": "aweox", | |
| "legislative": "tisurp", | |
| "convertible": "earoba", | |
| "journalists": "nawmoa", | |
| "concentrate": "yuklad", | |
| "controversy": "damhaj", | |
| "accompanied": "oilbub", | |
| "instruments": "tyeraj", | |
| "communities": "fobcod", | |
| "consultants": "meuns", | |
| "irradiation": "ohrif", | |
| "restaurants": "ilkavo", | |
| "encouraging": "geyhic", | |
| "motherboard": "finapt", | |
| "inventories": "wonbap", | |
| "incorporate": "nomwog", | |
| "Gorbachev's": "pinmus", | |
| "theoretical": "nildeb", | |
| "exploration": "copdue", | |
| "Ashton-Tate": "newvee", | |
| "specialists": "owepoi", | |
| "Wednesday's": "elkaga", | |
| "explanation": "wabzap", | |
| "Furthermore": "geyrid", | |
| "radioactive": "suqnot", | |
| "Philippines": "hahsha", | |
| "institution": "tasbow", | |
| "specialized": "wokdol", | |
| "temporarily": "nubyup", | |
| "coprocessor": "axoff", | |
| "manufacture": "peevie", | |
| "prosecution": "podgob", | |
| "perspective": "suqpox", | |
| "peripherals": "puslag", | |
| "distributor": "duejug", | |
| "residential": "alepan", | |
| "constraints": "bogton", | |
| "constructed": "bibah", | |
| "outnumbered": "joyoar", | |
| "Netherlands": "peebam", | |
| "concessions": "shhwis", | |
| "examination": "gigria", | |
| "prospective": "yobhie", | |
| "cooperative": "rowfie", | |
| "predictions": "garsha", | |
| "respondents": "ensmat", | |
| "eliminating": "ernheh", | |
| "neighboring": "mogjoy", | |
| "politically": "putbug", | |
| "inexpensive": "bizfog", | |
| "circulation": "goyjeu", | |
| "suggestions": "sewaal", | |
| "directories": "elkfen", | |
| "translation": "sackae", | |
| "territories": "hitfe", | |
| "merchandise": "sijoy", | |
| "conjunction": "nilaas", | |
| "projections": "cowwe", | |
| "sensitivity": "gidatt", | |
| "businessman": "itskor", | |
| "methodology": "ganne", | |
| "accelerator": "yapsoy", | |
| "stand-alone": "boains", | |
| "encountered": "tagowl", | |
| "interviewed": "zinban", | |
| "negotiators": "libraw", | |
| "transparent": "ebbaim", | |
| "resolutions": "ovafou", | |
| "disappeared": "rotwed", | |
| "commodities": "cudtew", | |
| "legislators": "figreb", | |
| "threatening": "fabtom", | |
| "subscribers": "fohfen", | |
| "introducing": "tisbug", | |
| "utilization": "itebb", | |
| "photographs": "webgad", | |
| "Minneapolis": "petumm", | |
| "value-added": "pyacee", | |
| "correlation": "poihoe", | |
| "efficiently": "qisarm", | |
| "enterprises": "yoddaw", | |
| "declaration": "zapoes", | |
| "helicopters": "uponeg", | |
| "Iran-Contra": "ereraj", | |
| "businessmen": "zekilk", | |
| "definitions": "mirib", | |
| "three-month": "zuztie", | |
| "legislature": "delooh", | |
| "destruction": "jeemay", | |
| "credibility": "sopkif", | |
| "conclusions": "raywad", | |
| "enhancement": "dogwig", | |
| "forecasting": "femow", | |
| "unnecessary": "oyaba", | |
| "adjustments": "voebaa", | |
| "obligations": "cozpi", | |
| "forthcoming": "pitpal", | |
| "re-election": "colghi", | |
| "Sandinistas": "tooxi", | |
| "Christopher": "etlux", | |
| "commitments": "sitmag", | |
| "interpreted": "yendam", | |
| "convenience": "sauoke", | |
| "immigration": "jobsic", | |
| "predecessor": "kitnub", | |
| "unification": "woeab", | |
| "questioning": "subef", | |
| "financially": "enrex", | |
| "large-scale": "exorc", | |
| "orientation": "esupo", | |
| "liabilities": "gethum", | |
| "challenging": "lotkaf", | |
| "transmitted": "fadfry", | |
| "willingness": "yomdo", | |
| "traffickers": "luvgod", | |
| "state-owned": "jowgin", | |
| "commercials": "rebjar", | |
| "destination": "difane", | |
| "differently": "pugelk", | |
| "probability": "aremol", | |
| "centralized": "odfun", | |
| "indications": "shytic", | |
| "Macintoshes": "pahpun", | |
| "interpreter": "neglav", | |
| "portability": "boalab", | |
| "Nonetheless": "attays", | |
| "PaineWebber": "deezuz", | |
| "exclusively": "mowkep", | |
| "integrating": "celfet", | |
| "integrators": "ampjog", | |
| "accelerated": "levhah", | |
| "trafficking": "sixxi", | |
| "experiences": "genuse", | |
| "identifying": "mhomus", | |
| "real-estate": "uhids", | |
| "approaching": "zagwo", | |
| "technically": "mmasp", | |
| "comparisons": "lasvac", | |
| "commissions": "sotamp", | |
| "consistency": "modtom", | |
| "advertisers": "tonban", | |
| "frequencies": "yamit", | |
| "initiatives": "kitbub", | |
| "contracting": "huton", | |
| "acknowledge": "dolby", | |
| "illustrated": "nimrev", | |
| "settlements": "namkin", | |
| "observation": "palbum", | |
| "compatibles": "delawe", | |
| "supermarket": "kastav", | |
| "elimination": "adod", | |
| "reservation": "tyetod", | |
| "assumptions": "podjaw", | |
| "feasibility": "potyom", | |
| "health-care": "odskae", | |
| "unspecified": "bibern", | |
| "conferences": "toelow", | |
| "collections": "duhgin", | |
| "personality": "amisex", | |
| "expressions": "spawos", | |
| "generations": "ellas", | |
| "appearances": "oseerr", | |
| "endorsement": "zedtan", | |
| "technicians": "ommem", | |
| "entry-level": "fryyin", | |
| "instability": "toye", | |
| "frustration": "pubeel", | |
| "degradation": "eautup", | |
| "fiber-optic": "sotbod", | |
| "multivendor": "optama", | |
| "inspections": "kaspea", | |
| "coordinates": "nussel", | |
| "celebration": "dosgie", | |
| "bureaucracy": "bioum", | |
| "congressman": "jabfug", | |
| "accumulated": "mimhew", | |
| "practically": "cormun", | |
| "calculating": "zagyup", | |
| "distinction": "tilsit", | |
| "highlighted": "lobwar", | |
| "permanently": "ganait", | |
| "equilibrium": "wigeye", | |
| "influential": "miurp", | |
| "campaigning": "geyvat", | |
| "80386-based": "fewlog", | |
| "Fortunately": "twoben", | |
| "restructure": "vidbuy", | |
| "coordinator": "leihoe", | |
| "simulations": "begria", | |
| "restoration": "mowspy", | |
| "achievement": "tuboil", | |
| "LaserWriter": "obezag", | |
| "consequence": "goofly", | |
| "restriction": "donag", | |
| "positioning": "ryegum", | |
| "speculative": "permoc", | |
| "transformed": "purhug", | |
| "illustrates": "dryfon", | |
| "conventions": "hajper", | |
| "expenditure": "oakcab", | |
| "exceptional": "vacyon", | |
| "single-user": "hehae", | |
| "cholesterol": "omkye", | |
| "unanimously": "mappun", | |
| "specializes": "habit", | |
| "unavailable": "letbig", | |
| "consolidate": "barcox", | |
| "inheritance": "dintop", | |
| "convictions": "codhex", | |
| "accountants": "gulale", | |
| "assignments": "boosri", | |
| "arbitration": "awevia", | |
| "corrections": "kaspas", | |
| "coefficient": "ocabay", | |
| "easy-to-use": "honsue", | |
| "stock-index": "larpee", | |
| "interchange": "onado", | |
| "diagnostics": "opefar", | |
| "sovereignty": "elkos", | |
| "complaining": "ramdry", | |
| "distinguish": "egozee", | |
| "tentatively": "museek", | |
| "menu-driven": "wadlin", | |
| "undisclosed": "boxtry", | |
| "termination": "godom", | |
| "counterpart": "agoadd", | |
| "computation": "byop", | |
| "bondholders": "sheilk", | |
| "synchronous": "addmop", | |
| "diversified": "pewit", | |
| "extradition": "dupguy", | |
| "retaliation": "docbaa", | |
| "supervision": "jawyo", | |
| "voluntarily": "peados", | |
| "spectacular": "gnunod", | |
| "calibration": "luvkay", | |
| "extensively": "nthtab", | |
| "functioning": "hmwan", | |
| "atmospheric": "ameek", | |
| "transitions": "salohs", | |
| "coordinated": "aaare", | |
| "accessories": "skydid", | |
| "liquidation": "okadon", | |
| "populations": "hunkat", | |
| "conflicting": "awataw", | |
| "conditional": "ratyam", | |
| "understands": "bogzzz", | |
| "fabrication": "elffoe", | |
| "interrupted": "ogbat", | |
| "propagation": "odsbal", | |
| "accusations": "jibgos", | |
| "promotional": "devyam", | |
| "ingredients": "oatcur", | |
| "expectation": "fizya", | |
| "incremental": "synapo", | |
| "surrendered": "aiscep", | |
| "penetration": "saxvim", | |
| "cooperating": "unrec", | |
| "BankAmerica": "gasyup", | |
| "establishes": "meglad", | |
| "half-height": "toggar", | |
| "negotiation": "retwat", | |
| "diffraction": "bagvat", | |
| "devaluation": "niell", | |
| "restrictive": "zuzwow", | |
| "supervisors": "cotpap", | |
| "unfortunate": "tonfoy", | |
| "committee's": "potis", | |
| "importantly": "duhtip", | |
| "devastating": "zintis", | |
| "certificate": "leijar", | |
| "indictments": "doteve", | |
| "withdrawing": "topsal", | |
| "last-minute": "firmew", | |
| "inefficient": "amgum", | |
| "applications": "picfir", | |
| "capabilities": "raylam", | |
| "requirements": "dunpyx", | |
| "distribution": "liuts", | |
| "particularly": "phipit", | |
| "workstations": "rifabs", | |
| "construction": "icyoz", | |
| "organization": "kirdid", | |
| "shareholders": "jogfar", | |
| "presidential": "fabfir", | |
| "negotiations": "raigor", | |
| "announcement": "moculu", | |
| "architecture": "ersveg", | |
| "government's": "kefwat", | |
| "installation": "fizhon", | |
| "relationship": "yeahon", | |
| "institutions": "aitoka", | |
| "headquarters": "potose", | |
| "conventional": "yumals", | |
| "environments": "tetelm", | |
| "increasingly": "jabpur", | |
| "technologies": "efflei", | |
| "experimental": "gibdie", | |
| "transmission": "rannip", | |
| "productivity": "woklea", | |
| "professional": "hunwax", | |
| "manufacturer": "yakpro", | |
| "transactions": "buddon", | |
| "conservative": "ryaher", | |
| "restrictions": "ummaby", | |
| "investigated": "lasrag", | |
| "expectations": "juggum", | |
| "respectively": "unkay", | |
| "presentation": "balget", | |
| "independence": "gobley", | |
| "demonstrated": "yesred", | |
| "measurements": "youave", | |
| "instructions": "towcep", | |
| "corporations": "koiism", | |
| "Palestinians": "abhey", | |
| "unemployment": "atan", | |
| "intelligence": "goaego", | |
| "introduction": "persha", | |
| "improvements": "gulhon", | |
| "calculations": "skikey", | |
| "representing": "pampoi", | |
| "temperatures": "gowan", | |
| "developments": "mapwyn", | |
| "Microsystems": "piginn", | |
| "considerable": "icyto", | |
| "acknowledged": "dolmad", | |
| "availability": "tuipan", | |
| "specifically": "migawa", | |
| "acquisitions": "laxmho", | |
| "participants": "ditarb", | |
| "year-earlier": "hiehid", | |
| "compensation": "oholek", | |
| "successfully": "danpeh", | |
| "connectivity": "hadono", | |
| "difficulties": "pryais", | |
| "alternatives": "nabat", | |
| "contribution": "amagae", | |
| "subcommittee": "marun", | |
| "intervention": "urpsuk", | |
| "agricultural": "migals", | |
| "Nevertheless": "motza", | |
| "enhancements": "myabs", | |
| "neighborhood": "tadspa", | |
| "considerably": "munhag", | |
| "spreadsheets": "lisavo", | |
| "implementing": "bamu", | |
| "arrangements": "menpro", | |
| "distributors": "jagalb", | |
| "Department's": "ofsri", | |
| "consequences": "nuspia", | |
| "disappointed": "boobo", | |
| "dramatically": "bobmay", | |
| "multitasking": "pecgem", | |
| "incorporated": "setand", | |
| "subsidiaries": "miscob", | |
| "implications": "utesen", | |
| "Laboratories": "ryaaft", | |
| "constitution": "lyedev", | |
| "establishing": "decan", | |
| "accomplished": "byors", | |
| "manufactured": "rahtis", | |
| "minicomputer": "submor", | |
| "subordinated": "ababod", | |
| "registration": "awdot", | |
| "mathematical": "xijag", | |
| "universities": "oregig", | |
| "manipulation": "jutpaw", | |
| "publications": "amuebb", | |
| "concentrated": "fizags", | |
| "simultaneous": "gedmel", | |
| "modification": "devsix", | |
| "computerized": "migmim", | |
| "unidentified": "hoeham", | |
| "Broadcasting": "impshh", | |
| "conservation": "cowaid", | |
| "satisfactory": "ownzuz", | |
| "confirmation": "sihey", | |
| "consolidated": "doeoff", | |
| "commissioner": "kidpiu", | |
| "occasionally": "subpep", | |
| "consistently": "fagkit", | |
| "subsequently": "haobot", | |
| "firefighters": "affelm", | |
| "surprisingly": "nodgas", | |
| "conversation": "bayhap", | |
| "intermediate": "bodkat", | |
| "high-quality": "tiah", | |
| "incorporates": "agsoar", | |
| "partnerships": "kaeyag", | |
| "significance": "tamfeu", | |
| "observations": "kitsau", | |
| "performances": "awto", | |
| "verification": "bapsot", | |
| "hospitalized": "koisob", | |
| "Shevardnadze": "fattun", | |
| "expenditures": "hewjot", | |
| "underwriters": "etahs", | |
| "aggressively": "ainaw", | |
| "Metropolitan": "gaphay", | |
| "combinations": "fobago", | |
| "certificates": "bisea", | |
| "differential": "caysun", | |
| "interactions": "cwmmud", | |
| "optimization": "erabed", | |
| "reservations": "oipee", | |
| "inflationary": "aboin", | |
| "asynchronous": "sumfob", | |
| "accompanying": "formug", | |
| "intellectual": "pinhog", | |
| "interference": "amaqis", | |
| "counterparts": "hobam", | |
| "stockholders": "tanvex", | |
| "satisfaction": "wadred", | |
| "contributing": "seifob", | |
| "overwhelming": "spyjam", | |
| "economically": "zepmap", | |
| "Commission's": "fetie", | |
| "unsuccessful": "sexops", | |
| "programmable": "curyin", | |
| "Additionally": "joymm", | |
| "underwriting": "idssub", | |
| "descriptions": "foxwot", | |
| "Businessland": "copgit", | |
| "confidential": "wryged", | |
| "deregulation": "nowyow", | |
| "anticipation": "idscoz", | |
| "racketeering": "tetnip", | |
| "participated": "tapdon", | |
| "discontinued": "shyyap", | |
| "manufactures": "oudmae", | |
| "unauthorized": "nuswos", | |
| "contaminated": "fewti", | |
| "commercially": "youboa", | |
| "Consequently": "axepal", | |
| "fluctuations": "shadom", | |
| "California's": "femrye", | |
| "cost-cutting": "tadlas", | |
| "appointments": "viafit", | |
| "acknowledges": "ecugym", | |
| "sufficiently": "awnib", | |
| "Westinghouse": "devlaw", | |
| "distributing": "soxbus", | |
| "enthusiastic": "jayfir", | |
| "demonstrates": "tippic", | |
| "associations": "ebbmy", | |
| "breakthrough": "edyon", | |
| "strengthened": "thocig", | |
| "twisted-pair": "reice", | |
| "jurisdiction": "leears", | |
| "coordination": "nilefs", | |
| "conglomerate": "ickgid", | |
| "insufficient": "winwos", | |
| "surveillance": "mocnim", | |
| "appreciation": "humlip", | |
| "user-defined": "naoft", | |
| "standardized": "hipays", | |
| "acceleration": "fireta", | |
| "transferring": "wabbes", | |
| "London-based": "fehebb", | |
| "quantitative": "binmom", | |
| "individually": "jugmy", | |
| "incompatible": "gyphaj", | |
| "spectroscopy": "ribjo", | |
| "contemporary": "dryex", | |
| "humanitarian": "aamum", | |
| "administered": "bosyom", | |
| "notification": "dahasp", | |
| "unacceptable": "odepa", | |
| "hierarchical": "nimkoi", | |
| "depreciation": "hetapo", | |
| "northeastern": "sicwit", | |
| "southeastern": "pemow", | |
| "disadvantage": "wogzzz", | |
| "coefficients": "voxoba", | |
| "Johannesburg": "abaoke", | |
| "continuously": "xutog", | |
| "organisation": "dahmar", | |
| "Washington's": "suntye", | |
| "proportional": "bisfly", | |
| "medium-sized": "howyar", | |
| "questionable": "seabeg", | |
| "fund-raising": "tankay", | |
| "indefinitely": "mayrem", | |
| "fundamentals": "ryehie", | |
| "Commonwealth": "yemos", | |
| "commissioned": "hicnoh", | |
| "periodically": "oldneb", | |
| "subscription": "telfit", | |
| "departmental": "diedup", | |
| "accumulation": "lotao", | |
| "prescription": "geldup", | |
| "concurrently": "rutgal", | |
| "Thanksgiving": "lexoka", | |
| "deliberately": "connod", | |
| "investigator": "wawrem", | |
| "OfficeVision": "regose", | |
| "experiencing": "witpap", | |
| "unexpectedly": "etwow", | |
| "conductivity": "tuineg", | |
| "specializing": "ashmae", | |
| "peacekeeping": "yonhow", | |
| "infringement": "coparb", | |
| "shortcomings": "polhyp", | |
| "historically": "negcos", | |
| "hydrocarbons": "jawtel", | |
| "accelerating": "errmot", | |
| "illustration": "tinfro", | |
| "conditioning": "denbro", | |
| "International": "goofub", | |
| "investigation": "loorev", | |
| "manufacturing": "dapas", | |
| "manufacturers": "sowhas", | |
| "automatically": "oseyag", | |
| "environmental": "waygar", | |
| "configuration": "begsol", | |
| "documentation": "ekeuts", | |
| "organizations": "ocainn", | |
| "restructuring": "kidvaw", | |
| "congressional": "fundup", | |
| "significantly": "yinkex", | |
| "microcomputer": "norpus", | |
| "compatibility": "waran", | |
| "approximately": "simus", | |
| "communication": "gonim", | |
| "sophisticated": "rahbop", | |
| "understanding": "orova", | |
| "opportunities": "kiddim", | |
| "consideration": "paytip", | |
| "concentration": "orbrr", | |
| "investigators": "aasdim", | |
| "functionality": "gatden", | |
| "Unfortunately": "remxu", | |
| "comprehensive": "berep", | |
| "contributions": "duoute", | |
| "demonstration": "anpia", | |
| "substantially": "eresot", | |
| "investigating": "puscap", | |
| "determination": "pepour", | |
| "semiconductor": "guvazo", | |
| "administrator": "hoqua", | |
| "relationships": "essnan", | |
| "circumstances": "pohrub", | |
| "professionals": "opspa", | |
| "specification": "asdol", | |
| "institutional": "maehoe", | |
| "corresponding": "ginama", | |
| "participation": "korled", | |
| "demonstrators": "yakep", | |
| "entertainment": "hetol", | |
| "controversial": "medyuk", | |
| "technological": "urpyip", | |
| "presentations": "betoe", | |
| "extraordinary": "umpod", | |
| "traditionally": "wotoca", | |
| "installations": "enex", | |
| "profitability": "dubbos", | |
| "parliamentary": "lasog", | |
| "characterized": "kayape", | |
| "minicomputers": "ersim", | |
| "architectures": "orthaw", | |
| "long-distance": "senit", | |
| "first-quarter": "actdab", | |
| "establishment": "mildol", | |
| "effectiveness": "nitvet", | |
| "third-quarter": "rebpur", | |
| "possibilities": "pstnod", | |
| "participating": "pasqat", | |
| "disappointing": "zuzavo", | |
| "consolidation": "paxnaw", | |
| "unprecedented": "nibdug", | |
| "announcements": "ebbfan", | |
| "modifications": "axohs", | |
| "independently": "conrub", | |
| "distributions": "nixera", | |
| "confrontation": "opsyid", | |
| "privatisation": "jusawn", | |
| "thunderstorms": "muddie", | |
| "conservatives": "utuns", | |
| "contamination": "hexnos", | |
| "supercomputer": "kithay", | |
| "authorization": "regwoe", | |
| "profit-taking": "yobget", | |
| "predominantly": "ohoarc", | |
| "pro-democracy": "entup", | |
| "certification": "tomis", | |
| "correspondent": "curma", | |
| "assassination": "souark", | |
| "client-server": "ionzas", | |
| "revolutionary": "carbar", | |
| "multinational": "sisask", | |
| "conversations": "pyxwaw", | |
| "Chicago-based": "rinarm", | |
| "approximation": "wingey", | |
| "psychological": "wotwit", | |
| "neighborhoods": "zinref", | |
| "incorporating": "hoyod", | |
| "architectural": "vegeth", | |
| "heterogeneous": "rifsac", | |
| "transmissions": "whonew", | |
| "Mediterranean": "boofas", | |
| "biotechnology": "cumgay", | |
| "strengthening": "ownog", | |
| "justification": "ainhum", | |
| "uncertainties": "haowha", | |
| "concentrating": "agolad", | |
| "deterioration": "phtrow", | |
| "computational": "erelux", | |
| "Windows-based": "sukhag", | |
| "demonstrating": "joeown", | |
| "entrepreneurs": "feefil", | |
| "complications": "nutado", | |
| "distinguished": "humpsi", | |
| "inappropriate": "carens", | |
| "proliferation": "kitmay", | |
| "off-the-shelf": "cadurn", | |
| "Ashton-Tate's": "naeget", | |
| "collaboration": "leuvow", | |
| "administration": "utebus", | |
| "communications": "kasors", | |
| "implementation": "amurad", | |
| "responsibility": "orciff", | |
| "microcomputers": "mitaj", | |
| "transportation": "barsly", | |
| "administrative": "bedpay", | |
| "specifications": "hoevat", | |
| "simultaneously": "nios", | |
| "microprocessor": "togsom", | |
| "representative": "maxnab", | |
| "constitutional": "sictoy", | |
| "reorganization": "urbads", | |
| "investigations": "agsbo", | |
| "demonstrations": "aithid", | |
| "configurations": "pambys", | |
| "representation": "fedbro", | |
| "concentrations": "adzace", | |
| "administrators": "stytam", | |
| "discrimination": "boyspa", | |
| "recommendation": "kastsk", | |
| "fourth-quarter": "toyput", | |
| "identification": "asjog", | |
| "interpretation": "jobkir", | |
| "Czechoslovakia": "affzuu", | |
| "computer-aided": "wudsex", | |
| "second-quarter": "duefir", | |
| "considerations": "zzzgel", | |
| "infrastructure": "panere", | |
| "transformation": "figabo", | |
| "cost-effective": "duptax", | |
| "characteristic": "muwot", | |
| "pharmaceutical": "gulwax", | |
| "floating-point": "jarhmm", | |
| "organizational": "oatret", | |
| "second-largest": "sommig", | |
| "electronically": "menfug", | |
| "disappointment": "reetav", | |
| "multiprocessor": "odewab", | |
| "supercomputers": "rapdit", | |
| "IBM-compatible": "vumrim", | |
| "classification": "sisheh", | |
| "overwhelmingly": "hoboa", | |
| "rehabilitation": "runfew", | |
| "time-consuming": "jewdom", | |
| "advertisements": "hisadz", | |
| "anti-apartheid": "soydab", | |
| "vice-president": "dokit", | |
| "semiconductors": "loohug", | |
| "organization's": "xisrut", | |
| "industrialized": "luvdin", | |
| "reconstruction": "dadnit", | |
| "appropriations": "coyat", | |
| "bankruptcy-law": "pepand", | |
| "experimentally": "sopels", | |
| "characteristics": "layeau", | |
| "object-oriented": "airhet", | |
| "representatives": "himrib", | |
| "Hewlett-Packard": "ichvis", | |
| "recommendations": "hadme", | |
| "microprocessors": "duioba", | |
| "high-resolution": "tajoxy", | |
| "implementations": "leyjam", | |
| "straightforward": "amashy", | |
| "superconducting": "kimig", | |
| "competitiveness": "aukalp", | |
| "Exchange-listed": "mewzek", | |
| "multiprocessing": "joymop", | |
| "two-dimensional": "heppa", | |
| "electromagnetic": "fergul", | |
| "anti-government": "reepes", | |
| "internationally": "iffhag", | |
| "black-and-white": "sapbel", | |
| "general-purpose": "sixbay", | |
| "decision-making": "mayre", | |
| "character-based": "obigae", | |
| "pharmaceuticals": "aineb", | |
| "standardization": "obawud", | |
| "word-processing": "zinlax", | |
| "over-the-counter": "ichno", | |
| "administration's": "buymay", | |
| "responsibilities": "avanee", | |
| "high-performance": "bamdam", | |
| "interoperability": "ethie", | |
| "Prudential-Bache": "setgae", | |
| "unconstitutional": "padgam", | |
| "state-of-the-art": "feesip", | |
| "recapitalization": "tetbey", | |
| "characterization": "omswed", | |
| "three-dimensional": "biocig", | |
| "environmentalists": "eauma", | |
| "telecommunications": "riapiu" | |
| } |
wow, banana banana
HOW DID U MAKE THAT :o 🥇 :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wow, banana banana